	@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
	margin: 0;
	padding: 0;
	/*font-family: 'Cambay', sans-serif;*/
/*	font-family: 'Calibri';*/
	/* font-family: "Playfair Display", serif; */
	font-family: "Open Sans", sans-serif;
	font-weight: 100;
	overflow-x: hidden;
	background-color: #000;
	/*border: 20px solid #000;*/
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri.ttf') format('ttf'),
        url('../fonts/Calibri.woff') format('woff'),
        url('../fonts/Calibri.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

img {
	border: 0;
	outline: none;
}
a:hover,
a:focus{
	outline: none;
	border: none;
	text-decoration: none;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

/*input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label{
  top: 8px;
  bottom: 10px;
  left: 20px;
  font-size: 11px;
  opacity: 0;
} 
 

.floating-label {
   position: absolute;
  pointer-events: none;
  left: 20px;
  top: 18px;
  transition: 0.2s ease all;
}*/
select{
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color:red;
	appearance: none;
}
.navbar-brand>img {
    display: block;
    width: 100% !important; 
}
.banner-upside-content {
    width: 80%;
}
@media(min-width:1366px){	
	.container.container-sm{
		max-width:1300px;
		width:100%;	
	}
}
@media(min-width:1500px){
	.container.container-sm{
		max-width:1480px;
		width:100%;
	}
	.navbar-brand>img {
	    width: 70% !important;
	}
	.banner-upside-content {
	    width: 70%;
	}
}
@media(min-width:1600px){
	.container.container-sm{
		max-width:1580px;
		width:100%;
	}
}
@media(min-width:1800px){
	.container.container-sm{
		max-width:1780px;
		width:100%;
	}
	.navbar-brand>img {
/*	    width: 60% !important;*/
		width: 100% !important;
	}
	img.trust-text {
	    max-width: 220px;
	    margin: 25px auto 0;
	}
	.banner-upside-content {
	    width: 60%;
	}
}

/********** Common css Starts **********/
h1, h2, h3{
	font-weight: 100 !important;
	/*font-family: 'Century Gothic Bold', sans-serif !important;*/
	margin: 0 0 20px;
}
p, ul, li, a {
	/* font-family: 'Calibri';  */
	font-family: "Open Sans", sans-serif;
	font-weight : 100;
}
a.read_more{
	display: inline-block;
	font-size: 20px;
	letter-spacing: 2px;
	position: relative;
	padding-left: 60px;
	transition: opacity .3s ease,transform .3s ease-out .3s;
	-webkit-transition: opacity .3s ease,-webkit-transform .3s ease-out .3s;
}
a.read_more:hover{
	opacity: 0.8;
}
a.read_more:before{
	background-color: #ef542c;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 50%;
	width: 45px;
	transition: width .3s ease,transform .3s ease-out .3s;
	-webkit-transition: width .3s ease,-webkit-transform .3s ease-out .3s;
	transform: translate3d(-1%,0,0) scaleX(1);
	-webkit-transform: -webkit-translate3d(-1%,0,0) scaleX(1);
	transform-origin: right center;
	-webkit-transform-origin: right center;
}
a.read_more:hover:before{
	width: 100%;
	transform: translate3d(-1%,0,0) scaleX(0);
	-webkit-transform: -webkit-translate3d(-1%,0,0) scaleX(0);
}
textarea{
	resize: none;
}
select{
	-webkit-appearance:none;
}

/********** Common css Ends **********/


/* Header Logo & Navbar CSS */
.header{
	left: 0;
	padding: 15px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
}
.header.header_fixed{
	background-color: rgba(255, 255, 255, 0.9);
	position: fixed;
	padding: 8px 15px;
	z-index: 9999;
}
.header.header_fixed .navbar-brand img{
	width: 220px;
}
.header.header_fixed ul.navbar-nav{
	padding: 8px 0;
}
.header.header_fixed ul.navbar-nav li.btn_link a{
	padding: 10px 20px;
}
.header.header_fixed ul.navbar-nav li.btn_link{
	padding-top: 5px;
}
.header .navbar-default{
	background-color: transparent;
	border: 0 none;
	margin: 0;
	padding: 10px 0;
}
.header .navbar-header .navbar-brand{
	height: auto;
	padding: 0;
	margin: 0!important;
	width: 100%;
	    max-width: 387px;
}
.header ul.navbar-nav{
	padding: 24px 0;
	margin-top:0px;
}
.header ul.navbar-nav li{
	padding: 0 25px;
}
.header ul.navbar-nav li.btn_link a{
	background-color: transparent;
	box-shadow: -200px 0 0 0 #8BC3C4 inset;
	border: 1px solid #30b3bd;
	border-radius: 0;
	color: #fff!important;
	padding: 15px 30px;
	text-transform: uppercase;
	transition: all 0.9s ease-in-out 0s;
	-webkit-transition: all 0.9s ease-in-out 0s;
}
.header ul.navbar-nav li.btn_link a:hover,
.header ul.navbar-nav li.btn_link a:focus{
	box-shadow: 0 0 0 0 #fff inset;
	background-color: #30b3bd;
}
.header ul.navbar-nav li.btn_link a:before{
	display: none;
}
.header ul.navbar-nav li a{
	color: #fff !important;
	font-size: 15px;
	font-weight: 700;
	line-height: 25px;
	letter-spacing: 1px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: color .3s ease-out,letter-spacing .3s ease-out;
	-webkit-transition: color .3s ease-out,letter-spacing .3s ease-out;
	text-transform: uppercase;
	padding:10px 0;
}
.header ul.navbar-nav li.active a{
	color: #fff !important;
}
.header ul.navbar-nav li a:before{
	background-color: #de9845;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 0;
	z-index: -1;
	transition: width .3s ease,transform .3s ease-out .3s;
	-webkit-transition: width .3s ease,-webkit-transform .3s ease-out .3s;
	transform: translate3d(-1%,0,0) scaleX(1);
	-webkit-transform: -webkit-translate3d(-1%,0,0) scaleX(1);
	transform-origin: right center;
	-webkit-transform-origin: right center;
}
.header ul.navbar-nav li.active a:before{
	width: 100%;
}
.header ul.navbar-nav li a:hover:before{
	width: 100%;
	transform: translate3d(-1%,0,0) scaleX(0);
	-webkit-transform: -webkit-translate3d(-1%,0,0) scaleX(0);
}
.header ul.navbar-nav li.active a:hover:before{
	width: 100%;
	transform: none;
}
.header ul.navbar-nav li a:hover,
.header ul.navbar-nav li a:focus,
.header ul.navbar-nav li.active a,
.header ul.navbar-nav li.active a:hover,
.header ul.navbar-nav li.active a:focus{
	background-color: transparent;
}
.nav.navbar-nav .call{
	position: relative;
	padding-left:35px;
    margin-left: 20px;
}
.nav.navbar-nav .call:before{
    width: 30px;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    top: 9px;
    left:-4px;
    content: "";
    background-image: url(../images/header-phone-icon.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 30px;
}
.nav.navbar-nav .call span img{
	width: 100%;
}
.header ul.navbar-nav li a.black-btn{
	background-color: #000;
	color: #fff;
	/*border: 3px solid;
	border-image-slice: 1;
	border-width: 3px;
  	border-image-source: linear-gradient(to left, #ffb910, #af5b14, #ffb910);*/
  	text-transform: none;
    padding: 7px 20px;
    font-size: 16px;
    padding-top:12px;
    border: 2px solid;
    border-image-slice: 1;
    border-width: 3px;
    /* border-image-source: linear-gradient(to left, #ffb910, #af5b14, #ffb910); */
    border-image-source: url(/images/Vector-Smart-Object.jpg);
}
 
.header ul.navbar-nav li a.black-btn:hover:before{
	content: none;
}
.header ul.navbar-nav li a.black-btn:hover{
	background-image:linear-gradient(to left, #b4b4b43b, #636363ba, #9090902b); 
	/*opacity: 0.6*/
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
    border: 0;
    padding: 0;
    margin: 0;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.black-btn{
	background-color: #000;
	color: #fff;
	border: 3px solid;
	border-width:3px;
	border-image-slice: 1;
	/*border-image-slice: 1;
	
  	border-image-source: linear-gradient(to left, #ffb910, #af5b14, #ffb910);*/
  	text-transform: none;
    padding: 7px 20px;
    font-size: 32px;
    padding-top: 12px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    border-image-source: url(/images/Vector-Smart-Object.jpg);
}
 
.black-btn:hover:before{
	content: none;
}
.black-btn:hover, .black-btn:focus{ 
	border:3px solid;
	border-width:3px;
	border-image-slice: 1;
	/*border-width: 3px;
	border-image-source: linear-gradient(to left, #ffb910, #af5b14, #ffb910);*/
	outline: none;
	color: #fff;
	border-image-source: url(/images/border-grd.png);
	background-image:linear-gradient(to left, #b4b4b43b, #636363ba, #9090902b); 
}

/* Home-Banner CSS */
.home_banner{
	background-image: url(../images/banner.jpg);
	background-position: top center;
	padding: 0;
	background-size: 100%;
	background-repeat: no-repeat;
}
.cus-home-banner {
	background-image: url(../images/new-banner-1.jpg)!important;
}
.navbar-header{
	width:35%;
}
.fixed_banner{
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9;
}
.home_banner{	
	padding: 10% 6% 0;
}
.home_banner {
	padding: 44% 6% 15%;
	color: #fff;
    text-align: center;
    padding-bottom:8%;
    /* min-height: 1210px */
}
.home_banner h1{	
	font-size:54px;
	margin-bottom: 50px;
	margin-top:0px;
	    background-image: url(/images/Vector-Smart-Object-text.jpg);
    background-size: cover;
    background-repeat: round;

	  /* Use the text as a mask for the background. */
	  /* This will show the gradient as a text color rather than element bg. */
	  -webkit-background-clip: text;
	  -webkit-text-fill-color: transparent; 
	  -moz-background-clip: text;
	  -moz-text-fill-color: transparent;
}
.email-cont{
	/*border: 2px solid;
	border-image-slice: 1;
	border-width:3px;
	border-image-source: linear-gradient(to left, #ffb910, #af5b14, #ffb910);
	border-image-source: url(/images/Vector-Smart-Object.jpg);*/
	background: url(/images/enter-ads-inpt.jpg);
	background-size: 100%;
	min-height:68px;
	background-repeat: no-repeat;
	padding-left: 5px;
	margin-top:0px;
	/*width: 320px;*/
	text-align: center;
}
.cta-sec .email-cont input[type="text"]{
	margin-left: 12px;
}
.cta-sec .email-cont button{
	position: relative;
	top: 0px;
	/*right: 10px;*/
}
.email-cont button:after{
	position: absolute;
	top: 19px;
	right:9px;
	content: "Go!";
	font-size:20px;
	color: #fff;
	font-weight: bold;
}
.email-cont input[type="text"]{
	background: transparent;
	border: 0px solid;
	font-size: 21px;
	/*width: 80%;*/
	float: left;
	line-height: 57px;
	padding-left: 10px;
	text-align: center;
	color: #fff;
	font-weight: 700;
}
.email-cont input[type="text"]:focus{
/*	border-radius: 0;
	border: 2px solid;
	border-image-slice: 1;
	border-width: 3px;
	border-image-source: linear-gradient(to left, #ffb910, #af5b14, #ffb910);*/
	outline: none;
}
.email-cont{
	display: inline-flex;
	position: relative;
}
.email-cont label{ 
    color: #fff;
	font-size: 24px;
	position: absolute;
	top: -55px;
	left:30px;
	text-transform: uppercase;
	font-family: 'Calibri';
}
.email-cont span{
	background: #fff;
    color: #333;
    font-size: 13px;
    position: absolute;
    top: -44px;
    left: 0;
    right: 0;
    padding: 5px;
    width: 200px;
    display: inline-block;
    margin: 0 auto;
    font-weight: bold;
    line-height: normal;
    border-radius: 5px;
    opacity: 0;
    z-index: 99
}

.email-cont span:after{
	position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    bottom: -15px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.email-cont:hover span{
	opacity: 1
}
.email-cont button{
	background: transparent;
    border: 0;
    outline: none;
    /*width: 20%;*/
    padding: 0;
    margin: 20px;
    float: right;
    margin-top: -3px;
}
.round-btn{
	background-image: url(../images/go-btn.png);
	background-repeat: no-repeat;
    background-size: contain;
    width: 70px;
    display: inline-block;
    background-color: transparent;
    border:0;
    outline: 0;
    background-position: center;
    margin: 5px  0;
    position: relative;
   /* height: 85px;
    margin-left: 20px;*/
   /* background: rgb(255,185,16);
	background: linear-gradient(90deg, rgba(255,185,16,1) 0%, rgba(175,91,20,1) 35%, rgba(255,185,16,1) 100%);
    border: none;
    font-size:40px;
    font-weight: bold;*/
    
   /* padding: 0px 25px;
    padding-top: 12px;
    border: 8px solid #010206;*/
}
.round-btn:focus{
	outline: 0;
	/*border: 8px solid #010206;*/
}

.cmn-h3{
	    background-image: url(/images/Vector-Smart-Object-text.jpg);
    background-size: cover;
    background-repeat: round;

	  /* Use the text as a mask for the background. */
	  /* This will show the gradient as a text color rather than element bg. */
	  -webkit-background-clip: text;
	  -webkit-text-fill-color: transparent; 
	  -moz-background-clip: text;
	  -moz-text-fill-color: transparent;
	font-size:44px;
	text-align: center;
	padding: 0 20px;
}
.cmn-h2{
	    background-image: url(/images/Vector-Smart-Object-text.jpg);
    background-size: cover;
    background-repeat: round;

	  /* Use the text as a mask for the background. */
	  /* This will show the gradient as a text color rather than element bg. */
	  -webkit-background-clip: text;
	  -webkit-text-fill-color: transparent; 
	  -moz-background-clip: text;
	  -moz-text-fill-color: transparent;
	font-size:48px;
	text-align: center;
	padding: 20px 20px 0;
}
.our-cmpny .cmn-h2 {
	margin-bottom: 40px;
}
.recieve-text-sec {
    padding: 0px 0;
}
.recieve-text-sec ul.bullet-points{
	margin: 0;
	padding: 0 100px;
	margin-top: 30px;
}
.recieve-text-sec ul.bullet-points li{
	list-style: none;
	display: block;
	width: 100%;
	margin:15px 0;
	font-size: 25px;
	color: #fff;
	position: relative;
	padding-left: 50px;
	font-weight: 100;
	font-family: "Open Sans", sans-serif;
}
.recieve-text-sec ul.bullet-points li:before{
	position: absolute;
	left: 0;
	top:0px;
	content: "";
	background-image: url(../images/new-arrow.svg);
	background-repeat: no-repeat;
	width: 35px;
	height: 35px;
	background-size: contain;
}
.our-cmpny ul.bullet-points{
	margin: 0 auto;
    padding: 0 100px;
    margin-top: 30px;
    width: 900px;
    text-align: left;
    margin-bottom: 70px;
}
.our-cmpny ul.bullet-points li{
	list-style: none;
	display: block;
	width: 100%;
	margin:15px 0;
	font-size: 25px;
	color: #fff;
	position: relative;
	padding-left: 50px;
	font-weight: 100;
}
.our-cmpny ul.bullet-points li:before{
	position: absolute;
	left: 0;
	top:0px;
	content: "";
	background-image: url(../images/new-arrow.svg);
	background-repeat: no-repeat;
	width: 35px;
	height: 35px;
	background-size: contain;
}
.client-logos{ 
	margin:0;
	padding: 0;
	margin-top:150px;
	text-align: center;
}
.client-logos li{
	list-style: none;
	display: inline-block;
	margin: 0 10px;
}
.cta-sec{
	text-align: center;
	display: inline-block;
	width: 100%;
	margin:60px 0
}
.cta-sec h3{
    font-size: 36px;
    color: #fff;
    padding: 0 50px;
}
.cta-sec p{
    font-size:22px;
    color: #fff;
    padding: 0 250px;
    margin-bottom: 50px;
    font-family: "Open Sans", sans-serif;
    font-weight: 100;
}
.cta-sec p.email-cont{
	padding: 0
}
.how-works-sec{
	margin-top: 0px;
	margin-bottom: 80px;
}
.how-works-sec ul{
	margin: 0 auto;
    padding: 0;
    margin-top:50px;
    text-align: center;
}
.how-works-sec ul li{
    list-style: none;
    display: inline-block;
    margin: 0 20px;
    width: 12%;
    font-size: 28px;
    color: #fff;
    vertical-align: middle;
    text-align: center;
}
.how-works-sec ul li span {
    width: 100%;
    display: block;
    /*height: 230px;*/
}
.how-works-sec ul li span img{
	width: 80%;
}
.how-works-sec ul li b{
    min-height: 60px;
    display: block;
    margin-top: 20px;
    font-size: 19px;
        font-weight: 100;
    font-family: "Open Sans", sans-serif;
}
.compare-sec{
	margin: 0 auto;
	margin-top: 100px;
	padding: 0 250px; 
}
.compare-sec .box{
	margin-top: 50px;
	border: 3px solid;
	/*border-image-slice: 1;
	border-width: 3px;
	border-image-source: linear-gradient(to left, #ffb910, #af5b14, #ffb910);*/
	border-image-source: url(/images/Vector-Smart-Object.jpg);
    border-image-slice: 1;
	color: #fff;
	padding: 15px;
	min-height: 515px;
}
.compare-sec .box h3{
	color: #fff;
	font-size:27px;
	text-transform: uppercase;
	margin-bottom: 50px;
	margin-top: 10px;
}
.compare-sec .box .box-row {
    font-size: 24px;
    display: flex;
    border-bottom: 1px solid #fff;
    padding: 12px 0;
}
.compare-sec .box span {
    /* display: inline-flex; */
    width: 100%;
        font-weight: 100;
    font-family: "Open Sans", sans-serif;
}
.compare-sec .box .box-row:last-child{
	border:0;
}
.compare-sec p {
    text-align: center;
    font-size:17px;
    display: inline-block;
    width: 100%;
    margin: 25px 0;
    color: #fff;
}
.tst-sec{
	margin-top:120px;
	margin-bottom: 100px;
    display: inline-block;
    width: 100%;
	text-align : center;
}
.Acta-sec{
	margin: 100px 0;
	text-align: center;
}
.Acta-sec h2.cmn-h2{
	font-size:54px;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}
.Acta-sec .black-btn{
	padding: 10px 30px;
	padding-top: 6px;
	padding-bottom: 7px;
	display: inline-block;
}

.footer-inr-sec{
	margin: 100px auto;
    padding-top: 80px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border-top: 2px solid #666;
    padding-left: 100px;
    padding-right: 100px;
    width: 80%;
    margin-top: 0;
}
.tst-carousel{
	margin-top: 40px;
	text-align: center;
	color: #fff;
	padding: 0
}
.tst-carousel p{
	font-size: 14px;
	margin-bottom:80px;
}
.tst-carousel span{
	font-size: 26px;
}
.tst-carousel .left.carousel-control{
	left: -10px;
	width: auto; 
}
.tst-carousel .right.carousel-control{
	right: -10px;
	width: auto;
}
.tst-carousel  .carousel-control{
	opacity: 1;
	top: 30px;
	/*display: none;*/
}
.carousel-indicators {
    bottom: -50px;
}
.carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 8px;
    margin:0 5px;
    background: #fff;
    opacity: 0.2;
    border-radius: 0
}
.carousel-indicators li.active {
    width: 20px;
    height: 8px;
    margin: 0 5px;
    border-color: #fee188;
    background: #fee188;
    opacity: 1;
    border-radius: 0
}
/* .our-cmpny h2{
	margin-top: 60px;
	font-size:36px;
} */
.our-cmpny b{
	font-size: 35px;
	margin-bottom: 40px;
	width: 100%;
    display: inline-block;
}
.our-cmpny p{
	font-size: 19px;
	line-height: 36px;
	padding: 0 100px;
	max-width: 1080px;
  margin-right: auto;
  margin-left: auto;	
}
.our-cmpny p.text-highlight{
	font-size: 20px;
	margin-bottom: 20px;
        margin-top: 30px;
	font-weight: 100;
	padding: 0 240px;
	line-height: 44px;
	font-family: "Open Sans", sans-serif;
}
.our-cmpny p.text-highlight > span {
    font-size: 24px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}
/* .our-cmpny p.c-info img {
    width: 45px;
} */
.our-cmpny p.c-info {
    margin-bottom:0px;
    margin-top:30px;
    display: inline-block;
    width: 100%;
}

.our-cmpny .c-info:last-child {
	margin: 0;  
}
.our-cmpny p.c-info a {
    color: #fff;
    margin-left: 15px;
}
.our-cmpny .black-btn{
	margin-top: 40px;display: inline-block;

}

/* submission form css*/
#regForm{
	width: 50%;
    margin: 0 auto;
  	background-color: #161616;
  	padding: 20px;
	border-radius: 20px;
  	/* background: linear-gradient(0deg, #161616 82%, transparent 70%); */
}
/* Mark input boxes that gets an error on validation: */
#regForm input[type="text"].invalid,  #regForm input[type="email"].invalid {
  background-color: rgb(247 201 2 / 10%);
}

/* Hide all steps by default: */
#regForm .tab {
  display: none;
}

 

#regForm .black-btn{
	background-color: #000;
	color: #fff;
	border: 2px solid;
	border-image-slice: 1;
	border-width:3px;
  	border-image-source: url(/images/Vector-Smart-Object.jpg);
  	text-transform: none;
    padding: 10px 100px;
    font-size: 32px;
    padding-top: 15px;
    font-size:16px;
    font-weight: 700;
    letter-spacing: 1px;
}
 
#regForm .black-btn:hover:before{
	content: none;
}
#regForm .black-btn:hover, .black-btn:focus{ 
	/*border: 2px solid;
	border-image-slice: 1;
	border-width: 3px;
	border-image-source: linear-gradient(to left, #ffb910, #af5b14, #ffb910);
	background:linear-gradient(90deg, rgba(255,185,16,1) 0%, rgba(175,91,20,1) 35%, rgba(255,185,16,1) 100%);*/
	outline: none;
	color: #fff;
	
}
/* #regForm #prevBtn {
	border: 2px solid;
	border-image-slice: 1;
	border-width:3px;
  	border-image-source: url(/images/Vector-Smart-Object.jpg);
} */

