@charset "UTF-8";

body,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
    margin: 0;
    padding: 0
}

p {
    margin-bottom: 0 !important;
}

body {
    font-family: Mulish, sans-serif;
    line-height: normal;
    background-color: #f5f5f5 !important;
}

li {
    list-style-type: none
}

a {
    display: inline-block
}

header {
    background-image: linear-gradient(#f58220, #b02a30)
}

header a {
    padding: 15px 0 15px 84px;
    width: 335px
}

header h2 {
    position: relative;
    font-family: Mulish;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 45px;
    margin: 15px 0 0 20px;
    color: #fff
}

header h2::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 19px;
    background-color: #fff;
    top: 15px;
    bottom: 0;
    left: -10px
}

@media screen and (max-width:1440px) {
    header a {
        padding: 10px 0 10px 84px;
        width: 300px
    }
}

@media screen and (max-width:767.5px) {
    header a {
        padding: 10px 0 10px 10px;
        width: 50%
    }
}

@media screen and (max-width:1600px) {
    header h2 {
        font-size: 24px
    }
}

@media screen and (max-width:1440px) {
    header h2 {
        font-size: 20px
    }
}

@media screen and (max-width:767.5px) {
    header h2 {
        font-size: 14px;
        margin: 12px 0 0 18px
    }
}

@media screen and (max-width:1440px) {
    header h2::before {
        height: 16px
    }
}

.container {
    max-width: 90%
}

.banner_sec {
    position: relative;
    background-color: #f5f5f5;
}

.banner_sec ul {
    position: absolute;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    bottom: 2%;
    left: 3%;
    width: 50%;
    justify-content: space-between
}

@media screen and (max-width:991.5px) {
    .banner_sec ul {
        width: 50%;
        bottom: unset;
        left: 5%;
        top: 200px;
    }
}

@media screen and (max-width:767.5px) {
    .banner_sec ul {
        left: 3%
    }
}

.banner_sec ul li {
    text-align: center
}

.banner_sec ul li h2 {
    font-size: 24px;
    text-align: center;
    font-weight: 800;
    font-family: Mulish;
    color: #a92a30
}

@media screen and (max-width:1440px) {
    .banner_sec ul li h2 {
        font-size: 17px;
        text-align: center;
        font-weight: 800;
        font-family: Mulish;
        color: #a92a30
    }
}

@media screen and (max-width:991.5px) {
    .banner_sec ul li h2 {
        font-size: 14px
    }
}

@media screen and (max-width:991.5px) {
    .banner_sec ul li .banner_content_img {
        width: 50%;
        margin-left: 25%
    }
}

.banner_sec .headingul {
    flex-wrap: nowrap
}

@media screen and (max-width:991.5px) {
    .banner_sec .headingul {
        bottom: 70%;
        left: 5%
    }
}

@media screen and (max-width:767.5px) {
    .banner_sec .headingul {
        bottom: unset;
        left: unset;
        top: 195px;
        right: 210px;
    }
}

@media screen and (max-width:380.5px) {
    .banner_sec .headingul {
        bottom: unset;
        left: unset;
        top: 180px;
    }
}

.bannerHeading {
    /* width: 45%; */
    display: flex;
    flex-wrap: nowrap;
    position: absolute;
    top: 70px;
    right: 50%;
    text-align: center;
    font-weight: 900;
    font-size: 32px;
    font-family: "Mulish";
    color: #a92a30;
}

@media screen and (max-width: 1730px) {
    .bannerHeading {
        top: 70px;
        right: 50%;
        font-size: 32px;
    }
}

@media screen and (max-width: 1600px) {
    .bannerHeading {
        top: 70px;
        right: 50%;
        font-size: 30px;
    }
}

@media screen and (max-width: 1440px) {
    .bannerHeading {
        top: 70px;
        right: 45%;
        font-size: 28px;
    }
}

@media screen and (max-width: 991.5px) {
    .bannerHeading {
        top: 70px;
        right: 38%;
        font-size: 22px;

    }
}

@media screen and (max-width: 767.5px) {
    .bannerHeading {
        top: 40px;
        right: 12%;
        font-size: 18px;
    }
}

.progress_bar {
    display: flex;
    width: 180px;
    margin: 0 auto;
    height: 8px;
    background-color: #F3D8CC;
}

.progress_bar .progress_bar_1 {
    width: 90px;
    background-color: #DB620A;
    position: relative;
    text-align: center;
    color: #DB620A;
    font-size: 10px;
}

.progress_bar .progress_bar_2 {
    width: 90px;
    background-color: transparent;
    position: relative;
    text-align: center;
    color: #F3D8CC;
    font-size: 10px;
}

.progress_bar svg {
    margin-top: 10px;
}


.banner_sec .headingul li {
    background-color: #db620a;
    margin: 5px;
    height: 40px;
    padding: 5px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    margin-right: 8.5rem
}

.banner_sec .headingul li h2 {
    font-family: Mulish;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    width: 100px;
    color: #fff
}

/* Banner section */
.m_update {
    margin-bottom: 70px;

}

@media screen and (max-width: 1440px) {
    .m_update {
        margin-bottom: 40px;

    }
}

@media screen and (max-width: 991.5px) {
    .m_update {
        margin-bottom: 0px;

    }
}

.m_update_two {
    margin-bottom: 110px;
}

@media screen and (max-width: 1600px) {
    .m_update_two {
        margin-bottom: 90px;

    }
}


@media screen and (max-width: 991.5px) {
    .m_update_two {
        margin-bottom: 0px;

    }
}

/* rupee sign code */

.input-with-icon {
    padding-left: 20px !important;
}

@media screen and (max-width: 1440px) {
    .input-with-icon {
        padding-left: 15px !important;
    }
}

.text-icon {
    position: absolute;
    top: 21px;
    color: #525252
        /* display: none; */
}

@media screen and (max-width: 1600px) {
    .text-icon {
        top: 13px;
    }
}

@media screen and (max-width: 1440px) {
    .text-icon {
        top: 12px;
    }
}

@media screen and (max-width: 1199.5px) {
    .text-icon {
        top: 9px;
    }
}

.text-icon_two {
    position: absolute;
    top: 0;
    bottom: 0;
    /* display: none; */
}

