/*GENERAL*/

/*PRIVACY POLICY PAGE */
.privacy-policy-content{
    text-align: left;
}
.privacy-policy-content__data {
    margin: 100px 0;
}
.privacy-policy-content__data h1{
    margin-bottom: 15px;
    font-family: "volte-bold";
}
.privacy-policy-content__data h3{
    margin: 30px 0 15px 0;    
    font-family: "volte-bold"; font-size: 26px;
}

/*NRI CORNER PAGE*/
/*Benefit of investment*/
.benefit-of-investing__title {
    margin: 70px auto 30px auto;
}
.benefit-of-investing__red {
    background-color: #000;
    padding: 40px 0;
    text-align: center;
}
ul.benefit-of-investing__columns li {
    display: inline-block;
    width: 26%;
    margin: 0px 40px; vertical-align: top;
         text-align: justify;
}
.benefit-of-investing__columns h4{
    color: #ddc571;
    margin-bottom: 12px;    text-align: left;
}
.benefit-of-investing__columns p{
    color: #fff;    text-align: justify;  padding-right:10px; 
}

/*Investment plan */
.investment-plan{
    margin: 100px 0;    
}
.investment-plan .rgt-content {
    float: right;
    width: 55%;
}
.investment-plan .lft-content {
    float: left;
    width: 40%;
    position: relative;
}
.investment-plan .lft-content::before{
    position: absolute;
    content: '';
    background: #ddc571;
    top: 75px;
    bottom: 80px;
    left: -55px;
    right: 0;
    z-index: -1;
}
.investment-plan .rgt-content h2{
    line-height: 65px;
    margin-bottom: 45px;
    position: relative;
}
.investment-plan .rgt-content h2::after {
    position: absolute;
    content: '';
    background: #ddc571;
    right: -60px;
    top: 15px;
    width: 200px;
    height: 40px;
}

/*How it works */
.how-it-works{
    margin-bottom: 70px;    
}
.how-it-works .item h3 {
    margin-bottom: 20px;
    font-family: "volte-bold";
}


/*FAQS */
/*accordion */
.ask-us-anything__accordion {
    margin-bottom: 50px;
}
.ask-us-anything__title{
    margin: 40px 0;
}
.ask-us-anything__title h2 {
    position: relative;
    line-height: 70px;
    font-weight: normal;
}
.ask-us-anything__title h2::after {
    position: absolute;
    content: '';
    background: #ddbe6e;
    left: 280px;
    top: 12px;
    width: 388px;
    height: 40px;
}
.ask-us-anything__accordion>div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 15px;
    grid-template-rows: 1fr;
    grid-row-gap: 5px;
}
.ask-us-anything__accordion  h3.ea-header {
    background-color: #000;
}
.ask-us-anything__accordion .ea-expand h3.ea-header {
    background-color: #ddbe6e;
}
.ask-us-anything__accordion  h3.ea-header a {
    color: #ddbe6e !important;}
.ask-us-anything__accordion .ea-expand h3.ea-header a{
color: #fff !important;
}

.ask-us-anything__accordion .ea-header a {
    position: relative;
    font-size: 15px !important;
    margin-left: 5px;
}
.ask-us-anything__accordion .ea-header a::before {
    content: "Q";
    position: absolute;
    left: 6px;
    color: #ddbe6e;
    font-size: 18px;
    font-family: "volte-semibold";
}

.ask-us-anything__accordion .ea-expand .ea-header a::before {
    content: "Q";
    position: absolute;
    left: 6px;
    color: #fff;
    font-size: 18px;
    font-family: "volte-semibold";
}
.ask-us-anything__accordion .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body {
    padding: 15px 5px;
}
.ask-us-anything__accordion .ea-body p {
    font-size: 15px;
}
.ask-us-anything__accordion #sp-ea-482.sp-easy-accordion>.sp-ea-single {
    border: none;
}
.ask-us-anything__accordion #sp-ea-482.sp-easy-accordion>.sp-ea-single h3 {
    border: 1px solid #000;
}
.ask-us-anything__accordion i.ea-expand-icon.fa.fa-minus,
.ask-us-anything__accordion i.ea-expand-icon.fa.fa-plus{
    font-size: 0px !important;
}
.ask-us-anything__accordion .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
    padding: 15px 14px 15px 18px;
}
/*image section */
.faq-image-section {
    position: relative;
    text-align: center;
}
.faq-image-section__text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.faq-image-section__text h4{
    color: #fff;   
}
.faq-image-section__text .yellow {
    color: #ddbe6e;
}
.faq-schedule-visit{
    margin-bottom: 30px;    
}
/*.schedule-visit.faq-schedule-visit .title {
    width: 100% !important;
}*/
.faq-image-section::before {
    display: none;
}


