* {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
    width: 100%;
    margin: 0px !important;
}

:root {
    --theme_light: #ecaf7e;
}

body {
    font-family: 'Lato', sans-serif;
}

::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: #ecaf7e;
}

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

@media (min-width: 576px) {
    .sip_retrn {
        max-width: 500px;
        margin: 1.75rem auto;
        width: 50%;
        max-width: 800px !important;
    }

    .modal-dialog {
        max-width: 950px;
        margin: 1.75rem auto;
        width: 50%;
    }

    .dynmc_ratio {
        padding-top: 35.25%;
    }

    /* .customRowWrap {
        box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
        padding: 1rem;
        margin-bottom: 1rem;
    } */
}

@media only screen and (max-width: 576px) {
    .know_more_modal {
        width: 95%;
    }

    .dynmc_ratio {
        padding-top: 150%;
    }

    .banner .carousel-item {
        height: 35vh !important;
    }

    .d_none_sm {
        display: none;
    }

    .modal-dialog {
        width: 95%;
        margin: auto;
    }
}


/* Custom Classes (Manish)*/

.b_none {
    border: none !important;
}

.jcc {
    justify-content: center;
}

.jcs {
    justify-content: start;
}

.jce {
    justify-content: end;
}

.jcsb {
    justify-content: space-between;
}

.jcsa {
    justify-content: space-around;
}

.jcse {
    justify-content: space-evenly;
}

.jcfe {
    justify-content: flex-end;
}

.aic {
    align-items: center;
}

.ml_1 {
    margin-left: 1rem;
}

.ml_2 {
    margin-left: 2rem;
}

.ml_3 {
    margin-left: 3rem;
}

.max_hw_100 {
    max-width: 100%;
    max-height: 100%;
}

.w_50px {
    width: 50px;
}

.hl_sip_input span {
    border: none;
    background: #e8e8e8;
}

.hl_sip_input input {
    border: none;
}

.hl_sip_input {
    border: 1px solid #ced4da;
}

.w_70 {
    width: 70%;
    min-width: 200px;
}

