/* slider */
.modal-contents {
    background-color: #fff;
    margin: auto;
    padding: 0;
    transition: 2s;
    border-radius: 10px;
    width: 70%;
   }
   .modal-new {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999999999999;
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
   }
#sliderModal  .close-one{
     color: #252525;
     cursor: pointer;
     background: #ECECEC;
     border: none;
     font-weight: 900;
     position: absolute;
     right: -15px;
     height: 50px;
     width: 50px;
     top: -20px;
     border-radius: 50%;
     padding-top: 6px;
         text-align: center;
   }
#sliderModal  .close-one:hover{
    background:#9646A4;
    color: #fff;
    transition: unset;
   }
    #sliderModal  .close-one i{
        font-size: 28px;
   }
 
.slider-img{
    object-fit: cover;
    position: relative;
    right: -27%;
    top: 6%;
    width: 550px;
    height: 837px;
}

.slider-content-wrap{
    padding:27% 0 18% 33%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.slider-heading{
    font-family: Jost;
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
}
.slider-bg-img{
    position: absolute;
    bottom: 0;
    height: 455px;
    width: 100%;
    z-index: -1;
}


.last_slide_head svg{
    position: absolute;
    left: -15px;
    right: 0;
    top: -31px;
    margin: 0 auto;
    width: 100%;
    min-width: 275px;
}
/* Conatct Banner */
#contact-banner{
    margin: 5% 0 0 0;
}
.contact-banner-img{
    margin-top: -35%;
    height: 100%;
    width: 100%;
}






