/* 
Legal Notice - DO NOT REMOVE THIS NOTICE // START

  CSS Document Ownership.
  This CSS document is owned and managed by Swift Productions ABN 84 723 182 610,
  Level 7, 91 Philip Street PARRAMATTA NSW 2150, Australia.
  This document contains Code which has been written by Swift Productions.
  Unauthorised reproducing, copying, selling and/or modifying is strictly prohibited. Doing so may result in legal action.

Legal Notice - DO NOT REMOVE THIS NOTICE // END
*/

/* --------------------------------------------------------
   Project Name: 24 Deals
   Version: 2.0
   Created: 11 November 2019
   Last Modified: 10 Feb 2020
   Last Modified By: Danny
----------------------------------------------------------*/
    *{
    margin:0;
    padding: 0;
    outline: none;
    border:none;
    text-decoration : none;
    }
    img {
    max-width: 100%;
    width: auto;
    height: auto;
    }
    a{
    text-decoration:none;
    }
    p,h1,h2,h3,h4,h5,h6 {
    margin: 0;
    }
    article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block;
    }
    *, *:before, *:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    }
    body {
    line-height: 1;
    margin: 0;
    padding: 0;
    }

    #eBayAPPSchema {
        display:none;
    }

    blockquote, q {
    quotes: none;
    }
    blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
    }
    table {
    border-collapse: collapse;
    border-spacing: 0;
    }
    .wrapper{
    float: left;
    width: 100%;
    font-family: "Nunito", sans-serif;
    }
    .content {
        max-width: 1198px;
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
    }

    /* ========== header // STARTS ========== */
    header {
        float: left;
        width: 100%;
    }
    .top-bar {
        height: 37px;
        background: #e9e9e9;
    }

    .top-bar-icon {
        float: left;
    }

    .top-bar-nav {
        float: right;
        margin-top: 8px;
    }

    .top-bar-nav ul {
        list-style: none;
    }

    .top-bar-nav ul li {
        display: inline-block;
    }

    .top-bar-nav ul li a {
        font-size: 14px;
        font-weight: 400;
        color: #404040;
        transition: .5s;
        text-transform: uppercase;
    }

    .top-bar-nav ul li a:hover {
        color: #eeaa2d;
    }

.top-bar-nav .lb-content {
	top:-39%;
}

     nav ul li a img {
        transition: .5s;
        margin-right: 9px;
    }
	
    .top-bar-nav ul li {
        display: inline-block;
        margin-right: 13px;
    }

    .top-bar-nav ul li:last-child {
        margin-right: 0;
    }

    .top-bar-icon img:nth-child(1) {
        margin-top: 6px;
        margin: 8px 18px 0px 0px;
    }
    .top-bar-icon img:nth-child(2) {
        vertical-align: top;
        margin-top: 12px;
    }



    .web-logo {
        float: left;
        margin-top: 13px;
    }

    .inner-header {
        margin-top: 29px;
    }
    .features-main-info {
        float: right;
    }
    .feature-box {
        display: inline-block;
        text-align: center;
        vertical-align: top;
    }
    .feature-box h3 {
        font-size: 16px;
        font-weight: 400;
        text-transform: uppercase;
        color: #000;
        margin-top: 13px;
        line-height: 21px;
    }

