p,
span {
    font-weight: 300 !important;
    margin: 0;
}
.continpromo {
    width: 100%;
    max-width: 400px;
    display: block;
    margin: auto;
}

small {
    font-size: 80% !important;
}

.bottom-bodered {
    border-bottom: 1px solid;
}

.hide {
    display: none !important;
}

.logoalo {
    height: auto;
    width: 10%;
}
.radio-tabs {
    position: relative;
    width: 300px;
    height: 400px;
    clear: both;
    margin-top: -50px;
}

.easter25 {
    width: 100px !important;
    margin: 12px !important;
    transition: all ease-in-out 0.3s;
    cursor: grab;
}
.easter25:hover {
    width: 120px !important;
}
.radio-tabs .tab {
    display: block;
    float: left;
    width: 50%;
}

@keyframes rotate-90-ccw {
    0% {
        -webkit-transform: scale(0.96);
        transform: scale(0.96);
        filter: blur(5px);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        filter: blur(0px);
    }
}

.cookie-alert {
    position: fixed;
    bottom: 20px;
    width: 80%;
    left: 0;
    margin: 0 auto !important;
    z-index: 999;
    opacity: 0;
    transition-delay: 0s;
    padding: 10px 40px;
    border-radius: 8px;
    border: 1px solid #ddd;
    color: var(--text-color) !important;
    background: var(--background2);
    right: 0;
    display: none;
    text-align: left;
    font-weight: 500;
    transition: transform 500ms ease-out;
    max-width: 450px;
}

.cookie-alert p {
    margin: 0;
    color: var(--text-color);
}

.cookie-alert h5 {
    margin: 0;
    color: var(--text-color);
}

.cookie-alert.show {
    display: block !important;
    -webkit-animation: puff-in-hor 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) both;
    animation: puff-in-hor 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}

@-webkit-keyframes puff-in-hor {
    0% {
        -webkit-transform: scaleX(1.1);
        transform: scaleX(1.1);
        -webkit-filter: blur(4px);
        filter: blur(4px);
        opacity: 0;
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
        display: block;
    }
}
@keyframes puff-in-hor {
    0% {
        -webkit-transform: scaleX(1.1);
        transform: scaleX(1.1);
        -webkit-filter: blur(4px);
        filter: blur(4px);
        opacity: 0;
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
        display: block;
    }
}
.sr-payment-summary {
    display: block;
    font-size: 25px;
    text-align: center;
    position: relative;
}

.sr-payment-summary p {
    font-size: var(--text);
}

.sr-input {
    padding: 0px 15px 0px 15px;
    text-align: left;
    display: block;
    min-height: 40px;
    height: 40px;
    border-radius: 8px !important;
    line-height: 40px;
    margin: 5px 0px 15px 0px !important;
    width: 100%;
    background: var(--input-background);
    max-width: 400px;
    border: 1px solid #8686867c !important;
    font-size: 15px;
}

select {
    background-color: var(--input-background);
    border: none;
    color: var(--text-color);
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    min-width: 20px !important;
    font-size: 15px;
    min-height: 20px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.sr-input:focus {
    border: 1px solid #206bdb !important;
    outline: none !important;
}
.sr-form-row input[type="checkbox"] {
    display: inline;
    position: absolute;
    visibility: visible;
    opacity: 1;
    height: 15px;
    left: -5px;
    margin-top: 6px;
    top: 2px;
    width: 15px;
}

.succespage i {
    font-size: 90px;
    color: var(--maincolor);
}

.succespage {
    text-align: center;
    margin-top: 20px;
}
.containerfeed {
    background: var(--background2);
    padding: 40px 0px;
    border-radius: 8px;
}

.averagescore {
    display: block;
    width: 30%;
    max-width: 400px;
    text-align: center;
    margin: auto 0px;
    padding: 20px;
}

.radio-tabs .tab label {
    padding: 0;
    margin: 0 !important;
    text-align: center !important;
    line-height: 25px;
    height: 30px !important;
    width: 100%;
    cursor: pointer;
}

.radio-tabs .tab input[type="radio"] {
    display: none;
}

.radio-tabs .tab > .content {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    background: #fff;
    right: 0;
    bottom: 0;
}

.containeropinions {
    display: block;
    width: 70%;
    border-left: 2px solid rgb(204, 204, 204);
    padding: 20px;
}

.radio-tabs [type="radio"]:checked ~ label {
    background: #fff;
    border-bottom: 1px solid var(--maincolor);
    z-index: 2;
}

.radio-tabs [type="radio"]:checked ~ label span {
    color: var(--maincolor) !important;
}

.radio-tabs [type="radio"]:checked ~ label ~ .content {
    display: block;
}

.show-hide-promo-code {
    display: none !important;
}

.unclik {
    pointer-events: none !important;
    cursor: progress !important;
    opacity: 0.5 !important;
    user-select: none !important;
}
.unclik::before,
.unclik::after {
    height: 7px;
    width: 0%;
}
.unclik::before,
.unclik::after {
    content: "";
    position: absolute;
    background: var(--text-color);
    transition: opacity 0.5s ease;
}

.unclik::before {
    right: 0;
    bottom: 0;
}

.unclik::before {
    animation: btn-border-top 1.5s ease-in-out infinite;
}

.content_detail__pagination .unclik::before {
    display: none;
}

@keyframes btn-border-top {
    0% {
        width: 0%;
        left: 0;
    }
    12.5%,
    50% {
        width: 100%;
    }
    62.5% {
        width: 0%;
        right: 0;
    }
    100% {
        width: 0%;
        right: 0;
    }
}

.percentage-container-riz {
    background: transparent;
    color: white;
    margin: 0 auto;
    text-align: left;
    height: 5px;
    width: 100%;
    position: relative;
}

h9 span {
    color: white;
    font-style: oblique;
    margin-right: -5px;
    font-weight: 700;
    font-size: 35px;
    display: inline-block;
    margin-top: 10px;
    margin-left: 10px;
}

.pordermy {
    width: 100%;
    max-width: 300px;
    font-family: var(--font);
    font-weight: 700;
}

#nav-icon4 {
    width: 50px;
    height: 35px;
    position: relative;
    margin: auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

#nav-icon4 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
    top: 14px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
    top: 28px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -2px;
    left: 7px;
}

#nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 33px;
    left: 7px;
}

#nav-icon4 span {
    display: block;
    position: absolute;
    height: 7px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

#bonusecard {
    height: 35px;
    color: var(--text-color);
    width: 100px;
    display: block;
    line-height: 35px;
    font-weight: 700;
    position: absolute;
    font-size: var(--text);
    right: 0;
    border: 1px solid #ccc !important;
    margin-top: -50px;
    text-align: center;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    font-family: "Outfit";
}

.bonuswon {
    -webkit-animation: scale-down-center 0.3s
        cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: scale-down-center 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    color: green !important;
}

bonus {
    height: 40px;
    display: none;
    line-height: 36px;
    position: relative;
    background: #f3faef;
    border-radius: 8px;
    border: 1px solid #77b259;
    border-left: 6px solid #77b259;
    color: #597d47;
    margin: 10px 0 0 0;
    padding-right: 5px;
    padding-left: 22px;
}
bonus i {
    position: absolute;
    left: 0;
    top: 0;
}
bonus span {
    float: right;
    font-size: var(--text);
    color: #597d47;
    font-weight: 500 !important;
}
bonus i::before {
    font-size: 24px;
    height: 40px;
    line-height: 38px !important;
}
@-webkit-keyframes scale-down-center {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    20% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-down-center {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    20% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

#eroareminmax {
    height: 20px;
    line-height: 20px;
    max-width: 300px;
    font-size: var(--text);
    letter-spacing: -0.4px;
    margin: -15px auto 20px auto;
    font-weight: 900;
    text-align: center;
    border-radius: 30px;
    width: 100%;
}

.eroarerosu {
    color: red !important;
}

.col-51 {
    margin: 0 auto 0 10%;
    width: 90%;
    max-width: 500px;
    text-align: left;
}

.col-51 img {
    position: absolute;
    height: 70px;
    filter: hue-rotate(330deg);
    margin: 5px 0 0 30px;
}

.continatorvoipimg {
    float: right;
    margin-top: -400px;
    width: 50%;
}

.continatorvoipimg img {
    width: 100%;
    max-width: 400px;
    margin: auto;
    display: block;
}

.gutter {
    margin-bottom: 50px;
}

.gutter h4 {
    margin-left: 130px;
}

.gutter p {
    margin-left: 130px;
}

@media only screen and (max-width: 1024px) {
    .col-52 {
        width: 100%;
    }

    .col-51 {
        float: none;
        max-width: 700px;
        margin: auto;
        width: 100%;
    }
    .continatorvoipimg img {
        display: none;
    }
}

.percentage-riz {
    color: #03ab00;
    height: 5px !important;
    margin-top: -5px;
    display: none;
    border-top: 5px solid #03ab00;
    max-width: 100% !important;
    text-align: right;
    padding-top: 0px !important;
    transition: all 700ms !important;
}

.fee {
    font-size: var(--text);
    text-transform: uppercase;
    line-height: 18px;
    margin-bottom: -10px;
    font-weight: 900;
    color: var(--maincolor);
    margin-top: 10px;
}

.selecttype {
    width: 100%;
    height: 550px;
    padding-top: 100px;
}

.stangacard {
    float: left;
    border: 2px solid #05afb3;
    width: 45%;
    height: 400px;
    margin: 0 0 0 2.5%;
    transition: all 0.3s;
    cursor: pointer;
}

.dreaptacard {
    float: right;
    border: 2px solid #05afb3;
    width: 45%;
    margin: 0 2.5% 0 0;
    height: 400px;
    transition: all 0.3s;
    cursor: pointer;
}

.imgcards {
    width: 45%;
    max-width: 200px;
    margin-left: 5%;
}
.dreaptacard:hover {
    scale: 1.03;
    transition: all 0.3s;
}

.textselcard {
    float: right;

    text-align: left;
    width: 45%;
}

.textselcard p {
    font-size: var(--text);
}

.stangacard:hover {
    color: var(--text-color) !important;
}

.dreaptacard:hover {
    color: var(--text-color) !important;
}

.stangacard:hover {
    scale: 1.03;
    transition: all 0.3s;
}

.main-container {
    border: 1px solid transparent;
    height: auto;
    width: 450px;
    left: 0;
    top: 50px;
    display: block;
    position: relative;
    text-align: center;
    right: 0;
    margin-left: auto;
    margin-bottom: 80px;
    margin-right: auto;
}

.loading-overlay {
    display: none;
    background: rgba(255, 255, 255, 0.7);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9998;
    align-items: center;
    justify-content: center;
}

.loading-overlay.is-active {
    display: flex;
}

.linktermeni {
    width: 100%;
    display: block;
    padding-bottom: 20px;
    color: var(--text-color);
    font-weight: 500;
    font-size: var(--text);
}

#nextBtn,
#prevBtn {
    display: inline;
    width: 147px;
}

.altinput {
    padding: 0 10px;
    width: 300px;
    height: 40px;
}

.createcard {
    width: 90%;
    max-width: 700px;
    border: 1px solid #05afb3;
    margin-left: auto;
    padding: 20px;
    height: auto;
    margin-bottom: 50px;
    min-height: 300px;
    margin-right: auto;
}

.contact {
    margin: 50px auto;
    width: 290px;
    position: relative;
    height: 183px;
    overflow: hidden;
    float: right;
    transition: 0.4s 0.4s;
    font-size: var(--text);
    background: transparent !important;
}

.calling-card {
    background: #01b6dd;
    width: 270px;
    height: 160px;
    border-radius: 7px;
    padding: 10px;
    margin-left: auto;
    margin-top: 20px;
    font-family: var(--font);
    margin-bottom: 20px;
    margin-right: auto;
}

.calling-card img {
    border-radius: 16px;
    position: absolute;
    margin-top: 65px;
    margin-left: 160px;
}

.calling-card .cerc-pret {
    position: absolute;
    background: white;
    box-shadow: 2px 2px 2px #666;
    width: 50px;
    height: 50px;
    margin-left: 203px;
    border-radius: 100%;
    line-height: 50px;
    font-size: 27px !important;
    font-family: "Outfit" !important;
    font-weight: 700 !important;
}

.calling-card .cerc-pret span {
    font-size: 18px;
}

.calling-card h4 {
    font-size: 40px;
    font-family: var(--font) !important;
    font-weight: 400 !important;
}

.calling-card p {
    font-size: 11px !important;
    margin-top: 14px;
    margin-bottom: 2px;
    font-weight: 500 !important;
    line-height: 10px !important;
    padding-left: 11px !important;
    font-family: var(--font) !important;
    letter-spacing: -0.2;
}

.calling-card h5 {
    font-size: var(--text);
    font-weight: 600;
    margin: 2px 0 0 12px;
}

.formcard {
    width: 350px;
}

.checkdiv label {
    margin-left: 23px !important;
    font-size: var(--text) !important;
}

.tab {
    font-size: var(--text);
    display: none;
    font-family: var(--font);
    font-weight: 700;
    color: #828282;
}

.formcard #gcaptcha {
    margin: 0 !important;
    transform: unset;
    text-align: left;
}

input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    appearance: none !important;
    -moz-appearance: none !important;
}

.stangahero h4 {
    position: absolute;
    top: 116px;
    font-size: 20px;
    text-align: center;
    font-weight: 900;
    width: 183px;
    font-family: var(--font);
    color: white;
    margin-left: calc(45% + 43px);
}

input[type="number"] {
    -webkit-appearance: none !important;
    appearance: none !important;
    -moz-appearance: none !important;
}

.htelefon {
    width: 460px;
    background: #096569;
    color: white;
    height: 50px;
    margin: auto;
    display: block;
    text-align: center;
    box-shadow: 0px 0px 30px lightblue;
    position: relative;
    margin-top: 151px;
    line-height: 50px;
    font-family: var(--font);
    font-weight: 300;
    font-size: 30px;
}

.refillreview {
    top: 20px;
    position: absolute;
    right: 20px;
    width: 320px;
    text-align: left;
    padding: 10px;
    background: white;
    border: 1px solid #333;
}

.holy-calendar h4 {
    display: block;
    position: absolute;
    color: white;
    top: 30px;
    font-size: 20px;
    font-family: var(--font);
}

.holy-calendar {
    width: 100%;
    height: 270px;
    padding-top: 80px;
    display: flex;
    border-radius: 5px;
    align-items: center;
    margin-left: 50%;
    background: #017d80;
    top: 300px;
    justify-content: center;
    position: relative;
    max-width: 700px;
    transform: translateX(-50%);
    flex-wrap: wrap;
}

.holy-day {
    height: 100px;
    width: 110px;
    position: relative;
    margin: auto;
    text-align: center !important;
}

.holy-day h7 {
    position: absolute;
    text-align: center;
    left: 0;
    font-weight: 900;
    width: 100%;
    font-family: var(--font);
    top: 20px;
    font-size: var(--title);
    line-height: 1;
    color: #a12121;
}

.holy-day img {
    width: 50px;
}

.calendarmobil {
    display: none;
}

.treeoff {
    position: absolute;
    height: 60px;
    top: -53px;
    right: 30px;
    z-index: 99999;
}

.hero {
    margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
    .stangahero img {
        display: block;
        width: 100%;
        max-width: 450px;
    }

    .holy-day {
        display: none;
    }

    .calendarmobil {
        color: white;
        display: block;
    }

    .stangahero {
        width: 100%;
        display: block;
        float: none;
        height: auto;
        left: 0;
        right: 0;
    }

    .refillreview {
        top: 0;
        position: relative;
        right: 0;
        width: 320px;
        text-align: left;
        padding: 10px;
        background: white;
        border: 1px solid #333;
        margin: auto;
        margin: auto auto 30px auto;
    }

    .formrefill {
        display: block;
        margin: auto;
    }

    .hero {
        height: auto;
        min-height: 1128px;
        display: block;
        padding-bottom: 10px;
    }

    .dreaptahero {
        width: 100%;
        display: block;
        position: relative;
        right: 0;
        float: none;
        height: 450px;
        left: 0;
    }

    .holy-calendar {
        height: 100px;
        display: block;
        text-align: center;
        padding-top: 60px;
        margin-top: 250px;
        position: initial;
        margin-bottom: 50px;
    }

    .holy-calendar h4 {
        display: block;
        position: absolute;
        color: white;
        top: 22px;
        margin: auto;
        font-size: 20px;
        font-family: var(--font);
        left: 0;
        right: 0;
    }

    .stangahero h3 {
        top: -30px;
        text-align: center;
        width: 100%;
        display: block;
        margin-left: 0;
    }

    span2 {
        float: none;
    }

    #textoff {
        top: -15px;
        width: 90%;
        margin: 100px auto;
    }

    .htelefon {
        top: 70px;
        width: 90%;
        margin: 100px auto;
        max-width: 500px;
    }

    .selecttype {
        height: auto;
    }

    .stangacard {
        float: none;
        width: 90%;
        margin: 30px auto;
        height: 400px;
        display: block;
    }

    .dreaptacard {
        float: none;
        width: 90%;
        margin: 30px auto;
        height: 400px;
        display: block;
    }
}
.inactiv {
    background: #ccc !important;
    color: #333 !important;
    pointer-events: none;
}

.tab .checkcard {
    width: 20px;
    position: absolute;
    height: 20px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.tab .labelcheck {
    font-size: var(--text);
    font-weight: 400 !important;
    margin-left: 30px;
    margin-top: 5px;
    line-height: 23px;
}

.remindertext {
    text-align: center;
    margin-top: 0px !important;
    font-size: 12px;
    margin-bottom: -10px;
    background: #fff7f7;
    font-weight: 500;
    border: 1px solid orangered;
}

.remindertext .gr {
    color: red;
    font-weight: 900;
    width: 100%;
    display: table;
}

#dis {
    position: absolute;
    top: 0;
    font-size: 18px;
    width: 50px;
    display: block;
    text-align: center;
    font-family: var(--font);
    margin: auto;
    font-weight: 900;
}

