@font-face {
    font-family: raleway;
    src: url(fonts/Raleway-Regular.woff);
}

@font-face {
    font-family: 'Temeraire';
    src: url('./fonts/Temeraire.woff2') format('woff2'),
        url('./fonts/Temeraire.woff') format('woff');
}

/*Start newly added*/

#sectionteam .carousel-control-prev-icon, #sectiontestimonial .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23263543' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e") !important;

}

#sectionteam .carousel-control-next-icon, #sectiontestimonial .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23263543' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e") !important;

}

#sectionteam .carousel-control-next, #sectionteam .carousel-control-prev, #sectiontestimonial .carousel-control-next, #sectiontestimonial .carousel-control-prev {
    opacity: 1 !important;
}

#sectiontestimonial .carousel-control-next, #sectiontestimonial .carousel-control-prev {
    margin-top: 75px !important;
}

.invalid-feedback {
    margin-left: 15px;
}

.btn-bg-backtolist {
    background: #063757 !important;
}

.icon-width {
    width: 10px;
    margin-right: 15px;
}

.icon-mr-10 {
    margin: 0 5px;
    font-size: 20px !important;
}

/* ul.carousel-indicators li {
    position: relative;
    margin-left: -100%;
}

ul.carousel-indicators li:first-child {
    margin-left: 0;
} */

/*End newly added*/

/* For header start */
/*
.add-margin {
    position: absolute;
    width: 100%;
    margin-top: 10px; 
}
*/
/* For header end */

/* For icon size start */

.fa-2x {
    font-size: 21px !important;
}

/* For icon size end */

html, body {
    overflow-x: hidden;
    height: 100%;
    font-family: "raleway", sans-serif !important;
}

.splash-body {
    background: #263543;
}

.bg-body {
    background-color: #FFF;
}

.head-col {
    text-align: center;
}

.head-logo {
    width: 56%;
}

.head-row1 {
    margin-top: 40%;
    ;
}

.head-row {
    margin-top: 25%;
    ;
}

.wel-text {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0px 0px 10px;
    color: white;
}

.wel-text2 {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0px 0px 10px;
    color: white;
}

.cred-form {
    margin: 10px;
}

.input {
    margin-top: 20px;
}

.cred-row {
    margin-top: 20px;
    padding-bottom: 50px;
}

@media(max-width: 767px) {
    .cred-row {
        margin-top: 180px;
    }
}


@media(max-width: 700px) {
    .cred-row {
        margin-top: 160px;
    }
}

@media(max-width: 620px) {
    .cred-row {
        margin-top: 140px;
    }
}

@media(max-width: 540px) {
    .cred-row {
        margin-top: 120px;
    }
}

@media(max-width: 470px) {
    .cred-row {
        margin-top: 107px;
    }
}
@media(max-width: 375px) {
    .cred-row {
        margin-top: 90px;
    }
}

.cred-btn {
    color: white;
    width: 60%;
    background-color: #fd0103;
    padding: 5px;
    font-size: 16px;
    border: 2px solid #fd0103;
    border-radius: 5px;
    display: inline-block;
}

.btn-div {
    text-align: center;
    margin-top: 30px;
}

.cred-foot {
    position: fixed;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 5px;
    background: black;
    text-align: center;
}

.term-txt {
    text-align: center;
    margin-top: 30px;
    color: whitesmoke;
    font-size: 11px;
}

.cred-sign {
    color: #fd0103;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2px;
}

.cred-link:hover {
    text-decoration: none;
}

.pass-for {
    text-align: center;
    margin-top: 0px;
    font-size: 16px;
    color: #6a717e;
    font-weight: 600;
}

.for-pass:hover {
    text-decoration: none;
}

.iconer {
    color: #fd0103;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background: white;
    overflow-x: hidden;
    transition: 0.2s;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 90%), 0 6px 20px 0 rgb(0 0 0 / 90%);
    z-index: 100;
}

.overlay-content {
    position: relative;
    width: 94%;
    top: 10px;
    margin: 5px 0px 0px 8px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
}

.app-ver {
    font-size: 11px;
    margin-left: 10px;
    bottom: 0;
    position: absolute;
    color: black;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 13px;
    color: black;
    display: block;
    transition: 0.3s;
    margin-left: 0px;
    background-color: white;
    margin-bottom: 10px;
    border-bottom: 1px solid #8080803d;
    ;
}

.overlay a:hover, .overlay a:focus {
    color: #fd0103;
}