.ellipsis {
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.max_8_lines {
    text-overflow: ellipsis;
    -webkit-line-clamp: 8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* Custom Classes */

@media all and (max-width: 992px) {
    .ImageArea {
        display: flex;
        justify-content: center;
        margin-bottom: 1rem;
    }
}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    /* .navbar .nav-item:hover .nav-link {} */
    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
        border: none;
    }

    .hl_sip_input {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }

    .rcvr_sbmt_btn {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
}

.custom-container {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.dropdown-menu-end6 {
    border-top: 2px solid #0d6efd;
    margin-top: 8px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

nav .dropdown-menu {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.banner .carousel-item {
    height: 66vh;
}

.bannerOverlay {
    position: absolute;
    background: #0000009e;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.bannerOverlay div {
    padding-left: 50px;
}

.mw_450 {
    max-width: 450px;
}

.serviceImg img {
    width: 50px
}

.services {
    background-color: #F9F4F0;
}

.bold {
    font-weight: bold;
}

.serviceTex p {
    font-size: 16px;
    font-weight: 400;
    color: #969696;
    margin-top: 16px;
    line-height: 1.4;
    text-align: center;
}

.serviceRow {
    display: flex;
    flex-wrap: wrap;
}

.serviceHead h4 {
    font-weight: 700;
}

.customerHead h4 {
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .serviceCard {
        box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    }

    .md_column {
        display: flex;
        flex-direction: column-reverse;
    }

    .md_jcc {
        justify-content: center;
    }

    .md_aic {
        align-items: center;
    }
}

@media (max-width: 576px) {
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .customRowWrap {
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
        padding: 1rem;
        margin-bottom: 1rem;
    }
}

.serviceCard {
    /* cursor: pointer; */
    position: relative;
    text-decoration: none;
    color: inherit;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.serviceCard:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.serviceCard:hover p {
    /* color: #fff !important; */
}

.cardLay {
    background: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    overflow: hidden;
    transition: all 0.3s;
    z-index: -9;
    border-radius: 5px;
    padding: 0.5rem;
    /* backdrop-filter: blur(2px); */
}

.serviceCard:hover .cardLay {
    z-index: 9;
}

.customer .carousel-inner {
    position: relative;
    width: 350px;
    overflow: hidden;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.customer .carousel-indicators [data-bs-target] {
    background-color: #212529;
}

.customer .carousel-indicators {
    bottom: auto;
}

.customer .carousel-item {
    margin-right: 0px !important;
    height: 300px;
}

.cstmrFace {
    display: flex;
    justify-content: center;
}

.cstmrFace img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.fdbck {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: none !important;
    max-width: 500px;
    /* height: 300px; */
}

.customerSlide {
    max-width: 500px;
    width: calc(100% - 50px);
    margin-left: auto;
    margin-right: auto;
}

.slideInner {
    max-width: 500px;
}

.slideInner .card {
    border: none;
}

.upNav .navbar-toggler:focus {
    box-shadow: none;
}

.sgHeader h4 {
    font-weight: 700;
}

.sgRow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.btn-mnthly {
    border: 1px solid #e76f51;
}

.btn-onetime {
    border: 1px solid #fb8500;
}

.sgBlock {
    /* border:1px solid antiquewhite; */
    max-width: 800px;
    margin: auto;
}

.sgBtnWrap {
    display: flex;
    padding-left: 25px;
}

.sgRow .btn-mnthly:focus {
    box-shadow: 0 0 0 0.25rem rgb(231 111 81 / 25%);
    color: #e76f51;
}

.sgRow .btn-onetime:focus {
    box-shadow: 0 0 0 0.25rem rgb(251 133 0 / 25%);
    color: #fb8500;
}

.sgBlockHead h5 {
    width: fit-content;
    font-weight: 600;
    font-size: 1rem;
}

input:focus {
    box-shadow: none !important;
}

.plnCrdImg img {
    width: 60px;
}

.plnCrdHead p {
    font-size: 1.1rem;
    font-weight: 600;
    color: #545454;
    margin-bottom: 0.3rem;
}

.plnCrdTxt p {
    color: #545454;
}

.plnRow .card {
    border: none !important;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: #F9F4F0;
}

.plnRow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.plnHead h4 {
    font-weight: 700;
}

.planningWrap {
    background-color: #F9F4F0;
}

.socialIcon .fa {
    font-size: 1.3rem;
    cursor: pointer;
}

.navbar-nav img {
    width: 130px;
}

.footerLogo {
    max-width: 150px;
}

@media only screen and (max-width: 991px) {
    .dropdown-menu {
        border: none;
        background-color: #f8f9fa;
    }

    .show {
        display: block !important;
        flex-direction: column;
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }

    .show ul {
        margin-left: 0px !important;
    }
}

.h_100 {
    height: 100%;
}

footer {
    /* position: fixed; */
    left: 0;
    right: 0;
    bottom: 0;
}

.reverse .customRow {
    flex-direction: row-reverse !important;
    /* background-color: #FFE7CC; */
}

.signupModal input {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0px !important;
}


/* textarea {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0px !important;
} */

.bg_theme_orange {
    background: #ebe2db;
}

.bg_theme_blue {
    background: #bde0fe2e;
}

textarea:focus {
    box-shadow: none !important;
}

.modal-content {
    border-color: transparent;
}

.modalClose {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 99;
    cursor: pointer;
}

.contactImg img {
    max-height: 500px;
    width: 100%;
}

.contactForm {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contactForm textarea {
    max-height: 170px;
    overflow: hidden
}

#usermobile::-webkit-outer-spin-button,
#usermobile::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

#usermobile[type=number] {
    -moz-appearance: textfield;
}

.show {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.dropdown .show {
    flex-direction: row;
}

.dropdown .show i {
    margin-top: 5px;
    margin-left: 5px;
}

.contactBanner {
    max-height: 500px;
    position: relative;
}

.contactBanner img {
    max-height: 500px;
    width: 100%;
}

.cntctPage {
    justify-content: center;
    margin-top: 2rem;
}

.flex_main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.image-fluid {
    width: 100%;
    max-height: 100%;
}

.info_icon {
    width: 30px;
    max-height: 100%;
}

.info_name {
    text-align: center;
}

.info_name h5 {
    font-weight: 700;
}

.office_info .card {
    background-color: transparent;
    border: none;
}

.infoSection .infoPanel:nth-child(even) {
    flex-direction: row-reverse;
}

.service_list li {
    list-style: none !important;
    margin: 1rem 0px;
}

.service_list a {
    text-decoration: none !important;
    color: rgb(19, 18, 18);
    /* font-weight: 600; */
}

.service_list a:hover {
    text-decoration: none !important;
    color: #DF731D;
}

.service_list h5 {
    font-weight: 600;
}


/* .cntctPage input {
    border: none;
    border-radius: 0px !important;
    border-bottom: 1px solid #ced4da;
}

.cntctPage input:focus .conuLabel {
    color: #D4A373;
}

.cntctPage input:focus:not([readonly])+label {
    color: #D4A373;
    font-size: 1.3rem;
    padding-left: 0px !important;
    margin-bottom: 5px;
}

.cntctPage input:focus:not([readonly]) {
    box-shadow: 0 1px 0 0 #D4A373;
    border-bottom: 1px solid #D4A373;
} */

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: 1;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.7rem;
    padding-bottom: .25rem;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

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

.btn-outline-custmRed {
    color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-custmRed:focus {
    outline: none;
    box-shadow: none;
    color: #E74C3C;
    border-color: #E74C3C;
}

.btn-outline-custmRed:hover {
    color: #E74C3C;
    border-color: #E74C3C;
}

.btn_theme {
    box-shadow: none;
    color: #D4A373 !important;
    border-color: #D4A373 !important;
}

.btn_theme:hover {
    box-shadow: none;
    color: #ffffff !important;
    background-color: #d1985f !important;
}

.btn_theme:focus {
    box-shadow: none;
    color: #d1985f !important;
    border-color: #d1985f !important;
}

.btn_theme_solid {
    box-shadow: none;
    background-color: #d1985f !important;
    color: #fff !important;
    border-color: #d1985f !important;
}

.btn_theme_hover {
    box-shadow: none;
    color: #D4A373 !important;
    border-color: #D4A373 !important;
}

.btn_theme_hover:hover {
    box-shadow: none;
    background-color: #d1985f !important;
    color: #fff !important;
    border-color: #d1985f !important;
}

.btn_theme_hover:focus {
    box-shadow: none;
    background-color: #d1985f !important;
    color: #fff !important;
    border-color: #d1985f !important;
}

select:focus {
    box-shadow: none !important;
}

.btn-outline-custm {
    color: #d1985f !important;
    border-color: #d1985f;
}

.btn-outline-custm:focus {
    box-shadow: none;
    color: #D4A373 !important;
    border-color: #D4A373 !important;
}

.btn-outline-custm:hover {
    color: #fff !important;
    background: #D4A373;
    border-color: #e47404 !important;
}

.otpinput input:focus {
    border: none;
    border-bottom: 1px solid #ced4da;
    outline: none;
}

.srvc_crd_headr {
    font-weight: 600;
    opacity: 0.8
}

.otpinput input {
    margin: 10px;
    height: 35px;
    width: 45px;
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: none;
    text-align: center;
    font-size: 1.1rem;
}

.otpModal {
    width: fit-content;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00000096;
}

.cardLay button:hover {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.cardLay button:focus {
    box-shadow: none !important;
    outline: none !important;
}


/* ................................................... */

button:focus,
input:focus,
textarea:focus,
select:focus {
    outline: none;
}

.tabs {
    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    overflow: hidden;
}

.tabs [class^="tab"] label,
.tabs [class*=" tab"] label {
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1em;
    padding: 2rem 0;
    text-align: center;
}

.tabs [class^="tab"] [type="radio"],
.tabs [class*=" tab"] [type="radio"] {
    border-bottom: 1px solid rgba(239, 237, 239, 0.5);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tabs [class^="tab"] [type="radio"]:hover,
.tabs [class^="tab"] [type="radio"]:focus,
.tabs [class*=" tab"] [type="radio"]:hover,
.tabs [class*=" tab"] [type="radio"]:focus {
    border-bottom: 1px solid #fb8500;
}

.tabs [class^="tab"] [type="radio"]:checked,
.tabs [class*=" tab"] [type="radio"]:checked {
    border-bottom: 2px solid #e76f51;
}

.tabs [class^="tab"] [type="radio"]:checked+div,
.tabs [class*=" tab"] [type="radio"]:checked+div {
    opacity: 1;
}

.tabs [class^="tab"] [type="radio"]+div,
.tabs [class*=" tab"] [type="radio"]+div {
    display: block;
    opacity: 0;
    padding: 2rem 0;
    width: 90%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tabs .tab-2 {
    width: 50%;
}

.tabs .tab-2 [type="radio"]+div {
    width: 200%;
    margin-left: 200%;
}

.tabs .tab-2 [type="radio"]:checked+div {
    margin-left: 0;
}

.tabs .tab-2:last-child [type="radio"]+div {
    margin-left: 100%;
}

.tabs .tab-2:last-child [type="radio"]:checked+div {
    margin-left: -100%;
}


/* 
input[type="checkbox"]:checked + label {
    color: #fb8500 !important;
  }
input:checked + label {
color: red;
}
input[type="checkbox"]:checked + label {
color: red;
} */

.btn:focus {
    box-shadow: none;
}

.srvcMenu {
    margin-top: 15px;
    /* border-top: 1px solid #D4A373; */
}

.sipValue {
    /* display: flex; */
}

.btn_close {
    position: absolute;
    right: -55px;
    top: -55px;
    background: #f0f8ffbf;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
}


/* 
.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: white;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

#main-content {
    position: absolute;
    color: black;
    left: 0;
    top:4.8%;
    height:95.2%;
    width:100%;
} */

.pr {
    position: relative !important;
}

.mheader {
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F9F4F0;
}

.mheader h5 {
    font-size: 1.7rem;
    font-weight: 600;
}

.noBorder {
    border: none !important;
}

.sipValueRow {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sipValueRow h5:first-child {
    opacity: 0.8;
    color: #98661b;
}

.sipValueRow h5:last-child {
    opacity: 0.9;
    font-size: 1.5rem;
    font-weight: 900;
    color: #9a5d00;
}

.moreCalcLink a {
    text-decoration: none;
    margin: auto;
}

.moreCalcLink {
    display: flex;
}

#annuity_chart {
    width: auto !important;
    height: auto !important;
    max-width: 400px !important;
    /* max-height: 400px !important; */
}

.annuityResultSec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.annuity_calc {
    background-color: #F9F4F0;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.antResRow p {
    font-size: 1.3rem;
    color: #696969;
}

.antResRow h5 {
    font-size: 1.3rem;
    color: #696969;
    font-weight: 600;
}

.annuityHeader h3 {
    color: #0d6efd;
    font-weight: 600;
    opacity: 0.8;
}

#annuityRes {
    display: none;
}


/* Meetings CSS */

.tab {
    overflow: hidden;
    background-color: #9FC1F4;
}


/* Style the buttons inside the tab */

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    font-size: 1.1rem;
    font-weight: 600;
    color: aliceblue;
}


/* Change background color of buttons on hover */

.tab button:hover {
    background-color: #77A4E5;
}


/* Create an active/current tablink class */

.tab button.active {
    background-color: #77A4E5;
}


/* Style the tab content */

.tabcontent {
    display: none;
    border: 1px solid rgb(223, 219, 219);
    border-top: none;
}

.meetingsHead p {
    font-size: 1.1rem;
    color: #737070;
}

.meetingsHead h1 {
    color: #737070;
    font-weight: 600;
}

#upcmng_mntg {
    display: block;
}

.tabcontent {
    min-height: 500px;
}


/* .dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
} */

.drpdn {
    position: relative;
    display: inline-block;
}

.drpdn-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    /* min-width: 160px; */
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    right: 0;
}

.drpdn-content a {
    color: black;
    padding: 6px 25px;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.drpdn-content p {
    margin-bottom: 0px !important;
    margin-left: 10px;
}

.drpdn-content a:hover {
    background-color: #f1f1f1
}

.drpdn:hover .drpdn-content {
    display: block;
}

.manage_meetings {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.manage_meetings a {
    text-decoration: none;
    color: #000;
}

.modal_header .btn-close {
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: 99;
}

.modal_header .btn_clse {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 999999;
    font-size: 1.3rem;
    background: #198754;
    padding: 5px 10px;
    border-bottom-left-radius: 20px;
    color: aliceblue;
}

.modal_header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal_title {
    color: #383838;
    font-weight: 600;
}

.meetingsMain .yellow {
    border: 1px solid #F1C40F;
    padding: 0.2rem 0.5rem;
    border-radius: 5px;
    color: #F1C40F !important;
}

.meetingsMain .green {
    border: 1px solid #27AE60;
    padding: 0.2rem 0.5rem;
    border-radius: 5px;
    color: #27AE60 !important;
}

.meetingsMain .red {
    border: 1px solid #E74C3C;
    padding: 0.2rem 0.5rem;
    border-radius: 5px;
    color: #E74C3C !important;
}

.meet_row h6 {
    margin-left: 1rem;
}

.view_modal .modal-dialog {
    max-width: 750px;
}

.view_modal .meet_row {
    padding-left: 15px;
    padding-right: 15px;
    min-width: 30%;
    margin-bottom: 1rem;
}

.view_modal .meetinfo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}


/* .modal-body::after {
    content: "";
    flex: auto;
  } */

.meetnote {
    max-height: 350px;
}

.plnRow .card:hover {
    cursor: pointer;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    -moz-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    z-index: 1;
}

.plnRow .card {
    transition: all 0.3s ease-in-out;
    padding: 0.6rem !important;
}

.edu_age_page {
    position: relative;
    background: #fff;
    width: auto;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: none;
}

.res_bck {
    display: none;
    cursor: pointer;
}

.d-none {
    display: none;
}

.menu_active {
    /* background-color: #538b4a; */
}

.menu_active a {
    color: #66AA59 !important;
}

.visible_fade {
    visibility: visible;
}

.red {
    color: rgb(219, 99, 99);
}


/* Snakebar */

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

.home_loan_ResultSec {
    /* background: rgba(0, 0, 0, 0.2); */
    display: none;
}

.input_plane {
    border: none;
}

.meeting_card {
    max-width: 300px;
    margin-right: 1rem;
    margin-bottom: 1rem;
    border-color: transparent;
    -webkit-box-shadow: 0px 0px 80px -54px rgb(209 152 95);
    -moz-box-shadow: 0px 0px 80px -54px rgb(209 152 95);
    box-shadow: 0px 0px 80px -54px rgb(209 152 95);
}


/* .cmText{
    
} */

.cmText p {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cmText h5 {
    font-size: 22px;
    font-weight: 600;
    opacity: 0.8;
}

.meetingDate h6 {
    margin-bottom: 0px !important;
}

.meeting_bg {
    background: aliceblue;
}

.nowrap {
    white-space: nowrap;
}

.search_bar {
    border: 1px solid #ced4da;
    display: flex;
    white-space: nowrap;
    align-items: center;
    height: fit-content;
    padding-left: 10px;
    border-radius: 25px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
}

.search_input {
    border: none !important;
    min-width: 200px !important;
    transition: all 0.5s ease-in-out;
}

.calc_modal {
    overflow: hidden !important;
    border-radius: 5px !important;
    border: none !important;
}

.res_bold {
    font-weight: 600;
    opacity: 1 !important;
}

.calc_modal h5 {
    font-size: 1.1rem;
    opacity: 0.8;
}

.sgBlockHead h6 {
    font-weight: 700;
}

.kfage {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.modhead h4 {
    font-weight: 600;
    opacity: 0.6;
}

.edu_cals_page {
    display: none;
}


/* .hl_sip_result{
    display: none;
} */

.hl_sip_input {
    display: none;
}

.rcvr_sbmt_btn {
    display: none;
}

.close_right {
    position: absolute;
    right: -2rem;
    top: -2rem;
    z-index: 9;
    font-size: x-large;
}

#doc_thumbnail {
    background-color: transparent !important;
}

.img_row .card {
    background-color: transparent !important;
}

.wfc {
    width: fit-content;
}

.w_200px {
    width: 200px;
}

.imgbg_miting {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.1;
    z-index: -1;
}

.meeting_main h5 {
    font-weight: 700;
}

.meeting_main h6 {
    font-weight: 700;
}

.meeting_main .custom_card {
    position: relative;
    display: flex;
    flex-direction: row;
    min-width: 0;
    word-wrap: break-word;
    /* background-color: #fff; */
    background-clip: border-box;
    justify-content: space-between;
    border-radius: .25rem;
    width: 100%;
}

.plnCrdTxt p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.home_loan_ResultSec {
    display: none;
}

.d-none {
    display: none !important;
}

.car_loan_result {
    display: none;
}

.bg_svg {
    position: relative;
}

.pl_result {
    display: none;
}

.contact_form input {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
}

.contact_form input:focus {
    border-color: #e86904 !important;
}

.theme_light {
    background: #F9F4F0;
}

.contact_form input {
    background: #F9F4F0 !important;
}

.contact_form input:focus {
    background: #F9F4F0 !important;
}

.serviceBanner {
    height: 50vh;
}

#exampleModal .modal-dialog {
    max-width: 500px !important;
    margin: auto;
}

@media screen and (max-width: 500px) {
    .serviceBanner {
        height: 37vh;
    }

    #exampleModal .modal-dialog {
        max-width: 95vw !important;
        margin: auto;
    }

    .office_info {
        justify-content: center !important;
    }
}

.service_card .card {
    border: none;
    background-color: transparent;
}

.service_card h5 {
    margin-top: 1rem;
}

.banner_text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1312127d;
    display: flex;
    align-items: center;
}

.morph_white {
    position: absolute;
    background: #f0f8ff8a;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    backdrop-filter: blur(8px);
}

.modal-dialog {
    max-width: 900px;
}

.exprt_slider .card {
    margin-right: 2rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    border: none;
    border-radius: 5px;
    overflow: hidden;
}

.exprt_slider img {
    width: 100%;
    max-height: 200px;
}

.exprt_slider .slick-next::before {
    font-family: slick;
    font-size: 25px;
    line-height: 1;
    opacity: .75;
    color: #e76f51;
    -webkit-font-smoothing: antialiased;
}

.exprt_slider .slick-prev::before {
    font-family: slick;
    font-size: 25px;
    line-height: 1;
    opacity: .75;
    color: #e76f51;
    -webkit-font-smoothing: antialiased;
}

.the-datepicker__select {
    display: block;
    width: 100%;
    padding: .375rem 0.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url('../../images/vector/dd.svg');
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.the-datepicker__container {
    width: 100%;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    border: none !important;
    outline: none !important;
}

.the-datepicker__calendar {
    width: 100%
}

.the-datepicker__month {
    width: 110px !important;
}

.the-datepicker__year {
    width: 100px !important;
}

.the-datepicker__navigation {
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    justify-content: space-between;
    align-items: center;
}

.the-datepicker__state {
    display: flex !important;
    flex-direction: row;
    white-space: nowrap;
    justify-content: space-between;
    align-items: center;
}

.the-datepicker__deselect {
    top: 5px !important;
    right: 0 !important;
}

.fmli_mmbr th {
    border: none !important;
}

.fmli_mmbr td {
    border: none !important;
}

.fmli_mmbr {
    display: none;
    margin-top: 2rem;
    padding: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    transition: all 2s linear 0s;
}

.fmli_mmbr_btn {
    display: none;
    margin-left: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.fa-youtube-play {
    color: #FF0000 !important;
    font-size: 3rem !important;
}

.slider_logo {
    max-width: 100%;
    max-height: 100%;
}

.slidelogos .slick-track {
    display: flex !important;
    align-items: center;
}

.slidelogos .slick-slide {
    margin-right: 1rem;
}

.slidelogos .slick-slide:last-child {
    margin-right: 0rem;
}

.cmpny_logo {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.arrowWrapleft {
    position: absolute;
    top: 35%;
    z-index: 999;
    left: -70px;
    background: #f9cd92;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrowWrapright {
    position: absolute;
    top: 35%;
    z-index: 999;
    right: -70px;
    background: #f9cd92;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.my_cstm {
    margin-top: 8rem;
    margin-bottom: 8rem;
}

.know_more_modal {}


/* Aspect Ratio */


/* .aspct16_9{
    padding-top: 56.25%;
} */

.aspct16_9 {
    padding-top: 35.25%;
}

.aspct_1_1 {
    padding-top: 100%;
}

.aspct_4_3 {
    padding-top: 75%;
}

.aspct_3_2 {
    padding-top: 66.66%;
}

.aspct_8_5 {
    padding-top: 62.5%;
}

.pa {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.elssChart {
    height: 300px;
}

.km_dialog::-webkit-scrollbar {
    width: 2px;
}

.km_dialog::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.km_dialog::-webkit-scrollbar-thumb {
    background: #888;
}

.km_dialog::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.w-50 {
    width: 50%;
}

.op7 {
    opacity: 0.7;
}

.op8 {
    opacity: 0.8;
}

.op9 {
    opacity: 0.9;
}

.socialIcon i {
    transition: all 0.5s ease-in-out;
}

.socialIcon i:hover {
    color: #fff;
    transform: scale(1.5);
    background: -webkit-radial-gradient(33% 100% circle, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
    background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* footer a {
    text-decoration: none;
    color: #fff;
} */

footer a {
    position: relative;
    display: inline-block;
    font-size: 1em;
    font-weight: 500;
    color: #fff;
    overflow: hidden;
    background: linear-gradient(to right, var(--theme_light), var(--theme_light) 50%, #fff 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 0.5s ease;
    text-decoration: none;
}

footer a:hover {
    background-position: 0 100%;
}

.mim_bold {
    font-size: 1rem;
    color: #5c5c5c;
}

.user_dtd_btn {
    max-width: 300px;
}

#crow_pitcher {
    max-height: 300px;
    max-width: 100%;
}

.youtube_link {
    text-decoration: none !important;
    margin-left: 1rem;
}

.youtube_link i {
    color: red;
    font-size: 2rem;
}

button:hover {
    box-shadow: none !important;
}

button:focus {
    box-shadow: none !important;
}


/* Timeline */


/* Timeline */

@media (max-width: 768px) {
    .modalPadding {
        padding: 1rem,
    }
}

@media (min-width: 768px) {
    .timeline {
        width: 750px;
    }

    .modalPadding {
        padding: 1.5rem,
    }
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.timeline:before {
    content: "";
    bottom: 0;
    top: 0;
    left: 50%;
    position: absolute;
    background-color: #eee;
    width: 3px;
    margin-left: -1.5px;
}

.timeline>li {
    margin-bottom: 20px;
    position: relative;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}


/* Timeline Token */

.timeline-token {
    color: white;
    background-color: var(--theme_light);
    position: absolute;
    left: 50%;
    top: 9px;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    line-height: 42px;
    font-size: 1.4em;
    text-align: center;
    margin-left: -20px;
    border-radius: 50%;
}

.team_img img {
    width: 125px;
    height: 125px;
    border-radius: 100px;
}

.our_team_slide .slick-slide {
    margin-right: 2rem !important;
}

.km_btn {
    /* position: absolute;
    bottom: 1rem;
    right: 1rem; */
}

#conuPorpose {
    background: #F9F4F0;
}

.adsText {
    padding: 1rem !important;
}

.paper_sm {
    border: none !important;
    height: 78px !important;
    resize: none;
    background: transparent !important;
    margin: auto !important;
}

.paper {
    border: none !important;
    resize: none;
    background: transparent !important;
    min-height: 300px;
    max-height: 500px;
    height: auto !important;
    width: 100% !important;
}

.paperKnowmore {
    border: none !important;
    resize: none;
    background: transparent !important;
    min-height: 190px;
    max-height: 500px;
    height: auto !important;
    width: 100% !important;
}

.ImageArea {
    height: 200px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.paper::-webkit-scrollbar {
    width: 1px;
}

.paper::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.paper::-webkit-scrollbar-thumb {
    background: #F9F4F0;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.paper::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.invest_panel_img {
    max-height: 500px;
}