.fade-in-fwd {
    -webkit-animation: fade-in-fwd 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in-fwd 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.fade-in-fwd2 {
    -webkit-animation: fade-in-fwd 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s
        both;
    animation: fade-in-fwd 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}
.fade-in-fwd3 {
    -webkit-animation: fade-in-fwd 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s
        both;
    animation: fade-in-fwd 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s both;
}
.fade-in-fwd4 {
    -webkit-animation: fade-in-fwd 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.2s
        both;
    animation: fade-in-fwd 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.2s both;
}
.fade-in-fwd5 {
    -webkit-animation: fade-in-fwd 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.6s
        both;
    animation: fade-in-fwd 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.6s both;
}
.fade-in-fwd6 {
    -webkit-animation: fade-in-fwd 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 2s
        both;
    animation: fade-in-fwd 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 2s both;
}

@-webkit-keyframes fade-in-fwd {
    0% {
        -webkit-transform: translateZ(-80px);
        transform: translateZ(-80px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes fade-in-fwd {
    0% {
        -webkit-transform: translateZ(-80px);
        transform: translateZ(-80px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

.formpartners {
    width: 300px;
    margin: auto;
}

.group i {
    display: block;
    width: 50px;
    margin: auto;
    padding: 0;
    background: #009396;
    height: 50px;
    color: #fff;
    font-size: 25px;
    text-align: center;
    padding-top: 13px;
    border-radius: 3px;
}

.bodypartners {
    padding: 0 10%;
}

.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

.col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
}

.col:first-child {
    margin-left: 0;
}

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    margin-bottom: 30px;
    text-align: center;
    zoom: 1;
}

.span_3_of_3 {
    width: 100%;
}
.span_2_of_3 {
    width: 66.13%;
}
.span_1_of_3 {
    width: 32.26%;
}

@media only screen and (max-width: 1024px) {
    .topsection img {
        display: none;
    }

    .col {
        margin: 1% 0 1% 0%;
    }

    .span_3_of_3,
    .span_2_of_3,
    .span_1_of_3 {
        width: 100%;
    }
}

.textintro {
    margin-top: 50px;
    text-align: center;
}

.textintro p {
    max-width: 700px;
    width: 100%;
    margin: 30px auto;
    line-height: 1.6;
}

.topsection {
    height: 450px;
    padding: 100px 15% 50px 15%;
    position: relative;
    text-align: left;
    background: #009396;
    margin-bottom: 50px;
}

.topsection img {
    position: absolute;
    height: 60%;
    min-height: 320px;
    left: 70%;
    transform: translateX(-50%);
}

.topsection p {
    max-width: 700px;
    width: 400px;
    margin: 20px 0;
    line-height: 1.6;
    color: #fff;
    left: 20%;
    transform: translateX(-40%);
    position: relative;
}

.topsection h4 {
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    margin-top: 60px;
    margin-bottom: 50px;
    width: 400px;
    left: 20%;
    transform: translateX(-40%);
    position: relative;
    font-size: var(--title);
}

.textintro h4 {
    color: #05afb3;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    font-size: var(--title);
}

.ratesdiv {
    padding: 0;
    width: 100%;
    max-width: 1600px;
    justify-content: space-between;
}
.toprates {
    padding: 20px 30px 30px 30px !important;
    background: var(--background2) !important;
    height: 80px !important;
    min-height: 80px !important;
    margin: 0px auto !important;
    position: relative;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    width: 100%;
}

.imgdiv {
    width: 92px;
    height: 91px;
    padding: 13px;
    position: absolute;
    margin: auto;
    left: -46px;
    top: 0;
    bottom: 0;
}

.coderates {
    color: var(--text-color) !important;
    line-height: 15px !important;
    margin-top: 10px !important;
    font-weight: 400 !important;
}
.rates-change {
    position: absolute;
    right: 30px;
    background: var(--background);
    border-radius: 7px;
    top: 40%;
    display: flex;
    width: 180px;
    height: 30px;
    transform: translateY(-50%);
}

.rates-change .selected {
    background: var(--maincolor);
    color: white;
}
.change-r {
    width: 50%;
    text-align: center;
    height: 30px;
    border-radius: 7px;
    font-weight: 400;
    font-size: var(--text);
    line-height: 28px;
    color: var(--subtitle-color);
}

input,
button,
select,
textarea {
    font-family: "Outfit", sans-serif !important;
}

.toprates h2 {
    transform: none;
    left: 0;
    text-align: left !important;
    width: 100%;
    margin: 0;
    padding-top: 0;
    color: var(--subtitle-color);
    font-weight: 400 !important;
    margin-bottom: 0px !important;
    text-transform: uppercase;
    font-size: var(--title) !important;
}
.imgdiv img {
    height: 100%;
    width: 100%;
    border: 7px solid var(--background2);
    border-radius: 100%;
}

.ratesdiv h1 {
    transform: none;
    left: 0;
    margin-top: 0;
    text-align: left !important;
    width: 100%;
    padding-top: 0;
    color: white;
    margin-bottom: 10px;
    font-size: var(--title) !important;
}

.promobar {
    width: 100%;
    display: block;
    background: #0b2f7d;
    height: auto;
}
.promobar h2 {
    font-size: var(--text);
    color: white;
    text-align: center;
    height: auto;
    line-height: 15px !important;
    display: block;
    padding: 10px 6px 10px 6px;
}
.select_card_type {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.select_card_type .radioCheck {
    width: 48%;
    height: 40px !important;
    display: block;
    text-align: left !important;
    padding: 5px 0 0 40px;
    background: white;
    border-radius: 8px;
    font-size: var(--text) !important;
    border: 1px solid #8686867c;
    line-height: 16px;
    margin: 5px 0;
    cursor: pointer;
    font-weight: 300;
}

.select_card_type .radioCheck::before {
    background: var(--background);
    content: "";
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    top: 9px;
    left: 10px;
    border-radius: 8px;
}

.select_card_type input:checked + .radioCheck::before {
    background: var(--maincolor);
    border: 5px solid var(--background);
}

.select_card_type .radioCheck:hover {
    border: 1px solid var(--maincolor);
}
.select_card_type input {
    display: none;
}

.select_card_type input:checked + .radioCheck {
    border: 1px solid var(--maincolor);
    color: white;
}

.promobar h2 a {
    color: yellow;
    font-weight: 700;
}
.promobar h2 i {
    color: rgb(255, 225, 73);
    animation: blink-2 0.9s infinite both;
}
@-webkit-keyframes blink-2 {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}
@keyframes blink-2 {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}

@media only screen and (max-width: 1024px) {
    .promobar h2 {
        font-size: var(--text);
    }
}

.titlurates {
    font-size: var(--subtitle);
    font-weight: 700;
    text-align: center;
    color: var(--subtitle-color) !important;
}

.subrates {
    background: var(--background2);
    height: auto;
    position: relative;
    width: 100%;
    max-width: 1600px;
    padding: 5px 30px 30px 30px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    margin: auto auto 30px auto;
}
.buyone {
    padding: 30px;
    width: 48%;
    border-radius: 7px;
    background: var(--background2);
}

.buyone h2 {
    font-size: var(--subtitle) !important;
    font-weight: 400 !important;
    text-align: center !important;
    margin-top: 0;
    margin-bottom: 20px;
    color: var(--subtitle-color) !important;
}

.detailsuse {
    width: 60%;
}

.calculator_minutes .camp-order {
    margin: auto !important;
}

.calculator_minutes .enter-user {
    margin: 5px auto 15px auto !important;
}
.calculator_minutes .first-nm .enter-user {
    padding-left: 25px !important;
}
.calculator_minutes .first-nm dollar {
    position: absolute;
    width: 10px;
    top: 20px;
    line-height: 40px;
    left: 14px;
    height: 40px;
}
.buyone img {
    width: 150px;
    display: block;
    height: 94px;
    border-radius: 7px;
}

.table-content {
    margin-top: 20px;
}

.subrates td {
    font-size: var(--text) !important;
}
.ratacatre {
    color: var(--maincolor);
    font-size: var(--title) !important;
    text-transform: uppercase;
    text-align: left;
    top: 50px;
    position: absolute;
    transform: translateX(-50%);
    font-weight: 700 !important;
    left: 50%;
}

.imgrates {
    position: absolute;
    width: 60px;
    transform: translateX(-120%);
    top: 14px;
}
footer .main-footer {
    padding: 20px 0;
    background: var(--background2);
    border-top: 1px solid var(--shadow-color);
}
footer ul {
    padding-left: 0;
    list-style: none;
}

.footer-copyright {
    background: var(--maincolor);
    padding: 5px 0;
}

.footer-copyright .logo {
    display: inherit;
}

.footer-copyright nav {
    float: right;
    margin-top: 5px;
}

.footer-copyright nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-copyright nav ul li {
    border-left: 1px solid #505050;
    display: inline-block;
    line-height: 12px;
    margin: 0;
    padding: 0 8px;
}

.footer-copyright nav ul li a {
    color: #fff;
}

.footer-copyright nav ul li:first-child {
    border: medium none;
    padding-left: 0;
}

.footer-copyright p {
    color: #fff;
    margin: 2px 0 0;
}

.footer-top {
    background: #252525;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 3px solid #222;
}

footer.transparent .footer-top,
footer.transparent .main-footer {
    background: transparent;
}

footer.transparent .footer-copyright {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
}

footer.light .footer-top {
    background: var(--background);
}

footer.light .main-footer {
    background: var(--background);
}

footer.light .footer-copyright {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
}

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

.widget {
    padding: 20px;
    margin-bottom: 40px;
}

.widget.widget-last {
    margin-bottom: 0px;
}

.widget.no-box {
    padding: 0 35px 0 35px;
    background-color: transparent;
    margin-bottom: 40px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}

.widget.subscribe p {
    margin-bottom: 18px;
}

.widget li a {
    font-weight: 300;
}

.widget li a:hover {
    filter: saturate(80%);
}

.widget-title {
    margin-bottom: 10px;
}

.widget-title span {
    background: #333 none repeat scroll 0 0;
    display: block;
    height: 1px;
    margin-top: 10px;
    position: relative;
    width: 20%;
}

.widget-title span::after {
    background: inherit;
    content: "";
    height: inherit;
    position: absolute;
    top: -4px;
    width: 50%;
}

.widget-title.text-center span,
.widget-title.text-center span::after {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.widget .badge {
    float: right;
    background: #7f7f7f;
}

.typo-light h1,
.typo-light h2,
.typo-light h3,
.typo-light h4,
.typo-light h5,
.typo-light h6,
.typo-light p,
.typo-light div,
.typo-light span,
.typo-light small {
    color: var(--text-color);
}

ul.social-footer2 {
    margin: 0;
    padding: 0;
    width: auto;
}

ul.social-footer2 li {
    display: inline-block;
    padding: 0;
}

ul.social-footer2 li a:hover {
    background-color: #05afb3;
}

ul.social-footer2 li a {
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
}

.btn {
    background-color: #05afb3;
    color: #fff;
}

.btn:hover,
.btn:focus,
.btn.active {
    background: #4b92dc;
    color: #fff;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s;
}

.alegetip img {
    margin-left: auto;
    width: 200px;
    margin-right: auto;
    display: block;
}

.alegetip p {
    margin: 10px 0 0 0;
}

.refillcards::after {
    content: "";
    border: 3px solid #11547a;
    background: #11547a;
    height: 40px;
    width: 150px;
    display: block;
    z-index: -1;
    margin-top: -50px;
    border-radius: 5px;
    position: absolute;
    transition: all 0.2s;
    margin-left: -10px;
}

.refillcards:hover::after {
    background: #0b3c58;
    border: 3px solid #0b3c58;
}

.selecttip {
    width: 100px;
    height: 60px;
    background: #333;
    display: block;
}

.continatortip {
    height: auto;
    width: 100%;
    max-width: 1000px;
    min-height: 800px;
    margin-left: 50%;
    padding: 0 20px !important;
    display: inline-block;
    margin-top: 100px;
    transform: translateX(-50%);
}

.alegetip h4 {
    text-align: center;
}

.alegetip {
    border: 2px solid #05afb3;
    width: 438px;
    cursor: pointer;
    display: inline-grid;
    margin: 0px 20px;
    height: 500px;
    padding: 30px;
    transition: all 0.2s;
}
.bonusimg {
    width: 40%;
    max-width: 100px;
    display: block;
    margin: auto;
}
.alegetip:hover {
    transform: scale(1.02);
    color: #333;
}

.refilloldone {
    color: var(--text-color);
    max-width: 400px;
    width: 130px;
    display: block;
    text-align: center;
    height: 20px;
    font-size: var(--text);
    position: relative;
    font-family: var(--font);
    background: var(--background2);
    margin: 0 auto;
    line-height: 20px;
    border-radius: 8px;
}

.btn-new.refill {
    background: var(--background) !important;
    color: var(--text-color);
}
.btn-new.refill:hover {
    filter: brightness(96%);
    color: var(--text-color) !important;
}
.refilloldone i {
    padding: 0;
    position: absolute;
    height: 100%;
    left: 9px;
    top: 0;
    font-size: 18px;
    line-height: 30px;
}

.refilloldone:hover {
    background: var(--background);
    color: var(--text-color);
}

.continatortip h3 {
    color: #05afb3;
    margin-bottom: 40px;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
}

@media only screen and (max-width: 1024px) {
    .alegetip {
        width: 100%;
        display: block;
        margin: 40px auto;
        height: 200px;
    }
    .alegetip img {
        display: none;
    }
}

.heroaqua {
    position: absolute;
    top: 40px;
    width: 414px;
    right: 15%;
}

.rechargehome {
    color: white;
    margin-top: 20px;
    display: block;
    width: 300px;
}

.rechargehome:hover {
    color: white !important;
}

.rechargehome b {
    color: white !important;
}

.bifa {
    height: 15px;
    width: 15px;
    position: relative;
    display: block;
    background: #eee;
    margin-left: 50%;
    border-radius: 0px;
    margin-top: 8px;
    transform: translateX(-50%);
}

#showverpin {
    width: 25px;
    height: 25px;
    border: 5px solid #e5e5e5;
    border-top-color: #05afb3;
    display: none;
    animation: is-rotating 1s infinite;
    border-radius: 50%;
    position: absolute;
    margin-left: auto;
    left: 0;
    margin-right: auto;
    right: 0;
}

.colorred {
    color: orangered !important;
}

@keyframes is-rotating {
    to {
        transform: rotate(1turn);
    }
}

.card-input-element {
    display: none !important;
}

.divsumarefill {
    display: grid;
    grid-template-rows: repeat(1, minmax(70px, min-content));
    grid-template-rows: repeat(1, minmax(70px, min-content));
    grid-template-columns: repeat(auto-fit, 100px);
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    grid-auto-rows: 150px;
    width: 100%;
}

.divsumarefill .card-input {
    margin: 5px !important;
    padding: 00px !important;
    border-radius: 0px !important;
}

.divsumarefill .card-input:hover {
    cursor: pointer !important;
}

.divsumarefill .card-input-element:checked + .card-input {
    box-shadow: 0 0 1px 1px #05afb3 !important;
}

.bifa i {
    display: none;
    color: #05afb3;
    position: absolute;
    margin-left: -14px;
    font-size: 17px;
    margin-top: -1px;
}

.divsumarefill .card-input-element:checked + .card-input .bifa {
    border: 1px solid #05afb3;
}

.divsumarefill .card-input-element:checked + .card-input .bifa i {
    -webkit-animation: slide-in-fwd-center 0.4s
        cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-in-fwd-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94)
        both;
    display: block;
}

@-webkit-keyframes slide-in-fwd-center {
    0% {
        -webkit-transform: translateZ(-1400px);
        transform: translateZ(-1400px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes slide-in-fwd-center {
    0% {
        -webkit-transform: translateZ(-1400px);
        transform: translateZ(-1400px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

.divsumarefill .panel-heading {
    color: var(--text-color) !important;
    background-color: #f5f5f5 !important;
    border-color: #ddd !important;
    font-size: var(--text) !important;
    padding: 0px !important;
    font-weight: 700 !important;
}

.divsumarefill .panel-heading i {
    position: absolute !important;
    margin-left: -3px !important;
    font-size: var(--text) !important;
    color: indianred !important;
}

.divsumarefill .panel-body {
    color: #7d7d7d !important;
    border-color: #ddd !important;
    font-size: 11px !important;
    padding: 5px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    height: 50px !important;
}

.divsumarefill label {
    min-width: 140px !important;
}

.fereastrarefill h9 {
    font-size: 30px;
    color: #29427d;
    margin-bottom: 10px;
    font-weight: 500;
}

.casutacredit {
    width: 25%;
    display: inline-block;
}

new {
    display: none;
    position: absolute;
    background: rgb(222, 29, 29);
    background: linear-gradient(
        165deg,
        rgba(222, 29, 29, 1) 0%,
        rgba(222, 39, 0, 1) 42%,
        rgba(255, 130, 0, 1) 100%
    );
    border-radius: 3px;
    line-height: 1;
    padding: 2px 5px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 10px;
    margin-top: 21px;
    margin-left: 35px;
    letter-spacing: 2px;
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
    animation: heartbeat 1.5s ease-in-out infinite both;
}

.pozitieinput lbl {
    width: 100%;
    font-weight: 900;
    font-size: 10px;
    left: 0;
    margin-top: -3px;
    position: absolute;
    color: #858585;
}

.cancelpay {
    font-size: var(--text);
    color: #7d7d7d;
    font-weight: 600;
}
.cancelpay:hover {
    color: #05afb3;
}

.detaliuplata {
    display: inline-block;
    font-size: var(--text);
    margin-left: 10px;
    margin-top: 15px;
    color: #7d7d7d;
    width: auto;
    margin-right: 10px;
    margin-bottom: 15px;
}

.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
    z-index: 1;
    opacity: 0;
}

.grecaptcha-badge:hover {
    width: 256px !important;
}

.detaliuplata i {
    position: relative;
    float: left;
    margin-right: -10px;
    font-size: var(--text);
    margin-top: 8px;
    color: #05afb3;
}

.fereastrarefill {
    height: auto;
    min-height: 200px;
    background: white;
    width: 95%;
    padding: 20px;
    text-align: center;
    position: relative;
    margin: auto auto 100px auto;
    max-width: 800px;
    display: block;
    margin-bottom: 100px;
}

.overmain {
    padding-top: 100px;
}

.overmain h3 {
    color: #05afb3;
    margin-bottom: 40px;
    margin-top: 10px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    padding: 0 10px;
}

.fiiatent {
    font-size: var(--text);
    color: #7d7d7d;
    font-weight: 400;
    line-height: 1.4;
}

#pintoadd::-webkit-outer-spin-button,
#pintoadd::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.fereastrarefill h3 {
    text-transform: uppercase;
    height: 30px;
    line-height: 20px !important;
    color: #05afb3;
    font-size: var(--title);
    margin: 10px 0 10px 0;
    font-weight: 600;
    display: block;
}

.cutareseadauga {
    width: 80%;
    height: 50px;
    line-height: 25px;
    color: var(--text-color);
    font-weight: 400;
    transform: translateX(-50%);
    margin-left: 50%;
    background: #e4f3f5;
    margin-top: 20px;
    border: 1px solid lightseagreen;
}

.ingust {
    width: 70px !important;
}

.checkdiv {
    width: 110px;
    margin: 20px 0 20px 0;
    text-align: left;
    display: inline-block;
}

.continatorbtnorder {
    float: none;
    margin: auto;
}

.tab input::placeholder {
    color: #999 !important;
    font-weight: 300 !important;
}

@media only screen and (max-width: 1024px) {
    .card1 {
        display: none;
    }

    .continatorbtnorder {
        float: none;
        margin: auto;
    }

    .formcard {
        width: 100%;
    }

    .checkdiv {
        margin: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .checkdiv label {
        margin-left: 0 !important;
    }

    .altinput {
        text-align: center;
        width: 100%;
    }

    .tab .labelcheck {
        margin-left: 0;
        padding-left: 30px;
    }

    .fereastrarefill {
        height: auto;
        min-height: 200px;
        background: white;
        width: 95%;
        position: relative;
        padding: 20px;
        display: block;
        margin-right: auto;
        margin-left: auto;
        transform: none;
    }

    .divsumarefill {
        display: grid;
        grid-template-rows: repeat(2, minmax(70px, min-content));
        grid-template-rows: repeat(2, minmax(70px, min-content));
    }
}

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.scale-up-ver-top {
    -webkit-animation: scale-up-ver-top 0.4s cubic-bezier(0.39, 0.575, 0.565, 1)
        both;
    animation: scale-up-ver-top 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes scale-up-ver-top {
    0% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
    }
}

@keyframes scale-up-ver-top {
    0% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
    }
}

.refillcardbtn {
    background: #2592a1;
}

.refillcardbtn:hover {
    background: #27838f;
}

.loading {
    min-width: 10px !important;
    border-radius: 50px !important;
    width: 45px !important;
    height: 45px !important;
    left: calc(50vw - 25px) !important;
}

.spinner {
    display: block;
    width: 34px !important;
    margin: 0 !important;
    height: 34px !important;
    top: 8px;
    left: calc(50% - 17px);
    background: transparent;
    box-sizing: border-box;
    border-top: 4px solid white;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-radius: 100%;
    animation: spin 0.6s ease-out infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

:root {
    --liam-main: #05afb3;
    --liam-secondary: #05afb3;
}

.center {
    position: relative;
    padding: 0;
    margin-top: -30px;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-bottom: 20px;
}

.liam {
    width: 150px;
    height: 100px;
    background-color: #fff;
    border: 2px solid #ccc;
    border-bottom-color: #ddd;
    overflow: hidden;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.6);
    animation-name: bump;
    animation-duration: 1.2s;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation-iteration-count: 1;
    animation-play-state: running;
    animation-delay: 0.15s;
    transform-origin: center !important;
}

.liam .fold {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    height: 0;
    border-left: 55px solid transparent;
    border-right: 55px solid transparent;
    border-top: 55px solid #ccc;
}

.liam .bottom-fold {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    height: 0;
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
    border-bottom: 55px solid #ddd;
}

.center .circle {
    width: 120px;
    height: 120px;
    background-color: #05afb3;
    border-radius: 100%;
    margin-right: auto;
    margin-left: auto;
    transition: all 0.2s ease;
    animation-name: circlepop;
    animation-duration: 1.2s;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation-iteration-count: 1;
    animation-play-state: running;
}

@keyframes circlepop {
    0% {
        transform: scale(1) rotate(12deg);
    }
    25% {
        transform: scale(1.05) rotate(24deg);
    }
    50% {
        transform: scale(1) rotate(12deg);
    }
    75% {
        transform: scale(1.05) rotate(24deg);
    }
    100% {
        transform: scale(1) rotate(12deg);
    }
}

@keyframes bump {
    0% {
        transform: translate(-50%, -50%) scale(0.6);
    }
    50% {
        transform: translate(-50%, -50%) scale(0.7);
    }
    100% {
        transform: translate(-50%, -50%) scale(0.6);
    }
}

.righticon {
    position: absolute;
    right: 0;
    top: 30px;
    opacity: 0.3;
    width: 50px;
    height: 60px;
    margin-right: -20px;
}

.easysteps-text-description a {
    display: block;
    margin-top: 00px;
    margin-bottom: 10px;
    color: var(--subtitle-color);
    font-size: var(--subtitle);
    font-weight: 500;
}

#myUL li a:hover:not(.header) {
    background-color: transparent;
}

#myUL b {
    display: none;
}

#myUL li a {
    background-color: transparent;
    padding-left: 30px;
    text-decoration: none;
    font-size: var(--text);
    line-height: 33px;
    color: #333;
    position: relative;
    display: block;
    border-left: 0;
    border-right: 0;
}

.titluhome h3 {
    color: #fff !important;
}

#myInput {
    width: 100%;
    line-height: 35px;
    font-size: var(--text);
    font-weight: 500 !important;
    margin: 0;
    padding: 0px 25px 0px 25px;
    border: 0;
}
.page-content {
    margin-top: 0px;
}

.displayblock {
    display: block !important;
}

.displaynone {
    display: none !important;
}
.live-search-list li {
    color: var(--text-color);
    list-style: none;
    padding: 0;
    margin: 0;
}

#myUL {
    border-radius: 0;
    list-style-type: none;
    padding: 0 !important;
    width: 100%;
    margin: 0 !important;
    overflow-x: hidden !important;
    overflow-y: scroll;
    background: Transparent;
    height: 100%;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 0px;
    border-top: none !important;
}

.rate_exp {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: auto;
    line-height: 1;
    background: var(--background);
    border-radius: 8px;
    padding: 20px;
}

.rate_exp p {
    font-size: var(--text);
}

.feedback_numbers {
    flex-direction: row !important;
    width: 100% !important;
    margin: auto;
    flex-wrap: wrap;
    align-content: space-between;
    max-width: 260px;
}

.feedback_numbers input {
    display: none !important;
}
.feedback_numbers span {
    width: 25px;
    height: 30px;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
}

.feedback_numbers .fa-face-frown {
    color: red;
}

.feedback_numbers .select_feed {
    width: 30px;
    font-family: "Outfit";
    height: 30px !important;
    border-radius: 5px;
    font-size: var(--text) !important;
    background: var(--background3);
    text-align: center !important;
    line-height: 30px;
    display: inline-block;
    margin: auto;
    color: #888 !important;
    font-weight: 600;
}

.rate_exp input[type="radio"]:checked + label {
    background: var(--maincolor);
    color: white !important;
}

.feedback_numbers .select_feed:hover {
    background: #ccc;
    cursor: pointer;
}

.feedback_numbers .fa-face-smile-beam {
    color: limegreen;
}

.describe_feedback {
    max-width: 260px;
    min-height: 50px !important;
    border-radius: 5px;
}

.feedback_numbers span i {
    font-size: 24px;
    line-height: 30px;
}

#myUL li a::after {
    display: none;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0;
    content: "➲";
    width: 30px;
    color: var(--maincolor);
    line-height: 33px;
    height: 33px;
}
#myUL li a:hover::after {
    display: block;
}

#myUL::-webkit-scrollbar {
    width: 10px;
}

.containersteps {
    max-width: 1600px;
    margin-left: 50%;
    transform: translateX(-50%);
    padding: 0 100px;
}

.pozesteps {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #000;
    margin-bottom: 20px;
}

.pt-md-50,
.py-md-50 {
    padding-top: 5rem !important;
}

.pb-md-20,
.py-md-20 {
    padding-bottom: 2rem !important;
}

.mb-md-40,
.my-md-40 {
    margin-bottom: 4rem !important;
}

.mb-45,
.my-45 {
    margin-bottom: 4.5rem !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.easysteps-icon-holder {
    max-width: 16rem;
    margin: auto;
}
.m-md-auto {
    margin: auto !important;
}
.alternate-bg-section
    .bg-alternate-reverse:nth-of-type(2n + 1)
    .color-responsive,
.alternate-bg-section .bg-alternate:nth-of-type(2n) .color-responsive,
.bg-grey-light .color-responsive {
    fill: #fff;
}

.easysteps-icon-holder svg.icon-holder-circle {
    width: 14.2rem;
    height: 14.2rem;
}
.easysteps-icon-holder svg {
    width: 9.6rem;
    min-width: 9.6rem;
    height: 5.1rem;
}

.color-grey-medium {
    color: var(--text-color);
    fill: #000;
    font-size: var(--text);
}

.descrieresteps {
    max-width: 720px;
    width: 100%;
    text-align: center;
    margin: auto !important;
    display: block;
}

.fs-14 {
    font-size: 1.6rem;
}

.mt-20,
.my-20 {
    margin-top: 2rem;
}

.pr-md-20,
.px-md-20 {
    padding-right: 7rem;
}

.pl-md-20,
.px-md-20 {
    padding-left: 7rem;
}

.easysteps-chevron.easysteps-has-icon-holder {
    top: 4rem;
}

.easysteps-chevron {
    top: 1rem;
    right: -1rem;
    bottom: auto;
    left: auto;
    width: 4rem;
    height: 6rem;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    margin-left: auto;
    margin-right: auto;
}

.position-absolute {
    position: absolute !important;
}

.easysteps-icon-holder i {
    font-size: 50px;
    margin: 10px auto 30px;
    color: var(--maincolor);
    border-radius: 100px;
    background: #fff;
    height: 100px;
    box-shadow: 0px 0px 7px var(--shadow-color);
    line-height: 100px;
    width: 100px;
}

hr {
    border: 1px solid #ddd;
}

table {
    border-collapse: collapse;
    background-color: #fff;
}

span {
    display: block;
    color: var(--text-color);
    font-family: var(--font);
    font-weight: 600;
    text-decoration: none;
    font-size: var(--text);
}

.clearfix {
    clear: both;
}

.mcnCaptionBottomImageContent {
    width: 600px;
}

.order-placed {
    width: 100%;
    margin-bottom: 25px;
}

.product-image {
    width: 200px;
    padding: 20px;
}

.text-container {
    padding: 20px 10px;
}

.notice-container {
    border: 2px solid #ddd;
    width: 90%;
    text-transform: none;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
    text-align: center;
}

.florist-image {
    width: 50px;
    border-radius: 25px;
    display: block;
    margin: 0 auto 5px auto;
}

.shop-name {
    font-weight: 700;
}

.delivery-info {
    width: 35%;
    display: inline-table;
    margin: 30px;
}

.delivery-info--title,
.order-summary--title {
    text-transform: uppercase;
    font-weight: 700;
}

.order-summary--title {
    width: 90%;
    margin: 0 auto;
}

.delivery-info--recipient,
.delivery-info--card,
.delivery-info--instr,
.delivery-info--subs,
.order-detail--title {
    font-weight: 700;
}

.order-summary-contact {
    float: left;
    width: 60%;
}

.order-summary-total {
    float: right;
    width: 40%;
}

.order-summary-btn {
    margin: 20px;
    color: #369ea3;
    padding: 8px 20px;
    border: 1px solid #369ea3;
    border-radius: 4px;
}

.questions-container {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.order-summary-container {
    margin: 30px;
    width: 35%;
    display: inline-table;
}

.order-summary-container {
    padding-top: 20px;
}

.florist-questions {
    width: 100%;
    text-align: center;
}

.billing-questions,
.chatnow {
    width: 50%;
    text-align: center;
}

.florist-questions {
    margin: 20px auto;
    float: left;
}

.billing-questions {
    margin: 20px auto;
    float: right;
}

.chatnow {
    margin: 0 auto 15px auto;
    text-decoration: underline;
    color: #0082b5;
}

.fine-print {
    text-align: center;
    font-size: 10px;
    font-weight: 700;
}

.footer {
    background-color: var(--maincolor);
    padding: 20px 0;
}

.footer span {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 70%;
    padding: 10px 0;
    color: #fff;
    text-transform: none;
    font-size: 10px;
}

.vercode {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    min-height: 400px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    padding: 30px;
    width: 90%;
    max-width: 450px;
    position: relative;
    padding: 0px;
    text-align: center;
    min-width: 600px;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 1px;
    margin-bottom: 100px;
    margin-top: 40px;
}

.vercode h2 {
    width: 100%;
    font-weight: 400;
    color: #da1900;
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: center;
    font-size: 20px;
}

.vercode img {
    margin-top: -20px;
    margin-bottom: 20px;
}

.vercode .styled-input {
    width: 160px;
}

@media only screen and (max-width: 1024px) {
    .vercode {
        max-width: 100%;
        width: 95%;
        min-width: unset;
    }
    .hoveronlogo {
        display: none;
    }
}

.detectossection {
    position: relative;
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.3);
    width: 85%;
    margin: 5%;
    height: auto;
    float: none;
    text-align: center;
    margin-top: 5%;
}

.rateinpagina #GlobalSearchInput {
    text-align: center;
    margin-left: 50%;
    transform: translateX(-50%);
}

#GlobalSearchInput {
    width: 310px !important;
    margin-left: 10px;
}

