* {
  font-family: "Roboto", sans-serif;
  scroll-behavior: smooth;
}
img {
  max-width: 100%;
}

:root {
  --clr1: #0e6fb7;
  --clr2: #302582;
  --clr3: #e20612;
  --clr4: #f8b234;
  --trans2: all 0.2s ease-in-out;
}

/* selection color */

::selection {
  color: #fff;
  background: #000;
}

a {
  text-decoration: none;
  color: inherit;
}

.nav-link,
.dropdown-item {
  color: var(--clr1);
}
.nav-link:hover {
  color: var(--clr3);
}
.dropdown-item:hover {
  color: var(--clr3);
  background-color: #fdfdfd;
}
.dropdown-item:active {
  background-color: transparent;
}

.navClr {
  background-color: #ececec;
  position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}
.mbFont {
  font-size: 25px;
  color: #fff;
  /* text-align: justify; */
}

.be_dist p {
  text-align: justify;
}

.midHighFnt {
  font-size: 40px;
  color: #fff;
  /* text-align: justify; */
}
.smdFnt {
  font-size: 18px;
  color: #fff;
  /* text-align: justify; */
}

.clrPrpl {
  background-color: var(--clr2);
}

.btnStyleOne {
  background-color: #fff;
  color: var(--clr3);
  padding-left: 35px !important;
  padding-right: 35px !important;
  border-radius: 5px;
  font-weight: bold;
  transition: var(--trans2);
  border: 2px solid var(--clr2);
}

.btnStyleOne:hover {
  background-color: var(--clr1);
  color: #fff;
  transition: var(--trans2);
  border: 2px solid var(--clr2);
}

/* secion 2 */

.clrOrng {
  background-color: #f8541c;
}
.clrBlue {
  background-color: var(--clr1);
}

.hybridTxt {
  font-size: 50px;
  /* text-align: justify; */
}

.btnClr2 {
  background-color: #fff;
  color: var(--clr3);
  border: 2px solid var(--clr3);
}
.btnClr2:hover {
  background-color: #fff;
  color: var(--clr2);
}

.btnClr3 {
  background-color: var(--clr3);
  color: #fff;
  padding-left: 35px !important;
  padding-right: 35px !important;
  border-radius: 5px;
  font-weight: bold;
  transition: var(--trans2);
  border: 2px solid var(--clr4);
}

.btnClr3:hover {
  background-color: var(--clr2);
  transition: var(--trans2);
  border: 2px solid #fff;
}

