/* @import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap'); */
@font-face {
    font-family: aahil;
    src: url(../font/Lato-Regular.ttf);
}

@font-face {
    font-family: anaya;
    src: url(../font/Lato-Bold.ttf);
}

@import url('jquery-ui.css');
@import "roundslider.min.css";
@import "grid.css";

.alignLeft {
    text-align: left;
}

a {
    text-decoration: none;
}

.fLeft {
    float: left;
}

.alignRight {
    text-align: right;
}

.fRight {
    float: right;
}

.acenter {
    text-align: center;
}

.container {
    position: relative;
}

* {
    margin: 0;
    padding: 0;
}

html,
body {
    color: #727272;
    height: 100%;
    width: 100%;
    /* font-family: 'Lato', sans-serif; */
    font-family: aahil;
    font-weight: 400;
    font-size: 16px;
    font-weight: 400;
    overscroll-behavior-x: none;

}

body {
    overflow-x: hidden;
    box-shadow: 0px 0px 6pxrgba(0, 0, 0, .35);
    background: rgba(246, 17, 90, 1);
    background: -moz-linear-gradient(left, rgba(246, 17, 90, 1) 0%, rgba(77, 30, 118, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(246, 17, 90, 1)), color-stop(100%, rgba(77, 30, 118, 1)));
    background: -webkit-linear-gradient(left, rgba(246, 17, 90, 1) 0%, rgba(77, 30, 118, 1) 100%);
    background: -o-linear-gradient(left, rgba(246, 17, 90, 1) 0%, rgba(77, 30, 118, 1) 100%);
    background: -ms-linear-gradient(left, rgba(246, 17, 90, 1) 0%, rgba(77, 30, 118, 1) 100%);
    background: linear-gradient(to right, rgba(246, 17, 90, 1) 0%, rgba(77, 30, 118, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6115a', endColorstr='#4d1e76', GradientType=1);
    padding-top: 61px;
    /* padding-top: 57px; */
}


/* Added by snehal */
.leftPageName img {
    width: 95px;
}

.body-bg-login {
    padding-top: 0px !important;
}

nav .dropdown {
    position: relative;
    display: inline-block;
}

nav .dropdown-content {
    display: none;
    /* display: block; */
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    border-radius: 10px;
    margin-left: -127px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

nav .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

nav .dropdown-content a:hover {
    background-color: #d8ccdf;
    color: #280071;
}

nav .dropdown:hover .dropdown-content {
    position: fixed;
    display: block;
}

/* .container{width:100%!important ;} */
/* end code */

.bodyBg {
    background: rgba(114, 13, 71, 0.2);
    /* Old Browsers */
    background: -moz-linear-gradient(left, rgba(114, 13, 71, 0.2) 0%, rgba(40, 0, 113, 0.2) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(114, 13, 71, 0.2)), color-stop(100%, rgba(40, 0, 113, 0.2)));
    /* Chrome, Safari4+ */
    background: -webkit-linear-gradient(left, rgba(114, 13, 71, 0.2) 0%, rgba(40, 0, 113, 0.2) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-grasdient(left, rgba(114, 13, 71, 0.2) 0%, rgba(40, 0, 113, 0.2) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(114, 13, 71, 0.2) 0%, rgba(40, 0, 113, 0.2) 100%);
    /* IE 10+ */
    /* background: linear-gradient(to right, rgba(114, 13, 71, 0.2) 0%, rgba(40, 0, 113, 0.2) 100%); */
    background: var(--home-background);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cdb3ce', endColorstr='#b3b1d4', GradientType=1);
    overflow-x: hidden;

}

.bodyBginternal {
    background: rgba(114, 13, 71, 0.2);
    /* Old Browsers */
    background: -moz-linear-gradient(left, rgba(114, 13, 71, 0.2) 0%, rgba(40, 0, 113, 0.2) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(114, 13, 71, 0.2)), color-stop(100%, rgba(40, 0, 113, 0.2)));
    /* Chrome, Safari4+ */
    background: -webkit-linear-gradient(left, rgba(114, 13, 71, 0.2) 0%, rgba(40, 0, 113, 0.2) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-grasdient(left, rgba(114, 13, 71, 0.2) 0%, rgba(40, 0, 113, 0.2) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(114, 13, 71, 0.2) 0%, rgba(40, 0, 113, 0.2) 100%);
    /* IE 10+ */
    /* background: linear-gradient(to right, rgba(114, 13, 71, 0.2) 0%, rgba(40, 0, 113, 0.2) 100%); */
    background: var(--common-background);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cdb3ce', endColorstr='#b3b1d4', GradientType=1);
    /* overflow-x: hidden; */

}

/*added by bhavesh*/
.container-fluid {
    position: relative;
    z-index: 0
}
/* added by abhishek*/
nav { 
    padding: 10px 15px;
    position: fixed;
    top: -100px;
    opacity: 0;
    z-index: 9;
    /* transition: all 1s ease-in; */
    /* border-bottom: 1px solid #e49ab1; */
    border-bottom: unset;
    width: 100%;
    /* background: #d5cce2; */
    background: var(--navcolor);
    /* box-shadow: 0px 5px 1px -5px #92889c; */
}

nav.active {
    top: 0px;
    opacity: 1;
}

nav::after {
    content: "";
    display: block;
    clear: both;
}

hgroup {
    float: right;
    margin: 2px 2px 2px 10px;
    position: relative;
}

aside {
    position: fixed;
    width: 280px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 96;
    display: none;
    background: rgba(255, 213, 222, 1);
    background: -moz-linear-gradient(left, rgba(255, 213, 222, 1) 0%, rgba(215, 211, 230, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 213, 222, 1)), color-stop(100%, rgba(215, 211, 230, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 213, 222, 1) 0%, rgba(215, 211, 230, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 213, 222, 1) 0%, rgba(215, 211, 230, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 213, 222, 1) 0%, rgba(215, 211, 230, 1) 100%);
    background: linear-gradient(to right, rgba(255, 213, 222, 1) 0%, rgba(215, 211, 230, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd5de', endColorstr='#d7d3e6', GradientType=1);
}

aside::before {
    content: "";
    display: block;
    height: 61px;
    background: rgba(246, 17, 90, 1);
    background: -moz-linear-gradient(left, rgba(246, 17, 90, 1) 0%, rgba(77, 30, 118, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(246, 17, 90, 1)), color-stop(100%, rgba(77, 30, 118, 1)));
    background: -webkit-linear-gradient(left, rgba(246, 17, 90, 1) 0%, rgba(77, 30, 118, 1) 100%);
    background: -o-linear-gradient(left, rgba(246, 17, 90, 1) 0%, rgba(77, 30, 118, 1) 100%);
    background: -ms-linear-gradient(left, rgba(246, 17, 90, 1) 0%, rgba(77, 30, 118, 1) 100%);
    background: linear-gradient(to right, rgba(246, 17, 90, 1) 0%, rgba(77, 30, 118, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6115a', endColorstr='#4d1e76', GradientType=1);
    padding-left: 20px;
}

aside::after {
    content: "";
    background: url("../images/logo2.png") center center no-repeat;
    width: 158px;
    height: 65px;
    position: absolute;
    right: 10px;
    top: 0;
    background-size: 100%;
}

aside a {
    display: block;
    padding: 12px 18px;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    /* border-bottom: 1px solid #e49ab1; */
}

.toggle-wrap {
    padding: 10px 10px 10px 2px;
    position: fixed;
    cursor: pointer;
    float: left;
    /*disable selection*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1155;
    left: 10px;
    top: 10px;
}

.toggle-bar,
.toggle-bar::before,
.toggle-bar::after,
.toggle-wrap.active .toggle-bar,
.toggle-wrap.active .toggle-bar::before,
.toggle-wrap.active .toggle-bar::after {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.toggle-bar {
    width: 20px;
    margin: 8px 0;
    position: relative;
    border-top: var(--navtoggle);
    display: block;
}

.toggle-bar::before,
.toggle-bar::after {
    content: "";
    display: block;
    background: var(--nav-toggle);
    height: 3px;
    width: 20px;
    position: absolute;
    top: -10px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -ms-transform-origin: 13%;
    -webkit-transform-origin: 13%;
    transform-origin: 13%;
}

.newuser {
    font-size: 16px;
    font-weight: 500;
    color: var(--anchorlink-color);
    text-decoration: underline;
}

.newuser:hover {
    color: var(--anchorlink-color);
}

.toggle-bar::after {
    top: 4px;
}

.toggle-wrap.active .toggle-bar {
    border-top: 6px solid transparent;
}

.toggle-wrap.active .toggle-bar::before {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 24px;
    background: #fff;
}

.toggle-wrap.active .toggle-bar::after {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 24px;
    top: 1px;
    background: #fff;
}

.list_load {
    display: none;
    list-style: none;
    padding: 0;
}

.list_item {
    margin-left: -20px;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    border-bottom: 1px solid #e49ab1;
}

.list_item i {
    width: 26px;
    display: inline-block;
    float: initial;
    margin-right: 10px;
}

.list_item i img {
    width: 100%;
}

.list_item a {
    color: #fff;
    display: block;
    padding: 12px 15px;
    text-decoration: none;
    width: 100%;
    /* padding: 15px 0; */
    display: inline-block;
    color: #2d296b;
    list-style: none;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    font-family: anaya;
}

.list_item:hover {
    background: rgba(255, 255, 255, .2);
}

nav .rightIcons {
    float: right;
}

nav .rightIcons .iconBox {
    height: 37px;
    width: 37px;
    float: left;
    position: relative;
    color: #ffffff;
    display: table;
    text-align: center;
    padding-right: 10;
    margin-right: 1px;
}

nav .rightIcons .iconBox:before {
    content: "";
    width: 1px;
    height: 80%;
    position: absolute;
    right: -2px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: var(--vertical-line)
}

nav .rightIcons .iconBox a {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

nav .rightIcons .iconBox a i {
    text-align: center;
    position: absolute;
    right: 1px;
    top: 8px;
    background: #f28e0c;
    padding: 2px 3px;
    border: 1px solid #fff;
    font-size: 8px;
    font-weight: bold;
    font-family: anaya;
    border-radius: 10px;
    color: #fff;
    font-style: normal;
}

nav .rightIcons .profilePic {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-left: 5px;
    margin-top: 2px;
}

nav .rightIcons .profilePic img {
    width: 100%;
}

nav .leftPageName {
    float: left;
    position: relative;
    margin: 10px 0px 0px;
}

nav .leftPageName a {
    font-weight: 600;
    font-family: anaya;
    font-size: 16px;
    color: #004a8a !important;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 40px;
    position: relative;
    display: inline-block;
}

/* nav .leftPageName a::before {
    width: 23px;
    height: auto;
    content: '';
    background: url(../images/icons/icon_w_top_left_errow.png) no-repeat left center;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0;
    margin: auto;
    background-size: contain;
} */

nav .leftPageName.expa {
    margin: 0
}

input,
textarea,
button {
    outline: none;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    background: none;
}

#search_text_box {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    z-index: -1;
    opacity: 0;
    transform: translate3d(0, -100%, 0);
    will-change: opacity, transform;
    transition: opacity 0s, transform 0s;
}



@media only screen and (min-width:768px) {
    #search_text_box {
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    }
}

#search_text_box.showBox {
    transform: translate3d(0, 0, 0);
    z-index: 99999;
    transition: opacity .3s, transform .3s;
    opacity: 1;
}

@media only screen and (max-width:767px) {
    #search_text_box {
        top: 0;
    }

    #search_text_box.showBox~.header-container {
        display: none;
    }
}

#component__header #search_text_box .grid__12col {
    height: auto;
}

#search_text_box .search_section {
    width: 100%;
    position: relative;
}

#search_text_box .search_section::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url('../images/icons/icon_search_blue.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#search_text_box .search_section input {
    height: 30px;
    width: 100%;
    font-size: 16px;
    padding-right: 40px;
    color: #000;
    padding-left: 30px;
}

#search_text_box .search_section input::-ms-clear {
    display: none;
}

.sbi-show-mob {
    display: none;
}

@media only screen and (min-width:768px) {
    #search_text_box .search_section {
        padding: 15px 0px;
    }

    .next-back-butto button {
        width: 45%;
        padding: 0 !important;
    }

    .tab-width {
        width: 50%;
    }

    .bot-tab-width1 {
        width: 22%;
        padding: 0 10px;
    }

    .bot-tab-width2 {
        width: 28%;
    }

    .bottom-border {
        width: 100%;
    }

    .next-back-butto {
        border-top: 0;
    }
}

@media only screen and (max-width:768px) {

    /*nasa changes cart page*/
    /* .sbi-hide-mob{display: none;}
    .sbi-show-mob{display: block;} */
    .mob-cart-padding {
        padding: 0 5px;
    }

    /* .next-back-butto {
        text-align: center;
        margin: 0 !important; 
        border-top: 1px solid #95a5b5;
        padding: 15px 0;
    } */
    .bottom_fix {
        padding: 8px 5px !important;
    }

    .rm-padd-6 {
        padding: 0;
    }
}

@media only screen and (max-width:767px) {
    .sbi-hide-mob {
        display: none;
    }

    .sbi-show-mob {
        display: block;
    }

    /*nasa changes cart page*/
    .mob-cart-padding {
        padding: 0 5px;
    }

    .next-back-butto button {
        width: 47%;
        padding: 0 !important;
    }

    .next-back-butto {
        text-align: center;
        margin: 0 !important;
        border-top: 1px solid #95a5b5;
        padding: 15px 0;
    }

    .bottom_fix {
        padding: 8px 5px;
    }

    .rm-padd-6 {
        padding: 0 !important;
    }

    .view-more-btn {
        width: 158px !important;
        font-size: 13px;
    }

    /*nasa changes cart page*/

    #search_text_box .search_section {
        height: 70px;
    }

    #search_text_box .search_section::before {
        content: '';
        position: absolute;
        top: 25px;
        left: 0;
        width: 20px;
        height: 20px;
        background-image: url('../images/icons/icon_search_blue.svg');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
}

@media only screen and (max-width:767px) {
    #search_text_box .search_section input {
        height: 100%;
        padding-left: 30px;
    }

    .desktop {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) {
    .mobile {
        display: none !important;
    }

}

#close_search {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
}

/*Overlay*/
#black_overlay {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: none;
    transition: all 0.3s;
}

#black_overlay.showShadow {
    display: block;
}

.dmBox2 p {
    font-weight: 400;
    color: #2e2970;
    font-size: 16px;
}

.LoderWrp {
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    width: 100%;
    text-align: center;
    display: none;
}

.LoderWrp .logo {
    transition: all 2.5s ease-in-out;
    transform: scale(0);
}

.LoderWrp .logo.active {
    transform: scale(1);
}

.LoderWrp .leftTAnimation {
    position: absolute;
    left: -50%;
    top: -150px;
    width: 50%;
    transition: all 3s ease-in-out;
    text-align: left;
    opacity: 0;
}

.LoderWrp .leftTAnimation.active {
    left: 0px;
    opacity: 1;
}

.LoderWrp .leftRAnimation {
    position: absolute;
    right: -50%;
    top: -150px;
    width: 50%;
    transition: all 3s ease-in-out;
    text-align: right;
    opacity: 0;
}

.LoderWrp .leftRAnimation.active {
    right: 0px;
    opacity: 1;
}

.LoderWrp .leftHandAnimation {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -400px;
    margin: auto;
    max-width: 500px;
    width: 100%;
    opacity: 0;
    transition: all 2s ease-in-out;
}

.LoderWrp .leftHandAnimation.active {
    bottom: -300px;
    opacity: 1;
}

@media only screen and (max-width: 920px) {
    .LoderWrp .leftHandAnimation {
        left: 20%;
    }
}

@media only screen and (max-width: 720px) {
    .LoderWrp .leftHandAnimation {
        left: 10%;
    }
}

@media only screen and (max-width: 620px) {
    .LoderWrp .leftHandAnimation {
        left: 5%;
    }
}

@media only screen and (max-width: 520px) {
    .LoderWrp .leftTAnimation img {
        width: 45%;
    }

    .LoderWrp .leftRAnimation img {
        width: 45%;
    }

    .LoderWrp .leftHandAnimation {
        left: 0%;
    }

    .LoderWrp .leftHandAnimation img {
        width: 100%;
    }

    nav .leftPageName a {
        font-size: 14px;
        padding-left: 32px;
    }
}

.logoWrp {
    max-width: 440px;
    width: 100%;
    margin: 25% auto 50px;
    position: relative;
    text-align: center;
    transition: all 1s ease-in-out;
    opacity: 0;
}

.logoWrp.active {
    margin: 5% auto 50px;
    opacity: 1;
}

.logoWrp img {}

.loginWrp {
    max-width: 440px;
    width: 100%;
    margin: 0 auto 80px;
    position: relative;
    top: 200px;
    padding: 30px;
    box-shadow: 0px 0px 6pxrgba(0, 0, 0, .35);
    border-radius: 0;
    background: #fff;
    opacity: 0;
    transition: all 1s ease-in;
    display: none;
}

.loginWrp.active {
    display: block;
    top: 0px;
    opacity: 1;
}

.loginWrp .fList {
    margin: 0px 0px 0px;
    padding: 0px;
}

.loginWrp .fList li {
    list-style: none;
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: 100px;
    opacity: 0;
    transition: all 1s ease-in;
}

.loginWrp .fList li.active {
    margin-top: 0px;
    opacity: 1;
}

.loginWrp .fList li input {
    position: relative;
    width: 100%;
    border: none;
    margin-bottom: 25px;
    padding: 15px 10px 12px 45px;
    font-size: 16px;
    color: #2e296b;
    border-bottom: 1px solid #f3b6c7;
    font-weight: bold;
    font-family: anaya;
}

input#txtUsername {}

.loginWrp .fList li input.error {
    border-bottom: 1px solid rgba(255, 0, 0, 1);
}

.loginWrp .fList li input:hover,
.formFildsList li input:focus {
    outline: none;
}

.loginWrp .fList li input.iconU {
    background: url(../images/icons/icon_user.png) no-repeat 7px 13px;
}

.loginWrp .fList li input.iconP {
    background: url(../images/icons/icon_password.png) no-repeat 7px 13px;
}

.loginWrp .fList li .sbtn {
    min-width: 150px;
    width: 100%;
    text-align: center;
    color: #fff !important;
    font-size: 16px;
    float: none !important;
    background-color: #053c6d;
    border-radius: 5px;
    margin: 10px auto 5px auto;
    display: table;
    background-color: #2a2076;
    padding: 15px 30px 15px 15px !important;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #2c2a67;
    font-weight: bold;
    font-family: anaya;
}

.loginWrp .fList li .sbtn:hover {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
}

.loginWrp .fList li .sbtn.arrow {
    text-align: left;
    background: #2a2076 url(../images/icons/btn-arrow.png) right center no-repeat;
}

.loginWrp .fList li hr {
    border: none;
    border-bottom: 1px solid rgba(111, 111, 111, .3);
    margin: 30px 0px 10px;
}

.loginWrp .fList li .checkBoxWrap {
    margin-bottom: 0px;
    position: relative;
    text-align: left;
    display: inline-block;
    margin: 15px 0px 10px;
}

.loginWrp .fList li .checkBoxWrap input[type="checkbox"] {
    position: absolute;
    display: none;
}

.loginWrp .fList li .checkBoxWrap .checkBoxLabel {
    padding-left: 20px;
    font-size: 12px;
    line-height: 1.1em;
    position: relative;
    display: block;
    color: #003874;
    cursor: pointer;
}

.loginWrp .fList li .checkBoxWrap .checkBoxLabel .checkBox {
    height: 15px;
    width: 15px;
    position: absolute;
    left: 0;
    top: 0px;
    border: 1px solid #dadada;
    border-radius: 4px;
    cursor: pointer;
}

.loginWrp .fList li .checkBoxWrap input[type="checkbox"]:checked+.checkBoxLabel .checkBox::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 60%;
    height: 40%;
    border-bottom: 2px solid #0A3D6B;
    border-left: 2px solid #0A3D6B;
}

.savepass {
    width: 100%;
    position: relative;
    text-align: right;
    font-size: 14px;
    color: #727272;
    margin: -10px 0px 30px;
}

.savepass a {
    font-size: 14px;
    color: #727272;
    display: inline-block;
    margin: 0px 5px;
    text-decoration: none;
}

.loginWrp .fList li .tnc {
    width: 85%;
    position: relative;
    text-align: center;
    font-size: 14px;
    color: #9a9a9a;
    font-weight: 300;
    margin: 6px auto 15px;
    font-weight: 500;
}

