@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700|Poppins:300,400,500,600|Work+Sans:500');
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');



*{
	padding: 0px;
	margin: 0px; 
	font-family: 'Lato', sans-serif;
}
h1,h2,h3,h4,h5,h6{
  padding: 0px;
  margin: 0px;
}
p{
  padding: 0px;
  margin: 0px;
}
a{
  text-decoration: none !important;
}
body{
  height: auto;
  width: 100%; 
  overflow-x: hidden;
  background: #fff;
}
.top_one_section{float: left;width: 100%; background-color: #000; padding-top: 8px; padding-bottom: 8px;}
.contact_top_list ul{padding: 0px;margin: 0px;}
.contact_top_list ul li{display: inline-block;}
.contact_top_list ul li a{color: #fff; padding-left: 5px;font-family: 'Oswald', sans-serif; font-weight: 300; }
.contact_top_list ul li a img{margin-right: 5px;}
.social_top_list{float: left;width: 100%;}
.social_top_list ul{padding: 0px;margin: 0px; float: right;}
.social_top_list ul li{display: inline-block; padding-left: 5px; padding-right: 5px;}
.social_top_list ul li a{color: #fff; font-size: 18px;}
.clearfx{
  clear: both;
}
.header-top{width: 100%;float: left;background-image: url('../../images/hdbg.jpg');}
.google-lang{text-align: center;}
.goog-te-gadget-simple .goog-te-menu-value{
    color: #fff !important;
    border: 1px solid none;
    padding: 10px !important;
    border-radius: 0px !important;

}
.goog-te-gadget-simple {
    background-color: rgb(255,0,0,0) !important;
    border-left: 1px solid #fff !important;
    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
    font-size: 10pt;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 2px;
    cursor: pointer;
   
    zoom: 1;
    border-radius: 0px;
   
}
.goog-te-gadget-simple img {
    display: none !important;
}
.goog-te-gadget-simple .goog-te-menu-value span {
    text-decoration: none;
    font-size: 12px;
}
.logo{
 /* margin-top: 44px;*/
}
.logo img{
  max-width: 225px;
}
::placeholder{color: #fff; padding-left: 5px; font-family: Open Sans; font-size: 10px;}
.main-wrapper{background:#fff;}
.bg_color{border-top: 5px solid #5bcc9f; padding-top: 8px;}
.hdheading{text-align:center;padding-bottom:20px;}
.hdheading h2{font-family: 'Oswald';
    font-weight: bold;
    font-style: normal;
    font-size: 40px;
    color: #fff; padding-bottom:15px;}
.search-wrapper{float: right;}
.search-wrapper input{
  width: 350px;
  height: 45px;
  background:#252525;
  border: none;
  border-radius: 0px;
  padding-left: 10px;
  color: #fff;
  font-style: normal;
  font-size: 12px;
  border: none;
  border-radius: 10px;
  position: relative;
}
.search-wrapper button{
  border: none;
  background-color: transparent;
}
.search-wrapper input::placeholder{
  color: #fff;
  font-size: 14px;
}
.search-wrapper button{
  position: absolute;
  height: 45px;
  background-color:#2a50cd;
  color:#fff;
  width: 103px;
  border-radius: 10px;
  right: 13px;
}
.topOne{
  padding-top: 15px;
  padding-bottom: 15px;
}

.header{    
}



.carousel-control{

}


/*scroll*/
#scroll {
    position:fixed;
    right:10px;
    bottom:50px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#a50505;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff
}
#scroll:hover {
    background-color:#a50505;
    opacity:1;
    filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}




.product-block .image {

    outline: 1px solid transparent;

    outline-offset: 0;

    -webkit-transition: all 0.5s ease 0s;

    transition: all 0.5s ease 0s;

    position: relative;

    overflow: hidden;

    z-index: 9;

	padding: 15px;

}

.product-grid .caption {

	position: relative;

	-moz-transition:0.5s;

	-webkit-transition:0.5s;

	transition:0.5s;

}

.product-block .image a {

    display: block;

    text-align: center;

}

.product-block .image .image-effect {

    top: 0;

    position: absolute;

    overflow: hidden;

    opacity: 0;

    filter: alpha(opacity=0);

    -webkit-transition: all 0.5s ease-in-out;

    transition: all 0.5s ease-in-out;

}

.product-block .image .image-hover {

    -webkit-transition: all 0.5s ease-in-out;

    transition: all 0.5s ease-in-out;

    opacity: 1;

    filter: alpha(opacity=100);

}

.product-grid .add-links {

    margin: auto;

    padding: 0 8px;

    position: absolute;

    visibility: hidden;

    left: 0;

    right: 0;

    opacity: 0;

    filter: alpha(opacity=0);

    -webkit-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

    margin: 20px;

    bottom: 0px;

    text-align: right;

    background: rgba(255, 255, 255, 0.9);

}

.product-grid:hover .add-links {

    visibility: visible;

    opacity: 1;

    filter: alpha(opacity=100);

}

.product-grid .add-links .quick-view {

    float: left;

    text-transform: uppercase;

}

.product-grid .button-groups > div {

    display: inline-block;

}

.product-grid .add-links .quick-view a.quickview {

    font-weight: 700;

    font-size: 11px;

}

.product-grid .add-links a {

    display: inline-block;

    padding: 17px 12px;

    text-align: center !important;

    border-radius: 0;

    -webkit-border-radius: 0;

    -moz-border-radius: 0;

    -ms-border-radius: 0;

    -o-border-radius: 0;

}

.product-block .category {

    background: #fff;

    padding: 10px 0px;

    -webkit-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

    margin: 0;

    font-size: 13px;

}

.product-block .category .cate {

    overflow: hidden;

    position: relative;

    padding: 0 20px;

}

.product-block .name {

    margin: 0 0 5px 0;

    font-size: 17px;

    line-height: 1.4;

    text-transform: none;

    font-weight: 300;

}

.product-grid .name {

    margin: 0 0 8px;

}

.product-grid .name a{

	color:#000;

	font-weight:bold;

}

.product-grid .name a:hover{

	text-decoration:none;

}

.product-block .category .cate::before {

    content: "";

    position: absolute;

    background: #a0a0a0;

    bottom: 43%;

    margin: 0 auto;

    width: 100%;

    height: 1px;

    left: 0;

    right: 0;

}

.product-block .category .cate span {

    overflow: hidden;

    position: relative;

    background-color: #fff;

    padding: 0 8px;

}

.product-block .category a {

    color: #a0a0a0;

}

.product-block{

	position:relative;

	overflow:hidden;

}

.d-button{

	display:block;

	position:absolute;

	width:150px;

	padding:12px 0;

	text-align:center;

	color:#fff;

	background:#5bcc9f;

	font-family:montreal;

	font-size:18px;

	left:0;

	right:0;

	margin:0 auto;

	bottom:-50px;

	letter-spacing:1px;

	-moz-transition:0.5s;

	-webkit-transition:0.5s;

	transition:0.5s;

}

.d-button:hover{

	color:#fff;

	text-decoration:none;

}

.q-button{

	display:block;

	position:absolute;

	width:150px;

	padding:12px 0;

	text-align:center;

	color:#fff;

	background:#5bcc9f;

	font-family:montreal;

	font-size:18px;

	left:0;

	right:0;

	margin:0 auto;

	top:-50px;

	letter-spacing:1px;

	-moz-transition:0.5s;

	-webkit-transition:0.5s;

	transition:0.5s;

	z-index:999;

}

.q-button:hover{

	color:#fff;

	text-decoration:none;

}

.product-block:hover .caption{

	opacity:0;

}

.product-block:hover .q-button{

	top:30%;

}

.product-block:hover .d-button{

	bottom:15px;

}
.sub_heading2{
  color:#fff; background: #2f2fc4; padding-top: 5px; padding-bottom: 5px; padding-left: 8px;
  margin-top: 25px;
  margin-bottom: 10px;
}
.product-block img{width: 100%;}
.addto-cart{background: #2f2fc4;border-radius: 0px;font-family: 'Oswald', sans-serif;
border:none;font-weight:400;font-size:18px;text-transform: uppercase;height:40px; transition: .8s}
.addto-cart:hover{background: #000 !important;}
.detail_box{font-size: 12px; color: #afafaf;}
.detail_box h3{font-size: 18px; text-transform: uppercase; color: #afafaf; padding-bottom: 20px;}
.btn-sm{background:#2f2fc4; color:#fff; border:0; transition: .8s}
.btn-sm:hover{background: #000; color: #fff !important;}
.breadcrumb{background-color: #2f2fc4!important; border-radius: 0px !important;}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
     background-color: #2f2fc4!important; border: #2f2fc4!important;	
}
.hactive{color: #afafaf; font-family: Open Sans; font-weight: bold; text-transform: uppercase;}
.txt_heading{color: #afafaf;}
.bskt-fm{color: #afafaf; font-size: 14px;}
.cate-heading{background:#000; padding: 5px; font-weight: bold; color: #fff; text-transform: uppercase; font-family: Open Sans; text-align: center; margin: 0px;}
.sub-qtys{background: #2f2fc4!important; transition:.8s; border:solid 1px #db076d !important;border-radius: 0px !important;font-family: 'Oswald', sans-serif;font-weight:400;font-size:18px;text-transform: uppercase;height:40px;}
.sub-qtys:hover{background: #000 !important;}

@media (max-width: 1200px){
 
 .btn-search {
    
    right: -182px;
    
} 
.inner-wrapper button {
    margin-left: 442px;
  
}
.text1-top{
  font-size: 10px;
}
}
@media (max-width: 768px){
.search-wrapper{display: none;}
.contact_top_list{text-align: center;}
.social_top_list ul{float: none;text-align: center;}

}












.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.6);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(460px, -100px) rotate(180deg);
  -ms-transform: translate(460px, -100px) rotate(180deg);
  transform: translate(460px, -100px) rotate(180deg);
  -webkit-transition: all 0.2s 0.4s ease-in-out;
  transition: all 0.2s 0.4s ease-in-out;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(182, 32, 32, 0.82);
  top:39%;
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.hovereffect:hover a.info {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}






@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}

.carousel-inner .item > img {
  -webkit-animation: zoom 35s;
  animation: zoom 35s;
}


















.c_box{
    margin: 0px 5px;
}

.c_box>a>img{
    margin-left: auto;
    margin-right: auto;
}

.chover{
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    left: 15px;
    zoom: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    color: #fff;
        background-color: rgba(248, 251, 248, 0.62);
    filter: alpha(opacity=0);
    border-radius: 4px;
}

.c_box:hover .chover{
    opacity: 1;
}

.chover>h3{
   text-align: center;
    color: #fff;
}

.chover .btn{
   background-color: #000;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transition: 0.4s;
    margin-top: 57px;
}

.chover .btn:hover{
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
}

.p_box{
background-color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    margin: 5px 0px;
    transition: all 0.5s ease-in-out 0s;
    height: 240px;
    margin-bottom: 10px;
}

.p_box:hover{
    border: 1px solid #e6e6e6;
}

.p_box>a>img{
    margin-left: auto;
    margin-right: auto;
}

.p_box .btm{
    background-color: #f4f4f4;
    padding: 1px 0px;
}

.p_box .btm>h6{
    letter-spacing: 1px;
    margin: 5px 0px;
    color: #000;
    text-align: center;
}

.position2{
    position: absolute;
    width: 100%;
    z-index: 999;
    margin: -50px 0 0px;
}

.bgcolor3{
   background: #6653a4;
    padding: 30px 15px 30px;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
}

.nh_txet{
    
}

.nh_txet>h3{
    font-family: 'Lora', serif;
    color: #fff;
    font-weight: bold;
}

.nh_txet>h4{
    font-family: 'Lora', serif;
    color: #23242C;
    font-weight: bold;
}

.n_form{
    margin-top: 15px;
}

.n_form input[type="email"]{
    -webkit-border-top-left-radius: 32px;
    -moz-border-radius-topleft: 32px;
    border-top-left-radius: 32px;
    -webkit-border-bottom-left-radius: 32px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomleft: 32px;
    -moz-background-clip: padding;
    border-bottom-left-radius: 32px;
    background-clip: padding-box;
    
    height: 54px;
    vertical-align: middle;
    margin: 0;
    border-color: transparent;
    outline: none;
    
}

.n_form .btn{
    padding-left: 35px;
    padding-right: 35px;
    color: #ffffff;
    background: #23242C;
    border-radius: 30px;
    padding: 15px 40px;
    font-weight: bold;
}

.n_form .btn:hover{
    background-color: #fff;
    color: #23242C;
}

.bgcolor4{
    background-color: #23242C;
    padding: 130px 15px 60px;
    margin-top: 50px;
}

.f_text{
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
}

.f_text>h4{
    display: block;
    color: #6653a4;
    font-size: 30px;
}










/*featured*/
.warper_featured{padding:40px 0;}

.fetured_heading{ text-align:center; margin-bottom:30px; }
.fetured_heading h1{font-family: 'Oswald', sans-serif; font-size:30px;  font-weight:500; color:#000; text-transform:uppercase;}

.fer_main{background:#fff; border:1px solid #fff; transition:all 0.4s; overflow:hidden;position:relative; border-radius:0px; padding:30px 0px;}
.fer_main a{text-decoration:none;}
.fer_main:hover{box-shadow:0px 0px 9px rgba(40, 40, 40, 0.45098039215686275);}
.fer_main .fet_pic{text-align:center;}
.fer_main .fet_pic img{display:inline-block}

.fer_main .fet_detail{font-family: 'Oswald', sans-serif; text-align:center; padding:15px 0px 25px 0px;}
.fer_main .fet_detail h3{font-size:17px; font-weight:600; color:#484848; text-transform:uppercase; padding-bottom:10px;}
.fer_main .fet_detail h4{font-size:13px; font-weight:600; color:#484848; text-transform:uppercase;}

.fer_main .fet_icon{position:absolute; top:-20%;  right:0px; left:0px; text-align:center; transition: 0.5s all;}
.fer_main .fet_icon ul{}
.fer_main .fet_icon ul li{display:inline-block; width:50px; height:50px;  background:#0683ff;color:#fff; text-align:center; padding:11px 0px; font-size:20px;transition: 0.5s all; border-radius:50px;}
.fer_main .fet_icon ul li:hover{background:#000}
.fer_main .fet_icon ul li form{}
.fer_main .fet_icon ul li form button{background:none; border:0px; outline:none;}
.fer_main .fet_icon ul li form button span{}

.fer_main:hover .fet_icon{top:40%; transform:translateY(-40%);}
.fer_main:hover .fet_icon ul li{margin:0px;}





#slider {

 /* margin-top: 20px;*/
 float: left;
 width: 100%;
}

.carousel-indicators li {
  background: #000000;
  width: 25px !important;
  height: 5px !important;
  border:none;
}

.carousel-indicators li.active {
    background: #2f2fc4;
    border:none;
}
.carousel-indicators .active{
  width: 25px !important;
  height: 5px !important;
}
.item {
 
}


.pricing {
  position: absolute;
  right: 40%;
  top: 52%;
}

.instruments {
  margin-left: 0;
}

.item h1 {
  color: #B4B1AB;
  font-family: abel;
  font-size: 20px;
  margin-top: 10px;
}

.item h5 {
  color: #B4B1AB;
  font-family: abel;
  font-size: 48px;
  margin-top: 115px;
}

.item h1 span {
  color:#28A8E7;
}

.item h5 span {
  color:#28A8E7;
}

.item h2 {
  color: #363432;
  font-family: 'Roboto', sans-serif;
  font-family: abel;
  font-size: 28px;
  //font-weight: 700;
  margin-bottom: 22px;
  margin-top: 10px;
}

.item h2 span {
  color:#28A8E7;
}

.item  p {
  color:#363432;
  font-size:16px;
  font-weight:300;
  font-family: 'Roboto', sans-serif;
}

.get {
  background: #28A8E7;
  border: 0 none;
  border-radius: 0;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin-top: 23px;
}


.item button:hover {
  background: #28A8E7;
}

.control-carousel {
  position: absolute;
  top: 50%;
  font-size: 60px;
  color: #C2C2C1;
}

.control-carousel:hover{
  color: #28A8E7 ;
}

.right {
  right: 0;
}

.category-products {
  border: 1px solid #F7F7F0;
  margin-bottom: 35px;
  padding-bottom: 20px;
  padding-top: 15px;
}
.left-sidebar h2, .brands_products h2 {
  color: #28A8E7;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto 30px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index:3;
}

.left-sidebar h2:after, h2.title:after{
  content: " ";
  position: absolute;
  border: 1px solid #f5f5f5;
  bottom:8px;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -2;
}

.left-sidebar h2:before{
  content: " ";
  position: absolute;
  background: #fff;
  bottom: -6px;
  width: 130px;
  height: 30px;
  z-index: -1;
  left: 50%;
  margin-left: -65px;
}

h2.title:before{
  content: " ";
  position: absolute;
  background: #fff;
  bottom: -6px;
  width: 220px;
  height: 30px;
  z-index: -1;
  left: 50%;
  margin-left: -110px;
}

.category-products .panel {
  background-color: #FFFFFF;
  border: 0px;
  border-radius: 0px;
  box-shadow:none;
  margin-bottom: 0px;
}

.category-products .panel-default .panel-heading {
  background-color: #FFFFFF;
  border: 0 none;
  color: #FFFFFF;
  padding: 5px 20px;
}

.category-products .panel-default .panel-heading .panel-title a {
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  text-decoration: none;
  /*text-transform: uppercase;*/
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 0 none;
}

.category-products .badge {
  background:none;
  border-radius: 10px;
  color: #696763;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  min-width: 10px;
  padding: 3px 7px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}

.panel-body ul{
  padding-left: 15px;
}

.panel-body ul li:before {
    content: '• '; /*copy and paste a bullet from HTML in browser into css (not using ascii codes) */
  color: red; /* or whatever color you prefer */
}

.panel-body ul li a.selected {
  color: red; /* or whatever color you prefer */
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
}


.panel-body ul li a {
  color: #28A8E7;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  /*text-transform: uppercase;*/
}
.panel-body ul li a:hover{
  background-color: #696763;
  color: #fff;
  
}

.brands-name {
  border: 1px solid #F7F7F0;
  padding-bottom: 20px;
  padding-top: 15px;
}


.brands-name .nav-stacked li a {
  background-color: #FFFFFF;
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  padding: 5px 25px;
  text-decoration: none;
  text-transform: uppercase;
}

.brands-name .nav-stacked li a:hover{
  background-color: #fff;
  color: #696763;
}




.category-products .panel {
  background-color: #FFFFFF;
  border: 0px;
  border-radius: 0px;
  box-shadow:none;
  margin-bottom: 0px;
}

.category-products .panel-default .panel-heading {
  background-color: #FFFFFF;
  border: 0 none;
  color: #FFFFFF;
  padding: 5px 20px;
}

.category-products .panel-default .panel-heading .panel-title a {
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  text-decoration: none;
  /*text-transform: uppercase;*/
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 0 none;
}

.category-products .badge {
  background:none;
  border-radius: 10px;
  color: #696763;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  min-width: 10px;
  padding: 3px 7px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}

.panel-body ul{
  padding-left: 15px;
}

.panel-body ul li:before {
    content: '• '; /*copy and paste a bullet from HTML in browser into css (not using ascii codes) */
  color: red; /* or whatever color you prefer */
}

.panel-body ul li a.selected {
  color: red; /* or whatever color you prefer */
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
}


.panel-body ul li a {
  color: #28A8E7;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  /*text-transform: uppercase;*/
}
.panel-body ul li a:hover{
  background-color: #696763;
  color: #fff;
  
}

.brands-name {
  border: 1px solid #F7F7F0;
  padding-bottom: 20px;
  padding-top: 15px;
}


.brands-name .nav-stacked li a {
  background-color: #FFFFFF;
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  padding: 5px 25px;
  text-decoration: none;
  text-transform: uppercase;
}

.brands-name .nav-stacked li a:hover{
  background-color: #fff;
  color: #696763;
}

.shipping {
  background-color: #F2F2F2;
  margin-top: 40px;
  overflow: hidden;
  padding-top: 20px;
  position: relative;
}


.price-range{
  margin-top:30px;
}

.well {
  background-color: #FFFFFF;
  border: 1px solid #F7F7F0;
  border-radius: 4px;
  box-shadow: none;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 35px;
}


.tooltip-inner {
  background-color: #28A8E7;
  border-radius: 4px;
  color: #FFFFFF;
  max-width: 200px;
  padding: 3px 8px;
  text-align: center;
  text-decoration: none;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #28A8E7;
  border-width: 5px 5px 0;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
}


.padding-right {
  padding-right: 0;
}

.features_items{
  overflow:hidden;
}


h2.title {
  color: #28A8E7;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0 15px;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
}

.product-image-wrapper{
 
  overflow: hidden;
  margin-bottom:20px;
}

.single-products {
  position: relative;
}

.new, .sale {
  position: absolute;
  top: 0;
  right: 0;
}

.productinfo h2{
  color: #28A8E7;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.product-overlay h2{
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 700;
}


.productinfo p{
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #696763;
}

.productinfo img{
  height: 220px;
  /*width: 268px; */
  max-width: 100%;
  /*object-fit: contain;  */
}

.productinfo{
 position:relative;
}

.product-overlay {
  background:#28A8E7;
  top: 0;
  display: none;
  height: 0;
  position: absolute;
  transition: height 500ms ease 0s;
  width: 100%;
  display: block;
  opacity: 0.9;
}

.single-products:hover .product-overlay {
  display:block;
  height:100%;
}


.product-overlay .overlay-content {
  bottom: 0;
  position: absolute;
  bottom: 0;
  text-align: center;
  text-color: black;
  img-align: center;
  width: 100%;
  opacity: 0.9;
}

.product-overlay .add-to-cart {
  background:#fff;
  border: 0 none;
  border-radius: 0;
  color: #28A8E7;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  margin-bottom: 25px;
}

.product-overlay .add-to-cart:hover {
  background:#fff;
  color: #28A8E7;
}


.product-overlay p{
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}



.add-to-cart {
  background:#F5F5ED;
  border: 0 none;
  border-radius: 0;
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  margin-bottom: 25px;
}

.add-to-cart:hover {
  background: #28A8E7;
  border: 0 none;
  border-radius: 0;
  color: #FFFFFF;
}

.add-to{
  margin-bottom: 10px;
}

.add-to-cart i{
  margin-right:5px;
}

.add-to-cart:hover {
  background: #28A8E7;
  color: #FFFFFF;
}

.choose {
  border-top: 1px solid #F7F7F0;
}

.choose ul li a {
  color: #B3AFA8;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  padding-left: 0;
  padding-right: 0;
}

.choose ul li a i{
  margin-right:5px;
}

.choose ul li a:hover{
  background:none;
  color:#28A8E7;
}

.category-tab {
  overflow: hidden;
}

.category-tab ul {
  background: #40403E;
  border-bottom: 1px solid #28A8E7;
  list-style: none outside none;
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
}

.category-tab ul li a {
  border: 0 none;
  border-radius: 0;
  color: #B3AFA8;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.category-tab ul  li  a:hover{
  background:#28A8E7;
  color:#fff;
}

.nav-tabs  li.active  a, .nav-tabs  li.active  a:hover, .nav-tabs  li.active  a:focus {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #28A8E7;
  border:0px;
  color: #FFFFFF;
  cursor: default;
  margin-right:0;
  margin-left:0;
}

.nav-tabs  li  a {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px 4px 0 0;
  line-height: 1.42857;
  margin-right:0;
}

.recommended_items {
  overflow: hidden;
  margin-top: 65px;
}

#recommended-item-carousel .carousel-inner .item {
  padding-left: 0;
}

.recommended-item-control {
  position: absolute;
  top: 41%;
}

.recommended-item-control i {
  background: none repeat scroll 0 0 #ffffff;
    border: 0.5px solid #868484;
    color: #868484;
    font-size: 41px;
    padding: 8px 22px;
    border-radius: 31px;
}

.recommended-item-control i:hover {
  background: #28A8E7;
}

.recommended_items  h2 {
}

.our_partners{
  overflow:hidden;
}

.our_partners ul {
  background: #F7F7F0;
  margin-bottom: 50px;
}


.our_partners ul li a:hover{
  background:none;
}
.only-border{
  border-bottom: 2px solid #2d3e50;
}

.testimonial{
    text-align: center;
}
.testimonial h1{
    color: #fff;
    font-family: Roboto;
    font-weight: bold;
    font-size: 38px;
}
.description{
    color:#fff;
    font-size: 14px;
    line-height: 35px;
    margin-bottom: 30px;
    padding:0px 11%;
    position: relative;
    font-family: Roboto;
    font-weight: normal;
}

.pic{
    width: 94px;
    height: 94px;
    margin: 0 auto;
}
.pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial-title{
    font-size: 18px;
    color:#333;
    font-weight: bolder;
    text-transform: capitalize;
}
.testimonial-title > small{
    display: block;
    color:#656565;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 5px;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
    
}
.owl-theme .owl-controls .owl-page span{
    opacity: 0;
    border: 1px solid #fff;
}
.owl-item{
  
}
#testimonial-slider{
  background-color: rgba(9, 146, 185, 0.66);
  border-radius:35px;
  border:1px dashed #fff;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 480px) {
    .description{
        font-size:19px;
        line-height: 29px;
    }
    .description:before,
    .description:after{
        font-size: 25px;
    }
    .logo{
      text-align: center;
    }
    .cate-wrap-g{
      width: 100%;
    }
    .about-home img{
      width: 100%;
    }
    .name-testi img{
      width: 75%;
    }
    .about-heading img{
      width: 75%;
    }
    .btn-search{
      right: -250px;
    }
}

.proWrapper{
  margin-top: 35px;
  margin-bottom: 35px;
}
.fer_main{
  box-shadow:0px 0px 9px rgba(40, 40, 40, 0.45098039215686275);
  background:#fff; border:1px solid #fff; transition:all 0.4s; overflow:hidden;position:relative; border-radius:0px; padding:30px 0px; width:100%;}

.fer_main img{width:100%; height:250px;}
.fer_main a{text-decoration:none;}
.fer_main:hover{}
.fer_main .fet_pic{text-align:center;}
.fer_main .fet_pic img{display:inline-block}

.fer_main .fet_detail{font-family: 'Oswald', sans-serif; text-align:center; padding:10px 0px 10px 0px;}
.fer_main .fet_detail h3{font-size:17px; font-weight:600; color:#484848; text-transform:uppercase; padding-bottom:10px;}
.fer_main .fet_detail h4{font-size:13px; font-weight:600; color:#484848; text-transform:uppercase;}



.main_cat{position:relative; overflow:hidden; margin-top:30px;}
.main_cat .cat_pic{}
.main_cat .cat_pic img{display:inline-block; width:100%;}

.main_cat .cat_deatail{
  position:absolute;
  top:100%;
  left:0px;
  right:0px;
  text-align:center;
  transition: all 0.6s ease;
}
.main_cat .cat_deatail h4{
  font-size:22px;
  color:#000;
  text-transform:capitalize; 
  border-top: 1px solid #3397fa;
  border-bottom: 1px solid #3397fa;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 auto;
  width: 290px;
  font-family: Roboto;
  font-weight: bold;
  text-transform: uppercase;
}
.main_cat .cat_deatail p{
  font-size:18px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight:300;
  color:#3397fa;
  display:block;
  opacity:0;
  font-family: 'Kristen ITC';
  font-weight: normal;
  transition: all 0.8s ease-in-out;
}
.main_cat .cat_deatail a{
  text-decoration:none;
  font-size:13px; 
  font-weight:500; 
  color:#fff; 
  display:inline-block; 
  background:#0e73f0;
  padding: 13px 27px;
  margin-top:0px;
  opacity:0;
  transition: all 0.8s ease-in-out;
  margin-top: 25px;
  font-family: Roboto;
  font-weight: bold;
  text-transform: uppercase;
}      
.main_cat .cat_deatail a:hover{background:#0e73f0}

.main_cat:hover .cat_deatail{top:50%; transform:translateY(-50%);}
.main_cat:hover .cat_deatail p{opacity:1;}
.main_cat:hover .cat_deatail a{opacity:1;}

.main_cat .cat_border{
  position:absolute; 
  top:0px; 
  left:0px; 
  bottom:0px; 
  right:0px; 
  background:rgba(239, 239, 239, 0.84); 
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 95px;
  margin-left: 95px;
  opacity:0; 
  transition:all 0.9s ease-in;
}
.main_cat:hover .cat_border{opacity:1;}
.carousel-indicators{

}

.clrfxd{
  clear: both;
}
.whatsapp{
  position: absolute;
  top: -12px;
}
.whatsapp img{
  width: 100%;
}
.aboutSection{
  float: left;
  width: 100%;
  margin-bottom: 30px;
  background-image: url('../../images/about_bg.jpg');
  padding-top: 55px;
  padding-bottom: 55px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
.pd-left{
  padding-left: 0px;
  margin-left: 0px;
}
.aboutImg img{
  width: 100%;
}
.aboutDets{
  margin-top: 20px;
  text-align: center;
}
.aboutDets h2{
  font-family: 'Oswald';
  font-weight: bold;
  font-style: normal;
  font-size: 40px;
  color: #fff;
}
.aboutDets .ma-surgical{
  font-family: 'Oswald';
  font-weight: bold;
  font-style: normal;
  font-size: 40px;
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #5d64ac;
}
.aboutDets span{
  font-style: italic;
  color: #2daae1;
  font-size: 16px;
}
.aboutDets p{
  padding-top: 15px;
  line-height: 25px;
  color: #fff;
  font-size: 15px;
  font-family: 'Oswald', sans-serif;
    font-weight: 300;
}
.aboutDets div{
  padding-top: 15px;
  line-height: 25px;
  color: #fff;
  font-size: 19px;
  font-family: 'Oswald', sans-serif;
    font-weight: 300;
}
.aboutQuality span{
   font-family: 'Oswald';
  font-weight: bold;
  font-style: normal;
  font-size: 36px;
  color: #000;
  padding-left: 8px;
  padding-top: 5px;
  position: relative;
  top: 10px;
}
.aboutQualit{
  margin-top: 20px;
}
.aboutQuality p{
  margin-top: 10px;
  color: #433f3f;
  font-size: 14px;
   line-height: 25px;
}
.categoriesSection{
  float: left;
  width: 100%;
  background-color: #f9f9f9;
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url('../../images/catebg.jpg');
  background-attachment: fixed;
  background-size: cover;
}
.cateH{
  text-align: center;
  margin-bottom: 25px;
}
.cateH div{
  font-family: 'Niconne';
  font-weight: normal;
  font-style: normal;
  font-size: 36px;
  color: #000;
}
.cateH h2{
  font-family: 'Oswald';
  font-weight: bold;
  font-style: normal;
  font-size: 36px;
  color: #000;
  text-transform: uppercase;
}
.cateH .f1{
  font-family: 'Oswald';
  font-weight: bold;
  font-style: normal;
  font-size: 36px;
  color: #000;
  text-transform: uppercase;
}
.cateH .f2{
  font-family: 'Oswald';
  font-weight: bold;
  font-style: normal;
  font-size: 36px;
  color: #2f2fc4;
  text-transform: uppercase;
}
.customerSection{
  float: left;
  width: 100%;
  margin-top: 55px;
  margin-bottom: 55px;
}
.instrumentsImg{
  text-align: center;
}
.owl-theme .owl-controls .owl-page span{
  width: 15px !important;
  height: 15px !important;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
  width: 22px !important;
  height: 15px !important;
  background-color: #18afd3;
}
.owl-pagination{
  text-align: left;
}

.product-list-left-effects
{
  width:100%;
  height:auto;
  position:relative;
  margin-bottom:20px; 
  overflow:hidden;
  text-align: center;
  box-shadow: 0px 1px 2px #cccccc;
}

.product-list-left-effects img
{
  transition-duration:0.4s;
}

.product-list-left-effects .product-overlay
{
  width:90%;
  height:90%;
  position:absolute;
  padding:20px;
      background: rgb(42 80 205 / 49%);
  color:#fff;
  top:5%;
  left:-100%;
  padding-top: 16%;
  transition-duration:0.4s;
  -webkit-transition: left 0.5s ease-in-out;
}

.product-list-left-effects .product-overlay h3
{
  margin:0 0 12px 0;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Oswald';
  font-weight: bold;
  font-style: normal;
  font-size:25px;
}
.product-list-left-effects .product-overlay p{
  margin-bottom: 15px;
  font-family: 'Niconne';
  font-weight: normal;
    font-style: normal;
    font-size: 36px;
    color: #fff;
}
.product-list-left-effects .product-overlay a{
  color: #fff;
  text-decoration: none;
  width: 145px;
  height: 45px;
  line-height: 45px;
  background-color: #000;
  border-radius: 20px;
  display: block;
  margin: 0 auto;
  font-family: 'Oswald';
  font-weight: bold;
  font-style: normal;
  font-size:16px;
  overflow: hidden;
  text-transform: uppercase;
}
.product-list-left-effects:hover .product-overlay
{
  /*opacity:1;*/
  -webkit-transition: left 0.5s ease-in-out;
  left:5%;
}

.product-list-left-effects:hover img
{
   transform: scale(1.1);
}
.product-list-left-effects .cate-dets-title{
    width: 100%;
    line-height: 24px;
    margin-top: 10px;
    padding-bottom: 10px;
}
.product-list-left-effects .cate-dets-title .float-left-text{
    float: left;
    padding-left: 15px;
    color: #868686;
    width: 100%;
}
.product-list-left-effects .cate-dets-title .float-left-text a{
    color: #000;
}
.product-list-left-effects .cate-dets-title .float-right-text{
    float: right;
    width: 100%;
}
.product-list-left-effects .cate-dets-title .float-right-text a{
     color: #000;
     padding: 12px;
}
.cate-slide{
  margin-top: 0px;
}
.memberShipSection{
  float: left;
  width: 100%;
  margin-top: 45px;
  margin-bottom: 45px;
}
.mCH{
  text-align: center;
}
.mCH h2{
   font-family: 'Niconne';
  font-weight: bold;
  font-size: 40px;
  color: #efac13;
}

.certWrap{
  margin-top: 25px;text-align: center;
}
.certWrap img{
  /*width: 100%;*/
}
.certWrap p{
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-top: 15px;
}
.imgLine{
  margin-top: 10px;
}
.newsletherSection{
  float: left;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 20px;
  background-color: #5d64ac
}
.letterhd{
  text-align: center;
  margin-bottom: 10px;
}
.letterhd h2{
  font-size: 25px;
  font-family: 'Oswald';
  padding-top: 32px;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
}
.letterhd p{
  color: #000000;
  font-size: 16px;
 
}
.newsletterform{
  float: left;
  width: 100%;
  padding-left: 15px;
  margin-top: 25px;
}
.newsletterform input{
  float: left;
  height: 45px;
  width: 100%;
  background-color: #fff;
  border:none;
  border-radius: 25px;
  padding-left: 15px;
  position: relative;
}
.newsletterform input::placeholder{
  color: #7c7c7c;
}
.newsletterform button{
  height: 45px;
  width: 24%;
  float: left;
  background: #000;
  color: #fff;
  font-weight: bold;
  border-radius: 25px;
  font-size: 18px;
  text-transform: uppercase;
  border:none;
  position: absolute;
  right: 0px;
}
.social_list_bottom {margin-top: 22px;}
.social_list_bottom ul{padding: 0px; margin: 0px;}
.social_list_bottom ul li{display: inline-block; height: 35px; width: 35px; border-radius: 50px; border: 1px solid #fff; text-align: center;}
.social_list_bottom ul li a{ line-height: 35px; color: #fff; font-size: 18px; }
.social_list_bottom ul li:hover {background-color: #000;}
.productsSection{
  float: left;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 55px;
}
.trends img{
  width: 100%;
}
.contactFormSection{
  float: left;
  width: 100%;
  margin-top: 35px;
}
.contactH img{
  width: 100%;
}
.contactH p{
  line-height: 25px;
  color: #918f8f;
  margin-top: 10px;
  padding-left: 15px;
}
.contactF{
  float: left;
  width: 100%;
}
.input input{
  width: 100%;
  border:1px solid #d2d2d2;
  border-radius: 5px;
  height: 35px;
  margin-top: 15px;
  padding-left: 15px;
}
.input input::placeholder{
  color: #000;
}
.textarea textarea{
  margin-top: 20px;
  width: 100%;
  float: left;
  height: 100px;
  border:1px solid #d2d2d2;
  border-radius: 5px;
}
.contactF .btn-info{
  background-color: #3397fa;
  margin-top: 20px;
}
.googleMap{
  float: left;
  width: 100%;
  margin-top: 35px;
}
.footerSection{
  float: left;
  width: 100%;

  padding-top: 35px;
 
  background-color: #111111
}
.ft img{
  width: 100%;
}
.ulft{
  padding-top: 27px;
}
.ulft ul{
  padding: 0px;
  margin: 0px;
}
.ulft ul li{
  display: inline-block;
}
.ulft ul li a{
  padding: 15px;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 19px;
  transition: ease all .8s;
}
.ulft ul li a:hover{
  color: #3397fa;
}
.copy p{
  padding-top: 40px;
  color: #fff;
  text-align: right;
}
/*product-list-hover-slide-effect*/
@media only screen and (max-width: 1600px){
  .left-cate-dets {
     /*padding: 101.5px !important;*/
  }
}
/*@media only screen and (max-width: 1800px){
  .left-cate-dets {
     padding: 135.2px !important;
  }
}
@media only screen and (max-width: 1920px){
  .left-cate-dets {
      padding: 160.8px;
  }
}*/
.subss{

color:#777777; text-decoration:none;

}

.subss:hover{

color:#777777; text-decoration:underline;

}
.subSection img{
  width: 100%;
  float: left;
}
.breadcrumb > .active{
  color: #000;
}
.trends{
  margin-bottom: 25px;
  margin-top: 10px;
}
@media only screen and (max-width: 1024px){
  .emailtop {
    margin-left: 17px;
    margin-bottom: 0px;
  }
  .topphone{
    margin-left: 26px;
  }
  /*.left-cate-dets {
    padding: 68.9px !important;
}*/
  .aboutDets{
    margin-top: 0px !important;
  }
}
@media only screen and  (max-width: 768px;){
  .instrumentsImg img{
    width: 100%;
  }
  .contactH img {
    width: 50%;
  }
 
}
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb
{
    background-color: #000000;
}
.ftheading h2{
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 18px;
  text-transform: capitalize;
  color: #fff;
  padding-bottom: 18px;
}
.ftulwrap ul{
  padding: 0px;
  margin: 0px;
}
.ftulwrap ul li{
  list-style: none;

}
.ftulwrap ul li a{
  color: #fefeff;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 15px;
  padding-bottom: 5px;
  transition: ease all .8s;
  line-height: 32px;
}
.ftulwrap ul li a:hover{

  color: #5d64ac;
}
.ftulwrap p{
  font-size: 14px;
  color: #fff;
}
.socialbtm ul{
  padding: 0px;
  margin: 0px;
}
.left-c{
  text-align: left;
}
.right-c{
  text-align: right;
}
.socialbtm ul li{
  display: inline-block;
}
.newsForm{
  position: relative;
  margin-top: 25px;
}
.newsForm input{
  width: 100%;
  float: left;
  width: 100%;
  border-radius: 20px;
  border:1px solid #fff;
  height: 38px;
  background:transparent;
  padding-left: 15px;
}
.newsForm button{
  position: absolute;
  background:transparent;
  right: 0px;
  background-color: #d2540d;
  color: #fff;
  border:none;
  height: 38px;
  border-radius: 50px;
  width: 97px;
}
.copySection{
  float: left;
  width: 100%;
  background-color: #000000;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px;
}
.copySection p{
  color: #fff;
}

.mDetailBox {
    border: 1px solid #5d64ac;
    background: #f2f2f2;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
.detail_box {
    font-size: 12px;
    color: #afafaf;
}
.detail_box h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    padding-bottom: 20px;
    border-bottom: 1px solid #5d64ac;
}
.services-area {
  float: left;width: 100%;
  background: #000 none repeat scroll 0 0;
  padding-top: 25px;
  padding-bottom: 25px;
}

.single-service {
    text-align: center
}

.single-service-img {
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.single-service-img a {
    display: block
}

.services-content>h4 {
    margin: 20px 0 10px
}

.services-content h4 a {
    color: silver;
    font-size: 25px;
    font-style: italic;
    font-weight: 700
}

.services-content h4 a:hover {
    color: silver
}

.services-content p {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 5px;
    padding-bottom: 15px;
    font-style: italic
}
#google_translate_element2{display:none;}
#flagtranslator{display:inline-block;width:100%;text-align:center;}
#flagtranslator ul{display:inline-block;list-style:none;padding:0px;margin:0px;}
#flagtranslator ul li{padding:0px;line-height:13px;float:left;margin:0px 0px 0px 10px;}
#flagtranslator ul li img{width:20px;margin-top: -3px;
    margin-bottom: -3px;}
@media screen and (max-width:768px){

}
@media screen and (max-width:600px){
#flagtranslator{text-align:center;}
#flagtranslator ul{padding:0px;display:inline-block;}
#flagtranslator{width:100%;float:none;}
}
@media screen and (max-width:400px){
#flagtranslator ul{display:inline-block;}
#flagtranslator ul li{margin:0px 5px!important;}
#flagtranslator ul li{margin:0px 2.5%;}
}
.certificationSection{float: left;width: 100%; padding-bottom: 35px; padding-top: 35px;}
.certificationSection .headcertification h2{text-align: center; font-style: italic;font-family: 'Oswald';
  font-weight: bold;color: #000; margin-bottom: 15px; font-size: 40px;}
  .ftext div{color: #fff;}
   .ftext{color: #fff; padding-top: 10px;font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 14px;}
   .ftext p{color: #fff;}