/* CSS Document */
@import '../fonts/font-awesome/css/fontawesome-all.css';



@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/OpenSans-Semibold-webfont.eot');
    src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/OpenSans-Light-webfont.eot');
    src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/OpenSans-Bold-webfont.eot');
    src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

.main-div .form-group .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.main-div .form-group .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
  opacity: 1; /* Firefox */
}

.main-div .form-group .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
  opacity: 1; /* Firefox */
}


body{
    /*font-family: 'nunitoregular', sans-serif;*/
    font-family: 'open_sansregular';
    color: #373737;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    margin-bottom: 0 !important;
}
.login-body{
    /*background-image: url('../images/login-bg.jpg');*/
    /*background-image: url('../images/form-wizard-bg.png');*/
    background-size: cover;
    /* background-repeat: no-repeat; */
    /* overflow: hidden; */
    /*background-image: linear-gradient(141deg, #448bc9 0%, #5099db 51%, #6fabe6 75%);*/
    /* background-image: url('../images/bg-buildings-1440.png'); */
    height: calc(100vh - 4px);
}

.login-body:after {
    content: "";
    display: block;
    position: fixed;
    z-index: -2;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    /*background-image: linear-gradient(141deg, #448bc9 0%, #5099db 51%, #6fabe6 75%);*/
    /*background-color: rgb(229, 235, 241);*/
    background-color: #c8ddf1;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    /*opacity: 0.8;*/
}

.login-body .after{
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(21, 81, 143, .5);
    transform:  translate(-50%, 0);
    border-radius: 100%;
}
*{
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
h3 {
    line-height: 30px;
    font-size: 21px;
}
a, button {
    outline: none!important;
    text-decoration: none!important;
    color: #99abb4;
    transition: all 0.2s ease 0s;
}
#main-wrapper {
    width: 100%;
}

/*--login--*/
.container-login {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: flex-end;*/
    align-items: unset;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    background-color:rgba(192, 218, 241, 0.80);
    margin-bottom: -4px;
}
.login-form-main {
    width: 100%;
    min-height: 100%;
    border-radius: 0;
    /* overflow: hidden; */
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.login-form {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    left:0;
    top: 0;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    background: rgb(21, 81, 143);
    box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 3px -4px;
    border: 0;
    border-radius: 0;
    position: relative;
    background: rgb(255 255 255);
    box-shadow: 0px 30px 12px -18px rgba(0,0,0,0.75);
}
.login-form p.botto-text{
    position: absolute;
    bottom: 9px;
    width: 100%;
    text-align: center;
    left: 0;
    color: rgb(33 80 124);
    margin: 0;
    padding-left: 0;
    font-size: 10px;
    text-align: center;
    padding-right: 0;
}
.login-form p.botto-text span a{
    color: rgb(33 80 124);
}
.login-form .main-div.pr-5.main-div{
    width: 100%;
    padding: 32px 57px 50px 50px !important;
}
.main-div .panel h2 {
    text-align: center;
    margin-bottom: 20px;
    padding: 0;
    border-radius: 0;
    /* background: rgb(255, 255, 255); */
    width: auto;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 77;
}
.main-div .form-group h2 {
    font-size: 28px;
    font-weight: 600;
    color: #60a0d7;
    letter-spacing: 0.075em;
    text-align: center;
    margin-bottom: 6px;
    line-height: 1;
}
.main-div .panel{
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    width: 100%;
}
.main-div h2 img{
    width: 55%;
}
.main-div .form-group .form-control {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 38px;
    background: #677a8a;
    padding: 0 40px 0 20px;
    border: 0;
    border-radius: 50px;
}
.main-div .input-form-group {
    width: 100%;
    position: relative;
    border-bottom: 0;
    margin-bottom: 30px;
    display: inline-block;
}
.main-div .focus-input {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}
.main-div .focus-input:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    background: #fff;
}
.main-div .focus-input:after {
    font-size: 17px;
    color: #ffffff;
    content: "\f406";
    display: block;
    width: 30px;
    position: absolute;
    top: 8px;
    right: 10px;
    padding-left: 5px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.main-div .otpInputMob .focus-input:after{
    content: "\f095";
    }
.main-div .otpInputEmail .focus-input:after{
    content: "\f0e0";
    }
.main-div .form-password .focus-input:after {
    content: "\f084";
}
.main-div .form-email .focus-input:after {
    content: "\f0e0";
}

.main-div .form-group .form-control:focus + .focus-input:before, .main-div .form-group .form-control.has-val + .focus-input:before {
    width: 100%;
}
.main-div .form-group .form-control:focus + .focus-input:after, .main-div .form-group .form-control.has-val + .focus-input:after {
    /* top: calc(100% - 65px); */
    /* left: 0; */
}
.main-div .form-group .form-control:focus, .main-div .form-group .form-control.has-val {
    /* padding-left: 5px; */
}
.main-div .form-control:focus {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25);
}
.main-div .form-group {
    margin-bottom: 20px;
}
.main-div #login .form-group {
/*    margin-bottom: 9px;     */
}
.help-block{
    font-size: 13px;
    padding-bottom: 0;
    margin-bottom: -4px;
    line-height: 1.2;
}
.main-div ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.main-div ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.main-div :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.main-div :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.main-div .btn-secondary {
    color: #ffffff;
    padding: 0.375rem 1.75rem;
    border: 0 transparent;
    border-radius: 40px;
    position: relative;
    background: #21507c;
    border: 0;
    font-size: 15px;
}

.main-div .chkbox .chkbox-slider {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3), 0 0 4px #ffffff;
}
.main-div .chkbox .chkbox-slider:before {
  background-color: rgba(255, 255, 255, 0.3);
}
.main-div .chkbox input:checked + .chkbox-slider:before {
  background-color: #ffffff;
}
.main-div .chkbox input:checked + .chkbox-slider {
  box-shadow: 0 0 0 2px #ffffff, 0 0 8px #ffffff;
}
.rem-pwd{
    padding-top: 10px;
    text-align: left;
}
.rem-pwd label{
    margin: 0 0 0 7px;
    color: #ffffff;
    font-weight: 400;
}
.main-div .btn-secondary:hover {
    background-color: rgba(29, 124, 176, 0.60);
    border-color: rgb(20, 119, 172);
}
.forgot{
    text-align: center;
}
.forgot a{
    color: #ffffff;
}
.login-left{
    width: 40%;
    text-align: center;
    background-image: url(../images/vcfLogin.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
/*.login-left:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(95, 93, 94, .8);
}*/
.login-left .panel{
    display: inline-block;
    vertical-align: middle;
    top: 50%;
    position: relative;
    transform: translate(0, -50%);
    z-index: 2;
    /*display: none;*/
}
.carousel-login-right{
    width: 60%;
    padding: 0;
    background: -o-linear-gradient(top, #7673ca, #497BE8);
    background: -moz-linear-gradient(top, #7673ca, #497BE8);
    background: linear-gradient(top, #7673ca, #497BE8);
    -moz-box-shadow: inset 10px 0px 26px -4px rgba(0,0,0,0.75);
    box-shadow: inset 10px 0px 26px -4px rgba(0,0,0,0.75);
}
.login-right{
    width: 500px;
    padding: 0;
    min-height: 390px;
    margin: auto 0;
    -moz-box-shadow: inset 10px 0px 26px -4px rgba(0,0,0,0.75);
    border-radius: 0;
    left: 50%;
    position: relative;
    transform: translate(-50%, 0);
}
.login-right p{
    text-align: center;
    color: rgb(33 80 124);
}

.login-right.thanks-box{width:800px}

.thanks-box h1{
    font-size: 1.8rem;
    color: rgb(33 80 124);
    text-align: center;
    margin: 20px 0px;
}
.carousel-login-right .btnBack{
    padding: 7px 11px;
    position: absolute;
    top: 0;
    left: 0;
    color: #1976d3;
    background-color: rgba(255, 255, 255, .7);
    border-color: rgba(255, 255, 255, .7);
    box-shadow: 0 0.1rem 0.5rem 0 rgba(0, 0, 0, .3);
    border-radius: 50px;
}

.chkbox input {
    z-index: 77;
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}
.chkbox {
    display: inline-block;
    width: 34px;
    height: 15px;
    position: relative;
    margin: 0;
    vertical-align: middle;
    margin-left: 7px;
}

.chkbox .chkbox-slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 30px;
  box-shadow: 0 0 0 2px rgba(95, 93, 94, .6), 0 0 4px #5f5d5e;
  cursor: pointer;
  border: 1px solid transparent;
  overflow: hidden;
  transition: 0.4s;
}

.chkbox .chkbox-slider:before {
  position: absolute;
  content: "";
  width: 130%;
  height: 100%;
  background-color: rgba(95, 93, 94, 0.60);
  border-radius: 30px;
  transform: translateX(-30px); /*translateX(-(w-h))*/
  transition: 0.4s;
}

.chkbox input:checked + .chkbox-slider:before {
  transform: translateX(20px); /*translateX(w-h)*/
  background-color: #21507c;
}

.chkbox input:checked + .chkbox-slider {
  box-shadow: 0 0 0 2px #21507c, 0 0 8px #21507c;
}
.login-left .panel h2{
    text-align: center;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .7);
    width: auto;
    display: inline-block;
    overflow: hidden;
    box-shadow: 0 0.1rem 0.5rem 0 rgba(0, 0, 0, .3);
    display: none;
}

@keyframes spin {
  from{
    transform: rotateY(0deg);
    moz-transform: rotateY(0deg); //Firefox
    ms-transform: rotateY(0deg); //Microsoft Browsers
  }
  to{
    transform: rotateY(360deg);
    moz-transform: rotateY(360deg); //Firefox
    ms-transform: rotateY(360deg); //Microsoft Browsers
  }
}
@-webkit-keyframes spin{
  from{-webkit-transform: rotateY(0deg);}
  to{-webkit-transform: rotateY(360deg);}
}
.main-div .form-group .form-control:focus + .focus-input:after, .main-div .form-group .form-control.has-val + .focus-input:after{
  animation-name: spin;
  animation-timing-function: linear;
  animation-iteration-count: unset;
  animation-duration: .5s;
  -webkit-animation-name: spin;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: unset;
  -webkit-animation-duration: .5s;
}
.signup-form-main {
    width: 800px;
    min-height: calc(100vh - 37px);
    border-radius: 0;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: auto;
}


/*--login-end--*/




/*form styles*/
#msform {
    text-align: center;
    position: relative;
    margin-top: 30px;
    width: 100%;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;

    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

/*inputs*/
#msform input, #msform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 13px;
}

#msform input:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #ee0979;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}

/*buttons*/
#msform .action-button {
    width: 100px;
    background: #ee0979;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #ee0979;
}

#msform .action-button-previous {
    width: 100px;
    background: #C5C5F1;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #C5C5F1;
}

/*headings*/
.fs-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 9px;
    width: 33.33%;
    float: left;
    position: relative;
    letter-spacing: 1px;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: block;
    font-size: 12px;
    color: #333;
    background: white;
    border-radius: 25px;
    margin: 0 auto 10px auto;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    content: none;
}
#progressbar li.active:before, #progressbar li.active:after {
    background: #ee0979;
    color: white;
}
.dme_link {
    margin-top: 30px;
    text-align: center;
}
.dme_link a {
    background: #FFF;
    font-weight: bold;
    color: #ee0979;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 5px 25px;
    font-size: 12px;
}

.dme_link a:hover, .dme_link a:focus {
    background: #C5C5F1;
    text-decoration: none;
}
.backtologin{
    padding-top: 8px;
}

