@media (min-width: 320px) and (max-width: 480px) {
  
  #home-banner
  {
    height: auto;
  }
  #home-banner .banner-txt .banner-btn {
    margin-top: 0px;
}
  #home-banner .banner-txt h2 {
    font-size: 32px;
    font-family: var(--sans);
    font-weight: bold;
    line-height: 40px;
    color: #fff;
    text-align: center;
}
#home-banner .banner-txt h4 {
    font-size: 26px;
    color: #fff;
    line-height: 30px;
    font-weight: 500;
    margin: 10px 0px;
    text-align: center;
}
#home-banner .banner-txt {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 60vh;
}
.btn-2{
  font-size: 12px;
  padding: 10px;
}
.btn-1{
  font-size: 12px;
  padding: 10px;
}

#services .head h2 {
    font-size: 30px;
    font-family: var(--sans);
    font-weight: 500;
    text-align: center;
}
#services {
    padding: 40px 0 0px;
}
#services-card .condo-img {
    position: relative;
    margin-bottom: 30px;
}
#services-card .condo-img .top-left {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    width: 80%;
}
#services-card .condo-img .top-left .img-flex h5 {
    font-size: 18px;
    font-family: var(--sans);
    color: var(--second-color);
    font-weight: 500;
    padding-left: 20px;
}
#services-card .condo-img .top-left p {
    font-size: 10px;
    font-family: var(--sans);
    color: #000;
    line-height: 18px;
    padding: 5px 0 0;
}
#services-card .condo-img .btn-card {
    margin-top: 10px;
}
.problem-img
{
    margin-bottom:20px;
}
#our-value ul li i {
    font-size: 18px;
    color: var(--second-color);
}
#our-value ul li span {
    font-size: 12px;
    font-family: var(--sans);
    font-weight: 500;
    padding-left: 6px;
}
#our-value ul li {
    list-style: none;
    line-height: 32px;
}
#services-card {
    background-color: var(--second-color);
    padding: 40px 0 0;
}
#our-value .main-blog img {
    width: 100%;
    display: block;
    margin-left: auto;
    height: 400px;
}
#our-value .main-blog .text-block {
    position: relative;
    top: 20px;
    right: 0;
    background-color: #fff;
    color: #000;
    padding: 20px 20px;
    /* width: 50%; */
    height: auto;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
}
#our-value .main-blog .text-block h5 {
    font-size: 24px;
    font-family: var(--sans);
    font-weight: 500;
    padding: 10px 0;
}
#our-value .main-blog .text-block p {
    font-size: 12px;
    line-height: 22px;
    color: #302929;
    font-family: var(--sans);
    font-weight: 400;
    padding: 10px 0;
}
#services-card .condo-img .btn-card a.one {
    display: inline-block;
    border: none;
    outline: none;
    text-decoration: none;
    color: #fff;
    background-color: var(--second-color);
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 30px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    transition: .3s;
    font-family: var(--sans);
    text-transform: capitalize;
}
#services-card .condo-img .top-left .img-flex img {
    width: 60px;
}
#testimonial {
    padding: 0px 0 50px;
}
#testimonial .sec-heading h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    font-family: var(--sans);
    color: var(--primary-color);
}
#testimonial .sec-heading {
    margin-bottom: 0;
}
.card-1 {
    height: 100%;
    text-align: center;
    border-radius: 5px;
    /* box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%); */
    padding: 25px 30px 0;
}
.card-1 .content-box .des {
    font-size: 14px;
    padding: 10px 0;
    font-family: var(--sans);
    font-weight: 400;
}
#join-us .head h2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    color: var(--second-color);
    width: 100%;
    margin: 0 auto;
    font-family: var(--sans);
    font-size: 22px;
    font-weight: 500;
}
#join-us .des p {
    font-size: 26px;
    font-family: var(--sans);
    font-weight: 500;
    line-height: 28px;
    text-align: center;
}
#join-us .btn-flex a.btn1 {
    background-color: #fff;
    border: 1px solid var(--primary-color);
    padding: 8px 20px;
    color: var(--primary-color);
    text-transform: uppercase;
    font-family: var(--sans);
    border-radius: 8px;
    margin-right: 30px;
    font-size: 14px;
}
#footer .footer-top ul {
    margin: 30px 0;
    padding: 0;
    text-align: center;
}
#footer .footer-top ul li {
    display: inline-block;
    font-family: var(--sans);
    color: #000;
    padding-left: 16px;
    font-size: 16px;
    padding-bottom: 10px;
}
#footer {
    padding: 20px 0 50px;
}
.social-links a {
    font-size: 14px;
    display: inline-block;
    background: rgba(var(--color-white-rgb), 0.1);
    color: var(--color-white);
    line-height: 1;
    padding: 8px 0;
    margin-right: 8px;
    border-radius: 4px;
    text-align: center;
    width: 30px;
    height: 30px;
    transition: 0.3s;
}
header .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
}

