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

/*================================== COMMON CSS ==================================*/
/*-------- Margin CSS --------*/
.mt-6 {
    margin-top: 3.5rem;
}

.mt-7 {
    margin-top: 4.5rem;
}

.mt-20 {
    margin-top: 20%;
}

/*----------- width CSS -------*/
.w-10 {
    width: 10%;
}

.w-20 {
    width: 20%;
}

.w-80 {
    width: 80%;
}

.w-90 {
    width: 90%;
}

/*------------ Font Weight css ------------*/
.f-400 {
    font-weight: 400 !important;
}

.f-500 {
    font-weight: 500 !important;
}

.f-600 {
    font-weight: 600 !important;
}

.f-700 {
    font-weight: 700 !important;
}

/*---------- Font Size -------------*/
.fs-14 {
    font-size: 14px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-80 {
    font-size: 80px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-28 {
    font-size: 28px;
}

.fs-40 {
    font-size: 40px;
}

.fs-58 {
    font-size: 58px;
}

.char_space_3 {
    letter-spacing: 3px;
}

.char_space_1 {
    letter-spacing: 1px;
}
.t_58{
    top: 58% !important;
}
/*------------ Background css -------------*/
header .dropdown-item.active,
header .dropdown-item:active {
    color: #fff !important;
}

/* header .dropdown-item:hover {
    background-color: transparent !important;
} */

.gren_gradient_background {
    background: linear-gradient(180deg, #24B0B3 0%, #074A56 100%);
}

.bg_green_dark,
header .dropdown-item.active,
header .dropdown-item:active {
    background: #054450 !important;
}

.bg_green {
    background: #158081;
}

.bg_blue {
    background-color: #4B55A2 !important;
}
.blue-text{
    color: #4B55A2 !important;
}
.bg_dark_gray{
    background: #767676;
}
.text-green,
header .dropdown-item:hover {
    color: #158081;
}

.bg_green_dark {
    background: #054450 !important;
}

.text-dark {
    color: #054450 !important;
}

.gray-text {
    color: #767676;
}


.bg_orange {
    background: #EE8033;
}

.blue_text {
    color: #4B55A2 !important;
}

.transp_bg_white {
    background-color: rgba(252, 252, 252, 0.85) !important;

}

.link.text-black {
    color: #000000 !important;

}

/*-------------- DropShadow --------------*/
.card_shadow {
    box-shadow: 0px 0px 75px 0px #0000001A;
}

.small_shadow {
    -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.05);
}

.normal_shadow {
    box-shadow: 0px 1px 55px 0px #00000040;
}

/*--------------- Border-Radius ----------------*/
.border-radius-10 {
    border-radius: 10px !important;
}

.round_btn {
    border-radius: 50px;
}

/*-------- links ---------*/
.normal_links {
    color: #000 !important;
    text-decoration: none !important;
}

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

/*---------   SLIDER -------*/
.slider_content .items .card {
    -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.05);
    margin: 10px 15px;
}

.small_img_box {
    width: 68px;
}

.border-radius-100 {
    border-radius: 100%;
}

.slider .slick-next:before {
    content: '\f105' !important;
    font-family: "Font Awesome 5 Free";
    color: #000 !important;
    font-weight: 600;
    font-size: 18px;
}

.slider .slick-prev:before {
    content: '\f104' !important;
    font-family: "Font Awesome 5 Free";
    color: #000 !important;
    font-weight: 600;
    font-size: 18px;
}

.slider .slick-arrow {
    background-color: #fff !important;
    border-radius: 100px;
    height: 32px;
    width: 32px;

}

.slider .slick-arrow:hover {
    background: #054450 !important;
}

.slider .slick-arrow:hover::before {
    color: #fff !important;
}

.small_sq_box {
    width: 90px;
    height: 90px;
}

.section_padding {
    padding: 0px 0px 50px 0px;
}

.big_before_back {
    position: relative;
}

.big_before_back::before {
    content: '';
    display: block;
    width: 70%;
    height: 100%;
    background: #054450;
    position: absolute;
    border-top-right-radius: 100px;
    top: -10px;
}

.left-right-background::after {
    content: '';
    display: block;
    background-image: url(../img/front/img_traingles.png);
    width: 146px;
    height: 30px;
    position: absolute;
    left: 20px;
    top: 14px;
}

.left-right-background::before {
    content: '';
    display: block;
    background-image: url(../img/front/img_traingles.png);
    width: 146px;
    height: 30px;
    position: absolute;
    right: 20px;
    z-index: 999;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    bottom: 0px;
}

/*================================== END COMMON CSS ==================================*/

.banner,
.innerpage_section {
    position: relative;
    /* padding-top: 20px;
    padding-bottom: 20px; */
}

.banner::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
/*    background-image: url(../img/front/front_back_img.jpg);*/
    background-image: url(../img/front/home_banner.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

/* .innerpage_section::before {
    content: '';
    display: block;
    width: 100%;
    height: 392px;
    background-image: url(../img/front/header_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
} */

.header_back {
    box-shadow: 0px 0px 55px 0px #0000001C;
    background-color: #054450;

    border-radius: 0px !important;
}

.listing {
    padding: 0px;
    margin: 0px;
}

.listing li {
    list-style: none;
}

.listing.vertical li {
    float: left;

}

.list_left_border {
    border-right: 1px solid #D9D9D9;
}
.nav-bar-home-menu:hover{
    color:#000000 !important;
    }
.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    position: relative;
    padding: 5px 20px;
}
.navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(255 255 255 / 90%) !important;
    
}
.navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link:hover {
    color: #000;
}
 
