@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&display=swap');

.play-font{
	font-family: 'Playfair Display', serif;
}

body{
	font-family: 'Rubik', sans-serif;
	color:#4d4d4e;
}

.navbar-brand {
    height: auto;
}

.mb20{
	margin-bottom:20px;
}

.ptb30{
	padding:30px 0;
}

img {
    max-width: 100%;
}


	.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
}

.btn-learn {
    background: #009bc5;
    color: #fff;
}

.owl-carousel, .owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
	display: block;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0,0,0);
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}
.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}
.owl-carousel, .owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}
.owl-prev {
  background-image: url("../img/prev.png");
  background-size: 100% 100%;
  color: transparent;
  height: 55px;
  position: absolute;
  left: 20px;
  top: 0px;
  bottom:0;
  margin:auto;
  width: 55px;
  cursor:pointer;
}	
	
.owl-next {
  background-image: url("../img/next.png");
  background-size: 100% 100%;
  color: transparent;
  height: 55px;
  right: 20px;
  position: absolute;
  top: 0px;
  bottom:0;
  margin:auto;
  width: 55px;
  cursor:pointer;
}



.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}
.owl-theme .owl-dots {
  display: none;
  text-align: center;
}
/* header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
} */
.btn-login {
    background: #015edf;
    color: #fff;
    padding: 4px 16px;
}
.top-bar a {
    color: #85c442;
    margin-left: 14px;
    line-height: 30px;
}
.top-bar a:hover {
    color: #fff;
}
.top-bar {
    padding: 0px 0;
    background: #151414;
    border: none;
}
nav.navbar {
    background: #fff;
    border: none;
    margin: 0;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
    border-radius: 0;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 12px 24px !important;
    color: #a0a0a0;
    text-transform: uppercase;
}
.navbar-brand {
    height: auto;
}
.nav>li.active>a {
    color: #000000;
}
.nav>li.active>a::after {
    content:"";
	position:absolute;
	height:1px;
	width:60%;
	background:#85c442;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.nav>li>a:focus::after, .nav>li>a:hover::after {
    content:"";
	position:absolute;
	height:1px;
	width:60%;
	background:#85c442;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #000000;
}
a.signup {
    color: #fff;
}
a.login {
    display: inline-block;
    background: #85c442;
    color: #fff;
    padding: 0 15px;
}
li.call {
    padding-left: 76px;
    border-left: 1px solid #ccc;
    margin-left: 70px;
}
.call > img {
    position: absolute;
    left: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 48px;
}
.call-sm-txt {
    color: #a9a9a9;
}
.call-num {
    color: #85c442;
    font-weight: 700;
    font-size: 16px;
}
ul.nav.navbar-nav.navbar-right {
    margin-top: 32px;
}

.search-trigger .fa-times {
    display: none;
}
input.search-txt {
    display: none;
    position: absolute;
    right: 0;
    top: 72px;
    height: 44px;
    width: 300px;
    border: navajowhite;
    padding: 12px 60px 12px 12px;
    box-shadow: 3px 3px 32px rgba(0,0,0,0.15);
    z-index: 9;
}
nav.navbar .container {
    position: relative;
}
.nav-search {
    position: absolute;
    right: 228px;
    top: 43px;
}
a.search-trigger {
    color: #222;
    font-size: 16px;
}
.search-open input.search-txt {
    display: block;
}
.search-open .search-trigger .fa-search {
    display: none;
}
.search-open .search-trigger i.fa.fa-times {
    display: block;
}
.sr-btn {
    position: absolute;
    top: 72px;
    z-index: 10;
    display: inline-flex;
    height: 44px;
    width: 44px;
    background: #85c442;
    color: #fff;
    justify-content: center;
    align-items: center;
    display:none;
    right: 0px;
}
.search-open .sr-btn{
	display:inline-flex;
}

