* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #fff;
    color: #000;
    font-size: 20px;
    line-height: 24px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Fjalla One', sans-serif;
}

p {
    font-family: Spectral, serif;
    font-weight: 500;
    font-size: 20px;
}

.men-header {
    /* background-color: #fbf7ec; */
    background-image: url('../images/header-bg.png');
    background-position: center;
    background-size: 100% 100%;
}

.nav-item {
    padding: 0 10px;
}

li.nav-item a {
    font-size: 18px;
    padding: 5px 10px !IMPORTANT;
    font-family: 'Fjalla One', sans-serif;
}

li.nav-item a:hover {
    box-shadow: none;
}

.bg-light {
    background-color: transparent !important;
}

.nav-link {
    color: #fff !IMPORTANT;
}

.login-button {
    padding: 7px 30px !important;
    border-radius: 5px;
    background-color: #fff;
    border: none;
    color: #007f61;
    font-family: 'Fjalla One', sans-serif;
}

.login-button:hover {
    background-color: transparent;
    box-shadow: 0 0 10px #ccc;
    color: #000;
    transition: all .4s ease-in-out;
}

.logo-color img {
    width: auto;
    height: 60px;
    border-radius: 5px;
}

.header-right {
    background-color: #fff;
    padding: 50px;
    margin-bottom: -20px;
    border-radius: 100% 100% 0 0;
}

.header-b {
    padding: 70px 0 60px 0;
}

.header-left {
    padding-top: 20px;
}

.header-left h2 {
    font-size: 40px;
    color: #fff;
    padding-bottom: 10px;
    text-shadow: 2px 2px #000;
}

.header-left p {
    font-size: 17px;
    width: 70%;
    color: #fff;
    margin: 0 !important;
    padding: 5px 0 !important;
}

.learn-button {
    margin-top: 30px !important;
}

.learn-button a {
    background-color: #fff;
    font-size: 18px;
    padding: 10px 30px;
    border-radius: 10px;
    color: #007f61;
    text-decoration: none;
    font-family: 'Fjalla One', sans-serif;
}

.learn-button a i {
    padding-left: 10px;
    color: #fff;
}

.learn-button-a {
    color: #007f61 !important;
}

.learn-color a {
    color: #fff;
    background-color: #007f61 !important;
}

/* middle */
.about-us {
    padding: 80px 0;
}

.about-hadding {
    text-align: center;
}

.compney-name {
    background-color: #007f61;
    padding: 5px 20px 5px 10px;
    color: #fff;
    border-radius: 10px 100px 100px 10px;
    font-size: 23px;
    box-shadow: 4px 0px 0px #655959;
}

.about-left h2 {
    line-height: 45px;
}

.about-hadding h2 {
    font-size: 15px;
    background-color: #e7f1fd;
    width: 10%;
    margin: 0 auto;
    padding: 5px 0;
    color: #007f61;
    border-radius: 100px;
    margin-bottom: 10px;
}

.about-hadding h3 {
    font-size: 30px;
    color: #121313;
}

.about-hadding h3 span {
    color: #007f61;
}

.about-two {
    padding-top: 30px;
    align-items: center;
}

.about-left p {
    font-size: 15px;
}

.services-men {
    background-color: #007f6124;
}

.services-left {
    margin: 20px 0;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
}

.services-left .learn-button-a a {
    background-color: #007f61;
    color: #fff;
    box-shadow: 5px 5px 1px #000;
}

/* .learn-button-a a:hover {
    background-color: #fff;
    color: #000;
    transition: all .4s ease-in-out;
} */
.about-hadding-a h2 {
    background-color: #fff;
}

.services-photo {
    border-radius: 10px;
    margin-bottom: 10px;
}

.androud-men {
    padding: 80px 0;
}

.platform-box {
    background-color: #007f61;
    color: #fff;
}

.platform-box:hover {
    background-color: #fbf7ec;
    color: #050505;
    transition: all .4s ease-in-out;
}

.platform-photo {
    border-radius: 100%;
    width: 50%;
    box-shadow: 0 0 10px #4c4c4c;
}

.recharge-all {
    background-color: #e3f8f3;
    padding: 70px 0 50px 0;
}

.our_client_list ul li {
    list-style: none;
    display: inline-block;
    padding: 0 0 0 0px;
}

.input-button {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    border: none;
    padding: 10px;
    font-size: 13px;
}

.contact-two {
    background-color: #e9edf0;
    padding: 0 20px;
    margin-top: 30px;
    align-items: center;
}

.contact-left {
    margin: 10px 0;
}

.contact-left label {
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 5px;
}

.input-button-a {
    padding-bottom: 50px;
}

.send-button {
    padding: 10px 20px;
    background-color: #007f61;
    color: #fff;
    font-size: 13px;
    text-align: center;
    border-radius: 5px;
    border: none;
}

.contact-right img {
    width: 100%;
    text-align: right;
}

.padd {
    padding-right: 0px !important;
}

.address-box {
    text-align: center;
    background-image: url("../images/contact-bg.png");
    background-size: 100% 100%;
    background-position: center;
    border-radius: 10px;
    padding: 50px 20px;
}

.contact-men {
    margin-top: 50px;
}

.address-box p {
    color: #fff;
}

