﻿@charset "utf-8";
/*
Theme Name: themarkmedical.com
Theme URI: http://www.themarkmedical.com
Author:  Designed by ahmed hasan | mobile-whatsapp: 00201004224742
Version: 6.1.1
License: www.themarkmedical.com
License URI: http://www.themarkmedical.com
Tags: themarkmedical.com , themarkmedical
*/
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Poppins: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,700;1,800;1,900&display=swap');
html{
	direction:ltr;
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
}

body{
    background-color: #fff;
	margin: 0;
  font-family: "Poppins", sans-serif;
	letter-spacing: 0.5px;
}     
*{margin:0;
  padding:0;
  }
img{border:none;}
ul{list-style: none outside none; }
a{text-decoration:none; color:#494949; }
a:hover{text-decoration:none; color:#3b3b3b;}
.right{float:right;}
.left{float:left;}
.clear{clear: both;}
.container{
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
 }
@media only screen and (max-width:1170px) {
	.container{
		padding-left: 10px;
		padding-right: 10px;
	 }
}
.header_bg{
	background-color: #fff;
	height: 100px;
	width: 100%;	
}
.header_cont{
	max-width: 1170px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width:1170px) {
	.header_cont{
		padding-left: 15px;
		padding-right: 15px;
	 }
}

.polylang-flags{
	display: flex;
}

.polylang-flags li a {
	color: #000;
	text-shadow: 0 1px 0 #ddd;
	font-family: tahoma;
	font-size: 13px;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}
.polylang-flags li a img {margin-left: 5px;}
.bg_menu{
	background-color: #1e6a85;
	overflow: hidden;
	min-height: 50px;
}
.menu_cont{
	max-width: 1170px;
	margin: auto;
	padding-top: 5px;
}

ul#menu-header_menu_en {
  list-style: none outside none;
}
@media only screen and (max-width:1000px) {
	ul#menu-header_menu_en{display: none;}
	.menu_cont{display: none;}
}
ul#menu-header_menu_en li {
  float: left;
  height: 39px;
  line-height: 40px;
  text-align: center;
  transition: 0.3s;
	overflow: hidden;
}
ul#menu-header_menu_en li a {
	color: #075d6b;
 	font-size: 18px;
	font-weight: normal;
	padding: 0 20px;
	overflow: hidden;
	transition: 0.3s;
}
ul#menu-header_menu_en li a:hover{ color: #000; transition: 0.3s;}

ul.menu li.highlight {
  background: #e9f5ff;
}
#menu-header_menu_en li ul {
  display: none;
}
#menu-header_menu_en li:hover ul {
  width: 310px;
  display: block;
  position: absolute;
  overflow: hidden;
  background-color: #fff;
  -webkit-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
  border-bottom: 1px solid #a4a4a4;
  padding-bottom: 10px;
  padding-top: 15px;
  z-index: 99999;
}
#menu-header_menu_en li ul li {
  display: block;
  border: none;
  height: 35px;
  width: 300px;
  padding-bottom: 5px;
  margin: 2px 0px 2px 5px;
  text-align: left;
}
#menu-header_menu_en li ul li:hover {
  display: block;
  border: none;
  height: 35px;
  padding-bottom: 5px;
 }
#menu-header_menu_en li ul li a{ 
	color: #2c2c2c;
	text-shadow: 0 1px 0 #dfdfdf;
	padding: 0 10px;
}
.logo img{
	width: 100%;
}

.all_float{display: none;}
@media screen and (max-width: 1000px) {
	.logo{text-align: center;}
	.all_float{
		float: left;
		cursor:pointer;
		color: #383838;
		margin-left: 13px;
		margin-top: 6px;
		display: block;
	}
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #fff;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.36) inset;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.36) inset;
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.36) inset;
	overflow-x: hidden;
	transition: 0.1s;
	padding-top: 60px;
	z-index: 999;
}