.number-span {
    font-size: 20px;
    font-weight: 500;
    color: #525252;
}

@media screen and (max-width: 1600px) {
    .number-span {
        font-size: 18px;
    }
}

@media screen and (max-width: 1440px) {
    .number-span {
        font-size: 14px;
        top: 10px;
    }
}

@media screen and (max-width: 767.5px) {
    .number-span {
        font-size: 14px;
        top: 9px;
    }
}


/* calculator sec */


.calculator_section {
    padding: 32px 0px;
    background-color: #f5f5f5;
}

.calculator_section {
    padding-top: 240px;
    /* margin-top: 100px; */

}

@media screen and (max-width:1600px) {
    .calculator_section {
        padding-top: 240px;


    }
}

@media screen and (max-width:1440px) {
    .calculator_section {
        padding-top: 210px;


    }
}

@media screen and (max-width:991.5px) {
    .calculator_section {
        padding-top: 50px;


    }
}





@media screen and (max-width: 767.5px) {
    .calculator_section {
        padding: unset;
        padding-top: 20px;
    }
}

.icon {
    position: absolute;
    top: 11px;
    left: 78px;
}

.icon_one {
    position: absolute;
    top: 10px;
    left: 50px;
    font-style: normal !important;
}

.calculator_section .calculator_wrapper {
    background: #F9E1CE;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 18px 26px 42px;
}

@media screen and (max-width: 767.5px) {
    .calculator_section .calculator_wrapper {
        padding: 16px 16px 30px;
    }
}

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

    .calculator_section .loan_amt,
    .inerest_rate,
    .loan_team {
        flex-direction: column;
        align-items: start !important;
    }
}

@media screen and (max-width: 1199.5px) {
    .calculator_section .inerest_rate {

        align-items: start !important;
    }
}

@media screen and (max-width: 1199.5px) {
    .calculator_section .loan_team {

        align-items: start !important;
    }
}

.calculator_section .loan_amt,
.rate_team,
.inerest_rate,
.loan_team {
    gap: 30px;

}

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

    .calculator_section .loan_amt,
    .rate_team,
    .inerest_rate,
    .loan_team {
        gap: unset;

    }
}

.calculator_section .loan_amt,
.inerest_rate,
.loan_team {

    border-bottom: 1px solid #DA5E26;
    margin-bottom: 50px;
    padding-bottom: 15px;
}

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

    .calculator_section .loan_amt,
    .inerest_rate,
    .loan_team {
        border-bottom: 1px solid #DA5E26;
        margin-bottom: 30px;
        padding-bottom: 10px;
    }
}

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

    .calculator_section .loan_amt,
    .inerest_rate,
    .loan_team {
        margin-bottom: 20px;
        padding-bottom: 7px;
    }
}

.calculator_section h2 {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 135%;
    /* or 49px */


    color: #97281D;
    /* margin-bottom: 10px; */
}

@media screen and (max-width: 1440px) {
    .calculator_section h2 {
        font-size: 28px;
        line-height: 86%;
    }
}

@media screen and (max-width: 991.5px) {
    .calculator_section h2 {
        font-size: 24px;
        line-height: 86%;
    }
}

@media screen and (max-width: 767.5px) {
    .calculator_section h2 {
        font-size: 18px;
        line-height: 86%;
    }
}

.calculator_section h3 {

    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 33px;
    /* identical to box height */


    color: #525252;
}

@media screen and (max-width: 1600px) {
    .calculator_section h3 {
        font-size: 22px;

    }
}

@media screen and (max-width: 1440px) {
    .calculator_section h3 {
        font-size: 18px;
        line-height: 28px;
    }
}

@media screen and (max-width: 767.5px) {
    .calculator_section h3 {
        font-size: 16px;

    }
}

.calculator_section input[type=text] {
    padding: 10px 24px;
    background: #FFFFFF;
    border-radius: 14px;
    border: none;
    outline: none;
    width: 70%;
    text-align: center;
}

/* @media screen and (max-width: 1440px) {
    .calculator_section input[type=text]{
     width: 90%;
  
     }
  } */
.calculator_section .rate_team span {
    width: 50%;
}

@media screen and (max-width: 1440px) {
    .calculator_section .rate_team span {
        width: 45%;

    }
}

@media screen and (max-width: 767.5px) {
    .calculator_section .rate_team span {
        width: 70%;

    }
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
}

.calculator_section [type=number] {

    background: #FFFFFF;
    border-radius: 20px;
    width: 60%;
    border: none;
    outline: none;
    padding: 10px 24px;

}

@media screen and (max-width: 1600px) {
    .calculator_section [type=number] {
        width: 70%;

    }
}

@media screen and (max-width: 1440px) {
    .calculator_section [type=number] {
        width: 100%;

    }
}

.calculator_section .container {
    max-width: 90%;
}

@media screen and (max-width: 767.5px) {
    .calculator_section .container {

        width: 100%;
    }
}

.calculator_section .emi {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 20px;
    width: 80%;
    margin: 0 auto;
}

@media screen and (max-width: 767.5px) {
    .calculator_section .emi {
        width: 100%;
        padding: 10px;

    }
}

.calculator_section .emi p {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 33px;

    color: #525252;
}

@media screen and (max-width: 1600px) {
    .calculator_section .emi p {
        font-size: 22px;

    }
}

@media screen and (max-width: 1440px) {
    .calculator_section .emi p {
        font-size: 16px;
        line-height: 28px;
    }
}

@media screen and (max-width: 767.5px) {
    .calculator_section .emi p {
        font-size: 15px;
        line-height: 22px;
    }
}

.calculator_section .emi p span {
    color: #97281D;
    font-weight: 400;
}

.calculator_section .calculate_btn {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;

    color: #FFFFFF;
    background: #DB620A;
    border-radius: 30px;
    padding: 12px 96px;
    border: none;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 1600px) {
    .calculator_section .calculate_btn {
        font-size: 30px;
        padding: 9px 96px;
    }
}

@media screen and (max-width: 1440px) {
    .calculator_section .calculate_btn {
        font-size: 24px;
        padding: 5px 96px;
    }
}

@media screen and (max-width: 991.5px) {
    .calculator_section .calculate_btn {
        margin-bottom: 18px;
        padding: 3px 80px;
    }
}

