*, *:before, *:after {
    margin: 0;
    padding: 0;
    outline: none;
}
html {
    font-size: 10px;
}
body {
    overflow-wrap: break-word;
    line-height: 1.42857143;
    color: #46464e;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    text-rendering: optimizeLegibility;
}
.main-container {
    padding: 50px 0 60px;
    background-color: #fafafa;
}
.main-container h1 {
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    margin-bottom: 40px;
    margin-top: 0;
    line-height: 1.42857143;
    color: #555;
}
.main-container .row{font-size: 0;}
.col-wrap .inner-wrap {
    border-radius: 3px;
    border: 1px solid #e35c47;
    background-color: #ffffff;
    padding: 60px 15px 0;
    min-height: 250px;
}
.col-wrap {
    display: inline-block;
    vertical-align: top;
    float: none;
}
.icon {
    background-image: url(/wp-content/themes/genesis-sample/images/icons-contact.png);
    display: inline-block;
}
.main-container .icon {
    height: 55px;
    width: 58px;
    margin: 0 0 10px;
}
.msg-icon {
    background-position: -66px 0;
}
.main-container h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
}
.head-phoneicone {
    background-position: -130px 0;
}
.sitejabber-holer {
    padding: 50px 0 0;
}
.sitejabber-holer .icon {
    width: 174px;
    height: 141px;
    margin: 0;
    background-position: 0 -55px;
}
.contact-info{
    font-size: 13px;
    padding: 50px 0;
}
.contact-info h2, .contact-form h2 {
    width: 100%;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #46464e;
    font-size: 30px;
    line-height: 40px;
    margin-top: 0;
}
.contact-info p.info-text {
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto 40px;
    max-width: 750px;
    text-align: left;
}
.contact-info .col-wrap .inner-wrap {
    min-height: 290px;
    border-radius: 3px;
    border: 1px solid #e7e7e7;
    padding: 25px;
    color: #46464e;
    text-align: left;
}
.contact-info .color-orange {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    color: #f8a53b;
}
.contact-info .col-wrap .inner-wrap .color-orange+p {
    font-weight: 400;
    margin-bottom: 15px;
}
.timing-dtls {
    padding: 0 0 15px;
}
.timing-dtls p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
.timing-dtls p.times {
    font-weight: 400;
}
.col-wrap .inner-wrap a {
    font-size: 12px;
    font-weight: 500;
    color: #535057;
    line-height: 30px;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
}
.contact-info .col-wrap .inner-wrap .color-orange+p a {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}
.col-wrap .inner-wrap a:hover {
    text-decoration: underline;
}
.contact-form {
    padding: 50px 0 60px;
    background-color: #fafafa;
}
.contact-form p {
    max-width: 440px;
    margin: 0 auto 40px;
    font-size: 14px;
}
.rnformSection {
    max-width: 750px;
    margin: 0 auto;
}
.form-group {
    margin-bottom: 20px;
    position: relative;
}
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.err-star {
    position: absolute;
    right: -10px;
    top: 5px;
    color: Red;
    font-size: 14px;
}
.btn-orange, .btn-orange:hover, .btn-orange:active, .btn-orange:focus {
    height: 40px;
    border-radius: 3px;
    background-color: #e35c47;
    border-color: #e35c47;
    color: #fff;
    /* text-transform: uppercase; */
}
.btn-orange {
    margin-top: 10px;
}
.btn-md {
    min-width: 182px;
    min-height: 35px;
}
.gdpr-section {
    max-height: 132px;
    background-color: #fff;
    text-align: center;
    padding: 57px 0;
}
.gdpr-section a {
    color: #f8a53b;
    font-weight: 600;
    text-decoration: underline;
    font-size: 16px;
}
.contact-form textarea.form-control {
    width: 100%;
    max-height: 144px;
    min-height: 144px;
    border-radius: 3px;
    border: 1px solid #dddddd;
    resize: none;
    background-color: #ffffff;
}
::-webkit-input-placeholder {
    color: #bbb!important;
    text-overflow: ellipsis;
}   
.main-container .inner-wrap p{margin-bottom: 0;}
.err-email{
    color: Red;
    font-size: 14px;
}
.gdpr-section a:hover {
    cursor: pointer;
}
.contact-form .thanks-message{
    display: none;
}
.contact-form .thanks-message h3 {
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
    margin: 0 0 20px;
}
.contact-form .thanks-message p {
    text-align: center;
    color: #0b80e0;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    max-width: inherit;
}


