#plan0,
#plan1,
#plan2,
#plan3,
#plan4,
#plan5,
#plans-container .card a {
    color: #fff;
    font-size: 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    border-radius: 10px;
    border: 2px solid #fff;
    font-weight: 400;
    background-color: transparent;
    display: block;
    margin: auto
}

#subscription {
    background-color: #008c1f;
    font-size: 20px;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    border-radius: 10px;
    border: 2px solid #008c1f;
    font-weight: 500;
    display: block;
    margin: auto
}

.card {
    position: relative;
    max-width: 350px;
    height: auto;
    background: linear-gradient(-45deg, #fe0847, #feae3f);
    border-radius: 15px;
    margin: 0 auto;
    padding: 25px 20px;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
    -webkit-transition: .5s;
    transition: .5s
}

.card:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

 

.col-sm-2:nth-child(1) .card,
.col-sm-2:nth-child(1) .card .title .fa {
    background: linear-gradient(-45deg, #370041, #85008c, #ee00ff)
}

.col-sm-2:nth-child(2) .card,
.col-sm-2:nth-child(3) .card .title .fa {
    background: linear-gradient(-45deg, #410400, #8c0000, #ff1e00)
}

.col-sm-2:nth-child(3) .card,
.col-sm-2:nth-child(3) .card .title .fa {
    background: linear-gradient(-45deg, #000a41, #00318c, #09f)
}

.col-sm-2:nth-child(4) .card,
.col-sm-2:nth-child(4) .card .title .fa {
    background: linear-gradient(-45deg, #00410e, #008c1f, #00ff37)
}

.col-sm-2:nth-child(5) .card,
.col-sm-2:nth-child(5) .card .title .fa {
    background: linear-gradient(-45deg, #c56f0c, #ea9636, #f5aa55)
}

.card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    z-index: 1;
    -webkit-transform: skewY(-5deg) scale(1.5);
    transform: skewY(-5deg) scale(1.5)
}

.title .fa {
    color: #fff;
    font-size: 60px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1)
}

.title h2 {
    position: relative;
    margin: 20px 0 0;
    padding: 0;
    color: #fff;
    font-size: 23px;
    font-family: sfsemibold;
    z-index: 2
}

.option,
.price {
    position: relative;
    z-index: 2
}

.price h4 {
    margin: 0;
    padding: 40px 0;
    color: #fff;
    font-size: 40px
}

.option ul {
    margin: 0;
    padding: 0
}

.option ul li {
    margin: 0 0 10px;
    padding: 0;
    list-style-type: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    list-style-position: outside
}

.card a {
    position: relative;
    z-index: 2;
    background: #fff;
    color: #000;
    width: 150px;
    line-height: 40px;
    border-radius: 40px;
    display: block;
    text-align: center;
    margin: 20px auto 0;
    font-size: 16px;
    cursor: pointer;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1)
}

.card a:hover {
    text-decoration: none
}

.modal1 {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 30vh;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .76)
}

.modal-content1 {
    margin: auto;
    padding: 20px;
    border-radius: 20px;
    width: 30%
}

.close1 {
    color: #020202;
    float: right;
    font-size: 28px;
    font-weight: 700
}

.close1:focus,
.close1:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.jump {
    position: relative;
    -webkit-animation: jump 2s ease-in-out infinite;
    animation: jump 2s ease-in-out infinite
}

.puls {
    -webkit-animation: puls 3s ease-in-out infinite;
    animation: puls 3s ease-in-out infinite
}

.bg-animation {
    -webkit-animation: bg-animation 25s ease-in-out infinite;
    animation: bg-animation 25s ease-in-out infinite
}

@-webkit-keyframes jump {
    0% {
        top: 5px
    }

    50% {
        top: -5px
    }

    100% {
        top: 5px
    }
}

@keyframes jump {
    0% {
        top: 5px
    }

    50% {
        top: -5px
    }

    100% {
        top: 5px
    }
}

@-webkit-keyframes puls {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

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

@keyframes puls {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

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

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    30% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px)
    }

    40% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }

    50% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px)
    }

    60% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }

    70% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    30% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px)
    }

    40% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }

    50% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px)
    }

    60% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }

    70% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes play-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes play-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes bg-animation {
    0% {
        background-position: top
    }

    50% {
        background-position: bottom
    }

    100% {
        background-position: top
    }
}

@keyframes bg-animation {
    0% {
        background-position: top
    }

    50% {
        background-position: bottom
    }

    100% {
        background-position: top
    }
}

.opacity-animate3 {
    animation: opt-animation3 1s;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes opt-animation3 {
    0% {
        opacity: 0;
        transform: scale(.75)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@-moz-keyframes opt-animation3 {
    0% {
        opacity: 0;
        transform: scale(.75)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@-o-keyframes opt-animation3 {
    0% {
        opacity: 0;
        transform: scale(.75)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes opt-animation3 {
    0% {
        opacity: 0;
        transform: scale(.75)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

input[type=search],
input[type=text],
textarea {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin: auto;
    display: block;
    border: none;
    border-bottom: 2px solid #008c1f;
    background-color: transparent
}

input[type=search]:focus,
input[type=text]:focus,
textarea:focus {
    outline: 0 !important
}

input:focus {
    border-radius: 0 !important
}

::placeholder {
    color: #1e1e1e;
    opacity: 1
}

:-ms-input-placeholder {
    color: #1e1e1e
}

::-ms-input-placeholder {
    color: #1e1e1e
}

main {
    background-color: transparent !important
}

.slick-slide {
    margin: 10px
}

h1 {
    font-size: 35px
}

html {
    background-color: transparent
}

#content-scroll {
    height: 100vh;
    overflow: scroll
}

@media only screen and (max-width:600px) {
    .next {
        display: none !important
    }

    .flex li {
        padding: 10px
    }

    .modal-content1 {
        margin: auto;
        padding: 20px;
        border-radius: 20px;
        width: 80%
    }
}

.container {
    width: 90% !important
}

.shutmodal {
    text-align: center;
    padding: 5px;
    margin-top: 25px;
    width: 120px;
    width: 50%;
    margin: auto;
    display: block;
    background-color: #008c1f;
    font-size: 20px;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    border-radius: 10px;
    border: 2px solid #008c1f;
    font-weight: 500;
}
/*whatsapp*/

.fixed-tabs-Whats {
    position: fixed;
    right: 0px;
    top: 50%;
    z-index: 100;
    margin-top: 260px;
}

.aba-whatsphone {
    background: #008C1F;
    height: 60px;
    width: 70px;
    border-radius: 30px 0 0 30px;
    transition: 0.7s ease;
}

.aba-whatsphone:hover {
    width: 190px;
    transition: 0.7s ease;
}

.aba-whatsphone-icone {
    background: url(../assets/whatsapp-icon.png) no-repeat;
    width: 280px;
    background-size: 70px;
    background-position-y: -7px;
    padding: 7px;
}

.aba-whatsphone-icone a {
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    margin-left: 70px;
    text-decoration: none;
    height: 60px;
    font-family: sans-serif;
}

.aba-whatsphone-icone a strong {
    display: block;
    font-size: 18px;
    margin-left: 70px;
}
#searchbar-mini {
    padding: 8px 30px 8px 12px !important;
}