* {
	margin: 0px;
	padding: 0px;
}
:root {
	--clr-primary: #2f2d90;
	--clr-secondary: #e9476c;
	--clr-light-grey: #fafafa;
	--clr-white: #fff;
	--clr-base: #333;
}
body {
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	color: #333;
}
ul {
	padding: 0px;
	margin: 0px;
}
ul li {
	list-style: none;
}
a {
	text-decoration: none !important;
}
img {
	border: none;
	max-width: 100%;
}
p {
	margin: 0px;
}
.fetch-img-src {
	display: none;
}
.set-bg {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
header {
	padding: 8px 0 0px 0px;
}
.top-bar {
	background: #2f2d90;
	padding: 5px 0;
}
.top-bar p {
	color: var(--clr-primary);
}
.social {
	text-align: right;
}
.social li {
	display: inline-block;
	background: #e97195;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border: 1px solid transparent;
	border-radius: 3px;
	margin-left: 5px;
}
.social li a {
	color: var(--clr-white);
}
.social li:hover a {
	color: var(--clr-secondary);
}
.social li:hover {
	background: transparent;
	border-color: var(--clr-secondary);
	transition: all 0.6s ease;
}
.top-cont {
	text-align: center;
	padding-top: 2px;
	float: left;
}
.top-cont ul li {
	display: inline-block;
	text-align: left;

}
.top-cont ul li:last-child {
	margin-right: 0;
}

.top-cont ul li a{
	display: block;
	font-size: 14px;
	color: #ffffff;
	float: right;	
	padding-left: 10px;
	font-weight: 600;
}
.top-cont ul li a:hover{
	color:#e97195 !important;
}
.top-cont ul li i{
	color:#fff;
	margin-left: 10px;
	font-size: 18px;
}
.carousel-caption {
	left: 10%;
	right: auto;
	text-align: left;
	bottom: 100px;
}
.carousel-caption h3 {
	font-size: 60px;
	line-height: 48px;
	font-weight: 600;
	color: var(--clr-secondary);
	max-width: 400pc;
	margin-bottom: 30px;
}
.carousel-caption h4 {
	font-size: 40px;
	line-height: 45px;
	font-weight: 300;
	color: #222;
	margin-bottom: 40px;
}
.carousel-caption a {
	background: var(--clr-primary);
	border: none;
	padding: 10px 20px;
	font-size: 20px;
}
.carousel-caption a:hover {
	background: var(--clr-secondary);
}
.carousel-indicators > li {
	border-radius: 50%;
	border-radius: 12px;
	width: 12px;
	height: 12px;
	background-color: var(--clr-secondary);
	margin: 0 5px;
}
.carousel-indicators .active {
	background: var(--clr-primary);
}
.section {
	padding: 70px 0;
}
.grey-bg {
	background: #e3e0e0;
}
.about-space{
	margin:70px 0 60px 0;
}
.about h3 span {
	display: block;
	font-weight: 400;
	font-size: 20px;
	color: var(--clr-primary);
}
.about h3 {
	font-weight: 700;
	color: var(--clr-secondary);
	font-size: 32px;
	margin-bottom: 20px;
}
.about p {
	text-align: justify;
	margin-bottom: 10px;
}
.about a {
	margin-top: 20px;
}
.about a:hover {
	color: #fff;
}
.bs-btn {
	display: inline-block;
	background: var(--clr-primary);
	color: var(--clr-white);
	padding: 10px 20px;
	border-radius: 5px;
}
.bs-btn:hover {
	color: #fff;
}
.abt-right {
	display: flex;
}
.opening {
	border: 10px solid var(--clr-primary);
	padding: 30px 20px;
	width: 50%;
}
.abt-right .img-wrap {
	width: 50%;
	padding-left: 20px;
}
.abt-right .img-wrap img {
	/* padding: 5px; */
	border: 5px solid var(--clr-primary);
}

.opening i {
	color: var(--clr-secondary);
}

.opening ul li {
	border-bottom: 1px solid var(--clr-primary);
	padding: 10px 0px;
	display: flex;
	justify-content: space-between;
}
.opening ul li span {
	max-width: 60%;
}
.opening ul {
	margin-bottom: 20px;
}
.opening h4 {
	font-size: 20px;
	font-weight: 600;
	color:#e97195;
}
.opening h5 {
	font-size: 14px;
}
.value {
	text-align: right;
}

.request a {
	background: var(--clr-primary);
	padding: 10px 20px;
	width: 100%;
	display: inline-block;
	margin-top: 10px;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
}
.section h3 {
	font-weight: 700;
	color: #2f2d90;
  font-size: 29px;
	margin-bottom: 20px;
}
.service .ser-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 15px 0;
	box-shadow: 0 0px 10px rgb(136 136 136 / 10%);
}
.service .ser-img {
	width: 40%;
}
.service .ser-cont {
	padding: 30px 20px 30px 25px;
	width: 60%;
}
.service .ser-cont h4 {
	font-weight: 700;
	color: var(--clr-secondary);
	font-size: 20px;
	margin-bottom: 20px;
}
.service .ser-cont h4 a {
	color: var(--clr-secondary);
}
.service .ser-cont p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 15px;
	line-height: 28px;
}
.service .ser-cont .text-btn::after {
	content: "\f101";
	right: 0;
	top: -3px;
	font-weight: 500;
	font-family: "FontAwesome";
	position: absolute;
	font-size: 16px;
}
.service .ser-cont .text-btn {
	position: relative;
	color: var(--clr-primary);
	padding-right: 15px;
	font-weight: 600;
	text-transform: uppercase;
}
.service .ser-cont .text-btn:hover {
	color: var(--clr-secondary);
}
.doctor-item {
	background: #fff;
	box-shadow: 0 0 10px rgb(136 136 136 / 10%);
	position: relative;
	display: flex;
	width: 48%;
	flex-wrap: wrap;
	padding: 30px 30px 0;
}
.doctor-item::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	bottom: 0;
	top: auto;
	left: 0;
	background-repeat: no-repeat;
	background: url(../images/doct-partner.png);
}
.doctor-item .doct-cont {
	width: 60%;
	z-index: 1;
	position: relative;
}
.doctor-item .doct-img {
	/* position: absolute;
    bottom: 0;
    right: 0;
    padding: 0;
	z-index: 1;
    text-align: right; */
	width: 40%;
	z-index: 1;
}
.doctor-item h5 {
	font-size: 20px;
	font-weight: 600;
	color: var(--clr-primary);
	margin-bottom: 5px;
}
.doctor-item .designation {
	font-size: 14px;
	color: var(--clr-secondary);
	padding-bottom: 10px;
	display: block;
}
.doctor-item .doct-cont p {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 28px;
	padding-right: 5px;
}
.doct-cont ul li span {
	width: 100px;
	display: inline-block;
}
.doct-cont ul li {
	font-size: 16px;
	line-height: 28px;
	padding: 2px 0;
}
.doctor-item-wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
.doctor-item .data-list {
	width: 100%;
	display: flex;
	padding: 10px 0;
	justify-content: space-between;
	margin: 0 -10px;
}
.doctor-item .data-list span {
	display: block;
	font-size: 16px;
	color: var(--clr-primary);
	font-weight: 600;
}
.doctor-item .data-list li {
	flex: 1 1 auto;
	padding: 0 10px;
	font-size: 14px;
	font-weight: 400;
	color: var(--clr-secondary);
}
.testimonials .action-wrap{
	text-align: center;
}
.testimonials h3{
	display: block;
	font-weight: bolder;
	font-size: 45px;
	padding-bottom: 25px;
	color: #e97195;
}
.testimonials .test-item {
	padding:25px 15px 30px 15px;
	background-color: #fff;
	border: 1px solid #f5f5f5;
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	text-align: center;
	/* height: 100%; */
	position: relative;
	min-height: 238px;
	margin-bottom: 20px;
}
.testimonials .test-item .img-wrap img {
	width: 70px;
	height: 70px;
	margin: 0 0 20px 0;
	display: inline-block;
	border-radius: 100%;
}
.testimonials .test-item li {
	margin-top: 20px;
	display: inline-block;
	color: var(--clr-secondary);
}
.testimonials .test-item span {
	display: inline-block;
	color: var(--clr-primary);
	font-size: 16px;
	font-style: italic;
}
.testimonials .quote {
	position: absolute;
	top: 54%;
	left: 50%;
	width: 100px;
	height: 103px;
	margin-left: -62px;
	margin-top: -60px;
	opacity: 0.14;
}
.testimonials .test-item p {
	color: #444;
	font-size: 15px;
	line-height: 25px;
    text-align: justify;
}
.testimonials .owl-theme .owl-nav [class*="owl-"] {
	background: var(--clr-primary) !important;
	font-size: 20px !important;
	padding: 5px 12px !important;
	color: #fff;
}
.testimonials .owl-theme .owl-nav [class*="owl-"]:hover {
	background: var(--clr-secondary) !important;
}
.testimonials .owl-carousel .owl-nav .owl-next {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: absolute;
	top: 35%;
	right: -50px;
}
.testimonials .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: absolute;
	top: 35%;
	left: -50px;
}
.test-in-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.test-in-wrap .test-item{
	width: 49%;
}
.contact-section {
	background: url(../image/bg-01.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.section-header {
	text-align: left;
	margin-bottom: 40px;
}
.section-header h2 {
	font-size: 36px;
	font-weight: 700;
}
.theme-color {
	color: #3e3f95;
}
.section-wrapper form input {
	width: 100%;
	padding: 13px;
	border-radius: 0;
	border:1px solid #000;
	margin-right: 20px;
	margin-bottom: 20px;
	box-shadow: 0 3px 4px 0px rgb(0 0 0 / 10%);
}
.section-wrapper form textarea {
	width: 100%;
	padding: 13px;
	border-radius: 0;
	border:1px solid #000;
	margin-right: 20px;
	margin-bottom: 20px;
	box-shadow: 0 3px 4px 0px rgb(0 0 0 / 10%);
}
.lab-btn {
	width: 220px;
	height: 50px;
	background: var(--clr-primary);
	border: none;
	outline: none;
	padding: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: var(--clr-white);
	box-shadow: 0 5px 10px rgb(68 166 241 / 30%);
	font-size: 14px;
	text-transform: uppercase;
}
.lab-btn:hover {
	background: #e97195;
	cursor: pointer;
}
.footer {
	padding: 40px 0;
	background: var(--clr-primary);
	position: relative;
}
.footer h4 {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
	line-height: 30px;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.footer h4::before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 2px;
	margin-right: 6px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: var(--clr-white);
	content: "";
}
.footer h4::after {
	position: absolute;
	left: 65px;
	bottom: -2px;
	height: 6px;
	width: 6px;
	content: "";
	border-radius: 50%;
	background-color: var(--clr-white);
}
.footer p {
	color: var(--clr-white);
	text-align: justify;
	font-size: 16px;
}
.footer .social {
	text-align: left;
	margin-top: 30px;
}
.user-links li {
	position: relative;
	font-size: 16px;
	padding-bottom: 8px;
}
.user-links li a {
	color: var(--clr-white);
	position: relative;
	padding-left: 20px;
	display: block;
}
.pad-right-20 {
	padding-left: 40px !important;
}
.user-links li a:before {
	position: absolute;
	left: 0;
	top: 0px;
	font-size: 10px;
	line-height: 28px;
	color: #ffffff;
	font-family: "FontAwesome";
	content: "\f067";
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.user-links li:hover a {
	color: #e97195;
}
.footer .loc-wrap span {
	display: block;
	font-weight: 400;
}
.footer .loc-wrap {
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
}
.footer .loc-wrap p {
	font-size: 16px;
	padding-left: 50px;
	text-align:left !important; 
	/*font-weight: 600;*/
}
.fa-map-marker:before {
    content: "\f041";
    margin-left: 7px;
}

.footer .loc-wrap a {
	font-size: 16px;
	font-weight: 600;
	color:#fff;
}
.footer .loc-wrap a:hover{
	color:#e97195;
}
.footer .loc-wrap i {
	color: var(--clr-white);
	position: absolute;
	font-size: 36px;
}
.footer-end {
	background: #ea789a;
	padding: 10px 0px;
	border-top: 1px solid #e97195;
}
.footer-end p {
	color: #fff;
	margin: 0px;
	font-size: 13px;
}
.footer-end a {
	text-decoration: none;
	color: #fff;
}
.right1 {
	text-align: right;
}
.banner {
	background: url(../image/banner-inner.jpg) no-repeat top center fixed;
	background-size: 100%;
    padding: 60px 0 60px;
	text-align: center;
	position: relative;
}
.banner h2 {
	color: #fff;
	font-size: 40px;
	line-height: 45px;
	margin: 0;
	font-weight: 700;
}
.banner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--clr-primary);
	opacity: 0.6;
}
.contact h4 {
	margin-bottom: 4rem;
	color: var(--clr-primary);
	font-size: 30px;
	line-height: 45px;
	border-bottom: 1px solid var(--clr-secondary);
	margin: -12px 0 40px;
}
.cont-details {
	padding: 20px;
	box-shadow: 0 0 5px #000;
	margin-bottom: 20px;
}
.cont-details h5 {
	font-size: 20px;
	color: var(--clr-secondary);
	font-weight: 600;
	text-transform: uppercase;
	line-height: 27px;
	margin-bottom: 15px;
}
.cont-details h5 span {
	font-size: 16px;
	color: var(--clr-primary);
	font-weight: 400;
	display: block;
}
.cont-details p {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
	font-size: 15px;
	color: #000;
}
.cont-details p span {
	color: var(--clr-secondary);
	 font-weight: 700;
}
.cont-details p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.cont-details address {
	font-size: 15px;
	color: #000;
}
.contact .top-social {
	text-align: left;
}
.form-main {
	width: 100%;
}
.form-main input {
	height: 48px;
	background: #e7e7e7;
	padding: 0 20px;
	color: #666;
	font-size: 15px;
	border: none;
	width: 100%;
	margin-bottom: 20px;
}
.form-main input:focus {
	color: #333;
}
.form-main textarea {
	height: 185px;
	background: #e7e7e7;
	padding: 18px 20px;
	color: #666;
	font-size: 15px;
	border: none;
	width: 100%;
	margin-bottom: 20px;
}
.form-main textarea:focus {
	color: #333;
}
.form-main button {
	padding: 15px 35px;
	background:#2f2d90;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	border: none;
	border-radius: 3px;
}
.form-main button:hover {
	background:#e9476c;
	color: #fff;
}
.journey {
	background: url(../images/banner.jpg) no-repeat top center fixed;
	background-size: cover;
	text-align: center;
	position: relative;
}
.journey::before {
	content: "";
	position: absolute;
	background: #000;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	opacity: 0.7;
}
.journey img {
	width: auto;
	max-width: 90px;
}
.journey .img-wrap {
	margin-bottom: 15px;
}
 .img-wrap img{
 	/*margin-top: 30px;*/
	border:2px solid #e97195 !important;
	padding: 20px !important;
}
.journey .count {
	font-size: 42px;
	font-weight: 600;
	color: #fff;
}
.journey h4 {
	font-size: 24px;
	color: #fff;
}
.service-in p {
	text-align: justify;
	margin-bottom: 15px;
	font-size: 15px;
}
.service-in .img-wrap {
	border: 1px solid #2f2d90;
	padding: 5px;
}
.gallery ul {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
.gallery ul li {
	width: 33.33%;
	padding: 5px;
	border: 1px solid #eee;
}
.gallery .gal-img {
	height: 300px;
	max-width: 100%;
	position: relative;
}
.gallery .gal-img a {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}
.step .step-wrap {
	display: flex;
	align-items: center;
}
.step .img-wrap {
	width: 300px;
}
.step .info-wrap {
	padding-left: 30px;
	text-align: right;
}
.step .info-wrap h5 {
	font-weight: 700;
	color: var(--clr-secondary);
	font-size: 36px;
	margin-bottom: 20px;
}
.step .info-wrap .bs-btn{
	font-size: 20px;
	padding: 10px 30px;
}
.whatsapp{
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 1;
}
.visitor-count{
	position: absolute;
	bottom: 0;
	right: 50px;
	/* background: var(--clr-secondary); */
	/* padding: 10px; */
	/* border-radius: 5px; */
	/* color: var(--clr-white); */
	font-weight: 700;
	font-size: 16px;
	display: flex;
	align-items: center;
}
.visitor-count h3{
	font-size: 16px;
	color: var(--clr-white);
}
/*whasapp-icon*/
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom: 90px;
    right: 27px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
  z-index:100;
  transition: 0.5s ease-in-out;
}
.float:hover{
	color:#2f2d90;
}

.my-float{
	margin-top:16px;
}
/*scroll-button*/
#button {
  display: inline-block;
  background-color: #e97195;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color:#2f2d90;
  border: 1px solid #000;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/*service-slider*/



.container .serviceBox {
  position: relative;
  width: 262px;
  height: 386px;
  background: #2f2d90;
  border-radius: 20px;
  overflow: hidden;
}

.container .serviceBox .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transition-delay: 0.25s;
}

