@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400,400i,500,600,700&display=swap");
body {
    background: #f8f8f8;
    font-family: "Montserrat";
    font-weight: 400;
}

a,
a:hover {
    text-decoration: none;
    color: inherit;
}

input.form-control,
select.form-control {
    height: 67px;
}

.btn,
.btn:focus,
.btn:hover {
    border: 0px;
    border-radius: 0px;
    outline: none;
    box-shadow: none;
}

.form-control {
    border: 0px;
    border-radius: 0px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 8px 0px rgba(60, 60, 60, 0.28);
    font-size: 18px;
    resize: none;
}

.form-control:focus {
    outline: none;
    border: 0px;
    /* box-shadow: 0px 4px 8px 0px rgba(60, 60, 60, 0.28); */
    box-shadow: none;
}

.main-heading {
    font-size: 30px;
    color: #fff;
    margin-bottom: 40px;
    font-weight: 500;
    position: relative;
}

.main-heading:after {
    content: "";
    display: block;
    width: 115px;
    height: 3px;
    background: #fff;
    margin-top: 10px;
}

.custom-container {
    max-width: 520px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}


/* Header Css */

.header {
    background: #fff;
}

.header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0px;
    width: 100%;
}

.header-btn {
    background: #ee9716;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    font-size: 24px;
    padding: 12px 24px;
    text-decoration: none;
}

.header-btn span {
    font-weight: 400;
}

.header-btn:hover {
    color: #fff;
}

.main-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.right-wrap {
    padding: 30px 15px 30px 55px;
}

.form-expert {
    max-width: 502px;
}

.form-title {
    color: #393939;
    text-align: center;
    font-size: 30px;
    margin-bottom: 28px;
    font-weight: 500;
}

.btn-submit {
    display: block;
    width: 100%;
    background: #ee9716;
    color: #fff;
    font-size: 24px;
    border: 0px;
    border-radius: 0px;
    text-transform: uppercase;
    height: 72px;
}

.btn-submit:hover {
    background: #01b39e;
    color: #fff;
}

.btn-call {
    background-color: rgb(237, 237, 237);
    color: #4383c2;
    box-shadow: 0px 4px 8px 0px rgba(60, 60, 60, 0.28);
    font-size: 30px;
    font-weight: 600;
    height: 76px;
}

.btn-call span {
    font-size: 24px;
    font-weight: 400;
}

.or-text {
    color: #4383c2;
    font-size: 24px;
    margin: 15px 0;
}


/* Banner Section Css */

.banner {
    background: #065395;
    padding-bottom: 40px;
}

.banner-img {
    width: 100%;
}

.banner-content {
    padding-top: 30px;
}

.banner-content ul {
    padding-left: 18px;
    list-style: square;
}

.banner-content p,
.banner-content li {
    font-size: 22px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 15px;
}

.banner-content li strong {
    font-weight: 700;
}


/* Treatment Procedure Css */

.treatment-procedure {
    padding: 90px 0 30px 0;
    background: #fff;
}

.treatment-procedure .main-heading {
    color: #393939;
}

.treatment-procedure .main-heading:after {
    background: #393939;
}

.treatment {
    margin-bottom: 40px;
    max-width: 405px;
}

.treatment-img {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 15px;
}

.treatment-img img {
    max-width: 100%;
    border-radius: 12px;
}

.treatment-content {
    display: flex;
    align-items: flex-start;
}

.treatment-content span {
    font-size: 22px;
    color: #1b72bd;
    font-weight: 500;
    margin-right: 10px;
    line-height: normal;
}

.treatment h4 {
    color: #393939;
    font-size: 18px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 5px;
}

.treatment p {
    color: #393939;
    font-size: 16px;
    font-weight: 300;
}


/*Precaution Section CSS */

.precaution-procedure {
    padding: 90px 0 30px 0;
    background: #fff;
}

.precaution-procedure .main-heading {
    color: #393939;
}

.precaution-procedure .main-heading:after {
    background: #393939;
}

.precaution {
    margin-bottom: 0px;
    max-width: 405px;
}

.precaution-img {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 15px;
}

.precaution-img img {
    max-width: 100%;
    border-radius: 12px;
}

.precaution-content {
    display: flex;
    align-items: flex-start;
}

.precaution-content span {
    font-size: 15px;
    color: #FFF;
    font-weight: 500;
    margin-right: 10px;
    line-height: normal;
}