.loginWrp .fList li .tnc:last-child {
    margin: 0px auto 10px;
}

.loginWrp .fList li .tnc a {
    font-size: 14px;
    color: #2a2076;
    text-decoration: none;
    font-weight: bold;
    font-family: anaya;
}

.lablelAnm .ffl-label {
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: ease;
    transition-delay: 0s;
    position: absolute;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    pointer-events: none;
    font-size: 16px;
    font-weight: 500;
    color: #727272;
    top: .25rem;
    padding-left: 45px;
    padding-top: 11px;
}

.lablelAnm.top2 .ffl-label {
    top: -2px;
}

.lablelAnm.ffl-floated .ffl-label {
    top: -3px;
    border-radius: 30%;
    padding: 0px 4px;
    margin-left: 37px;
    z-index: 1;
    color: #727272;
    font-size: 0.75rem;
}

.lablelAnm.pad0 .ffl-label {
    padding-left: 0px;
}

.lablelAnm.pad0.ffl-floated .ffl-label {
    margin-left: 0px;
}

.lablelAnm.seticon .ffl-label {
    padding-left: 40px;
}

.lablelAnm.seticon.ffl-floated .ffl-label {
    margin-left: 1px;
}

.lablelAnm2 .ffl-label {
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: ease;
    transition-delay: 0s;
    position: absolute;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    pointer-events: none;
    font-size: 16px;
    font-weight: 400;
    top: 0px;
    padding-left: 40px;
    padding-top: 7px;
    color: #727272;
}

.lablelAnm2 .ffl-label.fnt14 {
    font-size: 14px;
}

.lablelAnm2.floated .ffl-label {
    top: -5px;
    border-radius: 30%;
    padding: 0px 0px;
    margin-left: 37px;
    z-index: 1;
    color: #343434;
    font-size: 0.75rem;
}

.lablelAnm2.floated .ffl-label.nospace {
    margin-left: 0px !important;
}


.lablelAnm2.s_w_icon .ffl-label {
    padding-left: 0px;
    margin-left: 0;
}

.lablelAnm2.s_w_icona.floated .ffl-label {
    margin-left: 0px;
}

.lablelAnm2 .ffl-label.nospace {
    padding-left: 0px;
}

@media(max-width:480px) {
    .logoWrp {
        margin: 50% auto 50px;
    }

    .logoWrp.active {
        margin: 15% auto 15%;
        opacity: 1;
    }

    .loginWrp {
        max-width: 90%;
        width: 100%;
    }
}

@media(max-width:470px) {
    .loginWrp .fList li .tnc {
        width: 96%;
    }

    .loginWrp .fList li .tnc:last-child {
        margin: 0px auto 0px;
    }
}

.w6 {
    width: 50%;
}

/*icon_divider.jpg*/
.dashboard {
    position: relative;
}

.dashboard .headerWrp {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 50px 0px 30px;
}

.dashboard .headerWrp h2 {
    font-size: 22px;
    font-weight: 600;
    font-family: anaya;
    color: #d60d47;
    margin: 0px 0px 10px;
    font-style: italic;
}

.dashboard .headerWrp h3 {
    font-size: 18px;
    margin: 0px 0px 0px;
    color: #2a2076;
}

.dashboard .dProcess {
    position: relative;
    width: 100%;
    padding: 15px;
    text-align: center;
    margin: 0px 0px 30px;
    border: 1px solid #fff;
    background-color: rgba(256, 256, 256, 1);
    -webkit-box-shadow: -1px 12px 16px 3px rgba(173, 43, 80, 16%);
    -moz-box-shadow: -1px 12px 16px 3px rgba(173, 43, 80, 16%);
    box-shadow: -1px 12px 16px 3px rgb(173 43 80 / 12%);
    box-sizing: border-box;
    position: relative;
    display: table;
}

.dashboard .dProcess .dpBox {
    width: 33.33%;
    float: left;
    position: relative;
    padding: 10px 0px 0px;
    margin: 10px 0px 0px;
}

.dashboard .dProcess .dpBox:first-child {
    width: 100%;
    padding: 0px 0px;
    margin: 0px 0px;
}

.dashboard .dProcess .dpBox::after {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 2px;
    height: 100%;
    content: '';
    background: url(../images/icons/icon_v_divider.png) no-repeat center 10px;
}

.dashboard .dProcess .dpBox:first-child::after {
    position: absolute;
    right: inherit;
    left: 0px;
    top: inherit;
    bottom: 0px;
    width: 100%;
    height: 2px;
    content: '';
    background: url(../images/icons/icon_h_divider.png) no-repeat center 0px;
}

.dashboard .dProcess .dpBox:last-child::after {
    width: 0px;
    height: 0px;
}

.dashboard .dProcess .dpBox h2 {
    font-size: 50px;
    font-weight: 900;
    font-family: anaya;
    color: #d60d47;
    margin: 0px 0px 5px;
}

.dashboard .dProcess .dpBox h3 {
    font-size: 28px;
    font-weight: bold;
    font-family: anaya;
    margin: 0px 0px 5px;
    color: #280071;
}

/*.dashboard .dProcess .dpBox h3.colr2{color:#f57721;}
.dashboard .dProcess .dpBox h3.colr3{color:#e33333;}*/
.dashboard .dProcess .dpBox p {
    font-size: 15px;
    font-weight: 300;
    color: #280071;
    transition: all 1s ease-in;
    font-weight: 400;
}

.dashbmenu {
    position: relative;
    margin: 0px -15px 100px;
}

.dashbmenu .dMenu {
    position: relative;
    width: 100%;
    padding: 15px;
    text-align: center;
    margin: 0px 0px 30px;
    transform: scale(0);
    transition: all 1s ease-in;
    background: #00b4eb;
    border-radius: 0px;
    display: inline-block;
    opacity: 0;
    border: 1px solid #fff;
    background-color: rgba(256, 256, 256, 1);
    -webkit-box-shadow: -1px 12px 16px 3px rgba(173, 43, 80, 16%);
    -moz-box-shadow: -1px 12px 16px 3px rgba(173, 43, 80, 16%);
    box-shadow: -1px 12px 16px 3px rgb(173 43 80 / 12%);
    box-sizing: border-box;
    position: relative;
    display: table;
}

.dashbmenu .dMenu.active {
    opacity: 1;
    transform: scale(1);
}

.dashbmenu .dMenu.animate_pulse:hover {
    animation: pulse1 1s ease-in;
}

.dashbmenu .dMenu a {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.dashbmenu .dMenu .dMenuIcon {
    position: relative;
    width: 65px;
    height: 65px;
    background-color: #f5f7fa;
    clear: both;
    margin: 0px auto 10px auto;
    text-align: center;
    transition: all 1s ease-in;
    border-radius: 50%;
    padding: 12px 0;
}

.dashbmenu .dMenu .dMenuTitle {
    position: relative;
    width: 100%;
    clear: both;
    transition: all 1s ease-in;
    font-weight: bold;
    font-family: anaya;
    color: #2e276b;
    height: 27px;
}

.dashbmenu .dMenu .dMenuTitle p {
    font-size: 12px;
    color: #fff;
    margin: 0px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: anaya;
    color: #2e276b;
    line-height: 1.2em;
}


@-webkit-keyframes pulse1 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}


@keyframes pulse1 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes pulse2 {
    0% {
        -webkit-transform: scale(.86);
        transform: scale(.86)
    }

    50% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    to {
        -webkit-transform: scale(.86);
        transform: scale(.86)
    }
}

@keyframes pulse2 {
    0% {
        -webkit-transform: scale(.86);
        transform: scale(.86)
    }

    50% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    to {
        -webkit-transform: scale(.86);
        transform: scale(.86)
    }
}

@media(max-width:980px) {
    .dashbmenu .dMenu {
        padding: 15% 15px;
    }
}

@media(max-width:480px) {
    .dashbmenu .dMenu {
        padding: 10% 15px;
    }
}

@media(max-width:440px) {
    .dashboard .headerWrp {
        margin: 40px 0px 20px;
    }

    .dashbmenu .row {
        margin: 0px -7px;
    }

    .dmBox {
        padding: 0px 0px;
    }

    .dmBox2 {
        padding: 0px 7px;
    }

    .dashbmenu .dMenu {
        margin: 0px 0px 0px;
        padding: 10px 10px;
    }

    .dashbmenu .dMenu.active {
        opacity: 1;
        transform: scale(.86);
    }

    .dashbmenu .dMenu.animate_pulse:hover {
        animation: pulse2 1s ease-in;
    }

    .dashbmenu .dMenu .dMenuTitle {
        /* transform:scale(.8); */
    }

    .dashboard .dProcess .dpBox h2 {
        margin: 0px 0px 0px;
    }

}

@media(max-width:380px) {
    .dashboard .dProcess .dpBox h3 {
        margin: 0px 0px 0px;
    }

    .dashboard .dProcess .dpBox p {
        transform: scale(.9);
    }

    .dashboard .dProcess {
        padding: 10px;
    }


}

/*..........................profilepage Start................................*/

.profileWrp {
    position: relative;
    margin: 0px -15px 150px;
}

.profileWrp .headerWrp {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 40px 0px 30px;
}

.profileWrp .headerWrp .profPic {
    position: relative;
    width: 100%;
    clear: both;
    margin: 0px 0px 20px;
    text-align: center;
}

.profileWrp .headerWrp .profPic .circPP {
    width: 144px;
    height: 144px;
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
    box-shadow: 5px 10px 18px rgba(0, 0, 0, 0.15);
}

.profileWrp .headerWrp .profPic .circPP img {
    width: 100%;
}

.profileWrp .headerWrp .profPic .circPP2 {
    position: absolute;
    width: 2px;
    height: 144px;
    border-radius: 100%;
    display: inline-block;
}

.profileWrp .headerWrp .profPic .circPP2 .iconCamera {
    position: absolute;
    left: -32px;
    bottom: 12px;
    background: #2e276b;
    padding: 10px;
    border-radius: 100%;
    box-shadow: 5px 10px 18px rgba(0, 0, 0, 0.15);
}

.profileWrp .headerWrp .profPic .circPP2 .iconCamera img {
    margin-top: -5px;
}

.profileWrp .headerWrp h2 {
    font-size: 26px;
    font-weight: 600;
    font-family: anaya;
    color: #2e276b;
    margin: 0px 0px 25px;
}

.profileWrp .pDetails {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
}

.profileWrp .pDetails .pBox {
    width: 100%;
    clear: both;
    display: inline-block;
    border-bottom: 1px solid #e1adc1;
    padding: 10px 0px;
}

.profileWrp .pDetails .pBox:first-child {
    border-top: 1px solid #e1adc1;
}

.profileWrp .pDetails .pBox .pheading {
    width: 48%;
    color: #343434;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
}

.profileWrp .pDetails .pBox .pinfo {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    font-family: anaya;
    color: #2e276b;
    width: 48%;
}

.profileWrp .pDetails .pBox .pinfo a {
    position: absolute;
    right: -14px;
    top: -3px;
    z-index: 1;
}

.profileWrp .pDetails .pBox .pinfo input {
    width: 160px;
    padding-left: 40px;
    font-size: 18px;
    color: #2e276b;
}

.profileWrp .pDetails .pBox:last-child .pinfo::before {
    content: '+91';
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 18px;
    color: #2e276b;
}

.profileWrp .nextBtnWrp .btnWrp {
    width: auto
}


@media(max-width:480px) {
    .profileWrp .pDetails {
        /* overflow:auto; */
    }

    .pBoxResponsive {
        max-width: 400px;
        /* overflow:auto; */
    }

    .profileWrp .pDetails .pBox {
        /* border-bottom:1px solid #e1eff7; */
    }

    .profileWrp .pDetails .pBox:first-child {
        /* border-top:1px solid #e1eff7; */
    }
}

@media(max-width:374px) {
    .profileWrp .pDetails .pBox .pheading {
        font-size: 12px;
    }

    .profileWrp .pDetails .pBox .pinfo {
        font-size: 14px;
    }

    .profileWrp .pDetails .pBox .pinfo input {
        padding-left: 30px;
        font-size: 14px;
    }

    .profileWrp .pDetails .pBox:last-child .pinfo::before {
        font-size: 14px;
    }

}

/*........................profilepage  End................................*/


/*.............................personal-details Start...................................*/

.mydetails {
    position: relative;
    margin: 15px -15px 110px;
}

.tabWrap {

    width: 100%;
    margin: 0 auto 18px auto;
    display: table;
    /*border-radius: 50px; */
    overflow-x: scroll;
    overflow-y: auto;
    border: 0px solid rgba(156, 200, 255, .5);

    padding-bottom: 3px;
}

.tabWrap .tabs {
    background: #280071;
    width: 3px;
    position: absolute;
    right: 0;
    top: 0;
    height: 48px;
    z-index: 100;
    padding: 6px 16px 6px 15px;
    display: flex;
    display: table-cell;
    position: relative;
    /* transform: skew(359deg) scale(1.02); */
}

.tabWrap .tabs br {
    display: none;
}

.tabWrap .tabs span img {
    margin-right: 10px;
    width: 23px;
}

.tabWrap .tabs span {
    color: #ffffff;
    /* transform: skew(20deg); */
    display: inline-flex;
    font-size: 14px;
    line-height: 16px;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: relative;
    left: -7px;
    top: 17%;
    width: 100%;
}


.tabWrap .tabs:before {
    content: '';
    position: absolute;
    top: 0px;
    height: 48px;
    width: 23px;
    right: 0px;
    background: #280071 url("../images/icons/toptab-arrow.png") no-repeat right center;
}

.tabWrap .tabs:last-child:before {
    display: none
}

.tabWrap .tabs.active {
    background: #00a9e0;
    content: "";
}

.tabWrap .tabs.active:before {
    content: "";
    background: #00a9e0 url("../images/icons/toptab-active-arrow.png") no-repeat right center;
    width: 23px;
    position: absolute;
    right: 0px;
    top: 0;
    height: 48px;
    z-index: 100;
}

.tabWrap .tabs.complate:before {
    content: "";
    background: #00a9e0 url("../images/icons/toptab-complete-arrow.png") no-repeat right center;
    width: 23px;
    position: absolute;
    right: 0px;
    top: 0;
    height: 48px;
    z-index: 100;
}

.accordionWrapper {
    width: 100%;
    margin: 0 auto 15px auto;
}

.accordionWrapper .tabWrapper {
    margin-bottom: 10px;
}

.accordionWrapper .tabWrapper .accordionTab {
    cursor: pointer;
    display: flex;
    flex-flow: row;
    border-bottom: 1px solid #e49ab1;
    position: relative;
    padding: 10px 20px 10px 0px;
    align-items: center;
}

.accordionWrapper .tabWrapper .accordionTab .icon {
    padding: 4px;
    /* background:#00b4eb; */
    border-radius: 4px;
    margin: 0px 10px 0px 0px;
}

.accordionWrapper .tabWrapper .accordionTab .text {
    flex-grow: 1;
    text-align: left;
    font-size: 16px;
    color: #2a2076;
    text-transform: uppercase;
    font-weight: bold;
    font-family: anaya;
}

.accordionWrapper .tabWrapper .accordionTab .arrow {
    font-size: 0px;
    color: #00b7f5;
    position: absolute;
    right: 20px;
    top: 2px;
}

.accordionWrapper .tabWrapper .accordionTab .arrow::before {
    content: url(../images/icons/icon_dn_errow.png);
    position: absolute;
    left: 0px;
    top: 11px;
    font-size: 24px;
    color: #00b7f5;
}

.accordionWrapper .tabWrapper.active .accordionTab .arrow::before {
    content: url(../images/icons/icon_up_errow.png);
}

.accordionWrapper .tabWrapper .bodyContent {
    position: relative;
    background: #fff;
    /* border-radius:15px; */
    padding: 15px;
    margin: 15px 0px;
    overflow: hidden;
}

.accordionWrapper .tabWrapper.active .bodyContent {
    position: relative;
    /* box-shadow:0px 0px 21px rgba(0,0,0,.2); */
}

.accordionWrapper .tabWrapper .totalValue_Label {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
}

.accordionWrapper .tabWrapper .accordionTabTitle {
    cursor: pointer;
    display: flex;
    flex-flow: row;
    position: relative;
    padding: 0px 0px 25px;
    align-items: center;
}

.accordionWrapper .tabWrapper .accordionTabTitle .icon {
    padding: 4px;
    background: transparent;
    border-radius: 4px;
    margin: 0px 10px 0px 0px;
}

.accordionWrapper .tabWrapper .accordionTabTitle .text {
    flex-grow: 1;
    text-align: left;
    font-size: 16px;
    color: #2a2076;
    text-transform: uppercase;
}


.accordionWrapper-in {
    width: 100%;
    margin: 0 auto 15px auto;
}

.accordionWrapper-in .tabWrapper-in {
    margin-bottom: 0px;
}

.accordionWrapper-in .tabWrapper-in .accordionTab-in {
    cursor: pointer;
    display: flex;
    flex-flow: row;
    border-bottom: 1px solid #d4cce3;
    position: relative;
    padding: 10px 20px 10px 0px;
    align-items: center;
}

.accordionWrapper-in .tabWrapper-in .accordionTab-in .icon {
    padding: 4px;
    /* background:#00b4eb; */
    border-radius: 4px;
    margin: 0px 10px 0px 0px;
}

.accordionWrapper-in .tabWrapper-in .accordionTab-in .text {
    flex-grow: 1;
    text-align: left;
    font-size: 16px;
    color: #2a2076;
    text-transform: uppercase;
    font-weight: bold;
    font-family: anaya;
    padding-left: 20px;
    position: relative
}

.accordionWrapper-in .tabWrapper-in .accordionTab-in .text:before {
    content: "";
    width: 6px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    /*background: url("../images/icons/icon-he.png") no-repeat center center;*/
}

.accordionWrapper-in .tabWrapper-in.active .accordionTab-in .text {
    color: #d60d47
}

.accordionWrapper-in .tabWrapper-in .accordionTab-in .arrow {
    font-size: 0px;
    color: #00b7f5;
    position: absolute;
    right: 20px;
    top: 2px;
}

.accordionWrapper-in .tabWrapper-in .accordionTab-in .arrow::before {
    content: url(../images/icons/icon_dn_errow.png);
    position: absolute;
    left: 0px;
    top: 2px;
    font-size: 24px;
    color: #00b7f5;
}

.accordionWrapper-in .tabWrapper-in.active .accordionTab-in .arrow::before {
    content: url(../images/icons/icon_up_errow.png);
}

.accordionWrapper-in .tabWrapper-in .bodyContent-in {
    position: relative;
    background: #fff;
    /* border-radius:15px; */
    padding: 0;
    margin: 0px 0px 0 0;
    /* overflow: hidden; comment by imtiyaz */
}

.accordionWrapper-in .tabWrapper-in .bodyContent-in.expad {
    margin-top: 20px;
}

.accordionWrapper-in .tabWrapper-in.active .bodyContent-in {
    position: relative;
    /* box-shadow:0px 0px 21px rgba(0,0,0,.2); */
}

.accordionWrapper-in .tabWrapper-in .totalValue_Label {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
}

.accordionWrapper-in .tabWrapper-in .accordionTabTitle {
    cursor: pointer;
    display: flex;
    flex-flow: row;
    position: relative;
    padding: 0px 0px 25px;
    align-items: center;
}

.accordionWrapper-in .tabWrapper-in .accordionTabTitle .icon {
    padding: 4px;
    background: transparent;
    border-radius: 4px;
    margin: 0px 10px 0px 0px;
}

.accordionWrapper-in .tabWrapper-in .accordionTabTitle .text {
    flex-grow: 1;
    text-align: left;
    font-size: 16px;
    color: #2a2076;
    text-transform: uppercase;
}

.accordionWrapper .tabWrapper.active .bodyContent.for-transparent {
    background: transparent;
    padding: 0
}

.accordionWrapper .tabWrapper.active .bodyContent.for-transparent .accordionWrapper-in {
    padding: 15px;
    margin: 0;
    width: 100%;
    background-color: #fff;
}


.Whitebox {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 20px;
    display: table;
    width: 100%;
}

.Whitebox h2 {
    color: #00a9e0;
    font-weight: bold;
    font-family: anaya;
    font-size: 17px;
    margin: 0 0 20px 0;
    ;
    padding: 0;
    font-weight: 600;
    font-family: anaya;
}

.Whitebox.trasparent {
    background-color: #00FFFFFF;
}

.Whitebox h3 {
    color: #20398e;
    font-weight: bold;
    font-family: anaya;
    font-size: 17px;
    margin: 0 0 20px 0;
    ;
    padding: 0;
    font-weight: 600;
    font-family: anaya;
}

