/* ----------------------------------------------------------------
  Custom CSS
  Add all your Custom Styled CSS here for New Styles or
  Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
#page-title {
  padding: 1rem 0 !important;
}
.tab-container {
  margin: 0px !important;
  padding: 0px !important;
}
#page-title h1 {
  /*font-size: 1.5rem;*/
  font-size: 30px;
  font-weight:300;
}
.header-size-md #header-wrap #logo img {
  padding: 5px;
}
.str-box {
  position: relative;
  width: 56px;
  height: 12px;
  float: left;
}
.str-box div {
  position: absolute;
  width: 0%;
  height: 100%;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}
.short {
  color: #FF0000;
}
.short .str-box.box1 div {
  background: #f6dfc9;
  width: 100%;
}
.weak {
  color: #E66C2C;
}
.weak .str-box.box1 div {
  background: #f4c9a0;
  width: 100%;
}
.weak .str-box.box2 div {
  background: #f4c9a0;
  width: 100%;
}
.good {
  color: #2D98F3;
}
.good .str-box.box1 div {
  background: #f6b578;
  width: 100%;
}
.good .str-box.box2 div {
  background: #f6b578;
  width: 100%;
}
.good .str-box.box3 div {
  background: #f6b578;
  width: 100%;
}
.strong {
  color: #006400;
}
.strong .str-box.box1 div {
  background: #f29d4b;
  width: 100%;
}
.strong .str-box.box2 div {
  background: #f29d4b;
  width: 100%;
}
.strong .str-box.box3 div {
  background: #f29d4b;
  width: 100%;
}
.strong .str-box.box4 div {
  background: #f29d4b;
  width: 100%;
}
.result {
  font-size: 18px;
  font-family: arial;
  width: auto;
  display: block;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-variant: small-caps;
}
.errors ul{
 margin-bottom: 0px !important;
}
.errors li{
  list-style: none !important;
}
.user-img{
  max-height: 150px;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.ajax-msg{
  display: none;
}
#password_section,#verfiy_otp_form,#signup_form  ,#password_section2,#verfiy_otp_form2,#signup_form2{
  display: none;
}
.login #content,.edit-profile  #content ,.change-password #content,.request-form #content,.report #content, .agreement #content{
  background-color: #f5f5f5;
}
#page-title{
  /*background-color: #1ABC9C;*/
      background: linear-gradient(to left, #138496 ,#144877);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  box-shadow: 0 1px 10px rgb(0 0 0 / 15%);
}
#page-title h1 { 
  color: #fff;
}
.breadcrumb a {
  color: #fff;
}
.breadcrumb-item.active {
  color: #fff;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #fff; 
}
.footer-logo{
  max-height: 90px;
}
.widget  li::before { 
  top: 5px !important;
  color: #000;
  padding-right: 5px;
}
@media (min-width: 992px)
{
  .menu-container > .menu-item:not(.mega-menu) .sub-menu-container:not([class*='col']) {
    width: 285px;
  }
}
@media (min-width: 992px)
{
  .header-size-md .menu-container > .menu-item > .menu-link {
   text-transform: uppercase;
   padding-top: 0; 
     padding-bottom: 0;
 }
}
.sub-menu-container .menu-link div {
  text-transform: uppercase;
}
.side-panel-triggerr .d-lg-block{
  text-transform: uppercase;
}
#footer {
  background-color: #EEE;
  border-top: 5px solid rgba(0,0,0,0.2);
}
.portfolio-item .portfolio-image img {
  height: 270px;
}
.w-ind{
  font-size: 10px; 
  color: black;
  position: absolute;
  bottom: -20px;
  left: 187px;
}
.w-ar{
  font-size: 10px; 
  color: black;
  position: absolute;
  bottom: -20px;
  left: 142px;
}
.currency-selector{
  top: 34px;
  position: absolute;
  right: 13px;
  height: 38px;
  background: #dddddd;
  border: unset;
  padding: 10px;
}
.report .table{
  background: #f5f5f529;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
}




#heading {
    text-transform: uppercase;
    color: #673AB7;
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}
 
#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0
}

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

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #311B92
}

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

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #673AB7
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #673AB7
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #673AB7
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.chosen-container-single .chosen-single{

 width: 100%;
    height: 38px !important;
    padding: 8px 14px !important;
    font-size: 15px;
    line-height: 1.42857143 !important;
    color: #555555 !important;
    background-color: #ffffff !important;
    background-image: none !important;
    border: 2px solid #DDD !important;
    }
    
    
    /*31-3-23*/
    .error-input{
        border: 2px solid #f00;
     }
     .error-txt{
         color: red;
     }