/*Main style*/
 @import url(//fonts.googleapis.com/css?family=Open+Sans:400,700,300,500);
*{
  	margin: 0;
  	padding: 0;
    box-sizing: border-box; 
 }
html, html a {
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004) !important;
}
input[type=text],textarea {   
    /* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Then Style */
    outline: none;    
}
input[type=submit],input[type=button],.contact-us-btn,.social-login a, .modaljs button, .date_time-button .book-service-btn,.book-service-btn,.next2, .continue,.coupon-btn,.u-form-group button{
  box-shadow: -1px 4px 8px 0 rgba(0, 0, 0, 0.34) ;
  -moz-box-shadow: -1px 4px 8px 0 rgba(0, 0, 0, 0.34);
  -webkit-box-shadow: -1px 4px 8px 0 rgba(0, 0, 0, 0.34);
}
.overflow-hiddenb{
    height: 100%;
    overflow-y:hidden;
    -webkit-overflow-y: hidden; /* added css prefix for safari */
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
body{
  font-family: 'Open Sans' !important;
  height:100%;

 }
 .container-full {
    width: 100%;
    max-width: 1800px;
    padding: 0 15px;
    margin: 0 auto;
}
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #ebebeb;
    border-radius: 14px
}

::-webkit-scrollbar-thumb {
    background-color: #3FB661;
    border-radius: 5px;
}

::-webkit-scrollbar-track {
    background-color: #f9f9f9;
    border-radius: 5px;
}
a{
    text-decoration: none !important;
    cursor: pointer;
}
li{
  outline: none;
}
.padding-0{
 padding: 0 !important;  
}
.padding-10{
padding: 10px !important;  
}
.padding-30{
padding: 30px !important;  
}
.margin-top-50{
  margin-top: 50px;
}
.margin-top-40{
  margin-top: 40px;
}
.margin-top-20{
  margin-top: 20px;
}
.margin-top-10{
  margin-top: 10px !important;
}
.margin-top-0{
  margin-top: 0 !important;
}
.margin-top-30{
  margin-top: 30px;
}
.bold-text{
  font-weight: bold;
}
.heading{
    font-size:30px;
    margin-top:0px;
}
.desciption-p{
  font-size: 17px;
  font-weight: normal;
  color:grey;
}
.errMsg{
  color:#b81818;
  font-size:12px;
  margin:6px 0 !important;
  display:none;
}
#login_modal_otp,#login_modal_signup,#login_modal_otp-1,#login_modal_signup-1,#login_modal_package-1{
  display:none;
}
.login_modal_login-1{
}
.login_modal_otp-1{
  margin-top:130px;
}
.login_modal_signup-1{
  margin-top:100px;
}
.home-h2 {
    padding-top: 7px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin: 10px;
}
.home-h2-1{
    padding-top: 30px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-align: left;
    /* margin: 10px; */
}
.know_section {
    padding: 1.5em 5em 0 5em;
    background-color: rgb(56,72,97);
}
.know_text{
  margin-top:30px;
}
.know_text_head {
     padding-top: 7px;
    text-align: left;
    font-size: 26px;
    font-weight: 600;
    color:white;
}
.know_text_subhead {
    font-size:17px;
    padding-top: 7px;
    text-align: left;
    font-weight: 400;
    margin: 5px 0px 40px 0px;
    color:white;
}

.dark-btn-lg {
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px 0px;
    margin-bottom: 10px;
    border-radius: 30px;
    border: none;
    color: #fff;
    background-color: #1f2935;
    box-shadow: 3px 2px 10px 1px #1f2935;
}
.section-header-underline {
    width: 55px;
    background: #4f4f4f;
    border-radius: 5px;
    border: 1px solid #4f4f4f;
    padding: 1px;
    transform: translate(-50%, -50%);
    left: 50%;
    position: relative;
    top: 13px;
}
#idmobilesidebar{
  visibility:hidden;
}
#autocomplete_result{
  display:none;
}
.mobile-img{
  float:right;
}
.bar-img{
  width: 100%; 
  margin: 5px 0 0 0
}
.app-sec-padding-left{
  padding-left:5%;
}
.white{
  color: white;
}

.testimonial h5{
  font-size:14px;
  color:grey;
  font-weight:600;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 768px) {
.heading{
  font-size:20px;
  font-weight: 600;
  margin-top:10px;
}
.gradient-back{
  margin-top:57px !important;
}
.top-box{
  font-size:9pt;
  padding:4px;
}
}
/*mobile sidebar style*/
@media only screen and (min-device-width : 320px) and (max-device-width : 768px) {

[sidebarjs-background], [sidebarjs] {
  top: 0px;
  left: 0;
  bottom: 0;
  position: fixed;
  width: 100%;
  height: 100%;
}

[sidebarjs].sidebarjs--left, [sidebarjs].sidebarjs--left [sidebarjs-container] {
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0); }

[sidebarjs].sidebarjs--right, [sidebarjs].sidebarjs--right [sidebarjs-container] {
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0); }

[sidebarjs].sidebarjs--left [sidebarjs-container] {
  box-shadow: 2px 0 4px rgba(0, 0, 0, 0.2); }

[sidebarjs].sidebarjs--right [sidebarjs-container] {
  box-shadow: -2px 0 4px rgba(0, 0, 0, 0.2);
  margin-left: auto; }

