/* Minification failed. Returning unminified contents.
: run-time error CSS1036: Expected expression, found ''
: run-time error CSS1036: Expected expression, found ''
 */
body {
    font-size: 16px;
    font-family: 'Barlow', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0;
}

p {
    margin: 0;
    padding: 0;
}

.header {
    background-color: #005b99;
    width: 100%;
    float: left;
}

.mob-no {
    width: 25%;
    float: left;
    line-height: 1.5;
    padding: 10px 0;
}

    .mob-no a {
        color: white;
        text-decoration: none;
    }

        .mob-no a:hover {
            color: #a8a6a6;
        }

.account {
    width: 65%;
    float: right;
    text-align: right;
    padding: 10px 10px;
    display: block ruby;
}

    .account a {
        color: white;
        text-decoration: none;
        padding-right: 10px;
    }

        .account a:hover {
            color: #a8a6a6;
        }

.cart {
    width: 10%;
    float: right;
    text-align: center;
    background-color: black;
    padding: 10px 0;
}

    .cart a {
        color: white;
        text-decoration: none;
        display: inline;
    }

        .cart a:hover {
            color: #a8a6a6;
        }

.badge {
    color: black;
    background-color: white;
    border-radius: 10px;
}

.navbar-toggler {
    background-color: white;
    color: black;
}

.menu {
    background-image: linear-gradient(180deg, #ffffff 72%, #d6d6d6 100%);
    width: 100%;
    float: left;
}

.navbar {
    padding: 30px 0;
}

.navbar-expand-lg .navbar-nav {
    padding: 0;
}

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px 5px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 5px;
        padding-left: 5px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 12px 0px;
        font-size: 22px;
        line-height: 26px;
        color: #333333;
        font-family: "Barlow";
        font-weight: 400;
        text-decoration: none;
    }

        .navbar-expand-lg .navbar-nav .nav-link:hover {
            color: #005b99;
        }

.navbar li {
    margin-right: 30px;
}

li.nav-item.support {
    background-image: linear-gradient(180deg, #efefef 0%, #ffffff 50%);
    border-radius: 9px;
    padding: 0 10px;
    border: 1px solid #005b99;
    margin-right: 0px;
}

.dropdown-menu {
    background-color: #00b072 !important;
    padding: 0;
    margin-top: -10px;
    border-radius: 0px;
    border: 1px solid #005b99;
}

    .dropdown-menu ul li {
        border-bottom: 1px solid #005b99;
        font-size: 16px;
        text-decoration: none;
        color: #fff;
        font-weight: 400;
        background-color: #00b072;
        margin: 0px;
        transition: all .25s ease
    }

        .dropdown-menu ul li a {
            color: #fff !important;
        }

            .dropdown-menu ul li a:hover {
                color: #000 !important;
            }

    .dropdown-menu .last-li {
        border-bottom: 0
    }

/*.dropdown-menu ul li:hover, #dropdown-menu ul li:hover > a {
        color: #000
    }*/

.dropdown:hover > .dropdown-menu {
    display: block;
}

.other-services {
    width: 100%;
    float: left;
    background-color: #e9f9f2;
    border-top: 1px solid black;
}

    .other-services h3 {
        padding-top: 40px;
        font-size: 38px;
        line-height: 46px;
        color: #00b073;
        font-family: "Barlow";
        font-weight: 500;
        text-align: center;
    }

.other-services-contant {
    width: 100%;
    float: left;
    padding: 70px 0;
    text-align: center;
}

.service-1 img {
    margin-bottom: 20px;
}

.service-1 h3 {
    padding: 0;
    font-size: 20px;
    line-height: 28px;
    color: #005b99;
    font-family: "Barlow";
    font-weight: 600;
    text-align: center;
}

.service-1 p {
    margin: 15px 0;
}

.other-ser-btn {
    margin-top: 15px;
    padding: 10px 20px;
    margin-top: 20px;
    border-radius: 25px;
    background-color: #00b073;
}

    .other-ser-btn:hover {
        background-color: #009e67;
    }

    .other-ser-btn a {
        font-size: 16px;
        line-height: 26px;
        color: #ffffff;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        text-decoration: none;
    }

.quick-help {
    width: 100%;
    float: left;
    padding: 60px 0;
    background-color: #005b99;
}

.quick-help-left h1 {
    font-size: 38px;
    line-height: 46px;
    color: #ffffff;
    font-family: "Barlow";
    font-weight: 700;
    margin-bottom: 25px;
}

.quick-help-left p {
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.quick-help-right {
    text-align: right;
    margin: 10px 0;
}

.quick-btn {
    padding: 20px;
    margin-left: 27px;
    background-color: white;
    border-radius: 10px;
    font-size: 32px;
    line-height: 46px;
    color: #005b99;
    font-family: "Barlow";
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize !important;
}

    .quick-btn:hover {
        color: white;
        background-color: #00b073;
    }

.social-media-link {
    width: 100%;
    float: left;
    padding: 40px 0;
}

    .social-media-link ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

.products {
    float: left;
}

    .products h3 {
        font-size: 22px;
        line-height: 31px;
        color: #333333;
        font-family: 'Lato', sans-serif;
        font-weight: 900;
    }

    .products a {
        font-size: 16px;
        line-height: 20px;
        color: #777777; /*#333333;*/
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        text-decoration: none;
    }

.brand {
    float: left;
}

    .brand h3 {
        font-size: 22px;
        line-height: 31px;
        color: #333333;
        font-family: 'Lato', sans-serif;
        font-weight: 900;
    }

    .brand a {
        font-size: 16px;
        line-height: 20px;
        color: #777777; /*#333333;*/
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        text-decoration: none;
    }

.quick-links {
    float: left;
}

    .quick-links h3 {
        font-size: 22px;
        line-height: 31px;
        color: #333333;
        font-family: 'Lato', sans-serif;
        font-weight: 900;
    }

    .quick-links a {
        font-size: 16px;
        line-height: 20px;
        color: #777777; /*#333333;*/
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        text-decoration: none;
    }

.shopper-approved {
    float: left;
    margin-top: 55px;
}

.blue-bg {
    border-radius: 7px;
    background-color: #006599;
    padding: 20px 15px;
}

.rating-approved {
    color: gold;
    text-align: center;
}

.blue-bg h6 {
    color: white;
}

.contact {
    float: right;
    text-align: right;
    margin-top: 10px;
}

.contact-logo {
    width: 100%;
    float: left;
}

    .contact-logo img {
        width: 100%;
        float: left;
    }

.support-contact {
    width: 100%;
    float: right;
    padding: 30px 0;
    text-align: right;
    display: inline-block;
}

    .support-contact a:hover {
        color: #005b99;
    }

.social-contact {
    width: 100%;
    float: left;
    padding: 10px 0;
    display: inline-block;
}

.contact h2 {
    font-size: 18px;
    line-height: 22px;
    color: #777777; /*#333333;*/
    font-family: 'Lato', sans-serif;
    font-weight: 500;
}

.contact p {
    font-size: 16px;
    line-height: 22px;
    color: #777777; /*#333333;*/
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    text-align: right;
}

.contact a {
    font-size: 16px;
    line-height: 22px;
    color: #777777; /*#333333;*/
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    text-align: right;
    text-decoration: none;
}

.social-contact a {
    padding-left: 10px;
    font-size: 18px;
}

.fab.fa-instagram:hover {
    color: #e96427;
}

.fab.fa-facebook-f:hover {
    color: blue;
}

.fab.fa-twitter:hover {
    color: cyan;
}

.fab.fa-linkedin:hover {
    color: blue;
}

footer .container {
    max-width: 1165px;
}

footer {
    width: 100%;
    float: left;
    position: relative;
    border-top: 1px solid rgb(192, 188, 188);
    background-color: #ebebeb;
}

.ftr-overlay {
    position: absolute;
    top: -26px;
    right: 30px;
}

.left-ftr {
    padding: 20px 0;
}

    .left-ftr a {
        font-size: 14px;
        line-height: 20px;
        color: #666666;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        padding-left: 10px;
        text-decoration: none;
    }

        .left-ftr a:hover {
            color: #005a99;
        }

.right-ftr {
    padding: 8px 0;
    float: right;
    text-align: right;
}

.ftr-off-bg {
    text-align: right;
    padding: 10px 0px;
    padding-right: 23px;
    display: inline-block;
}

    .ftr-off-bg img {
        padding-left: 25px;
    }


/* --------------------------------------------------------------------------------------------------------------------------------------------------
                                                                 HOME PAGE                            
    -------------------------------------------------------------------------------------------------------------------------------------------------  */

.banner {
    width: 100%;
    float: left;
}

.banner-wrapper {
    width: 100%;
    height: 350px;
    background-image: url(https://cheaphttps.com/content/images/b-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.banner-cont {
    position: relative;
    width: 100%;
    height: 350px;
}

.banner-image img {
    width: 100%;
    height: 350px;
}

.banner-logo-1 {
    position: absolute;
    top: 65px;
    left: 598px;
}

.banner-logo-2 {
    position: absolute;
    top: 65px;
    left: 598px;
}

.banner-logo-3 {
    position: absolute;
    top: 65px;
    left: 598px;
}

.banner-text {
    position: absolute;
    left: -60px;
    top: 180px;
}

    .banner-text h2 {
        font-size: 35px;
        line-height: 40px;
        color: #00b072;
        font-family: "Barlow";
        font-weight: 700;
    }

    .banner-text h3 {
        font-size: 32px;
        line-height: 34px;
        color: white;
        font-family: "Barlow";
        font-weight: 700;
    }

.add-cart-btn {
    position: absolute;
    left: 540px;
    top: 200px;
}

.cart-btn {
    padding: 10px 10px;
    background-color: #00b073;
    font-size: 17px;
    border-radius: 10px;
    line-height: 29px;
    color: #ffffff;
    font-family: "Barlow";
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

    .cart-btn:hover {
        color: white;
        background-color: #009e67;
    }

.slider {
    width: 100%;
    float: left;
    position: relative;
}

.slider-1 {
    width: 100%;
    float: left;
}

    .slider-1 img {
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
    }

.carousel-indicators li {
    background-color: white;
    border: 1px solid black;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

    .carousel-indicators li.active {
        background-color: white;
    }

.carousel-indicators {
    text-align: center;
}

.overlay-green {
    float: right;
}

.green-bg {
    width: 435px;
    height: 350px;
    border-radius: 18px 0 0 18px;
    background-color: #00b073;
    position: absolute;
    top: 0;
    right: 0;
}

.overlay-green img {
    float: left;
}

.overlay-green p {
    float: left;
    padding: 10px 0 10px 25px;
    margin: 0;
    font-size: 19px;
    line-height: 27px;
    color: #ffffff;
    font-family: "Barlow";
    font-weight: 500;
}

.green-1 {
    float: left;
    width: 100%;
    padding: 21px 0 21px 40px;
    background-color: #009e67;
    border-radius: 18px 0 0 18px;
    font-family: "Barlow";
    font-size: 16px;
}

.green-2 {
    float: left;
    width: 100%;
    padding: 20px 0 21px 40px;
    font-family: "Barlow";
    font-size: 16px;
}

.green-3 {
    float: left;
    width: 100%;
    padding: 21px 0 21px 40px;
    background-color: #009e67;
    border-radius: 18px 0 0 18px;
    font-family: "Barlow";
    font-size: 16px;
}

.tag {
    width: 100%;
    float: left;
    text-align: center;
    padding: 35px 0;
    background-image: linear-gradient(0deg, #ffffff 0%, #d6d6d6 100%);
    border-bottom: 1px solid lightgray;
}

    .tag .container {
        max-width: 98%;
    }

.tag-img {
    padding: 0 5px;
}

.rapid-contant {
    width: 100%;
    float: left;
    padding: 60px 0;
}

span.blue {
    font-size: 37px;
    line-height: 52px;
    color: #005a99;
    font-family: "Barlow";
    font-weight: 700;
    padding-bottom: 20px;
}

span.black {
    font-size: 37px;
    line-height: 52px;
    color: black;
    font-family: "Barlow";
    font-weight: 700;
}

.title {
    width: 100%;
    float: left;
    text-align: center;
}

.rapid-contant p {
    font-size: 20px;
    line-height: 32px;
    color: #323232;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    display: block;
    padding-top: 20px;
}

.rapid-tab {
    width: 100%;
    float: left;
}

.tab-wrapper {
    max-width: 1280px;
}

.nav-tabs {
    display: block;
    border: none;
}

.tab-1 {
    padding-right: 15px;
}

.tab-menu {
    border: none;
    padding-right: 0px;
}

.tab-contant {
    padding-left: 0px;
}

.nav-link {
    font-size: 18px;
    padding: 30px 0px 30px 20px;
    line-height: 21px;
    color: #2c2c2c;
    font-family: "Barlow";
    font-weight: 400;
}

    .nav-link:hover {
        border-radius: 18px 0px 0px 18px;
    }

.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 transparent #dee2e6 #dee2e6;
    width: calc(100% - -1px);
    background: #fff;
    margin-right: 0;
    padding-right: 0;
    display: block;
    position: relative;
    z-index: 1;
    padding: 30px 0px 30px 20px;
    border-radius: 18px 0px 0px 18px;
}

#home1 {
    padding: 40px 30px 30px 30px;
    border: 1px solid #dee2e6;
    border-radius: 0px 18px 18px 18px;
}

    #home1 h2 {
        margin: 0;
        font-size: 32px;
        line-height: 38px;
        color: #005b99;
        font-family: "Barlow";
        font-weight: 700;
    }

#home2 {
    padding: 40px 30px 30px 30px;
    border: 1px solid #dee2e6;
    border-radius: 0px 18px 18px 18px;
}

    #home2 h2 {
        margin: 0;
        font-size: 32px;
        line-height: 38px;
        color: #005b99;
        font-family: "Barlow";
        font-weight: 700;
    }

#home3 {
    padding: 40px 30px 30px 30px;
    border: 1px solid #dee2e6;
    border-radius: 0px 18px 18px 18px;
}

    #home3 h2 {
        margin: 0;
        font-size: 32px;
        line-height: 38px;
        color: #005b99;
        font-family: "Barlow";
        font-weight: 700;
    }

