@media(min-width:768px) and (max-width:991px){
    .carousel-hero .carousel-item .slider-image img{
        height:400px;
    }
    .footer-widget .footer-logo img {
    width: auto;
    height: 80px;
}
.footer-widget .footer-title{
    font-size: 18px;
}
    .about-image img{
            width: auto;
    height: 228px;
    border-radius: 20px;
    object-fit: contain;
    }
    .section-padding {
    padding: 20px 0;
  }
      .container {
        max-width: 820px;
    }
    .common-card img{
        height:200px;
    }
    .common-card .c-title{
            line-height: 25.98px;
    margin: 0 0 10px;
    }
    .bank-flex{
        gap:4px;
    }
    .bank-flex p{
        padding: 6px 8px;
    font-size: 12px;
    line-height: 19.24px;
    }
    .progress-circle{
            width: 45px;
    height: 45px;
    }
    .service-image img {
    width: 100%;
    height: 250px;
}
}
@media(max-width:991px){
       .navbar-nav .nav-link{
        color: #000;
                font-size: 18px;
    }
    .navbar-nav{
        padding:0;
    }
    .navbar-nav .nav-link.active {
        background: rgba(0, 0, 0, 0.02);
        border-radius: 10px;
    }
    .service-title{
        font-size:18px;
    }
}
@media(max-width:767px){
    .slider-image img{
        height: 250px;
        margin-bottom: 0;
        width: auto;
    }
    .slider-image{
        text-align:center;
    }
    p{
            text-align: justify;
            font-size: 14px;
    line-height: 24.98px;
    }
    .header-date{
          font-size: 14px;
    }
    .navbar-brand{
        width:30%;
                margin-left: 20px;
    }
    .header .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
   }
    .navbar-brand img {
        width: auto;
        height: 40px;
    }
    .navbar-nav{
        padding-right: 0;
    }
    .navbar-nav .nav-link{
        color: #000;
    }
    .navbar-nav .nav-link.active {
        background: rgba(0, 0, 0, 0.02);
        border-radius: 10px;
    }
    .header {
        margin-bottom: 1em;
    }
    .about-image img {
        height: 150px;
        object-position: 65% 62%;
        margin-bottom: 10px;
    }
    .footer-widget .footer-logo img {
    width: auto;
    height: 80px;
    }
    .footer-widget .footer-title {
    font-size: 17px;
    }
    .footer-widget .footer-links li, .footer-widget .footer-links li a {
    font-size: 14px;
    line-height: 26.98px;
}
    .main-title {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 30px;
    }
    .section-padding {
        padding: 10px 0;
    }
    .common-card .c-title{
            margin: 0 0 10px;
        font-size: 14px;
    }
    .common-card img{
        margin: 0 0 2px;
        height: 160px;
    }
    .progress-circle{
            width: 40px;
    height: 40px;
    }
    .nav-about{
                margin-bottom: 20px;
            justify-content: space-between;
    gap: 0;
    flex-direction: row;
    flex-wrap: initial;
    }
    .nav-container {
    width: 100%;
   }
   .progress-bar-vertical{
    width: 100%;
    height: 2px;
    bottom: 0;
   }
   .nav-about .nav-link.active::after{
    width: 100%;
    height: 2px;
    bottom: 0;
    top:inherit;
   }
   .nav-about .nav-link{
           font-size: 16px;
               width: inherit;
                   padding: 0 0 10px;
   }
    .common-card .group-btns{
            margin: 7px 0 0;
    }
    .common-card .bank-flex{
        gap: 3px;
    }
    .common-card .bank-flex p{
               font-size: 10px;
        line-height: 13.24px;
    }
    .common-card{
        margin-bottom: 10px;
    }
    .common-card img.h-298 {
        height: 120px;
    }
    .contact-form input.form-control {
        height: 40px;
        font-size: 14px;
    }
    .footer-widget .footer-logo img {
        width: auto;
        height: 60px;
    }
    .breadcrumb-item, .breadcrumb-item a{
        font-size: 16px;
                line-height: 23px;
    }
    .service-image img {
        width: 100%;
        height: 200px;
        margin-top: 15px;
        object-fit: cover;
    }
    .contact-image img {
        height: 200px;
        margin-top: 20px;
    }
    .bank-flex-style2 p{
        font-size: 14.91px;
        line-height: 23.05px;
    }
    .bank-flex-style2 {
        margin: 20px 0 0;
        gap: 10px;
    }
    .bank-flex-style2 .progress-circle{
        width: 65px;
        height: 65px;
    }
    
}