﻿.fh-latest-post .owl-item {
    padding:0;
}

.fh-testimonials-carousel .testi-item {
    width: 50%;
    background: rgba(12, 18, 57, .5);
}

@media (max-width: 1200px) {
    .fh-testimonials-carousel .testi-item {
        width: 100%;
        text-align:center;
    }
}

.fh-testimonials-carousel .testi-wrapper {
    background-position: center right;
    background-size: cover;
}

#carouselTestimonials {
    padding-bottom: 0;
}

/* Card Comparison */
.card-network-details .col-3 {
    text-align: right;
}

@media (max-width: 667px) {
    .card-image {
        width: 100%;
        max-width: 320px;
        /*width: 400px;
        height: 251px;*/
    }
}

/* Cookie consent*/
#cookiecontent {
    font-family: 'Montserrat','Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
}

/* Partner Slider */
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    color: whitesmoke;
    position: absolute;
    margin-top: -115px;
    font-size: 64px;
}

/* Home Slider */
.slider-image {
    height: 850px;
    object-fit: cover;
    /*object-position: bottom;*/
}
.slider-caption {
    position: absolute;
    left: 710px;
    left: 50%;
    left: 10%;
    top: 300px;
    width: 635px;
    height: 400px;
    background-color: rgba(0,0,0,0.2);
    color: white;
    padding: 0 40px
}

@media (max-width: 1200px) {
    .slider-caption {
        left: auto;
        /*right: 0;*/
    }
}

@media (max-width: 667px) {
    .slider-caption {
        top: 104px;
        left: 0;
        padding: 30px 40px;
        width: 100%;
    }
}

.slider-buttons {
    /*width: 80%;*/
    margin-top: 30px;
}

.slider-button {
    z-index: 10;
    border: solid 1px white;
    cursor: pointer;
    text-decoration: none;
    line-height: 15px;
    margin: 0 20px 0 0;
    padding: 17px 35px;
    width: 175px;
    font-family: 'Montserrat','Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: white;
    display: inline-block;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

    .slider-button:hover {
        background-color: #e10707;
        border-color: #e10707;
        color: white;
    }

.slider-text {
    z-index: 8;
    letter-spacing: 0px;
    font-size: 18px;
    font-family: Poppins;
    line-height: 35px;
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    width: 80%;
}

.slider-title {
    color: white;
    font-size: 55px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
}


@media (max-width: 667px) {
    .slider-image {
        height: 500px;
    }
    .carousel-control-prev, .carousel-control-next {
        /*display:none;*/
    }
    .slider-title {
        font-size: 40px;
    }
    .slider-text {
        display: none;
    }
    .slider-buttons {
        width: 100%;
        margin-top:50px;
    }
    .slider-button {
        padding:17px 17px;
        width:150px;
        display:inline;
        margin-right: 5px;
    }
}

.card-details .fh-btn {
    white-space: nowrap;
}

.card-details-image {
    border-radius: 13px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
}

.text-right {
    text-align: right;
}

@media (min-width: 768px) {
    .text-md-right {
        text-align: right;
    }
}

.topbar .account-login {
    background: #F7F7F7;
    color: #0c1239 !important;
    padding: 8px 12px !important;
    border-radius: 4px;
}