[sidebarjs-background] {
  position: absolute;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

[sidebarjs-container] {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 76%;
  max-width: 300px;
  height: 100%;
  background: #fff;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s; }
  
  .showBlock{
    display:block;
  }

[sidebarjs] {
  position: fixed;
  z-index: 9999;
  -webkit-transition: -webkit-transform 0s ease 0.3s;
  transition: -webkit-transform 0s ease 0.3s;
  transition: transform 0s ease 0.3s;
  transition: transform 0s ease 0.3s, -webkit-transform 0s ease 0.3s; }
  [sidebarjs].sidebarjs--is-visible {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0s ease 0s;
    transition: -webkit-transform 0s ease 0s;
    transition: transform 0s ease 0s;
    transition: transform 0s ease 0s, -webkit-transform 0s ease 0s; }
    [sidebarjs].sidebarjs--is-visible [sidebarjs-container] {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); }
    [sidebarjs].sidebarjs--is-visible [sidebarjs-background] {
      opacity: .7; }
  [sidebarjs].sidebarjs--is-moving {
    -webkit-transition: none;
    transition: none; }
    [sidebarjs].sidebarjs--is-moving [sidebarjs-container], [sidebarjs].sidebarjs--is-moving [sidebarjs-background] {
      -webkit-transition: none;
      transition: none; }
}
/*header stylesheet*/
.header{
  position: fixed;
  top: 0;
  width: 100%;
  will-change: transform;
  transition: transform 0.25s ease-in-out;
}
.header-unpin2{
  transform: translateY(-127px);
}
.header-content-inner{
  position:relative;
  top:18px;
}

.header-unpin{
  transform: translateY(-70px);
}

.header-pin{
  transform: translateY(0);
}
.dropdown-padding-right-0{
  padding-right:0;
}
.dropdown-profile{
  min-width:155px !important;
  padding:10px !important;
}
.hidden-sidebar{
  visibility:hidden;
}
.cursor-nodrop{
  cursor:default;
}
/*autocomplete search*/
.search-form{
  margin:20px 0;
  display:inline-block;
}
.search-box-img{
  margin:13px 12px 0 10px;
}
.search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 13px;
}
.search::-moz-placeholder { /* Firefox 19+ */
  font-size: 13px;
}
.search:-ms-input-placeholder { /* IE 10+ */
  font-size: 13px;
}
.search:-moz-placeholder { /* Firefox 18- */
  font-size: 13px;
}
#autocomplete_result {
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  border-top: 0;
  position: absolute;
  top: 48px;
  left:4px;
  border-radius: 8px;
  overflow: auto;
  min-height:auto;
  background: #fff;
  z-index:2;
}
 #autocomplete_result {
  width: 98%;
  box-sizing: border-box;
  margin-top:3px;
}
 #autocomplete_result a {
  padding: 10px;
  margin: 0;
  color: #000;
  cursor:pointer;
  font-size:13px;
  display:block;
  width:100%;
}
#autocomplete_result a:nth-child(2n+1) {
  background: #f6f6f6;
}

#autocomplete_result a:hover {
  background: #e5e5e5;
}

/*dropdown menu style*/
.dropdown .dropbtn {  
  border: none;
  outline: none;
  background-color: inherit;
  color: #111;
  display: block;
  font-weight: 600;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 367px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 4 !important;
  padding: 10px 0px;
  font-weight: 500;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.dropdown-content img{
  margin-right: 10px;
}
.dropdown-content a {
  font-size: 11px !important;
  text-decoration: none;
  display: block;
  text-align: left;
  padding: 10px 5px !important;
    
}
.dropdown-content a:hover {
  background-color:#f3f5f7 !important;
  border-radius: 5px;
}
.dropdown-gmc{
  min-width:205px !important;
  padding:10px !important
}
.servc-footr{
  padding-right: 0;
  padding-left: 4%;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .cards2 {
    height: 186px;
  }
}
@media only screen and (max-device-width : 768px) {
  .cards2 {
    height: 160px;
  }
}
.dropdown:hover .dropdown-content {
  display: block;
}

.green-color:hover{
  color: #3FB661;
}

/*topbox*/
.top-box{
  display:none;
	padding:6px;
	background: #222;
	color: #fff;
	font-size: 10pt;
	font-weight: 500;
}
.top-box span{
	color: #3FB661;
	cursor: pointer;
	margin-left: 10px;
	font-weight: normal;
	text-decoration: underline;
}

.navbar-brand {
  padding: 5px 0 !important;

}
.header-content {
	position: relative ; top: 70px ;  left:140px ;width: 33% ; z-index: 1;
}

@media (min-width: 768px) {
  header {
    min-height: 100%;
  }
   header .header-content .header-content-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

}

/*search bar*/

.bold-heading{
	color: #333;
	font-weight: 700;
	text-align: left;
	width: 100%;
	font-size: 30pt;
}
.banner-box{
  position: relative;height: auto !important; min-height: 340px;
}
.header-content-inner p{
	color: #333;
	font-size: 12pt;
	padding: 0;
	margin-top: 10px;
}
form {
	width:100%;
	margin:30px auto;
}
.search-box{
  display: flex;
  display:none;
  padding: 0px !important;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 26px 64px 0 rgba(0,0,0,.1);
  -moz-box-shadow: 0 26px 64px 0 rgba(0,0,0,.1);
  -webkit-box-shadow: 0 26px 64px 0 rgba(0,0,0,.1);
}

.search {
	padding:15px 1px 15px 13px;
	border-radius: 14px 0 0 14px !important;
	border:none;
	width: 100%;
	background: transparent;
	color: #333; 
	outline: none; 
  font-weight: normal;        
}
.button {
	position: relative;
	padding: 10px 20px;
	border: none;
	background-color: #333;
	color: #fafafa;
	font-weight: 600;
	width: 40%;
	display: inline-block;
	outline: none;
	color: #fff !important;
	border-radius: 20px;        
}
.button:hover  {
	background-color:#3bb34a;
	color:#fff;
}

.sidebar-nav {
  padding: 9px 0;
}

.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
  margin-top: 0;
}

.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px;
}

.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  left: 10px;
  top: 11px;
  left: -6px;
}

