
body{
    font-family: Roboto;
    background-color: #FFF;
    border-top:5px solid #00101a;
}

img{
    max-width: 100%;
}
.top_section{
    background: #ffffff;
    padding: 0px 0px 30px 0px;
}

.section-full{
    background: #ffffff;
    padding: 20px 0px 10px 0px;
	text-align: center;
}


.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.left_text {
    position: absolute;
    top: 17px;
    left: 0;
}
.right_img{
    float: right;
}
.left_text h3 {
    font-size: 33px;
    line-height: 36px;
    color: #000;
    font-weight: 600;
}
.left_text h3 span{
    display: block;
    font-size: 20px;
    font-weight: normal;
}
.top_section ul{
    margin: 0;
    padding: 0;
}
.top_section ul li {
    list-style: none;
    background: url(../images/list.png) no-repeat left center;
    padding-left: 32px;
    font-size: 18px;
    line-height: 40px;
	font-weight:500;
	
}
.formbox form {
    background-image: url("../images/parallex-bg.png");
    padding: 15px 15px;
    border-radius: 0 0 5px 5px;
    text-align: center;
    position: relative;
    z-index: 12;
}
.formbox h4 {
    background: #00101a;
    padding: 15px;
    margin: 0;
    border-radius: 5px 5px 0 0;
    color: #FFF;
    line-height: 25px;
    font-size: 26px;
    text-align: center;
    border-bottom: 1px solid #FFF;
}
.form-control {
    border-radius: 0;
    border: none;
    font-size: 14px;
   
}
select.form-control:not([size]):not([multiple]) {
    height: auto;
}
.formbox .btn, .rate .btn {
    background: #1da1f2;
    background: -moz-linear-gradient(top, #1da1f2 0%, #1994e0 20%, #085d90 74%, #055180 87%, #024974 100%);
    background: -webkit-linear-gradient(top, #1da1f2 0%,#1994e0 20%,#085d90 74%,#055180 87%,#024974 100%);
    background: linear-gradient(to bottom, #1da1f2 0%,#1994e0 20%,#085d90 74%,#055180 87%,#024974 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1da1f2', endColorstr='#024974',GradientType=0 );
    border: 2px solid #FFF;
    font-size: 20px;
    border-radius: 27px;
    color: #FFF;
    padding: 8px 26px;
    margin: 0 0 10px;
   
}
.rate .btn:hover, .rate .btn:focus, .formbox .btn:hover, .formbox .btn:focus {

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#024974+0,055180+13,085d90+26,1994e0+80,1da1f2+100 */
background: #024974; /* Old browsers */
background: -moz-linear-gradient(top,  #024974 0%, #055180 13%, #085d90 26%, #1994e0 80%, #1da1f2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #024974 0%,#055180 13%,#085d90 26%,#1994e0 80%,#1da1f2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #024974 0%,#055180 13%,#085d90 26%,#1994e0 80%,#1da1f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#024974', endColorstr='#1da1f2',GradientType=0 ); /* IE6-9 */
transition: all 0.5s;
}
.formbox form  p{
    margin: 0;
    font-size: 12px;
    color: #FFF;
    line-height: 16px;
}
.clock {
    background-color: #00101a;
    margin-top: -42px;
    position: relative;
    z-index: 2;
}
.clock h2 {
   color: #FFF;
    position: relative;
    padding: 20px 20px 20px 185px;
    font-size: 22px;
}

.clock h2 img {
    position: absolute;
    top: -46px;
    left: -33px;
}
.rate {
    text-align: center;
    padding: 0 0 20px;
    background: #FFF;
   padding-bottom: 80px;
    padding-top: 80px;
}

.img_box span {
    position: absolute;
    top: 0px;
    left: -6px;
    width: 36px;
    height: 36px;
    background: #024873;
    line-height: 36px;
    color: #FFF;
    border-radius: 100%;
    font-size: 24px;
    font-weight: bold;
}
.rate p {
    margin: 0px auto 10px auto;
    padding: 0px 15px 15px 15px;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
}
.img_box {
    position: relative;
    max-width: 160px;
    margin: 0 auto;
}
.rate h4 {
    font-size: 36px;
    margin: 0 0 50px;
    color: #024873;
    font-weight: 600;
}

.rate .btn, .rate .btn:hover, .rate .btn:focus {
font-size: 22px;
    font-weight: 500;
    padding: 8px 25px;
}

footer{
    margin: 30px 0 0 ;
    background-color: #000;
    padding: 10px 0;
}
footer p{
    margin: 0;
    color: #FFF;
}

@media (max-width: 980px){
    .clock {
        background-color: #00101a;
        margin-top: 70px;
        position: relative;
        z-index: 2;
    }
    .clock h2 img {
        position: absolute;
        top: -26px;
        left: -33px;
    }
}

@media (max-width: 767px){
.left_text {
    position: relative;
    top: 0;
    left: 0;
}
.left_text h3 {
    font-size: 24px;
    line-height: 36px;
    color: #000;
    font-weight: 600;
}
.left_text h3 span {
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
}
.clock h2 img {
    position: absolute;
    top: -26px;
    left: -13px;
}
.rate h4 {
    font-size: 25px;
}

.right_img {
    float: right;
    margin-top: -50px;
}

}



@media (max-width: 480px) {
.left_text h3 span {
    
    font-size: 14px;
    line-height: 20px;
}

.left_text h3 {
    font-size: 18px;
}

.top_section ul li {
	
    padding-left: 32px;
    font-size: 18px;
    line-height: 30px;
    
}

.top_section {
    background: #f7f7f7;
    padding: 15px 0;
}

.right_img {
    float: right;
    margin-top: -50px;
}

.formbox h4 {
 
    font-size: 24px;
}

.clock h2 img {
    position: absolute;
    top: 4px;
    left: -27px;
    max-width: 40%;
}

.clock h2 {
    color: #FFF;
    position: relative;
    padding: 10px 0px 10px 118px;
    font-size: 20px;
}

}