* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {
    background: #FBF9F6;
    color: #232637;
    font-family: "DM Sans", sans-serif;
}

.container {
    max-width: 1170px;
}

:root {
    --primary-color: #1270CE;
    --secondary-color: #999999;
}

img{
    max-width: 100%;
}

.global_button {
    padding: 12px 42px;
    color: #232637;
    background: #FFF;
    border:1px solid #FFF;
    border-radius: 25px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.global_button:hover {
    color: #232637;
}

label{    
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}
.form-control {
    min-height: 56px;
    box-shadow: 0px 0px 73.64px 0px #39287B14;
    border: 1px solid #0000000D;
    background: #FFFFFF;        
    padding: 15px;
    border-radius: 12px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a:hover {
    text-decoration: none;
}

.header_section {
    padding: 20px 0;
}

.header_section {
    padding: 30px 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

.logo-container {
    margin: 0;
}

.banner_section {
    background: url('../image/banner_bg.png')no-repeat;
    background-size: cover;
    height: 830px;
    padding-top: 100px;
}

section.banner_section.aboutus_banner {
    background: url('../image/about_us_bg.png')no-repeat;
    background-size: cover;
    height: auto;
}

section.banner_section.buy_banner {
    background: url('../image/habit_bg.png')no-repeat;
    background-size: cover;
    height: auto;
}

.header_section.inner_header_section {
    /* padding: 26px 0; */
    background: url('../image/inner_header_bg.png') no-repeat;
    background-size: cover;
    position: relative;
}

.privacypolicy_section {
    /* padding: 130px 0 40px; */
    padding-bottom: 40px;
}
.privacypolicy_section h3{    
    font-size: 36px;
    font-weight: 600;
    line-height: 51px;
    color: #030515;
}
.privacypolicy_section h4{    
    font-size: 26px;
    font-weight: 500;
    line-height: 51px;
    color: #030515;
}
.privacypolicy_section p{
    color: #030515;    
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner_title_box {
    max-width: 700px;
    margin: auto;
}

.banner_title_box h1 {
    font-size: 92px;
    font-style: normal;
    font-weight: 500;
    color: #fff;
}

.nav_box ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav_box li  a {
    color: #fff;
    font-size: 16px;
    padding: 10px 10px;
    font-weight: 600;
    border-radius: 10px;
    text-transform: capitalize;
}


/* Make dropdown appear on hover */
.nav-item.dropdown:hover .dropdown-menu {
    display: block; /* Show the dropdown on hover */
    margin-top: 0;  /* Optional: Adjust the dropdown position */
  }
  
  /* Optional: Remove the "display: none" when not hovering */
  .nav-item.dropdown .dropdown-menu {
    text-align: center;
    display: none;
    padding: 5px;
    background: #070707;
    box-shadow: 0px -10px 50px 0px #FFFFFF45 inset;
    color: #fff;
    border-radius: 10px;
  }
  
  /* Ensures dropdown menu is positioned correctly */
  .nav-item.dropdown .dropdown-menu {
    position: absolute;
  }
  

.login_btn.global_button {
    /* font-size: 16px; */
    /* padding: 7px 30px; */
}

.banner_title_box p {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    line-height: 32px;
    margin: 0;
    padding: 25px 0 50px;
}

.left_imgcard_box.right_imgcard_box {
    /*left: auto;*/
    right: 0;
    top: 112px;
}

.left_imgcard_box {
    position: absolute;
    left: 0;
    top: 90px;
    transition: 0.5s;
}

.leftcard2 {
    position: relative;
    top: -9px;
    left: 47px;
}

.leftcard3 {
    top: -5px;
    position: relative;
}

.rightcard2 {
    position: absolute;
    right: 0px;
    top: 190px;
}

.rightcard1 {
    position: absolute;
    right: 0px;
    top: -18px;
}

.rightcard3 {
    position: absolute;
    top: 410px;
    right: 0;
}

.banner_title_box {
    padding: 80px 0;
    text-align: center;
}

/* 
.nav_box .active_menu{background-image: linear-gradient(to right, #6156aa , #d95a93);
   padding: 10px 25px;
   color: #fff;
   border-radius: 25px;
   font-weight: 600;
   text-transform: uppercase;
   font-size: 14px;}
 */
.faq_section .card {
    margin-bottom: 12px;
    padding: 7px 15px;
    border-radius: 10px;
    border: 0.921px solid rgba(35, 38, 55, 0.20);
    background: rgba(255, 255, 255, 0.60);
}

.faq_section .title_wrapper.mg_space {
    padding-bottom: 35px;
}

.faq_section .card-header {
    background: no-repeat;
    border: none !important;
    border-radius: 15px;
    padding: 2px 0 5px;
}

.faq_section button.btn.btn-link i.fa {
    float: right;
    position: relative;
    top: 4px;
}

.faq_section .title_wrapper.mg_space h1.text-center {
    font-weight: 600;
}

.faq_section ul.faq_list {
    list-style: disc;
    padding: 0 0 20px 20px;
}

.faq_section .card button.btn.btn-link {
    padding: 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    color: #232637;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.faq_section .card button.btn.btn-link i.fa {
    position: absolute;
    right: 10px;
    top: 14px;
}

#myModal_expert button.close:focus {
    border: none;
    outline: none;
}

.schedule_box {
    border-radius: 20px;
    border: 0.921px solid rgba(35, 38, 55, 0.05);
    background: #FFF;
    box-shadow: 20px 10px 73.64px 0px rgba(57, 40, 123, 0.08);
    padding: 30px;
    margin-top: 105px;
    position: relative;
}

.faq_left_box {
    padding-right: 50px;
}

.schedule_box h4 {
    font-size: 40.223px;
    font-weight: 700;
    padding: 20px 0 7px;
}

.schedule_btn {
    border-radius: 500px;
    background: #FF0260;
    box-shadow: 0px -10px 50px 0px rgba(255, 255, 255, 0.27) inset;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    color: #fff;
    padding: 11px 30px;
    display: inline-block;
    margin: 10px 0 20px;
}

.faq_section .card .card-body {
    padding: 15px 0 0;
}

.schedule_btn:hover {
    color: #fff;
}

.schedule_box p {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.schedule_box p a {
    color: #232637;
}

.faq_section .card-header h2 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    color: #232637;
    line-height: normal;
    padding-right: 18px;
}

.login_section {
    background: #1A1B24;
}

.login_btn {
    background: #fff;
    border: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    width: 100%;
    color: #181618;
}

.login_btn:hover {
    color: #181618;
}

.faq_section {
    padding: 100px 0px 80px;
}

.call_us {
    color: #1E2137;
    font-size: 18px;
    margin-right: 30px;
}

.sub_heading {
    padding: 25px 0 25px;
    font-weight: 700;
    font-size: 50px;
    color: #10236B;
}

.highlighted_text {
    font-weight: 700;
}

.whychoose_text_box h3 {
    font-size: 35px;
    font-weight: 700;
    color: #10236B;
    margin-bottom: 30px;
}

.whychoose_text_box p {
    font-size: 20px;
    font-weight: 500;
    line-height: 31.1px;
    margin: 25px 0;
}

.faq_cntr .sub_heading {
    font-weight: 300;
}

.whychoose_text_box li {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    padding-bottom: 12px;
}

.whychoose_text_box li:before {
    width: 24px;
    height: 23px;
    position: absolute;
    left: -33px;
    top: 2px;
    content: "";
    background: url(../image/tick_icon1.svg) no-repeat;
}

.whychoose_section {
    padding-top: 30px;
    position: relative;
}

.whychoose_section:before {
    width: 264px;
    height: 284px;
    position: absolute;
    left: 0;
    top: 96px;
    content: "";
    background: url(../image/pattern1.svg) no-repeat;
    z-index: 99;
}

.honesty_section {
    position: relative;
    padding: 65px 0;
}

.honesty_section:before {
    width: 206px;
    height: 350px;
    position: absolute;
    left: 0;
    bottom: -76px;
    content: "";
    background: url(../image/pattern2.svg) no-repeat;
    z-index: 99;
}

.honesty_section:after {
    width: 127px;
    height: 201px;
    position: absolute;
    right: 0;
    top: -41px;
    content: "";
    background: url(../image/pattern3.svg) no-repeat;
    z-index: 99;
}

.expert_section {
    position: relative;
}

.expert_section:before {
    width: 127px;
    height: 360px;
    position: absolute;
    left: 0;
    bottom: -76px;
    content: "";
    background: url(../image/pattern5.svg) no-repeat;
    z-index: 99;
}

.expert_section:after {
    width: 194px;
    height: 318px;
    position: absolute;
    right: 0;
    top: -41px;
    content: "";
    background: url(../image/pattern4.svg) no-repeat;
    z-index: 99;
}

.professional_section_section {
    position: relative;
    padding: 65px 0 70px;
}

.professional_section_section:after {
    width: 353px;
    height: 401px;
    position: absolute;
    right: 0;
    bottom: 10px;
    content: "";
    background: url(../image/Vector-line-pattern.svg) no-repeat;
    z-index: 99;
    background-size: 100%;
}

.expertise_section {
    position: relative;
}

.expertise_section:before {
    width: 127px;
    height: 201px;
    position: absolute;
    left: 0;
    top: 25px;
    content: "";
    background: url(../image/pattern6.svg) no-repeat;
    z-index: 99;
}

.whychoose_text_box ul {
    list-style: none;
    padding: 0 0 0 30px;
}

.faq_cntr {
    border-radius: 50px;
    background: rgb(239, 241, 243);
    padding: 10px 20px 40px;
}

.company_logo_box {
    border-radius: 500px;
    background: #070707;
    box-shadow: 0px -10px 50px 0px rgba(255, 255, 255, 0.27) inset;
    padding: 22px 20px;
    margin: 20px 0 0;
    overflow: hidden;
}

.company_logo_box .owl-stage {
    display: flex;
    align-items: center;
}

.company_logo_box .owl-carousel .owl-item img {
    width: inherit;
    margin: auto;
}

.schedule_box:after {
    background: url(../image/zikzak_line_pattern.svg) no-repeat;
    width: 204px;
    height: 266px;
    content: "";
    position: absolute;
    bottom: -105px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
}

.about_card_box {
    border-radius: 20px;
    border: 0.921px solid rgba(35, 38, 55, 0.05);
    background: #FFF;
}

.whychoose_text_box.about_card_box h3 {
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    padding: 20px 30px;
    margin-bottom: 0;
}

.whychoose_text_box.about_card_box ul {
    border-top: 1px solid rgba(35, 38, 55, 0.05);
    padding: 20px 68px 15px;
}

.value_box {
    border-radius: 30px;
    border: 2px solid #FCCD07;
    background: #FFF;
    padding: 42px 25px 10px;
    position: relative;
    margin-bottom: 50px;
}

section.banner_section.aboutus_banner .banner_title_box {
    padding: 70px 0 100px;
}

.client_bg_sec {
    background: url(../image/clients_bg_img.png) no-repeat;
    padding: 40px 0 40px 100px;
    background-size: cover;
    position: relative;
    border-radius: 25px;
}

.client_right_img {
    position: absolute;
    right: 80px;
    bottom: -14px;
}

.client_bg_sec .whychoose_text_box h3 {
    color: #fff;
}

.client_bg_sec .whychoose_text_box p {
    color: #fff;
    margin: 20px 0;
}

.client_bg_sec .whychoose_text_box li:before {
    background: url(../image/white_tick_icon.svg) no-repeat;
}

.client_bg_sec .whychoose_text_box li {
    color: #fff;
}

.wachlist_icon {
    position: absolute;
    top: -28px;
    left: 20px;
}

.client_interet_section {
    padding: 80px 0;
}

.about_box {
    padding-bottom: 35px;
}

.about_box p {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
}

.about_box h2.sub_heading {
    padding-bottom: 8px;
}

.values_section {
    padding: 40px 0 15px;
}

.values_section .about_box {
    padding-bottom: 50px;
}

.habit_section {
    background: url(../image/habit_bg.png) no-repeat;
    background-size: cover;
    height: auto;
}

.habit_section .whychoose_text_box h3 {
    color: #fff;
    font-size: 65px;
}

.habit_section .whychoose_text_box p {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
}

.habit_section a.read_btn.global_button {
    margin-top: 18px;
    display: inline-block;
}

.habit_section {
    background: url(../image/habit_bg.png) no-repeat;
    background-size: 100%;
    padding: 60px 0 65px;
}

footer {
    background: url(../image/footer_bg.png) no-repeat;
    padding: 40px 0 25px;
    background-size: cover;
}

.value_box h4 {
    font-size: 26px;
    font-weight: 600;
}

.value_box p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #232637;
    line-height: 26px;
}

.whychoose_text_box.about_card_box li {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    padding-bottom: 16px;
}

.whychoose_text_box.about_card_box li:before {
    background: url(../image/right_icon.svg) no-repeat;
    height: 25px;
    left: -37px;
    top: 0;
}

.whychoose_text_box.about_card_box.others_card_box li:before {
    background: url(../image/cross_icon.svg) no-repeat;
}

.footer_link ul {
    display: flex;
    justify-content: end;
}

.footer_link.text-right ul {
    justify-content: right;
}

.footer_link h4 {
    color: #003366;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: CaviarDreams_Bold;
}

.footer_link li a {
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0 10px;
}

.footer-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgb(255, 196, 214, 0.5);
    padding: 20px 0 0;
    margin-top: 25px;
}

.bottom_footer_box p {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
}

.footer_link.text-right li a {
    padding: 0 12px;
}

.footer-copyright p,
.footer-copyright a {
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0;
}

.footer-copyright ul {
    display: flex;
}

.close_menu {
    display: none;
}

.menu_bar {
    display: none;
}

.whychoose_text_box.realstate_text_box p {
    font-weight: 500;
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 30px;
}

.whychoose_text_box.realstate_text_box h4 {
    color: #232637;
    font-size: 18px;
    margin-bottom: 18px;
    font-weight: 700;
}

.realstate_section {
    padding-bottom: 70px;
}

.company_logo_cntr {
    position: relative;
}

.company_logo_cntr:before {
    background: url(../image/star_icon.svg) no-repeat;
    width: 82px;
    height: 80px;
    content: "";
    position: absolute;
    top: -119px;
    left: 60px;
    z-index: 0;
}

.darkHeader li img {
    opacity: 0.5
}

.leftcard1 {
    margin-left: 0;
    transition: 1.5s;
}

.leftcard2 {
    margin-left: 0;
    transition: 2s;
}

.leftcard3 {
    margin-left: 0;
    transition: 6s;
}

.rightcard1 {
    margin-right: 0;
    transition: 2.5s;
}

.rightcard2 {
    margin-right: 0;
    transition: 2.5s;
}

.rightcard3 {
    margin-right: 0;
    transition: 6s;
}

.darkHeader .leftcard1 {
    margin-left: -250px;
    transition: 1.5s;
    opacity: 0.5;
}

.darkHeader.scroll_remove .rightcard1,
.darkHeader.scroll_remove .rightcard2,
.darkHeader.scroll_remove .rightcard3 {
    margin-right: 0;
    transition: inherit;
}

.darkHeader .leftcard2 {
    margin-left: -250px;
    transition: 4s;
    opacity: 0.5;
}

.darkHeader .leftcard3 {
    margin-left: -250px;
    transition: 8s;
    opacity: 0.5;
}

.darkHeader .rightcard1 {
    margin-right: -250px;
    transition: 2.5s;
    opacity: 0.5;
}

.darkHeader .rightcard2 {
    margin-right: -250px;
    transition: 4.5s;
    opacity: 0.5;
}

.darkHeader .rightcard3 {
    margin-right: -250px;
    transition: 7s;
    opacity: 0.5;
}

#myModal_expert .modal-dialog {
    min-width: 800px;
    top: auto;
    position: relative;
    left: auto;
    transform: inherit !important;
    margin: 40px auto;
}

