
.text_justify {
  text-align:justify;
}

.mt-10 {
  margin-top:10px;
}
.mb-10 {
  margin-bottom:10px;
}
.contact-section {
  padding:75px 0px;
}
.login-links {
  margin-right: 2px;
}

body {
  color: #454545!important; /* 000 */
}
p {
  color: #454545!important; /* 000 */
}

.page-title-two{
  padding:20px 0;
}

.sec-pad{
  padding: 60px 0px 60px 0px;
}

.sec-pad-2{
  padding: 60px 0px;
}

.li-style{
  list-style: decimal;
  padding-left: 10px;
  margin-left: 15px;
}

.lower-content-custom{
  position: relative;
  display: block;
  padding: 15px 30px 15px 30px;
  
}

.footer-top{
  padding: 45px 0px 45px 0px;
}

.footer-bottom{
  padding: 28px 0px;
}

h1, .h1 {
  font-size: 1.8rem;
}

.card-body-custom{
  padding: 0.7rem;
  border-radius: 10px;
}

.theme-btn-custom{
  padding: 5px 5px;
}

.custom_padding{
  padding-top:5px;
  padding-bottom:5px;
}

.myprofile-section-custom .tab-btns li{
  margin-right:35px;
  margin-left:35px;
}

select{
  width: 100%;
  height: 100%;
  background: none;
}
.select-box-custom{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  max-width: 100%;
  line-height: 50px;
  border: 1px solid #e5e7ec !important;
  font-size: 14px;
  color: #808288;
  font-weight: 400;
  background: transparent;
  border-radius: 5px;
  padding: 0px 20px;
  text-transform: uppercase;
  
}
.hr_custom{
  margin-top:0px;
  margin-bottom:0px;
  
  border-width: 4px;

}

.hr_custom_zero{
  margin-top:0px;
  margin-bottom:0px;
  border-width: 1px;
}

.properties-section-custom {
  padding: 30px 0;
  
}

.properties-section .properties-table-custom{
  min-width: 600px;
  width: 100%;
  border: 1px solid #e5e7ec;
  border-radius: 5px;
}

.btn-padding{
  padding: 0.1rem 0.45rem !important;
}

.main-header .logo-box{
  padding:5px 0px;
}

.main-menu .navigation > li{
  padding: 5px 0px;
}

.inner-box-custom{
  text-align: left!important;
}


.header-top .social-links-custom::before{
  content:none;
}

.header-top .social-links-custom::after{
  content:none;
}

.form-group > .error{
  color: #FF0000;
}


.search-field .tab-btn-box-custom li{
  background: none;
  padding: 0;
  border-radius: 0;
}

.category-section .category-list-custom li{
  width: 32%;
}