.ml-10px {
    margin-left: 10px;
}
.mr-5px {
    margin-right: 5px;
}
.mr-10px {
    margin-right: 10px;
}
.mr-20px {
    margin-right: 20px;
}
.mb-10px {
    margin-bottom: 10px;
}
.mb-20px {
    margin-bottom: 20px;
}
.mb-25px {
    margin-bottom: 25px;
}
.mb-30px {
    margin-bottom: 30px;
}
.mb-45px {
    margin-bottom: 45px;
}

.px-5px {
    padding-left: 5px;
    padding-right: 5px;
}
.p-8px {
    padding: 8px;
}
.pl-10px {
    padding-left: 10px;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.position-relative {
    position: relative;
}
.position-absolute {
    position: absolute;
}
.top-0 {
    top: 0;
}

.w-100pc {
    width: 100%;
}
.w-25pc {
    width: 25%;
}
.w-33pc {
    width: 33.33%;
}
.w-50pc {

}
.w-115px {
    width: 115px;
}

.maxw-400px {
    max-width: 400px;
}


.disabled {
    opacity: .65;
}

.content-wrap {
    min-height: 900px;
}
.inner-content-wrap {
    padding-left: 5px;
    padding-right: 5px;
}

.hide {
    display: none;
}

.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}

.tooltip-wrap {
    color: #fff;
}

.custom-tip > div {
    background-color: #757575!important;
    display: inline-block!important;
    padding: 8px 16px!important;
    border-radius: 6px!important;
    color: #fff!important;
    white-space: pre-line;
    min-width: 250px;
}


.style-2::-webkit-scrollbar-track {
    border-radius: 2px
}

.style-2::-webkit-scrollbar {
    width: 2px;
    background-color: #f5f5f5
}

.style-2::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background-color: #8001bd
}

.search-results-wrapper ul.landing-autoload li a, .search-results-wrapper ul.landing-autoload li:hover a {
    text-decoration: none;
    color: #000;
}

.search-results-wrapper {
    background-color: #fff;
    width: 100%;
    text-align: left;
    top: 50px;
    min-height: 2em;
    box-shadow: 0 0 1em 0.25em rgb(0 0 0/15%);
    margin-top: 1em;
    padding: 1em 0;
    white-space: nowrap;
    max-width: 451px;
    background: #fff;
    z-index: 156;
}

#_header_widget .unique-menu-item {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
}
.bottom-panel {
    position: fixed;
    width: 100%;
    height: 140px;
    left: 0px;
    bottom: 0px;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0px -3px 10px rgba(51, 51, 51, 0.35);

    padding: 5px;
}

.bottom-panel .panel-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.bottom-panel .intro-text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #8001BD;
}
.uppercase {
    text-transform: uppercase;
}
.w-190px {
    width: 190px;
}
.w-210px {
    width: 210px;
}
.h-27px {
    height: 27px;
}
.h-32px {
    height: 32px;
}
.h-45px {
    height: 45px;
}
.h-52px {
    height: 52px;
}
.h-61px {
    height: 61px;
}
.white-btn {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    color: indigo;
    background-color: #fff;
    border: 2px solid indigo;
    border-radius: 11px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;

    display: flex;
    justify-content: center;
    align-items: center;
}
.purple-btn {
    background: #8001BD;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 11px;

    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;

    display: flex;
    justify-content: center;
    align-items: center;
}

.white-btn_hover:hover, .white-btn_hover:focus {
    color: indigo;
    text-decoration: none;
}

.purple-btn_hover:hover, .purple-btn_hover:focus {
    color: #FFFFFF;
    text-decoration: none;
}

