/* 
-------------------------------------------------
                Homepage style
-------------------------------------------------
*/
/* -------------  Header style  ----------------- */
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #3c3c3c;
}
h1{
    font-weight: 700;
}
p{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400px;
    font-size: 14px;
    text-align: justify;
    line-height: 26.25px;
    margin: 0px;
    margin-bottom: 0px;
    /* margin-bottom: 29px; */
}

.navbar {
    min-height: initial;
    margin-top: 11px;
    margin-bottom: 0px;
}

.container-padding-remover {
    padding-left: 0px;
    padding-right: 0px;
}

.header {
    background-image: url('../img/header-bg.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    background-image:none;
    box-shadow: none;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
    color: #fff !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 10px;
    background-image: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

/* ----------- header jumbotron style -------------- */
.header .jumbotron {
    background-color: transparent;
}

.header .jumbotron h1 {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    font-size: 50px;
    margin: 0px;
}

.header .jumbotron p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 0px;
}

.header .jumbotron hr {
    margin: 0px;
    border: none;
    border-bottom: 1px solid #fff;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cart-plus-search-para {
    margin-top: 25px !important;
}

.btn-cart {
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
}

.cart-outer-box {
    position: relative;
    padding-top: 6px;
    padding-right: 8px;
    margin-right: 3px;
}

.btn-cart.focus,
.btn-cart:focus,
.btn-cart:hover {
    color: #fff;
    text-decoration: none;
}

.btn-cart .badge {
    background-color: #efefef;
    color: #000;
    position: absolute;
    top: 3px;
    right: -4px;
    font-size: 9px;
    padding: 2px 4px;
}

.btn-search-img {
    width: auto;
    height: 20px;
}

/* ---------------------- Main menubar --------------------- */
.main-menubar {
    background-color: #44ae5e;
}

.main-menubar .navbar {
    margin: 0px;
}

.main-menubar .navbar-default .navbar-nav > li > a {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-top: 12px;
    margin-bottom: 12px;
    padding-top: 5px;
    padding-bottom: 5px !important;
    background-image:none;
    background-color: transparent;
    box-shadow: none;
}
/* --------- logo style ------ */
.logo-list-item-space {
    width: 169px;
    height: 10px;
    margin: 0px;
}
.site-brand{
    height: initial;
    padding: initial;
    padding-top: 5px;
}

/* ------------------ List style ----------------- */
.section1 .homepage-list,
.section1 .section1-img img,
.features-list {
    margin-top: 60px;
}

.section1 .homepage-list li a::before {
    content: url('../img/list-bullet.png');
    position: relative;
    top: 5px;
    right: 12px;
}

.section1 .homepage-list li a {
    font-family: 'Muli', sans-serif;
    color: #44ae5e;
    font-weight: 400;
    font-size: 16px;
    margin-top: 14px;
    display: block;
}

.features-list li {
    padding-left: 60px;
}

.features-list img {
    float: left;
    margin-right: 20px;
}

.features-list h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    color: #44ae5e;
}

.features-list p {
    font-family: 'Muli', sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #44ae5e;
}

.features-list li::before {
    float: left;
    position: absolute;
    margin-top: 23px;
    left: 0;
}

.features-list li:nth-child(1):before {
    content: url('../img/update-icon.png');
}

.features-list li:nth-child(2):before {
    content: url('../img/security-icon.png');
}

.features-list li:nth-child(3):before {
    content: url('../img/privacy-icon.png');
}

.features-list li:nth-child(4):before {
    content: url('../img/help-icon.png');
}


/* --------------------------- Section 2 text style -------------------------- */
.gray-container {
    background-color: #f5f5f5;
    padding-bottom: 130px;
    position: relative;
    overflow-x: hidden;
}

.section2 {
    margin-top: 50px;
}

.section2 h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: 29px;
}

.section2 p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400px;
    font-size: 14px;
    text-align: justify;
    line-height: 26.25px;
    margin: 0px;
    margin-bottom: 29px;
}

/* ------------------- Section 3 guaranteed background -------------- */
.responsive-image{
    display: none;
}

.section3 {
    position: relative;
    /* background-image: url('../img/guarantee-success-bg.png'); */
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 100%;
}

.section3::before {
    content: url('../img/guarantee-success-bg.png');
    float: right;
    position: absolute;
    right: 0;
}

.section3 h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 49px;
    color: #44ae5e;
    text-align: left;
    margin: 0px;
    margin-top: 100px;
    margin-bottom: 40px;
}

.section3 p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 21px;
    color: #3c3c3c;
    line-height: 32 px;
    margin: 0px;
    margin-bottom: 40px;
}

.section3 .btn-read-more,
.green-items-box .btn-read-more,
.header .btn-read-more,
.faq-accordion .btn-read-more,
.shoping-cart .btn-read-more,
.modal-dialog .btn-read-more {
    padding: 8px 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    background-color: #44ae5e;
    border: none;
    border-radius: 0px;
    text-transform: uppercase;
    -webkit-box-shadow: 7px 7px 7px 0px rgba(0, 0, 0, 0.15);
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 7px 7px 7px 0px rgba(0, 0, 0, 0.15);
    /* Firefox 3.5 - 3.6 */
    box-shadow: 7px 7px 7px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s;
    /* Safari */
    transition: all 0.3s;
}

.section3 .btn-read-more:hover,
.green-items-box .btn-read-more:hover,
.header .btn-read-more:hover,
.faq-accordion .btn-read-more:hover,
.shoping-cart .btn-read-more:hover,
.modal-dialog .btn-read-more:hover {
    color: #44ae5e;
    box-shadow: none;
}