/* #regForm button.black-btn {
   width: 200px;
    padding: 10px 0;
    text-align: center;
} */
/* Make circles that indicate the steps of the form: */
#regForm .step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
  display: none;
}

#regForm .step.active {
  opacity: 1;
  display: none;
}

/* Mark the steps that are finished and valid: */
#regForm .step.finish {
  background-color: #4CAF50;
  display: none;
}


#regForm input[type="text"] , #regForm input[type="email"], #regForm textarea, #regForm select{
	background: transparent;
	border: 2px solid;
	border-image-slice: 1;
	/* border-width: 3px; */
	border-width: 1px;
	border-image-source: linear-gradient(to left, #ffb910, #af5b14, #ffb910);
	border-image-source: url(/images/Vector-Smart-Object.jpg);
	padding: 8px 5px;
    font-size: 36px;
    color: #fff;
    /*width: 400px;*/
    font-weight: 600;
    display: inline-block;
    text-align: center; 
    padding-top: 8px;
    /* box-shadow: 0px 0px 4px #fee9ab; */
}
#regForm input[type="text"], #regForm input[type="email"], #regForm textarea, #regForm select {
  padding-top: 8px;
  padding: 8px;
}
#regForm input[type="text"]:focus, #regForm input[type="email"]:focus, #regForm textarea:focus, #regForm select:focus, 
#regForm input[type="text"]:hover, #regForm input[type="email"]:hover, #regForm textarea:hover, #regForm select:hover{
	border-radius: 0;
	border: 2px solid;
	border-image-slice: 1;
	/* border-width: 3px; */
	border-width: 1px;
	/* border-image-source: linear-gradient(to left, #ffb910, #af5b14, #ffb910); */
	border-image-source: url(/images/Vector-Smart-Object.jpg);
	outline: none;
	box-shadow: none; 
}
option {
	color: #333
}
#regForm label, #regForm input[type="text"], #regForm input[type="email"], #regForm textarea, #regForm select{
	display: block;
	width: 100%;
	text-align: left;
    font-size: 14px;
    letter-spacing: 1px;
}
#regForm input[type="text"], #regForm input[type="email"], #regForm textarea, #regForm select {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 14px;
  letter-spacing: 1px;
}
/* #regForm textarea{
	height: 200px;
} */
#regForm .row{
	margin-bottom:20px;  
}
#regForm p{
    font-size: 24px;
    margin-bottom: 70px;
    display: inline-block;
    width: 100%;
}
#regForm h2{
	background-image: url(/images/Vector-Smart-Object-text.jpg);
    background-size: cover;
    background-repeat: round;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size: 48px;
	margin-bottom: 50px;
	margin-top: 0px;
	font-weight : 100 !important;
}
.h-auto-pge.home_banner{
	min-height: auto;
}
.c-tst-cont{
	padding: 0 100px;
}
.c-tst-cont p{
	font-size: 14px;
	text-align: left;
	display: inline-block;
	width: 100%;
	padding: 0;
	line-height: 20px;
}
.c-tst-cont span{
	font-size: 22px;
	text-align: right;
	display: inline-block;
	width: 100%;
	font-style: italic;
}
.tst-row{
	margin-top:80px;
	padding: 0 50px;
}
.blank-space{
	border: 3px solid;
    border-width: 3px;
    border-image-slice: 1;
    border-image-source: url(/images/Vector-Smart-Object.jpg);
    height: 200px;
    width: 40%;
    display: inline-block;
    margin: 0 auto
}
.contact-img img{
	display: inline-block;
}