@media screen and (max-width: 767.5px) {
    .calculator_section .calculate_btn {

        padding: 1px 80px;
    }
}

.text-field-icon i {
    position: absolute;
    left: 8%;
    top: 50%;
    transform: translateY(-50%);
    font-style: normal !important;
    color: #000 !important;
    font-weight: 700;
}


.landloan_table_sec {
    padding: 5% 0;
    background-color: #F5F5F5;
}

.landloan_table_sec .container {
    max-width: 90%;
}

.landloan_table_sec h2 {
    font-family: Mulish;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 135%;
    color: #97281d
}

@media screen and (max-width:1440px) {
    .landloan_table_sec h2 {
        font-size: 28px
    }
}

@media screen and (max-width:1199.5px) {
    .landloan_table_sec h2 {
        font-size: 26px
    }
}

@media screen and (max-width:991.5px) {
    .landloan_table_sec h2 {
        font-size: 24px
    }
}

@media screen and (max-width:767.5px) {
    .landloan_table_sec h2 {
        font-size: 20px
    }
}

.landloan_table_sec .landloan_table_heading {
    background: #db620a;
    border-radius: 20px 20px 0 0;
    padding: 15px 50px
}

@media screen and (max-width:1600px) {
    .landloan_table_sec .landloan_table_heading {
        padding: 10px 50px
    }
}

@media screen and (max-width:1199.5px) {
    .landloan_table_sec .landloan_table_heading {
        padding: 5px 50px
    }
}

@media screen and (max-width:991.5px) {
    .landloan_table_sec .landloan_table_heading {
        padding: 10px 50px
    }
}

@media screen and (max-width:767.5px) {
    .landloan_table_sec .landloan_table_heading {
        padding: 9px
    }
}

.landloan_table_sec .landloan_table_heading h3 {
    font-family: Mulish;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 33px;
    color: #fff;
    margin-bottom: 0 !important;
}

@media screen and (max-width:1600px) {
    .landloan_table_sec .landloan_table_heading h3 {
        font-size: 20px
    }
}

@media screen and (max-width:1440px) {
    .landloan_table_sec .landloan_table_heading h3 {
        font-size: 18px
    }
}

@media screen and (max-width:1199.5px) {
    .landloan_table_sec .landloan_table_heading h3 {
        font-size: 15px
    }
}

@media screen and (max-width:767.5px) {
    .landloan_table_sec .landloan_table_heading h3 {
        font-size: 16px
    }
}

@media screen and (max-width:767.5px) {
    .landloan_table_sec .heading2 {
        border-radius: 0
    }
}

.landloan_table_sec .landloan_tblcontent {
    background: #f9e1ce
}

.landloan_table_sec .landloan_tblcontent .tablerow {
    padding: 15px 50px
}

@media screen and (max-width:1600px) {
    .landloan_table_sec .landloan_tblcontent .tablerow {
        padding: 10px 50px
    }
}

@media screen and (max-width:1199.5px) {
    .landloan_table_sec .landloan_tblcontent .tablerow {
        padding: 10px 50px
    }
}

@media screen and (max-width:991.5px) {
    .landloan_table_sec .landloan_tblcontent .tablerow {
        padding: 10px 50px
    }
}

@media screen and (max-width:767.5px) {
    .landloan_table_sec .landloan_tblcontent .tablerow {
        padding: 9px
    }
}

.landloan_table_sec .landloan_tblcontent .tablerow .tablecol p {
    font-family: Mulish;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 33px;
    color: #525252;
    padding: 5% 0;
    margin-bottom: 0 !important;
}

@media screen and (max-width:1600px) {
    .landloan_table_sec .landloan_tblcontent .tablerow .tablecol p {
        font-size: 20px;
        padding: 3% 0
    }
}

@media screen and (max-width:1440px) {
    .landloan_table_sec .landloan_tblcontent .tablerow .tablecol p {
        font-size: 16px;
        padding: 4% 0
    }
}

@media screen and (max-width:1199.5px) {
    .landloan_table_sec .landloan_tblcontent .tablerow .tablecol p {
        font-size: 14px;
        padding: 2% 0
    }
}

@media screen and (max-width:767.5px) {
    .landloan_table_sec .landloan_tblcontent .tablerow .tablecol p {
        font-size: 16px;
        padding: 4% 0
    }
}

.landloan_table_sec .landloan_tblcontent .tncline p {
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    padding-right: 0;
    color: #525252
}

@media screen and (max-width:1600px) {
    .landloan_table_sec .landloan_tblcontent .tncline p {
        font-size: 14px;
        padding-right: 0;
    }
}

@media screen and (max-width:1440px) {
    .landloan_table_sec .landloan_tblcontent .tncline p {
        font-size: 10px;
        padding-right: 0;
    }
}

@media screen and (max-width:1199.5px) {
    .landloan_table_sec .landloan_tblcontent .tncline p {
        padding-right: 0;
    }
}

@media screen and (max-width:991.5px) {
    .landloan_table_sec .landloan_tblcontent .tncline p {
        padding-right: 0;
    }
}

@media screen and (max-width:767.5px) {
    .landloan_table_sec .landloan_tblcontent .tncline p {
        font-size: 8px;
        padding-right: 0;
        margin-bottom: 0 !important;
    }
}

.features_benefits_section {
    background-color: #f5f5f5;
}

.features_benefits_section .container {
    max-width: 90%;

}

.features_benefits_section .feature_heading {
    font-family: Mulish;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 135%;
    color: #97281d
}

.features_benefits_section .features_benefits {
    background: #db620a;
    border-radius: 20px;
    padding: 32px 23px
}

.features_benefits_section .features_benefits .container {
    max-width: 100%
}

.features_benefits_section .features_benefits .features_wrapper {
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    border-radius: 20px;
    padding: 20px 27px
}

.features_benefits_section .features_benefits .features_wrapper .features_content h3 {
    font-family: Mulish;
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 135%;
    color: #97281d
}

.features_benefits_section .features_benefits .features_wrapper .features_content p {
    font-family: Mulish;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 135%;
    color: #97281d
}

.features_benefits_section .features_benefits .features_wrapper .features_img {
    width: 100px
}

