body {
    margin: 0px;
    padding: 0px;
    font-family: sans-serif !important;
}
input[type=radio], input[type=checkbox] {

    /* Hide original inputs */
    visibility: hidden;
    position: absolute;
}
input[type=radio] + label:before, input[type=checkbox] + label:before {
    height: 12px;
    width: 12px;
    margin-right: 2px;
    content: " ";
    display: inline-block;
    vertical-align: baseline;
    border: 1px solid #777;
}
input[type=radio]:checked + label:before, input[type=checkbox]:checked + label:before {
    background: #34a9f6;
}

/* CUSTOM RADIO AND CHECKBOX STYLES */
input[type=radio] + label:before {
    border-radius: 50%;
}
input[type=checkbox] + label:before {
    border-radius: 2px;
}
@font-face {
    font-family: "Museo Sans W01 Rounded 500";
    src: url("../fonts/Museo Sans W01 Rounded 500.eot"); /* IE9*/
    src: url("../fonts/Museo Sans W01 Rounded 500.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Museo Sans W01 Rounded 500.woff2") format("woff2"), /* chrome、firefox */
    url("../fonts/Museo Sans W01 Rounded 500.woff") format("woff"), /* chrome、firefox */
    url("../fonts/Museo Sans W01 Rounded 500.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../fonts/Museo Sans W01 Rounded 500.svg#Museo Sans W01 Rounded 500") format("svg"); /* iOS 4.1- */
}
.lp_headerimg {
    width: 100%;
    background: #fff;
    text-align: center;
}
.lp_headerimg img {
    width: 100%;
}
.lp_row {
    width: 100%;
}
.lp_container {
    max-width: 1060px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.clearboth {
    clear: both;
}
.lp_top_shadow {
    box-shadow: 4px 1px 9px #CCC;
}
.lp_form_bg {
    width: 100%;
    background: url("../images/banner-bg.jpg");
    background-size: cover;
    background-position: center;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 64px;
}
h5 {
    font-size: 1.64rem;
    line-height: 1.804rem;
    margin: .82rem 0 .656rem;
}
input[type=date]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=search]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=url]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: #34a9f6 solid #26a69a;
    box-shadow: none;
}
.lp_banner_text {
    width: 50%;
    float: left;
    padding-top: 7%;
}
.lp_banner_form {
    width: 45%;
    float: right;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 1px 1px 5px #000;
}
.lp_banner_form fieldset {
    border: none !important;
    padding-left:
}
.lp_banner_form input {
    width: 100%;
    height: 42px;
    border-radius: 10px;
    border: 1px solid #5ebfff;
    padding-left: 15px;
    margin-top: 12px;
}
.lp_banner_form input[type=radio] {
    width: 16px;
    float: left;
    height: 12px;
    margin-left: 0px;
}
.lp_banner_form input[type=checkbox] {
    width: 16px;
    float: left;
    height: 12px;
    margin-left: 10px;
}
.lp_banner_form select {
    width: 100%;
    height: 38px;
    border-radius: 10px;
    border: 1px solid #5ebfff;
    padding-left: 10px;
    margin-top: 4px;
}
.lp_banner_form option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 15px 1px;
}
.styled-select.slate {
    background: url(../images/arow.png) no-repeat right center;
    width: 100%;
}
.styled-select {
    background: url() no-repeat 96% 0;
    height: 29px;
    overflow: hidden;
    width: 240px;
}
.styled-select.slate select {
    border: 1px solid #ccc;
    font-size: 16px;
    height: 34px;
    width: 100%;
}
.pull-left {
    float: left;
}
.pad_l_0 {
    padding-left: 0px;
    padding-top: 10px;
}
.lp_banner_form label {
    font-size: 13px;
    color: #515151;
    padding-left: 5px;
    font-weight: 600;
    margin-right: 13px;
    display: none;
}
.lp_banner_form .submit_new {
    background-color: #4caf50;
    font-size: 24px;
    font-weight: 600;
    border-radius: 8px;
    height: 60px;
    padding: 10px 25px;
    line-height: 9px;
    color: #fff;
    border: none;
    cursor: pointer;
    margin: 0px;
    width: 95%;
    text-transform: uppercase;
}
.lp_banner_form .submit_new:hover {
    box-shadow: 1px 1px 5px #ccc;
}
.lp_banner_form .control {
    margin-bottom: 15px;
    text-align: center;
}
.lp_banner_head {
    font-size: 43px;
    text-align: left;
    text-shadow: 0 0px 18px rgba(0, 0, 0, .5);
    color: #fff;
    font-family: 'Museo Sans W01 Rounded 500';
    margin: 0px;
    font-weight: bold;
}
.lp_banner_con {
    font-size: 20px;
    text-align: left;
    text-shadow: 0 0px 18px rgba(0, 0, 0, .5);
    color: #fff;
    font-family: 'Museo Sans W01 Rounded 500';
    line-height: 36px;
}
.lp_form_head {
    width: 100%;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold;
    color: #515151;
    font-size: 24px;
}
.lp_first_name {
    width: 47%;
    float: left;
}
.lp_last_name {
    width: 47%;
    float: right;
}
.lp_content_head {
    font-size: 28px;
    font-weight: bold;
    color: #2a2a2a;
    text-align: center;
    padding-top: 78px;
    padding-bottom: 20px;
}
.lp_box_1 {
    width: 30%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 35px;
    padding-top: 35px;
}
.content_bg {
    background: #efefef;
}
.lp_img_p {
    width: 100%;
    float: left;
}
.r_img {
    width: 100%;
    float: left;
    text-align: center;
}
.r_content_head {
    font-size: 22px;
    color: #3c3c3c;
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
.r_content_content {
    font-size: 16px;
    color: #3c3c3c;
    text-align: center;
    width: 100%;
    float: left;
    line-height: 28px;
}
.text-center {
    text-align: center;
}
.lp_sub_head {
    width: 100%;
    text-align: center;
}
.lp_roundicon {
    width: 135px;
    height: 135px;
    text-align: center;
    border-radius: 70px;
    border: 1px solid #5ebfff;
    margin: 0 auto;
}
.lp_roundicon img {
    margin-top: 36px;
}
.lp_video_div {
    padding-top: 50px;
    padding-bottom: 50px;
}
.lp_video_div iframe {
    position: absolute;
    top: 31px;
    left: 100px;
    height: 354px;
    width: 556px;
}
.lp_video_div iframe {
    position: absolute;
    top: 31px;
    left: 100px;
    height: 354px;
    width: 556px;
}
.frame_custom {
    position: absolute !important;
    top: 30px !important;
    left: 100px !important;
    height: 500px !important;
    width: 556px !important;
}
.lp_folow_bg {
    background: #5ebfff;
    padding-top: 15px;
    padding-bottom: 25px;
    font-size: 20px;
    color: #fff;
    line-height: 28px;
    font-weight: normal;
}
.lp_read_more {
    width: 177px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    margin: 0 auto;
    border: 1px solid;
    letter-spacing: 1px;
}
.lp_read_more a {
    color: #fff;
    text-decoration: none;
}
.lp_read_more:hover {
    background: #34a9f6;
    cursor: pointer;
}
.video_outer {
    max-width: 760px;
    margin: 0 auto;
    position: relative;
}

/* Slideshow container */
.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 0;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 13px;
    width: 13px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
.active, .dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
    text-align: center;
    width: 85%;
    margin: 0 auto;
    font-style: italic;
    line-height: 34px;
    font-size: 1.4rem;
    color: #2f2f2f;
    padding-bottom: 24px;
}
.quotes_p {
    padding-left: 20px;
}
@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}
@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}
.lp_testimonials {
    padding-top: 20px;
    padding-bottom: 45px;
}
.quotes-author .author img {
    width: 100%;
}
.quotes-author {
    width: 320px;
    border-radius: 46px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    display: table;
    margin: 0 auto;
    position: absolute;
    bottom: -81px;
    left: 0;
    right: 0;
    background: #fff;
}
.quotes-author .author {
    border-radius: 50%;
    height: 62px;
    width: 62px;
    overflow: hidden;
    float: left;
    border: 5px solid #fff;
}
.quotes-author span {
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    line-height: 24px;
}
@media only screen and (max-width:992px) {
    .lp_box_1 {
        width: 29%;
    }
}
@media only screen and (max-width:840px) {
    .video_outer {
        max-width: 550px;
    }
    .lp_video_div iframe {
        position: absolute;
        top: 22px;
        left: 73px;
        height: 256px;
        width: 402px;
    }
    .frame_custom {
        position: absolute !important;
        top: 23px !important;
        left: 73px !important;
        height: 256px !important;
        width: 402px !important;
    }
}
@media only screen and (max-width:580px) {
    .quotes-author {
        width: 280px;
    }
    .video_outer img {
        display: none;
    }
    .lp_video_div iframe {
        position: relative;
        top: 0px;
        left: 0px;
        height: 256px;
        width: 100%;
    }
    .frame_custom {
        position: relative !important;
        top: 0px !important;
        left: 0px !important;
        height: auto !important;
        width: 100% !important;
    }
}
@media only screen and (max-width:768px) {
    .lp_form_bg {
        margin-top: 25px;
    }
    .lp_banner_text {
        width: 100%;
    }
    .lp_banner_form {
        width: 100%;
        float: left;
        padding: 0px;
    }
    .lp_box_1 {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}