/* ==== Google font ==== */
@import url('http://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700|Open+Sans:300,400,600,700');

/* === prettify === */
@import url('../js/google-code-prettify/prettify.css');
/* === fontawesome === */
@import url('font-awesome.css');
/* === custom icon === */
@import url('custom-fonts.css');
/* ==== overwrite bootstrap standard ==== */
@import url('overwrite.css');
@import url('animate.css');

 
:root{
    --black:#000; 
    --green-blue:#35e1e7;
    --dark-blue:#0e2a5c;
	--dark-yellow:#FFB638;
    --light-gray:#f9f9f9;
    --dark-gray:#282524;
    --white:#fff;
    --green:#0099be;
  } 
/*@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;} 
a{ color:#0099be!important; text-decoration: none; outline:none}
a:hover, a:focus{  text-decoration: none; outline:none}
a:hover, a:focus {color:var(--dark-blue);}
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;} 
h1{color:var(--dark-blue);}
h2{font-size: 35px; color: var(--dark-blue);}
h3{margin-top: 15px;}
/*.fullwidth{width: 100%; float:left;}*/
.sprit-arrow, .sprit-emailicon, .sprit-phoneicon, .sprit-locationicon, .sprit-icon4, .sprit-icon3, .sprit-icon2, .sprit-icon1, .sprit-phone{background-image: url('../images/spriteimg.png'); display: inline-block; vertical-align: middle;}
.sprit-emailicon {width: 50px; height: 14px; background-position:-270px -158px; }
.sprit-phoneicon {width: 25px; height: 26px; background-position:-270px -68px; }
.sprit-locationicon {width: 50px; height: 24px; background-position:-270px -114px; }
.sprit-icon4 {width: 110px; height: 110px; background-position:-10px -10px;}
.sprit-icon3 {width: 110px; height: 110px; background-position:-140px -10px;}
.sprit-icon2 {width: 110px; height: 110px; background-position:-10px -140px;}
.sprit-icon1 {width: 110px; height: 110px; background-position:-140px -140px;}
.sprit-phone {width: 34px; height: 38px; background-position:-270px -10px;}


/* Section Break 1 */
.section-break-1 {
  background-color: transparent;
  border: 0;
  border-top: 3px double $break-color;
  height: 3px;
  margin: 2rem auto;
  width: 30%;

  &:before {
    background-color: $page-color;
    color: $break-color;
    content: '\22A1';
    font-size: 20px;
    left: 50%;
    letter-spacing: 0;
    line-height: 1;
    position: absolute;
    text-indent: -2px;
    text-rendering: geometricPrecision;
    transform: translate(-50%, -65%);
    width: 10px;
  }
}