.feature-box a {
    color: #000;
}

    .feature-box.feature-sec-1 {
        width: 113px;
        margin-right: 89px;
    }

    .feature-box img {
    max-width: 68px;
    max-height: 68px;
    min-height: 68px;
}
    .feature-box.feature-sec-2 {
        width: 156px;
        margin-right: 84px;
    }

    .feature-box.feature-sec-3 {
        width: 120px;
        margin-right: 4px;
    }


    nav {
        background: #eeaa2d;
        width: 100%;
        height: 59px;
        float: left;
        margin: 17px 0;
        position: relative;
        display: inline-block;
    }
   
     nav ul {
        list-style: none;
        display: inline-block;
    }

     nav ul li {
        padding: 21px 0px 20px 0px;
    }

     nav ul li:hover span {
        color: #1c252a;
    }

     nav ul li a span {
        font-size: 18px;
        font-weight: 400;
        color: #fff;
        transition:.5s;
        position: relative;
        top: -2px;
        display: inline-block;
    }
     nav ul li ul {
        list-style: none;
        position: absolute;
        z-index: 999;
        float: left;
        background: #1c252a;
        width: 321px;
        padding: 23px 15px 14px 26px;
        top: 59px;
        visibility: hidden;
        left: 0;
    }

     nav ul li ul li {
        margin-bottom: 19px;
        padding: 0;
    }
     nav ul li ul li:last-child {
        margin-bottom: 0;
    }

     nav ul li ul li a {
        font-size: 18px;
        font-weight: 400;
        color: #fff;
    }
    
    nav ul li ul li a button:hover {
    background: #147bb7;
}
     nav ul li ul li a button {
        width: 280px;
        height: 45px;
        background: #eeaa2d;
        font-size: 18px;
        font-weight: 400;
        color: #fff;
        text-transform: uppercase;
        position: relative;
        left: -5px;
        cursor: pointer;
    }
     nav ul li:hover > ul {
        visibility: visible;
    }
     nav ul li ul li a:hover {
        color: #eeaa2d;
    }
     nav ul li:hover img {
        filter: invert(1);
    }
    nav .content {
    position: relative;
    }
    .search-bar {
        float: right;
        margin-top: 11px;
    }
    header ul li label span {
    color: #404040;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    display: block;
    text-transform: uppercase;
    transition: .5s;
}
header ul li label span:hover {
    color: #eeaa2d;
}
    /* ========== header // end ========== */








    /* ========== hero-banner // start ========== */


    .hero-banner{width: 100%;max-width: 1200px;margin: auto;}


    .hero-banner img{width: 100%;margin-top: 24px;}



    /* ========== hero-banner // END ========== */








    /* ========== Listing Page STYLES // START ========== */
     .gallery-container {
        width: 100%;
        float: left;
        box-sizing: border-box;
    }
     .gallery {
        width: 100%;
        position: relative;
        margin-top: 26px;
    }
     .white-box {
         height: 731px;
         width: 100%;
    }
     .thumbnails {
         text-align: center;
         padding-top: 0px;
         font-size: 0;
         margin-top: 41px;
         margin-left: 0px;
    }
     .thumbnails input[type=radio] {
         display: none;
    }
    .thumbnails label:hover {
        border-color: #9e9c9c;
    }

     .thumbnails label {
         display: inline-block;
         width: 147px;
         height: 147px;
         position: relative;
         cursor: pointer;
         background: #fff;
         margin-right: 19px;
         margin-bottom: 10px;
         padding: 6px;
         border: 1px solid #dcdcdc;
         transition: .5s;
    }
     .thumbnails label img {
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         max-width: 140px;
         max-height: 140px;
    }



    .item-container.image5 {
        margin-right: 0;
    }

     .g-img-con {
         width: 100%;
         max-width: 731px;
         height: 731px;
         overflow: hidden;
         box-sizing: border-box;
         position: absolute;
         top: 0;
         left: 50%;
         transform: translate(-50%, 0);
         -webkit-transform: translate(-50%, 0);
         -moz-transform: translate(-50%, 0);
         background: #fff;
         border: 1px solid #dbdbdb;
    }
     .gallery-content {
         display: none;
         position: absolute;
         top: 0;
         right: 0;
         bottom: 0;
         left: 10px;
         width: 100%;
         max-width: 100%;
         height: 100%;
         max-height: 700px;
         -webkit-animation: cssAnimation 0.7661s 1 ease-in-out;
         -moz-animation: cssAnimation 0.7661s 1 ease-in-out;
         -o-animation: cssAnimation 0.7661s 1 ease-in-out;
         overflow: hidden;
         z-index: 1;
    }
     #image1:checked ~ .g-img-con #gallery-content-1, #image2:checked ~ .g-img-con #gallery-content-2, #image3:checked ~ .g-img-con #gallery-content-3, #image4:checked ~ .g-img-con #gallery-content-4, #image5:checked ~ .g-img-con #gallery-content-5, #image6:checked ~ .g-img-con #gallery-content-6, #image7:checked ~ .g-img-con #gallery-content-7, #image8:checked ~ .g-img-con #gallery-content-8, #image9:checked ~ .g-img-con #gallery-content-9, #image10:checked ~ .g-img-con #gallery-content-10, #image11:checked ~ .g-img-con #gallery-content-11, #image12:checked ~ .g-img-con #gallery-content-12 {
         display: block;
         -webkit-animation: cssAnimation 0.7661s 1 ease-in-out;
         -moz-animation: cssAnimation 0.7661s 1 ease-in-out;
         -o-animation: cssAnimation 0.7661s 1 ease-in-out;
    }
     .thumbnails .item-wrapper {
         position: relative;
         width: 100%;
         height: 100%;
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -ms-flex-wrap: wrap;
         flex-wrap: wrap;
         overflow: hidden;
    }
     .thumbnails .gallery-content img {
        right: 0;
        bottom: 0;
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 700px;
        max-height: 700px;
    }
     .grid-item {
         height: 20%;
         width: 20%;
    }
     .grid-item:hover {
         cursor:move;
    }
     .grid-item:hover ~ img {
         height: 200%;
         width: 200%;
         max-width: 200%;
         max-height: 200%;
         -webkit-transition-property: transform;
         transition-property: transform;
         -webkit-transition: 600ms ease-out;
         transition: 600ms ease-out;
    }
     .grid-item:hover:nth-of-type(5n + 1) ~ img {
         left: 0px;
    }
     .grid-item:hover:nth-of-type(5n + 2) ~ img {
         left: -112.5px;
    }
     .grid-item:hover:nth-of-type(5n + 3) ~ img {
         left: -255px;
    }
     .grid-item:hover:nth-of-type(5n + 4) ~ img {
         left: -337.5px;
    }
     .grid-item:hover:nth-of-type(5n + 5) ~ img {
         left: -450px;
    }
     .grid-item:hover:nth-of-type(1n + 1) ~ .zoom-image {
         top: 0px;
    }
     .grid-item:hover:nth-of-type(1n + 6) ~ .zoom-image {
         top: -93.75px;
    }
     .grid-item:hover:nth-of-type(1n + 11) ~ .zoom-image {
         top: -187.5px;
    }
     .grid-item:hover:nth-of-type(1n + 16) ~ .zoom-image {
         top: -281.25px;
    }
     .grid-item:hover:nth-of-type(1n + 21) ~ .zoom-image {
         top: -375px;
    }
     .zoom-image {
         left: 0;
         right: 0;
         position: absolute;
         top: 0;
         -webkit-transition: all 0.25s;
         transition: all 0.25s;
         z-index: -1;
    }
     @-webkit-keyframes cssAnimation {
         from {
             -webkit-transform: rotate(0deg) scale(0.48) skew(-180deg) translate(0px);
        }
         to {
             -webkit-transform: rotate(0deg) scale(1.0) skew(-180deg) translate(0px);
        }
    }
     @-moz-keyframes cssAnimation {
         from {
             -moz-transform: rotate(0deg) scale(0.48) skew(-180deg) translate(0px);
        }
         to {
             -moz-transform: rotate(0deg) scale(1.0) skew(-180deg) translate(0px);
        }
    }
     @-o-keyframes cssAnimation {
         from {
             -o-transform: rotate(0deg) scale(0.48) skew(-180deg) translate(0px);
        }
         to {
             -o-transform: rotate(0deg) scale(1.0) skew(-180deg) translate(0px);
        }
    }
    /*=================== gallery-detail // start ======================*/

    .gallery-detail {
        width: 100%;
        margin-top: 30px;
    }
    .brand-info-detail ul {
        list-style: none;
        display: inline-block;
    }

    .brand-info-detail ul li {
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        color: #a8a8a8;
        font-family: 'Lato', sans-serif;
        margin-right: 29px;
    }
   

    .brand-info-detail ul ~ span {
        float: right;
        display: inline-block;
        width: 67px;
        height: 20px;
        background: #28bd4b;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        font-family: 'Lato', sans-serif;
        line-height: 20px;
    }

    .out-of-stock {
    background: #F00 !important;
    width: 105px !important;
    display: none;
    margin-right: 10px;
}
    .gallery-detail h2 {
        font-size: 42px;
        font-weight: 400;
        color: #0c0c0c;
        line-height: 50px;
        display: inline-block;
        margin-top: 33px;
    }

    .gallery-detail p {
        float: right;
        width: 182px;
        line-height: 59px;
        height: 59px;
        background: #eeaa2d;
        font-size: 31px;
        font-weight: 400;
        text-align: center;
        color: #fff;
        margin-top: 45px;
    }
    /*=================== gallery-detail // end ======================*/


    /* ========== Tabs // start ========== */
    .tabs-container {
        margin-top: 40px;
        float: left;
        width: 100%;
        position: relative;
    }
    .tabs-container:before {
        position: absolute;
        content: "";
        width: 100%;
        left: 0;
        border: 1px solid #d6d5d5;
        z-index: 3;
        bottom: 0;
    }

