 ul.myul li{
     margin-top: 15px!important;
     padding-left: 5px!important;
     }
.section-padding{
padding : 20px;
}

.panel-box{
    border:1px solid #69b43f;
    border-radius:8px;
    padding:25px 20px;
    margin-bottom:30px;
    text-align:center;
    transition:.3s;
}
.panel-box:hover{
    border-color:#0d6efd;
    box-shadow:0 8px 20px rgba(0,0,0,.1);
    transform:translateY(-5px);
}
.panel-box i{
    font-size:36px;
    color:#69b43f;
    margin-bottom:15px;
}
.panel-box h4{
    margin:0;
    font-size:18px;
    font-weight:600;
    line-height:28px;
}

.application-boxes .col-md-3{
    margin-bottom:30px;
}

.app-card{
    position:relative;
    background:#fff;
    border-radius:12px;
    padding:55px 20px 25px;
    text-align:center;
    border:1px solid #e7e7e7;
    box-shadow:0 8px 18px rgba(0,0,0,.08);
    transition:.35s;
    min-height:230px;
}

.app-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.15);
    border-color:#2f6fb8;
}

.app-icon{
    position:absolute;
    top:-28px;
    left:50%;
    transform:translateX(-50%);
    width:58px;
    height:58px;
    line-height:58px;
    border-radius:50%;
    background:linear-gradient(135deg,#1f5fae,#43b649);
    color:#fff;
    font-size:24px;
    box-shadow:0 8px 18px rgba(31,95,174,.35);
}

.app-card h4{
    margin:10px 0 0;
    color:#173c73;
    font-size:19px;
    line-height:30px;
    font-weight:600;
}

.app-card h5{
    margin:10px 0 0;
    color:#173c73;
    font-size:19px;
    line-height:30px;
    font-weight:600;
}

 
/*responsive css mobile start */
  @media(max-width:767px){
      .address-box
      {
        display: none!important;
      }
  }


@media(max-width:767px){

    .topbar .row{
        display:flex;
        align-items:center;
        flex-wrap:nowrap;
    }

    .topbar .col-sm-8{
        width:75%;
        padding:0 5px;
    }

    .topbar .col-sm-4{
        width:25%;
        padding:0 5px;
    }

    .address-box{
        display:none!important;
    }

    .mobile-contact{
        display:block;
        align-items:center;
        gap:5px;
        width:100%;
    }

    .mobile-contact .fa{
        font-size:12px;
    }

    .mobile-contact .details{
        display:block;
        align-items:center;
        gap:7px;
        width:100%;
    }

    .mobile-contact .details p,
    .mobile-contact .details span{
        margin:0;
        font-size:13px;
        white-space:nowrap;
    }

    .get-quote{
        text-align:right;
    }

    .get-quote .theme-btn{
        padding:5px 6px!important;
        font-size:13px;
        white-space:nowrap;
    }

      .topbar-style-2 .get-quote {
       
        margin: 25px 0 25px!important;
    }

    .topbar-style-1, .topbar-style-2 {
padding: 0px 0!important;

}
.topbar-style-2 .topbar-contact-info > div + div {
        margin-top: 0px!important;
    }
  .header-style-2 .site-logo, .header-style-3 .site-logo, .header-style-4 .site-logo, .header-style-5 .site-logo, .header-style-6 .site-logo {
            margin: 12px 0 12px 10px!important;
        }
        .style-switcher-box button {
                top: 25px!important;
        }
         .site-header .navbar-header button {


    top: 21px!important;


  }
    .section-padding {
        padding: 0px 0!important;
    }
    .offer-section {
        padding-bottom: 50px!important;
    }

    .info .bg-image{
    width:100%;
    height:250px;
    object-fit:contain;
    background:#fff;
}


}


.section-padding {

  padding: 50px 0!important;

}
/*responsive css mobile end */
