.form-check-input {
  width: 1.5em !important;
    height: 1.5em !important;
}
.form-check-label{
  margin-left: 5px!important;
}
.mobile-menu .nav-logo {
    background: #103557!important;
}
.main-header .main-menu .navigation>li>a {
    color: #fff!important;
}
.homeya-box .content .desc {
    color: #fff!important;
}
.homeya-box .content .meta-list .item .icon {
    color: #fff!important;
}

.d-flex h6{
  color: #fff!important;
  
}
.d-flex{
color: #fff!important;
}
.box-title h2,.item{
  color: #fff!important;
}

.form-check-input{
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: 2px solid #222;        /* dark border */
  border-radius: 4px;           /* square-ish; use 50% for round */
  background: #fff;             /* background inside the box */
  display: inline-block;
  transition: background .12s ease, border-color .12s ease, transform .08s ease;
  position: relative; 
}