@import url(https://site-assets.fontawesome.com/releases/v6.0.0/css/all.css);
@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);

.BtnTheme2,
.themeBtn,
p {
    font-size: 1rem
}

html {
  scroll-behavior: smooth;
}

.topbarWrap p, .topbarWrap a {
    margin: 0;
    color: #fff !important;
}

.cta .callBtn img,
.packageBox:hover .callBtn img {
    filter: brightness(0) !important
}

.bannerForm h4,
.bannerForm h5,
.heading,
.packageBox .title,
.para,
.text h5,
section.cta h2 {
    text-align: center
}

.heading,
.industryBox h5,
.pricingForm label,
.themeBtn {
    text-transform: capitalize
}

:root {
    --white: #fff;
    --black: #000;
    --theme-color: #00162c;
    --primary: #d50000;
    --secondary: #0a406e
}

::selection {
    background-color: var(--secondary);
    color: var(--white)
}

* {
    padding: 0;
    box-sizing: border-box;
    text-decoration: none !important;
    list-style-type: none;
    font-family: Poppins, sans-serif;
    overflow-wrap: break-word
}

html {
    scroll-behavior: auto !important;
    overflow-x: hidden
}

body {
    overflow-x: clip
}

a,
button {
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block
}

address,
dl,
figure,
label,
ol,
ul {
    margin-bottom: 0
}

p {
    font-weight: 500;
    line-height: 1.75
}

section {
    position: relative;
    padding: 5rem 0
}

.img-left,
.img-right,
.text,
header {
    position: absolute
}

html.lenis {
    height: auto
}

.lenis.lenis-smooth {
    scroll-behavior: auto
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain
}

.lenis.lenis-stopped {
    overflow: hidden
}

.lenis.lenis-scrolling iframe {
    pointer-events: none
}

.themeBtn {
    width: fit-content;
    display: block;
    background-color: var(--primary);
    color: var(--white);
    border: 1px solid transparent;
    border-radius: 100px;
    font-weight: 600;
    padding: .8125rem 1.5625rem;
    display: flex;
    align-items: center;
    gap: 6px;
}

.themeBtn.borderBtn {
    background: 0 0;
    border-color: var(--white)
}

.themeBtn--gradient {
    background: -webkit-linear-gradient(180deg, var(--secondary), var(--primary))
}

a.themeBtn.mt-3.animate.mobile,
a.themeBtn.themeBtn-black.animate.mobile,
a.themeBtn.themeBtn-green.mx-auto.mt-5.animate.mobile,
a.themeBtn.themeBtn-green.animate.mobile
{
    display: none;
}

.themeBtn--light {
    background: var(--white);
    color: var(--secondary)
}

.themeBtn:hover {
    color: var(--white);
    transform: translateY(-5px)
}

.themeBtn--light:hover {
    color: var(--secondary)
}

.BtnTheme2 {
    background-color: var(--black);
    color: var(--primary);
    border-radius: 5px;
    padding: 6px 1.25rem;
    transition: .3s ease-in;
    border: 1px solid var(--black)
}

.banner h1,
.banner ul,
.callBtn {
    color: var(--white)
}

.BtnTheme2:hover,
.packageBox:hover,
.portfolio .nav-tabs .nav-link.active {
    background: var(--primary);
    color: var(--white);
}

.heading {
    font-size: 4.125rem;
    font-weight: 700
}