#home4 {
    padding: 40px 30px 30px 30px;
    border: 1px solid #dee2e6;
    border-radius: 0px 18px 18px 18px;
}

    #home4 h2 {
        margin: 0;
        font-size: 32px;
        line-height: 38px;
        color: #005b99;
        font-family: "Barlow";
        font-weight: 700;
    }

#home5 {
    padding: 40px 30px 30px 30px;
    border: 1px solid #dee2e6;
    border-radius: 0px 18px 18px 18px;
}

    #home5 h2 {
        margin: 0;
        font-size: 32px;
        line-height: 38px;
        color: #005b99;
        font-family: "Barlow";
        font-weight: 700;
    }

#home6, #home7, #home8 {
    padding: 40px 30px 30px 30px;
    border: 1px solid #dee2e6;
    border-radius: 0px 18px 18px 18px;
}

    #home6 h2, #home7 h2, #home8 h2 {
        margin: 0;
        font-size: 32px;
        line-height: 38px;
        color: #005b99;
        font-family: "Barlow";
        font-weight: 700;
    }

p.padd-40 {
    margin: 0;
    padding: 30px 40px 30px 0px;
    font-size: 16px;
    line-height: 22px;
    color: #323232;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.dv-link {
    text-align: right;
    width: 100%;
    font-size: 16px;
    line-height: 19px;
    color: #005a99;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-align: right;
}

    .dv-link a {
        text-decoration: underline;
    }

        .dv-link a:hover {
            color: #00b073;
        }

.box-green {
    padding: 40px 0 20px 0;
    width: 100%;
}

.box {
    background-color: #eeeeee;
    margin: 0 10px 30px 10px;
    padding: 0 10px 29px;
    border-radius: 18px;
    border: 1px solid #00b073;
    position: relative;
}

    .box h3 {
        font-size: 22px;
        margin: 0;
        text-align: center;
        padding: 15px 0;
        color: #00b073;
        font-weight: bolder;
    }

        .box h3 a {
            color: #00b073;
        }

.slide-green {
    background-color: #1da575;
    border-radius: 18px;
    color: white;
    font-size: 14px;
}

.slide-1 {
    text-align: center;
    background-color: #00b073;
    border-radius: 18px;
    padding: 10px 10px;
}

    .slide-1 p {
        margin: 0;
        font-size: 16px;
    }

strong#big {
    font-size: 20px;
}

.slide-2 {
    border-radius: 18px;
    padding: 10px 10px;
    display: inline-block;
    width: 100%;
}

#sub-1 {
    width: 20%;
    float: left;
}

#sub-2 {
    padding: 0 10px;
    width: 50%;
    float: left;
    font-size: 14px;
}

#sub-3 {
    width: 20%;
    float: left;
    display: inline-block;
    text-align: right;
    padding: 0px 0;
}

.box-tag {
    padding: 20px 0;
    text-align: center;
}

.box-contant {
    text-align: center;
    padding-bottom: 20px;
}

    .box-contant p {
        font-size: 16px;
        line-height: 32px;
        color: #323232;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        text-align: center;
        margin-bottom: 0px !important;
    }

.buy-button {
    position: absolute;
    bottom: -20px;
    width: 100%;
    display: block;
}

.btn-green {
    padding: 15px 30px;
    background-color: #00b073;
    border-radius: 8px;
    font-size: 19px;
    line-height: 23px;
    color: #ffffff;
    font-family: "Barlow";
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

    .btn-green:hover {
        color: white;
        background-color: #009e67;
    }

.service {
    width: 100%;
    float: left;
    margin: 100px 0;
}

.service-header {
    width: 100%;
    float: left;
    background-color: #005b99;
    padding: 50px 0;
}

    .service-header h2 {
        font-size: 25px;
        line-height: 31px;
        color: #ffffff;
        font-family: "Barlow";
        font-weight: 700;
        padding: 15px 0;
    }

.header-btn {
    width: 100%;
}

.white-bg {
    background-color: white;
    padding: 25px 40px;
    border-radius: 7px;
    margin-right: 12px;
    font-size: 22px;
    line-height: 27px;
    color: #006fe4;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
}

    .white-bg:hover {
        background-color: #00d9c3;
        color: white;
    }

.cyan-bg {
    padding: 25px 50px;
    border-radius: 7px;
    background-color: #00d9c3;
    margin-left: 12px;
    font-size: 22px;
    line-height: 27px;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
}

    .cyan-bg:hover {
        color: #006fe4;
        background-color: white;
    }

.service-sub {
    width: 100%;
    float: left;
    padding: 70px 0 0;
}

#service-sub {
    margin-left: 15px;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: white;
    border: none;
    border-radius: .25rem;
}

.sub-head h2 {
    font-size: 38px;
    line-height: 46px;
    color: #323232;
    font-family: "Barlow";
    font-weight: 400;
}

.sub-head p {
    font-size: 16px;
    line-height: 22px;
    color: #323232;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
}

.custom-control-label {
    font-size: 19px;
    line-height: 23px;
    color: #005b99;
    font-family: "Barlow";
    font-weight: 400;
    padding: 0 10px;
}

.panel-group {
    padding: 0;
}

.panel-body .custom-radio {
    padding: 15px 10px;
}

.panel-body {
    padding: 5px 40px 20px 40px;
}

#radio-contant p {
    padding-right: 60px;
    font-size: 16px;
    line-height: 22px;
    color: #323232;
    background-color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.radio-contant-btn {
    padding: 16px 25px;
    margin-top: 20px;
    border-radius: 5px;
    background-color: #005b99;
    font-size: 19px;
    line-height: 23px;
    color: #ffffff;
    font-family: "Barlow";
    font-weight: 500;
    text-decoration: none;
}

    .radio-contant-btn:hover {
        color: white;
        background-color: #00b073;
    }

.service-image img {
    float: left;
    width: 100%;
    padding-top: 10px;
    margin-top: 10px;
}

.service-1 p {
    font-size: 14px;
    line-height: 22px;
    color: #323232;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-align: center;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}

.bs-example {
    margin: 20px;
}

.radiobtn {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

.panel-heading {
    margin-bottom: 35px;
}

.checkcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 17px;
    display: block;
    font-size: 19px;
    line-height: 23px;
    color: #333333;
    font-family: "Barlow";
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .checkcontainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

input[type=checkbox]:checked + label.checkcontainer {
    color: #005b99;
    font-weight: bolder;
}

.radiobtn {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    border: 1px solid #999999;
    height: 25px;
    width: 25px;
    background-color: #fff !important;
    border-radius: 50%;
}

.checkcontainer input:checked ~ .radiobtn:after {
    display: block;
}

.checkcontainer .radiobtn:after {
    top: 4px;
    left: 4px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #005b99;
}

.radiobtn:after {
    content: "";
    position: absolute;
    display: none;
}


/* Our-Clients div start */

.our-clients {
    width: 100%;
    float: left;
    padding: 70px 0;
    background-color: #f9f1d7;
}

.our-clients-contant {
    width: 100%;
    float: left;
    text-align: center;
}

    .our-clients-contant h3 {
        font-size: 25px;
        line-height: 31px;
        color: #000000;
        font-family: "Barlow";
        font-weight: 500;
    }

    .our-clients-contant h2 {
        margin-top: 25px;
        font-size: 32px;
        line-height: 38px;
        color: #333333;
        font-family: "Barlow";
        font-weight: 300;
    }

.our-clients-tag {
    width: 100%;
    float: left;
    margin-top: 80px;
    text-align: center;
}


/* Why-Choose-Us div start */

.why-choose-us {
    width: 100%;
    float: left;
    padding: 85px 0;
    text-align: center;
}

    .why-choose-us h3 {
        font-size: 38px;
        line-height: 46px;
        color: #323232;
        font-family: "Barlow";
        font-weight: 400;
        text-align: center;
    }

.choose-us-contant {
    width: 100%;
    float: left;
    padding: 40px 0 0;
}

    .choose-us-contant p {
        font-size: 14px;
        line-height: 20px;
        color: #323232;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        text-align: center;
    }

.choose-padd {
    padding: 25px 0 0;
}

    .choose-padd h3 {
        font-size: 24px;
        line-height: 29px;
        color: #333333;
        font-family: "Barlow";
        font-weight: 500;
    }

.choose-blue h3 {
    font-size: 24px;
    line-height: 29px;
    color: #005b99;
    font-family: "Barlow";
    font-weight: 500;
}

.renewal {
    width: 100%;
    float: left;
    background-color: #005b99;
    text-align: center;
    padding: 55px 0;
}

    .renewal h3 {
        font-size: 25px;
        line-height: 31px;
        color: #ffffff;
        font-family: "Barlow";
        font-weight: 400;
        margin: 20px 0;
    }

    .renewal h2 {
        font-size: 25px;
        line-height: 31px;
        color: #ffffff;
        font-family: "Barlow";
        font-weight: 700;
        margin: 20px 0;
    }

.renewal-btn {
    padding: 15px 23px;
    margin-top: 20px;
    border-radius: 5px;
    background-color: white;
    font-size: 19px;
    line-height: 23px;
    color: #006ee4;
    font-family: "Barlow";
    font-weight: 500;
    text-decoration: none;
    text-align: center;
}

    .renewal-btn:hover {
        background-color: #00b073;
        color: white;
    }

    .renewal-btn a:hover {
        color: white;
    }

.about-us {
    width: 100%;
    float: left;
    padding: 60px 0;
    margin-bottom: 50px;
}

    .about-us h1 {
        font-size: 38px;
        line-height: 46px;
        color: #323232;
        font-family: "Barlow";
        font-weight: 400;
        text-align: center;
        margin-bottom: 50px;
    }

.about-slider {
    padding: 60px 0px;
    margin: 0 100px;
    ;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    position: relative;
}

    .about-slider .carousel-indicators li {
        background-color: white;
        border: 1px solid black;
        width: 10px;
        height: 10px;
        border-radius: 100%;
    }

        .about-slider .carousel-indicators li.active {
            background-color: black;
        }

    .about-slider .carousel-indicators {
        position: absolute;
        bottom: -121px;
        text-align: center;
        background-color: white;
    }

.rating {
    margin-bottom: 10px;
}

.about-slider i.fas.fa-star {
    color: #005b99;
}

.slide-contant p {
    font-size: 14px;
    line-height: 20px;
    color: #323232;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.slide-contant a {
    font-size: 14px;
    line-height: 20px;
    color: #005a99;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-decoration: none;
}

    .slide-contant a:hover {
        color: #009e67;
    }

.about-slide-image {
    text-align: right;
}

p.slider-blue {
    margin-top: 20px;
}


/* ----------------------------------------------------------------------------------------------------
                                            BRANDS PAGE                                                 
    --------------------------------------------------------------------------------------------------  */

.ftr-white-bg {
    background-color: white;
}

.brands-logo {
    width: 100%;
    float: left;
    background-color: #333333;
    padding: 15px 0;
}

.brand-text {
    float: left;
    text-align: left;
}

    .brand-text h1 {
        font-size: 38px;
        line-height: 46px;
        color: #00b072;
        font-family: "Barlow";
        font-weight: 700;
    }

    .brand-text h3 {
        font-size: 20px;
        line-height: 30px;
        color: white;
        font-family: "Barlow";
        font-weight: 400;
    }

.brand-logo {
    text-align: right;
}

.brands-contant {
    width: 100%;
    float: left;
    padding: 30px 0;
}

.brands-header {
    width: 100%;
    float: left;
}

.head-text h3 {
    font-size: 14px;
    line-height: 17px;
    color: #009e67;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin: 5px 0;
}

.contant-text {
    width: 100%;
    float: left;
}

    .contant-text p.bold-text {
        font-size: 18px;
        line-height: 25px;
        color: #323232;
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        padding-top: 40px;
    }

    .contant-text p {
        font-size: 18px;
        line-height: 25px;
        color: #323232;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        padding: 30px 0 10px 0;
    }

.fas.fa-home,
.fas.fa-chevron-right {
    font-size: 18px;
    float: left;
    color: #aaaaaa;
    padding-right: 10px;
    margin: 5px 0;
}

.tag-accordion {
    width: 100%;
    float: left;
}

.tag-contant-logo {
    width: 100%;
    float: left;
    position: relative;
    border-radius: 18px;
}

.card-header {
    padding: 0;
    background-color: white;
    border: none;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0;
}

.card-link .tag-contant-logo {
    background-color: #e9ecfd;
    border: 1px solid #c4c3be;
}

a[aria-expanded="true"] .tag-contant-logo {
    background-color: inherit;
    border: 0px;
}

.tag-accordion .collapse.show {
    background: #fff;
    border-radius: 18px;
    padding: 30px 35px 22px 35px;
    margin-bottom: 35px;
    border: 1px solid #c4c3be;
    box-shadow: inset 0px 0px 36px -17px rgba(0, 0, 0, 0.75);
}

.certificate-text h3 {
    font-size: 32px;
    line-height: 30px;
    color: #005a99;
    font-family: "Barlow";
    font-weight: 700;
}

.certificate-text p {
    font-size: 16px;
    line-height: 22px;
    color: #323232;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    padding: 10px 0 0;
}

.comodo-box-green {
    padding: 40px 0 0px 0;
    width: 100%;
}

.tag-accordion .card {
    width: 100%;
    float: left;
    margin-bottom: 35px;
}

.tag-1 {
    padding: 27px 35px 26px 35px;
}

.tag-2 {
    padding: 25px 35px 25px 35px;
}

.tag-3 {
    padding: 24px 35px 23px 35px;
}

.tag-4 {
    padding: 24px 35px 23px 35px;
}

.tag-5 {
    padding: 25px 35px 25px 35px;
}

.tag-6 {
    padding: 20px 35px 19px 35px;
}

.tag-7 {
    padding: 24px 35px 23px 35px;
}

.comodo-box-green {
    width: 100%;
}

.box-comodo {
    background-color: #eeeeee;
    margin: 0 10px 60px 10px;
    padding: 0 10px 29px;
    border-radius: 18px;
    border: 1px solid #00b073;
    position: relative;
}

    .box-comodo h3 {
        font-size: 22px;
        margin: 0;
        text-align: center;
        padding: 15px 0;
        color: #00b073;
        font-weight: bolder;
    }

    .box-comodo .slide-green {
        background-color: #1da575;
        border-radius: 18px;
        color: white;
        font-size: 18px;
    }

        .box-comodo .slide-green .slide-1 {
            text-align: center;
            background-color: #00b073;
            border-radius: 18px;
            padding: 10px 10px;
        }

            .box-comodo .slide-green .slide-1 p {
                margin: 0;
            }

            .box-comodo .slide-green .slide-1 strong#big {
                font-size: 20px;
            }

        .box-comodo .slide-green .slide-2 {
            border-radius: 18px;
            padding: 10px 10px;
            display: inline-block;
            width: 100%;
        }

            .box-comodo .slide-green .slide-2 #sub-1 {
                width: 20%;
                float: left;
            }

                .box-comodo .slide-green .slide-2 #sub-1 strong {
                    font-size: 17px;
                }

            .box-comodo .slide-green .slide-2 #sub-2 {
                padding: 0 10px;
                width: 50%;
                float: left;
                font-size: 16px;
            }

            .box-comodo .slide-green .slide-2 #sub-3 {
                width: 30%;
                float: left;
                display: inline-block;
                text-align: right;
                padding: 10px 0;
            }