#myModal_expert button.close {
    font-weight: normal;
    opacity: 1;
    color: #fff;
    opacity: 1;
    right: -14px;
    position: absolute;
    top: -14px;
    background: #FF0260;
    z-index: 99999;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    cursor: pointer;
}

#myModal_expert .modal-body {
    padding: 0;
}



.slide-track {
    width: calc(145px * 18);
    display: flex;
    animation: scroll 20s linear infinite;
    justify-content: space-between;
}

.slide {
    display: grid;
    place-items: center;
    transition: 0.5s;
    cursor: pointer;
    position: relative;
}

.slide:after {
    background: url(../image/logo_list_icon.svg) no-repeat;
    width: 15px;
    height: 15px;
    content: "";
    position: absolute;
    right: -45px;
    top: 9px;
}

@keyframes scroll {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(calc(-150px * 10));
    }
}

@keyframes scroll2 {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(calc(-150px * 5));
    }
}

.founder-se {
    margin-top: 100px;
    background: url(../image/clients_bg_img.png);
    padding: 60px;
    border-radius: 30px;
    background-size: cover;
}

.founder-se img {
    margin-top: -160px;
    margin-bottom: -61px;
}

.founder-se h3 {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
}

.founder-se h6 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
}

.founder-se p {
    color: #fff;
    font-weight: 500;
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 30px;
}

