.home9 .navigation {
    display: none;
}
.navigation.stiky-nav {
    display:block;
}
.faq .accordion .panel-title {
    cursor: unset!important;
}
.faq .accordion .panel-title::before {
    display: none;
}
.faq .accordion .panel-title::after {
    display: none;
}
.home9 .hero-area .right-img::after {
    animation: unset!important;
}
.discount-circle-inner {
    background-color: #0250c5;
}
.home9 .video {
    background: unset!important;
}
.home9 .dealofweek {
    background: unset!important;
}
.home9 .faq {
    background: unset!important;
}
@media only screen and (max-width: 414px)
{
    .subscribe-section .newsletter-form-area button span {
        display: block !important;
    }
}
.hook-word {
    color: red;
}
.feature .feature-box .details .title {
    margin: unset!important;
}
.whaybest .feature-list li {
    cursor: unset!important;
}
.footer .copy-bg {
    margin-top: 15px!important;
}

.full-scale {
    animation: scale 0.5s ease-out!important;
}
@keyframes scale {
    0% {
        -webkit-transform: scale(0.25);
    }
    50% {
        -webkit-transform: scale(1.25);
    }

    85% {
        -webkit-transform: scale(0.85);
    }

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

.nav-offer {
    text-align: center;
    width:100%;
}
.nav-title {
    font-size: 24px;
    font-weight: 700;
}
.nav-text{
    font-size: 24px;
    font-weight: 700;
}
.nav-text-left{
    text-align: center;
}
.nav-text-right{
    text-align: center;
}
.bold-text {
    font-weight: 700;
}
.deal-span {
  padding: 8px 0 8px 8px;
  border-radius: 3px;
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #242424;
}
.call-to-action {
    text-align: center;
    width: 100%;
    font-size: 20px!important;
}
.text-regular {
    text-transform: none!important;
}
.subscribe-section input {
    margin-bottom: 10px;
    box-shadow: 0px 0px 28px 2px rgb(0 0 0 / 10%)!important;
}
.subscribe-section button {
    position: relative!important;
    right: unset!important;
    width: 100%!important;

}
.newsletter-form-area {
    padding: 30px!important;
    background-color: #f7f9ffb3;
}
.newsletter-form-area span {
    /*float: left;
    margin-left: 10px;*/
    font-size: small;
}
.subscribe-input-field {
    width: 100%;
    height: 50px;
    padding: 0px 20px;
    border-radius: 50px;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
}
button span {
    font-size: 20px!important;
}
.mini-note {
    float: left;
    margin: 5px 0px 10px 10px;
    font-size: small;
}

.home9 .about .box:hover .title {
    color: #111;
}
.home9 .about .box:hover .text {
    color: #111;
}
.home9 .about .box:hover::after {
    opacity: 1;
}
.about .box::after {
    background-image:unset!important;
}
.home9 .about .box::after {
    background: #3b26db;
    background: linear-gradient(to right, #3b26db, #7b19cb);
}

.bottomtotop i {
    bottom: 8px;
    right: 10px;
}

.row-nav {
    margin-right: unset!important;
    margin-left: unset!important;
}

.button-hide-nav {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 20px!important;
    cursor: pointer;
    z-index: 1000;
}

input.hero-input:focus {
    border:2px solid #3b26db;
    outline: none;
}

input#hero-input-name:focus, input#hero-input-mail:focus {
    border:2px solid #3b26db;
    outline: none;
}
