

.css-rd7s4s {
    box-shadow: 8px 0px 4px 4px rgba(255, 67, 67, 0.5);
    z-index: 10;
    position: fixed;
    right: 0.05rem;
    top: 6rem;
}

.css-1ldhgjp {
    font-family: Arial, Helvetica, sans-serif;
}


@font-face {
    font-family: "Frutiger Neue W02 Thin";
    src: url("https://db.onlinewebfonts.com/t/08d356fe84ec324e63b07fc49bc5a5f1.eot");
    src: url("https://db.onlinewebfonts.com/t/08d356fe84ec324e63b07fc49bc5a5f1.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/08d356fe84ec324e63b07fc49bc5a5f1.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/08d356fe84ec324e63b07fc49bc5a5f1.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/08d356fe84ec324e63b07fc49bc5a5f1.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/08d356fe84ec324e63b07fc49bc5a5f1.svg#Frutiger Neue W02 Thin")format("svg");
}

.css-3qbf9s {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    outline: 2px solid transparent;
    outline-offset: 2px;
    line-height: 1.2;
    width: 4rem;
    padding: 5px;
    background-color: #e53e3e;
    color: whitesmoke;
    border: none;
    border-radius: 5px;
}





.sidebar {
    height: 100%;
    width: 680px;
    position: fixed;
    top: 0;
    right: -680px;
    background-color: #c8f5ff;
    overflow-x: hidden;
    transition: 0.5s;
    color: white;
    z-index: 1001;
    padding: 30px;
}
.content_box_modal h2 {
    color: black;
    font-weight: 400;
    padding-top: 40px;
}

.sidebar.show {
    right: 0;
}

#sidebar .close-btn {
    position: absolute;
    top: -2px;
    right: 20px;
    background: none;
    border: none;
    color: black;
    font-size: 34px;
    cursor: pointer;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgb(203 200 200 / 50%);
    opacity: 0;
    transition: 0.5s;
    visibility: hidden;
    z-index: 1000;
}

.overlay.show {
    opacity: 1;
    visibility: visible;
}


.navbar-brand img {
    height: 6rem !important;
    width: 10.1rem !important;
}


.css-1yd867x {
    z-index: 1;
    height: 400px;
    width: 300px;
    position: absolute;
    left: -20%;
    top: 0px;
    background-image: radial-gradient(rgba(165, 230, 234, 1), rgba(165, 230, 234, 0.1), rgba(255, 255, 255, 0));
}

.banner_img {
    z-index: 9;
    position: relative;
}
.css-1kp110w {
    appearance: auto !important;
}

option{
    color: black !important;
}
li.dropdown.main-dubb:hover {
    box-shadow: 0px 0px 35px 4px rgba(99, 64, 201, 0.74);
}
li.dropdown.main-dubb .nav-item:hover {
    border-top: 1px solid white;
    color: white;
}
li.dropdown.main-dubb a.nav-link:hover {
    color: white;
}



/*---------------------
Mobiles Menu 
----------------------*/
	/*---------------------
	Mobiles Menu - Design 
	----------------------*/

    .mobile-menu ul {
        margin: 0;
        padding: 0;
      }
      
      .mobile-menu li {
        font-size: 20px;
        line-height: 30px;
        margin: 0;
        overflow: hidden;
        padding: 5px;
        position: relative;
        text-align: left;
        text-transform: uppercase;
        padding-left:15px;
        text-align: center;
        font-weight: bold;
        text-transform: capitalize;
      }
      
      .mobile-menu li:first-child {
        margin-top: 60px;
      }
      
      .mobile-menu li:hover {
        background: #CCCCCC;
      }
      
      .mobile-menu li a {
          text-decoration: none;
          color: rgb(255, 255, 255);
          font-weight: bold;
          text-transform: capitalize;
      }
      
          /*---------------------
          Mobiles Menu - Slide IN 
          ----------------------*/
      
          .mobile-menu {
          top: 70px;
          max-width: 100%;
          left: -100%;
          width: 100%;
          background: #000000e3;
          color: white;
          height: 100%;
          position: fixed;
          z-index: 9997;
          overflow-y: auto;
          -webkit-transform: translate3d(0, 0, 205px);
          -moz-transform: translate3d(0, 0, 205px);
          transform: translate3d(0, 0, 205px);
          -webkit-transition: all 500ms ease-in-out;
          -moz-transition: all 500ms ease-in-out;
          transition: all 500ms ease-in-out;
      }
      
      .mobile-menu.active {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
      }
      
          /*---------------------
          Mobiles Menu - Dropdown Submenu
          ----------------------*/
      
      .has-children:hover{
          cursor:hand;
      }
      
      .children {
          display:none;	
      }
      
      .mobile-menu .children li:first-child {
        margin-top: 0px;
      }
      
      .icon-arrow {
          position: absolute;
          display: block;
          font-size: 0.7em;
          color: black;
          top: 5px;
          right: 10px;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg); 
          transition: .6s;
        -webkit-transition: .6s;
        -moz-transition: .6s;	 
      }
        
      .icon-arrow:after {
          content: "\25BC";
      }
      
      .icon-arrow.open {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg); 
        transition: .6s;
        -webkit-transition: .6s;
        -moz-transition: .6s; 		
      }
       
     









