/* 
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,
  Suite F, Level 1 - The Octagon Building, 110 George St, 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: Australian Computer Networks
   Version: 1.0
   Created: 7 November 2019
   Last Modified By: Danny A @ 1:25pm
   Created By: Waqas @Swiftproductions
----------------------------------------------------------*/



*{
  margin: 0;
  padding: 0; 
  outline: none;
  border:none;
  text-decoration : none;
}
img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
a{
  text-decoration:none;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
  display: block;
}

body {
  margin: 0;
  padding: 0;
}

.wrapper{
  float: left;
  width: 100%;
  font-family: 'Roboto', sans-serif;

}

*, *:before, *:after {
  box-sizing: border-box;
}

.content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box; 
}

#eBayAPPSchema {
  display:none;
}



/* ========== Header STYLES // START ========== */
header {
  width: 100%;
  float: left;
  margin-bottom:20px;
   /* Old browsers */
   /* FF3.6-15 */
   /* Chrome10-25,Safari5.1-6 */
   /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   /* IE6-9 */
  }

header .header-top {
  width: 100%;
  float: left;
  height: 132px;
}


.features-main.features-main-header .feature-box.feature-box-5 {
    padding-right: 68px;
}

.features-main.features-main-header .feature-box.feature-box-6 {
    padding-right: 61px;
}

.features-main.features-main-header .feature-box.feature-box-7 {
    padding-right: 62px;
}

.features-main.features-main-header .feature-box.feature-box-8 {
    padding-right: 69px;
}

.features-main.features-main-header .feature-box.feature-box-9 {
}

.features-main.features-main-header .feature-text {
    text-align: center;
}



.features-main-header .feature-box {
    padding: 0;
    margin: 0;
    display: inline-block;
    text-align: center;
}

.logo {
  float: left;
  padding-top: 22px;
}

.features-top {
  float: right;
  padding-top: 31px;
  padding-bottom: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

nav {
  float: left;
  width: 100%;
  position:  relative;
  background: #0d4b94;
}

.nav-container {
  width: 100%;
  max-width: 100%;
}

nav input[type=checkbox] {
  display: none;
}

#nav-icon {
  float: left;
  width: 26px;
  height: 22px;
  position: relative;
  margin-left: 0;
  margin-right: 8px;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  margin-top: 3px;
}

#nav-icon span {
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  height: 4px;
  width: 100%;
  border-radius: 9px;
  background: #fff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0;
}

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
  top: 8px;
}

#nav-icon span:nth-child(4) {
  top: 16px;
}




nav ul {
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}

nav ul li {
  position: relative;
}

nav ul li a {
  font-size: 18px;
  font-weight: 400;
  color: #fff !important;
  display: block;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing:  border-box;
  padding: 15px 0px;
  font-family: 'Roboto Condensed', sans-serif;
  text-decoration:none;
}

nav ul li:first-child a {
  padding-left: 0;
}

nav ul li:last-child a {
  background: #000b47;
  padding: 10px 41.5px;
  margin-right: 4px;
  transition:.5s;
}

nav ul li:last-child a:hover {
    background: #000000;
    color: #fff !important;
}

nav .menu ul li a:hover {
  color: #bfbfbf !important;
}
/* ========== Header STYLES // END ========== */

.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;
}




/* ========== Features Main STYLES // START ========== */

.features-main.features-main-header {
  float: right;
  padding-top: 21px;
}

.features-main .content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  max-width: 1200px;
}

.features-main .feature-box {}

.features-main .feature-box img {}

.feature-text {
  text-align: left;
}

.features-main h4 {
  font-size: 15px;
  margin:0;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  color: #323030;
  text-transform: uppercase;
  padding-top: 9px;
}

.features-main span {
  font-size: 13px;
  font-weight: 500;
  color: #717171;
  line-height: 12px;
  display: block;
  margin-top: 0px;
}

/* ========== Features Main STYLES // END ========== */


.hero-banner {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 23px;
}

#herobanner img {
	height:auto !important;
}

