.banner_slider .slick-slide {
    margin: 0;
    position: relative;
}
.bg__img {
    height: 700px;
}
.hero__area {
    width: 62%;
    height: 100%;
    margin: auto;
    position: relative;
}
.hero__content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.hero__content a {
    padding: 12px 30px;
    color: var(--white);
    background-color: var(--theme-primary-color);
    border-radius: 5px;
    transition: all 0.4s ease-in;
}
.hero__content a:hover {
    color: var(--white);
    background-color: var(--theme-secondary-color);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.hero__thumb {
    position: absolute;
    top:11%;
    right: 2%;
}
.hero__thumb img{
   width: 100%;
   height: 100%;
}
.hero__content h3{
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color:var(--theme-primary-color);
    font-style: normal;
}
.hero__content h1 {
    font-size: 100px;
    margin: 5px 0px 0px;
}
.hero__content p {
    font-size: 20px;
    width: 45%;
    margin: 7px auto 35px 0;
    display: inline-block;
}
.hero__content h1 span, .hero__content h3 span, .hero__content p span {
    color: var(--theme-primary-color);
}



/* =================================================================Responses =================================================================*/



@media (max-width: 767px){

    .hero__area {
        width: 91%;
    }
    .hero__thumb {
        top: 65%;
        right: -137%;
    }
    .hero__thumb img {
        width:50%;
    }
}


@media (min-width: 768px) and (max-width: 991px){

    .hero__area {
        width: 90%;
    }
    .hero__content h1 {
        font-size: 65px;
        line-height: 70px;
    }
    .hero__content h1 {
        font-size: 55px;
    }
    .hero__content p {
        margin: 7px auto 35px 0;
    }
    .hero__thumb {
        top: 24%;
        right: -58%;
    }
    .hero__thumb img {
        width: 60%;
        height: 100%;
    }

    .elementor-11 .elementor-element.elementor-element-cd2496a .bg__img {
        height: 700px !important;
    }





}

@media (min-width: 992px) and (max-width: 1199px){

    .hero__area {
        width: 90%;
    }
    .hero__content h1 {
        font-size: 45px;
    }
    .hero__thumb {
        top: 20%;
        right: -30%;
    }
    .hero__thumb img {
        width: 66%;
        height: 100%;
    }
    .hero__content p {
        font-size:16px;
        width: 63%;
    }
    
}

