@import url("all.min.css");
@import url("bootstrap.min.css");
@import url("swiper.css");
@import url("fancybox.css");
@import url("aos.css");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");

html,
body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    font-family: Nunito, sans-serif;
    -webkit-font-smoothing: antialiased;
    backface-visibility: hidden;
    background-color: rgb(247, 248, 252);
}

html {
    max-width: 100%;
}

label,
p {
    margin: 0px;
    font-weight: normal;
}

button,
input,
select,
textarea {
    background: 0px 0px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    outline: 0px;
    border-radius: 0px;
    appearance: none;
    box-shadow: none;
    padding: 0px;
}

textarea {
    vertical-align: middle;
}

ul {
    padding: 0px;
    margin: 0px;
}

li {
    list-style: none;
}

dl,
ol,
ul {
    margin-bottom: 0px;
}

button {
    cursor: pointer;
}

a,
a:active,
a:focus,
a:hover,
a:link,
a:visited {
    text-decoration: none;
    outline: 0px;
}

.slider5 .mainSwiper img {
    width: 100%;
    height: calc(-185px + 100vh);
    object-fit: cover;
    min-height: 550px;
    border-radius: 20px;
    opacity: 1;
    transition: opacity 0.6s ease-in-out;
}

.mainSwiper img.fade-out {
    opacity: 0;
}

.slider5 .mainSwiper h2 {
    color: rgb(0, 187, 189);
    font-size: 60px;
    font-weight: 800;
    margin: 0px;
    line-height: 1;
    text-transform: capitalize;
}

.slider5 .mainSwiper h6 {
    text-transform: uppercase;
    margin: 0px 0px 20px;
    color: rgb(216 120 136);
    font-weight: 900;
    display: flex;
    gap: 15px;
    align-items: center;
}

.slider5 .mainSwiper h6::before {
    content: "";
    width: 50px;
    height: 5px;
    background-color: rgb(0, 187, 189);
    border-radius: 5px;
}

.slider5 .mainSwiper h2 strong {
    display: block;
    color: rgb(216 120 136);
}

.slider5 .mainSwiper p {
    font-size: 22px;
    color: rgb(101, 112, 146);
    margin-top: 20px;
    overflow: hidden;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-weight: 400;
    width: 600px;
    max-width: 100%;
}

.slider5 .mainSwiper a {
    margin-top: 24px;
    height: 48px;
    display: inline-flex;
    gap: 15px;
    align-items: center;
    padding: 0px 20px;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 187, 189);
    font-size: 18px;
    border-radius: 10px;
    font-weight: 500;
    transition: 0.3s;
    border: 2px solid transparent;
}

.slider5 .mainSwiper a img {
    height: 24px;
    min-height: auto;
    width: auto;
}

.slider5 .mainSwiper a:hover {
    background-color: #7f4fcf;
}

.slider5 .mainSwiper .swiper-slide {
    position: relative;
}

.slider5 .mainSwiper .swiper-slide::before {
    content: "";
    position: absolute;
    inset: 0px;
    opacity: 0;
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 20px;
}

.slider5 .mainSwiper .swiper-slide .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: -50px;
}

.slider5 .mainSwiper .swiper-slide .container>div {}

.slider5 .mainSwiper {
    position: relative;
    overflow: hidden;
}

.slider5 .mainSwiper>.container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 2;
}

.slider5 .mainSwiper>.container button {
    pointer-events: all;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    font-size: 32px;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0.2);
}

.slider5 #mainPagination {
    position: absolute;
    left: 0px;
    width: 100%;
    text-align: center;
    bottom: 30px;
    z-index: 2;
}

.slider5 #mainPagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    opacity: 1;
    transition: 0.3s;
}

.slider5 #mainPagination .swiper-pagination-bullet-active {
    background-color: rgb(33, 139, 195);
    width: 20px;
    border-radius: 10px;
}

@media (min-width: 1400px) {
    .slider5 .mainSwiper>.container {
        max-width: 1400px;
        width: 1400px;
    }

    .slider5 .mainSwiper .swiper-slide .container>div {}
}

.slider5.slider_component {
    margin: 30px 30px 0px;
}

