/*+++++++++++++++++++++
=====================================
 Template Name : Himu
 Author Name : Mostafizur Rahman
 Author URI : http://mostafiz.me/
 Template URI :http://mostafiz.me/demo/himu/
 Version : 1.1
===============================
+++++++++++++++++++*/





/*
====================================
------------------------------------
	1. Typography
	2. Header
	3. Main Slider
	4. About Us
	5. Service
	6. Our Team
	7. Portfolio
	8. Clients
	9. Our Blog
	10. Contact
	11. Footer
	12. Carousel Effect
	13. Isotope
	14. Portfolio Hover effect
-------------------------------------
=====================================
*/


/*====================
======Typography=====
======================*/


.fab {
	font-family: 'Font Awesome 5 Brands'
}

body {
	font-family: 'Open Sans', sans-serif;
	position: relative;
	font-weight:400;
	font-size:20px;
	line-height:26px;
	background: #fff;
	color:#687379;
    overflow-x: hidden;
	letter-spacing:.1px;
}

body  section{
	padding: 75px 0;
}

.clear{
	clear:both;
}

a:hover {
	outline: none;
	text-decoration:none;
}

a:focus {
	outline:none;
	outline-offset: 0;
}

a {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	color:#687379;
}

h1, h2, h3, h4, h5, h6 {
	font-family: sans-serif;
}

.slider-btn {
	background-color:#fc7700;
	color: #FFF;
	-webkit-box-shadow: inset 0 0 0 2px #fc7700;
	box-shadow: inset 0 0 0 2px #fc7700;
	text-transform: uppercase;
	width: 190px;
	text-align: center;
	height: 55px;
	line-height:55px;
	padding: 0;
	font-size: 18px;
	font-weight:800;
	border: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.slider-btn:hover {
	background-color:#43484E;
	-webkit-box-shadow: inset 0 0 0 2px #43484E;
	box-shadow: inset 0 0 0 2px #43484E;
	color:#fff
}


.parallax-section{
	min-height: 300px;
	width: 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}


.preloader{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: table;
	background: #fff;
	z-index: 9999;
}

.preloder-wrap{
	display: table-cell;
	vertical-align: middle;
}

.preloder-inner {
	width: 200px;
	height: 100px;
	margin: 0 auto;
}

.ball {
	width: 10px;
	height: 10px;
	margin: 10px auto;
	border-radius: 50px;
}
  
.ball:nth-child(1) {
	background: #ff005d;
	-webkit-animation: right 1s infinite ease-in-out;
	-moz-animation: right 1s infinite ease-in-out;
	animation: right 1s infinite ease-in-out;    
}

.ball:nth-child(2) {
	background: #35ff99;
	-webkit-animation: left 1.1s infinite ease-in-out;
	-moz-animation: left 1.1s infinite ease-in-out;
	animation: left 1.1s infinite ease-in-out;
}

.ball:nth-child(3) {
	background: #008597;
	-webkit-animation: right 1.05s infinite ease-in-out;
	-moz-animation: right 1.05s infinite ease-in-out;
	animation: right 1.05s infinite ease-in-out;
}

.ball:nth-child(4) {
	background: #ffcc00;
	-webkit-animation: left 1.15s infinite ease-in-out;
	-moz-animation: left 1.15s infinite ease-in-out;
	animation: left 1.15s infinite ease-in-out;
 }

.ball:nth-child(5) {
	background: #2d3443;  
	-webkit-animation: right 1.1s infinite ease-in-out;
	-moz-animation: right 1.1s infinite ease-in-out;
	animation: right 1.1s infinite ease-in-out;
}

.ball:nth-child(6) {
	background: #ff7c35;  
	-webkit-animation: left 1.05s infinite ease-in-out;
	-moz-animation: left 1.05s infinite ease-in-out;
	animation: left 1.05s infinite ease-in-out;
}

.ball:nth-child(7) {
	background: #4d407c;  
	-webkit-animation: right 1s infinite ease-in-out;
	-moz-animation: right 1s infinite ease-in-out;
	animation: right 1s infinite ease-in-out;
}


@-webkit-keyframes right {
	0%   { -webkit-transform: translate(-15px);   }
	50%  { -webkit-transform: translate(15px);    }
	100% { -webkit-transform: translate(-15px);   }
}

@-webkit-keyframes left {
	0%   { -webkit-transform: translate(15px);    }
	50%  { -webkit-transform: translate(-15px);   }
	100% { -webkit-transform: translate(15px);    }
}

@-moz-keyframes right {
	0%   { -moz-transform: translate(-15px);   }
	50%  { -moz-transform: translate(15px);    }
	100% { -moz-transform: translate(-15px);   }
}

@-moz-keyframes left {
	0%   { -moz-transform: translate(15px);    }
	50%  { -moz-transform: translate(-15px);   }
	100% { -moz-transform: translate(15px);    }
}

@keyframes right {
	0%   { transform: translate(-15px);  }
	50%  { transform: translate(15px);   }
	100% { transform: translate(-15px);  }
}

@keyframes left {
	0%   { transform: translate(15px);   }
	50%  { transform: translate(-15px);  }
	100% { transform: translate(15px);   }
}


.vertical-middle{
	width: 100%;
	height: 100%;
	display: table;
}

.vertical-middle div{
	display: table-cell;
	vertical-align: middle;
}


.modal-body{ 
    padding: 0px 20px 20px;
}

button.close{	
    font-size: 35px;
    opacity: .5;
}


/*====================
======Header CSS=====
======================*/

#navigation .navbar {
  background:#fff;
  border-radius: 0;
  border-bottom: 0;  
}

#navigation .navbar-toggle{
  margin-top: 10px;
  background-color: #fff;
}

#navigation .navbar-brand h1{
  padding: 0;
  margin: 0;
}

#navigation .navbar-nav.navbar-right li {
    padding: 0px 3rem;
}
 

#navigation .navbar-nav.navbar-right li a {
	color: rgb(132, 146, 154); 
	font-size: 17px;
	background-color:#fff;
	padding: 0; 
	padding: 15px 0px;
	-webkit-transition: all 0s ease 0s;
	-moz-transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
}


#navigation .navbar-nav.navbar-right li:hover a,
#navigation .navbar-nav.navbar-right li:hover {
	background-color:#e7e7e7;
	-webkit-transition: all 0s ease 0s;
	-moz-transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
}

