/* fonts */

@font-face {
    font-family: "Arial";
    src: url(../fonts/Arial-Thin.ttf);
    font-weight: 200;
}

@font-face {
    font-family: "Arial";
    src: url(../fonts/Arial-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: "Arial";
    src: url(../fonts/Arial-Light.ttf);
    font-weight: 300;
}

@font-face {
    font-family: "Arial";
    src: url(../fonts/Arial-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: "Arial";
    src: url(../fonts/Arial-ExtraBold.ttf);
    font-weight: 800;
}

.accordion__header span {
    text-transform: lowercase;
}

.accordion__body h4 span {
    text-transform: lowercase;
}

.w-sheet {
    background-color: #fff;
    border-radius: 3px;
    padding: 30px;
    text-align: center;
}

.w-sheet div {
    width: 70%;
    margin: 0 auto;
}

.btn-or{
    background-color: #ec7c34;
    color: #fff;
}

.btn-or:hover{
    color: #fff;
}

#scroll_top{
    margin-top: 10px;
    margin-bottom: 0 !important;
}

#loader img{
    width: 100%;
    height: auto;
}

/* global ends */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

.oh {
    overflow: hidden;
}

.btn-theme {
    background: #fff;
    color: #141726;
    border: 2px solid #141726;
    border-radius: 0;
    margin-top: 10px;
    width: 50%;
}

.btn-theme:hover {
    background: #141726;
    color: #fff;
    border: 2px solid #141726;
}

.radius0{
    border-radius: 0;
}

#social-message{
    padding-top: 20px;
}

#social-message h3{
    margin-bottom: 0px;
}

.form-check {
  position: relative;
}

.form-check input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
}

.form-check input[type=checkbox] {
  width: 20px;
  height: 20px;
}

.form-check input[type=checkbox]:checked+label::before {
  content: "";
  display: block;
  position: absolute;
  text-align: center;
  height: 20px;
  width: 20px;
  left: 0;
  top: 5px;
  background-color: #141726;
  font-family: "Arial";
  border-radius: 2px;
  border: 1px solid rgb(150 150 150 / 30%);
}

.form-check input[type=checkbox]:checked+label::after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="white" viewBox="0 0 24 24"><path d="M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z"/></svg>');
  display: block;
  position: absolute;
  left: 3px;
  top: 5px;
}
/*top: 7px;*/
.form-check label{
    margin-top: 6px !important;
    margin-left: 6px !important;
}


/**** Loader ****/

div#loader {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    background: #060a25;
    transform: translateX(-50%) translateY(-50%);
}

body.loading {
    background: #060a25;
    height: 100vh;
    overflow:hidden;
}

body,
html {
    width: 100%;
    height: max-content;
    background: #869bad;
    position: relative;
}

h1,
h2,
h3,
h4,
p {
    /* color: #333; */
    color: #fff;
}
.light-mode h1 {
    color: #333; 
}
.light-mode h4 {
    color: #333; 
}
.light-mode #header{
    background-color: #fff;
    color: #333;
    border-bottom: 2px solid #060a25;
}
.light-mode .heading{
    background-color: #fff;
    color: #333;
}
.light-mode #header{
    background-color: #fff;
    color: #333;
    border-bottom: 2px solid #060a25;
}
.light-mode sup.font-normal{
    color: #333;
}
.light-mode #footer{
    background-color: #fff;
    color: #333;
    border-top: 2px solid #060a25;
}
.light-mode .copyright span{
    color: #333;
}
h1,
h2,
h3,
h4 {
    margin-bottom: 20px;
    line-height: 1.1;
}

body.menu-open {
    overflow: hidden;
}

a,
a:hover {
    text-decoration: none;
}

.owl-nav span {
    padding: 10px;
    color: #fff;
}


/*.js-search{*/


/*    opacity:0;*/


/*}*/


/* global ends */

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

#myVideo,#myVideo1,#myVideo2,#myVideo3 {
    margin: 0px auto;
    text-align: center;
}


/* header starts */

#header {
    background: #060a25;
    width: 100%;
    z-index: 9;
}


/* header starts */


/* nav */

/*.middle_title h1 {*/
/*    color: #fff;*/
/*    font-weight: bold;*/
/*    font-family: 'Arial', sans-serif;*/
/*    font-weight: 500;*/
/*    font-size: 30px;*/
/*    margin: 0;*/
/*}*/

.middle_title h1 sup {
    color: #fff;
    /* top: -20px; */
    top: -32px;
    /* left: -10px; */
    left: -14px;
    font-size: 30%;
    /* font-weight: 800; */
}

.middle_title h1 {
    font-family: 'Arial', sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 45px;
    line-height: 1;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    margin: 0;
}

.navbar-brand {
    margin: 0;
    padding: 0;
}

/*.navbar-brand img {*/
/*    max-width: 150px;*/
    /*width: 100%;*/
/*    width: 55px;*/
    /*width: 45px;*/
/*}*/

.top_nav_wrapper {
    /* padding: 15px 0; */
    padding: 8px 0;
}

.hamburger {
    display: flex;
    align-items: center;
}

.hamburger a i.search {
    background: url("../images/search_icon.png") no-repeat;
    width: 32px;
    height: 32px;
    position: relative;
    background-size: cover!important;
    display: block;
    text-indent: 9999px;
    display: inline-block;
    margin-right: 13px;
    margin-top: 5px;
}

#header .eye {
    border-radius: 50%;
    display: block;
    position: relative;
    height: 31px;
    width: 31px;
}

#header .eye:after {
    content: " ";
    background: #fff;
    border-radius: 50%;
    position: absolute;
    bottom: 11px;
    right: 6px;
    width: 6px;
    height: 6px;
}


/* nav ends */


/* steps menu*/

.step_menu {
    border-top: 3px solid #869bad;
    border-bottom: 3px solid #869bad;
    padding: 5px 0;
    color: #fff;
}

.step_wrapper {
    width: 100%;
    margin: auto;
}

.step_wrapper>div:not(.active) {
    opacity: 0.5;
}

.step_wrapper>div {
    max-width: 20%;
    flex: 0 0 20%;
    padding: 0;
    border-left: none;
    border-right: 1px solid #fff;
    padding: 10px 0 16px 0;
}

.step_wrapper>div:nth-child(1) {
    border-left: 1px solid #fff;
}

.step_wrapper>div:nth-child(5) {
    border-right: 1px solid #fff;
}

.step_title {
    text-align: center;
}

.step_title a {
    display: block;
    color: #fff;
    margin-bottom: 8px;
    font-size: 14px;
}

.step_title.active a {
    color: #34bbee;
}

.step_count {
    display: flex;
    justify-content: center;
    align-items: center;
}

.step_count a {
    display: inline-block;
    width: 33.33%;
    text-align: center;
    background: #fff;
    /* border: 1px solid #000; */
    color: #000;
    font-family: inherit;
    font-size: 12px;
    line-height: 18px;
    margin: 0 1px;
}


/*.step_count.active a.active {*/


/*    background: #34bbee;*/


/*    color: #fff;*/


/*}*/

.step_count a.active {
    background: #34bbee;
    color: #fff;
}

.step_count a.active:hover {
    background: #34bbee;
}

.step_count a:hover {
    background: red;
    color: #fff;
}


/* steps menu ends */


/* hamburger style */

.menu-icon {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    transition: transform 0.7s;
}

.menu-icon>span {
    background-color: #fff;
    width: 35px;
    height: 5px;
    display: block;
    /*margin-bottom: 8px;*/
    transition: transform 0.7s;
    border-radius: 3px;
}

.menu-icon>span:nth-child(2) {
    margin: 5px 0;
}

/*.menu-icon>span:last-child {*/
/*    margin-bottom: 0;*/
/*}*/

.menu-open {
    background-color: #fff;
    transition: transform 0.7s;
}

.menu-open .menu-icon>span {
    background-color: white;
    transition: transform 0.7s;
}


/* .menu-open .menu-icon > span:nth-child(1) {
    transition-delay: 7ms;
    transform: translateY(11px) rotate(135deg);
}
.menu-open .menu-icon > span:nth-child(2) {
    transform: translateX(-18px) scaleX(0);
}
.menu-open .menu-icon > span:nth-child(3) {
    transform: translateY(-11px) rotate(-135deg);
} */


/* hamburger style ends */


/* slide menu */

.big-menu {
    min-height: 100vh;
    /* min-width: 100vw; */
    background: #060a25;
    position: absolute;
    transform: translateX(-300vh);
    z-index: 100000000095;
    transition: all .5s ease;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 0;
}

.big-menu.active {
    transform: translateX(0);
    width: 100vw;
}

.big-menu .big_menu_nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.closeBig_menu {
    position: absolute;
    top: 5%;
    left: 10%;
    color: #fff;
}

.big_menu_nav .nav {
    flex-direction: column;
}

.big_menu_nav ul {
    list-style: none;
}

.closeBig_menu:hover {
    color: #fff;
}

.big_menu_nav .nav>li {
    position: relative;
    display: flex;
    /* border:1px solid #fff; */
    padding: 13px 30px;
    cursor: pointer;
}

.big_menu_nav .nav>li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border: 0px solid red;
    width: 0%;
    height: 100%;
    transition: all .3s ease;
}

.big_menu_nav .nav>li:hover a {
    color: red;
}

.big_menu_nav .nav>li a {
    display: block;
    position: relative;
    z-index: 4545455;
}

.big_menu_nav .nav>li:hover::before {
    width: 100%;
    border: 2px solid red;
}

.big_menu_nav .nav>li a {
    color: #fff;
    font-size: 28px;
}

.big_menu_nav .nav li:hover ul.subnav {
    visibility: visible;
    opacity: 1;
}

.subnav {
    position: absolute;
    top: 0px;
    left: 100%;
    visibility: hidden;
    opacity: 0;
    width: max-content;
}

ul.subnav li {
    width: 170px;
}

.subnav li {
    /* border:1px solid #fff; */
    /* margin-bottom: 1px; */
    /*padding: 22.5px 10px;*/
    position: relative;
}

.subnav li a {
    padding: 22.5px 10px;
}

.big_menu_nav .nav>li .subnav li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid #fff;
    width: 100%;
    height: 100%;
    transition: all .3s ease;
}

.big_menu_nav .nav>li .subnav li:hover a {
    color: red;
}

.big_menu_nav .nav>li .subnav li:hover::before {
    border: 2px solid red;
    width: 100%;
    z-index: 1;
}

.big_menu_nav .nav>li .subnav li a {
    color: #fff;
    font-size: 16px;
}


