.contPgSec{
    padding: 110px 0 0 0;
}
.contact-bg{
    border-radius: 20px;
    margin-bottom: 50px;
    height: 470px;
    width: 100%;
    object-fit: cover;
}
.contact-sec{
    border-radius: 20px;
    margin-bottom: 70px;
}
.contact-sec-wrpr{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.contactBox{
    border-radius: 20px;
    padding: 18px 32px;
}
.contactBox1{
    width: 45%;
    background-color: #1F1C2E;
}
.contactBox2{
    width: 50%;
    background-color: #1F1C2E;
}
.contactBox-p{
    font-size: 22px;
    text-align: center;
    color: var(--main);
    font-weight: 600;
    margin-bottom: 30px;
}
.ofcbox-h i{
    font-size: 18px;
}
.ofcbox-h{
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #fff;
    column-gap: 15px;
    margin-bottom: 15px;
}
.ofcboxcol1{
    display: flex;
    align-items: center;
    width: 103px;
    color: #fff;
    font-size: 18px;
    column-gap: 15px;
}
.ofcboxcol1 i {
    font-size: 14px;
}
.ofcboxcol1-p{
    font-size: 18px;
    color: #fff;
}
.ofcboxcol1-p:hover{
    color: #fff;
}
.phn-r{
    width: calc(100% - 115px);
}
.ofcbox-r{
    align-items: flex-start;
    column-gap: 10px;
    margin-bottom: 25px;
}
.ofcbox-sl{
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.ml0{
    margin-left: 0 !important;
}
.ofcbox{
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.ofcbox:nth-last-child(1){
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.contactBox-form{
    width: 440px;
    max-width: 440px;
    margin: 0 auto;
}
.contct-map{
    width: 100%;
    height: 440px;
    border-radius: 20px;
}
.ofcbox-r2{
    align-items: center;
}
.prjtovrbox1Box2{
    position: relative;
}
.prjtovrbox1Box input{
    color: #fff;
    font-size: 18px;
    background-color: transparent;
    width: 100%;
}
.fltrB-input--textarea::placeholder,
.prjtovrbox1Box input::placeholder{
    color: #fff;
}
.prjtovrbox1Box i {
    font-size: 16px;
    color: #fff;
}
.fltrB-input--textarea {
    width: 100% !important;
    height: 175px;
    border-radius: 15px;
    padding: 15px 20px;
    outline: none;
    margin-bottom: 20px;
    border: none;
    color: #fff;
    background-color: #252836;
}
.contctusbtn{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: var(--main) !important;
    width: fit-content;
    padding: 14px 20px;
    line-height: 1;
    column-gap: 10px;
    border-radius: 40px;
    width: 100%;
}
.contctusbtn:hover{
    background-color: #303443 !important;
}
.prjtovrbox1Box {
    width: 100%;
    display: flex;
    align-items: center;
    height: 55px;
    border-radius: 40px;
    font-size: 18px;
    color: #8E8E8E;
    padding: 10px 20px;
    column-gap: 15px;
    margin-bottom: 25px;
    background-color: #252836;
}
@media(max-width:1599px){
    .contact-bg{
        height: 410px;
        margin-bottom: 50px;
    }
}
@media(max-width:1399px){
    .contct-map{
        height: 390px;
    }
    .contPgSec {
        padding: 80px 0 0 0;
    }
    .contact-bg{
        height: 360px;
        margin-bottom: 40px;
    }

}
@media(max-width:1199px){
    .contact-bg{
        height: 300px;
    }
    .contactBox-form{
        width: 100%;
    }
    .ofcbox-h{
        font-size: 18px;
    }
    .prjtovrbox1Box input,
    .ofcbox-h i,
    .ofcboxcol1,
    .ofcboxcol1-p {
        font-size: 16px;
    }
    .prjtovrbox1Box i{
        font-size: 14px;
    }
    .prjtovrbox1Box {
        height: 48px;
        font-size: 16px;
        column-gap: 10px;
        margin-bottom: 15px;
    }
}
@media(max-width:1023px){
    .contact-bg{
        height: 260px;
    }
    .contact-sec-wrpr{
        flex-wrap: wrap;
        row-gap: 30px;
    }
    .contactBox{
        width: 100%;
    }
    .contct-map{
        height: 280px;
    }
}
@media(max-width:767px){
    .contact-bg{
        height: 200px;
    } 
}
@media(max-width:539px){
    .contPgSec {
        padding: 65px 0 0 0;
    }
    .contact-bg {
        margin-bottom: 28px;
        border-radius: 10px;
        height: 150px;
        object-fit: cover;
    }
    .contactBox{
        border-radius: 10px;
        padding: 18px 18px;
    }
    .prjtovrbox1Box input,
    .ofcbox-h i,
    .ofcboxcol1,
    .ofcboxcol1-p {
        font-size: 13px;
    }
    .ofcboxcol1 {
        width: 85px;
        column-gap: 5px;
    }
    .ofcbox-r {
        column-gap: 5px;
        margin-bottom: 15px;
    }
    .contact-sec-wrpr {
        row-gap: 20px;
        margin-bottom: 30px;
    }
    .contct-map {
        height: 200px;
        border-radius: 10px;
    }
    .contact-sec {
        margin-bottom: 27px;
    }
}