﻿
/* -------------------------------
   16.0 Predefined CSS Setting
------------------------------- */

/* 16.1 Predefined Classes */

.row {
    margin: 0 -10px;
}

    .row > [class*="col-"] {
        padding: 0 10px;
    }

    .row.row-space-0 {
        margin: 0;
    }

    .row.row-space-2 {
        margin: 0 -1px;
    }

    .row.row-space-4 {
        margin: 0 -2px;
    }

    .row.row-space-6 {
        margin: 0 -3px;
    }

    .row.row-space-8 {
        margin: 0 -4px;
    }

    .row.row-space-10 {
        margin: 0 -5px;
    }

    .row.row-space-12 {
        margin: 0 -6px;
    }

    .row.row-space-14 {
        margin: 0 -7px;
    }

    .row.row-space-16 {
        margin: 0 -8px;
    }

    .row.row-space-18 {
        margin: 0 -9px;
    }

    .row.row-space-18 {
        margin: 0 -10px;
    }

    .row.row-space-22 {
        margin: 0 -11px;
    }

    .row.row-space-24 {
        margin: 0 -12px;
    }

    .row.row-space-26 {
        margin: 0 -13px;
    }

    .row.row-space-28 {
        margin: 0 -14px;
    }

    .row.row-space-30 {
        margin: 0 -15px;
    }

    .row.row-space-0 > [class*="col-"] {
        padding: 0;
    }

    .row.row-space-2 > [class*="col-"] {
        padding: 0 1px;
    }

    .row.row-space-4 > [class*="col-"] {
        padding: 0 2px;
    }

    .row.row-space-6 > [class*="col-"] {
        padding: 0 3px;
    }

    .row.row-space-8 > [class*="col-"] {
        padding: 0 4px;
    }

    .row.row-space-10 > [class*="col-"] {
        padding: 0 5px;
    }

    .row.row-space-12 > [class*="col-"] {
        padding: 0 6px;
    }

    .row.row-space-14 > [class*="col-"] {
        padding: 0 7px;
    }

    .row.row-space-16 > [class*="col-"] {
        padding: 0 8px;
    }

    .row.row-space-18 > [class*="col-"] {
        padding: 0 9px;
    }

    .row.row-space-20 > [class*="col-"] {
        padding: 0 10px;
    }

    .row.row-space-22 > [class*="col-"] {
        padding: 0 11px;
    }

    .row.row-space-24 > [class*="col-"] {
        padding: 0 12px;
    }

    .row.row-space-26 > [class*="col-"] {
        padding: 0 13px;
    }

    .row.row-space-28 > [class*="col-"] {
        padding: 0 14px;
    }

    .row.row-space-30 > [class*="col-"] {
        padding: 0 15px;
    }

