@font-face {
    font-family: 'Josefin Sans';
    src: local('Josefin Sans Medium'), local('JosefinSans-Medium'),
        url('../fonts/JosefinSans-Medium.woff2') format('woff2'),
        url('../fonts/JosefinSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Josefin Sans';
    src: local('Josefin Sans SemiBold'), local('JosefinSans-SemiBold'),
        url('../fonts/JosefinSans-SemiBold.woff2') format('woff2'),
        url('../fonts/JosefinSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Josefin Sans';
    src: local('Josefin Sans Regular'), local('JosefinSans-Regular'),
        url('../fonts/JosefinSans-Regular.woff2') format('woff2'),
        url('../fonts/JosefinSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Josefin Sans';
    src: local('Josefin Sans Thin'), local('JosefinSans-Thin'),
        url('../fonts/JosefinSans-Thin.woff2') format('woff2'),
        url('../fonts/JosefinSans-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Josefin Sans';
    src: local('Josefin Sans Bold'), local('JosefinSans-Bold'),
        url('../fonts/JosefinSans-Bold.woff2') format('woff2'),
        url('../fonts/JosefinSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Josefin Sans';
    src: local('Josefin Sans ExtraLight'), local('JosefinSans-ExtraLight'),
        url('../fonts/JosefinSans-ExtraLight.woff2') format('woff2'),
        url('../fonts/JosefinSans-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Josefin Sans';
    src: local('Josefin Sans Light'), local('JosefinSans-Light'),
        url('../fonts/JosefinSans-Light.woff2') format('woff2'),
        url('../fonts/JosefinSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



body {padding: 0;margin: 0;font-family: 'Josefin Sans';font-weight: 400;}
html, body {width: 100%;height: 100%}
a {text-decoration: none;color: #ff69b4;transition: all 0.6s ease-out;-webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-ms-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;}
a:hover {text-decoration: none!important;cursor: pointer; color: #000;}
a:focus {text-decoration: none;transition: all 1s ease}
:focus {outline: none!important}
::-moz-selection {background-color:#000;color:#fff}
::selection {background-color: #000;color: #fff}   
.other-services-bottum-text .section-title::selection, .services-tabs ul.nav.nav-tabs li a.active .services-text h2::selection, .hero-title::selection{color: #fff;    -webkit-background-clip: text; -webkit-text-fill-color: #fff;}
img {max-width: 100%;height: auto}
p {font-family: 'Josefin Sans';font-style: normal;font-weight: 500;font-size: 18px;line-height: 28px;color: #001131;}
p a {color: #ff69b4;}
p strong {color: #ff69b4; font-weight: 500;}
p a:hover {color: #000;}
ul, ol, ul li, ol li {margin: 0;padding: 0;}
ul li a, ol li a {color: #000;}
ul li a:hover, ol li a:hover {color: #ff69b4;}
figure, address {margin: 0;}
input, textarea, select, button {border-radius: 0;-webkit-box-shadow: none;box-shadow: none;outline: none;}
input:focus, textarea:focus, select:focus, button:focus { outline: 0 !important; -webkit-box-shadow: none !important; box-shadow: none !important; }
h1, h2, h3, h4, h5, h6 {font-family: "Josefin Sans";font-style: normal;font-weight: 600;color: #000;margin-bottom: 15px;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color: #000;}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {color: #ff69b4;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {color: #ff69b4;}
h1 {font-size: 40px;line-height: normal;}
h2 {font-size: 35px;line-height: normal;}
h3 {font-size: 32px;line-height: normal;}
h4 {font-size: 30px;line-height: normal;}
h5 {font-size: 28px;line-height: normal;}
h6 {font-size: 26px;line-height: normal;}
select::-ms-expand {display: none;}
select {-moz-appearance: none;}
.alignleft {float: left;margin-right: 1.5em;margin-bottom: 15px;margin-top: 8px;}
.alignright {float: right;margin-left: 1.5em;margin-bottom: 15px;margin-top: 8px;}
.aligncenter {clear: both;display: block;margin: 0 auto 15px}
.default-css ol {padding-left: 18px;}
.default-css ul li, .default-css ol li { font-family: 'Josefin Sans'; font-style: normal; font-weight: 400; font-size: 18px; line-height: 28px; color: #001131; margin: 0 0 5px; }
.default-css ul li a, .default-css ol li a {color: #ff69b4}
.default-css ul li strong, .default-css ol li strong {color: #ff69b4;font-weight: 600;}
.default-css ul li a:hover, .default-css ol li a:hover {color: #000}
.default-css ul li {list-style: none; background: url(../images/list-arrow.png) no-repeat; background-position: 0 5px; padding-left: 28px; background-size: 20px; }
.floating-icon {position: fixed;right: -107px;top: 50%;transform: translateY(-50%);z-index: 11;transform: rotate(-90deg);}
.floating-icon a {padding: 18px 40px;display: inline-block;color: #000;text-align: center;font-family: 'Josefin Sans';font-size: 18px;font-style: normal;font-weight: 600;line-height: normal;background: #FFF; box-shadow: 0px 0px 20px 0px rgba(48, 69, 124, 0.20);} .floating-icon a strong{color: #ff69b4}
.floating-icon a:hover {color: #fff;background: #ff69b4;}
.floating-icon a:hover strong{color: #ff69b4;}
.default-css ul , .default-css ol{ margin-bottom: 20px; }

.default-section{ padding: 100px 0; }


/* btns */
.theme-btn { display: inline-block; position: relative; padding: 16px 30px; text-align: center; font-family: 'Josefin Sans'; font-size: 20px; font-style: normal; font-weight: 600; line-height: 28px; border-radius: 45px; border: none; }
.theme-btn.btn-black { background: #000; color: #fff; }
.theme-btn.btn-black:hover{  background: #ff69b4; color: #fff; }
.theme-btn.btn-white { background: #f9f1eb; color: #ff69b4; }
.theme-btn.btn-white:hover{  background: #ff69b4; color: #fff; }
.theme-btn.btn-pink {  background: #ff69b4; color: #fff; }
.theme-btn.btn-pink:hover{ background: #152847;color: #fff; }

.theme-btn.btn-call { padding: 5px 30px 5px 5px; font-size: 25px; display: inline-flex ; align-items: center;line-height: 29px; }
.btn-call figure { font-size: 0; height: 50px; width: 50px; border-radius: 50%; flex-shrink: 0; color: #fff; display: flex; align-items: center; justify-content: center; margin-right: 15px; }
.theme-btn.btn-white.btn-call figure{background: #ff69b4;}
.theme-btn.btn-pink.btn-call figure{background: #f9f1eb;}
.theme-btn.btn-pink.btn-call figure img{filter: brightness(0); }

.btn-call figure img{filter: brightness(0) invert(1); max-width: 26px;}

.theme-btn.btn-white.btn-call:hover figure{background: #f9f1eb;}
.theme-btn.btn-white.btn-call:hover figure img{filter: brightness(0);}
.default-btns:has(.btn-call) { display: flex; }

.home-banner .default-btns .theme-btn.btn-pink:hover{background: #f9f1eb;color: #ff69b4;}


/*--header--*/
.header-section { position: relative; top: 0; left: 0; right: 0; z-index: 99; transition: all 0.5s; padding: 15px 0 15px; background: #fcf6f0; }
.header-section .row { align-items: center; }
.header-top { display: flex ; align-items: center; justify-content: end; }
.header-section.sticky { position: fixed; background: #fcf6f0; transition: all 0.5s; }
.head-call-now { display: flex ; align-items: center; }
.head-call-now figure { flex-shrink: 0; margin-right: 20px; border-radius: 50%; height: 80px; width: 80px; background: #152847; display: flex ; align-items: center; justify-content: center; }
.head-call-now figure img { filter: brightness(0) invert(1); }
.head-call-now p { font-family: 'Josefin Sans'; font-style: normal; font-weight: 500; font-size: 22px; line-height: 28px; color: #152847;    margin: 0; }
.head-call-now p strong { color: #ff69b4; font-weight: 500; }
.external-dni { font-size: 40px; font-weight: 600; line-height: 46px; }

.header-section .container , section.home-banner .container {max-width: 1630px !important;}
.logo-section .container {max-width: 1530px !important;}


/*--banner--*/
.home-banner { position: relative; z-index: 2; background-size: cover; padding: 80px 0 50px; }
.home-banner::before { content: ''; height: 100%; width: 100%; top: 0; position: absolute; left: 0; z-index: -1; border-radius: 0; /* background: rgb(21 40 71 / 70%) url(../images/sadeghi-default-shape.png) repeat;*/ background-size: cover; }
.banner-star {display: -webkit-box;display: -ms-flexbox;-ms-flex-wrap: wrap;display: inline-block;padding-bottom: 15px;}
.stardx {display: inline-block;position: relative;}
.stardx img { margin-top: -9px;max-width: 24px;filter: brightness(0) saturate(100%) invert(76%) sepia(16%) saturate(5292%) hue-rotate(339deg) brightness(98%) contrast(102%); }
.banner-caption .banner-star p { margin: 0; padding-left: 4px; display: inline-block; color: #fff; font-family: 'Josefin Sans'; font-size: 24px; font-style: normal; font-weight: 500; line-height: 30px; letter-spacing: 0.66px; }
.banner-title { margin-bottom: 25px; color: #fff; font-size: 65px; font-style: normal; font-weight: 600; line-height: 80px; font-family: "Josefin Sans"; }
.banner-title strong { font-weight: 600; color: #ff69b4; }
.banner-caption p { color: #fff; font-size: 22px; line-height: 32px; font-weight: 500; }
.banner-caption ul {margin: 0 0 20px;padding: 0;}
.banner-caption ul li { padding-left: 36px; margin-bottom: 12px; background: url(../images/next.png) no-repeat top left; background-position: top 4px left; list-style: none; font-style: normal; line-height: 36px; color: #fff; font-family: 'Josefin Sans'; font-size: 22px; font-weight: 500; background-size: 24px; }
.banner-caption ul li strong {color: #ff69b4;font-weight: 500;}
.default-btns {padding-top: 10px;}

.banner-main-form-div .form-hero { max-width: 510px; margin: 0 0 0 auto; background: rgb(0 0 0 / 50%); border: 1px solid #fff; }

.home-banner .row { align-items: center; }
.default-btns .theme-btn:not(:first-child){margin-left: 15px;}

.client-banner-text { padding: 35px 0 0; max-width: 560px; }
.client-banner-info figure { line-height: normal; width: 62px; height: 62px; background-color: #fff; border: 1px solid #A3BAC6; border-radius: 50%; overflow: hidden; margin-right: 20px; text-align: center; display: flex ; align-items: center; justify-content: center; }
.client-banner-info { margin-bottom: 10px; display: flex ; flex-wrap: wrap; align-items: center; }
.client-banner-name h4 { font-style: normal; font-weight: 700; font-size: 22px; line-height: 28px; text-transform: capitalize; color: #ff69b4; margin-bottom: 4px; }
.banner-caption .client-banner-text p { font-size: 18px; line-height: 28px; }
.client-banner-star img { max-width: 20px;filter: brightness(0) saturate(100%) invert(76%) sepia(16%) saturate(5292%) hue-rotate(339deg) brightness(98%) contrast(102%); }


/* logo section */
section.logo-section { padding: 30px 0; position: relative; background: url(../images/sadeghi-default-shape.png) repeat rgb(255, 255, 255) 50% 50% / cover; }
.logo-list li { padding: 0 10px; width: 25%; }
.logo-list li figure { text-align: center; }
.logo-list { display: flex ; align-items: center; list-style: none; justify-content: center; }


/* heading */
.heading-title { margin-bottom: 15px; color: #000; font-size: 60px; font-style: normal; font-weight: 600; line-height: 70px; font-family: "Josefin Sans"; }
.heading-title strong{ color: #ff69b4;font-weight: 600; }


/*-------services-section--------*/
section.services-section { position: relative; padding: 100px 0; }
.service-list li { width: 33.33%; padding: 15px 25px; list-style: none; }
.service-bx { text-align: center; height: 100%; position: relative; }
.service-bx figure { margin: 0 auto 10px; }
.service-bx h3 { color: #ff69b4; }
.service-list { display: flex ; justify-content: center; flex-wrap: wrap; max-width: 1200px; margin: 0 auto; }

.service-bx figure img { transition: transform 0.4s ease; transform: translate3d(0, 10px, 0) scale3d(1, 1, 1); }
.service-bx:hover figure img { transform: translate3d(0, 0, 10px) scale3d(1.01, 1.01, 1.01); }

section.location-section { padding: 100px 0; position: relative; z-index: 1; background: url(../images/sadeghi-default-shape.png) repeat rgb(255 105 180) 50% 50% / cover; }

section.location-section .heading-title { color: #fff; }

section.location-section .heading-title strong{  color: #000;}
.call-btn-row { display: flex; justify-content: center; flex-wrap: wrap; margin: 0 -1% 25px; }
.call-btn { width: 48%; background: #FFF; margin: 1%; display: flex ; align-items: center; padding: 15px 25px; border-radius: 5px; }
.btn-call-inn p { font-family: 'Josefin Sans'; font-style: normal; font-weight: 500; font-size: 22px; line-height: 28px; color: #152847; margin: 0; }
.btn-call-inn p a{color: #000;}
.btn-call-inn p a:hover{color: #ff69b4;}

.btn-call-inn p a.external-dni{color: #ff69b4;}
.btn-call-inn p a.external-dni:hover{color: #000;}
.call-btn figure { flex-shrink: 0; margin-right: 20px; border-radius: 50%; height: 70px; width: 70px; background: #152847; display: flex ; align-items: center; justify-content: center; }
.call-btn figure img{filter: brightness(0) invert(1);}
.map { height: 530px; }
.map iframe { height: 100%; width: 100%; }



section.about-section { position: relative; padding: 100px 0; background: url(../images/sadeghi-default-shape.png) repeat rgb(240, 243, 245) 50% 50% / cover; }
section.about-section .row { align-items: center; }
.about-logos h2 { margin: 0; font-size: 45px; }
.about-logo-list { display: flex ; margin-left: 50px; }
.about-logo-list li { padding: 0 15px; list-style: none; }
.about-logo-list li figure img { max-height: 96px; }
.about-logos { display: flex ; align-items: center; justify-content: center; margin-top: 45px; }
section.about-section .head-call-now { padding-top: 20px; }


/*--------FAQ-------- */
section.faq-section { background: #fcf6f0; position: relative; padding: 100px 0; }
.faq-box .card { margin:0 0 30px; border-radius: 45px; background: transparent; box-shadow: none;border: none;
background: #FFF;
box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10); }
.faq-box .card:has(.card-header-title:not(.collapsed)){
background: #ff69b4;
box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);}
.faq-box .card-header-title { padding: 24px 60px 24px 45px; position: relative; margin: 0; font-family: "Josefin Sans"; font-style: normal; color: #FFF; font-weight: 500; font-size: 24px; line-height: 32px; border-radius: 0; background: transparent; border: none;}
.card-body.default-css { padding: 24px 60px 25px 45px; position: relative; border: none; border-top: 1px solid rgb(255 255 255 / 20%); }
.card-body.default-css  p{ color: #FFF;font-family: "Josefin Sans"; font-size: 20px; font-style: normal; font-weight: 400; line-height: 32px; }
.card-header-title.collapsed { color: #000; box-shadow: none; border-radius: 0; border: none; background: transparent;}
.faq-box .card-header h5:after, .card-header-title::after { content: ""; background:  url(../images/faq-minus.png) no-repeat center; width: 20px; height: 20px; position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); right: 30px; }
.faq-box .card-header {border: none;padding: 0;cursor: pointer;position: relative;margin: 0 0 0;background: transparent !important;}
.faq-box .card-header h5.collapsed:after, .card-header-title.collapsed::after {background:  url(../images/faq-pluse.png) no-repeat center;box-shadow: none;}

section.surgery-video-section { padding: 100px 0;position: relative; }
.sub-heading { font-size: 25px; font-weight: 600; line-height: 36px; color: #ff69b4; margin-bottom: 15px; font-family: "Josefin Sans"; }
.faq-box { margin-top: 20px; }

/* video-section */

.video-section { position: relative; overflow: hidden;}
.video-section figure { position: relative; background: #fff;border-radius: 10px; box-shadow: 0 0 60px 0 rgba(48, 120, 190, 0.20); }
.video-box h6 { color: #001131; font-family: Outfit; font-size: 30px; font-style: normal; font-weight: 500; line-height: 36px; margin-bottom: 10px; }
.video-section figure:after { position: absolute; content: '';  background: rgb(0 0 0 / 10%); z-index: 1;border-radius: 15px; top: 0px;left: 0px; right: 0px;bottom: 0px;}
.video-section figure img { width: 100%; border-radius: 10px; }
.radius { width: 72px; height: 72px; border-radius: 100%; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; display: flex ; align-items: center; justify-content: center; z-index: 1; }
.radius a { z-index: 1; }
.place { background: transparent; z-index: 2; }
.radius .border-animation, .place { display: block; width: 100%; height: 100%; position: absolute; border-radius: 100%; text-align: center; line-height: 71px; }
.radius .border-animation { z-index: 1; }
.ba1 { animation: rounder1 1s linear 1s infinite alternate; background: rgba(255, 255, 255, 0.6); }
@keyframes rounder1 { from { transform: scale(1); } to { transform: scale(1.39); } }
.ba2 { animation: rounder2 1s linear 1s infinite alternate; background: rgba(255, 255, 255, 0.6); }
@keyframes rounder2 { from { transform: scale(1); } to { transform: scale(1.79); } }
.ba3 { animation: rounder3 1s linear 1s infinite alternate; background: rgba(255, 255, 255, 0.6); }
@keyframes rounder3 { from { transform: scale(1); } to { transform: scale(1.99); } }

.radius:hover img{transform: scale(0.95);}


.video-popup .modal-dialog { max-width:1030px !important; position: absolute; top:0; left: 0; right: 0; transform:inherit !important; width: 94%; border-radius: 10px; margin: 45px auto 0; border: 8px solid #ff69b4;}
.video-popup .modal-body { border: none; float: none; clear: both; width: 100%; position: relative; padding-bottom: 56.25%; padding-top: 0; height: 0; }
.modal.video-popup .modal-content { border: none; box-shadow: none; }
.modal.video-popup button.close { opacity: 1; position: absolute; right: 28px; top: 35px; font-size: 26px; font-weight: normal; color: #fff; cursor: pointer; text-shadow: none; background: transparent; border: none; }
.videoIframe iframe {  display: block; bottom: 100px; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }  
.modal-backdrop.show { opacity: .9; }
.video-show { position: absolute; top: 50%; transform: translate(-50% , -50%); left: 50%; }
.modal-dialog { max-width: 560px!important; position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%) !important; margin: 0px auto 0; width: 95% }
.modal.popup-form button.close {opacity: 1;position: absolute;right: 30px;top: 30px;font-size: 26px;font-weight: normal;color: #fff;cursor: pointer;/* text-shadow: none; */ background: transparent;border: none;}


/*-------GALLERY-CSS---------*/
section.gallery-section {overflow: hidden;position: relative;padding: 100px 0px ;}
.gallery-row-parent { position: relative; max-width: 1330px; margin: 0 auto; }
.gallery-items>img { width: 100%; height: 100%; object-fit: cover; }
.gallery-row-parent {position: relative;}
.gallery-image {overflow: hidden;}
.gallery-row-parent .row {justify-content: center;}
.gallery-row-parent .col-sm-8 , .gallery-row-parent .col-sm-4{padding: 20px;}
.gallery-image img {width: 100%;transition: all 0.6s; }
.gallery-items:hover .gallery-image img {transform: scale(1.1);}
.gallery-items {position: relative;overflow: hidden;margin: 0 0;height: 100%;border-radius: 10px;}
.gallery-item .gallery-image {width: 100%;height: 100%;object-fit: cover;}
.gallery-item-parent { position: absolute; bottom: 15px; left: 15px; right: 15px; top: 15px; background: rgb(255 105 180 / 90%); overflow: hidden; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transition: .3s; transition: .3s ease; border-radius: 10px; }
.gallery-item-text {position: absolute;top: 50%;transform: translateY(-50%);left: 0;right: 0;width: 100%;text-align: center;}
.example-image-link { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content: center; align-items: center; height: 100px; width: 100px; position: relative; background: rgb(255 255 255 / 80%); border-radius: 50%; margin: 0 auto; position: relative; }
.gallery-items:hover .gallery-item-parent {-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}
.example-image-link:hover{background: #fff;}
.lb-nav a.lb-prev, .lb-nav a.lb-next {opacity: 1 !important;width: 50px !important;height: 50px;top: 50%;position: absolute;transform: translateY(-50%);z-index: 1;}
.lb-nav a.lb-prev {left: 15px !important;}
.lb-nav a.lb-next {right: 15px !important;}
.lb-data .lb-close {background-size: 26px !important;}
.lb-nav {position: static !important;}
.lightbox {position: fixed !important;left: 0;top: 50% !important;transform: translateY(-50%);}



/* testimonial-section */
section.testimonial-section { position: relative; padding: 100px 0; background: url(../images/sadeghi-default-shape.png) repeat rgb(240,243,245) 51% 62% / cover; }
section.testimonial-section .row {justify-content: center;}

.testimonial-row { margin-top: 20px; }
.testimonial-slider .client-say-box{text-align: left;}

.client-say-box { height: 100%; padding: 48px 44px 125px; position: relative; transition: all 0.6s; border-radius: 4px; background: #FFF; box-shadow: 0px 0px 15px 0px rgba(23, 128, 225, 0.16);}
.clint-name-parent { display: flex ; align-items: center; position: absolute; left: 44px; right: 44px; bottom: 35px; border-top: 1px solid #D9D9D9; padding-top: 25px; }
.client-say-box .clint-name-parent figure { flex-shrink: 0; margin-right: 25px; }
.clients-item-heading h2 { color: #000; font-size: 25px; font-style: normal; font-weight: 500; line-height: 25px; margin-bottom: 2px; }
.client-say-box .start-icon img { max-width: 20px;filter: brightness(0) saturate(100%) invert(76%) sepia(16%) saturate(5292%) hue-rotate(339deg) brightness(98%) contrast(102%); }


.testimonial-slider.owl-carousel button.owl-dot { height: 15px; width: 15px; border-radius: 50%; background: #000 !important; margin:0  7px; }
.testimonial-slider.owl-carousel button.owl-dot.active { background: #ff69b4 !important; outline: 1px solid #ff69b4 !important; outline-offset: 5px; }
.testimonial-slider { text-align: center;position: relative; }
.testimonial-slider.owl-carousel .owl-dots { margin: 60px auto 0; display: inline-flex !important ; text-align: center; padding: 0 5px; justify-content: center; background: #F5F5F5; }
.testimonial-slider:after { position: absolute; content: ''; width: 100%; left: 0; bottom: 12px; height: 1px; background: #D9D9D9; z-index: -1; }

.owl-nav {text-align: center;}
.owl-carousel .owl-nav span{ display: none !important; }
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev { height: 50px; width: 50px; border-radius: 0; margin: 10px; border: none !important; }
.owl-carousel .owl-nav .owl-prev  { background:   url(../images/owl-prev.png) no-repeat !important; background-position: center !important; }
.owl-carousel .owl-nav .owl-next { background:  url(../images/owl-next.png) no-repeat !important; background-position: center !important; }
.owl-carousel .owl-nav .owl-next:hover { background:  url(../images/owl-next-hover.png) no-repeat !important; background-position: center !important; }
.owl-carousel .owl-nav .owl-prev:hover { background:  url(../images/owl-prev-hover.png) no-repeat !important; background-position: center !important; }



/* footer.footer */
footer.footer-section { background: #000; padding: 20px 0; }


.ftr-social { margin-top: 25px; }
.ftr-title { color: #ff69b4; font-family: 'Josefin Sans'; font-size: 30px; font-style: normal; font-weight: 600; line-height: 38px; margin-bottom: 25px; }
.ftr-social a { height: 50px; width: 50px; background: transparent; border-radius: 50%; border: 1px solid #000000; text-align: center; line-height: 43px; margin: 0 5px; display: inline-block; }
.ftr-social a:hover { border: 1px solid #ff69b4;background: #ff69b4; }
.ftr-social a img { filter: brightness(0); max-width: 24px; }
.ftr-social a:hover img { filter: brightness(0) invert(1); }

.copyright p, .copyright p a { margin: 0; color: #fff; }
.copyright p a:hover{ color: #ff69b4; }


.popup-form .form-hero input.button.gform_button { width: auto !important; }



/* form */
.form-hero { position: relative; right: 0; top: 0; width: 100%; border-radius: 15px; background: #000; max-width: 100%; float: none; padding: 30px 40px 40px; }
.b-form-title { margin-bottom: 10px; color: #fff; font-size: 32px; font-style: normal; font-weight: 600; line-height: 42px; font-family: "Josefin Sans"; text-align: center; }
.b-form-title strong { color: #ff69b4; font-weight: 600; }
.form-hero p { color: #fff; font-size: 18px; font-style: normal; font-weight: 600; line-height: 28px; font-family: "Josefin Sans"; text-align: center; }
.form-hero .gform_wrapper {max-width: 100%!important;margin: 0 !important;padding: 0!important;}
.gform_wrapper .gform_fields {display: -webkit-box;display: -ms-flexbox;display: flex !important;-ms-flex-wrap: wrap;flex-wrap: wrap;grid-column-gap: 0% !important;grid-row-gap: 0px !important;}
.gform_wrapper.gravity-theme .gform_fields {grid-column-gap: 0 !important;grid-row-gap: 0 !important;}
.form-hero .gform_body {margin: 0 -10px;}
.gform_wrapper .gfield {padding: 0 10px 20px;clear: both;text-align: left;width: 100%;margin: 0;}
.gform_wrapper.gravity-theme .ginput_container_address {margin-left: 0 !important;margin-right: 0 !important;}
.gfield--type-address {margin-bottom: 0 !important;}
.gform_wrapper.gravity-theme .ginput_container_address span {padding: 0 10px 12px !important;margin: 0 !important;}
.gform_wrapper.gravity-theme fieldset {margin: 0 !important;}
.gform_wrapper .gfield.gfield--width-full {-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
.gform_wrapper .gfield.gfield--width-half {-webkit-box-flex: 0;-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
.form-hero .gform_wrapper .ginput_container {margin: 0!important;padding: 0;position: relative;}
.form-hero .gform_wrapper label, .form-hero .gform_wrapper label, .form-hero .gform_wrapper label.gfield_label {position: relative; font-size: 16px !important; font-family: 'Josefin Sans'; font-style: normal; font-weight: 400; line-height: 24px; color: #001131; margin: 0 !important; padding-left: 8px; width: calc(100% - 20px); }
.gform_wrapper .medium::-webkit-input-placeholder { /* Edge */color: #001131;opacity: 1;}
.gform_wrapper .medium:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #001131;opacity: 1;}
.gform_wrapper .medium::placeholder {color: #001131;opacity: 1;}
.gform_wrapper input[type="text"]::-webkit-input-placeholder { /* Edge */color: #001131;opacity: 1;}
.gform_wrapper input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */color: #001131;opacity: 1;}
.gform_wrapper input[type="text"]::placeholder {color: #001131;opacity: 1;}
.form-hero input.button.gform_button { width: 100% !important; height: auto !important; display: inline-block !important; position: relative !important; cursor: pointer; transition: all 1s; border: none !important; color: #FFF !important; text-align: center !important; font-family: 'Josefin Sans' !important; font-size: 20px !important; font-style: normal; font-weight: 600 !important; line-height: 28px !important; border-radius: 45px !important; background: #ff69b4 !important; padding: 14px 45px  !important;text-transform: uppercase; }
.form-hero input.button.gform_button:hover {background: #f9f1eb !important;  color: #ff69b4 !important;}
.gform_wrapper .gform_footer {padding: 0px 0 0 0 !important;margin: 0px 0 0 0px !important;z-index: 1;}
.form-hero .gform_wrapper .ginput_complex select {background:  url(../images/select-arrow.png) no-repeat right 13px center!important;background-size: 16px !important; padding-left: 5px !important;}
.form-hero .gform_wrapper input[type="text"], .form-hero .gform_wrapper textarea, .form-hero .gform_wrapper select, .form-hero .gform_wrapper .medium { width: 100% !important; padding: 10px 20px 10px 20px !important; -webkit-appearance: none !important; resize: none !important; position: relative !important; height: 50px; transition: all 1s; margin: 0 !important; box-shadow: none !important; color: #001131 !important; font-size: 18px !important; font-family: 'Josefin Sans' !important; font-style: normal !important; font-weight: 400 !important; line-height: 28px !important; border-radius: 4px !important; border: 1px solid rgb(131 96 57) !important; background: #FFF; }
.gform_wrapper textarea.medium { height: 100px !important; display: block; min-block-size: inherit !important; }
.form-hero .gform_wrapper select { background: #fff url(../images/select-arrow.png) no-repeat right 10px center!important; background-size: 15px !important; }
.form-hero .ginput_container.ginput_container_fileUpload, .form-hero .gform_wrapper.gravity-theme .gform_drop_area {text-align: center;padding: 10px !important;border-radius: 0px !important;border: none !important;background: transparent !important;box-shadow: none !important; border-bottom: 1px solid #EC7200 !important;}
.form-hero input[type="file"] {display : none;}
.form-hero .button.gform_button_select_files {border: none;display: inline-block;padding: 8px 28px;margin-top: 5px;color: #FFF;font-family: 'Josefin Sans';font-size: 16px;font-style: normal;font-weight: 500;line-height: 23px;border-radius: 4px;background: #021F35;}
.form-hero .button.gform_button_select_files:hover {background-color: #EC7200;}
.form-hero .ginput_container.ginput_container_fileUpload label {color: #001131;font-size: 14px !important;}
.gfield--type-address{ margin-bottom:12px !important;}
.gform_wrapper.gravity-theme .ginput_container_address span { padding: 0 8px 0; }
.gform_wrapper.gravity-theme .gform_drop_area { padding: 10px !important;}
.gfield_checkbox {display: flex;}
.gchoice .gfield-choice-input {margin-top: 5px;border-radius: 50% !important;}
.form-check-input[type=radio] { border-radius: 50%; width: 15px; height: 15px; border: 1px solid #ff69b4; float: none; margin: 0; margin-top: 5px; }
.form-check-input:checked{ background-color: #ff69b4; border-color: #ff69b4;}
label.form-check-label strong {color: #000;font-weight: 400;}
label.form-check-label i { font-style: normal; color: #011A43; }
.gform_validation_errors { display: none !important; }
.gfield_description.instruction.validation_message { display: none !important; }
.form-hero label.gform-field-label { font-size: 18px !important; width: 100%; padding: 0; padding-bottom: 10px; }
.form-check { display: block; min-height: auto; padding-left: 0; margin-bottom: 5px; }

.modal.video-popup .modal-content { border: none; box-shadow: none; }
.modal.video-popup button.close { opacity: 1; position: absolute; right: 28px; top: 35px; font-size: 26px; font-weight: normal; color: #fff; cursor: pointer; text-shadow: none; background: transparent; border: none; }

.modal-backdrop.show { opacity: .9; }

.modal-dialog { max-width: 560px!important; position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%) !important; margin: 0px auto 0; width: 95% }
.modal.popup-form button.close {opacity: 1;position: absolute;right: 30px;top: 30px;font-size: 26px;font-weight: normal;color: #fff;cursor: pointer;/* text-shadow: none; */ background: transparent;border: none;}
.popup-form .modal-body { padding: 0; }
.popup-form .modal-content { border-radius: 0; background: transparent; } 
.popup-form .form-hero {
    border: 6px solid #ff69b4;
}



.popup-form .b-form-title{margin-bottom: 20px;}






@media (min-width:1200px) {
.container {max-width: 1180px !important;}
}
@media (min-width:1300px) {
.container {max-width: 1270px !important;}
}
@media (min-width:1400px) {
.container {max-width: 1330px !important;}
}
/* @media (min-width:1500px) {
.container {max-width: 1440px !important;}
}
@media (min-width:1600px) {
.container {max-width: 1530px !important;}
} */
/* @media (min-width:1700px) {
.container {max-width: 1330px !important;}
} */


@media (max-width: 1899px) {



}

@media (max-width: 1799px) {



}

@media (max-width: 1699px) {
.banner-title { margin-bottom: 20px; font-size: 60px; line-height: 76px; } 
.header-section .container, section.home-banner .container { max-width: 1530px !important;padding: 0 35px; }

}

@media (max-width: 1599px) {




}

@media (max-width: 1499px) {


h1 {font-size: 35px;line-height: 44px;}
h2 {font-size: 32px;line-height: 40px;}
h3 {font-size: 30px;line-height: 38px;}
h4 {font-size: 28px;line-height: 36px;}
h5 {font-size: 26px;line-height: 34px;}
h6 {font-size: 22px;line-height: 30px;}
.banner-caption .banner-star p { font-size: 20px; line-height: 28px; }
.stardx img { max-width: 20px; }
.banner-title { margin-bottom: 20px; font-size: 48px; line-height: 64px; }
section.services-section { padding: 70px 0; }
.service-list li { padding: 10px 25px; }
section.location-section { padding: 70px 0; }
.heading-title { font-size: 52px; line-height: 62px; } 
section.about-section { padding: 70px 0; }
section.surgery-video-section { padding: 70px 0; }
section.faq-section { padding: 70px 0; }
section.gallery-section { padding: 70px 0px; }
section.testimonial-section { padding: 70px 0; }
.client-say-box { padding: 35px 30px 125px; }
.clint-name-parent { left: 30px; right: 30px; bottom: 35px; }
.client-say-box .clint-name-parent figure { margin-right: 20px; }







}

@media (max-width: 1399px) {


}

@media (max-width: 1299px) {
.banner-caption ul li { padding-left: 34px; background-position: top 2px left; line-height: 30px; font-size: 20px; background-size: 22px; } 
.banner-caption p { font-size: 20px; line-height: 30px; }
    .banner-title { margin-bottom: 15px; font-size: 46px; line-height: 60px; }




}

@media (max-width: 1199px) {

h1 {font-size: 30px;line-height: 38px;}
h2 {font-size: 28px;line-height: 36px;}
h3 {font-size: 26px;line-height: 34px;}
h4 {font-size: 24px;line-height: 32px;}
h5 {font-size: 20px;line-height: 28px;}
h6 {font-size: 18px;line-height: 24px;}

.header-section .container, section.home-banner .container {
        max-width: 100% !important;
    }
.container{max-width: 100% !important; padding: 0 15px !important;}
.home-banner { padding: 40px 0 30px; }
p { font-size: 16px; line-height: 24px; margin-bottom: 10px; }
.banner-title { margin-bottom: 10px; font-size: 40px; line-height: 50px; }
.banner-caption .banner-star p { font-size: 18px; line-height: 24px; }
.stardx img { max-width: 15px; margin-top: -7px; }
.banner-caption p { font-size: 18px; line-height: 28px; }
.banner-caption ul li { padding-left: 30px; background-position: top 1px left; line-height: 26px; font-size: 18px; background-size: 20px; margin-bottom: 10px; }
.banner-caption ul { margin: 0 0 15px; }
.default-btns .theme-btn:not(:first-child) { margin-left: 10px; }
.btn-call figure { height: 40px; width: 40px; margin-right: 10px; }
.theme-btn { padding: 12px 25px; font-size: 17px; line-height: 26px; }
.theme-btn.btn-call { padding: 5px 20px 5px 5px; font-size: 20px; line-height: 26px; }
.client-banner-name h4 { font-size: 20px; line-height: 24px; margin-bottom: 0px; }
.client-banner-star img { max-width: 16px; }
.client-banner-info figure { width: 52px; height: 52px; margin-right: 15px; }
.banner-caption .client-banner-text p { font-size: 16px; line-height: 24px; }
.client-banner-text { padding: 25px 0 0; }
.form-hero { padding: 20px 25px 25px; }
.b-form-title { font-size: 28px; line-height: 36px; }
.form-hero p { font-size: 16px; line-height: 24px; }
.form-hero .gform_wrapper input[type="text"], .form-hero .gform_wrapper textarea, .form-hero .gform_wrapper select, .form-hero .gform_wrapper .medium { padding: 10px 15px 10px 15px !important; height: 50px; font-size: 16px !important; line-height: 22px !important;; }
.gform_wrapper .gfield { padding: 0 7px 15px; }
.form-hero .gform_body { margin: 0 -7px; }
.gform_wrapper textarea.medium { height: 80px !important; }
.form-hero input.button.gform_button { font-size: 18px !important; line-height: 26px !important; padding: 12px 35px !important; }
.header-section { padding: 10px 0; }
section.logo-section { padding: 15px 0; }
section.services-section { padding: 40px 0; }
.service-list li { padding: 0px 20px; }
.heading-title { font-size: 35px; line-height: 45px; margin-bottom: 10px; }
section.location-section { padding: 40px 0; }
section.about-section { padding: 40px 0; }
section.about-section .head-call-now { padding-top: 10px; }
.head-call-now p { font-size: 18px; line-height: 26px; }
.external-dni { font-size: 30px; line-height: 36px; }
.head-call-now figure { margin-right: 12px; height: 64px; width: 64px; }
.call-btn figure { margin-right: 14px; }
.btn-call-inn p { font-size: 18px; line-height: 26px; }
.call-btn-row { margin: 0 -1% 15px; }
.map { height: 360px; }
.about-logos h2 { font-size: 30px; }
.about-logo-list li { padding: 0 10px; }
.about-logos { margin-top: 30px; }
section.surgery-video-section { padding: 40px 0; }
.sub-heading { font-size: 18px; line-height: 26px; margin-bottom: 10px; }
.modal.video-popup button.close  , .modal.popup-form button.close{ opacity: 1; position: absolute; right: 15px; top: 15px; font-size: 20px; font-weight: normal; color: #fff; cursor: pointer; text-shadow: none; background: transparent; border: none; }
.modal.video-popup button.close img , .modal.popup-form button.close img{max-width: 25px;}
.video-popup .modal-dialog { margin: 65px auto 0; }
section.faq-section { padding: 40px 0; }
.faq-box { margin-top: 10px; }
.faq-box .card-header-title { padding: 18px 60px 18px 25px; font-size: 20px; line-height: 26px; }
.faq-box .card-header h5:after, .card-header-title::after { right: 20px; background-size: 22px !important; }
.faq-box .card:has(.card-header-title:not(.collapsed)) { border-radius: 20px; }
.faq-box .card { margin: 0 0 15px; }
.card-body.default-css { padding: 15px 25px 10px 25px; }
.card-body.default-css p { font-size: 16px; line-height: 26px; }
section.gallery-section { padding: 40px 0px; }
.gallery-row-parent .col-sm-8, .gallery-row-parent .col-sm-4 { padding: 12px; }
section.testimonial-section { padding: 40px 0; }
.testimonial-row { margin-top: 0; }
.client-say-box { padding: 20px 18px 75px; }
.client-say-box .clint-name-parent figure { margin-right: 10px; max-width: 34px; }
.clients-item-heading h2 { font-size: 18px; line-height: 22px; margin-bottom: 0px; }
.client-say-box .start-icon img { max-width: 16px; }
.client-say-box .start-icon{margin-top: -4px;}
.clint-name-parent { left: 18px; right: 18px; bottom: 15px; padding-top: 12px; }
.testimonial-slider.owl-carousel .owl-dots { margin: 35px auto 0; }
footer.footer-section { padding: 15px 0; }
.popup-form .b-form-title { margin-bottom: 15px; }
.call-btn { padding: 15px 20px; }
.testimonial-slider.owl-carousel button.owl-dot { margin: 0 5px;height: 10px; width: 10px; }
.btn-call figure img { max-width: 24px; }
.logo-list { margin: 0 -10px; }
.logo-list li { padding: 0 10px; }




}

@media (max-width: 1023px) {
.about-logo-list { margin-left: 20px; }


}

@media (max-width: 991px) {
.logo-list li figure img { max-width: 180px; max-height: 90px; }



}

@media (max-width: 900px) {
.home-banner .col-sm-7 { width: 100%; }
.home-banner .col-sm-5 { width: 100%; }
.banner-main-form-div .form-hero { margin: 15px 0 0 auto; max-width: 100%; }
.gallery-row-parent .col-sm-8, .gallery-row-parent .col-sm-4 { padding: 4px; }
section.gallery-section { padding: 40px 8px; }



}

@media (max-width: 812px) {
h1 {font-size: 24px;line-height: 32px;}
h2 {font-size: 22px;line-height: 30px;}
h3 {font-size: 20px;line-height: 26px;}
h4 {font-size: 18px;line-height: 24px;}
h5 {font-size: 17px;line-height: 24px;}
h6 {font-size: 16px;line-height: 22px;}

.banner-title { margin-bottom: 10px; font-size: 28px; line-height: 36px; } 
.banner-caption .banner-star p { font-size: 16px; line-height: 22px; } 
.banner-caption p { font-size: 16px; line-height: 24px; } 
.banner-caption ul li { padding-left: 28px; background-position: top 0px left; line-height: 22px; font-size: 16px; background-size: 18px; margin-bottom: 8px; } 
.banner-caption ul { margin: 0 0 10px; } 
.btn-call figure img { max-width: 20px; } 
.btn-call figure { height: 34px; width: 34px; margin-right: 6px; }
.theme-btn { padding: 10px 18px; font-size: 16px; line-height: 24px; } 
.theme-btn.btn-call { padding: 5px 18px 5px 5px; font-size: 18px; line-height: 24px; } 

.head-call-now p { font-size: 15px; line-height: 22px; }
.external-dni { font-size: 25px; line-height: 26px; }
.head-call-now figure { margin-right: 10px; height: 50px; width: 50px; }
.head-call-now figure img{max-width: 24px;}
.header-logo img { max-width: 148px; }
.heading-title { font-size: 25px; line-height: 32px; }
.call-btn figure { margin-right: 10px; height: 50px; width: 50px; }
.call-btn figure img{max-width: 24px;max-height: 24px;}
.call-btn { padding: 15px 15px; }
.btn-call-inn p { font-size: 16px; line-height: 22px; }
.logo-list li figure img { max-width: 160px; max-height: 80px; }
.about-logos h2 { font-size: 25px; }
.about-logo-list li { padding: 0 5px; }
.about-logo-list li figure img { max-height: 80px; }
.about-logos { margin-top: 20px; }
.sub-heading { font-size: 15px; line-height: 22px; margin-bottom: 6px; }
.radius { width: 60px; height: 60px; }
.radius .border-animation, .place { line-height: 59px; }
.faq-box .card-header-title { padding: 14px 50px 14px 20px; font-size: 18px; line-height: 24px; }
.faq-box .card-header h5:after, .card-header-title::after { right: 15px; background-size: 16px !important; }
.card-body.default-css { padding: 10px 20px 10px 20px; }
.card-body.default-css p { font-size: 15px; line-height: 24px; }
.example-image-link { height: 70px; width: 70px; }
.example-image-link img{max-width: 24px;}
.gallery-items { border-radius: 5px; }
.gallery-item-parent { bottom: 10px; left: 10px; right: 10px; top: 10px; border-radius: 5px; }



}

@media (max-width: 767px) {



}

@media (max-width: 700px) {
.service-list li { padding: 0px 10px; }
.btn-call-inn p br{display: none;}
.about-logo-list li figure img { max-height: 65px; }
.service-list { max-width: max-content; margin: 0 -10px; }


}

@media (max-width: 600px) {
   


}

@media (max-width: 575px) {
.header-logo { text-align: center; margin-bottom: 10px; border-bottom: 1px solid #ccc; padding-bottom: 10px; }
.header-top { justify-content: center; }
.banner-title { font-size: 25px; line-height: 32px; }
.banner-caption .banner-star p { font-size: 14px; line-height: 20px; }
.stardx img { max-width: 11px; margin-top: -5px; }
.btn-call figure { display: none; }
.default-btns .theme-btn:not(:first-child) { margin-left: 4px; }
.default-btns:has(.btn-call) { display: block; }
.theme-btn.btn-call { display: inline-block; }
.theme-btn { padding: 10px 15px !important; font-size: 14px !important; line-height: 20px !important; }
.form-hero { padding: 20px 15px 20px; }
.form-hero .gform_wrapper input[type="text"], .form-hero .gform_wrapper textarea, .form-hero .gform_wrapper select, .form-hero .gform_wrapper .medium { padding: 8px 10px 8px 10px !important; height: 40px; font-size: 15px !important; line-height: 20px !important; }
.gform_wrapper textarea.medium { height: 65px !important; }
.form-hero input.button.gform_button { font-size: 16px !important; line-height: 22px !important; padding: 10px 25px !important; }
.b-form-title { font-size: 22px; line-height: 32px; }
.service-list li { width: 50%; }
.call-btn { width: 98%; }
.map { height: 280px; }
.logo-list li figure img { max-width: 110px; max-height: 70px; }
.gallery-row-parent .col-sm-8{width: 66.66666667%;}
.gallery-row-parent .col-sm-4 { width: 33.33333333%; }
.example-image-link { height: 50px; width: 50px; }
.example-image-link img{max-width: 20px;}
.testimonial-slider.owl-carousel button.owl-dot { margin: 0 2px; }
.testimonial-slider.owl-carousel button.owl-dot.active { margin: 0 8px; }
.about-img { text-align: center; margin-bottom: 20px; padding: 0 15%; }
.about-logos { flex-wrap: wrap; }
.about-logo-list { margin-left: 0; justify-content: center; margin-top: 10px;width: 100%; }
section.about-section { text-align: center; } 
section.about-section .head-call-now { justify-content: center; text-align: left; }


}

@media (max-width: 525px) {



}

@media (max-width: 480px) {
.logo-list li figure img { max-width: 80px; max-height: 50px; }



}

@media (max-width: 420px) {
.head-call-now p { font-size: 13px; line-height: 20px; }
.gallery-row-parent .col-sm-8{width: 100%;}
.gallery-row-parent .col-sm-4 { width:100%; }


}

@media (max-width:370px) {
   



}