.cards{
  -webkit-transition: all .2s;
  transition: all .2s;
  padding: 20px 29px;
  background: #fff;
  margin:0 auto;
  color: grey;
  text-align: center;
  border-bottom: 3px solid transparent;
  height: 100%;
  width:90%;
}
.cards-padding{
  padding:30px 20px;
}
.container-1{
  width:90%;
  margin:auto;
}
.home-slider-nav {
  display: flex;
}
.tns-nav-active .cards,.cards:hover{
  /*border-bottom: 3px solid #3FB661;*/
}
.cards p{
  margin:0px;
}
.know_image{
  width:115%;
  margin:auto;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
	background: transparent !important;
}
#myCarousel .nav a{
	padding: 0;
}
.cards2:hover{
	box-shadow: 0 16px 30px 0 rgba(0,0,0,.3);
  -webkit-box-shadow: 0 16px 30px 0 rgba(0,0,0,.3);
  -moz-box-shadow: 0 16px 30px 0 rgba(0,0,0,.3);
}
.bottom-card-row{
	color: #333; position: relative; bottom: 0px; 
}
.bottom-card-row a{
	text-decoration: none !important;
	cursor: pointer;
}
.cards p, .cards2  p{
	font-size: 11pt;
	font-weight: 600;
	color: #333;
	margin-top: 10px;
}
.love-to-hear {
  height:100%;
    margin-top: 35px;
    padding: 20px 65px 0px 65px;
}
.form-box {
    width:75%;
    margin:auto 0px;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 8px 1px #cecece;
    -moz-box-shadow: 1px 1px 8px 1px #cecece;
    -webkit-box-shadow: 1px 1px 8px 1px #cecece;
}
.package_type{
    width: 100%;
    height: 32px;
    outline: none;
    border: 1px solid #ddd;
    padding: 0 10px;
    color: #333;
    font-size: 0.8rem;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
    font-size: 12px;
    background:white;
}
.cards-img{
  margin-bottom: 20px;
}
.card-p{
  	font-size: 10pt;
	font-weight: 500;
	color: #333;
	margin-top: 15px;
}
.cards span, .cards2 span{
	font-size: 10pt;
	display: inline-block;
}
.customize-tools ul li{
	list-style: none;
	z-index:1;
}
.search:focus {
  box-shadow: 0 26px 64px 0 rgba(13, 14, 13, 0.43);
  border-radius: 20px;
  background: transparent;
}

.green-color{
	color:#3fb661;
}
.ul-border{
  margin-bottom: 0;
}
.navbar-brand{
	color: #333;
	font-size: 15pt;
}
.gradient-back{
	background: rgb(238, 238, 238); /* Old Browsers */
	background: -webkit-linear-gradient(bottom,rgb(238, 238, 238),rgb(255, 255, 255)); /*Safari 5.1-6*/
	background: -o-linear-gradient(bottom,rgb(238, 238, 238),rgb(255, 255, 255)); /*Opera 11.1-12*/
	background: -moz-linear-gradient(bottom,rgb(238, 238, 238),rgb(255, 255, 255)); /*Fx 3.6-15*/
	background: linear-gradient(to top, rgb(238, 238, 238), rgb(255, 255, 255)); /*Standard*/
  margin-top: 90px;
  padding: 0px 0 7px 0;
}
#menu-main li{
	margin-left: 50px;
}
#menu-main li a:hover{
	color: #3FB661;
}
.actv{
    border-bottom: 3px solid #3FB661;
}
#full{
	position: relative;
	width: 100%;
}
#closeButton {
  float: right;
	background: transparent;
  outline: none;
  border: none;
}
.mobile-side-bar{
  display: none;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 768px) {
  .menu-top-padding {
    padding-top: 2px !important;
}
  .navbar-brand img{
    height:32px;
    margin-top:1px;
  }
  
  .top-cont{
    padding-top: 4px !important;
  }
  .banner-box{
    min-height:auto;
  }
  .header-content-inner{
    top:0px;
    padding:0 !important;
    left:0px;
  }
  #header nav ul li{
    text-align: left !important;
  }
	.header-content{
		position: relative !important; top: 0px !important;  left:10px !important;width: 100% !important;  z-index: 1 !important;
	}
	.bold-heading{
		font-size: 22px !important;
		text-align: center;
	}
	[data-tns-role="content"] img{
		height: 225px !important;
	}
	.header-content-inner p{
		font-size: 10pt;
		text-align: center;
	}
  #drop-1{
    display: none;
  }
	form{
		width:100%;
		margin:10px auto;
	}
  .search-form{
    display: none;
  }
	.search-box{
		border-radius: 10px;
		padding: 0;

	}
	#closeButton{
		text-align: center;
	}
	.button{
		padding: 10px 13px;
		font-size: 11px;
		border-radius: 10px;
	}
	#menu-main li{
		margin-left: 0;
	}
  .customize-tools{
    display: flex;
    padding: 6px 0 0;
  }
  .mobile-side-bar{
    display: block ;

  }
  .home-slider-nav{
    display:block;
    padding:0;
    width:100%;
  }
  .customize-tools ul li{
    width:100%;
  }
  .customize-tools ul li.tns-nav-active{
    display:block !important;
  }
  .cards{
    padding:5px 30px 8px 50px;
    height:75px;
    text-align:left;
    width:100%;
    display:flex;
    align-items:center;
  }
  .lbb img{
    margin-right:10px;
  }
  .glyphicon-earphone{
    margin-right:15px;
  }
  .cards img{
    margin-right:4px;
  }
  .cards:hover {
      border-bottom: none;
  }
  .mob-container{
    width:100%;
    margin:0 auto;
  }

  #logo {
  display: block;
  padding: 0;
  width: 100%;
  text-align: center;
  float: none;
}
.mobile-side-bar ul li{
  display: block;
  padding: 12px 0 12px 15px;
}
.mobile-side-bar ul li a{
  text-align: left;
  font-size: 15px !important;
  color: #111;
  font-weight: 600;
  padding: 4px;
  display: flex;
  align-items: center;
}