@media screen and (min-width: 62em) {
    .dis_none{
        display: none;
      }
    .css-rd7s4s {
        top: 10rem;
    }
    .css-3qbf9s {
        width: 7rem;
    }

    .css-1yd867x {
        height: 800px;
        width: 600px;
    }

    
}

.bar.animate {
    transform: rotate(-90deg);
}

.bar {
   transition: 0.6s;
}


:root {
    --color-text: navy;
    --color-bg: papayawhip;
    --color-bg-accent: #ecdcc0;
    --size: clamp(0rem, 0rem + 69vmin, 25rem);
    --gap: calc(var(--size) / 14);
    --duration: 100s;
    --scroll-start: 0;
    --scroll-end: calc(-100% - var(--gap));
}

@media (prefers-color-scheme: dark) {
    :root {
        --color-text: papayawhip;
        --color-bg: navy;
        --color-bg-accent: #2626a0;
    }
}

.marquee:hover .marquee__group {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
    cursor: pointer;
}


.marquee {
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
    /* mask-image: linear-gradient(
var(--mask-direction, to right),
hsl(0 0% 0% / 0),
hsl(0 0% 0% / 1) 20%,
hsl(0 0% 0% / 1) 80%,
hsl(0 0% 0% / 0)
); */
}

.marquee__group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    animation: scroll-x var(--duration) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
    .marquee__group {
        animation-play-state: paused;
    }
}

.marquee--vertical {
    --mask-direction: to bottom;
}

.marquee--vertical,
.marquee--vertical .marquee__group {
    flex-direction: column;
}

.marquee--vertical .marquee__group {
    animation-name: scroll-y;
}

.marquee--reverse .marquee__group {
    animation-direction: reverse;
    animation-delay: -3s;
}

@keyframes scroll-x {
    from {
        transform: translateX(var(--scroll-start));
    }

    to {
        transform: translateX(var(--scroll-end));
    }
}

@keyframes scroll-y {
    from {
        transform: translateY(var(--scroll-start));
    }

    to {
        transform: translateY(var(--scroll-end));
    }
}

/* Element styles */
.marquee .marquee_box {
    display: grid;
    place-items: center;
    width: var(--size);
    fill: var(--color-text);
    /* background: #03a9f429; */
    aspect-ratio: 16/6;
    /* padding: calc(var(--size) / 22); */
    border-radius: 0.5rem;
    text-align: center;
    /* box-shadow: 0px 0px 16px 0px #cccbcb99; */
    margin: 10px 20px;
    height: 8rem;
    width: 20rem;
    -webkit-box-pack: center;
    justify-content: center;
    display: flex;
}

.marquee_box img {
    width: 100%;
}

.marquee--vertical .marquee_box {
    aspect-ratio: 1;
    width: calc(var(--size) / 1.5);
    padding: calc(var(--size) / 6);
}

/* Parent wrapper */
.wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--gap);
    margin: auto;
    max-width: 100vw;
}



.marquee_box h3 {
    margin: 0px;
    font-size: 20px;
    color: black;
}

.close-btns {
    border: none;
    padding: 7px 18px;
    border-radius: 6px;
    position: absolute;
    bottom: 10px;
    right: 20px;
}

.calculator h2 {
    text-align: center;
}

.calculator label {
    display: block;
    margin: 10px 0 15px;
    font-size: 1.5rem;
}

