

/*Begin Mailchimp elementor*/
.elbzotech-mailchimp-global-default .mc4wp-form-fields{
  
}
.elbzotech-mailchimp-global-default .mc4wp-form-fields input[type="email"]{
    padding: 0;
    border: none;
    border-bottom:1px solid #D6D6D6;
    background: transparent;
    margin-bottom: 25px;
        display: block;
    width: 100%;
}
.elbzotech-mailchimp-global-default .mc4wp-form-fields input[type="email"]::-webkit-input-placeholde,
.elbzotech-mailchimp-global-default .mc4wp-form-fields input[type="email"]::-moz-placeholder,
.elbzotech-mailchimp-global-default .mc4wp-form-fields input[type="email"]:-ms-input-placeholder,
.elbzotech-mailchimp-global-default .mc4wp-form-fields input[type="email"]:-moz-placeholder{
    color: #B7B7B7;
}
.elbzotech-mailchimp-global-default .mc4wp-form-fields button[type="submit"]{
    border: none;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 16px 30px;
    text-transform: uppercase;
    background: var(--bzo-main-color2);
    border-radius: 30px;
    font-family: inherit;
    color: var(--bzo-gray-color);
}
.elbzotech-mailchimp-global-default .mc4wp-form-fields button[type="submit"]:hover{
    color: #454545;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), var(--bzo-main-color);
    box-shadow: 0px 8px 10px rgba(121, 99, 104, 0.14), 0px 3px 14px rgba(0, 0, 0, 0.12);
    moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: var(--bzo-gray-color); 
}
button[type="submit"]:hover{
    cursor: pointer;
}
/*Begin style 2*/
.elbzotech-mailchimp-global-style2{
    position: fixed;
    left: 0;
    right: 0;
    top: -40%;
    bottom: 0;
    background: rgb(0 0 0 / 50%);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 15px;
    opacity: 0;
    visibility: hidden;
}
.elbzotech-mailchimp-global-style2.actived{
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    top: 0;
}
.elbzotech-mailchimp-global-style2 .content-popup-mailchimp{
    background: #faf9fe;
    max-width: 1000px;
        border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.elbzotech-mailchimp-global-style2 .elbzotech-close-popup{
    right: 20px;
    top: 20px;
    font-size: 22px;
    color: #454545;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    padding: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    z-index: 10;
}
.elbzotech-mailchimp-global-style2 .elbzotech-close-popup:hover{
    color: var(--bzo-main-color);

}
.elbzotech-mailchimp-global-style2 .content-popup-mailchimp .title{
    margin-bottom: 20px;
}
.elbzotech-mailchimp-global-style2 .content-popup-mailchimp .desc{
    margin-bottom: 20px;
    line-height: 28px;
}
.elbzotech-mailchimp-global-style2 .adv-thumb-link{
    width: 50%;
}
.elbzotech-mailchimp-global-style2 .info-mailchimp{
    width: 50%;
    padding: 50px 50px 50px 0px;
    scrollbar-width: none;
}
.elbzotech-mailchimp-global-style2 .info-mailchimp .mc4wp-error{
    text-align: center;
    margin-top: 5px;
    color: #d0342c;
}

.elbzotech-mailchimp-global-style2 .info-mailchimp .desc{
    color: #454545;
}
.elbzotech-mailchimp-global-style2 .mc4wp-form-fields input[type="email"]{
    display: block;
    width: 100%;
    background: #f0f0f0;
    height: 56px;
    border: none;
    border-radius: 15px;
    color: #727272;
    font-size: 16px;
    border: none;
}
.elbzotech-mailchimp-global-style2 .mc4wp-form-fields input[type="email"]::-webkit-input-placeholde,
.elbzotech-mailchimp-global-style2 .mc4wp-form-fields input[type="email"]::-moz-placeholder,
.elbzotech-mailchimp-global-style2 .mc4wp-form-fields input[type="email"]:-ms-input-placeholder,
.elbzotech-mailchimp-global-style2 .mc4wp-form-fields input[type="email"]:-moz-placeholder
{
    color:#727272;
}
.elbzotech-mailchimp-global-style2 input[type="submit"],
.elbzotech-mailchimp-global-style2 button[type="submit"]
{
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 56px;
    text-align: center;
    background: linear-gradient(180deg, var(--bzo-main-color-mix) 0%, var(--bzo-main-color) 100%);
    border-radius: 30px;
    padding: 0 32px;
    display: inline-block;
    cursor: pointer;
    z-index: 1;
    position: relative;
    font-family:var(--bzo-body_typo-font-family);
    overflow: hidden;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-transform: uppercase;
    margin-top: 30px;
    width: 100%;
}
.elbzotech-mailchimp-global-style2 button[type="submit"]:hover,
.elbzotech-mailchimp-global-style2 button[type="submit"]:focus
{
    color: #fff;
    background: linear-gradient(180deg, var(--bzo-main-color-mix2) 0%, var(--bzo-main-color-mix) 100%);
    box-shadow: 0px 8px 10px rgba(121, 99, 104, 0.14), 0px 3px 14px rgba(0, 0, 0, 0.12);
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.elbzotech-mailchimp-global-style2 button[type="submit"] i{
    font-size: 24px;
    margin-right: 6px;
    position: relative;
    top: 3px;
}
.elbzotech-mailchimp-global-style2 input[type="submit"]:hover,
.elbzotech-mailchimp-global-style2 input[type="submit"]:focus
{
    color: #fff;
    background: var(--bzo-main-color);
    box-shadow: 0px 4px 5px rgb(0 0 0 / 14%);
}
.elbzotech-mailchimp-global-style2 .item-social
{
    padding: 0px 10px;
    margin-top: 30px;
    color: #293042;
    font-size: 26px;
}
.elbzotech-mailchimp-global-style2 .item-social:hover{
    color: var(--bzo-main-color);
    cursor: pointer;
}
.elbzotech-mailchimp-global-style2 .dont-show {
    margin-top: 20px;
}
.elbzotech-mailchimp-global-style2 .dont-show label{
    margin-left: 5px;
}
.elbzotech-mailchimp-global-style2 .elbzotech-mailchimp-form-inner .adv-thumb-link {
    width: 100%;
}
.elbzotech-mailchimp-global-style2 .elbzotech-mailchimp-form-inner {
    position: relative;
}
.elbzotech-mailchimp-global-style2 .elbzotech-mailchimp-form-inner .info-mailchimp {
    position: absolute;
    right: 0;
}
@media(max-width: 991px){
    .elbzotech-mailchimp-global-style2{ 
        display: none;
    }

}
/*--------------*/
/* Begin elbzotech-mailchimp-global-style3 */
.elbzotech-mailchimp-global-style3 .mc4wp-form button {
    padding: 0 40px;
    border: 0;
    background-color: var(--bzo-title-color);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    border-radius: 0 5px 5px 0px;
    line-height: 48px;
    transition: all .3s linear;
}
.elbzotech-mailchimp-global-style3 .mc4wp-form button:hover {
    background-color: var(--bzo-main-color2);
}
.elbzotech-mailchimp-global-style3 .mc4wp-form input {
    border-radius: 5px 0px 0px 5px;
    border: 0;
    height: 48px;
    width: 100%;
}
.elbzotech-mailchimp-global-style3 .mc4wp-form-fields {
    display: flex;
}
/* End elbzotech-mailchimp-global-style3 */
/*End Mailchimp elementor*/
@media(max-width: 1200px){
}
@media(max-width: 991px){
    .elbzotech-mailchimp-global-style2 .content-popup-mailchimp .title {
        font-size: 30px;
    }
    .elbzotech-mailchimp-global-style2 .elbzotech-close-popup{
        right: 0;
        top: 0;
    }
    .elbzotech-mailchimp-global-style2 .info-mailchimp {
        width: 100%;
        padding: 40px 20px;
    }
    .elbzotech-mailchimp-global-style2 .adv-thumb-link {
        display: none;
    }
}
@media(max-width: 767px){
    
}