.slideout-overlay {
    display: none!important;
}
#loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 64px 64px;
    z-index: 99998;
    width: 100%;
    height: 100%;
}
.one-container .container {
    background-color: transparent;
}
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
body {
    font-size: 15px;
    color: #191919;
    line-height: 1.3;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'Playfair Display', serif !important;
    font-weight: 600;
    text-transform: unset;
    text-align: inherit;
}
body p {
    font-size: 15px !important;
    line-height: 1.734 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
    margin: 0;
    color: #191919 !important;
}
a {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
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;
    display: table;
}
.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;
    }
    .lp_tweak .container {
        max-width: 1000px;
    }
    body .gform_wrapper ul li.gfield{
        margin-top: 15px !important;
    }
    .lp_banner .lp_form .gform_wrapper{
        margin-top: 40px;
    }
    .lp_footertop .lp_form .gform_wrapper{
        margin-top: 25px;
    }
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-sm-1,
.col-sm-2,
.col-sm-8,
.col-sm-4,
.col-sm-6,
.col-sm-12,
.col-sm-3,
.col-sm-5,
.col-sm-7{
    float: left;
    padding: 0 15px;
}
.col-sm-8{
    width: 66.666667%;
}
.col-sm-2{
    width: 25%;
}
.col-sm-3{
    width: 25%;
}
.col-sm-4{
    width: 33.333333%;
}
.col-sm-5{
    width: 41.666667%;
}
.col-sm-7{
    width: 58.333333%;
}
.col-sm-6{
    width: 50%;
}
.col-sm-12{
    width: 100%;
}
.lp_header {
    padding: 15px 0;
    position: relative;
    z-index: 2;
    background-color: #ffffff;
}
.lp_header:before {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border: 1px solid #f5f5f5;
    display: block;
    position: absolute;
    margin: 6px;
    z-index: -2;
}
.lp_header:after {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border: 1px solid #f5f5f5;
    display: block;
    position: absolute;
    margin: 10px;
    z-index: -2;
}
.lp_logo {
    margin: 5px 0;
}
.lp_phone {
    background-color: #FF6858;
    border: 2px solid #FF6858;
    text-align: center;
    color: #fff;
    padding: 6px 24px;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    float: right;
    margin-top: 8.5px;
}
.lp_phone:hover,.lp_phone:focus{
    background-color: #003359;
    border-color: #003359;
    color: #fffefd;
}
.lp_banner {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
}
.lp_bantertext {
    padding-right: 400px;
    position: relative;
    padding-top: 70px;
    padding-bottom: 20px;
    min-height: 525px;
    z-index: 2;
}
.lp_bantertext h1,.lp_bantertext h2 {
    font-size: 36px;
    color: #fffefd;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 25px;
    line-height: 1.2;
}
.lp_bantertext p {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    color: #fffefd !important;
    max-width: 450px;
    line-height: 1.4 !important;
}
.btnbox1 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    border: 1px solid #EEE5D7;
    max-width: 340px;
    padding: 14px 15px;
    border-radius: 45px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #EEE5D7;
    font-size: 12px;
    position: relative;
    z-index: 2;
    letter-spacing: 1px;
    margin-top: 24px;
}
.btnbox1:before {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    display: block;
    z-index: -1;
    border: 1px solid #fff;
    border-radius: 45px;
    margin: 5px;
}
.btnbox1:hover,
.btnbox1:focus{
    color: #EEE5D7;
}
.btnbox2 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 340px;
    text-align: center;
    margin-top: 15px;
    font-size: 12px;
    color: #D3DBE2;
}
.lp_banterimgtext {
    position: absolute;
    left: auto;
    right: -10px;
    top: auto;
    bottom: 0;
    z-index: -2;
    width: 100%;
    max-width: 350px;
    text-align: center;
}
.lp_banterimgtext:before {
    content: "";
    left: 0;
    right: 0;
    top: 35px;
    position: absolute;
    z-index: -2;
    display: block;
    border: 15px solid #ffff;
    width: 300px;
    height: 300px;
}
.lp_banterimgtext p {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    top: auto;
    font-size: 15px;
    max-width: 100% !important;
    padding: 0 15px;
}
.lp_form {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 38px 36px 18px;
    text-align: center;
    box-shadow: 0 8px 11px rgba(0,0,0,0.15);
    margin-bottom: -80px;
    margin-top: 40px;
    position: relative;
    z-index: 10;
}
.lp_form h3 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    color: #0f3f62;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 8px;
    max-width: 260px;
}
.lp_form p {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 13px !important;
    font-family: 'Open Sans', sans-serif !important;
}
.lp_footertop  .lp_form p{
    color: #969696 !important;
}


