
 /****custom design for admin panel start****/
 .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 220px;
    background: #F4F5F7;
    z-index: 100;
    transition: all 0.5s ease;
  }
  .sidebar.close {
    width: 78px;
  }
  .sidebar.left {
   left: -260px;
  }
  .sidebar .logo-details {
    height: 26px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 108px;
  }
  .sidebar .logo-details i {
    font-size: 30px;
    color: #77619e;
    height: 50px;
    min-width: 78px;
    text-align: center;
    line-height: 50px;
  }
  .sidebar .logo-details .logo_name {
    font-size: 22px;
    color: #77619e;
    font-weight: 600;
    transition: 0.3s ease;
    transition-delay: 0.1s;
  }
  .sidebar.close .logo-details .logo_name {
    transition-delay: 0s;
    opacity: 0;
    pointer-events: none;
  }
  .sidebar .nav-links {
    height: 100%;
    padding: 30px 0 150px 0;
    overflow: auto;
  }
  
  .sidebar .nav-links li {
    position: relative;
    list-style: none;
    transition: all 0.4s ease;
  }
  .sidebar .nav-links li:hover {
    background: #f3f1f6;
  }
  .sidebar .sub-menu li:hover {
    background: none;
    color: #77619e;
  }
  .sidebar .nav-links li .icon-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .sidebar .nav-links li i {
    min-width: 48px;
    text-align: center;
    color: #3d3d3d;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  
  .sidebar .nav-links li a {
    display: flex;
    align-items: center;
    text-decoration: none;
  }
  
  
  
  @media (max-width: 400px) {
    .sidebar.close .nav-links li .sub-menu {
      display: none;
    }
    .sidebar {
      width: 46px;
    }
    .sidebar.close {
      width: 0;
    }
    #form button {
      padding: 7px;
      font-size: 12px;
      margin-left: 0px;
    }
  }
  
 
  .navbar .navbar-brand-wrapper{
    width: 220px;
  }
  .navbar .navbar-menu-wrapper {
    width: calc(100% - 220px);
  }
  .navbar-menu-wrapper .profile-img img{
    border-radius: 50%;
  }
  .navbar-brand .brand-logo{
    color: #27367f;
  }
  .navbar .hamburger i{
    font-size: 20px;
  }
  .nav-link .menu-title{
    font-size: 12px;
  }
  .profile-img .dropdown-menu{
    box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
    left: -125px;
    border: none;
  }
  .p-menu li{
    border-bottom: 1px solid #d4c4c4;
  }
  .btn.btn-sm{
    font-size: 0.812rem;
    border-radius: 15px;
    padding: 5px 12px;
  }
  .sidebar .nav-link {
    color: #484848 !important;
    font-weight: 400;
    padding: 12px 1rem;
  }
  .page-body-wrapper {
    min-height: calc(100vh - 97px);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
    padding-top: 88px;
  }
  .main-panel {
    transition: width 0.25s ease, margin 0.25s ease;
    width: 100%;
    min-height: calc(100vh - 97px);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: 13rem;
  }
  .content-wrapper {
    background: #F4F5F7;
    padding: 3.5rem 2.187rem 1.5rem 3.5rem;
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .stretch-card {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: stretch;
    justify-content: stretch;
  }
  .card{
    box-shadow: 0 0 0 0 rgba(90, 113, 208, 0.11), 0 4px 16px 0 rgba(167, 175, 183, 0.33);
    -webkit-box-shadow: 0 0 0 0 rgba(90, 113, 208, 0.11), 0 4px 16px 0 rgba(167, 175, 183, 0.33);
  }
  .stretch-card > .card {
    width: 100%;
    min-width: 100%;
  }
  .stretch-card .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e3e3e3;
    border-radius: 20px;
    border: none;
  }
  .card .card-body {
    padding: 1.5rem 1.5rem;
  }
  .card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
  }
  .card .card-title {
    color: #010101;
    margin-bottom: 1.2rem;
    text-transform: capitalize;
    font-size: 1.125rem;
    font-weight: 600;
  }
  .table.table-bordered {
    border-top: 1px solid #dee2e6;
  }
  .table-bordered > :not(caption) > * {
    border-width: 1px 0;
    border-bottom: 1px solid #dee2e6;
  }
  .table thead th {
    border-top: 0;
    border-bottom-width: 1px;
    font-weight: 600;
    font-size: .875rem;
  }
  .table th, .table td {
    vertical-align: middle;
    line-height: 1;
    white-space: nowrap;
    padding: 1.125rem 1.375rem;
    font-size: 0.812rem;
  }
  .table > tbody {
    vertical-align: inherit;
  }
  thead, tbody, tfoot, tr, td, th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
  }
  .footer {
    background: #F4F5F7;
    padding: 30px 2.45rem;
    transition: all 0.25s ease;
    font-size: calc(0.812rem - 0.05rem);
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
  }
  /****custom design for admin panel end****/