/*CONTACT US PAGE */
/*drop a line */
.drop-us-a-line {
    margin: 60px 0;
}
.drop-us-a-line__left {
    position: relative;
    float: left;
    width: 42%;
}
.drop-us-a-line__left::before {
    position: absolute;
    content: '';
    background: #ddc571;
    top: 75px;
    bottom: 80px;
    left: -55px;
    right: -15px;
    z-index: -1;
}
.drop-us-a-line__left img {
    max-width: 90%;
    margin: auto;
}
.drop-us-a-line__right {
    float: right;
    width: 50%;
    margin-top: 90px;
}
.drop-us-a-line__right-title h2 {
    position: relative;
    line-height: 70px;
    font-weight: normal;
}
.drop-us-a-line__right-title h2::after {
    position: absolute;
    content: '';
    background: #ddbe6e;
    left: 390px;
    top: 12px;
    width: 248px;
    height: 40px;
}
.drop-us-a-line__right-office h3 {
    font-size: 40px;
}
.drop-us-a-line .contact-block {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.drop-us-a-line .contact-block img {
    margin-right: 20px;
}
.drop-us-a-line .contact-block p {
    margin: 0;
}
.drop-us-a-line__right > p {
    margin: 20px 0;
    font-family: "volte-semibold";
}
.drop-us-a-line__right-office p {
    margin: 20px 0;
}
.drop-us-a-line__right-office-each p a {
    font-family: "volte-semibold";   
    color: #ddbe6e;
}
a.drop-us-a-line__email::before {
    content: "\f003";
    font-family: 'FontAwesome';
    border: 1px solid #0f4382;
    color: #0f4382;
    padding: 7px;
    border-radius: 50%;
    margin-right: 7px;
}
a.drop-us-a-line__num{
    position: relative;    
    margin-left: 40px;
}
a.drop-us-a-line__num::before {
    content: " ";
    background-image: url('https://bhavyaconstructions.com/wp-content/uploads/2022/02/call-icon-blue.png');
    height: 16px;
    width: 16px;
    position: absolute;
    left: -40px;
    background-repeat: no-repeat;
    top: -5px;
    border: 1px solid;
    padding: 16px;
    box-sizing: border-box;
    border-radius: 50%;
    background-position: center;
}
/*contact map section */
.contact-map {
    margin: 50px 0;   
}
.map {
    margin: 30px 0;    
}
.contact-map .map-field {
    margin: 0;
    padding: 30px 0;
}
.contact-map .map-field iframe {
    width: 100%;
}
.map__left {
    float: left;
    width: 48%;
}
.map__right {
    float: right;
    width: 46%;
    text-align: right;
}
.map__left iframe,
.map__right iframe {
    width: 100%;
}
.map__right p:nth-child(2) {
    text-align: left;
}
.map__left p,
.map__right p {
    font-family: "volte-semibold";
    color: #0f4382;
}
/*enquiry form */
.enquiry-form{
    margin: 50px 0;    
}
.enquiry-form__left {
    float: left;
    width: 60%;
}
.enquiry-form__right {
    float: right;
    width: 35%;
    position: relative;
}
.enquiry-form__right img {
    max-width: 90%;
}
.enquiry-form__right::before {
    position: absolute;
    content: '';
    background:#ddbe6e;
    top: -30px;
    bottom: -30px;
    left: 82px;
    right: -82px;
    z-index: -1;
}
.enquiry-form__form {
    margin-top: 45px;
    margin-bottom: 100px;
}
.enquiry-form__form ul {
    padding: 0;
    margin: 0;
}
.enquiry-form__form li {
    list-style: none;
    float: left;
    width: 49%;
    margin-bottom: 15px;
}
.enquiry-form__form li input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    height: 30px;
    width: 100%;
    border-radius: 0 !important;
    border: 1px solid;
    padding: 20px 10px;
}
.enquiry-form__form li:nth-child(even) {
    float: right;
}
.enquiry-form__form textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    width: 100%;
    border: 1px solid;
    padding: 10px;
}
.enquiry-form__form li input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder,
.enquiry-form__form textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required::placeholder {
    color: #000000;
    font-size: 15px;
    font-family: "volte-regular";
}
.enquiry-form__form li.submit {
    float: right;
    width: 20%;
    margin-top: 10px;
    position: relative;
}
.enquiry-form__form li.submit input {
    width: 100%;
}
.enquiry-form__form li.acceptance {
    float: left;
    width: 50%;
    margin-top: 10px;
    font-size: 15px;
    color: #000000;
}
.enquiry-form__form li.acceptance span.wpcf7-list-item {
    margin-left: 0;
}
.enquiry-form__form li input.wpcf7-form-control.has-spinner.wpcf7-submit {
    border-radius: 0;
    background-color: #ddc571;
    border: none;
    padding: 10px 36px 10px 10px;
    font-family: "volte-regular";
    font-size: 16px;
}
li.submit::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 18px;
    background-color: #000;
    right: 8px;
    top: 18px;
}
li.submit input:hover {
    cursor: pointer;
}
li.ta {
    width: 100%;
}
span.wpcf7-not-valid-tip {
    font-size: 15px;
}

