/*font-family: 'Montserrat', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,800&display=swap');

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;

  overflow-x: hidden;
  color: #1e0f24;
}

.noHeaderBar {
  padding: 25px 0;
}

* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  box-sizing: border-box;
}

p {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  margin: 0 0 15px;
  color: #000;
}

a {
  color: #1e0f24;
  text-decoration: none !important;
  transition: ease-in-out 0.3s;
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: none;
  font-weight: 600;
  color: #000;
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0px;
}

h1 {
  font-size: 36px;
}

h2, .prod_rightInfo h1 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 30px;
}

h3 {
    font-size: 1.3em;
}

h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: none;
}

ul {
  margin: 0;
}

input,
select,
textarea,
button,
input:focus,
button:focus {
  outline: none;
}

button {
  transition: ease-in-out 0.3s;
}

img {
  max-width: 100%;
}

header,
section,
footer {
  display: flex;
  width: 100%;
  float: left;
}

header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  /*border-top: solid 3px #dee2e6;*/
  height: 120px;
  display: flex;
  align-items: center;
}

header.sticky {
  background-color: #fff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #000;
  font-size: 14px;
  padding: 12px 25px;
  font-weight: 400;
}

/* jl removed 09/01/21 to remove left margin on mobile dropdown
.ml-auto, .mx-auto {
    margin-left: 50px !important;
}
*/

.sticky100 {
  padding-top: 120px;
}

.slider01 {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sliderCol img {
    width: 100% !important;
    text-align: center;


}
.blueSlider {
  background-color: #004fdf;
}

.blueSlider::before {
  content: '';
  width: 600px;
  height: 600px;
  display: block;
  border-radius: 100%;
  background-color: #0656e8;
  position: absolute;
  left: -25%;
  top: -60%;
}

.blueSlider::after {
  content: '';
  width: 600px;
  height: 600px;
  display: block;
  border-radius: 100%;
  background-color: #0656e8;
  position: absolute;
  right: -25%;
  bottom: -60%;
}

.sliderLeft {
  padding-right: 50px; z-index: 1;
}

.sliderRight {
  padding-left: 0px; z-index: 1;

}

.sliderTitle {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
  display: block;
  line-height: 1.1;

}

.sliderTitle span {
  font-weight: 400;
  display: block;
}

.sliderCheck {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  background-image: url('../images/checkslider.png');
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
}

.sliderBTN {
  padding: 0px 25px;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #17cc4a;
  color: #fff;
  line-height: 1;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  float: left;
  font-weight: 600;
  margin-top: 10px;

  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

.sliderBTN:hover {
  color: #fff;
  background-color: #13b741;
}

.carousel-indicators {
  align-items: center;
  bottom: 15px;
}

.carousel-indicators li {
  width: 8px;
  height: 8px;
  background-color: #000;
  opacity: .2;
  border-radius: 50%;
  margin-right: 5px;
  margin-left: 5px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 12px; text-transform: uppercase;

}
.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #dee2e6;
}

.requestQuoteBTN .btnQuote {
  padding: 0px 13px;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #dee2e600;
  color: #000 !important;
  line-height: 1;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  float: left;
  font-weight: 600;
  border: 1px solid #e6e6e6;

}

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

a.f_logo img {
    height: 40px;
}
.logoCol img {
    height: 40px;
}
.f_links_list img {
    height: 46px; margin-top: 10px;
}

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

.requestQuoteBTN .btnQuote img {
  margin-right: 10px;
}

#navbarSupportedContent {
  position: relative;

}

.searchBoxWrap {}

#searchTop {
  display: inline-block;
  position: relative;
  padding: 0;
  width: 40px;
  height: 40px;

}

#searchTop input[type="text"] {
  height: 45px;
  font-size: 16px;
  display: inline-block;
  font-weight: 400;
  border: none;
  outline: none;
  color: #000;
  padding: 3px;
  padding-right: 40px;
  width: 0px;
  position: absolute;
  top: 0;
  right: 10px;
  background: none;
  z-index: 3;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
}

#searchTop input[type="text"]:focus:hover {
  border-bottom: 1px solid #dee2e6;
  background-color: #fff;
}

#searchTop input[type="text"]:focus {
  width: 670px;
  z-index: 1;
  border-bottom: 1px solid #dee2e6;
  cursor: text;
  background-color: #fff;
}

#searchTop input[type="submit"] {
  height: 40px;
  width: 40px;
  display: inline-block;
  color: #000;
  float: right;
  background-color: transparent;
  background-image: url(../images/searchbtn.svg);
  background-size: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  opacity: 1;
  cursor: pointer;
  transition: opacity .4s ease;
}

#searchTop input[type="submit"]:hover {
  opacity: 0.8;
}

.width40 {}

.pageTitle {
  width: 100%;
  text-align: left; text-transform: none;
  /*justify-content: space-between;
  padding: 12px 0px 11px 0px;*/
  height:5.8em;
}
span.rightShowing {
    display: none;
}

.pageTitle h1 {
    text-transform: none;
    font-size: 1.8em;
    font-weight: 800;
    letter-spacing: 0.75px; 
}

.rightShowing {
  font-size: 14px;
  color: #7f7f7f;
}

.productItem {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 15px;
  margin-top: 50px;
  padding-top: 10px;
  border-radius: 10px;
}



.productItemFooter {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 15px;
  margin-top: 50px;
  padding-top: 10px;
  border-radius: 10px;
}





/*.productItem:hover {
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
}*/

