html {
	scroll-behavior: smooth;
}


:root {
  --clrYellow: #f24440;
  --white: #ffffff;
}


body {
	font-family: 'Poppins', sans-serif;
	color: #212121;
	font-size: 14px;
	overflow-x: hidden;
}
.caveat{
    font-family: 'Caveat', cursive;
}

/* Color CSS */
.white-clr {
	color: #fff;
}

.black-clr {
	color: #212121;
}

.orange-clr {
	color: #F2A736;
}

.red-clr{
	color: var(--clrYellow);;
}

.blue-clr{color: #2447a2;}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
	border-radius: 20px;
}

.responsive-video iframe,
.responsive-video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
}

/* Header CSS */
.header-section {
	/* background: url(../images/header-bg.webp) no-repeat bottom center; */
	background:url(../images/customizable-bg-fb.jpg) no-repeat;
	background-position:center -280px;
    background-size: cover;
    padding: 30px 0px ;
}

.preheadline {
	display: inline-block;
    padding: 10px 15px;
    background:url(../images/blue-bg1.webp) center center no-repeat;
    border-radius: 50px;
		font-weight: bold !important;
}

ul.leader-ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.leader-ul li {
	display: inline-block;
	padding: 0px 5px;
	font-weight: 400;
	color: #ffffff;
}

ul.leader-ul li:hover a {
	transition: 0.5s all ease-in;
	color: #ff3c45 !important;
	border-bottom: 1px solid #ff3c45;
	padding-bottom: 8px;
}


.header-section ul.leader-ul li .active {
	transition: 0.5s all ease-in;
	color: #ff3c45;
	border-bottom: 1px solid #ff3c45;
	padding-bottom: 8px;
}

.header-section ul.leader-ul li a {
	text-decoration: none;
	color: #111;
	font-weight: 400;
}