.c-info-outr{
	display:block;
	width: 50%;
	margin: 30px auto;
	text-align: center;
	padding: 0 100px;
}
.c-info-outr.for-cmpny-pge-only{
	width: 45%
}

.our-cmpny .c-info-outr p.c-info{	
	display: block;
	margin: 10px 0px;
	padding: 0;
	width: auto;
	text-align: left;
}
.our-cmpny .c-info-outr p.c-info span {
    width: 45px;
    display: inline-block;
}
/*.header-btn{
	top: -10px;
}*/

.header ul.navbar-nav li.header-btn a:hover:before {
	display: none;
}
#regForm button{
	background: transparent;
	border:0;
	outline: none;
}
/* 26-4-2023
.email-cont:after{
	position: absolute;
	content: "";
	right: -60px;
	top: -88px;
	width: 125px;
	height: 80px;
	background-image: url(../images/down-arrow.png);
	background-image: url(../images/down-arrow.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	left: 0;
	margin: 0 auto;
}
26-4-2023 */
.cta-sec .email-cont label{
 	left: 30px
 }
.btn-has-arrow{
	position: relative;
	margin-top:50px;
	display: inline-block;
}
.btn-has-arrow:after{
	position: absolute;
	content: "";
	right: 10px;
	top: -55px;
	width:80px;
	height:55px;
	background-image: url(../images/down-arrow.png);
	background-repeat: no-repeat;
	background-size: 100%;
} 
.guco-btn{
	position: relative;
	display: inline-block;
}
.guco-btn:after{
	position: absolute;
    content: "Get Your Cash Offer";
    width: 100%;
    left: 3px;
    top: 8px;
    color: #fff;
    font-size: 16px;
    height: 100%;
    line-height: 26px;
    letter-spacing: 1px
}
.fco-btn{
	position: relative;
	display: inline-block;
}
.fco-btn:after{
	position: absolute;
    content: "Free Cash Offer";
    width: 100%;
    left: 0;
    top: 8px;
    color: #fff;
    font-size: 16px;
    height: 100%;
    line-height: 26px;
    letter-spacing: 1px
}
.header-btn a{
	position: relative;
}
.header-btn a:after{
	position: absolute;
    content: "GET YOUR CASH OFFER";
    width: 100%;
    left: 3px;
    top: 10px;
    color: #fff;
    font-size:11px;
    height: 100%;
    line-height: 43px;
    letter-spacing: 1px;
    text-align: center;
}
#nextBtn{
	position: relative;
	overflow: hidden;
}
#nextBtn:after{
	position: absolute;
    content: "NEXT";
    width: 100%;
    left: 0;
    top:11px;
    color: #fff;
    font-size:16px;
    height: 100%;
    line-height:26px;
    letter-spacing: 1px;
    text-align: center;
}
#prevBtn{
	position: relative;
	overflow: hidden;
}
#prevBtn:after{
	position: absolute;
    content: "PREVIOUS";
    width: 100%;
    left: 0;
    top:11px;
    color: #fff;
    font-size:16px;
    height: 100%;
    line-height:26px;
    letter-spacing: 1px;
    text-align: center;
}
#finalBtn{
	position: relative;
	overflow: hidden;
}
#finalBtn:after{
	position: absolute;
    content: "Submit Info Now";
    width: 100%;
    left: 0;
    top:11px;
    color: #fff;
    font-size:16px;
    height: 100%;
    line-height:26px;
    letter-spacing: 1px;
    text-align: center;
}
.banner-data form button img{
	width: 75%;
}
.email-cont input[type="text"] {
    font-size: 19px;	     
    line-height: 53px;	    
    height: 48px;
	color: #fff;
    font-weight: 700;	
}
.email-cont button:after {
    position: absolute;
    top: 23px;
    right: 13px;
    content: "Go!";
    font-size: 15px;
    color: #fff;
    font-weight: normal;
}

