/*
  Theme Name: Bodyshop
  Theme URL: http://colsbodyshop.com.au  
  Description: 
  Author: Diana 
  Author URI: http://colsbodyshop.com.au  
  Version: 3.0 
 */





@charset "utf-8";
/* CSS Document */


* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}
img{
	height: auto;
}
.clear {
	clear: both;
}

body {
	font-family: 'Montserrat', sans-serif;
    font-size:18px;
	color: #393939;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 35px;
    color: #393939;
    margin-bottom: 30px;
    font-weight: 300;
}



/*====== top_header*/


.top_header {
    width: 100%;
    padding: 10px 0;
	background: #393a39;
}

.top_header_wrapper {
    width: 1140px;
    margin: 0 auto;
}

.top_header_mid {
    width: 100%;
    float: right;
}

.top_header_mid_left {
    width: 310px;
    float: left;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.5px;
}

.phone {
    background: url("images/phone.png")no-repeat left 8px;
    color: #fff;
    padding: 7px 0px 7px 30px;
    text-align: center;
}

.phone:hover {
       color: #eee;
}

.top_header_mid_right {
    float: right;
    font-size: 18px;
    width: 442px;
}

.clock {
    background: url("images/time.png")no-repeat left 8px;
    color: #fff;
    padding: 7px 0px 7px 30px;
    text-align: center;
    margin-left: 10px;
}







/*====== top_header*/




/*====== header*/


.header {
    width: 100%;
    padding: 7px 0;
    box-shadow: 0 10px 15px #eee;
}

.header_wrapper {
    width: 1140px;
    margin: 0 auto;
}

.header_mid {
    width: 100%;
    float: left;
}

.header_mid_left {
    width: 1064px;
    float: left;
}

.nav_res {
	display: none;
}

.header_mid_right_top {
    width: 400px;
    float: left;
}

.header_mid_right {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}


.top_nav_left {
    float: right;
    margin: 33px 0 0;
    padding: 0;
    width: 725px;
}
.top_nav_left ul {
    float: right;
}
.top_nav_left ul li {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    list-style: outside none none;
    float: left;
    font-weight: 500;
	position: relative;
}

.top_nav_left ul li a:hover {
	color:#0055a5;
}

.nav_res{
	display:none;
}

.top_nav_left ul li a {
    text-decoration: none;
    color: #7a7a7a;
    display: block;
    padding: 0px 13px;
	font-size: 18px;
}

.top_nav_left .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
}

.top_nav_left .sub-menu li a {
	text-decoration: none !important;
	color: #FFFFFF !important;
}

.top_nav_left ul li:hover > .sub-menu {
  display: block;
	width: 150px;
	padding: 10px 0px;
	background: #2155A0;
}

/* .top_nav_left li > a:after {
  content: '\25BC'; /* Unicode character for a down-pointing triangle */
  font-size: 0.6em;
  margin-left: 5px;
} */

.top_nav_left li.sub-menu > a:after {
  content: '\25BC'; /* Unicode character for a down-pointing triangle */
  /* Additional styles for the caret */
}


.logo {
    width: 184px;
    float: left;
    text-align: center;
}

/*====== header*/





/*====== footer_sec*/


.footer_sec {
    width: 100%;
    background: #393a39;
    padding: 40px 0;
	float:left;
}

.footer_sec_wrapper {
    width: 1140px;
    margin: 0 auto;
}

.footer_sec_mid {
    width: 100%;
    float: left;
}


.footer_logo {
    width: 210px;
    float: left;
}

.footer_sec_mid_left {
    width: 570px;
    float: left;
    margin-right: 70px;
}

.footer_nav_title {
    width: 100%;
    float: left;
    color: #fff;
    margin-bottom: 13px;
    font-weight: 500;
}
.footer_text p {
    width: 280px;
    float: right;
    color: #fff;
    font-size: 14px;
    line-height: 29px;
    margin-top: 0;
	font-weight: normal;
}

.footer_nav {
    float: left;
    width: 150px;
}

.footer_nav ul li {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    list-style: outside none none;
	letter-spacing:1px;
}

.footer_nav ul li a:hover {
	color:#ccc;
}

