body{
	font-family: Arial, Helvetica, sans-serif;
	color: #06255c;
	background-color: #060a25;
}

.light-theme .light-font {
    color: #060a25;
}

h1, h2, h3, h4, h5, h6{
	margin: 0;
}


.l-height {
    overflow: auto;
    overflow-x: hidden;
    padding-right: 10px;
}
#cf-slide-form1 .close {
    /* margin-top: 29px; */
    margin-top: 50px;
}
.btn-info:hover, .btn-info:active, .btn-info:focus {
    color: #fff;
    background-color: #fc7e00;
    border-color: #fc7e00;
    box-shadow: none;
}
/* width */
.l-height::-webkit-scrollbar {
    width: 10px;
}
/* Track */
.l-height::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px !important;
    background: #ffffff !important;
}
/* Handle */
.l-height::-webkit-scrollbar-thumb {
    /* background: #060a25 !important; */
    background: #437fdacf !important;
    border-radius: 10px;
}
/* Handle on hover */
.l-height::-webkit-scrollbar-thumb:hover {
    /* background: #060a25 !important; */
    background: #437fdacf !important;
}

.cursor-pointer {
    cursor: pointer;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.tagline{
    text-align: center;
}
#footer {
	display: block;
	background: #060a25;
	padding: 15px;
	position: relative;
	width: 100%;
	border-top: 1px solid #afafaf;
	z-index: 999;
}



.light-theme #footer {
    background: #fff;
    border-top: 2px solid #060a25;
}

.light-theme #slide-inner {
    background: #fff;
}

.dark-theme #slide-inner {
    background: #060a25;
}

header {
	position: sticky;
	top: 0;
	width: 100%;
	background: #060a25;
	/* padding: 15px; */
	border-bottom: 1px solid #afafaf;
    z-index: 99999;
}
#header {
    /* background: #060a25; */
    background: #060A32;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid #b9b9b9;
}
.light-theme #header {
    background: #fff;
    border-bottom: 2px solid #060a25 !important;
}
.middle_title h1 {
    font-size: 38px;
}
.middle_title sub{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #ffffff;
    /* top: -15px; */
    left: 3px;
}
.fpc-video video {
    /* border: 4px solid white; */
    /* border-radius: 23px; */
    border: 1px solid #b9b9b9;
    border-radius: 10px;
}

.text-white{
	color: #fff;
}

.s-name {
    max-width: 220px;
}

.s-name h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    line-height: 30px;
    color: #fff;
    margin: 0;
    text-transform: capitalize;
}

ul.attn {
	list-style-type: none;
}

.attn li {
	font-size: 30px;
	line-height: 38px;
	margin-bottom: 20px;
}

.btn-orange, .btn-orange:hover {
	background: #fc7e00;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	padding: 8px 24px;
    /* border-radius: 14px; */
}

h2 {
    font-size: 34px;
    line-height: 44px;
    color: #000;
}
.subtagline {
    font-size: 30px;
}
section#cf-slide-form, section#slide-legalese, section#slide-inner {
	position: fixed;
	border-top: 1px solid #fff;
	width: 100%;
	/* background: #fff; */
    background-color: #060a25;
	z-index: 99;
	left: -100%;
	transition: 0.5s ease-in-out;
	overflow: auto;
}

/* section#slide-inner{
    position: fixed;
	border-top: 1px solid #fff;
	width: 100%;
	background: #fff;
	z-index: 99;
	left: -100%;
	transition: 0.5s ease-in-out;
	overflow: auto;
} */

section#cf-slide-form.show, section#slide-legalese.show, section#slide-inner.show{
	left: 0%;
	transition: 0.5s ease-in-out;
}

/* section#slide-inner.show{
    left: 0%;
	transition: 0.5s ease-in-out;
} */

.dark-bg {
	background: #060a25;
	color: #fff;
	padding: 0 15px;
}

.slidf h4 {
	font-size: 30px;
}

button.close, button.close:hover {
	color: #fff;
	opacity: 1;
	/*width: 5%;*/
	height: 20px;
	padding: 0;
	right: 0;
	outline: 0;
	box-shadow: none !important;
}

/*#cf-slide-form .container {*/
/*	max-width: 1140px !important;*/
/*}*/

.cl-btn {
	font-size: 34px;
	line-height: 20px;
}

.stk-close {
	top: 50%;
	transform: translateY(-50%);
}

span.text-grey {
	color: grey;
}

.form-check input[type=checkbox] {
	width: 20px;
	height: 20px;
	outline: 0;
	box-shadow: none;
}

.form-check label {
	margin-top: 2px !important;
	margin-left: 6px !important;
}

.logo {
    /* font-size: 60px; */
    line-height: 60px;
    font-weight: bold;
}

.logo img {
    /* margin-right: 20px; */
    width: 63px;
}
.logo-text h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 33px;
}
.logo-text h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 200;
    font-size: 26px;
}
.logo-text h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 30px;
}
.logo-text sup {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #ffffff;
    /* top: -15px; */
    left: 3px;
}
.headtop {
    padding-bottom: 13px;
}

/* For Header navbar Connect Button */
.topjoin{
    /* padding: 1px; */
    /* padding: 8px; */
    padding-right: 28px;
}
/* TEXT RED INSIDE ACCORDION SECTION By Kiran */
.brwn.d-inline-block {
    color: #eb0000 !important;
    font-weight: 600;
}
.legalesecls{
    right: 10px !important;
}


.main .front-pg .btn-orange {
    margin-top: -45px;
    font-size: 21px!important;
}
.frm-frststp-submit {
    clear: both;
}
.m-head h1 {
    font-size: 38px;
}
.frm-fname {
    /* padding-bottom: 29px; */
}
.m-head p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 23px;
    margin-top: -8px;
}
.logo-text h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 200;
    /* font-size: 31px; */
    font-size: 28px;
    /* text-transform: capitalize; */
    color: white;
    margin: 0px 24px 0px 0px;
}
.align-items-bottom {
    align-items: baseline;
}

header h3{
	font-size: 30px;
}