.productItem:hover .border {
   /* border-bottom: 10px solid #fadc0a !important;*/
    width: 100%;
    height: 15px;
    margin-bottom: -15px;
}

.border {
    border: none !important;
}


span.p_Info {
    font-size: 14px !important;
    color: #000;
    font-weight: 500;
}

.productImg {
  width: 100%;
  height: 250px;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.productImg img {
  object-fit: contain;
  height: 100%;
  padding-bottom: 40px;
}

.productInfo {
  width: 100%;
  padding-top: 15px;
  margin-top: 15px;
  border-top: solid 1px #000;
  text-align: center;


}




.productInfoFooter {
  width: 100%;
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px;
  text-align: center;


}








.productInfo h4 {
  font-size: 17px;
  font-weight: 600;
  color: #111;
  margin-bottom: 5px;
}

.productInfo p {
  font-size: 11px;
  margin-bottom: 0px;
      text-transform: none;
}
.productInfo p.FreePrice{font-size: 14px; font-weight: 600; margin-top: 5px; text-transform: none;}

.pagination {
  margin-top: 30px;
}

.pagination .page-item {}

.pagination .page-link {
  padding: 0;
  text-align: center;
  height: 36px;
  width: 36px;
  line-height: 36px;
  border-radius: 50% !important;
  border: none;
  outline: none;
  font-weight: 500;
  font-size: 18px;
  color: #000;
  margin: 0;
}

.pagination .page-link:focus {
  outline: none;
  box-shadow: none;
}

.page-item.active .page-link {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.cartItem {
  position: relative;
}

.cartItem .btn {
  box-shadow: none;
  border-radius: 0;
  padding: 5px 10px 5px 5px;
}

.cartItem .btn>img {
  width: 20px;
}

span.cartCount {
  background: #000;
  color: #fff;
  height: 20px;
  width: 20px;
  font-size: 12px;
  display: block;
  position: absolute;
  text-align: center;
  display: flex;
  align-items: center;
  border-radius: 50%;
  top: -10px;
  right: -10px;
  /*box-shadow: 0px 3px 8px rgba(231, 39, 75, 0.5);*/
  justify-content: center;

}

.cartItem .dropdown-menu {
  padding: 5px;
  border: 1px #dee2e6 solid;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35);
}

.cartItem .dropdown-item {
  padding: 7px 0px;
  display: flex;
  border-bottom: 1px #e1e1e1 solid;
  position: relative;
}

.cartItem .dropdown-item:hover {
  background-color: transparent;
}

.cartItem .dropdown-item:last-child {
  border-bottom: none;
}

.cartItem .dropdown-item .p_Img {
  border: 1px #bfbfbf solid;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 68px;
  max-width: 68px;
  height: 68px;
}

.cartItem .dropdown-item .p_Img img {
  max-height: 100%;
}

.cartItem .dropdown-item .p_Info {
  padding: 5px 0px 5px 5px;
  font-size: 11px;
  width: 170px;
  white-space: initial;
}

.cartItem .dropdown-item .p_Info label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}


.cartItem .dropdown-menu .closeBtn {
  background: url(../images/closeRed.svg) center center no-repeat;
  width: 11px;
  height: 11px;
  position: absolute;
  z-index: 1;
  top: 8px;
  right: 5px;
  padding: 0;
  border: none;
  display: none;
}
i.fas.fa-cart-plus {
    padding: 10px;
}

.dropdown-menu-center {
  left: 50%;
  transform: translateX(-50%);
}

.cartItem .dropdown-menu:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #dee2e6;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
}


footer {
  background-color: #fff;
  padding-top: 55px;
}

footer h5{font-size: 15px;}

footer .linksRow {}

footer .linksRow>div {
  padding-bottom: 25px;
  padding-top: 15px;
}



hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    }



.f_logo {
  margin-bottom: 20px;
}

.getInfoList {}

.getInfoList li {
  position: relative;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 12px;
}

.getInfoList li a {}

.getInfoList li:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
}

.Ic_address:before {
  background-image: url(../images/ic_address.png);
}

.Ic_email:before {
  background-image: url(../images/ic_mail.png);
}

.Ic_call:before {
  background-image: url(../images/ic_phone.png);
}

.Ic_fax:before {
  background-image: url(../images/ic_fax.png);
}


.copyRightRow {
  padding-bottom: 20px;
  border-top: solid 1px #000000;
}


.copyRightRow>div {
  align-items: center;
  display: flex;

}

.copyRightRow>div p:last-child {
  margin-bottom: 0;margin-bottom: 0;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.copyRightRow .colRight {
  justify-content: flex-end;
}

.copyRightRow>div hr {
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
}

.socilList {
  display: flex;
}

.socilList li {
  margin-left: 10px;
}

.socilList li a {
  font-size: 18px;
  color: #000;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 50%;
  text-align: center;
  border: 1px #bfbfbf solid;
}

.socilList li a:hover {
  background-color: #fff;
  border-color: #fff;
}

.f_links_list {}

.f_links_list li {
  font-size: 13px;
  margin-bottom: 15px;
}

.f_links_list li a:hover {
  color: #000;
  opacity: 0.5;
}

.ptb_30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.breadcrumb {
  padding: 0;
  background-color: transparent;
}

.breadcrumb .breadcrumb-item {
  font-size: 12px;
  font-weight: 500;
}

.productSlider .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px #bfbfbf solid;
}

.productSlider .carousel-inner .carousel-item {
  width: 100%;
  height: 445px;
}

