* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.align-jus-center{
    align-items:center;
}
.center-section{
    width:800px;
    text-align:center

}
.ptb-50 {
    padding: 50px 0px;
}
.new-bg {
    background: #322349;
}
.treatment-text{
    max-width:unset;
}
.container {
    max-width: 1140px;
    margin: auto;
}
body:not(.touch) .btn-hover-fill:hover {
    background: #322349;
    border-color: #322349;
    color: #fff;
    box-shadow: none !important;
}
.img-fluid {
    max-width: 100%;
}
body:not(.touch) .btn:not(.btn-noanimate):hover [class*='icon']:first-child {
    width: auto;
    padding-right: 10px;
    transform: translateX(0);
    opacity: 1;
}

.header {
    background-color: white;
    padding: 10px 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    z-index:999;
}
.side-img {
    height: 510px;
    width: 100%;
    margin-bottom: -7px;
}

.navbar {
    display: flex;
    align-items: center;
    padding:0px 40px;
}

.logo img {
    width: 235px;
}
.new-padd {
    padding: 0px 50px 0px 0px;
}

.menu {
    flex: 1;
    text-align: right;
}

    .menu ul li a img {
        width: 22px;
        vertical-align: middle;
    }

    .menu ul {
        list-style-type: none;
        display: inline-block;
    }

        .menu ul li {
            display: inline-block;
            margin-right: 20px;
        }

            .menu ul li .nav-link {
                text-decoration: none;
                color: #333;
            }

.btn {
    padding: 12px 25px;
    background-color: #322349;
    font-size: 17px;
    border-radius: 15px;
    color: white;
    text-decoration: none;
    cursor: pointer;
}

    .btn:hover {
        background-color: white;
        border: 1px solid #322349;
        color: black;
    }
.content {
    display: none;
    width:25%;
}
.load-more {
    background-color: #000;
    color: #fff !important;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 20px;
    margin: 50px 0;
    display: inline-block;
}

    .load-more:hover {
        background-color: blue;
        text-decoration: none;
    }
/* banner */
.banner {
    padding: 95px 0 40px 0;
    background-image: url('../images/acnebg.webp');
    position: relative;
    background-size:cover;
    background-position:center;
    background-repeat: no-repeat;
    z-index: 1;
}