.rateinpagina #showSearchDiv {
    text-align: center;
    margin-left: 50%;
    transform: translateX(-50%);
}

.tablerateclass table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

.tablerateclass table caption {
    font-size: 25px;
    text-align: center;
    margin: 0.5em 0 0.75em;
    font-weight: 600;
    color: var(--text-color);
}

.tablerateclass table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: 0.35em;
}

.tablerateclass table th,
.tablerateclass table td {
    padding: 0.625em;
    text-align: center;
    font-size: var(--text);
}

.tablerateclass table th {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #05afb3;
    font-weight: 700;
    font-size: var(--text);
}

@media screen and (max-width: 600px) {
    .tablerateclass table {
        border: 0;
    }

    .tablerateclass table caption {
        font-size: 1.3em;
    }

    .tablerateclass table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .tablerateclass table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: 0.625em;
    }

    .tablerateclass table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: 0.8em;
        text-align: right;
    }

    .tablerateclass table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .tablerateclass caption {
        text-align: center;
    }

    .tablerateclass table td:last-child {
        border-bottom: 0;
    }
}

.detectossection2 {
    position: relative;
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.3);
    width: 50%;
    margin: auto;
    height: auto;
    float: none;
    text-align: center;
    margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
    .detectossection2 {
        width: 100%;
    }
}

.detectossection2 h5 {
    font-size: 20px;
    margin-bottom: -20px;
    padding-top: 30px;
}

.stelutaa {
    font-size: 20px;
    margin-top: 10px;
    position: absolute;
    margin-left: 14px;
}

.form_buy_credit li {
    display: inline-block;
}

.form_buy_credit input[type="radio"] {
    visibility: hidden;
}

.form_buy_credit input[type="radio"]:checked + label {
    background: #000;
    border-radius: 5px;
    color: #fff;
}

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

#succescaptcha {
    width: 85%;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    height: 70px;
    line-height: 3.5;
    display: none;
    color: green;
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s; /* Firefox < 16 */
    -ms-animation: fadein 1s; /* Internet Explorer */
    -o-animation: fadein 1s; /* Opera < 12.1 */
    animation: fadein 1s;
}

.gresit {
    border: 2px solid red !important;
    -webkit-animation: shake-horizontal 0.8s
        cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
    animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955)
        both;
}

@-webkit-keyframes shake-horizontal {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%,
    40%,
    60% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    80% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    90% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
    }
}
@keyframes shake-horizontal {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%,
    40%,
    60% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    80% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    90% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
    }
}

.bigcaptcha {
    width: 85%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.bigcaptcha #captcha {
    width: 30%;
    margin-top: 10px;
    display: inline;
    margin-left: 10px;
    height: 40px;
}

.titlucaptcha h5 {
    font-size: var(--text);
    text-align: center;
    width: 100%;
}

#cpatchaTextBox {
    width: 65%;
    display: inline;
    margin-right: 0 !important;
}

button {
    border: none;
    background: transparent;
}

canvas {
    pointer-events: none;
}

.btnnext {
    display: none;
}
.clasap {
    display: none;
}
.button_container {
    display: none;
}

body {
    overflow-x: hidden;
}

.principall {
    display: none;
}

.reclamatryfree {
    display: none !important;
}

.text-center {
    padding: 0;
}

.esteps {
    width: 33.3%;
}

.esteps img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    display: block;
}
.btn-page {
    background: #eee;
    color: var(--text-color);
    font-weight: 600;
    border: 1px solid #aaa;
    padding: 1.1px 05px;
    margin-left: -9px;
    margin-top: 0;
}

.enter-user {
    font-weight: 300 !important;
    border: 1px solid #8686867c !important;
}

input[type="button"],
input[type="reset"] {
    border: none;
    color: white;
    padding: 15px 80px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: var(--text);
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 5px 20px 40px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.btn-submit {
    background-color: #05afb3;
    height: 40px;
    line-height: 40px;
    padding: 0;
    width: 100%;
    margin: 20px 0 20px 0;
    border-radius: 2px;
    max-width: 300px;
    border: 0;
    color: #fff;
    font-weight: 600;
    display: block;
}

.btn-submit:hover {
    background-color: #017a7c;
}

.profile-content .enter-info {
    padding: 0px 15px 0px 15px;
    text-align: left;
    display: block;
    min-height: 40px;
    height: 40px;
    line-height: 40px;
    margin: 20px 0px 10px 0px;
    width: 300px;
}

.fa-arrow-right {
    display: none !important;
}

.star {
    display: inline-block;
    width: 20px !important;
    height: 20px;
    background: lightgray;
    clip-path: polygon(
        50% 0%,
        61% 35%,
        98% 35%,
        68% 57%,
        79% 91%,
        50% 70%,
        21% 91%,
        32% 57%,
        2% 35%,
        39% 35%
    );
    margin-right: 0px;
    position: relative;
}

.star.full {
    background: goldenrod;
}

.rate_exp h4 {
    font-size: var(--text) !important;
    text-align: center;
    width: 100%;
    display: block;
    margin: auto;
}

.general_score {
    font-size: 50px;
    color: goldenrod;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
    font-family: sans-serif;
}

#formFooterl {
    background-color: #f6f6f6;
    border-top: 1px solid#dce8f1;
    padding: 15px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

#formFooterl p {
    padding: 0;
    color: var(--text-color);
    margin: 0;
    font-size: var(--text);
}

.msf_hide {
    display: none;
}

.text-center {
    padding: 0;
}

