@import '../../node_modules/bootstrap/dist/css/bootstrap.min.css';
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;800&display=swap');

::-moz-selection {
    background-color: #01799e !important;
    color: white;
}

::selection {
    background-color: #01799e !important;
    color: white;
}


html {
    scroll-behavior: smooth !important;
}

body {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.4px !important;
}

body::-webkit-scrollbar {
    width: 6px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px white;
    box-shadow: inset 0 0 6px white;
}

body::-webkit-scrollbar-thumb {
    background-color: #01799e !important;
    outline: 1px solid #01799e !important;
}

p {
    font-size: 15px;
}

a {
    color: #01799e;
}

a:hover {
    text-decoration: none;
}

.bg-primary {
    background-color: #1965a7 !important;
}

.bg-secondary {
    background-color: #0061a3 !important;
}

.text-primary {
    color: #1965a7 !important;
}

.text-secondary {
    color: #2db0ed !important;
}

.bg-orange {
    background-color: #f2942d;
}

.text-orange {
    color: #f2942d;
}

h1 {
    font-size: 2.6rem;
}

h2 {
    font-size: 2.0rem;
}

h1,
h2,
h3 {
    font-weight: 700;
}


.section {
    padding: 50px 0px;
}

.text-gradient {
    background: linear-gradient(to right, #175fa2 0%, #279cdd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-gradient {
    background: linear-gradient(to right, #279cdd 0%, #175fa2 100%);
}

.bg-gray {
    background-color: #f1f1f1 !important;
}

.bg-gray-dark {
    background-color: #e5e5e5;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.owl-nav {
    position: absolute;
    top: 30%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: white;
    font-size: 60px;
}


.border-radius-20 {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
}

.border-radius-10 {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
}


.btn-white {
    background-color: white;
    border: white;
    color: #555;
}

.btn-orange {
    background-color: #f2942d;
    border: #f2942d;
    color: white;
}

.btn-orange:hover {
    background-color: white;
    border: 1px solid #f2942d;
    color: #f2942d;
}

.btn-gradient {
    background: linear-gradient(to right, #279cdd 0%, #175fa2 100%);
    border: 0px;
    color: white;
}

.btn-gradient:hover {
    background: linear-gradient(to right, #279cdd 0%, #175fa2 100%);
    border: 0px;
    color: white;
}

.font-700 {
    font-weight: 700;
}

.font-600 {
    font-weight: 600;
}

.font-800 {
    font-weight: 800;
}

.font-400 {
    font-weight: 400 !important;
}


.form-border-red {
    border: 3px solid red;
}



.form-control {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    height: 35px;
}

.form-group {
    margin-bottom: 5px;
}

.bg-graylight {
    background-color: #f1f1f1;
}

.btn-primary {
    color: #fff !important;
    background-color: #1965a7 !important;
    border-color: #1965a7 !important;
    font-weight: 700;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff !important;
    background-color: #244791 !important;
    border-color: #244791 !important;
}

.btn-secondary {
    color: #fff !important;
    background-color: #2db0ed !important;
    border-color: #2db0ed !important;
    font-weight: 700;
}

.btn-group>.btn:not(:active) {
    color: #244791 !important;
    background-color: white !important;
    border-color: #244791 !important
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    padding: 1px 6px;
}

.col-form-label {
    color: #1965a7;
}

.control-label {
    font-size: 12px;
}

.content-set {
    margin-top: 40px;
    height: 90vh;
}

.social-links {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.social-links li {
    font-size: 25px;
    padding: 10px;
}

.banner-section {
    background-image: url('../images/banner.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 65vh;
    justify-content: center;
    align-items: center;
}

.banner-section-m {
    background-image: url('../images/banner.jpg');
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 35vh;
}

.banner-section-next {
    background-image: url('../images/urology.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 50vh;
    justify-content: center;
    align-items: center;
}

.bg-form {
    background-color: rgba(248, 249, 250, 0.8);

}

.bg-img {
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-blue {
    color: #175ea1;
}

.text-blue-l {
    color: #00b1ff;
}

.bg-blue {
    background-color: #1f7cbe !important;
}

.font-40 {
    font-size: 45px;
}

.font-30 {
    font-size: 20px;
}

.form-fixed {
    position: fixed;
    top: 18%;
    right: 40px;
    width: 400px;
}

hr.new1 {
    border-top: 2px solid #00b1ff;
}

.form-control {
    border: 1px solid #495057 !important;
    border-radius: .25rem !important;
    background-color: transparent !important;
}

.teatment-section {
    background-image: url('../images/blue-wave-bg.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #ffffffc2;
    background-blend-mode: overlay;
}

label {
    font-size: 10px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1240px;
    }
}

@media screen and (max-width: 540px) {
    .dsk {
        display: none !important;
    }

    .lm {
        text-align: center
    }

    .font-40 {
        font-size: 20px;

    }

    .next {
        padding: 0 !important
    }


}

@media (min-width: 992px) {
    .mb {
        display: none !important;
    }

    .logo {
        width: 90px !important;
    }

    .main-logo {
        width: 100px !important;
    }
}



/* Small Devices and Phones upto 480px */
@media screen and (max-width: 480px) {

    .dsk {
        display: none;
    }

    .call {
        display: none;
    }

    .p-m {
        padding: 0rem;
    }

    .form-fixed {
        position: initial;
        top: initial;
        right: initial;
        width: initial;
    }

    .footer-logo-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .banner-section-next {

        min-height: 14vh;
    }

    .rev {
        display: flex;
        flex-direction: column-reverse;
    }

    .banner-content {
        padding-top: 60px !important;
    }

    .banner-content h1 {
        font-size: 25px !important;
    }

    .banner-content h3 {
        font-size: 20px !important;
    }

    .banner-section {

        min-height: 31vh;
        justify-content: center;
        align-items: center;
    }

    .wine-text-container h5 {
        font-size: 16px !important;
    }

    h5 {
        font-size: 16px !important;
    }

    .mobile {
        margin-top: -30px !important;
    }

    .nav-item {
        width: 100%;
    }

    .doctor-box p {
        font-weight: 700;
        font-size: 10px;
    }

    .font-30 {
        font-size: 18px;
    }

    h4 {
        font-size: 1.0rem;
    }

    .health {
        width: 40% !important;
    }
}

.btn-warning,
#sleep-submit {
    background-color: #eb641c;
    color: white;
    border-color: #eb641c;
}


.col-9 {
    width: 80%;
}

.col-3 {
    width: 20%;
}

.radiobutton {
    width: 50%;
    color: black;
    background-color: white;
    border-color: #428bca;
}

.radiobutton.active {
    background-color: #428bca;
    color: white;
    border-color: #428bca;
}

.fill-button-wrapper {
    margin-bottom: 40px
}

.d-none {
    display: none !important;
}

.m-auto {
    margin: 0 auto !important;
}





/*  Media Queries Ends */




.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}


.border-blue {
    border-radius: 0.5em;
    border: 1px solid #1965a7;
}

.doctor-wrapper {}

.doctor-wrapper img {
    padding: 30px;
}

.doctor-box h5 {
    font-weight: 700;
}

.doctor-box p {
    font-weight: 700;
    font-size: 14px;
}

.moretext {
    display: none;
}

.border-white {
    border: 1px solid #fff;
    padding: 20px;
    border-radius: 10px;
}

.border-dark {
    border: 1px solid #fff;
    padding: 20px 10px;
    border-radius: 5px;
}

.border-dark h5 {
    font-size: 23px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #1965a7;
    border-color: #1965a7;
}

.nav-item {
    flex: 0 0 auto;
    padding: 5px 10px;
}

.nav-tabs .nav-link {
    background-color: #fff;
    border-color: #1965a7;
    font-size: 20px;
    font-weight: 700;
    color: #1965a7 !important;
    padding: 10px 25px;
}

.nav-tabs {
    border-bottom: 0;
}

.tab-content {
    background-color: #1965a7;
    color: #fff;
}

.text-faq h4 {
    font-size: 20px;
    color: #1965a7;
}

.text-faq h5 {
    font-size: 20px;
    color: #555;
}

.dr-carousel-content-ne {
    background-image: url('../images/bg-blue.jpeg');
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 35vh;

}

.health {
    width: 100%;
}



.whatsapp-float {
    position: fixed;
    bottom: 77px;
    right: 0;
    margin: 0px;
    z-index: 300;
}

.btn-green {
    background-color: #1cd741;
    border-color: #1cd741;
    padding: 10px 40px;
    color: white;

}

.btn-green:hover {
    background-color: #1cd741;
    border-color: #1cd741;
    padding: 10px 40px;
    color: white;

}