/*CAREERS */
/*current openings */
.current-openings {
    margin-top: 70px;
}
.current-openings__title h2 {
    line-height: 70px;
    position: relative;
    font-weight: normal;
}
.current-openings__title h2::after {
    position: absolute;
    content: '';
    background: #ddbe6e;
    left: 320px;
    top: 12px;
    width: 318px;
    height: 40px;
}
.current-openings__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    grid-gap: 50px;
    margin-top: 60px;
}
.current-openings__each>p {
    font-family: 'volte-semibold';
    margin: 14px 0
}
.current-openings__each p.address {
    font-family: 'volte-regular';
}
.current-openings__apply-now-div {
    margin-top: 25px;
    position: relative;
}
.current-openings__each a.current-openings__apply-now-btn,
.popup__left a{
    background-color: #ddc571;
    padding: 10px 35px 10px 10px;
    position: relative;
}
a.current-openings__apply-now-btn::after{
    content: "";
    position: absolute;
    width: 19px;
    height: 3px;
    background-color: #000;
    top: 21px;
    left: 117px;
}
.popup__left a::after {
    content: "";
    position: absolute;
    width: 19px;
    height: 3px;
    background-color: #000;
    top: 19px;
    left: 108px;
}

/*careers popup*/
.popup__left {
    float: left;
    width: 40%;
    font-family: 'volte-semibold';
    text-align: left;
}
.popup__left h3 {
    font-family: 'volte-bold';
}
.popup__left ul {
    list-style: none;
    text-align: left;
    padding: 0;
}
.popup__left ul li {
    margin: 30px 0;
}
.popup_data_left__key-value p {
    float: left;
    width: 50%;
    position: relative;
    font-family: 'volte-semibold';
}
.popup_data_left__key-value {
    margin: 40px 0;
}
.popup_data_left__key-value p:first-child::after {
    content: ":";
    position: absolute;
    right: 50px;
}
.popup__left-button {
   position: relative;
    bottom: 0;
    padding: 10px 30px 10px 10px;
    background-color: #ddc571;
    width: auto;
    display: inline-block;
}
.popup__right {
    float: right;
    width: 55%;
    text-align: left;
}
.popup__right h3 {
    color:#ddc571;
    font-family: 'volte-bold';
}
.popup__right-button {
    position: absolute;
    bottom: 50px;
    left: 0px;
    padding: 10px 10px 10px 30px;
    background-color: #ddc571;
}
/*popup*/
.hover_bkgr_fricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    min-height: 200px;
    vertical-align: middle;
    width: 90%;
    position: relative;
    padding: 50px 70px;
}
.careers-popup__form {
    margin-top: 25px;
}
.popup-open div#careers__popup {
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.popupCloseButton {
    background-color: #000;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    position: absolute;
    top: -20px;
    right: 9px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 33px;
    text-align: center;
    color: #fff;
}
.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    display: inline-block;
    font-weight: bold;
}
/*popup slider */
.careers__main-popup {
    position: relative;
    min-height: 490px;
    overflow: hidden;
}
.popup-slide-1 {
    min-height: 400px;
    background-color: #fff;
    transition: 0.6s;
    left: 0px;
    position: absolute;
    top: 0;
}
.popup-slide-2 {
    min-height: 400px;
    background-color: #fff;
    left: -9999px;
    position: absolute;
    top: 0;
}