.toggle + a,
 .menu { display: none; }

.toggle {
  text-align: left !important;
  border: none;
  padding: 0 6px;
  font-size: 16px;
  display: block;
}


[id^=drop]:checked + ul { display: block; }

nav ul li {
  display: block;
  width: 100%;
}

nav.mobile-side-bar ul ul .toggle,
 nav.mobile-side-bar ul ul a { text-transform: lowercase;}

nav.mobile-side-bar ul ul ul a { padding: 0 80px; }


nav.mobile-side-bar ul ul {
  float: none;
  position: static;
  color: #ffffff;
  display: none;
}

nav.mobile-side-bar ul ul li:hover > ul,nav.mobile-side-bar ul ul li {
  display: block;
  width: 100%;
}
nav.mobile-side-bar ul ul ul li {
  position: static;
}
nav.mobile-side-bar ul li {
  display: block;
  width: 100%;
}
.mob-serv-list li a{
  padding: 2px 0 !important;
  font-weight: 500 !important;
  display: block;
}
.lbb{
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}
.cards2:hover{
      box-shadow: 0 8px 12px -1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 8px 12px -1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 8px 12px -1px rgba(0,0,0,0.1);
}
.overflow-hidden{
  overflow-y: hidden;
}
}

#header {
    background-color: #fff;
    padding: 0 0 8px 0;
    z-index: 3;
    min-height: 60px;
    border-bottom: 1px solid #f6f6f6;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear
}
.menu-top-padding{
  padding-top:8px;
}

@media (max-width: 768px) {
    #header .logo img {
        max-width: 80%
    }
}

#header nav {
    position: relative;
}

@media (min-width: 768px) {
    #header nav {
        float: right
    }
}

@media (max-width: 768px) {
    #header nav {
        display: none;
        width: 100%;
        padding-bottom: 10px
    }
    #header nav.menu-active {
        display: block;
        clear: both
    }
}
.nav>li>a:focus, .nav>li>a:hover{
    background: transparent !important;

}

#header nav ul {
    margin: 0;
    padding-left: 0
}

#header nav ul li {
    list-style: none
}

#header nav ul li a {
    color: #111;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none
}

@media (max-width: 768px) {
    #header nav ul li a {
        padding: 4px;
        display: block
    }

}

@media (min-width: 768px) {
    #header nav ul li {
        display: inline-block
    }
    #header nav ul li a {
            padding: 15px 0;
    }
}

#header #menu-icon {
    display: none
}

@media (max-width: 768px) {
    #header #menu-icon {
        background: #fff !important;
        padding: 0px;
        margin: 0;
        position: relative;
        top: 20px;
        display: block;
        float: right;
        z-index: 10;
        cursor: pointer;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px
    }
    #header {
    padding: 0 0 2px 0;
    min-height:1px;
    
}
    #header #menu-icon .icon-menu-hamburguer {
        background: #333;
        width: 30px;
        height: 4px;
        margin: 2px 0;
        display: block;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px
    }
    #header #menu-icon .icon-menu-hamburguer:after,
    #header #menu-icon .icon-menu-hamburguer:before {
        content: '';
        background: #333;
        width: 30px;
        height: 4px;
        display: block;
        margin: 2px 0;
        position: relative;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px
    }
    #header #menu-icon .icon-menu-hamburguer:before {
        bottom: 8px
    }
    #header #menu-icon .icon-menu-hamburguer:after {
        top: 2px
    }
}

#header.active {
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    margin-bottom: 0;
    -webkit-box-shadow:  0 1px 3px 0 hsla(0,0%,84%,.28);
    -moz-box-shadow:  0 1px 3px 0 hsla(0,0%,84%,.28);
    -ms-box-shadow:  0 1px 3px 0 hsla(0,0%,84%,.28);
    -o-box-shadow:  0 1px 3px 0 hsla(0,0%,84%,.28);
    box-shadow:  0 1px 3px 0 hsla(0,0%,84%,.28);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     z-index: 3;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    border: none;
}

#header.active .logo img {
    max-width: 50%

}


/*modal style*/
.modaljs
{
  position:fixed;
  top:16%;
  padding:3px 0;
  border-radius:8px;
  background-color:white;
  z-index:2000;
  width:45%;
  min-height:auto;
  display: none;
  left: 45%;
  margin-left: -200px;
  box-shadow: 0 5px 10px rgba(0,0,0,.5);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,.5);
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.5);
}

.temp-hide{
  display:none;
}

.modaljs.on{
  display:block !important;
}
.modal-js-overlay{
  background-color: rgba(0,0,0,.60);
  opacity:.8;
  position:fixed;
  top:0px;
  width:100%;
  height:1000px;
  z-index:1000;
  left:0px;
}
.modal-js-close {
  position: absolute;
  top: 18px;
  right: 16px;
  font-size: 12pt;
  font-weight: 600;
  border: none;
  text-align: center;
  height: 25px;
  width: 25px;
  border-radius: 50px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #111;
  color: #111;
}


