body {
    font-family: 'Roboto', sans-serif;
}

.slot-loading {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid #d9e5e2;
    border-radius: 10px;
    background: #f4fbf9;
    color: #4b5d5a;
}

/*.navbar {
    background: #0d7a6b;
    padding: 21px 0;
}
.navbar-brand img{
    max-width: 148px;
}
.navbar a {
    color: #fff !important;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}*/
.container{
    width: 75%;
}
.custom-header .logo img{
    width: 150px;
}
.custom-header {
    background-color: #008275; 
    font-family: 'Roboto', sans-serif;
}


.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-weight: 700;
    padding: 16px;
    transition: color 0.3s ease;
    font-size: 18px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
    /*text-decoration: underline;*/
    /*text-underline-offset: 8px;*/
}
.custom-header .collapse.navbar-collapse{
    padding-left: 30px;
}
.custom-header .dropdown-menu{
    border-radius: 0px;
    padding-top: 0;
    padding-bottom: 0px;
}
.custom-header .dropdown-item {
    color: #008275;
    font-weight: 500;
    font-size: 18px;
    padding: 15px 35px 15px 35px;
    border-bottom: 1px solid #c2c2c2;
}
.custom-header .dropdown-item:hover,
.custom-header .dropdown-item:focus,
.custom-header .dropdown-item:active,
.custom-header .dropdown-item.active {
    background-color: #fff !important;
    color: #008275 !important;
}
.custom-header .dropdown-toggle::after{
    margin-left: 12px!important;
}

.border-start {
    border-color: rgba(255, 255, 255) !important;
}


@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

.hero {
    padding: 200px 0 350px 0px;
    /*background: rgb(49 142 129);*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-content {
    color: #fff;
    text-align: center;
}
.hero h1 {
    font-weight: 600;
    font-size: 60px;
}
.hero p {
    font-weight: 400;
    font-size: 18px;
    color: white;
}
.hero .btn {
    border-radius: 30px;
    padding: 10px 60px;
    font-size: 20px;
    font-weight: 600;
    color: #008275;
}
.main-card {
    margin-top: -190px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    overflow: hidden;
}
.left-box {
    padding: 60px;
    background: #F1F2F2;
}
.left-box h4 {
    color: #008275;
    font-size: 46px;
    font-weight: 700;
    line-height: 50px;
}
.left-box .gettext{
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #58595B;
}
.left-box .gettext2{
    font-weight: 600;
    color: #58595B;
}
.follow-our{
    border-top: 1px solid #646363;
    margin-top: 5px;
    padding-top: 8px;
}
.follow-our .social-icons a {
    width: 30px!important;
    height: 30px!important;
    background: #008275!important;
    color: white!important;
    font-size: 14px!important;
}
.right-box {
    padding: 60px;
}

.active-slot {
    background: #0d7a6b !important;
    color: #fff !important;
}
.rightDetail{
    display: flex;
    align-items: center;
}
.rightDetail img{
    width: 30px;
    height: 30px;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

/**/
.days, .dates {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
}
.days div {
    font-weight: bold;
    padding: 10px 0;
    color: gray;
}
.dates div {
    /*padding: 10px;*/
    cursor: pointer;
    margin: 10px 22px;
}
/*.dates div:hover {
    background: #f0f0f0;
}*/
.today {
    background: #0d7a6b;
    color: #fff;
    border-radius: 50%;
    border: 2px solid #0d7a6b;
}
.today:hover {
    color: #000;
}
.selected {
    background: #0d7a6b;
    color: #fff;
    border-radius: 50%;
    border: 2px solid #0d7a6b;
}
.right-box h4{
    color: #008275;
    font-size: 40px;
    font-weight: 700;
}
.right-box h5{
    text-transform: uppercase;
    font-weight: 600;
    color: #318e81;
}
.right-box .calendar button{
    border: none;
    background-color: white;
    font-size: 25px;
}
.right-box .calendar img{
    width: 20px;
}
/**/
.btn.btn-success{
    background-color: #318e81!important;
    border-radius: 50px;
    padding: 15px;
    font-weight: 500;
    font-size: 20px;
}
.btn-outline-dark:hover{
    background-color: #318e81!important;
    border: #318e81!important;
}
.iconDiv{
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}
.iconDiv i{
    background-color: #318e81;
    padding: 3px;
    color: white;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    margin-right: 15px;
}
.iconDiv .s-icons{
    width: 31px;
    height: 31px;
    margin-right: 15px;
}
.left-head{
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
    margin-top: 25px;
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #008275;

}
.footer-section {
    background-color: #0b5d4f;
    color: #fff;
    padding: 60px 0 20px;
    font-family: 'Segoe UI', sans-serif;
    margin-top: -10px;
}
.footer-section h5 {
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}
.footer-section ul {
    list-style: none;
    padding: 0;
}
.footer-section ul li {
    margin-bottom: 10px;
}
.footer-section ul li a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    font-size: 18px;
    font-weight: 400;
    font-family: "Roboto", Sans-serif;
}
.footer-section ul li a:hover {
    opacity: 0.7;
}
.footer-logo {
    width: 65%;
}
.certificates .im_1 {
    width: 93%;
    margin-bottom: 25px;
}
.certificates .im_2 {
    width: 78%;
    margin-bottom: 50px;
}
.certificates img {
    margin-right: 10px;
    
}
.subscribe-title {
    margin-top: 20px;
}
.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #fff;
    color: #008275;
    border-radius: 50%;
    margin-right: 0px;
    font-size: 16px;
    transition: 0.3s;
    text-decoration: none;
}
.social-icons a:hover {
    background: #ddd;
}
.footer-section hr {
    border-color: white;
    margin: 40px 0 20px;
}
.copyright {
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 20px;
    font-weight: 400;
}
.time-options {
    display: flex!important;
    flex-wrap: nowrap!important;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    cursor: grab;
    padding-bottom: 10px;
    /*scrollbar-width: none;        
    -ms-overflow-style: none; */ 
    -webkit-overflow-scrolling: touch;   
}