.navbar-expand-lg .navbar-nav .nav-link::before {
    content: '';
    height: 30px;
    width: 30px;
/*    background: rgba(20, 128, 130, 0.21);*/
    position: absolute;
/*    border-radius: 100px;*/
    left: 8px;
    top: 2px;
    opacity: 0;

} 
.nav-item:hover{
background-color:#e5bf24;
border-radius: 10px;
/*color:#ffffff;*/
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
/*    color: #158081;*/
}

.navbar-expand-lg .navbar-nav .nav-link:hover::before {
    display: block;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
    opacity: 1;
}

.navbar-expand-lg .navbar-nav .list_child .nav-link:hover::before {
    display: none;
}

.list_child a {
    background: #054450;
    color: #fff !important;
    border-radius: 100px;
    padding: 15px 24px !important;
    display: block;
    letter-spacing: 2px;
}

.header_box {
  
    z-index: 999;
    width: 100%;
 
}

.row_box,
.mt-10per {
    margin-top: 10%;
}

.banner_text {
    font-size: 50px; /* 70px; */
    font-weight: 700;
}

.banner_img {
    position: relative;
    top: 20px;
}

.banner_card_text {
    position: relative;
    margin-top: -12%;
}

.slider_content .items .card .btn {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section_title h5 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;

}

.section_title span::before {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background-color: #000;
    position: absolute;
    right: -82px;
    top: 11px;
}

.normal_btn_space {
    padding: 10px 44px;
}

