html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
body {
    font-size: 16px;
    color: #2A2A2A;
    line-height: 1.8;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
}
body p {
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Montserrat', sans-serif;
    color: #2A2A2A;
    font-weight: 400;
    margin: 0;
}
a,a:hover {
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
    vertical-align: top;
}
.wi_100 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 480px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.col-3{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.imgbox1,.imgbox2{
    box-shadow: 2px 3px 8px rgba(0,0,0,0.05);
}
.imgbox1 img,.imgbox2 img {
    width: 100%;
}
.lp_header {
    padding: 20px 0;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 1;
}
.lp_header .row {
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.btnboxrow {
    text-align: right;
}
.btnbox {
    border-radius: 4px;
    background-color: #FF6858;
    border: 1px solid #FF6858;
    color: #ffffff;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.20px;
    font-weight: 400;
    padding: 5px 10px;
    width: 175px;
    text-align: center;
    margin-left: 15px;
    font-family: 'Montserrat', sans-serif;
}
.btnbox:first-child {
    margin-left: 0px;
}
.btnbox.callbtn {
    background-color: #ffffff;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    color: #3b3d3e;
    border-color: #F9F9F9; 
}
.btnbox.callbtn i{
    color: #0F3F62;
}
.btnbox:hover, .btnbox:focus {
    background-color: #0F3F62;
    color: #ffffff;
    border-color: #0F3F62;
}
.btnbox.callbtn:hover, .btnbox.callbtn:focus {
    background-color: #0F3F62;
    border-color:#0F3F62; 
    color: #ffffff;
}
.btnbox.callbtn:hover i, .btnbox.callbtn:focus i{
    color: #ffffff;
}
.lp_banner {
    padding: 100px 0 80px;
    background-color: #F0F0F0;
}
.lp_banner .row {
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.title_box {
    font-size: 24px;
    color: #0F3F62;
    line-height: 35px;
    position: relative;
    padding-bottom: 24px;
    z-index: 2;
    margin-bottom: 30px;
    width: 100%;
}
.title_box:before {
    content: "";
    left: 0;
    display: block;
    height: 1px;
    width: 90px;
    position: absolute;
    top: auto;
    bottom: 0;
    background-color: #0F3F62;
    z-index: -1;
}
.lp_banner_text p {
    /* color: #727272; */
    margin-bottom: 14px; 
}
.lp_banner_text p:last-child {
    margin-bottom: 0px; 
}
.lp_banner_text p b {
	font-weight: 600;
}
.lp_section1 {
    padding: 80px 0;
}
.iframebox {
    position: relative;
    padding-top: 56%;
    margin-bottom: 24px;
}
.iframebox iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    right: 0;
}
.lp_section1 .lp_section1_1 p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    width: 100%;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
}
.lp_section1_2 {
    background-color: #0F3F62;
    text-align: center;
    padding: 45px 50px;
}
.lp_section1_2 h3 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 25px;
    letter-spacing: 0.20px;
    text-transform: uppercase;
}
/* Gform Form */
body .grecaptcha-badge {
    z-index: 999999 !important;
}
body .gform_wrapper .top_label .gfield_label {
	display: none !important;
}
body .gform_wrapper ul.gform_fields li.gfield {
  padding: 0 !important;
  margin: 0 0 10px !important;
  border: 0 !important;
}
body .gform_wrapper ul.gform_fields li#field_12_6 {
    height: 0 !important;
    margin: 0 !important;
}
body .gform_wrapper input[type="email"],
body .gform_wrapper input[type="number"],
body .gform_wrapper input[type="password"],
body .gform_wrapper input[type="tel"],
body .gform_wrapper input[type="text"],
body .gform_wrapper input[type="url"],
body .gform_wrapper textarea,
select {
  background-color: #ffffff !important;
  height: 40px !important;
  text-align: left !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  padding: 5px 15px !important;
  margin-top: 0 !important;
  width: 100% !important;
  letter-spacing: 0px !important;
  border: 1px solid #ffffff !important;
  color: #1d1d1d !important;
  outline: none !important;
  -webkit-appearance:none !important;
  -moz-appearance:none !important;
  appearance:none !important;
  -webkit-box-shadow:none !important;
-moz-box-shadow:none !important;
box-shadow:none !important;
-webkit-border-radius: 0px!important;
-moz-border-radius: 0px!important;
border-radius: 0px!important;
}
body .gform_wrapper input[type="email"]:focus,
body .gform_wrapper input[type="number"]:focus,
body .gform_wrapper input[type="password"]:focus,
body .gform_wrapper input[type="tel"]:focus,
body .gform_wrapper input[type="text"]:focus,
body .gform_wrapper input[type="url"]:focus,
body .gform_wrapper textarea:focus,
select:focus {
  border-color: #353431 !important;
}
body .gform_wrapper input[type="email"]::-webkit-input-placeholder,
body .gform_wrapper input[type="number"]::-webkit-input-placeholder,
body .gform_wrapper input[type="password"]::-webkit-input-placeholder,
body .gform_wrapper input[type="tel"]::-webkit-input-placeholder,
body .gform_wrapper input[type="text"]::-webkit-input-placeholder,
body .gform_wrapper input[type="url"]::-webkit-input-placeholder,
body .gform_wrapper textarea::-webkit-input-placeholder {
  color: #1d1d1d;
  opacity: 0.5;
}
body .gform_wrapper input[type="email"]::-moz-placeholder,
body .gform_wrapper input[type="number"]::-moz-placeholder,
body .gform_wrapper input[type="password"]::-moz-placeholder,
body .gform_wrapper input[type="tel"]::-moz-placeholder,
body .gform_wrapper input[type="text"]::-moz-placeholder,
body .gform_wrapper input[type="url"]::-moz-placeholder,
body .gform_wrapper textarea::-moz-placeholder {
  color: #1d1d1d;
  opacity: 0.5;
}
body .gform_wrapper input[type="email"]:-ms-input-placeholder,
body .gform_wrapper input[type="number"]:-ms-input-placeholder,
body .gform_wrapper input[type="password"]:-ms-input-placeholder,
body .gform_wrapper input[type="tel"]:-ms-input-placeholder,
body .gform_wrapper input[type="text"]:-ms-input-placeholder,
body .gform_wrapper input[type="url"]:-ms-input-placeholder,
body .gform_wrapper textarea:-ms-input-placeholder {
  color: #1d1d1d;
  opacity: 0.5;
}
body .gform_wrapper input[type="email"]:-moz-placeholder,
body .gform_wrapper input[type="number"]:-moz-placeholder,
body .gform_wrapper input[type="password"]:-moz-placeholder,
body .gform_wrapper input[type="tel"]:-moz-placeholder,
body .gform_wrapper input[type="text"]:-moz-placeholder,
body .gform_wrapper input[type="url"]:-moz-placeholder,
body .gform_wrapper textarea:-moz-placeholder {
  color: #1d1d1d;
  opacity: 0.5;
}
body .gform_wrapper textarea {
  height: 120px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  vertical-align: top !important;
}
body .gform_wrapper input[type="submit"],
body .gform_wrapper input[type="button"],
body .gform_wrapper input[type="reset"] {
    display: block !important;
    height: auto !important;
    margin: 0 auto !important;
    padding: 15px !important;
    border: 1px solid #FF6858 !important;
    background-color: #FF6858 !important;
    font-weight: 400 !important;
    color: #ffffff !important;
    letter-spacing: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-family: 'Montserrat', sans-serif !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
    line-height: 16px !important;
    text-align: center !important;
    white-space: normal !important;
    width: 100% !important;
    cursor: pointer !important;
	outline: none !important;
	-webkit-appearance:none !important;
  -moz-appearance:none !important;
  appearance:none !important;
  -webkit-box-shadow:none !important;
-moz-box-shadow:none !important;
box-shadow:none !important;
-webkit-border-radius: 0px!important;
-moz-border-radius: 0px!important;
border-radius: 0px!important;
}
body .gform_wrapper input[type="submit"]:hover,
body .gform_wrapper input[type="button"]:hover,
body .gform_wrapper input[type="reset"]:hover {
	background-color: #E9D6B6 !important;
	border-color: #E9D6B6 !important;
	color: #0F3F62 !important;
}
body .gform_wrapper div.validation_error {
    background-color: #E9D6B6!important;
    padding: 12px 30px 15px!important;
    font-size: 13px!important;
    margin-bottom: 15px!important;
    letter-spacing: normal!important;
    text-transform: uppercase!important;
    border: 1px solid #ffffff!important;
    color: #0f3f62!important;
    font-weight: 400!important;
    line-height: normal!important;
}
body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
}
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
 	margin-top: 0 !important;
}
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	padding: 5px 0 0 !important;
	line-height: normal!important;
	text-align: center!important;
	letter-spacing: 0.5px !important;
}
body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}
body .gform_ajax_spinner {
	  margin: 0 auto;
	  display: table;
}
body .gform_wrapper .top_label div.ginput_container {
	  display: inline-block;
	  vertical-align: top;
	  width: 100%;
	  margin-top: 0 !important;
}
.gform_wrapper .gform_footer {
  	padding: 0 !important;
    margin: 0 !important;
}
.gform_wrapper .validation_message {
  	font-size: 10px !important;
	color: #e9d6b6 !important;
	font-weight: 400 !important;
	letter-spacing: normal !important;
}
@media only screen and (min-width: 481px) {
  body .gform_wrapper .gform_fields .gfield.w66 {
    width: 66.66% !important;
    float: left;
    clear: none !important;
  }
  body .gform_wrapper .gform_fields .gfield.w33 {
    width: 33.33% !important;
    float: left;
    clear: none !important;
  }
  body .gform_wrapper .gform_fields .gfield.w50 {
    width: 50% !important;
    float: left;
    clear: none !important;
    padding-top: 0 !important;
  }
  body .gform_wrapper ul.gform_fields li.gfield:nth-child(1) {
        width: 50% !important;
        padding-right: 8px !important;
        clear: inherit !important;
        float: left;
    }
    body .gform_wrapper ul.gform_fields li.gfield:nth-child(2) {
        width: 50% !important;
        padding-left: 8px !important;
        clear: inherit !important;
        float: left;
    }
  body .gform_wrapper .gform_fields .gfield.first {
    padding-right: 15px !important;
  }
  body .gform_wrapper .gform_fields .gfield.last {
    padding-left: 15px !important;
  }
}
.lp_section2 {
    background-color: #F0F0F0;
    padding: 80px 0;
}
.lp_section2_2 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-left: 99px;
    position: relative;
    min-height: 70px;
    margin-bottom: 35px;
}
.lp_section2_2 img {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 4px;
}
.lp_section2_2 .title_box {
    margin-bottom: 0;
    margin-top: 10px;
    padding-bottom: 15px;
    color: #000000;
}
.lp_section2_1 p {
    margin-bottom: 15px;
}
.lp_section2_1 p:last-child {
    margin-bottom: 0px;
}
.lp_banner .imgbox2 p,
.lp_banner .imgbox1 p {
    font-size: 13px;    
    line-height: 17px;
    text-align: center;
    font-weight: 500;
    padding: 15px 10px;  
    width: 100%;
    margin: 0 auto;
    max-width: 360px;
}
.lp_section3 {
    background-color: #F0F0F0;
    padding: 70px 0 70px;
}
.title_box.center {
    text-align: center;
}
.lp_section3 .title_box.center:before {
    width: 200px;
}
.title_box.center:before {
    margin: 0 auto;
    left: 0;
    right: 0;
}
.lp_reviews {
    padding-left: 105px;
    position: relative;
    margin-top: 30px;
    z-index: 10;
}
.lp_reviews .lp_reviews_img {
    width: 75px;
    height: 75px;
    line-height: 75px;
    background-color: #ffffff;
    display: block;
    text-align: center;
    border-radius: 75px;
    text-transform: uppercase;
    font-size: 30px;
    color: #3B3D3E;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 500;
}
.lp_reviews h3 {
    font-size: 18px;
    color: #0F3F62;
    margin-bottom: 0;
    margin-top: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.reviews_star {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 18px;
}
.reviews_star i {
    color: #262524;
    font-size: 16px;
}
.lp_reviews p {
    margin-bottom: 12px;
    text-shadow: 0 0 0;
    font-size: 14.5px;
}
.lp_reviews p:last-child {
    margin-bottom: 0;
}
.lp_section4 {
    padding: 80px 0;
}
.lp_section4 .row {
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.lp_section4 .lp_section4_2 img {
    width: 100%;
}
.lp_section4_1 .title_box{
    max-width: 500px;
}
.lp_section4 .lp_section4_1 p {
    margin-bottom: 14px;
}
.lp_section4 .lp_section4_1 p:last-child {
    margin-bottom: 0px;
}
.btnbox1 {
    border-radius: 4px;
    background-color: #FF6858;
    border: 1px solid #FF6858;
    color: #ffffff;
    display: table;
    vertical-align: top;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.20px;
    font-weight: 400;
    padding: 5px 15px;
    width: 205px;
    text-align: center;
    margin-top: 20px;
    font-family: 'Montserrat', sans-serif;
}
.btnbox1:hover,.btnbox1:focus {
    background-color: #0F3F62;
    border-color: #0F3F62;
    color: #ffffff;
}
.lp_section5 {
    background-image: url('https://formandface.com.au/wp-content/uploads/2020/02/lifetime_guarantee1_v2.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    margin-top: 60px;
    padding-bottom: 40px;
}
.lp_section5 .iconbox_center {
    margin-top: -60px;
}
.lp_section5 .iconbox_center img {
    display: block;
    margin: 0 auto;
}
.lp_section5 .iconbox_center h2 {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 40px;
    position: relative;
    padding-bottom: 6px;
    z-index: 2;
    margin-bottom: 20px;
    margin-top: 15px;
    border-bottom: 1px solid #FFFFFF;
    display: inline-block;
    vertical-align: top;
    width: auto;
}
.lp_section5 .iconbox_center p {
    color: #FFFFFF;
    width: 100%;
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
}
.lp_footerbootom {
    background-color: #262626;
    padding: 35px 0 20px;
}
.lp_footerbootom1{
    background-color: #262626;
    padding-bottom: 30px; 
}
.lp_footerbootom1 p {
    color: #A0A0A0 !important;
    font-size: 10px !important;    
    line-height: 1.5 !important;
    text-align: center;
}
.lp_footerbootom p {
    font-size: 10px !important;
    color: #ffffff !important;
    margin-top: 12px;
    line-height: 2 !important;
}
.lp_footerright {
    text-align: right;
}
.lp_footerright a {
    font-size: 25px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: top;
}
.lp_footerright a i {
    margin-right: 8px;
    color: #FF6858;
}
.lp_footerright a:hover, 
.lp_footerright a:focus,
.lp_footerright a:hover i, 
.lp_footerright a:focus i {
    color: #eee5d7;
}
@media only screen and (max-width: 1199px) {
    .lp_banner {
        padding: 50px 0;
    }
    .lp_section1_2 {
        padding: 25px 40px;
    }
}
@media only screen and (min-width: 992px) {
    .order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .lp_banner .imgbox1 {
        margin-top: -50px;
        position: relative;
    }
    .lp_section4 .col:nth-child(1) {
        -ms-flex: 0 0 57.7%;
        flex: 0 0 57.7%;
        max-width: 57.7%;
    }
    .lp_section4 .col:nth-child(2) {
        -ms-flex: 0 0 42.3%;
        flex: 0 0 42.3%;
        max-width: 42.3%;
    }
}
@media only screen and (max-width: 991px) {
    .lp_header{
        padding: 15px 0;
    }
    .btnbox{
        font-size: 14px;
        width: 155px;
    }
    .lp_banner .col-4:nth-child(1),
    .lp_banner .col-4:nth-child(2){
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 30px;
    }
    .lp_banner .col-4:nth-child(3){
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .lp_banner{
        padding: 60px 0;
    }
    .lp_section1 {
        padding: 60px 0;
    }
    .lp_section1 .col-6,
    .lp_section2 .col-6,
    .lp_section3 .col-6,
    .lp_section4 .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .lp_section1_2 {
        padding: 30px 32px 15px;
    }
    .lp_section2,.lp_section4 {
        padding: 60px 0;
    }
    .lp_section2_2{
        margin-bottom: 25px;
    }
    .lp_section2 .col-6,
    .lp_section3 .col-6 {
        margin-bottom: 40px;
    }
    .lp_section2 .col-6:last-child,
    .lp_section3 .col-6:last-child {
        margin-bottom: 0px;
    }
    .lp_section3 {
        padding: 50px 0 60px;
    }
    .lp_reviews{
        margin-top: 0px; 
    }
    .lp_section4_1 .title_box {
        max-width: 100%;
    }
    .lp_section4 .col-6:nth-child(1),
    .lp_section1 .col-6:nth-child(1) {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 30px;
    }
    .title_box {
        font-size: 22px;
        line-height: 32px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    body p{
        font-size: 14px;
        line-height: 24px;
    }
    .lp_section2_2 .title_box {
        margin-top: 8px;
    }
    .lp_banner .imgbox2 p, .lp_banner .imgbox1 p{
        font-size: 12px;
        line-height: 16px;
    }
    .lp_footerbootom{
        padding: 25px 0;
    }
    .lp_footerright a{
        font-size: 20px;
    }
    .lp_footerbootom p,.lp_footerright a{
        margin-top: 8px; 
    }
    .lp_footerbootom1 p{
        font-size: 12px;
    }
}
@media only screen and (max-width: 767px) {
    .btnbox {
        font-size: 13px;
        width: 150px;
        margin: 4px 0;
        padding: 2px 15px;
    }
    .lp_banner,
    .lp_section1,
    .lp_section2, 
    .lp_section4,
    .lp_section3 {
        padding: 40px 0;
    }
    .title_box {
        font-size: 20px;
        line-height: 28px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .lp_banner .imgbox2 p, 
    .lp_banner .imgbox1 p {
        font-size: 10px;
        line-height: 14px;
    }
    .lp_reviews{
        padding-left: 75px;
    }
    .lp_reviews .lp_reviews_img{
        width: 55px;
        height: 55px;
        line-height: 55px;
        border-radius: 55px;
        font-size: 20px;
    }
    .lp_reviews h3{
        font-size: 18px;
        margin-bottom: 8px;
        margin-top: 15px;
    }
    .lp_footerbootom .col-5, 
    .lp_footerbootom .col-7{
		  -ms-flex: 0 0 100%;
		  flex: 0 0 100%;
		  max-width: 100%;
    }
    .lp_footerright,.lp_footerbootom {
        text-align: center;
    }
    .lp_footerbootom {
        padding: 30px 0 5px;
    }
    .lp_footerbootom1{
        padding-bottom: 20px;
    }
}
@media only screen and (max-width: 480px) {
    .lp_header{
        text-align: center;
    }
    .lp_header .col-6,.lp_banner .col-4:nth-child(1), .lp_banner .col-4:nth-child(2) {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .btnbox{
        width: 138px;
    }
    .btnboxrow {
        text-align: center;
        margin-top: 10px;
    }
    .lp_banner, .lp_section1, .lp_section2, .lp_section4, .lp_section3 {
        padding: 30px 0;
    }
    .lp_banner .col-4:nth-child(1), .lp_banner .col-4:nth-child(2){
        margin-bottom: 20px;
    }
    .lp_section1_2 h3{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .lp_section1_2 {
        padding: 20px 15px 0;
    }
    .lp_reviews p{
        margin-left: -72px;
    }
    .lp_reviews h3 {
        font-size: 16px;
        margin-bottom: 8px;
        margin-top: 5px;
    }
    .lp_section2 .col-6, .lp_section3 .col-6 {
        margin-bottom: 20px;
    }
    .lp_reviews {
        margin-top: 15px;
    }
    .lp_section2_2 .title_box {
        font-size: 18px;
        line-height: 20px;
    }
}