/*
Theme Name: RMoney
Theme URI: https://rmoneyindia.com
Author: Amit Chauhan
Author URI: https://mosaic-creations.com
Description: Custom WordPress theme with full default CSS parameters.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-theme, responsive, clean
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
}
.row {
    width: 1230px;
    margin: 0 auto;
    display: block;
}

.header-section {
    float: left;
    width: 100%;
    background-color: #fdeae7;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: auto 100%;
    margin: 0;
}

.header-section .header-image {
    float: right;
}

.header-section .header-image img {
    height: 330px;
}

.header-section .header-body {
    float: left;
    width: 500px;
    height: 330px;
    align-content: center;
}

.header-section .header-title {
    float: left;
    width: 100%;
    font-size: 36px;
    margin: 0;
    font-weight: 600;
}

.bdCrms {
    float: left;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #fce9e6;
}

.bdCrms p {
    margin: 0;
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
}

.content-section {
    float: left;
    width: 100%;
    padding: 40px 0;
}

.content-section .col-left {
    float: left;
    width: calc(100% - 400px);
}

.content-section .col-right {
    float: right;
    width: 370px;
    position: sticky;
    top: 100px;
}

.OpnAcnt {
    float: left;
    width: 100%;
    box-shadow: 0px 0px 20px -3px rgb(251, 210, 203);
    padding: 20px 30px;
    border: 1px solid #fbe6e3;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    margin: 15px 0 0;
}

.OpnAcnt .hdn2 {
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 20px 0 30px;
}

.OpnAcnt .frmImg {
    position: absolute;
    width: 90px;
    right: -12px;
    top: -5px;
}

.OpnAcnt .frmbxe {
    float: left;
    width: 100%;
}

.OpnAcnt .grupfrm {
    float: left;
    width: 100%;
}

.OpnAcnt .grupfrm .inbxs {
    float: left;
    width: 100%;
}

.OpnAcnt .grupfrm .ints {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    padding: 7px;
    margin: 5px 0;
}

.OpnAcnt .btnHld {
    float: left;
    width: 100%;
    margin: 10px 0 0;
}

.OpnAcnt .btns {
    float: left;
    width: 100%;
    background: #ef4123 !important;
    padding: 8px 15px;
    border-radius: 25px;
    border: none;
    color: #fff;
}

.list-inline {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.list-inline li {
    padding: 14px 12px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 15px;
}

.d-flex {
    display: flex !important;
}

@media only screen and (max-width:1270px) {

    .header-section .header-image img,
    .header-section .header-body {
        height: 250px;
    }
}

@media only screen and (max-width:939px) {
    .header-section .header-body {
        width: 310px;
    }

    .header-section .header-title {
        font-size: 28px;
    }

}

@media only screen and (max-width:765px) {
    .header-section {
        position: relative;
        padding: 20px 0;
        background-size: cover;
        background-position: inherit;
    }

    .header-section:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(252, 235, 231, 0.8);
    }

    .header-section .header-body {
        width: 100%;
        text-align: center;
        position: relative;
        height: auto;
        padding: 0 10%;
    }

    .header-section .header-image {
        width: 100%;
        text-align: center;
    }

    .header-section .header-image img {
        vertical-align: top;
    }

    .header-section .header-body {
        height: auto;
        width: 100%;
        text-align: center;
    }

    .header-section .header-title {
        font-size: 36px;
    }
}

@media only screen and (max-width:539px) {
    .header-section {
        padding: 25px 0;
    }

    .header-section .header-body {
        text-align: left;
    }
}