/* #font family use */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
/* global css */
body{
    line-height: 1.6;
    color: #333;
    font-size: 15px;
    font-family: 'Roboto', Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 0.2px;
}

#head  .navbar-default {
box-shadow: 0 1px 6px 0px rgba(0,0,0,.2);
border: 0;
background-color: #fff;
position: fixed;
top: 0;
z-index: 999;
width: 100%;
border-radius: 0;
left: 0;
right: 0;
}

.navbar-brand{
    height: auto;
    padding: 10px;
}

.navbar-brand img{
    max-height: 44px;
}

.banner{
background-image: url(https://clsite-file1.s3.amazonaws.com/106960_du-1.jpg);
position: relative;
background-position: bottom;
background-size: cover;
background-repeat: no-repeat;
padding: 35px 0;
margin-top: 62px;
}

.banner:before{
position: absolute;
content: "";
background-color: rgba(0, 20, 121, 0.8);
width: 100%;
height: 100%;
top: 0;
left: 0;
}

button.btnotp {
    background: #5c72ff;
    background-image: linear-gradient(to right, #5C72FF, #8C3FFF);
    position: absolute;
    right: 15px;
    top: 6px;
    border: inherit;
    padding: 5px 15px;
    border-radius: 3px 3px 3px 3px;
    color: #fff;
}

.banner .container{
    position: relative;
}

.banner h1{
color: #fff;
font-weight: bold;
margin-bottom: 30px;
}

.banner p{
    color: #fff;
}

.banner ul{
    margin: 0;
    padding:0;
}

.banner li{
position: relative;
list-style: none;
color: #fff;
margin-bottom: 10px;
padding-left: 25px;
}

.banner li:before{
content: "\f00c";
font-family: FontAwesome;
top: 0;
position: absolute;
display: inline-block;
left: 0;
}


#navbar li{
/*    float: left;*/
}

#navbar li a{
background-color: transparent;
/*border: 1px #f15922 solid;*/
padding: 8px 16px;
margin-left: 5px;
margin-top: 10px;
border-radius: 3px;
}

#navbar li a i{
    margin-right: 4px;
}


#navbar li a:hover{
    color: #f15922;
}

#navbar li.loginbtn a{
    border-color: #f15922;

}

#navbar li.signupbtn a{
    border-color:#1832c8;
}

#navbar li.dropdown .dropdown-menu a{
border: none;
margin: 0;
padding: 6px 19px;
line-height: 16px;
}

.pg-block{
    position: relative;
    padding:35px 0;
}


.pg-block h2{
    margin-bottom: 20px;
}


.right-con-hed{
background: #fff;
padding: 20px;
border-top: 6px #ff692e solid;
position: relative;
margin-top: 20px;
}

.right-con-hed:before{
width: 0;
height: 0;
border-left: 10px solid
transparent;
border-right: 10px solid
transparent;
border-top: 10px solid
#ff692e;
content: "";
position: absolute;
top:0;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}

.right-con-hed h3{
color: #333;
font-size: 17px;
padding-bottom: 5px;
text-align: center;
margin-top: 0px;
font-weight: 600;
}

.right-con-hed input#submit{
background-color: #ff692e;
color: #fff;
border-radius: 30px;
display: inline-block;
width: auto;
padding: 7px 20px;
border: none;
font-size: 18px;
}


.right-con-hed .form-control {
    border-radius: 0;
    box-shadow: initial;
    height: 45px;
    color: #6b7c8a;
    padding-left: 45px;
    background-repeat: no-repeat;
    border: 1px solid #eceaee;
    background-position: 20px center;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
}

.right-con-hed img {
    position: absolute;
    color: #44355b;
    line-height: 64px;
    left: 26px;
    width: 21px;
    text-align: center;
    top: 50%;
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}


.btn-orange{
background-color: #f15922;
border-radius: 3px;
color: #fff !important;
padding: 10px 20px;
}


.thanlkyou{
background-color: #604684;
padding-top: 50px;
padding-bottom: 80px;
text-align: center;
clear: both;
float: left;
width: 100%;
margin-top: 65px;
}
.thanlkyou img{
    
}
.thanlkyou h2{
    margin-top: 20px;
    font-weight: bold;
    color: #fff;
/*    letter-spacing: 2px;*/
    font-size: 32px;
}
.thanlkyou p{
    color: #fff;
   /* letter-spacing: 1px;*/
    font-size: 18px;
}
.thanlkyou p span{
    position: relative;
}
.thanlkyou p span strong{
        position: relative;
    z-index: 2;
}
.thanlkyou p span:after {
    position: absolute;
    bottom: 4px;
    width: 100%;
    left: 0;
    height: 5px;
    background: #fbd1c2;
    content: '';
    z-index: 1;
    opacity: .3;
}
.contfldthh {
    margin-top: -46px;
}
.boxesiner {
    padding: 15px;
    border: 1px solid rgba(171, 171, 171, .4);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .20);
    margin-bottom: 20px;
    border-radius: 15px;
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
    background-color: #fff;
    font-size: 16px;
}






@media only screen and (max-width: 767px){
.navbar-nav {
    margin: 7.5px 0;
}
.navbar-toggle{
    margin-top: 15px;
    background-color: #f15922!important;
    border:none!important;
}

.navbar-toggle span.icon-bar{
    background-color: #fff!important;
}

#navbar li a{
    margin-top: 0;
}

}

@media only screen and (max-width: 480px){
form #captchaId {
    clear: both;
}
form #captchaId div {
    width: 100% !important;
}
form #captchaId div iframe {
    width: 100% !important;
}

.banner h1{
    font-size: 26px;
}

}