body { background-color: #F0F0F0; padding-top: 95px }
.text-center { text-align: center; }
.no-padding { padding: 0 !important; }
.title_block { display: inline-block; width: 100%; vertical-align: top; z-index: 1; padding-top: 70px; position: relative; }
.title_block h2 { font-size: 36px; line-height: 62px; color: #464646; font-weight: 700; margin-bottom: 0px; }
.title_block h6 { font-size: 24px; line-height: 62px; color: #464646; font-weight: 400; }
.title_bg_img { float: right; }
.panel { width: 100%; background: #fff; border: 2px solid #E4E4E4; border-radius: 16px; -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16); -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16); box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16); padding: 30px; margin-bottom: 20px; }
.panel .panel-title { color: #EF5126; display: block; margin-bottom: 20px; }
.panel .panel-title img { vertical-align: middle; height: 14px; margin-right: 5px; }
/*material textbox*/
.form-group label { display: inline-block; width: auto; background: #fff; font-size: 16px; line-height: 21px; color: #707070; font-weight: 400; position: absolute; padding: 0 5px; left: 25px; top: -10px; }
.form-group { position: relative; border-radius: 4px; margin-bottom: 20px; }
.form-group .prefix { position: absolute; left: 10px; z-index: 3; top: 10px; }
.form-group .form-control { display: block; outline: none; box-shadow: none; font-size: 14px; color: #444444; font-weight: 500; width: 100%; height: 40px; border: none; background: white; padding: 10px 10px; border-radius: 4px; border: 1px solid #B5B5B5; }
.form-group .form-control:focus { outline: none; }
.prefix-group input { padding-left: 45px !important; }
.prefix-group label { margin-left: 45px !important; }
/* LABEL ======================================= */
.form-group label { color: #999; font-size: 16px; font-weight: normal; position: absolute; pointer-events: none; left: 8px; top: 8px; transition: 0.2s ease all; -moz-transition: 0.2s ease all; -webkit-transition: 0.2s ease all; }
/* active state */
.form-group .form-control:focus ~ label, .form-group .form-control:disabled ~ label, .form-group .form-control:valid ~ label, .form-group .form-control.valueadded ~ label {
    top: -10px;
    font-size: 14px;
    color: #B5B5B5;
    background: white;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.form-control:disabled {
background-color:#efefef;
}
    .form-control:disabled ~ label {
        background-color: #efefef;
    }
    .centerMarker {
        position: absolute; /*url of the marker*/
        background: url(https://maps.gstatic.com/mapfiles/markers2/marker.png) no-repeat; /*center the marker*/
        top: 50%;
        left: 50%;
        z-index: 1; /*fix offset when needed*/
        margin-left: -10px;
        margin-top: -34px; /*size of the image*/
        height: 34px;
        width: 20px;
        cursor: pointer;
    }
a.anc-link {
    color: #1a0dab;
    margin: 10px 0;
    display: block;
}
a.anc-link:hover {
    text-decoration:underline;
}
    a.anc-link:visited {
        color: #609;
    }
.map-wrapper { position: absolute; top: 40px; }
@media (max-width: 640px){.map-wrapper { position: relative; top: 0; }}
.map-wrapper-group { z-index: 2; }
.overlay, .map-wrapper { animation: fading 0.5s }
 @keyframes fading {  0% { opacity: 0} 100% { opacity: 1}}
.overlay {position: fixed;display: none; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0,0,0,0.2); z-index: 1; }
.truck-icon-selector { position:relative; border: 1px solid #B5B5B5; border-radius: 4px; max-width: 120px; height: 120px; display: inline-block; cursor: pointer; margin-right: 20px; text-align: center; vertical-align:top;}
.truck-icon-selector:hover { -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16); -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16); box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16); }
.truck-icon-selector.active { background: #f5e2dc; }
.truck-icon-selector img { vertical-align: middle; max-height: 80%; max-width: 90%; margin:10px; }
.truck-icon-selector span, .truck-icon-selector div {white-space:nowrap;}
.home-move-subtruck .truck-icon-selector span {position: absolute;bottom: 5px;left: 0;width: 100%;text-align: center;padding: 0 5px;font-size: 14px;}
.counter .minus, .counter .plus { border: none; color: #EF5126; background: #ddd; cursor: pointer; border-radius: 20px; font-size: 20px; padding: 0 8px; line-height: 25px; }
.counter input { height: 24px; text-align: center; vertical-align: text-bottom; width: 30px; }
[type="checkbox"]:not(:checked):not(.form-check-input), [type="checkbox"]:checked:not(.form-check-input) {position: absolute; left: 10px; top: 10px;}
[type="checkbox"]:not(:checked) + label,  [type="checkbox"]:checked + label { position: relative; padding-left: 1.95em; cursor: pointer; }
/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,  [type="checkbox"]:checked + label:before { content: ''; position: absolute; left: 0; top: 0; width: 1.5em; height: 1.5em; border: 2px solid #ccc; background: #fff; border-radius: 4px; box-shadow: inset 0 1px 3px rgba(0,0,0,.1); }
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,  [type="checkbox"]:checked + label:after { content: '\2713\0020'; position: absolute; top: .2em; left: .3em; line-height: 1.3; color: #FA4900; transition: all .2s; }
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after { opacity: 0; transform: scale(0); }
[type="checkbox"]:checked + label:after, [type="checkbox"]:checked ~ label:after{ opacity: 1; transform: scale(1); }
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before, [type="checkbox"]:disabled:checked + label:before { box-shadow: none; border-color: #bbb; background-color: #ddd; }
[type="checkbox"]:disabled:checked + label:after { color: #999; }
[type="checkbox"]:disabled + label { color: #aaa; }
.form-group.cbox label{pointer-events: all;}
.form-group.cbox input[type="checkbox"]{display:none;}

[type="radio"]{ content: ""; width: 20px; height: 20px; border-radius: 50%; background: #000; }
[type="radio"]:checked:before { content: ""; display: block; position: relative; top: 3px; left: 3px; width: 14px; height: 14px; border-radius: 50%; background: #EF5126;}
.autocomplete-wrapper { position: absolute; z-index: 4; }
.error { border-color: red !important }
.error ~ label { color: red !important }
.error-msg { color: red; display: none; font-size: 12px; }
.loader { border: 8px solid #f3f3f3; /* Light grey */ border-top: 8px solid #EF5126; /* Blue */ border-radius: 50%; width: 50px; height: 50px; animation: spin 2s linear infinite; }
.loader_btn{ border: 3px solid #000; /* Light grey */ border-top: 3px solid #ffffff; /* Blue */ border-radius: 50%; width: 15px; height: 15px; animation: spin 2s linear infinite; display:inline-block; vertical-align:middle; }
.overlay_loader{ position: fixed; display: none; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; background-color:rgba(0,0,0,0.2); z-index: 2;}
.loader_div {border: 8px solid #f3f3f3; border-top: 8px solid #EF5126; border-radius: 50%; width: 50px; height: 50px; animation: spin 2s linear infinite; position: fixed; top: 0; bottom: 0; left: 0;  right: 0; margin: auto; z-index: 99999999; display: inline-block;
    vertical-align: top;} 

@keyframes spin {  0% { transform: rotate(0deg);} 100% { transform: rotate(360deg);}}
/*package Start*/
.package-min { width: 100%; border-radius: 5px; -webkit-box-shadow: 1px 1px 4px 2px rgba(0,0,0,0.16); -moz-box-shadow: 1px 1px 4px 2px rgba(0,0,0,0.16); box-shadow: 1px 1px 4px 2px rgba(0,0,0,0.16); padding: 0; text-align: center;margin-bottom: 20px; }
.package-min:hover { background: #f5f5f5; }
.package-min.selected { background: #f5f5f5; }
.package-title { border-bottom: 2px solid #ef5126; padding: 10px 20px; text-align: left; }
.package-title span {width:25px; height:25px; line-height:25px; display:block; text-align: center; float: right; font-size: 14px; border-radius: 50%; background: #000; color: #fff; font-weight: bold; }
.package-price { padding: 0px 20px; font-size: 45px; font-weight: 500; text-align: left; }
.package-price span { font-size: 30px; font-weight: 500; }
.package-price img { text-align: right; float: right; padding: 10px 0 0; }
.package-list { padding: 10px 20px; display: block; text-align: left; height: 320px; }
@media (max-width: 640px){.package-list {min-height: 320px; height:auto;}}
.package-list li { font-size: 18px; color: #666; padding: 5px 0; }
.package-list li b { width: 35px; padding: 0 5px; color: #ED5427; height: auto; font-weight: normal; display: inline-block; text-align: center; }
.package-list li b span {color: #ED5427; height: auto; font-weight: normal; display: inline; text-align: center; padding:0;}
.package-list li b.box { border-radius: 5px; background: #e4e4e4; }
.package-list li span { width: 80%; padding: 0 5px; color: #666; height: auto; text-align: left; display: inline-table; }
.package-min .button-box { padding: 10px 20px; }
.tooltip {position: relative;display: inline-block;border-bottom: 1px dotted black;}
.tooltip .tooltiptext {visibility: hidden;width: 200px; height:auto; background-color: #e4e4e4;  color: #707070;text-align: left;border-radius: 6px;padding:10px;position: absolute;z-index: 1;top: 150%;right: 30%;margin-right: -30px; font-size:12px; font-weight:normal; line-height:14px;}
.tooltip .tooltiptext::after {content: "";position: absolute;bottom: 100%;right: 15%;margin-left: -5px;border-width: 5px;border-style: solid;border-color: transparent transparent #e4e4e4 transparent;}
.tooltip:hover .tooltiptext {visibility: visible;}
/*package End*/
.time-mine{border-radius: 10px; background: #f5f5f5; padding:20px 30px;}
/*summary_block Start*/
.summary_block{border-radius:10px; padding:20px; background:#c3c1c1; height:100%; display:inline-block; vertical-align:top;}
.summary_block p{font-size:12px; margin:0;}
.summery-box{border-bottom:1px solid #707070; padding:5px 0; float:left; }
.summery-row{width:100%; padding:5px 0; margin:0; float:left;}
.summery-left{float:left; color:#707070; font-size:14px; text-align:left;}
.summery-right{float:right;color:#666; font-size:14px;  text-align:right;}
/*summary_block End*/
/*Thanks You page Css Start*/
.thanks-box{width:100%; text-align:center;}
.thanks-box img{max-width:100%;}
.thanks-box h3{font-weight:bold;font-size: 1.17em; color:#666;letter-spacing: 2px; margin:20px 0 0; line-height:18px; }
.thanks-box p{font-size: 1.10em; color:#666;letter-spacing: 1px; padding:10px 0; line-height:20px; margin:0; }
.thanks-box p span{font-size: 0.90em;color:#c3c1c1;}
.thanks-box p strong{font-size: 0.90em;color:#c3c1c1; font-weight:normal;}
/*Thanks You page Css End*/

/*OTP page Css Start*/
#otp_wrap .inner_bars,.otp_wrap .inner_bars{text-align: center;}
#otp_wrap .inner_bars h6,.otp_wrap .inner_bars h6{font-size: 24px; line-height: 32px; color: #2D2D2D; font-weight: 700; margin-bottom: 10px;}
#otp_wrap .inner_bars p,.otp_wrap .inner_bars p{font-size: 14px; line-height: 22px; color: #2D2D2D; margin-bottom: 17px;}
#otp_wrap .inner_bars ul,.otp_wrap .inner_bars ul{display: inline-block; width: 100%; vertical-align: top;}
#otp_wrap .inner_bars li,.otp_wrap .inner_bars li{display: inline-block; vertical-align: top; width: auto; padding: 0 6px;}
#otp_wrap .verify_code .form-group,.otp_wrap .verify_code .form-group{display: inline-block; width: auto; vertical-align: top; position: relative;}
#otp_wrap .verify_code .form-group .form-control,.otp_wrap .verify_code .form-group .form-control{border: 2px solid #E4E4E4; background: #E4E4E4; border-radius: 10px; font-size: 25px; font-weight: 700; color: #2D2D2D; width: 52px; height: 49px; text-align: center; outline: none; box-shadow: none;}
#otp_wrap .verify_code li.onfocus .form-group .form-control,.otp_wrap .verify_code li.onfocus .form-group .form-control{border-color:#EF5126; background: #fff;}
#otp_wrap .verify_code li.onfocus .form-group:after,.otp_wrap .verify_code li.onfocus .form-group:after{position: absolute; content: ""; left: 0; right: 0; bottom: 9px; height: 3px; width: 11px; display: inline-block; background: #2D2D2D; margin: auto;}
#otp_wrap .verify_code li.value_inserted .form-group:after,.otp_wrap .verify_code li.value_inserted .form-group:after{display: none;}
#otp_wrap .verify_code li.value_inserted .form-control,.otp_wrap .verify_code li.value_inserted .form-control{background: #fff;}
#otp_wrap .resend,.otp_wrap .resend{display: inline-block; width:100%; vertical-align: top; margin-bottom: 64px;}
#otp_wrap .resend a,.otp_wrap .resend a{display: inline-block; width: auto; vertical-align: top; font-size: 14px; line-height: 17px; color: #2D2D2D; font-weight: 700; text-decoration: none; text-transform: uppercase; position: relative; padding-right: 14px;}
#otp_wrap .resend a:after,.otp_wrap .resend a:after{position: absolute; content: ""; background: url(../images/right_arrow_img.svg); width: 5.427px; height: 8.853px; right: 0; top: -1px; bottom: 0; margin: auto;}
#otp_wrap .Orange_btn,.otp_wrap .Orange_btn{width: 285px;}
/*OTP page Css End*/

/*Common Css Start*/
.zindex{position: relative;}
.zindex:after {position: absolute;left: 0;top: 0; bottom: 0;right: 0;background: transparent;content: ""; z-index: 999999;}
/*Common Css Start*/
ul.sub_truck_type_ul {margin: 0;padding: 0;list-style: none;}
ul.sub_truck_type_ul > li {width: auto; display:inline-block;}
.well {position: absolute;left: 0;top: 0;right: 0;bottom: 0;background: #eee;z-index: 99;opacity: 0.2;}
@media (max-width: 640px) {
    .title_block {padding-top: 10px;}
    .title_block h2 { width:100%; font-size: 26px; line-height: 30px; text-align:center; }
    .title_block h6 { font-size: 14px; line-height: 18px; text-align:center; margin-bottom:5px;}
    .title_bg_img{float: right; width: 100%; margin-bottom: 10px;}
    ul.sub_truck_type_ul {margin: 0 -5px;}
    ul.sub_truck_type_ul > li {width: 50%; padding:0 5px; margin-bottom:10px;}
    ul.sub_truck_type_ul > li .truck-icon-selector {margin:0 !important; min-width:100% !important; width:100% !important;}
    .btn{width:100% !important;}
    .panel {padding: 15px;}
    .further-box {padding:30px 15px !important;}
}
@media (max-width: 576px) {
    .form_label{ font-size: 8px;}
    ul.sub_truck_type_ul {margin: 0;padding-bottom: 20px;list-style: none;}
    ul.sub_truck_type_ul > li {width: auto; display:inline-block;}
    ul.sub_truck_type_ul > li .truck-icon-selector {margin:0 !important;min-width:100px !important; width:100% !important; height: 100px !important;}
}