.banner-top {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

.banner-intro {
    font-family: Roboto;
    font-weight: 300;
    font-size: 30px;
    line-height: 35px;
    color: #000;
    margin-bottom: 40px;
    text-align: center;
}

.pulse-button{
    -webkit-animation: pulse 1s infinite cubic-bezier(0.6, 0, 0, 1);
    -moz-animation: pulse 1s infinite cubic-bezier(0.6, 0, 0, 1);
    -o-animation: pulse 1s infinite cubic-bezier(0.6, 0, 0, 1);
    animation: pulse 1s infinite cubic-bezier(0.6, 0, 0, 1);
}
.pulse-button-bg-white{
    box-shadow:0 0 0 0 #dc4343, inset 0 0 0 #dc4343;
    background-image:-webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #fff), color-stop(100%, #fff));
    background-image:-webkit-linear-gradient(#fff , #fff);
    background-image:-moz-linear-gradient(#fff , #fff);
    background-image:-o-linear-gradient(#fff , #fff);
    background-image:linear-gradient(#fff , #fff);
    cursor:pointer;
    -webkit-animation: pulse 1s infinite cubic-bezier(0.6, 0, 0, 1);
    color: black;
}
.pulse-button-bg-white:hover{
    background-image:-webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #dc4343), color-stop(100%, #dc4343));
    background-image:-webkit-linear-gradient(#dc4343 , #dc4343);
    background-image:-moz-linear-gradient(#dc4343 , #dc4343);
    background-image:-o-linear-gradient(#dc4343 , #dc4343);
    background-image:linear-gradient(#dc4343 , #dc4343);
    color: white;
}

.pulse {
    -webkit-animation: pulse_animation 1s infinite cubic-bezier(0.6, 0, 0, 1);
    -moz-animation: pulse_animation 1s infinite cubic-bezier(0.6, 0, 0, 1);
    -o-animation: pulse_animation 1s infinite cubic-bezier(0.6, 0, 0, 1);
    animation: pulse_animation 1s infinite cubic-bezier(0.6, 0, 0, 1);
}
@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.7);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(204,169,44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.7);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0.6);
    }
    70% {
        -moz-box-shadow: 0 0 0 15px rgba(204,169,44, 0);
        box-shadow: 0 0 0 15px rgba(204,169,44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}
@-webkit-keyframes pulse_bak {
    to{
        box-shadow: 0 0 0 15px rgba(90, 153, 220, 0), inset 0 0 0 #8001bd;
    }
}

.block {
    display: block;
}

.hr-line {
    width: 100%;
    height: 1px;
    background: #8a8585;
    margin: 13px 23px 13px 8px;
}

.smart-clean-info {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #828282;
    max-width: 500px;
    opacity: 1;
}
.smart-clean-description {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #828282;
    padding: 0 15px;
    text-align: left;
    opacity: 1;
}

.stat-item {
    display: flex;
    justify-content: left;
    align-items: center;

}
.stat-description {
    flex-grow: 1;
    padding: 8px;
    line-height: 1.42857143;
    font-size: 16px;
    font-family: Roboto;
    font-style: normal;
    color: #000;
    text-align: left;
    font-weight: 300;
}
.stat-value {
    font-size: 18px;
    font-weight: bold;
}

.block-services {
    background: #c4c4c4;
    padding: 22px 0 34px;
    width: 100%;
}
.winberry-banner-loading {
    padding-top: 10px !important;
    min-height: 300px !important;
}
.block-services-div {
    background: #fff;
    border: 0.5px solid #8a8585;
    box-sizing: border-box;
    box-shadow: 0 4px 10px rgba(0,0,0,.25);
    border-radius: 21px;
    text-align: center;
    min-width: 355px;
}
.winberry-banner-header {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.winberry-banner-header > p {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #141415;
}
.winberry-banner-content {
    margin-top: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 100px;
}
.winberry-banner-block-1 {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
}
.winberry-banner-block-2 {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #414141;
    width: 60%;
}
.winberry-banner-block-1 img {
    height: 130px;
}

.guard-options-wrap label.form-switch {
    font-size: 14px;
    flex-grow: 1;
    padding: 5px;
    line-height: 1.42857143;
    font-family: Roboto;
    font-style: normal;
    color: #000;
    text-align: left;
    font-weight: 300;
    margin-bottom: 0px;
}

.link {
    color: indigo;
    text-decoration: underline;
    border-radius: 0;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    transition: all 1s ease;
}

/**************************\
  Basic Modal Styles
\**************************/

.modal {
    font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
}

.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal__container {
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 21px;
    outline: 0;
    max-width: 590px;
    width: 100%;
    width: 100%;
}

.modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.modal .title-wrap {
    flex-grow: 1;
}

.modal__title {
    font-family: Roboto;
    font-style: normal;
    text-align: center;
    color: #000;
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    margin: 0;
}

.modal__close {
    background: transparent;
    border: 0;
    font-size: 30px;
}

.modal__header .modal__close:before { content: "\2715"; }

.modal__content {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    padding: 10px 24px 25px;
    font-family: Roboto;
    font-style: normal;
    text-align: center;
    color: #000;
    margin: 0 0 5px;
}

.modal__btn {
    font-size: .875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: #e6e6e6;
    color: rgba(0,0,0,.8);
    border-radius: .25rem;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    line-height: 1.15;
    margin: 0;
    will-change: transform;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.modal__btn-primary {
    background-color: #00449e;
    color: #fff;
}



/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes mmfadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}

@keyframes mmslideIn {
    from { transform: translateY(15%); }
    to { transform: translateY(0); }
}

@keyframes mmslideOut {
    from { transform: translateY(0); }
    to { transform: translateY(-10%); }
}

.micromodal-slide {
    display: none;
}

.micromodal-slide.is-open {
    display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
    animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
    animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
    animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
    animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
    will-change: transform;
}


.styled-input-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 400px;

    border: 1px solid #616161;
    border-radius: 9px;
    box-sizing: border-box;
    box-shadow: 0 4px 10px rgba(0,0,0,.25)
}
.styled-input-wrap .input-pre-wrap {
    width: 55px;
    line-height: 52px;
    border-right: 1px solid #616161;
}
.styled-input-wrap .input-wrap {
    flex-grow: 1;
}
.styled-input-wrap input:focus {
    outline: none;
}
.styled-input-wrap input {
    border: none;
}

.bg-white {
    background-color: #fff;
}
.color-black {
    color: #000;
}

.checkbox2 label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.checkbox2 label input[type=checkbox] {
    display: none;
}
.checkbox2 input[type=checkbox] {
    margin: 4px 0 0;
    line-height: normal;
    box-sizing: border-box;
    padding: 0;
}

.checkbox2 .checkbox2-text {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000;
}

.checkbox2 .cr {
    width: 32px;
    height: 32px;
    font-size: 2em;
    border: 1px solid #999;
    margin: 0;
    text-align: center;
    position: relative;
    display: inline-block;
    border-radius: 0.25em;
}

.checkbox2 label:after {
    content: "";
    display: table;
    clear: both;
}



/* Customize the label (the container) */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-w-label-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
.checkbox-w-label-wrap .label-text-wrap {
    flex-grow: 1;
}
.custom-checkbox-wrap {
    width: 32px;
    height: 32px;
}
/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 32px;
    width: 32px;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 0.25em;
}
.checkmark-small {
    height: 19px;
    width: 19px;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 11px;
    top: 5px;
    width: 10px;
    height: 17px;
    border: solid #8001BD;
    border-width: 0 5px 5px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox-container .checkmark-small:after {
    left: 5px;
    top: 1px;
    width: 7px;
    height: 13px;
}


.custom-checkbox-wrap-small {
    width: 19px;
    height: 19px;
}

.display-inline-block {
    display: inline-block;
}

.lh-45px {
    line-height: 45px;
}
.custom_question_line {
    display: flex;
}
.custom_q_span {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    max-width: 330px;
    margin-right: 17px;
    text-align: left;
}
.select_wrap {
    position: relative;
}
.custom_question_line {
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.custom_q_select {
    color: #8001bd;
    padding: 6px 30px 6px 20px;
    background: #f8fbff;
    border: 0.5px solid #8a8585;
    border-radius: 5px;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}
.custom_q_select_arrow {
    content: "";
    position: absolute;
    right: 9px;
    top: 14px;
    border: 7px solid transparent;
    border-top-color: #828282;
}




@media (max-device-width: 480px) {
    #_header_widget .logo {
        padding-left: 0px;
    }
    #_header_widget .unique-menu-item {
        font-size: 17px;
        float: left;
        padding-top: 13px;
    }
    .bottom-panel .panel-inner {
        flex-direction: column;
    }
    .bottom-panel .intro-text {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .block-services {
        text-align: center;
    }
    .winberry-banner-loading {
        padding: 20px;
    }
    .block-services-div {
        width: 100%;
        max-width: 400px;
        display: inline-block;
        margin-bottom: 20px;
    }
    .winberry-banner-content {
        padding: 0 20px !important;
        flex-direction: column;
        max-height: none;
    }
    .winberry-banner-block-1 {
        margin-bottom: 40px;
        margin-right: 0;
        width: 100%;
    }
    .winberry-banner-block-2 {
        width: 100%;
    }
}