@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,800;1,900&display=swap');
@import url('fontawesome-all.css');
@import url('animate.css');
@import url('flaticon.css');
@import url('owl.css');
@import url('jquery.fancybox.min.css');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&display=swap');
/*** 

====================================================================
	Reset
====================================================================

 ***/
:root {
	--bg_primary: #4d5057;
	--bg_secondary: #b6d079;
	--color_1:#606060;
	--color_2:#D1D1D1;
	--font_family: 'Josefin Sans', sans-serif;
	
	
}
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
}


/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
    font-size: 14px;
    color: #333;
    line-height: 1.6em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: var(--font_family);
	overflow-x: hidden;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #25bdd8;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 500;
    margin: 0px;
    background: none;
    line-height: 1.2em;
    font-family: var(--font_family1);
}

textarea {
    overflow: hidden;
}

button {
    outline: none !important;
    cursor: pointer;
}

p,
.text {
    font-size: 19px;
    line-height: 29px;
    margin: 0;
    margin-bottom: 15px;
    color: #5c5c5c;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    overflow: hidden;
}


.auto-container {
    position: relative;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

figure {
    margin-bottom: 0;
}

.theme-btn {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.theme-btn i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-left: 3px;
}

.centered {
    text-align: center !important;
}


@keyframes rainbow {
    0% {
        background-color: #25bdd8;
    }
    25% {
        background-color: #5798fe;
    }
    50% {
        background-color: #7cbe47;
    }
    75% {
        background-color: #9c49fa;
    }
    100% {
        background-color: #ff4880;
    }
}

@-webkit-keyframes rainbow {
    0% {
        background-color: #25bdd8;
    }
    25% {
        background-color: #5798fe;
    }
    50% {
        background-color: #7cbe47;
    }
    75% {
        background-color: #9c49fa;
    }
    100% {
        background-color: #ff4880;
    }
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.svg);
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.dropdown-toggle::after {
    display: none;
}

.fa {
    line-height: inherit;
}


/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    color: #ffffff;
    font-size: 20px;
    line-height: 48px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: linear-gradient(to left, #c41c4a, #e09021);
    display: none;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    background: linear-gradient(to left, #c41c4a, #363636);
}


/*** 

====================================================================
	Main Header style
====================================================================

***/

.custom_container::before {
    content: "";
    position: absolute;
    width: 63%;
    height: 39px;
    right: 0;
    top: 0;
    background: linear-gradient(to left, #c41c4a, #363636);
}

.custom_container::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 39px;
    left: 100%;
    top: 0;
    background: #c41c4a;
}

.social-links {
    position: absolute;
    z-index: 9;
    width: 60px;
    left: 12px;
    top: 36%;
    text-align: center;
}

.top-wraapper {
    position: relative;
  
}


/*** 

====================================================================
		Page Banner
====================================================================

***/

.page-banner {
    position: relative;
    padding: 120px 0 120px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.page-banner:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    background-color: #09031c;
    opacity: .50;
    z-index: 0;
}

.page-banner:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 23px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/icons/curve.png);
    content: "";
}

.page-banner.curve-offwhite:after {
    background-image: url(../images/icons/curve-offwhite.png);
}

.page-banner h1 {
    position: relative;
    font-size: 80px;
    color: #ffffff;
    line-height: 1.2em;
    font-weight: 700;
}

.page-banner .home-btn {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -43px;
    margin-bottom: -43px;
    height: 86px;
    width: 86px;
    line-height: 86px;
    z-index: 9;
    background-color: #ffffff;
    color: #1e2c67;
    font-size: 30px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    transition: all 300ms ease;
}

.page-banner .home-btn:hover {
    color: #ffffff;
    background-color: #1e2c67;
}