.card_dot_background::after {
    content: '';
    background-image: url(../img/front/img_dots.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 121px;
    height: 79px;
    position: absolute;
    top: -43px;
    left: -25px;
    z-index: -1;
}

.card_dot_background::before {
    content: '';
    background-image: url(../img/front/img_dots.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 121px;
    height: 79px;
    position: absolute;
    bottom: -43px;
    right: -25px;
    z-index: -1;
}

.card-icon::before {
    content: '';
    display: block;
    background-image: url(../img/front/shape_yellow.png);
    background-size: contain;
    width: 60px;
    height: 60px;
    position: absolute;
    top: -45px;
    left: 28px;
}

.footer {
    padding: 18px 0px 14px 0px;
}

.footer .social-icon-list li {
    padding: 0px 25px;
    display: inline-block;
}

.footer .social-icon-list li:first-child {
    padding-left: 0px !important;
}

.footer .title {
    border-bottom: 4px solid #fff;
    padding-bottom: 10px;
    position: relative;
}

.footer .title::before {
    content: '';
    display: block;
    background: #158081;
    width: 30%;
    height: 4px;
    position: absolute;
    left: 0px;
    z-index: 99;
    bottom: -4px;

}

.innerpage_section_padding {
    padding-top: 12%;
}

.footer_listing li a:hover>h5 {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
    padding-left: 15px;
}

.section_gray_background {
    position: relative;
}

.section_gray_background::after,
.section_gray_background::before {
    content: '';
    display: block;
    background-color: #000;
    opacity: 0.05;
    width: 50%;
    height: 100%;
    top: 0px;
    position: absolute;
    top: 0px;
    z-index: -1;

}

.section_gray_background::after {
    border-top-right-radius: 0px;
}

.section_gray_background::before {
    right: 0px;
    border-top-left-radius: 0px;
}

.map_background {
    min-height: 164px;
}

.map_background::before {
    content: '';
    display: block;
    background-image: url(../img/front/map_maharashtra.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: 6px;
    width: 160px;
    height: 160px;
    position: absolute;
    top: 11px;
    right: 10px;
}

.arrow_bottom_btn {
    position: absolute;
    bottom: 10px;
    right: 10px;

}



header .navbar-expand-lg .navbar-nav .dropdown-menu.show {
    -webkit-box-shadow: 0 1px 25px 0 #00000057;
    box-shadow: 0 1px 25px 0 #00000057;
    border-radius: 10px;
    border: none;
}

header .dropdown-item {
    font-size: 16px;
    font-weight: 500;
}

.form-control,.select2-container{
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #DADADA !important;
     border-radius: 5px;
    height: 36px;
    font-size: 14px !important;
    color: #000;
    padding: 3px 15px !important;
}
.form-group .select2-container.select2-container--open{
    border-radius: 10px !important;

}
.select2-container--open .select2-dropdown{
    top: -2px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
border:none !important;
border-radius: 10px !important; 
padding:5px !important;

}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #158081 !important;
    border-width: 0 7px 6px 7px !important;
}
.form-group .select2-container{
    width: 100% !important;
}
.select2-container--default .select2-selection--single{
    border:none !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top:9px !important;
    right: 9px !important;
}

.form-control::placeholder {
    color: #767676 !important;
    font-style: italic;
}

.form-control:-moz-placeholder {
    color: #767676 !important;
    font-style: italic;
}

.form-control::-moz-placeholder {
    color: #767676 !important;
    font-style: italic;
}

.form-control:-ms-input-placeholder {
    color: #767676 !important;
    font-style: italic;
}

.form-control::-webkit-input-placeholder {
    color: #767676 !important;
    font-style: italic;
}

/*============================  START RESPONSIVE ============================*/
@media only screen and (max-width: 806px) {
    .w-m-10 {
        width: 10%;
    }

    .w-m-20 {
        width: 20%;
    }

    .w-m-80 {
        width: 80%;
    }

    .w-m-90 {
        width: 90;
    }
    .login_content_box{
        padding: 20px !important;
    }

}

@media only screen and (min-width: 768px) {
    .header_back {
        border-radius: 100px;
    }

    header .container-fluid {
        width: 90%;
    }

    .mt-mins {
        margin-top: -50px;
    }
    .login_content_box {
        padding: 65px;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px){
    .login_content_box{
        padding: 30px !important;
    }
}
/*---------signup-step-------------*/
.bg-color {
    background-color: #333;
}

.signup-step-container {
    padding: 150px 0px;
    padding-bottom: 60px;
}
.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}

.wizard>div.wizard-inner {
    position: relative;
    margin-bottom: 70px;
    text-align: center;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 75%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 1;
}

.wizard .nav-tabs>li.active>a,
.wizard .nav-tabs>li.active>a:hover,
.wizard .nav-tabs>li.active>a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 999;
    position: relative;
    left: 11px;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd;
}

span.round-tab i {
    color: #555555;
}

.wizard {
    margin-top: 2%;
}
.wizard .tab-pane,.wizard .nav-tabs>li:after,.wizard li.active span.round-tab,.wizard li span.round-tab  {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
}
.wizard li.active span.round-tab,.wizard li span.round-tab  {
    background: #158081;
    color: #fff;
    border-color: #158081;
    
}
.wizard li.active::after{
    background: #158081 !important;
 
} 
.wizard li.active span.round-tab i,.wizard li span.round-tab i  {
    color: #5bc0de;
}
.wizard li.disabled span.round-tab{
    background: #D9D9D9;
    color:#767676;
    border:1px solid #D9D9D9;

}
.wizard .nav-tabs>li.active>a i {
    color: #158081;
}

.wizard .nav-tabs>li {
    width: 25%;
    position: relative;
}

.wizard .nav-tabs>li:after {
    content: " ";
    position: absolute;
    left: 53%;
    background: #158081;
    width: 100%;
    height: 3px;
    top: 13px;
  
}
.wizard .nav-tabs>li.disabled:after{
    background: #D9D9D9 !important;

}
.wizard .nav-tabs>li:last-child::after {
  
    width: 5%;
   
}


.wizard .nav-tabs>li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}

.wizard .nav-tabs>li a i {
    position: absolute;
    bottom: -49px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 52%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 700;
    color: #158081;
}
.wizard .nav-tabs>li.disabled a i{
    color: #767676;
}
.wizard .nav-tabs>li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 10px;
}