.footer_nav ul li a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 8px 0;
}

.footer_contact_sec {
    width: 300px;
    float: right;
    margin-right: 40px;
}

.address {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
    letter-spacing: 0px;
    line-height: 22px;
}

.address a{
    color: #fff;
}

.social_media{
	width:100%;
	float:left;
}

.phone_footer {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0px;
    margin-bottom: 7px;
}

.footer-menu {
    float: right;
}
.footer-menu li {
    display: inline-block;
    padding: 0px 10px 10px 0px;
}
.footer-menu li a {
    color: #393a39;
    font-weight: normal;
    border-right: 1px solid #393a39;
    line-height: 1px;
    padding-right: 10px;
}

.footer-menu li:last-child a {
    border: 0px;
    padding-right: 0;
}
.footer-menu li a:hover {
    text-decoration: underline;
}
.copyright_sec_mid {
    padding-top: 10px;
}

/*====== footer_sec*/





/*====== copyright_sec*/


.copyright_sec {
    width: 100%;
    background: #e7e9ea;
    padding: 10px 0;
	float: left;
}

.copyright_sec_wrapper {
    width: 1140px;
    margin: 0 auto;
}

.copyright_sec_mid {
    width: 100%;
    float: left;
    font-size: 14px;
	text-align: center;
}



/*====== copyright_sec*/


.customer-feedback .tesimonial_slider_row .setfloat.floatLeft {
    display: none !important;
}

.customer-feedback .tesimonial_slider_row .quotes_content::before, 
.customer-feedback .tesimonial_slider_row .quotes_content::after {
    content: none !important;
}

.customer-feedback .quotes_content {
    font-size: 16px;
    line-height: 30px;
    color: #393a39;
    font-weight: 500;
	text-align: center;
}
.customer-feedback blockquote {
    margin: 0 !important;
}

.customer-feedback .author_name {
    text-align: center !important;
    color: #0055A5 !important;
    font-size: 13px !important;
    font-family: "Montserrat", Sans-serif !important;
    font-weight: 500;
}

.customer-feedback .author_name::before {
    display: none;
}


.customer-feedback .bx-pager-link.active {
     background: #8d9092 !important;
}
.customer-feedback .bx-pager-link {
     background: #c6c7c8 !important;
}


.contact-form {
    width: 650px;
    margin: 0 auto;
    max-width: 100%;
}
.contact-form .contact-form-fields {
    float: left;
    width: 100%;
    margin-bottom: 8px;
}
.contact-form .contact-form-fields p {
    float: left;
    width: 48%;
    margin-right: 8px;
	margin-bottom: 0;
}
.contact-form .contact-form-fields p input {
    width: 100%;
    border-radius: 0;
    border: none;
    padding: 11px 7px;
    background: #e7e8ec;
    font-size: 16px;
    color: #393a39;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
}
.contact-form-fields textarea {
    height: 100px;
    width: 97%;
    border-radius: 0;
    border: none;
    padding: 6px 7px;
    background: #e7e8ec;
    font-size: 16px;
    color: #393a39;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
}
.contact-form .wpcf7-submit {
    background: #fff !important;
color: #0055A5 !important;
font-size: 18px !important;
font-family: 'Montserrat', sans-serif;
font-weight: 600;
width: 174px !important;
border-radius: ;
float: right;
padding: 10px 0 !important;
	cursor: pointer;
}

.contact-form label {
    display: none;
}


.rmp-trigger-icon {
    width: 100% !important;
    height: auto;
}
#rmp_menu_trigger-208 {
    cursor: pointer;
}
#rmp_menu_trigger-208 .rmp-trigger-box {
    width: auto !important;
    color: #fff;
}

.list-nav li {
    background: url("http://www.colsbodyshop.com.au/wp-content/uploads/2021/08/serv_nav.png");
    background-repeat: no-repeat;
    background-position: left 17px;
    padding: 0 10px;
}
.list-nav {
    list-style: none;
}
.contact-text .phone-text a {
    color: #393a39;
    font-family: "Montserrat", Sans-serif;
    font-weight: 500;
    font-size: 18px;
}
.contact-text .title {
    color: #0055a5;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 3px;
}
.phone-text p {
    margin-bottom: 0;
    font-size: 18px;
    font-family: "Montserrat", Sans-serif;
    color: #393a39;
    font-weight: 500;
    line-height: unset;
}
.contact-text .phone-text a:hover {
    color: #0055a5;
}
.top_nav_left ul li.current-menu-item a {
    color: #0055a5;
}