input[type="button"],
input[type="reset"] {
    border: none;
    color: white;
    padding: 15px 80px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: var(--text);
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 5px 20px 40px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"] {
    padding: 0px 15px 0px 15px;
    text-align: left;
    display: block;
    background: var(--input-background);
    min-height: 40px;
    height: 40px;
    border-radius: 8px;
    line-height: 40px;
    font-weight: 300;
    color: var(--text-color);
    margin: 5px 0px 15px 0px;
    width: 100%;
    border: 1px solid #8686867c !important;
    box-shadow: none !important;
    max-width: 400px;
    font-size: var(--text);
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus {
    border: 1px solid var(--maincolor) !important;
}
input[type="text"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
input[type="number"]:hover {
    border: 1px solid var(--maincolor) !important;
}

input[type="text"]:focus::placeholder {
    color: #222 !important;
    font-family: var(--font) !important;
    font-weight: 300 !important;
}

input[type="text"]:hover::placeholder {
    color: #222 !important;
    font-family: var(--font) !important;
    font-weight: 300 !important;
}

input[type="text"]::placeholder {
    color: #222 !important;
    font-family: var(--font) !important;
    font-weight: 300 !important;
}

.last_input {
    margin-bottom: 35px !important;
}
.separator {
    border: 1px solid #009396;
    width: 90%;
    margin: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.info-dialog {
    background: var(--background);
    padding: 10px 0 10px 40px !important;
    border-radius: 8px;
}
.info-dialog i {
    color: darkgoldenrod !important;
    margin-left: -30px !important;
}

.refillimg {
    width: 90%;
}

.bubble {
    position: absolute;
}

.b3 {
    width: 1000px;
    height: 1000px;
    background: #0088ea;
    top: -550px;
    z-index: -1;
    right: -220px;
    transform: rotate(12deg);
    border-radius: 30%;
    animation: circlepop 20s ease-in-out infinite;
}

#formContentl {
    -webkit-border-radius: 5px;
    border-radius: 10px;
    background: white;
    width: 90%;
    max-width: 450px;
    position: relative;
    padding: 0px;
    text-align: center;
    min-width: 600px;
    margin-left: 50%;
    transform: translateX(-50%);
    float: unset;
    border: 1px solid #f2f2f2;
}

#TC {
    font-family: var(--font) !important;
    font-weight: normal !important;
    letter-spacing: 2px !important;
    margin-right: 200px !important;
    margin-left: 200px !important;
}

#formFooterl {
    background-color: #f6f6f6;
    border-top: 1px solid #dce8f1;
    padding: 15px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}
.quantity_selector {
    padding: 0px 15px 0px 15px;
    text-align: center;
    display: block;
    background: var(--input-background);
    min-height: 40px;
    height: 40px !important;
    border-radius: 8px;
    line-height: 40px;
    color: var(--text-color);
    margin: 5px 0px 15px 0px !important;
    width: 100% !important;
    border: 1px solid #8686867c !important;
    box-shadow: none !important;
    max-width: 400px;
    font-size: var(--text);
}

.quantity_selector:hover {
    border: 1px solid var(--maincolor) !important;
}

.quantity_selector:focus {
    border: 1px solid var(--maincolor) !important;
}

#formFooterl p {
    padding: 0;
    color: var(--text-color);
    margin: 0;
    font-size: var(--text);
}

.msf_hide {
    display: none;
}

.submit__control {
    width: 60% !important;
    height: auto !important;
    text-align: center !important;
    font-size: 14pt !important;
    display: block !important;
    left: 0 !important;
    right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.submit__generated {
    display: inline-block;
}

.submit__generated span {
    display: inline-block;
    width: 35px;
    height: 35px;
    vertical-align: center;
    line-height: 35px;
    font-weight: bold;
    font-size: var(--title);
    color: rgba(0, 0, 0, 0.9);
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.submit__generated.valid:after,
.submit__generated.unvalid:after {
    font-family: FontAwesome;
    font-size: 18px;
    margin-left: 10px;
    position: absolute;
    margin-top: 15px;
}

.submit__generated.valid:after {
    content: "\f00c";
    color: #2ecc71;
}

.submit__generated.valid .submit__input {
    border: 1px solid #2ecc71;
    color: #2ecc71 !important;
}

.submit__generated.unvalid:after {
    content: "\f00d";
    color: #e74c3c;
}

.submit__generated.unvalid .submit__input {
    border: 1px solid #e74c3c;
    color: #e74c3c;
}

.submit__generated .submit__input {
    position: relative;
    outline: 0;
    height: 35px;
    width: 35px;
    border-radius: 4px;
    border: 1px solid #42a0dd;
    color: #42a0dd;
    text-align: center;
    font-weight: bold;
    font-size: var(--title);
    top: -2px;
}

i.fa-refresh {
    margin: 13px 0px 0px 25px;
    padding: 5px;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transform-origin: center center;
    transition:
        transform 0.2s ease-out,
        color 0.2s ease-out;
    position: absolute;
}

i.fa-refresh:hover {
    color: rgba(0, 0, 0, 0.4);
    transform: rotate(180deg);
}
span.submit__error,
span.submit__error--empty {
    color: #e74c3c;
    position: relative;
    display: block;
    width: 100%;
    font-size: var(--text);
}

.submit:hover {
    background-color: #3498db;
}
.submit:active,
.submit.enter-press,
.submit.overlay {
    margin: 55px 0 46px 0;
    box-shadow: none;
}
.submit__overlay {
    height: 50px;
    width: 150px;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    margin-top: -55px;
    right: 100px;
}
.low-opa {
    opacity: 0.4;
}
.fadeOut {
    opacity: 0;
    transform: translateY(10px);
}
.fadeIn {
    opacity: 1 !important;
    transform: translateY(0px) !important;
}
.form-fields,
.form-success {
    transition: all 0.2s ease-out;
}
.form-success {
    opacity: 0;
    transform: translateY(-10px);
    margin-top: 20px;
}

/** sfarsit css pt capcha **/

/***  PRELOADER ANIMATION ***/

.live-search-list {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1em;
    background-color: #2c3e50;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: var(--font);
    color: #fff;
    height: auto;
    max-height: 400px;
    overflow: scroll;
}

.ratedisplay {
    background: transparent;
    position: relative;
    text-align: left;
    display: block;
    margin-right: auto;
    width: 100%;
    height: 0;
    z-index: 2;
    transition: height 0.2s;
    max-height: 200px;
}

/** about us page **/

@media only screen and (max-width: 450px) {
    .footer-social-icons {
        width: 100%;
    }
}

#about-us {
    display: block;
    width: 100%;
    line-height: 1.6em;
}

#about-us #statements {
    margin-bottom: 50px;
}

@media only screen and (max-width: 450px) {
    #about-us #statements {
        padding-top: 50px;
    }
}
@media only screen and (max-width: 750px) {
    #about-us #statements {
        padding-top: 30px;
    }
}
#about-us #statements div.one_half {
    margin-bottom: 50px;
}
#about-us #statements h2 {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #cccccc;
}
#about-us #statements blockquote {
    font-style: italic;
    font-weight: bold;
    text-align: center;
}

#about-us #statements div #skillset {
    line-height: normal;
    width: 50%;
}
@media only screen and (max-width: 450px) {
    #about-us #statements div #skillset {
        width: 100%;
    }
}

#about-us #statements div #skillset ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#about-us #statements div #skillset ul li {
    margin: 5px 0 0 0;
    padding: 3px;
    color: var(--text-color);
    background-color: #e2e2e2;
}
#about-us #statements div #skillset ul li:first-child {
    margin-top: 0;
}
#about-us #statements div #skillset ul li strong {
    display: block;
    padding: 5px 8px;
    color: #ffffff;
    background-color: #000000;
    font-weight: normal;
}
#about-us #statements div #skillset ul li.size_20 strong {
    width: 70%;
}
#about-us #statements div #skillset ul li.size_10 strong {
    width: 38%;
}
#about-us #statements div #skillset ul li.size_5 strong {
    width: 13%;
}
#about-us #statements div #skillset ul li.size_25 strong {
    width: 21.5%;
}
#about-us #statements div #skillset ul li.size_30 strong {
    width: 83%;
}
#about-us #statements div #skillset ul li.size_35 strong {
    width: 100%;
}
#about-us #statements div #skillset ul li.size_40 strong {
    width: 36.5%;
}
#about-us #statements div #skillset ul li.size_45 strong {
    width: 41.5%;
}
#about-us #statements div #skillset ul li.size_50 strong {
    width: 46.5%;
}
#about-us #statements div #skillset ul li.size_55 strong {
    width: 51.5%;
}
#about-us #statements div #skillset ul li.size_60 strong {
    width: 56.5%;
}
#about-us #statements div #skillset ul li.size_65 strong {
    width: 61.5%;
}
#about-us #statements div #skillset ul li.size_70 strong {
    width: 66.5%;
}
#about-us #statements div #skillset ul li.size_75 strong {
    width: 71.5%;
}
#about-us #statements div #skillset ul li.size_80 strong {
    width: 76.5%;
}
#about-us #statements div #skillset ul li.size_85 strong {
    width: 81.5%;
}
#about-us #statements div #skillset ul li.size_90 strong {
    width: 86.5%;
}
#about-us #statements div #skillset ul li.size_95 strong {
    width: 91.5%;
}
#about-us #statements div #skillset ul li.size_100 strong {
    width: 96.5%;
}

/* CSS3 Elements Only Work In Latest Browsers */

#about-us #skillset li,
#about-us #statements strong {
    /* Rounded Corners */
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}

#about-us #statements .panorama {
    display: block;
    width: 100%;
    clear: both;
    margin: 0;
    padding-top: 50px;
    border-top: 1px solid #cccccc;
}

#about-us #team {
    margin-bottom: 0;
}
#about-us #team h2 {
    margin: 0 0 50px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #cccccc;
}
#about-us #team ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
#about-us #team ul li figure {
    position: relative;
}
#about-us #team ul li figure figcaption {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #ffffff;
    background-color: #000000;
    background: hsla(0, 0%, 0%, 0.8);
}
#about-us #team ul li:hover figure figcaption {
    display: block;
}
#about-us #team ul li figure figcaption p {
    margin: 50px 0 0 0;
    padding: 0;
}
#about-us #team ul li figure figcaption .team_name {
    font-weight: bold;
}
#about-us #team ul li figure figcaption .team_title {
    margin: 0;
    font-size: 11px;
    line-height: normal;
}

#about-us #team ul ul {
    margin-top: 20px;
}
#about-us #team ul ul li {
    display: inline;
    margin: 0 0 0 6px;
}
#about-us #team ul ul li:first-child {
    margin-left: 0;
}

/** END about us page **/

/*  scroll button*/

*,
:after,
:before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.scroll-down {
    opacity: 1;
    -webkit-transition: all 0.9s ease-in 3s;
    transition: all 0.9s ease-in 3s;
}

.scroll-down {
    cursor: default;
    position: absolute;

    left: 50%;
    bottom: 0;
    display: block;
    width: 32px;
    height: 32px;
    border: 2px solid #fff;
    background-size: 14px auto;
    border-radius: 50%;
    z-index: 2;
    -webkit-animation: bounce 2s infinite 2s;
    animation: bounce 2s infinite 2s;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.scroll-down:before {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 6px);
    transform: rotate(-45deg);
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border: 2px solid white;
    border-width: 0px 0 2px 2px;
}

@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    60% {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

.footer-social-icons a:hover {
    text-decoration: none;
    color: white;
}
.footer-social-icons a {
    text-decoration: none;
    color: #fff;
}
.footer-social-icons p > a:hover {
    color: #d9d9d9;
    text-decoration: underline;
}

._12 {
    font-size: 1.2em;
}
._14 {
    font-size: 1.4em;
}
ul {
    padding: 0;
    list-style: none;
}
.footer-social-icons {
    width: 350px;
    display: block;
    margin: 0 auto;
}
@media only screen and (max-width: 450px) {
    .footer-social-icons {
        width: 100%;
    }
}

.social-icon {
    color: #fff;
}
ul.social-icons {
    margin-top: 10px;
}
.social-icons li {
    vertical-align: top;
    display: inline;
    height: 100px;
}
.social-icons a {
    color: #fff;
    text-decoration: none;
}
.fa-facebook {
    border-radius: 50px;
    padding-right: 15px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 15px;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #05afb3;
}
.fa-facebook:hover {
    background-color: #3d5b99;
}
.fa-twitter {
    border-radius: 50px;
    padding: 13px;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #05afb3;
}
.fa-twitter:hover {
    background-color: #00aced;
}

.fa-linkedin {
    border-radius: 50px;
    padding: 13px;

    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #05afb3;
}
.fa-linkedin:hover {
    background-color: #0073a4;
}
.fa-google-plus {
    border-radius: 50px;
    padding: 13px;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #05afb3;
}
.fa-google-plus:hover {
    background-color: #e25714;
}

/* end social icons */

.cover {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.blur-in {
    -webkit-animation: blur 2s forwards;
    -moz-animation: blur 2s forwards;
    -o-animation: blur 2s forwards;
    animation: blur 2s forwards;
}

.blur-out {
    -webkit-animation: blur-out 2s forwards;
    -moz-animation: blur-out 2s forwards;
    -o-animation: blur-out 2s forwards;
    animation: blur-out 2s forwards;
}

@-webkit-keyframes blur {
    0% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }

    100% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }
}

@-moz-keyframes blur {
    0% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }

    100% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }
}

@-o-keyframes blur {
    0% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }

    100% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }
}

@keyframes blur {
    0% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }

    100% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }
}

@-webkit-keyframes blur-out {
    0% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }

    100% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }
}

@-moz-keyframes blur-out {
    0% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }

    100% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }
}

@-o-keyframes blur-out {
    0% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }

    100% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }
}

@keyframes blur-out {
    0% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }

    100% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }
}

span {
    color: var(--text-color);
}

.pop-up {
    margin-top: auto;

    position: fixed;
    margin-left: auto;
    margin-right: auto;
    width: 70%;

    left: 0;
    right: 0;
    z-index: 99;
}

.boxp h2 {
    color: var(--text-color);
    font-size: 44px;
}

.boxp p {
    line-height: 1;
    font-size: 35px;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
}

.boxp img {
    top: 0;
    width: 100%;
}

.boxp {
    border: 10px dashed #ffe33d;
    height: 100%;
    z-index: 99;
    background-color: white;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    position: relative;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 450px) {
    .boxp {
        margin-top: 25%;
    }
}
.buttonp {
    padding: 15px;
    border: 3px solid #ffe33d;
    color: white;
    border-radius: 50px;
    background-color: #ff3939;
}

.buttonp:hover {
    color: white;
    background-color: #ffb539;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
}

.close-buttonp {
    transition: all 0.5s ease;
    position: absolute;
    background-color: black;
    padding: 1.5px 7px;
    left: 0;
    margin-left: -10px;
    margin-top: -9px;
    border-radius: 50%;
    border: 2px solid #ffb539;
    color: white;
    -webkit-box-shadow: -4px -2px 6px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -4px -2px 6px 0px rgba(0, 0, 0, 0.1);
    box-shadow: -3px 1px 6px 0px rgba(0, 0, 0, 0.1);
}

.close-buttonp:hover {
    background-color: black;

    color: #fff;
}

/***  END nea header */

/* app page  +  voip page  */

