/* #Media Queries
================================================== */

@media only screen and (max-width: 1199px) {
    .contact_us {
        padding: 40px 0 15px;
    }
    
    .contact_us .information {
        margin: 0 0 40px;
    }
    
    .contact_us .information h1 {
        font-size: 45px;
        margin: 0 0 20px;
    }
    
    .contact_us .information ul {
        margin: 0 -5px;
    }
    
    .contact_us .information ul li {
        padding: 0 5px;
        margin: 0 0 15px;
    }
    
    .contact_us .information ul li a i {
        font-size: 18px;
    }
    
    .contact_us .contact_us_wrap .left, .contact_us .contact_us_wrap .right {
        padding: 30px 20px;
    }
    
    .coffee_together .coffee_together_wrap {
        padding: 90px 0 0;
        background-size: contain;
    }
}

@media only screen and (max-width: 991px) {
    .contact_us {
        padding: 50px 0 0;
    }
    
    .contact_us .information {
        margin: 0 0 30px;
    }
    
    .contact_us .information h1 {
        font-size: 40px;
        margin: 0 0 15px;
    }
    
    .contact_us .information ul {
        margin: 0 -15px;
        justify-content: normal;
    }
    
    .contact_us .information ul li {
        padding: 0 15px;
        margin: 0 0 15px;
    }
    
    .contact_us .contact_us_wrap .left {
        width: 100%;
        padding: 40px 35px;
        border-radius: 10px;
    }
    .contact_us .contact_us_wrap .left .social_media {
        padding: 20px 0 0;
    }
    .contact_us .contact_us_wrap .left .social_media ul li a {
        width: 20px;
        height: 20px;
    }
    
    .contact_us .contact_us_wrap .right {
        padding: 40px 35px;
        width: 100%;
        border-radius: 10px;
        margin-top: 20px;
        box-shadow: 0px 0px 4px 2px #ddd;
    }
    .contact_us .contact_us_wrap{
        box-shadow: none;
    }
  
    .contact_us .contact_us_wrap .right .description figure {
        width: 120px;
        height: 120px;
        margin: 0 auto;
    }
    
    .contact_us .contact_us_wrap .right form {
        margin: 0;
    }

    .contact_us .contact_us_wrap .right form>div input, 
    .contact_us .contact_us_wrap .right form>div select, 
    .contact_us .contact_us_wrap .right form>div textarea {
        padding: 8px 15px 8px 40px;
    }
    
    .contact_us .contact_us_wrap .right form>div textarea {
        height: 80px;
    }
    
    .contact_us .contact_us_wrap .right form>div:before {
        left: 10px;
        font-size: 18px;
    }
    
    .contact_us .contact_us_wrap .right form .form-actions {
        margin: 0;
    }
    
    .coffee_together .coffee_together_wrap {
        padding: 70px 0 0;
    }
    .contact_us .contact_us_wrap .right .description {
        margin: 0 0 20px;
    }
}



@media only screen and (max-width: 767px) {
    .contact_us {
        padding: 25px 0 0;
    }
    
    .contact_us .information {
        margin: 0 0 15px;
    }
    
    .contact_us .information h1 {
        font-size: 30px;
    }
    
    .contact_us .contact_us_wrap .right .description figure {
        width: 100px;
        height: 100px;
    }
    
    .coffee_together .coffee_together_wrap {
        padding: 50px 0 0;
    }
    
    .coffee_together .coffee_together_wrap p {
        font-size: 20px;
    }
    
    .coffee_together .coffee_together_wrap figure {
        width: 140px;
        height: 148px;
    }
    .contact_us .contact_us_wrap .left {
        width: 100%;
        padding: 30px 20px;
    }
    
    .contact_us .contact_us_wrap .right {
        width: 100%;
        padding: 30px 20px;
    }

}

@media only screen and (max-width: 575px) {
    .contact_us {
        padding: 15px 0 0;
    }
    .contact_us .contact_us_wrap .right form>div {
        width: 100%;
    }
    .contact_us .information h1 {
        font-size: 25px;
    }
    
    .contact_us .contact_us_wrap .right .description figure {
        width: 80px;
        height: 80px;
        position: absolute;
        right: 0px;
        top: 10px;
    }
    .contact_us .contact_us_wrap .right .description aside {
        width: 100%;
    }
    .contact_us .contact_us_wrap .right .description aside p {
        font-size: 15px;
        line-height: 22px;
    }
    .contact_us .contact_us_wrap .left .social_media {
        padding: 15px 0 0;
    }
    
    .coffee_together .coffee_together_wrap {
        padding: 30px 0 0;
    }
    
    .coffee_together .coffee_together_wrap p {
        font-size: 18px;
    }
    
    .coffee_together .coffee_together_wrap figure {
        width: 130px;
        height: 138px;
    }

    .contact_us .information ul{
        justify-content: center;
    }
    .contact_us .contact_us_wrap .left .col-lg-6{
        width: 50%;
    }
    .contact_us .contact_us_wrap .left h3 {
        margin-top: 20px;
    }
}

@media(max-width:480px){
    .contact_us .contact_us_wrap .left .col-lg-6 {
        width: 100%;
        margin-bottom: 15px!important;
        padding: 0 0px;
    }
    .contact_us .contact_us_wrap .left .col-lg-6 div{
        padding-bottom: 15px;
        border-bottom: 1px solid #dddddd3b;
    }
    .contact_us .contact_us_wrap .left .address ul li {
        padding: 0 0px;
        width: 100%;
    }
    .contact_us .contact_us_wrap .right {
        padding: 30px 10px;
    }
    .contact_us .contact_us_wrap .left {
        padding: 30px 30px;
    }
    /* .address .d-flex{
        justify-content: center;
    } */
    .contact_us .contact_us_wrap .right .description aside h2 {
        z-index: 9999999;
        position: relative;
    }
    .contact_us .contact_us_wrap .right form>div input, .contact_us .contact_us_wrap .right form>div select, .contact_us .contact_us_wrap .right form>div textarea {
        padding: 8px 15px 8px 25px;
    }
}