 img {
     max-width: 100%;
 }

 p,
 li {
     font-size: 22px;
     line-height: 34px;
     font-weight: 300;
     font-family: 'PoppinsLight';
     color: var(--body-color);
 }



 /* body:not(.index-page) .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
} */
 .about.section {
     background-image: url(../img/bg/bg_1.jpg);
     background-size: cover;
     background-repeat: no-repeat;
     padding: 120px 0 400px;
     margin-top: -82px;
 }

 .about.careers {
     background-color: #eeeeee;
 }

 .about.careers .highlights-section {
     margin: 0;
 }

 .about.careers .highlights-section {
     margin-bottom: 30px;
 }

 .about.section .content_p h3 {
     font-size: 36px;
     font-weight: 400;
     margin-top: 120px;
 }


 .testimonial_sec .testi_box {
     background: #e6e7e9;
     display: flex;
     margin-bottom: 30px;
 }

 .testimonial_sec .testi_box+.testi_box {
     margin-bottom: 0;
 }

 .testimonial_sec .testi_box .testi_img {
     width: 50%;
 }

 .testimonial_sec .testi_box .testi_img img {
     width: 100%;
     max-width: 600px;
 }

 .testimonial_sec .testi_box .testi_content {
     padding: 50px;
     width: 50%;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     gap: 20px 0;
 }

 .testimonial_sec .testi_box .testi_content .testi_top {
     max-height: 169px;
     overflow: auto;
     padding: 0 5px;
 }


 .testimonial_sec .testi_box .testi_content .testi_top::-webkit-scrollbar-track {
     -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
     border-radius: 10px;
     background-color: #F5F5F5;
 }

 .testimonial_sec .testi_box .testi_content .testi_top::-webkit-scrollbar {
     width: 5px;
     background-color: #F5F5F5;
 }

 .testimonial_sec .testi_box .testi_content .testi_top::-webkit-scrollbar-thumb {
     border-radius: 10px;
     -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
     background-color: #5d6163;
 }


 .testimonial_sec .testi_box .testi_content p {
     font-weight: 300;
     font-size: 22px;
     line-height: 33px;
     color: var(--body-color);
 }

 .testimonial_sec .testi_box .testi_content h5 {
     text-align: right;
     font-weight: 500;
     color: var(--body-black-color);
     margin-bottom: 5px;
 }

 .testimonial_sec .testi_box .testi_content h6 {
     font-size: 13px;
     text-align: right;
     font-weight: 800;
     letter-spacing: 0.2px;
     color: var(--body-black-color);
 }

 .banner_notes_Sec {
     background-image: url(../img/bg/bg_2.jpg);
     background-size: cover;
     background-repeat: no-repeat;
     height: 100vh;
 }

 .banner_notes_Sec .image_dv {
     display: none;
 }

 .banner_notes_Sec .banner_notes h5 {
     font-size: 18px;
     font-family: "PoppinsLight", sans-serif;
     line-height: 32px;
     letter-spacing: 1px;
 }

 .banner_notes_Sec .banner_notes h2 {
     font-size: 36px;
     font-weight: 600;
     color: #706F6F;
     letter-spacing: 1px;
 }

 .events_sec_new .events_sec_main img {
     width: 100%;
 }

 .events_sec_new .owl-dots {
     display: flex;
     justify-content: right;
     width: 100%;
 }

 .events_sec_new .owl-nav {
     display: flex;
     justify-content: right;
     gap: 0 15px;
     position: relative;
     margin-top: 15px;
 }

 .events_sec_new .owl-nav .owl-prev,
 .events_sec_new .owl-nav .owl-next {
     width: 30px;
     height: 30px;
     background: #f48222 !important;
     font-size: 26px !important;
     line-height: 1 !important;
     color: #FFF !important;
 }

 .events_sec_new .owl-nav .owl-prev span,
 .events_sec_new .owl-nav .owl-next span {
     top: -2px;
     position: relative;
 }

 .footer-about:first-child {
     padding-right: 40px;
 }

 .footer-about { 
     margin-top: 0;
 }

 .foot_anker h5 {
     font-size: 16px;
     font-weight: 700;
     position: relative;
     letter-spacing: 0.4px;
     padding-bottom: 5px;
     margin-bottom: 15px;
     color: #f08432;
 }

 .foot_anker h5:before {
     content: '';
     width: 20px;
     height: 2px;
     background: #f08432;
     position: absolute;
     left: 0;
     bottom: 0;
 }

 .footer-about .foot_anker ul {
     padding-left: 0;
 }

 .footer-about .foot_anker li {
     list-style: none;
     font-size: 14px;
     line-height: 28px;
     letter-spacing: 1px;
     font-family: 'PoppinsMedium';
     font-weight: 300;
     color: #FFF;
 }

 .footer-top .section-title {
     padding-bottom: 0;
 }

 .footer-about .foot_anker a {
     color: #FFF;
     text-transform: uppercase;
 }


 .footer-about ul.ft_social_link {
     display: flex;
     align-items: center;
     gap: 0 15px;
     padding: 0;
     margin: 0;
     list-style: none;
     justify-content: center;
 }

 .footer-about ul.ft_social_link li {
     line-height: 28px;
 }

 .footer-about ul.ft_social_link img {
     width: 100%;
     /* filter: invert(1); */
 }

 .footer-about ul.ft_social_link a {
     width: 35px;
     height: 35px;
     border: 1px solid #FFF;
     display: block;
     text-align: center;
     border-radius: 50%;
     padding: 1px 8px;
     color: #333;
 }


 .hero_banner_section {
     padding: 0;
     position: relative;
 }

 .hero_banner_section img {
     width: 100%;
 }

 .hero_banner_section .banner_overlay {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     display: flex;
     align-items: center;
     /* background: rgb(0 0 0 / 20%); */
     z-index: 2;
 }

 .hero_banner_section .banner_content {
     width: 500px;
 }

 .hero_banner_section .banner_content .banner_title {
     font-size: 40px;
     color: #FFF;
     font-weight: 400;
     line-height: 1.1;
     text-shadow: 0 0 12px #0000004f;
 }

 .hero_banner_section .banner_content .banner_title span {
     font-weight: 700;
     display: inline-block;
     margin-bottom: 15px;
 }

 .hero_banner_section.csr .banner_overlay {
     align-items: flex-start;
 }

 .hero_banner_section.csr .banner_content {
     width: 590px;
     margin-top: 120px;
 }

 .tcc_section {
     background-image: url('../img/commercial_bg.jpg');
     background-size: 100% auto;
     background-position: bottom right;
     padding-bottom: 30%;
     background-repeat: no-repeat;
 }

 section.tcc_section.retail {
     background-color: #e1e1e3;
 }

 .tcc_section.sustainability {
     padding-bottom: 26%;
     background-color: #fdfdfd;
 }

 .tcc_section .col_content {
     padding: 0 25px;
 }

 .tcc_section .col_content p.small_font {
     font-size: 20px;
     line-height: 30px;
 }


 .tcc_section p {
     text-align: justify;
 }

 .tcc_section p strong {
     font-family: 'PoppinsSemiBold';
     font-weight: 600;
 }

 .tcc_section p a {
     color: inherit;
 }

 .tcc_section p a:hover {
     text-decoration: underline;
 }

 .tcc_section.career p {
     text-align: left;
 }

 .tcc_section.career h4 {
     font-size: 36px;
     font-weight: 600;
 }

 .tcc_section.about_us .row.reverse {
     flex-direction: row-reverse;
     margin-top: 70px;
 }

 .core_value_box_row {
     margin-top: 40px;
     padding: 0 15px;
     gap: 30px 0;
 }

 .core_value_box_row .col_content {
     padding: 0 15px;
 }

 .core_value_box {
     text-align: center;
     background: rgb(255 255 255 / 54%);
     padding: 35px 25px;
     height: 100%;
 }

 .core_value_box h4 {
     font-weight: 600;
     margin-bottom: 20px;
     font-size: 24px;
     color: #706F6F;
     min-height: 57px;
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .tcc_section .core_value_box p {
     text-align: center;
     font-size: 17px;
     line-height: 23px;
     font-weight: 600;
     letter-spacing: 0.4px;
     color: #706F6F;
 }

 .core_value_box :last-child {
     margin-bottom: 0;
 }

 .tcc_section.about_us {
     padding-bottom: 30%;
     background-color: #dfdfdd;
 }

 .jindal_group_section {
     background-size: cover;
     background-repeat: no-repeat;
     min-height: 740px;
     background-position: right;
 }

 .jindal_group_section .image_dv {
     display: none;
 }

 .jindal_group_section .section_title {
     color: #FFF;
     margin-bottom: 35px;
     font-family: 'PoppinsMedium';
     font-weight: 300;
 }

 .jindal_group_section h4 {
     color: #FFF;
     font-size: 27px;
     font-weight: 500;
     margin-bottom: 12px;
     line-height: 1;
 }

 .jindal_group_section p {
     font-size: 18px;
     line-height: 24px;
     color: #FFF;
     margin-bottom: 30px;
     letter-spacing: 0.2px;
 }

 .Other_Jindal_section .section_title {
     margin-bottom: 25px;
     font-family: 'PoppinsLight';
 }

 .Other_Jindal_section p {
     font-size: 23px;
     line-height: 33px;
     font-weight: 300;
     font-family: 'PoppinsLight';
     color: #636870;
     text-align: justify;
 }

 .industry_slider {
     margin-top: 60px;
 }

 .industry_slider .owl-nav {
     padding: 0 300px;
     margin-top: 15px;
     display: flex;
     justify-content: space-between;
 }

 .industry_slider .owl-nav button img {
     width: 30px;
     opacity: 0.6;
     transition: all 0.4s ease;
 }

 .industry_slider .owl-nav button:hover img {
     opacity: 1;
 }

 .industry_slider .caption {
     font-size: 24px;
     font-weight: 500;
     display: block;
     margin-top: 15px;
     color: 706F6F;
 }

 .awards_section {
     padding-top: 35px;
 }

 .awards_section .section_title {
     margin-bottom: 40px;
 }

 .project_overview_section .project_logo img {
     width: 350px;
 }

 .project_overview_section .project_logo.smart img {
     width: 400px;
     margin-bottom: 10px;
 }

 .project_overview_section .project_logo.smart span {
     text-align: center;
     display: block;
     font-size: 17px;
     font-weight: 500;
     letter-spacing: 2px;
     color: #636466;
 }

 .project_overview_section .overview_content p {
     text-align: justify;
 }

 .project_overview_section .overview_content p strong {
     font-weight: 600;
     font-family: 'PoppinsSemiBold';
 }

 .project_overview_section .overview_content :last-child {
     margin-bottom: 0;
 }

 .feature_box p,
 .feature_box ul li {
     position: relative;
 }

 .feature_box p {
     margin-bottom: 5px;
 }

 .feature_box p strong {
     font-weight: 600;
     font-family: 'PoppinsSemiBold';
 }

 .feature_box ul {
     list-style: none;
     padding-left: 0;
 }

 .feature_box ul li:not(:last-child) {
     margin-bottom: 1px;
 }

 .feature_box ul li {
     padding-left: 22px;
 }

 .feature_box ul li:before {
     content: '';
     width: 5px;
     height: 5px;
     background: #636870;
     position: absolute;
     left: 0;
     top: 12px;
     border-radius: 50%;
 }


 .feature_mg {
     position: relative;
 }

 .feature_mg span {
     position: absolute;
     bottom: 15px;
     left: 15px;
     color: #FFF;
     font-weight: 600;
     font-family: 'PoppinsLight';
 }

 .feature_mg a {
     position: absolute;
     right: 15px;
     bottom: 15px;
     color: #FFF;
     background: #f08432;
     font-size: 14px;
     padding: 8px 25px;
     margin: 40px 0 0 18px;
     border-radius: 50px;
     transition: 0.3s;
     text-transform: uppercase;
     font-family: 'PoppinsLight';
     transition: all 0.5s ease;
     font-weight: bold;
     box-shadow: 0 0 15px 0 rgb(0 0 0 / 56%);
 }

 .feature_mg a:hover {
     background: #636870;
     color: #FFF;
 }


 .feature_box_row {
     margin-block: 50px;
 }

 .quality_life_section .feature_box_row .section_title {
     margin-bottom: 40px;
 }

 .quality_life_section .images_side {
     padding-left: 50px;
 }

 .quality_life_section .images_side .row {
     margin-inline: -20px;
     gap: 40px 0;
 }

 .quality_life_section .images_side .row>div {
     padding-inline: 20px;
 }

 .quality_life_section .feature_box ul li:not(:last-child) {
     margin-bottom: 8px;
 }

 /* .quality_life_section .feature_box ul li {
     font-size: 21px;
 } */

 .project_gallery_section img {
     height: 100%;
     object-fit: cover;
     object-position: center;
 }

 .project_gallery_section .row {
     gap: 40px 0;
     margin-inline: -20px;
 }

 .project_gallery_section .row>div {
     padding: 0 20px;
 }

 .project_map_section .section_title {
     margin-bottom: 25px;
 }



 .project_overview_section_bg:before {
     content: '';
     background-image: url('../img/smart_city_overview_bg.jpg');
     background-size: 100% auto;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 0;
     background-repeat: no-repeat;
     background-position: bottom;
 }

 .project_overview_section_bg {
     padding-bottom: 120px;
     background: #f3f3f5;
     padding-top: 62px;
     margin-top: -62px;
     position: relative;
 }

 .project_overview_section_bg section {
     z-index: 2;
     position: relative;
 }

 .quality_life_section.part_two .feature_box_row {
     margin-block: 0;
 }

 .quality_life_section.part_two .feature_box_row .section_title {
     margin-bottom: 20px;
 }

 .quality_life_section.part_two .feature_box ul.small_font li {
     font-size: 16px;
     line-height: 24px;
     padding-left: 18px;
 }

 .quality_life_section.part_two .feature_box ul li:before {
     width: 3px;
     height: 3px;
 }


 /* -- mobile menu -- */
 .nav_trigger {
     display: none;
     position: relative;
     z-index: 2;
 }

 .kk-nav-trigger {
     background-color: #dcddde;
     padding: 6px 9px;
     border-radius: 50%;
     width: 36px;
     height: 36px;
     margin-top: 15px;
     text-align: center;
     font-size: 18px;
     margin-right: 7px;
 }

 .kk-nav-trigger:focus {
     outline: none;
 }

 .kk-nav-trigger .kk-nav-trigger__title {
     font-weight: 500;
     margin: 6px 0 0;
     font-size: 15px;
 }

 .kk-nav-trigger:hover {
     cursor: pointer;
 }

 .kk-nav-trigger .kk-nav-trigger__line {
     width: 20px;
     height: 2px;
     background-color: #6d6d6d;
     display: block;
     margin: 5px auto;
     transition: all 0.3s ease-in-out;
 }

 /* hides 2. line  */
 .kk-nav-trigger--active .kk-nav-trigger__line:nth-child(2) {
     width: 0;
 }

 /* 1. and 3. line whaits for secound line to hide*/
 .kk-nav-trigger--active .kk-nav-trigger__line:nth-child(1),
 .kk-nav-trigger--active .kk-nav-trigger__line:nth-child(3) {
     transition-delay: 0.3s;
 }

 /* 1. line slides down to middle and rotates -45deg */
 .kk-nav-trigger--active .kk-nav-trigger__line:nth-child(1) {
     transform: translateY(8px) rotate(-47deg);
 }


 /* 3. line slides up to midle and rotates 45degdeg */
 .kk-nav-trigger--active .kk-nav-trigger__line:nth-child(3) {
     transform: translateY(-6px) rotate(40deg);
 }

 /* -- mobile menu -- */

 .mob_menu {
     width: 310px;
     position: fixed;
     left: -350px;
     top: 0;
     height: 100%;
     transition: all 0.5s ease;
     z-index: 999;
 }

 .mob_menu_in {
     padding: 30px;
     background: #ffffff;
     height: 100%;
     position: relative;
     z-index: 2;
 }

 .mob_menu.active {
     display: block;
     left: 0;
 }

 .mob_menu .head_logo {
     margin-bottom: 40px;
 }

 .mob_menu .head_logo img {
     width: 70%;
 }

 .mob_menu:before,
 .mob_menu:after {
     content: '';
     position: fixed;
     top: 0;
     left: -100vw;
     width: 100vw;
     height: 100%;
     background: rgb(0 0 0 / 35%);
     z-index: 2;
     opacity: 0;
     visibility: hidden;
     cursor: pointer;
 }

 .mob_menu:before {
     transition: all 0.35s ease;
 }

 .mob_menu:after {
     z-index: 0;
     opacity: 0;
     visibility: hidden;
 }

 .mob_menu.active:before,
 .mob_menu.active:after {
     opacity: 1;
     visibility: visible;
     left: 0;
 }

 .mob_menu ul {
     padding: 0;
     margin: 0;
     list-style: none;
 }

 .mob_menu ul li a {
     display: block;
     font-size: 16px;
     font-weight: 500;
     color: #5d6163;
     text-transform: uppercase;
     letter-spacing: 1px;
 }

 .mob_menu ul ul {
     display: none;
 }

 .mob_menu ul li:not(:last-child) {
     margin-bottom: 13px;
 }

 .mob_menu ul li {
     border-bottom: 1px solid #e1e1e1;
     padding-bottom: 10px;
     line-height: normal;
 }

 .mob_menu ul.level2 li a {
     font-size: 14px;
     font-weight: 500;
     letter-spacing: 0.4px;
 }

 .mob_menu ul.level2 li:not(:last-child) {
     margin-bottom: 5px;
 }

 .mob_menu ul.level2 {
     margin-top: 10px;
 }

 .mob_menu ul li a.droplink:after {
     content: '\f078';
     font-family: 'FontAwesome';
     font-size: 12px;
     margin-left: 8px;
 }

 .mob_menu ul li a.droplink.open::after {
     content: '\f077';
 }

 .mob_menu ul li.has_child {
     position: relative;
 }

 .mob_menu ul li span.droplink {
     position: absolute;
     width: 25px;
     height: 25px;
     right: -6px;
     top: -2px;
     background: #FFF;
 }

 .mob_menu ul li span.droplink.open:before {
     content: '\f077';
 }

 .mob_menu ul li span.droplink:before {
     content: '\f078';
     font-family: 'FontAwesome';
     font-size: 12px;
     margin-left: 8px;
     top: -6px;
     position: relative;
 }

 .mob_menu ul.level3 {
     margin-top: 5px;
 }

 .mob_menu ul li a.droplink {
     display: flex;
     justify-content: space-between;
     align-items: center;
 }

 .mob_menu .media_box a {
     display: flex;
     align-items: center;
     gap: 0 10px;
     margin-bottom: 11px;
     color: #000;
 }

 .mob_menu .media_box {
     display: block;
     margin-top: 50px;
 }

 .mob_menu .media_box a i {
     color: #f48222;
 }

 .mob_menu span.close_nav {
     position: absolute;
     top: 10px;
     right: 10px;
     width: 30px;
     height: 30px;
     background: #d9232d;
     color: #FFF;
     text-align: center;
     line-height: 32px;
     font-size: 16px;
     border-radius: 4px;
     transition: all 0.5s ease;
 }

 .mob_menu span.close_nav:hover {
     background: #000;
 }

 .mob_menu ul ul {
     background: #f1f1f1;
     margin-top: 10px;
 }

 .mob_menu ul ul li {
     padding: 8px 13px !important;
     margin: 0 !important;
 }

 .mob_menu ul ul li a {
     font-weight: 700;
     font-size: 14px;
 }

 /* --------------------- */


 /* --- blog --- */

 .blog_section .blog_card {
     box-shadow: 0 0 20px 0 rgb(0 0 0 / 8%);
     height: 100%;
     position: relative;
     background: #FFF;
     border-radius: 8px;
     overflow: hidden;
     transition: all 0.3s ease;
 }

 .blog_section .blog_card .blog_card_mg {
     overflow: hidden;
 }

 .blog_section .blog_card .blog_card_mg img {
     transition: all 0.4s ease;
     object-fit: cover;
     width: 100%;
 }

 .blog_section .blog_card:hover .blog_card_mg img {
     transform: scale(1.2);
 }

 .blog_card .blog_card_content {
     padding: 25px;
 }

 .blog_card .blog_card_content h2 {
     font-size: 20px;
     font-weight: 600;
     margin-bottom: 14px;
 }

 .blog_card .blog_card_mg .date {
     display: flex;
     align-items: center;
     font-size: 14px;
     line-height: 15px;
     gap: 7px;
     width: max-content;
     padding: 7px 9px;
     border-radius: 0 5px 5px;
     color: #070707;
     margin-bottom: 15px;
     position: absolute;
     left: 0;
     top: 0;
     background: #dcddde;
 }

 .blog_card .blog_card_content p {
     margin-bottom: 20px;
     color: #636870;
 }

 .blog_card .blog_card_content .link {
     font-weight: 700;
     display: flex;
     gap: 0 12px;
     background: #dcddde;
     width: fit-content;
     border-radius: 21px;
     padding: 5px 15px;
     align-items: center;
     font-size: 14px;
     cursor: pointer;
     transition: all 0.5s ease;
     color: #636870;
 }

 .blog_card:hover .blog_card_content .link {
     color: var(--contrast-color);
     background: #f08432;
 }

 .blog_card_row {
     gap: 30px 0;
 }

 .blog_card_row>div {
     padding: 0 20px;
 }


 .blog_detail_section {
     border-top: 1px solid #f1f1f1;
     display: block;
     margin-top: 6px;
     border-bottom: 1px solid #f1f1f1;
 }

 .blog_img {
     margin-bottom: 40px;
     border-radius: 20px;
     overflow: hidden;
 }

 .blog_img img {
     width: 100%;
 }

 .blog_detail_content .date {
     display: inline-block;
     font-weight: 600;
 }

 .blog_detail_content h2 {
     margin-bottom: 25px;
 }

 .blog_detail_content {
     font-size: 20px;
     line-height: 32px;
     font-weight: 300;
     font-family: 'PoppinsLight';
     color: #636870;
     text-align: justify;
 }

 .blog_detail_content ul {
     margin: 20px 0;
 }

 .blog_detail_content ul li:not(:last-child) {
     margin-bottom: 15px;
 }

 .blog_detail_content ul li strong {
     font-weight: 600;
 }


 /* --- media -- */

 .news_card_mg {
     position: relative;
     overflow: hidden;
     margin-bottom: 15px;
 }

 .mask_layer {
     position: absolute;
     top: 0;
     margin-top: 10%;
     z-index: 0;
     padding: 0 21%;
     margin-left: 8px;
 }

 .news_card_mg>img {
     position: relative;
     z-index: 1;
 }

 .date_tags {
     display: flex;
     justify-content: space-between;
     align-items: center;
     margin-bottom: 20px;
 }

 .date_tags .author {
     color: #f08432;
     font-size: 19px;
     letter-spacing: 0.2px;
     font-weight: 600;
 }

 .date_tags span.line {
     width: 22%;
     height: 1px;
     background: var(--heading-color);
     opacity: 0.5;
 }

 .date_tags span.date {
     font-size: 13px;
     font-weight: 600;
     color: var(--heading-color);
 }

 .news_content h4 {
     margin-bottom: 20px;
 }

 .news_content .newslink {
     padding: 5px 20px;
     background: var(--heading-color);
     color: #FFF;
     font-size: 14px;
     border-radius: 50px;
     letter-spacing: 0.2px;
     display: inline-block;
     transition: all 0.5s ease;
 }

 .news_card_row {
     gap: 50px 0;
 }

 .news_content .newslink:hover {
     background: #f08432;
     color: #FFF;
 }

 /* contact us */

 .contact_form .input_control {
     margin-bottom: 15px;
 }

 .contact_form input,
 .contact_form textarea,
 .contact_form select,
 .contact_form input[type="file"] {
     width: 100%;
     height: 45px;
     border-radius: 5px;
     border: 1px solid #ededed;
     padding: 0 15px;
     outline: none;
     background: #f6f6f6;
 }

 .contact_form textarea {
     height: 162px;
     padding: 10px 15px;
 }

 .contact_form .input_control button {
     background: var(--heading-color);
     border: none;
     padding: 10px 46px;
     color: #FFF;
     border-radius: 50px;
 }

 .contact_form .input_control_checkbox {
     display: flex;
     width: 100%;
     justify-content: flex-start;
     gap: 0 13px;
     font-size: 14px;
     font-family: 'PoppinsLight';
 }

 .contact_form .input_control_checkbox input {
     min-width: 18px;
     max-width: 18px;
     height: 18px;
     margin-top: 4px;
 }

 .contact_form .captcha_wrap {
     display: flex;
 }

 .contact_form .captcha_wrap .input-group {
     flex-wrap: nowrap;
     max-width: 178px;
     margin-right: 15px;
 }

 .contact_form .captcha_wrap input {
     width: 150px;
 }

 .contact_form .captcha_wrap .input-group-text {
     cursor: pointer;
 }

 .contact_info {
     margin-right: 30px;
 }

 .contact_info h2 {
     margin-bottom: 30px;
 }

 .contact_info h5 {
     font-weight: 600;
     font-size: 18px;
 }

 .contact_info p {
     margin-bottom: 20px;
 }

 .contact_info p a {
     color: #777;
     font-weight: 400;
 }

 .otherinfo {
     background: #f1f1f1;
     padding: 30px;
     border-radius: 8px;
     margin-top: 50px;
     height: 350px;
 }

 .otherinfo .get_direction {
     font-size: 20px;
     font-weight: 500;
     color: #f08432;
     display: inline-block;
     margin-top: 10px;
 }

 .otherinfo .get_direction i {
     transform: rotate(-35deg);
     margin-left: 3px;
     transition: all 0.5s ease;
 }

 .otherinfo .get_direction:hover i {
     transform: rotate(0deg);
 }

 .otherinfo .get_direction:hover {
     color: var(--heading-color);
 }

 .otherinfo h5,
 .otherinfo p {
     position: relative;
     padding-left: 32px;
     margin-bottom: 10px;
 }

 .otherinfo p {
     font-size: 20px;
     line-height: 30px;
 }

 .otherinfo p a {
     color: var(--heading-color);
 }

 .otherinfo h5 i,
 .otherinfo p i {
     position: absolute;
     left: 0;
     top: 8px;
     color: var(--heading-color);
 }


 /* -- project section -- */

 .project_section .about.section {
     background: #f1f1f1;
     padding: 70px 0;
 }

 .project_section .about .highlights-section {
     margin-top: 30px;
 }

 /* -- csr page -- */
 .csr_section {
     position: relative;
 }

 .csr_section .csr_mg {
     position: absolute;
     width: 60%;
     height: 570px;
     top: 0;
     left: 0;
     z-index: 0;
     overflow: hidden;
 }

 .csr_section .csr_mg:before {
     content: '';
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     z-index: 0;
     background: #FFF;
     opacity: 0.85;
 }

 .csr_section .container {
     position: relative;
     z-index: 2;
 }

 .csr_section .col_content {
     padding: 50px 0;
 }

 .csr_section .col_content h3 {
     font-weight: 600;
     margin: 20px 0;
 }

 .csr_section .col_content p {
     font-size: 20px;
     line-height: 30px;
     font-weight: 300;
     font-family: 'PoppinsLight';
     color: #636870;
     text-align: justify;
 }

 .csr_section .logo_side img {
     margin-left: 50px;
     opacity: 0.25;
     max-width: 100%;
 }

 .csr_slider_wrap {
     width: 47%;
     margin-left: auto;
     position: relative;
     z-index: 5;
     margin-top: -130px;
 }

 .csr_slider .csr_items img {
     width: 100%;
     display: block;
 }

 .csr_slider .owl-nav button.owl-prev,
 .csr_slider .owl-nav button.owl-next {
     width: 40px;
     height: 40px;
     background: #dcddde;
     color: #000;
     font-size: 32px;
     line-height: 0;
     transition: all 0.5s ease;
 }

 .csr_slider .owl-nav button.owl-prev span,
 .csr_slider .owl-nav button.owl-next span {
     position: relative;
     top: -3px;
 }

 .csr_slider .owl-nav {
     position: absolute;
     bottom: 0;
     left: -100px;
     display: flex;
     gap: 0 8px;
 }

 .csr_slider .owl-nav button.owl-prev:hover,
 .csr_slider .owl-nav button.owl-next:hover {
     background: var(--heading-color);
     color: #FFF;
 }

 .csr_gallelry {
     margin: 0;
     padding: 15px;
     margin-top: 30px;
 }

 .csr_gallelry>div {
     padding: 0;
 }

 .csr_gallelry .mgdv img {
     display: block;
     width: 100%;
 }

 .tcc_section.csr {
     padding-bottom: 60px;
 }

 .gallery_box h2 {
     margin-bottom: 25px;
 }

 .gallery_box .mgdv {
     margin-bottom: 25px;
     transition: all 0.3s ease;
     box-shadow: 3px 3px 5px 2px #ccc;
 }

 /* -- impact counter section -- */

 .impact_section {}

 .impact_section .content {
     margin-bottom: 40px;
 }

 .impact_section .content .section_title {
     margin-bottom: 22px;
 }

 .impact_section .content p {
     font-size: 20px;
     line-height: 30px;
     font-weight: 300;
     font-family: 'PoppinsLight';
     color: #636870;
 }


 .impact_section ul {
     display: flex;
     flex-wrap: wrap;
     list-style: none;
     padding: 0;
     gap: 40px 0;
 }

 .impact_section ul li {
     width: 25%;
 }

 .impact_section ul li .counter_wrap {
     font-size: 50px;
     font-weight: 600;
     line-height: 1;
     margin-bottom: 4px;
     display: block;
 }

 .impact_section ul li p {
     text-transform: uppercase;
     font-weight: 400;
     letter-spacing: 1px;
     font-size: 15px;
     margin: 0;
 }

 /* ---- 5 points of rural ---- */
 .rural_section {
     background: #f1f1f1;
 }

 .rural_section .content {
     margin-bottom: 40px;
 }

 .rural_section .content .section_title {
     margin-bottom: 22px;
 }

 .rural_section .content p {
     font-size: 20px;
     line-height: 30px;
     font-weight: 300;
     font-family: 'PoppinsLight';
     color: #636870;
 }


 .rural_section .iwc_card_row {
     gap: 30px 0;
 }

 .rural_section .iwc_card {
     display: flex;
     flex-wrap: wrap;
 }

 .rural_section .iwc_card .icon {
     width: 100px;
 }

 .rural_section .iwc_card .content {
     width: calc(100% - 100px);
     padding-left: 25px;
 }

 .rural_section .iwc_card .content h5 {
     font-size: 25px;
     font-weight: 600;
 }

 .rural_section .iwc_card .content p {
     font-size: 18px;
     line-height: 27px;
     margin: 0;
 }

 /* -- NRI Corner page -- */
 .nri_section {
     background-color: #5896cf;
 }

 .nri_section .section_title {
     margin-bottom: 30px;
     color: #FFF;
 }

 .nri_section p {
     color: #FFF;
 }

 .faq_section .section_title {
     margin-bottom: 30px;
 }

 .faq_section {}

 .faq_section .accordion-button:not(.collapsed) {
     background: var(--heading-color);
     color: #FFF;
 }

 .faq_section .accordion-button:not(.collapsed)::after {
     filter: brightness(100);
 }

 .faq_section .accordion-item {
     margin-bottom: 15px;
     border-radius: 30px !important;
     overflow: hidden;
     border: 1px solid #CCC;
     position: relative;
 }

 .faq_section .accordion-button {
     cursor: pointer;
     font-size: 18px;
 }

 .faq_section .accordion-body p {
     font-size: 18px;
     line-height: 28px;
     font-weight: 300;
     font-family: 'PoppinsLight';
     color: #636870;
 }





 section.faq_section li {
     font-size: 18px;
     line-height: 28px;
     font-weight: 300;
     font-family: 'PoppinsLight';
     color: #636870;
     margin-bottom: 15px;
 }

 section.faq_section ol ul {
     margin-top: 17px;
 }

 section.faq_section ol li {
     padding-left: 7px;
 }

 section.faq_section ul li {
     padding-left: 0;
 }





 .common_content h5 {
     margin-top: 30px;
     margin-bottom: 12px;
 }

 .common_content h3 {
     margin-top: 30px;
     margin-bottom: 10px;
 }

 .common_content strong {
     font-weight: 600;
 }

 .common_content .listcheck {
     list-style: none;
     padding-left: 15px;
 }

 .common_content .listcheck li {
     position: relative;
     padding-left: 25px;
 }

 .common_content .listcheck li:not(:last-child) {
     margin-bottom: 10px;
 }

 .common_content .listcheck li:after {
     content: '\f00c';
     font-family: fontawesome;
     position: absolute;
     left: 0;
     top: 0;
     font-size: 17px;
 }

 .investment {
     margin-top: 26px;
 }

 .investment .contact_form .input_control h5 {
     font-size: 24px;
 }



 .investment_section {
     position: relative;
     overflow: visible;
 }

 .investment_section .section_title {
     margin-bottom: 30px;
 }

 .investment_section:before {
     content: '';
     background-image: url('../img/hexagon.png');
     width: 100%;
     height: calc(100% + 375px);
     background-size: 50%;
     position: absolute;
     right: 0;
     bottom: -375px;
     background-repeat: repeat;
     background-position: top right;
     opacity: 0.10;
     z-index: -1;
 }

 .investment_section .faq_section {
     padding-top: 20px;
 }


 ul.home_loan_logo {
     list-style: none;
     padding: 0;
     margin: 0;
     display: flex;
     flex-wrap: wrap;
     border-top: 1px dashed color-mix(in srgb, var(--default-color), transparent 85%);
     border-left: 1px dashed color-mix(in srgb, var(--default-color), transparent 85%);
 }

 ul.home_loan_logo li {
     width: 25%;
     padding: 30px !important;
     border-right: 1px dashed color-mix(in srgb, var(--default-color), transparent 85%);
     border-bottom: 1px dashed color-mix(in srgb, var(--default-color), transparent 85%);
     text-align: center;
     margin: 0;
 }

 ul.home_loan_logo li img {
     width: 180px;
 }

 /* --- career page -- */


 .career_section .content_side ul {
     margin-top: 40px;
     display: flex;
     flex-wrap: wrap;
     max-width: 100%;
     gap: 45px 15px;
 }

 .career_section .content_side ul li {
     display: flex;
     align-items: center;
     gap: 0 19px;
     width: 32%;
 }

 .career_section .content_side ul li span.icon {
     width: 60px;
     height: 60px;
     background: var(--heading-color);
     padding: 9px;
     border-radius: 50%;
 }

 .career_section .content_side ul li p {
     font-size: 17px;
     width: calc(100% - 74px);
     margin: 0;
 }

 /* -- job opening -- */

 .job_opening_section {
     background: #f1f1f1;
 }

 .job_opening_section .section_title {
     margin-bottom: 10px;
 }

 .job_opening_section .new_job_list {
     display: flex;
     flex-wrap: wrap;
     gap: 32px 0;
 }

 .job_opening_section .new_job_list .job-list-content {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     width: 100%;
     background-color: #fff;
     box-shadow: 0px 14px 80px 0px #0000000d;
     padding: 45px;
     border-radius: 15px;
 }

 .job_opening_section .new_job_list .job-list-content .first_col {
     width: calc(100% - 400px);
 }

 .job_opening_section .new_job_list .job-list-content .first_col h3 {
     font-size: 24px;
     font-weight: 600;
 }

 .job_opening_section .new_job_list .job-list-content .first_col p {
     font-size: 17px;
 }

 .job_opening_section .apply_btn {
     border: 1px solid var(--heading-color);
     padding: 8px 20px;
     display: inline-block;
     margin-top: 14px;
     font-size: 14px;
     border-radius: 50px;
     font-weight: 500;
     transition: all 0.5s ease;
     cursor: pointer;
 }

 .job_opening_section .apply_btn.view {
     background: var(--heading-color);
     color: #FFF;
     margin-right: 10px;
 }

 .job_opening_section .apply_btn:hover {
     background: #f08432;
     border-color: #f08432;
     color: #FFF;
 }


 .job_opening_section .new_job_list .job-list-content .job-infos {
     flex-direction: column;
     border-left: 1px solid #aeaeae;
     margin-left: 20px;
     padding-left: 24px;
     gap: 3px 20px !important;
     justify-content: center;
     width: 350px;
     list-style: none;
     display: flex;
 }

 .job_opening_section .new_job_list .job-infos li h6 {
     text-transform: none;
     font-weight: 700;
     color: #f08432;
 }

 .job_opening_section .new_job_list .job-infos li h6 span {
     margin-right: 8px;
     font-weight: 500;
     color: var(--heading-color);
 }

 /* -- job popup -- */
 .job_detail_popup .modal-dialog {
     width: 1000px;
     max-width: 94%;
 }

 .job_detail_popup .btn-close {
     position: absolute;
     top: -12px;
     right: -12px;
     width: 25px;
     height: 25px;
     background: red;
     opacity: 1;
     border-radius: 50%;
     text-align: center;
     line-height: 25px;
     color: #FFF;
     cursor: pointer;
 }

 .job_detail_popup .job_details {
     padding: 45px;
 }

 .job_detail_popup .job_details h4 {
     font-weight: 600;
 }

 .job_detail_popup .job_details ul li {
     margin-bottom: 10px;
     position: relative;
     padding-left: 24px;

 }

 .job_detail_popup .job_details p {
     margin-bottom: 10px;
 }

 .job_detail_popup .job_details p,
 .job_detail_popup .job_details ul li {
     font-size: 17px;
     line-height: 27px;
     font-weight: 300;
     font-family: 'PoppinsLight';
 }

 .job_detail_popup .job_details ul {
     margin: 0;
 }

 .job_detail_popup .job_details h5 {
     margin-bottom: 12px;
     margin-top: 25px;
 }

 .job_detail_popup .job_details ul li:after {
     content: '\f00c';
     font-family: 'FontAwesome';
     left: 0;
     top: 2px;
     position: absolute;
     font-size: 14px;
     color: #f08432;
 }

 .job_detail_popup .job_details ul {
     list-style: none;
     padding: 0;
 }

 .job_opening_section .job_apply_form {
     display: none;
 }

 .job_opening_section .contact_form {
     margin-top: 26px;
 }

 .job_opening_section .contact_form input[type="file"] {
     padding: 12px;
 }

 .job_opening_section .contact_form input,
 .job_opening_section .contact_form textarea,
 .job_opening_section .contact_form select,
 .job_opening_section .contact_form input[type="file"] {
     height: 55px;
     border-radius: 10px;
     background: #55627026;
 }

 .job_opening_section .contact_form textarea {
     height: 150px;
 }

 .job_opening_section .contact_form .input_control {
     margin-bottom: 20px;
 }


 /* -- career testimonial section -- */
 .career_testimonial_section h5 {
     font-size: 23px;
     margin-top: 15px;
     margin-bottom: 40px;
 }


 .testimonial-block {
     position: relative;
     padding: 10px;
     margin-right: 20px;
     opacity: .5;
     transition: all .3s ease;
 }

 .owl-item.active.center .testimonial-block {
     opacity: 1;
 }

 .testimonial-block .inner-box {
     position: relative;
     padding: 40px;
     background: #f1f1f1;
     border: 1px solid #ecedf2;
     box-shadow: 0 6px 15px rgba(64, 79, 104, .05);
     border-radius: 8px;
     min-height: 328px;
 }

 .testimonial-block .title {
     position: relative;
     font-size: 23px;
     line-height: 24px;
     color: var(--primary_color);
     margin-bottom: 20px;
     font-weight: 600;
 }

 .testimonial-block .text {
     font-size: 16px;
     line-height: 26px;
     color: var(--heading-color);
     margin-bottom: 40px;
     margin-top: 20px;
 }

 .testimonial-block .info-box {
     position: relative;
     padding-left: 90px;
     display: flex;
     flex-direction: column;
     justify-content: center;
     min-height: 70px;
 }

 .testimonial-block .info-box {
     position: relative;
     padding-left: 90px;
     display: flex;
     flex-direction: column;
     justify-content: center;
     min-height: 70px;
 }

 .testimonial-block .thumb {
     position: absolute;
     left: 0;
     top: 0;
     height: 70px;
     width: 70px;
     border-radius: 50%;
     overflow: hidden;
 }

 .testimonial-block .thumb img {
     width: 70px;
     height: 70px;
     object-fit: cover;
     object-position: center;
 }

 .testimonial-block .name {
     font-size: 18px;
     color: var(--heading-color);
     font-weight: 500;
 }

 .testimonial-block .designation {
     position: relative;
     display: block;
     font-size: 14px;
     color: var(--heading-color);
 }

 .testimonial-block .inner-box:before {
     position: absolute;
     height: 26px;
     width: 34px;
     right: 28px;
     top: 25px;
     background-image: url('../img/icons/quote-icon.png');
     content: "";
     z-index: 2;
     filter: brightness(0.5);
 }

 .testimonial_slider .owl-dots {
     display: inline-block;
     margin-top: 10px;
     text-indent: inherit;
     width: 100%;
     cursor: pointer;
     text-align: center;
 }

 .testimonial_slider .owl-dot {
     display: inline-block;
     margin: 14px 4px 0;
 }

 .testimonial_slider .owl-dots .owl-dot span {
     background: #ffffff;
     display: inline-block;
     width: 10px;
     height: 10px;
     margin-top: 5px;
     border: 1px solid var(--heading-color);
     ;
     border-radius: 0px;
     -webkit-transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
     cursor: pointer;
 }

 .testimonial_slider .owl-dots .owl-dot.active span {
     background: var(--heading-color);
     ;
 }

 /* -- news in footer section -- */



 .events_sec_new .events_sec_main {
     position: relative;
 }

 .events_sec_new .events_sec_main .overlay {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     display: flex;
     align-items: flex-end;
     background-image: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 31%), rgb(0 0 0));
     opacity: 0;
     transition: all 0.5s ease;
 }

 .events_sec_new .events_sec_main .overlay .content {
     padding: 18px;
 }

 .events_sec_new .events_sec_main .overlay .content p {
     margin: 0;
     color: #FFF;
 }

 .events_sec_new .events_sec_main .overlay .content span {
     background: #f48222;
     display: inline-block;
     padding: 3px 15px;
     font-size: 13px;
     border-radius: 50px;
     font-weight: 500;
     margin-bottom: 11px;
     color: #FFF;
 }

 .events_sec_new .events_sec_main:hover .overlay {
     opacity: 1;
 }

 .events_sec_new .events_sec_main .overlay .content {
     transform: translateY(100%);
     transition: all 0.5s ease;
 }

 .events_sec_new .events_sec_main:hover .overlay .content {
     transform: translateY(0);
 }



 .media_filter {
     display: flex;
     align-items: center;
     margin-bottom: 35px;
     gap: 0 25px;
     justify-content: right;
 }

 .media_filter h2 {
     font-size: 20px;
     font-weight: 700;
     letter-spacing: 0.5px;
     margin: 0;
 }

 .media_filter select {
     background-color: var(--heading-color);
     background-image: url('../img/icons/down.png');
     padding: 0 22px;
     height: 40px;
     border: 1px solid var(--heading-color);
     border-radius: 50px;
     appearance: none;
     background-repeat: no-repeat;
     background-size: 21px;
     background-position: right 10px center;
     padding-right: 40px;
     width: 150px;
     font-size: 15px;
     cursor: pointer;
     outline: none;
     color: #FFF;
 }





 .about_tab_box h4.section_title {
     text-align: center;
     margin-bottom: 40px;
 }

 .about_tab_box ul {
     display: flex;
     justify-content: center;
     gap: 0 30px;
     padding: 0;
 }

 .about_tab_box ul li {
     font-size: 24px;
     text-transform: uppercase;
     color: #5d6163;
     border-bottom: 2px solid #5d6163;
     padding: 15px 42px;
     cursor: pointer;
 }

 .about_tab_box ul li.active {
     color: #f08432;
     border-color: #f08432;
     cursor: default;
 }

 .overview_section .section_title {
     margin-bottom: 15px;
 }

 .overview_section p strong {
     font-weight: 600;
 }

 .overview_section p {
     text-align: justify;
 }

 .tcc_section.about_us.leadership_section {
     padding-bottom: 60px;
     background-image: none !important;
     background: #FFF;
     padding-top: 0;
 }

 .tcc_section.about_us.leadership_section .col_content p {
     font-size: 20px;
     line-height: 30px;
 }

 .disclaimer_section p {
     text-align: justify;
 }

 .disclaimer_section p strong {
     font-weight: 600;
 }

 .disclaimer_section .section_title {
     margin-bottom: 25px;
 }

 .navmenu a span.dropicon {
     width: 20px;
     margin-left: 4px;
 }


 .blog_card_nw_row {
     gap: 50px 0;
 }

 .blog_card_nw .image {
     overflow: hidden;
     position: relative;
 }

 .blog_card_nw .image img {
     transition: all 0.5s ease;
 }

 .blog_card_nw:hover .image img {
     transform: scale(1.1);
 }

 .blog_card_nw .content {
     display: flex;
     align-items: end;
     padding-top: 30px;
     justify-content: space-between;
     gap: 0 10px;
 }

 .blog_card_nw .content span {
     white-space: nowrap;
     color: var(--heading-color);
     font-weight: 500;
     font-size: 15px;
     transition: all 0.5s ease;
 }

 .blog_card_nw:hover .content span,
 .blog_card_nw:hover .content h4 {
     color: #f08432;
 }

 .blog_card_nw .content h4 {
     font-size: 32px;
     transition: all 0.5s ease;
 }

 .blog_detail_content_box p {
     text-align: justify;
 }

 .blog_detail_content_box p strong {
     font-weight: 600;
 }

 .blog_detail_content_box table {
     min-width: 1100px;
 }

 .blog_detail_content_box table td {
     border: 1px solid #636870;
     padding: 10px;
     font-size: 22px;
 }

 .blog_detail_content_box table tr:first-child td {
     font-weight: 600;
     text-align: center;
 }

 .blog_detail_content_box .table_responsive {
     overflow: auto;
     padding-bottom: 10px;
     margin-top: 30px;
     margin-bottom: 30px;
     width: 100%;
 }

 .blog_detail_content_box .row {
     margin-inline: -25px;
 }

 .blog_detail_content_box .row>div {
     padding: 0 25px;
 }



 .home_loan_page input[type="range"] {
     -webkit-appearance: none;
     margin: 10px 0;
     width: 100%;
 }

 .home_loan_page input[type="range"]:focus {
     outline: none;
 }

 .home_loan_page input[type="range"]::-webkit-slider-runnable-track {
     width: 100%;
     height: 6px;
     cursor: pointer;
     background: #50ae4a;
     border-radius: 10px;
 }

 .home_loan_page input[type="range"]::-webkit-slider-thumb {
     box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
     border: 5px solid #ffffff;
     height: 20px;
     width: 20px;
     border-radius: 50%;
     background: #50ae4a;
     cursor: pointer;
     margin-top: -6px;
     -webkit-appearance: none;
 }

 .home_loan_page input[type="range"]:focus::-webkit-slider-runnable-track {
     background: #d09b4e;
 }

 .home_loan_page input[type="range"]::-moz-range-track {
     width: 100%;
     height: 6px;
     cursor: pointer;
     background: #50ae4a;
     border-color: transparent;
     border-width: 16px 0;
     color: transparent;
     border-radius: 10px;
 }

 .home_loan_page input[type="range"]::-moz-range-thumb {
     box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
     border: 5px solid #ffffff;
     height: 20px;
     width: 20px;
     border-radius: 50%;
     background: #50ae4a;
     cursor: pointer;
     margin-top: -6px;
 }

 .home_loan_page input[type="range"]::-ms-track {
     width: 100%;
     height: 6px;
     cursor: pointer;
     background: #50ae4a;
     border-color: transparent;
     border-width: 16px 0;
     color: transparent;
     border-radius: 10px;
 }

 .home_loan_page input[type="range"]::-ms-fill-lower {
     background: #50ae4a;
     border-radius: 5px;
 }

 .home_loan_page input[type="range"]::-ms-fill-upper {
     background: #50ae4a;
     border-radius: 5px;
 }

 .home_loan_page input[type="range"]::-ms-thumb {
     box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
     border: 5px solid #ffffff;
     height: 20px;
     width: 20px;
     border-radius: 50%;
     background: #50ae4a;
     cursor: pointer;
     margin-top: -6px;
 }

 .home_loan_page input[type="range"]:focus::-ms-fill-lower {
     background: #50ae4a;
 }

 .home_loan_page input[type="range"]:focus::-ms-fill-upper {
     background: #50ae4a;
 }

 .bank-logos-container p {
     font-size: 16px;
     font-weight: 600;
 }

 /*-------------------------------------*/
 .home_loan_page {
     margin-top: 50px;
 }

 .home_loan_page #price {
     color: #130f31;
     font-size: 25px;
     font-family: var(--MillerDisplay-Light);
 }

 .home_loan_page .loan-details {
     width: 90%;
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     gap: 30px;
 }

 .home_loan_page #price-container {
     color: #f3852c;
     margin-top: 50px;
 }

 .home_loan_page #price-container::before {
     content: "Monthly Payable:";
     font-size: 12px;
     display: block;
     font-weight: 600;
     letter-spacing: 0.9px;
     color: #50ae4a;
 }

 .home_loan_page .view .single {
     margin-bottom: 15px;
 }

 .home_loan_page .input_amt {
     position: relative;
     max-width: 200px;
     width: 100%;
     height: 40px;
 }


 .home_loan_page .input_amt::before {
     position: absolute;
     content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹';
     left: 0;
     top: 0;
     height: 100%;
     z-index: 1;
     display: flex;
     align-items: center;
 }

 .home_loan_page .input_amt input {
     position: absolute;
     content: '';
     left: 0;
     top: 0;
     font-weight: 500;
     width: 100%;
     height: 100%;
     border: none;
     border-bottom: 1px solid #ced4da;
     outline: none;
     padding-left: 15px;
 }

 .home_loan_page input[type=number]::-webkit-outer-spin-button,
 .home_loan_page input[type=number]::-webkit-inner-spin-button {
     -webkit-appearance: none;
     margin: 0;
 }

 .home_loan_page input[type=number] {
     -moz-appearance: textfield;
 }

 .home_loan_page .detail {
     display: flex;
     align-items: center;
     justify-content: space-between;
 }

 .home_loan_page .detail p:first-child {
     font-family: var(--Sw721Rm);
     font-size: 20px;
 }

 .home_loan_page .breakup {
     padding: 0 80px;
 }

 .home_loan_page .loan-details {
     position: relative;
     margin-top: 30px;
 }

 .home_loan_page .loan-details .chart-details p:first-child {
     font-size: 16px;
     font-family: var(--Syne-Regular);
     margin-bottom: 0;
     font-weight: 500;
     color: #f08432;
 }

 .home_loan_page .loan-details .chart-details p:last-child {
     font-size: 20px;
     font-family: var(--MillerDisplay-Light);
     margin-bottom: 0;
     font-weight: 600;
 }

 .email_box {
     text-align: center;
     margin-bottom: 18px;
 }

 .email_box .icon {}

 .email_box .icon i {
     font-size: 24px;
     padding: 10px;
     border-radius: 50px;
     border: 1px solid #ccc;
     color: #ffff;
     margin-bottom: 10px;
 }


 .email_box .icon_box a {
     color: #fff;
     font-size: 18px;
     margin-top: 20px;
     letter-spacing: 0.5px;
 }

 .download_card img {
     width: 100px;
 }

 .download_card {
     text-align: center;
 }

 .download_card span {
     font-size: 16px;
     font-weight: 600;
     display: block;
     font-family: 'PoppinsLight';
     color: var(--body-color);
 }

 .bg_img {
     margin-top: 30px;
 }

 .btn-play-music {
     position: absolute;
     right: 40px;
     top: 30px;
     color: #FFF;
     font-size: 23px;
     background: #f08432;
     width: 45px;
     height: 45px;
     border-radius: 50%;
     display: flex;
     justify-content: center;
     align-items: center;
     box-shadow: 0 0 25px 0 rgb(0 0 0 / 58%);
 }

 .btn-play-music i {
     width: 23px;
     margin-right: 2px;
     display: block;
     top: 1px;
     position: relative;
 }

 .btn-play-music:hover {
     color: #FFF;
 }

 .sound-on .btn-play-music .fa-volume-low:before {
     content: "\f6a9";
 }

 .mobile_vid {
     display: none !important;
 }

 .foot_anker .ft_logo {
     margin-bottom: 28px;
 }
.foot_anker .ft_logo img {
    width: 250px;
}
#lblProcessForm22 {
    font-size: 16px;
    margin-top: 14px;
}
 /* ------------------------- */

 .commercial_new_design {
     margin-top: 30px;
 }

 .commercial_new_design>div {
     width: calc(33.33% - 20px);
     padding: 30px;
     /* background: #0000000f; */
     border-radius: 10px;
     border: 1px solid #0000000f;
 }

 .commercial_new_design {
     display: flex;
     flex-wrap: wrap;
     margin-inline: 0;
     gap: 30px;
 }

 .commercial_new_design img {
     width: 70px;
     margin-bottom: 10px;
 }

 .commercial_new_design p {
     text-align: left;
     margin-bottom: 5px;
 }

 .commercial_new_design>div :last-child {
     margin-bottom: 0;
 }

 .commercial_new_design>div p+p {
     font-size: 18px;
     line-height: 30px;
 }