/*new contact-page design*/
.de .sitejabber-holer {
    padding-top: 0;
}
.pt .sitejabber-holer img, .de .sitejabber-holer img, .it .sitejabber-holer img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    width: auto;
}
.pt .sitejabber-holer img:not(:last-of-type), .de .sitejabber-holer img:not(:last-of-type), .it .sitejabber-holer img:not(:last-of-type) {
    margin-right: 40px;
}
.pt .sitejabber-holer .introduction_description, .de .sitejabber-holer .introduction_description {
    font-family: Montserrat,sans-serif;
    font-size:16px;
    margin-top:30px
}
.pt .main-container, .de .main-container {
    height:100%;
    background: url(/wp-content/uploads/sites/6/2021/03/contact-intro-background.jpg) no-repeat 50%/cover;
    text-align: center;
    padding-bottom:0;
}
.sidebar.sidebar-primary .col-xs-12{
    padding:0 35px;
}
.sidebar.sidebar-primary .contact-form .contact-form-sec h2{
    text-align:left;
}
.sa .sidebar.sidebar-primary .contact-form .contact-form-sec h2{
    text-align: right;
}
.sidebar.sidebar-primary .contact-form .contact-form-sec #btnSubmitLSR{
    width:100%;
}
.contact_introduction_wrap{
    height: 100%;
    background: url(/wp-content/uploads/sites/6/2021/03/contact-intro-background.jpg) no-repeat 50%/cover;
    text-align: center;
}
.contact_introduction_wrap img{
    width:196px;
}
.contact_introduction_wrap .introduction_title {
    padding-top:50px;
    font-size:40px;
    font-family: Montserrat,sans-serif;
    line-height: 1.3;
    margin-bottom:30px;
    font-weight: 300;
    color: #555;
}
.contact_introduction_wrap .introduction_description {
    font-family: Montserrat,sans-serif;
    font-size:16px;
    margin-top:30px
}
.contact_form_wrap{
    background-color: #fafafa;
    padding-top: 50px;
}
.contact_form_wrap .contact-form{
    padding: 20px 0 60px;
}
.contact_form_wrap .contact_left_heading {
    font-family: Montserrat,sans-serif;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 500;
 }
 .contact_form_wrap .info-text {
     margin-bottom:30px;
     line-height:30px;
     font-size:16px;
     max-width: 100%;
 }
 .contact_form_wrap .adress img{
    width:15px;
    margin-right: 10px;
    margin-top: 6px;
    position: absolute;
}
.contact_form_wrap .adress_wrap{
    display:flex;
}
.contact_form_wrap .adress_wrap .region {
    margin-bottom: 30px;
    font-size: 16px;
}
.contact_form_wrap .adress .adress_time p.adress_day {
    font-size: 18px;
}
.contact_form_wrap .adress{
    flex: 1;
}
.contact_form_wrap .adress .adress_time {
    font-size: 16px;
    position: relative;
    margin-left: 24px;
}
.contact_form_wrap .adress .adress_time-items p a{
    color: #46464e;
    vertical-align: middle;
}.contact_form_wrap .adress .adress_time-items p a:hover{
    color: #46464e;
}
.contact_form_wrap .adress .adress_hours{
    opacity:0.6;
}
.contact_form_wrap .sidebar.sidebar-primary .container{
    width:100%;
}
.contact_form_wrap .sidebar.sidebar-primary .row{
    margin:0;

}
.pt .gdpr-section, .de .gdpr-section {
    padding:25px 0;
    text-align: left;
}
.pt .gdpr-section .faq-link, .de .gdpr-section .faq-link {
    color: #2380be;
    text-decoration: none;
}
.pt .gdpr-section .faq-link:hover, .de .gdpr-section .faq-link:hover {
    text-decoration: underline;
}
.de .contact_form_wrap .contact_left_heading {
    margin-top: 20px;
    font-size: 30px;
}
.de .adress_time-items p, .de .sitejabber-holer .introduction_description {
    margin-bottom: 10px;
}
.de .main-container h1 {
    font-size: 4.5rem;
 }