/* ========== Listing Page STYLES // START ========== */

.gallery-container {
  width: 100%;
  float: left;
  padding-bottom: 32px;
}

.gallery {
  width: 600px;
  float: left;
  position: relative;
  margin-top: 31px;
}

.white-box {
  width: 100%;
  max-width: 0px;
  height: 600px;
  float: right;
}

.thumbnails {
  text-align: left;
  padding-top: 0px;
  float: left;
  width: 100%;
  margin-top: 616px;
}

.thumbnails input[type=radio] {
  display: none;
}


.thumbnails label {
    display: inline-block;
    width: 92px;
    height: 94px;
    position: relative;
    cursor: pointer;
    margin-right: 4px;
    border: 1px solid #d7d7d7;
}
.thumbnails label.image6 {
  margin-right: 0;
}
.thumbnails label.image12 {
  margin-right: 0;
}


.thumbnails .item-container img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-height: 90px;
    max-width: 90px;
    margin: auto;
}
.g-img-con {
   max-width: 100%;
   height: 600px;
   overflow: hidden;
   float:  left;
   position:  absolute;
   top: 0px;
   left: 0;
   box-sizing:  border-box;
   order: 1;
   width: 100%;
   border: 1px solid #d7d7d7;
}

.gallery-content {
  display: none;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0px;
  width: 100%;
  max-width: 100%;

  height: 600px;
  max-height: 600px;
  -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: -ms-flexbox;
  -ms-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: 550px;
  max-height: 550px;
}

.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 {
  width: 48.4%;
  float: right;
  box-sizing:  border-box;
  padding-left: 21px;
}

.gallery-detail h1 {
    float: left;
    width: 100%;
    font-size: 34px;
    font-weight: 400;
    color: #000000;
    box-sizing: border-box;
    margin: 25px 0 34px 0;
    line-height: 35px;
}

.gallery-detail .desc {
  width: 100%;
  float: left;
  box-sizing:  border-box;
}

.gallery-detail .desc h3 {
      float: left;
      width: 100%;
      height: 53px;
      line-height: 53px;
      background: #f4f4f4;
      padding: 0 25px;
      border: 1px solid #eaeaea;
      margin: 0;
      font-size: 24px;
      text-transform: uppercase;
      font-weight: 500;
      margin-bottom: 13px;
}

.gallery-detail h2 {
    font-size: 34px;
    font-weight: 500;
    margin: 29px 0px 49px 0px;
    line-height: 34px;
}

.gallery-detail .price {
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  float: left;
  margin-top: 0;
  box-sizing: border-box;
  width: 216px;
  height: 65px;
  background: #0d4b94;
  line-height: 65px;
  text-align: center;
  margin-bottom: 46px;
}

.gallery-detail .old-price {
  font-size: 21px;
  font-weight: 400;
  color: #212121;
  float: left;
  width: 100%;
  margin-top: 56px;
  padding-left: 6px;
  text-decoration: line-through;
}


.gallery-detail .desc h6 {
  font-size: 17px;
  font-weight: 500;
  color: #000;
  line-height: 30px;
  margin-bottom: 12px;
}
.gallery-detail ul {
  list-style: none;
  margin: 0 0 15px 30px;
}

.gallery-detail ol {
  margin: 0 0 15px 44px;
}

.gallery-detail .desc p,
.gallery-detail .desc ul li,
.gallery-detail .desc ol li {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 28px;
  clear:both;
}

.gallery-detail .desc p {line-height: 22px;}

.gallery-detail ul li {
  padding-left: 14px;
  position:  relative;
}

.gallery-detail ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #b5181e;
  position: absolute;
  left: 0px;
  top: 11px;
}

.tabs {
  width: 100%;
  float: left;
  margin-top: 0px;
  box-sizing: border-box;
  margin-bottom: 2px;
}

.tabs:after {
  content: '';
  display: table;
  clear: both;
}

.tabs input[type=radio] {
  display: none;
}