.wizard h3 {
    margin-top: 0;
}

.prev-step,
.next-step {
   
    padding: 12px 50px;
    border: none;
    border-radius: 40px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.next-step {
    background-color: #054450;
    color:#fff !important;
}

.skip-btn {
    background-color: #cec12d;
}

.step-head {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    }
    @-webkit-keyframes slideInLeft {
    0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
    }
    100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    }
    }
    @keyframes slideInLeft {
    0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
    }
    100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    }
    }   
    label{
        font-weight: 500;
    }
    .custom-file{
        height: auto !important;
    }
    .custom-file button{
        padding: 10px 30px !important;
        text-transform: uppercase;
        background: #054450 !important;

    }
    .custom-file input:disabled{
        background-color: #fff !important;
    }
    .normal-btn-size{
        padding:10px 24px !important;
        
    }
    .small_round_btn{
        height: 30px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff !important;
        font-size: 14px;

    }
    .over_lay{
        position: absolute;
    right: 13px;
    top: 8px;
    }
    .custom-control-label::before {
        background-color: #f1f2ec;
        border: 2px solid #000;
        height: 23px;
        width: 23px;
     
        box-sizing: border-box;
        left: -30px !important;
        top: 1px;
      }
      
      .custom-control-input:checked ~ .custom-control-label::before {
      
        color: #000;
        border-color: #000;
        background-color: #f1f2ec;
      }
      
      .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
        content: "⬤";
        left: -20.5px;
        top: 1.5px;
        color: #000;
      }
      
      .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
        content: '\f00c';
        color: #000;
        position: absolute;
        top: 1px;
        left: -26.5px;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
      }
      
      .custom-checkbox .custom-control-input[indeterminate] ~ .custom-control-label::after {
        color: #000;
        background-image: none;
        background-color: #000;
        position: absolute;
        height: 2px;
        width: 14px;
        top: 13px;
        left: -20.5px;
      }
