@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
}
.f-light{
   font-family: 'Poppins', sans-serif;
   font-weight: 300;
}
.f-regular{
   font-family: 'Poppins', sans-serif;
   font-weight: 400;
}
.f-medium{
   font-family: 'Poppins', sans-serif;
   font-weight: 500;
}
.f-semibold{
   font-family: 'Poppins', sans-serif;
   font-weight: 600;
}
.f-bold{
   font-family: 'Poppins', sans-serif;
   font-weight: 700;
}

body a:hover{
  text-decoration: none;
  color: #fff;
}
body li{
  list-style: none;
}
.f-light{

  font-weight:300;
}
.f-regular{

 font-weight:400;
}
.f-medium{

  font-weight:500;
}
.f-semibold{

  font-weight:600;
}
.f-bold{

  font-weight:700;
}
.f-Extrabold{

    font-weight:800;
}
.f-black{

  font-weight:900;
} 
p{
  font-weight:600;
}
a {
  text-decoration: none;
}
button:focus {
  outline: 0;
  box-shadow: none;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 5;
  height: 105px;
  padding: 0px 0 0px;;
  transition: all 0.3s ease-in-out;
  background: #fff;
}
/*header.shrink{
  animation: 0.3s 0.3s fadeInDown both;
  background: #fff;
  box-shadow: 0px 2px 10px #00000059;
}*/
.heads-up {
    transform: translateY(-6rem);
    transform: translate3d(0,-6rem,0);
}
header.shrink .navbar-expand-md .navbar-nav .nav-item:nth-child(11) .nav-link{
  color: #fff;
}
header .container {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}
header .header {
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  z-index: 1;
  position: relative;
}
header .header-white {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
header .mobile-navbar {
    position: relative;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
}
.navbar-expand-md {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px 0 8px;
}
.navbar-expand-md .navbar-nav .nav-link {
    font-size: 15px;
    color: #fff;
    padding: 0;
    /* margin-right: 12px; */
    transition: all 0.3sease-in-out;
    position: relative;
    color: #000;
    font-weight: 500;
    margin: 0px 10px;
    margin-top: 20px;
    position: relative;
    padding: 0px 8px;
}
.navbar-expand-md .navbar-nav .nav-link::before
{
    background:#26267D;
    height: 3px;
    width: 0%;
    position: absolute;
    content: "";
    bottom: -12px;
    left: 6px;
    transition: all 0.4s;
}
.navbar-expand-md .navbar-nav .nav-link.active:before,
.navbar-expand-md .navbar-nav .nav-link:hover:before {
    width: 100%;
}
/*.navbar-expand-md .navbar-nav .nav-item:last-child .nav-link:before,
.navbar-expand-md .navbar-nav .nav-item:nth-child(7) .nav-link:before{
    display: none;
}*/
header .navbar-expand-md .navbar-nav .nav-link.active, header .navbar-expand-md .navbar-nav .nav-link:hover {
    color: #00339C;
}
.contact-single {
    color: #000;
}
.navbar-brand {
    position: absolute;
    top: 3px;
    left: 0;
    padding: 0;
}
.navbar-brand img {
    width: 86%;
}
.foot-top .common-btn{
    background: #000;
    color: #fff;
    z-index: 1;
}
.main-footer .footer-wrapp {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 36px;
}
footer{
    position: relative;
}
.main-footer {
    background: #26267D;
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 50px 0px;
}
.btm-strip {
    background: #26267d;
}
.btm-strip p {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 400;
}
a.top-arrow {
    background: #5A6162;
    position: absolute;
    right: -55px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    transform: rotate(270deg);
} 
.column:nth-child(1) {
    width: 32%;
    margin-right: 0;
}
.column:nth-child(1) p {
    color: #fff;
    margin-top: 20px;
    font-size: 15px;
    line-height: 22px;
    width: 89%;
    font-weight: 100;
    margin-bottom: 0;
}
.social-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 21px;
}
.social-box .twitter, .social-box .insta, .social-box .facebook, .social-box .linkedin {
    color: #fff;
    font-size: 29px;
    margin-right: 23px;
}
.footer-logo {
   background: #fff;
   padding: 10px 20px;
   box-shadow: 0px 0px 93px #00000029;
   border-radius: 6px;
   margin-top: -26%;
}
.column:nth-child(2) {
    width: 35%;
    position: relative;
    margin-right: 20px;
}
.column h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 14px;
}
.column:nth-child(3) {
    width: 17%;
}
.column:nth-child(4) {
    width: 30%;
}
.column:nth-child(5) {
    width: 20%;
}
.column:nth-child(5) p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 13px 0px;
}
.column a {
    display: block;
    padding-bottom: 7px;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 100;
    width: fit-content;
}
.Contact-wrapper a img{
    margin-right: 10px;
}
.Contact-wrapper a{
    display: flex;
    align-items: center;
    color: #90A0AA;
}
.footerlogo {
    width: 55%;
}
/*.column:last-child a {
    font-size: 25px;
}*/
.column p {
    color: #FFFFFF;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}
footer a,
footer p{
    color: #a8a4a4;
    font-size: 16px;
}
footer p{
    margin-bottom: 0;
}
.common-btn {
    width: 152px;
    height: 46px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 15px;
    transition: all 0.3sease-in-out;
    position: relative;
    /* text-transform: uppercase; */
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    overflow: hidden;
    outline: none;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: -2px 2px 4px 0px #00000040;
    box-shadow: 2px 0px 6px 2px #00000040;
}
.common-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#26267d;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: all 0.3s ease-in-out;
    color: #fff;
}
.address-wrapper {
    display: flex;
    align-items: flex-start;
/*    margin-top: 24px;*/
}
.common-btn:hover{
    color: #fff !important;
    border:0px !important;
}
.common-btn:hover:before{
    transform:scaleX(1);
}
.common-btn span {
    font-size: 10px;
    align-items: center;
    justify-content: center;
    color: #ffffffc4;
    transform: rotate(323deg);
    position: relative;
    top: 1px;
}
.footer-contact a {
    padding-bottom: 0px !important;
}
.footer-contact span {
    padding-right: 5px;
    color: #5EC434;
}
.btm-strip .container {
    padding: 16px 15px 16px 15px;
    position: relative;
    border-top: 1px solid #fff;
}
.btm-strip a {
    font-size: 14px;
    color: #fff;
}
.btm-strip {
  color:#fff;
}
.navbar-expand-md .navbar-nav .nav-item:nth-child(7) .nav-link {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 9px 30px;
    color: #00339C;
    font-size: 13px;
    margin-top: 16px;
}
/*.home-slider h2 {
    font-size: 80px;
    text-align: center;
    background: linear-gradient(to right, #246bb3, #639a9d, #b0b772, #e42c2f);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}*/