.buy-button {
    position: absolute;
    bottom: -20px;
    text-align: center;
    width: 100%;
    display: block;
}

.btn-green {
    padding: 15px 30px;
    background-color: #00b073;
    border-radius: 8px;
    font-size: 19px;
    line-height: 23px;
    color: #ffffff;
    font-family: "Barlow";
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

    .btn-green:hover {
        color: white;
        background-color: #009e67;
    }

.tag-overlay {
    position: absolute;
    top: 0;
    right: 0px;
    background-color: #009e67;
    border-radius: 0 18px 18px 18px;
}

    .tag-overlay p.save {
        float: left;
        font-size: 25px;
        line-height: 25px;
        color: #ffffff;
        font-family: "Barlow";
        font-weight: 400;
        padding: 14px 0 14px 25px;
    }

    .tag-overlay p.cost {
        float: left;
        font-size: 19px;
        line-height: 19px;
        color: #ffffff;
        font-family: "Barlow";
        font-weight: 400;
        padding: 19px 15px;
    }

.comodo-side-border {
    border: 1px solid #c9e4cc;
    border-color: transparent #c9e4cc transparent #c9e4cc;
}

.service-sub #accordion {
    width: 100%;
    float: left;
    margin-left: -15px;
}

.comodo-other-service {
    margin-top: 125px;
    border: none;
}


/* ----------------------------------------------------------------------------------------------------
                                           SSL DOMAIN VALIDATED PAGE                                                 
    --------------------------------------------------------------------------------------------------  */

.product img {
    padding: 10px 0;
}

.head-text h3 {
    float: left;
}

.head-text h2 {
    font-size: 14px;
    line-height: 17px;
    color: #aaaaaa;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin: 5px 0;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.dv-logo {
    width: 100%;
    float: left;
    background-color: #333333;
    /*padding: 15px 0;*/
}

.dv-text {
    float: left;
    text-align: left;
    padding-top: 9px
}

    .dv-text h1 {
        font-size: 38px;
        line-height: 46px;
        color: #00b072;
        font-family: "Barlow";
        font-weight: 700;
    }

    .dv-text h3 {
        font-size: 20px;
        line-height: 30px;
        color: white;
        font-family: "Barlow";
        font-weight: 400;
    }

.dv-logo {
    text-align: right;
}

.dv-contant {
    width: 100%;
    float: left;
    padding: 30px 0;
}

.dv-header {
    width: 100%;
    float: left;
}

.head-text h3 {
    font-size: 14px;
    line-height: 17px;
    color: #009e67;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin: 5px 0;
}

.contant-text {
    width: 100%;
    float: left;
}

    .contant-text p.bold-text {
        font-size: 18px;
        line-height: 25px;
        color: #323232;
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        padding-top: 40px;
    }

    .contant-text p {
        font-size: 18px;
        line-height: 25px;
        color: #323232;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        padding: 30px 0 10px 0;
    }

.dv-header .fas.fa-chevron-right {
    font-size: 18px;
    float: left;
    color: #636363;
    padding-right: 10px;
    margin: 5px 0;
}

.dv-contant-box {
    width: 100%;
    float: left;
    margin: 20px 0;
}

.box-dv {
    background-color: #eeeeee;
    margin: 0 10px 60px 10px;
    padding: 0 10px 29px;
    border-radius: 18px;
    border: 1px solid #00b073;
    position: relative;
}

    .box-dv h3 {
        font-size: 22px;
        margin: 0;
        text-align: center;
        padding: 15px 0;
        color: #00b073;
        font-weight: bolder;
    }

        .box-dv h3 a {
            color: #00b073;
        }

    .box-dv .slide-green {
        background-color: #1da575;
        border-radius: 18px;
        color: white;
        font-size: 14px;
    }

        .box-dv .slide-green .slide-1 {
            text-align: center;
            background-color: #00b073;
            border-radius: 18px;
            padding: 10px 10px;
        }

            .box-dv .slide-green .slide-1 p {
                margin: 0;
            }

            .box-dv .slide-green .slide-1 strong#big {
                font-size: 20px;
            }

        .box-dv .slide-green .slide-2 {
            border-radius: 18px;
            padding: 10px 10px;
            display: inline-block;
            width: 100%;
        }

            .box-dv .slide-green .slide-2 #sub-1 {
                width: 20%;
                float: left;
            }

                .box-dv .slide-green .slide-2 #sub-1 strong {
                    font-size: 14px;
                }

            .box-dv .slide-green .slide-2 #sub-2 {
                padding: 0 10px;
                width: 50%;
                float: left;
                font-size: 14px;
            }

            .box-dv .slide-green .slide-2 #sub-3 {
                width: 30%;
                float: left;
                display: inline-block;
                text-align: right;
                padding: 0;
            }

.geo {
    padding: 18px 0;
    text-align: center;
}

.buy-button {
    position: absolute;
    bottom: -20px;
    text-align: center;
    width: 100%;
    display: block;
}

