:root {
    --dark_theme_bg: #141414;
    --dark_bg: #272727;
    --txt_clr: #272727;
    --txt_white: #ffffff;
    --bg_white: #ffffff;
    --primary_txt: #F0F0F0;
    --secondary_txt: #F2F2F2;
    --dark_shadow: 3px 3px 4px rgba(255, 255, 255, 0.35);
    --txt_blue: #2C91FE;
    --linear_bg: linear-gradient(180deg, #272727 3.95%, #373737 92.1%);
}

body[data-theme="dark-theme"] {
    position: relative;
    background-color: var(--dark_theme_bg);
    transition: 0.2s linear;
}


body[data-theme="dark-theme"] .dark-toggle .moon {
    background: url('https://pre-prod.bajajcapitalinsurance.com/images/moon-light.svg') no-repeat;
    top: 4px !important;
    right: 4px !important;
}

body[data-theme="dark-theme"] .dark-toggle .sun {
    background: url('https://pre-prod.bajajcapitalinsurance.com/images/sun-light.svg') no-repeat;
}

body[data-theme="dark-theme"] .dark-toggle .checkbox-label,
body[data-theme="dark-theme"] .mauticform-row .mauticform-input {
    background: #272727;
}

body[data-theme="dark-theme"] .dark-toggle .checkbox-label .ball {
    background-color: #4C4C4C;
}

body[data-theme="dark-theme"] header.header-container-wrapper .main-header,
body[data-theme="dark-theme"] header .dropdown-menu.show,
body[data-theme="dark-theme"] header .dropdown .dropdown-menu a,
body[data-theme="dark-theme"] header .mobile-header,
body[data-theme="dark-theme"] header .sidebar-menu .mobile-logo,
body[data-theme="dark-theme"] header .sidebar-menu .overlay .close_btn:before,
body[data-theme="dark-theme"] header .sidebar-menu .overlay .close_btn:after,
body[data-theme="dark-theme"] header .sidebar-menu .menu-content,
body[data-theme="dark-theme"] header .sidebar-menu .menu-content ul.main-nav>li>a,
body[data-theme="dark-theme"] .footer-container-wrapper,
body[data-theme="dark-theme"] .numbers,
body[data-theme="dark-theme"] .partners .partner-grid .partner-outer,
body[data-theme="dark-theme"] .trusted-partner .partner-card,
body[data-theme="dark-theme"] .custom-form,
body[data-theme="dark-theme"] .custom-form .form-control,
body[data-theme="dark-theme"] .complaint .form-control,
body[data-theme="dark-theme"] .complaint .textarea,
body[data-theme="dark-theme"] .complaint .card,
body[data-theme="dark-theme"] .custom-accordian .card .card-header h5 .button,
body[data-theme="dark-theme"] .custom-accordian .card .card-header,
body[data-theme="dark-theme"] .branch-locater select,
body[data-theme="dark-theme"] .complaint select,
body[data-theme="dark-theme"] .complaint textarea,
body[data-theme="dark-theme"] header .sidebar-menu .menu-content ul li a {
    background-color: var(--dark_bg);
}

body[data-theme="dark-theme"] .partners .partner-grid .partner-outer {
    border-color: var(--dark_bg);
}

body[data-theme="dark-theme"] .capital,
body[data-theme="dark-theme"] .nav-tabs .nav-link.active {
    background: var(--dark_bg);
}

body[data-theme="dark-theme"] .capital .cap-card,
body[data-theme="dark-theme"] select option,
body[data-theme="dark-theme"] .branch-locater select option {
    background: var(--dark_theme_bg);
}

body[data-theme="dark-theme"] .home_banner .entry_cnt .cards .card {
    background-color: var(--dark_bg);
    border: 0px;
}

body[data-theme="dark-theme"] header.header-container-wrapper .main-header .main-nav>ul>li>a,
body[data-theme="dark-theme"] header .custom-dropdown,
body[data-theme="dark-theme"] header .dropdown .dropdown-menu a,
body[data-theme="dark-theme"] header .sidebar-menu .menu-content ul.main-nav>li>a,
body[data-theme="dark-theme"] .footer-container-wrapper .footer-logo p,
body[data-theme="dark-theme"] .footer-container-wrapper .description,
body[data-theme="dark-theme"] .footer-container-wrapper p.copyright,
body[data-theme="dark-theme"] .footer-container-wrapper a,
body[data-theme="dark-theme"] .nav-tabs .nav-link.active,
body[data-theme="dark-theme"] header .sidebar-menu .menu-content ul li a {
    color: var(--txt_white);
}

body[data-theme="dark-theme"] .nav-tabs .nav-link.active,
body[data-theme="dark-theme"] .complaint .form-control,
body[data-theme="dark-theme"] .complaint .textarea {
    color: var(--txt_white) !important;
}

body[data-theme="dark-theme"] header .sidebar-menu .overlay .close_btn:before {
    color: var(--txt_clr);
}

body[data-theme="dark-theme"] header .sidebar-menu .menu-content .col-md ul li a,
body[data-theme="dark-theme"] .home_banner .entry_cnt .heading,
body[data-theme="dark-theme"] .home_banner .entry_cnt .desc,
body[data-theme="dark-theme"] .custom-form .form-control,
body[data-theme="dark-theme"] .leadform .head {
    color: var(--txt_white);
}

body[data-theme="dark-theme"] .home_banner .obj_blue_left,
body[data-theme="dark-theme"] .home_banner .obj_wheat,
body[data-theme="dark-theme"] .about_orangeleft,
body[data-theme="dark-theme"] .contact_orangecenter,
body[data-theme="dark-theme"] .about_orangecenter,
body[data-theme="dark-theme"] .about_orangeright,
body[data-theme="dark-theme"] .about_orangemidleft,
body[data-theme="dark-theme"] .benefits::before,
body[data-theme="dark-theme"] .login_orangeright,
body[data-theme="dark-theme"] .login_orangeleft,
body[data-theme="dark-theme"] .partners::before,
body[data-theme="dark-theme"] .partners::after,
body[data-theme="dark-theme"] .faqs .obj_faq_yellow,
body[data-theme="dark-theme"] .trusted-partner::before,
body[data-theme="dark-theme"] .lead_orangeleft,
body[data-theme="dark-theme"] .lead_orangeright {
    opacity: 0.4;
}

body[data-theme="dark-theme"] .home_banner .entry_cnt .cards .card:hover {
    box-shadow: var(--dark_shadow);
}

body[data-theme="dark-theme"] .home_banner .entry_cnt .cards .card .heading,
body[data-theme="dark-theme"] .benefits h3,
body[data-theme="dark-theme"] .faqs .heading,
body[data-theme="dark-theme"] .accordion-item-header,
body[data-theme="dark-theme"] .trusted-partner h3,
body[data-theme="dark-theme"] .trusted-partner .partner-card p,
body[data-theme="dark-theme"] .about .own_story .own_story_data .heading h2,
body[data-theme="dark-theme"] .about .our-leader .heading,
body[data-theme="dark-theme"] .about .our-leader .details ul li,
body[data-theme="dark-theme"] .about .our-leader .name,
body[data-theme="dark-theme"] .capital .cap-card .cap-data .heading,
body[data-theme="dark-theme"] .custom-heading-contact,
body[data-theme="dark-theme"] .custom-form *,
body[data-theme="dark-theme"] .custom-form .form-group label,
body[data-theme="dark-theme"] .sub-content-contact,
body[data-theme="dark-theme"] .enq-contact,
body[data-theme="dark-theme"] .prenumber::before,
body[data-theme="dark-theme"] .complaint h5,
body[data-theme="dark-theme"] .complaint h1,
body[data-theme="dark-theme"] .complaint *,
body[data-theme="dark-theme"] .complaint .form-group label,
body[data-theme="dark-theme"] .footer-container-wrapper .footer-nav ul li.annual,
body[data-theme="dark-theme"] .branch-locater h2,
body[data-theme="dark-theme"] .branch-locater p,
body[data-theme="dark-theme"] .branch-locater select,
body[data-theme="dark-theme"] .mobile-header .mobile-header-links .hamburger-menu {
    color: var(--primary_txt);
}

body[data-theme="dark-theme"] .home_banner .entry_cnt .cards .card .text,
body[data-theme="dark-theme"] .numbers .content,
body[data-theme="dark-theme"] .benefits ul li,
body[data-theme="dark-theme"] .accordion-item-body-content,
body[data-theme="dark-theme"] .about .own_story .own_story_data .content p,
body[data-theme="dark-theme"] .about .our-leader .designation,
body[data-theme="dark-theme"] .about .our-leader .content,
body[data-theme="dark-theme"] .capital .heading h3,
body[data-theme="dark-theme"] .capital .cap-card .cap-data .text {
    color: var(--secondary_txt);
}

body[data-theme="dark-theme"] .accordion-item {
    background-color: transparent;
}

body[data-theme="dark-theme"] .accordion-item-header {
    border-color: var(--secondary_txt);
}

body[data-theme="dark-theme"] .about .about_banner {
    background: var(--linear_bg);
}

body[data-theme="dark-theme"] .footer-container-wrapper hr,
body[data-theme="dark-theme"] .footer-container-wrapper .footer-bottom-pane {
    border-top-color: var(--primary_txt);
}

body[data-theme="dark-theme"] #mauticform_newgettermquote_i_agree_and_understand_th .mauticform-label {
    left: 15px;
    background-color: #272727;
    top: -2px;
}