.new-joshua-header-seo.sem-seo-header .header-left .logo-img{
    vertical-align: middle;
}
.new-joshua-header-seo.sem-seo-header .header-right .fa-icon{
    vertical-align: middle;
}
.footer-joshua .title{
    margin:0;
}
.footer-joshua .footer-logo{
    vertical-align: middle;
}
 body.page-template-lclite-contact-us-p1p-template{
    font-family: 'Roboto',sans-serif;
}
.contact_right_content .col-xs-12 {
    padding: 0 35px;
    border-left: 1.5px solid #efefef;
}
.contact_form_wrap .contact_right_content .container {
    width: 100%;
}
.contact_form_wrap .contact_right_content .row {
    margin: 0;
}
.contact_right_content .contact-form .contact-form-sec h2 {
    text-align: left;
}
.contact_right_content .contact-form .contact-form-sec #btnSubmitLSR {
    width: 100%;
}
.page-template-lclite-contact-us-p1p-template .banner-top{
    position: relative;
    background-color: #18518D;
    height: 320px;
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-template-lclite-contact-us-p1p-template .contact-banner-heading{
    width: 58.33333333%;
    padding: 50px 15px;
}
.page-template-lclite-contact-us-p1p-template .contact_hero_title {
    font-family: 'Frank Ruhl Libre',serif;
    font-weight: 900;
    font-size: 48px;
    line-height: 60px;
    color: #fff;
    margin-bottom: 20px;
    margin-top:0;
}
.page-template-lclite-contact-us-p1p-template .contact_hero_descriptions {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
}
.page-template-lclite-contact-us-p1p-template .contact-banner-img{
    position: absolute;
    top: 0;
    right: 0;
    height: 320px;
}
.page-template-lclite-contact-us-p1p-template .contact_form_wrap .container{
    width:100%;
}
.page-template-lclite-contact-us-p1p-template .content-sidebar-wrap{
    display: flex;
    margin: 0 auto;
    max-width: 1170px;
    padding: 0 15px;
}
.page-template-lclite-contact-us-p1p-template .content{
    width: 58.33333333%;
}
.page-template-lclite-contact-us-p1p-template .sidebar.sidebar-primary{
    width: 41.66666667%;
    padding-right: 15px;
    padding-left: 15px;
}
.page-template-lclite-contact-us-p1p-template .sidebar.sidebar-primary .contact-form .container{
    width:100%;
}
.page-template-lclite-contact-us-p1p-template .contact_form_wrap{
    background-color: #fff;
    padding-top: 0;
}
.page-template-lclite-contact-us-p1p-template .contact-form{
    background-color: #fff; 
    padding: 0 35px; 
}

 .page-template-lclite-contact-us-p1p-template .form-group select {
    background: url('https://qa-wp.livecareer.nl/wp-content/themes/genesis-sample/images/lc-lite-arrow.svg');
    background-repeat: no-repeat;
    background-position: right 15px center;
}
.page-template-lclite-contact-us-p1p-template .form-group select{
    position:relative;
    appearance:none;
}

.page-template-lclite-contact-us-p1p-template .contact_form_wrap .contact_left_heading {
    line-height: 36px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 30px;
    color: #000;
}
.page-template-lclite-contact-us-p1p-template .contact_left_content h3{
    font-size:18px;
    font-family: 'Roboto', sans-serif;
    line-height: 28px;
    font-weight: 700;
    color:#000;
    margin-top: 10px;
}

.page-template-lclite-contact-us-p1p-template .contact_left_content p{
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color:#000;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.page-template-lclite-contact-us-p1p-template .contact_form_wrap .adress .adress_hours {
    opacity: 1;
    font-size:30px;
    line-height:35px;
    font-weight:700;
    margin-top: -10px;
}
.page-template-lclite-contact-us-p1p-template .sitejabber-holer img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    width: auto;
}
.page-template-lclite-contact-us-p1p-template .sitejabber-holer img:not(:last-of-type) {
    margin-right: 40px;
}
.page-template-lclite-contact-us-p1p-template .gdpr-section {
    max-height: 132px;
    background-color: transparent;
    text-align: left;
    display: flex;
    padding: 60px 0;
}
.page-template-lclite-contact-us-p1p-template .gdpr-section .faq-link {
    color: #2380be;
    text-decoration: none;
}
.page-template-lclite-contact-us-p1p-template .form-group select:required:invalid {
    color: #000;
    font-weight:400;
    font-family: 'Roboto', sans-serif;
}
.page-template-lclite-contact-us-p1p-template .sidebar.sidebar-primary .contact-form .contact-form-sec h2 {
    line-height: 36px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 24px;
    color: #000;
    font-family: 'Roboto',sans-serif;
}
.page-template-lclite-contact-us-p1p-template .faq-content-wrap{
    margin-top:50px;
}
.page-template-lclite-contact-us-p1p-template .contact_form_wrap .adress .adress_time{
    margin-top: -10px;
}
.page-template-lclite-contact-us-p1p-template .contact_form_wrap .adress_wrap .region{
    display:none;
}
.page-template-lclite-contact-us-p1p-template .contact-form .info-text{
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color:#000;
    line-height: 28px;
    max-width: 100%;
}
.page-template-lclite-contact-us-p1p-template .form-group{
    margin-bottom: 35px;
}
.page-template-lclite-contact-us-p1p-template label.form-group-label {
    font-size: 10px;
    font-family: 'Roboto', sans-serif;
    line-height: 11px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
}
.gr.page-template-lclite-contact-us-p1p-template label.form-group-label,
.no.page-template-lclite-contact-us-p1p-template label.form-group-label,
.se.page-template-lclite-contact-us-p1p-template label.form-group-label {
    text-transform: inherit;
}