.faq-page .elementor-tab-title {
    padding: 33px 0 !important;
}
.faq-page .fas {
    font-size: 30px;
    font-weight: normal !important;
}
.faq-page .elementor-tab-content {
    padding-bottom: 45px;
}


.faq-nav, .faq-nav li ul {
    list-style: none;
}
.faq-nav li span {
      background: #0055a5;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    width: 41px;
    height: 41px;
    display: inline-block;
    padding: 0px 0 0px 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 44px;
    margin-right: 15px;
}
.faq-nav li ul {
    margin-left: 72px;
}





.faq-nav {padding:0; margin:0; counter-reset:my-awesome-counter; list-style:none;}
.faq-nav > li{
	text-align: left;
margin: 0 0 15px 0;
font-size: 18px;
font-weight: 500;
counter-increment: my-awesome-counter;
color: #fff;
position: relative;
padding: 0 0 0 52px;
	    line-height: 47px;
    font-family: "Montserrat", Sans-serif;

}
.faq-nav > li::before 
{
	
content: counter(my-awesome-counter) " ";
color: #fff;
font-size: 20px;
font-weight: 600;
margin-right: 20px;
top: 2px;
position: absolute;
left: -5px;
background: #0055a5;
width: 41px;
height: 41px;
border-radius: 50%;
text-align: center;
display: inline-block;
line-height: 44px;


}


/*====== online_sec*/


.online_sec {
    width: 100%;
    padding: 40px 0;
}

.online_sec_wrapper {
    width: 1140px;
    margin: 0 auto;
}

.online_sec_mid {
    width: 100%;
    float: left;
}

.online_input_sec {
    width: 100%;
    background: #e8eaeb;
    border: none;
    padding: 12px 23px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #393a39;
    letter-spacing: 1px;
    margin-bottom: 10px;
    float: left;
}

.online_input_sec2{
	width:100%;
	float:left;
    margin-bottom: 10px;
}

.online_input_sec2_l{
	 width: 100%;
    background: #e8eaeb;
    border: none;
    padding: 12px 23px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #393a39;
    letter-spacing: 1px;
    float: left;
}

.online_input_sec2_r{
	   width: 100%;
    background: #e8eaeb;
    border: none;
    padding: 12px 23px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #393a39;
    letter-spacing: 1px;
    float: right;
}


.online_input_sec3{
	width:100%;
	float:left;
    margin-bottom: 10px;
}

.online_input_sec3_l{
	width: 100%;
    background: #e8eaeb;
    border: none;
    padding: 12px 23px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #393a39;
    letter-spacing: 1px;
    float: left;
}

.online_input_sec3_r{
	width:100%;
    background: #e8eaeb;
    border: none;
    padding: 12px 23px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #393a39;
    letter-spacing: 1px;
	float:right;
}

.contact_form_sec_mid_input_sec_new2 {
    width: 49%;
    border: none;
     padding: 12px 23px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #393a39;
    letter-spacing: 1px;
    float: left;
    background: #e8eaeb url(images/arrow_select.png) no-repeat right center;
        background-position-x: right;
        background-position-y: center;
    background-position: 95% 20px;
    appearance: none;
}

.online_input_sec4 {
    width: 100%;
    float: left;
    background: #e8eaeb;
    border: none;
    padding: 12px 23px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #393a39;
    letter-spacing: 1px;
    min-height: 100px;
	margin-bottom: 10px;
}

.get_btn_main {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 34px;
    margin-top: 13px;
}