.container .serviceBox:hover .icon {
  top: 37px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  transition-delay: 0s;
}

.container .serviceBox .icon i {
  font-size: 5em;
  color: #fff;
  transition: 0.5s;
  transition-delay: 0.25s;
}

.container .serviceBox:hover .icon i {
  font-size: 2em;

  transition-delay: 0s;
}

.container .serviceBox .content {
  position: relative;
  padding: 42 11px 0px 42px;
  color: #fff;
  text-align: center;
  margin-top: 146px;
  z-index: 1;
  transform: scale(0);
  transition: 0.5s;
  transition-delay: 0s;
}

.container .serviceBox:hover .content {
  transform: scale(1);
  transition-delay: 0.25s;
}

.container .serviceBox .content h2 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 27px;
}

.container .serviceBox .content p {
  font-weight: 300;
  line-height: 1.5em;
  font-size: 13px;
  padding: 3px 10px 20px 10px;
  text-align: justify;

}
.container .serviceBox .content a{
    background: #ffffff;
    border:1px solid #000;
    padding: 5px 10px;
    border-radius: 5px;
    color:#2f2d90;
   
}

.space{
	margin: 0 40px;
}
.middle{
	margin-top: 40px;
}
.service{
	text-align: center;

}
.service h3{
	font-size:50px !important;
	    font-weight: 700;
    color: #e97195;
	padding-bottom: 25px;
}