.subHeading {
    width: fit-content;
    font-size: 1.0625rem;
    font-weight: 600;
    text-transform: uppercase;
    background: linear-gradient(45deg, transparent, #5cdc95, transparent)
}

.subHeadingDark {
    background: linear-gradient(45deg, transparent, #0a416e, transparent)
}

.para {
    font-size: 1rem;
    color: #fff;
}

header {
    top: 0;
    z-index: 9999;
    width: 100%
}

.topbar {
    background: var(--primary);
    padding: 5px 0
}

.ctaBtn,
.topbarWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.topbarWrap u {
    text-decoration: underline 2px !important;
    font-weight: 600;
    cursor: pointer
}

nav {
    padding: 1rem 0 !important
}

.navbar-brand img {
    filter: brightness(0) invert(1);
    width: 42%;
}

.navbar .nav-link {
    color: var(--white) !important;
    margin-left: 1rem
}

.banner h1 span,
.banner ul li i,
.brands p span,
.callBtn:hover,
.footerWrap p span,
.footerWrap ul a:hover {
    color: var(--primary)
}

.navbar-nav {
    margin-right: 7rem !important;
    justify-content: end !important;
    width: 100%
}

.callBtn {
    display: flex;
    gap: 5px;
    font-size: 15px;
    background-color: var(--white);
    color: #d50000;
    border-radius: 5px;
    padding: 6px 1.25rem;
    transition: .3s ease-in;
    border: 1px solid var(--black);
}

.callBtn i {
    margin-top: 6px
}

.callBtn p {
    font-size: 14px;
    margin: 0;
    font-weight: bold;
}

.banner ul,
.bannerBtn,
.portfolio-Box {
    margin-bottom: 2rem
}

.contactInfo {
    display: flex;
    align-items: baseline;
    gap: 1rem
}

.banner {
    background: url(../images/banner-img-01.jpg) center/cover no-repeat;
    padding: 13rem 0 6rem;
}

.bannerBtn .themeBtn:nth-child(2),
.contactInfo .themeBtn {
    background: 0 0;
    border-color: var(--primary);
    color: var(--primary)
}

.bannerForm,
.packageBox .title,
.portfolio .swiper-pagination-bullet-active {
    background: var(--primary)
}

.banner h1 {
    font-size: 2.75rem
}

.banner h1 span {
    font-weight: 800
}

.banner h1 del {
    font-size: 2rem;
    position: relative
}

.banner h1 del::before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    background: red;
    transform: rotate(-15deg)
}

.banner ul {
    margin-left: 6px;
    margin-top: 1.5rem
}

.ClinetsSwiper a,
.bannerForm select,
.ctaBtn .callBtn,
.packageBox .title,
.packageBox:hover .callBtn,
.packageBox:hover .pkgList ul li:before,
.packageBox:hover .price h2 {
    color: var(--black)
}

.banner ul li {
    font-size: .9375rem;
    margin-bottom: 6px
}

.banner ul li i {
    font-size: 12px;
    font-weight: 900
}

.bannerBtn {
    gap: 1rem
}

.bannerForm {
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 0 23px 6px #960000;
}

.bannerForm input::placeholder,
.bannerForm textarea::placeholder {
    color: var(--black)
}

.bannerForm input,
.bannerForm select,
.bannerForm textarea {
    background: #fff;
    border: none;
    margin-bottom: 1rem;
    font-size: 14px
}

.packageBox:hover .themeBtn,
.packageBox:hover .title,
.themeBtn-black {
    background: var(--black);
    color: var(--white);
}

.bannerForm button,
.bannerForm p {
    margin-top: 1rem;
    color: #fff;
}

.bannerForm h4 {
    font-size: 2.25rem;
    font-weight: 700;
    margin: 0;
    color: #fff;
}

.bannerForm h4 span {
    color: var(--white);
    font-weight: 800
}

.bannerForm h5 {
    font-size: 1.625rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #ffff;
}

.brands {
    background: #f0f0f0;
    padding: 1rem
}

.brands p {
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.11;
    border-right: 1px solid var(--primary);
    padding-right: 5rem
}

.brands .swiper-wrapper {
    display: flex;
    align-items: center
}

.brands .swiper-slide img {
    width: 75%;
    height: auto
}

.portfolio .nav-tabs {
    justify-content: center;
    border: none !important;
    margin: 2rem 0
}

.portfolio .nav-tabs .nav-item a {
    border: none !important;
    color: var(--black);
    border-radius: 10px
}

.portfolio-Box {
    display: block
}

.portfolio-Box img,
.services-img {
    width: 100%;
    height: 100%
}

.text h5 {
    font-size: 17rem;
    color: #f8fafa;
    font-weight: 800
}

.text {
    z-index: -1;
    top: 0;
    white-space: nowrap
}

.cta {
    background: url(../images/cta-bg.webp) center/cover no-repeat;
    padding: 4rem 0;
    background: #d50000;
}

.packageBox,
footer {
    background: var(--black)
}

.img-left {
    width: 320px;
    left: 0;
    bottom: 0
}

.img-right {
    width: 350px;
    right: 0;
    bottom: 0
}

.packages .container,
.services-content {
    position: relative
}

section.cta h2 {
    font-size: 3.5rem;
    font-weight: 700;
    color: #fff;
}

.ctaBtn .callBtn i {
    font-size: 1.85rem;
    margin-top: 10px
}

.chat span,
.ctaBtn .callBtn span {
    font-size: 10px
}

.chat p,
.ctaBtn .callBtn p,
.subheading {
    font-size: 1rem
}

.cta .callBtn img {
    margin-top: 10px
}

.trusted-brand.best_web .title,
section.packages .heading {
    margin-bottom: 3rem
}

.packageBox {
    color: var(--white);
    padding: 2rem;
    border-radius: 15px
}

.modal-open,
.pricingModal {
    padding: 0 !important
}

.packageBox .title {
    padding: 6px 0;
    border-radius: 3px;
    color: #fff;
}

.price {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin: 1.5rem 0
}

.price h2 {
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary)
}