.overlay .closebtn {
    position: absolute;
    right: 2px;
    font-size: 45px;
    top: -12px;
    color: white;
    background: transparent;
    border: none;
}

.hai-tag {
    margin-top: 4%;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #263543;
    padding: 10px;
    border-radius: 5px;
}

.hai-txt {
    color: white;
    font-size: 15px;
    margin-bottom: 0;
}

.menu {
    font-size: 35px;
    cursor: pointer;
    font-weight: 700;
    color: white;
    float: right;
    margin-right: 10px;
    margin-top: 15px;
}

.title-text {
    color: white;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-top: 18px;
}

.row-color {
    background-color: #263543;
    padding: 10px 5px;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 2;
}

.first-row {
    margin-top: 130px;
}

.dropdown {
    float: left;
    overflow: hidden;
    width: 100%;
    background: white;
}

.dropdown .dropbtn {
    font-size: 15px;
    border: none;
    outline: none;
    color: black;
    padding: 14px 8px;
    font-family: inherit;
    margin: 0;
}

.dropdown-content {
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    display: none;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: white;
    color: #fd0103;
    text-align: inherit
}

.dropdown-content a:hover {
    background-color: black;
    color: #fd0103;
}

.dropdown:hover .dropdown-content {
    display: block;
    background-color: black;
    color: white;
}

.main-logo {
    width: 160% !important;
    max-width: 200%;
}

.cont {
    margin-top: 26%;
}

.dtl-head {
    color: white;
    font-size: 15px;
    padding: 5px;
    margin-bottom: 0;
    margin-left: 5px;
}

.dtl-header {
    color: black;
    font-weight: 700;
    font-size: 15px;
    padding: 5px;
    margin-bottom: 0;
    margin-left: 5px;
}

.dtl-col1 {
    margin: 0px 15px;
    background-color: #263543;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
}

.dtl-text {
    color: black;
    padding: 5px 0px;
    margin-bottom: .15rem;
    font-size: .85rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}

.dtl-dtl {
    color: black;
    padding: 5px 0px;
    margin-bottom: 0;
    font-size: 13px;
}

.dtl-col {
    background: white;
    margin: 0 15px 5px 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
}

.dtl-col-row {
    /* background: white; */
    margin: 0px 0px 0px 0px;
    /* margin: 0 15px 5px 15px; */
}

.col-mar {
    margin-top: 10px;
}

.dtl-list {
    margin-left: 12px;
    font-size: 17px;
    color: black;
    font-weight: 500;
    margin-bottom: 0;
}

.edit {
    color: black;
    margin-left: -5px;
    font-size: 22px !important;
}

.new-edit {
    margin-left: 30px;
    font-size: 27px !important;
    margin-top: 4px;
    color: #ffffff;
}

.new-editer1 {
    font-size: 22px !important;
    margin-top: 5px;
    color: rgb(6, 226, 6);
}

.new-editer2 {
    font-size: 22px !important;
    margin-top: 6px;
    color: #fd0103;
}

.new-editer3 {
    font-size: 22px !important;
    margin-top: 6px;
    color: white;
}

.new-editer {
    margin-left: 20px;
    font-size: 22px !important;
    margin-top: 6px;
    color: white;
}

.new-del {
    margin-left: 5px;
    font-size: 26px !important;
    margin-top: 4px;
    color: #ff0505;
}

.new-btn {
    text-align: center !important;
}

.del-text {
    text-align: center;
    font-weight: 700;
    color: white;
    margin-bottom: 0;
    background: #fd0103;
    width: 30%;
    margin-bottom: 5px;
    border-radius: 3px;
    font-size: 13px;
}

.form-text {
    margin-left: 10px;
    color: black;
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 13px;
}

.input-text {
    width: 97%;
    margin-left: 10px;
    margin-top: 5px;
    border: 2px solid #2c3e50;
}

.labeler {
    display: inline-block;
    color: black;
    margin-left: 10px;
    margin-top: 10px;
    font-weight: 700;
    font-size: 13px;
}

.check {
    margin-left: 10px;
    margin-top: 20px;
}

.check-txt {
    color: #fd0103;
    font-size: 13px;
}

.btn-text {
    text-align: center;
    font-weight: 400;
    color: white;
    margin-bottom: 0;
    background: #fd0103;
    margin-bottom: 20%;
    border-radius: 6px;
    font-size: 1rem;
    /*   width: 262px !important;*/
    padding: 8px;
}