/*blog*/
.test-item{
	}
.test-item h4{
	font-size:20px;
	font-weight:400;
	color:#e97195;
	padding-top:10px;
	padding-bottom: 10px;  
}
.test-item p{
	padding-bottom: 26px;
}
.test-item a{
	background:#e97195;
    border:1px solid #000;
    padding: 5px 10px;
    border-radius: 5px;
    color:#ffff;
    transition: 0.3s ease-in-out;

}
.test-item a:hover{
	color:#fff;

	background: #2f2d90;
}
/*banner-coepen*/
#carousel .carousel-item.boat {
  background: url(../image/banner/1.jpg) no-repeat;
}

#carousel .carousel-item.sea {
   background: url(../image/banner/2.jpg) no-repeat;
}

#carousel .carousel-item.river {
  background: url(../image/banner/3.jpg) no-repeat;
}

#carousel .carousel-item {
  height: 450px;
  width: 100%;
  background: no-repeat center center scroll;
  background-size: cover;
}

#carousel .carousel-inner .carousel-item {
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}

#carousel .carousel-item .caption {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px;
  margin-top: 75px;
  color: white;
  animation-duration: 1s;
  animation-delay: 2s;
}

#carousel .caption h2 {
  animation-duration: 1s;
  animation-delay: 2s;
  padding-bottom: 20px;
}