/*login modal style*/
.login-box{  
  height: 500px;  

}
.lb-header{
  position:relative;
  color: #00415d;
  margin: 5px 5px 10px 5px;
  padding-bottom:10px;
  text-align:center;
  height:28px;
}
.lb-header a{
  margin: 0 13px;
  padding: 0 20px;
  text-decoration: none;
  color: #666;
  font-weight: bold;
  font-size: 15px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.lb-header .active{
  color: #029f5b;
  font-size: 18px;
}
.social-login{
  position:relative;
  width: 100%;
  height:auto;
  margin-top: 20px;
}
.social-login a:hover{
  color:#fff;
}
.social-login a{
  position:relative;
  display: block;
  width:100%;
  text-decoration: none;
  color: #fff;
  border: 1px solid rgba(0,0,0,0.05);
  padding: 12px;
  border-radius: 3px;
  font-size: 12px;
  text-transform: uppercase;
  text-align:center;
}
.social-login a i{
  position: relative;
  float: left;
  width: 20px;
  top: 2px;
}
.social-login a:last-child{
  background-color: #4267b2;
}
.login-form{
  width: 60%;
  height:auto;
  margin: 20px auto;
  text-align:center;
}
.u-form-group{
  width:100%;
  margin-bottom: 5px;
}
.u-form-group input[type="text"],.u-form-group input[type="email"]{
  width: 100%;
  height:32px;
  outline: none;
  border: 1px solid #ddd;
  padding: 0 10px;
  border-radius: 2px;
  color: #333;
  font-size:0.8rem;
  -webkit-transition:all 0.1s linear;
  -moz-transition:all 0.1s linear;
  transition:all 0.1s linear;
  font-size: 12px;
}
.u-form-group input:focus{
  border-color: #3fb661;
}
.u-form-group button{
  width:100%;
  background-color: #111;
  border: none;
  outline: none;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  padding: 12px 0;
  border-radius: 3px;
  text-transform: uppercase;
}
.forgot-password{
  width:50%;
  text-align: left;
  text-decoration: underline;
  color: #888;
  font-size: 12px;
}
.login-modal-bottom-text{
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 10px;
}
.or-text-line
{
  height: 1px;
  background: #ccc;
  width: 100%;
  margin:0 auto;
  display: block;
}
.or-text-line span
{
  font-weight: 600;
  font-size: 14px;
  position: relative;
  top: -10px;
  padding: 5px 10px;
  border-radius: 50%;
  background: #fff;
  margin-bottom: 15px;
}
.modal-form-heading{
  font-size:20px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  padding:0 20px;
}
.resend-otp-box{
  font-size: 13px;
  margin-bottom: 15px;
}
.resend-otp-box p{
  margin:5px 0 0 0;
  font-weight: 600;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 768px) {
.modaljs{
    z-index:2000000;
    width: 100%;
    top: 0;
    position: fixed;
    margin:0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 17px 0;
    border-radius:0;
}
.modal-js-close{
  top: 32px;
}
.login-form{
  width: 97%;
}
.modal-form-heading{
  text-align: center;
  margin-top: 55px !important;
  padding:0 10px;
}
.u-form-group input[type="text"]{
  height: 50px;
}
.u-form-group button{
  padding: 15px 0;
}
.u-form-group{
  margin-bottom: 20px;
}
.login-modal-bottom-text{
  margin-top: 20px;
}
.social-login a{
  padding: 15px 0;
}
}

/*home-gapoon-services stylesheet*/
.vis-hid{
  visibility:hidden;
}
.margin-top-package{
  margin-top:20px;
}
.margin-top-package-1{
  margin-top:35px;
}
section.services{
	min-height: 400px;
	padding: 40px 20px 50px;
	background: rgb(248,250,252);
}
section.package{
    min-height: 600px;
    padding: 40px 20px 50px;
    background: rgb(56,72,97);
}
.form-legend {
    text-align: center;
    font-size: 18px;
    font-weight: 550;
    color: #444;
    margin-bottom: 25px;
}
.relaxed-ill{
  margin-top:250px;
}
.form-package{
  width: 100%;
    padding: 6px 12px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    margin-bottom: 35px;
    resize: vertical;
    background: #fff !important;
}
white-heading{
  color:white;
}
section.how-work{
	padding: 40px 20px 50px;
	background: rgb(248,250,252);
}
.services-subhead{
	font-size: 10pt;
	font-weight: 600;
	color: grey;
}
.servc-container-box{
	text-align: center;
	display: block;
}
.cards2{
	 box-shadow:  0 8px 12px -1px rgba(0,0,0,0.1);
    -webkit-box-shadow:  0 8px 12px -1px rgba(0,0,0,0.1);
    -moz-box-shadow:  0 8px 12px -1px rgba(0,0,0,0.1);
    padding: 15px 10px;
    background: #fff;
    margin:0 auto;
    color: grey;
	  border-bottom: 2px solid #3FB661;
    text-align: center;
    border-radius: 4px;
    display: block;
    height: 100%;
    min-height: 160px;
}
.width-20{
	width: 16.6% !important;
	padding:15px 10px !important;
}
.width-20-top{
	width: 16.8% !important;
}
#img{
	height: 56px;
    width: 56px;
    margin:0 auto;
    background-size: cover;
    pointer-events:none;
    position:relative;
    display: block;
}
.back1 #img2{
	height: 56px;
    width: 56px;
    margin:0 auto;
    background-size: cover;
    pointer-events:none;
    position:absolute;
    opacity: 0;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);

}
.card-image {
    position: relative;
    width: 56px;
    height: 56px;
    margin: 0 auto;
}
.cards2:hover .card-image div:nth-of-type(1){
   display: block !important;
   opacity: 0;
}
.cards2:hover .card-image div:nth-of-type(2){
   opacity: 1 !important;
}
#card-1 #img{
	background-image: url('../images/service-icons/b-ac.svg');
}
#card-1 #img2{
	background-image: url('../images/service-icons/g-ac.svg');
}
#card-2 #img{
 	background-image: url('../images/service-icons/b-electrician.svg');
}
#card-2 #img2{
 	background-image: url('../images/service-icons/g-electrician.svg');
}
#card-3 #img{
	background-image: url('../images/service-icons/b-carpenter.svg');
}
#card-3 #img2{
	background-image: url('../images/service-icons/g-carpenter.svg');
}
#card-4 #img{
	background-image: url('../images/service-icons/b-civil.svg');
}
#card-4 #img2{
	background-image: url('../images/service-icons/g-civil.svg');
}
#card-5 #img{
	background-image: url('../images/service-icons/b-cleaning.svg');
}
#card-5 #img2{
	background-image: url('../images/service-icons/g-cleaning.svg');
}
#card-6 #img{
	background-image: url('../images/service-icons/b-pest.svg');
}
#card-6 #img2{
	background-image: url('../images/service-icons/g-pest.svg');
}
#card-7 #img{
	background-image: url('../images/service-icons/b-painter.svg');
}
#card-7 #img2{
	background-image: url('../images/service-icons/g-painter.svg');
}
#card-8 #img{
	background-image: url('../images/service-icons/b-plumber.svg');
}
#card-8 #img2{
	background-image: url('../images/service-icons/g-plumber.svg');
}
#card-9 #img{
	background-image: url('../images/service-icons/b-washing.svg');	
}
#card-9 #img2{
	background-image: url('../images/service-icons/g-washing.svg');	
}
#card-10 #img{
	background-image: url('../images/service-icons/b-sofa.svg');
}
#card-10 #img2{
	background-image: url('../images/service-icons/g-sofa.svg');
}
#card-11 #img{
	background-image: url('../images/service-icons/b-tile.svg');
}
#card-11 #img2{
	background-image: url('../images/service-icons/g-tile.svg');
}
#card-1:hover #img  {
   display: none;
}
#card-1:hover #img2  {
   display: block;
}
#card-2:hover #img  {
    display: none;
}
#card-2:hover #img2  {
    display: block;
}
#card-3:hover #img  {
    display: none;
}
#card-3:hover #img2  {
    display: block;
}
#card-4:hover #img  {
    display: none;
}
#card-4:hover #img2  {
    display: block;
}
#card-5:hover #img  {
    display: none;
}
#card-5:hover #img2  {
    display: block;
}
#card-6:hover #img  {
    display: none;
}
#card-7:hover #img  {
    display: none;
}
#card-8:hover #img  {
    display: none;
}
#card-9:hover #img  {
    display: none;
}
#card-10:hover #img {
    display: none;
}
#card-11:hover #img {
    display: none;
}
#card-6:hover #img2 {
    display: block;
}
#card-7:hover #img2 {
    display: block;
}
#card-8:hover #img2 {
    display: block;
}
#card-9:hover #img2 {
    display: block;
}
#card-10:hover #img2 {
    display: block;
}
#card-11:hover #img2 {
    display: block;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 768px) {
.width-20, .width-20-top{
	width: 50% !important;
	 float: left;
	 padding: 0 !important;
	 margin-top: 10px;
}
.cards2{
    margin: 0 9px;
    padding: 9px 8px;
    min-height: 150px;
}
section.services .container{
	padding: 0;
}
.servc-container-box{
	margin:0;
}
section.services{
	padding: 8px 20px 15px;
  background: rgba(238, 238, 238, 0.89);
}
.margin-top-40{
margin-top: 20px;
}
.desciption-p{
    font-size: 14px;
    margin-bottom: 0;
}
.margin-top-40{
    margin-top: 0;
}
.cards p, .cards2  p{
    font-size: 10pt;
    margin-top:0;
}
.cards span, .cards2 span{
    font-size: 9pt;
}
}

