.callimg{
    height: 100%;
}
.callEngageh4{
    font-weight: 400;
}
.SurviveHeading h2{
    padding: 50px 0;
}
.orangeText{
    color: #FF914D;
}
.cardTitle{
    color: black;
}
.swiper-scrollbar {
    background: rgba(0, 0, 0, 0.1);
    height: 6px;
    border-radius: 10px;
    position: absolute;
    bottom: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    width: 60vw !important;
    margin-left: 11%;
    margin-right: 10vw;
}
.swiper-slide video{
    width:50vw;
}
.swiper-scrollbar-drag {
    background: #ff6600;
    width: 20px !important;
    border-radius: 10px;
    height: 20px !important;
}
.mySwiperlast{
    padding-bottom: 70px !important;
}
.mySwiper{
    padding-bottom: 70px !important;
}
.CallUniqueFeatureWhiteBox{
    background: #fff;
    border-radius: 15px;
    width: 80%;
    padding: 50px;
    height: 265px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.UniqueFeaturesimg{
    background-position: center;
    background-size: cover;
    padding: 30px;
    border-radius: 40px;
    /* height: 550px; */
    display: flex;
    align-items: center;
}
.background_border{
    border: 0.5px solid #808080 !important;
}
@media only screen and (max-width:1920px){
    .CallUniqueFeatureWhiteBox{
        height: 250px;
    }
}
@media only screen and (max-width:1800px){
    .CallUniqueFeatureWhiteBox{
        height: 240px;
    }
}

@media only screen and (max-width:1365px){
    .CallUniqueFeatureWhiteBox{
        height: 200px;
    }
}
@media only screen and (max-width:1024px){
    .CallUniqueFeatureWhiteBox{
        height: 250px;
    }
}
@media only screen and (max-width:768px){
    .CallUniqueFeatureWhiteBox{
        height: 280px;
    }
    .swiper-scrollbar{
        margin-left: 14vw;
    }
}
@media only screen and (max-width:767px){
    .CallUniqueFeatureWhiteBox{
        height: 200px;
        width: 90%;
        padding: 40px 30px;
    }
}
@media screen and (max-width: 480px) {
    .mySwiperlast{
        padding-bottom: 110px !important;
    }
    .UniqueFeaturesimg{
        justify-content: center;
    }
}
@media only screen and (max-width:425px){
    .CallUniqueFeatureWhiteBox{
        height: 260px;
    }
    .swiper-scrollbar{
        margin-left: 6vw;
    }
    .mySwiperlast .swiper-scrollbar{
        margin-left: 4vw;
    }
}
@media only screen and (max-width:375px){
    .CallUniqueFeatureWhiteBox{
        height: 310px;
    }
}
@media only screen and (max-width:320px){
    .CallUniqueFeatureWhiteBox{
        height: 350px;
    }
}