* {
    box-sizing: border-box;
}

.banner-top {
    color: white;
    position: relative;
    padding: 80px 0;
    vertical-align: middle;
    text-align: center;
    background-color: #151515;
    background-image: url('../../images/video.jpg');
    background-attachment: fixed;
}


.main-content img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.text-justify {
    text-align: justify;
}

.li_custom {
    padding-left: 15px;
}

.bg-image {
    background-size: cover;
    background-position: center center;
}


.li_custom li {
    /* display: inline; */
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    font-family: heebo, sans-serif;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.05em;
}

.list-marked {
    list-style-type: circle;
    margin-left: 1rem;
}

ul li {
    
    margin: 0;
    padding: 0;
}

@media screen and (min-width:1200px) {
    .banner {
        padding: 95px 0;
    }
}


@media screen and (min-width:992px) {
    .section_md {
        padding: 90px 0;
    }

    .custom_title {
        font-size: 48px;
        line-height: 1.16667;
    }
}

@media (min-width : 768px) {
    .section_md {
        padding: 70px 0;
    }

    .custom_title {
        /* font-size: 38px; */
        line-height: 1.3;
    }
}

@media screen and (max-width:767px) {

    .li_custom li,
    .li_custom li a {
        font-size: 12px;
    }

    .li_custom {
        /* padding-left: 1%; */
    }
}

@media (min-width: 1200px) {
    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    /* .custom_title {
        font-size: 26px;
    } */
}

.image img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

h2,
.heading-2 {
    font-size: 26px;
    line-height: 1.3;
    letter-spacing: 0.02em;
}

@media (min-width: 768px) {

    h2,
    .heading-2 {
        font-size: 38px;
        line-height: 1.3;
    }
}

@media screen and (min-width:992px) {

    h2,
    .heading-2 {
        font-size: 48px;
        line-height: 1.16667;
    }
}

@media (min-width: 992px) {
    .section-md {
        padding: 90px 0 50px;
    }
}

.list-marked {
    padding-left: 3.9px;
    margin-top: 30px;
}

.list-marked li {
    margin-top: 15px;
}

.tabs-custom.tabs-line .nav-tabs {
    position: relative;
    text-align: center;
}

.tabs-custom .nav {
    /* display: block; */
    display: flex;
    justify-content: center;
}

@media screen and (max-width:512px) {
    .tabs-custom .nav {
        display: block;
        text-align: center;
    }

    /* .tabs-custom li a {
        background-color: purple;
        color: white;
    } */
}

@media (max-width: 767px) {

    /* .tabs-custom.tabs-line .nav-link.active,
    .tabs-custom.tabs-line .nav-link.active,
    .tabs-custom.tabs-line {
        color: #fff;
        background: var(--red);
        border-color: #6f045b;
    } */
}

.tabcontent {
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.icon {
    font-size: 10rem;
    color: var(--theme);
}

.fa-long-arrow-right,
.fa-arrow-right-long {
    color: var(--theme);
}

.bg-img {
    background: url('../../../assets/Images/bg-gray.png') no-repeat;
    background-size: cover;
}


@media screen and (max-width:991px) {
    .offset-md-1 {
        margin-left: 0;
    }

    .about-icon {
        text-align: center;
    }

    .section-md {
        padding: 70px 0;
    }
}

.client-logo {
    margin-bottom: 20px;
}

.tab-links {
    font-size: 20px;
}

.mobile-map {
    display: none !important;
}

@media screen and (max-width:767px) {
    .mobile-none {
        display: none !important;
    }

    .map {
        display: none;
    }

    .mobile-map {
        display: block !important;
    }

    .mobile-map .whole-location-box {
        background-color: #fff;
        max-width: 80%;
        padding: 18px 15px;
        margin-bottom: 18px;
    }

    .whole-location-box .media {
        display: flex;
        align-items: center;
    }


}

.ekit_hotspot_image {
    flex: 0 0 20%;
}

i.fa-location-dot {
    font-size: 1.3rem;
}

/* .whole-location-box {

} */


@media screen and (max-width:575px) {
    .mobile-map .whole-location-box {
        max-width: 100%;
    }

    .nav-tabs .nav-link.active,
    .nav-tabs .nav-link.active:focus,
    .nav-tabs .nav-link.active:hover,
    .nav-tabs .nav-link:hover {
        border-bottom: none;
        background-color: var(--theme);
        color: white;
        /* font-size: 18px; */
    }

    .nav-tabs .tab-link {
        font-size: 1.5rem;
    }
}


.Carousal-box {
    min-height: 426px;
}

.Carousal-box img {
    height: 426px;
}

.section-md h4 {
    margin-bottom: 15px;
}

.section-md h3 {
    margin-bottom: 15px;
}