.sidenav a {
	padding: 10px 20px;
	text-decoration: none;
	font-size: 18px;
	color: #000;
	display: block;
	transition: 0.3s;
}
.sidenav ul li ul li {
  padding-left: 40px;
}
.sidenav ul li ul li a {
  background: transparent url('images/arrow_mob_ar.png') no-repeat scroll left;
  padding-left: 20px;
  font-weight: normal;
  font-size: 16px;
}
.sidenav a:hover {
  color: #000;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}
.videocontainer {
    display: table;
    height: 100%;
    position: absolute;
    overflow: hidden;
    width: 100%;
	z-index: 2
}
.videohelper {
 display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  height: 100%;
  position: inherit;
  left: 0;
  right: 0;
}
.inline-video{
	position: relative;
}
.inline-video video {object-fit: cover;}
.video_text{
max-width: 1170px;
  left: auto;
  right: auto;
  margin: auto;
  text-align: center;
  position: relative;
}
.video_text h1{
	font-size: 42px;
	color: #fff;
	text-shadow: 0 1px 0 #0f0c08;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.video_text p{
	font-size: 22px;
	color: #fff;
	text-shadow: 0 1px 0 #0f0c08;
	font-weight: bold;
	letter-spacing: 1px;
	padding-bottom: 20px;
	max-width:700px;
	margin: auto;
	line-height: 35px;
}
.video_text a{
	background-color: #fff;
	font-size: 16px;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	font-weight: bold;
	letter-spacing: 1px;
	padding:15px;
	display: inline-block;
	border-radius: 10px;
	transition: all .4s ease;
	margin: 5px;
}
.video_text a:hover{
	background-color: #1e6a85;
	color: #fff;
	text-shadow: 0 1px 0 #000;
	transition: all .4s ease;
}
@media only screen and (max-width:768px) {
	.video_text h1{font-size: 16px;margin-bottom: 10px;}
	.video_text p{font-size: 12px;font-weight: normal;max-width:300px;line-height: 25px;}
	.video_text a{font-size: 12px;padding: 12px;}
}
.amir_kalm{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 4px solid #F4F4F4;
	border-radius:20px;
	margin-top: 40px;
	padding: 20px;
	overflow: hidden;
}
.amir_img {
  max-width: 290px;
  float: left;
  padding-right: 15px;
}
@media only screen and (max-width:768px) {
	.amir_kalm{
		display: block;
	}
	.amir_img {
		max-width: none;
		float: none;
		padding-right: 0;
		width: 100%;
	}
}

.amir_kalm h1 {
	font-size:20px;
	font-weight: bold;
	color: #000;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
@media only screen and (max-width:768px) {
	.amir_kalm h1 {
	  margin-top: 10px;
	}
}
.amir_kalm h1 img{
	width: 40px;
	margin-right: 10px;
	height: 40px;
	border: 1px solid #3c9dd2;
  border-radius: 50%;
}

.amir_kalm p {
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  line-height: 40px;
  color: #515151;
}

.home_story{
	overflow: hidden;
	margin: 50px 0px;
}
.home_story{
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 82%, rgba(240,230,208,1) 100%);
	overflow: hidden;
	margin: 0px;
}
.home_story p{
	font-size: 18px;
	font-weight: normal;
	text-align: justify;
	line-height: 45px;
	color: #385046;
	text-shadow: 0 1px 0 #d0d0d0;
	margin: 25px 15px 15px 15px;
}
.why_us{
	background-color: #f6f6f6;
	overflow: hidden;
	margin-top: 40px;
}
.why_us h1{
	background: transparent url("images/whyus_en.png") no-repeat;
	width: 250px;
	height: 60px;
	font-size: 26px;
	padding-top: 25px;
	text-indent: 25px;
	color: #4f645c;
	text-shadow: 0 1px 0 #d0d0d0;

}
.why_us p{
	font-size: 18px;
	font-weight: normal;
	text-align: justify;
	line-height: 45px;
	color: #385046;
	text-shadow: 0 1px 0 #d0d0d0;
	margin: 0px 15px 15px 15px;
}
.plans_items_bg{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(50%, 1fr) );
}
@media only screen and (max-width:650px) {
	.plans_items_bg{
 		grid-template-columns: repeat(auto-fill, minmax(100%, 1fr) );
	}
}