.aboutus_section991 {
    padding: 80px 0px;
}

.aboutus_section991 img {
    width: 100%;
    height: 700px;
    object-fit: cover;
    border-radius: 30px;
}

.aboutus_section99 .row {
    align-items: center;
    row-gap: 30px;
}

.ia_texts {
    padding-left: 25px;
}

.section_title2 h6 {
    text-transform: uppercase;
    margin: 0px 0px 20px;
    color: rgb(216 120 136);
    font-weight: 900;
    display: flex;
    gap: 15px;
    align-items: center;
}

.section_title2 h6::before {
    content: "";
    width: 40px;
    height: 5px;
    background-color: rgb(0, 187, 189);
    border-radius: 5px;
}

.section_title2 h2 {
    font-size: 36px;
    margin: 0px 0px 20px;
    font-weight: 800;
    color: rgb(53, 35, 99);
    line-height: 1.1;
    text-transform: capitalize;
}

.section_title2 p {
    font-size: 18px;
    margin-bottom: 15px;
    color: rgb(101, 112, 146);
}

.ia_texts a {
    margin-top: 15px;
}

.ia_texts a {
    font-weight: 600;
    font-size: 16px;
    color: rgb(46, 46, 46);
    display: inline-flex;
    position: relative;
    padding-bottom: 5px;
}

.ia_texts a::before {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: rgb(46, 46, 46);
    transition: 0.3s;
}

.ia_texts a::after {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%) translateX(-5px);
    margin-left: 10px;
    transition: 0.3s;
    opacity: 0;
}

.header12 .current_time {
    height: 48px;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
}

.header12 .top_right {
    display: flex;
    justify-content: flex-end;
    height: 48px;
    align-items: center;
}

.header12 .top_right>span {
    margin-right: 24px;
    font-size: 16px;
    font-weight: 700;
    color: rgb(0, 0, 0);
}

.header12 .top_right ul {
    display: flex;
    gap: 12px;
}

.header12 .top_right ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(0, 187, 189);
    border-radius: 6px;
    width: 30px;
    height: 30px;
    background-color: rgb(126 79 207 / 9%);
    font-size: 18px;
    transition: 0.3s;
}

.header12 .top_right ul li a:hover {
    background-color: rgb(57 187 189);
    color: rgb(255, 255, 255);
}

.header12.header_menu {
    padding: 13px 0px;
    background: rgb(255, 255, 255);
    position: relative;
    z-index: 99;
    transition: all .3s;
}

.header12 .the_logo1 {
    display: inline-flex;
    vertical-align: middle;
}

.header12 .the_logo1 img {
    height: 50px;
}

.header12 .hm_inner {
    display: flex;
}

.header12.header_menu .row>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header12 .hm_inner ul {
    gap: 24px;
}

@media (min-width: 1201px) {
    .header12 .hm_inner>ul>li>ul {
        pointer-events: none;
    }

    .header12 .hm_inner>ul>li:hover>ul {
        pointer-events: all;
    }

    .header12 .hm_inner>ul>li:hover>a {}

    .header12 .src_overlay.active input {
        padding-left: 45px;
    }

    .header12 .src_button.active {
        position: relative;
        z-index: 2;
    }

    .header12 .src_button.active img:last-child {
        display: block;
    }

    .header12 .src_button.active img:first-child {
        display: none;
    }

    .header12 .sub-menu li {
        position: relative;
    }

    .header12 .sub-menu li ul {
        left: 100%;
        top: 0px;
    }

    .header12 .sub-menu li:hover ul {
        visibility: visible;
        opacity: 1;
    }

    .header12 .hm_inner>ul>li ul li {
        position: relative;
    }

    .header12 .hm_inner>ul>li ul li ul {
        position: absolute;
        left: 100%;
        top: 0px;
    }

    .header12 .hm_inner>ul {
        display: flex !important;
        align-items: center;
    }

    .header12 .hm_inner>ul>li ul li:hover>a {
        background-color: rgb(248, 170, 55);
        color: rgb(255, 255, 255);
    }

    .header12 .hm_inner>ul>li:hover>ul {
        opacity: 1;
        visibility: visible;
    }

    .header12 .hm_inner>ul>li:hover>ul li:hover>ul {
        opacity: 1;
        visibility: visible;
    }

    .header12 .hm_inner>ul>li {
        position: relative;
    }

    .header12 .hm_inner>ul>li a {
        transition: 0.3s;
    }

    .header12 .hm_inner>ul>li:hover a {}

    .header12 .hm_inner>ul>li ul {
        display: block !important;
    }

    .header12 .src_button.active {
        margin-right: -30px;
    }
}

