@font-face {
    font-family: "Ebrima";
    src: url("Ebrima-Bold.woff2") format("woff2"), url("Ebrima-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.container {
    max-width: 1140px !important;
}

body,
html,
.player,
.fallback {
    border-radius: 7px;
}

main.allht {
    display: block;
    /* height: 100vh;
     */
    overflow: hidden;
}

a {
    text-decoration: none;
}

.theam-change {
    background-color: #060a25;
}
h1 {
    /* font-size: 2.5rem; */
    font-size: 3rem;
    color: white;
    line-height: 1;
}
h4 {
    /* font-size: 2.5rem; */
    font-size: 2rem;
    color: white;
    line-height: 1;
}
.light-mode h1 {
    color: black;
}
.light-mode h4 {
    color: black;
}

header {
    background-color: #060a25;
    border-bottom: 1px solid #3f4257;
    z-index: 999;
    width: 100%;
    /*z-index: 9999;
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    min-height: 50px;*/
}
sup.font-normal {
    font-size: 11px;
    /* left: 21px; */
    left: 118px;
    /* top: -15px; */
    /* top: -34px; */
    top: -46px;
}

.firstvideobox div {
    text-align: center;
}
.light-mode .close-white img {
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
}
.bgdblu {
    background-color: #060a25;
}

i.bi.bi-list {
    color: #fff;
    font-weight: bold;
    font-size: 45px;
    cursor: pointer;
}

.sidenav {
    width: 0;
    position: fixed;
    z-index: 1;
    top: 97px;
    left: 0;
    background-color: #060a25;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center;
    overflow-y: scroll !important;
    padding-bottom: 275px;
    height: 100vh;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 100px;
    font-size: 45px;
    margin-left: 50px;
}

.sidenav a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 27px;
    color: #fff;
    font-weight: 500;
    transition: all 0.3s linear;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    padding: 6px 15px;
    max-width: 356px;
    border: 1px solid transparent;
    margin: 0px auto;
    text-align: left;
    cursor: pointer;
}

.sidenav a:hover {
    color: #ff0000;
    border: 1px solid #ff0000;
}

.txtred {
    color: #ff0000;
}

.sidenav a:hover span {
    color: #fff !important;
}

img.swap-on-hover__back-image {
    display: none;
    transition: 0.5s ease-in-out;
}

.splitopt span {
    padding-bottom: 8px;
    display: inline-block;
}

.sidenav .closebtn:hover {
    border: 0px !important;
}

.swap-on-hover:hover .swap-on-hover__front-image img {
    display: none;
    transition: 0.5s ease-in-out;
}

.swap-on-hover:hover .swap-on-hover__back-image img {
    display: inline-block;
    transition: 0.5s ease-in-out;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: unset;
}

footer {
    /*position: fixed;*/
    width: 100%;
    bottom: 0;
    z-index: 9999;
    border-top: 1px solid #3f4257;
}

.ptxt {
    width: 180px;
    font-size: 24px;
    color: #fff;
    text-transform: capitalize;
    padding-left: 15px;
    line-height: 26px;
}

.acd {
    display: flex;
    /* height: 100%; */
    flex-direction: row;
}

/* .midle{  
     -o-object-fit: contain;
    object-fit: contain;
  overflow-y: scroll;   
   margin-top: 100px;    margin-bottom: 100px} */
.accordion {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    overflow-y: scroll;
    -o-object-fit: contain;
    object-fit: contain;
    /* display: flex; */
    flex-direction: column;
    /*margin-top: 100px;*/
    /*margin-bottom: 100px;*/
}

/*section.midle{
    margin-top: 90px;
}*/

section.midle{
    /* padding: 10px 0; */
    overflow: auto;
}

.mb{
    display: none;
}

#accordionExample {
    width: 100%;
    background-color: #060a25;
    /* padding: 100px 0px 20px 0px; */
    padding: 36px 0px 20px 0px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(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(images/cls.svg);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.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;
}

/* mainscroll*/
::-webkit-scrollbar {
    overflow-y: hidden;
    width: 0px;
}

::-webkit-scrollbar-track {
    overflow-y: hidden;
}

::-webkit-scrollbar-thumb {
    overflow-y: hidden;
}

::-webkit-scrollbar-thumb:hover {
    overflow-y: hidden;
}

/* mainscroll end*/
/* overflow scroll end */
.midle::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.midle::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px !important;
    background: #ffffff !important;
}

/* Handle */
.midle::-webkit-scrollbar-thumb {
    background: #060a25 !important;
    border-radius: 10px;
}

/* Handle on hover */
.midle::-webkit-scrollbar-thumb:hover {
    background: #486de0 !important;
}

.brwn {
    color: #ff0000;
    text-transform: uppercase;
}

.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;*/
}

img.accImg {
    /* width: 25px; */
    width: 32px;
    margin-right: 20px;
    margin-left: 20px;
}

.accordion-body {
    color: #fff;
    background: #060a25;
    text-transform: capitalize;
}

.accordion-button:focus {
    z-index: 3;
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}

.mxw {
    width: 670px;
    margin: 0px auto;
    padding-left: 100px;
}

/* video-container styles */
.video-container {
    width: 500px;
    border-radius: 4px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: 84px;
}

.video-container .video-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-container video {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 2px solid #000;
}

.play-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    pointer-events: none;
}

.play-button-wrapper #circle-play-b {
    cursor: pointer;
    pointer-events: auto;
}

.play-button-wrapper #circle-play-b svg {
    width: 100px;
    height: 100px;
    fill: #fff;
    stroke: #fff;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    opacity: 0.9;
}

.licn {
    max-height: 55px;
}

/* ==============================modal css============================ */
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    z-index: 100;
    display: none;
}

.cnt223 a {
    text-decoration: none;
}

.cnt223 a:hover {
    text-decoration: none;
}

.popup {
    width: 100%;
    margin: 0 auto;
    display: none;
    position: fixed;
    z-index: 101;
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    overflow: scroll;
}

.cnt223 {
    max-width: 600px;
    min-height: 150px;
    margin: 0px auto;
    /*margin-top: 400px; */
    /* background-color: rgba(243, 243, 243,0.8); */
    position: absolute;
    z-index: 103;
    /*padding: 15px 35px;*/
    left: 50%;
    border-radius: 5px;
    /*    box-shadow: 0 2px 5px #000;*/
    top: 56%;
    transform: translate(-50%, -50%);
    background-color: #fff;
}