.plans_items {
	text-align: center;
	margin: 30px 5px;
	padding: 20px;
	background-color: #f2f2f2;
	border-radius: 20px;
	color: #385046;
	line-height: 35px;
}
.marg_item{margin:30px 10px }
@media screen and (max-width: 600px) {
	.marg_item{margin: 0px; }
	.plans_items{padding: 10px 0px;}
}
.plans_items img {
	width: 64px;
}
.plans_items h1 {
	font-size: 22px;
	font-weight: bold;
	color: #000;
	margin-top: 25px;
}
.plans_items p {
	font-size: 16px;
	font-weight: normal;
	color: #515151;
	margin: 5px 25px;
	line-height: 35px;
	text-align: left;
}
.whatdo{
 	background-image: url(images/whatdobg.jpg);
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	height: 60vh;
	display: flex;
	align-content: center;
	align-items: center;
	margin: 50px 0;
	position: relative;
}
.whatdo_cont{
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.whatdo_cont h1 {
  font-size: 42px;
  color: #fff;
  text-shadow: 1px 1px 0 #000;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.whatdo_cont p {
	font-size: 22px;
	color: #fff;
	text-shadow: 1px 1px 0 #000;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	padding-bottom: 20px;
	max-width: 700px;
	margin: auto;
	line-height: 40px;
}
.whatdo_cont a {
	background-color: #fff;
	font-size: 16px;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 15px;
	display: inline-block;
	border-radius: 10px;
	transition: all .4s ease;
}
.whatdo_cont a:hover{
	background-color: #1e6a85;
	color: #fff;
	text-shadow: 0 1px 0 #000;
	transition: all .4s ease;
}

@media only screen and (max-width:768px) {
	.whatdo_cont{
		padding:0 15px;
	}
	.whatdo_cont h1 {
		font-size: 24px;
	}
	.whatdo_cont p {
		font-size: 16px;
 	}
	.whatdo_cont a{font-size: 14px;}
	
}

.home_catog {
 }
.home_catog ul{
	display: grid;
    gap:40px;
    grid-template-columns: repeat(auto-fill, minmax(48%, 1fr) ) ;
	list-style-type: none;
}
@media only screen and (max-width:768px) {
	.home_catog ul{
		grid-template-columns: repeat(auto-fill, minmax(100%, 1fr) ) ;
	}

}
.home_catog ul li {
	border-radius: 20px;
  padding: 15px;
  background-color: #f7f7f7;
}
.home_catog ul li img {
	width: 100%;
	height: 340px;
	border-radius: 20px;
	object-fit: cover; 
}
.details_text {
	background-color: #fff;
 	border-radius: 20px;
	overflow: hidden;
	text-align: center;
	padding: 20px 0;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: -70px;
	position: relative;
 }
.home_catog ul li div h1{
color: #000;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  margin: 0 5px;
  padding: 5px
}
.home_catog ul li div h2{
	color: #000;
	font-size: 22px;
	font-weight: bold;
	margin: 0 5px;
	padding: 5px
}
.home_catog ul li div p{
	color: #626262;
	font-size: 16px;
	font-weight: normal;
	margin: 5px;
	padding: 5px;
	text-align: left;
}
@media only screen and (max-width:350px) {
	.home_catog ul li div p{
		font-size: 14px;
	}
}
.home_catog ul li div a{
	background: transparent url('images/arrow_l.png') no-repeat scroll left;
	padding-left: 25px;
	color: #076676;
	font-size: 14px;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	background-size: 20px;
}
.cont_img {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	height: 350px;
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #34366DBA;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.cont_img:hover .overlay {
  height: 100%;
}

.our_serv{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(235px, 1fr) );
}
.serv_items {
	margin: 5px;
	position: relative;
}
.serv_items div {
	height: 150px;
	overflow: hidden;
}
@media screen and (max-width: 500px) {
	.serv_items div {
		height: 190px;
	}
}

.serv_items img {
	width: 100%;
}
.serv_items h1 {
	background-color: #afa281;
	width: 100%;
	height: 150px;
	color: #fff;
	text-shadow: 0 1px 0 #a4907b;
	font-size: 16px;
	display: flex;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
}
@media screen and (max-width: 500px) {
	.serv_items h1 {
		height: 190px;
	}
}

.first-word {
	font-size: 28px;
	display: block;
}
.serv_icon{
  width: 85px !important;
  height: 85px;
  position: absolute;
  top: 109px;
  right: 10px;
}
@media screen and (max-width: 500px) {
	.serv_icon {
		top: 149px;
	}
}