.br-5{
	border-radius: 5px;
}

div#cf_message {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

#sh_message.show{
    height: calc(100vh - 111px - 150px);
    /* position: relative; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.p-fixed{
    position: fixed !important;
}
.fpc-sub-heading {
    font-weight: bold;
    /* font-size: 58px; */
    font-size: 99px;
}


.fpc-sub-heading1 {
    font-size: 59px;
}

footer.p-fixed {
    bottom: 0;
}

/* FROM KIRAN */
.middle_title h1 {
    color: #fff;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    /* font-size: 31px; */
    /* font-size: 33px; */
    font-size: 46px;
    line-height: 1;
    letter-spacing: 2px;
    /* text-transform: uppercase; */
    margin: 0;
    /* margin-left: -9px; */
    padding: 0px 9px;
    margin-bottom: 4px;
}
.middle_title h4{
    color: #fff;
    /* text-align: center; */
    /* text-transform: uppercase !important; */
    /* font-weight: 700; */
    /* letter-spacing: 3px; */
    margin-bottom: 0;
    /* margin-bottom: -3px; */
    padding: 0px 9px;
    /* padding: 0px 103px; */
    /* font-size: 25px; */
        font-size: 34px;
}
.light-theme {
    background: #fff !important;
    /* height: 100vh; */
}

.flex-acc-head {
    /* display: flex; */
    align-items: center;
}
/* .fpc-heading-main1{
    margin-left: 157px;
} */
sup.font-normal {
    font-size: 11px;
    left: 4px;
    top: -15px;
    color: #fff;
}

/* END KIRAN */


/*Stepper Form CSS*/
#multi-step-form-container {
    /* margin-top: 5rem; */
    /* margin-top: -1rem; */
    margin-top: 0px;
    border: 1px solid #b9b9b9;
    border-radius: 10px;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.pl-0 {
    padding-left: 0;
}
#multi-step-form-container .button {
    padding: 0.7rem 1.5rem;
    /* border: 1px solid #4361ee; */
    background-color: transparent;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    border: none;
}
.submit-btn {
    border: 1px solid #060a25;
    background-color: #060a25;
}
.mt-3 {
    margin-top: 2rem;
}
.d-none {
    display: none;
}
/*.form-step {*/
/*    border: 1px solid rgba(0, 0, 0, 0.1);*/
/*    border-radius: 20px;*/
/*    padding: 3rem;*/
/*}*/

.form-step {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    /* padding: 3rem; */
    overflow: hidden;
}

.font-normal {
    font-weight: normal;
}
ul.form-stepper {
    counter-reset: section;
    margin-bottom: 3rem;
}
ul.form-stepper .form-stepper-circle {
    position: relative;
}
ul.form-stepper .form-stepper-circle span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.form-stepper-horizontal {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
ul.form-stepper > li:not(:last-of-type) {
    margin-bottom: 0.625rem;
    -webkit-transition: margin-bottom 0.4s;
    -o-transition: margin-bottom 0.4s;
    transition: margin-bottom 0.4s;
}
.form-stepper-horizontal > li:not(:last-of-type) {
    margin-bottom: 0 !important;
}
.form-stepper-horizontal li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.form-stepper-horizontal li:not(:last-child):after {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    content: "";
    top: 50%;
}
.form-stepper-horizontal li:after {
    /* background-color: #dee2e6; */
}

.form-stepper-horizontal li.form-stepper-completed:after {
    /* background-color: #060a25; */
    background-color: grey;
}
.light-theme .form-stepper-horizontal li.form-stepper-completed:after {
    background-color: #060a25;
}
.form-stepper-horizontal li:last-child {
    flex: unset;
}
ul.form-stepper li a .form-stepper-circle {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 0;
    line-height: 1.7rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.38);
    border-radius: 50%;
}
.form-stepper .form-stepper-active .form-stepper-circle {
    background-color: #0397e0 !important;
    color: #fff;
}

.form-stepper-active + li a span.form-stepper-circle {
    border: 1px solid #060a25 !important;
}

.form-stepper-active::after {
    /* background-color: #060a25 !important; */
    background-color: #f8f7ff !important;
}
.light-theme .form-stepper-active::after {
    background-color: #060a25 !important;
}

.form-stepper .form-stepper-active .label {
    color: #0397e0 !important;
}
.form-stepper .form-stepper-active .form-stepper-circle:hover {
    background-color: #0397e0 !important;
    color: #fff !important;
}
.form-stepper .form-stepper-unfinished .form-stepper-circle {
    background-color: #f8f7ff;
}
/* .form-stepper .form-stepper-completed .form-stepper-circle {
    background-color: #060a25 !important;
    color: #fff;
} */
.form-stepper .form-stepper-completed .form-stepper-circle {
    background-color: grey !important;
    color: #fff;
}
.light-theme .form-stepper .form-stepper-completed .form-stepper-circle {
    background-color: #060a25 !important;
}

.form-stepper .form-stepper-completed .label {
    color: #060a25 !important;
}
.form-stepper .form-stepper-completed .form-stepper-circle:hover {
    background-color: #060a25 !important;
    color: #fff !important;
}
.form-stepper .form-stepper-active span.text-muted {
    color: #fff !important;
}
.form-stepper .form-stepper-completed span.text-muted {
    color: #fff !important;
}
.form-stepper .label {
    font-size: 1rem;
    margin-top: 0.5rem;
}
.form-stepper a {
    cursor: default;
}

sup{
    color: red;
}

.form-step h2 {
    font-size: 20px;
    line-height: 1.5;
}

.form-step p {
    font-size: 14px;
}

.form-q {
    padding: 2rem;
    min-height: 240px;
}

.form-n {
    padding: .75rem 1.5rem;
    /*background-color: #060a25;*/
}

#multi-step-form-container .button {
    padding: 0.7rem 1.5rem;
    /* border: 1px solid #4361ee; */
    background-color: #fc7e00;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    /* border: 2px solid #060a25; */
    font-size: 20px;
}

.btn-previous.disabled{
    display: none;
}