form.loadfrm {
    width: 100%;
}

.cnt223 p {
    clear: both;
    color: #091f66;
    /* text-align: justify;
     */
    font-weight: bold;
    font-size: 16px;
    font-family: sans-serif;
}

.cnt223 h5 {
    font-size: 24px;
    font-weight: bold;
    color: #091f66;
}

.cnt223 .x {
    float: right;
    height: 35px;
    left: 22px;
    position: relative;
    top: -25px;
    width: 34px;
}

.cnt223 .x:hover {
    cursor: pointer;
}

div#loader, div#loader1 {
    position: relative;
    z-index: 999999999;
}

.btn-orng {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    background-color: #fc7e00;
    border: 2px solid #000;
}

.btn-orng:hover {
    color: #fc7e00;
    background-color: #fff;
}

.loadfrm .form-control {
    border: 1px solid #a8a6a4;
}

.loadfrm input[type="email"]::-webkit-input-placeholder {
    /* Firefox, Chrome, Opera */
    color: #a8a6a4;
    font-weight: bold;
}

.loadfrm input[type="email"]::-moz-placeholder {
    /* Firefox, Chrome, Opera */
    color: #a8a6a4;
    font-weight: bold;
}

.loadfrm input[type="email"]:-ms-input-placeholder {
    /* Firefox, Chrome, Opera */
    color: #a8a6a4;
    font-weight: bold;
}

.loadfrm input[type="email"]::-ms-input-placeholder {
    /* Firefox, Chrome, Opera */
    color: #a8a6a4;
    font-weight: bold;
}

.loadfrm input[type="email"]::placeholder {
    /* Firefox, Chrome, Opera */
    color: #a8a6a4;
    font-weight: bold;
}

.loadfrm input[type="text"]::-webkit-input-placeholder {
    /* Firefox, Chrome, Opera */
    color: #a8a6a4;
    font-weight: bold;
}

.loadfrm input[type="text"]::-moz-placeholder {
    /* Firefox, Chrome, Opera */
    color: #a8a6a4;
    font-weight: bold;
}

.loadfrm input[type="text"]:-ms-input-placeholder {
    /* Firefox, Chrome, Opera */
    color: #a8a6a4;
    font-weight: bold;
}

.loadfrm input[type="text"]::-ms-input-placeholder {
    /* Firefox, Chrome, Opera */
    color: #a8a6a4;
    font-weight: bold;
}

.loadfrm input[type="text"]::placeholder {
    /* Firefox, Chrome, Opera */
    color: #a8a6a4;
    font-weight: bold;
}

.loadfrm input[type="email"]::-webkit-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
    font-weight: bold;
}

.loadfrm input[type="email"]::-moz-placeholder {
    /* Internet Explorer 10-11 */
    color: #a8a6a4;
    font-weight: bold;
}

.loadfrm input[type="email"]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a8a6a4;
    font-weight: bold;
}

.loadfrm input[type="email"]::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a8a6a4;
    font-weight: bold;
}

.loadfrm input[type="email"]::placeholder {
    /* Internet Explorer 10-11 */
    color: #a8a6a4;
    font-weight: bold;
}

.loadfrm input[type="email"]::-webkit-input-placeholder {
    /* Microsoft Edge */
    color: #a8a6a4;
    font-weight: bold;
}

.loadfrm input[type="email"]::-moz-placeholder {
    /* Microsoft Edge */
    color: #a8a6a4;
    font-weight: bold;
}

.loadfrm input[type="email"]:-ms-input-placeholder {
    /* Microsoft Edge */
    color: #a8a6a4;
    font-weight: bold;
}

.loadfrm input[type="email"]::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #a8a6a4;
    font-weight: bold;
}

.loadfrm input[type="email"]::placeholder {
    /* Microsoft Edge */
    color: #a8a6a4;
    font-weight: bold;
}

.loadfrm .form-control:focus {
    color: #a8a6a4;
    background-color: #fff;
    border-color: #000;
    outline: 0;
    box-shadow: unset;
}

i.bi.bi-x-circle-fill {
    color: #091f66;
    font-size: 30px;
    display: none;
}

i.bi.bi-x {
    color: #091f66;
    font-weight: bold;
    font-size: 30px;
}

.form-control {
    /* padding: .75rem; */
}

.fstfrm2 {
    display: none;
}

.scnfrm {
    display: none;
}

.scnfrm2 {
    display: block;
}

.trdfrm {
    display: none;
}

.trdfrm2 {
    display: block;
}

.okbtn {
    color: #fff;
    background-color: #fc7e00;
    font-weight: 600;
    padding: 5px 20px !important;
    text-transform: capitalize;
    border: 2px solid #000;
    border-radius: 5px;
    display: inline-block !important;
    font-size: 20px;
}

.okbtn:hover {
    background-color: #fff;
    color: #fc7e00;
}

.cooki p {
    color: #0631ad;
    font-weight: 500;
}

.bg-blu {
    background-image: linear-gradient(to bottom, #fefefe, #eeeeee, #dfdfdf, #d0d0d0, #c1c1c1);
    width: 570px;
    margin: 0px auto;
}

.cooki .popup {
    width: 100%;
    margin: 0 auto;
    display: none;
    position: fixed;
    z-index: 101;
    background: rgba(13, 110, 253, 0.2);
    height: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

/* iframe video css start Layout for this demo */
.wrap {
    position: relative;
    max-width: 1000px;
    width: 500px;
    margin: 0px auto;
}

/* The outer-div to move the elements */
.box-video {
    position: relative;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    /*       border: 2px solid #000;
    border-radius: 10px; */
}

/* Set Cover aka Background-Image */
.box-video .bg-videob {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 2;
}

/* Add light shade to make play button visible*/
.bg-videob::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 3;
}

/* The Play-Button using CSS-Only */
.box-video .bt-play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: transparent;
    /* -webkit-backdrop-filter: blur(10px); */
    border-radius: 50%;
    text-indent: -999em;
    cursor: pointer;
    z-index: 2;
    transition: all .3s ease-out;
    border: 2px solid #fff;
}