/*--left-side--*/
.left-sidebar {
    position: fixed;
    width: 140px;
    /* height: 100%; */
    top: 0;
    z-index: 20;
    padding-top: 78px;
    background: #ffffff;
    -webkit-box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
    /* background-image: url(../images/bg_lb_inner.png); */
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 400%;
}
.left-sidebar{
    overflow-y: auto;
    display: none;
}
.sidebar-nav {
    padding: 0;
    display: none;
}
.sidebar-nav ul {
    margin: 0;
    padding: 0;
    border-top: 1px solid #21507c;
}
.sidebar-nav ul li{
    width: 100%;
    display: block;
}
.sidebar-nav ul li a{
    border-radius: 0;
    border-bottom: 1px solid #21507c;
    display: block;
    color: #21507c;
    padding: 7px;
    padding: 10px;
    position: relative;
    min-height: 36px;
    text-align: center;
}
.sidebar-nav ul li a:hover{
    border-radius: 0;
    background: rgba(77, 150, 216, 0.60);
    border-bottom: 1px solid #21507c;
    display: block;
    color: #ffffff;
    position: relative;
}
.sidebar-nav ul li.active a{
    border-radius: 0;
    background: rgb(77, 150, 216);
    border: 0px solid #3b62d1;
    display: block;
    color: #ffffff;
    position: relative;
}
.sidebar-nav ul li a i {
    font-size: 35px;
    text-align: center;
    display: inline-block;
    margin-bottom: 9px;
    vertical-align: middle;
}
.sidebar-nav ul li a i:before {
    display: inline-block;
    font-size: 26px;
    vertical-align: middle;
}
.sidebar-nav ul li a i.la:before {
    font-size: 35px;
}
.sidebar-nav ul li a span{
    font-size: 13px;
    vertical-align: top;
    display: block;
    width: 100%;
    text-align: center;
}
.contentDetails{
    margin: 0 -7px;
}
#main-wrapper {
    width: 100%;
}
.header {
    position: fixed;
    z-index: 77777;
    /*background: #c0daf1;
    background: rgb(173,201,207);*/
    background: #fff;
    box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
    /* width: calc(100% - 140px); */
    right: 0;
    width: 100%;
    box-shadow: 0 0 1px rgba(76,86,103,.25), 0 2px 5px rgba(31,37,50,.32);
    -webkit-box-shadow: 0 0 1px rgba(76,86,103,.25), 0 2px 5px rgba(31,37,50,.32);
    -moz-box-shadow: 0 0 1px rgba(76,86,103,.25),0 2px 5px rgba(31,37,50,.32);
}
.header .top-navbar {
    min-height: 78px;
    padding: 0;
}
.header .top-navbar a.navbar-brand img {
    max-width: 215px;
    vertical-align: top;
    display: block;
    height: 50px;
}
.header .top-navbar .navbar-header {
    line-height: 0;
    text-align: center;
}
.header .top-navbar .navbar-header .navbar-brand {
    margin-right: 0;
    padding-bottom: 0;
    padding-top: 0;
}
.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
}
.header .top-navbar .navbar-nav > .nav-item > .nav-link {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 16px;
    line-height: 14px;
    padding: 0 7px;
    color: rgb(55, 55, 55);
}
.header .top-navbar a img.profile-pic{
    width: 20px;
}
/*--left-side-end--*/

body{
    /* background-image: url('../images/bg-buildings-1440.png'); */
    background-size: cover;
    background-repeat: no-repeat;
    }
.page-wrapper {
    /*background: rgb(229, 235, 241);*/
    background: #c8ddf1;
    padding-bottom: 30px;
    /* width: calc(100% - 140px); */
    float: left;
    /* margin-left: 140px; */
    min-height: 100vh;
    position: relative;
    padding-top: 78px;
    width: 100%;
    /* background-image: linear-gradient(141deg, rgba(68, 139, 201, .6) 0%, rgba(80, 153, 219, .6) 51%, rgba(111, 171, 230, .6) 75%); */
    margin-bottom: -5px;
}
.page-titles {
    background: #ffffff;
    margin: -20px 0 30px;
    padding: 15px 10px;
    position: relative;
    z-index: 10;
    -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
}
.page-titles h3 {
    margin-bottom: 0;
    margin-top: 0;
    color: #21507c;
}
.page-titles .breadcrumb {
    padding: 0;
    background: transparent;
    font-size: 14px;
    float: right;
    margin: 0;
}
.page-titles .breadcrumb li {
    margin-top: 0;
    margin-bottom: 0;
}
.page-titles .breadcrumb .breadcrumb-item.active {
    color: #99abb4;
}
.footer {
    background: #ffffff none repeat scroll 0 0;
    border-top: 1px solid rgba(120, 130, 140, 0.13);
    color: #5f5d5e;
    left: 0;
    padding: 10px 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 13px;
    z-index: 9;
}
.footer a{
    color: #21507c;
}

.content-box {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    padding: 15px;
    margin: 10px 0 15px;
}
.flot-chart-content {
    width: 100%;
    height: 100%;
}
.flot-chart, .morris-chart {
    display: block;
    height: 350px;
}
.morris-hover {
    position: absolute;
    z-index: 1000;
}
.morris-hover.morris-default-style {
    border-radius: 10px;
    padding: 6px;
    color: #666;
    background: rgba(255, 255, 255, 0.8);
    border: solid 2px rgba(230, 230, 230, 0.8);
    font-family: sans-serif;
    font-size: 12px;
    text-align: center;
}
.morris-hover.morris-default-style .morris-hover-row-label {
    font-weight: bold;
    margin: 0.25em 0;
}
.morris-hover.morris-default-style .morris-hover-point {
    white-space: nowrap;
    margin: 0.1em 0;
}
.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border-radius: 7px;
    overflow: hidden;
    border-radius: 7px;
    box-shadow: 0 0 1px rgba(76,86,103,.25), 0 2px 5px rgba(31,37,50,.32);
    -webkit-box-shadow: 0 0 1px rgba(76,86,103,.25), 0 2px 5px rgba(31,37,50,.32);
    -moz-box-shadow: 0 0 1px rgba(76,86,103,.25),0 2px 5px rgba(31,37,50,.32);
}
.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #ffffff;
    border-image: none;
    border-style: solid solid none;
    border-width: 2px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 9px 15px 7px;
    min-height: 40px;
    z-index: 7;
    position: relative;
}
.ibox-title h5 {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 0;
    text-overflow: ellipsis;
    float: left;
    color: #21507c;
    font-weight: 700;
}
.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px;
    border-color: #ffffff;
    border-image: none;
    border-style: solid solid none;
    border-width: 0;
    clear: both;
    /*border-radius: 7px;*/
}
.progress {
    height: 8px;
}
.browser p {
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 14px;
    color: #5f5d5e;
}
.browser p span {
    float: right;
}
.form-control {
    height: 36px;
    border-radius: 0;
    box-shadow: none;
    border-color: #e7e7e7;
    font-size: 14px;
    -webkit-transition: unset;
    -moz-transition: unset;
    -o-transition: unset;
    transition: unset;
}
.form-control * {
    -webkit-transition: unset;
    -moz-transition: unset;
    -o-transition: unset;
    transition: unset;
}