.semi-bold {
    font-weight: 600;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-visible {
    overflow: visible !important;
}

.overflow-scroll {
    overflow: scroll !important;
}

.overflow-x-hidden {
    overflow-x: hidden !important;
}

.overflow-x-visible {
    overflow-x: visible !important;
}

.overflow-x-scroll {
    overflow-x: scroll !important;
}

.overflow-y-hidden {
    overflow-y: hidden !important;
}

.overflow-y-visible {
    overflow-y: visible !important;
}

.overflow-y-scroll {
    overflow-y: scroll !important;
}

.m-auto {
    margin: 0 auto !important;
}

.m-0 {
    margin: 0px !important;
}

.m-1 {
    margin: 1px !important;
}

.m-2 {
    margin: 2px !important;
}

.m-3 {
    margin: 3px !important;
}

.m-4 {
    margin: 4px !important;
}

.m-5 {
    margin: 5px !important;
}

.m-10 {
    margin: 10px !important;
}

.m-15 {
    margin: 15px !important;
}

.m-20 {
    margin: 20px !important;
}

.m-25 {
    margin: 25px !important;
}

.m-30 {
    margin: 30px !important;
}

.m-35 {
    margin: 35px !important;
}

.m-40 {
    margin: 40px !important;
}

.m-t-0 {
    margin-top: 0px !important;
}

.m-t-1 {
    margin-top: 1px !important;
}

.m-t-2 {
    margin-top: 2px !important;
}

.m-t-3 {
    margin-top: 3px !important;
}

.m-t-4 {
    margin-top: 4px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-25 {
    margin-top: 25px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-35 {
    margin-top: 35px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-r-0 {
    margin-right: 0px !important;
}

.m-r-1 {
    margin-right: 1px !important;
}

.m-r-2 {
    margin-right: 2px !important;
}

.m-r-3 {
    margin-right: 3px !important;
}

.m-r-4 {
    margin-right: 4px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r-15 {
    margin-right: 15px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.m-r-25 {
    margin-right: 25px !important;
}

.m-r-30 {
    margin-right: 30px !important;
}

.m-r-35 {
    margin-right: 35px !important;
}

.m-r-40 {
    margin-right: 40px !important;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.m-b-1 {
    margin-bottom: 1px !important;
}

.m-b-2 {
    margin-bottom: 2px !important;
}

.m-b-3 {
    margin-bottom: 3px !important;
}

.m-b-4 {
    margin-bottom: 4px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-25 {
    margin-bottom: 25px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-35 {
    margin-bottom: 35px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.m-l-0 {
    margin-left: 0px !important;
}

.m-l-1 {
    margin-left: 1px !important;
}

.m-l-2 {
    margin-left: 2px !important;
}

.m-l-3 {
    margin-left: 3px !important;
}

.m-l-4 {
    margin-left: 4px !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.m-l-20 {
    margin-left: 20px !important;
}

.m-l-25 {
    margin-left: 25px !important;
}

.m-l-30 {
    margin-left: 30px !important;
}

.m-l-35 {
    margin-left: 35px !important;
}

.m-l-40 {
    margin-left: 40px !important;
}

.p-0 {
    padding: 0px !important;
}

.p-1 {
    padding: 1px !important;
}

.p-2 {
    padding: 2px !important;
}

.p-3 {
    padding: 3px !important;
}

.p-4 {
    padding: 4px !important;
}

.p-5 {
    padding: 3px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-15, .wrapper {
    padding: 15px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-25 {
    padding: 25px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-35 {
    padding: 35px !important;
}

.p-40 {
    padding: 40px !important;
}

.p-t-0 {
    padding-top: 0px !important;
}

.p-t-1 {
    padding-top: 1px !important;
}

.p-t-2 {
    padding-top: 2px !important;
}

.p-t-3 {
    padding-top: 3px !important;
}

.p-t-4 {
    padding-top: 4px !important;
}

.p-t-5 {
    padding-top: 5px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-t-15 {
    padding-top: 15px !important;
}

.p-t-20 {
    padding-top: 20px !important;
}

.p-t-25 {
    padding-top: 25px !important;
}

.p-t-30 {
    padding-top: 30px !important;
}

.p-t-35 {
    padding-top: 35px !important;
}

.p-t-40 {
    padding-top: 40px !important;
}

.p-r-0 {
    padding-right: 0px !important;
}

.p-r-1 {
    padding-right: 1px !important;
}

.p-r-2 {
    padding-right: 2px !important;
}

.p-r-3 {
    padding-right: 3px !important;
}

.p-r-4 {
    padding-right: 4px !important;
}

.p-r-5 {
    padding-right: 5px !important;
}

.p-r-10 {
    padding-right: 10px !important;
}

.p-r-15 {
    padding-right: 15px !important;
}

.p-r-20 {
    padding-right: 20px !important;
}

.p-r-25 {
    padding-right: 25px !important;
}

.p-r-30 {
    padding-right: 30px !important;
}

.p-r-35 {
    padding-right: 35px !important;
}

.p-r-40 {
    padding-right: 40px !important;
}

.p-b-0 {
    padding-bottom: 0px !important;
}

.p-b-1 {
    padding-bottom: 1px !important;
}

.p-b-2 {
    padding-bottom: 2px !important;
}

.p-b-3 {
    padding-bottom: 3px !important;
}

.p-b-4 {
    padding-bottom: 4px !important;
}

.p-b-5 {
    padding-bottom: 5px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-b-15 {
    padding-bottom: 15px !important;
}

.p-b-20 {
    padding-bottom: 20px !important;
}

.p-b-25 {
    padding-bottom: 25px !important;
}

.p-b-30 {
    padding-bottom: 30px !important;
}

.p-b-35 {
    padding-bottom: 35px !important;
}

.p-b-40 {
    padding-bottom: 40px !important;
}

.p-l-0 {
    padding-left: 0px !important;
}

.p-l-1 {
    padding-left: 1px !important;
}

.p-l-2 {
    padding-left: 2px !important;
}

.p-l-3 {
    padding-left: 3px !important;
}

.p-l-4 {
    padding-left: 4px !important;
}

.p-l-5 {
    padding-left: 5px !important;
}

.p-l-10 {
    padding-left: 10px !important;
}

.p-l-15 {
    padding-left: 15px !important;
}

.p-l-20 {
    padding-left: 20px !important;
}

.p-l-25 {
    padding-left: 25px !important;
}

.p-l-30 {
    padding-left: 30px !important;
}

.p-l-35 {
    padding-left: 35px !important;
}

.p-l-40 {
    padding-left: 40px !important;
}

.f-s-8 {
    font-size: 8px !important;
}

.f-s-9 {
    font-size: 9px !important;
}

.f-s-10 {
    font-size: 10px !important;
}

.f-s-11 {
    font-size: 11px !important;
}

.f-s-12 {
    font-size: 12px !important;
}

.f-s-13 {
    font-size: 13px !important;
}

.f-s-14 {
    font-size: 14px !important;
}

.f-s-15 {
    font-size: 15px !important;
}

.f-s-16 {
    font-size: 16px !important;
}

.f-s-17 {
    font-size: 17px !important;
}

.f-s-18 {
    font-size: 18px !important;
}

.f-s-19 {
    font-size: 19px !important;
}

.f-s-20 {
    font-size: 20px !important;
}


/*Custom styles for ECoin*/

.content-wrapper {
    padding-top: 110px !important; /*remove padding space*/
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 0px;
    margin-right: 0px;
}


#brand-new-way {
    height: 100%;
    margin-top: -140px;
    padding-top: 140px;
}

#who-are-we-1 .img {
    text-align: center;
}

@media (max-width: 575.98px) {
    #brand-new-way {
        height: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        padding-top: 123px !important; /**/
    }

    .section {
        padding-top: 0px;
    }
}

@media ( min-width: 767px) {
    #brand-new-way {
        height: 100%;
        margin-top: 0;
        padding-top: 140px;
    }

    .section {
        padding-top: 0px;
    }

    #sharon {
        padding-bottom: 160px;
    }
}


@media (max-width: 380px) {

    #we-cover-you-1 .img {
        bottom: 10%;
    }

    #we-help-you-1 .img {
        bottom: 40px;
    }

    #we-send-it-1 .img {
        bottom: 60px;
    }
}

@media (min-width: 768px) {
    .bx-viewport, .bx-wrapper {
        top: -75px;
    }

    .content-wrapper {
        padding-top: 150px !important;
    }

    #top-new-way {
        margin-top: -150px;
        padding-bottom: 20px;
    }
}


.row.row-space-10 {
    margin: auto;
    max-width: 1150px;
}

    .row.row-space-10 > [class*="col-"] {
        padding: 0 5px;
    }


/* 9.3 Promotion Element Setting */

a.promotion-btn-1 {
    margin-bottom: 10px;
    display: block;
}

.promotion {
    position: relative;
    padding-top: 165px;
    overflow: hidden;
}

    .promotion + .promotion {
        margin-top: 10px;
    }

    .promotion.promotion-lg {
        padding-top: 340px;
    }

.promotion-image {
    position: absolute;
    left: 0;
    top: 15px;
    bottom: 15px;
    right: 0;
}

.promotion-lg .promotion-image {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.promotion-image.promotion-image-overflow-bottom {
    /* top: auto;
        bottom: -30px;*/
}

.promotion-image.promotion-image-overflow-top {
    /*bottom: auto;
        top: -30px;*/
}

.promotion-image.promotion-image-overflow-left {
    /*left: -30px;*/
}

.promotion-image.promotion-image-overflow-right {
    /*right: -30px;*/
}

.promotion-image.promotion-image-overflow-top.promotion-image-overflow-bottom {
    /*top: -30px;
        bottom: -30px;*/
}

.promotion-image.promotion-image-overflow-top.promotion-image-overflow-bottom, .promotion-image.promotion-image-overflow-top, .promotion-image.promotion-image-overflow-right, .promotion-image.promotion-image-overflow-bottom {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.promotion-image img {
    max-width: 100%;
    max-height: 100%;
}

.promotion-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
}

.promotion-lg .promotion-caption {
    padding: 30px;
}

.promotion-title {
    color: #212121;
    margin: 0 0 5px;
    font-size: 20px;
}

.promotion-lg .promotion-title {
    font-size: 36px;
    margin: 0 0 10px;
}

.promotion-desc {
    font-size: 12px;
    margin-bottom: 15px;
    color: #666;
}

.promotion-lg .promotion-desc {
    font-size: 14px;
    margin-bottom: 30px;
}

.promotion-btn {
    padding: 5px 10px;
    border: 1px solid #212121;
    color: #212121;
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
}

.promotion-lg .promotion-btn {
    padding: 10px 20px;
    font-size: 14px;
    border: 2px solid #212121;
}

.promotion-btn:hover,
.promotion-btn:focus,
.promotion-caption-inverse .promotion-btn:hover,
.promotion-caption-inverse .promotion-btn:focus {
    border-color: #fff;
    color: #212121;
    text-decoration: none;
    background: #fff;
}

.promotion-price {
    font-size: 16px;
    margin-bottom: 5px;
}

.promotion-lg .promotion-price {
    font-size: 24px;
    margin-bottom: 10px;
}

.promotion-price small {
    font-size: 12px;
}

.promotion-lg .promotion-price small {
    font-size: 14px;
}

.promotion-caption-inverse {
    color: #fff;
}

.promotion-lg .promotion-caption-inverse .promotion-title,
.promotion-lg .promotion-caption-inverse .promotion-price {
    font-weight: 300;
}

.promotion-caption-inverse .promotion-title,
.promotion-caption-inverse .promotion-price,
.promotion-caption-inverse .promotion-desc {
    color: #fff;
}

.promotion-lg .promotion-caption-inverse .promotion-desc {
    color: rgba(255,255,255,0.5);
}

.promotion-caption-inverse .promotion-btn {
    border-color: rgba(255,255,255,0.25);
    color: rgba(255,255,255,0.75);
}

@media (max-width: 991px) {
    .promotion-image img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    #brand-new-way .main-wrapper {
        padding-left: 0px;
    }
}


#sub_nav-wrapper {
    position: fixed;
    width: 100%;
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .theme-custom {
        margin: -20px auto 0px !important;
    }

    .promotion.promotion-lg {
        padding-top: 165px;
    }
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
}

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
}

/*Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}

/*Extra large devices (large desktops)  */

@media (min-width : 576px) {
    .theme-custom {
        margin: -37px auto 0px !important;
    }
}

@media (min-width: 577px) {
    .theme-custom {
        margin: -53px auto 0px !important;
    }
}



/* 18.0 MEDIA */

@media (max-width:1199px) {

    .promotion {
        padding-top: 135px;
    }

        .promotion.promotion-lg {
            padding-top: 280px;
        }
}

@media (max-width:991px) {

    .promotion, .promotion.promotion-lg {
        padding: 0 !important
    }

    .promotion-image {
        position: static
    }

        .promotion-image img {
            width: 100%
        }

    .header.header-fixed {
        position: relative
    }

    .brand-outer-div {
        padding: 0
    }

        .brand-outer-div .dropdown-brand-list li {
            width: auto
        }
}

@media only screen and (max-width:767px) {

    #promotions .row.row-space-10 > [class*="col-"]:first-child {
        width: 100%
    }

    #promotions .row.row-space-10 > [class*="col-"] {
        float: left;
        width: 50%
    }

    .invoice-header {
        float: left;
        width: 100%
    }


    .search-item-container .item-row .item:nth-child(3n+1) {
        border-left: 1px solid #c5ced4
    }

    .invoice-from, .invoice-to, .invoice-date {
        display: block;
        width: 50%;
        padding: 0 !important;
        text-align: left;
        float: left;
    }

    .invoice .invoice-to {
        padding: 0 0 15px 0 !important;
    }

    .invoice .invoice-header small {
        font-size: 16px;
        font-weight: bold;
    }

    .invoice-from strong, .invoice-to strong, .invoice-date .date {
        font-weight: 400
    }


    .invoice-price .invoice-price-left, .invoice-price .invoice-price-right {
        display: block;
        float: left;
        width: 100%;
    }

        .invoice-price .invoice-price-left .sub-price {
            display: table-cell;
            vertical-align: middle;
            padding: 0;
            width: 2%;
        }
}

@media only screen and (max-width:639px) {

    #trending-items .section-title small {
        width: 100%;
        display: block
    }

    #trending-items .owl-nav {
        top: -60px
    }

    #recommended-item-carousel.owl-carousel .owl-nav.disabled, #related-product-carousel.owl-carousel .owl-nav.disabled {
        display: block;
        top: -43px;
    }

    #product h4 {
        width: calc(100% - 95px)
    }

    .invoice .invoice-header {
        float: left;
        width: 100%
    }

    .invoice-from, .invoice-to, .invoice-date {
        width: 100%;
    }

    .invoice .invoice-to {
        padding: 15px 0 !important;
    }

    /* Start Changes by Sachin */
    .product_detail_class {
        max-width: 530px;
        width: 100%;
    }

        .product_detail_class .product-main-image {
            max-height: 525px;
            max-width: 450px;
            text-align: center;
            width: 80%;
            margin-left: 20%;
            padding: 4%;
            height: auto;
        }

            .product_detail_class .product-main-image .az-wrap-inner {
                max-width: 410px;
                height: auto !important;
                width: 100% !important;
                max-height: 410px;
            }

            .product_detail_class .product-main-image .az-overly {
                position: absolute;
                left: 0px;
                top: 0px;
                max-width: 410px;
                max-height: 410px;
                width: 100%;
                height: auto;
            }

            .product_detail_class .product-main-image .az-small-inner img {
                height: auto;
                max-width: 100%;
            }

        .product_detail_class .product-thumbnail {
            max-width: 80px;
            float: left;
            padding: 4.5%;
            max-height: 525px;
            overflow: scroll;
            width: 20%;
            border-right: none;
        }

        .product_detail_class .product-main-image .small .az-overly {
            position: absolute;
            left: 0px;
            top: 0px;
            max-width: 410px;
            max-height: 410px;
            width: 100%;
            height: auto;
        }

        .product_detail_class .product-thumbnail-list > li a {
            max-height: 40px;
            line-height: 0px;
            height: auto;
        }

            .product_detail_class .product-thumbnail-list > li a img {
                top: 0px;
            }

        .product_detail_class .product-main-image .az-large-inner img {
            width: 700px;
        }
    /* End of Changes by Sachin */
}


