body{
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: 'Lato', sans-serif;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Raleway', sans-serif;
}
.container_fluid{
	width: 100%;
	max-width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
	display: inline-block;
}
.container{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
    display: inline-block;
}
.text_center{
	text-align: center;
}
.text_left{
	text-align: left;
}
.logo_container{
	float: left;
}
.top_wrap {
    background-image: url(../images/banner_main.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 102vh;
    margin-top: -60px;
    position: relative;
    padding-top: 60px;
    float: left;
}
.header{
	padding: 10px 0;
	position: relative;
	z-index: 99999999;
}
.fixedheader {
    position: fixed;
    z-index: 999999;
    width: 100%;
    background: #fff;
    left: 0;
    top: 0;
    box-shadow: 0 0 18px rgba(204, 204, 204, 0.58);
}
.fixedheader .top_contact a{
	color: #444 !important;
}
.top_contact{
	float: right;
	padding-top: 5px;
}
.top_contact a {
    color: #fff;
    text-decoration: none;
    margin-left: 22px;
    font-size: 17px;
}
.banner_test_wrap {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    float: left;
    max-width: 487px;
    width: 100%;
    padding: 160px 0;
}
.banner_test_wrap h2{
    font-size: 54px;
    font-weight: 800;
    color: #262223;
    margin: 0 0;
    line-height: 56px;
}
.banner_test_wrap p{
    font-size: 26px;
    color: #262223;
    font-weight: 300;
    line-height: 36px;
    margin: 16px 0;
}
.banner_test_wrap a{
	background: #fb628e;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 18px 80px;
    border-radius: 24px;
    margin-top: 5px;
    float: left;
    transition: all .5s ease-in-out;
}
.banner_test_wrap a:hover{
	background: #00b4ca;
}
.banner_form_wrap {
	width: 100%;
    display: inline-block;
    vertical-align: middle;
    max-width: 500px;
    float: right;
    text-align: left;
    height: 100vh;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.12941176470588237);
}
.banner_form_wrap h3 {
    font-size: 30px;
    margin-bottom: 0px;
    color: #fff;
    margin-top: 0;
    line-height: 36px;
}
.fix_form {
    position: fixed;
    right: 6%;
    top: 58px;
    background: #fff !important;
    height: 100vh;
    border-left: 1px solid #ccc;
    border-radius: 0;
}

.inner_text{
    width: 100%;
    max-width: 55%;
    background: #fff;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 30px;
    float: left;
}
.inner_first_sec{
    padding-bottom: 20px;
    float: left;
    margin-bottom: 30px;
}
.inner_first_sec img {
    width: 100%;
    margin: 0 auto;
    float: none;
    margin-bottom: 30px;
    border: 6px solid #ffffff78;
    box-shadow: 0 0 17px rgba(204, 204, 204, 0.5803921568627451);
}
.inner_first_sec h2{
	    font-size: 54px;
    font-weight: 800;
    color: #262223;
    margin: 0 0;
    line-height: 56px;
}
.inner_first_sec p{
	font-size: 26px;
    color: #262223;
    font-weight: 300;
    line-height: 36px;
    margin: 16px 0;
}

.inner_first_sec a {
    background: #fb628e;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 18px 80px;
    border-radius: 24px;
    margin-top: 5px;
    float: left;
    transition: all .5s ease-in-out;
}
.inner_first_sec a:hover {
    background: #00b4ca;
}
.inner_first_sec iframe{
	width: 100%;
	margin-bottom: 30px;
}
.inner_first_sec ul{
	padding-left: 30px;
	list-style: none;
}
.inner_first_sec ul li{
    position: relative;
    font-size: 22px;
    color: #262223;
    font-weight: 300;
    line-height: 36px;
    margin: 12px 0;
}
.inner_first_sec ul li:before{
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: -31px;
    top: 8px;
    background-image: url(../images/bullet.png);
}
.testimonial_wrap span strong{
	
}
.testimonial_wrap span{
	font-size: 21px;
	font-style: italic;
	width: 100%;
	float: right;
	text-align: right;
}
.textimonial_img {
    width: 188px;
    height: 188px;
    border-radius: 50%;
    overflow: hidden;
}
.textimonial_img img{

}
.banner_form_wrap .tieit_form_wrap {
    width: 100% !important;
    margin: 0 auto;
}
.banner_form_wrap .control{
	width: 100%;
	max-width: 48%;
	float: none;
	display: inline-block;
}
.banner_form_wrap .tieit_form_wrap fieldset{
	padding: 0;
	color: #fff;
	margin-bottom: 20px;
}
.banner_form_wrap label {
    text-align: left !important;
    font-size: 16px !important;
    font-weight: 300;
    color: #fff;
    margin-bottom: 6px !important;
}
.banner_form_wrap .tieit_form_wrap input[type="text"],
.banner_form_wrap .tieit_form_wrap select{
	background: transparent !important;
    border: 1px solid #fff !important;
    border-radius: 6px !important !important;
    outline: none !important !important;
    color: #fff;
    margin-bottom: 16px !important;
}
.intl-tel-input{
	margin-bottom: 0 !important;
}