.cta-sec form button img{
	width: 75%;
}
.banner-data form#regForm button img {
    width: 100%;
	position: relative;
}
.row_col_two {
    display: flex;
    flex-wrap: wrap;
}
.row_col_two .tst-row {
    width: 50%;
}
.email-cont input{
	color: #fff;
	font-weight: 700;
}
.boutique-sec {
    padding-top: 100px;
}
.boutique-sec p {
    font-size: 18px; 
    color: #fff;
    padding: 0 25px;
    margin-bottom: 50px;
    text-align: center;
	/*font-family: "Playfair Display", serif;*/
	font-family: "Open Sans", sans-serif;
    font-weight: 100;
    padding-top: 30px;
    line-height: 30px;
}
.boutique-sec p.cmn-h2.banner-upside-p {
	font-size: 24px;	
}
.boutique-sec p > span {
    font-size: 22px;
    font-weight: 600;
}

.cus-home-banner {
	position: relative;
}
.banner-upside-area {
    position: absolute;
    top: 60%;
    text-align: center;
    width: 100%;
    left: 50%;
    max-width: 1000px;
    margin: 0px auto;
    transform: translate(-50%, -60%);
}
.banner-upside-content {
    /*display: grid;
    justify-content: flex-start;
    align-items: center;
    margin-top: 35px;*/
    width: 100%;
        text-align: center;
   /*  grid-template-columns: max-content max-content;
    gap: 10px;
    overflow: hidden;*/
}
.trust-text {
	margin-top: 20px;
}
.banner-upside-p {
	padding: 0;
/*    width: 100%;
    max-width: 275px;*/
    margin: 0;
    font-size: 18px;
    color: #fff;
    text-align: left;
    font-family: "Open Sans", sans-serif;
    font-weight: 600 !important;
    text-align: center;
}