.slide-in-right {
    -webkit-animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
        both;
    animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2019-8-28 18:14:55
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

/* 
@media only screen and (max-width: 650px) {
	.apa { display:none; }
} */

.telefon2 {
    position: absolute;

    height: auto;
    float: right;
    margin-left: 60%;
    padding-right: 100px;

    padding-top: 160px;
}
@media only screen and (max-width: 650px) {
    .telefon2 {
        display: none;
    }
}
.telefon2 img {
    width: 120%;
    background-color: white;
}
.groupb:before,
.groupb:after {
    content: "";
    display: table;
}
.groupb:after {
    clear: both;
}
.groupb {
    padding-top: 70px;
    width: 50%;

    zoom: 1; /* For IE 6/7 */
}
@media only screen and (max-width: 650px) {
    .groupb {
        width: 100%;
    }
}

.telefon {
    position: absolute;

    height: auto;
    float: right;
    margin-left: 70%;
    margin-right: 0px;

    padding-top: 200px;
}
@media only screen and (max-width: 1024px) {
    .telefon {
        display: none;
    }
    .groupa {
        width: 90% !important;
        margin: auto !important;
    }
}
@media only screen and (max-width: 480px) {
    .telefon {
        display: none;
    }
}
.telefon img {
    width: 60%;
}
.sectiona {
    clear: both;
    padding: 0px;
    margin: 0px;
}

/*  COLUMN SETUP  */
.cola {
    display: inline-block;
}
.cola:first-child {
    margin-left: 0;
}

/*  GROUPING  */
.groupa:before,
.groupa:after {
    content: "";
    display: table;
}
.groupa:after {
    clear: both;
}
.groupa {
    width: 50%;
    margin-left: 5%;
    zoom: 1; /* For IE 6/7 */
}

/** pentru hover color img **/
.profile-link {
    height: 130px;
    cursor: default;

    padding: 1em;

    color: var(--text-color);
    width: 100%;

    float: left;
}

.profile-pic {
    margin-bottom: 2px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 70px;
    filter: hue-rotate(330deg);

    transition:
        filter 0.3s,
        box-shadow 0.3s;
    -webkit-transition:
        filter 0.3s,
        -webkit-filter 0.3s,
        box-shadow 0.3s;
}

/* app page  +  voip page  */

.headerc-area {
    background: #ffffff;
}
.overlay:before,
.sky-bg {
    background: #75cbe7;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#75cbe7),
        to(#138fc2)
    );
    background: linear-gradient(to bottom, #75cbe7 0%, #138fc2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75cbe7', endColorstr='#138fc2', GradientType=0);
    color: #ffffff;
}

.full-height {
    width: 100%;
    height: 100vh;
}
.relative {
    position: relative;
}
.v-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.absolute {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.anlge-bg {
    background: white;
}

.headerc-text h2 {
    margin-bottom: 20px;
}
.headerc-text p {
    color: black;
}

.headerc-text .button {
    margin-top: 30px;
}
.screen-slider .item {
    background: url("images/mobile2.webp") no-repeat scroll center center / auto
        100%;
    padding: 56px 22px;
    display: inline-block;
    margin: auto;
}

.screen-slider.owl-carousel .owl-item {
    text-align: center;
}

.screen-slider .owl-controls {
    position: absolute;
    left: 0;
    top: 100%;
}

.screen-slider .owl-controls .owl-nav > div {
    display: inline-block;
    margin: 0 15px;
    font-size: 20px;
    text-align: center;
    position: relative;
}

.screen-slider .owl-controls .owl-nav {
    position: relative;
    margin-top: 0;
}

.screen-slider .owl-controls .owl-nav:after {
    content: "/";
    position: absolute;
    left: 50%;
    top: 12px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.section-padding {
    padding: 120px 0;
}

/* footer activ  */

.white-section {
    max-width: 1600px;
    margin: auto;
    overflow: hidden;
    padding: 0 100px;
}
.linie {
    margin-left: 10%;
    margin-right: 10%;
    border-bottom: solid 1px;
    border-bottom-color: darkgray;
}

.imac-section-header {
    color: var(--maincolor);
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    padding-top: 50px;
    font-size: var(--title);
}
.thumbnail-widget li {
    width: auto;
    display: inline-block;
    margin: 0 10px 0 0;
}
.imac-section-desc {
    text-align: center;
    font-weight: 600;
    font-size: var(--text);
    line-height: inherit;
    max-width: 400px;
    margin: auto;
}
.imac-section-desc2 {
    text-align: right;
    font-weight: 600;
    font-size: var(--text);
    line-height: 40px;
    max-width: 400px;
    margin: auto;
    padding-bottom: 40px;
}

.imac-screen {
    padding-bottom: 40px;
    width: 200px;
    margin: auto;
}
.white-section-text {
    text-align: center;
    color: var(--text-color);
}
.hidden-xs {
    display: none !important;
}
.hidden-sm {
    display: none !important;
}
.text-right {
    text-align: right;
}
.light {
    font-weight: 600;
}

.boxa {
    padding: 50px 30px;
    text-align: center;
    -webkit-box-shadow: 0 0 0 0 #ffffff;
    box-shadow: 0 0 0 0 #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.boxa:hover {
    -webkit-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.boxa h4 {
    text-transform: uppercase;
}

.boxa .boxa-icon {
    height: 160px;
    margin-bottom: 20px;
}

.boxa .boxa-icon img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.boxa:hover .boxa-icon img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

/*  end - footer activ  */

/*Basic button styling */
buttonh {
    background: 0 0;
    border-radius: 2px;
    cursor: default;
    display: block;
    text-align: center;
    height: 250px;
    line-height: 250px;
    padding: 0 0px 0 0px;
    position: relative;
    transition: all 0.3s;
    border: 0px solid #fff;
    font-size: 1.3em;
    letter-spacing: 2px;

    z-index: 0;
    margin: opx auto 0 auto;
    color: var(--text-color);
    overflow: hidden;
    margin-bottom: -100px;
}
buttonh:hover {
    color: var(--text-color);
}
/*Adding the hover effect base */
buttonh::before {
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(white, white, transparent);
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.3s;
    z-index: -1;
}
buttonh.top::before {
    transform: translate(0, -100%);
}
buttonh.top:hover::before {
    transform: translate(0, 0);
}

.hover-table-layout {
    padding-top: 1%;
    background-color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
}
.listing-item {
    border-top: 1px solid #d1e61f;
    border-bottom: 1px solid #d1e61f;
    border-left: 1px solid #d1e61f;
    border-right: 1px solid #d1e61f;
    display: block;
    padding-left: 7px;
    height: 33%;
    padding-right: 7px;
    margin-right: 16px;
    margin-left: 16px;
    margin-bottom: 8%;
    margin-top: 8%;
    float: center;
    background: #fff;
    border-radius: 30px;
    z-index: 0;
    cursor: default;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.listing-item:hover,
.listing-item.active {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 0;
    background-color: rgba(210, 230, 30, 0.05);
}
.listing-item .listing {
    padding: 20px;
    position: relative;
}
.listing-item .listing:before {
    content: "";
    position: absolute;
    top: -15px;
    left: -o-calc(50% - 15px);
    left: -moz-calc(50% - 15px);
    left: -webkit-calc(50% - 15px);
    left: calc(50% - 15px);
    border-bottom: 20px solid #fff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}

.listing-item2 {
    border-top: 1px solid #00d9db;
    border-bottom: 1px solid #00d9db;
    border-left: 1px solid #00d9db;
    border-right: 1px solid #00d9db;
    display: block;
    padding-left: 7px;
    height: 33%;
    padding-right: 7px;
    margin-bottom: 8%;
    margin-top: 8%;
    float: center;
    background: #fff;
    border-radius: 30px;
    z-index: 0;
    cursor: default;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-right: 16px;
    margin-left: 16px;
}
.listing-item2:hover,
.listing-item2.active {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 0;
    background-color: rgba(0, 216, 219, 0.05);
}
.listing-item2 .listing {
    padding: 20px;
    position: relative;
}
.listing-item2 .listing:before {
    content: "";
    position: absolute;
    top: -15px;
    left: -o-calc(50% - 15px);
    left: -moz-calc(50% - 15px);
    left: -webkit-calc(50% - 15px);
    left: calc(50% - 15px);
    border-bottom: 20px solid #fff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}

.listing-item3 {
    border-top: 1px solid #67df7d;
    border-bottom: 1px solid #67df7d;
    border-left: 1px solid #67df7d;
    border-right: 1px solid #67df7d;
    display: block;
    padding-left: 7px;
    height: 33%;
    padding-right: 7px;
    margin-bottom: 8%;
    margin-top: 8%;
    float: center;
    background: #fff;
    border-radius: 30px;
    z-index: 0;
    cursor: default;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-right: 16px;
    margin-left: 16px;
}
.listing-item3:hover,
.listing-item2.active {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 0;
    background-color: rgba(104, 223, 125, 0.05);
}
.listing-item3 .listing {
    padding: 20px;
    position: relative;
}
.listing-item3 .listing:before {
    content: "";
    position: absolute;
    top: -15px;
    left: -o-calc(50% - 15px);
    left: -moz-calc(50% - 15px);
    left: -webkit-calc(50% - 15px);
    left: calc(50% - 15px);
    border-bottom: 20px solid #fff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}

figure.image img {
    margin-top: 5px;
    width: 100%;
    border: 1px;
    border-color: #008ad2;
    border-radius: 27px;
}
figure.image {
    cursor: pointer;
    position: relative;
    margin: 0;
}
figure.image figcaption {
    position: absolute;
    top: 0;
    margin-top: 5px;
    width: 100%;
    text-align: center;
    bottom: 0px;

    padding: 0;

    border-radius: 27px;
}

figcaption .caption {
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
figcaption h1 {
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}
figcaption p {
    color: white;
    font-size: 12px;
}
.listing h4 {
    font-size: var(--text);
    text-align: center;
    padding: 5px 10px;
    font-weight: bold;
}
.listing h4:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

.listing h3:not(:last-child) {
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.listing-item:hover figure.image figcaption {
    background: rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 540px) {
    .listing-item {
        display: block;
        width: -webkit-calc(100%/3.4);
        width: -moz-calc(100%/3.4);
        width: calc(100% / 3.4);
    }
}

.listing-item3:hover figure.image figcaption {
    background: rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 540px) {
    .listing-item3 {
        display: block;
        width: -webkit-calc(100%/3.4);
        width: -moz-calc(100%/3.4);
        width: calc(100% / 3.4);
    }
}

.listing-item2:hover figure.image figcaption {
    background: rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 540px) {
    .listing-item2 {
        display: block;
        width: -webkit-calc(100%/3.4);
        width: -moz-calc(100%/3.4);
        width: calc(100% / 3.4);
    }
}
@media only screen and (max-width: 1024px) {
    .imac-screen {
        display: none !important;
    }
}

.rightv {
    padding: 3px;
    background-image: url(../img/V.webp);
    margin-left: -10px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

/*.rightv:hover {
    background-color: rgba(42, 179, 0, 0.15);
    
} */

.rightx {
    padding: 3px;
    background-image: url(../img/X.webp);
    margin-left: -10px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

/*.rightx:hover {
    background-color: rgba(179, 0, 0, 0.15);
    
}*/

/*  calling cards  */

/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
    position: fixed;
    top: 50%;
    margin-left: -7px;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Style the icon bar links */
.icon-bar a {
    display: block;
    text-align: center;
    padding: 8px;
    transition: all 0.3s ease;
    color: white;
    font-size: 25px;
}

/***** efect hover poze ******/

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.hovereffect:hover img {
    filter: grayscale(0.6) blur(40px);
    -webkit-filter: grayscale(0.6) blur(40px);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.hovereffect h2 {
    text-transform: uppercase;
    text-align: center;
    color: var(--text-color);
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: white;
}

.hovereffect a.info {
    display: inline-block;
    color: white;
    text-decoration: bold;
    padding: 7px 14px;
    border: 0px solid #fff;
    margin: 0 0 0 0;
    background-color: black;
}

.hovereffect a.info:hover {
    box-shadow: 0 0 0px #fff;
}

.hovereffect a.info,
.hovereffect h2 {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    opacity: 0;

    color: #fff;
    text-transform: uppercase;
}

.hovereffect:hover a.info,
.hovereffect:hover h2 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/***** end efect hover poze ******/

html,
* {
    box-sizing: border-box;
}

body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

section#about {
    text-align: center;
}

section h1 {
    text-align: center;
}

.containerh {
    padding: 0px 0px 0px 0px;
}
@media (min-width: 0) {
    .containerh {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .containerh:after {
        content: " ";
        display: block;
        clear: both;
    }
}
@media (min-width: 576px) {
    .containerh {
        max-width: 540px;
        margin-left: auto;
        margin-right: auto;
    }

    .containerh:after {
        content: " ";
        display: block;
        clear: both;
    }
}
@media (min-width: 768px) {
    .containerh {
        max-width: 720px;
        margin-left: auto;
        margin-right: auto;
    }

    .containerh:after {
        content: " ";
        display: block;
        clear: both;
    }
}
@media (min-width: 992px) {
    .containerh {
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;
    }

    .containerh:after {
        content: " ";
        display: block;
        clear: both;
    }
}
@media (min-width: 1200px) {
    .containerh {
        max-width: 1170px;
        margin-left: auto;
        margin-right: auto;
    }

    .containerh:after {
        content: " ";
        display: block;
        clear: both;
    }
}

.menu-left a {
    display: inline-block;
    position: relative;
    padding-bottom: 0px;
    color: #888888;
    transition: color 0.35s ease;
}

.menu-left a:before {
    content: "";
    color: var(--text-color);
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    transition:
        width 0s ease,
        background 0.35s ease;
}

.menu-left a:after {
    content: "";
    color: var(--text-color);
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #0065bf;
    transition: width 0.35s ease;
}

.menu-left a:hover:before {
    width: 100%;
    color: var(--text-color);
    background: #0065bf;
    transition: width 0.35s ease;
}

.menu-left a:hover:after {
    width: 100%;
    color: var(--text-color);
    background: transparent;
    transition: all 0s ease;
}

.headerh a {
    color: #0065bf;
}

.headerh a:hover {
    color: #0065bf;
}
.headerh {
    border-bottom: 2px solid #ddd;
    position: fixed;
    z-index: 1000;

    width: 100%;
    background: white;
    padding: 10px;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
    will-change: transform;
    transition: -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition:
        transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1),
        -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.active a:hover:before {
    background: black;
}
.active a:after {
    background: black;
}
.active {
    background-color: rgba(255, 255, 255, 0.9);
}
.active a {
    color: var(--text-color);
}
.active a:hover {
    color: var(--text-color);
}

.headerh nav .logo {
    float: left;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    font-weight: 600;
    color: var(--text-color);
}

.headerh nav .logo:after {
    content: "";
    display: table;
    clear: both;
}

.headerh nav ul {
    margin-top: 5px;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.headerh nav ul li {
    float: none;
    margin-left: 0;
}
@media (min-width: 1024px) {
    .headerh nav ul li {
        float: left;
        margin-left: 1rem;
        margin-right: 1rem;
    }
}

.headerh nav ul li a {
    display: block;
}
@media (min-width: 1024px) {
    .headerh nav ul li a {
        display: block;
        padding: 0.425rem 0rem;
    }
}
@media (max-width: 1024px) {
    ul {
        clear: both;
    }

    ul li {
        padding: 0.5em 0;
    }
}

.hide-nav {
    transform: translateY(-120%) !important;
    -webkit-transform: translateY(-120%) !important;
}

ul.menu-left {
    margin-right: 10px;
    display: block;
    text-align: right;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 10;
}
@media (min-width: 1024px) {
    ul.menu-left {
        display: block !important;
        float: right;
        max-height: none;
    }
}

ul.menu-left:before {
    content: "";
    display: table;
    clear: both;
}

ul.menu-left.collapse {
    max-height: 15em !important;
}

.nav-toggle {
    display: block;
    border-radius: 5px;
    background-color: transparent;
    float: right;
    height: 38px;
    width: 38px;
    cursor: pointer;
    padding: 8px 8px;
    position: absolute;
    right: 10px;
    margin-right: 0px;
    top: 2px;
}

.nav-toggle.open span:first-child {
    transform: rotate(45deg) translate(4.4px, 4.4px);
}

.nav-toggle.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.nav-toggle.open span:last-child {
    transform: rotate(-45deg) translate(4.4px, -4.4px);
}
@media (min-width: 1024px) {
    .nav-toggle {
        display: none;
    }
}

.nav-toggle span {
    position: relative;
    display: block;
    height: 2px;
    width: 100%;
    margin-top: 4px;
    background-color: black;
    transition: all 0.25s;
}

.signature {
    position: fixed;
    font-weight: 100;
    bottom: 10px;
    color: var(--text-color);
    left: 0;
    letter-spacing: 4px;
    font-size: 10px;
    width: 100vw;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

/*** experiment header ***/

.box-1 {
    background-color: #ff6766;
}
.box-2 {
    background-color: #3c3c3c;
}
.box-3 {
    background-color: #66a182;
}

.btnhv {
    line-height: 25px;
    height: 30px;

    text-align: center;
    width: 90px;
    cursor: pointer;
    margin-left: -15px;
    margin-right: -15px;
}

/* 
========================
      BUTTON ONE
========================
*/
.btn-one {
    color: #fff;
    transition: all 0.3s;
    position: relative;
}
.btn-one span {
    transition: all 0.3s;
}
.btn-one::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    border-top-width: 0px;
    border-bottom-width: 2px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: rgba(255, 255, 255, 0.5);
    border-bottom-color: rgba(255, 255, 255, 0.8);
    transform: scale(0.2, 1);
}
.btn-one:hover span {
    letter-spacing: 2px;
}
.btn-one:hover::before {
    opacity: 1;
    transform: scale(1, 1);
}
.btn-one::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.3s;
    background-color: transparent;
}
.btn-one:hover::after {
    opacity: 0;
    transform: scale(0.1, 1);
}

.butonheader {
    background-color: #2f2f2f;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    display: inline-block;
    cursor: pointer;
    color: black;
    font-family: var(--font);
    font-size: var(--text);
    padding: 5px 12px;
    text-decoration: none;
}
.butonheader:hover {
    background-color: #3591d5;
    color: white;
}
.butonheader:active {
    position: relative;
    top: 1px;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-8-9 12:35:39
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.scale-up-center {
    -webkit-animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1)
        both;
    animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.vibrate-3 {
    animation: vibrate-3 0.5s linear infinite both;
}

@keyframes vibrate-3 {
    0% {
        transform: translate(0);
    }
    10% {
        transform: translate(-2px, -2px);
    }
    20% {
        transform: translate(2px, -2px);
    }
    30% {
        transform: translate(-2px, 2px);
    }
    40% {
        transform: translate(2px, 2px);
    }
    50% {
        transform: translate(-2px, -2px);
    }
    60% {
        transform: translate(2px, -2px);
    }
    70% {
        transform: translate(-2px, 2px);
    }
    80% {
        transform: translate(-2px, -2px);
    }
    90% {
        transform: translate(2px, -2px);
    }
}

@keyframes text-focus-in {
    0% {
        filter: blur(12px);
        opacity: 0;
    }
    50% {
        filter: blur(6px);
        opacity: 0.5;
    }

    80% {
        filter: blur(2px);
        opacity: 0.8;
    }
    90% {
        filter: blur(1px);
        opacity: 0.9;
    }
    100% {
        filter: blur(0px);
        opacity: 1;
    }
}
.text-focus-in {
    animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

/* Layout Styling */

#container3 {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 150px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

/* Button Styles */

.buttonn2 {
    background-color: #0065bf;
    display: inline-flex;
    height: 40px;
    min-width: 150px;
    width: auto;
    border-radius: 5px;

    margin: 20px 20px 20px 20px;
    color: #bfc0c0;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.8em;
    letter-spacing: 1.5px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.imagineapp img {
    height: 600px;
    width: 600px;
}

.imagineapp {
    margin-top: 50px;
    right: 0px;
    float: right;
}

/* First Button 

<a id="buttonn2-1" class="buttonn2" href="#">Let's Go!<img id="arrow-hover" src="https://github.com/atloomer/atloomer.github.io/blob/master/img/iconmonstr-paper-plane-1-120.webp?raw=true"/></a>

*/

#arrow-hover {
    width: 15px;
    height: 10px;
    position: absolute;
    transform: translateX(60px);
    opacity: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.14, 0.59, 1, 1.01);
    transition: all 0.15s cubic-bezier(0.14, 0.59, 1, 1.01);
    margin: 0;
    padding: 0 5px;
}

a#buttonn2-1:hover img {
    width: 15px;
    opacity: 1;
    transform: translateX(50px);
}

/* Second Button
  <div class="buttonn2" id="buttonn2-2">
    <div id="slide"></div>
    <a href="#">Let's Go!</a>
  </div>    */

#buttonn2-2 {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid;
    background-color: #0065bf;
    transition: all 0.35s ease-Out;
}

#buttonn2-2 a {
    color: #fff;
    position: relative;
    transition: all 0.35s ease-Out;
}

#slide {
    width: 100%;

    height: 100%;
    left: -200px;
    background: #459ada;
    position: absolute;
    transition: all 0.35s ease-Out;
    bottom: 0;
}
#buttonn2-2:hover {
    background: #1eacdb;
}
#buttonn2-2:hover #slide {
    left: 0;
}

#buttonn2-2:hover a {
    color: white;
}

/* Third Button   

<div class="buttonn2" id="buttonn2-3">
    <div id="circle"></div>
    <a href="#">Let's Go!</a>
  </div>

*/

#buttonn2-3 {
    background-color: transparent;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    width: 300px;
    -webkit-transition: background 0.5s; /* Safari prior 6.1 */
    transition: background 0.5s;
}

#buttonn2-3 a {
    position: relative;
    transition: all 0.45s ease-Out;
}

#buttonn2-3:hover {
    background-color: white;
}

#buttonn2-3:hover a {
    color: #2d3142;
}

/* Fifth Button
 <div class="buttonn2" id="buttonn2-5">
    <div id="translate"></div>
    <a href="#">Let's Go!</a>
  </div>
*/

#buttonn2-5 {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    width: 36%;
}

#buttonn2-5 a {
    position: relative;
    transition: all 0.45s ease-Out;
}

#translate {
    transform: rotate(50deg);
    width: 100%;
    height: 250%;
    left: -200px;
    top: -30px;
    background: #bfc0c0;
    position: absolute;
    transition: all 0.3s ease-Out;
}

#buttonn2-5:hover #translate {
    left: 0;
}

#buttonn2-5:hover a {
    color: #2d3142;
}

/* Sixth Button 
<div class="buttonn2" id="buttonn2-6">
    <div id="spin"></div>
    <a href="#">Let's Go!</a>
  </div>
*/

#buttonn2-6 {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

#buttonn2-6 a {
    position: relative;
    transition: all 0.45s ease-Out;
}

#spin {
    width: 0;
    height: 0;
    opacity: 0;
    left: 70px;
    top: 20px;
    transform: rotate(0deg);
    background: none;
    position: absolute;
    transition: all 0.5s ease-Out;
}

#buttonn2-6:hover #spin {
    width: 200%;
    height: 600%;
    opacity: 1;
    left: -70px;
    top: -70px;
    background: #bfc0c0;
    transform: rotate(80deg);
}

#buttonn2-6:hover a {
    color: #2d3142;
}

