/*****************************************************
Common CSS
******************************************************/

h1,h2,h3,h4{color:#2e3192;}
h1,h2,h3,h4{font-family: 'Quicksand', sans-serif;}

h1, .h1{
  font-family: 'Quicksand', sans-serif;
  margin:10px 0px;
  font-size:2.8rem;
}
body{
  /*background: #333333;*/
}
a{
  text-decoration: none;
  padding:0;
  margin:0;
}
a.megaCategoryMenuLink{
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
.pure-overlay-content{
    width: auto;
}

.megaCategoryMenuTarget a:not([href]):not([tabindex]){
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
.megaCategoryMenuTarget .menu-level-2{
  color: #444444;
  display: block;
  margin-bottom: 5px;
}
.megaCategoryMenuTarget .menu-level-3{
  color: #6d6d6d;
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
}
.no-padding{
  padding: 0px;
}
.borders{border:1px solid #e8e8e8;margin:.4rem 0;}
.coloured{
  background: #e4e8ea;
  padding:30px 0;
}
.robotMsg{
  text-align: right;
}
.robotMsg img{
  margin-top: 5px;
}
.btnBlock{
  text-align: center;
}
.container img{
  /*width:100%;*/
}
.phoneBlock{
  float: right;
  margin-top: 3px;
}
.phoneBlock img{
  width: 34px;
  vertical-align:bottom;
}
.phoneBlock a{
  float:left;
  margin-left:16px;
}
.phoneBlock a:first-child{margin-top:3px;}
.megaMenuLeftColBlock{
  border-right: 1px solid #2e3192;
}
/******************************************************
headerBlock
******************************************************/
.headerBlock{
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background: #f3f1f4; /* changehere */
}
.categoryBlockMenu{
  background: #2e3192;
}
.top-align-block{
  height: var(--alignBlock);
  *zoom: 1;
}

.top-align-block:before, .top-align-block:after {content: " ";display: table;}
.top-align-block:after {clear: both;}

.top-cart-mini{
  text-align: left;
  padding-right: 0px;
}

#MEGA_TOP_MENU {
    text-align: center;
}

.megaMenuBlock {
    display: none;
    background: #ffffff;
    width: 100%;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 999999;
    max-height: 80vh;
    overflow: auto;
    border: 1px solid #2e3192;
}
/******************************************************
TopBar
******************************************************/
.topbar{
  background: #2e3192;
  width: 100%;
  z-index: 999;
  height: 32px;
  display:none;
}
.topbar a{
  color: #fff;
  /*font-size: 1rem;*/
  text-decoration: none;
}
.topbar a:hover{
  color: #fff;
  text-align: right;
}
.topMenuBlock{
  background: #dde0e6; /* changehere */
}
.topbar a{
  /*background: url(../images/ph-icon.png) no-repeat left;*/
  /*padding: 0px 0px 0px 30px;*/
  display: inline-block;
  font-weight: 600;
  /*float: left;*/
}
.topbar .email-block a{
  background: url(../images/email-icon.png) no-repeat left;
  padding: 0px 0px 0px 30px;
  display: inline-block;
  float: left;
}
.tabLook{
  border-style: solid;
  border-color: #bbb;
  border-width: 0 1px 1px 1px;
  box-shadow: 1px 0px 6px;
  margin-left: 4px;
  background:#fff;
}
.tabLook a{ color:#2b2e8c !important;}


.fileBlock{
  background: #f1f1f1;
  border-radius: 2px;
  padding: 5px;
}
.subTotalBlock{
  background: #f1f1f1;
  border-radius: 2px;
  padding: 5px;
}
.phoneSet{
  text-align: right;
  display: inline-block;
}
.phoneSet,
.phoneSet p a{
  color:#484a50;
}
.phoneSet p{
  display:inline-block;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin:0;
  padding:0;
  font-weight: 600;
  font-size: 12px;
}
.phoneSet p:first-child{margin-right:2rem;}
/******************************************************
Logo 
******************************************************/
.logo img{
  height:var(--logo);
  margin: -4px auto -14px auto;
}

.scrollLogo .logo img{
  height: 60px;
  margin-top: 2px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.logo-menu-block{
  position:relative;
  margin: 0px auto;
  padding:8px 0;
}
.logo-menu-block.scrollLogo{
  margin: 6px auto;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.logo-block a{
  display: inline-block;
  text-align: center;

}
.logo-block a img{
  height: 3rem;
  margin-top: .3rem;
  margin-left: .9rem;
}
/* search type ahead block start */
.searchBlock{
  margin-top: .6rem;
  position:relative;
}
#searchResults{
  padding:0;
  margin:0;
}
#search_results{
  padding: 0 .5rem;
}
.searchProducts{
  width:100%;
  /*background:#bbb;*/
}
.twitter-typeahead{display:none;width:calc(100% - 32px) ;}

.navBlock ul li span.subMenuItem{
  display: none;
}
.navBlock ul li .menu-level-2{
  position: relative;
}
.navBlock ul li .menu-level-2 span.subMenuItem{
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  cursor:pointer;
}
#search_results{
  /*width: calc(100% - 40px);*/
  /*height:2.1rem;*/
  border:0 transparent none;
  float:left;
  padding: 5px 10px;
}
.tt-hint{
  display:none !important;
}
.twitter-typeahead input[type='text']{
  background-color:#fff !important;
  margin:0;
}

.searchContainer{
  z-index:601;
}

#goButton{
  position: absolute;
  cursor: pointer;
  /*padding-right:.2rem;*/
  right:25px;
  z-index:10;
  color: #333333;
  padding: 5px 10px;
  background: #2e3192;
}
#goButton .fa-search{
  font-size: 14px;
  color: #fff;
}
/* search type ahead block end */


#darkness {
    background:rgba(0, 0, 0, 0.5);
    display:none;
    height:100%;
    left:0;
    position:fixed;
    top:0;
    width:100%;
    z-index:5;
}
.hideTopBar{
  opacity: 0;
  height: 0px;
  -webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
span.subMenuItem i{
  /*display: none;*/
  padding-left: 5px;
}
/*span.subMenuItem::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free"; 
   font-weight: 900; 
   content: "\f107";
  }*/

  .login::before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f007";
  }
.websiteSet{}