.get_btn {
     background: #0055a5;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    border: none;
    padding: 10px 30px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.get_btn:hover {
    background: #024a8e;
}

.car_input_sec h2 {
    color: #393a39;
    font-size: 26px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
}

.car_input_sec {
    width: 100%;
    float: left;
    margin: 40px 0 80px;
}


.car_input_sec_wrapper {
    width: 390px;
    margin: 0 auto;
}

.car_input_sec_inner {
    width: 100%;
    float: left;
    text-transform: uppercase;
    font-size: 39px;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 70px;
}

.car_input_sec_inner_l{
	width:48%;
	float:left;
}

.car_input_sec_inner_r {
    width: 48%;
    float: right;
    text-align: right;
}

.car_input_sec_inner2 {
    width: 100%;
    float: left;
    background: url(images/online_img.png) no-repeat top center;
    height: 711px;
    font-size: 16px;
    font-weight:600;
}

.car_input_sec_inner2_1 {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 100px;
}

.check_box1 {
    width: 117px;
    float: left;
    position: relative;
    right: 10px;
}

.car_input_sec_inner2 input {
    padding: 10px;
    width: 20px;
    height: 20px;
    margin-top: 7px;
}

.check_box2 {
    width: 135px;
    float: left;
    position: relative;
    top: -38px;
}

.check_box3 {
  width: 120px;
    float: right;
    position: relative;
    right: 10px;
}

.car_input_sec_inner2_2 {
     width: 100%;
    float: left;
    margin-bottom: 100px;
}

.check_box4 {
      width: 139px;
    float: left;
    position: relative;
    left: -40px;
}

.check_box5 {
     width: 80px;
    float: left;
    text-align: center;
    color: #fff;
    position: relative;
    top: -40px;
}

.check_box6 {
    width: 150px;
    float: right;
    position: relative;
    right: -72px;
}

.car_input_sec_inner2_3 {
    width: 100%;
    float: left;
    margin-bottom: 100px;
}

.check_box7 {
    width: 233px;
    float: left;
    position: relative;
    left: -86px;
}

.check_box8 {
    float: right;
    width: 140px;
    text-align: right;
    right: -70px;
    position: relative;
}

.car_input_sec_inner2_4 {
    width: 100%;
    float: left;
    margin-bottom: 100px;
}

.check_box9 {
    width: 155px;
    float: left;
    position: relative;
    left: -64px;
}

.check_box11 {
    float: right;
    width: 110px;
    position: relative;
    right: -58px;
}

.check_box10 {
      width: 70px;
    float: left;
    text-align: center;
    color: #fff;
    position: relative;
    top: -60px;
}

.car_input_sec_inner2_5 {
  width: 100%;
    float: left;
    margin-bottom: 50px;
}

.check_box12 {
    width: 158px;
    float: left;
    position: relative;
    left: -95px;
}
.check_box14 {
    width: 140px;
    float: right;
    text-align: right;
    position: relative;
    right: -90px;
}

.check_box13 {
       width: 60px;
    float: left;
    text-align: center;
    color: #fff;
    position: relative;
    top: -75px;
}

.car_input_sec_inner2_6 {
    width: 100%;
    float: left;
}

.check_box15 {
    float: left;
    width: 130px;
    position: relative;
    left: -50px;
}

.check_box17 {
    float: right;
    width: 105px;
    position: relative;
    right: -40px;
}

.check_box16 {
    width: 128px;
    text-align: center;
    float: left;
    position: relative;
    /* bottom: -116px; */
}


/*====== online_sec*/



.career-form label {
    display: none;
}
.career-form .online_input_sec {
    width: 100%;
}
.career-form .online_input_sec2_r {
    width: 98%;
}

.career-form .online_input_sec2_l {
    width: 100%;
}
.online_input_sec2 .your-name {
    width: 50%;
    float: left;
}
.career-form .online_input_sec3_l {
    width: 100%;
}
.career-form textarea {
    height: 105px;
}
.career-form .wpcf7-submit {
    float: right;
    background: #0055A5;
    color: #fff;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    border: none;
    padding: 11px 43px;
	cursor: pointer;
}
.online-estimate label {
    display: none;
}
.online-estimate br {
    display: none;
}
.car_input_sec_wrapper label {
    display: block;
}
.check_box16 .wpcf7-list-item-label {
    display: block;
}
.online-estimate textarea {
    height: 127px;
}

.wpcf7-response-output {
    float: left;
    width: 100%;
    text-align: center;
}


.online-estimate input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #393a39;
	opacity:1;
}
.online-estimate input::-moz-placeholder { /* Firefox 19+ */
  color: #393a39;
	opacity:1;
}
.online-estimate input:-ms-input-placeholder { /* IE 10+ */
  color: #393a39;
	opacity:1;
}
.online-estimate input:-moz-placeholder { /* Firefox 18- */
  color: #393a39;
	opacity:1;
}