@media only screen and (max-width:479px) {


    #promotions .row.row-space-10 > [class*="col-"] {
        width: 100% !important
    }

    #trending-items .owl-nav {
        top: -84px;
    }

    .invoice-price .invoice-price-left .sub-price {
        display: block;
        width: 100%;
    }

    .product_detail_class .product-main-image .az-large-inner img {
        width: 500px;
    }
}
/* Start changes by Sachin */
@media only screen and (max-width:360px) {
    .header_class .navbar-toggle {
        width: 20%;
    }

    .header_class .header-logo {
        width: 40%;
        min-width: 0px;
    }
}
/* End of changes by Sachin*/

@media (min-width: 768px) and (max-width: 991px) {

    #brand-new-way .main-wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }

    .row.row-space-10 {
        margin: 0 -5px;
        max-width: 100%;
    }

    #brand-new-way {
        height: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        width: 750px;
    }

    .promotion-image img {
        width: 355px;
    }

    .promotion-lg img {
        width: 720px;
    }


    .col-sm-12 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .col-sm-6 {
        max-width: 50%;
        flex: 0 0 50%;
        float: left !important;
    }
}

@media (max-width : 767px) {
    .section {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #brand-new-way {
        width: 1010px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto;
    }

        #brand-new-way .container {
            padding-right: 15px;
            padding-left: 15px;
        }

    .col-sm-12 {
        width: 100%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-3 {
        width: 25%;
    }

    .promotion-lg .promotion-image img {
        min-width: 465px;
    }
}