/*home-banner tiny slider stylesheet*/
[data-tns-role="wrapper"].ms-touch {
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    -ms-scroll-chaining: none;
    -ms-scroll-snap-type: mandatory;
    -ms-scroll-snap-points-x: snapInterval(0%, 100%)
}

[data-tns-role="content"] {
    position: relative;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s
}

[data-tns-mode="carousel"][data-tns-axis="horizontal"] {
    left: 0
}

[data-tns-mode="carousel"][data-tns-axis="horizontal"]:after {
    content: '';
    display: table;
    clear: both
}

[data-tns-mode="carousel"][data-tns-axis="horizontal"]>div,
[data-tns-mode="carousel"][data-tns-axis="horizontal"]>li {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

[data-tns-mode="gallery"] {
    overflow: hidden
}

[data-tns-mode="gallery"]>div,
[data-tns-mode="gallery"]>li {
    position: absolute;
    -webkit-transition: transform 0s, opacity 0s;
    -moz-transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s
}

[data-tns-role="nav"] button {
    vertical-align: middle
}

[data-tns-role="lazy-img"] {
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    transition: opacity 0.6s;
    opacity: 0.6
}

[data-tns-role="lazy-img"].loaded {
    opacity: 1
}

[hidden] {
    display: none;
}

[data-controls],
[data-action],
[data-nav] {
    cursor: pointer;
    border-width: 0;
    padding: 0
}

[data-tns-hidden="x"] {
    overflow-x: hidden;
    width: 100%;
    float: left;
    display: inline-block;
}
/*slider*/
[data-tns-role="controls"] {
    display: none !important;
}
[data-tns-role="content"] img {
    position: relative !important; right: -42px !important; height: 436px !important;  top:0 !important;
}
[data-action] {
  display: none;
}
[data-tns-hidden="y"] {
    overflow-y: hidden
}

.tns-fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0;
}

.tns-normal,
.tns-fadeOut {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 768px) {
[data-tns-hidden="x"] {
    overflow-x: hidden;
    width: 100%;
}
[data-tns-role="content"] img{
	width: 100%;
	height: auto !important;
	right:0px !important;
}
}

/*Gmc-section-home stylesheet*/

.carousel-control.left,
.carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
	background: none !important;
}
.carousel-indicators li{
	display: none !important;
}
.carousel-control.left span {
	padding: 15px;
}

.carousel-control.right span {
	padding: 15px;
}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
	position: absolute;
	top: 45%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 0;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 0;
}