/* slide menu ends */


/* sticky-csteps */

.sticky-csteps {
    background: #060a25;
    color: #fff;
}

.sticky-wrapper {
    padding: 10px 0;
    width: 100%;
    margin: auto;
}

.sticky-wrapper h2 {
    color: #fff;
}

.sticky-wrapper>div:not(.collapsed) h2,
.sticky-wrapper>div:not(.collapsed) i {
    color: #34bbee;
}

.sticky-wrapper>div:not(.collapsed):hover h2,
.sticky-wrapper>div:not(.collapsed):hover i {
    color: #34bbee;
}

.sticky-wrapper>div {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 8px 0;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.sticky-wrapper>div i {
    font-size: 30px;
}

.sticky-wrapper>div i {
    transform: scale(1);
    transition: all .4s ease;
}

.sticky-wrapper>div:hover i {
    animation: mymove 1.1s forwards;
    color: red;
}

.sticky-wrapper>div:hover h2 {
    color: red;
}

@keyframes mymove {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.5)
    }
    75% {
        transform: scale(1)
    }
}


/* .sticky-wrapper>div.active h2,
.sticky-wrapper>div.active i {
    color: #34bbee;
} */

.sticky-wrapper>div h2 {
    font-size: 20px;
    margin: 0;
    margin-left: 12px;
}


/* sticky-csteps ends */


/* step-1-inner content  */

main {
    background: #869bad;
    /* margin-bottom: 100px; */
    /* height: 100%; */
    min-height: calc(100vh - 243px);
    position: relative;
    padding-bottom: 80px;
}

.step-1-main {
    /* display: none; */
    position: relative;
}

.step-main-content.row {
    padding-top: 20px;
}

.step-1-left-content {
    display: block;
    position: relative;
}

.step-1-left-content h2 {
    text-transform: uppercase;
    font-size: 26px;
    margin: 0px;
    color: #fff;
    font-weight: 600;
}

.step-1-left-content h3 {
    font-size: 30px;
    margin: 0;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
}

.step-1-left-content p {
    /*font-size: large;*/
    color: #fff;
    margin-bottom: 5px;
}

.step-1-left-content p span {
    font-weight: 700;
}

.step-1-right {
    display: block;
    position: relative;
}

.navigation-main {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.nav-links {
    text-align: right;
    margin: 20px 0 0 auto;
    padding-right: 0;
    padding-bottom: 15px;
    justify-content: flex-end;
}

a.main-next-link {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 50px;
    border: 2px solid #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    transition: all .2s ease;
}

a.main-next-link:hover,
a.main-prev-link:hover {
    color: #000;
    background-color: #fff;
}

a.main-next-link.active {
    display: none;
}

a.main-next-link i {
    padding-left: 2px;
}

.nav-links .col-md-3 {
    padding-right: 0;
}

a.main-prev-link {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 50px;
    border: 2px solid #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    transition: all .2s ease;
}

a.main-prev-link i {
    padding-right: 5px;
}

.main-class.step-8-main {
    margin-top: 20px;
}


/* footer css */

#footer {
    display: block;
    background: #060a25;
    padding: 15px;
    position: relative;
    /*position: fixed;*/
    bottom: 0;
    width: 100%;
}

.footer-main-content {
    align-items: center;
    padding: 0 0 0 0px;
}

.copyright {
    color: #fff;
    font-size: 12px;
    margin: 0 !important;
    width: 100%;
}

.foooter-middle-links {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 30px;
}

.footer-contact-link {
    border-right: 1px solid #fff;
    padding: 0 10px;
}

.first-row-vid.video-com {
    padding-bottom: 29.25%;
    position: relative;
}

.footer-contact-link a {
    font-size: 12px;
    color: #fff;
    transition: 0.3s all linear;
}

.footer-contact-link a:hover {
    color: #ff0000;
}

.foot-leg-link {
    padding: 0 10px;
}

/*.foot-leg-link a {*/
/*    color: #fff;*/
/*    font-size: 12px;*/
/*}*/

.foot-leg-link a {
    color: #fff;
    font-size: 12px;
    position: relative;
    display: block;
    padding-right: 15px;
}

/*.foot-leg-link a span {*/
/*    font-size: 18px;*/
/*    display: inline-block;*/
/*    position: relative;*/
/*    top: 6px;*/
/*    left: 2px;*/
/*    line-height: 1.2;*/
/*}*/

.foot-leg-link a span {
    position: absolute;
    right: 0;
    /* top: 1px; */
    font-size: 18px;
}

.leg-link-drop {
    padding: 0;
    left: -85px;
}

.leg-link-drop ul {
    margin: 0;
}

.leg-link-drop ul li {
    padding: 10px 0;
    border-bottom: 1px solid #333;
}

.leg-link-drop ul li:last-child {
    border-bottom: none;
}

.leg-link-drop a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 16px;
}

.leg-link-drop a:hover {
    background-color: #f5f5f5;
    color: #262626;
}

.footer-main-left-content {
    padding-right: 0;
    padding-left: 0;
}

.footer-main-left-content.col-md-3 {
    text-align: end;
}

.foote-offerlink {
    color: #fff;
    font-size: 16px;
    padding: 10px 0px;
    border: 2px solid #fff;
    display: inline-block;
    width: 95%;
    text-align: center;
    transition: all .2s ease;
}

.foote-offerlink:hover {
    color: #000;
    background-color: #fff;
}


/* step -2 */

.step-2-main {
    /* display: none; */
    position: relative;
    z-index: 1;
    padding: 20px 0 0;
}

.step-2-main .container-md {
    padding: 0;
}

.step-2-main-inner {
    background: #fff;
    padding-bottom: 20px !important;
    position: relative;
    z-index: 1;
}

.step-2-main-head {
    text-align: center;
    background: #fff;
    position: relative;
    z-index: 1;
}

.step-2-main-title h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.step-2-main-desc p {
    font-size: large;
    margin: 0 0 15px;
}

.tabs-button {
    text-align: center;
    padding-top: 10px;
}

.tabs-button>div:nth-child(1) {
    padding-right: 4px;
    padding-left: 10px;
}

.tabs-button>div:nth-child(even) {
    padding-left: 2px;
}

.tabs-button .col-md-12 {
    padding-left: 10px;
}

.tabs-read-btn {
    display: block;
    position: relative;
    text-align: center;
}

.btn-black.active {
    background: #060a25;
    color: #34bbee;
}

.btn-black {
    width: 100%;
    background: #fff;
    display: block;
    height: 98px;
    color: #000;
    border: 2px solid #000;
    font-size: 22px;
    margin-bottom: 5px;
    transition: 0.3s all linear;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-black span {
    padding-right: 10px;
}

.btn-black:hover {
    background: #060a25;
    color: #fff;
    border: none;
}

.tabs-count-link.btn-black:hover {
    background: #ff0000;
    color: #fff;
    border: none;
}

.step-2-middle-title {
    text-align: center;
    display: block;
    position: relative;
}

.step-2-middle-title h2 {
    margin-top: 20x;
    margin: 20px;
    font-size: 30px;
    font-weight: 700;
}

#mainbox1 {
    display: block;
}

#mainbox1:hover>div>h4 {
    color: #ff0000;
}

#mainbox2 {
    display: block;
}

#mainbox2:hover>div>h4 {
    color: #ff0000;
}

#mainbox3 {
    display: block;
}

#mainbox3:hover>div>h4 {
    color: #ff0000;
}

.main-box1 {
    background-color: #141726;
    border: 2px solid #141726;
    height: 180px;
    padding: 35px 20px;
    display: flex;
    align-items: center;
    margin: 15px 0px 0px 0px;
    /* width: 340px; */
    width: 100%;
    text-align: center;
    position: relative;
}

.main-box1 h4 {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    transition: 0.3s all linear;
    margin-bottom: 0;
}

.main-box2 {
    background-color: #2e365b;
    border: 2px solid #2e365b;
    height: 180px;
    padding: 35px 20px;
    display: flex;
    align-items: center;
    margin: 15px 0px 0px 0px;
    /* width: 340px; */
    width: 100%;
    text-align: center;
    position: relative;
}

.main-box2 h4 {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    transition: 0.3s all linear;
}

.main-box3 {
    background-color: #5a6491;
    border: 2px solid #5a6491;
    height: 180px;
    padding: 35px 20px;
    display: flex;
    align-items: center;
    margin: 15px 0px 0px 0px;
    /* width: 340px; */
    width: 100%;
    text-align: center;
    transition: 0.3s all linear;
    position: relative;
}

.main-box1 img, .main-box2 img, .main-box3 img, .main-box1 i, .main-box2 i, .main-box3 i {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    width: 20px;
}

.main-box3 h4 {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    transition: 0.3s all linear;
}

.vlog-stp-name {
    font-size: 15px !important;
    margin: 20px 0px 20px 0px !important;
}

.num .pull-left {
    width: 50%;
}

.num .pull-right {
    width: 50%;
}

.num .main-box1 {
    text-align: left;
    justify-content: space-between;
}

.num .main-box2 {
    text-align: left;
    justify-content: space-between
}

.num .main-box3 {
    text-align: left;
    justify-content: space-between
}

.num .main-box1 .pull-right h4 {
    text-align: center;
    margin-bottom: 10px;
}

.num .main-box1 .pull-right h4:last-child {
    margin-bottom: 0;
}

.num .main-box2 .pull-right h4 {
    text-align: center;
    margin-bottom: 30px;
}

.num .main-box2 .pull-right h4:last-child {
    margin-bottom: 0;
}

.num .main-box3 .pull-right h4 {
    text-align: center;
    margin-bottom: 10px;
}

.num .main-box3 .pull-right h4:last-child {
    margin-bottom: 0;
}

.num-box {
    border: 1px solid #fff;
    padding: 5px 10px 5px 8px;
    margin: 0 auto;
    display: inline-block;
    font-size: 12px;
    width: 30px;
    color: #fff;
    font-weight: 700;
    transition: 0.3s all linear;
}

.num-box:hover {
    color: #34bbee;
    border: 1px solid #34bbee;
}

.num-box.active {
    color: #ff0000;
    border: 1px solid #ff0000;
}

.main3box-big {
    background-color: #141726;
    /* border: 2px solid #141726; */
    height: 569px;
    padding: 35px 50px;
    display: flex;
    align-items: center;
    margin: 15px 0px 0px 0px;
    width: 100%;
    text-align: center;
    justify-content: center;
}

