<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
body{
	font-family:'Open Sans', sans-serif !important;
	
}
p{
	font-size:13px !important;
}
.padd-1 label ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
}

.hm-header img{
	width:100%;
}
.clear{
	clear:both;
}
.br{
	border-top: 2px solid #b7b7b7;
	margin-top:40px;
}
.top-header{
	background-color:transparent !important;
    color: #a7a7a7;
    font-size: 12px;
    font-weight: 600;
    height: auto;
	border-bottom:1px solid #FFF;
}

.top-header p{
	padding:5px 20px;
	float:right;
	font-size:14px !important;
	color:#fff;
	margin-bottom:0px;
	border-right:1px solid #FFF;
}
.top-header p a{
	color:#fff !important;
	text-decoration:none;
}
.top-header p a img{
	width:20px;
}
.top-header p a:hover{
	color:#0ebef2 !important;
}
.border-right{
	
}
.top-header p span{
	color: #fec31d;
}
.wapper{
	background: transparent !important;
    padding: 0;
    position: relative;
    z-index: 90;
	line-height:1;
}
.logo{
	float:left;
	margin-top:10px;
	padding:0px 10px;
}
.main-menu{
	float:right !important;
	padding-top:5px;
}
.active a{
	color: #fec31d !important;
}
.main-menu li a:hover{
	background:none !important;
	/*cursor: pointer;*/
	transition: all 0.5s ease;
	border-bottom:3px solid #fec31d ;
	}

.main-menu li a{
	border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    color: #fff;
    font-size: 16px !important;
    font-weight: 500;
    letter-spacing: 0;
    margin-left: 10px;
    padding: 10px 20px;
}
.view-stock{
	margin-top:150px;
	text-align:center;
	
}
.view-stock h1{
	color:#FFF;
	font-family: 'Open Sans', sans-serif;
	font-weight:300 !important;
	margin-bottom:30px;
}
.about-view-stock{
	margin-top:2%;
	text-align:center;
}
.about-view-stock h1{
	color:#FFF;
	font-family: 'Open Sans', sans-serif;
	font-weight:300 !important;
	margin-bottom:30px;
}
.view-stock h1 span{
	color:#ffb60e;
	font-size:38px;
}
.view-stock a{
	text-transform:uppercase;
	line-height: 40px;
	padding:10px 20px;
	color:#fff;
	border:1px solid #fff;
}
.view-stock a:hover{
	color:#ffb60e;
	text-decoration:none;
}
.slider{
	margin-top:-20px;
}
.slider-img{
	z-index:1000;
}
.slider-img img{
	width:100%;
}
.latest-vehicle{
	background-color: rgb(248, 248, 248);
	padding:10px 0px;
}
.full-latest{
	background-color:#303c4a !important;
}
.letest-heading h3{
	font-family: 'Open Sans', sans-serif;
	margin-bottom:30px;
}
.home-middel{
	margin-top:4%;
	margin-bottom:2%;
}
.serch-head h3{
	margin-top:0px;
	color:#1d86c7 !important;
	font-weight:500;
	padding-left:20px;
	padding-bottom:10px;
}
.custom-filter{
	background-clip: padding-box;
    background-color: #f6f6f6;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05) inset;
	display:inline-block;
	/*position:absolute;*/
}
.custom-form{
	padding:10px 5px;
}
.lable-container label{
	color: #424242;
    display: block;
    font-weight:500;
    margin-bottom: 10px;
}
.lable-container label i{
	float:right;
	margin-right:5px;
	margin-top:5px;
}
.lable-submit-container{
	margin-top:20px;
}
.lable-submit-container input{
	font-size: 14px;
    line-height: normal;
    padding: 8px 14px;
	background-color: #fafafa !important;
    background-repeat: repeat-x;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    color: #444444;
	width: 100%;
}
.select-area{
	background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03), 0 1px 5px rgba(0, 0, 0, 0.05) inset;
    color: #9c9c9c;
    cursor: pointer;
    font-size: 13px;
    margin-bottom: 15px;
    padding: 10px;
	width:100%;
}
.details-feild{
	display:block;
	padding-bottom:20px;
	margin-top:5px;
}