.calculator input {
    /* width: calc(100% - 87px); */
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    outline: 2px solid transparent;
    outline-offset: 2px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    height: 2.5rem;
    border-radius: 0.375rem;
    vertical-align: top;
    background: inherit;
    border: 2px solid;
    border-color: #3182ce;
    font-size: 1rem;
}

.calculator button {
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 8px;
}

#yearBtn.active,
#monthBtn.active {
    background-color: #003E99;
    color: white;
    font-weight: bold;
    padding: 12px 23px;
}

#yearBtn {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    font-weight: bold;
    padding: 12px 23px;
    box-shadow: 0px 0px 8px 0px #c3c3c3;
}

#monthBtn {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    font-weight: bold;
    padding: 12px 23px;
    box-shadow: 0px 0px 8px 0px #c3c3c3;
}

.results {
    text-align: center;
    margin-top: 20px;
    position: relative;
    z-index: 1;
}

canvas {
    display: block;
    /* margin: 20px auto; */
}

.calculator label span {
    font-weight: 800;
}

.results h3 {
    font-weight: 900;
    font-size: 24px;
}

.results p {
    font-size: 24px;
    font-weight: 800;
    /* padding-top: 20px; */
}

.results hr {
    background: black;
    height: 1.5px;
    width: 70%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border-color: black;
    opacity: 1;
}

.bc {
    background-color: rgba(204, 233, 255, 0.73);
    -webkit-filter: blur(44px);
    filter: blur(44px);
    position: absolute;
    width: 80%;
    height: 100%;
    left: 10%;
}

.bc_color {
    position: relative;
}

span#emi {
    font-weight: bolder;
    font-size: 1.875rem;
}

span#totalInterest {
    position: relative;
}

span#totalInterest:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: rgba(11, 72, 112, 1);
    border-radius: 50%;
    left: -27px;
    margin-top: 9px;
}

span#totalPayment {
    position: relative;
}

span#totalPayment:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: rgba(11, 72, 112, 1);
    border-radius: 50%;
    left: -27px;
    margin-top: 9px;
}

h4#totalAmountHeading {
    color: #8c8c8c;
}

.css-1w9iq2q {
    width: 23.5rem
}
.why_choo img{
    margin: 0 auto;
}

.why_choo .css-lua4uq {
    margin: 0px 0px !important;
}
.why_choo {
    display:none;
}
.img_data img {
    width: 25rem;
    height: 25rem;
    border-radius: 2rem;
}

.DOB {
    position: absolute;
    color: black;
    background: #edf2f7;
    padding: 8px 14px;
    border-radius: 8px 0px 0px 8px;
}
.contact_info_page iframe {
    width: 100% !important;
}

.swiper-slide.swiper-slide-active {
    /* width: 500px !important; */
}
.swiper-wrapper {
    /* padding-left: 50px; */
}

ul.llist {
    list-style-type: none;
    display: flex;
    gap: 15px
}

.llist img {
    width: 32px
}

.llist a,
.llist {
    margin-bottom: 0;
    text-decoration: none;
    color: #000;
    font-weight: 600;
}

.llist {
    padding: 0
}


.css-tkcako {
    text-align: center;
    width: 75%;
    font-weight: 700;
    font-size: 1rem;
    margin: 0 auto;
}
















