body {
    background-color: #F5F6FF; /*#f7f7f8;*/
    color: #777777;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 1.625;
    overflow-x: hidden;
}
.mainCvr
{
  position: relative;
  overflow: hidden;
}
a {
    box-shadow: none;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    text-decoration: none;   
}

/*************************
  Basic margin padding
*************************/
.m-0 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0; }

.p-0 {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0; }

/*************************
         Margin top
*************************/
.mt-0 {
  margin-top: 0; }

.mt-10 {
  margin-top: 10px; }

.mt-12 {
  margin-top: 12px; }

.mt-15 {
  margin-top: 15px; }

.mt-20 {
  margin-top: 20px; }

.mt-25 {
  margin-top: 25px; }

.mt-30 {
  margin-top: 30px; }

.mt-35 {
  margin-top: 35px; }

.mt-40 {
  margin-top: 40px; }

.mt-45 {
  margin-top: 45px; }

.mt-50 {
  margin-top: 50px; }



/*************************
      Margin right
*************************/
.mr-0 {
  margin-right: 0px; }

.mr-10 {
  margin-right: 10px; }

.mr-12 {
  margin-right: 12px; }

.mr-15 {
  margin-right: 15px; }

.mr-20 {
  margin-right: 20px; }

.mr-30 {
  margin-right: 30px; }

.mr-35 {
  margin-right: 35px; }

.mr-40 {
  margin-right: 40px; }

.mr-50 {
  margin-right: 50px; }



/*************************
      Margin bottom
*************************/
.mb-0 {
  margin-bottom: 0; }

.mb-10 {
  margin-bottom: 10px; }

