﻿body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Poppins, sans-serif;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


.container {
    width: 90%;
    max-width: 1140px;
    margin: 0 auto;
}


section {
    width: 100%;
    display: flex;
    justify-content: center;
}


p {
    font-size: 16px;
}



/*----------Header----------*/



.head-container {
    max-width: 1250px;
    width: 100%;
    padding:0 30px;
}



.header {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction:column;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    align-items: center;
    z-index: 1000;
    transition: background-color 0.3s;
}

.pc-navbar {
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 36px;
    box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1), /* Shadow on the bottom */
    0 2px 4px -2px rgba(0, 0, 0, 0.06);
}




.sticky-navbar {
    /* For Safari */
    position: fixed;
    margin-top: 0;
    z-index: 1000;
    /* Ensure it stays above other elements */
    background-color: white;
    /* Optional: match the background to avoid visual glitches */
    width: 100%;
    left: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 30px
}




.header-top {
    width: 90%;
    float: right;
    margin: auto;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    transition: margin-top 0.3s;
    padding-top: 10px;
}


.header-top a,
.header-top h4 {
    color: black;
    text-decoration: none;
    font-weight: 400;
}


/*

.header-top-hidden {
    display: none;
}*/












.nav-menu {
    list-style-type: none;
    display: flex;
    justify-content: space-evenly;
  /*  width: 70%;*/
    gap:35px;
}

.nav-links {
    list-style: none;
    display: block;
}

.nav-links a {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    color: #121212;
    letter-spacing: .25px;
    border-radius: 20px;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    font-size: 18px;
    text-decoration: none;
    transition: color .3s;
    display: inline-flex;
    font-weight: 400;
    font-size: 16px;
}

.nav-links a:hover,
.nav-links a:hover .fa-chevron-down {
    color: #2F5BAF !important;
}

.drop-down {
    display: none;
    position: absolute;
    border: none;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .3);
    background-color: white;
}

.drop-down ul li {
    margin-bottom: 12px;
}

.sdrop-down:hover .drop-down,
.adrop-down:hover .drop-down {
    display: flex !important;
    flex-direction: column;
    gap: 20px;
}



.nav-logo {
    width: 220px;
    padding: 10px;
}

.nav-logo img {
    width: 70%;
    transition: 0.3s;
}



.active {
    color: #2F5BAF !important;
}



.footer-main-div {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    padding: 120px 0 80px;
}

.footer-logo-deck {
    width: 30%;
}

.footer-logo-deck img {
    width: 100%;
}



.footer-links-deck {
    width: 90%;
    display: flex;
    justify-content: space-evenly;
}



.footer-inner-deck {
    width: 28%;
    /*   display:flex;
        flex-direction:column;*/
}

.footer-inner-deck a,
.footer-inner-deck p {
    display: block;
    padding-bottom: 10px;
    text-decoration: none;
    color: #24282B;
    font-size: 14px;
    font-weight: 400;
}


.footer-inner-deck a:hover {
    color: #1B5FC1;
}

.footer-inner-deck h3 {
    color: #24282B;
    margin-bottom: 20px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}



.copyright-div {
    border-style: solid;
    border-width: 1px 0 0;
    border-color: #2c3033;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 32px 0;
    display: flex;
    justify-content: space-between;
}

.copyright-div p {
    font-size: 14px;
    color: #9a9a9a;
}


.copyright-sec {
    background-color: #24282b;
}



/*Home Page CSS*/