.section3 .hvr-shutter-out-horizontal:active,
.hvr-shutter-out-horizontal:focus,
.hvr-shutter-out-horizontal:hover .green-items-box .hvr-shutter-out-horizontal:active,
.hvr-shutter-out-horizontal:focus,
.hvr-shutter-out-horizontal:hover {
    color: #44ae5e !important;
}

/* ------------------------------------- Green items/exams box section ---------------------- */
.green-items-box {
    background-image: url('../img/green-section-bg.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 78px;
    padding-bottom: 120px;
    position: relative;
    overflow-x: hidden;
}

.green-items-box li {
    margin-bottom: 30px;
}

.green-items-box li a {
    border: 1px solid #fff;
    display: block;
    background-color: #fff;
    color: #44ae5e;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    line-height: 66px;
    -moz-box-shadow: 7px 7px 7px 0px rgba(0, 0, 0, 0.15);
    /* Firefox 3.5 - 3.6 */
    box-shadow: 7px 7px 7px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s;
    /* Safari */
    transition: all 0.3s;
}

.green-items-box li a:hover {
    text-decoration: none;
}

.green-items-box li img {
    float: left;
    margin-right: 10px;
}

.green-items-box h1 {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}

/* --------------------- extra text span ------------------ */
.extra-text-span {
    position: absolute !important;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    font-weight: 400;
    background-color: #fff;
    bottom: 78px;
    left: 0;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    /* Safari */
    transition: all 0.3s;
    border: 1px solid #fff;
}

.extra-text-span::before {
    bottom: -13px;
    border-color: #fff transparent transparent !important;
    transform: translateY(10px);
}

.green-items-box li a:hover .extra-text-span {
    visibility: visible;
    opacity: 1;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 1);
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 1);
    /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 1);
}

/*------------------ Green products section read more button style ------------------*/

.green-items-box .hvr-shutter-out-horizontal {
    display: block !important;
}

.green-items-box .btn-read-more {
    border: 1px solid #fff;
}



/*----------------------------- Brand slider style ----------------------------------------*/
.brand-section{
    margin-bottom: 50px;
}
.item-img {
    display: block !important;
    margin: 0 auto !important;
    height:65px
}

.testim .wrap {
    position: relative;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #000;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
    height: 80px;
    width: 26px;
}
.brand-section h1{
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #3c3c3c;
    margin: 0px;
    margin-bottom: 60px;
}

.testim .arrow:before {
    cursor: pointer;
}

/* .testim .arrow:hover {
    color: #2b288d;
} */


.testim .arrow.left {
    background: url('../img/testi-arrow-sprite.png') 0 0;
    left: 10px;
}

.testim .arrow.right {
    background: url('../img/testi-arrow-sprite.png') -25px 0;
    right: 10px;
}


/*------------------- Footer section -------------------------------*/
.footer{
    background-image: url('../img/footr-bg.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 100px;
    padding-bottom: 50px;
    position: relative;
    overflow-x: hidden;
}
.footer ul{
    margin: 0px;
    padding: 0px;
    color: #fff;
}
.footer ul li{
    margin-bottom: 10px;
}
.footer ul li::before{
    content: url('../img/right-bullet-arrow.png');
    margin-right: 8px;
}
.footer ul li a{
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
}
.footer h3{
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px;
}
.footer .input-group{
    margin-top: 30px;
}
.footer .input-group input{
    border: 2px solid #fff;
    border-radius: 0px;
    background-color: transparent;
    border-right: none;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 11px;
}
.footer .input-group input:focus {
/*    border-color: #66afe9;*/
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 0;

}
.footer .input-group input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

.footer .input-group input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.footer .input-group input::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}
.footer .input-group button{
    background-color: #3c3c3c;
    border: none;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
/*    border: 2px solid #3c3c3c;*/
    border-left: none;
    background-image:none;
}
.footer .input-group .form-control{
    padding-top: 15px;
    padding-bottom: 15px;
    height: auto;
}
.footer ul li{
    list-style: none;
}
.footer-logo{
    margin-bottom: 30px;
    float: left;
    margin-right: 10px;
}
.footer .footer-para{
    color: #fff;
    margin: 0px;
}

/* ------------------- Footer copyright --------------------*/
.copyright{
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-align: center;
    background-color: #3c3c3c;
    font-size: 16px;
    padding: 40px 0;
}
.copyright p{
    margin: 0px;
    text-align: center;
}



/*------------------------------------------------------*/
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #3c3c3c;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}




/* 
-------------------------------------------------------------------------

                            Product page style

-------------------------------------------------------------------------
 */