.soc-list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    gap: 15px;
}

.soc-list li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 5px;
    border-radius: 20px;
    background: #23263726;
    border: 1px solid #FFFFFF80;
    line-height: 40px;
    text-align: center;
}

.soc-list li a svg {
    width: 20px;
    height: 20px;
}

.team-se .team-box img {
    width: 100%;
}

.team-se .team-box h4 {
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    color: #232637;
}

.team-se .team-box p {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #232637;
}

.team-se .team-box .soc-list {
    justify-content: center;
}

.team-se .team-box .soc-list li a {
    background: #fff;
    border-color: #23263726;
}

.rate-se {
    padding-top: 70px;
}

.rate-se .nav-pills {
    box-shadow: 0px 5px 10px 0px #2326370D;
    padding: 10px;
    border-radius: 50px
}

.rate-se .nav-pills .nav-item .nav-link {
    width: 100%;
    text-align: center;
    background: transparent;
    border: none;
    padding: 14px;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    outline: none;
    border-radius: 50px;
}

.rate-se .nav-pills .nav-item .nav-link.active {
    background: var(--primary-color);
}

.rate-se .tab-content {
    padding-top: 50px;
}

.mainrate h3 {
    font-size: 69px;
    font-weight: 900;
    line-height: 96px;
    background: #EFC212;
    /*background: linear-gradient(148.95deg, #61005F 16.28%, #1270CE 83.77%);*/
    background: linear-gradient(148.95deg, #61005F 25%, #1270CE 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
}

.mainrate .global_button {
    background: #070707;
    box-shadow: 0px -10px 50px 0px #FFFFFF45 inset;
    color: #fff;
    margin-bottom: 50px;
}

.mainrate-box {
    padding: 50px 20px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 5px 10px 0px #2326370D;
    border-radius: 20px;
}

.mainrate-box h4 {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    color: #232637;
}

.mainrate-box p {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #232637;
}

.fix-re-rate-se {
    background: url(../image/fix-re-rate-se-bg.png);
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
}

.fix-re-rate-se p {
    color: #232637;
    font-size: 22px;
    font-weight: 500;
    line-height: 40px;
}

.fix-re-rate-se .table-responsive table th:first-child {
    background: #FF02600D;
}

.fix-re-rate-se .table-responsive table tr:nth-child(odd) {
    background: #F3F5F9;
}

.fix-re-rate-se .table-responsive table td:nth-child(even):first-child {
    background: #F3F5F9;
}

.fix-re-rate-se .table-responsive table td:nth-child(odd):first-child {
    background: #FF02600D;
}


.buy-content{
    padding: 50px 0px;
}
.buy-content h1{
    color: #fff;
    font-size: 64px;
    font-weight: 500;
    line-height: 70px;
}
.buy-content p{    
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #F2CAF1;
}

.top-title-bar{
    padding: 50px 0px;
}
.top-title-bar .sub_heading{
    margin-bottom: 0;
}

.topwave_section {
    padding-top: 80px;
    position: relative;
}

.topwave_section:before {    
    content: "";
    background: url(../image/topwave.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-size: 100% 100%;
    height: 150px;
    display: inline-block;
}

.refinance_section {
    position: relative;
    padding: 65px 0;
}

.refinance_section:before {
    width: 206px;
    height: 350px;
    position: absolute;
    left: 0;
    top:0px;
    content: "";
    background: url(../image/pattern7.png) no-repeat;
    z-index: 99;
}

.refinancing-se{
    padding-bottom: 70px;
}

.why-choose-se{
    padding: 70px 0;
    /*background: #51005F;  */
    background: url('../image/why_choose_bg.png')no-repeat;
    background-size: cover;
    height: auto;
}
.why-choose-se .sub_heading{
    color: #fff;
    margin-bottom: 0;
}
.why-choose-se p{
    color: #fff;    
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
}

.client-say-se{
    padding: 70px 0;
}


.user-box{
    padding: 15px 0 0 15px;
}
.user-box .user-box-img{
    width: 75px;
    height: 75px;
    border-radius: 20px;
    margin-top: -15px;
    margin-left: -15px;
    box-shadow: 10px 5px 35px 0px #39287B14;
    border: 1px solid #2326370D
}
.user-box .user-box-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.user-box .inner-box{
    margin-top: -50px;
    padding: 70px 20px 20px 20px;
    border-radius: 10px;
    box-shadow: 10px 5px 35px 0px #39287B14;
}
.user-box .inner-box h4{
    color:#10236B;    
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}
.user-box .inner-box p{    
    color: #232637;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.owl-dots {
    text-align: center;
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 30px;
}
.owl-dots button.owl-dot.active span, 
.owl-dots button.owl-dot:hover span {
  background-color: #1270CE;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left:0px;
}
.owl-dots button.owl-dot{
  border: 1px solid #1270CE;
  background: white;
   border-radius: 50%;
   height: 16px;
   width: 16px;
   position: relative;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	z-index: 1;
	width: 40px;
	height: 40px;
	background-color: #FF0061;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
}

.owl-nav button span {
	font-size: 25px;
	height: 100%;
	display: block;
	width: 100%;
    color: #fff;
}
.owl-carousel .owl-nav button.owl-prev {
	left: 0;
}
.owl-carousel .owl-nav button.owl-next {
	right: 0;
}
.owl-carousel .owl-nav {
	margin: 0;
} 
.owl-theme .owl-nav .disabled,
button.disabled {
	opacity: 0.6;
}


.contact-form-box h2{    
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;    
    color: #000000;
}
.contact-form-box .global_button{
    background: var(--primary-color);
    color: #fff;
}    

.c-a-se {
    display: flex;
    gap: 30px;
    padding: 50px 0;
}
.call-to-action .contact-icon-box {
    display: flex;
    gap: 15px;
    align-items: center;
    /* border: 1px solid #23263733; */
    box-shadow: 20px 10px 73.64px 0px #39287B14;
    background: #FFFFFF;
    padding: 20px;
    border-radius: 12px;
    width: 100%;
    color: #000;
    box-shadow: 0px 0px 73.64px 0px #39287B14;
}

.call-to-action .contact-icon-box .icon {
    background: #fff;
    border: 1px solid #00000080;
    padding: 10px;
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50px;
}
.call-to-action .contact-icon-box p {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0;
}
.call-to-action .contact-icon-box span {    
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    word-break: break-all;
}

.application-form-se{
    padding-bottom: 80px;
}

.application-form-box{
    overflow: hidden;
    max-width: 800px;
    margin: 0 auto;
}
.application-form-inner-box{
    background: #fff;
    box-shadow: 0px 5px 10px 0px #2326370D;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.application-form-box h2{
    background: rgba(238, 2, 104, 0.10);
    border-bottom: 1px solid #BABFC84D;
    padding: 20px;
    border-radius: 20px 20px 0 0;    
    margin: -30px;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
}
.application-form-box .form-control{
    box-shadow: none;
    border: 1px solid #BABFC8;
}
.application-form-box .global_button{
    background: #F4C34B;
}


.mortgage-calculator .section-heading{
    display: none;
}
.mortgage-calculator{
    max-width: 1070px;
}
.mortgage-calculator .calculator-fields{
    border-radius: 20px !important;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mortgage-calculator .calculator-fields .apply-wrapper {
    /* width: auto; */
    position: static;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.mortgage-calculator .calculator-fields .mortgage-amount-wrapper{
    display: flex;
    padding: 0;
}
.mortgage-calculator .calculator-fields .calculator-floating-label-field input{
    border: 1px solid #26244E42;
    background: #fff;
    border-radius: 20px;
    text-align: center;    
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    min-width: 450px;
}
.mortgage-calculator .calculator-fields .calculator-floating-label-field label{    
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    left: 50%;
    transform: translateX(-50%);
    /* right: 0; */        
    top: -20px;
    background: #fff;
}
.mortgage-calculator .calculator-fields .rate-amortization-period-wrapper{
    padding: 0;
    margin: 30px 0;
}
.mortgage-calculator .calculator-fields .calculator-fixed-label-field{
    border: 1px solid #26244E42;
    border-radius: 20px;
    min-width: 250px;
    background: #fff;
}
.mortgage-calculator .calculator-fields .calculator-fixed-label-field label{
    text-align: left;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    background: #fff;
}

.calculator-bottom-text{    
    font-size: 28px;
    font-weight: 400;
    margin-top: 30px;        
}

.calculator-bottom-text b{
    line-height: 58px;
    font-size: 36px;
    font-weight: 700;
    background: url(../image/text-bg.png);
    background-size: 70%;
    background-position: bottom right;
    background-repeat: no-repeat;
}


@media screen and (max-width:767px) {
    .menu_bar {
        float: right;
        margin-right: 15px;
        top: 0;
        display: block;
    }

    .login_buton {
        display: none;
    }

    #myModal_expert .modal-dialog {
        width: 88%;
        min-width: inherit;
    }

    .expertise_section:before {
        display: none;
    }

    section.banner_section.aboutus_banner {
        background-position: center;
    }

    .menu_sidebar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        z-index: 9999999;
        display: block;
        margin: 0;
        background: #FF0260;
        padding: 65px 0 0;
        transition: 0.3s;
        visibility: inherit;
        display: inherit !important;
    }

    .nav_box li a {
        font-size: 16px;
        padding: 10px 25px;
        display: block;
        color: #fff;
    }

    .realstate_section {
        padding-bottom: 5px;
    }
    .rate-se {
        padding-top: 50px;
    }
    .rate-se .tab-content {
        padding-top: 30px;
    }
    .rate-se .nav-pills{
        flex-direction: column;
        border-radius: 15px;
    }
    .rate-se .nav-pills .nav-item .nav-link {
        padding: 10px;
        font-size: 14px;
    }

    .mainrate-box {
        padding: 10px;
        margin-top: 15px;
    }

    .fix-re-rate-se p {
        font-size: 16px;
        line-height: 20px;
    }

    .mobile_contactus.d-none {
        display: block !important;
    }

    .honesty_section {
        padding: 10px 0 0;
    }

    .client_right_img {
        right: 0;
        bottom: -10px;
    }

    .mobile_contactus .login_btn.global_button {
        font-size: 16px !important;
        padding: 10px 46px 12px;
        background: #fff;
        box-shadow: 0px -10px 50px 0px rgba(255, 255, 255, 0.27) inset;
        width: auto;
        display: inline-block;
        color: #232637;
        margin-top: 18px;
    }

    ul.menu_sidebar.side_menu {
        right: 0;
        display: inherit !important;
        text-align: center;
    }

    .close_menu {
        position: absolute;
        right: 31px;
        top: -3px;
        display: block;
        font-size: 40px;
    }

    .whychoose_section:before,
    .honesty_section:after,
    .honesty_section:before,
    .expert_section:after,
    .expert_section:before,
    .professional_section_section:after {
        display: none;
    }

    .whychoose_section .row,
    .professional_section_section .row {
        flex-direction: column-reverse;
    }

    .whychoose_box img {
        width: 92%;
        margin: auto;
        display: block;
    }

    .left_imgcard_box {
        display: none;
    }

    .banner_title_box h1 {
        font-size: 38px;
    }

    br {
        display: none;
    }

    .banner_title_box p {
        font-size: 18px;
        padding: 12px 0 40px;
    }

    .company_logo_box .owl-nav,
    .company_logo_box .owl-dots {
        display: none;
    }

    .banner_section {
        height: auto;
        padding: 55px 0 50px;
        background-position: center;
    }

    .banner_title_box {
        padding-bottom: 65px;
    }

    .sub_heading {
        font-size: 32px;
    }

    .whychoose_text_box h3 {
        font-size: 26px;
    }

    .whychoose_text_box {
        padding: 35px 0;
    }

    .whychoose_text_box p {
        font-size: 18px;
        line-height: normal;
    }

    .values_section {
        padding: 10px 0;
    }

    .whychoose_text_box li {
        font-size: 14px;
    }

    .client_bg_sec .whychoose_text_box h3 {
        font-size: 33px;
    }

    .client_bg_sec {
        padding: 0 10px 277px;
        border-radius: 0;
    }

    .professional_section_section {
        padding: 0 0 5px;
    }

    .faq_cntr {
        flex-direction: column-reverse;
        border-radius: 0;
        padding-bottom: 30px;
    }

    .faq_cntr .col-md-5 {
        padding: 0;
    }

    .client_bg_sec .whychoose_text_box p {
        margin: 16px 0;
    }

    .whychoose_text_box ul {
        padding: 0 0 0 25px;
    }

    .whychoose_text_box li:before {
        background-size: 21px !important;
        left: -27px;
        top: 0px;
    }

    .faq_left_box {
        padding: 0;
    }

    .faq_section .card {
        margin-bottom: 16px;
        padding: 6px 11px;
    }

    .faq_section .card-header h2 {
        font-size: 14px;
        padding-right: 15px;
    }

    section.whychoose_section.aboutus_section .row {
        flex-direction: inherit;
    }

    .schedule_box {
        margin: 25px 0 30px;
    }

    .schedule_box h4 {
        font-size: 24px;
        padding: 16px 0 0px;
    }

    .footer_link ul {
        display: inherit;
    }

    .footer_link.text-right {
        text-align: left !important;
    }

    .schedule_box:after {
        display: none;
    }

    .footer-copyright {
        display: inherit;
        margin-top: 20px;
    }

    footer {
        padding: 30px 0 15px;
    }

    .footer_link li a {
        font-size: 14px;
        padding: 7px 5px;
        display: inline-block;
    }

    .footer-copyright p,
    .footer-copyright a {
        font-size: 14px;
        padding: 0;
    }

    .footer_link {
        padding: 12px 0 0;
    }

    .schedule_box img {
        width: 150px;
    }

    .faq_cntr .sub_heading {
        padding: 8px 0 20px;
    }

    .faq_section {
        padding: 0;
    }

    section.banner_section.aboutus_banner .banner_title_box {
        padding: 50px 0 0;
    }

    .whychoose_text_box.about_card_box ul {
        padding: 20px 0 15px 56px;
    }

    .whychoose_text_box.about_card_box li:before {
        top: 3px;
    }

    .whychoose_text_box.about_card_box {
        padding: 0;
        margin-bottom: 25px;
    }

    .habit_section .whychoose_text_box h3 {
        font-size: 42px;
    }

    .habit_section {
        background-size: cover;
        padding: 15px 0 25px;
        background-position: center;
    }

    .habit_section .row {
        flex-direction: column-reverse;
    }

    .client_interet_section {
        padding: 10px 0 65px;
    }

    .company_logo_box {
        margin: 0;
    }

    .slide-track {
        width: calc(80px * 20);
    }

    .slide-track2 {
        width: calc(80px * 15);
    }

    .slide {
        width: 80px;
    }

    @keyframes scroll {
        0% {
            transform: translateX(0px);
        }

        100% {
            transform: translateX(calc(-80px * 10));
        }
    }

    @keyframes scroll2 {
        0% {
            transform: translateX(0px);
        }

        100% {
            transform: translateX(calc(-80px * 5));
        }
    }

    .slide img {
        width: 78px;
    }

    .slide:after {
        right: -26px;
        top: 5px;
    }

    .c-a-se{
        flex-direction: column;
    }
    .contact-form-box h2 {
        font-size: 30px;
    }
    .top-title-bar {
        padding: 20px 0px;
    }

    .founder-se{
        margin-top: 0;
        padding: 30px;
        text-align: center;
    }
    .founder-se img{
        margin: 0;
    }
    .founder-se .soc-list{
        justify-content: center;
    }
    .founder-se h3 {
        font-size: 26px;
    }
    .founder-se h6 {
        font-size: 18px;
    }
    .founder-se p {
        font-size: 14px;
        line-height: 20px;
    }
    .mortgage-calculator .calculator-fields{
        padding:40px 10px;
        background: #fff;
    }
    .mortgage-calculator .calculator-fields .calculator-floating-label-field input{
        min-width: 100%;
        font-size: 14px;
    }
    .mortgage-calculator .calculator-fields .calculator-floating-label-field label {
        font-size: 14px;
        min-width: 180px;
        line-height: normal;
    }
    .mortgage-calculator .calculator-fields .mortgage-amount-wrapper{
        display: block;
    }
    .mortgage-calculator .calculator-fields .calculator-fixed-label-field{
        min-width: 100%;
        display: block;
    }
    .mortgage-calculator .calculator-fields .apply-wrapper{
        flex-direction: column;
    }
    .calculator-bottom-text, .calculator-bottom-text b{
        font-size: 18px;
    }

    .application-form-box h2{
        padding: 10px;
        font-size: 18px;
        line-height: 24px;
        margin: -20px -20px 20px -20px;
    }
    .application-form-inner-box{
        padding: 20px;
    }


    .buy-content h1{
        font-size: 40px;
        line-height: 50px;
    }
    .buy-content .global_button {
        margin-bottom: 20px;
    }

    .refinance_section {     
        padding: 30px 0;
    }
    .refinancing-se {
        padding-bottom: 30px;
    }
    
    .refinance_section .row{
        flex-direction: column-reverse;
    }
    .why-choose-se {
        padding: 30px 0;
    }
    .client-say-se {
        padding: 30px 0;
    }
}

/**get started **/
.step_form {
    text-align: center;
    position: relative;
}

.step_form fieldset {
    width: 100%;
    top: 0;
    display: none;
    left: 0;
    opacity: 1 !important;
    padding: 70px 60px 0;
}

/*Hide all except first fieldset*/
/* .step_form fieldset:not(:first-of-type) {
            display: none;
            } */
/*inputs*/
fieldset.first_step {
    display: block;
}

/*headings*/
.fs-title {
    margin-bottom: 20px;
    color: #1E2137;
    text-align: center;
    font-family: Poppins;
    font-size: 29px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.fs-subtitle {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

/*progressbar*/
#progressbar {
    margin: 30px 0;
    border-radius: 36px;
    position: relative;
}

ul#progressbar:before {
    background: #EEFAF4;
    width: 100%;
    height: 11px;
    border: 1px solid #10236b;
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 1;
    border-radius: 25px;
}

#progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 9px;
    width: 152.2222px;
    float: left;
    position: relative;
}

.third_screenbar li {
    width: 203.222px !important;
}

.third_screenbar li.active:nth-child(6):before {
    border-radius: 0 10px 10px 0 !important;
}

#progressbar li:before {
    content: "";
    display: block;
    font-size: 10px;
    color: #333;
    background: white;
    height: 9px;
}