@media (min-width : 1200px) {

    #brand-new-way {
        width: 1210px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto;
    }

        #brand-new-way .container {
            padding-right: 15px;
            padding-left: 15px;
        }

    .col-sm-12 {
        width: 100%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-3 {
        width: 25%;
    }

    .promotion-lg .promotion-image img {
        width: 100%;
    }
}


@media (max-width: 360px){
    #top-new-way h1 {
        color: red !important;
    }

    #brand-new-way{
        margin-top: -70px;
    }
}

#top-new-way h1{
    color: red;
    text-align: center;
    font-size: 3em !important;
}

@media ( min-width: 576px) and (max-width: 767px){
    .theme-custom{
        margin: -18px auto 0px !important;
    }
}

/* Fix for header text center and bigger*/
@media (min-width: 1200px){
    #top-new-way h1 {
        color: red;
        text-align: center;
        font-size: 3em !important;
        width: 1250px;
        margin-left: -50px;
    }

    .section{
        overflow-x: visible;
    }
}

@media (max-width: 767px) {
    #top-new-way h1 {
        font-size: 2em !important;
    }
}

@media (max-width: 480px ) {
    #top-new-way h1 {
        font-size: 1.5em !important;
    }
}


/* Remove empty spaces */

#who-are-we-1{
    padding-bottom: 50px;
    padding-top: 50px;
}