.tabs label {
  float: left;
  font-size: 24px;
  text-transform: uppercase;
  height: 52px;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  padding-right: 5px;
  position: relative;
  top: 1px;
  line-height: 51px;
  text-align: center;
  background: #f4f4f4;
  font-weight: 500;
  border: 1px solid #eaeaea;
  margin-right: 3px;
}

.tabs .tab1,
.tabs .tab2,
.tabs .tab3 {
  width: 247px;
}

.tabs [id^="tab"]:checked + label {
  color: #fff;
  font-weight: 400;
  background: transparent url(../images/tab-list-bg.png) no-repeat center bottom;
  z-index: 1;
  background: #0d4b94;
}

.tab-content.tab-content-padding {
    padding: 37px 37px;
}

.tab-content {
  display: none;
  width: 100%;
  float: left;
  min-height: 168px;
  box-sizing: border-box;
  background: #fff;
  top: 0px;
  position:  relative;
  border: 1px solid #eaeaea;
}

#tab1:checked ~ #tab-content1,
#tab2:checked ~ #tab-content2,
#tab3:checked ~ #tab-content3 {
  display: block;
}


.table-main {
    border: 1px solid #eaeaea;
}

.wrap-row {
    border-bottom: 1px solid #eaeaea;
}

.tab-content div {
    font-size: 0;
}

.wrap-row div {
    font-size: 15px;
    display: inline-block;
    width: 50%;
    height: 45px;
    padding: 17px 5px 9px 5px;
    font-weight: 400;
}

.wrap-row div:nth-child(1) {
    padding-left: 65px;
    font-weight: 500;
    color: #000;
}

.wrap-row:nth-child(odd) {
    background: #fcfcfc;
}






.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;
}

.tab-content h1 {
  font-size: 26px;
}

.tab-content h2 {
  font-size: 25px;
}

.tab-content h3 {
  font-size: 23px;
  font-family: "Montserrat", sans-serif;
}

.tab-content h4 {
  font-size: 21px;
}

.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:#000;
  padding: 5px 0;
  line-height: 22px;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
}

.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: #578fe4 !important;
}
span.text {
    text-decoration: underline;
}
.tab-content ul,
.tab-content ol {
  margin-left:30px;
}

.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;
  }
}

section.upgrade {
  margin-top:22px;
}
h3.gray-title {
      width: 100%;
      height: 53px;
      line-height: 53px;
      background: #f4f4f4;
      padding: 0 25px;
      margin: 0;
      font-size: 24px;
      text-transform: uppercase;
      font-weight: 500;
      text-align: center;
      border: 1px solid #eaeaea;
      border-bottom: none;
}

.brand-images img {
    display: inline-block;
    margin-right: 14px;
    margin-bottom: 25px;
}

.brand-images img:nth-child(3) {
    margin-right: 0;
}

.brand-images {
  text-align:center;
  display: block;
  border: 1px solid #eaeaea;
  padding: 15px;
  margin-bottom: 22px;
}

.brand-images p {
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
}


/* Bottom Tabs */

.tabs2 {
  width: 100%;
  float: left;
  margin-top: 0px;
  box-sizing: border-box;
  margin-bottom: 17px;
}

.tabs2:after {
  content: '';
  display: table;
  clear: both;
}

.tabs2 input[type=radio] {
  display: none;
}

.tabs2 label {
    float: left;
    font-size: 24px;
    text-transform: uppercase;
    height: 53px;
    justify-content: center;
    box-sizing: border-box;
    cursor: pointer;
    padding-right: 5px;
    position: relative;
    margin-right: 3px;
    line-height: 51px;
    text-align: center;
    background: #f4f4f4;
    font-weight: 500;
    border: 1px solid #eaeaea;
}

.tabs2 .tab4,
.tabs2 .tab5,
.tabs2 .tab6,
.tabs2 .tab7 {
    width: 247px;
}

.tabs2 [id^="tab"]:checked + label {
    color: #fff;
    font-weight: 500;
    background: transparent url(../images/tab-list-bg.png) no-repeat center bottom;
    z-index: 1;
    background: #0d4b94;
}