.boxnumberhovdata {
    background-image: url("../images/click2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
}

.boxnumber1hovdata {
    background-image: url("../images/acc-1-dark-final.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.boxnumber2hovdata {
    background-image: url("../images/acc-2-dark.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.boxnumber3hovdata {
    background-image: url("../images/acc-3-dark.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.boxnumber4hovdata {
    background-image: url("../images/acc4-darkligh.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.boxnumber5hovdata {
    background-image: url("../images/acc5-dark-final.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.boxnumber6hovdata {
    background-image: url("../images/acc6-dark-final.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.boxnumber7hovdata {
    background-image: url("../images/acc7-darknew-final.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.boxnumber8hovdata {
    background-image: url("../images/acc8-dark-final.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.boxnumber9hovdata {
    background-image: url("../images/acc9-dar-final.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.boxnumber10hovdata {
    background-image: url("../images/acc10-darkfinal10.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.boxnumber11hovdata {
    background-image: url("../images/acc11-dark-final.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.boxnumber12hovdata {
    background-image: url("../images/acc12-dark-final12.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.boxnumber13hovdata {
    background-image: url("../images/acc13-dark-final.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.boxnumber14hovdata {
    background-image: url("../images/acc14-dark-final.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.boxnumber15hovdata {
    background-image: url("../images/final15.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.boxnumber16hovdata {
    background-image: url("../images/acc16-dark-final.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.boxnumber17hovdata {
    background-image: url("../images/acc17-dark-final.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.boxnumber18hovdata {
    background-image: url("../images/acc18-dark-final.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.boxnumber19hovdata {
    background-image: url("../images/acc19-dark-final.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.boxnumber20hovdata {
    background-image: url("../images/acc20-dark-final.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.boxnumber21hovdata {
    background-image: url("../images/acc21-dark-final.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.boxnumber22hovdata {
    background-image: url("../images/acc22-dark-final.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.boxnumber23hovdata {
    background-image: url("../images/acc23-dark-final.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.boxnumber24hovdata {
    background-image: url("../images/acc-24-dark-final.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.boxnumber25hovdata {
    background-image: url("../images/acc25-dark.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.boxnumber26hovdata {
    background-image: url("../images/acc26-dark-final.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.boxnumber27hovdata {
    background-image: url("../images/acc27-dark-final.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.principle-heading {
    color: #fff;
    /* position: absolute; */
    /* top: -100px; */
    margin: 0 auto;
    padding-bottom: 20px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.acc-img-text {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    /* padding: 0px 100px; */
    font-size: 16px;
    padding: 0px 20px;
}

.bxhovdata {
    display: none;
}

.bxhovdata.active {
    display: flex;
}


/* audio content */

.audio-content {
    width: 100%;
    display: block;
    display: block;
    position: relative;
    padding: 10px 0 15px;
}

.audio-content-data {
    width: 100%;
    border: 2px solid #000;
}

.audio-download {
    display: block;
    text-align: right;
    position: relative;
    padding-right: 0;
    margin: 0px 0 0 auto;
}

.audio-download-link {
    border: 2px solid #000;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    padding: 5px;
    display: block;
    text-align: center;
    transition: 0.3s all linear;
}

.audio-download-link:hover {
    background-color: #000;
    color: #fff;
}


/* step-2 social secttion */

.social-section {
    position: relative;
}

.social-section-main {
    display: block;
    position: relative;
}

.social-section-title {
    position: relative;
    text-align: center;
    padding: 0;
}

.social-section-title h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.social-box {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

a.social-box-links img {
    width: 90%;
}


/* download sectio */

.download-section {
    position: relative;
}

.download-section-inner {
    background: #efefef;
    padding: 20px 0;
    display: flex;
}

.download-links {
    margin: 0 0 0 auto;
    text-align: center;
    padding: 0;
}

a.dow-download-link {
    border: 2px solid #141726;
    padding: 7px 0;
    display: block;
    color: #000;
    font-size: 20px;
    transition: 0.3s all linear;
}

a.dow-download-link:hover {
    background: #141726;
    color: #fff;
}

a.dow-download-link span {
    padding-right: 10px;
}

.download-share-links {
    text-align: center;
    padding: 0;
}

a.dow-slide-here-link {
    border: 2px solid #141726;
    padding: 7px 0;
    display: block;
    color: #000;
    font-size: 20px;
    transition: 0.3s all linear;
}

a.dow-slide-here-link:hover {
    background: #141726;
    color: #fff;
}

a.dow-slide-here-link span {
    padding-right: 10px;
}


/* count-me-in section */

.count-me-inner {
    position: relative;
}

.count-me-inner-title {
    position: relative;
    text-align: center;
}

.count-me-inner-title h3 {
    font-size: 24px;
    margin-bottom: 30px;
}

.count-me-form {
    display: flex;
    align-items: center;
    padding: 20px 0;
    background-color: #efefef;
}

input#count-mail {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    padding: 6px 12px;
    color: #555;
    font-size: 14px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    height: 38px;
}

button.count-me-submit-btn {
    padding: 3px 12px;
    border: 2px solid #000;
    font-size: 14px;
    width: 100%;
    color: #000;
    height: 38px;
}

button.count-me-submit-btn:hover {
    background: #ff0000;
    color: #fff;
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both infinite;
    transform: translate3d(0, 0, 0);
    perspective: 1000px;
}

@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        transform: translate3d(-2px, 0, 0);
    }
    40%,
    60% {
        transform: translate3d(2px, 0, 0);
    }
}

.tab-show-section {
    display: none;
    animation: tab-up 1.2s ease backwards;
    opacity: 0;
}

.tab-show-section.active {
    display: block;
    animation: tab-down 1.2s ease-out forwards;
    padding: 25px 30px 25px !important;
}

@keyframes tab-down {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}

@keyframes tab-up {
    0% {
        transform: translateY(0%);
    }
    100% {
        transform: translateY(-100%);
    }
}

.first-row {
    position: relative;
    z-index: 1;
    background: #fff;
}


/* step-3 starts */

.main-class {
    margin-top: 20px;
}

.step-3-main {
    position: relative;
    margin-top: 20px;
}

.step-3-inner {
    position: relative;
    display: block;
}

.page-com-title h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
}

.page-com-title.dark h3 {
    color: #141726;
}

.page-com-desc p {
    color: #fff;
    font-size: large;
}

.step-3-left {
    /*padding-top: 20px;*/
}

.video-com {
    padding-bottom: 56.25%;
    position: relative;
}

.video-com iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}


/* step4 starts */


/* .step-4-main.main-class {
    display: none;
} */


/* step5 starts */


/* .step-5-main {
    display: none;
} */

.step-5-inner {
    background: #fff;
    padding: 20px 30px 30px;
}

.first-box-title h3 {
    font-size: 30px;
    font-weight: 700;
}

.first-box-desc p {
    font-size: large;
}

a.carousel-control-prev {
    opacity: 1;
    position: relative;
    margin: 0 0 0 auto;
    width: auto;
    display: inline-block;
    font-size: 14px;
    border: 2px solid #000;
    padding: 6px 8px;
    color: #000;
    font-weight: 700;
    line-height: 1.42857143;
    text-align: center;
    transition: 0.3s all linear;
}

a.carousel-control-prev:hover {
    background-color: #000;
    color: #fff;
}


/* a.carousel-control-prev i {
    font-size: 14px;
    border: 2px solid #000;
    padding: 6px 12px;
    color: #000;
    font-weight: 700;
    line-height: 1.42857143;
} */

a.carousel-control-next {
    opacity: 1;
    position: relative;
    margin: 0 0 0 auto;
    width: auto;
    display: inline-block;
    font-size: 14px;
    border: 2px solid #000;
    padding: 6px 8px;
    color: #000;
    font-weight: 700;
    line-height: 1.42857143;
    text-align: center;
    transition: 0.3s all linear;
}

a.carousel-control-next:hover {
    background-color: #000;
    color: #fff;
}


/* a.carousel-control-next i {
    font-size: 14px;
    border: 2px solid #000;
    padding: 6px 12px;
    color: #000;
    font-weight: 700;
    line-height: 1.42857143;
} */

span.carousel-control-prev-icon {
    background-image: none;
}

span.carousel-control-next-icon {
    background-image: none;
}

.first-box-page-no {
    text-align: center;
    margin-top: 12px;
}

.first-box-page-no h3 {
    font-size: 22px;
    font-weight: 700;
    position: relative;
}

.first-box-row-head-left .row {
    margin: 0;
    align-items: center;
    justify-content: flex-end;
}

.chev-next {
    padding-right: 0;
    padding-left: 0;
    text-align: right;
}

.chev-prev {
    padding-left: 0;
    text-align: right;
}

.step-2-middle-title.step5 {
    text-align: left;
}

.step-2-middle-title.step5 h2 {
    margin: 20px 0;
}

.firstrow-pop-desc {
    font-size: large;
}


/* social page css */

.step-11-inner {
    background: #fff;
    padding: 25px 32px;
}

.step-11-inner .step_title h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.1;
    font-family: "Arial";
}

.step-11-inner .step_title p {
    font-size: 22px;
    font-family: "Arial";
}

.view {
    width: 245px;
    height: 180px;
    /* margin: 10px; */
    float: left;
    /* border: 10px solid #fff; */
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    /* background: #fff url(../images/bgimg.jpg) no-repeat center center; */
    background: #141726;
}

.view-fifth img {
    transition: all 0.3s ease-in-out;
    display: block;
    position: relative;
}

.view-fifth:hover .mask {
    transform: translateX(0px);
}

.view-fifth h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0;
    background: rgba(255, 255, 255, 0.5);
    color: #000;
    box-shadow: 0px 1px 3px rgb(159 141 140 / 50%);
}

.view-fifth:hover img {
    transform: translateX(-300px);
    transition-delay: 0.1s;
}

.view-fifth p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 10px 20px 10px;
    text-align: center;
    opacity: 0;
    color: #333;
    transition: all 0.2s linear;
}

.view-fifth:hover p {
    opacity: 1;
    transition-delay: 0.4s;
}

.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000;
}

.mask {
    background-color: #869bad;
    transform: translateX(100%);
    opacity: 1;
    transition: all 0.4s ease-in-out;
}

.eachBox .mask {
    width: 250px;
    height: 180px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.eachBox {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 32px;
}

.academy_left {
    width: 100%;
}

.acadamey-box-main .left_text h2 {
    color: #ff0000;
    font-size: 36px;
    font-weight: 600;
}

.acadamey-box-main .right_text h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
}

.acadamey-box-main .right_text p {
    text-align: center;
    font-size: large;
}

.dotted-brd-academy {
    border: 3px solid #000;
    border-style: dotted;
    padding: 6% 5%;
    text-align: center;
}

.dotted-brd-academy p {
    font-size: large;
}

.academt-txt-bg {
    background-color: #34bbee;
    color: #fff;
    padding: 2%;
}

.btn-access-academy {
    border: 2px solid #000;
    background-color: transparent;
    height: 55px;
    vertical-align: middle;
    line-height: 50px;
    font-size: 18px;
    color: #000;
    margin-top: 5px !important;
    width: 45%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}

.btn-access-academy:hover {
    border: #141726;
    background-color: #141726;
    color: #fff;
}

.btn-access-academy i {
    margin-right: 5px;
}


/* social page css ends */


/* step eight (8)*/

.step-8-main img {
    width: 100%;
    height: auto;
}

.tab-title {
    text-align: center;
}

.tab-title h2 {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 10px;
}

.tab-desc {
    text-align: center;
}

.tab-desc p {
    font-size: large;
    margin-bottom: 10px;
}

.step-8-main .tab-show-section {
    background: #fff;
    padding-top: 25px !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
}

.big-heading-about {
    color: #141726;
    text-align: center;
    font-weight: 600;
    margin-bottom: 4%;
    font-size: 36px;
}

.heading-bg {
    background: #141726;
    padding: 1% 0% 2.5%;
    text-align: center;
}

.heading-bg:hover,
.heading-bg-grey:hover {
    cursor: pointer;
}

.heading-whitetxt-abt {
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    margin: 20px 0 10px;
}

.bg-white-abt {
    margin: 0 auto;
    background: #fff;
    padding: 3% 2% 2% 2%;
}

.subheading-sect-txt-new {
    color: #141726;
    line-height: 1.2;
    font-size: 22px;
    margin-bottom: 0;
}

.subheading-sect-txt {
    font-weight: 600;
    color: #141726;
    /* line-height: 1.6; */
    text-transform: uppercase;
    font-size: 22px;
    margin-top: 0px;
}

.subheading-bold-text {
    text-align: center;
    font-weight: 600;
    color: #060a25;
    line-height: 1.6;
}

.sectxt-small-data {
    line-height: 2;
    font-size: 15px;
    color: #060a25;
}

.img-eighty-width {
    width: 80% !important;
    height: auto;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    display: block;
}

.heading-bg {
    background: #141726;
    padding: 1% 0% 2.5%;
    margin: 0 auto;
    justify-content: center;
    position: relative;
}

.heading-bg i {
    position: absolute;
    color: #fff;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.heading-whitetxt-abt {
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    margin: 20px 0 10px;
}

.subheading-sect-txt {
    font-weight: 600;
    color: #141726;
    /* line-height: 1.6; */
    text-transform: uppercase;
    font-size: 22px;
    margin-top: 0px;
}

.sectxt-small-data {
    line-height: 2;
    font-size: 15px;
    color: #060a25;
}

.img-left-eighty {
    width: 80% !important;
    text-align: right;
    float: right;
}

.line-divider {
    background: #b2b4b8;
    height: 1px;
    margin: 3%;
}

.text-starting-abt {
    font-weight: 600;
    color: #141726;
    text-transform: uppercase;
    text-decoration: underline;
}

.custm-quote-img {
    width: 3% !important;
    position: relative;
    top: 30px;
    left: 10px;
}

.quote-text-box {
    font-weight: 600;
    line-height: 1.8;
    font-style: italic;
    text-align: center;
    border: 1.5px solid #b2b4b8;
    padding: 3%;
    font-size: 21px;
    color: #060a25;
}

.img-full-width {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    display: block;
}

.quote-name {
    font-weight: 600;
    text-align: right;
    font-size: 16px;
    margin: 0 0 0 auto;
}

.bg-grey-abt {
    margin: 0 auto;
    background: #d9dbdc;
    padding: 3% 2% 2% 2%;
}

.bg-white-abt {
    margin: 0 auto;
    background: #fff;
    padding: 3% 2% 2% 2%;
}

.subheading-bold-text {
    text-align: center;
    font-weight: 600;
    color: #060a25;
    line-height: 1.6;
    font-size: 18px;
}

.cent-txt-normal {
    text-align: center;
    line-height: 2;
}

.heading-bg-grey {
    background: #e8e8e8;
    padding: 1% 0% 1.5% 0%;
    margin: 0 auto;
    justify-content: center;
    position: relative;
}

.heading-bg-grey i {
    position: absolute;
    color: #141726;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.bg-grey-abt.closed,
.bg-white-abt.closed {
    height: 0 !important;
    padding: 0 20px !important;
    border-bottom: 2px solid #f5f5f5;
}

.showw.closed {
    padding: 0;
}

.showw {
    padding: 30px 20px;
}

.bg-grey-abt,
.bg-white-abt {
    overflow: hidden;
    transition: height .35s ease;
}

.heading-bg-grey-text {
    text-align: left;
    color: #060a25;
    font-weight: 600;
    width: 90%;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    padding-left: 60px;
    line-height: 1.8;
}


/*.number-round {*/


/*    background: #210055;*/


/*    color: #fff;*/


/*    padding: 1.2% 2%;*/


/*    border-radius: 50px;*/


/*    margin-right: 1%;*/


/*}*/

.number-round {
    background: #210055;
    color: #fff;
    border-radius: 50px;
    margin-right: 1%;
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 1.8;
    left: 0;
}

.five-fredoom-step-title {
    text-align: center;
    font-weight: 600;
    color: #1582f9;
    line-height: 1.6;
    text-transform: uppercase;
    font-size: 18px;
}

.five-step-text {
    text-align: center;
    line-height: 1.8;
}

.redlineunder {
    border-bottom: 2px solid red;
}

.img-half-width {
    width: 50% !important;
    height: auto;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    display: block;
}

.halfbox-border {
    border: 1.5px solid #dddddd;
    padding: 2% 5%;
    height: 100%;
}

.box-same-bor {
    display: flex;
    margin: 3% 0% 3% 0%;
}

.if-then-bor-left {
    border: 3px solid #210055;
    border-right: none;
    padding: 2.5%;
}

.if-then-title {
    font-weight: 600;
    color: #fff;
    line-height: 1.6;
    text-transform: uppercase;
    background: #210055;
    width: fit-content;
    padding: 1% 4%;
}

.if-then-txt {
    /* font-weight: 600; */
    color: #210055;
}

.if-then-bor-right {
    border: 3px solid #210055;
    padding: 2.5%;
}

.custm-quote-img2 {
    width: 3% !important;
    position: relative;
    top: 30px;
    left: 10px;
}

.bg-white-abt li {
    padding: 0.5% 0% 0.5% 0%;
    font-size: 15px;
    margin-left: 4%;
}

.sectxt-small-data-bold {
    line-height: 2;
    font-size: 15px;
    font-weight: 600;
}

ul.pad-t1o {
    font-size: 16px;
}

.bg-grey-abt li {
    padding: 0.5% 0% 0.5% 0%;
    font-size: 16px;
    margin-left: 4%;
}

.impact-img {
    /*width: 67% !important;*/
    margin: 0 auto;
    text-align: center;
    display: block;
}

.slick-arrow {
    font-size: 18px;
    background: RGBA(0, 0, 0, 0.67);
    display: inline-block;
    padding: 15px;
    color: #fff;
    border-color: RGBA(0, 0, 0, 1);
    border-radius: 3px;
    height: 25px;
    width: 25px;
    text-align: center;
}


/* 
.slick-track:nth-child(1) {
    width: 25000px!important;
}
.slick-slide.slick-current{
    width: 1000px!important;
} */

.class-to-style.prev-btn.slick-arrow {
    position: absolute;
    top: 45%;
    left: 17px;
    z-index: 1;
}

.class-to-style.next-btn.slick-arrow {
    position: absolute;
    top: 45%;
    right: 17px;
    z-index: 1;
}

i.fas.fa-caret-left {
    position: absolute;
    left: 35%;
    top: 15%;
}

i.fas.fa-caret-right {
    position: absolute;
    right: 35%;
    top: 15%;
}

.threebox-border {
    border: 1.5px solid #b2b4b8;
    padding: 2% 5%;
}

.five-fredoom-step-title {
    text-align: center;
    font-weight: 600;
    color: #1582f9;
    line-height: 1.6;
    text-transform: uppercase;
}

.freedom-part .five-fredoom-step-title {
    font-size: 30px;
}

.count-me-inner a {
    display: flex;
    justify-content: flex-end;
}

#myBtn {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 99;
    font-size: 16px;
    border: none;
    outline: none;
    background-color: #060a25;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: #555;
}

.gifsizenew {
    width: 35% !important;
    margin: 0 auto;
    display: block;
}


/* step eight (8)*/

.toggleslide {
    text-align: right;
}

#owl-carousel .owl-nav button.owl-prev,
#owl-carousel .owl-nav button.owl-next {
    background: RGBA(0, 0, 0, 0.67);
    position: absolute;
}

#owl-carousel .owl-nav button.owl-prev {
    left: 0;
    top: 43%;
}

#owl-carousel .owl-nav button.owl-next {
    right: 0;
    top: 43%;
}

#stop {
    display: none;
}

.toggleslide button {
    appearance: none;
    border: none;
    box-shadow: none;
    background: none;
    background: RGBA(0, 0, 0, 0.67);
    opacity: 1;
    padding: 7px 12px 7px 12px;
    box-shadow: none;
    border-width: 0px;
    border-style: solid;
    border-color: #000000;
    border-color: RGBA(0, 0, 0, 1);
    border-radius: 3px;
    color: #fff;
}

.toggleslide button {
    font-size: 14px;
}

.checkedpro {
    margin-left: 3px;
}


/*.step-10-left-title.page-com-title h3 {*/


/*    margin: 0;*/


/*}*/


/*.step-10-left-desc.page-com-desc p {*/


/*    font-size: 30px;*/


/*}*/


/* feedback modal */

.modal.in .modal-dialog {
    display: flex!important;
    align-items: stretch;
    height: 100%;
    margin-top: 0;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: space-around;
}

#survey .modal-dialog {
    display: block!important;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-top: 0;
    max-width: 710px;
    margin: 30px auto;
}

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

#survey .modal-header h4 {
    color: #fff;
    font-family: 16px;
    font-weight: 600;
}

#survey .modal-header p {
    color: #fff;
    font-size: 14px;
    margin: 0;
}

.modal-header button {
    color: #fff;
    opacity: 1;
}

.modal-header button:hover {
    color: #fff;
    opacity: 1;
}

.modal-body {
    color: #333;
}

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

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

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

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

.fb6 input[type=radio],
.fb1 input[type=radio] {
    margin-right: 8px;
}

.modal-body input~label {
    font-family: "Arial", sans-serif;
    color: #333;
    font-weight: 400;
    margin: 0;
}

.modal-body input~label {
    font-family: "Arial", sans-serif;
    color: #333;
    font-weight: 400;
    margin: 0;
    font-size: 14px;
}

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

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

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

.fbsubmit {
    font-family: "Arial", 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;
}

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


/* feedback modal */


/* modal terms */

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

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

.modal.links .modal-header h4 {
    color: #fff;
    font-family: 16px;
    font-weight: 600;
}


/* modal terms */


/* loader */

.loader-main {
    display: flex;
    align-items: center;
    background: #050b25;
    height: 100%;
}

.loader-main-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.loader-main-title {
    max-width: 600px;
    text-align: center;
}

.loader-main-inner-img img {
    width: 240px;
}

.loader-main-title h2 {
    font-size: 36px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 10px;
}

.loader-main-desc {
    max-width: 600px;
    text-align: center;
}

.loader-main-desc p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

.loader-form {
    display: block;
    margin-top: 20px;
}

.loader-form-innner {
    display: flex;
    align-items: center;
    width: 700px;
    font-size: 16px;
    justify-content: space-evenly;
}

.loader-form-innner>div {
    width: 45%;
}

input#load-email {
    padding: 14px 10px;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
}

input#load-email:focus-visible {
    outline: none;
}

input.loader-subscribe-btn {
    font-size: 16px;
    padding: 14px 10px;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 600;
    display: block;
    text-align: center;
    width: 100%;
    background: transparent;
    transition: all .2s ease;
}

input.loader-subscribe-btn:hover {
    background: red;
}

.loader-read {
    display: block;
    margin: 30px 0 0;
}

.loader-read a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    transition: 0.3s all linear;
    letter-spacing: 1px;
    padding-bottom: 10px;
    
    display: block;
    
    margin-bottom: 20px;
}

.loader-read a:after {
    border-bottom: 1px solid #fff;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.pea_cook_wrapper {
    position: fixed;
    padding: 8px 21px;
    margin: 0;
    border-radius: 5px;
    z-index: 1000000000000;
    text-align: center;
    display: none;
}

.pea_cook_wrapper.pea_cook_bottomleft {
    max-width: 385px;
    background: #060a25 !important;
    padding: 21px;
    border-radius: 0;
    color: #FFFFFF;
}


/*.pea_cook_wrapper.pea_cook_bottomleft {*/


/*    bottom: 30px;*/


/*    left: 30px;*/


/*    margin-right: 5%;*/


/*}*/

.body-overlay.active {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    background: rgba(6, 10, 37, 0.5);
}

.pea_cook_wrapper.pea_cook_bottomleft {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin-right: 5%;
}

.pea_cook_wrapper.pea_cook_bottomleft p {
    color: #fff;
    margin: 0;
    font-size: 15px;
}

.pea_cook_btn {
    display: block;
    width: 40% !important;
    margin-left: 0px;
    margin-top: 20px;
    border-radius: 0;
    background-color: #0000;
    background-image: none;
    border: 1px solid #fff;
    padding: 11px 12px !important;
    text-shadow: none;
    color: #fff;
    font-size: 15px;
    margin: 0 AUTO;
    margin-top: 7%;
    display: block;
    margin: auto;
    box-shadow: inset 0 0 1px 1px #f6f6f6;
    font-weight: bold;
    margin-top: 1rem;
}

.modal-ku {
    max-width: 80%;
    margin: auto;
}

.modal-ku .modal-header {
    background-color: #141726;
}

.sideways {
    grid-gap: 2px;
    border: none;
    border-right: 1px solid #ddd;
}

.sideways a {
    display: block;
    padding: 6px 10px;
    color: #000;
}

.sideways a.active {
    position: relative;
    background-color: #141726;
    color: #fff;
}

.sideways a.active:after {
    content: '';
    position: absolute;
    top: 10px;
    right: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #141726;
    display: block;
    width: 0;
}

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

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

#subscribed {
    display: block;
    text-align: center;
    position: relative;
    top: 25px;
    font-weight: bold;
    color: #34bbee;
}

#submitedline {
    color: #060a25;
    font-weight: bold;
    font-size: 18px!important;
}


/* loader */

.mob_form {
    display: none;
}

.mob_form .card {
    margin: 10px 0;
}

.mob_form .card-body {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.mob_form .card-header {
    margin-bottom: 0!important;
    padding: 0.10rem 0.10rem!important;
}

.mob_form .card-header a {
    color: #333!important;
    text-decoration: none;
}

.mob_form .card-header a:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

#generalformsuccess.active,
#jointeamformsuccess.active,
#askcjformsuccess.active,
#askqueformsuccess.active,
#hireform.active,
#pressinfosuccess.active,
#generalinquiry2suc.active,
#jointeamformsuccess-mob.active,
#askcjformsuccess-mob.active,
#askqueformsuccess-mob.active,
#hireformsuccess-mob.active,
#pressinfosuccess-mob.active {
    color: green;
}

#cl-search {
    cursor: pointer;
}

.searchs {
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0;
    z-index: 9999999;
    background: rgba(0, 0, 0, 0.8);
    /* opacity: 0.5; */
    text-align: center;
    padding: 20px;
    display: none;
}

.searchs.active {
    display: block;
}

.cjsignrow~.row .tab-show-section {
    display: block!important;
    opacity: 1;
}

.l-text {
    /*color: red;*/
    /*color: #34bbee;*/
    color: #060a25;
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}

.l-text.active1 {
    color: green;
}

.main-t {
    opacity: 0;
}

.step-7-left-inner {
    position: relative;
}

.step-7-left-inner {
    border-radius: 20px;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}


/*width: 230px;*/

.step-7-left-img img {
    width: 400px;
}


/*-18.5px 0px*/

.step-7-left-img {
    position: relative;
    margin: -26.5px 0px;
    cursor: pointer;
}


/*width: 80px;*/

.step-7-left-img-small img {
    width: 150px;
    height: auto;
}

.ltm img {
    width: 100%;
    position: relative;
    top: -25px;
}


/*top: 34.5%;*/


/*  left: 43.1%;*/

.step-7-left-img-small {
    position: absolute;
    top: 33%;
    left: 43%;
    z-index: 10;
    cursor: pointer;
}

.step-7-left-img.one img,
.step-7-left-img.two img,
.step-7-left-img.three img {
    display: block;
    z-index: 1;
}

.step-7-left-img.one img {
    transform: rotate(1deg);
}

.step-7-left-content img {
    position: relative;
    z-index: -1;
}

.step-7-left-img.two img {
    transform: rotate(-1deg);
}


/*.step-7-left-content {*/


/*  position: absolute;*/


/*  transform: rotate(0deg);*/


/*  top: 33%;*/


/*  z-index: 0;*/


/*}*/

.step-7-left-content {
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left: 50%;
}

.step-7-left-content img {
    width: 50%;
}

.step-7-left-content img {
    transform: rotate(0deg) !important;
    margin: auto;
}


/*.step-7-left-img.two .step-7-left-content {*/


/*  top: 40%;*/


/*}*/


/*.step-7-left-img.two .step-7-left-content img {*/


/*  width: 45%;*/


/*}*/

.step-7-left-img.three .step-7-left-content {
    top: 37%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
}

.step-7-left-img.three .step-7-left-content img {
    width: 35%;
}


/*.step-7-leftsmall-content {*/


/*  position: absolute;*/


/*  top: 29%;*/


/*}*/

.step-7-leftsmall-content {
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left: 50%;
}

.step-7-leftsmall-content img {
    width: 100%;
    margin: auto;
    display: block;
}

.step-7-left-img.one.hover img {
    animation: revealCircleonefor 30s linear infinite forwards;
    animation-play-state: running;
}

.step-7-left-img.one.hover .step-7-left-content img {
    animation: none;
}

.step-7-left-img.two.hover img {
    animation: revealCircletwofor 30s linear infinite forwards;
    animation-delay: 0.1s;
    animation-play-state: running;
}

.step-7-left-img.two.hover .step-7-left-content img {
    animation: none;
}

.step-7-left-img.three.hover img {
    animation: revealCirclethreefor 30s linear infinite forwards;
    animation-delay: 0.1s;
    animation-play-state: running;
}

.step-7-left-img.three.hover .step-7-left-content img {
    animation: none;
}

.step-7-left-img-small.hover img {
    animation: revealCircleback 15s linear infinite forwards;
    animation-direction: reverse;
}

.step-7-left-img-small.hover .step-7-leftsmall-content img {
    animation: none;
}

.step-7-left-inner:before {
    /*content: 'CLICK TO INTERECT';*/
    position: absolute;
    top: 6px;
    left: 35%;
    color: #000;
    font-size: 18px;
    font-weight: bold;
}


/**** New on  homepage ****/

.toolbar {
    /*overflow: hidden;*/
}

.inner {
    float: left;
    display: none;
    padding-left: 20px;
}

.m-box {
    width: 100%;
    background-color: #141726;
    /* border: 2px solid #141726; */
    overflow: hidden;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 11;
}

.m-box.visible {
    width: 37%;
    /*border-right: 30px solid #fff;*/
}

.m-bar {
    position: relative;
    width: 100%;
    height: 180px;
    margin-bottom: 15px;
}

.m-bar:last-child {
    margin-bottom: 0;
}

.m-box h4 {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    transition: 0.3s all linear;
    margin-bottom: 0;
}

.m-box>div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.c-box {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    /*background-color: #141726;*/
    /* z-index: 10; */
}

.main-box1 {
    margin: 0 0 0 auto;
}

.main3box-big {
    margin: 0;
}

.sec-navs {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9;
    text-align: right;
}

.sec-navs .fa {
    color: #fff;
    margin: 0 10px;
}

.vprocess h5 {
    color: #fff;
    font-size: 16px;
}

.vprocess p {
    color: #fff;
}

.vprocess ol,
.vprocess ul {
    padding-left: 20px;
    color: #fff;
}

.vprocess li {
    font-size: 15px;
}

#wrap {
    display: none;
}

.player {
    max-width: 100% !important;
}

.btn-dw {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0px;
    border: 2px solid #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    transition: all .2s ease;
    margin-top: 20px;
}

.dk.btn-dw {
    border: 2px solid #141726;
    color: #141726;
}

.btn-dw:hover, .dk.btn-dw:hover {
    background: #141726;
    color: #fff;
    border: 2px solid #141726;
}

h2.sub-main {
    text-transform: uppercase;
    font-size: 26px;
    margin: 0px;
    color: #fff;
    font-weight: 600;
}

.inner-p {
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
}

.btn-th {
    background: #141726;
    color: #fff;
    margin-bottom: 10px;
    border: 1px solid #141726;
    font-weight: 700;
}

.btn-th:hover {
    color: #141726;
    background: #fff;
    border: 1px solid #141726;
}

#in-bt2,
#cl-bt1 {
    margin-top: 10px;
    margin-bottom: 0 !important;
}

.image-holder {
    /*text-align: center;*/
    width: 60%;
    margin: 0 0 0 auto;
}

.step-6-inner .image-holder {
    width: 60%;
    margin: 0;
}

.image-holder img {
    height: 180px;
    width: 100%;
}

.image-holder1 {
    /*text-align: center;*/
    width: 80%;
    /*margin: 0 0 0 auto;*/
}

.image-holder1 img {
    height: auto;
    width: 100%;
}

.cl-mb {
    display: none;
}

.relative {
    position: relative;
}

.relative .relative {
    height: 100%;
}

.abs-section {
    position: absolute;
    bottom: 0;
    width: 100%;
    right: 0;
    left: 0;
    padding: 0 15px;
}

.step-3-inner .abs-section {
    /*bottom: -65px;*/
    padding: 0;
    bottom: 8px;
}


/*padding: 0 15px 0 7px;*/

#show-11 .acc-body {
    overflow: hidden;
}

.step-10-inner-left .vprocess h3 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 5px;
    font-weight: 300;
}

.scrollable {
    max-height: 312px;
    overflow: auto;
}

.bg-section {
    background-color: #fff;
    padding: 5px;
}

.colorbox {
    background-color: #060a25;
    padding: 10px;
    text-align: center;
}

.colorbox h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
}

.scrollable .row {
    margin: 0;
}

.scrollable .col-md-4 {
    padding: 0px 5px;
}

.signatures {
    margin-top: 20px !important;
}

.signatures h3 {
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: 600;
}

.signatures p {
    font-size: 8px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.signatures h3 span {
    font-size: 20px;
    color: #76735f;
    font-weight: 400;
}

.signatures .btn {
    color: #fff;
}

.signatures .form-control {
    border-radius: 0;
}

.no-border {
    border-radius: 0;
}


/*.scrollable{*/


/*    padding-right: 20px; */


/*    margin-left: -12px;*/


/*    position: sticky;*/


/*    top: 0;*/


/*    height: 100vh;*/


/*    overflow-y: scroll;*/


/*}*/

.scrollable::-webkit-scrollbar {
    width: 5px;
}


/* Track */

.scrollable::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    border-radius: 10px;
}


/* Handle */

.scrollable::-webkit-scrollbar-thumb {
    background: rgb(7, 7, 7);
    border-radius: 10px;
}


/* Handle on hover */

.scrollable::-webkit-scrollbar-thumb:hover {
    background: #009eb3;
}

.left-out h3 {
    color: #fff;
    font-weight: 700;
}

.body-overlay1.active {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    background: rgba(6, 10, 37, 0.5);
}

.notification-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 20px;
    text-align: center;
    background: #060a25;
    z-index: 999;
}

.notification-wrapper h3 {
    color: #fff;
}

.notification-wrapper p {
    color: #fff;
}

.pb-30 {
    padding-bottom: 30px;
}


/*.step-3-left-title h3:first-child{*/


/*    margin-bottom: 0;*/


/*}*/

.vi-img {
    padding-left: 7px;
}

.vi-img img {
    width: 100%;
    height: auto;
    /*height: 80%;*/
}

.absolute {
    position: absolute;
    background: rgb(6, 10, 37, 0.5);
    width: 100%;
    z-index: 1;
    height: 100%;
    top: -4px;
}

.absolute img {
    width: 20%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

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


/*.dark_checkbox:after {*/


/*    content: " " !important;*/


/*    background-color: #5C2799 !important;*/


/*    display: inline-block !important;*/


/*    visibility: visible !important;*/


/*}*/


/*.dark_checkbox:checked:after {*/


/*    content: "\2714" !important;*/


/*    box-shadow: 0px 2px 4px rgba(155, 155, 155, 0.15) !important;*/


/*    border-radius: 3px !important;*/


/*    display: block !important;*/


/*    text-align: center !important;*/


/*    font-size: 9px !important;*/


/*    color: white !important;*/


/*}*/


.tk-flag {
    border-collapse: inherit;
    border: 2px solid #060a25;
    background: #060a25;
    border-spacing: 5px;
}

.tk-flag td {
    border: 2px solid #B31942;
    padding: 10px 25px;
    height: 140px;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

td:not(.exp) {
    min-width: 140px;
}

td.exp {
    border: 5px solid #fff;
}

.tk-flag .exp img {
    width: 80%;
    height: auto;
}

/*.tk-flag img {*/
/*    height: 100%;*/
/*    width: auto;*/
/*}*/

.tk-flag img {
    height: auto;
    width: 70%;
}

.img-box {
    overflow: hidden;
}

.img-box img {
    width: 100%;
    height: auto;
    transform: scale(1.1);
}

.ac-block:first-child {
    margin-top: 0;
}

.ac-block {
    border: 5px solid #060a23;
    padding: 20px;
    background: #060a23;
    margin-top: 15px;
}

/*.head-st {*/
/*    padding: 10px;*/
/*    width: fit-content;*/
/*    background: #fff;*/
/*    margin: 0;*/
/*    color: #060a23;*/
/*    font-weight: 700;*/
/*    word-break: break-all;*/
/*}*/

.head-st {
    padding: 10px;
    width: 42px;
    height: 42px;
    line-height: 1.2;
    text-align: center;
    background: #fff;
    margin: 0;
    color: #060a23;
    font-weight: 700;
    /*border: 4px solid #060a23;*/
}

.academy-bts {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 50px;
    border: 2px solid #fff;
    display: block;
    /*width: 50%;*/
    margin: 15px auto;
    background: #060a23;
    text-align: center;
    transition: all .2s ease;
    margin-bottom: 0;
}

.academy-bts:hover{
    color: #fff;
}

ul.aclist {
    list-style-type: none;
    display: inline-block;
    margin: 0;
}

.aclist a.icn {
    border: 2px solid #fff;
    width: 48px;
    height: 48px;
    display: block;
    padding: 10px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    margin-top: 15px;
}

ul.aclist li {
    display: inline-block;
}

.cpd {
    display: flex;
    flex-direction: column;
}

.tk-flag .num{
    display: none;
    cursor:pointer;
}

.tk-flag td:hover .num {
    display: table;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    width: 100%;
    height: 100%;
    background: rgb(6, 10, 37, 0.8);
    font-size: 40px;
    font-weight: bold;
}

.tk-flag td:hover .num-tab {
    display: table-cell;
    vertical-align: middle;
}

/*.tk-flag td:hover {*/
/*    border: 2px solid #060a25;*/
/*}*/

.s15 p{
    font-size: 20px;
    color:#060a25;
}

.s15 h3 {
    font-size: 30px;
    color: #060a25;
    font-weight: bold;
    margin-bottom: 10px;
}

.frame-box {
    border: 2px solid #fff;
    padding: 10px;
    height: 100%;
}

.frame-holder{
    width: 100%;
    height: 100%;
    position: relative;
}

.frame-holder iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*.ac-box .col-md-12{*/
/*    padding: 0 12px;*/
/*}*/

.ac-box{
    color: #fff;
    background: #060a23;
    position: relative;
}

.numbering{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

div#i-message .mbox {
    border: 2px solid #35d535;
    padding: 10px;
    margin-bottom: 10px;
}

body.lockit {
    overflow-y: hidden !important;
    height: 100vh;
}

html.lock {
    overflow-y: hidden !important;
}

.rt-top a{
    display: none;
}

.ac15 .rt-top a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 50px;
    border: 2px solid #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    transition: all .2s ease;
}

.rt-top a i {
    padding-right: 5px;
}

.tmp-dvs{
    position: relative;
    height: 100%;
}

.tmp-abs{
    /* display: none; */
}

/*.mb-dv .tmp-banner {*/
/*    display: none;*/
/*}*/

.mb-dv .tmp-banner {
    width: 50%;
    margin: 0 auto;
    text-align: center !important;
}

.blockit .tmp-abs {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    /*background: rgb(255 255 255 / 20%);*/
    background: rgb(24 26 40 / 22%);
}

/*.tmp-banner {*/
/*    width: 50%;*/
/*    margin: 0 60px 0 auto;*/
    /* background: #ffffff; */
/*    padding: 20px;*/
/*    height: 100%;*/
/*    text-align: center;*/
/*}*/

.blockit .tmp-banner {
    width: 90%;
    /* margin-right: 200px; */
    /* background: #ffffff; */
    padding: 20px;
    height: 100%;
    text-align: right;
    display: block;
    position: relative;
    /*z-index: 99999;*/
    
}

.tmp-banner{
    display: none;
}

.tmp-banner h3 {
    font-weight: 700;
    color: #fff;
}
/*color: #060a25;*/

.tmp-banner img {
    width: 20%;
    height: auto;
}

.hht img{
    height: 320px;
}

.fl-navs .col-md-6{
    width: 100%;
    /*float: left;*/
    text-align: center;
}

.fl-navs{
    display: none;
}

#leftArrow{
    display: none;
}

#both{
    display: none;
}

#rightArrow, #leftArrow, #both {
    /*width: 40px;*/
    /*width: 50%;*/
    height: 40px;
    /*border: 2px solid #060a23;*/
    color: #fff;
    /*background: #060a23;*/
    text-align: center;
    line-height: 1.4;
    font-size: 26px;
    position: relative;
    z-index: 99;
}

#leftArrow{
    /*left: -25px;*/
}