.headersec .callsec{background-color: #fd9900;}
.headersec .callsec a{color: #fff;}
.headersec .callsec a{padding: 10px 15px;}
.iconsection{display: flex;text-align: center;padding-top: 50px;flex-wrap: wrap;/* width: 100%; *//* margin: 0 auto; */justify-content: center;}
.iconsec{box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.11);border-radius: 8px;/* width: 253px; */padding: 30px;flex-basis: 23%;margin-right: 20px;}
.iconsec .iconcontent{font-size: 19px; font-weight: 900; margin-top: 10px;text-align: center; text-transform: uppercase;}
.pageimg{width: 100%; height: 450px; overflow: hidden;margin-top: 60px;}
.pageimg img{width: 100%; height: 100%; object-fit: cover;object-position: center top;}
.fheading img{background: rgba(0, 0, 0, 0.3);}
.heading2{ font-size: 40px;font-weight: 500;color: var(--dark-blue);margin-bottom: 50px;line-height: 50px;}
.homeprolist .heading2{text-align: center;}
 .heading2:after{position: absolute;
    /*content: '';*/
    left: 0;
    top: calc(100% + 10px);
    background: var(--green);
    height: 4px;
    width: 50px;}
    .newssec .heading2{text-align: center;}
    .newssec .heading2:after{left: 47%;}
     .homeprolist .heading2:after{left: 47%;}
.aboutsec{position: relative; padding: 50px 0 50px 0;}
.homebanner:before{
    /*content: '';*/
    background-image: url('../images/bannercut.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    bottom: -65px;
    display: block;
    z-index: 1;
    width: 100%;
    height: 200px;
}
.morebtn span{position: relative;}
.morebtn span:before {
    /*content: '';*/
    width: 14px;
    height: 1px;
    background: var(--green);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);}
    .mainsec{background-color: #f6f3ed;background-image: url(../images/map.png);background-position: top;background-repeat: no-repeat;}
    .morebtn span:after {
    /*content: '';*/
    width: 8px;
    height: 8px;
    display: inline-block;
    border-top: 1px solid var(--green);
    border-right: 1px solid var(--green);
    transform: rotate(45deg);
    margin-left: 15px;
    position: relative;
    top: -1px;
}
.aboutsec .container{display: flex; flex-wrap: wrap;}
.aboutcont{width:47%;padding-right: 5%;color: var(--dark-blue);position: relative;}
.aboutcont .aboutheading{ font-size: 40px; line-height: 1.1; }
.aboutcontents{width:53%;/* padding-left: 50px;*/text-align: justify;}
.subtext{ font-weight:600; background:var(--green); font-size:15px; text-transform: uppercase; display: inline-block; line-height: 1; padding: 3px 7px;}
.firstcont{color:var(--dark-gray); margin-top: 20px; font-weight: 600;; font-size: 25px;}
.aboutcontents {color:var(--dark-gray);}
.aboutcontents h2{ font-size: 24px;font-weight: 700;color: var(--dark-blue); margin-bottom: 30px; margin-top: 0px;}
.aboutcontents h3{    font-size: 18px;font-weight: 700;margin-bottom: 15px;}
.aboutcontents .abouttitle{text-transform: uppercase;font-size: 19px; font-weight: 900; color:var(--green);}
.aboutcontents p{ margin-bottom: 20px;display: inline-block;width: 100%;}
.aboutcontents strong{color: var(--dark-blue);}
.readmore{display: inline-block; background:var(--dark-blue); 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;} */
.aboutcontents p{}
.aboutcontents .subtext{
    margin-bottom: 30px;
}
.aboutcontents .site-btn2{
    display: inline-block;
}
.formssec{margin-bottom: 100px;}
.formsec{display: flex; box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.07);padding: 20px 30px;}
 .homeform{
    background: var(--green);
    padding: 20px 50px;
    width: 35%;
    border-radius: 14px;
}
.form-control {height: 40px;}

.homeform span{
  color: #fff;
}
.sheading h3{color: white; }
.form-floating{padding: 5px 0;}
 .form-floating ::placeholder{color: black;}
 
    .hdata ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
    .hdata ul li {
    flex-basis: 49%;
   margin: 20px 0;
    display: flex;
    align-items: flex-start;
}
.hdata .title{font-size: 20px; font-weight: 600;}
.hdata p{font-size: 16px; font-weight: 400;}
.hdata ul li .hdata-img {
    flex-basis: 50%;
}
.iconsec2 {width: 55%;margin-left: 40px ;margin: auto;
 }
 .featuresec .subtext{ margin-bottom: 30px; position: relative; padding-bottom: 20px; }
  .featuresec .subtext:before{content: ''; position: absolute; width: 150px; height: 2px; left: 50%; transform: translateX(-50%);
    background: var(--dark-blue); bottom:0;}

 
body { font-family: 'Open Sans', Arial, sans-serif; background:var(--white); color:var(--dark-gray); font-size: 16px;}
/* start header */
.container{margin: 0 auto; width: 1230px; padding: 0 15px;}


.headersec{font-weight: 500; /*position: absolute; */width: 100%; left: 0; top: 0; z-index: 99;background:var(--white);}
.headersec:before{content:""; display:none; position: absolute; width: 100%; height: 200px; left: 0; top: 0; 
 background: rgba(0,0,0,0);
background: -moz-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(left bottom, left top, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
background: -webkit-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
background: -o-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
background: linear-gradient(to top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); }
 
.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;}
.innerpages td{padding: 5px 10px;}
.headersec .container{ position: relative; display: flex; justify-content: space-between; align-items: center;}
.logo{ flex: auto;}
.logo a{font-size: 20px;padding: 18px 0;display: inline-block;color: var(--dark-blue);font-weight: 500;width: 150px;} 
.logo img{display:inline-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;width: 100%;}
.topright {display: flex; flex: auto; }
.topright a { display:flex; justify-content: center; align-items: center; margin-left: 20px;}
.topright a i{margin-right:13px;}
.topright a span{ line-height:1.2; font-weight: 500; font-size: 20px; }
.topright a small {display: block; font-size: 14px; }
.topright a.phone{   }

.call-request{ }
.call-request a{ display: flex; justify-content: center; line-height: 22px; background:var(--green-blue); color:var(--dark-blue); padding:12px 30px; border-radius:30px; align-items: center; text-align: center;}
.call-request a span{ }
.call-request a small{width:24px; height:24px; border-radius: 50%; background:var(--white); margin-left: 5px; }

.clear{ clear:both; width:100%}
.navsec{background:var(--dark-blue);}
.topmenu{ float:left; }
.topmenu > ul {display: flex;align-items: center;}
.topmenu > ul > li{display: inline-block; position: relative;}
.topmenu > ul > li > a{font-size:24px;display: block;padding: 8px 15px;line-height: 24px;font-weight:500;color: var(--dark-blue)!important;}
.topmenu > ul > li:hover > a:before{content:""; width: 100%; display: block; position: absolute; left:0; bottom: 0; border-bottom: 2px solid var(--green);  }
/*.topmenu > ul > li:hover > a{color:var(--green);}*/
.topmenu > ul > .callsec:hover > a{background-color: var(--green);color: #fff;}
.topmenu > ul > .callsec:hover > a:before{border: none;  }
 
.searchbox{float: right; }
.searchbox .input-group{ border-left:1px solid rgba(255, 255, 255, 0.4); height: 64px; align-items: stretch; }
.searchbox .input-group input{width:230px; font-size: 15px; font-weight: 300; background:none; height: 64px; border: none;outline: none; color:var(--white); padding: 0 20px 0;  }
.searchbox .input-group .btn{background:none; color: var(--white); padding: 0 15px;  font-size: 16px;  border-radius: 0px;
    text-transform: uppercase; letter-spacing: 1px; font-weight: 600;}
 
.contactbtn{float: right; margin-top:22px; margin-left: 15px;}
.contactbtn a { background: var(--dark-blue); 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;}

.input-group { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap;  flex-wrap: wrap;
    -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; width: 100%;}
.input-group-prepend { margin-right: -1px;}
.input-group-append, .input-group-prepend { display: -webkit-box; display: -ms-flexbox;display: flex;}
.searchbox .input-group-prepend {align-items: center; width: 30px; justify-content: center; color: var(--dark-blue);}
.input-group>.custom-file {display: -webkit-box; display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;
    align-items: center;}
.input-group-append {margin-left: -1px;}
.bcontent .btitle{-webkit-text-stroke: 1px var(--white); text-stroke: 1px var(--white); color: transparent; font-size: 80px; line-height: 1; margin-bottom: 8px; font-weight: 900;}
.bcontent .bsubtitle{color:var(--white); font-size: 50px; line-height: 1; margin-bottom: 5px; font-weight: 600;}
.bcontent small{ background:rgb(3 124 143 / 62%); display: inline-block; padding:8px 10px; margin-top: 4px;}
.bcontent .bbtn{display: inline-block;margin-top: 20px;}
.bcontent .bbtn a{margin-right: 15px}
.site-btn,.site-btn1,.site-btn2{padding: 15px 30px; font-size: 16px;
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    display: inline-block;
}
.site-btn{
    background: #1a2f47;
    color: var(--white);
    border:1px solid #1a2f47;
    padding: 10px 30px;
    float: right;
    margin-top: 5px;
}

.site-btn1{
    background: #fff;
    color: var(--dark-blue);
    border:1px solid #fff;
}

.site-btn:hover,.site-btn1:hover{
    background: transparent;
    color: #ffff;
}
.site-btn2{
    background: var(--green-blue);
    color: #fff;
    border:1px solid var(--green-blue);
    
}
.viewbtn{background: var(--green-blue); color: var(--dark-blue); vertical-align: middle; border-radius: 30px; padding: 12px 40px; display: inline-block; min-width: 180px; margin-top:20px;}
.viewbtn:after{content:""; width: 24px; height: 24px; border-radius: 50px; margin-left: 10px; background-color:var(--white);  background-position:-304px -53px;}
.morebtn{color:var(--green); margin-top: 15px; text-transform: uppercase;font-size: 14px;font-weight: 700;display: flex;align-items: center;}
/*.morebtn:after{content:""; width: 24px; height: 24px; border-radius: 50px; margin-left: 10px; background-color:var(--green-blue); background-position:-304px -86px;}*/

.homecontent{position: relative; margin: 60px 0; padding-bottom: 60px;}
.leftimgsec{width: 42%; height:100%; position: absolute;left:0;top:0; overflow: hidden; padding-right: 8%;}
.leftimgsec img{object-position: center center; object-fit: cover; width: 100%; height: 100%; position: relative;}
.leftimgsec:before{content:""; width:100%; height:90%; background:var(--dark-blue); position: absolute; right: 0; top: 5%; }
.listcontent{width: 65%; margin: 50px 0; float: right; position: relative;}
.listcontent ul{list-style: none; padding: 0; margin: 0; }
.listcontent ul li{display: flex;align-items: center; margin-top:40px;}
.icons{ border-radius: 50%; border:1px solid var(--dark-blue); background:var(--white); margin-right: 30px; }
.listcontent ul li h3{font-size: 22px; color:var(--dark-blue); font-weight: 600;}
.listcontent ul li h3 p{color:var(--dark-gray); }


.vm{
    display: inline-block;
    margin-top: 30px;
    width: 100%;
    text-align: right;
}
.vm .site-btn1{
    background: #fff;
}
.vm .site-btn1:hover{
    background: #fcf113;
    color: var(--dark-blue);
    border:1px solid #fcf113;
}
.fsec{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:15px;
}
.fsec .fleft{
    width: 30%;
}

.fsec .featurelist{
    width: 70%;
}

@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; }
}
.bitem{position: relative;}
 