body[data-theme="dark-theme"] #mauticform_checkboxgrp_checkbox_i_agree_and_understand_th_Yes0 {

    position: relative;
    left: -10px;
}

body[data-theme="dark-theme"] .footer-container-wrapper .footer-logo p,
body[data-theme="dark-theme"] .footer-container-wrapper .description,
body[data-theme="dark-theme"] .footer-container-wrapper p.copyright,
body[data-theme="dark-theme"] .complaint *,
body[data-theme="dark-theme"] .card>.card-header [data-toggle="collapse"]:after,
body[data-theme="dark-theme"] .branch-locater select option {
    color: var(--txt_white) !important;
}

body[data-theme="dark-theme"] .partners .partner-grid .partner-outer img {
    background: var(--txt_white);
    height: 80%;
    object-fit: contain;
    border-radius: 4px;
    padding: 0px 10px;

}

@media screen and (max-width: 767px) {
    body[data-theme="dark-theme"] .numbers {
        background: var(--dark_bg) !important;
    }

    body[data-theme="dark-theme"] .numbers h4 {
        color: var(--primary_txt);
    }
}

body[data-theme="dark-theme"] .dark-toggle .ball {
    transform: translateX(28px);
}

body[data-theme="dark-theme"] .footer-container-wrapper h4 {
    font-weight: 900;
}