#rightArrow{
    /*left: 25px;*/
}

.fl-navs::after {
    content: '';
    position: absolute;
    background: #060a25;
    /*width: 20%;*/
    height: 7px;
    top: 50%;
    /* z-index: 99999; */
    left: 50%;
    transform: translate(-50%,-50%);
}

@keyframes revealCircletwofor {
    0% {
        transform: rotate(-1deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes revealCircleonefor {
    0% {
        transform: rotate(1deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes revealCirclethreefor {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes revealCircleback {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* responsive for  mob nav */

@media (max-width: 1199px) {
    .step-7-left-inner {
        padding: 30px 0px;
    }
    .step-7-left-img-small {
        top: 32.5%;
        left: unset;
    }
    .image-holder img {
        height: 110px;
        width: 100%;
    }
    
    td:not(.exp) {
        min-width: 100px;
    }
    
    .tk-flag td {
        height: 100px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .step-7-left-img-small {
        top: 32.5%;
        left: unset;
    }
}

@media screen and (max-width:991px) {
    .vprocess.row {
        display: block;
    }
    .nav-links .col-md-3:first-child {
        padding-left: 0px;
    }
    .step-6-inner .image-holder,
    .step-7-inner .image-holder {
        width: 100%;
        margin: 0;
    }
    .image-holder img {
        height: auto;
        width: 100%;
    }
    .image-holder {
        margin-bottom: 20px !important;
    }
    .vprocess div {
        padding: 0;
        max-width: 100%;
    }
    .mob_form {
        display: block;
    }
    .desk_form {
        display: none;
    }
    .mob_tnc {
        flex-direction: column-reverse;
        width: 100%;
        margin: auto;
    }
    .mob_form label {
        font-size: 14px;
    }
    #exampleModalLongTitle {
        font-size: 14px!important;
    }
    .step-7-left-img {
        position: relative;
        margin: -18.5px 0px;
        cursor: pointer;
    }
    .step-7-left-img.one>img {
        position: relative;
        left: 3px;
    }
    .step-7-left-content {
        position: absolute;
        transform: rotate(0deg);
        top: 33%;
        left: 0 !important;
        transform: none !important;
        z-index: 0;
    }
    .step-7-left-img.one .step-7-left-content {
        left: 10px;
    }
    .step-7-left-content img {
        width: 50% !important;
    }
    .step-7-left-img.two>img {
        position: relative;
        right: 5px;
    }
    .step-7-left-img.two .step-7-left-content {
        top: 40%;
    }
    .step-7-left-img.two .step-7-left-content {
        right: 10px;
    }
    .step-7-left-img.two .step-7-left-content img {
        width: 45% !important;
    }
    .step-7-left-img.three .step-7-left-content img {
        width: 35% !important;
    }
    .step-7-left-img.three .step-7-left-content {
        top: 37% !important;
    }
    .step-7-left-img img {
        width: 230px;
    }
    .step-7-left-img-small img {
        width: 80px;
        height: auto;
    }
    .step-7-leftsmall-content img {
        width: 70%;
        margin: auto;
    }
    .step-7-left-img-small {
        top: 34.5%;
        left: unset;
    }
    .step-7-leftsmall-content {
        position: absolute;
        top: 29%;
        left: 0;
        transform: none;
    }
    
    .tk-flag td {
        height: 70px;
    }
    
    td:not(.exp) {
        min-width: 70px;
    }
}

@media screen and (min-width:769px) {
    .mob_sticky {
        display: none;
    }
    .step_menu {
        display: block;
    }
}

@media screen and (max-width:768px) {
    .hht img{
        height: auto;
    }
    .aclist li:first-child{
        display: block;
    }
    
    .aclist li:last-child{
        margin-right: 15px;
    }
    
    .cpd iframe{
        height: 185px;
    }
    
    ul.aclist{
        text-align: right;
    }
    
    .academy-bts {
        width: 90%;
        margin: 10px auto;
    }
    
    .step_menu {
        display: none;
    }
    .subnav li a {
        padding: 0px;
    }
    .sticky-csteps .container {
        max-width: 100%;
    }
    .sticky-wrapper {
        display: none;
    }
    .sticky-csteps {
        border-top: 2px solid #869bad;
    }
    .mob_sliderNav h2,
    .mob_sliderNav p,
    .mob_sliderNav i {
        color: #34bbee;
        margin: 0;
    }
    .mob_sliderNav p {
        font-size: 20px;
    }
    .mob_sliderNav i {
        font-size: 20px;
    }
    .mob_sliderNav {
        position: relative;
        padding: 0;
    }
    /*padding: 1rem 0;*/
    .mob_sliderNav h2 {
        display: inline;
        font-size: 20px;
    }
    .mob_sliderNav .item {
        text-align: center;
    }
    .mob_sliderNav .left_arrow,
    .mob_sliderNav .right_arrow {
        position: absolute;
        background: transparent;
        font-size: 16px;
        z-index: 100;
        padding: 0;
        color: #fff;
        z-index: 1000;
    }
    .left_arrow {
        top: 20px;
        left: 0;
    }
    /*top: 45px;*/
    .right_arrow {
        right: 0;
        top: 25px;
    }
    .mob_sliderNav .item i.checked {
        display: none;
    }
    .heading-whitetxt-abt,
    .heading-bg-grey-text {
        font-size: 16px;
        width: 85%;
        padding-left: 20px;
        padding-right: 20px;
        text-align: left;
    }
    .heading-bg,
    .heading-bg-grey {
        justify-content: unset;
    }
}

@media screen and (max-width:767px) {
    .cpd iframe {
        height: 300px;
    }
    .aclist li:last-child {
        margin-right: 35px;
    }

    .absolute {
        top: 0;
    }
    .step-3-inner iframe {
        height: 460px !important;
    }
    .vi-img {
        padding-left: 15px;
    }
    .st1 .left_arrow {
        display: inline!important;
    }
    .st1 .left_arrow.slick-disabled {
        display: none!important;
    }
    /*.pea_cook_wrapper.pea_cook_bottomleft{*/
    /*    bottom: 30px;*/
    /*    left: unset; */
    /*    right:unset;*/
    /*    margin: 0 20px;*/
    /*}*/
    .pea_cook_wrapper.pea_cook_bottomleft {
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        margin-right: 0;
    }
    .pea_cook_wrapper.pea_cook_bottomleft {
        max-width: 100%;
        margin: 0 30px;
    }
}

@media screen and (max-width: 700px) {
    .step-3-inner iframe {
        height: 420px !important;
    }
}

@media screen and (max-width: 600px) {
    .step-3-inner iframe {
        height: 350px !important;
    }
}

@media(max-width:589px) {
    .if-then-bor-left {
        max-width: 100% !important;
        flex: inherit !important;
        border-right: 3px solid #210055 !important;
    }
    .if-then-bor-right {
        max-width: 100% !important;
    }
    .step-7-left-inner {
        flex-wrap: nowrap;
    }
    .step7-left,
    .step7-right {
        padding: 0;
        margin-bottom: 1rem;
    }
    .step-7-left-inner {
        grid-gap: 0;
    }
    .step-7-left-img {
        margin: 0;
    }
    .step-7-left-inner {
        padding-top: 0;
    }
    .step-7-left-img {
        position: absolute;
    }
    .step-7-left-inner {
        min-height: 450px;
    }
    .step-7-left-img-small {
        position: absolute;
        top: 34.5%;
    }
    .step-7-left-img.one {
        top: 25px;
        left: 25px;
    }
    .step-7-left-img.two {
        top: 25px;
        right: 25px;
    }
    .step-7-left-img.three {
        bottom: 25px;
    }
}

@media screen and (max-width: 510px) {
    .tk-flag td {
        padding: 10px 15px;
    }
    
    .fl-navs {
        display: block;
        overflow: auto;
        margin-bottom: 10px;
        position: relative;
    }
    
    .tmp-banner img {
        width: 40%;
        height: auto;
    }
}

@media screen and (max-width: 500px) {
    .m-listing ul{
        text-align: left;
        width: 80%;
        margin: 0 auto;
        margin-bottom: 16px;
    }
    
    .rt-top {
        margin-bottom: 10px;
    }
    
    .rt-top a{
        font-size: 14px;
        padding: 5px 10px;
    }

    .blockit .tmp-abs {
        background: rgb(255 255 255 / 70%);
    }
    
    .tmp-banner {
        width: 100% !important;
        text-align: center !important;
    }
    
    .tmp-banner h3 {
        font-weight: 700;
        color: #060a23;
    }
    
    .mb-dv.blockit .tmp-banner {
        display: block;
        width: 100%; 
    }
    
    
    
    /*.tmp-dvs .tmp-banner{*/
    /*    display: none;*/
    /*}*/
    
    .tmp-dvs .tmp-banner h3{
        display: none;
    }
    
    .step-3-main .accordion__body {
        padding: 20px;
    }
    
    .step2.social-section .social-box{
        width: 85%;
        margin-bottom: 20px;
    }
    .step-3-inner iframe {
        height: 300px !important;
    }
    
    .tab-show-section.active{
        padding-top: 5px !important;
    }
}

@media (max-width: 479px) {
    /*.step-3-inner iframe {*/
    /*    height: 250px !important;*/
    /*}*/
    
    .step-3-inner iframe {
        height: 200px !important;
    }
    .step-7-left-img img {
        width: 86%;
        min-width: inherit;
        margin: auto;
    }
    .step-7-left-content img {
        width: 50%;
    }
    .step-7-left-img.two {
        top: 8px;
        right: 1px;
        width: 56%;
    }
    .step-7-left-img.three {
        bottom: 67px;
        width: 56%;
    }
    .step-7-left-img.three {
        bottom: 2%;
    }
    .step-7-left-img-small {
        position: absolute;
        top: 36%;
    }
    .step-7-left-img.one {
        top: 8px;
        left: 1px;
        width: 56%;
    }
    .step-7-left-inner {
        min-height: 380px;
    }
    .aclist li:last-child {
        margin-right: 18px;
    }
}
@media (max-width: 375px){
    .step-3-inner iframe {
        height: 200px !important;
    }
    
    .step-7-left-img.one {
        top: 5%;
        left: -5px;
        width: 56%;
    }
    
    .step-7-left-img.two {
        top: 5%;
        right: -5px;
        width: 56%;
    }
    
    .step-7-left-img.three {
        bottom: 13%;
    }
    
    .step-7-left-img-small {
        position: absolute;
        top: 33%;
    }
    
    .step-7-left-img-small img {
        width: 72px;
    }
    
    .step-7-leftsmall-content img {
        width: 70%;
    }
	
}
@media (max-width: 350px){
    #myVideo iframe,#myVideo1 iframe,#myVideo2 iframe,#myVideo3 iframe{
        width: 100%;
    }
	.step-7-left-img-small {
    position: absolute;
    top: 38%;
}
.step-7-left-img.three {
      bottom: -14px;
}
.step-7-left-inner {
    min-height: 269px;
}	
.middle_title h1 {
    font-size: 12px!important;    font-weight: 600!important;
}
.step-2-middle-title h2 {
 font-size: 19px!important;
   }	
   
   .menu-icon>span {
    width: 30px;
    height: 3px;
   }
}


@media (max-width: 280px){
.step-7-left-inner {
    min-height: 225px;
}
.step-7-left-img-small {
    position: absolute;
    top:40% !important
}
.step-7-left-img.three {
    bottom: -18px;
}
.step-7-left-img-small img {
    width: 57px;
}
img.vsm {
    width: 41px;
    position: absolute;
    left: 8px;
}
.step-7-left-img.one {
    top: 6%;
    left: -5px;
    width: 56%;
}

.step-7-leftsmall-content img {
        width: 60%;
    }
.middle_title h1 {
    font-size: 12px!important;   
	font-weight: 600!important;
}
.middle_title {
    width: 37%!important;
}
.vprocess.row {
        display: block;
        padding: 0px!important;
    }
    .vprocess.row.setp {
        display: block;
        padding: 0px 15px!important;
    }
    .image-holder {
        text-align: center;
        width: 100%!important;
        margin: unset!important;
        margin-bottom: unset;
    }
    .setpad {
        overflow: hidden;
        overflow: hidden;
        padding: 15px!important;
    }
    .first-row-tabs.col-md-6 {
        max-width: 100%;
        margin-top: 15px!important;
    }
    /* .tab-show-section.active {
    padding: 0px 0px 15px 0px !important;
} */
    .step-2-middle-title h2 {
        margin-top: 20px;
        margin: 0px 0px 15px 0px!important;
    }
    h3 {
        margin-bottom: 5px!important;
    }
    .sectxt-small-data-bold {
        line-height: unset!important;
        font-size: 15px;
        font-weight: 600;
    }
    p {
        margin-bottom: 8px!important;
    }
    .number-round {
        background: #210055;
        color: #fff;
        border-radius: 50% !important;
        margin-right: 1%;
        position: absolute;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 1.8;
        left: 9px;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        top: 8px;
    }
    .heading-whitetxt-abt {
        font-size: 18px!important;
        width: 85%;
        padding-left: 20px;
        padding-right: 20px;
    }
	.step-3-inner iframe {
    height: 200px !important;
    width: 100%;
}
.step-5-main .first-box-page-no h3 {
    font-size: 15px!important;
  
}
.img-left-eighty {
    width: 100%!important;
   
}
	
.loderimg{width:250px!important;}
.number-round {
    background: #210055;
    color: #fff;
    border-radius: 50% !important;
    margin-right: 1%;
    position: absolute;
    width: 25px!important;
    height: 25px!important;
    text-align: center;
    line-height: 1.8;
    left: 9px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    top: 39%;
}
.settxt {
    margin-left: 30px;
  
}
.step-8-main .tab-show-section {
    background: #fff;
    padding-top: 25px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
}
.bg-white-abt li {
    padding: 0.5% 0% 0.5% 0%;
    font-size: 15px;
    margin-left: 10%!important;
}
button.count-me-submit-btn {
    
    height: 50px!important;
}
.notification-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 20px;
    text-align: center;
    background: #060a25;
    width: 89%!important;
}
.step-2-middle-title h2 {
 font-size: 19px!important;
   }

}


/* bna acodian style */

.accordion__header {
    background: #141726;
    padding: 30px;
    color: #fff;
    margin: 0 auto;
    padding: 20px;
    margin-top: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: capitalize;
    cursor: pointer;
}

.accordion__header>* {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}

.accordion__header.is-active {
    background: #141726;
    padding: 30px;
    color: #fff;
    margin-top: 2px;
    padding: 20px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion__header h2 {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
}

.accordion__toggle {
    margin-left: 10px;
    height: 3px;
    background-color: transparent;
    width: 30px;
    display: block;
    position: relative;
    flex-shrink: 1;
    border-radius: 2px;
}

#myAudio {
    display: none;
}

.accordion__toggle::before {
    content: "";
    display: block;
    /*background-image: url(../images/lock.svg);*/
    background-repeat: no-repeat;
    height: 22px;
    width: 22px;
    position: absolute;
    top: -5px;
    left: 5px;
    border-radius: 2px;
}

.is-active .accordion__toggle {
    /*background-image: url(../images/unlock.svg);*/
    background-repeat: no-repeat;
    height: 22px;
    width: 22px;
    content: "";
    position: absolute;
    right: 20px;
}

.is-active .accordion__toggle::before {
    display: none;
}

.activelock .accordion__toggle::before {
    /*background-image: url(../images/unlock.svg);*/
    background-repeat: no-repeat;
    height: 22px;
    width: 22px;
    content: "";
}

.is-active .accordion__toggle::before {
    display: none;
}

.accordion__body {
    display: none;
    padding: 1em;
    border: 1px solid #ccc;
    border-top: 0;
    background-color: #fff;
    transition: all .3s linear!important;
}

.accordion__body.is-active {
    display: block;
    transition: all .3s linear!important;
}

#myVideo,#myVideo1,#myVideo2,#myVideo3 {
    margin: 0px auto;
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: center;
}
/* bna acodian style end */


/* set responsive spacing start */

.setpad {
    overflow: hidden;
    overflow: hidden;
    padding: 20px 30px;
    position: relative;
    z-index: 1000000000;
    background: #fff;
}

@media (min-width: 320px) and (max-width:810px) {
    .vprocess.row {
        display: block;
        padding: 0px!important;
    }
    .vprocess.row.setp {
        display: block;
        padding: 0px 15px!important;
    }
    .image-holder {
        text-align: center;
        width: 100%!important;
        margin: unset!important;
        margin-bottom: unset;
    }
    .setpad {
        overflow: hidden;
        overflow: hidden;
        padding: 15px!important;
    }
    .first-row-tabs.col-md-6 {
        max-width: 100%;
        margin-top: 15px!important;
    }
    /* .tab-show-section.active {
    padding: 0px 0px 15px 0px !important;
} */
    .step-2-middle-title h2 {
        margin-top: 20px;
        margin: 0px 0px 15px 0px!important;
    }
    h3 {
        margin-bottom: 5px!important;
    }
    .sectxt-small-data-bold {
        line-height: unset!important;
        font-size: 15px;
        font-weight: 600;
    }
    p {
        margin-bottom: 8px!important;
    }
    .number-round {
        background: #210055;
        color: #fff;
        border-radius: 50% !important;
        margin-right: 1%;
        position: absolute;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 1.8;
        left: 9px;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        top: 8px;
    }
    .heading-whitetxt-abt {
        font-size: 18px;
        width: 85%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 320px) and (max-width:768px) {
    .settxt{padding-left: 53px;}

 .step8.read-section.tab-show-section.active.p-3 {

    padding: 15px !important;
}

.img-left-eighty {
    width: 100% !important;
    text-align: right;
    float: right;
}


.toggleslide button {
    font-size: 6px!important;
}
.toggleslide button {

padding: 8px 10px!important;}
	
.loderimg{width:310px;}

html.loading {
    height: 100%;
    overflow-y: hidden;
}
/* set responsive mini */


}


/* set responsive spacing end */
.eg {
    height: 100%;
    background: #050b25;
    display: table;
}
.eg body {
    height: 100vh;
}
@media only screen and (orientation: landscape) {
    .eg body {
        /* height: 100%; */
        transform: scale(0.7);
    }
}

.cursor-pointer {
    cursor: pointer;
}


/***** STart Slide-ins CSS *****/
section#cf-slide-form, section#slide-legalese, section#cf-feedback-form {
	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#cf-slide-form.show, section#slide-legalese.show, section#cf-feedback-form.show {
	left: 0%;
	transition: 0.5s ease-in-out;
}

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

.slidf h4 {
	font-size: 30px;
}

.modal-title{
    color: #fff;
}

.slidf button.close, .slidf button.close:hover {
    color: #fff;
    opacity: 1;
    width: inherit;
    right: 0;
    outline: 0;
    box-shadow: none !important;
    float: right;
    padding: 0;
}
button.close.btn.position-absolute.text-end.stk-close {
    color: #fff;
    opacity: 1;
    width: 5%;
    right: 21px;
    /* top: 28px; */
}

/*#cf-slide-form .container {*/
/*	max-width: 1140px !important;*/
/*}*/

.slidf .cl-btn {
	font-size: 34px;
	line-height: 20px;
}

.slidf .stk-close {
	top: 50%;
	transform: translateY(-50%);
}

.slidf span.text-grey {
	color: grey;
}

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

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

.l-height, #feedbackform {
    overflow: auto;
    overflow-x: hidden;
    padding-right: 10px;
}

/* width */
.l-height::-webkit-scrollbar,#feedbackform::-webkit-scrollbar {
    width: 10px;
}
/* Track */
.l-height::-webkit-scrollbar-track,#feedbackform::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px !important;
    background: #ffffff !important;
}
/* Handle */
.l-height::-webkit-scrollbar-thumb,#feedbackform::-webkit-scrollbar-thumb {
    /* background: #060a25 !important; */
    background: #437fdacf !important;
    border-radius: 10px;
}
/* Handle on hover */
.l-height::-webkit-scrollbar-thumb:hover,#feedbackform::-webkit-scrollbar-thumb:hover {
    /* background: #060a25 !important; */
    background: #437fdacf !important;
}