.productSlider .sliderBigImg {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.productSlider .sliderBigImg img {
  max-height: 100%;
}

.productSlider .carousel-indicators {
  width: 100%;
  left: 0;
  margin: 15px 0;
  bottom: unset;
  top: 0;
  position: relative;
}

.productSlider .carousel-indicators li,
.productSlider .carousel-indicators .active {
  width: 65px;
  height: 65px;
  border-radius: 0;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px #bfbfbf solid;
}

.productSlider .carousel-indicators .active {}

.productSlider .carousel-indicators li img {
  max-height: 100%;
}

.prod_rightInfo {
  padding: 15px 15px 15px 50px;
}

.info_col_1 {
  display: flex;
}

.info_col_1 .label_Col {
  min-width: 140px;
  max-width: 140px;
}

.info_col_1 .label_Col label {
  font-weight: 500;
  opacity: 0.6
}

.info_col_1 .dic_col {}

.roundBuletList {}

.roundBuletList li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}

.roundBuletList li:before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #c5c5c5;
  border-radius: 50%;
  left: 0px;
  top: 8px;
}

.addQuot_Col {
  margin-top: 20px;
  padding-top: 30px;
  border-top: 1px #e5e5e5 solid;
}

.addQuot_Col h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.number span {
  cursor: pointer;
}

.number {
  display: flex;
}

.number .minus,
.number .plus {
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50px;
  padding: 0;
  display: inline-block;
  line-height: 35px;
  text-align: center;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  font-weight: 500;
  font-size: 24px;
}

.number input {
  height: 35px;
  width: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  border: none;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
}

.prod_rightInfo .btnGroup {
  margin-top: 15px;
}

.prod_rightInfo .btnGroup .btnBorder {
  margin-right: 10px;
}

.prod_rightInfo .btnGroup .btnBorder:last-child {
  margin-right: 0;
}

.btnBorder {
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 2px;
  background-color: #fff;
  border: 1px #000 solid;
  padding: 14px 30px;
  margin: 10px 0px;
}

.btnBorder:hover {
  background-color: #000;
  color: #fff;
}

.borderTitle {
  font-size: 24px;
  font-weight: 600;
  text-transform: none;
  border-bottom: 1px #e5e5e5 solid;
  padding-bottom: 8px;
  margin-bottom: 30px;
}


.borderTitle div {
  font-size: 24px;
  font-weight: 600;
  text-transform: none;
  border-bottom: 0px;
  padding-bottom: 8px;
  margin-bottom: 30px;
}



.borderTitleFooter {
  font-size: 18px;
  font-weight: 600;
  text-transform: none;
  border-bottom: 1px;
  padding-bottom: 2px;
  padding-top: 15px;
  margin-bottom: 1px;
}






.borderTitle span {
  border-bottom: 3px  #000 solid;
  padding-bottom: 8px;
}

.roundBuletList.font14 li {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}


.borderNone {
  border-bottom: none;
}



.bordermarginNone {
  border-bottom: none;
  margin-bottom: 0px;
}




.productColBox {
  display: block;
}

.productColBox .p_ImgCol {
  position: relative;
  width: 100%;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px #bfbfbf solid;
  padding: 10px;
}

.productColBox .overlyInfoCol {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 110%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  overflow: hidden;
  transition: all 0.5s;
}

.productColBox:hover .overlyInfoCol {
  bottom: 0;
}

.productColBox .overlyInfoCol .btnBorder {
  background-color: transparent;
  color: #fff;
  border: 2px #fff solid;
}

.productColBox .overlyInfoCol .btnBorder:hover {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}

.productColBox .p_ImgCol .p_offer {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0px;
  width: 50px;
}

.productColBox .p_ImgCol .p_offer>img {
  max-width: 100%;
}

.productColBox .p_ImgCol>img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
}

.productColBox .p_InfoCol {
  display: block;
  padding: 15px 0px;
}

.productColBox .p_InfoCol .p_label {
  font-size: 14px;
  color: #999999;
  font-weight: 600;
  display: block;
  margin: 0;
}

.productColBox .p_InfoCol .p_name {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}


.owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.owl-dots button.owl-dot {
  background: #000 !important;
  width: 8px;
  height: 8px;
  margin: 5px;
  opacity: 0.6;
  border-radius: 50%;
}

.owl-dots button.owl-dot.active {
  opacity: 1;
  width: 12px;
  height: 12px;
}

.requestQuoteBTN {}

.navbar-expand-lg .navbar-nav .requestQuoteBTN .proceedBTN {
  font-size: 12px;
  border: solid 1px #000;
  padding: 0px 10px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  text-transform: uppercase;
  color: #000 !important;
}

.navbar-expand-lg .navbar-nav .requestQuoteBTN .proceedBTN:hover {
  background-color: #000;
  color: #fff !important;
}

.navbar-expand-lg .navbar-nav .actionBTNwrap {
  text-align: center;
  padding: 10px 10px 8px 10px;
  width: 100%;
}

.proceedToQuoteBTN {
  width:100%;
}

.addtoCartBTN {
  padding-left: 60px;
  text-transform: uppercase;
  position: relative;
  width:100%;
}

.addtoCartBTN::before {
  content: '';
  position: absolute;
  width: 19px;
  height: 22px;
  background-image: url('../images/addtocart-black.png');
  background-position: center;
  background-repeat: no-repeat;
  left: 18px;
  padding-left: 25px;
}