.ourworks{
	background-position: center !important;
	width: 100%;
	height:380px;
}
.ourworks img {
	margin-top: 20px;
	margin-left: 30px;
	width: auto !important;
}
.ourworks div{
	margin-left: 200px;
	text-align: center;
	width: 220px;
}
@media screen and (max-width: 1000px) {
	.ourworks div{
		margin-left: 0px;
		text-align: center;
		width: 220px;
		margin: auto;
	}
	
}
.ourworks h1{
	font-size: 35px;
	color: #afa281;
	text-shadow: 0 1px 0 #a4815d;
	margin-bottom: 7px;
	background: rgba(0, 0, 0, 0.4);
	margin: 2px;
}
.ourworks h2{
	font-size: 20px;
	color: #4f6359;
	text-shadow: 0 1px 0 #628a76;
	background: rgba(0, 0, 0, 0.4);
	margin: 2px;
}
.ourworks p{
	font-size: 24px;
	text-shadow: 0 1px 0 #bdad82;
	color: #afa281;
	margin-bottom: 10px;
	background: rgba(0, 0, 0, 0.4);
	margin: 2px;
}
.ourworks a{
	background-color: #4f6359;
	color: #fff;
	padding: 3px 20px;
	border-radius: 25px;
	font-size: 14px;
}
.charts{
	background: transparent url("images/charts_bg_en.png") no-repeat center;
	width: 100%;
	height:580px;	
}
.charts div {
	margin-top: 100px;
	margin-left: 150px;
}
@media screen and (max-width: 700px) {
	.charts div {
		margin-top: 100px;
		margin-left: 0px;
		text-align: center;
	}
}
.charts h1{
	background: transparent url("images/whyus_en.png") no-repeat;
	width: 250px;
	height: 60px;
	font-size: 25px;
	padding-top: 25px;
	text-indent: 30px;
	color: #4f645c;
	text-shadow: 0 1px 0 #d0d0d0;
}
.charts h2{
	font-size: 38px;
	color: #afa281;
}
@media screen and (max-width: 500px) {
	.charts h2{
		font-size: 22px;
	}
}

.charts p{
	font-size: 34px;
	color: #4f6359;
}
@media screen and (max-width: 500px) {
	.charts p{
		font-size: 22px;
	}

}
.logohat{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 20px;
}
.logohat img{
	border: 1px solid #ccc;
	margin: 5px;
}
.footer{
	margin-top: 50px;
	background-color:#f0f0f0;
	overflow:hidden;
	width:100%;
}
.footer_top svg{
	max-width: 100%;
	height: 100px;
	display: block;
	width: calc(100% + 1.3px);
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
@media only screen and (max-width:767px) {
	.footer_top svg{height: 60px;}
}
.footer-fill {
  fill: #FFF;
}
.footer_size{
	max-width:1170px;
	margin:auto;
	overflow:hidden;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr) );
	padding: 50px 0;
}
.footer_item{
	margin: 10px 20px 5px 20px;
	text-align: center;
}
.footer_item h1 {
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	color: #000;
	line-height: 50px;
	margin: auto;
	border-bottom: 1px solid #000;
}
.socialbutton{
	max-height: 37px;
 	margin: auto;
	padding-left: 14px;
}
.socialbutton ul li{ float:left;margin-left:15px;}
.socialbutton ul li:first-child{margin-left:0;}
.socialbutton ul li img { 
	width:29px; 
	height:29px;
	-webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}