.homebanner{position: relative;}
.homebanner .container {position: absolute; top: 60%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.homebanner:after{ display:none !important;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;}

.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:var(--dark-blue); 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:var(--dark-blue);}
.homeprolist{  }

.homeprolist > ul{list-style: none; display: flex;flex-wrap: wrap; margin: 0 -10px; /* column-gap: 10px;flex-grow: 4;flex-shrink: 3;flex-flow: column wrap;flex: 0 0 33.3333%;*/ }
.homeprolist > ul > li{width:25%;padding: 15px;text-align: center;} 
 
.featuresec{padding:100px 0;background:#f7f7f7;}
.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;}
.featuresec .prbox{border:none;padding: 0px;}
 /*.aboutcont .img1{position: relative;width: 300px;height: 350px;}*/
 .aboutcont .img2{
        position: absolute;
    bottom: 0;
    right: 50px;
    width: 350px;
    height: 350px;
    }
 .aboutcont img{width: 100%;height: 100%;object-fit: cover;object-position: center center;}
.productbox{width: 100%; float: left;}
.productimg{width: 100%;height:250px;overflow: hidden;position: relative;transition: transform .2s;box-shadow: 0px 3px 10px rgb(0 0 0 / 0%), 0px 3px 10px rgb(0 0 0 / 0%);}
.productimg img{width: 100%;height: 100%;object-fit: cover;object-position: center;}
.productbox:hover .productimg img{transform: scale(1.3);}
.procont{background: var(--white); padding: 20px 10px;  color: var(--dark-gray);text-align: left;}
.producttitle{font-size: 18px; line-height: 1.1; color: var(--dark-blue); white-space: normal; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-weight: 600; }
.producttitle:after{content:""; width: 100%; margin-top: 15px; display: block;}
 
