.video-door-system {
    background: #eaeaea;
    position: relative;
}
.video-door ul {
    background-color: #ed6100;
    color: white;
}
.video-door ul li {
    list-style: none;
    font-weight: 300;
}
.video-door ul li:not(:last-child)::after {
    content: '';
    border-right: 1px solid white;
    margin: 0px 20px;
}
.video-door-station {
    width: 12%;
    border: 2px solid #015c57;
    background: white;
    position: fixed;
    top: 20%;
    left: 0%;
    cursor: pointer;
    z-index: 2;
}
.video-door-station h6{
    margin: 0px 14px;
    line-height: 25px;
    letter-spacing: 2px;
    font-size: 13px;
    font-family: 'Lemon-Milk-Pro-Regular';
}
.video-door-station ul {
    list-style: none;
    padding: 10px 40px 0px 45px;
}
.video-door-station ul, 
.product-door-station .collapsed {
    max-height: 500px;
    overflow-y: auto;
}
.video-door-station ul li{
    margin: 44px 0px;
    position: relative;
    color: #5d5d5d;
    font-size: small;
}
.video-door-station ul li:first-child{
    margin: 0px 0px;
}
.video-door-station ul li:after {
    content: '';
    position: absolute;
    border-bottom: 1px solid #cccccc;
    width: 100%;
    height: 100%;
    left: 0%;
    margin: 20px 0px;
}
.video-door-station ul .active:after {
    border-bottom: 3px solid #fe8523;
}
.fix-content{
    background: #015c57;
    padding: 12px 15px;
    color: white;
    align-items: center;
    justify-content: space-between;
}
.fix-content:hover {
    color: #fff;
}
.slider-content-web h4{
    color: #045f58;
    font-size: 20px;
}
.slider-content-web h2{
    font-size: 34px;
    line-height: 50px;
}
.img-slider {
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-slider img{
    max-height: 100%;
}
.video-door-section-1 {
    padding: 60px 0px;
}
.slider-content-web{
    /* margin: 130px 0px; */
    margin: 60px 0px;
    width: 85%;
}
.slider-content-web p{
    text-align: justify;
    letter-spacing: 0;
    color: #5d5d5d;
}
.video-door-section-1 .owl-dots {
    width: unset;
    margin-top: 80px!important;
}
.video-door-section-1 .owl-dots .owl-dot.active span, .video-door-section-1 .owl-dots .owl-dot:hover span {
    background: #015c57 !important;
    width: 14px !important;
    height: 14px !important;
}
.video-door-section-1 .owl-dots .owl-dot span {
    border-radius: 0px !important;
    width: 14px !important;
    height: 14px !important;
    background: white!important;
}
.more-features h4{
    color: #015c57;
    font-size: larger;
}
.features h4{
    color: #015c57;
    margin-bottom: 22px;
    font-size: 22px;
}
.features p{
    margin-top: 15px;
    font-size: 24px;
    
}
.features-paragraph{
    color: #5d5d5d;
    margin: 20px 0px;
    text-align: justify;
    letter-spacing: 0;
}
.fratures-main-box{
    position: relative;
    overflow:hidden;
    z-index: 0;
}
.features-img{
    padding: 70px 25px 0px 25px;
}
.features-content{
    padding: 2px 25px 1px 25px;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
    height: 175px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* .fratures-main-box:hover{
    overflow: visible;
}
.fratures-main-box:hover .features-content{
    background-color: #ed6100;
} */
.hidden-img{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    overflow: hidden;
}
.hidden-img img{
    width: 100%;
}
/* .fratures-main-box:hover .hidden-img{
    opacity: 1;
    width: 100%;
} */
.features-box {
    background: #015c57;
    color: white;
    position: relative;
    transition: all 0.5s;
    height: 100%;
    overflow: hidden;
}
.features-box img{
    margin-bottom: 10px;
}
.features-section{
    padding: 50px  0px 0px;
}
.more-features-section {
    padding: 50px 0px 0px;
}
.interest-in-section h4{
    color: #015c57;
    font-size: 20px;

} 
.interest-in {
    height: 300px;
    background: #efefef;
}
.interest-in img{
    max-height: 100%; 
    width: auto; 
    display: block; 
    margin: 0 auto;
}
.interst-in-slider button.owl-prev {
    position: absolute;
    left: -60px;
    top: 110px;
    font-size: 42px !important;
}
.interst-in-slider button.owl-next{
    position: absolute;
    right: -60px;
    top: 110px;
    font-size: 42px !important;
}
.interst-in-slider .owl-item img {
    display: block;
    width: auto;
    padding: 20px 0px 0px 0px;
}
.interest-content{
    text-align: center;
    margin-top: 20px;
    color: #5b5b5b;
    font-size: 20px;
}
.interest-in-section {
   padding: 50px 0px 0px;
}
.idea-box.productbox-style:hover {
    background-color: transparent;
    color: #5b5b5b;
}
.idea-box:hover .productbox-title {
    color: #5b5b5b;
}
.video-door-station ul li a:hover{
    color: #5d5d5d;
}
.interst-in-slider .owl-nav [class*=owl-]:hover {
    background:transparent;
    color: #000;
    text-decoration: none;
}
.ideal-wrapper{
    min-height: 70px !important;
}
.idea-box {
    height: 180px !important;
}
.ideal-product .product-box.area-of-applicaton {
    flex-wrap: nowrap;
}
.slider-content-mobile{
    display: none;
}
/* ==========================================Responsiive start===================================== */
@media only screen and (max-width: 1400px) {
    .slider-content-web {
        margin: 60px 0px;
    }
    .features-section p{
        font-size: 20px;
    }
    .more-features-section p{
        font-size: 14px;
    }
    .interest-in-section p{
        font-size: 14px;
    }
    .video-door-station{
        width: 16%;
        z-index: 9;
        font-size: 10px;
        top: 26%;
    }
    .video-door-station ul li {
        margin: 30px 0px;
        font-size: 10px;
    }
    .video-door-station ul {
        padding: 10px 33px;
    }
    .fix-content {
        padding: 5px 12px;
    }
    .slider-content-web h4 {
        font-size: 14px;
    }
    .slider-content-web h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .slider-content-web p {
        font-size: 14px;
    }
    .video-door-station h6 {
        margin: 0px 14px;
        line-height: 22px;
        letter-spacing: 1px;
        font-size: 10px;
    }
    .video-door-station ul li:after {
        margin: 15px 0px;
    }
    .interst-in-slider button.owl-prev {
        left: -25px;
    }
    .interst-in-slider button.owl-next{
        right: -25px;
    }
  }
  @media only screen and (max-width: 1200px) {
    .video-door-station h6 {
        margin: 0px 10px;
        line-height: 16px;
        letter-spacing: 1px;
        font-size: 14px;
    }
    .fix-content {
        padding: 10px 10px;
    }
    .video-door-station {
        font-size: 10px;
    }
    .video-door-station ul {
        padding: 10px 30px;
    }
    .video-door-station ul li {
        margin: 20px 0px;
        font-size: 10px;
    }
    .video-door-station ul li:after {
        margin: 11px 0px;
    }
  }
  @media only screen and (max-width: 991px) {
    .product-box.area-of-applicaton {
        flex-wrap: wrap;
        justify-content: normal;
    }
    .idea-box {
        width: 25%;
    }
    .fix-content {
        padding: 5px 13px;
    }
    .video-door-station h6 {
        margin: 0px 17px;
    }
    .interst-in-slider button.owl-prev {
        display: none;
    }
    .interst-in-slider button.owl-next{
        display: none;
    }
    .ideal-product .product-box.area-of-applicaton {
        flex-wrap: wrap;
    }
    .justify-center-res {
        justify-content: center;
      }
      .slider-content-web {
        margin: 0px;
        width: 100%;
        padding-bottom: 60px;
      }
    .slider-content-web h2 {
        font-size: 18px;
        line-height: 26px;
    }
    .slider-content-web p {
        font-size: 12px;
        letter-spacing: 0;
    }
  }
  @media only screen and (max-width: 767px) {
    .video-door-station h6 {
        margin: 0px 7px;
    }
    .fix-content {
        padding: 0px 10px;
    }
    .video-door-station {
        width: 20%;
    }
    .video-door-station ul {
        padding: 8px 10px;
    }
    .video-door-station ul .active:after {
        border-bottom: 2px solid #fe8523;
    }
    .ideal-product {
        padding: 40px 0;
    }
    .interest-in-section {
        padding: 20px 0px 0px;
    }
    .features-section .features.mt-5 {
        margin-top: 0 !important;
    }
    /* .slider-content-web{
        display: none;
    }
    .slider-content-mobile{
        display: block;
        margin: 20px 0px 0px 0px;
    }
    .slider-content-mobile h4{
        color: #015c57;
    }
    .slider-content-mobile h2{
        font-size: 16px;
        letter-spacing: 0;
    }
    .slider-content-mobile p{
        font-size: 11px;
        letter-spacing: 0;
    } */
    .video-door-section-1 .owl-dots {
        margin-top: 40px!important;
    }
    .features-section {
        padding: 60px 0px 0px;
    }
    .img-slider {
        justify-content: unset;
  }
}
  @media only screen and (max-width: 576px) {
    .video-door-system .breadcrumb{
        display: none;
    }
    .video-door-station {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%);
        width: 70%;
    }
    .fix-content {
        padding: 5px 10px;
    }
    .idea-box {
        width: 30%;
        height: 120px !important;
    }
    .video-door-system .product-box {
        padding-bottom: 20px;
    }
    .productbox-style .productbox-title {
        font-size: 12px;
        line-height: 15px;
    }
    .interest-in-section h4{
        font-size: 16px;
    }
    .video-door-station ul {
        padding: 13px 35px;
    }
    .features-img {
        padding: 20px 25px 0px 10px;
        
    }
    .features-content {
        padding: 2px 12px 1px 12px;
        position: relative;
        z-index: 1;
        transition: all 0.5s;
    }
    .features-section p {
        font-size: 15px;
    }
    .features p {
        margin-top: 0px;
    }
    .more-features-section {
        padding: 30px 0px 0px;
    }
    .slider-content-web{
        display: none;
    }
    .slider-content-mobile{
        display: block;
        margin: 20px 0px 0px 0px;
    }
    .slider-content-mobile h4{
        color: #015c57;
    }
    .slider-content-mobile h2{
        font-size: 18px;
        letter-spacing: 0;
    }
    .slider-content-mobile p{
        font-size: 11px;
        letter-spacing: 0;
    }
    .img-slider {
        justify-content: center;
  }
  }
  