

/*Begin Mailchimp elementor*/
.elbzotech-mailchimp-default form .mc4wp-form-fields {
    height: 50px;
    line-height: 50px;
    max-width: 100%;
    border: none;
    border-radius: 0px;
    background: transparent;
    
}
.elbzotech-mailchimp-default form .mc4wp-form-fields > *,
.elbzotech-mailchimp-default form{
    display: inline-block;
    vertical-align: top;
}
.elbzotech-mailchimp-default input[type="submit"],
.elbzotech-mailchimp-default button[type="submit"]
 {
    border: 0;
    color: #fff;
    text-transform: capitalize;
    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: 5px;
    padding: 0 32px;
    min-width: 120px;
    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;
}
.elbzotech-mailchimp-default input[type="submit"]:hover,
.elbzotech-mailchimp-default button[type="submit"]:hover
{
    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-default .elbzotech-submit-form .elbzotech-text-bt-mailchimp {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 0;
    line-height: 65px;
    color: #fff;
    pointer-events: none;
}

.bzotech-footer-page-footer-2 .elbzotech-mailchimp-default input[type="submit"],
.bzotech-footer-page-footer-2 .elbzotech-mailchimp-default button[type="submit"]{
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 56px !important;
    text-align: center;
    background: var(--bzo-main-color2);
    border-radius: 30px;
    padding: 0 30px;
    padding-right: 60px;
    display: inline-block;
    cursor: pointer;
    z-index: 1;
    position: relative;
    font-family:var(--bzo-body_typo-font-family);
    overflow: hidden;
    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;
    position: relative;
    max-width: 40%;
}

.bzotech-footer-page-footer-2 .elbzotech-mailchimp-default input[type="submit"]::before,
.bzotech-footer-page-footer-2 .elbzotech-mailchimp-default button[type="submit"]::before{
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f061";
    position: absolute;
    font-size: 20px;
    top: 0;
    right: 30px;
}

.bzotech-footer-page-footer-2 .elbzotech-mailchimp-default input[type="submit"]:hover,
.bzotech-footer-page-footer-2 .elbzotech-mailchimp-default button[type="submit"]:hover{
    color: #fff;
    background: #215D72;
    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;
    
}
.elbzotech-mailchimp-default .mc4wp-form-fields input[type="email"]{
    width: 100%;
    height: 50px;
    border-radius: 0;
    margin-right: 0px;
    border:none;
    padding: 0px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: transparent;
    border-bottom: 1px solid #fff;
    margin-bottom: 26px;
    width: 335px;
}
.elbzotech-mailchimp-default .mc4wp-form-fields input[type="email"]:focus{
    border-color: var(--bzo-main-color-mix);
}
.elbzotech-mailchimp-default .mc4wp-form-fields input[type="email"]::-webkit-input-placeholder { /* Edge */
  color: #fff;
}
.elbzotech-mailchimp-default .mc4wp-form-fields input[type="email"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}
.elbzotech-mailchimp-default .mc4wp-form-fields input[type="email"]::placeholder {
  color: #fff;
}
.elbzotech-mailchimp-default form{
    width: 100%;
}

.bzotech-footer-page-footer-2 .elbzotech-mailchimp-default .mc4wp-form-fields input[type="email"]{
    width: 100%;
    height: 56px;
    border-radius: 40px;
    margin: 0px 10px 0 0;
    padding: 0px 20px;
    font-size: 16px;
    font-weight: 400;
    background-color: #fff;
    border: none;
    width: 60%;
    color: #727272;
}
@media(min-width: 1650px){
    .bzotech-footer-page-footer-2 .elbzotech-mailchimp-default .mc4wp-form-fields input[type="email"]{
        width: 360px;
    }
    .bzotech-footer-page-footer-2 .elbzotech-mailchimp-default input[type="submit"],
    .bzotech-footer-page-footer-2 .elbzotech-mailchimp-default button[type="submit"]{
        padding: 0 45px;
        padding-right: 75px;
    }
    .bzotech-footer-page-footer-2 .elbzotech-mailchimp-default input[type="submit"]::before,
    .bzotech-footer-page-footer-2 .elbzotech-mailchimp-default button[type="submit"]::before{
        right: 46px;
    }
}
.bzotech-footer-page-footer-2 .elbzotech-mailchimp-default .mc4wp-form-fields input[type="email"]::-webkit-input-placeholder { /* Edge */
  color: #727272;
}
.bzotech-footer-page-footer-2 .elbzotech-mailchimp-default .mc4wp-form-fields input[type="email"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #727272;
}
.bzotech-footer-page-footer-2 .elbzotech-mailchimp-default .mc4wp-form-fields input[type="email"]::placeholder {
  color: #727272;
}

/*Begin style 2*/
.elbzotech-mailchimp-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-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-style2 .content-popup-mailchimp{
    background: #faf9fe;
    max-width: 1000px;
        border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.elbzotech-mailchimp-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;
}
.elbzotech-mailchimp-style2 .elbzotech-close-popup:hover{
    color: var(--bzo-main-color);

}
.elbzotech-mailchimp-style2 .content-popup-mailchimp .title{
    margin-bottom: 20px;
}
.elbzotech-mailchimp-style2 .content-popup-mailchimp .desc{
    margin-bottom: 20px;
    line-height: 28px;
}
.elbzotech-mailchimp-style2 .adv-thumb-link{
    width: 50%;
}
.elbzotech-mailchimp-style2 .info-mailchimp{
    width: 50%;
    padding: 50px 50px 50px 0px;
    overflow-y: auto;
    max-height: 555px;
}
.elbzotech-mailchimp-style2 .info-mailchimp .mc4wp-error{
    text-align: center;
    margin-top: 5px;
    color: #d0342c;
}

.elbzotech-mailchimp-style2 .info-mailchimp .desc{
    color: #454545;
}
.elbzotech-mailchimp-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-style2 .mc4wp-form-fields input[type="email"]::-webkit-input-placeholde,
.elbzotech-mailchimp-style2 .mc4wp-form-fields input[type="email"]::-moz-placeholder,
.elbzotech-mailchimp-style2 .mc4wp-form-fields input[type="email"]:-ms-input-placeholder,
.elbzotech-mailchimp-style2 .mc4wp-form-fields input[type="email"]:-moz-placeholder
{
    color:#727272;
}
.elbzotech-mailchimp-style2 input[type="submit"],
.elbzotech-mailchimp-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-style2 button[type="submit"]:hover,
.elbzotech-mailchimp-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-style2 button[type="submit"] i{
    font-size: 24px;
    margin-right: 6px;
    position: relative;
    top: 3px;
}
.elbzotech-mailchimp-style2 input[type="submit"]:hover,
.elbzotech-mailchimp-style2 input[type="submit"]:focus
{
    color: #fff;
    background: var(--bzo-main-color);
    box-shadow: 0px 4px 5px rgb(0 0 0 / 14%);
}
.elbzotech-mailchimp-style2 .item-social
{
    padding: 0px 10px;
    margin-top: 30px;
    color: #293042;
    font-size: 26px;
}
.elbzotech-mailchimp-style2 .item-social:hover{
    color: var(--bzo-main-color);
    cursor: pointer;
}
.elbzotech-mailchimp-style2 .dont-show {
    margin-top: 20px;
}
.elbzotech-mailchimp-style2 .dont-show label{
    margin-left: 5px;
}

/*--------------*/

.elbzotech-mailchimp-style3 form .mc4wp-form-fields {
    display: flex;
    display: -webkit-flex;
    height: 45px;
    line-height: 45px;
    max-width: 100%;
    border: none;
    border-radius: 5px;
    background: #fff;
        display: flex;
    align-items: center;
}
.elbzotech-mailchimp-style3 form .mc4wp-form-fields > *,
.elbzotech-mailchimp-style3 form{
    display: inline-block;
    vertical-align: top;
}
.elbzotech-mailchimp-style3 input[type="submit"],
.elbzotech-mailchimp-style3 button[type="submit"]
 {
    border: 0;
    background-color: var(--bzo-main-color);
    color: #fff;
    height: 36px;
    line-height: 36px;
    display: block;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    position: relative;
    border-radius: 5px;
    margin-right: 5px;
    padding: 0px 15px;
}
.elbzotech-mailchimp-style3 input[type="submit"]:hover,
.elbzotech-mailchimp-style3 button[type="submit"]:hover
{
    color: #fff;
    background: var(--bzo-main-color);
    
}
.elbzotech-mailchimp-style3 .mc4wp-form-fields input[type="email"]{
    width: 100%;
    height: 45px;
    border-radius: 5px 0 0 5px;
    margin-right: 0px;
    border:none;
    padding: 0px 20px;
    font-size: 16px;
    font-weight: 400;
    color: #727272;
    background: #fff;
}
.elbzotech-mailchimp-style3 .mc4wp-form-fields input[type="email"]::-webkit-input-placeholder { /* Edge */
  color: #727272;
}

.elbzotech-mailchimp-style3 .mc4wp-form-fields input[type="email"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #727272;
}

.elbzotech-mailchimp-style3 .mc4wp-form-fields input[type="email"]::placeholder {
  color: #727272;
}
.elbzotech-mailchimp-style3 form{
    width: 100%;
}
/*End Mailchimp elementor*/
@media(max-width: 1200px){
    .elbzotech-mailchimp-style2 .item-social,
    .elbzotech-mailchimp-style2 input[type="submit"], .elbzotech-mailchimp-style2 button[type="submit"]{
        margin-top: 20px;
    }
    .elbzotech-mailchimp-style2 .content-popup-mailchimp .desc{
        margin-bottom: 20px;
        line-height: 25px;
        font-size: 16px;
    }
    .elbzotech-mailchimp-style2 .content-popup-mailchimp .title {
        margin-bottom: 20px;
    }
   
    .elbzotech-mailchimp-style2 .mc4wp-form-fields input[type="email"]{
        height: 55px;
    }
}
@media(max-width: 991px){
    
    .elbzotech-mailchimp-style2 .info-mailchimp  {
       height: 400px;
    }
}
@media(max-width: 767px){
    
    .elbzotech-mailchimp-style2 .adv-thumb-link  {
        display: none;
    }
    .elbzotech-mailchimp-style2 .info-mailchimp  {
        width: 100%;
        padding: 30px;
    }
}