.btn-row {
    margin-top: 30px;
    margin-bottom: 15px;
}

/*the container must be positioned relative:*/

.autocomplete {
    position: relative;
    display: inline-block;
    width: 100%;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/

.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/

.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.card-header {
    padding: 10px;
}

.chart-head {
    color: black;
    font-size: 15px;
    padding: 10px 0px 5px 0px;
    font-weight: 700;
    margin-bottom: 0;
}

.chart-desc {
    font-size: 13px;
    padding: 10px 0px;
    text-align: center
}

.chart-content {
    background: white;
    margin-top: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
}

.icon-col1 {
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
    padding: 5px;
    margin: 10px 0 10px 10px;
    /* margin: 10px 0px 10px 15px; */
    border-radius: 10px;
}

.icon-col2 {
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
    padding: 5px;
    margin: 10px 0 0 10px;
    /* margin: 10px; */
    border-radius: 10px;
}

.icon-col3 {
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
    padding: 5px;
    margin: 10px 0 0 10px;
    /* margin: 10px 15px 10px 0px; */
    border-radius: 10px;
}


/* Edit by senthoor */

/* .icon-head {
    font-size: 13px;
    color: black;
    margin-bottom: 0;
    font-weight: 600;
} */

.icon-head {
    /* font-size: 13px; */
    font-size: 12px;
    color: white;
    margin-bottom: 0;
    font-weight: 500;
    background: #263543;
    padding: 3px;
}

.doller-symbol {
    position: absolute;
    margin-top: 12px;
    margin-left: 9px;
}

.amount-inp {
    width: 90% !important;
    margin-left: 24px !important;
}

/* Edit by senthoor */

/* Added for ng-multiselect START */

.multiselect-dropdown .dropdown-btn {
    display: inline-block;
    border: 2px solid #2c3e50 !important;
    /* border: 1px solid #adadad; */
    width: 100%;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.1;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border-radius: 4px;
}


/* Added for ng-multiselect END */

.icon-head:hover {
    text-decoration: none;
}

.icon-sub {
    margin-left: 17px;
    font-size: 15px;
    color: black;
    font-weight: 500;
    margin-bottom: 0;
    /* margin-top: 25px; */
}

.icon-img {
    width: 70%;
}

.cont-img {
    width: 100%;
}

.home-head {
    font-size: 25px;
    text-align: center;
    color: black;
    font-weight: 700;
    margin-bottom: 0;
}

.home-text {
    margin-left: 15px;
    font-size: 13px;
    color: black;
    margin-bottom: 0;
}

.new-form {
    width: 100%;
}

.former-text {
    font-weight: 700;
    color: white;
    font-size: 15px;
    margin-bottom: 0;
    padding: 10px 5px;
    text-align: center;
    background-color: #263543;
}

.child-div {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
    padding-top: 5px;
    padding-bottom: 20px;
    margin: 10px;
}

.dtl-border {
    border: 1px solid grey;
    width: 95%;
    margin-left: 10px;
    margin-top: 15px;
    padding-bottom: 20px;
}

.add-text {
    text-align: center;
    font-weight: 700;
    color: white;
    margin-bottom: 0;
    background: green;
    margin-bottom: 5px;
    border-radius: 4px;
    font-size: 13px;
    margin-top: 20px;
    padding: 4px;
}

.plus {
    margin-left: 5px;
    color: white;
}

.input2 {
    width: 94%;
    margin-left: 10px;
    margin-top: 5px;
    border: 2px solid #2c3e50;
}

.input-box {
    margin-top: 5px;
    border: 2px solid #2c3e50;
}

.slt-label {
    margin-top: 20px;
    color: black;
    font-size: 13px;
    margin-left: 10px;
}

.day-txt {
    color: black;
    font-size: 13px;
    margin-left: 10px;
    margin-top: 15px;
    margin-bottom: 0;
}

.day-para {
    color: black;
}

.date-col {
    float: left;
    padding-left: 12px;
}

.input3 {
    width: 94%;
    margin-top: 5px;
    border: 2px solid #2c3e50;
    margin-left: 10px;
}

.check {
    width: 20px;
    height: 15px;
    margin-left: 10px !important;
    margin-top: 10px;
}

.head-text {
    text-align: center;
    color: black;
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 15px;
    font-weight: 700;
}

.head-textnew {
    text-align: center;
    color: black;
    margin-bottom: 0;
    margin-top: 25px;
    font-size: 1rem;
    font-weight: 400;
}

.head-textnew2 {
    text-align: center;
    color: black;
    margin-bottom: 0;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 1rem;
    font-weight: 400;
}

.tab-head {
    font-size: 12px;
    border: 1px solid #dee2e6;
}

.tab-header {
    font-size: 12px;
    border: 1px solid grey;
    font-weight: 700;
    color: #fd0103;
    white-space: nowrap;
}

.tab-headerer {
    font-size: 12px;
    border: 1px solid grey;
    font-weight: 700;
    color: #fd0103;
    background-color: white;
    position: absolute;
    width: 5.5em;
    left: 0;
    top: auto;
    white-space: nowrap;
}

.table-column {
    margin-left: 7%;
}

.court-table {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
    overflow-x: scroll;
    text-align: center;
    margin: 10px;
    /* width: 74.8%;
    margin-left: 3em; */
    width: 100%;
    overflow-x: scroll;
    overflow-y: visible;
}

.main-header {
    position: fixed;
    z-index: 2;
    background: white;
    padding-bottom: 15px !important;
    margin-left: -1px;
    font-weight: 700;
    font-size: 12px;
}

.book {
    /* background-color: #263543;
    color: white */
    background-color: #ffffff;
    color: black;
    cursor: pointer;
}

.view {
    /* background-color: #263543;
    color: white; */

    background-color: #263543;
    color: white
}

.view-Practice {
    background-color: #263543;
    color: white
}

.view-Match {
    background-color: green;
    color: white
}

.view-Lesson {
    background-color: red;
    color: #fff;
    /* border:5px #263543 solid !important;*/
}

.view-Maintenance {
    background-color: grey;
    color: white;
}

.view-Event {
    background-color: yellow;
    color: #263543;
}

.view-match-custom {
    background-color: green;
    color: white;
}

.view-casualplay-custom {
    background-color: green;
    color: white
}

.view-lesson-custom {
    background-color: red;
    color: white
}

.view-courtmaintenance-custom {
    background-color: gray;
    color: white
}

.blocked {

    background-color: gray;
    color: #dad2d2;
    border: 1px white solid;
}

.maintenance {
    background-color: gray;
    color: white;
}

.tab-head {
    text-decoration: none;
}

.modal-boxer {
    background-color: white;
}

.mod-cont {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
}

.mod-ttl {
    font-size: 1.5rem;
    font-weight: 500;
    color: white;
}

.cls-btn {
    color: white;
    opacity: 1;
}

.mod-dialog {
    top: 2%;
}

.sub-text {
    text-align: center;
    font-weight: 700;
    color: white;
    margin-bottom: 0;
    background: #fd0103;
    margin-bottom: 5px;
    border-radius: 4px;
    font-size: 13px;
    width: 40%;
    padding: 3px;
    margin-top: 15px;
}

.delete {
    margin-left: 0px;
    font-size: 22px !important;
    margin-top: 4px;
    color: #fd0103;
}

.mod-head {
    background-color: #263543;
    background-attachment: fixed;
}

/* edited by senthoor */
.carousel-inner img {
    width: 100%;
    height: 100%;
}

.home-cont {
    /* margin-top: 25%; */
    margin-top: 24%;
}

/* edited by senthoor */

.home-header {
    font-family: "Temeraire", sans-serif !important;
    text-align: center;
    font-size: 16px;
    color: #263543;
    font-weight: 700;
    margin-top: 20px;
}

.yoga-txt1 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 5px;
}

