body {
    font-family: Raleway,sans-serif;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.common_img_div .two_col_img.last_img {
    width: 75%;
}
.fail_msg_div {
    color: #e60000;
    font-size: 14px;
    bottom: 10px;
    left: 10px;
    color: #e60000;
    position: initial;
}
.passeyebtn{
    line-height: 2;
}
.policy_details p, .policy_details p a{
    font-size: 16px;
}
.cookies_btn{
    border: 3px solid #FFFFFF;
}
.page_area_main{
    height: auto !important;
}
.landing-header {
	padding: 15px 0;
	float:left;
	width: 100%;
}
.banner_div_ad {
	background-image: url(../images/landind-ad-banner.png);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	float:left;
	width: 100%;
    padding: 130px 0 0;
}
.banner_div_ad h1 {
	font-weight: bold;
	font-size: 41px;
	line-height: 57px;
	color: #252525;
}
.banner_div_ad p {
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
	color: #313233;
	margin-bottom: 35px;
}
.eual_height_div {
    display: flex;
    flex-direction: row;
}
.inner_height_div {
    display: flex;
    flex-direction: column;
    align-items: start;
    height: 100%;
}
.btn-new-red {
    box-shadow: 0 14px 26px -12px rgb(255 42 2 / 42%), 0 4px 23px 0 rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(255 42 2 / 42%);
    border-radius: 6px;
    width: 280px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    font-weight: bold;
    background: #FF2800;
    letter-spacing: 1.5px;
}
.btn-new-red:hover {
    background: #AB2D16;
    color: #FFFFFF;
    text-decoration: none;
}
.three_column {
	float:left;
	width: 100%;
	padding: 130px 0 100px;
}
.title_common {
	font-size: 35px;
    font-weight: bold;
    line-height: 50px;
	text-align: center;
	color: #000000;
}
.blue_section {
    border-bottom: 3px solid #007AFF;
    background: #F4F8FD;
    border-radius: 10px;
    padding: 60px 40px;
    margin: 80px 0 40px;
    box-shadow: rgba(90,122,190,0.1) 0px 1px 1px 0px,rgba(90,122,190,0.2) 0px 10px 20px 0px!important;
}

.blue_section img.blue-icon {
	display: inline-block;
    margin-bottom: 15px;
}
.blue_section h3 {
    font-size: 20px;
    line-height: 32px;
    color: #21262C;
    font-weight: bold;
}
.blue_section p {
    font-size: 16px;
    line-height: 27px;
    color: #5a5b5c;
}

.blue_inner_section {
	float: left;
	width: 100%;
	background-color: #fafcfe;
	padding:100px 0;
}
.blue_inner_main_div {
    margin: 50px 0;
    padding: 0px 10px;
}
.blue_left_with_text h4 {
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    margin-top: 0;
    color: #21262C;
}
.blue_left_with_text {
    position: relative;
    padding-left: 5px !important;
    padding: 5px 0;
    margin-bottom: 30px;
}
.blue_left_with_text:before {
    content: ' ';
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: -10px;
    background-color: #007AFF;
}
.blue_left_with_text h4 {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #21262C;
}
.blue_left_with_text p {
    font-size: 17px;
    line-height: 27px;
    color: #62666b;
    margin-bottom: 0;
}
.display-middle {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	max-height: 250px;
}
.m-50 {
	margin-top: 50px;
}
.light_blue_section {
	float: left;
	width: 100%;
	background-color: #F4F8FD;
	padding: 100px 0;
}

.slider_inner img {
	width: auto !important;
	display: inline-block !important;
}
.slider_inner {
    padding: 60px 40px 40px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: rgba(181,186,188,0.3) 0px 15px 15px 0px!important;
    margin-bottom: 15px;
    margin-right: 30px;
    margin-left: 30px;
}
.slider_inner p {
	font-size: 17px !important;
	line-height: 28px;
	color: rgba(0, 0, 0, 0.8);
	padding: 5px 0;
}
.slider_inner h6 {
	font-size: 20px;
	line-height: 32px;
	color: rgba(0, 0, 0, 0.8);
	font-weight: bold;
}
.slider_inner p span {
    font-style: italic;
}

.info_new_section {
	float: left;
	width: 100%;
	padding: 100px 0;
}
.info_new_section h2 {
	font-size: 41px;
	line-height: 57px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 25px;
}
.info_new_section p {
	font-size: 20px;
	line-height: 30px;
	color: rgba(0, 0, 0, 0.8);
	margin-bottom: 30px;
}

.form_section {
	width: 100%;
	float: left;
	padding: 100px 0;
	background: #F4F8FD;
}
.m-auto {
    display: flex;
    align-items: center;
    justify-content: center;
}
.white_form {
	padding: 60px 40px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 31px 21px -13px rgba(222,222,222,.5)!important;
    margin: 0 30px;
}

.white_form h3 {
    font-weight: bold;
    font-size: 26px;
    line-height: 31px;
    color: #000000;
    margin-bottom: 30px;
}
.form-group-new {
    margin-bottom: 20px;
}
.form-group-new label {
    font-size: 14px;
    line-height: 16px;
    color: #263238;
    font-weight: 500;
    margin-bottom: 6px;
}

.form-control.form-control-outlie {
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 2px;
    min-height: 40px;
}
.white_form form {
    padding: 0 35px;
   
}

button.btn-new-red.full-width {
    display: block;
    width: 100%;
    border: none;
    margin-top: 20px;
}
.form-group-new label sup {
    font-size: 23px;
    top: -.05em;
}
p.min-height {
    min-height: 190px;
    margin-top: 20px;
}
#reviewslider .owl-nav button {
    width: 35px !important;
    height: 35px !important;
    background-color: #007AFF !important;
    display: block;
    color: #fff !important;
}
.footer_section_new {
    float: left;
    width: 100%;
    background-color: #333333;
    padding: 20px 0;
}
.footer_section_new h4 {
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 15px;
}
.footer_section_new h5 {
    font-size: 16px;
    line-height: 19px;
    color: #fff;
}
.footer_section_new h5 sup {
    font-size: 16px;
    top: -0.3em;
}
.footer_section_new a {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin: 10px 0px;
    display: inline-block;
}
.footer_section_new a:hover {
    color: #fff;
}
.footer_section_new a.under_line {
    text-decoration: underline;
}
.footer_section_new p {
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    margin-bottom: 0;
}
.pt-30 {
    padding-top: 70px;
}
img {
    max-width: 100%;
}