.Whitebox .d1 {
    text-align: center;
    color: #343434;
    font-size: 14px;
    text-align: center
}

.Whitebox .fCheckboxWrp .checkBoxList {
    margin-bottom: 0px;
    width: 50%;
}

.Whitebox ul.select-leng {
    margin: 0;
    padding: 0;
}

.Whitebox ul.select-leng li {
    margin: 5px 4px;
    padding: 0;
    list-style: none;
    display: inline-flex;
}

.Whitebox ul.select-leng li input[type="radio"] {
    display: none;
}

.Whitebox ul.select-leng li label {
    cursor: pointer;
    position: relative;
    font-size: 14px;
    color: #000000;
    background-color: #fff;
    border: 1px solid #fff;
    width: 87px;
    height: 39px;
}

.Whitebox ul.select-leng li label span {
    width: 87px;
    height: auto;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 9px 0;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}


.Whitebox ul.select-leng li input[type="radio"]:checked+label span {
    color: #fff;
}

.Whitebox ul.select-leng li input[type="radio"]:checked+label::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 1px solid #fff;
    top: 0%;
    left: 0;
    background-color: #00b7f5;
    z-index: 0;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
}


.Whitebox hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid #d4cce3;
}

.questionBox {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d4cce3;
    display: table
}

.questionBox.bottom-border {
    border-bottom: 0px solid #d4cce3;
    padding-bottom: 0px;
    margin-top: 15px;
    display: inherit;
    width: 100%;
}

.questionBox.border-color {
    border-bottom: 1px solid #f3b6c7;
}

.questionBox:last-child {
    margin-bottom: 0;
}

.questionBox .question {
    width: calc(100% - 100px);
    display: table-cell;
    vertical-align: middle;
    color: #343434;
    font-size: 16px;
}

.questionBox .question.forno {
    padding-left: 20px;
    position: relative
}

.questionBox .question.forno i {
    font-style: normal;
    color: #00b4eb;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 23px;
}

.questionBox .question.forno.ex i {
    font-style: normal;
    color: #737373;
    position: absolute;
    left: 0;
    top: 8px;
}


.questionBox .ans {
    width: 100px;
    display: table-cell;
    vertical-align: middle;
}

.questionBox.full .question {
    width: 100%;
    display: inline-block;
    margin: 20px 0
}

.questionBox.full .ans {
    width: 100px;
    display: inline-block;
}

.switch-field {
    box-shadow: -1px -3px 1px rgb(0 0 0 / 12%) !important;
    border: 1px solid #d4d4d4;
    border-radius: 15px;
    padding: 6px;
    width: auto;
    float: right;
    vertical-align: middle;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    position: relative;
    padding: 0px 7px 0px 7px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    color: #280071;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input.no:checked+label:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background: url("/src/assets/images/icons/icon-radio-no.png") no-repeat center center;
    background-size: 100% 100%;
    box-shadow: none;
    z-index: 1;
}

.switch-field input.yes:checked+label:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background: url("../images/icons/icon-radio-active.png") no-repeat center center;
    background-size: 100% 100%;
    box-shadow: none;
    z-index: 1;
}

.switch-field label:first-of-type {
    border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
    border-radius: 0 4px 4px 0;
}


.formWrp {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 15px;
    z-index: 0;
}

.formWrp .formrow {
    position: relative;
    width: 100%;
    margin-bottom: 0px;
    display: inline-block;
}

.formWrp .formrow.bbottom {
    border-bottom: 1px solid #f3b6c7;
    padding-bottom: 25px;
    margin: 10px 0px 30px;
}

.formWrp .formrow.style2 {
    position: relative;
}

.formWrp .formrow.bmar0 {
    margin-bottom: 0px;
}

.formWrp .formrow.mart2 {
    margin-top: 20px;
}

.formWrp .formrow.mart0 {
    margin-top: 0px;
}

.formWrp .formrow.mart15 {
    margin-top: 15px;
}

.formWrp .formrow.bmar4 {
    margin-bottom: 40px;
}

.formWrp .formrow.lastchild {
    padding-bottom: 0px;
    margin: 0px;
}

.formWrp .formrow .selectWrp {
    width: 50px;
    height: 40px;
    background: url('../images/icons/icon_select_errow1.png') no-repeat right 49%;
    border-bottom: 1px solid #f3b6c7;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.formWrp .formrow .selectWrp.s2 {
    width: 100%;
    background: url('../images/icons/icon_select_errow2.png') no-repeat right 49%;
}

.formWrp .formrow .selectWrp.ext {
    position: absolute;
    left: 0px;
    top: 0px;
}

.formWrp .formrow .selectWrp.lablelAnm2 {
    position: relative;
}

.formWrp .formrow .selectWrp select {
    font-size: 16px;
    /* color: #000; */
    color: #2e276b;
    font-weight: 600;
    font-family: anaya;
    margin: 0px;
    padding: 0px;
    /* opacity: 0;
    filter: alpha(opacity=0);  */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 101;
    border: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.formWrp .formrow .selectWrp select:focus {
    outline: none;
}

.formWrp .formrow .selectWrp option {
    font-size: 16px;
    color: #000;
}

.formWrp .formrow .selectWrp .selectDefault {
    position: absolute;
    left: 0px;
    top: 7px;
    font-size: 16px;
    color: #280071;
    font-weight: bold;
    font-family: anaya;
}

.formWrp .formrow .selectWrp.lablelAnm2 .selectDefault {
    top: 2px;
    padding-top: 7px;
}

.formWrp .formrow .selectWrp.lablelAnm2.s_w_icon .selectDefault {
    font-size: 0px;
}

.formWrp .formrow .selectWrp.nochild select {
    left: 40px;
}

.formWrp .formrow .selectWrp.education .selectDefault {
    padding-left: 40px;
    background: url(../images/icons/icon_education.png) no-repeat left top;
    left: 0px;
    width: 100%;
    font-size: 0px;
    min-height: 30px;
}

.education {
    background: url(../images/icons/icon_education.png) no-repeat left top;

}

.formWrp .formrow .selectWrp.occupation .selectDefault {
    padding-left: 40px;
    background: url(../images/icons/icon_occupation.png) no-repeat left top;
    left: 0px;
    width: 100%;
    font-size: 0px;
    min-height: 30px;
}

.occupation {
    background: url(../images/icons/icon_occupation.png) no-repeat left top;

}

.formWrp .formrow .selectWrp.nochild .selectDefault {
    padding-left: 40px;
    background: url(../images/icons/icon_nc.png) no-repeat left top;
    left: 0px;
    width: 100%;
    font-size: 0px;
    min-height: 30px;
}

.nochild {
    background: url(../images/icons/icon_nc.png) no-repeat left top;

}

.formWrp .formrow .selectWrp.status .selectDefault {
    padding-left: 40px;
    background: url(../images/icons/icon-status.png) no-repeat left top;
    left: 0px;
    width: 100%;
    font-size: 0px;
    min-height: 30px;
}

.status {
    background: url(../images/icons/icon-status.png) no-repeat left 8px;
}

.formWrp .formrow .selectWrp.Nationality .selectDefault {
    padding-left: 40px;
    background: url(../images/icons/icon-natio.png) no-repeat left top;
    left: 0px;
    width: 100%;
    font-size: 0px;
    min-height: 30px;
}

.Nationality {
    background: url(../images/icons/icon-natio.png) no-repeat left center;
}

.formWrp .formrow .selectWrp.Country .selectDefault {
    padding-left: 40px;
    background: url(../images/icons/icon-cont.png) no-repeat left top;
    left: 0px;
    width: 100%;
    font-size: 0px;
    min-height: 30px;
}

.Country {

    background: url(../images/icons/icon-cont.png) no-repeat left center;

}


.formWrp .formrow .selectWrp.languages .selectDefault {
    padding-left: 40px;
    background: url(../../assets/images/icons/languages.png) no-repeat left top;
    left: 0px;
    width: 100%;
    font-size: 0px;
    min-height: 30px;
}

.languages {
    background: url(../../assets/images/icons/languages.png) no-repeat left 8px;
    background-size: 24px;
}

.formWrp .formrow .selectWrp.qualification .selectDefault {
    padding-left: 40px;
    background: url(../../assets/images/icons/icon-qualification.png) no-repeat left top;
    left: 0px;
    width: 100%;
    font-size: 0px;
    min-height: 30px;
}

.qualification {
    background: url(../../assets/images/icons/icon-qualification.png) no-repeat left 11px;
}

.formWrp .formrow .selectWrp.floated .selectDefault {
    font-size: 16px;
}

.formWrp .formrow .selectWrp.s_w_icon.floated .selectDefault {
    font-size: 16px;
}

.formWrp .formrow .inputWrp {
    position: relative;
}

.formWrp .formrow .inputWrp.seticon {
    position: relative;
}

.formWrp .formrow .inputWrp .ui-datepicker-trigger {
    position: absolute;
    right: 0px;
    top: 4px;
}

.formWrp .formrow .inputWrp.marl1 {
    margin-left: 62px;
    margin-bottom: 12px;
}

.formWrp .formrow .inputWrp input {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #f3b6c7;
    background: transprent;
    color: #2e296b;
    font-size: 17px;
    font-weight: bold;
    font-family: anaya;
    padding-top: 10px;
}

/* bhavesh 25/7/22 */
.formWrp .formrow .inputWrp.seticon input {
    padding-left: 40px !important;
}

.formWrp .formrow .inputWrp.seticon label {
    padding-left: 43px !important;
}

/* bhavesh 25/7/22 */


.formWrp .formrow .inputWrp.seticon input.icon_dob {
    background: url(../images/icons/icon_db.png) no-repeat left top;
}

.formWrp .formrow .inputWrp.seticon input.icon_calender {
    background: url(../images/icons/icon_calender.png) no-repeat left top;
}

.formWrp .formrow .inputWrp.seticon input.icon_occupation {
    background: url(../images/icons/icon_occupation.png) no-repeat left 8px;
}

.formWrp .formrow .inputWrp.seticon input.icon_age {
    background: url(../images/icons/icon-age.png) no-repeat left 8px;
}

.formWrp .formrow .inputWrp.seticon input.icon_fn {
    background: url(../images/icons/icon-father.png) no-repeat left 8px;
}

.formWrp .formrow .inputWrp.seticon input.icon_mn {
    background: url(../images/icons/icon_gendar_f2.png) no-repeat left 8px;
}

.formWrp .formrow .inputWrp.seticon input.icon_passport {
    background: url(../images/icons/icon-natio.png) no-repeat left 8px;
}

.formWrp .formrow .inputWrp.seticon input.icon_qulifi {
    background: url(../images/icons/icon-qualification.png) no-repeat left 8px;
}

.formWrp .formrow .inputWrp.seticon input.icon_lang {
    background: url(../images/icons/languages.png) no-repeat left 8px;
}

.formWrp .formrow .inputWrp.seticon input.icon_mobileno {
    background: url(../images/icons/icon-mo.png) no-repeat left 8px;
}

.formWrp .formrow .inputWrp.seticon input.icon_EmailID {
    background: url(../images/icons/icon-email.png) no-repeat left 8px;
}

.formWrp .formrow .inputWrp.seticon.code .ffl-label {
    padding-left: 70px;
}

.formWrp .formrow .inputWrp.seticon.code:before {
    content: "";
    position: absolute;
    left: 30px;
    top: 0px;
    bottom: 0;
    margin: auto;
    height: 20px;
}

.formWrp .formrow .inputWrp.seticon.code input.icon_mobileno {
    padding-left: 70px;
}

.formWrp .formrow .ftitle {
    position: absolute;
    left: 0px;
    top: 0px;
}

.formWrp .formrow .ftitle span {
    font-size: 16px;
    color: #343434;
    position: relative;
    left: 0px;
    top: 10px;
}

.formWrp .formrow .radioWrp {
    margin-left: 100px;
}

.formWrp .formrow.style2 .radioWrp {
    margin-left: 0px;
}

.formWrp .formrow .fheaderSec {
    position: relative;
    width: 100%;
}

.formWrp .formrow .fheaderSec .icon_soi {
    background: url(../images/icons/icon_son.png) no-repeat left top;
    min-height: 45px;
    font-size: 16px;
    color: #343434;
    padding-left: 35px;
    font-weight: 400;
    padding-top: 5px;
}

.formWrp .formrow .fheaderSec .icon_fa {
    background: url(../images/icons/icon_financial_assets.png) no-repeat left top;
    min-height: 45px;
    font-size: 16px;
    color: #343434;
    padding-left: 35px;
    font-weight: 400;
    padding-top: 5px;
}

.formWrp .formrow .inputWrp2 {
    position: relative;
    width: 220px;
    /* float:left; */
    /* margin: auto; */
    margin-left: 150px;
    margin-bottom: 20px;
}

@media (max-width: 580px) {
    .formWrp .formrow .inputWrp2 {
        margin-left: 33px;
    }

    .formWrp .formrow .inputWrp3 {
        margin-left: 33px !important;
    }
}


.formWrp .formrow .inputWrp2::after {
    content: '';
    position: absolute;
    left: 20%;
    top: -15px;
    background: linear-gradient(90deg, rgba(1, 176, 232, 1) 0%, rgba(31, 70, 148, 1) 100%);
    width: 60px;
    height: 6px;
    border-radius: 10px;
    background: rgba(246, 17, 90, 1);
    background: -moz-linear-gradient(left, rgba(246, 17, 90, 1) 0%, rgba(77, 30, 118, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(246, 17, 90, 1)), color-stop(100%, rgba(77, 30, 118, 1)));
    background: -webkit-linear-gradient(left, rgba(246, 17, 90, 1) 0%, rgba(77, 30, 118, 1) 100%);
    background: -o-linear-gradient(left, rgba(246, 17, 90, 1) 0%, rgba(77, 30, 118, 1) 100%);
    background: -ms-linear-gradient(left, rgba(246, 17, 90, 1) 0%, rgba(77, 30, 118, 1) 100%);
    background: linear-gradient(to right, rgba(246, 17, 90, 1) 0%, rgba(77, 30, 118, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6115a', endColorstr='#4d1e76', GradientType=1);
}

.formWrp .formrow .inputWrp2 label {
    font-size: 16px;
    color: #343434;
    position: relative;
    font-weight: 500
}

.formWrp .formrow .inputWrp2 input {
    width: 100%;
    background: url(../images/icons/icon_rs.png) no-repeat left 7px;
    padding-left: 15px;
    font-size: 22px;
    color: #280071;
    font-weight: bold;
    font-family: anaya;
}

.formWrp .formrow .inputWrp3 {
    position: relative;
    width: 200px;
    /* float:right; */
    margin: auto;
}

.formWrp .formrow .inputWrp3::after {
    content: '';
    position: absolute;
    left: 30%;
    top: -15px;
    background: #e9e5f1;
    width: 60px;
    height: 6px;
    border-radius: 10px;
}

.formWrp .formrow .inputWrp3 label {
    font-size: 16px;
    color: #343434;
    position: relative;
    font-weight: 500;
    line-height: 1.1em;
}

.formWrp .formrow .inputWrp3 input {
    width: 100%;
    background: url(../images/icons/icon_rs.png) no-repeat left 7px;
    padding-left: 15px;
    font-size: 22px;
    color: #280071;
    font-weight: bold;
    font-family: anaya;
}

.formWrp .radio_container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #fff;
    width: 91px;
    height: 38px;
    border-radius: 15px;
    padding: 3px 0px 0px 0px;
    box-shadow: -1px -3px 1px rgb(0 0 0 / 12%) !important;
    border: 1px solid #d4d4d4;
    margin-bottom: 10px;
    margin-left: 111px
}

.formWrp .radio_container input[type="radio"] {
    appearance: none;
    display: none;
}

.formWrp .radio_container label {
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: inherit;
    width: 80px;
    height: 34px;
    text-align: center;
    border-radius: 9999px;
    overflow: hidden;
    color: #280071;
    font-weight: 600;
    font-family: anaya;
}

.formWrp .radio_container input[type="radio"]:checked+label {
    background: url("../images/icons/icon-radio-active.png") no-repeat center center;
    color: #fff;
    font-weight: 900;
    font-family: anaya;
    transition: 0.3s;
    position: relative;
    text-indent: -100px;
}

.inputWrp.PreAmount {
    position: relative;
}

.inputWrp.PreAmount label {
    font-weight: bold;
    font-family: anaya;
    color: #2a2076;
    margin-bottom: 0;
}

.inputWrp.PreAmount .PremiumAinput {
    padding-top: 0px !important;
    height: 30px !important;
}

.inputWrp.PreAmount i {
    background: url("../images/icons/icon-mic.png") no-repeat right center;
    position: absolute;
    right: 0;
    top: 21px;
}

.inputWrp.PreAmount .PremiumAinput::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #b2b2b3;
    font-weight: normal;
    font-size: 12px;
}

.inputWrp.PreAmount .PremiumAinput::-moz-placeholder {
    /* Firefox 19+ */
    color: #b2b2b3;
    font-weight: normal;
    font-size: 12px;
}

.inputWrp.PreAmount .PremiumAinput:-ms-input-placeholder {
    /* IE 10+ */
    color: #b2b2b3;
    font-weight: normal;
    font-size: 12px;
}

.inputWrp.PreAmount .PremiumAinput:-moz-placeholder {
    /* Firefox 18- */
    color: #b2b2b3;
    font-weight: normal;
    font-size: 12px;
}

.Quetext {
    color: #280071;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    padding-top: 10px;
}

.AnsText {
    margin-bottom: 20px;
}

.AnsText input {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #f3b6c7;
    background: transprent;
    color: #280071;
    font-size: 14px;
    font-weight: 400;
}

.AnsText input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #280071;
    font-weight: 400;
    font-size: 14px;
}

.AnsText input::-moz-placeholder {
    /* Firefox 19+ */
    color: #280071;
    font-weight: 400;
    font-size: 14px;
}

.AnsText input:-ms-input-placeholder {
    /* IE 10+ */
    color: #280071;
    font-weight: 400;
    font-size: 14px;
}

.AnsText input:-moz-placeholder {
    /* Firefox 18- */
    color: #280071;
    font-weight: 400;
    font-size: 14px;
}

.SelectModeBox {
    width: 100%;
    position: relative;
    display: table;
    background-color: #f1f2f7;
    padding: 15px;
    margin-bottom: 20px;
}

.SelectModeBox p {
    display: table-cell;
    vertical-align: middle;
    color: #000000;
    font-size: 16px;
}

.checkboxleft {
    display: table-cell;
    vertical-align: middle;
}

.checkboxleft .mart0 {
    margin-top: 0;
    margin-bottom: 0;
}


.SelectModeBox .selectBox {
    width: 180px;
    height: auto;
    margin: 0px;
    padding: 0px 13px;
    position: relative;
    float: right;
    filter: none;
    box-shadow: -1px -3px 1px rgb(0 0 0 / 12%) !important;
    border: 1px solid #d4d4d4;
    border-radius: 50px;
    background: #fff url("../images/icons/icon-drop-down.png") 95% center no-repeat;
}

.SelectModeBox .selectBox select {
    width: 100%;
    height: 34px;
    border: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    font-weight: bold;
    font-family: anaya;
    font-size: 15px;
    color: #2a2076;
}

.SelectModeBox .inputBox {
    width: 141px;
    height: auto;
    margin: 0px;
    padding: 0px 13px;
    position: relative;
    float: right;
    filter: none;
    box-shadow: -1px -3px 1px rgb(0 0 0 / 12%) !important;
    border: 1px solid #d4d4d4;
    border-radius: 50px;
    background-color: #fff;
}

.SelectModeBox .inputBox input {
    width: 100%;
    height: 34px;
    border: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    font-weight: bold;
    font-family: anaya;
    font-size: 15px;
    color: #00b5f2;
    text-align: center;
    padding: 10px 0
}

.SelectModeBox .Btn-QR {
    background: #00a9e0;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    box-shadow: 1px 3px 6px rgb(0 0 0 / 12%) !important;
}


.SelectModeBox .Btn-QR .btn {
    color: #fff;
    padding: 10px;
    display: inline-block;
    width: 100%;
    background-color: transparent;
    border: 0;
    box-shadow: none;
}

.ProfileImg {
    width: 205px;
    height: 205px;
    margin: 20px auto;
    position: relative
}

.ProfileImg:before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(../images/icons/profile-img-bg.png) right center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.ProfileImg .proimg {
    width: 133px;
    height: 123px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}

.blueBox {
    background-color: #2a2187;
    padding: 20px;
}

.blueBox h2 {
    padding: 0;
    margin: 0 0 10px 0;
    color: #fff;
    font-weight: bold;
    font-family: anaya;
    font-size: 20px
}

