.interviewer-banner-block {
    margin-top: -72px;
    padding-top: calc(72px + 40px);
    padding-bottom: 42px;
}
.interviewer-banner-block {
    align-items: center;
}
.interviewer-banner-block .banner-content {
    max-width: 492px;
}
.interviewer-banner-block .banner-content .h4{
    display: none;
    font-weight: 700;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 2.24px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #FFFFFFCC;
}
.interviewer-banner-block .banner-content .h1 {
    font-weight: 500;
    font-size: 52px;
    line-height: 110.99999999999999%;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 16px;
}
.interviewer-banner-block .banner-content p {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #fff;
    margin-bottom: 0;
}
.interviewer-banner-block .banner-content ul {
    margin-top: 20px;
    margin-bottom: 20px
}
.interviewer-banner-block .banner-content ul li {
    list-style-type: none;
    color: #fff;
    font-family: Haffer;
    font-size: 18px;
    margin-bottom: 8px;
    position: relative;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    text-transform: capitalize;
}
.interviewer-banner-block .banner-content ul li:before {
    position: absolute;
    content: "";
    background-image: url("/wp-content/uploads/2024/04/check_circle.svg");
    background-position: top;
    background-size: contain;
    width: 100%;
    height: 100%;
    left: -36px;
    max-width: 27px;
    background-repeat: no-repeat;
    top: 1px;
}
.interviewer-banner-block .banner-content h5 {
    color: #b1afaf;
    font-size: 16px;
}


/*----form------*/
.interviewer-banner-block .req-demo-text-form {
    margin: 0 auto;
    margin-top: 24px !important;
    border-radius: 20px;
    background: #fff;
    padding: 24px 20px 26px 20px;
    max-width: 416px;
    border: 0;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, .25);
}
.interviewer-banner-block form .hs-form-field {
    margin-bottom: 12px;
}
.interviewer-banner-block .req-demo-text-form .hs-form .input {
    margin-bottom: 0;
    display: block;
    margin-right: 0 !important;
    width: 100%;
    box-shadow: none !important;
}
.interviewer-banner-block .req-demo-text-form form .hs-fieldtype-select .input:after {
    top: 10px;
}
.interviewer-banner-block .req-demo-text-form form .hs-form-field input, 
.interviewer-banner-block .req-demo-text-form form .hs-form-field select{
    height: 47.5px;
    border: 1.5px solid #D4D7E3;
    border-radius: 240px !important;
    box-shadow: none !important;
    color: #67717E !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    padding-left: 21px;
    padding-right: 21px;
    margin-bottom: 0;
    width: 100% !important;
}
.interviewer-banner-block .hbspt-form .hs-error-msgs {
    margin: 0px 0 10px;
}
.interviewer-banner-block .req-demo-text-form form .hs-form-field input.error, 
.interviewer-banner-block .req-demo-text-form form .hs-form-field select.error{
    border: 1.5px solid #ff3838 !important;
}
.interviewer-banner-block .req-demo-text-form form .hs-form-field input::placeholder{
    color: #9CA4BF !important;
}
.interviewer-banner-block .req-demo-text-form .hs-form-field input::-ms-input-placeholder { /* Edge 12 -18 */
    color: #9CA4BF !important;
}
.interviewer-banner-block .req-demo-text-form form .hs-form-field select.is-placeholder{
    color: #9CA4BF !important;
}
.interviewer-banner-block .req-demo-text-form form .hs-submit .actions{
    border-radius: 100px;
    overflow: hidden;
    position: relative;
    padding: 3px;
}
.interviewer-banner-block .req-demo-text-form form .hs-submit input[type="submit"] {
    font-family: Haffer;
    line-height: 32px;
    width: 100%;
    position: static;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    height: 48px;
    padding: 7px 19px;
    background: linear-gradient(94.63deg, #00FFDE -11.43%, #00F0FF 98.96%), linear-gradient(300.52deg, rgba(255, 255, 255, 0) 95.55%, rgba(255, 255, 255, 0.72) 106.8%, rgba(255, 255, 255, 0) 121.16%);
    border: 0;
    box-shadow: 0px 0px 0px 3px rgba(10, 232, 240, 0.2);
    color: #283560;
    transition: none;
}
.interviewer-banner-block .req-demo-text-form form .hs-submit .actions:hover input[type="submit"]{
    position: relative;
    background: linear-gradient(99.01deg, #0074DD -2.93%, #591EFF 58.85%, #9644FF 126.18%);
    color: #ffffff !important;
    box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.6);
}
.interviewer-banner-block form .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field {
    width: 48.25%;
}
.interviewer-banner-block form .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field {
    width: 48.25%;
    float: right;
}
.interviewer-banner-block form .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field {
    margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
    .interviewer-banner-block .req-demo-text-form  form .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field{
        clear: none;
    }
    .interviewer-banner-block .req-demo-text-form {
        margin-top: 28px!important;
    }
    .interviewer-banner-block .hbspt-form {
        margin-bottom: 14px;
    }
    .interviewer-banner-block form .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field, 
    .interviewer-banner-block form .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field {
        flex: 0 0 100% !important;
        width: 100% !important;
        padding: 0;
        max-width: 100%;
    }
    .interviewer-banner-block form .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field, 
    .interviewer-banner-block form .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field {
        flex: 0 0 100% !important;
        width: 100% !important;
        padding: 0;
        max-width: 100%;
    }
}





/*--slider start--*/
.interviewer-banner-block .logo-images-inner{
    margin-top: 60px;
}
.interviewer-banner-block .logo-images-inner .logo_gallery_title {
    font-family: Haffer;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0.18px;
    text-align: center;
    color: #fff;
    margin-bottom: 24px;
}
.interviewer-banner-block .logo-images-inner .swiper-container .swiper-wrapper {
    transition-timing-function: linear !important;
    position: relative;
    display: flex;
    align-items: center;
}
.interviewer-banner-block .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    width: auto;
    position: relative;
    overflow: hidden;
    padding-left: 30px!important;
    padding-right: 30px!important;
}
.interviewer-banner-block .swiper-slide img{
    width: auto;
    height: 32px;
}
/*--slider end--*/









@media (max-width: 991px) {
    .interviewer-banner-block .banner-content {
        max-width: 100%;
    }
    .interviewer-banner-block .req-demo-text-form {
        max-width: 100%;
    }
    .interviewer-banner-block ul.trusted-logo-grid-view {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        padding: 0 20px;
        justify-content: center;
    }
    .interviewer-banner-block .trusted-logo-grid-view img {
        height: 22px;
    }
}
@media (max-width: 767px) {
    .interviewer-banner-block {
        margin-top: -72px;
        padding-top: calc(72px + 10px);
        padding-bottom: 42.5px;
        text-align: center;
    }
    .interviewer-banner-block .banner-content {
        text-align: left;
    }
    .interviewer-banner-block .banner-content .h4{
        display: block;
    }
    .interviewer-banner-block .banner-content .h1 {
        font-weight: 600;
        font-size: 40px;
        line-height: 120%;
        margin-bottom: 12px;
        letter-spacing: 0.40px;
    }
    .interviewer-banner-block .banner-content p {
        font-size: 18px;
        font-weight: 400;
    }
    .interviewer-banner-block .logo-images-inner {
        margin-top: 36px;
    }
    .interviewer-banner-block .logo-images-inner .logo_gallery_title {
        margin-bottom: 20px;
    }
    
}