body .gform_wrapper .top_label .gfield_label, 
body .gform_wrapper legend.gfield_label {
    display: none !important;
}
body .gform_wrapper ul.gform_fields li.gfield{
    padding-right: 0 !important;
}
body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
    display: inline-block !important;
    vertical-align: top !important;
    width: 100% !important;
}
body .gform_wrapper ul li.gfield{
    margin-top: 10px !important;
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),body .gform_wrapper textarea {
    font-family: 'Montserrat',sans-serif!important;
    letter-spacing: normal !important;
    background-color: #F7F7F7 !important;
    border: 1px solid #f1f1f1 !important;
    font-size: 13px !important;
    color: #404040 !important;
    padding: 0 15px !important;
    text-align: center !important;
    height: 35px !important;
    display: inline-block !important;
    vertical-align: top !important;
    width: 100% !important;
    min-height: inherit !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    margin: 0 !important;
}
body .gform_wrapper textarea {
    padding: 8px 15px !important;
    height: 120px !important;
}
body .gform_wrapper .gform_footer {
    padding: 0!important;
    margin: -10px auto 0!important;
    text-align: center;
    position: relative;
    max-width: 190px;
    z-index: 2;
}
body .gform_wrapper .gform_footer:before {
    content: "\f0da";
    color: #fff;
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 14px;
    display: block;
    pointer-events: none;
    position: absolute;
    left: calc(50% + 38px);
    top: 12.5px;
    bottom: 0;
    
}
body .gform_wrapper .gform_footer input.button, 
body .gform_wrapper .gform_footer input[type=submit], 
body .gform_wrapper .gform_page_footer input.button, 
body .gform_wrapper .gform_page_footer input[type=submit],
body .gform_wrapper .gform_footer .gform_button {
    font-size: 14px!important;
    margin: 0 auto!important;
    text-transform: uppercase!important;
    text-align: center!important;
    border: 3px solid #eedabe !important;
    display: inline-block!important;
    vertical-align: top!important;
    width: 100%!important;
    padding: 8px 15px!important;
    font-family: 'Montserrat',sans-serif!important;
    color: #fffefd!important;
    height: 40px !important;
    line-height: 1.3!important;
    outline: none!important;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    cursor: pointer!important;
    font-weight: 600!important;
    max-width: 190px!important;
    border-radius: 40px!important;
    background-color: #FF6858 !important;
    letter-spacing: 1px !important;
}
body .gform_wrapper .gform_footer input.button:hover, 
body .gform_wrapper .gform_footer input[type=submit]:hover, 
body .gform_wrapper .gform_page_footer input.button:hover, 
body .gform_wrapper .gform_page_footer input[type=submit]:hover,
body .gform_wrapper .gform_footer input.button:focus, 
body .gform_wrapper .gform_footer input[type=submit]:focus, 
body .gform_wrapper .gform_page_footer input.button:focus, 
body .gform_wrapper .gform_page_footer input[type=submit]:focus,
body .gform_wrapper .gform_footer .gform_button:hover,
body .gform_wrapper .gform_footer .gform_button:focus {
    background-color: #0f3f62!important;
    color: #ffffff!important;
    border-color: #eedabe !important;
}
body .gform_wrapper div.validation_error {
    color: #ffffff!important;
    font-size: 12px!important;
    font-weight: 400!important;
    margin-bottom: 12px!important;
    border: 2px solid #247ab9!important;
    padding: 8px!important;
    clear: both!important;
    width: 100%!important;
    text-align: center!important;
    background-color: #0f3f62!important;
    display: inline-block!important;
    vertical-align: top!important;
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 0.50px;
}
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, 
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    margin: 0px !important;
    border: none !important;
    padding: 0 !important;
    width: 100% !important;
}
body .gform_wrapper .validation_message {
    color: #ff6858!important;
    font-weight: 400!important;
    text-align: center!important;
    font-size: 10px!important;
    margin: 5px 0!important;
    padding: 0!important;
    font-family: 'Montserrat', sans-serif !important;
}
body .gform_wrapper .gform_ajax_spinner {
    padding: 0;
    margin: 10px auto 0;
    display: block;
}
.client_logos {
    float: left;
    width: 100%;
    margin-top: 50px;
}
.lp_whychoose {
    background-color: #ffffff;
    padding-top: 140px;
    padding-bottom: 70px;
}
.lp_titlebox {
    text-align: center;
    width: 100%;
    margin: 0 auto 45px;
}
.lp_titlebox h2 {
    font-size: 30px;
    color: #231f20;
    margin-bottom: 20px;
    font-weight: 400;
    font-style: italic;
    width: 100%;
    max-width: 450px;
    line-height: 1.3;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
    position: relative;
    z-index: 2;
}
.lp_titlebox h2:before {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    height: 50px;
    width: 1px;
    display: block;
    background-color: #eee5d7;
    margin: 0 auto;
}
.lp_titlebox h2:after {
    content: "";
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #eee5d7;
    margin: 0 auto;
}
.lp_titlebox p {
    font-size: 17px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 800px;
}
.lp_textimgbox {
    text-align: center;
    border-radius: 10px;
    padding: 30px 15px;
    margin-bottom: 20px;
}
.lp_textimgbox h3 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-weight: 400;
    color: #0f3f62;
    font-size: 17px;
    padding-top: 25px;
    margin-bottom: 20px;
    font-family: 'Montserrat',sans-serif!important;
    text-transform: uppercase;
    line-height: 1.5;
}
.lp_textimgbox p {
    color: #2A2A2A !important;
    font-size: 14px !important;
}
.lp_surgeonbox {
    display: block;
    width: 100%;
    margin: 30px auto 0;
    max-width: 850px;
    text-align: center;
    border: 1px solid #E1E1E1;
    padding: 45px 15px;
    outline: 1px solid #e1e1e1;
    outline-offset: -5px;
}
.lp_surgeonbox h3 {
    font-size: 30px;
    color: #231f20;
    font-weight: 400;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 24px;
}
.lp_surgeonbox h3:before {
    content: "";
    left: 0;
    right: 0;
    display: block;
    top: auto;
    bottom: 0;
    height: 2px;
    width: 70px;
    margin: 0 auto;
    position: absolute;
    background-color: #002D53;
}
.lp_surgeonbox p {
    display: block;
    font-family: 'Playfair Display',serif!important;
    margin: 0 auto;
    width: 100%;
    font-size: 20px !important;
    color: #606060 !important;
    line-height: 1.5 !important;
    max-width: 700px;
}
.lp_professionaldr {
    padding: 110px 0 70px;
    position: relative;
    background-color: #F5F5F5;
}
.lp_professionaldr:before {
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #ffffff;
}
.lp_professionaldr .col-sm-4 img {
    width: 230px;
    margin-right: 30px;
}
.lp_drtextbox {
    padding-top: 30px;
}
.lp_drtextbox span {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-weight: 400;
    font-size: 15px;
    color: #191919;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.lp_drtextbox h3 {
    display: inline-block;
    vertical-align: top;
    font-size: 28px;
    font-weight: 400;
    color: #002d53;
    border-bottom: 2px solid #EEE5D7;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.lp_checklist {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0;
    margin: 5px 0 15px;
}
.lp_checklist li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
    margin-bottom: 8px;
    padding-left: 24px;
    font-weight: 600;
    font-size: 15px;
}
.lp_checklist li:before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0px;
    color: #324d69;
}
.lp_drtextbox p {
    font-size: 16px !important;
    margin-bottom: 12px;
}
.lp_drtextbox p:last-child{
    margin-bottom: 0;
}
.lp_patientreviews {
    position: relative;
    padding: 90px 0 100px;
    z-index: 2;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.lifetime_wrap {
    display: block;
    vertical-align: top;
    width: 100%;
    border: 1px solid #ffffff;
    text-align: center;
    position: relative;
    max-width: 750px;
    margin: 58px auto;
    padding: 0px 15px 15px;
    z-index: 2;
}
.lifetime_wrap:before {
    content: "";
    left: -18px;
    top: -12px;
    display: block;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% 100%;
    width: 166px;
    height: 119px;
    position: absolute;
    z-index: -2;
}
.lifetime_wrap:after {
    content: "";
    left: auto;
    top: auto;
    display: block;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% 100%;
    width: 66px;
    height: 50px;
    position: absolute;
    bottom: -5px;
    right: -13px;
    z-index: -2;
    opacity: 0.5;
}
.lifetime_wrap img {
    margin-top: -58px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}
.lifetime_wrap p {
    font-size: 16px !important;
    color: #ffffff !important;
    display: block;
    vertical-align: top;
    width: 100%;
    margin: 0 auto;
    max-width: 600px;
}
.lifetime_wrap h3 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 19px;
    text-transform: uppercase;
    color: #EEE5D7;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 12px 0;
}
.lp_patientreviews:before {
    content: "";
    left: 40px;
    right: 40px;
    top: 30px;
    bottom: 30px;
    display: block;
    position: absolute;
    border-top: 3px dotted #26445C;
    border-bottom: 3px dotted #26445C;
    z-index: -2;
}
.lp_patientreviews h2 {
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 50px;
    font-weight: 400;
}
.lifetime_wrap .lifetimepatten_box {
    position: relative;
    z-index: 2;
    padding-bottom: 88px;
    display: block;
    margin-bottom: -80px;
    margin-top: 20px;
}
.lifetime_wrap .lifetimepatten_box:before {
    content: "";
    left: 0;
    right: 0;
    position: absolute;
    height: 80px;
    width: 1px;
    display: block;
    background-color: #eee5d7;
    margin: 0 auto;
    top: 0;
}
.lifetime_wrap .lifetimepatten_box:after {
    content: "";
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    position: absolute;
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background-color: #eee5d7;
    margin: 0 auto;
}
.lp_tweak {
    background: #262626;
    padding: 80px 0 120px;
}
.lp_tweak img {
    width: 130px;
    float: left;
    margin-right: 30px;
}
.lp_tweak p {
    margin-top: 20px;
    color: #ffffff !important;
}
.lp_reviewsbox {
    padding-left: 300px;
    position: relative;
}
.lp_reviewsbox:before {
    content: "";
    left: 230px;
    top: 0;
    bottom: 0;
    width: 1px;
    display: block;
    position: absolute;
    background-color: #6E6965;
}
.lp_reviewsbox img {
    position: absolute;
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.lp_reviewsname {
    margin-bottom: 22px;
}
.lp_reviewsname h4 {
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif !important;
}
.lp_reviewsname h4 span {
    color: #eee5d7;
    font-weight: 400;
    margin-right: 10px;
}
.lp_star i {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    color: #eee5d7;
    font-size: 16px;
}
.lp_reviewsbox p {
    color: #fff;
    margin-bottom: 15px;
}
.lp_reviewsbox h3 {
    font-size: 19px;
    color: #eee5d7;
    margin-top: 8px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    line-height: 1.6;
}   
.lp_results {
    background-color: #F7F7F7;
    overflow: hidden;
}
.lp_results .wrap{
    position: relative;
    z-index: 2;
    margin: 0 auto;
    overflow: hidden;
    padding: 80px 0;
    width: 100%;
    max-width: 1920px;
}
.lp_results .wrap:after {
    content: "";
    position: absolute;
    left: calc(100% - 32%);
    top: auto;
    bottom: 0;
    display: block;
    z-index: -2;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    right: auto;
}
.lp_titlebox1 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 35px;
}
.lp_titlebox1 h2 {
    font-size: 30px;
    color: #324d69;
    font-weight: 400;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.lp_titlebox1 p {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 17px !important;
    color: #262626 !important;
    line-height: 1.6!important;
    margin: 0;
}
.lp_results .col-sm-8 {
    width: 75%;
}
.lp_results .lp_titlebox {
    text-align: left;
    margin-bottom: 40px;
    max-width: 100%;
}
.lp_resultsimg {
    margin: 0 -7px;
}
.lp_resultsimg .col-sm-3 {
    padding: 0 7px;
    margin-bottom: 14px;
}
.lp_instagrambox {
    margin-top: 20px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.lp_instagrambox hr {
    margin: 0;
    border-color: #2d2926;
    border-width: 1px 0 0 0;
    border-style: solid;
}
.lp_instagrambox p {
    font-size: 15px !important;
    color: #525252 !important;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 10px;
    font-family: 'Playfair Display', serif !important;
}
.lp_instagrambox p a{
    color: #324d69;
}
.lp_followusbtn {
    border: 2px solid #E9D7B7;
    text-align: center;
    color: #0f3f62;
    padding: 6px 40px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    background-color: transparent;
    margin-top: 10px;
    border-radius: 35px;
}
.lp_followusbtn:hover,
.lp_followusbtn:focus{
    background-color: transparent;
    border-color: #0f3f62;
    color: #0f3f62;
}
.lp_footertop {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.lp_footertop .lp_bantertext {
    padding-right: 0;
    min-height: inherit;
    padding-bottom: 50px;
}
.lp_bantertext h2{
    max-width: 420px;
}
.lp_footertop .lp_form {
    padding: 40px 50px 25px;
    margin-bottom: 80px;
    margin-top: -85px;
}
.lp_footertop .lp_form h3 {
    max-width: 100%;
    font-size: 23px;
}
.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;
}
.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;
}
.lp_footerleft img {
    margin-top: 8px;
}
@media screen and (max-width: 1400px){
    .lp_results .wrap:after{
        left: calc(100% - 24%);
        bottom: -70px;
    }
}
@media screen and (max-width: 1199px){
    body p{
        font-size: 14px !important;
    }
    .lp_bantertext{
        padding-right: 280px;
        min-height: 420px;
    }
    .lp_bantertext h1, .lp_bantertext h2{
        font-size: 24px;
    }
    .lp_bantertext p{
        font-size: 13px !important;
    }
    .btnbox1{
        font-size: 10px;
        margin-top: 20px;
        max-width: 300px;
    }
    .btnbox2{
       max-width: 300px; 
    }
    .lp_banterimgtext{
        max-width: 260px;
    }
    .lp_banterimgtext:before{
        width: 230px;
        height: 260px;
        border-width: 10px;
    }
    .lp_form{
        padding: 25px 25px 18px;
    }
    .lp_form h3{
        font-size: 18px;
    }
    .lp_form p{
        font-size: 10px !important;
        line-height: 1.5 !important;
    }
    .lp_whychoose {
        padding-top: 120px;
        padding-bottom: 60px;
    }
    .lp_titlebox h2{
        max-width: 550px;
        font-size: 24px;
    }
    .lp_titlebox{
        margin-bottom: 25px; 
    }
    .lp_titlebox h2{
        padding-bottom: 65px; 
    }
    .lp_titlebox p {
        font-size: 15px;
        max-width: 700px;
    }
    .lp_textimgbox{
        padding: 30px 0 10px;
    }
    .lp_textimgbox h3{
        font-size: 15px;
    }
    .lp_textimgbox p{
        font-size: 13px !important;
        line-height: 1.6 !important;
    }
    .lp_surgeonbox{
        padding-top: 35px;
        padding-bottom: 35px; 
    }
    .lp_surgeonbox h3{
        font-size: 24px;
    }
    .lp_surgeonbox p{
        font-size: 16px !important;
        max-width: 600px !important;
    }
    .lp_professionaldr{
        padding: 80px 0;
    }
    .lp_professionaldr:before{
        border-width: 25px 25px 0 25px; 
    }
    .lp_drtextbox span{
        font-size: 14px;
    }
    .lp_drtextbox h3{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .lp_checklist li{
        font-size: 14px;
    }
    .lp_drtextbox p{
        font-size: 13px !important;
    }
    .lp_patientreviews{
        padding: 60px 0 80px;
    }
    .lp_patientreviews h2{
        font-size: 26px;
        margin-bottom: 40px; 
    }
    .lp_reviewsname {
        margin-bottom: 15px;
    }
    .lp_reviewsname h4{
        font-size: 15px;
    }
    .lp_reviewsbox p{
        margin-bottom: 10px; 
    }
    .lp_reviewsbox h3{
        font-size: 18px;
    }
    .lp_results .wrap{
        padding: 60px 0;
    }
    .lp_titlebox1 h2{
        font-size: 26px;
    }
    .lp_titlebox1 p{
        font-size: 15px !important;
    }
}
@media screen and (min-width: 992px){
    .lp_patientreviews .container {
        max-width: 991px;
    }
}
@media screen and (max-width: 991px){
    .lp_phone{
        font-size: 14px;
    }
    .lp_results .col-sm-8 {
        width: 85%;
    }
    .lp_footertop .lp_form{
        padding: 20px 30px 10px;
    }
    .lp_banner .col-sm-8, .lp_banner .col-sm-4,
    .lp_whychoose .col-sm-4 {
        width: 100%;
    }
    .lp_bantertext h1, .lp_bantertext h2{
        font-size: 24px;
    }
    .lp_bantertext{
        padding-right: 330px;
        min-height: 360px;
        padding-top: 40px;
    }
    .lp_banterimgtext{
        right: 20px;
    }
    .lp_form{
        margin-top: 0;
    }
    .lp_surgeonbox {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .lp_surgeonbox h3 {
        font-size: 20px;
    }
    .lp_surgeonbox p {
        font-size: 14px !important;
        max-width: 540px;
    }
    .lp_textimgbox {
        padding: 10px 0;
    }
    .lp_professionaldr .col-sm-4, .lp_professionaldr .col-sm-8 {
        width: 100%;
        text-align: center !important;
    }
    .lp_professionaldr .col-sm-4 img{
        margin: 0 auto;
    }
    .lp_checklist{
        display: table;
        max-width: 480px;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }
    .lp_reviewsbox{
        padding-left: 250px;
    }
    .lp_reviewsbox:before{
        left: 215px;
    }
    .lp_titlebox1 h2 {
        font-size: 24px;
    }
    .lp_titlebox1 p {
        font-size: 14px !important;
    }
    .lp_footerbootom{
        padding: 25px 0;
    }
    .lp_footerright a{
        font-size: 20px;
    }
    .lp_footerbootom p,.lp_footerright a{
        margin-top: 8px; 
    }
    .lp_tweak{
        padding: 40px 0 120px;
    }
    .lp_tweak p{
        margin-top: 20px;
    }
    .lp_tweak p br {
        display: none;
    }
    .lp_footertop .lp_form{
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 767px){
    .lp_tweak{
        padding: 40px 0;
        text-align: center;
    }
    .lp_tweak img {
        float: none;
        margin: 0 auto;
    }
    .lp_bantertext{
        padding-right: 0;
        min-height: inherit;
        padding-top: 30px;
        text-align: center;
        padding-bottom: 0;
    }
    .lp_bantertext h1, .lp_bantertext h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .lp_banterimgtext {
        right: 0;
        position: relative;
        max-width: 320px;
        margin: 20px auto 0;
        top: 0;
        bottom: auto;
    }
    .lp_banterimgtext:before {
        width: 280px;
        height: 300px;
        top: 60px;
    }
    .lp_surgeonbox{
        margin-top: 0px; 
    }
    .lp_whychoose{
        padding-bottom: 40px;
    }
    .lp_professionaldr {
        padding: 50px 0 20px;
    }
    .lp_reviewsbox {
        padding-left: 0;
        text-align: center;
    }
    .lp_reviewsbox:before{
        content: none;
    }
    .lp_reviewsbox img {
        position: static;
        left: 0;
        top: 0;
        -moz-transform: inherit;
        -webkit-transform: inherit;
        -o-transform: inherit;
        -ms-transform: inherit;
        transform: inherit;
        margin-bottom: 30px;
    }
    .lp_results .wrap {
        padding: 40px 0;
    }
    .lp_results .col-sm-8,
    .lp_footertop .col-sm-6,
    .lp_footerbootom .col-sm-5, 
    .lp_footerbootom .col-sm-7{
        width: 100%;
    }
    .lp_resultsimg .col-sm-3 {
        width: 50%;
    }
    .lp_results .wrap:after{
        bottom: 0;
        opacity: 0.05;
    }
    .lp_footertop .lp_form{
        margin-top: -20px;
    }
    .lp_footerright,.lp_footerbootom {
        text-align: center;
    }
    .lp_footerright a {
        margin-top: 20px;
    }
    .lifetime_wrap p{
        font-size: 14px!important;
    }
    .lifetime_wrap h3{
        font-size: 15px;
    }
    .lp_form p {
        font-size: 12px!important;
    }
    .wpfm-floating-wh-wrapper {
        display: none !important;
    }
    .lp_footerbootom {
        padding: 30px 0 5px;
    }
    .lp_footerbootom1{
        padding-bottom: 20px;
    }
    .lp_form h3{
        max-width: 100%;
    }
}
@media screen and (max-width: 480px){
    .lp_header .col-sm-7, .lp_header .col-sm-5 {
        width: 100%;
        text-align: center;
    }
    .lp_phone {
        float: none;
        margin: 10px auto 4px;
    }
    .lp_banterimgtext:before{
        width: 100%;
    }
}
@media screen and (min-width: 481px) and (max-width: 991px){
    body .lp_banner .gform_wrapper ul li.gfield:nth-child(2) {
        width: calc(50% - 1px)!important;
        padding-left: 5px !important;
        clear: none !important;
        display: inline-block; 
        vertical-align: top;
    }
    body .lp_banner .gform_wrapper ul li.gfield:nth-child(1) {
        width: calc(50% - 1px)!important;
        padding-right: 5px !important;
        clear: none !important;
        display: inline-block;
        vertical-align: top;
    }
}
@media only screen and (min-width:240px) and (max-width:767px) {
    .lp_professionaldr .col-sm-4, .lp_professionaldr .col-sm-8 {
        text-align: center !important;
    }
    .lp_professionaldr .col-sm-4 img {
        margin: 0 !important;
    }
    .client_logos {
        margin-top: 30px;
    }
    section.lp_tweak.wi_100 .col-sm-2, 
    section.lp_tweak.wi_100 .col-sm-8 {
        width: 100% !important;
        text-align: center !important;
    }
}

/* Before & After Img Css */
.lp_beforeafterimg {
    padding: 80px 0;
}
.lp_beforeafterimg .container {
    max-width: 1100px;
}
.lp_beforeafterimg h2 {
    display: table;
    vertical-align: top;
    margin: 0 auto;
    font-size: 20px;
    color: #0F3F62;
    font-family: playfair display,serif!important;
    font-weight: 400;
    border-bottom: 2px solid #EEE5D7;
    margin-bottom: 30px;
    padding-bottom: 10px;
    text-align: center;
}
.baimg_row .baimgbox, .baimg_row .baimgbox img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.baimg_row .baimgbox {
    margin-top: 30px;
}
@media screen and (max-width: 1199px){
    .lp_beforeafterimg {
        padding: 60px 0;
    }
}
@media screen and (max-width: 767px){
    .lp_beforeafterimg {
        padding: 40px 0;
    }
    .lp_beforeafterimg h2 {
        font-size: 18px;
        margin-bottom: 20px;
        padding-bottom: 8px;
    }
    .baimg_row {
        margin: 0 -7.5px;
    }
    .baimg_row > div {
        padding: 0 7.5px;
    }
    .baimg_row .baimgbox {
        margin-top: 15px;
    }
}
@media screen and (max-width: 480px){
    .baimg_row > div {
        width: 100%;
    }
}


/* New LP Css */
.top_newbanner  {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.top_newbanner .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}
.top_newbanner .row > div:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 30px;
}
.top_newbanner .row > div:nth-child(1) img {
    margin-bottom: -45px;
    position: relative;
    z-index: 10;
}
.top_newbanner h1 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 25px;
    line-height: 1.1;
    font-size: 46px;
    color: #FFFFFF;
    max-width: 600px;
}
.top_newbanner p {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    color: #FFFFFF !important;
    max-width: 450px;
    line-height: 1.8 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    margin: 0 !important;
}
.bottom_newbanner {
    background-color: #EEE5D7;
    padding: 24px 0;
}
.bottom_newbanner p {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    color: #231F20 !important;
    line-height: 1.8 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    margin: 0 !important;
}
.bottom_newbanner .followupbtn {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    border: 1px solid #0F3F62;
    max-width: 350px;
    padding: 12px 15px;
    border-radius: 45px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #231F20;
    font-size: 12px;
    position: relative;
    z-index: 2;
    letter-spacing: 1px;
    margin-left: 25px;
}
.bottom_newbanner .followupbtn:before {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    display: block;
    z-index: -1;
    border: 1px solid #0F3F62;
    border-radius: 45px;
    margin: 5px;
}
.lp_dr {
    background-color: #FFFFFF;
    padding: 80px 0;
}
.lp_dr h2 {
    font-size: 28px;
    color: #231F20;
    margin: 0px;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    width: 100%;
    line-height: 1.3;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 125px;
    position: relative;
    z-index: 2;
}
.lp_dr h2:before {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    height: 100px;
    width: 1px;
    display: block;
    background-color: #eee5d7;
    margin: 0 auto;
}
.lp_dr h2:after {
    content: "";
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #eee5d7;
    margin: 0 auto;
}
.lp_dr .drtext {
    padding-left: 0;
    padding-top: 20px;
}
.lp_dr .drtext h3 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 400 !important;
    color: #0F3F62;
    margin-bottom: 30px;
    font-size: 16px;
}
.lp_dr .drtext h3 span {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 13px;
    color: #231F20;
}
.lp_dr .drtext p {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 630px;
    margin-bottom: 30px;
    font-size: 16px !important;
}
.lp_dr .drtext h4 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-family: 'Playfair Display', serif !important;
    font-weight: 400;
    color: #0F3F62;
    font-size: 24px;
    line-height: 1.8;
    margin: 0;
}
.logobox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 825px;
    float: right;
    margin-top: -90px;
}
.logobox > div {
    float: left;
    width: 20%;
}
.lp_testimonials {
    background-color: #FFFFFF;
    padding: 80px 0;
}
.testimonials_box {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 100%;
    margin: 0 auto 80px;
}
.testimonials_box .container {
    max-width: 730px;
}
.testimonials_box img {
    margin: 0 auto 40px;
    display: table;
}
.testimonials_box h3 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    color: #0F3F62;
    font-family: playfair display,serif!important;
    margin: 0 0 18px;
}
.testimonials_box p {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0;
    font-size: 16px !important;
    color: #231F20 !important;
}
.followingareas_box h3 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
    font-family: 'Playfair Display', serif !important;
    font-weight: 400;
    color: #231F20;
    font-size: 24px;
    line-height: 1.6;
    margin: 0 0 40px;
}
.procedurbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -15px;
    margin-left: -15px;
}
.procedurbox li {
    width: 20%;
    text-align: center;
    float: left;
    padding: 0 15px;
    margin-top: 30px;
}
.procedurbox li h4 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 400 !important;
    color: #0F3F62;
    margin: 30px 0 0;
    font-size: 16px;
    text-transform: uppercase;
}
.lp_footernewtop {
    background-color: #EEE5D7;
    border-bottom: 80px solid #262626;
    margin-top: 60px;
}
.lp_footernewtop .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}
.footernewtoptext {
    padding: 40px 0;
}
.footernewtoptext h2 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 25px;
    line-height: 1.2;
    font-size: 35px;
    color: #0F3F62;
    max-width: 535px;
}
.footernewtoptext p {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    color: #231F20 !important;
    max-width: 500px;
    line-height: 1.8 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    margin: 0 !important;
}
.lp_newform {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 445px;
    background-color: #0F3F62;
    border-radius: 8px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 8px 10px rgba(0,0,0,0.10);
    margin: -60px 0;
    position: relative;
    z-index: 10;
    float: right;
}
.lp_newform h3 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 12px;
    max-width: 320px;
    font-family: playfair display,serif!important;
}
.lp_newform p {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 13px !important;
    font-family: 'Open Sans', sans-serif !important;
    color: #D3DBE2 !important;
    margin: 0 0 5px;
}
body .lp_footernewtop .gform_wrapper {
    margin-bottom: 0 !important;
}
body .lp_footernewtop .gform_wrapper ul li.gfield {
    margin-top: 15px!important;
}
body .lp_footernewtop .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
body .lp_footernewtop .gform_wrapper textarea {
    font-weight: 400 !important;
    font-family: 'Open Sans', sans-serif !important;
}
body .lp_footernewtop .gform_wrapper .gform_footer input.button, 
body .lp_footernewtop .gform_wrapper .gform_footer input[type=submit], 
body .lp_footernewtop .gform_wrapper .gform_page_footer input.button, 
body .lp_footernewtop .gform_wrapper .gform_page_footer input[type=submit], 
body .lp_footernewtop .gform_wrapper .gform_footer .gform_button {
    border-color: #ff6858!important;
}
body .lp_footernewtop .gform_wrapper .gform_footer input.button:hover, 
body .lp_footernewtop .gform_wrapper .gform_footer input[type=submit]:hover, 
body .lp_footernewtop .gform_wrapper .gform_page_footer input.button:hover, 
body .lp_footernewtop .gform_wrapper .gform_page_footer input[type=submit]:hover, 
body .lp_footernewtop .gform_wrapper .gform_footer input.button:focus, 
body .lp_footernewtop .gform_wrapper .gform_footer input[type=submit]:focus, 
body .lp_footernewtop .gform_wrapper .gform_page_footer input.button:focus, 
body .lp_footernewtop .gform_wrapper .gform_page_footer input[type=submit]:focus, 
body .lp_footernewtop .gform_wrapper .gform_footer .gform_button:hover, 
body .lp_footernewtop .gform_wrapper .gform_footer .gform_button:focus {
    border-color: #eedabe!important;
}
body .lp_footernewtop .gform_wrapper div.validation_error {
    color: #0f3f62!important;
    font-weight: 600!important;
    border-color: #bdbdbd!important;
    background-color: #eee5d7!important;
}
@media screen and (min-width: 1200px){
    .container {
        max-width: 1130px;
    }
}
@media screen and (max-width: 1199px){
    .top_newbanner h1 {
        font-size: 40px; 
    }
    .lp_dr,.lp_testimonials {
        padding: 60px 0;
    }
    .lp_dr h2 {
        padding-bottom: 80px; 
    }
    .lp_dr h2:before {
        height: 60px;
    }
    .logobox {
        max-width: 100%;
        margin-top: 0;
    }
    .testimonials_box {
        margin-bottom: 60px; 
    }
    .followingareas_box h3 {
        margin-bottom: 30px; 
    }
    .lp_footernewtop {
        border-bottom-width: 60px; 
    }
    .footernewtoptext h2 {
        font-size: 30px;
    }
}
@media screen and (max-width: 991px){
    .top_newbanner h1 {
        font-size: 30px;
    }
    .top_newbanner p {
        font-size: 12px!important;
    }
    .bottom_newbanner {
        padding: 55px 0 24px;
    }
    .bottom_newbanner .followupbtn {
        max-width: 330px;
        margin-left: 15px;
    }
    .lp_dr, .lp_testimonials {
        padding: 40px 0;
    }
    .lp_dr h2 {
        font-size: 24px;
    }
    .lp_dr .drtext h3,
    .lp_dr .drtext p {
        margin-bottom: 20px; 
    }
    .lp_dr .drtext p {
        font-size: 12px !important;
    }
    .lp_dr .drtext h4 {
        font-size: 18px;
        line-height: 1.5;
    }
    .testimonials_box {
        margin-bottom: 40px;
    }
    .testimonials_box p {
        font-size: 14px!important;
    }
    .followingareas_box h3 {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 1.5;
    }
    .procedurbox li {
        margin-top: 20px; 
    }
    .procedurbox li h4 {
        margin: 20px 0 0;
        font-size: 14px;
    }
    .footernewtoptext h2 {
        font-size: 25px;
    }
    .lp_newform {
        padding: 30px 20px 35px;
    }
    .lp_newform h3 {
        font-size: 20px;
    }
    .lp_footerbootom1 p{
        font-size: 12px;
    }
}
@media screen and (max-width: 767px) {
    .top_newbanner  {
        padding-bottom: 30px;
        text-align: center;
    }
    .top_newbanner .row>div,
    .lp_dr .row>div,
    .lp_footernewtop .row>div {
        width: 100%;
    }
    .top_newbanner .row>div:nth-child(1) {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: 0;
        order: 0;
    }
    .top_newbanner .row>div:nth-child(1) img {
        margin: 0 auto 15px;
        position: relative;
        z-index: 10;
        width: 100%;
        max-width: 320px;
    }
    .top_newbanner p,
    .lp_dr .drtext p {
        font-size: 14px!important;
    }
    .bottom_newbanner {
        padding: 24px 0;
        text-align: center;
    }
    .bottom_newbanner .followupbtn {
        margin-left: 0;
        margin-top: 10px;
    }
    .lp_dr,
    .footernewtoptext {
        text-align: center;
    }
    .lp_dr h2 {
        padding-bottom: 70px;
        margin-bottom: 30px;
    }
    .lp_dr .drtext h4,
    .followingareas_box h3 {
        font-size: 20px;
    }
    .logobox {
        margin-top: 20px;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .logobox>div,
    .procedurbox li {
        width: 33.3333%;
    }
    .testimonials_box {
        margin-bottom: 30px;
    }
    .testimonials_box img {
        margin-bottom: 30px;
    }
    .lp_footernewtop {
        margin-top: 0;
    }
    .lp_newform {
        padding: 30px 35px 35px;
        margin: 0px auto -60px;
        float: none;
    }
}
@media screen and (max-width: 480px) {
    .top_newbanner h1,
    .footernewtoptext h2 {
        font-size: 24px;
    }
    .bottom_newbanner .followupbtn {
        font-size: 10px;
    }
    .logobox>div,
    .procedurbox li {
        width: 50%;
    }
    .lp_newform {
        padding: 24px 15px 30px;
    }
}