.blueBox h2 span {
    color: #fff;
    font-weight: normal;
    font-size: 14px
}

.blueBox select {
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #1d4da5;
    appearance: none;
    width: 100%;
    outline: none;
    box-shadow: none;
    color: #280071;
    font-weight: bold;
    font-family: anaya;
    font-size: 17px;
    background: transparent url("../images/icons/droopdown-arrow-w.png") no-repeat right center;
}

.section-headding {
    width: 100%;
    background-color: #e3f6fc;
    width: 100%;
    padding: 15px;
    font-size: 17px;
    font-weight: bold;
    font-family: anaya;
    text-align: center;
    color: #2a2076;
    margin-bottom: 10px;
}

.no {
    color: #00b4eb;
}

.anstext {
    font-size: 16px;
    color: #000000;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.boxcheck {
    width: 31.33%;
    margin-right: 2%;
    min-height: 135px;
    display: inline-flex;
    background-color: #f2f3f8
}

.boxcheck.actype {
    width: 23%;
    margin-right: 2%;
    min-height: 81px;
    display: inline-block;
    background-color: #f2f3f8;
    float: left
}

.boxcheck:last-child {
    margin-right: 0px;
}

.boxcheck .fCheckboxWrp .checkBoxList .checkmark {
    right: 0;
    top: 20px;
    margin: auto;
}

.boxcheck .fCheckboxWrp .checkBoxList .fbContr {
    text-align: center;
    padding: 10px;
    padding-top: 45px;
    line-height: 1.1em;
}

ul.point {
    margin: 0;
    padding: 0;
}

ul.point {
    margin: 0 0 20px 25px;
    padding: 0;
    list-style: none;
    position: relative;
    font-size: 16px;
    color: #000000;
}

ul.point li::before {
    content: "\2022";
    color: #2a2076;
    font-weight: bold;
    font-family: anaya;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 20px;
}

.aa1 {
    font-size: 13px;
    color: #727272;
    margin-top: 10px;
}

.aa1.col {
    color: #2a2076
}

.he1 {
    font-size: 16px;
    font-weight: bold;
    font-family: anaya;
    color: #20398e
}

.he1.color {
    color: #00a9e0
}

.greayBox {
    background-color: #f2f3f8;
    padding: 10px;
}

.greayBox .questionBox {
    background-color: transparent;
    border: 0;
}

.noteBox {
    padding: 10px;
}

.noteBox .n1 {
    font-size: 16px;
    color: #343434;
    margin-bottom: 20px;
}

.noteBox .n1:last-child {
    margin-bottom: 0;
}

.width50 {
    width: 48%;
    float: left;
    margin-left: 2%
}

