.form-control2 {
  width: 40% !important;
  float: left;
  margin-right: 10px;
}

.foot-logo{
    position: relative;
    left: -2200px;
    -webkit-filter: drop-shadow(rgb(255, 255, 255) 2200px 0px);
    -moz-filter: drop-shadow(rgb(255, 255, 255) 2200px 0px);
    -ms-filter: drop-shadow(rgb(255, 255, 255) 2200px 0px);
    -o-filter: drop-shadow(rgb(255, 255, 255) 2200px 0px);
    filter: drop-shadow(rgb(255, 255, 255) 2200px 0px);
}

.pagination a{
    position: relative;
    display: block;
    margin:0 5px;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
    width: 35px;
    height: 35px;
    line-height: 33px;
    border-radius: 100%;
    padding: inherit;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-align: center;
}

.pagination a.page-num-current{
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.single-client{
    width: 100%;
}

.index-table th:nth-child(1){background:transparent}
.index-table th:nth-child(2){background:rgba(0, 115, 236, 0.15)}
.index-table th:nth-child(3){background:rgba(0, 115, 236, 0.3)}
.index-table th:nth-child(4){background:rgba(0, 115, 236, 0.45)}
.index-table th:nth-child(5){background:rgba(0, 115, 236, 0.6)}
.index-table td:nth-child(1){background:transparent}
.index-table td:nth-child(2){background:rgba(0, 115, 236, 0.15)}
.index-table td:nth-child(3){background:rgba(0, 115, 236, 0.3)}
.index-table td:nth-child(4){background:rgba(0, 115, 236, 0.45)}
.index-table td:nth-child(5){background:rgba(0, 115, 236, 0.6)}

.page-header-section{padding: 120px 0;
 background: url(/template/default/images/hero-14.jpg)no-repeat center center / cover;}

.breadcrumb a{opacity: 0.7;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;padding: 0 8px;}

.custom-pagination-nav ul li{margin-right:0}

.card.single-promo-card{height:200px}
.single-news-card{margin-bottom:25px}
.offer-price-content {
    min-height: 235px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.service-plane-content{min-height: 172px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.first-tech-list li{width: 50%;float:left;}

@media screen and (max-width: 768px) {
    .single-news-card .card-img-top{margin-bottom:25px}
    .single-service-plane{margin-bottom:25px}
    .first-tech-list li{width: 100%;}
    .technical-specifications-wrap {margin-bottom:25px}
}