.captcha img{
    width: 100% !important;
}
.show-pass{
    position:absolute;
    right: 18px;
    top: 44px;

}
.bhumiabhilekh-btn:hover {
    background: #e5bf24 !important;
    color: #000 !important;
}
@media only screen and (max-width: 778px){
    .wizard .nav-tabs>li{
        align-items: center;
    }
    .login_box .wizard .nav-tabs>li a i{
        /* white-space: inherit; */
        /* bottom: -88px */
        display: none;
    }
    .login_box .wizard>div.wizard-inner{
        margin-bottom: 32px;
    }
}
@media only screen and ( max-width: 1066px){
    .header_box{
        margin-top:10px;
    }
}
/* New css (Priyansha ) */

    .topheader {
        background-color: #01303c;
        width: 100%;
    }
 
    .topmenu {
        height: 100%;
        padding: 5px 0px;
        align-items: center;
        display: flex;
        justify-content: space-between;
    }
    .topmenu .leftmenu {
        display: flex;
        color: #fff;
        justify-content: space-between;
    }
    .social-icons {
        text-align: center;
        font-family: "Open Sans";
        font-weight: 300;
        font-size: 1.5em;
        color: #448aaf;
    }
    .social-icons ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .social-icons ul li {
        display: inline-block !important;
        zoom: 1;
        display: inline;
        vertical-align: middle;
    }
    .social-icons ul li a {
        display: block;
        font-size: 22px;
        margin: 0 5px;
        text-decoration: none;
    }
    .social-icons ul li a i {
        color: #fff;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }
    .rightmenu ul {
        margin-bottom: 0px;
    }
    .rightmenu ul li {
        display: inline-block;
    }
    .rightmenu ul li a {
        color: #fff;
        margin-left: 15px;
        text-decoration: none;
    }
    .dropdown-item {
        display: block;
        width: 100%;
       padding: 5px 15px;
        clear: both;
        font-weight: 400;
        color: #a7afb7;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }
    .popOver {
      position: absolute;
    width: 425px;
    right: 16px;
    top: 47px;
    background: #e1e1e1;
    padding: 16px 18px;
    z-index: 9999;
    border-radius: 6px;
}
.popOver_menu_container{
    width: 100%;
 
    overflow: auto;
    height: 235px;
    padding-right: 5px;

}
.popOver_menu_container::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.popOver_menu_container::-webkit-scrollbar-track {
  /* background: #e1e1e1;
  border-radius: 1rem;
  border:1px solid #ccc; */
   
      box-shadow: inset 0 0 5px grey;
    border-radius: 10px;

}

/* Handle */
.popOver_menu_container::-webkit-scrollbar-thumb {
  background: #158081;
  border-radius: 1rem;

}

/* Handle on hover */
.popOver_menu_container::-webkit-scrollbar-thumb:hover {
  background:#e5bf24;
  
}
.top-header-submenu {
  font-size: 20px;
    padding: 10px 11px;
    border-radius: 4px;
    margin-bottom: 24px;
}


.collapse-btn::after {
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
    float: right;
    margin-left: 0.5rem;
    margin-top: 0.5rem;
    }
  /* toggle btn css start */
  .switch {
  position: relative;
  display: inline-block;
  width: 50px;
    height: 23px;
  margin-bottom:0px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.toggle-slider:before {
  position: absolute;
  content: "";
  height: 16px;
    width: 17px;
    left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .toggle-slider {
  background-color: #2196F3;
}

input:focus + .toggle-slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .toggle-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded toggle-sliders */
.toggle-slider.round {
  border-radius: 34px;
}

.toggle-slider.round:before {
  border-radius: 50%;
}
.fs-13{
  font-size:14px;
  padding: 4px 0px 0px;
}
.fontbtn {
    display: inline-flex;
    background: #ddd;
    color: #fff;
    padding: 5px 9px;
    border: none;
    /* border-radius: 50%; */
}
.sub-icons i{
  font-size: 9px;
    padding: 7px 0px;
 
}
.margin-top-5{
  margin-top:-5px;
}

.popOver_footer.text-right {
    border-top: 1px solid #f3f3f3;
    padding: 0.6875rem;
}
.collapse-icons{
  float: right;
    padding: 5px 17px 0px 1px;
    font-size: 13px;
}
.dropdown-border-top{
  border-top: 1px solid #ccc !important;
}
.dropDown_text{
  color:White;
}
.dropDown_text:hover{
  color:#000000 !important;
  background-color: #e5bf24 !important;  
  border-radius: 10px;
}

.bg-light-green{
    background-color: #158081;
}
 .sidebar p{
/*color:white !important;*/
}

.top-language-dropdown{
    background-color: #e9ecef !important;
  }
  .top-language-dropdown.active, .top-language-dropdown:active{
    background-color: #e9ecef !important;
  }
  .top-language-dropdown > option:hover{
    background-color: #e5bf24 !important;  
  }
/* new menu */
.menu-wrapper {
  position: relative;
  top: 36%;
   right:0px;
    display: block;
 
    margin-left: -15rem;
    display: block;
}

.land_record_about_menu {
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: center;

  -webkit-transition: all .8s ease-in-out;
   -moz-transition: all .8s ease-in-out;
   -o-transition: all .8s ease-in-out;
   -ms-transition: all .8s ease-in-out;
   transition: all .8s ease-in-out ;
}
.land_record_about_menu li {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 4rem;
  height: 80%;
  margin-top: -12rem;
  margin-left: -2rem;
  text-align: center;
}
.land_record_about_menu li.spin {
  z-index: 5;
}

.land_record_about_menu a {
  position: relative;
    display: flex;
    width: 120px;
    height: 120px;
    margin-top: -3.5rem;
    padding: 0px 3px 0px;
    border-radius: 100%;
    background: #054450 !important;
    transform: scale(1, 1);
    color: white;
    font-size: 14px;
    justify-content: center;
    align-items: center;
}
.land_record_about_menu a i {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
}
.land_record_about_menu.open {
  transform: scale(1);
}

.icon-holder {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 4rem;
  height: 100%;
}

.circle-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  display: none;
  width: 24rem;
  height: 24rem;
  margin: -12rem;
  padding: 1rem;
  transform: rotate(-90deg);
}
.circle-holder circle {
  width: 100%;
  height: 100%;
  stroke-width: 4rem;
  stroke-dasharray: 560;
  stroke-dashoffset: 560;
  stroke-linecap: round;
}

.menu-btn {
  position: absolute;
  top: 43.5%;
    left: 46%;
    transition: 0.2s;
    z-index: 10;
    display: block;
    width: 100px;
    height: 100px;
    margin: -2rem;
    padding: 4px 0px 4px;
    background: #158081;
    border: none;
    box-shadow: none;
    border-radius: 100%;
    text-align: center;
    color: white;
    line-height: 1.2;
    -webkit-appearance: none;
    -moz-appearance: none;

    animation-name: blink;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    
    font-size: 13px;
}
.menu-btn i {
  position: relative;
  z-index: 11;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 0.1rem;
  margin: 0 auto;
  background: #2c3e50;
}
.menu-btn i:nth-child(2) {
  margin: 0.34rem auto;
}
#closemenu{
  transform: rotate(10deg);
}
.ripple {
  position: absolute;
  top: -1rem;
  left: -1rem;
  z-index: 10;
  display: block;
  width: 6rem;
  height: 6rem;
  transform: scale(0.5);
  opacity: 0;
  border: 2rem solid white;
  border-radius: 100%;
}
.land_record_about_menu li:nth-child(1) {
  transform: rotate(0deg);
  transition-delay:700s;
}
.land_record_about_menu li:nth-child(1) a {
  transform: rotate(8deg);
  background: #2980b9;
}
.land_record_about_menu li:nth-child(2) {
  transform: rotate(60.5deg);
  transition-delay:0.200s;
}
.land_record_about_menu li:nth-child(2) a {
  transform: rotate(-52.5deg);

}
.land_record_about_menu li:nth-child(3) {
  transform: rotate(116deg);
}
.land_record_about_menu li:nth-child(3) a {
  transform: rotate(-107deg);
  background: #1abc9c;
}

.land_record_about_menu li:nth-child(4) {
  transform: rotate(178deg);
}
.land_record_about_menu li:nth-child(4) a {
  transform: rotate(-168deg);
  background: #f39c12;
}
.land_record_about_menu li:nth-child(5) {
  transform: rotate(300deg);

}
.land_record_about_menu li:nth-child(5) a {
  transform: rotate(-288deg);
  background: #8e44ad;
  
}
.land_record_about_menu li:nth-child(6) {
  transform: rotate(244deg);
  
}
.land_record_about_menu li:nth-child(6) a {
  transform: rotate(-235deg);

}
.bg-4 {
  background: #8e44ad;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
    opacity: 1;
  }
  80% {
    transform: rotate(360deg);
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    opacity: 0;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
    opacity: 1;
  }
  80% {
    transform: rotate(360deg);
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    opacity: 0;
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 560;
    stroke-width: 4rem;
  }
  80% {
    stroke-dashoffset: 0;
    stroke-width: 4rem;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-width: 6rem;
    opacity: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 560;
    stroke-width: 4rem;
  }
  80% {
    stroke-dashoffset: 0;
    stroke-width: 4rem;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-width: 6rem;
    opacity: 0;
  }
}


@-webkit-keyframes middle {
  0% {
    opacity: 1;
    left: 0;
  }
  100% {
    opacity: 0;
    left: -4rem;
  }
}

@-webkit-keyframes top-down {
  0% {
    top: 0;
    transform: rotate(0);
  }
  100% {
    top: 0.35rem;
    transform: rotate(-45deg);
  }
}
@keyframes top-down {
  0% {
    top: 0;
    transform: rotate(0);
  }
  100% {
    top: 0.35rem;
    transform: rotate(-45deg);
  }
}
@-webkit-keyframes down-top {
  0% {
    top: 0;
    transform: rotate(0);
  }
  100% {
    top: -0.4rem;
    transform: rotate(45deg);
  }
}
@keyframes down-top {
  0% {
    top: 0;
    transform: rotate(0);
  }
  100% {
    top: -0.4rem;
    transform: rotate(45deg);
  }
}
@-webkit-keyframes ripples {
  0% {
    opacity: 1;
    transform: scale(0.5);
    border-width: 3rem;
  }
  100% {
    opacity: 0.5;
    transform: scale(1);
    border-width: 0rem;
  }
}


@keyframes blink {
  0% {
    box-shadow: 0 0 1px 10px #174c565e;
  }
  50% {
    box-shadow: 0px 0px 1px 0 transparent;
  }
  100% {
    box-shadow: 0 0 1px 10px #0544505e;

  }
}
.top_title_Api{
  line-height:30px;
  line-height: 62px;
    font-weight: 600;
    width: 71%;
    float: right;
}


.login-img{
    background-image: url(../img/login_citizen_bg.png);
    background-size: 100% 100%;
}


/* meghana code */
.card-header .title {
    font-size: 17px;
    color: #000;
    }
    .card-header .accicon {
    float: right;
    font-size: 20px;  
    width: 1.2em;
    }
    .card-header{
    cursor: pointer;
    border-bottom: none;
    }
    .card{
    border: 1px solid #ddd;
    }
    /* .card-body{
    border-top: 1px solid #ddd;
    } */
    .card-header:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
    }