.abtAbvFtr {
  background-image: url("../images/about-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.faqImg {
  background-image: url("../images/faqBg-img.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.abtBtnClr {
  background-color: var(--clr3);
  color: #fff;
  padding-left: 35px !important;
  padding-right: 35px !important;
  border-radius: 5px;
  font-weight: bold;
  transition: var(--trans2);
  border: 2px solid #fff;
}
.abtBtnClr2 {
  background-color: #fff;
  color: var(--clr3);
  border: 2px solid var(--clr3);
}

.abtBtnClr:hover {
  background-color: #fff;
  color: var(--clr3);
}
.abtBtnClr2:hover {
  background-color: var(--clr3);
  color: #fff;
  border: 2px solid #fff;
}

.form-control {
  color: #fff;
  background-color: #7869eb;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  height: 58px;
  font-size: 18px !important;
  font-family: "Roboto", sans-serif;
}

.sameSize {
  height: 58px;
}
.form-select {
  /* filter: invert(1); */
  --bs-form-select-bg-img: url("../images/down-arrow.svg");
}
.fromOptn {
  height: 58px !important;
  background-color: #7869eb;
  border-radius: 3px;
  border: none;
  color: #fff;
}

.form-control:focus {
  box-shadow: none;
  border: 2px solid var(--clr3);
}

.form-floating label {
  color: #fff;
  background-color: transparent !important;
}

.form-floating > .form-control:focus ~ label {
  color: var(--clr1);
}
.form-floating > .form-control:not(:placeholder-shown) ~ label::after {
  background-color: transparent !important;
  color: #fff !important;
}
.form-floating > .form-control:not(:placeholder-shown) ~ label {
  color: #000;
}

/* contact us page  */
.cntctBox {
  background-color: var(--clr1);
  border-radius: 5px;
  min-height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cntctDist {
  background-color: var(--clr4);
}

.contactMap {
  background-color: var(--clr1);
}
.qnaFrom {
  border-radius: 10px;
  background-color: var(--clr2);
}

.textHt {
  height: auto !important;
}

/* annual report */
.annualReport {
  background-color: var(--clr2);
}
.reportText {
  color: #fff;
  transition: var(--trans2);
}
.reportPdf:hover .reportText {
  color: #ddff5e;
  transition: var(--trans2);
}
.reportImg img {
  filter: grayscale(0.8);
  transition: var(--trans2);
}
.reportImg:hover img {
  filter: grayscale(0);
  transform: scale(1.05);
  transition: var(--trans2);
}

.productPage {
  background-color: #ffbefc;
}
.productPage2 {
  background-color: #bed8ff;
}
.productText {
  color: var(--clr2);
  transition: var(--trans2);
  font-weight: bold;
  font-size: 20px;
}
.productTextSub {
  color: var(--clr1);
  transition: var(--trans2);
}




.gallery {
/*	display: inline-block;*/
	text-align: center;
	margin:0 auto;

	padding: 20px;
	background-color: #fff;
	border-radius: 5px;
}

.gallery img { /* thumbnails */
	width: 200px;
  height: auto;
  margin: 40px;
  padding:20px;
  border: 3px solid #ccc;
  border-radius:5px;
}
.hero-banner {
  margin-top: 106px;  
}
.header-area {
    margin-bottom: 58px;
}
@media only screen and (max-width: 600px) {
  .navbar-brand img {
    max-width: 152px;
}  
.hero-banner {
    margin-top: 65px;
}
}

/*----------------------------------------*/
/* 5. New Products CSS
/*----------------------------------------*/
.new-products .product-list li, .best-selling-items .product-list li {
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
}
.new-products .product-list li a, .best-selling-items .product-list li a {
    padding: 11px 15px;
    display: block;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 18px;
    color: #363f4d;
    text-transform: capitalize;
    font-weight: 500;
}
.product-list li a.active,
.best-selling-items .product-list li a.active {
    color: #fdbe2d;
    border-color:#fdbe2d; 
}
.new-products .product-list {
    margin-bottom: 30px;
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 2;
}
.tab-content.jump > .tab-pane.active {
    display: block;
    height: auto;
    opacity: 1;
    overflow: visible;
}
.tab-content.jump > .tab-pane {
    display: block;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.single-product {
    position: relative;
    background: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 1px solid #e1e1e1;
    padding: 9px 15px 9px 11px;
    overflow: hidden;
    margin-bottom: 18px;
    border-radius: 13px;
    box-shadow: 0 1px 6px rgb(162 163 168 / 28%);
}
.sm-product-box {
  height: 482px;  
}
.md-product-box {
  height: 540px;  
}

.product-area .single-product{
    margin-bottom: 22px;
}
.single-product:hover{
    border: 1px solid #ddd;
}
.pro-img {
    position: relative;
    margin-bottom: 12px;
}

.pro-img img {
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.pro-img .secondary-img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    opacity: 0;
}

.single-product:hover .pro-img .secondary-img {
    opacity: 1;
}

.pro-content {
    text-align: center;
}
.pro-content h4 a {
    color: #363f4d;
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 4px;
    text-transform: capitalize;
}

.pro-content .product-rating {
    margin-bottom: 5px;
}

.pro-actions {
    bottom: 0px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    opacity: 0;
    visibility: hidden;
    position: relative;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    z-index: 99;
}

.new-pro-active .owl-item.owl-item.active.last,
.best-selling-pro .owl-item.owl-item.last.active {
    border-right: none;
}

.single-product .pro-actions {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
    /* top: 53px; */
}
.actions-secondary a {
    display: inline-block;
}

.actions-secondary a {
    margin-left: 5px;
}

.actions-secondary a {
    background: #eef0f1 none repeat scroll 0 0;
    border-radius: 5px;
    color: #555;
    display: inline-block;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
    width: 33px;
}
.actions-secondary a.add-cart {
    width: 115px;
    font-size: 12px;
    text-transform: uppercase;
}
.actions-secondary {
    width: 100%;
    background: #fff;
}
.actions-secondary a:hover {
    background: #fdbe2d;
    color: #fff;
}

.actions-secondary a {
    width: 33px;
}

.double-product .single-product {
    border-bottom: 1px solid hsl(0, 0%, 93%);
    padding: 25px 0;
}

.double-product .single-product:last-child {
    border-bottom: 0px solid #dddd;
    padding-bottom: 0;
}

.random-pro-active.slider-right-content .single-product {
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 0px solid transparent;
}

.random-pro-active.slider-right-content .single-product:last-child {
    border-bottom: 0px solid #eee;
}

.random-pro-active.slider-right-content .owl-item:not(.active) + .owl-item.active .single-product,
.random-pro-active.slider-right-content .owl-item.active:first-child .single-product {
    border-left: 0px solid #eee;
}
.brand-banner.owl-carousel .owl-item img {
    max-width: 100%;
}
.brand-banner.owl-carousel .single-brand {
    text-align: center;
}

.brand-banner.owl-carousel .single-brand img {
    display: block;
    width: auto;
    margin: 0 auto;
}
.brand-banner {
    border: 1px solid #ddd;

}
.brand-banner.owl-carousel .single-brand {
    text-align: center;
    border-right: 1px solid #ddd;
    padding: 13px;
}
.border-line{
    position: relative;
}
.border-line::after {
    content: "";
    position: absolute;
    right: 79px;
    width: 43%;
    top: 24px;
    background: #f1f1f1;
    height: 2px;
}
/*----------------------------------------*/
/* 6. Company Policy CSS
/*----------------------------------------*/
.single-policy {
    display: flex;
}
.policy-desc {
    margin-left: 20px;
}
.policy-desc h3 {
    font-size: 14px;
    font-weight: 500;
    margin: 5px 0;
    text-transform: uppercase;
}
.policy-desc p {
    font-size: 13px;
    margin-bottom: 0;
}

.best-seller-product .slider-right-content {
    border: none;
}
.bg-light-green {
    background: #eaf5f1;
}
.pb-30 {
    padding-bottom: 30px;
}
.pt-30 {
    padding-top: 30px;
}
.single-vrient .d-flex {
    justify-content: center;
}
.pb-10 {
    padding-bottom: 10px;
}
.single-vrient .v-box {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: .15rem;
    padding-right: .15rem;
    border-width: 1px;
    background: #4eac70;
    color: #fff;
    border-radius: .310rem;
    font-size: 8px;
}
.border-borderColor {
    border: 1px solid #b4b2b2;
}
.single-vrient span {
    text-align: center;
    display: block;
    font-size: 12px;
}

/* Section chrome */
    .section-headline {
      font-weight: 800;
      color: #ff6a00;
      letter-spacing: .3px;
    }
    .section-sub {
      color: #5b6b74;
    }
    .section-cap {
      font-size: .9rem;
      color: #6f8b95;
    }
    
#xzoom-fancy {
    width: 450px !important;
}  
.v-box {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: .45rem;
    padding-right: .45rem;
    border-width: 1px;
    background: #4eac70;
    color: #fff;
    border-radius: .375rem;
}
.mr-2, .mx-2 {
    margin-right: .5rem !important;
}
button.plus {
    padding: 9px 6px;
    width: 30px;
    background-color: #eee;
    height: 41px;
    border-radius: 0;
    border: none;
}
button.minus {
  padding: 9px 6px;
    width: 30px;
    background-color: #eee;
    height: 41px;
    border-radius: 0;
    border: none;  
}
span.price-save {
    font-size: 11px;
}
.box-quantity input {
    background: #fff;
    width: 50px;
    padding: 5px;
    height: 41px;
    border: 1px solid #ebebeb;
    /* margin-right: 15px; */
    text-align: center;
    margin-top: 7px;
}
.product-link {
    border-top: 1px solid #ebebeb;
    padding-top: 12px;
    margin-top: 20px;
}

.add-cart {
    background: #fdbe2d none repeat scroll 0 0;
    border-color: #fdbe2d;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    height: 35px;
    line-height: 36px;
    padding: 0 10px;
    text-align: center;
    text-transform: capitalize;
    width: 117px;
}
.new-cart {
    width: 270px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 6px;
    float: right;
    margin-top: -43px;
}
.buy-cart {
    width: 270px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 6px;
    float: right;
    background: #c3c3c3;
    color: #fff !important;
    text-align: center;
}
.add-cart:hover, .add-cart:focus {
    background: #2cd553;
    color: #fff;
}
.pb-20 {
    padding-bottom: 20px;
}

.main-thumb-desc li a.active {
    background: #fdbe2d;
    border-bottom-color: #f0f0f0;
    color: #fff;
}
.main-thumb-desc li a {
    font-weight: 500;
    line-height: 30px;
    font-size: 15px;
    color: #444;
    background: #f0f0f0;
    border: 1px solid #ebebeb;
    padding: 0 20px;
    height: 30px;
    display: inline-block;
    text-transform: uppercase;
}
.cart-box > a {
    color: #9d9d9d;
    display: inline-block;
    font-size: 25px;
    line-height: 29px;
    margin: 0;
    padding: 10px 0 10px 15px;
}
.cart-box a span {
    background: #fdbe2d none repeat scroll 0 0;
    border-radius: 100%;
    padding: 1px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    height: 18px;
    width: 18px;
    text-align: center;
    line-height: 18px;
    position: absolute;
}

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


/*  Cart Css */

table.shopping_cart_p_1 > tr > td, table.shopping_cart_p_1 > tbody > tr > td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center; font-size: 12px;
}

.cart__image-wrapper {
    width: 120px;
}
td.cart__price-wrapper.cart-flex-item.text-center {
    padding-top: 30px;
}
.qtyField .qtyBtn, .qtyField .qty {
    padding: 10px 6px;
    width: 30px;
    height: 42px;
    border-radius: 0;
    float: left;
}
.cart__footer .solid-border {
    border: 1px solid #e8e9eb;
    padding: 20px;
    margin-bottom: 20px;
}
img.cart__image {
    width: 100%; height:65px;
}
.qtyField {
    width: 100px;
    margin: 0 auto;
}

.cart-continue {
    margin-top: 14px;
    background: #fdbe2d;
    color: #fff;
    font-size: 12px !important;
    border-radius: 5px;
}

.cart-continue:hover {
    background: #2cd553;
    color: #fff;
}

#removeall {
    background: #fdbe2d;
    color: #fff;
    font-size: 12px !important;
    margin-top: 10px;
    border-radius: 5px;
    margin-right: 10px;
}
#removeall:hover {
    background: #2cd553;
    color: #fff;
}
.del_btn {
    background: #fdbe2d;
    color: #fff;
    border: none;
    padding: 0 8px;
    cursor: pointer;
}
.del_btn:hover {
    background: #2cd553;
    color: #fff;
}
tfoot {
    border-top: 1px solid #e8e9eb;
}
input.btn.btn--small-wide.checkout {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: auto;
    height: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 8px 15px 8px;
    background-color: #fdbe2d ;
    color: #000;
     
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: normal;
    white-space: normal;
    font-size: 13px;
    -ms-transition: all 0.3s ease-in-out;
    /* -webkit-transition: all 0.3s ease-in-out; */
    /* transition: all 0.3s ease-in-out; */
    width: 100%;
    border-radius: 4px;
    margin-top: 15px;
}
input.btn.btn--small-wide.checkout:hover {
    background: #2cd553;
    color: #fff;
}
/* checkout css */