.complaint .card-img-top {
    padding: 15px !important;
}

body[data-theme="dark-theme"] .complaint .card-img-top {
    background-color: var(--bg_white);
    margin-top: 1rem;
}

.dropdown .custom-dropdown {
    padding-left: 15px;
}

.full_ht {
    height: calc(100vh - 78px);
}

.mobile-header .mobile-logo {
    position: relative;
    left: -20px;
}

@media only screen and (min-width: 993px) and (max-width: 1024px) {
    .dark-toggle {
        top: 15rem !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .dark-toggle {
        top: 10rem !important;
    }
}

@media screen and (max-width:767px) {
    .dark-toggle {
        top: 15rem !important;
    }

    body[data-theme="dark-theme"] .complaint .nav-tabs a.nav-link {
        background-color: var(--dark_theme_bg);
        color: var(--txt_white)
    }

    body[data-theme="dark-theme"] .complaint .nav-tabs a.nav-link.active {
        background-color: var(--dark_bg);
        color: var(--txt_white)
    }
}



/*dark button css*/
.dark-toggle {
    background: #1E1E1E;
    box-shadow: inset 0px -0.531498px 2.12599px #FA3946, inset 0px 1.063px 2.12599px #1C75BC;
    border-radius: 55px;
    width: fit-content;
    margin: auto;
    position: absolute;
    left: auto;
    right: 3vw;
    top: 10vw;
    z-index: 9;
    transform: rotate(90deg);
}

.dark-toggle input[type=checkbox]:checked+label::before {
    display: none;
}

.dark-toggle input[type=checkbox]:checked+label::after {
    display: none;
}

.dark-toggle .checkbox {
    opacity: 0;
    position: absolute;
}

.dark-toggle .checkbox-label {
    /* background-color: #111; */
    width: 60px;
    height: 30px;
    border-radius: 50px;
    position: relative;
    padding: 5px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #EAEAEA;
    box-shadow: inset 0px -0.531498px 2.12599px #FA3946, inset 0px 1.063px 2.12599px #1C75BC;
    margin-bottom: 0px;
}

.dark-toggle .moon {
    position: absolute;
    top: 5px;
    left: auto;
    right: 6px;
    background: url('https://pre-prod.bajajcapitalinsurance.com/images/moon.svg') no-repeat;
    background-size: contain;
    width: 20px;
    height: 16px;
    z-index: 9;
    transform: rotate(-90deg);

}

.dark-toggle .sun {
    position: absolute;
    top: 8px;
    left: 9px;
    right: 5px;
    background: url('https://pre-prod.bajajcapitalinsurance.com/images/sun.svg') no-repeat;
    background-size: contain;
    width: 20px;
    height: 15px;
    z-index: 9;
}

.dark-toggle .checkbox-label .ball {
    background-color: #C7C7C7;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 5px;
    top: 4px;
    border-radius: 50%;
    transition: transform 0.2s linear;
}

.dark-toggle {
    top: 10vw;
    right: 2vw;
    position: fixed !important;
}