#navigation .navbar-nav.navbar-right li.menu_download,
#navigation .navbar-nav.navbar-right li.menu_download a{
    background: #f00;
    color: #fff;
}


/*======================
====Main Slider CSS=====
=======================*/
.home-pattern {
	height:100%;
	position:absolute;
	width:100%;
	z-index:1;
	left:0;
	bottom:0;
	background-image:url(../images/home-pattern.png);
	background-repeat:repeat;
	opacity:0.2;
}

#home{
  padding: 0;
  overflow: hidden;
  position:relative;
  /*margin-top:50px;*/
}

#main-carousel .carousel-inner .item {
	background-size:cover;
	height: 640px !important;
	background-position: top right;
	background-repeat:no-repeat;
}

#main-carousel .carousel-indicators { 
	bottom:15px
}

#main-carousel .carousel-indicators li{
	background: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	width: 13px;
	height: 13px;
	margin-left: 5px;
	text-indent: -9999px;
	display: inline-block;
}

.carousel-caption{
	text-shadow:none;
}

.carousel-indicators .active{
	background-color: #fff !important;
	
}

.slider-content {
	height: 100%;
}

#main-carousel .carousel-caption {
	display: table;
	height: 100%;
	width: 100%;
	min-height: 100%;
	left: 0;
	top: 0;
    padding: 0px 65px;
	z-index: 11;
}

#main-carousel .carousel-caption > div{
    vertical-align: middle;
    display: table-cell;
}

#main-carousel .carousel-inner h1 {
	color: #fff;
	display: inline-block; 
    font-size: 50px;
	line-height:60px;
    font-weight: 700; 
	text-shadow: none;
	margin-bottom:15px;
	margin-top:0px;
}

 
#main-carousel .carousel-inner h2.sub-heading {
	font-size:45px;
	color: #ed1b2e;
	display: block;
	margin-top:0px;
}
  
 

#main-carousel .carousel-inner p {
	color: #fff;
    font-size: 24px;
    line-height: 30px;
    width: 100%;
	max-width:650px;
	font-weight: 400;
	margin: 15px 0px;
	margin-top: 10px;
	text-shadow:none; 
}

#main-carousel .carousel-inner .text-grey h1,
#main-carousel .carousel-inner .text-grey p{
	color: #687379 !important;
}


#main-carousel .carousel-inner p.bottom-note { 
    font-size: 30px;
}

#main-carousel .carousel-inner .learnmore{
	text-align:left;
}

#main-carousel .carousel-inner .learnmore a{
	display:inline-flex;
}

#main-carousel .carousel-inner .download a {	
    margin: 0 15px 0px 0;
}


#main-carousel .carousel-inner .download a img{
	height: 36px;
    width: 123px;
} 

#main-carousel .carousel-left{
	left:-50px;
}

#main-carousel .carousel-right{
	right:-50px;
}


#main-carousel .carousel-left,
#main-carousel .carousel-right{
	padding: 15px;
	z-index: 12;
	font-size: 60px;
	color: rgba(255, 255, 255, 0.52);
	top: 50%;
	position: absolute;
	margin-top: -60px;
	text-align: center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

.carousel-right {
  right:65px
}

.carousel-left {
  left:65px
}

#main-carousel .carousel-left:hover,
#main-carousel .carousel-right:hover{
	color: #F6F6F6;
}



@media (min-width:992px){

#main-carousel:hover .carousel-left{
	left:0px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

#main-carousel:hover .carousel-right{
	right:0px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}


#main-carousel .carousel-inner .item.small h1 {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 2px;
}

/*
#main-carousel .carousel-inner .item.small h2 {
    font-size: 30px;
    letter-spacing: 2px;
}


#main-carousel .carousel-inner .item.small p {
	font-size:20px;
    letter-spacing: 1px;
}

#main-carousel .carousel-inner .item.small p.bottom-note {
	font-size:24px;
    letter-spacing: 1px;
} 
*/


}

@media (max-width:991px){

#main-carousel .carousel-left{
	left:0px;
}

#main-carousel .carousel-right{
	right:0px;
}

}




/*=======================
====== About Us CSS =====
=========================*/


#about-us {
	background:#F6F6F6;
	overflow: hidden;
	padding: 85px 0;
}

#about-us h2 {
	margin-bottom:35px
}

.title-one {
	color: #666666;
	display: inline-block;
	font-size: 32px;
	font-weight: 600;
	padding-bottom:10px;
	text-align: center;
	text-transform: uppercase;
	position:relative
}

.title-one:after {
	color: #fc7700;
	content: "||";
	position: absolute;
	right: -40px;
	top: -2px;
}

.title-one:before {
	color: #fc7700;
	content: "||";
	left: -40px;
	position: absolute;
	top: 0;
}


#about-us h4 {
	color: #909090;
	margin-bottom: 50px;
	margin-top: -5px;
	text-transform: capitalize;
}

#about-us p {
	font-weight:300;
	font-size:15px
}

.about-us .col-sm-6 {
	margin-top:50px
}

.about-us h3 {
	font-size: 20px;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.about-us .tab-content {
	background:#FFFFFF;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	padding: 25px;
}

.about-us .nav-tabs li a {
	border-top:2px solid #f6f6f6;
	color:#fc7700
}

.about-us .nav-tabs li.active a, 
.about-us .nav-tabs li.active a:hover, 
.about-us .nav-tabs li.active a:focus {
	border-radius: 0;
	border-top: 2px solid #fc7700;
	color: #333333;
}

.about-us .tab-content 
.pull-left.media-object {
	background-color: #F6F6F6;
	margin-right: 20px;
	padding: 5px;
}

.skillbar {
	position:relative;
	display:block;
	margin-bottom:18px;
	box-shadow:1px 1px 0 0 #333333;
	width:100%;
	background:#43484E;
	height:35px;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
	-webkit-transition-property:width, background-color;
	-moz-transition-property:width, background-color;
	-ms-transition-property:width, background-color;
	-o-transition-property:width, background-color;
	transition-property:width, background-color;
}

.skillbar-title {
	position:absolute;
	top:0;
	left:0;
	width:25%;
	font-weight:bold;
	font-size:13px;
	color:#fff;
	background-color:#fc7700;
}

.skillbar-title span {
	float: none;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	text-align: left;
	display:block;
	background-color:#fc7700;
	padding:0 15px;
	height:35px;
	line-height:35px;
}


.skillbar-bar {
	height:35px;
	width:0px;
	background-color:#fc7700;
	box-shadow:0 1px 0 0 #333333;
}

.skill-bar-percent {
	position:absolute;
	right:10px;
	top:0;
	font-size:11px;
	height:35px;
	line-height:35px;
	color:#ffffff;
}




/*====================
======Service CSS=====
======================*/

#services {
  background-image: url("../images/services/service-bg.jpg");
  color:#fff;
  text-align:center;
  background-color:	#0A0A13;
}