.txt-pos {
    color: #fff;
}
.banner-title-sm {
    font-size: 26px;
}
.banner-title-big {
    font-size: 84px;
    /* font-weight: bold; */
    /* text-shadow: 3px 3px 3px rgba(0,0,0); */
    line-height: 98px;
}
.btn-learn {
    font-size: 16px;
    background: #85c442;
    padding: 10px 30px;
    margin-top: 20px;
    border-radius: 0;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
}


.big-banner {
    padding: 20% 0 8%;
    background-size: cover !important;
    text-align: left;
    color: #fff;
}

li.has-sub:hover ul.dropdown-menu {
    display: block;
}
li.has-sub ul.dropdown-menu {
    right:auto;
	left:0;
}

.bs .owl-prev {
  background-image: url("../img/prev.png");
  background-size: 100% 100%;
  color: transparent;
  height: 64px;
  position: absolute;
  right: 20px;
  left: auto;
  top: -170px;
  bottom:0;
  margin:auto;
  width: 64px;
  cursor:pointer;
}	
	
.bs .owl-next {
  background-image: url("../img/next.png");
  background-size: 100% 100%;
  color: transparent;
  height: 64px;
  right: 20px;
  position: absolute;
  top: 0px;
  bottom:0;
  margin:auto;
  width: 64px;
  cursor:pointer;
}


.search-btn {
    border-radius: 0;
    margin-top: 0;
}
div#slider-range {
    margin: 0 10px 15px;
}

.search-box {
    background: #fff;
    padding: 34px 34px 24px;
    border: 1px solid #dedddd;
}
.search {
    margin-top: -108px;
    position: relative;
    z-index: 2;
}
.search-box label {
    font-weight: 400;
}
.heading {
    max-width: 75%;
    margin: auto;
}
.service {
    margin-top: 60px;
    margin-bottom: 40px;
}
.heading h5 {
    margin: 0;
    color: #999999;
}
.heading h2 {
    color: #363636;
    text-transform: uppercase;
    margin: 4px 0 20px;
    font-size: 40px;
    padding-bottom: 30px;
    position: relative;
}
.heading h2::before {
    content:"";
	position:absolute;
	height:1px;
	width:40px;
	background:#015edf;
	top:80%;
	left:0;
	right:0;
	margin:auto;
}
.heading h2::after {
    content:"";
	position:absolute;
	height:1px;
	width:70px;
	background:#015edf;
	top:85%;
	left:0;
	right:0;
	margin:auto;
}
.serv-items {
    margin: 30px 0;
}
.serv-title {
    font-size: 18px;
    color: #000;
    margin: 10px 0;
	position:relative;
	padding-bottom: 10px;
}
.serv-title::before {
    content:"";
	position:absolute;
	height:1px;
	width:40px;
	background:#015edf;
	top:104%;
	left:0;
	right:0;
	margin:auto;
}

.featured {
    background: url(../img/featured.png);
    background-size: cover;
    padding: 40px 0;
}


.featured .heading h5 {
    color: #dcdbdb;
}
.featured .heading h2 {
    color: #fff;
}
.fe {
    padding: 0 60px;
}

.fe .owl-prev {
  background-image: url("../img/f-prev.png");
  background-size: 100% 100%;
  color: transparent;
  height: 43px;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom:0;
  margin:auto;
  width: 43px;
  cursor:pointer;
}	
	
.fe .owl-next {
  background-image: url("../img/f-next.png");
  background-size: 100% 100%;
  color: transparent;
  height: 43px;
  right: 0px;
  position: absolute;
  top: 0px;
  bottom:0;
  margin:auto;
  width: 43px;
  cursor:pointer;
}
.f-item {
    background: #fff;
}
.f-title {
    color: #015edf;
    margin: 20px 0;
    position: relative;
    font-size: 16px;
    padding-bottom: 10px;
}


.f-title::before {
    content:"";
	position:absolute;
	height:1px;
	width:40px;
	background:#ccc;
	top:30px;
	left:0;
	right:0;
	margin:auto;
}
.f-title::after {
    content:"";
	position:absolute;
	height:1px;
	width:70px;
	background:#ccc;
	top:34px;
	left:0;
	right:0;
	margin:auto;
}
.f-price {
    color: #424242;
    font-size: 16px;
    margin: 20px 0 10px;
}
.btn-show {
    background: transparent;
    padding: 0;
    max-width: 80px;
    margin-bottom: 20px;
}