.parallax-scene {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.anim-icons {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.anim-icons .icon {
    position: absolute !important;
    background-repeat: no-repeat;
    background-position: center;
}


/*** 

====================================================================
		Section Title
====================================================================

***/

.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}

.sec-title .title {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: normal;
    color: #999999;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.sec-title h2 {
    position: relative;
    font-size: 43px;
    color: #ffffff;
    width: fit-content;
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
    font-family: var(--font_family2);
    font-weight: 500;
    padding: 10px 30px 10px 30px;
    background-color: #CB113F;
    border-radius: 10px 10px 10px 10px;
    text-transform: uppercase;
}
.sec-title .text {
    position: relative;
    font-size: 15px;
    line-height: 28px;
    color: #555555;
    font-weight: 300;
    margin-top: 20px;
}

.sec-title.text-center h2:before {
    right: 0;
    margin: 0 auto;
}

.sec-title.light h2 {
    color: #ffffff;
}


/*** 

====================================================================
		Banner Section
====================================================================

***/

.banner-section {
    position: relative;
}

.banner-section:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 23px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    z-index: 9;
}

.banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
}

.banner {
    background-image: url(../images/main-slider/1.jpg);
}

.slides {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slide1 {
    background-image: url("../images/main-slider/1.jpg");
}



/*** 

====================================================================
		Offers Section
====================================================================

***/


.about-content {
    position: relative;
    margin-bottom: 13px;
    z-index: 1;
}

.about-content span {
    font-size: 20px;
    margin-bottom: 10px;
    display: inline-block;
    background: #fadbe3;
    color: #1e1e1e;
    padding: 7px 16px;
    border-radius: 20px;
}

.about-content h2 {
    text-transform: uppercase;
    color: #363636;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 71px;
}

.about-content h3 {
    text-transform: uppercase;
    color: #c41c4a;
    margin-bottom: 16px;
}

.about-content p {
    margin-bottom: 20px;
    text-align: justify;
}

@media only screen and (max-width: 1199px) {
    .testimnila_box.serviceBox {
        margin: 0 0 40px;
    }
}

.sec-title h3 {
    color: var(--bg_secondary);
    font-family: var(--font_family1);
	text-align:center;
}


/*** 

====================================================================
		Gallery Section
====================================================================

***/
.gallery{
	padding:40px 0;
}
.gallery-section {
    position: relative;
}

.gallery-item {
    position: relative;
}

.gallery-item .image-box {
    position: relative;
    overflow: hidden;
}

.gallery-item .image-box .image {
    position: relative;
}

.gallery-item .image-box .image img {
    display: block;
    width: 100%;
    height: auto;
}



.gallery-section .owl-nav {
    display: none;
}

a:hover {
    color: #ed1b24;
    text-decoration: none;
}


.service_section .col-md-4{
	padding: 0;
}

.service_section {
	padding: 30px 0
}
.service_section .sec-title h2{
	font-size: 50px;
	text-align: center;
	font-weight: 600;
	color: var(--bg_primary);
}
.service-box{
	position: relative;
	background: #cb113f;
	padding: 25px;
	color: #ffffff;
}
.service-box.bg2{
	
	background: #f5f5f5;
	
}

.service-box i{
	font-size: 70px;
	margin: 20px 0;
}
.service-box h3{
	font-size: 40px;
	color: #ffffff;
	margin: 5px 0 15px;
	font-family: var(--font_family2);
	font-weight: 400;
}
.service-box h4{
	font-size: 20px;
	color: #ffffff;
	font-family: var(--font_family2);
	font-weight: 400;
}

.service-box.bg2 i{
	color: #cb113f;
}

.service-box.bg2 h3{
	color: #cb113f;
}

.service-box.bg2 h4{
	color: #cb113f;
}
.happy-patients-section{
	background-color: #fafafa !important;
	padding: 50px 0;
}
.invisaling{
	padding-top: 100px;
}
.invisaling h1{
	text-align: left;
	color: var(--bg_secondary);
	font-weight: 900;
	margin: 20px 0;
	font-family: var(--font-text);
}

/* gallery */

.gallery-item {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 150px;
    margin-bottom: 20px;
}

.gallery-item:last-child {
    /* margin-bottom: 0; */
}

.gallery-item img {width: 100%;height: 150px;}
.gallery-item h3{
	font-size: 16px;
	padding: 13px;
	text-align: center;
	font-weight: 400;
	font-family: var(--font_family2);
	border: 1px solid #fff;
	border-top: 0;
}

.gallery-content {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to right, rgba(29, 185, 160, .7) 0, rgba(77, 148, 196, .7) 100%);
    transform: scale(1, 0);
    transition: all ease-in-out .3s;
    text-align: center
}