/* .nv-box {
    width: 100px;
    margin: 0 auto;
    background-color: transparent;
    border: 2px solid #060a25;
    border-radius: 5px;
    padding: 10px;
    font-weight: 700;
    color: #060a25;
} */
.nv-box {
    width: 100px;
    margin: 0 auto;
    background-color: transparent;
    /* border: 2px solid #060a25; */
    border-radius: 5px;
    padding: 10px;
    font-weight: 700;
    /* color: #060a25; */
    border: 2px solid white;
}
.light-theme .nv-box {
    border: 2px solid #060a25;
}
/* .btn-previous {
    background: transparent !important;
    border: 2px solid #060a25 !important;
    color: #060a25 !important;
} */
.btn-previous {
    border: 2px solid white !important;
    background: #060a25 !important;
}
.light-theme .btn-previous {
    color: #060a25 !important;
    border: 2px solid #060a25 !important;
    background: transparent !important;
}
.btn-previous:hover{
    background: #060a25 !important;
    border: 2px solid #060a25 !important;
    color: #fff !important;
}

#multi-step-form-container .custom-control-input{
    outline: 0;
}

#multi-step-form-container .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

button.disabled {
    color: #a3a3a3 !important;
}
div#step-form-messsage {
    margin-top: 10px;
    color: red;
    font-size: 20px;
}

.form-control:focus {
    box-shadow: none;
}

.custom-control.custom-checkbox {
    font-size: 20px;
}

/*#step-11 h2{*/
/*    min-height: 60px;*/
/*}*/
/*Stepper Form CSS*/
div#step-form-messsage {
    margin-top: 10px;
    color: red;
    font-size: 20px;
}
.scnfrm1.show {
    display: block!important;
    z-index: 9999;
    position: relative;
}
.scnfrm1 {
    display: none;
}
div#loader1 #multi-step-form-container {
    width: 800px;
    background-color: #ffffff;
    min-height: 150px;
    margin: 0px auto;
    /* margin-top: 400px; */
    position: absolute;
    z-index: 103;
    /* padding: 15px 35px; */
    left: 50%;
    border-radius: 5px;
    /* box-shadow: 0 2px 5px #000; */
    top: 69%;
    transform: translate(-50%, -50%);
    background-color: #fff;
}  
div#loader1 {
    position: relative;
    z-index: 999999999;
}  
.ytr-title {
    color: #0221c9;
    font-size: 22px;
    line-height: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
}
.ytr-title span {
    color: #ad0000;
    font-style: italic;
}
#loader1 #multi-step-form-container .button {
    border: 1px solid #060a25;
}
.trd {
    /*color: #fff;
    font-size: 16px;*/
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
}
section#cf-slide-form1.show {
    left: 0%;
    transition: 0.5s ease-in-out;
}
section#cf-slide-form1 {
    position: fixed;
    width: 100%;
    background-color: #060a25;
    color: white;
    z-index: 99;
    left: -100%;
    transition: 0.5s ease-in-out;
    overflow: auto;
}
.popup {
    width: 100%;
    margin: 0 auto;
    display: none;
    position: fixed;
    z-index: 101;
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    overflow: scroll;
}
.visible-xs {
    display: none;
}
@media only screen and (max-width:768px){
    h2 {
        font-size: 26px !important;
        line-height: 34px !important;
    }
    
    .slidf button.close, .slidf button.close:hover {
        right: 10px;
    }
    
    #multi-step-form-container {
        margin-top: 0.5rem;
    }
    
    ul.form-stepper {
        margin-bottom: 1.5rem;
    }
    
    .h1big {
        font-size: 36px;
    }
    button.btn.btn-orange.text-left {
        white-space: nowrap;
        margin-left: 50px;
        margin-bottom: 23px;
    }
}


@media only screen and (max-width:767px){
    .form-group {
        margin-bottom: 10px !important;
    }
}


@media only screen and (min-width:821px) and (max-width:1024px) {
    .front-pg .offset-md-2, .front-pg .offset-md-3 {
        margin-left: 0px!important;
        width: 100%!important;
    }
    .front-pg .m-head {
        width: 100%!important;
        text-align: center;
    }
    .front-pg iframe {
        width: 70%!important;
    }
    .frnt-vid {
        text-align: center;
    }
}
@media only screen and (min-width:576px) and (max-width:820px) {
    .front-pg .offset-md-2, .front-pg .offset-md-3 {
        margin-left: 0px!important;
        width: 100%!important;
    }
    .front-pg .m-head {
        width: 100%!important;
        text-align: center;
    }
    
}
@media only screen and (max-width:575px){
    .middle_title h1 {
        font-size: 26px;
    }
    .front-pg .main {
        padding-top: 10px!important;
    }
    .visible-xs {
        display: block;
    }
    .logo {
        justify-content: center;
    }
    .logo img {
        /* margin-right: 12px; */
        /* width: 50px; */
        width: 45px;
        margin-top: 3px;
        margin-bottom: 3px;
    }
    .logo-text h1 {
        font-size: 34px;
    }
    .middle_title h1 {
        font-size: 18px !important;
        /* font-size: 20px; */
    }
    .custom-control.custom-checkbox {
        font-size: 12px;
    }
    .logo-text h3 {
        font-size: 15px;
        margin: 10px;
    }
    .logo-text sup {
        font-size: 9px;
    }
    .m-head h1 {
        font-size: 23px;
        text-align: center;
    }
    .m-head p {
        font-size: 18px;
        text-align: center;
    }
    h2 {
        font-size: 16px !important;
        line-height: 24px !important;
        

    }
    .headline {
        /* font-size: 28px !important; */
        font-size: 22px !important;
        line-height: 52px !important;
    }
    button.close.btn.position-absolute.text-end.stk-close {
        /* right: 13px; */
    }
    .legalesecls{
        right: -2px !important;
    }
    .connectCls{
        right: 9px;
    }
    .ninth-step-headings {
        /* height: 272px;
        width: 266px;
        margin: 22px; */
    }
    .fpc-heading-main1 {
        text-align: center;
    }

    /* FOR TOP JOIN NOW BUTTON */

    
    .topjoin{
    /* padding: 10px; */
    display: none;
    visibility: hidden;
    }


    .intro h1 {
        font-size: 20px;
    }

    .intro h3 {
        font-size: 17px;
    }

    .front-pg iframe {
        height: 171px!important;
    }
    .btn-orange, .btn-orange:hover {
        font-size: 20px !important;
        padding: 4px 18px !important;
        margin-top: 33px;
    }
    
    .form-n button span {
        display: none !important;
    }
    
    .slidf h4 {
        /* font-size: 22px !important; */
        font-size: 17px !important;
        line-height: 28px !important;
    }
    
    #nl-subs label {
        font-size: 16px !important;
    }
    
    .form-q {
        padding: 1.2rem !important;
        min-height: 240px !important;
    }
    
    .form-q .mt-3 {
        margin-top: 0.5rem !important;
    }
    
    #multi-step-form-container {
        margin-top: 1rem !important;
    }
    
    .mt-6{
        margin-top: 2rem !important;
    }
    
    .hamburger {
        display: none;
    }
    
    .h1big {
        font-size: 32px;
    }
    
    .navbar-brand img {
        max-width: 35px;
        height: auto;
    }
    /* From Kiran */
    #accordionExample {
        /* padding: 18px 0px 11px 0px!important; */
    }

    .flex-acc-head{
        /* display: flex; */
        /* font-size: 16px; */
        font-size: 15px;
    }

    .middle_title h4 {
        /* font-size: 20px; */
        font-size: 14px !important;
        letter-spacing: 1px;
        padding: 5px;
    }
    h3{
        font-size: 12px !important;
        
    }
    .subhead{
        /* font-size: 28px !important; */
        font-size: 14px !important;
        letter-spacing: 1px !important;
        padding-bottom: 22px;
    }

    sup.text-white.font-normal {
        font-size: 6px;
        left: 1px;
        top: -8px;
    }
    /* FOR LEFT BUTTON */
    button.btn.btn-orange.text-left {
        white-space: nowrap;
        margin-left: 32px;
        margin-bottom: 23px;
    }
}

