

/*Begin Mailchimp elementor*/
.elbzotech-mailchimp-default form .mc4wp-form-fields {
    display: flex;
    display: -webkit-flex;
    height: 65px;
    line-height: 65px;
    max-width: 100%;
    border: none;
    border-radius: 40px;
    background: #fff;
        display: flex;
    align-items: center;
}
.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;
    background-color: var(--bzo-main-color);
    color: #fff;
    min-width: 49px;
    height: 49px;
    line-height: 49px;
    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: 50%;
    margin-right: 8px;
    /* Begin ver 1.1 */
    font-family: inherit;
    /* End ver 1.1 */
}
.elbzotech-mailchimp-default input[type="submit"]:hover,
.elbzotech-mailchimp-default button[type="submit"]:hover
{
    color: #fff;
    background: var(--bzo-main-color);
    
}
.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;
}
.elbzotech-mailchimp-default .mc4wp-form-fields input[type="email"]{
    width: 100%;
    height: 65px;
    border-radius: 40px 0 0 40px;
    margin-right: 0px;
    border:none;
    padding: 0px 20px;
    font-size: 16px;
    font-weight: 400;
    color: #727272;
    background: #fff;
}
.elbzotech-mailchimp-default .mc4wp-form-fields input[type="email"]::-webkit-input-placeholder { /* Edge */
  color: #727272;
}

.elbzotech-mailchimp-default .mc4wp-form-fields input[type="email"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #727272;
}

.elbzotech-mailchimp-default .mc4wp-form-fields input[type="email"]::placeholder {
  color: #727272;
}
.elbzotech-mailchimp-default form{
    width: 100%;
}
/*Begin style 2*/
.elbzotech-mailchimp-style2{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 50%);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 15px;
}
.elbzotech-mailchimp-style2 .content-popup-mailchimp{
    background: #fff;
    max-width: 1000px;
        border-radius: 30px;
    overflow: hidden;
    position: relative;
}
.elbzotech-mailchimp-style2 .elbzotech-close-popup{
    right: 20px;
    top: 20px;
    font-size: 16px;
    color: var(--bzo-main-color2);
    background: #F5F5F5;
    border-radius: 50%;
    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: #fff;
    background: var(--bzo-main-color);

}
.elbzotech-mailchimp-style2 .content-popup-mailchimp .title{
    margin-bottom: 32px;
}
.elbzotech-mailchimp-style2 .content-popup-mailchimp .desc{
    margin-bottom: 32px;
    line-height: 28px;
}
.elbzotech-mailchimp-style2 .adv-thumb-link{
    width: 45%;
}
.elbzotech-mailchimp-style2 .info-mailchimp{
    width: 55%;
    padding: 30px 80px 30px 30px;
    overflow-y: auto;
    max-height: 555px;
}
.elbzotech-mailchimp-style2 .mc4wp-form-fields input[type="email"]{
    display: block;
    width: 100%;
    background: #F5F5F5;
    height: 68px;
    border: none;
    border-radius: 15px;
    color: #727272;
    font-size: 20px;
    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: capitalize;
    font-size: 16px;
    font-weight: 600;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: var(--bzo-main-color2);
    border-radius: 30px;
    padding: 0 35px!important;
    min-width: 120px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    z-index: 1;
    position: relative;
    width: 100%;
    margin-top: 32px;
    font-family:var(--bzo-body_typo-font-family);
    overflow: hidden;
}
.elbzotech-mailchimp-style2 button[type="submit"]:hover,
.elbzotech-mailchimp-style2 button[type="submit"]:focus
{
    color: #fff;
    background: var(--bzo-main-color);
    box-shadow: 0px 4px 5px rgb(0 0 0 / 14%);
}
.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;
}
.elbzotech-mailchimp-style2 .dont-show {
    margin-top: 20px;
}
.elbzotech-mailchimp-style2 .dont-show label{
    margin-left: 5px;
}
.elbzotech-mailchimp-style2 .adv-thumb-link{
    object-fit: cover;
    height: 100%;
}
/*--------------*/

.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;
    /* text-transform: uppercase; */
    padding: 0;
    position: relative;
    border-radius: 5px;
    margin-right: 5px;
    padding: 0px 15px;
    font-family: inherit;
}
.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 .info-mailchimp  {
       height: 450px;
        overflow-y: auto;
    }
    .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: 45px 30px;
    }

    .elbzotech-mailchimp-style2 .elbzotech-close-popup{
        right: 10px;
        top: 10px;
    }
}