.time-options::-webkit-scrollbar {
    display: none;
}

.time-options:active {
    cursor: grabbing;
}

.time-checkbox {
    display: none;
}

.time-options label {
    flex: 0 0 auto;
    padding: 6px 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    color: #777;
    font-weight: 500;
    transition: 0.3s;
    font-size: 14px;
    min-width: 90px;
    text-align: center;
}

.time-checkbox:checked + label {
    background-color: #0d9488;
    color: #fff;
    border-color: #0d9488;
}

.time-options label:hover {
    border-color: #0d9488;
}

.disabled-slot {
    color: #ccc;
    cursor: not-allowed;
}

.time-checkbox:disabled + label {
    color: #ccc;
}

.other-right-box{
    padding: 60px 70px;
}
.other-right-box h4 {
    color: #318e81;
    font-size: 35px;
    font-weight: 600;
}
#backbtn{
    width: 100%;
    border: 2px solid #318e81;
    border-radius: 50px;
    padding: 15px;
    /* font-weight: 500; */
    font-size: 20px;
    color: #212529;
}
.other-right-box h5 {
    text-transform: uppercase;
    font-weight: 600;
    color: #318e81;
    margin-top: 25px;
    margin-bottom: 25px;
}
.thankyou-card {
    background: #3b978c;
    border-radius: 20px;
    padding: 40px 30px;
    max-width: 700px;
    min-height: 260px;
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    font-weight: 100;
}

/* Button style */
.discover-btn {
    background: #e6e6e6;
    color: #0a6b5c;
    padding: 12px 35px;
    border-radius: 30px;
    font-weight: 600;
    display: inline-block;
}

.discover-btn:hover {
    background: #dcdcdc;
    color: #0a6b5c;
}
.thank-container{
    position: absolute;
    top: 20%;
    right: 50px;
    left: 50px;
    width: 85%;
}
.thank-container h3{
    font-size: 20px;
}
.thank-container p{
    font-size: 20px;
}
.thank-container a{
    background-color: white;
    font-weight: 600;
}
@media (max-width: 768px) {
    .left-box {
        padding: 40px 20px;
    }
    .right-box {
        padding: 40px 20px;
    }
    .dates div {
        margin: 10px 15px;
    }
}

.navbar-toggler {
    border: none;
}

.navbar-toggler-icon {
    filter: invert(1);
}

.navbar-toggler-icon {
    filter: invert(1);
}

.offcanvas-body .nav-link {
    padding: 10px 0;
    font-size: 16px;
}

@media (max-width: 991px) {

    .navbar-nav {
        text-align: center;
    }

    .nav-link {
        padding: 10px 0;
        color: black;
        text-align: center;
    }

    .rightDetail {
        justify-content: center;
        margin-top: 10px;
    }
    .deskview{
        display: none;
    }
    .mbview{
        display: block!important;
    }
    .mbview .nav-link{
        padding: 10px 0!important;
        color: black!important;
        text-align: left!important;
    }
    .container {
        width: 100%;
    }
    .hero h1{
        line-height: 50px;
        font-size: 50px;
        font-family: "Roboto", Sans-serif;
    }
    .hero .btn{
        margin-top: 12px;
        line-height: 1;
        font-size: 18px;
        padding: 15px 60px;
    }
    .footer-logo {
        width: 50%;
    }
    .certificates .im_1 {
        width: 70%;
    }
    .certificates .im_2 {
        width: 63%;
    }
    .custom-header .logo img {
        width: 100px;
    }
    .deskView{
        display: none!important;
    }
    .mbView{
        display: block!important;
    }
}