#carousel .caption p {
  animation-duration: 1s;
  animation-delay: 2.2s;
  letter-spacing: 1px;
}

#carousel .caption a {
  animation-duration: 1s;
  animation-delay: 2.4s;
}

/* Button */
.delicious-btn {
  display: inline-block;
  min-width: 90px;
  height: 40px;
  color: #ffffff;
  border: none;
  border-left: 3px solid #e97195;
  border-radius: 0;
  /*padding: 0 20px;*/
  font-size: 16px;
  margin-top: 30px;
  /*line-height: 58px;*/
  font-weight: 600;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-transform: capitalize;
  background-color: #2f2d90;
}

.delicious-btn.active, .delicious-btn:hover, .delicious-btn:focus {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background-color: #e97195;
  border-color: #2f2d90;
}
.carousel-control-prev i{
	font-size: 30px;
	color:#e97195;
	padding-right: 50px;
}
.carousel-control-next i{
	font-size: 30px;
	color:#e97195;
	padding-left: 50px;
}

.cont-details a{
  color:#000;
}
.cont-details a:hover{
  color:#e9476c;
}
/*breadcrum*/
ul.breadcrumb {
  background: none;
  text-align: center;
  margin: 0;
  
}
ul.breadcrumb li {
  display: inline;
  font-size: 18px;

}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #ffffff;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #e97195;
  text-decoration: underline;
}
.section-t{
	padding: 70px 0 50px;
}
.section-s{
	padding: 60px 0 80px 0;
}
/*index page*/
.content-i{
	padding:30px 0  27px 0 !important;
}
.content-s{
	padding:30px 0  46px 0 !important;
}
.content-l{
	padding:10px 0  10px 0 !important;
}
.content-h{
	padding:20px 0  27px 0 !important;
}
.content-e{
	padding:1px 0  7px 0 !important;
}
.content-eg{
	padding: 7px 0  16px 0 !important;
}
.content-d{
	padding: 10px 0  27px 0 !important;
}
.second-line{
	margin-top: 40px;
}
/*our facility*/
.advance{
	width:100%;
	height: auto;
	background: #e97195;
	
}
.advance h2{
	text-align: center;
	font-size: 36px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
}
.box{
	width: 100%;
	height: 200px;

	margin-top: 20px;
	background: #fff;

}
.box img{
	border-bottom: 1px solid #000;
}
.box p{
	text-align: center;
	color: #000;
	padding-top: 15px;
    font-weight: 700;
}
.box-1{
	width: 100%;
	height: 200px;
	margin-top: 20px;
	background: #fff;
}
.box-1 p{
	text-align: center;
	color: #000;
	padding-top: 8px;
	font-weight: 700;
}
.space{
	padding-top: 50px;
	padding-bottom: 70px;
}

