

.cust-banner {
    padding-top: 160px;
    padding-bottom: 50px;
    background: linear-gradient(288.96deg, #E5D6FF 1.02%, #DEFDFF 100%);
        min-height: 900px;
}

.banner-content h1 {
    font-weight: 700;
    font-size: 55.071px;
    line-height: 66px;
    text-transform: capitalize;
}

.banner-content .sub-heading {
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    margin: 1rem 0;
}

.banner-content p.banner-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 33px;
    margin: 0.5rem 0 1.5rem;
}
.banner-content ul{
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 37px;
}
.banner-content ul li{
    margin: 0.6rem 0;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}
.banner-content ul li::before{
    content:"\f00c";
    font-family:"Font Awesome 5";
}
.custom-btn{
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 50px;
    color:#000000;
    font-weight: 600;
    font-size: 20px;
    padding: 25px 55px;
    margin-top: 1rem;
}
.custom-btn:hover{
    transform:scale(1.03);
}


.lp-banner-slider .slick-track {
    padding: 50px;
}
.slider-card{
    animation-delay: .5s;
    transition: 1s ease;
}
.lp-banner-slider .slick-slide .slider-card{
    transform: scale(.8);
    filter: blur(5px);
}
.lp-banner-slider .slick-current .slider-card{
    transform: scale(1);
    filter: blur(0);
}
.overlap-slider {
    position: absolute;
    left: 0;
    top: 0;
    width: 170%;
}

span.elem1,span.elem2,span.elem3 {
    position: absolute;
    opacity: 0;
    transition: .5s ease;
}
.lp-banner-slider .slick-slide.slick-current span.elem1,
.lp-banner-slider .slick-slide.slick-current span.elem2,
.lp-banner-slider .slick-slide.slick-current span.elem3{
    opacity: 1;
}
span.elem1 {
    left: -21px;
    top: calc(50% - 60px);
    animation: MoveUpDown2 3s linear infinite;
}

span.elem2 {
    top: -38px;
    right: -90px;
    animation: MoveUpDown2 6s linear infinite;
}

span.elem3 {
    bottom: 126px;
    right: -90px;
    animation: MoveUpDown 5s linear infinite;
}


  
  @keyframes MoveUpDown {
    0%, 100% {
      bottom: 0;
    }
    50% {
      bottom: 50px;
    }
  }
  @keyframes MoveUpDown2 {
    0%, 100% {
      top: 0;
    }
    50% {
      top: 50px;
    }
  }

.slider-card {
    background: #FFFFFF;
    border-radius: 10px;
    position: relative;
}

.slider-card .upper {
    padding: 1rem;
}

.slider-card .upper .client {
    display: flex;
    gap: 10px;
    margin: 1rem 0;
    align-items: center;
}

.slider-card .upper .client .det {
    display: flex;
    flex-direction: column;
}

.slider-card .upper .client .det .name {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #555555;
}


.slider-card .upper .client .det .desig {
    color: #F7931E;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}

.slider-card .upper p {
    color: #555555;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}

.slider-card .bottom {
    border-top: 1px solid #DEDEDE;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slider-card .bottom div {
    display: flex;
    align-items: center;
    gap: 1rem;
}


section.form-sec {
    background: #354360;
    padding: 2rem 0;
}

section.form-sec h2 {
    color: white;
    font-size: 43px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 1rem;
}

section.form-sec input {
    width: 100%;
    background: white !important;
    padding: 0 1rem;
    height: 48px;
    font-weight: 400;
    font-size: 14px;
    border-radius: 4px;
}
button.form-btn {
    background: #f59e39;
    border-radius: 4px;
    width: 100%;
    padding: 13px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    cursor:pointer;
    transition:.5s ease;
}
button.form-btn:hover{
    transform:scale(1.03);
}
.form-sec .form-text{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.5rem;
    gap: 10px;

}
.form-sec .form-text p{

    color: #FFFFFF !important;
    font-size: 14px;
    line-height: 16px;
}

.form-sec .form-text span {
    color: #FF533E;
}   



.btn-wrap {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.btn-wrap a {
    font-size: 20px;
    font-weight: 400;
    padding: 22px 43px;
    box-shadow: none;
}

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px) {
    .menu>li{
        margin-right: 9px;
    }
}
@media only screen
and (min-width : 768px)
and (max-width : 1024px)
and (orientation : landscape) {
    .overlap-slider{
       
        display: none;
    }
    .cust-banner{
        min-height: auto;
    }
    
}
@media only screen
and (min-width : 768px)
and (max-width : 1024px)
and (orientation : portrait) {
    .overlap-slider{
        display: none;
    }
    .cust-banner{
        min-height: auto;
        padding-top: 120px;
    }
    .banner-content p.banner-text {
        font-size: 16px;
        text-align: left;
    }
    section.form-sec h2 {
        font-size: 30px;
    line-height: 34px;
    }
    
    section.form-sec {
        padding: 2rem 0 !important;
        margin-bottom: 2rem;
    }
    
    section.form-sec input {
        margin-bottom: 1rem;
    }
    
    
}
@media only screen
and (min-width : 375px)
and (max-width : 736px)
and (orientation : landscape){
    .popup-close {
        top: 20px;
    }
}
@media only screen
and (min-width : 375px)
and (max-width : 736px) {
    .btn-wrap{
        flex-direction:column;
    }
    .btn-wrap a, .btn-wrap .bub-btn, .btn-wrap .button--bubble__container {
    width: 100%;
    text-align: center;
    /* box-shadow: none; */
}
    .banner-content h1 {
        font-size: 47px;
        line-height: 50px;
        margin-bottom: 14px;
    }
    .banner-content .sub-heading {
        font-size: 20px;
    }
    
    .banner-content p.banner-text {
        font-size: 16px;
        text-align: left;
    }
    
    .banner-content ul {
        font-size: 16px;
    }
    .overlap-slider{
        display: none;
    }
    .cust-banner{
        min-height: auto;
        padding-top: 120px;
    }
    section.form-sec h2 {
        font-size: 24px;
        line-height: 34px;
    }
    
    section.form-sec {
        padding: 2rem 0 !important;
        margin-bottom: 2rem;
    }
    
    section.form-sec input {
        margin-bottom: 1rem;
    }
    
    .form-sec .form-text {
        flex-direction: column;
    }
    .required-info form{
        max-height: 97vh;
    overflow-y: auto;
    }
    
    .stepsget .bx .titledv h3{
        padding: 10px;
        font-size: 22px;
    }
    .catp .serviceweoffer h3,.whychooseus .dedicate h3{
        margin-top: 1rem;
        padding: 10px;
    }
}