.top-call {
    position: fixed;
    z-index: 999999;
    height: 80px;
    top: 0;
    left: 0;
    right: 0;
    padding: 0px 0px;
    background: #ffbf00;
    color: #ffffff;
    text-align: center;
}

.top-call h2 {
    margin: 0px;
    padding: 10px 5px 0px 5px;
    font-size: 28px;
    font-weight: 800;
    color: #fc0326;
}

.top-call a {
    display: block;
    margin: 0px;
    font-size: 26px;
    color: #000000 !important;
    letter-spacing: 3px;
    cursor: pointer;
    text-decoration: none;
    padding-top: 6px;
    font-weight: 600;
}

.top-call a:hover {
    text-decoration: none;
}

.visible-xs {
    display: none !important;
}

@media (max-width: 767px) {
    .p-top-80 {
        padding-top: 80px;
    }
    .visible-xs {
        display: block !important;
    }
    .blink_me {
        animation: blinker 1s linear infinite;
    }
    .blink_me {
        animation: blinker 1s linear infinite;
    }
    @keyframes blinker {
        80% {
            opacity: 0.5;
        }
    }
}

.foot-left {
    float: left;
    width: 35%;
}

.foot-right {
    float: left;
    width: 65%;
}

.full-ftr {
    float: left;
    width: 100%;
}

.call-order-button {
    position: fixed;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.call-order-button ul {
    padding: 0px;
}

.call-order-button ul li {
    height: 90px;
    width: 90px;
    padding: 3px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #ffbf00;
    margin-bottom: 10px;
    list-style: none;
}

.call-order-button ul li a {
    border: 4px solid #fff;
    border-radius: 50%;
    display: inline-block;
    height: 100%;
    text-align: center;
    color: #fff;
    font-weight: 500;
}

.call-order-button ul li a img {
    width: 100%;
}

.call-now-button {
    background: #000;
    padding: 13px 20px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    border-radius: 20px;
    box-shadow: 2px 2px 5px #fff;
    position: relative;
    padding-left: 65px;
    text-decoration: none;
    display: inline-block;
    margin: 15px;
}

.call-now-button a {
    color: #fff;
    text-decoration: none;
}

.call-now-button:hover,
.call-now-button:focus {
    text-decoration: none;
    color: #fff;
}

.call-now-button .icon {
    border: 2px solid #fff;
    background: #fc0326;
    height: 70px;
    width: 70px;
    display: inline-block;
    position: absolute;
    top: 0;
    border-radius: 50%;
    left: -25px;
    margin-top: -5px;
}

.call-now-button .icon img {
    width: 100%;
}

.order-now-button {
    background: #ffbf00;
    padding: 13px 20px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    border-radius: 20px;
    box-shadow: 2px 2px 5px #fff;
    position: relative;
    padding-left: 65px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    margin: 15px;
}

.order-now-button:hover,
.order-now-button:focus {
    text-decoration: none;
    color: #fff;
}

.order-now-button .icon {
    border: 2px solid #fff;
    background: #ffbf00;
    height: 70px;
    width: 70px;
    display: inline-block;
    position: absolute;
    top: 0;
    border-radius: 50%;
    left: -15px;
    margin-top: -5px;
}

.order-now-button img {
    width: 100%;
}

footer {
    background: #fff;
    padding: 10px 0px;
}

footer .content {
    text-align: center;
}

footer .content span {}

footer .content p {
    margin-top: 20px;
}

.fixed-footer {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 0%;
    background: #222;
    height: 0px;
    transition: all 1s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.fixed-footer.open {
    width: 100%;
    height: 90px;
    transition: all 1s ease-in-out;
    visibility: visible;
    opacity: 1;
    z-index: 99999999;
}

.fixed-footer .image img {
    max-width: 110px;
    margin-top: -120px;
}

@keyframes zoominout {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
    100% {
        transform: scale(1, 1);
    }
}

.zoomable {
    animation: zoominout 1s infinite;
}

@media (max-width:1199px) {
    header .contact {
        float: right;
    }
}

@media (max-width:1023px) {
    .call-now-button {
        padding: 7px 15px;
        font-size: 22px;
        padding-left: 65px;
    }
    .call-now-button .icon {
        height: 64px;
        width: 64px;
        margin-top: -7px;
    }
    .order-now-button {
        padding: 7px 15px;
        font-size: 22px;
        padding-left: 65px;
    }
    .order-now-button .icon {
        height: 64px;
        width: 64px;
        margin-top: -7px;
    }
}

@media (max-width:991px) {
    .container {
        width: 100%;
    }
    header .logo {
        width: 220px;
    }
    #banner .overlay .banner-product {
        float: none;
    }
    #good-lover h2 {
        color: #ffbf00;
        padding: 10px 0px;
        font-size: 26px;
    }
    #feature2 .content ul li .text p {
        font-size: 18px;
    }
    .fixed-footer .call-now-button {
        font-size: 15px;
        padding-left: 30px;
        margin: 27px 0px;
    }
    .fixed-footer .call-now-button .icon {
        height: 50px;
        width: 50px;
    }
    .fixed-footer .order-now-button {
        font-size: 15px;
        padding-left: 50px;
        margin: 27px 0px;
    }
    .fixed-footer .order-now-button .icon {
        height: 50px;
        width: 50px;
    }
}