.caption-left {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    text-align:center;
}


.top-head .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-head ul {
    display: flex;
}
.top-head {
    background: #26267D;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 9px;
}
.top-head a {
    color: #fff;
}
.top-menu a {
    display: flex;
    line-height: 20px;
    font-size: 14px;
}   
.top-menu {
    margin-right: 15px;
}
.top-menu img {
    padding-right: 5px;
}
.top-head ul {
    padding-left: 0px;
    margin-bottom: 0px;
}
.top-head ul li {
    margin-right: 15px;
}
.slider-section {
    margin-top: 105px;
}
.caption-left h2 {
    color: #fff;
    font-size: 40px;
}

.headings-img {
    margin: 0 auto;
    text-align: center;
    display: block;
}
.subheading {
    color: #F7941D;
    font-size: 19px;
    position:relative;
    width:fit-content;
    margin: 0 auto;
    margin-top: 10px;

}
.heading {
    color: #26267D;
    font-size: 35px;
}
.subheading:before {
    position: absolute;
    content: "";
    top: 10px;
    left: -25px;
    width: 20px;
    background: #f7941d;
    z-index: 5;
    height: 2px;
}
.subheading:after {
    position: absolute;
    content: "";
    top: 10px;
    right: -25px;
    width: 20px;
    background: #f7941d;
    z-index: 5;
    height: 2px;
}
.about-us {
    padding: 70px 0px;
    background: url(../images/aboutbg.webp);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.products-single {
    position: relative;
}
.products-element {
    position: absolute;
    bottom: 0px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.products-bottle {
    width: 29% !important;
    height: fit-content;
    margin-top: 8px;
    position: relative;
    top: -18px;
}
.headings-products img{
    width:100%;
}
.headings-products img {
    width: 100%;
    position: absolute;
    bottom: 0px;
}

.products-wrapper {
    display: flex
    ;
    flex-wrap: wrap;
}
.products-single {
    position: relative;
    width: 31.5%;
    margin: 0px 10px;
    box-shadow: -2px 2px 4px 0px #00000040;
    box-shadow: 2px -2px 15px 4px #00000029;
    border-radius: 20px;
    margin-bottom: 20px;
}
.products-element img {
    width: 50%;
}
.products-single .img-box img {
    border-radius: 21px;
}
.headings-products img {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.headings-products {
    position: absolute;
    width: 100%;
    bottom: -8px;
}
.headings-products h5 {
    position: relative;
    text-align: center;
    font-size: 14px;
    color: #26267d;
    background: #f7941d;
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    padding: 8px 20px;
}
.headings-products img{
    display:none;
}
.products-single p {
    position: absolute;
    top: 5px;
    right: 10px;
    color: #fff;
}
.products-single .img-box img {
    filter: brightness(0.6);
}
.products-single{
    position:relative;
    overflow:hidden;
}
.products-single:hover .img-box img{
    transform: scale(1.3);
    transform-origin: top left;
}
.products-single .img-box img{
    transition: all 0.8s;
    transform-origin: top left;
}
.products .common-btn {
    margin: 0 auto;
    display: flex;
    text-align: center;
    box-shadow: -2px 2px 4px 0px #00000040;
    box-shadow: 2px 0px 6px 2px #00000040;
    margin-top: 20px;
}
.address-wrapper a {
    color: #fff;
}
.social-box a {
    width: 25px;
    height: 25px;
    display: block;
    font-size: 25px;
    margin: 0px 5px;
}
.common-page {
    padding: 60px 0px;
}
header.animated.shrink {
    box-shadow: 0px 3px 6px #dfd3d3;
}
.address-wrapper .fa {
    font-size: 22px;
    color:#fff;
    margin-right:10px;
}
.client-slider img {
    width: auto !important;
}
.client-slider .item {
    box-shadow: 1px 2px 6px 0px #00000017;
    padding: 10px;
    width: 95%;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 5px;
}
.clients {
    padding: 100px 0px 60px;
}
.about-us .row {
    margin-top: 40px;
}
.industry-services {
    background-color: #00173C;
    padding: 80px 0px 40px;
    color: #fff;
    position: relative;
    background: url(../images/services-bg.webp);
    background-size: cover;
    background-attachment: fixed;
}
.industry-services .heading{
   color:#fff;
}
.services-slider .icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.services-slider img {
    width: auto !important;
}
.services-slider img {
    width: 70px !important;
}
.services-slider .item {
    background: #fff;
    color: #000;
    margin: 0px 10px;
    padding: 15px 20px;
    height: 300px;
}
.industry-services .container-fluid {
    padding-right: 40px;
    padding-left: 50px;
}
.services-slider .item p {
    font-size: 14px;
}

.readmore:hover {
    color: #f7941d;
}
.services-slider .item span {
    font-size: 38px;
    font-weight: 600;
    color: #ccc;
}
.services-slider .item h5 {
    color: #26267D;
}
.readmore {
    color: #26267D;
    display: block;
    position: absolute;
    bottom: 15px;
    border-top: 1px solid #ccc;
    width: 88%;
    padding-top: 10px;
}
.industry-services:before {
    position: absolute;
    width: 48%;
    height: 100%;
    background: url(../images/services-bg-right.webp);
    content: "";
    top: 55px;
    right: 0px;
}
.services-slider {
    margin-top: 50px;
}
.products {
    padding: 70px 0px;
}
.slider-section .common-btn {
    margin-top: 15px;
    margin: 0 auto;
}
.slider-section{
    position:relative;
}
.sliderimg {
    position: absolute;
    width: 18% !important;
    z-index: 9;
    bottom: 0px;
    right: 8%;
}
.industry-services .subheading {  
    margin-bottom: 15px;
}
.industry-services .subheading:before{
    display:none;
}
.industry-services .subheading {
    margin-bottom: 15px;
    margin: 0;
    margin-bottom: 10px;
}

.breadcum {
    position: relative;
    margin-top: 70px;
}
.breadcum .parallax-container {
    position: relative;
    overflow: hidden;
}
.breadcum .parallax-parent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.breadcum .parallax-content {
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.breadcum .main-img {
    width: 100%;
    object-fit: cover;
/*    filter: brightness(0.5);*/
}
.caption-heading {
    position: absolute;
    top: 50%;
    /* left: 50%; */
    transform: translate(0%, -50%);
}
.breadcum h1 {
    font-size: 50px;
    text-align: left;
    color: #fff;
    margin-bottom: 0;
}
.bredcrum-list a{
    color: #000;
    font-size: 15px;
}
.bredcrum-list .slash{
    color: #000;
}
.bredcrum-list span{
    color: #000;
    font-size: 15px;
}
.bredcrum-list {
    position: relative;
    bottom: 0%;
    width: auto;
    /*left: 7%;*/
    padding: 11px 20px 9px;
    color: #000;
    text-align: left;
    /* background: #01903b;*/
}
.breadcumlists{
    box-shadow: 0px 2px 6.1px 0px #00000040;
    margin-bottom:15px;
}
.breadcumlists .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.breadcumlists h3{
    background: #0066B0;
    width:fit-content;
    padding:10px 20px;
    color:#fff;
    margin-bottom: 0px;
}
.about-sec {
    padding: 60px 0px;
    background: url(../images/about-overvieew-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.quality-policies {
    padding: 60px 0px;
    background: url(../images/quality-img.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.mission-vision {
    background: url(../images/vision-mission-bg.webp);
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff;
    padding: 60px 0px;
}
.mission-vision .col-md-6 {
    text-align: center;
    padding:10px 30px;
}
.mission-vision h4 {
    color: #f7941d;
    margin-top: 10px;
    font-weight: 600;
}

.mission-vision .heading{
    color:#fff;
}

.mission-vision .row"{
    display:flex;
    align-items:center;
    justify-content:center;
}

.contact .form-control {
    padding: 11px 25px;
}
.contact .form-control {
    padding: 11px 20px;
    border: 1px solid #26267D;
    margin-bottom: 20px;
    box-shadow: -2px 2px 4px 0px #00000040;
}
.contact {
    padding: 60px 0px;
}
.contact-single {
    border: 1px solid #26267D;
    margin-bottom: 20px;
    box-shadow: -2px 2px 4px 0px #00000040;
    padding: 20px 25px;
    border-radius:10px;
    display: flex;
}
.contact-single .fa {
    font-size: 24px;
    margin-right: 10px;
    color: #26267D;
}
.contact-single .content h6 {
    color: #26267D;
    font-size: 19px;
    line-height: 24px;
}
.contact-single p a {
    color: #000;
}
.contact-single p a {
/*    color: #515151;*/
font-weight: 400;
}
.form-box {
    padding: 10px 30px;
}
.services li.nav-item {
/*    border: 1px solid #F7941D;*/
width: 90%;
margin-bottom: 15px;
box-shadow: -2px 2px 4px 0px #0000001A;
box-shadow: 2px -2px 4px 0px #0000001A;
border-radius: 10px;
margin: 0 auto;
margin-bottom: 15px;
}
.services .nav-link {
    font-weight: 500;
    color: #26267D;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #F7941D;
    display: flex;
    align-items: flex-start;
}
.services .nav-link:hover{
    background: #26267D;
    color:#fff;
    border-radius:10px;
    border:1px solid #26267D;
}
.services .nav-link.active{
    background: #26267D;
    color:#fff;
    border-radius:10px;
    border:1px solid #26267D;
}

.services .nav-link img{
    padding-right:5px;
}
.services table{
    border:1px solid #F7941D;
    border-radius: 10px;
    color:#515151;
    margin-bottom:30px;
}
.services table th{
  background:#26267D;  
  color:#fff;
  padding:10px 10px;
  font-weight:600;
  border-right: 1px solid #F7941D;
}

.services table td{
    border-right: 1px solid #F7941D;
}
.ml-wrapper {
    display: flex;
    margin-top:10px;
}
.ml-single {
    background: #26267d;
    margin: 0px 10px;
    padding: 5px 10px;
    color: #fff;
}

.ml-single p{
    margin-bottom:0px;
    font-weight:400;
}

.services .accordion-item{
    border:0px !important;
}
.services {
    padding: 70px 0px;
}
.services .accordion-body{
    padding-top:0px !important;
}

.services .nav-link.active img{
    filter: invert(100%) sepia(1%) saturate(7469%) hue-rotate(169deg) brightness(123%) contrast(229%);
}
.services .nav-link:hover img{
    filter: invert(100%) sepia(1%) saturate(7469%) hue-rotate(169deg) brightness(123%) contrast(229%);
}
.services ul#myTab {
    background:#EFEFEF;
    padding: 20px 20px;
    /* margin: 0 auto; */
    /* text-align: center; */
    border-radius: 20px;
    border-bottom: 0px;
} /* text-align: center; */

.rd{
    padding:60px 0px;
}
.research-single {
    display: flex;
}
.research-single {
    display: flex;
/*    width: 80%;*/
}
.research-single .content-wrap {
    margin-right: 20px;
    width: 70%;
}

.research-single:nth-child(2) img{
    margin-right: 20px;
    margin-left:0px;
}

.research-single:nth-child(2) {
    justify-content: end;
    border-bottom: 0px;
    margin-bottom: 0px;
}
.contact{
 border:0px; 
}
.contact-single .img-box {
    width: 15%;
}
.contact-single .content p{
  font-weight: 400;  
}

.contact-single .content {
    width: 100%;
}

.contact-single .img-box img{
    padding-right:10px;
}
.strip-pages {
    text-align: center;
}

.research-sec {
    background: url(../images/rnd-banner.webp);
    background-size: cover;
    padding: 70px 0px;
    color: #fff;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.research-single {
    display: flex;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
    /* margin-top: 30px; */
    padding-bottom: 20px;
}
.total-quality {
    padding: 70px 0px;
}
.total-quality .owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #26267d;
    display: inline-block;
    cursor: pointer;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 10px;
}
.choose-wrapp {
    display: flex
    ;
    margin-bottom: 25px;
}
.choose-wrapp img {
    margin-right: 15px;
    width: 70px;
}
.why-choose .row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.choose-start .choose-wrapp img {
    margin-left: 10px;
}
.choose-start img {
    margin-right: 0px !important;
}
.why-choose p{
    font-size:14px;
}
.why-choose {
    padding: 60px 0px 80px;
}
.total-quality .owl-nav {
    margin-top: 30px;
}
.address-wrapper{
    color:#fff;
}
/*.total-quality .img-box img {
   transition:all 0.5s ease-in-out;
}
.total-quality .img-box{
    position:relative;
    overflow:hidden;
}
.total-quality .img-box:hover  img{
    transform: scale(1.2);
}*/

select.form-control{
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
}
.sitemap a {
    display: block;
    color: #000;
    margin-bottom: 10px;
    width: fit-content;
}

.sitemap a:hover{
    color:#000;
}

.sitemap{
    padding:60px 0px;
}

.errors {
    color: red;
    font-size: 14px;
    font-weight: 400;
}

.intl-tel-input {width: 100% !important;}

.caption-heading p {
    color: #fff;
    text-align: center;
    font-size: 20px;
}
b {
    font-weight: 600;
}
.wrapper .text-box {
    width: 60%;
}
/*.wrapper img {
    width: 40%;
}*/
.wrapper {
    display: flex;
    align-items: flex-start;
}
.wrapper h6 {
    color: #f7941d;
    font-weight: 600;
}
.sticky {
    position: sticky;
    top: 90px;
    left: 0;
    z-index: 2;
}
.wrapper {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    border-bottom: 1px solid #26267d;
    padding-bottom: 25px;
}
.services .accordion-body .wrapper:last-child {
    border-bottom: 0px;
}
.services .accordion-body ul li {
    list-style-type: disc;
    margin-bottom: 6px;
}
.wrapper .text-box h5 {
    font-size: 30px;
    color: #f7941d;
}
.products-single:hover .headings-products h5 {
    background: #26267d;
    color: #fff;
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    padding: 8px 20px;
}
.add h6 {
    color: #f7941d;
    font-size: 18px;
    margin-left: 20px;
    margin-bottom: 0px;
}
.address-wrapper.call-address {
    margin-bottom: 15px;
}

div#cookieNotice {
    position: fixed;
    bottom: 0px;
    color: #fff;
    background: #26267d;
    z-index: 4;
    width: 100%;
}
div#cookieNotice .content-wrap {
    padding: 15px;
}
.msg-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
div#cookieNotice .content-wrap p {
    margin-bottom: 0px;
    font-size: 17px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 0px;
    font-weight: 500;
}
div#cookieNotice a.btn-primary {
    padding: 9px 19px;
    margin: 0px 7px;
    font-size: 14px;
}
div#cookieNotice .btn-primary {
    color: #fff;
    background-color: #000;
    border: 0;
    padding: 9px;
    font-size: 14px;
    display: flex;
    cursor: pointer;
    border-radius: 10px;
    width: auto;
    height: auto;
}
.common-page.error-page img {
    width: 15%;
}
.error-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}
.error-btns .common-btn {
    margin: 0px 10px;
}
.content-wrap .common-btn:before{
    background:#f7941d !important;
}
#cookieNotice{
    display:none;
}