@media screen and (max-width:767.5px) {
    .features_benefits_section .container {
        width: 100%
    }
}

@media screen and (max-width:1440px) {
    .features_benefits_section .feature_heading {
        font-size: 26px
    }
}

@media screen and (max-width:991.5px) {
    .features_benefits_section .feature_heading {
        font-size: 24px
    }
}

@media screen and (max-width:767.5px) {
    .features_benefits_section .feature_heading {
        font-size: 20px
    }
}

@media screen and (max-width:1440px) {
    .features_benefits_section .features_benefits {
        padding: 22px 23px
    }
}

@media screen and (max-width:991.5px) {
    .features_benefits_section .features_benefits {
        padding: 22px 10px
    }
}

@media screen and (max-width:767.5px) {
    .features_benefits_section .features_benefits {
        padding: 22px 10px
    }
}

@media screen and (max-width:767.5px) {
    .features_benefits_section .features_benefits .container {
        width: 100%
    }
}

@media screen and (max-width:1440px) {
    .features_benefits_section .features_benefits .features_wrapper {
        padding: 34px 0 14px
    }
}

@media screen and (max-width:1199.5px) {
    .features_benefits_section .features_benefits .features_wrapper {
        padding: 34px 22px 14px
    }
}

@media screen and (max-width:991.5px) {
    .features_benefits_section .features_benefits .features_wrapper {
        padding: 18px 0
    }
}

@media screen and (max-width:767.5px) {
    .features_benefits_section .features_benefits .features_wrapper {
        padding: 34px 22px 14px
    }
}

@media screen and (max-width:767.5px) {
    .features_benefits_section .features_benefits .features_wrapper .features_content {
        height: auto;
        width: 190px
    }
}

@media screen and (max-width:1600px) {
    .features_benefits_section .features_benefits .features_wrapper .features_content h3 {
        font-size: 19px
    }
}

@media screen and (max-width:1440px) {
    .features_benefits_section .features_benefits .features_wrapper .features_content h3 {
        font-size: 15px
    }
}

@media screen and (max-width:1199.5px) {
    .features_benefits_section .features_benefits .features_wrapper .features_content h3 {
        font-size: 13px
    }
}

@media screen and (max-width:991.5px) {
    .features_benefits_section .features_benefits .features_wrapper .features_content h3 {
        font-size: 11px
    }
}

@media screen and (max-width:767.5px) {
    .features_benefits_section .features_benefits .features_wrapper .features_content h3 {
        font-size: 16px
    }
}

@media screen and (max-width:1600px) {
    .features_benefits_section .features_benefits .features_wrapper .features_content p {
        font-size: 22px
    }
}

@media screen and (max-width:1440px) {
    .features_benefits_section .features_benefits .features_wrapper .features_content p {
        font-size: 16px
    }
}

@media screen and (max-width:767.5px) {
    .features_benefits_section .features_benefits .features_wrapper .features_content p br {
        display: none
    }
}

@media screen and (max-width:1600px) {
    .features_benefits_section .features_benefits .features_wrapper .features_img {
        width: 80px
    }
}

@media screen and (max-width:1440px) {
    .features_benefits_section .features_benefits .features_wrapper .features_img {
        width: 70px
    }
}

@media screen and (max-width:991.5px) {
    .features_benefits_section .features_benefits .features_wrapper .features_img {
        width: 50px
    }
}

.landloan_sec {
    padding: 5% 0;
    background-color: #f5f5f5;
}

.landloan_sec .container {
    max-width: 90%;
}

.landloan_sec .landloan_heading {
    font-family: Mulish;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 135%;
    color: #97281d
}

@media screen and (max-width:1440px) {
    .landloan_sec .landloan_heading {
        font-size: 28px
    }
}

@media screen and (max-width:1199.5px) {
    .landloan_sec .landloan_heading {
        font-size: 26px
    }
}

@media screen and (max-width:991.5px) {
    .landloan_sec .landloan_heading {
        font-size: 24px
    }
}

@media screen and (max-width:767.5px) {
    .landloan_sec .landloan_heading {
        font-size: 20px
    }
}

.landloan_sec .landloan_wrapper {
    background: #f9e1ce;
    border-radius: 20px;
    padding: 20px 20px 20px 50px
}

@media screen and (max-width:767.5px) {
    .landloan_sec .landloan_wrapper {
        padding: 20px
    }
}

.landloan_sec .landloan_wrapper .landloan_text p {
    font-family: Mulish;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 33px;
    color: #525252
}

@media screen and (max-width:1600px) {
    .landloan_sec .landloan_wrapper .landloan_text p {
        font-size: 20px
    }
}

@media screen and (max-width:1440px) {
    .landloan_sec .landloan_wrapper .landloan_text p {
        font-size: 16px;
        line-height: 23px
    }
}

@media screen and (max-width:1199.5px) {
    .landloan_sec .landloan_wrapper .landloan_text p {
        font-size: 15px
    }
}

@media screen and (max-width:991.5px) {
    .landloan_sec .landloan_wrapper .landloan_text p {
        font-size: 12px
    }
}

@media screen and (max-width:767.5px) {
    .landloan_sec .landloan_wrapper .landloan_text p {
        font-size: 16px
    }
}

.landloan_sec .landloan_wrapper .landloan_pointers h3 {
    font-family: Mulish;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 33px;
    margin: 30px 0;
    color: #db620a
}

@media screen and (max-width:1600px) {
    .landloan_sec .landloan_wrapper .landloan_pointers h3 {
        font-size: 24px
    }
}

@media screen and (max-width:1199.5px) {
    .landloan_sec .landloan_wrapper .landloan_pointers h3 {
        font-size: 18px;
        margin: 20px 0
    }
}

@media screen and (max-width:767.5px) {
    .landloan_sec .landloan_wrapper .landloan_pointers h3 {
        font-size: 16px
    }
}

.landloan_sec .landloan_wrapper .landloan_pointers .points p {
    display: flex;
    font-family: Mulish;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 33px;
    color: #525252
}

@media screen and (max-width:1600px) {
    .landloan_sec .landloan_wrapper .landloan_pointers .points p {
        font-size: 20px
    }
}

@media screen and (max-width:1440px) {
    .landloan_sec .landloan_wrapper .landloan_pointers .points p {
        font-size: 16px;
        line-height: 23px
    }
}

