.SFX_title_1 {
    font-size: 40px;
    color: #003e7e;
    font-weight: 600;
    margin-bottom: 3%;
}

.SFX_interest_no_padding {
    padding: 0px;
}

.SFX_block_small {
    background-size: cover;
    padding-top: 117.65%;
    border-radius: 25px;
    width: 100%;
    position: relative;
    transition: 0.8s;
}

.BTN_block svg {
    fill: #377dff;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 12px;
    top: 12px;
}

.SFX_block_small:hover > .BTN_block svg {
    fill: white;
}

.SFX_block_content_small_block {
    position: absolute;
    top: 14%;
    left: 10%;
}

.SFX_block_title {
    font-size: 20px;
    margin-bottom: 4%;
}

.SFX_block_content_small {
    font-size: 150%;
    font-weight: 600;
}

.BTN_block {
    height: 35px;
    width: 35px;
    background: white;
    position: absolute;
    right: 15px;
    bottom: 15px;
    border-radius: 100%;
    transition: 0.8s;
}


.BTN_block i{
    position: absolute;
    left: 14px;
    top: 13.5px;
    font-size: 20px;
}

.BTN_block img {
    left: 15px;
    top: 15px;
    position: absolute;
    width: 32%;
}

.SFX_personal_product_interest_block a {
    text-decoration: none;
    color: inherit;
}

.SFX_personal_product_interest_block .col-md-3 {
    padding-left: 25px;
    padding-right: 25px;
}

.SFX_personal_product_interest_block .col-md-3:first-child {
    border-left: none;
}

.SFX_personal_product_interest_block .col-md-3:last-child {
    border-right: none;
}

.carousel-control {
    top: 82%;
    color: #377dff;
    text-shadow: none;
    opacity: 1;
}

.carousel-control-half {
    top: 50%;
    margin: 0% -3%;
}

.carousel-indicators .active {
    border: 2px solid #377dff;
}

.carousel-indicators li {
    background-color: #e1e1e1;
    border: none;
}

.carousel-control.left {
    background-image: none;
}

.carousel-control.right {
    background-image: none;
}

.item > a > .col-md-12 {
    width:60%;
    margin:0px 20%;
    padding-bottom:60px;
}

/*Block Hover effect*/

.SFX_block_small:hover {
    cursor: pointer;
    transform: scale(1.04,1.04);
    transition: 0.8s;
}

.SFX_block_small:hover .BTN_block {
    transition: 0.8s;
    background-color: #377dff;
}

.SFX_block_small:hover .BTN_block i {
    color: #ffffff;
    transition: 0.8s;
}

.SFX_block_overlay {
    border-radius: inherit;
    background-color: rgba(0,0,0,0);
    width: inherit;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    transition: 0.8s;
}

.SFX_block_small:hover .SFX_block_overlay {
    background-color: rgba(0,0,0,0.3);
    transition: 0.8s;
    -webkit-box-shadow: 0px 0px 66px -20px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 66px -20px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 66px -20px rgba(0,0,0,0.75);
}

#productCarousel a {
    color: inherit;
}


@media screen and (max-width: 992px) {
    .SFX_title_1 {
        font-size: 2em;
        margin-bottom: 30px;
    }

    .SFX_block_content_small {
        font-size: 4vmin;
    }

    .BTN_block {
        height: 35px;
        width: 35px;
        right: 5%;
        bottom: 5%;
    }

    .BTN_block i {
        left: 8.5px;
        top: 7.5px;
  
    }
}

.fa-arrow-left:before, .fa-arrow-right:before {
    color: #377dff;
}

#productCarousel .carousel-control-half{
    margin-top: -60px;
}

@media screen and (max-width:1040px){
    .SFX_block_small {
        padding: 0;
        height: calc(190px + (650 - 190) * ((100vw - 320px) / (1040 - 320))) !important;
        max-height:490px;
    }
    #productCarousel a.left.carousel-control.carousel-control-half {
        left: 10%;
    }

    #productCarousel a.right.carousel-control.carousel-control-half {
        right: 10%;
    }

    #productCarousel > .carousel-inner > .right{
        width:100%;
    }
}