/* The Play-Triangle */
.box-video .bt-play:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 0;
    width: 0;
    margin: -12px 0 0 -6px;
    border: solid transparent;
    border-left-color: #fff;
    border-width: 12px 20px;
    transition: all .3s ease-out;
}

.box-video:hover .bt-play {
    transform: scale(1.1);
}

/* When Class added the Cover gets hidden... */
.box-video.open .bg-videob {
    visibility: hidden;
    opacity: 0;
    transition: all .6s .8s;
}

/* and iframe shows up */
.box-video.open .video-container {
    opacity: 1;
    transition: all .6s .8s;
}

/* Giving the div ratio of 16:9 with padding */
.video-container {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0;
    z-index: 1;
    padding-bottom: 56.27198%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    /*width: 90%;*/
    height: 100%;
}

/* iframe video css end Layout for this demo */
div#player.player {
    max-width: 100% !important;
    height: 100% !important;
}

div#player {
    border: 2px solid #000 !important;
    border-radius: 10px !important;
}

.bg-videob {
    border: 2px solid #000;
    border-radius: 10px;
}

.p-rgt {
    padding-right: 100px;
}

.videobox {
    text-align: center;
}

.two {
    visibility: hidden;
}

/*
.aftrfrm{display:none;}
.aftrfrmshow{display:block;}
*/
img.mgr {
    margin-right: 9px;
}

i.mgr {
    margin-right: 9px;
    font-size: 40px;
}

/*height: 42px;*/
/*.parent_img {*/
/*    height: 52px;*/
/*    width: 44px;*/
/*}*/

.pr10 {
    padding-right: 15px;
}

.tmp-banner {
    z-index: 99;
}

.lck {
    position: absolute;
    z-index: 99;
    width: 130px;
    /* bottom: 10%; */
    /* right: 30%; */
    bottom: 28%;
    right: 40%;
    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;
}

.modal-header {
    background-color: #060a25;
    color: #fff;
}

.modal {
    position: fixed;
    /*padding-top: 200px;*/
    top: 0;
    z-index: 99999;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0
}

.modal-backdrop.show {
	filter: alpha(opacity=50);
	opacity: .5
}

/*.modal.fade .modal-dialog {*/
/*	-webkit-transition: -webkit-transform .3s ease-out;*/
/*	-o-transition: -o-transform .3s ease-out;*/
/*	transition: transform .3s ease-out;*/
/*	-webkit-transform: translate(0, -25%);*/
/*	-ms-transform: translate(0, -25%);*/
/*	-o-transform: translate(0, -25%);*/
/*	transform: translate(0, -25%)*/
/*}*/

/*.modal-dialog {*/
/*    max-width: 710px;*/
/*    margin: 30px auto;*/
/*}*/

button.close {
    color: #fff;
    opacity: 1;
    width: 5%;
    /* right: 12px; */
    right: 18px;
}
button.contactBtn {
    right: 20px;
}
.cls {
    font-size: 30px;
    font-weight: bold;
}

.modal-header {
    padding: 0 1rem;
}

#survey {
    cursor: pointer;
}

.modal {
    overflow-x: hidden;
    overflow-y: auto;
}

#survey .modal-header {
    background-color: #060a25;
    color: #fff;
    display: block;
}

#survey .modal-body input[type=radio] {
    padding: 0.4em;
    -webkit-appearance: none;
    outline: 0.1em solid black;
    outline-offset: 0.1em;
}

.fb2 input[type=radio]~label,
.fb3 input[type=radio]~label,
.fb4 input[type=radio]~label,
.fb5 input[type=radio]~label {
    margin-right: 1rem;
    margin-left: 6px;
}

.splitopt {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

#howcanimprove,
#mailreply {
    width: 86%;
    border: 1px solid #333;
    padding: 10px 15px;
}

.modal-body .fbsubmit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin: 0.5rem auto;
}

.fbsubmit {
    font-family: "Montserrat", sans-serif;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    margin-top: 2.5rem;
    border: 2px solid #000;
    padding: 10px 50px;
    fill: #fff;
    transition: all 0.4s ease-in-out;
}

#survey .modal-body h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 15px 0;
}

#survey .modal-body input[type=radio]:checked {
    display: inline-block;
    background-color: #000;
}

#survey .modal-body input[type=radio] {
    padding: 0.4em;
    -webkit-appearance: none;
    outline: 0.1em solid black;
    outline-offset: 0.1em;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    height: 28px;
    width: 22px;
}

button,
input {
    overflow: visible;
}

.fbsubmit:hover {
    fill: #000;
    background-color: #333;
    color: #fff;
}

.modal-content.surv {
    margin-bottom: 150px;
}

.modal-dialog {
    margin-bottom: 154px;
}

.mx-100 {
    margin: 0px 100px;
}

#expand-collapse {
    position: absolute;
    right: 60px;
    z-index: 999;
    text-transform: capitalize;
    color: #fff;
    padding: 0px;
    height: 32px;
    border-radius: 5px;
    border: 2px solid #fff;
    width: 40px;
    text-align: center;
    text-align: center;
    font-weight: bold;
    margin-top: 14px;
    font-size: 18px;
    line-height: 20px;
    display: none;
    cursor: pointer;
}

.botombtns {
    position: absolute;
    color: #fff;
    padding: 0px;
    height: 32px;
    border-radius: 5px;
    border: 2px solid #fff;
    width: 40px;
    background-color: #060a25;
    text-align: center;
    text-align: center;
    font-weight: bold;
    margin-top: 14px;
    font-size: 18px;
    line-height: 20px;
    display: none;
    cursor: pointer;
    right: 0;
}

.buttons-botom {
    width: 155px;
    display: flex;
    float: right;
    /* height: 75px; */
}

#dropdownMenuButton1 {
    background: #fc7e00;
    color: #fff;
}

.dropdown-toggle::after {
    display: none;
}

.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";
}

.btn-red {
    background-color: #fc7e00;
    color: #fff !important;
    font-size: 20px;
    border: 2px solid #000;
    font-weight: bold;
}

.btn-red:hover {
    background-color: #fff;
    color: #fc7e00 !important;
}

.modal-dialog.wth {
    width: 80% !important;
    max-width: unset;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #060a25;
    position: relative;
}

.nav-pills .nav-link {
    text-align: left;
    border-radius: 0px;
    color: #000;
    font-size: 18px;
    text-transform: capitalize;
}

