body {
    background: #FFF;
    font-family: 'Open Sans';
    color: #777;

    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;

}
.modal-contact{
    width:640px;
}
.custom_space
  {
    margin-bottom: 2rem;
  }
  .invalid-feedback
  {
    padding-top: 0.30rem;
  }
  .custom_space1
  {
    margin-top: 4rem;
  }
  .custom_space2{
    margin-top: 2rem;
  }


.container-fluid.full-page-wrapper {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.header-top-bar-container li {
    list-style: none;
}
footer li {
    list-style: none;
}
.bg-color-yellow {
    background: #F5A800;
}
.header-container {
    width: 100%;
    padding: 16px 0;
}
.main-menu-container a {
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #24272A;
    padding: 12px 0 12px 26px;
    border: none;
}
.main-menu-container a:hover{
    color: #fff;
}
.btn-active {
    background: none #24272A ;
    color: #ffffff !important;
    padding: 10px 25px 10px 25px !important;
    margin:0px 20px;
    font-size: 20px !important;
}
.btn-active:hover{
    background: none #5c5856 !important;
    color: #ffffff !important;
    padding: 10px 25px 10px 25px !important;
    font-size: 20px !important;
    opacity: 2;
}
.footer-para {
    color: #24272A !important;
    font-family: 'Open Sans';
    line-height: 26px;
    margin-top: 24px;
    padding: 0;
}
.footer-ul li{
    list-style: none;
    padding-top: 1px;
    padding-bottom: 1px;
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 24px;
    padding-left: 5px;
    border: none;
}
.footer-ul li a {
    color: #24272A !important;
    font-size: 14px;
}
.copyright-block {
    color: #A4AAB3;
    font-family: 'Open Sans';
    line-height: 24px;
}

.menu-line
{
	display: block;
	width: 30px;
	height: 3px;
	background: #777;
	margin-top: 6px;
}
.header-top-bar-container {
    background-color: #F5F5F5;
}
.header-top-bar {
	display: flex;
}
.widget_search-left {
	width: 50%;
}
.header-top-bar .contact-details {
    /*float: left;*/
    margin-bottom: 0px!important;
}
.contact-details li:first-child {
	border-left: 1px solid #E2E6E7;
}
.contact-details li {
	float: left;
    border-right: 1px solid #E2E6E7;
    font-family: 'Open Sans';
    font-weight: 500;
    font-size: 14px;
    color: #999;
    line-height: 20px;
    padding: 15px 20px;
}
.contact-details li a {
	color: #999;
}
.widget_search-left {
	width: 50%;
}
.widget_search-right {
	position: relative;
	width: 50%;
}
.widget_search-right{

	display: flex;
	justify-content: flex-end;

}
.search-box {
    display: none;
	position: absolute;
    width: 180px;
    right: 0px;
    padding: 12px 10px;
    margin-top: 20px;
    background: #F5F5F5;
	z-index: 99;

}
.search-box .search-input {
float: left;
	width: 100px;
	height: 50px;
    color: #777;
    font-size: 14px;
    background: #FFF;
    border: 1px solid #E2E6E7;
    margin: 0;
    padding: 12px 14px 12px 12px;
}
.search-form {
	display: flex;
}
.search-submit-container {
	position: absolute;
    width: 50px;
    height: 50px;
    background: none;
    padding: 0;
    top: 12px;
    right: 6px;
    border: 1px solid #E2E6E7;
    cursor: pointer;
}
.Go-to-up-button {
	position: fixed;
    display: block;
    width: 50px;
    padding: 13px 0;
	background: #24272A !important;
	color: #fff;
    right: 30px;
    bottom: 30px;
    text-align: center;
    z-index: 2;
}
.mobile-header-arrows{
    display:none;
}
.contact-details{
    display:block;
}
#search-4{
    display:block;
}
footer .list-unstyled{
    padding:40px;
}
@media screen and (max-width: 1000px) {
    .modal-contact{
        width:390px;
    }
    .custom_space1
    {
        margin-top: 5rem;
    }
    .custom_space2
    {
        margin-top: 3rem;
    }


    .contact-details{
        display:none;
    }
    #search-4{
        display:none;
    }
    .mobile-header-arrows{
        display:block;
    }
    footer .list-unstyled{
        padding:0px;
    }
    .mobile-header-arrows .mobile-header-arrow-up{
        display:none;
    }
    .main-menu-container {
        margin-top: 20px;
    }
    .main-menu-container ul li {
        display: block;
        color: #25282A;
        background: #F0F0F0;
        font-size: 14px;
        font-family: 'Open Sans';
        line-height: 24px;
        padding: 0px 20px;
        margin-bottom: 1px;
    }
    .main-menu-container a {
        padding: 10px 0px 10px 10px;
        font-size: 14px;
    }
    .main-menu-container a:hover{
        color: #000;
        text-decoration: underline;
    }

    .active-li-link {
        padding: 0px!important;
    }
    .btn-active {
        margin: 0px;
    }
    .header-top-bar{
        display: block;
    }
    .widget_search-left {
        width: 100%;
    }
    .contact-details li:first-child {
        border-left: none;
    }
    .contact-details li {
        float: none;
        border-right: none;
    }
    .widget_search-right{
        justify-content: flex-start;
    }
    .widget_search-right .contact-details  {
        justify-content: flex-start;
        display: flex;
    }
    .my_account_link{
        text-align:left !important;
    }
    .navbar-nav{
        width:100%;
    }
}
.mobile-header-arrows{
    text-align:center;
}
#about{
    margin:auto;
}
footer.footer{
    visibility: hidden;
}
.btn-primary{
    color: #000;
    background-color: #FFD643 !important;
    border-color: #FFD643 !important;
    border-radius: 6px;
  }

  .btn-primary:disabled,.btn-primary:hover,
  .btn-primary:active,
  .btn-primary:focus,
  .btn-primary.active {
    color: #000;
    background-color: #FFF;
    border-color: #000;

  }