.btn-green {
    padding: 15px 30px;
    background-color: #00b073;
    border-radius: 8px;
    font-size: 19px;
    line-height: 23px;
    color: #ffffff;
    font-family: "Barlow";
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

    .btn-green:hover {
        color: white;
        background-color: #009e67;
    }

.dv-protected {
    width: 100%;
    float: left;
    background-color: #eeeeee;
    margin: 90px 0 150px;
    padding: 20px 0;
}

.dv-pro-wrapper {
    width: 100%;
    float: left;
    position: relative;
    height: 270px;
}

.pro-head h3 {
    font-size: 32px;
    line-height: 38px;
    color: #005b99;
    font-family: "Barlow";
    font-weight: 700;
    margin-bottom: 25px;
}

.pro-head p {
    font-size: 16px;
    line-height: 22px;
    color: #323232;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

p.pro {
    margin-bottom: 20px;
}

.dv-overlay-image {
    margin-top: -52px;
}

.benefits-dv {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 100px;
}

    .benefits-dv h3 {
        font-size: 38px;
        line-height: 46px;
        color: #005b99;
        font-family: "Barlow";
        font-weight: 400;
        text-align: center;
    }

.benefits-contant {
    margin: 80px 0px 0;
}

.benefits-1 h3 {
    font-size: 24px;
    line-height: 29px;
    color: #005b99;
    font-family: "Barlow";
    font-weight: 500;
    text-align: center;
    margin: 15px 0 10px;
}

.dv-other {
    width: 100%;
    float: left;
    background-color: #e9f9f2;
    border-top: none;
}


/* ----------------------------------------------------------------------------------------------------
                                           SSL PRODUCTS PAGE                                                 
    --------------------------------------------------------------------------------------------------  */

.products-logo {
    width: 100%;
    float: left;
    background-color: #333333;
    padding: 25px 0 10px;
}

.products-text {
    float: left;
    text-align: left;
}

    .products-text h1 {
        font-size: 38px;
        line-height: 46px;
        color: #00b072;
        font-family: "Barlow";
        font-weight: 700;
    }

    .products-text h3 {
        font-size: 20px;
        line-height: 30px;
        color: white;
        font-family: "Barlow";
        font-weight: 400;
    }

.ssl-products-logo {
    text-align: right;
}

.products-contant {
    width: 100%;
    float: left;
    padding: 30px 0;
}

.products-header {
    width: 100%;
    float: left;
}

.head-text h3 {
    font-size: 14px;
    line-height: 17px;
    color: #009e67;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin: 5px 0;
}

.contant-text {
    width: 100%;
    float: left;
}

    .contant-text p.bold-text {
        font-size: 18px;
        line-height: 25px;
        color: #323232;
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        padding-top: 40px;
    }

    .contant-text p {
        font-size: 18px;
        line-height: 25px;
        color: #323232;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        padding: 30px 0 10px 0;
    }

.fas.fa-home {
    font-size: 18px;
    float: left;
    color: #aaaaaa;
    padding-right: 10px;
    margin: 5px 0;
}

.products-header .fas.fa-chevron-right {
    font-size: 18px;
    float: left;
    color: #636363;
    padding-right: 10px;
    margin: 5px 0;
}

.products-contant-box {
    width: 100%;
    float: left;
    /*text-align: center;*/
    margin-top: 60px;
}

.padd-right-30 {
    padding-right: 30px;
}

.padd-left-30 {
    padding-left: 30px;
}

.product-box {
    border: 1px solid #042c7c;
    border-radius: 18px;
    margin-bottom: 110px;
    text-align: center;
}

.product-box-image {
    padding: 36px 24px;
    border: 1px solid #042c7c;
    border-radius: 50%;
    margin-top: -50px;
    background-color: white;
    display: inline-block;
}

.product-box-img {
    border: 1px solid #042c7c;
    border-radius: 50%;
    padding: 36px 42px;
    margin-top: -50px;
    background-color: white;
    display: inline-block;
}

.product-box-imgs {
    border: 1px solid #042c7c;
    border-radius: 50%;
    padding: 35px 46px;
    margin-top: -50px;
    background-color: white;
    display: inline-block;
}

.product-box-img .p-35 {
    padding: 36px 35px;
}

.products-detail {
    padding: 10px 30px 20px;
}

    .products-detail h2 {
        font-size: 25px;
        line-height: 31px;
        color: #009e66;
        font-family: "Barlow";
        font-weight: 400;
        margin-bottom: 20px;
    }

    .products-detail p {
        font-size: 14px;
        line-height: 20px;
        color: #323232;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
    }

.products-green-btn {
    padding: 10px 25px;
    border: none;
    border-radius: 18px;
    font-size: 14px;
    line-height: 20px;
    color: white;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    background: #00b073;
    color: white;
    margin-bottom: -20px;
    text-decoration: none;
}

    .products-green-btn:hover {
        background-color: #009e67;
        color: white;
    }

.products-other-service {
    margin-top: 10px;
    border-top: none;
}


/* Detail page */
li {
    list-style: none;
}

ul {
    padding: 0px;
}

.mt-0 {
    margin-top: 0px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mlr-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.pt-0 {
    padding-top: 0px;
}

.pb-0 {
    padding-bottom: 0px;
}

.inner-banner {
    background: #333333;
    padding: 20px 0;
    float: left;
    width: 100%;
}

    .inner-banner h1 {
        color: #01ad70;
        font-weight: bold;
    }

    .inner-banner h5 {
        color: #ffffff;
        font-size: 20px;
    }

.inner-content {
    float: left;
    width: 100%;
    /*background-image: linear-gradient(#eeeeee 5%, #ffffff 95%);*/
}

.breadcrumb {
    background: transparent;
    font-size: 14px;
    padding-left: 0px;
    padding-right: 0px;
    font-family: 'Lato', sans-serif;
}

    .breadcrumb .fa {
        margin: 0 8px;
    }

    .breadcrumb a {
        color: #999999;
    }

        .breadcrumb a:hover {
            color: #00b073;
        }

    .breadcrumb .active {
        color: #00b073;
    }

.d-flex {
    display: flex;
}

.feature-box-wrap td {
    font-family: 'Lato', sans-serif;
}

.feature-box-wrap .red {
    background: #fbfbfb;
    color: #000000;
    font-weight: bold;
    position: relative;
}

    .feature-box-wrap .red:after {
        content: "\f00d";
        position: absolute;
        font-family: FontAwesome;
        color: red;
        top: 3px;
        right: 6px;
        font-size: 10px;
    }

.feature-box-wrap .green {
    background: #ebf9f4;
    color: #000000;
    font-weight: bold;
    position: relative;
}

    .feature-box-wrap .green:after {
        content: "\f00c";
        position: absolute;
        font-family: FontAwesome;
        color: green;
        top: 3px;
        right: 6px;
        font-size: 10px;
    }

.sepc-list {
    background: #fcf7e4;
    padding: 12px;
    border-radius: 10px;
}

    .sepc-list li {
        margin-bottom: 12px;
        word-break: break-word;
        font-family: 'Lato', sans-serif;
    }

        .sepc-list li span {
            font-weight: bold;
        }

            .sepc-list li span span {
                font-weight: normal;
                margin-left: 5px;
            }

.notation .fa-times {
    color: red;
}

.notation .fa-check {
    color: green;
}

.notation p {
    margin-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    font-family: 'Lato', sans-serif;
}

    .notation p:last-child {
        border-bottom: 0px;
    }

.notation span {
    margin-left: 15px;
    font-size: 14px;
}

.select-offer {
    position: absolute;
    right: 0;
    top: 10px;
    background: #f07725;
    height: 18px;
    color: #fff;
    font-size: 12px;
    font-family: robotobold,sans-serif;
    padding: 0 5px 0 10px;
    text-transform: uppercase;
    line-height: 18px;
}

.select-plan {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #666666;
}

.plan-wrap .select {
    padding: 15px;
    /*border: 0px solid #01ad70;*/
    width: 100%;
    font-size: 20px;
    color: #01ad70;
}

.action-list {
    margin-top: 10px;
    font-family: 'Lato', sans-serif;
}

    .action-list select {
        min-width: 50px;
        padding: 5px;
    }

    .action-list li {
        border-bottom: 1px solid #cccccc;
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .action-list li:nth-child(3), .action-list li:last-child {
            border-bottom: 0px;
        }

        .action-list li.total {
            background: #005c99;
            color: #ffffff;
            border-radius: 15px;
            margin-top: 20px;
            margin-bottom: -10px;
            position: relative;
            padding: 15px;
            word-break: break-word;
            font-family: 'Barlow', sans-serif;
        }

        .action-list li.saving {
            background: #d2d2d2;
            color: #005c99;
            border-radius: 0 0 15px 15px;
            padding: 15px;
            word-break: break-word;
            font-family: 'Barlow', sans-serif;
        }

            .action-list li.total span + span,
            .action-list li.saving span + span {
                font-size: 20px;
                font-weight: bold;
            }

.related-products {
    background: #eeeeee;
    width: 100%;
    float: left;
    padding: 30px 0;
}

.text-green {
    color: #01ad70;
}

.text-white {
    color: #ffffff;
}

.pro-wrap {
    background: #ffffff;
    padding: 10px;
    /*border:2px solid #01ad70;*/
    border-radius: 15px;
    box-shadow: 0px 0px 5px 0px #01ad70;
    margin: 40px 0;
}

    .pro-wrap h5 {
        text-align: center;
        color: #01ad70;
        font-weight: bold;
        font-size: 18px;
    }

.cheap-price-upper {
    background: #00b072;
    text-align: center;
    color: #ffffff;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: -18px;
    position: relative;
}

    .cheap-price-upper p {
        color: #eaeaea;
    }

        .cheap-price-upper p span {
            font-size: 22px;
            font-weight: bold;
            color: #ffffff;
            margin-right: 8px;
        }

.cheap-price-down {
    background: #009e66;
    color: #ffffff;
    border-radius: 10px;
    display: flex;
    padding: 25px 12px 8px;
}

    .cheap-price-down p {
        width: 33.33%;
    }

    .cheap-price-down .save {
        font-size: 15px;
        text-transform: uppercase;
        line-height: 15px;
        text-align: left;
    }

    .cheap-price-down .vendor-cost {
        font-size: 12px;
        color: #eaeaea;
        text-align: center;
        line-height: 15px;
    }

    .cheap-price-down .cost-disable {
        font-size: 16px;
        color: #ffffff;
        text-decoration: line-through;
        font-weight: bold;
        text-align: right;
    }

.pro-brand img {
    margin: 20px 0;
}

.point-list {
    text-align: center;
}

    .point-list li {
        color: #666666;
        font-size: 12px;
        margin-bottom: 10px;
        font-weight: bold;
        font-family: 'Lato', sans-serif;
    }

.buy-now {
    margin: 0 0 -36px;
}

.btn-success {
    background-color: #01ad70;
    border-color: #01ad70;
}

    .btn-success:hover, .btn-success:active {
        background-color: #009e66;
        border-color: #009e66;
    }

.btn {
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 8px;
}

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #f2f2f2;
    border-color: #EEEEEE;
    border: 1px solid #cdcdcd;
    border-radius: 15px;
}

.panel-title {
    font-size: 14px;
}

    .panel-title > a {
        display: block;
        padding: 2px 15px;
        text-decoration: none;
        color: #000000;
        font-size: 20px;
        font-family: 'Lato', sans-serif;
        font-weight: 600;
    }

.more-less {
    float: right;
    color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
    font-family: 'Lato', sans-serif;
}

.innter-title {
    color: #057d53;
    font-weight: bold;
}

.inner-title {
    color: #057d53;
}

.order-processing {
    background: #005c99;
    padding: 10px 15px;
    border-radius: 15px;
    color: #ffffff;
    font-size: 26px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    margin: 25px 0 20px 0;
}

.panel-group .panel-heading {
    margin-bottom: 15px;
}

.faq-wrap .panel-body {
    padding: 0px 15px 30px;
}

.faq-right {
    background: #00b072;
    border-radius: 10px;
    margin: 0 0 40px;
}

.common-highlight {
    width: 100%;
    display: block;
    border-bottom: 2px solid #008153;
    padding: 25px 15px;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
}

    .common-highlight:hover {
        color: #008153;
        text-decoration: none;
    }

    .common-highlight:last-child {
        border-bottom: 0px;
    }

.faq-right img {
    float: left;
    padding-right: 15px;
}

.f-lato {
    font-family: 'Lato', sans-serif;
}

.why-choose-brand {
    padding: 20px 40px;
    background: #f7f7f7;
    border: 2px solid #dddddd;
    /*box-shadow: -8px 8px 0 #ddd;*/
}

    .why-choose-brand p {
        font-family: 'Lato', sans-serif;
        margin-bottom: 20px;
    }

.inner-wrap {
    margin-bottom: 10px;
}

    .inner-wrap p {
        font-family: 'Lato', sans-serif;
        margin-bottom: 20px;
    }

.why-choose-us {
    padding: 30px 40px;
    background: #f2fffd;
    margin: 30px 0;
    border: 2px solid #d9efeb;
    /*box-shadow: -8px 8px 0 #d9efeb;*/
}

.why-choose-brand h4 {
    color: #55a79a;
}



.inner-wrap ul,
.why-choose-brand ul,
.why-choose-us ul {
    list-style: none;
    padding-left: 30px;
    padding-top: 10px;
}

    .inner-wrap ul li,
    .why-choose-brand ul li,
    .why-choose-us ul li {
        font-size: 16px;
        color: #000;
        padding: 5px 0;
        font-weight: normal;
        position: relative;
        line-height: 28px;
        font-family: 'Lato', sans-serif;
    }

        .inner-wrap ul li::before,
        .why-choose-brand ul li::before,
        .why-choose-us ul li::before {
            background-color: transparent;
            border-color: #01ad70;
            border-style: solid;
            border-width: 0 0 3px 3px;
            content: "";
            display: inline-block;
            height: 7px;
            left: -30px;
            position: absolute;
            top: 15px;
            vertical-align: middle;
            width: 14px;
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }



.inner-wrap ol,
.why-choose-brand ol,
.why-choose-us ol {
    list-style: none;
    padding-left: 30px;
    padding-top: 10px;
}

    .inner-wrap ol li,
    .why-choose-brand ol li,
    .why-choose-us ol li {
        font-size: 16px;
        color: #000;
        padding: 5px 0;
        font-weight: normal;
        position: relative;
        line-height: 28px;
        font-family: 'Lato', sans-serif;
        list-style: decimal;
    }



.inner-wrap .fa,
.why-choose-brand .fa,
.why-choose-us .fa {
    display: none;
}

.inner-wrap ul li a,
.why-choose-brand ul li a,
.why-choose-us ul li a {
    color: #000;
    text-decoration: underline;
    font-family: 'Lato', sans-serif;
}

    .inner-wrap ul li a:hover,
    .why-choose-brand ul li a:hover,
    .why-choose-us ul li a:hover {
        color: #01ad70;
    }

.add-to-cart .fa {
    margin-right: 10px;
}

.add-to-cart {
    font-family: 'Barlow', sans-serif;
    margin-bottom: 10px;
}

.grid .item {
    height: 130px;
    padding: 38px 0;
    text-align: center;
    color: #fff;
}

.grid .item {
    background: #00b072;
}

    .grid .item:nth-child(even) {
        background: #009e66;
    }

    .grid .item .value {
        font-family: 'Lato', sans-serif;
        font-weight: 700;
        font-size: 22px;
        margin: 0;
    }

    .grid .item .text {
        font-size: 13px;
        line-height: 1.65;
        margin: 0;
        font-family: 'Lato', sans-serif;
        font-weight: 700;
    }

.rating-text {
    font-size: 16px;
}

    .rating-text b {
        color: #01ad70;
        font-size: 20px;
    }

html input.star-5:checked ~ label.star:before {
    color: #74d836;
    text-shadow: none;
    font-size: 30px;
}

html label.star {
    padding: 0 10px;
    margin-bottom: 0;
    line-height: 100%;
}

.client-review-wrap {
    background: #d2d2d2;
    padding: 20px;
    text-align: center;
    margin-top: 0px;
}

.client-review {
    font-size: 15px;
    color: #000000;
}

.infomsg {
    border: 1px solid #e7e07b;
    font-family: Arial, Helvetica, sans-serif;
    background: url(/content/images/infoicon.svg) no-repeat #fffddf 15px 10px;
    background-size: auto;
    padding: 10px 15px 10px 50px;
    color: #a7a14f;
    background-size: 20px;
    font-size: 12px;
    word-wrap: break-word;
    margin-top: -30px !important;
}

.star-ratings {
    margin: -5px 5px 15px;
    font-size: 28px;
}

    .star-ratings .fa {
        color: #74d836;
    }

.star-wrap {
    margin: 15px 0 5px;
}


    .star-wrap .fa {
        color: #ff5722;
    }

.client-name {
    font-weight: bold;
    font-size: 13px;
    color: #777777;
}

.client-satisfaction {
    /*background: #d2d2d2;*/
    padding: 15px;
    margin-bottom: 0px;
    text-align: center;
}

    .client-satisfaction .money-back {
        display: inline-block;
    }

/* checkout page css */

.checkout-right h4, .checkout-left h4 {
    background: #01ad70;
    color: #ffffff;
    font-weight: bold;
    padding: 20px;
    border-radius: 10px 10px 0 0;
    margin: 0px;
}

.checkout-right-details {
    border: 10px solid #01ad70;
    /*border-top: 0px;*/
}

    .checkout-right-details .total {
        background: #009e66;
        color: #ffffff;
        font-weight: bold;
        display: flex;
    }

.order-detail {
    padding: 20px;
    border-bottom: 1px solid #cccccc;
    font-family: 'Lato', sans-serif;
    position: relative;
}

    .order-detail .tax-title, .total-title {
        font-size: 18px;
        font-weight: bold;
        color: #333333;
        margin-bottom: 5px;
    }

    .order-detail .pro-name {
        font-size: 16px;
        font-weight: bold;
        color: #333333;
        margin-bottom: 5px;
    }

.pro-qua-and-price .quantity {
    font-size: 18px;
}

.pro-qua-and-price .extra {
    float: left;
    padding: 4px 0 0 0;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    display: block;
    width: 100%;
}

    .pro-qua-and-price .extra span {
        color: #ff7146;
    }

.pro-qua-and-price .price {
    font-size: 18px;
    color: #01ad70;
    font-weight: bold;
}

.edit-delete {
    position: absolute;
    top: 0px;
    right: 0px;
}

    .edit-delete a {
        background: #eeeeee;
        display: block;
        width: 30px;
        height: 30px;
        border-radius: 20px;
        color: #000000;
        font-size: 14px;
        line-height: 30px;
        text-align: center;
        margin: 12.5px;
    }

        .edit-delete a.edit:hover {
            background: #01ad70;
            color: #ffffff;
        }

        .edit-delete a.delete:hover {
            background: red;
            color: #ffffff;
        }

.discount, .tax {
    background: #eeeeee;
    font-family: 'Lato', sans-serif;
    padding: 12px 20px;
    display: flex;
}

.discount-amount {
    font-size: 18px;
    color: red;
    font-weight: bold;
}

.discount-title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 5px;
}

.multi-year {
    display: block;
    font-size: 12px;
    color: #333333;
    text-decoration: underline;
}

    .multi-year:hover {
        color: #01ad70;
    }

.total {
    background: #eeeeee;
    font-family: 'Lato', sans-serif;
    padding: 12px 20px;
}


.tax {
    background: #d6d6d6;
}

.tax-amount {
    font-size: 16px;
    font-weight: bold;
}

.total-title {
    color: #ffffff;
}

.total-amount {
    font-size: 22px;
    font-weight: bold;
}

.total {
    background: #009e66;
    color: #ffffff;
    font-weight: bold;
}

.get-in-touch a {
    color: #01ad70;
}

    .get-in-touch a .far {
        margin-right: 10px;
        margin-top: 6px;
        vertical-align: top
    }

.checkout-left .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    list-style: none;
    padding: 15px 15px 0;
}

    .checkout-left .nav-tabs .nav-link {
        padding: 10px 20px;
        color: #ffffff;
        background: #666666;
        border-radius: 0px;
        border: 0px;
        font-family: 'Lato', sans-serif;
    }

        .checkout-left .nav-tabs .nav-link:hover {
            border-radius: 0px;
        }

        .checkout-left .nav-tabs .nav-link.active {
            background: #000000;
            color: #ffffff;
            border: 0px;
            padding: 10px 20px;
            border-radius: 0px !important;
        }

.checkout-left .tab-content {
    margin: 5px 15px 15px;
    background: #eee;
    padding: 15px;
    font-family: 'Lato', sans-serif;
}

    .checkout-left .tab-content h5 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

.tab-content form label {
    font-weight: bold;
    margin-bottom: 1px;
}

.tab-content h5 {
    font-weight: bold;
    color: #01ad70;
}

.promo {
    position: relative;
    display: block;
}

#panel,
#flip {
    padding: 10px;
}

    #flip p {
        font-size: 14px;
        color: #f07725;
        cursor: pointer;
    }

#panel {
    padding: 15px;
    display: none;
    background-color: #f5e091;
}

.remove {
    position: absolute;
    top: 10px;
    right: 10px;
}

    .remove a {
        font-size: 14px;
        color: #f07725;
        cursor: pointer;
    }