.table > thead > tr > th {
    color: #ffffff;
    border-bottom: 1px solid #e7e7e7;
    font-weight: 600;
    background: #507dab;
    background-image: -webkit-linear-gradient(90deg, #4790d1 0%, #6ca9e6 100%);
}
  .table > tbody > tr > td {
      font-family: 'Poppins', sans-serif;
      color: #5f5d5e;
  }
.table > tbody > tr > td, .table > tbody > tr > th,
.table > tfoot > tr > td, .table > tfoot > tr > th,
.table > thead > tr > td, .table > thead > tr > th {
    /*line-height: 12px;*/
    vertical-align: top;
    font-size: 14px;
}
.table {
  margin-bottom: 0;
}
.table > tbody > tr > td .badge {
    padding: 0.5em 0.6em;
    font-size: 80%;
    font-weight: 600;
    background-color: #008000;
}
.table > tbody > tr > td .badge-success {
    color: #ffffff;
    background-color: #6f9c3a;
}
.table > tbody > tr > td .badge.badge-warning {
    color: #212529;
    background-color: #ffc107;
}
.table > tbody > tr > td a.org-url{
    color: #21507c;
    font-weight: 600;
}

.modal-body .table > tfoot > tr > td {
    color: #ffffff;
    font-weight: 600;
    background: #5f5d5e94;
}



table.product_table{
  width:100%;
  /*border-radius: 12px;*/
  overflow: hidden;
  border: 0;
}
table.product_table th {
    background-color: rgba(95, 93, 94, 0.60);
}
table.product_table th{
  padding: 15px;
  text-align: left;
  font-weight: 500;
  font-size: 12px;
  color: #000000;
  position: relative;
}
table.product_table td{
  padding: 10px 15px;
  text-align: left;
  vertical-align:middle;
  font-weight: 300;
  font-size: 12px;
  color: #5f5d5e;
  border-bottom: solid 1px rgba(0,0,0,0.1);
  position: relative;
}
.product_table > tbody > tr > td, .product_table > tbody > tr > th, .product_table > tfoot > tr > td, .product_table > tfoot > tr > th, .product_table > thead > tr > td, .product_table > thead > tr > th {
    line-height: 13px;
    font-size: 13px;
    position: relative;
}
table.product_table tr.odd {
    background-color: rgba(95, 93, 94, 0.1);
}

.page-item.active .page-link {
    background-color: #21507c;
    border-color: #21507c;
}
.page-link {
    color: #21507c;
}
.page-link:hover {
    color: #21507c;
    background-color: #f0f5eb;
    border-color: #dee2e6;
}


.adminBoxes{
    margin: 0 0 25px 0;
    border-radius: 7px;
    overflow: hidden;
}
.adminBoxes .col-lg-3,
.adminBoxes .col-lg-4{
    padding: 0;
}

.tile-blue1 {
    background-color: #21507c;
}
.ibox-content.tile-blue1 {
    padding: 0;
}
.ibox-content.tile-blue1 .card {
    padding: 30px 15px 20px;
}
.profileBoxes .ibox-content.tile-blue1 .card{
    padding: 15px 15px 0;
}
.tile-blue2 {
    background-color: #2c629a;
}
.tile-blue3 {
    background-color: #4373a5;
}
.tile-blue4 {
    background-color: #5b85b0;
}
.adminBoxes .card{
    background: transparent;
    margin: 0;
    text-align:right;
}
.profileBoxes .card{
    background: transparent;
    margin: 0;
    text-align:right;
    border-radius: 7px;
}
.profileBoxesData {
    margin: 0 0 25px 0;
    border-radius: 7px;
    overflow: hidden;
}
.profileBoxesData .col-lg-4,
.profileBoxesData .col-lg-3{
    padding: 0;
}
.profileBoxesData .col-lg-4 .card,
.profileBoxesData .col-lg-3 .card {
    padding-top: 15px;
    padding-bottom: 20px;
    background: transparent;
    margin: 0;
    border-radius: 7px;
}
.signup:hover{
    text-decoration: underline !important;
}
.ibox-content table.table-bordered thead th,
.ibox-content table.table-bordered tbody td {
    border-width: 0 0 1px 1px ;
    border-color: #ceddec;
    border-style: solid;
    text-align: left;
}
.ibox-content table.table-bordered tbody td {
    padding: 8px 5px;
}
#BPQ_finalReport.table-bordered tfoot td
{
    padding: 8px 5px;
}
.ibox-content table.table-bordered tbody td.btnTd {
    padding: 5px;
    white-space: nowrap;
    width: 1%;
}
.ibox-content table.table-bordered tbody td .btn {
    margin: 0 2px;
    padding: 4px 5px;
    width: 28px;
    height: 28px;
    font-size: 13px;
}
.ibox-content table.table-bordered tbody td .btn i{
    color: #ffffff;
    line-height: 1.2;
}
.ibox-content table.table-bordered tbody td .folder-list {
    padding: 5px 10px;
    border: 1px solid #21507c;
    color: #21507c;
    margin-bottom: 0;
    min-height: 30px;
}
.ibox-content table.table-bordered tbody td .folder-list svg{
    width: 20px;
    float: left;
    margin-right: 10px;
}
.ibox-content table.table-bordered tbody td .folder-list .dz-message{
    width: auto;
    float: left;
}
.ibox-content table.table-bordered thead th{
    padding-left:7px;
    background: #25547c;
}
.ibox-content table.table-bordered th:last-child,
.ibox-content table.table-bordered th:last-child,
.ibox-content table.table-bordered td:last-child,
.ibox-content table.table-bordered td:last-child{
    border-width: 0 1px 1px 1px;
    border-color: #ceddec;
    border-style: solid;
}
.dropdown-toggle::after {
    vertical-align: 6px;
}
.header .top-navbar .navbar-nav > .nav-item > .nav-link{
    color: rgb(21, 81, 143);
}
.header .top-navbar .navbar-nav > .nav-item > .nav-link .fa-bell{
    font-size: 18px;
}
.header .top-navbar .navbar-nav > .nav-item > .nav-link svg{
    color: rgb(21, 81, 143);
    height: 22px;
    width: 30px;
}
.navbar-expand-xl .navbar-nav li{
    margin-left: 8px;
}
.navbar-expand-xl .navbar-nav li a span{
    display: none;
    vertical-align: 4px;
    font-weight: 700;
    color: #21507c;
}
.main-div.pr-5 {
    padding: 0 1rem !important;
}
.col-8.pl-5 {
    padding-left: 2rem !important;
}


.vcf-fw {
    text-align: center;
    width: 1.25em;
}
.vcf-1x {
    font-size: 1em;
}
.vcf-2x {
    font-size: 2em;
}
.vcf-3x {
    font-size: 3em;
}
.vcf-4x {
    font-size: 4em;
}
.vcf-5x {
    font-size: 5em;
}

.btn-primary{
    color: #fff;
    background-color: #21507c;
    border-color: #21507c;
    position: relative;
    -webkit-transition: unset;
    -moz-transition: unset;
    -o-transition: unset;
    transition: unset;
}
.btn-primary:hover {
    background-color: #5b85b0;
    border-color: #5b85b0;
}

.profileImage{
    width: 100%;
    text-align: center;
}
.profileImage img{
    width: 100%;
    max-width: 140px;
    height: auto;
    border: 5px solid #ffffff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.profileDetails h3{
    font-weight: 600;
    color: #21507c;
    text-align: center;
    margin-top: 10px;
    text-align: left;
}
.profileDetails ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.profileDetails ul li{
    font-size: 15px;
    color: #4373a5;
    margin-bottom: 6px;
}
.profileDetails ul li i{
    font-size: 15px;
    margin-right: 10px;
    width: 20px;
    text-align: center;
    color: #4373a5;
}

.profileLeftDetails {
    max-width: 100%;
    float: left;
    padding: 15px 7px 40px 7px;
}
.profileRightDetails {
    float: left;
    padding: 15px 7px 40px 7px;
    min-height: calc(100vh - 102px);
}

.profileRightDetails .profileBoxesData{
    margin: 0 -7px 0;
    overflow: visible;
}
.profileRightDetails .profileBoxesData .col-lg-4,
.profileRightDetails .profileBoxesData .col-lg-3 {
    padding: 0 7px;
}
.adminBoxes .card.tile-blue1 {
    background-color: #21507c;
}
.adminBoxes .card.tile-blue2 {
    background-color: #2c629a;
}
.adminBoxes .card.tile-blue3 {
    background-color: #4373a5;
}
.adminBoxes .card.tile-blue4 {
    background-color: #5b85b0;
}

.ibox-content .card .btn{
    border-radius: 0.25rem;
    border: 0;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    padding: 12px;
    background: #21507c;
}
.usedCr{
    padding: 7px 15px;
    color: #fff;
    font-size: 15px;
    background: #2c629a;
}
.usedCr span{
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

.profileBoxes .ibox-content {
    border-radius: 0;
}
.inside-box .input-group > .input-group-append > .btn {
    line-height: 1;
    border-radius: 0;
}
.card-list .card h4{
    font-size: 16px;
    font-weight: 600;
    color: #21507c;
}
.card-list .card p{
    color: #373737;
}
.card-list .card ul{
    padding: 0;
    list-style: none;
    margin: 0;
}
.card-list .card ul li{
    margin-bottom: 9px;
    font-size: 14px;
}
.card-list .card ul li .btn {
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 12px;
    border-radius: 14px;
    line-height: 1;
}
.card-list .card  {
    width: 100%;
    padding: 10px 10px;
    border: solid 1px #D6D6D6;
    border-radius: 0;
    padding-right: 130px;
}
.ibox-content.mapView{
    position: relative;
}
.ibox-content.mapView #map{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.map-inside{
    background: #fff;
    }
.card-list .card ul li .btn-process{
    background: #FFC107;
}
.map-inside-tbl .btn-primary {
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    font-size: 12px;
    border-radius: 14px;
    line-height: 1;
    font-weight: 600;
    background: #4373a5;
}
.event-list b{
    color: #21507c;
    font-size: 1em;
}
.card-list{
    margin: 0 -7px;
}
.card-list .col-12{
    padding: 0 7px;
}

#inppassword #pwd_strength_wrap {
    position: absolute;
    top: 44px;
    background: #ffffff;
    z-index: 7;
    color: #6C6F71;
    font-size: 12px;
}
#inppassword #pwd_strength_wrap {
    position: absolute;
    top: 44px;
    background: #ffffff;
    z-index: 7;
    color: #6C6F71;
    font-size: 12px;
}
#pswd_info ul li {
    position: relative;
}
#pswd_info ul li:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f00c";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 1px;
}
.header .top-navbar .navbar-nav > .nav-item > .nav-link svg {
    color: #21507c;
    fill: #21507c;
}
.navbar-expand-xl .navbar-nav li a span {
    color: #21507c;
}
.dropdown-toggle::after {
    border-top: 0.3em solid #21507c;
}

.card-list .card ul li.company-value{
    position: absolute;
    right: 0;
    /*bottom: 0;*/
    font-size: 30px;
    background: #21507c;
    padding: 20px;
    line-height: 1.2;
    color: #fff;
    border-radius: 7px;
    top: 0;
    margin-bottom: 0;
}
.iframe-content{
    padding-bottom: 56%;
    position:relative;
}
.iframe-content iframe, .iframe-content object{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border:0;
}
.card-list .card ul.icon-text li{
    padding-left: 20px;
    position: relative;
}
.card-list .card ul.icon-text li i{
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 16px;
    color: #21507c;
}
.navbar-expand-xl .navbar-nav .dropdown-menu-right{
    padding: 0;
    overflow: hidden;
}
.navbar-expand-xl .navbar-nav .dropdown-menu-right ul{
    padding: 0;
    list-style: none;
    margin: 0;
}
.navbar-expand-xl .navbar-nav .dropdown-menu-right ul li{
    margin: 0;
}
.navbar-expand-xl .navbar-nav .dropdown-menu-right ul li a{
    padding: 7px 10px;
    display: block;
    margin: 0;
    font-size: 14px;
}
.navbar-expand-xl .navbar-nav .dropdown-menu-right ul li a:hover{
    background-color: #21507c;
    color: #ffffff;
}

/* Style the input fields */
input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}


.firm-details.ibox-content{
    position: relative;
}
.firm-details.ibox-content h4 {
    font-size: 15px;
    color: #cccccc;
    margin-top: 11px;
    text-align: right;
    padding-right: 20px;
    font-weight: normal;
}
.firm-details.ibox-content .active h4 {
    color: #21507c;
    font-weight: 600;
}
.firm-details.ibox-content .tab-pane h4{
    font-size: 22px;
    margin-top: 0;
}
.circle-box {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    line-height: 41px;
}
.pagination-tabs li .circle-box:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #cccccc;
    background: #ffffff;
    text-align: center;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    border-radius: 50%;
}
.pagination-tabs li.active .circle-box:before {
    border: 2px solid #21507c;
}

.pagination-tabs li .circle-box span:before {
    content: "\f0ac";
    display: inline-block;
    font-family: "Font Awesome 5 free";
    color: #ccc;
    position: relative;
    z-index: 2;
}
.pagination-tabs li.active .circle-box span:before {
    color: #21507c;
}


.pagination-tabs {
    left: 0;
    top: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 50px;
    max-width: 50px;
    padding-top: 0;
    border-right: 2px solid #cccccc;
    z-index: 6;
    padding-bottom: 50px;
}
.pagination-tabs li {
    position: relative;
    width: 100%;
    display: inline-block;
    height: auto;
    padding: 0 12px;
    margin-bottom: 55px;
}
.pagination-tabs li .circle-box:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #cccccc;
    background: #ffffff;
    text-align: center;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    border-radius: 50%;
}
.pagination-tabs li.active .circle-box:before/*, .pagination-tabs li.finish .circle-box:before*/ {
    border: 2px solid #21507c;
}
.pagination-tabs li .circle-box1 span:before {
    content: "\f0ac";
    display: inline-block;
    font-family: "Font Awesome 5 free";
    color: #ccc;
    position: relative;
    z-index:2;
}
.pagination-tabs li .circle-box2 span:before{
    content: "\f0cb";
}
.pagination-tabs li .circle-box3 span:before{
    content: "\f044";
}
.pagination-tabs li .circle-box4 span:before{
    content: "\f51e";
}
.pagination-tabs li .circle-box5 span:before{
    content: "\f53a";
}
.pagination-tabs li .circle-box6 span:before{
    content: "\f1fe";
}
.pagination-tabs li .circle-box7 span:before{
    content: "\f0e8";
}
.pagination-tabs li.active .circle-box span:before/*, .pagination-tabs li.finish .circle-box span:before*/ {
    color: #21507c;
}
.tab-box{
    width: calc( 100% - 50px);
    max-width: calc( 100% - 50px);
    flex: unset;
}
#regForm .row.topManage{
    margin: -15px;
}


.form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #e7e7e7;
    font-size: 14px;
}

.has-float-label .form-control:placeholder-shown:not(:focus)~.form-label {
    font-size: 15px;
    opacity: 0;
    top: 0.7em;
    z-index: -1;
}

.has-float-label label, .has-float-label>span {
    position: absolute;
    cursor: text;
    font-size: 13px;
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
    top: -.5em;
    left: .75rem;
    z-index: 3;
    line-height: 1;
    padding: 0 1px;
    background: #ffffff;
}

.ibox-content .tab h3 {
    display: inline-block;
    font-size: 18px;
    margin: 0 0 20px;
    padding: 0;
    text-overflow: ellipsis;
    float: left;
    color: #21507c;
}
.has-float-label {
    display: block;
    position: relative;
}
.firm-details .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #21507c;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0,123,255,.25);
}
.title-table {
    font-size: 13px;
    font-weight: 700;
    color: #616161;
}

#nextBtn.btn-primary:before,
#submitBtn.btn-primary:before {
    display: inline-block;
    left: 100%;
    top: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(255, 96, 0, 0);
    border-left-color: #21507c;
    border-width: 18px;
}
#prevBtn.btn-primary:before {
    display: inline-block;
    right: 100%;
    top: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(255, 96, 0, 0);
    border-right-color: #21507c;
    border-width: 18px;
}
#nextBtn.btn-primary:hover:before,
#submitBtn.btn-primary:hover:before{
    border-left-color:#5b85b0
}
#prevBtn.btn-primary:hover:before{
    border-right-color:#5b85b0
}

#myUL {
  list-style-type: none;
}