.gallery-inner {
    height: 90%;
    width: 94%;
    border: 1px solid #fff;
    top: 5%;
    left: 3%;
    position: absolute
}

.item-large .gallery-inner {
    height: 96%;
    width: 94%;
    top: 2%;
    left: 3%
}

.gallery-content h3 {
    margin-top: 27%
}

.item-large .gallery-content h3 {
    margin-top: 67%
}

.gallery-content h3 a {
    color: #fff
}


.sl-wrapper .sl-navigation button {
    color: #fff!important;
    background: #0b8791;
    border-radius: 10px 0;
    height: 44px
}

.sl-overlay {
    opacity: 1!important;
    z-index: 9999!important;
}

.sl-wrapper .sl-close {
    width: 50px!important;
    background: none !important;
    height: 50px!important;
    border-radius: 50%!important;
    color: #fff!important
}

.sl-wrapper .sl-counter {
    display: none!important
}

.sl-wrapper .sl-image {
    box-shadow: 0 0 15px #ffffff66
}
.sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 30px !important;
    background-color: #00000038 !important;
    color: #fff;
}
.sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 30px !important;
    background-color: #00000038 !important;
    color: #fff;
}
.sl-wrapper .sl-navigation button {
    height: 44px;
    line-height: 33px !important;
}
@media(max-width:991px) {
    .gallery-item.item-large {
        margin-top: 30px
    }
}

@media(max-width:767px) {
    .gallery-item.item-large {
        margin-top: 0
    }
    .gallery-item:last-child {
        margin-bottom: 30px
    }
}
.gallery-main{
	height: auto!important;
}

.user-icon{
	display: inline-flex;
	width: 100%;
}
.user-icon img{
	width: 15%;
	margin-right: 5px;
	height: 15%;
	position: relative;
	right: 0;
}
.user-text{
	text-align: left;
}
.user-text h6{
	font-size: 15px;
	line-height: 37px;
	font-weight: 600;
}

.user-text p{
	font-size: 13px;
	line-height: 0;
}
.appointment{
	padding: 50px 0;
}
.appointment .sec-title h2{
	text-align: left;
	margin: 0;
}
.form-sec{
	background-color: #FAFAFA;
	color: #5c5c5c;
	border: 2px solid #eeeeee;
	font-weight: 700;
	text-align: center;
}
.form-sec form{
	padding: 15px;
	text-align: left;
}

.form-sec form p{
	color: #f44;
	font-size: 17px;
	text-align: center;
}
.form-sec .form-group .form-control{
	background: none;
	border: 1px solid #5c5c5c;
}
.mobilewhatsapp{
	position: absolute;
	bottom: 30px;
	left: 30px;
}

.form-sec .btn-default{
	border-radius: 0;
	background-color: #f44;
	color: #fff;
	margin: 10px 0;
	width: 100%;
	font-size: 30px;
	text-transform: uppercase;
}
.header-style{
	padding:15px 0;
	box-shadow: 0px 1px 2px 0px #c6c5c5;
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 9;
}
.header-logo img{
	width: 80%;
}

.phone-icon{
	font-size: 26px;
	text-align: right;
	line-height: 57px;
	font-weight: 500;
	color: #ff4444;
}

.phone-icon a{
	color: #ff4444;
}
.phone-icon i{
	margin-right: 10px;
	width: 40px;
	height: 40px;
	border:2px solid #ff4444;
	color: #ff4444;
	text-align: center;
	font-size: 22px;
	line-height: 40px;
	border-radius: 999px;
}
.doc-img img{
	width: 100%;
}
.content{
	padding-top: 100px;
}
.banner-content{
	padding-top: 50px;
}
.banner-content h1{
	font-size: 42px;
	margin-bottom: 10px;
	font-weight: 700;
}
.banner-content h1 span{
	color: #ff4444;
}

