.footer_1{
    background: #3BA2DA;
    padding: 50px 0;
    color: #fff;
    font-weight: 300;
}



.footer_cm,
.footer_cf{
    padding: 0 10vw 0 5vw;
}


.footer_1 input,
.footer_1 textarea,
.footer_1 input:hover,
.footer_1 textarea:hover,
.footer_1 input:focus,
.footer_1 textarea:focus{
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    background: #70BEE5;
    color: #fff;
    font-size: 14px;
}


.footer_1 ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #eee;
    font-style: italic;
}
.footer_1 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #eee;
   opacity:  1;
   font-style: italic;
}
.footer_1 ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #eee;
   opacity:  1;
   font-style: italic;
}
.footer_1 :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #eee;
   font-style: italic;
}
.footer_1 :placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color:    #eee;
  font-style: italic;
}


.footer_1 h1{
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
}


.footer_1 .has-error input,
.footer_1 .has-error textarea{
    border: 1px solid red !important;
}

.footer_cf_btn,
.footer_cf_btn:focus{
    float: right;
    background: #D6ECF8;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    padding: 6px 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #32A2DA;
    font-size: 15px;
    transition: all .2s;
}

.footer_cf_btn:hover{
    background: #377E9D;
    color: #fff;
}

.footer_cf_btn i{
    width: 30px;
    text-align: center;
}

.footer_cf_btn:hover i{
    text-align: right;
}

.footer_sb div{
    padding: 0;
}

.footer_sb_btn{
    background: #D6ECF8;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    font-weight: 600;
    color: #32A2DA;
    font-size: 15px;
    transition: all .2s;
    height: 34px;
    padding: 0;
    width: 100%;
    line-height: 34px;
    vertical-align: middle;
}


.footer_sb_btn i{
    margin-left: 5px;
}

p.footer_sb_btn{
    font-weight: 300;
    font-size: 14px;
}

p.footer_sb_btn i{
    color: #fff;
    width: 30px;
    text-align: center;
}


.footer_sb_form{
    margin-top: 30px;
}


.footer_2{
    background: #377E9D;
    color: rgba(255,255,255,.3);
    padding: 20px 0;
    text-align: center;
}



.footer_cm_soc ul li a{
    color: #ddd;
    font-size: 30px;
    transition: all .2s;
}

.footer_cm_soc ul li a:hover{
    color: #fff;
}


@media (max-width: 768px) {
    .footer_1{
        padding: 50px;
    }
    
    .footer_cm,
    .footer_sb,
    .footer_cf{
        padding: 20px 0;
    }
}