.socialbutton ul li img:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
} 		 
.all_rime{ margin-top:0px; padding:10px; overflow:hidden;}
.day_fo{
	text-align: justify;
	font-size: 14px;
	color: #000;
	padding:5px 0px;
	display: flex;
  align-items: center;
}
.day_fo img{width: 32px; float: left; margin-right: 10px;}
.menu-footer_en-container ul li {
	background: transparent url('images/arrow_b_en.png') no-repeat scroll left;
	padding-left: 20px;
	margin-top:3px;
	color:#000; 
    font-size: 13px;
	font-weight:normal;   
	line-height:45px;
	transition: 0.5s;
	text-align: left;
}
.menu-footer_en-container ul li a{color: #000;}
.styleofpage{
	padding: 15px;
}
 .h1title-pages{
	border-bottom: 1px solid #000;
	line-height: 55px;
	font-size: 18px;
	font-weight: bold;
	 padding-top: 10px;
}
.content-pages {
	min-height: 600px;
}
.content-pages p{
	line-height: 45px;
}
.lity-container{
	text-align: left!important;
}
.lity-content{
	background-color: #fff;
	padding: 20px 60px;
	overflow: hidden;
	border-radius: 30px;
}
@media screen and (max-width: 500px) {
	.lity-content{
		padding: 15px 0px;
	}

}
.lity-content h1{
	text-align: center !important;
	font-size: 22px;
}
.wpcf7{
	direction: ltr !important;
}
.wpcf7-form-control {
background: #EFEFEF;
  border: 1px solid #EFEFEF;
  text-align: left;
  font-size: 16px;
  color: #151618;
  width: 100%;
  height: 50px;
  text-indent: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.wpcf7-textarea {
  height: 150px;
}
.lity-content input:focus{
	outline: none;
}
.lity-content textarea:focus{
	outline: none;
}

.wpcf7-quiz {
  width: 72px !important;
}
.wpcf7-file{
	margin-bottom: 20px;
}
.wpcf7-submit {
	background: #4f6359;
	border: 0 !important;
	border-radius: 10px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	float: left;
	width: 90px;
	text-indent: 0;
} 
.interest_bg{position: fixed; z-index: 999; transform: translateY(-50%); top: 50%;  right: 0}
.interest{
	display: block;
	position: absolute;
	transform: rotate(90deg);
	white-space: nowrap;
	color: #fff;
	right: 0;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 20px;
	outline: none !important;
	border-radius: 0px 0 6px 6px;
	background: #4f6359;
	transform-origin: top right;
}
.interest:hover{
	color: #fff;
}
@media screen and (max-width: 1000px) {
	.interest_bg{
		position: fixed;
		z-index: 999;
		transform: translateY(-50%);
		top: auto;
		width: 100%;
		left: auto;
		right: auto;
		bottom: 46px;	}
	.interest{
		transform: none;
		border-radius: 6px 6px 0px 0px;
		text-align: center;
		left: 10px !important;
		right: 10px !important;	}
}
.joinchat__button{
	bottom: 59px !important;
}
.page_slid_bg{
	background-image: url("images/whatdobg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.page_slid_cover{
	background-color: rgba(159, 23, 33, 0.4);
	
	height: 100%;
	width: 100%;
}
.page_title{
	color: #fff;
	text-shadow: 0 1px 0 #0f0c08;
	text-align: center;
	padding: 150px 0;
}
@media only screen and (max-width:768px) {
	.page_title{padding: 40px 0;}
}
.page_title h1{
	color: #fff;
	text-shadow: 0 1px 0 #0f0c08;
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	padding: 10px 0;
	letter-spacing: 2px;
}
.page_title h2{
	color: #fff;
	text-shadow: 0 1px 0 #0f0c08;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0;
	letter-spacing: 1px;
}

.page_title a{
	color: #fff;
	text-shadow: 0 1px 0 #0f0c08;
}
.page_flex{
	display: flex;
	margin-top: 100px;
}
@media only screen and (max-width:1000px) {
	.page_flex{
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
}
.small_con{
	width: 30%;
	min-height: 50px;
}
.big_con{
	width: 70%;
	min-height: 50px;
}
@media only screen and (max-width:1000px) {
	.small_con{width: 100%;}
	.big_con{width: 100%;}
}
#menu-page_link_en li {
	background-color: #F2F2F2;
	border-radius: 20px;
	color: #000;
	display: block;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
	transition: 0.3s;
}
#menu-page_link_en li:hover{
	border-left: 5px solid #761A1F;
	transition: 0.3s;
	border-right: 5px solid #761A1F
}

#menu-page_link_en li a{
	z-index: 2;
	position: relative;
	padding: 20px 20px 20px 30px;
	display: block;
	color: #000;
	font-size: 18px;
}
#menu-page_link_en li a:hover{
	color: #761A1F;
}
.text_page_cont{
	padding: 0 20px;
}
.min_tit{
	font-size: 28px;
	font-weight: bold;
	color: #000;
}
.min_tit h1{
	font-size: 16px;
	font-weight: normal;
	color: #5a5a5a;
	line-height: 35px;
	padding-top: 10px;	
	text-align: justify;
}
.slid_page{
	height: 200px;
	background-position: bottom;
	background-size: cover;
	margin-bottom: 30px;
}
.item_flex{
	display: flex;
	margin-bottom: 30px;
}
@media only screen and (max-width:768px) {
	.item_flex{
		flex-wrap: wrap;
	}
}
.feat_flex{
	display: inline-block;
}
@media only screen and (max-width:600px) {
	.feat_flex{}
}
.feat_cont ul {
	list-style: disclosure-closed;
	padding-left: 30px;
}
.feat_cont li{
	font-size: 16px;
	font-weight: normal;
	color: #5a5a5a;
	margin: 5px 0;
	line-height: 30px;
	text-align: justify;
}
.feat_cont h1{
	font-size: 20px;
	font-weight: bold;
	color: #ff8c4d;	
	color: #000;
	margin-bottom: 20px;
}
.feat_img{
	border: 1px solid #ccc;
	padding: 5px;
	width: 250px;
	height: 250px;
	margin-right: 20px;
}
@media only screen and (max-width:768px) {
	.feat_img{
		width: 100%;
		height: 100%;
		margin-right: 0px;
		margin-bottom: 10px;
	}
}
.title_flex{
	display: flex;
	justify-content: space-between;
	font-weight: normal;
}
.title_flex div {
	padding: 10px;
	width: 50%;
	letter-spacing: 1px;
}

