@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* body{
    background-color: #f1f4f7;
} */
.badge-count {
    position: absolute;
    top: 0px;
    right: 5px;
    background-color: #39be4d;
    color: #ffffff;
    border-radius: 50%;
    padding: 0.3em 0.5em;
    font-size: 0.5em;
}

.timer-badge {
    background-color: red;
    color: white;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 0.75rem;
    position: absolute;
    top: 82%;
    transform: translateY(-50%);
    left: 68%;
}

.nav-item.menu_item.position-relative {
    display: flex;
    align-items: center;
}

.nav-item.menu_item.position-relative .nav-link {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 0;
}

@media (max-width: 992px) {
    .badge-count {
        font-size: 0.5rem;
        top: 9%;
        right: 14%;
    }

    .timer-badge {
        font-size: 0.5rem;
        border-radius: 5px;
        padding: 2px 5px;
        top: 74%;
        left: 66%;
    }

    .badge-count-mobile {

        background-color: #39be4d;
        color: #ffffff;
        border-radius: 50%;
        padding: 0.4em 0.6em;
        font-size: 0.8rem;
        vertical-align: middle;
    }
}

.home_nav {
    /*background-image: url(../img/navbg.png);*/
    z-index: 11;
    position: absolute;
    background-position-x: -40px;
    width: 100%;
    height: 130px;
    margin: 0;
    padding: 0;
    top: 0px;
    left: 0;
}

body {
    font-family: "Montserrat";
}

.error {
    color: rgb(230, 92, 92);
    font-size: 14px;
    font-weight: 500;
}

input::placeholder {
    color: #ffffff;
    font-size: 12px;
}

.ml-60 {
    margin-left: 60px;
}

.nav_mobile_main {
    z-index: 1;
}

.navbar-dark .navbar_home_toggler {
    color: rgba(255, 255, 255, .55);
    border: none;
}

.navbar-dark .navbar-toggler:focus {
    border: none !important;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.mob_icn {
    margin-right: 10px;
}

#myBtn {
    display: none;
    position: fixed;
    /* bottom: 20px;
    right: 30px; */
    bottom: 90px;
    right: 33px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #f6bd00;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: #373537;
    box-shadow: 0 8px #373537;
    transform: translateY(-3px);
}

#myBtn:active {
    background-color: #373537;
    box-shadow: 0 5px #373537;
    transform: translateY(4px);
}

.footer-quick {
    color: #ffffff !important;
    margin-top: 10px;
}

.footer-quick a {
    color: #ffffff !important;
    text-decoration: none;
}

.nav_main {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}

.top-container {
    background-color: #f1f1f1;
    padding: 30px;
    text-align: center;
}

.fixed-btn-rb {
    width: 30px;
}

.header {
    color: #f1f1f1;
}

.content {
    padding: 16px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky+.content {
    padding-top: 102px;
}

.nav_link_home {
    color: #231F20 !important;
}

.nav-logo {
    width: 187px;
}

.active_home {
    background: #F6BD00;
}

@media (min-width: 769px) and (max-width: 1440px) {
    .nav-logo {
        margin-left: 20%;
    }

    .menu_item {
        margin-left: 53px;
    }

    .nav-logo {
        width: 150px;
    }
}

@media (min-width: 990px) and (max-width: 1440px) {
    .nav-logo {
        margin-left: 15%;
    }

    .menu_item {
        margin-top: -34px !important;
        margin-left: 30px !important;
    }
}

@media (min-width: 426px) and (max-width: 768px) {
    .nav-logo {
        margin-left: 10px;
    }
}

@media (min-width: 0px) and (max-width: 425px) {
    .nav-logo {
        margin-left: 10px;
    }

    .active_border {
        display: none !important;
    }
}

@media (min-width: 1441px) and (max-width: 2560px) {
    .nav-logo {
        margin-left: 50px !important;
    }
}

.navbar-toggler-icon {
    color: white !important;
}

.menu_item {
    margin-left: 80px;
    font-size: 27px;
    margin-top: -53px;
    /* padding: 13px 20px!important; */
    /*margin-top: -64px;*/
    font-family: Montserrat;
    color: #fff !important;
}

.menu_item a {
    padding: 13px 20px !important;
    color: #fff !important;
}

.menu_item .active {
    color: #231F20 !important;
    background-color: #f6bd00 !important;
}

.section-1 {
    /* background-image: linear-gradient( 90deg, rgba(0, 0, 0, 0.62), rgba(255, 255, 255, 0)), url(../img/6.png);
    height: 100vh;
    background-repeat: no-repeat;
    background-position-x: 87%;
    background-size: cover; */
    position: relative;
}

.section-video {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    object-fit: cover;
}


.section-1-text {
    position: absolute;
    top: 45%;
    left: 10%;
}

.big-text {
    color: #f6bd00;
    font-size: 125px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: raleway;
    letter-spacing: 0.1em;
    height: 145px;
    margin-top: 40vh;
}

.med-text {
    color: #ffffff;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: raleway;
    height: 70px;
}

.nav_dropdown.active,
.nav_dropdown:active {
    text-decoration: none;
    background-color: #f6bd00 !important;
}

.nav_dropdown:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f6bd00;
}

.section-2 {
    background-image: url(../img/s.jpg);
    background-repeat: no-repeat;
    background-size: cover;


}

.pt-video {
    padding-top: 100vh !important;
}

.sub-img {
    position: relative;
}

