@media (max-width: 1199px) {
    .slide-block-info {
        text-align: center;
    }
}
@media (min-width: 2500px) {
    .carousel-title {
        font-size: 68px;
    }
    .carousel-info-wrapper {
        top: 0 !important;
        align-items: center;
        display: flex !important;
    }

}
@media (min-width: 1200px) {
    .carousel-action-wrapper {
        max-width: 1110px;
        margin-left: -555px;
    }
    .carousel-indicators-info h3 {
        font-size: 20px !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .carousel-action-wrapper {
        max-width: 930px;
        margin-left: -465px;
    }
    .carousel-nav-btn {
        margin-left: -465px !important;
    }
    .carousel-info-wrapper {
        margin-left: -480px;
    }
}

@media (min-width: 768px) {
    .page-title-block h1 {
        font-size: 4rem;
    }
    .page-title-block h2 {
        font-size: 1.5rem;
    }
    .form-wrapper .row:first-child .input {
        margin-top: 0;
    }
    .cycle-number {
        max-width: none;
    }
    .cycle-number:before {
        top: 0;
        bottom: 0;
        width: 2px;
        right: -2px;
        content: '';
        display: block;
        position: absolute;
        border-left: 1px dotted #000;
    }
    .cycle-number:after {
        top: 50%;
        content: '';
        width: 10px;
        height: 10px;
        right: -.4rem;
        display: block;
        position: absolute;
        border-radius: 50%;
        margin-top: -1.8rem;
        background-color: #231F20;
    }
    .cycle-row:last-child .cycle-number:before {
        bottom: 43px;
    }
    .cycle-row {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .navbar-main {
        padding: 0;
        text-align: left;
    }
    .nav-main-item .dropdown-item {
        text-align: left;
    }
    .nav-opt {
        padding: 1.5rem .7rem !important;
    }
    .nav-item.active {
        position: relative;
    }
    .nav-item.active:before {
        top: 0;
        left: 12px;
        width: 30px;
        height: 3px;
        content: '';
        display: block;
        position: absolute;
        background-color: #005DAB;
    }
    .nav-item-search {
        display: flex;
    }
    .footer-logo {
        margin: 0;
    }
    .footer-title:before {
        left: 15px;
    }
    .footer-row {
        width: 100%;
        display: flex;
    }
    .footer-cell {
        margin-top: 0;
        text-align: left;
        min-height: 175px;
    }
    .footer-cell > ul {
        top: 75px;
        position: absolute;
    }
    .carousel-action-wrapper {
        left: 50%;
        bottom: 20px;
        padding-left: 80px;
        z-index: 1 !important;
        justify-content: initial;
    }
    .carousel-indicators-info {
        color: #fff;
    }
    .carousel-indicators-info h3:before {
        top: 0;
        left: 0;
        width: 30px;
        height: 3px;
        content: '';
        display: block;
        position: absolute;
        background-color: #fff;
    }
    .active .carousel-indicators-info h3:before {
        background-color: #FFEA02
    }
    .carousel-indicators-info h3 {
        font-size: 16px;
        font-weight: 700;
        padding-top: 15px;
        position: relative;
    }
    .carousel-indicators-info p {
        margin: 0;
        font-size: 16px;
        line-height: 21px;
    }
    .carousel-action-wrapper li {
        width: auto;
        border: none;
        height: 100px;
        margin-left: 0;
        background: none;
        position: relative;
        padding-right: 20px;
        text-indent: initial;
    }
    .carousel-nav-btn {
        bottom: 0;
        left: 50%;
        z-index: 2;
        position: absolute;
    }
    .carousel-nav-btn a {
        width: 42px;
        height: 42px;
        display: flex;
        position: static;
        margin-bottom: 5px;
        align-items: center;
        justify-content: center;
    }
    .carousel-nav-btn {
        bottom: 45px;
        margin-left: -555px;
    }
    .carousel-nav-btn .container {
        padding: 0;
    }
    .carousel-nav-btn .carousel-control-prev-icon,
    .carousel-nav-btn .carousel-control-next-icon {
        width: 40px;
        height: 40px;
        background-size: 38px !important;
    }
    .carousel-nav-btn .carousel-control-prev-icon {
        background: url('../img/arrow-prev.png') center no-repeat;
    }
    .carousel-nav-btn .carousel-control-next-icon {
        background: url('../img/arrow-next.png') center no-repeat;
    }
    .carousel-info-wrapper {
        top: 15%;
        display: inline-block;
    }
    .contain-title {
        padding: 0 20px 0 20px;
    }
    .contain-title h3 {
        font-size: 3.5vw;
    }
    .contain-text {
        padding-left: 25px;
        border-left: 3px solid #231F20;
    }
    .mosaic {
        border: none;
    }
    .slide-wrapper .slick-arrow {
        top: -65px;
        width: 43px;
        height: 43px;
    }
    .slide-wrapper .slick-prev {
        right: 53px;
    }
    .slide-wrapper .slick-next {
        right: 0;
    }
    .section-title {
        padding: 0;
    }
    .slide-item {
        padding: 0 5px;
    }
    .cycle-number {
        font-size: 3rem;
        min-height: 100px;
        margin-bottom: 3rem;
    }
    .cycle-wrapper h5 {
        font-size: 2rem;
    }
    .cycle-wrapper h6 {
        font-size: 1.5rem;
        margin: .2rem 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .carousel-info-wrapper {
        margin-left: -345px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .nav-opt {
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .navbar-main {
        padding: .5rem 0;
    }
    .navbar-main .navbar-nav {
        margin-top: 1rem;
    }
}
@media (max-width: 767px) {
    .carousel-subtitle {
        font-size: 2vw;
    }
    .carousel-info-wrapper {
        padding: 0;
        margin-left: -260px;
    }
    .btn-action {
        font-size: 2vw;
        margin-top: 1vw;
        padding: 1vw 2.5vw;
    }
    .carousel-nav-btn {
        display: none;
    }
    .page-title-block h1 {
        font-size: 32px;
    }
    .page-title-block h2 {
        font-size: 14px;
    }
}
@media (max-width: 575px) {
    .carousel-info-wrapper {
        left: 30px;
        margin-left: 0;
    }
}