.websiteSetImg a img{
  height: 1.8em;
  padding:.2rem;
  margin-top: 1.3rem;
}

/******************************************************
Slider/HeroShot Image
******************************************************/
.heroShot-slider-container{
    position:relative;
  }
.heroShot-container-case-studies{
  height:360px;
  overflow:hidden;
   position:relative;
}
.heroShot-slider-container, .heroShot-container-case-studies{
  background-position: top center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.heroShot-slider-container-homepage{
   width: 100%;
  max-height: 680px;
  display: block; 
  position:relative;
}
.heroShot-slider-container-homepage img{
  width: 100%;
  max-height: 680px;
  display: block;
}
.call-to-action-container{
  position:absolute;
  top:30%;
  left:50%;
  margin-left: -15%;
}
.call-to-action-container p:first-child{
  font-size: 30px;
  line-height: 120%;
  background:rgba(255,255,255,.6);
  padding: 14px 12px;
  border-radius: 2px;
  letter-spacing: 2px;
}
.call-to-action-container a.cta-btn{
  font-size:34px;
  color: #010101;
  padding:10px 20px;
}
.caption-block{
  position: absolute;
  background: rgba(67, 165, 30, .7);
  width: 100%;
  z-index: 9999;
  bottom: 0px;
  text-align: center;
  padding: .7% 0px;
}
.caption-block .sliderTitle{
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
  margin: 0px;
}
.border-panel .table th, .table td {
    padding: 0.4rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.mainBannerBlock {
  width: 98%;
  margin: auto;
}
.mainBannerBlock  img{
  width: 100%;
}
/******************************************************
Main Menu
******************************************************/
.contents-block{
  font-size: 16px;
  min-height: 684px;
}
.topBarBlock{
  text-align: right;
}

.topMenuBlockMenu{
  font: 15px/24px "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  position: relative;
  margin:0px;
  padding:0px;
  z-index:800;
  height:100%;
  text-align: right;
  text-transform: uppercase;
  display: inline-block;
}

.topMenuBlockMenu ul {
    margin:0;
    padding:0;
}
.topMenuBlockMenu ul li {
    display: inline-block;
    position: relative;
}
.topMenuBlockMenu ul li > a {
    display: block;
    text-decoration: none;
    white-space: nowrap;
    color: #484a50;
    line-height: 2;
    padding: 0 10px;
    font-size: 12px;
}
.topMenuBlockMenu > ul > li > a p{
    margin: 0px;
  }
.topMenuBlockMenu > ul > li:hover,  .topMenuBlockMenu > ul > li:hover a {
    color: #2e3192;
    /*background: #00AEE2;*/
}
.topMenuBlockMenu ul ul,
.topMenuBlockMenu ul ul li{margin:0px;padding:0;line-height:20px;}

.topMenuBlockMenu ul ul{
    display: none;
    position: absolute;
    left: 10px;
}
.topMenuBlockMenu ul li:hover > ul {
    background: #2e3192;
    display: block;
    padding: 0;
    color:#fff;
}
.topMenuBlockMenu ul ul > li a {
  color:#fff !important;
  line-height: 24px;
  text-decoration: none;
}
.topMenuBlockMenu ul ul > li a:hover {color:#f1f1f1 !important;}

.topMenuBlockMenu ul ul li {
    display: block;
    text-align: left;
}
.topMenuBlockMenu ul ul ul {
    display: none;
    right: 100%;
    margin-top: -20px;
    min-width: 210px;
}
.topbar-right-block{margin:0;padding:0;height:100%;position: relative;}

.topMenu {
    position: relative;
    margin:0 0 0 2%;
    padding:0;
    z-index:600;
    height:100%;
    text-align: center;
}
.topMenu ul {
    margin:0;
    padding:0;
}
.topMenu ul li {
    display: inline-block;
}
.topMenu > ul > li:last-child {}
.topMenu > ul > li:last-child > a{}
.topMenu > ul > li:first-child{}
.topMenu ul li > a {
    display: block;
    text-decoration: none;
    white-space: nowrap;
    color: #2B2B2B;
    line-height: 4.6;
    padding: 0 10px;
    font-size: 1.1rem;
}
.topMenu > ul > li > a p{
    margin: 0px;
}

.topMenu > ul > li:hover,  .topMenu > ul > li:hover a {
    color: #fff;
    background: #224195;
}
.topMenu ul ul,
.topMenu ul ul li{margin:0px;padding:0;line-height:20px;}

.topMenu ul ul,
.topMenu ul ul ul{
  -webkit-box-shadow:  2px 2px 2px rgba(255, 255, 255, 0.6);
  -moz-box-shadow:  2px 2px 2px rgba(255, 255, 255, 0.6);
  box-shadow:  2px 2px 2px rgba(255, 255, 255, 0.6);
}
.topMenu ul ul{
    display: none;
    position: absolute;
}
.topMenu ul li:hover > ul {
    background: #F2F2F2;
    display: block;
    padding: 0;
    color:#fff;
}
.topMenu ul ul > li a {color:#fff !important;line-height: 3;}
.topMenu ul ul > li a:hover {color:#f1f1f1 !important;}

.topMenu ul ul li{}
/*.topMenu ul ul > li:hover {background: #595959;}*/
.topMenu ul ul li {
    display: block;
    text-align: left;
}
.topMenu ul ul ul {
    display: none;
    left: 100%;
    margin-top: -49px;
    min-width: 210px;
}
.documentTable td,
.documentTable th{padding:2px 14px;}
/******************************************************
Front Boxes
******************************************************/
.our-process figure img{
    display: block;
    margin: auto;
    width: 100px;
}
.our-process figure{
  position: relative;
}
.our-process figcaption{
  bottom: 0;
  width: 100%;
}
.our-process figcaption h2 {
  /*background: rgba(67, 165, 30, .7);*/
  margin: 0;
  text-align: center;
  padding: 5px;
  font-size: 18px;
  color: #43a51e;
  text-transform: uppercase;
}

/*Hero shot styling*/
.row-max{
  position:relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
[class^="row-max-multi-"] img,
[class*=" row-max-multi-"] img {
  width:100%; 
  overflow:hidden;
}

[class^="row-max-multi-"],
[class*=" row-max-multi-"] {
  padding:0;
  position:relative;
  margin:0 auto;
 
}
.row-max-multi-60{width:60%;}
.row-max-multi-65{width:65%;}
.row-max-multi-70{width:70%;}
.row-max-multi-75{width:75%;}
.row-max-multi-80{width:80%;}
.row-max-multi-85{width:85%;}
.row-max-multi-90{width:90%;}
.row-max-multi-95{width:95%;}
.row-max-multi-99{width:99%;}
.row-max-multi-100{width:100%;}

[class^="row-max-multi-"] .row,
[class*=" row-max-multi-"] .row {
  margin-right: -4px;
  margin-left: -4px; 
}
[class^="row-max-multi-"] p,
[class*=" row-max-multi-"] p {
  margin: 0px;
  padding:2px 0px; 
}
[class^="row-max-multi-"] [class^="col-md-"],
[class*=" row-max-multi-"] [class*=" col-md"] {
  padding-left: 4px;
  padding-right: 4px;
}

[class^="coloured-"],
[class*=" coloured-"]{padding:10px ; background: #f1f0ed;}

.coloured-yellow{ background: #fff8eb;}


/******************************************************
Footer
******************************************************/
.footer-block{
  background: #dde0e6; /* changehere */

  padding-top: 50px;
margin-top: 1rem;
}
.footer-block h3{
  color: #fff900;
  text-transform: uppercase;
}
.bottomMenu-block ul{
  padding: 0px;
}
.bottomMenu-block li{
  color: #fff;
  display: inline-block;
  margin-right:10px;
}
.bottomMenu-block li a{
  color: #fff;
  text-decoration: none;
}
.bottomMenu-block li a p{
  margin: 0px;
}
.bottomMenu-block li:not(:last-child) a p:after {
    content: " | ";
    margin: 0 4px;
}
.socialMenu-block ul{
  padding: 0px; 
}
.socialMenu-block li:first-child{margin:0px 6px 0px 0px;}

.socialMenu-block li{
  display: inline-block;
  margin: 0px 6px;
}
.socialMenu-block li p{
  display: none;
}
.socialMenu-block li a{
  display: block;
}
.socialMenu-block li img{
  width: 32px;
}
.address-block a{
  text-decoration: none;
  color: #eee;
}
.address-block h4, .address-block p{
  margin: 4px 0px;
}
.footer-widget-block ul li{
  display: block;
}
.footer-widget-block ul li a{
  color: #484a50;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.footer-widget-block ul{
  padding-left: 0px;
  margin-bottom: 0px;
}

.widget-head {
  margin-bottom: 10px;
  padding-bottom: 3px;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 22px;
  border-bottom: 3px solid #2e3192;
  margin-top: 15px;
  color:#2e3192;
}
.footer-bottom{
  background: #2e3192;
  text-align: center;
  padding: 20px;
  margin-top: 30px;
}
.footer-bottom a{
  color: #ffb72e;
  font-size: 14px;
}
.fixedFooter{
  position:fixed;
  bottom:0;
  height:2.4rem;
  background:#28a529;
  color:#fff;
  font-size: 1.6rem;
  text-align: center;
}
.copyrightBlock ul{
  text-align: center;
}
.copyrightBlock ul li{
  display: inline-block;
  padding: 0px 10px;
  line-height: 15px;
}
.copyrightBlock ul li:last-child{
  border-right: none;
}
.copyrightBlock ul li a{
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
}
.copyrightBlock p{
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
}
.footer-text-block{color:#fff;font-size: 1.4rem;padding:1rem 0;}
.footer-text-block a{color:#ffb72e;font-size: 1.4rem;}
.phones{
  text-align: center;
  font-size:1rem;
}
.phones, .nav-link{
  padding:0;
}
.phoneNumber a,
.mobileNumber a{
  color:#333;
}
.phoneNumber,
.mobileNumber{
  font-size:1.4rem;
  display:inline-block;
  padding:0 1rem;
}

.fg{
  color:#fff !important;
  font-size: .8rem !important;
  font-weight:normal !important;
}

/***********************************************/
/*New CSS for Mega Menu
/***********************************************/

.navBlock ul{
  padding: 0px;
  margin-bottom: 0px;
  margin-left: -13px;
}
.navBlock ul li{
  list-style: none;
  word-wrap: break-word;
}
.navBlock > ul > li{
  display: inline-block;
  vertical-align: top;
  padding: 0px 18px 0px 0px;
}
.navBlock > ul > li:last-child{
  display: inline-block;
  vertical-align: top;
  padding: 0px;
}
.navBlock > ul > li > a{
  padding: 8px 0px;
  display: block;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.navBlock > ul > li > a p{
  margin-bottom: 0px;
  padding: 0 10px;
}
.navBlock > ul > li:hover > a{
  background: #ffffff;
  text-decoration: none;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px; 
  color: #333333;
}
/*Drop down level one*/
.navBlock > ul ul{
  display: none;
  position: relative;
  /*background: blue;*/
}

.contact-block a{
  background:#000;
}
.megaMenuBlock ul.dropdown-menu-level-1 > li{
  /*border-bottom: 1px solid #173341;*/
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.megaMenuBlock ul.dropdown-menu-level-2 > li{
  /*border-bottom: 1px dotted #333333;*/
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.megaMenuBlock ul.dropdown-menu-level-1 li:last-child, 
.megaMenuBlock ul.dropdown-menu-level-2 li:last-child{
  border-bottom: none;
}

.megaMenuBlock ul.dropdown-menu-level-1 > li > a{
  color: #333333;
  font-size: 15px;
  font-weight: bold;
}
.megaMenuBlock ul.dropdown-menu-level-2 > li > a{
  color: #00AEE2;
  font-size: 14px;
}
.level-3-container{
  border: 1px solid #e2e2e2;
  padding:4px 0;
  display: none;
}
.navBlock > ul > li:hover > ul{
  display: block;
}

/*Drop Down Level 2*/
.navBlock > ul ul > li:hover ul{
  display: block;
}
.navBlock > ul ul ul{
  /*position: absolute;*/
  /*right: 0;*/
  /*background: red;
  top: 0;
  width: 100%;
  left: 100%;*/
  padding-left: 5px;
}

/*Mega Menu*/
.menu-level-1 > a{
  font-size: 16px;
  font-weight: bold;
  color: #2e3192;
}
.menu-level-2{
  color:#2e3192;
  margin-left: 5px;
}
.menu-level-2 > a{
  color: #545454;
  font-size: 14px;
}

.menu-level-3{
  color:#696868 ;
  margin-left: 10px;
}
.menu-level-3 > a{
  font-size: 14px;
  color: #757575;
}
.megaMenuBlock{
  display: none;
  background: #fff;
  width: 100%;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 999999;
  max-height: 80vh;
  overflow: auto;
  box-shadow: 5px 5px 8px #bdbdbd;
  padding: 15px
}
.productBlockItem .megaMenuBlock{
  background: #ffffff;
}
.megaMenuContainer{
  background: #ffffff;
  padding: 18px 0px;
  max-height: 350px;
  overflow-y: auto;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border: 1px solid #999999;
  border-top: none;
}
.navBlock > ul > li:hover .megaMenuBlock{
  display: block;
}
.navBlock > ul .megaMenuBlock ul{
  display: block;
}
.megaMenuCol{
  /*order-left: 1px solid #b3b3b3;*/
  padding: 0px 5px;
}
.megaMenuCol:first-child{
  /*border-left: 1px solid transparent;*/
  padding: 0px 5px;
}
.navBlock .megaMenuContainer ul .subCategoryBlock ul{
  position: initial;
  width: auto;
  margin-left: 20px;
} 

.leftColumnBlock{
  max-width: 49.5%;
  margin-right: .5%;
  margin-bottom: 20px;
}
.rightColumnBlock{
  max-width: 49.5%;
  margin-left: .5%;
  margin-bottom: 20px;
}
.leftBorderNone{
  border-left: none;
}
/******************************************************
Owl Slider Style
******************************************************/
.cartProductRow .owl-prev{
  left: 5px;
}
.cartProductRow .owl-next{
  right: 13px;
}
/*.fixedFooter a{margin-bottom: 10px;}*/
/******************************************************
Front Boxes #09947f #2e3192
******************************************************/
/* #Navigation Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
nav {
  font-size: 0;
  position: relative;
  text-align: center;
}
nav > ul{padding:20px 0 10px 0;margin:0;}
nav > ul > li {
  display: inline-block;
    font-size: 14px;
    padding: 0 6px;
    position: relative;
    text-transform: uppercase;
}
/*nav > ul > li:last-child { padding-left: 0 0px;}*/


nav > ul > li > a {
  color: #fff;
    position: relative;
    /*border-bottom: 12px solid transparent;*/
    margin-bottom: 5px;
    display: block;
    font-size: 12px;
}
nav > ul > li:hover > a {
  color: #cbcbcb; 
}
nav > ul > li:hover{
  background:#2b2e8c;
}

.container img{max-width:100%;}
.blackOutScreen{
    position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,0.6);  
    width:100%;
    height:100%;
    display:none;
}

.pure-c-1{position: static;} 

.pure-c-1 > a:after {
    position: relative;
}
.pure-c-1:hover .blackOutScreen{display: block;}

.productMenu {
  background: #2b2e8c;
    display: none;
    left: 0;
    right: inherit;
    position: absolute;
    text-align: left;
}
.productMenu ul{
  list-style: none;
  margin:0;
  padding:0 12px;
}
.productMenu ul li{line-height: 2.4;}
.productMenu ul li a{color:#fff;}
/* #Mega Menu Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.mega-menu {
  background: #2b2e8c;
    display: none;
    left: 0;
    position: absolute;
    text-align: left;
    width: 1120px;
    padding:16px 0;   
    top: 47px; 
}
/* #Droppable Class Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#blackOut{
  height:200px;
  width:200px;
  background:rgba(0,0,0,0.5);
  display:none;
  position:absolute;
  left:0;
}

.droppable {position: static;}

.droppable > a:after {
  content: "\f107";        
    font-family: FontAwesome;
    font-size: 12px;
    padding-left: 6px;
    position: relative;
    top: -1px;
}
.droppable:hover .mega-menu{display: block;}

/*nav:hover ~ #blackOut{background:red;}*/

.droppable-set:hover .productMenu{display: block;}
.productMenu a:hover{color: #cbcbcb;}
.mega-menu a:hover{color: #cbcbcb;}

[class^="megaMenu-"],
[class*=" megaMenu-"]{
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-flow: column;
  list-style: none;
  margin: 0;
  padding: 0 16px;
}
[class^="megaMenu-"] li,
[class*=" megaMenu-"] li{line-height: 1.5}

[class^="megaMenu-"] a,
[class*=" megaMenu-"] a{color: #f1f1f1;}

.megaMenu-2{grid-template-rows: auto auto;}
.megaMenu-3{grid-template-rows: auto auto auto;}
.megaMenu-4{grid-template-rows: auto auto auto auto;}
.megaMenu-5,
.megaMenu-6,
.megaMenu-7,
.megaMenu-8,
.megaMenu-9,
.megaMenu-10,
.megaMenu-11,
.megaMenu-12{grid-template-rows: auto auto auto auto auto;}

[class^="addBox-"],
[class*=" addBox-"] {
  display: grid;
  grid-auto-rows: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 12px; 
  clear:both;
  padding: 0;
  list-style: none;
}

[class^="addBox-"] li,
[class*=" addBox-"] li{
    display: flex;
  flex-direction:column;
  align-items:flex-start;

}

[class^="addBox-"] li:hover,
[class*=" addBox-"] li:hover{
}

[class^="addBox-"] li,
[class*=" addBox-"] li{
  width:100%;
  border:2px solid rgba(53, 71, 86, 0.19);
  overflow:hidden;
}
[class^="addBox-"] li:hover,
[class*=" addBox-"] li:hover{
  -webkit-transition: border-color linear .5s;
  -moz-transition: border-color linear .5s;
  -o-transition: border-color linear .5s;
  transition: border-color linear .5s;

  border:2px solid #2e3192;

  -webkit-transition: box-shadow linear .3s;
  -moz-transition: box-shadow linear .3s;
  -o-transition: box-shadow linear .3s;
  transition: box-shadow linear .3s;

  -webkit-box-shadow:  5px 5px 8px rgba(124, 124, 124, 0.6);
  -moz-box-shadow:  5px 5px 8px rgba(124, 124, 124, 0.6);
  box-shadow:  5px 5px 8px rgba(124, 124, 124, 0.6);
}
.addBox-1 {grid-template-columns: repeat(1, 1fr); margin:auto;}
.addBox-2 {grid-template-columns: repeat(2, 1fr);}
.addBox-3 {grid-template-columns: repeat(3, 1fr);}
.addBox-4 {grid-template-columns: repeat(4, 1fr);}
.addBox-5 {grid-template-columns: repeat(5, 1fr);}
.addBox-6 {grid-template-columns: repeat(6, 1fr);}


[class^="addBox-"] li a,
[class*=" addBox-"] li a{
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  width:100%;
}

[class^="addBox-"] li div,
[class*=" addBox-"] li div{max-width:100%;text-align:center;text-decoration:none;}

[class^="addBox-"] li .addBoxTitle,
[class*=" addBox-"] li .addBoxTitle {
  display:block;
  color:#fff;
  text-transform: uppercase;
  background: #2e3192;
  font-weight: 600;
  padding:8px 0;
  text-decoration: none;
  width:100%;
}

[class^="addBox-"] li .addBoxImage,
[class*=" addBox-"] li .addBoxImage{margin-bottom: 0px;}

[class^="addBox-"] li .addBoxImage img,
[class*=" addBox-"] li .addBoxImage img{width:100%;}

[class^="addBox-"] li .addBoxText,
[class*=" addBox-"] li .addBoxText{background: rgba(53, 71, 86, .7); flex-grow: 1;}

.addBox-6 .addBoxText{display:none;}
.addBox-6 .addBoxImage{margin-left: auto; margin-right: auto; display: block;}


.testimonialContainer > div{
    border:1px solid rgba(124, 124, 124, 0.15);
    padding:20px;
    position:relative;
    background:rgba(124, 124, 124, 0.05);
}
.testimonialContainer h3{line-height:0;}
.testimonialContainer i:first-child:before,
.testimonialContainer i:last-of-type:before{
  content:'"';
  font-size: 40px;
  position:absolute;
  top:-18px;
  color: rgba(124, 124, 124, 0.6);
}

.testimonialContainer i:first-child:before{  
  left:-12px;
}
.testimonialContainer i:last-of-type:before{
  right:-3px;
}
.testimonialContainer span:last-of-type{font-size:80%; font-style: italic;}

/*.blog-list{}*/
.blog-list-img img{width:100%;}
.blog-list-text p{padding:.8rem 0;}
/*.blog-list-btn{}*/
/*.blog-list-tags{background:pink;}*/
/*.blog-list-tags ul{margin:0;padding:0;}*/
.blog-list-date:after{content: "-";padding-left:10px;}
.blog-list-date,
.blog-list-tags{display:inline;margin:8px;font-size:80%;}
.blog-list-tags a{
  display:inline-block;
  padding:0px 6px;
  margin-right: 4px;
  margin-bottom: 4px;
  border-radius: 2px;
  background:rgba(000,000,000,0.04);
}

/* Pagination start*/
.Zebra_Pagination {    /*overflow: hidden;*/
    padding-bottom: 10px;
    /*float: right;*/
    margin-top: 20px;
    /*background:red;*/
    /*width: 1120px;*/
    margin: auto !important;

  }
/* Pagination start*/
.Zebra_Pagination {text-align:center;}
.Zebra_Pagination ul { position: relative; list-style-type: none; margin: 0; padding: 0; }
.Zebra_Pagination li { position: relative; display:inline-block;}
.Zebra_Pagination a  { padding:0px 5px;border-radius: 2px; border: 1px solid #AAA; color: #333; text-decoration: none; margin: 0 2px; display: block;}
.Zebra_Pagination a:hover { background-color: #DEDEDE; color: #222 }

/* "NEXT PAGE" AND "PREVIOUS PAGE" LINKS
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_Pagination a.navigation { border: 1px solid transparent; overflow: hidden;}
.Zebra_Pagination a.disabled { filter: alpha(opacity=20); -khtml-opacity: 0.2; -moz-opacity: 0.2; opacity: 0.2; }
.Zebra_Pagination a.disabled:hover { background-color: inherit; color: inherit }

/* CURRENT PAGE
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_Pagination a.current,
.Zebra_Pagination a.current:hover { background: #333; border-color: #333; color: #FFF }

/* THE "..." SEPARATOR
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_Pagination span{ color: #666; margin-right: 2px; display: block; float: left; padding: 8px 4px }
/* Pagination end*/

.form-widget textarea{
  width: 60%;
    height: 150px;
    margin-left:3px;
}
#norobot{
  margin-left: 11px;
}
#breadcrumb, #brandBreadCrumbs{margin: 30px 0 14px 0px;}

#breadcrumb ul, #brandBreadCrumbs ul{
    margin: 0px 0 4px 0;
    padding: 0;
}
#breadcrumb > ul:after, #brandBreadCrumbs > ul:after{clear:both;}

#breadcrumb ul li, #brandBreadCrumbs ul li{
    display: inline;
    text-decoration: none;
    padding: 10.5px 6px  10.5px 0; 
}
#breadcrumb ul li:after, #brandBreadCrumbs ul li:after{
    content: '-';
    padding-left:6px;
}
#breadcrumb ul li:last-child, #brandBreadCrumbs ul li:last-child{font-weight: bold}

#breadcrumb ul li:last-child:after, #brandBreadCrumbs ul li:last-child:after{content: '';}
#breadcrumb ul li a{
    color:#333;
    text-decoration: inherit;
    
}
#breadcrumb ul li a:hover, #brandBreadCrumbs ul li a:hover{color:#FFBF00;}

.knowledge-header {
  padding: 3rem 0;
  background: url('https://sunnyg1210.github.io/bootstrapKnowledgeBaseTheme/images/page-headers/6.jpg');
  background-size: 100% auto;
  background-repeat: repeat-y;
  margin-top: -1.3rem;
}

.knowledge-header h1 { color: #fff; margin: .5rem 0; }
.knowledge-header h1 a { color: #fff; }
.knowledge-header p { color: #fff; margin-bottom: 2rem; font-size: 1.2rem; }

.knowledge-search input {
  width: 30%; 
  height: 40px;
  vertical-align: middle;
  font-size: 1.1rem;
  border: 1px solid #c6c6c6;
  padding: 0 15px 0 40px;
}

.knowledge-search::before {
  font-family: 'Material Icons';
  content: '\E8B6';
  position: absolute;
  line-height: 1.9;
  font-size: 1.4rem;
  z-index: 100;
  padding-left: 9px;
}

.knowledge-search button {
  border-radius: 0;
  height: 42px;
  font-size: 1rem;
  vertical-align: middle;
  padding: 0 15px;
}

.articles {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.article {
  margin-bottom: 2rem;
  border: 1px solid #ddd;
  border-radius: 2px;
}

.article-header i {
  vertical-align: middle;
  margin: -4px 10px 0 10px;
  font-size: 1.2rem;
}

.article-header > a {
  font-size: 1.2rem;
  color: #000;
  font-weight:bold;
}

.article-info {
  padding: 2px 5px;
  border-top: 1px solid #f0eeee;
  border-bottom: 1px solid #f0eeee;
  background-color: #f9f8f8;
}

.article-info > a, .article-info > span {
  margin-right: 10px;
  padding: 3px 5px;
  color: #000;
}

.article-info i {
  margin-right: 8px;
  vertical-align: middle;
  margin-top: -2px;
}

.article-info .tag {
  margin-right: 7px;
/*  border: 1px solid rgba(61, 61, 61, 0.5);*/
  background: rgba(61, 61, 61, 0.1);
  border-radius: 2px;
  color: #000;
  padding: 2px 5px;
}

.article-info .tag.active {
  background: rgba(14, 45, 156, 0.5);
  color: #fff;
}

.article-body {
  padding: .5rem;
}

.article-body p {

}

.knowledge-file {
  padding: 3px 7px;
  background-color: #909090;
  border-radius: 2px;
  color: #fff;
  margin-right: 1rem;
}

.knowledge-file i {
  padding: 0 7px 0 3px;
  position: relative;
  top: 1px;
}

.knowledge-file.pdf { background-color: #F44336; }
.knowledge-file.image, .knowledge-file.word { background-color: #3F51B5; }
.knowledge-file.excel { background-color: #4CAF50; }

.tags-container ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.tags-container li {
  display: inline-block;
  line-height: 1.4;
}

.tags-container .tag {
  margin-right: 7px;
  background: rgba(61, 61, 61, 0.1);
  border-radius: 2px;
  color: #000;
  padding: 2px 5px;
  display: inline-block;
  margin: 2px;
}
/* Acordeon styles */
.faqItems .tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #666;
  overflow: hidden;
}
.faqItems input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.faqItems label {
  position: relative;
  display: block;
  padding: .8em;
  background: red;
  font-weight: bold;
  line-height: 1.5;
  cursor: pointer;
}
.faqItems label {
  border:1px solid #dcdcdc;
  background:#fff;
}
.faqItems .tab-content {
  max-height: 0;
  overflow: hidden;
  /*background: #1abc9c;*/
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
}
.faqItems .tab-content {
  background: #f1f1f1;
  color:#000;
}
.faqItems .tab-content p {
  margin: 1em;
}
/* :checked */
.faqItems input:checked ~ .tab-content {
  max-height: 100em;
}
/* Icon */
.faqItems label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
.faqItems input[type=checkbox] + label::after {content: "\25BC";}

.faqItems input[type=checkbox]:checked + label::after{ transform: rotate(180deg);}


#systemCheck, .systemCheck {
    display: none;
}
#norobot{
  margin-left: 11px;
}
input[type="checkbox"].error {
  outline: 1px solid red;
  outline-offset: 2px;
}
.mobileView{display:none;}
.desktopView{display:block;}

.form-widget{margin:2em 0;}
.form-widget .row{margin:4px 0;}
.form-widget .error{background:rgba(250, 173, 31, 0.11);}
label.error{background:rgba(250, 173, 31, 0.11) !important; font-size: 0%; line-height:1; }

.form-widget textarea{
    height: 150px;
    margin-left:0;
}
.form-widget input, .form-widget textarea{
  width: 90%;
  margin: auto;
}
.form-widget .btnBlock{margin-top:6px;}
#norobot{
  margin-left: 11px;
}
input[type="checkbox"].error {
  outline: 1px solid red;
  outline-offset: 2px;
}

.popupContainer{
  padding:2rem 0;
}

@media screen and (max-width: 48em) {

  .mobileView{display:inline-block;}
  .desktopView{display:none;}
  .headerBlock{padding-top: 10px;}
  .top-align-block{margin-top: var(--alignBlockMobile);}
  .ph{color: #fff;padding:0 4px;}
  .mobileIcons{text-align:right;}
  .twitter-typeahead{width:80%;}
  .logo{text-align: right;}
  .logo img{height:2.6rem;}
  .searchContainer{margin-left:.2rem;}
  .searchBlock{margin-top: .2rem;}
  .coloured{
  background: unset;
  padding:0;
}
  /******************************************************
  Mobile Menu
  ******************************************************/
  .mobile-nav-wrapper{
    width: 100%;
    z-index: 800;
    margin-top: 1rem;
  }

  .mobile-nav-wrapper p{
    text-align: center;
    width: 30%;
    margin: 0px;
    float: left;
    color:#0a418e;
    cursor: pointer;
  }
  .mobile-nav-wrapper .moblieIcons{width: 10%;text-align: center;}
  .moblieIcons{height:1rem;}

  .mobile-nav-wrapper p#mobile-main-menu{
    margin-left: 3rem;
    line-height: 2;
  }
  .mobile-nav-wrapper p#mobile-top-menu{line-height: 2;}

  .mobileMainMenu,
  .mobileOtherMenu{
    z-index:100;
    position: fixed;
    overflow: auto;
    padding: 0px;
    width: 80%;
    height: 100%;
    text-align: left;
    margin-top: 0;
  }
  .center img{
    width: 100%;
  }
  .mobileMainMenu{
    background: #0a418e;
    left: 0;
    -moz-transform: translateX(-100%)!important;
    -webkit-transform: translateX(-100%)!important;
    -o-transform: translateX(-100%)!important;
    -ms-transform: translateX(-100%)!important;
    transform: translateX(-100%)!important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .mobileOtherMenu{
    background: #0a418e;
    right: 0;
    -moz-transform: translateX(100%)!important;
    -webkit-transform: translateX(100%)!important;
    -o-transform: translateX(100%)!important;
    -ms-transform: translateX(100%)!important;
    transform: translateX(100%)!important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .mobileOtherMenu.hideit,
  .mobileMainMenu.hideit{
    -moz-transform: translateX(0%)!important;
    -webkit-transform: translateX(0%)!important;
    -o-transform: translateX(0%)!important;
    -ms-transform: translateX(0%)!important;
    transform: translateX(0%)!important;
  }
  .mobileOtherMenu ul, .mobileMainMenu ul{
    padding: 0px;
    margin: 0px;
  }
  .mobileOtherMenu > ul, .mobileMainMenu > ul{
    padding-bottom: 25px;
  }
  .mobileOtherMenu ul li, .mobileMainMenu ul li{
    display: block;
    border-bottom: 1px dotted #ccc;
  }
  .mobileOtherMenu ul li a, .mobileMainMenu ul li a{
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 4px 0px;
    padding-left: 20px;
  }
  .mobileOtherMenu ul li a p, .mobileMainMenu ul li a p{
    margin: 0px;
  }
  .mobileOtherMenu ul ul, .mobileMainMenu ul ul{
    border-top: 1px dotted #ccc;
  }
  .mobileOtherMenu ul ul li a, .mobileMainMenu ul ul li a{
    margin-left: 40px;
    padding-left: 0px;
  }

}
  
@media screen and (max-width: 767px) {

  .mobileView{display:inline-block;}
  .desktopView{display:none;}
  /*.headerBlock{height:5.7rem;}*/
  .top-align-block{margin-top: var(--alignBlockMobile);}
  .ph{color: #666;padding:0; font-size: 2rem;}
  .mobileIcons{text-align:right;}
  .twitter-typeahead{width:80%;padding-left: 18px;}
  .logo{text-align: right;}
  .logo img{width: 100%;}
  .searchContainer{margin-left:0px; margin-top: 10px;}
  .searchBlock{margin-top: .2rem;}

  h1,h2,h3,h4,h5,h6{line-height: 1; font-size: 5vh;}

  .logo-menu-block{
    margin-top: 0px;
    padding:0 0 4px 0;
  }
  .mobileButtonBlock{
    position: relative;
    z-index: 9999;
  }
  .menu-level-1 span.subMenuItem i{
    color: #333333;
  }
  .cartInTitle a, .cartInItems{
  font-size: 14px;
  }
  .navBlock ul li span.subMenuItem{
    display: inline-block;
  }
  .top-align-block{
    margin-top: 0px;
    height: 94px;
  }
  .top-cart-mini{
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    padding-left: 0px;
  }
  .moblieIconsBlock{
    margin-top: -5px;
    padding: 0px;
    text-align: center;
  }
  .moblieIconsBlock a:hover{
    color: #2e3192;
  }

  .fileBlock{margin: 20px 0px;}
  .subTotalBlock{margin: 0px 0px 20px 0px;}
  /******************************************************
  Mobile Menu
  ******************************************************/
  .mobile-nav-wrapper{
        z-index: 800;
    margin-top: 0px;    
    padding: 0px;
  }
   .megaMenuBlock{
    display: none;
  }
  .mobileButtonBlock .col-sm-2,
  .mobileButtonBlock .col-sm-5{
    padding-right: 1px;
    padding-left: 1px;
  }
  .mobileNavBtn{
    background: #2e3192;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    padding: 6px 0px;
  }
  .mobile-nav-wrapper p{
    text-align: center;
    width: 30%;
    margin: 0px;
    float: left;
    color:#fff;
    cursor: pointer;
  }
  .menu-level-2, .menu-level-3{display: none;}
  .mobile-nav-wrapper .moblieIcons{width: 10%;text-align: center;}
  .moblieIcons{height:1rem;}

  .mobile-nav-wrapper p#mobile-main-menu{
    margin-left: 3rem;
    line-height: 2;
  }
  .miniCartPreview{z-index: 99999;}
  .mobile-nav-wrapper p#mobile-top-menu{line-height: 2;}

  .mobileMainMenu,
  .mobileOtherMenu{
    z-index:100;
    position: fixed;
    overflow: auto;
    padding: 0px;
    /*width: 95%;*/
    width: 100%;
    height: 81%;
    text-align: left;
    margin-top: 0px;
    top: 95px;
    bottom: 0;
  }
  .mobileMainMenu.scrollNavBlock,  .mobileOtherMenu.scrollNavBlock{top: 91px;}
  .navBlock{
     z-index:100;
    position: fixed;
    overflow: auto;
    padding: 0px;
    /*width: 95%;*/
    width: 100%;
    height: 81%;
    text-align: left;
    margin-top: 0px;
    top: 95px;
    bottom: 0;
    right: 0;
    background: red;
  }
  .navBlock.scrollNavBlock{ top: 91px;}
  .dropdown-menu-level-1 span.subMenuItem{display: none;}
  .megaMenuBlock ul.dropdown-menu-level-2 > li{
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .leftColumnBlock{
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .rightColumnBlock{
    max-width: 100%;
    margin-left: 0px;
    margin-bottom: 20px;
  }
  .headerBlock .navBlock > ul > li{
    display: block;
  }
  .headerBlock .megaMenuBlock{
    position: relative;
    width: 90%;
  }

  .headerBlock .megaMenuCol{
    border: none;
  }
  .navBlock > ul > li:hover > a{
    background: none;
    text-decoration: none;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px; 
    color: #2e3192;
  }
  .megaMenuContainer{padding: 0px;}

  .mobileMainMenu{
    background: #ffffff;
    left: 0;
    -moz-transform: translateX(-100%)!important;
    -webkit-transform: translateX(-100%)!important;
    -o-transform: translateX(-100%)!important;
    -ms-transform: translateX(-100%)!important;
    transform: translateX(-100%)!important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .navBlock > ul > li:hover .megaMenuBlock{display: none;}
  .navBlock{
    /*background: #ffffff;*/
    background: #ffffff;
    right: 0;
    -moz-transform: translateX(100%)!important;
    -webkit-transform: translateX(100%)!important;
    -o-transform: translateX(100%)!important;
    -ms-transform: translateX(100%)!important;
    transform: translateX(100%)!important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .subMenuItem{
    position: absolute;
    right: 25px;
    margin-top: 8px;
  }
  .navBlock.hideit,
  .mobileMainMenu.hideit{
    -moz-transform: translateX(0%)!important;
    -webkit-transform: translateX(0%)!important;
    -o-transform: translateX(0%)!important;
    -ms-transform: translateX(0%)!important;
    transform: translateX(0%)!important;
  }
  .navBlock ul, .mobileMainMenu ul{
    padding: 0px;
    margin: 0px;
  }
  .navBlock > ul, .mobileMainMenu > ul{padding-bottom: 25px;}
  .navBlock ul li, .mobileMainMenu ul li{
    display: block;
    border-bottom: 1px dotted #ccc;
  }
  /*.mobileMainMenu ul li{background: #333333;}*/
  .mobileMainMenu ul li a{color: #ffffff;}
  .navBlock ul li a, .mobileMainMenu ul li a{
    color: #2e3192;
    text-decoration: none;
    display: inline-block;
    padding: 10px 0px;
    padding-left: 20px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .mainTitle a{color: #545454;}
    .navBlock ul li a:hover{
      background: none;
      color: #2e3192;
    }
    .navBlock ul li a{
      word-wrap: break-word;
      margin-right: 30px;
    }
    .navBlock ul li:hover{background: none;}
    .subMenuItem{color: #333333;}
  .scrollLogo .logo img{margin-top: 4px;}
  .navBlock ul li a p{
    margin: 0px;
    font-size: 13px;
    color: #2e3192;
  }
  .mobileMainMenu ul li a p{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
  }
  .navBlock ul ul, .mobileMainMenu ul ul{border-top: 1px dotted #ccc;}
  .headerBlock.rHeaderPadd{padding-top: 0px;}
  .mobileMainMenu ul ul li a{color: #2e3192;}
  /*.mobileMainMenu ul ul li{background: #333333;}*/
  .navBlock ul ul li a, .mobileMainMenu ul ul li a{
    margin-left: 0px;
    padding-left: 0px;
  }
  .megaMenuBlock ul.dropdown-menu-level-1 > li{
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .navBlock > ul ul ul{padding-left: 0px;}
  .mobileMainMenu ul ul li a{padding-left: 25px;}
  .mobileMainMenu ul ul li:last-child{border-bottom: none;}
  #mobileSearch
  {
    position:absolute;
    top:5.3rem;
    left:0;
    right:0;
    background:#fff;
    border-bottom: 2px solid #2e3192
  }
  #mobileSearch #goButton {right: 7px;}
  #mobileSearch.hideit{display:none;}

  /* FRONT BOXES */
  [class^="addBox-"],
  [class*=" addBox-"] {
    grid-column-gap: 8px;
    grid-row-gap: 12px; 
  }

  .addBox-2 {grid-template-columns: repeat(1, 1fr);}
  .addBox-3 {grid-template-columns: repeat(1, 1fr);}
  .addBox-4 {grid-template-columns: repeat(1, 1fr);}
  .addBox-5 {grid-template-columns: repeat(1, 1fr);}
  .addBox-6 {grid-template-columns: repeat(2, 1fr);}

}

@media screen and (max-width: 320px) {

  .moblieIconsBlock{
    display:none;
  } 

}

@media screen and (max-width:767px) {

  [class^="categoryBoxes-"],
  [class*=" categoryBoxes-"]{grid-template-columns: repeat(2, 1fr);}


  .row-max-multi-60{width:95%;}
  .row-max-multi-65{width:95%;}
  .row-max-multi-70{width:95%;}
  .row-max-multi-75{width:95%;}
  .row-max-multi-80{width:95%;}
  .row-max-multi-85{width:95%;}
  .row-max-multi-90{width:95%;}
  .row-max-multi-95{width:95%;}
  .row-max-multi-98{width:95%;}
  .row-max-multi-100{width:95%;}


  [class^="row-max-multi-"] > div > div,
  [class*=" row-max-multi-"] > div >div {
    margin-bottom:6px;
  }

  .blog list .flex { display: flex; }
  .blogFirst { order: 2; }
  .blogSecond { order: 1; }
}



@media screen and (max-width: 520px) {

  .mobile-nav-wrapper{width:100%;
  /*max-width: 50px;*/}
  .top-cart-mini{
    /*max-width: 50%;
    flex: 0 0 50%;*/
    text-align: right;
  }
}
@media screen and (max-width: 347px) {

  .mobileIcons{display: none;}
  .top-cart-mini{max-width: 70%; flex: 60%;}


}

.generalForm{
  border: 1px solid #e3e3e3;
  background-color:#f5f5f5;
  padding:5px;
}

#productEnquiryForm2{border: none;}

.generalForm label{
  width:150px;
  margin-bottom:1rem;
  color: #6b6b6b;
}

.generalForm input, .panel-body input{
  /*padding: 6px 20px;*/
  padding: 5px 0px 5px 10px;
  font-size: 14px;
  box-shadow: inset 0 1px 2px #e9e9e8, inset 0 0 0 1000px #fbfbfa;
  border: 1px solid #cfcbc8;
  border-radius: 8px;
  width: 100%;
  margin: 10px 0px 10px 0px;
}

.generalForm textarea{
  width: 100%;
  padding: 5px 0px 5px 10px;
  font-size: 14px;
  box-shadow: inset 0 1px 2px #e9e9e8, inset 0 0 0 1000px #fbfbfa;
  border: 1px solid #cfcbc8;
  border-radius: 8px;
}

input[type=checkbox], input[type=radio] {
  box-shadow: none;
}

.generalForm button, .generalForm input[type=submit]{
  padding: 8px 30px !important;
  margin-top: 10px !important;
  border: 1px solid transparent !important;
  color: #ffffff !important;
  border-radius: .25rem !important;
  background: #2e3192 !important;
  box-shadow: none !important;
  cursor: pointer;
  transition: color .15s ease-in-out , background-color .15s ease-in-out , border-color .15s ease-in-out , box-shadow .15s ease-in-out , -webkit-box-shadow .15s ease-in-out;
}

.generalForm button:hover, .generalForminput[type=submit]:hover{
  background: #0e8673 !important;
  border: 1px solid transparent !important;
}