@media screen and (max-width:1199.5px) {
    .landloan_sec .landloan_wrapper .landloan_pointers .points p {
        font-size: 15px
    }
}

@media screen and (max-width:991.5px) {
    .landloan_sec .landloan_wrapper .landloan_pointers .points p {
        font-size: 12px
    }
}

@media screen and (max-width:767.5px) {
    .landloan_sec .landloan_wrapper .landloan_pointers .points p {
        font-size: 16px
    }
}

.landloan_sec .landloan_wrapper .landloan_pointers .points p:before {
    content: "•";
    color: #db620a;
    font-weight: 700;
    display: inline-block;
    width: 1em
}

@media screen and (max-width:767.5px) {
    .landloan_sec .landloan_wrapper .landloan_pointers .points p:before {
        margin-right: 10px
    }
}

.landloan_sec .landloan_wrapper .landloan_pointers .img_wrap {
    margin-bottom: 10px;
    width: 60px
}

@media screen and (max-width:991.5px) {
    .landloan_sec .landloan_wrapper .landloan_pointers .img_wrap {
        width: 70px
    }
}

.benefits {
    padding-bottom: 30px;
    background-color: #f5f5f5
}

.benefits .benefit_heading {
    font-family: Mulish;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 135%;
    color: #97281d
}

@media screen and (max-width:1440px) {
    .benefits .benefit_heading {
        font-size: 28px
    }
}

@media screen and (max-width:1199.5px) {
    .benefits .benefit_heading {
        font-size: 26px
    }
}

@media screen and (max-width:991.5px) {
    .benefits .benefit_heading {
        font-size: 24px
    }
}

@media screen and (max-width:767.5px) {
    .benefits .benefit_heading {
        font-size: 20px
    }
}

.benefits .container {
    background-color: #f5f5f5;
    max-width: 90%
}

.benefits ul li {
    list-style-type: disc
}

.benefits .faq_btn {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    border: none;
    border-radius: 30px;
    padding: 12px 68px;
    margin: 0 auto;
    display: block;
    color: #fff;
    background-color: #db620a
}

.benefits .accordion .accordion-item {
    position: relative;
    border: 0;
    padding: 10px 0;
    color: #191919;
    font-size: 22px;
    font-weight: 500;
    background-color: #f5f5f5
}

.benefits .accordion h2 {
    background-color: #f9e1ce;
    border-radius: 28px 28px 0 0 !important
}

.benefits .accordion h2 button {
    color: #525252;
    background-color: #f9e1ce;
    margin: 0 auto;
    font-family: Mulish;
    font-size: 22px;
    font-weight: 500;
    border-radius: 28px 28px 0 0 !important
}

.benefits .accordion h2 button span {
    font-family: Mulish;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 33px;
    color: #525252;
    text-align: center;
    width: 40%;
    margin: 0 auto 0 30%
}

@media screen and (max-width:1600px) {
    .benefits .accordion h2 button span {
        font-size: 22px
    }
}

@media screen and (max-width:1440px) {
    .benefits .accordion h2 button span {
        font-size: 16px
    }
}

@media screen and (max-width:1199.5px) {
    .benefits .accordion h2 button span {
        font-size: 15px
    }
}

@media screen and (max-width:991.5px) {
    .benefits .accordion h2 button span {
        font-size: 14px
    }
}

@media screen and (max-width:767.5px) {
    .benefits .accordion h2 button span {
        font-size: 16px
    }
}

.benefits .accordion .accordion-body {
    color: #525252;
    font-family: Mulish;
    padding: 20px 60px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    background: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 33px
}

@media screen and (max-width:1600px) {
    .benefits .accordion .accordion-body {
        font-size: 20px
    }
}

@media screen and (max-width:1199.5px) {
    .benefits .accordion .accordion-body {
        padding: 15px 60px;
        font-size: 14px;
        line-height: 27px
    }
}

.benefits .accordion .accordion-button:not(.collapsed) {
    background-color: #f9e1ce;
    text-align: center;
    box-shadow: unset
}

.benefits .accordion .accordion-button:focus {
    border: 0;
    box-shadow: unset
}

.benefits .accordion .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon)
}

.benefits hr {
    color: #fff
}

@media screen and (max-width:767.5px) {
    .container {
        width: 100%
    }
}

@media screen and (max-width:1440px) {
    .benefits .faq_btn {
        font-size: 20px;
        padding: 0 68px
    }
}

@media screen and (max-width:767.5px) {
    .benefits .accordion {
        padding: 0
    }
}

@media screen and (max-width:1440px) {
    .benefits .accordion .accordion-item {
        font-size: 18px
    }
}

@media screen and (max-width:767.5px) {
    .benefits .accordion .accordion-item {
        display: block;
        border-radius: 0
    }
}

@media screen and (max-width:767.5px) {
    .benefits .accordion h2 button span {
        width: unset;
        margin: 0
    }
}

@media screen and (max-width:1440px) {
    .benefits .accordion h2 button {
        font-size: 18px
    }
}

@media screen and (max-width:767.5px) {
    .benefits .accordion h2 button {
        padding: 16px 20px
    }
}

@media screen and (max-width:1440px) {
    .benefits .accordion .accordion-body {
        font-size: 15px
    }
}

@media screen and (max-width:991.5px) {
    .benefits .accordion .accordion-body {
        font-size: 12px
    }
}

@media screen and (max-width:767.5px) {
    .benefits .accordion .accordion-body {
        padding: 10px 10px;
        line-height: 25px;
        font-size: 16px
    }
}

.faq {
    padding-bottom: 100px;
    background-color: #f5f5f5
}

.faq .container {
    background-color: #f5f5f5;
    max-width: 90%;
}

.faq ul li {
    list-style-type: disc
}

.faq .faq_btn {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    border: none;
    border-radius: 30px;
    padding: 12px 68px;
    margin: 0 auto;
    display: block;
    color: #f5f5f5;
    background-color: #db620a
}

@media screen and (max-width:1440px) {
    .faq .faq_btn {
        font-size: 20px;
        padding: 0 68px
    }
}

@media screen and (max-width:1199.5px) {
    .faq .faq_btn {
        font-size: 16px
    }
}