a.affiliate-link-btn {
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 10px 20px;
	font-size: 16px;
	color: #ffffff !important;
	font-weight: 600;
	transition: all .3s ease;
    background: linear-gradient(92.69deg, var(--clrYellow) 0%, #FF5F5B 99.78%);
    border-radius: 15px;
}

a.affiliate-link-btn:hover {
	transition: all .8s ease;
    background: linear-gradient(92.69deg, #FF5F5B 0%, var(--clrYellow) 99.78%);
}

@media(min-width:768px) {
	a.affiliate-link-btn {
		padding: 15px 25px;
		font-size: 18px;
	}

	.header-section {
		padding: 50px 0px 60px 0px;
	}

	ul.leader-ul li {
		display: inline-block;
		padding: 0px 15px;
		font-weight: 400;
		color: #ffffff;
	}
	.preheadline {
		padding: 10px 30px;
	}
}

/* Header End */
.second-section {
    padding: 30px 0;
    background: #f1eff0;
}
@media(min-width:768px){
	.second-section {
		padding: 100px 0px 150px 0px;
		background: #fff url(../images/list-section-bg.webp) no-repeat center bottom;
		background-size: cover;
	}
}

.feature-list {
	background: url(../images/orange-tick.webp) no-repeat;
    background-position: 10px 0px;
    padding: 0px 0px 0px 62px;
    margin-top: 30px;
    list-style-type: none;
    display: flex;
    align-items: center;
}
/* For mobile */
@media(max-width:767px) {
    .header-section{
    background-position:center center;
    }
    .cta-link-btn span{
    display:none;
    }
	.feature-list img {
		max-height: 30px;
		margin-top: 5px;
	}
}

/* CTA Button Start */
a.cta-link-btn {
	transition: all .3s ease;
	border-radius: 15px;
	background:linear-gradient(92.69deg, #FF5F5B 0%, #EF3E3A 99.78%);
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 15px 12px;
	color: #ffffff;
	border: none;
	font-weight: 700;
	width: 100%;
	font-size: 24px;
	line-height: 140%;
}

a.cta-link-btn:hover {
	transition: all .3s ease;
    background: linear-gradient(92.69deg, #FF5F5B 0%, #EF3E3A 99.78%);
}

@media (min-width: 768px) {
	a.cta-link-btn {
		font-size: 30px;
		padding: 28px 60px;
		display: inline-block;
		width: auto;
		border-radius: 100px;
	}
}

/* CTA Button End*/

/* Step Section Start */
.step-section {
	padding: 30px 15px;
	background: #ffffff;

}

@media (min-width: 768px) {
	.step-section {
		padding: 100px 0px 130px 0px;
		background: #fff url(../images/steps-bg.webp) center bottom;
		background-size: cover;
	}

}

/* Step Section End */

/* Did You Know Section Start */
.didyouknow-sec {
	padding: 30px 0px;
	background: #ffffff;
}

.didyouknow-box{
	background: #fff;
    box-shadow: 1px 2px 3px 4px #f1f1f1;
    border-radius: 20px;
	padding: 20px;
}

.youknow-block {
	background: #FFC01F;
	border-radius: 15px;
	padding: 15px;
	display: inline-block;
}

@media(min-width:768px) {
	.didyouknow-sec {
		padding: 50px 0px 100px 0px;
		background:#fff url(../images/didyouknow-sec.webp) no-repeat center top;
		background-size: cover;
	}

	.youknow-block {
		padding: 24px 88px 45px 88px;
		background: url(../images/know-shape.webp) no-repeat center center;
		background-size: contain;
	}
	.didyouknow-box{
		padding: 50px;
	}
}

/* Did You Know Section End */

/* Testimonals Section Start */
.testimonial-section{
	background: url(../images/testimonial-bg.webp) center center no-repeat;
	background-size: cover;
	padding: 30px 0px;
}
.single-testimonial {
	background-color: #EAF3F8;
	text-align: center;
	border-radius: 30px;
	position: relative;
	z-index: 2;
	padding: 50px;
	border: 2px solid #f1f1f1;
}

@media(min-width:768px){
	.testimonial-section{
		padding: 100px 0px ;
	}
}
/* Testimonals Section End */

/* Presenting Section Start */
.presenting-sec{
	padding: 60px 0px 30px 0px;
    background: #03071D;
    margin-top: -40px;
}
.proudly-features{
	padding: 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(217, 217, 217, 0.03) 100%);
    backdrop-filter: blur(10px);
    border-radius: 20px;
}
.proudly-features ul li{
	list-style-type: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-bottom:20px;
	margin-bottom: 20px;
}
.proudly-features ul li:last-child{
	border-bottom: 0px;
	padding-bottom:0px;
	margin-bottom: 0px;
}
.presenting-head{
	background: #132041;
    border-radius: 40px;
    padding: 5px 30px;
    display: inline-block;
    font-family: 'Caveat';
}
@media(min-width:768px){
	.presenting-sec{    padding: 180px 0px 100px 0px;
		margin-top: -100px;
		background: url(../images/introducing.webp) no-repeat top center;
		background-size: cover;
		z-index: 999;
		position: relative;}

	.presenting-head{
		padding: 10px 80px;
	}

}

/* Presenting Section End */

.heading-design {
    background: #2c3041;
    padding: 20px;
    display: inline-block;
}
@media(min-width:768px){
	.heading-design {
		background: url(../images/heading-bg.webp) no-repeat center center;
		background-size: 100% 100%;
		padding: 50px 200px;
	}
}

/* List Section Start */

.gap30 {
	--bs-gutter-y: 30px;
}
.feature-list-box {
    padding: 15px 40px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	background: #FFFFFF;
	box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.2);
	border-radius: 20px;
	border-bottom: 7px solid var(--clrYellow);;
}

.feature-list-box:hover{
	-webkit-animation-name: wobble;
    animation-name: wobble;
    -webkit-animation-duration:          0.8s;
    -webkit-animation-iteration-count:   infinite;
    -webkit-animation-timing-function:   linear;
    -webkit-transform-origin:            50% 100%;
}
@-webkit-keyframes wobble {
	0% { transform: rotate(0); }
  15% { transform: rotate(5deg); }
  30% { transform: rotate(-5deg); }
  45% { transform: rotate(4deg); }
  60% { transform: rotate(-4deg); }
  75% { transform: rotate(2deg); }
  85% { transform: rotate(-2deg); }
  92% { transform: rotate(1deg); }
  100% { transform: rotate(0); }
  }

  @keyframes wobble {
	0% { transform: rotate(0); }
  15% { transform: rotate(5deg); }
  30% { transform: rotate(-5deg); }
  45% { transform: rotate(4deg); }
  60% { transform: rotate(-4deg); }
  75% { transform: rotate(2deg); }
  85% { transform: rotate(-2deg); }
  92% { transform: rotate(1deg); }
  100% { transform: rotate(0); }
  }
  .support-img:hover img{-webkit-animation-name: wobble;
    animation-name: wobble;
    -webkit-animation-duration:          0.8s;
    -webkit-animation-iteration-count:   infinite;
    -webkit-animation-timing-function:   linear;
    -webkit-transform-origin:            50% 100%;}

@media(min-width:768px){
	.gap30 {
		--bs-gutter-x: 50px;
		--bs-gutter-y: 50px;
	}
	.feature-list-box {
		height: 100%;
		padding: 30px;
	}
	.feature-list-box img{ /* veer */
		width: 50% !important;
	}

}
/* List Section End */

.head-design{
	background: url(../images/head-bg.webp)no-repeat center center;
    background-size: 100% 100%;
    display: inline-block;
    padding: 5px 35px;
}
@media(min-width:768px){
	.head-design{padding: 5px 70px;}
}

.key-features-bg {
    padding: 0px 20px 20px;
    position: relative;
    width: 100%;
    text-align: center;
    border-radius: 15px;
}
.list-head li {
    background: url(../images/list-tick.webp) no-repeat;
    padding: 10px 0px 10px 35px;
    background-position: 0px 16px;
    text-align: left;
    border-bottom:1px solid rgba(0, 0, 0, 0.1);
    list-style-type: none;
		    color: #111;
}
.list-head li:last-child{
	border-bottom: 0px;
}

.problem-sec {
    padding: 30px 0px;
    background: url(../images/problem-bg.webp) no-repeat center center;
    background-size: cover;
}
@media(min-width:768px){
	.problem-sec {
		padding:  100px 0px;
	}
}

/* Fact Section Start */

/* Fact Section End */

.st-img{
	display: inline-block;
    margin-top: -150px;
    background: #fff;
    border-radius: 100%;
    padding: 5px;
    box-shadow: 0px 20px 30px 0px rgb(8 18 82 / 20%);
}
.stars {display: inline-block; text-align: center;}
.stars a {padding-right: 8px; color: #FFC635;}
.stars a:last-child{padding-right: 0px;}
.stars a i{font-size: 20px;}

.gametext{
	background: #f24440;
    padding: 10px 18px;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    position: absolute;
    top: -52px;
    line-height: 30px;
    left: 166px;
    transform: skew(-10deg);
    border-radius: 5px;
}
.mainheadline{
	 background-color: #090d1f; 
	position: relative;
	top: -5px;
	padding:20px 10px;
	border-radius: 20px;
}

@media(min-width:768px){
	.mainheadline{
		 background: url(../images/top-heading-bg.png) center center no-repeat; 
	    background-size: 100% 100%;
		padding:30px 30px 40px 160px;
		left: -5px;
	}
}
.video-box {
    position: relative;
    padding: 20px;
    background:linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(217, 217, 217, 0.03) 100%);
	backdrop-filter: blur(10px);
	border-radius: 20px;
}
.hr {
    mix-blend-mode: overlay;
}
.step1{
	color: #0089FF;
}
.step2{
	color: #9155FF;
}
.step3{
	color: var(--clrYellow);;
}

.demo-text{position: relative;}
.demo-text:before{
	position: absolute;
	content: url(../images/left-arrow.webp);
	bottom: -65px;
	left: 70px;
}
.demo-text:after{
	position: absolute;
	content: url(../images/right-arrow.webp);
	bottom: -65px;
	right: 70px;
}
.hi-their{
	padding: 30px 0px;
	background: url(../images/hi-there-bg.webp) center center no-repeat;
	background-size: cover;
}
@media(min-width:768px){
	.hi-their{
		padding: 100px 0px;
	}
}
.truth-box{
	background: url(../images/truth-bg.webp) center center no-repeat;
	background-size: 100% 100%;
	padding:30px 50px;
	display: inline-block;
}
.enough-sec{
	padding: 30px 0px;
	background: #e2eeea;
}

@media(min-width:768px){
	.truth-box{
		padding: 50px;
	}
	.enough-sec
	{
		padding:150px 0px 100px 0px;
		background: url(../images/enough-bg.webp) top center no-repeat;
		background-size: cover;
	}
	.f-md-90{font-size: 90px;}
}

.high-converting-list li{
	background: url(../images/orange-tick.webp) no-repeat;
    background-position: 0 1px;
    padding-left: 50px;
    margin-bottom: 25px;
    list-style-type: none;
}

.trigger-block {
    background: #FFFFFF;
    padding: 10px 20px;
    border: 5px solid var(--clrYellow);;
    border-radius: 100px;
    display: inline-block;
    outline: 7px solid #fff;
}
.butnotanymore-sec {
    padding: 30px 0px;
    background: #fff url(../images/butnotanymore-bg.webp) no-repeat center center;
    background-size: cover;
    position: relative;
}
@media(min-width:768px){
	.butnotanymore-sec {
		padding: 100px 0px 170px 0px;
	}
	.trigger-block{padding: 10px 40px;}
}

.downarrow {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
@keyframes bounce{
	0% {
		transform:  translate(1px,20px)  ;
	  }
	  24% {
		transform:  translate(1px,30px)  ;
	  }
	  50% {
		transform:  translate(1px,12px)  ;
	  }
	  74% {
		transform:  translate(1px,22px)  ;
	  }
	  100% {
		transform:  translate(1px,22px)  ;
	  }
}
.faster-sec{padding: 30px 0px;
	background: #f0f0f0;
}
.faster-box{
	background: #FFF3F2;
	border: 1px solid var(--clrYellow);;
	border-radius: 20px;
	padding: 20px;
}
@media(min-width:768px){
	.faster-sec{
		padding:100px 0px;
		background: #02071c url(../images/faster-bg.webp) center bottom no-repeat;
	background-size: cover;
	}
	.faster-box{
		padding: 50px;
	}
}

.thats-all-section{
	padding: 30px 0px;
	background: url(../images/not-all-bg.webp) center center no-repeat;
	background-size: cover;
}
.silver-plate{
	background: url(../images/frame.webp) center center no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 30px;
}
@media(min-width:768px){
	.thats-all-section{padding: 100px 0px;}
	.silver-plate{padding: 50px;}
}

.solution-section{
	padding: 30px 0px;
	background: #e3eff8;
}
@media(min-width:768px){
	.solution-section{
		padding: 100px 0px;
		background: url(../images/solution-bg.webp) center bottom no-repeat;
		background-size: cover;
	}
}

.trigger-section {
    padding: 30px 0px;
    background: #080E20 url(../images/trigger-bg.webp) no-repeat center center;
    background-size: cover;
}

.trigger-features-section {
    padding: 30px 0px;
    max-width: 95%;
    margin: 20px auto 0px auto;
    background: url(../images/trigger-feature-bg.webp) no-repeat top center;
    border-radius: 30px;
    background-size: cover;
}
@media(min-width:768px){
	.trigger-section {
		padding: 100px 0px;
	}
	.trigger-features-section {
		padding: 100px 0px;
		max-width: 85%;
		margin: 0px auto;
		border-radius: 50px;
	}
}
@media(min-width:1600px){
	.trigger-features-section {
		max-width: 77%;
		border-radius: 30px;
	}
}

.customizable-section {
    background: url(../images/customizable-bg.webp) no-repeat top center;
    background-size: cover;
    padding: 30px 0px;
}
.customizable-section.fb {
    background: url(../images/customizable-bg-fb.jpg) no-repeat top center;
}

.customizable-list-box {
    padding: 15px 40px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: -5px 5px 20px rgb(0 0 0 / 20%);
    border-radius: 20px;
    /* border: 5px solid rgba(164, 229, 248, 1); */
    box-shadow: -5px 5px 10px rgb(0 0 0 / 20%);
    border-radius: 50px;
}
@media (min-width: 768px){
	.customizable-section {
		/* padding: 100px 0px; */
	}
	.customizable-list-box{
		height: 100%;
    	padding: 30px 20px;
	}
}
.white-section{
	padding: 30px 0px;
}
.blue-section{
	padding: 30px 0px;
	background: url(../images/blue-bg.webp) center center no-repeat;
	background-size: cover;
}
.blue-section1{
	padding: 30px 0px;
	background: url(../images/blue-bg1.webp) center center no-repeat;
	background-size: cover;
}
.connect-funnel{
	padding: 30px 0px;
	background: url(../images/connect-funnel-bg.webp) center center no-repeat;
	background-size: cover;
}
@media(min-width:768px){
	.white-section{
		padding: 100px 0px;
	}
	.blue-section{
		padding: 100px 0px;
	}
	.blue-section1{
		padding: 100px 0px;
	}
	.connect-funnel{
		padding: 100px 0px;
	}
}

.more-feature-sec{
	background: url(../images/more-feature-bg.webp) center center no-repeat;
	background-size: cover;
	padding: 30px 0px;
}
@media(min-width:768px){
	.more-feature-sec{padding: 100px 0px;}
}

.boxbg {
    background: transparent;
    padding: 15px 0px;
    height: auto;
}

.boxborder-rb {
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

.boxborder-b {
    border-bottom: 1px solid #ffffff;
}

.boxborder-r {
    border-right: 1px solid #ffffff;
}
@media(max-width:768px){
	.boxborder {
        border: 1px solid #ffffff;
        border-top: 0px;
        padding: 20px;
    }
    .top-first {
        border: 1px solid #ffffff;
    }

}
@media (min-width: 768px) {
	.boxbg {
        height: 300px;
        padding: 15% 0% 20%;
    }
}

.no-comparison{
	padding: 30px 0px;
}
@media(min-width:768px){
	.no-comparison{
		padding: 100px 0px;
		background: url(../images/no-comparison-bg.webp) center center no-repeat;
		background-size: cover;
	}
}

.automated-funnels{
	padding: 30px 0px;
	background: #fff9f2;
}
@media(min-width:768px){
	.automated-funnels{
		padding: 100px 0px;
	}
}
.unfair-advantages{
	padding: 30px 0px;
}
@media(min-width:768px){
	.unfair-advantages{padding:100px 0px 20px 0px;}
}
.built-email{
	padding: 30px 0px;
	background: #fff6eb;
}
@media(min-width:768px){
	.built-email{padding:100px 0px;}
}

.power-shape{
	background: #fff9f2;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 15%);
    border-radius: 20px;
	padding: 20px;
}
@media(min-width:768px){
	.power-shape{
		border-radius: 100px;
	}
}

.img-rounded{
	border-radius: 100%;
}

.steps-block {
    position: relative;
    height: 100%;
    padding: 30px 30px 20px 30px;
    border-width: 2px;
    border-color: #132041;
    border-style: solid;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    text-align: center;
}
.p-outcome .steps-block:hover{
    background: #ffcb3930;
}
.p-outcome{
	  text-decoration:none !important;
}
.p-outcome img{
	width: 70%
}
.gif-border{
	backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 2px;
    background: #212121;
}

#ctaForm input,Select,textarea{
	padding-left: 16px;
}
.phone-num-start-trial{
	width: 100%;
}

/* Phone number styles */

.iti__flag {
		background-image: url("assets/intl-tel-input/img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
		.iti__flag {
				background-image: url("assets/intl-tel-input/img/flags@2x.png");
		}
}

#error-msg {
		color: red;
}
#valid-msg {
		color: #00c900;
}
input.error {
		border: 1px solid #ff7c7c;
}
.hide {
		display: none;
}

.start-trial-textarea-free {
		resize: none;
}

.select-dropdown-holder {
		position: relative;
}

.select-dropdown-holder:after {
		content: url("assets/images/caret.svg");
		top: 10px;
		right: 17px;
		position: absolute;
}

.select-dropdown-holder select {
		appearance: none;
}
.cta_count_sec{

}
/* Phone number styles End */

.cta_count_sec .col-md-4{
	position: relative;
}
.cta_count_sec .col-md-4::after{
	display: block;
	content: "";
	border-right: solid 1px #FFF;
	position: absolute;
	right: 8%;
	height: 30px;
	top: 29%;
}
.cta_count_sec .col-md-4:last-child::after{
	display: none;
}
@media only screen and (max-width: 600px) {
.cta_count_sec {
		width: 100% !important;
}
.cta_count_sec .col-md-4::after{
    display: none;
}
.cta_count_sec .d-flex{
flex-direction: column;
}
.cta_count_sec .d-flex .f-40{
		font-size: 22px;
}
.cta_count_sec .cta-sub-h,.cta-sub-d{
	font-size: 14px !important;
}

}

/* Nav Dropdown */
.dropdown {
  position: relative;
  display: block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 240px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.header-section ul.leader-ul li ul li{
	display: block;
}
.header-section ul.leader-ul li ul li a{
	color: #333 !important;
	text-align: left;
	border-bottom:none;
	font-size: 16px;
	display: block;
}
/* Nav Dropdown END */

.wapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    left: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
    z-index: 10;
}
.wapp-float .my-float
 {
    margin-top: 16px;
}
/* to show a another fixed button */
.fixed_btn{
display: none;
position: fixed;
bottom: 24px;
right:20px;
z-index: 9;
box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
}

/* START : Whatapp chat box */

#whatsapp_chat_widget {
    display: block;
}

#wa-widget-send-button {
    margin: 0 0 20px 0 !important;
    padding-left: 0px;
    padding-right: 0px;
    position: fixed !important;
    z-index: 14 !important;
    bottom: 0 !important;
    text-align: center !important;
    height: 50px;
    min-width: 50px;
    border-radius: 10px;
    visibility: visible;
    transition: none !important;
    background-color: #4dc247;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    left: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wa-chat-box-content-send-btn {
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-appearance: none;
    padding: 8px 12px;
    border-radius: 10px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background-color: #4dc247;
    margin: 20px;
    overflow: hidden;
}
.wa-chat-box-content-send-btn-icon {
    width: 16px;
    height: 16px;
    fill: rgb(255, 255, 255);
    z-index: 1;
    flex: 0 0 16px;
}
.wa-chat-box-content-send-btn-text {
    margin-left: 8px;
    margin-right: 8px;
    z-index: 1;
    color: rgb(255, 255, 255);
}
.wa-chat-box {
  display: none;
    background-color: white;
    z-index: 16000160 !important;
    margin-bottom: 60px;
    width: 360px;
    position: fixed !important;
    bottom: 20px !important;
    left: 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    font: 400 normal 15px/1.3 -apple-system, BlinkMacSystemFont, Roboto, Open Sans, Helvetica Neue, sans-serif;
}
.wa-chat-box-header {
    height: 100px;
    max-height: 100px;
    min-height: 100px;
    background-color: #0a5f54;
    color: white;
    border-radius: 10px 10px 0px 0px;
    display: flex;
    align-items: center;
}
.wa-chat-box-brand {
    margin-left: 20px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
}
img, video {
    height: auto;
    max-width: 100%;
    border-style: none;
}
.wa-chat-box-brand-text {
    margin-left: 20px;
}
.wa-chat-box-brand-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}
.wa-chat-box-brand-subtitle {
    font-size: 13px;
    line-height: 18px;
    margin-top: 4px;
}
.wa-chat-bubble-close-btn {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
}
.wa-chat-box-content {
    background: url(https://user-images.githubusercontent.com/15075759/28719144-86dc0f70-73b1-11e7-911d-60d70fcded21.png);
}
.wa-chat-box-content-chat {
    background-color: white;
    display: inline-block;
    margin: 20px;
    padding: 10px;
    border-radius: 10px;
}
.wa-chat-box-content-chat-brand {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}
.wa-chat-box-content-chat-welcome {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: rgb(17, 17, 17);
}
.wa-chat-box-send {
    background-color: white;
}
svg:not(:root) {
    overflow: hidden;
}
.wa-messenger-svg-whatsapp {
    fill: white;
    width: 41px;
    height: 50px;
}
@media only screen and (max-width: 600px){
.wa-chat-box {
    width: auto;
    position: fixed !important;
    right: 20px!important;
    left: 20px!important;
}
}

/* End : Whatapp chat box */


/* Start Nav han menu */
#hamNav{
	display: none;
}