.popup-slide-1-hide{
    min-height: 400px;
    background-color: #fff;
    left: -9999px;
    position: absolute;
    top: 0;    
}
.popup-slide-2-show {
    min-height: 400px;
    background-color: #fff;
    transition: 0.6s;
    left: 0px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 auto;
}
/*popup form */
.careers-popup__form ul li {
    list-style: none;
    float: left;
    width: 49%;
    margin-bottom: 15px;
}
.careers-popup__form ul li:nth-child(odd) {
    float: right;
}
.careers-popup__form ul li:nth-child(6) {
    width: 100%;
    float: none;
}
.careers-popup__form li.submit {
    position: relative;
}
.careers-popup__form li.submit input {
    width: 100%;
}
.careers-popup__form ul li input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    height: 30px;
    border-radius: 0 !important;
    border: 1px solid;
    padding: 20px 10px;
    width: 100%;
}
.careers-popup__form ul li input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder,
.careers-popup__form ul li textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required::placeholder{
    color: #760009;
    font-size: 15px;
    font-family: "volte-regular";
}
.careers-popup__form ul li textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    width: 100%;
    border: 1px solid;
    padding: 10px;
}
.careers-popup__form ul li.ta {
    width: 100%;
    margin-left: 0;
}
.careers-popup__form ul li select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required, .submit-resume__form input.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required {
    height: 30px;
    border-radius: 0 !important;
    border: 1px solid #000;
    padding: 20px 10px;
    width: 95%;
}
.careers-popup__form ul li input.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required {
    height: 30px;
    border-radius: 0 !important;
    border: 1px solid #000;
    padding: 20px 10px;
    width: 100%;
    font-size: 0;
}
.careers-popup__form ul li select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    height: 30px;
    border-radius: 0 !important;
    border: 1px solid #000;
    padding: 20px 10px;
    width: 100%;
}
.careers-popup__form li.submit {
    float: right;
    width: 12%;
    margin-left: 0;
}
.careers-popup__form ul li input[type=file] {
    cursor: pointer;
    width: 180px;
    height: 34px;
    overflow: hidden;
    position: relative;
}
.careers-popup__form input[type=file]:before {
    width: 22%;
    font-size: 16px;
    content: 'Browse';
    display: inline-block;
    color: #fff;
    background: #760009;
    padding: 5px 2px;
    text-align: center;
    font-family: 'volte-regular';
    position: absolute;
    top: 5px;
    right: 6px;
}
.careers-popup__form input[type=file]::-webkit-file-upload-button {
  visibility: hidden;
}
.careers-popup__form ul li span.wpcf7-form-control-wrap.AttachResume::before {
    content: "Attach Resume";
    position: absolute;
    font-size: 15px;
    top: 6px;
    left: 14px;
    color: #760009;
}
.careers-popup__form li.submit::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 18px;
    background-color: #000;
    right: 10px;
    top: 21px;
}
a.popup-go-back-slide-2__btn {
    position: relative;
}
a.popup-go-back-slide-2__btn::before {
    content: "";
    position: absolute;
    height: 3px;
    width: 13px;
    background-color: #000;
    top: 9px;
    left: -20px;
}
.careers-popup__form li input.wpcf7-form-control.has-spinner.wpcf7-submit {
    border-radius: 0;
    background-color: #ddc571;
    border: none;
    padding: 13px 36px 13px 13px;
    font-family: 'volte-semibold';
    font-size: 18px;
}
.t-h{
    display: none;    
}
a.popup-go-back-slide-2__btn {
    font-family: 'volte-semibold';
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    width: 50%;
    margin: auto;
}
.desc {
    width: 770px;
}
/*submit resume */
.submit-resume {
    margin: 60px 0;
    background-color: #f6f6f6;
    padding: 30px 0 0 0;
}
.submit-resume__left {
    float: left;
    width: 60%;
}
.submit-resume__left h3 {
    font-weight: normal;
}
.submit-resume__right {
    position: relative;
    float: right;
    width: 35%;
}
.submit-resume__right img {
    max-width: 85%;
    position: relative;
}
.submit-resume__right::before {
    position: absolute;
    content: '';
    background: #ddbe6e;
    top: -30px;
    bottom: -38px;
    left: 82px;
    right: -82px;
    z-index: 0;
}
.submit-resume__form ul {
    padding: 0;
    margin-top: 40px;
}
.submit-resume__form li{
    list-style: none;
    float: left;
    width: 49%;
    margin-left: 2px;
    margin-bottom: 15px;    
}
.submit-resume__form li input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    height: 30px;
    border-radius: 0 !important;
    border: 1px solid;
    padding: 20px 10px;
    width: 100%;
    background: transparent; font-family: 'volte-regular'
}
.submit-resume__form li.ta {
    width: 100%;
}
.submit-resume__form textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    width: 100%;
    border: 1px solid;
    padding: 10px;
    background: transparent;
   
}

.careers__main-popup textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required { height: 80px !important;}
.careers__main-popup .submit-resume__right::before {  top: 30px;}
.careers__main-popup  .submit-resume__right{ margin:20px 0 0 0; }
    