.radioBtn [type="radio"]:checked,
.radioBtn [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.radioBtn [type="radio"]:checked+label,
.radioBtn [type="radio"]:not(:checked)+label {
    position: relative;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    padding-top: 32px;
    width: 100%;
    text-align: center;
    color: #343434;
    font-size: 14px;
    font-weight: normal
}

.radioBtn [type="radio"]:checked+label:before,
.radioBtn [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    right: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    border: 1px solid #a9aebe;
    border-radius: 100%;
    background: #fff;
    box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.radioBtn [type="radio"]:checked+label:after,
.radioBtn [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #00a9e0;
    position: absolute;
    left: 0;
    top: 17px;
    right: 0;
    margin: auto;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.radioBtn [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.radioBtn [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.radiobox {
    width: 48%;
    margin-right: 2%;
    min-height: 81px;
    display: inline-block;
    background-color: #f2f3f8;
    float: left;
    margin-right: 2%;
}

.radiobox.w25 {
    width: 23%;
    min-height: 67px;
}

.radiobox:last-child {
    margin-right: 0
}

.redmess {
    font-size: 12px;
    color: #d60d47;
    margin: 20px 0;
    padding: 0;
    display: inline-block;
}

.rupee input {
    background: url("../images/icons/rupee-icon.jpg") no-repeat left 17px;
    padding-left: 15px
}

.rupee label {
    background-color: #fff;
}

.blueBox {
    width: 100%;
    background-color: #00b7f5;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
}

.blueBoxdark {
    width: 100%;
    background-color: #20398e;
    padding: 20px 10px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
}

.blueBoxdark .inputbox {
    background-color: #fff;
    padding: 5px;
    margin-bottom: 10px;
    display: inline-block;
}

.blueBoxdark .inputbox input {
    border-bottom: 1px solid #fbb2b2;
    color: #20398e;
    font-size: 12px;
    font-weight: normal
}

.blueBoxdark p {
    margin-bottom: 0;
}

sup {
    font-size: 12px;
    color: #d60d47;
}

.signature-box2 {
    width: 90%;
    max-width: 360px;
    margin: 30px auto;
    border: 1px solid #d2d2d2;
    border-radius: 8px;
    text-align: center;
    padding: 20px 15px;
}

.signature-box2 p {
    color: #20398e;
    font-weight: 600;
    font-family: anaya;
    margin-top: 7px;
}

.note {
    font-size: 11px;
}

input#imageFileProfile {
    background: #fff;
}

@media(max-width:580px) {
    .questionBox .question.forno i {
        bottom: unset
    }
}

/*...................personal-details End..........................*/




@media(max-width:580px) {

    .formWrp .formrow .inputWrp2,
    .formWrp .formrow .inputWrp3 {
        width: 100%;
    }
}

.male {
    background-image: url(../images/icons/icon_gendar_male2.png);
    background-size: unset;
    background-position: 10px 5px;
}

.female {
    background-image: url(../images/icons/icon_gendar_f2.png);
    background-size: unset;
    background-position: 10px 5px;
}

.tgender {
    background-image: url(../images/icons/icon-t-gender.png);
    background-size: unset;
    background-position: 10px 5px;
}

.smoker {
    background-image: url(../images/icons/icon_smoker2.png);
    background-size: unset;
    background-position: 10px 12px;
}

.nonsmoker {
    background-image: url("../images/icons/icon_smoker-no.png");
    background-size: unset;
    background-position: 10px 12px;
}

.drinkcard-cc {
    cursor: pointer;
    background-repeat: no-repeat;
    display: inline-block;
    min-width: 110px;
    height: 45px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
    -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
    filter: brightness(1.8) grayscale(1) opacity(.7);
    border-radius: 15px;
    padding: 11px 12px 3px 45px;
    font-size: 16px;
    font-weight: 500;
}

.drinkcard-cc:hover {
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
    -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
    filter: brightness(1.2) grayscale(.5) opacity(.9);
}

.cc-selector {
    margin-left: 24px;
    /*added  by snehal */
}

.cc-selector input:active+.drinkcard-cc {
    opacity: 1;
    box-shadow: inset 0px 1px 5px -3px rgb(0 0 0 / 40%) !important;
}

.cc-selector input:checked+.drinkcard-cc {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
    box-shadow: -1px -3px 1px rgb(0 0 0 / 12%) !important;
    border: 1px solid #d4d4d4;
}

.formWrp .formrow.style2 .ftitle {
    position: relative;
    left: 0px;
    top: 0px;
    margin: 0px 0px 20px;
}

.formWrp .formrow.style2 .drinkcard-cc {
    cursor: pointer;
    background-repeat: no-repeat;
    display: inline-block;
    width: 110px;
    height: auto !important;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    /* -webkit-filter: brightness(1.8) grayscale(1) opacity(.7); */
    -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
    /* filter: brightness(1.8) grayscale(1) opacity(.7); */
    box-shadow: none !important;
    border-radius: 15px;
    padding: 11px 0px 0px 45px;
    font-size: 15px;
    font-weight: 500;
}

.formWrp .formrow.style2 .drinkcard-cc:hover {
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
    -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
    filter: brightness(1.2) grayscale(.5) opacity(.9);
}

.formWrp .formrow.style2 .cc-selector input:active+.drinkcard-cc {
    opacity: 1;
    box-shadow: inset 0px 1px 5px -3px rgb(0 0 0 / 40%) !important;
}

.formWrp .formrow.style2 .cc-selector input:checked+.drinkcard-cc {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
    box-shadow: -1px -3px 1px rgb(0 0 0 / 12%) !important;
    border: 1px solid #d4d4d4;
}

.basic {
    background-image: url(../images/icons/icon_mgoals_r1.png);
    background-size: unset;
    background-position: 10px 10px;
    width: auto !important;
    padding: 11px 10px 10px 48px !important;
    margin-right: 0px;
}

.comfortable {
    background-image: url(../images/icons/icon_mgoals_r2.png);
    background-size: unset;
    background-position: 10px 5px;
    width: auto !important;
    padding: 11px 10px 10px 40px !important;
    margin-right: 0px;
}

.luxury {
    background-image: url(../images/icons/icon_mgoals_r3.png);
    background-size: unset;
    background-position: 10px 5px;
    width: auto !important;
    padding: 11px 10px 10px 40px !important;
}

@media(max-width:400px) {
    .drinkcard-cc {
        width: auto;
        margin: 5px 0px;
    }
}

.fCheckboxWrp {
    position: relative;
    width: 100%;
    display: inline-block
}

.fCheckboxWrp .checkBoxList {
    float: left;
    width: 50%;
    position: relative;
    margin-bottom: 15px;
}

.fCheckboxWrp .checkBoxList.full {
    width: 100%;
}

.fCheckboxWrp .checkBoxList:last-child {
    margin-bottom: 0px;
}

.fCheckboxWrp .checkBoxList .fbContr {
    display: block;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-size: 16px;
    color: #343434;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fCheckboxWrp .checkBoxList .fbContr input {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.fCheckboxWrp .checkBoxList.full {
    width: 100%;
}


.fCheckboxWrp .checkBoxList .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: url(../images/icons/icon_checkbox.png) no-repeat left top;
}

.fCheckboxWrp .checkBoxList .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.fCheckboxWrp .checkBoxList .fbContr input:checked~.checkmark:after {
    display: block;
}

.fCheckboxWrp .checkBoxList .fbContr .checkmark::after {
    left: 0px;
    top: -3px;
    width: 20px;
    height: 20px;
    background: url(../images/icons/icon_checkbox.png) no-repeat left bottom;
}

.riskAppetiteWrp {
    width: 100%;
    position: relative;
    display: inline-block;
    margin: 10px 0px 0px;
}

.riskSlide {
    position: relative;
    width: 100%;
    margin: -2px 0px 0px 0px;
    background: url(../images/icons/icon_risk_line.png) no-repeat left top;
    background-size: 100%;
    height: 20px;
    text-align: left;
}

.riskSlide img {
    position: absolute;
    left: 10%;
    top: 40%;
    z-index: 1;
    transition: all 2s ease-in;
}

.riskSlide span {
    position: absolute;
    left: 10%;
    bottom: -20px;
    z-index: 1;
    transition: all 2s ease-in;
    text-align: center;
    font-size: 12px;
    color: #2e296b;
    margin: 0px 0px 0px -35px;
    font-weight: 400;
}

@media(max-width:580px) {
    .riskSlide img {
        top: 5%
    }

    .tabWrap .tabs {
        padding: 6px 15px 6px 15px;
    }

    .tabWrap .tabs br {
        display: block;
    }
}


.circleWrp {
    width: 100%;
    display: inline-block;
    margin: 0px 0px 15px;
    border-bottom: 1px solid rgb(243 182 199);
}

.circleWrp .Tital {
    font-size: 22px;
    color: hsl(0, 0%, 20%);
    text-align: center;
    position: relative;
    margin: 30px 0 10px 0;
}

.circleWrp .SSlider {
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
}

.circleWrp .SSlider input.rs-input {
    position: relative;
    top: 0px;
    left: 0px;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 100;
    padding: 5px 0px;
}

.circleWrp .SSlider input[type=text].rupee {
    background: url(../images/icons/icon_rs2.png) no-repeat left 18px;
    border: 0;
    border-radius: 0;
    padding: 5px;
    padding-left: 15px;
    outline: 0;
    font-size: 35px;
    line-height: 35px;
    color: #00b4eb;
    width: 240px;
    text-align: right;
}

.circleWrp .SSlider .nameOfslider {
    position: absolute;
    top: 36%;
    left: 0px;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 3;
    padding: 5px 0px;
    width: 320px;
}

.circleWrp .SSlider .nameOfslider .circleTitle {
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    color: #2a2076;
    width: 100%;
    text-align: center;
    margin: 0px 0px 0px;
}

.circleWrp .SInputWrp {
    width: 100%;
    position: relative;
    display: inline-block;
    margin: 30px 0px 0px;
}

.circleWrp .SInputWrp .col-xs-6 {
    padding-left: 12px;
    padding-right: 12px;
}

.prodInfoWrp {
    width: 100%;
    display: inline-block;
    padding: 0px 0px 20px;
    margin: 0px 0px 20px;
    text-align: center;
    position: relative;
}

.prodInfoWrp:after {
    content: "";
    background: #f3b6c7;
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.prodInfoWrp:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.prodInfoWrp:last-child:after {
    display: none;
    margin-bottom: 0
}

.prodInfoWrp .fInfo {
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
}

.prodInfoWrp .fInfo .ptnc {
    font-size: 14px;
    color: #9a9a9a;
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 10px 0px 0px;
}

.prodInfoWrp p {
    font-size: 16px;
    color: #343434;
}

.prodInfoWrp .fiRisk {
    font-size: 18px;
    color: #fd0000;
    position: relative;
    padding: 0px 0px 10px;
    font-weight: 600;
    font-family: anaya;
    width: 120px;
    display: inline-block;
}

.prodInfoWrp .fiRisk::after {
    content: "";
    background: #fd0000;
    border-radius: 10px;
    width: 50px;
    height: 6px;
    position: absolute;
    bottom: 0px;
    left: 28%;
}

.prodInfoWrp .fiRisk2 {
    font-size: 18px;
    color: #2a2076;
    position: relative;
    padding: 0px 0px 10px;
    font-weight: 600;
    font-family: anaya;
    width: 120px;
    display: inline-block;
}

.prodInfoWrp .fiRisk2.font22 {
    font-size: 22px;
    background: url(../images/icons/icon_rs3.png) no-repeat -1px 8px;
    background-size: 10px;
}

.prodInfoWrp .fiRisk2::after {
    content: "";
    background: #f3b6c7;
    border-radius: 10px;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    margin: auto;
}

.rs-container,
.rs-control {
    width: 380px !important;
    height: 380px !important;
    position: relative;
    outline: 0 none;
    margin: 0 auto;
}

.rs-control .rs-handle {
    background: #421d68;
    background: rgb(166 50 110);
    background: -moz-linear-gradient(left, rgba(246, 17, 90, 1) 0%, rgba(77, 30, 118, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(246, 17, 90, 1)), color-stop(100%, rgba(77, 30, 118, 1)));
    background: -webkit-linear-gradient(left, rgb(171 19 81) 0%, rgba(77, 30, 118, 1) 100%);
    background: -o-linear-gradient(left, rgba(246, 17, 90, 1) 0%, rgba(77, 30, 118, 1) 100%);
    background: -ms-linear-gradient(left, rgba(246, 17, 90, 1) 0%, rgba(77, 30, 118, 1) 100%);
    background: linear-gradient(to top, rgb(173 18 80) 0%, rgba(77, 30, 118, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6115a', endColorstr='#4d1e76', GradientType=1);
}

.rs-range-color {
    background: #ad1250;
}

.rs-path-color {
    background: #e9e5f1;
}

.rs-border {
    border: 1px solid #e9e5f1;
}

.rs-seperator {
    border: 0px solid #aaa;
}

@media(max-width:520px) {

    .rs-container,
    .rs-control {
        width: 350px !important;
        height: 350px !important;
    }
}

@media(max-width:420px) {
    .prodInfoWrp p {
        font-size: 16px;
        color: #343434;
        font-weight: 400
    }

    .prodInfoWrp .fInfo .ptnc {
        font-size: 13px;
    }

    .rs-container,
    .rs-control {
        width: 320px !important;
        height: 320px !important;
    }

    .circleWrp .SSlider .nameOfslider {
        width: 255px;
    }

    .circleWrp .SSlider .nameOfslider .circleTitle {
        font-size: 18px;
        line-height: 22px;
    }

    .circleWrp .SSlider input[type=text].rupee {
        font-size: 30px;
        line-height: 36px;
        padding-left: 10px;
        background: url(../images/icons/icon_rs2.png) no-repeat left 14px;
        background-size: 6%;
        width: 205px;
    }

    .formWrp .formrow .inputWrp2 label {}
}

@media(max-width:380px) {

    .rs-container,
    .rs-control {
        width: 240px !important;
        height: 240px !important;
    }

    .prodInfoWrp p {
        font-size: 12px;
    }

    .prodInfoWrp .fInfo .ptnc {
        font-size: 11px;
    }

    .circleWrp .SSlider .nameOfslider {
        width: 185px;
    }

    .circleWrp .SSlider .nameOfslider .circleTitle {
        font-size: 14px;
        line-height: 16px;
    }

    .circleWrp .SSlider input[type=text].rupee {
        font-size: 22px;
        line-height: 26px;
        padding-left: 10px;
        background: url(../images/icons/icon_rs2.png) no-repeat left 10px;
        background-size: 7%;
        width: 160px;
    }

    .formWrp .formrow .inputWrp3 input {
        font-size: 20px;
    }

    .formWrp .formrow .inputWrp2 input {
        font-size: 20px;
    }
}

.riskInfoWrp {
    width: 100%;
    position: relative;
    display: inline-block;
    margin: 10px 0px 0px;
    text-align: left;
}

.riskInfoWrp p {
    font-size: 13px;
    font-weight: 400;
    color: #757575;
    width: 100%;
    margin: 0px auto 0px;
}

.nextBtnWrp {
    width: 100%;
    position: relative;
    display: inline-block;
    margin: 0px 0px 30px;
    text-align: center;
}

.nextBtnWrp .btnWrp {
    display: inline-block;
    margin: 0px 3px;
    width: 47%;
}

.nextBtnWrp .btnWrp.forthree {

    width: 30.33%;
}

.nextBtnWrp .btnWrp.full {
    display: inline-block;
    margin: 0px 3px;
    width: 100%;
}

.nextBtnWrp a {
    max-width: 250px;
    width: 100%;
    text-align: center;
    color: #fff !important;
    font-size: 16px;
    float: none !important;
    background-color: #053c6d;
    border-radius: 5px;
    margin: 10px auto 5px auto;
    display: table;
    background-color: #2a2076;
    padding: 15px 30px 15px 15px !important;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #2c2a67;
    user-select: none;
}

.nextBtnWrp a:hover {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
}

.nextBtnWrp a.arrow {
    text-align: left;
    background: #2a2076 url(../images/icons/btn-arrow.png) right center no-repeat;
    border-radius: 5px;
}

.nextBtnWrp a.whitebg {
    max-width: 250px;
    width: 100%;
    text-align: center;
    color: #2a2076 !important;
    font-size: 16px;
    float: none !important;
    border-radius: 5px;
    margin: 10px auto 5px auto;
    display: table;
    background-color: #fff;
    padding: 15px 30px 15px 15px !important;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #2c2a67;
    user-select: none;
}

.nextBtnWrp awhitebg:hover {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
}

.nextBtnWrp a.whitebg.arrow {
    text-align: left;
    background: #fff url(../images/icons/btn-arrow-w.png) right center no-repeat;
}

.circleWrp .SSlider .svg {
    position: absolute;
    left: 5px;
    top: 3px;
    width: 97%;
    height: 98%;
    z-index: 3;
}

.bhomeDD {
    margin: -20px -15px 40px;
}

.bhomeDD2 {
    margin: -20px -15px 0px;
}

.marb0 {
    margin-bottom: 0px !important;
}

.footer {
    position: fixed;
    bottom: -100px;
    left: 0px;
    z-index: 5;
    width: 100%;
    background: #ffffff;
    padding: 15px 0 0px;
    opacity: 0;
    transition: all 1s ease-in;
    box-shadow: 0px 0px 6pxrgba(0, 0, 0, .35);
    background: rgba(246, 17, 90, 1);
    background: -moz-linear-gradient(left, rgba(246, 17, 90, 1) 0%, rgba(77, 30, 118, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(246, 17, 90, 1)), color-stop(100%, rgba(77, 30, 118, 1)));
    background: -webkit-linear-gradient(left, rgba(246, 17, 90, 1) 0%, rgba(77, 30, 118, 1) 100%);
    background: -o-linear-gradient(left, rgba(246, 17, 90, 1) 0%, rgba(77, 30, 118, 1) 100%);
    background: -ms-linear-gradient(left, rgba(246, 17, 90, 1) 0%, rgba(77, 30, 118, 1) 100%);
    background: linear-gradient(to right, rgba(246, 17, 90, 1) 0%, rgba(77, 30, 118, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6115a', endColorstr='#4d1e76', GradientType=1);
}

.footer.active {
    bottom: -5px;
    opacity: 1;
}

.footer .linkBox {
    width: 12%;
    float: left;
    text-align: center;
    position: relative;
    /* padding: 0 2px; */
}

.footer .linkBox.pulse {
    width: 22%;
    float: left;
    text-align: center;
    position: relative;
    /* padding: 0 2px; */
}

.footer .linkBox a {
    color: #727272;
    font-size: 12px;
    text-decoration: none;
    position: relative;
    width: 100%;
}

.footer .linkBox p {
    margin-top: .4em;
    color: #fff;
    font-size: 12px;
    margin-bottom: 0px;
    font-weight: 700;
    font-family: anaya;
    text-transform: uppercase;
}

.footer .linkBox .plusSignWrp {
    position: relative;
    top: -30px;
    display: inline-block;
    background: #280071;
    border-radius: 100%;
    padding: 18px;
    cursor: pointer;
    /* left: -8px; */
    /* comment by Imtiyaz on 17/10/22*/
}

.clr {
    clear: both;
    display: table;
}

.containerWrap {
    width: 97%;
    margin: auto;
}

@keyframes tipUp {
    0% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0px);
    }
}

.nextBtnWrp.mart {
    margin: 40px 0px 30px;
}



/*.........popup-location allow start..............*/
.location-popup {
    width: 98%;
    max-width: 392px;
    height: 300px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    z-index: 111111
}

.location-popup .icon {
    width: 67px;
    height: 67px;
    margin: 20px auto 10px auto;
    border: 1px solid #e4e4e4;
    border-radius: 50%;
    position: relative
}

.location-popup .icon .img {
    width: 28px;
    height: 43px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.location-popup .icon .img2 {
    width: 40px;
    height: 31px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.location-popup h2 {
    font-size: 20px;
    color: #2a2076;
    font-weight: 600;
    font-family: anaya;
    text-align: center;
    margin: 0;
    padding: 0;
}

.location-popup p {
    font-size: 14px;
    color: #2a2076;
    font-weight: 400;
    text-align: center;
    margin: 0;
    padding: 20px 0 0 0;
}

.location-popup .sbtn {
    max-width: 200px;
    width: 100%;
    text-align: center;
    color: #fff !important;
    font-size: 16px;
    float: none !important;
    background-color: #053c6d;
    border-radius: 0px;
    margin: 30px auto 5px auto;
    display: table;
    background-color: #2a2076;
    padding: 15px 30px 15px 15px !important;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #2c2a67;
    font-weight: bold;
    font-family: anaya;
}

.location-popup .sbtn:hover {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
}

.location-popup .sbtn.arrow {
    text-align: left;
    background: #2a2076 url(../images/icons/btn-arrow.png) right center no-repeat;
}

.location-popup p.t1 {
    font-size: 20px;
    color: #2a2076;
    font-weight: 600;
    font-family: anaya;
    text-align: center;
    margin: 0;
    padding: 0 0 20px 0;
    position: relative
}

.location-popup p.t1:before {
    content: "";
    width: 90%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 10px;
    right: 0;
    margin: auto;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(234, 128, 158, 1) 51%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(51%, rgba(234, 128, 158, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(234, 128, 158, 1) 51%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(234, 128, 158, 1) 51%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(234, 128, 158, 1) 51%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(234, 128, 158, 1) 51%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}

.location-popup ul.list {
    width: 266px;
    margin: auto;
    padding: 0px 0 0 0;
}

.location-popup ul.list li {
    margin: 0;
    padding: 0 0 10px 0;
    list-style: none;
    position: relative;
    background: url("../images/icons/link-arrow.png") no-repeat 94% 8px;
}

.location-popup ul.list li:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 2px;
    right: 0;
    margin: auto;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(234, 128, 158, 1) 51%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(51%, rgba(234, 128, 158, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(234, 128, 158, 1) 51%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(234, 128, 158, 1) 51%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(234, 128, 158, 1) 51%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(234, 128, 158, 1) 51%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}

/*.........popup-location allow end..............*/




/*.........register-as start..............*/
.register-popup {
    width: 98%;
    max-width: 392px;
    height: 590px;
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    z-index: 111111;
    border-radius: 5px;
    margin-top: -30px;
    margin-bottom: 15px;
}

.register-popup h2 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    font-family: anaya;
    color: #2a2587;
    padding-top: 10px;
}

.register-popup ul.ul {
    width: 90%;
    margin: 20px auto 10px auto;
    padding: 0;
    text-align: center;
    display: flex;
}

.register-popup ul.ul li {
    width: 20%;
    list-style: none;
    border: 1px solid #2a2076;
    padding: 8px 1.2%;
    font-size: 15px;
    /* margin-left: 6px; */
    margin: 0px 2px;
    font-weight: 600;
    font-family: anaya;
    cursor: pointer;
    position: relative
}

.register-popup ul.ul li a {
    text-decoration: none;
    color: #2a2076;
}

.register-popup ul.ul li:hover {
    border: 1px solid #2e296b;
    color: #2e296b
}

.register-popup ul.ul li.active {
    border: 1px solid #2e296b;
    color: #fff;
    background-color: #2e296b;
}

.register-popup ul.ul li:hove a {
    color: #2e296b
}

.register-popup ul.ul li.active a {
    color: #fff;
}

.register-popup ul.ul li input {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -4px;
    outline: none;
    box-shadow: none
}


.register-popup.active {
    display: block;
    top: 0px;
    opacity: 1;
}

.register-popup .fList {
    margin: 0px 0px 0px;
    padding: 10px 15px;
}

.register-popup .fList li {
    list-style: none;
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: 100px;
    opacity: 0;
    transition: all 1s ease-in;
}

.register-popup .fList li.active {
    margin-top: 0px;
    opacity: 1;
}

.register-popup .fList li input {
    position: relative;
    width: 100%;
    border: none;
    margin-bottom: 10px;
    padding: 15px 10px 12px 45px;
    font-size: 16px;
    color: #2e296b;
    border-bottom: 1px solid #f3b6c7;
    font-weight: bold;
    font-family: anaya;
    padding-left: 42px !important;
}

.register-popup .fList li input.iconP {
    background: url("../images/icons/icon_gendar_male2.png") no-repeat 7px 6px;
}

.register-popup .fList li input.iconB {
    background: url("../images/icons/icon_db.png") no-repeat 7px 6px;
}

.register-popup .fList li input.iconMo {
    background: url("../images/icons/icon-mo.png") no-repeat 7px 8px;
}

.register-popup .fList li input.iconID {
    background: url("../images/icons/icon-email.png") no-repeat 7px 14px;
}

.register-popup .fList li input.iconPin {
    background: url("../images/icons/icon-pin.png") no-repeat 7px 6px;
}

.register-popup .t1 {
    text-align: center;
    margin: 0;
    padding: 0 0 3px 0;
    position: relative
}

.register-popup .t1 a {
    font-size: 14px;
    color: #2a2889;
    font-weight: 600;
    font-family: anaya;
    text-decoration: underline;
    padding: 0 10px
}

.register-popup .fCheckboxWrp .checkBoxList {
    width: 282px;
    text-align: center;
    float: none;
    margin: auto;
    font-size: 14px;
}

.register-popup .sbtn {
    max-width: 260px;
    width: 100%;
    text-align: center;
    color: #fff !important;
    font-size: 16px;
    float: none !important;
    background-color: #053c6d;
    border-radius: 5px;
    margin: 15px auto 15px auto;
    display: table;
    background-color: #2a2076;
    padding: 15px 30px 15px 15px !important;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #2c2a67;
    font-weight: bold;
    font-family: anaya;
}

.register-popup .sbtn:hover {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
}

.register-popup .sbtn.arrow {
    text-align: left;
    background: #2a2076 url(../images/icons/btn-arrow.png) right center no-repeat;
}


/*.........register-as end..............*/



/*.........signup-popup start..............*/

.signpopup {
    width: 98%;
    max-width: 392px;
    height: 310px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    z-index: 111111;
    padding: 20px 0
}

.signpopup .logo {
    width: 170px;
    height: auto;
    margin: auto
}

.loginformBox {
    padding: 0 20px;
}

.loginformBox input.iconcode {
    background: url("../images/icons/icon-code.png") no-repeat 5px 6px;
}

.loginformBox input.iconemail {
    background: url("../images/icons/icon-email.png") no-repeat 5px 6px;
}

.loginformBox .formWrp {
    margin-bottom: 15px;
}

.loginformBox .nextBtnWrp.mart {
    margin: 0;
}

/*...................signup-popup end..............*/


.Deshboard-wapper {
    position: relative;
    height: 80vh;
}

.formContent {
    background-color: #fff;
    position: relative;
    padding: 20px 20px 20px;
    margin: 15px 0px;
    overflow: hidden;
}


.formContent.BlueBox {
    background-color: #2a2076;
    color: #fff;
    font-size: 16px;
    text-align: left !important
}

.formContent.BlueBox hr {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
    border: 0;
    border-top: 1px solid #6a639f;
}

.TextQuatation {
    position: relative;
    text-align: center
}

.TextQuatation p.a1 {
    font-size: 15px;
    color: #575757;
    margin-bottom: 15px
}

.TextQuatation p.a1 .span1 {
    font-size: 18px;
    color: #280071;
    font-weight: 600;
    font-family: anaya;
}

.TextQuatation p.a1 .span2 {
    font-size: 15px;
    color: #333333;
    font-weight: 600;
    font-family: anaya;
}

.formContent.BlueBox .TextQuatation {
    position: relative;
    text-align: left
}

.formContent.BlueBox h2 {
    color: #fff;
    font-weight: bold;
    font-family: anaya;
    font-size: 20px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
}

.formContent.BlueBox p.c1 {
    color: #fff;
    font-size: 15px;
    text-align: center;
    margin-bottom: 0;
}

.discount {
    position: relative;
    text-align: left
}

.discount .left {
    font-weight: 500;
    color: #343434;
    font-size: 16px;
}

.discount .right {
    font-weight: 500;
    color: #280071;
    font-size: 18px;
}

.Proposer {
    position: relative;
    text-align: left
}

.Proposer h2 {
    font-weight: bold;
    font-family: anaya;
    font-size: 19px;
    color: #2a2076;
    margin: 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #f3b6c7;
    text-align: center;
}

.Proposer ul {
    list-style: none;
    margin-bottom: 0;
}

.Proposer ul li {
    border-bottom: 1px solid #e9e8f1
}

.Proposer .left {
    font-weight: 500;
    color: #343434;
    font-size: 16px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}

.Proposer .left:before {
    content: ":";
    font-weight: 500;
    color: #343434;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 25px;
}

.Proposer .right {
    font-weight: 500;
    color: #00b4eb;
    font-size: 16px;
    padding-top: 10px;
    /*added by imtiyaz on 18-01-2023*/
    padding-bottom: 10px;
    display: flex;
    /*added by imtiyaz on 18-01-2023*/
    align-items: center;
    /*added by imtiyaz on 18-01-2023*/
    word-break: break-word;
}

.Proposer ul li.bordernone {
    border-bottom: 0px solid #e9e8f1;
}

.fortable {
    padding: 0;
}

.fortable .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.fortable .table-responsive .table th {
    background-color: #fff;
    font-size: 16px;
    color: #2a2076;
    font-weight: bold;
    font-family: anaya;
    line-height: 1.2em;
    padding: 12px 12px;
    /*change by imtiyaz 9-3-23*/
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ededed
}

.fortable .table-responsive .table th:first-child {
    text-align: left
}

.fortable .table-responsive .table th span {
    font-size: 14px;
    color: #333333;
    font-weight: 500;
}

.fortable .table-responsive .table td {
    padding: 10px 12px;
    /*change by imtiyaz 9-3-23*/
    font-size: 16px;
    color: #343434;
    font-weight: 600;
    font-family: anaya;
    vertical-align: middle;
    border: 1px solid #fff;
    text-align: center;
}

.fortable .table-responsive .table td:first-child {
    text-align: left
}

.fortable .table-responsive .table tr:nth-child(even) {
    background: #e5f6fc
}

.fortable .table-responsive .table tr:nth-child(odd) {
    background: #f7f7f7
}

.Username .fCheckboxWrp .checkBoxList {
    width: 100%;
}

.Username .fCheckboxWrp .checkBoxList h2 {
    font-size: 18px;
    color: #280071;
    font-weight: bold;
    font-family: anaya;
    border-bottom: 1px solid #ae95be;
    padding-bottom: 10px;
}

.userdetaile .formWrp .formrow .inputWrp.seticon input {
    padding-left: 0;
}

.userdetaile .lablelAnm.seticon .ffl-label {
    padding-left: 0px;
}

.userdetaile .formWrp {
    margin: 0;
    padding: 0;
}

.recomended-product {
    position: relative;
}

.recomended-product h2 {
    font-size: 18px;
    color: #280071;
    text-align: center;
    font-weight: bold;
    font-family: anaya;
    text-transform: uppercase;
}

.recomended-product p.t1 {
    font-size: 16px;
    color: #000;
    text-align: center;
    font-weight: normal
}

.recomended-product p.t2 {
    font-size: 16px;
    color: #000;
    text-align: center;
    font-weight: normal
}

.recomended-product .lightboxtext {
    background-color: #e8c2d0;
    width: 100%;
    padding: 15px;
    border-top-left-radius: 15px;
    display: table;
    max-width: 420px;
    margin: auto;
}

.recomended-product .lightboxtext .icon {
    width: 23px;
    height: 30px;
    /* float: left; */
    padding-right: 20px;
    border-right: 1px solid #d60d47;
    display: table-cell;
    vertical-align: middle;
}

.recomended-product .lightboxtext .text {
    width: calc(100% - 0px);
    font-size: 12px;
    color: #2a2076;
    float: left;
    padding-left: 20px;
}

.bodyContent {
    border-radius: 5px;
}

.recomended-product .bodyContent {
    width: 100%;
    position: relative;
    background: #fff;
    min-height: 200px;
    padding: 15px 15px 0px 15px;
    margin: 15px 0px 0 0;
    text-align: left;
    display: inline-block;
}

.recomended-product .bodyContent .policyBox {
    margin-right: 2%;
    width: 48%;
    min-height: 60px;
    display: inline-block;
    border-bottom: 1px solid #f3b6c7;
    padding-bottom: 10px;
    margin-bottom: 15px;
    float: left;
}

.recomended-product .bodyContent .policyBox .img {
    width: 35%;
    height: auto;
    display: inline-block;
    float: left
}

.recomended-product .bodyContent .policyBox .img img {
    width: 100%;
}

.recomended-product .bodyContent .policyBox .text {
    width: 65%;
    float: left;
    padding-left: 4%;
}

.recomended-product .bodyContent .policyBox .text h2 {
    font-size: 16px;
    color: #280071;
    text-align: left;
    text-transform: none;
    margin: 0 0 10px 0;
    padding: 0;
}

.recomended-product .bodyContent .policyBox .text p {
    font-size: 12px;
    color: #727272;
    margin: 0;
}

.recomended-product .bodyContent .policyBox .text .nextBtnWrp .btnWrp {
    width: 47%;
    margin: 0px 2% 0 0;
}

.recomended-product .bodyContent .policyBox .text .nextBtnWrp.mart {
    margin: 0px 0px 0px 0;
    text-align: left;
}

.recomended-product .bodyContent .policyBox .text .nextBtnWrp a {
    padding: 10px 20px 10px 10px !important;
    font-size: 12px;
    margin-bottom: 0;
}

.recomended-product .bodyContent .policyBox .text .nextBtnWrp a.white {
    border: 1px solid #2c2a67 !important;
    background-color: #fff;
    color: #2c2a67 !important;
    font-weight: bold;
    font-family: anaya;
}

.recomended-product .bodyContent .policyBox .text .nextBtnWrp a.white.arrow {
    background: #fff url(../images/icons/btn-arrow-w.png) right center no-repeat;
}

.recomended-product hr {
    border-top: 1px solid #e099b2;
}

.recomended-product .Product-banner {
    position: relative;
    width: 100%;
    max-width: 420px;
    margin: 0px auto 20px auto
}

.recomended-product .Product-banner img {
    width: 100%
}

.recomended-product .Product-banner .textwapper {
    width: 140px;
    height: 100px;
    position: absolute;
    left: 8%;
    top: 0;
    bottom: 0;
    margin: auto;
}

.recomended-product .Product-banner .textwapper h2 {
    font-size: 18px;
    color: #fff;
    text-align: left;
    font-weight: bold;
    font-family: anaya;
    text-transform: capitalize;
    margin: 0 0 5px 0;
    padding: 0;
}

.recomended-product .Product-banner .textwapper p {
    font-size: 12px;
    color: #fff;
    text-align: left;
}

.recomended-product .bodyContent .logotop {
    text-align: center;
    width: 100%;
}

.recomended-product .bodyContent h3 {
    font-size: 18px;
    color: #280071;
    text-align: left;
    font-weight: bold;
    font-family: anaya;
    text-transform: capitalize;
    margin: 20px 0 5px 0;
    padding: 0;
}

.recomended-product .bodyContent p.c1 {
    font-size: 16px;
    color: #343434;
    text-align: left;
    margin-bottom: 20px;
}

.recomended-product .bodyContent .offerdetails {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #e099b2;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: inline-block
}

.recomended-product .bodyContent .offerdetails .icon {
    width: 39px;
    float: left
}

.recomended-product .bodyContent .offerdetails .textw {
    width: calc(100% - 39px);
    float: left;
    padding-left: 10px;
}

.recomended-product .bodyContent .offerdetails .textw h4 {
    font-size: 16px;
    color: #000000;
    text-align: left;
    font-weight: bold;
    font-family: anaya;
    text-transform: capitalize;
    margin: 0px 0 5px 0;
    padding: 0;
}

.recomended-product .bodyContent .offerdetails .textw p.c1 {
    font-size: 16px;
    color: #343434;
    text-align: left;
    padding: 0;
    margin: 0;
    line-height: 1.2em;
}

.recomended-product .bodyContent ul.point {
    margin: 10px 0 30px 15px;
    padding: 0;
}

.recomended-product .bodyContent ul.point li {
    list-style: none;
    position: relative;
    margin: 0 0 5px 0px;
}

.recomended-product .bodyContent ul.point li::before {
    content: "\2022";
    color: #00a9e0;
    font-weight: bold;
    font-family: anaya;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.recomended-product .bodyContent p.comtext {
    font-size: 14px;
    color: #868686;
    text-align: left;
    padding: 0;
    margin: 0;
}

.DownloadBtn {
    background-color: #f1f2f7;
    padding: 20px;
    display: table;
    width: 100%;
    max-width: 400px;
    margin: 15px auto 0 auto
}

.DownloadBtn p {
    display: table-cell;
    vertical-align: middle;
    font-weight: 18px;
    color: #2a2076;
    font-weight: bold;
    font-family: anaya;
}

.DownloadBtn a {
    width: 130px;
    float: right
}

.DownloadBtn img {
    width: 100%;
}

#index {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 30px;
    background: rgba(0, 0, 0, 0.1);
}

@media(max-width:780px) {
    .nextBtnWrp.mart {
        margin: 15px 0px;
    }

    .tabWrap {
        /* display: inherit; */
    }

    .recomended-product .bodyContent .policyBox {
        width: 100%;
        margin-right: 0;
    }
}

@media(max-width:420px) {

    .nextBtnWrp .privBtn,
    .nextBtnWrp .nextBtn {
        padding: 15px 50px;
    }

    /* comment by imtiyaz on 9-3-23 */
    /* .Proposer .left {  
        font-size: 13px;
    } */

    .Proposer .left:before {
        font-size: 18px;
    }

    /* comment by imtiyaz on 9-3-23 */
    /* .Proposer .right {
        font-size: 14px;
    } */
}

@media(max-width:380px) {
    .recomended-product .bodyContent .policyBox .text .nextBtnWrp a {
        font-size: 10px;
    }

    .recomended-product .bodyContent .policyBox .text h2 {
        font-size: 12px;
    }

    nav .rightIcons .iconBox a img {
        width: 24px;
    }

    .footer .linkBox p {
        font-size: 10px;
    }

    .footer .linkBox a img {
        width: 25px;
    }
}

@media only screen and (max-width:330px) {
    .footer .linkBox p {
        font-size: 10px;
    }

    .dashboard .dProcess .dpBox p {
        font-size: 12px;
    }

    .tabWrap .tabs span {
        font-size: 12px;
        line-height: 1.2em
    }

    .tabWrap .tabs span img {
        width: 19px;
    }

    .tabWrap .tabs {
        height: 44px;
    }

    .tabWrap .tabs.complate:before {
        height: 44px;
    }

}

/*.arrow-right{  width: 0;  height: 0; border-top: 60px solid transparent; border-bottom: 60px solid transparent;  border-left: 60px solid green;}*/



/*......................................health CSS START.............................*/
.toptable {
    background: #FFF;
    padding: 20px 20px 20px;
    margin: 15px 0px;
    overflow: hidden;
}

.top-table-inner-top {
    border-bottom: 1px solid #e49ab1;
    padding-bottom: 15px;
}

.top-table-inner-top-left {
    width: 80%;
    display: inline-block;
}

.top-table-inner-top h3 {
    flex-grow: 1;
    text-align: left;
    font-size: 16px;
    color: #2a2076;
    text-transform: capitalize;
    font-weight: 400;
    margin: 0 0 15px 0;
}

.top-table-inner-top-right {
    width: 19%;
    display: inline-block;
}

.top-table-inner-top .droop-box select {
    border: 1px solid #dfe0e5;
    box-shadow: -3px -4px 0px rgba(0 0 0 / 10%);
    border-radius: 20px;
    width: 100%;
    padding: 12px 20px;
    color: #2a2076;
    font-size: 16px;
    font-weight: 400;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    background: url("../images/icons/droopdown-arrow.png")no-repeat calc(100% - 15px);
    position: relative;
}

.top-table-inner-top .droop-box select:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 20px;
    right: 0;
    bottom: 0;
    background: url("../images/icons/droopdown-arrow.png")no-repeat right center;
}

.top-table-inner-top .droop-box select::placeholder {
    color: #2a2076;
}

.form-box-left {
    width: 20%;
    display: inline-block;
    padding-right: 15px;
}

.top-table-inner-top .droop-box .top-table-inner-top-right select {
    width: 100%;
}

.top-table-inner-bot {
    width: 100%;
    float: left;
    padding: 15px 0 0 0;
}

.top-table-inner-bot .box-left {
    float: left;
    width: 50%;
}

.box-right {
    float: right;
    width: 50%;
    text-align: right;
}

.box-right .box-inner-main {
    float: right;
}

.toptable p {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.radio-bot label {
    color: #2a2076;
    font-size: 16px;
    font-weight: 400;
}

.top-table-inner-button {
    margin: 10px 0 0 0;
    display: inline-block;
    width: 100%;
}

.top-table-inner-button a {
    display: block;
    padding: 10px;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    color: #280071;
    text-decoration: none;
}

.bodycontentsub {
    padding: 20px 20px 20px;
    margin: 0px;
}

.bodycontentsub p {
    font-size: 15px;
    line-height: 20px;
    color: #2a2076;
    margin: 0;
}

.table-main {
    width: 100%;
    float: left;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 1000px;
    max-width: 100%;
}

th,
td {
    text-align: left;
    padding: 8px;
}

.table-main table tr {
    width: 100%;
}

.table-main table tr td {
    border: 0px none;
    padding: 15px;
}

.table-main table tr th {
    background: rgba(178, 229, 246, 50%);
    padding: 15px 15px;
    border-right: 1px solid #c6d9ec;
    font-size: 15px;
    line-height: 20px;
    color: #280071;
    font-weight: 500;
}

.table-main table tr th:last-child {
    border-right: 0px none;
}

.tab-main-spacer {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.tab-main-spacer .top-table-inner-bot {
    padding: 0 15px 15px 15px;
}

.table-main table tr td input {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    border: 1px solid #e1e1e1;
    padding: 12px 15px;
    position: relative;
}

.table-main table tr td input::placeholder {
    color: #000;
}

.inputWrp.lablelAnm.top2.pad0.seticon {
    position: relative;
}

img.ui-datepicker-trigger {
    position: absolute;
    right: 15px;
    top: 10px;
}

.bodyContent.bodycontentsub {
    background: transparent !important;
}

/*SWITCH BUTTON*/
.switch-field {
    box-shadow: -1px -3px 1px rgb(0 0 0 / 12%) !important;
    border: 1px solid #d4d4d4;
    border-radius: 15px;
    padding: 6px;
    width: auto;
    float: right;
    vertical-align: middle;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    position: relative;
    padding: 0px 7px 0px 7px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    color: #280071;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input.no:checked+label:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background: url("../images/icons/icon-radio-no.png") no-repeat center center;
    background-size: 100% 100%;
    box-shadow: none;
    z-index: 1;
}

.switch-field input.yes:checked+label:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background: url("../images/icons/icon-radio-active.png") no-repeat center center;
    background-size: 100% 100%;
    box-shadow: none;
    z-index: 1;
}

.switch-field label:first-of-type {
    border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
    border-radius: 0 4px 4px 0;
}

/*SWITCH BUTTON*/

.female-main .inputWrp.lablelAnm.top2.pad0.seticon {
    width: auto;
    display: inline-block;
    border-bottom: 1px solid #e49ab1;
    padding-bottom: 20px;
}

.female-main .box-left p {
    margin: 9px 0 9px 0;
}

.form-box {
    width: 100%;
    float: left;
}

.female-main .form-box .inputWrp.lablelAnm.top2.pad0.seticon,
.form-box .inputWrp.lablelAnm.top2.pad0.seticon {
    border: 0px none;
    padding: 0;
    margin: 15px 0 0 0;
    width: 100%;
}

.female-main .form-box .formWrp .formrow .inputWrp.seticon input {
    padding-left: 0;
}

.form-box .formWrp .formrow .inputWrp.seticon input[type="text"] {
    padding-left: 0 !important;
}

.female-main .form-box .lablelAnm.seticon .ffl-label,
.form-box .lablelAnm.seticon .ffl-label {
    padding-left: 0;
}

.female-main .form-box .formWrp .formrow .inputWrp.seticon input::placeholder,
.form-box .formWrp .formrow .inputWrp.seticon input::placeholder {
    color: #2a2076;
}

.hub-part h3 {
    color: #00a9e0;
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
    font-family: anaya;
    margin: 0px 0 10px 0;
    border-bottom: 1px solid #d4cce7;
    padding: 0 15px 15px 15px;
}

.family-main .full-width {
    width: 100%;
}

.family-main .full-width .radio-bot {
    float: left;
    margin-top: 10px;
}

.bodyContent.family-main p {
    color: #000;
}

.family-heading {
    background: #2a2076 !important;
    text-align: center;
    margin-bottom: 0 !important;
}

.family-heading h3 {
    font-size: 17px;
    line-height: 20px;
    color: #fff;
    font-weight: 700;
    font-family: anaya;
    margin: 0;
    text-transform: uppercase;
}

.detail-box h3 {
    color: #00a9e0;
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
    font-family: anaya;
    margin: 0px 0 10px 0;
    padding: 0 15px 15px 0px;
}

.detail-box .lablelAnm2.floated .ffl-label {
    top: -9px;
    margin-left: 0;
}

.detail-box .formWrp .formrow .selectWrp.education .selectDefault {
    padding-left: 0;
    background: none;
}

.bodyContent.family-bot {
    background: transparent !important;
    text-align: center;
}

.family-bot .btnbox {
    display: inline-block;
    margin: 0px auto;
    width: 25%;
}

.family-bot a {
    max-width: 250px;
    width: 100%;
    text-align: left;
    color: #fff !important;
    font-size: 16px;
    float: none !important;
    background-color: #053c6d;
    border-radius: 0px;
    margin: 10px auto 5px auto;
    display: table;
    background-color: #2a2076;
    padding: 15px 30px 15px 15px !important;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #2c2a67;
}

.family-bot a.whitebg {
    color: #053c6d !important;
}

.female-main {
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
}

.family-bot a.whitebg.arrow {
    text-align: left;
    background: #fff url(../images/icons/minus-bot.png) calc(100% - 15px) center no-repeat;
}

.family-bot a.arrow {
    text-align: left;
    background: #2a2076 url(../images/icons/plus-bot.png) calc(100% - 15px) center no-repeat;
}

.covid-box {
    margin: 10px 0 10px 0;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 13px;
}

.covid-box:last-child {
    border: 0px none;
    padding-bottom: 0;
}

.covid-box-2 {
    margin: 10px 0 10px 0;
}

.covid-box-2 label {
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: ease;
    transition-delay: 0s;
    position: absolute;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    pointer-events: none;
    font-size: 16px;
    font-weight: 500;
    color: #727272;
    top: 0.25rem;
    padding-left: 45px;
    padding-top: 11px;
}

.covid-box-2 label {
    padding-left: 0px !important;
}

.covid-box-2 input {
    width: 100%;
    height: 40px;
    color: #2e296b;
    font-size: 17px;
    font-weight: bold;
    font-family: anaya;
    padding-top: 10px;
    padding-bottom: 0;
}

.covid-box-2 .inputWrp.lablelAnm.top2.pad0.seticon {
    padding-bottom: 0px;
}

.box-left.full-width {
    float: left;
}

.full-width .switch-field {
    float: left;
}

.covid-heading {
    background: #00b4eb !important;
    text-align: center;
    margin: 0 !important;
}

.covid-heading h3 {
    font-size: 17px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}

.covid-text {
    background: transparent !important;
    padding: 0 !important;
}

.covid-text p {
    color: #000;
    padding: 10px 0 5px 0;
}

.tab-main-spacer p {
    color: #000;
}

.bodyContent.female-main p {
    color: #000;
}


/* ::-webkit-scrollbar {
    height: 2px;
    width: 5px;
} */

/* Track */
/* ::-webkit-scrollbar-track {
    border-radius: 8px;
    background: #f0f0f0;
} */

/* Handle */
/* ::-webkit-scrollbar-thumb {
    background: #280085;
    border-radius: 8px;
} */

/* Handle on hover */
/* ::-webkit-scrollbar-thumb:hover {
    background: #280085;
} */

@media only screen and (max-width: 820px) {
    ::-webkit-scrollbar {
        height: 5px;
        width: 5px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        border-radius: 8px;
        background: #f0f0f0;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: #280085;
        border-radius: 8px;
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #280085;
    }
}

@media(max-width:990px) {
    .family-main .full-width .switch-field {
        float: left;
        margin-top: 7px;
    }

    .table-main table tr td input {
        font-size: 11px;
        line-height: 20px;
        padding: 12px 10px;
    }

    .top-table-inner-bot .box-left {
        width: 70%;
    }

    .box-right {
        width: 30%;
    }
}

@media(max-width:767px) {
    .top-table-inner-top-left {
        width: 67%;
        display: inline-block;
    }

    .top-table-inner-top-right {
        width: 31%;
        display: inline-block;
    }

    .form-box-left {
        width: 49%;
        display: inline-block;
        padding-right: 10px;
    }

    .top-table-inner-top .droop-box select {
        padding: 7px 11px;
        font-size: 14px;
        font-weight: 400;
        background-position: calc(100% - 8px);
        box-shadow: -3px -2px 0px rgb(0 0 0 / 10%);
    }

    .top-table-inner-bot .box-left {
        float: left;
        width: 70%;
    }

    .box-right {
        width: 30%;
    }

    .radio-bot {
        width: auto;
        padding: 5px 11px;
        box-shadow: -3px -2px 0px rgb(0 0 0 / 10%);

    }

    .button {
        width: 56px;
        height: 23px;
        margin-left: -6px;
    }

    #button-1 .knobs:before {
        background-size: 86%;
    }

    #button-1 .knobs:after {
        font-size: 12px;
    }

    #button-1 .checkbox:checked+.knobs:after {
        font-size: 12px;
        right: 9px;
    }

    #button-1 .checkbox:checked+.knobs:before {
        background-size: 86%;
    }

    .bodyContent.bodycontentsub {
        padding: 0 15px !important;
    }

    .table-main .table {
        border-collapse: collapse;
        max-width: 704px !important;
        width: 1000px !important;
    }

    img.ui-datepicker-trigger {
        right: 7px;
        top: 12px;
        width: auto;
    }

    .female-main .inputWrp.lablelAnm.top2.pad0.seticon {
        width: 100%;
        display: inline-block;
        border-bottom: 1px solid #e49ab1;
        padding-bottom: 8px;
    }

    .female-main .box-left p {
        margin: 0 0 9px 0;
    }

    .female-main .form-box .inputWrp.lablelAnm.top2.pad0.seticon,
    .form-box .inputWrp.lablelAnm.top2.pad0.seticon {
        padding: 0;
        margin: 0 0 0 0;
    }

    .tab-main-spacer .top-table-inner-bot {
        padding: 0 15px;
        margin: 0 0 0px 0;
    }

    .fCheckboxWrp .checkBoxList {
        width: 100%;
    }

    .box-left.full-width {
        width: 100% !important;
    }

    .family-bot a {
        font-size: 13px;
        padding: 15px 20px 15px 7px !important;
    }

    .family-bot .btnbox {
        width: 49%;
    }

    .family-bot a.arrow {
        text-align: left;
        background-position: calc(100% - 9px) center no-repeat;
        background-size: 14%;
    }

    .bodyContent.family-bot {
        padding: 0 9px !important;
    }

    .family-main .full-width .switch-field {
        float: left;
        margin-top: 7px;
    }

    .covid-box-2 .box-left {
        width: 50%;
        padding-right: 15px;
    }

    .covid-box-2 .box-right {
        width: 50%;
    }

    .box-right input {
        width: 100%;
    }

    .top-table-inner-bot.calender-part .box-left {
        width: 50%;
    }

    .top-table-inner-bot.calender-part .box-right {
        width: 50%;
    }

    .table-main table tr td input {
        font-size: 11px;
        line-height: 20px;
        padding: 12px 10px;
    }

    .calender-part img.ui-datepicker-trigger {
        right: 7px;
        top: 0px;
        width: auto;
    }
}

@media(max-width:580px) {
    .calender-part img.ui-datepicker-trigger {
        right: 7px;
        top: 0px;
        width: auto;
    }
}

@media(max-width:480px) {
    img.ui-datepicker-trigger {
        right: 7px;
        top: 10px;
        width: auto;
    }

    .table-main table tr td input {
        font-size: 10px;
    }

}

@media(max-width:360px) {
    .top-table-inner-top-left {
        width: 67%;
        display: inline-block;
    }

    .top-table-inner-top-right {
        width: 31%;
        display: inline-block;
    }

    .form-box-left {
        width: 49%;
        display: inline-block;
        padding-right: 10px;
    }

    .top-table-inner-top .droop-box select {
        padding: 7px 11px;
        font-size: 12px;
        font-weight: 400;
        background-position: calc(100% - 8px);
        box-shadow: -3px -2px 0px rgb(0 0 0 / 10%);
    }

    .top-table-inner-bot .box-left {
        float: left;
        width: 60%;
    }

    .box-right {
        width: 40%;
    }

    .radio-bot {
        width: auto;
        padding: 5px 11px;
        box-shadow: -3px -2px 0px rgb(0 0 0 / 10%);

    }

    .button {
        width: 56px;
        height: 23px;
        margin-left: -6px;
    }

    #button-1 .knobs:before {
        background-size: 86%;
    }

    #button-1 .knobs:after {
        font-size: 12px;
    }

    #button-1 .checkbox:checked+.knobs:after {
        font-size: 12px;
        right: 9px;
    }

    #button-1 .checkbox:checked+.knobs:before {
        background-size: 86%;
    }

    .bodyContent.bodycontentsub {
        padding: 0 15px !important;
    }

    .table-main .table {
        border-collapse: collapse;
        max-width: 704px !important;
        width: 1000px !important;
    }

    img.ui-datepicker-trigger {
        right: 7px;
        top: 10px;
        width: 23%;
    }

    .calender-part img.ui-datepicker-trigger {
        right: 7px;
        top: 0px;
        width: 23%;
    }

    .female-main .inputWrp.lablelAnm.top2.pad0.seticon {
        width: 100%;
        display: inline-block;
        border-bottom: 1px solid #e49ab1;
        padding-bottom: 8px;
        overflow: hidden;
    }

    .female-main .box-left p {
        margin: 0 0 9px 0;
    }

    .female-main .form-box .inputWrp.lablelAnm.top2.pad0.seticon,
    .form-box .inputWrp.lablelAnm.top2.pad0.seticon {
        padding: 0;
        margin: 0 0 0 0;
    }

    .tab-main-spacer .top-table-inner-bot {
        padding: 0 15px;
        margin: 0 0 0px 0;
    }

    .fCheckboxWrp .checkBoxList {
        width: 100%;
    }

    .box-left.full-width {
        width: 100% !important;
    }

    .family-bot a {
        font-size: 13px;
        padding: 15px 20px 15px 7px !important;
    }

    .family-bot .btnbox {
        width: 49%;
    }

    .family-bot a.arrow {
        text-align: left;
        background-position: calc(100% - 9px) center no-repeat;
        background-size: 14%;
    }

    .bodyContent.family-bot {
        padding: 0 9px !important;
    }

    .family-main .full-width .switch-field {
        float: left;
        margin-top: 7px;
    }

    .switch-field label {
        font-size: 14px;
    }

    .table-main table tr td input {
        font-size: 11px;
        line-height: 20px;
    }

    .covid-box-2 .box-left {
        width: 50%;
    }

    .covid-box-2 input {
        font-size: 14px;
    }

    .covid-box-2 img.ui-datepicker-trigger {
        width: 16%;
    }
}

@media(max-width:320px) {
    .switch-field label {
        font-size: 14px;
    }

    .table-main table tr td input {
        font-size: 10px;
    }
}

/*....................................health CSS end.......................................*/


/*..................................AGENT SECTION START.....................................*/
.agent-form .inputWrp.lablelAnm.top2.pad0.seticon {
    margin: 0;
}

p.text-qute {
    display: inline-block;
    width: 100%;
    background: #f1f2f7;
    padding: 10px 15px;
    color: #000;
}

.agent-heading h3 {
    padding: 0;
    margin: 0;
    color: #2a2076;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    font-family: anaya;
}

.agent-tab-main {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #d4d2e4;
}

.agent-tab-main .droop-box {
    width: 100%;
    display: inline-block;
}

.agent-tab-main .droop-box input[type=text] {
    box-shadow: -1px -3px 1px rgb(0 0 0 / 12%) !important;
    border: 1px solid #d4d4d4;
    border-radius: 15px;
    padding: 6px 0px;
    width: 29.33%;
    text-align: center;
    vertical-align: middle;
    color: #2a2076;
    font-size: 17px;
    line-height: 28px;
    font-weight: 700;
    font-family: anaya;
    margin: 0 5px;

}

.agent-form .top-table-inner-bot .box-left h4 {
    font-size: 16px;
    font-weight: 700;
    font-family: anaya;
    color: #2c1b7a;
}

.agent-form .top-table-inner-bot .box-left p span {
    color: #00b4eb;
}

.agent-report p {
    color: #000;
}

.agent-inner-form .formWrp {
    margin-top: 0;
}

.agent-inner-form p {
    margin-bottom: 0;
}

.agent-inner-form .formWrp .formrow .selectWrp.education .selectDefault {
    background: none;
    padding-left: 0;
}

.agent-form-border {
    border-bottom: 1px solid #d4d2e4;
    padding: 10px 0 12px 0;
    display: inline-block;
    width: 100%;
}

.form-border {
    display: inline-block;
    width: 100%;
    padding: 0;
}

.form-border .fCheckboxWrp .checkBoxList {
    border-bottom: 1px solid #c0b7bf;
    width: 100%;
    padding: 11px 0 10px 0;
}

.form-border .fCheckboxWrp:first-child .checkBoxList {
    border-top: 1px solid #c0b7bf;
    border-bottom: 0px none;
}

.form-border .fCheckboxWrp:last-child .checkBoxList {
    border-bottom: 0px none;
}

.agent-down-part .box-left.full-width {
    width: 100%;
    border-bottom: 1px solid #f3b6c7;
}

.agent-down-part .box-left.full-width input {
    width: 100%;
    height: 40px;
    color: #2e296b;
    font-size: 17px;
    font-weight: bold;
    font-family: anaya;
    padding-top: 10px;
    padding-bottom: 0;
}

.agent-down-part .lablelAnm.seticon .ffl-label {
    padding-left: 0;
}

.agent-down-part img.ui-datepicker-trigger {
    position: absolute;
    right: 0;
    top: 10px;
}

@media(max-width:767px) {
    .agent-tab-main .droop-box input[type=button] {
        padding: 1px 9px;
        font-size: 15px;
    }

    .agent-heading h3 {
        margin: 0 0 7px 0;
        font-size: 15px;
        line-height: 20px;
    }

    .agent-form .top-table-inner-bot .box-left h4 {
        margin: 0;
    }

    .agent-down-part img.ui-datepicker-trigger {
        width: auto;
    }

    .top-table-inner-bot {
        width: 100%;

    }

    .bodyContent.detail-box.agent-down-part {
        padding: 0px 15px 13px 15px;
    }

    .box-left.full-part {
        width: 100%;
    }
}

@media(max-width:360px) {
    .agent-tab-main .droop-box input[type=button] {
        padding: 1px 9px;
        font-size: 15px;
    }

    .agent-heading h3 {
        margin: 0 0 7px 0;
        font-size: 15px;
        line-height: 20px;
    }

    .agent-form .top-table-inner-bot .box-left h4 {
        margin: 0;
    }

    .agent-down-part img.ui-datepicker-trigger {
        width: auto;
    }

    .top-table-inner-bot {
        width: 100%;

    }

    .bodyContent.detail-box.agent-down-part {
        padding: 0px 15px 13px 15px;
    }

    .box-left.full-part {
        width: 100%;
    }
}


/*.................................AGENT SECTION END.................................*/

/*..............................TERMS AND CONDITION SECTION START..................................*/

.condition-main-part .condition-list-box {
    padding: 0;
}

.condition-main-part .condition-list-box h3.condition-heading {
    font-size: 16px;
    line-height: 28px;
    color: #2a2076;
    font-weight: 700;
    font-family: anaya;
    margin: 0;
    padding: 0 0 15px 0;
}

.condition-main-part .condition-list-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.condition-main-part .condition-list-box ul li {
    font-size: 15px;
    line-height: 20px;
    color: #000;
    position: relative;
    padding: 0 0 15px 15px;
}

.condition-main-part .condition-list-box ul li:before {
    position: absolute;
    content: "";
    height: 7px;
    width: 7px;
    background: #2c1b7a;
    border-radius: 50%;
    left: 0px;
    top: 6px;
}

.condition-qute-text {
    margin: 10px 0 20px 0;
    background: #f1f2f7;
}

.condition-qute-text p.text-qute {
    display: inline-block;
    width: 100%;
    background: #f1f2f7;
    padding: 12px 15px;
    color: #000;
}

.condition-qute-text .fCheckboxWrp {
    position: relative;
    width: 100%;
    padding: 15px 15px;
}

.condition-main-part .condition-list-box ul li strong {
    color: #2c1b7a;
}

.condition-image-box {
    width: max-content;
    margin: 30px auto;
    border: 1px solid #d2d2d2;
    height: auto;
    border-radius: 5px;
}

.condition-bot-part .top-table-inner-bot {
    width: 100%;
    float: none;
    padding: 15px 0 40px 0;
    display: inline-block;
}

.top-table-inner-bot .box-left {
    float: left;
    width: 50%;
}

.box-right {
    float: right;
    width: 50%;
    text-align: right;
}

.condition-bot-part p {
    color: #000;
    margin: 0;
}

.condition-bot-part .fCheckboxWrp {
    position: relative;
    width: 100%;
    display: inline-block;
}

/*SWITCH BUTTON*/
.switch-field {
    /* box-shadow: -1px -3px 1px rgb(0 0 0 / 12%) !important; */
    box-shadow: none !important;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    padding: 4px 0px;
    width: auto;
    float: right;
    vertical-align: middle;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    position: relative;
    padding: 0px 7px 0px 7px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    color: #280071;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input.no:checked+label:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 31px;
    height: 26px;
    border-radius: 5px;
    background: url("../images/icons/icon-radio-no.png") no-repeat center center;
    background-size: 100% 100%;
    box-shadow: none;
    z-index: 1;
}

.switch-field input.yes:checked+label:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 31px;
    height: 26px;
    border-radius: 5px;
    background: url("../images/icons/icon-radio-active.png") no-repeat center center;
    background-size: 100% 100%;
    box-shadow: none;
    z-index: 1;
}

.switch-field label:first-of-type {
    border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
    border-radius: 0 4px 4px 0;
}

/*SWITCH BUTTON*/
.condition-bot-part .fCheckboxWrp .checkBoxList {
    width: 100%;
}

.condition-bot-part .fCheckboxWrp .checkBoxList .fbContr {
    display: block;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.70);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.signature-box {
    width: 70%;
    margin: 30px auto;
    border: 1px solid #d2d2d2;
    border-radius: 8px;
    text-align: center;
    padding: 50px 15px;
}

.signature-box p {
    color: #20398e;
    font-weight: 600;
    font-family: anaya;
    margin-top: 7px;
}

/* start added by Snehal */
/* bhavesh 25/7/22 */

.form-control {
    width: 100%;
    height: calc(2.5rem + 1px) !important;
    border: none;
    border-bottom: 1px solid #f3b6c7;
    background: transprent;
    color: #2e296b;
    font-size: 17px;
    font-weight: bold;
    font-family: anaya;
    border-radius: 0 !important;
    padding: 1rem 0 0.3rem 5px !important;
}

.form-floating>label {
    padding: 0.4rem 0 !important;
}

.form-floating>label.foricon {
    padding-left: 44px !important;
}

.form-control:focus {
    box-shadow: unset !important;
    border: unset;
    border-bottom: 1px solid #f3b6c7;
}

.marl1 {
    margin-left: 62px;
}

label {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #727272 !important;
}

.form-select {
    height: calc(2.5rem + 1px) !important;
    border: none !important;
    border-bottom: 1px solid #f3b6c7 !important;
    background-color: transparent !important;
    color: #2e296b !important;
    font-size: 17px !important;
    font-weight: bold;
    font-family: anaya;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding-left: 3px;
}

/* end added by Snehal */
.form-floating>.form-select {
    padding-top: 0.925rem !important;
    padding-bottom: 0 !important;
}

.form-floating>.form-select.foricon {
    padding-left: 40px !important;
}

.formWrp .formrow .inputWrp input {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #f3b6c7;
    background: transprent;
    color: #2e296b;
    font-size: 17px;
    font-weight: bold;
    font-family: anaya;
    padding-top: 10px;
}

/* bhavesh 25/7/22 */
.form-box p {
    text-align: right;
    font-size: 12px;
    line-height: 23px;
    color: #000;
    font-weight: 700;
    font-family: anaya;
}

.terms-form .top-table-inner-bot {
    width: 100%;
    float: left;
    padding: 0;
}

.terms-form .top-table-inner-bot .formWrp {
    margin: 0;
}

.terms-form .top-table-inner-bot .lablelAnm.seticon .ffl-label {
    padding-left: 0;
}

.terms-form .top-table-inner-bot .formWrp .formrow .inputWrp.seticon input {
    padding-left: 0;
}

.terms-form .top-table-inner-bot .box-right .inputWrp.lablelAnm.top2.pad0.seticon {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #e49ab1;
    padding-bottom: 0px;
    padding-left: 15px;
}

.terms-form .box-left {
    padding-right: 15px;
}

.terms-form .top-table-inner-bot .box-right .inputWrp.lablelAnm.top2.pad0.seticon input {
    padding-bottom: 0;
    padding-top: 16px;
}

.terms-heading {
    background: #00b4eb !important;
    text-align: center;
    margin: 0 !important;
}

.terms-heading h3 {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin: 0;
}

.terms-main {
    background: #00a9e0 !important;
}

.terms-main .condition-sky-box .formWrp {
    margin-top: 0;
}

.terms-main .condition-sky-box .form-box .inputWrp.lablelAnm.top2.pad0.seticon {
    border: 0px none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.terms-main .condition-sky-box .form-box .lablelAnm .ffl-label {
    color: #fff;
}

.terms-main .condition-sky-box .form-box .formWrp .formrow .inputWrp input {
    color: #fff;
}

.terms-main .condition-sky-box .form-box .formWrp .formrow .inputWrp input {
    border-bottom: 1px solid #fff;
}

.terms-text-body {
    background: transparent !important;
    padding: 0 15px 15px 15px !important;
}

.terms-text-body p {
    padding: 0 0px 15px 0px !important;
    color: rgba(0, 0, 0, 0.8);
}

.confindition-cheeck {
    border-top: 1px solid #bfb7bf;
    padding-top: 15px;
}

.confindition-cheeck .fCheckboxWrp .checkBoxList {
    width: 100%;
}

.confindition-cheeck .fCheckboxWrp {
    position: relative;
    width: 100%;
    display: inline-block;
}

.confindition-cheeck .nextBtnWrp {
    width: 80%;
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.bodyContent.conf-box {
    padding: 0 !important;
    background: #ccf0fc !important;
}

.conf-box-left {
    width: 30%;
    background: #ccf0fc;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.conf-box-left img {
    padding-bottom: 10px;
}

.conf-box-right {
    width: 70%;
    background: #e5f7fc;
    display: table-cell;
    padding: 30px 30px 15px 30px;
}

.conf-box-right ul {
    list-style: none;
}

.conf-box-right ul li {
    font-size: 15px;
    line-height: 20px;
    color: #000;
    position: relative;
    padding: 0 0 15px 15px;
}

.conf-box-right ul li:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 3px;
    background: #2c1b7a;
    border-radius: 0px;
    left: 0px;
    top: 5px;
}

.condition-qute-text p span {
    color: #2c1b7a;
    font-weight: 600;
    font-family: anaya;
}

.bodyContent.conf-box {
    padding: 0 !important;
    background: #e5f7fc !important;
}

@media(max-width:990px) {
    .confindition-cheeck .nextBtnWrp.mart {
        margin: 0 auto;
    }
}

@media(max-width:767px) {}

@media(max-width:580px) {

    .confindition-cheeck .nextBtnWrp a.whitebg,
    .confindition-cheeck .nextBtnWrp a {
        font-size: 14px;
    }
}

@media(max-width:480px) {
    .confindition-cheeck .nextBtnWrp .btnWrp {
        width: 100%;
    }
}

@media(max-width:360px) {
    .condition-main-part .condition-list-box ul p {
        padding-left: 15px;
    }

    /** Added by Imtiyaz **/
    .form-control {
        width: 100%;
        height: calc(2.5rem+1px) !important;
        border: none;
        border-bottom: 1px solid #f3b6c7;
        background: transparent;
        color: #2e296b;
        font-size: 14px;
        font-weight: bold;
        font-family: anaya;
        border-radius: 0 !important;
        padding: 1rem 0 0.3rem 0px !important;

    }



    /* .condition-image-box {
        width: 70%;
        height: 168px;
    } */

    .signature-box {
        width: 100%;
        margin-bottom: 0px;
    }

    .terms-form .top-table-inner-bot .box-right .inputWrp.lablelAnm.top2.pad0.seticon input {
        width: 100%;
    }

    .confindition-cheeck .nextBtnWrp {
        width: 100%;
    }

    .confindition-cheeck .nextBtnWrp .btnWrp {
        width: 100%;
    }

    /* comment by imtiyaz */
    /* .conf-box-left {
        width: 36%;
        padding-left: 15px;
        padding-right: 15px;
    } */

    /* .conf-box-right {
        width: 64%;
    } */
}

@media(max-width:320px) {
    .conf-box-left {
        padding-left: 5px;
        padding-right: 5px;
    }

    .conf-box-right {
        padding: 30px 30px 15px 0px;
    }

    ol,
    ul {
        padding-left: 1rem !important;
    }

    .conf-box-right ul li {
        font-size: 11px;
    }
}

/*...............................TERMS AND CONDITION SECTION END......................................*/

/*......................FACTA CRS SECTION START..................................*/
.bodyContent.crs-main {
    padding: 7px 15px 15px 15px !important;
}

.crs-main .inputWrp.lablelAnm.top2.pad0 {
    margin-bottom: 12px;
}

.crs-form-box .crs-form-box-half {
    width: 50%;
    display: inline-block;
}

.crs-form-box .formWrp {
    width: auto;
}

.crs-form-box .formWrp .formrow .selectWrp.s2 {
    width: 100%;
    background: url(../images/icons/green-arrow.png) no-repeat right 49%;
}

.crs-second h3 {
    color: #00a9e0;
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
    font-family: anaya;
    margin: 0px 0 0px 0;
    padding: 0px 0px 10px 0px;
    text-align: left;
    /*chamge by imtiyaz*/
}

.crs-second .crs-radio {
    background: #f2f3f8;
    padding: 12px 10px;
    margin: 0px 0 15px 0;
}

.crs-second .crs-radio label {
    font-size: 14px;
    line-height: 1.2em;
    color: #000;
    font-weight: 500;
    width: calc(100% - 23px);
}

.crs-second .formWrp .row:last-child .crs-radio {
    margin-bottom: 0;
}

@media screen and (max-width: 541px) {
    .crs-second .crs-radio {
        margin: 0px 8px 15px 8px;
    }
}

.crs-second .crs-radio input[type="radio"] {
    -webkit-appearance: radio;
    margin: 0 6px 0 0;
}

.crs-third .crs-form-box .lablelAnm.seticon .ffl-label {
    padding-left: 0;
}

.crs-third .formWrp .formrow .inputWrp.seticon input {
    padding-left: 0;
}

.crs-third .box-right .inputWrp.lablelAnm.top2.pad0.seticon {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #e49ab1;
    padding-bottom: 0px;
    padding-left: 15px;
}

.crs-third .lablelAnm.seticon .ffl-label {
    padding-left: 0;
}

.crs-third .box-right .inputWrp.lablelAnm.top2.pad0.seticon input {
    padding-bottom: 0;
    padding-top: 16px;
}

.crs-third .formWrp {
    margin-top: 5px;
}

.crs-third .top-table-inner-bot {
    width: 100%;
    float: left;
    padding: 10px 0 0 0;
}

.crs-third .crs-inner-box {
    width: 100%;
    display: inline-block;
    background: #f2f3f8;
    padding: 12px 20px;
    margin: 10px 0 15px 0;
}

.crs-third .crs-inner-box .box-left {
    width: 50%;
    float: left;
}

.crs-third .right-part.lablelAnm.seticon .ffl-label {
    padding-left: 0;
    right: 15px;
}

.crs-third .box-right .inputWrp.right-part.lablelAnm.top2.pad0.seticon input {
    text-align: right;
    padding-right: 15px;
    width: 100%;
    color: #2e296b;
    font-size: 17px;
    font-weight: bold;
    font-family: anaya;
    padding-top: 10px;
}

.crs-inner-box .box-left p {
    margin: 0;
    padding-top: 10px;
}

.crs-third .box-left {
    padding-right: 15px;
}

.crs-third .box-right {
    padding-left: 15px;
}

.crs-text-box {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #dbd7e8;
    padding: 7px 0 0 0;
    margin-top: 10px;

}

.crs-text-box p {
    padding: 0;
    margin: 5px 0 0 0;
}

.crs-text-box p strong {
    font-size: 17px;
    line-height: 22px;
    color: #2a2076;
    font-weight: 700;
    font-family: anaya;
    padding: 0;
    margin: 0;
}

.crs-fourth {
    background: transparent !important;
    padding: 0 15px 0px 15px !important;
}

.crs-table-box {
    display: inline-block;
    width: 100%;
}

.crs-table-box-text {
    text-align: center;
}

.crs-table-box-text h3 {
    font-size: 20px;
    line-height: 30px;
    color: #2a2076;
    font-weight: 700;
    font-family: anaya;
    margin-top: 0;
}

.crs-table-box-text p {
    margin: 0;
    padding-bottom: 15px;
}

.crs-table-box .table-main table tr th {
    background: #2c1b7a;
    padding: 25px 20px;
    border-right: 1px solid #c6d9ec;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    font-weight: 700;
    font-family: anaya;
}

.crs-table-box .table-main table tr th:first-child {
    background: #00b5f2;
}

.crs-table-box .table-main table tr td {
    border: 0px none;
    padding: 20px;
    display: table-cell;
    vertical-align: middle;
}

.crs-table-box .table-main table tr:nth-child(odd) td {
    background: #e5f7fc;
}

.crs-table-box .table-main table tr:nth-child(odd) td:first-child {
    background: #ccf0fc;
}

.crs-table-box .table-main table tr:nth-child(even) td {
    background: #f7f7f7;
}

.crs-table-box .table-main table tr:nth-child(even) td:first-child {
    background: #ffffff;
}

.crs-table-box ul {
    list-style: none;
}

.crs-table-box ul li {
    font-size: 15px;
    line-height: 20px;
    color: #000;
    position: relative;
    padding: 0 0 15px 15px;
}

.crs-table-box ul li:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 3px;
    background: #2c1b7a;
    border-radius: 0px;
    left: 0px;
    top: 5px;
}

.crs-table-box .table-main table tr td img {
    margin-bottom: 10px;
    padding-top: 10px;
}

.crs-table-box .table-main table tr td p {
    text-align: left;
    white-space: normal;
}

.crs-fourth p strong {
    font-size: 16px;
    line-height: 22px;
    color: #2a2076;
    font-weight: 700;
    font-family: anaya;
    padding: 0;
    margin: 0;
}

.crs-fourth ul {
    padding: 0 0 0 20px;
    list-style: none;
}

.crs-fourth ul li {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    position: relative;
    padding: 0 0 10px 15px;
}

.crs-fourth ul li:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 5px;
    background: #2c1b7a;
    border-radius: 50%;
    left: 0px;
    top: 6px;
}