.tabButton {
    padding: 0.5rem;
    border: none;
    background: #e8e7e1;
    cursor: pointer;
    display: block;
    font-size: 14px;
    color: #d9d007;
    text-transform: uppercase;
    padding: 12px 50px;
    font-family: arial;
    text-align: center;
    border-left: 1px solid #b9b5b5;
    border-left: 2px solid #fff;
}
 
.tabButton {
    padding: 0.5rem;
    border: none;
    /* border-radius: 4px 4px 0px 0px; */
    background: #f7f7f7;
    cursor: pointer;
    display: block;
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    padding: 12px 50px;
    border: 1px solid #f8ed08;
    font-family: arial;
    text-align: center;
}
.active1 a {
    background: #fdbe2d;
}
.tabPanel {
    padding: 2rem;
}
.section-title {
    text-align: left;
}
.checkout-area-start .section-title h4 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
}
[role="tablist1"] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 7px;
}
.billing-detail p, .coupon_form form p {
    color: #282828;
    font-size: 14px;
    padding-top: 13px;
    
}
.billing-detail > .row p input, .coupon_form > form input {
    border: 1px solid #ddd;
    color: #666;
    margin-top: 6px;
    padding: 5px 8px;
    width: 100%;
    margin-bottom: 7px;
    font-size: 13px;
    
}
.billing-detail > p#address input:last-child {
    margin-top: 0px;
}
 