@media only screen and (max-width:375px){
    .slidf h4 {
        /* font-size: 20px !important; */
        font-size: 20px !important;
        line-height: 24px !important;
    }
    
    .h1big {
        font-size: 28px;
    }
    .fpc-heading-main1 {
        text-align: center;
    }
}
/*------------*/
.copyright span {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
}
.legalesebtn .cursor-pointer {
    font-size: 14px;
    /*vertical-align: middle;*/
}
.fsp-mn-text {
    display: none;
}
.fpc-heading-br {
    display: none;
}
@media (min-width: 1200px){
    .heading {
        font-size: 3.1rem;
        font-weight: bold;
    }
}
@media only screen and (min-width: 768px) {
    .frm-vid, .frm-name-field {
        float: left;
    }
    .frm-vid {
        padding-left: 25px;
    }
    .copyright {
        text-align: left;
    }
    .legalesebtn {
        float: right!important;
    }
    .frst-page .video-container iframe {
        height: 350px!important;
    }

}
@media only screen and (max-width: 767px) {
    .legalesebtn {
        padding-left: 5px;
    }
    .copyright {
        text-align: center;
    }
    .accordion-button {
        /* font-size: 17px !important; */
        font-size: 12px !important;
        text-transform: uppercase;
    }
    .accordion-body p{
        font-size: 14px !important;
    }
}
@media only screen and (max-width: 561px) {
    .copyrighttext {
        display: block;
    }
}
@media (min-width: 769px) and (max-width: 1200px) {
    .fpc-heading-br {
        display: block!important;
    }
}
@media (min-width: 401px) and (max-width: 509px) {
    .fpc-second-heading {
        font-size: 19px!important;
    }
}
@media (min-width: 768px) and (max-width: 1399px) {
    .fsp-mn-text {
        display: block;
    }
    .m-head h1 {
        font-size: 36px;
    }
}
@media (min-width: 443px) and (max-width: 575px) {
    .m-name h1 {
        font-size: 12px!important;
    }
    .fsp-mn-text {
        display: block!important;
    }
    .m-name {
        text-align: right!important;
    }
}
@media (min-width: 575px) and (max-width: 768px) {
    .fsp-mn-text {
        display: block!important;
    }
    .flex-acc-head h3 {
        font-weight: bold;
        padding-right: 10px;
        padding-left: 10px;
        font-size: 14px;
    }
    .middle_title h1 {
        /* font-size: 19px; */
        font-size: 26px;
    }
}

/*-------------*/
section#cf-slide-form1.show {
    left: 0%;
    transition: 0.5s ease-in-out;
}
section#cf-slide-form1 {
    position: fixed;
    width: 100%;
    background-color: #060a25;
    color: white;
    z-index: 99;
    left: -100%;
    transition: 0.5s ease-in-out;
    overflow: auto;
}
.light-theme section#cf-slide-form1 {
    background: white;
    color: black;
}
@media (min-width: 1025px) {
    #cf-slide-form1 {
        height: 100%;
        top: 91px;
    }
}
.fpc-tagline {
    display: none;
}
.smbreak {
    display: none;
}
form#login_form img {
    width: 250px;
    float: none;
    margin: 0 auto;
}
form#login_form .form-control {
    width: 300px;
    margin: 30px auto;
}
form#login_form {
    display: flex;
    flex-direction: column;
    justify-content: center!important;
    align-content: center;
    text-align: center;
}
form#login_form h1 {
    font-size: 40px;
    font-weight: bold;
    color: #091f66;
}
section#cf-slide-form1 {
    position: fixed;
    width: 100%;
    /* background-color: #060a25; */
    background: #060A32;
    color: white;
    z-index: 99;
    left: -100%;
    transition: 0.5s ease-in-out;
    overflow: auto;
}
section#cf-slide-form1.show {
    left: 0%;
    transition: 0.5s ease-in-out;
}