.carousel-control.left span,
.carousel-control.right span {
	background-color: #000;
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 20%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}

.header-text h2 {
    font-size: 40px;
}

.header-text h2 span {
    background-color: #2980b9;
	padding: 10px;
}

.header-text h3 span {
	background-color: #000;
	padding: 15px;
}

.btn-min-block {
    min-width: 170px;
    line-height: 26px;
}

.btn-theme {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    margin-right: 15px;
}

.btn-theme:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.gmc-section{
height:auto;
padding:  40px 0 60px;
background: rgb(56,72,97);
border-bottom: 1px solid #f6f6f6;
}
.gmc1-img{
background: #fff;
border-radius: 4px;
padding: 16px 10px;
box-shadow: 0 6px 10px 0px rgba(0,0,0,.6)!important;
-webkit-box-shadow: 0 6px 10px 0px rgba(0,0,0,.6)!important;
-moz-box-shadow: 0 6px 10px 0px rgba(0,0,0,.6)!important;
min-height:404px;
height:100%;
}
.gmc1-img img{
	margin:0 auto;
}
.gmc1-content{
	background: #fff;
	padding: 25px 20px;
	position: relative;
	top: 23px;
	left: 80px;
	z-index: 1;
	width: 27.6% !important;
	border-radius: 4px;
	border: none;
	box-shadow: 0 6px 10px 0px rgba(0,0,0,.6)!important;
	-webkit-box-shadow: 0 6px 10px 0px rgba(0,0,0,.6)!important;
	-moz-box-shadow: 0 6px 10px 0px rgba(0,0,0,.6)!important;
	text-align: center;
}
.btn3d {
  position:relative;
  border:0;
  border-radius: 4px !important;
  transition: all 40ms linear;
  margin-top:6px;
  background: #111 !important;
  color: #fff !important;
  padding: 9px 17px !important;
  border: 0 !important;
  font-size: 16px !important;
  box-shadow: -1px 4px 8px 0 rgba(0, 0, 0, 0.34);
	
}
.grey{
	color:grey;
	font-size: 11pt;
}
.bold{
	font-size: 40pt;
	color: #3fb661;
	font-weight:700;
	display: block;
	text-align: center;
}
.content-side-margin{
	width: 100%;
	margin:0 auto;
}
.content-side-margin h3{
	font-weight: 600;
	margin: 7px 0 10px 0 !important;
	font-size: 18px;
	
}
.content-side-margin p{
	margin-bottom: 0 !important;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 768px) {
.gmc1-content{
  background: #fff;
  padding: 20px 12px;
  position: relative !important;
  width: 100% !important;
  left:0;
  top: 10px;
  margin-bottom: 15px;
  z-index: 1;
  border: 1px solid #eee;
  text-align: center;
}
.gmc1-img{
	display: none;
}
.grey{
	font-size: 10pt;
}
.gmc-section{
	padding: 8px 10px 15px;
}
.gmc-section .margin-top-50{
	margin-top: 2px;
}
.carousel-control.left, .carousel-control.right{
	display: none;
}
.bold {
    font-size: 4rem;
    }
.content-side-margin h3{
	font-size: 11pt;
}
.btn3d{
	font-size: 11pt !important;
	padding: 11px 25px !important;
}
}

/*gapoon-app-section stylesheet*/
.gapp-section{
	height:auto;
	padding:  40px 0 20px ;
	background: #fff;
}
 .gapp-section ul li  {
  margin-top: 7px;
  font-size: 15px ;
  list-style: none;
}
.app-desc{
	color: #4a4a4a;
	font-size: 15px;
	line-height: 24px;
	text-align: justify;
	margin-top:12px;
	margin-bottom:0;
}
.app-desc img{
	margin-right: 10px;
	margin-bottom: 3px;
}
.app-list{
	margin-top: 20px;
}

.gmp{
	padding-right: 0 !important;
}


@media only screen and (min-device-width : 320px) and (max-device-width : 768px) {
.gapp-section{
	padding: 8px 10px 0px;
}
.bar-img{
	height: 90px;
}
.gapp-section ul li{
	font-size: 14px;
	line-height: 18px;
	text-align: left;
}
.app-desc img{
	height: 12px;
	margin-right: 5px;

}
.app-desc{
	line-height: 20px;
}
.app-list{
	margin-top: 10px;
}
.mobile-img{
	display: none;
}
.padding-20{
	padding:10px 0; 
}
.bold-text{
	font-size: 15px;
}
.mob-pad-0{
	padding: 0 !important;
	margin-top: 10px;
}
}