.header .btn-read-more,
.faq-accordion .btn-read-more{
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* ---------------------- Product page first section style ------------------- */
.product-page-gray-sec{
    padding-top: 70px;
    background-color: #f5f5f5;
    background-image: none;
    padding-bottom: 30px;
}
/* ------------- left column style -------------- */
.main-section1 {
    margin-top: 66px;
    margin-bottom: 10px;
}
.main-section1 .left-col{
    margin-top: 44px;
}
.main-section1 .left-col .guarantee img{
    float: left;
    margin-right: 13px;
}
.main-section1 .left-col .guarantee p{
    font-size: 18px;
    color: #3c3c3c;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-align: left;
    padding-top: 34px;
}
.main-section1 .left-col hr{
    border-bottom: 1px solid #d0cfcf;
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.main-section1 .left-col h1{
    font-family: 'Open Sans', sans-serif;
    color: #44ae5e;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0px;
    margin-top: 28px;
}
.main-section1 .left-col h2{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #44ae5e;
    text-transform: uppercase;
    text-align: left;
    margin: 0px;
}
.main-section1 .left-col h2 span{
    color: #3c3c3c;
}
.main-section1 .left-col .name,
.main-section1 .left-col .name_val
{
    color: #44ae5e;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 18px;
    text-transform: uppercase;
    text-align: left;
    margin: 0px;
    margin-bottom: 10px;
    font-weight: 700;
}
.main-section1 .left-col .name_val{
    color: #3c3c3c;
    font-weight: 400;
}
.main-section1 .left-col ul{
    margin: 0px;
    padding: 0px;
    margin-top: 36px;
}
.main-section1 .left-col ul li{
    list-style: none;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #3c3c3c;
}
.main-section1 .left-col ul li::before{
    content: url('../img/left-bullet-arrow.png');
    margin-right: 10px;
}

/* --------------- center column style ------------------ */
.center-col{
    border-right: 1px solid #d0cfcf;
    border-left: 1px solid #d0cfcf;
}
.center-col h4{
    color: #3c3c3c;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    margin-top: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #3c3c3c;
    display: inline-block;
    margin-left: auto;
    margin-right: auto; 
}

/* ------------------ Center inline block items ------------------- */
.parent{
    display: flex;
    justify-content: center;
    align-items: center;
}

.center-col h5{
    color: #3c3c3c;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}
.center-col h1{
    font-family: 'Open Sans', sans-serif;
    color: #3c3c3c;
    text-transform: uppercase;
    text-align: center;
    font-size: 48px;
}
.center-col .form-control{
        width: 140px;
        height: 32px;
        color: #3c3c3c;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 18px;
        padding-top: 0px;
        padding-bottom: 0px;
        border-radius: 0px;
        border: 1px solid #3c3c3c;
        -moz-appearance:none; /* Firefox */
        -webkit-appearance:none; /* Safari and Chrome */
        appearance:none;
        background-image: url('../img/select-dropdown-arrow.png');
        background-repeat: no-repeat;
        background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
        background-position: calc(100% - 13px) calc(10px + 2px), calc(100% - 8px) calc(10px + 2px), calc(100% - 15.5em) 10.5em !important;
        background-size: 5px 5px, 5px 5px, 1px 1.5em;
        background-repeat: no-repeat;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        background-position: 121px center;
}
.center-col .form-group:first-child .form-control{
    margin-right: 13px;
}
.center-col .form-control:focus {
    border-color: #3c3c3c;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.center-col button{
    background-color: #44ae5e;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.28);
    border-radius: 0px;
    font-size: 18px;
    margin-top: 20px;
}
.center-col button:hover{
    color: #fff;
}

/* ----------------------------- right column style -------------------------------- */
.right-col .single-box-div img{
    float: left;
    margin-right: 15px;
}
.right-col .single-box-div h1,
.right-col .single-box-div h2{
    color: #3c3c3c;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 33px;
}
.right-col .single-box-div h2,
.right-col .single-box-div p{
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1px;
}
.right-col .single-box-div h2 span{
    color: #44ae5e;
    font-weight: 700;
}
.right-col .single-box-div p{
    font-size: 16px;
    font-weight: 400;
    margin-top: 18px
}
.right-col .btn-demo,
.right-col .btn-add-to-cart{
    font-family: 'Open Sans', sans-serif;
    background-color: #3c3c3c;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    padding: 5px 11px;
    border-radius: 0px;
    text-transform: uppercase;
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.28);
}
.right-col .btn-demo{
    margin-right: 15px;
    float: left;
}
.right-col .btn-add-to-cart{
    background-color: #44ae5e;
}

.right-col hr{
    border-bottom: 1px solid #d0cfcf;
    margin: 85px auto;
}


/* -------------------------------- Features section style ------------------------------------ */
.features-section{
    background-image: url('../img/features-bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding-top: 150px;
    background-attachment: fixed;
    padding-bottom: 150px;
}
.features-section .top-white-border,
.features-section .bottom-white-border,
.bottom-gray-section-bg,
.bottom-white-border{
    background-image: url('../img/bg-top-white-bg.png');
    background-repeat: no-repeat;
    background-position: top center;
    height: 91px;
    width: 100%;
    background-size: contain;
    position: absolute;
    top: 0;
}
.features-section .bottom-white-border,
.bottom-white-border{
    background-image: url('../img/bg-bottom-white-bg.png');
    bottom: 0;
    top: auto;
    background-position: bottom center;
}
.top-gray-section-bg{
    background-image: url('../img/bg-gray-bottom-white-bg.png');
    background-repeat: no-repeat;
    background-position: top center;
    height: 91px;
    width: 100%;
    background-size: contain;
    position: absolute;
    top: -1px;
}
.top-white-border{
    background-image: url('../img/bg-top-white-bg.png');
    background-repeat: no-repeat;
    background-position: top center;
    height: 91px;
    width: 100%;
    background-size: contain;
    position: absolute;
    top: 0;

}
.features-section h1{
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    border-bottom: 1px solid #fff;
    margin: 0px;
    padding-bottom: 15px; 
    margin-bottom: 12px;
}
.features-section p{
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 57px;
}
.features-section .product-features-list{
    text-align: center;
    position: relative;
    z-index: 10;
}
.features-section .product-features-list img{
    margin-bottom: 18px;
}
.features-section .col-lg-2{
    width: 20%;
}

/* ------------------------------ Testimonial Style ---------------------------------- */
.testim-section{
    margin-bottom: 60px;
}
.testim-section .review-heading{
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    color: #3c3c3c;
    font-weight: 700;
    margin-bottom: 30px;
}
.review-desc{
    background-color: rgba(68, 174, 94, 0.82);
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: center;
    padding: 10px 28px;
    height: 0px;
    -webkit-transition: all 0.5s;
    /* Safari */
    transition: all 0.5s;
    overflow: hidden;
    opacity: 0;
    overflow-y: scroll; 
    width:100%;
}

.review-desc h1{
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.review-desc p{
    font-size: 12px;
    font-style: italic;
    padding-bottom: 50px
}
.review-desc p::before{
    content: url('../img/testim-quotes-top.png');
    position: relative;
    left: -10px;
    bottom: 20px;
}
.review-desc p::after{
    content: url('../img/testim-quotes-bottom.png');
    position: relative;
    left: 8px;
    bottom: -28px;
}



/* -------------------------------- Desciption Section -------------------------- */
.desc-section{
    background-image: url('../img/desc-bg.jpg');
}
.desc-section .desc-col{
    padding: 23px 15px;
    background-color: rgba(0, 0, 0, 0.66);
    border-radius: 15px;
}
.desc-section .desc-col h1{
    font-size: 20px;
    text-align: left;
    border-bottom: none;
    margin: 0px;
    margin-bottom: 15px;
    padding: 0px;
}
.desc-section .desc-col p{
    font-size: 14px;
    text-transform: initial;
    text-align: left;
    font-weight: 300;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
}
.desc-section .desc-col .desc-scroll{
    max-height: 200px;
    overflow-y: auto;
}

/* ----------------------------- recentaly updated ------------------------------ */
.recent-section{
    padding-bottom: 100px;
}
.recent-section .nav-tabs{
    border-bottom: none;
}
.recent-section h1{
    font-size: 30px;
    color: #3c3c3c;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 26px;
}
.recent-section .btn-group::before{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.28);
}
/* .recent-section ul li{
    list-style: none;
    display: inline-block;
    text-transform: uppercase;
    background-color: #3c3c3c;
    font-size: 10px;
    text-align: center;
    padding: 6px 18px;
    border-radius: 0px;
}
.recent-section ul li a{
    color: #fff;
} */
/* ---------------------------- Button group center style ---------------------- */
.recent-section .btn-group-wrap {
    text-align: center;
}

.recent-section div.btn-group {
    margin: 0 auto; 
    text-align: center;
    width: inherit;
    display: inline-block;
}

.recent-section a {
    float: left;   
}
.recent-section .updated-sec-btn{
    background: #3c3c3c;
    padding: 6px 9px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0px;
    font-size: 10px;
    font-weight: 700;
    margin-right: 18px;
    margin-left: 18px !important;
    min-width: 74px;
    margin-top: 18px;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    /* Safari */
    transition: all 0.3s;
}
.recent-section .hvr-bubble-top:hover{
    background-color: #44ae5e;
}
.recent-section  .hvr-bubble-top::before{
   border-color: transparent transparent #3c3c3c;
   transform: translateY(-10px);
   -webkit-transition: all 0.3s;
    /* Safari */
    transition: all 0.3s;
}
.recent-section  .hvr-bubble-top:hover::before{
    border-color: transparent transparent #44ae5e;
}
.recent-section .updated-sec-btn::after{
    content: url('../img/black-bullet-recent.png');
    position: absolute;
    top: -25px;
    left: calc(50% - 7px);
}
.recent-section .updated-sec-btn:hover::after{
    content: url('../img/green-bullet-recent.png');
    position: absolute;
    top: -25px;
    left: calc(50% - 7px);
}
.recent-section .nav-tabs .active::after{
    content: url('../img/green-bullet-recent.png');
}
.recent-section .active::before{
    border-color: transparent transparent #44ae5e;
   transform: translateY(-10px);
}
.recent-section .nav-tabs .active{
    background-color: #44ae5e;
}
.recent-section .updated-sec-btn:hover{
    color: #fff;
}

/* ------------- recent box style ----------------- */
.recent-section .recent-box{
    background-color: #44ae5e;
}
.recent-section .recent-box::after{
    content: "";
    background: url('../img/recent-green-bottom-bg.png');
    display: block;
    position: absolute;
    height: 23px;
    position: absolute;
    width: calc(100% - 30px);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    z-index: 10;
}
/* -------------------- Hover effect of box ----------------- */
.recent-box-col{
    position: relative;
    z-index: 10000;
}
.recent-box-col > a{
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.recent-box-col > a:hover{
    background-color: #3c3c3c;
}
.recent-box-col > a:hover::after{
    content: "";
    background: url('../img/recent-hover-black-bottom-bg.png');
    display: block;
    position: absolute;
    height: 24px;
    position: absolute;
    width: calc(100% - 30px);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    z-index: 10;
}
.recent-box-col > a:hover .recent-box,
.recent-box-col > a:hover button{
    background-color: transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.recent-box-col > a:hover .recent-box::after{
    content: "";
    background: none;
}
.recent-box-col > a:hover button::after{
    content: "";
    background: none;
}

.recent-section a:hover .recent-box{
    background-color: none;
}
.recent-section .recent-box span:first-child{
    font-size: 66px;
    text-align: center;
    font-weight: 700;
    display: block;
    color: #fff;
    padding-top: 25px;
    line-height: 60px;
}
.recent-section .recent-box span:nth-child(2){
    color: #fff;
    font-weight: 300;
    font-size: 21px;
    text-align: center;
    text-transform: lowercase;
    display: block;
    margin: 0px;
    line-height: 21px;
}
.recent-section .recent-box p{
    margin: 0px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 20px;
}
/* ---------------------- link style ----------------------- */
.recent-section .recent-box-col a{
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    display: block;
    width: 100%;
    margin-top: 34px;
}
.recent-section a:hover {
    text-decoration: none;
    color: #fff;
}
.recent-section a .btn{
    background-color: #3c3c3c;
    border-radius: 0px;
    padding-right: 35px;
    padding-left: 35px;
    padding-top: 27px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}
.recent-section .btn:hover{
    color: #fff;
}
.recent-section button::after{
    content: "";
    background: url('../img/recent-black-bottom-bg.png');
    display: block;
    height: 30px;
    width: 100%;
    position: absolute;
    left: 0;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: -26px;
}


/* ------------------------------- Description 2 style --------------------------------- */
.desc-section-2{
    background-image: url('../img/desc-bg-2.jpg');
    background-size: cover;
    background-position: center;
}

/* ------------------------------- FAQ Accordion style --------------------------------- */
.faq-accordion{
    margin: 50px auto;
    margin-bottom: 30px;
}
.faq-accordion h1{
    margin: 0px;
    font-size: 30px;
    font-weight: 700;
    color: #3c3c3c;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 43px;
}
.faq-accordion p{
    color: #4a4949;
    font-weight: 300;
    font-size: 14px;
    float: left;
    width: 84%;
}



/* ------------------------------ All items style ------------------------------ */
.all-items{
    background-image: none;
}
.all-items a{
    border: 1px solid #44ae5e !important;
    box-shadow: none !important;
}
.all-items .extra-text-span{
    background-color: #44ae5e;
    color: #fff;
}
.all-items .extra-text-span::before{
    border-color: #44ae5e transparent transparent !important;
}


/* ------------------------------- Inner text page style --------------------------------- */
.inner-text-page-section{
    background-color: #fff;
    background-image: none;
    padding-bottom: 60px;
}


/* ------------------------------- Shopping cart style --------------------------------- */
.shoping-cart{
    margin-bottom: 50px;
}
.cart-table {
    border-collapse:separate; 
    border-spacing: 0 20px;
    border: none;

}

.cart-table > tbody > tr:first-child {
    border: none;
     border-top: 1px solid #44ae5e;

}
.cart-table > thead > tr > th {
    border: none;
    font-size: 17px;
    color: #44ae5e;
}
.cart-table > tbody > tr > td {
    border: none;
    border-bottom: 1px solid #44ae5e;
    border-top: 1px solid #44ae5e;
    vertical-align: middle;
}
.cart-table > tbody > tr > td:first-child{
    border-left: 1px solid #44ae5e;
}
.cart-table > tbody > tr:not(:last-child) > td:first-child{
    padding: 0px;
}
.cart-table > tbody > tr > td:last-child{
    border-right: 1px solid #44ae5e;
}

.cart-table > tbody > tr > td > h2, .cart-table > tbody > tr > td {
    font-size: 17px;
    margin: 0px;
    color: #3c3c3c;
    font-family: 'Montserrat', sans-serif;
    /* font-weight: 700; */
}
.cart-table > tbody > tr:last-child > td {
    color: #44ae5e;
}
.cart-table > tbody > tr:last-child > td > span:first-child, .cart-table > tbody > tr:last-child > td > span > ul > li:nth-child(2), .cart-table > tbody > tr:last-child > td > span > ul > li:first-child {
    text-transform: uppercase;
}
.cart-table > tbody > tr:last-child > td > span > ul > li:first-child {
    font-family: 'Montserrat', sans-serif;;
    color: #3c3c3c;
    font-weight: 300;
}
.left-padding-remover {

    padding-left: 0px;

}
.btn-trash {
    width: 33px;
    height: 33px;
    padding: 0px;
    border-radius: 0px;
    background-color: #44ae5e;
}
.cart-table .btn-primary{
    border: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.cart-table .btn-primary:hover{
    background-color: #fff;
    border: 1px solid #44ae5e;
    color: #44ae5e;
}
.cart-table .btn-primary.focus, .btn-primary:focus,
.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #44ae5e;
    border-color: transparent;
}
.cart-table input[type="number"]{
    min-width: 70px;
}
/* ------------------------------- Form style --------------------------------- */
.any-form .form-control,
.cart-table .form-control{
    border-radius: 0px;
    border-color: #44ae5e;
    color: #44ae5e;
}
.any-form label.form-control{
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding-left: 0px;
}
.cart-table .form-control:focus,
.any-form .form-control:focus {
    border-color: #3c3c3c;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #3c3c3c;
}
.any-form .form-group-coupon{
    margin-bottom: 15px;
}
.any-form button,
.any-form input[type="submit"]{
    border-radius: 0px;
    background-color: #44ae5e;
    color: #fff;
    border: none;
    font-weight: 700;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.any-form button:hover,
.any-form input[type="submit"]:hover{
    background-color: #3c3c3c;
    color: #fff;
}

.any-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #44ae5e;
}
.any-form input::-moz-placeholder { /* Firefox 19+ */
    color: #44ae5e;
}
.any-form input:-ms-input-placeholder { /* IE 10+ */
    color: #44ae5e;
}
.any-form input:-moz-placeholder { /* Firefox 18- */
    color: #44ae5e;
}

.any-form input:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #3c3c3c;
}
.any-form input:focus::-moz-placeholder { /* Firefox 19+ */
    color: #3c3c3c;
}
.any-form input:focus:-ms-input-placeholder { /* IE 10+ */
    color: #3c3c3c;
}
.any-form input:focus:-moz-placeholder { /* Firefox 18- */
    color: #3c3c3c;
}
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }


/* ------------------------------- Search results page --------------------------------- */
.shoping-cart .btn-read-more{
    color: #fff;
}
.search-result-table > tbody > tr:last-child > td{
    color: #3c3c3c;
}
.search-result-table > tbody > tr > td:nth-child(3){
    border-right: 1px solid #44ae5e;
}
.search-result-table > tbody > tr:not(:last-child) > td:first-child {
    padding: 8px;
}
.search-result-table > tbody > tr > td p{
    margin: 0px;
}
.search-result-table > tbody > tr > td p:nth-child(1) .badge,
.exam-code-badge{
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    background-color: #44ae5e;
    padding-top: 1px;
    padding-bottom: 2px !important;;
    margin-bottom: 2px !important;;
    margin-left: 10px;
    font-weight: 700;
    border-radius: 10px;
}
.exam-name{
    width: 100%;
    display: block;
}
.exam-code-badge{
    margin-left: 0px;
    padding-top: 1px;
    padding-bottom: 2px;
}
.search-result-table > tbody > tr > td p:nth-child(2){
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #44ae5e;
    font-weight: 600;
}
.total-quez,
.last-updated{
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #44ae5e;
}
.last-updated{
    text-transform: initial;
    display: block;
    clear: both;
    color: #333;
}

/* ------------------------------- Vendor detail page style --------------------------------- */
.vendor-detail-section{
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}
.sidebar-heading{
    font-size: 18px !important;
    text-align: left !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    color: #44ae5e !important;
}
.sidebar-items{
    padding-left: 0px;
}
.vender-detail-content h1{
    text-align: left;
    font-weight: 700;
    color: #3c3c3c;
    font-size: 18px;
}
.sidebar-items h1,
.vender-detail-content h1{
    margin-bottom: 23px;
}
.sidebar-items h1{
    padding-left: 15px;
}
/* ------------------------------- Modal dialoge style --------------------------------- */
.btn-modal-close{
    background-color: #3c3c3c !important;
}
.btn-modal-close:hover{
    color: #3c3c3c !important;
}
.modal-dialog .btn-modal-close:hover.hvr-shutter-out-horizontal::before {
    background: #fff;
    border: 2px solid #3c3c3c;
    color: #3c3c3c;
}

/* ------------------------------- Modal dialoge style --------------------------------- */

.login-form{
    margin-top: 50px;
}



/* ------------------------------- Extra style --------------------------------- */


.clear {
    clear: both;
}
@media (min-width: 768px) {
    .navbar-nav {
        float: none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }
}

.custom-pagination{
    margin: 0px;
}
.custom-pagination > li > a,
.custom-pagination > li > a:hover{
    color: #44ae5e;
}
.custom-pagination > .active > a, 
.custom-pagination > .active > a:focus, 
.custom-pagination > .active > a:hover, 
.custom-pagination > .active > span, 
.custom-pagination > .active > span:focus, 
.custom-pagination > .active > span:hover{
    background-color: #44ae5e;
}
.all-vendors-page{
    padding: 100px 0px;
    padding-top: 20px;
}
.all-vendors-page .list-group a{
   border: 1px solid #ddd !important;
   border-right: none !important;
   border-left: none !important;
}
.all-vendors-page .list-group::after{
    clear: both;
}
.top-list-gap{
    margin-top: 40px;
}
.side-bar-border{
    border-left-color: #44ae5e !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    border-top-color: transparent !important;
}
.total-due{
    margin-top: 6px;
    margin-right: 10px;
    font-size: 20px;
    font-weight: 400;
}


/* 
------------------------------------------------------------------------- 
                    Cart steps style
------------------------------------------------------------------------- 
*/

.stepwizered .btn-primary{
    color: #fff;
    background-color: #333;
    border-color: #333;
    border-radius: 40px !important;
    margin: 30px 105px !important;
    padding-top: 9px;
    padding-bottom: 9px;
    margin-top: 14px !important;
}

.stepwizered .btn-primary:last-child{
    margin-right: 0px !important;
}
.stepwizered .btn-primary:first-child{
    margin-left: 0px !important;
}
.stepwizered .btn-primary:first-child::after{
    content: 'Shopping Cart';
    position: absolute;
    bottom: -22px;
    left: -22px;
    color: #fff;
    font-weight: 600;
}
.stepwizered .btn-primary:nth-child(2)::after{
    content: 'Confirmation';
    position: absolute;
    bottom: -22px;
    left: -28px;
    color: #fff;
    font-weight: 600;
}
.stepwizered .btn-group::before{
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background-color: #fff;
    position: absolute;
    top: 34px;
}
.stepwizered .active-step,
.stepwizered .btn-primary:hover{
    background-color: #fff;
    color: #333;
}
.center-important{
    text-align: center !important;
}
.shopping-cart-logo{
    margin-top: 26px;
}
.cart-copy-right{
    position: initial;
    left: 0px;
    bottom: 0px;
    width: 100%;
}
.cart-copy-right p{
    text-align: center;
}
.cart-footer-row{
    background-color: #efefef;
}
.cart-footer-row table{
    display: table;
    margin-bottom: 5px;
}
.cart-footer-row table tr td:nth-child(1){
    width: 70px;
    vertical-align: middle;
}
.cart-footer-row table tr td:nth-child(2){
    width: 300px;
    vertical-align: middle;
}
.cart-footer-row tr td:nth-child(3){
    vertical-align: middle;
}
.cart-panel-group .panel-heading{
    position: relative;
}
.cart-panel-group img{
    position: absolute;
    bottom: 4px;
    right: 0px;
}
.cart-panel-group .paypal-img{
    right: 7px;
    bottom: 8px;
}
.cart-panel-group .radio{
    margin: 0px;
}

.expiry-addon{
    width: 50px
}
.expiry-input-group .col-sm-6:first-child .input-group .input-group-addon:nth-child(2),
.expiry-input-group .col-sm-6:first-child .input-group .input-group-addon:nth-child(3){
    padding: 0px;
    background-color: transparent;
    border: none;
    width: 100px;
}
.mcafee-img{
    width: 121px;
    float: left;
    padding: 25px 10px;
}
.checkout-para{
    float: left;
    margin-top: 10px;
    width: 300px;
    margin-bottom: 10px;
    margin-left: 15px;
}
.checkout-btn{
    float: right;
    margin-top: 27px;
    margin-right: 10px;
}


/*=================faqs=============*/
.faqs-tab {
    width: 100%;
    height: auto;
    float: left;
    border-bottom: 1px solid #cdcdcd;
}

.faqs-tab ul {
    padding-left: 0px !important;
}

.faqs-tab li {
    list-style: none;
    float: left;
    height: auto;
    position: relative;
}

.faqs-tab a {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    display: block;
    letter-spacing: -0.08px;
    padding: 18px 19px 14px;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.faqs-tab li a:hover {
    color: #5cad2b !important;
    border-bottom: 2px solid #5cad2b;
}

.faqs-tab-dtl-1 {
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 30px;
}

.faqs-tab-dtl-2 {
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 30px;
}

.faqs-tab-dtl-2 {
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 30px;
}

.faqs-tab-dtl-3 {
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 30px;
}

.faqs-tab-dtl-4 {
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 30px;
}

.faqs-tab-dtl-5 {
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 109px;
}

.faqs-tab-dtl-6 {
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 30px;
}
.finalreadmorebtn a {
    display: inline-block !important;
    margin-top: 20px;
    margin-bottom: 20px;
}
.popup-bg {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 8;
}
div#popup1 {
    width: 35%;
    height: auto;
    background-color: #FFF;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 52px;
    z-index: 1500;
    padding: 20px 20px;
    border-radius: 5px;
}
.remove img {
    position: absolute;
    right: -11px;
    top: -19px;
}
.afterTestimonial .container h2,.afterTestimonial .container p {
    display: inline-block;
    text-align: left !important;
}

.afterTestimonial {
    margin-top: 20px;
    display: table-row-group;
}




#LoginRegiter {
    display: inline;
    float: left;
    width: 100%;
}
.heading {
    float: left;
    display: inline;
    width: 100%;
}
.heading img{
	max-width:100%;
}
#LoginRegiter h2 {
    color: #000;
    font-weight: 300;
    font-size: 22pt;
}
#LoginRegiter p {
    color: #000;
    font-weight: 400;
    font-size: 11pt;
}
.ContactForm {
    display: inline;
    float: left;
    width: 100%;
    margin-top:60px;
    margin-bottom:60px;
}
.form-group {
    margin-bottom: 15px;
}
#LoginRegiter form input {
    height: 40px !important;
}
#LiveSupport {
    background: #FFF;
    border: 1px solid #dbdbdb;
}
.live-support {
	padding-top:10px;
    background: #FFF;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 40px;
}
.live-support h3 {
    color: #ffb33b;
    font-weight: 300;
    font-size: 22pt;
    margin: 25px 0px 20px;
}
#LoginRegiter p {
    color: #000;
    font-weight: 400;
    font-size: 11pt;
}
#LoginRegiter .btn-blue-light {
    padding: 10px 30px;
}
#LoginRegiter a {
    color: #0babb5;
    text-decoration: none;
}
.live-support-help {
    padding: 44px 0px;
}
.live-support .btn-blue-light {
    color: #FFF !important;
    margin-top: 20px;
}
#LoginRegiter .btn-blue-light {
    padding: 10px 30px;
}
.btn-blue-light {
    background-color: #5cad2b !important;
	border:1px solid #5cad2b  !important; 
    color: #FFF !important;
    padding: 18px 40px;
    text-transform: uppercase;
    font-weight: 400 !important;
    font-size: 11pt;
    text-decoration: none;
}
.btn-blue-light:hover {
    color: #FFF;
    background: #ffb33b;
	border:1px solid #ffb33b;
}
#WhoUs {
    display: inline;
    float: left;
    width: 100%;
    background: #FFFFFF;
}