.contactpopupsubmit:hover {
    background-color: #060a25;
    color: #fff;
}

.contactpopupsubmit {
    background-color: #fff;
    border: 1px solid #060a25;
    height: 40px;
    vertical-align: middle;
    line-height: 23px;
    font-size: 15px;
    color: #000;
    margin-top: 5px;
    width: 100%;
    transition: all .2s ease;
}

.form-check label {
    margin-top: 6px !important;
    margin-left: 6px !important;
}

.form-check input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.47rem;
}

.form-check input[type=checkbox] {
    width: 20px;
    height: 20px;
    outline: 0;
    box-shadow: none;
}

.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;
}

button.noicn {
    border: 0px;
    background-color: transparent;
    text-align: left;
    font-size: 18px;
    padding: 10px;
    font-weight: 300;
    width: 100%;
    display: block;
    cursor: pointer;
}

.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);
}

.card-header {
    padding: 0px;
    margin-bottom: 10px;
}

#accordionFlushExample {
    overflow: auto;
}

#accordionFlushExample .accordion-body {
    background-color: #fff !important;
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.nav-pills .nav-link.active:after {
    content: '';
    position: absolute;
    top: 10px;
    right: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #060a25;
    display: block;
    width: 0;
}

#accordionFlushExample label {
    font-size: 16px;
    font-weight: normal;
}

div#v-pills-tab {
    border-right: 1px solid #ddd;
}

/*input[type=checkbox] {*/
/*    cursor: pointer;*/
/*}*/

/*input[type=checkbox]:after {*/
/*    content: " ";*/
/*    background-color: #fff;*/
/*    display: inline-block;*/
/*    visibility: visible;*/
/*    height: 20px;*/
/*    width: 20px;*/
/*    border: 1px solid #060a25;*/
/*}*/

/*input[type=checkbox]:checked:after {*/
/*    content: "\2714";*/
/*    color: #060a25;*/
/*    font-size: 14px;*/
/*    line-height: 19px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    font-weight: bold;*/
/*    -webkit-appearance: none;*/
/*    box-sizing: border-box;*/
/*}*/

/*input[type=checkbox]:checked:after {*/
/*    content: "\2714";*/
/*    color: #060a25;*/
/*    font-size: 14px;*/
/*    line-height: 19px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    font-weight: bold;*/
/*    -webkit-appearance: none;*/
/*    box-sizing: border-box;*/
/*}*/

/*input[type=checkbox] {*/
/*    visibility: hidden;*/
/*    appearance: none;*/
/*    -moz-appearance: none;*/
/*    max-height: 20px;*/
/*    -webkit-appearance: none;*/
/*    box-sizing: border-box;*/
/*}*/

.form-check label {
    margin-top: 2px !important;
    margin-left: 6px !important;
}

#accordionFlushExample .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.modal-footer {
    margin-top: 20px;
}

.extra::first-letter {
    padding-right: 10px;
}

a.swap-on-hover.cntctmnu {
    display: none;
}

.ponter-evnt {
    pointer-events: none;
}

.fb6 label {
    padding-left: 15px;
    margin-top: 4px;
}

.trd {
    color: #fff;
    font-size: 16px;
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #1e2125 ! important;
    background-color: #e9ecef !important;
}

.accordion-item.tmp-abs {
    position: relative;
}

.trd i.fa.fa-angle-right {
    font-size: 20px !important;
    font-weight: bold;
    margin-left: 5px;
}

.logo-top {
    cursor: pointer;
}

.btnhide {
    display: none;
}

.lastbtnshow {
    display: block;
}

.last-txt-hide {
    display: none;
}

.btn-red.dlay {
    background-color: #fc7e00;
    color: #fff !important;
    font-size: 20px;
    display: block;
    cursor: pointer;
    z-index: 99;
    position: relative;
    border: 2px solid #000;
    font-weight: bold;
}

.btn-red.dlay:hover {
    background-color: #fff;
    color: #fc7e00 !important;
    font-size: 20px;
    font-weight: bold;
}

.accordion-button:not(.collapsed) {
    box-shadow: unset;
}

.txtsky {
    color: #1caef7;
    /* text-transform: uppercase; */
    font-weight: bold;
}

.pad-hundred {
    padding: 0px 30px;
}

/*.accordion-body {*/
/*    padding: 4rem 0rem;*/
/*}*/

.acco-inner-body p {
    font-size: 20px;
}

.midlnavtxt {
    color: #fff;
    /* font-size: 22px; */
}

.drkimg {
    min-width: 25px;
    cursor: pointer;
    max-width: 40px;
    /* border: 1px solid white; */
    border: 0.5px solid white;
    /* border-radius: 11px; */
    border-radius: 6px;
    /* margin-left: 100px; */
    /* margin-left: 45px; */
}
.light-mode .drkimg{
    border: 0.5px solid black;
}

/* 
.inner-acco{display:none;}
.inner-accoshow{display: block;} */
.formtabsone .nav-tabs {
    width: 100%;
}

.formtabsone .nav-tabs .nav-link {
    width: 33.33%;
    padding: 0px;
    color: #fff;
    padding: 8px 0px;
}

.formtabsone .form-control {
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    padding: 5px;
    background-color: #10153a;
    background-clip: padding-box;
    /*border:1px solid transparent;*/
    /*border-right: 1px solid #fff;*/
    border: 1px solid #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.formtabsone .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    box-shadow: 0 0 15px #1caef7;
    position: relative;
    z-index: 1;
    border: 0px !important;
}

.nav-link.active::before {
    content: '';
    position: absolute;
    height: 30px;
    width: 100%;
    background-color: #060a25;
    top: 30px;
    z-index: 1;
    left: 0;
}

.whtbdr {
    border: 2px solid #fff;
}

.light-mode .whtbdr {
    border: 2px solid #060a25;
}

.light-mode .nav-link.active::before {
    content: '';
    position: absolute;
    height: 30px;
    width: 100%;
    background-color: #fff;
    top: 30px;
    z-index: 1;
    left: 0;
}

.txtwht {
    color: #fff;
}

.light-mode .txtwht {
    color: #060a25;
}

.light-mode .midlnavtxt {
    color: #060a25;
}