.promo_code {
    display: block;
}

    .promo_code label {
        font-size: 16px;
        color: #444;
        line-height: 24px;
    }

    .promo_code input[type="text"] {
        font-size: 13px;
        color: #232222;
        line-height: 22px;
        background-color: #fff;
        padding: 4px 6px;
        width: 40%;
        border: none;
        color: #5a5a5a;
        border: 1px #b1b1b1 solid;
    }

    .promo_code input[type="submit"] {
        font-size: 14px;
        color: #fff;
        padding: 6px 12px;
        border: none;
        text-transform: uppercase;
        margin-left: 10px;
        background: rgba(19, 19, 19, 1) !important;
        background: -moz-linear-gradient(top, rgba(19, 19, 19, 1) 0%, rgba(19, 19, 19, 1) 4%, rgba(60, 60, 60, 1) 29%, rgba(60, 60, 60, 1) 73%, rgba(19, 19, 19, 1) 95%, rgba(19, 19, 19, 1) 100%) !important;
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(19, 19, 19, 1)), color-stop(4%, rgba(19, 19, 19, 1)), color-stop(29%, rgba(60, 60, 60, 1)), color-stop(73%, rgba(60, 60, 60, 1)), color-stop(95%, rgba(19, 19, 19, 1)), color-stop(100%, rgba(19, 19, 19, 1))) !important;
        background: -webkit-linear-gradient(top, rgba(19, 19, 19, 1) 0%, rgba(19, 19, 19, 1) 4%, rgba(60, 60, 60, 1) 29%, rgba(60, 60, 60, 1) 73%, rgba(19, 19, 19, 1) 95%, rgba(19, 19, 19, 1) 100%) !important;
        background: -o-linear-gradient(top, rgba(19, 19, 19, 1) 0%, rgba(19, 19, 19, 1) 4%, rgba(60, 60, 60, 1) 29%, rgba(60, 60, 60, 1) 73%, rgba(19, 19, 19, 1) 95%, rgba(19, 19, 19, 1) 100%);
        background: -ms-linear-gradient(top, rgba(19, 19, 19, 1) 0%, rgba(19, 19, 19, 1) 4%, rgba(60, 60, 60, 1) 29%, rgba(60, 60, 60, 1) 73%, rgba(19, 19, 19, 1) 95%, rgba(19, 19, 19, 1) 100%) !important;
        background: linear-gradient(to bottom, rgba(19, 19, 19, 1) 0%, rgba(19, 19, 19, 1) 4%, rgba(60, 60, 60, 1) 29%, rgba(60, 60, 60, 1) 73%, rgba(19, 19, 19, 1) 95%, rgba(19, 19, 19, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#131313', GradientType=0);
    }

    .promo_code:hover input[type="submit"] {
        background: -moz-linear-gradient(top, rgba(216, 103, 26, 1) 0%, rgba(216, 103, 26, 1) 4%, rgba(240, 118, 37, 1) 29%, rgba(240, 118, 37, 1) 73%, rgba(216, 102, 26, 1) 95%, rgba(216, 102, 26, 1) 100%) !important;
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(216, 103, 26, 1)), color-stop(4%, rgba(216, 103, 26, 1)), color-stop(29%, rgba(240, 118, 37, 1)), color-stop(73%, rgba(240, 118, 37, 1)), color-stop(95%, rgba(216, 102, 26, 1)), color-stop(100%, rgba(216, 102, 26, 1))) !important;
        background: -webkit-linear-gradient(top, rgba(216, 103, 26, 1) 0%, rgba(216, 103, 26, 1) 4%, rgba(240, 118, 37, 1) 29%, rgba(240, 118, 37, 1) 73%, rgba(216, 102, 26, 1) 95%, rgba(216, 102, 26, 1) 100%) !important;
        background: -o-linear-gradient(top, rgba(216, 103, 26, 1) 0%, rgba(216, 103, 26, 1) 4%, rgba(240, 118, 37, 1) 29%, rgba(240, 118, 37, 1) 73%, rgba(216, 102, 26, 1) 95%, rgba(216, 102, 26, 1) 100%) !important;
        background: -ms-linear-gradient(top, rgba(216, 103, 26, 1) 0%, rgba(216, 103, 26, 1) 4%, rgba(240, 118, 37, 1) 29%, rgba(240, 118, 37, 1) 73%, rgba(216, 102, 26, 1) 95%, rgba(216, 102, 26, 1) 100%) !important;
        background: linear-gradient(to bottom, rgba(216, 103, 26, 1) 0%, rgba(216, 103, 26, 1) 4%, rgba(240, 118, 37, 1) 29%, rgba(240, 118, 37, 1) 73%, rgba(216, 102, 26, 1) 95%, rgba(216, 102, 26, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d8671a', endColorstr='#d8661a', GradientType=0);
    }

/*Order Grid CSS Start*/

.OrderGrid {
    display: block;
}

.grid_top {
    padding: 0px;
    padding-bottom: 10px;
    background-color: #00b072;
    border-bottom: 0px #00b072 solid;
}



    .grid_top p {
        font-size: 15px;
        color: #fff;
        font-weight: 500;
        padding: 5px 15px;
    }

.grid_top_View {
    float: right;
    width: 3%;
    font-size: 15px;
    font-weight: 500;
    text-align: right;
    /*padding-right: 10px;*/
}

.grid_top_price {
    float: left;
    width: 10%;
    font-size: 15px;
    font-weight: 500;
    text-align: right;
    padding-right: 10px;
}

.grid_top_left_30 {
    float: left;
    width: 30%;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    padding-right: 10px;
}

.grid_top_left_10 {
    float: left;
    width: 10%;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    padding-right: 10px;
}

.grid_top_left_15 {
    float: left;
    width: 15%;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    padding-right: 10px;
}

.grid_top_left_20 {
    float: left;
    width: 20%;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    padding-right: 10px;
}

.grid_top_left_12 {
    float: left;
    width: 12%;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    padding-right: 10px;
}

.grid_title {
    background-color: #f0eeee;
    padding: 10px 15px 10px 15px;
    display: flex;
    border: 1px #01ad70 solid;
}

.grid_title_left5 {
    float: left;
    width: 5%;
    font-size: 15px;
    color: #444;
    padding-right: 10px;
}

.grid_title_left20 {
    float: left;
    width: 20%;
    font-size: 15px;
    color: #444;
    padding-right: 10px;
}

.grid_title_left10 {
    float: left;
    width: 10%;
    font-size: 15px;
    color: #444;
    padding-right: 10px;
}

.grid_title_left12 {
    float: left;
    width: 12%;
    font-size: 15px;
    color: #444;
    padding-right: 10px;
}

.grid_title_left15 {
    float: left;
    width: 15%;
    font-size: 15px;
    color: #444;
    padding-right: 10px;
}

.grid_title_left30 {
    float: left;
    width: 30%;
    font-size: 15px;
    color: #444;
    padding-right: 10px;
}

.grid_title_price {
    float: left;
    width: 10%;
    font-size: 15px;
    color: #444;
    text-align: right;
    padding-right: 10px;
}

.grid_title_right10 {
    float: right;
    width: 10%;
    font-size: 15px;
    color: #444;
    text-align: right;
    padding-right: 10px;
}

.grid_title_right5 {
    float: right;
    width: 5%;
    font-size: 15px;
    color: #444;
    text-align: right;
    padding-right: 10px;
}

.grid_title_View {
    float: right;
    width: 3%;
    font-size: 15px;
    color: #444;
    text-align: right;
    /*padding-right: 10px;*/
}

.grid_title_right8 {
    float: right;
    width: 8%;
    font-size: 15px;
    color: #444;
    text-align: right;
    padding-right: 10px;
}

.grid_title_right span {
    font-weight: 500;
    color: #c41230;
    float: none;
}


.billing_order {
    margin-top: 30px;
    display: block;
    border: 0px #d6d6d6 solid;
}

    .billing_order h3 {
        background-color: #01ad70;
        color: #fff;
        padding: 8px 15px;
        font-size: 20px;
        font-family: PoppinsRegular_0;
        font-weight: 500;
        text-transform: uppercase;
    }


/*Order Grid CSS END*/

/*FORGOT PASSWORD START HERE*/

.reset {
    width: 35%;
    margin: 0 auto;
    padding: 30px 0px;
}

.reset_cont {
    border: 1px #ccc solid;
    box-shadow: 1px 3px 3px #d1d1d1;
    background-color: #f6f4f4;
    padding: 15px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

    .reset_cont h3 {
        font-size: 20px;
        color: #ec823a;
        text-align: center;
        font-weight: 500;
    }

    .reset_cont p {
        font-size: 16px;
        color: #444;
        text-align: center;
        padding: 5px 0px;
        border-bottom: 0px #ccc dashed;
    }

.create {
    padding: 10px;
    display: block;
}

.create_pass {
    padding: 5px 0px;
    display: block;
}

    .create_pass label {
        font-size: 14px;
        color: #444;
        line-height: 26px;
    }

    .create_pass input[type="email"],
    .create_pass input[type="password"],
    .create_pass input[type="text"] {
        font-size: 13px;
        color: #232222;
        background-color: #fff;
        padding: 6px;
        width: 80%;
        border: none;
        color: #5a5a5a;
        border: 1px #b1b1b1 solid;
        box-shadow: inset 0px 0px 10px 0px #d6d6d6;
    }

.create_btn {
    padding-top: 20px;
}

    .create_btn a {
        font-size: 16px;
        color: #fff;
        padding: 8px 24px;
        border: none;
        text-transform: uppercase;
        background-color: #ec823a;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        margin-right: 10px;
    }

        .create_btn a:hover {
            background-color: #222;
        }

.cancel {
    background-color: #222 !important;
}

    .cancel:hover {
        background-color: #ec823a !important;
    }


/*FORGOT PASSWORD END HERE*/

/*dASHBOARD */



.dashboard_left {
    float: left;
    width: 78%;
}

    .dashboard_left .title {
        display: block;
        position: relative;
        padding: 10px 0px;
    }

        .dashboard_left .title h3 {
            font-size: 30px;
            color: #317cc0;
            font-family: PoppinsRegular_0;
            font-weight: 600;
            text-transform: uppercase;
            line-height: 30px;
        }

        .dashboard_left .title span {
            color: #f07725;
        }

        .dashboard_left .title p {
            font-size: 18px;
            color: #444444;
            text-transform: uppercase;
        }

        .dashboard_left .title::after {
            content: "";
            position: absolute;
            left: 0px;
            bottom: -3px;
            width: 100px;
            height: 5px;
            background: #e67327;
        }

.dashboard_sec {
    padding: 0px 0 25px 0px;
}



    .dashboard_sec ul {
        margin: 0px;
        padding: 0px;
    }

        .dashboard_sec ul li {
            width: 15%;
            background: #00b072;
            text-align: center;
            box-shadow: 0 8px 10px -6px black;
            margin-top: 20px;
            float: left;
            margin-right: 1.5%;
        }

            .dashboard_sec ul li a {
                text-decoration: none;
                display: block;
                font-size: 14px;
                color: #000;
                text-transform: uppercase;
                padding: 10px;
                min-height: 150px;
            }

            .dashboard_sec ul li img {
                margin: 0 auto;
                display: block;
                padding: 10px 0px;
            }

            .dashboard_sec ul li a:hover {
                background: #fff;
            }

.dashboard_cont p {
    font-size: 14px;
    color: #444;
    line-height: 22px;
    padding: 10px 0px;
}

.dashboard_right {
    float: right;
    width: 20%;
    margin-top: 25px;
    border-radius: 10px;
}

.dashboard_right_cont {
    display: block;
    border: none;
    position: relative;
}

    .dashboard_right_cont::after {
        content: "";
        position: absolute;
        right: 20px;
        top: 5px;
        width: 100px;
        height: 100px;
        border-top: 3px #f07725 solid;
        border-right: 3px #f07725 solid;
        margin-right: -20px;
        margin-top: -20px;
    }

    .dashboard_right_cont::before {
        content: "";
        position: absolute;
        left: 0px;
        bottom: 5px;
        width: 100px;
        height: 100px;
        border-bottom: 3px #f07725 solid;
        border-left: 3px #f07725 solid;
        margin-left: -15px;
        margin-bottom: -15px;
    }

.dashboard_menu {
    margin-top: 43px;
    background: #f5f5f5;
    border: 2px solid #00b072;
    border-radius: 2px;
    margin-bottom: 30px;
}

    .dashboard_menu .heading {
        background: #00b072;
        padding: 10px;
        color: #000000;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 400;
    }

        .dashboard_menu .heading span {
            color: #000000;
            display: inline;
            text-transform: uppercase;
            font-size: 20px;
            font-weight: 400 !important;
        }

    .dashboard_menu p {
        font-size: 16px;
        color: #000;
        padding: 10px 10px 5px 15px;
        margin-bottom: 0px !important;
        border-bottom: 1px #00b072 solid;
    }

        .dashboard_menu p a {
            color: #444444;
        }

            .dashboard_menu p a:hover {
                color: #f07725;
            }
/*dASHBOARD eND*/

.copy {
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #000;
    padding: 20px 25px;
}

    .copy a {
        font-weight: 700;
        color: #f07725;
    }

.clear {
    clear: both;
    margin: 0px;
    padding: 0px;
}

/*OrderDetail US PAGE CSS START HERE*/

.orderdetail {
    margin-top: 25px;
    overflow: hidden;
    margin-bottom: 25px;
    border: 1px solid #00b072;
}

    .orderdetail .heading {
        background: #00b072;
        padding: 10px;
        color: #000000;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 400;
    }

    .orderdetail .field {
        width: 50%;
        float: left;
        margin-top: 20px;
        padding-left: 10px;
    }

        .orderdetail .field label {
            font-size: 16px;
            color: #000000;
            /*text-transform: uppercase;*/
            /*margin-bottom: 10px;*/
            display: block;
        }

            .orderdetail .field label span {
                padding: 0px 10px;
                display: inline-block;
            }

        .orderdetail .field .inp {
            width: 80%;
            height: 35px;
            border: 1px solid #c9c9c9;
            padding: 0px 10px;
            box-shadow: inset 0px 0px 15px #e0e0e0;
            -moz-box-shadow: inset 0px 0px 15px #e0e0e0;
            -webkit-box-shadow: inset 0px 0px 15px #e0e0e0;
        }

        .orderdetail .field .area {
            width: 90%;
            height: 120px;
            border: 1px solid #c9c9c9;
            padding: 10px;
            box-shadow: inset 0px 0px 15px #e0e0e0;
            -moz-box-shadow: inset 0px 0px 15px #e0e0e0;
            -webkit-box-shadow: inset 0px 0px 15px #e0e0e0;
        }

        .orderdetail .field .slt {
            font-size: 13px;
            color: #232222;
            line-height: 22px;
            background-color: #fff;
            padding: 4px 6px;
            width: 80%;
            border: none;
            color: #5a5a5a;
            border: 1px #b1b1b1 solid;
            box-shadow: inset 0px 0px 10px 0px #d6d6d6;
            height: 35px !important;
        }

.captcha {
    margin-top: 20px;
}

.orderdetail .btn {
    border: 0px;
    height: 40px;
    color: #fff;
    margin-top: 20px;
}

    .orderdetail .btn:hover {
        background: #000;
    }
/*OrderDetail US PAGE CSS end HERE*/

/*Invoice  START HERE*/

.invoice {
    margin-top: 50px;
}

.invoice_cont {
    padding: 0px;
    display: block;
}

.invoice_cont_left {
    float: left;
    width: 30%;
}

    .invoice_cont_left h2 {
        font-size: 22px;
        color: #444;
        border-bottom: 1px #e1e1e1 solid;
        font-family: PoppinsRegular_0;
        font-weight: 500;
        text-transform: uppercase;
    }

    .invoice_cont_left p {
        font-size: 15px;
        color: #444;
        padding: 10px 0px;
    }

.invoice_cont_right {
    float: right;
    width: 30%;
}

    .invoice_cont_right h2 {
        font-size: 22px;
        color: #444;
        border-bottom: 1px #e1e1e1 solid;
        font-family: PoppinsRegular_0;
        font-weight: 500;
        text-transform: uppercase;
    }

    .invoice_cont_right p {
        font-size: 15px;
        color: #444;
        padding: 10px 0px;
    }

.invoice_order {
    margin-top: 30px;
    display: block;
    border: 1px #d6d6d6 solid;
}

    .invoice_order h3 {
        background-color: #01ad70;
        color: #fff;
        padding: 8px 15px;
        font-size: 20px;
        /*font-family: PoppinsRegular_0;*/
        font-weight: 500;
        text-transform: uppercase;
        margin: 0px !important;
    }

.invoice_product {
    display: block;
}

.invoice_product_top {
    padding: 0px;
}

    .invoice_product_top p {
        font-size: 15px;
        color: #444;
        font-weight: 500;
        padding: 5px 15px;
    }

    .invoice_product_top span {
        float: right;
        width: 40%;
        font-size: 15px;
        color: #444;
        font-weight: 500;
        text-align: right;
    }

.invoice_product_title {
    background-color: #f0eeee;
    padding: 10px 15px;
    display: block;
}

.invoice_product_title_left {
    float: left;
    width: 70%;
    font-size: 15px;
    color: #444;
}

.invoice_product_title_right {
    float: right;
    width: 30%;
    font-size: 15px;
    color: #444;
    text-align: right;
}

    .invoice_product_title_right span {
        font-weight: 500;
        color: #01ad70;
        float: none;
    }

.invoice_total {
    padding: 15px;
    margin: 0px;
}

    .invoice_total p {
        font-size: 18px;
        color: #0c80a6;
        font-weight: 500;
        padding: 3px 0px;
        font-weight: 500;
    }

    .invoice_total span {
        float: right;
        width: 30%;
        color: #01ad70;
        font-weight: 600;
        text-align: right;
        font-size: 20px;
    }
/*End Invoice*/


.tooltip {
    position: relative;
    display: inline-block;
    margin: 5px;
    opacity: 1 !important;
}

    .tooltip img {
        width: 15px;
        cursor: pointer;
        opacity: 0.8;
    }

    .tooltip:hover img {
        opacity: 1.8;
    }

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 200px;
        background-color: #fff;
        color: #444;
        text-align: center;
        border-radius: 6px;
        border: 1px #ccc solid;
        padding: 5px;
        position: absolute;
        z-index: 1;
        top: 30px;
        right: 0px;
        font-size: 11px;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }




.table thead th {
    background-color: #00b072;
    vertical-align: bottom;
    border-bottom: 1px solid #00b072;
    color: #fff;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #00b072;
    border-bottom-width: 1px;
}


.table-prod-bordered td, .table-prod-bordered th {
    border: 3px solid #00b072;
    border-bottom-width: 3px;
}

.inner-wrap .form-control {
    width: 90%;
    display: inline-block;
}

.forgot {
    float: right;
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
}

    .loading:after {
        content: "";
        background: #eaeaea;
        opacity: 0.5;
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .loading img {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -16px 0 0 -16px;
        z-index: 99;
    }

.reset-h3 {
    font-size: 20px;
    color: #ec823a;
    text-align: center;
    font-weight: 500;
}
/* styles for validation helpers */

.field-validation-error {
    color: #b94a48;
    float: left;
    font-size: small;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

/* -----------------------------------------------------------------------------------------------------------------------------
                                                               INDEX PAGE                                                                        
------------------------------------------------------------------------------------------------------------------------------ */

@media (max-width: 1199px) {
    .slide-green .slide-2 #sub-1 strong {
        font-size: 11px;
    }
   /* .banner-wrapper {
        width: 100%;
        height: 313px;
        float: left;
        position: relative;
    }
    .banner-text {
        float: left;
        padding: 180px 62px 0 124px;
    }
    .banner-text h2 {
        font-size: 32px;
        line-height: 30px;
        color: #00b072;
        font-family: "Barlow";
        font-weight: 700;
    }
    .banner-text h3 {
        font-size: 28px;
        line-height: 25px;
        color: white;
        font-family: "Barlow";
        font-weight: 700;
    }
    .add-cart-btn {
        padding: 187px 0px 0 0px;
    }
    .cart-btn {
        padding: 15px 15px;
        font-size: 16px;
        border-radius: 10px;
        line-height: 20px;
    }
    .banner-logo-1 {
        position: absolute;
        top: 68px;
        left: 625px;
    }
    .banner-logo-1 img {
        max-width: 100%;
    }
    .banner-logo-2 {
        position: absolute;
        top: 68px;
        left: 620px;
    }
    .banner-logo-2 img {
        max-width: 100%;
    }
    .banner-logo-3 {
        position: absolute;
        top: 60px;
        left: 620px;
    }
    .banner-logo-3 img {
        max-width: 100%;
    }
    .overlay-green {
        width: 10%;
        float: left;
    }*/
	
	
	.banner-wrapper {
    background-position: 45% center;
}
	
	.banner-text {
    left: 0;
	}
	
	.banner-logo-1 {
    left: 540px;
    }
	
    .green-bg {
        width: 350px;
    }
    .overlay-green img {
        float: left;
        width: 10%;
    }
    .green-1 {
        float: left;
        width: 100%;
        padding: 0;
        background-color: #009e67;
        border-radius: 12px 0 0 12px;
        font-family: "Barlow";
        font-size: 10px;
    }
    .green-2 {
        float: left;
        width: 100%;
        padding: 0;
        font-family: "Barlow";
        font-size: 10px;
    }
    .green-3 {
        float: left;
        width: 100%;
        padding: 0;
        background-color: #009e67;
        border-radius: 12px 0 0 12px;
        font-family: "Barlow";
        font-size: 10px;
    }
    .overlay-green p {
        float: left;
        padding: 27px 5px 27px 15px;
        margin: 0;
        font-size: 19x;
        line-height: 25px;
        color: #ffffff;
        font-family: "Barlow";
        font-weight: 500;
    }
    .overlay-green img {
        float: left;
        width: 55px;
        padding: 29px 0px 5px 0px;
        margin-left: 8px;
    }
    .tag {
        text-align: center;
    }
    .tag-img {
        padding: 6px 16px;
    }
    .white-bg {
        padding: 20px 26px;
        margin-right: 20px;
    }
    .cyan-bg {
        margin-left: 0;
        padding: 20px 41px;
    }
    .quick-help-right {
        text-align: left;
        margin-top: 20px;
    }
    .quick-btn {
        padding: 30px 26px;
        margin-left: 25px;
        margin-top: 0px;
        font-size: 27px;
    }
    .blue-bg {
        border-radius: 7px;
        background-color: #006599;
        padding: 20px 3px;
        text-align: center;
    }
    .rating-approved {
        font-size: 15px;
    }
    .contact a {
        font-size: 14px;
    }
    .support-contact p {
        font-size: 15px;
    }
    .ftr-overlay {
        width: 40px;
        position: absolute;
        top: -25px;
        right: 10px;
    }
}

@media (max-width: 1024px) {
  
}

@media (max-width: 992px) {
    .service-header .container {
        max-width: 100%;
    }
    .social-media-link .container {
        max-width: 100%;
    }
    .header .container {
        max-width: 95%;
    }
    .menu .container {
        max-width: 95%;
    }
    .rapid-tab .container {
        max-width: 100%;
    }
    .mob-no {
        width: 70%;
    }
    .account {
        width: 17%;
    }
    .cart {
        width: 13%;
    }
    .menu li.support {
        margin-right: 0;
        display: contents;
    }
  /*  .banner-wrapper {
        width: 100%;
        height: 259px;
        float: left;
        position: relative;
    }
    .banner-text {
        float: left;
        padding: 170px 116px 0 80px;
    }
    .banner-text h2 {
        font-size: 25px;
        line-height: 20px;
        color: #00b072;
        font-family: "Barlow";
        font-weight: 700;
    }
    .banner-text h3 {
        font-size: 20px;
        line-height: 22px;
        color: white;
        font-family: "Barlow";
        font-weight: 700;
    }
    .add-cart-btn {
        float: left;
        padding: 175px 0px 0 0px;
    }
    .cart-btn {
        padding: 7px 8px;
        font-size: 15px;
        border-radius: 5px;
        line-height: 19px;
    }
    .banner-logo-1 {
        position: absolute;
        top: 52px;
        left: 497px;
    }
    .banner-logo-1 img {
        max-width: 135px;
    }
    .banner-logo-2 {
        position: absolute;
        top: 56px;
        left: 490px;
    }
    .banner-logo-2 img {
        max-width: 140px;
    }
    .banner-logo-3 {
        position: absolute;
        top: 45px;
        left: 490px;
    }
    .banner-logo-3 img {
        max-width: 140px;
    }
    .overlay-green {
        width: 10%;
        float: left;
    }
    .green-bg {
        width: 30%;
        height: 259px;
        border-radius: 12px 0 0 12px;
        background-color: #00b073;
        position: absolute;
        top: 0;
        right: 0;
    }
    .overlay-green img {
        float: left;
        width: 10%;
    }
    .green-1 {
        float: left;
        width: 100%;
        padding: 0;
        background-color: #009e67;
        border-radius: 12px 0 0 12px;
        font-family: "Barlow";
        font-size: 10px;
    }
    .green-2 {
        float: left;
        width: 100%;
        padding: 0;
        font-family: "Barlow";
        font-size: 10px;
    }
    .green-3 {
        float: left;
        width: 100%;
        padding: 0;
        background-color: #009e67;
        border-radius: 12px 0 0 12px;
        font-family: "Barlow";
        font-size: 10px;
    }
    .overlay-green p {
        float: left;
        padding: 24px 5px 24px 5px;
        margin: 0;
        font-size: 18x;
        line-height: 1;
        color: #ffffff;
        font-family: "Barlow";
        font-weight: 500;
    }
    .overlay-green img {
        float: left;
        width: 45px;
        padding: 22px 2px 5px 0px;
        margin-left: 8px;
    }*/
	
	.banner-wrapper {background-position: 35% center;}
	
	.overlay-green {
       display: none;
    }
	
	.banner-text {
     left: 0;
	}
	
	.cart-btn {font-size: 14px;}

    .tag {
        text-align: center;
    }
    .tag-img {
        padding: 5px 12px;
    }
    .slide-1 p {
        margin: 0;
        font-size: 15px;
    }
    .slide-2 #sub-1 strong {
        font-size: 14px;
    }
    .slide-2 #sub-2 span {
        font-size: 11px;
    }
    .slide-2 #sub-3 strong {
        font-size: 16px;
    }
    .box-tag.img-fluid {
        max-width: 95%;
        height: auto;
    }
    .box .buy-button .btn-green {
        padding: 13px 15px;
        background-color: #00b073;
        border-radius: 8px;
        font-size: 13px;
    }
    .white-bg {
        margin-right: 0;
        padding: 20px 10px;
        margin: 10px 20px;
    }
    .cyan-bg {
        margin-left: 0;
        padding: 20px 27px;
        margin: 10px 20px;
    }
    .service-1 h3 {
        font-size: 19.5px;
    }
    .about-slider {
        padding: 60px 0px;
        margin: 0 100px;
        ;
        border: 1px solid #dee2e6;
        border-radius: 10px;
        position: relative;
    }
    .about-slide-image {
        text-align: right;
        padding-left: 8px;
    }
    .quick-help-right {
        text-align: left;
        ;
    }
    .quick-btn {
        padding: 20px 25px;
        margin-left: 71px;
        margin-top: 12px;
        font-size: 24px;
    }
    .product h3 {
        font-size: 19px;
    }
    .brand h3 {
        font-size: 19px;
    }
    .quick-links h3 {
        font-size: 19px;
    }
    .rating-approved {
        font-size: 14px;
    }
    .blue-bg h6 {
        font-size: 11px;
    }
    .blue-bg img {
        width: 50%;
    }
    .ftr-overlay {
        width: 35px;
        position: absolute;
        top: -20px;
        right: 10px;
    }
    .social-media-link .products,
    .social-media-link .brand,
    .social-media-link .quick-links,
    .social-media-link .shopper-approved,
    .social-media-link .contact{
        flex: 0 0 33%;
        max-width: 33%;
    }
    .faq-right .high-text{
        margin-left: 80px;
        word-break: break-word
    }
}