.price h5 {
    text-decoration: line-through !important;
    margin: 0
}

.pkgList ul li:before {
    content: "\f04b";
    font-family: 'Font Awesome 6 Pro';
    color: var(--primary);
    font-weight: 600;
    font-size: 10px;
    margin-right: 8px
}

.pkgList ul li {
    font-size: 14px;
    margin-bottom: 6px
}

.pkgList {
    height: 300px;
    overflow-y: scroll
}

.pkgList::-webkit-scrollbar {
    width: 5px
}

.pkgList::-webkit-scrollbar-track {
    background: #1e1d1d
}

.pkgList::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 25px;
    margin: 5px
}

.pkgFooter {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
    align-items: center
}

.industryBox,
.services-content {
    display: flex;
    align-items: center
}

.pkgFooter .themeBtn {
    font-size: 14px;
    padding: .8125rem 1rem
}

.chat img {
    filter: brightness(1) invert(1) !important;
    margin-top: 10px !important
}

.packages .swiper-button-next:after,
.packages .swiper-button-prev:after {
    color: var(--primary);
    font-weight: 700
}

.packages .swiper-button-next {
    right: 10%
}

.packages .swiper-button-prev {
    left: 10%
}

.subheading {
    color: var(--primary)
}

section.about .heading {
    text-align: left;
    font-size: 3rem
}

.services,
.trusted-brand {
    background: #f0f0f0;
}

.serviceSlider,
.serviceSlider1 {
    height: 800px
}

.services-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.services-content {
    gap: 1rem;
    padding: 0 20px;
}

.services-content::before {
    content: '';
    width: 20%;
    height: 2px;
    background: var(--primary);
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 100px;
    transition: .3s ease-in-out
}

.services-content h4 {
    font-size: 2rem;
    font-weight: 700;
    color: #000
}

.clients h4 span,
.services-content p {
    font-size: 1rem;
    font-weight: 400
}

.services-content p {
    color: #000
}

.serviceSlider1::after,
.serviceSlider1::before,
.serviceSlider::after,
.serviceSlider::before {
    content: '';
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    linear-gradient(0deg, #f0f0f0fc 19%, rgb(240 240 240 / -20%)): linear-gradient(180deg, #f0f0f0ab, #e0dfdf8f);
    z-index: 2;
    /* background: linear-gradient(0deg, #ffffff6e 19% 19%, rgb(200 197 197)); */
}

.serviceSlider1::after,
.serviceSlider::after {
    top: auto;
    bottom: 0;
    background: linear-gradient(0deg, #f0f0f0fc 19%, rgb(240 240 240 / -20%));
}

.serviceSlider::before {
    height: 300px;
    /* background: linear-gradient(180deg, #f0f0f0ab, #e0dfdf8f); */
}

.serviceSlider::after {
    height: 300px;
    /* background: linear-gradient(180deg, #f0f0f0ab, #e0dfdf8f); */
}

.services-content a {
    font-size: 1.5rem;
    color: var(--primary);
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    transition: .3s ease-in-out
}

.footerWrap p,
.footerWrap ul,
.footerWrap ul a,
.pricingForm label,
.pricingModal .modal-title {
    color: var(--white)
}

.pricingForm-group,
.serviceSlider .swiper-slide-active .services-content::before {
    width: 100%
}

.serviceSlider .swiper-slide-active .services-content a {
    opacity: 1;
    visibility: visible;
    transform: translateX(0)
}

.webdesignSlider img {
    width: 120px;
    aspect-ratio: 3/2;
    object-fit: contain
}

.webdesignSlider {
    margin: 0 -16px
}

.trusted-brand .swiper-wrapper,
.webdesignSlider .swiper-wrapper {
    transition-timing-function: linear !important
}

.industryBox {
    gap: 5px
}

.footerWrap,
.footerWrap ul {
    align-items: center;
    display: flex
}

.industryBox h5 {
    font-size: .85rem
}

.webdesignSlider,
.webdesignSlider2 {
    margin-top: 2rem
}

.clients h4 {
    font-size: 1.3125rem;
    margin-bottom: 2rem;
    margin-top: 3rem
}

.clients figure:before {
    content: "";
    box-shadow: 235px 0 200px 140px var(--primary)
}

.clients .swiper-pagination-bullet-active {
    background: var(--primary) !important
}

.clients .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 45px
}

footer {
    padding: 1rem 0
}

.footerWrap {
    justify-content: space-between;
    flex-wrap: wrap
}

.footerWrap ul {
    gap: 12px;
    font-size: 14px
}

.footerWrap p {
    font-size: 14px;
    margin: 0
}

#loom-companion-mv3 {
    display: none !important
}

