body {
    font-family:'SKODA Next',SkodaNEXT,SkodaPro,Tahoma,Helvetica,sans-serif;
    font-size: 18px;
    color: #4a4a4a;
    margin: 0 auto;
    padding: 0;
    background: #ffffff;
	font-weight: 100;
    line-height: 150%;
}

.clear {
    clear: both;
}

#wrap {
    margin: 0 auto;
    padding: 0;
    width: 99%;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    border: 1px solid #4a4a4a000;
}

.inner_wrapper {
    width: 700px;
    margin: 0 auto;
    padding: 0;
    /* margin-top: 20px; */
}

.banner {
    width: 100%;
}

.bigtitle {
     
    font-size: 26px;
}

.smalltitle {
     
    font-size: 20px;
    line-height: 25px;
}

.form_box {
    width: 100%;
    float: left;
}

.form_row {
    width: 100%;
    float: left;
    /* border: 1px solid black; */
    padding: 10px 0px;
}

.lable_box {
    width: 47%;
    float: left;
    padding: 10px 0px;
     
    font-size: 18px;
}

.contrl_box {
    width: 50%;
    float: left;
}

input {
    border: 1px solid #4a4a4a;
    font-size: 18px;
    color:#4a4a4a;
	font-family:'SKODA Next',SkodaNEXT,SkodaPro,Tahoma,Helvetica,sans-serif; 
    padding: 10px;
    width: 94%;
}

select {
    width: 100%;
    padding: 10px 10px;
    background-image: url(../images/arrow.jpg);
    background-position: 102% center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #4a4a4a;
    font-size: 18px;
	color:#4a4a4a;
	font-family:'SKODA Next',SkodaNEXT,SkodaPro,Tahoma,Helvetica,sans-serif;
     
}

option:checked, option:hover {
    color: white;
    background: #4aa82e;
}

input:focus,
select:focus,
textarea:focus,
input[type="checkbox"]:focus,
button:focus {
    outline: none;
}

.fbtn {
    background: transparent;
    border: 1px solid #4a4a4a;
    text-align: center;
    padding: 10px 0;
    margin-right: 15px;
    cursor: pointer;
    width: 47%;
	color:#4a4a4a;
    font-size: 16px;
	font-family:'SKODA Next',SkodaNEXT,SkodaPro,Tahoma,Helvetica,sans-serif; 
     
}


/* .sub_btn {
    background: #4aa82e;
    border: 1px solid #4aa82e;
    color: #ffffff;
    text-align: center;
    padding: 10px 30px;
    margin-right: 16px;
    cursor: pointer;
    / width:48%;/
    font-size: 16px;
     font-family:'SKODA Next',SkodaNEXT,SkodaPro,Tahoma,Helvetica,sans-serif;
    margin-top: 10px;
}
 */
.sub_btn {
	width:48%;
    color: #fff;
    background-color: #4ba82e;
    border: 1px solid #4ba82e;
    box-shadow: 0 2px 4px 0 rgb(75 168 46 / 27%), 0 6px 12px 0 rgb(75 168 46 / 20%);
	font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    font-size: 11px;
    line-height: 109%;
    min-width: 130px;
    padding: 13px 30px;
	text-transform: uppercase;
    border-radius: 22.5px;
    text-overflow: ellipsis;
    overflow: hidden;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
     font-family:'SKODA Next',SkodaNEXT,SkodaPro,Tahoma,Helvetica,sans-serif;
    margin-top: 10px;
}

    .sub_btn:hover, .cal_emi_btn:hover, .check_btn:hover {
       	    background-color: #419128;
    border: 1px solid #419128;
    }

.cal_emi_btn {
    background: #4aa82e;
    border: 1px solid #4aa82e;
    color: #ffffff;
    text-align: center;
    padding: 10px 20px;
    margin-right: 16px;
    cursor: pointer;
    /* width:48%; */
    font-size: 16px;
     
    float: right;
    margin-top: 10px;
}

.check_btn {
    background: #4aa82e;
    border: 1px solid #4aa82e;
    color: #ffffff;
    text-align: center;
    padding: 10px 20px;
    margin-right: 16px;
    cursor: pointer;
    /* width:48%; */
    font-size: 16px;
     
    float: right;
    margin-top: 10px;
}

.fbtn.activeb {
    background: #4aa82e;
    border: 1px solid #4aa82e;
    color: #ffffff;
}

.multilist_box {
    /*  overflow: auto;
    height: 50px; */
    background-color: #fff;
    border: 1px solid #4a4a4a;
    width: 50%;
}

#multilist_box {
    position: relative;
}

.bg_box {
    background: #ededed;
    float: left;
    width: 100%;
    padding: 10px 0;
    color: #49a72d;
    font-weight: bold;
    margin: 5px 0;
}

.contrl_box button.fbtn:last-child {
    margin-right: 0px;
}

.checkbox-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-custom, .checkbox-custom-label {
    display: inline-block;
    vertical-align: middle;
    /* margin: 5px; */
    cursor: pointer;
    width: 100%;
    padding: 2px 0;
    font-size: 16px;
     
}

