

/* slider dot css start */

ul.slick-dots {
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0px;
    list-style: none;
    right: 0;
    text-align: center;
    justify-content: center;
    margin-bottom: 20px;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 31px;
    margin: 0;
    padding: 13px 2px;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 5px;
    height: 5px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

li.slick-active button {
    border: 3px solid #ffffff;
    border-radius: 50%;
}

.slick-dots li button:before {
    content: "•";
    font-size: 40px;
    line-height: 35px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 21px;
    height: 51px;
    text-align: center;
    opacity: 2.25;
    color: #c9262c;
}

.slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    margin: auto;
    background-color: transparent;
    border-radius: 60px;
    border: 2px solid #fff;
    cursor: pointer;
    outline: none;
    z-index: 2;
    transition: background-color 0.3s ease;
}

.slick-arrow.slick-prev {
    left: 20px;
}

.slick-arrow.slick-next {
    right: 20px;
}

.slick-arrow:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}

.slick-arrow:hover {
    background-color: #c9262c;
}

.slick-arrow.slick-prev:before {
    transform: rotate(-45deg) translate(2px, 2px);
}

.slick-arrow.slick-next:before {
    transform: rotate(135deg) translate(2px, 2px);
}

.slider-progress span.active {
    width: 100%;
}

@keyframes fadeindown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    50% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}

/* slider dot css end */

.th-btn:before,.th-btn:after {
    content: "";
    position: absolute;
    background-color: #000000;
    z-index: -1;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    top: 50%;
    width: 20px;
    height: 20px;
    border-radius: 0
}

.th-btn:before {
    left: -20px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.th-btn:after {
    right: -20px;
    -webkit-transform: translate(50%, -50%) rotate(45deg);
    -ms-transform: translate(50%, -50%) rotate(45deg);
    transform: translate(50%, -50%) rotate(45deg)
}
.th-btn .icon {
    overflow: hidden;
    display: inline-block
}

.th-btn i {
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
    position: relative;
    right: 2px
}

.th-btn:hover,.th-btn.active {
    color: white;
    box-shadow: none
}

.th-btn:hover:before,.th-btn.active:before {
    -webkit-animation: criss-cross-left 0.9s both;
    animation: criss-cross-left 0.9s both;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

.th-btn:hover:after,.th-btn.active:after {
    -webkit-animation: criss-cross-right 0.9s both;
    animation: criss-cross-right 0.9s both;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

.th-btn:hover i,.th-btn.active i {
    -webkit-animation: btn-icon-anim 0.9s both;
    animation: btn-icon-anim 0.9s both;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}
@-webkit-keyframes criss-cross-left {
    0% {
        left: -20px
    }

    50% {
        left: 50%;
        height: 20px;
        width: 20px
    }

    100% {
        left: 50%;
        height: calc(300px*1.5);
        width: calc(300px*1.5)
    }
}

@keyframes criss-cross-left {
    0% {
        left: -20px
    }

    50% {
        left: 50%;
        height: 20px;
        width: 20px
    }

    100% {
        left: 50%;
        height: calc(300px*1.5);
        width: calc(300px*1.5)
    }
}

@-webkit-keyframes criss-cross-right {
    0% {
        right: -20px
    }

    50% {
        right: 50%;
        height: 20px;
        width: 20px
    }

    100% {
        right: 50%;
        height: calc(300px*1.5);
        width: calc(300px*1.5)
    }
}

@keyframes criss-cross-right {
    0% {
        right: -20px
    }

    50% {
        right: 50%;
        height: 20px;
        width: 20px
    }

    100% {
        right: 50%;
        height: calc(300px*1.5);
        width: calc(300px*1.5)
    }
}
.newsletter:after,
.newsletter:before {
    content: '';
    height: 0;
    width: 0;
    top: 0;
    position: absolute;
    border-bottom: 22px solid #c9262c;
}

.newsletter:before {
    right: 100%;
    border-left: 18px solid transparent;
}

.newsletter:after {
    left: 100%;
    border-right: 18px solid transparent;
}

.newsletter-text {
    max-width: 300px;
}


.newsletter form {
    display: flex;
    margin-left: 20px;
}



.newsletter-text h2 {
    color: white;
    font-size: 30px;
    margin-bottom: 15px;
}

.newsletter-text p {
    margin-bottom: 5px;
}

@media only screen and (max-width:768px) {
    .slick-arrow {
        width: 30px;
        height: 30px;
    }
    .newsletter form{
        display: block;
    }
}


.swiper-slide.detail-main {
    overflow: hidden !important;
    text-align: center ;
}
