.nav-end {
    display: none;
}
@media screen and (max-width: 1200px) {
    .nav-end {
        display: block;
    }
}

.car-sign > div {
    margin-bottom: 50px;
}

.hero__content .main-title {
    font-size: 65px;
}

.main-header-area .logo-img img {
    max-width: fit-content;
}

.features-2:hover::after {
    opacity: 0.5;
}

.features__content p {
    font-size: 20px;
}

.features-2 .features__content h4 {
    font-size: 30px;
}

.features__content .more_btn {
    font-size: 20px;
}

.hero-style-2 {
    padding: 190px 0 90px 0;
}

.gservices__content p {
    font-size: 20px;
}

.theme-bg.blue {
    background: #0b2154;
}

.header-top-2 .haeader_social a {
    border-right: #0b2154;  
}

.header-top-2 .haeader_social a:first-child {
    border-left: #0b2154;
}

.header-top-2 .cta_list li.number-class {
    font-size: 20px !important;
}

.cta_list.cta_list_custom {
    justify-content: space-between;
    display: flex;
    vertical-align: middle;
    align-items: center;
}
.main-menu ul li > a {
    font-size: 16px;
}
@media screen and (max-width: 1400px) {
    .main-menu ul li > a {
        font-size: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
    .header-top-2 .cta_list li {
        font-size: 12px !important;
    }
    .header-top-2 .cta_list li.number-class {
        font-size: 12px !important;
    }
}

.accordion-item .accordion-header .accordion-button {
    font-size: 20px;
}

.header-area {
    position: fixed;
}

.sticky {
    top: 47px;
}
@media screen and (max-width: 992px) {
    .sticky.custom-top-menu {
        top: 75px;
    }
}
@media screen and (max-width: 768px) {
    .sticky.custom-top-menu {
        top: 61px;
    }
}


@media screen and (max-width: 768px) {
    .d-none-768 {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .cta_list.cta_list_custom {
        justify-content: center;
        padding-bottom: 5px;
    }
}

@media screen and (max-width: 433px) {
    .cta_list.custom-font-mob {
        font-size: 14px;
    }
}

@media screen and (max-width: 390px) {
    .header-top-2 .cta_list li.number-class {
        font-size: 16px !important;
    }
    .cta_list.custom-font-mob {
        font-size: 12px;
    }
}
@media screen and (max-width: 390px) {

    .cta_list.custom-font-mob {
        font-size: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .chose-style-1 .chose-us-img {
        height: 700px !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    .chose-style-1 .chose-us-img {
        height: 600px !important;
    }
}

.theme_btn.btn-outline {
    font-size: 24px;
}

.theme_btn .icon_box i {
    font-size: 18px;
    top: 2px;
}

.scroll-target {
    color: unset;
    background: unset;
    width: unset;
    height: unset;
    display: unset;
    position: unset;
    left:unset;
    right:unset;
    margin:unset;
    bottom: unset;
    border-radius: unset;
    text-align: unset;
    line-height: unset;
    z-index: unset;
}

.scroll-target:hover {
    background: unset;
}

.faq-style-1 {
    padding-top: 0;
}

.chose_wrapper .services_text_list a:hover {
    color: #d81324;
}