.img-circle.m-l-10 {
    margin-left: 10px;
}
.mt5 {
    margin-top:5px;
}
.mt7 {
    margin-top:7px;
}
.mt10 {
    margin-top:10px;
}
.mb10 {
    margin-bottom:10px;
}
.mb20 {
    margin-bottom:20px;
}
.mb30 {
    margin-bottom:30px;
}
.m-l-10 {
    margin-left:10px;
}
.mt0 {
    margin-top:0px !important;
}
.mb0 {
    margin-bottom:0px !important;
}
.pt0 {
    padding-top:0px !important;
}
.login-conainer-page {
    margin: 20px auto;
    max-width: 500px;
    background: #fff;
    border-radius: 5px;
    padding: 50px;
}
.simple-page {
    background: #F2F4F6;
}
.login-btn:hover,.login-btn:active {
    text-decoration: none;
}
.h1-login {
    font-size: 2.1em;
    margin-top:30px;
}
.check-txt {
    text-align: left;
}
.simple-explain-text {
    margin-top:20px;
    margin-bottom:40px;
}
.simple-explain-text a {
    font-size:1.5em;
}
.simple-explain-text-small {
    margin-top:20px;
    margin-bottom:40px;
}
.f-s-20 {
    font-size:20px;
}
/* sidebar */
/* Profile container */
.profile {
  margin: 20px 0;
}

/* Profile sidebar */
.profile-sidebar {
  padding: 20px 0 5px 0;
  background: #fff;
  border-radius:3px;
}
.profile-userpic {
    text-align: center;
}
.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 100%;
  max-width: 45px;
  height: auto;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}
