.main-banner{
	width: 100%;
	height:100vh;
	padding:100px;
    display: flex;
    flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;	
	background-image: url(../img/backgrounds//banner-home.jpg);
 
}
.accreditaion-bg{
	background-image: url(../img/backgrounds/accreditation-bg.jpg);
	position:relative;
	padding-bottom:100px;
}
.accreditaion-bg:before{
	width:100%;
	height:200px;
	background-color:#fff;
	position:absolute;
	content:'';
}
.cover{
	background-position: center center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
.bg-grey{
	background-color:#F4F4F4;	
}
.bg-grey-light{
	background-color:var(--gray2-color);
}

/***************/
.heading{
	font-size:45px;
	line-height:50px;
	font-weight:600;
	
	 
}
.heading-large{
	font-size:60px;
	line-height:70px;
	font-weight:600;
}
.subtitle{
	font-size:30px;
	line-height:normal;
	font-weight:600;
}
.subtitle-small{
	font-size:20px;
	line-height:normal;
	font-weight:600;
}
.sec-title{
	font-size:18px;
	line-height:normal;
}
.section-spacing{
	padding:100px 0;
}


 .bg1{
	position:relative;
	background-repeat:no-repeat;
	background-position:center center;
     -moz-background-size:cover;
     -webkit-background-size:cover;
     -o-background-size:cover;
	background-size:cover;
	background-image: url(../../../Medixal%20-%20Template/assets/img/hero_bg_1.jpeg);
}
.text-green {
  color: var(--accent-color);
  background:var(--transparent!important);
}
.text-red {
  	color: var(--text-red) !important;
  
}
.tel-number{
 
	}
.tel-number a{
	background-color:var(--text-red);
	color:#fff;
	padding:8px 25px;
	line-height:normal;
	border-radius: 5px;
	display:inline-block;
	font-size:34px;
	vertical-align:middle;
	position:relative;
	overflow:hidden;
	}
.tel-number a:before{
	width:55px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	content:'';
	background-color:#007C3F;
	}
.tel-number a i{
	position:relative;
	top:-6px;
	left:-4px;
	margin-right:20px;
	
	}
	
.tel-number a:hover{
	background-color:var(--text-green);
}
  /*********fix buttons**************/ 
.fixbutton{
	width:50px;
	position:fixed;
	top:50%;
	right:10px;
	z-index:2;
	margin-top:-95px;
 
}
.fixbutton a{
	width:50px;
	height:50px;
	line-height:50px;
	background-color:#0B8041;
	border-radius:50%;
	position:relative;
	color:#fff;
	text-align:center;
	font-size: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 8px;
	 -webkit-transition: all 300ms -in-out;
     -moz-transition: all 300ms -in-out;
     transition: all 300ms -in-out;
}
.fixbutton a i.fa-whatsapp {
    font-size: 30px;
}
.fixbutton a:hover{
	 background-color:#C44850;
}
.whatsapp-bt{
	background-color:#00FF33 !important;
	color:#000 !important;
}
.fixbutton h5 {
    width: 100px;
    top: 7px;
	right:50px;
    background-color:#C44850;
	line-height:12px;
    border-radius: 5px;
	font-size:14px;
	padding:10px;
	position:absolute;
	color:#fff;
	z-index:-1;
	margin:0;
	-webkit-transition: .3s -in-out;
    -moz-transition: .3s -in-out;
    transition: .3s -in-out;
	opacity:0;
}
.fixbutton a:hover h5{
	 right:60px;
	 opacity:9;
}

 
/*********whatsa app*/ 

 
.float{
	position:fixed;
	width:50px;
	height:50px;
	bottom:80px;
	line-height:50px;
	right:10px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50%;
	text-align:center;
    font-size:30px;
	/*box-shadow: 2px 2px 3px #999;*/
    z-index:100;
}
.float i{
	 -webkit-transition: .3s -in-out;
    -moz-transition: .3s -in-out;
    transition: .3s -in-out;
 
}
.float:hover i{
	 -webkit-transition: .3s -in-out;
    -moz-transition: .3s -in-out;
    transition: .3s -in-out;
	transform: rotate(0.12turn);
}
.float:hover{
	color:#FFF;
	 
} 
.float h5 {
    width: 100px;
    top: 8px;
	right:50px;
    background-color:#0B8041;
	line-height:12px;
    border-radius: 5px;
	font-size:12px;
	padding:10px;
	position:absolute;
	z-index:-1;
	margin:0;
	-webkit-transition: .3s -in-out;
    -moz-transition: .3s -in-out;
    transition: .3s -in-out;
	opacity:0;
}
.float:hover h5{
	 opacity:9;
	 right:60px;
}
 .add{
	position:relative;
	padding:3px 0 0 60px;
	font-size:18px; 
	vertical-align:top;
	font-size:600;
	color:#000;
	 
}
 
 .add p {
	margin-bottom: 0;
 }
.add i{
	width:45px;
	height:45px;
	line-height:40px;
	border-radius: 50%;
	color:#fff;
	font-size:21px;
	margin:0;
	position:absolute;
	left:0;
	top:0;
	text-align:center;
	display: inline-flex;
    justify-content: center;
    align-items: center;
}

.add i.fa-whatsapp {
    font-size: 28px;
}

.add span{
	font-size:14px;
	font-size:400;
}
 
.iccolor{
	background-color:#0B8041 !important;
}

.pos-relative{
	position:relative;
	display: flex;
    flex-wrap: wrap; 
	justify-content: space-between;
	width:92%;
	margin:0 auto;
	 
}
.form-wrap{
	width:400px;
	padding:30px;
	box-shadow: 0px 4px 10px 4px rgba(123, 123, 123, 0.1);
	border-radius: 12px;
	background-color:#fff;
	align-self: end;
	margin-top:20px;
	 
}
 

.buntton-row{
	padding:20px 0 0 0;
	 
}
.certificates{ 
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	column-gap: 25px;
	margin-top:50px;
	align-items: center;
	}
.certificates img{
	height:50px; 
}
.img-round{
 	border-radius: 10px;
	overflow:hidden;
	width:100%;
 
 }
 
 .t-center{
 	text-align:center !important
 }
 
 .text-white{
 	color:#fff !important;
 }
 .ph{
	color:#fff !important;
	font-size:20px;

}
/*******funfacts***********/


 
.funfacts{
	width:100%;
	/*background-color:#F4F4F4;*/
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	/*border-radius: 10px; */
	display: flex;
    flex-wrap: wrap; 
	justify-content: center;
	position:relative;
	 
}
.funfacts:before, .funfacts:after{
	width:100%;
	height:1px;
	background-color:#ccc;
	content:'';
	position:absolute;
	left:0;
	top:4px;
} 
 .funfacts:after{
 	top:auto;
	bottom:4px;
 }

.funfacts ul{ 
	width:100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin:0;
	padding:35px 0;
	position:relative;
	list-style:none;
	margin:0;
 
	/*justify-content: space-between;*/
  
}

.funfacts ul li{
	width:33.33333333333333%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	justify-content: center;
	margin:0;
	gap:0 10px;
	padding:0;
	border-right:1px solid #ccc;
	
 
}
 .funfacts ul li:last-child{
 	border-right:0;
	}	
    
 
.funfacts ul li h2{
	font-size:40px;
	line-height:40px;
	margin:0;
	color:#C44850;
 
 
}
 
.funfacts ul li  p{
	margin:0;
	line-height:normal;
	font-size:12px;
	text-transform:uppercase;
	 
}
.caps{
	text-transform:uppercase !important;
 
}
.boxy{
	padding:50px;
	background-color:#fff;
	border-radius: 12px;
}

.slogan-area{ 
	background-color:#fff;
	-webkit-box-shadow: 2px 2px 50px 0px rgba(0, 0, 27, 0.1);
	border-radius: 12px;
	text-align:center;
	padding:50px;
	width:85%;
	margin-bottom:100px;
	position:relative;
	z-index:2;
}
.img-style{
	border-radius: 12px;
	width:100%;
	display:block;
}
.fa-phone{
	font-size:18px;
}

.testi-wrap{
	 border-radius: 12px;
	 padding:30px 50px;
	 margin-bottom:20px;
	 background-color:#F4F4F4 !important;
}


/******************************/
.what-makes-dubai-section {
    background:url(../images/couple-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
.box-style-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 2%;
    justify-content: center;
    margin-top: 50px;
}
.box-style:after {
    width: 4px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background-color: var(--accent-color)
}
.box-style {
    flex: 0 0 32%;
    background-color: #ffffff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px 30px;
    position: relative;
}
.box-style h3 {
    font-size: 23px;
}


.service-section {
	background-color: #f1fff7;
}
.service-box {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	
}
.serv-cnt {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 25px;
	width: 100%;
	z-index: 1
}
.serv-cnt h3 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 0px;
	font-weight: 600
}
.serv-cnt p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 20px !important;
    font-weight: 300;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition-behavior: allow-discrete; /* Enables transition for discrete properties like display */
  display: none;
}
.service-box:hover p {
  opacity: 1;
  transform: translateY(0);
  display: block;
}
.service-box:hover .serv-cnt h3 {
	margin-bottom: 10px;
}
.service-box:after {
	z-index: 0;
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 300px;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0, #000 100%)
}
.service-box:hover img {
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1)
}
.service-box img {
	max-width: 100%;
	display: block;
	transition: all ease-in-out 0.3s;
}
.service-section .cs_slider_arrows.cs_style_1 {
    margin-top: 25px;
}