.banner-horizon-line {
    width: 126px;
    height: 1px; 
    background: #fff;
}
.boutique-sec {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.boutique-sec .banner-data {
    width: 48%;
}
.boutique-sec .email-cont label {
    padding: 10px 0 12px 0;
}
.boutique-sec h1.cmn-h2 {
    padding: 0;
    margin: 10px 0;
}

.group-testim {
    display: grid;
    gap: 15px;
    text-align: left;
    grid-template-columns: 60px 1fr;
}
.tst-carousel .group-testim p {
    margin-bottom: 0;
    font-weight: 100;
    font-family: "Open Sans", sans-serif;
}
.testi-name {
    font-weight: 600 !important;
	font-size: 22px;
    color: #bec1c5;
        line-height: initial !important;
    margin-bottom: 0;
}
.testi-review {
    color: #9a9da8;
        margin: 0;
        font-weight: 400 !important;
}
.testi-stars {
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
        line-height: 0 !important;
    text-align: left !important;
    padding: 10px 0;
}
.testi-stars > span {
    font-size: 14px;
    color: #9a9da8;
    padding: 15px 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-align: left;
    font-style: normal;
}
.testi-user {
    background: #3b86cb;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
}
.testi-content {
  width: 100%;
}
.testi-bottom-box {
    background: #000000;
    padding: 10px;
    margin-top: 0px;
}
.testi-bottom-box > p:first-child {
    font-weight: 600;
    margin: 0;
}
.testi-stars > span > span {
    font-size: 14px;
    color: #fff;
    border: solid 1px #9a9da8;
    padding: 5px 13px;
    border-radius: 5px;
    text-transform: uppercase;
    margin-left: 8px;
    font-style: normal;
    display: inline;
}
.testi-bottom-box .testi-value {
    margin: 0;
}


/* 25-03-2025 */
.tst-sec .fiveStar-rating-badge,
.c-tst-cont .fiveStar-rating-badge{
	width : 150px;
}



















/* responsive css */

@media screen and (width:2880px) {
	.email-cont button {
		position: relative;
		right:-5px;
		top: -3px;
	} 
	.cta-sec .email-cont button{
		right:3px;
		top: 0px;
	}
	.cta-sec .email-cont button img{
		width: 75%;
	}
	.cta-sec .email-cont label{
		left: 40px;
	}
	.email-cont button:after{	
		top: 22px;
	}
	.banner-data form button img{
		width: 75%;
	}
	.email-cont input[type="text"] {
	    font-size: 17px;	     
	    line-height: 54px;	    
	    height: 48px;
		color: #fff;
	    font-weight: 700;
	}
	/* .email-cont button:after {
	    position: absolute;
	    top: 23px;
	    right: 13px;
	    content: "Go!";
	    font-size: 15px;
	    color: #fff;
	    font-weight: normal;
	}
	.email-cont label{
		top: -55px;
		left: 45px;
	} */
}
@media screen and (width:1920px) {
	.email-cont button {
		margin-top: 4px;
		position: relative;
		right:-4px;
		top: -7px;
	}  
	 .email-cont label{
		top: -55px;
		left: 45px;
	}
	.cta-sec .email-cont button{
		right:0px;
		top:-7px;
	}
	.cta-sec .email-cont label{
		left: 75px;
	} 
	.cta-sec .email-cont button img{
		width: 75%;
	}
}

@media screen and (width:1901px) {
	.email-cont button {
		margin-top: 4px;
		position: relative;
		right:3px;
	}
	.cta-sec .email-cont button{
		top: -3px;
	}
}
@media screen and (max-width:1900px) {
	.email-cont button {
		margin-top: 1px;
		position: relative;
		right:2px;
		top: -2px
	}
	.cta-sec .email-cont button{
		top: -3px;
	}
}

@media screen and (width:1694px) {
	 .email-cont label{			
		left: 30px;
	}
	.email-cont button { 
		right:-5px;
		top: -7px
	}
	.cta-sec .email-cont button{
		top: -7px;
	}
	.cta-sec .email-cont label{			
		left: 40px;
	}
}
/* media css for mac only */
@media screen and (max-width:1440px) and (min-width: 1438px){

	body{
		border:10px solid #000;
	}
	.container-fluid > .navbar-header{
		width: 25%;
		float: left;
	}
	.navbar-default .navbar-collapse{
		width: 70%  !important;
		float: right;
	}
	.header ul.navbar-nav{
		text-align: right !important;
	}
	.header ul.navbar-nav li {
    	padding: 0 15px;
	}
	.header ul.navbar-nav li a{
		font-size: 14px;
	}
	.home_banner {
	    background-position: top;
	    background-size: 100%;
	}
	.cta-sec h3{
		font-size: 30px;
	}
	.cta-sec p{
		padding: 0 50px;
	}
	.our-cmpny p.text-highlight{
		padding: 0 230px;
	}
	/*.header ul.navbar-nav li.header-btn {
	    top:5px;
	}*/
	.email-cont input[type="text"]{
		color: #fff;
		font-weight: 700;
		/*font-size: 23px;*/
	}
	.email-cont button {
		margin-top: 2px;
		position: relative;
		right: -2px;
		top: -7px;
	} 
	.cta-sec .email-cont button{
		top: -7px;
	}
	.email-cont label{			
		left: 40px;
	}
	.cta-sec .email-cont label{			
		left: 40px;
	}

}

@media screen and ( width: 1253px ){
	.email-cont button {
		position: relative;
		right: -4px;
		top: -6px;
	} 
	.cta-sec .email-cont button{
		top: -5px !important;
	}
	.email-cont button:after{	
		top: 25px;
	}
	.email-cont label{			
		left: 30px;
	}
	.cta-sec .email-cont label{			
		left: 30px;
	}

} 
@media screen and ( max-width: 1153px ){
	.email-cont input[type="text"]{
		font-size: 21px;
	}
}
/* media css for mac only */


@media screen and ( max-width: 1690px ){
	/*.header-btn {
    	top: 5px;
	}*/

	.header ul.navbar-nav{
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.header ul.navbar-nav li {
	    display: inline-block;
	    float: none;
	    padding: 0 10px;
	}
	.navbar.navbar-default .container-fluid{
		text-align: center;
	}
	.navbar-header {
	    float: left;
	    display: inline-block;
	}
	.compare-sec{
		padding: 0 20px;
	}
	.compare-sec .box .box-row {
 	   font-size: 19px;
	}
	#regForm {
	    width: 55%;
	    margin: 0 auto;
	}
	.navbar-default .navbar-collapse{
		width: 60%;
		float: right;
	}
	.header ul.navbar-nav{
		text-align: right;
	}
	.header ul.navbar-nav li a, .header ul.navbar-nav li a.black-btn{
	    font-size: 14px;
	}
	.navbar-header {
	    width: 30%;
	}
	.navbar-default .navbar-collapse {
   	 	width: 65%;
   	 	padding: 0
   	 }
   	 .compare-sec {
	    padding: 0 150px;
	}
	.compare-sec .box h3{
		margin-bottom: 25px;
	}
	.compare-sec .box{
		min-height: 450px;
	}
}

@media (min-width: 1280px) and (max-width: 1690) {
	.banner-upside-content {
	    width: 100%;
	}
} 

@media screen and ( max-width: 1400px ){
	.cta-sec .email-cont button{	
		top: 0;
	}
	.email-cont button{
		margin-top: -2px;
	}
	.c-info-outr.for-cmpny-pge-only{
		width:65%
	}
	.our-cmpny p.text-highlight{
		padding:0px 200px;
	}
	.header ul.navbar-nav{
		padding-top: 5px;
	}
	
	.header ul.navbar-nav li a, .header ul.navbar-nav li a.black-btn{
		font-size: 12px;
	}
	.nav.navbar-nav .call{
		margin-left: 10px;
	}
	.compare-sec {
	    padding: 0 20px;
	}
}
@media screen and ( max-width: 1366px ){
	.home_banner{
		padding:50% 3% 16%;    
		padding-bottom: 10%;
	}

}
@media screen and ( max-width: 1300px ){
	.our-cmpny p.text-highlight{
		padding:0px 150px;
	}
	#regForm h2{
		font-size: 40px;
	}
	.our-cmpny b {
    	font-size: 25px;
	}
	.header .navbar-default{
		padding: 0;
	} 
	.header ul.navbar-nav{
		padding-bottom: 0
	}
	/* .home_banner{
		background-size: cover !important;
		background-position: bottom;
	} */
	.home_banner.inr-pgs-banner{
		background-position: top;
	}
	.compare-sec .box .box-row {
	    font-size: 19px;
	}
	.home_banner h1{
		font-size:40px;
	}
	.client-logos li{
		margin: 0 5px;
	}
	.cta-sec p{
		padding: 0 30px;
	}
	.how-works-sec ul li span img{
		width: 100%;
	}
	.how-works-sec ul li b{
		font-size: 19px;
	}
	.how-works-sec ul li span{
		height: auto;
	}
	.cmn-h2{
		font-size:40px 
	}

	.compare-sec .box h3{
		font-size: 24px;
	}
	.Acta-sec h2.cmn-h2{
		font-size: 52px;
	}
	.Acta-sec {
		margin-top: 0;
	}
	.home_banner.innr-home-banner{
		background-position: top;
		background-size: 100% !important;
	}
	#regForm{
		width: 90%
	}
	.how-works-sec ul li{
		width: 14%;
	}

}
@media screen and ( max-width: 1200px ){
	.home_banner{
		background-size: 100%;
		padding: 40% 6% 15%
	}
	.header{
		position: static;
	}
	.navbar-header {
	    width: 100%;
	    text-align: center;
	}
	.navbar-default .navbar-collapse {
	    width: 100%;
	    float: none;
	}
	.header ul.navbar-nav {
	    text-align: center;
	}
	.navbar-brand > img {
	    display: inline-block;
	}
	.header ul.navbar-nav {
	    padding-top: 30px;
	}
	.our-cmpny p.text-highlight{
		padding: 0 50px;
	}
	.c-info-outr{	
		width:80%;
	}
	.our-cmpny h2 {
    	margin-top: 60px;
	}
}
@media screen and ( max-width: 991px ){
	.c-info-outr{
		width: 80%;
		padding: 0;
	}
	.client-logos li {
	    margin: 5px 5px;
	}
	.client-logos{
		margin-top: 50px;
	}
	.cta-sec h3 {
    	font-size: 32px;
    	padding: 0
    }
    .cta-sec p{
    	font-size: 20px;
    }
    .compare-sec .box{
    	min-height: auto;
    }
    .cta-sec{
    	margin-bottom: 0
    }
    .tst-sec .cmn-h2 {
 	   font-size: 40px;
	}
    .c-tst-cont {
    	padding: 0px;
	}  
	.tst-row{
		padding: 0
	}
	.our-cmpny ul.bullet-points
	{
		width: 100%;
	}
	.our-cmpny p.text-highlight{
		padding: 0;
		font-size: 25px;
	} 
}
@media screen and ( max-width: 767px ){
	.c-info-outr.for-cmpny-pge-only{
		width:100%
	}
	#regForm h2{
		font-size: 30px;
	}
	/* .our-cmpny .cmn-h2{
		font-size:30px !important;
	} */
	#regForm .black-btn{
		padding: 10px 30px
	}
	.header {
    	position: absolute;
	}
	.header .navbar-default{
		padding-bottom: 0
	}
	#regForm input[type="text"], #regForm input[type="email"], #regForm textarea, #regForm select{
		/* padding: 8px 5px; */
		padding: 8px;
	}
	 
	.navbar-header{
		width: 100%;
		float: none;
	}
	.home_banner{
		background-size: 100%;
		background-position: top;
	}
	.header .navbar-header .navbar-brand{
		width: 50%;
	}
	.header ul.navbar-nav li{ 
		display: block;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	    border-color: #000;
	    background: #000;
	    margin: 0;
	}
	.nav > li > a, .nav.navbar-nav .call{
		display: inline-block;
		margin-bottom: 10px;
	}
	.navbar-default .navbar-toggle{
		margin-right: 0;
		margin-top: 0;
	}
	.header .navbar-default{
		padding-top: 0
	}
	.home_banner h1 {
    	font-size: 30px;
    	margin-top: 60px;
	}
	.our-cmpny b{
		font-size:30px;
	}
	.our-cmpny p {
	    font-size: 13px;
	    line-height: 22px;
	    padding: 0 0px;
	}
	.email-cont {
	    /*display: inline-block;*/
	    text-align: center;
	   /* width: 100%;*/
	}
	 /* .email-cont input[type="text"]{
		width: 70%;
		font-size: 25px;
	} */
	 .round-btn{
		/*position: relative;
		top:-36px;
		width: 20%;
		display: inline-block;	*/
		background-image: none;
		width: 80px
	}
	.round-btn:after{
		content: "";
		position: absolute;
		top:-20px;
		right: 0;
		background-image: url(../images/go-btn.png);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 50px;
		height: 60px;
	}
	.cta-sec .round-btn::after {
		top: -14px;
	}
	.home_banner {
   		padding:40% 5% 15%;
     }
     .cmn-h3{
     	font-size: 40px;
     }
     .recieve-text-sec ul.bullet-points li{
     	font-size: 20px;
     }
     .our-cmpny ul.bullet-points li{
     	font-size: 20px;
     }
    .our-cmpny ul.bullet-points{
    	padding: 0px;
	}
     .recieve-text-sec ul.bullet-points{
     	padding: 0 30px;
     }
     .recieve-text-sec {
	    padding: 0 0;
	}
	.cta-sec p{
		padding: 0
	}
	.how-works-sec ul li{
		width: 100%;
		margin: 0;
		margin-bottom: 45px;
	}
	.how-works-sec ul li span img{
		width:auto;
	}
	.Acta-sec h2.cmn-h2 {
	    font-size: 30px;
	    padding: 0;
	}
	.footer-inr-sec{
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 50px;
	}
	.tst-sec .cmn-h2 {
 	   font-size: 36px;
	}
	.tst-carousel{
		width: 100%;
		margin-top: 40px;
	}
	.tst-carousel p {
	    font-size: 17px;
	    margin-bottom: 25px;
	}
	.tst-carousel span {
 	   font-size: 19px;
	}
	#regForm h2 {
	    font-size: 30px !important;
	    margin-top: 0px;
	}
	#regForm .row {
	    margin-bottom: 0;
	}
	#regForm [class*="col-"] {
	    margin-bottom: 20px;
	}
	#regForm p{
		font-size: 15px;
	}
	.tst-sec .cmn-h2 {
 	   font-size: 36px;
	}
	.tst-carousel p {
	    font-size: 13px;
	    margin-bottom: 25px;
	}
	.tst-carousel span {
 	   font-size: 16px;
	}
	.c-tst-cont span{
		font-size: 14px;
		font-weight: bold;
	}
	.tst-row {
    	margin-top: 40px;
	}
	#regForm button.black-btn {
    	width: 185px;
    }
    .blank-space{
    	width: 90%;
    }
    .our-cmpny p.text-highlight{
    	font-size: 24px;
    	line-height: normal;
    }
    .our-cmpny p.text-highlight {
	    font-size:18px;
	}
	.our-cmpny p.text-highlight > span {
	    font-size: 21px;
	}
	br.hide-xs {
	    display: none;
	}
	/* .email-cont{
		min-height: 72px;
	} */
	.round-btn:after {
		right: -7px;
		width: 61px;
		top: -25px;
	}
	/* .email-cont input[type="text"]{
		padding-top:18px;
	} */

	.cta-sec .round-btn::after {
    	top: -19px;
	}
	.our-cmpny .c-info-outr p.c-info {
	    display: block;
	    margin: 20px 0;
	}
	.our-cmpny .c-info-outr p.c-info{
		width: 70%;
		text-align: left;
		margin: 10px 0;
		display: block;
	}
	.our-cmpny .c-info-outr p.c-info span {
	    width: 45px;
	    display: inline-block;
	}
	.stars-img{
		width: 170px;
		display: inline-block;
	}
	.c-info-outr{
		width: 95%;
		padding: 0;
	}
	.banner-upside-area {
	    top: 80%;
	    width: 80%;
	    transform: translate(-50%, -80%);
	}
	.banner-upside-p {
	    font-size: 12px;
	    text-align: left;
	}
	.banner-horizon-line {
		display: none;
	}
	.banner-upside-content {
		width: 100%;
		margin-top: 8px;
	}
	img.trust-text {
	    margin-top: 10px;
	    max-width: 120px;
        margin: 10px auto;
	}
	.boutique-sec {
/*		flex-wrap: wrap;*/
		padding-top: 30px;
		padding-bottom: 20px;
		    gap: 10px;
	}
	.boutique-sec p {
	    padding: 0 0px;
	        margin-bottom: 25px;
	}
	.boutique-sec .banner-data {
	    width: 50%;
	}
	.banner-data {
	    margin-bottom: 0;
	}
	.boutique-sec .email-cont {
        margin-top: 0px;
    }
    .boutique-sec .email-cont label {
	    padding-left: 0;
	    font-size: 12px;
	}
	.boutique-sec p {
	    font-size: 12px; 
	    line-height: 16px;
	}
	.boutique-sec p > span {
	    font-size: 14px;
	}
	.boutique-sec h1.cmn-h2 {
	    margin: 2px 0;
	    font-size: 25px;
	}
	.banner-data form {
	    display: block;
	}
	.boutique-sec .email-cont .form_input {
	    width: 100%;
	    min-height: 36px;
	    max-width: 150px;
	        background-size: 100% 100%;
	}
	.boutique-sec .email-cont input[type="text"] {
        font-size: 12px;
        line-height: 0;
        height: auto;
        padding-left: 12px;
    }
    .boutique-sec .email-cont button:after {
	    right: 11px;
	    top: 8px;
	    font-size: 10px;
	}
	.testi-stars {
	        flex-wrap: wrap;
	}
	.testi-stars > span {
		font-size: 12px;
        margin: 0;
        padding: 0 0 15px;
	}
	.testi-stars > img {
	    max-width: 106px;
	    margin-top: 10px;
	}
	.testi-user {
	    width: 50px;
	    height: 50px;
	    font-size: 20px;
	}
	.testi-user > img {
	    max-width: 50px;
	}
	.group-testim {
	    gap: 10px;
	    grid-template-columns: 56px 1fr;
	}
	.how-works-sec ul {
	    margin-top: 30px;
	    display: flex;
	    gap: 5px;
	}
	.how-works-sec ul li { 
		width: 20%;
		margin: 0;
	}
	.how-works-sec ul li span img {
        width: 100%;
    }
    .how-works-sec ul li b {
        font-size: 10px;
        margin-top: 6px;
    }
    .compare-sec {
	    margin-top: 30px;
	}
	.compare-sec .col-xs-6 {
	    padding: 2px;
	}
	.compare-sec .box .box-row > span {
        font-size: 13px;
    }
    .compare-sec .box {
	    padding: 10px;
	}
	.compare-sec .box h3 {
        margin-bottom: 10px;
    }
    .compare-sec {
	    margin-top: 30px;
	}
	.how-works-sec {
	    margin-bottom: 30px;
	}
	.testi-stars > span > span {
	    font-size: 10px;
	    padding: 5px 8px;
	    margin-left: 1px;
	}
	.client-logos ul {
	    margin: 0;
	    padding: 0;
	    display: flex;
    	justify-content: center;
	}
	.client-logos li {
        width: 25%;
        margin: 0;
    }
    .banner-data .form_input button {
	    width: 25%;
	}
	.cta-sec .email-cont input[type="text"] {
	    margin-left: 0px;
	}
	.row_col_two {
	    margin-left: -15px;
	    margin-right: -15px;
	}
	
}
@media screen and ( max-width: 731px ){
 	.our-cmpny p.text-highlight {
	    font-size:22px;
	}
}
@media screen and ( width: 720px ){
	.cta-sec .email-cont button{
			top: -1px;
		}
}
@media screen and ( max-width: 702px ){
 	.our-cmpny p.text-highlight {
	    font-size:15px;
	}
}
@media screen and ( max-width: 480px ){
	.c-info-outr{
		width: 100%;
		padding: 0;
	}
	#regForm p {
		margin-bottom: 30px;
	}
	.our-cmpny b{
		font-size:22px;
	}
	/* .email-cont:after {
	    top: -50px;
		width: 65px;
		height: 49px;
		background-size: 100%;
		right: 0;
		left: 60px;
		margin: 0 auto;
	} */
	.btn-has-arrow:after {
	    top: -42px;
	    width: 65px;
	    height: 50px;
	    background-size: 100%;
	}
	.btn-has-arrow {
    	margin-top: 40px;
	}
	.cta-sec p{
		margin-bottom: 30px;
	}
	.our-cmpny p.text-highlight {
	    font-size: 18px;
	    max-width: 320px;
        margin: 0px auto 50px auto;
	}
	#regForm h2{
		font-size: 23px;
	}
	/* .our-cmpny .cmn-h2 {
	    font-size: 23px !important;
	} */

	/* .email-cont input[type="text"] {
	    font-size: 22px;
	} */
	/*.round-btn{
		top: -20px;
	}*/
	.round-btn{
		/* font-size: 25px;
		padding: 0px 13px;
		padding-top: 0px;
		float: right;
		padding-top: 5px;*/
		width: 50px;
	}
	.round-btn::after {
		top: -11px;
		height: 52px;
		width: 35px;
		right: 5px;
	}
	.home_banner h1 {
	    font-size: 23px;
	    margin-bottom: 25px;
	}
	.cmn-h3 {
    	font-size: 30px;
	}
	.client-logos li{
		width: 45%;
	}
	.client-logos li img{
		width: 100%;
	}
	.cmn-h3 {
    	font-size: 24px;
	}
	.cta-sec h3{
		font-size: 24px;
		line-height: 30px;
	}
	.cta-sec p{
		font-size: 16px;
	}
	.how-works-sec ul li{
		width:100%;
		margin: 0
	}
	.cmn-h2 {
    	font-size:30px;
    	margin-top: 37px;
	} 
	.our-cmpny h2, .our-cmpny .cmn-h2{
		margin-top: 37px;
	}
	.compare-sec .box .box-row{
		font-size: 16px;
	}
	/* .black-btn{
		font-size: 20px;
	} */
	.compare-sec .box{
		margin-top: 0;
		margin-bottom: 20px;
	}
	.Acta-sec h2.cmn-h2 {
		/* font-size: 20px; */
	}
	.how-works-sec{
		margin-top: 0
	}
	.tst-sec .cmn-h2 {
        font-size: 23px;
 	    padding: 0
	}
	.navbar-default .navbar-toggle{
		margin-top: 0px;
	}
	.header .navbar-header .navbar-brand {
	    width: 100%;
        max-width: 170px;
		text-align: left;
	}
	/*.our-cmpny b {
 	   font-size: 22px;
	}*/
	/* .home_banner h1{
		margin-top: 110px;
	} */
	.header ul.navbar-nav li a.black-btn{
		font-size: 16px;
	}
	#regForm label, #regForm input[type="text"], #regForm input[type="email"], #regForm textarea, #regForm select{
		font-size: 12px;
		font-weight: 400;
	}
	#regForm .black-btn{
		padding: 10px 10px;
		font-size: 16px;
	}
	#regForm h2 {
	    font-size: 23px !important;
	    margin-bottom: 25px;
	}
	.cta-sec .round-btn:after {
	    top: -6px;
	}
	.home_banner {
		padding: 50% 5% 15%;
	}
	/* .cta-sec p.email-cont input[type="text"] {
 	   padding-top:12px;
	} */
	.compare-sec .box h3 {
	    font-size: 16px;
	}
	#regForm button.black-btn {
	    width: 138px;	   
	    font-size: 14px;
	}
	/* #regForm textarea{
		height: 100px;
	} */
	#regForm button{
		margin: 15px auto
	}
	/* #regForm button img{
		width: 100%;
	} */
	/* .email-cont input[type="text"]{
		padding-top: 14px;
	} */
	.round-btn:after{
		right: 0
	}
	.our-cmpny .c-info-outr p.c-info {
    	width: auto;
    }
    .email-cont label {	    
	    font-size: 15px;	    
	    top: -38px;
		left: 85px;
	}
	.email-cont{
		margin-top: 50px;
	}
	.cta-sec .email-cont label{
		left:85px;
	}