/*tab-index*/

#exTab1 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

#exTab2 h3 {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}
/*tab */

nav > .nav.nav-tabs{

  border: none;
    color:#fff;
    background:#272e38;
    border-radius:0;

}
nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active
{
  border: none;
    padding: 20px 34px;
    color:#fff;
    background:	#2f2d90;
    border-radius:0;
}

nav > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -60px;
  left: -10%;
  border: 15px solid transparent;
  border-top-color: #2f2d90 ;
}
.tab-content{
  background: #fdfdfd;
    line-height: 25px;
    height: 380px;
    border: 1px solid #ddd;
    border-top:5px solid #e97195;
    border-bottom:5px solid #e97195;
    padding:30px 25px;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
  border: none;
    background: #e97195;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}
.our{
	text-align: center;

}
.our h2{
    margin-bottom:30px;
    font-weight:700; 
    font-family: "Open Sans", sans-serif;
}
.our-facility{
	margin:50px 0 62px 0;
}
.space-1{
	margin:20px 20px;
}
.facilty-box{
	float: left;
  
}
.our-img{
  float: left !important;
}
.our-img img{
	float: left;
	margin-top: 20px;
	margin-left:20px; 
	margin-right:20px; 
}
.our-content{
	padding-top: 20px;
}
.our-content strong{
	font-size:16px;
	font-weight:700;
}
.our-content p{
	padding-top: 8px;
	padding-right:20px; 
    font-size:14px;
    padding-bottom: 20PX;
    } 

.our-content a{
	font-size: 14px;
	border:1px solid #000;
	padding: 8px 15px;
	color:#fff;
	background: #2f2d90;
	margin-top: 30px !important;
	transition: 0.5s ease-in-out;
}   
.our-content a:hover{
	
	color:#000;
	background: #e97195;
}  

/*breadcrum*/
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  display: block;
}
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}
ul.breadcrumb li+li:before {
  padding: 0 5px 0 8px;
  color: white;
  content: "|\00a0";
}
ul.breadcrumb li a {
  color: #ffffff;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #e97195;
  text-decoration: underline;
}