.services {
	display:block;
	margin-top:65px
}

.single-service h3{
    
    font-weight: 700;
    text-align: center;
	margin-bottom:35px;
}

.single-service { 
	padding:25px; 
}

.single-service p {      
	text-align: center;
}

.single-service img {
	max-width:100%;	 
    padding-bottom: 37px;
}

#main-carousel.service-carousel.carousel .carousel-inner .item .single-service img{
	width:100%;
}

.single-service a,
#main-carousel .learnmore a,
a.btn-download {
	cursor: pointer;
    margin: 20px auto;
    width: 160px;
    height: 55px;
    font-size: 17px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    text-align: center;
    background: rgb(237, 27, 46);
    border-radius: 50px;
	text-shadow:none;
} 


.single-service a:hover {
	opacity:.8;
} 



/*=====================
======Our Team CSS=====
=======================*/

#team-carousel {
	position:relative
}

#our-team {
	background-color:#f6f6f6;
	color:#43484E;
}

#our-team h2 {
	color:#43484E;
	margin-bottom:35px;
}

#our-team .team-members {
	padding:0;
	margin-top:55px;
	display:block;
	overflow:hidden
}

.single-member {
	height:430px;
	background-color:#43484E;
	border: 1px solid #43484E;
	color: #f6f6f6;
	padding: 25px;
	text-align:center;
	overflow:hidden;
}

.single-member img {
	width:100%
}

.single-member h4, 
.single-member h5 {
	text-align:center
}

#our-team .socials i {
	background-color:#fff;
	border-radius: 50%;
	color: #43484E;
	display: inline-block;
	font-size:16px;
	height: 30px;
	line-height:28px;
	margin-right: 5px;
	text-align: center;
	width: 30px;
	border-width:1px;
	border-color:#43484E;
	border-style: solid;
	opacity:.5;
	 -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;  
}

#our-team .socials a i:hover {
	opacity:1;
	color:#fff;
	border:0
}

#our-team .socials a .fa-facebook:hover {
	background: #3B5997;	
}

#our-team .socials a .fa-twitter:hover {
  background:#29C5F6
}

#our-team .socials a .fa-pinterest:hover {
  background:#C61118
}

#our-team .socials a .fa-dribbble:hover {
  background:#FF5C93
}

#our-team .socials a .fa-linkedin:hover {
  background:#006DC0
}

#our-team .socials a .fa-google-plus:hover {
  background:#D13D2F
}

#our-team .socials a .fa-flickr:hover {
  background:#7A797B
}

.member-left, .member-right {
	position:absolute;
	top:-43px;
	color:#43484E
}


.member-left {
	left:49%;
}

.member-right {
	left:51%
}



 
/*============================
======Carousel Effect CSS=====
==============================*/


.carousel.scale .carousel-inner > .item.left > div:nth-child(1),
.carousel.scale .carousel-inner > .item.right > div:nth-child(1) {
  -webkit-animation: fadeOutDown 300ms linear 0ms both;
  animation: fadeOutDown 300ms linear 0ms both;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(1),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(1) {
  -webkit-animation: fadeInDown 300ms linear 75ms both;
  animation: fadeInDown 300ms linear 75ms both;
}

.carousel.scale .carousel-inner > .item.left > div:nth-child(2),
.carousel.scale .carousel-inner > .item.right > div:nth-child(2) {
  -webkit-animation: fadeOutDown 300ms linear 75ms both;
  animation: fadeOutDown 300ms linear 75ms both;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(2),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(2) {
  -webkit-animation: fadeInDown 300ms linear 150ms both;
  animation: fadeInDown 300ms linear 150ms both;
}

.carousel.scale .carousel-inner > .item.left > div:nth-child(3),
.carousel.scale .carousel-inner > .item.right > div:nth-child(3) {
  -webkit-animation: fadeOutDown 300ms linear 150ms both;
  animation: fadeOutDown 300ms linear 150ms both;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(3),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(3) {
  -webkit-animation: fadeInDown 300ms linear 225ms both;
  animation: fadeInDown 300ms linear 225ms both;
}

.carousel.scale .carousel-inner > .item.left > div:nth-child(4),
.carousel.scale .carousel-inner > .item.right > div:nth-child(4) {
  -webkit-animation: fadeOutDown 300ms linear 225ms both;
  animation: fadeOutDown 300ms linear 225ms both;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(4),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(4) {
  -webkit-animation: fadeInDown 300ms linear 300ms both;
  animation: fadeInDown 300ms linear 300ms both;
}


/*==================================
====== Isotope Recommended CSS=====
====================================*/

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */




/*==================================
====== Portfolio Hover effect=======
====================================*/


.efffect img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.efffect .mask {
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   cursor: zoom-in;
}
.efffect h4 {   
   background: transparent;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.efffect h3 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   font-size:22px;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.mask a i {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform:rotate(-180deg);
   -moz-transform:rotate(-180deg);
   -o-transform:rotate(-180deg);
   -ms-transform:rotate(-180deg);
   transform:rotate(-180deg);
   -webkit-transition:all 0.5s linear 0.7s;
   -moz-transition: all 0.5s linear 0.7s;
   -o-transition:all 0.5s linear 0.7s;
   -ms-transition:all 0.5s linear 0.7s;
   transition:all 0.5s linear 0.7s;
}
.efffect:hover img {
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.efffect:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.efffect:hover h4,.efffect:hover h3,.efffect:hover a i {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}





/*======================================== APL ===========================================*/

img#pulse_logo{
    height: 50px;
    width: auto;
}

.navbar-header{ 
    padding-left: 14px;	
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.lang_switch{
    display: flex;
    align-items: center;
}


.lang_switch a{	
    padding: 1px 6px;    
	font-weight: bold;
    color: rgb(170, 170, 170);
	font-size:17px;
}

.lang_switch a.active{
    color: #000;
}

.text-white{
	color:#fff !important;	
}

.text-grey{
	color:#687379 !important;	
}

.text-red{
	color:#ed1b2e;
}

.strong{
	font-weight:bolder;
}

.under-line-red{
    position: relative;
	height: 14px;
    bottom: 0em;
    width: 100%;
    margin-top: 5px;
    background-image: url('../img/border-line.png');	
}

.under-line-red:before,
.under-line-red:after{
    content: "";
    display: block;
    position: absolute;
    background: transparent;
    background-repeat: no-repeat;
    width: 8px;
    height: 14px;
}

.under-line-red:before{
    right: -8px;
    background-image: url('../img/border-line-before.png');	
}


.under-line-red:after{
    left: -8px;
    background-image: url('../img/border-line-after.png');
}

.inline{
	display: inline-table;	
} 

.table{
	display: table-cell;
}

.table a,
.table a:hover{
	color:#ff0000;
}

.flex{
	display: flex;	
}

.inline .under-line-red{
    bottom: 0;	
    margin-top: 10px;
	margin-bottom:0px;
}

#main-carousel .carousel-inner .item .under-line-red{
    margin-bottom: 5px;	
}

.bg-color-pink{
	background-color:#ff6f57;
}

.bg-color-red{
	background-color:#ed1b2e;
}

.align-center{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    -webkit-box-pack: center;
    justify-content: center;
}

section h2{
	color:#fff;     
    font-size: 50px;
    font-weight: 700; 
    line-height: 1.5;
}


section.align-center p{
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    padding-top: 22px;
}

section.bg-img-slid{
    background-image: url(../media/img-bg-benefit-1.630f4c40.png);
    padding: 0px;
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat; 
	height:640px;
}



section#download-now .download{
    margin-top: 15px;
    display: inline-flex;
}

section#download-now .download .qr-code{
    width: 120px;
    height: 120px;
    background: url('../media/qrCodePulse.png');  
    background-size: 120px 120px;
    font-size: 25px;
    line-height: 120px;
}

section#download-now .download .store-app{
 	/*display: inline-grid;*/ 
    margin-left: 35px;
}

section#download-now .download .store-app a{
    display: block;
}

section#download-now a{
	margin-bottom:15px;	
}