#WhoUs .heading h2 {
    color: #000;
}
.heading h2 strong {
    font-weight: 700;
}
#WhoUs .heading p {
    font-weight: 300;
    color: #000;
}
.members img {
    width: 100%;
}
.heading h5 a{
	color:#ffb400 !important;
	font-size:16px !important;
}
.heading h5 a:hover{
	color:#ffb400 !important;
	text-decoration:underline !important;
}

#ConfirmOrder {
    display: inline;
    float: left;
    width: 100%;
    padding: 20px 0px 40px;
    background: #FFFFFF;
}
.ConfirmOrder_area {
    float: left;
    display: inline;
    width: 100%;
	margin-top:20px;
    background: #f7f7f7;
}
.ConfirmOrder_area .act-info {
    border: 1px solid #dddddd;
    padding: 45px 35px;
    min-height: 210px;
}
.ConfirmOrder_area h3 {
    font-family: 'Lato', sans-serif;
    color: #ffb33b;
    font-size: 17px;
    font-weight: 700;
    margin-top: 0px;
}
.ConfirmOrder_area p {
    font-family: 'Lato', sans-serif;
    font-size: 11pt;
    color: #797979;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 0px;
    line-height: 20px;
}
.ConfirmOrder_area .act-info .form-group {
    margin-bottom: 0px;
}
.ConfirmOrder_area .act-info .form-group p {
    font-family: 'Lato', sans-serif;
    font-size: 16pt;
    font-weight: 700;
    margin-top: 0px;
}
.OrderSummary {
    float: left;
    display: inline;
    width: 100%;
    padding: 10px 0px;
}
.OrderSummary h3 {
    font-family: 'Lato', sans-serif;
    color: #ffb33b;
    font-size: 17pt;
    font-weight: 700;
    margin-top: 0px;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
	margin-top:10px;
}
.table-bordered {
    border: 1px solid #ddd;
}
.OrderSummary .table .Product {
    width: 65% !important;
}
.OrderSummary .table td p {
    font-family: 'Lato', sans-serif;
    margin: 0px;
    font-weight: 600;
    font-size: 10pt;
}
.OrderSummary .table td p span {
    color: #ffb33b;
}
.OrderSummary .table .ItemPrice {
    width: 15%;
}
.OrderSummary .table .Qty {
    width: 7%;
}
.OrderSummary .table .Remove {
    width: 15%;
}
.OrderSummary .table td {
    padding: 10px 15px;
    font-size: 11pt;
    vertical-align: middle;
}
.OrderSummary .table td .GrandTotal h3 {
    font-family: 'Lato', sans-serif;
    color: #000;
    font-size: 17pt;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
}
.OrderQuickLink {
    float: left;
    display: inline;
    width: 100%;
    padding: 20px 0px;
}
.btn-blue {
    width: 118px;
    height: 35px;
    background-color:#5cad2b ;
	border:1px solid #5cad2b;
    color: #fff !important;
	border-radius:4px;
}
.btn-blue:hover{
	    background-color:#ffb33b;
		border:1px solid #ffb33b;
		color: #fff !important;
		text-decoration:none;
}
	