.formtabsone form {
    /* border: 1px solid #3163be; */
    padding: 15px;
    /* box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 12%); */
    box-shadow: 0 0 15px #1caef7;
    border: 0px;
    position: relative;
    top: 2px;
    border-radius: 5px;
}

.formtabsone .btn-orng {
    color: #fff;
    background-color: #fc7e00;
    border-color: transparent;
    margin: 0px auto;
    text-align: center;
    display: block;
}

.formtabsone .nav-tabs .nav-link:hover {
    color: #fff;
    background-color: transparent;
    isolation: isolate;
}

.formtabsone .nav-tabs {
    border-bottom: transparent;
}

.formtabsone .frm-inr-3 {
    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(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(images/cls-light.svg);
}

.light-mode .accordion__toggle::after {
    background-image: url(images/cls-light.svg);
}

.is-active .accordion__toggle {
    background-color: transparent;
    background-image: url(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(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;
}

/* =====================aal inner accodian custom end================================= */
.lstimgs img {
    width: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.nav-pills .nav-link.active {
    color: #fff;
    border: 0px !important;
    box-shadow: 0 0 15px #1caef7 !important;
}

.formtabsone .nav-pills .nav-link {
    text-align: center;
    border-radius: 0px;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    position: relative;
    top: 17px;
    width: 100%;
    border: 1px solid #fff;
    border-bottom: 0px;
}

.formtabsone .nav-pills .nav-link.active:after {
    content: '';
    position: absolute;
    top: 10px;
    right: -10px;
    border-top: unset;
    border-bottom: unset;
    border-left: unset;
    display: block;
    width: 0;
}

.formtabsone .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: space-between;
}

li.nav-item {
    width: 50%;
    text-align: center;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid #fff;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom: 0px;
    border-left: 0px;
    /* border-right: 0px!important; */
}

.textgray {
    color: gray;
}

.light-mode .acd * {
    background-color: #fff;
    color: #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;
}

.light-mode header {
    background-color: #fff;
    border-bottom: 1px solid #3f4257;
    color: #060a25;
}

.light-mode .bgdblu {
    background-color: #fff;
    color: #060a25 !important;
}

.light-mode .formtabsone .nav-tabs .nav-item.show .nav-link,
.light-mode .nav-tabs .nav-link.active,
.light-mode .formtabsone .nav-tabs .nav-link,
.light-mode .formtabsone .nav-tabs .nav-link:hover {
    color: #060a25;
    border: 1px solid #060a25;
    border-bottom: 0px;
}

.nav-tabs .nav-link:nth-child(3) {
    border-left: 1px solid transparent;
}

.light-mode .nav-tabs .nav-link:nth-child(2) {
    border-left: 1px solid transparent;
}

.not {
    border-left: 1px solid transparent !important;
}

.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 .formtabsone .form-control {
    border: 1px solid #060a25;
    background-color: #fff;
    border: 1px solid #060a25;
}

.light-mode .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: transparent;
    color: #060a25;
    border: 1px solid #060a25;
}

.light-mode .formtabsone .nav-pills .nav-link {
    background-color: transparent;
    color: #060a25;
    border: 1px solid #060a25;
    border-bottom: 0px;
}

.light-mode body {
    background-color: #fff !important;
}

.light-mode {
    background-color: #fff;
}

.light-mode .brwn {
    color: #ff0000;
}

.light-mode .txtsky {
    color: #1caef7 !important;
}

.light-mode #expand-collapse,
.light-mode .botombtns {
    border: 1px solid #060a25;
}

.light-mode .lck {
    background-color: transparent;
}

.light-mode .formtabsone .btn-orng {
    color: #fff !important;
    background-color: #fc7e00 !important;
}

.light-mode .form-floating {
    border: 1px solid #000;
}

.form-floating {
    border: 1px solid #000;
}

button#nav-home-tab {
    border-right: 0px;
    border-left: 1px solid #fff;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #10153a;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #fff;
    border-radius: 0px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='white' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
}

.btn-sty {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
}

.btn-sty:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #060a25;
}


.light-mode .btn-sty {
    background: transparent;
    border: 1px solid #060a25;
    color: #060a25;
}

.light-mode .btn-sty:hover {
    background: #060a25;
    border: 1px solid #060a25;
    color: #fff;
}

.dnone{
    display: none;
}

.b-hold{
    position: absolute;
    right: 70px;
}

.b-hold a, .b-hold1 a{
    margin: 0 !important;
}

.b-hold1 {
    position: absolute;
    right: 130px;
}

.accordion-button > div{
    position: relative;
}

.accordion-inr .accordion__header{
    position: relative;
}

.btn-check:focus+.btn-info, .btn-info:focus {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
}

.al-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem !important;
    color: inherit;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000 !important;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.join-btn,.orngjoin ,.light-mode .join-btn, .light-mode .orngjoin {
    background: #fc7e00;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    margin-top: 18px;
}

.orngjoin:hover{
    color: #fff;
}

.contact-link {
    padding-top: 7px;
    padding-left: 10px;
}

a.pop-contact {
    color: #fff;
}
.legal:hover{
    color: #fff;
}

.light-mode .legal:hover{
    color: #060a25;
}

#legalese li {
    border-bottom: 1px solid #060a23;
}

#legalese li a {
    display: block!important;
    padding: 10px 16px;
}

textarea.form-control {
    min-height: 50px;
}

#legalese_modal .modal-body {
  max-height: 500px;
  overflow: auto;
}

.lgl.ac{
    /* border: 2px solid #060a23; */
}

sup{
    color: red;
}

#cf_message{
    
}

#cf_message h4{
    font-size: 28px;
    margin-bottom: 20px;
}

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;
}

body.modal-open header{
    z-index: 999;
}

.btn-orange, .btn-orange:hover {
    color: #fff;
    background-color: #fc7e00;
    border-color: #fc7e00;
}

.white {
    color: #fff !important;
}

body.modal-open header {
    z-index: -9;
}

.dark-bg {
    background: #060a25;
    color: #fff;
}

section#cf-slide-form, section#cf-slide-form11, section#slide-legalese {
    position: fixed;
    width: 100%;
    /* background: #fff; */
    /* background: #060a25; */
    border-top: 1px solid #787a89;
    z-index: 112;
    left: -100%;
    transition: 0.5s ease-in-out;
}
.light-mode section#cf-slide-form, section#cf-slide-form11{
    background: #fff;
    color: #060a25;
}
.light-mode section#slide-legalese{
    background: #fff;
    color: #060a25;
}