section#download-now a:last-child{
	margin-bottom:0px;	
}

section#download-now a img{
	width:170px; 
}



.nav-position{
	width: 50%;
    float: right;
    right: 0;
    position: absolute;
    text-align: center;	
}


section ul.sider-nav{
    text-align: center;
    position: absolute;
	width: 100%;
    padding-left: 0;
    margin-top: 60%;
}

section ul.sider-nav li{
    display: inline-block;
    width: 8px;
    height: 8px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #d31526;	
    margin-right: 10px;
}

.absolute{
	position:absolute;
}

section ul.sider-nav li.active{ 
    background-color: #fff;	 
}

section.img-section{
    padding: 0;
}

section .slider-area{
    width: 100%;	
}

section .absolute{
    position: absolute;
    left: 50%;
    top: 0%;
    -webkit-transform: translate(-50%,200%);
    transform: translate(-50%,200%);
    width: 100%;
	max-width:900px;
}

section .slider-area.right img{ 
    float: right;
    right: 0;
	width:50%;
	margin-top:-1px;
}
 
.video-iframe{ 
    width: 100%;
    height: 100%;
    min-height: 500px;

}


section#section-health-assessment{
    background-image: url(../media/herobanner-desktop-5.ba2dcaa8.png);
    padding: 0px;
    background-position: 0 80%;
    background-size: cover;
    background-repeat: no-repeat;   
    background-color: #ff8095;
}

section#section-health-assessment .bg-img{	
    background-image: url(../media/bg-pink.png);
    padding: 0px; 
    background-size:contain;
	background-position:left;
    background-repeat: no-repeat; 
    width: 50%;
    padding: 0px 40px;
    position: absolute;
    float: right;
    right: 55px;
}

section#section-health-assessment,
section#section-health-assessment .bg-img{
	height: 100%;
	max-height:850px;
}

section#section-health-assessment .bg-pink-top{	
    background-image: url(../media/bg-pink-top.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    height: 120px;
    padding: 0;
    position: relative;
	border:0px;
}

section#section-health-assessment .bg-pink-bottom{	
    background-image: url(../media/bg-pink-bottom.png);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100px;
    padding: 0;
    position: relative;
    bottom: 0px;
	border:0px;
}


section#section-health-assessment .bg-pink{
	background-color:#ff8095;		
    border: 0;
    padding: 0px 40px 20px;
	width:100%;
}


section#section-health-assessment .txt-area{
    padding: 0px;
    width: 47%;
    margin-right: 45px;
    float: right;
}

section#section-health-assessment .single-service{
	width:100%;
	text-align:right;	
}

section#section-health-assessment .single-service a{
	float:right;
}


body.personal-health-assistant section{ 
    width: 100%;
    display: inline-table;
}

body.personal-health-assistant section img{ 
    width: 100%;
}


section#section-symptom-checker{ 
    background-color: #ff6f57;  
}

section#section-bmi-selfie{ 
    background-color: #3b6eb6;  
}
  
section#section-air-pollution{ 
    background-color: #fcb21d;  
}
   

section#section-tips-tricks{ 
    background-color: #ff8095;  
} 
 
section#section-hospital-guide{ 
    background-color: #fcb21d;  
}
 
section img{
	max-width:100%;
}


.full-height{
	height:100%;		
}

a.btn-white{
	background-color:#fff;
	color:#ff8095;
}

a.btn-white{
	background-color:#fff;
	color:#ff8095;
}

.non-padding{
	padding:0px;
} 

.personal-health-assistant h2{
	font-size:64px;
	line-height:64px;
} 

.title_download{
	font-size:50px !important;
	line-height:1.5 !important;
}

.personal-health-assistant .txt-area p,
.personal-health-assistant .txt-area ol li{
	font-size:28px;
	line-height:36px;
	word-break:break-word;
    white-space: normal;
	width:100%; 
}

.sub-title{
	font-size:36px;
	line-height:44px;
}

.personal-health-assistant .txt-area ol{
	width:100%;
}