.tab-content-bottom {
  display: none;
  width: 100%;
  float: left;
  padding: 10px 37px 6px 19px;
  min-height: 168px;
  box-sizing: border-box;
  background: #fff;
  top: 0px;
  position:  relative;
  border: 1px solid #eaeaea;
}

.tab-content.tab-content-padding-2 {
    padding: 28px 20px 23px 19px;
}

#tab4:checked ~ #tab-content4,
#tab5:checked ~ #tab-content5,
#tab6:checked ~ #tab-content6,
#tab7:checked ~ #tab-content7
 {
  display: block;
}


/* Extra - Contact Us */


.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-bottom * {
  -webkit-animation: scale 0.7s ease-in-out;
  -moz-animation: scale 0.7s ease-in-out;
  animation: scale 0.7s ease-in-out;
}


@keyframes scale {
  0% { 
  transform: scale(0.9);
  opacity: 0;
    }

  50% {
  transform: scale(1.01);
  opacity: 0.5;
    }

  100% { 
  transform: scale(1);
  opacity: 1;
  }
}








/* ========== Listing Page STYLES // END ========== */




.features-main-bottom {
      float: left;
      width: 100%;
      margin-bottom: 24px;
}
.features-main-bottom .content {
  display: block;
}
.features-main-bottom .feature-box {
  padding-left: 0;
  width: 100%;
  border-bottom: 2px solid #eaeaea;
}



.feature-box.feature-box-2 {
    margin-bottom: 33px;
    padding-bottom: 18px;
}

.feature-box.feature-box-1 {
    padding-bottom: 26px;
    margin-bottom: 32px;
}


.features-box-main {
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 31px 61px 27px 59px;
    border-top: 1px solid #eaeaea;
}

.feature-box-image-1 {display: inline-block;}

.feature-box.feature-box-1 .feature-text {
    padding-left: 45px;
    padding-top: 7px;
}

.features-main-bottom .feature-box .feature-text {
      display: inline-block;
      vertical-align: top;
      width: 86%;
}

.feature-box.feature-box-2 .feature-text {
    padding-right: 79px;
}
.features-main-bottom .feature-box .feature-text h4 {
    font-size: 21px;
    color: #0d4b94;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.features-main .feature-box p {
    font-size: 15px;
    font-weight: 300;
    color: #000;
    margin: 0;
    margin-top: 12px;
}
.features-main .feature-box ul {
    margin: 0;
    margin-top: 17px;
    padding-left: 38px;
}

.features-main .feature-box ul li {
    font-size: 15px;
    font-weight: 300;
    color: #000;
}

.feature-box.feature-box-3 .feature-text {
    width: 83%;
    padding-left: 17px;
}

.feature-box.feature-box-3 {
    margin-bottom: 30px;
    padding-bottom: 21px;
}

.features-main-bottom .feature-box:last-child {
    border: none;
}

.feature-box.feature-box-4 .feature-text {
    padding-right: 78px;
}


/* ========== Footer STYLES // START ========== */

footer .content {
    max-width: 1047px;
}

footer {
  width: 100%;
  background: #0d4b94;
  padding-top: 38px;
}

footer .sect-links {
 
  margin-bottom: 35px;
  display: inline-block;
  vertical-align: top;
}



footer .sect-links:last-child a {
      width: 174px;
    height: 40px;
    background: #000b47;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
}

footer .sect-links h4 {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 24px;
  margin-top: 5px;
  letter-spacing: 0.2px;
}

footer .Newsletter-heading {
    margin-bottom: 19px !important;
}

footer .sect-links ul {
  list-style: none;
}

footer .sect-links ul li {
  display: inline-block;
  width: 100%;
}

footer .sect-links:nth-child(2) ul li {
 
}

footer .sect-links ul li:last-child {
  padding-right: 0;
}

footer .sect-links ul li a {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  line-height: 25px;
}