.crs-form-box-radio {
    text-align: center;
}

.crs-form-box-radio .crs-radio {
    background: #f2f3f8;
    padding: 25px;
    border-radius: 8px;
}

.crs-form-box-radio .crs-radio input[type="radio"] {
    -webkit-appearance: radio;
    margin: 6px auto;
    display: block;
}

.crs-form-box-radio .crs-radio label {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: 500;
}

.crs-report p {
    color: #000;
}

.crs-report .terms-heading h3 {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin: 0;
    text-align: left;
}

.crs-report .nextBtnWrp a {
    font-weight: 700;
    font-family: anaya;
}

@media(max-width:990px) {
    .crs-table-box-inner {
        width: 50%;
    }

    .crs-fourth p {
        color: rgba(0, 0, 0, 0.70);
        font-size: 14px;
    }
}

@media(max-width:767px) {
    .crs-second .col-sm-6.col-xs-6 {
        padding-left: 8px;
        padding-right: 8px;
    }

    .crs-third .box-right .inputWrp.lablelAnm.top2.pad0.seticon input {
        width: auto;
        /*font-size: 13px;*/
        float: left;
    }

    .crs-report .lablelAnm .ffl-label {
        font-size: 13px;
        left: 0;
    }

    .crs-third .box-right .inputWrp.lablelAnm.top2.pad0.seticon {
        padding-left: 0;
    }

    .crs-inner-box .box-left p {
        font-size: 13px;
    }

    .crs-third .crs-inner-box .box-left {
        padding: 0;
    }

    /* .crs-table-box .table-main .table {
        max-width: 50% !important;
        width: 50% !important;
    } */

    .crs-second .crs-radio label {
        font-size: 15px;

    }
}