/* responsive css */
@media screen and (max-width: 1200px) {
    body .logo_img {
        width: auto !important;
    }

}
@media screen and (max-width: 1300px) {
    .banner_div_ad h1 {
        font-size: 38px;
        line-height: 65px;
    }
    .banner_div_ad p {
        font-size: 14px;
        line-height: 28px;
    }
    .title_common {
        font-size: 32px;
        line-height: 36px;
    }
    .blue_section h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .blue_section p {
        font-size: 16px;
        line-height: 23px;
        min-height: 82px;
    }
    .three_column {
        padding: 50px 0;
    }
    .blue_inner_section {
        padding: 50px 0;
    }
    .blue_left_with_text h4 {
        font-size: 20px;
        line-height: 24px;
        text-align: left;
    }
    .blue_left_with_text p {
        font-size: 16px;
        line-height: 23px;
    }
    .display-middle {
        max-height: 340px;
    }
    .light_blue_section {
        padding: 50px 0;
    }
    .info_new_section {
        padding: 50px 0;
    }
    .form_section {
        padding: 50px 0; 
    }
    .info_new_section h2 {
        font-size: 34px;
        line-height: 54px;
    }
    .info_new_section p {
        font-size: 18px;
        line-height: 28px;
    }
    .blue_section {
        margin: 20px 0;
    }
    .white_form {
        margin: 0;
    }

}
@media screen and (max-width:1024px) {
    .blue_inner_main_div img {
        text-align: center;
        margin: 0 auto;
        display: flex;
    }
    .order-1 {
        order: 1;
    }
    .order-2 {
        order: 2;
    }
    .change_order {
        display: flex;
        flex-direction: column;
    }
    .mb-40 {
        margin-bottom: 40px;
    }
}
@media screen and (max-width:767px) {
    .banner_div_ad {
        background-size: cover;
        padding: 20px 0;
    }
    .banner_div_ad h1 {
        font-size: 31px;
        line-height: 58px;
    }
    .btn-new-red {
        width: 205px;
        line-height: 45px;
        font-size: 14px;
    }
    .title_common {
        font-size: 28px;
        line-height: 36px;
    }
    .blue_section h3 {
        font-size: 18px;
    }
    .blue_section p {
        font-size: 14px;
        min-height: auto;
    }
    .blue_left_with_text h4 {
        font-size: 18px;
    }
    .blue_left_with_text p {
        font-size: 14px;
    }
    .display-middle {
        max-height: 250px;
    }
    .info_new_section h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .info_new_section p {
        font-size: 14px;
    }
    .footer_section_new h4 {
        text-align: left;
    }
    .container.pt-30 {
        text-align: center;
        padding-top: 40px;
    }
    .blue_inner_main_div {
        margin: 10px 0;
    }
    .slider_inner {
        margin-bottom: 30px;
        margin-right: 0;
        margin-left: 0;
    }
    .white_form form {
        padding: 0 15px;
    }
}
@media screen and (max-width:480px) {
    .banner_div_ad h1 {
        font-size: 22px;
        line-height: 50px;
    }
    .banner_div_ad p {
        font-size: 14px;
    }
    .title_common {
        font-size: 24px;
    }
    .blue_section p {
        font-size: 13px;
    }
    .blue_section h3 {
        font-size: 16px;
    }
    .blue_left_with_text h4 {
        font-size: 16px;
    }
    .blue_left_with_text p {
        font-size: 13px;
    }
    .info_new_section h2 {
        font-size: 24px;
        line-height: 40px;
    }
    .info_new_section p {
        font-size: 13px;
    }
    .white_form h3 {
        font-size: 20px;
        line-height: 31px;
    }
    .white_form form {
        padding: 0;
    }
    .slider_inner p {
        font-size: 14px !important;
    }
    .slider_inner h6 {
        font-size: 17px;
    }
    .white_form {
        padding: 30px;
    }
}

@media screen and (min-width: 1800px) {
    body .container {
        width: 60%!important;
    }
}
.mt-80 {
    margin-top: 80px;
}
p.font-16 {
    font-size: 16px;
    line-height: 21px;
}