.billing-detail > p#address input {
    display: block;
    width: 100%;
    font-size: 13px;
    font-family: 'montserratlight';
}
 
input, select {
    height: 45px;
    padding: 0 10px;
}
.account-address {
    margin-top: 15px;
    display: block;
    overflow: hidden;
}
.billing-detail label {
    color: #282828;
    display: block;
    float: left;
    font-size: 14px;
    margin-right: 45px;
}
.billing-detail input[type="radio"] {
    width: auto;
    margin-top: 4px;
    margin-right: 5px;
    vertical-align: top;
}
input[type="checkbox"], input[type="radio"] {
    width: auto;
    height: auto;
}
.checkout-area-start .section-title h4 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
}
#frmShp .your-order {
    padding: 5px 15px;
    display: grid; margin-top: 28px;
}
 
 .tabs {
    margin-top: 15px;
}
.order-table ul li h5 span, .order-table ul li p span:last-child {
    float: right;
    color: #282828;
}
.order-table ul li {
     padding-top: 0px; 
     padding-bottom: 12px; 
}
.order-table ul li h5{font-size:14px;}
.checkout-area-start .section-title h4 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 30px;
}
.order-table input[type="radio"] {
    margin-right: 10px;
}
.capt {
    /* padding: 0 15px; */
    margin-bottom: 10px;
    margin-top: -12px;
}
#frmShp #UserCaptchaCode {
    float: left; margin-top: 17px;