@media (max-width: 768px) {
    .menu .container {
        max-width: 100%;
    }
    .tag .container {
        max-width: 98%;
        text-align: center;
    }
    .header .container {
        max-width: 100%;
    }
    .mob-no {
        display: none;
    }
    .account {
        width: 50%;
    }
    .cart {
        width: 50%;
    }
    .menu ul {
        list-style: none;
        padding: 15px 0;
        margin: 0;
    }
    .menu li {
        margin-right: 15px;
    }
    .menu li.support {
        margin-left: 0px;
        margin-right: 0;
    }
    .tag-img {
        padding: 8px 8px;
    }
    .navbar-expand-lg .navbar-nav {
        padding: 20px 0 0;
    }
    .menu li.support {
        margin-right: 0;
        display: contents;
    }
 /*   .banner-wrapper {
        width: 100%;
        height: 200px;
        float: left;
        position: relative;
    }
    .banner-text {
        float: left;
        padding: 119px 48px 0 65px;
    }
    .banner-text h2 {
        font-size: 18px;
        line-height: 14px;
        color: #00b072;
        font-family: "Barlow";
        font-weight: 700;
    }
    .banner-text h3 {
        font-size: 18px;
        line-height: 14px;
        color: white;
        font-family: "Barlow";
        font-weight: 700;
    }
    .add-cart-btn {
        padding: 124px 0px 0 0px;
    }
    .cart-btn {
        padding: 7px 8px;
        font-size: 11px;
        border-radius: 5px;
        line-height: 13px;
    }
    .banner-logo-1 {
        position: absolute;
        top: 38px;
        left: 391px;
    }
    .banner-logo-1 img {
        max-width: 90px;
    }
    .banner-logo-2 {
        position: absolute;
        top: 38px;
        left: 385px;
    }
    .banner-logo-2 img {
        max-width: 95px;
    }
    .banner-logo-3 {
        position: absolute;
        top: 36px;
        left: 388px;
    }
    .banner-logo-3 img {
        max-width: 95px;
    }*/
   
    .products a {
        font-size: 12px;
    }
    .brand a {
        font-size: 12px;
    }
    .quick-links a {
        font-size: 12px;
    }
    .slide-green .slide-2 #sub-1 strong {
        font-size: 18px;
    }
    .slide-2 #sub-2 span {
        font-size: 18px;
    }
    .slide-2 #sub-3 strong {
        font-size: 18px;
    }
    .nav-link {
        font-size: 18px;
        padding: 30px 0px 30px 20px;
        line-height: 21px;
        color: #2c2c2c;
        font-family: "Barlow";
        font-weight: 400;
    }
    .service {
        width: 100%;
        float: left;
        margin: 50px 0;
    }
    .service-header h2 {
        padding: 15px 0;
        text-align: center;
    }
    .sub-head h2 {
        font-size: 33px;
    }
    .header-btn {
        text-align: center;
    }
    .about-us {
        width: 100%;
        float: left;
        padding: 40px 0;
        margin-bottom: 50px;
    }
    .about-slider {
        padding: 60px 0px;
        margin: 0 30px;
        border: 1px solid #dee2e6;
        border-radius: 10px;
        position: relative;
    }
    .about-slide-image {
        text-align: right;
        padding-left: 5px;
    }
    .service-1 {
        margin-bottom: 10px;
    }
    .service-sub {
        width: 100%;
        float: left;
        padding: 30px 0 0;
    }
    .our-clients {
        padding: 30px 0;
    }
    .our-clients-tag {
        margin-top: 40px;
    }
    .clients-image {
        margin: 10px 0;
    }
    .why-choose-us {
        padding: 25px 2px;
    }
    .choose-us-contant {
        padding: 10px 0 0;
    }
    .choose-padd {
        padding: 25px 0 0;
        margin-bottom: 15px;
    }
    .choose-blue {
        margin-top: 20px;
    }
    .quick-help-right {
        text-align: left;
    }
    .quick-help-right img {
        margin-left: 32px;
    }
    .quick-btn {
        padding: 20px 15px;
        margin-left: 36px;
        background-color: white;
        border-radius: 10px;
    }
    .blue-bg {
        text-align: center;
    }
    .rating-approved {
        font-size: 25px;
    }
    .blue-bg h6 {
        font-size: 25px;
    }
    .blue-bg img {
        width: 200px;
    }
    .shopper-approved {
        margin-top: 30px;
    }
    .contact {
        margin-top: 15px;
    }
    .contact-logo img {
        width: 60%;
        float: right;
    }
    .contact a {
        font-size: 18px;
    }
    .support-contact p {
        font-size: 18px;
    }
    .left-ftr a {
        padding-left: 15px;
    }
}