@media (max-width:1300px) {
.banner_img {
    margin: 0px !important;
}
.about_footer img {
    width: 500px !important;
}
    
}
@media (max-width:991px) {
    .mobile_block{
        display: none;
    }
    .css-map4q8 {
        text-align: center;
    }
    .dropdown-menu[data-bs-popper] {
        top: 96% !important;
        margin-top: .125rem;
        left: -110px !important;
    }
    
    .navbar-nav .dropdown-menu {
        position: absolute;
    }
    ul.navbar-nav.ms-auto {
        gap: 9px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .navbar-brand img {
        height: 3rem !important;
        width: 2.7rem !important;
        position: relative;
        left: 40px;
    }
    a.navbar-brand {
        text-align: center !important;
        margin: 0 auto;
    }
    nav.navbar.navbar-expand-lg.navbar-dark .container {
        max-width: 100% !important;
    }
    span.navbar-toggler-icon {
        filter: invert(1);
    }

    .gra .container {
        margin-right: auto !important;
    }

    .banner_img {
        width: 100%;
        margin: 0px !important;
        margin-top: 10px !important;
        margin-bottom: 50px !important;
    }
    .bc_color {
        margin: 50px 0px;
    }
    .css-1w9iq2q {
        width: 21.5rem !important;
    }
    button.chakra-button.css-1gi3rf1 {
        margin-top: 40px;
    }

   

}


@media (min-width:991px) and (max-width:1300px){
    .dharm_21 {
        gap: 0px !important;
        padding-left: 30px !important;
    }
    .css-tkcako {
        text-align: center;
        width: 87%;
    }
    
    .dharm_21 img {
        width: 30px;
        height: 30px;
    }    
    .dharm_21 .icon_da p {
        font-size: 12px;
    }
    .dharm_21 .icon_call.text-center {
        font-size: 12px;
    }
    .dharm_21 .icon_da p {
        font-size: 12px;
        margin-bottom: 5px;
    }
}

@media (max-width:991px) 
{

    .css-1i4avdb a p {
        font-size: 15px;
        font-weight: 600;
    }
    
    .mobile_view{
        width: 120px !important;
        justify-content: space-around;
        align-items: baseline;
        margin: 0px !important;
        margin-left: 0px !important;
    }

    .css-3qbf9s {
        width: 7rem;
    } 
    .why_choo {
        display: block;
    }

    .dis_d {
        display: none !important;
    }
    .why_choo .slick-list.draggable {
        padding-bottom: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .slick-list.draggable {
        padding-bottom: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .css-up06d3 {
        margin-top: 5rem !important;
    }

    .unlock_b .css-up06d3 {
        margin-top: 2rem !important;
    }
    footer .container {
        max-width: 97% !important;
    }
    .liks_pri ul.llist {
        justify-content: space-between;
    }
    .copy {
        padding: 10px 10px 0px 10px;
    }
    .ul-social ul.llist {
        justify-content: center;
    }
    
    
    /* .navbar-collapse.collapse {
        position: absolute;
        left: -150px;
        top: 40px;
        height: 100%;
        width: 0px;
    }

    .navbar-collapse.collapse.show{
        position: absolute;
        left: 0px;
        top: 40px;
        height: 100%;
        width: 100%;
    } */

    nav.navbar.navbar-expand-lg.navbar-dark {
        padding: 12px 0px !important;
    }

    p.text_styles {
        padding-left: 0px !important;
        font-size: 15px !important;
        line-height: normal !important;
        padding-top: 30px;
    }
    .css-h0njk2 {
        padding-left: 14px !important;
    }
    p.chakra-text.team-title.css-n2kfoa {
        font-size: 1.25rem !important;
    }
    hr.hr_t {
        height: 2px !important;
    }
    p.chakra-text.team-desgn.css-t397ej {
        font-size: 1.25rem !important;
    }
    .row.s p.text_styles{
        padding-right: 0px !important;
    }
    .row.s .col-lg-7.col-md-12{
        order: 1;
    }

    li.dropdown.main-dubb {
        height: 2.5rem !important;
        width: 100% !important;
        gap: 4px;
        border-radius: 1rem;
    }
    .navbar-dark .navbar-nav .nav-link {
        font-size: 13.6px !important;
    }
    .nav-item.dropdown-toggle {
        font-size: 13.6px !important;
    }
    .unlock_b .css-up06d3 {
        word-spacing: normal !important;
        padding-bottom: 0px !important;
    }
    .css-224cgz {
        padding-bottom: 0px !important;
    }

    .img_data img{
        width: 100%;
        margin-bottom: 30px;
    }

    p.text_style {
        font-size: 1.1rem !important;
    }
    .order_2_2 {
        order: 2;
    }

    .margin_top_1{
        margin-top: 30px;
    }
    .margin_top_1 img{
       width: 100% !important;
       height: 100% !important;
    }
    .questions_section {
        justify-content: center;
    }

    button.accordion-button {
        font-size: 1.2rem !important;
    }
    .accordion-body {
        font-size: 1.1rem !important;
    }

    .dharm_21 {
        gap: 0px !important;
        padding-left: 0px !important;
    }
    
    .dharm_21 img {
        width: 30px;
        height: 30px;
    }    
    .dharm_21 .icon_da p {
        /* font-size: 12px; */
    }
    .dharm_21 .icon_call.text-center {
        /* font-size: 12px; */
    }
    .dharm_21 .icon_da p {
        /* font-size: 12px; */
        margin-bottom: 5px;
    }
    .dharm_21 {
        margin: 20px 0px;
    }

    .icon_da p {
        font-weight: 600;
    }

    .icon_call p{
        font-weight: 600;
    }
    .loan_offer img {
        width: 100%;
            height: 100%;
            border-radius: 50%;
        } 

        button.accordion-button {
            font-weight: 500 !important;
        }

}



@media (max-width:768px) {
    section.gra.contact_info_page.pt-5.pb-5 iframe {
    height: 400px;
}
    p.home-sub-text.mb-1 {
        padding-right: 40px;
    }
    section.gra.index_gra {
        padding-left: 10px;
        padding-right: 10px;
    }
    .getintuch.text-center form {
        width: 90% !important;
    }  
    
    .content_box_modal h2 {
        color: #565656;
        font-weight: 400;
        padding-top: 15px;
        font-size: 18px;
    }
    div#sidebar {
        padding-top: 25px;
        padding-left: 25px;
    }
    p.chakra-text.css-up06d3.mt-5.mb-5.pb-4 {
        margin-top: 30px !important;
        margin-bottom: 19px !important;
    }
    button.accordion-button {
        padding: 11px 10px !important;
        font-weight: 500 !important;
    }
    .loan_offer img {
        width: 100%;
            height: 100%;
            border-radius: 50%;
        } 

    .dharm_21 {
        gap: 0px !important;
        padding-left: 15px !important;
    }
    
    .dharm_21 img {
        width: 30px;
        height: 30px;
    }    
    .dharm_21 .icon_da p {
        font-size: 12px;
    }
    .dharm_21 .icon_call.text-center {
        font-size: 12px;
    }
    .dharm_21 .icon_da p {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .marquee .marquee_box {
        width: 12rem;
    }
    .results hr {
        width: 90%;
    }
    .calculator label {
        font-size: 1.1rem;
    }

    .results p {
        font-size: 16px;
    }
    span#totalInterest:after {
        margin-top: 2px;
    }
    span#totalPayment:after {
        margin-top: 2px;
    }
    .results h3 {
        font-weight: 900;
    }
    .row.s, .row.\31 {
        width: 100% !important;
        padding: 2rem 2rem !important;
        margin-bottom: 50px !important;
    }

    li.dropdown.main-dubb {
        height: 2.5rem !important;
        width: 100% !important;
        gap: 4px;
    }
    .navbar-dark .navbar-nav .nav-link {
        font-size: 13.6px !important;
    }
    .nav-item.dropdown-toggle {
        font-size: 13.6px !important;
    }
    /* .css-3qbf9s {
        width: 7rem;
    } */

    .css-3qbf9s {
        width: 4rem;
        font-size: 12px;
        height: 34px;
    }
    #toggleButton svg.chakra-icon.css-scbkng {
        width: 18px !important;
    }

    .sidebar {
        width: 100%;
        right: -100%;
    }


    .about_footer img {
        max-width: 100%;
    }
    ul.llist {
        justify-content: center;
    }
    .copy {
        text-align: left;
        font-size: .8rem;
        font-weight: 500;
    }
    .css-1w9iq2q {
        max-width: 100%;
        width: 100% !important;
    }
    .css-lua4uq {
        margin: 0px 30px;
    }
    .css-8pqqvx {
        padding: 50px 25px !important;
        padding-top: 70px !important;
        border-radius: 60px !important;
    }
    ul.slick-dots {
        bottom: 77px !important;
    }
    .css-mf6fbk {
        padding: 50px 25px !important;
    }
    .css-1jmnlbw {
        padding: 50px 25px !important;
    }
    .results {
        margin: 50px 0px !important;
    }
    
    .banner_img {
        width: 100%;
        margin: 0px !important;
        margin-top: 10px !important;
        margin-bottom: 50px !important;
    }
    span.navbar-toggler-icon {
        filter: invert(1);
    }
    ul.navbar-nav.ms-auto {
        gap: 9px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    nav.navbar.navbar-expand-lg.navbar-dark .container {
        max-width: 100%;
    }
    .gra .container {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}