.header12 .hm_inner>ul>li>a {
    color: rgb(72, 72, 72);
    border-radius: 5px;
    font-size: 16px;
    font-weight: 800;
    height: 25px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    padding: 0px 10px;
}

.header12 .hm_inner ul li>a.active {
    color: rgb(0, 187, 189);
    position: relative;
}

@media (min-width: 1200px) {
    .header12 .hm_inner ul li>a.active::before {
        content: "";
        position: absolute;
        bottom: -10px;
        height: 12px;
        left: 50%;
        transform: translateX(-50%);
        background-image: url("../img/wave.svg");
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 50px;
    }
}

.header12 .hm_inner>ul>li>a.has-submenu::after {
    content: "";
    font-family: FontAwesome;
    margin-left: 7px;
}

.header12 .has-submenu+i {
    display: none;
}

.header12 .hm_inner>ul>li ul {
    position: absolute;
    left: 0px;
    top: 100%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px;
    border-radius: 5px;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
    background: rgb(69, 163, 204);
}

.header12 .hm_inner>ul>li ul li a {
    display: flex;
    font-weight: 500;
    color: rgb(255, 255, 255);
    padding: 8px;
    font-size: 13px;
    white-space: nowrap;
}

.header12 .src_button {
    margin-left: 35px;
    padding-left: 15px;
    color: #39bbbd;
    transition: 0.3s;
    display: none;
}

.header12 .src_button img {
    height: 24px;
}

.header12 .src_button img:last-child {
    display: none;
}

.header12 .menu_trigger {
    display: none;
}

.header12 .src_overlay {
    width: 240px;
    margin-left: 40px;
    position: relative;
}

.header12 .src_overlay.active {
    width: 260px;
}

.header12 .src_overlay input {
    transition: 0.3s;
    width: 100%;
    height: 34px;
    padding-left: 34px;
    border: 1px solid rgb(217, 217, 217);
    font-size: 13px;
    background: rgb(255, 255, 255);
    border-radius: 5px;
}

.header12 .src_overlay input:focus {
    border-color: rgb(194, 133, 204);
}

.header12 .src_overlay button {
    position: absolute;
    left: 10px;
    top: 0px;
    z-index: 2;
    width: 12px;
    height: 100%;
    display: flex;
    align-items: center;
    pointer-events: none;
}

.header12 .src_overlay button img {
    width: 18px;
}

.header12.header_menu .row>div.active .the_logo1,
.header12.header_menu .row>div.active .hm_inner>button {
    visibility: hidden;
}

.header12 .src_overlay button img:last-child {
    display: none;
}

.header12 .header_src>button {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid rgb(210, 235, 245);
}

.header12 .ct_overlay ul {
    display: flex;
    gap: 20px;
}

.header12 .ct_overlay ul li {
    display: flex;
    gap: 6px;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    height: 58px;
}

.header12 .ct_overlay ul li svg {
    height: 24px;
}

.header12 .ct_overlay ul li svg * {
    stroke: rgb(216 120 136);
}

.header12 .header_btns {
    display: flex;
    gap: 10px;
}

.header12 .header_btns li a {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    border-radius: 30px;
    background-color: rgb(216 120 136);
    color: rgb(255, 255, 255);
    height: 42px;
    padding: 0px 20px;
    font-size: 14px;
    font-weight: 900;
    transition: 0.3s;
    white-space: nowrap;
}

.header12 .header_btns li a i {
    font-size: 150%;
}

.header12 .header_btns li a:hover {
    background-color: rgb(57, 187, 189);
    color: rgb(255, 255, 255);
}

.header12 .header_btns li a.pureLink {
    background-color: transparent;
    color: rgb(69, 163, 204);
}