.pricingModal {
    z-index: 9999 !important
}

.pricingModal .modal-dialog {
    max-width: 540px;
}

.pricingModal .modal-content {
    background: #1c1c1ccf;
    padding: 2rem;
    backdrop-filter: blur(4px);
    border: 2px solid #313131;
    border-radius: 1.25rem
}

.pricingModal .modal-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 .5rem;
    text-align: center;
    padding-bottom: 2rem
}

.pricingModal .modal-price {
    font-size: 1.85rem;
    margin: 0 0 1rem;
    font-family: var(--font-poppins)
}

.pricingModal .close {
    position: absolute;
    top: -1rem;
    right: -1rem;
    outline: 0;
    width: 38px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--primary);
    font-size: 1rem;
    opacity: 1
}

.pricingModal .close span {
    color: #fff
}

.pricingForm-wrap {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex-direction: column;
    margin-bottom: 20px;
}

.pricingForm label {
    font-size: 1rem;
    font-weight: 400;
    margin: 0 0 .5rem
}

.pricingForm :is(input, textarea, select) {
    display: block;
    width: 100%;
    padding: 8px 12px;
    border-radius: .625rem;
    background: #fff;
    font-size: 1rem;
    color: var(--black);
    border: none;
    outline: 0;
    resize: none;
    margin-bottom: 0;
    caret-color: var(--black)
}

.pricingForm button {
    outline: 0 !important
}

.cta2 .ctaBtn {
    width: 75%;
    margin: auto
}

.next {
    padding: .8125rem 3.5625rem
}