#progressbar li.active:first-child:before {
    border-radius: 10px 0 0 10px;
}

#progressbar li.active:last-child:before {
    border-radius: 0 10px 10px 0;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1;
    /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
    background: #1270ce;
    color: white;
    position: relative;
    z-index: 9;
}

.help-block {
    font-size: 0.8em;
    color: #7c7c7c;
    text-align: left;
    margin-bottom: 0.5em;
}

/* .inner_footer{padding-top:1200px;}
            */
.form_cntr {
    display: flex;
    justify-content: center;
    padding-top: 40px;
}

.form_box label {
    display: block;
}

.form_box {
    text-align: center;
    margin: 0 12px;
    width: 33.33%;
    border-radius: 14px;
    border: 1px solid #A3A3A3;
    padding: 28px 20px 23px;
    position: relative;
}

.form_box input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    appearance: none;
    cursor: pointer;
}

.selectlist_box input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    appearance: none;
    cursor: pointer;
    z-index: 9;
}

.form_box input[type="radio"]:checked+.selected_box {
    border: 3px solid var(--primary-color);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 14px;
}

.selectlist_box input[type="checkbox"]:checked+.selected_box {
    background: var(--primary-color);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.selectlist_box input[type="checkbox"]:checked+.selected_box+label {
    color: #fff;
    position: relative;
}

.note_box {
    border-radius: 11px;
    background: #F602660F;
    display: inline-block;
    padding: 30px 118px 25px;
    margin-top: 40px;
    text-align: left;
}

.i_text {
    display: block;
    color: #1270CE;
    font-size: 16px;
    font-weight: 400;
}

.action-button.global_button {
    border: none;
    padding: 8px 54px;
    margin: 32px 0;
    cursor: pointer;
    background:#000;
    color:#fff;
}

.form_box label {
    color: #1E2137;
    font-size: 16px;
    font-weight: 600;
    margin: 12px 0 2px;
}

.form_box span {
    color: #1E2137;
    font-size: 12px;
    font-weight: 400;
}

.note_box h5 {
    color: #6F7185;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 25px;
}

.note_box ul {
    padding-left: 15px;
}

.note_box li {
    color: #6F7185;
    font-size: 12.5px;
    font-weight: 400;
    margin-bottom: 8px;
    position: relative;
    padding-left: 30px;
}

.step_form_cntr {
    padding: 0 100px 60px;
}

.note_box li img {
    position: absolute;
    top: 0px;
}

.note_box img.rates_icon {
    top: -2px;
    left: -1px;
}

.offer_icon {
    position: relative;
    left: 2px;
}

.dashboard_icon {
    position: relative;
    left: 3px;
}

.form_cntr.second_form {
    flex-wrap: wrap;
    justify-content: center;
}

.form_cntr.second_form {
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 60px 0;
}

.form_cntr.second_form .form_box {
    margin-bottom: 35px;
}

span.month_text {
    display: block;
    color: #FCB313;
    padding-top: 2px;
}

.third_step_form input {
    border-radius: 14px;
    border: 1px solid #A3A3A3;
    width: 395px;
    height: 58px;
}

.third_step_form.contact_form select {
    border-radius: 14px;
    border: 1px solid #A3A3A3;
    height: 58px !important;
}

.form_box:hover {
    border: 1px solid var(--primary-color);
}

.third_step_form.contact_form input {
    width: 100%;
}

.third_step_form.contact_form input[type="checkbox"] {
    width: inherit;
    height: auto;
}

.form_box.marital_box {
    padding: 15px 20px;
    width: 46%;
}

.form_box.marital_box label {
    margin: 0;
    color: var(--primary-color);
}

input.previous.action-button {
    color: var(--primary-color);
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    background: none;
    border: none;
    padding: 8px 53px;
    cursor: pointer;
}

input:focus {
    outline: none;
    box-shadow: none;
}

.select_checklist p {
    margin: 0;
    padding-left: 17px;
    color: #9D9FAA;
    font-size: 14.5px;
    font-weight: 400;
    text-align: left;
}

.select_checklist {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.selectlist_box input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    appearance: none;
    cursor: pointer;
}

.selectlist_box {
    position: relative;
}

.selectlist_box label {
    margin: 0;
    color: #FCB313;
    font-size: 13px;
    font-weight: 400;
}

.radio_box {
    display: flex;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #FCB313;
}

.selectlist_box {
    padding: 6px 10px;
    border-right: 1px solid #FCB313;
    width: 40px;
}

.textarea_form_cntr textarea {
    height: 188px;
    border-radius: 14px;
    padding: 15px;
    color: #9D9FAA;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.textarea_form_cntr {
    padding: 40px 60px 0;
}

.form-group label {
    text-align: left;
    display: inherit;
    color: #60626D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.form_box.looking_box {
    padding: 34px 20px 39px;
    min-height: 147px;
}

.third_step_form.contact_form {
    padding: 0 60px;
}

label#skb-res {
    display: block;
    text-align: left;
    margin: 0;
    line-height: 41px;
}