.submit-resume__form li:nth-child(odd) {
    float: right;
}
.submit-resume__form li.submit {
    float: right;
    width: 20%;
    margin-top: 10px;
    position: relative;
}
.submit-resume__form li input.wpcf7-form-control.has-spinner.wpcf7-submit{
    border-radius: 0;
    background-color: #ddc571;
    border: none;
    padding: 10px 36px 10px 10px;
    font-family: "volte-regular";
    width: 100%;
    font-size: 16px;
}
.submit-resume__form li input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder,
.submit-resume__form textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required::placeholder,
.submit-resume__form select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required::placeholder{
    color: #000;
    font-size: 15px;
    font-family: "volte-regular";
}
.submit-resume__form select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required,
.submit-resume__form input.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required{
    height: 30px;
    border-radius: 0 !important;
    border: 1px solid #000;
    padding: 20px 10px;
    width: 100%;
}
/*
.submit-resume__form span.wpcf7-form-control-wrap.SelectDesignation {
    position: relative;
}
.submit-resume__form span.wpcf7-form-control-wrap.SelectDesignation::before {
    content: "Select Designation:";
    color: #760009;
    font-size: 15px;
    position: absolute;
    left: 12px;
    top: -3px;
}
*/
.submit-resume__form select.wpcf7-form-control {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 42px !important;
    color: #000;
    background: transparent;
}
.submit-resume__form span.wpcf7-form-control-wrap.AttachResume {
    position: relative;
}
.submit-resume__form input.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required {
    font-size: 0;
    background: transparent;
}
.submit-resume__form input[type=file] {
  cursor: pointer;
  width: 180px;
  height: 34px;
  overflow: hidden;
  position: relative;
}
.submit-resume__form input[type=file]:before {
    width: 22%;
    font-size: 16px;
    content: 'Browse';
    display: inline-block;
    color: #fff;
    background: #ddbe6e;
    padding: 5px 2px;
    text-align: center;
    font-family: 'volte-regular';
    position: absolute;
    top: 5px;
    right: 6px;
}
.submit-resume__form input[type=file]::-webkit-file-upload-button {
  visibility: hidden;
}
.submit-resume__form span.wpcf7-form-control-wrap.AttachResume::before {
    content: "Attach Resume";
    position: absolute;
    font-size: 15px;
    top: 6px;
    left: 14px;
    color: #000;
    z-index: 1;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    font-size: 15px;
    top: 6px;
    left: 14px;
    color: #000;
    z-index: 1;
    font-family: 'volte-regular';
}

.submit-resume__form li.submit::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 18px;
    background-color: #000;
    right: 10px;
    top: 18px;
}
/*why us */
.why-us {
    margin-bottom: 70px;
}
.why-us__title h2 {
    line-height: 65px;
    margin-bottom: 45px;
    position: relative;
    font-weight: normal;
}
.why-us__title h2::after {
    position: absolute;
    content: '';
    background: #ddc571;
    left: 310px;
    top: 15px;
    width: 250px;
    height: 40px;
}
.why-us__title.seo_title h2::after{
    content: unset;
}
.why-us__title.seo_title h2 {
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #dec571;
}
.why-us__content-lft {
    float: left;
    width: 57%;
}
.why-us__content-rgt {
    float: right;
    width: 42%;
}
.why-us__content-rgt img {
    max-width: 100%;
}

/*OUR CULTURE */
.our-culture{
    margin-bottom: 70px;    
}
.our-culture .our-culture__title h3 {
    margin-bottom: 15px;
}
.our-culture__images{
    margin-top: 40px;    
}
.our-culture__images>div {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    grid-gap: 30px;
}
.our-culture__images>div img {
    width: 100%;
}

/*RERA INFO */
.rera-info-projects__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 80px;
    margin: 80px 0;
    grid-row-gap: 60px;
}
.rera-info-projects__each h3 {
    margin-bottom: 15px;
}
a.rera-info-projects__view-certificate-btn {
    background-color: #ddbe6e;
    padding: 10px 30px 10px 10px;
    position: relative;
}
a.rera-info-projects__view-certificate-btn::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 18px;
    background-color: #000;
    top: 20px;
    right: 7px;
}
p.rera-no {
    margin: 15px 0 40px 0;
}



/*--------------------------------------------------------------------MEDIA QUERY STARTS FROM HERE------------------------------------------------ */

@media only screen and (max-width :1700px) and (min-width: 1367px) {
    
    /* Contact */
    
    .enquiry-form__right::before {
        right: 0;
    }
    li.submit::after {
        right: 50px;
    }
    .popup__right-button {
        bottom: 50px;
        z-index: 999;
        left: 0px;
    }
    .careers-popup__form li.submit {
        width: 16%;
    }
    .careers-popup__form li.submit::after {
        right: 10px;
    }
    .submit-resume__right::before {
        right: -70px;
    }
    .submit-resume__form li.submit::after {
        right: 10px;
    }
    .submit-resume__form li.submit {
        width: 25%;
    }
    .enquiry-form__form li.submit::after {
        right: 10px;
    }
    .enquiry-form__form li.submit {
        width: 25%;
    }
}

@media only screen and (max-width :1366px) and (min-width: 1281px) {
    
    /* Contact */
    
    .enquiry-form__right::before {
        right: 0;
    }
    li.submit::after {
        right: 50px;
    }
    .submit-resume__right::before {
        right: -50px;
    }
    .submit-resume__form li.submit {
        width: 25%;
    }
    .enquiry-form__form li.submit::after {
        right: 10px;
    }
    .enquiry-form__form li.submit {
        width: 25%;
    }
    .careers-popup__form li.submit {
        width: 17%;
    }
}