.OrderQuickLink a {
    margin: 5px;
    padding: 7px 5px;
}
.OrderSummary .table td .GrandTotal h3 {
    font-family: 'Lato', sans-serif;
    color: #000;
    font-size: 17pt;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
}
.OrderSummary .table td .GrandTotal h3 span {
    color: #ffb33b;
}
.info-box:last-child {
    margin-right: 0px;
    margin-left: 0px;
}
.info-box {
    background: #f4f4f4;
 	width:100%;
	float:left;
	height:auto;
	margin-top:20px;
	padding-top:10px;
	padding-bottom:25px;
}
.info-box h1 ,.info-box p{
	padding-left:15px !important;
}
.heading h2 {
    display: inline-block;
    font-size: 30pt;
    border-bottom: none;
    font-weight: 100 !important;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.heading h2 strong {
    font-weight: 700;
}
.heading p {
    font-size: 16pt !important;
    font-weight: 400;
}
 .support_area{
    float: left;
    display: inline;
    width: 100%;
	margin-top:20px;
	margin-bottom:20px;
}
.support_slider {
    float: left;
    display: inline;
    width: 100%;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.single_support {
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
}
.support_img {
    border: 1px solid #8493a6;
    border-radius: 100%;
    height: 102px;
    margin: 0 auto 15px;
    padding: 5px;
    width: 100px;
}

.fa {
    display: inline-block !important;
    font: normal normal normal 14px/1 FontAwesome ;
    font-size: inherit !important;
    text-rendering: auto ;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.support_img a:hover {
    color: #FFF !important;
    background-color: #5cad2b;
}
.single_support h5 {
    color: #494949;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: -0.5px;
}
.single_support h5 strong {
    font-weight: 700;
}
.single_support p {
    line-height: 19px;
    font-weight: 300;
    color: #353535;
    font-size: 11pt;
}
.vendor-pack{
	width:100%;
	text-align:center;
	float:left;
	height:auto;
}
.vendor-pack img{
	max-width:100%;
	padding-top:10px;
	margin-left:-30px;
}
h3.dp-heading.dp-heading-line.dp-mgr-btm-0.dp-pdd-btm-10 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: 29px;
}
.headline {
    margin-top: 50px;
}

.divnewmegapacks ul {
    list-style: none;
}
.loginUserArea {
    margin-top: 50px;
    margin-bottom: 50px;
}

.mfp-content {
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.4);
    margin: 5% auto!important;
    padding: 26px 30px 42px;
    background-color: #fff;
    width: 50% !important;
    padding: 50px;
}
.mfp-content .full-name {
    width: 50%;
    float: left;
    margin: 20px 0px 0px;
}
.mfp-content input {
    border: 1px solid #e1e1e1;
    display: block;
    font-size: 16px;
    height: 50px;
    line-height: 48px;
    padding: 0 15px;
    width: 90%;
}
.mfp-content #member-login{
    background: none !important;
    padding: 0 !important;
}
.mfp-content .sign-in-btn{
    border: 1px solid;
}
@media(max-width: 767px){
    .mfp-content {
        margin: 2% auto!important;
        width: 96% !important;
        padding: 10px;
    }
    .mfp-content .full-name{
        width: 100%;
        margin-top: 0;
    }
}