section#cf-slide-form.show, section#cf-slide-form11.show, section#slide-legalese.show {
    left: 0%;
    transition: 0.5s ease-in-out;
}

.light-mode .dark-bg {
    background: #fff;
    color: #060a25;
}

.light-mode .white {
    color: #060a25 !important;
}

.cl-btn {
    font-size: 34px;
    /* line-height: 20px; */
    margin-left: 9px;
}

.l-height{
    overflow: auto;
    overflow-x: hidden;
    padding-right: 10px;
}
.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;
}
/* 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;
}

.legal {
    font-size: .85em;
}

span.text-grey {
    color: grey;
}

.parent_img input[type="checkbox"] {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.parent_img input[type="checkbox"] {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.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;
}

.parent_img input:checked + label:after {
    content: '';
    background: url('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 .parent_img label:before {
    border-color: #000;
}

.w-80{
    width: 80%;
}

.slbg{
    border: 2px solid #fc7e00;
}

.show-mobile, .show-mobile.show, .show-mobile1, .show-mobile1.show{
    display: none !important;
}

.aftrfrm h5 {
    padding: .375rem .75rem;
    line-height: 2;
}

.pab{
    position: absolute;
    top: 3px;
    right: 0;
}

.light-mode .mb {
    color: #060a23;
}

.apt .intro {
    width: calc(100% - 200px);
}

/* Chrome, Safari, Edge, Opera */
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;
}

.p-fixed {
    position: fixed;
    /*z-index: 999;*/
    /*width: 100%;*/
}

.mobile .p-fixed{
    /*position: relative;*/
}

.windows .midle{
    padding-top: 0;
}

div#cf_message {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

#sh_message.show{
    height: calc(100vh - 111px - 150px) !important;
    /* position: relative; */
    display: flex;
    justify-content: center;
    align-items: center;
}



/*Stepper Form CSS*/
/* #multi-step-form-container {
    margin-top: 5rem;
} */
#multi-step-form-container {
    margin-top: 0rem !important;
    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-mode .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; */
}
.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; */
    background-color: grey !important;
    color: #fff;
}
.light-mode .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;
    /* color: white; */
}
sup.tm-symbol {
    font-size: 20px;
    top: -21px;
    left: -8px;
    color: white;
}
.light-mode sup.tm-symbol{
    color: black;
}
.homeVideo{
    border: 1px solid white;
    border-radius: 4px;
}

.form-step h2 {
    /* font-size: 20px; */
    font-size: 18px;
    /* line-height: 1.5; */
}

.form-step p {
    font-size: 18px;
}

.form-q {
    /* padding: 2rem; */
    padding: 1.5rem;
    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; */
}

.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; */
    border: 2px solid white;
}
.light-mode .nv-box {
    border: 2px solid #060a25;
}
.btn-previous {
    /* background: transparent !important;
    border: 2px solid #060a25 !important; */
    /* color: #060a25 !important; */

    border: 2px solid white !important;
    background: #060a25 !important;
}
.light-mode .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;
}

.form-n button{
    /* text-transform: uppercase; */
    font-weight: 700;
    font-size: 18px;
}

#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; */
    font-size: 16px;
    margin-top: 2px;
}

