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

.overlay a { text-decoration:none; color:#333;}
.overlay h1,.overlay h2,.overlay h3,.overlay h4,.overlay h5,.overlay h6,.overlay p { margin:0px; padding:0px; font-weight:normal;}
.overlay ul,.overlay ol,.overlay li { margin:0px; padding:0px; list-style:none;}
.overlay .container {width:950px; margin:0px auto; position:relative;}

.overlay header { background:#0658ac; text-align: center; padding:25px 0;}


.overlay .mainpage {  margin:0 auto; overflow:hidden; position:relative;}
.overlay .mainpage .pageheading h3 {font-size:40px; font-weight:100; color:#636363;}
.overlay .mainpage .formsection { width:100%; padding:10px; background:#fff; margin:10px 0;}

.overlay #slider { position:relative; overflow:hidden; margin:3% auto; width:100% !important; background:#fff;}
.overlay #slider ul { position:relative; margin:0; padding:0; list-style: none; width:100% !important; margin:0px !important;}
.overlay #slider ul li { position:relative; display:block; float:left; width:100%; min-height:500px;  text-align:center;}
.overlay a.control_prev, .overlay a.control_next { position:absolute; top:40%; z-index:999; display:block; padding:4% 3%; background:#2a2a2a; color:#fff; text-decoration:none; font-weight:600; font-size:18px; opacity:0.8; cursor:pointer;}
.overlay a.control_prev {border-radius: 0 2px 2px 0;}
.overlay a.control_next {right: 0;border-radius: 2px 0 0 2px;}
.overlay #slider ul li .header { padding:40px 0 20px;}
.overlay #slider ul li h3 {font-size:30px; font-weight:100; color:#636363; padding:0 15px;}
.overlay #slider ul li .pricerange { width:70%; margin:20px auto;}
.overlay #slider ul li .getmerge { margin-bottom:20px; font-size:25px; font-weight:600; color:#204ea4;}
.overlay .pricevalue { margin:0px; padding:10px 0 30px; clear:both; }
.overlay .pricevalue .leftpricevalue { float:left;}
.overlay .pricevalue .rightpiricevalue { float:right;}
.overlay .welcomepage { min-height:400px; }
.overlay .welcomepage .formsection {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ccc;
    padding:8% 0; 
}

.overlay .welcomepage .formsection h2 {
    text-align: center;
    font-size: 30px;
    color: #204ea4;
}

.overlay .welcomepage .formsection h2 span {
    display: block;
    color: #636363;
}






.overlay .clickbtn p {color:#887C7C;font-size: 14px;padding-top: 50px;}







.overlay .clickbtn { margin:10px auto; width:320px;}
.overlay .clickbtn label { position:relative;}
.overlay .clickbtn label:after { content:url("../images/arrow.png"); position:absolute; right:20px; top:12px;}
.overlay .clickbtn input[type=radio], .overlay .clickbtn input[type=checkbox] {display:none;}
.overlay .clickbtn input[type=radio] + label,.overlay .clickbtn  input[type=checkbox] + label { display:inline-block; padding:10px 0; font-size:21px; color:#fff; text-align:center;cursor: pointer; background:rgba(0, 0, 0, 0) linear-gradient(to bottom, #fa5308 0%, #fa5308 100%) repeat scroll 0 0;  border-radius:2px; width:100%; }
.overlay .clickbtn  input[type=radio]:checked + label, .overlay .clickbtn input[type=checkbox]:checked + label{ background-image: none; outline: 0; background:rgba(0, 0, 0, 0) linear-gradient(to bottom, #fa5308 0%, #fa5308 100%) repeat scroll 0 0; }
.overlay .clickbtn input[type="text"] { height:58px; background:#fff; border:1px solid #ccc;  border-radius:4px; box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset; color:#555; font-size:14px; padding:6px 12px; transition:border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; width:100%; box-sizing:border-box;}
.overlay .clickbtn textarea { height:200px; resize:none; background:#fff; border:1px solid #ccc; border-radius:4px; box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset; color:#555; font-size:14px; padding:6px 12px; transition:border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; width:100%; box-sizing:border-box;}
.overlay .clickbtn select { border:1px solid #ccc; position:relative; color:#555; font-size:14px; padding:12px 12px;  width:100%; box-sizing:border-box;}
.overlay .clickbtn input.submitbtn { background:rgba(0, 0, 0, 0) linear-gradient(to bottom, #fa5308 0%, #fa5308 100%) repeat scroll 0 0; cursor:pointer; position:relative; width:100%; padding:10px 0; font-size:21px; color:#fff; border:none; border-radius:2px;}
.overlay .clickbtn input.submitbtn:before {  content:url("../images/arrow.png"); position:absolute; right:20px; top:18px;}
.overlay .clickbtn input[type="button"], .overlay input[type="submit"] {background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fa5308 0%, #fa5308 100%) repeat scroll 0 0; position:relative; border-radius:2px;cursor:pointer; width:100%; padding:10px 0; font-size:21px; color:#fff; border:none; border-radius:2px;}
.overlay .clickbtn input[type=radio] + label, .clickbtn input[type=checkbox] + label, .overlay .simplenext {display:inline-block; padding:10px 0; font-size:21px; color:#fff; text-align:center; cursor:pointer; border-radius:2px;  width:100%;
background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fa5308 0%, #fa5308 100%) repeat scroll 0 0;}
.overlay .err_msg { color:red; display:none;}

/*Radio Css*/
    .RadIOSeCtIOn{
        margin-top: 30px;
    }
    /*.RadIOSeCtIOn ul{
        list-style-type: none;
        padding: 0px;
        display: inline-block;
        width: 100%;
    }*/
    .overlay #slider ul .RadIOSeCtIOn ul {
        list-style-type: none;
        padding: 0px !important;
        display: inline-block;
        width: auto !important;
        height: auto !important;
        margin-bottom: 30px !important;
    }
    .RadIOSeCtIOn ul li{
        display: inline-block !important;
        margin-left: 20px;
        margin-right: 20px;
        float: none !important;
        width: auto !important;
        height: auto;
        min-height: inherit !important;
    }
    .RadIOSeCtIOn ul li label{
        color: #46526A !important;
        font-size: 18px;
        font-weight: normal;
    }
    .RadIOSeCtIOn [type="radio"]:checked,
    .RadIOSeCtIOn [type="radio"]:not(:checked) {
        position: absolute;
        left: -9999px;
    }
    .RadIOSeCtIOn [type="radio"]:checked + label,
    .RadIOSeCtIOn [type="radio"]:not(:checked) + label
    {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }
    .RadIOSeCtIOn [type="radio"]:checked + label:before,
    .RadIOSeCtIOn [type="radio"]:not(:checked) + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 18px;
        height: 18px;
        border: 1px solid #46526A;
        border-radius: 100%;
        background: #fff;
    }
    .RadIOSeCtIOn [type="radio"]:checked + label:after,
    .RadIOSeCtIOn [type="radio"]:not(:checked) + label:after {
        content: '';
        width: 12px;
        height: 12px;
        background: #46526A;
        position: absolute;
        top: 3px;
        left: 3px;
        border-radius: 100%;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .RadIOSeCtIOn [type="radio"]:not(:checked) + label:after {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    .RadIOSeCtIOn [type="radio"]:checked + label:after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .RadIOSeCtIOn [type="radio"]:checked + label::before{
        border: 1px solid #46526A;
    }
    /*Radio Css*/

@media screen and (max-width:980px){.overlay .mainpage, .overlay .container { width:95% !important;}	}
@media screen and (max-width:480px){.overlay .clickbtn { width:90%;} .overlay nav ul li { text-align:center;}	}