.feild-icon{
    padding: 19px 20px 19px 18px;
	background-position: center center;
    background-size: 100% 100%;
    border: 2px solid #1A86CA;
    border-radius: 50%;
    box-sizing: content-box;
    height: 28px;
    line-height: 12px;
    padding: 18px;
    text-align: center;
    transition: all 0.1s ease-in-out 0s;
    vertical-align: middle;
    width: 28px;
	float:left;
	display:inline-block;
}
.feild-icon i{
	color: #1A86CA;
    border-color: #1A86CA;
}
.feild-icon:hover{
	background-color:#000;
	color:#fff;
	border: 2px solid #000;
}
.feild-icon:hover i{
	background-color:#000;
	color:#fff;
}
.feild-icon i:hover{
	background-color:#000;
	color:#fff;
}

.content-para{
	display:inline-block;
	float:left;
	margin-top:-20px;
	margin-bottom:10px;
}
.content-para h3{
	color: #444444;
    margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
}

.hm-register-sect{
	background-image:url(../images/MKS-Register-Banner-Hm.jpg);
	background-size:auto;
	padding-top:6%;
	padding-bottom:3%;
	text-align:center;
}
.hm-member-link{
    list-style-type: none;
    margin: 10px;
    position: relative;
	display:inline-block;
}
.hm-member-link li{
    color: #fff;
    display:inline-block;
    font-size: 13px;
    padding: 10px;
	margin: 10px;
	
	
}
.hm-member-link li a{
	text-transform: uppercase;
    padding: 10px 15px;
    color: #fff;
    border: 2px solid #fff;
	display:block;
	width:170px !important;
}

.hm-regi-wapper p{
	text-align:center;
    color: #fff;
    font-size: 28px !important;
    font-weight: 300;
	letter-spacing:1px;
}
.hm-member-link li a:hover{
	text-decoration:none;
}

.hm-vehicle{
	text-align:center;
	font-size:16px;
	font-weight:600;
}
/*********************register page*************/
.register-sect{
	margin-top:2%;
	border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    visibility: visible;
    background-attachment: scroll;
    background-color: rgb(34, 34, 34);
    background-size: cover;
    background-position: 0% 0%;
    background-repeat: no-repeat;
}
.regi-wapper{
	padding:40px 20px;
	margin-bottom:40px;
}
.regi-wapper p{
	text-align:center;
    color: #fff;
    font-size: 28px;
    font-weight: 300;
	letter-spacing:1px;
}

.member-link{
	float: right;
    list-style-type: none;
    margin: 10px;
    position: relative;
}