footer .sect-links ul li a:hover {
  color: #bdbdbd;
}

footer .sect-links p,
footer .copyrights,
footer .copyrights a {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  line-height: 20px;
}

footer .sect-links:last-child p {
  margin-bottom: 19px;
}

.sect-links-bottom {
  float: left !important;
  width: 100% !important;
  height: 66px;
  background: #000b47;
  margin-bottom: 0 !important;
}

footer .copyrights a:hover {
  color: #fed500 !important;
}


footer .payment-info {
  float: right;
  margin-top: 8px;
  margin-right: 2px;
}

footer .copyrights {
    margin: 28px 0px 0px 0px;
    padding-top: 0 !important;
}


footer  ul.order-list-3 {
    margin-top: 49px;
}

footer .sect-links.sect-links-1 {
    width: 256px;
}

footer .sect-links.sect-links-2 {
    width: 465px;
}
footer .sect-links.sect-links-2 ul li {
	width:48% !important;
}

footer .sect-links.sect-links-3 {
    width: 269px;
}

footer .sect-links.sect-links-4 {
    width: 292px;
}


/* ========== Footer STYLES // END ========== */
/* ========== RESPONSIVE STYLES // 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: 25px 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: 50px;
  }   




/* ========== RESPONSIVE STYLES // START ========== */



@media (min-width: 1100px) {
	.desktophidden {
		display:none;
	}
}