.passcode-slider {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
.passcode-slider h1, .passcode-slider p {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}
.passcode-slider h1 {
    /* font-weight: bold; */
    font-size: 2em;
    margin-bottom: 0;
}
.passcode-slider p {
    font-size: large;
    margin-bottom: 0;
}
.passlogbtn {
    margin-top: 20px;
    background: #fc7e00;
    color: white;
    padding: 7px 24px;
    border: none!important;
    border-radius: 8px;
    font-size: large!important;
    width: 125px!important;
    height: unset!important;
}
.passlogbtn:hover {
    border: 1px solid #fc7e00!important;
}
.passcode-slider form input {
    width: 50px;
    height: 50px;
    font-size: 100px;
    text-align: center;
    /* padding: 5px; */
    /* border-radius: 12px; */
    border: none;
    outline: none;
    border-bottom: 1px solid black;
    font-size: 22px;
}
#loader1 #multi-step-form-container1 .button {
    border: 1px solid #060a25;
}
div#loader1 {
    position: relative;
    z-index: 999999999;
}
.scnfrm1.show {
    display: block!important;
    z-index: 9999;
    position: relative;
}
.scnfrm1 {
    display: none;
}
div#loader1 #multi-step-form-container1 {
    width: 800px;
    background-color: #ffffff;
    min-height: 150px;
    margin: 0px auto;
    /* margin-top: 400px; */
    position: absolute;
    z-index: 103;
    /* padding: 15px 35px; */
    left: 50%;
    border-radius: 5px;
    /* box-shadow: 0 2px 5px #000; */
    top: 69%;
    transform: translate(-50%, -50%);
    background-color: #fff;
}
.ytr-title {
    color: #0221c9;
    font-size: 22px;
    line-height: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
}
.ytr-title span {
    color: #ad0000;
    font-style: italic;
}
#loader1 #multi-step-form-container1 .button {
    border: 1px solid #060a25;
}
.wrongpasscode {
    display: none;
}
.showerror {
    display: block!important;
}
.wrongpasscode.showerror {
    padding-top: 30px;
}
/*----------*/
@media (min-width: 1025px) {
    .fpc-video {
        /* padding: 50px 152px; */
        /* padding: 00px 100px;
        margin-right: -67px; */

        /* padding: 16px 101px; */
        /* padding: 16px 82px; */
        padding: 27px 74px;
        /* margin-right: -70px; */
        margin-right: -46px;
        margin-left: 66px;
    }

    img#myImg {
        height: 42px;
        width: 45px;
    }

    .fpc-heading-main1 {
        /* margin-left: 137px; */
        margin-left: 148px;
    }
    .fpc-heading-main1 h3{
        font-size: 25px;
    }
    .fpc-heading-main2{
        margin-left: 116px;
        text-align: center;
    }
    .fpc-heading-main2 h4{
        font-size: 27px;
    }

    /* FROM KIRAN */
    .ninth-step-headings img {
        /* height: 475px; */
        /* height: 414px; */
        /* height: 406px;                    // Updated
        width: 448px;                   // Updated */
        /* margin-top: -33px; */
        /* margin-top: -16px; */
        /* margin-top: -19px; */
        /* margin-top: 28px; */
    }
    .btn-orange, .btn-orange:hover {
        /* margin-right: -116px; */
        /* margin-right: -22px; */
        /* margin-right: -92px;                //Updated */
    }
    /* END KIRAN DESIGN */
    .copyright {
        text-align: left;
    }
    .copyright span {
        font-size: 14px;
    }
    .legalesebtn {
        float: right!important;
    }
    .legalesebtn .legal {
        font-size: 14px;
        vertical-align: unset;
    }
    .th-footer > .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    #cf-slide-form1 {
        height: 100%;
        top: 91px;
    }
}
@media (min-width: 768px) {
    .frm-vid, .frm-name-field {
        float: left;
    }
    .frm-vid {
        padding-left: 25px;
    }
    .brwn.d-inline-block {
        /* padding-right: 15px; */
    }
}
@media (min-width: 768px) and (max-width: 1024px){
.slidf .modal-title {
    margin-left: 27px;
}
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
@media only screen and (max-width: 768px){
.slidf button.close, .slidf button.close:hover {
    right: 10px;
}
}
button.close {
    color: #fff;
    opacity: 1;
    width: 5%;
    right: 12px;
}
button.close {
    -webkit-appearance: none;
    /* padding: 0; */
    cursor: pointer;
    background: 0 0;
    border: 0;
}
@media only screen and (min-width: 1130px){
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    /* margin-top: 53px; */
    margin-top: 8px;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
    .slidf button.close, .slidf button.close:hover {
        right: 29px !important;
    }
    .fpc-video {
        padding: 50px 0px;
        max-width: 76%;
        margin-left: 58px;
    }
    .fpc-heading-main1 h3{
        font-size: 16px;
        margin-left: 61px;
    }
    .fpc-video video {
        border: 4px solid #ffffff;
    }
    .copyright {
        text-align: left;
    }
    .copyright span {
        font-size: 14px;
    }
    .legalesebtn {
        float: right!important;
    }
    .legalesebtn .legal {
        font-size: 14px;
        vertical-align: unset;
    }
    .th-footer > .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    #cf-slide-form1 {
        height: 100%;
        top: 91px;
    }
}
@media only screen and (max-width: 500px) {
    .copyrighttext {
        display: block;
    }
    .accordion-button {
        padding: 6px 13px!important;
    }

    .fpc-right {
        padding-bottom: 30px;
        margin-top: -28px;
    }
    .fpc-right {
        padding-left: 10px;
    }
    .fpc-sub-heading {
        font-size: 29px;
    }
}
@media (max-width: 767px) {
    .fpc-video {
        padding: 30px 0px;
    }
    .fpc-video video {
        border: 4px solid #ffffff;
    }
    .copyright span {
        font-size: 12px;
    }
    .legalesebtn {
        padding-left: 5px;
    }
    .legalesebtn .legal {
        font-size: 14px;
        vertical-align: unset;
    }
    #cf-slide-form1 {
        height: 100%;
        top: 50px;
    }
    h3.redtext{
        font-size: 15px;
    }
}
@media (min-width: 767px) and (max-width: 850px) {
    .hd {
        display: block!important;
    }
    .midlnavtxt {
        font-size: 20px;
    }
}
@media (min-width: 391px) and (max-width: 767px) {
    .fpc-heading h1 {
        font-size: 35px;
    }
    .parent_img {
        margin-left: 8px;
    }
    .flex-acc-head h3{
        font-size: 15px;
    }

}
@media (min-width: 280px) and (max-width: 390px) {
    .fpc-heading h1 {
        font-size: 25px!important;
    }
}
.fpc-main {
    padding: 60px 10px;
}
.fpc-heading h1 {
    color: #fff;
    font-size: 38px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}