/*	.email-cont{
		width: 300px;
	}*/
	/*.email-cont input[type="text"] {
	    padding-top:12px;
	}*/
	.cta-sec .email-cont button {
 	   	right: 5px;
	}

	/* 25-03-2025 */
	.tst-sec .fiveStar-rating-badge,
	.c-tst-cont .fiveStar-rating-badge{
		width : 90px;
	}
	.testi-stars > img {
        max-width: 85px;
    }
    .our-cmpny h2.cmn-h2 {
	    font-size: 36px;
	}
	.tst-carousel p {
        font-size: 12px;
    }
}
@media screen and ( max-width: 360px ){
	.our-cmpny b{
		font-size:17px;
	}
	.round-btn{
		background-size: 100%;
	    top: 0px;
	}
	.recieve-text-sec ul.bullet-points li{
		padding-left:40px;
		font-size: 17px;
	}
	.our-cmpny ul.bullet-points li{
		padding-left:40px;
		font-size: 17px;
	}
	.recieve-text-sec ul.bullet-points li::before {
		top: -4px;
	}
	.compare-sec .cmn-h2 {
	    font-size: 29px;
	    padding: 0;
	}
	.tst-sec .cmn-h2 {
    	font-size: 20px;
	}
	.tst-carousel{
		padding: 0
	}
	.tst-carousel .left.carousel-control{
		left: -40px;
		
	}
	.tst-carousel .right.carousel-control{
		right: -40px;
	}
	.our-cmpny p.c-info a {
	    color: #fff;
	    margin-left: 5px;
	    font-size: 17px;
	}
	.header ul.navbar-nav li a.black-btn{
		padding: 10px 20px;
		font-size: 14px;
	}
	#regForm h2 {
	    font-size: 23px !important;
	    margin-bottom: 25px;
	    padding: 0
	} 
	.navbar-toggle img{
		width: 25px;
	}
	.compare-sec .box h3 {
	    font-size: 15px;
	}
	.compare-sec .box{
		padding: 5px;
	}
	#regForm button.black-btn {
	    width: 120px;	   
	    font-size: 12px;
	}
	.our-cmpny ul.bullet-points li {
	    font-size: 17px;
	}
	.our-cmpny p.text-highlight {
    	font-size: 17px;
    }
    .email-cont {
	    width: 100%;
	}
	.email-cont input[type="text"] {
	    font-size: 20px;
	}
	.email-cont input[type="text"] {
    	width: 75%;
	}
	.email-cont button{
		position: relative;
		right: -13px;
	}
}
@media screen and ( max-width: 350px ){
	.email-cont{
		width: 100%
	}
	.email-cont input[type="text"] {
	    width: 80%;
	}
	.email-cont button{
		margin: 0;
		margin-top: -6px;
		right: 0;
	}
	.cta-sec .email-cont button{
		margin-top: 0;
		 right: 3px;
	    top: -2px;
	}
	.cta-sec .email-cont input[type="text"] {
	    margin-left: 5px;
	}
}
/* @media not all and (min-resolution:.001dpcm) { 
    @media { */
        /*.header ul.navbar-nav li.header-btn{ 
           display: none;
        }*/
    /* }
} */