.login_page_layout .btn{
    height:44px;
    font-weight: bold;
}
.login_page_layout .btn-primary{
    height:44px;
}
.login_page_layout .default-form .input-group .form-control{
    border: 1px solid #e5e5e5 ;
    border-radius: 6px !important;

}
.login_page_layout .form-group label{
    font-weight: 700 ;
}
.income_source_block label{
    line-height: 1.4 !important;
}

    .us-autocomplete-pro-menu {
        overflow-y: scroll;
        max-height: 13em;
        box-shadow: 0 7px 7px rgba(0, 0, 0, 0.12);
        color: #7d7d7d;
        position: absolute;
        text-align: left;
        width: inherit;
        z-index: 10;
        background-color: #FFF;
        padding-left:0px;
        width: 488px;

      }
      .us-autocomplete-pro-menu li{
          list-style: none;
          cursor: pointer;
      }
      .us-autocomplete-pro-menu li:hover{
        color: #fff;
        background-color: #0495c9;
        border-color: #357ebd; /*set the color you want here*/
      }
     .us-autocomplete-pro-menu li div {
        padding: .75em;
      }

     .us-autocomplete-pro-menu b {
        color: #0a0a0a;
      }

     .us-autocomplete-pro-menu .ui-menu-item-wrapper {
        padding-left: 1em;
      }
    #view_btn {
        float : right;
    }
    .print-error-msg1
    {
        width : 100%;
    }
.change_color
	{
		background-color: #f9fbfd;
		margin-bottom: 1rem;
    }
    #password-strength-status {
        border-radius: 4px;
        margin-top: 5px;

    }
    .weak-password {
        color:#dc3545;
        margin-bottom: 10px;
        font-size: 80%;
    }
    .strong-password {
        color:#fbf9f9;
    }
    .medium-password {
        color:#dc3545;
        margin-bottom: 10px;
        font-size: 80%;
    }
.alert_close{
    margin-top:-5px;
}

.error-text{
    color:red;
}

p { word-break: break-word !important; }
.application-title{
    background-color: #f9fbfd;
    padding: 18px 30px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    width:100%;
}
.application-status{
    background-color: #FFF;
    padding: 18px 30px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1;
    width:100%;
    line-height: 1.5em;
}
.error_message
{
    border-color:red;
}
input.error ~ span {
    color: red;
  }
  input.form-control.error {
    border-color: red;
  }
  select.form-control.error {
    border-color: red;
  }
.error-text{
    color:red;
}
.last-pay-monthly{
    padding-top:13px;
}

.main-panel{
    min-height: 100% !important;
}
.alert-danger{
    width:100% !important;
}
@media only screen and (device-width: 375px)
  {
    .modal-income {
        width: 359px;
    }
  }
  @media only screen and (device-width: 736px), only screen and (device-width: 720px), only screen and (device-width: 640px), only screen and (device-width: 731px), only screen and (device-width: 667px), only screen and (device-width: 768px), only screen and (device-width: 823px), only screen and (device-width: 812px)
  {
    .container {
      max-width: none !important;
  }
  }
.invoice-create{
	margin: auto;
    width: 50%;
    padding: 10px;
}
@media screen and (max-width: 1000px) {
	.invoice-create{
	width: 100%;
	}
}
.select2-container{
    width: 100% !important;
}

.footer-img{
    margin-left: 198px;
  }
  .footer-para{
    text-align: center;
    width: 600px;
    margin-left: 25px;
  }
  @media screen and (max-width: 800px)
  {
    .footer-para
    {
         width:385px;
         text-align: center;
         margin-left: 10px;
    }
    .footer-img
    {
        margin-left:200px;
    }
}
@media screen and (max-width: 400px)
  {
    .footer-para
    {
         width:300px;
    }
}
@media only screen and (device-width: 1024px){
    .footer-para{
        text-align: center;
        width: 600px;
        margin-left: 25px;
      }
}
@media (min-width: 1200px){
    .container {
        max-width: 1327px;
    }
    }


    .us-autocomplete-pro-menu_new {
        overflow-y: scroll;
        max-height: 13em;
        box-shadow: 0 7px 7px rgba(0, 0, 0, 0.12);
        color: #7d7d7d;
        position: absolute;
        text-align: left;
        width: inherit;
        z-index: 10;
        background-color: #FFF;
        padding-left:0px;
        width: 488px;

      }
      .us-autocomplete-pro-menu_new li{
          list-style: none;
          cursor: pointer;
      }
      .us-autocomplete-pro-menu_new li:hover{
        color: #fff;
        background-color: #0495c9;
        border-color: #357ebd; /*set the color you want here*/
      }
     .us-autocomplete-pro-menu_new li div {
        padding: .75em;
      }

     .us-autocomplete-pro-menu_new b {
        color: #0a0a0a;
      }

     .us-autocomplete-pro-menu_new .ui-menu-item-wrapper {
        padding-left: 1em;
      }
      .input-loading_new
      {
        position: absolute;
        right: 16px;
        top: 25px;
        display:none;
      }
      
