*{
    margin: 0px;
    padding: 0px;
}
.row{
    width: 100% !important;
}
.contactus-contain-main{
    padding-top:700px;
    min-height: 2000px;
    /* background-color: red; */
}
.topic-background{
    position: absolute;
    top:100px;
    width: 100%; 
    height:600px;
    object-fit: cover;
    background: linear-gradient(rgb(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../image/Contact-us-1600x602.jpg.imgix_.banner.png");
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position: center;
  
}
.line-2{
    height:2px;
    width: 100px;
    background-color: white;
    margin-top: 10px;
    margin-right:calc(50% + 15px) ;
}
.line-3{
    height:2px;
    width: 150px;
    background-color: black;
    margin-top: 10px;
    margin-left: 50px;
    
    /* margin-right:calc(50% + 15px) ; */
}
.topic{
    margin-top: 250px;
    text-align: center;
    font-weight: 500;
    color: azure;
    font-size: 50px;
}.image{
    width: 100%; 
    height:400px;
    object-fit: cover;
}
.contactus-head{
    margin-top: 80px;
    margin-bottom: 30px;
    padding-left: 50px;
}
.contactus-content{
    width: 100%;
    /* background-color: yellow; */
    position:relative;
    min-height: 550px;
}
.contactus-detail{
    height: 600px;
    padding-left: 50px;
    width: 50%;
    display: inline-block;
    position: relative;
    /* background-color: yellow; */

}
.contactus-row{
    width: 100%;
    /* padding: 20px; */
    padding-left: 80px;
    padding-top: 30px;
    /* background-color: aqua; */
    /* height: 200px; */
    /* padding-top: 100px; */
}
.contactus-row h3{
    color: rgb(0, 153, 204 );
    padding-left: 40px;
    font-weight: 600;
    font-size: 25px;

}
.contactus-data{
    /* margin-top: 20px; */
    margin-left: 40px;
    font-size: 18px;
}
.content-img{
    position: relative;
    /* left: 700px; */
    /* top:-100px; */
    height: 100px;

    /* padding-left:700px;  */
    /* padding-top:100px; */
}
.contactus-row .fa{
    color: rgb(0, 153, 204 );
    font-size:35px !important;
    /* padding-left: -10px; */
    /* margin-top: -10px; */
}
.contact-us-detail{
    width: 500px;
    /* height: 100px; */
    /* background-color: black; */
}
.lady-img-1{
    display: none;
    width: 800px;
    /* width:calc(100% - 100px); */
}
.lady-img-2{
    width: 800px;
    /* width:calc(100% - 100px); */
}
@media(max-width:1400px){
    .lady-img-2{
        width: 100%;
        /* width:calc(100% - 100px); */
    }
}
@media(max-width:1150px){
    .lady-img-2{
        display: none;
        width: 100%;
        /* width:calc(100% - 100px); */
    }
    #hide-img{
        display: none;
    }
    .lady-img-1{
        display: block;
        width: 600px;
        /* width:calc(100% - 100px); */
    }
    .contactus-row{
        padding-left: 0px;
        padding-top: 30px;
        padding-bottom: 20px;
        /* background-color: red; */
        text-align: center !important;
    }
    .contact-us-detail{
        width: 100%;
    }
    .contactus-row .fa-phone{
        left:calc(50% - 100px);
    }
    .contactus-row .fa-map-marker{
        left:calc(50% - 70px);
    }
    .contactus-row .fa-envelope-o{
        left:calc(50% - 120px);
    }
    .contactus-row .fa-clock-o{
        left:calc(50% - 130px);
    }
}
@media(max-width:730px){
    .line-3{
        display: none;
    }
}
@media(max-width:650px){
    .lady-img-1{
        width: 100%;
    }
}
.contactus-caption h1{
    margin-top: 200px;
    margin-left:20%;
    width: 80%;
    color: white;
    text-align: left;
}
.contactus-caption div{
    margin-top: 30px;
    margin-left:calc(20% + 5px);
    color: white;
}
.map-location{
    margin-top: 100px;
    margin-bottom:-6px;
}
.map-location h1{
    text-align: center;
    padding-bottom: 40px;
}
@media(max-width:1000px){
    .contactus-content{
        min-height:600px;
    }
    
    .contactus-head{
        padding-left: 10px;
    }
    
    
    .contactus-caption{
        width: calc(100% - 320px);
        height: 600px;
        left: 320px;
    
    }
    .contactus-caption h1{
        margin-top: 100px;
        margin-left:10%;
        width: 90%;
      
    }
    .contactus-caption div{
        margin-left:calc(10% + 5px);
    }
}

@media(max-width:730px){
    .contactus-content{
        min-height:800px;
    }
    .contactus-detail{
        width: 100%;
        top:250px;
        padding-left: 50px;
    }
    .contactus-head{
        padding-left: 0px;
        text-align: center;
    }
    
    
    
        
    
    .contactus-caption{
        background: none;
        width: 100%;
        height: 250px;
        left:0px;
    
    }
    .contactus-caption h1{
        margin-top: 20px;
        margin-left:0px;
        text-align: center;
        color: rgb(0, 153, 204 );
        width: 100%;
      
    }
    .contactus-caption div{
        margin-left:0px;
        text-align: center;
    }
    
    .contactus-caption div{
        /* margin-top: 30px;
        margin-left:calc(20% + 5px); */
        color: black;
    }
}