.contact-form-outer-section{
    padding: 70px 0;
}
.contact-form-outer-section .contact-section-form-wrapper{
    display: flex;
    justify-content: space-between;
}
.contact-form-outer-section .contact-section-form-wrapper .contact-form-block{
    flex:0 0 calc(100% - 335px);
    max-width: calc(100% - 335px);
    padding-right: 15px;
}

/* Contact form iframe start */
.contact-form-outer-section .contact-us-form iframe{
    width: 100%;
    height: 560px;
}
/* Contact form iframe end */
.contact-form-outer-section .contact-section-form-wrapper .contact-form-block .title-wrapper h2,
.contact-form-outer-section .contact-section-form-wrapper .contact-form-block .title-wrapper h3{
    text-align: left;
    margin-bottom: 30px;
}
.contact-form-outer-section .contact-section-form-wrapper .contact-form-block .title-wrapper p{
    text-align: left;
    margin-bottom: 30px;
}
.contact-form-outer-section .contact-section-form-wrapper .contact-details-block{
    flex:0 0 335px;
    max-width: 335px;
    padding-left: 15px;
}
.contact-form-outer-section .contact-section-form-wrapper .contact-details-block .contact-details-wrapper{
    color:#555;
}
.contact-form-outer-section .contact-section-form-wrapper .contact-details-block .contact-details-wrapper .address-wrapper,
.contact-form-outer-section .contact-section-form-wrapper .contact-details-block .contact-details-wrapper .contact-digital-wrapper{
    margin-bottom: 40px;
}
.contact-form-outer-section .contact-section-form-wrapper .contact-details-block .contact-details-wrapper .address-wrapper .title{
    font-weight: 700;
}
.contact-form-outer-section .contact-section-form-wrapper .contact-details-block .contact-details-wrapper .address-wrapper address span{
    display: block;
    font-style: normal;
}
.contact-form-outer-section .contact-section-form-wrapper .contact-details-block .contact-details-wrapper .contact-digital-wrapper p{
    padding-bottom: 3px;
}
.contact-form-outer-section .contact-section-form-wrapper .contact-details-block .contact-details-wrapper .contact-digital-wrapper p span{
    font-weight: 700;
    border-bottom: 1px dotted #333;
}
.contact-form-outer-section .contact-section-form-wrapper .contact-details-block .contact-details-wrapper .social-media-wrapper h3{
    font-size: 17px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.contact-form-outer-section .contact-section-form-wrapper .contact-details-block .contact-details-wrapper .social-media-wrapper ul{
    display: flex;
}
.contact-form-outer-section .contact-section-form-wrapper .contact-details-block .contact-details-wrapper .social-media-wrapper ul li+li{
    margin-left: 10px;
}
.contact-form-outer-section .contact-section-form-wrapper .contact-details-block .contact-details-wrapper .social-media-wrapper ul li a{
    height: 32px;
    width: 32px;
    font-size: 14px;
    line-height: 30px;
    background: #3b5998;
    color:#fff;
    border-radius: 3px;
    text-align: center;
    overflow: hidden;
}
.contact-form-outer-section .contact-section-form-wrapper .contact-details-block .contact-details-wrapper .social-media-wrapper ul li a i{
    line-height: 33px!important;
    font-size: 14px;
    display: block;
    transition: all 0.5s ease-in-out;
}
.no-touchevents .contact-form-outer-section .contact-section-form-wrapper .contact-details-block .contact-details-wrapper .social-media-wrapper ul li a:hover i {
    margin-top: -31px;
}
.no-touchevents .contact-form-outer-section .contact-section-form-wrapper .contact-details-block .contact-details-wrapper .social-media-wrapper ul li a:hover img{
    margin-top: -60px;
}
 .contact-form-outer-section .contact-section-form-wrapper .contact-details-block .contact-details-wrapper .social-media-wrapper ul li a img{
width: 12px;
height: auto;
transition: all 0.5s;
}
.contact-form-outer-section .contact-section-form-wrapper .contact-details-block .contact-details-wrapper .social-media-wrapper ul li a.twitter{
    background: #00acee;
}
.contact-form-outer-section .contact-section-form-wrapper .contact-details-block .contact-details-wrapper .social-media-wrapper ul li a.youtube{
    background: #C4302B;
}

@media(max-width:1199px){
    .contact-form-outer-section{
        padding: 50px 0;
    }
}
@media(max-width:991px){
    .contact-form-outer-section .contact-section-form-wrapper .contact-form-block .title-wrapper h2, 
    .contact-form-outer-section .contact-section-form-wrapper .contact-form-block .title-wrapper h3{
        margin-bottom: 15px;
    }
    .contact-form-outer-section .contact-section-form-wrapper .contact-form-block .title-wrapper p{
        margin-bottom: 15px;
    }
    .contact-form-outer-section .contact-section-form-wrapper{
        flex-wrap: wrap;
    }
    .contact-form-outer-section .contact-section-form-wrapper .contact-form-block{
        margin-bottom: 35px;
    }
    .contact-form-outer-section .contact-section-form-wrapper .contact-form-block,
    .contact-form-outer-section .contact-section-form-wrapper .contact-details-block{
        flex:0 0 100%;
        max-width: 100%;
        padding: 0;
    }
    .contact-form-outer-section .contact-section-form-wrapper .contact-details-block .contact-details-wrapper .address-wrapper, 
    .contact-form-outer-section .contact-section-form-wrapper .contact-details-block .contact-details-wrapper .contact-digital-wrapper{
        margin-bottom: 30px;
    }
}
@media(max-width:574px){
    .contact-form-outer-section .contact-us-form iframe{
        height: 600px;
    }
    .contact-form-outer-section .contact-section-form-wrapper .contact-form-block{
        margin-bottom: 15px;
    }
}