@media (max-width:767px) {
    .call-order-button ul li {
        height: 75px;
        width: 75px;
    }
    header .logo {
        width: 150px;
    }
    header .contact a {
        font-size: 16px;
        margin-top: 10px;
    }
    #banner .overlay .banner-product {
        padding-top: 10%;
    }
    #banner .overlay .banner-product img {
        width: 140px;
    }
    #banner .overlay .banner-product .off {
        top: 10%;
    }
    #banner .overlay .banner-product .off img {
        width: 100px;
    }
    #banner .overlay .content {
        padding-top: 0%;
    }
    #banner .overlay .content>img {
        display: none;
    }
    #banner .overlay .content h2 {
        font-size: 30px;
        margin-top: 0px;
    }
    #banner .overlay .content h2 span {
        font-size: 24px;
    }
    #banner .overlay p {
        margin-top: 10px;
        font-size: 24px;
        font-weight: 600;
    }
    #good-lover h2 {
        text-align: center;
    }
    #good-lover .call-now-button {
        display: block;
        margin: auto;
        text-align: center;
        max-width: 240px;
    }
    #benifits .image img {
        margin: auto;
        display: block;
    }
    #benifits .image {
        float: none;
        margin-right: 30px;
        display: block;
        margin: auto;
    }
    #benifits2 .content {
        margin-bottom: 30px;
    }
    #testimonials .item {
        display: block;
    }
    #testimonials .item .image {
        display: block;
        margin: auto;
        margin-bottom: 30px;
    }
    #order-form h3 {
        font-size: 26px;
        line-height: 40px;
    }
    .call-now-button {
        font-size: 18px;
        padding-left: 50px;
        border-radius: 10px;
    }
    .call-now-button .icon {
        height: 56px;
        width: 56px;
    }
    .order-now-button {
        font-size: 18px;
        padding-left: 50px;
        border-radius: 10px;
    }
    .order-now-button .icon {
        height: 56px;
        width: 56px;
    }
    .fixed-footer .image img {
        max-width: 90px;
        margin-top: -84px;
    }
    .fixed-footer .call-now-button {
        font-size: 16px;
        padding-left: 35px;
        margin-top: 26px;
    }
    .fixed-footer .call-now-button .icon {
        height: 50px;
        width: 50px;
        margin-top: -5px;
    }
    .fixed-footer .order-now-button {
        font-size: 16px;
        padding-left: 35px;
        margin-top: 26px;
    }
    .fixed-footer .order-now-button .icon {
        height: 50px;
        width: 50px;
        margin-top: -5px;
    }
}

@media (max-width:448px) {
    #order-form .form-wrapper .order-now-button {
        padding: 7px 15px;
        min-width: 100%;
        font-size: 20px;
        display: inline-block;
        margin: 0px;
    }
    .fixed-footer .call-now-button {
        font-size: 21px;
        padding: 7px 0px;
        padding-left: 30px;
        margin-bottom: 0px;
        min-width: 150px;
        margin-top: 20px;
    }
    .call-now-button a {
        color: #fff;
        text-decoration: none;
        padding: 7px 15px 7px 0px;
    }
    .fixed-footer .call-now-button .icon {
        height: 50px;
        width: 50px;
        margin-top: -5px;
    }
    .fixed-footer .order-now-button {
        font-size: 10px;
        padding-left: 35px;
        margin-bottom: 0px;
        min-width: 150px;
    }
    .fixed-footer .order-now-button .icon {
        height: 40px;
        width: 40px;
        margin-top: -5px;
    }
}