@media screen and (max-width:991.5px) {
    .faq .faq_btn {
        font-size: 14px
    }
}

@media screen and (max-width:767.5px) {
    .faq .faq_btn {
        font-size: 18px
    }
}

.faq .accordion {
    padding: 0 23px
}

@media screen and (max-width:767.5px) {
    .faq .accordion {
        padding: 0
    }
}

.faq .accordion .accordion-item {
    position: relative;
    border: 0;
    padding: 10px 0;
    color: #191919;
    background-color: #f5f5f5;
    font-size: 22px;
    font-weight: 500
}

@media screen and (max-width:1440px) {
    .faq .accordion .accordion-item {
        font-size: 18px
    }
}

@media screen and (max-width:767.5px) {
    .faq .accordion .accordion-item {
        display: block;
        border-bottom: 1px solid #191919;
        border-radius: 0
    }
}

.faq .accordion .accordion-item:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #191919;
    left: -23px;
    right: 0;
    width: calc(100% + 46px);
    bottom: 0
}

@media screen and (max-width:767.5px) {
    .faq .accordion .accordion-item:after {
        display: none
    }
}

.faq .accordion .accordion-item:last-child:after {
    display: none
}

.faq .accordion h2 button {
    color: #525252;
    background-color: #f5f5f5;
    font-family: Mulish;
    font-size: 26px;
    font-weight: 500;
    padding-left: 0
}

@media screen and (max-width:1600px) {
    .faq .accordion h2 button {
        font-size: 22px
    }
}

@media screen and (max-width:1440px) {
    .faq .accordion h2 button {
        font-size: 16px
    }
}

.faq .accordion .accordion-body {
    color: #525252;
    font-family: Mulish;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.6;
    padding-left: 0
}

@media screen and (max-width:1600px) {
    .faq .accordion .accordion-body {
        font-size: 20px
    }
}

@media screen and (max-width:1440px) {
    .faq .accordion .accordion-body {
        font-size: 15px
    }
}

@media screen and (max-width:767.5px) {
    .faq .accordion .accordion-body {
        padding: 0;
        font-size: 16px
    }
}

@media screen and (max-width:767.5px) {
    .faq .accordion .accordion-button {
        padding-right: 0;
        padding-left: 0
    }
}

.faq .accordion .accordion-button:not(.collapsed) {
    background-color: unset;
    box-shadow: unset
}

.faq .accordion .accordion-button:focus {
    border: 0;
    box-shadow: unset
}

.faq .accordion .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon)
}

.faq hr {
    color: #fff
}

.footer {
    background-color: #db620a
}

.footer span {
    font-family: Mulish;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    background-color: #db620a;
    padding: 36px 0;
    color: #f5f5f5;
    display: block;
    margin-bottom: 9%
}

@media screen and (max-width:1600px) {
    .footer span {
        margin-bottom: 8%
    }
}

@media screen and (max-width:1440.5px) {
    .footer span {
        padding: 20px 0;
        font-size: 14px
    }
}

@media screen and (max-width:767.5px) {
    .footer span {
        margin-bottom: 23%;
        font-size: 10px;
        padding: 10px 0
    }
}

@media screen and (max-width:767.5px) {
    .footer span br {
        display: none
    }
}

.new {
    text-align: center;
    display: block !important;
    text-decoration: none;
    background-color: #db620a;
    font-family: Mulish;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    padding: 18px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    color: #f5f5f5
}

.new:hover {
    color: #fff
}

@media screen and (max-width:1600px) {
    .new {
        font-size: 30px;
        padding: 10px 0
    }
}

@media screen and (max-width:1440px) {
    .new {
        font-size: 20px;
        padding: 15px 0
    }
}

@media screen and (max-width:1199.5px) {
    .new {
        font-size: 15px;
        padding: 10px 0
    }
}

@media screen and (max-width:767.5px) {
    .new {
        font-size: 18px;
        padding: 15px 0
    }
}

.banner_sec .form_wrap {
    position: absolute;
    top: 10px;
    right: 60px;
    width: 539px
}

@media screen and (max-width:1600px) {
    .banner_sec .form_wrap {
        width: 500px;
        right: 60px
    }
}

@media screen and (max-width:1440px) {
    .banner_sec .form_wrap {
        width: 480px
    }
}

@media screen and (max-width:1300px) {
    .banner_sec .form_wrap {
        width: 410px
    }
}

@media screen and (max-width:1199.5px) {
    .banner_sec .form_wrap {
        width: 380px
    }
}

@media screen and (max-width:1099.5px) {
    .banner_sec .form_wrap {
        width: 320px
    }
}

@media screen and (max-width:991.5px) {
    .banner_sec .form_wrap {
        position: unset;
        width: 539px;
        margin: 30px auto 0
    }
}

@media screen and (max-width:767.5px) {
    .banner_sec .form_wrap {
        width: 100%
    }
}

.banner_sec .form_wrap .form_heading {
    background: #db620a;
    border-radius: 14px 14px 0 0;
    padding: 4%;
    color: #fff
}

@media screen and (max-width:1600px) {
    .banner_sec .form_wrap .form_heading {
        padding: 2% 3%
    }
}

@media screen and (max-width:1199.5px) {
    .banner_sec .form_wrap .form_heading {
        padding: 2% 3% 2% 3%
    }
}

.banner_sec .form_wrap .form_heading h4 {
    font-size: 36px
}

@media screen and (max-width:1600px) {
    .banner_sec .form_wrap .form_heading h4 {
        font-size: 30px
    }
}

@media screen and (max-width:1440px) {
    .banner_sec .form_wrap .form_heading h4 {
        font-size: 26px
    }
}

@media screen and (max-width:1199.5px) {
    .banner_sec .form_wrap .form_heading h4 {
        font-size: 20px
    }
}

@media screen and (max-width:991.5px) {
    .banner_sec .form_wrap .form_heading h4 {
        font-size: 18px
    }
}

@media screen and (max-width:767.5px) {
    .banner_sec .form_wrap .form_heading h4 {
        font-size: 20px
    }
}