.productbox:hover .producttitle{ color:var(--dark-blue); }
.probrief {margin-top: 15px; white-space: normal; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.productsec{padding:70px 0; background:var(--light-gray); position: relative;}
.productsec .heading2{ margin-bottom: 30px; position: relative; }
 
.productsec .container{position: relative;}
.btnfull{text-align: center; margin-top: 30px;}
.viewallbtn {display: inline-block; background: var(--dark-blue); padding: 10px 30px; text-transform: uppercase; color: #fff;  border-radius: 5px;
    font-weight: 600; font-size: 16px;}
.viewallbtn:hover{color:#fff;}

.why{
    background-image: url('../images/why.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
    padding: 60px 0px;
}
.why:before{
     content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: var(--dark-blue);
    z-index: -1;
    opacity: .9;
    width: 100%;
    height: 100%;
}
.wsec{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:10px;
}
.wsec .stripbg{
    width: 50%;
    padding: 0px;
    padding-right: 100px;
}
.wsec .wright{
    width: 50%;
}
.wsec .wright ul{
    display: flex;
    flex-wrap: wrap;
    gap:15px;
    list-style: none;
}
.wsec .wright ul li{
    flex-basis: 48%;
    background: #fcf113;
    padding: 20px 20px;
}
.wsec .stripbg .subtext{
    color: #fff;
    margin-bottom: 20px;
}
.wsec .stripbg p{
    color: #fff;
}
.wsec .wright ul li a{
    display: inline-block;
 }
 .wsec .wright ul li .icons{
        background: transparent;
    border-radius: 0px;
    border: none;
    padding: 0px;
    line-height: unset;
    display: flex;
    align-items: center;
    width: 75px;
    height: 75px;
    margin: 0px;
 }
  .wsec .wright ul li span{
    color: var(--dark-blue);
    font-weight: 600;
  }
.enq{background: var(--dark-blue);padding: 100px 0px;position: relative;}
.enq .henq{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.enq .henq .formbox{
    width: 70%;
}
.enq .henq .fright{
    width: 30%;
}
.enw-img{
    float: right;
    position: absolute;
    bottom: 0;
    right: 100px;
}
.enq .henq .formbox .subtext{
    position: relative;
    font-size: 24px;
    padding-bottom: 15px;
    background: none;
}
/*.enq .henq .formbox .subtext:before{
    content: '';
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 2px;
    background: #fcf113;
}
*/
.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:var(--dark-blue); 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; }*/

.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{padding-right:40px; color:#fff;}
.formbox h2 {margin-top: 0px; font-weight:300; font-size: 30px;color:#fff;}
.formbox .subtext{margin-bottom: 50px}
.formbox ul{    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;justify-content: space-between;}
.formbox ul li{    width: 49%;}
.formbox ul li:nth-child(5),.formbox ul li:last-child{width: 100%;}
.formbox ul li input, .formbox ul li textarea{width: 100%; font-size: 16px; background: #fff; border: none;border-radius: 0px;  padding: 10px; min-height:50px;  box-shadow: none;  }
.formbox ul li input.submit-btn{
    background: var(--green);
    float: left;
    color: #fff;
    font-weight: bold;
    border: none;
    width: 180px;
    border-radius: 0;
    text-align: center;
    text-transform: uppercase;
    }
.formbox .captcha{float: left;display: flex;align-items: stretch;margin-right: 20px;}
.captcha input{display: inline-block;}
.formbox .captcha .ctext{    display: flex;
    align-items: center;
    background: #f7f7f7;
    color: #a9a9a9;
    padding: 0 15px;}
.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; }

.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:var(--dark-blue);}
.stripbg.stripcount .icons:hover img{filter: brightness(10);}
.stripbg.stripcount .icons:hover span{ color:#fff; }
.newssec{padding:100px 0; }
.whyus{background-color: #fbf9f7;background-image: url(../images/why_choose_bg.jpg);background-size: cover;background-position: center;padding:60px 0; }
.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:220px; }
.newsimg .date{color:var(--dark-gray); font-size: 14px;}
.newsimg img{width: 100%;height: 100%;object-position: center;object-fit: cover;  }
.newscontent{width:100%; float: left;  padding:30px;}
.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;z-index: 0;}
.blogitem{padding: 18px; display: flex;}
.newsbox{color: var(--dark-blue); display: block; width: 100%; float: left; font-size: 18px; font-weight:300; box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.11);}
.newscontent{position: relative;}
.blogitem .newsbtn{background-color:var(--green); width: 15%; position: absolute;right: 10px;top:-15px;}
.blogitem .newsbtn p{color: #fff; padding: 4px; font-size: 12px;font-weight: 600; text-align: center;text-transform: uppercase;}
.newsbox:hover{color:var(--dark-blue);}
.date{color:#000; font-size:14px; font-weight:600;text-transform: uppercase; margin-bottom: 0!important;} 
.blogtitle{margin-bottom: 10px; font-size:17px;font-weight: 900;text-transform:uppercase; -webkit-box-orient: vertical;  display: -webkit-box;  -webkit-line-clamp:2;  overflow: hidden;  text-overflow: ellipsis;  white-space: normal;}
.blogbrief{ margin-top: 10px; font-size: 16px; color:#000;    font-weight: 500; -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: var(--dark-blue); color: #fff; padding:30px; border-radius:0 0 4px 4px;}
.newsleft ul li:first-child .newscontent .dats{color:#f1f1f1;}
.innerpages p.dats{ margin-bottom: 5px; font-size: 15px; }
.categoryhead{text-align: center; padding-bottom: 20px;}
.categoryhead .heading2{margin-bottom: 30px;}
.arrowdown{width: 46px; height: 46px; display: inline-block; position: absolute; background: var(--dark-blue); border-radius: 50%; transform: rotate(90deg); line-height: 42px;}
.homecaegory{background: var(--light-gray); padding: 60px 0;}
#grid2{list-style: none; padding: 0; margin: 0;}
#grid2 > li {width: 22%; margin-right: 3%; margin-top:15px;}
#grid2 > li > a{font-size: 19px; font-weight: 600;}
#grid2 > li > a span{display: block; border-bottom: 1px solid #dedee2; position: relative; padding-bottom:6px; margin-bottom: 10px;}
#grid2 > li > a span:after{content:""; width: 50px; height: 2px; background:var(--green-blue); display: block; position: absolute;left: 0; bottom: -1px;}
#grid2 > li > ul{list-style: none; padding: 0;}
#grid2 > li > ul > li{margin-bottom: 1px;}
#grid2 > li > ul > li a{ color: var(--dark-gray); font-size: 14px; }


.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;}
footer {
    background: #0099be!important;
    padding: 50px 0 50px 0;
    color: #f8f8f8;
}
#sub-footer {
    background: #0099be!important;
    text-shadow: none;
    color: #f5f5f5;
    padding: 0;
    padding-top: 30px;
    margin: 20px 0 0 0;
}
.fn20{font-size: 20px;}
footer ul.link-list li a {
    color: #fff!important;
}
footer .widgetheading {
    position: relative;
}
.widget h4, .widget h5 {
    font-weight: 700;
    margin-bottom: 20px;
}
footer address {
    line-height: 1.6em;
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429;
}
#sub-footer span {
    color: #f5f5f5;
}
footer .widgetheading {
    position: relative;
}
.widget h4, .widget h5 {
    font-weight: 700;
    margin-bottom: 20px;
}
.widgetheading {
    width: 100%;
    font-size: 20px;
    padding: 0;
}
ul.link-list li {
    margin: 0;
    padding: 2px 0 2px 0;
    list-style: none;
    line-height: 1.6em;
}
.copyright {
    text-align: left;
    font-size: 18px;
}
footer a {
    color: #fff;
}
.footersec{padding: 60px 0; background:var(--dark-blue); position: relative; }
.footersec:before{ display:block;content:""; background:var(--dark-blue); background-size: cover; width: 100%; height: 100%; position: absolute; left: 0; top: 0; height: 100%;}
.footersec .container{position: relative;}
.flogo{margin-bottom: 20px; max-width: 240px;}
/*.flogo img{filter: brightness(100);}*/
.fadd i{margin-right: 5px;}
.footersec .footertitle{font-size: 19px; font-weight:600; color:#fff; margin-bottom: 15px;}
.footersec ul{list-style: none;}
.footersec ul li{ width: 100%; display: block; }
.footersec ul li a{display: block; padding:5px 0px 5px 0; font-size:16px;  color:#a2a8b7; }
.fbox.footerfirst{padding-left: 0;}
.fbox.footerfirst p{font-size: 19px; margin-top: 15px; color:#fff;}
.fbox.footerfirst p small{font-size: 15px;} 
.footersec p{color: #a2a8b7;margin-bottom: 10px;font-size: 15px;}
.footersec p a{color: #fff;}
.fsocial{
    margin-top: 20px;
}
.cat-list ul li{
    width: 60%;
    float: left;
    margin-right: 10px;
    font-size: 16px;
}
.cat-list ul li .sprit-locationicon{position: absolute; top:55px;}
.cat-list ul li .sprit-phoneicon{position: absolute; bottom: 70px;}
.cat-list ul li .sprit-emailicon{position: absolute; bottom: 18px;}

.cat-list ul li p{padding-left: 30px;}





.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 ul li a{background: none;padding: 0px;}
.copyright ul{display: flex;align-items: center;}
.copyright ul li:first-child{flex-basis: 20%;padding-left: 0px;}
.copyright ul li{padding: 0 15px;position: relative;}
.copyright ul li:after{content: '';position: absolute;right: 0;width: 1px;height: 100%;background: #fff;top:0;}
.copyright ul li:last-child:after{display: none;}

.productpage{padding: 50px 0;}

.innerbanner{background:#ffa303eb; padding: 30px 0; margin-top:0; }
.innerbanner h1,.innerbanner .h1{color:#fff;font-size: 30px;}
.breadcrumbs{color:#fff; font-size: 16px;}
.breadcrumbs a{ display: inline-block; color:#fff!important; margin: 0 5px; }

.innerpages{padding: 60px 0;}
.innerpages p{color:var(--dark-gray); line-height: 1.5; font-size: 17px; margin-bottom: 20px;}
.innerpages .bullet2 li{color:var(--dark-gray); 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:var(--white);  background-color:var(--dark-yellow); border-color: var(--dark-yellow);}
.btn-danger {color: #fff; background-color: var(--green); border-color: var(--green);}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active { background-color:var(--dark-blue);}

#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: var(--dark-blue);
    color: #fff;
    width: 150px;
    height: 40px;
    border-radius: 4px;
    border: none;
} 
.button-wrapper .button:hover, .product-detail-description .btn.downloadbtn:hover{ border-color:var(--dark-gray); background:var(--dark-gray); color:var(--white);}
#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:var(--dark-blue);}
.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: 0px;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:60px 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:var(--green); border-color:var(--green); color:var(--white);}
.product-detail-description .btn.enwdown{padding: 9px 15px; border-radius:4px!important; background:var(--dark-blue); border-color:var(--dark-blue); color:var(--white);}

.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:var(--dark-blue);}
.btn-success { background-color:#1a2f47; border-color:#1a2f47; color:#fff;}
.btn-success:hover{background-color: var(--dark-gray); border-color: var(--dark-gray); color:var(--white);}
.left_section{ margin-bottom:20px; border:1px solid #cccccc; border-top:5px solid var(--dark-blue); }
.left_section h3{ background:#333; font-size:1.5em; padding:10px; color:#fff; font-family: Lato-Light, sans-serif; margin:0;}

.right_section{ margin:0px 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: var(--green);;
    display: block;
    margin-top: 13px;
    position: absolute;
    bottom: 0;
    left: 0;

  }

.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:var(--dark-blue); 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: var(--dark-blue);
    color: #fff;
}
.paging .active{ background:var(--dark-blue); color:#fff; padding:5px 8px; min-width: 30px; display:inline-block;}

.support{
    background:var(--green);
    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: var(--dark-blue);
}
.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: #4e892b;
}
.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: var(--dark-blue);
}
.inner-fabs.show a:nth-child(4) {
  bottom: 340px !important;
  background: #81b304;
}
.icon-chevron-down {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    /*transform: translateY(-50%) rotate(135deg);
    border-right: 1px solid #332;
    border-top: 1px solid #332;
    width: 8px;
    height: 8px;*/
    transition: .3s ease-in; z-index: 2;
}
.submenu-toogle {
    position: absolute;
    right: 0;
    top: 0;
    color:var(--green);
    z-index: 900;
    cursor: pointer;
    width:30px;
    height:32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.submenu-toogle:before{content:"+"; font-size: 20px; font-weight: 600;}
.submenu-toogle.active:before{content:"-"}
@media only screen and (max-width: 2400px) and (min-width:2000px) {
 

    .aboutcontents{
        width: 70%;
    }
}
 
 
@media (max-width:1279px) {
.logo {
    width: 140px;
}
 
    .bcontent .btitle{
        font-size: 66px;
    }
    .bcontent .bsubtitle{
        font-size: 55px;
    }
    .bcontent span{
        font-size: 18px;
    }
    .site-btn, .site-btn1, .site-btn2{
        padding: 10px 20px;
    }
.container{width: 100%;}
.topheader .container{width:100%;}
.btitle{font-size: 50px;}
.searchbox{width: auto;}
.searchbox .input-group input{width: 220px; }
.searchbox .input-group .btn{padding: 0 24px;} 
 
.aboutcontents h2, .hospitalcont h2{font-size: 30px;}
.aboutcontents p{font-size: 17px;}
 

.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) {
 
    .aboutsec{padding: 60px 0;}
    .formbox, .stripbg{padding-top: 100px;}
}
@media (max-width:1199px) {
    .heading2:before {
        font-size: 60px;
        left: -5px;
        top: -23px;
    }
    .footerlogo{width: 30%;}
    .quicklinkssec{width: 25%;}
    .contactinfo{width: 45%;}


}
@media (max-width:1024px) {
body{font-size: 15px;}
.homebanner:before{bottom: -74px;}
.hdata ul li .hdata-img{flex-basis: 70%;}
.newscontent{padding: 15px;}
.date{font-size: 14px;}
.blogtitle{margin-bottom: 5px;}
.viewbtn{padding: 10px 30px; min-width: 150px;}
.procont{padding: 20px; }
.topheader{padding: 5px 0;}
.call-request{margin-right: 60px;}
.productimg { height: 200px;}
.productsec .heading2::before{font-size: 100px;}
.stripbg{width: 100%; padding-right: 0; padding-bottom: 50px;}
.formbox {width: 100%;padding-top: 40px;}
 
.productsec {padding: 30px 0;}
.producttitle{font-size: 18px; }
.producttitle::after{margin-top: 10px;}
.heading2 {
    font-size: 30px;
    line-height: 35px;
}
.heading2:before {
    font-size: 37px;
    left: -5px;
    top: -15px
}
.iconsec .iconcontent{font-size: 17px; font-weight: 700;}
.iconsection .iconsec {padding: 25px; flex-basis: 22%;}
.pageimg{height: 400px;}
.blogtitle{font-size: 15px;}
.formbox ul li {
    width: 48%;
}  
 .footerlogo{width: 28%;}
    .quicklinkssec{width: 25%;}
    .contactinfo{width: 47%;}

.aboutsec{padding: 60px 0px 60px;}
.hospitalimg{float: none;margin: 0 auto; position: static;}
.hospitalcont p{font-size: 17px;}
 
.captcha{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:30px;z-index: 992;width: 30px;height: 30px;padding-top: 15px;}
.navicon span{ width:30px; height:3px; background:var(--green); position: relative; display: block;}
.navicon span:before, .navicon span:after{content:""; width:30px; height:3px; background:var(--green); 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); background: #333}
.navicon.active span:after{ transform: rotate(45deg); bottom:9px; background: #333}
.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: 991; 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:12px 0px;}

.ddclick{position: absolute; right: 0; top: 0; width: 32px; height:42px;/* background:#ccc;*/ cursor: pointer;color:#405464;}
.ddclick:before {content: "+";display: inline-block; width: 100%; text-align: center; line-height: 42px; font-size: 24px;}
.ddclick.active:before {content: "-";}
.searchbox{ width: 100%;}
.input-group > .custom-file{width: 90%;}
.searchbox .input-group{border-left: 0;}

.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%;}
.bcontent .btitle{font-size: 56px;}
.bcontent .bsubtitle{font-size: 45px;}
 .bcontent span{font-size: 16px;}
 .topmenu > ul {flex-direction: column;}




}
@media (max-width:991px) {
    .vernav {width: 100%;height: 100%;}
    .tabcontent {width: 100%;margin: 25px 0px 0px 0px;}
    .homebanner:before{bottom: -83px;}
   .aboutcontents{padding-left: 0;}
   /*.homeprolist .productimg {padding: 20px;}*/
    .homeform {width: 50%;}
    .aboutcont .img1{position: unset;flex-basis: 50%;width: 100%!important;}
    .aboutcont .img2{position: unset;flex-basis: 50%;}
    .hdata ul{flex-direction: column;}
    .iconsec2 {width: 50%;}
    .iconsec2 .hdata{margin-left: 30px;}
    .hdata ul li .hdata-img {flex-basis: 30%;}
    .hdata ul li{margin: 10px 0;}
    .iconsec2 .hdata p{font-size: 15px;}
   .aboutcont{width: 100%;padding-right: 0;text-align: center;display: flex;gap: 20px;justify-content: center;}
   .heading2:before {top:0;}
   /*.heading2{padding-top: 20px;}*/
   .aboutsec {padding: 40px 0px 20px;}
   .aboutcontents{width: 100%;}
   .aboutcontents h2 {margin-bottom: 20px;}
   .iconsec .iconcontent{font-size: 13px;font-weight: 700;}
     .iconsection .iconsec {padding: 19px;}
  .iconsection .iconsec {flex-basis:21%;}
   .pageimg {height: 350px;}
   .footerlogo {width: 31%;}
   .quicklinkssec{width: 21%;}
   .flogo {max-width: 140px;}
   .cat-list ul li{width: 100%;}
   
   .cat-list ul li .sprit-phoneicon {bottom: 75px;}
   .cat-list ul li .sprit-emailicon{bottom: 18px;}
.searchbox .searchbtn, .searchbox input{height: 44px;}
 .bcontent .btitle{
        font-size: 46px;
    }
    .bcontent .bsubtitle{
        font-size: 35px;
    }
    .bcontent span{
        font-size: 14px;
    }
    .site-btn, .site-btn1, .site-btn2 {
    padding: 10px 15px;
}
 
.centerimg{
    width: 100%;
    position: unset;
    margin-bottom: 15px;
}
/*.productsec{
    padding-top: 0px;
}*/
.featuresec{
    padding: 30px 0px;
}

.wsec{flex-wrap: wrap;}
.wsec .stripbg{
    width: 100%;
    padding-right: 0px;
}
.wsec .wright{
    width: 100%;
}
.enq{
    padding-bottom: 30px;
}
.enw-img{
    width: 240px;
}
.newssec{
    padding: 30px 0px;
}
.fsocial{
    margin-bottom: 30px;
}
.heading2 p{line-height: 35px;}
.aboutcontents{margin-top: 25px;}
.whyus {
    padding: 30px 0;
}
.threebox li {width: calc(100% / 2)!important;}


}
@media (max-width:767px) { 
   .productimg{height: 150px;}
  .iconsec {flex-basis: 46%;}
  .aboutcont {flex-direction: column;}
  .homebanner:before {bottom: -85px;}
  .formsec{flex-direction: column;}
  .homeform{width: 100%;}
  .iconsec2 {width: 100%;padding-top: 30px;}
  .iconsec2 .hdata{margin-left: 0;}
  .hdata ul li .hdata-img {flex-basis: 20%;}
  .aboutcontents {padding-left: 0px;padding-bottom: 30px;margin-top: 25px;}
  .aboutcont .img1{flex-basis: 100%;/*margin: 0 auto;*/}
   .aboutcont .img2{flex-basis: 100%;margin: 0 auto;}
  /*.aboutsec{padding: 0;}*/
  .heading2 {padding-top: 0px;font-size: 16px;margin-bottom: 30px;}
  .aboutcontents h2 {font-size: 20px;}
  .heading2:before {top: 17px;font-size: 30px;}
  .pageimg {height: 300px;}
  .footerlogo{width: 100%;}
  .quicklinkssec{width: 100%;}
  .contactinfo{width: 100%;}
  /*.cat-list ul li .sprit-emailicon {top: 185px;}*/
  .cat-list ul li .sprit-phoneicon {bottom: -120px;}
.heading2 { font-size: 20px;line-height: 28px;}
.formbg::after{display: none;}
    .flogo {margin-bottom: 20px; text-align: center;}
    .aboutinner .abt-para .aboutimg{width: 100%}
    .formbox h2{font-size: 22px;}
    .subtext{font-size: 15px;}
    .resp-vtabs ul.resp-tabs-list{width: 26%;}
    .resp-vtabs .resp-tabs-container{width: 74%;}

    /*.aboutsec {background: var(--dark-blue) ;}*/
    
    .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;display: none;}
.homeprolist > ul > li{width: 50%;}
.homeprolist > ul > li:nth-child(2n){margin-left:0;}
.producttitle{font-size: 15px;/*padding-top: 10px;*/}
.aboutcontents h2, .hospitalcont h2, h2 { font-size: 20px;}
.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%;}
 .iconsection .iconsec{margin-bottom: 20px;margin-right: 0;flex-basis: 50%;}
.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: 20px 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;}
.logo{width: unset;margin-right: 0%;}
.leftimgsec{ width: 50%; }
.listcontent{width: 50%;}
.vernav {width: 100%!important;height: 100%;}
.tabcontent {width: 100%!important;margin: 25px 0px 0px 0px!important;}

.aboutbottom li {width: calc(100%/2)!important;}
.whyus {padding: 0;}
.threebox li {width: calc(100%)!important;}
.whyinnertext h3{margin-bottom: 10px;}
.cat-list ul li .sprit-emailicon{bottom: -21%;}

}

@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;}
.innerpages p {font-size: 15px;}
.section_header h2{font-size: 20px;}
}
@media (max-width:414px) {
    .homebanner:before{bottom: -91px;}
    .heading2 {font-size: 20px;}
    .homeprolist .heading2:after {left: 40%;}
    .newssec .heading2:after {left: 40%;}
    .producttitle {font-size: 13px;}
    .aboutcontents .abouttitle {font-size: 23px;font-weight: 800;}
    .formssec {margin-bottom: 50px;}
    .aboutcont{padding-top: 20px;}
       .aboutcont .img1{width: 300px;}
    .aboutcontents h2, .hospitalcont h2, h2{font-size: 20px;font-weight: 600;}
    .aboutcont .img2{width: 300px;}
    .aboutcontents{padding: 30px 0;}

    .aboutcontents p{font-size: 13px;}
    .aboutcontents h2, .hospitalcont h2, h2 {font-size: 20px;margin-bottom: 10px;margin-top: 10px;font-weight: 600;}
.iconsection {padding-top: 30px;}
.hdata ul li .hdata-img {flex-basis: 23%;}
.hdata .title {font-size: 16px;}
.iconsec2 .hdata p {font-size: 14px;}
.formsec {    padding: 20px 10px;}
.homeform {    padding: 10px 30px;}
.hdata-img .himg{width: 40px; height: 40px;}
.iconsec .iconcontent {font-weight: 600;}
.pageimg {height: 250px;}
.newssec{padding-top: 10px;}
.blogitem{padding: 0;}
.procont{padding: 0;}
.footersec ul li a {font-size: 16px;}
.flogo {max-width: 120px;}
.aboutinner .abt-para .heading2{font-size: 20px;}
.aboutinner .abt-para p{font-size: 15px;}
.innerpages{padding: 20px 0;}
.innerbanner{padding: 15px 0;margin-top: 60px;}
 .logo a{width: 110px;}
 .cat-list ul li .sprit-locationicon{top: 60px;}
 .cat-list ul li .sprit-emailicon {top: 175px;}
}
@media (max-width:360px){
    .iconsection .iconsec{flex-basis: 100%;}
    .homebanner:before {bottom: -91px;}
    .homeform{ padding: 10px 20px;}
    .hdata .title {font-size: 15px;}
    .iconsec2 .hdata p {font-size: 12px;}
    .aboutcontents .abouttitle {font-size: 17px;}
    .aboutcontents p {font-size: 13px;}
    .aboutcontents h2, .hospitalcont h2, h2 {font-size: 16px;margin-bottom: 7px; margin-top: 7px;}
    .pageimg {margin-top: 20px;height: 200px;}
    .heading2{font-weight: 600;}
    .blogtitle {font-size: 14px; font-weight: 600;}
    .date {font-size: 13px;}
    .aboutinner .abt-para .heading2 {font-size: 18px;}
    .aboutinner .abt-para p {font-size: 13px}
    .cat-list ul li p{font-size: 14px;}
    .footersec ul li a {font-size: 14px; padding: 3px 0px 3px 0;}
    .fadd{font-size: 14px;}
    .logo a{width: 100px;}
    .cat-list ul li .sprit-phoneicon{bottom: -113px;}
    .cat-list ul li .sprit-emailicon{top: 161px;}
}

.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-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; text-transform:uppercase;}
.contnet h1 span{ color:#901742}
.contnet p{ 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-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; border-radius: 5px; overflow: hidden;}
.productpage .right_section .clear{margin-bottom: 50px;}
.productimage {position: relative; height: 250px; width: 100%; float: left; overflow: hidden; /*border: 1px solid #f1f1f1;*/background:var(--white);}
.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:var(--green); text-align:center; /*font-size:12px; opacity:0.9; position:absolute; padding:3%; bottom:20px;*/}
.product_name a{color:#fff; padding:6px 4px; display: block; font-size: 16px;}
.product_name a span{overflow: hidden; min-height: 42px; font-size: 16px; line-height: 1.3; display: flex; justify-content: center; align-items: center; }
.product_name h2{ color: #fff; 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: var(--dark-blue); border-color: var(--dark-blue);}
.btn{}
.details{border:1px solid #f1f1f1;margin-top:20px;margin-bottom:20px;overflow:hidden;padding: 10px 10px;}
.details h3{ font-size:18px; font-weight:600; color:var(--dark-blue); margin:0; padding-bottom:5px;}
.details h3:before{display: none;}
.details p{ font-size:15px; line-height:25px; color:var(--dark-gray); }
.details .link{ display:block; padding:10px 0;}
.details span{ font-size:15px; line-height:25px; color:var(--dark-gray);}
.btngroup{ float:right;}
.details_heading{ font-size:2em; color:#357ebd; margin:30px 0px 30px 0px; }
.bg-color{ background:#f2f2f2; border:1px solid #f1f1f1; }

.details.bg-color{background:#fff;margin-left: 5px;}
.details-text{ margin:20px 0;}
.details-text p{ font-size:1.6em; color:var(--dark-gray);  }
.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;  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; }
.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; }

.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:200px; 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:var(--dark-blue); background-color: var(--dark-blue);  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 #cccccc;}
#cssmenu > ul > li:last-child {margin: 0;}
#cssmenu > ul > li > a {font-size: 16px; display: block; color:#2d2e36; /*color: #ffffff; background: #565656;*/padding-right: 25px;}
#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:var(--dark-blue); color: #fff; border: 1px solid var(--dark-blue);}
#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:var(--dark-blue); font-size: 14px;}
#cssmenu ul ul a:hover {color:var(--dark-blue);}


/* 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: 0; margin-bottom: 15px;}
.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:var(--dark-blue); 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:var(--dark-blue);color:#fff;}

.abt-para .aboutimg{
    float: right;
    width: 400px;
    height: 400px;
    overflow: hidden;
    margin-bottom: 15px;
    margin-left: 20px;
}
.abt-para .aboutimg img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.mb-10{margin-bottom: 10px;}

.followus{margin-top: 25px;}
/***** Media Quries *****/
@media only screen and (max-width: 1440px) and (min-width: 240px)  {
    .wrap{      width:95%;  }
}
@media only screen and (max-width: 1400px) {
    
}
@media only screen and (max-width: 1280px) {
    .btitle{font-size:38px;}
    .btitle small{font-size: 28px;}
    .btns{font-size: 16px;} 


}
@media only screen and (max-width: 1279px) { 
.topright {flex: inherit;/* margin-right: 20px; */}
}

@media only screen and (max-width: 1024px) {
    .aboutcont .aboutheading{font-size: 32px;}
    .firstcont{font-size: 20px;}
    .alist ul li{width: 50%;}
    .artimage{height: 200px;}
    .images_1_of_4 h4 a {
        font-size: 1.2em;
    }
    .content_right h4 {
        font-size: 2em;
    }
    .fullwidth {
        z-index: 0;
    }
    .topmenu > ul > li > a{
        color:var(--dark-gray);
    }
    .topmenu > ul > .callsec > a{
        color: #fff;
    }
    .headersec .callsec a {
    padding: 10px 15px;
}
}
@media only screen and (max-width: 1199px) { 
.topright a span{ display: none; }
}



@media only screen and (max-width: 991px){ .logo{ } .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:
49%;} .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} .abt-para .aboutimg{ width: 50%; height:
unset; margin-left: 20px; } .abt-para .heading2{padding-top: 0;font-size:
25px; margin-bottom: 30px;} .innerbanner h1, .innerbanner .h1{ font-size:
24px; } .product-detail-slider img{ width: 100%; margin-bottom: 20px; } }

@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: 767px) {
 /*   .searchbox .input-group .btn {
    padding: 0 22px;
}*/
     .details{border: none;}
    .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;}
 .details.bg-color {margin-left: 0;}
 .details{padding: 15px 10px;}
    .logo{text-align: left;width:120px;}
    .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% ;}
    
  
.searchbox{
    margin-right: 0px;
    margin-top: 0px !important;
}
 .bcontent .btitle{
        font-size: 36px;
    }
    .bcontent .bsubtitle{
        font-size: 25px;
    }
    .bcontent span{
        font-size: 14px;
    }
    .site-btn, .site-btn1, .site-btn2 {
    padding: 8px 10px;
    font-size: 14px;
    letter-spacing: unset;
}
    .right_section{ margin-left:0}
    .bullet2 li{ width:50%}
    .homeprolist > ul > li{
        width: 50%;
    }
    .vm{
        text-align: center;
    }

.enq .henq{
    flex-wrap: wrap;
}
.enq .henq .formbox{
    width: 100%;
    padding:0px;
}
.enq .henq .fright{
    width: 100%;
    margin-top: 30px;
}
.enq{
    padding-bottom: 0px;
}
.footersec ul{
    margin-bottom: 20px;
}
.cat-list ul li{
    width: 100%;
    margin-right: 0px;
}
.enw-img{
       position: unset;
    float: unset;
    /* text-align: center; */
    margin: 0 auto;
}
.copyright ul{
    margin-bottom: 0px;
    flex-direction: column;
}
.copyright ul li:after{
    display: none;
}
.enq .henq .formbox .subtext{
    font-size: 18px;
}  
.formbox ul li{
    width: 100%;
}  

}
@media only screen and (max-width: 640px){
    .articalleft .left_section{display: none;}
    .articalleft .shead{ position: relative; background: var(--dark-blue); 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% ;}
    .searchbox input {width: 61px!important;padding: 10px!important;}
    .top_header a {font-size: 14px!important;}
    .searchbox {width: 128px!important;}
    .logo a {width: 150px!important;}
    .product_heading li {width: 100%!important;}
}
@media only screen and (max-width: 480px) {
    .bitem{height: 250px;}
    .bitem img {
    object-position: center center;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.product_name a span {min-height: 35px;font-size: 15px;padding: 10px 0;}
.enq{padding: 20px 0;}
h1, h2, h3, h4, .heading1, .heading2, .heading3, .heading4{margin-bottom: 30px;}
.resp-vtabs .resp-tab-content {padding: 15px 10px; font-size: 15px;}
.product-detail-description h1{font-size: 30px;}
.product_name a{padding: 0;}
     .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,.innerbanner .h1{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;}

    .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%;}
.productimg{height: 178px!important;}
}
@media only screen and (max-width: 375px){
    .searchbox .input-group input {
    width: 185px;
}
   .searchbox .input-group .btn {
      padding: 0 22px;
}
}
@media only screen and (max-width: 360px) {
 
.searchbox .input-group input {
    width: 170px;
}
.wsec .wright ul li{
    flex-basis: 47%;
}
.searchbox .input-group .btn {
    padding: 0 22px;
}
}
@media only screen and (max-width: 320px) {
    .searchbox .input-group input {
    width: 130px;
}
.searchbox .input-group .btn {
    padding: 0 22px;
}
.bcontent .btitle{
        font-size: 30px;
    }
    .bcontent .bsubtitle{
        font-size: 20px;
    }
    .bcontent span{
        font-size: 14px;
    }
    .site-btn, .site-btn1, .site-btn2 {
    padding: 8px 10px;
    font-size: 12px;
    letter-spacing: unset;
}
.subtext {
    font-size: 20px;
}
.wsec .wright ul li {
    flex-basis: 46%;
}
.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;}
}




.searchbox{border:1px solid #d0d0d0; width: 280px; float: right; border-radius: 30px;margin-left: 15px;background: #ffffff3b;}
.searchbox input:focus{background-color: none;}
.searchbox input{color: #ddd; font-size: 14px; width:220px;float: left; height: 28px; border: none;outline: none; padding: 0 20px; border-radius: 30px;background: none;}
.searchbox .searchbtn{ width: 54px;height: 28px; padding: 0; background:url(../images/search.png) center center no-repeat; font-size: 0;filter: sepia(1);} 
@media (max-width:1500px) {
/*.logo{width: 250px;}*/

.searchbox{width: 215px;}
.searchbox input{width:150px;}
.whyus {
    padding: 30px 0;
}

}











/* Style the tab */
.vernav {
  float: left;
  background-color: #fff;
  width: 25%;
  height: 715px;
  overflow-y: scroll;
}

/* Style the buttons inside the tab */
.vernav a {
  display: block;
  color: black;
  padding: 15px 14px;
  background: #fff;
  border: 1px solid #d8d8d8;
  width: 100%;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
  border-bottom: 0;
}


/* Create an active/current "tab button" class */
.vernav a.active {
  color: var(--green);
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  width: 72%;
  margin: 0px 0px 0px 20px;
  border: none;
  height: 100%;
}
.inner_heading{font-size: 24px;font-weight: 400;}
.woldwideheading{padding: 14px 8px;font-size: 18px;font-weight: 500;text-align: center;color: #fff;letter-spacing: 2px;background: #efb310;}
.tabcontent h3{font-size: 30px;margin-bottom: 20px;margin-top: 0;font-weight: 400;}
.tabcontent img{width: 100%;object-fit: cover;margin-bottom: 15px;}
.vernav a:last-child{border-bottom: 1px solid #d8d8d8;}
.vernav a{position: relative;}
.vernav a:before{display: inline-block;margin-right: 10px;content: "\f105";font-family: FontAwesome;}


.top_header{position: relative;top: 0;width: 100%;background: #0e2a5c;color: #fff;}
.top_header a{color: #fff;font-size: 18px;}
.top_header .dflex{padding: 8px 15px;display: flex;justify-content: space-between;align-items: center;}
.mailicon{width: 22px;height: 22px;margin-right: 10px;}
.product_heading{display: flex;flex-wrap: wrap;}
.product_heading li{list-style: none;width: 50%;}
.green{color: var(--green);font-weight: 700;font-size: 14px;margin-bottom: 10px;}
.aboutbottom{display: flex;flex-wrap: wrap;margin-top: 25px;}
.aboutbottom li{list-style: none;text-align: center;width: calc(100%/4);}
.aboutrightinnertext h2{color: var(--green);margin:10px 0;font-size: 32px;font-weight: 700;}
.aboutrightimg{background: var(--dark-blue);display: inline-block;padding: 20px;border-radius: 50%;width: 85px;height: 85px;}
.aboutrightinnertext p{font-size: 22px;color: var(--dark-blue);font-weight: 500;}
.morebtn span{background-image: url(../images/right_arrow.png);display: inline-block;width: 20px;height: 20px;background-position: center;background-size: cover;margin-left: 10px;}
.topheadingbox{background: var(--green);padding: 5px 10px;display: inline-block;margin-bottom: 15px;}
.topheadingbox p{font-size: 14px;font-weight: 700;color: var(--dark-blue);line-height: 24px;}
.aboutcontents .topheadingbox p{line-height: 0;}
.threebox{display: flex;flex-wrap: wrap;}
.threebox li{list-style: none;width: calc(100% / 3);display: flex;justify-content: space-between;align-items: flex-start;padding-bottom: 50px;padding-right: 25px;}
.threebox li .whyimg{width: 12%;}
.threebox li .whyinnertext{width: 80%;}
.whyimg img{width: 100%;}
.whyinnertext h3{margin-top: 0;color: var(--dark-blue);font-weight: 500;}
.email a p{color: #fff!important;font-weight: 400;}
.aboutcontents .topheadingbox{padding-bottom: 0;}

.bitem img{width: 100%;}
.bggray{background: #f9f9f9;}
section{padding: 60px 0;}
.pad0{padding: 0;}
.moretext{display: none;}
.moretext.active{display: inline;}
.aboutcontents a{font-weight: 500;}
.pad100{padding: 160px 0;}
.heading{font-size: 35px;color: #146078!important;font-weight: 700;text-align: center;}
.homeprolist ul li a{border:1px solid #e6e6e6;}
.procont button.btn-primary{margin-top: 15px;}