/******************************/

 .list {
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
	width:100%;
}
 .list ul {
	margin: 0;
	padding: 0;
	list-style:none;
	 
}
 .list ul li {
	width:100%;
	display:block;
	font-size:24px;
	list-style: none;
	padding: 20px 0 20px 40px;
	line-height: normal;
	position: relative;
	border-bottom:1px solid var(--gray-color);
}
 .list ul li:last-child{
 	border-bottom:0;
 }
 .list ul li:after{
	width:10px;
	height:10px;
	position:absolute;
	left:0;
	bottom:-5px;
	background-color: var(--gray-color);
	content:'';
	border-radius: 50%;
}

 .list ul li:last-child:after {
	 display:none;
 }
 .list ul li:before {
	width:22px;
	height:15px;
	position: absolute;
	top: 25px;
	left: 0;
	content:'';
	background-image: url(../img/tick.svg);
	background-repeat: no-repeat;
	background-position: left top;	
	background-size: 22px; 
}
 .list ul li p:last-child{
	margin:0;
}
 .list ul li h3{
	margin:0 0 10px 0;
	line-height:normal;
	font-size:22px;
	font-weight:var(--font-bold);
}

@media (max-width:1600px) {
	/* .add {
		padding: 5px 0 0 60px;
	}
	.add i {
		width: 50px;
		height: 50px;
		font-size: 22px;
	}
	.add i.fa-whatsapp {
		font-size: 30px;
	}
	.cs_site_header.cs_style_1 .cs_btn.cs_style_1 {
        padding: 16px 25px;
        font-size: 16px;
    } */

}
@media (max-width:1300px) { 
	.add {
		padding: 3px 0 0 55px;
		font-size: 15px;
	}
	.cs_site_header.cs_style_1 .cs_main_header_right {
		gap: 15px;
	}
}