.ad{
	display:flex;
	flex-wrap:wrap;
}
.fw50 {
    width: 50%;
    min-height: 320px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.ad-img {
    background: url(../img/ad.png);
    background-size: cover;
}
.ad-title {
    font-size: 60px;
    color: #323232;
    font-weight: 900;
}
.adtxt-center {
    max-width: 394px;
    padding: 30px 60px;
    text-align: center;
}
.ad-price {
    font-size: 20px;
    color: #015edf;
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 12px;
}
.pm {
    font-size: 12px;
    color: #8e8e8e;
    font-weight: 400;
}
.btn-rd {
    background: transparent;
    color: #015edf;
}
.ad-txt {
    background: #f6f6f6;
}
.testi-wrap {
    padding: 60px 0;
	background:url("../img/testi.png");
}
.testi {
    padding: 0 60px;
}
.testi-wrap {
    padding: 80px 0;
    background: url(../img/testi.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.testi .owl-prev {
  background-image: url("../img/t-prev.png");
  background-size: 100% 100%;
  color: transparent;
  height: 40px;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom:0;
  margin:auto;
  width: 40px;
  cursor:pointer;
}	
	
.testi .owl-next {
  background-image: url("../img/t-next.png");
  background-size: 100% 100%;
  color: transparent;
  height: 40px;
  right: 0px;
  position: absolute;
  top: 0px;
  bottom:0;
  margin:auto;
  width: 40px;
  cursor:pointer;
}
.testi-txt {
    background: rgba(133,196,66,0.06);
    padding: 50px;
    position: relative;
    z-index: 1;
    /* background-image: url(../img/com.png); */
    /* background-position: bottom 14px center; */
    /* background-repeat: no-repeat; */
    color: #fff;
    margin: 0 auto 124px;
    max-width: 470px;
    font-style: italic;
    border-radius: 10px;
}
.testi-user {
    height: 76px;
    width: 76px;
    background-position: top center !important;
    border-radius: 100%;
    border: 4px solid #fff;
    margin: -60px auto 0;
}
.testi-user-name {
    color: #015edf;
    font-weight: 600;
}
.testi-user-des {
    margin-top: 20px;
}

.testi-wrap h2 {
    color: #fff !important;
}
.testi-txt img {
    width: auto !important;
    position: absolute;
    bottom: -104px;
    left: 0;
    right: 0;
    margin: auto;
}
.testi-title {
    color: #fff;
    padding-top: 15px;
    font-weight: 700;
	font-size:18px;
}
.testi-des {
    color: #fff;
}

.testi-wrap .owl-theme .owl-dots {
    display: block;
    margin-top: 28px;
}

.testi-wrap .owl-theme .owl-dots .owl-dot.active span, .testi-wrap .owl-theme .owl-dots .owl-dot:hover span {
    background: #4d4d4e;
	border:2px solid  #4d4d4e;
}

.testi-wrap .owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border: 2px solid #85c442;
}
.nl-form input {
    width: 100%;
    border: none;
    background: #e6e6e6;
    min-height: 50px;
    padding: 15px 160px 15px 15px;
}
form.nl-form {
    position: relative;
}
.nl-form .btn-subs {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #85c442;
    color: #fff;
    border-radius: 0;
    padding: 6px 36px;
}


.footer {
    background: #161719;
    padding: 30px 0px;
    color: #9a9a9a;
}

.fsocial a {
    display: inline-flex;
    background: #2d2c2c;
    color: #fff;
    height: 30px;
    width: 30px;
    justify-content: center;
    align-items: center;
    margin-left: 2px;
}

.fsocial a:hover {
    background: #85c442;
	text-decoration:none;
}
.copy {
    margin-top: 8px;
}
.footer-copy {
    margin-top: 15px;
}
header.inner-header {
    position: initial;
    background: #161719;
    /* margin-bottom: 41px; */
}
section.inner-wrapper {
    padding: 50px 0;
}
.inner-wrapper .f-item {
    text-align: center;
    border: 1px solid #ccc;
}

.padtb80{
	padding:80px 0;
}
.sub-sec-hd {
    font-size: 32px;
    color: #000000;
    max-width: 80%;
    margin-bottom: 30px;
    line-height: 36px;
    font-weight: 600;
}
.sub-sec-hd span{
    font-style: italic;
    color: #85c442;
}

.btn-green {
    padding: 8px 36px;
    background: #85c442;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.25) !important;
}
.nm-txt {
    letter-spacing: 1px;
}




.ab {
    background: url(../img/count.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding: 8% 0;
}
.ab-item {
    position: relative;
    padding-left: 100px;
    color: #fff;
    font-size: 18px;
}
.ab-item img {
    position: absolute;
    left: 0;
    max-width: 74px;
}
.ab-num {
    font-weight: 400;
    color: #85c442;
    text-align: center;
    font-size: 48px;
}
.ab-title {
    text-align: center;
    font-size: 18px;
}

.padtb50{
	padding:50px 0;
}
.sec-hd h2 {
    color: #000;
    margin-top: 0;
}
.sec-hd p {
    max-width: 600px;
    margin: 0 auto 30px;
}
.sec-hd {
    margin-bottom: 30px;
}
.price-check {
    text-align: center;
    margin-bottom: 40px;
    color: #85c442;
}
.price-check span {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 5px 16px;
    margin-left: 20px;
}

.price-box {
    box-shadow: 3px 3px 30px rgba(0,0,0,0.15);
    /* padding: 30px; */
    border-radius: 10px;
    background: #fff;
}
.price-hd {
    padding: 30px 20%;
    border-bottom: 1px solid #e0e0e0;
    height: 110px;
}
.psm-am span {
    font-size: 22px;
    font-weight: 600;
}
.p-list {
    padding: 50px 20%;
}
.plist-item {
    padding: 5px 0;
}
.plist-item i{
    margin-right:10px;
}
.p-btn {
    padding-bottom: 40px;
}
.btn-buy {
    background: #4d4d4e;
    color: #fff;
    padding: 8px 30px;
    border-radius: 30px;
}

.price-box.active .price-hd {
    padding: 0;
}
.price-box.active .price-hd .psm-t {
    background: #85c442;
    color: #fff;
    padding: 17px;
    font-size: 18px;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.price-box.active .price-hd .psm-am {
    padding: 10px;
    text-align: center;
    color: #85c442;
}
.price-box.active .plist-item i {
    color: #85c442;
}
.price-box.active .btn-buy {
    background: #85c442;
}


.contact{
	background:url("../img/contact-banner.png");
}
.inner-banner {
    color: #fff;
    padding: 4% 0;
	background-size:cover;
}
.ihd span {
    text-transform: uppercase;
    border-bottom: 2px solid #85c442;
    display: inline-block;
    padding: 0 24px 12px;
}
.inner-back{
	background:#dddddd;
}
.contact-form .form-control {
    min-height: 46px;
    box-shadow: none;
    border: none;
    border-radius: 0;
}
.btn-grn {
    background: #85c442;
    color: #fff;
    padding: 8px 30px;
    border-radius: 30px;
    margin-top: 20px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.15);
}

.address-box {
    margin: 50px 0;
}
.grn-box {
    background: #85c442;
    color: #fff;
    text-align: center;
    min-height: 180px;
    border-radius: 4px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
}

.grn-box > i {
    font-size: 54px;
    margin: 32px 0px;
}

.price-banner{
	background:url("../img/pricing-banner.png");
}

section.finab {
    margin-top: -68px;
    position: relative;
    z-index: 1;
}

.fin-box {
    padding: 34px 10px 20px 116px;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.15);
    border-radius: 6px;
    min-height: 150px;
    position: relative;
    font-size: 24px;
    background: #fff;
}


.fin-box.grn {
    color: #85c442;
}

.fin-box img {
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 77px;
}



.testi-banner{
	background:url("../img/testi-banner.png");
}
.testi-box {
    position: relative;
    background: #fff;
    margin: 30px 0;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
    padding: 70px 50px 30px;
    text-align: center;
}
img.tes-comma {
    position: absolute;
    right: 2px;
    top: -42px;
}
.t-title {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
	font-family: 'Playfair Display', serif;
}
.t-sm {
    font-style: italic;
}
.t-des {
    max-width: 400px;
    margin: 30px auto;
    max-height: 100px;
    overflow: hidden;
}
.t-img img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 4px solid #85c442;
    box-shadow: 3px 3px 12px rgba(0,0,0,0.25);
}
.test-wrap {
    margin-top: 60px;
}



.supp-banner{
	background:url("../img/supp-banner.png");
}
.btn-grnb {
    background: #85c442;
    color: #fff;
    padding: 10px 30px;
    margin-bottom: 30px;
}
.big-search {
    position: relative;
}

.big-search input {
    min-height: 50px;
    border: none;
    border-radius: 36px;
    padding: 10px 70px 10px 20px;
}

a.bst {
    position: absolute;
    right: 3px;
    display: inline-flex;
    height: 44px;
    width: 44px;
    background: #85c442;
    color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    top: 3px;
    font-size: 20px;
}

.btn-rd {
    background: #4d4d4e;
    color: #fff;
    padding: 8px 30px;
    border-radius: 30px;
}
.supp-wrap {
    margin-top: 60px;
}

.supp-box {
    background: #fff;
    margin-bottom: 30px;
    border-radius: 10px;
}

.supp-img {
    height: 230px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 40px;
    background-size: cover;
    background-position: center center;
}
.supp-pad {
    padding: 0 20px 40px;
}
.supp-title {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.supp-sm {
    color: #ccc;
    font-size: 14px;
    font-style: italic;
}
.supp-des {
    margin: 30px 0;
    max-height: 80px;
    overflow: hidden;
}
.supp-box:hover .supp-title {
    color: #85c442;
}

.supp-box:hover{
    box-shadow: 3px 3px 12px rgba(0,0,0,0.25);
}
.supp-box:hover .btn-rd{
    background: #85c442;
}

.btn-tr {
    padding: 8px 45px;
    border: 2px solid #85c442;
    background: transparent;
    font-size: 16px;
    margin-bottom: 30px;
}

.btn-tr:hover {
    background: #85c442;
	color:#fff
}

.modal .form-control {
    min-height: 46px;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #ccc;
    background: #ebebeb;
}

/* .banner .btn-learn {
    background: #ffffff !important;
    color: #85c442;
} */



.login-banner{
	background:url("../img/login-banner.png");
}

.log {
    background: #fff;
    border-radius: 10px;
    box-shadow: 3px 3px 32px rgba(0,0,0,0.15);
    display: flex;
    flex-wrap: wrap;
    margin: 80px 0;
}
.log-left {
    width: 10%;
    padding: 6% 0px;
}
.log-menu {
    display: block;
    color: #1c1c1c;
    text-align: center;
    margin-bottom: 15px;
    border-left: 8px solid transparent;
}
.log-menu.active {
    border-left: 8px solid #85c442;
}
.log-menu-icon {
    font-size: 18px;
}
.log-mid {
    background: #1c1c1c;
    color: #fff;
    margin-top: -16px;
    margin-bottom: -16px;
    width: 50%;
    padding: 10%;
}
.bigtxt {
    font-size: 30px;
    margin-bottom: 24px;
}

.smtxt {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.smtxt::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 64%;
    background: #fff;
    left: -34%;
    bottom: 0;
}
.log-mid .radio label input[type="radio"] {
    opacity: 0;
}
.log-social {
    margin-top: 50px;
}
.log-social a {
    color: #85c442;
    display: inline-block;
    margin-right: 10px;
}
.log-form {
    width: 40%;
    padding: 5% 6%;
    text-align: center;
}
.loghd span {
    color: #85c442;
    font-weight: 600;
}
.loghd {
    margin-bottom: 40px;
}
.log-form .form-control {
    border: none;
    box-shadow: 3px 3px 15px rgba(0,0,0,0.15);
    border-radius: 0;
    min-height: 40px;
    font-size: 12px;
}
.form-group.pass {
    position: relative;
}
a.fgp {
    position: absolute;
    right: 9px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    color: #868686;
    font-size: 12px;
}
.form-group.pass .form-control {
    padding-right: 116px;
}
.signuptxt {
    margin-top: 40px;
}
.signuptxt a {
    color: #85c442;
}
.log-mid .radio label {
    padding: 0;
}
.lp {
    display: inline-block;
    margin-bottom: 10px;
    cursor: pointer;
}


.acc-wrap .accordion {
    background-color: #85c442;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    transition: 0.4s;
}

.acc-wrap .active, .acc-wrap .accordion:hover {
  background-color: #69a22b;
}

.acc-wrap .accordion:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.acc-wrap .active:after {
  content: "\2212";
}

.acc-wrap .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.acc-wrap {
    position: relative;
}

.pos-ini{
	position:initial;
}

.pform {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 7;
    text-align: left;
    background: rgba(0,0,0,0.8);
    padding: 30px;
    color: #fff;
    bottom: 0;
    display: none;
}
.pform .form-control {
    background: rgba(0,0,0,0.2);
    border: 1px solid #39630e;
    border-radius: 0;
    min-height: 40px;
}

.pcancel {
    font-size: 16px;
    background: #e0e0e0;
    padding: 10px 30px;
    margin-top: 20px;
    border-radius: 0;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
    color: #222;
}

.acc-wrap .price-box {
    margin: 20px 0;
}
.plan-img {
    margin: 20px 0;
}
.pbtn {
    background: #85c442;
    color: #fff;
    border: none;
    padding: 10px 40px;
    border-radius: 30px;
    margin-bottom: 30px;
}


@media(min-width:768px) and (max-width:1024px){
	
}




@media(max-width:767px){
.fw50 {
    width: 100%;
}
.adtxt-center {
    width: 100%;
}
.big-banner {
    padding: 48% 0 18%;
}
.banner-title-big {
    font-size: 28px;
    line-height: 36px;
}
.navbar-toggle .icon-bar {
    background: #fff;
}
.navbar-toggle {
    background-color: #85c442;
}
.navbar-nav {
    margin: 7.5px -15px;
    background: #e6e6e6;
}
ul.nav.navbar-nav.navbar-right {
    margin-top: 0;
    padding-bottom: 10px;
}

.heading h2 {
    font-size: 30px;
}
.ad-title {
    font-size: 40px;
}
.footer-nav a {
    color: #fff;
    padding: 7px 15px;
    display: block;
}
.testi {
    padding: 0 46px;
}
.fe {
    padding: 0 45px;
}
.top-bar a {
    margin-left: 10px;
}
.navbar-brand>img {
    display: block;
    max-width: 80px;
}
.nav-search {
    position: relative;
    right: 0;
    top: 0;
    margin-bottom: 20px;
}
input.search-txt {
    display: block;
    position: initial;
    width: 100%;
}
a.search-trigger {
    color: #222;
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.nav>li.active>a::after {
    width: 100%;
}
li.call {
    border-left: 0px solid #ccc;
    margin-left: 0;
}
.call > img {
    left: 22px;
    max-width: 32px;
}
.banner-title-sm {
    font-size: 14px;
}
.ab-item {
    padding-left: 0;
    margin-bottom: 30px;
}
.price-box {
    margin-bottom: 30px;
}
a.search-trigger {
    display: none;
}
a.sr-btn {
    display: inline-flex;
    top: 0;
}



	
}

































