.header12 .header_btns li a.pureLink:hover {
    background-color: rgb(245, 245, 245);
}

.header12 .header_src {
    position: relative;
}

.header12 .src_input {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 190px;
    display: none;
}

.header12 .src_input button {
    position: absolute;
    right: 0px;
    padding: 0px 10px;
    top: 50%;
    transform: translateY(-50%);
    color: rgb(146, 146, 146);
    background-color: rgb(255, 255, 255);
}

.header12 .src_input.active {
    display: block;
}

.header12 .src_input input {
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(210, 235, 245);
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    width: 100%;
    padding-left: 40px;
}

.header12 .src_input svg {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.header_top {
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(247, 248, 252);
}

@media (min-width: 1201px) {
    .ia_texts a:hover::before {
        width: calc(100% + 50px);
    }

    .ia_texts a:hover::after {
        opacity: 1;
        transform: translateY(-50%) translateX(0px);
    }
}

.about_text.active p:last-child {
    display: block;
}

.read_more_btn {
    color: rgb(216 120 136);
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
    position: relative;
}

.read_more_btn i {
    color: rgb(0, 187, 189);
}

.our_treatments {
    padding: 80px 0px;
    background: linear-gradient(98.14deg, #F6F0FC 7.68%, #FFFFFF 49.98%, #F4F9FD 92.28%);
}

.our_treatments .row {
    row-gap: 30px;
    height: 100%;
}

.treatmen_item {
    padding: 40px;
    border: 1px solid rgba(167, 178, 211, 1);
    border-radius: 30px;
    background: #fff;
    height: 100%;
}

.treatmen_item figure {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    border-radius: 17px;
}

.treatmen_item figure img {
    width: 80%;
    height: 80%;
}

.treatmen_item h4 {
    font-weight: 700;
    font-size: 20px;
    color: #000;
}

.treatmen_item p {
    font-size: 18px;
}

.section_padding {
    padding: 80px 0;
}

.whys {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-content: space-between;
}

.why_item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    border: 1px solid rgba(167, 178, 211, 1);
    border-radius: 30px;
    width: 100%;
}

.why_item span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 17px;
    background-color: rgb(216 120 136);
    color: #fff;
    font-size: 26px;
    font-weight: 800;
    flex-shrink: 0;
}

.why_item h3 {
    font-size: 22px;
    color: rgba(53, 35, 99, 1);
    font-weight: 800;
}

.why_item p {
    color: rgba(101, 112, 146, 1);
    font-size: 18px;
}

.why_row,
.mt-80 {
    margin-top: 40px;
}

.why_row {
    row-gap: 40px;
}

img {
    max-width: 100%;
}

.accordion {
    width: 100%;
    max-width: 820px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.accordion-item {
    background: #ffffff;
    border: 1px solid #e3e1f5;
    border-radius: 16px !important;
    box-shadow: 0 4px 14px rgba(90, 70, 180, 0.06);
    overflow: hidden;
}

.accordion-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 26px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
}

.accordion-title {
    font-size: 17px;
    font-weight: 700;
    color: #2b1f4a;
}

.accordion-icon {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7b5cf0;
    font-size: 20px;
    font-weight: 700;
}

.accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0;
}

.accordion-item.open .accordion-body {
    max-height: 200px;
}

.accordion-body-inner {
    padding: 0 26px 22px 26px;
    font-size: 14.5px;
    line-height: 1.55;
    color: #6b6480;
}

.tooth_row {
    justify-content: space-between;
    row-gap: 40px;
}

.whys {
    padding-right: 60px;
}

.contact_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact_list li {
    position: relative;
    padding-left: 49px;
    padding-top: 4px;
}

.contact_list li i {
    width: 36px;
    height: 36px;
    background-color: #ef5261;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.contact_list li p {
    color: rgba(53, 35, 99, 1);
    font-weight: 700;
    line-height: 1.2;
}

.contact_list li p a {
    color: inherit;
}

