@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: josefin_slablight;
    src: url('../fonts/josefinslab-light-webfont.eot');
    src: url('../fonts/josefinslab-light-webfont.eot#iefix') format('embedded-opentype'),url('../fonts/josefinslab-light-webfont.woff2') format('woff2'),url('../fonts/josefinslab-light-webfont.woff') format('woff'),url('../fonts/josefinslab-light-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'ivyjournal';
    src: url('../fonts/manhattan-regular-webfont.eot');
    src: url('../fonts/manhattan-regular-webfont.eot#iefix') format('embedded-opentype'),url('../fonts/manhattan-regular-webfont.woff2') format('woff2'),url('../fonts/manhattan-regular-webfont.woff') format('woff'),url('../fonts/manhattan-regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Gothambookitalic;
    src: url('../fonts/Gotham-BookItalic.eot');
    src: url('../fonts/Gotham-BookItalic.eot#iefix') format('embedded-opentype'),url('../fonts/Gotham-BookItalic.woff') format('woff'),url('../fonts/Gotham-BookItalic.woff2') format('woff2'),url('../fonts/Gotham-BookItalic.ttf') format('truetype'),url('../images/Gotham-BookItalic.svg#Gotham-BookItalic') format('svg');
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: Gothamlight;
    src: url('../fonts/Gotham-Light.eot');
    src: url('../fonts/Gotham-Light.eot#iefix') format('embedded-opentype'),url('../fonts/Gotham-Light.woff2') format('woff2'),url('../fonts/Gotham-Light.woff') format('woff'),url('../fonts/Gotham-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: playfair_displayitalic;
    src: url('../fonts/playfairdisplay-italic-webfont.woff2') format('woff2'),url('../fonts/playfairdisplay-italic-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: gotham_boldregular;
    src: url('../fonts/gotham-bold-webfont.woff2') format('woff2'),url('../fonts/Gotham-Bold.ttf') format('truetype'),url('../fonts/Gotham-Bold.otf') format('opentype'),url('../fonts/gotham-bold-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: gotham_mediumregular;
    src: url('../fonts/gotham-medium-webfont.woff2') format('woff2'),url('../fonts/gotham-medium-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal
}
:root {   
    --black-color: #000;
    --gold-color: #c8b29d;
    --blue-color: #16355E;
}
a{
    text-decoration: none;
    color: var(--black-color);
}
.black-bg {
    background-color: #000;
}
.relative { position: relative; }
.stiky_header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
   
    height: 130px;
    transition: all 0.3s;
}
.sticky {
    background-color: #333;
    position: fixed;
}
.top-header {
    justify-content: flex-end;
    align-items: center;
}
.logo_icon{
    position:absolute;
    left:50%;
    margin-left:-35px;
    top:8px
}
.top-banner {
    background-image:url('../images/Sadati-Landing-Page-Banners-Desktop-Mommy-Makeover.jpg');
    width: 100%;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
.top_bar {
    background: var(--black-color);
    text-align: center;
    padding: 7px 2px 9px;
}
.top_bar a {
    text-decoration: none;
    color: var(--gold-color);
}
.top_bar p {
    font-size: 10px;
    letter-spacing: 1.445px;
    font-family: "ivyjournal";
    margin: 0;
    padding: 0;
    color: #c8b29d;
}
.call_location {
    letter-spacing: 1px;
    padding: 24px 15px;
    color: #fff;
}    
.call_location a {
    font-family: gotham_boldregular;
    font-size: 14px;
    color:#fff;
    text-transform: uppercase;
    font-weight: 300;
    transition: all 0.3s;
}
.call_location a:hover {
    color: var(--gold-color);
}
.inquery_menuicon a {
    display: inline-block;
    margin-left: 30px;    
}
.inquery {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding: 9px 40px;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 0.3s;
}
.inquery:hover {
    color: #000;
    background: #fff
}

.landing-banner-video iframe {
	width: 100%;
	height: 375px;
}

.landing-banner-left-area {
	text-align: center;
}

.landing-banner-left-area h1 {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	line-height: 73px;
	color: #fff;
	font-size: 55px;
	margin-bottom: 30px;
}
.landing-banner-from {	
    background-color: #fff;
    padding: 25px 40px 40px;
}
.landing-banner-from h2 {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 34px;    
    color: var(--blue-color);
    font-size: 26px;
    letter-spacing: 3px;
}
.cont-space {
    padding-top: 120px;
    padding-bottom: 50px;
}
.meet-dr-tow-text h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 53px;
    color: var(--blue-color);
    font-size: 40px;
    margin-bottom: 20px;
}
.meet-dr-tow-text {
    padding-left: 100px;
    padding-right: 100px;
    box-sizing: border-box;
}
.meet-dr-tow-text p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #282828;
}
.fit-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.cont-vert-center {
    display: flex; align-items: center;
}
.gallery-section {
    padding: 60px 0px;
}
.landing-ladies-group {
    background-image:url('../images/Mask-Group.jpg');
    background-position: center right;
    background-repeat: no-repeat;
    height: 150px;
}
.landing-tab-each-text {
    max-width: 766px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 60px;
}
.landing-tab-each-text p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 35px;
    margin-top: 15px;
}
.landing-tab-faq, .landing-tab-area {
    padding-top: 106px;
    padding-bottom: 60px;
    background-color: #F8F3ED;
}
.review {
    position: inherit;
    z-index: 10;
}
.review h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 53px;
    color: #ffffff;
    font-size: 40px;   
    text-align: center;
    text-transform: uppercase;
}
.review-sec {
    position: relative;
    background-image: url(../images/AdobeStock-291403358.jpg);
    background-repeat: no-repeat;  
    padding-top: 50px;  
    padding-bottom: 50px; 
}
.review-sec::after {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, .7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.nav-tabs>li>a {
    font-family: "Roboto", sans-serif !important;
    font-weight: 400;
    line-height: 39px;
    font-size: 30px;    
    text-transform: uppercase;
    color: var(--gold-color) !important;
    border: none !important;
}
.nav-tabs {    
    justify-content: center;    
}
.nav-tabs li {
    width: 33.3%;
    text-align: center;
}
.nav-link:hover {
    color: var(--gold-color) !important;
}
.nav-link.active {    
    background-color: transparent !important;
    color: var(--blue-color) !important;
    border: none;
    border-bottom: 2px solid #16355E  !important;
}
.landing-tab-slider-image {
    display: inline-block;
}
.landing-tab-slider-image img {
    width: 100%;
}
.swiper-container {
    width: 100%;
    overflow: hidden;
}
.test-slider-controls {
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px auto;
    padding: 30px;    
}
.test-slider-controls .swiper-pagination {
    margin-top: -17px !important;
}    
.test-slider-controls .swiper-pagination {  
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    margin-top: -7px !important;
    text-align: center;
    z-index: -1;
    left: 0%;
    transform: translateX(0%);
}
.test-slider-controls .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #f1e2d3;
    opacity: 1;
    margin: 0px 10px;
}
.test-slider-controls .swiper-pagination-bullet-active {
    background: #a18f80 !important;
}
.landing-tab-area .swiper-button-prev, .landing-tab-area .swiper-button-next {
    margin-top: 10px;    
}
.test-slider-controls .swiper-button-prev, .test-slider-controls .swiper-button-next {
    background-image: none !important;
}
.test-slider-controls > div {
    position: relative;
}
.each-review-content {
    background-color: rgba(255, 255, 255, .85);
    min-height: 388px;
    padding: 30px;
}
.each-review-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    column-gap: 9px;
}
.each-review-content p {
    font-family: playfair_displayitalic;
    font-size: 17px;
    line-height: 28px;
    font-style: italic;
    color: #282828;
    margin: 23px 0 12px;
}
.each-review-content h5 {
    font-size: 17px;
    line-height: 28px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #282828;
    margin: 0;
}
.landing-tab-faq h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 53px;
    color: var(--blue-color);
    font-size: 40px;
    margin-bottom: 20px;
    letter-spacing: 3px;
}
.landing-tab-faq p {
    font-family: Gothamlight;
    font-size: 18px;
    line-height: 35px;
    margin-top: 15px;
    font-weight: normal;
}
.common h3 {
    position: relative;
}
.faq-item h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 32px;
    color: #282828;
    font-size: 24px;
    background-color: #EDE3D9;
    position: relative;
    font-size: 24px;
    text-transform: uppercase;
    padding: .5em .5em .5em;
    outline: none !important;
    line-height: 1.2;
    cursor: pointer;
}
.common h3:after {
    content: '+';
    right: 25px;
    position: absolute;
}
.common h3.activeAcc:after {
    content: '_';
    bottom: 20px;
}
.tehrani {
    background-image:url('../images/Group-63.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 120%;
    padding-top: 75px;
    padding-bottom: 75px;
}
.schedule-from-text h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 53px;
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px;
    letter-spacing: 3px;
    margin-top: 20px;
    max-width: 560px;
}
.schedule-from-text p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    max-width: 560px;
}
.schedule-from {
    background-color: #fff;
    padding: 25px 40px 40px;
    max-width: 480px;
}
.landing-footer-area {
    background-image:url('../images/Rectangle-71.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 30px;
}
.landing-footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
}
.footer {
    padding: 30px 0px;
}
.footer p {
    font-family: 'Josefin Sans';
    font-size: 14px;
    color: #282828;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: normal;
}
.address {
    text-align: left;
    margin-bottom: 20px;
}
.copyright {
    text-align: right;
}
@media (min-width: 1300px) {
    .container {
        max-width: 1250px !important;
    }
}
/* Larget desktop */
@media (min-width: 1200px) {
  
}
/*smaller desktop*/
@media (max-width: 992px) {  
   
}
/* tablet and mobile view */
@media (max-width: 768px) {
    .main-navigation {
        display: none;
    }
    .landing-banner-left-area h1 {
        font-size: 40px;
        margin-bottom: 30px;
    }
    .meet-dr-tow-text {
        padding: 10px 50px;
    }
    .copyright, .address {
        text-align: center;
    }
    .sticky {
        display: none;
    }
    .nav-tabs li {
        width: 100%;
    }
    .landing-tab-each-text {
        width: 100%;
    }
    .schedule-from-text p {
        width: 100%;
    }
    .schedule-from {
        width: 90%;
    }
}   