.about-us-page{
	margin: 0px 0 70px 0;
}
.about-us-page h5{
	font-weight:bolder;
	padding-bottom: 20px;
}
.about-us-page p{
	text-align: justify;
}
.about-image img{
    margin-right: 20px;
    border: 2px solid #e97195 !important;
    padding: 20px !important;
    margin-bottom: 20px;

}
.about-text{
	padding-left: 20px; 

}

.about-text h3{
	margin-bottom: 7px;
	font-weight: bolder;
	color: #e97195;
	font-size:40px;

}
.about-text p{
  margin-bottom: 7px;
	text-align:justify;
}
.about-text h5{
	margin-bottom: 2px !important;
}
.about-text ul li{
	position: relative;
	padding-left:15px;
	padding-top: 4px;
}
.about-text ul li i{
	position: absolute;
	left: 0;

}
.about-text i{
	padding:5px 8px 5px 0px;
	font-size: 19px;
	color: #e97195;
}
.about-text ul{
	margin-left: 4px;
}
.about-text h4{
	font-weight:bolder;
	color:#2f2d90;
	padding-bottom: 5px;
}
/*.star{
	margin-top: 10px;
}
button{
	background: none;
	margin-top: 15px;
	padding: 5px 10px;
	background: #2f2d90;
	transition: 0.5s ease-in-out;
	border:none;
	border:1px solid #000;	
}
button:hover{
	background:#e97195; 
}
button a{
	color:#fff;
	
}*/
.about-contact{
	margin-bottom: 70px;
}
.about-contact  h4{
margin-bottom: 4rem;
    color: var(--clr-primary);
    font-size: 30px;
    line-height: 45px;
    width: 110px;
    padding-bottom: 5px;
    border-bottom: 2px solid #e97195;
    margin: -12px 0 40px;
}
.logo-second{
	text-align: center;
}
.couple{
	padding-top: 20px !important;
}
.surrogacy{
	padding-top:5px;
}
.couple p{
   padding-top: 10px !important;
}
.text-gap ul{
  padding-top: 8px;
}
.text-gap-iui ul{
	padding-top: 4px;
}
.img-gap{
	margin-bottom: 15px;
}
.text-ovulation ul{
	padding-top: 5px;
}
.text-ovulation strong{
	padding-top: 5px;
}
.text-ovulation p{
	padding-top: 15px;
}
.follicular-text{
	padding-left: 15px;
  padding-bottom: 10px;
}
.follicular-text ul li{
	list-style-type: upper-number;
  padding-left: 0;
}
.about-text strong{
	padding-bottom: 10px !important;
}

