@charset "utf-8";

/* CSS Document */

.carousel {
    margin: 0px auto 45px auto;
    padding: 0px 0px;
}

.carousel .item {
    color: #747d89;
    min-height: 330px;
    text-align: center;
    overflow: hidden;
}

.carousel .thumb-wrapper {
    padding: 0px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 25px;
    background: #fff;
    border-radius: 6px;
    text-align: center;
    position: relative;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.carousel .item .img-box {
    height: auto;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}

.carousel .item img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.carousel .item h4 {
    font-size: 18px;
    text-align: center;
    padding-bottom: 15px;
    color: #000;
    min-height: 30px;
}

.carousel .item h4,
.carousel .item p,
.carousel .item ul {
    margin-bottom: 5px;
}

.carousel .thumb-content .btn {
    color: #7ac400;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    background: none;
    border: 1px solid #7ac400;
    padding: 6px 14px;
    margin-top: 5px;
    line-height: 16px;
    border-radius: 20px;
}

.carousel .thumb-content .btn:hover,
.carousel .thumb-content .btn:focus {
    color: #fff;
    background: #7ac400;
    box-shadow: none;
}

.carousel .thumb-content .btn i {
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
}

.carousel .carousel-control {
    height: 44px;
    width: 40px;
    background: #d81f2a;
    margin: auto 0;
    border-radius: 4px;
    opacity: 0.8;
}

.carousel-control.left {
    right: 60px;
    left: auto !important;
    top: -125%;
}

.carousel-control.right {
    right: 10px;
    left: auto;
    top: -125%;
}

.carousel .carousel-control:hover {
    background: #d81f2a;
    opacity: 1;
}

.carousel .carousel-control i {
    font-size: 36px;
    position: absolute;
    top: 50%;
    display: inline-block;
    margin: -19px 0 0 0;
    z-index: 5;
    left: 0;
    right: 0;
    color: #fff;
    text-shadow: none;
    font-weight: bold;
}

.carousel .item-price {
    font-size: 13px;
    padding: 2px 0;
}

.carousel .item-price strike {
    opacity: 0.7;
    margin-right: 5px;
}

.carousel .carousel-control.left i {
    margin-left: -2px;
}

.carousel .carousel-control.right i {
    margin-right: -4px;
}

.carousel .carousel-indicators {
    bottom: -50px;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 50%;
    border-color: transparent;
}

.carousel-indicators li {
    background: rgba(0, 0, 0, 0.2);
}

.carousel-indicators li.active {
    background: rgba(0, 0, 0, 0.6);
}

.carousel .wish-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99;
    cursor: pointer;
    font-size: 16px;
    color: #abb0b8;
}

.carousel .wish-icon .fa-heart {
    color: #ff6161;
}

.star-rating li {
    padding: 0;
}

.star-rating i {
    font-size: 14px;
    color: #ffc000;
}

.lm15 {
    margin-left: 15px;
}

.carousel-inner {
    position: initial;
    width: 100%;
    overflow: hidden;
}

@media screen and (max-width: 1024px) {
    .carousel .item {
        color: #747d89;
        min-height: 200px;
        text-align: center;
        overflow: hidden;
    }
    .hm_service {
        width: 100%;
        height: auto;
        padding: 20px 0px;
        background-image: url(../images/service_bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }
}

@media screen and (max-width: 768px) {
    .carousel-control.left {
        right: 58px;
        left: auto !important;
        top: -115%;
    }
    .carousel-control.right {
        right: 10px;
        left: auto;
        top: -115%;
    }
    .carousel .carousel-control {
        height: 31px;
        width: 30px;
        background: #d81f2a;
        margin: auto 0;
        border-radius: 4px;
        opacity: 0.8;
    }
    .carousel .carousel-control i {
        font-size: 25px;
        position: absolute;
        top: 70%;
        display: inline-block;
        margin: -19px 0 0 0;
        z-index: 5;
        left: 0;
        right: 0;
        color: #fff;
        text-shadow: none;
        font-weight: bold;
    }
    .lm15 {
        margin-left: 0px;
    }
}

@media screen and (max-width: 767px) {
    .carousel-control.left {
        right: 58px;
        left: auto !important;
        top: -105%;
    }
    .carousel-control.right {
        right: 10px;
        left: auto;
        top: -105%;
    }
}

@media screen and (max-width: 375px) {
    .hm_service h2 {
        font-size: 28px;
        font-weight: 600;
        letter-spacing: 2px;
        text-align: left;
        padding-bottom: 30px;
        color: #000000;
        margin-top: 5px !important;
    }
}

.img-box:hover {
    opacity: 0.5;
    filter: alpha(opacity=30);
    color: #3c6a92 !important;
}

#myBtn {
    display: none;
    position: fixed;
    background-image: url(../images/move-top.png);
    background-color: transparent;
    bottom: 10px;
    right: 10px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    color: #000;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    width: 52px;
    height: 52px;
}

.hm_service .carousel .item {
    color: #747d89;
    min-height: unset;
    text-align: center;
    overflow: hidden;
}