#services .box {
    margin-bottom: 0;
    /* background: red; */
    height: 100%;
    padding: 10px 0;
    text-align: center;
}
#services .box h2 {
    font-size: 18px;
    font-family: var(--sans);
    font-weight: 500;
    color: #000;
    padding: 10px 0;
}
  .problem-img, #services-card .condo-img{text-align: center;}

.dash-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 3px 6px #00000010;
    background: #fff;
    padding: 0 0px 0px 30px;
    height: 60px;
    width: 100%;
    margin-left: auto;
    position: relative;
}
.dash-header h3 {
    font-family: var(--sans);
    font-size: 18px;
    font-weight: 500;
    color: var(--second-color);
    margin-bottom: 0;
    padding-left: 10px;
}
.dash-header .header-profile .drop-btn a {
    border: 1px solid var(--second-color);
    padding: 6px 4px;
    border-radius: 6px;
    font-size: 12px;
}
.dash-header .header-profile .drop-btn {
    padding-left: 15px;
}
#main-dash {
    padding: 80px 0px 30px;
}
#main-dash .head h2 {
    font-family: var(--sans);
    font-weight: 700;
    font-size: 24px;
    color: #000;
}
.header-profile .profile-hover ul li img {
    width: 20px;
    position: relative;
    cursor: pointer;
}
.header-profile .profile-hover .circle {
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: var(--second-color);
    border-radius: 50%;
    top: 2px;
    left: 12px;
}
.dash-tabs .tabs {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-left: auto;
    background-color: #FFFFFF;
    margin-top: 10px;
}
.dash-tabs .tab {
    font-size: 14px;
    padding: 10px 10px;
    font-family: var(--sans);
    cursor: pointer;
    color: #BABABA;
    font-weight: 500;
}

main {
    position: relative;
    height: 100vh;
    width: 100%;
    float: right;
    background-color: #f3f7fc;
    z-index: 1;
}
 .menu {
    width: 230px;
    height: 100%;
    box-shadow: 0 0 0 100em rgba(0, 0, 0, 0);
    transform: translate3d(-230px, 0, 0);
    transition: all 0.3s ease-in-out;
  }
  .menu .smartphone-menu-trigger {
    width: 40px;
    height: 60px;
    position: absolute;
    left: 100%;
    background: var(--second-color);
  }
  .menu .smartphone-menu-trigger:before,
  .menu .smartphone-menu-trigger:after {
    content: '';
    width: 50%;
    height: 2px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
  .menu .smartphone-menu-trigger:after {
    top: 55%;
    transform: translate3d(-50%, -50%, 0);
  }
  .menu:focus {
    transform: translate3d(0, 0, 0);
    box-shadow: 0 0 0 100em rgba(0, 0, 0, 0.6);
  }
  .menu:focus .smartphone-menu-trigger {
    pointer-events: none;
  }
  .fixed-top {
    position: fixed!important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.client-form .tabs {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: #FFFFFF;
}

.upload-tabs .tabs {
    display: flex;
    justify-content: space-around;
    width: 100%;
    background-color: #FFFFFF;
    margin-bottom: 20px;
}
.upload-drop .upload-btn a {
    background-color: #18BCB3;
    color: #fff;
    padding: 14px 10px;
    border-radius: 6px;
    font-family: var(--sans);
    font-weight: 400;
    font-size: 14px;
}
.upload-tabs .table2 .table-responsive .table .flex-name p {
    font-family: var(--sans);
    font-weight: 400;
    font-size: 12px;
    color: #5C5C5C;
    padding-left: 10px;
}
.upload-tabs .table2 .table-responsive .table tr td {
    font-family: var(--sans);
    font-weight: 400;
    font-size: 12px;
    color: #5C5C5C;
}
.upload-tabs .table2 .table-responsive .table .action-flex ul li {
    display: inline-block;
    border: 1px solid #D7D7D7;
    margin-left: 8px;
    width: 30px;
    height: 25px;
    text-align: center;
    border-radius: 6px;
    margin-bottom: 10px;
}
#login .login-form form .title h2 {
    font-size: 22px;
    font-weight: 500;
    color: #1D212B;
    font-family: var(--sans);
    text-align: center;
}
#signup .login-form form .title h2 {
    font-size: 26px;
    font-weight: 500;
    color: #1D212B;
    font-family: var(--sans);
    text-align: center;
}


}







