.rmaMainSection.rmaFabricSection.rmaAboutSection {
    margin: 0% 0 0;
}

.rmaMainSection.rmaFabricSection .rmaInnerBanner-new {
    height: auto;
    align-items: center;
    position: relative;
    height: auto;
    overflow: hidden;
}

.rmaInnerBannerImg-new {
    position: relative;
}

.rmaInnerBannerImg-new img {
    width: 100%;
    height: 80vh;
}

.rmaInnerBannerImg-new_content {
    position: absolute;
    top: 25%;
    width: 100%;
    height: auto;
    text-align: center;
}

.rmaMainSection.rmaFabricSection .rmaInnerBanner-new h2 {
    color: #fff;
    top: 90%;
    right: 55%;
    font-size: 4rem;
    text-align: center;
}

.rmaMainSection.rmaFabricSection .rmaInnerBanner-new .title {
    color: rgb(255, 220, 124);
    font-size: 3rem;
    text-align: center;
    padding-top: 5%;
}

img {
    vertical-align: middle;
    border-style: none;
}

.book-btn-new img {
    width: 150px;
    height: auto;
    margin-top: 1rem;
}


/* Banner End */
.bt-heading {
    margin-left: auto;
    margin-right: auto;
    font-size: 3rem;
    font-weight: 800;
    color: black;
    text-align: center;
    margin-top: 5rem;
    margin-bottom: 4rem;
}

h3 {
    font-size: 2.125rem;
    font-weight: 400;
    font-family: "Lora", serif, Helvetica, sans-serif;
    color: #000000;
}

.rma-bat {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    align-content: center;
    max-width: 80%;
    margin: 0 auto;
}

.left-img-one img {
    width: 100%;
}

.right-para {
    font-size: 1.4rem;
    line-height: 140%;
    font-family: "Lora", Helvetica, sans-serif;
    padding-right: 2rem;
    padding-left: 2rem;
}

.right-para-head {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: black;
}

/* Sectino 5 Start */

.bg-form {
    margin-top: 8rem;
    background-color: #173c56;
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-image: url(https://www.rightmanapparel.com/public/img/form-img-full.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.form-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rmaSubSectionHome {
    background-color: #fff;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 4rem;
    width: 60%;
    margin-top: -15px;
    padding-bottom: 2rem;
    margin-left: 4rem;
}

.form-booking-heading {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

input,
textarea,
select {
    font-size: 1.1rem !important;
    letter-spacing: 0.1px;
}

.form-group {
    margin-bottom: 1.75rem;
}

.form-group input[type="text"],
button,
input[type="email-add"] {
    display: block;
    width: 100%;
    /* padding: 12px; */
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-sizing: border-box;
    /* margin: 6px auto 16px auto; */
    resize: vertical;
    background-color: #ffffff;
}

input#rmaReviewSubmit,
input[type="text"],
input[type="email"],
input[type="number"],
textarea,
input[type="email-add"],
input[type="datetime-local"],
input[type="password"] {
    border-radius: 0px !important;
    border: 1px solid #033859 !important;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.3rem + 2px);
    padding: 0.65rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3f4254;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e4e6ef;
    border-radius: 0.42rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.rmaProductReviewsFrom input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    /* margin-top: 6px;
    margin-bottom: 16px; */
    resize: vertical;
}

.rmaSubmitWrap {
    text-align: center;
}

.rmaBtnBlue {
    color: #fff;
    background-color: #0e3859;
    border: 0;
    font-size: 110%;
    border-radius: 4px;
    padding: 12px 24px;
}

.loader {
    display: none;
    border: 16px solid #000 !important;
    border-radius: 50%;
    border-top: 16px solid #10324b !important;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 2s linear infinite !important;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 73%;
    left: 49%;
}

.rmaLoaderWrap {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #0000006e;
    z-index: 9999;
    display: none;
}

.form-img {
    width: 100%;
    margin-right: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    overflow: hidden;
}

.iocn-one {
    padding: 4rem;
}

.img_content {
    display: flex;
    justify-content: center;
}

.bg-form img {
    display: flex;
    width: 100px;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.iocn-one p {
    color: #ffffff;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
}

.iocn-two {
    padding: 4rem;
}

.img_content {
    display: flex;
    justify-content: center;
}

.bg-form img {
    display: flex;
    width: 100px;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.iocn-two p {
    color: #ffffff;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
}

.iocn-three {
    padding: 4rem;
}

.iocn-three p {
    color: #ffffff;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
}

.iocn-four {
    padding: 4rem;
}

.iocn-four p {
    color: #ffffff;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
}