#myUL {
  margin: 0;
  padding: 0;
}


#myUL, #myUL ul {
    padding:0;
    list-style:none;
}
#myUL ul ul {
    margin-left:.5em
}
#myUL li {
    padding-bottom: 15px;
}
#myUL ul li:last-child:before {
    background:#fff;
    height:auto;
    top:1em;
    bottom:0
}
#myUL li a {
    text-decoration: none;
    color:#21507c;
}
#myUL .caret .fas{
    margin-right: 7px;
    width: 100%;
    font-size: 50px;
}
.img-view{
    display: none;
}
.modal-xl{
    max-width: 1060px;
}
.modal .modal-dialog h3{
    font-size: 16px;
    font-weight: 600;
    color: #21507c;
    margin: 0;
}
.ibox-title .btn-primary {
    margin-top: -7px;
}

.uploadLogo .form-control {
    height: 35px;
    position: absolute;
    opacity: 0;
}

.uploadLogo .btn-primary {
    border-radius: 0;
    height: 36px;
    padding: 5px 15px;
}
.caret.active .fa-folder:before {
    content: "\f07c";
}

.tabBox{
    margin-left: -50px;
    padding-bottom: 59px;
}
.firm-details.ibox-content .firm-details.ibox-content{
    margin-left: 90px;
}
.firm-details.ibox-content .ibox {
    box-shadow: unset;
}


.ibox .ibox{
    box-shadow:0px 0px 0px rgba(0,0,0,0);
}

.ibox h1{
    font-size: 35px;
    margin: 10px 0 20px;
    display: inline-block;
    color: #21507c;
}
.ibox p {
    font-size: 16px;
    margin: 10px 0;
    display: inline-block;
    color: #21507c;
}

.sellPQProcess{
    margin: 30px auto;
    padding: 0 99px 0 0;
    position: relative;
    max-width: 900px;
    list-style: none;
}
.sellPQProcess .col{
    padding: 15px;
    background: #dae3f3;
}
.sellPQProcess .col .processBox{
    padding: 15px;
    background: #21507c;
    border-radius: 10px;
    display: inline-block;
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 8;
    cursor: pointer;
    display: inline-block;
}
.sellPQProcess .col .processBox h2{
    font-size: 16px;
    font-weight: 600;
    color: #FFC107;
    margin: 0 0 10px;
}
.sellPQProcess .col .processBox p{
    font-size: 13px;
    color: #fff;
    margin: 0;
    font-weight: 600;
}
.sellPQProcess .last-arrow{
    position: absolute;
    right: 0;
    width: 100px;
    height: auto;
    top: -25%;
    height: 150%;
}
.sellPQProcess .last-arrow img{
    height: 100%;
    width: 100%;
}
.card-deck{
    margin: 30px 0;
    padding: 0;
}
.card-deck .card{
    background: #dae3f3;
}
.card-deck .card .card-body {
    padding-left: 40px;
}
.card-deck .card .card-body li{
    color: red;
    margin-bottom: 7px;
    color: #21507c;
    padding-left: 9px;
}
.card-deck .card .card-header {
    background: #21507c;
    font-size: 18px;
    font-weight: normal;
    color: #FFC107;
}
input.form-check-input{
    width: auto;
}



/* Checkmark style starts */
@-moz-keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 10px;
  }
}
@-webkit-keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 10px;
  }
}
@keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 10px;
  }
}
@keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 20px;
  }
}
@-webkit-keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 20px;
  }
}
@-moz-keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 20px;
  }
}
input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  z-index: 77;
  opacity: 0;
  height: 100%;
}
input#remember[type="checkbox"]{
    width: 100%;
    left: 0;
    top:0;
    margin:0;
}

.firm-details.ibox-content .firm-details.ibox-content .checkBoxGrp li .check-box {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #21507c;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: border-color ease 0.2s;
  -o-transition: border-color ease 0.2s;
  -webkit-transition: border-color ease 0.2s;
  transition: border-color ease 0.2s;
  margin: 0;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 10px;
  z-index: 0;
}
.firm-details.ibox-content .firm-details.ibox-content .checkBoxGrp li .check-box::before,
.firm-details.ibox-content .firm-details.ibox-content .checkBoxGrp li .check-box::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 0;
  width: 4px;
  background-color: #21507c;
  display: inline-block;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-radius: 5px;
  content: " ";
  -webkit-transition: opacity ease 0.5;
  -moz-transition: opacity ease 0.5;
  transition: opacity ease 0.5;
}
.firm-details.ibox-content .firm-details.ibox-content .checkBoxGrp li .check-box::before {
  top: 14px;
  left: 9px;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.firm-details.ibox-content .firm-details.ibox-content .checkBoxGrp li .check-box::after {
  top: 7px;
  left: 1px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.firm-details.ibox-content .firm-details.ibox-content .checkBoxGrp li input[type="checkbox"]:checked + .check-box,
.firm-details.ibox-content .firm-details.ibox-content .checkBoxGrp li input[type="radio"]:checked + .check-box,
.check-box.checked {
  border-color: #21507c;
}
.firm-details.ibox-content .firm-details.ibox-content .checkBoxGrp li input[type="checkbox"]:checked + .check-box::after,
.firm-details.ibox-content .firm-details.ibox-content .checkBoxGrp li input[type="radio"]:checked + .check-box::after,
.check-box.checked::after {
  height: 10px;
  -moz-animation: dothabottomcheck 0.2s ease 0s forwards;
  -o-animation: dothabottomcheck 0.2s ease 0s forwards;
  -webkit-animation: dothabottomcheck 0.2s ease 0s forwards;
  animation: dothabottomcheck 0.2s ease 0s forwards;
}
.firm-details.ibox-content .firm-details.ibox-content .checkBoxGrp li input[type="checkbox"]:checked + .check-box::before,
.firm-details.ibox-content .firm-details.ibox-content .checkBoxGrp li input[type="radio"]:checked + .check-box::before,
.check-box.checked::before {
  height: 30px;
  -moz-animation: dothatopcheck 0.4s ease 0s forwards;
  -o-animation: dothatopcheck 0.4s ease 0s forwards;
  -webkit-animation: dothatopcheck 0.4s ease 0s forwards;
  animation: dothatopcheck 0.4s ease 0s forwards;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}
.form-check-label{
    color: #21507c;
}


.paymentEnrollment .page-wrapper{
    width: 100%;
    margin-left: 0;
}
.paymentEnrollment .left-sidebar {
    height: auto;
}

.price-card{
    box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    cursor: pointer;
    }
.price-card .card-body{
    padding-bottom: 80px;
}
.price-card .card-body p.card-text {
    font-size: 20px;
    font-weight: 800;
    width: 100%;
    text-align: right;
    position: absolute;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    left: 0;
    bottom: 0;
    padding: 10px 15px;
}
.price-card .card-body h5.card-title{
    font-size: 15px;
    font-weight: 700;
    color: #464646;
    margin-bottom: 0;
}
.price-card .card-body:before {
    top: 50%;
    left: 50%;
    border-top: 5px solid #21507c;
    border-bottom: 5px solid #21507c;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    transform: scale(0,1) translate(-50%, -50%);
    height: 100%;
}

.price-card .card-body:after {
    top: 50%;
    left: 50%;
    border-right: 5px solid #21507c;
    border-left: 5px solid #21507c;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    transform: scale(1,0) translate(-50%, -50%);
    width: 100%;
    height: 100%;
}
.price-card .card-body:before, .price-card .card-body:after {
    position: absolute;
    content: '';
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.price-card:hover .card-body:before, .price-card:hover .card-body:after {
    opacity: 1;
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.price-card input[type="radio"]:checked ~ .card-body:before, .price-card input[type="radio"]:checked ~ .card-body:after {
    opacity: 1;
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.price-card input[type="radio"] {
    position: absolute;
    z-index: 111;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    visibility: visible;
}



.price-card .check-box {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #21507c;
  border-radius: 5px;
  position: absolute;
  bottom: 11px;
  left: 11px;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: border-color ease 0.2s;
  -o-transition: border-color ease 0.2s;
  -webkit-transition: border-color ease 0.2s;
  transition: border-color ease 0.2s;
  margin: 0;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 10px;
}
.price-card .check-box::before,
.price-card .check-box::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 0;
  width: 4px;
  background-color: #fff;
  display: inline-block;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-radius: 5px;
  content: " ";
  -webkit-transition: opacity ease 0.5;
  -moz-transition: opacity ease 0.5;
  transition: opacity ease 0.5;
}
.price-card .check-box::before {
  top: 14px;
  left: 9px;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.price-card .check-box::after {
  top: 7px;
  left: 1px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.price-card input[type="radio"]:checked + .check-box,
.check-box.checked {
  border-color: #ffffff;
}
.price-card input[type="radio"]:checked + .check-box:after,
.check-box.checked:after {
  height: 10px;
  -moz-animation: dothabottomcheck 0.2s ease 0s forwards;
  -o-animation: dothabottomcheck 0.2s ease 0s forwards;
  -webkit-animation: dothabottomcheck 0.2s ease 0s forwards;
  animation: dothabottomcheck 0.2s ease 0s forwards;
}
.price-card input[type="radio"]:checked + .check-box::before,
.check-box.checked::before {
  height: 30px;
  -moz-animation: dothatopcheck 0.4s ease 0s forwards;
  -o-animation: dothatopcheck 0.4s ease 0s forwards;
  -webkit-animation: dothatopcheck 0.4s ease 0s forwards;
  animation: dothatopcheck 0.4s ease 0s forwards;
}
.price-card input[type="radio"]:checked ~ .card-body{
    background-color: #21507c;
}
.price-card input[type="radio"]:checked ~ .card-body > *{
    color: #fff;
}







.cardDetails #amount {
  font-size: 15px;
  font-weight: bold;
}

.cardDetails #amount strong {
  font-size: 14px;
}

.cardDetails #card-cvc {
  width: 60px;
  margin-bottom: 0;
}

.cardDetails #card-front{
  background-color: #21507c;
  width: 390px;
  border-radius: 6px;
  padding: 20px 30px 0;
  box-sizing: border-box;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 300;
  color: white;
  display: inline-block;
}

.cardDetails #card-month {
  width: 45% !important;
  float: left;
}

.cardDetails #card-number {
  width: 100%;
}

.cardDetails #card-stripe {
  width: 100%;
  height: 55px;
  background-color: #3d5266;
  position: absolute;
  right: 0;
}

.cardDetails #card-year {
  width: 45%;
  float: left;
}

.cardDetails #cvc-container {
  width: 45%;
  float: right;
}

.cardDetails #cvc-container label {
  width: 100%;
}

.cardDetails #cvc-container p {
  font-size: 6px;
  text-transform: uppercase;
  opacity: 0.6;
  letter-spacing: .5px;
}

.cardDetails #form-container {
  margin: auto;
  width: 390px;
  position: relative;
}


.cardDetails #exp-container {
  margin-left: 0;
  width: 32%;
  display: inline-block;
  float: left;
}

.cardDetails #image-container {
  width: 100%;
  position: relative;
  height: 35px;
  margin-bottom: 5px;
  line-height: 35px;
}
.cardDetails #card-month{
    margin-right: 7px;
}

.cardDetails input {
  border: none;
  outline: none;
  background-color: #ffffff;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  margin: 0 0 25px;
  color: #21507c;
  font-size: 13px;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: lato, 'helvetica-light', 'sans-serif';
  letter-spacing: .7px;
}

.cardDetails input::-webkit-input-placeholder {
  color: #21507c;
  opacity: 1;
  font-family: lato, 'helvetica-light', 'sans-serif' letter-spacing: 1px;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 13px;
}