.light-mode .fpc-heading h1 {
    color: #060a23!important;
}
.light-mode .clsbtn img {
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
}
.fpc-connect-btn {
    text-align: center;
}
.fpc-connect-btn .btn {
    background: #fc7e00;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 4px 28px;
}
.close {
    border: 0;
    background-color: transparent;
}
.logoclick {
    cursor: pointer;
}
.acc-section, .accordion-item, .accordion-button {
    /* background-color: #060a25!important; */
}

@media (min-width: 1400px) {
    .close-btn-row .container {
        max-width: 1320px!important;
    }
}

/*-------accordiancustom-------*/
.accordion-header .align-items-center {
    font-family: 'AutopromPro', sans-serif;
}
.brwn.d-inline-block strong {
    color: #ffffff;
    font-weight: 400;
}
.flex-acc-head {
    /* display: flex; */
    /* align-items: center; */
}
.flex-acc-head h3 {
    font-weight: bold;
    padding-right: 10px;
    padding-left: 10px;
}
.flex-acc-head h3:first-child {
    padding-left: 0px!important;
}
.accordion-body h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
}
.accordion-body p {
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 22px;
    margin-top: 10px;
}
.accordion-body h3 strong {
    font-weight: 600;
    color: #bd1f14;
}
.accordion-body h3 span {
    font-weight: 400 !important;
    text-transform: initial !important;
}
.frst-page .btn {
    font-family: Arial, Helvetica, sans-serif;
}
h3.redtext {
    color: #bd1f14;
    margin-left: 10px;
}
h4.redtext {
    color: #bd1f14;
    padding-left: 10px;
}

/*--------------*/
#accordionExample {
    width: 100%;
    background-color: #060a25;
    /* padding: 20px 0px 11px 0px; */
}
.orngjoin, .orngjoin:hover {
    padding: 5px 22px!important;
    font-size: 20px;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(./assets/images/cls.svg);
    transform: rotate(-180deg);
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(./assets/images/cls.svg);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #fff;
    background-color: #060a25;
}

.accordion-button {
    color: #fff;
    font-size: 28px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #060a25;
    margin-bottom: 5px;
    padding: 5px 50px;
    border: 1px solid #fff;
    border-radius: 5px;
    word-spacing: 4px;
    padding: 18px 30px;
}

.accordion-item {
    background-color: #060a25;
    padding-bottom: 5px;
    border: 0px;
    /* padding: 0px 50px;*/
}

.accordion-body {
    color: #fff;
    background: #060a25;
    /* text-transform: capitalize; */
}

.accordion-button:focus {
    z-index: 3;
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}
.accordion-option .toggle-accordion {
    float: right;
    font-size: 16px;
    color: #6a6c6f;
}

.accordion-option .toggle-accordion:before {
    content: "Expand All";
}

.accordion-option .toggle-accordion.active:before {
    content: "Collapse All";
}
.accordion-item.card-header {
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card-header button.accordion-button.collapsed {
    background-color: transparent;
    font-family: sans-serif;
}
.accordion-flush .accordion-item:first-child {
    border-top: 1px solid rgba(0, 0, 0, .125);
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.accordion-item.card-header {
    background-color: rgba(0, 0, 0, .03);
    border: 1px solid rgba(0, 0, 0, .125);
}
#accordionFlushExample {
    overflow: auto;
}

#accordionFlushExample .accordion-body {
    background-color: #fff !important;
    border-top: 1px solid rgba(0, 0, 0, .125);
}
#accordionFlushExample label {
    font-size: 16px;
    font-weight: normal;
}
#accordionFlushExample .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.accordion-item.tmp-abs {
    position: relative;
}
.accordion-button:not(.collapsed) {
    box-shadow: unset;
}
/* =====================aal inner accodian custom================================= */
.acco-inner-body .accordion__header {
    padding: 18px 30px;
    background-color: #060a25;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-top: 7px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-height: 80px;
    cursor: pointer;
    position: relative;
}

.acco-inner-body .accordion__header>* {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
    font-weight: normal;
}

.acco-inner-body .accordion__header.is-active {
    background-color: #060a25;
}

.accordion__toggle {
    width: 27px;
    height: 13px;
    display: block;
    position: absolute;
    right: 0px;
    top: 37%;
    flex-shrink: 1;
    border-radius: 2px;
    transition: transform .2s ease-in-out;
}

.accordion__toggle::after {
    content: "";
    width: 27px;
    height: 13px;
    display: block;
    background-image: url(./assets/images/cls.svg);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    position: absolute;
    top: -5px;
    left: 5px;
    border-radius: 2px;
    position: absolute;
    right: 8px;
    top: 37%;
}

.light-mode .is-active .accordion__toggle {
    background-image: url(./assets/images/cls-light.svg);
}

.light-mode .accordion__toggle::after {
    background-image: url(./assets/images/cls-light.svg);
}

.is-active .accordion__toggle {
    background-color: transparent;
    background-image: url(./assets/images/cls.svg);
    background-repeat: no-repeat;
    transform: rotate(-180deg);
    position: absolute;
    right: 0;
    top: 37%;
    width: 1.25rem;
    height: 1.25rem;
    background-repeat: no-repeat;
    background-size: 1.25rem;
}

.is-active .accordion__toggle::after {
    display: none;
}

