.stripeHead span {
    display: block;
    color: #fff;
    background-color: #0f3870;
    padding: 0 5px;
}

.payment {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.app-store-icon {
    margin: 0 10px
}

.payment img {
    max-width: 372px;
    height: 61px
}

.paymentsBy {
    position: relative;
    padding: 20px 18px 18px;
    border: 1.17667px solid #E4E5E6;
    border-radius: 8px
}

.stripeHead {
    position: absolute;
    left: 0;
    top: -17px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center
}

img#siteLock {
    max-width: 104px;
    width: 100%;
    max-height: 61px;
    height: 100%;
    margin: 0 10px
}

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

img#pci {
    max-width: 190px;
    width: 100%;
    max-height: 23px;
    height: 100%
}

img.foot_logo {
    max-width: 248px;
    width: 100%;
    max-height: 40px;
    height: 100%
}

img#dmca {
    max-width: 330px;
    width: 100%;
    max-height: 61px;
    height: 100%
}

footer .paymentsBy img {
    display: block;
    margin: 0 auto;
    width: 100%
}

footer .stripeHead img {
    max-width: 50px;
    width: 100%;
    height: 18px;
    margin: 0;
    background: #0f3870;
    padding-right: 5px
}

footer .stripeHead p {
    font-weight: 500;
    font-size: 16.4734px;
    line-height: 33px;
    color: #fff;
    background: #0f3870;
    padding: 0 5px
}

img.googel-img {
    width: 100%;
    max-width: 132px;
    height: 40px
}

.payment:first-child {
    padding-left: 0
}

.main-payment {
    display: flex;
    justify-content: space-around;
    padding-top: 50px
}

footer.footer {
    padding: 60px 0 40px;
    background-color: #0f3870
}

footer .foot-logo {
    color: #fff;
    text-align: center;
    max-width: 320px;
    display: block;
    margin: 0 auto;
    width: 100%;
}

.inner-foot {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 90px
}

.inner-foot .col-head {
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    font-family: CircularStd;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.service-inner {
    display: flex
}

.service-left {
    margin-right: 30px
}

.foot-column {
    width: 33%
}

.foot-column ul {
    list-style: none;
    padding-left: 0;
    width: 100%
}

.foot-column li a {
    display: inline-block;
    color: #fff;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 30px;
    font-family: CircularStd
}

.foot2 {
    width: 100%;
    background-color: #0f3870;
    padding: 20px 0 27px;
    float: left;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, .25)
}

.foot-column ul li a {
    position: relative
}

.foot-column ul li a:after {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 15px;
    transition: width .2s
}

.foot-column ul li a:hover:after {
    width: 100%;
    transition: width .2s
}

.foot2 ul {
    display: flex;
    list-style: none
}

.footWraper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

p.copyright {
    font-size: 16px;
    line-height: 23px;
    color: #fff
}

.footLinks ul li a {
    color: #fff;
    font-size: 20px;
    line-height: 23px;
    font-family: CircularStd
}

.footLinks ul li {
    margin-right: 25px
}

.footLinks ul li:last-child {
    margin-right: 0
}

.social-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.social-icons a {
    display: block;
    transition: all .5s ease;
}
.social-icons a:hover svg{
   transform: scale(1.2);
}
.social-icons a:last-child {
    margin-right: 0
}
.descriptionNew{
    color: #fff;
    margin-top: 15px;
    font-size: 15px;
    line-height: 150%;
}
.contactInfoFooter{
    color: #fff;
    padding: 20px 0 0;
    display: flex;
    gap: 10px;
    font-size: 15px;
}
@media (max-width:1200px) {
    .main-payment {
        padding-top: 0
    }
}

@media (max-width: 992px) {

    .payment svg,
    .payment img,
    img#siteLock {
        margin-bottom: 12px
    }

    .paymentsBy {
        left: 0
    }

    .inner-foot {
        padding-top: 50px;
        flex-wrap: wrap
    }

    .foot-column {
        width: 50%;
        padding-bottom: 50px
    }

    .footLinks ul li a,
    p.copyright {
        font-size: 15px;
        line-height: 20px
    }

    .inner-foot .col-head {
        text-align: left
    }

    .foot-column ul {
        text-align: left
    }
}

@media (max-width: 767px) {
    .inner-foot .col-head {
        letter-spacing: unset
    }

    .footWraper {
        flex-direction: column
    }

    .footLinks ul li {
        margin-right: 0
    }

    .foot2 ul {
        flex-direction: column;
        align-items: center
    }

    .footLinks ul li a,
    p.copyright {
        font-size: 16px;
        line-height: 18px;
        padding-bottom: 10px;
        display: block
    }

    .main-payment {
        flex-direction: column;
        align-items: center;
        padding-top: 0
    }

    .payment {
        margin-bottom: 15px
    }
}

@media (max-width: 575px) {
    .descriptionNew{
        font-size: 13px;
    }
    img.foot_logo {
        max-width: 220px;
    }
    img#siteLock {
        max-width: 72px;
    }
    .payment img {
        margin-bottom: 8px
    }

    .inner-foot {
        flex-direction: column
    }

    .foot-column {
        margin: 0 auto;
        width: 70%;
    }

    footer.footer {
        padding: 50px 0 40px
    }

    footer .stripeHead p {
        font-size: 12.4734px
    }

    img#dmca {
        max-width: 220px
    }

    .payment img {
        padding-left: 0
    }
    .foot2{
        padding: 20px 0;
    }
}