@media(max-width:640px) {
    .tabWrap .tabs span {
        top: 0%
    }

    .tabWrap {
        display: inline-block;
    }
}

@media(max-width:480px) {
    .crs-second .crs-radio label {
        font-size: 12px;
    }
}

@media(max-width:360px) {
    .crs-second .col-sm-6.col-xs-6 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .crs-third .box-right .inputWrp.lablelAnm.top2.pad0.seticon input {
        width: 100%;
        font-size: 13px;
    }

    .crs-report .lablelAnm .ffl-label {
        font-size: 13px;
        left: 0;
    }

    .crs-third .box-right .inputWrp.lablelAnm.top2.pad0.seticon {
        padding-left: 0;
    }

    .crs-inner-box .box-left p {
        font-size: 13px;
    }

    .crs-third .crs-inner-box .box-left {
        padding: 0;
    }

    .crs-table-box .table-main .table {
        max-width: 700 !important;
        width: 1000px !important;
    }

}

@media(max-width:320px) {
    .crs-report .lablelAnm .ffl-label {
        font-size: 13px;
        left: 0;
    }

    .crs-third .box-right .inputWrp.lablelAnm.top2.pad0.seticon {
        padding-left: 0;
    }

    .crs-second .crs-radio label {
        font-size: 13px !important;
        line-height: 20px;
        color: #000;
        font-weight: 500;
    }
}

/*..........................FACTA CRS SECTION END.................................*/


/*..........................Makepayment SECTION Start.................................*/
.makepayment-Wapper {
    margin: 0;
    position: relative
}