.loaded::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(./assets/images/cls-light.svg) !important;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

.accordion__body {
    display: none;
    padding: 4rem 0rem;
    border-top: 0;
}

.accordion__body.is-active {
    display: block;
}

.parent_img-inr {
    position: relative;
    padding-right: 40px;
    height: 52px;
}

/*-----------------*/
.accordion-button > div{
    position: relative;
}

.accordion-inr .accordion__header{
    position: relative;
}
.light-mode .acco-inner-body .accordion__header.is-active {
    background-color: #fff;
    border: 1px solid #060a25;
}

.light-mode .acco-inner-body .accordion__header {
    background-color: #fff;
    border: 1px solid #060a25;
}

.light-mode #accordionExample {
    background-color: #fff;
}

.light-mode button.btn.btn-orng {
    background-color: #fc7e00 !important;
    color: #fff !important;
    border: 2px solid #fff !important;
}

.light-mode .accordion-button:not(.collapsed) {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #fff;
}

.light-mode .accordion-button {
    border: 1px solid #060a25 !important;
}
.parent_img label {
    position: relative;
}
.parent_img input[type="checkbox"] {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.parent_img label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #fff;
    /* box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%); */
    padding: 17px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 5px;
}
.parent_img input:checked + label:after {
    content: '';
    background: url('./assets/images/ch-rgt.png');
    display: block;
    position: absolute;
    top: -5px;
    left: 10px;
    width: 35px;
    height: 34px;
    background-repeat: no-repeat;
}
.parent_img span {
    display: none;
}

.light-mode .acd * {
    background-color: #fff;
    color: #060a23;
}
.light-mode .btn-sty {
    border: 1px solid black !important;
}

.light-mode .parent_img label:before {
    border-color: #000;
}

.w-80{
    width: 80%;
}

.slbg{
    border: 2px solid #fc7e00;
}
i.mgr {
    margin-right: 9px;
    font-size: 40px;
}
.lck {
    position: absolute;
    z-index: 99;
    width: 130px;
    bottom: 10%;
    /* right: 30%; */
    right: 23%;
    transform: translateY(-50%);
}   
.tmp-abs {
    pointer-events: none;
}

.tmp-abs::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*  background-image: linear-gradient(100deg, #dadada, #dadada);*/
    background-color: #bebebf;
    opacity: .7;
}
.pr10 {
    padding-right: 15px;
}
.b-hold {
    position: absolute;
    right: 70px;
}
.b-hold a, .b-hold1 a {
    margin: 0 !important;
}
.dnone {
    display: none;
}
.btn-sty {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
}
.accordion-body h3, .accordion-body p {
    color: #ffffff;
}
.pd-rl-0 {
    padding-right: 12px!important;
    padding-left: 12px!important;
}
.show-mobile, .show-mobile.show, .show-mobile1, .show-mobile1.show{
    display: none !important;
}

/* =================================== PASSCODE SLIDE CSS START HERE ====================================  */
#cf-slide-form1 .close {
    /* padding-top: 32px; */
    background-color: transparent !important;
    outline: none !important;
    border: 0px !important;
}
.passcode-slider {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    /* margin-top: 60px; */
    margin-top: 130px;
}
.passcode-slider p {
    font-size: large;
    margin-bottom: 0;
}

.passcode-slider h1, .passcode-slider p {
    text-align: center;
    color: #fff;
    font-size: 30px;
}
form#login_form {
    display: flex;
    flex-direction: column;
    justify-content: center !important;
    align-content: center;
    text-align: center;
}
.passcode-slider form input {
    width: 50px;
    height: 50px;
    font-size: 100px;
    text-align: center;
    /* padding: 5px; */
    /* border-radius: 12px; */
    border: none;
    outline: none;
    /* border-bottom: 1px solid black; */
    border-bottom: 1px solid white;
    font-size: 22px;
    /* background: #060a25; */
    background: #060A32;
    color: white;
}
.light-theme .passcode-slider form input {
    border-bottom: 1px solid black;
    background: white;
    color: black;
}

.light-theme p {
    color: #333;
}
.light-theme .passcode-slider h1, .passcode-slider p {
    color: #333;
}
@media (min-width: 1024px) {
    p.passSlide {
        font-size: 26px;
    }
}
.passlogbtn {
    margin-top: 20px;
    background: #fc7e00;
    color: white;
    padding: 7px 24px;
    border: none !important;
    border-radius: 8px;
    font-size: large !important;
    /* width: 125px !important; */
    width: 178px !important;
    height: unset !important;
    margin-top: 64px;
    font-size: 30px !important;
}
.wrongpasscode {
    display: none;
}
/* =========================================== BACKOFFICE START ====================================== */
.light-theme #header{
    background-color: #fff;
    border-bottom: 2px solid #060a25;
}
.light-theme #footer{
    background-color: #fff;
    border-top: 2px solid #060a25;
}
#accordionExample {
    width: 100%;
    background-color: #060a25;
    /* padding: 50px 0px 11px 0px; */
}
.light-theme #accordionExample {
    background-color: #fff;
}
.midle {
    position: relative;
    /* background: #060a25; */
    background: #060A32;
}
.light-theme .midle {
    background: white;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.pd-rl-0 {
    padding-right: 12px !important;
    padding-left: 12px !important;
}
#accordionExample {
    width: 100%;
    /* background-color: #060a25; */
        background: #060A32;
    /* padding: 50px 0px 11px 0px; */
}
.light-theme #accordionExample {
    background-color: #fff;
}
.light-theme .acd * {
    background-color: #fff;
    color: #060a23;
}
.accordion-item {
    background-color: #060a25;
    padding-bottom: 5px;
    border: 0px;
    /* padding: 0px 50px; */
}
.accordion-button:not(.collapsed) {
    box-shadow: unset;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #fff;
    /* background-color: #060a25; */
    background: #060A32;
}
.light-theme .accordion-button:not(.collapsed) {
    color: #fff;
    /* font-family: Arial, Helvetica, sans-serif; */
    background-color: #fff;
}
.accordion-button:focus {
    z-index: 3;
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}
h2 {
    font-size: 30px;
    line-height: 38px;
    /* color: #06255c; */
    color: white;
}
body.light-bg.light-mode h2 {
    /* color: black; */
    color: #06255c;
}
.accordion-button {
    color: #fff;
    font-size: 28px;
    font-family: Arial, Helvetica, sans-serif;
    /* background-color: #060a25; */
    background: #060A32;
    margin-bottom: 5px;
    padding: 5px 50px;
    border: 1px solid #fff;
    border-radius: 5px;
    word-spacing: 4px;
    padding: 18px 30px;
}
.light-theme .accordion-button {
    border: 1px solid #060a25;
}
.accordion-button > div {
    position: relative;
}
.pr10 {
    padding-right: 15px;
}
.intro {
    position: relative;
}
.b-hold {
    position: absolute;
    right: 70px;
}
.b-hold a, .b-hold1 a {
    margin: 0 !important;
}
.btn-sty {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
}