.yoga-txt2 {
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 0;
}

.small-logo {
    margin-top: 40px;
}

.yoga-list {
    font-size: 13px;
    margin-bottom: 0;
}

.yoga-col {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
    margin: 10px;
}

.yoga-banner {
    width: 100%;
}

.bg-text {
    color: white;
    font-size: 13px;
    text-align: center;
    margin-bottom: 0;
    font-weight: 700;
}

.yoga-bg {
    background-color: #263543;
    width: 100%;
    padding: 8px;
    margin-top: 10px;
}

.bg-text2 {
    color: white;
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 10px;
}

.summer-row {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
    margin: 10px;
    padding-top: 5px;
}

.sum-sub {
    font-weight: 700;
    margin-bottom: 0;
    font-size: 13px;
}

.sum-txt {
    font-size: 12px;
    margin-bottom: 0;
}

.sum-pad {
    padding: 0;
    padding-left: 7px;
    margin-top: 30px
}

.sum-pad2 {
    padding: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-top: 30px
}

.offer-center {
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
}

.slick-slide img {
    display: inline-block !important;
}

.slick-prev:before, .slick-next:before {
    color: #263543 !important;
}

.offer-row {
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4);*/
    margin: 10px;
    padding: 15px;
}

.slide-col {
    padding: 0;
}