.nav-sticky {
    position: fixed;
    width: 100%;
    background: linear-gradient(45deg, #171717, #000000);
}

.portfolio1,
.portfolio2,
.portfolio3,
.portfolio4,
.portfolio5,
.portfolio6,
.portfolio7 {
    display: none;
    padding-bottom: 4rem
}

select option:first-child {
    display: none
}

.packages .nav-tabs {
    justify-content: center;
    gap: 1rem;
    border: none;
    margin-bottom: 1rem
}

.packages .nav-tabs a {
    color: var(--white);
    margin: 0;
    border-radius: .5rem;
    background: #000000;
}

.packages .nav-tabs a.active {
    background: var(--primary);
    color: var(--white)
}

.sweet-alert {
    z-index: 999999 !important
}

.service-next,
.service-prev {
    top: auto;
    bottom: 26rem;
    color: var(--primary);
    font-weight: 700
}

.textAnim {
    animation: 2s infinite highlightAnimation
}

@keyframes highlightAnimation {

    0%,
    100% {
        color: var(--primary);
        transform: scale(1);
        opacity: 1
    }

    50% {
        color: var(--white);
        transform: scale(1.1);
        opacity: .9
    }
}

.free-logoBadge {
    width: 200px;
    position: absolute;
    top: 0;
    right: 0
}

.stepModal .customCheckbox input[type=checkbox],
.stepModal .customRadio input[type=radio] {
    position: absolute;
    left: -9999px
}

.stepModal .customRadio input[type=radio]+label {
    position: relative;
    padding: 0 0 0 40px;
    cursor: pointer;
    margin-left: 44px;
    font-size: 14px;
    margin-top: 1rem
}

.stepModal .customRadio input[type=radio]+label:before {
    content: '';
    background: #fff;
    border: 2px solid var(--primary);
    height: 25px;
    width: 25px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0
}

.stepModal .customRadio input[type=radio]+label:after {
    content: '';
    background: var(--primary);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
    opacity: 0;
    transform: scale(2);
    transition: transform .3s linear, opacity .3s linear
}

.stepModal .customRadio input[type=radio]:checked+label:after {
    opacity: 1;
    transform: scale(1)
}

.customCheckbox input[type=checkbox]+label {
    position: relative;
    padding: 3px 0 0 40px;
    cursor: pointer;
    color: #787779
}

.stepModal .customCheckbox input[type=checkbox]+label:before {
    content: '';
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 3px;
    height: 25px;
    width: 25px;
    position: absolute;
    top: 0;
    left: 0
}

.stepModal .customCheckbox input[type=checkbox]+label:after {
    content: '';
    border-style: solid;
    border-width: 0 0 2px 2px;
    border-color: transparent transparent #311b92 #311b92;
    width: 15px;
    height: 8px;
    position: absolute;
    top: 6px;
    left: 5px;
    opacity: 0;
    transform: scale(2) rotate(-45deg);
    transition: transform .3s linear, opacity .3s linear
}

.stepModal .customCheckbox input[type=checkbox]:checked+label:after {
    opacity: 1;
    transform: scale(1) rotate(-45deg);
    color: #311b92
}

.stepModal .modal-title {
    font-weight: 700 !important
}

.stepModal .modal-footer,
.stepModal .modal-header {
    border-bottom: 0;
    border-top: 0;
    max-width: 600px !important;
    position: relative
}

.stepModal .my_checkbox {
    margin-left: 3%
}

.stepModal .modal-content {
    width: 100% !important;
    background-color: #fff !important;
    border-radius: 25px
}

.stepModal .modal-footer {
    max-width: 600px !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.stepModal .modal-footer>:not(:last-child) {
    margin-right: 2rem
}

.stepModal .modal-footer>:not(:first-child) {
    margin-left: .5rem
}

.stepModal .modal-dialog {
    position: relative;
    width: auto;
    margin: 15rem auto 0;
    max-width: 600px
}

.stepModal .box-shadow--16dp {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.stepModal button#nextbtn {
    background: linear-gradient(to right, var(--primary) 0, #69f2aa57 100%);
    border: none;
    color: #000
}

.stepModal button#backbtn {
    color: #333;
    border: 1px solid;
    background: linear-gradient(to right, var(--primary) 0, #69f2aa57 100%);
    border: none;
    color: #000;
}


.stepModal .modal-footer .col-5.justify-content-start {
    display: none;
}

.stepModal .modal-footer>:not(:last-child) {
    display: none;
}

.stepModal .modal-footer>:not(:first-child) {
    display: block;
}

.stepModal .formtext {
    margin: 0 0 0 33px
}

.stepModal .modal-open .modal {
    background: #080808a8
}

.stepModal h3 {
    font-size: 1.65rem
}

.stepModal div#myModal .modal-dialog {
    top: 20%
}

.stepModal .innerpage {
    padding: 60px 0;
    margin: 45px 0 0
}

.stepModal a.bynw.primary-btn {
    color: #fff;
    cursor: pointer;
    padding: 0
}

.stepModal .modal-body {
    border: none;
    border-radius: 0;
    height: auto !important
}

#form6 input {
    margin: .4rem 0 .4rem 15px
}

.btn-success {
    color: #000;
    background-color: var(--primary);
    border-color: #28a745
}


@keyframes moveInBottom {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.blink {
    animation: blinker 0.5s step-start infinite;
}

.blink {
    animation: blinker 0.5s step-start infinite;
}



@keyframes blinker {
    50% {
        color: #091828;
    }
}


.floatbutton {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: fixed;
    right: -370px;
    top: 35%;
    font-size: 0;
    width: 420px;
    /* transform: translateY(-50%); */
    z-index: 9;
}
.btns_wrap {
    position: fixed;
    right: -6px;
}
.btns_wrap .chat_wrap {
    display: block;
    position: absolute;
    right: -225px;
    width: 280px;
    padding: 0;
    background: #fff;
    top: 40px;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 50px 0px 0px 50px;
}
.btns_wrap .chat_wrap span.icoo, .btns_wrap .call_wrap span.icoo {
    color: #fff;
    background: var(--primary);
    font-size: 18px;
    padding: 18px 20px 16px;
    border-right: 1px solid #ded9d9;
    vertical-align: middle;
    display: inline-block;
    border-radius: 50px 0px 0px 50px;
}
.btns_wrap .chat_wrap span {
    color: #333;
    font-size: 20px;
    vertical-align: middle;
    background: #fff;
    padding: 15px 30px 15px 15px;
}
.btns_wrap .call_wrap {
    width: 280px;
    position: absolute;
    right: -225px;
    background: #fff;
    top: 120px;
    padding: 0;
    border-radius: 50px 0px 0px 50px;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btns_wrap .call_wrap span {
    color: #333;
    font-size: 20px;
    vertical-align: middle;
    background: #fff;
    padding: 15px 20px 15px 15px;
}
.btns_wrap a:hover {
    text-decoration: none !important;
    right: 0px;
}
.btns_wrap a:hover {
    text-decoration: none !important;
    right: 0px;
}
.footer-button{
    display: none !important;
}