.b-swiper-main-div {
    width: 100%;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.blue-container {
    background-color: #012252;
    height:310px;
    display: block !important;
    width: 100%;
}


.inner-blue-deck {
    width: 90%;
    position: relative;
    margin: auto;
    margin-top: -160px;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
}

.flex-2 {
    display: flex;
    width: 100%;
}

.flex-2-photo-deck {
    width: 48%;
}

.flex-2-photo-deck img {
    width: 100%;
}

.flex-2-text-deck {
    width: 52%;
}

.inner-blue-photo-deck {
    background-image: url('../Images/banners/about.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}





.blue-deck-txt {
    display: flex;
    flex-direction: column;
}

.txt-deck {
    width: 100%;
}

.txt-deck-inner {
    width: 50%;
    padding: 10px;
    padding: 32px 40px 32px 32px;
}

.txt-deck-c {
    display: flex;
}


.deck-green {
    background-color: #28BD86;
}

.deck-white {
    background-color: white;
}

.txt-deck-bottom {
    padding: 32px 40px 32px 32px;
    background-color: #1B5FC1;
    color: white;
}

.txt-deck-inner p,
.elementor-241 p,
.txt-deck-bottom p {
    font-size: 16px;
    line-height: 1.5rem;
}


.deck-white a {
    color: #28BD86;
}

.deck-green a,
.elementor-241 a {
    color: white;
}

.deck-white a,
.elementor-241 a,
.deck-green a {
    text-decoration: none;
    font-size: 14px;
    margin-top: 62px;
    display: block;
}


.elementor-241 a {
    margin-top: 40px;
}

.txt-deck-inner h3,
.elementor-241 h3,
.txt-deck-bottom h3 {
    font-family: "Lato", sans-serif;
    margin-bottom: 10px;
}



.blue-deck-appointment {
    display: flex;
    width: 100%;
    padding-top: 10px;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 40px;
}


.start-btn {
    border: 1px solid white;
    padding: 7px 5px;
    border-radius: 5px;
    text-decoration: none;
    color: white;
    height: 39px;
}

.appointment-section {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 5px;
    color: white;
}

.details {
    display: flex;
    flex-direction: column;
}

.details span {
    font-size: 14px;
    font-weight: 400;
}

.details a {
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}

.details a:hover {
    text-decoration: underline;
}

.icon {
    background-color: #28bd86;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.icon i {
    color: white;
    font-size: 20px;
}


.elementor-241 {
    padding: 48px 40px 67px 32px;
    margin: 60.5% 0% 0% 50%;
    border-radius: 16px 0 0 0;
    background-color: #28bd86;
}

.sec-2 {
    padding-top: 70px;
}

.hm-abt-sec .flex-2-text-deck {
    padding-left: 60px;
    padding-right: 25px;
}

.hm-abt-sec .flex-2-photo-deck img {
    border-radius: 20px;
}



.hm-abt-sec .flex-2-text-deck h1,
.why-choose .flex-2-text-deck h1,
.sec-2 .flex-2-text-deck h1 {
    font-family: "Lato", sans-serif;
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 62px;
    color: #0c122d;
    font-weight: 500;
}

.center-title {
    width: 100%;
    text-align: center;
}

.center-title h1 {
    font-family: "Lato", sans-serif;
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 62px;
    color: #0c122d;
    font-weight: 500;
}


.center-title p {
    font-size: 16px;
    font-weight: 700;
    color: #575c74;
}

.hm-abt-sec .flex-2-text-deck hr {
    margin: 2rem 0;
}


.hm-abt-sec .flex-2-text-deck p {
    line-height: 1.8rem;
    color: #575c74;
    font-weight: 300;
}

.hm-abt-sec .flex-2-text-deck h4 {
    font-weight: 300;
    font-size: 15px;
    line-height: 1.8rem;
}

.flex-3 {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.flex3-inner-deck {
    width: 31%;
    margin: auto;
    gap: 20px;
}

.hm-experties-main-div {
    margin-top: 70px;
}

.hm-card {
    position: relative;
    overflow: hidden;
}

.hm-card-text-deck {
    width: 100%;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px #0000001a;
    border-radius: 10px;
}

.hm-card-photo-deck {
    width: 85%;
    float: left;
    margin-top: -100px;
}

.hm-card-photo-deck img {
    width: 100%;
    border-radius: 16px 16px 16px 0;
}

.hm-card-text-inner-div {
    width: 100%;
    padding: 30px 15px;
}

.hm-card-text-inner-div a {
    text-decoration: none;
    font-size: 14px;
    display: block;
    margin-top: 20px;
    color: #28BD86;
}

.hm-card-text-inner-div h3 {
    color: #0c122d;
    font-weight: 400;
    font-size: 24px;
}

.why-choose .flex-2-photo-deck {
    width: 35%;
}

.why-choose .flex-2-photo-deck img {
    border-radius: 20px;
}

.why-choose .flex-2 {
    display: flex;
    justify-content: space-around;
    gap: 30px;
}

.why-choose .flex-2-text-deck {
    width: 65%;
    padding: unset;
    padding-left: 20px;
}


.why-choose-inner-div {
    display: grid;
    width: 100%;
    grid-template-columns: 50% 50%;
    gap: 20px;
    row-gap: 70px;
    margin-top: 50px;
}

.why-choose-inner-deck {
    display: flex;
    flex-direction: column;
    gap: 20px;
}



.why-choose-inner-deck i {
    background-color: #28BD86;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
}

.why-choose-inner-deck h3 {
    font-size: 24px;
    font-weight: 300;
}


.cs-text-deck {
    width: 30%;
}

.cs-text-deck a {
    color: #28BD86;
    text-decoration: none;
    margin-top: 60px;
    display: block;
}

.v-patil {
    width: 85%;
    display: flex;
    border: 1px solid black;
    margin: auto;
    float: right;
    background-color: white;
}

.v-patil-photo-deck {
    margin-left: -110px;
    margin-top: -50px;
    width: 50%;
}

.v-patil-photo-deck img {
    width: 100%;
    border-radius: 18px;
}

.client-says .flex-2-photo-deck {
    width: 65%;
    padding: 20px;
    margin: auto;
}

.client-says .flex-2 {
    gap: 50px;
}

.v-patil-txt {
    width: 66%;
    padding: 20px;
}

.v-patil-txt h4 {
    font-size: 20px;
    color: #575c74;
    font-weight: 400;
}

.v-patil-txt p {
    margin-bottom: 10px;
}

.star-div {
    margin: 10px 0;
}

.g-plus {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.g-plus img {
    width: 70px;
    height: 70px;
}

.review-card {
    padding: 20px;
    border: 1px solid #D6E2F4;
    border-radius: 18px;
    background-color: white;
    height: 360px;
}

.review-card h5 {
    margin: 20px 0;
    letter-spacing: 2px;
    font-size: 14px;
}

.review-card h5 span {
    color: #575c74;
    letter-spacing: unset !important;
}

/*----------- Count deck-----------*/



.count-sec {
    background-image: url('../Images/hm-photos/c.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    margin-top: 120px;
    position: relative;
    color: #fff;
    /* Set default text color to white for better contrast */
}





.count-div {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: auto;
    align-items: center;
}

.counter {
    margin: 20px;
}

.counter h1 {
    font-size: 69px;
    font-weight: 600;
    color: white;
    z-index: 1111;
}

.counter p {
    font-size: 1.2em;
    color: white;
}


/*-----------Mentor-----------*/

.mentor-photo-deck {
    width: 90%;
    margin: auto;
}

.mentor-photo-deck img {
    width: 100%;
    border-radius: 20px;
}

.center-title h6 {
    font-size: 16px;
    margin-top: 20px;
    color: #575c74;
    font-weight: 400;
}

.center-title a {
    padding: 10px 5px;
    background-color: #1B5FC1;
    text-decoration: none;
    color: white;
    display: block;
    width: 250px;
    margin: auto;
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 0 12px 16px -8px rgba(27, 95, 193, .38);
    transition: 0.3s;
}

.center-title a:hover {
    background-color: #28BD86;
    box-shadow: 0 12px 16px -8px rgba(24, 229, 137, 0.38);
}

footer {
    border-top: 3px solid black;
    margin-top: 120px;
}





/*---- About US Page Start Here -----*/


.banner-photo-div {
    width: 100%;
}

.banner-photo-div img {
    width: 100%;
}

.title-sec {
    margin: 20px 0;
}

.abt-elements {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 70px;
}

.abt-element {
    display: flex;
}

.abt-element-photo-deck {
    width: 70px;
    height: 70px;
}

.abt-element-photo-deck i {
    font-size: 50px;
}

.abt-page-sec-1 .flex-2-text-deck p {
    margin-bottom: 50px;
    color: #575c74;
    line-height: 30px;
}

.abt-page-sec-1 .flex-2-text-deck hr {
    margin-bottom: 50px;
}

.abt-page-sec-1 .flex-2-text-deck {
    padding: 20px;
}

.abt-page-sec-1 {
    background-color: white;
}

.normal-p {
    margin: auto;
    text-align: center;
    width: 80%;
    color: #575c74;
}

.abt-page-sec-2 {
    display: block;
}

.abt-page-sec-2 .why-choose-inner-div {
    width: 100%;
    margin: auto;
    grid-template-columns: 20% 20% 20% 20%;
    justify-content: space-around;
    gap: unset;
    margin-top: 50px;
}

.abt-page-sec-2 .why-choose-inner-deck {
    align-items: center;
    text-align: center;
}

.abt-page-sec-2 .why-choose-inner-deck h3 {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 20px;
}


.abt-page-sec-3 .flex-2-text-deck {
    padding: 20px;
}

.abt-page-sec-3 .flex-2-text-deck p {
    color: #575c74;
    line-height: 30px;
}

.abt-page-sec-3 .flex-2-photo-deck img {
    border-radius: 20px;
}


/*----------------------------*/


.custom-page-sec1 .flex-2-text-deck h1 {
    font-size: 40px;
}

.custom-page-sec1 .flex-2 {
    align-items: center;
}

.indication-para h3 {
    font-size: 20px;
    font-family: Lato, sans-serif;
    color: #28bd86;
    font-weight: 400;
    margin-bottom: 10px;
}

.indication-para h2 {
    font-size: 24;
    color: #0c122d;
    font-family: Lato, sans-serif;
}

.indication-para ul li {
    font-size: 16px;
    color: #575c74;
}

.indication-para ul,
.indication-para h4,
.indication-para h2 {
    margin-bottom: 20px;
}

.indication-para ul,
.indication-para h4,
.indication-para p,
.indication-para h2 {
    padding-left: 40px;
}

.indication-para p {
    margin-bottom: 20px;
    color: #575c74;
}

.indication-para h4 {
    color: #575c74;
}

.patient-result-sec {
    background-color: white;
}

/*--Before After--*/

.patient-result-sec {
    padding-top: 40px;
}

.patient-result-inner-div {
    margin-top: 30px;
}


.beforeafter-deck {
    display: grid;
    place-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    --position: 50%;
}

.before-after-img-container img {
    display: block;
    max-width: 100%;
}


.berfore-after-img-container {
    max-width: 100%;
    /* aspect-ratio: 1/1; */
    position: relative;
}

.slider-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.beforeimg {
    position: absolute;
    inset: 0;
    width: var(--position);
}

.slider {
    position: absolute;
    inset: 0;
    cursor: pointer;
    opacity: 0;
    width: 100%;
    height: 100%;
}


.slider:focus-visible~.slider-button {
    outline: 5px solid black;
    outline-offset: 3px;
}

.slider-line {
    position: absolute;
    inset: 0;
    width: .2rem;
    height: 100%;
    background-color: white;
    z-index: 10;
    left: var(--position);
    transform: translate(-50%);
    pointer-events: none;
}


.slider-button {
    position: absolute;
    background-color: white;
    color: black;
    padding: .5rem;
    border-radius: 100vw;
    display: grid;
    place-items: center;
    top: 50%;
    left: var(--position);
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 100;
    box-shadow: 1px 1px 1px hsl(0, 50%, 2%, .5);
}

.before-after-lable {
    position: absolute;
    display: flex;
    justify-content: space-between;
    z-index: 12;
    width: 100%;
    padding: 10px;
}

.before-after-lable h3 {
    background-color: white;
    padding: 5px;
    font-size: 16px;
    border-radius: 5px;
}

/*--------------------------*/


.accordion-main-div {
    width: 100%;
}

ul.accordion-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
    margin: 0;
    list-style: none;
    background-color: white;
}

ul.accordion-list li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #FFF;
    padding: 20px;
    margin: 0 auto 15px auto;
    border: 1px solid #eee;
    border-radius: 5px;
    cursor: pointer;
}

ul.accordion-list li.active h3:after {
    transform: rotate(45deg);
}

ul.accordion-list li h3 {
    font-weight: 700;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    margin: 0;
    font-size: 16px;
    letter-spacing: 0.01em;
    cursor: pointer;
    font-family: Lato, sans-serif;
}

ul.accordion-list li h3:after {
    content: "+";
    font-family: "material-design-iconic-font";
    position: absolute;
    right: 0;
    top: 0;
    color: #1B5FC1;
    transition: all 0.3s ease-in-out;
    font-size: 20px;
}

ul.accordion-list li div.answer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

ul.accordion-list li div.answer p {
    position: relative;
    display: block;
    font-weight: 300;
    padding: 10px 0 0 0;
    cursor: pointer;
    line-height: 150%;
    margin: 0 0 15px 0;
    font-size: 16px;
    color: #575c74;
}



.abt-page-sec-3 .flex-2 {
    align-items: center;
}



.lenses-company-sec {
    background-color: white;
}

.lenses-company-main-div {
    display: flex;
    justify-content: space-around;
}

.mini-title {
    width: 20%;
    display: flex;
    align-items: center;
    text-align: center;
}

.lenses-company-container {
    width: 80%;
    display: grid;
    justify-content: space-around;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 40px;
}

.lenses-company-container img {
    margin: auto;
}


.lenses-photo-deck {}


.default-para {
    width: 100%;
    margin: 60px 0;
}

.default-para p {
    color: #575c74;
}

.low-visual-dec-3 h1 {
    font-family: Lato, sans-serif;
    color: #0c122d;
    font-size: 35px;
}

.low-visual-dec-3-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    color: #575C74;
    margin: 40px 0;
    row-gap: 15px;
}

.low-visual-dec-3-points p,
.low-visual-dec-3-points i {
    font-size: 18px;
}

.review-btn-div {
    display: flex;
    justify-content: space-between;
    background-color: #F3F3F3;
    align-items: center;
    padding: 20px;
}

.g-text {
    display: flex;
    flex-direction: column;
}

.g-text-photo {
    display: flex;
    align-items: center;
}

.star {
    width: 28px;
    padding-left: 5px;
}

.google-png {
    width: 100px;
}

.g-text-photo h4 {
    font-size: 24px;
}

.g-btn {
    padding: 7px 5px;
    background-color: #1B5FC1;
    font-size: 18px;
    border-radius: 5px;
    text-decoration: none;
    color: white;
    height: auto;
    height: 40px;
}


.g-review-cards-div {
    display: flex;
    width: 100%;
    margin-top: 60px;
    gap: 60px;
    justify-content: center;
}

.g-review-card {
    background-color: #F3F3F3;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    max-width: 300px;
    text-align: left;
    position: relative;
}

.stars {
    color: #FFD700;
    /* Gold color for the stars */
    font-size: 24px;
}

.g-review-card p {
    font-size: 14px;
    color: #333;
    margin: 10px 0;
}

.read-more {
    color: #888;
    text-decoration: none;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.posted-on {
    display: flex;
    align-items: center;
}

.posted-on img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.posted-on span {
    color: #888;
    font-size: 14px;
    margin-right: 5px;
}

.posted-on a {
    color: #1a73e8;
    /* Google blue color */
    text-decoration: none;
    font-size: 14px;
}

.reviewer-info {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.reviewer-info img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.reviewer-details {
    display: flex;
    flex-direction: column;
}

.reviewer-name {
    font-weight: bold;
}

.reviewer-time {
    color: #888;
    margin-top: 2px;
}




.g-review-card::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 20px;
    width: 20px;
    height: 20px;
    background: #fff;
    transform: rotate(45deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}



/*--- Blog page --*/

.blog-main-container {
    width: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
    justify-content: space-around;
    gap: 20px;
}


.blog-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: 20px;
}

.blog-image {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-image {
    transform: scale(1.1);
}



.blog-content {
    padding: 20px;
}

.blog-title {
    font-size: 18px;
    color: #0c122d;
    margin: 0 0 10px;
    font-weight: 400;
}

.blog-date {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.date-icon {
    margin-right: 5px;
}

.date-text {
    font-size: 14px;
    color: #999;
}

.blog-description {
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
}

.read-more {
    text-decoration: none;
    color: #28BD86;
    font-weight: 400;
    font-size: 18px;
}

.read-more:hover {
    color: black;
}



/*-- blog page main --*/


.main-blog-page {
    width: 80%;
    margin: auto;
    text-align: left;
    background-color: white;
    padding: 30px;
}

.main-blog-page img {
    width: 100%;
}

.main-blog-page h1 {
    font-family: Lato, sans-serif;
    font-size: 30px;
    color: #0c122d;
    font-weight: 400;
}



.main-blog-page h3 {
    font-size: 16px;
    font-weight: 400;
}

.main-blog-page p {
    color: #575c74;
    font-weight: 400;
    line-height: 30px;
}


.blog-btns a,
.main-blog-page a {
    color: black;
    font-weight: 400;
    text-decoration: none;
}

.main-blog-page h2 {
    color: #0c122d;
}

.main-blog-page img,
.main-blog-page h1,
.main-blog-page h2,
.main-blog-page h3,
.main-blog-page p {
    margin-bottom: 14px;
}


.blog-btns {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 20px;
}


.mini-img-blogs-right {
    float: right;
    width: 50% !important;
    padding: 10px;
}

.mini-img-blogs-left {
    float: left;
    width: 50% !important;
    padding: 10px;
}

/**---------------------------*/

.blog-page-main-div {
    background-color: white;
}



/*-- contact us page --*/

.contact-us-page-main-banner,
.appointment-page-main-div {
    background-color: white;
}


.contact-flex-main-div {
    display: flex;
    width: 100%;
}


.contact-right-container,
.contact-left-container {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.contact-left-container {
    background-color: #F7FDFB;
    padding: 40px;
}

.contactForm {
    width: 100%;
}



.contact-left-container h1 {
    font-size: 48px;
    line-height: 62px;
    color: #0c122d;
    font-weight: 400;
}

.contact-left-container p {
    color: #575c74;
    line-height: 30px;
}

.contact-left-container h4,
.appointmentForm h4 {
    line-height: 30px;
    color: #727272;
    font-weight: 600;
}

.contact-left-container h1,
.contact-left-container p {
    margin-bottom: 20px;
}



.contactForm input[type="text"],
.contactForm input[type="email"],
.contactForm input[type="number"],
.contactForm input[type="date"],
.contactForm textarea {
    width: 100%;
    padding: 14px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-bottom: 20px;
    font-size: 16px;
}

.contactForm textarea {
    resize: vertical;
    min-height: 100px;
}


#btnSubmit {
    font-size: 17px;
    padding: 10px 30px;
    width: 100%;
    margin: auto;
    background-color: #605be5;
    border: none;
    cursor: pointer;
    color: white;
}

#btnSubmit:hover {
    background-color: #4a45d2;
}

.contact-right-container-deck-1 {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    background-color: #28BD86;
}

.contact-right-container-inner-deck {
    padding: 60px 40px 60px 32px;
    text-align: left;
    color: white;
}

.contact-right-container-inner-deck .icon {
    width: 40px;
    height: 40px;
    background-color: white;
    margin-bottom: 20px;
}

.contact-right-container-inner-deck .icon i {
    color: #28BD86;
}

.contact-right-container-inner-deck h3 {
    font-family: Lato, sans-serif;
    font-weight: 400;
}

.contact-right-container-deck-2 {
    background-color: #1B5FC1;
}

.contact-right-container-deck-2 p {
    margin-bottom: 20px;
}

.contact-right-container-deck-2 a {
    text-decoration: none;
    color: white;
    border: 1px solid white;
    border-radius: 5px;
    padding: 7px 10px;
    transition: 0.3s;
}

.contact-right-container-deck-2 a:hover {
    background-color: white;
    color: #1B5FC1;
}


.contact-right-container-deck-3 {
    width: 100%;
}

.contact-right-container-deck-3 img {
    width: 100%;
}


.contact-map iframe {
    width: 100%;
    margin-top: 70px;
    margin-bottom: -120px;
}



/**--- AppointMent Form ---**/

.appointmentForm {
    background-color: #F7FDFB;
    padding: 20px;
}

.appointmentForm #btnSubmit {
    width: unset;
    background-color: #1b5fc1;
    padding: 15px 30px;
    border-radius: 5px;
    transition: 0.3s;
}


.appointmentForm #btnSubmit:hover {
    background-color: #28BD86;
}

.navbar_container2 {
    display: none;
}

.why-choose .flex-2-text-deck h1 {
    font-weight: 500;
}



#goTopBtn {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed position */
    bottom: 50px;
    /* 20px from the bottom */
    right: 20px;
    /* 30px from the right */
    z-index: 99;
    /* Ensure it is above other elements */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    background-color: black;
    /* Background color */
    color: white;
    /* Text color */
    cursor: pointer;
    /* Pointer/hand icon */
    padding: 6px 8px;
    /* Some padding */
    border-radius: 10px;
    /* Rounded corners */
    font-size: 16px;
    /* Increase font size */
}

#goTopBtn:hover {
    background-color: #555;
    /* Add a dark-grey background on hover */
}


.copyright-div p a {
    text-decoration: none;
    color: #9a9a9a;
}