@media (min-width: 481px) and (max-width: 767px) {
  
  #home-banner .banner-txt h2 {
    font-size: 42px;
    font-family: var(--sans);
    font-weight: bold;
    line-height: 50px;
    color: #fff;
    text-align: center;
}
#home-banner .banner-txt {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 120vh;
}
.btn-2{
  font-size: 12px;
  padding: 10px;
}
.btn-1{
  font-size: 12px;
  padding: 10px;
}

#services .head h2 {
    font-size: 30px;
    font-family: var(--sans);
    font-weight: 500;
    text-align: center;
}
#services {
    padding: 40px 0 0px;
}
#services-card .condo-img {
    position: relative;
    margin-bottom: 30px;
}
#services-card .condo-img .top-left {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    width: 80%;
}
#services-card .condo-img .top-left .img-flex h5 {
    font-size: 18px;
    font-family: var(--sans);
    color: var(--second-color);
    font-weight: 500;
    padding-left: 20px;
}
#services-card .condo-img .top-left p {
    font-size: 10px;
    font-family: var(--sans);
    color: #000;
    line-height: 18px;
    padding: 5px 0 0;
}
#services-card .condo-img .btn-card {
    margin-top: 10px;
}
#our-value ul li i {
    font-size: 18px;
    color: var(--second-color);
}
#our-value ul li span {
    font-size: 12px;
    font-family: var(--sans);
    font-weight: 500;
    padding-left: 6px;
}
#our-value ul li {
    list-style: none;
    line-height: 32px;
}
#services-card {
    background-color: var(--second-color);
    padding: 40px 0 0;
}
#our-value .main-blog img {
    width: 100%;
    display: block;
    margin-left: auto;
    height: 500px;
}
#our-value .main-blog .text-block {
    position: relative;
    top: 20px;
    right: 0;
    background-color: #fff;
    color: #000;
    padding: 20px 20px;
    /* width: 50%; */
    height: auto;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
}
#our-value .main-blog .text-block h5 {
    font-size: 24px;
    font-family: var(--sans);
    font-weight: 500;
    padding: 10px 0;
}
#our-value .main-blog .text-block p {
    font-size: 12px;
    line-height: 22px;
    color: #302929;
    font-family: var(--sans);
    font-weight: 400;
    padding: 10px 0;
}
#services-card .condo-img .btn-card a.one {
    display: inline-block;
    border: none;
    outline: none;
    text-decoration: none;
    color: #fff;
    background-color: var(--second-color);
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 30px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    transition: .3s;
    font-family: var(--sans);
    text-transform: capitalize;
}
#services-card .condo-img .top-left .img-flex img {
    width: 60px;
}
#testimonial {
    padding: 0px 0 50px;
}
#testimonial .sec-heading h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    font-family: var(--sans);
    color: var(--primary-color);
}
#testimonial .sec-heading {
    margin-bottom: 0;
}
.card-1 {
    height: 100%;
    text-align: center;
    border-radius: 5px;
    /* box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%); */
    padding: 25px 30px 0;
}
.card-1 .content-box .des {
    font-size: 14px;
    padding: 10px 0;
    font-family: var(--sans);
    font-weight: 400;
}
#join-us .head h2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    color: var(--second-color);
    width: 100%;
    margin: 0 auto;
    font-family: var(--sans);
    font-size: 22px;
    font-weight: 500;
}
#join-us .des p {
    font-size: 26px;
    font-family: var(--sans);
    font-weight: 500;
    line-height: 28px;
    text-align: center;
}
#join-us .btn-flex a.btn1 {
    background-color: #fff;
    border: 1px solid var(--primary-color);
    padding: 8px 20px;
    color: var(--primary-color);
    text-transform: uppercase;
    font-family: var(--sans);
    border-radius: 8px;
    margin-right: 30px;
    font-size: 14px;
}
#footer .footer-top ul {
    margin: 30px 0;
    padding: 0;
    text-align: center;
}
#footer .footer-top ul li {
    display: inline-block;
    font-family: var(--sans);
    color: #000;
    padding-left: 16px;
    font-size: 16px;
    padding-bottom: 10px;
}
#footer {
    padding: 20px 0 20px;
}
.social-links a {
    font-size: 14px;
    display: inline-block;
    background: rgba(var(--color-white-rgb), 0.1);
    color: var(--color-white);
    line-height: 1;
    padding: 8px 0;
    margin-right: 8px;
    border-radius: 4px;
    text-align: center;
    width: 30px;
    height: 30px;
    transition: 0.3s;
}
header .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
}