.personal-health-assistant .txt-area ol li{
	color:#fff;
	
}


/**
.personal-health-assistant section.small h2{ 
    font-size: 45px;
    line-height: 45px;
	letter-spacing: 2px;
} 

.personal-health-assistant section.small .sub-title{ 
    font-size: 30px;
    line-height: 38px;
	letter-spacing: 2px;
}

.personal-health-assistant section.small .txt-area p,
.personal-health-assistant section.small .txt-area ol li{
	font-size:20px;
	letter-spacing: 1px;
}
**/

.personal-health-assistant .txt-area p.small{
    font-size: 12px;
    line-height: 16px !important;
    letter-spacing: .5px;
}

footer{
	font-size: 12px;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    color: rgb(132, 146, 155) !important;
    background: rgb(255, 255, 255);
    padding: 1rem 15px 0px;
}


footer .copyright{
    padding: 0px 0.5rem;
}


footer .footer-logo{
	height:50px;
}


footer .tnc {
	position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 14px;
    bottom: 10px;
	text-align:center;
}

footer .tnc a,
footer .tnc a:hover{
	padding: 30px 1rem 10px;
    cursor: pointer;
	font-weight: bold;
    color: rgb(132, 146, 155);
    text-decoration: none;
}

.our-service .single-service p{
	min-height:115px;
}


#modal-terms .modal-dialog,
#modal-privacy .modal-dialog{	
    top: 10%;
    transform: translate(-50%,00%);
}


#anchor-link{
    background-color: #343a40;
    text-align: center; 
	display:inline-flex;
    top: 0px;
    -webkit-box-align: center;
    align-items: center;
     
    min-height: 50px;
    margin: 0px auto;
    padding: 0;
    margin-top: 50px;
    text-transform: none; 
	position: fixed;
	z-index: 1000; 
	width: 100%;
}

#anchor-link ul{    
	display: inline-flex;
    list-style-type: none;
    margin: auto;
    padding: 0;
	
}
 
#anchor-link ul li a{
    cursor: pointer;
    color: white;
    white-space: nowrap;
    padding: 10px 20px;
    text-decoration: none;
	font-size:16px;
	display:inline-flex;
}

#anchor-link ul li a:hover{
	color: rgb(102, 102, 102);  
}

#main-carousel .carousel-indicators{
	display:none;	
}

.services-title{
    font-size: 36px;
    line-height: 48px;
}

#meet-your-health{
	margin-top:50px;
}
 

#what-for-you .absolute p{ 	
    font-size: 35px;
    line-height: 38px;
	max-width:100%;
	width:100%;
	text-align:center;
	padding-top:0px;
}



.video_player{
	max-width:100%;
}
 
.video_player img{
	max-width:100%;
	width:100%;
}
 
.video_player{
	margin-top:25px;
}

.video_player a.btn-primary{
	text-align:left;
    padding: 0;
    margin: auto;
    background: transparent;
    color: transparent;
	border:0px;
}


#what-for-you .absolute{	  
	-webkit-transform: translate(-50%,180%);
	transform: translate(-50%,180%);
	text-align:center;
}



#what-for-you h2,
#what-for-you p,
#what-for-you .video_player{
	width:100%;
	text-align:center;
}


#what-for-you .video_player img{	 
	max-width: 700px;
}

.modal-dialog{
	height: 600px;    
	width: 1000px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}	


.faq-box{
	border: 1px solid #e5e5e5;
 	margin: 60px auto 0px;
}


.faq-box .question{
    background-image: url(../img/faq_icon.png); 
    background-position: left;
    background-position-x: 5px;
    background-size:35px;
    background-repeat: no-repeat;    
    margin-bottom: 20px;
	background-color: #e5e5e5;
	
}

.faq-box .question h3{ 
	margin: auto;
    padding: 10px 0px 7px 50px;
}



.faq-box .answer{ 
	    padding: 0px 10px 10px;
}

.faq-box .answer a{ 
    color: #687379;
} 


section.img-right .txt-area{
	padding-left:50px;
    padding-top: 10%; 
    width: 100%;
    white-space: normal;
	display:inline-block;
}

section.img-right .pc{
	padding-right:50px;
}


section.img-left .txt-area{
	padding-right:50px;
    padding-left: 50px;
    padding-top: 10%; 
    width: 100%;
    white-space: normal;
	display:inline-block;
}


section.img-left .pc{
	padding-left:50px;
}

 

section#download-now .click-download p{	
    font-size: 18px;
    line-height: 18px;	
}

section#download-now .click-download a{
	text-decoration:underline;
	color:#fff;
}

table.appendix_2{
	max-width: 1200px;
    width: 100%;
}
 
table.appendix_2 td,
table.appendix_2 th{
	width:auto;
	padding-bottom:5px;	
}

table.appendix_2 tr td:nth-child(1){
	width:200px;
}
 

table.appendix_2 a{
	color:#687379;
}


@media (min-width:1280px){
	section.bg-img-slid{
    	height: 600px;
	}		
}

@media (min-width:1440px){
	section.bg-img-slid{
    	height: 645px;
	}		
}

@media (min-width:1660px){
	section.bg-img-slid{
    	height: 780px;
	}	
	 
}

@media (min-width:1920px){
	section.bg-img-slid{
    	height: 900px;
	}		
	
}


@media (min-width:1921px){
	section#section-symptom-checker .txt-area{		
		margin-bottom: 150px;
		margin-top: 100px;
	} 
}



@media (max-width:1850px){
	
	section#section-health-assessment .bg-img{ 
    	padding-left: 5%;
    	width: 55%;
	}
		 
}
 

@media (max-width:1750px){
	
	section .absolute{
		-webkit-transform: translate(-50%,150%);
    	transform: translate(-50%,150%);
	}
	 
	 
}

@media (max-width:1650px){
	
	section#section-health-assessment .bg-img{   
		width: 65%;
	} 
}

 


@media (max-width:1440px){
	
	section .absolute{
		-webkit-transform: translate(-50%,100%);
    	transform: translate(-50%,100%);
	}
 
	section#section-symptom-checker .txt-area{ 
		margin-bottom: 0px;
		margin-top: 0px;
	}  
	
	
	#what-for-you h2 {
		font-size: 40px;
		line-height: 1.3;
	}
	
		
	#what-for-you .absolute p{ 	
		font-size: 28px;
		line-height: 32px; 
	}
	
	
	#what-for-you .video_player img{
		max-width:500px;
	}
	
	section.img-left .txt-area,
	section.img-right .txt-area{
		padding-top:5%;
	}
		
	#main-carousel .carousel-inner p {
		max-width:500px;
	}


}
 
 
 
