#landing-form{
    margin-top: 78px !important;
    height: calc(100vh - 78px);
    width: 100%;
    display: flex;
    align-items: center;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    justify-content: center;
    
}

#landing-form > * {
    flex: 1 1;
    height: 100%;
    width: 50%;
} 

#landing-form .landing-form-container{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
    justify-content: center;
    padding: 0rem 1.25rem;
}

#landing-form .landing-form-container div{
    width: 70%;
    position: relative;
}
#landing-form .landing-form-container div p{
    position: absolute;
    top: 100%;
    left: 0;
    font-size: .625rem;
    color: red;
    margin: 0;
    padding-left: .3125rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

#landing-form .landing-form-container div input{
    border: none;
    outline: none;
    border-radius: .3125rem;
    border: 1px solid #a3b6e7;
    width: 100%;
    padding-left: .625rem;
    min-height: 2.5rem
}

#landing-form .landing-form-container button{
    border: none;
    outline: none;
    border-radius: .3125rem;
    background-color: #0053ce;
    width: 70%;
    color: white;
    height: 2.5rem;
}

#landing-form .landing-form-container p{
    width: 70%;
    line-height: 1.25rem;
    margin-top: 1.25rem;
}
#landing-form .landing-form-container p a{
    color: #0053ce;
    cursor: pointer;
}

.get-free-demo-container{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.get-free-demo-container button{
    border:none;
    outline: none;
    background-color: #0053ce;
    /* color: white; */
    height: 2.5rem;
    min-width: 12.5rem;
    border-radius: .3125rem;
}
.get-free-demo-container button a{
    color: white !important;
}
.get-free-demo-container button a:hover{
    text-decoration: none;
    color: white;
}

.img-section{
    display: flex;
    padding: 2.5rem;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}
/* .img-section img{
    object-fit: contain;
    border-radius: 20px;
} */
.img-section img {
    display: block;
    object-fit: contain;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0));
}

.owl-carousel.carousel-center-active-item .owl-item{
    opacity: 1 !important;
}

.img-section :nth-child(1){
    font-size: 3rem;
    color: #0053ce;
    font-weight: 700;
    line-height: 3rem;
    text-align: left;
    width: 100%;
    padding: 0 1.25rem;
}
.img-section :nth-child(2){
    font-size: 1rem;
    text-align: left;
    width: 100%;
    padding: 0 1.25rem;
}

@media (max-width:991px) {
    #header .header-column .header-row.hamIconContainer{
        align-items: flex-end;
    }
    /* .d-sm-flex{
        display: none !important;
    } */
    #header .header-column .header-row .d-sm-flex{
        display: none !important;
    }
    .img-section :nth-child(1){
        font-size: 2rem;
        line-height: 2.5rem;
    }
    section.section.section-height-3{
        padding: 1rem 0;
    }
}

@media (max-width:650px){
    #landing-form{
        flex-direction: column;
        height: auto;
        margin-top: 0 !important;
        gap: 0;
    }

    #landing-form > *{
        width: 80%;
        margin-top: 40px;
    }

    #landing-form .img-section img{
        width: 250px;
        height: 250px;
    }

}
@media (max-width:450px){

    #landing-form > *{
        width: 100%;
        margin-top: 40px;
    }

    #header .header-logo img{
        width: auto;
    }

    .img-section :nth-child(1){
        font-size: 1.75rem;
        line-height: 2.2rem;
    }
}