.banner-content p span{
	color: #ff4444;
	font-weight: 600;
}
.banner-content h2{
	font-size: 27px;
	margin-bottom: 30px;
}

.box-1{
	padding-left: 60px;
	border-bottom: 1px solid #e1e0e0;
	margin-bottom: 15px;
}
.box-1 h3{
	color: #226699;
	font-weight: 600;
	font-size: 20px;
}
.appointment h2{
	color: #226699;
	font-size: 29px;
	margin-bottom: 10px;
	font-weight: 600;
}

.appointment h4{
	color: #226699;
	position: relative;
	margin-bottom: 30px;
}

.appointment h4::after{
	content: "";
	width: 70px;
	position: absolute;
	height: 5px;
	background: #ff4444;
	left: 0;
	bottom: -12px;
}

.appointment h2 span{
	color: #ff4444;
	font-weight: 600;
}
.box-1 i{
	margin-right: 5px;
}
.list-style{
	margin-bottom: 20px;
}
.list-style li{
	color: #5c5c5c;
	font-size: 20px;
	line-height: 40px;
}

.list-style li i{
	color: #226699;
	margin-right: 5px;
}
.form-header{
	background-color: #ff4444;
	padding: 20px;
}

.form-header h3{
	font-size: 24px;
	margin-bottom: 15px;
	color: #fff;
}

.form-header a{
	font-size: 25px;
	color: #fff;
}

.happy-patients-section h2{
	color: #ff4444;
	font-size: 39px;
	margin-bottom: 10px;
	font-weight: 700;
	text-align: center;
}

.happy-patients-section h4{
	position: relative;
	margin-bottom: 30px;
	color: #898989;
	text-align: center;
}

.happy-patients-section h4::after{
	content: "";
	width: 70px;
	position: absolute;
	height: 5px;
	background: #ff4444;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -12px;
}
.gallery .col-md-2{
	padding: 0;
	flex: 0 0 100%;
	max-width: 13%;
}
.video-section{
	padding: 50px 0;
}

.video-section .title h2{
	font-size: 39px;
	margin-bottom: 10px;
	font-weight: 700;
	text-align: center;
}

.video-section .title h2 span{
	color: #ff4444;
}
.video-section .title h4{
	position: relative;
	margin-bottom: 60px;
	color: #898989;
	text-align: center;
	font-size: 30px;
}

.video-section .title h4::after{
	content: "";
	width: 70px;
	position: absolute;
	height: 5px;
	background: #ff4444;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -12px;
}
.testimonial-sec{
	background: #fafafa;
}
.test-img img{
	border-radius: 999px;
}
.review{
	margin: 15px 0;
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
}
.review i{
	font-size: 70px;
	line-height: 94px;
	color: #d6d4d4;
}
.review p span{
	color: #ff4444;
	font-weight: 600;
}
.book-appointment{
	text-align: center;
}
.book-appointment a{
	background: #ff4444;
	padding: 20px;
	text-transform: uppercase;
	font-size: 30px;
	color: #fff;
}
.book-appointment p{
	font-size: 30px;
	margin-top: 36px;
}
.footer-sec{
	padding: 50px 0 0;
	background:#fafafa;
}
.footer-widget h4{
	font-size: 20px;
	color: #ff4444;
	font-weight: 700;
}
.footer-bottom{
	background: #fff;
	padding: 30px 0 30px 0px;
	border-top: 1px solid #ddd;
}

.footer-bottom ul{
	text-align: center;
	
}

.footer-bottom ul li{
	display: inline-block;
	width: 70px;
	height: 70px;
	background: #eee;
	line-height: 70px;
	border-radius: 999px;
	font-size: 30px;
	margin-bottom: 20px;
}
.footer-bottom ul li i{
	color: #ff4444;
}
.footer-bottom p{
	color: #ff4444;
	text-align: center;
}