.contectus-con{
    padding: 0;
    position: relative;
    
}

.contectus-top{
    background-image: url(../img/contactus.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    
    
}
.w-bg{
    background-color: #fff;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
    opacity: .9;
    height: auto;
    margin-bottom: 50px;
}

.contect-text{
    word-wrap: break-word;
    font-weight: bold;
}


.map{
   
    float: left;
    width: 100%;
    
}
.company-con{
    background-color: #A87A52;
    background-size: cover;
    height: 100%;

    justify-content: center;
    align-items: center;
    display: flex;
    flex-flow: column;
   
}
.company-icon{
    background-image: url(../img/landmark.png);
    background-repeat: no-repeat;
    box-sizing: 100% auto;
    height: 90px;
    width: 90px;
}
.company-text{
    
    font-weight: bold;
    text-align: center;
    color: white;
}
.company-p{
    text-align: center;
    
    color: white;
    font-weight: bold;
}
@media only screen and (min-width: 360px) and (max-width: 576px) {
    .contectus-con{
        top: 0px;
    }
    .contectus-top{
        height: auto;
        padding: 100px 80px 30px 80px;
    }
    .w-bg{
        width: 70%;
        padding: 30px;
    }
    .smmd-pb-20{
        padding-bottom: 20px;
    }
    .w-60{
        width: 60px;
    }
    .contect-icon{
        padding: 0 20px;
    }
    .contect-text{
        font-size: 12px;
        line-height: 1.1;
        padding-top: 5px;
        margin-bottom: 10px;
    }
    .info-con{
        margin-top: 0px;
    }
    .company-con{
        padding: 30px 30px;
    }
    .company-text{
        font-size:  16px;
    }
    .company-p{
        font-size: 12px;
        padding-left: 30px;
        padding-right: 30px;
    }

}
@media only screen and (min-width: 576px) and (max-width: 769px) {
    .contectus-con{
        top: 0px;
    }
    .contectus-top{
        height: auto;
        padding: 350px 50px 30px 50px;
    }
    .w-bg{
        width: 100%;
        padding: 5px;
        margin-bottom: 10px;
    }
    .smmd-pb-20{
        padding-bottom: 20px;
    }
    .w-60{
        width: 60px;
    }
    .contect-icon{
       padding: 10px 70px 0;
    }
    .contect-text{
        font-size: 14px;
        line-height: 1.1;
        padding-top: 5px;
        margin-bottom: 0px;
    }
    .info-con{
        margin-top: 0px;
    }
    .map-hight{
        height: 250px;
    }
    .company-con{
        padding: 30px 30px;
    }
    .company-text{
        font-size:  20px;
        line-height: 1.2;
    }
    .company-p{
        font-size: 14px;
    }
    
}
@media only screen and (min-width: 769px) and (max-width: 1300px) {
    .contectus-con{
        top: 0px;
    }
    .contectus-top{
        height: auto;
        padding: 250px 80px 30px 100px;
        
    }
    .w-bg{
        width: 75%;
        margin: auto auto 30px;
        /* padding: 10px; */
    }
    .w-60{
        width: 80px;
    }
    .contect-text{
        font-size: 16px;
        line-height: 1.1;
        padding: 0px;
    }
    .contect-icon{
        padding: 20px 70px 0;
    }
    .map-hight{
        height: 300px;
    }
    .company-con{
        padding: 50px 30px;
    }
    .company-text{
        font-size:  24px;
        line-height: 1.2;
    }
    .company-p{
        font-size: 16px;
       line-height: 1.2;
    }
}
@media only screen and (min-width: 1300px) {
    .contectus-con{
        top: 0px;
    }
    .contectus-top{
        height: auto;
        padding: 300px 100px 30px 100px;
        
    }
    .w-bg{
        width: 60%;
        /* padding: 10px; */
    }
    .w-60{
        width: 80px;
    }
    .contect-text{
        font-size: 16px;
        line-height: 1.1;
        padding: 10px;
    }
    .contect-icon{
        padding: 30px 50px 0;
    }
    /* .info-con{
    
        margin-top: 40px;
    } */
    .company-con{
        padding: 50px 30px;
    }
    .map-hight{
        height: 400px;
    }
    .company-text{
        font-size:  26px;
        line-height: 1.2;
    }
    .company-p{
        font-size: 20px;
       line-height: 1.2;
    }
}