.cardDetails input:-moz-placeholder {
  color: #21507c;
  opacity: 1;
  font-family: lato, 'helvetica-light', 'sans-serif' letter-spacing: 1px;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 13px;
}

.cardDetails input::-moz-placeholder {
  color: #21507c;
  opacity: 1;
  font-family: lato, 'helvetica-light', 'sans-serif' letter-spacing: 1px;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 13px;
}

.cardDetails input:-ms-input-placeholder {
  color: #21507c;
  opacity: 1;
  font-family: lato, 'helvetica-light', 'sans-serif' letter-spacing: 1px;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 13px;
}

.cardDetails label {
  display: block;
  margin: 0 auto 7px;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 0px);
}



.checkBoxGrp li .check-box {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #000;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: border-color ease 0.2s;
  -o-transition: border-color ease 0.2s;
  -webkit-transition: border-color ease 0.2s;
  transition: border-color ease 0.2s;
  margin: 0;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 10px;
}
.checkBoxGrp li .check-box::before,
.checkBoxGrp li .check-box::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 0;
  width: 4px;
  background-color: #21507c;
  display: inline-block;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-radius: 5px;
  content: " ";
  -webkit-transition: opacity ease 0.5;
  -moz-transition: opacity ease 0.5;
  transition: opacity ease 0.5;
}
.checkBoxGrp li .check-box::before {
  top: 14px;
  left: 9px;
  /*box-shadow: 0 0 0 5px #667788;*/
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.checkBoxGrp li .check-box::after {
  top: 7px;
  left: 1px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.checkBoxGrp li input[type="checkbox"]:checked + .check-box,
.check-box.checked {
  border-color: #21507c;
}
.checkBoxGrp li input[type="checkbox"]:checked + .check-box::after,
.check-box.checked::after {
  height: 10px;
  -moz-animation: dothabottomcheck 0.2s ease 0s forwards;
  -o-animation: dothabottomcheck 0.2s ease 0s forwards;
  -webkit-animation: dothabottomcheck 0.2s ease 0s forwards;
  animation: dothabottomcheck 0.2s ease 0s forwards;
}
.checkBoxGrp li input[type="checkbox"]:checked + .check-box::before,
.check-box.checked::before {
  height: 30px;
  -moz-animation: dothatopcheck 0.4s ease 0s forwards;
  -o-animation: dothatopcheck 0.4s ease 0s forwards;
  -webkit-animation: dothatopcheck 0.4s ease 0s forwards;
  animation: dothatopcheck 0.4s ease 0s forwards;
}

.reo_ooSelectcal{
min-width: 70px;
}




.firm-details-slider .slidecontainer {
  width: 100%;
}

.firm-details-slider .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background: #dae3f3;
  outline: none;
  opacity: 0.7;
  padding: 0;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.firm-details-slider .slider:hover {
  opacity: 1;
}

.firm-details-slider .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #21507c;
  cursor: pointer;
}
.firm-details-slider .slider::-moz-range-thumb {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background: #21507c;
  cursor: pointer;
}


.processBoxMain .sellPQProcess {
    margin: 0 !important;
    padding: 0;
    position: relative;
    width: 910px;
    max-width: none;
    list-style: none;
    overflow: visible;
    padding-right: 34px;
}
.navbar2 .processBoxMain .sellPQProcess.m-0{
    margin: 0 !important;
    width: 100%;
}




.can-toggle {
    position: relative;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}
.can-toggle *,
.can-toggle *:before,
.can-toggle *:after {
  box-sizing: border-box;
}
.can-toggle input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.can-toggle input[type="checkbox"][disabled] ~ label {
  pointer-events: none;
}
.can-toggle input[type="checkbox"][disabled] ~ label .can-toggle__switch {
  opacity: 0.4;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:before {
  content: attr(data-unchecked);
  left: 0;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  content: attr(data-checked);
}
.can-toggle label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  display: flex;
  align-items: center;
}
.can-toggle label .can-toggle__switch {
  position: relative;
}
.can-toggle label .can-toggle__switch:before {
  content: attr(data-checked);
  position: absolute;
  top: 0;
  text-transform: uppercase;
  text-align: center;
}
.can-toggle label .can-toggle__switch:after {
  content: attr(data-unchecked);
  position: absolute;
  z-index: 5;
  text-transform: uppercase;
  text-align: center;
  background: white;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.can-toggle input[type="checkbox"][disabled] ~ label {
  color: rgba(119, 119, 119, 0.5);
}
.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch,
.can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch {
  background-color: #777;
}
.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after,
.can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
  color: #5e5e5e;
}
.can-toggle input[type="checkbox"]:hover ~ label {
  color: #6a6a6a;
}
.can-toggle input[type="checkbox"]:checked ~ label:hover {
  color: #55bc49;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch {
  background-color: #21507c;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  color: #21507c;
}
.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch,
.can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch {
  background-color: #507dab;
}
.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after,
.can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
  color: #507dab;
}
.can-toggle label .can-toggle__label-text {
  flex: 1;
}
.can-toggle label .can-toggle__switch {
  transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
  background: #848484;
}
.can-toggle label .can-toggle__switch:before {
  color: rgba(255, 255, 255, 0.5);
}
.can-toggle label .can-toggle__switch:after {
  transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1), -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  color: #777;
}
.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after,
.can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  -webkit-transform: translate3d(65px, 0, 0);
          transform: translate3d(65px, 0, 0);
}
.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after,
.can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.can-toggle label {
  font-size: 14px;
}
.can-toggle label .can-toggle__switch {
  height: 36px;
  flex: 0 0 134px;
  border-radius: 4px;
}
.can-toggle label .can-toggle__switch:before {
  left: 67px;
  font-size: 12px;
  line-height: 36px;
  width: 67px;
  padding: 0 12px;
}
.can-toggle label .can-toggle__switch:after {
  top: 2px;
  left: 2px;
  border-radius: 2px;
  width: 65px;
  line-height: 32px;
  font-size: 12px;
}
.can-toggle label .can-toggle__switch:hover:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}


.can-toggle2 label .can-toggle__switch {
    transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
    background: #21507c;
}
.can-toggle2 label .can-toggle__switch:after {
    transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
    transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
    transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1), -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
    color: #21507c;
}
.can-toggle2 input[type="checkbox"]:hover ~ label {
    color: #507dab;
}
.can-toggle2 input[type="checkbox"]:focus ~ label .can-toggle__switch:after,
.can-toggle2 input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
    color: #507dab;
}
.can-toggle2 input[type="checkbox"]:focus ~ label .can-toggle__switch,
.can-toggle2 input[type="checkbox"]:hover ~ label .can-toggle__switch {
    background-color: #507dab;
}

.input-group-text {
    padding: 0.3rem 0.75rem;
    border-radius: 0;
}


.processBoxMain .sellPQProcess > .col .row{
    border: 0px solid #21507c;
    border-radius: 0;
    /*overflow: hidden;*/
    width: calc(100% - 102px);
    float: left;
    height: 100%;
    position: relative;
    z-index: 7;
    margin-right: -80px !important;
}
.processBoxMain .sellPQProcess > .col .col {
    border-left: 2px solid #21507c;
    font-size: 14px;
    font-weight: bold;
    color: #21507c;
    width: 100%;
    max-width: 100%;
}
.processBoxMain .sellPQProcess > .col .col:first-child{
    border-left:0;
    width: 100%;
    padding-left: 9px;
}
.processBoxMain .sellPQProcess .col .processBox {
    border-radius: 0;
    width: auto;
    text-align: left;
}
/*.processBoxMain .sellPQProcess .col:first-child .processBox{
    padding-left: 20px;
}
.processBoxMain .sellPQProcess .col:first-child:before{
    display: none;
}*/
.processBoxMain .sellPQProcess > .col .col.pending {
    background-color: #ebebeb;
}
.processBoxMain .sellPQProcess > .col .col.active {
    background-color: #30f558;
}
.processBoxMain .sellPQProcess > .col .col.inprogress {
    background-color: #f5c330;
}
.left-sidebar .navbar {
    position: fixed;
    left: 0;
    top: 0;
    width: 140px;
    z-index: 77777;
    background: #fff;
    padding: 10px;
}
.left-sidebar .navbar .navbar-brand{
    padding: 0;
    margin: 0;
    text-align: center;
}
.left-sidebar .navbar .navbar-brand img{
    width: 100%;
}
.processBoxMain .sellPQProcess .col {
    background: transparent;
    padding: 0;
    display: inline-block;
    width: auto;
    max-width: max-content;
    width: 210px;
}



.steps:not(.is-vertical).has-content-centered .steps-content p{
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #21507c;
}
.steps:not(.is-vertical) {
    padding: 0;
    list-style: none;
}

.steps .steps-segment.last-child:after {
    display: none;
}
.steps:not(.is-hollow) .steps-segment.is-active.is-not-started .steps-content p,
.steps:not(.is-hollow) .steps-segment.is-active~.steps-segment  .steps-content p{
    color: #a9a9a9;
}


.processBoxMain .sellPQProcess .col .processBox:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0;
    vertical-align: 0;
    content: "";
    border-top: 2.9em solid transparent;
    border-right: 1em solid transparent;
    border-bottom: 2.9em solid transparent;
    border-left: 2em solid #21507c;
    left: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 78;
}

.processBoxMain .sellPQProcess > .col .processBox:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0;
    vertical-align: 0;
    content: "";
    border-top: 4.5em solid transparent;
    border-right: 3em solid transparent;
    border-bottom: 4.5em solid transparent;
    border-left: 3em solid #ffffff;
    left: -6px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 77;
}



.btnNext.btn-primary{
    float: Right;
    color: #fff;
}
.btnNext.btn-primary:before {
    display: inline-block;
    left: 100%;
    top: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(255, 96, 0, 0);
    border-left-color: #21507c;
    border-width: 18px;
}
.btnNext.btn-primary:hover:before{
    border-left-color:#5b85b0
}


.btnPrevious.btn-primary{
    float: left;
    color: #fff;
}
.btnPrevious.btn-primary:before {
    display: inline-block;
    right: 100%;
    top: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(255, 96, 0, 0);
    border-right-color: #21507c;
    border-width: 18px;
}
.btnPrevious.btn-primary:hover:before{
    border-right-color:#5b85b0
}


.ibox .tab-pane p{
    font-size: 16px;
    margin: 3px 0 10px;
    display: inline-block;
    color: #4e4e4e;
    font-weight: 300;
    width: 100%;
}

.ibox .tab-pane p a {
    color: #21507c;
    margin-left: 7px;
    font-weight: 600;
}
.ibox .tab-pane ul.text-left {
    color: #15518f;
    list-style: disc;
    font-size: 24px;
}

.pagination-tabs li.ui-tabs-active .circle-box:before {
    border: 2px solid #21507c;
}
.pagination-tabs li.ui-tabs-active .circle-box span:before {
    color: #21507c;
}

.sidebar-nav ul li .nav-tabs .nav-link, .sidebar-nav ul li .nav-tabs .nav-item .nav-link {
    color: #ffffff;
    background-color: #6eaae6;
    border: 0;
    border-top: 1px solid #fff;
    font-size: 14px;
}
.sidebar-nav ul li .nav-tabs .nav-item {
    margin-bottom: 0;
}
.sidebar-nav ul li .nav-tabs .nav-link.active{
    background-color: #3f77a7;
}