/*----------------------------- Small Laptop 1280 -------------------------------*/
@media only screen and (max-width :1280px) and (min-width: 1101px) {
    .container {
        width: 1260px;
        max-width: 96%;
        margin: 0 auto;
    }
    /*NRI CORNER */
    .lft-content img {
        width: 70%;
        margin: auto;
    }
    .investment-plan .rgt-content h2::after {
        right: 0px;
        top: 14px;
        height: 35px;
    }
    .investment-plan .lft-content::before {
        left: 20px;
    }
    .benefit-of-investing {
        margin-top: 80px;
    }
    .benefit-of-investing__title {
        margin-bottom: 15px;
    }
     /*CONTACT US */
    .drop-us-a-line__left {
        margin-top: 20px;
    }
    .drop-us-a-line__left::before {
        left: -5px;
        right: -15px;
    }
    .drop-us-a-line__right-title h2::after {
        left: 150px;
        top: 82px;
        width: 248px;
    }
    .enquiry-form__right::before {
        right: 0px;
    }
    li.submit::after {
        right: 50px;
    }
    .submit-resume__right::before {
        right: -53px;
    }
    .popup__right-button {
        left: 0px;
    }
    .careers-popup__form li.submit {
        margin-right: 0;
        width: 18%;
    }
    .careers-popup__form li.submit::after {
        right: 10px;
    }
    .careers-popup__form li input.wpcf7-form-control.has-spinner.wpcf7-submit {
        padding-right: 50px;
    }
    .careers-popup__form li.submit::after {
        right: 10px;
    }
    .submit-resume__right::before {
        right: -26px;
    }
    .current-openings__each h3 {
        font-size: 36px;
    }
    .current-openings__title h2::after {
        left: 260px;
    }
    .submit-resume__form li.submit {
        width: 25%;
    }
    .submit-resume__form li.submit::after {
        right: 10px;
    }
    .why-us__title h2::after {
        left: 250px;
        top: 8px;
    }
    .enquiry-form__form li.submit {
        width: 22%;
    }
    li.submit::after {
        right: 5px;
    }
    
}

/*----------------------------- Media 1024 -------------------------------*/
@media only screen and (max-width :1100px){
 
    /*NRI CORNER */
    .benefit-of-investing__title {
        margin-bottom: 15px;
    }
    ul.benefit-of-investing__columns li {
        width: 25%;
        margin: 0px 38px;
    }
     .lft-content img {
        width: 80%;
        margin: auto;
    }
    .investment-plan .rgt-content span.red {
        margin-left: 5px;
    }
    .investment-plan .lft-content::before{
        left: 0;    
    }
    .investment-plan .rgt-content h2{
        font-size: 72px;    
    }
    .investment-plan .rgt-content h2::after {
        right: 200px;
        top: 75px;
        width: 170px;
    }
    .investment-plan .lft-content {
        margin-top: 110px;
    }
    .milestones-slider h3 {
        font-size: 72px;
    }
    /*CONTACT US */
    .drop-us-a-line__left {
        margin-top: 190px;
    }
    .drop-us-a-line__left::before {
        left: -5px;
        right: -15px;
    }
    .drop-us-a-line__right-title h2::after {
        left: 150px;
        top: 82px;
        width: 248px;
    }
    .enquiry-form__right::before {
        right: 0px;
    }
    .current-openings__title h2::after {
        left: 260px;
        top: 5px;
    }
    .submit-resume__right::before {
        right: -20px;
    }
    .current-openings__each h3 {
        font-size: 36px;
        line-height: 35px;
    }
    .current-openings__title h2 {
        line-height: 55px;
    }
    .hover_bkgr_fricc > div {
        padding: 40px 30px;
        width: 98%;
    }
    .popup__right .desc {
        width: auto;
    }
    .popup__right .desc p {
        font-size: 16px;
        line-height: 22px;
    }
    .popup__right {
        width: 62%;
    }
    .popup__left {
        width: 36%;
    }
    .current-openings__each > p br {
        display: none;
    }
    .popup__right-button {
        left: 0px;
    }
    .careers-popup__form li.submit {
        margin-right: 0;
        width: 20%;
    }
    .careers-popup__form li.submit::after {
        right: 10px;
    }
    .careers-popup__form li.submit::after {
        right: 17px;
    }
    .submit-resume__form li.submit::after {
        right: 12px;
    }
    .submit-resume__form li.submit {
        margin-right: 0;
        width: 30%;
    }
    .why-us__title h2::after {
        left: 240px;
        top: 8px;
    }
    .enquiry-form__form li.acceptance {
        width: 62%;
    }
    .enquiry-form__form li.submit {
        width: 30%;
    }
    
    /* Privacy Policy */
    
    .privacy-policy-content__data {
        margin: 60px 0;
    }
}


