body {
	margin: 0;
	padding: 0;
	font-family: 'Ubuntu', sans-serif !important;
	overflow-x: hidden;
}
::-moz-selection {
 color: #fff;
 background: #00b8ff;
}
::selection {
	color: #fff;
	background: #00b8ff;
}
::-webkit-scrollbar-track {
 background-color: #5f5f5f;
}
::-webkit-scrollbar {
 width: 8px;
 background-color: #ffffff;
}
::-webkit-scrollbar-thumb {
 background-color: #0089bd;
}
a {
	text-decoration: none !important;
}
.pdd {
	padding: 0!important;
}
.modal-backdrop {
	z-index: 9999 !important;
}
.home {
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 999;
}


/* ===================================inner page banner===========================*/

/*========================== Inner page desgins ====================================*/
.innerpage {
  margin: 0;
  padding: 30px 0;
  background: #fff;
}
.innerpage .tittle2 {
  text-align: left;
}
.innerpage .hr1 {
  margin: 0 0 10px 0;
  width: 40px;
  border: none;
  height: 3px;
  background: #1a5bbd;
}
.innerpage .hr1:after {
  display: none;
}
.innerpage p {
  font-size: 14px;
  line-height: 30px;
  text-align: justify;
  margin: 0;
  padding: 5px 0;
  color: #333;
  font-weight: 400;
  letter-spacing: 0.4px;
}
.inner-right {
  padding: 0 0 15px 0;
  margin: 0;
  background: #fff;
  border: 1px solid #f3f3f3;
  -webkit-box-shadow: -3px 3px 26px 0px rgba(0,0,0,0.05);
  -moz-box-shadow: -3px 3px 26px 0px rgba(0,0,0,0.05);
  box-shadow: -3px 3px 26px 0px rgba(0,0,0,0.05);
}
.inner-right h3 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  background: #2eb0cb;
  margin: 0 0 10px 0;
  padding: 10px 0;
}
.inner-right h3 .fa {
  margin: 0 5px 0 0;
}
.inner-right form {
  margin: 0;
  padding: 0;
}
.inner-right form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #333;
}
 .inner-right form ::-moz-placeholder { /* Firefox 19+ */
 color: #333;
}
.inner-right form :-ms-input-placeholder { /* IE 10+ */
 color: #333;
}
.inner-right form :-moz-placeholder { /* Firefox 18- */
 color: #333;
}
.inner-right .t1 {
  width: 100%;
  height: 40px;
  margin: 5px 0;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 40px;
  font-weight: 400;
  text-align: left;
  color: #333;
  outline: none;
  border: none;
  letter-spacing: .4px;
  background: #f0f0f0;
}
.inner-right .t2 option {
  background: #ffff;
}
.inner-right .t2 {
  width: 100%;
  height: 40px;
  margin: 5px 0;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 40px;
  font-weight: 400;
  text-align: left;
  color: #333;
  outline: none;
  box-shadow: none;
  border: none;
  background: #f0f0f0;
}
.inner-right .t3 {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 90px;
  min-height: 90px;
  margin: 5px 0;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  color: #333;
  box-shadow: none;
  outline: none;
  border: none;
  letter-spacing: .4px;
  background: #f0f0f0;
}
.inner-right .t4 {
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin: 10px 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;

  text-transform: uppercase;
  background: #2eb0cb;
  color: #fff;
  border: none;
}
.inner-right-test h3 {
  text-align: center;
  background-color: #2eb0cb;
  padding: 8px 0;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
}
.inner-right-test a .fas {
  padding: 136px 0 0 0;
}
.top-banner {
	padding: 0 30px !important;
	position: relative;
}
.head-top {
	padding: 12px 0 5px 0 !important;
}

.head-top .col-md-2{
	margin: 15px 0 0;
}

