.section-Contact-wrapper {
    margin-top: 119px;
    width: 100%;
}

.section-Contact-wrapper .inner-content {
    background: #0eb2e7;
    padding: 16px 0;
}

.section-Contact-wrapper .inner-content h3 {
    font-size: 38px;
    line-height: 48px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.section-Contact-wrapper .map-wrapper iframe {
    width: 100%;
}

.section-form {
    background: #fff;
    width: 100%;
    padding: 60px 0;
}

.section-form .inner-content {
    display: grid;
    grid-template-columns: 60% calc(100% - 60%);
    grid-gap: 100px;
}

.section-form .inner-content .top-text h4 {
    color: #0eb2e7;
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    margin-bottom: 24px;
}

.section-form .inner-content .right-wrapper .top-text h4 {
    color: #0eb2e7;
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    margin-bottom: 12px !important;
}

.section-form .inner-content .top-text span {
    display: block;
    width: 30px;
    height: 2px;
    background: #ff9000;
    margin-bottom: 46px;
}

.section-form .inner-content .row-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
}

.section-form .inner-content .row-wrapper input {
    width: 100%;
    height: 44px;
    padding: 0 15px;
    border: none;
    outline: none;
    background: #f0f0f0;
    color: #787878;
    border-radius: 9px;
    font-size: 16px;
    font-weight: 500;
}

.section-form .inner-content .text-area {
    margin-top: 16px;

}

.section-form .inner-content .text-area textarea {
    width: 100%;
    height: 200px;
    padding: 10px 15px;
    border: none;
    outline: none;
    background: #f0f0f0;
    color: #787878;
    border-radius: 9px;
    font-size: 16px;
    font-weight: 500;
}

.section-form .inner-content .submit-btn {
    margin-top: 24px;
}

.section-form .inner-content .submit-btn button {
    width: 200px;
    height: 55px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
    color: #fff;
    background: #0eb2e7;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.section-form .inner-content .submit-btn button:hover {
    background: #ff9000;
}

.section-form .inner-content .right-wrapper .list-wrapper ul {
    display: flex;
}

.section-form .inner-content .right-wrapper .list-wrapper ul li {
    padding: 0 16px;
}

.section-form .inner-content .right-wrapper .list-wrapper i {
    font-size: 18px;
    color: #0eb2e7;
}

.section-form .inner-content .right-wrapper .list-wrapper a {
    color: #b4b4b4;
    font-size: 18px;
    font-weight: 500;
}

.section-form .inner-content .right-wrapper .list-items ul li {
    margin: 0 0 24px;
}

.section-form .inner-content .right-wrapper .list-items ul li:last-child {
    margin: 0;
}

@media (max-width:480px) {
    .section-form .inner-content .row-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}


@media (max-width:767px) {
    .section-Contact-wrapper {
        margin-top: 126px;
        padding: 0 !important;
    }

    .section-form .inner-content {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 40px;
    }

    .section-form .inner-content .text-area textarea {
        height: 150px;
    }

    .section-Contact-wrapper .inner-content h3 {
        font-size: 28px;
        line-height: 38px;
    }
}



@media (min-width:768px) and (max-width:930px) {
    .section-form .inner-content {
        grid-gap: 40px;
    }
}

@media (min-width:931px) and (max-width:1024px) {
    .section-form .inner-content {
        grid-gap: 60px;
    }
}


@media (min-width:768px) and (max-width:1024px) {
    .section-Contact-wrapper {
        margin-top: 126px;
        padding: 0 !important;
    }
}