.slide img,
.slide2 img {
    width: 100%;
}

.slide,
.slide2 {
    position: relative;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 512px;
    max-height: 550px;
}

@media (max-width:1400px) {
    .slide,
    .slide2 {
        max-height: 350px;
    }

    .content-card .card {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
}

    .slide .video-container {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }

        .slide .video-container video {
            width: 100%;
            height: auto;
        }

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 1rem 0;
    padding: 1rem 0;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

    .slick-dots li {
        margin: 0 0.25rem;
        list-style: none;
    }

    .slick-dots button {
        display: block;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        padding: 0;
        border: none;
        background-color: rgb(255 255 255);
        text-indent: -9999px;
    }

    .slick-dots li.slick-active button {
        background-color: rgb(156, 156, 156);
    }

.slide-carousel-01 {
    height: 512px;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev {
    background: url('../img/chevron-icon-prevt.png') no-repeat;
    background-size: cover;
}

.slick-next {
    background: url('../img/chevron-icon-next.png') no-repeat;
    background-size: cover;
}

    .slick-prev:before, .slick-next:before {
        font-family: 'slick';
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-next {
    right: 25px;
    z-index: 1;
}

.slick-prev {
    left: 25px;
    z-index: 1;
}

.carousel-card-content {
    display: flex;
}

@media (min-width:1024px) {
    .content-card .card {
        width: 50%;
    }
}

.content-card .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-card-center .card .card-body {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-card.left {
    display: flex;
    justify-content: flex-start;
}

.content-card.right {
    display: flex;
    justify-content: flex-end;
}

.content-card-bg .card {
    height: 512px;
    background: linear-gradient(135deg, #196370, #073d47);
    padding: 0.875em 2em;
}

.content-card .card .card-body h3 {
    color: #ffffff;
    text-align: left;
    font-size: 30px;
}

.content-right-align .card .card-body h3 {
    text-align: end;
    color: #ffffff;
    font-size: 30px;
}

.content-card .card .card-body p {
    color: #ffffff;
    text-align: left;
    font-size: 20px;
}

.content-right-align .card .card-body p {
    color: #ffffff;
    text-align: end;
    font-size: 20px;
}

.content-left .card .card-body .btn-group, .content-right .card .card-body .btn-group {
    display: flex;
    justify-content: left;
}

.carousel-content h3 {
    font-size: 30px;
    text-transform: capitalize;
    color: #ffffff;
}

.carousel-content p {
    font-size: 18px;
    text-transform: capitalize;
    color: #ffffff;
}

.content-right-align .card .card-body .btn-group {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.btn-group {
    display: flex;
    justify-content: flex-start !important;
}

.text-btn a:first-child {
    margin-right: 65px;
}

.card-btn a:first-child {
    margin-right: 25px;
}

.btn-group a {
    color: #ffffff;
}

    .btn-group a.carousel-fill-btn {
        background-color: #a9c23f;
    }

@media (max-width:767px) and (min-width:300px) {
    .btn-group {
        justify-content: space-between !important;
    }

    .text-btn a:first-child, .card-btn a:first-child {
        margin-right: 0;
    }

    .slide .video-container video {
        width: 100%;
        height: 512px;
        object-fit: cover;
        z-index: -100;
    }

    .slick-next {
        background-size: contain;
        right: 5px;
        width: 25px;
    }

    .slick-prev {
        background-size: contain;
        left: 5px;
        width: 25px;
    }

    .text-btn a.button, .card-btn a.button {
        padding: 0.5em 1em;
    }
}

@media (min-width:768px) and (max-width:820px){
    .slide .video-container video {
        width: 100%;
        height: 512px;
        object-fit: cover;
        z-index: -100;
    }

    .slick-next {
        background-size: contain;
        right: 5px;
        width: 25px;
    }

    .slick-prev {
        background-size: contain;
        left: 5px;
        width: 25px;
    }
}