.p-fixed{
    position: fixed !important;
    z-index: 9;
}

footer.p-fixed {
    bottom: 0;
}

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

.btn-orange, .btn-orange:hover {
    background: #fc7e00;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    padding: 8px 24px;
    outline: 0;
    box-shadow: none;
}

/***** End Slide-ins CSS *****/


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


.no-scrol{
    overflow: hidden;
}

.close{
    font-weight: 400;
}

.form-group {
    margin-bottom: 0;
}

.middle_title h4{
    color: #fff;
    /*text-align: center;*/
    /* text-transform: uppercase !important; */
    /*font-weight: 700;*/
    /*letter-spacing: 3px;*/
    margin-bottom: 0;
}

.no-scroll{
    overflow: hidden;
}


/*Stepper Form CSS*/
#multi-step-form-container {
    /* margin-top: 5rem; */
    margin-top: 2rem;
}

.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: #4361ee !important;
    color: #fff;
}
.form-stepper .form-stepper-active .label {
    color: #4361ee !important;
}
.form-stepper .form-stepper-active .form-stepper-circle:hover {
    background-color: #4361ee !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 .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;
}

/* .nv-box {
    width: 100px;
    margin: 0 auto;
    background-color: #e5e5e5;
    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;
}
.custom-control.custom-checkbox {
    font-size: 20px;
}

/*#step-11 h2{*/
/*    min-height: 60px;*/
/*}*/
/*Stepper Form CSS*/