.banner_sec .form_wrap form {
    background-color: #fff;
    border-radius: 0 0 14px 14px;
    padding: 2% 4% 4%;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

input[type=number] {
    -moz-appearance: textfield !important
}

.banner_sec .form_wrap form input[type=email],
.banner_sec .form_wrap form input[type=number],
.banner_sec .form_wrap form input[type=text] {
    font-size: 20px;
    font-weight: 500;
    outline: 0;
    width: 90%;
    border: none;
    color: #525252;
    padding: 4% 1%;
    border-bottom: 1px solid #c6c6c6;
    font-family: Mulish
}

.banner_sec .form_wrap form input[type=email]:focus::placeholder,
.banner_sec .form_wrap form input[type=number]:focus::placeholder,
.banner_sec .form_wrap form input[type=text]:focus::placeholder {
    color: transparent
}

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

    .banner_sec .form_wrap form input[type=email],
    .banner_sec .form_wrap form input[type=number],
    .banner_sec .form_wrap form input[type=text] {
        font-size: 18px;
        padding: 1% 1%
    }
}

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

    .banner_sec .form_wrap form input[type=email],
    .banner_sec .form_wrap form input[type=number],
    .banner_sec .form_wrap form input[type=text] {
        font-size: 14px
    }
}

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

    .banner_sec .form_wrap form input[type=email],
    .banner_sec .form_wrap form input[type=number],
    .banner_sec .form_wrap form input[type=text] {
        font-size: 12px
    }
}

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

    .banner_sec .form_wrap form input[type=email],
    .banner_sec .form_wrap form input[type=number],
    .banner_sec .form_wrap form input[type=text] {
        font-size: 11px;
        padding: 2% 3%
    }
}

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

    .banner_sec .form_wrap form input[type=email],
    .banner_sec .form_wrap form input[type=number],
    .banner_sec .form_wrap form input[type=text] {
        font-size: 14px;
        padding: 3%
    }
}

.banner_sec .form_wrap form input[type=number]::-webkit-inner-spin-button,
.banner_sec .form_wrap form input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none
}

.banner_sec .form_wrap form .checkbox {
    margin: 5% 0
}

.banner_sec .form_wrap form .checkbox input {
    width: auto;
    height: 20px;
    padding: 0 !important;
    margin: 0 !important
}

.banner_sec .form_wrap form .checkbox label {
    margin: 0 3%;
    font-size: 16px;
    color: #525252;
    padding: 0 !important
}

@media screen and (max-width:1600px) {
    .banner_sec .form_wrap form .checkbox label {
        font-size: 15px
    }
}

@media screen and (max-width:1440px) {
    .banner_sec .form_wrap form .checkbox label {
        font-size: 11px
    }
}

@media screen and (max-width:1199.5px) {
    .banner_sec .form_wrap form .checkbox label {
        font-size: 10px
    }
}

@media screen and (max-width:991.5px) {
    .banner_sec .form_wrap form .checkbox label {
        font-size: 10px
    }
}

@media screen and (max-width:767.5px) {
    .banner_sec .form_wrap form .checkbox label {
        font-size: 12px;
        margin: 0 1%
    }
}

.banner_sec .form_wrap form .applynow button {
    text-decoration: none;
    font-family: Mulish;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    padding: 12px 134px;
    line-height: 40px;
    color: #fff;
    border: none;
    background: #db620a;
    border-radius: 30px;
    margin: 5% auto;
    display: block;
    text-align: center
}

@media screen and (max-width:1600px) {
    .banner_sec .form_wrap form .applynow button {
        font-size: 23px;
        padding: 8px 135px
    }
}

@media screen and (max-width:1440px) {
    .banner_sec .form_wrap form .applynow button {
        font-size: 18px;
        padding: 5px 100px;
        line-height: 30px
    }
}

.banner_sec .form_wrap form .label_and_input {
    padding: 2% 0%;
    width: 100%;
    display: flex;
    align-items: center;
}

.banner_sec .form_wrap form .label_and_input label {
    font-family: Mulish;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #525252;
    width: 50%;
}

@media screen and (max-width:1600px) {
    .banner_sec .form_wrap form .label_and_input label {
        font-size: 18px
    }
}

@media screen and (max-width:1440px) {
    .banner_sec .form_wrap form .label_and_input label {
        font-size: 14px
    }
}

@media screen and (max-width:767.5px) {
    .banner_sec .form_wrap form .label_and_input label {
        width: 100%
    }
}

.banner_sec .form_wrap form .dob {
    display: flex;
    align-items: center
}

.banner_sec .form_wrap form .dob input {
    width: 25%;
    background: #ddd;
    border-radius: 8px;
    text-align: center;
    margin: 0 5px
}


.banner_sec .form_wrap form .custom-flex-wrapper {
    display: flex;
    justify-content: space-between;
    width: 80%
}

.radio-btn-wrap {
    display: inline-block
}

.custom-radio-button-wrapper .radio_btn {
    border-radius: 4px;
    padding: 5px 10px !important;
    overflow: hidden;
    min-width: 150px;
    margin-right: 15px
}

@media screen and (max-width:1600px) {
    .custom-radio-button-wrapper .radio_btn {
        min-width: 140px
    }
}

@media screen and (max-width:1440px) {
    .custom-radio-button-wrapper .radio_btn {
        min-width: 120px
    }
}

@media screen and (max-width:1199.5px) {
    .custom-radio-button-wrapper .radio_btn {
        min-width: 100px;
        margin-right: 2px
    }
}

@media screen and (max-width:991.5px) {
    .custom-radio-button-wrapper .radio_btn {
        min-width: 150px;
        margin-right: 15px
    }
}

@media screen and (max-width:767px) {
    .custom-radio-button-wrapper .radio_btn {
        min-width: 100px;
        margin-right: 5px
    }
}

.radio_btn {
    display: block;
    position: relative;
    padding: 3px 5px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    line-height: 20px
}

.apply_form .form-group input {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #040404;
    padding: 0;
    background-color: transparent;
    width: 100%;
    outline: 0;
    box-shadow: none
}

.radio_btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.custom-radio-button-wrapper .radio_btn .checkmark {
    border-radius: 8px
}

.radio_btn .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #525252
}

@media (max-width:1440px) {
    .radio_btn .checkmark {
        height: 90%
    }
}

@media (max-width:767.5px) {
    .radio_btn .checkmark {
        height: 90%
    }
}