@media (max-width: 767px) {

.banner-wrapper {
    background-position: 31% center;
}

.banner-logo-1 {
    left: 350px;
}

.banner-text h2 {
    font-size: 22px;
    line-height: 22px;
    margin: 5px 0;
}

.banner-text h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 5px 0;
}

.add-cart-btn {
    position: absolute;
    left: 0;
    bottom: 30px;
	top:inherit;
}

.cart-btn {
    padding: 5px;
    line-height: 20px;
}
.inner-banner h1{
    font-size:26px;
}
.inner-banner h5{
    font-size:16px;
}
.inner-banner img{
    margin-top:10px;
}
.plan-wrap{
    margin-top:25px;
}
.grid .item{
    border:1px solid #ffffff;
}
.notation span {
    margin-left: 6px;
    font-size: 12px;
}
.checkout-right{
    margin-top:30px;
}
.checkout-left .nav-tabs .nav-link,
.checkout-left .nav-tabs .nav-link.active{
    padding:7px;
}
.checkout-left .nav-link{
    font-size:13px;
}
.social-media-link .shopper-approved, .social-media-link .contact{
    flex: 0 0 100%;
    max-width: 100%;
}

}
@media (max-width: 576px) {
    .tag .container {
        max-width: 98%;
        text-align: center;
    }
    .header .container {
        max-width: 100%;
    }
    .mob-no {
        display: none;
    }
    .account {
        width: 50%;
    }
    .cart {
        width: 50%;
    }
    .rapid-logo {
        padding: 15px 0;
    }
    .navbar-expand-lg .navbar-nav {
        padding: 20px 0 0;
    }
    .menu li.support {
        margin-left: 0px;
        margin-right: 0;
    }
 /*   .banner-wrapper {
        width: 100%;
        height: 150px;
        float: left;
        position: relative;
    }
    .banner-text {
        float: left;
        padding: 85px 48px 0 59px;
    }
    .banner-text h2 {
        font-size: 14px;
        line-height: 5px;
        color: #00b072;
        font-family: "Barlow";
        font-weight: 700;
    }
    .banner-text h3 {
        font-size: 12px;
        line-height: 7px;
        color: white;
        font-family: "Barlow";
        font-weight: 700;
    }
    .add-cart-btn {
        float: left;
        padding: 84px 0px 0 0px;
    }
    .cart-btn {
        padding: 4px 6px;
        font-size: 9px;
        border-radius: 5px;
        line-height: 13px;
    }
    .banner-logo-1 {
        position: absolute;
        top: 27px;
        left: 278px;
    }
    .banner-logo-1 img {
        max-width: 80px;
    }
    .banner-logo-2 {
        position: absolute;
        top: 26px;
        left: 274px;
    }
    .banner-logo-2 img {
        max-width: 85px;
    }
    .banner-logo-3 {
        position: absolute;
        top: 25px;
        left: 274px;
    }
    .banner-logo-3 img {
        max-width: 85px;
    }*/
    .overlay-green {
        width: 10%;
        float: left;
    }
    .green-bg {
        width: 30%;
        height: 150px;
        border-radius: 12px 0 0 12px;
        background-color: #00b073;
        position: absolute;
        top: 0;
        right: 0;
    }
    .overlay-green img {
        float: left;
        width: 10%;
    }
    .green-1 {
        float: left;
        width: 100%;
        padding: 0;
        background-color: #009e67;
        border-radius: 12px 0 0 12px;
        font-family: "Barlow";
        font-size: 10px;
    }
    .green-2 {
        float: left;
        width: 100%;
        padding: 0;
        font-family: "Barlow";
        font-size: 10px;
    }
    .green-3 {
        float: left;
        width: 100%;
        padding: 0;
        background-color: #009e67;
        border-radius: 12px 0 0 12px;
        font-family: "Barlow";
        font-size: 10px;
    }
    .overlay-green p {
        float: left;
        padding: 13px 5px 13px 5px;
        margin: 0;
        font-size: 12px;
        line-height: 1;
        color: #ffffff;
        font-family: "Barlow";
        font-weight: 500;
    }
    .overlay-green img {
        float: left;
        width: 26px;
        padding: 16px 2px 5px 0px;
        margin-left: 8px;
    }
    .tag-img {
        padding: 8px 8px;
    }
    .tab-menu {
        padding-right: 15px;
    }
    .tab-contant {
        padding-left: 15px;
    }
    .nav-link {
        font-size: 18px;
        padding: 30px 0px 30px 20px;
        line-height: 21px;
        color: #2c2c2c;
        font-family: "Barlow";
        font-weight: 400;
    }
    .nav-link:hover {
        border-radius: 18px 0px 0px 18px;
    }
    .nav-tabs .nav-link.active {
        color: #495057;
        background-color: #fff;
        border-color: #dee2e6 #dee2e6 #dee2e6 #dee2e6;
        background: #fff;
        margin-right: 0;
        padding-right: 0;
        display: block;
        position: relative;
        padding: 30px 0px 30px 20px;
        border-radius: 18px;
    }
    #home1 {
        padding: 40px 30px 30px 30px;
        display: inline-block;
        border: 1px solid #dee2e6;
        border-radius: 18px 18px 18px 18px;
    }
    .tab-1 {
        padding: 0 12px;
    }
    .service-header h2 {
        padding: 15px 0;
        text-align: center;
    }
    .header-btn {
        text-align: center;
    }
    #service-sub {
        margin-left: 10px;
    }
    .why-choose-us {
        padding: 25px 2px;
    }
    .choose-us-contant {
        padding: 10px 0 0;
    }
    .choose-padd {
        padding: 25px 0 0;
        margin-bottom: 15px;
    }
    .about-us {
        padding: 40px 0;
        margin-bottom: 20px;
    }
    .about-us h1 {
        margin-bottom: 25px;
    }
    .other-services h3 {
        padding-top: 10px;
    }
    .other-services-contant {
        padding: 20px 0;
    }
    .about-slider {
        padding: 40px 10px;
        border: 1px solid #dee2e6;
        border-radius: 10px;
        position: relative;
        margin: 0;
    }
    .about-slide-image {
        text-align: left;
        margin-bottom: 10px;
    }
    .about-slider .carousel-indicators {
        position: absolute;
        bottom: -95px;
        text-align: center;
        background-color: white;
    }
    .service {
        width: 100%;
        margin: 60px 0;
    }
    .cyan-bg {
        margin: 0 30px;
    }
    .white-bg {
        margin: 0 30px;
    }
    .other-services h3 {
        padding-top: 10px;
    }
    .other-services-contant {
        padding: 20px 0;
    }
    .service-1 {
        margin-bottom: 25px;
    }
    .our-clients {
        padding: 30px 0;
    }
    .our-clients-tag {
        margin-top: 40px;
    }
    .clients-image {
        margin: 10px 0;
    }
    .quick-help-right img {
        margin-left: 32px;
    }
    .quick-btn {
        padding: 30px 28px;
        margin-left: 85px;
        background-color: white;
        border-radius: 10px;
    }
    .quick-btn a {
        font-size: 38px;
        line-height: 46px;
        color: #005b99;
        font-family: "Barlow";
        font-weight: 700;
        text-align: center;
        text-decoration: none;
    }
    .rating-approved {
        font-size: 20px;
        ;
    }
    .blue-bg h6 {
        font-size: 20px;
    }
    .blue-bg img {
        width: 180px;
    }
    .contact-logo img {
        width: 65%;
        margin: auto;
        float: right;
    }
    .left-ftr {
        text-align: center;
    }
    .right-ftr {
        text-align: center;
    }
    footer {
        width: 100%;
        float: left;
        position: relative;
        border-top: 1px solid rgb(192, 188, 188);
        background-color: #ebebeb;
    }
    .ftr-overlay {
        position: absolute;
        top: -21px;
        right: 10px;
        width: 10%;
    }
}

@media (max-width: 450px) {
    .header .container {
        max-width: 100%;
    }
    .mob-no {
        display: none;
        width: 100%;
        text-align: center;
    }
    .account {
        width: 50%;
    }
    .cart {
        width: 50%;
    }
    .navbar {
        padding: 20px 0;
    }
    a.logo img {
        max-width: 220px;
    }
    .menu ul {
        width: 100%;
        list-style: none;
        padding: 20px 0;
        margin: 0;
    }
    .menu li {
        margin-right: 0px;
    }
    .menu li.support {
        margin-right: 0;
        display: contents;
    }
 /*   .banner-wrapper {
        width: 100%;
        height: 111px;
        float: left;
        position: relative;
    }
    .banner-logo-1 {
        position: absolute;
        top: 15px;
        left: 210px;
    }
    .banner-logo-1 img {
        max-width: 55px;
    }
    .banner-logo-2 {
        position: absolute;
        top: 15px;
        left: 212px;
    }
    .banner-logo-2 img {
        max-width: 55px;
    }
    .banner-logo-3 {
        position: absolute;
        top: 13px;
        left: 214px;
    }
    .banner-logo-3 img {
        max-width: 52px;
    }
    .banner-text {
        float: left;
        padding: 60px 27px 0 41px;
    }
    .add-cart-btn {
        float: left;
        padding: 60px 0px 0 0px;
    }
    .banner-text h2 {
        font-size: 12px;
        line-height: 1px;
        color: #00b072;
        font-family: "Barlow";
        font-weight: 700;
    }
    .banner-text h3 {
        font-size: 10px;
        line-height: 2px;
        color: white;
        font-family: "Barlow";
        font-weight: 700;
    }
    .cart-btn {
        padding: 2px 6px;
        font-size: 5px;
        border-radius: 5px;
        line-height: 13px;
    }*/
    .overlay-green {
        width: 10%;
        float: left;
    }
    .green-bg {
        width: 30%;
        height: 111px;
        border-radius: 10px 0 0 10px;
        background-color: #00b073;
        position: absolute;
        top: 0;
        right: 0;
    }
    .overlay-green img {
        float: left;
        width: 10%;
    }
    .green-1 {
        float: left;
        width: 100%;
        padding: 0;
        background-color: #009e67;
        border-radius: 10px 0 0 10px;
        font-family: "Barlow";
        font-size: 10px;
    }
    .green-2 {
        float: left;
        width: 100%;
        padding: 0;
        font-family: "Barlow";
        font-size: 10px;
    }
    .green-3 {
        float: left;
        width: 100%;
        padding: 0;
        background-color: #009e67;
        border-radius: 10px 0 0 10px;
        font-family: "Barlow";
        font-size: 10px;
    }
    .overlay-green p {
        float: left;
        padding: 10px 5px 9px 5px;
        margin: 0;
        font-size: 9px;
        line-height: 1;
        color: #ffffff;
        font-family: "Barlow";
        font-weight: 500;
    }
    .overlay-green img {
        float: left;
        width: 20px;
        padding: 9px 2px 5px 0px;
        margin-left: 8px;
    }
    .tag {
        padding: 15px 0;
        text-align: center;
    }
    .rapid-contant {
        padding: 30px 0;
    }
    .tab-menu {
        padding-right: 15px !important;
    }
    .tab-contant {
        padding-left: 15px;
    }
    .nav-link {
        font-size: 18px;
        padding: 20px 20px 20px 20px;
        line-height: 21px;
        color: #2c2c2c;
        font-family: "Barlow";
        font-weight: 400;
    }
    .nav-tabs .nav-link.active {
        color: #495057;
        background-color: #fff;
        border-color: #dee2e6 #dee2e6 #dee2e6 #dee2e6;
        background: #fff;
        border-radius: 18px !important;
        position: relative;
    }
    #home1 {
        border-radius: 18px 18px 18px 18px;
        margin-top: 10px;
    }
    span.blue {
        font-size: 32px;
    }
    span.black {
        font-size: 32px;
    }
    .service {
        margin: 40px 0;
    }
    .service-header {
        padding: 30px 0;
    }
    .service-header h2 {
        padding: 15px 0;
        text-align: center;
    }
    .header-btn {
        text-align: center;
    }
    .service-sub {
        padding: 40px 0 0;
    }
    #service-sub {
        margin-left: 10px;
    }
    #radio-contant {
        padding: 5px 20px 20px 20px;
    }
    .our-clients {
        padding: 30px 0;
    }
    .our-clients-tag {
        margin-top: 40px;
    }
    .clients-image {
        margin: 10px 0;
    }
    .why-choose-us {
        padding: 25px 2px;
    }
    .choose-us-contant {
        padding: 10px 0 0;
    }
    .choose-padd {
        padding: 25px 0 0;
        margin-bottom: 15px;
    }
    .about-us {
        padding: 40px 0;
        margin-bottom: 20px;
    }
    .about-us h1 {
        margin-bottom: 25px;
    }
    .about-slider {
        padding: 40px 10px;
        border: 1px solid #dee2e6;
        border-radius: 10px;
        position: relative;
        margin: 0;
    }
    .about-slide-image {
        text-align: left;
        margin-bottom: 10px;
    }
    .about-slider .carousel-indicators {
        position: absolute;
        bottom: -95px;
    }
    .other-services h3 {
        padding-top: 10px;
    }
    .other-services-contant {
        padding: 20px 0;
    }
    .service-1 {
        margin-bottom: 25px;
    }
    .quick-help {
        padding: 40px 0;
    }
    .quick-help-right {
        text-align: left;
        margin: 20px 0;
    }
    .quick-help-right img {
        width: 25%;
    }
    .quick-help-left h1 {
        font-size: 35px;
    }
    .quick-btn {
        padding: 10px 10px;
        margin-left: 15px;
    }
    .quick-btn a {
        font-size: 25px;
    }
    .shopper-approved {
        margin-top: 30px;
    }
    .blue-bg {
        text-align: center;
    }
    .rating-approved {
        font-size: 20px;
        ;
    }
    .blue-bg h6 {
        font-size: 20px;
    }
    .blue-bg img {
        width: 180px;
    }
    .support-contact {
        padding: 15px 0;
        display: inline-block;
    }
    .contact-logo img {
        margin: auto;
        float: right;
    }
    .ftr-overlay {
        position: absolute;
        top: -15px;
        right: 10px;
        width: 10%;
    }
    .left-ftr {
        padding: 15px 0;
        text-align: center;
    }
    .right-ftr {
        padding: 15px 0;
        float: right;
        text-align: center;
    }
    .ftr-off-bg img {
        margin: 0 10px;
    }
    .ftr-off-bg {
        text-align: center;
        padding: 15px 23px;
    }
}

