@import url(../font/stylesheet.css);
* {margin: 0;padding: 0;box-sizing: border-box;}
img {max-width: 100%;height: auto;}

.protectas_landingpage{width: 100%;float: left;display: flex;flex-wrap: wrap;position: relative;min-height: 100vh;}
.protectas_landingpage .left_part{width: 50%;background: #041f30;padding: 50px;display: flex;flex-wrap: wrap;justify-content: flex-end;align-items: center;color: #fff;}
.protectas_landingpage .right_part{width: 50%;padding: 50px;background: #fff;display: flex;flex-wrap: wrap;justify-content: flex-start;align-items: center;color: #041f30;}

.protectas_landingpage .left_part .max_width{max-width: 868px;width: 100%;}
.protectas_landingpage .right_part .max_width{max-width: 670px;width: 100%;padding-left: 200px;position: relative;}
.protectas_landingpage .right_part .max_width::before{content: "";position: absolute;left: -50px;top: -22px;background: url(../img/triangle.png)center no-repeat;width:82px ;height:163px ;background-size: 82px;pointer-events: none;}
.protectas_landingpage .right_part h1{margin-top: 20px;}



.protectas_landingpage .logo{width: 100%;float: left;margin-bottom: 42px;}
.protectas_landingpage .logo a{width: 140px;display: inline-block;}
.protectas_landingpage .logo a img{display: block;}

.protectas_landingpage .text_box_top{width: 100%;float: left;margin-bottom: 110px;}
.protectas_landingpage .text_box_bottom{width: 100%;float: left;margin-bottom: 83px;padding-right: 130px;}
.protectas_landingpage .policeman_image{width:auto;position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);z-index: 1;pointer-events: none;}
.protectas_landingpage .policeman_image img{display: block;max-width: 291px;}

.protectas_landingpage .we_help{width: 100%;float: left;text-align: center;}
.protectas_landingpage .we_help img{margin-bottom: 15px;}
.protectas_landingpage .we_help p{font-size: 18px;}

.protectas_landingpage h1,.protectas_landingpage h2{font-size: 72px;line-height: 80px;color: #fc273f;margin-bottom: 20px;font-family: 'HelveticaNeueLT Pro 55 Roman';font-weight: normal;}
.protectas_landingpage h3{font-size: 30px;line-height: 38px;color: #fff;margin-bottom: 15px;font-family: 'HelveticaNeueLT Pro 55 Roman';font-weight: normal;}
.protectas_landingpage h3 strong{font-family: 'HelveticaNeueLT Pro 55 Roman';font-weight: bold;}
.protectas_landingpage h4{font-size: 25px;line-height: 30px;color: #fff;margin-bottom: 15px;font-family: 'HelveticaNeueLT Pro 55 Roman';font-weight: normal;}
.protectas_landingpage p{font-size: 24px;line-height: 36px;color: #fff;margin-bottom: 14px;font-family: 'HelveticaNeueLT Pro 55 Roman';font-weight: normal;}
.protectas_landingpage p a{color: #fc273f;text-decoration: none;transition: 0.4s;font-family: inherit;font-weight: inherit;}
.protectas_landingpage p a:hover{text-decoration: underline;}
.protectas_landingpage p:last-child{margin-bottom: 0;}
.protectas_landingpage p strong{font-family: 'HelveticaNeueLT Pro 55 Roman';font-weight: bold;}

.protectas_landingpage.thankyou{background:#041f30;padding: 50px;align-items: center;padding-bottom: 0;}
.protectas_landingpage.thankyou .maxwidth_content{max-width: 1000px;width: 100%;margin: 0 auto;text-align: center;}
.protectas_landingpage.thankyou .policeman_image{position: static;transform: unset;}
.protectas_landingpage.thankyou .policeman_image img{margin: 0 auto;}



.contact_form{width: 100%;float: left;}
.contact_form .field{width: 100%;float: left;margin-bottom: 13px;}
.contact_form label{width: 100%;font-size: 20px;line-height: 1;font-family: 'HelveticaNeueLT Pro 55 Roman';font-weight: normal;margin-bottom: 7px;float: left;color: #041f30;}
.contact_form input{width: 100%;float: left;border: 2px solid #041f30;font-family: 'HelveticaNeueLT Pro 55 Roman';font-weight: normal;font-size: 28px;line-height: 1;padding: 13px 16px;color: #041f30;}
.contact_form input:focus{outline: none;}
.contact_form input[type="submit"],.contact_form button{background: #fc273f;width: 100%;border: none; border-color: #fc273f;color: #fff;font-family: 'HelveticaNeueLT Pro 55 Roman';font-weight: bold;font-size: 34px;line-height: 1;padding: 16px;cursor: pointer;transition: 0.4s;}
.contact_form input[type="submit"]:hover,.contact_form button:hover{background: #041f30;border-color: #041f30;}



/*.check_field  input{display: none;}
.check_field.checkbox label{font-size: 0;}
.check_field .wpcf7-list-item{margin-left: 0 !important;}
.form-helper{position: relative;padding-left: 35px;cursor: pointer;}
.check_field .form-helper::before{position: absolute;left: 0;top: 3px; content: '';display: inline-block; vertical-align: bottom; width: 24px; height: 24px; background: #ffffff; border: 2px solid #041f30;}
.check_field .form-helper::after{position: absolute;left: 4px;top: 7px;opacity: 0;visibility: hidden;transition: 0.4s; content: '';background: #fc273f;width: 20px;height: 20px;transition: 0.4s; }
.check_field  input:checked + .form-helper::after{opacity: 1;visibility: visible;}
.check_field.checkbox p{width: 30px;line-height: 1;margin-bottom: 0;} 
.check_field.checkbox .form-helper{font-size: 0;}
.check_field.checkbox{display: flex;flex-wrap: wrap;}
.check_field.checkbox .overlaptext{width: calc(100% - 30px);padding-top: 0px;padding-left: 35px;}
.check_field.checkbox .overlaptext p{width: 100%;color: #041f30;font-size: 20px;}
.check_field.checkbox .overlaptext p a{color: inherit;font-size: inherit;font-family: inherit;font-weight: inherit;text-decoration: underline;}
.check_field.checkbox .overlaptext p a:hover{color: #fc273f;}
*/

.check_field input { width: auto;margin-right:5px;}

.mobile_none{display: block;}
.desktop_none{display: none;}





/* Responsive css start */

@media only screen and (max-width:1700px) {
.protectas_landingpage h1, .protectas_landingpage h2 {font-size: 50px;line-height: 58px;margin-bottom: 22px;}
.protectas_landingpage h3 {font-size: 22px;line-height: 30px;}
.protectas_landingpage p {font-size: 18px;line-height: 30px;margin-bottom: 15px;}
.protectas_landingpage .left_part{padding: 35px;}
.protectas_landingpage .text_box_top{margin-bottom: 60px;}
.protectas_landingpage .policeman_image img{max-width: 200px;}
.protectas_landingpage .text_box_bottom{padding-right: 90px;margin-bottom: 60px;}
.contact_form input{font-size: 20px;padding: 10px;}
.contact_form label,.check_field.checkbox .overlaptext p{font-size: 18px;}
.contact_form input[type="submit"], .contact_form button{font-size: 27px;}

.protectas_landingpage .logo{margin-bottom: 50px;}
.protectas_landingpage .left_part,.protectas_landingpage .right_part{align-items: flex-start;}
.protectas_landingpage .right_part{padding-top: 160px;}
.protectas_landingpage .right_part .max_width{padding-left: 100px;}
.protectas_landingpage .right_part .max_width::before {width: 60px;height: 128px;background-size: 60px;}
.protectas_landingpage .right_part h1 {margin-top: 0;}
.protectas_landingpage.thankyou{padding: 35px 35px 0;}


}

@media only screen and (max-width:1279px) {
.protectas_landingpage .logo a {width: 120px;}
.protectas_landingpage h1, .protectas_landingpage h2{font-size: 38px;line-height: 50px;}
/* .protectas_landingpage h3 {font-size: 20px;line-height: 26px; } */
.protectas_landingpage .right_part .max_width::before {top: -37px;}
.protectas_landingpage .policeman_image img {max-width: 160px; }
.protectas_landingpage .text_box_bottom {padding-right: 22px;}
.protectas_landingpage .right_part .max_width {padding-left: 40px;}

}

@media only screen and (max-width:991px) {
.mobile_none{display: none;}
.desktop_none{display: block;}

.protectas_landingpage .left_part{width: 100%;padding: 20px;}
.protectas_landingpage .right_part{width: 100%;}

.protectas_landingpage .text_box_top{margin-bottom: 30px;}
.protectas_landingpage .left_part .max_width{max-width: 100%;}
.protectas_landingpage .right_part .max_width{max-width: 100%;padding-left: 0;padding-top: 25px;}
.protectas_landingpage .right_part{padding:35px 20px 0;overflow: hidden;}
.protectas_landingpage .right_part .max_width::before {top: -42px;transform:rotate(90deg) translateX(-50%);left: 46.8%;}
.protectas_landingpage h1, .protectas_landingpage h2 {font-size: 48px;line-height: 58px;}
.protectas_landingpage .right_part h1{font-size: 36px;line-height: 46px;}
.contact_detail {padding: 35px 0;}
.contact_detail p{color: #041f30;}
.contact_detail p br{display: none;}
.man_image{position: absolute;right: -30px;bottom: 0;top:-58px}
.man_image img{display: block;width: 175px;height: 100%;object-fit: cover;object-position: top left;}
.we_help.desktop_none{background: #041f30;width: calc(100% + 40px);margin-left: -20px;margin-right: -20px;padding: 35px 20px;}
.protectas_landingpage .bottom_text{background:#041f30 ;width: calc(100% + 40px);margin-left: -20px;margin-right: -20px;padding: 35px 20px;position: relative;margin-top: 90px;padding-right: 145px;}
.protectas_landingpage.thankyou{padding: 20px 20px 0;}





}




