@media screen and (min-width:768px){

    .content{
        background-color: #e9ecf0;
    }
    .contact-box{
        display: flex;
    }
    .contact-information{
        width: 35%;
    
    }
    .company-Map{
        flex: 1;
        padding:0px 40px 0px 30px;
    }
    .contact-item{
        display: flex;
        align-items: center;
    }
    .contact-item a{
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }
    .website-item a{
        margin-right: 20px;
    }
    .contact-item img{
        width: 25px;
        height: 25px;
        margin-right: 10px;
    }
    .address-img{
        width: 100%;
    }
    .address-img img{
        width: 100%;
        height: auto;
    }
    .mail-box{
        margin-top: 30px;
        color: #444;
        padding: 0 30px 40px;
        margin: 0px 1% 20px;
    }
    .mail-box h3{
        color: #ff9191;
        font-weight: 300;
        font-size: 25px;
        line-height: 27px;
    }
    .form-group{
        display: flex;
        align-items: center;
    }
    .form-group input{
        width: 48%;
    }
    #email{
        margin-left: 2%;
    }
    input{
        height: 30px;
        margin: 0px 0px 20px;
        padding: 10px;
        font-size: 18px;
        border: 1px solid rgba(0, 0, 0, .08);
        border-radius: 0;
    }
    input:focus{
        outline: 1px solid #EBEBEB;
        background-color: #e9f5fc;
        border: 1px solid rgba(0, 0, 0, .08);

        
    }
    .subject{
        width: 98%;
    }
    .message{
        width: 98%;
        height: 150px;
        font-size: 18px;
        margin: 0px 1% 20px 0;
        border: 1px solid rgba(0, 0, 0, .08);
        border-radius: 0;
        padding: 10px;
    }
    textarea:focus{
        outline: 1px solid rgba(0, 0, 0, .08);
        background-color: #e9f5fc;
        border: 1px solid rgba(0, 0, 0, .08);

    }
    .btn{
        width: 150px;
        height: 35px;
        border: none;
        line-height: 35px;
        text-align:center;
        color: #ffffff;
        background-color: #295eaf;
        cursor: pointer;
    }
}
@media screen and (max-width:768px){

    .content{
        background-color: #e9ecf0;
    }
    .column-content{
        padding: 60px 20px 30px; 
        background-color: #ffffff;
    }
    .contact-information{
        width: 100%;
    
    }

    .contact-item{
        display: flex;
        align-items: center;
    }
    .contact-item a{
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }
    .website-item a{
        margin-right: 20px;
    }
    .contact-item img{
        width: 25px;
        height: 25px;
        margin-right: 10px;
    }
    .company-Map{
        margin-top: 20px;
    }
    .address-img{
        width: 100%;
    }
    .address-img img{
        width: 100%;
        height: auto;
    }
    .mail-box{
        margin-top: 30px;
        color: #444;
        padding-bottom: 40px;
    }
    .mail-box h3{
        color: #ff9191;
        font-weight: 300;
        font-size: 25px;
        line-height: 27px;
    }
    .form-group{
        width: 100%;
    }
    .form-group input{
        width: 96%;
    }
    input{
        height: 30px;
        margin: 0px 1% 20px;
        padding: 10px;
        font-size: 18px;
        border: 1px solid #EBEBEB;
        border-radius: 0;
    }
    input:focus{
        outline: 1px solid #EBEBEB;
        background-color: #c9e5f5;
        
    }
    .subject{
        width: 96%;
    }
    .message{
        width: 96%;
        height: 150px;
        font-size: 18px;
        margin: 0px 1% 20px;
        border: 1px solid #EBEBEB;
        border-radius: 0;
        padding: 10px;
    }
    textarea:focus{
        outline: 1px solid #EBEBEB;
        background-color: #c9e5f5;
    }
    .send-btn{
        margin-left: 1%;
    
    }
    .btn{
        width: 150px;
        height: 35px;
        border: none;
        line-height: 35px;
        text-align:center;
        color: #ffffff;
        background-color: #295eaf;
        cursor: pointer;
    }
}
.message::-webkit-input-placeholder{
    font-family: Arial, Helvetica, sans-serif;
}