﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,100;1,300&display=swap');


body {/*font-family: 'Roboto', sans-serif; font-family: 'Roboto', sans-serif; */font-family: "Montserrat";   font-size: 16px;color: #1d1d22;line-height:24px;font-weight:400;overflow-x:hidden;top: 0px !important;background: #fff;}
.goog-te-banner-frame  {display: none;}
.w100 {width: 100%;}
img{max-width:100%;}
/*.btn-red-custom{padding:10px 46px;}*/
.review-title{font-size:22px; color:#000;}
.text-red{color:#b70800;}
.text-black{color:#000;}
.text-white{color:#fff;}
.fa16{font-size:16px;}
.pr5{padding-right:5px;}
.pb20{padding-bottom:20px;}
.pa10{padding:10px;}
.pa20{padding:20px;}
.py10{padding-top:10px; padding-bottom:10px;}
.py20{padding-top:20px; padding-bottom:20px;}
.py30{padding-top:30px; padding-bottom:30px;}
.py40{padding-top:40px; padding-bottom:40px;}
.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.mt0{margin-top:0px;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mb10{margin-bottom:10px !important;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mt35{margin-top: 0;}
.mt40{margin-top:40px; margin-bottom: 40px;}
.mt30_ {margin-top: 30px;}
.mt0 {margin-top: 0px;}
.m{margin: 0px;}


.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb40{margin-bottom:40px;}
.mr10{margin-right:10px;}
.fw-600 {font-weight: 600;}
.Home_Shop2 {padding: 0 15px;}

.mage-error {
    color: red;
}
.text-red {color: #ff0000;}
.text-green {color: #79c04e;}

.bg_white1{background: #fff;}
h2 {font-size: 21px;font-weight: 600; font-family: "Montserrat", serif; color: #726464;}
.text-center {text-align: center !important;}
.bt10{border-radius: 10px;}
.btn-button22 {margin: 0px !important;}
.br100 {border-radius: 100px;}

/*button style*/
a {color: #fff;}
.clear {clear: both;}
.footerhr { border: 0; border-top: 1px solid #e2e2e2;}

.badi1 {background-size: cover; background-position: center center; min-height: 400px;}
._bg_overlay{position: absolute; width:100%; top:0px; bottom:0px; left:0; right:0;}
._bg_overlay.black{background-color:rgba(0, 0, 0, 0.2);}

.tagsside.postList{display: none;}
.btn-button {font-weight: 600; font-size: 16px; color: #fff; background: #8dbe51; display: table; padding: 5px 15px; border-radius: 100px; margin: auto; margin-bottom: 20px;}




/* Rectangle Out */
.btn-gray {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #c71212;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-gray:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #c71212;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius:4px;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-gray:hover, .btn-gray:focus, .btn-gray:active {
  color: #fff;
}
.btn-gray:hover:before, .btn-gray:focus:before, .btn-gray:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.btn-dark-gray {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #c71212;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-dark-gray:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #c71212;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius:4px;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-dark-gray:hover, .btn-dark-gray:focus, .btn-dark-gray:active {
  color: #fff;
}
.btn-dark-gray:hover:before, .btn-dark-gray:focus:before, .btn-dark-gray:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}


.btn-red {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #c71212;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; color: #fff;
}
.btn-red:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #c71212;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius:4px;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-red:hover, .btn-red:focus, .btn-red:active , .nav_outr .menu-btn:hover, .nav_outr .menu-btn:focus{
  color: #fff;
  background: #c71212;
}
.btn-red:hover:before, .btn-red:focus:before, .btn-red:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.Download_bg {margin: auto;
    display: block !important;
    background: #8dbe51;
    color: #fff !important;
    padding: 2px !important;
    font-size: 14px;}


.show_more {
    background-color: #f8f8f8;
    background-image: -webkit-linear-gradient(top,#fcfcfc 0,#f8f8f8 100%);
    background-image: linear-gradient(top,#fcfcfc 0,#f8f8f8 100%);
    border: 1px solid;
    border-color: #d3d3d3;
    color: #333;
    font-size: 12px;
    outline: 0;
	color: #78c14e;
    font-size: 16px;
    border: 1px solid;
}
.show_more {
    cursor: pointer;
    display: block;
    padding: 10px 0;
    text-align: center;
    font-weight:bold;
}
.loding {
    background-color: #e9e9e9;
    border: 1px solid;
    border-color: #c6c6c6;
    color: #333;
    font-size: 12px;
    display: block;
    text-align: center;
    padding: 10px 0;
    outline: 0;
    font-weight:bold;
}

img{max-width: 100%;}

	/* .top_bar{padding-top: 5px;padding-bottom: 10px;} */
	header{background: #fff;-webkit-box-shadow:0 10px 15px rgba(0, 0, 0, 0.2);-moz-box-shadow:0 10px 15px rgba(0, 0, 0, 0.2);box-shadow:0 10px 15px rgba(0, 0, 0, 0.2);}
	
	
	.top-menu {padding-left: 5px;}
	.top-menu li {list-style: none; float: left; margin-top: 12px; margin-left: 5px;}
	.top-menu li a{cursor: pointer; background-color: transparent;  color: #fff;text-decoration: none;     border-right: 1px solid #ccc; padding: 4px 4px;   font-size: 14px; font-weight: 500;}
	.top-menu li i {padding: 0 4px;}
	.top-menu li:first-child {margin-top: 19px;}
	.top_bar {background: #fff;}
   
	
	
	
	
.top-menu li a:last-child {border: none;}


.___top-language { float: right;} 
.___top-language .top-menu{float: left;}
.___top-language .goog-logo-link {display: none;}
.___top-language .goog-te-gadget .goog-te-combo {cursor: pointer; color: #000; text-decoration: none; border-color: #146356; padding: 3px 0px; box-shadow: none; border-radius: 3px; font-size: 12px; font-weight: 500; margin-top: 3px;}
:focus-visible {outline: none;}
.goog-te-gadget .goog-te-combo { margin-top: 6px;}


.head-office-container11 p span { position: relative !important; left: 0 !important;}

/*gallery*/
._style_bg{background-size:cover; background-position:center center; width:100%; background-repeat:no-repeat; position:relative;}
.slick-slider.home-slider{margin-bottom:0;}
.home-slider .slide{height:508px;}
.home-slider .banner-txt{position:relative; display:table-cell; vertical-align:middle}
.home-slider .slick-dots li,.home-slider .slick-dots li button, .home-slider .slick-dots li button::before{width:12px; height:12px; border-radius:50%; padding:0;}
.home-slider .slick-dots{bottom:13px;}
.home-slider .slick-dots li button::before{content:''; background-color:#ada5a5; opacity:1;}
.home-slider .slick-dots li.slick-active button::before{content:''; background-color:#fff; opacity:1;}
.home-slider .slick-prev{left:20px;}
.home-slider .slick-next{right:20px;}
.home-slider .slick-slide img{width:100%;}
.home-slider .slick-prev, .home-slider .slick-next{ width:30px; height:auto; /*z-index:-1; background-color: rgba(134, 151, 145, 0.8); bottom:0; top:0; margin:auto;*/}
.home-slider .slick-prev::before{font-family:'FontAwesome'; content:'\f104'; font-size:27px; line-height:20px;}
.home-slider .slick-next::before{font-family:'FontAwesome'; content:'\f105'; font-size:27px; line-height:20px;}
.slider-nav .slide-nav{height:150px; width: 150px; display:table; margin:0px 5px;}
.slider-nav .slick-prev::before, .slider-nav .slick-next::before{font-size:27px;}
.slide-nav:hover > .thumb-overlay{-webkit-transform:scale(1); -moz-transform:scale(1); transform:scale(1);}
#fwgallery .modal-header .close {margin-top: -24px; background: #146356; opacity: 999; color: #fff;  font-size: 12px; padding: 10px; position: absolute; right: 5px;  border-radius: 100px; border: 1px solid #146356;z-index: 9;}
#fwgallery .modal-header {padding: 30px;}




	/*---------------Navigation-Bar-Start-------------*/
	.navbar-brand span {color: #ee801b;font-size: 29px;font-weight: 700;text-transform: uppercase;margin-top: 16px;float: left;}
	.sticky_header .sticky_logo{display:none; float:left; padding-top:9px; padding-left:15px; }
	/* .sticky_header{width:100%;position:absolute;z-index:1;top:0;background-color: #fff;} */
	.sticky_header {width: 100%; position: absolute; z-index: 1; top: 0; background: #fff;}
	
	.sticky_header ul.navbar-nav li a {padding: 4px 10px;font-weight: 500 !important;font-size: 14px;color: #000;font-weight: normal;text-transform: capitalize;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;     font-family: "Montserrat", serif;}
	.sticky_header ul.navbar-nav li:last-child a{border-right:none;}
	.navbar-default .sticky_header .navbar-nav > .active > a, .navbar-default .sticky_header .navbar-nav > .active > a:hover, .navbar-default .sticky_header .navbar-nav > .active > a:focus{color:#78c14e; background-color:transparent;font-weight: 500; }
    .navbar-default .sticky_header .navbar-nav > li > a:hover, .navbar-default .sticky_header .navbar-nav > li > a:focus {color: #000; background-color: #8dbe51 !important;}
	.navbar-default .sticky_header .navbar-nav > .active::before{left:0; right:0;}
	.nav_outr{margin-bottom:0; border:none; min-height:45px !important;}
	.nav_outr .navbar-brand, .top_bar .navbar-brand{padding:10px; display:table;}
    .nav_outr .navbar-brand > img, .top_bar .navbar-brand > img { max-height: 83px; float: left; position: absolute; top: -32px; }
    .sticky_header ul.navbar-nav li a i {padding-right: 5px;}
	.mobile-logo{display:none;}
	.navbar-nav {float: right;}
	/*.sticky_header ul.navbar-nav li > ul{position:absolute; z-index:1; width:400px;  box-shadow: 0 2px 4px 0 #d8cdcd; background-color:#fff; list-style:none; padding: 0px; opacity:0; display:none;  border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;}
	.sticky_header.fixed{position:fixed; z-index:11; height: auto;}
	.sticky_header ul.navbar-nav li.has-submenu a{padding-right:35px; position:relative; z-index:1; font-family: "Montserrat", serif;}
	.sticky_header ul.navbar-nav > li.has-submenu:hover > ul{opacity:1; display:block; }
	.sticky_header ul.navbar-nav > li.has-submenu .arrow-down:after{font-family:'FontAwesome';content:'\f0dd';position:absolute;right:20px;top:0px;color: #000;}
	.sticky_header ul.navbar-nav li > ul > li > a{padding:6px 10px;display: block;color:#000;border-bottom: solid 1px #146356;}
	.sticky_header ul.navbar-nav li > ul > li > a:hover{text-decoration:none;background-color: #146356; color: #fff;}
	.sticky_header ul li > ul > li{margin-right:0;}*/
	
.sticky_header ul.navbar-nav li > ul {position: absolute; z-index: 1; width: 235px; /*box-shadow: 0 2px 4px 0 #d8cdcd;*/ background-color: #f3fbfd; 
	 list-style: none; padding: 0px; opacity: 0; display: none;  border-bottom-left-radius: 5px;  border-bottom-right-radius: 5px;  overflow: hidden;
	 }

.sticky_header ul.navbar-nav > li.has-submenu:hover > ul {opacity: 1; display: block; } 
.sticky_header ul.navbar-nav li > ul > li > a { position: relative; padding: 6px 10px; display: block; color: #000; /* border-bottom: solid 1px #146356;*/ overflow: hidden;  background: none;}
.sticky_header ul.navbar-nav li > ul > li > a:hover {text-decoration: none; color: #fff;}
.sticky_header ul.navbar-nav li > ul > li > a::before { content: ''; position: absolute; top: 0; left: 0;
  width: 100%; height: 100%; background-color: #8dbe51; transform: translateY(-100%); transition: transform 0.3s ease-in-out; z-index: -1; }
.sticky_header ul.navbar-nav li > ul > li > a:hover::before {transform: translateY(0);}
.sticky_header.fixed {position: fixed; z-index: 11; height: auto;}
.sticky_header ul.navbar-nav li.has-submenu a { padding-right: 25px;  position: relative;  z-index: 1;  font-family: "Montserrat", serif;  }
.sticky_header ul.navbar-nav > li.has-submenu .arrow-down::after {font-family: 'FontAwesome';content: '\f0dd'; position: absolute;  right: 10px; top: 0px; color: #000;}

.sticky_header.fixed .navbar-collapse.collapse {margin-top:0px;}
.sticky_header.fixed .navbar-brand >img { max-height: 51px; top: 0px;}
.sticky_header.fixed{background: #8dbe51;-webkit-box-shadow:0 10px 15px rgba(0, 0, 0, 0.2);-moz-box-shadow:0 10px 15px rgba(0, 0, 0, 0.2);box-shadow:0 10px 15px rgba(0, 0, 0, 0.2);}

.sticky_header.fixed ul.navbar-nav li a{color: #fff !important;}
.sticky_header.fixed ul.navbar-nav li a i{color: #fff;}
.sticky_header.fixed ul.navbar-nav > li.has-submenu .arrow-down:after {color: #fff;}
.sticky_header.fixed ul.navbar-nav li > ul > li > a {color: #000 !important;}
.sticky_header.fixed ul.navbar-nav li > ul > li > a:hover{color: #fff !important;}
.navbar-collapse {padding-right: 0; }

.sticky_header.fixed .header_top_menu {padding-right: 0;}
.sticky_header.fixed .header_top_menu .menu_ldd a {color: #fff;}
.sticky_header.fixed .header_top_menu .menu_ldd a span{color: #fff;}
.top___bg___ {background: #8dbe51;}

/* Default (before login) */
/*.top___bg___ {
    background: white;
}*/
/*#topBg {
    background-color: red !important;
}*/

/*.logged-in .top___bg___ {
    background: #8dbe51;
}*/



.notranslate5.notranslate50 a {
    background: #8dbe51;
    color: #fff !important;
    border-radius: 5px;
    margin-right: 3px;
    font-weight: 600 !important;
    padding: 5px 6px !important;
    font-size: 13px !important;
}
.notranslate5.notranslate50 a:hover {background: #6ed7f4 !important;}
.notranslate5.notranslate50 a i{color: #fff !important; font-size: 17px;}

.sticky_header.fixed .notranslate5.notranslate50 a{background: #fff !important; color: #000!important;}
.sticky_header.fixed .notranslate5.notranslate50 a:hover {background: #fff !important; color: #000 !important;}
.sticky_header.fixed .notranslate5.notranslate50 a i{color: #000 !important;}

.newsglow { background: #78c14e; color: #fff; position: relative;}
.newsglow a {color: #fff !important;}
.sticky_header ul.navbar-nav li > .logo_img {width: 400px;}
.sticky_header ul.navbar-nav li > .logo_img li {width: 33%; float: left;}
.sticky_header ul.navbar-nav li > .logo_img li img {width: 100%;}
.sticky_header ul.navbar-nav li > .logo_img li a{border: none;}
.sticky_header ul.navbar-nav li > .logo_img li a:hover{background: transparent;}
.sticky_header ul li .logo_img li span {display: none;}
._media li a {color: #000 !important;}
/* .sticky_header ul.navbar-nav li a i {font-size: 16px;padding-right: 5px;color: #fff;} */
.sticky_header ul.navbar-nav li > .logo_img li:last-child { width: 100%; text-align: center; border-top: 1px solid #f6f4f4;}
.sticky_header ul.navbar-nav li > .logo_img li:last-child: a:hover {color: #000 !important;}
.nav.navbar-nav {
    padding: 10px 25px 0 0px !important;
    margin-top: 0 !important;
}

.sticky_header.fixed .nav.navbar-nav {
    margin-top: 14px !important;
    margin-right: 0px !important;
    margin: 0px 25px 0 0px !important;
}
a#btnMaximize:before{color: #000 !important;}

a:focus, a:hover {color: #fff;}


.newsglow:before {
    content: " ";
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .03) 1%, rgba(255, 255, 255, .6) 30%, rgba(255, 255, 255, .85) 50%, rgba(255, 255, 255, .85) 70%, rgba(255, 255, 255, .85) 71%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, .03)), color-stop(30%, rgba(255, 255, 255, .85)), color-stop(50%, rgba(255, 255, 255, .85)), color-stop(70%, rgba(255, 255, 255, .85)), color-stop(71%, rgba(255, 255, 255, .85)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .03) 1%, rgba(255, 255, 255, .6) 30%, rgba(255, 255, 255, .85) 50%, rgba(255, 255, 255, .85) 70%, rgba(255, 255, 255, .85) 71%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .03) 1%, rgba(255, 255, 255, .6) 30%, rgba(255, 255, 255, .85) 50%, rgba(255, 255, 255, .85) 70%, rgba(255, 255, 255, .85) 71%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .03) 1%, rgba(255, 255, 255, .6) 30%, rgba(255, 255, 255, .85) 50%, rgba(255, 255, 255, .85) 70%, rgba(255, 255, 255, .85) 71%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .03) 1%, rgba(255, 255, 255, .6) 30%, rgba(255, 255, 255, .85) 50%, rgba(255, 255, 255, .85) 70%, rgba(255, 255, 255, .85) 71%, rgba(255, 255, 255, 0) 100%);
    width: 15%;
    height: 100%;
    transform: skew(-10deg, 0deg);
    -webkit-transform: skew(-10deg, 0deg);
    -moz-transform: skew(-10deg, 0deg);
    -ms-transform: skew(-10deg, 0deg);
    -o-transform: skew(-10deg, 0deg);
    animation: move 2s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
    -webkit-animation: move 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: 1s;
    -moz-transform: skew(-10deg, 0deg);
    -moz-animation: move 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-delay: 1s;
    -ms-transform: skew(-10deg, 0deg);
    -ms-animation: move 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-delay: 1s;
    -o-transform: skew(-10deg, 0deg);
    -o-animation: move 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-delay: 1s
}

@keyframes move {
    0% {
        left: 0;
        opacity: 0
    }
    5% {
        opacity: 0
    }
    48% {
        opacity: .2
    }
    80% {
        opacity: 0
    }
    100% {
        left: 82%
    }
}

@-webkit-keyframes move {
    0% {
        left: 0;
        opacity: 0
    }
    5% {
        opacity: 0
    }
    48% {
        opacity: .2
    }
    80% {
        opacity: 0
    }
    100% {
        left: 82%
    }
}

@-moz-keyframes move {
    0% {
        left: 0;
        opacity: 0
    }
    5% {
        opacity: 0
    }
    48% {
        opacity: .2
    }
    80% {
        opacity: 0
    }
    100% {
        left: 88%
    }
}

@-ms-keyframes move {
    0% {
        left: 0;
        opacity: 0
    }
    5% {
        opacity: 0
    }
    48% {
        opacity: .2
    }
    80% {
        opacity: 0
    }
    100% {
        left: 82%
    }
}

@-o-keyframes move {
    0% {
        left: 0;
        opacity: 0
    }
    5% {
        opacity: 0
    }
    48% {
        opacity: .2
    }
    80% {
        opacity: 0
    }
    100% {
        left: 82%
    }
}

.newsglow:after {
    content: "New";
    position: absolute;
    top: 2px;
    font-weight: 400;
    right: -16px;
    font-size: 11px;
    height: 0;
    border-bottom: 13px solid #f52222;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    transform: rotate(45deg);
    animation: none !important;
    -webkit-animation: none !important
}





/*-----Home Slider------*/
.home-Slider .style_bg {background-position:center center;background-size: cover;}
.contains-box-panel.mt40 {margin-bottom: 0px;}
.contains-box-panel h2 {font-size: 25px;}
.contains-box-panel .box img { width: 100%;}
.contains-box-panel .box .bottom-bar {position: absolute;right: 34px;bottom: 35px;color: #fff;font-size: 18px;transition: all .3s;}
.contains-box-panel .box { padding: 8px; overflow: hidden;  transition: all .3s;}
.contains-box-panel .box .content-bar { position: absolute;  z-index: 999;  top: 30px;  left: 8%;  right: 8%; z-index: 0;}
.contains-box-panel .box .bottom-bar a:hover { text-decoration: underline; color: #fff;}
.contains-box-panel .box .content-bar h1 {font-size: 18px; color: #fff; text-shadow: 0 0 3px rgba(0,0,0,.66)!important;}
.contains-box-panel .box .content-bar p { color: #fff; font-size: 16px; margin: 0; line-height: 26px; text-shadow: 0 0 3px rgba(0,0,0,.66)!important;}
.hover14 figure { position: relative;}
.hover14 figure::before { position: absolute; top: 0; left: -75%; z-index: 2;  display: block; content: ''; width: 50%; height: 100%; background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%); -webkit-transform: skewX(-25deg);   transform: skewX(-25deg);}
.hover14 figure:hover::before{-webkit-animation:shine .75s;animation:shine .75s}@-webkit-keyframes shine{100%{left:125%}}@keyframes shine{100%{left:125%}}


.brand-logo h2 {font-size: 21px;font-weight: 600;}
.brand-logo .logo_slider .logo_img {border: 1px solid #ccc; margin: 20px 10px; padding: 20px 0px; background: #ffff;  box-shadow: 0 0 4px #6ed7f4;}
.brand-logo .logo_slider .logo_img img {margin: auto;}
.stories .innerpanel {padding: 0 0 0 8px;overflow: hidden;/* background: rgba(255,255,255,.85); */border-radius: 3px;background-image: url(../img/map-pattern-2.jpg);position: relative;background-position: center center;background-repeat: no-repeat;}
.story-button-area, .video-button-area { margin: 24px 0 12px 0;}
.story-button-area a, .video-button-area a {text-decoration: none; color: #fff; padding: 11px 18px; border: 1px solid #29272a;  transition: all .2s; background: #29272a; margin-top: 10px; display: inline-block;  border-radius: 3px; font-weight: 600; }
.stories h3 {font-size: 28px; font-weight: 600; text-align: center;}

.feedback {/* background: #eaeaea8f; */padding: 20px 0;}
.feedback-panel:hover {background-color: #30d41e;border: 1px solid #30d41e;transform: scale(1.05);color: #fff;}
.feedback-panel {padding: 12px 0;text-align: center;max-height: 85px;height: 84px;transition: all .3s;cursor: pointer;border: 1px solid #c5c5c5;background: #fff;}
.feedback-panel img { width: 45px; margin-top: 7px;}
.feedback-panel h3 {font-size: 16px;color: #000;box-sizing: content-box;display: inline-block;vertical-align: top;margin-left: 7px;text-align: left;}
.idsah3 { margin-top: 12px;}

.home_video h2 {font-size: 18px;font-weight: 600;}


footer {background-color: #29272a !important;padding: 8px 0;padding-bottom: 0; text-align:left; /*background-image: url(../img/footer-pattern.png);*/border-top: .5px solid #3a3a3a26;}
footer .footer_title {font-size: 18px;font-weight: 600;color: #fff;margin-bottom: 10px; font-family: "Montserrat", serif;}
footer address {font-size: 15px;font-weight: normal;line-height: 24px;color: #fff;font-style: inherit;}
footer p {font-size: 15px;line-height: 16px;font-weight: normal;color: #fff;}

footer ul { margin-bottom: 22px;  font-weight: normal; padding: 0;}
footer .ilink li { width: 100%; list-style: none;}
footer ul li a {font-size: 14px;line-height: 21px;color: #fff;text-decoration: none !important; font-family: "Montserrat", serif;}
footer ul li a:hover {color: #d7cbcb;}

footer .footer_link {width: 50%; float: left;}
footer .subscribe-panel-container label{font-weight: normal;color: #fff;}
footer .subscribe-panel-container .btn-submit{padding: 9px 16px;cursor: pointer;margin-top: 10px;background: transparent;border-radius: 0px;border: 1px solid #cecece;font-weight: 600;color: #fff;}
footer .subscribe-panel-container .btn-submit:hover {background: #6ed7f4;color: #fff;}
.footerProductlinks li { margin: 0; padding: 0; width: 50% !important; float: left;}
.footerProductlinks .nav li a { color: #252525; font-weight: normal; }
footer .flowwUP {width: 100%; float: left;}
footer .flowwUP li i{font-size: 18px;}
footer .flowwUP li { text-align: center;    width: 40px;  height: 40px;  border-radius: 100px; padding-top: 9px; list-style: none;  float: left; margin: 0 3px 0 0px;}
footer .flowwUP li:hover{ background-color: #78c14d;}
footer .flowwUP li:hover a {color: #fff;}
.footerlangugeChange {text-align: center; margin-bottom: 15px;}
.footerlangugeChange img {width: 70px; margin-bottom: 11px;}
.footerlangugeChange ul {list-style: none; text-align: center; margin: auto; display: table;}
.footerlangugeChange ul li {float: left; padding-left: 10px;}
.footerlangugeChange ul li a {font-size: 13px;}
footer .foter-bottom {text-align: center;padding: 10px 10px;border-top: 1px solid #e4e4e4;background: #eff5e9;/* color: #000; */}
footer .foter-bottom p {margin: 0 auto; line-height: 15px;text-align: center; font-size: 13px; font-weight: 500; color: #000; }

.privacy222 h2{font-size: 21px !important; font-weight: 600; color: #726464;}
.privacy h2 {font-size: 25px; font-weight: 600;}
.privacy p {color: inherit; line-height: 28px; text-align: justify;}
.privacy h3 {font-size: 16px !important; font-weight: 600;}

.breadhr {position: absolute; top: 47px; width: 100%; border: .5px solid #eee; opacity: .1;}
.bread { overflow: hidden; position: relative;}
.breadimg2 img {width: 100%; background-size: cover; background-position: center center;}
.breadtext {position: absolute; color: #fff;  width: 100%; top: 0px; font-size: 14px; letter-spacing: 1px;}
.breadurl {font-size: 14px; font-weight: 300; margin: 22px 0 9px 0;  text-align: left;}
.k2BreadcrumbsBlock span.bcSeparator { padding: 0 4px; font-size: 14px;}
.k2BreadcrumbsBlock a {font-weight: 400; text-decoration: none; color:black;}
.k2BreadcrumbsBlock a:hover {color: black;} 
.scrolldiv {position: relative;}
.breadhead {margin-top: 0px; font-size: 24px; font-weight: 700; display: inline-block; border-bottom: 2px solid #78c14e; padding-bottom: 3px;    float: left;text-align: left;}
ul.breadli {padding: 0;  margin: 0;  position: absolute; left: 0; top: 36px;}
ul.breadli li.activebread {color: #79c04e; border-bottom: 5px solid #79c04e; height: 35px;}
ul.breadli li {display: inline-block;  margin-right: 33px;  font-size: 18px; color: #fff;}
ul.breadli li a {color: #fff; text-decoration: none;}

.testimonial_box img {width: 170px; height: 170px; margin: auto; border-radius: 100px; background: #fff;}
.bloqpos {background: #146356;padding: 14px;border-radius: 50%;color: #fff;position: absolute;top: 121px;font-size: 20px;margin-left: 44px;}
.content-panel { padding: 0 9%;}
.content-panel h3 {margin-top: 11px;font-size: 16px;font-weight: 600;margin-bottom: 8px;}
.nameborder {width: 90px !important; border-radius: 0 !important; height: auto !important; margin-top: 0px !important; margin: auto; display: block;}
.content-panel p {font-size: 16px;}
.content-panel	strong{font-size: 14px;margin: 1px 0px;display: block;}

.home_title2 {font-weight: 500;color: #fff;font-size: 24px;padding-top: 44px;}
.home_title2:after { content: ''; display: block;  width: 150px;  height: 1px;  background: #fff; margin-top: 5px;} 
.home_slider2Box p { padding: 20px 0px; line-height: 26px; color: #fff;}
.hand-image img {width: 100px !important;margin: auto;display: block;/* padding-top: 40px; */}
.home-border {border: 1px solid #ccc;padding: 20px 25px 19px 25px;background: #f7efef;background-image: url(../img/blank.jpg);background-size: cover;}


.home-border .slick-prev, .slick-next {display: none !important;}
.home-border .slick-dots li.slick-active button:before {opacity: 100; color: #78c14e;}

.visiontext img { width: 50px; margin-bottom: 10px;}
.visiontext .title { font-weight: 800; font-size: 19px;}
.visiontext .title:after {content:''; display: block; width: 70px; height: 3px; background: #292929; margin: 5px auto;}

.about_vision_Box { border-radius: 3px; padding: 20px;  color: #484848;  min-height: 75px; transition: background 0.3s ease, border 0.3s ease, transform 0.3s ease; box-shadow: 0 0 4px #6ed7f4;}
.about_vision_Box .title2 {font-weight: 600; font-size: 15px; padding-top: 10px;}
.about_vision_Box p{font-size: 14px;  padding-top: 10px;}
.about_vision_Box:hover {background: #8dbe51;/*  border: 1px solid #8dbe51;  transform: scale(1.04); */} 
.about_vision_Box:hover .title2 {color: #fff;}
.about_vision_Box:hover p {color: #fff;}
.about_vision_Box:hover .user__icon i{color: #6ed7f4; background: #fff; border: 1px solid #fff;}

.privacy .col-box {border: 1px solid #eee;  padding: 35px;}
.privacy a {border: 1px solid #ccc; display: block; color: #000; font-weight: 600; text-align: center;  padding: 12px 0px;  text-decoration: none;  border-radius: 3px;}
.privacy a:hover {background: #78c14e; color: #fff;}
.privacy .dirname {color: #726464; font-size: 15px; font-weight: 500;}
.privacy .dirname small {text-transform: uppercase; font-size: 14px;     padding: 10px 0px;}
.privacy .col-box1 {box-shadow: 0 0 4px #89c055; padding: 10px; display: inline-block;}
.privacy .col-box1 .title3 { font-size: 20px; font-weight: 600; }
.privacy .col-box1 img {width: 100%;}
.privacy .col-box1 p {color: #000; }

.galway-brands .box_line {border: 8px solid #27272717; padding: 24px;   }
.galway-brands .box_line .brandlogo {background: #f4f4f4;  text-align: center;  position: relative; }
 .galway-brands .box_line .brandlogo img {width: 250px; padding: 38px 0px;}

.brandshop { position: absolute; bottom: 10px; right: 10px;}
.brandshop a{color: #000;}
.galway-brands .box_line .title4{font-weight: 700;  margin: 23px 0px 10px 0px;  font-size: 23px;  color: #000;}
.galway-brands .box_line p {text-align: justify; line-height: 27px;}


.product-container { text-align: center;  background: #fff;  padding-bottom: 10px;   box-shadow: 0 0 4px #6ed7f4; margin: 5px 2px; }
._product_img_con {width: 100%; height: 340px; display: block;  background: #fff; position: relative;}
._product_img_con img { max-height: 100%; width: auto; -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%);  -webkit-transform: translate(-50%,-50%);
    position: absolute; top: 50%; left: 50%;  transition: transform 0.9s;/* margin: 10px 0px;*/}
/*._product_img_con  img:hover {-ms-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); overflow: hidden;}*/
.product_box_20	{background: #e6e6e6; min-height: 90px; margin-top: 10px;}
	
	
.product-container .title_text	{display: block; color: #000;  font-weight: 500;  font-size: 15px; padding-top: 10px;}
.product-container a {text-decoration: none; list-style: none;}
/*.product-container:hover:after {content:''; display:block; background: #78c14e; width: 100px; height: 3px; margin: 30px auto;}
.product-container:after{content:''; display:block; background: #fff; width: 100px; height: 3px; margin: 30px auto;}*/

.galway-brands1 .col_box_ img {border: 1px solid #ccc; padding: 15px;}
.galway-brands1 .proderext {font-size: 21px; font-weight: 700; color: #585858;}
.galway-brands1 .proderext:after { content: "";  height: 2px;  width: 48px; background: #ddd; display: block; margin: 10px 0px;}
.galway-brands1 .price {font-weight: 600; margin-top: 0; float: left;}
.galway-brands1 p {text-align: justify; padding-top: 15px;}
.galway-brands1 .pro-sub-detail {border-top: 1px dashed #ccc; border-bottom: 1px dashed #ccc; padding: 13px 0;}
.galway-brands1 .pro-sub-detail ul {list-style: none; margin:0px; padding: 0px;}
.galway-brands1 .pro-sub-detail li {line-height: 22px;}
.galway-brands1 .pro-sub-detail li strong { width: 30%; float: left; font-size: 13px; font-weight: 600;}
.galway-brands1 .pro-sub-detail li span {font-size: 13px;}
.galway-brands1 .pro-sub-detail li a{color: #000; text-decoration: none; font-size: 14px; border: 1px solid #ddd; border-radius: 24px; padding: 5px 20px;}

.galway-brands1 .shareon {margin-top: 10px; padding: 0px;}
.galway-brands1 .shareon li:first-child { text-align: left; border: none; font-weight: 600; color: #525252;}
.galway-brands1 .shareon li {display: inline-block; text-align: center; border-radius: 100%;}
.galway-brands1 .shareon li a {color: #fff;}
.galway-brands1 .shareon li a:hover{color:#000;}

.galway-brands1 .shareon li i { padding-top: 11px;  width: 40px; height: 40px; font-size: 18px;}
.galway-brands1 .shareon li a i:hover {background: #78c14e; color: #fff; border-radius: 100%;}
.galway-brands1 .shopbtn a { color: #fff; font-weight:500; text-decoration: none; padding: 10px;  display: inherit; background: #78c14e; border: 1px solid #78c14e;}
.galway-brands1 .shopbtn a:hover {background: #fff; color: #000; border: 1px solid #adadad;} 

.breadli1 {padding: 0px; margin: 0;  position: absolute; left: 0; bottom: 0;}
.breadli1 li.activebread1 { border-bottom: 5px solid #146356 ; height: 35px;}
.breadli1 li.activebread1 a {color: #7146356 ;}
.breadli1 li {display: inline-block; margin-right: 33px; font-size: 18px;color: #fff;}
.breadli1 li a { color: #fff; text-decoration: none;}

.breadurl2 { font-size: 14px; font-weight: 300!important; margin: 22px 0 0 0; margin-bottom: 9px; text-align: left;}
.head-office-container .title { font-size: 18px;  font-weight: 600;}
.head-office-container .headadd {padding: 0px; list-style: none;}
.head-office-container .headadd li {padding-left: 30px; line-height: 27px;}
.head-office-container .headadd i{font-size: 18px;  color: #146356 ; position: absolute;  left: 19px;  margin-top: 5px;}
.head-office-container .headadd li a {color: #000; text-decoration: none;  font-weight: normal;}
.head-office-container .headadd li p {line-height: 26px; margin: 0;}
.head-office-container .headadd li strong {font-size: 15px; font-weight: 600; line-height: 26px;}

.head-office-container .form-control {height: 50px; box-shadow: none;}
.head-office-container textarea.form-control {height: 110px !important;}
.head-office-container .btn-submit { background: #000; text-align: center;  width: 100%; color: #fff; font-size: 15px;  margin-top: 20px; border: none;  padding: 15px 0px;}
.head-office-container .btn-submit:hover {background: #78c14e; }
.head-office-container .title2 { font-size: 15px; font-weight: 600;}
.head-office-container p span { font-weight: 600; position: absolute; left: 15px;}
.head-office-container p {line-height: 27px; font-size: 14px;}
.head-office-container .title5 {font-size: 25px;  font-weight: 600; }

/* .franchise { border: 13px solid #f8f8f8; padding: 25px;  width: 100%; display: table;} */
.franchise .franchise_line {box-shadow: 0 0 4px #6ed7f4; padding: 25px;margin-bottom: 15px;}
.franchise .franchise_line img {display: block; margin: auto; margin-bottom: 15px; padding: 10px;}
.franchise .franchise_line strong {font-weight: normal; height: 60px; font-weight: 600;}
.franchise a {color:#525252; text-decoration: none; }
.franchise .franchise_line:hover {background: #146356; color: #fff;}

.distributor .distributor_box {box-shadow: 0 1px 3px 0 #c7bfbf; padding: 50px 30px;}
.distributor .distributor_box .title{font-size: 25px;  font-weight: 600; }
.distributor .distributor_box p {font-style: italic; color: #3d3b3b; font-weight: 600;}
.distributor .distributor_box .distributor_box1 {padding: 20px 70px;}
.distributor .distributor_box .distributor_box1 .form-control {box-shadow: none;  border-radius: 0px;}
.distributor .distributor_box .distributor_box1 .btn-submit { background: #78c14e; text-align: center; color: #fff; font-size: 15px; padding: 5px 30px; border-radius: 0px;     margin: auto;  display: block;}
.distributor .distributor_box .distributor_box1 .btn-submit:hover {background: #000;}
.distributor .distributor_box .distributor_box1 label {font-size: 15px; margin: 16px 0px 4px 0px; font-weight: 600; color: #353434;}

.SupportBox a {background: #203c7a; border-radius: 100px; color: #fff; text-decoration: none; margin: auto; display: table;  padding: 10px 20px;}
.SupportBox a:hover {background: #78c14e;}
.download2{display: flex; flex-wrap: wrap;}
.download .downloadBox { padding: 10px; background: #fff;    box-shadow: 0 0 4px #6ed7f4;}
.download .downloadBox img {width: 100%;}
.download .downloadBox .title6{font-weight: 600; font-size: 15px; padding: 10px 0px;}
.download .downloadBox .form-control {width: 48%; float: left;box-shadow: none;border-radius: 2px; border: 1px solid #8dbe51;}
.download .downloadBox .btn-download {background: #8dbe51; border-radius: 0px;color: #fff; width: 48%; margin-left: 9px;}
.download .downloadBox .btn-download:hover {background: #6ed7f4;}


.support-center .title {font-weight: 600; font-size: 21px;}
.support-center .support_right a { background: #f1f5fa; color: #000; width: 100%; display: block; text-align: center; font-weight: 600;
    padding: 10px 0; text-decoration: none;border-radius: 8px;}
.support-center .support_right a:hover {background: #6ed7f4; color: #fff;}


.support-center .form-control { height: 40px;  background: #f1f5fa;}
.support-center .form-control:focus {  box-shadow: none; border-color: #243c4f;}
.support-center .btn { min-height: 40px;  background: #8dbe51;  color: #fff; font-weight: 600;}
.support-center .btn:hover {background: #000;}

.hand-image a:focus{outline: none;}



.accordion {background-color: #fff; font-size: 14px; position: relative; cursor: pointer; width: 100%; border: 1px solid transparent; text-align: left; font-weight: 600; padding: 5px 15px; box-shadow: 0 0 4px #6ed7f4;}
.accordion:after { content: '\002B'; color: #726464; font-weight: bold; font-size: 26px; position: absolute; right: 3px; top: 4px;}
.accordion .active:after { content: "\2212";}
.support-center .panel { padding:0 10px; max-height: 0;  overflow: hidden; transition: max-height 0.2s ease-out; margin-bottom: 10px;   border-top: none; border-radius: 0px; box-shadow: none;}
.support-center .panel p{margin: 0px; padding-top: 10px;}



.galway-winner-magazine-Box .media-room-left .title {background: #8dbe51; padding: 8px 15px;font-weight: 600;  font-size: 16px;}
.galway-winner-magazine-Box .media-room-left ul {list-style: none; margin: 10px 0px; padding: 0px; }
.galway-winner-magazine-Box .media-room-left li {position: relative; line-height: 40px;}
.galway-winner-magazine-Box .media-room-left li:before { content: "\f18e"; font-family: FontAwesome; font-size: 20px;  color: #726464; position: absolute; left: 10px;}
.galway-winner-magazine-Box .media-room-left li a{color: #000; font-weight: 500; text-decoration: none; padding: 0px 0 0 35px;}
.galway-winner-magazine-Box .media-room-left li.active{background-color: #eaf7e9;  border-radius: 5px;}


.news .new .title {font-weight: 700;font-size: 19px; display: block; line-height: 28px;}
.news .new a {font-weight: 700;font-size: 19px;color: #383737;  text-decoration: none; display: block; line-height: 28px;}
.news .new span { font-size: 12px; font-weight: normal;  display: block;  color: #9a9292;}
.news .new p {float: left; font-size: 15px; line-height: 23px; text-align: justify; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
.news .new p em {font-style: normal;}

.news21 .new {font-size: 15px; line-height: 23px;  text-align: justify; font-weight: normal;}
.news .new .readmore a{font-weight: 600; font-size: 14px; color: #fff; background: #8dbe51; display: table; padding: 5px 15px; border-radius: 100px;}
.news .post-title strong {display: block;font-size: 21px; font-weight: 500;}
.news .post-title .form-control {height: 50px;}
.news .post-title .btn-post {background: #8dbe51; color: #fff; font-weight: 500;font-size: 16px; border-radius: 0px; padding: 7px 30px; border-radius: 100px !important;}
.news .post-title .btn-post:hover {background: #78c14e;}

.galway-winner-magazine-Box .tagsside li {border: 1px solid #ccc; padding: 0px 12px; margin-bottom: 5px;}
.galway-winner-magazine-Box .tagsside li:before {display: none;}
.galway-winner-magazine-Box .tagsside li a{ padding: 0px; font-weight: normal;}
.galway-winner-magazine-Box .tagsside li:hover  {background: #78c14e;}

.blog-right .filter {background: #f4f4f4; width: 100%;  padding: 9px 0px;}
.blog-right .filter span {background: #8dbe51; padding: 10px 20px; font-weight: 600;}


.blog-right .itemContainer a {color: #5d5d5d; text-decoration: none; font-size: 20px;}
.blog-right .itemContainer a span {font-style: italic; color: #C1C1C1; display: block; font-weight: normal; font-size: 14px;}
.blog-right .itemContainer a img {width: 100%;}
.blog-right .itemContainer a .blog-title { font-size: 14px; font-weight: 600; padding: 10px 0 5px 0px; line-height: 21px; overflow: hidden;  display: -webkit-box;  -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.blog-right .itemContainer .read-more {font-size: 16px; font-weight: 500;  display: inline-block;  background: #8dbe51; color: #fff; padding: 5px 25px; border-radius: 100px; margin-top: 10px; margin: 5px auto;}
.blog-right img {width: 100%;}
.blog-right p {line-height: 25px; padding-bottom: 5px; text-align:justify;}
.blog-right .blogsocial {background: #f5f5f5; padding: 15px 15px; margin-top: 10px;  display: inline-block; width: 100%;}
.blog-right .blogsocial h2 {font-size: 18px; margin: 0px; line-height: 21px; float: left; width: 70%;}
.blogsocial .blogshare {float: right; width: 30%; list-style: none; padding: 0px; margin: 0px;}
.blogsocial .blogshare li{float: right; margin-left: 5px; background: #8dbe51; width: 32px; height: 32px;  border-radius: 5px;}
.blogsocial .blogshare li a {color: #fff; text-decoration: none;}
.blogsocial .blogshare li i {text-align: center; display: block; padding-top: 8px;}
.blogsocial .blogshare li:hover {background: #000;}


.itemContainer {position: relative; cursor: pointer;overflow: hidden;}
.itemContainer:before, .itemContainer:after {content: ""; position: absolute; left: 0; width: 100%;}
.itemContainer:before {top: 0;}
.itemContainer:after {bottom: 0;}
.itemContainer:hover::before,  .itemContainer:hover::after { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
/* .itemContainer:before {top: 0; -webkit-transform: translate3d(-105%, 0, 0); transform: translate3d(-105%, 0, 0); transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);} */
/* .itemContainer:after { bottom: 0; -webkit-transform: translate3d(105%, 0, 0); transform: translate3d(105%, 0, 0); transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1); transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1); transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);} */

/**video**/
#huge_it_videogallery_content_2 a {border: 0;}
#huge_it_videogallery_popup_list_2 { height: auto !important;}
#huge_it_videogallery_content_2 #huge_it_videogallery_container_2 .element_2 {padding: 10px;max-width: 32%; float: left; position: relative !important;         box-shadow: 0 0 4px #6ed7f4; margin: 6px;}
#huge_it_videogallery_content_2 #huge_it_videogallery_container_2 .element_2 .image-block_2 {	position: relative;	width: 100%;}
#huge_it_videogallery_content_2 #huge_it_videogallery_container_2 .element_2 .image-block_2 img {width: 100%;}
#huge_it_videogallery_content_2 #huge_it_videogallery_container_2 .element_2 .image-block_2 .videogallery-image-overlay {	position: absolute;	top: 0px;	left: 0px;	width: 100%;	height: 100%;	background: rgba(141, 190, 81, 0.5) !important;display: none;}
#huge_it_videogallery_content_2 #huge_it_videogallery_container_2 .element_2:hover .image-block_2 .videogallery-image-overlay {	display: block;}
#huge_it_videogallery_content_2 #huge_it_videogallery_container_2 .element_2 .image-block_2 .videogallery-image-overlay a {	position: absolute;	top: 0px;left: 0px;display: block;	width: 100%;height: 100%;
	background: url('../img/zoom.light.png') center center no-repeat;}
#huge_it_videogallery_content_2 #huge_it_videogallery_container_2 .element_2 .title-block_2 {position: relative;margin: 0; padding: 10px 0px 0px 0px;-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, .1);	box-shadow: inset 0 1px 0 rgba(0, 0, 0, .1);}
#huge_it_videogallery_content_2 #huge_it_videogallery_container_2 .element_2 .title-block_2 h3 {font-weight: 500;  font-size: 15px; line-height: 21px; margin: 0px;}
#huge_it_videogallery_content_2 #huge_it_videogallery_container_2 .element_2 .title-block_2 .button-block {	position: absolute;	right: 0px;	top: 0px;	display: none;	vertical-align: middle;	padding: 10px 10px 4px 10px;border-left: 1px solid rgba(0, 0, 0, .05);}
#huge_it_videogallery_popup_list_2 {position: fixed;display: table;width: 80%;	top: 7%;left: 7%;margin: 0px !important;padding: 0px !important;list-style: none;z-index: 2000;display: none;height: 85%;}
#huge_it_videogallery_popup_list_2.active {display: table;}
#huge_it_videogallery_popup_list_2 li.pupup-element {display: none;	width: 100%;	padding: 40px 0px 20px 0px;	min-height: 100%;	background: #FFFFFF;}
#huge_it_videogallery_popup_list_2 li.pupup-element.active { display: table; height: auto !important;}
#huge_it_videogallery_popup_list_2 .heading-navigation {position: absolute;	width: 100%;height: 40px;top: 0px;	left: 0px;border-bottom: 1px solid #ccc;	}
#huge_it_videogallery_popup_list_2 .heading-navigation .close,
#huge_it_videogallery_popup_list_2 .heading-navigation .close:link,
#huge_it_videogallery_popup_list_2 .heading-navigation .close:visited {	position: relative;	float: right;width: 40px;height: 40px;display: block;border-left: 1px solid #ccc;opacity: .9; text-align: center; padding-top: 9px; background: #146356; color: #fff;}
#huge_it_videogallery_popup_list_2 .heading-navigation .close:hover { color: #fff; background: #286208;} 
#huge_it_videogallery_popup_list_2 li.pupup-element .popup-wrapper_2 {	padding: 2% 2% 0% 2%;}
#huge_it_videogallery_popup_list_2 .popup-wrapper_2 .image-block_2 {width: 55%;	float: left;	margin-right: 2%;	border-right: 1px solid #ccc;}
#huge_it_videogallery_popup_list_2 .popup-wrapper_2 .image-block_2 img {width: 100%;}
#huge_it_videogallery_popup_list_2 .popup-wrapper_2 .image-block_2 iframe {	width: 100%;	height: 100%;	display: block;}
#huge_it_videogallery_popup_list_2 .popup-wrapper_2 .right-block {	width: 42%;		float: left;}
#huge_it_videogallery_popup_list_2 .popup-wrapper_2 .right-block .title {font-size: 16px; color: #222222; font-weight: 500;  line-height: 25px; margin: 0px;}
#huge_it_videogallery_popup_list_2 .popup-wrapper_2 .right-block p{border-top: 1px solid #ccc;  border-bottom: 1px solid #ccc; padding: 5px 0px;  margin: 15px 0px;  font-size: 14px;}
#huge_it_videogallery_popup_list_2 .popup-wrapper_2 .right-block .description ul,
#huge_it_videogallery_popup_list_2 .popup-wrapper_2 .right-block .description li {padding: 2px 0px 2px 5px;	margin: 0px 0px 0px 8px;}
#huge_it_videogallery_popup_list_2 .popup-wrapper_2 .right-block ul.thumbs-list {list-style: none;display: table;position: relative;}
#huge_it_videogallery_popup_list_2 .popup-wrapper_2 .right-block ul.thumbs-list li {display: block;	float: left;width: 75px;height: 75px;	margin: 0px 2% 5px 1% !important;	opacity: 0.45;}
#huge_it_videogallery_popup_list_2 .popup-wrapper_2 .right-block ul.thumbs-list li.active,
#huge_it_videogallery_popup_list_2 .popup-wrapper_2 .right-block ul.thumbs-list li:hover {	opacity: 1;}
#huge_it_videogallery_popup_list_2 .popup-wrapper_2 .right-block ul.thumbs-list li a {	display: block;}
#huge_it_videogallery_popup_list_2 .popup-wrapper_2 .right-block ul.thumbs-list li img {width: 75px !important;	height: 75px !important;}
#huge_it_videogallery_popup_list_2 .heading-navigation .left-change,
#huge_it_videogallery_popup_list_2 .heading-navigation .right-change {width: 54px;height: 39px; font-size: 15px; display: inline-block;  /* text-align: center; */ border: 1px solid #eee; border-bottom: none; border-top: none; padding-left: 15px; background: #146356;}
#huge_it_videogallery_popup_list_2 .heading-navigation .right-change {	position: relative;	margin-left: -6px;}
#huge_it_videogallery_popup_list_2 .heading-navigation .right-change:hover,
#huge_it_videogallery_popup_list_2 .heading-navigation .left-change:hover {	background: #286208;border-color: #ccc;	color: #fff !important;	cursor: pointer;}
#huge_it_videogallery_popup_list_2 .heading-navigation .right-change a,
#huge_it_videogallery_popup_list_2 .heading-navigation .left-change a {	position: absolute; top: 50%;transform: translate(-50%, -50%);
color: #fff;text-decoration: none; width: 12px; height: auto; display: inline-block;  line-height: 1; font-weight: 500;}
#huge_it_videogallery_popup_list_2 .heading-navigation .left-change:hover a:hover {color: #fff !important;	}


#huge_it_videogallery_content_2 #huge_it_videogallery_container_2 { display: flex; flex-wrap: wrap; height: auto !important;}
#huge-popup-overlay {position: fixed;	top: 0px;	left: 0px;	width: 100%;	height: 100%;	z-index: 199;	background: rgba(0, 0, 0, 0.7) !important}
#huge_it_videogallery_popup_list_2 .popup-wrapper_2 .right-block .button-block a{ background: #146356; color: #fff; padding: 8px 25px; text-decoration: none; border-radius: 5px; font-weight: 600;  font-size: 15px;}

/**video end**/

/*gallery*/
.fwg-gallery { box-shadow: 0 0 4px #6ed7f4 !important; padding: 5px;}
#fwgallery .fwg-gallery-thumb {  width: 100%;   position: relative;  overflow: hidden}
#fwgallery .fwg-gallery-thumb a img {width: 100%;  position: relative;  top: 0;  left: 0;     height: 270px; }
/*#fwgallery .fwg-gallery-thumb a:hover img {transform: scale(1.9); transition: all .9s linear;}*/
#fwgallery .fwg-gallery-thumb a figcaption { width: 90%;  height: 75%;  margin: 6%;  position: absolute;  top: 0; left: 0;  transition: all .3s linear;}
#fwgallery .fwg-gallery-thumb a:hover figcaption { border-color: rgba(255, 255, 255, 1); background: rgba(0, 0, 0, 0.5); transition: all .3s linear;}
#fwgallery .fwg-gallery-thumb a figcaption>div { opacity: 0; height: 100%; transition: all .3s linear;}
#fwgallery .fwg-gallery-thumb a:hover figcaption>div { opacity: 1; transition: all .3s linear;}
#fwgallery .fwg-gallery-text-title div {color: #fff; font-size: 16px; font-weight: normal; display: block;  position: relative; font-weight: 600;    margin-bottom: 10px;}
/*#fwgallery .fwg-gallery-text-title div::before {width: 30px; height: 4px; content: '';  position: absolute; left: 0; bottom: -1; background: #00E14F;}
#fwgallery .fwg-gallery-text-title div::after {color: #F1F1F1; content: attr(data-text);  font-weight: bold;  font-size: 3.1rem; line-height: 1;  position: absolute; right: 0;  top: 0;  z-index: -1;}*/
#fwgallery .fwg-gallery-text-hover {color: #fff; overflow: hidden;background: rgba(110, 215, 244, 0.9);  border-radius: 5px;}
#fwgallery .fwg-gallery-text-hover .fwg-gallery-text-wrapper {padding: 0 15px; position: absolute; top: 50%; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); text-align: center; left: 0; right: 0;}
#fwgallery .fwg-gallery-text strong {display: block; font-weight: normal; padding-bottom: 10px;}

#fwgallery .fwg-single-gallery {padding: 0px; margin: 0px; display: flex; flex-wrap: wrap;}

#fwgallery .fwg-single-gallery .fwg-single-gallery-item {float: left; width: 32%; list-style: none; position: relative; overflow: hidden;     box-shadow: 0 0 4px #6ed7f4;      box-shadow: 0 0 4px #6ed7f4; margin: 5px;}
#fwgallery .fwg-single-gallery .fwg-single-gallery-item img {padding: 5px; object-fit: cover;  transition: all .3s linear; height:100%;}
#fwgallery .fwg-single-gallery .fwg-single-gallery-item:hover img {transform: scale(1.25); transition: all .3s linear;}

.pagination {margin: 0 auto;}
.pagination ul { margin: 0px; padding: 0px; list-style: none;}
#fwgallery .fwg-pagination ul li { list-style: none; padding: 4px; display: inline-block; overflow: hidden;  position: relative; font-size: 13px;}
#fwgallery .fwg-pagination ul li span.pagenav {color: #383838; font-size: 14px;}

#fwgallery .fwg-toolbar {padding-bottom: 10px;}
#fwgallery .fwg-toolbar .fwg-back2gallery {color: #000; position: relative; font-weight: 500; padding-left: 32px; text-decoration: none;}
#fwgallery .fwg-toolbar .fwg-back2gallery::before {content: '\f177'; color: #78c14e; position: absolute; left: 0px; font-family: FontAwesome; font-size: 28px;}

.pagination {margin: 20px auto; display: table; }
.pagination ul {margin-top: 30px;}
.pagination ul li {float: left; padding: 0px 5px;}
.pagination ul li span {background-color: #7ccc7c; color: #fff; font-size: 14px; padding: 7px 10px; border-radius: 2px; }
.pagination ul li a {background-color: green;  color: #fff; font-size: 14px; padding: 7px 10px; border-radius: 2px; text-decoration: none;}

.pagination > li > a {position: relative;  float: left;  padding: 3px 12px; margin-left: 0; line-height: 22px;color: #fff; text-decoration: none; background-color: #78c14e !important; border: 1px solid #90c970 !important;}
.pagination>.disabled>span:hover { color: #fff; cursor: not-allowed; background-color: #78c14e; border-color: #90c970;}
.pagination>.active>span:hover { z-index: 3; color: #fff; cursor: default;  background-color: #6ed7f4; border-color: #6ed7f4;}
.pagination > li > a, .pagination > li > span {position: relative; float: left;  padding: 3px 12px;  margin-left: -1px; line-height: 22px; color: #000; text-decoration: none;  background-color: #fff; border: 1px solid #90c970; font-size: 16px; font-weight: 600;}
.pagination>.active>span {background-color: #8dbe51; border-color: #8dbe51;}
.pagination>li>a:hover {color: #fff; background-color: #6ed7f4; border-color: #6ed7f4;}

._similar_blog li {display: table; padding: 8px 0px;  border-bottom: 1px solid #ccc; }
._similar_blog li:last-child {border: none;}
._similar_blog li img {width: 30%; float: left; padding-right: 11px;height: 41px;}
._similar_blog li a {padding: 0px !important; float: right; line-height: 22px; width: 70%; font-size: 14px;  font-weight: 500; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
._similar_blog li:before {display: none;}


/*loginBox*/
.loginBox .modal-body .bredcum a{color: #000; text-decoration: none; font-weight: 500; font-size: 14px;}
.loginBox .modal-body .bredcum  .login-title {color: #000; font-weight: normal; font-size: 14px;}
.loginBox .modal-body ._login_box {width: 100%; display: inline-block;}
.loginBox ._login_box ._login_title {font-weight: 600; font-size: 21px;}
.loginBox .form-control{height: 45px; border-radius: 5px; border: 1px solid #ccc;  font-size: 14px;}
.loginBox ._login_box input[type="text"]:focus, input[type="password"]:focus { border-bottom: 2px solid #16a085;  color: #16a085;transition: 0.2s ease;}
.loginBox .modal-body ._login_box a{color: #006400;    cursor: pointer; display: block; text-decoration: none; font-size: 15px;font-weight: 500;}
.loginBox .modal-body ._login_box a:hover {color: #000;}
.loginBox  .btn-submit{background: #77c14e; color: #fff; width: 100%; font-size: 16px; font-weight: 500; padding: 10px 0px; border-radius: 5px !important;}
.loginBox  .btn-submit:hover {background: #16a085;}
.loginBox .modal-body ._login_box .line {border-right: 1px solid #848080; padding-right: 30px;}
.loginBox .modal-body ._login_box .login-registration { background: #F44336; text-align: center; color: #fff;  border-radius: 3px;  padding: 10px 0px; font-size: 21px;}
.loginBox .modal-body ._login_box .login-registration:hover {background: #16a085; color: #fff;} 
.loginBox .modal-body ._login_box .social_media {margin: 0px auto; padding: 0px; list-style: none; margin-top: 30px; display: table;}
.loginBox .modal-body ._login_box .social_media li { cursor: pointer; float: left; height: 40px; width: 40px;  background: #203c7a; border-radius: 100px;  margin-left: 5px;}
.loginBox .modal-body ._login_box .social_media li:hover {background: #000;}
.loginBox .modal-body ._login_box .social_media li a {color: #fff;}
.loginBox .modal-body ._login_box .social_media li i { font-size: 19px; text-align: center; display: block; padding-top: 11px;}
.loginBox .close {opacity: 9; color: #203c7a; font-size: 24px;}
.loginBox ._login_title5 {font-weight: 600;}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {  outline: 0px auto -webkit-focus-ring-color;  outline-offset: -2px;}


.login-social .flowwUP li i{font-size: 18px; padding-top: 3px;}
.login-social .flowwUP li { text-align: center;    width: 40px;  height: 40px;  border-radius: 100px; padding-top: 9px; list-style: none;  float: left; margin: 0 3px 0 0px;}
.login-social .flowwUP li:hover{ background-color: #78c14d;}
.login-social .flowwUP li:hover a {color: #fff;}
.login-social .flowwUP li a {color: #fff !important;}
.login-social {float: left; width: 100%; margin: 18px auto;}
.login-social .flowwUP {float: left; margin: auto; display: table; width: 100%;}
.loginBox .modal-content {background-image: url(https://login.globalglaze.in/JoinGalway/img/bg.jpg);  background-position: center center;  background-size: cover;}

._product-brochure ._fbpj_thumb._fbpj_thumb_416_0 {width: 100%;}
._product-brochure .product_title {background: #78c14e; color: #fff; text-align: center;  padding: 5px 0px; font-size: 14px;  font-weight: 500;}


.book-thumb { height: 150px; box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);}
.brochure_pointer {cursor: pointer;	}
.brochure_pointer:hover {background: #f8f8f8;}
.wowbook-lightbox > .wowbook-close { background: transparent !important; border: none !important; color: #222 !important; font-size: 2.5em; }
.wowbook-lightbox > .wowbook-close:hover {background: #444 !important; color: white !important; border-radius: 3px;}


.newsletters-box-container .newsletter201{display: flex; flex-wrap: wrap;}
.fullwidth {width: 100%!important;}
.newsbox {transition: .5s all; -webkit-transtion: .5s all; text-align: center;}
.newsletters-box-container .newsletter201 .fullwidth a {color: #000;  float: left; text-decoration: none;}
.newsletters-box-container .html5fb-pict {/*display: inline-block;*/ vertical-align: top;}
.newsletters-box-container .html5fb-img {margin-top:0px; border-radius: 13px; -webkit-box-shadow: 0px 0px 28px -7px rgb(0 0 0 / 58%); box-shadow: 0px 0px 28px -7px rgb(0 0 0 / 58%);}
.newsletters-box-container .html5fb-name { word-wrap: break-word; text-overflow: ellipsis; margin: 0 0 10px 0;  padding: 0; border-bottom: none;}
.newsletters-box-container .html5fb-date {font-weight: 500; text-align: left;}
.newsletters-box-container .fullwidth .html5fb-descr a {width: 100%; float: none; font-size: 18px; color: #383636;}
.newsletters-box-container .html5fb-descr {display: inline-block; vertical-align: top;}
.newsletters-box-container .html5fb-links a {background: #8dbe51; color: #fff !important; padding: 6px 30px; border-radius: 100px;  font-size: 16px !important; margin: 0px; font-weight: 500;}
.newsletters-box-container .html5fb-links {text-align: left; margin-top: 10px;}
.newsletter201 .newsimage img { height: 320px; width: 100%;}
/*.newsimage.newsimage22 img {height:auto;}*/

.newsletters-box-container .col-md-4:first-child .innerbox { height: auto;  margin-top: 10px;  display: inline-block; width: 100%;}
.newsletters-box-container .col-md-4:first-child .nwlt-top {padding: 5px 15px 15px 15px; margin: 20px 0;    box-shadow: 0 0 4px #6ed7f4; border-radius: 10px;}
.newsletters-box-container .col-md-4:first-child .newsimage {min-width: 220px; float: left; padding-right: 20px;}
.newsletters-box-container .col-md-4:not(:first-child) .html5fb-name { display: none;}
.newsletters-box-container .col-md-4:not(:first-child) .html5fb-date { font-size: 13px;  padding: 7px 0px 5px 10px; color: #fff; background-color: #8dbe51; font-weight: 500; margin-top: 0px;}
.newsletters-box-container .col-md-4:not(:first-child) .html5fb-links { position: absolute; bottom: 0px; right: 0px; border-radius: 0;  box-shadow: 0px 0px 0px 0px black; font-size: 13px;  padding: 5px 0px;  background-color: #fff; color: #76c14e;  font-weight: 600; border: 1px solid #76c14e;}
.newsletters-box-container .col-md-4:not(:first-child) .html5fb-links a { padding: 0px 5px; text-decoration: none; font-size: 13px; background-color: transparent; box-shadow: 0px 0px 0px 0px black; color: #4fbb16 !important;}
.newsletters-box-container .col-md-4:not(:first-child) ul.ndshare1 li {float: right; margin: 4px 2px;}
.newsletters-box-container .col-md-4:not(:first-child) ul.ndshare1 li i {color: #fff; padding-top: 8px;}
.newsletters-box-container .col-md-4:not(:first-child) .ndshare1 { position: absolute; top: -56px; background: #00000096;  width: 100%;}
.newsletters-box-container .col-md-4:not(:first-child) .html5fb-descr {position: relative;     display: block;}
.newsletters-box-container .col-md-4:not(:first-child) .html5fb-img {margin-top: 0px; border-radius: 0px; box-shadow: none;}
.newsletters-box-container .col-md-4:not(:first-child) .nwlt-top { margin-bottom: 0px;  border-radius: 0;  box-shadow: 0 0 4px #6ed7f4 !important;  padding: 5px;}


.ndshare1 {text-align: left; margin-top: 10px; padding: 0;}
.ndshare1 li i {color: #fff;font-size: 20px; padding-top: 8px; font-weight: 500;}
ul.ndshare1 li {display: inline-block; color: #fff; width: 35px; height: 35px;text-align: center; line-height: 33px; vertical-align: bottom; margin: 0; border-radius: 10px;}
ul.ndshare1 li:nth-child(1) { background: #2F58A1;}
ul.ndshare1 li:nth-child(2) { background: #000;}
ul.ndshare1 li:nth-child(3) {background: #0077B5;}
.newsletters-box-container  .nav-tabs {border: none;}
.nav-tabs > li.active > a {color: #fff;   background-color: #77c14e;border: 1px solid #77c14e;  border-bottom-color: transparent;}
.newsletters-box-container .nav-tabs>li {background: #77c14e;}

ul#tabs-nav {list-style: none; margin: auto; display: table;}
ul#tabs-nav li { float: left;font-weight: 500; margin-right: 2px; padding: 6px 30px; cursor: pointer; background: #cdcccc; border-radius: 100px;}
ul#tabs-nav li.active { background-color: #8dbe51;  box-shadow: 0 0 4px #6ed7f4;}
ul#tabs-nav li.active a{color: #fff;}
#tabs-nav li a { text-decoration: none; color: #000;}
/*.newsletters-box-container #tabs-nav li.active a:after { content: ''; border-right: 10px solid transparent;  border-top: 10px solid #76c14e; border-left: 10px solid transparent;  bottom: 0px; left: 10%;}*/

.sitemap ._sitemapBg { background: #f8f8f8; padding: 20px;}
.sitemap ._sitemapBg .title {font-size: 25px; font-weight: 500;}
.sitemap ._sitemapBg .title1 { font-weight: 600; font-size: 18px;}
.sitemap ._sitemapBg ._site {margin-top: 15px; list-style: none; border: 1px dashed #848484; padding: 10px;}
.sitemap ._sitemapBg ._site li a {color: #000; text-decoration: none; font-weight: 500;}
.sitemap ._sitemapBg .osmap-items ul{list-style: none; padding: 0px; display: grid; grid-template-columns: repeat(auto-fit,minmax(230px,1fr));  grid-gap: 10px;}
.sitemap ._sitemapBg .osmap-items ul li	{border: 1px dashed #848484; padding: 10px;}
.sitemap ._sitemapBg .osmap-items ul li a {color: #000; text-decoration: none; font-weight: 600;}
.sitemap ._sitemapBg .osmap-items ul li span {font-weight: 600;}
.sitemap ._sitemapBg .osmap-items ul li ul {grid-gap: 0px; margin-left: 15px; margin-top: 10px;}
.sitemap ._sitemapBg .osmap-items ul li ul li {border: none; position: relative; font-weight: 400;}
.sitemap ._sitemapBg .osmap-items ul li ul li:before {content: " ";  position: absolute; width: 10px; height: 1px;  background: #000;   left: -4px; top: 21px;}
.sitemap ._sitemapBg .osmap-items ul li ul li:after { content: " "; position: absolute; width: 1px; height: 100%; background: #000; left: -4px; top: 0;}
.sitemap ._sitemapBg .osmap-items ul li ul li a {color: #000; text-decoration: none; font-size: 15px; font-weight: 500;}

.testmo-box { /*border: 10px solid #f7f7f7; */ -webkit-box-shadow: 0px 1px 5px -2px rgb(0 0 0 / 75%);  -moz-box-shadow: 0px 1px 5px -2px rgba(0,0,0,0.75);  box-shadow: 0px 1px 5px -2px rgb(0 0 0 / 75%); border-radius: 3px;}
/*.testmo-box:hover {  box-shadow: 5px 5px 14px -11.5px;}*/
.bloq-box { /*min-height: 260px;  background: rgba(255,255,255,.8);*/ text-align: left; margin: 0 auto;  padding: 10px; line-height: 22px; font-weight: 400;
vertical-align: middle; -webkit-transition: all .2s;  transition: all .2s;  position: relative; height: auto;}
.testmo-box .bloq-box .test_content {text-align: left;  padding-top: 0; line-height: 23px;  padding-left: 45px;}
.testmo-box .bloq-box .test_content:before {content: "\f007"; font-family: FontAwesome; left: 10px; position: absolute; top: 10px; font-size: 22px;  color: #fff; background: #b1a7a7; border-radius: 100px; width: 40px;  height: 40px; padding-left: 10px; padding-top: 6px; border: 2px solid #b33d37;}
.testmo-box .bloq-box .test_content  p {text-align:left;}
.testmo-box .bloq-box span {/*position: absolute; right: 43px;bottom: 21px;*/ font-weight: 500; text-transform: capitalize; font-size: 16px;   display: block;}
/* .testmo-box .bloq-box span:after {content: "\f10e"; font-family: FontAwesome;  right: -31px;  position: absolute;  top: 14px;  font-size: 22px; color: #78c14e;} */


/* .privacy1 .superimage {border: 1px solid #000; display: inline-table; box-shadow: 0 0 4px #d1d1d1;  padding: 15px 0px; border-radius: 10px;} */
.privacy1 h2 {font-size: 21px; font-weight: 600;}
/* .privacy1 .superimage .title{font-weight: 500; font-size: 18px; padding-top: 10px;} */
.privacy1 .superimage p {padding-bottom: 0px; margin: 0px;}
.privacy1 .superimage p a {color: #78c14e; text-decoration: none; font-weight: 500; }
/* .privacy1 .superimage img {object-fit: cover; transition: all .9s linear;} */
/* .superimage img:hover{transform: scale(1.10); transition: all .9s linear;} */

.blog__bg {border: 1px solid #f1f1f1; padding: 6px; border-radius: 5px;background: #f0f8ffa3;}
.blog__bg .comment_box11 .comm__ {display:flow-root;}
.blog__bg .comment_box11 .comm__ span {font-weight: 500; width: 25%; float: left; font-size: 14px;}
.blog__bg .comment_box11 .comm__ span strong {font-size: 13px; text-decoration: none; font-weight: 500; background: transparent; color: #000; display: table; padding: 0px;}


.galway-brands .cat-border {border-bottom: 1px solid #e6e6e6a8;  padding-bottom: 10px;  font-weight: 700;  font-size: 18px;  color: #3b9e00;  margin-top: 30px;}
.galway-brands p b { font-size: 18px; margin-top: 15px; display: block;}
.news .new {display: inline-table;    box-shadow: 0 0 4px #6ed7f4;  margin: 10px; padding: 15px 0px; border-radius: 10px;}
._fbpj_book-cover img {height: 100%;}
.kycform {border: 1px solid #000;}


#goog-gt-tt{display: none !important;}
.supername_details {background: #f5f5f5; margin: 0px; text-align: center; padding: 10px 0px;}


.unseller { background: #191919; min-height: 100px; height: auto; }
.unseller .imagediv {color: #fff; padding: 20px; margin: 15px 0 14px 2px;}
.unseller .imagediv img	{display: inline-block;  float: left;  padding-right: 10px;}
.unseller .imagediv div {display: inline;font-size: 40px; padding-left: 10px;  text-align: left; float: left; margin-bottom: 30px;  margin-left: 10px; line-height: 49px;}
hr { border-top: 1px solid #827474;}

.galway-brands a {text-decoration: none;}
.home-slider:focus{outline: none;}
.other_items li a {color: #fff; font-weight: 600;}

.owl-item img {width: 100%; }
.owl-demo .owl-pagination {display: none;}
.owl-demo .owl-buttons div { margin: 0px !important; padding: 0px !important; background: transparent !important; font-size: 0px !important;}
.owl-demo .owl-buttons .owl-prev:before {content: "\f053"; display: block; position: absolute; top: 43%; left: 0; font-family: 'FontAwesome'; background: #78c14e; font-size: 14px;  padding: 5px 12px;  border-radius: 100px;}
.owl-demo .owl-buttons .owl-next:before {content: "\f054";display: block; position: absolute;top: 43%; right: 0;font-family: 'FontAwesome';background: #78c14e; font-size: 14px; padding: 5px 12px; border-radius: 100px;}


.social {opacity: 0;position: relative;width: 40px; height: 40px; color: #FFF; font-size: 17px; text-align: center;}
.social i {color: #fff;  padding-top: 12px;}
.twitter {background: #000;}
.facebook { background: #6c98f5;}
.youtube {background: #bb0000;}
/* .instagram {background: #f44f8c;} */
.instagram{ background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);}
.linkedin {background: #0077b5;}
.social:hover {background: #000;}
.clicked {opacity: 1;    transition: 1.2s all ease;    transform: translateY(0px);     margin-left: 5px;}
/*._right_side {position: fixed; left: 0px;bottom: 45%;z-index: 999;}
._right_side .follow {padding-bottom: 5px;}*/
._right_side .social {float: left; width: 19%; height: auto;} 
._right_side .clicked {margin-left: 10px; cursor: pointer;}
._right_side .social i { padding: 11px 0px; font-size: 21px;}

.flowwUP li a {color: #fff;}
.blog-right a {color: #000;}

.product-container .price {font-size: 14px;font-weight: 500; color: #000;}
.product_detail_slider .slider-for5 {border: 1px solid #ccc;}
.product_detail_slider .slider-for5 img{max-height: 400px; margin: auto; padding: 0px;}
.product_detail_slider .slider-for5 .slick-prev {z-index:99;}
.product_detail_slider .slider-for5 .slick-prev:before {content: "\f053"; display: block; position: absolute; top: 0; left: 10px; font-family: 'FontAwesome';  background: #78c14e; font-size: 14px; padding: 8px 0px; border-radius: 100px; width: 30px; height: 30px;}
.product_detail_slider .slider-for5 .slick-next:before {content: "\f054"; display: block;  position: absolute; top: 0; right: 10px; font-family: 'FontAwesome';  background: #78c14e;  font-size: 14px; padding: 8px 12px; border-radius: 100px;  width: 30px; height: 30px;}
.product_detail_slider .slider-for5 .slick-next {display: block !important;}


.product_detail_slider .product_line {padding: 0px; margin-top: 5px;}
.product_detail_slider .product_line li img {width: auto; margin: auto; max-height: 80px; padding: 10px;}
.product_detail_slider .product_line li .info_bh {border: 1px solid #ccc;  margin-right: 3px;}
.product_line .slick-prev:before {content: "\f053"; display: block; position: absolute; top: -7px; left: 10px; font-family: 'FontAwesome';  background: #78c14e; font-size: 14px;
padding: 8px 0px; border-radius: 100px;  width: 30px; height: 30px;}
.product_line .slick-next:before {content: "\f054"; display: block;  position: absolute; top: -7px; right: 10px; font-family: 'FontAwesome';  background: #78c14e;  font-size: 14px;
padding: 8px 12px; border-radius: 100px;  width: 30px; height: 30px;}
.product_line .slick-next {display: block !important; z-index:99;}
.product_line .slick-prev {z-index:99;}
.product_detail_slider .product_line .slick-current .info_bh{ border-color: #78c14e;}


.lightbox {border: 0;box-shadow: none;display: inline-block; position: relative; text-decoration: none;}
.lightbox-zoom {display: none;}
.lightbox-no-scroll {overflow-y: hidden;}
.lightbox-overlay {  background: rgba(17, 17, 17, .8);  bottom: 0;  box-sizing: border-box;  left: 0;  position: fixed;  right: 0;  top: 0;  z-index: 32;  overflow: hidden;}
.lightbox-overlay *,
.lightbox-overlay *::before,
.lightbox-overlay *::after { box-sizing: inherit; }
.lightbox-overlay[aria-hidden="true"] { display: none;}
.lightbox-slider {-webkit-transition: left .3s ease, -webkit-transform .3s ease; bottom: 0;  left: 0;  position: absolute;  right: 0;  top: 0;  transition: left .3s ease, -webkit-transform .3s ease;  transition: left .3s ease, transform .3s ease, -webkit-transform .3s ease;  transition: left .3s ease, transform .3s ease;  white-space: nowrap;}
.lightbox-content {  -webkit-box-align: center;  -ms-flex-align: center;  align-items: center;  display: -webkit-inline-box;  display: -ms-inline-flexbox;  display: inline-flex;
  height: 100%;  -webkit-box-pack: center;  -ms-flex-pack: center;  justify-content: center;  width: 100%;}
.lightbox-content figure {position: relative;}
.lightbox-content img {display: block; height: auto; max-height: 85vh; max-width: 85vw; width: auto; }
.lightbox-content figcaption {background: rgba(17, 17, 17, .8); bottom: 0; color: #fff; display: block; left: 0; padding: .25em .5em;  position: absolute;  width: 100%;}
.lightbox-overlay button { -moz-appearance: none; -webkit-appearance: none;  appearance: none;  background: transparent; border: 0; color: #fff; cursor: pointer;  font-size: 33px;
    height: 45px;  line-height: 26px;  margin: 0;  padding: 0;  position: absolute;  text-align: center;  width: 45px;  border: 1px solid #78c14e;  border-radius: 100px;  background: #78c14e;}
.lightbox-overlay button:focus {border: 1px solid #fff; outline: 0;}
.lightbox-overlay button:disabled {cursor: default; opacity: 10;}
.lightbox-overlay button[aria-label="Previous"],
.lightbox-overlay button[aria-label="Next"] {top: 50%;top: calc(50% - (1.6em / 2));}
.lightbox-overlay button[aria-label="Previous"] {left: 2%;}
.lightbox-overlay button[aria-label="Next"] { right: 2%;}
.lightbox-overlay button[aria-label="Close"] {top: 1em;  right: 2%;}
.lightbox-counter { background: transparent; color: #fff; font-size: 1.15em; left: 2%; position: absolute;  top: 1em;}
.lightbox-loader { width: 5em;  height: 5em;  display: inline-block;  position: absolute;  top: 50%;  left: 50%;  margin-top: -2.5em;  margin-left: -2.5em;}
.lightbox-loader::before { -webkit-animation: spin 1s infinite;  animation: spin 1s infinite;  border-radius: 100%;  border: .5em solid #9f9f9f;  border-top-color: #2727a4;
    bottom: 0; content: ""; left: 0; position: absolute;  right: 0; top: 0;  z-index: 1;}
.gallery_slider img {width: 100%; height: 400px;}
.gallery_slider a {border: 1px solid #ccc;margin: 2px;}
.gallery_slider .slick-prev:before { content: "\f053"; display: block; position: absolute;  top: 50%;  left: 0px; font-family: 'FontAwesome';  background: #78c14e;  font-size: 14px; padding: 8px 0px; border-radius: 100px; width: 30px;  height: 30px;  opacity: 99;}
.gallery_slider .slick-next:before { content: "\f054";  display: block;  position: absolute;  top: 50%; right: 0px; font-family: 'FontAwesome'; background: #78c14e; font-size: 14px;
    padding: 8px 12px; border-radius: 100px; width: 30px; height: 30px;  opacity: 99;}
.gallery_slider .slick-next {display: block !important;}


    @-webkit-keyframes spin {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @keyframes spin {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    .gallery_slider .ddd i {display: none;}
.gallery_slider .ddd:hover i{font-size: 30px;display: block; color: #fff; position: absolute; top: 43%; left: 43%;  background: #78c14e;  padding: 15px;  border-radius: 100px;}

#show-img {height: auto !important;}
.small-img { width: 100%; height: 70px; margin-top: 10px;  position: relative; }
.small-img .icon-left, .small-img .icon-right { width: 12px; height: 24px; cursor: pointer; position: absolute; top: 0; bottom: 0; margin: auto 0;}
.small-img .icon-left { transform: rotate(180deg) }
.small-img .icon-right { right: 0; }
.small-img .icon-left:hover, .small-img .icon-right:hover { opacity: .5; }
.small-container { width: 310px; height: 70px; overflow: hidden; position: absolute;  left: 0;  right: 0;  margin: 0 auto;}
.small-container .show-small-img {  width: 70px;  height: 70px;  margin-right: 6px;  cursor: pointer;  float: left;}
.small-container .show-small-img:last-of-type { margin-right: 0; }
.small-img .icon-left:hover, .small-img .icon-right:hover { opacity: .5; }


.home__ .close { font-size: 26px; font-weight: bold;color: #fff;  position: absolute;  top: 7px; right: 6px; opacity: 9; background: #5d2321; width: 33px; height: 33px;  border-radius: 100px;}
.home__ .close:hover,.close:focus {color: #fff; text-decoration: none;cursor: pointer;}
.modal-open {overflow: hidden;}
.modal {display: none; overflow: hidden; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050;  -webkit-overflow-scrolling: touch; outline: 0;}
.modal.fade .modal-dialog { -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); -o-transform: translate(0, -25%);  transform: translate(0, -25%);  -webkit-transition: -webkit-transform 0.3s ease-out; -o-transition: -o-transform 0.3s ease-out; transition: transform 0.3s ease-out;}
.modal.in .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0);-transform: translate(0, 0);  transform: translate(0, 0);     align-items: center;  min-height: calc(100% - 1rem);}
.modal-open .modal { overflow-x: hidden; overflow-y: auto;}
.modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0;z-index: 99;  background-color: #52637a;}
.modal-backdrop.fade {opacity: 0; filter: alpha(opacity=0);}
.modal-backdrop.in { opacity: 0.5;  filter: alpha(opacity=50);}
.modal-header .close {margin-top: -2px;}
.modal-body {padding: 0px;}
.home_popup .modal.in .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0);-transform: translate(0, 0);  transform: translate(0, 0); display: flex; align-items: center;  min-height: calc(100% - 1rem);}

.home__ .modal-header {padding: 20px 15px; border: none;}
.home__ .modal-content { background-color: #6ed7f4; background-image: linear-gradient(#6ed7f4, #7fdaf3, #fff, #fff);}
.home__ .popup_bg61 { border-radius: 30px; font-weight: normal;}
.home__ .title {color: #5d2321;font-weight: normal; font-size: 2.5em; text-transform: uppercase; font-family: fantasy; text-align: center; padding: 4px 0 20px 0px;}
.home__ .pt21 {padding: 23px 35px;}
.home__ .popup_bg61 ul{padding: 0px; margin: 0px; list-style:none; margin-top: 10px;}
.home__ .popup_link_text li {position: relative; padding-left: 15px;}
.home__ .popup_link_text li span {position: absolute;left: 0;font-weight: 600; font-size: 9px;padding-top: 7px;}
.home__ .fooBg_popup {background: #5d2321; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; font-weight: 500; line-height: 30px; font-size: 19px; padding: 20px 47px;}
.home__ .popup_bg612 .title {font-weight: 900; padding-bottom: 30px;}
.home__ .popup_bg612 .fooBg_popup {line-height: 30px;}
.home__ .popup_bg612 .popup_link_text li {line-height: 29px;}
.home__ .title img {width: 40px;}


.notranslate6 {display: none !important;}

.privacy550 ul {list-style: none; padding: 0; margin: 0;}
.privacy550 ul li { position: relative; left: 20px; line-height: 25px;}
.privacy550 ul li span{position: absolute;  font-weight: 600; left: -23px;}
.privacy550 ul li .privacy_refun {display: inline; border: none; }
.privacy550 ul li .privacy_refun:hover {background: none; color: #78c14e;}


.privacy550 h2{font-size: 18px; position: relative; margin-bottom: 10px;}
.privacy550 {padding-bottom: 20px;}
.privacy550 p{margin: 0px;}
.privacy550 p strong {font-weight: 600 !important; font-size: 14px !important;}

.news img { width:100%; margin-bottom: 10px;}

.about_privacy h2 {font-size: 18px; font-weight: 600;}
.about_privacy h2:after{display: block; content: '';  width: 80px; height: 3px; margin: 15px 0px; background: #000;}

/*---------------------------------------------------------*/
.tab-wrapper {margin-top: 30px;}
.tab-wrapper {display: block;}
.tabs {margin: 0; padding: 0;  display: flex;  justify-content: center;}
.tab-link { margin: 0 1%; list-style: none; padding: 5px 5px; color: #000;  cursor: pointer; font-weight: 500;  transition: all ease 0.5s;  border-bottom: solid 3px rgba(255, 255, 255, 0); }
.tab-link:hover {color: #999;  border-color: #999;}
.tab-link.active { color: #75c353; border-color: #75c353;}
.content-wrapper {padding: 40px 80px;}
.tab-content { display: none; text-align: center; color: #888; font-weight: 300; font-size: 15px; opacity: 0; transform: translateY(15px); animation: fadeIn 0.5s ease 1 forwards;}
.tab-content.active {display: block;}

.tab-content .privacy h2 {text-align: left; color: #000;}
.tab-content .privacy p {color:#000; font-weight: normal;}

@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}

.newsletter201 .tabs{display: table; margin-top: 15px; width:100%;}


.glaze_title {font-size: 20px !important;   text-transform: capitalize; margin-bottom: 10px;}
.glaze_title:after {content: ""; height: 2px;  width: 60px;  background: #000;  display: block;  margin: 10px 0px;}

.glaze_title_5 {font-size: 20px !important;   text-transform: capitalize; margin-bottom: 25px;}
.glaze_title_5:after {content: ""; height: 2px;  width: 60px;  background: #000;  display: block;  margin: 10px auto;}
.about_do img {margin: auto; display: block;}
.dirname2 {font-size: 16px !important; font-weight: 600; color: #464646 !important;}
.Founder {color: #6ed7f4;}
.d-none {display:none;}


/*#google_translate_element span {display: none;}*/
body > .skiptranslate, .goog-logo-link, .gskiptranslate, .goog-te-gadget span, .goog-te-banner-frame, #goog-gt-tt, .goog-te-balloon-frame, div#goog-gt- {
    display: none !important;}
/*#google_translate_element {float: right; position: absolute;   z-index: 9;}*/
.goog-te-gadget {color: transparent !important;}
.goog-text-highlight {background: none !important; box-shadow: none !important;}
#google_translate_element select {background: #fff; color: #000;font-weight: bold; border-radius: 3px;  padding: 4px 0;  border: 1px solid #434344;}

.delisted .tbl-header thead {background: #75c353; color: #fff; text-align: center;}
.delisted  table{width:100%;table-layout: fixed; }
.delisted  .tbl-content{height:300px; overflow-x:auto;}
.delisted  th{padding: 10px 10px; text-align: left; font-weight: 500;}
.delisted  .table>tbody>tr>td {font-size: 14px; font-weight: 500;     text-transform: uppercase;}

.modal-body .bredcum{padding-left:15px;}

.Home_Shop2 .products-showcase-introduction { margin: 0 auto;  text-align: center; }
.Home_Shop2 .products-showcase-gallery-item-text {font-weight: 600; font-family: "Montserrat", serif; font-size: 18px;}
.Home_Shop2 .products-showcase-gallery-item-btn	{ position: absolute; bottom: 44px; left: 50%; transform: translateX(-50%); border: none; border-radius: 24px;  min-height: 36px; font-size: 17px; cursor: pointer; margin: 0; outline: 0;  padding: 0 32px; user-select: none; vertical-align: middle;  text-decoration: none;  background-color: transparent;  -moz-appearance: none;  -webkit-appearance: none;  -webkit-tap-highlight-color: transparent;    -webkit-writing-mode: horizontal-tb !important;  text-rendering: auto;  letter-spacing: normal;  word-spacing: normal; text-transform: none;   text-indent: 0;  text-shadow: none; text-align: center;  box-sizing: border-box;  box-shadow: none;  white-space: nowrap;  display: inline-flex !important;  justify-content: center;  align-items: center;  border: 1px solid #fff;  background-color: #00000026;  color: #fff;  transition: all 0.2s ease-in-out;}
.Home_Shop2 .products-showcase-gallery-item-link:hover .products-showcase-gallery-item-btn{background-color: #8dbe51; border-color: #8dbe51;}
a:focus { outline: none; outline-offset: -2px;}
.Home_Shop2 a {text-decoration: none; position: relative;}
.Home_Shop2 .slick-initialized .slick-slide {padding: 0px 3px;}
.Home_Shop2 .products-showcase-gallery-item-link img {border-radius: 5px; box-shadow: 0 0 4px #d1d1d1;}

.slick-prev:before, .slick-next:before{    line-height: 1; opacity: .95; color: white; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: block; position: absolute; top: 50% !important; right: 30px; font-family: 'FontAwesome'; background: #8dbe51; font-size: 15px;padding: 6px 11px; border-radius: 5px;}
.slick-next:before{content: "\f054";}
.slick-prev, .slick-next{display: block !important}
.slick-prev:before {content: "\f053"; left: 0;  font-family: 'FontAwesome'; background: #8dbe51; font-size: 16px; padding: 6px 7px; border-radius: 5px; text-align: center; margin: 0; width: 36px;}

._home_product301 ._product_img_con {height: 180px; margin-top: 15px;}
._home_product301 .title_text {font-size: 13px; padding-top: 0; font-family: "Montserrat", serif; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;  font-weight: 600;}
.product-container .price {font-size: 13px; font-weight: normal;}
.product-container .price strong {font-weight: normal;}
.product-container2 {margin: 0px; padding-bottom: 10px;}
 ._home_product301 .btn-button{background: #8dbe51;  border: 1px solid #8dbe51; color: #fff; border-radius: 100px !important; height: 33px; margin: auto;display: table; }
._home_product301 .btn-button:hover {background: #6ed7f4; border: 1px solid #6ed7f4;}
.product_box_20 {min-height: auto; background: #fff;  margin-top: 0; padding-bottom: 5px;  display: table;  margin: auto; width:95%;}
.view {font-weight: 600 !important; font-size: 14px !important; color: #8dbe51 !important; margin-bottom: 10px; display: block;}
.quantity {border: 1px solid #ccc;  border-radius: 6px;  overflow: hidden;  margin: auto;  height: 33px; width: 120px;}
.quantity button {background-color: #fff;color: #3498db;border: none; cursor: pointer; font-size: 20px; width: 30px !important; height: 33px;text-align: center; transition: background-color 0.2s;}
.input-box {width: 40px;text-align: center;border: none;padding: 4px 10px; font-size: 16px; outline: none;}
.input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button {-webkit-appearance: none; margin: 0;}
.input-box[type="number"] {-moz-appearance: textfield;}
.quantityBg { margin: auto;  display: ruby;  } 
.Quantity_title label {font-weight: normal; font-size: 13px;}
.home_popup .close{background: #8dbe51; opacity: 99; width: 30px; height: 30px; border-radius: 100px; margin-top: 5px;  margin-right: 5px;}
.home_popup .close i {color: #fff;}
.home_popup .modal-header {padding: 0; border-bottom: none;}
.home_popup .modal-body p {padding-top:5px; font-size: 14px;}
.home_popup .btn-button{background: #8dbe51; border: 1px solid #8dbe51; color: #fff; border-radius: 100px !important; padding: 5px 25px;  margin-bottom: 20px;}
.home_popup .btn-button:hover {background: #000;}
.home_popup .price{font-size: 13px; font-weight: 600;}
.home_popup .price span{font-weight: normal;}
.parallaxBg {background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover;  position: relative; }


.language22{display: none;}
.galway-brands .form-control{height: 41px;}
.breadcrumb{margin-bottom: 0px;}
.breadcrumb a {color: #2897ff; font-size: 16px; font-weight: 600;}
.breadcrumb .Netcontent{color: #696363; font-size: 16px; font-weight: 500;}
.breadcrumb {background: transparent;}

.product_serch1 {float: left; width: 300px;}
.product_serch {float: right; width: 300px; }
.brand-logo .slick-prev {top: 42%;}
.brand-logo .slick-next {top: 42%;}
.Download_title2 {font-weight: 600;}

.brandlogo2 img {width: 200px; margin: auto; display: table; position: relative;  background: #fff; z-index: 9;  padding: 20px 15px; !important;}
.img_line:after {content: ''; display: block; width: 97%; height: 1px; position: absolute; top: 22%; border-radius: 0; border-bottom: 1px solid #ccc; padding: 1px; border-top: 1px solid #ccc;}

.galway-brands .title4{font-weight: 700; font-size: 19px; color: #383737; text-decoration: none; display: block; line-height: 28px;}
.price2 strong {font-size: 13px;}
.price2 {font-size: 14px;font-weight: 600; color: #000;}

.about_do img {width: 100%; box-shadow: 0 0 4px #6ed7f4; border-radius: 10px;}
.galway-brands55 .brandlogo2 img {width: auto; margin: auto; display: table; background: #f9f6f6; border-radius: 100%; padding: 10px; height: 150px; border: 3px solid #d7d7d7;}
.visiontext .about_vision_Box p {text-align: center; margin: 0px; padding: 0px;}
.user__icon i{border-radius: 100%; color: #fff;  box-shadow: 0 3px 9px -6.5px; border: 1px dashed #6ed7f4; background: #6ed7f4; font-size: 25px; width: 55px; height: 55px; padding-top: 13px;}
.top-menu55 {display: none;}

/*--------Cart--------*/
.cart-icon {font-size: 20px; cursor: pointer; position: relative; padding-top: 7px;color: #000;}
.cart-count {position: absolute; top: -6px; right: -19px; background-color: #8dbe51; color: white;  font-size: 12px;  font-weight: bold;
    width: 23px; height: 23px; border-radius: 50%; display: flex; justify-content: center;  align-items: center; }
.cart {position: fixed;	top: 0;	right: -100%; width: 90%;	max-width: 350px; height: 100%; background-color: #fff;box-shadow: 0 0 4px #d1d1d1;	transition: right 0.3s ease; z-index: 99999; display: flex;flex-direction: column;border-left: 3px solid #8dbe51;}
.cart.open {right: 0;}
.cart-header {background-color:#8dbe51; color: white; padding: 3px 15px; display: flex; justify-content: space-between; align-items: center;}
.close-cart {font-size: 20px; box-shadow: 0 0 4px #d1d1d1;cursor: pointer;  background: #fff; width: 26px;text-align: center; height: 26px; border-radius: 100px; padding-top: 3px; color: #000;}
.cart-items {flex-grow: 1;	overflow-y: auto;     padding: 5px 10px;}
.cart-item {display: flex;	justify-content: space-between;	align-items: center; margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #ddd; animation: slideIn 0.3s ease-out;}
@keyframes slideIn {
	from { opacity: 0; transform: translateX(-20px); }
	to { opacity: 1; transform: translateX(0); }
}
.toast {position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); 	color: white; padding: 10px 20px;	border-radius: 25px; font-size: 14px; font-weight: bold; opacity: 0;	transition: opacity 0.3s ease;	z-index: 2500;}
.cart .cart-header .cart-title {font-size: 15px; font-weight: 600;}
.cart-total { background-color: #8dbe51; padding: 5px 15px; border-top: 1px solid #ddd; display: flex; justify-content: space-between; align-items: center; font-size: 16px; font-weight: bold;  position: absolute; bottom: 0;  width: 100%;} 
.cart-total span {color: #fff;}
.checkout-btn{border-radius: 100px; border: 1px solid #ccc; font-size: 14px; padding: 2px 20px;}
.checkout-btn:hover {background: #000; color: #fff; border: 1px solid #000;}

.fixed .cart-icon {color: #fff;}
.fixed .cart-count{background-color: #fff; color: #8dbe51;}

.home_product_3 .product-container {margin: 10px;}
.certified_slider .logo_img img{width: 130px; margin: auto; display: block;}
.certified_slider .logo_img {border: 1px solid #ccc; padding: 10px 0px 10px; box-shadow: 0 0 4px #6ed7f4; border-radius: 10px; margin: 0 10px;}

.home_product_slider3 img {width: 100%;}
.home_product_slider3 .products-showcase-gallery-item-link p {overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.selling_bg {background-color: #fff; color: #000; border-radius: 12px;    box-shadow: 0 0 4px #6ed7f4; padding: 47px 30px 45px;}
.selling_bg .title{font-size: 36px; font-family: "Montserrat", serif; font-weight: 600;}
.selling_bg p{padding-top: 25px; margin: 0; height: 60px;}
.selling_bg:hover{background: #8dbe51; color: #fff;}
.st_bg_ {margin: 10px;}
.st_bg_ .title {font-weight: 600; padding: 10px 0px 2px 0px;}
.todayBg .form-control {height:50px; background: #F2F2F2; box-shadow: none;}
.todayBg .btn-submit {background: #8dbe51; border: 1px solid #8dbe51; color: #fff; border-radius: 100px !important;  padding: 5px 30px; margin: auto; display: table; font-size: 16px; font-weight: 600;}
.w-100 {width: 100%;}

.home_search_box { background: #8dbe51;cursor: pointer; padding: 3px 8px;  border-radius: 5px; margin-right: 3px;}
.home_search_box i {color: #fff;}
.sticky_header.fixed .home_search_box { background: #fff !important;}
.sticky_header.fixed .home_search_box i {color: #000;}
.home_search_box .search-box{background: #E8E8E4; position: absolute;top: 45px; right: 0; width: 320px;  height: 40px;  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  display: none;}
.home_search_box .search-box input[type="text"]{ width: 96%; padding: 3px 8px; margin-left: 7px;  border: 1px solid #ccc; outline: none;  margin-top: 5px;}
.home_search_box .search-box input[type="button"]{width: auto; padding: 3px 10px; background: #89c055; color: #fff; margin-left: -4px; border: 1px solid #89c055;
outline: none; cursor: pointer; font-weight: 600; font-size: 14px;}
.news22 img {height: 150px;}

.user__ico2 img{background: #fff; border: 2px solid #6ed7f4; border-radius: 100%; width: 80px; height: 80px; padding: 5px; margin-bottom: 0;}
.products-showcase-gallery-item-link a {font-weight: 600; margin: auto; display: table;}
.products-showcase-gallery-item-link a i {font-size: 12px;}
.form-control:focus { background: #fff !important;}

#product_list ul {list-style: none; margin: 0px; padding: 0px; background:#f3fbfd; }
#product_list li a {color: #000 !important; text-decoration: none; font-size: 12px;}
.galway-brands b{font-size: 13px;}
.quantity2 {width: 120px; margin: 0px;}
.select_cart23 .btn-button {margin: 0px;border: none;}
.select_cart23 .add-to-cart {margin-top: 0px !important;}
.select_cart23 .quantity {margin: 0px;}

.box_magazine { box-shadow: 0 0 4px #6ed7f4 !important;  padding: 5px;}
.btn-button_read { background: #8dbe51; border: 1px solid #8dbe51; color: #fff; border-radius: 100px !important; margin: auto;  display: table;  text-decoration: none; margin-top: 5px; padding: 3px 20px;}
.news5555 a {font-weight: 600; font-size: 14px; color: #383737; text-decoration: none;  display: table;   line-height: 21px;}
.news5555 a span { display: table; font-size: 13px; color: #aba5a5; margin: auto;}
.news_box_2222 {box-shadow: 0 0 4px #6ed7f4 !important; padding: 10px;}

.blog-right333 img {box-shadow: 0 0 4px #6ed7f4 !important; padding: 10px;}
.support-center_h p {font-size: 14px; line-height: 25px; text-align: justify;}
.support-center_h .accordion {font-weight: 500;}
.fancybox__image {background: #fff; border-radius: 5px;}
.shop_details1 .ff {overflow: hidden; box-shadow: 0 0 4px #6ed7f4; border-radius: 10px;}
.shop_details1 .ff img {-webkit-transform: scale(1.0); transform: scale(1.0); -webkit-transition: .3s ease-in-out;  transition: .3s ease-in-out;}
.shop_details1 .ff img:hover {-webkit-transform: scale(1.1); transform: scale(1.1);}
.shop_details1 .Benefits_list {list-style: none; padding-top: 30px; position: relative;}
.shop_details1 .Benefits_list li {padding-bottom: 10px;font-weight: normal;}
.shop_details1 .Benefits_list li:before {content: ''; display: block; width: 6px; height: 6px; background: #564b4b; position: absolute; left: 20px; border-radius: 100px; margin-top: 10px;}

ul.woodmart-list {display: flex; flex-flow: wrap; list-style: none;  padding: 0px;}
ul.woodmart-list li { width: 100%; max-width: 100%; flex: 1 1 50%; padding: 15px;}
ul.woodmart-list li .list-icon {width: 100px; display: inline-block; vertical-align: middle;}
ul.woodmart-list li .list-icon > img { height: 100px; width: 100px; border-radius: 50%; border: 1px solid rgba(0, 0, 0, 0.16); box-shadow: 0 0 4px #6ed7f4;}
ul.woodmart-list li .list-content {font-weight: normal; max-width: calc(100% - 106px); display: inline-block; vertical-align: middle; text-align: left; padding-left: 10px; color: rgb(29, 29, 29);}


.review-control-vote:before {color: #c7c7c7; font-family: FontAwesome; font-size: 16px; height: 16px; letter-spacing: 2px; line-height: 16px; font-style: normal; font-weight: normal; speak: none; vertical-align: top; -webkit-font-smoothing: antialiased; content: '\e605' '\e605' '\e605' '\e605' '\e605'; display: block; position: absolute; z-index: 1}
.review-control-vote input[type="radio"] { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px}
.review-control-vote input[type="radio"]:focus + label:before,
.review-control-vote input[type="radio"]:checked + label:before {opacity: 1}
.review-control-vote label {cursor: pointer; display: block; position: absolute; margin: 0;}
.review-control-vote label span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px}
.review-control-vote label:before {color: #FFDC77; font-family: FontAwesome; letter-spacing: 2px; line-height: 16px; font-style: normal; font-weight: normal; speak: none; vertical-align: top; -webkit-font-smoothing: antialiased;opacity: 0}
.review-control-vote label:hover:before {opacity: 1}
.review-control-vote label:hover ~ label:before {opacity: 0}
.review-control-vote .rating-5 {z-index: 2}
.review-control-vote .rating-5:before {content: "\f005" "\f005" "\f005" "\f005" "\f005"}
.review-control-vote .rating-4 {z-index: 3}
.review-control-vote .rating-4:before { content: "\f005" "\f005" "\f005" "\f005"}
.review-control-vote .rating-3 {z-index: 4}
.review-control-vote .rating-3:before {content: "\f005" "\f005" "\f005"}
.review-control-vote .rating-2 {z-index: 5}
.review-control-vote .rating-2:before {content: "\f005" "\f005"}
.review-control-vote .rating-1 {z-index: 6}
.review-control-vote .rating-1:before {content: "\f005"}
.review-control-vote:before { content: "\f006" "\f006" "\f006" "\f006" "\f006";}
.review-control-vote label:before, .review-control-vote:before { font-size: 24px; letter-spacing: 10px; line-height: 32px;}

.rating_icon {margin: auto; display: table;}
.rating_icon .icon_ra i{font-size: 24px; letter-spacing: 10px; line-height: 32px; color: #FFDC77;}
.rating_icon .icon_ra1 i{color: #ccc;}
.rating_icon .icon_ra {float: left;}
.rat {font-weight: 600; font-size: 14px; text-align: center; padding: 10px 0px;}
.shop_details1 a {text-decoration: none; padding: 8px 20px; cursor: pointer;}
.border_r {border-right: 1px solid #ccc; padding: 5px 0px;}
.review_B .modal-body {padding: 10px 15px;}
.review_B .Share {font-size: 13px;}
.review_B .close {opacity: 9; font-size: 29px; color: #8dbe51;}
.close:focus, .close:hover {color: #8dbe51; opacity: 9;}
.review_B .btn-button {border: none; margin-top: 15px; }
.review_B label {font-weight: normal;}
.review_B .modal-header {padding: 10px 15px; border: none;}
.text-red {color: #ee4d47;}

.star-rating {font-size: 24px; color: #f39c12;}
.progress {width: 80%; height: 7px; margin-bottom: 7px;}
.rating-list li { display: flex; align-items: center;  justify-content: space-between; margin-bottom: 5px;}
.rating-list .progress-bar {min-width: 10px;}
.rating-review span {font-weight: normal;}

.RatingBox .media {position: relative;}
.RatingBox .media-left {float: left; box-shadow: 0 0 4px #6ed7f4; padding: 5px; margin: 2px 10px; border-radius: 100px;}
.RatingBox .media {box-shadow: 0 0 4px #6ed7f4; padding: 10px 0px; border-radius: 5px;}
.RatingBox .media-right span{font-size: 12px; font-weight: 600;}
.RatingBox .media-right {width: 100px; position:absolute; right: 0px; top:5px;}
.RatingBox .media-heading {font-size: 13px; font-weight:600; margin: 0px;}
.RatingBox .media-body {width: auto;}
.RatingBox .media-body p {font-size: 13px;}
.RatingBox .media-body span {font-size: 13px; color: #78c14e; font-weight:600;}
.RatingBox .media-body .rating_icon {display: block; width: 100%; float: left;}
.RatingBox .media-body .rating_icon .icon_ra i {font-size: 13px; letter-spacing: 4px;line-height: 0;color: #FFDC77;}

.Many p {text-align: justify;}
.galway-winner-magazine-Box .slick-track {width:100% !important;}
.galway-winner-magazine-Box .slick-track a { width: 100% !important;}
.galway-winner { padding: 10px; box-shadow: 0 0 4px #6ed7f4;}
.galway-winner .title-block_2 {padding-top: 6px; font-weight: 600; font-size: 13px;}


.acc { margin-bottom: 10px;}
.acc-head {background-color: #dbcdcd; padding: 10px 10px; font-size: 14px; position: relative; cursor: pointer; color: #000;font-weight: 600;border-radius: 2px;}
.acc-head::before,
.acc-head::after {content: ''; position: absolute; top: 50%; background-color: #000; transition: all .3s;}
.acc-head::before {right: 16px; width: 3px; height: 17px;  margin-top: -9px;}
.acc-head::after {right: 10px; width: 15px; height: 3px; margin-top: -2px;}
.acc-head p {color: #fff; font-weight: bold;}
.acc-content {padding: 5px 10px; display: none; box-shadow: 0 0 4px #6ed7f4;}
.acc-head.active::before { transform: rotate(90deg);}

.youtube-icon img {position: absolute; top: 42%; left: 45%;}
.news label {font-weight:600; font-size: 14px;}

.tabs {margin: 0; padding: 0; display: flex; justify-content: center;}
.tab-link { margin: 0 1%; list-style: none; padding: 10px 20px;  color: #aaa; cursor: pointer; font-weight: 700; transition: all ease 0.5s; border-bottom: solid 3px rgba(255, 255, 255, 0); }
.tab-link:hover {color: #999; border-color: #999;}
.tab-link.active {color: #333; border-color: #333;}
.tab-link:nth-of-type(1).active {color: #8dbe51; border-color: #8dbe51;}
.tab-link:nth-of-type(2).active {color: #1790D2; border-color: #1790D2;}
.tab-link:nth-of-type(3).active {color: #EEC63B; border-color: #EEC63B;}
.content-wrapper {padding: 40px 80px;}
.tab-content {display: none; text-align: center; color: #888; font-weight: 300; font-size: 15px; opacity: 0; transform: translateY(15px); animation: fadeIn 0.5s ease 1 forwards;}
.tab-content.active {display: block;}
  

@keyframes fadeIn {
    100% {
        opacity: 1;
        transform: none;
    }
}
.create_account .tabs {display: table;margin: auto; margin-top: 15px;}
.rigthbad {display: none; color: red;}
.rigthgood {display: none; color: green;}
.create_account .form-control {height: 45px; box-shadow: none; font-size: 14px; font-weight: 500;}
.create_account label {font-weight: 600; color: #000; font-size: 14px; margin: 8px 0px;}
.create_account h2 {color: #000;}
.create_account .Request {color: #06a5af;font-weight: 500;text-decoration: underline;float: left;}
.create_account .btn-button {border-radius: 5px !important; color: #fff; font-size: 15px;}
.create_account .btn-button:hover {background: #000;}

.login-container {  background-image: url(/website/assets/img/login-bg1.jpg);  width: 100%; margin: auto; display: table; background-size: cover;}
.btn-login {background: #8dbe51; border: 2px solid #8dbe51; padding: 7px 0px; color: #fff; font-weight: 600; box-shadow: 0 0 4px #6ed7f4;}
.btn-login:hover{background: #000;}

.opt-box a {font-weight: 600; font-size: 12px; float: right; color: #285fda; text-decoration: underline;}
.Request.Create {font-weight: 600; font-size: 13px;}
#divtimer {float: right; margin-right: 15px;}
#divtimer label {color: #008000; margin: 0px; }
.Distributor p {font-size: 14px;font-weight: 500;}

.pagination .page-item.active .page-link { background-color: #8dbe51; color: white; border: 1px solid #8dbe51;}
.pagination .page-item.disabled .page-link {color: #ccc;}
._home_product301 .product-container.slick-current {filter: opacity(9.9) !important;}

/*-----------10-04-2025 customer page------------*/
.block-collapsible-nav-content li a span i {font-size: 16px;color: #89c055;position: absolute; left: 8px; margin-top: 4px;}
.glyphicon {top:6px !important;}
._address1 {box-shadow: 0 0 4px #6ed7f4;}
.block-title {font-weight: 600; border-bottom: 1px solid #e3dfdf; background: #89c055; padding: 6px 15px; color: #fff; border-radius: 2px;}
.box-title {font-weight: 600;font-size: 15px;}
.box-content p {font-size: 13px; font-weight: 500; margin: 0;}
.box-content a {color: #096a7a; font-weight: 600;}
.box-content a:hover {color: #618338;}
.box-content .action p {color: #096a7a; font-weight: 600;}
.action p {color: #096a7a; font-weight: 600;}
.block-title2 a {float: right;background: #fff;  padding: 3px 10px; border-radius: 100px; color: #000; font-size: 13px; font-weight: 600; text-decoration: none;}
.block-title2 strong {float: left;}
.block-title2 {display: flow-root;}
.block-title2 a:hover {text-decoration: none; background: #096a7a;}
.block-content table.dataTable.nowrap td a {font-weight: 600;background: #89c055; padding: 6px 15px; border-radius: 100px; font-size: 13px; text-decoration: none;}
.Datatbl thead tr {background-color: #6c9d3f; font-size: 13px;}
.Datatbl tr {font-size: 13px;}
div.dataTables_wrapper div.dataTables_info {font-size: 13px;color: #4a4949;font-weight: 600;}
.dataTables_wrapper .dataTables_paginate .paginate_button {padding: 0px !important;}
div.dataTables_wrapper div.dataTables_length label {font-size: 13px; font-weight: 600 !important; color: #000;}
table.dataTable td {font-weight: 500;}
.box222 {background: #f9f4f4;padding: 10px 15px; padding-bottom: 32px;}
.box222 .actions .edit {float: left;}
.box222 .actions .delete {float: right;}
.block-addresses-list .items.addresses .item.actions .action:after {display:none;}
.new_address label {font-weight: 600; font-size: 14px;padding-top: 5px;}
.new_address .form-control {height: 41px; border: 1px solid #ccc; border-radius: 5px;}
.new_address .choice span {font-weight: 500; font-size: 13px;}
.new_address input[type=checkbox] {float: left; padding-left: 15px; margin-top: 5px; font-size: 13px; font-weight: 500; margin-right: 5px;}
.dashboard33 tr th { font-size: 13px !important; font-weight: 600;padding: 3px 15px;white-space: nowrap;}
.dashboard33 td span {font-size: 13px;font-weight: normal !important; white-space: nowrap;}
.dashboard33 td {padding: 3px 15px;}

/*----------------*/
.block-reorder .actions-toolbar {margin: 17px 0}
.block-reorder .product-item-name {display: inline-block}
.block-reorder .product-item .field.item {display: inline-block}
.product-social-links .action.mailto.friend:before {content: '\e61d'}
.block-collapsible-nav .content {background: transparent; padding: 15px 0;}
.block-collapsible-nav .item {border-bottom: 1px solid #ccc;}
.block-collapsible-nav .item:first-child {margin-top: 0}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {color: #565656;display: block; padding: 5px 18px 5px 20px; font-size: 13px; padding-left: 32px; font-weight: 600;}
.block-collapsible-nav .item a {text-decoration: none}
.block-collapsible-nav .item a:hover {background: #e8e8e8; color: #000;}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {color: #504c4d; font-family: proxima_nova_rgbold;}
table.dataTable thead th, table.dataTable thead td {padding: 6px 18px; border-bottom: transparent; color: #fff;}

/***************/
.minicart-items{ list-style: none; margin: 0; padding: 0;float: left;  height: 800px;  overflow: hidden;  overflow-y: scroll; width: 100%;}
.minicart-items li {border-bottom: 1px solid #ccc; padding: 6px 0px; width: 97%;float: left;  margin-bottom: 0px;}
.minicart-items li .product {float: left; border: 1px solid #d7d7d7;  width: 60px; padding: 0px; margin-right: 5px; border-radius: 5px;box-shadow: 0 0 4px #6ed7f4;}
.minicart-items li .product-item-details {position: relative;}
.minicart-items li .product-item-details a {color: #726464; font-weight: 600; text-decoration: none; font-size: 12px; padding-right: 20px;  display: table; overflow: hidden;
    display: -webkit-box; -webkit-line-clamp: 1;  -webkit-box-orient: vertical;}
.minicart-items li .priceBox {font-weight: 600;font-size: 12px;display: table;color: #726464;}
.minicart-items li .actions {margin: 0; position: absolute;  right: -10px;  top: -6px;}
.minicart-items li .action.delete {border: none; background: transparent;}
.minicart-items li .action.delete:before {content: "\f1f8";  font-family: FontAwesome;font-size: 16px;color: #726464;}
.quantityBg.quantityBg2 .Quantity_title {font-weight: 600;font-size: 12px; float: left; padding-right: 5px;}
.quantityBg.quantityBg2 {float:none !important;}
.select_cart22 {float: left; width: 100%;}
.select_cart22 .quantityBg22 {width: 100%; float: left; margin: auto; display: ruby; margin: 0;  /* margin-bottom: 0; */  padding: 0; }
.select_cart22 .quantityBg22 .add-to-cart {border-radius: 100px !important; margin-top: 15px;}
.minicart-items li .Quantity_title {float: left; padding-right: 5px;}

.ppv {margin: 0; font-size: 14px; font-weight: 600; padding-top: 10px;}
.ppv .rbv {color: #000 !important;}
.pincodebox {border: 1px solid #8dbe51; border-radius: 100px; margin: 0 auto; position: relative;}
.pincodebox input[type='text'], .pincodebox input[type='number'] { border: 0; padding: 10px 6px;  width: 90%; border-radius: 16px;font-size: 15px; font-weight: 500; color: #000;}
.pincodebox .button-text {background-color: #8dbe51; position: absolute; right: -1px;  color: white;  border-top-right-radius: 100px;  border-bottom-right-radius: 100px;   padding: 10px 15px 10px 15px; top: -1px; border: 1px solid #8dbe51; text-transform: capitalize;  font-weight: 600; }
.product-container.select_cart p { margin: 0px;font-size: 12px; font-weight: 600; padding-top: 10px;}

.success a {color: #fff;font-weight: 600;background: #24a720; border-radius: 100px; padding: 5px 25px;}
.success .Order1 span {font-size: 34px; font-weight: 600; font-family: fangsong; padding: 25px 0px; display: block;}

.video1111 img {height: 220px;}
.image__details222 .Awards_Recognition_slider img { height: 265px; width:100%;}

.header_top_menu {margin: 0px; padding: 0px;padding-top: 0px; padding-right: 180px;}
.header_top_menu li {float: left; padding: 5px 10px;border-right: 1px solid #ccc; list-style: none;}
.header_top_menu .menu_ldd a {text-decoration: none; font-weight: 500; color: #fff; font-family: "Montserrat", serif; font-size: 14px;}
.header_top_menu .menu_ldd a span {font-size: 12px;}
.header_top_menu li:last-child { border: none;}

.to_header_ .nav.navbar-nav {padding: 10px 25px 0 0px !important;}
.to_header_ .notranslate5.notranslate50 a {background-color: #3c5096 !important; border: 1px solid #3c5096 !important;}
.to_header_  .home_search_box { background-color: #3c5096 !important; border: 1px solid #3c5096 !important;}
.to_header_ .top___bg___ {background: #3c5096;}
.to_header_ .container-fluid {width: 100%;}

/*.home______ {position: absolute; z-index: 999; margin: auto; left: 0; right: 0;}
.home______ .modal-dialog {background: #fff; padding: 0px;}
.home______ .modal-header {padding: 5px 15px; border-bottom: 0; box-shadow: none;  background-color: #8dbe51;}
.home______ .modal-header h1 {text-align: left; margin: 0; font-size: 18px; color: #fff; font-weight: 600; text-transform: none;}
.home______ .modal-content {box-shadow: none; border: none;}
.home______ .modal-footer {padding: 10px; text-align: right; border-top: 1px solid #ccc;}
.home______ .modal-content p {text-align: left;font-size: 16px; padding: 8px 15px;}
*/
.home______ .modal-footer { padding: 5px; text-align: right; border-top: 1px solid #ccc;}
.home______ .action-secondary { background-color: #8dbe51;  color: white; border: 0; font-size: 15px; padding: 6px 16px; border-radius: 4px; margin: 0;}
.home______ .modal-dialog {background: #fff; padding: 0px;}
.home______ .modal-content {box-shadow: none; border: none;padding: 10px 0px;}
body._has-modal {height: 100%; overflow: hidden; width: 100%}

.modals-overlay {z-index: 899}
.modal-slide,
.modal-popup {bottom: 0; left: 0; min-width: 0; position: fixed; right: 0; top: 0; visibility: hidden}
.modal-slide._show,
.modal-popup._show {visibility: visible}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap { -webkit-transform: translate(0, 0); transform: translate(0, 0)}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {background-color: #fff;  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35); opacity: 1; pointer-events: auto}
.modal-slide { z-index: 900}
.modal-slide._show .modal-inner-wrap { -webkit-transform: translateX(0); transform: translateX(0)}
.modal-slide .modal-inner-wrap {height: 100%; overflow-y: auto; position: static;  -webkit-transform: translateX(100%); transform: translateX(100%); transition-duration: .3s;  -webkit-transition-property: -webkit-transform, visibility;  transition-property: transform, visibility;  transition-timing-function: ease-in-out; width: auto}
.modal-slide._inner-scroll .modal-inner-wrap {overflow-y: visible; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {-webkit-flex-grow: 0; flex-grow: 0; -webkit-flex-shrink: 0; flex-shrink: 0}
.modal-slide._inner-scroll .modal-content {overflow-y: auto}
.modal-slide._inner-scroll .modal-footer {margin-top: auto}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {padding: 0px}
.modal-slide .modal-header {padding-bottom: 10px;padding-top: 10px;}
.modal-popup { left: 0; overflow-y: auto; z-index: 999999 !important;}
.modal-popup._show .modal-inner-wrap { -webkit-transform: translateY(0); transform: translateY(0)}
.modal-popup .modal-inner-wrap { box-shadow: 0 0 12px 2px rgba(0,0,0,0.35);  margin: 5rem auto;  width: 100%;  display: -webkit-flex; display: -ms-flexbox;  display: flex;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  box-sizing: border-box; height: auto; left: 0;  position: absolute; right: 0; -webkit-transform: translateY(-200%); transform: translateY(-200%); transition-duration: .2s;  -webkit-transition-property: -webkit-transform, visibility;    transition-property: transform, visibility;    transition-timing-function: ease;}
.modal-popup._inner-scroll {overflow-y: visible}
.ie10 .modal-popup._inner-scroll,
.ie9 .modal-popup._inner-scroll {overflow-y: auto}
.modal-popup._inner-scroll .modal-inner-wrap { max-height: 100%; margin-top: 1%;}
.ie10 .modal-popup._inner-scroll .modal-inner-wrap,
.ie9 .modal-popup._inner-scroll .modal-inner-wrap {max-height: none}
.modal-popup._inner-scroll .modal-content {overflow-y: auto}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {padding-left: 15px; padding-right: 15px;}
.modal-popup .modal-header,
.modal-popup .modal-footer {-webkit-flex-grow: 0; flex-grow: 0; -webkit-flex-shrink: 0;flex-shrink: 0}
.modal-popup .modal-header {padding-bottom: 5px; padding-top: 10px; background-color: #8dbe51;}
.modal-popup .modal-footer-actions {text-align: right}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {background-image: none; background: none; -moz-box-sizing: content-box; border: 0; box-shadow: none; line-height: inherit; margin: 0; padding: 0; text-shadow: none; font-weight: 400;display: inline-block; text-decoration: none; position: absolute; right: 0; top: 0}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {background: none; border: none}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {background: none; border: none}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close { cursor: not-allowed; pointer-events: none; opacity: .5}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span { border: 0;  clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {-webkit-font-smoothing: antialiased; font-size: 25px;  content: "\f00d"; font-family: FontAwesome;  margin: 0;  vertical-align: top; display: inline-block; font-weight: normal; overflow: hidden; speak: none; color: #fff; text-align: center}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {color: inherit}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {color: inherit}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {color: #000;}
.modal-custom .action-close {margin: 25px}
.modal-popup .modal-title {text-align: left; margin: 0; font-size: 16px; color: #fff; font-weight: 600; text-transform: none;}
.modal-popup .action-close {padding: 3px 6px; color: white;}
.modal-content {border-radius: 0px;}
.modal-slide .action-close {padding: 1px 10px;}
.modal-slide .page-main-actions {margin-bottom: -12.9rem; margin-top: 2.1rem}
.modals-overlay { background-color: rgba(51, 51, 51, 0.55); bottom: 0; left: 0; position: fixed; right: 0; top: 0; z-index: 99999 !important;}
body._has-modal-custom .modal-custom-overlay {height: 100vh; left: 0; position: fixed; top: 0; width: 100vw; z-index: 899}

.to_header_ .container {width:91%;}
.galwaymenu .toggle-sidebar-btn {display: none;}
.menu_ldd55 a {display: none;}

.to_header_ .dropdown-menu { padding: 0; margin: 0; background-color: #2f5597; border-radius: 4px; width: 100%;}
.to_header_ .dropdown-menu > li > a { color: #fff; padding: 6px 10px; border-bottom: 1px double #eddada;font-weight: 600;}
.to_header_ .dropdown-menu > li > a span {font-size: 12px; }




    @media (min-width: 1025px) {
        .container-1770 {
            max-width: 1800px;
            padding-left: 15px;
            padding-right: 15px;
            margin-left: auto;
            margin-right: auto;
        }
    }

    @media (min-width: 1867px) {
        .badi1 {
            background-size: cover;
            background-position: center center;
        }
    }

    @media (min-width: 1367px) {
        .container-fluid {
            width: 1366px;
            margin: 0 auto;
        }
    }

    @media (min-width:768px) {
        .home__ .modal-dialog {
            width: 90%;
            margin: 10px auto;
        }

        .hvr-underline-from-center {
            display: inline-block;
            vertical-align: middle;
            -webkit-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
            box-shadow: 0 0 1px transparent;
            position: relative;
        }

            .hvr-underline-from-center:before {
                content: "";
                position: absolute;
                z-index: -1;
                left: 50%;
                right: 50%;
                bottom: 0;
                background: #fff;
                height: 3px;
                -webkit-transition-property: left, right;
                transition-property: left, right;
                -webkit-transition-duration: 0.3s;
                transition-duration: 0.3s;
                -webkit-transition-timing-function: ease-out;
                transition-timing-function: ease-out;
            }

            .hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
                left: 0;
                right: 0;
            }

        #fwgallery .modal-dialog {
            width: 800px;
        }
    }

    #google_translate_element select {width:50px; padding:4px 0px;}
.___top-language .header_top_menu {padding-right: 0px;}








@media (max-width: 1500px) {
    .home-slider .slide {
            height: 358px;
        }

        .home__ .popup_bg612 .popup_link_text li {
            line-height: 26px;
        }
    }

    @media(max-width:1199px) {
        .galway-brands .box_line {
            min-height: auto;
        }
        
        .progress {
            width: 70%;
        }

        .download .downloadBox .form-control {
            width: 47%;
        }
        /*.sticky_header ul.navbar-nav li a i {display: none;}*/
        .newsglow:after {
            display: none;
        }

        .sticky_header ul.navbar-nav li a {
            padding: 5px 5px; font-size: 12px;
        }


            .newsletters-box-container .fullwidth .html5fb-descr a {
                font-size: 18px;
            }

        .galway-brands1 .proderext {
            font-size: 18px;
        }

        .galway-brands1 .price {
            font-size: 16px;
            margin-top: 0px;
        }
        /*._fbpj_thumb {height: 275px;}*/
        .home-slider .slide {
            height: 260px;
        }

        .home-border {
            padding: 8px 2px 23px 25px;
        }

        .home_title2 {
            font-size: 18px;
            padding-top: 9px;
        }

        .home_slider2 {
            margin-bottom: 22px !important;
        }

            .home_slider2 .slick-dots {
                bottom: -19px;
            }

        ._right_side .clicked {
            margin-left: 6px;
        }

        .galway-brands55 .brandlogo2 img {
            height: auto;
        }

        .Home_Shop2 .products-showcase-gallery-item-text {
            font-size: 14px;
        }
    }

    @media (max-width:992px) {
        .home-Slider .style_bg {
            height: 280px;
        }
        .header_top_menu {display:none;}
        .sticky_header ul.navbar-nav li.has-submenu a {
            padding-right: 31px;
        }

        .sticky_header ul.navbar-nav li a {
            padding-left: 3px;
            padding-right: 6px;
            font-size: 11px;
        }

        .nav_outr .navbar-brand > img, .top_bar .navbar-brand > img {
            max-height: 45px;
            top: -11px;
            left: 3px;
        }
        .sticky_header.fixed .nav.navbar-nav {
            margin: 9px 0px 0 0px !important;
        }
       

            .scrolldiv {
            display: none;
        }

        .galway-brands1 .price {
            margin-top: 15px;
            font-size: 21px;
        }

        .galway-brands1 .proderext {
            font-size: 21px;
            padding-top: 15px;
        }

        .head-office-container .title5 {
            font-size: 26px;
            font-weight: 600;
            margin-bottom: 0px;
        }

        .download2 {
            display: block;
        }

        .galway-winner-magazine-Box .media-room-left li a {
            font-size: 14px;
        }

        .blog-right .itemContainer {
            height: 330px;
        }

        #huge_it_videogallery_content_2 #huge_it_videogallery_container_2 .element_2 {
            max-width: 50%;
        }

        .loginBox .modal-body ._login_box .line {
            border: none;
            padding: 0px;
        }

        .navbar-nav > li {
            margin-top: 3px;
        }

        .content-panel p {
            font-size: 14px;
            font-weight: normal;
        }

        p {
            font-weight: normal;
        }

        .newsletter201 .newsimage img {
            height: auto;
        }

        .product-container img {
            height: auto;
        }

        .mt40 {
            margin: 0px;
        }

        .gallery_slider img {
            width: 100%;
            height: 300px;
        }

        .badi1 {
            min-height: 300px;
        }

        .privacy550 ul li {
            font-weight: normal;
            padding-right: 20px;
            text-align: justify;
        }

        .notranslate5.notranslate50 a {
            margin-right: 2px;
        }

        .news22 img {
            height: auto;
        }

        ul.woodmart-list {
            display: block;
        }

        .login-container {
            background: transparent;
        }

            .login-container.py40 {
                padding: 0px;
            }

        .galway-brands1 .pro-sub-detail li span {
            font-weight: normal;
        }
       
    }


    @media(max-width:767px) {
        .navbar-default {
            background: transparent;
        }

        .nav_outr {
            float: left;
            min-height: 0;
        }

        .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
            background: #fff;
            font-size: 22px;
            box-shadow: none;
            color: #146356;
        }

        .top_bar {
            position: fixed;
            z-index: 11;
            top: 0px;
            width: 100%;
            background-color: #8dbe51;
            -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
            height: 65px;
        }

        .mobile-logo {
            display: block;
        }

        .menu-btn {
            position: absolute;
            left: -50px;
            border: none;
            top: 4px;
            z-index: 11;
            width: 33px;
            padding: 0px;
            margin-top: 10px;
            margin-right: 15px;
            margin-bottom: 5px;
            font-size: 22px;
            color: #146356;
            font-weight: 500;
            background: #fff;
            border-radius: 2px;
            height: 32px;
        }

            .menu-btn.left {
                left: -39px;
                background: #000 !important;
                color: #fff !important;
                border-radius: 5px !important;
                /*padding: 5px;*/
                margin: 0px;
            }

        .sticky_header {
            position: fixed;
            z-index: 99999;
            top: 0px;
            bottom: 0;
            right: 0;
            border-left: solid 4px #146356;
            width: 283px;
            text-align: right;
            -webkit-transition: transform 0.3s ease-out;
            -moz-transition: transform 0.3s ease-out;
            transition: transform 0.3s ease-out;
            overflow: visible;
        }

            .sticky_header .navbar-collapse {
                position: fixed;
                padding-top: 25px;
                top: 0px;
                bottom: 0;
                right: 10px;
                left: 0;
                display: block;
                border-top: none;
                overflow-y: auto !important;
            }

        .menu-off {
            -webkit-transform: translateX(100%);
            -moz-transform: translateX(100%);
            transform: translateX(100%);
        }

        .menu-on {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            transform: translateX(0); 
        }

        .sticky_header ul.navbar-nav > li.active > a:after {
            background-color: #fe6c3b;
            width: 30px;
        }
        /*.sticky_header ul.navbar-nav > li > a:after{content:''; display:block; width:18px; height:4px; background-color:rgba(254, 108, 59, 0.4); position:absolute; right:25px; bottom:5px;}*/
        .sticky_header ul.navbar-nav li a {
            padding: 0px 25px 11px 0px;
            border-right: none;
            font-size: 13px;
        }

        .sticky_header ul.navbar-nav > li.has-submenu:hover > ul {
            display: none;
        }

        .sticky_header ul.navbar-nav li.has-submenu a {
            padding-right: 33px;
        }

        .sticky_header ul.navbar-nav > li.has-submenu .arrow-down:after {
            padding: 0px 10px;
            cursor: pointer;
            z-index: 111;
            content: "\f067";
            right: 0px;
            top: 0px;
            font-size: 12px;
        }

        .sticky_header ul.navbar-nav > li.has-submenu .arrow-down.up:after {
            content: "\f068"; 
        }

        .sticky_header ul.navbar-nav li > ul {
            position: relative;
            z-index: 1;
            width: 100%;
            list-style: none;
            opacity: 1;
            display: none;
        }

        .sticky_header ul li > ul > li {
            margin-top: 0;
        }

        .sticky_header.fixed {
            height: auto;
            z-index: 99999;
        }

        .nav_outr .navbar-brand > img, .top_bar .navbar-brand > img {
            max-height: 60px;
            top: 2px; 
        }

        .nav.navbar-nav {
            padding: 0px !important;
            margin-right: 0 !important;
        }

        .sticky_header.fixed .nav.navbar-nav {
            margin-top: 14px !important;
            margin-right: 0px !important;
            margin: 10px 0px 0 0px !important;
        }

        .sticky_header ul.navbar-nav li > ul > li > a {
            text-align: left;
            font-size: 12px;
        }

        .home-Slider .style_bg {
            height: 226px;
            margin-top: 33px;
        }
        /*.top-menu { position: absolute; right: -13px;}*/
        .sticky_header ul.navbar-nav li > .logo_img img {
            display: none;
        }

        .sticky_header ul.navbar-nav li > .logo_img li {
            float: none;
            width: 100%;
            border-bottom: 1px solid #b03f39;
        }

        .sticky_header ul li .logo_img li span {
            display: block;
        }

        .breadimg2 img {
            height: auto;
            margin-top: 65px;
        }

        .breadurl {
            display: none;
        }

        .privacy .col-box1 {
            border: none;
            font-size: 14px;
        }

        .head-office-container .title {
            font-size: 17px;
        }

        .dirname2 {
            font-size: 14px !important;
        }

        .privacy .col-box1 p {
            text-align: justify !important;
        }

        .distributor .distributor_box .distributor_box1 {
            padding: 20px 0px;
        }

        .distributor .distributor_box .title {
            font-size: 19px;
            font-weight: 600;
            margin-bottom: 0;
        }

        .head-office-container .title5 {
            font-size: 21px;
            margin-bottom: 0px;
        }

        .download .downloadBox .btn-download {
            width: 50%;
        }

        .download .downloadBox .form-control {
            width: 48%;
        }

        .support-center .title {
            font-size: 15px;
        }

        .accordion {
            font-weight: 500;
            padding-right: 14px;
        }

        .news .new a {
            font-size: 14px;
            line-height: 21px;
            padding-top: 10px;
        }

        .blog-right .itemContainer {
            height: auto;
        }

        #huge_it_videogallery_popup_list_2 .popup-wrapper_2 .image-block_2 {
            width: 100%;
            float: none;
        }

        #huge_it_videogallery_popup_list_2 .popup-wrapper_2 .right-block {
            float: none;
            width: 100%;
        }

        .blog-right .blogsocial h2 {
            width: 100%;
        }

        .blogsocial .blogshare {
            width: 100%;
            float: left;
        }

            .blogsocial .blogshare li {
                float: left;
                margin-top: 10px;
            }

        .loginBox .modal-body ._login_box ._login_title {
            font-size: 18px;
        }

        .slider-for .slide {
            height: 350px;
        }

        .slider-nav .slide-nav {
            height: 100px;
        }

        .top-menu li a {
            padding: 7px 7px;
            box-shadow: none;
            font-size: 14px;
            color: #146356;
            border-radius: 2px;
            font-weight: 600;
            background: #fff;
        }

        .newsletters-box-container .newsletter201 .fullwidth a {
            max-width: 100%;
        }

        .newsletters-box-container .html5fb-descr {
            display: block;
        }

        .newsletters-box-container .html5fb-date {
            margin-top: 10px;
        }

        .newsletters-box-container .html5fb-links {
            margin-top: 10px;
        }

        .newsletters-box-container .html5fb-img {
            margin: 0px 0 15px 0px;
        }

        .newsletters-box-container .newsletter201 {
            display: block;
        }

        .___top-language .goog-te-gadget .goog-te-combo {
            padding: 7px 0px !important;
            border-radius: 2px;
            font-size: 12px;
            margin-top: 20px !important;
            border: transparent;
        }

        .___top-language .top-menu {
            float: right;
            padding-top: 29px;
            position: relative;
            right: 8px;
            top: -5px;
        }

        .___top-language {
            margin-top: -56px;
            margin-right: 32px;
        }

       
        .to_header_ .home_search_box {
            background: #fff !important;
            border: transparent !important;
        }
        .support-center h3 {
            font-size: 14px;
        }

        .support-center .panel p {
            font-size: 14px;
            font-weight: normal;
            text-align: justify;
        }

        .breadhead {
            font-size: 16px;
        }

        .home_video h2 {
            font-size: 18px;
        }

        .stories h2 {
            font-size: 18px;
        }

        .home_slider2Box p {
            font-weight: normal;
        }

        .privacy h2 {
            font-size: 16px !important;
        }

        .privacy .col-box {
            padding: 15px;
        }

        .privacy .col-box1 .title3 {
            font-size: 16px;
            font-weight: 500;
        }

        .privacy .dirname {
            font-size: 16px;
        }

        .galway-brands .box_line .title4 {
            font-size: 16px;
            font-weight: 600;
        }

        .galway-brands1 .shareon li:first-child {
            width: 100%;
        }

        .product-container:after {
            margin: 0px;
        }

        .galway-brands1 .proderext {
            font-size: 16px;
        }

        header {
            padding-bottom: 0px !important;
            position: relative;
        }

        .brochure_pointer {
            margin-bottom: 15px;
        }

        ._fbpj_thumb {
            width: 100%;
        }

        .privacy1 .superimage {
            height: auto;
        }

        .hand-image img {
            padding-top: 0px;
        }

        a#btnMaximize img {
            width: 38px;
        }

        a#btnMaximize:before {
            content: "May i help you";
            position: absolute;
            left: -98px !important;
            top: 25px;
            color: #6a676f;
            border: 1px solid;
            padding: 1px 7px;
            font-size: 12px;
            border-radius: 6px;
            transition: all 0.3s;
            background: #fff;
        }

        .glaze_header_div {
            height: auto !important;
        }

        .glaze_header_div_txt {
            float: none !important;
        }

        .glaze_header_btn {
            margin-top: -20px;
            display: block;
        }

        .sticky_header ul.navbar-nav li > .logo_img li:last-child {
            text-align: right;
        }

        .owl-demo {
            margin-top: 28px;
        }

        .footerProductlinks {
            float: left;
            width: 100%;
        }

        .gallery_slider .slick-prev {
            left: 0;
            z-index: 9;
        }

        .gallery_slider .slick-next {
            right: 0;
            z-index: 9;
        }

        .badi1 {
            min-height: 250px;
            margin-top: 65px;
        }

        ._footer_short_100 {
            display: table;
            width: 100%;
        }

        .home__ .pt21 {
            padding: 23px 5px;
        }

        .home__ .fooBg_popup {
            font-weight: normal;
            line-height: 24px;
            font-size: 16px;
            padding: 11px 5px;
            text-align: center;
        }

        .home__ .popup_bg612 .title {
            font-weight: 900 !important;
            padding-bottom: 10px;
            line-height: 50px;
            font-size: 1.6em;
        }

        .home__ .popup_bg61 .title {
            font-weight: 500;
            padding-bottom: 10px;
            line-height: 50px;
            font-size: 1.1em;
        }

        .notranslate6 {
            display: block !important;
        }

        .notranslate5 {
            display: none;
        }

        .top-menu li {
            margin-top: 0px;
        }
            .top-menu li i {
                /*padding: 1px 4px;*/
                font-size: 17px;
                height: 22px;
            }
        .navbar-nav {
            float: none; margin: 0px;
        }
        .navbar-nav > li {
            text-align: left;
        }
        .notranslate5.notranslate50 a {
            background: transparent; 
            color: #000 !important;
        }

        .sticky_header ul.navbar-nav li > .logo_img {
            width: auto;
        }

        .top-menu li:first-child {
            margin-top: 0px !important;
        }

        .map_pp {
            height: auto !important;
        }

        .home_popup .modal-body {
            margin: auto !important;
            text-align: center !important;
        }

            .home_popup .modal-body img {
                width: 150px;
            }

        .___top-language {
            display: block !important;
        }

        .language22 {
            display: block;
        }

        ._home_product301 .title_text {
            height: auto;
        }

        ._home_product301 ._product_img_con {
            height: 180px;
        }

        .product_serch1 {
            float: left;
            width: 100%;
        }

        .product_serch {
            float: right;
            width: 100%;
            margin-right: 0px;
            margin-top: 15px;
        }

        h2 {
            margin-top: 0px;
        }

        .news .new .title {
            font-weight: 600;
            font-size: 14px;
            line-height: 20px;
            padding: 10px 0px;
        }

        .___top-language .goog-te-gadget .goog-te-combo {
            padding: 8px 4px;
        }

        .top-menu {
            padding-left: 0px;
        }

            .top-menu li {
                margin-left: 2px;
                width: 30px;
                height: 35px;
                text-align: center;
            }

        .galway-brands55 .brandlogo2 img {
            height: 100px;
        }

        .galway-brands55 .title4 {
            text-align: center;
            font-size: 16px;
            font-weight: 600;
            padding-top: 10px;
        }

        .brandlogo2 img {
            margin-bottom: 20px;
        }

        #hindi_lang p {
            font-size: 14px;
            line-height: 25px;
        }

        #hindi_lang .privacy550 ul li {
            font-size: 14px;
            line-height: 25px;
        }

        .top-menu55 {
            display: block;
        }

        .header-content {
            background: #fff;
            padding: 0px 2px;
            border-radius: 2px;
            margin-top: -4px;
        }

            .header-content .cart-icon i {
                font-size: 19px;
                color: #1b6356;
            }

        .cart-count {
            top: -13px;
            right: -2px;
            background-color: #ebebeb;
            color: #000;
            font-size: 12px;
        }

        .sticky_header .header-content {
            display: none;
        }

        .selling_bg p {
            padding-top: 15px;
            height: auto;
        }

        .selling_bg .title {
            font-size: 22px;
        }

        .selling_bg {
            padding: 15px 10px 15px;
        }

        .parallaxBg .mb20 {
            margin-bottom: 5px;
        }

        .header_bus {
            margin-top: 65px;
        }

        .d-none {
            display: none;
        }

        .___top-language .home_search_box {
            background: #fff;
            padding: 4px 5px;
            border-radius: 2px;
            margin-right: 2px;
            margin-top: -4px;
        }

            .___top-language .home_search_box i {
                color: #1b6356;
            }

            .___top-language .home_search_box .search-box input[type="button"] {
                padding: 5px 14px;
                margin-right: 12px;
            }

            .___top-language .home_search_box .search-box input[type="text"] {
                width: auto !important;
                padding: 5px 3px;
                margin-left: 6px;
                outline: none;
                margin-top: 2px;
            }


            .___top-language .home_search_box .search-box {
                top: 56px;
                width: auto;
                margin-right: 11px;
                z-index: 999999;
                font-weight: normal;
                font-size: 13px;
            }

        .privacy222 p {
            font-size: 14px;
            line-height: 22px;
            text-align: justify !important;
        }

        .privacy222 strong {
            font-size: 14px;
            line-height: 18px;
        }

        .galway-brands {
            font-weight: normal;
        }

        .home_popup .btn-button {
            margin: auto !important;
        }

        .home_popup .quantity2 {
            margin: auto !important;
        }

        .about_vision_Box p {
            text-align: center !important;
        }

        .minicart-items {
            height: 300px !important;
        }

        #fwgallery .fwg-gallery-thumb a img {
            height: auto;
        }

        .border_r {
            border: none;
            padding: 0px;
        }

        .shop_details1 .pa20 {
            padding: 0px;
        }

        .to_header_  #google_translate_element {
            float: right;
            position: absolute;
            right: 102px;
            z-index: 0;
            top: 15px;
            width: 110px;
        }
        .top___bg___ #google_translate_element {
            float: right;
            position: absolute;
            right: 134px;
            z-index: 0;
            top: 15px;
            width: 110px;
        }

        #google_translate_element {
            float: right;
            position: absolute;
            right: 93px;
            z-index: 0;
            top: 15px;
            width: 110px;
        }




            #google_translate_element select {
                background: #fff;
                color: #000;
                height: 32px;
                margin-top: -1px !important;
                padding: 7px 0px !important;
                border: none;
                border-radius: 2px;
            }

        .goog-te-gadget .goog-te-combo {
            margin: 1px 0 !important;
        }

        .home_search_box5 {
            display: none;
        }

        .lllll {
            display: none !important;
        }

        .glaze_main_div {
            display: none !important;
        }

        .create_account .tabs {
            display: block;
        }

        .create_account .btn-button {
            margin-top: 10px;
        }

        .breadcrumb2 {
            padding: 0;
            margin-top: 80px;
        }

        .account_100 {
            margin-top: 50px;
        }
        .video1111 img {
            height: auto;
        }
        .image__details222 .Awards_Recognition_slider img {
            height: auto;
            width: 100%;
        }

        #product_list_mob ul {
            width: 100%;
            list-style: none;
            margin: 0px;
            padding: 0px;
            background: #f3fbfd;
            float: left;
            height: 229px;
            overflow-x: hidden;
        }
        #product_list_mob li a {
            font-weight: 500;
            color: #000 !important;
            text-decoration: none;
            font-size: 12px;
            background: none;
        }
        #product_list_mob li {
            width: 100%; text-align: left;
            height: auto;
        }
        .desktop-logo a img {display:none;
        }

    footer .footer_link {width: 46%; margin: 0px 5px;}
    ._footer_short_100 { padding: 0px;}
    .footer ul li a {font-size: 11px;}
    .Information2 {padding: 0px; margin-top: 0px;}
    footer .ilink li { padding-left: 8px !important; padding: 0px 0px;}
    footer ul li a {font-size: 12px; line-height: 8px;}
    footer .footer_title {margin-bottom: 0px;  margin-top: 8px;}
    footer ul { position: relative; margin-bottom: 0px;}
    ._footer_short_100 ul li:before {content: ''; display: block; width: 5px; height: 5px; background: #ccc; border-radius: 100px; position: absolute; left: 0; /* top: 0; */ margin-top: 10px; }
    .Information2 .ilink li { width: 50%; float: left; padding-left: 10px !important; }
    .Information2 .ilink {margin-bottom: 10px; width: 100%; float: left;}
    ._footer_short_100 {position: relative; }
    .Information2 ul {position: relative; }
    .Information2 ul li:before {content: ''; display: block; width: 5px; height: 5px; background: #ccc; border-radius: 100px; position: absolute; margin-left: -10px; margin-top: 10px; }
    .Trading {padding: 0px; margin: 0px; }
    .to_header_ .___top-language {margin-top: -56px; margin-right: 6px;}
    .to_header_ .notranslate5.notranslate50 a {   background-color: #fff !important;   border: 1px solid #fff !important;  padding: 0 !important;}
    .to_header_ .___top-language .home_search_box {display: none; }
    .to_header_ .top-menu55 li:nth-child(2) {display:none;}
    .to_header_ .menu_ldd55 a {font-size: 11px;  font-weight: 600; padding-top: 19px; display: block; margin-left: 42px; }

    /*.to_header_ .dropdown-toggle { position: absolute; right: 31px; top: 13px; border: none; border-radius: 1px !important;}*/
    .to_header_ .dropdown { top: 14px; right: 3px;}
    .to_header_ .header-content {margin-right: 1px; }
    .to_header_ .dropdown .btn { padding: 5px 12px; position: absolute; right: 33px !important; top: 0 !important; }
    .to_header_ .dropdown-menu {margin-top: 54px !important; background-color: #3c5096 !important;}

    .to_header_ .___top-language .top-menu {right: 47px;}
    /*.top___bg___ .dropdown .btn {position: absolute; right: 49px; top: 14px; background: #fff; border: none; border-radius: 1px !important;}
    .top___bg___ .___top-language {margin-right: 73px;}
    .top___bg___ .dropdown-menu { margin-top: 68px; background-color: rgb(141, 190, 81); border-radius: 0px; width: 100%;}
    .top___bg___ .dropdown-menu > li > a { color: #fff; padding: 6px 10px; border-bottom: 1px double #eddada;font-weight: 600;}
    .top___bg___ .dropdown-menu > li > a span {font-size: 12px; }*/
    .top___bg___ .dropdown .btn {height: 32px; position: absolute; right: 49px; top: 14px; background: #fff; border: none; border-radius: 1px !important;}
    .top___bg___ .___top-language {margin-right: 73px;}
    .top___bg___ .dropdown-menu { margin-top: 68px; background-color: rgb(141, 190, 81); border-radius: 0px; width: 100%;}
    .top___bg___ .dropdown-menu > li > a { color: #fff; padding: 6px 10px; border-bottom: 1px double #eddada;font-weight: 600;}
    .top___bg___ .dropdown-menu > li > a span {font-size: 12px; }
    .to_header_ #google_translate_element {right: 102px; display: none;}
    .to_header_ .___top-language { margin-right: 22px;}
    .to_header_ .container { width: auto;  margin-right: 15px; }

    }

@media(max-width: 580px) {
    .home-Slider .style_bg { height: 170px; }
    .contains-box-panel .box .content-bar p { display: none; }
    .footerlangugeChange ul li { float: none; padding-left: 0;}
    .footerlangugeChange {text-align: center; padding-left: 0; margin: 0; padding: 0;}
    .footerhr {display: none;}
    .footerlangugeChange ul {list-style: none; text-align: left; margin: 0; }
    footer .subscribe-panel-container .btn-submit { margin-top: 10px; }
    .form-group { margin-bottom: 5px; }
    .breadhead { margin-top: 20%; }
    .content-panel strong {font-size: 16px; }
    .galway-brands .box_line .brandlogo img { width: 100%; padding: 20px; }
    .download .downloadBox .btn-download {width: 48%;}
    #huge_it_videogallery_content_2 #huge_it_videogallery_container_2 .element_2 {max-width: 100%;}
    #fwgallery .fwg-single-gallery .fwg-single-gallery-item {float: none; width: 100%;}
    .slider-for .slide {height: 200px;}
    .slider-nav .slide-nav {height: 80px;}
    .newsletters-box-container .col-md-4:first-child .newsimage { min-width: auto;}
    .newsletters-box-container .col-md-4:first-child .nwlt-top { padding: 0px 6px 4px 5px;  margin: 50px 0px 30px; }
    .newsletters-box-container .fullwidth .html5fb-descr a {font-size: 14px;}
    .newsletters-box-container .html5fb-name {text-align: left;}
    .newsletters-box-container .html5fb-date {font-size: 13px;}
    .newsbox {text-align: left;}
    .head-office-container.mt40 {margin-top: 0px;}
    .breadurl2 {margin: 38px 0 0 0;}
    .___top-language .top-menu {/*padding-top: 24px;*/ padding-right: 0; padding-left: 0;}
    .home_title2 {font-size: 18px;}
    .home_title2:after {width: auto; }
    .unseller .imagediv img {display: none !important; }
    .unseller .imagediv div {font-size: 20px; padding-left: 0px; margin-bottom: 28px; margin-left: 0px;line-height: 34px;}
    .owl-demo .owl-buttons .owl-prev:before {top: 21%; }
    .owl-demo .owl-buttons .owl-next:before {top: 21%;}
    .owl-demo {margin-top: 65px;}
    ._right_side .social {width: 18%;}
    .product_detail_slider .product_line li img { padding: 6px; height: 65px; }
    .product_detail_slider .slider-for5 img {max-height: 300px; margin: auto;}
    ._product_img_con { min-height: 150px; height: auto; }
    .product-container .title_text { font-size: 13px; line-height: 21px; }
    .product-container .price {font-size: 13px;}
    .badi1 { min-height: 170px;}
    .product_box_20 {min-height: 100px;}
    .modal-dialog {margin: 0px; padding: 0px; }
    .delisted table {width: 100%; table-layout: revert; }
    .delisted .table > tbody > tr > td { font-size: 13px; font-weight: 500;}
    .newsletters-box-container .col-md-4:first-child .newsimage { padding-right: 0;}
    h2 {font-size: 16px;}
    .Home_Shop2 .products-showcase-gallery-item-text {font-size: 14px;}
    .img_line:after {width: 90%; top: 5%; display: none;}
    .brandlogo2 img {width: 200px; margin-bottom: 0; padding: 10px 0px; }
    .bg55 p {font-size: 13px; line-height: 21px;}
    .bg55 h2 {font-size: 14px; line-height: 21px;}
    .bg55 .toward p {font-size: 13px; line-height: 21px; text-align: justify;}
    .xzoom-gallery, .xzoom-gallery2, .xzoom-gallery3, .xzoom-gallery4, .xzoom-gallery5 { width: 50px; }
    ul.woodmart-list li {padding: 5px; text-align: center;}
    ul.woodmart-list li .list-icon {width: auto;  display: block; }
    ul.woodmart-list li .list-content {display: ruby; padding-left: 0; }
    .create_account #tabs-nav li a {font-size: 13px; }
    .create_account ul#tabs-nav li {margin-right: 1px; padding: 6px 12px; }
    .box222 {background: transparent;padding: 0; padding-bottom: 0; }
    ._home_product301 li {width: 100%;}
    ._home_product301 li .btn-button { width: 100%;}
    
   


}

@media(max-width: 380px) {
    .home-Slider .style_bg {height: 105px; margin-top: 32px;}
    .galway-brands1 .pro-sub-detail li strong { width: 50%; float: left; }
    .___top-language .goog-te-gadget .goog-te-combo { width: 115px; margin-top: 18px; font-size: 12px;}
    .footer_app a img {width: 120px;}
    ._right_side .social {width: 17%;}
    ul#tabs-nav {padding: 0px;}
    .nav_outr .navbar-brand > img, .top_bar .navbar-brand > img {max-height: 55px; top: 6px;}
    .select_cart22 .quantityBg22 .add-to-cart {border-radius: 100px !important; margin-top: 5px; width: 100%;}
    .Request.Create {font-size: 12px;}
    .d_none {display: none;}
    .to_header_ .___top-language { margin-right: 20px;}
    
    }

.modal-slide,
.modal-popup { bottom: 0; left: 0; min-width: 0;  position: fixed; right: 0; top: 0;  visibility: hidden}
.modal-slide._show,
.modal-popup._show {visibility: visible}
.modal-popup {left: 0; overflow-y: auto; z-index: 999999 !important;}
.modal-popup .modal-header {padding-bottom: 5px; padding-top: 10px; background-color: #8dbe51;}
.modal-popup .modal-footer-actions {text-align: right}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close { background-image: none; background: none; -moz-box-sizing: content-box;  border: 0;  box-shadow: none;  line-height: inherit;  margin: 0; padding: 0;  text-shadow: none;  font-weight: 400;  display: inline-block;  text-decoration: none;  position: absolute; right: 10px; top: 7px;}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {-webkit-font-smoothing: antialiased; font-size: 25px; content: "\f00d"; font-family: FontAwesome; margin: 0; vertical-align: top; display: inline-block; font-weight: normal; overflow: hidden; speak: none; color: #fff; text-align: center;}
.modals-overlay {background-color: rgba(51, 51, 51, 0.55);bottom: 0; left: 0; position: fixed; right: 0; top: 0; z-index: 99999 !important;}
.modal-popup .modal-title {text-align: left;margin: 0; font-size: 16px; color: #fff; font-weight: 600; text-transform: none;}
.modal-content {border: 0 none !important; box-shadow: none !important; padding: 10px 15px; border-radius: 0;  font-weight: 500;}
.modal-popup.confirm .modal-footer { background-color: #e3eceb; border-top: 1px solid #a5c3be;  padding: 8px; bottom: 0px; width: 100%;}
.modal-popup .modal-footer button {background-color: #8dbe51;color: white; border: 0; font-size: 15px; padding: 6px 16px; border-radius: 4px; margin: 0;}

