/*
Theme Name: tviStech 
Theme URI: https://tvistech.com/
Author: tviStech
Author URI: https://tvistech.com/
Description: WordPress Custom theme
Version: 1.0
Text Domain: tvistech
*/
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

/* ROOT CSS*/
:root{--main-color:#045F33;--dark-color:#fb7533;--light-color:#bde3e6;--main-font:'Poppins',sans-serif;}

/* Body Css */
body{font-family:var(--main-font);background-color:#fff;color:#444444;font-size:17px;line-height:30px;overflow-x:hidden;line-height:1.75;font-weight:400;}

/* Common Css */
html{-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:rgba(0,0,0,0);-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
html,body,address,blockquote,div,dl,form,h1,h2,h3,h4,h5,h6,ol,p,pre,table,ul,dd,dt,li,tbody,td,tfoot,th,thead,tr,button,del,ins,map,object,a,abbr,acronym,b,bdo,big,br,cite,code,dfn,em,i,img,kbd,q,samp,small,span,strong,sub,sup,tt,var,legend,fieldset,p,hr,iframe{margin:0;padding:0;border:none;font-family:var(--main-font);}
a,input,select,textarea{outline:none;margin:0;padding:0;}
a{outline:none;text-decoration:none;color:#5b9aa8;}
a:hover{color:var(--main-color);}
a,input,button,textarea,select{-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out;}
a:focus,:focus,input:focus{outline:none;}
img{max-width:100%;vertical-align:middle;border:none;outline:none;max-height:100%;border-radius:0;}
strong{font-weight:700;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;margin:0;padding:0;}
p{margin-bottom:15px;}
ul{padding-left:15px;}
caption,th,td{font-weight:normal;}
table{border-collapse:separate;border-spacing:0;}
h1,h2,h3,h4,h5,h6{}

/* form css */
::-webkit-input-placeholder{color:#ccc;}
:-moz-placeholder{color:#ccc;opacity:1;}
::-moz-placeholder{color:#ccc;opacity:1;}
:-ms-input-placeholder{color:#ccc;}
select.placeholder,select option.placeholder{color:#999999;text-transform:capitalize;}
select option{color:#000;}
input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],input[type="number"],input[type="tel"],input[type="range"],input[type="date"],input[type="month"],input[type="week"],input[type="time"],input[type="datetime"],input[type="datetime-local"],input[type="color"],textarea,select{border:1px solid #ccc;line-height:26px;padding:8px 15px;width:100%;font-weight:400;display:block;-webkit-appearance:none;background-color:#eee;color:#000000;font-family:var(--main-font);}
textarea{height:80px;resize:none;padding-top:0px;font-family:var(--main-font);}
select{background-image:url(images/select-arrow.png)!important;background-repeat:no-repeat!important;background-position:center right 30px!important;}
input.wpcf7-form-control:focus,textarea:focus,select:focus{border-color:#d5a353;}
input[type="button"],input[type="submit"]{-webkit-appearance:none;-moz-appearance:none;appearance:none;}

/* Button CSS */
a.kc_button,.wpcf7-submit,.btn,.elementor-button-wrapper .elementor-button{border:1px solid var(--main-color);font-size:18px;font-weight:700;color:#fff;border-radius:6px;background:var(--main-color);line-height:1;padding:15px 25px;min-width:200px;text-align:center;text-transform:uppercase;position:relative;display:inline-block;font-weight:700;}
a.kc_button:hover,.wpcf7-submit:hover{background:#95c393;color:#fff;}
a.kc_button i{margin-left:5px;}

/* Heading CSS */
h1,.kc_title.title-1{font-size:62px;line-height:1.3;font-family:'Poppins',sans-serif;}
h2{font-size:52px;line-height:1.3;font-family:'Poppins',sans-serif;}
h3{font-size:45px;line-height:1.3;font-family:'Poppins',sans-serif;}
h4{font-size:36px;line-height:1.3;font-family:'Poppins',sans-serif;}

/* Contact Form CSS */
.wpcf7 form .wpcf7-response-output,.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors,.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok{clear:both;margin:20px auto 0;width:100%;color:red;border:none;padding:0;border-radius:0;font-weight:400;text-align:center;font-size:16px;}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok{color:#0a57a4}
.wpcf7 form.sent .wpcf7-response-output{color:#d5a353;}
div.wpcf7 .ajax-loader{display:none!important}
.wpcf7-form-control-wrap{display:block;}
.wpcf7-not-valid-tip{font-size:11px;}
.wpcf7-not-valid-tip{position:absolute;left:0px;top:100%;width:auto;height:auto;margin:0;padding:0;line-height:normal;background:rgba(255,0,0,0.7);padding:2px 5px;border-radius:3px;color:#ffffff;white-space:nowrap;}
.wpcf7-not-valid-tip:after{border-color:transparent transparent rgba(255,0,0,0.7) transparent;border-image:none;border-right:6px solid transparent;border-style:solid;border-width:5px;content:" ";height:0;left:20px;margin-left:-10px;position:absolute;bottom:100%;width:0;}

/* Extra CSS */
.trans{transition:all 0.3s ease-out 0s;}
.clear{clear:both;}
.img-circle{border-radius:50%;-webkit-border-radius:50%;}
.text-right{text-align:right;}
.text-left{text-align:left;}
.text-center{text-align:center;}
.scrollup{position:fixed;bottom:0;right:20px;background:#045f33;color:#fff;width:45px;height:45px;display:flex;align-items:center;justify-content:center;font-size:20px;transition:all 0.3s;opacity:0;border-radius:50%;}
.scrollup.active{opacity:1;bottom:20px;color: #fff;}
.errorPage{padding:100px 0 100px;}
.errorPage img{max-width:450px;width:100%;}

/* Container CSS */
.container{max-width:1230px;width:100%;padding:0 15px;margin:0 auto;}
.kc-elm .kc-container{padding-left:0;padding-right:0;}
.kc-elm .kc-container:after{display:table;clear:both;content:'';}
.equal-height .elementor-widget-image-box{height:100%;}
.equal-height .elementor-widget-image-box .elementor-widget-container{height:100%;}

/* =========================== SITE CSS START ================================= */

/* Header CSS */
.site-header{background:#fff;position:relative;top:0;width:100%;left:0;z-index:111;padding:10px 0;border-bottom:1px solid #eee;}
header.sticky{background:#fff;box-shadow:0px 0 15px rgba(0,0,0,0.1);position:fixed;top:0;left:0;z-index:91;-webkit-box-shadow:0 5px 5px rgba(0,0,0,0.1);box-shadow:0 5px 5px rgba(0,0,0,0.1);animation:slide-down 0.7s;}
@keyframes slide-down{
	0%{opacity:0;transform:translateY(-100%);}
	100%{opacity:1;transform:translateY(0);}
}
.header-top{display:flex;align-items:center;justify-content:space-between;}
.logo-div img{width:auto;height:auto;max-height:100px;}
.logo-div a{display:block;}
.main-navigation{width:70%;text-align:right;}
.enumenu_ul li a{font-weight:400;font-size:19px;}
.enumenu_ul > li{vertical-align:middle;margin-left:40px;}
/*.enumenu_ul li.current-menu-item > a{font-weight:600;}*/
.enumenu_ul li.siteBtn > a{background:var(--main-color);color:#fff !important;padding:15px 20px;line-height:1;border-radius:5px;text-transform:uppercase;font-size:19px;font-weight:600;}
.enumenu_ul li.siteBtn > a:hover{background:var(--dark-color);color: #fff;}
.scrollpad{padding-top:90px;}
  .enumenu_ul > li.current_page_item > a {
  color: #000;
}

.shpage.current-menu-item a{
font-weight:600 !important;
color: #045F33 !important;
}

.enumenu_ul li:hover > a{
  color: #045F33;
}

.nav_menu.mob.leftzero {
  left: -100% !important;
}

/* Header CSS */
footer{background:#13572f;color:#fff;padding:30px 0;text-align:center;}
footer a{color:#ed6f31;}
footer a:hover{color:#000;}
/*.copyright-section .container{display:flex;flex-wrap:wrap;}*/
.footer-1{text-align:center;padding:0 15px;font-size:14px;}
.footer-2{text-align:center;padding:0 15px;font-size:14px;}
.footer-2 p{margin:0;}
.wpcf7-submit{cursor:pointer;font-size:18px;font-weight:600;letter-spacing:1px;border-style:solid;border-color:#045F33;padding:20px 20px 20px 20px;border-radius:3px;}
.wpcf7-submit:hover{background-color:#ed6f31;border-color:#ed6f31;}
.regular .slick-slide{margin:0 15px;}
.regular .slick-list{margin:0px -15px 0px -15px;}
.regular .slick-prev{position:absolute;bottom:0;right:40px;cursor:pointer;width:30px;height:25px;border:2px solid #045F33;border-radius:5px;font-size:0;z-index:11;display:flex;align-items:center;justify-content:center;background:#fff;}
.regular .slick-prev:after{display:block;font-family:FontAwesome;content:"\f053";font-weight:700;color:#045F33;font-size:12px;line-height:27px;}
.regular .slick-next{position:absolute;bottom:0;right:0;cursor:pointer;width:30px;height:25px;border:2px solid #045F33;border-radius:5px;font-size:0;z-index:11;display:flex;align-items:center;justify-content:center;background:#fff;}
.regular .slick-next:after{display:block;font-family:FontAwesome;content:"\f054";font-weight:700;color:#045F33;font-size:12px;line-height:27px;}
.regular .box .elementor-widget-container{min-height:400px;}
.pharmaceutical{min-height:380px!important;display:block!important;}
.pharmaceutical  .slick-slide{margin:15px 20px;}
.pharmaceutical.slider {  margin-top: 40px;}
.pharmaceutical  .slick-list{margin:0px -20px 0px -20px;}
.pharmaceutical .slick-prev{position:absolute;bottom:-35px;left:20px;cursor:pointer;width:30px;height:25px;border:2px solid #045F33;border-radius:5px;font-size:0;z-index:11;display:flex;align-items:center;justify-content:center;background:#fff;}
.pharmaceutical .slick-prev:after{display:block;font-family:FontAwesome;content:"\f053";font-weight:700;color:#045F33;font-size:12px;line-height:27px;}
.pharmaceutical .slick-next{position:absolute;bottom:-35px;left:60px;cursor:pointer;width:30px;height:25px;border:2px solid #045F33;border-radius:5px;font-size:0;z-index:11;display:flex;align-items:center;justify-content:center;background:#fff;}
.pharmaceutical .slick-next:after{display:block;font-family:FontAwesome;content:"\f054";font-weight:700;color:#045F33;font-size:12px;line-height:27px;}
.home-gallery .gallery-item{padding:15px;}
.home-gallery .gallery-item img{width:100%!important;height:550px!important;object-fit:cover;}
.contact-input{background:transparent!important;font-size:16px;height:50px;}
.contact-message{height:150px;font-size:16px;background:transparent;padding:15px;}
.shop-content{padding:100px 0 70px 0;}
.shop-content .container{display:flex;flex-wrap:wrap;}
.shop-left{width:27%;padding:0 15px;overflow:visible;}
.shop-left .shop-left-inner{padding:20px;background:#fff;border-radius:4px;box-shadow:0px 0px 16px 11px rgb(0 0 0 / 5%);}
.shop-left .shop-left-inner h4{color:#005932;font-size:22px;font-weight:600;line-height:1.4em;margin:0 0 10px 0;text-transform:uppercase;}
.shop-left .shop-left-inner ul{font-size:15px;color:#000;list-style:none;padding:0;}
.shop-left .shop-left-inner ul li a{color:#7e7e7e;border-bottom:1px solid rgb(126 126 126 / 30%);display:block;padding:10px 15px;line-height:20px;font-size:14px;}
.shop-left .shop-left-inner ul li a:hover{color:#005932;}
.shop-left .shop-left-inner ul li:last-child a{border:none;}
.shop-right{width:73%;padding:0 15px;}
.shop-products{display:flex;margin:0 -15px;flex-wrap:wrap;}
.shop-products .product-box{padding:0 15px;width:33.33%;margin:0 0 30px 0;}
.shop-products .product-box a{position:relative;overflow:hidden;padding:0;border-radius:4px;border:1px solid #f4f4f4;height:100%;display:flex;flex-wrap:wrap;}
.shop-products .product-box a:hover img{transform:scale(1.1);}
.shop-products .product-box .img{overflow:hidden;margin:0 auto;padding:15px;}
.shop-products .product-box img{height:250px;object-fit:cover;width:100%;transition:transform 500ms;}
.shop-products .product-box .text{padding:0 15px 15px 15px;border-top:1px solid #f4f4f4;display:flex;width:100%;align-items:center;flex-wrap:wrap;}
.shop-products .product-box h5{margin:20px 0 5px 0;font-size:16px;font-weight:600;color:#444444;line-height:19px;width:100%;display:inline-block;min-height:60px;}
.shop-products .product-box h6{color:#005932;font-size:14px;font-weight:500;padding:0;margin:0 0 0 0;width:100%;display:inline-block;}
.shop-detail-banner{background-image:url(/wp-content/uploads/2022/01/store-banner.jpg);height:320px;position:relative;width:100%;background-position:center center;background-repeat:no-repeat;background-size:cover;}
.shop-detail-banner:before{background-color:transparent;background-image:linear-gradient(80deg,#045F33 0%,#ed7032 100%);opacity:0.6;transition:background 0.3s,border-radius 0.3s,opacity 0.3s;display:block;content:" ";width:100%;height:100%;position:absolute;top:0;left:0;}
.shop-detail-banner .container{display:flex;align-items:center;justify-content:center;height:100%;}
.shop-detail-banner .container h3{position:relative;z-index:1;color:#FFFFFF;font-size:60px;font-weight:600;text-transform:uppercase;display:flex;height:100%;align-items:center;justify-content:center;text-align:center;}
.shop-detail-content{padding:70px 0;}
.shop-detail-content .left img{max-width:100%;height:auto;}
.shop-detail-content .right h4{color:#005932;font-size:26px;font-weight:600;line-height:1.4em;margin:0 0 10px 0;text-transform:uppercase;}
.shop-detail-content .right p{font-size:14px;line-height:22px;}
.shop-detail-content .right h5{color:#9b9b9b;font-weight:400;font-size:18px;margin:0 0 31px 0;}
.shop-detail-content .right h6 a{border:1px solid var(--main-color);color:#fff;background:var(--main-color);line-height:1;min-width:200px;text-align:center;text-transform:uppercase;position:relative;display:inline-block;cursor:pointer;font-size:18px;font-weight:600;letter-spacing:1px;border-style:solid;border-color:#045F33;padding:20px 20px 20px 20px;border-radius:3px;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out;}
.shop-detail-content .right h6 a:hover{background-color:#ed6f31;border-color:#ed6f31;}
.shop-detail-content .container{display:flex;flex-wrap:wrap;}
.shop-detail-content .left{width:50%;}
.shop-detail-content .right{width:50%;}
.shop-content .loadmore{text-align:center;margin:0 auto;cursor:pointer;background:var(--main-color);color:#fff;padding:15px 20px;line-height:1;border-radius:5px;text-transform:uppercase;font-size:19px;font-weight:600;max-width:150px;display:block;}
.shop-content .loadmore:hover{background:var(--dark-color);}
.shop-content .productloadmore{text-align:center;margin:0 auto;cursor:pointer;background:var(--main-color);color:#fff;padding:15px 20px;line-height:1;border-radius:5px;text-transform:uppercase;font-size:19px;font-weight:600;max-width:150px;display:block;}
.shop-content .productloadmore:hover{background:var(--dark-color);}
.archive .shop-content .shop-left-inner ul li.active a{background:#045F33;color:#fff;}
div#cid_52 h4{color: #045F33;}

.condetails a{
  color: #000;
}

.condetails a:hover{
  color: #DD7236;
}

.marquee0 img {
  width: 200px;
  height: 100%;
}


/* Banner Slider */
.banner_main{
  position: relative;
}

.bnnslideroverlay {
  position: absolute;
  content: '';
  background-color: #0000001f;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  
}

.banner_img{
  background-position: center center;
background-repeat: no-repeat;
background-size: cover;
/*padding: 160px 0px 0px 0px;*/
}

.banner_slider .container {
  max-width: 1380px;
  margin: 0 auto;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 150px 0px 150px 0px;
}


.banner_slider h1{
color: #fff;
margin: 0;
}

.banner_desc{
  position:relative;
  z-index: 2;
color: #fff;
}


.banner_slider p{
    margin-bottom:  0px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}

.banner_btn {
  background-color:#045f33;
    color: #fff !important;
    padding: 15px 20px;
    line-height: 1;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 600;
    display: none;
}

.banner_btn:hover{
  background-color: #FB7533;
}



 .banner_slider .leftarow {
  position: absolute;
  z-index: 9;
  color: #fff;
  top: 50%;
  left: 50px;
  font-size: 26px;
  cursor: pointer;
  transform: translateY(-50%);
  padding: 8px 15px;
background-color: #ffffff1f;
}

.banner_slider .rightarow  {
  position: absolute;
  z-index: 9;
  color: #fff;
  top: 50%;
  right: 50px;
  font-size: 26px;
  cursor: pointer;
  transform: translateY(-50%);
  padding: 8px 15px;
background-color: #ffffff1f;
}


.banner_slider .rightarow:hover , .banner_slider .leftarow:hover {
  color: #FB7533;
}

.banner_slider .slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  position: absolute;
  z-index: 9;
  left: 70px;
  top: 50%;
  transform: translateY(-50%);
  
}

.banner_slider .slick-dots li button{
  background: #D9D9D9;
border: 1px solid #B3B3B3;
width: 14px;
height: 14px;
padding: 0;
margin: 8px 8px;
transition: all .2s ease-in-out ;
font-size: 0;
cursor: pointer;
}

.banner_slider .slick-dots .slick-active button{
  background-color: #5abd30 !important;
border: 2px solid #fff;
border-radius: 18px;
box-shadow: 0px 0px 0px 1px #5abd30;
width: 17px;
height: 17px;
}



.ssbox .elementor-icon-box-wrapper {
  min-height: 270px;
}


.ssbox:after {
    display: block;
    content: " ";
    height: 60px;
    background-color: rgb(25 25 25 / 27%);
    width: 1px;
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.ssserv1:after {
    display: block;
    content: " ";
    height: 1px;
    background-color: rgb(25 25 25 / 27%);
    width: 100%;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
}


.ssbox2:before {
    display: block;
    content: " ";
    height: 60px;
    background-color: rgb(25 25 25 / 27%);
    width: 1px;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.ssbox.ssbox3:after{
  display: none;
}

.ssbox:hover .elementor-icon {
  fill: #FB7533 !important;
  color: #FB7533 !important;
  border-color: #FB7533 !important;
}




/* New Home Page */

.servbox .elementor-icon-box-wrapper {
  min-height: 330px;
}


/*.servbox .elementor-icon path{
 stroke: #045F33 !important;
}*/

.servbox:hover .elementor-icon {
  fill: #FB7533 !important;
  color: #FB7533 !important;
  border-color: #FB7533 !important;
}

.servbox:hover .elementor-icon svg path{
  fill: #FB7533 !important;
}



.sdbox .elementor-icon-box-wrapper {
  min-height: 260px;
}

.sdbox:hover .elementor-icon svg{
  fill: #FB7533 !important;
}

.sdbox:hover .elementor-icon {
  border-color: #FB7533 !important;
}

.sdbox4:hover .elementor-icon svg path{
  fill: #FB7533 !important;
}



@media only screen and (max-width:991px){
	.header-top{padding:10px 0;}

  .scrollpad {
  padding-top: 110px;
}

	body.menu-open{overflow:hidden;}
	.header-main{position:static;padding:0;}
}
.has-sidebar .content-section{display:flex;flex-wrap:wrap;margin:0 -15px;}
.has-sidebar #primary{width:calc(70% - 30px);margin:0 15px;}
.has-sidebar #secondary{width:calc(30% - 30px);margin:0 15px;}
.type-post{padding:15px 30px;margin-bottom:30px;background:#f2f2f2;}
.type-post .entry-header h2{font-size:30px;margin-bottom:5px;}
.widget-area .widget{background:#f2f2f2;margin-bottom:30px;}
.widget-area .widget .widget-title{background:var(--main-color);color:#fff;font-size:24px;font-weight:400;padding:10px 15px;}
.wpcf7-form ul li .wpcf7-form-control:not(.wpcf7-submit){background:transparent;border:none;border-bottom:2px solid #eee;padding:3px 0 8px;}
.wpcf7-form ul{list-style:none;padding:0;margin-bottom:0;}
.wpcf7-form ul li{margin-top:25px;}
.join-us h4 {
  font-size: 22px;
  font-weight: 600;
  margin: 20px 0;
  color: #045F33;
}
.join-us .elementor-widget-heading{margin-bottom: 5px !important;}
.join-us .form-control {
  margin-bottom: 30px;
 
}
.join-us .form-control label {
  margin-bottom: 5px;
  display: inline-block;
}
.join-us .form-control .contact-input {
  background: #fff !important;
}
.join-us .fileUpload {
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  overflow: hidden;
  padding: 0.875em;
  position: relative;
  text-align: left;
  width: 150px;
  cursor: pointer;
  height: 45px;
  background: #045F33;
  border: 0;
  border-radius: 5px;
}
.join-us .fileUpload input.upload{position:absolute;top:0;right:0;margin:0;padding:0;font-size:20px;cursor:pointer;opacity:0;filter:alpha(opacity=0);width:150px;height:46px;cursor:pointer;}
.join-us input[type="file"]{position:fixed;right:100%;bottom:100%;}
.join-us .form-control p label {
  margin-left: 10px;
}
.join-us .form-control p {
  display: inline-block;margin: 0;
}
.join-us .fileUpload::before {
  position: absolute;
  content: 'Upload';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  font-size: 16px;
  line-height: 45px;
  font-weight: 500;
}
ul.page-section {
  padding: 0;
}
.height100 .elementor-widget-image-box {
  display: flex;
  height: 100%;
}



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

.banner_slider h1 {
  font-size: 50px;
  line-height: 60px;
}

}

@media only screen and (max-width:1180px){
.main-navigation {
  width: 80%;
}
.ssbox .elementor-icon-box-wrapper {
  min-height: 290px;
}

}


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


.ssbox .elementor-icon-box-wrapper {
  min-height: 310px;
}

.servbox .elementor-icon-box-wrapper {
  min-height: 360px;
}

.sdbox .elementor-icon-box-wrapper {
  min-height: 290px;
}

}


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

  .site-header {
  padding: 0px 0;
  }

	.menu-icon{top:27px;}
   .menu-icon {
  top: 50%;
  transform: translate(-20%,-50%);
  left: auto;
  }

	.home-gallery .gallery-item img{height:auto!important;}
	.enumenu_ul > li{margin-left:0!important;}
	.enumenu_ul li.siteBtn > a{border-radius:0!important;}

  .enumenu_ul li:hover > a, .enumenu_ul > li.current_page_item > a {
  color: #000;
}

header.sticky .logo-div img {
  max-height: 80px;
}

}
@media only screen and (max-width:767px){
	.menu-icon{top:25px;}

  .menu-icon {
  top: 50%;
  transform: translate(-20%,-50%);
  left: auto;
  }

	a.kc_button,.wpcf7-submit,.btn,.elementor-button-wrapper .elementor-button{min-width:150px;}
	.wpcf7-submit{font-size:16px;padding:15px;min-width:150px!important;}
  .wpcf7-spinner{display: none;}
  #contactus form{text-align: center;}
	.pharmaceutical{min-height:unset!important;}
	.home-gallery .gallery-item{padding:0px 0 30px 0;}
	.home-gallery .gallery-item img{height:auto!important;}
	.footer-1{width:100%;padding:0;text-align:center;margin:0 0 15px 0;}
	.footer-2{width:100%;padding:0;text-align:center;margin:0 0 0 0;}
	.shop-left{width:100%;padding:0;max-width:475px;margin:0 auto;}
	.shop-right{width:100%;}
	.shop-content{padding:70px 0 50px 0;}
	.shop-left .shop-left-inner{height:475px;overflow:auto;margin:0 0 50px 0;}
	.shop-left .shop-left-inner ul li a{padding:10px 0px;}
	.shop-products .product-box{width:100%;max-width:475px;margin:0 auto 30px;padding:0;}
	.shop-content .loadmore{padding:15px;max-width:150px;font-size:16px;}
	.shop-products .product-box .img{margin:0 auto;}
	.shop-products .product-box h5{min-height:auto;}
	.shop-detail-banner .container h3{font-size:30px;}
	.shop-detail-banner{height:280px;}
	.shop-detail-content .left{width:100%;margin:0 0 30px 0;text-align:center;}
	.shop-detail-content .right{width:100%;}
	.shop-detail-content .right h6 a{font-size:16px;min-width:150px;padding:15px;}

  .banner_slider .leftarow {
  left: 10px;
  font-size: 22px;
padding: 8px 12px;
  }

  .banner_slider .rightarow  {
  right: 10px;
  font-size: 22px;
padding: 8px 12px;
  }

.banner_desc {
  padding: 0 30px;
}

  .banner_slider h1 {
    font-size: 36px;
    line-height: 46px;
  }
   
  .banner_slider p {
  font-size: 18px;
  line-height: 28px;
}

  .ssbox .elementor-icon-box-wrapper {
    min-height: auto;
  }

  .ssbox::after {
    height: 50px;
    bottom: -21px;
  }

  .ssbox2::before {
    height: 0;
    width: 0px;
    top: 0px;
  }

  .ssserv1::after {
    display: none;
}

  .servbox .elementor-icon-box-wrapper {
    min-height: auto;
  }

  .sdbox .elementor-icon-box-wrapper {
    min-height: auto;
  }

}
@media all and (min-width:768px) and (max-width:991px){
	.shop-left{width:33.33%;}
	.shop-right{width:66.66%;}
	.shop-left .shop-left-inner{padding:15px;}
	.shop-left .shop-left-inner ul li a{padding-left:0;padding-right:0;}
	.shop-products .product-box{width:50%;}
	.shop-products .product-box h5{min-height:60px;}
	.shop-detail-banner .container h3{font-size:40px;}
}
@media all and (min-width:992px) and (max-width:1199px){
	.shop-products .product-box h5{min-height:80px;}
}