.page_banner {
    padding: 120px 0;
}
@media(min-width: 1601px){

.magento_sec {
    padding: 180px 0;
}


}

.page_banner h1 {
    font-size: 48px;
    font-weight: 700;
}
.page_banner  ul li {
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 0.8rem;
}

/*form css*/
.form_card {
    background-color: #fffffff5;
    padding: 40px;
    backdrop-filter: blur(10px);
    border-radius: 15px;
}
.form_card h4 {
    font-weight: 600;
    color: #000;
    font-size: 1.4rem;
}
.form_card .form-control {
    background-color: transparent;
    color: #000;
    border-bottom: 1px solid #40404069;
    border-radius: 0;
    padding: 10px 0;
}
.banner_img {
    position: relative;
    /*overflow: hidden;*/
}
.bg_banner_img {
    width: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    object-position: center;
    height: 100%;
}
.page_banner  .container-xxl {
    position: relative;
}

.form_card .form-control:focus {
    border-color: #000;
}


/*magento*/

.magento_sec h1 {
    font-size: 56px;
    font-weight: 800;
}
.magento_sec h6 {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0.8rem;
    font-weight: 600;
}

.magento_img{
    animation: none;
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
    /*max-width: 700px;*/
}