p.percentage_txt {
    margin: 0;
    display: flex;
    align-items: center;
    color: #004733;
    font-size: 35px;
    font-weight: 400;
    line-height: 41px;
}

span.price_txt {
    color: #9D9FAA;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    left: -5px;
}

.percentage_box {
    padding-top: 30px;
}

.selectlist_cntr {
    padding: 40px 5px 40px 60px;
}

.sub_inner_title {
    margin: 12px 0;
    font-size: 25px;
    line-height: normal;
}

.selectlist_box.yes_checklist {
    border: none;
}

.form_cntr.assets_cntr {
    display: inherit;
    padding: 10px 0 0;
}

h4.fs-title.small_txt.sub_inner_title {
    text-align: left;
    text-align: left;
    margin: 0 0 0 76px;
    position: relative;
    top: 18px;
}

span.bottom_txt {
    text-align: left;
    display: inherit;
    color: #60626D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-top: 5px;
}

.form-group {
    margin-bottom: 25px;
}

p.note_text {
    color: #878787;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.form-group.annual_checkbox {
    margin-bottom: 10px;
}

.form_box.home_box {
    min-height: 160px;
    padding: 32px 20px 23px;
}

.form_box.home_box label {
    color: #004733;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
}
@media screen and (max-width: 767px) {

    .banner_title_box {
        padding: 130px 0 60px 0px;
    }

    .banner_section {
        background-position: top center !important;
        height: auto;
    }

    br {
        display: none;
    }

    .banner_title_box h2 {
        font-size: 16px;
        font-weight: 500;
    }

    .banner_title_box h1 {
        width: 234px;
        font-size: 28px;
        padding-top: 20px;
    }

    .banner_title_box p {
        font-size: 12px;
        padding-right: 98px;
        margin: 0 0 15px;
    }

    a.global_button.buy_btn {
        padding: 12px 10px;
        min-width: 260px;
        font-size: 14px;
    }

    .header_section {
        padding: 7px 21px 9px;
    }

    header.header_section.get_header {
        text-align: center;
    }

    section.getstarted_section {
        padding-top: 108px;
    }


    .right_header_box a.call_us {
        margin-bottom: 5px;
    }

    .link_box a {
        padding: 10px 18px;
        min-width: 127px;
        font-size: 14px;
    }

    .introduce_strip {
        padding: 9px 30px;
        font-size: 12px;
    }

    h4.qualify_text {
        color: #0E4A2B;
    }

    .company_logo_box .owl-carousel .owl-item img {
        display: block;
        width: auto;
        margin: 0 auto;
    }

    .inner_container {
        padding: 0;
    }

    .card_box {
        margin-bottom: 25px;
    }

    .howitworks_sec {
        background: url(../image/apply_bg.png)no-repeat;
        height: 86px;
        background-size: cover;
        margin-bottom: 35px;
        background-position: center;

    }

    .apply_now {
        padding: 8px 29px;
        font-size: 14px;
        margin: 4px 0 0;
    }

    .howitworks_sec {
        background-position: center;
        border-radius: 16px 16px 22px 22px;
        height: 78px;
    }

    .step_title_box h3 {
        font-size: 18px;
    }

    .card_box.step_card_box {
        min-height: inherit;
        margin-bottom: 45px;
    }

    .howitworks_section {
        padding: 0;
    }

    .templete_box h2 {
        margin-bottom: 10px;
        font-size: 36px;
    }

    .professional_templete_section {
        min-height: inherit;
        padding: 20px 0 33px;
        background-size: cover;
        background-position: center;
    }

    .templete_box h2 {
        font-size: 27px;
        line-height: 42px;
    }

    .preapproval_section {
        margin: 0;
    }

    .approval_box h3 {
        font-size: 13px;
    }

    .approval_box h4 {
        font-size: 17px;
        line-height: normal;
    }

    .crafting_section {
        padding: 0;
    }

    .craftig_img_cntr {
        position: relative;
    }

    .testimonial_box {
        padding: 104px 21px 25px;
        min-height: inherit;
        margin-bottom: 104px;
    }


    .crafting_img {
        position: relative;
        top: 0;
        left: 0;
        padding: 40px 0 0px;
    }


    .crafting_img.crafting_img2 {
        top: 0;
        left: 0;
    }


    .core_box h2 {
    font-size: 26px;
    margin-bottom: 20px;
    }

    .core_box p {
    font-size: 14px;
    margin: 0 0 15px;
    }

    section.our_core_section {
    padding-top: 35px;
    }

    .core_box.privacy_box p {
    font-size: 14px;
    }

    .contact_section .step_form_cntr {
    padding: 0;
    }

    section.contact_section {
    padding-top: 80px;
    }

    span.back_btn {
    padding-left: 30px;
    }

    .third_step_form.contact_form {
    padding: 0 10px;
    }

    .help_section {
    padding: 48px 0;
    }

    .help_title_box h2 {
    font-size: 28px;
    }

    .crafting_img.empowering_img1 {
    left: 0;
    }

    .crafting_img.crafting_img2.empowering_img2 {
    left: 0;
    }

    .step_form_cntr {
    padding: 0;
    }

    .step_form fieldset {
    padding: 30px 10px;
    }

    .form_cntr {
    display: inherit;
    }

    .form_box {
    margin: 0 0 20px;
    width: 100%;
    padding: 30px 15px;
    }

    .note_box {
    padding: 20px 30px;
    } 

    .btn_box.mobile_hide {
    display: none;
    }

    li.mobile_show {
    display: block;
    margin: 12px 0 20px 15px;
    }

    .crafting_cntr {
    margin: 0;
    }

    .third_step_form input {
    width: 100%;
    }

    fieldset#citizen_status .form_box.marital_box {
    width: 100%;
    }

    fieldset#citizen_status .form_box.marital_box {
    padding: 15px 20px;
    }

    #progressbar li {
    width: 44.44px;
    }

    h2.fs-title {
    font-size: 22px;
    }

    .form_cntr.second_form {
    padding: 30px 15px 0;
    }

    .form_box.marital_box {
    width: 100%;
    }

    .getstarted_section .third_screenbar li {
    width: 59.44px !important;
    }

    .card_img.step_img_first img {
    height: auto;
    }

     
    .card_section {
        padding: 40px 0;
    }

    a.mail_link.mobile_mail {
        display: block;
        padding-top: 24px;
    }

}