.form-76 {
    width: 500px;
    max-width: 100%;
    padding: 32px;
    border-radius: 24px;
    background: linear-gradient(150deg, #5b2a9e 0%, #3d1f78 55%, #2a1560 100%);
    box-shadow: 0 20px 45px rgba(45, 15, 90, 0.35);
    box-sizing: border-box;
    margin-left: auto;
}

.form-76 .form-76-row {
    display: flex;
    gap: 16px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.form-76 .form-76-field {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.form-76 .form-76-field label {
    color: #f1ecfa;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

.form-76 .form-76-field input,
.form-76 textarea {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    padding: 12px 14px;
    color: #ffffff;
    font-size: 16px;
    outline: none;
    box-sizing: border-box;
    font-family: inherit;
}

.form-76 input::placeholder,
.form-76 textarea::placeholder {
    color: rgba(255, 255, 255, 0.55);
}

.form-76 .form-76-field input:focus,
.form-76 .form-76-field textarea:focus {
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.13);
}

.form-76 .form-76-message {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
}

.form-76 .form-76-message label {
    color: #f1ecfa;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

.form-76 .form-76-message textarea {
    resize: none;
    height: 90px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    padding: 12px 14px;
    color: #ffffff;
    font-size: 16px;
    outline: none;
    box-sizing: border-box;
    font-family: inherit;
}

.form-76 .form-76-submit {
    width: 100%;
    padding: 14px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.form-76 .form-76-submit:hover {
    background: rgba(255, 255, 255, 0.22);
}

.form-76 .form-76-datewrap {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    overflow: hidden;
}

.form-76 .form-76-datewrap:focus-within {
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.13);
}

.form-76 .form-76-dateinput {
    background: transparent;
    border: none;
    padding: 12px 14px;
    color: #ffffff;
    font-size: 13px;
    outline: none;
    box-sizing: border-box;
    font-family: inherit;
    flex: 1;
    min-width: 0;
}

.form-76 .form-76-dateinput::placeholder {
    color: rgba(255, 255, 255, 0.55);
}

.form-76 .form-76-dateicon {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.75);
    padding: 12px 14px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

footer {
    padding: 40px 0px;
    border-top: 1px solid rgba(225, 230, 245, 1);
}

footer .footer_logo {
    width: 250px;
    margin: 0 auto;
    display: block;
}

.header_menu.header12.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

.contact_list li a {
    text-decoration: none;
}

.news_section42 .event_item {
    background-color: rgb(255, 255, 255);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

.news_section42 .event_item img {
    width: 100%;
    border-radius: 4px;
    transition: 1s;
    height: 370px;
    object-fit: cover;
}

.news_section42 .event_item>a {
    display: flex;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}

.news_section42 .event_item>a::before {
    content: "";
    position: absolute;
    inset: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0.3s;
    opacity: 0;
}

.news_section42 .event_item>a::after {
    content: "\f16d";
    font-family: "Font Awesome 6 Brands";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: rgb(255, 255, 255);
    transition: 0.3s;
    opacity: 0;
}

.news_section42 .event_item:hover>a::before,
.news_section42 .event_item:hover>a::after {
    opacity: 1;
}

.news_section42 .event_item>div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.eventsSwiper {
    margin-top: 30px;
}

.news_section42 {
    /* background: linear-gradient(98.14deg, #F6F0FC 7.68%, #FFFFFF 49.98%, #F4F9FD 92.28%); */
    overflow: hidden;
}

.for_insta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.for_insta a {
    display: inline-flex;
    align-items: center;
    border-radius: 30px;
    background-color: rgb(216 120 136);
    color: rgb(255, 255, 255);
    height: 42px;
    padding: 0px 20px;
    font-size: 14px;
    font-weight: 900;
    transition: 0.3s;
    gap: 8px;
}

.for_insta a i {
    font-size: 150%;
}

.ani_nav {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.ani_nav button {
    font-size: 24px;
    color: rgb(216 120 136);
    padding: 0 15px;
}

.ani_nav button.swiper-button-disabled {
    opacity: .5;
}

a.fixed_insta {
    position: fixed;
    right: inherit;
    right: 30px;
    bottom: 30px;
    border-radius: 50%;
    background-color: rgb(216 120 136);
    color: #fff;
    font-size: 24px;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

@media (max-width: 1200px) {
    .header12 .hm_inner ul li>a {
        opacity: .5;
    }

    .header12 .hm_inner ul li>a.active {
        color: #fff;
        opacity: 1;
    }

    .header12 .hm_inner>ul {
        max-height: 350px;
        overflow-y: auto;
    }

    .header12 .hm_inner>ul ul {
        padding-right: 0px !important;
    }

    .header12 .hm_inner>ul ul a {
        padding-right: 15px !important;
        font-size: 14px !important;
    }

    .header12 .h_menu>ul>li>a.has-submenu::after,
    .header12 .has-submenu::after {
        content: "";
        font-family: FontAwesome;
        color: rgb(255, 255, 255);
        position: static;
        height: auto;
        border-radius: 0px;
        font-size: 20px;
        line-height: normal;
    }

    .header12 .has-submenu.active::after {
        content: "" !important;
    }

    .header12.header_menu .row>div {
        gap: 15px;
    }

    .header12 .middle_menu {
        margin-left: auto;
    }

    .header12 .src_overlay button img:last-child {
        display: block;
    }

    .header12 .src_overlay button img:first-child {
        display: none;
    }

    .header12 .the_logo1 img {
        max-height: 80px;
    }

    .header12 .src_overlay button {
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        height: 34px;
        display: flex;
        align-items: center;
        padding: 0px 10px;
        left: auto;
        width: auto;
        pointer-events: all;
    }

    .header12 .src_overlay button img {
        height: 20px;
    }

    .header12 .src_overlay {
        position: absolute;
        top: 50%;
        left: 15px;
        width: 100%;
        background-color: rgb(255, 255, 255);
        z-index: 2;
        display: none;
        margin-left: 0px;
        transform: translateY(-50%);
        right: 15px;
    }

    .header12 .src_overlay.active {
        display: block;
        width: auto;
    }

    .header12 .src_overlay input {
        padding-left: 15px;
    }

    .header12 .hm_inner>ul>li ul {
        position: static;
        visibility: visible;
        opacity: 1;
        box-shadow: none;
        margin: 0px;
        padding: 0px 20px;
        display: none;
        transition: none;
        background: transparent;
    }

    .header12 .hm_inner>ul>li ul li a {
        color: rgb(255, 255, 255);
    }

    .header12 .menu_trigger {
        display: block;
    }

    .header12.header_menu .row {
        position: relative;
    }

    .header12 .hm_inner ul {
        position: absolute;
        top: 100%;
        left: 15px;
        right: 15px;
        background-color: rgb(57 187 189);
        margin-top: 15px;
        display: none;
    }

    .header12 .hm_inner ul li {
        width: 100%;
    }

    .header12 .hm_inner ul li a {
        color: rgb(255, 255, 255);
        height: auto;
        padding: 10px 15px;
        justify-content: space-between;
        border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    }

    .header12 .hm_inner ul li.active a {
        color: rgb(255, 255, 255);
    }

    .header12 .src_button {
        margin-left: 0px;
        font-size: 24px;
        display: block;
    }

    .section_title2 h2 {
        font-size: 36px;
    }

    .section_title2 p {
        font-size: 16px;
    }

    .slider5 .hm_inner {
        justify-content: flex-end;
    }

    .slider5 .has-submenu.active::after {
        content: "" !important;
    }

    .slider5 .h_menu>ul>li>a.has-submenu::after,
    .slider5 .has-submenu::after {
        content: "";
        font-family: FontAwesome;
        color: rgb(255, 255, 255);
        position: static;
        height: auto;
        border-radius: 0px;
        font-size: 20px;
        line-height: normal;
    }

    .slider5 .mainSwiper h2 {
        font-size: 40px;
    }

    .slider5 .mainSwiper p {
        font-size: 18px;
    }

    .slider5 .mainSwiper a {
        font-size: 16px;
        height: 40px;
        padding: 0px 20px;
    }
}

@media (max-width: 992px) {
    .form-76 {
        width: 100%;
    }

    .tooth_wrap img {
        width: 300px;
        max-width: 100%;
        margin: 0 auto;
        display: block;
    }

    .header12.header_menu .container,
    .header12.header_top .container {
        max-width: 100%;
        padding: 0px 30px;
    }

    .ia_texts {
        padding-left: 0px;
    }

    .slider5 .mainSwiper h2 {
        font-size: 40px;
    }

    .slider5 .mainSwiper p {
        font-size: 18px;
    }

    .slider5 .mainSwiper>.container button {
        display: none;
    }

    .slider5 .mainSwiper .swiper-slide .container>div {
        padding: 0px;
    }

    .slider5 .mainSwiper .swiper-slide::before {
        opacity: .5;
    }

    .slider5 .mainSwiper img {
        object-position: right;
    }

    .slider5 .mainSwiper p {
        color: #fff;
    }
}

@media (max-width: 768px) {
    .for_insta {
        flex-direction: column;
        align-items: flex-start;
    }

    .ct_overlay ul li:last-child {
        display: none;
    }

    .aboutus_section99 .row {
        flex-direction: column-reverse;
    }

    .slider5 .mainSwiper h6::before {
        width: 20px;
        height: 3px;
    }

    .slider5 .mainSwiper p {}

    .slider5 .mainSwiper h2 {
        color: #fff;
    }

    .slider5 .mainSwiper h2 strong {
        color: #fff;
    }

    .slider5 .mainSwiper h6 {
        color: #fff;
        font-size: 12px;
    }

    footer {
        padding: 40px 0;
    }

    footer .footer_logo {
        width: 180px;
    }

    .why_item span {
        width: 36px;
        height: 36px;
        font-size: 20px;
    }

    .whys {
        padding-right: 0;
    }

    .header12 .header_btns li a {
        font-size: 14px;
        padding: 0px 10px;
    }

    .container {
        padding: 0 30px;
    }

    .aboutus_section991 img {
        height: auto;
    }

    .header12 .header_btns li a span {
        display: none;
    }

    .form-76 .form-76-row {
        flex-direction: column;
    }

    .section_padding {
        padding: 40px 0;
    }

    .our_treatments {
        padding: 40px 0px;
    }

    .header12 .v_hidden {
        display: none !important;
    }

    .header12 .top_right {
        position: relative;
    }

    .header12 .header_src {
        position: static;
    }

    .header12.header_menu .container,
    .header12.header_top .container {
        padding: 0px 15px;
    }

    .header12 .src_input {
        right: auto;
        left: 0px;
        width: 100%;
    }

    .header12 .header_src {
        margin-right: auto;
    }

    .header12 .header_src>button {
        border-right-width: medium;
        border-right-style: none;
        border-right-color: currentcolor;
    }

    .header12 .src_overlay button,
    .header12 .src_overlay input {
        height: 30px;
    }

    .header12 .src_button {
        font-size: 24px;
    }

    .header12 .ct_overlay {
        /* display: none; */
    }

    .header12 .the_logo1 img {
        max-height: 40px;
    }

    .header12.header_top {}

    .header12 .hm_inner ul {
        left: 15px;
        right: 15px;
        padding: 15px;
    }

    .section_title2 h2 {
        font-size: 28px;
    }

    .section_title2 p {
        font-size: 15px;
    }

    .aboutus_section991 {
        padding: 40px 0px;
    }

    .slider5 .top_bar .container,
    .slider5 .header_1 .container {
        padding: 0px 15px;
    }

    .slider5.slider_component {
        margin: 30px 30px 0px 30px;
    }

    .slider5 #mainPagination {
        bottom: 15px;
    }

    .slider5 .mainSwiper img {
        height: calc(-56px + 100vh);
    }

    .slider5 .mainSwiper h2 {
        font-size: 28px;
    }

    .slider5 .mainSwiper p {
        font-size: 14px;
        margin-top: 15px;
    }

    .slider5 .mainSwiper .swiper-slide .container {
        padding: 0px 15px;
        transform: none;
        bottom: 30px;
        left: 0;
        top: auto;
    }

    .slider5 .mainSwiper a {
        font-size: 14px;
        height: 35px;
        padding: 0px 15px;
    }

    .slider5 .mainSwiper img {
        height: 450px;
        min-height: auto;
    }

    .slider5 .mainSwiper .swiper-slide .container {
        /* margin-top: -25px; */
    }
}