.miss-col {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
    margin: 10px;
    padding: 15px;
    background-color: #263543;
    text-align: center;
}

.miss-head {
    color: white;
    font-size: 15px;
    font-weight: 700;
}

.miss-head2 {
    color: white;
    font-size: 15px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 0;
}

.miss-descp {
    color: white;
    font-size: 13px;
    font-weight: 700;
}

.head-img {
    width: 50%;
}

.spl-text {
    color: white;
    margin-left: 10px;
    font-size: 14px;
}

.racker-img {
    width: 75%;
}

.spl-row {
    margin-top: 20px;
}

.spl-col {
    padding: 0;
}

.some-img {
    margin-top: 15px;
}

.content-para {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 13px;
    color: black;
}

.content-para2 {
    margin-bottom: 0;
    font-size: 13px;
    color: black;
}

.content-anc {
    text-align: center;
}

.readmore {
    color: #fd0103;
}

.readmore:hover {
    color: #fd0103;
    text-decoration: none;
}

.content-div {
    padding: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
    margin: 10px;
}

.at-img {
    text-align: center;
    margin-top: 10px;
}

.final-col {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
    padding: 15px;
    background-color: #263543;
    text-align: center;
    margin-top: 10px;
}

.last-logo {
    width: 50%;
}

.spl-text2 {
    text-align: left;
    color: white;
    margin-left: 10px;
}

.coach-descp {
    margin-bottom: 0;
    text-align: center;
    color: white;
    font-size: 13px;
    font-weight: 700;
}

.coach-descp1 {
    margin-bottom: 0;
    text-align: center;
    color: white;
    font-size: 18px;
    font-weight: 700;
}

.caro-clr {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
    margin: 3px 3px;
}

.mbl-caro {
    padding: 10px;
}

.offer-img {
    width: 100%;
    height: 90% !important;
}

.img-dtl {
    padding: 0 !important;
}

.coach-clr {
    background-color: #263543;
    padding-top: 27px !important;
}

.add-m-t-20 {
    margin-top: -20px;
}

.add-fontsize-10 {
    font-size: 14px !important;
}

.add-p-0 {
    padding: 0;
}

/*.offer-img2 {
    border: 4px solid #f9000299;
    max-width: 100%;
    height: auto;
    border-radius: 50%;
}

.caro-clr2 {
    margin: 4px 5px;
    padding: 8px;
    border-bottom: 5px solid #f9000299;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .35)!important;
}

.offer-img3 {
    border: 4px solid #ff68f6;
    max-width: 100%;
    height: auto;
    border-radius: 50%;
}

.caro-clr3 {
    margin: 4px 5px;
    padding: 8px;
    border-bottom: 5px solid #FF68F6;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .35)!important;
}

.offer-img4 {
    border: 4px solid #ffc500;
    max-width: 100%;
    height: auto;
    border-radius: 50%;
}

.caro-clr4 {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .35)!important;
    margin: 4px 5px;
    padding: 8px;
    border-bottom: 5px solid #ffc500;
}

.offer-img5 {
    border: 4px solid #51e203;
    max-width: 100%;
    height: auto;
    border-radius: 50%;
}

.caro-clr5 {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .35)!important;
    margin: 4px 5px;
    padding: 8px;
    border-bottom: 5px solid #51e203;
}

.offer-img6 {
    border: 4px solid #f3fd43fc;
    max-width: 100%;
    height: auto;
    border-radius: 50%;
}

.caro-clr6 {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .35)!important;
    margin: 4px 5px;
    padding: 8px;
    border-bottom: 5px solid #f3fd43fc;
}

.offer-img7 {
    border: 4px solid #b98f01;
    max-width: 100%;
    height: auto;
    border-radius: 50%;
}

.caro-clr7 {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .35)!important;
    margin: 4px 5px;
    padding: 8px;
    border-bottom: 5px solid #b98f01;
}

.offer-img8 {
    max-width: 100%;
    height: auto;
}

.caro-clr8 {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .35)!important;
    margin: 4px 5px;
    padding: 8px;
    border-bottom: 5px solid #940101;
} */