.footer-inr-sec a,
#regForm .tab>p a{
	color: #fff;
}
.footer-inr-sec a:hover,
#regForm .tab>p a:hover{
	text-decoration: underline;
}

@media screen and (max-width: 575px) { 
	@supports (-webkit-touch-callout: none) {
	  .boutique-sec .email-cont button:after {
		right: 11px;
		top: 14px;
		font-size: 10px;
	  }
	  .email-cont .form_input {
		padding-left: unset;
		margin-top: unset;
		background: url(/images/enter-ads-inpt.jpg);
		background-size: 100% 100%;
	  }
	}
}

/* new style 31-03-2025 */

/* how we compare  */
.heading-check-container{
	display : flex;
	justify-content:  center;
	align-items : center;
	gap : 20px;
	padding-bottom : 30px
}
.compare-table{
	max-width : 900px;
	margin : 0 auto;
	padding : 10px 20px;
}
.compare-box .single-row{
	display : flex;
	justify-content : space-between;
	align-items : center;
	padding : 15px 10px;
	border : 4px solid rgba(214, 180, 78, 0);
}
.compare-box .single-row:nth-of-type(even){
	border-color : #d6b44e;
	border-radius : 28px;
}
.compare-box .single-row h3{
	font-size : 24px;
	padding : 0px;
	font-weight : 600 !important;
	margin-bottom : 0px;
}
.compare-box .single-row h4{
	font-size: 20px;
	font-weight: 600 !important;
	margin: 0px;
	padding : 0px;
	width : 155px;
	text-align : center;
}
.stephano-group-offers{
	background-image: url(../images/bg-how-we-compare.png);
	background-size: cover;
	width: 175px;
	background-repeat: no-repeat;
	height: 103%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	top: 0px;
	right: 230px;	
	padding-bottom: 30px;
	border-radius: 30px;
}
.stephano-group-offers .single-row{
	border : 0px;
}
.stephano-group-offers .single-row .black-heading{
	color : #000 !important;
	font-weight : 900 !important;
	width : 160px;
}
.compare-table{
	position : relative;
}