.online-estimate textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #393a39;
	opacity:1;
}
.online-estimate textarea::-moz-placeholder { /* Firefox 19+ */
  color: #393a39;
	opacity:1;
}
.online-estimate textarea:-ms-input-placeholder { /* IE 10+ */
  color: #393a39;
	opacity:1;
}
.online-estimate textarea:-moz-placeholder { /* Firefox 18- */
  color: #393a39;
	opacity:1;
}


.contact-form .wpcf7-submit:hover {
    background: #0055A5 !important;
    color: #fff !important;
}

.online_input_sec2 .FirstName {
    width: 50%;
    display: inline-block;
    float: left;
}
.online_input_sec2 .LastName {
    width: 49%;
    display: inline-block;
    float: right;
}

.online_input_sec3 .EmailAddress {
    width: 59%;
    display: inline-block;
	float: right;
}
.online_input_sec3 .Phone {
    width: 40%;
    display: inline-block;
	float:left;
}
.online_input_sec2 .Services {
    width: 49%;
    float: left;
}
.online_input_sec2 .VINNoImage {
    width: 50%;
    float: right;
}
.online_input_sec2 .Services select {
    width: 100%;
}
.online_input_sec3 .your-email {
    width: 59%;
    float: right;
}

/*.online-estimate input, .online-estimate textarea {
    width: 100% !important;
}
*/

#home-form .hbspt-form, .hubgetform .hbspt-form{
    width: 650px;
    margin: 0 auto;
    max-width: 100%;
}
.copyright_sec_mid a {
    color: #393a39;
}
.get-a-quote-btn a {
    background: #0055A5;
    color: #fff !important;
    padding: 6px 14px !important;
    border-radius: 10px;
    margin-top: -5px;
 
}
.footer_nav .get-a-quote-btn {
    display: none;
}
.Portfolio-sec {
    float: left;
    width: 100%;
    padding: 59px 0;
}
.Portfolio-sec-wrapper {
    max-width: 1140px;
    margin: 0 auto;
    display: block;
}
.blog-right {
    float: right;
    width: 60%;
}
.blog-img {
    float: left;
    width: 40%;
}
h2.blog-title {
    color: #0055A5;
	margin-top: 43px;
}
.blog-right p {
    font-size: 16px;
    line-height: 28px;
    font-family: "Montserrat", sans-serif;
    color: #393a39;
    font-weight: 500;
    margin-top: 11px;
}
.blog-post {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
h2.blog-title a {
    color: #0055A5;
	   
    font-weight: 500;
}
.single-page .blog-img {
    width: 100%;
    float: left;
    text-align: center;
}

.single-page .blog-right {
    
    width: 100%;
    text-align: center;
}
/* .single-page .blog-right p {
    padding: 0 51px;
} */
#wptww-testimonial-1 .wptww-testimonial-content i, .wptww-testimonial-content h4 {
    display: none;
}

#wptww-testimonial-1 .wptww-testimonials-text em::before, #wptww-testimonial-1 .wptww-testimonials-text em::after
{display:none;}

#wptww-testimonial-1 .wptww-testimonials-text p em {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #393a39;
    font-weight: 500;
    font-style: normal !important;
}

#wptww-testimonial-1 .wptww-testimonial-client
{font-size:13px;
	color:#0055A5;
	margin-top:15px;
}

#wptww-testimonial-1 .slick-dots li button
{background:#8d9092 !important;
border:none !important;}
#wptww-testimonial-1 .slick-dots li.slick-active button
{background:#c6c7c8 !important;
border:none !important;}

.submitted-message span {
    color: #fff !important;
    text-align: center !important;
}