.head-text {
}
.head-text p {
	font-size: 13px;
	text-align: center;
	font-weight: 400;
	line-height: 25px;
	margin: 0;
	font-style: italic;
	letter-spacing: .4px;
	padding: 4px 0 0 0;
	color: #4e4e4e;
}
.lang {
	margin: 0 3px 0;
	padding: 0;
}
.lang select {
	width: 100%;
	height: 35px;
	margin: 0;
	font-size: 12px;
	padding: 0 5px;
	color: #fff;
	background: none;
	outline: none;
	line-height: 25px;
	border-radius: 25px;
	border: 1px solid #fff;
}
.social {
	float: left;
}
.social ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.social li {
	list-style: none;
	width: 35px;
	height: 35px;
	margin: 0 3px 10px 0;
	line-height: 35px;
	padding: 0;
	display: inline-block;
	background: #73b32e;
	text-align: center;
	border-radius: 100%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.social li svg {
	padding: 0;
	line-height: 35px;
	margin: 0 auto;
	text-align: center;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.social li svg path {
	fill: #fff;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.social li:nth-child(1) {
	background: #365db0;
}
.social li:nth-child(2) {
	background: #fd8c00;
}
.social li:nth-child(3) {
	background: #ff001b;
}
.social li:nth-child(4) {
	background: #de4b39;
}
.social li:nth-child(5) {
	background: #007bb6;
}
.social li:nth-child(6) {
	background: #55acef;
}
.social li:hover {
	background: #00b8ff;
}
.search {
	margin: 15px 0 0 0;
	padding: 0;
	float: left;
}
.search form {
	padding: 0;
	margin: 0;
}
.search input.search-text {
	color: #000;
	position: absolute;
	-webkit-transition: z-index 0.8s, width 0.5s, background 0.3s ease, border 0.3s;
	transition: z-index 0.8s, width 0.5s, background 0.3s ease, border 0.3s;
	height: 35px;
	width: 0;
	margin: 0;
	padding: 15px 17px;
	float: right;
	right: 16px;
	z-index: 9;
	border-radius: 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	cursor: pointer;
	/* border-radius: 30px; */
	border: 0px solid transparent;
	background: url(../images/search.png)no-repeat;
	background-size: 35px;
}
.search input.search-text:focus {
	z-index: 1;
	width: 90%;
	right: 16px;
	top: 0;
	border: 0px solid #cf1372;
	background-color: #fff;
	outline: none;
	cursor: auto;
	padding: 10px;
	background: #fff;
	border-radius: 25px;
	float: right;
}
.search input.search-submit {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 15px;
	width: 35px;
	height: 35px;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	cursor: pointer;
	border-radius: 25px;
	background: #ffffff url(../images/search.png) no-repeat;
	opacity: 1;
	background-size: 35px;
}
 .search input.search-text::-webkit-search-cancel-button {
 cursor:pointer;
}
.enquiry {
	width: 80%;
	height: 35px;
	margin: 0 auto;
	float: right;
	padding: 0;
	text-align: center;
	font-size: 13px;
	line-height: 31px;
	display: block;
	font-weight: 500;
	color: #00b8ff;
	letter-spacing: 1px;
	background: #ffffff;
	border: 2px solid #fff;
	text-transform: uppercase;
	position: relative;
	outline: none;
	border-radius: 25px;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}
.enquiry svg {
	width: 11px;
	height: 11px;
	margin: 0 5px 0 0;
}
.enquiry svg path {
	fill: #fff;
}
.enquiry:hover, .enquiry:focus {
	color: #fff;
	background: #00b8ff;
}
.modal-open .modal {
	z-index: 999999999;
}
.enquiry-in {
	margin: 0;
	padding: 0;
}
.enquiry-in .enq1 {
	width: 47.5%;
	height: 40px;
	margin: 5px;
	border: 1px solid #f0f0f0;
	font-size: 13px;
	line-height: 24px;
	padding: 10px;
	text-align: left;
	font-weight: 400;
	color: #000;
	letter-spacing: .2px;
	outline: none;
}
.enquiry-in .enq2 {
	width: 97.5%;
	height: 90px;
	margin: 5px;
	border: 1px solid #f0f0f0;
	font-size: 13px;
	line-height: 24px;
	padding: 10px;
	text-align: left;
	font-weight: 400;
	color: #000;
	letter-spacing: .2px;
	outline: none;
}
.enquiry-in .enq3 {
	width: 130px;
	height: 35px;
	margin: 5px 10px;
	padding: 0;
	font-size: 13px;
	float: right;
	background: #2c7dfe;
	outline: none;
	border: none;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.enhead .close {
	float: right;
	font-size: 20px;
	font-weight: 700;
	color: #fff !important;
	background: #2c7dfe !important;
	opacity: 1 !important;
	width: 30px;
	padding: 0 0 3px 1px;
	text-align: center;
	height: 30px;
	border-radius: 100%;
}
.menu {
	background-color: #ffffffeb;
	padding: 10px 0 !important;
	border-radius: 5px;
	}
.menu:after{
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	background-image: url(../images/menu-sh.png);
	background-repeat:no-repeat;
	top: 35px;
	left: 0;
	margin: 0 auto;
	padding: 0;
	display:block;
	background-position: center;
}	
.logo {
	position: relative;
}
.logo img {
	width: 103%;
	padding: 0;
	margin: 2px 0 0 0;
	display: block;
}
.menu-banner {
}
.menu-collapser {
	position: relative;
	width: 100%;
	height: 40px;
	padding: 0 10px;
	margin: 5px 0;
	color: #333;
	font-size: 13px;
	line-height: 40px;
	background-color: #e0e0e0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.collapse-button {
	position: absolute;
	right: 8px;
	top: 50%;
	width: 40px;
	padding: 7px 10px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	background-color: #73b32e;
	border-radius: 2px;
	cursor: pointer;
	transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.collapse-button:hover, .collapse-button:focus {
	color: #FFF;
	background-color: #73b32e;
}
.collapse-button .icon-bar {
	display: block;
	height: 2px;
	width: 18px;
	margin: 2px 0;
	background-color: #F5F5F5;
	border-radius: 1px
}
ul.slimmenu {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
ul.slimmenu:before, ul.slimmenu:after {
	content: '';
	display: table
}
ul.slimmenu:after {
	clear: both
}
ul.slimmenu.collapsed li {
	display: block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li>ul {
	position: static;
	display: none
}
ul.slimmenu.collapsed li a {
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.075);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li .sub-toggle {
	height: 40px
}
ul.slimmenu li {
	position: relative;
	display: inline-block;
}
ul.slimmenu li ul {
	margin: 0;
	list-style-type: none
}
ul.slimmenu li ul li {
	background: #ffffff;
	width: 100%;
}
ul.slimmenu li>ul {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 999;
	display: none;
	width: 100%;
	height: auto;
	padding: 0;
	min-width: 200px;
	-webkit-box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .4);
	box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .4);
}
ul.slimmenu li>ul>li ul {
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 999;
	display: none;
	width: 100%
}
ul.slimmenu li a {
	padding: 0 8px;
	margin: 0;
	line-height: 35px;
	font-size: 14px;
	display: block;
	text-decoration: none;
	color: #1d1c1ca6;
	font-weight: 400;
	letter-spacing: .8px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	font-weight: 500;
	transition: .4s;
	position: relative;
}
ul.slimmenu li ul li a {
	width: 100%;
	display: block;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	color: #000;
	padding: 8px 10px;
	margin: 0;
	text-transform: none;
	text-align: left;
	letter-spacing: .4px;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.26);
}
ul.slimmenu li ul li a:before, ul.slimmenu li ul li a:after {
	display: none;
}
ul.slimmenu li ul li:last-child a {
	border-bottom: 0px solid #fff;
}
ul.slimmenu li ul li a:hover {
	color: #fff;
	background: #00b8ff;
}
ul.slimmenu li.active a {
	color: #131313;
}
ul.slimmenu li a:hover {
	color: #0a81dd;
}
ul.slimmenu li .sub-toggle {
	background: none repeat scroll 0 0;
	position: absolute;
	right: 0;
	top: 1px;
	z-index: 999;
	width: 5px;
	height: 100%;
	text-align: center;
	cursor: pointer;
}
ul.slimmenu li .sub-toggle:before {
	content: '';
	display: inline-block;
	height: 100%;
	margin-right: -0.25em;
	vertical-align: middle
}
ul.slimmenu li .sub-toggle>i {
	display: inline-block;
	color: #fff;
	font-size: 7px;
	vertical-align: middle;
}
ul.slimmenu li ul li .sub-toggle>i {
	color: #fff;
}
ul.slimmenu li ul li .sub-toggle {
	right: 2px;
}
ul.slimmenu>li {
	border-top:0px #fff solid;
	transition:0.5s;
}
ul.slimmenu>li:hover {

border-top: 1px #0485e4 solid;
}

ul.slimmenu>li:first-child, ul.slimmenu>li.has-submenu+li {
	border-left: 0;
}
.search {
	margin: 0;
	padding: 0 !important;
}
.search .header-button {
	text-indent: -119988px;
	overflow: hidden;
	text-align: left;
	text-transform: capitalize;
	position: relative;
	z-index: 99;
	display: block;
	width: 45px;
	height: 45px;
	margin: 0;
	padding: 5px;
	outline: none;
	background: none;
	border: none;
	cursor: pointer;
}
.search .header-button img {
	width: 100%;
}
.search .header-button:before {
	position: absolute;
	content: '';
	width: 1px;
	height: 46%;
	background: #b7b7b7;
	top: 0;
	left: 0;
	margin: 27% 0;
	padding: 0;
}
.search #toggle-menu {
	float: left;
	background-position: 0 0;
	background-color: #bc0023;
}
.search #toggle-search {
	margin: 7px 0 0 5px;
	float: right;
}
.search #toggle-basket {
	position: relative;
	float: right;
	background-position: -120px 0;
}
.search #toggle-basket:before {
	position: absolute;
	top: 5px;
	left: 0;
	width: 2px;
	height: 50px;
	content: "";
	background-color: #000;
}
.search #search-form {
	-moz-transition: max-height, 0.5s;
	-o-transition: max-height, 0.5s;
	-webkit-transition: max-height, 0.5s;
	transition: max-height, 0.5s;
	position: absolute;
	top: 57px;
	right: 10px;
	width: 280px;
	max-height: 0;
	overflow: hidden;
	background: rgb(234, 255, 211);
}
.search #search-form.open {
	max-height: 45px;
}
.search #search-form fieldset {
	position: relative;
	margin: 0 45px 0 0;
	padding: 0;
	border: none;
}
.search #search-form input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	height: 35px;
	font-weight: 400;
}
.search #search-form input[type="search"] {
	width: 100%;
	padding: 5px 10px;
	background: transparent;
	border: none;
	outline: none;
}
.search #search-form input[type="submit"] {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 75px;
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	background: #73b32e;
	border: none;
	cursor: pointer;
	outline: none;
	letter-spacing: 1px;
}
.booknow {
	width: 200px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	display: block;
	position: absolute;
	color: #aa407a;
	background: #ffe6f4;
	text-transform: uppercase;
	text-align: center;
	font-size: 13px;
	font-weight: 600;
	line-height: 40px;
	letter-spacing: .5px;
	z-index: 999;
	right: 4%;
	top: 48%;
	-webkit-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.31);
	-moz-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.31);
	box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.31);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.booknow:hover, .booknow:focus {
	color: #aa407a;
}
.fixed-div {
	width: 220px;
	height: auto;
	margin: 0;
	padding: 0;
	position: fixed;
	z-index: 99999999;
	top: 35%;
	right: -175px;
	background: #e4f781;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.fixed-div:hover {
	right: 0;
}
.fixed-div ul {
	margin: 0;
	padding: 0;
}
.fixed-div ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 46px;
	border-bottom: 1px solid #fff;
}
.fixed-div ul li:last-child {
	height: 45px;
	border-bottom: 0px solid #fff;
}
.fixed-div ul li a {
	height: 45px;
	font-size: 13px;
	text-align: left;
	font-weight: 500;
	line-height: 45px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0;
	color: #fff;
	display: block;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.fixed-div ul li a:hover {
	background: #109f81;
	color: #fff;
}
.fixed-div ul li:hover .fx-txt h5, .fixed-div ul li:hover .fx-txt p, .fixed-div ul li:hover .fx-txt h6 {
	color: #fff;
}
.fixed-div .fx-img {
	width: 45px;
	height: 45px;
	padding: 8px;
	float: left;
	margin: 0;
	background: #109f81;
}
.fixed-div .fx-img img {
	width: 100%;
}
.fixed-div ul li .fx-txt {
	width: 175px;
	float: left;
	padding: 0 10px;
}
.fixed-div ul li .fx-txt h5 {
	font-size: 15px;
	text-align: left;
	font-weight: 400;
	line-height: 17px;
	margin: 0;
	letter-spacing: .8px;
	padding: 8px 0 0 0;
	color: #000;
}
.fixed-div ul li .fx-txt p {
	font-size: 11px;
	text-align: left;
	font-weight: 400;
	line-height: 15px;
	margin: 0;
	letter-spacing: .2px;
	padding: 0;
	cursor: text;
	color: #464646;
}
.fixed-div ul li .fx-txt h6 {
	font-size: 14px;
	text-align: left;
	font-weight: 400;
	line-height: 45px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0;
	color: #000;
}
.slide-banner {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: 9;
	background: url(../images/slide.jpg) fixed center center;
	background-size: cover;
}

 @-webkit-keyframes Gradient {
 0% {
 background-position: 0% 50%
}
 50% {
 background-position: 100% 50%
}
 100% {
 background-position: 0% 50%
}
}
 @-moz-keyframes Gradient {
 0% {
 background-position: 0% 50%
}
 50% {
 background-position: 100% 50%
}

 100% {
 background-position: 0% 50%
}
}
 @keyframes Gradient {


 0% {
 background-position: 0% 50%
}
 50% {
 background-position: 100% 50%
}
 100% {
 background-position: 0% 50%
}
}
.slide-banner img {
	width: 100%;
}
.slide-banner .carousel-control.left, .slide-banner .carousel-control.right {
	background-image: none !important;
	position: absolute;
	top: 50%;
	height: 35px;
	width: 35px;
	z-index: 99;
	padding: 3px;
	border: 1px solid #fff;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.slide-banner .carousel-control.left {
	left: -13%;
}
.slide-banner .carousel-control.right {
	right: -13%;
}
.slide-banner:hover .carousel-control.left {
	left: 3%;
}
.slide-banner:hover .carousel-control.right {
	right: 3%;
}
.slide-banner .carousel-inner .item {
}
.slide-banner .slide-text {
	padding: 150px 25px 30px 25px;
}
.slide-banner .slide-text .slide-img {
}
.slide-banner .slide-text .slide-img:before {
	position: absolute;
	content: '';
	width: 233px;
	height: 241px;
	margin: 0;
	padding: 0;
	background: url(../images/ss1.png) no-repeat;
	background-size: 100% auto;
	top: -11%;
	left: -10%;
	opacity: .8;
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	visibility: visible !important;
	animation-delay: 2s !important;
	animation-name: zoomIn !important;
}
.slide-banner .slide-text .slide-img:after {
	position: absolute;
	z-index: -1;
	content: '';
	width: 150px;
	height: 150px;
	margin: 0;
	padding: 0;
	border: 13px solid #ff0;
	right: 18%;
	bottom: 26%;
	opacity: 0.5;
	mix-blend-mode: multiply;
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	visibility: visible !important;
	animation-delay: 1.5s !important;
	animation-name: zoomIn !important;
	-webkit-transform: rotate(130deg);
	-moz-transform: rotate(130deg);
	-o-transform: rotate(130deg);
	-ms-transform: rotate(130deg);
	transform: rotate(130deg);
}
.slide-banner .slide-text .slide-img img {
	width: 90%;
}
.slide-banner .slide-text .slide-text-in {
	padding: 8% 20px 0 0;
	text-align: right;
}
.slide-banner .slide-text .slide-text-in:before {
	position: absolute;
	content: '';
	width: 51%;
	height: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	right: 35px;
	opacity: .85;
	background: url(../images/sbox.png) no-repeat;
	background-size: 100% 100%;
	z-index: -1;
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-delay: 0.2s;
	visibility: visible !important;
	-webkit-animation-name: slideInRight !important;
	animation-name: slideInRight !important;
}
.sh2{
	    font-size: 36px !important;
}
.slide-banner .slide-text .slide-text-in h4 {
	font-size: 15px;
	line-height: 23px;
	color: #ffffff;
	border: 1px solid #fff;
	display: inline-block;
	margin: 0 0 7px 0;
	padding: 3px 20px;
	border-radius: 25px;
	text-align: right;
	font-weight: 500;
	letter-spacing: 5px;
	text-transform: uppercase;
	visibility: visible !important;
	-webkit-animation-name: slideInRight !important;
	animation-name: slideInRight !important;
	position: relative;
}
.slide-banner .slide-text .slide-text-in h4:before {
	position: absolute;
	content: '';
	margin: 0;
	padding: 0;
	width: 290%;
	height: 1px;
	left: -290%;
	top: 40%;
	background: #fff;
}
.slide-banner .slide-text .slide-text-in h2 {
	font-size: 40px;
	line-height: 35px;
	font-weight: 800;
	color: #ffffff;
	margin: 0;
	padding: 5px 0 7px 0;
	text-align: right;
	letter-spacing: .8px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .25);
	text-transform: uppercase;
	visibility: visible !important;
	-webkit-animation-name: slideInRight !important;
	animation-name: slideInRight !important;
}
.slide-banner .slide-text .slide-text-in h2 span {
	color: #ff0;
	font-weight: 400;
	font-size: 35px;
}
.slide-banner .slide-text .slide-text-in h3 {
	color: #ffffff;
	text-transform: none;
	font-size: 17px;
	font-weight: 400;
	line-height: 25px;
	margin: 0;
	padding: 0 0 0 8%;
	text-align: right;
	letter-spacing: .8px;
	visibility: visible !important;
	-webkit-animation-name: slideInRight !important;
	animation-name: slideInRight !important;
}
.btn-1 {
	width: 200px;
	height: 40px;
	margin: 14px 0 0 0;
	padding: 0;
	float: right;
	display: block;
	color: #00b8ff;
	background: #ffffff;
	border: 2px solid #fff;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	font-size: 13px;
	line-height: 36px;
	border-radius: 25px;
	letter-spacing: .6px;
	position: relative;
	overflow: hidden;
	z-index: 9;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	visibility: visible !important;
	-webkit-animation-name: slideInRight !important;
	animation-name: slideInRight !important;
}
.btn-1 svg {
	margin: 0 3px 0 0;
}
.btn-1:hover, .btn-1:focus {
	color: #fff;
}
.btn-1:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 0;
	margin: 10% 0 0 0;
	padding: 0;
	top: 0;
	right: 0;
	z-index: -1;
	opacity: 0;
	background: #00b8ff;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.btn-1:hover:before {
	height: 100%;
	margin: 0;
	opacity: 1;
}
.slide-banner #carousel-example {
	z-index: 99;
}
.sbg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9;
}

 @-webkit-keyframes roll-left {
 from {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @-moz-keyframes roll-left {
 from {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @keyframes roll-left {
 from {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@-webkit-keyframes roll-right {
 from {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -webkit-transform: rotate(-360deg);
 transform: rotate(-360deg);
}
}
 @-moz-keyframes roll-right {
 from {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -webkit-transform: rotate(-360deg);
 transform: rotate(-360deg);
}
}
@keyframes roll-right {
 from {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -webkit-transform: rotate(-360deg);
 transform: rotate(-360deg);
}
}
@-webkit-keyframes zmin {
 0% {
transform: scale(1);
}
 50% {
transform: scale(1.5);
}
 100% {
transform: scale(1);
}
}
@keyframes zmin {
 0% {
transform: scale(1);
}
 50% {
transform: scale(1.5);
}
 100% {
transform: scale(1);
}
}
/*===================================== Fixed Socaial stated========================*/

.fixed{
	position: fixed;
	height: 280px;
	width: 60px;
	z-index: 999;
	right: 0;
	top: 12%;
}

/*============================================  Buble style here=====================*/

.bubble-toggle {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.5);
  font-family: sans-serif;
  font-size: 13px;
  color: #333;
}
.bubble-toggle:hover {
  background: rgba(255, 255, 255, 0.75);
}

.bubbles {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 10;
  top: 0;
  left: 0;
}

.bubble-container {
  position: absolute;
  bottom: 0;
  will-change: transform;
  -webkit-animation: bubblerise 4s infinite ease-in;
  -moz-animation: bubblerise 4s infinite ease-in;
  -ms-animation: bubblerise 4s infinite ease-in;
  animation: bubblerise 4s infinite ease-in;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.bubble {
  width: 6px;
  height: 6px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.25);
  will-change: transform;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-animation: bubblewobble 0.4s infinite linear;
  -moz-animation: bubblewobble 0.4s infinite linear;
  -ms-animation: bubblewobble 0.4s infinite linear;
  animation: bubblewobble 0.4s infinite linear;
}

@-webkit-keyframes bubblerise {
  0% {
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  5% {
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  99% {


    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  100% {
    bottom: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@-moz-keyframes bubblerise {
  0% {
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  5% {
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  99% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  100% {
    bottom: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@-ms-keyframes bubblerise {
  0% {
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  5% {
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  99% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  100% {
    bottom: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@keyframes bubblerise {
  0% {
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  5% {
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  99% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  100% {
    bottom: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@-webkit-keyframes bubblewobble {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 2px;
  }
}
@-moz-keyframes bubblewobble {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 2px;
  }
}
@-ms-keyframes bubblewobble {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 2px;
  }
}
@keyframes bubblewobble {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 2px;
  }
}









/************================================ about session started=============================*/

.abt-button{	
	border: 1px #fff solid;	
	padding: 8px 20px;	
	text-align: center;
	color: #fff;
	transition:0.4s;
}
.abt-button:hover{	
	background-color:#fff;
	color:#000;
}

/*=================================== abt button =======================*/
.about{
	
}

.about .abt-cont{
	padding: 20px 0;
}

.about .abt-cont h2{
	margin: 0;
	padding: 16px 20px;
}

.about .abt-cont h2:before{
	position: absolute;
	content: '';
	width: 50px;
	height: 3px;
	background: #1184d7;
	top: 51px;
	left: -37px;
	margin: 0;
	padding: 0;
}

.about .abt-cont p{
	line-height:1.8;
	font-weight:400;
	padding: 0 0 20px;
}
.about .abt-cont .abt-list{
	padding: 10px 0;
}

.about .abt-cont .abt-list p{
	color: #1386db;
	font-size: 17px;
	padding: 0;
	margin: 0;
}

.about .abt-cont .abt-list p .fas{
	padding: 0 20px;
}

.about .success-story{
	padding: 3% 0 30px;
}

.about .success-story .succ-cont{
	border-bottom:1px #000 solid;
	border-right:1px #000 solid;
	padding: 0 0 18px;
}

.about .success-story .succ-cont img{
	float: left;
	width: 10%;
	margin-top: 13%;
	margin-left: 16%;
}
.about .success-story .succ-cont strong{
	font-size: 45px;
	padding: 0 0 0 5%;
	color: #0083e7;
}


.about .success-story .succ-cont label{
	font-weight:400;
	font-size: 15px;
	letter-spacing: 1px;
	width: 100%;
	text-align: center;
}

.about .success-story .two{
	border-right:none;
}

.about .success-story .three{
	border-bottom: none;
}

.about .success-story .four{
	border-bottom: none;
	border-right: none;
}


/*================================================SPl ==========================*/

.spl{
	background-color: #eef4f2;
	padding: 20px 0 0;
}
.spl .container h2{
	margin: 0;
	padding: 10px 20px;
}

.spl .container h2:before{
	position: relative;
	content: '';
	width: 50px;
	height: 3px;
	background: #1184d7;
	top: 21px;
	left: -60px;
	display: block;
}

.spl p{
	line-height:1.8;
	font-weight:400;
	padding: 0 0 13px;
}

/*===========================================slider content===================================*/

.spl .spl-items-box{
	overflow:hidden;
	width: 20%;
	height: 100%;
	background-color: #eef3f2;
	float: left;
	transition:0.5s;
}

.spl .spl-items-box:hover{
	background-color: #2874ca;
}

.spl .spl-items-box .img-box{
	width: 100%;
	overflow: hidden;
}

.spl .spl-items-box img{
	width:100%;
	transition: 0.5s;
}

.spl .spl-items-box:hover img{
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.spl .spl-items-box h4{
	font-size: 17px;
	color: #000000;
	line-height: 1.4;
	padding: 13px 0;
	transition:0.5s;
}

.spl .spl-items-box:hover h4{
	color:#fff;
}


.spl .spl-items-box .custom-arrow{
	position: absolute;
  top: 50%;
  right: 25px;
  width: 40px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: ease all 300ms;
  -moz-transition: ease all 300ms;
  transition: ease all 300ms;
}

.spl .spl-items-box .custom-arrow:before{
	content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: -2px;
  width: 100%;
  border-top: 1px solid #1e1e24;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  transition:0.5s;
}

.spl .spl-items-box:hover .custom-arrow:before{
	width: 150%;
	border-color:#fff;
}



.spl .spl-items-box .custom-arrow:after{
	content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 15px;
  border-top: 1px solid #1e1e24b0;
  border-right: 1px solid #1e1e24;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
	
}

.spl .spl-items-box:hover .custom-arrow:after{
	border-color:#fff;
}

/*======================================== DT =========================*/

.dt{
	background-color: #273343;
	padding: 20px 0 0;
}
.dt	 h2{
	margin: 0;
	padding: 10px 20px 25px;
	color: #fff;
}

.dt h2:before{
	position: relative;
	content: '';
	width: 50px;
	height: 3px;
	background: #ffffff;
	top: 21px;
	left: -60px;
	display: block;
}

.dt p{
	line-height:1.8;
	font-weight:400;
	padding: 0 0 13px;
	color: #fff;
}

.dt .dt-main-content{
	
padding: 0 0 0 0;
}

.dt .bix-img{
	margin: 0 auto;
	padding: 35px 0 0;
}



.dt .dt-items-box .round-box {
	width: 125px;
	height: 125px;
	border: 1px #ffffff03 solid;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	transition:0.4s;
}

.dt .dt-items-box:hover .round-box {
	border: 4px #fff solid;
}
.dt .dt-items-box .round-box img{
	width:100%;
}
.dt .dt-items-box:hover .round-box img{
	width: 200px;
}

.dt .dt-items-box .col-md-12{
	height: 345px;
	text-align: center;
	padding: 20px 12px 0;
	box-shadow: inset 0 0 0 1px #fff;
	transition: color 0.25s 0.0833333333s;
	position: relative;
}
.dt .dt-items-box .col-md-12:hover{
	background-color:#ffffff40;
}


.dt .dt-items-box .col-md-12:before, .dt .dt-items-box .col-md-12:after{
	border: 0 solid transparent;
    box-sizing: border-box;
    content: '';
    pointer-events: none;
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;
}

.dt .dt-items-box .col-md-12:hover:before, .dt .dt-items-box .col-md-12:hover:after{
	border-color: #e21aa1;
    transition: border-color 0s, width 0.25s, height 0.25s;
    width: 100%;
    height: 100%;
}

.dt .dt-items-box .col-md-12:before{
	border-bottom-width: 2px;
    border-left-width: 2px;
}

.dt .dt-items-box .col-md-12:after{
	border-top-width: 2px;
    border-right-width: 2px;
}

.dt .dt-items-box .col-md-12:hover:before{
	transition-delay: 0s, 0s, 0.25s;
}

.dt .dt-items-box .col-md-12:hover:after{
	transition-delay: 0s, 0.25s, 0s;
}


.dt .dt-items-box h3{
	margin:0 auto;
	text-align:center;
	color:#fff;
	padding:10px 0;
	font-weight: 400;
	line-height: 1.2;
	font-size: 16px;
}
.dt .dt-items-box p{
	text-align:center;
}

.dt .col-md-6 .carousel-inner{
	height: 400px;
}

.dt .col-md-6 .carousel-inner .dt-dot{
	bottom: 0;
	margin-bottom: 0;
}

.dt .carousel-indicators{
	bottom: 0;
	margin: 0 auto;
	left: 0;
	width: 100%;
}

.dt .carousel-inner{
	padding: 0 0 40px;
	margin: 0 auto;
}

/*======================== infertility ==============================*/
.infer{
	background-color: #f4f4f4;
	padding: 20px 0 0;
}
.infer .container h2{
	margin: 0;
	padding: 10px 20px;
}

.infer .container h2:before{
	position: relative;
	content: '';
	width: 50px;
	height: 3px;
	background: #1184d7;
	top: 21px;
	left: -60px;
	display: block;
}

.infer p{
	line-height:1.8;
	font-weight:400;
	padding: 0 0 13px;
}


.infer .box-img{
	height: 167px;
	overflow: hidden;
	width: 100%;
}

.infer .box-img svg{
	width: 100%;
	height: 95px;
	position: relative;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	top: -93px;
}


.infer .inf-items-box{
	padding: 0;
	text-align: center;
	padding: 0 10px 15px;
}



.infer .inf-items-box .col-md-12{
    padding: 0 0 20px;
    background-color: #fff;
    transition:0.4s;
}

.infer .inf-items-box:hover .col-md-12{
	-webkit-box-shadow: 0px 15px 19px -4px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 15px 19px -4px rgba(0,0,0,0.35);
	box-shadow: 0px 10px 15px -4px rgba(0,0,0,0.35);
}

.infer .inf-items-box .box-img img{
	width: 100%;
	transition: 0.4s;
}

.infer .inf-items-box:hover .box-img img{
	-webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.infer .inf-items-box h3{
	font-size: 19px;
	text-align:center;
	color:#000000b5;
}
.infer .inf-items-box p{
	text-align:center;
	color:#0000008c;
	padding: 0 10px 11px;
}

.infer .inf-items-box .abt-button{
	margin:0 auto;
	color:#000;
	border: 1px #000 solid;
	}

.infer .inf-items-box:hover .abt-button{
	background-color:#1386db;
	color:#fff;
	border: 1px #1386db solid;

}

.infer .carousel-inner{
	padding: 0 0 50px 0;
}

.infer .carousel-indicators .active{
	background-color: #0083e7;
}

.infer .carousel-indicators li{
	padding: 0px 20px;
	border: 1px #0083e7 solid;
}

/*============================================ Pregnacy ============================*/
.pre{
	padding: 0 0 0;
	background-image: url(../images/bg6.jpg);
	background: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.pre .container h2{
	margin: 0;
	padding: 10px 20px;
	color: #fff;
}

.pre .container h2:before{
	position: relative;
	content: '';
	width: 39px;
	height: 3px;
	background: #ffffff;
	top: 18px;
	left: -45px;
	display: block;
}

.pre p{
	line-height: 1.9;
	font-weight:400;
	padding: 6px 19px 13px 24px;
	color: #fff;
	text-align: justify;
}


.pre .hed-cont{
	background-color: #0083e7;
	padding: 0 0 25px;
}
.pre .hed-cont .col-md-12{
	padding: 40px 20px 0;
}

.pre .hed-cont{

}
.pre .hed-cont a{
	margin-left: 25px;
}

.pre .pre-items-box{
	margin: 0 auto;
	padding: 20px 0 0;
}

.pre .pre-items-box:hover .col-md-12{
	transition:0.5s;
}

.pre .pre-items-box:hover .col-md-12{
	-webkit-box-shadow: 0px 0px 38px -9px rgba(0,0,0,0.46);
-moz-box-shadow: 0px 0px 38px -9px rgba(0,0,0,0.46);
box-shadow: 0px 0px 38px -9px rgba(0,0,0,0.46);
}

.pre .pre-items-box:hover .col-md-12{
	background-color:#057dd8c7;
}

.pre .pre-items-box:hover .col-md-12 h3{
	color:#fff;
}

.pre .box-img{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	margin: 10px auto 0;
	border: 5px #0083e79e solid;
}

.pre .box-img img{
	width: 144px;
}


.pre .pre-items-box h3{
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	padding: 10px 0;
	color: #00000094;
}

.pre .carousel slide{
	padding:0 0 20px;
	background-color:#c7c1c1;
}

.pre .carousel-indicators{
	bottom: 37%;
	right: 0;
	left: auto;
	margin: 0;
	width: 15px;
	text-align: center;
}

.pre .carousel-indicators li{
	background-color: #0000003d;
	float: right;
	height: 20px;
	width: 7px;
	transition:0.5s
}

.pre .carousel-indicators .active{
	background-color: #0892fb;
	height: 33px;
	width: 7px;
}

.pre .carousel-inner{
	padding: 10px 0 20px;
}

/* =========================================  Testimonial =============================*/

.testimonial{
	background-color: #ecf2f0;
	padding: 10px 0 20px;
}

.testimonial h2{
	margin: 0;
	padding: 16px 20px 5px;
}

.testimonial h2:before{
	position: relative;
	content: '';
	width: 50px;
	height: 3px;
	background: #0083e7;
	top: 21px;
	left: -60px;
	display: block;
}

.testimonial p{
	line-height:1.8;
	font-weight:400;
	padding: 5px 10px 15px;
	text-align:justify;
}


/*=================================== video style========================*/
.reviewv-box {
	padding: 0 0 3px 0;
	margin: 0 auto;
}
.reviewv-box ul {
	position: absolute;
	margin: 0;
	margin-left: -57px;
	padding: 2px 10px;
	width: 114px;
	background: rgba(0, 131, 231, 0.5);
	border: 2px solid #fff;
	border-radius: 10px;
	top: 34%;
	left: 49%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.reviewv-box:hover ul {
	background-color: #0083e7;
}
.reviewv-box ul li:first-child {
	margin: 0 10px 0 0;
}
.reviewv-box ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 40px;
	float: left;
}
.reviewv-box ul li img {
	width: 100%;
	opacity: .65;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.reviewv-box ul li img:hover {
	width: 100%;
	opacity: 1;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.reviewv-box:hover ul li img {
	-webkit-filter: brightness(0) invert(1);
	-moz-filter: brightness(0) invert(1);
	-o-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.videopop .modal-content {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	background: #000;
	border: none;
}
.videopop .modal-body {
	padding: 0;
	height: 450px;
}
.reviewv-box ul li:first-child {
	margin: 0 10px 0 0;
}
.clinic-test .buttons-coll {
	padding: 10px 0 0 0;
}
/* ================================== video end here========================*/

.testimonial .carousel-indicators{
	bottom: 0;
	margin: 0;
}

.testimonial .carousel-indicators li{
	background-color: #04406d75;
	width: 10px;
	height: 10px;
	border-radius: 0;
	transition: 0.5s;
}
.testimonial .carousel-indicators .active{
	background-color:#0083e7;
	width: 15px;
	height: 15px;
}

.testimonial .carousel{
	padding: 0 0 30px;
}

.testimonial .test-cont-items{
	border: 1px #000 solid;
	border-radius: 10px;
	margin: 0 0 20px;
}
.testimonial .test-cont-items p{margin: 0;padding-bottom: 0;padding: 25px 5px 0;}

.testimonial .test-cont-items .abt-button{
	border:1px #000 solid;
	color:#000;
	float: right;
	margin: 0 30px 12px 0;
}

.testimonial .test-cont-items .abt-button:hover{
	background-color: #0083e7;
	color:#fff;
	border-color: #0083e7;
}

/*============================================ Gallery ==============================*/

.gall{
	padding:0 0 20px
}
.gall .container h2{
	margin: 0;
	padding: 10px 20px;
}

.gall .container h2:before{
	position: relative;
	content: '';
	width: 50px;
	height: 3px;
	background: #1184d7;
	top: 21px;
	left: -60px;
	display: block;
}

.gall p{
	line-height:1.8;
	font-weight:400;
	padding: 0 0 13px;
}


.gall .reviewv-box ul{
	top: 45%;
}



.gall .Portfolio .zoom{
	z-index: 10;
	position: absolute;
	color: #FFFFFF;
	top: 45%;
	left: 45%;
	margin: 0 auto;
	font-size: 25px;
	transition: 0.7s;
	opacity:0;
}


.gall .Portfolio:hover .zoom{
	opacity:1;
}

.gall .Portfolio a:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #2e96e5;
	width: 0%;
	height: 0%;
	z-index: -1;
	transition: 0.5s;
	opacity: .5;
}

.gall .Portfolio a:hover:before{
	top: 9%;
	left: 5%;
	width:90%;
	height: 85%;
	z-index:2;
}

.gall .one-p{
	
padding-top: 6px;
}
.gall .two-p{
	
padding-bottom: 10px;
}
	
.gall .three-p{
	
padding-top: 6px;
}
	

/*======================================= news styrle=========================*/
.news{
	width: 100%;
	padding: 20px 0;
	background-image: url(../images/blog-bg.jpg);
	background-attachment: fixed;
	background: cover;
}

.news .items-tab li{
	width:50%;
	text-align:center;
	border: 1px #fff solid;
}
.news .items-tab .active{
	border:none;
}

.news .items-tab .active:after{
	position: relative;
	content: '';
	height: 20px;
	width: 20px;
	background-color:#fff;
	transform:rotate(45deg);


	top: -10px;
	left: 0;
	margin: 0 auto;
	padding: 0;
	display:block;
	background-position: center;
}



.news .items-tab li a{
	color:#ffffff;
	font-size:20px;
}
.news .items-tab li h4{
	font-size:20px;
	padding: 0;
	margin: 0;
	letter-spacing: 1px;
}

.news .nav-tabs{
	border:none;
}
.news .nav>li>a:focus, .nav>li>a:hover{
	color:#000;
	
}

.news .nav-tabs>li>a:hover{
	background-color:#ffffff61;
	border:none;
}

.news .items-views{
	padding: 0 0 0;
}
.news .test-cont-items{
	padding: 0 20px 20px;
	height: 100%;
}

.news .test-cont-items h4{
	font-size: 22px;
	color: #fff;
	padding: 20px 0 0;
	margin: 0;
	letter-spacing: 1px;
}

.news .carousel-indicators{
	bottom: 0;
	margin: 0 auto;
	width: 100%;
	left: 0;
}
.news .carousel-indicators .active{
	width:30px;
	height:10px;
	transition:0.5s;
}
.news .test-cont-items p{
	color: #FFFFFF;
	padding: 13px 0 25px;
	line-height: 1.8;
	text-align: justify;
}

/*=============== news tab style =============*/

.news .news-cont{
	
}

.news .news-cont .carousel-inner{
	padding: 0 0 16px;
}

.news .news-cont .news-box{
	background-color: #fff;
	padding: 0 0 25px;
	text-align:center;
	
}
.news .news-cont .news-box .news-img{
	overflow: hidden;
	position: relative;
}
.news .news-cont .news-img:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	background: url(../images/bt.png);
	background-size: 100% 100%;
	z-index: 9;

}

.news .news-box h4{
	color:#000;
	padding: 12px 20px 10px;
	font-size: 18px;
}
.news .news-box p{
	color:#000;
	padding: 0 20px 10px;
}

.news .news-box .abt-button{
	color:#000;
	border:1px #000 solid;
}

.news .news-box .abt-button:hover{
	background-color:#2e96e5;
	color:#fff;
	border:1px #2e96e5 solid;
}

/*================================== Contact us ===================================*/
.map{
}
.map .contact{
	height: 324px;
	background-color: #fffffffa;
	z-index: 999;
	position: absolute;
	display: block;
	/* top: 0; */
	width: 33%;
	left: 60%;
	-webkit-box-shadow: 0px 0px 36px -13px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 0px 36px -13px rgba(0,0,0,0.7);
	box-shadow: 0px 0px 36px -13px rgba(0,0,0,0.7);
	margin: 80px 0 0 0;
	padding: 0 20px;
}

.map .contact h4{
	font-size: 30px;
	padding: 20px 0 0;
}

.map .contact p{
	
line-height: 1.8;
}

.map .contact img{
	padding: 50px 0 0;
	margin: 0 auto;
	width: 90%;
}


.map .social2 {
  margin: 0 0 0 0;
  padding: 0;
}
.map .social2 li {
  border: 1px solid #fff;
}
.map .social2 li .fab {
  color: #fff;
}
.map .social2 li:hover {
  background: #ff585e;
  border: 1px solid #ff585e;
}
.map .social li {
	list-style: none;
	width: 30px;
	height: 30px;
	margin: 0 3px 15px 0;
	line-height: 29px;
	padding: 0;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.map .medeguru{
	margin:0 auto;
	text-align: center;
}
.map .medeguru img{
	margin:0 auto;
}
.map .terms{
	text-align: center;
}

/*===================== fixed div stated==================*/

.fixed-div {
	width: 220px;
	height: auto;
	margin: 0;
	padding: 0;
	position: fixed;
	z-index: 999;
	top: 59%;
	right: -175px;
	background: #1a5bbd;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.fixed-div:hover {
	right: 0;
}
.fixed-div ul {
	margin: 0;
	padding: 0;
}
.fixed-div ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.fixed-div ul li a {
	height: 45px;
	font-size: 13px;
	text-align: left;
	font-weight: 500;
	line-height: 45px;
	margin: 0;
	letter-spacing: .4px;
	padding: 0;
	color: #fff;
	display: block;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.fixed-div ul li a:hover {
	background: #0166ff;

}
.fixed-div ul li span {
	width: 45px;
	height: 45px;
	margin: 0 5px 0 0;
	padding: 0;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 45px;
	display: inline-block;
	background: #063377;
	border-bottom: 1px solid #053377;
}
.fixed-div ul li:last-child span {
	border-bottom: 0px solid #e263b9;
}
/*========================== static button closed ===========================*/






/* ===================================inner page banner===========================*/

/*========================== Inner page desgins ====================================*/
.innerpage {
  margin: 0;
  padding: 30px 0;
  background: #fff;
}
.innerpage .tittle2 {
  text-align: left;
}
.innerpage .hr1 {
  margin: 0 0 10px 0;
  width: 40px;
  border: none;
  height: 3px;
  background: #1a5bbd;
}
.innerpage .hr1:after {
  display: none;
}
.innerpage p {
  font-size: 14px;
  line-height: 30px;
  text-align: justify;
  margin: 0;
  padding: 5px 0;
  color: #333;
  font-weight: 400;
  letter-spacing: 0.4px;
}
.inner-right {
  padding: 0 0 15px 0;
  margin: 0;
  background: #fff;
  border: 1px solid #f3f3f3;
  -webkit-box-shadow: -3px 3px 26px 0px rgba(0,0,0,0.05);
  -moz-box-shadow: -3px 3px 26px 0px rgba(0,0,0,0.05);
  box-shadow: -3px 3px 26px 0px rgba(0,0,0,0.05);
}
.inner-right h3 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  background: #097fd7;
  margin: 0 0 10px 0;
  padding: 10px 0;
}
.inner-right h3 .fa {
  margin: 0 5px 0 0;
}
.inner-right form {
  margin: 0;
  padding: 0;
}
.inner-right form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #333;
}
 .inner-right form ::-moz-placeholder { /* Firefox 19+ */
 color: #333;
}
.inner-right form :-ms-input-placeholder { /* IE 10+ */
 color: #333;
}
.inner-right form :-moz-placeholder { /* Firefox 18- */
 color: #333;
}
.inner-right .t1 {
  width: 100%;
  height: 40px;
  margin: 5px 0;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 40px;
  font-weight: 400;
  text-align: left;
  color: #333;
  outline: none;
  border: none;
  letter-spacing: .4px;
  background: #f0f0f0;
}
.inner-right .t2 option {
  background: #ffff;
}
.inner-right .t2 {
  width: 100%;
  height: 40px;
  margin: 5px 0;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 40px;
  font-weight: 400;
  text-align: left;
  color: #333;
  outline: none;
  box-shadow: none;
  border: none;
  background: #f0f0f0;
}
.inner-right .t3 {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 90px;
  min-height: 90px;
  margin: 5px 0;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  color: #333;
  box-shadow: none;
  outline: none;
  border: none;
  letter-spacing: .4px;
  background: #f0f0f0;
}
.inner-right .t4 {
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin: 10px 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #064c80;
  color: #fff;
  border: none;
}
.inner-right-test h3 {
  text-align: center;
  background-color: #097fd7;
  padding: 8px 0;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
}
.inner-right-test a .fas {
  padding: 136px 0 0 0;
}

/*==================== back top ===========================*/

.back-to-top {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 0;
  right: 0;
  display: inline-block;
  padding: 10px 0px 0 20px;
  margin: 15px;
  background: #097fd7;
  border: 2px solid #fff;
  border-radius: 50%;
  z-index: 999;
  color: #fff;
  font-size: 25px;
}
.back-to-top:hover {
  cursor: pointer;
}
/*==============back to top End here ========================*/












