html {
	height: 100%;
}

body {
	color: #5b5b5b;
	font-size: 17px;
	line-height: 1.3;
	font-weight: 400;
	font-family: "Satoshi-Regular";
	scroll-behavior: smooth;
}

body p {
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #121212;
	font-family: 'Satoshi-Black';
	font-weight: bold;
	font-style: normal;
}

h1 {
	font-size: 60px;
}

h2 {
    /*font-size: 50px;*/
    font-size: 47px;
}

h4 {
}

a {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.mobile.toggle-terget{
    display: none;
}
.container-header {
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top_header {
    background: #fff;
    padding: 8px 0;
	color: #292929;
}
.top_header label{
	color: #292929;
	font-size: 17px;
	font-family: 'Satoshi-Bold';
}
.top_header a img{
    margin: 0 15px 0 0;
}
.top_header a {
    color: #292929;
    text-decoration: none;
    display: inline-block;
    margin: 0 0 0 10px;
    vertical-align: middle;
}
.top_header a:hover{
	color: #d45d59;
}
.top_header .blank_spacer {
    width: 325px;
}
header.main_site_header {
    padding: 30px 0;
    transition: all 0.3s ease-in-out;
}
.qustion label {
    font-family: 'Satoshi-Black';
    font-weight: bold;
    display: inline-block;
    margin: 0 10px 0 0;
}
.header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
body.page-template-default .header-wrapper{
    position: static;
}
body.page-template-default .header-wrapper.fixed{
    position: fixed;
}
.header-menu ul {
    margin: 0;
    padding: 0;
}
.header-menu li {
    display: inline-block;
    padding: 0 28px 0;
}
.header-menu li a {
    font-family: 'Satoshi-Medium';
    text-decoration: none;
    color: #213025;
	font-size: 18px;
    display: inline-block;
    position: relative;
}
.header-menu li a:hover{
	color: #d45d59;
}
.header-menu li a:after{
    content: "";
    position: absolute;
}
.header-menu li.current_page_item > a:after{
    background-color: #d45d59;
    bottom: -7px;
    top: auto;
    height: 3px;
    width: 100%;
    left: 0;
    right: 0;
}
.header-wrapper.fixed .top_header{
    display: none;
    opacity: 0;
    visibility: collapse;
}
.header-wrapper.fixed .main_site_header{
    background: #fff;
    padding: 10px 0;
}
div#logo {
    width: 15%;
}
.header-menu {
    max-width: 70%;
}
.header-action {
    width: 20%;
    display: flex;
    justify-content: flex-end;
}
.header-action .site_btn.site_outline_btn img{
    display: none;
}
.site_btn {
    color: #1b1c20;
    font-size: 16px;
    font-family: 'Satoshi-Medium';
    text-decoration: none;
    padding: 16px 45px;
    border: 1px solid;
    letter-spacing: 0.40px;
    border-radius: 9999px;
    display: inline-block;
}
.site_outline_btn:hover{
	color: #fff;
	border-color: transparent;
	background-color: #258bf1;
}
.site_btn span {
    width: 40px;
    height: 40px;
    display: inline-flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
	margin: 0 0 0 10px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.site_solid_orange_btn.site_btn {
    color: #fff;
    background: #d45d59;
    border-color: transparent;
    padding: 6px 6px 6px 32px;
}
.site_solid_orange_btn span{
	background-color: #e16864;
}
.site_solid_orange_btn:hover{
	background-color: #258bf1;
}
.site_solid_orange_btn:hover span{
	background-color: #3c9af8;
}
.site_solid_blue_btn{
	color: #fff;
	border-color: transparent;
    padding: 6px 6px 6px 32px;
	background-color: #258bf1;
}
.site_solid_blue_btn span{
	background-color: #3c9af8;
}
.site_solid_blue_btn:hover{
	color: #fff;
	background: #d45d59;
}
.site_solid_blue_btn:hover span{
	background-color: #e16864;
}
.site_outline_btn.site_btn + .site_btn {
    margin: 0 0 0 15px;
}
section.home-banner {
    background: url(../images/Banner.jpg) no-repeat;
    background-size: cover;
    padding: 180px 0 260px 0;
    position: relative;
}
section.home-banner .banner_content_left a {
    background: #d45d59;
    color: #fff;
    text-decoration: none;
    /* font-size: 16px; */
    font-size: 16px;
    font-family: 'Satoshi-Medium';
    font-weight: 500;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 8px 25px;
    border-radius: 9999px;
    min-width: 135px;
}
section.home-banner .banner_content_left a:hover{
    background: #258bf1;
}
section.home-banner .banner_content h1 {
    font-size: 75px;
    color: #292929;
    font-family: 'Satoshi-Black';
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 0 3px 0;
}

section.home-banner .banner_content h1 span {
    background: linear-gradient(to bottom, #D55E59 0%, #EFA890 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
section.home-banner .banner_content h3{
	font-size: 29px;
	color: #292929;
	font-family: 'Satoshi-Black';
	text-transform: uppercase;
}
section.home-banner .btn-wrap {
    text-align: center;
    margin: 15px 0 0;
}
section.home-banner .banner_content {
    margin: 0 0 50px;
}
section.home-banner .container{
	position: relative;
}
img.banner_shape {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
}
.banner_money_back_badge {
    position: absolute;
    top: 0;
    right: -200px;
}
.ad-app {
    border: 2px solid #fff;
    border-radius: 10px;
    text-align: center;
    padding: 10px 15px 30px;
    margin: 34px 0 0;
    box-shadow: 0 3px 17px 0 rgba(15,15,74, 0.05), 0 3px 16px 0 rgba(15,15,74, 0.05) inset;
}
.ad-app label {
    font-size: 19px;
    color: #292929;
    display: inline-block;
    background-color: #f1f9ff;
    margin: 0;
    position: relative;
    top: -25px;
    padding: 2px 10px;
}
.ad-app label p{
    margin:0;
}
section.home-banner .site_btn, section.version  .site_btn,
.inner-page-banner .site_btn{
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    padding: 6px 6px 6px 57px;
}
section.home-banner .site_btn span,  section.version .site_btn span, .inner-page-banner .site_btn span{
    width: 54px;
    height: 54px;
    margin: 0 0 0 35px;
}
.banner_content_right {
    max-width: 638px;
    margin: 0 0 0 auto;
}
.video_holder {
    border: 15px solid transparent;
/*	min-height: 370px;*/
    box-shadow: 0 0 34px 0 rgba(15,15,74, 0.05);
    overflow: hidden;
    border-radius: 25px;
}
/*.video_holder video{
	width: 100% !important;
}*/
.vjs-poster img {
    object-fit: cover;
}
.video-js .vjs-big-play-button {
    width: 65px;
    border-radius: 50%;
    height: 65px;
    background: #258bf1 !important;
}
.vjs-icon-placeholder {
    line-height: 65px;
}
.video-js{
    background-color: transparent;
}
.banner-form-get-sample form > p {
    display: flex;
    justify-content: space-between;
}
.banner-form-get-sample form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    max-width: 414px;
}
.banner-form-get-sample form .wpcf7-form-control-wrap input:not(.wpcf7-submit) {
    border: 1px solid #d0d6dc;
    border-radius: 9999px;
    height: 66px;
    width: 100%;
    background: #fff url(../images/mail-icon-for-submit.png) 26px 25px no-repeat;
    padding: 8px 20px 8px 60px;
    outline: none !important;
	box-shadow: 0 0 34px 0 rgba(15, 15, 74, 0.05);
}
.banner-form-get-sample .wpcf7-submit {
    background: #258bf1 url(../images/background-white-arrow.png) 94% 9px no-repeat;
    background-color: #258bf1 !important;
    border: none !important;
    color: #fff !important;
    border-radius: 9999px !important;
    font-size: 17px !important;
    padding: 0 0 0 30px !important;
    min-width: 210px;
    text-align: left;
    height: 66px;
    font-family: 'Satoshi-Medium';
    line-height: 1;
    letter-spacing: 1.3px;
    transition: all 0.3s ease-in-out;
}
.banner-form-get-sample .wpcf7-submit:hover{
    opacity: 0.8;
}
.banner-form-get-sample form .wpcf7-spinner{
	display: none;
}
.banner_form>p {
    text-align: center;
}
.banner_form {
    margin: 30px 0 0;
}
.banner_form strong {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.5px;
    font-family: 'Satoshi-Bold';
}
section.version .section_title h2 {
    font-size: 25px;
    text-transform: uppercase;
    color: #292929;
    font-family: 'Satoshi-Black';
    max-width: 390px;
    margin: 0 auto;
}
ul.select_version{
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.select_version li {
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    margin: 0 5px;
}
ul.select_version li label {
    color: #292929;
    text-transform: uppercase;
    font-family: 'Satoshi-Medium';
    border: 1px solid #dfe6ef;
    border-radius: 9999px;
    padding: 21px 40px;
    display: inline-flex;
    align-items: center;
    letter-spacing: 1px;
}
ul.select_version li label.clicked{
    border-color: #d45d59;
}
.versions-row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.versions-row input{
	margin: 0 23px 0 0;
}
.version .section_title{
	text-align: center;
	margin-bottom: 45px;
}
section.version {
    padding: 0 0 95px;
    background: url(../images/gradiant-line.png) repeat-x;
    background-position: bottom center;
}
section.version .site_btn, section.product_features .site_btn, section.pass_the_exam .site_btn, .free-sample-form .site_btn{
    font-size: 17px;
    padding: 6px 6px 6px 38px;
    margin: 0 0 0 10px;
}
section.version .site_btn span, section.product_features .site_btn span, section.pass_the_exam .site_btn span, .free-sample-form .site_btn span{
	width: 48px;
	height: 48px;
}
section.product_features .site_btn span, section.pass_the_exam .site_btn{
	margin: 0 0 0 36px;
}
section.product_features .site_btn {
    margin: 15px 0 0;
}

/*ANAMAY CSS*/

.product_features
{
    padding-top: 100px;
}


.product_features .section_title h2 
{
    color: #292929;
    line-height: 1.1;
    text-align: center;
    padding-bottom: 34px;
}

.product_features h4
{
    font-size: 18px;
    color: #d45d59;
    letter-spacing: 3px;
}


.product_features p
{
    font-size: 20px;
    color: #222e25;
    line-height: 27px;
}

.product_features-row ul
{
    font-size: 20px;
    color: #222e25;
    line-height: 27px;
    padding-left: 0;
}

.product_features-row {
    padding-bottom: 120px;
    position: relative;
}

.product_features_wrap .product_features-row:nth-child(2n) .row
{
    flex-direction: row-reverse;
} 

.product_features-row h2{
    padding: 10px 0 15px 0 ;
    font-family: 'Satoshi-Bold';
    color: #292929;
    line-height: 1.1;
}


.product_features-row ul li{
    background: url(../images/red-tick.png) no-repeat;
    padding-left: 40px;
    margin: 0 0 30px;
    background-position: 0 6px;
}

.product_features_wrap .product_features-row:nth-child(odd) .row .image-box
{
    margin: 0 0 0 -45px;
}

.product_features_wrap .product_features-row:nth-child(even) .row .image-box
{
    margin: 0 -45px 0 0;
}

.money-back h2 
{
    font-size: 50px;
    color: #292929;
    line-height: 1;
    font-family: 'Satoshi-Bold';
    letter-spacing: -2px;
}

.money-back p 
{
    font-size: 20px;
    color: #1b1c20;
    padding: 18px 0 0 0;
    line-height: 1.3;
}
.money-back ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.money-back li {
    color: #1b1c20;
    background: url(../images/red-tick.png) no-repeat;
    padding-left: 40px;
    margin: 30px 0 0;
    background-position: 0 6px;
    font-size: 20px;
}
.money-back a
{
    font-size: 17px;
    color: #1b1c20;
    text-decoration: none;
}

section.money-back 
{
    padding: 0 70px;
}

.money-back-wrapper 
{
    background: url(../images/money-back-bg.png) no-repeat;
    background-size: cover;
    border-radius: 50px;

}
.money-back-inner {
    padding: 70px 0;
    max-width: 1390px;
    margin: 0 auto;
}

section.money-back .money-back-inner .col-lg-8 
{
    padding: 40px 0 0 40px;
}

img.money_back_book {
    margin: 30px auto 0 auto;
}
img.money_back_badge{
    display: block;
    margin: 0 auto;
    max-width: 180px !important;
}

section.login_anywere 
{
    background: url(../images/log-in-from-bg.png) no-repeat;
    background-size: cover;
}

section.login_anywere ul 
{
    padding-left: 0;
}

section.login_anywere .product_features-row
{
    padding: 120px 0 340px 0;
}

.download-the-app-free-sample 
{
    background: url(../images/arrow.png)no-repeat;
    background-position: 553px 76px;
    padding: 0 0 19px 0;
}

.free-sample-form 
{
    max-width: 815px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    position: relative;
}


.download-the-app-free-sample p 
{
    max-width: 305px;
    text-align: left;
    padding-top: 0;
    padding-bottom: 28px;
    font-size: 22px;
    line-height: 1.3;
    color: #292929;
}

img.free-sample-arrow {
    position: absolute;
    left: -197px;
    top: -21px;
}

.download-the-app-free-sample .free-sample-arrow 
{
    position: absolute;
}

.heading h2 {
    text-transform: capitalize;
    font-size: 43px;
    font-family: 'Satoshi-Bold';
}

.product_features_wrap .product_features-row:first-child:before 
{
    content: "";
    position: absolute;
    background: url(../images/bg-circle-brown.png) no-repeat;
    background-position: right top;
    height: 1029px;
    width: 700px;
    top: -198px;
    right: 0;
    z-index: -1;
}

.product_features_wrap .product_features-row:nth-child(3):before 
{
    content: "";
    position: absolute;
    background: url(../images/bg-circle-blue.png) no-repeat;
    background-position: left top;
    height: 1030px;
    width: 725px;
    top: -365px;
    left: 0;
    z-index: -1;
}

section.review-section 
{
    position: relative;
}

section.review-section:before 
{
    content: "";
    position: absolute;
    background: url(../images/bg-circle-brown.png) no-repeat;
    background-position: right top;
    height: 1029px;
    width: 700px;
    top: -93px;
    right: 0;
    z-index: -1;
}

section.pass_the_exam
{
    position: relative;
}
section.pass_the_exam::before
{
    content: "";
    position: absolute;
    background: url(../images/bg-circle-blue.png) no-repeat;
    background-position: left top;
    height: 1030px;
    width: 725px;
    top: -200px;
    left: 0;
    z-index: -1;   
}

.inner-page-banner .container {
    max-width: 1605px;
}


section.product_features.mortgage-exam .product_features_wrap .product_features-row:first-child:after {
    content: "";
    position: absolute;
    background: url(../images/mortgage-vector-1.png) no-repeat;
    background-position: left top;
    height: 354px;
    width: 447px;
    z-index: -1;
    top: -130px;
    left: 0;
}


section.product_features.mortgage-exam .product_features_wrap .product_features-row:nth-child(2):after {
    content: "";
    position: absolute;
    background: url(../images/mortgage-vector-2.png) no-repeat;
    background-position: right top;
    height: 477px;
    width: 330px;
    z-index: -1;
    top: -312px;
    right: 0px;
}


section.product_features.mortgage-exam .product_features_wrap .product_features-row:nth-child(3):after {
    content: "";
    position: absolute;
    background: url(../images/mortgage-vector-3.png) no-repeat;
    background-position: left top;
    height: 513px;
    width: 376px;
    z-index: -1;
    top: -144px;
    left: 0;
}

section.product_features.mortgage-exam .product_features_wrap .product_features-row:nth-child(3):before {
    top: 58px;
}


section.product_features.mortgage-exam .product_features_wrap .product_features-row:nth-child(4):after {
    content: "";
    position: absolute;
    background: url(../images/mortgage-vector-4.png) no-repeat;
    background-position: right top;
    height: 409px;
    width: 285px;
    z-index: -1;
    top: -111px;
    right: 0px;
}

section.product_features.mortgage-exam .product_features_wrap .product_features-row:nth-child(4)::before {
    content: "";
    position: absolute;
    background: url(../images/bg-circle-brown.png) no-repeat;
    background-position: right bottom;
    height: 1029px;
    width: 700px;
    z-index: -1;
    top: 85px;
    right: 0px;
}

section.review-section.mortgage-exam:after {
    content: "";
    position: absolute;
    background: url(../images/mortgage-vector-5.png) no-repeat;
    background-position: left top;
    height: 466px;
    width: 357px;
    top: 128px;
    left: 0;
    z-index: -1;
}

section.review-section.mortgage-exam::before {
    display: none;
}


section.product_features.real-estate-exam .product_features_wrap .product_features-row:first-child:after {
    content: "";
    position: absolute;
    background: url(../images/realestate-vector-1.png) no-repeat;
    background-position: left top;
    height: 410px;
    width: 305px;
    z-index: -1;
    top: -65px;
    left: -23px;
}

section.product_features.real-estate-exam .product_features_wrap .product_features-row:nth-child(2):after {
    content: "";
    position: absolute;
    background: url(../images/realestate-vector-2.png) no-repeat;
    background-position: right top;
    height: 386px;
    width: 336px;
    z-index: -1;
    top: -100px;
    right: 0;
}

section.product_features.real-estate-exam .product_features_wrap .product_features-row:nth-child(3):after {
    content: "";
    position: absolute;
    background: url(../images/realestate-vector-3.png) no-repeat;
    background-position: left top;
    height: 425px;
    width: 365px;
    z-index: -1;
    top: -165px;
    left: 0;
}

section.product_features.real-estate-exam .product_features_wrap .product_features-row:nth-child(3):before {
    top: 58px;
}

section.product_features.real-estate-exam .product_features_wrap .product_features-row:nth-child(4):after {
    content: "";
    position: absolute;
    background: url(../images/realestate-vector-4.png) no-repeat;
    background-position: right top;
    height: 472px;
    width: 397px;
    z-index: -1;
    top: -100px;
    right: 0;
}

section.product_features.real-estate-exam .product_features_wrap .product_features-row:nth-child(4):before {
    content: "";
    position: absolute;
    background: url(../images/bg-circle-brown.png) no-repeat;
    background-position: right bottom;
    height: 1029px;
    width: 700px;
    z-index: -1;
    top: 85px;
    right: 0px;
}


section.review-section.real-estate-exam:after {
    content: "";
    position: absolute;
    background: url(../images/realestate-vector-5.png) no-repeat;
    background-position: left top;
    height: 466px;
    width: 357px;
    top: 402px;
    left: 0;
    z-index: -1;
}

section.review-section.real-estate-exam::before {
    display: none;
}


section.product_features.builders-exam .product_features_wrap .product_features-row:first-child:after {
    content: "";
    position: absolute;
    background: url(../images/builders-vector-1.png) no-repeat;
    background-position: left top;
    height: 414px;
    width: 352px;
    z-index: -1;
    top: -185px;
    left: 0;
}

section.product_features.builders-exam .product_features_wrap .product_features-row:nth-child(2):after {
    content: "";
    position: absolute;
    background: url(../images/builders-vector-2.png) no-repeat;
    background-position: right top;
    height: 402px;
    width: 351px;
    z-index: -1;
    top: -100px;
    right: 0;
}

section.product_features.builders-exam .product_features_wrap .product_features-row:nth-child(3):after {
    content: "";
    position: absolute;
    background: url(../images/builders-vector-3.png) no-repeat;
    background-position: left top;
    height: 338px;
    width: 369px;
    z-index: -1;
    top: -230px;
    left: 0;
}

section.product_features.builders-exam .product_features_wrap .product_features-row:nth-child(3):before {
    top: 58px;
}

section.product_features.builders-exam .product_features_wrap .product_features-row:nth-child(4):after {
    content: "";
    position: absolute;
    background: url(../images/builders-vector-4.png) no-repeat;
    background-position: right top;
    height: 349px;
    width: 323px;
    z-index: -1;
    top: -100px;
    right: 0;
}

section.product_features.builders-exam .product_features_wrap .product_features-row:nth-child(4):before {
    content: "";
    position: absolute;
    background: url(../images/bg-circle-brown.png) no-repeat;
    background-position: right bottom;
    height: 1029px;
    width: 700px;
    z-index: -1;
    top: 85px;
    right: 0px;
}


section.review-section.builders-exam:after {
    content: "";
    position: absolute;
    background: url(../images/builders-vector-5.png) no-repeat;
    background-position: left top;
    height: 417px;
    width: 335px;
    top: 128px;
    left: 0;
    z-index: -1;
}

section.review-section.builders-exam::before {
    display: none;
}


/*ANAMAY CSS*/

section.review-section {
    padding: 100px 0 130px;
}
section.review-section .section_title {
    text-align: center;
    margin: 0 0 50px;
}
.review-slider .owl-item{
	padding: 15px;
}
.review-box {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.07);
    border-radius: 20px;
    padding: 50px 40px 50px;
    background-color: #fff;
    background-image: url(../images/google-logo.png);
    background-repeat: no-repeat;
    background-position: 93% 40px;
}
.review-box h4 {
    font-size: 22px;
    margin: 0 0 15px;
}
.review-content {
    color: #373737;
    font-size: 17px;
}
.clent-image {
    margin: 0 30px 0 0;
}
.client-info {
    display: flex;
    align-items: center;
    margin: 30px 0 0;
}
.client-info h5 {
    color: #222222;
    font-family: 'Satoshi-Bold';
    margin: 0;
    font-size: 19px;
}
.client-info p {
    color: #222222;
    font-size: 16px;
    margin: 0;
}
.g-rating {
    background-image: url(../images/rating-review.jpg);
    background-position: center;
    background-repeat: no-repeat;
    width: 93px;
    height: 16px;
    margin: 0 0 25px;
}
.g-rating.user-rating5{}
.g-rating.user-rating4{width: 76px;}
.g-rating.user-rating3{width: 57px;}
.g-rating.user-rating2{width: 38px;}
.g-rating.user-rating1{width: 15px;}

section.pass_the_exam .section_title {
    text-align: center;
    margin: 0 0 120px;
}
.exam-title {
    max-width: 330px;
    margin: 0 auto;
    border-radius: 15px;
    color: #292929;
    font-size: 31px;
    font-family: 'Satoshi-Bold';
    text-align: center;
    padding: 15px 60px;
    background: url(../images/bg_2.jpg) no-repeat;
    background-size: cover;
    line-height: 1.1;
}
.model-image img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.model-image img {
    display: block;
    margin: 0 auto;
}

.pass_the_exam .row > div:nth-child(2) .exam-title{
	background: url(../images/bg_1.jpg) no-repeat;
	background-size: cover;
}
.pass_the_exam .btn-wrap {
    text-align: center;
    margin: 80px 0 0;
}
section.pass_the_exam {
    padding: 0 0 100px;
}
section.pass_the_exam a{
    text-decoration: none;
}





@supports (-webkit-appearance: none) or (-moz-appearance: none) {
	input[type=checkbox], input[type=radio] {
        -webkit-appearance: none;
        -moz-appearance: none;
        position: relative;
        width: 19px;
        height: 19px;
        border: 1px solid #d0d8e2;
        background: transparent;
		outline: none !important;
    }
	input[type=radio]:checked {
		border: 1px solid #d45d59;
	}
	input[type=radio]:after {
		background-image: url(../images/red-tick.png);
		background-color: transparent;
		width: 19px;
		height: 19px;
		top: -1px;
		left: -1px;
	}
}

.inner-page-banner {
    padding: 200px 0 90px;
    position: relative;
    background: url(../images/Banner.jpg) no-repeat;
    background-size: cover;
}
.inner-page-banner .banner_money_back_badge {
    right: 65px;
    top: 180px;
}
.inner-page-banner .banner-content h4 {
    text-transform: uppercase;
    font-size: 58px;
    letter-spacing: -1px;
    line-height: 1;
    margin: 0;
}
.inner-page-banner .banner-content h1 {
    /*font-size: 100px;*/
    font-size: 83px;
    text-transform: uppercase;
    line-height: 1;
}
.inner-page-banner .container {
    max-width: 1500px;
}
.inner-page-banner .banner-content, .inner-page-banner .banner-app-ad {
    padding: 50px 0 0;
}

.inner-page-banner .site_btn {
    margin: 20px 0 0;
}
.version_selector {
    display: flex;
    justify-content: space-between;
    max-width: 615px;
    margin: 0 auto 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid #b5b5b5;
}
.version_selector select {
    border: 2px solid #d45d59;
    border-radius: 9999px;
    width: 100%;
    height: 50px;
    outline: none !important;
    max-width: 385px;
    height: 70px;
    padding: 10px 50px 10px 30px;
    color: #292929;
    letter-spacing: 1px;
    font-size: 15px;
    font-family: 'Satoshi-Medium';
    background: #fff url(../images/dropdown-arrow.png) 93% center no-repeat;
}
.version_selector .site_btn {
    padding: 10px 10px 10px 40px;
    font-size: 17px;
}
.version_selector .site_btn span{
    width: 48px;
    height: 48px;
    margin-left: 30px;
}
.inner-video-section .banner_form {
    max-width: 615px;
    margin: 0 auto;
}
.inner-video-section .banner-form-get-sample form .wpcf7-form-control-wrap {
    max-width: 385px;
}
.inner-video-section {
    background: #f8fafc;
    padding: 0 0 120px;
}
.inner-video-section h2{
    font-size: 25px;
    text-transform: uppercase;
    color: #292929;
    font-family: 'Satoshi-Black';
    max-width: 390px;
    margin: 0 auto 20px;
    text-align: center;
}






.heading h2 {
	text-transform: capitalize;
}
section.free-samplesec {
    margin: -230px 0 0;
}
.free-sampleinner {
	background: linear-gradient(
		to right,
		#ffe8e7 0%,
		#f9eee1 46%,
		#f7eee8 80%,
		#f0eff5 92%,
		#eeeef7 100%
	);
	text-align: center;
	padding: 90px 0;
	border-radius: 30px;
}

.free-sample-form {
    max-width: 815px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px auto 65px;
}

.free-sampleinner .wpcf7 {
	position: relative;
	max-width: 622px;
}

.free-sampleinner .wpcf7-form-control-wrap {
	display: block;
	position: relative;
}

.free-sampleinner .wpcf7-form-control.wpcf7-email {
    border: 1px solid #fff;
    border-radius: 99999px;
    padding: 8px 230px 8px 60px;
    outline: none !important;
    font-size: 18px;
    width: 100%;
    height: 70px;
    background: #fff url(../images/mail-icon-for-submit.png) 26px 25px no-repeat;
    max-width: 610px;
}

.free-sampleinner .wpcf7-form-control.wpcf7-submit {
    border-radius: 9999px;
    font-size: 17px;
    padding: 0;
    height: 66px;
    text-transform: capitalize;
    border: none;
    background: #258bf1 url(../images/background-white-arrow.png) no-repeat !important;
    color: #fff;
    width: 219px;
    letter-spacing: 0px;
    background-size: 48px;
    background-position: 93% 9px !important;
    text-align: left;
    padding: 0 0 0 40px;
    position: absolute;
    top: 1px;
    right: 0;
    font-family: "Satoshi-Medium";
    outline: none !important;
    transition: all 0.3s ease-in-out;
}
.free-sampleinner .wpcf7-form-control.wpcf7-submit:hover{
    opacity: 0.8;
}
.free-sampleinner .wpcf7-spinner{ display:none; }
.free-sampleinner p{ margin:0 }
.free-sample-form .site_btn {
    font-size: 17px;
    padding: 8px 6px 8px 44px;
}





/*footer start*/

.site-footer {
    margin: 50px 0 0 !important;
    max-width: 100%;
    padding: 0;
}

.footer-top {
	text-align: center;
}

.footer-menu {
	margin: 50px 0;
}

.footer-menu ul li {
	display: inline-block;
	justify-content: center;
	margin: 0 30px;
}

.footer-menu ul li:first-child {
	margin-left: 0;
}

.footer-menu ul li:last-child {
	margin-rigt: 0;
}

.footer-menu ul li a {
    font-size: 17px;
    line-height: 21px;
    font-family: "Satoshi-Medium";
    color: #213025;
    text-decoration: none;
}

.footer-menu ul li a:hover {
	color: #d45d59;
}

.social-icon ul {
	display: inline-flex;
	justify-content: center;
	gap: 18px;
    padding: 0;
}

.footer-copyright {
	font-size: 17px;
	line-height: 21px;
	font-family: "Satoshi-Medium";
	color: rgba(27, 28, 32, 0.8);
	letter-spacing: 2px;
	text-transform: uppercase;
}

.footer-copyright {
	font-size: 13px;
	line-height: 18px;
	font-family: "Satoshi-Medium";
	color: rgba(27, 28, 32, 0.8);
	letter-spacing: 2px;
	margin: 58px 0;
}

/*footer end*/