.img-1 {
    border: 5px solid #ffffff;
    transform: rotate(-8deg);
    position: absolute;
    top: 76px;
    left: 41px;
    max-width: 510px;
    max-height: 360px;
    overflow: hidden;
}

.img-2 {
    width: 351px;
    height: 237px;
    border: 5px solid #0089CF;
    transform: rotate(7deg);
    position: absolute;
    top: 349px;
    left: 321px;
}

.img-3 {
    width: 351px;
    height: 231px;
    border: 5px solid #f6bd00;
    transform: rotate(15deg);
    position: absolute;
    top: 496px;
    left: 32px;
    overflow: hidden;
}

.px-221 {
    padding: 221px 0;
}

.sec-2-top-text {
    font-family: Raleway;
    font-weight: 700;
    font-size: 35px;
    color: #f6bd00;
    text-transform: uppercase;
}

.sec-2-big-text {
    margin-top: 12px;
    font-family: Raleway;
    font-weight: Bold;
    font-size: 60px;
    color: #f6bd00;
    text-transform: capitalize;
}

.sec-2-med-text {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 27px;
    color: #d5d5d5;
    line-height: 1.3703703703703705;
    margin-top: 52px;
}

.read-more-btn {
    margin-top: 52px;
    padding: 8px 40px;
    font-weight: 600;
    font-size: 27px;
    color: #231f20;
    background-color: #f6bd00;
    border: 0;
    border-radius: 30px;
}