.addtoCartBTN:hover:before {
  background-image: url('../images/addtocart-white.png');
  background-position: center;
  background-repeat: no-repeat;
}

.addtoCartBTN:hover {}

.imgNote {
  margin-top: 15px;
  font-size: 14px;
}

.imgShadow {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.btnFlex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.productItem .brochureBTN {
  display: inline-block;
  padding: 0px 15px 0px 15px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  background-color: #fff;
  border-radius: 3px;
  height: 35px;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 10px;
  border: 1px solid black;
}

.productItem:hover .brochureBTN {

  color: #fff;
  background-color: black;


}

.productItem:hover .brochureBTN::before {
  content: '';
  position: absolute;
  width: 19px;
  height: 22px;
  background-image: url('../images/downloadBrochure-white.png');
  background-position: center;
  background-repeat: no-repeat;
  left: 5px;
  padding-left: 25px;
}

.brochureBTN::before {
  content: '';
  position: absolute;
  width: 19px;
  height: 22px;
  background-image: url('../images/downloadBrochure-black.png');
  background-position: center;
  background-repeat: no-repeat;
  left: 5px;
  padding-left: 25px;
}

.brochureBTN:hover {
  color: #fff;
}





.video1 {
display: none;
position: fixed;
z-index: 1;
padding-top: 100px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4);
}

.video1-content {
background-color: #fefefe;
margin: auto;
padding: 20px;
border: 1px solid #888;
border-radius: 25% 10%;
width: 80%;
}

.close {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}

.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}








.contactTitle {
  text-align: center;
  display: block;
  margin-top: 0px;
  margin-bottom: 30px;
  color: #000;
  font-weight: 400;
  font-size: 36px;
}

.contactTitle span {
  font-weight: 600;
}

