body{
	font-family: Arial, Helvetica, sans-serif;
	color: #06255c;
}

h1, h2, h3, h4, h5, h6{
	margin: 0;
}

.l-height {
    overflow: auto;
    overflow-x: hidden;
    padding-right: 10px;
}

/* 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;
    border-radius: 10px;
}
/* Handle on hover */
.l-height::-webkit-scrollbar-thumb:hover {
    background: #060a25 !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;
}

#footer {
	display: block;
	background: #060a25;
	padding: 15px;
	position: relative;
	width: 100%;
	z-index: 999;
}

header {
	position: sticky;
	top: 0;
	width: 100%;
	background: #060a25;
	padding: 15px;
}

.text-white{
	color: #fff;
}

.s-name {
    max-width: 230px;
}

.s-name h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 40px;
    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: 24px;
	padding: 8px 24px;
}

h2 {
    font-size: 34px;
    line-height: 44px;
    color: #000;
}

section#cf-slide-form, section#slide-legalese {
	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 {
	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%;
	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;
}

.text-white{
	color: #fff;
}

/*.logo {*/
/*    font-size: 60px;*/
/*    line-height: 60px;*/
/*    font-weight: bold;*/
/*    margin-right: 30px;*/
/*}*/

.logo{
	margin-right: 10px;
}

.align-items-bottom {
    align-items: baseline;
}

header h3{
	font-size: 30px;
}

div#cf_message {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

#sh_message.show{
    height: calc(100vh - 111px - 150px);
    position: relative;
}

.p-fixed{
    position: fixed !important;
}

footer.p-fixed {
    bottom: 0;
}

/*Stepper Form CSS*/
#multi-step-form-container {
    margin-top: 5rem;
}

.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;
}
.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;
}
.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;
}

.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;
}

.btn-previous {
    background: transparent !important;
    border: 2px solid #060a25 !important;
    color: #060a25 !important;
}

.btn-previous:hover{
    background: #060a25 !important;
    border: 2px solid #060a25 !important;
    color: #fff !important;
}

.form-n button{
    text-transform: uppercase;
    font-weight: 700;
}

#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*/

/*Custom 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: #fff;
    border-top: 1px solid #787a89;
    z-index: 112;
    left: -100%;
    transition: 0.5s ease-in-out;
    overflow: auto;
}
.passcode-slider {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
.passcode-slider h1 {
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 0;
}
.passcode-slider h1, .passcode-slider p {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}
.passcode-slider p {
    font-size: large;
    margin-bottom: 0;
}
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;
    font-size: 22px;
}
.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;
}
.wrongpasscode {
    display: none;
}
.showerror {
    display: block!important;
}
.wrongpasscode.showerror {
    padding-top: 30px;
}
.popup {
    width: 100%;
    margin: 0 auto;
    display: none;
    position: fixed;
    z-index: 101;
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    overflow: scroll;
}

@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;
    }
}

@media only screen and (max-width:767px){
    .form-group {
        margin-bottom: 10px !important;
    }
    .fsp-video-outer iframe {
        height: 205px!important;
    }
}

@media only screen and (max-width:575px){
    h2 {
        font-size: 19px !important;
        line-height: 28px !important;
    }
    
    .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;
        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: 50px;
        height: auto;
    }
}

@media only screen and (max-width:375px){
    .slidf h4 {
        font-size: 20px !important;
        line-height: 24px !important;
    }
    
    .h1big {
        font-size: 28px;
    }
}
/*-----------*/
.fsp-mn-heading {
    display: none;
}
.copyright span {
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
}   
.legalesebtn .legal {
    font-size: 13px;
    vertical-align: unset;
    color: #ffffff;
    background-color: transparent;
    text-transform: uppercase;
    border: 0;
}
.frm-frststp-submit {
    clear: both;
}
.frm-fname {
    padding-bottom: 29px;
}
@media only screen and (min-width: 768px) {
    .frm-vid, .frm-name-field {
        float: left;
    }
    .frm-vid {
        padding-left: 25px;
    }
    .copyright {
        text-align: left;
        padding: 0 14px;
    }
    .legalesebtn {
        float: right!important;
    }
}
@media only screen and (max-width: 767px) {
    .legalesebtn {
        padding-left: 5px;
    }
}
@media only screen and (max-width: 500px) {
    .copyright {
        text-align: center;
    }
    .copyrighttext {
        display: block;
    }
    .copyright span, .legalesebtn .legal {
        font-size: 12px;
    }
}
@media only screen and (max-width: 487px) {
    .fsp-mn-heading {
        display: block;
    }
}
@media (min-width: 501px) and (max-width: 767px) {
    .copyrighttext {
        display: block;
    }
    .copyright {
        text-align: center;
    }
}
@media (min-width: 575px) and (max-width: 991px) {
    .fsp-mn-heading {
        display: block;
    }
}
@media (min-width: 992px) and (max-width: 1400px) {
    .fsp-mn-heading {
        display: block;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .m-head h2 {
        font-size: 29px!important;
    }
}