@media(min-width:400px) and (max-width:450px) {
    .new-caro {
        padding: 10px;
    }
}

@media screen and (max-width: 1100px) {
    .dropdown-content {
        position: relative;
    }

    .dropdown .dropbtn {
        display: -webkit-inline-box;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .labeler {
        display: inline-block;
    }
}

@media(min-width:200px) and (max-width:360px) {
    .menu {
        font-size: 25px;
        cursor: pointer;
        font-weight: 700;
        color: white;
        float: right;
        margin-right: 10px;
        margin-top: 10px;
    }

    .new-edit {
        margin-left: 15px;
    }

    .new-del {
        margin-left: 0px;
    }

    .check {
        margin-left: 5px !important;
        margin-top: 10px;
    }

    .head-logo {
        width: 21%;
        margin-top: 8px;
    }
}

@media(min-width:200px) and (max-width:765px) {
    .hidden-week2 {
        display: none;
    }

    .tab-caro {
        display: none;
    }
}

@media(min-width:768px) and (max-width:999px) {
    .hai-tag {
        margin-top: 2%;
    }

    .form-text {
        font-size: 15px !important;
    }

    .menu {
        font-size: 35px;
        cursor: pointer;
        font-weight: 700;
        color: white;
        float: right;
        margin-right: 10px;
        margin-top: 20px;
    }

    .main-logo {
        width: 95% !important;
        max-width: 200%;
    }

    .overlay a {
        font-size: 15px;
    }

    .cont {
        margin-top: 20%;
    }

    .overlay-content {
        width: 97%;
    }

    .new-edit {
        margin-left: 25px;
    }

    .new-del {
        margin-left: 5px;
    }

    .input2 {
        width: 97%;
    }

    .hidden-week1 {
        display: none;
    }

    .input-text {
        width: 97%;
    }

    .court-table {
        width: 97%;
    }

    .home-cont {
        margin-top: 17%;
    }

    .racker-img {
        width: 20%;
    }

    .last-logo {
        width: 40%;
    }

    .media-col {
        display: none;
    }

    .table-column {
        margin-left: 3%;
    }

    .court-table {
        width: 89%;
    }

    .mbl-caro {
        display: none;
    }

    .mar-caro {
        margin: 15px 10px;
    }
}

@media(min-width:1000px) and (max-width:1099px) {
    .hai-tag {
        margin-top: 1.5%;
    }

    .form-text {
        font-size: 18px !important;
    }

    .menu {
        font-size: 35px;
        cursor: pointer;
        font-weight: 700;
        color: white;
        float: right;
        margin-right: 10px;
        margin-top: 30px;
    }

    .main-logo {
        width: 80% !important;
        max-width: 200%;
    }

    .overlay a {
        font-size: 15px;
    }

    .cont {
        margin-top: 20%;
    }

    .overlay-content {
        width: 98%;
    }

    .new-edit {
        margin-left: 50px;
    }

    .new-del {
        margin-left: 25px;
    }

    .input2 {
        width: 98%;
    }

    .input3 {
        width: 95%;
    }

    .hidden-week1 {
        display: none;
    }

    .input-text {
        width: 60%;
    }

    .table-column {
        margin-left: 2.5%;
    }

    .court-table {
        width: 97%;
        width: 90%;
    }

    /* .court-table{
        width: 97%;
    } */
    /*home*/
    /* edited by senthoor */
    .carousel-inner {
        width: 99%;
        margin-left: 30px;
    }

    .home-cont {
        /* margin-top: 14%; */
        margin-top: 12%;
    }

    /* edited by senthoor */
    .racker-img {
        width: 20%;
    }

    .last-logo {
        width: 40%;
    }

    .media-col {
        display: none;
    }

    .mbl-caro {
        display: none;
    }

    .mar-caro {
        margin: 15px 10px;
    }
}

@media(min-width:1099px) {
    .form-text {
        font-size: 18px !important;
    }

    .tab-head {
        font-size: 1rem;
    }

    .slt-label {
        font-size: 18px !important;
    }
}

#caldisp td:first-child {
    text-transform: uppercase;
}

.add-margin {
    min-height: 500px;
}

.acc-dtl {
    margin-top: 25px;
}

.tab-headnew {
    font-size: 12px;
    border: 1px solid #dee2e6;
    text-decoration: none;
}