#services .box {
    margin-bottom: 0;
    /* background: red; */
    height: 100%;
    padding: 10px 0;
}
#services .box h2 {
    font-size: 24px;
    font-family: var(--sans);
    font-weight: 500;
    color: #000;
    padding: 10px 0;
}


.dash-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 3px 6px #00000010;
    background: #fff;
    padding: 0 0px 0px 30px;
    height: 60px;
    width: 100%;
    margin-left: auto;
    position: relative;
}
.dash-header h3 {
    font-family: var(--sans);
    font-size: 18px;
    font-weight: 500;
    color: var(--second-color);
    margin-bottom: 0;
    padding-left: 10px;
}
.dash-header .header-profile .drop-btn a {
    border: 1px solid var(--second-color);
    padding: 6px 4px;
    border-radius: 6px;
    font-size: 12px;
}
.dash-header .header-profile .drop-btn {
    padding-left: 15px;
}
#main-dash {
    padding: 80px 0px 30px;
}
#main-dash .head h2 {
    font-family: var(--sans);
    font-weight: 700;
    font-size: 24px;
    color: #000;
}
.header-profile .profile-hover ul li img {
    width: 20px;
    position: relative;
    cursor: pointer;
}
.header-profile .profile-hover .circle {
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: var(--second-color);
    border-radius: 50%;
    top: 2px;
    left: 12px;
}
.dash-tabs .tabs {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-left: auto;
    background-color: #FFFFFF;
    margin-top: 10px;
}
.dash-tabs .tab {
    font-size: 14px;
    padding: 10px 10px;
    font-family: var(--sans);
    cursor: pointer;
    color: #BABABA;
    font-weight: 500;
}

main {
    position: relative;
    height: 100vh;
    width: 100%;
    float: right;
    background-color: #f3f7fc;
    z-index: 1;
}
 .menu {
    width: 230px;
    height: 100%;
    box-shadow: 0 0 0 100em rgba(0, 0, 0, 0);
    transform: translate3d(-230px, 0, 0);
    transition: all 0.3s ease-in-out;
  }
  .menu .smartphone-menu-trigger {
    width: 40px;
    height: 60px;
    position: absolute;
    left: 100%;
    background: var(--second-color);
  }
  .menu .smartphone-menu-trigger:before,
  .menu .smartphone-menu-trigger:after {
    content: '';
    width: 50%;
    height: 2px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
  .menu .smartphone-menu-trigger:after {
    top: 55%;
    transform: translate3d(-50%, -50%, 0);
  }
  .menu:focus {
    transform: translate3d(0, 0, 0);
    box-shadow: 0 0 0 100em rgba(0, 0, 0, 0.6);
  }
  .menu:focus .smartphone-menu-trigger {
    pointer-events: none;
  }
  .fixed-top {
    position: fixed!important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.upload-tabs .table2 .table-responsive .table .action-flex ul li {
    display: inline-block;
    border: 1px solid #D7D7D7;
    margin-left: 8px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 6px;
    margin-bottom: 10px;
}
#login .login-form form .title h2 {
    font-size: 26px;
    font-weight: 500;
    color: #1D212B;
    font-family: var(--sans);
    text-align: center;
}
#login .login-form form .title p {
    font-size: 12px;
    color: #5C5C5C;
    font-weight: 400;
    text-align: center;
    padding: 10px 0;
}

  
}


@media (min-width: 768px) and (max-width: 1024px) {
  
  #home-banner .banner-txt h2 {
    font-size: 42px;
    font-family: var(--sans);
    font-weight: bold;
    line-height: 50px;
    color: #fff;
    text-align: center;
}
#home-banner .banner-txt {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 120vh;
}
.btn-2{
  font-size: 12px;
  padding: 10px;
}
.btn-1{
  font-size: 12px;
  padding: 10px;
}