.checkbox-custom-label {
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before {
    content: '';
    background: #fff;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

input[type=checkbox]:checked + label {
    background: #f0f0f0;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    background: url(../images/check.jpg);
    background-repeat: no-repeat;
    background-position: -3px -2px;
}

.checkbox-custom:focus + .checkbox-custom-label {
    outline: 1px solid #ddd; /* focus style */
}

.slimScrollBar.ui-draggable {
    border: 1px solid #b9b9b9;
}

.info_box {
    width: 100%;
    float: left;
}
/* .Green-mid{background-color:#ededed; margin:0 auto 10px auto; padding: 20px 13px 20px 20px;}	 */



.green-bg th {
    background-color: #ededed;
    color: #49a72d;
    font-weight: bold;
    padding: 8px;
}

.tblServiceParts { /*  border:1px solid #ccc;  */
    border-collapse: collapse;
}

    .tblServiceParts td {
        background-color: #fff;
        color: #4a4a4a;
        border-bottom: 1px solid #ccc;
        padding: 8px;
    }

tr.green-bg {
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
}

.tblServiceParts td:nth-child(2), .tblServiceParts td:nth-child(3), .tblServiceParts td:nth-child(4) {
    text-align: left;
}

.tblServiceParts td:nth-child(4), .tblServiceParts th:nth-child(4), .tblServiceParts th:nth-child(3) {
    width: 125px;
}

.dark-bg th {
    background-color: #dddddd;
}

.grandTotal th {
    background-color: #666666;
}

.grey-bg th {
    background-color: #999999;
}


hr {
    border-top: 1px solid #ccc;
    margin: 0 auto;
    padding: 0;
}

.tdSelectClass {
    border: 3px solid #ededed;
    margin: 0;
    z-index: 99;
}

.tdSelectClassRemove {
    margin: 0;
    z-index: 99;
}

.disclaimer {
    float: left;
    color: #4a4a4a;
    font-size: 10px;
    
    line-height: 12px;
    width: 99%;
    margin-top: 0;
}

.footer_box {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.call_back {
    font-size: 11px;
    margin-bottom: 0;
}

	
.toll_no{
	font-size:20px;
	text-transform:uppercase;
}

.toll_no span{
	font-weight:bold;
	color:#4ba82e ;
}	

/* @media screen and (max-width:1000px)
{
	.lable_box
	{
		width:46%;
	}
	.fbtn
	{
		margin-right: 28px;
		width: 45%;
	}
	.subbtn
	{
		width: 45%;
	}
} */


.thanku_wrp {
    width: 100%;
    float: left;
    padding-top: 15px;
}

.model_img {
    float: left;
    width: 50%;
}

.thnku_msg {
    width: 50%;
    float: right;
    padding-top: 20px;
}

    .thnku_msg h1 {
        color: #3fac49;
       
        font-size: 50px;
    }

    .thnku_msg p {
        color: #4a4a4a000;
        font-size: 20px;
       
        line-height: 30px;
    }



@media screen and (max-width:1024px) {
    .thnku_msg {
        padding-top: 10px;
        max-width: 100%;
    }

        .thnku_msg h1 {
            font-size: 38px;
        }

        .thnku_msg p {
            font-size: 18px;
        }
}


@media screen and (max-width:767px) {
    .inner_wrapper {
        width: 85%;
        margin: 0 auto;
        padding: 0;
        margin-top: 20px;
    }

    .lable_box {
        width: 100%;
        padding-left: 0;
    }

    .contrl_box {
        width: 100%;
        float: left;
    }

    .thnku_msg {
        /*position: fixed;*/
        top: 40%;
        left: 0;
    }

        .thnku_msg h1 {
            font-size: 28px;
            padding-left: 10px;
        }

        .thnku_msg p {
            font-size: 16px;
            padding-left: 10px;
            width: 95%;
            line-height: 25px;
        }

    .model_img {
        float: left;
        width: 50% !important;
    }
}

@media screen and (max-width:480px) {
    .thnku_msg {
        padding-top: 10px;
        width: 100%;
        float: left;
    }

    .model_img {
        float: left;
        width: 100% !important;
    }
}

@media screen and (max-width:700px) {
    .inner_wrapper {
        width: 85%;
        margin: 0 auto;
        padding: 0;
        margin-top: 20px;
    }

    .fbtn {
        margin-right: 30px;
        width: 44%;
    }

    .subbtn {
        width: 46%;
    }
}

@media screen and (max-width:400px) {
    .fbtn {
        margin-right: 20px;
    }

    .tblServiceParts {
        width: 100%;
    }

    .toll_img {
        width: 100%;
    }
}

@media screen and (max-width:360px) {
    .tblServiceParts {
        width: 100%;
        font-size: 12px;
    }
}

@media screen and (max-width:300px) {
    .tblServiceParts {
        width: 100%;
        font-size: 11px;
    }
}

@media screen and (max-width:320px) {
    .fbtn {
        margin-right: 10px;
    }
}