/*----------------------------- Media 768 -------------------------------*/
@media only screen and (max-width:999px){
    /*NRI CORNER */
    ul.benefit-of-investing__columns li {
        width: 100%;
        margin: 20px 0px;
        text-align: left;
    }
    ul.benefit-of-investing__columns li:first-child {
        margin-top: 0;
    }
    .investment-plan .rgt-content h2 {
        font-size: 62px;
        margin-bottom: 8px;
    }
    .investment-plan .rgt-content {
        float: none;
        width: 100%;
    }
    .investment-plan .lft-content {
        float: none;
        width: 100%;
        margin-top: 60px;
    }
    .investment-plan .rgt-content h2::after {
        right: 70px;
        top: 9px;
        width: 180px;
        height: 40px;
    }
    .investment-plan .lft-content::before {
        left: 20px;
        right: 20px;
    }
    .lft-content img {
        width: 70%;
        margin: auto;
    }
    /*CONTACT US */
    .drop-us-a-line__left {
        float: none;
        width: 100%;
    }
    .drop-us-a-line__right {
        float: none;
        width: 100%;
    }
    .drop-us-a-line__right-title h2::after {
        left: 430px;
        top: 10px;
        width: 235px;
    }
    .drop-us-a-line__right-title h2 br {
        display: none;
    }
    .drop-us-a-line__right>p br {
        display: none;
    }
    .drop-us-a-line__right-office-each p br {
        display: none;
    }
    .drop-us-a-line__right-office-each:nth-child(2) {
        margin-top: 50px;
    }
    .drop-us-a-line__left {
        margin-top: 50px;
    }
    .drop-us-a-line__left::before {
        left: 25px;
        right: 25px;
    }
    .drop-us-a-line__left img {
        max-width: 70%;
        margin: auto;
    }
    .map__left {
        float: none;
        width: 100%;
    }
    .map__right{
        float: none;
        width: 100%;    
        margin-top: 30px;
    }
    .map__right p:last-child {
        margin-left: 20px;
    }
	.enquiry-form__right {
        display: none;
    }
    .enquiry-form__left {
        float: none;
        width: 100%;
    }
    .enquiry-form__form li.submit {
        width: 28%;
    }
    li.submit::after{
        right: 10px;    
    }
    .contact-map .map {
        width: 1260px;
        max-width: 96%;
        margin: 0 auto;
    }
    .contact-map .map .container {
        margin: 0;
        width: 100%;
        max-width: 100%;
    }
    .map__left {
        margin: 30px 0 40px 0;
    }
    .map__left p, .map__right p {
        margin-top: 20px;
        font-size: 20px;
    }
    .submit-resume__form li.submit {
        width: 25%;
    }
    .enquiry-form__form li.acceptance {
        margin: 0;
    }
    .current-openings__content {
        grid-template-columns: repeat(2, 1fr);
    }
    .submit-resume__right,
    .why-us__content-rgt {
        display: none;
    }
    .submit-resume__left,
    .why-us__content-lft {
        width: 100%;
    }
    .submit-resume__form li.submit::after {
        right: 10px;
    }
    .ask-us-anything__accordion .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
        padding-left: 30px;
    }
    .sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon {
        margin-right: 0;
    }
    .ask-us-anything__title h2 {
        font-size: 56px;
        line-height: 55px;
    }
    .ask-us-anything__title h2::after {
        top: 5px;
    }
    .careers-popup__form li.submit {
        width: 28%;
    }
    .drop-us-a-line .contact-block p a {
        margin-right: 10px;
    }
}