.banner_form_wrap ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  font-size: 14px;
}
.banner_form_wrap ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  font-size: 14px;
}
.banner_form_wrap :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  font-size: 14px;
}
.banner_form_wrap :-moz-placeholder { /* Firefox 18- */
  color: #fff;
  font-size: 14px;
}

.banner_form_wrap .tieit_form_wrap .vf__list label {
    width: auto;
    float: left;
    margin: 5px 15px 5px 0;
    position: relative !important;
    padding-left: 0px;
}
.banner_form_wrap .tieit_form_wrap .vf__list label input[type="radio"]{
	opacity: 0;
	
}
.banner_form_wrap .tieit_form_wrap .vf__list label:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 35px;
    height: 38px;
    border-radius: 0;
    background: transparent;
    border-right: 1px solid #fb769c !important;
}
.banner_form_wrap .tieit_form_wrap .vf__list label.active:before {
    position: absolute;
    content: "\2713";
    left: 10px;
    top: 7px;
    font-size: 21px;
}
.tieit_form_wrap .next-prev-action .trigger_progress {
    background: #01aac4 !important;
    padding: 12px 33px !important;
    font-size: 15px !important;
    color: #fff !important;
    min-width: 146px !important;
    border-radius: 20px !important;
    margin: unset !important;
}


.fix_form .banner_form_wrap label {
	color: #000 !important;
}
.fix_form .banner_form_wrap .tieit_form_wrap .vf__list label {
	color: #000 !important;
}
.intl-tel-input .selected-flag{
    height: 78% !important;
}
.control.vf__navigation.vf__cf {
    float: right !important;
    margin-bottom: 0 !important;
    text-align: right !important;
    margin-left: unset !important;
    margin-right: unset !important;
    width: 160px;
    position: relative;
    top: 44px;
}
.tieit_form_wrap input[type="submit"] {
    background: #2c9e5a !important;
    padding: 12px 33px !important;
    font-size: 18px !important;
    color: #fff !important;
    min-width: 157px !important;
    border-radius: 22px !important;
    margin: 0;
    margin-bottom: 27px !important;
    margin-top: 24px !important;
    text-transform: uppercase;
}
.next-prev-action{
	width: 100% !important;
    max-width: 313px !important;
    float: right !important;
}
.tieit_form_wrap iframe{
	background: #fff !important;
    padding: 21px 24px !important;
    box-sizing: border-box !important;
}
#card-element{
    background: #fff !important;
    padding: 15px 22px !important;
    float: left !important;
    width: 100% !important;
    box-sizing: border-box !important;
}


.banner_form_wrap.fix_form label,
.banner_form_wrap.fix_form .vf__list label {
	color: #000;
	font-weight: 500 !important;
}
.banner_form_wrap.fix_form h3{
	color: #000 !important;
}
.banner_form_wrap.fix_form .tieit_form_wrap input[type="text"], .banner_form_wrap.fix_form .tieit_form_wrap select {
    background: transparent !important;
    border: 1px solid #ccc !important;
    color: #000;
 }
 .banner_form_wrap.fix_form .__PrivateStripeElement{
 	background: transparent !important;
 }
/* .banner_form_wrap.fix_form .tieit_form_wrap .vf__list label:after{
 	    border: 2px solid #ccc !important;
 }*/


fieldset.choose_amount label {
    background: #c91549;
    display: inline-block;
    float: none !important;
    width: auto !important;
    padding: 17px 18px;
    border-radius: 5px;
    font-weight: 400;
    font-size: 22px !important;
    margin-right: 15px !important;
}
fieldset.choose_amount label:hover{
background: #d42456;
}
fieldset.choose_amount label.active{
    background: #000 !important;
}
fieldset.choose_amount label:after,
fieldset.choose_amount label:before{
	display: none !important;
}
 .banner_form_wrap.fix_form fieldset.choose_amount label{
	color: #fff !important;
}
.intl-tel-input .country-list .country {
    padding: 5px 10px !important;
    color: #000 !important;
}
.field_set_class.tiet_section_colum1.tiet_label_postion_left .control:nth-child(1) {
    width: 100%;
    max-width: 98%;
}
.form_text {
    color: #fff;
    font-size: 18px;
    margin: 0;
    text-align: left;
    font-weight: 500;
    line-height: 32px;
    padding: 7px 0;
}
.banner_form_wrap.fix_form .form_text {
    color: #000;
}
.vf__list.no-class label {
    background: rgba(201, 21, 73, 0.3686274509803922);
    width: 100% !important;
    max-width: 46%;
    text-align: center !important;
    padding: 10px 0;
    border-radius: 8px;
    transition: all .5s ease-in-out;
}
.vf__list.no-class label.active{
    background: #c91549;
}
.vf__list.no-class label:hover{
    background: #d42456;
}
.vf__list.no-class label {
    color: #fff !important;
}