/* Seventh Button 

<div class="buttonn2" id="buttonn2-7">
    <div id="dub-arrow"><img src="https://github.com/atloomer/atloomer.github.io/blob/master/img/iconmonstr-arrow-48-240.webp?raw=true" alt="" /></div>
    <a href="#">Let's Go!</a>
  </div>
*/

#buttonn2-7 {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

#buttonn2-7 a {
    position: relative;
    left: 0;
    transition: all 0.35s ease-Out;
}

#dub-arrow {
    width: 100%;
    height: 100%;
    background: #bfc0c0;
    left: -200px;
    position: absolute;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease-Out;
    bottom: 0;
}

#buttonn2-7 img {
    width: 20px;
    height: auto;
}

#buttonn2-7:hover #dub-arrow {
    left: 0;
}

#buttonn2-7:hover a {
    left: 150px;
}

@media screen and (min-width: 1000px) {
    h1 {
        font-size: 2.2em;
    }
    #container3 {
        width: 50%;
    }
}

.section-title {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.section-title p {
    color: var(--text-color);
}

.section-title h1 {
    color: #008ad2;
    margin-bottom: 10px;
}

.row.no-margin {
    margin-left: 0;
    margin-right: 0;
}

.container.fullwidth {
    width: 100%;
}

.container.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.section-gap {
    padding: 0;
    background-color: var(--background);
}

/*-------- Start review Area -------------*/
.reviews-area .single-review {
    text-align: center;
    background-color: white;
    padding: 20px 20px 30px 20px;
    position: relative;
    border-radius: 30px;
    box-shadow: 0px 0px 10px #eee;
    min-height: 190px;
    width: 80%;
    margin: 0 auto 20px auto;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.reviews-area .single-review .star {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
}

.reviews-area .single-review p {
    margin-top: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: var(--text-color);
}

.reviews-area .single-review .star .checked {
    color: orange;
}

.reviews-area .single-review:hover {
    box-shadow: 0px 0px 10px var(--maincolor);
    cursor: pointer;
}

.reviews-area .single-review h4 {
    color: var(--maincolor);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: var(--subtitle);
}

/*-------- End review Area -------------*/

.counter_area {
    background: #fff;
    padding: 20px;
    margin-top: 40px;
}
.counter_area .single_counter {
    background: #fff;
    text-align: center;
    padding: 20px;
    width: 195px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
@media (max-width: 1024px) {
    .counter_area .single_counter {
        width: 158px;
    }
}
@media (max-width: 991px) {
    .counter_area .single_counter {
        width: 318px;
    }
}
@media (max-width: 767px) {
    .counter_area .single_counter {
        width: 228px;
    }
}
@media (max-width: 570px) {
    .counter_area .single_counter {
        width: 198px;
    }
}
@media (max-width: 480px) {
    .counter_area .single_counter {
        width: 100%;
    }
}
.counter_area .single_counter:nth-child(2),
.counter_area .single_counter:nth-child(4) {
    margin-right: 0;
}
.counter_area .single_counter:nth-child(3),
.counter_area .single_counter:nth-child(4) {
    margin-bottom: 0;
}
@media (max-width: 480px) {
    .counter_area .single_counter:nth-child(3) {
        margin-bottom: 10px;
    }
}
.counter_area .single_counter .info-content h4 {
    font-size: var(--title);
    font-weight: 700;
    font-family: var(--font);
    margin-bottom: 0;
}
.counter_area .single_counter:hover .info-content h4 {
    color: #fff;
}
.counter_area .single_counter:hover .info-content p {
    color: #fff;
}

#about .video-sec-area {
    padding: 0;
    margin: 200px 0;
}
@media (max-width: 1200px) {
    #about .video-sec-area {
        margin: 0;
        padding: 120px 0;
    }
}
@media (max-width: 1200px) {
    #about .video-sec-area {
        margin: 0;
        padding: 80px 0;
    }
}

/*** animatie de hover cu text pentru poze ***/

.related {
    clear: both;
    padding: 6em 1em;
    font-size: 100%;
}

.related > a {
    display: inline-block;
    margin: 5px 2px;
    padding: 25px;
    border: 1px solid #4f7f90;
    text-align: center;
}

.related a:hover {
    border-color: white;
}

.related a img {
    max-width: 100%;
    opacity: 0.8;
}

.related a:hover img,
.related a:active img {
    opacity: 1;
}

.related a h3 {
    margin: 0;
    padding: 0.5em 0 0.3em;
    max-width: 300px;
    text-align: left;
}

/* Demo ad design */
body #cdawrap {
    background: none;
    top: 50px;
    border: none;
}

body #cdawrap a {
    color: #fff !important;
}

body #cda-remove {
    color: #fff;
}

@media screen and (max-width: 25em) {
    .codrops-header {
        font-size: 75%;
    }
    .codrops-icon span {
        display: none;
    }
}
.codrops-header {
    margin: 0 auto;
    padding: 4em 1em;
    text-align: center;
}

.codrops-header h1 {
    margin: 0;
    font-weight: 800;
    font-size: 4em;
    line-height: 1.3;
}

.codrops-header h1 span {
    display: block;
    padding: 0 0 0.6em 0.1em;
    color: #74777b;
    font-weight: 600;
    font-size: 45%;
}

/* Demo links */
.codrops-demos {
    clear: both;
    padding: 1em 0 0;
    text-align: center;
}

.content + .codrops-demos {
    padding-top: 5em;
}

.codrops-demos a {
    display: inline-block;
    margin: 0 5px;
    padding: 1em 1.5em;
    text-transform: uppercase;
    font-weight: bold;
}

.codrops-demos a:hover,
.codrops-demos a:focus,
.codrops-demos a.current-demo {
    background: #3c414a;
    color: #fff;
}
.codrops-top {
    width: 100%;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 0.69em;
    line-height: 2.2;
}

.codrops-top a {
    display: inline-block;
    padding: 1em 2em;
    text-decoration: none;
    letter-spacing: 1px;
}

.codrops-top span.right {
    float: right;
}

.codrops-top span.right a {
    display: block;
    float: center;
}

.codrops-icon:before {
    margin: 0 4px;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: var(--font);
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
    content: "\e001";
}

.codrops-icon-prev:before {
    content: "\e004";
}

.grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 600px;
    list-style: none;
    text-align: center;
}

/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 340px;
    max-width: auto;
    max-height: 360px;
    width: 100%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 1em;
    color: #fff;
    text-transform: none;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 5%;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 600;
    font-family: var(--font);
}

.grid figure h2 span {
    font-weight: 700;
}

.grid figure h2,
.grid figure p {
    margin: 0;
    color: white;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 78.5%;
}

/***** Ruby *****/
/*---------------*/

figure.effect-ruby {
    background-color: black;
}

figure.effect-ruby img {
    opacity: 0.9;
    -webkit-transition:
        opacity 0.35s,
        -webkit-transform 0.35s;
    transition:
        opacity 0.35s,
        transform 0.35s;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

figure.effect-ruby:hover img {
    opacity: 0.3;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-ruby h2 {
    margin-top: -8%;
    opacity: 0;

    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

figure.effect-ruby p {
    margin: 0em 0 0;
    padding: 0em;
    border: 1px solid #fff;
    opacity: 0;
    -webkit-transition:
        opacity 0.35s,
        -webkit-transform 0.35s;
    transition:
        opacity 0.35s,
        transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0) scale(1.1);
    transform: translate3d(0, 20px, 0) scale(1.1);
}

figure.effect-ruby:hover h2 {
    opacity: 1;
    -o-transition: 0.6s;
    -ms-transition: 0.6s;

    -moz-transition: 0.6s;
    -webkit-transition: 0.6s;
    /* ...and now for the proper property */
    transition: 0.6s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: white;
}

figure.effect-ruby:hover p {
    opacity: 1;
    color: white;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

/*** SFARSIT animatie de hover cu text pentru poze ***/

#text {
    color: var(--text-color);
    display: none;
    font-size: 10pt;
}
.btn-container {
    margin: auto;
    height: 44px;
    width: 166.23px;
}
a:active {
    color: #ffd323;
}

.a_active {
    border-radius: 5px;
    padding: 5px 15px;
    color: #05afb3;
    font-weight: 700;
    width: auto;
    display: block;
    min-width: 180px;
    text-align: center;
    font-size: var(--text);
    text-transform: uppercase;
}

buttonn {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
    border: none;
    padding: 8px;
    font-size: var(--text);
    background: #00a6f2;
    color: white;
    font-family: var(--font);
    box-sizing: border-box;
}

/******** Box2 pentru blog *******/
.box2 {
    margin-bottom: 10rem;
    background: #fff;
    width: 880px;
}
.box2 .image.fit {
    margin: 0;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.2);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
}

.box2 .image.fit img {
    border-radius: 0;
    height: auto;
    background-color: rgba(0, 0, 0, 0.2);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
}

.box2 header h2 {
    margin-bottom: 1rem;
}

.box2 header p {
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 600;
    margin: 0 0 0.25rem 0;
    padding: 0 0 0.75rem 0;
    letter-spacing: 0.25rem;
}

.box2 header p:after {
    content: "";
    position: absolute;
    margin: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.125);
}

.box2 .content {
    padding: 1.8rem;
}

.box2 > :last-child,
.box2 > :last-child > :last-child,
.box2 > :last-child > :last-child > :last-child {
    margin-bottom: 0;
}

.box2.alt {
    border: 0;
    border-radius: 0;
    padding: 0;
}

@media screen and (max-width: 736px) {
    .box2 .content {
        padding: 2rem;
    }
}

.box2 {
    border-color: rgba(144, 144, 144, 0.25);
}

.mybutton {
    background-color: rgba(255, 255, 255, 0.5);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: var(--font);
    font-size: var(--text);
    padding: 6px 15px;
    text-decoration: none;
}
.mybutton:hover {
    background-color: rgba(255, 255, 255, 0.83);
    color: #00a6f2;
}
.mybutton:active {
    position: relative;
    top: 1px;
}

.butn2 {
    font-family: var(--font);
    color: white;
    font-size: var(--text);
    background: #3498db;
    padding: 10px 20px 10px 15px;
    background: #3498db;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

.butn2:hover {
    background: #5daee3;
    text-decoration: none;
}

.header-top {
    font-size: var(--text);
    background-color: #f8f8ff;
    color: var(--text-color);
}

.align-center {
    text-align: center;
    align-content: center;
}

.alb {
    margin-top: 110px;
    color: white;
    text-align: center;
}

h1 {
    color: white;
}

a {
    font-weight: normal;
    color: var(--text-color);

    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    /* ...and now for the proper property */
    transition: 0s;
}

a:hover {
    color: #66b6f2;
}

.formular {
    border-radius: 50px;
    margin-top: 20px;

    left: o;
}

.lung {
    height: auto;
    width: 400px;
    max-width: 80%;
    left: 0;
}

p.special {
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
    padding: 0 0 1rem 0;
    letter-spacing: 0.25rem;
}

p.special:after {
    content: "";
    position: absolute;
    margin: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.125);
}

/**** Box original****/

.box {
    margin-bottom: 0rem;
    background: #fff;
}

.box .image.fit {
    margin: 0;
    border-radius: 0;
}

.box .image.fit img {
    border-radius: 0;
}

.box header h2 {
    margin-bottom: 1rem;
}

.box header p {
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 600;
    margin: 0 0 0.25rem 0;
    padding: 0 0 0.75rem 0;
    letter-spacing: 0.25rem;
}

.box header p:after {
    content: "";
    position: absolute;
    margin: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.125);
}

.box .content {
    padding: 1.8rem;
}

.box > :last-child,
.box > :last-child > :last-child,
.box > :last-child > :last-child > :last-child {
    margin-bottom: 0;
}

.box.alt {
    border: 0;
    border-radius: 0;
    padding: 0;
}

@media screen and (max-width: 736px) {
    .box .content {
        padding: 2rem;
    }
}

.box {
    border-color: rgba(144, 144, 144, 0.25);
}

.image.fit {
    display: block;
    margin: 0 0 2rem 0;
    width: 100%;
}

.image.fit img {
    width: 100%;
}

.image.main {
    display: block;
    margin: 0 0 3rem 0;
    width: 100%;
}

.image.main img {
    width: 100%;
}

/* Wrapper */

.wrapper {
    padding: 6rem 0 4rem 0;
    position: relative;
    margin: 0;
    width: 100%;
    height: auto;
}

.wrapper > .innerh {
    margin: 0 auto;

    width: 110rem;
}

.wrapper > .inner {
    margin: 0 auto;
    width: 80%;
}

.wrapper > .innerblog {
    margin: 0 auto;
    width: 90rem;
}
.wrapper > .innerabout {
    margin: 0 auto;
    width: 90rem;
}

.wrapper.style2 {
    background-color: #fff;
    color: #a6a6a6;
    line-height: normal;
}

.wrapper.style2 input,
.wrapper.style2 select,
.wrapper.style2 textarea {
    color: var(--text-color);
}

.wrapper.style2 a {
    color: white;
}

.wrapper.style2 strong,
.wrapper.style2 b {
    color: var(--text-color);
}

.wrapper.style2 h1,
.wrapper.style2 h2,
.wrapper.style2 h3,
.wrapper.style2 h4,
.wrapper.style2 h5,
.wrapper.style2 h6 {
    color: #008ad2;
}

.wrapper.style2 blockquote {
    border-left-color: rgba(0, 0, 0, 0.15);
}

.wrapper.style2 code {
    background: rgba(0, 0, 0, 0.075);
    border-color: rgba(0, 0, 0, 0.15);
}

.wrapper.style2 hr {
    border-bottom-color: rgba(0, 0, 0, 0.15);
}

.wrapper.style2 .box {
    border-color: rgba(0, 0, 0, 0.15);
}

.wrapper.style2 input[type="submit"],
.wrapper.style2 input[type="reset"],
.wrapper.style2 input[type="button"],
.wrapper.style2 button,
.wrapper.style2 .button {
    color: var(--text-color);
    color: #f2f2f2 !important;
}

.wrapper.style2 input[type="submit"].alt,
.wrapper.style2 input[type="reset"].alt,
.wrapper.style2 input[type="button"].alt,
.wrapper.style2 button.alt,
.wrapper.style2 .button.alt {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.15);
    color: var(--text-color) !important;
}

.wrapper.style2 input[type="submit"].alt:hover,
.wrapper.style2 input[type="reset"].alt:hover,
.wrapper.style2 input[type="button"].alt:hover,
.wrapper.style2 button.alt:hover,
.wrapper.style2 .button.alt:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.wrapper.style2 input[type="submit"].alt:active,
.wrapper.style2 input[type="reset"].alt:active,
.wrapper.style2 input[type="button"].alt:active,
.wrapper.style2 button.alt:active,
.wrapper.style2 .button.alt:active {
    background-color: rgba(0, 0, 0, 0.2);
}

.wrapper.style2 input[type="submit"].alt.icon:before,
.wrapper.style2 input[type="reset"].alt.icon:before,
.wrapper.style2 input[type="button"].alt.icon:before,
.wrapper.style2 button.alt.icon:before,
.wrapper.style2 .button.alt.icon:before {
    color: #999999;
}

.wrapper.style2 input[type="submit"].special,
.wrapper.style2 input[type="reset"].special,
.wrapper.style2 input[type="button"].special,
.wrapper.style2 button.special,
.wrapper.style2 .button.special {
    background-color: #8a4680;
    color: #ffffff !important;
}

.wrapper.style2 input[type="submit"].special:hover,
.wrapper.style2 input[type="reset"].special:hover,
.wrapper.style2 input[type="button"].special:hover,
.wrapper.style2 button.special:hover,
.wrapper.style2 .button.special:hover {
    background-color: #9b4f90;
}

.wrapper.style2 input[type="submit"].special:active,
.wrapper.style2 input[type="reset"].special:active,
.wrapper.style2 input[type="button"].special:active,
.wrapper.style2 button.special:active,
.wrapper.style2 .button.special:active {
    background-color: #793d70;
}

.wrapper.style2 label {
    color: var(--text-color);
}

.wrapper.style2 input[type="text"],
.wrapper.style2 input[type="password"],
.wrapper.style2 input[type="email"],
.wrapper.style2 select,
.wrapper.style2 textarea {
    background: rgba(0, 0, 0, 0.075);
    border-color: rgba(0, 0, 0, 0.15);
}

.wrapper.style2 input[type="text"]:focus,
.wrapper.style2 input[type="password"]:focus,
.wrapper.style2 input[type="email"]:focus,
.wrapper.style2 select:focus,
.wrapper.style2 textarea:focus {
    border-color: #8a4680;
    box-shadow: 0 0 0 1px #8a4680;
}

.wrapper.style2 .select-wrapper:before {
    color: rgba(0, 0, 0, 0.15);
}

.wrapper.style2 input[type="checkbox"] + label,
.wrapper.style2 input[type="radio"] + label {
    color: #a6a6a6;
}

.wrapper.style2 input[type="checkbox"] + label:before,
.wrapper.style2 input[type="radio"] + label:before {
    background: rgba(0, 0, 0, 0.075);
    border-color: rgba(0, 0, 0, 0.15);
}

.wrapper.style2 input[type="checkbox"]:checked + label:before,
.wrapper.style2 input[type="radio"]:checked + label:before {
    background-color: #8a4680;
    border-color: #8a4680;
    color: #ffffff;
}

.wrapper.style2 input[type="checkbox"]:focus + label:before,
.wrapper.style2 input[type="radio"]:focus + label:before {
    border-color: #8a4680;
    box-shadow: 0 0 0 1px #8a4680;
}

.wrapper.style2 ::-webkit-input-placeholder {
    color: #ccc !important;
}

.wrapper.style2 :-moz-placeholder {
    color: #ccc !important;
}

.wrapper.style2 ::-moz-placeholder {
    color: #ccc !important;
}

.wrapper.style2 :-ms-input-placeholder {
    color: #ccc !important;
}

.wrapper.style2 .formerize-placeholder {
    color: #ccc !important;
}

.wrapper.style2 ul.alt li {
    border-top-color: rgba(0, 0, 0, 0.15);
}

.wrapper.style2 header p {
    color: #ccc;
}

.wrapper.style2 table tbody tr {
    border-color: rgba(0, 0, 0, 0.15);
}

.wrapper.style2 table tbody tr:nth-child(2n + 1) {
    background-color: rgba(0, 0, 0, 0.075);
}

.wrapper.style2 table th {
    color: var(--text-color);
}

.wrapper.style2 table thead {
    border-bottom-color: rgba(0, 0, 0, 0.15);
}

.wrapper.style2 table tfoot {
    border-top-color: rgba(0, 0, 0, 0.15);
}

.wrapper.style2 table.alt tbody tr td {
    border-color: rgba(0, 0, 0, 0.15);
}

/************ WRAPER STYLE BLOG ***********/

.wrapper.styleblog {
    background-color: rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;

    line-height: normal;
    background-image: url(../img/blog.webp);
    color: var(--text-color);
}