.dark-link {
    color: #666666 !important;
    text-decoration: none !important;
}
.profile-sidebar .nav {
    position: relative;
    display: block;
}
.profile-sidebar .nav li {
    position: relative;
    display: block;
}
.profile-sidebar .nav a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.profile-sidebar .nav a:hover,.profile-sidebar .nav a:active {
    text-decoration: none;
}
.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
  display: block;
  text-decoration: none;
}
a.profile-usertitle-name:hover,a.profile-usertitle-name:active {
  color: #5a7391;
  text-decoration: none;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #0064b9;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}

.profile-usermenu {
  margin-top: 30px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 14px;
  font-weight: 400;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #0064b9;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
  color: #0064b9;
  background-color: #f6f9fb;
  border-left: 2px solid #0064b9;
  margin-left: -2px;
}
.profile-sidebar .btn-empty {
  border:1px solid #ccc;
}
.profile-sidebar .btn-empty {
    color:#000;
    text-decoration: none;
}
/* Profile Content */
.profile-content {
  padding: 20px;
  background: #fff;
  border-radius:3px;
}
.profile-content-simetric {
  min-height: 411px;
}
.img-circle {
    height: 70px;
    /* border-radius:10%; */
    margin-bottom: 10px;
}
.img-circle-2 {
    height: 57px;
}
.m-t-30 {
    margin-top:30px;
}

.m-b-10 {
    margin-bottom:10px;
}
.whiteBackground {
    background: #fff;
}
.nav-link-reged {
    font-size:15px;
}
.nav-link-reged.border {
    padding: 7px 14px;
    margin-top: 2px;
}

/* table */

.my_table .limiter {
  width: 100%;
  margin: 0 auto;
}
.my_table a {
  color:#0064b9;
}
.my_table .container-table100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.my_table .wrap-table100 {
  width: 960px;
  border-radius: 3px;
  overflow: hidden;
}

.my_table .table {
  width: 100%;
  display: table;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .my_table .table {
    display: block;
  }
}

.my_table .row {
  display: table-row;
  background: #fff;
}

.my_table .row.my_table .header {
  color: #ffffff;
  background: #6c7ae0;
}

@media screen and (max-width: 991px) {
  .my_table .row {
    display: block;
  }

  .my_table .row.header {
    padding: 0;
    height: 0px;
  }

  .my_table .row.header .cell {
    display: none;
  }

  .my_table .row .cell:before {
    font-size: 12px;
    color: #808080;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: unset !important;

    margin-bottom: 13px;
    content: attr(data-title);
    min-width: 98px;
    display: block;
  }
}

.my_table .cell {
  display: table-cell;
}

@media screen and (max-width: 991px) {
  .my_table .cell {
    display: block;
  }
}

.my_table .row .cell {

  font-size: 15px;
  color: #666666;
  line-height: 1.2;
  font-weight: unset !important;

  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}

.my_table .row.header .cell {
  background: #9ba6b5;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  font-weight: unset !important;

  padding-top: 19px;
  padding-bottom: 19px;
}

.my_table .row .cell:nth-child(1) {
  /* width: 50px; */
  padding-left: 20px;
  text-align: center;
}

.my_table .row .cell:nth-child(2) {
  /* width: 350px; */
  padding-left: 20px;
}

.my_table .row .cell:nth-child(3) {
  /* width: 300px; */
  padding-left: 20px;
}

.my_table .row .cell:nth-child(4) {
  /* width: 80px; */
  padding-left: 20px;
}

/* second table */
.my_table .row .cell-five:nth-child(1) {
  width: 50px !important;
  padding-left: 20px;
  text-align: center;
}

.my_table .row .cell-five:nth-child(2) {
  width: 250px !important;
  padding-left: 20px;
}

.my_table .row .cell-five:nth-child(3) {
  width: 180px !important;
  padding-left: 20px;
}

.my_table .row .cell-five:nth-child(4) {
  width: 180px !important;
  padding-left: 20px;
}
.my_table .row .cell-five:nth-child(5) {
  width: 180px !important;
  padding-left: 20px;
}
/* end second table */

.my_table .table,.my_table .row {
  width: 100% !important;
}

.my_table .row:hover {
  background-color: #ececff;
  cursor: pointer;
}

@media (max-width: 991px) {
  .my_table .row {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 18px;
    padding-top: 30px;
    padding-right: 15px;
    margin: 0;
  }

  .my_table .row .cell {
    border: none;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .my_table .row .cell:nth-child(1) {
    padding-left: 30px;
  }

  .my_table .row .cell {
    font-size: 18px;
    color: #555555;
    line-height: 1.2;
    font-weight: unset !important;
  }

  .my_table .table, .my_table .row, .cell {
    width: 100% !important;
    padding-top:10px;
  }
}

.f-s-15rem {
    font-size: 1.5rem;
}
.foot-link {
    font-size: 13px;
    color:#ccc;
    margin:0px 10px;
}
.foot-link:hover {
    color:#fff;
    text-decoration: underline;
}

.oppened-menu {
    transition: 0.5s;
    display: block !important;
    left:0px;
}
.fixedOnTop {
    position: fixed;
    top:0px;
    right:0px;
    z-index:1000000;
}
.service-box-img {
    width:70px;
}
.service-box-descr {
    max-width:410px;
}
.service-box-descr a {
    width:100%;margin-top:20px;
}
.img-circle-btnm {
    margin-bottom:0px;
}
.hiddenNav,.visibleNav {
    margin-top: 10px;
}
.profileNav {
    display: none;
}
.cell-left {
    text-align: left !important;
}
.sub-title-company {
    color:#111;margin-right:9px;
}
.phoneContacs {
    font-weight: bold;
    font-size:19px;
}
.contactHeader {
    padding: 10px 20px !important;
}
.modal-header .close {
    margin: -0.9rem -1rem -1rem auto !important;
}
.termsContacts {
    float: right;
    width: 93%;
    text-align: left;
}
.view-cnt ul {
	list-style:none;
	padding:0px;
	margin:0px;
    float:left;width: 100%;
}
.view-cnt li {
	float:left;
	display:inline;
    margin: 0px 0px 10px 0px;
    padding-bottom:3px;
    border-bottom: 1px dashed #ccc;
	float:left;width: 100%;
}
.view-cnt li a {
    font-size: 16px;
}
.pm-wrap2 {
    margin-top:20px;
}
.faq_wrap {
	display:inline;
	margin:7px 0px 0px 0px;
	float:left;width: 100%;
}
.faq_title {
	width:100%;
	font-size:29px;
    font-weight: bold;
    border-bottom: 8px dashed #e4e4e4;
    margin-bottom:20px;
    padding-bottom: 5px;
}
.faq_text {
    float:left;width: 100%;margin-bottom:40px;
}
.view-cnt p {
    margin-bottom: 10px !important;
}
.pm-wrap {
    float:left;width: 100%;
}
.filterTagBar {
    background: #f0f0f0;
    margin-top: 0px;
    margin-bottom: 30px;
    padding: 10px 10px 0px 10px;
}
.filterTag {
    margin:0px 0px 10px 10px;
    float: left;
}
/* Search Container */
.search-container-blg {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.search-title-blg {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    border-bottom: 2px solid #4a90e2;
    padding-bottom: 5px;
}

.search-form-blg {
    position: relative;
}

.search-input-blg {
    width: 100%;
    padding: 12px 40px 12px 15px;
    border: 2px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

.search-input-blg:focus {
    outline: none;
    border-color: #4a90e2;
    box-shadow: 0 0 5px rgba(74, 144, 226, 0.3);
}

.search-input-blg::placeholder {
    color: #999;
}

.search-button-blg {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: #4a90e2;
    border: none;
    padding: 8px 12px;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.search-button-blg:hover {
    background: #357abd;
}

.search-icon-blg {
    width: 16px;
    height: 16px;
    fill: white;
}