.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;
}
/*#step-11 h2{*/
/*    min-height: 60px;*/
/*}*/
/*Stepper Form CSS*/
.light-mode .fs-right-area p, 
.light-mode .fs-left-area p,
.light-mode .fsp-first-line ul li,
.light-mode .fsp-second-line h5,
.light-mode .fsp-third-line ul li,
.light-mode .fsp-third-line .small-text
{
    color: #00001f!important;
}
.frm-frststp-submit {
    clear: both;
}
.frm-fname {
    /* padding-bottom: 29px; */
}
@media (min-width: 1025px) {
    .title{
        /* margin-right: 268px; */
        margin-right: 98px;
    }
    h2.title {
        /* font-size: 35px; */
        font-size: 52px;
        /* margin-left: -13px; */
        margin-left: 8px;
        margin-top: 4px;

    }
    h4.d-md-block {
        /* margin-left: -27px; */
        /* margin-left: -61px; */
        /* font-size: 20px; */
        font-size: 25px;
        padding-top: 24px;
    }
    .title1 {
        /* margin-left: -104px; */
    }
    .footer .container {
        padding-left: 20px;
        padding-right: 24px;
    }
    .fs-video {
        margin-top: 31px;
    }
    .fs-right-area {
        padding-right: 15px;
    }
    .fsp-third-line .small-text {
        font-size: 18.6px;
        padding-left: 31px;
    }
    .fsp-first-line ul li:first-child {
        font-size: 52px!important;
    }
    .fsp-first-line ul li:nth-child(2) {
        font-size: 120.7px!important;
        line-height: 44px!important;
        margin-left: -8px;
    }
    .fsp-first-line ul li:last-child {
        font-size: 39.5px!important;
        line-height: 93px!important;
        margin-left: -2px!important;
    }
    .fsp-second-line h5 {
        font-size: 28.2px;
        margin-bottom: 25px;
    }
    .fsp-third-line ul li:first-child {
        font-size: 28px!important;
    }
    .fsp-third-line ul li:nth-child(2) {
        font-size: 65px!important;
        line-height: 30px!important;
        margin-left: -4px;
    }
    .fsp-third-line ul li:nth-child(3) {
        font-size: 47.7px!important;
        line-height: 64px!important;
        margin-left: -2px;
    }
    .fsp-third-line ul li:last-child {
        font-size: 48px!important;
        line-height: 19px!important;
        margin-left: -1px;
    }
    .fsp-first-line ul {
        margin-bottom: 4px;
    }
    .boytopbar {
        justify-content: space-between;
    }
}
@media (min-width: 1025px) and (max-width: 1185px) {
    .allht {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media only screen and (max-width:500px){
    .copyrighttext {
        display: block;
    }
}
@media (min-width: 300px) and (max-width: 767px) {
    .allht {
        /*padding-left: 15px;
        padding-right: 15px;*/
    }
    header.py-2, .first-step, .footer {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .col-md-5.fs-left-area, .col-md-7.fs-right-area {
        width: 50%!important;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .footer {
        padding-left: 30px;
        padding-right: 30px;
    }
    .first-step {
        padding-top: 20px!important;
    }
    .slidf .modal-title {
        margin-left: 27px;
    }
    #slide-legalese #cf-slide-form #multi-step-form-container {
        padding-left: 16px!important;
    }
    .container.pt-4 {
        padding-left: 29px;
    }
    .slidf button.close, .slidf button.close:hover {
        right: 29px!important;
    }
    .fs-video {
        margin-top: 31px;
    }
    .first-step {
        padding-left: 26px;
        padding-right: 10px;
    }
    .brand-logo {
        margin-left: 26px;
    }
    .rv5 {
        padding-right: 11px;
    }
    .fs-right-area {
        align-items: center;
        padding-right: 26px;
        padding-bottom: 30px;
    }
    .fsp-first-line ul li:first-child {
        font-size: 45px!important;
    }
    .fsp-first-line ul li:nth-child(2) {
        font-size: 103px!important;
        line-height: 44px!important;
        margin-left: -7px;
    }
    .fsp-first-line ul li:last-child {
        font-size: 33.7px!important;
        line-height: 78px!important;
        margin-left: -2px!important;
    }
    .fsp-third-line ul li:first-child {
        padding-left: 0px;
        font-size: 20px;
    }
    .fsp-third-line ul li:nth-child(2) {
        font-size: 53px!important;
        line-height: 30px!important;
        margin-left: -4px;
    }
    .fsp-third-line ul li:nth-child(3) {
        font-size: 40px!important;
        line-height: 64px!important;
        margin-left: -2px;
    }
    .fsp-third-line ul li:last-child {
        font-size: 41px!important;
        line-height: 19px!important;
        margin-left: -2px;
    }
    .fsp-second-line h5 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .fsp-first-line {
        margin-bottom: -23px;
    }
    .fsp-third-line .small-text {
        padding-left: 15px;
        font-size: 17px;
    }
    .boytopbar {
        justify-content: space-between;
    }
    .hd {
        display: block!important;
    }
}
@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; */
        /* right: 34px; */
        right: 23px;
        top: -2px;
    }
    .passCrossbtn{
        right: 16px !important;
        top: 20px !important;
    }
    
    #multi-step-form-container {
        margin-top: 0.5rem;
    }
    
    ul.form-stepper {
        margin-bottom: 1.5rem;
    }
    
    .h1big {
        font-size: 36px;
    }
}
@media only screen and (min-width:1130px){
    #cf-slide-form .container{
        width: 1127px!important;
        /* margin-bottom: -85px; */
    }
    #slide-legalese .container {
        width: 1127px!important;
    }
    #cf-slide-form1 .container {
        max-width: 1125px!important;
    }
    .modal-title {
        margin-bottom: 0;
        line-height: 1.5;
        /* margin-top: 53px; */
        /* margin-top: 35px; */
    }
}
@media only screen and (min-width:768px){ 
    .firstvideobox .video-container {
        padding-left: 20%;
        padding-right: 20%;
    }
    .frm-vid, .frm-name-field {
        float: left;
    }
    .frm-vid {
        padding-left: 25px;
    }
    .addmtop {
        margin-top: 73px;
    }
    .fs-left-area {
        padding-right: 60px;
    }
    .copyright {
        text-align: left;
        line-height: 3;
    }
    .copyright span {
        font-size: 14px;
    }
    .legalesebtn {
        float: right!important;
    }
    .legalesebtn .legal {
        font-size: 14px;
        vertical-align: unset;
        margin-right: 25px;
    }
    .visible-xs {
        display: none!important;
    } 
}
@media only screen and (min-width: 576px) and (max-width: 767px)  {
    #slidein-form {
        font-size: 19px!important;
        line-height: unset!important;
        padding: 11px 26px!important;
    }
}
@media only screen and (max-width:767px){
    .logodiv {
        width: 56%;
    }
    .rv5 {
        width: 44%;
        justify-content: center;
    }
    .footer {
        bottom: 0;
    }
    .copyright span {
        font-size: 14px;
    }
    .copyright {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .legalesebtn .legal {
        font-size: 14px;
        vertical-align: unset;
    }
    .legalesebtn {
        padding-left: 5px;
    }
    .hidden-xs {
        display: none!important;
    }
    .fpg-img {
        text-align: center;
        padding-top: 20px;
    }
    .fpg-img img {
        width: 100%;
    }
    .footer .visible-xs {
        display: none;
    }
    .boytopbar {   
        /*justify-content: space-between;*/
    }
    .footer small {
        font-size: 13px;
    }
    .fs-video {
        margin-top: 15px!important;
    }
    .fsp-first-line ul li:first-child {
        font-size: 48px!important;
    }
    .fsp-first-line ul li:nth-child(2) {
        font-size: 111px!important;
        line-height: 44px!important;
        margin-left: -8px;
    }
    .fsp-first-line ul li:last-child {
        font-size: 36px!important;
        line-height: 87px!important;
        margin-left: -2px!important;
    }
    .top-present {
        color: #ffffff;
        margin-bottom: 0px;
        font-size: 17px;
        padding-left: 10px;
    }
    .txtwht .pb-lg-0 {
        padding-bottom: 0px!important;
    }
    .hidden-xs {
        display: none;
    }
    .col-xs-12.fs-left-area, .col-xs-12.fs-right-area {
        width: 100%!important;
    }
    .form-group {
        margin-bottom: 10px !important;
    }
    .fsp-third-line .small-text {
        padding-left: 29px!important;
    }
    .fsp-first-line, .fsp-second-line, .fsp-third-line {
        display: flex;
        justify-content: center;
    }
    .fs-right-area p {
        margin-top: 35px;
    }
    .fs-right-area {
        padding-bottom: 30px;
    }
    .fs-video {
        margin-bottom: 30px;
    }
    .fs-video video {
        height: 100%!important;
    }
    .fs-video {
        /* border: 5px solid #ffffff!important; */
    }
    .fsp-first-line {
        margin-bottom: -45px;
    }
    .fsp-second-line h5 {
        font-size: 25.7px!important;
        margin-top: 15px;
    }
    .fsp-third-line {
        display: none!important;
    }
    .first-step {
        padding-top: 0px!important;
        min-height: calc(100vh - 137px)!important;
    }
}

@media only screen and (max-width:575px){
    .py-2 .orngjoin {
        margin-left: 8px;
    }
    .logodiv {
        /* width: 80%!important; */
        width: 25%!important;
    }
    .rv5 {
        width: unset!important;
    }
    h2 {
        /* font-size: 20px !important; */
        /* font-size: 19px !important; */
        font-size: 16px !important;
        line-height: 28px !important;
    }
    h2.midlnavtxt {
        /* font-size: 20px !important; */
        font-size: 18px !important;
    }
    .fpgi-img img {
        width: 100% !important;
        margin-left: 0px !important;
    }
    .fpgi1-img img {
        width: 100% !important;
        margin-left: 0px !important;
    }
    .custom-control.custom-checkbox {
        font-size: 12px;
    }
    .btn-orange, .btn-orange:hover {
        font-size: 20px !important;
        padding: 4px 18px !important;
    }
    
    .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; */
        max-width: 50px;
        height: auto;
    }
}