@media(max-width : 992px){
	.compare-box .single-row h3	{
		font-size : 24px;
	}
	.stephano-group-offers {
		right : 205px
	}
}
@media(max-width : 768px){
	.compare-table{
		padding : 10px 0;
	}
	.compare-box .single-row h3 {
		font-size: 20px;
		max-width : 210px;
	}
	.compare-box .single-row h4 {
		font-size: 18px;
		width: 130px;
	}	
	.stephano-group-offers{
		width : 150px;
		right : 180px
	}
	.stephano-group-offers .single-row .black-heading {
		width: 150px;
	}
}
@media(max-width : 575px){
	.compare-box .single-row h3 {
		font-size: 18px;
		max-width: 180px;
		text-align: left;
		padding : 0px;
	}
	.stephano-group-offers {
		right: 145px;
	}

}
@media(max-width : 480px){
	.heading-check-container{
		padding : 30px 0;
	}
	.heading-check-container h2{
		padding : 0px;
		margin : 0px;
	}
	.heading-check-container img{
		width : 30px;
	}
	.compare-box .single-row h3{
		margin : 0px;
		/* padding: 20px 0px 20px 10px; */
	}
	.compare-box .single-row{
		padding: 10px 0px 10px 10px;
	}
	.compare-box .stephano-group-offers .single-row{
		padding : 0px 0;
	}
	.stephano-group-offers .single-row .black-heading {
		width: 110px;
	}
	.stephano-group-offers .single-row:nth-of-type(1) .black-heading{
		padding-top : 15px
	}
	.compare-box .single-row h4 {
		font-size: 14px;
		width: 100px;
	}
	.stephano-group-offers {
		width : 110px;
		right : 100px;
	}
	.new-compare-sec{
		padding : 0px 10px;
	}
	.compare-box .single-row h3 {
		font-size: 14px;
		max-width: 150px;
	}
	.the-heading-black{
		font-size: 12px !important;
	}
	.stephano-group-offers .single-row .black-heading{
		/* padding : 10px 0px; */
		margin-top : -7px;
	}
	.stephano-group-offers {
		border-radius: 20px;
	}
}
@media(max-width : 400px){
	.compare-box .single-row h3 {
		font-size: 14px;
        max-width: 130px;
    }
	.compare-box .single-row h4 {
		font-size: 14px;
    }
	
	.stephano-group-offers {
        right: 100px;
    }
	.stephano-group-offers {
		right: 110px;
		height: 102%;
	}
	.stephano-group-offers .single-row .black-heading {
        width: 110px;
		padding : 0px 10px
    }
	.compare-box .stephano-group-offers .single-row:nth-of-type(1) .black-heading{
		padding-top : 15px;
	}
	.stephano-group-offers .single-row .black-heading{
		padding : 10px 0px;
		margin-top : -7px;
	}
}

@media(min-width : 768px){
	.navbar-nav{
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
	}
}
#get-offer-btn{
	padding: 0px;
    height: 100% !important;
    position: relative;
    display: inline-block;
	margin-bottom : 0px;
}
#get-offer-btn:after{
	content: "" ;
	position : absolute ;
	width : 0% ;
	height : 100% ;
	background : #0000003b;
	top : 0px ;
	left : 0px;
}
#get-offer-btn:hover:after{
	width : 100%
}


.form-border {
	background-image: url(../images/border-image.png);
	border-radius: 10px;
	background-size: cover;
	padding: 4px;
	width : 100%;
}
.form-border .form_input_box{
	background: #000;
	height : 70px;
	border-radius: 10px;
}
.form-border .form_input_box #newsletter-btn {
	position : relative !important;
	width: 180px;
	text-align: right;
	background: #00000000;
	border: 0;
}
.below-form .email-cont{
	max-width : 500px;
	margin : 0 auto;
}
.cta-sec .form-border .form_input_box button img{
	width : 100%;
}
.form-border .form_input_box button:after{
	content : none !important;
}
.below-form .email-cont .form_input_box{
	width : 100%;
	display: flex;
	align-items: center;
	padding: 0 8px;
}
.form-border .form_input_box input{
	text-align: left;
	width: 100% !important;
	margin-left: 0px !important;
	padding: 0 10px !important;
}
/* .form-border .form_input_box input::placeholder{
	color : #c19f44
} */
#newsletter-btn:before{
	content : " ";
	position : absolute;
	width : 0%;
	height : 100%;
	background :rgba(0, 0, 0, 0.31);
	top : 0px;
	left : 0px;
}	
#newsletter-btn:hover:before{
	width : 100%;
}
.icon-input{
	display : flex;
	gap : 5px;
	align-items : center;
	padding-left : 10px;
	width : 100%;
}
@media(max-width : 480px){
	.form-border .form_input_box {
		height: 55px;
	}
	.form-border .form_input_box input{
		font-size : 16px;
	}
	.form-border .form_input_box .icon-input img{
		width : 15px;
	}
	.form-border .form_input_box #newsletter-btn {
		width : 140px;
	}
	.upper-form .form-border .form_input_box {
        height: 38px !important;
    }
}


@media(max-width : 992px){
	.upper-form .form-border .form_input_box button img{
		width : 100% !important;
	}
	.upper-form .form-border .form_input_box {
		height: 55px;
	}	
	.upper-form .icon-input img{
		width : 15px;
	}
	.form-border .form_input_box input{
		font-size : 16px;
	}
}
@media(max-width : 480px){
	/* email  */
	.upper-form .form-border .form_input_box button{
		width : 100px;
	}
	.upper-form .icon-input{
		padding-left : 0px;
	}
	.upper-form .icon-input img{
		width : 12px;
	}
	.upper-form .form-border .form_input_box input {
		padding: 0 3px !important;
	}	
	.upper-form .form-border{
		padding : 2px;
	}
}


/* 03-04-2025/ */

.single-row {
	gap : 20px;
}
.single-row .first_headning{
	width : 58%;
	text-align : left;
}
.single-row > div{
	width : 40%;
	display : flex;
	align-items : center;
	justify-content : space-between;
	z-index: 3;
}
.single-row .black-heading{
	padding-right : 20px;
}
.stephano-group-offers{
	z-index : 2;
	right: 200px;
}
.compare-box .single-row h4{
	font-weight : 900 !important;
}
@media(max-width : 992px){
	.single-row .first_headning{
		width : 58%;
		text-align : left;
	}
	.single-row > div{
		max-width : 332px;
		width : 100%;
	}	
}
@media(max-width : 768px){
	.single-row > div {
		max-width: 280px;
		width: 100%;
	}
	.stephano-group-offers {
		right: 155px;
	}
}
@media(max-width : 480px){
	.stephano-group-offers {
		right: 100px;
	}
	.single-row > div {
		max-width: 200px;
	}
}