.banner::after {
    background: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.row {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
.review-box {
    border: 1px solid #e2e2e2;
    padding: 22px 35px 30px 68px !important;
    position:relative;
}
    
.review-author {
    font-style: italic;
    margin-bottom: 5px;
}
.review-box i {
    position: absolute;
    left: 11px;
    top: 25px;
    font-size: 46px;
    color: #bd9246;
}

.col-2 {
    flex-basis: 50%;
    width: 50%;
    padding: 20px;
    overflow:hidden;
}

.banner-image img {
    border-radius: 0 5% 5% 0;
}

.banner-text h1 {
    font-size: 35px;
    font-weight: 600;
}
.new-sec {
    position: relative;
    z-index: 1;
}

.banner-center {
    display: flex;
    align-items: center;
}

.bg-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.banner-center-caption {
    padding: 148px 250px;
    width: 100%;
}
.banner-text {
    max-width: 557px;
    margin: 10px auto;
}
.banner-center-text1 {
    font-size: 32px;
    line-height: 47px;
    font-weight: 600;
    text-align:center;
    margin-bottom:20px;
    color: #000;
    font-family: "Poppins", serif;
}
.banner-center-text2:not(:first-child) {
    margin-top: 10px;
}
.mt-5{
    margin-top:30px;
}
.text-center1{
    text-align:center !important;
}
ul.marker-list-md {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 22px;
}
.headline-image1 img {
    border-radius: 1%;
}
    ul.marker-list-md li:not(:last-child) {
        margin-bottom: 16px;
    }

    ul.marker-list-md li:not(:last-child) {
        margin-bottom: 14px;
    }

    ul.marker-list-md li {
        position: relative;
        padding-left: 24px;
        color:#000;
    }
        ul.marker-list-md li:before {
            content: url('../images/check-mark.png');
            font-size: 10px;
            font-family: 'dentco';
            position: absolute;
            left: 0;
            top: 1px;
            color: #269e95;
        }
ul.marker-list-md-new {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    position:relative;
    line-height: 22px;
}



ul.marker-list-md-new li:not(:last-child) {
    margin-bottom: 16px;
}

ul.marker-list-md-new li:not(:last-child) {
    margin-bottom: 14px;
}

ul.marker-list-md-new li {
    position: relative;
    padding-left: 24px;
    color: #fff;
}

ul.marker-list-md-new li:before {
    content: url('../images/check-mark.png');
    font-size: 10px;
    font-family: 'dentco';
    position: absolute;
    left: 0;
    top: 1px;
    color: #269e95;
}
.why-choose p{
    color:#fff;
}
.mb-2{
    margin-bottom:20px;
}
.new-pad {
    padding: 20px 30px 20px 30px;
    background: #fff;
    color: #000;
    margin: 30px 0px;
    padding: 20px;
}
.treatment-image {
    height: 350px;
}
.banner-center-text2 {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
    min-height:170px;
    font-weight: 500;
    font-family: "Poppins", serif;
    text-align: center;
    color: #000;
}
.new-sec::after {
    background: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

    .banner-text p {
        font-size: 16px;
        font-weight: 500;
        color: #000;
        margin: 20px 0;
    }

form {
    /* border: 1px solid #ccc; */
    width: 100%;
    margin: auto;
 
    padding: 38px 46px;
    background-color: #ffffff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}
/*.banner-one{
    padding:40px;

}*/
.banner-one h1 {
    font-size: 54px;
    line-height: 60px;
    color: #fff;
    font-weight: 700;
    font-family: "Poppins", serif;
    color: #fff;
    margin-bottom: 20px;
}
    .banner-one p {
        color: #fff;
        font-size: 16px;
    }

.form-group {
    flex-basis: 50%;
    margin-bottom: 5px;
    margin-top: 10px;
}

    .form-group input {
        width: 87%;
        margin-top: 12px;
        margin-bottom: 10px;
    }

.form-group-1 {
    flex-basis: 50%;
    margin-bottom: 5px;
    margin-top: 10px;
}

    .form-group-1 input {
        width: 100%;
        margin-top: 12px;
        margin-bottom: 10px;
    }

.form-control,
textarea {
    width: 100%;
    height: 40px;
    display: inline-block;
    margin: 10px 0px 10px 0px;
    padding: 5px 4%;
    border: 1px solid #ccc;
    border-radius: 5px;
}

input[type="submit"] {
    font-size: 16px;
    font-weight: bold;
    color: white;
    background-color: #322349;
    border: 1px solid #322349;
    cursor: pointer;
}
/* treatment-content */
.treatment-content {
    padding: 50px 0;
}

.row-2 {
    align-items: normal;
}
.call-image.p-0 img {
    height: 345px;
}
.treatment-text {
    margin: auto;
}
.call-image.p-0.text-center {
    text-align: center;
}.text-left{
    text-align:left !important;
}
.new-ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
}

.treatment-text h2 {
    font-size: 36px;
    font-weight: 600;
}
    .new-head h2 {
        font-size: 36px;
        font-weight: 600;
        text-align:center;
        margin-bottom:15px;

    }
    .text-white{
        color:#fff;
    }
    .treatment-text p {
        font-size: 16px;
        font-weight: 500;
        color: #000;
        margin: 20px 0;
    }

    .treatment-text .btn {
        display: inline-block;
        margin: 8px 0;
    }
.theme-color {
    color: #bd9246;
}
/* headline-content */
.headline-content {
    padding: 50px 0;
}

.headline-text h2 {
    font-family: "Poppins", serif;
    line-height: 1.22em;
    margin-bottom: 10px;
    font-size:36px;
    font-weight: 600;
}

.headline-text {
    max-width: 100%;
    margin: auto;
}

    .headline-text p {
        font-size: 16px;
        font-weight: 500;
        color: #000;
        margin: 20px 0;
    }

ol {
    padding-left: 10px;
}

    ol li {
        margin: 10px 0;
        font-size: 17px;
    }

.headline-image img {
    border-radius: 5% 0 0 5%;
}
headline-image1{
    margin-right:-10px;
}
/* technology */
.technology {
    padding: 50px 0;
}

.col-12 {
    flex-basis: 100%;
}

.technology-content {
    text-align: center;
}

    .technology-content h2 {
        font-size: 28px;
        font-weight: 400;
    }

    .technology-content p {
        font-size: 16px;
        font-weight: 500;
        color: #000;
        margin: 20px 0;
    }
/* technology-2 */
.technology-2 {
    padding: 50px 0;
}

.technology-text-2 {
    max-width: 500px;
    margin: auto;
}

    .technology-text-2 h2 {
        font-size: 28px;
        font-weight: 400;
    }

    .technology-text-2 p {
        font-size: 16px;
        font-weight: 500;
        color: #000;
        margin: 20px 0;
    }
/* technology-3 */
.technology-3 {
    padding: 50px 0;
}
/* technology-4 */
.technology-4 {
    padding: 50px 0;
}
/* why-choose */
.why-choose {
    padding: 50px 0;
}

.box {
    width: 92%;
    background-color: #322349;
    border: 1px solid #322349;
    margin: auto;
    padding: 60px 60px;
    border-radius: 30px;
    margin-top: -2px;
}

.why-choose-text h2 {
    font-size: 28px;
    font-weight: 400;
    color: white;
}

.why-choose-text p {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin: 20px 0;
}

.why-choose-btn {
    text-align: right;
}

    .why-choose-btn .btn {
        background-color: coral;
        margin-right: 26px;
        margin-top: -3px;
        display: inline-block;
    }

.col-4 {
    flex-basis: 25%;
    padding: 15px;
}

.box-1 {
    background-color: #fff;
    border-radius: 15px;
    text-align: center;
    padding: 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

    .box-1 img {
        width: 60px;
    }

    .box-1 h3 {
        font-size: 22px;
        margin: 15px 0;
    }

.boxes {
    margin-top: -38px;
}
.headline-image {
    margin-right: -20px;
}
.new-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 40px -4px 0;

    text-align: center;
}

.serv-1 {
    overflow: hidden;
    padding:10px;
    background:#fff;
height:250px;
margin-bottom:20px;
margin-left:10px;
    
    

}
.bg-gray {
    background:#f6f7f5;
}
   
    .serv-1 img {
        height:200px;
        object-fit:cover;
        width:100%;
    }
    .serv-1 h4{
        padding:1px 20px;
     
    }

    .small-container {
        max-width: 1352px;
        margin: auto;
        flex-wrap: wrap;
    }
/* call-to-action */
.call-to-action {
    padding: 0px ;
    margin-bottom:-6px;
}

.call-text {
    max-width: 370px;
    margin: auto;
    text-align: center;
}

    .call-text h2 {
        font-size: 36px;
        font-weight: 700;
    }

    .call-text p {
        font-size: 16px;
        font-weight: 500;
        color: #000;
        margin: 20px 0;
    }

.fa-phone {
    color: #322349;
    margin-right: 10px;
}

.call-text h3 > a {
    text-decoration: none;
    color: #000;
}
/* footer */
.footer {
    padding: 50px 0 0;
    border-top: 1px solid #ccc;
}

.footer-1 h4 {
    font-size: 16px;
    font-weight: 400;
    margin: 20px 0;
}

    .footer-1 h4 > a {
        text-decoration: none;
        color: black;
    }

.footer-1 h2 {
    font-size: 28px;
    font-weight: 400;
}

.footer-1 ul {
    margin-left: 1px;
    list-style-type: none;
    margin-top: 20px;
}

    .footer-1 ul li {
        font-size: 16px;
        color: #000;
        padding-left: 5px;
        padding-right: 5px;
        margin: 8px 0;
    }

.col-3 {
    flex-basis: 33.33%;
    padding: 20px;
}

.fa-brands {
    font-size: 25px;
    padding-left: 10px;
    padding-right: 19px;
}

.copy {
    margin: 20px 0;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
    
.footer-1 img {
    width: 250px;
}
.btn, body:not(.touch) .btn:focus {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-shadow: none;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    font-family: "Poppins", serif;
    padding: 15px 25px;
    color: #fff;
    border: 2px solid #bd9246;
    border-radius: 26px;
    background: #bd9246;
    text-transform: none;
    letter-spacing: .05em;
    transition: 0.3s;
}

.sticky_formBtn {
    float: left;
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.4;
    background: #322349;
    border: 1px solid #322349;
    padding: 15px 20px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-right: -1px;
    float: left;
    position: fixed;
    top: 50%;
    right: -81px;
    white-space: nowrap;
    width: 222px;
    text-align: center;
    /* z-index: 99999999; */
    z-index: 99;
    cursor: pointer;
    border-radius: 15px 15px 0 0;
}

    .sticky_formBtn a {
        text-decoration: none;
        color: #fff;
    }

.icon {
    border-radius: 50%;
    position: fixed;
    right: 69px;
    z-index:99;
    bottom: 20px;
}

.footer-1 ul li > a {
    text-decoration: none;
    color: black;
}

.midle {
    margin-top: -9px;
}

.icon-1 {
    border-radius: 50%;
    position: fixed;
    right: 69px;
    bottom: 101px;
    width: 60px;
    display: none;
}

.brands a {
    color: black;
}

.why-choose-text ul li {
    color: #fff;
}

.new-flex-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.txt-center {
    text-align: center;
}

.flex-new {
    display: flex;
    justify-content: center;
    flex-direction:column;
    align-items: center;
    gap: 1rem;
}

.flex-new1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.technology-content {
    padding: 40px;
    border-radius: 15px;
    background: #f1f1f1;
}

.flex-new1 a {
    color: #000;
    text-decoration: none;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

#btnRefresh {
    width: 30px;
    height: 30px !important;
    margin-top: -6px;
}

.CaptchaBox {
    display: flex;
}
button {
    border: none;
    cursor: pointer;
    color: white;
    background: none;
    transition: all .3s ease-in-out;
}

.container1 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
}

.carousel-view {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 44px 0;
    transition: all 0.25s ease-in;
}

    .carousel-view .item-list {
        max-width: 950px;
        width: 70vw;
        padding: 50px 10px;
        display: flex;
        gap: 48px;
        scroll-behavior: smooth;
        transition: all 0.25s ease-in;
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
        overflow: auto;
        scroll-snap-type: x mandatory;
    }


/* Hide scrollbar for Chrome, Safari and Opera */
.item-list::-webkit-scrollbar {
    display: none;
}
.p-0{
    padding:0px !important;
}

.prev-btn {
    background: none;
    cursor: pointer;
}

.next-btn {
    cursor: pointer;
}

.item {
    scroll-snap-align: center;
    min-width: 300px;
    height: 300px;
    background-color: #f1f1f1;
    overflow:hidden;
    
}
.item img{
    height:250px;
    width:100%;
}
    .item h4 {
     padding:10px 10px;
     margin-top:-10px;
     font-size:24px;
    }
.bg_lightblue {
    background-color: #f0f3f8;
}

.bg_darkgrey {
    background-color: #cacaca;
}

.meet_team img {
    border-radius: 13px;
    width: 100%;
    height: 410px;
    object-fit: cover;
    object-position: top;
}

.meet_team .about_doctor {
    background-color: white;
    padding: 18px;
    border-radius: 13px;
    position: absolute;
    bottom: -11%;
    width: 86%;
    margin: 0 auto;
    text-align: center;
    transform: translateX(8%);
}

.about_doctor h2::before {
    position: absolute;
    width: 100px;
    height: 3px;
    bottom: -2px;
    content: '';
    background: #bd9246;
    z-index: 0;
    left: 28%;
}

.meet_team {
    position: relative;
}

.about_doctor h2 {
    position: relative;
    margin-bottom: 12px;
}

.meet-team-col {
    margin-bottom: 60px;
}

.meetteam-row {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.gallery-img {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.mfp-close {
    cursor: pointer !important;
}

.gallery-img img {
    height: 350px;
    object-fit: cover;
    width: 100%;
    object-position: top;
    border-radius: 8px;
}

.gallerysection-padding {
    padding: 10px 0px 70px;
}

.meetDoctors {
    position: relative;
}

.meetdoctors-section {
    overflow: hidden;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: black;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    content: none !important;
    color: black;
}

.swiper-button-prev,
.swiper-button-next {
    width: 40px !important;
    height: 40px !important;
    text-align: center !important;
    position: absolute !important;
    z-index: 9;
    display: block;
    line-height: normal;
    font-size: 18px;
    padding: 6px 10px !important;
    cursor: pointer;
    background: white !important;
    color: #bd9246 !important;
    top: 50%;
    border-radius: 50%;
    padding: 0;
    border: none;
    opacity: 1;
    box-shadow: 0px 1px 2px rgba(55, 73, 87, 0.1), 0px 2px 5px rgba(55, 73, 87, 0.15);
}

.icon-1 {
    z-index: 99 !important;
}

.pt-4 {
    padding-top: 40px;
}

.overflow-hidden {
    overflow: hidden;
}

.position-relative {
    position: relative
}



.text-center {
    text-align: center;
}

.d-inline-block {
    display: inline-block;
}