@media (max-width:1420px){
 
	
	section#section-health-assessment .bg-pink-top,
	section#section-health-assessment .bg-pink-bottom{ 
    	height: 90px;
	}
	section#section-health-assessment, 
	section#section-health-assessment .bg-img{
		max-height:950px;
		height:950px;
	}
	 
}
 
@media (max-width:1280px){
	
	section .absolute{
		-webkit-transform: translate(-50%,100%);
    	transform: translate(-50%,100%);
	}
	
	
	.personal-health-assistant h2{
		font-size: 54px;
    	line-height: 54px;
	}
 	
	.personal-health-assistant h3{		
	    font-size: 23px;		
	}
	
	.personal-health-assistant .txt-area p,
	.personal-health-assistant .txt-area p, 
	.personal-health-assistant .txt-area ol li{
	    font-size: 20px;
		line-height:26px;
	} 
	
	section#section-health-assessment .bg-img{
		padding-left: 5%;
		width: 60%;	
	}
	
	
	.our-service .single-service h3{ 
	    min-height: 52px;
	}
	
	.our-service .single-service p{
		min-height:115px;
	} 
	
	#what-for-you h2 {
		font-size: 35px;
		line-height: 1.2;
	}
	
		
	#what-for-you .absolute p{ 	
		font-size: 24px;
		line-height: 28px; 
	}
	
	
	#main-carousel .carousel-inner p {
		max-width:450px;
	}
	
	
	section#section-health-assessment{
    	max-height: 800px;		
	    height: 800px;
	}
	
	section#section-health-assessment .bg-pink-top,
	section#section-health-assessment .bg-pink-bottom{ 
    	height: 75px;
	}
	 
	
} 

@media (max-width:1180px){
	section .absolute{
		-webkit-transform: translate(-50%,50%);
    	transform: translate(-50%,50%);
	}
	
	.modal-dialog {
		height: 500px;
		width: 900px;
	}
	  
	 
}
 

 

@media (max-width:1024px){
	
	
	section#section-health-assessment{
    	max-height: 600px;
	    height: 100%;
	}
	
	section#section-health-assessment .bg-img{		
		padding-left: 55px;
		width: 55%;
		height: 800px;
		min-height: 500px;
		right: 10px;
	}
	
	section .absolute {
		-webkit-transform: translate(-50%,30%);
		transform: translate(-50%,30%);
	}
	
	#what-for-you .absolute{
		-webkit-transform: translate(-50%,100%);
    	transform: translate(-50%,100%); 
	}
	
	.personal-health-assistant h2{
		font-size:36px;
		line-height:36px;
	}
	
	.sub-title{
	    font-size: 30px;
	    line-height: 35px;
	}
	 
	.personal-health-assistant .txt-area p, 
	.personal-health-assistant .txt-area p, 
	.personal-health-assistant .txt-area ol li{		
		font-size: 16px;
		line-height: 20px;		
	}
	 
	section#section-health-assessment .txt-area{ 
		width: 50%;	
	    margin-right: 15px;	
	}
	
	section#section-health-assessment .single-service a{
		margin:0px;
	}
	
	section#section-symptom-checker .bg-img{		
	    right: 25px;
	}
	
	section#section-symptom-checker .txt-area{		
	    padding-right: 0px;
		margin-left: 30px;
	}
	
	section h2{
		font-size:40px;			
	}
	
	#what-for-you .absolute p{
		padding-top:10px;	 
	}
	
		 
	
	table.appendix_2 tr td:nth-child(1){
		width:auto;
	}
 
}



@media (min-width:992px){ 
	
	.mo{
		display:none !important;
	}
	
	
	
	 section#section-health-assessment{
		 display:block;
	}
	
	
	section .txt-area.paddint-top-none{
		padding-top: 0% !important; 
	}
	
	 
}


@media (max-width:1280px){
	.tablet{
		display:none !important;
	}
}