@media (max-width: 220px) {          /*max-width: 1220px*/
  .content {
    max-width: 1080px;
  }

  .features-main.features-main-bottom .feature-box {
    padding-left: 0;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
  .gallery-detail {
    width: 42%;
  }
}

@media (max-width: 1150px) {
  .gallery-detail {
    width: 40%;
  }
}


@media (max-width: 1100px) {

  header .header-top {
    height: initial;
}
  .content {
    max-width: 100%;
    padding: 0 15px;
}
 .features-main {
    float: right;
    padding-top: 30px;
    width: 100%;
}
.logo{
  float:none;
  width:100%; text-align:center;
}
.logo img {
  display:inline;
}
.features-top,
nav,
#tab-content5,
section.products,
section.upgrade,
.mobilehidden {
  display:none;
}


  .gallery-detail {
    width: 100%;
  }
  .gallery {
    width: 100%;
    margin: auto;
    float: none;
    max-width: 600px;
    margin-top: 39px;
}
.gallery-content {
    left: 0;
}
.g-img-con, .gallery-content {
    width:100%;
    max-width: 600px;
    height: 600px;
    max-height: 600px;
    left: 0;
}
.white-box {
    height: 600px;
    width: 100%;
    max-width: 600px;
    margin: auto;
    text-align: center;
}


  .thumbnails {
    text-align: center;
    padding-top: 16px;
    margin-top: 0;
  }

  .thumbnails label {
    margin-left: 7px !important;
    margin-right: 7px !important;
  }
.thumbnails label {
    display: inline-block;
    margin-top: 10px;
}
.tabs label {
  justify-content:center;
}
.tabs [id^="tab"]:checked + label {
  background-position: center bottom;
}

 
  footer .sect-links,
  footer .sect-links:last-child {
    width: 100%;
    text-align: center;
  }

  footer .sect-links ul li {
    padding-left: 9px;
    padding-right: 10px;
    margin-bottom: 5px;
  }

  footer .payment-info {
    display: none;
  }

  footer .payment-info img {
    margin-left: auto;
    margin-right: auto;
  }

  footer .sect-links:last-child p {
    text-align: center;
  }
  

.lb-overlay:target {
  display:block;
  width:92%;
}
.lb-content {
  top:5%;
}
  
  footer .sect-links:last-child p {
  
    margin-bottom: 0;
    margin-top: 22px;
}

  footer .sect-links {
    margin-bottom: 35px;
    display: inline-block;
    vertical-align: top;
    width: 100% !important;
}

footer {
    
padding-top: 0;
}

footer .sect-links.sect-links-1 {
    display: none;
}


footer .sect-links.sect-links-2 {
    display: none;
}


footer .sect-links.sect-links-3 {
    display: none;
}


footer .sect-links.sect-links-4 {
    display: none;
}





footer ul.order-list-3 {
     margin-top: 0px; 
}


.tabs2 .tab4, .tabs2 .tab5, .tabs2 .tab6, .tabs2 .tab7 {
    width: 214px;
}

.tabs2 label {
    float: left;
    font-size: 18px;
   
    
}
}




@media (max-width: 900px) {
  .tabs-extra-content-2 {
    position: relative;
    height: 78px;
    float: left;
    width: 100%;
    border-top: 1px solid #d1d1d1;
    text-align: center;
  }

  .products .product-single {
    width: 23.8%;
    margin-right: 1.6%;
  
  }
  .btn-contact-tabs {
    position:static;
    margin:13px auto 0 auto;
  }

.tabs2 .tab4, .tabs2 .tab5, .tabs2 .tab6, .tabs2 .tab7 {
    width: 181px;
}

.gallery {
	margin-top:1px;
}

}



@media (max-width: 768px){





.features-box-main {
    padding: 31px 15px 27px 15px;
}

  .tabs label {
    justify-content: center;
    margin-bottom: 20px;
}




.features-main.features-main-header .feature-box.feature-box-5 {
    padding-right: initial;
}

.features-main.features-main-header .feature-box.feature-box-6 {
    padding-right: initial;
}

.features-main.features-main-header .feature-box.feature-box-7 {
    padding-right: initial;
}

.features-main.features-main-header .feature-box.feature-box-8 {
    padding-right: initial;
}



.features-main.features-main-header {
     float: initial; 
    padding-top: 21px;
}



  .tabs .tab1, .tabs .tab2, .tabs .tab3, .tabs .tab4, .tabs .tab5, .tabs .tab6 {
    margin-right: 0;
    width: 100%;
  }

  .tabs2 .tab4, .tabs2 .tab5, .tabs2 .tab6, .tabs2 .tab7 {
    width: 100%;
    margin-bottom: 20px;
}

  .tabs-extra-content:after {
    display: none;
  }

  .tab-content {
    border-top: 1px solid #d1d1d1;
  }
}

@media (max-width: 736px){
  footer ul.order-list-3 {
    margin-top: 0px;
}

 footer .sect-links:last-child {

}
  .products .content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .products .product-single {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
  }

  .products .product-single:nth-child(4n+1) {
    margin-right: 3%;
  }

  .products .product-single:nth-child(2n+1) {
    margin-right: 0;
  }
}

@media (max-width: 667px){
.features-main-bottom .feature-box .feature-text {
    
    width: 95%;
}

.feature-box.feature-box-1 .feature-text {
    padding-left: initial;
    padding-top: 7px;
}
.feature-box.feature-box-2 .feature-text {
    padding-right: initial;
    margin-bottom: 20px;
}

.feature-box.feature-box-3 .feature-text {
    width: 100%;
    padding-left: initial;
}

.feature-box.feature-box-4 .feature-text {
    padding-right: initial;
    margin-bottom: 20px;
}

  
.features-main .content {

}
.features-main {
    text-align: center;
}

.features-main h4 {
  font-size:14px;
}

.features-main .feature-box {
    width: 100%;
    display: block !important;

}
.features-main .feature-box img {
    margin: 0 auto;
  position:static !important;
}
.features-main .feature-box {
    width: 100%;
}

}

@media (max-width: 640px){
  .gallery-detail h1 {
    font-size: 28px;
  }

  .sect-title h2 {
    font-size: 28px;
  }

  .lb-overlay:target {
    padding-left: 15px;
    padding-right: 15px;
  }

  .lb-close {
    top: -15px;
    right: -15px;
    width: 44px;
    height: 44px;
  }
  
  .features-main .feature-box ul li {
	  padding:5px 0;
  }
}

@media (max-width: 568px){

  .thumbnails .item-container img {transform: scale(.9);}

  footer .sect-links:last-child p {
    margin-top: 15px;
}


.wrap-row div:nth-child(1) {
    padding-left: 5px;
    
}

.tab-content {
    padding: 37px 10px 34px 10px;
    
}

/*
.features-main.features-main-header .content {
    flex-direction: column;
}
*/

.features-main .content {
	padding:0;
}

.features-main.features-main-header .feature-box {
    margin-bottom: 20px;
}

.thumbnails .gallery-content img {
    max-width: 300px;
    max-height: 300px;
}

.white-box {
    height: 330px;
}


.g-img-con, .gallery-content {
    height: 335px;
}


  .products .content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sect-title h2 {
    font-size: 24px;
  }
.features-main .feature-box {
    width: 100%;
}
}

@media (max-width: 5100px) {
	.features-main h4 {
		font-size: 12px;
	}
}

@media (max-width: 480px) {
  .topbar {
    padding-bottom: 10px;
  }

  .quick-links-top {
    width: 100%;
  }

  .topbar .quick-links-top ul {
    float: left;
    width: 100%;
    text-align: left;
  }

.topbar .quick-links-top ul li {
    display: inline-block;
    width: 49%;
    text-align: center;
    margin-bottom: 2px;
}

  .quick-links-top ul li a {
    padding-left: 0;
    padding-right: 0;
  }

  .logo {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .gallery {
    max-width: 366px;
  }


  .thumbnails .gallery-content {
    width: 366px;
    height: 366px;
    max-height: 366px;
  }

  .lb-content {
    padding-left: 15px;
    padding-right: 15px;
  }

.features-main .feature-box img {
	max-height:33px;
}

.feature-box.feature-box-5,
.feature-box.feature-box-6,
.feature-box.feature-box-7,
.feature-box.feature-box-8,
.feature-box.feature-box-9 {
    width: 81px;
}

.features-main h4 {
  font-size:13px;
}
}

@media (max-width: 414px){
.gallery {
    max-width: 370px;
}


  .gallery-detail h1 {
    font-size: 22px;
  }

  .gallery-detail .price {
    font-size: 22px;
    height: 50px;
	line-height: 50px;
  }

  .products .content {
    padding-left: 15%;
    padding-right: 15%;
  }

  .products .product-single {
    width: 100%;
    margin-right: 0 !important;
  }
.gallery-detail h2 {
    font-size: 26px;
	margin-bottom:29px;
}

.tab-content.tab-content-padding {
	padding:15px;
}
  .tabs label {
    justify-content: center;
    margin-bottom: 2px;
}

.g-img-con {
	border:0;
}
.thumbnails .gallery-content img {
    max-width: 370px;
    max-height: 370px;
}
}

@media (max-width: 375px){

  
    .gallery {
    max-width: 366px;
  }

  .white-box {
    height: 366px;
  }

  .thumbnails .gallery-content {
    width: 363px;
    height: 346px;
    max-height: 346px;
  }
}

@media (max-width: 360px){

  .white-box {
    height: 321px;
}
  .products .content {
    padding-left: 30px;
    padding-right: 30px;
  }
    .gallery {
    max-width: 330px;
  }

  .white-box {
    height: 330px;
  }

  .thumbnails .gallery-content {
    width: 330px;
    height: 330px;
    max-height: 330px;
  }
}

@media (max-width: 350px){



  .white-box {
    height: 293px;
}

  .g-img-con, .gallery-content {
    height: 293px;
}

  .thumbnails .gallery-content img {
    max-width: 260px;
    max-height: 260px;
}
.thumbnails .gallery-content {
    width: 290px;
    height: 290px;
    max-height: 290px;
}
  .tabs label {
    font-size:16px;
  }
  
  .features-main span {
    font-size:12px;
  }
}

.specificationstable {
    padding: 15px;        
    background-color blue;
    border: 0px solid;
}

#specificationstable {
    padding: 15px;
    background-color blue;
    border: 0px solid;
    
}