.flex-col {
    flex-direction: column !important;
}

button#my-icon:focus-visible {
    outline: 0;
}

@media (max-width:1199px) {
    .title h2 {
        font-size: 2rem;
        font-weight: 600;
    }

    .gfc-para {
        font-weight: 400;
        font-size: 15px;
        line-height: 1.6;
    }

    .team-img {
        width: 250px;
        height: 250px;
        padding: 15px;
    }

    .team-img:before {
        width: 320px;
        height: 320px;
    }
}

@media (max-width:991px) {
    .carousel-caption {
        text-align: center !important;
    }

    .icon-wheel-5 {
        background-size: 70%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .contact-info-para {
        color: #fff;
        font-size: 14px;
    }

    .footer-info-txt {
        font-weight: 400;
        font-size: 12px;
    }

    .title h2 {
        font-size: 1.7rem;
        font-weight: 600;
    }

    .pd100 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .pd50 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .icon-sailboat-line-3 {
        opacity: 0.2;
    }

    .menu iconify-icon {
        color: var(--color-primary) !important;
    }

    .services .d-flex.flex-col:first-child,
    .services .d-flex.flex-col:last-child {
        flex-direction: column-reverse !important;
    }

    .services .d-flex.flex-col {

        max-width: 500px;
        margin: auto;
    }

    .service-img img {
        border-radius: 20px;
        margin-bottom: 30px;
        max-height: 300px;
        width: 100%;
        object-fit: cover;
    }

    section.vendor.page-title-section {
        background: url(/images/page-title-bg.jpg);
        padding-top: 50px;
        padding-bottom: 50px;
        color: #fff;
        position: relative;
    }

    .h1,
    h1 {
        font-size: 1.5rem;
    }

    .h3,
    h3 {
        font-size: 1.5rem;
    }

    .h5,
    h5 {
        font-size: 1.15rem;
    }

    .cbox {
        text-align: center;
        margin-bottom: 30px;
    }

    iframe {
        height: 300px;
        margin-bottom: 30px;
    }

    .bluebox {
        flex-direction: column;
        background-color: var(--color-primary);
        padding: 15px;
        border-radius: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .gfc-para {
        line-height: 1.6;
        text-align: left;
    }
}