.wp-contact-container {
    width: 100%;
}
.wp-contact-info {
    width: 90%;
    margin: 0 auto;
    /* margin-top: 50px; */
}
.contact-title {
    width: 100%;
    height: 100vh;
    background-image: url("../../images/contact-us.png");
    background-size: auto;
    background-repeat: no-repeat;
    
    /* display: flex;
    align-items: center;
    justify-content: center; */
    
}
.contact-text {
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-200%);
}
.contact-title1 {
    width: 100%;
    position: relative;
}
.contact-title1 img {
    width: 100%;
}
.contact-text1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.contact-info {
    width: 100%;
    display: flex;
    padding: 50px 0px;
    justify-content: space-between;
    /* background-color: aqua; */
}

.wp-detail-info {
    width: 33%;
    display: flex;
    flex-direction: column;
    text-align: center;
    /* background-color: lightcoral; */
}
.borderRight {
    border-right: 1px solid black;
}
.detail-info-area {
    width: 80%;
    margin: 0 auto;
}
.info-img {
    width: 100px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.info-img img {
    width: 100%;
}
.info-text {
    width: 100%;
    padding: 10px 0px;
}

.wp-become-partner {
    width: 100%;
    padding: 20px 0;
    background-color: #f1f1f1;
}
.wp-parner-info {
    width: 80%;
    margin: 0 auto;
    /* background-color: yellow; */
}
.partner-title {
    width: 100%;
    font-weight: bold;
    font-size: 25px;
    padding: 15px 0;
    text-transform: uppercase;
    text-align: center;
}
.partner-message {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.phone-info {
    width: 100%;
    padding: 30px;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    color: #069347;
}


@media screen and (max-width: 768px) {
    .contact-info {
        display: block;
        
    }

    .wp-detail-info {
        width: 100%;
        margin-bottom: 15px;
    }

    .borderRight {
        border-right: none;
    }
}
