* {
    margin: 0;
    padding: 0;
}

nav {
    height: 60px;
}

.navbar-brand {
    width: 200px;
}

.navigation .navbar .navbar-brand img {
    max-width: none;
    filter: brightness(0) invert(1);
}

.navigation .navbar .navbar-brand {
    font-size: 30px;
    line-height: 50px;
    font-weight: 700;
    padding: 0px;
    margin-top: -2px;
    text-transform: uppercase;
    color: #242424;
}

.e {
    text-transform: lowercase;
}

.home7 .hero-area {
    position: relative;
    background: none;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-area {
    position: relative;
    padding: 200px 0px 291px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-area1 {
    position: relative;
    padding: 50px 0px 50px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.hero-area .right-img .discount-circle {
    display: none;
}

.hero-area .left-content .content .title {
    font-size: 50px;
    line-height: 66px;
    color: #fff;
    font-weight: 700;
}

.hero-area1 .right-img .discount-circle {
    display: none;
}

.hero-area1 .left-content .content .title {
    font-size: 50px;
    line-height: 66px;
    color: #fff;
    font-weight: 700;
}


.h1 {
    font-size: clamp(1.6rem, 3vw, 3rem) !important;
}

.h2 {
    line-height: 45px;
    color: #fff;
    font-weight: 700;
    font-size: clamp(1.4rem, 2.5vw, 2rem);

}

.hero-area .right-img .img {
    position: absolute;
    top: 80px;
    left: 0;
    max-width: none;
    width: 475px;
    animation: shapeani3 5s linear infinite;
}

.hero-area1 .right-img .img {
    position: absolute;
    top: 80px;
    left: 0;
    max-width: none;
    width: 475px;
    animation: shapeani3 5s linear infinite;
}


.section-title p {
    max-width: 660px;
    font-size: 16px;
    line-height: 26px;
    color: #555;
    margin: 0 auto;
}

.cards-a:hover {
    color: white;
}

.cards-a {
    font-weight: 500;
}

.col-lg-4 .box {
    min-height: 315px;
}

.feature,
.feature .feature-box {
    background-color: #f7f9ff;
}

.text span {
    background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.feature-circle-inner:before,
.feature-circle-inner {
    display: none !important;
}


.sim-icon {
    font-size: clamp(20rem, 2vw, 25rem);
    background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.new-a:hover {
    background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.case-none {
    text-transform: none !important;
}

.contact {
    background-color: #f7f9ff;
}

.home7 .footer {
    position: relative;
    background: url(../images/footer-image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-a {
    transition: all 1s ease-in-out;
}

.footer-a:hover {
    text-decoration: underline;

}

.home7 .footer .footer-info-area .footer-logo img
{
    max-width: 50%;
}
.footer .fotter-social-links
{
    text-align: left;
}
.flag svg {
    width: 30px;
    height: 30px;
}
@media (min-width: 992px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }
    .col-md-4 {
        width: 33.33333333%
    }
}
@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }
    .col-md-4 {
        width: 33.33333333%
    }
}
/* Media query for mobile viewport */
        @media screen and (max-width: 400px) {
            #paypal-button-container {
                width: 100%;
            }
        }

        /* Media query for desktop viewport */
        @media screen and (min-width: 400px) {
            #paypal-button-container {
                width: 250px;
            }
        }

	#contact_form .myform {
        display:none;
}

.myform {
        display:none;
}