table.dataTable.display tbody>tr.even.selected>.sorting_1,
table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_1 {
    background-color: #deeaf7;
}
table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected {
    background-color: #deeaf7;
}
table.dataTable.stripe tbody>tr.odd.selected,
table.dataTable.stripe tbody>tr.odd>.selected,
table.dataTable.display tbody>tr.odd.selected,
table.dataTable.display tbody>tr.odd>.selected {
    background-color: #deeaf7;
}
table.dataTable.display tbody>tr.odd.selected>.sorting_1,
table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_1 {
    background-color: #deeaf7;
}
table.dataTable.hover tbody>tr.selected:hover,
table.dataTable.hover tbody>tr>.selected:hover,
table.dataTable.display tbody>tr.selected:hover,
table.dataTable.display tbody>tr>.selected:hover {
    background-color: #deeaf7;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(77, 150, 216, 0.09);
}
table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before {
    content: ' ';
    margin-top: -6px;
    margin-left: -6px;
    border: 1px solid #21507c;
    border-radius: 3px;
}
table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
    content: '\2714';
    margin-top: -11px;
    margin-left: -4px;
    text-align: center;
    text-shadow: 1px 1px #deeaf7, -1px -1px #deeaf7, 1px -1px #deeaf7, -1px 1px #deeaf7;
    color: #21507c;
}
.checkBoxGrp{
    list-style: none;
}

.ibox-content table.table-bordered tbody td.btnTd i{
    color: #fff;
}

.dropzone {
    min-height: 140px;
    border: 1px dashed #21507c;
    background: white;
    padding: 20px 20px;
}
#myUL ul li li > span.active {
    display: block;
    font-weight: bold;
    color: #21507c;
}
#myUL ul li li.active {
    display: block;
    font-weight: bold;
    color: #fff;
    background: #21507c;
    margin-right: 0;
    position: relative;
}
#myUL ul li li.active:before {
    display: inline-block;
    left: 100%;
    top: 1px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(255, 96, 0, 0);
    border-left-color: #21507c;
    border-width: 12px;
    bottom: 0;
}
.pdfList h3,
.pdfFolder h3 {
    font-size: 16px;
    font-weight: normal;
    color: #21507c;
    word-break: break-word;
}
.pdfList ul{
    padding: 0;
    list-style: none;
}
.pdfList ul li a{
    color: #5d5d5d;
    font-size: 14px;
}

#myUL li > span{
    font-size: 13px;
    width: 100%;
    display: inline-block;
    padding: 7px 10px;
    border: 1px dotted #6c757d;
    margin-bottom: 7px;
    color: #6c757d;
    cursor: pointer;
}
#myUL li > span.active{
    background: #21507c;
    color: white;
    border-color: #3e78ac;
}
#myUL ul li li > span{
    font-size: 15px;
}
#myUL ul li ul li li > span{
    font-size: 13px;
}
.pdfList .border {
    border: 1px solid #21507c !important;
}
.introjs-disabled{
    display: none;
}
.pdfFolder{
    width: 380px;
    max-width: 380px;
}
.pdfList{
    width: 100%;
    max-width: calc(100% - 380px);
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
#myUL li .nested li{
    text-align: center;
}
.folder-list{
    font-size: 13px;
    width: 100%;
    display: inline-block;
    padding: 15px 10px;
    border: 1px dotted #6c757d;
    margin-bottom: 7px;
    color: #6c757d;
}
.folder-list i {
    margin-right: 7px;
    width: 100%;
    font-size: 0;
    margin-bottom: 15px;
    display: inline-block;
    text-align: center;
}
.folder-list.active{
    background: #21507c;
    color: white;
    border-color: #3e78ac;
}
.dropzone .dz-message {
    text-align: center;
    margin: 0 0 0;
}


.VDRfolder .pdfFolder {
    width: 200px;
    max-width: 200px;
}
.VDRfolder .pdfList {
    max-width: calc(100% - 400px);
}
.folder-list i.fa-download {
    margin-right: 0;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 10px;
}

#myUL .caret i{
    margin-right: 0;
    width: 100%;
    display: inline-block;
}
#myUL .caret i svg{
    width: 60px;
    height: 60px;
}
.folder-list i svg{
    width: 40px;
    height: 55px;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
    top: 0.9em;
}
.folder-list i.download-file{
    width: 20px;
    margin:10px 0 0;
    width: 100%;
    display: inline-block;
}
.folder-list i.download-file svg{
    width: 20px;
}

#myUL li > span,
.folder-list{
    position: relative;
}
#myUL li > span:hover,
.folder-list:hover{
    border-color: transparent;
}
#myUL li > span:before,
.folder-list:before {
    top: 50%;
    left: 50%;
    border-top: 5px solid #21507c;
    border-bottom: 5px solid #21507c;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    transform: scale(0,1) translate(-50%, -50%);
    height: 100%;
}

#myUL li > span:after,
.folder-list:after  {
    top: 50%;
    left: 50%;
    border-right: 5px solid #21507c;
    border-left: 5px solid #21507c;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    transform: scale(1,0) translate(-50%, -50%);
    width: 100%;
    height: 100%;
}
#myUL li > span:before,
#myUL li > span:after,
.folder-list:before,
.folder-list:after {
    position: absolute;
    content: '';
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
#myUL li > span:hover:before,
#myUL li > span:hover:after,
.folder-list:hover:before,
.folder-list:hover:after {
    opacity: 1;
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.folder-list span{
    display: inline-block;
    width: 100%;
}
.folder-list span a{
    width: 35px;
    height: 35px;
    display: inline-block;
    margin: 7px 3px 0px;
    padding: 8px;
    border-radius: 50px;
    cursor: pointer;
    border: 1px solid #dee2e6;
    transition: unset;
}

.folder-list span a *{
    transition: unset;
}
.folder-list:hover span a{
    background: #21507c;
    color: #fff !important;
    cursor: pointer;
}
.folder-list span a svg{
    height: 18px;
    width: 15px;
}

.processBoxMain .sellPQProcess .col.active {
    max-width: calc(100% - 652px);
    width: calc(100% - 652px);
}

.processBoxMain .sellPQProcess .col{
    position: relative;
    z-index: 777;
}
.processBoxMain .sellPQProcess .col + .col{
    position: relative;
    z-index: 776;
}
.processBoxMain .sellPQProcess .col + .col + .col{
    position: relative;
    z-index: 775;
}
.processBoxMain .sellPQProcess .col + .col + .col + .col{
    position: relative;
    z-index: 774;
}


.header .sellPQProcess .col .processBox {
    padding: 6px 30px 6px 60px;
}
.header .processBoxMain .sellPQProcess > .col .processBox:before {
    border-left: 0em solid #c0daf1;
}

.header .sellPQProcess .col .processBox h2 {
    margin: 0;
}
.header .processBoxMain .sellPQProcess .col .processBox:after {
    border-top: 2.1em solid transparent;
    border-right: 0em solid transparent;
    border-bottom: 2.1em solid transparent;
    border-left: 2em solid #21507c;
}
.header .processBoxMain .sellPQProcess > .col .processBox:before {
    border-left: 2.5em solid #c0daf1;
    border-top: 2.5em solid transparent;
    border-right: 0em solid transparent;
    border-bottom: 2.5em solid transparent;
}
.processBoxMain .sellPQProcess .col .processBox:before {
    /* content: ''; */
    /* display: inline-block; */
    /* width: 15px; */
    /* height: 15px; */
    /* background-color: #dbdbdb; */
    /* right: 0px; */
    /* position: absolute; */
    /* top: 7px; */
    /* z-index: 1000; */
    /* border-radius: 100%; */
}
.processBoxMain .sellPQProcess .col .processBox.complete:before {
    /* background-color: #23d160; */
}
.processBoxMain .sellPQProcess .col .processBox.inprogress:before {
    /* background-color: #ffd045; */
}
.processBoxMain .sellPQProcess > .col .row{
    display: none;
}
.processBoxMain .sellPQProcess > .col.active .row{
    display: flex;
    width: calc(100% - 102px);
}
.processBoxMain .sellPQProcess > .col.step2 .row {
    width: calc(100% - 185px);
}
.processBoxMain .sellPQProcess > .col.step3 .row {
    width: calc(100% - 152px);
}
.processBoxMain .sellPQProcess > .col.step4 .row {
    width: calc(100% - 206px);
}

.processBoxMain .sellPQProcess > .col .row{
    width: 0;
}
.processBoxMain .sellPQProcess > .col.step2.active {
    max-width: calc(100% - 573px);
    width: calc(100% - 573px);
}
.processBoxMain .sellPQProcess > .col.step3.active {
    max-width: calc(100% - 606px);
    width: calc(100% - 606px);
}
.processBoxMain .sellPQProcess > .col.step4.active {
    max-width: calc(100% - 573px);
    width: calc(100% - 573px);
}
.header .processBoxMain .sellPQProcess .col .processBox {
    padding: 8px 15px 8px 40px;
    width: 210px;
    text-align: center;
    height: 68px;
    display: inline-block;
}
.header .processBoxMain .sellPQProcess .col:first-child .processBox {
    padding-left: 36px;
}
.processBoxMain .sellPQProcess .col .processBox{
    padding: 15px 30px 15px 60px;
}

#questionWizard #regForm .row.topManage {
    margin: 0;
}
#questionWizard #myTab{
    margin: 0 -15px 0 -15px;
}
#questionWizard #myTab .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-radius: 0;
    color: #21507c;
}
#questionWizard #myTab .nav-tabs .nav-link.active,
#questionWizard #myTab .nav-tabs .nav-item.show .nav-link {
    color: #ffffff;
    background-color: #21507c;
    border-color: #21507c #21507c #21507c;
    border-top-color: #21507c;
    border-radius: 0;
}
#questionWizard .nav.nav-pills {
    border-bottom: 0px solid #dee2e6;
    -webkit-transition: unset;
    -moz-transition: unset;
    -o-transition: unset;
    transition: unset;
    margin-bottom: 7px;
}
#questionWizard .nav.nav-pills.row{
    margin-top: -15px;
}
#questionWizard .nav-pills .nav-link {
    position: relative;
    display: inline-block;
    border: 0;
    cursor: pointer;
    transition: all 0.1s;
    -o-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    padding: 0 20px;
    background: #e5e5e5;
    font-size: 15px;
    line-height: 49px;
    margin: 0 5px 5px 0;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 2px rgba(0,0,0,0.2);
    color: #21507c;
    font-weight: 700;
}
#questionWizard .nav-pills .nav-link.active,
#questionWizard .nav-pills .show > .nav-link,
#questionWizard .nav-pills .nav-link:focus,
#questionWizard .nav.nav-pills .ui-state-active a,
#questionWizard .nav.nav-pills .ui-tabs-active a {
    color: #FFF;
    background-color: #21507c;
    opacity: 1;
}
#questionWizard .nav-pills .nav-link:hover{
    border-color: transparent;
    background-color: #c0daf1;
    color: #21507c;
}