#services .head h2 {
    font-size: 30px;
    font-family: var(--sans);
    font-weight: 500;
    text-align: center;
}
#services {
    padding: 40px 0 0px;
}
#services-card .condo-img {
    position: relative;
    margin-bottom: 30px;
}
#services-card .condo-img .top-left {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    width: 80%;
}
#services-card .condo-img .top-left .img-flex h5 {
    font-size: 18px;
    font-family: var(--sans);
    color: var(--second-color);
    font-weight: 500;
    padding-left: 20px;
}
#services-card .condo-img .top-left p {
    font-size: 10px;
    font-family: var(--sans);
    color: #000;
    line-height: 18px;
    padding: 5px 0 0;
}
#services-card .condo-img .btn-card {
    margin-top: 10px;
}
#our-value ul li i {
    font-size: 18px;
    color: var(--second-color);
}
#our-value ul li span {
    font-size: 12px;
    font-family: var(--sans);
    font-weight: 500;
    padding-left: 6px;
}
#our-value ul li {
    list-style: none;
    line-height: 32px;
}
#services-card {
    background-color: var(--second-color);
    padding: 40px 0 0;
}
#our-value .main-blog img {
    width: 50%;
    display: block;
    margin-left: auto;
    height: 100%;
}
#our-value .main-blog .text-block {
    position: absolute;
    top: 20px;
    right: 150px;
    background-color: #fff;
    color: #000;
    padding: 20px 20px;
    /* width: 50%; */
    height: auto;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
}
#our-value .main-blog .text-block h5 {
    font-size: 24px;
    font-family: var(--sans);
    font-weight: 500;
    padding: 10px 0;
}
#our-value .main-blog .text-block p {
    font-size: 12px;
    line-height: 22px;
    color: #302929;
    font-family: var(--sans);
    font-weight: 400;
    padding: 10px 0;
}
#services-card .condo-img .btn-card a.one {
    display: inline-block;
    border: none;
    outline: none;
    text-decoration: none;
    color: #fff;
    background-color: var(--second-color);
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 30px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    transition: .3s;
    font-family: var(--sans);
    text-transform: capitalize;
}
#services-card .condo-img .top-left .img-flex img {
    width: 60px;
}
#testimonial {
    padding: 0px 0 50px;
}
#testimonial .sec-heading h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    font-family: var(--sans);
    color: var(--primary-color);
}
#testimonial .sec-heading {
    margin-bottom: 0;
}
.card-1 {
    height: 100%;
    text-align: center;
    border-radius: 5px;
    /* box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%); */
    padding: 25px 30px 0;
}
.card-1 .content-box .des {
    font-size: 14px;
    padding: 10px 0;
    font-family: var(--sans);
    font-weight: 400;
}
#join-us .head h2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    color: var(--second-color);
    width: 100%;
    margin: 0 auto;
    font-family: var(--sans);
    font-size: 22px;
    font-weight: 500;
}
#join-us .des p {
    font-size: 26px;
    font-family: var(--sans);
    font-weight: 500;
    line-height: 28px;
    text-align: center;
}
#join-us .btn-flex a.btn1 {
    background-color: #fff;
    border: 1px solid var(--primary-color);
    padding: 8px 20px;
    color: var(--primary-color);
    text-transform: uppercase;
    font-family: var(--sans);
    border-radius: 8px;
    margin-right: 30px;
    font-size: 14px;
}
#footer .footer-top ul {
    margin: 30px 0;
    padding: 0;
    text-align: center;
}
#footer .footer-top ul li {
    display: inline-block;
    font-family: var(--sans);
    color: #000;
    padding-left: 16px;
    font-size: 16px;
    padding-bottom: 10px;
}
#footer {
    padding: 20px 0 20px;
}
.social-links a {
    font-size: 14px;
    display: inline-block;
    background: rgba(var(--color-white-rgb), 0.1);
    color: var(--color-white);
    line-height: 1;
    padding: 8px 0;
    margin-right: 8px;
    border-radius: 4px;
    text-align: center;
    width: 30px;
    height: 30px;
    transition: 0.3s;
}
header .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
}

#services .box {
    margin-bottom: 0;
    /* background: red; */
    height: 100%;
    padding: 10px 0;
}
#services .box h2 {
    font-size: 20px;
    font-family: var(--sans);
    font-weight: 500;
    color: #000;
    padding: 10px 0;
}

.menu ul li {
    list-style: none;
    color: #5C5C5C;
    padding: 20px 10px;
}
.menu ul li span {
    padding-left: 10px;
    font-size: 11px;
    font-family: var(--sans);
    font-weight: 400;
    color: #5C5C5C;
}
.menu ul li.active {
    list-style: none;
    background-color: var(--second-color);
    color: #fff;
    padding: 20px 10px;
}
#main-dash .head h2 {
    font-family: var(--sans);
    font-weight: 700;
    font-size: 26px;
    color: #000;
}
.dash-tabs .tabs {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-left: auto;
    background-color: #FFFFFF;
}
.dash-tabs .tab {
    font-size: 12px;
    padding: 10px 8px;
    font-family: var(--sans);
    cursor: pointer;
    color: #BABABA;
    font-weight: 500;
}


}