.videos_bg{
	background-color: #1e6a85;
	padding: 40px 0 20px;
	margin: 30px 0;
}
.owl-prev {
  position: absolute;
  top: 35%;
  left: -20px;
}
@media only screen and (max-width:1170px) {
	.owl-prev {
	  left: 0px;
	}
}
.owl-next {
  position: absolute;
  top: 35%;
  right: -20px;
}
@media only screen and (max-width:1170px) {
	.owl-next {
	  right: 0px;
	}
}

.owl-prev span , .owl-next  span{
	font-size: 28px;
	padding: 0px 15px;
	color: #196686;
	height: 40px;
	display: inline-block;
	background-color: #e9f8ff;
}
.catbox{
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr) );
	list-style-type: none;
}
@media only screen and (max-width:500px) {
	.catbox{
		grid-template-columns: repeat(auto-fill, minmax(150px, 1fr) );
	}

}
.catbox img{
	width: 100%;
	max-height: 160px;
	border: 1px solid #dbdbdb;
	padding: 5px;
	box-sizing: border-box;
	height: 100%;
}
@media only screen and (max-width:550px) {
	.catbox img{
		max-height: 130px;
	}
}
.catbox figure{padding:0 !important;margin:0 !important;}
.owl-carousel2 .owl-item img {
  max-height: 100px;
  max-width: 100px;
}
.dis_l{
	display: flex;
	align-items: center;
	height: 100px;
}
 .h1title-home h1{
	border-bottom: 1px solid #b5b5b5;
	line-height: 55px;
	font-size: 28px;
	font-weight: bold;
	 padding-top: 10px;
	 margin-bottom: 20px;
	 margin-bottom: 30px;
	 display: flex;
	align-items: center;
	 margin-top: 50px;
	 justify-content: center;
}
.h1title-home img{
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.contact_head{
	display: flex;
	justify-content: space-between;
}
@media only screen and (max-width:800px) {
	.contact_head{display: none;}
}
.contact_item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 20px;
}
@media only screen and (max-width:1000px) {
	.contact_item{margin: 0 5px;}
}
.contact_item p{margin-left:10px;}
.hover01{
	overflow: hidden;
}
.hover01 img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.newborn_cover {
	background-color: #09364d;
	opacity: 0.7;
 	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;	
}
.whats_fo{
background: #153444;
  width: auto;
  height: 47px;
  right: 20px;
  bottom: 15px;
  border: 0px solid #fff;
  position: fixed;
  z-index: 9999;
  color: #fff !important;
  border-radius: 30px;
  display: none;
  align-content: center;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 10px;
}
.whats_fo img{
	width: 34px;
}