.footer {
    background-image: url("../images/footer-bg.png");
    background-size: 100% 100%;
    background-position: center;
}

.footer-a {
    padding: 50px 0 20px 0;

}

.footer-box h2 {
    background-color: #fff;
    padding: 10px;
    width: 70%;
    border-radius: 10px;
}

.footer-box p {
    color: #fff;
    font-size: 15px;
}

.footer-box-a h2 {
    font-size: 25px;
    color: #fff;
    font-family: 'Fjalla One', sans-serif;
}

.footer-box-a ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.footer-box-a ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-family: 'Fjalla One', sans-serif;
}

.footer-box-a ul li a i {
    padding-right: 6px;
    font-size: 12px;
}

.footer-box-b ul li {
    display: inline-block;
}

.footer-box-b ul li a i {
    font-size: 20px;
}

.footer-box-b p {
    color: #fff;
    margin-bottom: 2px;
    font-size: 18px;
}

.footer-box-b p a {
    color: #fff;
}

.footer-box-b p i {
    padding-right: 10px;
    font-size: 15px;
}

.footer-b {
    padding: 10px 0 5px 0;
    border-top: 1px solid #ccc;
    text-align: center;
}

.footer-b p {
    color: #fff;
    font-size: 13px;
}

.footer-b p a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    background-color: #fff;
    padding: 3px 8px;
    border-radius: 4px;
    margin-left: 5px;
}



#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: -70px;
    z-index: 99;
    font-size: 14px;
    border: none;
    text-align: center;
    outline: none;
    background-color: transparent;
    color: white;
    cursor: pointer;
    padding: 15px;
    color: red;
    font-weight: bold;
    border-radius: 4px;
}

#myBtn img {
    width: 30%;
    border-radius: 100%;
}

#myBtn:hover {
    background-color: transparent;
}


@media only screen and (min-width:320px) and (max-width:767px) {

    .header-left h2 {
        font-size: 30px;
    }

    .header-b {
        padding: 30px 0 60px 0;
    }

    .header-left p {
        font-size: 16px;
        width: 100%;
    }

    .navbar-light .navbar-toggler {
        color: #fff;
        border-color: #fff;
        background-color: #fff;
    }

    .header-right {
        background-color: transparent;
        padding: 20px;
        margin-bottom: 0;
        border-radius: 100%;
        margin-top: 30px;
    }

    .about-hadding h2 {
        width: 30%;
    }

    .about-hadding h3 {
        font-size: 25px;
    }

    .about-right {
        margin-top: 30px;
    }

    .about-left p {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .about-left h2 {
        font-size: 20px;
    }

    .learn-button a {
        font-size: 13px;
        padding: 7px 20px;
    }

    .services-left {
        margin: 10px 0;
    }

    .padd {
        padding-right: inherit !important;
    }

    .footer-box-a {
        margin-top: 10px;
    }

    .footer-box-b ul li a i {
        font-size: 20px;
    }

    .footer-box-a h2 {
        font-size: 20px;
    }

    .footer-box-b p {
        font-size: 15px;
    }

    .footer-box-a ul li a {
        font-size: 14px;
    }

    .footer-box-a ul {
        margin-bottom: 10px;
    }


    #myBtn {
        right: -115px;
        font-size: 10px;
    }

    #myBtn img {
        width: 20%;
    }

}




@media only screen and (min-width:768px) and (max-width:991px) {

    .header-left h2 {
        font-size: 30px;
    }

    .header-b {
        padding: 30px 0 60px 0;
    }

    .header-left p {
        font-size: 16px;
        width: 100%;
    }

    .navbar-light .navbar-toggler {
        color: #fff;
        border-color: #fff;
        background-color: #fff;
    }

    .header-right {
        padding: 50px 20px;
        margin-bottom: 0px;
        border-radius: 100%;
    }

    .about-left p {
        font-size: 14px;
    }

    .about-left h2 {
        font-size: 22px;
        line-height: 37px;
    }

    .footer-boxrespon {
        text-align: center;
        width: 100%;
    }

    .footer-boxrespon h2 {
        background-color: #fff;
        padding: 10px;
        width: 30%;
        margin: 0 auto;
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .footer-box p {
        color: #fff;
        padding-bottom: 10px;
    }



}



@media only screen and (min-width:992px) and (max-width:1200px) {

    .header-right {
        margin-bottom: 0px;
        border-radius: 100% 100%;
        margin-bottom: 30px;
    }

    .footer-box h2 {
        width: 80%;
    }

    .footer-box p {
        color: #fff;
        font-size: 14px;
    }

    .footer-box-b ul li a i {
        font-size: 20px;
    }

    .footer-box-a ul {
        margin-bottom: 10px;
    }

    .footer-box-b p {
        color: #fff;
        font-size: 15px;
    }


}

.footer-box img {
    width: auto;
    height: 50px;
}

.privacy-policy {
    padding: 50px 0;
}

.privacy-policy h6 {
    font-size: 18px;
    background-color: #ccfff3;
    padding: 5px 10px;
    border-radius: 3px;
}

.privacy-policy p {
    font-size: 16px;
    font-family: 'poppins';
    line-height: 1.7em;
}

.privacy-policy ul li {
    font-size: 16px;
    font-family: 'poppins';
    line-height: 1.7em;
}