.section-3 {
    border: none;
    padding: 124px 0 200px 0;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 0.40),
            rgba(0, 0, 0, 0.40)), url(../img/888.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

@media screen and (max-width: 992px) {
    .section-3 {
        background-attachment: scroll;
    }
}

.sub-text-sec-3 {
    font-family: Raleway;
    font-weight: 700;
    font-size: 35px;
    color: #f6bd00;
    text-transform: uppercase;
}

.main-text-sec-3 {
    font-family: Raleway;
    font-weight: Bold;
    font-size: 60px;
    color: #ffffff;
    text-transform: capitalize;
}

.med-text-sec-3 {
    margin-top: 50px;
    font-family: Montserrat;
    font-weight: Medium;
    font-size: 27px;
    color: #ffffff;
    line-height: 1.4814814814814814;
    padding: 0px 23%;
    font-weight: 500;
}

.read-more-btn-sec-3 {
    margin-top: 109px;
    padding: 8px 40px;
    font-weight: 500;
    font-size: 27px;
    color: #231f20;
    background-color: #f6bd00;
    border: 0;
    border-radius: 30px;
    font-family: Raleway;
}

.section-4 {
    width: 90%;
    padding: 4% 5%;
    background-image: url(../img/s.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 5%;
    margin-top: -8%;
}

.sec-4-sub-text {
    font-family: Raleway;
    font-weight: Medium;
    font-size: 28px;
    color: #f6bd00;
    text-transform: uppercase;
}

.sec-4-main-text {
    font-family: Raleway;
    font-weight: Bold;
    font-size: 60px;
    color: #ffffff;
    text-transform: capitalize;
}

.contact-us-btn-sec-4 {
    margin: 38px 0;
    padding: 8px 40px;
    font-family: Raleway;
    font-weight: 500;
    font-size: 27px;
    color: #231f20;
    background-color: #f6bd00;
    border: 0;
    border-radius: 30px;
    text-transform: capitalize;
}

.section-5 {
    background-color: #231f20;
    padding-top: 220px;
    padding-bottom: 100px;
}

.sec-5-text {
    font-family: Montserrat;
    font-size: 27px;
    color: #ffffff;
    padding: 0 14px;
    line-height: 1.3703703703703705;
    margin-top: 48px;
}

.sec-5-icon {
    margin-top: 48px;
}

.sec-5-icon img {
    width: 47px;
    margin: 0 1.5%;
}

.footer-link {
    position: relative;
    font-family: Raleway;
    font-weight: Bold;
    font-size: 32px;
    color: #f6bd00;
}

.footer-link:after {
    position: absolute;
    content: '';
    height: 2px;
    bottom: -4px;
    top: 67px;
    left: 0;
    left: 0;
    width: 113px;
    background: #f6bd00;
}

.footer-a {
    display: flex;
    margin-top: 33px;
    font-family: Montserrat;
    font-weight: Medium;
    font-size: 27px;
    color: #ffffff;
}

.margin-f-c {
    margin-top: 62px;
}

.footer-a a {
    text-decoration: none;
    color: #fff;
}

.arrow {
    width: 20px;
    padding-right: 8px;
}

.section-6 {
    /* height: 62px; */
    background-color: #231F20;
    text-align: center;
    padding-bottom: 15px;

}

.footer-copyright {
    font-family: Montserrat;
    font-weight: Medium;
    font-size: 21px;
    color: #fdfdfd;
    /* padding-top: 16px; */
}

.arrow-nav {
    display: none;
}

.about_btn {
    display: none;
}

.footer-c-icon {
    width: 26px;
    margin-right: 12px;
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .about_btn {
        /*display: none;*/
        margin-left: 60px !important;
    }

    .quick_link {
        margin-left: 60px !important;
        padding-left: 30px;
    }
}

@media only screen and (max-width: 1400px) {
    .wht_pdl {
        margin: 0 auto;
    }

    .quick_link {
        background-color: transparent;
    }

    .about_btn:hover {
        color: #F6BD00;
        background-color: transparent;
        border-color: transparent;
        outline: none;
        border: none;
    }

    .about_btn.collapsed {
        color: #FFFFFF;
        background-color: transparent;
        border-color: transparent;
        outline: none;
        border: none;
    }

    .about_btn {
        display: none;
    }

    .about_btn:focus {
        outline: none;
        border: none;
        box-shadow: none;
    }

    .btn-check:active+.about_btn:focus,
    .btn-check:checked+.about_btn:focus,
    .about_btn.active:focus,
    .about_btn:active:focus,
    .show>.about_btn.dropdown-toggle:focus {
        box-shadow: none;
    }

    .px-221 {
        padding: 121px 0;
        text-align: center;
    }
}

@media only screen and (max-width: 1400px) {
    .d-xs-none {
        display: none;
    }

    .about_btn {
        display: block;
        width: 285px;
        /* margin-left: 20px; */
        background-color: transparent;
        border-top: 0.5px solid #fff !important;
        border-bottom: 0.5px solid #fff !important;
        border-left: none;
        border-right: none;
        border-radius: 0;
        margin-top: 33px;
        font-family: Montserrat;
        font-size: 16px;
        color: #ffffff;
        text-align: left;
    }
}

@media (min-width: 1400px) and (max-width: 2560px) {
    .what_pdl_txt {
        padding-right: 130px;
    }
}


@media only screen and (max-width: 992px) {
    .nav_mobile_main {
        position: fixed;
    }

    .mobile_nav {
        margin-top: 30px;
        position: absolute !important;
        top: 60px;
        width: 100%;
    }

    .big-text {
        font-size: 100px;
        height: 120px;
    }

    .med-text {
        font-size: 50px;
    }

    .mobile_nav ul {
        background-color: rgba(36, 36, 36, 0.95);
        margin: 0 40px !important;
        padding: 20px;
    }

    .nav_bg {
        display: none;
    }

    .nav_main {
        align-items: baseline;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 99;
    }

    .home_nav {
        top: 0;
    }

    .menu_item {
        margin: 0 auto;
        display: block;
        width: 100%;
        padding-left: 30px;
        font-size: 14px;
    }

    .arrow-nav {
        display: inline-table !important;
        padding-right: 10px;
    }

    .menu_item a {
        border-bottom: 0.5px solid #ffffff12;
    }
}


/* @media only screen and (max-width: 1440px) {
    .section-4 {
        top: 334%;
    }
} */

@media only screen and (max-width: 1400px) {
    .footer-c-icon {
        width: 18px;
        margin-right: 6px;
    }

    .d-xs-none {
        display: none;
    }

    .px-221 {
        padding: 121px 0;
        text-align: center;
    }

    .sec-4-main-text {
        font-size: 46px;
    }
}

@media only screen and (max-width: 1024px) {
    .d-xs-none {
        display: none;
    }

    .px-221 {
        padding: 121px 0;
        text-align: center;
    }

    /* .section-4 {
        top: 312%;
    } */
    .sec-4-main-text {
        font-size: 46px;
    }

    .footer-a {
        margin-left: 1.5%;
    }
}

@media only screen and (max-width: 786px) {
    .section-1-text {
        top: 45%;
        left: 10%;
    }

    .big-text {
        font-size: 55px;
        height: 70px;
    }

    .med-text {
        font-size: 30px;
        height: 32px;
    }

    .px-221 {
        padding: 51px 0;
        text-align: center;
    }

    .sec-2-top-text {
        font-size: 16px;
    }

    .sec-2-big-text {
        margin-top: 2px;
        font-size: 28px;
    }

    .sec-2-med-text {
        font-size: 18px;
        padding: 0 5%;
        font-weight: 600 !important;
    }

    .read-more-btn {
        padding: 8px 20px;
        margin-top: 39px;
        font-size: 18px;
    }

    .section-3 {
        padding: 40px 0 100px 0;
    }

    .sub-text-sec-3 {
        font-size: 16px;
    }

    .main-text-sec-3 {
        font-size: 28px;
    }

    .med-text-sec-3 {
        margin-top: 39px;
        font-size: 18px;
        line-height: 1.4814814814814814;
        padding: 0px 10%;
    }

    .read-more-btn-sec-3 {
        margin-top: 35px;
        padding: 5px 20px;
        font-size: 14px;
    }

    .section-4 {
        padding: 4% 5%;
        /* top: 202%; */
    }

    .sec-4-sub-text {
        font-size: 14px;
    }

    .sec-4-main-text {
        font-size: 17px;
    }

    .contact-us-btn-sec-4 {
        margin: 7px 0;
        padding: 5px 20px;
        font-size: 14px;
    }

    .section-5 {
        background-color: #231f20;
        padding-top: 100px;
        padding-bottom: 80px;
    }

    .sec-5-text {
        font-size: 27px;
        padding: 0 14px;
        margin-top: 48px;
    }

    .sec-5-icon {
        margin-top: 28px;
    }

    .margin-f-c {
        margin-top: 40px;
    }

    .sec-5-icon img {
        width: 37px;
        margin: 0 1.5%;
    }

    .footer-a {
        margin-top: 33px;
        font-size: 16px;
    }

    .section-6 {
        height: 40px;
    }

    .footer-copyright {
        font-size: 14px;
        padding-top: 9px;
    }

    .footer-logo {
        width: 50%;
    }

    .menu_item .active {
        color: #fff !important;
        background-color: transparent;
    }

    .nav-logo {
        width: 95px;
    }

    .fixed-btn-rb {
        width: 15px;
    }

    #myBtn {
        bottom: 90px;
        right: 38px;
        /* bottom: 15px;
        right: 15px; */
        padding: 10px;
        border-radius: 4px;
    }

    .social_icon a {
        margin-right: 15px !important;
    }
}

@media only screen and (max-width: 425px) {
    .section-1 {
        background-position-x: 87%;
    }

    .big-text {
        font-size: 30px;
        height: 40px;
    }

    .med-text {
        font-size: 26px;
        height: 42px;
        font-weight: 500;
    }

    .px-221 {
        padding: 30px 0;
    }

    .sec-2-top-text {
        font-size: 16px;
    }

    .sec-2-big-text {
        margin-top: 2px;
        font-size: 28px;
    }

    .sec-2-med-text {
        font-size: 18px;
        padding: 0 5%;
        margin-top: 12px;
        font-weight: 500;
    }

    .read-more-btn {
        margin-top: 39px;
        padding: 4.55px 41.5px;
        font-size: 18px;
    }

    .section-3 {
        padding: 30px 0;
    }

    .med-text-sec-3 {
        margin-top: 12px;
        font-weight: 500;
    }

    .read-more-btn-sec-3 {
        margin-top: 35px;
        padding: 4.55px 41.5px;
        font-size: 18px;
    }

    /* .section-4 {
        top: 196%;
    } */
    .sec-4-sub-text {
        font-size: 14px;
    }

    .sec-4-main-text {
        font-size: 15px;
    }

    .contact-us-btn-sec-4 {
        margin: 7px 0;
        padding: 2.5px 15.5px;
        font-size: 14px;
    }

    .section-5 {
        background-color: #231f20;
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .sec-5-text {
        font-size: 27px;
        padding: 0 14px;
        margin-top: 48px;
    }

    .sec-5-icon {
        margin-top: 28px;
    }

    .margin-f-c {
        margin-top: 40px;
    }

    .sec-5-icon img {
        width: 31px;
        margin: 0 1.5%;
    }

    .footer-a {
        margin-top: 33px;
        font-size: 16px;
    }

    .section-6 {
        height: 40px;
    }

    .footer-copyright {
        font-size: 14px;
        padding-top: 9px;
    }

    .sub-img {
        transform: scale(0.5);
        opacity: 0.3;
    }

    .img-1 {
        top: 76px;
    }

    .img-2 {
        width: 211px;
        height: 142px;
        top: 186px;
        left: 131px;
    }

    .img-3 {
        width: 181px;
        height: 120px;
        top: 286px;
        left: 2px;
    }
}


/* @media only screen and (max-width: 375px) {
    .section-4 {
        top: 207%;
    }
} */

@media only screen and (max-width: 320px) {

    /* .section-4 {
        top: 210%;
    } */
    .sec-4-sub-text {
        font-size: 12px;
    }

    .sec-4-main-text {
        font-size: 14px;
    }

    .contact-us-btn-sec-4 {
        margin: 7px 0;
        padding: 5px 20px;
        font-size: 12px;
    }

    .about_btn {
        width: 220px;
    }

    .navbar-brand {
        width: 180px;
    }
}


/* Menu Icon Change */

.navbar-dark .navbar-toggler-icon.menu_close {
    background-image: url('../img/cancel.svg') !important;
}

@media (max-width:990px) {
    #myBtn:hover {
        background-color: #f6bd00;
        box-shadow: 0 8px #f6bd00;
        transform: translateY(-3px);
    }

    /* .home_nav {
        height: auto;
    } */
    .home_nav {
        height: 70px;
    }
}


/* home_page----------------------------------------------------------------------- */

div.time_box,
.time_duration {
    cursor: pointer;
}

.time_box label.tme_lbl,
.time_duration label.tme_lbl {
    cursor: pointer;
    position: relative;
}

.time_box input[type=radio],
.time_duration input[type=radio] {
    position: absolute;
    left: -10000px;
}

.time_box.selected,
.time_duration.selected {
    background: #F6BD00;
}

.header_login {
    font-size: 32px;
    font-weight: 700;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
}

.label_text {
    color: #717579;
    font-weight: 500;
}

.cstm_inpt {
    border-radius: 0px;
    border: 2px solid #eeeeee;
    background-color: #fbfbfb;
    color: #000;
    font-weight: 600;
}

.cstm_inpt:focus {
    border: 2px solid #eeeeee;
    box-shadow: none;
    color: #000;
}

.sgn_lnk {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
}

.forg_link {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
}

.sgn_lnk:hover {
    text-decoration: underline;
}

.lgn_btn {
    height: 52px;
    font-size: 17px;
    font-weight: 700;
}

.lgn_btn:hover {
    height: 52px;
    font-size: 17px;
    font-weight: 700;
}


/* main.css--------------------------------------------------------------------------------- */

.transition {
    webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

a:hover {
    text-decoration: none;
    color: #231F20;
}

.dropdown-toggle {
    text-decoration: none;
    color: #231F20;
    font-weight: 600;
}

.dropdown-toggle::after {
    display: none;
}

.navbar_home .navbar-nav .nav-link:focus,
.navbar_home .navbar-nav .nav-link:hover {
    color: rgb(0 0 0);
}

.navbar_home .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5);
}


