.contact-page {
    background: RGBA(249, 249, 251, 1);
    padding: 0 0 120px;
    /* background-image: url("../img/contact-bg-2.png");
    background-position: left bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;  */
}

.contact-main-section {
    padding-top: 120px;
     /* background-image: url("../img/contact-bg-1.png");
    background-position: right top;
    background-size: 100% auto;
    background-repeat: no-repeat; */
}

.section-title h2 {
    text-align: left;
}

.section-title {
    margin-bottom: 0;
}

.section-subtitle {
    font-weight: 400;
    font-size: 26px;
    color: #00244C;
    line-height: 1.38;
}

.contact-grid-wrapper {
    margin-top: 82px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-info-column {
    width: 45.14%;
}

.contact-info-column h3 {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 22px;
    color: #033766;
    line-height: 1;
}

.contact-info-column .info-desc {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    color: #616669;
    line-height: 24px;
    margin-top: 20px;
}

.contact-info-column .contact-details-list {
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 42px 20px;
    padding: 33px 0 45px;
    border-top: 1px solid rgba(232, 235, 239, 1);
    border-bottom: 1px solid rgba(232, 235, 239, 1);
}

.contact-info-column .contact-details-list .contact-item {
    display: flex;
}

.contact-info-column .contact-details-list .contact-item .icon-box {
    width: 33px;
    height: 33px;
    background: #EE6F10;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.contact-info-column .contact-details-list .contact-item .icon-box .iconfont{
    font-size: 20px;
    transition: all .3s;
    transform: rotateY(180deg);
}
.contact-info-column .contact-details-list .contact-item:hover .icon-box .iconfont{
    transform: rotateY(0);
}
.contact-info-column .contact-details-list .contact-item .item-text{
    flex: 1;
font-family: Montserrat;
font-weight: 400;
font-size: 16px;
color: #616669;
line-height: 30px;
margin-left: 13px;
align-self: center;
}
.map-section{
    margin-top: 84px;
    /* background-image: url("../img/contact-bg-2.png");
    background-position: left bottom;
    background-size: 100% auto;
    background-repeat: no-repeat; */
}
.map-section .map-display-wrapper{
    margin-top: 49px;
}
.map-section .map-display-wrapper iframe{
    width: 100%;
    height: 550px;
}
@media (max-width:1199px) {
    .contact-main-section{
        padding-top: 90px;
    }
    .contact-page{
        padding-bottom: 90px;
    }
    .contact-grid-wrapper,
    .map-section .map-display-wrapper{
        margin-top: 45px;
    }
    .section-subtitle{
        font-size: 24px;
    }
    .section-title h2{
        margin-bottom: 0;
    }
    .contact-info-column .contact-details-list{
        padding: 25px 0;
        gap: 20px;
        margin-top: 25px;
    }
    .contact-info-column{
        width: 47%;
    }
}
@media (max-width:1024px) {
    .map-section{
        margin-top: 80px;
    }
    .contact-grid-wrapper{
        flex-direction: column;
        gap: 40px;
    }
    .contact-form,
    .contact-info-column{
        width: 100%;
    }
    .contact-main-section{
        padding-top: 80px;
    }
    .contact-page{
        padding-bottom: 80px;
    }
    .contact-grid-wrapper,
    .map-section .map-display-wrapper{
        margin-top: 40px;
    }
    .section-subtitle{
        font-size: 20px;
    }
}
@media (max-width: 768px) {
     .map-section{
        margin-top: 70px;
    }
    .contact-main-section{
        padding-top: 70px;
    }
    .contact-page{
        padding-bottom: 70px;
    }
    .contact-grid-wrapper,
    .map-section .map-display-wrapper{
        margin-top: 30px;
    }
    .contact-grid-wrapper{
        gap: 30px;
    }
    .contact-info-column .info-desc{
        margin-top: 10px;
    }
    .contact-info-column .contact-details-list .contact-item{
        width: 100%;
    }
    .map-section .map-display-wrapper iframe{
        height: 450px;
    }
}
@media (max-width: 500px) {
    .contact-info-column h3{
        font-size: 20px;
    }
    .contact-info-column .info-desc{
        font-size: 16px;
    }
    .contact-info-column .contact-details-list .contact-item .item-text{
		font-size: 14px;
		line-height: 24px;
	}
     .map-section .map-display-wrapper iframe{
        height: 350px;
    }
    .contact-grid-wrapper{
        gap: 25px;
    }
     .map-section{
        margin-top: 60px;
    }
    .contact-main-section{
        padding-top: 60px;
    }
    .contact-page{
        padding-bottom: 60px;
    }
    .contact-grid-wrapper,
    .map-section .map-display-wrapper{
        margin-top: 25px;
    }
}