.section-pd{
    padding: 30px 0px;
}
@media (min-width: 991px) {
    .media-flex {
        display: flex;
    }

    .media-flex .item {
        flex: 0 0 45%; /* Flex shorthand property: flex-grow, flex-shrink, flex-basis */
        width: 45%;
    }
}
.footer-info .flex-footer {
    display: flex;
    align-items: center;
}
.footer-info .flex-footer i{
    padding-top: 0px;
    padding-right: 10px;
    font-size: 18px;
}
.hero-1 .hero-1-content .cate {
    margin-bottom: 10px;
    font-weight: 400;
}
.testimonial-item-wrap-2 .owl-dots {
    margin-top: 10px;
    text-align: center;
} 
.testimonial-item .slider-name h4{
   padding: 10px 0px;
   text-align: center;
}
.scroll {
    height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0px 20px;
    text-align: left;
    position: relative;
    font-size: 15px;
    line-height: 28px;
    font-style: italic;
}
.scroll::-webkit-scrollbar {
    width: 5px; /* Adjust the width as needed */
}

.scroll::-webkit-scrollbar-thumb {
    background-color: #2e308e;
}

.scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.single-services-item h6{
    font-weight: 500;
}
.single-services-item h6 a{
    color: #565972;
}
.private-finance .about-inner-content {
    margin-top: 25px;
    position: relative;
    padding-left: 45px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.private-finance .about-inner-content .icon i {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background: #2e308e;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    border-radius: 30px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
 .form-group .nice-select {
  border: 1px solid #bdc1d7;
  position: relative;
  width: 100%;
  height: 62px;
  background: #fff;
  font-size: 15px;
  font-style: italic;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.form-group .nice-select ul{
width: 100%;
  }
  /* .nice-select:after{
    display: none;
  } */
  .contact-icon::after{
    display: none;
  }
  .option-down::after {
    content: "\f063";
}
.error_field {
    color: #2e308e;
    text-align: right;
    font-size: 15px;
    padding-top: 6px;
    display: flex;
    justify-content: flex-end;
}
/* .contacts-phone::after {
    content: "\EFEC";
} */
.get-start-box a{
    color: #fff;
}
.navbar-brand img{
    max-width: 350px;
}
@media only screen and (min-width: 1199px){
    .mobile-btn{
      display: none;
    } 
    .about-area .container-fluid {
        padding-left: 0;
      }
      
}
@media only screen and (max-width: 1199px){
    .mobile-btn{
      display: none;
    } 
    .testimonial-item-wrap-2 .owl-dots {
        margin-top: 0px;
    }
    .hero-2 .hero-2-item .hero-2-content h1 {
        font-size: 30px;
        margin-bottom: 20px;
        font-weight: bold;
        max-width: 80%;
    }
    
.hero-2 .hero-2-form {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4);
            box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4);
    padding: 30px 30px;
    position: relative;
    border-radius: 10px;
    max-width: 590px;
    margin-left: auto;
  }
  .hero-2 .hero-2-form .content h3 {
    font-size: 26px;
}
.cta-area .get-start-box{
    justify-content: center!important;
}
}
.single-services-item h1 {
    font-weight: 500;
    font-size: 1rem;
}
.hero-2 .hero-2-form .content h1 {
    font-size: 32px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}
@media only screen and (max-width: 1199px){
    .hero-2 .hero-2-form .content h1 {
        font-size: 26px;
    }
}
.get-start-box p{
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 600;
}
@media only screen and (max-width: 1199px){
    .acavo-responsive-nav .acavo-responsive-menu.mean-container .others-option {
        position: absolute;
        right: 55px;
        display: none !important;
        top: -10px;
    }
}
@media only screen and (max-width: 1199px){
    .acavo-responsive-nav .acavo-responsive-menu.mean-container .mean-nav ul {
        font-size: 15px;
    }
}
@media only screen and (max-width: 1199px){
    .acavo-responsive-nav .acavo-responsive-menu.mean-container .navbar-nav {
        overflow-y: scroll;
        height: 306px;
        -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    }
}