.precaution h4 {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 5px;
}

.precaution p {
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
}

/* About Us Css */

.about-us {
    background: #065395;
    padding: 90px 0 30px 0;
}

.about-us .sub-heading {
        color: #FFF;
        font-size: 20px;
        margin-bottom: 25px;
    }

.testimonials {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.dr-testimonial {
    border: 1px solid #000;
    color: #000;
    border-radius: 10px;
    padding: 25px 28px;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 60px;
    position: relative;
}

.dr-testimonial:before {
    content: url(../images/quotes-dark.png);
    position: absolute;
    left: 28px;
    top: -15px;
}

.dr-info {
    display: flex;
    align-items: flex-start;
    margin-top: 15px;
}

.dr-info img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.dr-info .dr-name {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin: 0;
}

.dr-info .dr-designation {
    font-size: 14px;
    color: #000;
    font-weight: 300;
    margin: 0;
}


/* Footer Css */

.footer {
    font-size: 14px;
    font-weight: 300;
    color: #282828;
    background: #e7e9e6;
    padding: 12px 0;
}

.mobile-section {
    display: none;
}


/* Responsive Css */

@media (min-width: 992px) {
    .left-side,
    .right-side {
        width: 50%;
    }
    .right-side {
        position: -webkit-sticky;
        position: sticky;
        top: -10px;
        height: 92vh;
    }
    .form-group {
        margin-bottom: 25px;
    }
}

@media (max-width: 991.99px) {
    .left-side,
    .right-side {
        width: 100%;
    }
    .left-side {
        order: 2;
    }
    .right-side {
        order: 1;
    }
    .right-wrap,
    .left-wrap,
    .banner-content .left-wrap,
    .form-expert {
        max-width: 720px;
        padding-left: 15px;
        padding-right: 15px;
        margin: 0 auto;
    }

}

@media (max-width: 767.99px) {
    .mobile-section {
        display: block;
    }
    .right-side {
        display: none;
    }
    .logo img {
        width: 70px;
    }
    .header-btn {
        font-size: 14px;
        padding: 10px 16px;
    }
    .banner-img {
        width: 100%;
        display: none;
    }
    .main-heading {
        font-size: 25px;
        text-align: center;
        margin-bottom: 15px;
    }
    .main-heading:after {
        margin: 10px auto 0;
    }
    .banner-content p,
    .banner-content li {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .form-title {
        font-size: 22px;
    }
    .btn-submit {
        font-size: 15px;
        height: 46px;
    }
    .right-wrap,
    .left-wrap {
        max-width: 540px;
        margin: 0 auto;
    }
    .treatment-procedure {
        background: #004b8c;
        padding: 80px 0 1px 0;
    }
    .treatment-procedure .main-heading {
        color: #fff;
        font-size: 20px;
        margin-bottom: 25px;
    }
    .treatment-procedure .main-heading:after {
        background: #fff;
    }
    .treatment {
        margin-bottom: 25px;
    }
    .treatment h4,
    .treatment p {
        color: #ffffff;
        font-size: 14px;
    }
    
    .precaution h4,
    .precaution p,
    .precaution span{
        color: #000;
        font-size: 14px;
    }
    .about-us {
        background: #fff;
        padding: 30px 0 15px 0;
    }
    .about-us .main-heading {
        color: #004b8c;
        font-size: 20px;
        margin-bottom: 25px;
    }
    .about-us .main-heading:after {
        background: #004b8c;
    }
    
    .about-us .sub-heading {
        color: #004b8c;
        font-size: 15px;
        margin-bottom: 25px;
    }
    .dr-testimonial {
        border: 1px solid #fff;
        color: #fff;
        border-radius: 10px;
        padding: 20px 12px 12px 12px;
        margin-bottom: 45px;
        position: relative;
        text-align: center;
    }
    .dr-testimonial:before {
        content: url(../images/quotes-light.png);
    }
    .dr-info {
        justify-content: center;
    }
    .dr-info .dr-name,
    .dr-info .dr-designation {
        color: #fff;
        text-align: left;
    }
    .form-expert {
        padding: 20px 18px;
        background: #e6e6e6;
    }
    .custom-container {
        padding-left: 30px;
        padding-right: 30px;
    }
    input.form-control,
    select.form-control {
        height: 48px;
    }
    textarea.form-control {
        height: 90px;
    }
    .form-section {
        background: url(../images/form-bg.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
}