.form-group{
  margin-bottom: 10px;
}
.form-control::placeholder{
  font-size: 14px;
}
.auth .auth-form-light{
    border: 1px solid #e0e0e0;
    background: white;
}
.auth .brand-logo img {
  width: 90px;
}
.auth-form-light.bg{
    border-radius: 10px;
}
.auth-form-light a{
    /* color: white; */
    text-decoration: none;
}
.statistics-details .bg{
    padding: 20px;
    background: linear-gradient(45deg, #67f5b1, #7c8bef);
    border-radius: 10px;
}
.home-tab .statistics-details .statistics-title{
    color: black;
}
.img .dropdown img{
    border-radius: 50%;
    width: 45px;
    height: 45px;
    object-fit: cover;
    cursor: pointer;
}
.img .dropdown-menu {
    top: 100%;
    left: -75px;
    margin-top: 0.125rem;
}
.testimonial-bg {
    opacity: 0.7; /* Adjust the opacity value */ 
    background: url(../../images/home-2/truckLight.jpg ) no-repeat center;
    background-attachment: fixed;
    width: 100%;

}
.header-banner{
  background-attachment: fixed;
    background-position: top;
    width: 100%;
    height: 57%;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-title h3 {
  font-size: 40px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #282e3e;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.section-title h3:before {
  position: absolute;
  content: '';
  height: 4px;
  width: 150px;
  left: 0;
  background-color: #16d428;
  bottom: 0;
  margin: auto;
  right: auto;
}

.testimonial-bg .feature-text h2, .testimonial-bg .feature-text p{
    color: white; 
}
.companies .single-item{
    border: 1px solid #d0d0d0;
    padding: 10px;
    border-radius: 6px;
    transition: 0.3s ease-in-out;
    box-shadow: 0 8px 10px rgb(133 140 148 / 40%), 0 0 2px #c4c7cc;
}
.companies .single-item:hover{
    scale: 1.01;
}
.c-img{
    width: 244px;
    padding-right: 20px;
}
.c-img img{
    width: 100%;
    border-radius: 13px;
}
.fs12{
    font-size: 12px;
}
.fs11{
    font-size: 11px;
}
.fs10{
    font-size: 10px;
}
.fs9{
    font-size: 9px;
}
.fs8{
    font-size: 8px;
}
.fs13{
    font-size: 13px;
}
.all{
    text-decoration: underline;
    color: blue;
    cursor: pointer;
}
.cursor{
  cursor: pointer;
}
.input-error{
  border: 1px solid red;
}
.right .box a{
    text-decoration: none;
    color: black;
}
.left{
    border-radius: 6px;
}
.left .filter{
    border-radius: 6px;
    background: aliceblue
}
.left hr{
    margin: 0;
}
nav ul li a{
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.per-img{
    width: 100px;
    padding-right: 20px;
}
.per-img img{
    width: 100%;
    border-radius: 13px;
}
.form-control.area{
    min-height: 170px;
}
a{
    text-decoration: none;
    color: black;
}
a:hover{
    text-decoration: none;
    color: black;
}
label{
    font-size: 14px;
    font-weight: 600;
}
select {
    appearance: revert !important;
}
.company .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #62e269;
    background-color: #6296e2;
}
.company .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link{
    font-weight: 600;
}
.social-link ul{
    display: flex;
    list-style: none;
}
.social-link ul li a{
    width: 30px;
    height: 30px;
    margin: 0px 7px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.3s ease-in;
}
.social-link ul li a.twterC{
  background:  #1DA1F2;
}
.social-link ul li a.fbC{
  background:  #1877F2;
}
.social-link ul li a.instaC{
  background:  	#d62976;
}
.social-link ul li a.ytC{
  background:  #FF0000;
}

.social-link ul li a.twterC:hover{
  background:  #178ad2;
}
.social-link ul li a.fbC:hover{
  background:  #1265d0;
}
.social-link ul li a.instaC:hover{
  background:  	#bd2469;
}
.social-link ul li a.ytC:hover{
  background:  #dd0000;
}
.comp-img img{
    width: 200px;
    margin-right: 10px;
    border-radius: 10px;
}
.comp-box, .company{
    border: 1px solid #dee0e3;
    box-shadow: 0px 0px 2px 0px #c4c7cc;
    padding: 10px;
    border-radius: 4px;
    transition: 0.3s ease-in-out;
}
.company{
    background-color: aliceblue;
}
.right.single .box{
    
}
.comp-box{
    position: relative;
}
.comp-box::before{
    content: ''; 
    background: url('../images/contact-form-bg.jpg')  
        no-repeat center center/cover; 
    background: url('../images/truck.png')  
        no-repeat center center/cover; 
        background-attachment: fixed;
    position: absolute; 
    opacity: 0.3; 
    filter: blur(5px);
    top: 0px; 
    left: 0px; 
    width: 100%; 
    height: 100%; 
    z-index: -1; 

}
.rev-img{
    width: 60px;
    height: 60px;
    object-fit: cover;
    align-self: baseline;
}
.rev-img img{
    border-radius: 100%;
    width: 100%;
    height: 100%;
}
.inner-box{
    /* border-top: 1px solid black;
    border-bottom: 1px solid black; */
    padding: 20px;
    background: white;
}
.multi-img{
    width: 100px;
    margin: 0 4px;
    margin-bottom: 8px;
}
.multi-img img{
    object-fit: cover;
    width: 100%;
    height: 70px;
}
.questions ul{
    background: #5f9fa0;
    border-radius: 10px;
    padding: 10px 35px;
    display: inline-block;
    color: white;
}
.questions ul li{
    margin-bottom: 5px;
    font-size: 12px;
}
.fd-area img{
    width: 200px;
}
.singleBox{
    box-shadow: 0px 0px 12px 2px #bababa;
    padding: 10px;
}

/* subscription */
.subscription .sub-box{
    background: linear-gradient(183deg, #c2bfff, transparent);
    /* background: khaki; */
    border-radius: 10px;
    height: 500px;
    border: 2px solid #bcb9ff;

}
.subscription .benefits p{
    margin-bottom: 13px;
    font-weight: 600;
    font-family: serif;
}
.subscription .benefits {
    height: 200px;
}
.subscription .sub-box button{
    padding: 10px 20px;
    background-color: #6C63FF;
    border: none;
    font-family: serif;
    transition: .3s ease-in-out;
}
.subscription .sub-box button:hover{
    border: 2px solid #6C63FF;
    background: none;
    color: #6C63FF;
    font-family: serif;
}
.subscription .sub-box .price p{
    font-family: serif;
    
}

/* company review start*/
.companyReview .nav-tabs .nav-link{
    /* border: 3px solid transparent; */
    border: 2px solid  #f5f5f5;
}
.companyReview .nav-tabs .nav-item.show .nav-link, .companyReview .nav-tabs .nav-link.active{
    color: #495057;
    background-color: #affe98;
    /* border-color: #ffffff #ffffff #fff; */
}
.companyReview .nav-tabs {
    /* border-bottom: 3px solid #ffffff; */
    border-bottom: 2px solid #f5f5f5;
}
.com-review{
    border: 2px solid #e0e0e0;
    background-image: linear-gradient(to top, #fdcbf1 0%, #fdcbf1 1%, #e6dee9 100%);
}
.parent:nth-child(even) .com-review  {
    background-image: linear-gradient(60deg, #abecd6 0%, #fbed96 100%);
}
.parent .shared h6{
    background: #ffa03e;
    padding: 5px;
    border-radius: 4px;
    color: white;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 3px;
}
.parent .small-box, .profile .small-box{
    background: #fffdfb4f;
    padding: 10px;
    border-radius: 6px;
    color: #363535;
}
.cmpLine{
    background: rgb(190, 190, 190);
}
/* company review end */

/* Profile */
.profile .single-item{
    border: 1px solid #d0d0d0;
    padding: 10px;
    border-radius: 6px;
    transition: 0.3s ease-in-out;
    box-shadow: 0 8px 10px rgb(133 140 148 / 40%), 0 0 2px #c4c7cc;
}
.comp-pro-img{
   
    
}
.comp-pro-img img{
  width: 100%;
  border-radius: 13px;
  height: 100%;
  object-fit: cover;
}


/*NavBar*/
.navbar-light .navbar-toggler{
  border: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-expand-lg .navbar-nav{
  font-family: 'Poppins', sans-serif;
}

.activee{
  border-bottom: 2px solid limegreen;
}

.project-meta ul li{
  margin-top: 0;
}

.logoo{
  width: 80px;
}

@media screen and (max-width: 576px) {
    .logoo{
      width: 70px;
    }
    .section-title h3{
      font-size: 35px;
    }
    .section-title p, .section-title label {
      font-size: 13px;
    }
    .star{
      font-size: 12px;
    }
    .main-box .c-name{
      font-size: 17px;
    }
    .comp-details .overV{
      font-size: 17px;
      margin-bottom: 12px;
      font-style: italic;
    }
    .revv{
      font-size: 17px;
    }
    .overAll h6{
      font-size: 13px;
    }
    .questions ul li {
      font-size: 11px;
    }
    .my-reviews .inner-box {
      height: auto;
    }
    .inner-box {
      padding: 15px;
    }
    .parent .shared h6 {
      padding: 3px;
      font-size: 10px;
      margin-bottom: 2px;
    }
    .img .dropdown-menu {
      left: 0px;
  }
 
}