.page-template-lclite-contact-us-p1p-template .sidebar.sidebar-primary .contact-form .contact-form-sec #btnSubmitLSR {
    background: #FF6D05;
    border-color: #FF6D05;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing: 0.39px;
}
.no.page-template-lclite-contact-us-p1p-template .sidebar.sidebar-primary .contact-form .contact-form-sec #btnSubmitLSR{
    text-transform: uppercase;
}
.page-template.page-template-lclite-contact-us-p1p-template.se .sidebar.sidebar-primary .contact-form .contact-form-sec #btnSubmitLSR{
    text-transform: inherit;
}
.page-template-lclite-contact-us-p1p-template .form-control{
    border: 1px solid #b9b9b9;
    border-radius: 0;
}
.page-template-lclite-contact-us-p1p-template .contact-form textarea.form-control{
    border: 1px solid #b9b9b9;
    border-radius: 0;
    max-height: 170px;
    min-height: 170px;  
}
.page-template-lclite-contact-us-p1p-template .gdpr-section .container{
    padding:0;
}
.page-template-lclite-contact-us-p1p-template .contact-faq-heading{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}
.page-template-lclite-contact-us-p1p-template .contact-faq-heading .faq-heading{
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 700;
    color: #000;
}
.page-template-lclite-contact-us-p1p-template .contact-faq-heading p{
    font-size: 16px;
    line-height: 26px;
    margin:0;
}
.page-template-lclite-contact-us-p1p-template .contact-faq-heading p a{
    color:#006AD0;
}
.page-template-lclite-contact-us-p1p-template .contact_left_content .faq-list{
    list-style: none;
}
.page-template-lclite-contact-us-p1p-template .contact_left_content .faq-list li{
    background: #f7f7f7;
    padding: 20px 24px;
    margin: 10px 0;
    border-radius: 5px;
}
.page-template-lclite-contact-us-p1p-template .contact_left_content .faq-list li h3:after{
    content: '\2b';
    font-size: 40px;
    color: #000;
    position: absolute;
    font-weight: 400;
    right: 0;
}
.page-template-lclite-contact-us-p1p-template .contact_left_content .faq-list li.active h3:after{
    content: "\2212";
}
.page-template-lclite-contact-us-p1p-template .contact_left_content .faq-list li h3{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    position: relative;
}
.page-template-lclite-contact-us-p1p-template .contact_left_content h4{
    font-size: 18px;
    font-family: 'Roboto',sans-serif;
    color: #000;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.page-template-lclite-contact-us-p1p-template .contact_left_content .faq-list li p,.page-template-lclite-contact-us-p1p-template .contact_left_content .faq-list li h4,.nl .contact_left_content .faq-list li ul,.nl .contact_left_content .faq-list li ol{
    display:none;
}
.page-template-lclite-contact-us-p1p-template .contact_left_content .faq-list li.active p,.page-template-lclite-contact-us-p1p-template .contact_left_content .faq-list li.active h4,.nl .contact_left_content .faq-list li.active ul,.nl .contact_left_content .faq-list li.active ol{
    display:block;
}
.page-template-lclite-contact-us-p1p-template .contact_left_content .faq-list li ol,.nl .contact_left_content .faq-list li ul{
    margin-left:30px;
}
.page-template-lclite-contact-us-p1p-template .contact_left_content .faq-list li ul li,.nl .contact_left_content .faq-list li ol li{
    background: transparent;
    padding: 0;
    margin: 15px 0;
    padding-left: 5px;
    color:#000;
    list-style: disc;
}
.page-template-lclite-contact-us-p1p-template .sidebar.sidebar-primary .col-xs-12 {
    padding: 30px;
    border: 1px solid #B9B9B9;
}
.page-template-lclite-contact-us-p1p-template .sitejabber-holer{
    display: flex;
    justify-content: space-between;
    padding: 0;
}
.page-template-lclite-contact-us-p1p-template .contact-sitejabber h2{
    font-size: 30px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-top: 60px;
    margin-bottom: 40px;
}
.page-template-lclite-contact-us-p1p-template .sitejabber-winner-wrap {
    display: flex;
    flex-direction: column;
    background: #F7F7F7;
    flex: 1;
    align-items: center;
    padding: 25px;
}
.page-template-lclite-contact-us-p1p-template .sitejabber-winner-wrap:first-of-type {
    margin-right: 30px;
}
.page-template-lclite-contact-us-p1p-template .sitejabber-winner-wrap span{
    margin-top:20px;
}
.page-template-lclite-contact-us-p1p-template .sitejabber-winner-wrap p{
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 0;
}
.page-template-lclite-contact-us-p1p-template .sitejabber-winner-wrap h3{
    font-weight: 700;
    color: #000;
    margin: 0;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-top: 10px;
}
.ro.page-template-lclite-contact-us-p1p-template .sitejabber-winner-wrap h3{
    text-transform: inherit;
}
.sa .banner-top,
.sa .site-inner{
    direction: rtl;
}
.hu.page-template-lclite-contact-us-p1p-template label.form-group-label,
.cz.page-template-lclite-contact-us-p1p-template label.form-group-label,
.sk.page-template-lclite-contact-us-p1p-template label.form-group-label,
.ro.page-template-lclite-contact-us-p1p-template label.form-group-label,
.fi.page-template-lclite-contact-us-p1p-template label.form-group-label{
    text-transform: unset;
}
.sa .contact_form_wrap .adress .adress_time{
    margin: 0 24px 0 0;
}
.sa .contact_form_wrap .adress img {
    margin-right: 0;
    margin-top: 4px;
}
.sa .sidebar.sidebar-primary .contact-form .contact-form-sec #btnSubmitLSR {
    text-transform: uppercase;
}
.sa.page-template-lclite-contact-us-p1p-template .form-group select {
    background-position: left 15px center;
}
.ro .footer-joshua .joshua-list li a{
    text-wrap: nowrap;
}
.no .sem-seo-header .header-right .nav-links a{
    text-transform: uppercase;
}
.sa{
    direction: rtl;
}
.sa .new-joshua-header-seo .custom-container .row {
    display: flex;
}
.sa .footer-btm-left{
    width: 100%;
}
@media (min-width:768px){
    .sa.page-template-lclite-contact-us-p1p-template .sitejabber-winner-wrap:first-of-type {
        margin: 0 0 0 30px;
    }
    .sa .new-joshua-header-seo .custom-container .row .pull-right {
        float: none !important;
        width: 100%;
    }
}
@media (min-width:992px){
    .sa.page-template-lclite-contact-us-p1p-template .contact-banner-img {
        left: 0px;
        right: unset;
    }
}
@media (max-width: 1139px) {
    .page-template-lclite-contact-us-p1p-template .contact-banner-img img{
        width: 440px;
        height: 320px;
    } 
    .page-template-lclite-contact-us-p1p-template .content-sidebar-wrap {
        display: flex;
        margin: 0 auto;
        max-width: 970px;
        padding: 0 15px;
    }
    .page-template-lclite-contact-us-p1p-template .contact-form {
        background-color: #fff;
        padding: 0 35px;
        padding-right: 0;
    }
    .page-template-lclite-contact-us-p1p-template .sidebar.sidebar-primary {
        padding-right: 0;
        padding-left: 0;
    }
    
}
@media (max-width: 1023px){
    .page-template-lclite-contact-us-p1p-template .banner-top{
        display: block;
    }
}
@media (max-width: 992px){
    .col-wrap .inner-wrap {
        margin-bottom: 30px;
    }
    .contact-info .col-wrap:last-child .inner-wrap, .col-wrap:last-child .inner-wrap {
        margin-bottom: 0;
    }
    .col-wrap{display: block;
    }
    .sidebar.sidebar-primary .col-xs-12 {
        padding: 0;
        border-left: 0;
    }
    .pt .contact-form, .de .contact-form {
        padding:40px 0;
    }
    .contact_form_wrap .contact_right_content .container {
        padding: 0;
    }
    .contact_right_content .col-xs-12 {
        padding: 0;
        border-left: 0;
    }
    .contact_form_wrap .sidebar.sidebar-primary .container {
        padding: 0;
    }
    .footer-joshua .row.row-max-width .col-sm-2{
        width: 25%;
    }
    .page-template-lclite-contact-us-p1p-template .content {
        width: 100%;
    }
    .page-template-lclite-contact-us-p1p-template .contact-banner-heading{
        width:100%;
    }
    .page-template-lclite-contact-us-p1p-template .sidebar.sidebar-primary {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    .page-template-lclite-contact-us-p1p-template .contact-form {
        background-color: #fff;
        padding: 0;
    }
    .page-template-lclite-contact-us-p1p-template .content-sidebar-wrap {
        display: block;
        max-width: 100%;
        padding: 0px 30px;
    }
    .page-template-lclite-contact-us-p1p-template .contact-form{
        padding: 30px 0 60px;
    }
    .page-template-lclite-contact-us-p1p-template .banner-top{
        height: 470px;
        margin-bottom: 235px;
    }
    .page-template-lclite-contact-us-p1p-template .contact-banner-img {
        position: absolute;
        top: 53%;
        width: 92%;
        left: 30px;
    }
    .page-template-lclite-contact-us-p1p-template .contact-banner-img img{
        width:100%;
        height:auto;
    }
    .page-template-lclite-contact-us-p1p-template .contact_hero_title{
        text-align: center;
    }
    .page-template-lclite-contact-us-p1p-template .contact_hero_descriptions{
        text-align: center; 
    }
}
@media (max-width: 767px){
    .main-container h1 {
        font-size: 38px;
        line-height: 50px;
        text-align: left;
    }
    .col-wrap .inner-wrap {
        margin-bottom: 20px;
    }
    .main-container{
        padding: 35px 10px 0;
    }
    .contact-form{padding: 40px 10px;}
    .sitejabber-holer {
        padding: 30px 0 0;
    }
    .pt .sitejabber-holer img:not(:last-of-type), .de .sitejabber-holer img:not(:last-of-type), .it .sitejabber-holer img:not(:last-of-type) {
        display: block;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .contact-info h2, .contact-form h2 {
        text-align: left;
    }
    .contact-info p.info-text, .contact-form p {
        margin-bottom: 30px;
    }
    .contact-form p {
        width: 100%;
    }
    .contact-info {
        padding: 40px 10px;
    }
    .contact-info .col-wrap:last-child .inner-wrap, .col-wrap:last-child .inner-wrap {
        margin-bottom: 0;
    }
    .contact-info .col-wrap .inner-wrap {
        min-height: auto;
        padding: 20px;
    }
    .gdpr-section {
        max-height: auto;
        padding: 35px 0;
    }
    .contact-form .thanks-message h3 {
        font-size: 28px;
        line-height: 32px;
        margin: 0 0 10px;
    }
    .contact-form .thanks-message p {
        font-size: 16px;
        line-height: 24px;
    } 
    .contact_form_wrap .adress_wrap {
        display: block;
    } 
    .pt .main-container, .de .main-container {
        padding-top:100px;
    }
    .de .main-container h1 {
     text-align: center;
    }
    .page-template-lclite-contact-us-p1p-template .sitejabber-holer{
        text-align: center;
    }
    .page-template-lclite-contact-us-p1p-template .sitejabber-holer img:not(:last-of-type) {
        display: block;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .page-template-lclite-contact-us-p1p-template .contact_hero_title{
        font-size: 38px;
        line-height: 48px;
    }
    .page-template-lclite-contact-us-p1p-template .contact_hero_descriptions {
        font-size: 18px;
        text-align: left;
    }
    .page-template-lclite-contact-us-p1p-template .contact_hero_descriptions br{
        display:none;
    }
    .page-template-lclite-contact-us-p1p-template .contact-banner-heading{
        padding: 40px 30px;
    }
    .page-template-lclite-contact-us-p1p-template .contact-form {
        padding: 0px 0 60px;
    }
    .page-template-lclite-contact-us-p1p-template .banner-top {
        height: auto;
        margin-bottom:0px;
    }
    .page-template-lclite-contact-us-p1p-template .site-inner{
        margin-top: 40px;
    }
    .page-template-lclite-contact-us-p1p-template .contact_hero_title{
        font-weight: 700;
    }
    .page-template-lclite-contact-us-p1p-template .sidebar.sidebar-primary .col-xs-12 {
        padding: 0;
        border: none;
        border-top: 1px solid #B9B9B9;
        padding-top: 50px;
    }
    .page-template-lclite-contact-us-p1p-template .contact-banner-img {
        position: static;
        padding: 0 30px;
        width:100%;
        height: auto;
        padding-bottom: 40px;
    }
    .footer-joshua .row.row-max-width .col-sm-2 {
        width: 100%;
    }
    .page-template-lclite-contact-us-p1p-template .contact-info .title-para br{
        display: none;
    }
    .page-template-lclite-contact-us-p1p-template .gdpr-section .container{
        padding:0;
    }
    .page-template-lclite-contact-us-p1p-template .contact-faq-heading .faq-heading{
        font-size: 24px;
    }
    .page-template-lclite-contact-us-p1p-template .contact-faq-heading{
        display: block;
    }
    .page-template-lclite-contact-us-p1p-template .faq-content-wrap{
        position: relative;
        padding-bottom: 70px;
        margin-top: 30px;
    }
    .page-template-lclite-contact-us-p1p-template .contact-sitejabber h2{
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .page-template-lclite-contact-us-p1p-template .contact-faq-heading p {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
    }
    .page-template-lclite-contact-us-p1p-template .sitejabber-holer {
        display: block;
    }
    .page-template-lclite-contact-us-p1p-template .sitejabber-winner-wrap:first-of-type {
        margin-bottom: 30px;
        margin-right: 0;
    }
    .page-template-lclite-contact-us-p1p-template .contact_left_content .faq-list li{
        position: relative;
    }
    .page-template-lclite-contact-us-p1p-template .contact_left_content .faq-list h3:after{
        display:none;
    }
    .page-template-lclite-contact-us-p1p-template .contact_left_content .faq-list h3{
        position:static;
        max-width: 220px;
    }
    .page-template-lclite-contact-us-p1p-template .contact_left_content .faq-list li.active h3:after {
        display:none;
    }
    .page-template-lclite-contact-us-p1p-template .contact_left_content .faq-list li ol li:after,.page-template-lclite-contact-us-p1p-template .contact_left_content .faq-list li ul li:after{
        display:none;
    }
    .page-template-lclite-contact-us-p1p-template .contact_left_content .faq-list li:after {
        content: '\2b';
        font-size: 40px;
        color: #000;
        position: absolute;
        font-weight: 400;
        right: 20px;
        top: 15px;
    }
    .page-template-lclite-contact-us-p1p-template .contact_left_content .faq-list li.active:after {
        content: "\2212";
    }
    .sa .new-joshua-header-seo .custom-container .row .pull-right {
        padding: 0;
        left: 0;
        right: unset;
    }
    .sa .sem-seo-header .header-left{
        width: 100%;
    }
}
@media only screen and (min-width: 768px) { 
 .de .main-container h1 {
    font-size: 6rem;
 }
 .new-joshua-header-seo .col-sm-12{
    float:left;
}
.footer-joshua .row.row-max-width .col-sm-3{
    width:25%;
    float: left;
}
.footer-joshua .row.row-max-width .col-sm-2{
    width: 19%;
    float: left;
}
}