@media only screen and (max-width:375px){
    .slidf h4 {
        font-size: 20px !important;
        line-height: 24px !important;
    }
    .title1 {
        display: none;
    }
    
    .h1big {
        font-size: 28px;
    }
}

/*------------*/
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: #fff; */
    background: #060a25;
    border-top: 1px solid #787a89;
    z-index: 112;
    left: -100%;
    transition: 0.5s ease-in-out;
    overflow: auto;
}
.light-mode section#cf-slide-form1 {
    border-bottom: 1px solid black;
    background: white;
    color: black;
}
section#cf-slide-form1.show {
    left: 0%;
    transition: 0.5s ease-in-out;
}
.passCrossbtn{
    top: 74px;
}
.passcode-slider {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    margin-top: 68px;
}
.passcode-slider h1, .passcode-slider p {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}
.passcode-slider h1 {
    /* font-weight: bold; */
    /* font-size: 2em; */
    font-size: 1.8em;
    margin-bottom: 0;
}
.passcode-slider p {
    /* font-size: 2em; */
    font-size: 1.8em;
    margin-bottom: 0;
    color: white;
}
.light-mode p{
    color: black;
}
.passlogbtn {
    /* margin-top: 20px; */
    margin-top: 58px;
    background: #fc7e00;
    color: white;
    /* padding: 7px 24px; */
    padding: 6px 11px;
    border: none!important;
    border-radius: 8px;
    /* font-size: large!important; */
    font-size: 1.8em !important;
    font-weight: normal;
    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;
    border-bottom: 1px solid white;
    background: #060a25;
    color: white;
}
.light-mode .passcode-slider form input {
    border-bottom: 1px solid black;
    background: white;
    color: black;
}
.wrongpasscode {
    display: none;
}
.showerror {
    display: block!important;
}
.wrongpasscode.showerror {
    padding-top: 30px;
}
/**********************/
.fs-right-area .cnt-btn {
    text-align: center;
}
.fs-left-area p, .fs-right-area p {
    color: #ffffff!important;
    /* font-size: 21px!important; */
    font-size: 26px!important;
    margin-bottom: -1px;
}
.fs-right-area p {
    text-align: center!important;
}
.fs-right-area {
    display: flex;
    flex-direction: column;
}
.fs-video {
    /* border: 8px solid #ffffff; */
    margin-bottom: 35px;
}
.first-step {
    /* padding-top: 40px; */
    padding-top: 32px;
    /* margin-bottom: -50px; */
    /* margin-top: 10px; */

}
.fsp-first-line ul {
    list-style-type: none;
    padding-left: 0;
}

.fsp-first-line ul li {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}
/*.fsp-first-line ul li:first-child {
    font-size: 52px!important;
}
.fsp-first-line ul li:nth-child(2) {
    font-size: 111px!important;
    line-height: 44px!important;
}
.fsp-first-line ul li:last-child {
    font-size: 37px!important;
    line-height: 87px!important;
    margin-left: 5px!important;
}*/
.fsp-third-line {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
}
.fsp-third-line ul {
    list-style-type: none;
    padding-left: 0;
}

.fsp-third-line ul li {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}
.fsp-third-line .small-text {
    color: #ffffff;
}
.fsp-third-line .small-text strong {
    font-weight: 600;
}
.fsp-second-line h5 {
    color: #ffffff;
    font-weight: 400;
}
.fpgi-img img {
    width: 100%;
    /* width: 90%; */
    margin-left: -1px;
    /* padding: 36px; */
    /* margin-top: -59px; */
}
.fpgi1-img img {
    /* width: 100%; */
    width: 90%;
    margin-left: -1px;
    padding: 36px;
    margin-top: -39px;
}
.fsp-img img {
    width: 100%;
    margin-left: -2px;
    margin-top: 12px;
    
}

.fpgi-light {
    display: none;
}
.light-mode .fpgi-light {
    display: block;
}
.light-mode .fpgi-dark {
    display: none!important;
}
.fsp-light {
    display: none;
}
.light-mode .fsp-light {
    display: block;
}
.light-mode .fsp-dark {
    display: none!important;
}
.light-mode .fs-video {
    /* border: 8px solid #060a25!important; */
}
.light-mode .homeVideo{
    border: 1px solid #060a25!important;
}
.fpg-light {
    display: none;
}
.light-mode .fpg-light {
    display: block;
}
.light-mode .fpg-dark {
    display: none!important;
}

/* @media (min-width: 280px) and (max-width: 768px){
    .title1 {
        margin-left: 94px;
        padding-top: 21px;
        margin-right: -26px;
    }
} */
@media (min-width: 280px) and (max-width: 768px){
    .fs-left-area p, .fs-right-area p {
        color: #ffffff !important;
        /* font-size: 17px !important; */
        font-size: 16px !important;
        margin-bottom: -1px;
    }
    .title1 {
        /* margin-right: -86px; */
        /* margin-left: 58px; */
        margin-left: 16px;
        /* padding-top: 25px; */
    }
    h2.midlnavtxt.title {
        font-size: 29px;
        text-align: center;
        /* margin-left: 25px; */
    }
    h3.title.visible-xs {
        text-align: center;
        /* font-size: 18px; */
        font-size: 21px;
    }
    sup.font-normal {
        font-size: 10px;
        left: 50px;
        /* top: -60px; */
        top: -53px;
    }
   
}