.navbar2 .processBoxMain .sellPQProcess .col{
    max-width: unset;
}
.navbar2.navbar-expand-xl .navbar-nav,
.navbar2.navbar-expand-xl .navbar-nav li{
    width: 100%;
    margin: 0;
}
.navbar2.navbar-expand-xl .navbar-nav .processBoxMain .sellPQProcess > .col .row{
    width: 100%;
    display: flex;
}
.navbar2.navbar-expand-xl .navbar-nav .processBoxMain .sellPQProcess > .col:before{
    display: none;
}
.navbar2.navbar-expand-xl .navbar-nav .processBoxMain .sellPQProcess {
    padding-right: 0;
}
.header .navbar2 {
    background-color: #ffffff;
    z-index: 77;
    margin-top: 0;
    min-height: 56px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 78PX;
}
.header .processBoxMain .sellPQProcess .col.active {
    max-width: max-content;
    width: auto;
}
.header .processBoxMain .sellPQProcess .col.active .processBox{
    background: #4d96d8;
    height: 68px;
    margin-bottom: -50px;
}
.header .processBoxMain .sellPQProcess .col.active .processBox:after {
    border-top: 2.1em solid transparent;
    border-right: 1em solid transparent;
    border-bottom: 2.1em solid transparent;
    border-left: 2em solid #4d96d8;
}
.header .processBoxMain .sellPQProcess .col.active .processBox p {
    /* color: #21507c; */
}
.navbar-expand-xl .navbar-nav.nav-right li {
    margin: 0px;
}
.header .top-navbar .navbar-nav.nav-right > .nav-item > .nav-link {
    padding: 27px 0;
    display: inline-block;
    border: 0;
    border-left: 0;
    margin: -6px 15px 0 0;
    color: #21507c;
    border-radius: 0;
    cursor: pointer;
    white-space: nowrap;
}
.header .top-navbar .navbar-nav.nav-right > .nav-item > .nav-link.alert {
    padding: 22px 0;
}
.header .top-navbar .navbar-nav.nav-right > .nav-item > .nav-link:hover {
    background: #21507c00;
    color: #4d96d8;
    -webkit-transition: unset;
    -moz-transition: unset;
    -o-transition: unset;
    transition: unset;
}
.header .top-navbar .navbar-nav.nav-right > .nav-item > .nav-link:hover svg {
    color: #4d96d8;
    fill: #4d96d8;
    -webkit-transition: unset;
    -moz-transition: unset;
    -o-transition: unset;
    transition: unset;
}
.header .top-navbar .navbar-nav.nav-right > .nav-item > .dropdown-toggle:hover:after {
    border-top: 0.3em solid #4d96d8;
}
.header .top-navbar .navbar-nav.nav-right > .nav-item * {
    -webkit-transition: unset;
    -moz-transition: unset;
    -o-transition: unset;
    transition: unset;
}
.header .navbar-brand {
    padding: 10px;
    background: transparent;
    margin-right: 0;
    z-index: 7777;
    position: relative;
}
.dropdown-menu {
    z-index: 7777777;
}

.tab-pane .ibox-content.firm-details {
    opacity: 0;
    animation: slide-up 1s ease-out;
}

.tab-pane.active .ibox-content.firm-details {
    opacity: 1;
    animation: slide-down 1s ease-out;
}
.bizConVal .tab{
    opacity: 1;
    animation: slide-down 1s ease-out;
}



@keyframes slide-down {
    0% { opacity: 0; transform: scale(0.1,0.1); }
    100% { opacity: 1; transform: scale(1,1); }
}
@keyframes slide-up {
    0% { opacity: 1; transform: scale(1,1);  }
    100% { opacity: 0; transform: scale(0.1,0.1); }
}

.tab-pane .card {
    border: 1px solid rgb(96, 160, 215);
}
.tab-pane .card-header {
    background-color: rgb(96, 160, 215);
    border-bottom: 1px solid rgb(96, 160, 215);
    color: #fff;
    font-weight: 600;
}
.firm-details.ibox-content .tab-pane .card h4 {
    font-size: 19px;
    margin-top: 24px;
}
.radio {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}
.radio [type=radio]:checked, .radio [type=radio]:not(:checked) {
    position: absolute;
    opacity: 0;
    width: 100%;
    left: 0;
    visibility: visible;
    z-index: 7777;
    height: 100%;
}
.radio lable:before {
    position: absolute;
    border-radius: 50%;
    top: 4px;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #4d96d8 solid 1px;
}
.radio [type=radio]:checked~lable:before {
    color: #fff;
    border-color: #4d96d8;
    background-color: #4d96d8;
}
.radio lable{
    font-size: 14px;
    line-height: 0;
    font-weight: 700;
}
.ibox-content table.dataFillChk.table-bordered tbody td a{
    color: #21507c;
}
.small-caps {
    font-variant: small-caps;
    font-size: 100%;
}



.uploadFile {
  width: 400px;
}

.uploadFile .file-upload-wrapper {
  /* position: relative; */
  width: 100%;
  height: 24px;
}
.file-upload-wrapper:after {
  content: attr(data-text);
  font-size: 13px;
  position: absolute;
  top: 4px;
  right: -7px;
  background: transparent;
  padding: 3px 0;
  display: block;
  width: calc(100% - 30px);
  pointer-events: none;
  z-index: 20;
  height: 29px;
  line-height: 20px;
  color: #21507c;
  border-radius: 0;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.uploadFile .file-upload-wrapper:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f067";
    position: absolute;
    top: 5px;
    left: 6px;
    display: inline-block;
    height: 24px;
    background: transparent;
    color: #21507c;
    z-index: 25;
    font-size: 11px;
    line-height: 21px;
    padding: 0 5px;
    text-transform: uppercase;
    pointer-events: none;
    border-radius: 50%;
    border: 2px solid #21507c;
}
.uploadFile .file-upload-wrapper:hover:before {
  background: transparent;
}
.uploadFile .file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 40px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}
.phaseProcessBox{
    padding: 0;
    margin-top: 2px;
    list-style: none;
    z-index: 77777;
    position: absolute;
    display: inline-block;
    width: auto;
    left: calc(50% + 1rem);
    bottom: -6px;
    transform: translate(-50%, 0);
    margin-left: 0;
    white-space: nowrap;
}
.navbar-expand-xl .navbar-nav li .phaseProcessBox li{
    display: inline-block;
    margin: 0;
    vertical-align: top;
}
.phaseProcessBox li a:before {
    display: inline-block;
    content: '';
    height: 12px;
    width: 12px;
    background-color: #ffffff;
    vertical-align: top;
    float: left;
}
.phaseProcessBox li.complete a:before {
    display: inline-block;
    content: '';
    height: 12px;
    width: 12px;
    background-color: #23d160;
    vertical-align: top;
}




.steps:not(.is-vertical).has-content-centered .steps-segment.active .steps-content,
 .steps:not(.is-vertical).has-content-centered .steps-segment:hover .steps-content{
    background: #4d96d8;
    color: #fff;
}

.steps:not(.is-vertical).has-content-centered .steps-segment.active .steps-content p,
.steps:not(.is-vertical).has-content-centered .steps-segment:hover .steps-content p{
    color: #ffffff;
}
.processBoxMain .sellPQProcess .col.active .processBox.complete:before {
    top: 34px;
}
.processBoxMain .sellPQProcess .col.active .processBox.complete:after {
    top: 34px;
}

.header .navbar1 {
    z-index: 777777;
}
.header .processBoxMain .sellPQProcess .col.active:before {
    content: '';
    display: inline-block;
    height: 18px;
    width: 100%;
    background: #4d96d8;
    position: absolute;
    top: 100%;
    left: -9px;
    transform: skew(-43deg, 0deg);
    z-index: 7777777777777;
}
/*#questionWizard .nav-pills .nav-link.active,
#questionWizard .nav-pills .show > .nav-link,
#questionWizard .nav-pills .nav-link:focus {
    color: #fff;
    background-color: transparent;
    opacity: 1;
}

#questionWizard .nav-pills .nav-link{
    padding: 0;
    background: transparent;
    -webkit-transition: unset;
    -moz-transition: unset;
    -o-transition: unset;
    transition: unset;
    margin-right: -30px;
}
#questionWizard .nav-pills .nav-link *{
    -webkit-transition: unset;
    -moz-transition: unset;
    -o-transition: unset;
    transition: unset;
}
#questionWizard .nav-pills .nav-link span{
    padding: 0 15px;
    background: #fff;
}
#questionWizard .nav-pills .nav-link:before,
#questionWizard .nav-pills .nav-link span,
#questionWizard .nav-pills .nav-link:after{
    display: table-cell;
}

#questionWizard .nav-pills .nav-link:before {
    content: '';
    width: 0px;
    background: transparent;
    border-left: 1.6em solid transparent;
    border-top: 1.6em solid white;
    border-right: 1em solid white;
    border-bottom: 1.6em solid white;
}

#questionWizard .nav-pills .nav-link:after {
    content: '';
    width: 0px;
    background: transparent;
    border-left: 1.6em solid white;
    border-top: 1.6em solid transparent;
    border-right: 1em solid transparent;
    border-bottom: 1.6em solid transparent;
}

#questionWizard .nav-pills .nav-link:hover {
    border-color: transparent;
    background-color: transparent;
}


#questionWizard .nav-pills .nav-link.active span,
#questionWizard .nav-pills .show > .nav-link span,
#questionWizard .nav-pills .nav-link:focus span,
#questionWizard .nav-pills .nav-link:hover span {
    color: #fff;
    background-color: #21507c;
    opacity: 1;
}


#questionWizard .nav-pills .nav-link.active:before,
#questionWizard .nav-pills .show > .nav-link:before,
#questionWizard .nav-pills .nav-link:focus:before,
#questionWizard .nav-pills .nav-link:hover:before {
    content: '';
    width: 0px;
    background: transparent;
    border-left: 1.6em solid transparent;
    border-top: 1.6em solid #21507c;
    border-right: 1em solid #21507c;
    border-bottom: 1.6em solid #21507c;
}

#questionWizard .nav-pills .nav-link.active:after,
#questionWizard .nav-pills .show > .nav-link:after,
#questionWizard .nav-pills .nav-link:focus:after,
#questionWizard .nav-pills .nav-link:hover:after  {
    content: '';
    width: 0px;
    background: transparent;
    border-left: 1.6em solid #21507c;
    border-top: 1.6em solid transparent;
    border-right: 1em solid transparent;
    border-bottom: 1.6em solid transparent;
}


#questionWizard .nav-pills .nav-link.complete span {
    color: #fff;
    background-color: #4d96d8;
    opacity: 1;
}


#questionWizard .nav-pills .nav-link.complete:before{
    content: '';
    width: 0px;
    background: transparent;
    border-left: 1.6em solid transparent;
    border-top: 1.6em solid #4d96d8;
    border-right: 1em solid #4d96d8;
    border-bottom: 1.6em solid #4d96d8;
}

#questionWizard .nav-pills .nav-link.complete:after{
    content: '';
    width: 0px;
    background: transparent;
    border-left: 1.6em solid #4d96d8;
    border-top: 1.6em solid transparent;
    border-right: 1em solid transparent;
    border-bottom: 1.6em solid transparent;
}

*/
body.showIframe{
    padding-right: 500px;
}
#activeIframe{
    cursor: pointer;
}

.iframeBox {
    position: fixed;
    height: calc(100% - 136px);
    width: 500px;
    top: 136px;
    right: 0;
    border: 0;
    border-left: 2px solid #21507c;
    display: none;
    border-top:2px solid #21507c;
}
.closeBtn {
    position: fixed;
    top: 150px;
    right: 30px;
    z-index: 77;
    display: none;
    cursor: pointer;
}
.navbar2 .processBoxMain .sellPQProcess .col.stepsPhase{
    display: none;
}
.navbar2 .processBoxMain .sellPQProcess .col.stepsPhase.active {
    display: block;
    width: 100%;
    max-width: 100%;
}
.phaseProcessBox li{
    display: inline-block;
}

.header .processBoxMain .sellPQProcess .col .processBox a {
    display: inline-block;
    z-index: 77777;
    position: relative;
    width: 100%;
    vertical-align: top;
}
.header .processBoxMain .sellPQProcess .col:first-child .phaseProcessBox{
    left: calc(50% - 4px + 1rem);
}
.navbar-expand-xl #navbar1 .navbar-nav{
    /*width: 100%;*/
    margin: 5px 0;
}
.navbar-expand-xl #navbar1 .navbar-nav li.nav-item.dropdown{
    /*width: 100%;*/
}
#navbar2 {
    max-width:300px;
}