/* menu css */

@media all and (min-width: 992px) {
    .navbar_home {
        padding: 0;
        position: sticky;
        top: 0;
        z-index: 11111;
        background: #fff;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        margin-top: 0;
    }

    .navbar-dark .navbar-nav .active>.nav-link,
    .navbar-dark .navbar-nav .nav-link.active,
    .navbar-dark .navbar-nav .nav-link.show,
    .navbar-dark .navbar-nav .show>.nav-link {
        color: #121E31;
    }

    .navbar .nav-item:hover .nav-link {
        color: #121E31;
    }

    .navbar .dropdown-menu.fade-down {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .dropdown-menu.fade-up {
        top: 180%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transition: .3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
    }
}

.navbar-collapse {
    justify-content: center;
}

.navbar_home .navbar-nav .nav-link {
    padding: 1.30rem 2.75rem;
    font-size: 20px;
    font-weight: 400;
    transition: .5s ease;
    color: #121E31;
    position: relative;
    font-weight: 600;
    z-index: 11111;
}

.navbar_home .navbar-nav .nav-link:hover {
    background: #F6BD00;
}

.img_section {
    position: relative;
    z-index: -10;
    margin-top: -135px;
}


}

.overlay {
    width: 100%;
    height: 100%;
    background: rgba(35, 31, 32, 0.64);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 11;
    position: absolute;
}

