@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Bold.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Medium.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Light.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Regular.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Semibold.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;600;700;800;900&display=swap');*/
* {-webkit-box-sizing: border-box; -moz-box-sizing:border-box; box-sizing:border-box; margin: 0; padding: 0;}
html{width: 100%;}
*:before, *:after {-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
input::focus, input::focus-visible{outline: none;}
a[href^="tel:"] { color: inherit; text-decoration: none;}
.whatsapplink {
    color: #333 !important;
}
a{ color:#9fc92f; text-decoration: none; outline:none}
a:hover, a:focus{  text-decoration: none; outline:none}
a:hover, a:focus {color:#9fc92f;}
ul{margin: 0; padding: 0;}
img{ max-width:100%; border:0;transition: transform .4s;}
h1, h2, h3, h4, .heading1, .heading2, .heading3, .heading4{  margin-bottom: 5px;} 
h2{font-size: 35px; color: #263a4f;}
h3{margin-top: 15px;}
.fullwidth{width: 100%; float:left;}
.heading2{font-family: 'Roboto Slab', serif; font-size:35px; font-weight: 400; color:#263a4f; line-height: 1.3;}
.subtext{color:#263a4f; font-size: 17px; font-weight: bold; text-transform: uppercase;}
.subtext:after{content:""; margin-left: 10px; width:60px; background:#263a4f; height: 2px; display: inline-block; vertical-align: middle; }
.btitle, .producttitle, .prtitle, .formbox h2, .blogtitle, .footertitle, .contentsection h2{font-family: 'Roboto Slab', serif;}
body {font-family: 'SF Pro Display', sans-serif;    background:#fff; color:#4e4e5b; font-size: 18px;}
/* start header */
.container{margin: 0 auto; width: 1200px; padding: 0 15px;}
.headersec{font-weight: 500;}
.productbox, .homeprolist > ul > li{ -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out;  -o-transition: all 0.3s ease-in-out;  transition: all 0.3s ease-in-out;}
 

.logo{ float:left; margin-right: 50px;  }
.logo a{font-size: 20px; padding:6px 0; display: inline-block; color: #263a4f;font-weight: 500;} 
.logo img{ display:block; -webkit-transition: width 0.3s;  -moz-transition: width 0.3s;  -ms-transition: width 0.3s;   -o-transition: width 0.3s;   transition: width 0.3s;}

.clear{ clear:both; width:100%}
 
.topmenu{ float:left; }
.topmenu > ul > li{display: inline-block; /*position: relative;*/}
.topmenu > ul > li > a{ font-size:17px; color:#263a4f; display: block;padding:40px 15px; line-height: 24px; font-weight:bold; text-transform: uppercase; position: relative; }
.topmenu > ul > li:hover > a:before{content:""; width: 100%; display: block; position: absolute; left:0; top: 0; border-top: 2px solid #9fc92f;  }
.topmenu > ul > li:hover > a{color:#9fc92f;}
.searchbox{border:1px solid #d0d0d0; width: 310px; float: right; border-radius:5px; margin-top:21px;}
.searchbox input{width:250px;float: left; height:50px; border: none;outline: none; padding: 0 20px; border-radius:5px;}
.searchbox .searchbtn{ width: 54px;height:50px; padding: 0; background:url(../images/searchicon.png) center center no-repeat; font-size: 0;} 

.contactbtn{float: right; margin-top:22px; margin-left: 15px;}
.contactbtn a { background: #9fc92f; color: #fff; border-radius: 5px; display: inline-block; padding: 12px 20px; height: 50px;
    font-size: 17px;font-weight:bold; text-transform: uppercase; line-height: 24px;}

.header{position: relative;}



@media (min-width: 992px){



}


@media (min-width: 1025px) {
.topmenu > ul > li:hover > a, .topmenu > ul > li.current_page_item > a{  }
.topmenu > ul > li:hover .sub-menu{ display: block;  }
.fixed .topmenu > ul > li > a{padding:25px 20px;}
.sub-menu{box-shadow:0px 1px 3px #dfdfdf;}
 
.sub-menu{list-style: none;   padding: 10px; position: absolute;left: 0; top: 100%; width: 260px; background: #fff; z-index: 99; }

.fixed .logo img{ max-height: 56px; }
.fixed .contactbtn, .fixed .searchbox{margin-top: 15px;}
.submenusec{ width: 100%; padding: 15px; height: 300px; visibility: hidden; opacity: 0; background:#fff; position: absolute;  z-index: 999; right: 0; top: 100%; margin: -1px 0px 0px 0px; overflow:auto; list-style: none; box-sizing: border-box;}
.topmenu > ul > li .submenusec > ul { list-style: none;padding: 0; margin: 0; }
.topmenu > ul > li:hover > ul, .topmenu > ul > li:hover .submenusec { visibility: visible;  opacity: 1;}
.topmenu > ul > li .submenusec > ul#grid2 { width:100%; padding:0px 0px 15px; display: flex; left: 0;}
.topmenu > ul > li .submenusec > ul > li{width:23%; margin-left: 2%; margin-top:0px; }
.topmenu > ul > li .submenusec > ul > li > a{padding:8px 0 0; color:#9fc92f; font-size: 15px;}
.topmenu > ul > li .submenusec > ul > li > ul {padding: 0; display: block; box-shadow: none; list-style: none;} 
.topmenu > ul > li .submenusec > ul > li:hover > ul{display: block;} 
.topmenu > ul > li .submenusec > ul > li:first-child > ul{display:block;} 
.topmenu > ul > li .submenusec > ul > li > ul > li > a{padding:2px 15px; color:#263a4f; position: relative; font-size: 13px; display: block;}
.topmenu > ul > li .submenusec > ul > li > ul > li > a:before{ content:""; display: block; width:6px; height:6px; border-top: 1px solid #263a4f;  border-right: 1px solid #263a4f; transform: rotate(45deg); position: absolute; left:0; top:10px;}
.topmenu > ul > li .submenusec > ul > li > ul > li > a:hover:before{border-color:#263a4f;}
/*.topmenu>ul>li>ul>li>a:after{ content:""; display: block; width:6px; height:6px; border-top: 1px solid #000;  border-right: 1px solid #000; transform: rotate(45deg); position: absolute; left: 170px; top: 22px;}
.topmenu>ul>li>ul>li>a:hover:after{border-color:var(--blue);}*/



}





.bitem{position: relative;}
 
.homebanner{position: relative;}
.homebanner .container {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.homebanner:after{ content:""; width: 100%; height:120px; background:url(../images/bannerbottomshade.png) center top no-repeat; background-size: 100% 100%; position: absolute;left: 0; bottom: 0; display: block;}
.slide{width: 600px; position: relative;}
.bitem:before{ content:""; display: inline-block; position: absolute;left: 0;top: -5%;width: 60%;height: 100%;
background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 70%);
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 70%);
background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 70%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );}
.bleft{position: relative;}
.btitle{font-size:70px; color:#323236; font-weight:300; line-height: 1.1;margin-bottom: 30px;}
.btitle small{font-size: 40px; display: block;}
.btns { background:#9fc92f; color: #fff; padding: 15px 30px; border-radius:5px; display: inline-block; font-size: 18px;  font-weight: bold;
  min-width: 200px;  text-align: center;}
.btns:hover{color:#323236;}

.homebanner .owl-dots{ position: absolute; top: 40%; right: 20px; width: 20px;}
.owl-theme .owl-dots .owl-dot span{background:#263a4f;}
.homeprolist{width: 72%;float: right; position: relative;}
.homeprolist > ul{list-style: none;}
.homeprolist > ul > li{width:25%;float: left; text-align: center; margin-bottom: 30px;}
 
.featuresec{padding:100px 0;background:url(../images/shadebg.png) right bottom no-repeat;}
.pritem{width: 100%; float: left;padding: 1px;}
.prbox{ border: 1px solid #b6b6ba; padding: 15px; border-radius: 5px; width: 100%; float: left;}
.primg{width: 100%; float: left;background:#f1f1f1; height:220px; border-radius: 5px; margin-bottom: 15px;}
.primg img{object-position: center center; object-fit: cover; width: 100%; height: 100%;}
.prtitle{color:#1c1c21; width:100%; min-height: 50px; font-size:16px; line-height: 1.1; -webkit-box-orient: vertical;  display: -webkit-box;  -webkit-line-clamp: 2;  overflow: hidden;  text-overflow: ellipsis;  white-space: normal;}

 
.productbox{width: 100%; float: left;}
.productimg{width:120px;margin: 0 auto; border-radius: 50%; height:120px; overflow: hidden; position: relative;transition: transform .2s; }
.productimg img{position: absolute; left:50%;top: 50%; transform: translate(-50%,-50%); max-height: 100%; max-width: inherit;}
.productbox:hover .productimg{transform: scale(1.3);}
.producttitle{font-size:16px; min-height: 50px; color:#1c1c21; margin-top:10px;}
.centerimg{width: 600px; height: 600px; position: absolute;right:80%; overflow: hidden;border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;}
.centerimg img{object-position: center center; object-fit: cover; width: 100%; height: 100%;}

.productbox:hover .producttitle{ color:#263a4f; }

.productsec{padding:70px 0; background:#f7f7f7; }
.productsec .heading2{ margin-bottom: 30px; position: relative; }
 
.productsec .container{position: relative;}
.btnfull{text-align: center; margin-top: 30px;}
.viewallbtn {display: inline-block; background: #9fc92f; padding: 10px 30px; text-transform: uppercase; color: #fff;  border-radius: 5px;
    font-weight: 600; font-size: 16px;}
.viewallbtn:hover{color:#fff;}
.aboutsec{position: relative; padding:100px 0px ; background:#9fc92f url(../images/shadebg.png) right bottom 50px no-repeat; }
.aboutsec:before{ content:""; width: 100%; height:135px; background:url(../images/aboutshade.png) center bottom no-repeat; background-size: 100% 100%; position: absolute;left: 0; top: 0; display: block;}
.aboutimg1{width: 40%; float: right; position: relative; top: -50px;}
.aboutcontents{width:55%; float: left; position: relative; color:#fff; }
.aboutcontents .heading2{ color:#fff; }
.aboutcontents p{color:#fff;font-size: 20px; margin-bottom: 20px;}
.readmore{display: inline-block; background:#263a4f; color: #fff; border-radius: 4px; text-transform: uppercase; font-size: 16px; padding:10px 25px;}
.readmore:hover{color:#fff; }
.aboutcontents .subtext{color:#fff;}
.aboutcontents .subtext:after{background: #fff;} 
.aboutsec .aboutcontents h2{
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}

.aboutinner .aboutimg1{top: 0;}
.aboutinner .heading2{color:#263a4f;}

.hospitalsec{ padding-bottom: 30px; }
.hospitalsec .container{position: relative;}
.hospitalimg{width: 50%; float: right;position: relative;right: -6%; margin-top: -6%;}
.hospitalcont{width: 50%; float: left;}

.hospitalcont h2:after, .newssec h2:after{content:"";  width: 80px; background:#263a4f; height: 3px; display: block; margin-top: 15px; }
.hospitalcont p{font-size: 19px; line-height: 1.4; color:#5d5d60; margin-bottom: 30px;}
::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, :-moz-placeholder {color:#fff; }
.form-control::placeholder{color:#fff; opacity: 1;}
.formbg{background:#f7f7f7; position:relative;}
.formbg:after{ content:""; width: 100%; height:120px; background:url(../images/sectiontopshade.png) center bottom no-repeat; background-size: 100% 100%; position: absolute;left: 0; top: 0; display: block;}
.formbox{width:40%; float: right;background:#263a4f; padding:150px 40px 40px; color:#fff;}
.formbox h2 {margin-top: 0px; font-weight:300; font-size: 30px;color:#fff;}
.formbox ul{list-style: none;padding: 0;}
.formbox ul li{width: 100%; float: left; margin-top: 15px;}
.formbox ul li input, .formbox ul li textarea{width: 100%; font-size: 16px; background: none; border: none; border-bottom:1px solid #566576; padding: 10px; min-height:50px; color:#fff; box-shadow: none;  }
.formbox ul li input.submit-btn{background:#9fc92f; float: left; color:#fff; font-weight:bold; border: none; width:180px; border-radius:4px; text-align: center;}
.captcha{width: 50%; float: left;}
.captcha input{display: inline-block;}

.stripbg{ width: 60%; float: left; padding: 160px 50px 0 0; } 
.stripbg .container, .stripbg2 .container{position: relative;}
.stripbg p{margin-bottom: 20px;}
.stripbg ul{list-style: none; }
.stripbg ul li{ float: left; width: 25%; padding: 10px; font-size: 40px; font-weight: 300; }
.icons{ width: 130px; height: 130px; line-height: 124px; text-align: center; border-radius: 50%; border:1px solid #9fc92f; margin: 0 auto; display: block; background:#fff; }
.stripbg ul li span{display:block; padding-top: 15px;font-family: 'SF Pro Display'; text-align: center; vertical-align:middle; color:#3a3a3f; font-size: 21px; line-height: 1;}
 
.stripbg img{display: inline-block;vertical-align:middle;}
.stripbg2{ margin-top: 30px;}

.stripbg.stripcount ul li{width: 50%; padding:20px 20px 0px 0;}
.stripbg.stripcount .icons{ width: 100%; height: 200px; border-radius: 4px;  }
.stripbg.stripcount .icons:hover{background:#9fc92f;}
.stripbg.stripcount .icons:hover img{filter: brightness(10);}
.stripbg.stripcount .icons:hover span{ color:#fff; }
.newssec{padding:100px 0 60px;}
 
.newsleft ul{list-style: none;}
.newsleft ul li{width: 48%; float: left;}

.newsimg{ width:100%; float: left; position: relative; border-radius: 4px 4px 0px 0px; overflow: hidden;height: 300px; }
.newsimg img{width: 100%;height: 100%;object-position: center;object-fit: cover;  }
.newscontent{width:100%; float: left; border: 1px solid #e8e8e8; padding: 25px;}
.newsleft ul li{margin-bottom: 30px; }
.quicklinks{width: 30%; float: right;}
.quicklinks ul{list-style: none;}
.quicklinks ul li{width: 100%; float: left;}
.quicklinks ul li a{display: block; padding: 15px 0; font-size: 18px; color:#2d2e36; background:url(../images/greenarrow.png) center right no-repeat;}
/*.quicklinks ul li a:after{}*/
.blogslide{margin-top: 20px;}
.newsbox{color: #263a4f; display: block; width: 100%; float: left; font-size: 18px; font-weight:300;}
.newsbox:hover{color:#263a4f;}
.dats{color:#9fc92f; font-size:16px; font-weight:500; margin-bottom: 0!important;}
.dats span{color:#9fc92f;font-size:16px;}
.blogtitle{margin-bottom: 10px; font-weight: 300;-webkit-box-orient: vertical;  display: -webkit-box;  -webkit-line-clamp:2;  overflow: hidden;  text-overflow: ellipsis;  white-space: normal;}
.blogbrief{ font-size: 16px; -webkit-box-orient: vertical;  display: -webkit-box;  -webkit-line-clamp:3;  overflow: hidden;  text-overflow: ellipsis;  white-space: normal;}
.newsleft ul li:first-child{ margin-right: 4%; }
.newsleft ul li:first-child .newsimg{ width: 100%; height: 250px; border-radius:4px 4px 0 0; margin: 0; }
.newsleft ul li:first-child .newscontent{width: 100%; background: #263a4f; color: #fff; padding:30px; border-radius:0 0 4px 4px;}
.newsleft ul li:first-child .newscontent .dats{color:#f1f1f1;}

.stripbg2{background:url(../images/stripbg2.jpg) center center no-repeat; background-size: cover; position: relative; padding: 50px 0;}
.stripbg2:before{ content:""; background: rgba(255, 195, 0, 0.85); width: 100%; height: 100%; position: absolute; left: 0; top: 0; height: 100%;}
.stripbg .heading2{margin-bottom: 10px;}
.stripbg2 ul{list-style: none;}
.stripbg2 ul li{width: 33%; float: left; padding-left:15px;}
.stripbg2 ul li:first-child{padding-left: 0;}
.stripbg2 ul li img{display: inline-block;vertical-align: middle; filter: brightness(0);}
.stripbg2 ul li span{ width: calc(100% - 75px); display: inline-block; vertical-align: middle;color:#2d2e36; font-size: 22px; font-weight: 300;}
.stripbg2 ul li span strong{font-size: 21px; font-weight: 600; display: block;}
.stripbg2 ul li:nth-child(3){float: right;}

.footersec{padding: 50px 0; background:url(../images/footerbg.jpg) center center no-repeat; background-size: cover; position: relative;}
.footersec:before{ content:""; background: rgba(38, 58, 79, 0.95); width: 100%; height: 100%; position: absolute; left: 0; top: 0; height: 100%;}
.footersec .container{position: relative;}
.flogo img{filter: brightness(10); opacity: 0.6;margin-bottom: 20px;}
.fbox{width:25%; float: left; }
.fbox .footertitle{font-size: 17px; font-weight:300; text-transform: uppercase; color:#fff; margin-bottom: 15px;}
.fbox ul{list-style: none;}
.fbox ul li{ width: 100%; display: block; }
.fbox ul li a{display: block; padding:5px 20px; font-size:13px; font-weight:300; color:#fff; background:url(../images/arrow.png) left 10px no-repeat; background-size: 12px; }
.fbox.footerfirst{padding-left: 0;}
.fbox.footerfirst p{font-size: 19px; margin-top: 15px; color:#fff;}
.fbox.footerfirst p small{font-size: 15px;} 

.fbox.boxcategory{ width: 75%; }
.fbox.boxcategory ul li{ width:33.33%; float: left; padding-right: 15px; }

.footerlinks{background:#f1f1f1; padding: 80px 0;}
.footerlinks h3 a{color:#2d2e36!important; font-size: 16px;}
.copyright{text-align: center; padding: 15px 0; font-size: 14px; background:#263a4f; color:#ccc; width: 100%; float: left;}
.productpage{padding: 50px 0;}

.innerbanner{background:#263a4f; padding: 40px 0;}
.innerbanner h1{margin: 0 0 10px; color:#fff;}
.breadcrumbs{color:#fff; font-size: 16px;}
.breadcrumbs a{ display: inline-block; color:#fff; margin: 0 5px; }
 
.innerpages{padding: 60px 0;}
.innerpages p{color:#5d5d60; line-height: 1.5; font-size: 17px; margin-bottom: 20px;}
.innerpages .bullet2 li{color:#5d5d60; line-height: 1.5; font-size: 17px;}
.aboutimgsec{background: #f1f1f1; padding: 15px;  margin: 25px 0;}
.aboutimgsec img{height: 120px; margin-bottom: 10px; margin-right: 15px; display: inline-block;}
 .btn-primary { color: #fff;  background-color:#263a4f; border-color: #263a4f;}
.btn-danger {color: #fff; background-color: #9fc92f; border-color: #9fc92f;}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active { background-color:#263a4f;}

#google_translate_element {margin-right: 10px; background: #f1f1f1; display: inline-block; padding: 8px 15px; border-radius: 25px;}
 
.button-wrapper .button-item {
    display: block;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
}
.button-wrapper .button {
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    padding: 8px 20px;
    text-align: center;
    background: #263a4f;
    color: #fff;
    width: 150px;
    height: 40px;
    border-radius: 4px;
    border: none;
} 
#procedures-links li .link a{color:#fff;}
.product .product-description h3{min-height: 62px;}
.boxed-social{margin-top: 15px;}
.section_header{margin-bottom: 10px;}
.tellfriend {width: 100%;padding: 20px; border: none;border-right: 1px solid #e0e0e0;border-radius: 0;}
.content-text a{color:#9fc92f;}
.shop-cart .cart-update-sec a.update-cart, .update-btn{padding: 8px 30px; font-size: 16px; border-radius:4px; min-height: 40px; border:none;}
.select-menu { color:#5C5C5C ;  height: 50px;   width: 100%;border: none;padding: 10px 15px;}
.product-description .product-detail-btn{ margin-top: 5px; }
.ui-widget .ui-widget {font-size: 1em;}
.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button {font-family: Verdana,Arial,sans-serif;font-size: 1em;}
.ui-widget-content {border:0;background: #ececec;-moz-box-shadow:    inset 0 3px 1px 0 #cbcbcb;   -webkit-box-shadow: inset 0 3px 1px 0 #cbcbcb;   box-shadow:         inset 0 3px 1px 0 #cbcbcb;color: #222222;    border-radius: 10px;}
.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default {border:0;background: url(../images/slider-pointer.png) no-repeat;font-weight: normal;color: #555555;}
.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited {color: #555555;text-decoration: none;}
.price-range{ margin:27px 0 0;}
.price-range input[type="text"], .price-range p{ max-width:138px; height:29px; font-size:15px; color:#5e5e5e; float:right; border:1px solid #e0e0e0; border-radius:1px; text-align:center;}
.price-range p{ float:left; padding:0 30px; margin:0;}
.boxed-social{border:1px solid #e0e0e0;list-style:none;}
.boxed-social li{float:left; width:33.3%}
.boxed-social li a{display:block; padding:20px 34px;color: #222222;border-right:1px solid #e0e0e0;}
.boxed-social li:last-child a{border:0;}
.boxed-social li a i{border: 1px solid #222222;border-radius: 100%; color: #222222; float:left; height: 49px; font-size: 20px; line-height: 46px;text-align: center;width: 49px;    margin-right:13px;}
.boxed-social li a.facebook:hover{color: #456098;}
.boxed-social li a.facebook:hover i{background:#456098; border-color: #456098;color: #456098; color: #fff;}
.boxed-social li a.twitter:hover{color: #2991d6;}
.boxed-social li a.twitter:hover i{background:#2991d6; border-color: #2991d6;color: #2991d6; color: #fff;}
.boxed-social li a.pinterest:hover{color: #a92020;}
.boxed-social li a.pinterest:hover i{background:#a92020; border-color: #a92020;color: #a92020; color: #fff;}


ul.resp-tabs-list, p {margin-top: 11px;padding: 0px;}
.resp-tabs-list li { font-weight: 600;font-size: 13px;display: inline-block; padding: 0;margin: 0;list-style: none;cursor: pointer;}
.resp-tab-item  a:hover, .resp-tab-active a, .resp-tab-item a:hover span{ color:#fff;}
.resp-tab-active  a, .resp-tab-active a span{ color:#fff !important;}
.resp-tabs-container {padding: 0px;background-color: #fff;clear: left;}
h2.resp-accordion {cursor: pointer;padding: 5px;display: none;}
.resp-tab-content { display: none;padding: 0;}
.resp-tab-active { border-bottom: none; margin-bottom: -1px !important; padding: 0 !important;color:#fff; background:#2991d6; border-color:#2991d6}
.resp-tab-active { border-bottom: none;color:#fff; background:#2991d6; border-color:#2991d6}
.resp-tab-active a{ color:#fff;}
.resp-content-active, .resp-accordion-active { display: block;}
h2.resp-accordion { font-size: 20px; border-bottom: 1px solid #e3e3e3; border-top: 0px solid #e3e3e3; margin: 0px; padding: 15px;}
h2.resp-tab-active { border-bottom: 0px solid #e3e3e3 !important; margin-bottom: 0px !important; padding: 15px !important;}
h2.resp-tab-title:last-child {border-bottom: 12px solid #c1c1c1 !important; background: blue;}

/*-----------Vertical tabs-----------*/
.resp-vtabs{ padding:120px 0 75px !important;}
.resp-vtabs ul.resp-tabs-list { float: left;width: 30%;border: 1px solid #d2d2d2;border-right:0;}
.resp-vtabs .resp-tabs-list li { display: block; padding: 19px 29px 19px !important; margin: 0; cursor: pointer;float: none;font-family: 'Raleway', sans-serif;border-bottom: 1px solid #d2d2d2;}
.resp-vtabs .resp-tabs-container { padding: 0px; background-color: #fff; border: 1px solid #d2d2d2; float: left; width: 68%; min-height: 250px; clear: none;}
.resp-vtabs .resp-tab-content { border: none;padding:26px 38px;}
.resp-tab-content.resp-tab-content-active p{ margin:15px 0 0 0;}
.resp-vtabs .resp-tab-content  h3{font-size:32px;}
.resp-vtabs li.resp-tab-active { background-color: #fff; color: #000; position: relative; z-index: 1; margin-right: -1px !important; padding: 20px 29px  !important; }
a#add-review-btn {background-color: #525866; color: #fff; text-transform: uppercase; border: none; padding: 12px 40px; border-radius: 0px; margin: 10px 0 0 0;}
.resp-arrow { width: 0;height: 0; float: right; margin-top: 3px; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 12px solid #c1c1c1;}
input.btn.btn-medium.btn-dark.btn-square{ background-color: #525866; color: #fff; text-transform: uppercase; border: none; padding: 12px 40px; border-radius: 0px;
    margin: 10px 0 0 0;}
input.btn.btn-medium.btn-dark.btn-square:hover{ background-color: #02ADC6; }

.shop{margin: 0 -10px;padding: 0 10px; width: 102.3%;}
.shop h2{font-size:32px;}
.shop li{display: inline-block; margin: 0 0 27px; padding: 0 10px; width: 32%;}
.shop > li .product .product-thumb{width: 100%;height: 280px;overflow: hidden;background: #fff;}
.shop > li .product .product-thumb img{width: 100%;height: 100%;object-fit: contain;object-position: center;}
.shop.full-width li{width: 24.7%;}
.product{border:1px solid #dadada;display: inline-table;width: 100%;}
.product-thumb{position:relative;/*margin:-1px;*/}


.resp-tabs-list li {
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
    cursor: pointer;
    padding: 10px 15px;
    background: #f1f1f1;
}

.product-detail-description .btn.downloadbtn{padding: 9px 15px; border-radius:4px!important; background:#9fc92f; border-color:#9fc92f; color:#fff;}
.product-detail-description .btn.enwdown{padding: 9px 15px; border-radius:4px!important; background:#2d2e36; border-color:#2d2e36; color:#fff;}

.disc1{-webkit-box-orient: vertical;  display: -webkit-box;  -webkit-line-clamp: 3;  overflow: hidden;  text-overflow: ellipsis;  white-space: normal;}
.product-detail-description h2{color:#263a4f;}
.btn-success { background-color: #9fc92f; border-color: #9fc92f;}

.left_section{ margin:20px 0px; border:1px solid #c5d9ee; border-top:5px solid #263a4f; }
.left_section h3{ background:#333; font-size:1.5em; padding:10px; color:#fff; font-family: Lato-Light, sans-serif; margin:0;}

.right_section{ margin:20px 0px 0px 0px; padding-left: 15px;}
.right_section .details_heading{ line-height:44px; margin:0 0 2px 0; text-transform:uppercase}
.right_section .col-md-4 {padding: 0 5px; margin-bottom: 10px;}
.right_section .col-md-12{padding: 0 5px;}
.right_section h3, .right_section h1 {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 0px;
    position: relative;
    padding-bottom: 15px;
}
.right_section h3:before, .right_section h1:before {
    content: '';
    width: 55px;
    height: 3px;
    background: #9fc92f;
    display: block;
    margin-top: 13px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.details h3:before{display: none;}
.bullet2 {margin:0 0 20px 0; padding:0; overflow:hidden; padding-left:22px;}
.bullet2 ul {margin:0; padding:0; border:none;  }
.bullet2 li {list-style-image:url(../images/greenarrow.png); float:left; line-height:21px; padding-bottom:10px; font-weight:normal; width:35%; }
.bullet2 li a {color:#606060; text-decoration:none;}
.bullet2 li a:hover {color:#606060; text-decoration:underline;}

.paging{margin-bottom:20px;}
.paging .alpha {
    background: #f1f1f1;
    color: #000;
    display: inline-block;
    padding: 9px;
    margin-bottom: 5px;
    text-decoration: none;
    transition: background .5s;
    min-width: 36px;
    text-align: center;
}
.paging .alpha:hover{ background:#263a4f; color:#fff;}

.paging .pagelinks {
    background: #f1f1f1;
    color: #000;
    display: inline-block;
    margin-bottom: 7px;
    padding: 5px 8px;
    text-decoration: none;
    transition: background .5s;
    min-width: 30px;
}
.paging .pagelinks:hover {
    background: #263a4f;
    color: #fff;
}
.paging .active{ background:#263a4f; color:#fff; padding:5px 8px; min-width: 30px; display:inline-block;}

.support{
    background: #f97210;
    width: 56px !important;
    height: 56px !important;
    color: #333;
    font-size: 20px;
    position: fixed;
    right: 15px;
    bottom: 80px;
    cursor: pointer;
    z-index: 999;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
}
.support:hover{
  cursor: pointer;
}
.support img{
  transition: all 300ms ease-in-out;
  width: 60%;
}
.returntotop{
    background: #81b304;
    width: 56px !important;
    height: 56px !important;
    color: #333;
    font-size: 20px;
    position: fixed;
    right: 15px !important;
    bottom: 80px !important;
    cursor: pointer;
    z-index: 999;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
}
.inner-fabs a{
    background: #81b304;
    width: 56px;
    height: 56px;
    color: #fff;
    font-size: 35px;
    position: fixed;
    right: 15px;
    bottom: 80px;
    cursor: pointer;
    z-index: 99;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
}
.inner-fabs a:hover{
    text-decoration: none;
}
.inner-fabs.show a{
  transition: all 300ms ease-in-out;
}
.inner-fabs.show a:nth-child(1) {
  bottom: 145px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
  background: #1948d1;
}
.inner-fabs.show a:nth-child(2) {
  bottom: 210px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
  background: #49E670;
}
.inner-fabs.show a:nth-child(3) {
  bottom: 275px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
  background: #03e7e7;
}
.inner-fabs.show a:nth-child(4) {
  bottom: 340px !important;
  background: #81b304;
}



@media (max-width:1279px) {
.logo {
    width: 90px;
}

.container{width: 100%;}
.topheader .container{width:100%;}
.btitle{font-size: 50px;}
.searchbox{width: auto;}
.searchbox input{ }
.topmenu > ul > li > a { font-size: 14px; padding: 26px 8px;}
.centerimg{width: 420px; height: 420px; }

.aboutcontents h2, .hospitalcont h2{font-size: 30px;}
.aboutcontents p{font-size: 20px;}
.aboutimg1{margin-top: 40px;}

.aboutcontents h2::before{font-size: 134px;top: -94px;}
.newsleft h2::before, .quicklinks h2::before{font-size: 110px;}
.newssec {padding: 80px 0 50px;}
.stripbg ul li{font-size: 32px;}
.stripbg ul li small{font-size: 18px;}

.aboutimgsec img{height: 100px;}
}


@media only screen and (max-width: 1440px) {
    .homebanner::after, .formbg::after, .aboutsec::before{height: 70px;}
    .aboutsec{padding: 60px 0;}
    .formbox, .stripbg{padding-top: 100px;}
}
@media (max-width:1023px) {
.contactbtn{margin-right: 60px;}
.productimg {width: 90px; height: 90px;}
.productsec .heading2::before{font-size: 100px;}
.stripbg{width: 100%; padding-right: 0; padding-bottom: 50px;}
.formbox {width: 100%;padding-top: 40px;}
.container{width:750px;}
.centerimg {width: 300px; height: 300px;}
.homeprolist > ul > li{width: 200px;margin-bottom: 20px;}
.homeprolist > ul > li:nth-child(2n){margin-left:calc(100% - 400px);}
.productsec {padding: 30px 0;}
.producttitle{font-size: 16px; font-weight: 500;}
.aboutimg1{width: 100%; margin-top: 0;}
.aboutimg1 img{width: 100%;}
.aboutcontents, .hospitalcont{width: 100%;}
.aboutsec::after{height: 80px;}
.aboutsec::before{height: 50px;}
.aboutsec{padding: 60px 0px 120px;}
.hospitalimg{float: none;margin: 0 auto; position: static;}
.hospitalcont p{font-size: 17px;}
 
.captcha{width: 100%; margin-bottom: 10px;}

.stripbg ul li { font-size: 26px;}
.stripbg img, .stripbg2 ul li img{height: 50px;} 
.newsleft h2::before, .quicklinks h2::before { font-size: 84px; top: -54px;}
.newsleft ul li { margin-bottom: 10px;}
.newsleft ul li:first-child .newsimg{height: 190px;}
.newsleft ul li:first-child .newscontent{padding: 20px;}
.quicklinks ul li a{padding: 10px 0; font-size: 16px;}
.stripbg2 ul li span, .stripbg2 ul li span strong{font-size: 18px;}
.fbox.boxcategory ul li{width:50%;}
.fbox ul li a {  }


.navicon{display: block; float: right; cursor: pointer; position: absolute; top:20px; right:15px; z-index: 9992; width: 30px; height: 30px; padding-top: 15px;}
.navicon span{ width:30px; height:3px; background:#000; position: relative; display: block;}
.navicon span:before, .navicon span:after{content:""; width:30px; height:3px; background:#000; display: block; position: absolute; left: 0;}
.navicon span:after { width: 30px;  }
.navicon span:before{top: -10px;   }
.navicon span:after{bottom: -10px; }
.navicon.active{position: fixed;}
.navicon.active span{ background: none;}
.navicon.active span:before{ transform: rotate(-48deg); }
.navicon.active span:after{ transform: rotate(45deg); bottom:9px; }
.active span:before, .navicon span:after { width:30px; }

.headerbg.fixed .topmenu { margin-right: 0;  margin-top: 0;}
.topmenu { margin: 0; box-shadow: 0 0 3px #ccc; background:#fff; position: fixed;top: 0;right: 0; z-index: 9991; width:300px; padding:40px 30px; height: 100%; overflow-x: hidden; overflow: auto; -webkit-font-smoothing: antialiased;  transform-origin: 0% 0%;  transform: translate(100%, 0);  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);}
.topmenu.showmenu{ transform: translate(0%, 0); }
.topmenu > ul > li{width: 100%;border:none; position: relative; border-top:1px solid #f0f3f6;}
.topmenu > ul > li:first-child{border: none;}
.topmenu > ul > li > a { padding:15px 0px;}

.ddclick, .ddclick1{position: absolute; right: 0; top: 0; width: 32px; height:42px;/* background:#ccc;*/ cursor: pointer;color:#405464;}
.ddclick:before, .ddclick1:before {content: "+";display: inline-block; width: 100%; text-align: center; line-height: 42px; font-size: 24px;}
.ddclick.active:before, .ddclick1.active:before {content: "-";}
.searchbox{/*margin-right: 70px;*/}

.innerpages {padding: 40px 0;}

.col-md-9.fright, .col-md-3.fleft.left-menu{width: 100%;padding: 0;}
.productimage{height: 230px;}

.right_section{padding-left: 0; margin-top: 0;} 
.fbox { padding-left: 0;  }
.fbox.footerfirst{width: 100%;}
.fbox.boxcategory {width: 100%;}

}

@media (max-width:991px) {
    .searchbox{margin-right: 15px;}
.searchbox .searchbtn, .searchbox input{height: 44px;}
}


@media (max-width:767px) {
.homeprolist{width: 100%;}
.heading2 { font-size: 22px;}
.formbg::after{display: none;}
    .flogo {margin-bottom: 20px; text-align: center;}
    .formbox h2{font-size: 22px;}
    .subtext{font-size: 15px;}
    .aboutsec {background: #9fc92f ;}
    .heading2 {font-size: 24px;}
    .boxed-social li a, .tellfriend{padding: 10px;}
    .product-detail-description{margin-bottom: 20px;}
.container{width: 100%;}
.btitle {font-size: 32px;}
.centerimg { position: static; transform: inherit;}
.homeprolist > ul > li{width: 50%;}
.homeprolist > ul > li:nth-child(2n){margin-left:0;}
.producttitle{font-size: 15px;}
.aboutcontents h2, .hospitalcont h2, h2 { font-size: 24px;}
.aboutcontents p, .hospitalcont p{font-size: 16px;}
.hospitalcont p{margin-bottom: 20px;}
.formbg, .stripbg, .stripbg2, .footerlinks{padding: 30px 0;}
.formbox {width: 100%; padding: 30px;}

.stripbg ul li {font-size: 23px; width: 50%; float: left; margin: 10px 0;}
.newsleft, .quicklinks{width: 100%;}
 
.stripbg2 ul li { width: 100%; padding-left: 0;  margin: 10px 0;}

.searchbox{width: 100%; margin: 0 0 10px;}
.searchbox input {width: calc(100% - 55px);}
.homebanner .container{ }
 
.slide { width: 100%;}
.btitle { font-size: 26px;}

.productsec .heading2::before {font-size: 70px;}
.aboutcontents h2::before { font-size: 80px; top: -55px;}
.newsleft{margin-bottom: 40px;}
.newssec{padding: 50px 0;}
.btns{padding: 10px 30px; min-width: 160px;}
.fbox.boxcategory, .fbox{width: 100%;}
.fbox.boxcategory ul li{width: 100%;}

.homebanner::after{display: none;}
.btitle{font-size: 24px;}
.btitle small {font-size: 20px;}
.blogitem {margin-bottom: 10px;display: inline-block;}
.innerbanner{padding:20px 0px;}
}


@media (max-width:480px) {
.newsleft ul li{width: 100%;}
.newsleft ul li:first-child .newsimg {height: 250px;}
.aboutimgsec img { height: 78px;}
.shop.full-width li { width: 49%;}
.btitle {font-size: 20px; margin-bottom: 10px;} 
.btns { padding: 7px 20px; min-width: 120px; font-size: 16px;}
.fbox ul li a { padding: 10px 0px 10px 25px;}
.footersec { padding: 30px 0;}

}












.header-top{ background:#f5f5f5;}
.top_section{ margin-top:8px;border-bottom:1px sodli #000; height:34px; margin-bottom:0; }
.top_section ul { margin:0; padding:0;}
.top_section ul li{ float:left; list-style:none; padding:0px 5px; text-align:left;}
.top_section ul li a{color:#666; font-family:Lato-Light, sans-serif;  font-size:13px; line-height:15px;}
.top_section ul li span{ color:#901742; }
.top_section ul li span a{color:#f48d3e;}
.top_section ul li span img{padding-right:5px; text-align:center;}
.goog-te-gadget-simple{ border:solid 1px #ccc !important;}
.top_section .send-enquiry{ }
lable{ font-size:12px !important;}
.fleft{float:left}
.fright{float:right}

strong, b{ font-weight:600}
#back-top { position: fixed;bottom: 20px; }
#back-top a {   display: block; text-align: center;font: 11px/100% Arial, Helvetica, sans-serif;text-transform: uppercase;text-decoration: none;color: #bbb;-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
#back-top a:hover { color: #000;}
#back-top span {    width: 30px;    height: 30px;   display: block; margin-bottom: 7px; background:url(../images/scroll-to-top-arrow.png) no-repeat right center;   -webkit-transition: 1s; -moz-transition: 1s;    transition: 1s;}




/* menu */
.navigation{ background:#901742}
.h_menu{padding: 0;background: #901742;}
.navbar {position: relative;margin-bottom: 0px; border: none;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {    background: #901742;    color: #ffffff; padding: 0;}
.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover{
    color: #000; background:none !important;}
.navbar-default .navbar-nav > li > a {  color: #fff;    -webkit-transition: all 0.3s ease-in-out;   -moz-transition: all 0.3s ease-in-out;  -o-transition: all 0.3s ease-in-out;    transition: all 0.3s ease-in-out;}
.nav > li { background:url(../images/border.png) no-repeat; background-position:right  center; padding-right:5px;   }
.nav > li:first-child{background:url(../images/border.png) no-repeat; background-position:right  center;    }
.nav > li:last-child{ background:none;}
.nav > li > a { font-size: 14px !important; padding:15px 10px;  text-transform: uppercase;}
/* start soc_icons */
.soc_icons {}
.soc_icons ul{  margin-bottom: 0;}
.soc_icons ul li{   display:inline-block; margin-left: -3px; background:#fff; border-radius:100%; margin-top:10px; margin-right:5px;}
.soc_icons ul li a{ color:#901742;  font-size: 16px;    display: block; line-height: 30px;  width: 30px; height:30px;       -webkit-transition: all 0.3s ease-in-out;   -moz-transition: all 0.3s ease-in-out;  -o-transition: all 0.3s ease-in-out;    transition: all 0.3s ease-in-out;}
.soc_icons ul li a:hover{
    background: #f48d3e; border-radius:100%; color:#fff;
}
/* start main */
.main_bg{
    background: #ffffff;
}
.main{
    padding: 1% 0;
}
.images_1_of_4 img{
    display: inline-block;
}
.images_1_of_4 h4 { margin:8px 0; font-size:18px; font-weight:400; color:#901742; border-bottom:1px solid #f1f1f1; padding-bottom:10px; text-align:left}
.images_1_of_4_ul{ margin:0; padding:0;}
.images_1_of_4_ul li{ list-style:none; text-align:left; font-size:1em; background:url(../images/list.png) no-repeat 0 9px; line-height:26px; padding-left:20px;}
.images_1_of_4_ul li a{ color:#333;}
.images_1_of_4  span{   display: block; text-align: center; margin: 0 auto;}
.bg{    -webkit-transition: all 0.3s ease-in-out;   -moz-transition: all 0.3s ease-in-out;  -o-transition: all 0.3s ease-in-out;    transition: all 0.3s ease-in-out;   border-radius: 75px;    -webkit-border-radius: 75px;    -moz-border-radius: 75px;   -o-border-radius: 75px;}
/* Button 1 */
.fa-btn {   font-size: 14px;    background: none;   cursor: pointer;    padding: 12px 40px; display: inline-block;  margin: 10px 0px;   text-transform: uppercase;  outline: none;  position: relative; -webkit-transition: all 0.3s;   -moz-transition: all 0.3s;  transition: all 0.3s;   border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;    -o-border-radius: 4px;}
.fa-btn:after { content: '';    position: absolute; z-index: -1;    -webkit-transition: all 0.3s;   -moz-transition: all 0.3s;  transition: all 0.3s;}
.btn-1 {    border: 2px solid #ff5454;  color: #3b3b3b;}
/* Button 1e */
.btn-1e {   overflow: hidden;}


.learnmore{ text-align:center !important;padding:1px 0px !important;}
.learnmore a{color:#e44554; font-weight:bold; }


.contnet{ margin-bottom:20px;}
.contnet h1{ color:#333; font-size:24px; font-weight:600; margin:30px 0px 5px;font-family:Lato-Light, sans-serif; text-transform:uppercase;}
.contnet h1 span{ color:#901742}
.contnet p{font-family:Lato-Light, sans-serif;  font-size:15px; color:#333; line-height:23px;}


.top{ background:#901742; padding:20px; }
.top h1{ font-size:2em; font-weight:bold; color:#fff; margin:0; padding:0px 0px 10px 0px;}
.top ul { margin:0; padding:0; }
.top ul li{ list-style:none; display:inherit; color:#fff; background:url(../images/arrow.png) no-repeat left center; padding-left:24px; font-size:18px; font-style:italic; }
.top ul li a{ color:#fff}
.bottom{ margin-top:40px;}
.bottom h1{font-size:24px; font-weight:bold; color:#901742; padding:0px 0px 10px 0px;}
.tip1{ background:url(../images/tip1.png) no-repeat; background-position:top left; }
.tip1 h1{ font-size:2em; padding-left:45px; font-weight:bold; padding-bottom:0; margin-bottom:0;}
.tip1 p{ font-size:1em; padding-left:45px;  color:#666;}

.tip2{ background:url(../images/tip-2.png) no-repeat; background-position:top left; }
.tip2 h1{ font-size:2em; padding-left:45px; font-weight:bold; padding-bottom:0; margin-bottom:0;}
.tip2 p{ font-size:1em; padding-left:45px;  color:#666}

.tip3{ background:url(../images/tip-3.png) no-repeat; background-position:top left; }
.tip3 h1{ font-size:2em; padding-left:45px; font-weight:bold; padding-bottom:0; margin-bottom:0;}
.tip3 p{ font-size:1em; padding-left:45px; color:#666}


.listing_heading{ text-align:center !important; height:275px; margin-bottom:20px;}
.listing_heading h3{ padding:5px 0px;  border-bottom:1px solid #ddd; margin-bottom:5px; margin-top:0px; color:#333; font-size:13px; font-weight:700}
.listing_heading p{ padding:0; font-family:Lato-Light, sans-serif;  font-size:12px; color:#333; line-height:20px;}
.listing_heading p a{ text-align:center !important;}
.footer_menu{}
.footer_menu h3{ font-size:14px; font-weight:bold; color:#901742; margin-bottom:5px; padding-bottom:0px;}
.footer_menu ul{ margin:0; padding:0;}
.footer_menu ul li{ font-size:14px;  list-style:none; background:url(../images/footer.png) no-repeat ;background-position:left center; padding-left:15px; line-height:25px;}
.footer_menu ul li a{color:#333 !important;}

.about{ background:url(../images/about-us.png) no-repeat 0 4px; }
.about h1{ font-size:2em; padding-left:7px; font-weight:bold; padding-bottom:0; margin-bottom:0;}
.about a{ font-size:1em; padding-left:7px; font-weight:bold;  color:#666;}

.contact{ background:url(../images/telephone.png) no-repeat 0 4px;}
.contact h1{ font-size:2em; padding-left:7px; font-weight:bold; padding-bottom:0; margin-bottom:0;}
.contact a{ font-size:1em; padding-left:7px; font-weight:bold;  color:#666; line-height:30px;}

.service{ background:url(../images/footer_service.png) no-repeat 0 4px;}
.service h1{ font-size:2em; padding-left:9px; font-weight:bold; padding-bottom:0; margin-bottom:0;}
.service a{ font-size:1em; padding-left:9px; font-weight:bold;  color:#666;line-height:30px;}

.product{ background:#fff; border:1px solid #f1f1f1; margin-top:20px; margin-bottom:20px; border-radius:5px; height:170px }
.product:hover .product_name{ display:block;}
.productsb{ width: 100%; float: left; /*border:1px solid #f1f1f1;*/}
.productpage .right_section .clear{margin-bottom: 20px;}
.productimage {position: relative; height: 250px; width: 100%; float: left; overflow: hidden; border: 1px solid #f1f1f1;background: #fff;}
.productimage img { width: auto; position: absolute; top: 50%;  left: 50%;  transform: translate(-50%, -50%); height: 100%;max-width: inherit;}
.product_name{ width: 100%; float: left; background:#9fc92f; text-align:center; /*font-size:12px; opacity:0.9; position:absolute; padding:3%; bottom:20px;*/}
.product_name a{color:#fff; padding: 10px; display: block; font-size: 18px;}
.product_name a span{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:1;-webkit-box-orient: vertical;}
.product_name h2{ color: #fff; font-family: Lato-Light,sans-serif;    font-size: 18px !important;    margin: 0;    line-height: 34px;    text-align: center;}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {color: #fff;
    background-color: #263a4f; border-color: #263a4f;}
.btn{}
.details{ border:1px solid #f1f1f1; margin-top:20px; margin-bottom:20px; overflow:hidden; padding:25px 10px;}
.details h3{ font-size:18px; font-weight:600; color:#263a4f; margin:0;  border-bottom:1px solid #f1f1f1; padding-bottom:5px;}
.details p{ font-size:15px; line-height:25px; color:#444; }
.details .link{ display:block; padding:10px 0;}
.details span{ font-size:15px; line-height:25px; color:#666;}
.btngroup{ float:right;}
.details_heading{ font-size:2em; color:#357ebd; margin:30px 0px 30px 0px; font-family: Lato-Light,sans-serif;}
.bg-color{ background:#f2f2f2; border:1px solid #f1f1f1; }

.details.bg-color{background:#fff; margin-left: 5px;}
.img-thumbnail{border: 1px solid #f1f1f1}
.details-text{ margin:20px 0;}
.details-text p{ font-size:1.6em; color:#666; font-family: Lato-Light,sans-serif; }
.border{ border:1px solid #f1f1f1;}
.border-1{ border:1px solid #f1f1f1;  margin-top:20px; width:103%;}
.heading{ }
.heading p{  font-size:1.8em; color:#901742; font-family: Lato-Light,sans-serif; line-height:40px; margin:0; padding-left:10px;}
.code{  background:#f48d3e; margin:0; padding:0; overflow:hidden;}
.code p{ font-size:16px; color:#fff; text-align:center;  line-height:20px; padding-top:10px;}
.description { background:#f5f5f5; width:100%; padding:0;}
.description h3{ margin:0 ; padding:10px; font-size:22px; font-family: Lato-Light,sans-serif;}
.description div { background:none;}
.des_text{}
.des_text p{ margin:0;font-size:15px; color:#333; line-height:20px; padding:10px 10px;}
.btn_details{}
.btn_details div{ text-align:center; border-right:1px solid #f1f1f1;}
.btn_details div p{font-size:16px; color:#666; font-family: Lato-Light,sans-serif;}

.enquiry-pop-form ul{ list-style:none; margin:0; padding:0;}
.enquiry-pop-form h2{ color:#901742; font-size:24px; font-weight:400; margin-top:0; margin-bottom:15px}
.enquiry-pop-form li{ margin-bottom:7px;}
.enquiry-pop-form li:last-child{ margin-bottom:0}
.enquiry-pop-form li span{ width:130px; float:left}
.enquiry-pop-form li .form-control{ width:300px;}
.enquiry-pop-form li .btn-primary{border:none; padding:7px 18px; transition:background .5s}
.enquiry-pop-form li .btn-primary:hover{ background:#333}

.checkout-form ul{ list-style:none; margin:0; padding:0;}
.checkout-form li{ margin-bottom:10px;}
.checkout-form li:last-child{ margin-bottom:0}
.checkout-form li span{ width:150px; float:left; line-height:30px;}
.checkout-form li .form-control{ width:300px;}
.checkout-form li .btn-primary{ border-radius:4px; border:none; -moz-border-radius:4px; -webkit-border-radius:4px; padding:7px 18px; transition:background .5s}
.checkout-form li .btn-primary:hover{ background:#333}

.login-form { background:#f5f5f5; border:1px solid #f1f1f1; padding:15px; width:48%}
.login-form h2{ font-size:20px; margin-top:0; margin-bottom:20px;}
.login-form ul{ list-style:none; margin:0; padding:0;}
.login-form li{ margin-bottom:10px;}
.login-form li:last-child{ margin-bottom:0}
.login-form li span{ width:130px; float:left; line-height:30px;}
.login-form li .form-control{ width:230px;}
.login-form li .btn-primary{ border-radius:4px; border:none; -moz-border-radius:4px; -webkit-border-radius:4px; padding:7px 18px; transition:background .5s}
.checkout-form li .btn-primary:hover{ background:#333}
.star{ color:#F00}

table.shopping_cart{border-width: 1px; border-color: #f1f1f1; border-collapse: collapse;}
table.shopping_cart th {border-color:#263a4f; background-color: #263a4f;  border-width: 1px; color:#fff; padding: 8px; border-style: solid; }
table.shopping_cart tr:nth-child(even){ background:#f5f5f5}
table.shopping_cart tr:nth-child(odd){ background:#fff}
table.shopping_cart td {border-width: 1px; padding: 8px; border-style: solid; border-color: #f1f1f1; }

.center{ background:url(../images/center.png) no-repeat 0 5px; }
.center h1{ font-size:2em; padding-left:7px; font-weight:bold; padding-bottom:0; margin-bottom:0;}
.center a{ font-size:1em; padding-left:14px; font-weight:bold;  color:#666;line-height:30px;}
.footer_menu_bottom{ margin:0 ; padding:0;}
.footer_menu_bottom li { float:left; list-style:none; }
.content_right h4{  color: #353535; font-size: 2.5em;   font-family: 'texgyreadventorregular';  line-height: 1.5em;}
.content_right h4 span{ color: #ff5454;}
.content_right a{   position: relative; z-index: 1;}

.left-menu{ padding-right:0 !important;padding-left:0 !important}
#cssmenu, #cssmenu ul, #cssmenu li, #cssmenu a {margin: 0; padding: 0; border: 0; list-style: none; font-weight: normal;
  text-decoration: none; line-height: 1; font-size: 14px; position: relative;}
#cssmenu a {line-height: 1.3; }
#cssmenu {background: #fff;}
#cssmenu > ul > li {margin:0; border-bottom:1px solid #C5D9EE;}
#cssmenu > ul > li:last-child {margin: 0;}
#cssmenu > ul > li > a {font-size: 16px; display: block; color:#2d2e36; /*color: #ffffff; background: #565656;*/}
#cssmenu > ul > li > a > span {display: block; /*border: 1px solid #666666;*/ padding:10px 15px; }
#cssmenu > ul > li > a:hover {text-decoration: none; }
#cssmenu > ul > li.active {border-bottom: none;}
#cssmenu > ul > li.active > a { background:#263a4f; color: #fff; border: 1px solid #263a4f;}
#cssmenu > ul > li.active > a span {/*border: 1px solid #15adba;*/}
#cssmenu > ul > li.has-sub > a span {background:#ecf3fb url(../images/plusicon.png) 98% center no-repeat;}
#cssmenu > ul > li.has-sub.active > a span {background: url(../images/minusicon.png) 98% center no-repeat;}
/* Sub menu */
#cssmenu ul ul {padding: 5px 12px;  display: none;}
#cssmenu ul ul li {padding:7px 0; border-bottom:1px solid #C5D9EE} 
#cssmenu ul ul a {display: block;  color:#263a4f; font-size: 14px;}
#cssmenu ul ul a:hover {color:#9fc92f;}


/* start footer */
.footer_bg{ background: #f1f1f1; font-size:13px; padding:20px 0}
.footer_bg{ margin-bottom:0}
.footer_bg .designby{ text-align:right}
.footer-menu{ border-bottom:1px solid #ddd; padding-bottom:15px; margin-bottom:10px;}
.footer-menu ul{ list-style:none; margin:0; padding:0; text-align:center }
.footer-menu ul li{border-right:1px solid #ccc; display:inline-block; padding:0 13px}
.footer-menu ul li:last-child{ border:none}

.header_scroll{background:rgba(144, 23, 66, 1); border-bottom:1px solid #880a37; display:none; height:70px; padding:10PX 0; position:fixed; top:0; width:100%; z-index:99999}
.header_scroll .logo{ margin-top:5px}
.header_scroll .nav{float:right;}
.header_scroll .nav li a{color:#fff; transition:all .5s}
.header_scroll .nav li a:hover{background:none; color:#e0e0e0}

.home-contact-form{/* background:#880a37; border:1px solid #81012e; color:#fff; padding:10px 20px 0;*/}
.home-contact-form p{color:#fff; font-weight:600; margin-bottom:0}
.home-contact-form .submit-btn{ background:#3B3B3B; border:none; color:#fff; float:right; padding:6px 30px; text-transform:uppercase; transition:all .5s; margin-top:2px;}
.home-contact-form .submit-btn:hover{ background:#333;}
.home-contact-form .col-md-2 {width: 19.97%;}
.home-contact-form .ctext{ float:left; margin-top:5px; margin-right:10px}
.home-contact-form .captcha{float:left; width:215px;}

.footer-icon{ background:#f1f1f1; border:1px solid #e1e1e1; font-size:20px; overflow:hidden; padding:10px 0; text-align:center}
.footer-icon .fa{margin-right:8px; margin-top:1px;}
.footer-icon a:hover{color:#901742; text-decoration:none;}

.alist{}
.alist ul{list-style: none;padding: 0; margin: 0;}
.alist ul li{width: 33.33%; float: left; padding: 10px;}
.articlebox{ border:1px solid #ddd; }
.artimage{ height: 250px; width: 100%; overflow: hidden; }
.artimage img{object-position: center center; object-fit: cover; width: 100%; height: 100%;}
.artcontent{padding: 25px;}
.artcontent h3{font-size: 20px; min-height:46px; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.artcontent .p-font-15{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.articalleft{width: 30%; float:left;}
.articalleft + .articalright{width:70%; float: left; padding-left: 30px;}

.articalleft .left_section{margin-top: 10px;}
.articalleft .shead h2{ font-size: 24px; margin-top: 0; }
.articles-date{margin-top: 10px;}
.shead .submenu-toogle {
    position: absolute;
    right: 15px;
    top: 10px;
    color: #fff;
}
.articalleft #cssmenu > ul > li > a{padding: 10px 15px;}
.product-detail-slider img{border: 1px solid #ccc;}

.countrysec{ float: left;  width: 100%; background: #f5f5f5; padding: 15px 30px 30px; border-radius: 5px;}
.countrylist > ul{ list-style: none;padding: 0; margin: 0; }
.countrylist > ul > li{width:24%; margin-right: 1%; margin-top: 1%; float: left;}
.countrylist > ul > li > a{color:#263a4f; display: block; padding: 10px 15px; font-size:16px; background:#fff; box-shadow:0 0px 8px #e4e4e4; border-radius: 4px;}
.countrylist > ul > li > a:hover{background:#9fc92f;color:#fff;}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    animation-name: menu_sticky;
    animation-duration: 0.4s;
    animation-timing-function: ease-in;
    -webkit-box-shadow: 0px 13px 30px -12px rgb(166 166 166);
    -moz-box-shadow: 0px 13px 30px -12px rgb(166 166 166);
    box-shadow:0px 13px 30px -12px rgb(166 166 166);
}
@keyframes menu_sticky {
    0% {
        margin-top: -100px;
    }
    50% {
        margin-top: -80px;
    }
    100% {
        margin-top: 0;
    }
}
/***** Media Quries *****/
@media only screen and (max-width: 1440px) and (min-width: 240px)  {
    .wrap{      width:95%;  }
}
@media only screen and (max-width: 1366px) {
}
@media only screen and (max-width: 1280px) {
    .btitle{font-size:38px;}
    .btitle small{font-size: 28px;}
    .btns{font-size: 16px;}
    .heading2 { font-size: 28px;}

}
@media only screen and (max-width: 1279px) {
.contactbtn, .searchbox{margin-top: 15px;}
}

@media only screen and (max-width: 1024px) {
    .alist ul li{width: 50%;}
    .artimage{height: 200px;}
    .images_1_of_4 h4 a {
        font-size: 1.2em;
    }
    .content_right h4 {
        font-size: 2em;
    }
}



@media only screen and (max-width: 1024px){
.topmenu > ul > li{position:relative;}
.topmenu > ul > li > .submenusec{width: 100%; position: static;  padding: 0; border: none;opacity: 1; visibility: visible; display: none;} 
.topmenu > ul > li > .submenusec > ul{list-style: none;}
.topmenu > ul > li > .submenusec > ul > li, .topmenu > ul > li > .submenusec > ul > div > li{width: 100%; min-height:auto; padding: 0; border-top: 1px solid #f0f3f6; position: relative;}

/*.topmenu > ul > li > ul > li:first-child, .topmenu > ul > li:first-child, .topmenu > ul > li > ul > div>li:first-child{border: none;}*/
.topmenu > ul > li > .submenusec > ul > li a, .topmenu > ul > li > .submenusec > ul > div > li a{font-size: 14px; padding:15px 25px 15px 5px; color:#263a4f; display: block;} 
.topmenu > ul > li > .submenusec > ul > li > ul{display: none; padding: 0; list-style: none;}
.topmenu > ul > li > .submenusec > ul > li > ul > li > a{padding:10px 15px; font-size: 13px;}
.menutitle {font-size: 14px; margin-top: 10px;}
.topmenu > ul > li > .submenusec > ul > div > li > ul{display: block;}
 

}



@media only screen and (max-width: 991px){
.logo{margin-right: 10px; width: 80px;}
.contactbtn {
    float: right;
    margin-top: 14px;
    margin-left: 0;
    margin-right: 65px;
}
.contactbtn a { padding: 10px 15px;   height: 44px; font-size: 14px; }
h2 {font-size: 26px;}
.resp-vtabs {padding: 50px 0 40px !important;}
.shop.full-width li { width: 32%;}
.shop .productimage{height: 210px;}
.header_scroll .container{display:none}
.header_scroll{background:rgba(32, 172, 184, 0); border:none}
.home-contact-form{ padding-bottom:15px}    
.home-contact-form .col-md-2{width:100%}
.form-group{ padding-bottom:15px}
.footer-icon .col-md-3{ border-bottom:1px solid #e1e1e1; margin-bottom:10px; padding-bottom:10px;}
.footer-icon .col-md-3:last-child{ border:none; margin-bottom:0; padding-bottom:0}
}

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

.left-menu{ width:100%}
.fleft, .fright{ float:none;}
.login-form{ margin-bottom:20px; width:100%}
}
@media only screen and (max-width: 768px) {
    .heading2 { font-size: 24px;}
    .icons { width: 100px; height: 100px; line-height: 95px;}
.soc_icons {}
.soc_icons ul{  margin-bottom: 0; padding-left:20px;}
.soc_icons ul li{   display:inline-block; margin-left: -3px; background:#fff; border-radius:100%; margin-top:10px; margin-right:5px;}
.soc_icons ul li a{ color:#901742;  font-size: 16px;    display: block; line-height: 30px;  width: 30px; height:30px;       -webkit-transition: all 0.3s ease-in-out;   -moz-transition: all 0.3s ease-in-out;  -o-transition: all 0.3s ease-in-out;    transition: all 0.3s ease-in-out;}
.soc_icons ul li a:hover{background: #f48d3e; border-radius:100%; color:#fff;}

    .logo{  text-align:center;  }
    .h_search {     width: 98%;     padding: 20px;  }
    .h_menu {       position: relative; }   
    .soc_icons {        position: absolute;     top: 0px;       background: #901742;    }
    .navbar-default .navbar-toggle {border-color: #FFF; }
    .navbar {       min-height: 50px;   }
    .navbar-default .navbar-collapse{ border:none}
    .navbar-default {       background-color: #901742;      border:none;    }   
    .navbar-nav {background:#901742; margin: 0px 0px; z-index:9999; width:100%; }
    .nav > li{ background:none; padding-right:0; border-top:solid 1px #7a002b}
    .nav > li:first-child{ background:none}
    .nav > li > a {     padding: 10px 8px; font-size:14px !important;   }
    .slider_bg {        background-size: 100% 100%; }
    .main {     padding: 2% 0;  }
    .images_1_of_4{     margin-bottom: 4%;  }
    .main{      padding: 2%;    }
    .technology {       padding: 4%;    }
    .social_network_likes li {      width: 24.3333%;    }
    .tag_nav {      margin: 4% 0;   }
    .news_letter {      margin: 4% 0;   }
    .technology h4 {        font-size: 20px;    }.product{width:100% ;}
    
    
    .right_section{ margin-left:0}
    .bullet2 li{ width:50%}
    
}
@media only screen and (max-width: 640px){
    .articalleft .left_section{display: none;}
    .articalleft .shead{ position: relative; background: #263a4f; padding: 10px 15px;  margin-bottom: 15px;}
    .articalleft .shead h2{color:#fff;margin: 0;}
    .articalleft + .articalright {    width: 100%; padding-left: 0;}
    body{font-size: 16px;}
    .btitle{font-size: 26px;}
    .btitle small {font-size: 20px;}
.soc_icons {}
.soc_icons ul{  margin-bottom: 0; padding-left:20px;}
.soc_icons ul li{   display:inline-block; margin-left: -3px; background:#fff; border-radius:100%; margin-top:10px; margin-right:5px;}
.soc_icons ul li a{ color:#901742;  font-size: 16px;    display: block; line-height: 30px;  width: 30px; height:30px;       -webkit-transition: all 0.3s ease-in-out;   -moz-transition: all 0.3s ease-in-out;  -o-transition: all 0.3s ease-in-out;    transition: all 0.3s ease-in-out;}
.soc_icons ul li a:hover{background: #f48d3e; border-radius:100%; color:#fff;}

    .company_ad{
        margin-left: 0;
    }
    .blog_left h4 a {
        font-size: 1.2em;
    }
    .technology h4 {
        font-size: 17px;
    }.product{width:100% ;}
}
@media only screen and (max-width: 480px) {
    .bitem{height: 250px;}
    .bitem img {
    object-position: center center;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
     .alist ul li{width: 100%;}
    .productimage{height: 150px;}
    .resp-vtabs {    padding: 20px 0 30px !important;}
    .resp-vtabs .resp-tabs-list li{border-right:1px solid #d2d2d2;}
    .resp-vtabs ul.resp-tabs-list, .resp-vtabs .resp-tabs-container{width: 100%;}
    .innerbanner h1{font-size: 24px;}
.soc_icons {}
.soc_icons ul{  margin-bottom: 0; padding-left:20px;}
.soc_icons ul li{   display:inline-block; margin-left: -3px; background:#fff; border-radius:100%; margin-top:10px; margin-right:5px;}
.soc_icons ul li a{ color:#901742;  font-size: 16px;    display: block; line-height: 30px;  width: 30px; height:30px;       -webkit-transition: all 0.3s ease-in-out;   -moz-transition: all 0.3s ease-in-out;  -o-transition: all 0.3s ease-in-out;    transition: all 0.3s ease-in-out;}
.soc_icons ul li a:hover{background: #f48d3e; border-radius:100%; color:#fff;}

    .images_1_of_4 h4 {     margin: 20px 0 10px;    }
    .technology h2 {        font-size: 2em; }
    .about h2 {     font-size: 2em; }
    .company_ad h2 {        font-size: 2em; }
    .contact-form h2 {      font-size: 2.5em;   }
    .blog_left h4 a {       font-size: 1em; }
    .blog_list ul li {      margin-left: 5px;   }
    .blog_list li a {       padding: 4px 4px;   }
    .detail h2{     font-size: 2em;     }.product{width:100% ;}
.fleft, .fright{ float:none}
.top_section{ text-align:center; height:100px}
.top_section ul li{ float:none; display:inline-block}
.top_section ul li:first-child{display:block; text-align:center}
#google_translate_element{ margin:10px 0}
.h_search{ padding:0; margin-bottom:10px; margin-left:0; width:100%}

 

.login-form li span{ float:none}
.login-form h2{ font-size:18px; margin-bottom:7px}

.bullet2 li{ width:100%}

.caption_text{ display:none;}
#banner-slides .next, #banner-slides .prev{ display:none}
#banner-slides{ height:140px !important;}
.slides_control{width:100% !important}
.slides_container div.slide{ width:100%}
.slides_container div.slide img{ width:100%}
.images_1_of_4 img{ width:100%}

#banner-slides{ height:320px}
.caption_text{ font-size:11px; width:300px; padding-right:15px;}
.footer_bg{ padding:5px 0}
.footer_bg .designby{ text-align:center}
.footer-menu ul li{ display:block; border-right:none; border-bottom:1px solid #ddd; line-height:30px;}

.btngroup{ float:none; text-align:center; margin-bottom:10px}

.left-menu{ padding:0 !important}

.enquiry-pop-form li span{ width:40%;}
.enquiry-pop-form li .form-control{ width:60%}
.button-wrapper .button-item{width: 100%;}
.button-wrapper .button{width: 100%;}
.shop.full-width li {width: 100%;}

}
@media only screen and (max-width: 320px) {
.soc_icons {}
.soc_icons ul{  margin-bottom: 0; padding-left:0;}
.soc_icons ul li{   display:inline-block; margin-left: -3px; background:#fff; border-radius:100%; margin-top:10px; margin-right:5px;}
.soc_icons ul li a{ color:#901742;  font-size: 16px;    display: block; line-height: 30px;  width: 30px; height:30px;       -webkit-transition: all 0.3s ease-in-out;   -moz-transition: all 0.3s ease-in-out;  -o-transition: all 0.3s ease-in-out;    transition: all 0.3s ease-in-out;}
.soc_icons ul li a:hover{background: #f48d3e; border-radius:100%; color:#fff;}
.product{width:100% ;}

    .nav .navbar-nav{ z-index:999;}
    .nav > li:first-child{ background:none;}
    .main { padding: 8% 2%; }
    .images_1_of_4 h4 { margin: 15px 0 10px;}
    .social_network_likes li a p {  font-size: 12px;    }
    .images_1_of_4 span {   }
    .images_1_of_4 span i { font-size: 5em; line-height: 1.8em; }
    .images_1_of_4 h4 a {
        font-size: 1em;
    }
    .technology h4 {
        font-size: 14px;
        line-height: 1.5em;
    }
    .blog_list ul li:nth-child(3){
        margin-left: 0;
    }
    #back-top { position: fixed;bottom: 20px; margin-left:250px;}
}

.marginbottom{margin-bottom: 30px;}
.contactpage .formbg{padding:60px 0;}
.contactpage .formbg:after{ display: none; }
.contactpage .formbox, .contactpage .stripbg{padding-top: 50px;}