.wrapper.styleblog input,
.wrapper.styleblog select,
.wrapper.styleblog textarea {
    color: var(--text-color);
}

.wrapper.styleblog a {
    color: white;
}

.wrapper.styleblog strong,
.wrapper.styleblog b {
    color: var(--text-color);
}

.wrapper.styleblog h1,
.wrapper.styleblog h2,
.wrapper.styleblog h3,
.wrapper.styleblog h4,
.wrapper.styleblog h5,
.wrapper.styleblog h6 {
    color: var(--text-color);
}

.wrapper.styleblog blockquote {
    border-left-color: rgba(0, 0, 0, 0.15);
}

.wrapper.styleblog code {
    background: rgba(0, 0, 0, 0.075);
    border-color: rgba(0, 0, 0, 0.15);
}

.wrapper.styleblog hr {
    border-bottom-color: rgba(0, 0, 0, 0.15);
}

.wrapper.styleblog .box {
    border-color: rgba(0, 0, 0, 0.15);
}

.wrapper.styleblog input[type="submit"],
.wrapper.styleblog input[type="reset"],
.wrapper.styleblog input[type="button"],
.wrapper.styleblog button,
.wrapper.styleblog .button {
    background-color: #000;
    color: #f2f2f2 !important;
}

.wrapper.styleblog input[type="submit"].alt,
.wrapper.styleblog input[type="reset"].alt,
.wrapper.styleblog input[type="button"].alt,
.wrapper.styleblog button.alt,
.wrapper.styleblog .button.alt {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.15);
    color: var(--text-color) !important;
}

.wrapper.styleblog input[type="submit"].alt:hover,
.wrapper.styleblog input[type="reset"].alt:hover,
.wrapper.styleblog input[type="button"].alt:hover,
.wrapper.styleblog button.alt:hover,
.wrapper.styleblog .button.alt:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.wrapper.styleblog input[type="submit"].alt:active,
.wrapper.styleblog input[type="reset"].alt:active,
.wrapper.styleblog input[type="button"].alt:active,
.wrapper.styleblog button.alt:active,
.wrapper.styleblog .button.alt:active {
    background-color: rgba(0, 0, 0, 0.2);
}

.wrapper.styleblog input[type="submit"].alt.icon:before,
.wrapper.styleblog input[type="reset"].alt.icon:before,
.wrapper.styleblog input[type="button"].alt.icon:before,
.wrapper.styleblog button.alt.icon:before,
.wrapper.styleblog .button.alt.icon:before {
    color: #999999;
}

.wrapper.styleblog input[type="submit"].special,
.wrapper.styleblog input[type="reset"].special,
.wrapper.styleblog input[type="button"].special,
.wrapper.styleblog button.special,
.wrapper.styleblog .button.special {
    background-color: #8a4680;
    color: #ffffff !important;
}

.wrapper.styleblog input[type="submit"].special:hover,
.wrapper.styleblog input[type="reset"].special:hover,
.wrapper.styleblog input[type="button"].special:hover,
.wrapper.styleblog button.special:hover,
.wrapper.styleblog .button.special:hover {
    background-color: #9b4f90;
}

.wrapper.styleblog input[type="submit"].special:active,
.wrapper.styleblog input[type="reset"].special:active,
.wrapper.styleblog input[type="button"].special:active,
.wrapper.styleblog button.special:active,
.wrapper.styleblog .button.special:active {
    background-color: #793d70;
}

.wrapper.styleblog label {
    color: var(--text-color);
}

.wrapper.styleblog input[type="text"],
.wrapper.styleblog input[type="password"],
.wrapper.styleblog input[type="email"],
.wrapper.styleblog select,
.wrapper.styleblog textarea {
    background: rgba(0, 0, 0, 0.075);
    border-color: rgba(0, 0, 0, 0.15);
}

.wrapper.styleblog input[type="text"]:focus,
.wrapper.styleblog input[type="password"]:focus,
.wrapper.styleblog input[type="email"]:focus,
.wrapper.styleblog select:focus,
.wrapper.styleblog textarea:focus {
    border-color: #8a4680;
    box-shadow: 0 0 0 1px #8a4680;
}

.wrapper.styleblog .select-wrapper:before {
    color: rgba(0, 0, 0, 0.15);
}

.wrapper.styleblog input[type="checkbox"] + label,
.wrapper.styleblog input[type="radio"] + label {
    color: #a6a6a6;
}

.wrapper.styleblog input[type="checkbox"] + label:before,
.wrapper.styleblog input[type="radio"] + label:before {
    background: rgba(0, 0, 0, 0.075);
    border-color: rgba(0, 0, 0, 0.15);
}

.wrapper.styleblog input[type="checkbox"]:checked + label:before,
.wrapper.styleblog input[type="radio"]:checked + label:before {
    background-color: #8a4680;
    border-color: #8a4680;
    color: #ffffff;
}

.wrapper.styleblog input[type="checkbox"]:focus + label:before,
.wrapper.styleblog input[type="radio"]:focus + label:before {
    border-color: #8a4680;
    box-shadow: 0 0 0 1px #8a4680;
}

.wrapper.styleblog ::-webkit-input-placeholder {
    color: #999999 !important;
}

.wrapper.styleblog :-moz-placeholder {
    color: #999999 !important;
}

.wrapper.styleblog ::-moz-placeholder {
    color: #999999 !important;
}

.wrapper.styleblog :-ms-input-placeholder {
    color: #999999 !important;
}

.wrapper.styleblog .formerize-placeholder {
    color: #999999 !important;
}

.wrapper.styleblog ul.alt li {
    border-top-color: rgba(0, 0, 0, 0.15);
}

.wrapper.styleblog header p {
    color: #999999;
}

.wrapper.styleblog table tbody tr borper.styleblog :-ms-input-placeholder {
    color: #ccc !important;
}

.wrapper.styleblog .formerize-placeholder {
    color: #ccc !important;
}

.wrapper.styleblog ul.alt li {
    border-top-color: rgba(0, 0, 0, 0.15);
}

.wrapper.styleblog header p {
    color: #ccc;
}

.wrapper.styleblog table tbody tr {
    border-color: rgba(0, 0, 0, 0.15);
}

.wrapper.styleblog table tbody tr:nth-child(2n + 1) {
    background-color: rgba(0, 0, 0, 0.075);
}

.wrapper.styleblog table th {
    color: var(--text-color);
}

.wrapper.styleblog table thead {
    border-bottom-color: rgba(0, 0, 0, 0.15);
}

.wrapper.styleblog table tfoot {
    border-top-color: rgba(0, 0, 0, 0.15);
}

.wrapper.styleblog table.alt tbody tr td {
    border-color: rgba(0, 0, 0, 0.15);
}
.wrapper.style4 .inner {
    position: relative;
    z-index: 2;
}
.wrapper.style4 .inner2 {
    position: relative;

    margin-top: -40px;
}
.wrapper.styleblog:before {
    -moz-transition: opacity 3s ease;
    -webkit-transition: opacity 3s ease;
    -ms-transition: opacity 3s ease;
    transition: opacity 3s ease;
    -moz-transition-delay: 1.25s;
    -webkit-transition-delay: 1.25s;
    -ms-transition-delay: 1.25s;
    transition-delay: 1.25s;
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0.9);
    height: 100%;
    left: 0;
    opacity: 0.75;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.wrapper.styleblog .inner {
    position: relative;
    z-index: 2;

    margin: 0 auto;
    width: 90rem;
}

/********* END wrapper style blog *******/

.wrapper.stylecontact {
    background-image: url(../img/contact.webp);
    color: var(--text-color);

    background-color: rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    height: 800px;
}

.wrapper.stylecontact p {
    color: #fff;
}

.wrapper.stylecontact h3 {
    color: #fff;
    font-size: 200%;
}

.wrapper.style5 {
    background-image: url(../img/header-bg2.webp);
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    height: 200px;
}

.wrapper.style5 p {
    color: #fff;
}

.wrapper.style5 h3 {
    color: #fff;
    font-size: 200%;
}

.wrapper.style4 {
    background-image: url(../img/bluewater.webp);
    color: white;
    background-color: rgba(0, 0, 0, 0.2);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    height: 40%;
}

.wrapper.style4 input,
.wrapper.style4 select,
.wrapper.style4 textarea {
    color: #ffffff;
}

.wrapper.style4 a {
    color: #fff;
}

.wrapper.style4 strong,
.wrapper.style4 b {
    color: #ffffff;
}

.wrapper.style4 h1,
.wrapper.style4 h2,
.wrapper.style4 h3,
.wrapper.style4 h4,
.wrapper.style4 h5,
.wrapper.style4 h6 {
    color: #ffffff;
}

.wrapper.style4 blockquote {
    border-left-color: rgba(255, 255, 255, 0.25);
}

.wrapper.style4 code {
    background: rgba(255, 255, 255, 0.075);
    border-color: rgba(255, 255, 255, 0.25);
}

.wrapper.style4 hr {
    border-bottom-color: rgba(255, 255, 255, 0.25);
}

.wrapper.style4 .box {
    border-color: rgba(255, 255, 255, 0.25);
}

.wrapper.style4 label {
    color: #ffffff;
}

.wrapper.style4 header p {
    color: white;
}

.wrapper.style4 table tbody tr {
    border-color: rgba(255, 255, 255, 0.25);
}

.wrapper.style4 table th {
    color: #ffffff;
}

.wrapper.style4 table thead {
    border-bottom-color: rgba(255, 255, 255, 0.25);
}

.wrapper.style4 table tfoot {
    border-top-color: rgba(255, 255, 255, 0.25);
}

.wrapper.style4 table.alt tbody tr td {
    border-color: rgba(255, 255, 255, 0.25);
}

.wrapper.style4 p {
    text-transform: none;
    font-size: 1.4rem;
    font-weight: auto;
    margin: 0 0 0.5rem 0;
    padding: 0 0 1rem 0;
    letter-spacing: 0.25rem;
    font-family: var(--font);
}

.wrapper.style4:before {
    -moz-transition: opacity 3s ease;
    -webkit-transition: opacity 3s ease;
    -ms-transition: opacity 3s ease;
    transition: opacity 3s ease;
    -moz-transition-delay: 1.25s;
    -webkit-transition-delay: 1.25s;
    -ms-transition-delay: 1.25s;
    transition-delay: 1.25s;
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    left: 0;
    opacity: 0.75;
    position: absolute;
    top: 0;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .wrapper > .inner {
        width: 70rem;
    }
}

@media screen and (max-width: 980px) {
    .wrapper > .inner {
        width: 80%;
    }

    .wrapper.style4 {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 736px) {
    .wrapper {
        padding: 3rem 0 1rem 0;
    }
}
.wrapper.style4 h3 {
    color: #fff;
    font-size: 200%;
}

.wrapper.styleproducts {
    background-image: url(../img/map3d.webp);
    color: var(--text-color);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    height: 720% auto;
    font-weight: 600;
}
#buttonn2-4 a {
    color: white !important;
}

.wrapper.styleproducts input,
.wrapper.styleproducts select,
.wrapper.styleproducts textarea {
    color: #ffffff;
}

.wrapper.styleproducts a {
    color: var(--text-color);
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    /* ...and now for the proper property */
    transition: 0.5s;
}
.wrapper.styleproducts a:hover {
    color: #66b6f2;
}
.wrapper.styleproducts strong,
.wrapper.styleproducts b {
    color: #ffffff;
}

.wrapper.styleproducts h1,
.wrapper.styleproducts h2,
.wrapper.styleproducts h3,
.wrapper.styleproducts h4,
.wrapper.styleproducts h5,
.wrapper.styleproducts h6 {
    color: var(--text-color);
}

.wrapper.styleproducts blockquote {
    border-left-color: rgba(255, 255, 255, 0.25);
}

.wrapper.styleproducts code {
    background: rgba(255, 255, 255, 0.075);
    border-color: rgba(255, 255, 255, 0.25);
}

.wrapper.styleproducts hr {
    border-bottom-color: rgba(255, 255, 255, 0.25);
}

.wrapper.styleproducts .box {
    border-color: rgba(255, 255, 255, 0.25);
}

.wrapper.styleproducts label {
    color: #ffffff;
}

.wrapper.styleproducts header p {
    color: white;
}

.wrapper.styleproducts table tbody tr {
    border-color: rgba(255, 255, 255, 0.25);
}

.wrapper.styleproducts table th {
    color: #ffffff;
}

.wrapper.styleproducts table thead {
    border-bottom-color: rgba(255, 255, 255, 0.25);
}

.wrapper.styleproducts table tfoot {
    border-top-color: rgba(255, 255, 255, 0.25);
}

.wrapper.styleproducts table.alt tbody tr td {
    border-color: rgba(255, 255, 255, 0.25);
}

.wrapper.styleproducts .inner {
    position: relative;
    z-index: 2;
}

.wrapper.styleproducts .inner2 {
    position: relative;
}

.wrapper.styleproducts p {
    text-transform: none;
    color: white;
    font-size: 1.4rem;
    font-weight: auto;
    margin: 0 0 0.5rem 0;
    padding: 0 0 1rem 0;
    letter-spacing: 0.25rem;
}

.wrapper.styleproducts:before {
    -moz-transition: opacity 3s ease;
    -webkit-transition: opacity 3s ease;
    -ms-transition: opacity 3s ease;
    transition: opacity 3s ease;
    -moz-transition-delay: 1.25s;
    -webkit-transition-delay: 1.25s;
    -ms-transition-delay: 1.25s;
    transition-delay: 1.25s;
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0);
    height: 100%;
    left: 0;
    opacity: 0.75;
    position: absolute;
    top: 0;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .wrapper > .inner {
        width: 70rem;
    }
}