@media (max-width:991px){
	
	.pc{
		display:none !important;
	}
	
	body{		
	    font-size: 18px;
    	line-height: 24px;
	}
	
	body section{
		padding:45px 0px;
	}
	
	
	
	#main-carousel.service-carousel.carousel .carousel-inner .item{
		background-image:none !important;
	}
	 
	header .download_app{
		width: 100%;
		text-align: right;
	}
	
	
	header .download_app a{
		color: #fff;
		min-height: 50px; 
		font-size: 14px;
		font-weight: bolder;
		padding: 17px; 
		background-color: #ed1b2e;
	}
	
	#navigation .navbar-nav.navbar-right li a{
		padding: 14px 0px;	
	}
	
	#navigation .navbar{		
	    margin-bottom: 0px;
	}
	
	
	#navigation .navbar-nav.navbar-right li ul.submenu{
	    list-style-type: none;
    	padding-left: 0px;  
		display:none;
	} 
	
	#navigation .navbar-nav.navbar-right li a.open ~ ul.submenu{  
		display:block;
	}  
	
	#navigation .navbar-nav.navbar-right li ul.submenu li a{ 
	    display: block;
   		padding: 11px 0px;
	}
	
	#navigation .navbar-nav li i{
	    float: right;
		position: absolute;
		top: 14px;
		right: 0px;
	}
	 
	
	#navigation .navbar-nav.navbar-right li:hover a, 
	#navigation .navbar-nav.navbar-right li:hover{
		background-color:#fff;		
	}
	
	#main-carousel .carousel-caption{
		padding: 0px 10px 0px 30px;
	}
	
	#main-carousel .carousel-inner .item .under-line-red{
		margin:0px;		
	}
	
	#main-carousel .carousel-inner p{
	    font-size: 16px;
    	line-height: 19px;
	    width: 90%;
	}
	
	#main-carousel .carousel-inner p.bottom-note{
		font-size:18px;
	}
	
	
	.services-title{
	    font-size: 20px;
	    line-height: 26px;
	}
	
	.single-service{
		padding:0px;
	}
	
	h3, .h3{
		font-size:20px;
	}
	
	.single-service h3{
	    margin-bottom: 25px;				
	}
	
	.inline .under-line-red{
		margin-top:0px;		
	} 
	
	.service-carousel.carousel .carousel-inner .item h3{
		font-size: 20px;
		line-height: 24px;
		text-align: center;
		color: rgb(104, 115, 121);
		text-shadow:none;
	}
	
	#main-carousel.service-carousel .carousel-caption{
	    padding: 0px;		
	}
	
	.service-carousel.carousel .carousel-inner .item p{
		color: rgb(104, 115, 121) !important;
		width: 100% !important;
		font-size: 18px !important;
		line-height: 24px !important; 
	}
	
	
	section .absolute{
		position:relative;
	    left: 0px;
		-webkit-transform:none;
		transform:none;
	}
	
	section h2{
		font-size:32px;				
	    line-height: 1.1;
	}
	
	section.align-center p{
	    font-size: 20px;
	}
	
	section .slider-area{
		overflow:hidden;
	}
	
	section .slider-area.right img{
		width: 105%;
		margin-top: 25px;		
	}
	
	.nav-position{
		width:100%;		
	    margin-top: 10%;
	    margin-right: 2.5%;
	}
	
	#what-for-you{
		text-align:center;
	}
	 
	#what-for-you h2{		
	    margin-top:60px;
		width:100%;
		margin-bottom:0px;
		width:100%;
	}
	
	
	#what-for-you .absolute p{
		margin-bottom:0px;
		font-size: 20px;
    	line-height: 26px;
		width:100%;
		text-align:center;		
	}
	
	 
	
	section#download-now a{
		margin-right: 0px;
    	display: block;
	    margin-bottom: 25px;		
	}
	
	footer{
		display:block;
		text-align:center;
		padding-bottom:1rem;
	}
	
	#footer p{
	    margin: 10px auto;		
	}
	
	footer .tnc{    
		display: block;
		text-align: center;
		position: relative;
		left: unset;
		transform: unset;
		margin: 15px auto 0px;
	}
	 
	#anchor-link{    
		position: fixed; 
		overflow: scroll;
		width: 100%;
		text-align: left;
		padding-left: 0;
		left: 0;
		display: -webkit-box;
	}
	
	#meet-your-health{
    	margin-top: 80px;
	}
	
	#meet-your-health h2{
		font-size: 35px;
    	line-height: 45px;
    	margin-top: 50px;
		margin-bottom:-20px;
	}
	
	#meet-your-health p{
		font-size: 20px;
		line-height: 30px; 
	}
	
	section#section-health-assessment{
		background-image: none;
		height: auto;
		background-position: top center;
		position: relative;
		background-size: contain; 
	}
	
	section#section-health-assessment .bg-img{
		padding-left: 0%;
		width: 100%;
		position: relative;
		margin-top: 500px;
		right: 0;
		background-image: none;
		background-color: #ff8095;
		height: auto;
		padding: 0;
	}
	
	section#section-health-assessment .mo-img,
	section#section-health-assessment .mo-img img{
		width: 100%;
		max-width: 100%;				
	}
	
	section#section-health-assessment .txt-area{
		padding: 0px 15px 0px 35px;
		width: 100%;  
		margin-top:0px;			
		clear: both; 
	}
	
	.personal-health-assistant h2{
	    font-size: 35px;
	    line-height: 45px;
	}
	
	section#section-health-assessment .single-service a{
		margin-bottom: 45px;
		margin-top: 0px;	
	}
	
	 
		
	.personal-health-assistant .txt-area p, 
	.personal-health-assistant .txt-area p, 
	.personal-health-assistant .txt-area ol li{
	    line-height: 28px;
	}
	
	#anchor-link{
		font-size:14px;
	}
	
	#main-carousel.service-carousel .carousel-indicators{		
	    display: block;
		bottom:0px;
	}
	
	#what-for-you .video_player{
		margin-top:35px;
	}
	 
	
	#main-carousel.service-carousel .carousel-indicators li{
		background: #687379;
		border: 1px solid grey;
		width: 8px;
		height: 8px;
		margin: 5px;
		text-indent: -9999px;
	}
	
	#main-carousel.service-carousel .carousel-indicators li.active{
		background: #ed1b2e !important;
		color: #ed1b2e;
		border: 1px solid #ed1b2e;
	}
	
	section.align-center p{
		padding-top: 15px;
	}
	
	section ul.sider-nav{
	    left: 9px;
    	margin-top: 75%;		
	}
	
	
	
	#main-carousel .carousel-caption{
		display: block;
    	margin-top: 50px;
		max-width:60%;		
	}
	
	
	#main-carousel.service-carousel .carousel-caption{ 
		max-width:100%;		
	}
	
	#main-carousel.service-carousel .carousel-inner .item{
	    height: 650px !important;
		width: 350px;
		max-width:350px;
		text-align: center;
		margin: auto;
	}
	 
	
	section#section-symptom-checker .bg-img{
		position: relative;
		width: 100%; 
		right: 0px;   
	    background-image: none;
		height: auto;  
	}
	  
	 
	
	section#section-symptom-checker .txt-area{
		width:100%;
	    margin:auto;		
	    padding: 0px 15px;
	}
	
	section#download-now .download .store-app{
		margin-left:0px;
	}
	 
	#what-for-you .absolute{
	    -webkit-transform: translate(0%,0%);
	    transform: translate(0%,0%);
	} 
	
	.video_player{
	    max-width: 100%;
		display:block;
		position:relative;
	}
	
	.video-iframe{		
	    min-height: 400px;
	}
	 
	.modal-dialog{
		width: calc(100% - 30px);
    	margin: auto;
	}
	
	section#section-health-assessment .bg-pink{
		padding:0px;
	}
	
	 section#section-symptom-checker .txt-area{
		 margin-bottom:0px;
	 }
	 
	 section#section-symptom-checker .txt-area{
		 margin-bottom:0px;
	 }
	 
	 section#section-symptom-checker,
	 section#section-health-assessment{
	    padding-bottom: 75px;		 
	 }
	
	section#section-air-pollution{
		padding-top:40px;
	}
	
	section#section-air-pollution{
		padding:45px 0px;
		background-image:none;
	}
	
	section.img-left .txt-area, 
	section.img-right .txt-area{ 
		padding-right: 15px;
		padding-left: 15px;
		width: 100%;
	}
	
	section#section-air-pollution .txt-area{
		padding-bottom:0px;
	}
	
}
/**END max-width:991px  **/