.top_bg {
    width: 100%;
    height: 360px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.62), rgba(255, 255, 255, 0)), url(../img/home_bg.jpg);
    background-position: center;
    background-size: cover;
}

.header_layer {
    position: absolute;
    z-index: 111;
    top: 10px;
}

.logo_wrap {
    position: relative;
    z-index: 111111;
    left: 150px;
    top: 42px;
}

/* .navbar-dark .navbar-toggler-icon {
    background-image: url("../img/menu_icon.svg");
} */
.user_dropdown {
    position: absolute;
    z-index: 111;
    right: 150px;
}

.user_icon {
    width: 50px;
    height: 50px;
    background: #ededed;
    border-radius: 50%;
    margin-right: 10px;
    line-height: 50px;
    text-align: center;
}

.shadow_box .title_wrap {
    background: #f6bd00;
    padding: 30px 20px;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 0;
}

.shadow_box {
    margin-top: 54px;
    background: #fff;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.08);
}

.shadow_box .body_wrap {
    padding: 2rem 4rem;
}

.que_wrap {
    font-size: 20px;
    font-weight: 700;
    color: #231F20;
}

.que_wrap .small-text {
    color: #f6bd00;
}

.que_wrap img {
    margin-right: 16px;
}

#accordion .box_wrap,
#accordion_1 .box_wrap,
#accordion_2 .box_wrap {
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 16px;
    margin-bottom: 20px;
}

.time_slot {
    text-align: center;
    position: relative;
    /* padding: 16px 0;  */
}

.time_slot span {
    display: block;
    font-size: 20px;
    line-height: 40px;
    padding-right: 10px;
}

.time_slot span:nth-child(1) {
    padding: 16px 0;
}

.time_slot.active {
    border-bottom: 3px solid #f6bd00
}

.time_slot_active {
    color: #f6bd00;
    font-weight: 600;
}

.time_slot b {
    color: #34D1BF;
    font-size: 20px;
}

.btn-primary {
    color: #fff;
    background-color: #f6bd00;
    border-color: #f6bd00;
    height: 46px;
    color: #231F20;
}

.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #f6bd00 !important;
    border-color: #f6bd00 !important;
    height: 46px;
    color: #231F20 !important;
    box-shadow: none !important
}

#accordion .card-body,
#accordion_1 .card-body,
#accordion_2 .card-body {
    padding: 1.25rem 4rem;
}

.booking_slot,
.selected_slots_panel {
    padding: 0 135px;
}

/* .brdr_bottom {
    border-bottom: 2px solid #c4c4c4;
    padding-bottom: 1rem;
} */

/* .active_border {
    position: absolute;
    width: 170px;
    height: 3px;
    background: #f6bd00;
    bottom: -18px;
    opacity: 0
} */
.slot_wrap {
    margin-top: 2.5rem;
}

.slot_wrap h4 {
    font-size: 20px;
    font-weight: 600;
    margin-left: 16px;
}

.time_box {
    min-width: 166px;
    height: 51px;
    background: #fff;
    border: 2px solid rgba(151, 151, 151, 0.28);
    display: block;
    text-align: center;
    line-height: 50px;
    color: #231F20;
    font-size: 20px;
    margin-top: 20px;
    margin-right: 20px;
}

.time_box:hover,
.time_duration:hover {
    text-decoration: none;
    color: #231F20;
    background: #F6BD00;
}

.theme-yellow {
    color: #f6bd00;
}

.time_box.active,
.time_duration.active {
    text-decoration: none;
    color: #231F20;
    background: #F6BD00;
}

.time_duration {
    min-width: 219px;
    padding: 0 1rem;
    height: 51px;
    background: #fff;
    border: 2px solid rgba(151, 151, 151, 0.28);
    display: block;
    text-align: center;
    line-height: 50px;
    color: #231F20;
    font-size: 20px;
    margin-top: 20px;
    margin-right: 20px;
}

.time_duration b {
    font-size: 18px;
    color: #F6BD00;
}

.time_duration.active,
.time_duration:hover {
    background: #F6BD00;
}

.time_duration:hover b,
.time_duration.active b {
    color: #231F20;
}

.label_wrap {
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
    padding-left: 10px
}

.custom-control-label::before {
    content: '';
    top: 2px;
    left: 25px;
    width: 25px;
    height: 25px;
    background-color: #ffffff;
    border: 2px solid #000;
}

.custom-control-label::after {
    content: '';
    top: 0px;
    left: 22px;
    width: 30px;
    height: 30px;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #ffffff;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("../img/radio.png");
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

/* The container */
.custom_input_redio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.custom_input_redio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    margin-top: 4px;
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 50%;
}

