﻿@media (min-width: 320px) and (max-width: 767px) {
    .tabs-links li.nav-item

{
    width: unset !important;
    background: #fff;
}

.service-content {
    padding: 30px 10px !important;
    height: 175px;
}

.tc-testimonials-style1 .tc-clients-style1 .slider-controls {
    bottom: 9px !important;
}

.tc-testimonials-style1 .lg-icon {
    position: absolute;
    font-size: 148px;
    top: -10px;
}

.new-stye-cta h2 {
    font-size: 30px !important;
    text-align: left;
    color: #fff;
}

}

@media (min-width: 768px) and (max-width: 991px) {
    .service-content {
        padding: 30px 10px !important;
        height: 100%;
    }

    .service-card1 .text {
        font-size: 22px;
        margin: 5px 0px;
        line-height: 32px;
    }

    .new-form1 {
        padding: 0px 10px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .tc-header-style1 {
        position: relative;
        height: 50vh;
        overflow: hidden;
    }
}

.service-card1 img {
    height: 287px;
}

.service-content {
    height: 175px;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}
.country {
    color: #9c8c66;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display:block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

.h2, .h3, .h4, .h5, .h6 {
    word-break: break-word;
    font-family: var(--font-secondary);
    line-height: 1.4074;
    color: var(--color-heading);
}

.bg_1 {
    background-color: #f6f6f6;
}

.ptb-70 {
    padding: 70px 0px;
}

@media (min-width: 768px) {
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

