.carousel-3d-body {
    overflow-x: hidden;
}
.carousel-3d {
    position: relative;
    width: 60%;
    height: 400px;
    margin: 30px auto;
    -webkit-perspective: 1000px;
    perspective: 500px;
}
.carousel-3d .carousel-3d-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: translateZ(-288px);
    transform: translateZ(-288px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
}
.carousel-3d .carousel-3d-item {
    position: absolute;
    width: 190px;
    height: 120px;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    -o-transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s, -webkit-transform 1s;
    opacity: 0.5;
}
.carousel-3d .carousel-3d-item img {
    width: auto !important;
    height: 100% !important;
    background: #fff;
    padding: 5px;
    border-radius: 10px;
    -o-object-fit: cover !important;
    object-fit: cover !important;
}
.carousel-3d .carousel-3d-controls {
    position: absolute;
    left: 0;
    top: -80px;
    width: 100%;
    /* height: 100%; */
    text-align: center;
}

.carousel-3d .carousel-3d-controls a {
    background: #03275A !important;
    padding: 5px 17px !important;
    border-radius: 17px !important;
    margin: 0px 10px;
    text-decoration: none;
    width: 65px;
    color: #fff;
    cursor: pointer;
}
@media (max-width: 1200px) {
    .carousel-3d .carousel-3d-item img {
        width: 100%!important;
        height: 100%!important;
        -o-object-fit: cover!important;
        object-fit: cover!important;
    }
    
}



@media (max-width: 768px) {
    .carousel-3d {
        -webkit-perspective: 200px;
        perspective: 200px;
    }
    .carousel-3d .carousel-3d-item {
        position: absolute;
        width: 95px;
        height: 60px;
        -webkit-transition: opacity 1s, -webkit-transform 1s;
        -o-transition: transform 1s, opacity 1s;
        transition: transform 1s, opacity 1s;
        transition: transform 1s, opacity 1s, -webkit-transform 1s;
    }
    .carousel-3d-vertical {
        -webkit-perspective: 2000px;
        perspective: 2000px;
    }
    .carousel-3d-vertical .carousel-3d-controls {
        position: absolute;
        left: 0;
        top: 0;
        width: 50%;
        height: 50%;
        text-align: center;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    div#v-pills-tab {
        margin-top: 0px;
        justify-content: left;
        margin: 0px;
    }
    .slider-area h1 {
        font-size: 28px;
    }
    .carousel-3d{
        height: 200px;
        margin: 0 auto;
        width: 65%;
    }
    .slider-area .nav-pills .nav-link.active {
        background: #fff;
        font-weight: 600;
        font-size: 16px;
        text-shadow: 0px 0px 1px #fff;
        color: #f16100 !important;
        border-radius: 10px;
    }
    .slider-area .nav-pills .nav-link,
    .slider-area .nav-pills .nav-link.active{
        font-size: 14px;
        padding:5px 8px;
    }
    .navbar .navbar-toggler, .navbar form {
        float: right;
        background: #fff;
    }
    .navbar-nav{
         /* position: absolute;
       background: #fff; */
        width: 100%;
        color: #000;
    }
    .slider-area .nav-pills .nav-link.active span:after {
        content: "";
        width: 9px;
        height: 9px;
        background: transparent;
        top: 5px;
        right: -14px;
        position: absolute;
        display: inline-block;
        background-size: cover;
        transform: rotate(90deg);
    }
    .right-btn button {
        background: #FFFFFF;
        float: none;
        padding: 7px 5px;
        border-radius: 25px;
        font-size: 11px;
        font-weight: 600;
        height: auto;
        border: none;
        width: 100px;
        margin: 20px auto 0px;
        display: block;
    }
}
.carousel-3d-vertical .carousel-3d-controls {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