.tabs .content:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0;
    background: #fff;
    z-index: -1;
}

    .tabs {width: 100%;box-sizing: border-box;text-align: left;background: #f7f7f7;position: relative;z-index: 2;}
    .tabs:after {content: '';display: table;clear: both;}

    .tabs:before {
        position: absolute;
        content: "";
        width: 100%;
        left: 0;
        border: 1px solid #d6d5d5;
        top: 58px;
    }
    .tabs input[type=radio] {
    display: none;
    }
    .tabs label {font-size: 21px;color: #0c0c0c;display: inline-block;font-weight: 400;margin-right: 3px;cursor: pointer;border: 1px solid #d6d5d5;border-bottom: none;width: 19.44%;}

    .tabs label span{
     z-index: 9999;
     padding: 19px 10px 18px 10px;
     background: #fff;
     display: block;
     text-align: center;
    }


    .tabs [id^="tab"]:checked + label span {
        border-top: 6px solid #eeaa2d;
        padding: 13px 10px 19px 10px;
        background: #f7f7f7;
        position: relative;
    }

    .tab-content {display: none;width: 100%;float: left;min-height: 231px;box-sizing: border-box;position: relative;padding: 49px 0px 56px 0px;text-align: left;border-bottom: 1px solid #f3f3f2;background: #f7f7f7;}
    #tab1:checked ~ #tab-content1, #tab2:checked ~ #tab-content2, #tab3:checked ~ #tab-content3, #tab4:checked ~ #tab-content4, #tab5:checked ~ #tab-content5, #tab6:checked ~ #tab-content6 {
    display: block;
    }
    /* Extra - Contact Us */
    #tab-content5 {
    position:relative;
    }
    .btn-contact-tabs {
    background: #a6171e;
    width: 209px;
    height: 54px;
    line-height: 54px;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 13px;
    right: 19px;
    text-transform: uppercase;
    transition: 0.5s all;
    cursor: pointer;
    }
    .btn-contact-tabs:hover {
    background: #7c1015;
    color: #fff;
    }
    .btn-contact-tabs a {
    color:#fff;
    }
    /* Extra - Contact Us */
    .tab-content * {
    -webkit-animation: scale 0.7s ease-in-out;
    -moz-animation: scale 0.7s ease-in-out;
    animation: scale 0.7s ease-in-out;
    }
    .tab-content h1, .tab-content h2, .tab-content h3, .tab-content h4, .tab-content h5, .tab-content h6 {
    color: #000;
    font-weight:600;
    margin: 15px 0;
    letter-spacing: 1px;
    margin-bottom: 41px;
    }

    .tab-content ul {
    }
    .tab-content h1 {
    font-size: 26px;
    }
    .tab-content h2 {
    font-size: 25px;
    }
    .tab-content h3 {
    font-size: 23px;
    font-family: "Nunito", sans-serif;
    }
    .tab-content h4 {
    font-size: 21px;
    text-transform: uppercase;
    }
    .tab-content h5 {
    font-size: 20px;
    font-weight:600;
    }
    .tab-content h6 {
    font-size: 18px;
    }
    .tab-content p, .tab-content ul, .tab-content ol {
    color: #0c0c0c;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 26px;
    }
    .tab-content p a, .tab-content ul li a, .tab-content ul a li, .tab-content ol li a, .tab-content ol a li{
    color: #eeaa2d !important;
    }
    span.text {
    text-decoration: underline;
    }
    .tab-content ul, .tab-content ol {
    margin-left: 40px;
    margin-top: 27px;
    }
    .tab-content ul li {
        font-size: 18px;
        font-weight: 400;
        color: #0c0c0c;
        margin-bottom: 5px;
    }

    .tab-content ol ol li {
    list-style-type: lower-alpha;
    }
    .tab-content ol ol ol li {
    list-style-type: lower-roman;
    }
    .tab-content ul ul li {
    list-style-type: circle;
    }
    .tab-content ul ul ul li {
    list-style-type: square;
    }
    @keyframes scale {
    0% {
    transform: scale(0.9);
    opacity: 0;
    }
    50% {
    transform: scale(1.01);
    opacity: 0.5;
    }
    100% {
    transform: scale(1);
    opacity: 1;
    }
    }


    .tab-content table {
    border: 1px solid #eaeaea;
    width: 100%;
    }

    .tab-content table tr:nth-child(odd) {
    background: #fcfcfc;
    }

    .tab-content table tr td:nth-child(1) {
    padding-left: 65px;
    font-weight: 500;
    color: #000;
    }

    .tab-content table tr td {
    font-size: 15px;
    display: inline-block;
    width: 50%;
    height: 45px;
    padding: 17px 0px 9px 0px;
    font-weight: 400;
    }


    /* ========== Tabs // END ========== */

    /*=================== other-items // start ======================*/


    .other-items {
		display:none !important;
    float: left;
    width: 100%;
    margin-top: 56px;
    margin-bottom: 62px;
    text-align: center;
    }

    .other-items .other-items-title {
    text-align: left;
    }

    .other-items .other-items-title h2 {
    font-size: 42px;
    font-weight: 400;
    color: #0c0c0c;
    }


    .other-items .other-items-detail {
    margin-top: 40px;
    margin-bottom: 4px;
    }

    .other-items-detail li {
    display: inline-block;
    margin-right: 3px;
    width: 292px;
    border: 1px solid #cecece;
    padding: 27px 0px 0px 0px;
    }
.other-items-detail li:hover {
    border-color: #000;
}

    .other-items-detail li a .image-wrap {
    width: 242px;
    height: 201px;
    margin: auto;
    position: relative;
    }

    .other-items-detail li:nth-child(4n) {
    margin-right: 0;
    }


    .other-items img {
    max-height: 201px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    }


    .other-items p {
    font-size: 18px;
    font-weight: 400;
    color: #0c0c0c;
    padding: 35px 0px 0px 0px;
    line-height: 21px;
    }

    .other-items h3 {
    font-size: 24px;
    font-weight: 400;
    color: #0c0c0c;
    padding-top: 34px;
    }
.other-items h4 {
    height: 56px;
    background: #eeaa2d;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 50px;
    margin-top: 30px;
    transition: .5s;
}

.other-items ul li:hover h4 {
    background: #1679b3;
}
    /*=================== other-items // end ======================*/




    /* ========== footer // start ========== */

    footer {
    float: left;
    width: 100%;
    }

    .footer-categories {
    padding: 63px 0px 18px 0px;
    background: #f7f7f7;
    }

    .sect-links h3 {
    font-size: 15px;
    font-weight: 400;
    color: #eeaa2d;
    margin-bottom: 23px;
    }
   .sect-links p {
    font-size: 13px;
    font-weight: 400;
    color: #0c0c0c;
    line-height: 19px;
}
.sect-links .subscribe-now {
    display: inline-block;
    width: 186px;
    height: 49px;
    background: #eeaa2d;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    color: #ffffff;
    margin-top: 32px;
    transition: .5s;
    /* padding: 14px 0px; */
    line-height: 49px;
}

.sect-links .subscribe-now:hover {
    background: #1a87c5;
}
    .sect-links ul {
    list-style: none;
    }

    .sect-links ul li {
    margin-bottom: 11px;
    }

    .sect-links ul li a {
    font-size: 13px;
    font-weight: 400;
    color: #151414;
    transition: .5s;
    }

    .sect-links ul li a:hover {
    color: #eeaa2d;
    }

    .sect-links {
    display: inline-block;
    vertical-align: top;
    }

.sect-links img {
    width: 100%;
    max-width: 227px;
    margin-top: 31px;
}
.sect-links.sect-links-1 {
    width: 228px;
} 
.sect-links.sect-links-2 {
    width: 113px;
    margin-left: 125px;
}
.sect-links.sect-links-3 {
    width: 152px;
    margin-left: 140px;
}

.sect-links.sect-links-3  .lb-content {
	bottom:-36%;
}
.sect-links.sect-links-4 {
    width: 273px;
    margin-left: 127px;
}


    /*=====footer // end====*/

  /*=====sub-footer // start====*/

.sub-footer {
    float: left;
    width: 100%;
    margin-top: 12px;
}

.sub-footer img {
    float: right;
}

.sub-footer p {
    float: left;
    font-size: 13px;
    font-weight: 400;
    color: #0c0c0c;
    margin-top: 8px;
}


  /*=====sub-footer // end====*/








    /* ========== pop-up // STARTS ========== */
    .lb-overlay {
    width: 0px;
    height: 0px;
    position: fixed;
    overflow: hidden;
    left: 0px;
    top: 0px;
    padding: 0px;
    text-align: center;
    display: none;
    }
    .lb-overlay {

    }
    a.contact-us-pop-up {
    background: #007dc6;
    color: #fff;
    text-transform: uppercase;
    border: none;
    font-weight: bold;
    cursor: pointer;
    padding: 16px 50px;
    font-size: 19px;
    margin: 10px 0px;
    float: left;
    text-decoration: none;
    }
    .lb-overlay::-webkit-scrollbar {
    width: 0;
    background: transparent;
    }
    .lb-overlay::-webkit-scrollbar-thumb {
    background: #FF0000;
    }
    .lb-content {
    width: 100%;
    max-width: 1066px;
    min-height: 250px;
    max-height: 500px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    padding-left: 33px;
    padding-right: 24px;
    border-radius: 6px;
    position: relative;
    box-shadow: 1px 5px 9px 1px rgba(0,0,0,0.75);
    padding-top: 20px;
    box-sizing: border-box;
    padding-bottom: 59px;  animation: fadeInScale 0.4s ease-in-out;
    }
    .lb-overlay::target .lb-content {

    }
    @keyframes fadeInScale {
    0% {
    transform: scale(0.5);
    opacity: 0;
    }
    100% {
    transform: scale(1);
    opacity: 1;
    }
    }
    .lb-content-inner {
    max-height: 390px;
    padding-right: 27px;
    overflow-y: scroll;
    min-height: 250px;
    }
    .lb-content img {
    float: left;
    width: auto;
    }
    /* Text Styleing // START */
    .lb-content h4.heading {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #101010 !important;
    text-transform: uppercase;
    border-bottom: 4px solid #eeaa2d;
    text-align: left !important;
    padding-bottom: 12px !important;
    margin-bottom: 17px;
    font-family: "Nunito", sans-serif !important;
    }
    .lb-content h1, .lb-content h2, .lb-content h3, .lb-content h4, .lb-content h5, .lb-content h6 {
    text-align:left;

    color: #000000;
    padding: 0 !important;
    margin-bottom: 15px !important;
    }
    .lb-content h1 {
    font-size: 26px !important;
    }
    .lb-content h2 {
    font-size: 24px !important;
    }
    .lb-content h3 {
    font-size: 20px !important;
    font-weight:600 !important;
    }
    .lb-content h4 {
    font-size: 20px !important;
    }
    .lb-content h5 {
    font-size: 20px !important;
    color: #000!important;
    font-weight:600 !important;
    }
    .lb-content h6 {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #000 !important;
    line-height: 25px !important;
    margin-bottom: 0px !important;
    letter-spacing: 0.7px !important;
    }
    .lb-content p, .lb-content ul, .lb-content ol {
    padding: 5px 0!important;
    line-height: 22px !important;
    font-size: 16px !important;
    margin-bottom: -6px !important;
    text-align: left;
    color: #1d1d1d !important;
    float: left;
    width: 100%;
    word-spacing: .8px;
    font-weight: 300;
    font-family: "Nunito", sans-serif;
    }
    .lb-content p a, .lb-content ul li a, .lb-content ul a li, .lb-content ol li a, .lb-content ol a li{
    color: #eeaa2d !important;
    }
    .lb-content p a {
    padding-left:0;

    }
    span.text {
    text-decoration: underline !important;
    }
    .lb-content ul {
    list-style:disc !important;
    }
    .lb-content ul, .lb-content ol {
    margin-left:30px !important;
    text-align:left;
    width:95% !important;
    display:block !important;
    }
    .lb-content ul li, .lb-content ol li {
    display:list-item !important;
    color: #2c2c2c !important;
    padding: 5px 0;
    text-align:left !important;
    width:95% !important;
    }
    .lb-content ol ol li {
    list-style-type: lower-alpha!important;
    }
    .lb-content ol ol ol li {
    list-style-type: lower-roman!important;
    }
    .lb-content ul ul li {
    list-style-type: circle!important;
    }
    .lb-content ul ul ul li {
    list-style-type: square!important;
    }
    /* Text Styleing // END */
    footer ul li span.lb-close-bottom {
    background: #005593;
    padding: 12px 16px !important;
    color: #fff !important;
    font-weight: 600;
    bottom: 10px;
    left: 0;
    position: absolute;
    right: 0;
    margin: auto;
    max-width: 127px;
    cursor: pointer;
    }
    a.lb-close-bottom:hover {
    text-decoration: none !important;
    }
    .lb-close p {
    position: absolute;
    cursor:pointer;
    top: -34px;
    right: -18px;
    z-index: 10000;
    color: #fff !important;
    background: #eeaa2d;
    border-radius: 50%;
    width: 59px;
    height: 59px;
    font-size: 40.06px !important;
    text-align: center;
    font-weight: 300 !important;
    padding: 19px 0px !important;
    font-family: "Nunito", sans-serif !important;
    }

    .lb-close .fa-times{
    position: absolute;
    top: -25px;
    right: -20px;
    z-index: 10000;
    color: #fff !important;
    background: #166ac6;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-weight: 900;
    font-size: 20px;
    line-height: 40px;
    }




    .lb-close-bottom:hover, .lb-close .fas:hover {
    background: #166ac6 !important;
    text-decoration:none;
    }
    .contact-text .field-wrapper {
    width: 100%;
    float: left;
    margin-bottom: 13px;
    text-align: left;
    }
    .body-image img {
    margin: 10px;
    width: 145px;
    }
    .body-image {
    width: 100%;
    background: #fff;
    }
    .autocomplete-items {
    list-style: none;
    padding-left: 0px;
    border: 1px solid #eeee;
    overflow-y: scroll;
    border-radius: 2px;
    cursor: pointer;
    position: absolute;
    width: 487px;
    z-index: 10001;
    background: #fff;
    }
    .search_item.loaction_click {
    padding: 10px;
    box-sizing: border-box;
    }
    a.lb-add {
    cursor: pointer;
    }


     ul li input#menuh1:checked + .lb-overlay, 
     ul li input#menuh2:checked + .lb-overlay, 
     ul li input#menuh3:checked + .lb-overlay,
     ul li input#menuh4:checked + .lb-overlay,
     ul li input#menuh5:checked + .lb-overlay,
     ul li input#menuh6:checked + .lb-overlay,
     ul li input#menuh7:checked + .lb-overlay,
     ul li input#menuh8:checked + .lb-overlay,
     ul li input#menuh9:checked + .lb-overlay,
     ul li input#menuh10:checked + .lb-overlay,
     ul li input#menuf1:checked + .lb-overlay, 
    footer ul li input#menuf2:checked + .lb-overlay, 
    footer ul li input#menuf3:checked + .lb-overlay,
    footer ul li input#menuf4:checked + .lb-overlay,
    footer ul li input#menuf5:checked + .lb-overlay,
    footer ul li input#menuf6:checked + .lb-overlay,
    footer ul li input#menuf7:checked + .lb-overlay,
    footer ul li input#menuf8:checked + .lb-overlay,
    footer ul li input#menuf9:checked + .lb-overlay,
    footer ul li input#menuf10:checked + .lb-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    display:flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    padding-left: 25px;
    padding-right: 25px;
    left: 0;
    }

     ul li input {
    display: none;
    }

     ul li span {
    color: #0c0c0c;
    font-weight: 400;
    font-size: 13px;
    transition: .5s;
    cursor: pointer;
    display: block;
    line-height: 17px;
    }

    .copyright ul li label span {
        color:#005593;
    }

     ul li span.lb-close-bottom {
    background: #eeaa2d;
    padding: 12px 16px !important;
    color: #fff !important;
    font-weight: 600;
    bottom: 10px;
    left: 0;
    position: absolute;
    right: 0;
    margin: auto;
    max-width: 127px;
    cursor: pointer;
    }

    footer ul li span:hover {
    color: #eeaa2d;
    }

    /* ========== pop-up // END ========== */


    #footerwrap {
    float: left;
    width: 100%;
    background: #fff;
    padding-bottom: 10px;
    }
    .dbusfoot {
    background-image: url('https://accessmylogin.s3.amazonaws.com/assets/swift-bottom-seperator.png');
    margin: 30px auto 0;
    max-width: 617px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    clear:both;
    position:relative;
    top: 10px;
    }
    .dbus {
    text-align: center;
    background-image: url('https://accessmylogin.s3.amazonaws.com/assets/swift-bottom-logo.png');
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 70px;
    margin-bottom: 44px;
    }



    /* ========== footer // END ========== */






    /* ========== Responsive styles // START ========== */




    @media only screen and (min-device-width : 568px) and (max-device-width : 1100px) and (orientation : landscape) {
    .lb-content-inner {
    max-height: 150px;
    min-height: 150px;

    }

    }

   
  @media only screen and (max-width: 1200px) {
        .content{
            padding:0px 15px;
        }

        .other-items-detail li {
    margin-bottom: 20px;
}

.other-items p {
  
    padding: 35px 5px 0px 5px;
    
}
.tabs label {

    width: 19%;
}
.other-items-detail li {
  
    width: 269px;

}
.sect-links.sect-links-4 {
    width: 273px;
    margin-left: 56px;
}

  }
   

   

    @media only screen and (max-width: 1130px) {

.top-bar {
	display:none !important;
}

        .sub-footer p {
    float: initial;
    width: 100%;
    text-align: center;
}

.sub-footer img {
    float: initial;
    margin-top: 20px;
}

.sub-footer {
 
    text-align: center;
}

.tabs label {
    width: 100%;
}

.tabs .content:before {
    display: none;
}

.footer-categories {
    margin-top: 50px;
}
.tabs-container:before {
    display: none;
}

.sect-links.sect-links-1 {
    width: 100%;
    text-align: center;
}

.sect-links.sect-links-3 {
    width: 100%;
    margin-left: 0px;
    text-align: center;
    margin-top: 20px;
}

.tabs label {
  
     border-bottom: 1px solid #d6d5d5; 
  
}

.tab-content {
    padding: 26px 15px 29px 15px;

}
.tabs {
   background: none;
}

.tabs:before {
   display: none;
}
nav {
    display: none;
}

.web-logo {
    float: initial;
    margin-top: 13px;
    text-align: center;
    width: 100%;
}
.features-main-info {
    float: initial;
    width: 100%;
    text-align: center;
    margin-top: 24px;
}
    .section.logo{
    margin: 0;
    padding: 0;
    }

.gallery-detail h2 {
   
    display: block;
  
}

.gallery-detail p {
    float: initial;
}

    .sect-links ul li {
    margin-bottom: 0;
    display: inline-block;
    padding: 5px 10px;
    }

    .other-items {
    display: none;
    }


    .mobilehidden {
    display:none !important;
    }

    .thumbnails {
    margin-top: 25px;
    margin-left:0px;
    text-align: center;
    }

    .thumbnails label {
    display: inline-block;
    }

    .thumbnails label {
        margin: 5px 3px;
    }

    .quick-links-top {
    margin: auto;
    }


    .feature-main-middle .content, .tabs-container .content {
    padding: 0px 15px;
    }

    .thumbnails label.image4 {
    margin-right: 5px;
    }

.sect-links.sect-links-4 {

    display: none;
}

.sect-links.sect-links-2 {

    display: none;
}


    }



    @media only screen and (max-width: 992px) {


    }


    @media only screen and (max-width: 840px) {
   

    }


    @media only screen and (max-width: 768px) {

    .tab-content {

    padding: 57px 20px 63px 20px;
    }

.g-img-con {
    height: 548px;
}

.white-box {
    height: 541px;
}

.thumbnails .gallery-content img {
    max-width: 500px;
    max-height: 500px;
}



    .feature-box {
    margin: 5px 5px !important;
    }

    .hero-banner img {
    margin-top: 24px;
    }


.feature-box.feature-sec-2 {
    margin-right: initial;
}

.feature-box.feature-sec-3 {
    margin-right: initial;
}

    }

   

    @media only screen and (max-width: 576px) {

.thumbnails label img {
    max-width: 100px;
    max-height: 100px;
}
.thumbnails label {
    width: 109px;
    height: 109px;
   
}
   .brand-info-detail ul {
    display: block;
}

.brand-info-detail ul + span {
    float: initial;
    margin-top: 15px;
}

    .tabs label {
    width: 100%;
    text-align: center;
    }



    .hero-banner {
    margin-bottom: 30px;
    }

.gallery-detail h2 {
	font-size:35px;
}


    .gallery-detail table tr td:nth-child(2) {
    width: 49%;
    }

    .thumbnails .gallery-content img {

max-width: 340px;

max-height: 340px;
}

    .thumbnails {
    margin-top: 10px;
    margin-left: 0;
    text-align: center;
    width: 100%;
    }


    .quick-links-top ul li a {

    display: inline-block;
    border: none;
    }

    .quick-links-top ul li:nth-child(2) {
    border: none;
    }

    .quick-links-top ul li:nth-child(4) {
    border: none;
    }

    .quick-links-top ul li {
    margin: 5px 0px;
    display: inline-block;
    width: 50%;
    border-right: 1px solid #fff;
    text-align: center;
    }



    .white-box {
    height: 405px;
    max-width: 400px;
    }
    .g-img-con {
    height: 400px;
    }
    .gallery-content {
    height: 400px;
    max-height: 400px;
    left: 0;
    }
    .thumbnails label {
    margin-bottom: 15px;
    }
   

    .payment-info {
    width: 100%;
    } 
    }


    @media only screen and (max-width: 480px) {
.feature-box {
    width: 28% !important;
}

.feature-box h3 {
	font-size:13px;
	line-height: 17px;
}
        .top-bar {
    height: initial;
    padding: 10px 0px;
}

.top-bar-icon {
    float: initial;
    width: 100%;
    text-align: center;
}

.top-bar-nav {
    float: initial;
    text-align: center;
    width: 100%;
}

.g-img-con {
    height: 340px;
}
.gallery-content {
    height: 340px;
    max-height: 340px;
    left: 0;
}
.thumbnails .gallery-content img {
    max-width: 240px;
    max-height: 240px;
}
.white-box {
    height: 340px;
    max-width: 340px;
}

.gallery-detail {
	margin-top:0;
}
.brand-info-detail ul li {
	width:100%;
	line-height:25px;
}

    }

 

    @media only screen and (max-width: 320px) {
   
    .lb-content-inner {
    max-height: 250px;

    }

    }



    @media only screen and (min-device-width : 0px) and (max-device-width : 576px) and (orientation : landscape) {
    .lb-content-inner {
    max-height: 120px;
    min-height: 120px;
    }

    }       