.follicular p{
	padding-top:10px ;
}
.common-image img{
	margin-right: 20px;
    border: 2px solid #e97195 !important;
    padding: 20px 	!important;
}
.text-space p{
 padding:10px 0 10px 0 ;
}
.Tesa h3{
	text-align: center;
  font-size: 35px;
  padding-bottom: 21px;
  color: #2f2d90 !important;
  font-weight: bolder !important;
}
.text-tesa p{ 
  padding-top: 0 !important;
  padding-bottom: 3px !important;
}
.treatment{
	padding-bottom: 10px;
}
.treatment h3{
	font-size: 25px;
	margin-bottom: 0 !important;
	font-weight: bolder;
	color: #e97195;
}
.treatment strong{
	font-size: 20px;
	color: #2f2d90;	
}

.icsi-treatment h3{
	font-size: 25px;
	margin-bottom: 0 !important;
	font-weight: bolder;
	color: #e97195;
}
.icsi-treatment p{
	padding-top: 10px;
	text-align: justify;
}
.icsi-treatment strong{
	font-size: 20px;
	color: #2f2d90;	
}

.treatment p{
	padding-top: 10px;
	text-align: justify;
}
.treatment i{
	padding:5px 8px 5px 0px;
	font-size: 19px;
	color: #e97195;
}
.treatment ul{
	margin-top: 7px;
	margin-left: 4px;
}

.treatment ul li{
	position: relative;
	padding-left:15px;
	padding-top: 4px;
}
.treatment ul li i{
	position: absolute;
	left: 0;

}

/*faq*/


.faq-section {
    background: #fdfdfd;
    padding:70px 0 60px 0;
}
.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #E91E63;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #e97195;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #2f2d90;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgba(233, 30, 99, 0.1);
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #ffffff;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 25px;
  height: 25px;
  padding-left: 5px;
  line-height: 20px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #2f2d90;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  background-color: #d4d4d7;
  color: #000;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}
.faq-text i{
	padding:5px 8px 5px 0px;
	font-size: 19px;
	color: #2f2d90;
	font-weight: bold;
}
.about-us-gap{
	padding-top: 20px;
}
.intrauterine img{
	  margin-right: 20px;
    border: 2px solid #e97195 !important;
    padding: 20px !important;
  }
.egg-donor-page img{
	margin-right: 20px;
	border: 2px solid #e97195 !important;
  padding: 20px !important;
}  
.section-wrapper form input{
        width: 100%;
		background:unset;
		
    }
	::-webkit-input-placeholder {
  color: #000 !important;
}
.single-input-field{
	margin-bottom: 20px;
}