@media (max-width: 375px) {
  /*  .banner-wrapper {
        width: 100%;
        height: 98px;
        float: left;
        position: relative;
    }*/
    .overlay-green p {
        float: left;
        padding: 8px 5px 6px 5px;
        margin: 0;
        font-size: 9px;
        line-height: 1;
        color: #ffffff;
        font-family: "Barlow";
        font-weight: 500;
    }
  /*  .banner-text {
        float: left;
        padding: 50px 8px 0 37px;
    }
    .add-cart-btn {
        float: left;
        padding: 45px 0px 0 0px;
    }
    .banner-logo-1 {
        position: absolute;
        top: 11px;
        left: 181px;
    }
    .banner-logo-2 {
        position: absolute;
        top: 10px;
        left: 180px;
    }
    .banner-logo-3 {
        position: absolute;
        top: 10px;
        left: 185px;
    }*/
    .green-bg {
        width: 30%;
        height: 98px;
        border-radius: 10px 0 0 10px;
        background-color: #00b073;
        position: absolute;
        top: 0;
        right: 0;
    }
}


/* -----------------------------------------------------------------------------------------------------------------------------------------------------
                                                            BRAND PAGE                                                                                
 ---------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (max-width: 1199px) {
    .box-comodo .buy-button .btn-green {
        padding: 13px 20px;
        font-size: 15px;
    }
    .brand-logo {
        text-align: right;
        margin-top: 15px;
    }
    .tag-overlay p.save {
        font-size: 22px;
    }
    .tag-overlay p.cost {
        font-size: 18px;
    }
    .box-comodo .slide-green .slide-2 #sub-1 strong {
        font-size: 13px;
    }
    .box-comodo .slide-green .slide-2 #sub-2 {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .tag-accordion .container {
        max-width: 98%;
    }
    .brand-logo {
        text-align: right;
        margin-top: 15px;
    }
    .brand-text h2 {
        font-size: 35px;
    }
    .comodo-certificate-box .container {
        max-width: 100%;
    }
    .comodo-tags .container {
        max-width: 100%;
    }
    .comodo-box {
        padding: 30px 10px;
    }
    .tag-overlay p.save {
        font-size: 20px;
    }
    .tag-overlay p.cost {
        font-size: 16px;
    }
    .box-comodo .slide-green .slide-1 strong#big {
        font-size: 19px;
    }
    .box-comodo .slide-green .slide-2 #sub-1 strong {
        font-size: 13px;
    }
    .box-comodo .slide-2 #sub-2 span {
        font-size: 14px;
    }
    .box-comodo .slide-2 #sub-3 strong {
        font-size: 16px;
    }
    .box-comodo .buy-button .btn-green {
        padding: 10px 18px;
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .brand-logo {
        text-align: right;
        margin-top: 15px;
    }
    .comodo-green-overlay p.cost {
        font-size: 17px;
    }
    .brand-text h2 {
        font-size: 32px;
    }
    .comodo-side-border {
        border: none;
    }
    .comodo-box {
        margin-bottom: 20px;
    }
    .comodo-other-service {
        margin-top: 50px;
    }
    .tag-overlay p.save {
        font-size: 20px;
    }
    .tag-overlay p.cost {
        font-size: 16px;
    }
    .box-comodo .slide-2 #sub-2 span {
        font-size: 16px;
    }
    .box-comodo .slide-green .slide-2 #sub-1 strong {
        font-size: 16px;
    }
    .box-comodo .slide-2 #sub-3 strong {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .brand-logo {
        text-align: left;
    }
    .brand-text h2 {
        font-size: 35px;
    }
    .brand-logo .img-fluid {
        max-width: 25%;
        height: auto;
    }
    .comodo-green-overlay p.cost {
        font-size: 17px;
    }
    .tag-overlay p.save {
        font-size: 18px;
    }
    .tag-overlay p.save {
        padding: 15px 0 12px 18px;
    }
    .tag-overlay p.cost {
        font-size: 16px;
    }
    .tag-overlay p.cost {
        padding: 16px 15px;
    }
    .comodo-box {
        margin-bottom: 20px;
    }
    .comodo-other-service {
        margin-top: 50px;
    }
    .box-comodo .slide-green .slide-1 strong#big {
        font-size: 18px;
    }
    .box-comodo .slide-2 #sub-2 span {
        font-size: 18px;
    }
    .box-comodo .slide-green .slide-2 #sub-1 strong {
        font-size: 16px;
    }
    .box-comodo .slide-2 #sub-3 strong {
        font-size: 16px;
    }
}

@media (max-width: 450px) {
    .brand-logo {
        text-align: left;
    }
    .brand-text h2 {
        font-size: 32px;
    }
    .brand-logo .img-fluid {
        max-width: 25%;
        height: auto;
    }
    .tag-accordion .img-fluid {
        max-width: 45%;
        height: auto;
    }
    .certificate-text h3 {
        font-size: 27px;
    }
    .contant-text {
        padding: 25px 0;
    }
    .comodo-green-overlay {
        display: none;
    }
    .tag-1 {
        padding: 25px 35px 21px 35px;
    }
    .tag-2 {
        padding: 25px 35px 18px 35px;
    }
    .tag-3 {
        padding: 23px 35px 22px 35px;
    }
    .tag-4 {
        padding: 20px 35px 20px 35px;
    }
    .tag-5 {
        padding: 23px 35px 20px 35px;
    }
    .tag-6 {
        padding: 16px 35px 16px 35px;
    }
    .tag-7 {
        padding: 22px 35px 22px 35px;
    }
    .tag-overlay p.save {
        font-size: 18px;
    }
    .tag-overlay p.save {
        padding: 14px 0 6px 18px;
    }
    .tag-overlay p.cost {
        font-size: 14px;
    }
    .tag-overlay p.cost {
        padding: 16px 15px;
    }
    .comodo-box {
        margin-bottom: 15px;
    }
    .ftr-off-bg img {
        padding-left:6px;
    }
    .box-comodo .slide-2 #sub-2 span {
        font-size: 18px;
    }
    .box-comodo .slide-green .slide-2 #sub-1 strong {
        font-size: 18px;
    }
    .box-comodo .slide-2 #sub-3 strong {
        font-size: 18px;
    }
}


/* -----------------------------------------------------------------------------------------------------------------------------------------------------
                                                            SSL PRODUCTS PAGE                                                                                
  ---------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (max-width: 1199px) {
    .products-contant-box .container {
        max-width: 100%;
    }
    .products-detail {
        padding: 10px 19px 20px;
    }
    .products-detail h2 {
        font-size: 23px;
    }
}

@media (max-width: 992px) {
    .products-contant-box .container {
        max-width: 100%;
    }
    .ssl-products-logo {
        text-align: right;
        padding-top: 15px;
    }
    .products-detail {
        padding: 10px 15px 20px;
    }
}

@media (max-width: 932px) {
    .products-detail h2 {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .padd-right-30 {
        padding-right: 15px;
    }
    .padd-left-30 {
        padding-left: 15px;
    }
}

@media (max-width: 576px) {
    .ssl-products-logo {
        text-align: left;
    }
    .products-logo {
        padding: 25px 0 15px;
    }
    .products-contant {
        padding: 30px 0;
    }
    .products-contant-box {
        margin-top: 60px;
    }
    .padd-right-30 {
        padding-right: 15px;
    }
    .padd-left-30 {
        padding-left: 15px;
    }
    .product-box {
        margin-bottom: 110px;
    }
}

@media (max-width:450px) {
    .ssl-products-logo {
        text-align: left;
    }
    .products-logo {
        padding: 25px 0 15px;
    }
    .products-contant {
        padding: 30px 0 10px;
    }
    .products-contant-box {
        margin-top: 35px;
    }
    .padd-right-30 {
        padding-right: 15px;
    }
    .padd-left-30 {
        padding-left: 15px;
    }
    .product-box {
        margin-bottom: 90px;
    }
}


/* -----------------------------------------------------------------------------------------------------------------------------------------------------
                                                           SSL PRODUCT PAGE                                                                                
  ---------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (max-width: 1199px) {
    .dv-pro-wrapper {
        height: 355px;
    }
    .dv-overlay-image {
        margin-top: 10px;
    }
}

@media (max-width: 992px) {
    .dv-contant-box .container {
        max-width: 100%;
    }
    .box-dv .slide-green .slide-1 p {
        font-size: 18px;
    }
    .box-dv .slide-green .slide-2 #sub-1 strong {
        font-size: 16px;
    }
    .box-dv .slide-2 #sub-2 span {
        font-size: 16px;
    }
    .box-dv .slide-2 #sub-3 strong {
        font-size: 18px;
    }
    .box-dv .buy-button .btn-green {
        padding: 10px 18px;
        font-size: 15px;
    }
    .box-dv .slide-green .slide-2 #sub-2 {
        padding: 0 9px;
        font-size: 13px;
    }
    .dv-protected {
        margin: 0px 0 70px;
        padding: 30px 0;
    }
    .dv-pro-wrapper {
        height: 396px;
    }
    .dv-overlay-image {
        margin-top: 10px;
    }
    .benefits-dv {
        margin-bottom: 70px;
    }
    .benefits-contant {
        margin: 60px 0px 0;
    }
}

@media (max-width: 768px) {
    .dv-overlay-image {
        margin-top: 45px;
    }
    .contant-text p.bold-text {
        padding-top: 40px;
    }
    .benefits-dv {
        margin-bottom: 15px;
    }
    .dv-contant {
        width: 100%;
        float: left;
        padding: 30px 0 0;
    }
    .dv-protected {
        width: 100%;
        float: left;
        background-color: #eeeeee;
        margin: 10px 0 35px;
        padding: 30px 0;
    }
    .dv-pro-wrapper {
        height: 800px;
    }
    .benefits-contant {
        margin: 40px 0px 0;
    }
    .benefits-1 h3 {
        margin: 5px 0 20px;
    }
    .box-dv {
        margin: 0 10px 80px 10px;
    }
}

@media (max-width: 576px) {
    .dv-overlay-image {
        margin-top: 45px;
    }
    .dv-logo {
        text-align: left;
    }
    .contant-text p.bold-text {
        padding-top: 15px;
    }
    .contant-text p {
        padding: 15px 0 10px 0;
    }
    .benefits-dv {
        margin-bottom: 15px;
    }
    .dv-contant {
        padding: 30px 0 0;
    }
    .dv-protected {
        margin: 10px 0 35px;
        padding: 30px 0;
    }
    .dv-pro-wrapper {
        height: 800px;
    }
    .benefits-contant {
        margin: 40px 0px 0;
    }
    .benefits-1 h3 {
        margin: 5px 0 20px;
    }
    .box-dv {
        margin: 0 10px 40px 10px;
    }
}

@media (max-width:450px) {
    .dv-overlay-image {
        margin-top: 35px;
    }
    .dv-logo {
        text-align: left;
    }
    .contant-text p.bold-text {
        padding-top: 15px;
    }
    .contant-text p {
        padding: 15px 0 10px 0;
    }
    .benefits-dv {
        margin-bottom: 15px;
    }
    .dv-contant {
        width: 100%;
        float: left;
        padding: 30px 0 0;
    }
    .dv-protected {
        width: 100%;
        float: left;
        background-color: #eeeeee;
        margin: 10px 0 35px;
        padding: 30px 0;
    }
    .dv-pro-wrapper {
        height: 790px;
    }
    .benefits-contant {
        margin: 40px 0px 0;
    }
    .benefits-1 h3 {
        margin: 5px 0 20px;
    }
    .box-dv {
        margin: 0 10px 40px 10px;
    }
}