margin-bottom: 10px;
}
select{margin-top:6px !important;}
#UserCaptchaCode {
    padding: 24px 10px;
    outline: none;
    font-size: 15px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    width: 231px;
    float: right;
    margin-right: 42px;
}
 
.CaptchaTxtField {
    border-radius: 5px;
    border: 1px solid #ccc;
    display: block;
    box-sizing: border-box;
}
#frmShp .CaptchaWrap {
    float: left;
}
 
.CaptchaWrap {
    position: relative;
}
#CaptchaImageCode {
    text-align: center;
    margin-top: 16px;
    padding: 0px 0;
    width: 165px;
    overflow: hidden;
}
.capcode {
    font-size: 16px;
    display: block;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
    letter-spacing: 1px;
    color: #ccc;
    font-family: 'Roboto Slab', serif;
    font-weight: 100;
    font-style: italic;
}
.ReloadBtn {
    background: url(https://cdn3.iconfinder.com/data/icons/basic-interface/100/update-64.png) left top no-repeat;
    background-size: 100%;
    width: 32px;
    height: 32px;
    border: 0px;
    outline: none;
    position: absolute;
    bottom: 10px;
    left: 175px;
    outline: none;
    cursor: pointer;
}
 .error_01 {
    color: red;
    font-size: 14px;
    
}

#frmShp .your-order {
    padding: 5px 15px;
    display: grid;
    margin-top: 28px;
}
.your-order {
    background: #f2f2f2 none repeat scroll 0 0;
    padding: 30px 40px 45px;
}

.order-table ul li {
    padding-top: 0px;
    padding-bottom: 12px;
}
.order-table  li {
    list-style: none;
}
.billing-detail > .row p input, .coupon_form > form input {
    border: 1px solid #ddd;
    color: #666;
    margin-top: 6px;
    padding: 5px 8px;
    width: 100%;
    margin-bottom: 7px;
    font-size: 13px;
}
.ptb-20 {
    padding: 20px 0;
}
@media only screen and (max-width: 600px) {
    .new-cart {
        width: 181px;
        margin-top: -42px;
    }
        .buy-cart {
        width: 182px;
    }
    
}