/**
 * 2021-2022 WeblyticLabs
 *
 * All rights reserved,
 *
 * @category   Weblytic Extensions
 * @package    Wbl_CallRequest Module
 * @author     WeblyticLabs <support@weblyticlabs.com>
 * @copyright  Copyright (c) 2021-2022 Weblytic Labs (https://weblyticlabs.com)
 * @license    One Paid Licence For One Website. No Rent. No Sell. No Share.
 */
#wblcall-button {
    transform: rotateY(0deg) scale(1);
    width: auto !important;
    height: auto !important;
    cursor: pointer !important;
    display: block;
    z-index: 10000000 !important;
    background: transparent none repeat scroll 0 0 !important;
    position: fixed;
}
#wblcall-button * {
    transform-origin: center center 0 !important;
}
#wblcall-button .wblcall-button-border-inner {
    animation-name: pzv-outer-animation;
    animation-duration: 1.9s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    border-radius: 100% !important;
    opacity: .5 !important;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)' !important;
    left: 44px !important;
    top: 44px !important;

    position: absolute !important;
    z-index: 10000000 !important;
}
#wblcall-button .wblcall-button-border-outer {
    animation-name: pzv-inner-animation;
    animation-duration: 2.3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    border: 1px solid #9abfd3 !important;
    border-radius: 100%;
    left: 30px !important;
    top: 30px !important;
    position: absolute !important;
    z-index: 10000000 !important;
}
#wblcall-button .wblcall-button-text {
    background-color: rgba(121, 208, 0, .8) !important;
    color: #fff !important;
    border-radius: 100% !important;
    opacity: 0;
    left: 33px !important;
    top: 33px !important;
    margin: 0 !important;
    position: absolute;
    text-align: center !important;
    font-size: 14px !important;
    font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', arial, sans-serif !important;
    font-weight: 500 !important;
    line-height: 19px !important;
    transition: all 0s ease 0s;
}
#wblcall-button .wblcall-button-center-text {
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    font-weight: 500 !important;
    font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', arial, sans-serif !important;
}
#wblcall-button .wblcall-button-phone {
    animation-name: pzv-phone-animation;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    position: absolute !important;
    border-radius: 100% !important;
    left: 44px;
    top: 44px;
    z-index: 10000000 !important;
}
.fa-phone{
    background: #ff6600;
    color: white;
    padding: 21px;
    font-size: 30px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    margin: 0px 0px 66px -1px;
    border-radius: 50%;

}
#wblcall-button * {
    transform-origin: center center 0 !important;
    margin: 12px 10px 3px 11px;

}
.imglogo
{
    border-radius: 50%;
}
[class^="m-"]{
    font-family: 'myprestamodules' !important;
    speak: none;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.form_content {
    margin-top: 16px;
    width: 100%;
    font-size: 18px;
}

.form_input{
    margin-top: 15px;
}
.call_request_save {
    box-shadow: none;
    margin-top: 25px;
    font-size: 20px;
}
.callbackfooter{
    background-color: #0a0a18;
    width: 658px;
    margin-left: -30px;
    height: 60px;
}
.callbackcontent{
    text-align: center;
    color: white;
}
.after-form-submit-description{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.wblcall-button-phone i {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}
.wblpopup._show .modal-inner-wrap {
    width: 40%;

}
.wblpopup .modal-header {
    padding-bottom: 1.2rem;
    padding-top: 3rem;
}

.wblpopup.modal-content {
    padding-left: 3rem;
    padding-right: 3rem;
}
.wblpopup .modal-title {
    border-bottom: 1px solid #c1c1c1;
    font-weight: 300;
    padding-bottom: 10px;
    font-size: 26px;
    margin-bottom: 0;
    min-height: 1em;
    word-wrap: break-word;
    color: white;
    display: flex;
    justify-content: center;
    font-size: 40px;
}
.wblpopup .modal-title {
    color: #391DFF;
    font-size: 30px;
}
@media only screen and (max-width: 1100px) {
    .wblpopup .modal-title {
        font-size: 25px;
    }
}
@media only screen and (max-width: 767px) {
    .wblpopup.modal-slide._inner-scroll .modal-inner-wrap {
        height: auto;
        min-height: 100%;
        margin: auto;
    }
}
@media only screen and (max-width: 767px){
    .wblpopup.modal-slide._show .modal-inner-wrap {
        transform: translateX(0);
        margin: auto;
    }
    .description_content{
        font-size: 10px;
        text-align: justify;
    }
}
@media only screen and (max-width: 767px) {

    .wblpopup.modal-slide._inner-scroll .modal-inner-wrap {
        height: auto;
        min-height: 100%;
        margin: auto;
    }
    .description_content{
        font-size: 10px;
    }

}
@media only screen and (max-width: 540px) {
    .wblpopup {
        height: auto;
        min-height: 100%;
        margin: auto;
    }
    .description_content{
        font-size: 10px;
    }
}

@media only screen and (max-width: 770px) {
    .wblpopup .modal-title {
        font-size: 17px;
    }
}
@media only screen and (max-width: 770px) {
    .wblpopup .modal-title {
        font-size: 17px;
    }
}
@media only screen and (max-width: 540px) {
    .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
        height: auto;
        min-height: 100%;
        margin: auto;
        width: 70%;
        margin-left: 25px;
    }
}
@media only screen and (max-width: 540px) {
    #wblcall-button .wblcall-button-phone {
        animation-name: pzv-phone-animation;
        animation-duration: 1.2s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
        position: absolute !important;
        border-radius: 100% !important;
        left: 84px;
        top: 66px;
        z-index: 10000000 !important;
        width: 35%;
        height: 35%;
    }
}

