.home-banner .video-banner-main {

    width: 100%;
    margin: -136px 0px 0px 0px;
}

.home-banner .video-set {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.home-banner .video-banner-main .slider-video {
    position: relative;
    width: 100%;
}

.home-banner .video-banner-main .slider-video .overlay-color {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #fff, #fff0);
}

.home-banner .video-banner-main .slider-video .overlay-title {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
}

.home-banner .video-banner-main .slider-video .overlay-title .subtitle {
    font-weight: 500;
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    text-align: center;
}

.home-banner .video-banner-main .slider-video .overlay-title .slide-title {
    font-weight: 600;
    font-size: 48px;
    color: #003ca5;
    text-align: center;
}

.home-banner .video-banner-main .slider-video .overlay-title .slide-title span {
    color: #db0000;
}

.home-banner .video-banner-main .slider-video .overlay-title .border-bot {
    width: 112px;
    height: 2px;
    background-color: #000;
    margin: 20px auto 0px auto;
}

.home-banner .video-banner-main .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    bottom: 27%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.home-banner .video-banner-main .owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 5px 2px;
    background: #8d8d8d;
}

.home-banner .video-banner-main .owl-theme .owl-dots .owl-dot.active span {
    background: #000;
    width: 9px;
    height: 9px;
}

@media (min-width: 0px) and (max-width: 320px) {
    .home-banner .video-banner-main .owl-theme .owl-dots {
        bottom: 10%;
    }

    .search-main-div .search-div .your-prop p {
        padding: 3px 6px;
    }

    .home-banner .video-banner-main .slider-video .overlay-title .slide-title  {
        font-size: 18px !important;
    }

}

@media (min-width: 321px) and (max-width: 485px) {
    .home-banner .video-banner-main .owl-theme .owl-dots {
        bottom: 9%;
    }

}

@media (min-width: 486px) and (max-width: 575px) {
    .home-banner .video-banner-main .owl-theme .owl-dots {
        bottom: 8%;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .home-banner .video-banner-main .owl-theme .owl-dots {
        bottom: 8%;
    }

    .home-banner .video-banner-main .slider-video .overlay-title {
        top: 38%;
    }
}

@media (max-width:768px) {
    .home-banner .video-banner-main .owl-theme .owl-dots {
        bottom: 4%;
    }
}

@media (max-width: 767.98px) {
    .home-banner .video-set {
        width: 100%;
        height: auto;
    }

    .home-banner .video-banner-main {
        position: unset;
        top: 0px;
        width: 100%;
        margin: 0px 0px 0px 0px;
    }

    .home-banner .video-banner-main .slider-video .overlay-title .subtitle {
        font-size: 13px;
    }

    .home-banner .video-banner-main .slider-video .overlay-title .slide-title {
        font-size: 30px;
    }

    .home-banner .video-banner-main .slider-video .overlay-title .border-bot {
        width: 80px;
        height: 2px;
        margin: 13px auto 0px auto;
    }
    .home-banner .video-banner-main .owl-theme .owl-dots .owl-dot.active span {
        background: #000;
        width: 7px;
        height: 7px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-banner .video-banner-main .slider-video .overlay-title .slide-title {
        font-weight: 600;
        font-size: 35px;
        color: #003ca5;
        text-align: center;
    }

    .home-banner .video-banner-main .slider-video .overlay-title .subtitle {
        font-size: 13px;
    }

    .home-banner .video-banner-main .slider-video .overlay-title .slide-title {
        font-size: 30px;
    }

    .home-banner .video-banner-main .slider-video .overlay-title .border-bot {
        width: 80px;
        height: 2px;
        margin: 13px auto 0px auto;
    }

    .home-banner .video-banner-main .slider-video .overlay-title .slide-title {
        font-size: 35px;
    }

    .home-banner .video-banner-main .owl-theme .owl-dots {
        bottom: 32%;
    }

    .home-banner .video-banner-main .slider-video .overlay-title {
        position: absolute;
        top: 40%;

    }
}

@media (min-width: 992px) and (max-width: 1023px) {
    .home-banner .video-banner-main .owl-theme .owl-dots {
        bottom: 25%;
    }

    .home-banner .video-banner-main .slider-video .overlay-title .subtitle {
        font-size: 13px;
    }

    .home-banner .video-banner-main .slider-video .overlay-title .slide-title {
        font-size: 35px;
    }

    .home-banner .video-banner-main .slider-video .overlay-title .border-bot {
        width: 80px;
        height: 2px;
        margin: 13px auto 0px auto;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .home-banner .video-banner-main .owl-theme .owl-dots {
        bottom: 32%;
    }

    .home-banner .video-banner-main .slider-video .overlay-title .subtitle {
        font-size: 13px;
    }

    .home-banner .video-banner-main .slider-video .overlay-title .slide-title {
        font-size: 37px;
    }

    .home-banner .video-banner-main .slider-video .overlay-title .border-bot {
        width: 80px;
        height: 2px;
        margin: 13px auto 0px auto;
    }

    .home-banner .video-set {
        width: 100%;
        height: 580px;
        object-fit: cover;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .home-banner .video-banner-main .slider-video .overlay-title .subtitle {
        font-size: 13px;
    }

    .home-banner .video-banner-main .slider-video .overlay-title .slide-title {
        font-size: 37px;
    }

    .home-banner .video-banner-main .slider-video .overlay-title .border-bot {
        width: 80px;
        height: 2px;
        margin: 13px auto 0px auto;
    }
}

@media (min-width:1400px) and (max-width:1600px) {
    .home-banner .video-set {
        height: 661px;

    }

    .home-banner .video-banner-main .owl-theme .owl-dots {
        bottom: 31%;

    }
}