.topnav a.icon{
	display: none;
}

.mobile-container {
  max-width: 480px;
  margin: auto;
  background-color: #555;
  height: 500px;
  color: white;
  border-radius: 10px;
}

@media only screen and (max-width: 1028px) {
#hamNav{
	  color: white;
	  padding: 4px 12px;
	  text-decoration: none;
	  font-size: 25px;
	  display: block;
}
		.enquire_header{
		display: none !important;
	}

	.topnav {
	  overflow: hidden;
	  position: relative;
	}
	.topnav #myLinks {
	  display: none;
	}
	.topnav ul li a	 {
	  color: white;
	  padding: 14px 16px;
	  text-decoration: none;
	  font-size: 25px;
	  display: block;
	}

	.topnav #hamNav {
	  background: #090d1f;
	  display: block;
	  right: 0;
	  top: 0;
	  border-radius: 4px;
	  position: fixed;
	  top: 5%;
	  right: 2%;
	  z-index: 15;
	}

	#hamNav.active {
	  background-color: #FF5F5B ;
	  color: white;
	}

.leader-ul{
    position: fixed;
    top: 0%;
    z-index: 14;
    background: #090d1f;
    color: #fff;
    width: 100%;
    height: 100vh;
    flex-direction: column;
    left: 0;
    opacity: 0.95;
    padding-top: 25%;
    display: flex;
    justify-content: center;
    padding-top:25%;
	}

	ul.leader-ul li{
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	ul.dropdown-content{
		display: block;
    border: solid 2px rgba(255,255,255,0.1);
    position: relative;
    background: transparent;
    border-radius: 16px;
	}
	ul.dropdown-content li a{
		padding: 8;
	}
	.header-section ul.leader-ul li ul li a{
		color: #fff !important;
		display: flex;
    	justify-content: center;
	}
	.header-section ul.leader-ul li a{
		color: #fff;
		

	}
}

}



/*END : NAV HAM MENU*/