/*----------------------------- Media 480 -------------------------------*/
@media only screen and (max-width:767px){
    /*NRI CORNER */
    .investment-plan .rgt-content h2::after {
        right: 110px;
        top: 74px;
        width: 200px;
        height: 40px;
    }
    .drop-us-a-line__right-title h2 br {
        display: block;
    }
    .drop-us-a-line__right-title h2::after {
        left: 120px;
        top: 88px;
        width: 195px;
        height: 30px;
    }
    .rgt-content .red {
        margin-left: 0;
    }
    .drop-us-a-line__right-title h2::after {
        left: 120px;
        top: 59px;
        width: 195px;
        height: 30px;
    }
    .drop-us-a-line__right-title h2 {
        line-height: 50px;
    }
    .enquiry-form__form li {
        width: 99%;
        margin-left: 6px;
    }
    .enquiry-form__form li.acceptance {
        width: 100%;
        float: none;
    }
    .enquiry-form__form li.submit {
        float: none;
        width: 100%;
    }
    li.submit::after {
        left: 120px;
        top: 18px;
    }
    .drop-us-a-line__right-title h2 br {
        display: none;
    }
    .drop-us-a-line__right-title h2::after {
        left: inherit;
        right: 0;
        width: 150px;
        top: 10px;
    }
    .enquiry-form__form {
        margin-bottom: 0;
    }
    .enquiry-form__form li.submit {
        margin-left: 0;
        margin-top: 25px;
    }
    .enquiry-form__form li.submit input {
        text-align: left;
    }
    li.submit::after {
        left: inherit;
        right: 10px;
    }
    .current-openings__title h2::after {
        width: 200px;
        left: 220px;
    }
    .current-openings__content {
        grid-template-columns: repeat(1, 1fr);
    }
    .our-culture__images>div {
        grid-template-columns: repeat(3, 1fr);
    }
    .submit-resume__form input[type=file]:before {
        width: 26%;
    }
    .hover_bkgr_fricc > div {
        padding: 20px 16px;
    }
    .careers__main-popup {
        min-height: 780px;
        overflow: scroll;
    }
    .popup__left, .popup__right {
        width: 100%;
    }
    .popup__right {
        margin-top: 30px;
    }
    .popup__right h3 {
        margin-bottom: 20px;
    }
    .popup_data_left__key-value {
        margin: 8px 0;
    }
    .careers-popup__form ul li,
    .careers-popup__form ul li.ta {
        width: 100%;
        overflow: hidden;
        margin-left: 0 !important;
    }
    .careers-popup__form ul li input,
    .careers-popup__form ul li textarea {
        width: 100% !important;
    }
    .careers-popup__form li.submit {
        width: 40%;
        margin-right: 0;
    }
    .careers-popup__form li.submit::after {
        right: 10px;
        left: inherit;
    }
    .submit-resume__form li.submit {
        margin-right: 0;
        width: 34%;
    }
    .ask-us-anything__title h2::after {
        width: 200px;
        left: 200px;
    }
    .ask-us-anything__accordion>div {
        grid-template-columns: repeat(1, 1fr);
    }
    .faq-image-section img {
        display: none;
    }
    .faq-image-section {
        background-image: url('https://bhavyaconstructions.com/wp-content/uploads/2021/12/faq-image-section.jpg');
        padding: 100px 0;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .faq-image-section__text {
        position: relative;
        top: inherit;
        left: inherit;
        transform: inherit;
    }
    
    /* Privacy Policy */
    
    .privacy-policy-content__data h3 {
        font-size: 36px;
    }
}


/*----------------------------- Media 320 -------------------------------*/
@media only screen and (max-width:479px){
    /*NRI CORNER */
    .investment-plan {
        margin: 40px 0;
    }
    .investment-plan .rgt-content h2 {
        font-size: 42px;
        line-height: 40px;
    }
    .investment-plan .rgt-content h2::after {
        right: 100px;
        top: 46px;
        width: 110px;
        height: 25px;
    }
    span.red {
        margin-left: 0px;
    }
    .investment-plan .lft-content{
        margin-top: 30px;    
    }
    .lft-content img {
        width: 80%;
    }
    .investment-plan .lft-content::before {
        content: '';
        width: 0;
        height: 0;
    }
    .drop-us-a-line__right {
        margin: 60px 0;
    }
    .drop-us-a-line__right-title h2::after {
        display: none;
    }
    .contact-map .map iframe {
        height: 250px;
    }
    .map__right p:last-child {
        margin-left: 0;
    }
    .drop-us-a-line__right-title h2, .drop-us-a-line__right-office h3 {
        font-size: 36px;
    }
    .current-openings__title h2::after,
    .why-us__title h2::after {
        width: 100px;
    }
    .submit-resume__form li:nth-child(5),
    .submit-resume__form li:nth-child(6) {
        width: 100%;
    }
    .submit-resume__form li.submit input {
        text-align: left;
    }
    .submit-resume__form li.submit {
        margin-right: 0;
        width: 100%;
    }
    .our-culture__images>div {
        grid-template-columns: repeat(2, 1fr);
    }
    .current-openings__each h3 {
        font-size: 26px;
        margin-bottom: 20px;
    }
  .popup__right-button {
    bottom: 45px;
    padding: 12px 30px 12px 30px;
    position: relative;
    margin: 10px 0 0 0;
}
    .careers-popup__form li.submit {
        width: 55%;
    }
    .ask-us-anything__title h2::after {
        display: none;
    }
    .ask-us-anything__title h2 {
        font-size: 36px;
        line-height: 30px;
    }
    .ask-us-anything__title h2 br {
        display: none;
    }
    
    /* Privacy Policy */
    
    .privacy-policy-content__data h3 {
        font-size: 32px;
        line-height: 35px;
    }
    
    /* Careers */
    
    .submit-resume__form li {
        margin-left: 0;
        width: 100%;
        /*float: none;*/
    }
    .drop-us-a-line .contact-block {
        display: block;
    }
    .drop-us-a-line .contact-block p a {
        display: block;
        margin-top: 10px;
    }

}



.To_top_btn a {
    display: flex !important;
    align-items: center;
    justify-content: center;
}


.readmore-txt {
	overflow: hidden;
}

.readmore  a.rdmore{
        position: relative;
    text-transform: uppercase;
    color: #ddbe6e; margin:10px 0 0 0; display:inline-block;
        text-decoration: none;
    font-size: 18px;     font-family: "volte-medium";
 }

.readmore  a.rdmore::after{
    background: #ddbe6e;
        position: absolute;
    content: '';
    width: 26px;
    height: 3px;
    top: 50%;
    transform: translate(0, -50%);
    right: -42px;
}

.To_top_btn a {
    background: #ddbe6e !important;
    bottom: 70px !important;
}