/*testimonial stylesheet*/
.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-prev-next-button{position:absolute;top:50%;width:44px;height:44px;border:none;border-radius:50%;background:#fff;background:hsla(0,0%,100%,.75);cursor:pointer;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.flickity-prev-next-button:hover{background:#fff}.flickity-prev-next-button:focus{outline:0;box-shadow:0 0 0 5px #09f}.flickity-prev-next-button:active{opacity:.6}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button:disabled{opacity:.3;cursor:auto}.flickity-prev-next-button svg{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-prev-next-button .arrow{fill:#333}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}


/*Footer stylesheet*/

footer { background-color:#fff; border-top: 1px solid #f6f6f6; }
.footerleft { margin-top:10px; padding:0 38px; }
.logofooter { margin-bottom:10px; font-size:25px; color:#111111; font-weight:600;}
.footerleft p { color:#52636b; font-size:12px !important;  margin-bottom:15px; line-height: 22px;    text-align: justify;}
.footerleft p i { width:20px; color:#999;}
.social li{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float: left;
    line-height: 26px;
    padding: 0;
    width: 32px;
    height:30px;
    text-align: center;
}
.social li:hover{
  background:rgba(63, 182, 97, 0.85);
  
  
}
.links-below a{
	color: #fff;
}
.social li a {
	color: #EDEFF1;
}
.app-link{
	display: none;
}
.social li a i {
	font-size: 14px;
	margin: 0 0 0 2px;
	color: #EDEFF1 !important;
}
.padding-20{
	padding: 25px 0;
}

.paddingtop-bottom {  margin-top:10px;}
.footer-ul { list-style-type:none;  padding-left:0px;}
.footer-ul li { line-height: 25px; }
.footer-ul li a { color:#52636b; font-size: 12px;  }
.footer-ul i { margin-right:10px;}
.footer-ul li a:hover { color: #3FB661; text-decoration: underline !important; }
.icon-ul { list-style-type:none !important; margin:0px; padding:0px;}
.icon-ul li { line-height:75px; width:100%; float:left;}
.icon { float:left; margin-right:5px;}
.copyright { min-height:40px; background-color:#000000; padding: 2px 0;}
.copyright p { text-align:left; color:#FFF; padding:10px 0; margin-bottom:0px; font-size: 12px}
.heading7 { font-size:15px; font-weight:600; line-height:20px; color:#111111; margin-bottom:8px;}
.post p { font-size:12px; color:#FFF; line-height:20px;}
.post p span { display:block; color:#8f8f8f;}
.social { list-style-type:none; margin-bottom:0px;margin-top:10px;}
.bottom_ul li { float:left; line-height:40px;}
.copyright-box, .other-links ,.social-links{
	padding: 0 !important;
	padding-right: 0 !important;
}
.margin-top-10{
	margin-top: 10px;
}
.padding-left{
	padding-left: 2%;
}
.side-padding{
	padding-left: 6% !important;
	padding-right: 0 !important;
}
.gmc-ftr{
	padding:0% !important;
}
.footer-main-container {
  display: flex;
  flex-wrap: wrap;
}

.footer-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 30px;
}
.footer-right > div {
  width: 30%;
  padding: 0 !important;
}
.dropdown-content-change {
  min-width: 250px;
}
#form-error {
  display: none;
  width: 100%;
}
@media (max-width: 990px) {
  .footerleft {
    width: 100% !important;
}
.footer-right {
    width: 100%;
    padding: 0 15px;
}
}
@media (max-width: 500px) {
  .footer-right > div {
    width: 100%;
}
.copyright p {
    text-align: center;
}
.social-links {
  display: flex;
  justify-content: center;
}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 768px) {
.social{
	width:100%;
}
.mobile-hide{
	display: none;
}

.footerleft{
	display: none;
}
.servc-footr{
	display: none;
}
.paddingtop-botto , .gmc-ftr{
	margin-top: 10px;
}
.gmc-ftr{
	padding-left: 6% !important;
}
.copyright p{
	font-size: 11px;
	text-align: center;
}
.app-link{
	display: block !important;
}
.faq-li:last-child {
  border:none;
}
.contain-box{
  padding: 0 !important;
}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  
  .social{
  	width:60%;
  	
    
  }
  
}
.servc-container-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.servc-container-box > div {
  margin: 15px 0;
}
.servc-container-box > div > a {
  display: block;
  height: 100%;
}
.loader {
  text-align: center;
  margin: 0 0 10px 0;
}
.loader img{
  width: 50px;
}
.booking_datetime_modal_left .delete-item {
  display: none;
}
.home-slider img {
  max-height: 394px;
  float:right;
  width:98%;
}
.hero-section {
    height: calc(100% - 140px);
    padding-top: 85px;
    display: flex;
    width: 100%;
    flex-direction: column;
    min-height: 474px;
    background-color: white;
}
.hero-section .gradient-back {
    margin-top: 0 !important;
}
.hero-section > div:nth-of-type(1) {
     height: 100%;
    margin: 0;
    display: flex;
    align-items: center;

}

@media only screen and (max-device-width: 768px) and (min-device-width: 320px) {
.hero-section {
    padding-top: 115px;
    display: block;
    width: 100%;
    flex-direction: column;
    min-height: 450px;
}
.home-slider img{
  width:100%;
}
.tns-nav-active .cards, .cards:hover{
  border-bottom:1px solid #3fb661;
}
.profile-detail-section .row {
    display: flex;
}
.profile-detail-section .row > div:nth-of-type(1){
    width: 75px;
}
.profile-detail-section .row > div:nth-of-type(2){
    width: calc(100% - 75px);
}
.order-detail-box > div:nth-of-type(3),.order-detail-box > div:nth-of-type(4),.order-detail-box > div:nth-of-type(5) {
  margin-left: 33.33333333%;
}
.service_details_section {
     position: relative;
    max-height: 400px;
    overflow: auto;
}
.invoice-box {
      box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    position: absolute;
    top: 105px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-left: 17px;
}

.stepsbar li span {
    font-size: 11px !important;
}
.mysubscription-content  {
 padding: 0;
    max-width: 100%;
    overflow: auto;
}
.package-heading{
  color:whie;
}
.mysubscription-content > div {
  padding: 0;
}
.subscription-table td, th {
    padding: 10px !important;
}
.subscription-table {
  width: 100% !important;
}
.subscription-table table,.subscription-table td {
  border-radius: 0 !important;
}

}



.home-slider-m{
  display:none;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 768px){
  .home-slider-m{
    display:block;
  }
.home-slider{
  display:none;
}
.quote-btn{
  margin-bottom:30px;
}
.know_section{
    padding: 0px;
    background-color: rgb(56,72,97);
}
.form-box{
     width: 100%; 
    margin: auto;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 8px 1px #cecece;
    -moz-box-shadow: 1px 1px 8px 1px #cecece;
    -webkit-box-shadow: 1px 1px 8px 1px #cecece;
}
.how-work{
    display:none;
}
}