@font-face {
    font-family: CircularStdBook-Regular;
    src: url(https://cdn.ele.com/public/fonts/CircularStdBook.ttf),
    url(https://cdn.ele.com/public/fonts/CircularStdBook.woff),url(https://cdn.ele.com/public/fonts/CircularStdBook.woff2);
    font-display: fallback
}

@font-face {
    font-family: CircularStdBook-Medium;
    src: url(https://cdn.ele.com/public/fonts/CircularStdMedium.ttf);
    font-display: fallback
}

@font-face {
    font-family: CircularStdBook-Bold;
    src: url(https://cdn.ele.com/public/fonts/CircularStdBold.ttf);
    font-display: fallback
}

a {
  text-decoration: none;
  display: inline-block;
}

.enquiry-sec {
    position: relative;
    padding: 40px 0;
    background-image: url(../enquiry-banner.html);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .enquiry-sec .enq-title {
    color: #fff;
    font-size: 26px;
    font-family: "CircularStdBook-Bold";
    margin-bottom: 15px;
  }
  @media (max-width: 767px) {
    .enquiry-sec .enq-title {
      font-size: 24px;
    }
  }
  .enquiry-sec .enq-description {
    font-size: 16px;
    margin-bottom: 20px;
    color: #fff;
  }
  @media (max-width: 767px) {
    .enquiry-sec .enq-description {
      font-size: 14px;
    }
  }
  .enquiry-sec .enquiry-form .form-control::-moz-placeholder {
    color: #c6c6c6;
  }
  .enquiry-sec .enquiry-form .form-control::placeholder,
  .enquiry-sec .enquiry-form .form-select {
    color: #c6c6c6;
  }
  .enquiry-sec .enquiry-form input.form-control,
  .enquiry-sec .enquiry-form .form-select {
    height: 35px;
  }
  .enquiry-sec .enquiry-form textarea {
    resize: none;
  }
  .enquiry-sec .enquiry-form .form-select option {
    color: #1f2026;
  }
  .enquiry-sec .enquiry-form .enquiry-btn {
    border: 1px solid #fff;
    color: white;
    background: transparent;
    padding: 10px 12px 8px;
    font-size: 14px;
    font-family: "CircularStdBook-Regular";
    transition: all 0.2s ease-in;
    border-radius: 4px;
  }
  .enquiry-sec .enquiry-form .enquiry-btn:hover {
    color: #007ab6;
    background-color: #fff;
  }
  .enquiry-sec .contact-list li {
    margin-bottom: 10px;
  }
  .enquiry-sec .contact-list li a {
    color: #fff;
    text-decoration: underline;
    transition: all 0.2s ease-in;
  }
  .enquiry-sec .contact-list li a:hover {
    text-decoration: none;
  }
  .enquiry-sec .contact-list li i {
    color: #fff;
    margin-right: 3px;
  }
  
  .float-container {
    position: fixed;
    top: 33%;
    right: 0;
    display: flex;
    flex-direction: column;
    width: auto;
    align-items: flex-end;
    z-index: 99999;
  }
  
  .float-container a {
    z-index: 99999;
    display: flex;
    width: 200px;
    height: 35px;
    margin-right: -150px;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: white;
    border-color: #087db9;
    border-radius: 5px 0 0 5px;
    background-color: #087db9;
    box-shadow: -2px 0px 18px 0px rgba(255, 255, 255, 0.8784313725);
    align-items: center;
    justify-content: flex-start;
    font-family: sans-serif;
  }
  
  .float-container a:hover {
    margin-right: 0;
    background-color: #004d73;
    box-shadow: -2px 0px 18px 0px rgba(255, 255, 255, 0.8784313725);
  }
  
  /* Icon settings - remove if not needed*/
  .float-container .icon:before {
    font-family: "Font Awesome 5 Free";
    margin-right: 16px;
    transition: all 0.25s ease-in-out;
    font-size: 18px;
  }
  
  .icon.one:before {
    content: "\f15c";
  }
  
  /* Media queries */
  @media screen and (max-width: 440px) {
    .float-container {
      position: fixed;
      top: auto;
      bottom: 0;
      display: flex;
      flex-direction: row;
      width: 100%;
      align-items: auto;
    }
    .float-container a.icon {
      right: 0;
      bottom: 0;
      width: 100%;
      margin-right: 0;
      margin-bottom: 0;
      padding: 5px;
      border-radius: 0;
      box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
        rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
      justify-content: center;
    }
  }
  header {
    position: relative;
    top: 0;
    left: 0;
  }
  header.fix-header {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #fff;
    z-index: 999;
    left: 0;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 30px 20px -20px;
  }
  header.fix-header > nav.navbar {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  header.fix-header > nav.navbar .navbar-brand img {
    width: 110px;
    height: auto;
  }
  header.fix-header .desk-menu .nav-item .nav-link {
    padding-top: 6px;
    padding-bottom: 6px;
  } /*# sourceMappingURL=common.css.map */
  
  @media (max-width: 1040px) {
    header .desk-menu .nav-item.desk-dropdown .desk-sub-menu {
      min-width: 170px;
      max-width: 160px;
    }
  }

	.form-label {
     		margin-bottom: .5rem;      		   
    		color: #66707E;
    		font-family: "CircularStdBook-Medium";
    		font-size: 14px;

  	}
	.f-size-17 {     
		font-size: 17px;
	}

.offcanvas {    
    z-index: 999999;
}

.text-dark {
     color: #000000;
}

.g-4, .gy-4 {
    --bs-gutter-y: 1.5rem;
    margin: -10px 0px 0px -22px;
}

span.form-control-required {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity)) !important;
}

@media (min-width: 576px) {
    .col-sm-3 {
        flex: 0 0 auto !important;
        width: 25% !important;
        margin: 0px 0px 20px -10px !important;
    }
}

.m-auto {
    margin: 2px 0px 2px 0px !important;

}

.form-control {
  -moz-appearance: none !important;
  appearance: auto !important;
}


.g-4, .gy-4 {
  --bs-gutter-y: 1.5rem;
  margin: -22px -4px 4px 0px;
}


element.style {
    margin-left: -9px;
}

.form-check {
  padding: 0px 0px 0px 29px;
}



/* Start Submitted Form */


.card-sbt-btn {
  overflow: hidden;
  position: relative;
  text-align: left;
  border-radius: 0.5rem;
  background-color: #f1f8f1;
}

.image-sbt-btn {
  display: flex;
  align-items: center;
  padding: 30px;
}

.message-sbt-btn {
  color: #595b5f;
  font-size: 1rem;
  display: grid;
  margin: 0;
  text-align: left;
  letter-spacing: 0px;
  font-family: sans-serif;
}

.title-sbt-btn {
  display: inline;
  color: #283552;
  letter-spacing: 0px;
  font: normal normal normal 20px / 29px Circular Std Bold;
  opacity: 1;
  font-weight: 700;
  font-family: sans-serif;
}

.svg-sbt-btn {
  margin: 00 15px 00 15px;
  animation: animate .6s linear alternate-reverse infinite;
  transition: .6s ease;
  height: 50px;
  width: 50px;
}

@keyframes animate {
from {
  transform: scale(1);
}

to {
  transform: scale(1.09);
}
}

/* End Submitted form */


li.desk-dropdown {
  position: relative;
}

.txt {
  text-transform: none !important;
}



@media (max-width: 450px) {
  footer .f-country-text-wrap ul li {
    position: relative;
    color: #fff;
    font-size: 10px;
    padding-right: 5px;
    padding-left: 4px;
  }
}

@media (max-width: 450px){
  footer .f-country-text-wrap ul li a {   
    font-size: 10px !important;
  }
}

@media (max-width: 450px) {
  footer .f-copyright-text-wrap p {
    color: #fff;
    font-size: 10px;
    margin-bottom: 0;
  }
}


@media (max-width: 450px) {
  .abt-img-wrap img {
    object-fit: contain;
  }
  
  .about_sec .abt-img-wrap { 
    margin: -200px -15px -150px 0px !important;
  }
  
  .about_sec .abt-img-wrap .trans-bg {
    height: 32% !important;
    margin: 198px 12px 0px 1px;
  }
}

.contact-sec {
  margin: 0px;
}
.contact-sec p {
  font-size: 14px;
  color: #66707e;
  font-family: 'CircularStdBook-Regular';
  margin: 0px;
}

.text-danger p, .row .validation-errors {
  /* margin-top: 0;
  margin-bottom: 1rem; */
  color: #dc3545 !important;
  padding: 10px;
  font-size: 16px;
  line-height: 0;
  margin: 18px 2px 4px -5px;
}

.prod-details-sec .tab-content .tab-contnet-title {
  font-size: 14px;
  font-family: 'CircularStdBook-Regular';
  color: #66707e;
  margin-bottom: 10px;
}

/* screen minimize and maximize */
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .offcanvas-backdrop.show {
    opacity: 1; 
  }

  .offcanvas-backdrop.fade {
    opacity: 0;
  }

  body#printTable {
    overflow: auto !important;
    padding-right: 0px !important;
  }
}
/* screen minimize and maximize */


.invalid-feedback-return {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 1.05em;
  color: #dc3545;
}

.product-group-sec .card .card-body .card-text {
  max-height: 65px !important;
}

.category-sec .card .img_box {
    padding: 0px !important;
}

a .card-title, .pdf-down h4 a {
  text-decoration: none;
  color: #4e505a;
}

#img_ltwo_box {
    	/*padding : 50px !important;*/
	font-family: "CircularStdBook-Medium";
  }

section > div > div > div > h2 > p, .prod_card h4 {
  color: #4e505a;
}

	header .desk-menu .nav-item.desk-dropdown .desk-sub-menu li a.active {
	background-color: #dbf1ff;
	color: #007ab6;
	}

  /* Ask (15-april-25) add category div 5th position */
 /* .category-item-row .col-md-20:nth-of-type(6) {
      margin: 20px 0px 0px 0px;
  }*/

/* Ask (7-may-25) add Not fond header issue */
    .h2, h2 {
        font-size: 26px;
        color: #4e505a;
    }