.dnone {
    display: none;
}
.form-group {
    margin-bottom: 0;
}
.parent_img input[type="checkbox"] {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.parent_img label {
    position: relative;
}
.parent_img label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #fff;
    /* box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%); */
    padding: 17px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 5px;
}
.light-theme .parent_img label:before {
    border-color: #000;
}
.parent_img input:checked + label:after {
    content: '';
    /* background: url(../images/ch-rgt.png); */
    display: block;
    position: absolute;
    /* top: -5px; */
    top: -1px;
    left: 10px;
    width: 35px;
    height: 34px;
    background-repeat: no-repeat;
}
.loaded::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    /* background-image: url(../images/cls-light.svg) !important; */
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}
.parent_img span {
    display: none;
}
i.mgr {
    margin-right: 9px;
    font-size: 40px;
}
.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    /* background-image: url(../images/cls.svg); */
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
.accordion-button:not(.collapsed)::after {
    /* background-image: url(../images/cls.svg); */
    transform: rotate(-180deg);
}
.accordion-body {
    color: #fff;
    /* background: #060a25; */
    background: #060A32;
    text-transform: capitalize;
}
#expandAlls{
    color: #fff !important;
    background: #060a25 !important;
    border: 2px solid #fff;
}
 #collapseAlls{
    color: #fff !important;
    background: #060a25 !important;
    border: 2px solid #fff;
 }
 .light-mode #expandAlls{
    color: #060a25 !important;
    background: #fff !important;
    border: 2px solid #060a25;
 }
 .light-mode #collapseAlls{
    color: #060a25 !important;
    background: #fff !important;
    border: 2px solid #060a25;
 }
 .cirle{
    background-color: #fff;
    color: #060a25;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    margin-right: 14px;
    font-size: 24px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
 }
 .cirle:hover{
    background-color: #4257e3;
    color: #fff;
 }

 /* For light mode */
 .light-mode span.cirle{
    background-color: #060a25;
    color: #fff;
 }
 .light-mode span.cirle:hover{
    background-color: #5e6cca;
    color: black;
 }

 .acc-small{
    font-size: 26px;
 }
 .innerAcc{
    background-color: #0e1963a8 !important;
 }
 .innerAccColapse{
    /* background-color: #6b75bba8 !important; */
    background-color: #0e1963a8 !important;
 }
 .light-mode .innerAcc{
    background-color: #fff !important;
 }
 .light-mode .innerAccColapse{
    background-color: #fff !important;
 }
 .innerAccHead{
    font-size: 22px;
 }
 .innerAccSubHead{
    font-size: 20px;
 }
 .innerVideo{
    align-items: center;
    text-align: center;
    margin-left: 182px;
    margin-right: 182px;
 }
.video-com {
    padding-bottom: 56.25%;
    position: relative;
}
.video-com iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.rounded {
    border-radius: .25rem !important;
}
iframe {
    border: 1px solid white;
    border-radius: 1px;
}
@media (min-width: 1024px) {
    .lck {
        right: 45%;
    }
}
.lck {
    position: absolute;
    z-index: 99;
    width: 130px;
    bottom: 10%;
    right: 30%;
    transform: translateY(-50%);
}
.tmp-abs::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-image: linear-gradient(100deg, #dadada, #dadada); */
    background-color: #bebebf;
    opacity: .7;
}
@media screen and (min-width: 769px) {
    .frst-pg-downld-btn {
        float: left;
        text-align: left !important;
        padding-top: 10px;
    }
}
.btn-sty {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
}
.dnone {
    display: none;
}
.show-mobile, .show-mobile.show, .show-mobile1, .show-mobile1.show {
    display: none !important;
}
@media screen and (min-width: 769px) {
    .frst-pg-returntop {
        float: left;
    }
}
.light-theme .btn-info.btn-sty {
    border: 1px solid black;
}
@media only screen and (max-width: 678px) {
    #expand, #expand1, #collapse, #collapse1 {
        display: none !important;
    }
    .show-mobile.show {
        display: block !important;
    }
    #expand3.show-mobile1.show, #collapse3.show-mobile1.show {
        display: inline !important;
        margin-right: 10px;
    }
}
@media only screen and (max-width: 380px) {
    h3{
        font-size: 10px !important;
    }
    .middle_title h4 {
        /* font-size: 16px !important; */
        font-size: 11px !important;
        padding: 1px !important;
    }
    .ninth-step-headings {
        display: flex;
        justify-content: center;
    }
    img.middle-design1 {
        height: 192px;
        width: 287px;
    }
    .copyright span {
        font-size: 10px !important;
    }
    .legalesebtn .cursor-pointer {
        font-size: 10px !important;
    }
    #footer {
        padding: 4px !important;
    }
    h2 {
        font-size: 18px !important;
        line-height: 26px !important;
    }
    .form-control{
        font-size: 10px;
        padding: 4px 9px;
    }
    .form-step h2 {
        font-size: 10px !important;
        line-height: 12px !important;
    }
    .custom-control.custom-checkbox {
        font-size: 8px !important;
    }
    .form-n button {
        font-size: 12px;
    }
}