:root {
	--white: #fff;
	--background-white: #fff;
	--background-bg: background: linear-gradient(to left, #0096D9, #00D3FF);
	--color-dark: #00D3FF;
	--color-light: #aa3d5d;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
*,
:after,
:before {
	 box-sizing: border-box;
	-moz-osx-font-smoothing: grayscale;/* Firefox */
	-webkit-font-smoothing: antialiased;  /* WebKit  */
}
@font-face{
    font-family:"Radikal";
	src:url(../fonts/radikal.ttf);

}
body {
	margin: 0;
	padding: 0;
	font-family: "Radikal";
	overflow-x: hidden !important;
}
a {
	outline: 0;
	text-decoration: none;
	color: inherit;
	transition: all all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none;
	box-shadow: none;
}
figure {
	margin: 0;
	padding: 0;
}
dl,
ol,
ul {
	list-style: outside none none;
	padding-left: 0px;
	margin-bottom: 0px;
}
ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}
a img {
	border: none;
	max-width: 100%;
}
img {
	max-width: 100%;
	vertical-align: middle;
	border: none;
}
table,
td,
th {
	border: 1px solid #222;
	border-collapse: collapse;
}
table tbody tr td {
	padding: 8px;
	color: #222;
	font-size: 16px;
}
th {
	font-weight: 700;
}
p {
	padding: 0;
	margin: 6px 0px;
	font-size: 15px;
	color: #222;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 4px 0px;
	padding: 10px 0px;
	color: #222;
}
button:focus {
	outline: 0;
	box-shadow: none;
	border: 0;
}
input,
textarea,
select,
button {
	border: 1px solid #222;
	outline: none;
	box-shadow: none;
}
textarea {
	resize: none;
}
.form-control:focus {
	box-shadow: none;
}

/* CUSTOM CSS  */

.login-container{
 
    padding: 120px 0 43px;

}
.stickyHeader.fixedheader {
    position: fixed;
    top: -67px;
    transform: translateY(66px);
    transition: transform .6s, background-position 1s .6s;
    box-shadow: 0 3px 16px 0 rgb(0 0 0 / 10%);
    width: 100%;
    z-index: 1039;
    background: #fff;
}
.position-relative{
	 position:relative;
} 
.main-header{
	background-color: #ccd7e270;
	height: 90px;
	transition: all .5s ease;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
} 
/* wave css  */
.wave-sec{
	width: 100%;
	height: 80px;
}
.wave-bg {
    background: linear-gradient(#00a2ffba, #3daae9);
}

.main-header .header-top .top-left {
    position: relative;
    width: 100%;
    height: 15px;
}
.main-header .header-top .top-left:before {
    position: absolute;
    content: '';
    left: -252px;
    top: 0px;
    bottom: 0px;
    width: 425px;
    transform: skewX(-30deg);
    background-color: #c9cfd6f2;
    height: 142px;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 37px;
}
.main-header .header-top .top-left:after{
	 position: absolute;
	 content: '';
	 left: -248px;
	 top: 0px;
	 bottom: 0px;
	 width: 446px;
	 transform: skewX(-30deg);
	 height: 160px;
	 border-bottom-right-radius: 25px;
	 z-index: -1;
	 background-color: #ccd7e270;
}
.main-header .header-top .top-left .text {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.3em;
    padding: 5px 0px;
    font-weight: 500;
}
.logo{	
	padding: 11px 56px;
	position: relative;
	}
.logo img{
	height: 92px;
	position: absolute;
	top: 30px;
	left: -53px;
}
.logo2{
	display:none;
}

.menu-links{
	position:relative;
	}
.menu-links{
	position:relative;
	width: 100%;
	padding: 5px 0px;
}
.menu-links li{
   padding: 0px 0px;
   }
.menu-links li a{
	padding: 11px 21px !important;
	display: block;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
	color: #000;
}
.menu-links li a:after{
	position:absolute;
	content:'';
	left:0;
	width: 100%;
	height: 0;
	top: 0;
	z-index: -3;
	border-radius: 0;
	-webkit-transition: height .2s;
	-moz-transition: height .2s;
	-ms-transition: height .2s;
	-o-transition: height .2s;
	transition: height .2s;
	background: 0 0;
}
.menu-links li a:hover{
	color:#fff;
}
/* .manubar li:last-child:hover a:after {
    background: none ;
} */
.menu-links li a:hover:after {
	height: 100%;
	background: #a73f5e;
	border-radius: 4px;
	transition: height .2s;
	color:#fff !important;
}
 .silder-bg{
	height: 750px !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	overflow:hidden;
	position: relative;
} 

.section-shape{
    bottom: -19px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 0;
}

.section-shape img {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
}
.schedule-appointment{
    position: absolute;
    bottom: 200px;
    z-index: 9999;
}
.schedule-appointment h2{
	color: #ffffff;
	background-color: #2f3967;
	padding: 12px 145px;
	border: none;
	font-size: 19px;
	border-bottom-right-radius: 50px;
	display: inline-block;
	font-weight: 700;
    letter-spacing: .06em;
}
.hero-slider-section .section-shape{
    z-index: 0;
}
#sliders .carousel-caption{
    /* position: absolute; */
    /* right: 15%; */
    /* bottom: 20px; */
    left: 10%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    transform: translateY(-80%);
    top: 56%;
}
#sliders .slider-content{}
#sliders .item-subtitle{
    font-size: 40px;
    color: #2f3967;
    letter-spacing: 1.5px;
    text-transform: capitalize;
    font-weight: bold;
    text-align: left;
    border-bottom: 6px solid #2f3967;
}
#sliders .slider-content p{
    font-weight: 300;
    font-size: 16px;
    color: #666;
    text-align: justify;
}
#sliders .item-title{
    text-align: left;
    font-size: 30px;
    color: #a73f5e;
    letter-spacing: 2.5px;
    font-weight: bold;
    padding-bottom: 6px;
}
/*weave css*/
.river-wave-area {
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.river-wave {
    background: url('../images/wave.svg') repeat-x;
    position: absolute;
    top: -60px;
    width: 100%;
    height: 89px;
    z-index: -8;
}
.river-wave:nth-of-type(2) {
    top: -58px;
    opacity: 1;
    z-index: 0;
}

#department{
    margin-top: -151px;
    z-index: 999;
}
.row-widte{
    width: 95%;
    padding-left: 100px;
    padding-right: 100px;
    margin: auto;
}
.services-boxs{
    display: flex;
    width: 25%;
    padding: 0 6px;
}
.department-box{
    background-color: #ffffff63;
    margin-bottom: 30px;
    box-shadow: 0px 1px 8px 1px rgba(0,0,0,0.15);
    -webkit-transition: all .5s;
    text-align: center;
    z-index: 9999;
    padding: 22px 14px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.department-box:hover {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    transition: all ease .2s;
	background-color: #aa3d5dbf;
	 box-shadow: 0px 1px 8px 1px rgba(0,0,0,0.15);
}
.department-box:hover .department-box-btn .btn{
	background:#fff;
	color:#222;
}
.department-box:hover.department-box h3{
	color:#fff;
}
.services-boxs:hover .front-image{
	display:none !important; 
  -webkit-transition: all .5s;}
.services-boxs:hover .back-image{
	display:block !important;  
  -webkit-transition: all .5s;
  }
.department-box .services_img_hover .front-image{
    height: 130px;
    display: table;
    margin: 0px auto 20px;
    text-align: center;
    transform: rotateY(0deg);
    -webkit-transition: all .5s;
}
.department-box .services_img_hover .back-image{
    height: 130px;
    margin: 0px auto 20px;
    text-align: center;
    display: none;
}
.department-box-btn .btn{
    color: #ffffff;
    font-weight: 500;
    background-color: #2f3967;
    padding: 6px 25px;
    margin: 0px 0px -38px;
    border: none;
    font-size: 15px;
    width: 100%;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.department-box h3{
    font-size: 20px;
    color: #222;
    font-weight: bold;
    letter-spacing: 0.5px;
}
 
#video_section .row {
  align-items: center;
  display: flex;
  height: 50vh;
}

.vd-sec-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.vd-sec-text h3 {
  color: #a73f5e;
  font-size: 45px;
}

.vd-sec-text h2 {
  color: #52a2d0;
  font-size: 60px;
  font-weight: 700;
}
.vd-sec-vd {
  display: flex;
  justify-content: center;
}
.vd_one {
  width: 380px;
  height: 230px;
  margin: 0 25px;
  position: relative;
  margin-top: -50px;
}
.vd_one video {
  height: 100%;
  width: 100%;
}

.height {
  height: 50vh;
  background: #fef5ee;
}
.blue-circle-left {
  height: 300px;
  width: 300px;
  border-radius: 50%;
  background: transparent;
  border: 20px solid #90d4c4;
  position: absolute;
  left: -120px; 
}
.blue-circle-right{
  height: 300px;
  width: 300px;
  border-radius: 50%;
  background: transparent;
  border: 20px solid #90d4c4;
  position: absolute;
  right: -120px;
}
.vd_sec_icon_box {
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  font-size: 25px;
  transform: translate(-50%, -50%) rotate(90deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-header {
    padding: .25em !important;
    background-color: #5bc0fbba ;
} 
.card-header h5{
    padding: 0 !important;
}
.blog_text_section {
  height: 45vh;
  display: flex;
  align-items: center;
}
.blog_img_section {
  height: 55vh;
  background: #6bcdc0;
}
.blog_img_section .img-box {
  margin-top: -70px;
}
.img-box {
  width: 240px;
  background: wheat;
}

.blog-text {
  display: flex;
  justify-content: center;
}
.blog-text h2 {
  font-size: 70px;
  font-weight: 700;
  color: #a73f5e;
}

.img-text-box {
  text-align: center;
  color: #fff;
  margin: 20px 0;
}
.post_container {
  text-align: center;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blog_circle {
  top: 89px;
  right: -140px;
  z-index: -1;
  width: 350px;
  height: 350px;
}

/* about us */
#about-sec{
	position:relative;
	padding: 10px 0 0px !important;
}
.about-circle-1{
	height: 700px;
	width: 756px;
	border-radius: 50%;
	background: transparent;
	border: 32px solid #90d4c4;
	position: absolute;
	left: -365px;
	top: -436px;
	z-index: -99;
}
.about-circle-2{
	 height: 250px;
	 width: 250px;
	 border-radius: 50%;
	 background: #fff;
	 border: 27px solid #90d4c4;
	 position: absolute;
	 right: -38px;
	 top: 424px;
}
.ss_carousel_nav li {
    position: relative;
    display: block;
    background-color: #2f3967;
    color: #FFF;
    display: flex;
    margin-bottom: 5px;
    padding: 16px;
    align-items: center;
    max-width: 390px;
    cursor: pointer;
}
.ss_carousel_nav li:hover {
    background-color: #aa3d5d;
}
.ss_carousel_nav li span {
    color: #fff; 
    position: relative;
    padding-left: 20px;
    font-size: 17px;
    margin: 0;
}
.ss_carousel_nav li:hover span{
    color: rgb(218, 207, 207);
}
.ss_carousel_nav li img {
    max-height: 30px;
    max-width: 40px;
}
.ss_carousel_nav li .icon-box {
    width: 75px;
    /* height: 95px; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec-title{
    padding: 20px 0px;
}
.sec-title.heading-left{
    text-align: right;
}
.sec-title.heading-center{
    text-align: center;
}
.sec-title h2{
    color: #a73f5e;
    font-size: 60px;
    font-weight: 700;
}
.sec-title h2 span{
    display: block;
    color: #52a2d0;
}
.about-para{}
.about-para p{
    font-weight: 300;
    font-size: 16px;
    color: #666;
    text-align: justify;
}

.about-column{
	position:relative;
	background:none;
	z-index:100;
}
.about-column.style-two{
	padding:70px 0px 0px;
	margin-top:0px;
}
.about-column .column{
	position:relative;
	margin-bottom:50px;
	text-align:center;	
}
.about-column .column .overlay{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	overflow:hidden;
}

.about-column .column .overlay .overlay-link{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	background-color: #aa3d5dbf;
	z-index:1;
	transform:scale(0,0);
	-webkit-transform:scale(0,0);
	-ms-transform:scale(0,0);
	-o-transform:scale(0,0);
	-moz-transform:scale(0,0);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.about-column .column:hover .overlay .overlay-link{
	opacity:1;
	transform:scale(1,1);
	-webkit-transform:scale(1,1);
	-ms-transform:scale(1,1);
	-o-transform:scale(1,1);
	-moz-transform:scale(1,1);
}
.about-column .inner-box{
	position:relative;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	padding: 12px;
	background-color: #fff;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
	border-radius: 6px;
	overflow: hidden;
}
.about-column .inner-box img{
	display:block;
	width: 100%;
}
#about-sec .owl-theme .owl-controls {
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-18%);
}
.autoHeight {
    height: 346px !important;
}
.practice-images{
	
padding: 10px;
	
background-color: #ffffff;
	
box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 15%);
	
border-bottom-right-radius: 15px;
	
border-top-left-radius: 15px;
	
overflow: hidden;
}
.practice-images img{
	position:relative;
	display:block;
	width:100%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.practice-images:hover img{
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
}
.practice-banner{
	height: 360px;
	background: #fef5ee;
	margin-top: 120px;
}
.Practice-block{
	    position: relative;
	    margin-top: -90px;
}
.pinkBg {
  background-color: #90d4c44f;
  background-image: linear-gradient(-20deg, #52a2d0a1 0%, #52a2d085 100%);
}
.intro-banner-vdo-play-btn {
  height: 70px;
  width: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  margin: 8px 0 0 -30px;
  border-radius: 100px;
  z-index: 1;
}
.intro-banner-vdo-play-btn i {
  line-height: 56px;
  font-size: 30px;
}
.intro-banner-vdo-play-btn .ripple {
  position: absolute;
  width: 100px;
  height: 100px;
  z-index: -1;
  left: 50%;
  top: 50%;
  opacity: 0;
  margin: -50px 0 0 -50px;
  border-radius: 100px;
  -webkit-animation: ripple 1.8s infinite;
  animation: ripple 1.8s infinite;
}

@-webkit-keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.intro-banner-vdo-play-btn .ripple:nth-child(2) {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
.intro-banner-vdo-play-btn .ripple:nth-child(3) {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}
.our-service-section{
	padding:40px 0;
	position: relative;
}


/* Feature Block One */
.mr-tb-20{
	padding: 30px 0 60px;
}
.feature-block {
    position: relative;
}

.feature-block .inner-box {
    position: relative;
    max-width: 370px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 0px 20px;
}

.feature-block .inner-box::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    bottom: 70px;
    right: 0px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 50px 0px;
    -webkit-transform: translateY(38px);
    -ms-transform: translateY(38px);
    transform: translateY(38px);
    background: rgb(255, 255, 255);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border: 13px solid; 
    border-image: linear-gradient(to bottom, #fffffff5, #a73f5e);
    border-image-slice: 1;
    border-width: 10px;
}

.feature-block .inner-box:hover::before {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
}

.feature-block .image {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.feature-block .image .icon {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 75px;
    height: 80px;
    font-size: 35px;
    color: rgb(255, 255, 255);
    line-height: 75px;
    text-align: center;
}

.feature-block .image .icon::before {
    position: absolute;
    content: "";
    top: 16px;
    left: -5px;
    height: 64px;
    width: 100px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-radius: 32px;
}

.feature-block .image .icon span {
    position: relative;
}

.feature-block .inner-box:hover .image {
    opacity: 0;
    visibility: hidden;
}

.feature-block .content {
    position: relative;
    text-align: center;
    padding: 12px 0px;
}

.feature-block .content h5 {
    position: relative;
    font-size: 19px;
    text-transform: capitalize;
    margin-bottom: 5px;
    background: #a73f5e;
    font-weight: 600;
    color: #fff;
    border-radius: 8px;
    letter-spacing: 0.7px;
}

.feature-block .content h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
}

.feature-block .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    visibility: hidden;
    opacity: 0;
    border-radius: 6px;
    padding: 0px 20px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; 
}

.feature-block .inner-box:hover .overlay {
    opacity: 1;
    visibility: visible;
}
.feature-block .text {
    position: relative;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 30px 15px 30px;
    border-radius: 6px;
    min-height: 190px;
}

.feature-block .text::before {
    position: absolute;
    content: "";
    opacity: 0.85;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #30a7eb;
    border-radius: 6px;
}

.feature-block .text p {
    color: #fff;
    position: relative;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 27px;
}

.feature-block .text .link-btn {
    position: relative;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
}

.feature-block .link-btn a {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 24px;
    display: inline-block;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease 0.5s;
    -o-transition: all 0.5s ease 0.5s;
    transition: all 0.5s ease 0.5s;
}

.feature-block .link-btn a {
    position: relative;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 24px;
    display: inline-block;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease 0.5s;
    -o-transition: all 0.5s ease 0.5s;
    transition: all 0.5s ease 0.5s;
    background: #0096d9;
}
.feature-block .inner-box:hover .link-btn a {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
.blue-circle-left1{
	height: 700px;
	width: 756px;
	border-radius: 50%;
	background: transparent;
	border: 25px solid #90d4c4;
	position: absolute;
	right: -550px;
	top: -147px;
	z-index: 0;
	 animation: moveleftbounce 2s linear infinite;
}

@keyframes moveleftbounce {
  from {
    	transform: rotate(0deg);
  }
  to {
   transform: rotate(359deg);
  }
}
.blue-circle-right2{
	height: 277px;
	width: 277px;
	border-radius: 50%;
	background: #fff;
	border: 27px solid #90d4c4;
	position: absolute;
	left: -130px;
	top: 326px;
}
#patients-sec{
    padding: 40px 0 !important;
}
#patients-sec2{
    height: 636px;
    padding-top: 40px !important;
    background: linear-gradient(#3eb8ffba, #3daae9); 
}
.patients-circle{
    height: 700px;
    width: 700px;
    border-radius: 50%;
    background: transparent;
    border: 21px solid #90d4c4;
    position: absolute;
    left: -258px;
    top: -154px;
    z-index: 0;
    overflow: hidden;
}
.patients-circle img{
	height:700px;
	width: 756px;
	object-fit: cover;
}
.patients-circle-0{
	right: 7px;
	height: 260px;
	width: 260px;
	border-radius: 50%;
	background: transparent;
	border: 27px solid #90d4c4;
	position: absolute;
	top: -56px;
	 animation: moveleftbounce 2s linear infinite;
}
@keyframes moveleftbounce {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
.patients-circle-1{right: -1px;height: 209px;width: 209px;border-radius: 50%;background: transparent;border: 27px solid #ffffff;position: absolute;top: -2px;}
.patients-circle-2{right: -1px;height: 158px;width: 158px;border-radius: 50%;background: #a73f5e;border: 27px solid #a73f5e;position: absolute;top: -2px;}
.testimonilas-heading{
    text-align: center;
}
.testimonilas-heading h2{
    position: relative;
    font-size: 25px;
    text-transform: capitalize;
    margin-bottom: 5px;
    font-weight: 600;
    color: #fff;
    border-radius: 8px;
    letter-spacing: 0.7px;
    text-align: center;
}
.testimonilas-sec{
    transition: all 0.5s ease 0s;
    border: 13px solid;
    border-image: linear-gradient(to bottom, #ffffff00, #a73f5e);
    border-image-slice: 1;
    border-width: 10px;
    background: #fff;
}
.testimonilas-sec .testimonilas-column{}
.testimonilas-sec .testimonilas-column img{
    width: 512px;
    height: 297px;
    object-fit: cover;
}
.testimonilas-sec .testimonilas-para{}
.testimonilas-sec .testimonilas-para p{
    padding: 11px 35px;
    text-align: center;
}
#patients-sec2{
	position:relative;
	
}
#patients-sec2 .owl-theme .owl-controls {
	top: 45%;
	width: 100%;
	left: 0;
	bottom: auto;
	}
#patients-sec2 .owl-theme .owl-prev{
	    position: absolute;
	    left: -69px;
	    right: auto;
	    background: transparent;
	    border: none;
	    font-size: 58px;
	    opacity: 1;
}
#patients-sec2 .owl-theme .owl-next{
	      right: -61px;
	      left: auto;
	      position: absolute;
	      background: transparent;
	      border: none;
	      font-size: 58px;
	      opacity: 1;
}

 /* Blog */

.single-doctors {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-bottom: 30px;
  border: 4px solid #ffffff;
  padding: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 3px solid;
  border-image: linear-gradient(to bottom, #90d4c4, #a73f5e);
  border-image-slice: 1;
  border-width: 7px;
  background: #fff;
  border-radius: 4px;
}
.single-doctors .doctors-img {
  position: relative;
  overflow: hidden;
}
.single-doctors .doctors-img img{
	height: 270px;
	object-fit: cover;
}
.single-doctors .doctors-img ul {
  line-height: 1;
  background-color: rgb(82 162 208);
  text-align: center;
  padding: 15px;
  margin: 5px;
  position: absolute;
  bottom: -150px;
  left: 0;
  right: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.single-doctors .doctors-img ul li a{
	color:#fff;
}
.single-doctors .doctors-img ul li a:hover i {
  background-color: #ffffff;
  color: #13316e;
}
.single-doctors .doctors-content {
  background-color: #eaecf1;
  padding: 15px 10px;
  text-align: center;
  height: 65px;
}
.single-doctors .doctors-content span {
  display: block;
  font-size: 14px;
}
.single-doctors .doctors-content h3 {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 900;
  margin: 0px;
}
.single-doctors.two {
  margin-top: 30px;
}
.single-doctors.four {
  margin-top: 30px;
}
.single-doctors.six {
  margin-top: 30px;
}
.single-doctors:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.single-doctors:hover .doctors-img ul {
  bottom: 0;
}
#blog-sec{
	padding:30px 0;
}
#ask-sec{
	padding:60px 0;
}
#blog-sec2{
    background: linear-gradient(#377ea7e8, #1e6791);
    height: auto;
    /* padding-top: 110px !important; */
}
#blog-sec2 .card-header span {
    font: 18px !important;
}
.blog-boxs{
	/* margin-top: -91px; */
}
.ask-sec{
	margin:30px 0;
}
.ask-sec input{
	
position: relative;
	
width: 100%;
	
display: block;
	
color: #5c6770;
	
font-size: 16px;
	
line-height: 30px;
	
padding: 6px 15px;
	
height: 50px;
	
background-color: #ffffff;
	
border: 1px solid #e1e1e1;
	
-webkit-transition: all 300ms ease;
	
transition: all 300ms ease;
	
margin-bottom: 30px;
}
.btn-boxs{
	text-align:center;
	margin-top: 30px;
}
.coman-btns {
	color: #222;
	font-size: 15px;
	padding: 12px 34px;
	border: none;
	border-radius: 50px;
	box-shadow: 0 6px 27px 0 rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease-in-out;
	position: relative;
	z-index: 5;
	display: flex;
	margin: auto;
	justify-content: center;
	align-items: center;
	background: #a73f5e;
	color: wheat;
	width: 100%;
}
.coman-btns:after {
	content: "";
	height: 100%;
	width: 0;
	background: linear-gradient(to left, #0096d9, #00d3ff);
	position: absolute;
	bottom: 0;
	right: 0;
	visibility: hidden;
	opacity: 0;
	border: none;
	border-radius: 50px;
	z-index: -5;
	transition: all 0.3s ease-in-out;
	color: var(--white);
}
.coman-btns:hover, .coman-btns:hover:after{
	visibility: visible;
	opacity: 1;
	width: 100%;
	left: 0;
	color: var(--white);
}
#maps-sec{
	background: linear-gradient(#377ea7ba, #52a2d0);
	height: 548px;
	padding-top: 40px !important;
}
.maps-viwes{
	border-radius: 6px;
	box-shadow: 0px 3px 25.11px 1.89px rgb(142 149 195 / 5%);
	background: #fff;
	padding: 12px;
	width: 100%;
}
.schedule-btn{
    text-align: center;
}
.schedule-btn h2{
    color: #ffffff;
    background-color: #2f3967;
    padding: 22px 137px;
    border: none;
    font-size: 21px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    display: inline-block;
    font-weight: 700;
}

#footer-sec{
	background: linear-gradient(#377ea7ba, #52a2d0);
    height: 120px;
    padding-top: 40px !important;
}
.footer-links{
    margin: auto;
    justify-content: center;
    text-align: center;
}
.footer-links li{
    display: inline-block;
    position: relative;
    margin-bottom: 8px;
}
.footer-links li a{
    position: relative;
    padding: 6px 18px !important;
    color: #fff;
    font-size: 17px;
    text-transform: capitalize;
}
.footer-links li:first-child a::after {
    border: none;
}

.footer-links li a:after {
    position: absolute;
    top: 14px;
    content: '';
    border-left: 2px solid #ffffff;
    height: 12px;
    padding-right: 10px;
    left: 0;
}
.footer-links-info{
    /* display: flex; */
    justify-content: center;
    text-align: center;
}
.footer-links-info li{
    position: relative;
    padding: 6px 8px !important;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    display: inline-block;
    text-align: center;
    margin: auto;
}
.footer-links-info li span{
    font-weight: 700;
    padding-right: 10px;
    text-align: center;
}
#social-sec{
	background: linear-gradient(#377ea7eb, #52a2d0f0);
	height: 150px;
}

.contai{
	display: flex;
	text-align: center;
	justify-content: center;
	margin: 30px auto;
}
.contai .icon{
  position:relative;
  display:inline-block;
  float:left;
  width: 66px;
  height: 66px;
  font-size: 28px;
  margin:10px;
  border-radius: 41px;
  box-shadow:0 1px 2px rgba(0,0,0,.2), -1px 0 2px rgba(0,0,0,.2);
  overflow:hidden;
  background: #fff;
  cursor: pointer;
  border: 7px solid #56a2ce;
}
.contai .icon .fa{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%) scale(1) rotateY(0deg);
	transition:all .3s ease-in-out;
}
.contai .icon:hover .fa{
	transform:translate(-50%, -50%) scale(1.4) rotateY(360deg);
	color:#fff;
	transition:all .3s ease-in-out;
}
.contai .icon:nth-child(1){color:#3b5988;}
.contai .icon:nth-child(2){color:#00aced;}
.contai .icon:nth-child(3){color:#dd4b39;}
.contai .icon:nth-child(4){color:#007bb6;}
.contai .icon:nth-child(5){color:#00aff0;}

.facebook:before,
.linkedin:before,
.twitter:before,
.instagram:before,
.whatsapp:before{
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:-100%;
	transition:all .5s ease-in-out;
	background-color: #a73f5e;
	border-radius:15px;
}
.facebook:hover:before,
.linkedin:hover:before,
.twitter:hover:before,
.instagram:hover:before,
.whatsapp:hover:before{
	
	left:0;
	color:#fff;
}
.facebook:hover:before{
	background-color:#3b5988;	color:#fff;
}
.footer-links-info2{
    margin: auto;
    display: flex;
    justify-content: center;
}
.footer-links-info2 li{
    font-weight: 700;
    padding-right: 6px;
    text-align: left;
    padding-left: 15px;
    border-left: 3px solid #fff;
    padding: 4px 15px;
}
.footer-links-info2 li i{
	color:#ffdc36;
}
.footer-links-info2 li:first-child{
	  border-left: 0px solid #fff;
}
.footer-links-info2 li span{
    color: #fff;
    display: block;
    font-size: 12px;
}
.footer-links-info2 li span sup{
    margin-left: 10px;
}
.blog-circle{
	height: 277px;
	width: 277px;
	border-radius: 50%;
	background: #fff;
	border: 27px solid #90d4c4;
	position: absolute;
	right: -61px;
	top: 86px;
	z-index: -2;
}
.ask-circle-left{
	height: 515px;
	width: 515px;
	border-radius: 50%;
	background: #fff;
	border: 24px solid #90d4c4;
	position: absolute;
	left: -130px;
	top: -89px;
	z-index: -1;
}
.ask-circle-right{
	    height: 600px;
	    width: 600px;
	    border-radius: 50%;
	    background: transparent;
	    border: 25px solid #90d4c4;
	    position: absolute;
	    right: -258px;
	    top: 65px;
	    z-index: 0;
}
#appointment-sec{
	padding: 50px 0 70px;
}

/* back to top - start */
.backtotop {
  right: 12px;
  z-index: 999;
  bottom: 50px;
  position: fixed;
}
.backtotop .scroll {
  z-index: 1;
  width: 50px;
  height: 50px;
  display: block;
  position: relative;
}
.backtotop .scroll:before, .backtotop .scroll:after {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  content: "";
  position: absolute;
  border-radius: 100%;
  background-color: #2f3967;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  box-shadow: 0px 10px 60px 0px rgb(20 126 182 / 57%);
}
.backtotop .scroll:after {
  opacity: 0;
  transform: scale(1.5);
}
.backtotop .scroll:hover:before {
  opacity: 0;
  transform: scale(0.3);
}
.backtotop .scroll:hover:after {
  opacity: 1;
  transform: scale(1);
}
.backtotop .scroll i {
  left: 50%;
  z-index: 1;
  font-size: 15px;
  position: absolute;
  color: #fff;
  transform: translateX(-50%);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.backtotop .scroll i:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.backtotop .scroll i:nth-child(2) {
  top: 110%;
  opacity: 0;
  visibility: hidden;
}
.backtotop .scroll:hover i:nth-child(1) {
  top: -110%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
}
.backtotop .scroll:hover i:nth-child(2) {
  top: 50%;
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
}

/****Responsive MediaQuery  ** * */

@media only screen and (min-width: 320px) and (max-width: 767px) {
.logo2{
	display:block !important;
}	
.logo2 img{
	height: 46px;
}
.logo{
	display:none;
}
.main-header .header-top .top-left {
    height: 0px;
}	
.main-header .header-top .top-left:before {
    width: 343px;
    height: 80px;
}
.main-header .header-top .top-left:after {
    width: 355px;
    height: 104px;
}
.menu-links .navbar-toggler{
	background: #aa3d5d;
	color: #fff;
	padding: 4px 11px;
	font-size: 23px;
	border-radius: 5px;
}
.menu-links {
    padding: 5px 0px;
}
.silder-bg {
    height: 38vh !important;
    overflow: hidden;
}
.manubar{
    background: #aa3d5d;
    margin-top: 20px;
    z-index: 99999;
}
.manubar li> a{
    color: #fff !important;
    padding: 9px 10px;
}
.section-shape {
    z-index: 0;
    bottom: inherit;
}
.river-wave {
    background: url(../images/wave.svg) repeat-x;
    position: absolute;
    top: -37px;
    height: 51px;
    transform: translate3d(0, 0, 0);
    z-index: -2;
}
.river-wave:nth-of-type(2) {
    top: -46px;
    opacity: 1;
    z-index: -3;
}
#department {
    margin-top: 35px;
    z-index: 999;
}
.row-widte {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
}
.services-boxs {
    display: flex;
    width: 50%;
    padding: 0 0px;
}
.main-header {
    background-color: transparent;
}
.about-circle-1 {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    background: transparent;
    border: 19px solid #90d4c4;
    position: absolute;
    left: 50%;
    z-index: -1;
    opacity: 0.3;
    margin-left: -100px;
}
.sec-title {
    padding: 3px 0px;
    text-align: center !important;
}
.sec-title h2 {
    color: #a73f5e;
    font-size: 28px;
    font-weight: 700;
}
.sec-title h2 span {
    display: contents;
    color: #52a2d0;
    margin-left: -4px !important;
}
.practice-images {
    margin-bottom: 25px;
}
.blue-circle-left1{
	display:none;
}
.department-box .services_img_hover .front-image {
    height: 83px;
    margin: 0px auto 2px;
}
.department-box h3 {
    font-size: 15px;
}
.department-box-btn .btn {
    padding: 6px 3px;
    margin: 0px 0px -36px;
    font-size: 13px;
}
.mr-tb-20 {
    padding: 15px 0 2px;
}
.our-service-section {
    padding: 26px 0px 6px;
    position: relative;
}
.contai .icon {
    width: 60px;
    height: 60px;
    font-size: 28px;
    margin: 0 2px;
}
.owl-theme .owl-controls {
    left: 38% !important;
}
.autoHeight {
    height: 245px !important;
}
#footer-sec {
    height: auto;
    padding-top: 40px !important;
    padding-bottom: 40px;
}
#social-sec {
    height: auto;
}
.schedule-btn h2 {
    padding: 10px 62px;
    font-size: 17px;
    font-weight: 700;
}
#patients-sec {
    padding: 0px 0 43px !important;
}
#patients-sec2 {
    height: auto;
}
.patients-circle {
    height: 290px;
    width: 290px;
    border-radius: 50%;
    background: transparent;
    border: 10px solid #90d4c4;
    position: static;
    left: 0;
    top: 0;
    z-index: 0;
    overflow: hidden;
    right: 0;
    margin: auto;
}
.patients-circle img {
    height: 290px;
    width: 290px;
    object-fit: cover;
}
.testimonilas-sec .testimonilas-column img {
    width: 512px;
    height: 194px;
    object-fit: cover;
}
#patients-sec2 {
    background: linear-gradient(#377ea7ba, #52a2d0);
    height: auto;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
#blog-sec2 {
    background: linear-gradient(#377ea7ba, #52a2d0);
    height: auto;
    /* padding-top: 120px !important; */
}
#blog-sec2 .card-header span {
    font: 14px !important;
}
.patients-circle-0{
	display:none;
}
.ask-circle-left{display:none}
.ask-circle-right{display:none}
.patients-circle-0{display:none}
.blog-circle{display:none}
.blue-circle-left1{display:none;}
#patients-sec2 .owl-theme .owl-controls {
    bottom: -41px;
    width: 100%;
    left: 0;
    top: auto;
}
#patients-sec2 .owl-theme .owl-prev {
    position: static;
    left: 0;
    right: auto;
    background: transparent;
    border: none;
    font-size: 39px;
    opacity: 1;
    color: #fff;
}
#patients-sec2 .owl-theme .owl-next {
    position: static;
    left: 0;
    right: auto;
    background: transparent;
    border: none;
    font-size: 39px;
    opacity: 1;
    color: #fff;
}
.carousel-caption{display:none;}
.schedule-appointment{display:none;}
.about-circle-1{display:none;}
.about-circle-2{display:none;}
.blue-circle-right2{display:none;}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.patients-circle-0{
	display:none;
}
.ask-circle-left{display:none}
.ask-circle-right{display:none}
.patients-circle-0{display:none}
.blog-circle{display:none}
.blue-circle-left1{display:none;}	
.logo2{
	display:block !important;
}	
.logo2 img{
	height: 46px;
}
.logo{
	display:none;
}	
.manubar{
    background: #aa3d5d;
    margin-top: 20px;
    z-index: 99999;
}
.manubar li> a{
    color: #fff !important;
    padding: 9px 10px;
}	
.silder-bg {
    height: 450px !important;
}	
.row-widte {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    margin: auto;
}
.department-box h3 {
    font-size: 12px;
}
.department-box-btn .btn {
    padding: 6px 4px;
    margin: 0px 0px -9px;
    font-size: 10px;
}
.department-box .services_img_hover .front-image {
    height: 64px;
    margin: 0px auto -4px;
}
.practice-banner {
    height: 160px;
    background: #fef5ee;
    margin-top: 120px;
}
.patients-circle {
    height: 290px;
    width: 290px;
    border-radius: 50%;
    background: transparent;
    border: 10px solid #90d4c4;
    position: static;
    left: 0;
    top: 0;
    z-index: 0;
    overflow: hidden;
    right: 0;
    margin: auto;
}
.patients-circle img {
    height: 290px;
    width: 290px;
    object-fit: cover;
}
.testimonilas-sec .testimonilas-column img {
    width: 512px;
    height: 194px;
    object-fit: cover;
}
#patients-sec2 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    /* height: 890px; */
}
#patients-sec2 .owl-theme .owl-next {
    right: -33px;
}
.patients-sec2 .owl-theme .owl-prev {
    left: -33px;
}
.single-doctors .doctors-img img {
    height: auto;
    object-fit: cover;
}
.single-doctors .doctors-content h3 {
    font-size: 11px;
}
.card-header h5 {
    font-size: 14px !important;
} 
#blog-sec2 {
    /* height: 200px; */
}
.about-circle-1 {
    display: none;
}
#department {
    margin-top: 23px;
}
#footer-sec {
    height: auto !important;
    padding-bottom: 30px;
}
.carousel-caption {
    display:none;
}
.schedule-appointment {
    display:none;
}

}
