@media screen and (min-width: 1365px) {
    .container {
        width: 1302px;
    }

}

@media screen and (min-width:1600px) {}

@media screen and (max-width:1365px) {}

@media screen and (max-width:1199px) {
    .hero-sec .text-box p {
        font-size: 14px;
        line-height: 22px;
    }

    .hero-sec .img-holder::after {
        top: -38px;
        right: -18px;
        width: 384px;
        height: 311px;
    }

    .box-body p {
        font-size: 16px;
        line-height: 25px;
    }

    .value-inner-box {
        grid-gap: 10px;
        padding: 18px 16px;
    }

    .value-box-icon {
        width: 44px;
        height: 56px;
        padding: 10px;
    }

    .value-inner-box p {
        font-size: 14px;
        line-height: 20px;
    }

    .card-row {
        grid-gap: 14px;
    }

    .calendar-sec h2 {
        font-size: 40px;
    }

    .vision-box-header h2 {
        top: 44px;
    }

    .text-box h2 {
        font-size: 34px;
    }
}

@media screen and (max-width:991px) {
    .hero-sec .row {
        flex-wrap: wrap;
    }

    .mt-40 {
        margin-top: 40px;
    }

    .hero-sec .img-holder {
        margin-top: 68px;
    }

    .hero-sec {
        padding: 80px 0px;
    }

    .vision-box-header img {
        width: 100%;
    }

    .box {
        margin-top: 40px;
    }

    .card-row {
        grid-template-columns: 4fr;
    }

    .remember-box {
        max-width: 100%;
        width: 100%;
    }

    .calendar-sec {
        padding: 60px 0px;
        margin: 60px 0px;
    }

    .remember-right {
        max-width: 100%;
        margin-left: 0px;
        margin-top: 48px;
        margin-right: -76px;
    }
}

@media screen and (max-width:767px) {
    .card-row2 {
        grid-template-columns: 4fr;
    }

    .dropdwon-btns {
        flex-wrap: wrap;
    }

    .btn-dropdown {
        font-size: 14px;
        padding: 14px 10px 14px 10px;
    }

    .modal {
        margin: 16px;
    }

    .btn-dropdown svg {
        margin-left: 25px;
    }

    .modal-header .close {
        top: 0px;
        right: 3px;
    }

    .modal-body {
        padding: 28px 20px 32px 20px;
    }

    .btn-download {
        font-size: 12px;
    }

    .text-box h2 {
        font-size: 25px;
        line-height: 36px;
    }

    .team-sec {
        padding: 32px 0px 0px;
    }
}

@media screen and (max-width:575px) {
    .hero-sec .img-holder::after {
        top: -23px;
        right: -9px;
        width: 100%;
        height: 262px;
    }

    .icon-box {
        width: 81.059px;
        height: 95px;
        margin: -46px auto 0px;
        padding: 13px;
    }

    .box-body {
        padding: 0px 16px 30px;
    }

    .btn-download {
        font-size: 12px;
        display: flex;
        width: 100%;
        padding: 14px 12px;
        white-space: normal;
        line-height: 15px;
        align-items: center;
    }

    .calendar-sec p {
        font-size: 14px;
        line-height: 20px;
    }

    .month-body h4 {
        font-size: 94px;
        margin-bottom: 12px;
    }

    .month-header h4 {
        font-size: 30px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 40px;
        height: 40px;
        padding: 9px;
    }

    .value-box-icon {
        margin-bottom: 20px;
    }

    .value-inner-box {
        display: block;
    }

    .swiper-button-next {
        right: 0px;
    }

    .mt-20 {
        margin-top: 40px;
    }

    .swiper-button-prev {
        left: 0px;
    }

    .remember-right {
        margin-right: 0px;
    }

    .month-body h5 {
        font-size: 44px;
        letter-spacing: 1.62px;
    }

    .calendar-sec h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .btn-download img {
        height: 30px;
    }

    .vision-box-header img {
        width: 100%;
        height: 150px;
        object-fit: cover;
        object-position: center;
    }

    .hero-sec {
        padding: 60px 0px;
    }
}

@media screen and (max-width:375px) {}