@media (max-width: 767px) {
    #who-are-we-1 {
        padding-bottom: 25px !important;
        padding-top: 25px !important;
    }

    #how-we-work-1 {
        padding-bottom: 20px !important;
        padding-top: 0px !important;
    }
}

/*End remove empty spaces */


/*Fix heading padding */

@media (min-width: 340px) and (max-width: 360px) {

    #brand-new-way {
        padding-top: 80px;
    }

        #brand-new-way .main-wrapper {
            padding-top: 0px;
        }
}

@media (min-width: 361px) and (max-width: 480px) {
    #brand-new-way {
        padding-top: 120px;
    }
}

@media (min-width: 640px) and ( max-width: 736px) {
    #brand-new-way .main-wrapper {
        padding-top: 0px;
    }
}


.image-slide-footer img {
    max-height: 100%;
    max-width: 100%;
    min-height: 300px;
}

/* End fix heading padding */

@media (max-width: 768px) {
    .html-home-page .content-wrapper {
        overflow: hidden;
    }
}


@media (min-width: 768px) {
    #top-new-way {
        margin-top: 0px;
    }

    #top-new-way h1{
        margin-left: 0px;
        width: 100%;
    }
}

@media (min-width: 767px) {
    #brand-new-way {
        padding-top: 0px;
    }
}

.image-slide-footer{
    display: none;
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .section .main-wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }
}


/*Fix spaces between div*/

@media (min-width: 768px) {
    #top-new-way {
        padding-bottom: 0px;
    }
}


@media (min-width: 1200px) {
    #homepage-video {
        padding-bottom: 20px; /*  */
        padding-top: 20px;
    }
}

@media (min-width : 992px ) and  ( max-width: 1199px){
    #homepage-video{
        padding-bottom: 30px;
        padding-top: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    #homepage-video {
        padding-bottom: 20px; /**/
        padding-top: 20px;
    }
}


/*For new layout - 6 static pics at bottom*/

.nopadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/*padding for a good stuff - */
#a-good-stuff{
    padding-top: 8px;
}