#nav-pills.sticky{
    z-index: 7777;
    position: fixed;
    left: 0;
    top: 135px;
    height: auto;
    padding: 9px 15px;
    background: #fff;
    border-top: 1px solid #21507c;
    box-shadow: 0 0 1px rgba(76,86,103,.25), 0 2px 5px rgba(31,37,50,.32);
    -webkit-box-shadow: 0 0 1px rgba(76,86,103,.25), 0 2px 5px rgba(31,37,50,.32);
    -moz-box-shadow: 0 0 1px rgba(76,86,103,.25),0 2px 5px rgba(31,37,50,.32);
}
#questionWizard .sticky .nav.nav-pills,
#questionWizard .sticky .fixed-nav-pills {
     position: relative;
     top: 0;
     z-index: 777;
     -webkit-transition: unset;
     -moz-transition: unset;
     -o-transition: unset;
     transition: unset;
     margin-bottom: 0;
}
#nav-pills{
    -webkit-transition: unset;
    -moz-transition: unset;
    -o-transition: unset;
    transition: unset;
    /*position: fixed;
    top: 135px;
    z-index: 777;
    padding: 9px 15px;
    left: 0;
    border-top: 1px solid #21507c;*/
}
/*#questionWizard{
    padding-top: 70px;
}*/
.ibox{
    -webkit-transition: unset;
    -moz-transition: unset;
    -o-transition: unset;
    transition: unset;
}
.sticky + .ibox{
   margin-top: 70px;
    -webkit-transition: unset;
    -moz-transition: unset;
    -o-transition: unset;
    transition: unset;
}

@media (max-width: 1660px){
    .header .processBoxMain .sellPQProcess .col:first-child .processBox {
        padding-left: 39px;
    }
    .header .processBoxMain .sellPQProcess .col .processBox {
        padding: 8px 15px 8px 50px;
        width: auto;
    }
    .navbar-expand-xl #navbar1 .navbar-nav li.nav-item.dropdown {
        /*width: 100%;
        margin: 0;
        padding: 0 15px;*/
    }
    .processBoxMain .sellPQProcess {
        width: auto;
    }


}

@media (max-width: 1400px){
    .header .processBoxMain .sellPQProcess .col .processBox {
        padding: 8px 5px 8px 40px;
        width: auto;
    }
}
@media (max-width: 1330px){
    .header .top-navbar a.navbar-brand img {
        max-width: 215px;
    }

}
@media (max-width: 1199px){
    .processBoxMain .sellPQProcess .col.active .processBox:before,
    .processBoxMain .sellPQProcess .col.active .processBox:after,
    .header .processBoxMain .sellPQProcess .col .processBox:after,
    .header .processBoxMain .sellPQProcess > .col .processBox:before{
        display: none;
    }
    .header .processBoxMain .sellPQProcess .col .processBox {
        padding: 8px 20px;
        width: auto;
        margin: 0;
    }
    .header .processBoxMain .sellPQProcess .col .phaseProcessBox,
    .header .processBoxMain .sellPQProcess .col:first-child .phaseProcessBox {
        left: 50%;
    }
    .header .processBoxMain .sellPQProcess .col:first-child .processBox {
        padding-left: 20px;
    }
    .navbar1 .processBoxMain .sellPQProcess{
        padding-left: 34px;
    }
    .navbar1 .navbar-nav{
        display: inline-block;
    }
    .navbar1 li.nav-item.dropdown {
        display: inline-block;
        vertical-align: text-bottom;
    }
    .header .top-navbar .navbar-nav.nav-right > .nav-item > .nav-link.alert{
        padding: 22px 5px;
        display: inline-block;
        margin: 0;
    }
    .header .top-navbar .navbar-nav.nav-right > .nav-item > .nav-link {
        padding: 22px 5px;
        display: inline-block;
        margin: 0;
    }
    .navbar-light .navbar-toggler {
        vertical-align: top;
        margin-top: 16px;
        color: #60a0d7;
        border: 2px solid #60a0d7;
        padding: 8px 8px 6px 8px;
        /*float: right;*/
        margin-right: 35px;
    }
    .navbar2.navbar-expand-xl .navbar-nav .processBoxMain .sellPQProcess {
        padding-left: 0;
    }
    .header .navbar2 {
        position: relative;
        width: 100%;
        top: 0;
    }
    .header .processBoxMain .sellPQProcess .col.active:before{
        left: 0;
        transform: unset;
        display: none;
    }
    .header{
        position: relative;
        z-index: 7777;
    }
    .remove-header {
        margin-top: 0;
    }
    .page-wrapper{
        padding-top: 0;
    }
    .processBoxMain .sellPQProcess > .col .col:first-child {
        padding-left: 0;
    }
    .steps:not(.is-vertical) .steps-segment:not(:last-child) {
        width: 100%;
        text-align: left;
    }
    .steps:not(.is-vertical).has-content-centered::after {
        display: none;
    }
    .page-wrapper {
        padding-top: 0;
        min-height: calc(100vh - 78px);
    }
    #questionWizard .nav.nav-pills,
    #questionWizard .fixed-nav-pills {
        position: relative;
        top: 0;
    }
    .navbar-nav .dropdown-menu {
        position: absolute;
        float: none;
        right: 0;
        left: inherit;
    }

    #nav-pills.sticky{
        top: 0px;
    }
    .showIframe .sticky {
        width: calc(100% - 500px) !important;
    }
    .iframeBox {
        position: fixed;
        height: 100%;
        width: 500px;
        top: 0;
        right: 0;
        border: 0;
        border-left: 2px solid #21507c;
        display: none;
        border-top: 2px solid #21507c;
    }
    .closeBtn {
        position: fixed;
        top: 15px;
        right: 30px;
        z-index: 77;
        display: none;
        cursor: pointer;
    }
}
@media screen and (max-width: 768px){
.steps:not(.is-horizontal) .steps-content {
    margin-left: 0;
    margin-top: 0;
    padding-left: 1em;
    padding-bottom: .5em;
    text-align: left;
}
.steps:not(.is-horizontal) .steps-segment:not(:last-child) {
    min-height: auto;
}
.steps:not(.is-horizontal) .steps-segment:not(:last-child):after,
.header .processBoxMain.active .sellPQProcess .col.active:before {
    display: none;
}
.processBoxMain .sellPQProcess > .col .col:first-child {
    padding-left: 0;
}
.header .processBoxMain .sellPQProcess .col:first-child .processBox {
    padding-left: 10px;
}
.header .processBoxMain .sellPQProcess .col .processBox {
    padding: 8px 10px 30px 10px;
    height: 100% !important
}
.navbar1 .processBoxMain .sellPQProcess {
    padding: 0 10px;
}
}

.login-right.register{
    height: auto;
}
.header .top-navbar .navbar-nav.nav-right > .nav-item > .nav-link.alert label{
    margin: 0 7px 0 0;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    cursor: pointer;
}
.header .top-navbar .navbar-nav.nav-right > .nav-item > .nav-link.alert label.text-warning {
    color: #FF5722 !important;
}

.ibox-content table.table-bordered tbody td .file-upload-wrapper:after {
    top: 0px;
    right: -7px;
}

.ibox-content table.table-bordered tbody td .uploadFile .file-upload-wrapper:before {
    top: 0px;
    left: -1px;
}

a.btn-primary:not([href]):not([tabindex]) {
    color: #fff;
}


.tab-content ol li a{
    color: #21507c;
}

.pointerEvent{
    pointer-events: none;
}
.mn .pointerEvent{
    pointer-events: unset;
}

.admin .page-wrapper {
    width: calc(100% - 140px);
    margin-left: 140px;
}
.admin .left-sidebar {
    overflow-y: auto;
    display: block;
    padding-top: 0;
    margin-top: 78px;
    height: calc(100% - 78px);
}
.admin .sidebar-nav {
    padding: 0;
    display: block;
}

.firm-details.ibox-content .tab-pane ul{
    padding-left: 20px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    border: 0px solid transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 0px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover a {
    background-color: #c0daf1;
}
table.dataTable.no-footer {
    border-bottom: 0px solid #111;
}
table.dataTable thead th {
    background-image: url(../images/sort_both.png);
}
.firm-details.ibox-content .tab-pane ul{
    padding-left: 20px;
}




.ie #navbar1 > .navbar-nav .processBoxMain .sellPQProcess{
    width: 910px;
}
.ie #navbar1 > .navbar-nav .processBoxMain .sellPQProcess .col,
.ie #navbar1 > .navbar-nav .processBoxMain .sellPQProcess .col .processBox{
    width: 210px;
}
.ie #navbar1 > .navbar-nav{
    width: 100%;
}
.ie #navbar1 > .navbar-nav >.nav-item.dropdown{
    width: 100%;
    margin: 5px;
}
/*.ie .login-form{
    margin-top: 20%;
}*/

@media (max-width: 1600px){
    .ie #navbar1 > .navbar-nav .processBoxMain .sellPQProcess{
        width: 710px;
    }
    .ie #navbar1 > .navbar-nav .processBoxMain .sellPQProcess .col,
    .ie #navbar1 > .navbar-nav .processBoxMain .sellPQProcess .col .processBox{
        width: auto;
    }
    .ie #navbar1 > .navbar-nav .processBoxMain .sellPQProcess .col {
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: none;
      max-width: none;
    }
}

@media (max-width: 1400px){
    .ie #navbar1 > .navbar-nav .processBoxMain .sellPQProcess{
        width: 100%;
        margin: 4px 0 !important;
    }
    /*.navbar-expand-xl #navbar1 .navbar-nav li.nav-item.dropdown .processBoxMain{
        margin: 0;
    }*/
    .navbar-expand-xl #navbar1 .navbar-nav li.nav-item.dropdown {
        margin: 0;
    }
    .navbar-expand-xl .navbar-nav li {
        margin: 0 4px;
    }
    .navbar1 .processBoxMain .sellPQProcess {
        padding: 0 3px;
    }
}

@media (max-width: 1024px){
    body.showIframe {
        padding-right: 0;
    }
    .iframeBox {
        height: 100%;
        width: 100%;
        top: 0;
        right: 0;
        z-index: 77777777;
        border: 2px solid #21507c;
    }
    .closeBtn {
        position: fixed;
        top: 12px;
        right: 30px;
        z-index: 77777778;
        display: none;
        cursor: pointer;
    }
    .paymentinput .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (max-width: 575px){
    .login-form {
        padding: 32px 10px 20px 10px;
    }
    .rem-pwd {
        padding-top: 0;
        text-align: center;
        padding-bottom: 10px;
    }
    .login-form .text-right{
        text-align: center !important;
    }
}


.navbar2.navbar-expand-xl .navbar-nav li.steps-segment.hasChilds:hover ul.valSubMenu {
    display: block;
}
ul.valSubMenu {
    position: absolute;
    display: none;
    top: 57px;
    padding: 0;
    list-style: none;
    z-index: 7777777;
    width:100%;
    background:#fff;
    border:1px solid #e2e2e2;
    border-top:0;
}
li.val-steps-segment div.val-steps-content {
    padding: 10px;
}
div.val-steps-content p {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #21507c;
}
li.val-steps-segment:hover div.val-steps-content,
li.val-steps-segment.active div.val-steps-content {
    background: #4d96d8;
}
li.val-steps-segment:hover p,
li.val-steps-segment.active p {
    color: #fff;
}

.ibox-content table.table-bordered .input-group {
    min-width: 160px;
}
.ibox-content table.table-bordered .input-group .form-control{
    min-width:calc(160px - 50px);
}

#btnCompanyValuation:before, #btnAssetValuation:before {display: none;}


.modal-backdrop{
    z-index: 99999;
}
.modal{
    z-index: 999999;
}

.borrowpq h1 img{
    width: 264px;
}

.defaultchoice .radio[type=radio]:checked, .defaultchoice .radio[type=radio]:not(:checked) {
    position: relative;
    opacity: 1;
    width: auto;
    left: 0;
    visibility: visible;
    z-index: 7777;
    height: auto;
    margin-left: 0;
    margin-right: 7px;
}