@media (max-width:1180px) {
 
.cs_sticky_header, .cs_gescout_sticky {
  webkit-box-shadow: 2px 2px 50px 0px rgba(0, 0, 27, 0.5) !important;
  border-bottom:1px solid #ccc;
  background-color:#fff;
 
  
 
}
   .cs_site_header.cs_style_1 .cs_main_header_in {
    height: auto;
	background-color:#fff;
  }
.orchid-logo {
	width:110px !important;
	margin-top:10px;
}

 
  .cs_main_header_right{
	width: 100%;
    display: flex;
    flex-wrap: wrap; 
	justify-content: space-between;
	padding:10px 0 !important;
	margin:0 !important;
	background-color:#fff;
	 border-top:1px solid #ccc;
 
}
.cs_menu_toggle {
        
        top: 25px !important;
        right: 20px  !important;
 
    }

 .add{
	padding:0 0 0 40px;
	font-size:12px;
}
 
.add i{
	width:30px;
	height:30px;
	line-height:30px;
	font-size:12px;
 
 
	
}

.add span{
	font-size:10px;
}
.add i.fa-whatsapp {
    font-size: 18px;
}
 
/**********************/
 

.funfacts ul{ 
  width:100%;
  display:flex;
  padding:0;
  flex-direction:column;
  border:1px solid #ccc;
}
.funfacts ul li{
	width:100%;
	align-items: flex-start;
	justify-content:flex-start;	 
	padding:10px 20px;
	border-bottom:1px solid #ccc;
	border-right:0;
	text-align:left;
}
.funfacts:before, .funfacts:after{
	display:none;
}
  .funfacts ul li:last-child{
  border-right:0;
  border-bottom:0 !important;}  
 
.funfacts ul li h2{
	font-size:30px;
	line-height:30px;
}
 
}
@media (max-width: 768px) {
  
.main-banner{
	padding:20px;
	height:350px;
	margin-top:50px;
}
.section-spacing{
	padding:50px 0;
}
.heading, .heading-large{
	font-size:24px;
	line-height:30px;
}
 .subtitle-small, .sec-title{
	font-size:16px;
	line-height:normal;
	 
}
 
 .boxy{
	padding:25px;
 
}
.fixbutton{
	/*display:none !important;*/
}
 
.tel-number a{
	 
	padding:8px 25px;
	  font-size: 18px;
	}
 
.tel-number a i{
	top:-1px;
	left:-7px;
	font-size:14px;
}
.tel-number a:before{
	width:45px;
	 
	}
.testi-wrap{
	 padding:20px;
	 margin:20px 0;
 
}
.slogan-area{
	padding:20px;
	width:100%;
	margin-bottom:20px;
}
.certificates{ 
	column-gap: 15px; 
	}
.certificates img{
	height:40px; 
}
.accreditaion-bg{
	padding:50px 0;
}
.accreditaion-bg:before{
	display:none !important;
}
.cs_full_screen_right {
  width:100%;
}

.box-style {
    flex: 0 0 48%;
    padding: 20px;
}
.fixbutton a {
    width: 45px;
    height: 45px;
    font-size: 20px;
}
.fixbutton a i.fa-whatsapp {
    font-size: 27px;
}

  }

@media (max-width: 768px) {
	.box-style {
    flex: 0 0 100%;
    padding: 20px;
}
 }