@media (max-width: 800px){
	/*#main-carousel .carousel-inner .item:nth-child(1){
		background-image:url("../media/herobanner-mobile-1.e1bcaa71.png") !important;
	}
	
	#main-carousel .carousel-inner .item:nth-child(2){
		background-image:url("../media/herobanner-mobile-3.a95658c9.png") !important;
	}
	 
	#main-carousel .carousel-inner .item:nth-child(3){
		background-image:url("../media/herobanner-mobile-6.9ae3623f.png") !important;
		background-position:left;
	}
	
	#main-carousel .carousel-inner .item:nth-child(3) h1,
	#main-carousel .carousel-inner .item:nth-child(3) p{
		color:#687379 !important;		
	}*/

	#main-carousel .carousel-inner .item{
		height: 700px !important;
    	background-position: bottom right;
	} 
	
	#main-carousel .carousel-inner .learnmore a{		
	    margin: 0;		
		width: 130px;
		height: 40px;
		font-size: 16px;
	}
	 
	#main-carousel .carousel-inner h1{ 
		margin-top:15px;	
		font-size: 18px;
		line-height: 22px;
	}
	
	#main-carousel .carousel-inner h2.sub-heading{
		font-size:16px;
	}
}


@media (min-width: 768px){
	.mo_menu{
		display:none !important;
	}
	
}

@media (max-width: 767px){
	.pc_menu{
		display:none !important;
	}
	 
	
	 
	section#section-tips-tricks .txt-area{
		margin-top:-25px;
	}
	   
	#main-carousel .carousel-caption{
		max-width:100%;
	}
	
	#main-carousel .carousel-inner .item{
		height:600px !important; 
	}
	 
	
	.big_txt {
    	font-size: 28px !important;
	}	
	.title_download{
		font-size:32px !important;
		line-height:1.3 !important;
	}
	
	
	.margin-bottom-s-mo{
		margin-bottom:10px !important;		
	}
 
	
	#main-carousel .carousel-left, 
	#main-carousel .carousel-right{
		font-size: 45px;
		padding: 5px;
	}
	
	
	.modal-dialog{
	    width: calc(100% - 20px);
		height:230px;
	}
	
	.modal-body {
     	padding: 0px 10px 10px;
	}
	
	.video-iframe{
		min-height: 230px;
	}
	 
	#section-health-assessment .video_player,
	#section-symptom-checker .video_player{
		margin-bottom:15px;
	    clear: both;
		float:left;
	} 
	
	section#section-health-assessment .mo-img img{
		float:left;
		display:block;
		clear:both;
	}
	
	section#section-health-assessment{
		padding:0px 0px 45px;
		display:table;
	}
	 
	section#section-health-assessment .txt-area{		
		padding: 0px 15px; 
		float:left;
		display:block;
		clear:both;
		height:100%;
	}
	
	section#section-symptom-checker, 
	section#section-health-assessment{
		padding-bottom:45px;
	}
	
	
	 
	
	section#section-tips-tricks .txt-area .sub-title{
		margin-top:20px;
	}
	
	section#section-tips-tricks .txt-area{
		margin-top: 5px !important;
	}
	
	#main-carousel .carousel-inner h1 br{ 
		
	}
	
}

@media (max-width: 400px){
	    
	section#section-tips-tricks .txt-area{
		margin-top:-25px;
	}
	 
	ection#section-tips-tricks .txt-area .sub-title {
		margin-top: 15px;
	}
	
	 
	
}




@media (max-width: 320px){
	  
	
	section#section-symptom-checker .txt-area{
		margin-top:-100px;
	}
	
	section#section-tips-tricks .txt-area{
		margin-top:-50px;
	}

	
}
.big_txt {
    font-size: 48px;
    font-weight: 700; 
}
 
.hide{
	display:none !important;	
}
 
 
.tc_list{
    list-style-type: decimal;
}

 
.tc_list>li{   
	margin-bottom: 25px;
}




/***** For download now button hidden *****

#navigation .navbar-nav.navbar-right li.menu_download,
a.download,
section#download-now{
	display:none !important;	
}

***** End for download now button hidden *****/


div.free img{
	width:200px;
}

ul.sub-heading{
    list-style-type: disc;
    margin-bottom: 0;
}

ul.sub-heading li{
	color:#687379;
	font-size:35px;
    line-height: 40px;
	font-weight:bolder;
}

.item p.tnc{
	color:#687379 !important; 
    margin-top: 0 !important;
	font-size:16px !important;
}

#offer-banner{	
    padding: 0;
}

#offer .container{
	max-width:1280px;		
}


#offer img{	
    width: 100%;
	max-width:380px;
	margin-bottom:50px;
}

.offer-list{
	margin-top:50px; 
}

.offer-list .text-right{
	padding-right:30px;	
}

.offer-list .text-left{
	padding-left:30px;	
}

#offer p.tnc{	 
	font-size: 16px;
    line-height: 24px;
    color: #687379;
    margin: 30px auto;
}

#offer-banner #main-carousel .carousel-caption > div{
	vertical-align: top;
}

#offer-banner #main-carousel .carousel-inner h1{
	color: #ed1b2e !important;
	margin-top: 40px;
}


@media screen and (max-width: 800px){
	#main-carousel .carousel-inner .item:nth-child(1){
	    background-position: bottom right;
	}
	
	div.free img{
		width:120px;
	}

	
	ul.sub-heading li{
		font-size:16px;
		line-height: 1.2;
	}
	
	ul.sub-heading{
		padding-left:15px;
		margin-bottom:15px;
	}
	
	.item p.tnc{ 
		margin-top: 15px !important;
		font-size:12px !important;
	}
	
	.offer-list .text-right{
		padding-right:15px;	
	}
	
	.offer-list .text-left{
		padding-left:15px;	
	}	
	
	#offer img{
		margin-bottom:0px;
	}
	
	#offer p.tnc{	 
		font-size: 12px;
		line-height: 18px;
	}
		
	#offer h1{	 
		font-size: 26px;
		line-height: 30px;
	}
	
	#offer-banner #main-carousel .carousel-inner h1{
		margin-top: 10px;
		font-size: 25px;
	}
	
	.table{			
		max-width: 100%;
		word-break: break-word;

	}
}