.Headlightright, .Headlightleft, .FenderLeft, .Fenderright, .FrontDoorleft, .FrontDoorright, .RearDoorleft, .RearDoorleft, .QuarterPanelleft, .QuarterPanelright, .TailLightleft, .TailLightright  {
    float: left;
    width: 100%;
}

.Headlightright label span, .Headlightleft label span, .FenderLeft label span, .Fenderright label span, .FrontDoorleft label span, .FrontDoorright label span, .RearDoorleft label span, .RearDoorright label span, .QuarterPanelleft label span, .QuarterPanelright label span, .TailLightleft label span, .TailLightright label span  {
    display: none;
}

.online_input_sec2 input.wpcf7-form-control.wpcf7-file {
    background: #e8eaeb;
    padding: 12px 23px;
    width: 49%;
}
.online_input_sec2.file-sec input {
    width: 99% !important;
}
.online_input_sec2.file-sec span {
    float: left;
    width: 50%;
}
.online_input_sec2.file-sec label {
    display: block;
    margin-bottom: 0;
    padding: 12px 23px;
}
 .online_input_sec2.file-sec span {
    width: 100% !important;
}
.online_input_sec2.file-sec input
{width: 99% !important;}

.online_input_sec2.file-sec div {
    float: left;
    width: 33.3%;
}


/*** checkbox****/

.check_box9 label {
    width: 60%;
	float:left;
}

.check_box9 span {
    float: right;
    width: 60px;
    position: relative;
    
}


.check_box12 label {
    width: 80%;
    float: left;
}

.check_box12 span {
    float: right;
    position: relative;
    top: -2px;
    width: 30px;
}

.check_box15 label {
    width: 68%;
    float: left;
}

.check_box15 span {
    float: right;
    width: 40px;
    position: relative;
    top: -2px;
}
.check_box6 span {
    float: left;
    width: 30px;
    position: relative;
    top: -2px;
}

.check_box6 label {
    float: right;
    width: 63%;
}


.check_box8 span {
    float: left;
    width: 20px;
    position: relative;
    top: -2px;
}


.check_box8 label {
    float: right;
    width: 70%;
}


.check_box14 span {
    width: 10%;
    float: left;
    position: relative;
    top: -2px;
}

.check_box14 label {
    float: right;
    width: 120px;
}

.check_box17 span {
    float: left;
    width: 25%;
    position: relative;
    top: -2px;
}

.check_box17 label {
    float: right;
}
.check_box11 span {
    float: left;
    width: 21%;
    position: relative;
    top: -2px;
}

.check_box11 label {
    float: right;
}
.check_box4 label, .check_box7 label  {
    width: 40%;
    float: left;
}
.check_box4 span, .check_box7 span {
    float: left;
    width: 59%;
}
.check_box4 input, .check_box7 input, .check_box9 input {
    margin-top: 0 !important;
}
.photo-guide a {
    width: 100%;
    background: #393a39;
    display: block;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    padding: 14px 23px;
    text-align: center;
    margin: 0 auto;
        margin-top: 0px;
    border-radius: 9px;
}
.upl-img.photo-guide a {
    margin-top: 45px;
}
.fancybox-content {
    max-width: 100% !important;
}
.mobile-on-btn {
    display: none;
}
.sticky {
 position: fixed;
top: 0;
width: 100%;
z-index: 99;
background: #fff;
}
.icon.mobile-pdf {
    display: none;
}
.online_input_sec2.file-sec .upl-img div {
	width: 95%;
	text-align: center;
	padding: 2px;
	font-size: 12px;
}

.online_input_sec2.file-sec .upl-img div span.dnd-upload-counter span {
	width: auto !important;
}
.online_input_sec2.file-sec .upl-img div span.dnd-upload-counter {
	width: 60px !important;
}

.dnd-upload-status .dnd-upload-image {
	width: 40px !important;
	height: 40px !important;
}

.online_input_33 {
	width: 33%;
	display: inline-block;
}

.online_input_34 {
	width: 34%;
	display: inline-block;
}

.online_input_40 {
	width: 40%;
	display: inline-block;
}

.online_input_60 {
	width: 60%;
	display: inline-block;
}
.online_input_49 {
	width: 49%;
	display: inline-block;
}
.online_input_50 {
	width: 50%;
	display: inline-block;
}