@media only screen and (max-width: 767px) {
    .wblpopup{
        overflow-y: auto;
        height: 76%;
        margin: auto -204px;
        margin-left: -255px;
    }
}
@media only screen and (max-width: 780px) {
    .wblpopup{
        overflow-y: auto;
        height: 75%;
        margin: auto -200px;


    }
}
@media only screen and (max-width: 1000px) {
    .wblpopup{
        overflow-y: auto;
        height: 90%;
        margin: auto -300px;


    }
}
@media only screen and (max-width: 540px) {
    .wblpopup {
        overflow-y: auto;
        height: 60%;
        margin: auto;
        margin-left: 28px;
    }
}

@media only screen and (max-width: 420px) {
    .wblpopup{
        overflow-y: auto;
        height: 55%;
        margin: auto -47px;
        margin-left: -23px;
    }
}

@media only screen and (max-width: 300px) {
    .wblpopup{
        overflow-y: auto;
        margin-left: -44px;
    }
}
@media only screen and (max-width: 176px) {
    .wblpopup{
        overflow-y: auto;
        margin-left: -67px;
    }
}
wbl_second_popup


.wbl_second_popup._show .modal-inner-wrap {
    width: 40%;

}
.wbl_second_popup .modal-header {
    padding-bottom: 1.2rem;
    padding-top: 3rem;

}

.wbl_second_popup .modal-content {
    padding-left: 3rem;
    padding-right: 3rem;

}
.wbl_second_popup .modal-title {
    border-bottom: 1px solid #c1c1c1;
    font-weight: 300;
    padding-bottom: 10px;
    font-size: 26px;
    margin-bottom: 0;
    min-height: 1em;
    word-wrap: break-word;
    color: white;
    display: flex;
    justify-content: center;
    font-size: 40px;
}
.wbl_second_popup .modal-title {
    color: #391DFF;
    font-size: 30px;
}
@media only screen and (max-width: 1100px) {
    .wbl_second_popup .modal-title {
        font-size: 25px;
    }
}
@media only screen and (max-width: 767px) {
    .wbl_second_popup.modal-slide._inner-scroll .modal-inner-wrap {
        height: auto;
        min-height: 100%;
        margin: auto;
    }
}
@media only screen and (max-width: 767px){
    .wbl_second_popup.modal-slide._show .modal-inner-wrap {
        transform: translateX(0);
        margin: auto;
    }
    .description_content{
        font-size: 10px;
    }
}
@media only screen and (max-width: 767px) {

    .wbl_second_popup.modal-slide._inner-scroll .modal-inner-wrap {
        height: auto;
        min-height: 100%;
        margin: auto;
    }
    .description_content{
        font-size: 10px;
    }

}
@media only screen and (max-width: 540px) {
    .wbl_second_popup {
        height: auto;
        min-height: 100%;
        margin: auto;
    }
    .description_content{
        font-size: 10px;
    }
}

@media only screen and (max-width: 770px) {
    .wbl_second_popup .modal-title {
        font-size: 17px;
    }
}
@media only screen and (max-width: 770px) {
    .wbl_second_popup .modal-title {
        font-size: 17px;
    }
}
@media only screen and (max-width: 540px) {
    .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
        height: auto;
        min-height: 100%;
        margin: auto;
        width: 70%;
        margin-left: 25px;
    }
}


@media only screen and (max-width: 767px) {
    .wbl_second_popup{
        overflow-y: auto;
        height: 76%;
        margin: auto -204px;
        margin-left: -255px;
    }
}
@media only screen and (max-width: 780px) {
    .wbl_second_popup{
        overflow-y: auto;
        height: 75%;
        margin: auto -200px;


    }
}
@media only screen and (max-width: 1000px) {
    .wbl_second_popup{
        overflow-y: auto;
        height: 90%;
        margin: auto -300px;


    }
}
@media only screen and (max-width: 540px) {
    .wbl_second_popup {
        overflow-y: auto;
        height: 60%;
        margin: auto;
        margin-left: 28px;
    }
}

@media only screen and (max-width: 420px) {
    .wbl_second_popup{
        overflow-y: auto;
        height: 55%;
        margin: auto -47px;
        margin-left: -23px;
    }
}

@media only screen and (max-width: 300px) {
    .wbl_second_popup{
        overflow-y: auto;
        margin-left: -44px;
    }
}
@media only screen and (max-width: 176px) {
    .wbl_second_popup{
        overflow-y: auto;
        margin-left: -67px;
    }
}
.wbl_second_popup._inner-scroll {
    overflow-y: visible;
    width: 55%;
    margin: auto;
}
.wbl_second_popup._inner-scroll {
    overflow-y: visible;
    width: 55%;
    margin: auto;
    height: 40%;
}
.wbl_second_popup {
    margin-top: 300px;
}
@media only screen and (max-width: 767px) {
    .wbl_second_popup.modal-slide._inner-scroll._show {
        -webkit-overflow-scrolling: touch;
        overflow-y: auto;
        width: 73%;
        margin: auto;
        margin-left: 56px;
        height: 23%;
    }
}
@media only screen and (max-width: 540px) {
    .wbl_second_popup.modal-slide._inner-scroll._show {
        -webkit-overflow-scrolling: touch;
        height: fit-content;
        margin-top: 50%;
    }
}
@media only screen and (max-width: 540px) {
    .wbl_second_popup.modal-slide._inner-scroll._show {
        -webkit-overflow-scrolling: touch;
        width: 92%;
        margin: auto;
        margin-left: 7px;
        height: fit-content;
        margin-top: 50%;
    }
}
@media only screen and (max-width: 540px) {
    .wbl_second_popup.modal-slide._inner-scroll._show {
        -webkit-overflow-scrolling: touch;
        width: 92%;
        margin: auto;
        margin-left: -33px;
        height: fit-content;
        margin-top: 88%;
    }
}