.mb-12 {
  margin-bottom: 12px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-25 {
  margin-bottom: 25px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-35 {
  margin-bottom: 35px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-45 {
  margin-bottom: 45px; }

.mb-50 {
  margin-bottom: 50px; }



/*************************
        Margin left
*************************/
.ml-0 {
  margin-left: 0; }

.ml-10 {
  margin-left: 10px; }

.ml-12 {
  margin-left: 12px; }

.ml-15 {
  margin-left: 15px; }

.ml-20 {
  margin-left: 20px; }

.ml-30 {
  margin-left: 30px; }

.ml-40 {
  margin-left: 40px; }

.ml-50 {
  margin-left: 50px; }


/*************************
        Padding top
*************************/
.pt-0 {
  padding-top: 0; }

.pt-10 {
  padding-top: 10px; }

.pt-15 {
  padding-top: 15px; }

.pt-20 {
  padding-top: 20px; }

.pt-25 {
  padding-top: 25px; }

.pt-30 {
  padding-top: 30px; }

.pt-35 {
  padding-top: 35px; }

.pt-40 {
  padding-top: 40px; }

.pt-45 {
  padding-top: 45px; }

.pt-50 {
  padding-top: 50px; }


/*************************
        Padding right
*************************/
.pr-0 {
  padding-right: 0; }

.pr-10 {
  padding-right: 10px; }

.pr-15 {
  padding-right: 15px; }

.pr-20 {
  padding-right: 20px; }

.pr-30 {
  padding-right: 30px; }

.pr-40 {
  padding-right: 40px; }

.pr-50 {
  padding-right: 50px; }



/*************************
        Padding bottom
*************************/
.pb-0 {
  padding-bottom: 0; }

.pb-10 {
  padding-bottom: 10px; }

.pb-15 {
  padding-bottom: 15px; }

.pb-20 {
  padding-bottom: 20px; }

.pb-25 {
  padding-bottom: 25px; }

.pb-30 {
  padding-bottom: 30px; }

.pb-35 {
  padding-bottom: 35px; }

.pb-40 {
  padding-bottom: 40px; }

.pb-50 {
  padding-bottom: 50px; }

.pb-55 {
  padding-bottom: 55px; }
  @media only screen and (max-width: 767px) {
    .pb-55 {
      padding-bottom: 15px; } }



/*************************
        Padding left
*************************/
.pl-0 {
  padding-left: 0; }

.pl-10 {
  padding-left: 10px; }

.pl-15 {
  padding-left: 15px; }

.pl-20 {
  padding-left: 20px; }

.pl-30 {
  padding-left: 30px; }

.pl-40 {
  padding-left: 40px; }

.pl-50 {
  padding-left: 50px; }



/***************************
    Page section padding 
****************************/
.ptb-0 {
  padding: 0; }

.ptb-10 {
  padding: 10px 0; }

  .ptb-15 {
  padding: 15px 0; }

.ptb-20 {
  padding: 20px 0; }

.ptb-30 {
  padding: 30px 0; }

.ptb-35 {
  padding: 35px 0; }

.ptb-32 {
  padding: 32px 0; }

.ptb-40 {
  padding: 40px 0; }

.ptb-50 {
  padding: 50px 0; }



/***************************
    Page section margin 
****************************/
.mtb-0 {
  margin: 0; }

.mtb-10 {
  margin: 10px 0; }

.mtb-15 {
  margin: 15px 0; }

.mtb-20 {
  margin: 20px 0; }

.mtb-30 {
  margin: 30px 0; }

.mtb-40 {
  margin: 40px 0; }

.mtb-50 {
  margin: 50px 0; }


h1, h2, h3, h4, h5{ color:#222222;margin-bottom: 15px;font-weight: 600;}


.sec-padding{ padding:4em 0px; }

.sub-title {
      position: relative;
    margin-bottom: 3px;
    line-height: 1.2;
}
.sec-titleCvr
{
  position: relative;
}
.supttl
{
    color: #000;
    text-transform: capitalize;
    font-size: 26px;
    margin-bottom: 0;
    letter-spacing: 1px;
    line-height: 1.2;
}
.msicnimg img
{
  height: 35px;
    margin-bottom: 12px;
}
.sec-title {
    font-size: 32px;
    margin-bottom: 25px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: capitalize;
    color: #222;
    position: relative;  
}
.sec-title:after
{
      content: '';
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 80px;
    height: 1px;
    background: #222222;
}
.sec-title.text-center:after
{
      content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -12px;
    width: 80px;
    height: 1px;
    background: #222222;
}
.sec-title.text-white
{
  color: #fff;
}
.sec-title.text-white:after
{
  background: #fff;
}
.theme-btn {
    background: #D22C1B;
    color: #fff;
    padding: 12px 25px;
    display: inline-block;
    border-radius: 30px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
        border: none;
}
.theme-btn:hover { color: #fff;
    background: #3D45C6; }
.theme-btn.btn-blue{background: #3D45C6;}
.theme-btn.btn-blue:hover{background: #D22C1B;}
.theme-btn-white{ background:#fff; color: #000;  font-weight:500;}
.theme-btn-white:hover { background:#FFF62A;  }

/*** Header CSS ***/

.header-middle
{
  background: #fff;
}
.header-middle-links { display: flex; }
.header-logo img, .woocommerce .header-logo img, .woocommerce-page .header-logo img {height: 60px;}
.headermenuback
{
  position: relative;

}
.headermenuback:before
{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background: #fff;
  z-index: -1;
}
.headermenuback .headermenublk
{
  background: #3D45C6;
    border-radius: 6px;
    padding: 0 15px;
}
.header-middle-back
{
        transition: all .3s ease-in-out;
}
.header-menuCvr .main-navigation
{
  width: 100%;
}
.header-menuCvr .main-navigation a {  padding: 15px 15px; position: relative;font-size: 14px;font-weight: 400;
    text-transform: capitalize;color: #fff;}
.header-menuCvr .main-navigation a:hover {  color:#fff;}

.header-menuCvr .main-navigation ul .sub-menu
{
  width: 250px;
  border: none;
  box-shadow: 0 3px 6px 2px #a9a9a94f;
}
.header-menuCvr .main-navigation ul .sub-menu a {
    color: #000;
    display: block;
    line-height: 1.3125;
    outline-offset: -1px;
    padding: 12px 12px;
    text-transform: capitalize;
    font-weight: 400;
}
.header-menuCvr .main-navigation ul .sub-menu a:hover
{
  background: #3D45C6;
  color: #fff;
}
.header-menuCvr .main-navigation ul .sub-menu:before, .header-menuCvr .main-navigation ul .sub-menu:after {
    display: none;
}
.header-menuCvr .main-navigation ul .sub-menu li
{
border-bottom: 0.5px solid #ddd;
    border-top: none;
    border-left: none;
    border-right: none;
}

.navbar-fixed-top {
    position: relative;
    right: 0;
    left: 0;
    z-index: 1030;
    top: 0px;
    transition: all .3s ease-in-out;
}
/*body.single-product .navbar-fixed-top
{
  background: #000;
  position: relative;
}*/
.navbar-fixed-top.fix {
    transition: all .3s ease-in-out;
    top: 0px;
    position: fixed;
}

.header-middle.navbar-fixed-top.fix .header-middle-back
{
  margin-top: 0;
  transition: all .3s ease-in-out;
}
.headrightblk
{
  display: flex;
  align-items: center;
  justify-content: end;
}
.headrightblk .headtranslt, .headrightblk .headcta
{
    padding: 0 10px;
}
.headrightblk .headtranslt .goog-te-gadget
{
      font-size: 0;
}
.headrightblk .headtranslt .goog-te-gadget>div
{
  display: block !important;
}
.headrightblk .headtranslt .goog-te-gadget .VIpgJd-ZVi9od-l4eHX-hSRGPd
{
  display: none;
}
.headrightblk .headtranslt .goog-te-gadget select.goog-te-combo
{
background: #f7f7fc;
    border: none;
    padding: 12px 10px;
}
.headersearch
{
  position: relative;
}
.headersearch .aone-search-container
{
    max-width: 100%;
}
.headersearch .aone-result-block
{
  z-index: 1;
}
.headersearch .aone-search-container input
{
  border: 1px solid #E0E0E0 !important;
}
.headersearch .aone-result-block .product-block
{
border-radius: 0;
    background: transparent;
    text-align: left;
}
.headersearch .psearch
{
    border-radius: 30px;
    padding: 10px 20px;
}
.headersearch .psearch:focus-visible, .headrightblk .headtranslt .goog-te-gadget select.goog-te-combo:focus-visible, .headersearch .aone-search-container input:focus-visible
{
  outline: none;
}
.headersearch #search-results
{
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #EEEFFF;
      border-radius: 6px;
    box-shadow: 3px 3px 6px #0000001c;
    z-index: 1;
}
.headersearch #search-results p
{
  margin-bottom: 0;
  padding: 20px;
}
.headrmenurgt
{
  display: flex;
  justify-content: space-between;
}
.headrmenurgt ul.contactinfo
{
list-style: none;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.headrmenurgt ul.contactinfo li
{
    padding: 0 10px;
}
.headrmenurgt ul.contactinfo a
{
    display: flex;
    color: #fff;
}
.headrmenurgt ul.contactinfo a .icon svg
{
  margin-right: 10px;
}
.cart-wrap .shopping-cart-content {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  opacity: 0;
  line-height: normal;
  visibility: hidden;
  /*  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);*/
  padding: 20px 20px 10px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 340px;
  z-index: 9999;
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.cart-wrap:hover .shopping-cart-content { opacity: 1;
  visibility: visible; }
.cart-wrap .shopping-cart-content .widget_shopping_cart_content ul {
  height: 320px;
    max-height: 320px !important;
    overflow-y: auto !important;
    margin-bottom: 15px; 
padding-left: 0;
}
.cart-wrap .shopping-cart-content ul li {
    border-bottom: 1px solid #ebebeb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.cart-wrap .shopping-cart-content ul li .shopping-cart-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 82px;
    flex: 0 0 25%;
    margin-right: 15px;
}
.cart-wrap .shopping-cart-content ul li .shopping-cart-title {
    flex: 0 0 55%;
}
.cart-wrap .shopping-cart-content ul li .shopping-cart-title h4 {
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3.8em;
}
.cart-wrap .shopping-cart-content ul li .shopping-cart-title h4 a {
    color: #000 !important;
}
.cart-wrap .shopping-cart-content ul li .shopping-cart-title .variation
{
  margin-bottom: 5px;
  display: flex;
}
.cart-wrap .shopping-cart-content ul li .shopping-cart-title .variation dd, .cart-wrap .shopping-cart-content ul li .shopping-cart-title .variation .variation-Unit p
{
  margin-bottom: 0;
}
.cart-wrap .shopping-cart-content ul li .shopping-cart-title h6 {
    font-size: 13px;
    margin: 5px 0 8px;
}
.cart-wrap .shopping-cart-content ul li .shopping-cart-title span {
    font-size: 13px;
}
.cart-wrap .shopping-cart-content ul li .shopping-cart-delete {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 100;
    -ms-flex-positive: 100;
    flex-grow: 100;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    flex: 0 0 10%;
    color: #000 !important;
    border-color: #000 !important;
    background: #fff !important;
}
.cart-wrap .shopping-cart-content ul li .shopping-cart-delete a svg
{
      padding: 0;
    width: auto;
    line-height: 1.2;
    height: 16px;
    border: none;
    border-radius: unset;
}
.cart-wrap .shopping-cart-content ul li .shopping-cart-delete a:hover svg
{
    border: none;
    background: unset;
}
.cart-wrap .shopping-cart-content ul li .shopping-cart-delete a {
    font-size: 16px;
    color: #CFAC6B;
}
.woocommerce a.remove, .minicart-remove a {
    font-size: 1.3em !important;
    height: 2em !important;
    width: 2em !important;
    line-height: 2 !important;
    color: red!important;
}
.cart-wrap .shopping-cart-content .shopping-cart-total span, .cart-wrap .shopping-cart-content ul li .shopping-cart-title span{
    color: #000 !important;
}
.cart-wrap .shopping-cart-content .woocommerce-Price-currencySymbol{ margin-right: 1px; }
.cart-wrap .shopping-cart-content .shopping-cart-btn {
    margin-top: 23px;
    margin-bottom: 20px;
}
.cart-wrap .shopping-cart-content .shopping-cart-btn a {
   background: #ed3237;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.2;
    margin-right: 8px;
}
.cart-wrap .shopping-cart-content .shopping-cart-btn a:hover
{
  background: #000;
  color: #fff;
}
li.header-call.cart-wrap a.icon-cart{ position: relative; }
li.header-call.cart-wrap a.icon-cart .cart-contents {
    position: absolute;
    top: -10px;
    right: -8px;
    background-color: #0b8742;
    color: #fff;
    width: 21px;
    height: 21px;
    font-weight: 500;
    border-radius: 100%;
    line-height: 2.2;
    font-size: 10px;
    text-align: center;
}
.account-wrap{ position: relative; }
.account-wrap:hover .account-dropdown{  display: block; }
.account-dropdown {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 0 1px 7px -2px rgb(0 0 0 / 30%);
    box-shadow: 0 1px 7px -2px rgb(0 0 0 / 30%);
    border-radius: 5px;
    left: 0;
    padding: 8px 12px 10px;
    position: absolute;
    text-align: left;
    top: 100%;
    width: 140px;
    z-index: 220;
    display: none;
}
.account-dropdown ul {
    padding-left: 0;
    margin: 0;
}
.account-dropdown ul li {
    list-style: none;
    margin: 0;
    padding: 9px 0px;
}
.account-dropdown ul li a {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    padding: 0;
    text-transform: capitalize;
    color: #000 !important;
    font-weight: 400;
    height: auto;
    width: auto;
    background: transparent;
    text-align: left;
    border-radius: 0;
}
.header-callCvr {
    align-items: center;
    display: flex;
    list-style: none;
    margin: 0px;
    padding: 0;
    justify-content: end;
}
.header-callCvr li
{
    position: relative;
    margin: 0px 5px;
}
.header-callCvr .headicondiv
{
  display: flex;
  align-items: center;
}
.header-callCvr .headicondiv .hicn
{
  font-size: 32px;
    margin-right: 10px;
    color: #9a1993;
        line-height: 1;
}
.header-callCvr .headicondiv .htxt
{

}
.header-callCvr .headicondiv .htxt .stxt
{
  text-transform: uppercase;
    font-size: 9px;
    margin-bottom: 3px;
    color: #808080;
    line-height: 1;
    font-weight: 400;
}
.header-callCvr .headicondiv .htxt .ltxt
{
  text-transform: capitalize;
    color: #000;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 13px;
}
.header-callCvr li > a { height: 40px;
    height: 35px;
    width: 35px;
    display: block;
    position: relative;
    background: #ffffff;
    color: #222;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    line-height: 35px; }
.header-callCvr li a .count-style, .header-callCvr li a .cart-contents
{
height: 15px;
    width: 15px;
    position: absolute;
    right: -7px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0px;
    color: #000;
    font-size: 12px;
}  
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #3d45c6;
    color: white;
    cursor: pointer;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    font-size: 12px;
}
.homeslidersec
{
padding-top: 2em;
    padding-bottom: 2em;
}
.homeslidersec .homeslidecnt
{
padding: 0 3em;
    position: relative;
    padding-right: 10em;
}
.homeslidersec .homeslideimg
{
padding: 0 2em;
    position: relative;
    padding-left: 5em;
    z-index: 0;
}
.homeslidersec .homeslideimg:after
{
  content: '';
  position: absolute;
  left: -90px;
  top: 50%;
  width: 120px;
  height: 1px;
  background: #222222;
}
.homeslidersec .homeslideimg:before
{
  content: '';
  position: absolute;
  left: -94px;
  top: 49.6%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #222222;
}
.homeslidersec .homeslideimg .certiblk
{
  position: absolute;
    left: 45px;
    top: 40%;
}
.homeslidersec .homeslideimg .certiblk img
{
height: 100px;
}
.homeslidersec .homeslidecnt .slsupttlblk
{
    display: flex;
    align-items: center;
        margin-bottom: 10px;
}
.homeslidersec .homeslidecnt .slsupttlblk .icon
{
      padding-right: 35px;
    position: relative;
}
.homeslidersec .homeslidecnt .slsupttlblk .icon:after
{
  content: '';
  position: absolute;
  right: 9px;
  top: 15px;
  width: 15px;
  height: 1px;
  background: #777777;
}
.homeslidersec .homeslidecnt .slsupttlblk .icon img
{
height: 30px;
}
.homeslidersec .homeslidecnt .slsupttlblk .slsupttl
{
  margin-bottom: 0;
  text-transform: capitalize;
}
.homeslidersec .homeslidecnt .home-slider-title
{
      font-size: 36px;
    text-transform: capitalize;
    font-weight: 800;
    line-height: 1.2;
}
.homeslidersec .homeslidecnt .slsubttl
{
  color: #222222;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    margin-bottom: 25px;
}
.homeslidersec .homeslidecnt .slsubttl:after
{
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 10%;
  height: 1px;
  background: #777777;
}
.homeslidersec .carousel-control-next, .homeslidersec .carousel-control-prev {
    width: 5%;
}
.homeslidersec .carousel-control-prev {
    left: -60px;
}
.homeslidersec .carousel-control-next {
    right: -60px;
}
.homeslidersec .carousel-control-next-icon, .homeslidersec .carousel-control-prev-icon {
    width: 30px;
    height: 30px;
    opacity: 1;
    border-radius: 50%;
    background-position: 50%;
    background-size: 50% 50%;
    background-color: #000000;
}
.homeclientsec
{
  position: relative;
  padding-top: 1em;
  padding-bottom: 2em;
  z-index: 0;
  overflow: hidden;
}
.homeclientsec:before
{
  content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: #EEEFFF;
    z-index: -1;
}
.homeclientsec .homeclntttlblk
{
  display: flex;
      background: #FFFFFF;
    align-items: center;
    flex-wrap: wrap;
    padding: 40px 25px;
    border-radius: 20px;
}
.homeclientsec .homeclntttlblk .icon
{
  position: relative;
  width: 40%;
}
.homeclientsec .homeclntttlblk .icon:after
{
  content: '';
    position: absolute;
    top: 48%;
    right: 10px;
    width: 20px;
    background: #C3C3C3;
    height: 0.7px;
}
.homeclientsec .homeclntttlblk .icon img
{
  height: 55px;
}
.homeclientsec .homeclntttlblk .ttl
{
 width: 60%; 
 padding: 0 20px;
}
.homeclientsec .homeclntttlblk .ttl .clntttl
{
margin-bottom: 0;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 700;
    color: #222;
        line-height: 1.3;
}
.homeclientsec .clntcliderblk
{
  background: #FFFFFF;
  padding: 40px 25px;
    border-radius: 20px;
}
.homeclientsec .clntcliderblk .logoimg
{
      border-right: 1px dashed #C7C7C7;
    padding: 0 20px;
}
.cvxfeatprosec
{
  background: #EEEFFF;
  padding-top: 2em;
  padding-bottom: 2em;
}
.cvxfeatprosec .cvxfeatprottlblk
{
  text-align: center;
  margin-bottom: 3em;
}
.cvxlatestprosec
{
  padding-top: 3em;
  padding-bottom: 2em;
}
.cvxlatestprosec .cvxlatestprottlblk
{
  text-align: center;
  margin-bottom: 3em;
}
ul.cvxproductlist
{
      display: flex;
    list-style: none;
    margin-bottom: 0;
    flex-wrap: wrap;
}
ul.cvxproductlist li
{
    width: 23%;
    margin: 0 1%;
    margin-bottom: 30px;
}
.product-block {
    overflow: hidden;
    position: relative;
    text-align: center;
    z-index: 0;
    background: #FBFBFB;
    border-radius: 20px;
}
.product-block .product-img {
    overflow: hidden;
    overflow: hidden;
    height: 270px;
    align-items: center;
    justify-content: center;
    display: flex;
    background: #fff;
    margin: 12px;
    padding: 12px;
    border-radius: 20px;
}
.woocommerce ul.products li.product .product-block .product-img .default-img, .product-block .product-img .default-img {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.product-block .product-infoCvr {
    padding: 8px 15px;
    text-align: left;
}
.product-block .product-infoCvr .product-info p {
  font-size: 13px;
    margin-bottom: 10px;
    color: #333;
}
.product-block .product-infoCvr .cashno, .product-block .product-infoCvr .mcformula
{
margin-bottom: 5px;
    font-size: 12px;
}
.product-block .product-link a
{
  width: 100%;
    display: block;
    background: #3D45C6;
    color: #fff;
    text-transform: capitalize;
    padding: 8px 10px;
}
.product-block:hover .product-link a
{
  background: #D22C1B;
}
.product-block:hover
{
  box-shadow: 0px 0px 6px #3d45c629;
}
.product-block:hover .product-title a
{
  color: #3D45C6;
}
.woocommerce ul.products li.product .product-block .woocommerce-loop-product__title,  .product-block .product-infoCvr .product-title{
    font-size: 17px;
        margin-bottom: 5px !important;
    font-weight: 600;
    line-height: 1.5;
    font-family: "Open Sans", sans-serif;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 1.8em;
}
.product-block .product-title a 
{
  color: #222;
}
.product-block .product-infoCvr .promettyp
{
    margin-bottom: 0;
    color: #D99E28;
    font-size: 13px;
}
.cvxabtsec
{
  padding-top: 4em;
  padding-bottom: 3em;
}
.cvxabtsec .cvxabtimgblk
{
padding: 0 3em;
}
.cvxabtsec .cvxabtimgblk .certiblk
{

}
.cvxabtsec .cvxabtimgblk .certiblk .crtittl
{
  color: #222;
    font-weight: 600;
    text-transform: capitalize;
}
.cvxabtsec .cvxabtimgblk .certiblk ul.certis
{
  list-style: none;
       margin-bottom: 25px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.cvxabtsec .cvxabtimgblk .certiblk ul.certis li
{
  width: 15%;
}
.cvxabtsec .cvxabtimgblk .certiblk ul.certis li .certimg
{
  padding-right: 10px;
}
.cvxabtsec .cvxabtimgblk .certiblk hr
{
width: 40%;
    opacity: 1;
    background: #BCBCBC;
    height: 0.6px;
    position: relative;
    overflow: visible;
    margin-bottom: 10px;
}
.cvxabtsec .cvxabtimgblk .certiblk hr:before
{
  content: '';
  position: absolute;
  left: 0;
      top: -1px;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #BCBCBC;
}
.cvxabtsec .cvxabtimgblk .certiblk hr:after
{
  content: '';
  position: absolute;
  right: 0;
      top: -1px;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #BCBCBC;
}
.cvxabtsec .cvxabtimgblk .yearblk
{
width: 75%;
margin-bottom: 30px;
}
.cvxabtsec .cvxabtimgblk .yearblk .yearno
{
  display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.cvxabtsec .cvxabtimgblk .yearblk .yearno .count
{
  margin-bottom: 0;
    font-size: 7em;
    font-weight: 700;
    line-height: 1.2;
    margin-right: 10px;
    color: #3d45c6;
}
.cvxabtsec .cvxabtimgblk .yearblk .yearno .text
{
  margin-bottom: 0;
  text-transform: capitalize;
  font-weight: 600;
}
.cvxabtsec .cvxabtimgblk .abtimg
{
  width: 80%;
}
.cvxabtsec .cvxabtimgblk .abtimg img
{
  border-radius: 25px;
}
.cvxabtsec .cvxabtcntblk .linkblk
{
    margin-bottom: 25px;
    position: relative;
    margin-top: 25px
}
.cvxabtsec .cvxabtcntblk .linkblk:after
{
  content: '';
  position: absolute;
  right: 0;
  top: 46%;
    width: 65%;
  height: 1px;
  background: #C5C5C5;
}
.cvxabtsec .cvxabtcntblk .abtpointsblk ul.points
{
list-style: none;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}
.cvxabtsec .cvxabtcntblk .abtpointsblk ul.points li
{
  width: 50%;
}
.cvxabtsec .cvxabtcntblk .abtpointsblk ul.points li .pointblk
{
    padding-right: 20px;
}
.cvxabtsec .cvxabtcntblk .abtpointsblk ul.points li .pointblk .picon
{
    height: 45px;
    width: 45px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 15px;
}
.cvxabtsec .cvxabtcntblk .abtpointsblk ul.points li .pointblk .picon img
{
height: 30px;
}
.cvxabtsec .cvxabtcntblk .abtpointsblk ul.points li .pointblk .pttl
{
text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin-bottom: 15px;
}
.cvxnumsec
{
  padding-top: 1em;
  padding-bottom: 1em;
  position: relative;
  z-index: 0;
}
.cvxnumsec:after
{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #EEEFFF;
  z-index: -1;
}
.cvxnumsec .numrow
{
  position: relative;
    background: #3D45C6;
    border-radius: 40px;
        padding: 3em 3em;
        overflow: hidden;
        z-index: 0;
}
.cvxnumsec .numrow:before
{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 420px;
    height: 290px;
  background-image: url('../images/num-back.png');
  background-size: cover;
  background-position: center center;
  z-index: -1;
}
.cvxnumsec .cvxnumttlblk
{
      padding: 0 4em;
}
.cvxnumsec .cvxnumttlblk .sec-title
{
margin-bottom: 35px;
    font-size: 28px;
}
.cvxnumsec .cvxnumttlblk p
{
  margin-bottom: 0;
}
.cvxnumsec .cvxnumblk ul.numul
{
  list-style: none;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.cvxnumsec .cvxnumblk ul.numul li
{
  width: 33.33%;
}
.cvxnumsec .cvxnumblk ul.numul li .numblk
{
  color: #fff;
    position: relative;
}
.cvxnumsec .cvxnumblk ul.numul li .numblk:hover .nicon
{
background: #eeefff;
}
.cvxnumsec .cvxnumblk ul.numul li .numblk:hover .numcount
{
color: #d22c1b;
}
.cvxnumsec .cvxnumblk ul.numul li .numblk .nicon
{
  height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 50%;
    margin-bottom: 15px;
}
.cvxnumsec .cvxnumblk ul.numul li .numblk .nicon img
{
  height: 30px;
}
.cvxnumsec .cvxnumblk ul.numul li .numblk .numcount
{
  font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 5px;
}
.cvxnumsec .cvxnumblk ul.numul li .numblk .numtxt
{
  margin-bottom: 0;
    text-transform: capitalize;
}
.cvxrefstdsec
{
  padding-top: 3em;
  padding-bottom: 3em;
  background: #EEEFFF;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cvxrefstdsec:before
{
  content: '';
  position: absolute;
  right: 0;
     top: 220px;
    width: 300px;
    height: 335px;
  background-image: url('../images/reference-standards-back.png');
  background-size: cover;
  background-position: center center;
  z-index: -1;
}
.cvxrefstdsec .cvxrefstdttlblk
{
    padding: 0 2em;
    margin-bottom: 40px;
}
.cvxrefstdsec .cvxrefstddescblk
{
    padding: 0 2em;
    margin-bottom: 40px;
}
.cvxrefstdsec .catcoutblk
{
    background: #FFFFFF;
    border-radius: 30px;
    padding: 25px;
    margin-bottom: 20px;
    min-height: 365px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.cvxrefstdsec .catcoutblk .catcoutttl .ttl
{
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1.3;
}
.cvxrefstdsec .catcoutblk .catcout .txt
{
    margin-bottom: 0;
    text-transform: capitalize;
    color: #222;
    font-size: 13px;
}
.cvxrefstdsec .catcoutblk .catcout .count
{
font-size: 38px;
    color: #222;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 15px;
}
.cvxrefstdsec .catcoutblk .catcout .catdesc
{
font-size: 13px;
    line-height: 1.6;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    display: none;
}
.cvxrefstdsec .catcoutblk:hover .catcout .catdesc
{
  -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    display: block;
}
.cvxrefstdsec .catcoutblk .link
{
  margin-bottom: 0;
    border-top: 1px solid #DBDBDB;
    padding-top: 20px;
}
.cvxrefstdsec .catcoutblk .link a
{
display: flex;
    align-items: center;
    color: #222;
    font-size: 14px;
}
.cvxrefstdsec .catcoutblk .link a svg
{
height: 10px;
    width: 10px;
    padding: 5px;
    background: #D22C1B;
    color: #fff;
    border-radius: 50%;
    margin-left: 5px;
}
.cvxrefstdsec .catcoutblk:hover
{
  background: #3d45c6;
  color: #fff;
}
.cvxrefstdsec .catcoutblk:hover .catcoutttl .ttl, .cvxrefstdsec .catcoutblk:hover .catcout .count, .cvxrefstdsec .catcoutblk:hover .link a, .cvxrefstdsec .catcoutblk:hover .catcout .txt
{
  color: #fff;
}
.cvxrefstdsec .distributorblk
{
padding: 3em 7em;
}
.cvxrefstdsec .distributorblk .distcountblk
{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.cvxrefstdsec .distributorblk .distcountblk .distcount
{
margin-bottom: 0;
    font-size: 8em;
    font-weight: 700;
    line-height: 1;
    margin-right: 10px;
    color: #3d45c6;
}
.cvxrefstdsec .distributorblk .distcountblk .disttxt
{
margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 600;
}
.cvxbrandsec
{
position: relative;
z-index: 0;
padding-top: 1em;
margin-bottom: 0em;
}
.cvxbrandsec:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #EEEFFF;
    z-index: -1;
}
.cvxbrandsec .cvxbrandrow
{
      padding: 3em;
      position: relative;
      z-index: 0;
}
.cvxbrandsec .cvxbrandrow .row
{
  align-items: center;
}
.cvxbrandsec .cvxbrandrow:after
{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  z-index: -1;
  background: #DEE0FF;
}
.cvxbrandsec .cvxbrandoutrttlblk
{
  border: 1px solid #fff;
  width: 320px;
    height: 320px;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    margin-top: -20px;
}
.cvxbrandsec .cvxbrandttlblk
{
  text-align: center;
    width: 280px;
    height: 280px;
    background: #fff;
    border-radius: 50%;
    padding: 2em 2em;
    margin: 0 auto;
        margin-top: 20px;
}
.cvxbrandsec .cvxbrandttlblk .sec-title
{
font-size: 24px;
margin-bottom: 30px;
}
.cvxbrandsec .cvxbrandttlblk img
{
      height: 75px;
    margin-bottom: 10px;
}
.cvxbrandsec .cvxbrandttlblk .theme-btn
{
  padding: 10px 20px;
    font-size: 14px;
}
.cvxbrandsec .cvxbrandblk
{
    padding-left: 3em;
}
.cvxbrandsec .cvxbrandblk .desc
{
margin-bottom: 20px;
}
.cvxbrandsec .cvxbrandblk ul.brandul
{
    list-style: none;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.cvxbrandsec .cvxbrandblk ul.brandul li
{
  width: 20%;
}
.cvxbrandsec .cvxbrandblk ul.brandul li .brandblk
{
        padding: 10px 0px;
    text-align: center;
    background: #fff;
    margin: 5px;
    border-radius: 12px;
}
.cvxbrandsec .cvxbrandblk ul.brandul li .brandblk:hover
{
  background: #fff;
}
.cvxbrandsec .cvxbrandblk ul.brandul li .brandblk img
{
height: auto;
}
.cvxsersec
{
  background: #FFFFFF;
  padding-top: 3em;
  padding-bottom: 2em;
  margin-top: 0em;
}
.cvxsersec .cvxserttlblk
{
  margin-bottom: 2em;
  text-align: left;
}
.cvxsersec .cvxserbtnblk
{
  text-align: right;
}
.cvxsersec .cvxserblk
{
  position: relative;
    z-index: 0;
    min-height: 440px;
    padding: 35px 25px;
    color: #fff;
    border-radius: 30px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    margin-bottom: 30px;
}
.cvxsersec .cvxserblk:before
{
  content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -1;
    opacity: 0.6;
    border-radius: 30px;
}
.cvxsersec .cvxserblk .sericon
{
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    justify-content: center;
    margin-bottom: 15px;
}
.cvxsersec .cvxserblk .sericon img
{
  height: 25px;
}
.cvxsersec .cvxserblk .serttl .ttl
{
font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.3;
}
.cvxsersec .cvxserblk .sercnt
{
  font-size: 13px;
  line-height: 1.4;
  display: none;
}
.cvxsersec .cvxserblk .serlink a
{
display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
}
.cvxsersec .cvxserblk .serlink a svg
{
height: 10px;
    width: 10px;
    padding: 5px;
    background: #fff;
    color: #222;
    border-radius: 50%;
    margin-left: 5px;
}
.cvxsersec .cvxserblk:hover
{
  -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-position: 110% 110% !important;
}
.cvxsersec .cvxserblk:hover .sercnt
{
  display: block;
}
.cvxindusec
{
  padding-top: 3em;
  padding-bottom: 2em;
}
.cvxindusec .cvxinduttlblk
{
  margin-bottom: 2em;
  text-align: center;
}
.cvxindusec .cvxindubtnblk
{
      text-align: center;
    margin-top: 1em;
}
.cvxindusec ul.indstryul
{
    display: flex;
    list-style: none;
    margin-bottom: 0;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.cvxindusec ul.indstryul li
{
  width: 20%;
}
.cvxindusec ul.indstryul li .indstryblk
{
  margin-bottom: 30px;
}
.cvxindusec ul.indstryul li .indstryblk .indstryimg
{
  position: relative;
    margin-bottom: 15px;
    text-align: center;
    z-index: 0;
}
.cvxindusec ul.indstryul li .indstryblk .indstryimg a
{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 26px;
    width: 26px;
    background: #fff;
    border-radius: 50%;
    font-size: 15px;
    padding: 2px;
    bottom: 0;
    bottom: 5px;
    z-index: -1;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.cvxindusec ul.indstryul li .indstryblk:hover .indstryimg a
{
  -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    bottom: 30px;
    z-index: 0;
}
.cvxindusec ul.indstryul li .indstryblk .indstryimg a svg
{
transform: rotate(-45deg);
    color: #222;
}
.cvxindusec ul.indstryul li .indstryblk .indstrycnt
{
  text-align: center;
}
.cvxindusec ul.indstryul li .indstryblk .indstrycnt .ttl
{
      margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    color: #222;
}
.cvxwhysec
{
  padding-top: 1em;
  padding-bottom: 1em;
}
.cvxwhysec .cvxwhyimgblk img
{
border-radius: 30px;
}
.cvxwhysec .cvxwhycntblk
{
  position: relative;
  background: #3D45C6;
  border-radius: 30px;
  overflow: hidden;
  padding: 4em 4em;
  color: #fff;
  z-index: 0;
}
.cvxwhysec .cvxwhycntblk:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8em;
    width: 732px;
    height: 435px;
    background-image: url(../images/why-back.png);
    background-size: cover;
    background-position: center center;
    z-index: -1;
    opacity: 0.3;
}
.cvxwhysec .cvxwhycntblk .desc
{
    margin-bottom: 35px;
}
.cvxwhysec .cvxwhycntblk .whyrow .col-xxl-6 .cvxwhyblk:before
{
  content: '';
  position: absolute;
  bottom: -15px;
    left: 0;
    width: 50%;
  height: 1px;
  background: #fff;
}
.cvxwhysec .cvxwhycntblk .whyrow .col-xxl-6 .cvxwhyblk:after
{
  content: '';
  position: absolute;
  top: 0;
  right: 15px;
    width: 1px;
    height: 70%;
  background: #fff;
}
.cvxwhysec .cvxwhycntblk .whyrow .col-xxl-6:nth-child(2) .cvxwhyblk:after, .cvxwhysec .cvxwhycntblk .whyrow .col-xxl-6:nth-child(4) .cvxwhyblk:after
{
  display: none;
}
.cvxwhysec .cvxwhycntblk .whyrow .col-xxl-6:nth-child(3) .cvxwhyblk:before, .cvxwhysec .cvxwhycntblk .whyrow .col-xxl-6:nth-child(4) .cvxwhyblk:before
{
  display: none;
}
.cvxwhysec .cvxwhycntblk .whyrow .col-xxl-6:nth-child(3) .cvxwhyblk, .cvxwhysec .cvxwhycntblk .whyrow .col-xxl-6:nth-child(4) .cvxwhyblk
{
  margin-bottom: 2em;
}
.cvxwhysec .cvxwhycntblk .cvxwhyblk
{
padding-right: 2em;
    margin-bottom: 2em;
    position: relative;
}
.cvxwhysec .cvxwhycntblk .cvxwhyblk .icon
{
    margin-bottom: 20px;
}
.cvxwhysec .cvxwhycntblk .cvxwhyblk .icon img
{
  height: 45px;
}
.cvxwhysec .cvxwhycntblk .cvxwhyblk .whytitle
{
text-transform: capitalize;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 10px;
}
.cvxwhysec .cvxwhycntblk .cvxwhyblk .whydesc
{
margin-bottom: 0;
}
.cvxwhysec .cvxwhycntblk .linkblk
{
  margin-bottom: 0;
}
.cvxwhysec .cvxwhycntblk .linkblk .theme-btn:hover
{
  background: #fff;
  color: #222;
}
.cvxbrndportsec
{
  padding-top: 3em;
  padding-bottom: 3em;
}
.cvxbrndportsec .cvxbrndportttlblk
{
  text-align: center;
  margin-bottom: 3em;
}
.cvxbrndportsec ul.brandportul
{
  list-style: none;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.cvxbrndportsec ul.brandportul li
{
  width: 16.66%;
}
.cvxbrndportsec ul.brandportul li .logoimg
{
    border-right: 1px dashed #C7C7C7;
    padding: 0 25px;
    margin-bottom: 25px;
}
.cvxbrndportsec ul.brandportul li:nth-child(6) .logoimg, .cvxbrndportsec ul.brandportul li:nth-child(12) .logoimg
{
  border-right: 0;
}
.cvxbrndportsec hr
{
      background: #C3C3C3;
    opacity: 1;
    margin-bottom: 0em;
    margin-top: 3em;
    height: 0.7px;
}
.cvxtestimnlsec
{
  padding-top: 2em;
  padding-bottom: 3em;
}
.cvxtestimnlsec .cvxtestimnltttlblk
{
  margin-bottom: 3em;
}
.cvxtestimnlsec .cvxtestimnlblk
{
  background: #fff;
  border-radius: 40px;
  padding: 3em;
}
.cvxtestimnlsec .testiblk
{
display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.cvxtestimnlsec .testiblk .testiimg
{
width: 35%;
}
.cvxtestimnlsec .testiblk .testiimg .authimg
{
padding: 0 5em;
position: relative;
}
.cvxtestimnlsec .testiblk .testiimg .authimg:after
{
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 60px;
  height: 1px;
  background: #CECECE;
}
.cvxtestimnlsec .testiblk .testiimg .authimg img
{
    border-radius: 50%;
}
.cvxtestimnlsec .testiblk .testicnt
{
width: 65%;
padding: 0 3em;
}
.cvxtestimnlsec .testiblk .testicnt .quoteimg
{
margin-bottom: 15px;
}
.cvxtestimnlsec .testiblk .testicnt .quoteimg img
{
height: 60px;
}
.cvxtestimnlsec .testiblk .testicnt .quote
{
margin-bottom: 20px;
}
.cvxtestimnlsec .testiblk .testicnt .authorblk .authttl
{
  margin-bottom: 5px;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 600;
    color: #3d45c6;
    line-height: 1.2;
}
.cvxtestimnlsec .testiblk .testicnt .authorblk .location
{
  margin-bottom: 0;
  text-transform: capitalize;
}
.cvxtestimnlsec .cvxtestimnlblk ul.slick-dots
{
  list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-top: 2em;
    position: relative;
    left: 39%;
}
.cvxtestimnlsec .cvxtestimnlblk ul.slick-dots li
{
      margin: 0 3px;
}
.cvxtestimnlsec .cvxtestimnlblk ul.slick-dots li button
{
font-size: 0;
    height: 10px;
    width: 10px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #ededed;
    color: #ededed;
}
.cvxtestimnlsec .cvxtestimnlblk ul.slick-dots li.slick-active button
{
  background: #3d45c6;
    color: #3d45c6;
}
.cvxctasec
{
padding-top: 2em;
    padding-bottom: 2em;
}
.cvxctasec .cvxctaimgblk
{
  padding: 0 1em;
    text-align: center;
}
.cvxctasec .cvxctaformblk
{
  margin: 0 3em;
}
.cvxctasec .cvxctaformblk .desc
{
  margin-bottom: 20px;
}
.contactfrm input:not([type="submit"]), .contactfrm textarea, .contactfrm input:not([type="submit"]), .contactfrm textarea, .contactfrm select {
   width: 100%;
    border: none;
    padding: 10px 15px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 400;
    border-radius: 10px;
    background: #fff;
    font-size: 14px;
}
.contactfrm input:not([type="submit"]):focus, .contactfrm textarea:focus, .contactfrm input:not([type="submit"]):focus, .contactfrm textarea:focus, .contactfrm select:focus{ outline:none; }
.contactfrm .theme-btn {
    border: none;
    width: 100%;
}
.contactfrm .sendbtn
{
width: 100%;
    background: #d99e28;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 0;
    border-radius: 0px;
    border: none;
}
.contactfrm .sendbtn:hover
{
  background: #333;
}
.contactfrm .wpcf7-spinner
{
  display: block;
}
.cvxbrocountsec
{
  padding-top: 1em;
  padding-bottom: 2em;
}
.cvxbrocountsec .cvxbrserblk
{
background: #fff;
    border-radius: 25px;
    padding: 1em;
    display: flex;
    align-items: center;
    border: 1px solid #eeefff;
}
.cvxbrocountsec .cvxbrserblk:hover
{
  border: 1px solid #3d45c6;
}
.cvxbrocountsec .cvxbrserblk .cvxbrsercntblk
{
      width: 45%;
      padding: 0 20px;
}
.cvxbrocountsec .cvxbrserblk .cvxbrsercntblk .title
{
  text-transform: capitalize;
    font-size: 22px;
    font-weight: 700;
    color: #222;
    margin-bottom: 25px;
    position: relative;
        line-height: 1.3;
}
.cvxbrocountsec .cvxbrserblk .cvxbrsercntblk .title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 40px;
    height: 1px;
    background: #222222;
}
.cvxbrocountsec .cvxbrserblk .cvxbrserimgblk
{
  width: 55%;
  text-align: center;
}
.cvxbrocountsec .cvxcountryblk
{
background: #fff;
    border-radius: 25px;
    padding: 1em;
    display: flex;
    align-items: center;
    border: 1px solid #eeefff;
}
.cvxbrocountsec .cvxcountryblk:hover
{
  border: 1px solid #3d45c6;
}
.cvxbrocountsec .cvxcountryblk .cvxcountrycntblk
{
  width: 55%;
  padding: 20px;
}
.cvxbrocountsec .cvxcountryblk .cvxcountrycntblk .title
{
text-transform: capitalize;
    font-size: 22px;
    font-weight: 700;
    color: #222;
    margin-bottom: 25px;
    position: relative;
        line-height: 1.3;
}
.cvxbrocountsec .cvxcountryblk .cvxcountrycntblk .title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 40px;
    height: 1px;
    background: #222222;
}
.cvxbrocountsec .cvxcountryblk .cvxcountrycntblk .countrblk
{
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.cvxbrocountsec .cvxcountryblk .cvxcountrycntblk .countrblk .count
{
font-size: 42px;
    font-weight: 700;
    color: #3d45c6;
    margin-right: 10px;
}
.cvxbrocountsec .cvxcountryblk .cvxcountrycntblk .countrblk .text
{
    text-transform: capitalize;
    font-weight: 500;
    color: #222;
}
.cvxbrocountsec .cvxcountrycntblk
{

}
.cvxbrocountsec .cvxcountryimgblk
{
width: 45%;
  text-align: center;
}
.cvxblogsec
{
  padding-top: 2em;
  padding-bottom: 2em;
}
.cvxblogsec hr
{
  background: #CACACA;
    opacity: 1;
    margin-bottom: 3em;
}
.cvxblogsec .cvxblogttlblk
{
  text-align: center;
  margin-bottom: 3em;
}
footer { background: #EEEFFF; font-size: 14px;}
.ftrCvr .ftr-top { padding:4em 0px 1em; }
.ftrCvr .ftrlogo {margin-bottom: 10px;}
.ftrCvr .ftrlogo img {     height: 55px; }
.ftrabt
{
padding: 0 15px;
}
.ftrabt .certiblk .crtittl
{
color: #222;
    font-weight: 600;
    text-transform: capitalize;
}
.ftrabt .certiblk ul.certis
{
list-style: none;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.ftrabt .certiblk ul.certis li
{
width: 27%;
}
.ftrabt .certiblk ul.certis li .certimg {
    padding-right: 10px;
}
.ftrabt .dmcablk
{
display: flex;
    align-items: center;
}
.ftrabt .dmcablk img
{
margin-right: 15px;
height: 80px;
}
.ftrabt .dmcablk p
{
font-size: 13px;
    line-height: 1.4;
    margin-bottom: 0;
}
.ftrblk .ftrttl.clrred
{
  color: #D22C1B;
}
.ftrblk .ftrttl, .ftrttl2
{
  position: relative;
  margin-bottom: 30px;
    position: relative;
    line-height: 1.3;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
    color: #222;
}
.ftrblk .ftrttl:after, .ftrttl2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 40px;
    height: 1px;
    background: #222222;
}
.ftrblk .ftrttlsub
{
  font-size: 17px;
    color: #3d45c6;
    font-weight: 700;
    text-decoration: underline;
    margin-bottom: 20px;
}
.siteblk
{
  margin-bottom: 15px;
}
.siteblk .sitettl
{
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  color: #222222;
  line-height: 1.4;
  margin-bottom: 4px;
}
.siteblk .sitelnk
{
  margin-bottom: 0;
}
.siteblk .sitelnk a
{
  text-decoration: underline;
  font-size: 13px;
  color: #222;
}
.siteblk .sitelnk a:hover
{
      color: #3d45c6;
    text-decoration: none;
}
.ftrblk
{
  margin-bottom: 30px;
}
.ftrblk .addrs
{
    color: #fff;
    width: 51%;
    margin: 0 auto;
    margin-bottom: 20px;
}
ul.ftrlink
{
  list-style: none;
}
ul.ftrlink li
{
  margin-bottom: 7px;
}
ul.ftrlink li a
{
  color: #222;
}
ul.ftrlink li a:hover
{
  color: #3D45C6;
}
ul.ftrlink.ftrlinkdbl
{
display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
ul.ftrlink.ftrlinkdbl li
{
width: 48%;
    margin-right: 2%;
}
ul.cntinfo
{
  list-style: none;
    margin-bottom: 0;
}
ul.cntinfo li
{
  margin-bottom: 10px;
}
ul.cntinfo li a
{
  color: #222;
    font-size: 14px;
    display: flex;
    align-items: self-start;
}
ul.cntinfo li a .icon
{
    margin-right: 10px;
    color: #222;
    font-size: 16px;
}
ul.socail-links {
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: center;
        margin-bottom: 20px;
    margin-top: 20px;
}
ul.socail-links li {
    margin: 0px 5px;
}
ul.socail-links a {
        color: #222;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #222;
    border-radius: 50%;
    background: transparent;
}
ul.socail-links a:hover
{
  background: #3d45c6;
  border: 1px solid #3d45c6;
  color: #fff;
}
.ftr-copyright{     padding: 8px 0px;
    background: #3d45c6;
    font-size: 14px;
    border-top: 1px solid #3e3e3e;}
.ftr-copyright .copyright p { color: #fff; margin-bottom: 0px;    text-align: center;}
.ftr-copyright .copyright p a {color: #fff}
.woocommerce.tax-product_cat .breadcrumbsec
{
  display: none;
}
.breadcrumbsec
{
  padding-top: 1em;
    padding-bottom: 1em;
  
}
.noticesbsec
{
  padding-top: 1em;
  padding-bottom: 1em;
}
.woocommerce-page div.product div.images
{
  float: unset !important;
  width: 100% !important;
}
.woocommerce .breadcrumbsec .woocommerce-breadcrumb
{
  margin: 0;
  padding: 0;
  text-align: left;
}
.productdetailsec
{
  padding-bottom: 2em;
    padding-top: 1em;
}
.productdetailsec .product-details-img
{
  padding: 3em 3em;
  background: #fff;
    border-radius: 20px;
	pointer-events: none;
}
.productdetailsec .productsummary
{
  padding: 0 2em;
}
.productdetailsec .productsummary .skuinfo
{
  text-align: right;
}
.productdetailsec .productsummary .skuinfo .dilinfo
{
    margin-bottom: 0;
    font-weight: 600;
    font-size: 15px;
}
.productdetailsec .productsummary .woocommerce-product-details__short-description
{
  margin-bottom: 2em;
    border-bottom: 1px solid #DFDFDF;
}
.productdetailsec .productsummary .woocommerce-product-details__short-description ul
{
  padding-left: 20px;
}
.productdetailsec .productsummary .exvatprice
{
  font-size: 22px;
  font-weight: 600;
  color: #000;
}
.productdetailsec .productsummary .incvatprice
{
  font-size: 20px;
  font-weight: 400;
  color: #000;
}
.productdetailsec .productsummary .posval
{
  font-size: 22px;
  font-weight: 600;
  color: #000;
}
.productdetailsec .productsummary .variations_form .variations th, .productdetailsec .productsummary .variations_form .variations td
{
        width: 100% !important;
    display: block;
}
.woocommerce div.product .productdetailsec form.cart .button
{
  background: #D99E28;
    color: #fff;
    border-radius: 0;
    padding: 12px 28px !important;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1.2;
}
.productdetailsec .quotebtn
{
background: linear-gradient(89.54deg, #3367B1 -1.47%, #6A7FA4 37.24%, #D1C776 77.98%, #D4CA72 102.23%, #DDD267 111.3%, #EBE054 120.37%, #FFF33B 128.15%);
    color: #fff;
    padding: 14px 35px;
    text-transform: uppercase;
    border-radius: 3px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
}
.productdetailsec .yith-wcwl-add-to-wishlist {
      margin-top: 0px;
    margin-bottom: 15px;
}
.productdetailsec .yith-wcwl-add-to-wishlist .yith-wcwl-add-button
{
  align-items: flex-start;
}
.productdetailsec .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist
{
  display: flex;
  align-items: center;
}
.productdetailsec .quotebtn:hover
{
  color: #fff;
    background: #77879F;
}
.woocommerce div.product .productdetailsec form.cart .button svg
{
  font-size: 18px;
    margin-right: 10px;
}
.productdetailsec .woocommerce-variation-add-to-cart
{
      padding-top: 0em;
}
.woocommerce div.product .productdetailsec form.cart .variations
{
  margin-bottom: 0em;
}
.woocommerce div.product .productdetailsec form.cart .button:hover {
    color: #fff;
    background: #77879F;
}

.woocommerce div.product .productdetailsec .product_title
{
font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px;
        text-transform: none;
}
.productdetailsec .productsummary .prostock
{
  margin-bottom: 10px;
}
.productdetailsec .productsummary .prounitfeild
{
margin-bottom: 15px;
}
.productdetailsec .productsummary .prounitfeild label
{
      font-weight: 700;
    margin-bottom: 6px;
}
.productdetailsec .productsummary .prounitfeild .unit_field
{
      background: #fff;
    border-radius: 10px;
    border: 1px solid #E8E8E8;
    width: 60%;
}
.productdetailsec .productsummary .prounitfeild span
{
margin-left: 10px;
    font-weight: 600;
    color: #3d45c6;
    font-size: 16px;
}
.woocommerce div.product .productdetailsec form.cart div.quantity
{
    float: unset;
        margin-right: 0;
        
}
.productdetailsec .productquentity
{
    padding-bottom: 20px;
    float: unset;
    margin-right: 0px;
        display: flex;
    align-items: center;
}
.productdetailsec .productquentity .minus, .productdetailsec .productquentity .plus
{
      background: #3d45c6;
    color: #fff;
    font-size: 19px;
    line-height: 19px;
    width: 28px;
    height: 28px;
    margin: 0 7px;
    border: none;
    border-radius: 50%;
}
.woocommerce .productdetailsec .quantity .qty::-webkit-outer-spin-button,
.woocommerce .productdetailsec .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce .productquentity .quantity .qty
{
  border: none;
  height: 48px;
  width: 90px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #E8E8E8;
}
.woocommerce div.product .productdetailsec form.cart .probtnblk button
{
  margin-right: 10px;
}
.woocommerce div.product .productsummary form.cart .variations select
{
  background-color: #fff;
    border-radius: 10px;
    border: 1px solid #E8E8E8;
}
.woocommerce div.product form.cart {
    margin-bottom: 1.5em !important;
}
.protabsec
{
      padding-top: 2em;
    padding-bottom: 3em;
}
.protabsec .protabblk
{
  background: #fff;
    padding: 3em;
    border-radius: 30px;
}
.prodetailtab
{
      
}
.woocommerce div.product .prodetailtab.woocommerce-tabs ul.tabs
{
    padding: 0;
    border-bottom: 1px solid #DFDFDF;
        margin-bottom: 10px;

}
.woocommerce div.product .prodetailtab.woocommerce-tabs ul.tabs:before
{
  display: none;
}
.woocommerce div.product .prodetailtab.woocommerce-tabs ul.tabs:after
{
  display: none;
}
.woocommerce div.product .prodetailtab.woocommerce-tabs ul.tabs li
{
  border: 0;
    margin: 0;
    border-radius: 0;
        padding: 5px 20px;
            background: #3d45c6;
    color: #ffffff;
}
.woocommerce div.product .prodetailtab.woocommerce-tabs ul.tabs li.active, .woocommerce div.product .prodetailtab.woocommerce-tabs ul.tabs li:hover
{
  background: #d22c1b;
    color: #ffffff;
}
.woocommerce div.product .prodetailtab.woocommerce-tabs ul.tabs li:before
{
  display: none;
}
.woocommerce div.product .prodetailtab.woocommerce-tabs ul.tabs li:after
{
  display: none;
}
.woocommerce div.product .prodetailtab.woocommerce-tabs ul.tabs li a, .woocommerce div.product .prodetailtab.woocommerce-tabs ul.tabs li:hover a
{
  font-weight: 500;
    color: #fff;
}
.woocommerce div.product .prodetailtab.woocommerce-tabs .panel
{
  margin-bottom: 0;
}
.prodetailtab .woocommerce-Tabs-panel h2
{
    font-size: 24px;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.prodetailtab .woocommerce-Tabs-panel
{
padding: 1em 0em 0em 0em !important;
}
.prodetailtab .woocommerce-Tabs-panel ul
{
  padding-left: 20px;
}
.woocommerce .prodetailtab table.shop_attributes td
{
padding: 0 10px;
}
.related.products
{
  padding-top: 1em;
    padding-bottom: 1em;
}
.productdetailsec .woocommerce-review-link
{
  color: #000;
}
.productlistingsec .catlstttlblk
{
padding-top: 2em;
    border-bottom: 0.5px solid #E2E2E2;
    margin-bottom: 1em;
}
.productlistingsec .catlstttlblk .catpagetitle
{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.productlistingsec .catprolisting {
    padding-top: 2em;
    padding-bottom: 1em;
}
.productlistingsec .listingsidebar {
    padding: 30px 10px;
}
.catcntsec
{
  padding-top: 3em;
  padding-bottom: 1em;
}
.catcntblk
{
  text-align: center;
}
.catextracntsec
{
  padding-top: 3em;
  padding-bottom: 3em;
  background: #fff;
  margin-bottom: 2em;
}
.catextracntsec .catextracntblk ul
{
  padding-left: 15px;
}
.catextracntsec .catextracntblk ul li
{
  margin-bottom: 7px;
}
.catextracntsec .catextracntblk h2
{
  text-transform: capitalize;
  font-weight: 700;
}
.catextracntsec .catextracntblk h3
{
  text-transform: capitalize;
  font-weight: 700;
}
.catextracntsec .catextracntblk h4
{
  text-transform: capitalize;
  font-weight: 700;
}
.catfaqsec
{
  padding-top: 3em;
  padding-bottom: 3em;
  background: #fff;
}
.catfaqsec .catfaqttlblk
{
  text-align: center;
  margin-bottom: 3em;
}
.catfaqsec .catfaqsblk .accordion .accordion-item
{
  border-radius: 0;
    background: transparent;
    border: none;
    border-bottom: 0.9px solid #CFCFCF;
}
.catfaqsec .catfaqsblk .accordion .accordion-item .accordion-button
{
  padding-top: 22px;
    padding-bottom: 22px;
        background: transparent;
            text-transform: capitalize;
}
.catfaqsec .catfaqsblk .accordion .accordion-item .accordion-button:not(.collapsed)
{
  border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #3D45C6;
}
.catfaqsec .catfaqsblk .accordion .accordion-item .accordion-button:focus
{
  border: none;
  box-shadow: none;
}
.catfaqsec .catfaqsblk .accordion .accordion-item .accordion-button .num
{
    padding-right: 15px;
}
.catfaqsec .catfaqsblk .accordion .accordion-item .accordion-body
{
  padding: 0em 3em 1.5em 3.4em;
  text-align: justify;
}
.woocommerce .productlistingsec .catresultblk
{
      background: #fff;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    border-radius: 30px;
    padding: 10px 15px;
    align-items: center;
}
.woocommerce .productlistingsec .catresultblk .woocommerce-result-count
{
margin: 0 0 0em;
    margin-left: 10px;
    font-weight: 600;
    color: #222;
}
.woocommerce .productlistingsec .catresultblk .woocommerce-ordering {
    margin: 0 0 0em;
}
.woocommerce .productlistingsec .catresultblk .woocommerce-ordering select {
    vertical-align: top;
    font-size: 14px;
    padding: 6px 6px;
    border-radius: 30px;
    border: none;
}
.woocommerce .productlistingsec  ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product
{
width: 31% !important;
  margin: 0 1% !important;
      margin-bottom: 30px !important;
}
.woocommerce .productlistingsec  ul.products li.product, .woocommerce-page ul.products li.product
{
  width: 23% !important;
  margin: 0 1% !important;
      margin-bottom: 30px !important;
}
.woocommerce ul.products li.product .product-block a img
{
      border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 0;
    border: 0;
}
.woocommerce ul.products li.product .product-block .product-img .default-img {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.woocommerce ul.products li.product .product-block .button {
    background: #000;
    color: #fff;
    padding: 10px 20px;
    display: block;
    border-radius: 3px;
        font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: capitalize;
    text-align: center;
}
.woocommerce ul.products li.product .product-block:hover .button
{
background: #000;
}
.woocommerce ul.products li.product .product-block .button:hover {
    background: #333;
    color: #fff;
}
.woocommerce ul.products li.product .product-block .price
{
    margin-bottom: 8px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.woocommerce ul.products li.product .product-block .price .exvatprice
{
  font-size: 18px;
  font-weight: 600;
}
.woocommerce ul.products li.product .product-block .price .incvatprice
{
  font-size: 11px;
  font-weight: 400;
}
.woocommerce ul.products li.product .product-block .price .posval
{
  font-size: 18px;
  font-weight: 600;
}
.product-block .product-infoCvr .dilinfo
{
  margin-bottom: 5px;
    border: 1px solid #000;
    padding: 7px 8px;
    text-align: center;
    border-radius: 5px;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 1.3;
}
.product-block .product-infoCvr .sku
{
  margin-bottom: 8px;
    font-size: 11px;
    position: relative;
    display: inline-block;
    padding: 0 6px;
}
.product-block .product-infoCvr .sku:before
{
  content: '(';
    position: absolute;
    left: 0;
    top: 0;
}
.product-block .product-infoCvr .sku:after
{
  content: ')';
    position: absolute;
    right: 0;
    top: 0;
}
.woocommerce ul.products li.product .product-block .woocommerce-loop-product__title
{
  font-size: 16px;
    margin-bottom: 5px;
    font-weight: 500;
    line-height: 1.3;
}
.listingsidebar h4 {
    font-size: 20px !important;
    background: transparent;
    color: #585858;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 1px solid #DFDFDF;
}
.woof_reset_button_2, .button.woof_reset_search_form
{
  background: #77879F !important;
    color: #fff !important;
    padding: 10px 20px !important;
    display: inline-block;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.2;
        text-transform: capitalize;
            border: none;
}
.woof_reset_button_2:hover, .button.woof_reset_search_form:hover {
    background: #000;
    color: #fff;
}
.woof_list_checkbox li
{
  margin-bottom: 5px !important;
}
.listingsidebar .woof_container
{
      margin-bottom: 20px;
          padding-bottom: 0;
}
.listingsidebar .woof_container_inner .irs--round.irs-with-grid
{
       margin: 0 15px;
    margin-bottom: 15px;
    margin-top: 25px;
}
.listingsidebar .woof_container .woof_block_html_items
{
  padding: 0 15px;
  padding-bottom: 10px;
}
.listingsidebar .irs--round .irs-handle
{
  border: 4px solid #D99E28;
}
.listingsidebar  .irs--round .irs-bar
{
      background-color: #D99E28;
}
.listingsidebar .irs--round .irs-from, .listingsidebar .irs--round .irs-to, .listingsidebar .irs--round .irs-single
{
  background-color: #D99E28;
}
.woocommerce div.product .productsummary .price
{
    margin-bottom: 10px;
    color: #d99e28;
    font-size: 30px;
    font-weight: 600;
}
.woocommerce div.product .productsummary .woocommerce-product-attributes
{
      border: none;
    margin-bottom: 2em;
}
.woocommerce div.product .productsummary .woocommerce-product-attributes th, .woocommerce div.product .productsummary .woocommerce-product-attributes td
{
  /*padding: 10px;*/
  border: none;
}
.woocommerce div.product .productsummary .woocommerce-product-attributes tr:nth-child(even) td, .woocommerce div.product .productsummary .woocommerce-product-attributes tr:nth-child(even) th
{
  background: unset;
}
.woocommerce div.product .productsummary .woocommerce-product-attributes td a
{
  color: #000;
      font-style: normal;
      margin: 0;
    
}
.woocommerce div.product .productsummary .woocommerce-product-attributes td p {
    margin: 0;
    padding: 0;
}
.producttabsec .wc-tabs-wrapper h2
{
  margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 26px;
}
.producttabsec .woocommerce-Reviews .submit
{
  background: linear-gradient(95.97deg, #D5D5D5 -142.78%, #0B8742 95.27%) !important;
    color: #fff !important;
    padding: 10px 20px !important;
    display: inline-block;
    border-radius: 6px !important;
    font-size: 12px !important;
    font-weight: 300;
    line-height: 1.2;
    text-transform: capitalize;
}
.producttabsec .woocommerce-Reviews .submit:hover
{
  background: #000 !important;
    color: #fff !important;
}
.woocommerce div.product .producttabsec .woocommerce-tabs ul.tabs
{
  text-align: center;
}
.woocommerce div.product .producttabsec .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    color: #0B8742;
    z-index: 2;
    border: none;
}
.woocommerce div.product .producttabsec .woocommerce-tabs ul.tabs li.active a
{
  border-bottom: 3px solid;
}
.woocommerce div.product .producttabsec .woocommerce-tabs ul.tabs li
{
  background: #fff;
    border: none;
    padding: 0;
    margin: 0;
}
.woocommerce div.product .producttabsec .woocommerce-tabs ul.tabs li a
{
  padding: 1em 1em;
  font-size: 20px;
}
.woocommerce div.product .producttabsec .woocommerce-tabs ul.tabs li a:focus
{
 outline: none;
}
.woocommerce div.product .producttabsec .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .producttabsec .woocommerce-tabs ul.tabs li::before
{
 display: none;
}
.producttabsec .woocommerce-Reviews-title
{
font-size: 20px;
    line-height: 1.3;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.woocommerce .producttabsec p.stars a
{
  color: #0B8742;
  text-decoration: none;
}
.woocommerce .producttabsec table.shop_attributes td p {
    margin: 0;
    padding: 0;
}
.woocommerce .producttabsec table.shop_attributes td,  .woocommerce .producttabsec table.shop_attributes th{
    margin: 0;
    padding: 10px 10px;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="week"], input[type="month"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select {
    background: #f7f7f7;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    color: #686868;
    padding: 0.625em 0.4375em;
    width: 100%;
}
.loginfrmsec
{
  padding-top: 4em;
    padding-bottom: 4em;
}
.loginfrmsec .woocommerce-button, .loginfrmsec .woocommerce-Button, .myaccountsec .woocommerce-Button, .myaccountsec .wp-element-button, .cartsec .wp-element-button, .edit-add-theme-btn, .woocommerce-Button, .button
{
  background: #d22c1b !important;
    color: #fff !important;
    padding: 10px 20px !important;
    display: inline-block;
    border-radius: 30px !important;
    font-weight: 500 !important;
    line-height: 1.2;
    text-transform: capitalize;
}
.loginfrmsec .woocommerce-button:hover, .loginfrmsec .woocommerce-Button:hover, .myaccountsec .woocommerce-Button:hover, .myaccountsec .wp-element-button:hover, .cartsec .wp-element-button:hover, .edit-add-theme-btn:hover, .woocommerce-Button:hover, .button:hover
{
  background: #3d45c6 !important;
    color: #fff !important;
}
.lost_reset_password
{
  border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
}
.woocommerce-mini-cart__buttons .button.checkout.wc-forward
{
  margin-left: 5px;
}
.woocommerce form.lost_reset_password .form-row-first
{
    width: 100%;
}
.myaccountsec
{
  padding-top: 3em;
    padding-bottom: 3em;
}
.myaccountsec .woocommerce-MyAccount-navigation ul
{
  list-style: none;
}
.myaccountsec .woocommerce-MyAccount-navigation ul li a
{
  background: #eeefff;
    margin-bottom: 15px;
    padding: 8px 15px;
    font-size: 16px;
    display: block;
    color: #585885;
}
.myaccountsec .woocommerce-MyAccount-navigation ul li a:hover, .myaccountsec .woocommerce-MyAccount-navigation ul li.is-active a
{
      background: #3d45c6 !important;
    color: #fff !important;
}
.myaccountsec .select2-container--default .select2-selection--single, .checkoutsec .select2-container--default .select2-selection--single
{
  background: #f7f7f7;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    color: #686868;
    height: 36px;
}
.myaccountsec .select2-container--default .select2-selection--single .select2-selection__rendered, .checkoutsec .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 36px;
}
.myaccountsec .select2-container--default .select2-selection--single .select2-selection__arrow b, .checkoutsec .select2-container--default .select2-selection--single .select2-selection__arrow b
{
      margin-top: 0px;
}
.cartsec
{
  padding-top: 4em;
    padding-bottom: 4em;
}
.cartsec .cart_totals h2
{
  text-transform: capitalize;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 600;
}
.woocommerce .cartsec .checkout-button
{
  background: linear-gradient(95.97deg, #D5D5D5 -142.78%, #0B8742 95.27%);
    color: #fff;
    padding: 15px 25px !important;
    display: inline-block;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}
.woocommerce .cartsec .checkout-button:hover
{
  background: #000 !important;
}
.cartsec .woocommerce-cart-form thead tr
{
  background: #0B8742;
    color: #fff;
}
.woocommerce .cartsec .woocommerce-cart-form a.remove
{
  border: 1px solid #ccc;
}
.woocommerce-page .cartsec table.cart td.actions .input-text
{
  width: 165px;
}
.checkoutsec
{
  padding-top: 4em;
    padding-bottom: 4em;
}
.woocommerce .checkoutsec #payment #place_order, .woocommerce-page .checkoutsec #payment #place_order {
    float: left;
    background: linear-gradient(95.97deg, #D5D5D5 -142.78%, #0B8742 95.27%);
    color: #fff;
    padding: 15px 25px !important;
    display: inline-block;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}
.woocommerce .checkoutsec #payment #place_order:hover, .woocommerce-page .checkoutsec #payment #place_order:hover
{
  background: #000 !important;
}
.woocommerce-checkout .checkoutsec #payment {
    background: #f7f7f7;
    border-radius: 5px;
    padding: 8px;
}
.checkoutsec h3, .checkoutsec h2
{
  text-transform: capitalize;
    margin-bottom: 15px;
    line-height: 1.3;
    font-weight: 600;
}
.shop_attributes a[rel="tag"] {
    pointer-events: none;
    cursor: default;
    color: #888;
}
.datasheetblk
{

}
.datasheetblk a
{
      display: flex;
    align-items: center;
    color: #000;
    text-transform: capitalize;
}
.datasheetblk a .icon
{
      margin-right: 10px;
}
.innerpagesec
{
  padding-top: 2em;
    padding-bottom: 3em;
}
.innerpagesec .accordion-item {
    margin-bottom: 20px;
	border:1px solid #3D45C6;
    border-radius:10x;
}
.innerpagesec .accordion-item .accordion-button {
    font-size:22px;
    color: #212529;
    text-align: left;
	font-weight:600;
	color: #3D45C6;
    background-color: #fff;
    border-radius:0x;
}
.innerpagesec .accordion-item .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233D45C6'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
.innerpagesec .accordion-button:focus {
    z-index: 0;
    outline: 0;
    box-shadow:none !important;
}
.disclaimer-section {
    background-color: #fff;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.disclaimer-section p {
    font-size: 16px;
	 word-wrap: break-word;    /* allows long words/URLs to wrap */
    overflow-wrap: break-word
}
.innerpagesec {
    h1, h2, h3, h4, h5, h6 {
        position: relative;
		margin-left:31px;
		color: #3D45C6;
    }
 h1::after, h2::after, h3::after, h4::after, h5::after, h6::after {
  content: '';
  position: absolute;
  left: -36px;
  top: 2px;
  width: 34px;
  height: 34px;
   background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 512 512'><path fill='none' stroke='%233D45C6' stroke-linecap='round' stroke-linejoin='round' stroke-width='32' d='m429.93 174.27l-16.47-28.59a15.49 15.49 0 0 0-21.15-5.7l-98.39 57a4 4 0 0 1-6-3.5L288 80a16 16 0 0 0-16-16h-32a16 16 0 0 0-16 16l.07 113.57a4 4 0 0 1-6 3.5l-98.39-57a15.49 15.49 0 0 0-21.15 5.7l-16.46 28.6a15.42 15.42 0 0 0 5.69 21.1l98.49 57.08a4 4 0 0 1 0 6.9l-98.49 57.08a15.54 15.54 0 0 0-5.69 21.1l16.47 28.59a15.49 15.49 0 0 0 21.15 5.7l98.39-57a4 4 0 0 1 6 3.5L224 432a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16l-.07-113.67a4 4 0 0 1 6-3.5l98.39 57a15.49 15.49 0 0 0 21.15-5.7l16.47-28.59a15.42 15.42 0 0 0-5.69-21.1l-98.49-57.08a4 4 0 0 1 0-6.9l98.49-57.08a15.51 15.51 0 0 0 5.68-21.11'/></svg>");
  background-size: 32px;
  background-repeat: no-repeat;
}
}
.innerpagesec h2
{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.3;
}
.innerpagesec h3
{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.3;
}
.innerpagesec h4
{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.3;
} 
.innerpagesec ul li{
	position:relative;
}
.innerpagesec ul li:before
{
  content: '';
    position: absolute;
    left: -27px;
    top: 4px;
    background-image: url(../images/tick-circle.png);
    height: 20px;
    width: 20px;
    background-size: cover;
    background-position: center center;
}
.innerpagesec ul, .innerpagesec ol {
    padding-left: 30px;
	list-style:none;
}

.product-cat-block {
   background: #FBFBFB;
    margin: 0 10px;
}
.product-cat-block .catinfoblk
{
padding: 1em 2em;
    text-align: center;
}
.product-cat-block .catinfoblk .title
{
  
}
.product-cat-block .catinfoblk .title a
{
  font-size: 20px;
    text-transform: capitalize;
    line-height: 1.2;
    font-weight: 600;
    color: #000;
}
.product-cat-block .catinfoblk .desc
{
      margin-top: 1em;
}
.product-cat-block .catinfoblk .clink a
{
    background: linear-gradient(90deg, #FFF33B -65.47%, #EBE054 -55.54%, #DDD267 -43.96%, #D4CA72 -32.37%, #D1C776 -1.41%, #6A7FA4 50.59%, #3367B1 100.02%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}
.catfeatprosec
{
  padding-top: 2em;
  padding-bottom: 2em;
}
.catfeatprosec .catfeatproblk .sec-titleCvr
{
  margin-bottom: 4em;
}
.catfeatprosec .catfeatproblk .sec-titleCvr .sec-title span:after {
    left: 0;
    right: 0;
    margin: 0 auto;
}
.wp-block-woocommerce-cart
{
  padding-top: 3em;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main
{
    padding: 2em;
    background: #FBFBFB;
}
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-components-sidebar
{
padding: 2em;
    background: #f7f7f7;
}
.wp-block-woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__header, .wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart__totals-title
{
font-size: 16px;
}
.wc-block-cart__submit-button, .wc-block-components-totals-coupon__button, .wc-block-components-checkout-place-order-button
{
  background: #D99E28;
    color: #fff;
    padding: 14px 35px;
    text-transform: uppercase;
    font-weight: 600;
        border-radius: 0px;
        border: none;
}
.wc-block-cart__submit-button:hover, .wc-block-components-totals-coupon__button:hover, .wc-block-components-checkout-place-order-button:hover,
{
  color: #fff;
    background: #000;
}
.woocommerce-order
{
  padding-top: 2em;
  padding-bottom: 2em;
}

.blglistsec .sec-titleCvr
{
  margin-bottom: 4em;
}
.blogblk
{
    border-radius: 20px;
    min-height: 495px;
    margin: 0 5px;
    margin-bottom: 30px;
    background: #FFFFFF;
}
.blogblk .blgimg
{
  padding: 15px 15px 10px 15px;
}
.blogblk .blgimg img
{
  border-radius: 15px;
}
.blogblk .blgcnt
{
  padding: 10px 15px 15px 15px;
}
.blogblk .blgcnt .title
{
      font-size: 18px;
    line-height: 1.3;
    font-family: "Open Sans", sans-serif;
}
.blogblk .blgcnt .title a
{
  color: #222;
}
.blogblk:hover .blgcnt .title a
{
  color: #3d45c6;
}
.blogblk .blgcnt .txt
{
  margin-bottom: 15px;
}
.blogblk .blgcnt .redmore
{
  margin-bottom: 0;
}
.blogblk .blgcnt .redmore a
{
  color: #585858;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.blogblk .blgcnt .redmore a .icon
{
      height: 22px;
    width: 22px;
    font-size: 12px;
    margin-left: 5px;
    border-radius: 50%;
    background: #2e3495;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.no-results.not-found
{
  padding-top: 4em;
  padding-bottom: 4em;
}
.no-results.not-found .sec-titleCvr
{
  margin-bottom: 3em;
}
.blog-area
{
  padding-top: 3em;
  padding-bottom: 1em;
}
.blogdetails
{
  padding: 0 20px;
}
.blogdetails .blgtitle
{
  font-weight: 700;
    font-size: 34px;
    margin-bottom: 20px;
    color: #222;
    text-transform: capitalize;
}
.blogdetails .blgimgblk
{
  
}
.blogdetails .blgimgblk .post-thumbnail img
{
   border-radius: 30px;
    border: 0.93px solid #F5F5F5;
    width: 100%;
    height: auto;
}
.blogdetails h2
{
  font-size: 26px;
  margin-bottom: 15px;
  color: #222;
  font-weight: 700;
  text-transform: capitalize;
}
.blogdetails h3
{
  font-size: 24px;
  margin-bottom: 15px;
  color: #222;
  font-weight: 700;
  text-transform: capitalize;
}
.blogdetails h4
{
  font-size: 22px;
  margin-bottom: 15px;
  color: #222;
  font-weight: 700;
  text-transform: capitalize;
}
.blogdetails h5
{
  font-size: 20px;
  margin-bottom: 15px;
  color: #222;
  font-weight: 700;
  text-transform: capitalize;
}
.blogdetails p
{
  font-size: 16px;
  margin-bottom: 25px;
}
.blogdetails ul
{
  padding-left: 20px;
}
.blgdtscsec 
{
padding-bottom: 1em;
}
.blgdtscsec hr
{
    margin-top: 20px;
    margin-bottom: 20px;
}
.blgdtscsec .blgdate
{
  display: flex;
    align-items: center;
}
.blgdtscsec .blgdate .date
{
      color: #222;
    font-weight: 500;
}
.blgdtscsec .blgdate .cat
{
    color: #E3000F;
    font-weight: 500;
    margin-right: 12px;
}
.blgdtscsec .blgdate .blgdticn
{
  height: 50px;
    width: 50px;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    margin-right: 10px;
}
.blgdtscsec ul.socail-links
{
    padding: 0;
    justify-content: end;
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blgdtscsec ul.socail-links li {
    margin: 0px 5px;
}
.blgdtscsec ul.socail-links li  a {
    color: #222;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #222;
    border-radius: 50%;
    background: transparent;
}
.blgdtscsec ul.socail-links li a:hover {
    background: #3d45c6;
    border: 1px solid #3d45c6;
    color: #fff;
}
.cvxinnrbannr
{
  padding-top: 2em;
  padding-bottom: 2em;
}
.cvxinnrbannr .cvxinnrcntblk
{
padding: 0 3em;
}
.cvxinnrbannr .cvxinnrcntblk .title
{
text-transform: capitalize;
    font-size: 36px;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
}
.cvxinnrbannr .cvxinnrcntblk .title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 80px;
    height: 1px;
    background: #222222;
}
.cvxinnrbannr .cvxinnrimgblk
{
text-align: center;
    padding: 0 3em;
}
.cvxserintrosec
{
background: #fff;
    padding-top: 3em;
    padding-bottom: 3em;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.cvxserintrosec:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 600px;
    height: 592px;
    background-image: url(../images/service-intro-back.png);
    background-size: cover;
    background-position: center center;
    z-index: -1;
    opacity: 0.5;
}
.cvxserintrosec .cvxserintroimgblk
{
  text-align: center;
    padding: 0 3em;
}
.cvxserintrosec .cvxserintroimgblk img
{
  border-radius: 20px;
}
.cvxserintrosec .cvxserintrocntblk
{
  padding: 0 2em;
}
.cvxserprocesec
{
  padding-top: 3em;
  padding-bottom: 3em;
}
.cvxserprocesec .cvxserprocecntblk
{
  padding: 0 2em;
}
.cvxserprocesec .cvxserproceimgblk
{
  text-align: center;
    padding: 0 3em;
}
.cvxserprocesec .cvxserprocecntblk ul
{
  list-style: none;
    padding: 0;
    margin-bottom: 20px;
}
.cvxserprocesec .cvxserprocecntblk ul li
{
      margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    line-height: 1.7;
}
.cvxserprocesec .cvxserprocecntblk ul li:before
{
  content: '';
    position: absolute;
    left: 0;
    top: 4px;
    background-image: url(../images/tick-circle.png);
    height: 20px;
    width: 20px;
    background-size: cover;
    background-position: center center;
}
.cvxserqltstsec
{
  padding-top: 3em;
  padding-bottom: 2em;
  background: #EEEFFF;
}
.cvxserqltstsec .cvxserqltstttlblk
{
  text-align: center;
  margin-bottom: 3em;
}
.cvxserqltstsec .cvxserqltstblk
{
background: #fff;
    border-radius: 30px;
    padding: 2em;
    margin-bottom: 30px;
}
.cvxserqltstsec .cvxserqltstblk:hover
{
  background: #3d45c6;
  color: #fff;
}
.cvxserqltstsec .cvxserqltstblk:hover .ttl
{
  color: #fff;
}
.cvxserqltstsec .cvxserqltstblk .icon
{
  height: 70px;
    width: 70px;
    background: #FBFBFB;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.cvxserqltstsec .cvxserqltstblk .icon img
{
  height: 50px;
}
.cvxserqltstsec .cvxserqltstblk .ttl
{
  font-size: 22px;
    font-weight: 700;
    text-transform: capitalize
}
.cvxserqltstsec .cvxserqltstblk .desc
{
  margin-bottom: 0;
}
.cvxwhysec.cvxserwhysec
{
  position: relative;
  z-index: 0;
}
.cvxwhysec.cvxserwhysec:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: #EEEFFF;
    z-index: -1;
}
.cvxbrocountsec.cvxindusbrocountsec
{
  padding-bottom: 3em;
}
.cvxabtintrosec
{
    background: #fff;
    padding-top: 3em;
    padding-bottom: 2em;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.cvxabtintrosec:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 600px;
    height: 592px;
    background-image: url(../images/service-intro-back.png);
    background-size: cover;
    background-position: center center;
    z-index: -1;
    opacity: 0.5;
}
.cvxabtintrosec .cvxabtintroimgblk
{
  text-align: center;
    padding: 0 1em;
}
.cvxabtintrosec .cvxabtintrocntblk
{
  padding: 0 0em;
}
.cvxabtintrosec .cvxabtintrocntblk ul.certis {
    list-style: none;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.cvxabtintrosec .cvxabtintrocntblk ul.certis li {
    width: 18%;
}
.cvxabtintrosec .cvxabtintrocntblk ul.certis li .certimg {
    padding-right: 10px;
}
.cvxnumsec.cvxabtnumsec:after
{
  content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #fff;
    z-index: -1;
}
.cvxabtmvsec
{
  padding-top: 3em;
  padding-bottom: 2em;
}
.cvxabtmvsec .cvxabtmvblk
{
background: #fff;
    border-radius: 30px;
    padding: 2.5em;
    margin: 0 5px;
    margin-bottom: 30px;
    min-height: 330px;
}
.cvxabtmvsec .cvxabtmvblk:hover
{
  background: #3d45c6;
  color: #fff;
}
.cvxabtmvsec .cvxabtmvblk:hover .title
{
  color: #fff;
}
.cvxabtmvsec .cvxabtmvblk .icon
{
  margin-bottom: 15px;
}
.cvxabtmvsec .cvxabtmvblk .icon img
{
  height: 80px;
}
.cvxabtmvsec .cvxabtmvblk .title
{
  font-size: 22px;
    font-weight: 700;
    text-transform: capitalize
}
.cvxabtmvsec .cvxabtmvblk .desc
{
  margin-bottom: 0;
}
.cvxabtqltcmtsec
{
  padding-top: 1em;
  padding-bottom: 3em;
}
.cvxabtqltcmtsec .cvxabtqltcmtcntblk
{
  padding: 0 1em;
}
.cvxabtqltcmtsec .cvxabtqltcmtimgblk
{
  padding: 0 2em;
  text-align: center;
}
.cvxabtqltcmtsec .cvxabtqltcmtimgblk img
{
  border-radius: 30px;
}
.cvxbrandsec.cvxabtbrandsec:after
{
  display: none;
}
.cvxcntfrmsec
{
  padding-top: 3em;
  padding-bottom: 3em;
  background: #fff;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cvxcntfrmsec:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 463px;
    height: 587px;
    background-image: url(../images/contact-back.png);
    background-size: cover;
    background-position: center center;
    z-index: -1;
}
.cvxcntfrmsec .cvxctaformblk {
    margin: 0 3em;
}
.cvxcntfrmsec .cvxctaformblk .desc {
    margin-bottom: 20px;
}
.cvxcntfrmsec .cvxctaformblk .contactfrm input:not([type="submit"]), .cvxcntfrmsec .cvxctaformblk .contactfrm textarea, .cvxcntfrmsec .cvxctaformblk .contactfrm input:not([type="submit"]), .cvxcntfrmsec .cvxctaformblk .contactfrm textarea, .cvxcntfrmsec .cvxctaformblk .contactfrm select
{
  background: #fbfbfb;
}
.cvxcntfrmsec .cvxcntinfoblk
{
  padding: 0 3em;
  border-right: 1px solid #E0E0E0;
}
.cvxcntfrmsec .cvxcntinfoblk .cntlogoblk
{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 15px;
}
.cvxcntfrmsec .cvxcntinfoblk .cntlogoblk:after
{
  content: '';
    position: absolute;
    left: 180px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 100px;
    height: 1px;
    background: #E0E0E0;
}
.cvxcntfrmsec .cvxcntinfoblk .cntlogoblk img
{
height: 50px;
}
.cvxcntfrmsec .cvxcntinfoblk .cntlogoblk ul.socail-links {
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px;
}
.cvxcntfrmsec .cvxcntinfoblk .cntlogoblk ul.socail-links li {
    margin: 0px 5px;
}
.cvxcntfrmsec .cvxcntinfoblk .cntlogoblk ul.socail-links a {
    color: #222;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #222;
    border-radius: 50%;
    background: transparent;
}
.cvxcntfrmsec .cvxcntinfoblk .cntlogoblk ul.socail-links a:hover {
    background: #3d45c6;
    border: 1px solid #3d45c6;
    color: #fff;
}
.cvxcntfrmsec .cvxcntinfoblk .cntinfoblk
{
padding-top: 12px;
    padding-bottom: 12px;
}
.cvxcntfrmsec .cvxcntinfoblk .cntinfoblk .title
{
  color: #3d45c6;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
}
.cvxcntfrmsec .cvxcntinfoblk .cntinfoblk .title svg
{
  margin-right: 5px;
}
.cvxcntfrmsec .cvxcntinfoblk .cntinfoblk p
{
  margin-bottom: 0;
  color: #222;
}
.cvxcntfrmsec .cvxcntinfoblk .cntinfoblk p a
{
      color: #222
}
.cvxcntlocsec
{
  padding-top: 3em;
  padding-bottom: 2em;
}
.cvxcntlocsec .cvxcntlocttlblk
{
  text-align: center;
  margin-bottom: 3em;
}
.cvxcntlocsec .cvxcntlocblk
{
background: #FFFFFF;
    border-radius: 30px;
    padding: 2em;
    text-align: center;
    margin-bottom: 30px;
    min-height: 265px;
    border: 1px solid #eeefff;
}
.cvxcntlocsec .cvxcntlocblk:hover
{
  border: 1px solid #3d45c6;
}
.cvxcntlocsec .cvxcntlocblk .icon
{
height: 60px;
    width: 60px;
    background: #FBFBFB;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 10px;
}
.cvxcntlocsec .cvxcntlocblk .icon img
{
    height: 40px;
}
.cvxcntlocsec .cvxcntlocblk .ttl
{
font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
        position: relative;
        margin-bottom: 25px;
}
.cvxcntlocsec .cvxcntlocblk .ttl:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -12px;
    width: 40px;
    height: 1px;
    background: #222222;
}
.cvxcntlocsec .cvxcntlocblk .desc
{
  margin-bottom: 0;
  font-size: 14px;
}
.cvxqltypntsec
{
  padding-top: 2em;
  padding-bottom: 4em;
  background: #fff;
}
.cvxqltypntsec .cvxqltypntblk .accordion .accordion-item
{
  border-radius: 0;
    background: transparent;
    border: none;
    border-bottom: 0.9px solid #CFCFCF;
}
.cvxqltypntsec .cvxqltypntblk .accordion .accordion-item .accordion-button
{
  padding-top: 22px;
    padding-bottom: 22px;
        background: transparent;
            text-transform: capitalize;
}
.cvxqltypntsec .cvxqltypntblk .accordion .accordion-item .accordion-button:not(.collapsed)
{
  border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #3D45C6;
}
.cvxqltypntsec .cvxqltypntblk .accordion .accordion-item .accordion-button:focus
{
  border: none;
  box-shadow: none;
}
.cvxqltypntsec .cvxqltypntblk .accordion .accordion-item .accordion-button .num
{
    padding-right: 15px;
}
.cvxqltypntsec .cvxqltypntblk .accordion .accordion-item .accordion-body
{
  padding: 0em 3em 1.5em 3.4em;
  text-align: justify;
}

.cvxqltypntsec .cvxqltypntblk .accordion .accordion-item .accordion-body ul
{
  list-style: none;
    padding: 0;
    margin-bottom: 20px;
}
.cvxqltypntsec .cvxqltypntblk .accordion .accordion-item .accordion-body ul li
{
      margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    line-height: 1.7;
}
.cvxqltypntsec .cvxqltypntblk .accordion .accordion-item .accordion-body ul li:before
{
  content: '';
    position: absolute;
    left: 0;
    top: 4px;
    background-image: url(../images/tick-circle.png);
    height: 20px;
    width: 20px;
    background-size: cover;
    background-position: center center;
}
.cvxnumsec.cvxqltnumsec:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #fff;
    z-index: -1;
}
.cvxconsqltysec
{
  padding-bottom: 3em;
}
.cvxconsqltysec .cvxconsqltyrow
{
    background: #FFFFFF;
    border-radius: 40px;
    padding: 4em 6em;
}
.cvxconsqltysec .cvxconsqltycntblk
{
  padding: 0 2em;
}
.cvxconsqltysec .cvxconsqltyimgblk
{
  padding: 0 2em;
  text-align: center;
}
.cvxconsqltysec .cvxconsqltyimgblk img
{
  border-radius: 30px;
}
.cvxcrtilogosec
{
  padding-top: 3em;
  padding-bottom: 3em;
}
.cvxcrtilogosec .cvxcrtilogottlblk
{
  text-align: center;
  margin-bottom: 3em;
}
.cvxcrtilogosec ul.crtilogoul {
    list-style: none;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.cvxcrtilogosec ul.crtilogoul li {
    width: 20%;
}
.cvxcrtilogosec ul.crtilogoul li .logoimg {
    border-right: 1px dashed #C7C7C7;
    padding: 0 50px;
}
.cvxcrtilogosec ul.crtilogoul li:last-child .logoimg
{
  border-right: 0px;
}
.cvxallprodctsec
{
  padding-top: 3em;
  padding-bottom: 1em;
}
.cvxallprodctsec .cvxallprodctttlblk
{
  text-align: center;
  margin-bottom: 3em;
}
.cvxallprodctsec .cvxallprodctttlblk .sec-title
{
  font-size: 28px;
}
.cvxallprodctsec .cvxallprodctatozblk
{
    padding: 0 4em;
    margin-bottom: 2em;
}
.cvxallprodctsec .cvxallprodctatozblk .wc-a-to-z-filter
{
  display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.cvxallprodctsec .cvxallprodctatozblk .wc-a-to-z-filter a
{
  display: block;
    border: 1.35px solid #8E8E8E;
    margin: 0px 10px 10px 0px;
    color: #222;
    padding: 10px 20px;
    border-radius: 8px;
}
.cvxallprodctsec .cvxallprodctatozblk .wc-a-to-z-filter a:hover, .cvxallprodctsec .cvxallprodctatozblk .wc-a-to-z-filter a.active
{
  border: 1.35px solid #3d45c6;
  background: #3d45c6;
  color: #fff;
}
.cvxallprodctsec .cvxallprodctatozlisting
{
  background: #fff;
    padding: 4em;
    border-radius: 40px;
}
.cvxallprodctsec .cvxallprodctatozlisting ul.wc-category-list
{
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.cvxallprodctsec .cvxallprodctatozlisting ul.wc-category-list li
{
width: 21%;
    margin: 0 2%;
    margin-bottom: 2%;
}
.cvxallprodctsec .cvxallprodctatozlisting ul.wc-category-list li a
{
color: #222;
    padding: 12px 20px;
    display: block;
    border: 1px solid #7D7D7D;
    border-radius: 8px;
    text-transform: capitalize;
    min-height: 75px;
    display: flex;
    align-items: center;
}
.cvxallprodctsec .cvxallprodctatozlisting ul.wc-category-list li a:hover
{
border: 1px solid #3d45c6;
  background: #3d45c6;
  color: #fff;
}
.cvxcheckfrmblk
{
      background: #fff;
    padding: 3em;
    border-radius: 25px;
        margin-bottom: 2em;
}
.woocommerce .cvxcheckfrmblk form .form-row .input-text, .woocommerce .cvxcheckfrmblk form .form-row select, .woocommerce .cvxcheckfrmblk form .form-row textarea
{
  width: 100%;
        border: 1px solid #d4d7ec;
    padding: 10px 15px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 400;
    border-radius: 5px;
    background: #f5f6ff;
    font-size: 14px;
}
.cvxcheckfrmblk .select2-container .select2-dropdown, .cvxcheckfrmblk .select2-container .select2-selection
{
  background: #f5f6ff;
  color: #000;
      border: 1px solid #d4d7ec;
}
.woocommerce-order .woocommerce-notice
{
  text-align: center;
  font-size: 20px;
}
.cvxcomnbanrsec
{
  padding-top: 3em;
    padding-bottom: 1em;
}
.cvxcomnbanrsec .cvxcomnbanrcntblk {
    text-align: center;
}
.cvxcartblk
{
  background: #fff;
    padding: 3em;
    padding-bottom: 1em;
    border-radius: 25px;
    margin-bottom: 2em;
}
.woocommerce .cvxcartblk table.shop_table thead
{
background: #3d45c6;
    color: #fff;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register
{
  background: #fff;
}
.proadtnlblk table td p
{
  margin-bottom: 0;
}
.proadtnlblk table td.titletd
{
  width: 200px;
}
.aone-result-block .product-result {
	border: 2px solid transparent;
	border-bottom-color: #eee;
}
.aone-result-block .product-result:hover {
	border-color: red;
}
.aone-result-block .product-result .product-block:first-child {
    width: 15%;
}
.aone-result-block .product-result .product-block:last-child {
    width: 80%;
}
.aone-result-block .product-result .product-block:hover {
    box-shadow: unset;
}
.cvxindsrecogsec
{
  padding-top: 1em;
  padding-bottom: 3em;
}
.cvxindsrecogsec .cvxindsrecogttlblk
{
  text-align: center;
  margin-bottom: 3em;
}
.cvxindsrecogsec ul.indsrecogul
{
      list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 0;
        flex-wrap: wrap;
}
.cvxindsrecogsec ul.indsrecogul li
{
      width: 14.66%;
    margin: 0 1%;
}
.cvxindsrecogsec ul.indsrecogul li .logoimg
{
  background: #fff;
    padding: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cvxindsrecogsec ul.indsrecogul li .logoimg img
{
    height: 60px;
    object-fit: contain;
        filter: grayscale(1);
}
.cvxindsrecogsec ul.indsrecogul li .logoimg:hover img
{
  filter: grayscale(0);
}
.cvxrevwlogosec
{
  padding-top: 3em;
  padding-bottom: 3em;
}
.cvxrevwlogosec .cvxrevwlogottlblk
{
  text-align: center;
  margin-bottom: 3em;
}
.cvxrevwlogosec ul.cvxrevwlogoul
{
      list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 0;
        flex-wrap: wrap;
}
.cvxrevwlogosec ul.cvxrevwlogoul li
{
    width: 18%;
    margin: 0 1%;
}
.cvxrevwlogosec ul.cvxrevwlogoul li .logoimg
{
  background: #fff;
    padding: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cvxrevwlogosec ul.cvxrevwlogoul li .logoimg img
{
    height: 70px;
    object-fit: contain;
        filter: grayscale(1);
}
.cvxrevwlogosec ul.cvxrevwlogoul li .logoimg:hover img
{
  filter: grayscale(0);
}
.cvxsubscribesec
{
padding-top: 2em;
    padding-bottom: 1em;
    background: #4247cd;
}
.cvxsubscribesec .cvxsubscribettl
{
  font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.cvxsubscribesec .cvxsubscribebtnblk
{
text-align: center;
}
.cvxsubscribesec .cvxsubscribebtnblk .theme-btn:hover
{
  background: #fff;
  color: #4247cd;
}
#aone-search-input:focus:not(:placeholder-shown) {
  background-image: url(https://www.clinivex.com/wp-content/plugins/ajax-product-search-aone/images/search-icon.png) !important;
}
#aone-search-input:hover:not(:placeholder-shown) {
  background-image: url(https://www.clinivex.com/wp-content/plugins/ajax-product-search-aone/images/search-icon.png) !important;
}

/* responsive */
@media only screen and (min-width: 1600px) and (max-width:1920px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 80%;
    }
    .homeslidersec .homeslidecnt {
    padding: 0 5em;
  }
  .homeslidersec .homeslidecnt .home-slider-title {
    font-size: 40px;
  }
  .homeclientsec .homeclntttlblk .icon img {
    height: 65px;
}
.cvxbrandsec .cvxbrandblk ul.brandul li .brandblk {
    margin: 15px;
}
.cvxwhysec .cvxwhycntblk {
    padding: 6em 6em;
}
}
@media only screen and (min-width: 1200px) and (max-width:1400px) {
  .homeslidersec .homeslidecnt .home-slider-title {
    font-size: 30px;
  }
  .headrightblk .headtranslt, .headrightblk .headcta {
    padding: 0 5px;
}
.theme-btn {
    background: #D22C1B;
    color: #fff;
    padding: 12px 15px;
    font-size: 13px;
}
  .headersearch #aone-search-input {
    font-size: 14px;
  }
  .headrightblk .headtranslt, .headrightblk .headcta {
    padding: 0 7px;
}
.headrightblk .headcta .theme-btn
{
  font-size: 13px;
  padding: 12px 12px;
}
.headrmenurgt ul.contactinfo li:first-child
{
  display: none;
}
.headrmenurgt {
    display: flex;
    justify-content: end;
}
.homeslidersec .homeslidecnt {
    padding-right: 5em;
}
.homeslidersec .homeslidecnt .home-slider-title {
    font-size: 34px;
  }
.homeclientsec .homeclntttlblk .ttl .clntttl {
    font-size: 20px;
}
.cvxsersec .cvxserblk {
    min-height: 390px;
  }
.sec-title {
    font-size: 28px;
}  
.cvxabtsec .cvxabtimgblk {
    padding: 0 1em;
}
.cvxnumsec .cvxnumttlblk {
    padding: 0 2em;
}
.cvxnumsec .cvxnumblk ul.numul li .numblk .numcount {
    font-size: 42px;
}
.cvxrefstdsec .catcoutblk .catcout .count {
    font-size: 34px;
}
.cvxrefstdsec .distributorblk {
    padding: 3em 5em;
}
.cvxwhysec .cvxwhycntblk {
    padding: 3em 4em;
}
.cvxbrocountsec .cvxcountryblk .cvxcountrycntblk .countrblk .count {
    font-size: 32px;
}
.cvxbrocountsec .cvxcountryblk .cvxcountrycntblk {
    width: 94%;
}
.cvxinnrbannr .cvxinnrcntblk .title {
    font-size: 32px;
}
.cvxallprodctsec .cvxallprodctatozlisting {
    padding: 3em
}
.cvxserintrosec .cvxserintroimgblk {
    text-align: center;
    padding: 0 1em;
}
.cvxserintrosec .cvxserintrocntblk {
    padding: 0 1em;
}
.cvxserqltstsec .cvxserqltstblk .ttl {
    font-size: 20px;
}
.cvxinnrbannr .cvxinnrcntblk {
    padding: 0 2em;
}
.cvxconsqltysec .cvxconsqltyrow {
    padding: 4em 4em;
}
.cvxbrandsec .cvxbrandblk {
    padding-left: 5em;
}
}
@media only screen and (min-width: 990px) and (max-width:1199px) {
    .headersearch #aone-search-input {
    font-size: 14px;
  }
  .headrightblk .headtranslt, .headrightblk .headcta {
    padding: 0 7px;
}
.headrightblk .headcta .theme-btn
{
  font-size: 13px;
  padding: 12px 12px;
          display: none;
}
.headrmenurgt ul.contactinfo
{
  display: none;
}
.homeslidersec .homeslidecnt {
    padding: 0 1em;
    padding-right: 6em;
}
.homeslidersec .homeslidecnt .home-slider-title {
    font-size: 26px;
}
.homeslidersec .homeslideimg .certiblk img {
    height: 80px;
}
.homeslidersec .homeslideimg:after {
    width: 100px;
}
.headrmenurgt {
    display: flex;
    justify-content: end;
}
.homeslidersec .carousel-control-next {
    right: -40px;
}
.homeslidersec .carousel-control-prev {
    left: -40px;
}
.homeclientsec .homeclntttlblk .icon {
    position: relative;
    width: 30%;
}
.homeclientsec .homeclntttlblk .icon img {
    height: 25px;
}
.homeclientsec .homeclntttlblk .icon:after {
    top: 48%;
    right: 2px;
    width: 12px;
}
.homeclientsec .homeclntttlblk .ttl .clntttl {
    font-size: 18px;
}
.sec-title {
    font-size: 26px;
}
.product-block .product-img {
    height: 180px;
}
ul.cvxproductlist li {
    width: 31%;
    margin: 0 1%;
    margin-bottom: 30px;
}
.cvxabtsec .cvxabtimgblk {
    padding: 0 0em;
}
.cvxnumsec .cvxnumttlblk {
    padding: 0 0em;
}
.cvxnumsec .cvxnumttlblk .sec-title {
    font-size: 22px;
}
.cvxnumsec .cvxnumblk ul.numul li .numblk .numcount {
    font-size: 38px;
}
.cvxrefstdsec .catcoutblk .catcout .count {
    font-size: 30px;
}
.cvxrefstdsec:before {
    width: 235px;
    height: 270px;
}
.cvxrefstdsec .distributorblk .distcountblk .distcount {
    font-size: 6em;
}
.cvxrefstdsec .distributorblk {
    padding: 3em 3em;
}
.cvxbrandsec .cvxbrandttlblk {
    text-align: center;
    width: 250px;
    height: 250px;
}
.cvxbrandsec .cvxbrandttlblk img {
    height: 50px;
}
.cvxbrandsec .cvxbrandoutrttlblk {
    border: 1px solid #fff;
    width: 290px;
    height: 290px;
}
.cvxbrandsec .cvxbrandblk {
    padding: 0 2em;
}
.cvxbrandsec .cvxbrandblk ul.brandul li {
    width: 30%;
}
.cvxbrandsec .cvxbrandrow:after {
    width: 100%;
    height: 100%;
}
.cvxsersec .row .col-xl-3
{
width: 50%;
}
.cvxwhysec .cvxwhycntblk {
    padding: 2em 2em;
}
.cvxbrocountsec .row .col-xxl-6
{
width: 100%;
}
.cvxbrocountsec .cvxbrserblk
{
  padding: 3em;
    margin-bottom: 30px;
}
.ftrabt .dmcablk {
    display: block;
}
.ftrabt .dmcablk img {
    margin-right: 15px;
    height: 55px;
    margin-bottom: 10px;
}
.cvxinnrbannr .cvxinnrcntblk .title {
    text-transform: capitalize;
    font-size: 28px;
}
.cvxinnrbannr .cvxinnrcntblk {
    padding: 0 2em;
}
.cvxabtintrosec .cvxabtintroimgblk {
    text-align: center;
    padding: 0 0em;
}
.cvxallprodctsec .cvxallprodctatozlisting {
    background: #fff;
    padding: 3em;
}
.woocommerce .productlistingsec ul.products li.product, .woocommerce-page ul.products li.product {
    width: 31% !important;
    margin: 0 1% !important;
    margin-bottom: 30px !important;
}
.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
    clear: unset !important;
}
.woocommerce div.product .productdetailsec .product_title {
    font-size: 22px;
}
.woocommerce div.product .prodetailtab.woocommerce-tabs ul.tabs li {
    padding: 5px 12px;
}
.cvxserintrosec .cvxserintroimgblk {
    text-align: center;
    padding: 0 0em;
}
.cvxserintrosec .cvxserintrocntblk {
    padding: 0 0em;
}
.cvxserqltstsec .cvxserqltstblk .ttl {
    font-size: 18px;
}
.cvxconsqltysec .cvxconsqltyrow {
    padding: 3em 4em;
}
.cvxconsqltysec .cvxconsqltyimgblk {
    padding: 0 0em;
    text-align: center;
}
.cvxsubscribesec .cvxsubscribettl
{
    text-align: left;
}
}
@media screen and (max-width: 991px) {
.headrightblk .headcta {
    display: none;
}
.headersearch .aone-search-container {
    max-width: 100%;
    text-align: right;
}
.headersearch  #aone-search-input {
    width: 100%;
    padding: 10px 22px;
    font-size: 14px;
}
.headersearch .search-box-sec
{
  padding: 10px;
}
.aone-search-container {
    margin: 0 0px;
}
.headrmenurgt ul.contactinfo
{
  display: none;
}
.header-menu
{
  text-align: right;
}
    .header-menu .navbar-toggler {
        background: #fff;
        padding: 8px 10px;
        font-size: 16px;
        border-radius: 50%;
        line-height: 1;
        color: #000;
    }
.header-menu .navbar-toggler .navbar-toggler-icon
{
height: auto;
        width: auto;
}
.headrmenurgt {
    display: flex;
    justify-content: start;
    margin-left: -18px;
}
.header-callCvr li {
    position: relative;
    margin: 8px 10px;
}
    .header-menu .navbar-collapse {
        position: absolute;
        width: 87%;
        background: #3d45c6;
        z-index: 1;
        top: 100%;
        text-align: left;
    }
    .header-menuCvr .main-navigation ul .sub-menu a {
    color: #ffffff;
}
.header-menuCvr .main-navigation ul .sub-menu {
    width: 90%;
    border: none;
    box-shadow: unset;
}
.header-menu .dropdown-toggle
{
  color: #fff;
}
.homeslidersec .homeslidecnt .home-slider-title {
    font-size: 32px;
}
.homeslidersec .homeslideimg .certiblk
{
  display: none;
}
.homeslidersec .homeslideimg .certiblk, .homeslidersec .homeslideimg:after
{
  display: none;
}
.homeslidersec .homeslideimg {
    padding: 0 2em;
    padding-left: 2em;
    z-index: 0;
}
.homeslidersec .carousel-control-prev {
    left: -30px;
}
.homeslidersec .carousel-control-next {
    right: -30px;
}
.homeslidersec .homeslidecnt {
    padding: 0 2em;
    position: relative;
    padding-right: 2em;
    text-align: center;
    margin-bottom: 30px;
}
.homeslidersec .homeslidecnt .slsupttlblk {
    justify-content: center;
}
.homeslidersec .homeslidecnt .slsubttl:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
    width: 10%;
    height: 1px;
    background: #777777;
}
.header-logo img, .woocommerce .header-logo img, .woocommerce-page .header-logo img {
    height: 55px;
}
.homeclientsec .homeclntttlblk .icon
{
  display: none;
}
.homeclientsec .homeclntttlblk .ttl {
    width: 100%;
    padding: 0 0px;
}
.homeclientsec .homeclntttlblk .ttl .clntttl {
    margin-bottom: 0;
    font-size: 20px;
}
.homeclientsec .homeclntttlblk {
    padding: 25px 25px;
}
.homeclientsec .clntcliderblk .logoimg
{
  padding: 0 12px;
}
.sec-title
{
  font-size: 26px;
}
ul.cvxproductlist li {
    width: 48%;
    margin: 0 1%;
    margin-bottom: 30px;
}
.cvxabtsec .cvxabtimgblk
{
  padding:0 2em;
  margin-bottom: 30px;
}
.cvxnumsec .cvxnumttlblk {
    padding: 0 0em;
    margin-bottom: 30px;
}
.cvxnumsec .cvxnumblk ul.numul li .numblk .numcount {
    font-size: 42px;
}
.cvxrefstdsec .cvxrefstddescblk {
    padding: 0 0em;
    margin-bottom: 40px;
}
.cvxrefstdsec:before {
    top: 720px;
}
.cvxbrandsec .cvxbrandrow .row .col-md-6
{
  margin: 0 auto;
        margin-bottom: 30px;
}
.cvxbrandsec .cvxbrandrow:after {
    height: 100%;
}
.cvxbrandsec .cvxbrandblk {
    padding: 0 0em;
    text-align: center;
}
.cvxindusec ul.indstryul li {
    width: 25%;
}
.cvxwhysec .row .col-xxl-7, .cvxwhysec .row .col-xxl-5
{
  width: 100%;
}
.cvxwhysec .cvxwhycntblk {
    padding: 4em 4em;
    margin-bottom: 30px;
}
.cvxwhysec .cvxwhyimgblk
{
  text-align: center;
}
.cvxbrndportsec ul.brandportul li {
    width: 33.33%;
}
.cvxbrndportsec ul.brandportul li:nth-child(3) .logoimg, .cvxbrndportsec ul.brandportul li:nth-child(6) .logoimg, .cvxbrndportsec ul.brandportul li:nth-child(9) .logoimg, .cvxbrndportsec ul.brandportul li:nth-child(12) .logoimg
{
  border-right: 0;
}
.cvxtestimnlsec .testiblk {
    display: block;
}
.cvxtestimnlsec .testiblk .testiimg {
    width: 100%;
}
.cvxtestimnlsec .testiblk .testicnt {
    width: 100%;
    padding: 0 3em;
}
.cvxtestimnlsec .testiblk .testiimg .authimg {
    text-align: center;
    margin-bottom: 8px;
}
.cvxtestimnlsec .testiblk .testiimg .authimg img {
    display: inline-block;
}
.cvxtestimnlsec .testiblk .testiimg .authimg:after
{
  display: none;
}
.cvxtestimnlsec .testiblk .testicnt {
    text-align: center;
}
.cvxtestimnlsec .testiblk .testicnt .quoteimg img {
    display: inline-block;
}
.cvxtestimnlsec .cvxtestimnlblk ul.slick-dots
{
  left: 0;
    right: 0;
    margin: 0 auto;
    justify-content: center;
}
.cvxctasec .row .col-xxl-6, .cvxbrocountsec .row .col-xxl-6
{
  width: 100%;
}
.cvxctasec .cvxctaimgblk {
    margin-bottom: 30px;
}
.cvxbrocountsec .cvxbrserblk
{
      margin-bottom: 30px;
}
.ftrabt .certiblk ul.certis li .certimg img
{
    height: 80px;
}
.cvxinnrbannr .cvxinnrcntblk {
    padding: 0 1em;
}
.cvxinnrbannr .cvxinnrcntblk .title {
    font-size: 22px;
}
.cvxinnrbannr .cvxinnrimgblk {
    text-align: center;
    padding: 0 1em;
}
.cvxabtintrosec .cvxabtintroimgblk {
    text-align: center;
    padding: 0 2em;
    margin-bottom: 30px;
}
.cvxabtintrosec .cvxabtintrocntblk ul.certis li .certimg img
{
  height: 80px;
}
.cvxabtqltcmtsec .cvxabtqltcmtcntblk {
    margin-bottom: 30px;
}
.cvxabtqltcmtsec .cvxabtqltcmtcntblk {
    padding: 0 1em;
    margin-top: 30px;
}
.ftrabt .certiblk ul.certis li {
    width: 15%;
}
.cvxallprodctsec .cvxallprodctttlblk .sec-title {
    font-size: 26px;
}
.cvxallprodctsec .cvxallprodctatozlisting {
    padding: 3em;
}
.cvxallprodctsec .cvxallprodctatozlisting ul.wc-category-list li {
    width: 46%;
    margin: 0 2%;
    margin-bottom: 2%;
}
.woocommerce .productlistingsec ul.products li.product, .woocommerce-page ul.products li.product {
    width: 48% !important;
    margin: 0 1% !important;
    margin-bottom: 30px !important;
}
.productdetailsec .product-details-img {
    padding: 3em 3em;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 30px;
}
.woocommerce div.product .prodetailtab.woocommerce-tabs ul.tabs li {
    margin-bottom: 10px;
}
.cvxserintrosec .cvxserintroimgblk {
    text-align: center;
    padding: 0 3em;
    margin-bottom: 30px;
}
.cvxconsqltysec .cvxconsqltyrow {
    padding: 3em 2em;
}
.cvxconsqltysec .cvxconsqltycntblk {
    margin-bottom: 30px;
}
.cvxcrtilogosec ul.crtilogoul li .logoimg {
    border-right: 1px dashed #C7C7C7;
    padding: 0 30px;
}
.cvxcntfrmsec .cvxcntinfoblk {
    border-right: none;
    margin-bottom: 30px;
}
.blogdetails .blgtitle {
    font-weight: 700;
    font-size: 28px;
}
.blgimgblk .post-thumbnail {
    margin: 0;
    margin-bottom: 20px;
}
.cvxindsrecogsec ul.indsrecogul li {
    width: 30.66%;
    margin: 0 1%;
    margin-bottom: 20px;
}
.cvxrevwlogosec ul.cvxrevwlogoul li {
    width: 30.66%;
    margin: 0 1%;
    margin-bottom: 20px;
}
.cvxsubscribesec .cvxsubscribettl
{
    text-align: left;
}
}
@media only screen and (min-width: 768px) and (max-width:991px) {
}
@media screen and (max-width: 767px) {
  .headrightblk
  {
    display: none;
  }
  .headersearch {
    position: unset;
}
.headersearch .search-box-sec
{
z-index: 1;
        height: auto;
}
.headersearch #aone-search-input {
        font-size: 12px;
    }
        .homeslidersec .homeslidecnt .home-slider-title {
        font-size: 20px;
    }
    .homeslidersec .homeslidecnt .slsupttlblk {
        font-size: 13px;
    }
    .homeslidersec .homeslidecnt .slsubttl {
    font-size: 14px;
  }
  .homeslidersec .homeslidecnt .desc
  {
font-size: 14px;
  }
  .theme-btn {
    padding: 12px 18px;
    font-size: 13px;
}
.homeslidersec .homeslidecnt {
        padding: 0 1em;
        padding-right: 1em;
    }
.homeslidersec .homeslideimg {
        padding: 0 1em;
        padding-left: 1em;
    }
    .homeclientsec .homeclntttlblk .ttl .clntttl {
        margin-bottom: 0;
        font-size: 16px;
        text-align: center;
    }
    .homeclientsec .homeclntttlblk {
        padding: 18px 25px;
        margin-bottom: 10px;
    }
    .homeclientsec .clntcliderblk {
    padding: 25px 15px;
    border-radius: 20px;
}    
.homeclientsec {
    padding-top: 1em;
    padding-bottom: 1em;
}
.sec-title {
        font-size: 22px;
    }
    .cvxfeatprosec .cvxfeatprottlblk {
    text-align: center;
    margin-bottom: 1.5em;
}
.cvxfeatprosec {
    padding-top: 1em;
    padding-bottom: 1em;
}
    ul.cvxproductlist li {
        width: 98%;
        margin: 0 1%;
        margin-bottom: 30px;
    }
    .cvxabtsec {
    padding-top: 2em;
    padding-bottom: 1em;
}
.cvxabtsec .cvxabtimgblk .certiblk ul.certis li {
    width: 25%;
}
.cvxabtsec .cvxabtimgblk {
        padding: 0 1em;
    }
    .cvxabtsec .cvxabtimgblk .yearblk .yearno .count {
    font-size: 5em;
  }
  .cvxabtsec .cvxabtcntblk .linkblk:after {
    width: 45%;
  }
  .cvxabtsec .cvxabtcntblk .abtpointsblk ul.points li {
    width: 100%;
}
.cvxnumsec .cvxnumttlblk .sec-title {
    margin-bottom: 35px;
    font-size: 18px;
}
.cvxnumsec .numrow {
    padding: 2em 2em;
}
.cvxnumsec .cvxnumblk ul.numul li {
    width: 50%;
    margin-bottom: 15px;
}
.cvxnumsec .cvxnumblk ul.numul li .numblk .numcount {
        font-size: 26px;
    }
    .cvxnumsec .cvxnumblk ul.numul li .numblk .numtxt {
    font-size: 13px;
}
.cvxrefstdsec {
    padding-top: 1em;
    padding-bottom: 1em;
}
.cvxrefstdsec .cvxrefstdttlblk {
    padding: 0 0em;
    margin-bottom: 25px;
}
.cvxrefstdsec .distributorblk {
    padding: 2em 2em;
}
.cvxrefstdsec .distributorblk .distcountblk .distcount {
    margin-bottom: 0;
    font-size: 5em;
}
body {
    font-size: 14px;
}
.cvxrefstdsec:before {
        top: auto;
        bottom: 765px;
        width: 110px;
        height: 134px;
    }
    .cvxbrandsec .cvxbrandrow {
    padding: 1em;
  }
  .cvxbrandsec .cvxbrandttlblk {
    text-align: center;
    width: 245px;
    height: 245px;
    margin-top: 11px;
  }
  .cvxbrandsec .cvxbrandttlblk img {
    height: 45px;
  }
  .cvxbrandsec .cvxbrandoutrttlblk {
    border: 1px solid #fff;
            width: 270px;
        height: 270px;
        margin-top: 0px;
  }
  .cvxbrandsec .cvxbrandrow:after {
        height: 100%;
    }
    .cvxbrandsec .cvxbrandblk {
        padding: 0 1em;
        text-align: center;
    }
    .cvxbrandsec .cvxbrandblk ul.brandul li {
    width: 50%;
    margin-bottom: 10px;
}
.cvxbrandsec .cvxbrandblk ul.brandul li .brandblk {
    margin-right: 0;
        margin-bottom: 0px;
        padding: 15px 5px;
}
.cvxlatestprosec {
    padding-bottom: 1em;
}
.cvxsersec {
    padding-top: 2em;
    padding-bottom: 1em;
}
.cvxindusec {
    padding-top: 2em;
    padding-bottom: 1em;
}
.cvxindusec ul.indstryul li {
        width: 50%;
    }
    .cvxindusec ul.indstryul li .indstryblk .indstrycnt .ttl {
    font-size: 16px;
}
.cvxwhysec .cvxwhycntblk {
        padding: 2em 2em;
    }
    .cvxwhysec .cvxwhycntblk .cvxwhyblk {
    padding-right: 0em;
    margin-bottom: 4em;
    position: relative;
}
.cvxwhysec .cvxwhycntblk .whyrow .col-xxl-6 .cvxwhyblk:after
{
  display: none;
}
.cvxbrndportsec {
    padding-top: 2em;
    padding-bottom: 1em;
}
.cvxbrndportsec ul.brandportul li {
        width: 49.33%;
    }
    .cvxbrndportsec ul.brandportul li .logoimg {
    border-right: none;
    padding: 0 22px;
    margin-bottom: 18px;
}
.cvxtestimnlsec .testiblk .testiimg .authimg {
    padding: 0 2em;
    position: relative;
}
.cvxtestimnlsec .cvxtestimnlblk {
    padding: 1em;
}
    .cvxtestimnlsec .testiblk .testicnt {
        width: 100%;
        padding: 0 1em;
    }
    .cvxtestimnlsec {
    padding-top: 1em;
    padding-bottom: 1em;
}
.cvxctasec .cvxctaformblk {
    margin: 0 1em;
}
.cvxctasec {
    padding-top: 1em;
    padding-bottom: 1em;
}
.cvxbrocountsec .cvxbrserblk {
        margin-bottom: 30px;
        display: block;
        padding: 2em;
        text-align: center;
    }
    .cvxbrocountsec .cvxbrserblk .cvxbrsercntblk {
    width: 100%;
    padding: 0 0px;
}
.cvxbrocountsec .cvxbrserblk .cvxbrsercntblk .title:after, .cvxbrocountsec .cvxcountryblk .cvxcountrycntblk .title:after {
    left: 0;
    right: 0;
    margin: 0 auto;
}
.cvxbrocountsec .cvxbrserblk .cvxbrserimgblk {
    width: 100%;
    text-align: center;
}
.cvxbrocountsec .cvxcountryblk {
    padding: 2em;
    display: block;
}
.cvxbrocountsec .cvxcountryblk .cvxcountrycntblk {
    width: 100%;
    padding: 0px;
    text-align: center;
}
.cvxbrocountsec .cvxcountryblk .cvxcountrycntblk .countrblk {
    justify-content: center;
}
.cvxbrocountsec .cvxcountryblk .cvxcountrycntblk .countrblk .count {
    font-size: 36px;
}
.cvxbrocountsec .cvxcountryimgblk {
    width: 100%;
    text-align: center;
}
.cvxblogsec {
    padding-top: 1em;
    padding-bottom: 1em;
}
.ftrCvr .ftr-top {
    padding: 2em 0px 0em;
}
.ftrabt .certiblk ul.certis li {
        width: 28%;
    }
    .ftrabt .certiblk ul.certis li .certimg img {
        height: 70px;
    }
    .ftrblk .ftrttl, .ftrttl2 {
    font-size: 18px;
  }
  .ftrabt {
    padding: 0 0px;
}
.cvxabtintrosec {
    padding-top: 2em;
    padding-bottom: 1em;
}
.cvxabtintrosec .cvxabtintrocntblk ul.certis li {
    width: 30%;
}
.cvxabtmvsec {
    padding-top: 2em;
    padding-bottom: 0em;
}
.cvxabtmvsec .cvxabtmvblk .title {
    font-size: 20px;
}
.cvxabtqltcmtsec {
    padding-top: 0em;
    padding-bottom: 2em;
}
.cvxabtqltcmtsec .cvxabtqltcmtimgblk {
    padding: 0 1em;
    text-align: center;
}
.cvxallprodctsec .cvxallprodctttlblk .sec-title {
        font-size: 20px;
    }
    .cvxallprodctsec .cvxallprodctatozblk {
    padding: 0 1em;
    margin-bottom: 2em;
}
    .cvxallprodctsec .cvxallprodctatozlisting {
        padding: 2em;
    }
        .cvxallprodctsec .cvxallprodctatozlisting ul.wc-category-list li {
        width: 97%;
        margin: 0 2%;
        margin-bottom: 3%;
    }
    .cvxallprodctsec .cvxallprodctatozlisting ul.wc-category-list li a {
    font-size: 15px;
}
.catcntsec {
    padding-top: 2em;
    padding-bottom: 1em;
}
.productlistingsec .catprolisting {
    padding-top: 1em;
    padding-bottom: 1em;
}
.woocommerce .productlistingsec ul.products li.product, .woocommerce-page ul.products li.product {
        width: 98% !important;
        margin: 0 1% !important;
        margin-bottom: 30px !important;
    }
.productdetailsec .productsummary {
    padding: 0 1em;
}
.woocommerce div.product .productdetailsec .product_title {
    font-size: 20px;
  }
  .productdetailsec .productsummary .prounitfeild .unit_field {
            width: 85%;
}   
.productdetailsec {
    padding-bottom: 0em;
    padding-top: 0em;
}
.protabsec .protabblk {
    background: #fff;
    padding: 1em;
    border-radius: 10px;
}
.protabsec {
    padding-top: 1em;
    padding-bottom: 1em;
}
.woocommerce div.product .prodetailtab.woocommerce-tabs ul.tabs li {
    padding: 5px 12px
} 
.cart-wrap .shopping-cart-content
{
  right: -117px;
    top: 100%;
    width: 310px;
}
.cvxcartblk {
    background: #fff;
    padding: 1em;
    padding-bottom: 1em;
    border-radius: 10px;
    margin-bottom: 2em;
}
.cvxcheckfrmblk {
    background: #fff;
    padding: 1em;
    border-radius: 10px;
    margin-bottom: 2em;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100% !important;
}
.cvxserintrosec {
    padding-top: 2em;
    padding-bottom: 1em;
}
.cvxserintrosec .cvxserintroimgblk {
        text-align: center;
        padding: 0 1em;
        margin-bottom: 30px;
    }
 .cvxserintrosec .cvxserintrocntblk {
    padding: 0 1em;
}
.cvxserprocesec {
    padding-top: 2em;
    padding-bottom: 1em;
}
.cvxserprocesec .cvxserprocecntblk {
    padding: 0 1em;
}
.cvxserprocesec .cvxserproceimgblk {
    text-align: center;
    padding: 0 1em;
}
.cvxserqltstsec {
    padding-top: 1em;
    padding-bottom: 0em;
    background: #EEEFFF;
}
.cvxserqltstsec .cvxserqltstttlblk {
    text-align: center;
    margin-bottom: 2em;
}
.cvxserqltstsec .cvxserqltstblk .ttl {
    font-size: 20px;
}
.cvxqltypntsec .cvxqltypntblk .accordion .accordion-item .accordion-button {
    padding-top: 15px;
    padding-bottom: 15px;
}
.cvxqltypntsec {
    padding-top: 1em;
    padding-bottom: 2em;
}  
.cvxconsqltysec .cvxconsqltyrow {
        padding: 2em 2em;
    }
.cvxconsqltysec .cvxconsqltycntblk {
    padding: 0 0em;
}
.cvxconsqltysec .cvxconsqltyimgblk {
    padding: 0 0em;
    text-align: center;
}
.cvxcrtilogosec {
    padding-top: 1em;
    padding-bottom: 2em;
}
.cvxcrtilogosec ul.crtilogoul li .logoimg {
        padding: 0 20px;
        margin-bottom: 15px;
    }    
    .cvxcrtilogosec ul.crtilogoul li {
    width: 33.33%;
} 
.cvxcntfrmsec {
    padding-top: 1em;
    padding-bottom: 0em;
}
.cvxcntfrmsec .cvxcntinfoblk {
    padding: 0 1em;
}
.cvxcntfrmsec .cvxcntinfoblk .cntlogoblk {
    display: block;
}
.cvxcntfrmsec .cvxcntinfoblk .cntlogoblk:after
{
  display: none;
}
.cvxcntfrmsec .cvxctaformblk {
    margin: 0 1em;
}
.cvxcntlocsec {
    padding-top: 2em;
    padding-bottom: 1em;
}
.myaccountsec {
    padding-top: 1em;
    padding-bottom: 1em;
}
.blogdetails .blgtitle {
    font-weight: 700;
    font-size: 22px;
}
.blogdetails {
    padding: 0 0px;
}
.blgimgblk .post-thumbnail {
    margin: 0px;
    margin-bottom: 15px;
}
.cvxblogsec .cvxblogttlblk {
    text-align: center;
    margin-bottom: 2em;
}
.navbar-fixed-top.fix
{
  position: relative;
}
.innerpagesec {
    padding-top: 1em;
}
.innerpagesec h3 {
    font-size: 22px;
    margin-bottom: 12px;
}
.innerpagesec {
    h1::after, h2::after, h3::after, h4::after, h5::after, h6::after {
        left: -33px;
        top: 2px;
        background-size: 28px;
		
	}}
.disclaimer-section p {
	font-size: 15px;
	}
.innerpagesec .accordion-item .accordion-button {
	font-size: 20px;}
.disclaimer-section{
		padding:20px;
}
.cvxindsrecogsec ul.indsrecogul li {
        width: 47.66%;
}
.cvxrevwlogosec ul.cvxrevwlogoul li {
    width: 47.66%;
}
.cvxbrandsec .cvxbrandblk ul.brandul li .brandblk img {
    height: auto;
}
.cvxsubscribesec .cvxsubscribettl
{
    text-align: center;
}
}
@media screen and (max-width: 480px) {

}    
@media screen and (max-width: 420px) {

}    
@media screen and (max-width: 320px) {

}