.contactBox {
  border: solid 1px #e6e5e5;
  width: 100%;
  float: left;
  padding: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.contactBox i {
  font-size: 40px;
  color: #004fdf;
  display: inline-block;
  margin-top: 0px;


}

.contactBox h4 {
  margin-top: 15px;
  margin-bottom: 25px;
  display: block;
  font-size: 24px;
  color: #000;
  font-weight: 500;

}

.contactBox p {
  font-size: 18px;
  margin-bottom: 0px;
}

.contactBox .mobileFree {
  font-weight: 600;
  color: #004fdf;
  margin-bottom: 10px;


}

.contactBoxLast h6 {
  text-align: center;
  display: block;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #000;
  font-weight: 400;
  font-size: 26px;
}

.contactBoxLast h6 span {
  font-weight: 600;
}

.contactBoxLast {
  text-align: center;
  width: 100%;
  float: left;
}

.borderbox {
  border: solid 1px #e6e5e5;
}

.contactForm {
  border: solid 1px #e6e5e5;
  width: 100%;
  float: left;
  padding: 30px 20px;
}

.contactFormRow {
  /*width: 100%;
  float: left;*/
  margin-bottom: 25px;
}

.contactInput {
  width: 100%;
  border: solid 1px #e6e5e5;
  padding: 0px 15px;
  height: 56px;
  font-size: 14px;
  transition: ease-in-out 0.3s;
}

.contactInput:focus {border-bottom: 2px solid #17cc4a; transition: ease-in-out 0.3s;}

.contactFormRowFlex {
  width: 100%;
  float: left;
   display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px -10px;
}

.width50 {width: 50%;}
.textareaInput{padding: 15px; height: auto; line-height: inherit; resize: none;}


.font11{font-size: 11px;}

.form-check-label.font11 {font-weight: 500;}
.form-check-label.font11 .form-check-input{margin-top: 2px; font-weight: 500;}

.blueLink{color: #004fdf;}
.blueLink:hover{color: #17cc4a;}

.contactFormFooter{width: 100%; float: left; text-align: center;}

.btnGreen {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
    background-color: #dee2e6;
    padding: 15px 30px;
    margin: 10px 0px; border: none;
}
.btnGreen:hover {background-color: #000;  color: #fff;}


.onlineQuote{width: 100%; float: left; padding: 15px; border: solid 1px #e6e5e5;}

.onlineQuote .addQuot_Col {margin-top: 20px; padding-top: 20px;}

.onlineQuote .btnBorder {letter-spacing: 1px; padding: 14px 25px;}
.onlineQuote .addtoCartBTN {padding-left: 50px; margin-right: 10px;}

.colorList{display: flex; flex-wrap: wrap;}
.colorList li{margin-right: 8px;}
.colorList li:last-child{margin-right: 0px;}
#productColorList li:hover {
  cursor: pointer;
}

#productColorList li{
  width: 28px;
}

#productColorList li .yellow .fa-check {
  color: black;
}

#productColorList li .white .fa-check {
  color: black;
}
#productColorList li .fa-check {
  display: none;
  color: white;
  width: 0.8em;
  margin-left: 6px;
  margin-top: 5px;
}


.colorList li>span{width: 28px; height: 28px; border-radius: 50%; border: 1px #dfdbdb solid; display: block;}

.downArrow{background: url(../images/downIc.png) right 10px center no-repeat; -webkit-appearance: none; -moz-appearance: none;}


.smallLineTitle{position: relative; font-size: 16px; text-transform: none; font-weight: 500;}
.smallLineTitle:before{position: absolute; content: ''; width: 100%; height: 1px; background-color: #cccccc; left: 0; bottom: 5px;}
.smallLineTitle span{background-color: #fff; position: relative; z-index: 1; padding-right: 15px;}

.currentQtyCol{margin-bottom: 15px;}
.currentQtyCol .nameQ{font-size: 14px; font-weight: 500; width: 110px; display: inline-block;}
.currentQtyCol .countQ{font-size: 14px; opacity: 0.66; margin-right: 20px;}

.removeBtn{color: #fff; background-color: #e12219; font-size: 12px; padding: 6px 10px; border:none; border-radius: 4px; box-shadow: 0px 2px 5px rgba(0,0,0,0.2);}
.removeBtn img{margin-right: 4px;}
.removeBtn:hover{background-color: #d6130a; box-shadow: 0px 5px 10px rgba(0,0,0,0.2);}


.resultsFoundTextCol{padding: 15px 0px;}
.resultsFoundTextCol p{color: #656565; font-weight: 500; margin-bottom: 0;}

.colorRibbon {margin-top: -133px;}

.colorBoxList{display: flex; flex-wrap: wrap; margin-top: 25px; margin-bottom: 5px;}
.colorBoxList li{width: 58px; height: 58px; border-radius: 10px; overflow: hidden; margin-right: 15px; margin-bottom: 15px;}
.colorBoxList li:last-child{margin-right: 0;}

.bg_Pentium{background: url(https://freeway.sirv.com/assets/medtech/2022/10/31/pentiumpng50.png); box-shadow: 0px 8px 20px rgba(228,228,228,0.33);}
.bg_i5{background: url(https://freeway.sirv.com/assets/medtech/2022/10/31/i5png50.png); box-shadow: 0px 8px 20px rgba(200,200,200,0.33);}
.bg_i7{background: url(https://freeway.sirv.com/assets/medtech/2022/10/31/i7png50.png); box-shadow: 0px 8px 20px rgba(96,96,96,0.33);}
.bg_i9{background: url(https://freeway.sirv.com/assets/medtech/2022/10/31/i9png50.png); box-shadow: 0px 8px 20px rgba(49,49,49,0.33);}
.bg_Purple{background-color: #9317f3; box-shadow: 0px 8px 20px rgba(147,23,243,0.33);}
.bg_Pink{background-color: #f317e1; box-shadow: 0px 8px 20px rgba(243,23,225,0.33);}
.bg_Red{background-color: #f10f0f; box-shadow: 0px 8px 20px rgba(241,15,15,0.33);}
.bg_Orange{background-color: #f38e17; box-shadow: 0px 8px 20px rgba(243,142,23,0.33);}
.bg_Yellow{background-color: #ffe400; box-shadow: 0px 8px 20px rgba(255,228,0,0.33);}
.bg_Green{background-color: #45e314; box-shadow: 0px 8px 20px rgba(69,227,20,0.33);}
.bg_Blue{background-color: #004fdf; box-shadow: 0px 8px 20px rgba(0,79,223,0.33);}


.customPaintRow{margin: 0; margin-top: 15px; background-color: #fff; box-shadow: 0px 1px 20px rgba(0,0,0,0.2);}
.customPaintRow>div{padding: 15px;}
.customPaintRow>div.imgPint{padding-right: 0;}
.customPaintRow>div.imgPint img{width: 100%;}


.accordion{}
.accordion .card{margin-top: 15px; margin-bottom: 30px; border: none !important; border-radius: 8px !important; background-color: #fff; box-shadow: 0px 10px 30px rgba(0,0,0,0.1)}
.accordion .card .card-header{background-color: #fff; font-size: 18px; font-weight: 500; padding: 0; border-bottom: 1px #f2f2f2 solid; }
.accordion .card .card-header .card-link{padding: 21px 20px; display: block; padding-right: 70px; position: relative;}
.accordion .card .card-header .card-link:after{position: absolute; content: ''; width: 44px; height: 44px; background: #004fdf url(../images/Ic_close.svg) center center no-repeat; background-size: 14px; border-radius: 50%; right: 20px; top: 13px; transition: all 0.5s; }
.accordion .card .card-header .collapsed:after{background: #f2f2f2 url(../images/Ic_plus.svg) center center no-repeat; background-size: 15px; transform: rotate(360deg);}

.accordion .card .card-header .card-link:hover{color: #004fdf;}

.accordion .card .card-body p{opacity: 0.6; font-size: 14px; font-weight: 400; line-height: 26px;}
.accordion .card .card-body p:last-child{margin-bottom: 0;}



.s_Row {height: 100%;}
.s_Row .imgColBox{padding: 0;}
.s_Row .imgColBox .imgHolder{width: 100%; height: 100%; background-size: cover; background-position: center; background-repeat: no-repeat;}

.s_text{padding: 15px; background: #f9f9f9;}
.s_text h5{margin-bottom: 5px;}
.s_text p{ font-weight: 400;}
.s_text p:last-child{margin-bottom: 0;}

.pull-md-6.s_text{text-align: right;}


.hideDesktop{display: none;}

ul.top-nav {
    display: flex;    align-items: center;
    justify-content: flex-end; position: relative; padding: 4px;}
ul.top-nav #searchTop input[type="text"] {height: 40px; right: 0;}

ul.top-nav .requestQuoteBTN .btnQuote {
    font-size: 18px;
    background-color: transparent;
    border: 1px solid #f2f4f5;
    border-radius: 5px;
    box-shadow: none;
    
}

ul.top-nav span.cartCount {
    height: 18px;
    width: 18px;
    top: -6px;
    right: -7px;
}

ul.top-nav #searchTop {/*top: 4px;*/}

ul.top-nav .cartItem .dropdown-menu{transform: translate3d(-100px, 40px, 0px) !important;}

.navbar-expand-lg .navbar-nav .nav-item:nth-last-child(2) .nav-link{padding-right: 0;}

nav.navbar.navbar-expand-lg {padding: 5px 0px; border-top: 1px solid #000;    border-bottom: 1px solid #000; /*bottom: -3px !important;*/}
.mb__3{bottom: -5px !important}

ul.top-nav .cartItem:hover .dropdown-menu {display: block; top: 0; left: 0;}


.searchBoxTop{position: relative;}
.searchField{width: 0;border: none; height: 40px; transition: all 0.5s; color: #000; font-weight: 500;}
.showSearch{width: 100%; padding: 8px 45px 8px 15px; border-bottom: 0px #ddd solid;}
.searchBTN { width: 40px; height: 39px; background-color: #fff; border:none; position: absolute; right: 0; top: 0}

ul.top-nav .actionBTNwrap {
    text-align: center;
    padding: 10px 10px 8px 10px;
    width: 100%;
}
ul.top-nav .actionBTNwrap .proceedBTN {
    font-size: 15px;
    border: solid 1px #000;
    padding: 0px 10px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    text-transform: uppercase;
    color: #000 !important; transition: all 0.3s;
}

ul.top-nav .actionBTNwrap .proceedBTN:hover {
    color: #fff !important; background-color: #000;
}

#module {
  font-size: 1.7rem;
  line-height: 1.5;
}


#module #collapseExample.collapse:not(.show) {
  display: block;
  height: 4rem;
  overflow: hidden;
}

#module #collapseExample.collapsing {
  height: 15rem;
}

#module a.collapsed::after {
  content: '+ Show Key Features';
}

#module a:not(.collapsed)::after {
  content: '- Hide Key Features';
}

#showMore {
  margin-top:1rem;
  line-height: 3rem;
}

.productPageMessage {
     margin-top:15px;
     width:100%;
}

strong, th { 
    font-weight: 600;
}

/*
page not found and maintenance page css
*/
.soon{
    height: 100%;
    position: relative;
    height: 100vh;
}


.soon:before, .error-page:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url(../images/bg.png) no-repeat center;
    background-size: contain;
}
.container-soon{
    position: relative;
    max-width: 1220px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
}
.soon-text{
    position: relative;
}
.soon-text p{
    font-size: 36px;
    line-height: 1.3;
}
.soon-text span{
    display: block;
    margin-top: 25px;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
}
.soon-logo{
    margin-bottom: 25px;
    max-width: 347px;
    width: 100%;
}
.soon-logo img{
    width: 100%;
}

.soon-text span a{
    text-decoration: underline !important;
}
.soon-text span a:hover{
    color: #dee2e6;
}
.error-logo{
    font-size: 135px;
    line-height: 1.2;
}
.error-page{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}
.container-error{
    margin: 150px 10px;
}
@media screen and (max-width: 1200px){
    .soon-text p{
        font-size: 26px;
    }
    .soon-text span{
        font-size: 22px;
    }
}
@media screen and (max-width: 992px){
    .soon-text p{
        font-size: 20px;
    }
    .soon-text span{
        font-size: 18px;
        margin-top: 15px;
    }
    .error-logo{
        font-size: 100px;
        line-height: 1.2;
    }
}
@media screen and (max-width: 768px){
    .soon-text{
        margin: 0 20px;
    }
}
@media screen and (max-width: 575px){
    .soon-logo{
        max-width: 280px;
        width: 100%;
    }
    .error-logo{
        font-size: 75px;
        line-height: 1.2;
    }
    .soon-text span{
        font-size: 16px;
    }
    .soon-text p{
        font-size: 16px;
    }
}
/*
end page not found and maintenance page css
*/

/*
rollover images on listing pages
*/
.figure {
    position: relative;
    width: 360px; /* can be omitted for a regular non-lazy image */
    max-width: 100%;
}
.figure img.Sirv.image-hover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  object-fit: contain;
  opacity: 0;
  transition: opacity .2s;
}
.figure:hover img.Sirv.image-hover {
  opacity: 1;
}
/*
end rollover images on listing pages
*/
.smv-selectors-bottom .smv-selectors-box .smv-selectors {
    height: auto !important;
}



/*------------------------------------------------------------------------------
> NHS SC Styles 2022
------------------------------------------------------------------------------*/

.product-nhs-links {
  border: 1px solid black; 
  width: 100%;
  justify-content: space-between;
  margin: 20px 15px 0px;
  padding: 10px 20px 0px 20px;
  align-items: center;
}
.product-nhs-links.single {
  text-align: center;
  margin: 20px 15px 0px;
  padding: 0 20px;
}
.product-nhs-links.single a {
  flex-direction: column;
  padding: 20px 20px 0;
}
.product-nhs-links .nhssc-preview {
  padding: 80px 20px 0;
  border-top: 1px solid;
  margin-top: 25px;
  

  
  width: 100%;
  background: url(/images/nhssc/arrow-down.png) no-repeat 50% 20px;
}

@media screen and (min-width: 1024px) {
  .product-nhs-links.single a {
    flex-direction: row;
  padding: 0;

  }
  .product-nhs-links.single .nhssc-preview {
    width: auto;
    border: 0;
    background: none;
    padding: 20px 20px 0;
 
  }
  .product-nhs-links.single .nhssc-text {
    text-align: left;
  }
}


.product-nhs-links .nhssc-preview img {
    box-shadow: 0 0 25px rgba(0,0,0,0.3);
    max-width: 200px;
 
}
.product-nhs-links .nhssc-logo {
  padding: 10px  10px 10px 0;

}
.product-nhs-links .nhssc-text {
}
.product-nhs-links .nhssc-text strong {
  display: block;
  font-size: 1.3em;
}
.product-nhs-links .nhssc-text span {
  display: block;
  font-size: 0.825em;
}
.product-nhs-links a {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;


}
.product-nhs-links ul,
.product-nhs-links li {
  list-style: none;
  margin: 0;
  padding: 0;
  width: auto;

  
}
.product-nhs-links ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
   
}
.product-nhs-links li {
  font-size: 0.8em;
}
@media screen and (max-width: 480px) {
  .product-nhs-links {
    flex-direction: column;
  }
  .product-nhs-links li {
      flex-basis: 25%;
  }
}
.product-nhs-links li a {
  display: block;
  text-align: center;
  padding: 10px;
  border-radius: 1px;
  flex-grow: 1;

}
.product-nhs-links li a:hover {
    background: #fafafa;
}
.product-nhs-links li .swatch {
  display: block;
  width: 221px;
  height: 93px;
 

  margin: 0 auto 15px;
}

.product-nhs-links li .swatch.yellow { background-color: #f2cb4c; }
.product-nhs-links li .swatch.blue { background-color: #4d9aec; }
.product-nhs-links li .swatch.green { background-color: #72b645; }
.product-nhs-links li .swatch.pink { background-color: #df689e; }
.product-nhs-links li .swatch.purple { background-color: #955ddc; }
.product-nhs-links li .swatch.orange { background-color: #f37743; }
.product-nhs-links li .swatch.red { background-color: #d44849; }
.product-nhs-links li .swatch.stainless-steel { background-color: silver; }

.product-nhs-links li .swatch.configa { background: url(https://freeway.sirv.com/assets/medtech/2024/11/08/nhssc-drawer-config-buttons-316px-wide-a2.png) no-repeat; }
.product-nhs-links li .swatch.configa:hover { background: url(https://freeway.sirv.com/assets/medtech/2024/11/08/nhssc-drawer-config-buttons-316px-wide-a-rollover2.png) no-repeat; }
.product-nhs-links li .swatch.configb { background: url(https://freeway.sirv.com/assets/medtech/2024/11/08/nhssc-drawer-config-buttons-316px-wide-b2.png) no-repeat; }
.product-nhs-links li .swatch.configb:hover { background: url(https://freeway.sirv.com/assets/medtech/2024/11/08/nhssc-drawer-config-buttons-316px-wide-b-rollover2.png) no-repeat; }
.product-nhs-links li .swatch.configc { background: url(https://freeway.sirv.com/assets/medtech/2024/11/08/nhssc-drawer-config-buttons-316px-wide-c2.png) no-repeat; }
.product-nhs-links li .swatch.configc:hover { background: url(https://freeway.sirv.com/assets/medtech/2024/11/08/nhssc-drawer-config-buttons-316px-wide-c-rollover2.png) no-repeat; }


.product-nhs-links li .swatch.pentiuma { background: url(https://freeway.sirv.com/assets/medtech/2022/10/31/nhssc-cpu-buttons-pentium-a2.png) no-repeat; }
.product-nhs-links li .swatch.pentiuma:hover { background: url(https://freeway.sirv.com/assets/medtech/2022/10/31/nhssc-cpu-buttons-pentium-a2-roll.png) no-repeat; }

.product-nhs-links li .swatch.pentiumb { background: url(https://freeway.sirv.com/assets/medtech/2022/10/31/nhssc-cpu-buttons-pentium-b2.png) no-repeat; }
.product-nhs-links li .swatch.pentiumb:hover { background: url(https://freeway.sirv.com/assets/medtech/2022/10/31/nhssc-cpu-buttons-pentium-b2-roll.png) no-repeat; }

.product-nhs-links li .swatch.pentiumc { background: url(https://freeway.sirv.com/assets/medtech/2022/10/31/nhssc-cpu-buttons-pentium-c2.png) no-repeat; }
.product-nhs-links li .swatch.pentiumc:hover { background: url(https://freeway.sirv.com/assets/medtech/2022/10/31/nhssc-cpu-buttons-pentium-c2-roll.png) no-repeat; }

.product-nhs-links li .swatch.i5a { background: url(https://freeway.sirv.com/assets/medtech/2022/10/31/nhssc-cpu-buttons-i5-a2.png) no-repeat; }
.product-nhs-links li .swatch.i5a:hover { background: url(https://freeway.sirv.com/assets/medtech/2022/10/31/nhssc-cpu-buttons-i5-a2-roll.png) no-repeat; }

.product-nhs-links li .swatch.i5b { background: url(https://freeway.sirv.com/assets/medtech/2022/10/31/nhssc-cpu-buttons-i5-b2.png) no-repeat; }
.product-nhs-links li .swatch.i5b:hover { background: url(https://freeway.sirv.com/assets/medtech/2022/10/31/i5-b2-roll.png) no-repeat; }

.product-nhs-links li .swatch.i5c { background: url(https://freeway.sirv.com/assets/medtech/2022/10/31/nhssc-cpu-buttons-i5-c2.png) no-repeat; }
.product-nhs-links li .swatch.i5c:hover { background: url(https://freeway.sirv.com/assets/medtech/2022/10/31/nhssc-cpu-buttons-i5-c2-roll.png) no-repeat; }

.product-nhs-links li .swatch.i7a { background: url(https://freeway.sirv.com/assets/medtech/2022/10/31/nhssc-cpu-buttons-i7-a2.png) no-repeat; }
.product-nhs-links li .swatch.i7a:hover { background: url(https://freeway.sirv.com/assets/medtech/2022/10/31/nhssc-cpu-buttons-i7-a2-roll.png) no-repeat; }

.product-nhs-links li .swatch.i7b { background: url(https://freeway.sirv.com/assets/medtech/2022/10/31/nhssc-cpu-buttons-i7-b2.png) no-repeat; }
.product-nhs-links li .swatch.i7b:hover { background: url(https://freeway.sirv.com/assets/medtech/2022/10/31/nhssc-cpu-buttons-i7-b2-roll.png) no-repeat; }

.product-nhs-links li .swatch.i7c { background: url(https://freeway.sirv.com/assets/medtech/2022/10/31/nhssc-cpu-buttons-i7-c2.png) no-repeat; }
.product-nhs-links li .swatch.i7c:hover { background: url(https://freeway.sirv.com/assets/medtech/2022/10/31/nhssc-cpu-buttons-i7-c2-roll.png) no-repeat; }

.product-nhs-links li .swatch.i9a { background: url(https://freeway.sirv.com/assets/medtech/2022/10/31/nhssc-cpu-buttons-i9-a2.png) no-repeat; }
.product-nhs-links li .swatch.i9a:hover { background: url(https://freeway.sirv.com/assets/medtech/2022/10/31/nhssc-cpu-buttons-i9-a2-roll.png) no-repeat; }

.product-nhs-links li .swatch.i9b { background: url(https://freeway.sirv.com/assets/medtech/2022/10/31/nhssc-cpu-buttons-i9-b2.png) no-repeat; }
.product-nhs-links li .swatch.i9b:hover { background: url(https://freeway.sirv.com/assets/medtech/2022/10/31/nhssc-cpu-buttons-i9-b2-roll.png) no-repeat; }

.product-nhs-links li .swatch.i9c { background: url(https://freeway.sirv.com/assets/medtech/2022/10/31/nhssc-cpu-buttons-i9-c2.png) no-repeat; }
.product-nhs-links li .swatch.i9c:hover { background: url(https://freeway.sirv.com/assets/medtech/2022/10/31/nhssc-cpu-buttons-i9-c2-roll.png) no-repeat; }




.product-nhs-links-swatches {
  align-items: center;
	display: flex;
	flex-direction: column;
  margin: 0 auto;
}
.product-nhs-links-swatches h3 {
	color: #aaa;
	font-size: 0.825em;
	border-top: 1px solid #000;
	padding: 20px 0;
	width: 100%;
  margin: 20px 0 0px 0;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .product-nhs-links .nhssc-logo {
      margin-right: 20px;
    }
    .product-nhs-links-swatches {
        flex-direction: row;
    }
    .product-nhs-links-swatches h3 {
    	max-width: 7em;
    	border-top: 0;
    	border-left: 1px solid #aaa;
      margin: 0;
    	padding: 0 0 0 20px;
    	text-align: left;
    }
    .mobile-only {
        display: none;
                 
    }
    .product-nhs-links .nhssc-preview {
      background: none;;
      align-self: flex-end;
      border-top: 0;
      margin-top: 0;
      width: auto;
    }
    .product-nhs-links.single .nhssc-text {
      background: url(/images/nhssc/arrow-right.png) no-repeat 100% 50%;
      padding-right: 120px;
    }
  }
  
  
  
  
  
  /*------------------------------------------------------------------------------
> VIDEOS POP-UPS
------------------------------------------------------------------------------*/
  
  
  .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: fit-content;
  pointer-events: none;
  pointer-events: auto;
  background-clip: padding-box;
  outline: 0;
}
  
  
    .modal-header .close {
    padding: 0;
    margin: -1rem -1rem -1rem auto;
}
  
  
  
      .modalDialog {
        position: fixed;
        font-family: Arial, Helvetica, sans-serif;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,0.8);
        z-index: 99999;
        opacity:0;
        -webkit-transition: opacity 400ms ease-in;
        -moz-transition: opacity 400ms ease-in;
        transition: opacity 400ms ease-in;
        pointer-events: none;
    }

    .modalDialog:target {
        opacity:1;
        pointer-events: auto;
    }

    .modalDialog > div {
        width: 100%;
        position: relative;
        margin: 10% auto;
        padding: 5px 20px 13px 20px;
        border-radius: 10px;
        background: #fff;
        background: -moz-linear-gradient(#fff, #999);
        background: -webkit-linear-gradient(#fff, #999);
        background: -o-linear-gradient(#fff, #999);
    }

    .close {
        background: #606061;
        color: #FFFFFF;
        line-height: 25px;
        position: absolute;
        right: -12px;
        text-align: center;
        top: -10px;
        width: 24px;
        text-decoration: none;
        font-weight: bold;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        -moz-box-shadow: 1px 1px 3px #000;
        -webkit-box-shadow: 1px 1px 3px #000;
        box-shadow: 1px 1px 3px #000;
    }

    .close:hover { background: #00d9ff; }
    h2
    {
        text-align:center;  
    }  
    
    
    .video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


.homeban {    
  width: 100%;
  height: auto;
  display: block;       
  margin: 0;
  padding: 0;
}
