html {
    height: 100%;
}
body {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.maincontainer {
    overflow: hidden;
}
.txt {
    border-radius: 0px;
}


form {
    margin-bottom: 0px;
}

.modal-popup {
    border: none;
    overflow: visible !important;
    margin: 0;
    padding: 0;
}
.modal-popup .close {
    position: absolute !important;
    top: -10px;
    right: -10px;
    background: black;
    padding: 0px;
    margin: 0 !important;
    border-radius: 100%;
    z-index: 10;
    opacity: 1;
    width: 20px;
    height: 20px;
    color: white;
    box-sizing: border-box;
    line-height: 0;
}
.modal-popup .close i {
    font-size: 10px;
    text-align: center;
    margin: 0;
    padding: 0;
}

.modal-popup .close.close2 {
    width: 40px;
    height: 40px;
    color: black;
    background: white;
    top: -20px;
    right: -20px;
}
.modal-popup .close.close2 i {
    font-size: 24px;
}

.modal-popup .close.close3 {
    width: 30px;
    height: 30px;
    color: black;
    background: white;
    top: -15px;
    right: -15px;
    border-radius: 0;
}
.modal-popup .close.close3 i {
    font-size: 20px;
}



.modal-popup .modal-body {
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.modal-popup .modal-body iframe,
.modal-notification iframe,
.hellobar iframe {
    border: none;
}


.hellobar {
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
}
.hellobar.hellobar-bottom {
    top: unset;
    bottom: 0;
}
.hellobar .close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: black;
    padding: 0px;
    margin: 0;
    border-radius: 100%;
    z-index: 10;
    opacity: 1;
    width: 20px;
    height: 20px;
    color: white;
    box-sizing: border-box;
}
.fullscreen-popup .close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: black;
    padding: 0px;
    margin: 0;
    border-radius: 100%;
    z-index: 10;
    opacity: 1;
    width: 20px;
    height: 20px;
    color: white;
    box-sizing: border-box;
}
.hellobar .close i,
.fullscreen-popup .close i {
    font-size: 11px;
    text-align: center;
    margin: 0;
    padding: 0;
    display: block;
}

.hellobar .close.close2 {
    width: 40px;
    height: 40px;
    color: black;
    background: white;
    top: 0px;
    right: 0px;
}
.fullscreen-popup .close.close2 {
    width: 40px;
    height: 40px;
    color: black;
    background: white;
    top: 10px;
    right: 10px;
}

.hellobar .close.close2 i,
.fullscreen-popup .close.close2 i {
    font-size: 24px;
}

.hellobar .close.close3 {
    width: 30px;
    height: 30px;
    color: black;
    background: white;
    top: 0px;
    right: 0px;
    border-radius: 0;
}
.fullscreen-popup .close.close3 {
    width: 30px;
    height: 30px;
    color: black;
    background: white;
    top: 10px;
    right: 10px;
    border-radius: 0;
}

.hellobar .close.close3 i,
.fullscreen-popup .close.close3 i {
    font-size: 20px;
}





.optin .content {
    padding: 0px;
    position: relative;
}

.optin.template4 input[type="text"],
.optin.template4 input[type="email"],
.optin.template4 input[type="password"],
.optin.template4 textarea {
    width: 100%;
    border: none;
    height: 42px;
}

.optin.template4 button.btn-large {
    height: 40px;
}


.optin.template5 .form {
    text-align: center;
}
.optin.template5 .control-group {
    display: inline-block;
}
.optin.template5 input[type="text"],
.optin.template5 input[type="email"],
.optin.template5 input[type="password"],
.optin.template5 textarea {
    width: 170px;
    padding: 10px;
    font-size: 16px;
    margin: 0;
    margin-right: 10px;
}


.optin.template6 .form {
    text-align: center;
}

.optin.template6 input[type="text"],
.optin.template6 input[type="email"],
.optin.template6 input[type="password"],
.optin.template6 textarea {
    font-size: 17px;
    text-align: center;
    margin-bottom: 0px;
    width: 300px;
    height: 52px;
}



.optin.template7 .form {
    text-align: center;
}

.optin.template7 input[type="text"],
.optin.template7 input[type="email"],
.optin.template7 input[type="password"],
.optin.template7 textarea,
.optin.template7 select {
    font-size: 17px;
    text-align: center;
    margin-bottom: 0px;
    width: 100% !important;
    height: 52px;
}




.image,
.txt {
    margin-bottom: 0px;
}

.box-masonry .background {
    margin-bottom: 0px;
}
.box-masonry {
    margin-bottom: 0px;
}