h4.quizno {
    color: #5cad2b;
}
.leftsidefaqtab .tab-content p {
    margin-bottom: 29px;
}
.support_img a {
    color: #000;
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 100%;
    line-height: 14px;
    font-size: 45px;
    padding-top: 13px;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}
.breadcrumbs {
    border-bottom: 0px;
}

.breadcrumbs .container .breadcrumb {
    background-color: #fff;
    margin-bottom: 0px;
}
.faq-accordion img {
    float: left;
    border-radius: 50%;
    padding-right: 10px;
    width: 16%;
}
.anotherscroldivexampage {
    margin-bottom: 40px;
    margin-top: 30px;
}
section#service .panel-group .row .panel {
    margin-bottom: 10px;
}
.rightsidefaqtab .nav-pills li.active a, .rightsidefaqtab .nav-pills li a:hover {
    color: #fff;
    background-color: #5cad2b;
}

.rightsidefaqtab .nav-pills li a {
    color: black;
}






.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 0px !important;
  bottom:0px !important;
  display:none !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}








.alert-success {
    background-image: -webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
    background-image: -o-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#c8e5bc));
    background-image: linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
    background-repeat: repeat-x;
    border-color: #b2dba1;
    display: block;
}
.alert {
    text-shadow: 0 1px 0 rgba(255,255,255,.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 1px 2px rgba(0,0,0,.05);
        display: block;
}










