.small_button{
    padding: 0 3px !important;
    height: 24px;
}
#toggleInputCheck input{
    pointer-events: none;
}
#toggleInputCheck:after, #toggleInputCheck:before{
    display: none !important;
    opacity: 0;
}

.form-control, .typeahead.tt-input, .typeahead.tt-hint, .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #a7c8ea;
}

.form-control:focus, .typeahead.tt-input:focus, .typeahead.tt-hint:focus, .select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border-color: #bad4ef;
}

body .collapse {
    display: block;
}


.header-logo {
    display: flex;
    /*margin-top:-50px;*/
    align-items: center;   /* vertikal markazlash */
    justify-content: center; /* gorizontal markazlash */
    height: 80px; /* yoki sizning header balandligingiz */
}


.header-layout1 .sticky-wrapper.sticky .menu-area .header-logo {
    margin-top:-50px;
}

.header-logo img {
    height: 95px; /* logoning balandligini sozlang */
    width: auto;
    object-fit: contain; /* deformatsiyasiz joylashadi */
    transition: transform 0.3s ease;
}

.header-logo img:hover {
    transform: scale(1.05); /* biroz zoom effekti */
}

@media (max-width: 768px) {
    .header-logo img {
        height: 55px;
        margin-top:0px;
    }

    .sticky .header-logo img {
        margin-top:22px;
    }
}

.video-area-1 {
    position: relative;
    /* overflow: hidden; ← olib tashlang */
    background-attachment: scroll; /* yoki comment qiling */
    background-size: cover;
    background-position: center center; /* eng yaxshisi */
    padding: 310px 0;
}

.feature-card .box-title {
    font-size: 25px;
    margin-bottom: 13px;
}

/* partners */

.partner_item {
    position: relative;
    padding: 24px;
    background-color: #f6f8fd;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 24px;
    height: calc(100% - 24px);
}
.partner_item, section.hesitate .main {
    border-radius: 24px;
    background: #f6f8fd;
    padding: 48px;
}

.partner_item .bc_image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 143px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
}

img {
    vertical-align: middle;
    border-style: none;
}

.partner_item .logo_img {
    height: 165px;
    width: 165px;
    box-shadow: 0 0 10px 0 #00000014;
    border-radius: 12px;
    background: #fff;
    padding: 30px;
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}

.partner_item .logo_img img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
}

img {
    vertical-align: middle;
    border-style: none;
}

.partner_item h5 {
    text-transform: uppercase;
    color: #283891;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 27px;
    height: 54px;
}
.partner_item h5, .partner_item p {
    font-size: 18px;
    font-style: normal;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.partner_item p {
    color: #8b94ab;
    font-weight: 400;
    margin-bottom: 53px;
    line-height: 28px;
    height: 56px;
}

.partner_item h5, .partner_item p {
    font-size: 18px;
    font-style: normal;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

@media (min-width: 576px) {
    .d-sm-block {
        display: block !important;
    }
}


.img-fluid {
    max-width: 100%;
    height: auto;
}

@media (min-width: 576px) {
    .d-sm-block {
        display: block !important;
    }
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
}