/*  Contact us page css start */

.theme1 h4{
    font-size:20px; 
    margin-bottom:15px;
    color:#000000; font-weight:700; 
    line-height: normal; 
    text-transform: uppercase;
}
/*  Contact us Details css start */
.cud-mob{
    font-size:30px;
}
.theme1-cudetails i{
    font-size:20px;
    width: 20px;
}

.theme1-cudetails-wh strong{
    display: inline-block; 
    width: 110px;
}
/*  Contact us Details css end */

/* Contact us form css start */
.theme1-cuf-errmsg{
    color:red !important;
}
.control-label{
    font-family: 'Roboto', sans-serif; 
    font-weight:400; 
    font-size:14px; 
    color: #393939; 
    line-height: 27px;
}
.theme1-cuf-success-msg{
    color:green !important;
}

.theme1-cuform{
    margin-top:20px; 
    margin-bottom:20px;
}
.theme1-cuform {        
    margin-left:auto;
    margin-right:auto;
    color:#555555; font-size:14px; line-height:24px; font-weight: 400;
    max-width: 600px;
    background: #FFF;
    padding: 30px 30px 20px 30px;
    box-shadow: rgba(187, 187, 187, 1) 0 0px 20px -1px;
    -webkit-box-shadow: rgba(187, 187, 187, 1) 0 0px 20px -1px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #666;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}
.theme1-cuform h3 {
    font-size:25px; color:#1e283a !important; 
    font-weight:700; 
    line-height: normal; 
    text-transform: uppercase;

    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom: 1px solid #F5F5F5;
    margin: -10px -30px 10px -30px;
}

.theme1-cuform h1 {
/*    font: 24px "Open Sans", sans-serif;*/
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom: 1px solid #F5F5F5;
    margin: -10px -30px 10px -30px;
    color: #969696;
}
.theme1-cuform h1>span {
    display: block;
    font-size: 13px;
    color: #969696;
    text-align: center;
    margin-top: 20px;
}
.theme1-cuform .button {
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.theme1-cuform .button {
    border:none; 
    color:#fff; 
    width:50%; 
    background:#c51f1f;
    padding:7px; 
    text-transform:uppercase; 
    margin:20px auto 0; 
    font-size:22px; 
    line-height:28px;
}
.theme1-cuform .button:hover{ 
    background:#1e283a;
}

.theme1-cuform select {
    background: url('down-arrow.png') no-repeat right, -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
    background: url('down-arrow.png') no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9));
   appearance:none;
    -webkit-appearance:none; 
   -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
    line-height: 15px;
    height: 30px;
}
.theme1-cuform select.multiselect {    
    height: auto !important;
}
@media (max-width: 768px) {
    .theme1-cuform {    
        padding: 25px 25px;
        margin: 20px;
    }
}
@media  screen and (min-width:768px) and (max-width:991px) {
    .theme1-cuform {    
        padding: 25px 25px;
        margin: 20px;
    }  
}
/*****  Contact us page css end *****/