.makepayment-Wapper .heTab {
    cursor: pointer;
    display: flex;
    flex-flow: row;
    border-bottom: 1px solid #e49ab1;
    position: relative;
    padding: 10px 20px 10px 0px;
    align-items: center;
}

.makepayment-Wapper .heTab .icon {
    padding: 4px;
    /* background:#00b4eb; */
    border-radius: 4px;
    margin: 0px 10px 0px 0px;
}

.makepayment-Wapper .heTab .text {
    flex-grow: 1;
    text-align: left;
    font-size: 16px;
    color: #2a2076;
    text-transform: uppercase;
    font-weight: bold;
    font-family: anaya;
}

.makepayment-Wapper .linkBox {
    width: 289px;
    margin: 20px auto;
    display: table;
}

.makepayment-Wapper .linkBox .link {
    width: 130px;
    min-height: 189px;
    float: left
}

.makepayment-Wapper .linkBox .link .iconbox {
    width: 130px;
    height: 130px;
    background-color: #2a2076;
    position: relative
}

.makepayment-Wapper .linkBox .link .iconbox img {
    position: absolute;
    width: 80px;
    height: 80px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    object-fit: scale-down;
}

.makepayment-Wapper .linkBox .link a {
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
    color: #20398e;
    font-weight: bold;
    font-family: anaya;
    text-align: center;
    display: inline-block;
    line-height: 1.2em;
}

.makepayment-Wapper .linkBox .link.exma {
    margin-right: 28px;
}

.makepayment-Wapper .BlueBox-point {
    margin: 0;
    padding: 15px 15px 15px 15px;
    background-color: #00a9e0
}

.makepayment-Wapper .BlueBox-point .he {
    position: relative;
    width: 100%;
    display: inline-block;
}

.makepayment-Wapper .BlueBox-point .he i {
    font-style: normal;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    font-family: anaya;
    background-color: #2c1b7a;
    padding: 5px 10px;
    border-radius: 10px;
    float: left
}

.makepayment-Wapper .BlueBox-point .he p {
    width: calc(100% - 30px);
    float: left;
    padding: 0;
    margin: 0;
    padding-left: 10px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    font-family: anaya;
}

.makepayment-Wapper .BlueBox-point ul {
    margin: 10px 0 0 57px;
    padding: 0;
    position: relative;
    list-style: none
}

.makepayment-Wapper .BlueBox-point ul li {
    margin: 0 0 5px 0;
    padding: 0;
    position: relative;
    font-size: 14px;
    color: #fff;
}

.makepayment-Wapper .BlueBox-point ul li::before {
    content: "\2022";
    color: #2c1b7a;
    font-weight: bold;
    font-family: anaya;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.makepayment-Wapper .BlueBox-point hr {
    border-color: #0d80c0
}

/*..........................Makepayment SECTION END.................................*/


/*..............................KYC SECTION START...............................*/
.bodyContent.kyc-form-main {
    background: transparent !important;
    padding: 0 !important;
}

.adhaar-box {
    padding: 12px 15px;
}

.adhaar-box p {
    color: #000;
    font-weight: 600;
    font-family: anaya;
}

.adhar-form-box {
    background: #00b4eb;
    padding: 12px 15px;
}

.adhar-form-box .form-border .fCheckboxWrp:last-child .checkBoxList {
    border: 0px none;
}

.adhar-form-box .fCheckboxWrp .checkBoxList .fbContr {
    display: block;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.adhar-form-box .fCheckboxWrp .checkBoxList .fbContr span {
    display: block;
}

.kyc-inner-form {
    background: #fff;
    padding: 12px 15px;
    margin-top: 15px;
    width: 100%;
    float: left;
}

.kyc-inner-form .formWrp label {
    padding-bottom: 20px;
    position: absolute;
    top: -14px;
}

.kyc-form-border {
    float: right;
}

.file-box {
    width: auto;
    display: inline-block;
    background: #2a2076;
    border: 1px solid #2a2076;
    padding: 7px 7px 7px 10px;
    position: relative;
    z-index: 2;
    margin: 0 5px;
    border-radius: 5px;
}

.file-box label {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding-right: 70px;
    margin-bottom: 2px;
}

.file-box input[type="file"] {
    display: none;
}

input#imageFile {
    background: #000;
}

.file-box:after {
    position: absolute;
    content: "";
    height: 20px;
    width: 30px;
    right: 10px;
    top: 11px;
    background: url("../images/icons/file-image.png") no-repeat right top;
    z-index: -1;
}

.file-box.cap-image {
    background: #fff;
}

.file-box.cap-image label {
    color: #2a2076;
}

.file-box.cap-image:after {
    background: url("../images/icons/image-file.png") no-repeat right top;
}

@media(max-width:990px) {
    .location-popup.verifaction-popup.alert p {
        width: 93%;
        padding-bottom: 15px;
    }
}

@media(max-width:767px) {
    .location-popup.verifaction-popup.alert p {
        width: 93%;
        padding-bottom: 15px;
    }
}

@media(max-width:580px) {}

@media(max-width:480px) {
    .location-popup.verifaction-popup.syc-form {
        height: 532px;
    }
}

@media(max-width:375px) {
    .file-box {
        width: 100%;
        margin: 5px 0;
    }
}

@media(max-width:320px) {}

/*..................................KYC SECTION END.....................................................*/


/*....................................DASHBOARD SECTION START...........................*/
#index2 {
    position: fixed;
    bottom: 72px
        /*bottom: -72px*/
    ;
    left: 0;
    right: 0;
    font-size: 12px;
    text-align: right;
    width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 1;
}

#index2 a {
    color: #2a2076;
    font-size: 14px;
    line-height: 1.9em;
    font-weight: 700;
    font-family: anaya;
    margin: 3px 0;
    text-decoration: none !important;
}

#index2 a.active {
    background: #fff;
    border-radius: 50%;
    padding: 1px 4px;
    text-align: center;
    margin-right: -6px;
}

.dasbord-main {
    padding: 20px 0px;
}

.dassbord-form {
    padding-bottom: 10px;
}

.dassbord-form .col-xs-8 {

    padding-right: 5px;
}

.dassbord-form .col-xs-4 {

    padding-left: 5px;
}

.dassbord-form input[type="text"] {
    background: #fff;
    width: 100%;
    padding: 16px 15px;
    /* box-shadow: 0px 3px 2px rgb(0 0 0 / 10%); */
    font-size: 14px;
    font-weight: 600;
    font-family: anaya;
    border-radius: 5px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
}

.search-icon {
    position: absolute;
    right: 22px;
    top: 9px;
    width: 26px;
}

.dassbord-form select {
    width: 100%;
    padding: 12px 15px;
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1);
    font-size: 13px;
    font-weight: 600;
    font-family: anaya;
    color: #283080;
    border: 0px none;
    -webkit-appearance: none;
    background: #fff url("../images/icons/humberger-menu.png") no-repeat calc(100% - 15px) center;
}

.dassbord-form select:focus,
.dassbord-form select:focus-visible {
    border: 0px none;
    outline: 0px none;
}

.dassbord-form input::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.dassbord-list-main {
    width: 100%;
    float: left;
    position: relative;
    z-index: 2;
}

.dassbord-list-main ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dassbord-list-main ul li {
    border-bottom: unset;
    list-style: none;
    padding: 30px 20px 30px 20px;
    float: left;
    width: 100%;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 0px 5px 5px 0px;
    border-left: 5px solid #d31460;
}

.dassbord-list-main ul li .das-image {
    width: 5%;
    float: left;
    vertical-align: top;
    padding-top: 2px;
}

.dassbord-list-main ul li .das-text {
    width: 82%;
    float: left;
}

.dassbord-list-main ul li .das-text h3 {
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
    font-family: anaya;
    color: #2a2076;
    margin-bottom: 11px;
}

.dassbord-list-main ul li .das-text p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #343434;
    margin: 0;
}

/*.dassbord-list-main ul li .dasbot{
	width: 10%;
	float: right;
	vertical-align: top;
	    padding-top: 8px;
	padding-right: 30px;
}*/
.dassbord-list-main ul li .dasbot {
    width: 86px;
    height: 24px;
    padding: 0 6px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    float: right;
    vertical-align: top;
    margin-right: 10px;
    text-transform: capitalize;
    margin-top: 11px;
}

.dassbord-list-main ul li .dasbot a {
    padding: 0;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
}

.dassbord-list-main ul li .dasbot a.approve {
    color: #93d500;
}

.dassbord-list-main ul li .dasbot a.processed {
    color: #ffffff;
    padding: 10px 20px;
    background: #280071;
    border-radius: 10px;
    cursor: pointer;
}

.dassbord-list-main ul li .dasbot a.declined {
    color: #e33333;
}

@media(max-width:1199px) {
    #index2 {
        width: 970px;
    }

    .dassbord-list-main ul li .dasbot input[type=button] {
        width: auto;
    }
}

@media(max-width:990px) {
    .dassbord-form input[type="text"] {
        margin-bottom: 10px;
    }

    #index2 {
        width: 750px;
        padding-right: 10px;
    }

    .dassbord-list-main ul li .das-image {
        width: auto;
    }

    .dassbord-list-main ul li .das-text {
        width: auto;
        padding-left: 10px;

    }

    .dassbord-list-main ul li .dasbot {
        width: auto;
        padding-left: 10px;
        padding-right: 15px;
    }

    .dassbord-list-main {
        width: 95%;
    }
}

@media(max-width:767px) {
    .dassbord-form .col-xs-8 {
        width: 70%;
    }

    .dassbord-form .col-xs-4 {
        width: 30%;
    }

    .dassbord-form input[type="text"] {
        margin-bottom: 10px;
    }

    #index2 {
        width: 100%;
        padding-right: 10px;
    }

    .dassbord-list-main ul li .das-image {
        width: auto;
    }

    .dassbord-list-main ul li .das-text {
        width: auto;
        padding-left: 10px;

    }

    .dassbord-list-main ul li .dasbot {
        width: auto;
        padding-left: 10px;
        padding-right: 15px;
    }
}

@media(max-width:580px) {}

@media(max-width:480px) {
    .dassbord-form .col-sm-8.col-xs-12 {
        width: 70%;
    }

    .dassbord-form .col-sm-4.col-xs-12 {
        width: 30%;
    }

    .dassbord-form input[type="text"] {
        margin-bottom: 10px;
    }

    #index2 {
        width: auto;
        padding-right: 10px;
        bottom: 74px;
    }

    .dassbord-list-main ul li .das-image {
        width: auto;
    }

    .dassbord-list-main ul li .das-text {
        width: auto;
        padding-left: 6px;

    }

    .dassbord-list-main ul li .dasbot {
        width: auto;
    }

    #index2 a {
        padding: 0;
        width: 100%;
        font-size: 9px;
        line-height: 12px;
    }
}

@media(max-width:360px) {
    .dassbord-form .col-sm-8.col-xs-12 {
        width: 100%;
    }

    .dassbord-form .col-sm-4.col-xs-12 {
        width: 100%;
    }

    .dassbord-form input[type="text"] {
        margin-bottom: 10px;
    }

    #index2 {
        width: 100%;
    }

    .dassbord-list-main ul li .das-image {
        width: auto;
    }

    .dassbord-list-main ul li .das-text {
        width: auto;
        padding-left: 6px;

    }

    .dassbord-list-main ul li .dasbot {
        width: 86px;
        height: 24px;
        padding: 0 6px;
        background: #fff;
        border-radius: 10px;
        text-align: center;
    }

    #index2 a {
        font-size: 13px;
    }

    .dassbord-form select {
        background: #fff url(../images/icons/humberger-menu.png) no-repeat calc(100% - 7px) center;
        padding: 12px 10px;
    }

    .dassbord-form input[type="text"] {
        padding: 12px 7px;
    }

    .dassbord-form select {
        font-size: 12px;
        line-height: 19px;
    }

    .dassbord-list-main {
        width: 93%;
    }
}

@media(max-width:320px) {
    .dassbord-list-main ul li .dasbot {
        margin: 0;
        width: 70px;
        margin-top: 11px;
    }

    .dassbord-list-main ul li .dasbot a {
        font-size: 12px;
        line-height: 20px;
    }
}

/*.......................DASHBOARD SECTION END...................................*/



/* Added by snehal */
/* bhavesh 2/9/22 */
.container {
    max-width: 1440px !important;
    width: 95% !important;
}

/* .form-box .formWrp .formrow .inputWrp input{
    padding-left: 28px!important;
   } */


.form-box .formWrp[_ngcontent-lfd-c76] .formrow[_ngcontent-lfd-c76] .inputWrp[_ngcontent-lfd-c76] input[_ngcontent-lfd-c76] {
    height: 65px !important;
}

.form-box .formWrp .formrow .inputWrp input {
    height: 45px !important;
}

/* .form-box label{
        padding-left: 29px!important;
    } */

.form-box h3 {
    color: #00a9e0;
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
    font-family: anaya;
    margin: 0px 0 10px 0;
    padding: 0 15px 15px 0px;
}

.form-box .formWrp {
    background: #fff;
    padding: 15px 30px;
}

.detail-box .radioBtn [type="radio"]:checked+label,
.radioBtn [type="radio"]:not(:checked)+label {
    padding-top: 10px;
    /* padding-left: 42px; */
    padding-left: unset !important;
    text-align: unset;
}

.radioBtn [type="radio"]:checked+label:after,
.radioBtn [type="radio"]:not(:checked)+label:after {
    margin-left: 15px;
}

.radioBtn [type="radio"]:checked+label:before,
.radioBtn [type="radio"]:not(:checked)+label:before {
    margin-left: 10px;
}

/* --- */
.detail-box .formWrp {
    margin-bottom: 30px;
}

.detail-box .nextBtnWrp .btnWrp {
    width: 100%;
}

.detail-box .width50 {
    width: 50%;
    margin-left: 0%;
}

.detail-box input {
    margin-top: 20px;
}

/* .detail-box .nextBtnWrp a{ margin: 10px 0 10px 0} */

@media only screen and (max-width:800px) {

    .detail-box .width50 {
        width: 100%;
        margin-left: 0%;
    }

    /* bhavesh 2/9/22 */
    /* .nextBtnWrp a {
        max-width: 344px;
    } */

}

/* added by imtiyaz */
@media only screen and (max-width: 480px) {
    .detail-box .width50 {
        width: 100%;
        margin-left: 0%;
    }

    .nextBtnWrp a {
        max-width: 320px;
    }
}

/* added by snehal  set margin for the banner */
.bannerdiv {
    margin-top: 85px;
}


.btn-validate-pan {
    background: #383170;
    color: #fff;
    margin-bottom: 15px;
    float: right;
}


/* For Only Mobile  added by Imtiyaz on 17/10/22*/
@media only screen and (max-width: 480px) {
    .dashbmenu {
        margin-bottom: 0px;
    }

    .db-bt {
        margin-bottom: 6em !important;
    }

    .db-mh {
        display: none;
    }

    .db-mb-po {
        padding: 0px !important;
    }
}


@media only screen and (min-width: 481px) {
    .db-mb-sh {
        display: none;
    }

}

@media(max-width:280px) {
    .DownloadBtn {
        padding: 0px;
    }
}

/* direct debit payment progress start from here */
.SelectPaymentProcess .inputBox {
    float: left;
    width: 230px;
    height: auto;
    margin: 16px;
    padding: 2px 13px;
    position: relative;
    filter: none;
    box-shadow: -1px -3px 1px rgb(0 0 0 / 12%) !important;
    border: 1px solid #d4d4d4;
    border-radius: 50px;
    background-color: #fff;

}

.PaymentWhitebox {
    border-radius: 10px;
}

.PaymentProcess .text {
    flex-grow: 1;
    text-align: center;
    font-size: 16px;
    color: #2a2076;
    text-transform: uppercase;
    font-weight: bold;
    font-family: anaya;
    /* padding-left: 20px; */
    position: relative;

}

.PaymentProcessbtn {
    float: right;
    color: #fff;
    background: #2b2366;
    padding: 10px 0px;
    border-radius: 5px;
    margin-right: 44px;
    max-width: 150px;
    width: 100%;
    text-align: center;
    background: #2a2076;

}

.PaymentProcessbtn:hover {
    color: white;
}

/* @media only screen and (max-width: 480px) {
.PaymentProcessbtn{
margin-right: 0px;
max-width: 111px;
width: 100%;
margin-top: 10px;
}

.SelectPaymentProcess .inputBox {
    max-width: 125px;
    width: 100%;
    margin: 54px 0px;
}
} */

@media only screen and (max-width: 480px) {
    .PaymentProcessbtn {
        margin: 0px;
        max-width: 351px;
        width: 100%;
        margin-top: 20px;
        margin-right: 0px;
    }

    .SelectPaymentProcess .inputBox {
        margin: 0px;
        max-width: 351px;
        width: 100%;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 541px) {
    .PaymentProcessbtn {
        margin-top: 20px;
        margin-right: 0px;
    }

    .SelectPaymentProcess .inputBox {
        margin: 0px;
        max-width: 1000px;
        width: 100%;

    }
}

@media only screen and (max-width: 768px) and (min-width: 542px) {
    .SelectPaymentProcess .inputBox {
        float: left;
        width: 219px;
        margin: 18px 0px;
        padding: 2px 13px;
    }
}

/* direct debit payment progress end here */

/* bi grid for mobile added by imtiyaz on 18-01-2023*/
.BlueBox .TextQuatation .col-xs-7 {
    word-break: break-word;
    display: flex;
    align-items: center;
}

.form-select {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lablelAnm2 label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: -webkit-fill-available;
}

@media screen and (max-width:541px) {
    .formWrp .formrow .ftitle {
        position: absolute;
        left: 0px;
        top: -15px;
        padding-right: 75px;
    }
}

/* added by imtiyaz */
@media screen and (max-width:480px) {
    .cc-selector {
        margin-left: 15px;
    }
}

@media screen and (max-width:350px) {
    .formWrp .formrow .radioWrp {
        margin-left: 70px;
        line-height: 14px;
    }
}

/* added by imtiyz */
.bigrid-accordion .bigrid-table-main .table tbody tr td {
    padding: 10px 20px !important;
}

.bigrid-accordion .bigrid-table-main .table tbody tr th {
    padding: 10px 20px !important;
}

@media(max-width:480px) {
    .crs-form-box-radio .crs-radio {
        background: #f2f3f8;
        padding: 25px 0px;
        border-radius: 8px;
        height: 100%;
    }

    .Private-Sector {
        padding-right: 0px !important;
        padding-left: 15px !important;
    }

    .Public-Sector {
        padding: 0 5px !important;
    }

    .Government-Sector {
        padding-right: 15px !important;
        padding-left: 0px !important;
    }
}

@media(max-width:360px) {
    .service label {
        font-size: 14px !important;
    }
}

.switch-field1 {
    float: left;
    margin-left: 290px;
}

@media only screen and (max-width: 480px) {
    .switch-field1 {
        float: right;
        margin-left: 0px;
    }
}

.formContent.BlueBox hr {
    border: 0;
    border-top: 1px solid #6a639f;
    width: 97.5%;
    margin: 10px auto;
}

/* added by Imtiyaz for white space */
.bodyBgNasa {
    background: #ecf0f1;
    padding-top: 0px !important;
}

/* cart nasa page css*/
.bottom_fix {
    position: fixed;
    bottom: 0;
    background: #e0edfe;
    left: 0;
    width: 100%;
    padding: 8px 25px;
    z-index: 9;
    /* added by imtiyaz */
}

.bottom-border {
    border-right: 1px solid #95a5b5;
    width: 94%;
}

.bottom_margin {
    margin-top: 10px;
}

.cart-value {
    border-left: 1.5px solid #D60D47;
    padding: 3px 0 0 10px;
    margin: 9px 0;
}

.next-back-butto[_ngcontent-ng-c2520562139] {
    text-align: center;
    /* margin: 15px 0px 0; */
    border-top: 1px solid #464646;
    padding: 15px 0;
}

/* popup css start from here  */

@media screen and (min-width:768px) {
    .mobile {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .desktop {
        display: none;
    }
}

.example-list {
    display: flex;
    justify-content: center;
}

.example-box {
    padding: 10px;
    width: 150px;
    height: 130px;
    margin-bottom: 10px;
    text-align: center;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
}

.example-box:nth-child(2) {
    margin: 0 20px;
}

.example-box:nth-child(4) {
    margin: 0 20px;
}

.example-box p {
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 1.2;
}

.task-image {
    width: 60px;
}

.goal_heading {
    width: 91px;
    font-size: 14px;
    font-weight: 600;
    margin: 0 auto;
}

.dialog-btn button {
    width: 100px;
    background-color: #2a2076;
    color: #fff !important;
    margin-bottom: 20px;
}