@media screen and (max-width: 980px) {
    .wrapper > .inner {
        width: 80%;
    }

    .wrapper.styleproducts {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 736px) {
    .wrapper {
        padding: 3rem 0 1rem 0;
    }
}
/******** wrapper style partners  *******/
.wrapper.stylepartners {
    background-image: url(../img/partners.webp);
    color: var(--text-color);

    background-color: rgba(0, 0, 0, 0.2);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    height: 150% auto;
}

.wrapper.stylepartners input,
.wrapper.stylepartners select,
.wrapper.stylepartners textarea {
    color: var(--text-color);
}

.wrapper.stylepartners a {
    color: #fff;
}

.wrapper.stylepartners strong,
.wrapper.stylepartners b {
    color: #ffffff;
}

.wrapper.stylepartners h1,
.wrapper.stylepartners h2,
.wrapper.stylepartners h3,
.wrapper.stylepartners h4,
.wrapper.stylepartners h5,
.wrapper.stylepartners h6 {
    color: #ffffff;
}

.wrapper.stylepartners blockquote {
    border-left-color: rgba(255, 255, 255, 0.25);
}

.wrapper.stylepartners code {
    background: rgba(255, 255, 255, 0.075);
    border-color: rgba(255, 255, 255, 0.25);
}

.wrapper.stylepartners hr {
    border-bottom-color: rgba(255, 255, 255, 0.25);
}

.wrapper.stylepartners .box {
    border-color: rgba(255, 255, 255, 0.25);
}

.wrapper.stylepartners label {
    color: #ffffff;
}

.wrapper.stylepartners header p {
    color: white;
}

.wrapper.stylepartners table tbody tr {
    border-color: rgba(255, 255, 255, 0.25);
}

.wrapper.stylepartners table th {
    color: #ffffff;
}

.wrapper.stylepartners table thead {
    border-bottom-color: rgba(255, 255, 255, 0.25);
}

.wrapper.stylepartners table tfoot {
    border-top-color: rgba(255, 255, 255, 0.25);
}

.wrapper.stylepartners table.alt tbody tr td {
    border-color: rgba(255, 255, 255, 0.25);
}

.wrapper.stylepartners .inner {
    position: relative;
    z-index: 2;
    width: 80%;
}

.wrapper.stylepartners p {
    text-transform: none;
    color: white;
    font-size: 1.4rem;
    font-weight: auto;
    margin: 0 0 0.5rem 0;
    padding: 0 0 1rem 0;
    letter-spacing: 0.25rem;
}

.wrapper.stylepartners:before {
    -moz-transition: opacity 3s ease;
    -webkit-transition: opacity 3s ease;
    -ms-transition: opacity 3s ease;
    transition: opacity 3s ease;
    -moz-transition-delay: 1.25s;
    -webkit-transition-delay: 1.25s;
    -ms-transition-delay: 1.25s;
    transition-delay: 1.25s;
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    left: 0;
    opacity: 0.75;
    position: absolute;
    top: 0;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .wrapper > .inner {
        width: 70rem;
    }
}

@media screen and (max-width: 980px) {
    .wrapper > .inner {
        width: 80%;
    }

    .wrapper.stylepartners {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 736px) {
    .wrapper {
        padding: 3rem 0 1rem 0;
    }
}
.wrapper.stylepartners h3 {
    color: #fff;
    font-size: 300%;
}

/******** wrapper style log in  *******/

.wrapper.stylelogin {
    color: var(--text-color);
    padding: 0 !important;
    background-color: rgba(0, 0, 0, 0.2);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    height: 150% auto;
}

.wrapper.stylelogin input,
.wrapper.stylelogin select,
.wrapper.stylelogin textarea {
    color: var(--text-color);
}

.wrapper.stylelogin a {
    color: var(--text-color);
}

.wrapper.stylelogin strong {
    color: var(--text-color);
}

.wrapper.stylelogin h1,
.wrapper.stylelogin h2,
.wrapper.stylelogin h3,
.wrapper.stylelogin h4,
.wrapper.stylelogin h5,
.wrapper.stylelogin h6 {
    color: var(--text-color);
    margin-top: 30px;
}

.wrapper.stylelogin blockquote {
    border-left-color: rgba(255, 255, 255, 0.25);
}

.wrapper.stylelogin code {
    background: rgba(255, 255, 255, 0.075);
    border-color: rgba(255, 255, 255, 0.25);
}

.wrapper.stylelogin hr {
    border-bottom-color: rgba(255, 255, 255, 0.25);
}

.wrapper.stylelogin .box {
    border-color: rgba(255, 255, 255, 0.25);
}

.wrapper.stylelogin label {
    color: var(--text-color);
}

.wrapper.stylelogin header p {
    color: var(--text-color);
}

.wrapper.stylelogin table tbody tr {
    border-color: rgba(255, 255, 255, 0.25);
}

.wrapper.stylelogin table th {
    color: var(--text-color);
}

.wrapper.stylelogin table thead {
    border-bottom-color: rgba(255, 255, 255, 0.25);
}

.wrapper.stylelogin table tfoot {
    border-top-color: rgba(255, 255, 255, 0.25);
}

.wrapper.stylelogin table.alt tbody tr td {
    border-color: rgba(255, 255, 255, 0.25);
}

.wrapper.stylelogin .inner {
    position: relative;

    width: 80%;
}

.wrapper.stylelogin p {
    text-transform: none;
    color: var(--text-color);

    font-weight: auto;

    letter-spacing: 0.25rem;
}

.wrapper.stylelogin:before {
    -moz-transition: opacity 3s ease;
    -webkit-transition: opacity 3s ease;
    -ms-transition: opacity 3s ease;
    transition: opacity 3s ease;
    -moz-transition-delay: 1.25s;
    -webkit-transition-delay: 1.25s;
    -ms-transition-delay: 1.25s;
    transition-delay: 1.25s;
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0);

    left: 0;
    opacity: 0.75;
    position: absolute;
    top: 0;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .wrapper > .inner {
        width: 80%;
    }
}

@media screen and (max-width: 980px) {
    .wrapper > .inner {
        width: 80%;
    }

    .wrapper.stylelogin {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 736px) {
    .wrapper {
        padding: 3rem 0 1rem 0;
    }
}
.wrapper.stylelogin h3 {
    color: var(--text-color);
    font-size: 300%;
}

/****** end wrapper stylelog in ******/

.wrapper.stylejoin {
    background-image: url(../img/joinwhite.webp);
    color: var(--text-color);

    background-color: rgba(0, 0, 0, 0.2);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    height: 150% auto;
}

.wrapper.stylejoin input,
.wrapper.stylejoin select,
.wrapper.stylejoin textarea {
    color: var(--text-color);
}

.wrapper.stylejoin a {
    color: var(--text-color);
}

.wrapper.stylejoin strong,
.wrapper.stylejoin b {
    color: var(--text-color);
}

.wrapper.stylejoin h1,
.wrapper.stylejoin h2,
.wrapper.stylejoin h3,
.wrapper.stylejoin h4,
.wrapper.stylejoin h5,
.wrapper.stylejoin h6 {
    color: var(--text-color);
}

.wrapper.stylejoin blockquote {
    border-left-color: rgba(255, 255, 255, 0.25);
}

.wrapper.stylejoin code {
    background: rgba(255, 255, 255, 0.075);
    border-color: rgba(255, 255, 255, 0.25);
}

.wrapper.stylejoin hr {
    border-bottom-color: rgba(255, 255, 255, 0.25);
}

.wrapper.stylejoin .box {
    border-color: rgba(255, 255, 255, 0.25);
}

.wrapper.stylejoin label {
    color: var(--text-color);
}

.wrapper.stylejoin header p {
    color: white;
}

.wrapper.stylejoin table tbody tr {
    border-color: rgba(255, 255, 255, 0.25);
}

.wrapper.stylejoin table th {
    color: var(--text-color);
}

.wrapper.stylejoin table thead {
    border-bottom-color: rgba(255, 255, 255, 0.25);
}

.wrapper.stylejoin table tfoot {
    border-top-color: rgba(255, 255, 255, 0.25);
}

.wrapper.stylejoin table.alt tbody tr td {
    border-color: rgba(255, 255, 255, 0.25);
}

.wrapper.stylejoin .inner {
    position: relative;
    z-index: 2;
    width: 80%;
}

.wrapper.stylejoin p {
    text-transform: none;
    color: white;
    font-size: 1.4rem;
    font-weight: auto;
    margin: 0 0 0.5rem 0;
    padding: 0 0 1rem 0;
    letter-spacing: 0.25rem;
}

.wrapper.stylejoin:before {
    -moz-transition: opacity 3s ease;
    -webkit-transition: opacity 3s ease;
    -ms-transition: opacity 3s ease;
    transition: opacity 3s ease;
    -moz-transition-delay: 1.25s;
    -webkit-transition-delay: 1.25s;
    -ms-transition-delay: 1.25s;
    transition-delay: 1.25s;
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0);
    height: 100%;
    left: 0;
    opacity: 0.75;
    position: absolute;
    top: 0;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .wrapper > .inner {
        width: 70rem;
    }
}

@media screen and (max-width: 980px) {
    .wrapper > .inner {
        width: 80%;
    }

    .wrapper.stylejoin {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 736px) {
    .wrapper {
        padding: 3rem 0 1rem 0;
    }
}
.wrapper.stylejoin h3 {
    color: var(--text-color);
    font-size: 300%;
}

.wrapper.styleabout {
    background-image: url(../img/bluewater.webp);
    color: white;

    background-color: rgba(0, 0, 0, 0.2);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    height: 150% auto;
}

.wrapper.styleabout input,
.wrapper.styleabout select,
.wrapper.styleabout textarea {
    color: #ffffff;
}

.wrapper.styleabout a {
    color: #fff;
}

.wrapper.styleabout strong,
.wrapper.styleabout b {
    color: #ffffff;
}

.wrapper.styleabout h1,
.wrapper.styleabout h2,
.wrapper.styleabout h3,
.wrapper.styleabout h4,
.wrapper.styleabout h5,
.wrapper.styleabout h6 {
    color: #ffffff;
}

.wrapper.styleabout blockquote {
    border-left-color: rgba(255, 255, 255, 0.25);
}

.wrapper.styleabout code {
    background: rgba(255, 255, 255, 0.075);
    border-color: rgba(255, 255, 255, 0.25);
}

.wrapper.styleabout hr {
    border-bottom-color: rgba(255, 255, 255, 0.25);
}

.wrapper.styleabout .box {
    border-color: rgba(255, 255, 255, 0.25);
}

.wrapper.styleabout label {
    color: #ffffff;
}

.wrapper.styleabout header p {
    color: white;
}
.wrapper.styleabout p {
    text-transform: none;
    color: white;
    font-size: 1.4rem;
    font-weight: auto;
    margin: 0 0 0.5rem 0;
    padding: 0 0 1rem 0;
    letter-spacing: 0.25rem;
}
.wrapper.styleabout:before {
    -moz-transition: opacity 3s ease;
    -webkit-transition: opacity 3s ease;
    -ms-transition: opacity 3s ease;
    transition: opacity 3s ease;
    -moz-transition-delay: 1.25s;
    -webkit-transition-delay: 1.25s;
    -ms-transition-delay: 1.25s;
    transition-delay: 1.25s;
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    opacity: 0.75;
    position: absolute;
    top: 0;
    width: 100%;
}
.wrapper.styleabout table tbody tr {
    border-color: rgba(255, 255, 255, 0.25);
}

.wrapper.styleabout table th {
    color: #ffffff;
}

.wrapper.styleabout table thead {
    border-bottom-color: rgba(255, 255, 255, 0.25);
}

.wrapper.styleabout table tfoot {
    border-top-color: rgba(255, 255, 255, 0.25);
}

.wrapper.styleabout table.alt tbody tr td {
    border-color: rgba(255, 255, 255, 0.25);
}

.wrapper.styleabout .inner {
    position: relative;
    z-index: 2;
    width: 80%;
}

@media screen and (max-width: 1024px) {
    .wrapper > .inner {
        width: 70rem;
    }
}

@media screen and (max-width: 980px) {
    .wrapper > .inner {
        width: 80%;
    }

    .wrapper.styleabout {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 736px) {
    .wrapper {
        padding: 3rem 0 1rem 0;
    }
}
.wrapper.styleabout h3 {
    color: #fff;
    font-size: 300%;
}

.wrapper.style6 {
    background-color: #05afb3;
    color: var(--text-color);
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    position: relative;
    height: 520px;
    width: auto;
}

.mictext {
    font-size: 19px;
    font-weight: 400;
}

.wrapper.style6 a:hover {
    color: #238dde;
}

.wrapper.style6 strong,
.wrapper.style6 b {
    color: var(--text-color);
}

.wrapper.style6 h1,
.wrapper.style6 h2,
.wrapper.style6 h3,
.wrapper.style6 h4,
.wrapper.style6 h5,
.wrapper.style6 h6 {
    color: #fff;
}

.wrapper.style6 blockquote {
    border-left-color: rgba(255, 255, 255, 0.25);
}

.wrapper.style6 code {
    background: rgba(255, 255, 255, 0.075);
    border-color: rgba(255, 255, 255, 0.25);
}

.wrapper.style6 hr {
    border-bottom-color: rgba(255, 255, 255, 0.25);
}

.wrapper.style6 .box {
    border-color: rgba(255, 255, 255, 0.25);
}

.wrapper.style6 .inner {
    position: relative;
    width: 70%;
    margin-left: 50px;
    margin-top: 40px;
}

.wrapper.style6 label {
    color: #ffffff;
}

.wrapper.style6 header p {
    color: white;
}

.wrapper.style6 table tbody tr {
    border-color: rgba(255, 255, 255, 0.25);
}

.wrapper.style6 table th {
    color: #ffffff;
}

.wrapper.style6 table thead {
    border-bottom-color: rgba(255, 255, 255, 0.25);
}

.wrapper.style6 table tfoot {
    border-top-color: rgba(255, 255, 255, 0.25);
}

.wrapper.style6 table.alt tbody tr td {
    border-color: rgba(255, 255, 255, 0.25);
}

.wrapper.style6 p {
    text-transform: none;
    font-size: 1.4rem;
    font-weight: auto;
    margin: 0 0 0.5rem 0;
    padding: 0 0 1rem 0;
    letter-spacing: 0.25rem;
    font-family: var(--font);
}

.wrapper.style6:before {
    -moz-transition: opacity 3s ease;
    -webkit-transition: opacity 3s ease;
    -ms-transition: opacity 3s ease;
    transition: opacity 3s ease;
    -moz-transition-delay: 1.25s;
    -webkit-transition-delay: 1.25s;
    -ms-transition-delay: 1.25s;
    transition-delay: 1.25s;
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0);
    height: 100%;
    left: 0;
    opacity: 0.75;
    position: absolute;
    top: 0;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .logoalo {
        height: 46px;
        width: auto;
        display: block;
        padding: 12px 10px 10px 10px;
    }

    .imac-section-desc {
        padding: 0 30px;
        text-align: center;
    }
    .easysteps-icon-holder i {
        font-size: 30px;
        line-height: 70px;
        width: 70px;
        height: 70px;
        margin: 0 0 10px 0;
    }
    .white-section {
        padding: 10px;
    }

    .subrates {
        padding: 0px 10px 30px;
    }
    .heroaqua {
        display: none;
    }
    .mictext {
        font-size: var(--text);
    }

    .righticon {
        display: none;
    }
    .wrapper > .inner {
        width: 70rem;
    }
    .rechargehome {
        text-align: center;
        display: inline-block;
        left: 50%;
        position: relative;
        transform: translateX(-50%);
        margin-left: -10px;
    }
    .wrapper.style6 h3 {
        text-align: center;
        font-size: 40px !important;
    }
}

@media screen and (max-width: 980px) {
    .wrapper > .inner {
        width: 80%;
    }

    .wrapper.style6 {
        background-attachment: scroll;
    }
}

.wrapper.style7 {
    background-image: url(../img/desk.webp);
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    height: 6000px;
}

.wrapper.style7 p {
    color: #fff;
}

.wrapper.style7 h4 {
    color: #fff;
    font-size: 200%;
}

.grid-style {
    width: 100%;
    margin: 0 0 2.5rem 0;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: stretch;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
}

.grid-style > * {
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    -moz-flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
}

.grid-style > * {
    width: 50%;
}

.grid-style > * {
    padding: 2rem;
    width: calc(50% + 2rem);
}

.grid-style > :nth-child(-n + 2) {
    padding-top: 0;
}

.grid-style > :nth-last-child(-n + 2) {
    padding-bottom: 0;
}

.grid-style > :nth-child(2n + 1) {
    padding-left: 0;
}

.grid-style > :nth-child(2n) {
    padding-right: 0;
}

.grid-style > :nth-child(2n + 1),
.grid-style > :nth-child(2n) {
    width: calc(50% + 0rem);
}

.grid-style .box {
    margin: 0;
}

@media screen and (max-width: 980px) {
    .grid-style > * {
        width: 100%;
    }

    .grid-style > * {
        padding: 1rem;
        width: calc(50% + 1rem);
    }

    .grid-style > :nth-child(-n + 2) {
        padding-top: 1rem;
    }

    .grid-style > :nth-last-child(-n + 2) {
        padding-bottom: 1rem;
    }

    .grid-style > :nth-child(2n + 1) {
        padding-left: 1rem;
    }

    .grid-style > :nth-child(2n) {
        padding-right: 1rem;
    }

    .grid-style > :nth-child(2n + 1),
    .grid-style > :nth-child(2n) {
        padding: 1rem;
        width: calc(100% + 2rem);
    }

    .grid-style > * {
        padding: 1rem;
        width: calc(100% + 2rem);
    }

    .grid-style > :nth-child(-n + 1) {
        padding-top: 0;
    }

    .grid-style > :nth-last-child(-n + 1) {
        padding-bottom: 0;
    }

    .grid-style > :nth-child(1n + 1) {
        padding-left: 0;
    }

    .grid-style > :nth-child(1n) {
        padding-right: 0;
    }

    .grid-style > :nth-child(1n + 1),
    .grid-style > :nth-child(1n) {
        width: calc(100% + 1rem);
    }
}

.gallery {
    width: 96%;
    margin: 1.5rem 0 1.5rem 0;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: stretch;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
}

.gallery > * {
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    -moz-flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
}

.gallery > * {
    width: 50%;
}

.gallery > * {
    padding: 2rem;
    width: calc(50% + 2rem);
}

.trustbadge {
    background: #f2ce6b;
    border-radius: 8px;
    width: 100%;
    max-width: 280px;
    height: 40px;
    line-height: 40px;
    cursor: default;
    padding-left: 80px;
    margin-top: 30px;
    position: fixed;
    transition: opacity 0.1s ease-in-out;
    bottom: 41px;
    left: 40px;
    z-index: 9999;
}

.trustbadge img {
    width: 80px;
    left: -12px;
    top: -21px;
    margin: 2px 8px;
    position: absolute;
    height: auto;
}
.trustbadge p {
    font-size: var(--text) !important;
    font-weight: 700 !important;
    color: black !important;
}

.trustbadge:hover {
    opacity: 0.3;
}
.gallery > :nth-child(-n + 2) {
    padding-top: 0;
}

.gallery > :nth-last-child(-n + 2) {
    padding-bottom: 0;
}

.gallery > :nth-child(2n + 1) {
    padding-left: 0;
}

.gallery > :nth-child(2n) {
    padding-right: 0;
}

.gallery > :nth-child(2n + 1),
.gallery > :nth-child(2n) {
    width: calc(50% + 0rem);
}

.gallery .image {
    background: #fff;
    padding: 1rem;
}

.gallery .image.fit {
    margin: 0;
}

.esteps img {
    width: 80%;
    height: auto;
}

@media screen and (max-width: 1024px) {
    .imgdiv {
        margin: 0 auto;
        left: -26px;
        top: -10px;
    }
    .esteps {
        width: 90%;
        margin: auto;
    }
    .detailsuse {
        margin: auto;
        text-align: left;
        width: 100%;
    }

    .buyone img {
        margin: 20px auto 0;
    }

    .calculator_minutes img {
        display: none;
    }

    .buyone {
        width: 100%;
        padding: 30px 10px;
        margin-bottom: 30px;
    }
    .containerfeed {
        padding: 0;
    }
    .calculator_minutes .first-nm dollar {
        position: absolute;
        width: 10px;
        top: 21px;
        line-height: 31px;
    }
    .subrates td {
        letter-spacing: -0.2px;
    }

    .trustbadge {
        width: 20px;
        padding-left: 0px;
        position: fixed;
        transition: opacity 0.1s ease-in-out;
        bottom: 20px;
        left: 20px;
    }
    .trustbadge p {
        display: none;
    }

    .trustbadge:hover {
        width: 220px;
        padding-left: 60px;
        opacity: 1;
    }
    .trustbadge:hover p {
        display: block;
    }

    .trustbadge img {
        width: 60px;
        left: -12px;
        top: -11px;
    }
    .table-content m {
        font-size: var(--label);
        font-weight: 400;
    }

    .rates-change {
        transform: none;
        left: 0;
        right: 0;
        top: 80px;
        height: 25px;
        margin: 10px auto auto auto;
    }
    .averagescore {
        width: 100%;
        max-width: 100%;
    }
    .containeropinions {
        display: block;
        border-left: 0;
        width: 100%;
        padding: 0 20px;
    }
    .b3 {
        width: 500px;
        height: 500px;
        top: -320px;
        right: -220px;
    }
    .slider-container .refillimg {
        max-width: 150px;
        margin: auto;
        display: block;
    }
    .easysteps-text-description {
        line-height: 1.3;
    }
    .ratesdiv {
        padding: 0px !important;
    }
    .toprates {
        text-align: center;
        padding: 20px 10px 20px 10px !important;
        height: 120px !important;
    }
    .toprates h2 {
        text-align: center !important;
    }
    .change-r {
        height: 25px;
        line-height: 25px;
    }
    .easysteps-text-description a {
        font-size: var(--text) !important;
        font-weight: 700 !important;
        color: var(--subtitle-color) !important;
        text-transform: none;
        text-align: center;
    }
    .wrapper.style6 .inner {
        position: relative;
        width: 100%;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 40px;
    }
    .refilloldone i {
        left: 5px;
        font-size: 14px;
        line-height: 28px;
    }

    .gallery > * {
        width: 100%;
    }

    .gallery > * {
        padding: 1rem;
        width: calc(50% + 1rem);
    }

    .gallery > :nth-child(-n + 2) {
        padding-top: 1rem;
    }

    .gallery > :nth-last-child(-n + 2) {
        padding-bottom: 1rem;
    }

    .gallery > :nth-child(2n + 1) {
        padding-left: 1rem;
    }

    .gallery > :nth-child(2n) {
        padding-right: 1rem;
    }

    .gallery > :nth-child(2n + 1),
    .gallery > :nth-child(2n) {
        padding: 1rem;
        width: calc(100% + 2rem);
    }

    .gallery > * {
        padding: 1rem;
        width: calc(100% + 2rem);
    }

    .gallery > :nth-child(-n + 1) {
        padding-top: 0;
    }

    .gallery > :nth-last-child(-n + 1) {
        padding-bottom: 0;
    }

    .gallery > :nth-child(1n + 1) {
        padding-left: 0;
    }

    .gallery > :nth-child(1n) {
        padding-right: 0;
    }
    .gallery > :nth-child(1n + 1),
    .gallery > :nth-child(1n) {
        width: calc(100% + 1rem);
    }
}

div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 55px;
    background-color: transparent;
    padding: 22px;
    font-size: 20px;
}

@media screen and (max-width: 736px) {
    .wrapper {
        padding: 3rem 0 1rem 0;
    }
    .wrapper.style6 h3 {
        text-align: center;
        font-size: 40px !important;
    }
}

@media screen and (max-width: 767px) {
    .table-responsive {
        border: 0 !important;
    }
}

.wrapper.style6 h3 {
    font-size: 50px;
}