@media (max-width:767px) {
    .checkmark {}
}

/* On mouse-over, add a grey background color */
.custom_input_redio:hover input~.checkmark {
    background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.custom_input_redio input:checked~.checkmark {
    border: 2px solid #000;
    background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom_input_redio input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.custom_input_redio .checkmark:after {
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000;
}

.plus-minus-input {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.plus-minus-input .input-group-field {
    text-align: center;
    border-left: none;
    border-right: none;
    margin-left: 40px !important;
    margin-right: 0px;
    height: 40px;
    padding: 1rem;
    border-top: 2px solid rgba(151, 151, 151, 0.28);
    position: relative;
    width: 50px;
    border-bottom: 2px solid rgba(151, 151, 151, 0.28);
}

.plus-minus-input .input-group-field::-webkit-inner-spin-button,
.plus-minus-input .input-group-field ::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
}

.plus-minus-input .input-group-button .btn-minus {
    top: 0;
    border-radius: 0;
    position: absolute;
    border-left: 2px solid rgba(151, 151, 151, 0.28);
    border-right: none;
    border-bottom: 2px solid rgba(151, 151, 151, 0.28);
    border-top: 2px solid rgba(151, 151, 151, 0.28);
    height: 40px;
    width: 40px;
    background: #fff;
}

.plus-minus-input .input-group-button .btn-plus {
    top: 0;
    border-radius: 0;
    position: absolute;
    border-left: none;
    border-right: 2px solid rgba(151, 151, 151, 0.28);
    border-bottom: 2px solid rgba(151, 151, 151, 0.28);
    border-top: 2px solid rgba(151, 151, 151, 0.28);
    height: 40px;
    width: 40px;
    background: #fff;
}

button:focus,
:focus-visible {
    outline: none;
}

.free_ball {
    color: #34D1BF;
    font-size: 20px;
    font-weight: 700;
    margin-left: 50px;
    margin-top: 10px;
    display: block;
}

.packet_price {
    margin-left: 4rem;
    margin-top: 1.25rem;
}

.panel_wrap {
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.08);
    margin-top: 3rem;
}

.panel_wrap .content_wrap {
    padding: 2rem 2.5rem;
    border-right: 1px solid #d9d9d9;
    padding: 1rem;
    border-right: none;
    background: #FFFFFF;
    box-shadow: 0px 4px 25px rgb(0 0 0 / 5%);
    margin-right: 0;
    /* min-width: 260px; */
    height: 88px;
    margin-bottom: 10px;
}

.pay_btn_0 {
    padding: 2rem 2.5rem;
    padding: 1rem;
    height: 88px;
    background: #F6BD00;
    box-shadow: 0px 4px 25px rgb(0 0 0 / 5%);
    margin-right: 0;
    width: 240px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 2.4;
    color: #231F20;
    font-size: 22px;
    text-decoration: none;
}

.pay_btn_0 img {
    margin: 0 10px;
}

.panel_wrap .content_wrap.border-none {
    border-right: 0px;
}

.panel_wrap .content_wrap h5 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 3px;
}

#accordion span.float-right,
#accordion_1 span.float-right,
#accordion_2 span.float-right {
    color: #8B8B8B;
    font-weight: 500;
}

.panel_wrap .content_wrap img {
    width: 26px;
    height: 26px;
    margin-right: 1rem;
}

.pay_btn {
    background: #f6bd00;
    line-height: 60px;
    position: absolute;
    right: 0;
    width: 266px;
    text-align: center;
    padding: 1.9rem 2.5rem;
    font-size: 22px;
    color: #231f20;
}

.pay_btn img {
    margin: 0 7px;
    width: 27px;
    height: 27px;
}

footer {
    background: #231F20;
    padding: 1rem 135px;
    margin-top: 0;
}

footer p {
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    padding-right: 190px;
    margin-top: 2.5rem;
}

footer h4 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 39px;
    letter-spacing: 0em;
    text-align: left;
    color: #F6BD00;
    margin-bottom: 3rem;
    position: relative;
}

footer h4:after {
    content: "";
    height: 4px;
    width: 113px;
    background: #f6bd00;
    position: absolute;
    bottom: -22px;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

footer ul {
    list-style: none;
    padding-left: 0;
}

footer ul li a,
footer ul li {
    color: #fff;
    font-size: 27px;
    font-style: normal;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
    display: flex;
    margin-bottom: 1rem;
    text-decoration: none;
}

footer ul li img {
    margin-right: 10px;
}

footer a:hover {
    text-decoration: none;
    color: #f6bd00;
}

.social_icon a {
    margin-right: 4rem;
    margin-top: 1.5rem;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #3d3f4e;
}

.copy_right {
    background: #231f20;
}

.copy_right p {
    color: #fdfdfd;
    margin: 1.5rem 0;
    font-size: 21px;
    font-weight: 500;
    opacity: 0.7;
}

nav select {
    border: none;
}

.d-flex.flex-wrap .per_packet_price {
    margin: 18px 60px;
}

#accordion span.float-right img,
#accordion_1 span.float-right img,
#accordion_2 span.float-right img {
    transform: rotate(180deg);
}

#accordion .collapsed span.float-right img,
#accordion_1 .collapsed span.float-right img,
#accordion_2 .collapsed span.float-right img {
    transform: rotate(0deg);
}

.footer_padel_index {
    padding-top: 200px;
}




/* media Quary */

.booking_slot_main {
    text-decoration: none;
    width: 100% !important;
}

.down_arw_bkngslt {
    margin-left: auto;
}