::selection {
    background: #db620a;
    color: #fff
}

.custom-radio-button-wrapper .radio_btn input:checked~.checkmark {
    border-color: #db620a !important;
    background: #db620a
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #757575
}

.radio_btn .checkmark font {
    color: #fff;
    z-index: 1;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 5px 4px;
    top: 0;
    left: 0;
    font-family: Mulish;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px
}

.radio_btn input:checked~.checkmark {
    background-color: #fff
}

.error {
    color: red;
    font-size: 12px;
    display: block
}

.apply_form .form-group {
    margin: 10px 0
}

.apply_form .form-group input {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #040404;
    padding: 0;
    background-color: transparent;
    width: 100%;
    outline: 0;
    box-shadow: none
}

input[type=number] {
    -moz-appearance: textfield !important
}

input[type=number] {
    -moz-appearance: textfield;
    appearance: none
}

/* .text-field-with-icon .text-icon {
    position: absolute;
    left: 1px
}

.text-field-with-icon {
    display: flex;
    position: relative
} */

.autocomplete {
    position: relative
}

.pincode {
    display: flex;
    margin-bottom: 15px;
    font-family: Mulish;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #525252
}

@media (max-width:767.5px) {
    .pincode {
        flex-wrap: wrap
    }
}

.apply_form .form-group .pincode_box {
    margin-left: 15px
}

.apply_form .form-group .pincode_box input {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 3px;
    border: 1px solid #000;
    text-align: center
}

.apply_form .form-group input {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #040404;
    padding: 0;
    background-color: transparent;
    width: 100%;
    outline: 0;
    box-shadow: none
}

.apply_form .form-group .pincode_box {
    margin-left: 15px
}

.pincode {
    display: flex;
    margin-bottom: 15px
}

.apply_form .form-group input {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #040404;
    padding: 0;
    background-color: transparent;
    width: 100%;
    outline: 0;
    box-shadow: none
}

.autocomplete {
    position: relative
}

#nxt_btnsubmit {
    background: #db620a;
    color: #fff;
    width: 50%;
    padding: 12px 5px;
    margin-top: 25px;
    border: none;
    font-weight: 700;
    border-radius: 30px;
    margin: 20px auto 0;
    display: block
}

@media screen and (max-width:1440px) {
    #nxt_btnsubmit {
        margin: 10px auto 0
    }
}

.apply_form .form-group input {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #040404;
    padding: 0;
    background-color: transparent;
    width: 100%;
    outline: 0;
    box-shadow: none
}

.apply_form .form-group input {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #040404;
    padding: 0;
    background-color: transparent;
    width: 100%;
    outline: 0;
    box-shadow: none
}

[role=button],
a,
area,
button,
input:not([type=range]),
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

.radio_btn input:checked~.checkmark font {
    opacity: 1
}

.custom-radio-button-wrapper .radio_btn input:checked~.checkmark {
    border-color: #db620a !important
}

.radio_btn input:checked~.checkmark {
    background-color: #fff
}

.banner_sec .form_wrap form .label_and_input_new label {
    font-family: Mulish;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #525252;
    margin-bottom: 20px
}

@media screen and (max-width:1600px) {
    .banner_sec .form_wrap form .label_and_input_new label {
        font-size: 18px;
        margin-bottom: 12px
    }
}

@media screen and (max-width:1440px) {
    .banner_sec .form_wrap form .label_and_input_new label {
        font-size: 14px;
        margin-bottom: 4px
    }
}

.monthly_sal,
.professional_details {
    margin: 20px 0
}

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

    .monthly_sal,
    .professional_details {
        margin: 0
    }
}

.professional_details label {
    font-family: Mulish;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #525252
}

@media screen and (max-width:1600px) {
    .professional_details label {
        font-size: 18px;
        margin-bottom: 12px
    }
}

@media screen and (max-width:1440px) {
    .professional_details label {
        font-size: 14px;
        margin-bottom: 4px
    }
}

.thankyou_sec .tick {
    margin: 20% auto 5%;
    display: block;
    text-align: center;
}

@media screen and (max-width: 1440.5px) {
    .thankyou_sec .tick {
        margin: 14% auto 3%;
    }
}

@media screen and (max-width: 1199.5px) {
    .thankyou_sec .tick {
        margin: 40% auto 10%;
    }
}

@media screen and (max-width: 767.5px) {
    .thankyou_sec .tick {
        margin: 50% auto 10%;
        width: 20%;
    }
}

.thankyou_sec .thankyou_txt {
    text-align: center;
}

.thankyou_sec .thankyou_txt p {
    font-size: 36px;
    color: #DB620A;
    font-weight: 500;
}

@media screen and (max-width: 1440.5px) {
    .thankyou_sec .thankyou_txt p {
        font-size: 30px;
    }
}

@media screen and (max-width: 767.5px) {
    .thankyou_sec .thankyou_txt p {
        font-size: 18px;
    }
}

.thankyou_sec .thankyou_txt p .br1 {
    display: none;
}

@media screen and (max-width: 767.5px) {
    .thankyou_sec .thankyou_txt p .br1 {
        display: block;
    }
}

@media screen and (max-width: 767.5px) {
    .thankyou_sec .thankyou_txt p .br2 {
        display: none;
    }
}

.thankyou_sec .thankyou_txt p .br3 {
    display: none;
}

@media screen and (max-width: 767.5px) {
    .thankyou_sec .thankyou_txt p .br3 {
        display: block;
    }
}

.modal-content {
    width: 80%;
}


.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited {
    background-color: #DB620A !important;
}

button.MIT.btn.btn-primary {
    color: #618bfd;
    background-color: #ffffff !important;
    font-size: 11px;
    font-family: sans-serif;
    border: none;
    padding: 0px;
    text-decoration: underline;
}

label.MIT {
    display: table-cell;
}

input#mobile_number {
    width: 70%;
}



button#resendBtn {
    background-color: #db620a;
    display: inline;
    width: auto;
    height: auto;
    position: absolute;
    margin: 4px;
    color: white;
}

span#timer {
    color: #db620a;
    display: inline;
    width: auto;
    height: auto;
    position: absolute;
    margin: 11px;
}

/* thankyou end */