.member-link li{
	background: none repeat scroll 0 0 #fec31d;
    border-radius: 5px;
    color: #fff;
    display: inline;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
	margin: 10px;
	
}
.member-link li a{
	color: #fff;
    text-decoration: none;
}
.populer-brand{
	padding: 50px 0 80px 0;
    position: relative;
	    background-color: rgb(248, 248, 248);
}
.brand-head h5{
	font-size: 16px;
    font-weight: 600;
}
.white{
	background-color: #fafafa;
    background-image: linear-gradient(to bottom, #ffffff, #fafafa);
    background-repeat: repeat-x;
    color: #444444;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	border: 1px solid #d8d8d8 !important;
    border-radius: 2px;
}
.brands-logo{
	margin-top:30px;
}
.grey-clr{
	-webkit-filter: grayscale(90%);
	filter: grayscale(90%);
}
.grey-clr:hover{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
.clear-sect{
	background-color:#fff;
	height:60px;
}
.auction-top{
	background-color:#fadd41;
	text-align:center;
	
}
.con{
	margin-left: auto;
    margin-right: auto;
	padding-left:0px;
	padding-right:0px;
}

.auction-list{
	margin-top:30px;
	text-align:center;
}
.auction-list h3{
	font-family: 'Open Sans', sans-serif;
	margin-bottom:30px;
}
.regi-list{
	display:block;
	
}
.regi-list li{
	display:inline-block;
	list-style:none;
	text-align:center;
	/*width:125px;*/
/*	height:230px;*/
	/*background:#000;*/
}
.regi-list li img{
	width:100px;
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-bottom:5px;
	padding-top:10px;	
}
.regi-list img{
	margin-left: auto;
    margin-right: auto;
	margin-top:auto;
	margin-bottom:80px;
}
.regi-list li p{
	text-align:center;
}
.item-arrow{
	width:40px;
}
.img-top-margin{
}
.step-auction{
	display:inline-table;
}

.step-numbr-img{
	display:inherit;
	float:left;
	padding:5px;
	height:inherit;
}
.step-details{
	display:inherit;
	text-align:start;
}
.step-details p{
	font-size:14px;
	
}
.agent-details{
	background:#d4f9f2;
	
}
.agent-top{
	padding:10px;
	text-align:center;
	background:#acf3e5;
}
.agent-bottom{
	padding:15px;
	background:#d4f9f2;
}
/*********************page footer*****************/
.page-footer{
	background: none repeat scroll 0 0 #26282a;
    color: #a7a7a7;
    font-size: 13px;
    padding: 60px 0 30px;
	bottom:0px;
}
.cpoyright{
	    border-top: 1px solid #535a60;
    padding-top: 30px;
}
.footer-boder{
	    background-color: #fec31d;
    display: block;
    height: 1px;
    margin-top: -31px;
    position: absolute;
    width: 100px;
}
.cpoyright p{
}

/*********************about page**********************/
.page-top{
	background: none repeat scroll 0 0 #1a86ca;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
    overflow: hidden;
    position: relative;
    z-index: 50;
	margin-top:-20px;
	padding:15px 0;
}
.top-header-content h1{
	color:#FFF;
}
.about-wapper{
	/*margin-top:10px;*/

}
.about-hd{
	padding:3% 15%;
	text-align:center;
}
.about-para p{
	line-height:1.8em;
}
.about-why{
	margin-top:10px;
	padding-bottom:10px;
	font-family: 'Open Sans', sans-serif;
	background-image:url(../images/MKS-About-WhyUs.jpg);
	background-size:cover;
}
.about-choose h1{
	margin-top:50px;
	text-align:center;
	color:#FFF;
	font-weight:bold;
}
.ab-feild{
	display:block;
	margin-top:30px;
	padding-bottom:20px;
}
.why-icon{
	width:100%;
	display:block;
}
.why-icon img{
	margin-left:42%;
	text-align:center;
	width:80px;
	height:80px;

}
.ab-feild-icon{
	display:inline-block;
	float: left;
    position: relative;
	padding: 19px 20px 19px 18px;
	background-position: center center;
    background-size: 100% 100%;
    border: 2px solid #1A86CA;
    border-radius: 50%;
    box-sizing: content-box;
    height: 28px;
    line-height: 12px;
    padding: 18px;
    text-align: center;
    transition: all 0.1s ease-in-out 0s;
    vertical-align: middle;
    width: 28px;
}
.ab-feild-icon i{
	color: #1A86CA;
    border-color: #1A86CA;
}
.ab-content-para{
	float:right;
	display: block;
    margin-left: 40px;
	color:#FFF;
	text-align:center;
}
.ab-content-para h3{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	text-align:center;
	margin-bottom:30px;
}
.ab-content-para p{
	font-size:16px;
	line-height:1.7em;
	text-align:center;
}
.ab-feild-icon:hover{
	background-color:#000;
	color:#fff;
	border: 2px solid #000;
}
.ab-feild-icon:hover i{
	background-color:#000;
	color:#fff;
}
.ab-feild-icon i:hover{
	background-color:#000;
	color:#fff;
}

/**********************spare parts page*********************/

.spare-parts-wapper{
	margin-top:30px;
	padding-bottom:20px;
}
.part-left-para{
	margin-top:30px;
	padding-bottom:20px;
	padding-right:100px;
}
.parts-head h3{
	font-family: 'Open Sans', sans-serif;
}
.part-left-para h4{
	margin-top:50px;
	font-family: 'Open Sans', sans-serif;
}
.part-left-para p{
	margin-top:15px;
	line-height:1.7em;
	text-align:justify;
}
.part-right-para{
	margin-top:30px;
	padding-bottom:20px;
}
.spare-part-form{
	margin-top:50px;
	padding:10px 15px;
}
.part-information{
	padding:30px 50px;
	background-color:#c4d2ff;
}
.part-information h4{
	margin-bottom:20px;
}
.part-information h3{
	color:#217d94 !important;
	font-weight:500;
}
.form-cpt-size{
	float:left;
	width:50% !important;
	display:inline-block;
	margin-right:10px;
}
.inquire-btn{
	/*background-image: linear-gradient(to bottom, #1fb3e6, #1698c5);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;*/
	background-color:#217d94;
	padding:10px 25px;
	color:#fff;
}
.hr-line{
	border-top: 1px solid #535a60;
}

.register-head{
	    color: #0181ae;
    font-size: 18px;
    font-weight: bold;
    margin-left: 0px;
    padding-top: 0;
	margin-bottom:20px;
	
}
.agent-font{
	font-size:13px;
}
.service-details{
	background:#faeed6;
	padding:50px 50px;
}
.parts-head{
	margin-bottom:30px;
}
.parts-head h3{
	text-align:center;
	color:#1098ca;
}
.table-pd{
	border-collapse: collapse;
	margin-top:10px;
}
.table-pd td{
	padding-left: .2em;;
	padding-right: .2em;;
	padding-top: .3em;
    padding-bottom: .5em;
}
/*.table-pd td:nth-child(2){
	background-color:#f6f6f6;}*/


/*****************************contact us page*****************************/
.contact-details{
	margin-top:30px;
	padding-bottom:20px;
}
.contact-form-map{
	margin-bottom:50px;
}
.form-fill{
	padding-top:10px;
	margin-bottom:20px;
}

.how-tab{
	margin-right:auto;
	margin-left:auto;
	padding-left:15px;
	padding-right:15px;
	display:inline-block;
}
.how-tab p{
	font-size:14px;
	font-weight:300 !important;
}
.buy-para p{
	margin-top:30px;
	padding-bottom:15px;
	border-bottom: 1px solid #ebebeb;
}
.buy-agent{
	background: none repeat scroll 0 0 #d6cda2;
    height: auto;
	padding:10px;
    width: auto;
}
.paypal{
	padding-right:150px;
}
.contact-header{
	margin-top:50px;
	text-align:center;
}
.contact-header h5{
	font-weight:500;
}
.contact-form-bg{
	background:#f6f6f6;
	max-height:470px;
}
.contact-form{
	padding:15px 20px;
}
.contact-detail-bg{
	background:#eaeaec;
	max-height:470px;
}
.head-ofz p{
	line-height:1.2em;
}
.contact-skype{
	display:block;
	border-top:2px solid #c0c0c2;
	padding-bottom:98px;
}
.contact-skype p{
	display:inline-block;
}

/***********************brows vehicle page************************/
.vehicle-wapper{
	margin-top:30px;
	padding-bottom:20px;
}

.vehi-counter{
	display:inline-block;
}
.vehi-sort{
	display:inline-block;
	padding-left:300px;;
}
.vehi-sort span select{
	background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03), 0 1px 5px rgba(0, 0, 0, 0.05) inset;
    color: #4b5468;
    cursor: pointer;
    font-weight: 600;
    overflow: hidden;
    padding: 10px;
    position: relative;
    text-overflow: ellipsis;
    transition: all 240ms ease-out 0s;
    white-space: nowrap;
    width: 150px;
}
.vehi-sort span select option{
    overflow: auto;
    position: absolute;
    top: 40px;
	padding:10px;
    transition: opacity 300ms ease-out 0s, top 300ms ease-out 0s, visibility 300ms ease-out 0s;
    z-index: 50;
    color: #4b5468;
}
/*.vehicle-item{
	margin-right:20px;
}*/
.vehicle-discrip h3{
}
.vehicle-discrip h3 a{
	display: inline-block;
    font-size: 18px;
    font-weight: 400 !important;
	padding-left:10px;
	color:#212121;
	border-left:5px solid #f26b29;
	
}
.vehi-price{
	color: #1a86ca;
    display: inline-block;
    float: right;
    font-size: 24px;
    font-weight: 600;
    margin-top: 16px;
}
.offer-dese{
	    border-top: 1px solid #e9e9e9;
    margin-top: 15px;
    padding: 15px 0;
}
.vehi-speed{
	padding-top: 11px;
    text-align:left;
	display:inline-block;
	float:left;
}
.speed-icon{
	background-color: #fafafa;
    border: 1px solid #ececec;
    border-radius: 3px;
    color: #1a86ca;
    margin-right: 10px;
    padding: 5px;
}
.vehicle-view{
	padding-top: 11px;
    text-align: right;
	display:inline-block;
	float:right;
}

.serch-header{
	display:block;
	background-color: #fff;
    border-bottom: 1px solid #ddd;
    padding: 5px 10px 5px;
	color: #444444;
}
.serch-header i{
	display:inline-block;
	margin:5px 6px;
}
.serch-header h4{
	display:inline-block;
}
.vehicle-filter{
	color: #fff;
    margin-bottom: 40px;
	background-clip: padding-box;
    background-color: #f6f6f6;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05) inset;
}

.vehi-inq{
    margin-bottom: 40px;
	background-clip: padding-box;
    background-color: #ef4b56;
    border: 1px solid #a82b33;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05) inset;
	text-align:center;
	padding:20px 10px 30px;
	color:#fff;
}

.btn-inq{
	padding:10px 30px;
	color:#fff;
	border-radius:4px;
	border:none;
	background-color:#a82b33;
}
.single-form-search{
	padding: 0 10px 10px;
	margin-top:20px;
}	
.width-taitel{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #f1f1f1;
    color: #444444;
    display: block;
    font-size: 16px !important;
    font-weight: normal;
    line-height: 1 !important;
}
.width-taitel span{
	font-family: 'Open Sans', sans-serif;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #cccccc;
    display: inline-block;
    line-height: 1 !important;
    margin: 0 0 -1px;
    padding: 0 0 10px;
	text-transform:uppercase;
	font-weight:700;
	
	
}
.wiget-num ul{
	list-style:none;
	margin-left:-40px !important;
}
.wiget-num ul li{
	padding-top:8px;
	padding-bottom:10px;
	border-bottom:1px solid #f3f3f3;
	
}

/**********************single vehicle page***********************/
.full-vehicle-wapper{
	/*margin-top:30px;*/
	/*padding-bottom:20px;*/
}
.single-vhicle{
	margin-bottom:20px;
}
.share-vehicle{
	background-color: #fafafa;
	border-bottom:1px solid #000;
	height:50px;
	
}
.vehicle-img{
	margin-top:20px;
}
.vehicle-details{
	margin-top:20px;
	border-left:3px solid #ffa61c;
	padding-left:10px;
}
.vehicle-price p{
	float:right;
	margin-top:10px;
	font-weight:600;
	padding:10px 15px;
	background-color:#ffa61c;
}
.single-details{
	border-bottom: 1px solid #ececec;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.table-row{
	background: none repeat scroll 0 0 #f8f8f8;
    line-height: 24px;
}
.table-row td{
	padding: 5px;
}
.table-row-two{
	line-height: 14px;
}
.table-row-two td{
	padding: 3px;
	font-size:13px;
}
.line{
	color: #798fa1;
}
.vehicle-description{
	padding:10px 0px;
}
.vehicle-features{
	margin-top:30px;
	min-height:350px;
	/*border:3px solid #c1c2c4;*/
	padding: 10px 15px;
	
}
.vehi-bg-1{
	background-color:#86e2dd;
}
.vehi-bg-2{
	background-color:#c8e042;
}
.vehi-bg-3{
	background-color:#ebebeb;
}

.vehicle-features h5{
	padding: 10px 0px;
	border-bottom:2px solid #666666;
}
.vehicle-features h5 strong{
	/*padding: 10px 15px;*/
	font-size:18px;
	/*border:1px solid #eee;
	border-bottom:#FFF;*/
	z-index:1000;
}
.feature-list{
	display:inline-block;
	margin-top:-1px;
	padding:10px;
	width:100%;
}
.feature-list p{
	font-size:16px;
	margin-bottom:0px !important;
}
.latest-sing-vehi{
	width:100%;
	background:#000;
	padding:30px 0;
}

/**************vehicle form**************/
.padd-1{
	
}
.online_form{
	width:100% !important;
	margin:0px !important;
}
.online_form form{
	width:100%;
}
.online_form form label{
	width:100%;
	color:#7d8633;
	font-size:9px;
	font-weight:400 !important;
	/*line-height:1.2em;*/
	padding:2px 1px !important;
	margin-bottom:0px !important;
	margin-top:0px !important;
	display:block;
}
.online_form form label img{
	float:left;
	margin-top:5px;
	display:inline-block;
}
.online_form form label input{
	/*width:300px !important;*/
	border-color: #818f2d;
    outline: 0 none;
	height:30px;
	background-color:#c8e042;
}
.online_form form label textarea{
	background-color:#c8e042;
	border-color: #818f2d;
    outline: 0 none;
	/*width:300px !important;*/
}
.online_btn{
	background:#59595b;
	padding:4% 18%;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	box-shadow: 2px 2px 10px #ebc8b8;
	
	
}
.form_disply{
	display:inline-block;
	float:left;
}

.form-size{
	width:40% !important;
	
}

/*.form_fild{
	display:block !important;
	padding:1px;
	padding-left:10px;
	background-image:url(../images/taiyo_form_icon_1.png) !important;
    background-position:0px 0px;
    background-repeat: no-repeat;
}
.form_fild:focus{
	background:none;
	padding-left:15px;
}
.form_fild:after{
	background:none !important;
	padding-left:15px;
}
::-webkit-input-placeholder{
	padding-left:35px;
	color:#CCC !important;
	font-weight:400 !important;
}
*/
/*input#name{
	background-image:url(../images/taiyo_form_icon_1.png) !important;
	background-repeat:no-repeat;
	background-position:6px;
}
.form_fild_1{
	padding:1px;
	padding-left:10px;
	background-image:url(../images/taiyo_form_icon_2.png);
    background-position:0px 0px;
    background-repeat: no-repeat;
}
.form_fild_1:focus{
	background:none;
	padding-left:15px;
}

.form_fild_2{
	padding:1px;
	padding-left:10px;
	background-image:url(../images/taiyo_form_icon_3.png);
    background-position:0px 0px;
    background-repeat: no-repeat;
}
.form_fild_2:focus{
	background:none;
	padding-left:15px;
}
.form_fild_3{
	padding:1px;
	padding-left:10px;
	background-image:url(../images/taiyo_form_icon_4.png);
    background-position:0px 0px;
    background-repeat: no-repeat;
}
.form_fild_3:focus{
	background:none;
	padding-left:15px;
}
*/

.form-captcha{
	float:left;
	width:75% !important;
	display:inline-block;
}
.form-captcha{
	margin-right:10px;

}

#conmsg::-webkit-input-placeholder{
	padding-top:7px;
	padding-left:35px;
	color:#CCC !important;
	font-weight:400 !important;
}

 .btn-send{
	 background:#f76d2c;
	 color:#FFF;
	 font-size:12px;
	 border-radius:20px;
	 padding:5px 18px;
	 border:none;
	 float:right !important;
	 margin-bottom:5px;
	 margin-top:5px;
	 margin-right:10px;
/*	 margin-left:60%;*/
	
 }



/**********************select range***************/
input[type=range] {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  cursor: pointer;
  animate: 0.2s;
  /*box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;*/
  background: #1a86ca;
  border-radius: 5px;
  /*border: 0.2px solid #010101;*/
}
input[type=range]::-webkit-slider-thumb {
  /*box-shadow: 1px 1px 1px #000000, 0px 0px 1px #1a86ca;*/
  border: 0.5px solid #000000;
  height: 10px;
  width: 18px;
  border-radius: 5px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
/*  margin-top: -14px;*/
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #367ebd;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #3071a9;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 20px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #2a6495;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #3071a9;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 20px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #3071a9;
}
input[type=range]:focus::-ms-fill-upper {
  background: #367ebd;
}</pre></body></html>