.custom-control-input {
    margin-top: 5px;
}

.cort_bkng {
    padding: 0 7px;
}

.label_cort {
    padding-left: 8px;
}

.tbl_img {
    width: 60px;
}

.tbl_rct {
    vertical-align: middle;
}

.checkmark_tbl {
    margin: 0 !important;
}

.custom_input_redio_tbl {
    display: block;
    padding-left: 0;
}

.rct_crd {
    padding: 0 !important;
    overflow-x: auto;
}

.rct_tbl {
    /* overflow-x: scroll; */
}

.input_quntty_scroll {
    overflow-x: scroll;
    overflow-x: auto;
}

.calendar {
    position: absolute;
    width: 280px;
    left: 50%;
    top: 50%;
    margin: -145px 0px 0px -140px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.ui-datepicker-header {
    height: 50px;
    line-height: 50px;
    color: #b0aead;
    background: #e9e5e3;
    margin-bottom: 10px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    width: 20px;
    height: 20px;
    text-indent: 9999px;
    border: 2px solid #b0aead;
    border-radius: 100%;
    cursor: pointer;
    overflow: hidden;
    margin-top: 12px;
}

.ui-datepicker-prev {
    float: left;
    margin-left: 12px;
}

.ui-datepicker-prev:after {
    transform: rotate(45deg);
    margin: -43px 0px 0px 8px;
}

.ui-datepicker-next {
    float: right;
    margin-right: 12px;
}

.ui-datepicker-next:after {
    transform: rotate(-135deg);
    margin: -43px 0px 0px 6px;
}

.ui-datepicker-prev:after,
.ui-datepicker-next:after {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    border-left: 2px solid #b0aead;
    border-bottom: 2px solid #b0aead;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover:after,
.ui-datepicker-next:hover:after {
    border-color: #5ed1cc;
}

.ui-datepicker-title {
    text-align: center;
}

.ui-datepicker-calendar {
    width: 100%;
    text-align: center;
}

.ui-datepicker-calendar thead tr th span {
    display: block;
    width: 40px;
    color: #f6bd00;
    margin-bottom: 5px;
    font-size: 13px;
}

.ui-state-default {
    display: block;
    text-decoration: none;
    color: #b5b5b5;
    line-height: 40px;
    font-size: 12px;
}

.ui-state-default:hover {
    background: rgba(0, 0, 0, 0.02);
}

.ui-state-highlight {
    color: #8dd391;
}

.ui-state-active {
    color: #5ed1cc;
}

.ui-datepicker-unselectable .ui-state-default {
    color: #eee;
    border: 2px solid transparent;
}

/* new------------------------- */
.text-id {
    color: #231F20;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    padding-top: 8px;
}

.text-order-number {
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-align: left;
    color: rgba(35, 31, 32, 1);
    padding-top: 8px;
}

.text-date {
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(35, 31, 32, 1);
    padding-top: 8px;
    text-transform: capitalize;
}

.date-original {
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(35, 31, 32, 1);
    padding-top: 8px;
}

.table-top-text {
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(35, 31, 32, 1);
    text-transform: capitalize;
}

.table-bottom-text {
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(35, 31, 32, 1);
    text-transform: capitalize;
    padding-top: 15px;
}

.paid-lable {
    background: rgba(236, 236, 236, 1);
    padding: 8px 20px;
}

.confirm-btn {
    background: #D7FFFA;
    border-radius: 23px;
    border: 0;
    padding: 8px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color: rgba(52, 209, 191, 1);
    text-align: center;
    cursor: pointer;
}

.reschedule-btn {
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    background: #34D1BF;
    text-transform: capitalize;
    border: 0;
    padding: 21px 31px;
    cursor: pointer;
}

.cancel-btn {
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    background: #E53131;
    color: rgba(255, 255, 255, 1);
    text-transform: capitalize;
    border: 0;
    padding: 21px 31px;
    cursor: pointer;
}

.cancelled-btn {
    border-radius: 23px;
    border: 0;
    padding: 8px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    background: #FFE1E1;
    color: rgba(229, 49, 49, 1);
}

.completed-btn {
    border-radius: 23px;
    border: 0;
    padding: 8px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    background: #CDFFE6;
    color: rgba(0, 125, 63, 1);
}

.box-shadow {
    background: #fff;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.08);
}

.btn-color-black {
    color: rgba(24, 32, 58, 1);
    border: 0;
    background: transparent;
    cursor: pointer;
}

.modal-title-cancellation {
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(35, 31, 32, 1);
    text-transform: capitalize;
    padding: 12px 16px;
}

.submit-btn {
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(35, 31, 32, 1);
    background: #F6BD00;
    border: 0;
    padding: 10px 0;
    text-transform: capitalize;
    cursor: pointer;
}

.enter-reason-text {
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(84, 78, 93, 1);
    text-transform: capitalize;
}

.reason-text-area {
    background: #FFFFFF;
    border: 2px solid #A5A5A5;
    width: 100%;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    padding: 10px;
}

.cancel-red-box {
    background: #FFEDED;
    padding: 10px;
}

.cancel-reason-text {
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(35, 31, 32, 1);
}

.b-b {
    border: 1px solid #FFCECE;
    margin-top: 10px;
}

.cancel-description {
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(35, 31, 32, 1);
    padding: 10px 0;
}

.review-btn {
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    background: #34D1BF;
    padding: 22px 60px;
    border: 0;
    cursor: pointer;
    text-transform: capitalize;
}

.overflow-x {
    width: 100%;
    overflow-x: auto;
}

.border-none {
    border: none !important;
}

.mt-35 {
    margin-top: 35px;
}

.px-150 {
    padding: 0 150px;
}

.p-2rem {
    padding: 2rem;
}

.dropdown-btn {
    background: #ECECEC;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    border: 0;
    padding: 15px 150px 15px 20px;
    margin-right: 1%;
    text-transform: uppercase;
}

.booking-status-text {
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(35, 31, 32, 1);
    text-transform: capitalize;
    margin-right: 2%;
}

.mt-48 {
    margin-top: 48px;
}

.mt-78 {
    margin-top: 78px;
}

.selected_slots_panel .panel_wrap {
    box-shadow: none !important;
}

.head-calendra-div {
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 0;
}

.table-listing {
    overflow: auto
}

.table-listing::-webkit-scrollbar {
    height: 5px;
}

.table-listing {
    scrollbar-height: 5px;
    scrollbar-color: #fff;
}

.table-listing::-webkit-scrollbar-track {
    background: #fff;
}

.table-listing::-webkit-scrollbar-thumb {
    background-color: #f6bd00;
}

.table-listing .input-group {
    width: 134px;
    margin: 0 auto;
}

.table-listing table {
    min-width: 530px;
}

.modal button.close {
    position: absolute;
    right: 20px;
    top: 8px;
    font-size: 35px;
}

.bd_symbol-td span {
    padding-left: 5px;

}

footer ul li a {
    margin: 0
}


.custom_input_redio.with-img {
    padding-left: 0
}

.custom_input_redio.with-img .r-div {
    position: relative;
    padding-left: 35px;
    margin-bottom: 5px;
}

.custom_input_redio.with-img .img-div {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.accordion-block {
    margin-bottom: 40px;
}

.calendar-picker {
    position: relative;
}

.calendar-picker input {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 5
}

.ui-datepicker {
    background-color: #fff;
    border: 1px solid #f6bd00;
}

@media only screen and (max-width: 600px) {
    .ui-datepicker {
        background-color: #fff;
        border: 1px solid #f6bd00;
        bottom: 0px !important;
        height: fit-content;
        top: unset !important;
    }
}


/* Customize the label (the container) */
.custom-chk {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.custom-chk input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.custom-chk .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.custom-chk:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom-chk input:checked~.checkmark {
    background-color: #F6BD00;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-chk .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-chk input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom-chk .checkmark:after {
    left: 7px;
    top: 2px;
    width: 8px;
    height: 13px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.booking-success {
    font-size: 16px;
}

.booking-success br {
    display: none;
}

.bd-row {
    padding: 7px 15px;
}

.bd-row span {
    color: #979797;
    text-align: left;
    font-size: 12px;
}

.bd-footer {
    border-top: 1px solid #d3d3d3;
    color: #231F20;
}

#swal2-title {
    font-size: 16px;
}

.bd-head {
    padding: 7px;
    border-bottom: 1px solid #d3d3d3;
}

.btn-acknow {
    height: auto !important;
    font-size: 12px;
    display: block;
    width: 100%;
    margin-top: 25px;
}

@media screen and (max-width: 767px) {
    .mobile-text-small {
        font-size: 14px;
        text-align: center;
    }
}

@media screen and (max-width: 576px) {
    .mobile-text-small {
        font-size: 12px;
        text-align: center;
    }
}

@media screen and (max-width: 357px) {
    .time_slot span {
        padding-right: 5px;
        font-size: 10px !important;
    }

    .time_slot {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .btn-primary img {
        width: 12px;
    }

    .calendar-picker {
        font-size: 10px;
        height: 30px;
    }

    .header_login {
        font-size: 25px;
    }

    .time_box {
        min-width: 75px !important;
        margin-right: 5px !important;
    }
}



.log-modal {
    max-height: 90vh;
    overflow-y: auto;
}


.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.styled-checkbox+label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #ddd;
}

.styled-checkbox:hover+label:before {
    background: #F6BD00;
}

.styled-checkbox:focus+label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked+label:before {
    background: #F6BD00;
}

.styled-checkbox:checked+label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 9px;
    background: #231F20;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #231F20, 4px 0 0 #231F20, 4px -2px 0 #231F20, 4px -4px 0 #231F20, 4px -6px 0 #231F20, 4px -8px 0 #231F20;
    transform: rotate(45deg);
}

.signIN-Modal .log-modal {
    scrollbar-width: 0;
}

.signIN-Modal .log-modal::-webkit-scrollbar {
    width: 0;
}


.content-bg {

    background-image: url(../img/s.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    margin-bottom: -96px;
}



.content-bg-manage {

    background-image: url(../img/s.jpg);
    /* background-repeat: no-repeat; */
    background-size: cover;
}

.menu_item .dropdown-menu {
    color: #ffffff !important;
    background-color: rgba(35, 31, 32, 0.9);
    padding: 0;
}

.menu_item .dropdown-menu .dropdown-item:hover {
    color: #231F20 !important;
    background-color: #F6BD00;

}

.reg-conditions {
    color: #717579;
    transition: all 0.5s;
    text-decoration: none;
}

.reg-conditions:hover {
    color: #F6BD00;
}

@media screen and (max-width: 552px) {
    .home_nav {
        position: fixed !important;
        top: 0 !important;
    }
}

.collapsing {
    transition: 0s all !important;
    height: inherit !important;
}

.select_date_image {
    max-height: 45px;
    margin-left: 1rem;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #f6bd00;
    border-color: #f6bd00;
}