@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;600;700;800;900&display=swap');

* {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

body {

  letter-spacing: 0.1px;
  font-family: 'Inter', sans-serif !important;


}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin-top: 0;
  font-family: 'Inter', sans-serif !important;
}

h1 {
  font-size: 48px;
  line-height: 1;

}


p:last-child {
  margin-bottom: 0;
}

a,
button {

  
  text-decoration: none;
  cursor: pointer;
}

*:focus {
  outline: none !important;
}


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

a:hover {
  text-decoration: none;
}

button,
input[type="submit"] {
  cursor: pointer;
}

.banner_main{
  width:100%;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}


/*-- 
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}


/*-- 
    - Background color
-----------------------------------------*/
.bg-white {
  background-color: #ffffff;
}

.bg-light-grey {
  background-color: #f6fafb;
}

.bg-grey {
  background-color: #f8f8f8;
}

.bluewood-bg {
  background: #354b65;
}




/*-- 
    Scroll Up 
-----------------------------------------*/
#scrollUp {
  background: #7d3f98 none repeat scroll 0 0;
  bottom: 150px;
  color: #ffffff;
  cursor: pointer;
  display: none;
  font-size: 20px;
  height: 40px;
  line-height: 36px;
  position: fixed;
  right: 30px;
  text-align: center;
  width: 40px;
  z-index: 9999;
  border-radius: 10px;
  -webkit-transition: .3s;
  transition: .3s;
}

img.Logo {
      width: 148px;
}

section.top_haeder {
  padding: 6px 0px;
}

.info_details {
  display: flex;
  justify-content: flex-end;
}

.number_infoo {
  margin-right: 20px;
  border-right: 1px solid #a1a8bd;
  padding: 0px 11px;
  display: flex;
}

.number_infoo p>span {
  display: block;
  font-weight: 900;
}

.number_infoo img {
  float: left;
  margin-right: 13px;
  width: 23px;
  height: 37px;
  position: relative;
  top: 6px;

}

.img_about img {
  box-shadow: 0 0 0 2px rgb(239 246 252), 8px 8px 0 0 rgb(239 246 252);
}

.header_bottom {
  padding: 3px 0px;
}

.header_position {
  position: relative;
  /* text-align: center; */
}

.main_menu nav>ul>li:first-child>a {
  padding-left: 0;
}

.main_menu nav>ul>li>a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding-right: 10px;

  color: #fff;
}

header.header_area {
background: #5f3594;
  color: #fff;
}

.main_menu nav>ul>li {
  display: inline-block;
    position: relative;
    padding: 5px 0px;
    margin-right: 10px;
}
.search-field{
  display: block;
    width: 100%;
   padding: 7px 9px !important;
    font-size: 13px !important;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #5f3594 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    height:40px !important;
    /* border-right: 0px; */
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control {
 display: block;
    width: 100%;
    padding: 8px 9px;
    font-size: 13px !important;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #205466;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    border-right: 0px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.input-group-text {
 display: flex
;
    align-items: center;
    /* padding: 0.375rem 0.79rem; */
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    width: 36px;
    right: 2px;
    top: 2px;
    height: 36px;
    position: absolute;
    text-align: center;
    white-space: nowrap;
      background-color: #5f3594;
    /* border-radius: 30px; */
    border-radius: 0px;
    color: white;
    border-left: 0px;
}

.form-control:focus,
.form-group .btn:focus,
.uneditable-input:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
  color: #4f4f4f;
  background-color: #fff;
  border-color: hwb(189.57deg 12.94% 60%) !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}


.section_top {
  margin-top: 16px;
}





.searchInput {
  position: relative;
  width:100%;

}
.main-head h1{
  color: #5f3594;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}

a.help_deatils {
  margin: 0px 4px;
  font-size: 15px;
  font-weight: 600;
}

.info img {
  padding-right: 3px;
}

.Get_quote {
background-image: linear-gradient(122deg, #1c75bc, #2d84c9);
    padding: 4px 8px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: white;
}

.about-img,
.feature-img {
  position: relative;
  height: 100%;
  min-height: 400px
}

.about-img img,
.feature-img img {
  position: absolute;
  width: 60%;
  height: 80%;
  object-fit: cover
}

.about-img img:nth-child(2),
.feature-img img:nth-child(2) {
  margin: 20% 0 0 40%
}

.about-img::before,
.feature-img::before {
  position: absolute;
  content: "";
  width: 60%;
  height: 80%;
  top: 10%;
  left: 20%;
  border: 5px solid #b8c1c0;
  z-index: -1
}

.about-img .about-img-overlay {
  position: absolute;
  width: 47%;
  height: 80%;
  margin: 20% 0 0 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(255, 255, 255, .7)
}


h1.display_text-1 {
  font-size: 21px;
}

span.viewMore {
  font-size: 15px;
  font-weight: 800;
  color: #333333;
  text-align: center;
  border-bottom: 2px solid;
}

.section-title {
  color: #484c4cf0;
  font-weight: 600;
  /* letter-spacing: 5px; */
  font-size: 1.5rem;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 10px;
}


h1.display_text-5 {
  font-size: 26px;
  line-height: 34px;
}

h1.display_text-5 {
  font-size: 20px;
  /* line-height: 30px; */
  font-weight: 600;
  color: #000000;
  margin: 20px 0px 0px 0px;
}

.about-img {
  animation: 5s linear infinite about-image;
}

@keyframes about-image {

  0%,
  100% {
    transform: translateY(-10px)
  }

  25%,
  75% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(10px)
  }
}














.go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: white;
  font-family: courier, sans;
}


.img_top {
  padding: 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.main-heading{
  text-decoration: none;
  cursor: pointer;
}

img.img_top {
  width: 200px;
  height: 200px;
  object-fit: contain;
  margin-top: 0px;
}

.card1:hover {
  p {
    transition: all 0.3s ease-out;
    color: rgba(255, 255, 255, 0.8);
  }

  h3 {
    transition: all 0.3s ease-out;
    color: #ffffff;
  }
}


.main-heading h1 {
  color: #5f3594;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 30px;
  border-bottom: 1px dashed #3e708382;
  padding: 0px 0px 11px 0px;
}


.main-heading2 h2,
.main-heading2 h3,
.main-heading2 h4,
.main-heading2 h5,
.main-heading2 h6 {
 color: #186caf;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 11px;

}

p.small_inner {
  overflow: auto;
  height: 131px;
  scrollbar-color: #bfc1c7 #f2f8f9;
  scrollbar-width: thin;
  font-size: 14px;
}

a.red_more {
  background: #7d3f98;
  padding: 12px 20px;
  padding: 13px;
  /* margin-top: 37px; */
  position: relative;
  /* top: 29px; */
  color: #7d3f98;
  background-image: linear-gradient(122deg, #ffffff, #e0e8f6);
  /* background-image: linear-gradient(122deg, #c26af5, #54f0ff); */
  font-size: 15px;
  border-radius: 0px;
}

.sectionn_top {
  padding: 40px;
}













.card-content_box a {
  text-decoration: none;
  color: #202927;
}



.card-content_box p,
.card-content_box a p {
  font-size: 15px;
  font-weight: 500;
  /* white-space: nowrap; */
  /* overflow: hidden; */
  text-overflow: ellipsis;
  color: rgba(32, 41, 28, 0.8);

}

.card-img2 img {
  width: 220px;
  height: 220px;
  object-fit: contain;
  padding: 12px 0px;
 
}


.cards {
  /* max-width: 1000px; */
  margin: 0px 0px 30px 0px;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}

.cards__item {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  transition: all 200ms ease-in-out;
  flex-basis: 25%;
  border-radius: 0;
  margin: 10px 0px;
}

.cards__item:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 6px 9px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.cards__content {
  width: 25%;
  padding: 0px 6px;
  margin-bottom: 13px;
}

.cards__image {
  max-width: 60%;
  margin-bottom: 15px;
  padding: 20px;
}

.cards__title {
  font-weight: 600;
  /* margin-bottom: 16px; */
  font-size: 16px;
  padding: 4px;
  min-height: 90px;
  color: #1e2c2b;
  border-bottom: 1px solid #dedfde;
}

.cards__paragraph {
  margin: 0;
}

.cards__button {
  width: 100%;
  cursor: pointer;
  background: #fff;
  border: 0;
  color: #111212;
  font-weight: 600;
  /* font-weight: 500; */
  text-align: center;
  font-size: 14px;
  padding: 15px;
  border-top: solid 1px rgba(0, 0, 0, 0.15);
  transition: all 200ms ease-in-out;
}

.cards__button:hover {
  background: #7d3f98;
  color: #fff;
}

li.fet_text {
  display: flex;
  align-items: baseline;
  font-size: 13.6px;
  color: #000000e8;
  padding: 1px 0px;
  text-align: left;
}

.glance__paragraph {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  text-align: left;
  scrollbar-width: thin;
  scrollbar-color: #079db994 #fff;
  height: 97px;
  overflow-y: auto;
}

.glance__button {
  margin-top: 4px;
}

i.fa.fa-angle-double-right.me-1 {
  padding-right: 5px;
}


.cards__paragraph {
  height: 160px;
  overflow: auto;
  scrollbar-color: #bfc1c7 #f2f8f9;
  scrollbar-width: thin;
}


li.fet_text a:hover {
  color: #7d3f98;
}


.cards__title:hover {
  color: #7d3f98;
}



input {
  outline: none;
  border: none
}

textarea {
  outline: none;
  border: none
}

textarea:focus,
input:focus {
  border-color: transparent !important
}



button:hover {
  cursor: pointer
}



.container-contact100 {
  width: 100%;
  min-height: 100vh;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: 0 0;
  position: relative;
  z-index: 1
}

.contact100-map {
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

.wrap-contact100 {
  width: 630px;
  background: #fff;
  /* border-radius: 10px; */
  padding: 60px 60px 33px;
  position: relative;
  /* border: 1px solid #eceff7; */
  margin: 0px auto;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15) !important;

}

.show-wrap-contact100 {
  visibility: visible;
  opacity: 1
}


.contact100-form-title {
  display: block;
  width: 100%;
  font-size: 26px;
  color: #333;
  line-height: 1.2;
  text-align: left;
  padding-bottom: 25px;
}

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #d9d9d9;
  padding-bottom: 13px;
  margin-bottom: 40px
}

.rs1-wrap-input100 {
  width: calc((100% - 30px)/2)
}

.label-input100 {

  font-size: 15px;
  color: #999;
  line-height: 1.5;
  padding-left: 5px
}

.input100 {
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #555;
  line-height: 1.2;
  padding: 0 5px
}

.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  background: #7d3f98
}

input.input100 {
  height: 40px
}

textarea.input100 {
  min-height: 110px;
  padding-top: 9px;
  padding-bottom: 13px
}

.input100:focus+.focus-input100::before {
  width: 100%
}

.has-val.input100+.focus-input100::before {
  width: 100%
}

.container-contact100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px
}

.contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 160px;
  height: 50px;
  background-color: #7d3f98;
  /* border-radius: 25px; */
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  /* box-shadow: 0 10px 30px 0 #7d3f98;
  -moz-box-shadow: 0 10px 30px 0 #7d3f98;
  -webkit-box-shadow: 0 10px 30px 0 #7d3f98;
  -o-box-shadow: 0 10px 30px 0 #7d3f98;
  -ms-box-shadow: 0 10px 30px 0 #7d3f98 */
}



.contact100-form-btn:hover {
  background-color: #333;
  box-shadow: 0 10px 30px 0 rgba(51, 51, 51, .5);
  -moz-box-shadow: 0 10px 30px 0 rgba(51, 51, 51, .5);
  -webkit-box-shadow: 0 10px 30px 0 rgba(51, 51, 51, .5);
  -o-box-shadow: 0 10px 30px 0 rgba(51, 51, 51, .5);
  -ms-box-shadow: 0 10px 30px 0 rgba(51, 51, 51, .5)
}

.contact100-form-btn:hover i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px)
}

@media(max-width: 992px) {
  .wrap-contact100 {
    padding: 82px 80px 33px
  }
}

@media(max-width: 768px) {
  .rs1-wrap-input100 {
    width: 100%
  }

}

@media(max-width: 576px) {
  .wrap-contact100 {
    padding: 30px 15px 33px
  }
}

.validate-input {
  position: relative
}




.alert-validate:hover:before {
  visibility: visible;
  opacity: 1
}

@media(max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1
  }
}

.contact100-more {

  font-size: 14px;
  color: #999;
  line-height: 1.5
}

.contact100-more-highlight {
  color: #7d3f98
}

.contact100-btn-hide {
  color: #333;
  font-size: 14px;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 50%;
  top: -15px;
  right: -15px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s
}

.contact100-btn-hide:hover {
  background-color: #333;
  color: #fff
}

.contact100-btn-show {
  color: #fff;
  font-size: 39px;
  position: fixed;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.contact100-btn-show::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-color: #7d3f98;
  border-radius: 50%;
  top: 0;
  left: 0;
  box-shadow: 0 10px 30px 0 #7d3f98;
  -moz-box-shadow: 0 10px 30px 0 #7d3f98;
  -webkit-box-shadow: 0 10px 30px 0 #7d3f98;
  -o-box-shadow: 0 10px 30px 0 #7d3f98;
  -ms-box-shadow: 0 10px 30px 0 #7d3f98;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  -webkit-animation: beatbtn .9s ease-in-out infinite;
  animation: beatbtn .9s ease-in-out infinite
}

@keyframes beatbtn {
  0% {
    background-color: #7d3f98;
    transform-origin: center;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
  }

  50% {
    background-color: rgba(255, 75, 90, .8);
    transform-origin: center;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
  }
}


h1.haed_cont {
  font-size: 24px;
  font-weight: 800;
  color: #333333c9;
  margin-bottom: 24px;
}


.contact-left {
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}


.contact-details ul li a {
  color: #000;
  margin: 20px 0;
  display: block;
  font-size: 16px;
  transition: .5s;
}


.card-content_box h4,
.card-content_box a h4:hover {
  color: #7d3f98;
}


.gired_Products_by_category {
  columns: 3 80px;
  column-gap: 1.5rem;
  width: 100%;
  margin: auto;
  margin-top: auto;
  margin-top: 0px;
}


.gired_box {
  width: 33.33%;
  padding: 0px 6px;
  /* box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important; */
  /* padding: 12px; */
  margin-bottom: 13px;
  overflow: hidden;
}




/* .cat_div:hover {
  background-color: #7d3f98;
} */





.pf_more {
  font-size: 14px;
  font-weight: 500;
  color: #3076ba;
  border: 1px solid #ccd5dd;
  padding: 1px 19px;
  background: #fff;
}


.action__text--invisible,
.check-hidden {
  position: absolute;
  opacity: 0
}

.pc_text_box {
  margin-bottom: 50px
}

.pc_box {
 background-color: #ffff;
    /* width: 100%; */
    /* margin: 25px auto auto; */
    padding: 0px 15px 5px;
    border: 1px solid #42758799;
    box-shadow: 0px 1px 5px #dbd6d6;
    height: 100%;
}

.pc_img {
  width: 160px;
  height: 160px;
  object-fit: contain;


}

.blue {
  color: #7d3f98
}

.pc_heading {
  color: #202122;
  text-decoration: none
}

.pc_heading:hover {
  color: #7d3f98;
  text-decoration: none
}

.add_com {
  float: left;
  margin-right: 15px;
  /* padding: 0px; */
  padding-left: 0px;
  margin-bottom: 5px;
  border:none;
  

  outline: none !important;
}
.head real1{
  text-decoration: none;
}
.pc_heading h2,
.pc_heading h3,
.pc_heading h4,
.pc_heading h5,
.pc_heading h6 {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  display: block;
  margin: 19px 0px;
  line-height: 22px;
 color: #115a95 !important;
}

.pc_heading {
  text-decoration: none;
}

.pc_table_text {
  font-size: 13.5px;
  margin-bottom: 9px;
  border-left: 2px solid #1f9bc6;
  padding: 2px 10px;
  text-align: left;
}

.pc_table_text1 {
  margin-top: 20px
}

.pc_viewm,
.pc_viewm:hover {
  background-color: #7d3f98;
  color: #ffff;
  padding: 10px 45px;
  text-decoration: none;
  border-radius: 0;
  margin-top: 30px
}

.a_pc,
.a_pc:hover,
.to_btn,
.to_btn:hover {
  color: #4d4e52;
  text-decoration: none;
  padding: 2px 10px;
  display: inline-block;
  border: 1px dashed #9b9595;
}

a.a_pc:hover {
  background: #c74c7c;
  color: #fff;
  border: 1px solid #c44074;
}

/* ul.cate-list li:hover{
  color: #c74c7c;
 

}
ul.cate-list1 li:hover{
  color: #c74c7c;

} */

a.Sub_haed1:hover {
  color: #c74c7c;
}




a.Sub_haed1 {
  font-size: 15px;
  font-weight: 600;
  padding: 5px;
}

.a_pc,
.a_pc:hover {
  width: 125px;
  text-align: center;
  font-size: 15px
}

.img_about {
  border: 1px dotted #3870a540;
  animation: 3s linear infinite contcat-animation;
  padding: 10px
}

.to_btn {
  color: #116ea0;
  border: 1px solid #e2e2e2;
  margin-bottom: 15px
}

.to_btn:hover {
  color: #fff;
  border: 1px solid #1b8ecd;
  background-color: #1b8ecd
}

.action--compare-add,
.action--compare-add:hover {
  color: #3d3d3d
}

.compare_bttn {
  background-color: #3d3d3d
}

.action--compare-add:hover .action__text--invisible,
.action--download:hover .action__text--invisible {
  color: #ddd;
  font-size: 16px;
  letter-spacing: 0;
  background: #2f3035;
  border-radius: 2px;
  padding: 3px 5px
}

.action--compare-add .fa-check,
.action--compare-add input[type=checkbox]:checked~.fa-plus {
  display: none
}

.action--compare-add input[type=checkbox]:checked~.fa-check {
  display: inherit;
     color: #3f0f7a;
}

.action {
  display: inline-block;
  font-size: 13.5px;
  white-space: nowrap;
  cursor: pointer;
     color: #3f0f7a;
  border: none;
  outline: none;
  background: 0 0;
  text-align: center;
}

.action:focus {
  outline: 0
}

.action__text {
  font-family: Raleway, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: .813em;
  vertical-align: middle;
  display: inline-block
}

.action__text--invisible {
  top: 100%;
  pointer-events: none
}

.compare-section {
  position: fixed;
  top: 160px;
  right: 20px
}

input.btn.btn-primary {
  background: #7d3f98;
  border: 1px solid #7d3f98;
}

.btn-compare,
.btn-compare:hover {
  background-color: #7d3f98 !important;
  color: #fff !important;
}

.col-md-2-5.col-lg-2-5 {
  width: 20%
}

.leftfl::before,
.rightfl::before {
  font-size: 25px
}

@media only screen and (min-width:280px) and (max-width:480px) {

  .action,
  .pc_heading {
    font-size: 15px
  }

  .pc_box {
    width: 100%;
    padding: 10px 10px 20px;
    margin-top: 0;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    text-align: center
  }

  .add_com {
    float: left;
    margin-right: 0
  }

  .pc_img {
   
    margin-top: 15px;
    padding: 20px;
  }

  .pc_heading,
  .pc_table_text1 {
    margin-top: 20px
  }

  .two_btnsbox {
    text-align: center;
    margin-top: 15px
  }

  .fa-plus {
    font-size: 16px
  }
}

@media only screen and (min-width:480px) and (max-width:576px) {



  .pc_box {
    width: 100%;
    padding: 10px 10px 20px;
    margin-top: 0;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    text-align: center !important
  }

  .add_com {
    float: left;
    margin-right: 0
  }

  .pc_heading,
  .pc_table_text1 {
    margin-top: 20px;

  }

  .two_btnsbox {
    text-align: center;
    margin-top: 15px
  }

  .fa-plus {
    font-size: 16px
  }
}

@media only screen and (min-width:576px) and (max-width:768px) {

  .pc_box,
  .pc_img {
    width: 100%;
    margin-top: 0
  }



  .action,
  .pc_heading {
    font-size: 15px
  }

  .pc_box {
    padding: 10px 10px 20px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    text-align: center !important
  }

  .add_com {
    float: left;
    margin-right: 0
  }

  .pc_table_text1 {
    margin-top: 20px
  }

  .two_btnsbox {
    text-align: center;
    margin-top: 15px
  }

  .fa-plus {
    font-size: 16px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {

  .action,
  .pc_heading {
    font-size: 15px
  }

  .primary_img_product {

    margin: 16px auto;
    padding: 10px;
  }

  .pc_box {
    width: 100%;
    padding: 10px 10px 20px;
    margin-top: 0;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    text-align: center !important
  }

  .add_com {
    float: left;
    margin-right: 0
  }



  .pc_heading {
    margin-top: 0
  }

  .pc_table_text1 {
    margin-top: 20px
  }

  .two_btnsbox {
    text-align: center;
    margin-top: 15px
  }

  .fa-plus {
    font-size: 16px
  }
}

@media only screen and (min-width:991px) and (max-width:1200px) {

  .action,
  .pc_heading {
    font-size: 14px
  }

  .pc_box {
    width: 100%;
    padding: 10px 10px 20px;
    margin-top: 0;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    text-align: center !important
  }

  .add_com {
    float: left;
    margin-right: 0
  }



  .pc_heading {
    margin-top: 0
  }

  .pc_table_text1 {
    margin-top: 20px
  }

  .two_btnsbox {
    margin-top: 15px
  }

  .fa-plus {
    font-size: 16px
  }

  .a_pc,
  .a_pc:hover {
    width: 115px;
    font-size: 15px
  }
}

@media only screen and (min-width:1200px) and (max-width:12000px) {
  .two_btnsbox {
    margin-bottom: 22px
  }
}



.bottom_box {
  margin: 7px 0px 13px 0px;
}

.heading_product {
  font-size: 23px !important;
  color: #212529;
  font-weight: 600;
  margin-top: -10px;
  padding: 5px;
  padding-bottom: 6px;
}

.pp_text {
  text-align: justify;
  font-size: 14px;
  line-height: 23px;
  color: #363434;

}

.div_flext {
  display: flex;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.cat_div h2 {
  margin-right: 6px;
  background: #1c8ab1;
  padding: 3px 17px;
  color: white;
  border-left: 1px solid;
  padding: 5px 17px;
  margin-bottom: 7px;
  font-size: 15px !important;
}



.details_haed {
  line-height: 30px;
  font-size: 22px;
  font-weight: 600;
  color: #202123;
}


.btng_download {
  background: #7d3f98;
  color: white;
  padding: 5px 15px;

}

.model_popues {
  background: #1f9bc7;
  color: white;
  padding: 5px 15px;
  margin-left: 5px;
}


ul#nav-tab {
  border: 1px solid #7d3f98;
  border: 1px solid #7d3f98;
  display: flex;
  flex-wrap: wrap;

}

.product_info_button ul li a:first-child {
  border-left: none !important;
}


.product_info_button ul li a {
  display: block;
  float: left;
  text-transform: capitalize;
  font-size: 15px;
  color: #706666;
  font-weight: 600;
  margin-right: 0px;
  padding: 4px 20px;
  line-height: 26px;
  border-left: 1px solid;
  position: relative;
}

.product_info_button ul li a.active {
  background-color: #1f9bc7 !important;
  color: #ffff;
}

.product_info_button {

  padding-bottom: 15px;

}

.product_d_table table tbody tr td:first-child {
  border-right: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-weight: 500;
}

.product_d_table table {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 100%;
}

.product_d_table table tbody tr td {
  padding: 7px 17px;
  border-right: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
}

.product_d_table table tbody tr td {
  padding: 8px 12px;
  font-size: 14px;

}

/* .product_d_inner {
  margin: 30px 0px 0px 0px;
} */

.Features_text_ineer {
  padding-bottom: 10px;
  font-size: 15px;
}

p.pre_text_desc {
  font-size: 15px;
  text-align: justify;
  line-height: 27px;
}

img.details_img {
  padding: 10px;
  margin: 20px 0px;
}

p.pre-test {
  font-size: 15px;
  text-align: left;
}

.product_d_inner {
  /* margin: 30px 0px 0px 0px; */
  padding: 20px;
  padding: 20px 30px 50px;
  background: #ffffff;
  box-shadow: rgb(241 243 244) 0px 4px 20px 7px;
  border: 1px solid #ffffff;
  margin-top: 50px;
}

.product_d_inner h2 {
  font-size: 21px;
  font-weight: 600;
}


.product_flex {
  border: 1px solid #f2f3ff;
  display: flex;
  overflow: hidden;
  border-radius: 5px;
  width: 100%;
  transition: .5s;
  margin-bottom: 20px;

}

.iimg_real img {
  width: 110px;
  padding: 10px;
}

.real_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.models_related {
  height: 681px;
  overflow: auto;
  scrollbar-color: #0a1033 white;
  scrollbar-width: thin;
}


.product_gried {
  columns: 4;
  column-gap: 1rem;
  width: 100%;
}

.cate-content h3 {
  font-size: 16px;
  font-weight: 600;
}

.cate-content .abs {
  position: absolute;
  right: 0;
  top: 54px;
}

ul.cate-list li {
  padding: 4px 20px;
  font-size: 14px;
}

li.sub_name a:hover {
  color: #7d3f98d9;
}



.box_gired {
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15) !important;
  padding: 10px;
}

.cate-img {
  text-align: center;
}





/* ul.cate-list {
  list-style-type: square;
} */

.btn-shopcate {
  font-size: 13px;
  width: 122px;
  height: 32px;
  line-height: 32px;
  /* border-radius: 999px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.category-item .pd30 {
  padding: 30px 27px 30px 30px;
}

.cate-content h3:hover {
  color: #c24278;
}



.cate-bg {
  background: #f8f8f8;
  border-radius: 0 0 10px 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.category-item .cate-img a img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 60%;
  padding: 10px;
}

.category-item:hover img {
  -webkit-transform: scale(1.2) rotate(5deg);
  transform: scale(1.2) rotate(5deg);
}

.category-item .cate-img {
  overflow: hidden;
}

.category-item .pd30 {
  padding: 30px 27px 30px 30px;
}

.category-item .bd-7 {
  border: 1px solid #f0f0f0;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}

.cate-content {
  position: relative;
}

.btn-gradient {
  color: #c74a7b;
  font-weight: 500;
  background: #54f0ff;
  background-image: linear-gradient(122deg, #ffffff, #e0e8f6);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 15px;
}

.grid-container {
  columns: 4;
  column-gap: 10px;
  width: 100%;
  margin: auto;
  text-align: center;
}


.align_grid {
  box-shadow: rgba(145, 139, 139, 0.2) -1px -1px 0px 0px, rgb(255, 255, 255) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
  margin: 0;
  margin-bottom: 0px;
  display: inline-block;
  width: 100%;
  background-color: #ffff;
  transition: all .25s ease-in-out;
  border: 1px solid #edefef;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(237, 239, 239);
  border-bottom: 6px solid #edefef;
  margin-bottom: 30px;
}

.ourp_head {
  font-weight: 600;
  padding: 8px 0px;
  font-size: 15px;
  background: #a4aaaf21;
  color: #222222 !important;
}

.img_cate {
   width: 203px;
    height: 203px;
    margin: 0px 0px;
    object-fit: contain;
}

.v_more {
  font-size: 12px;
 color: #1e93bd;
}


.cate_textt:hover {
  color: #7d3f98;
}

.phone-no a:hover {
  color: #7d3f98;
}

.footer-day-time ul li:last-child:hover {
  color: #7d3f98;
}

.modal_setion_btng:hover {
  border: 1px solid #7d3f98;
}

a.download_btns:hover {
  color: #7d3f98;
}

.cate_textt {
  text-align: left;
  font-size: 14px;
  border-bottom: 1px dashed #d7dadc;
  padding-bottom: 7px;
  padding-top: 5px;
  margin: 2px 0px;
}

img.img_cateing {
  width: 36%;
  padding: 10px;
}

.img-side {
  display: flex;
}

.img_center_cate {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 10px;
  background: #f3f4f5;
}

.footer-bottom ul li a:hover {
  color: #c74a7b;
}

.search_item:hover {
  color: #c74a7b;
  border: 1px solid #c74a7b;
}

p.P-more {
  margin: 30px 0px 10px 0px;
  padding: 7px 0px;
  display: flex;
  flex-direction: column;

  position: relative;
  text-align: center;
  color: #c74a7b;
  font-weight: 500;
  background: #54f0ff;
  background-image: linear-gradient(122deg, #ffffff, #e0e8f6);
}




.ct-bg_section {
  box-shadow: rgba(145, 139, 139, 0.2) 0px 12px 28px 0px, rgb(255, 255, 255) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
  padding: 9px 20px;
  overflow: hidden;
  border: 1px solid #617c8770;
  margin-bottom: 10px;
}


.img_catalogs:hover {
  -webkit-transform: scale(1.2) rotate(5deg);
  transform: scale(1.2) rotate(5deg);
}








.img_catalogs {
  transition: all .3s ease-in-out;
}

.img_catalogs {
  width: 115px;
  height: 110px;
  object-fit: contain;
  margin: 10px 0px;

}

.textcate {
  width: 100%;
  text-align: inherit;
}


.textcateh {
  width: 50%;
  text-align: center;
}

.cate_box {
  columns: 4;
  column-gap: 9px;
  width: 100%;
}

.img_text {
  display: flex;
  justify-content: space-between;
  background: #93cadd36;
  padding: 8px 10px;
  align-items: baseline;
}


.cate_p_box.text_decoration {
  font-size: 13.4px;
  margin: 5px -10px;
  padding: 7px 10px;
  border: 1px solid #cec4c4;

}

.catelogs_item {
  margin-top: 13px;
}

.modal-content {
  border-radius: 0px !important;
  padding: 15px;
}

h5#sub_cat_name {
  font-size: 18px;
}

.modal_setion_btng:hover {
  border: 1px solid #7d3f98;
  color: #7d3f98;
}

.modal_setion_btng {
  border: 1px solid #67626270;
  margin: 3px 0px;
  padding: 6px;
  font-size: 14.5px;
}

a.download_btns {
  font-size: 14px;
}

.btn-close {
  box-sizing: content-box;
width: 11px  !important;
    height: 13px !important;
    font-size: 11px !important;
  padding: 0.25em 0.25em;
  color: #000;
  border: 0;
  border-radius: 30px;
  opacity: 5;
  background-color: white !important;
}


.modal-header.catalog_modal_header {
background: #2c9cc3;
  border-radius: 0px;
  color: #ffff;
}



button.btn.download_btn {
  border: none;
}



.img_bg {
  background-image: url(../images/single.jpg);
  background-size: cover;
  height: 500px;
  max-width: 100%;
  width: 100% !important;
  overflow: hidden;
  background-position: center;
  border-radius: 2px solid #7d3f98;
  background-repeat: no-repeat;
}




.main_daetils {
  justify-content: center;
  width: 64%;
  padding: 10px;
  height: 100%;
  overflow: hidden;
  /* background: #eceff7; */
  box-shadow: rgba(145, 139, 139, 0.2) 0px 12px 28px 0px, rgb(255, 255, 255) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;


}

.download_btng {
  background-color: #7d3f98;
  border: none;
  color: #fff;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 18px;
  margin-top: -40px;
  text-decoration: none;
  font-weight: 400;
}

.logo_single {
  width: 24%;
  margin: 15px 28px;

}

.img_product_single {
  text-align: center;

}

.real_text a h5:hover {
  color: #7d3f98;
}

.real_text a h5 {
  font-size: 15px;
  line-height: 21px;
}

.catalog_head {
  font-size: 23px !important;
  /* color: #7d3f98; */
  font-weight: 600;
  margin: 32px;
  text-align: center;
  line-height: 30px;
  text-align: center;
  padding: 20px;
}

.catalog_contact {
  color: #7d3f98;
  font-weight: 600;
  padding-right: 4px;
}



.cate_table_single {
  padding: 20px 20px;
  padding: 20px;
  font-size: 15px;
  text-align: justify;
  line-height: 27px;
  border: 1px solid #dfe0e3;
}

.cate_cont {
    text-align: left;
    padding: 30px 30px;
    line-height: 10px;
    font-size: 15px;
    /* margin: 100px auto; */
    display: flex
;

}

.catalog_text {
  padding: 2px;
}

.catalog_subhead {
      color: #5f3594;
    font-size: 20px;
    font-weight: 600;
    padding: 4px 0px;
    /* background-color: #7d3f98; */
    text-align: left;
    border-bottom: 1px dashed #00000073;

}

.download_btnn {
  background-color: #7d3f98;
  border: none;
  color: #fff;
  padding: 9px 20px;
  cursor: pointer;
  font-size: 15px;
  text-decoration: none;
  font-weight: 400
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center;
}

.text_cate_single {
  padding: 20px;
  font-size: 15px;
  text-align: justify;
  line-height: 27px;
  border: 1px solid #dfe0e3;
  margin: 10px 0px;
}

.catalog_footerlog.mb-2 {
  width: 25%;
}


.single_img {
 width: 199px;
    height: 275px;
    object-fit: contain;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border: 1px solid #c6d1dd;
  padding: 10px 10px;
  text-align: left;
}


.table>thead {
  vertical-align: baseline !important;
}

img.table_img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  /* width: 60%; */
  padding: 5px;
  margin-bottom: 20px;
}

.table_text h2,
.table_text h3,
.table_text h4,
.table_text h5,
.table_text h6 {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #10779d !important;
}

table.table.table-bordered.table_bg_color {
  text-align: center;
  font-size: 15px;
}

.compare td {
  font-size: 14px !important;
}

a.table_text {
  font-size: 14px;
  font-weight: 600;
}

.table>:not(caption)>*>* {

  text-align: center;

}

.head.real h1 {
  font-size: 24px;
  font-weight: 600;
  margin: 30px 0px 0px 0px;
  border-bottom: 1px dashed #766767;
  padding: 15px 0px;
}

.product_carousel.product_column5.owl-carousel.owl-loaded.owl-drag {
  margin: 20px 0px;
}

.product_thumb {
  border: 1px solid #868a97;
  border-radius: 25px;
  width: 186px;
  height: 186px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .5s;
  margin: 25px 10px 13px 10px;
}

.owl-next {
  margin: 0px 10px;
}

.primary_img_product {
  width: 200px;
  height: 200px;
  /* width: 80% !important; */
  margin: 16px auto;
  padding: 10px;
  object-fit: contain;
}

.owl-nav {
  display: flex;
  margin-top: 15px;
  justify-content: center;
}










.sitemap ul>li>a {
  display: inline-block;
  max-width: 500px;
  padding: 5px 10px;
  border: 4px double #7d3f98;
  color: #7d3f98;
  border-radius: 0px;
  font-size: 15px;
  text-decoration: none;
  text-overflow: ellipsis;
  margin: 5px 0;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}

.sitemap ul>li {
  border-left: solid #7d3f98 2px;
  padding-left: 18px;
}

.products-des ul li a {
  text-align: left !important;
  display: flex;
  align-items: baseline;
}

.sitemap ul>li>a:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  width: 15px;
  background: #7d3f98;

}

.l1bg {
  background-color: #7d3f98 !important;
  border: 2px solid #7d3f98 !important;
  color: white !important;
}


.pl_list {
  border: 1px dashed #a69fa9;
  margin-bottom: 8px;
  padding: 4px;
  color: #1a1c1c;
  text-align: center;
  width: 100%;
  margin: 10px auto;
  font-size: 15px;
  padding: 6px 9px;
  text-align: left;
}


.image_404 {
  text-align: center !important;
}

p.error_page {
  font-size: 18px;
  margin: 20px;
}

.image_404 h2 {
  margin: 10px;
  font-size: 28px;
  font-weight: 700;
}

.go-home {
  background: #7d3f98;
  padding: 7px 20px;
  color: #ffff;
  width: 130px;
  margin: 0px auto;
}

/* .cat_div.active {
  background: #7d3f98;
} */



.thank-logo h2 {
  font-size: 40px;
  padding: 5px;
  font-weight: 700;
}

.thank-logo {
  text-align: center;
  padding: 20px;
}

.thank-logo p {
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
}














.floating_btn {
  position: fixed;
  bottom: 90px;
  right: 0px;
  width: 100px;
  height: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 30px;
  height: 30px;
  font-size: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.float {
  position: fixed;
    width: 52px;
    border: 2px solid #ffffff;
    height: 50px;
    bottom: 30px;
    right: 30px;
    background-color: #ffff;
    color: #FFF;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-floatt {
  margin-top: 8px;
}

.bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {

  0%,
  25%,
  50%,
  75%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-20px);
  }

  60% {
    transform: translateY(-12px);
  }
}

.get_coral {
  padding: 12px 11px;
    font-weight: 400;
    font-size: 13px !important;
    color: black;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #cdcaca;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
}




.main-wrapper.header-transparent {
  padding: 0 !important;
  margin: 0 !important;
}


.off_canvars_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  cursor: crosshair;
  background: #333;
  top: 0;
}

.off_canvars_overlay.active {
  opacity: 0.5;
  visibility: visible;
}

.Offcanvas_menu {
  display: none;
    border: 1px solid #188eb7;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .Offcanvas_menu {
    display: block;
    /* margin-bottom: 30px; */
  }


}

@media only screen and (max-width: 767px) {
  .Offcanvas_menu {
    display: block;
    /* margin-bottom: 25px; */
  }
}

.Offcanvas_menu_wrapper {
  width: 290px;
  position: fixed;
      background: #56a1df;
  z-index: 99;
  top: 0;
  height: 100vh;
  transition: .5s;
  color: #ffff;
  left: 0;
  margin-left: -300px;
  padding: 50px 20px 30px;
  overflow-y: auto;
}

.Offcanvas_menu_wrapper.active {
  margin-left: 0;
}

.Offcanvas_menu_wrapper .slinky-theme-default {
  background: inherit;
  min-height: 300px;
  overflow-y: auto;
}

.Offcanvas_menu_wrapper .follow_us {
  display: block;
}

.Offcanvas_menu_wrapper .search-container {
  display: block;
  margin-right: 0;
  margin-bottom: 24px;
}

.Offcanvas_menu_wrapper .search_box {
  border: 1px solid #e7f3fa;
  width: 100%;
}

.Offcanvas_menu_wrapper .search_box input {
  padding: 0 70px 0 15px;
  height: 35px;
}

.Offcanvas_menu_wrapper .search_box button {
  width: 52px;
  font-size: 21px;
}

.Offcanvas_menu_wrapper .search_box button:hover {
  background: #1d5cb2;
  color: #333;
}

.Offcanvas_menu_wrapper .top_right {
  display: block;
  margin-bottom: 18px;
  text-align: center !important;
}

.Offcanvas_menu_wrapper .top_right>ul>li {
  padding-right: 4px;
  margin-right: 4px;
}

.Offcanvas_menu_wrapper .top_right>ul>li::before {
  display: none;
}

.Offcanvas_menu_wrapper .top_right>ul>li>a {
  font-size: 13px;
  line-height: 22px;
}

.offcanvas_main_menu>li.menu-item-has-children.menu-open>span.menu-expand {
  transform: rotate(180deg);
  font-size: 30px;
  margin-left: 30px;
  color: #1d5cb2;
}

.offcanvas_main_menu>li ul li.menu-item-has-children.menu-open span.menu-expand {
  transform: rotate(180deg);
}

.offcanvas_main_menu li {
  position: relative;
}

.offcanvas_main_menu li:last-child {
  margin: 0;
}

.offcanvas_main_menu li span.menu-expand {
  position: absolute;
  right: 0;
  font-size: 30px;
  margin-left: 30px;
  color: #1d5cb2;
}

.offcanvas_main_menu li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e7f3fa;
  color: #ffff;
}

.offcanvas_main_menu li a:hover {
  color: white;
}

.offcanvas_main_menu li ul.sub-menu {
  padding-left: 20px;
}

.Offcanvas_follow {
  display: flex;
  justify-content: center;
  margin-bottom: 21px;
}

.Offcanvas_follow label {
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 13px;
}

.Offcanvas_follow ul li {
  display: inline-block;
  margin-left: 16px;
}

.Offcanvas_follow ul li:first-child {
  margin-left: 0;
}

.Offcanvas_follow ul li a {
  font-size: 18px;
}

.Offcanvas_follow ul li a:hover {
  color: #1d5cb2;
}

.slinky-theme-default a:not(.back) {
  padding: 10px 0;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}

.slinky-theme-default a:not(.back):hover {
  background: inherit;
  color: #1d5cb2;
}

.canvas_close {
  position: absolute;
  top: 7px;
  right: 13px;
}

.canvas_close a {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
  width: 35px;
  height: 35px;
  display: block;
  text-align: center;
  line-height: 33px;
  border-radius: 50%;
}

.canvas_close a:hover {
  color: #1d5cb2;
}

.canvas_open {
  display: flex;
  justify-content: space-between;

  margin: 10px auto;
}

.canvas_open span {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.canvas_open a {
  font-size: 28px;
}

.modal-header {
       background: #3aa4c3;
    border-radius: 0px;
    color: #ffff;
    padding: 6px 13px;
}
.modal-body{
      background: #49a2c11a;
}
.header_area.header_padding {
  padding-bottom: 0;
}

h4.cateroy_namee i {
  margin: 0px 14px;
}

h4.cateroy_namee {
  font-size: 18px;
  font-weight: 700;
}


h5#staticBackdropLabel {
  font-size: 18px;
}

.sticky-header.sticky {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
    background: #5f3594;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

button.send_btngg {
       background: #2c839e;
    padding: 7px 13px;
    color: #ffff;
    margin: 0px;
    font-size: 14px;
}

h5#exampleModalLabel {
  font-size: 18px;
  font-weight: 500;
}

.modal-footer {
  justify-content: left;
  padding: 0px;
  margin-top: 13px;
  margin-left: 0px;
}



.Top {
  margin: 4px 0px;
}
.cont{
      border: 1px solid #cdcaca;
}

/*.main_menu nav>ul>li>a:hover {*/
/*  color: #7d3f98;*/

/*}*/


ul.widget-post.ttm-recent-post-list li a:hover {
  color: #7d3f98;
}

.product_name h6:hover {
  color: #7d3f98;
}




.input-group.email_top.mb-3 {
  margin: 16px 0px;
}


section.no_desktop {
  display: none;
}

/* span#basic-addon2 {
  background: #7d3f98;
  color: #ffff;
} */
.product-details-tab {
  text-align: center;
  border: 1px solid #4e788773;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sticky-header.sticky {
    position: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    -webkit-animation-name: inherit;
    animation-name: inherit;
    padding: 0;
    background: inherit;
    opacity: inherit;
  }


}

.container.bg_section {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15) !important;
  padding: 30px;
  margin-top: 68px;
}

.product_list {
  display: none;
}

ul.list_ul.no_desktop {
  padding: 30px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15) !important;
}



.search_item img {
  width: 60%;
  padding: 10px;
}


.search_item {
  width: 18%;
  border: 1px solid #e2e4e7;
  padding: 10px;
  font-weight: 600;
  text-align: center;
  font-size: 15px;
  line-height: 24px;
  margin: 10px auto;
}

  .card-img2{
    display:flex;
    justify-content: center;
    background: linear-gradient(45deg, #4ba9cb24, transparent);
  }










@media only screen and (max-width: 991.98px) {
  .main_menu {
    display: none !important;
  }

  .container.bg_section {

    padding: 20px;
  }

  .cat_div {
    margin: 4px 2px;

  }

  .search_item {
    width: 24%;

  }



  .product-details-tab {
    text-align: center;
    padding: 40px;
  }

  .input-group-text {

    background-color: #ffffff;
    border: 1px solid #9ba7b6;
    color: #7d3f98;

  }

  section.top_haeder {
    padding: 5px 0px;
           background: #1791bc;
    color: #ffff;
  }


  header.header_area {
    display: none;
  }

  .img_logo {
    display: none;
  }

  img.logo_mob {
    width: 190px;
  }

  .product_list {
    display: none !important;
  }



  .Get_quote {

    padding: 0px;

  }

  .contact-left {
    font-size: 14px;

  }

  .contact-details ul li a {
    margin: 10px 0;
    font-size: 14px;

  }

  .sectionn_top {
    padding: 10px;
  }

  .footer_copytextt {
    padding: 10px 20px;
    border-bottom: 2px solid;
    text-align: center;
  }

  .main-head h1 {
    font-size: 22px;
  }

  .main-head h2 {
    font-size: 22px;
  }
}


@media screen and (max-width:1024px) {
  a.help_deatils {
    margin: 0px 4px;
    font-size: 12px;
    font-weight: 600;
  }

  .product_thumb {

    width: 100%;
    height: auto;

  }




  .input-group {
    position: relative;
    width:100%;
  }

  .footer-bottom ul li a {
    color: #fff;
    font-size: 13px;
  }

  .copyright {
    font-size: 12px;
  }


  .footer-top h4 {
    font-size: 15px;

  }

}

@media only screen and (min-width: 1200px) and (max-width:1299.98px) {}


@media only screen and (min-width: 992px) and (max-width:1199.98px) {

  .product_gried {
    columns: 3;
    column-gap: 1rem;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width:991.98px) {
  .card-img {
    height: auto;

  }

  .product_gried {
    columns: 2;

  }

  .primary_img_product {

    margin: 16px auto;
    padding: 10px;
  }

  .category-item .cate-img a img {

    width: 60%;

  }

  .cate_box {
    columns: 2;

  }

  img.logo_mob {
    width: 160px;
  }

  .section_top {
    padding: 10px;
  }



  .cards__item {
    flex-basis: 33%;
  }

  .cards {

    padding: 10px;
  }

  .phone-no {
    margin-top: 0px;
    text-align: left;
  }



  .img-side {
    justify-content: center;
    background: #f3f4f5;
    margin: 0px 12px;
  }



  .cate_textt {

    padding: 8px 20px;
  }

  p.P-more {

    padding: 8px 20px;
  }

  .main_daetils {
    width: 100%;
  }

  .gired_Products_by_category {
    columns: 2;

  }



}

@media only screen and (min-width: 576px) and (max-width:767.98px) {
  .card-img {
    height: auto;

  }

  img.table_img {
    width: 100%;

  }

  .search_item {
    width: 32%;
  }

  .product_d_right {
    padding: 15px;
  }

  button.btng_download {

    margin: 10px 0px;
  }

  .gired_Products_by_category {
    columns: 2;

  }

  /* 
.product_thumb {
  width: 170px;
  height: 170px;
} */

  .wrap-contact100 {
    width: 100%;

  }

  .cate_box {
    columns: 2;

  }

  .img-side {
    justify-content: center;
    background: #f3f4f5;
    margin: 0px 12px;
  }



  .cate_textt {

    padding: 8px 20px;
  }

  p.P-more {

    padding: 8px 20px;
  }




  .product_gried {
    columns: 2;

  }

  .category-item .cate-img a img {

    width: 60%;

  }






  .phone-no {
    margin-top: 0px;
    text-align: left;
  }



  .section_top {
    padding: 10px;
  }

  .cards__item {
    flex-basis: 50%;
  }

  .cards {
    padding: 10px;
  }

 

  .main_daetils {
    width: 100%;
  }

  a.help_deatils {

    font-size: 11px;

  }

}

@media only screen and (min-width: 400px) and (max-width:575.98px) {
  .info {
    text-align: center;
    margin: 0px 0px 0px 0px;
  }

  .grid-container {
    columns: 1;

  }

  .product-details-tab {
    text-align: center;
    padding: 10px;
  }

  a.help_deatils {

    font-size: 14px;

  }

  .search_item {
    width: 48%;
  }

  .product_d_right {
    padding: 15px;
  }

  img.table_img {
    width: 100%;

  }

  button.btng_download {

    margin: 10px 0px;
  }


  .wrap-contact100 {
    width: 100%;

  }

  .gired_Products_by_category {
    columns: 1;

  }

  /* .product_thumb {
  width: 170px;
  height: 170px;
} */
  .cate_box {
    columns: 1;

  }

  .img-side {
    justify-content: center;
    background: #f3f4f5;
    margin: 0px 12px;
  }



  .cate_textt {

    padding: 8px 20px;
  }

  p.P-more {

    padding: 8px 20px;
  }

  .product_gried {
    columns: 1;

  }

  .category-item .cate-img a img {

    width: 40%;

  }


  .cards__item {
    flex-basis: 50%;
  }

  .cards__image {
    max-width: 70%;

  }

  .img-side {
    justify-content: center;
    background: #f3f4f5;
    margin: 0px 12px;
  }


  .cate_textt {

    padding: 8px 20px;
  }

  p.P-more {

    padding: 8px 20px;
  }

  img.logo_mob {
    width: 140px;
  }

  .phone-no {
    margin-top: 0px;
    text-align: left;
  }

 

  .section_top {
    padding: 10px;
  }



  .card-img img {
    width: 45%;
  }

  .card-img {
    height: auto;

  }

  .cards {

    padding: 10px;
  }

  section.top_haeder {
    padding: 8px 0px;
  }

  .card1 {

    max-width: 388px;

  }

  .main_daetils {
    width: 100%;
  }

  .phone-no a {
    color: #837b7b;
    font-family: PlayfairDisplay-Black;
    font-size: 28px;
    font-weight: bold;
  }

}

@media only screen and (min-width: 375px) and (max-width:479.98px) {
  .info {
    text-align: center;
    margin: 0px 0px 0px 0px;
  }

  .grid-container {
    columns: 1;

  }

  .product-details-tab {
    text-align: center;
    padding: 10px;
  }

  a.help_deatils {

    font-size: 14px;

  }

  .search_item {
    width: 48%;
  }

  .product_d_right {
    padding: 15px;
  }

  img.table_img {
    width: 100%;

  }

  button.btng_download {

    margin: 10px 0px;
  }

  .gired_Products_by_category {
    columns: 1;

  }


  /* .product_thumb {
  width: 150px;
  height: 140px;
} */
  .wrap-contact100 {
    width: 100%;

  }


  .cate_box {
    columns: 1;

  }

  .product_gried {
    columns: 1;

  }

  .img-side {
    justify-content: center;
    background: #f3f4f5;
    margin: 0px 12px;
  }


  .cate_textt {

    padding: 8px 20px;
  }

  p.P-more {

    padding: 8px 20px;
  }

  .category-item .cate-img a img {

    width: 46%;

  }

  img.logo_mob {
    width: 140px;
  }

  .cards__image {
    max-width: 60%;
  }

  .phone-no {
    margin-top: 0px;
    text-align: left;
  }

  .section_top {
    padding: 10px;
  }



  section.top_haeder {
    padding: 8px 0px;
  }

  .card1 {

    max-width: 388px;

  }



  .cards__item {
    flex-basis: 98%;
  }

  .phone-no a {
    color: #837b7b;
    font-family: PlayfairDisplay-Black;
    font-size: 28px;
    font-weight: bold;
  }

  .cards {

    padding: 10px;
  }

  .card-img {
    height: auto;

  }



  .main_daetils {
    width: 100%;
  }
}

@media only screen and (min-width: 280px) and (max-width:375.98px) {
  .info {
    text-align: center;
    margin: 0px 0px 0px 0px;
  }

  /* .product_thumb {
  width: 150px;
  height: 140px;
} */
  a.help_deatils {

    font-size: 12px;

  }

  .product-details-tab {
    text-align: center;
    padding: 10px;
  }


  .search_item {
    width: 98%;
  }

  .phone-no a {
    color: #837b7b;
    font-family: PlayfairDisplay-Black;
    font-size: 28px;
    font-weight: bold;
  }

  .product_d_right {
    padding: 15px;
  }

  .product_gried {
    columns: 1;

  }

  img.table_img {
    width: 100%;

  }

  button.btng_download {

    margin: 10px 0px;
  }


  .wrap-contact100 {
    width: 100%;

  }

  .gired_Products_by_category {
    columns: 1;

  }

  .cate_box {
    columns: 1;

  }

  .grid-container {
    columns: 1;

  }

  .img-side {
    justify-content: center;
    background: #f3f4f5;
    margin: 0px 12px;
  }



  .cate_textt {

    padding: 8px 20px;
  }

  p.P-more {

    padding: 8px 20px;
  }

  .cards__image {
    max-width: 70%;
  }

  img.logo_mob {
    width: 140px;
  }

  .phone-no {
    margin-top: 0px;
    text-align: left;
  }

  section.top_haeder {
    padding: 8px 0px;
  }

  .card1 {

    max-width: 388px;

  }



  .section_top {
    padding: 10px;
  }


  .cards__item {
    flex-basis: 98%;
  }

  .cards {

    padding: 10px;
  }

  .card-img {
    height: auto;

  }

 

  .main_daetils {
    width: 100%;
  }



}

@media screen and (max-width:280px) {
  .info {
    text-align: center;
    margin: 0px 0px 0px 0px;
  }

  .cate_box {
    columns: 1;

  }

  .product-details-tab {
    text-align: center;
    padding: 10px;
  }

  .phone-no a {
    color: #837b7b;
    font-family: PlayfairDisplay-Black;
    font-size: 28px;
    font-weight: bold;
  }

  .search_item {
    width: 98%;
  }

  .product_d_right {
    padding: 15px;
  }

  a.help_deatils {

    font-size: 10px;

  }

  img.table_img {
    width: 100%;

  }


  button.btng_download {

    margin: 10px 0px;
  }



  /* .product_thumb {
  width: 150px;
  height: 140px;
} */
  .gired_Products_by_category {
    columns: 1;

  }

  .wrap-contact100 {
    width: 100%;

  }

  .product_gried {
    columns: 1;

  }

  .main_daetils {
    width: 100%;
  }

  .grid-container {
    columns: 1;

  }

  .img-side {
    justify-content: center;
    background: #f3f4f5;
    margin: 0px 12px;
  }



  .cate_textt {

    padding: 8px 20px;
  }

  p.P-more {

    padding: 8px 20px;
  }


  section.top_haeder {
    padding: 8px 0px;
  }



  img.logo_mob {
    width: 140px;
  }

  .phone-no {
    margin-top: 0px;
    text-align: left;
  }

  .cards__image {
    max-width: 60%;
  }

  .card-img {
    height: auto;

  }


  .section_top {
    padding: 10px;
  }

  .cards__item {
    flex-basis: 98%;
  }

  .cards {

    padding: 10px;
  }

 
}


nav.breadcrumb_section {
  background: #edeff6a1;
  padding: 6px 71px;
}

ol.breadcrumb {
  margin: 0px;
}


/* .sitemap ul>li>a:hover {
  background-color: #7d3f98 !important;
  border: 2px double #7d3f98 !important;
} */

.btngs_twoo {
  margin: 20px 0px 0px 0px;
  display: flex;
}

.categories_b {
  width: 20%;
  padding: 0px 5px;
  margin-bottom: 10px;
}

.head_top {
  color: black;
  font-size: 16px;
  display: block;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: center;
}
.float img{
  width:49px;
}

.cate_inner_b {
  border: 1px solid #7195b1d9;
  padding: 15px 10px 10px 10px;
  height: 100%;
}


.product-specs {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  text-align: left;
  scrollbar-width: thin;
  scrollbar-color: #079db994 #fff;
  height: 91px;
  overflow-y: auto;
}

.product-specs p {
  margin-bottom: 0.5px;
  font-size: 13.5px;
}

.product-specs span {
  font-weight: 600;
  color: #000000d1;
  font-size: 13.5px;
}


.trending_title h2,
.trending_title h3,
.trending_title h4,
.trending_title h5,
.trending_title h6 {
  font-size: 16.5px;
    font-weight: 700;
    color: #056181;
    margin-bottom: 5px;
    line-height: 1.3;
}

.card-content_box {
  padding: 13px 11px 1px 11px;
}

.trending_m_box {
  padding: 0px 6px;
  margin-bottom: 13px;
  width: 25%;
}



.card {
  height: 100%;
  display: inline-block;
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  background: #fff;
  position: relative;
  overflow: hidden;
  border: 1px solid #53849542;

}

.glance_content {
  width: 25%;
  padding: 0px 6px;
  margin-bottom: 10px;
}

.glance {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 20px 14px 14px 14px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.glance:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  transform: translateY(-5px);
}

.glance__image {
 width: 207px;
    height: 207px;
    object-fit: contain;
    border-radius: 8px;
    margin-bottom: 0px;
    margin-top: 0px;
    /* border: 1px solid #ddd; */
    /* background: #f9f9f9; */
    padding: 10px;

}

.glance_a {
  border: 2px solid #5c9cb32e;
  display: flex;
  justify-content: center;
}

.glance__title h2,
.glance__title h3,
.glance__title h4,
.glance__title h5,
.glance__title h6 {
  color: #0e4b79;
  margin: 10px 0 15px 0;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  /* color: #06343c; */
  margin-bottom: 5px;
  line-height: 1.3;
}

.glance__paragraph ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0px !important;
}

.fet_glance {
  margin-bottom: 8px;
  font-size: 15px;
  color: #555;
  display: flex;
  align-items: center;
}

.fet_glance i {
  color: #0e4b79;
}

.glance_p {
  font-weight: 600;
  margin-right: 5px;
  color: #333;
}

.glance__button a {
  display: inline-block;
  padding: 5px 9px;
  background: #2a89ab;
  color: #fff;
  /* border-radius: 30px; */
  font-size: 13.5px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
  text-align: center;
}

.glance__button a:hover {
  background: #093456;
}



.product-list {
  width: 33.33%;
  padding: 0px 5px;
  margin-bottom: 10px;
}

.product-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  border: 1px solid #ddd;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
  background: #fff;
  padding: 15px;
  height: 100%;
}

.product-item:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  transform: translateY(-5px);
}

.glance_b {
  /* flex: 0 0 40%; */
  /* max-width: 40%; */
  margin-right: 17px;
  /* display: flex
; */
  justify-content: center;
  /* align-items: center; */
  /* background: #f9f9f9; */
  border: 1px solid #48a8cb7d;
  /* border-radius: 10px; */
 ;
}

  /* 
  .product-info {
    flex: 1;
  } */
.product-info{font-size: 14px;
    color: #555;
    line-height: 1.6;
    text-align: left;
    scrollbar-width: thin;
    scrollbar-color: #079db994 #fff;
    height: 164px;
    overflow-y: auto;
  }

.automat-title h2, .automat-title h3, .automat-title h4, .automat-title h5, .automat-title h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #0e4b79;
  margin-bottom: 15px;
}

.product-info ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.product-info li {
  font-size: 13.5px;
  color: #555;
  margin-bottom: 2px;
  line-height: 1.5;
}

.glance__image2 {
  width: 130px;
  height: 130px;
  object-fit: contain;
  border-radius: 8px;
  margin-bottom: 19px;
  margin-top: 10px;

  padding: 1px;
}

.product-info li strong {
  color: black;
  font-weight: 600;
}


footer {

  background: linear-gradient(135deg, #a3c6ff59, #e8eef27d);
  color: #333333;
  border-top: 2px solid #7d3f981c;
  padding-top: 21px;
  margin-top: 69px;
}


.footer-top {
  padding-bottom: 0px;
  border-bottom: 1px solid #cccccc;
}

.footer-day-time {
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 13px;
  margin-bottom: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.footer-day-time ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-day-time li {
  font-size: 15px;
  margin-bottom: 0px;
  line-height: 1.5;
}

.footer-day-time li i {
  color: #7d3f98;
  margin-right: 8px;
  font-size: 18px;
}

.phone-no {
  text-align: right;
  font-size: 18px;
  font-weight: 600;
  color: #0e4b79;
}

.phone-no i {
  font-size: 22px;
  margin-right: 8px;
}

.footer_Sections,
.footer_Section {
  margin-bottom: 30px;
}

.footer-down {
  box-shadow: 0px 1px 5px #b1aeae;
  padding: 20px;
  background: white;
}

.footer_titles {
  font-size: 20px !important;
  margin-bottom: 20px !important;
  position: relative;
  font-weight: 700 !important;
  padding-bottom: 10px !important;
  border-bottom: 2px solid #1f9bc6 !important;
 display: inline-block;
    color: #5f3594 !important;
}

.footer_Sections p {
     font-size: 15px;
    color: black;
    line-height: 1.4;
}

.footer_Section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer_Section li {
  margin-bottom: 10px;
}

.footer_Section li a {
  font-size: 15px;
  color: black;
  text-decoration: none;
  transition: 0.3s;
}

.footer_Section li a:hover {
  color: #0e4b79;
  padding-left: 5px;
}

.footer-bottom {
  padding: 10px 0;
  background: #639eb324;
}

.footer_copytextt p {
  margin: 0;
  font-size: 13px;
  color: black;
  text-transform: capitalize !important;
}

.footer_copytextt a {
  color: #0e4b79;
  text-decoration: none;
}

.footer_copytextt a:hover {
  text-decoration: underline;
}

.footer-bottom ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}

.footer-bottom ul li {
  display: inline-block;
  margin-left: 15px;
}

.footer-bottom ul li a {
  color: #0a4a60;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
  font-weight: 700;
}

.footer-bottom ul li a:hover {
  color: #0e4b79;
}

.auto_main {
  margin-top: 75px;
}

.glance_main {
  margin-top: 60px;
}

.text_pree {
  font-size: 14px;
  line-height: 1.3;
  color: #323030de;
  font-weight: 300;
  letter-spacing: 0.2px;
  margin-bottom: 10px;
}

.info img {
  width: 27px;
}

.main_crt {
    
    margin-bottom: 11px;
    background: #ffffff;
    border: 1px solid #405f6a73;
    /* border-radius: 12px; */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
    padding: 14px 15px 11px 15px;
    
    break-inside: avoid;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
}



.ourp_hea {
  font-size: 22px;
  font-weight: 700;
  color: #0e4b79;
  text-align: center;
  margin-bottom: 20px;
}

.ourp_hea a {
  color: #0e4b79;
  text-decoration: none;
}

.img_center_d {
    display: flex
;
    justify-content: center;
    align-items: center;
    background: linear-gradient(45deg, #5dadc91a, transparent);
    /* border-radius: 10px; */
    padding: 15px;
    border: 1px solid #dddddd73;
    margin-bottom: 20px;
    overflow: hidden;
}



.categ_down {
  text-align: center;
}

.categ_down ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}

.cat_spc {
  margin-bottom: 6px;
}

.cat_spc a {
  font-size: 14px;
  color: black;
  text-decoration: none;
  transition: 0.3s;
  display: inline-block;
}

.cat_spc a:hover {
  color: #0e4b79;
  padding-left: 5px;
}

.P-morem a {
  font-size: 15px;
  font-weight: 600;
  color: #0e4b79;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: 0.3s;
}

.P-morem a:hover {
  color: #092f52;
  padding-left: 5px;
}

.P-morem i {
  margin-left: 5px;
}

.ourp_hea h2,
.ourp_hea h3,
.ourp_hea h4,
.ourp_hea h5,
.ourp_hea h6 {
  text-decoration: none;
    font-size: 16px;
    font-weight: 700;
       color: #0a497c;
    line-height: 1.3;
}



.titile_cf h2,
.titile_cf h3,
.titile_cf h4,
.titile_cf h5,
.titile_cf h6 {
  padding: 10px;
  font-size: 15.6px;
  font-weight: 700;
 color: #14588f;
}




.contactus_main {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  overflow: hidden;
}

.contact100-form {
  flex: 1 1 60%;
  padding: 14px 20px 20px 20px;
  border-right: 1px solid #eaeaea;
  background: #ffffff;
}

.contact1-title {
  font-size: 30px;
  font-weight: 700;
 color: #14588f;
  margin-bottom: 15px;
  display: block;
}

.wrap-in {
  position: relative;
  margin-bottom: 14px;
}

.input1,
.wrap-in textarea {
  width: 100%;
  padding: 10px 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 16px;
  transition: all 0.3s ease;
  background: #fafafa;
}

.input1:focus,
.wrap-in textarea:focus {
  border-color: #0e869e;
  background: #fff;
  box-shadow: 0 0 5px rgba(14, 134, 158, 0.2);
}

.err_message {
  color: #d9534f;
  font-size: 13px;
  margin-top: 5px;
  display: block;
}

.container-contact100-form-btn {
  text-align: center;
  margin-top: 20px;
}

.contact1-btn {
  background: #0e869e;
  color: #fff;
  padding: 5px 19px;
  border: none;
  border-radius: 0px;
  font-size: 17px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.fake-input img {
  width: 55px;
}

.captcha_input {
 border: 1px solid #80808061;
    padding: 7px 10px;
    border-radius: 5px;
}

.contact1-btn:hover {
  background: #0b6f81;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.cont_inb {
  flex: 1 1 40%;
  padding: 27px;
  background: linear-gradient(135deg, #0e869e99, #2867c3d6);
  color: #fff;
}

.haed_cont1 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.contact-left1 {
  font-size: 16px;
  margin-bottom: 30px;
}

.contact-detais ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-detais ul li {
  margin-bottom: 20px;
  font-size: 16px;
}

.contact-detais ul li a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 600;
}

.contact-detais ul li a:hover {
  text-decoration: underline;
}

.contact-detais i {
  margin-right: 10px;
}



/* Main heading */



/* Paragraphs */
.text_pree2 {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 8px;
  color: black;
  text-align: justify;
}

/* Subheadings (Our Mission, Vision, etc.) */
.about-haed2 {
  font-size: 19px;
  font-weight: 600;
  color: #0e869e;
  margin: 20px 0 20px 0;
  position: relative;
}

.breadcrumb-item a {
  font-size: 13px;
  color: #5c2374;
}

.about-haed2::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 50px;
  height: 3px;
  background: #0d6efd;
  border-radius: 10px;
}

/* Optional read more button if you enable */
.red_more {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 30px;
  background: #0e869e;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.red_more:hover {
  background: #0b6f81;
}

.main-heading3 h1 {
      color: #5f3594;
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 7px;
  border-bottom: 1px dashed #507b8b82;
  padding: 0px 0px 11px 0px;
}

.bottom_box {

  scrollbar-width: thin;
  scrollbar-color: #079db994 #fff;
  height: 110px;
  overflow-y: auto;
}

.breadcrumb_section {
  margin-bottom: 18px;
}

@media(min-width:300px) and (max-width:1200px) {
  .text_pree {
    display: none !important;
  }
.help_deatils span{
  font-size: 14px !important;
}
  .banner_main {
    display: none !important;
  }

  .list_ul {
    display: none !important;
  }

  .glance_b {
    border: none !important;
  }

  .product-item {
    display: block !important;
  }

  .glance__image2 {
    width: 180px !important;
    height: 180px !important;
  }

  .breadcrumb_section {
    margin-bottom: 18px;
  }

  .pp_text {
    display: none !important;
  }

  .canvas_open i {
           font-size: 23px !important;
        color: #1791bc;
  }
  .pc_img{
width: 170px !important;
    height: 170px !important;
    object-fit: contain !important;
    padding: 5px !important;
    border:none !important;
    box-shadow: none !important;
  }
  .add_com{
    padding-top:0px !important;
  }
  .section_top{
margin-top:0px !important;
  }
}

@media(min-width:300px) and (max-width:991px) {
  .breadcrumb {
    display: none !important;
  }

  .nav.breadcrumb_section {
    background: none !important;
  }

  .breadcrumb_section {
    background: none !important;
  }

  .breadcrumb_section {
    margin-bottom: 8px !important;
  }

  .product_d_right {
    margin-top: 20px;
  }

  .product_d_inner {
    padding: 0px !important;
    background: none;
    box-shadow: none !important;
  }

  .product_d_right {
    padding: 0px !important;
  }

}

@media(min-width:991px) and (max-width:1200px) {
  .categories_b {
    width: 25% !important;
  }

  .trending_m_box {
    width: 33.33%;
  }
.cate_box{
      columns: 3 !important;
}
  .product-item {
    display: block !important;
  }

  .product-list {
    width: 33.33% !important;
  }

  .glance_content {
    width: 33.33% !important;
  }

  .grid-container {
    columns: 3 !important;
  }

  .bottom_box {
    margin: 7px 0px 13px 0px !important;
  }

  .pc_heading h2,
  .pc_heading h3,
  .pc_heading h4,
  .pc_heading h5,
  .pc_heading h6 {
    margin-top: 19px !important;
    margin-bottom: 0px !important;
  }

  .pc_box {

    padding: 10px 10px 0px !important;
    margin-top: 0;

  }

  .bottom_box {
    margin: 7px 0px 13px 0px !important;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    text-align: left;
    scrollbar-width: thin;
    scrollbar-color: #079db994 #fff;
    height: 151px;
    overflow-y: auto;
  }

  .single_product1 {
    width: 25% !important;
  }
}

@media(min-width:767px) and (max-width:990px) {
  .categories_b {
    width: 33.33% !important;
  }

  .single_product1 {
    width: 33.33% !important;
  }

  .trending_m_box {
    width: 50%;
  }

  .product-list {
    width: 33.33% !important;
  }

  .glance_content {
    width: 50% !important;
  }

  .grid-container {
    columns: 2 !important;
  }

  .gired_box {
    width: 50%;
  }

  .bottom_box {
    margin: 7px 0px 13px 0px !important;
  }

  .pc_heading h2,
  .pc_heading h3,
  .pc_heading h4,
  .pc_heading h5,
  .pc_heading h6 {
    margin-top: 19px !important;
    margin-bottom: 0px !important;
  }

  .pc_box {

    padding: 10px 10px 0px !important;
    margin-top: 0;

  }
}

@media(min-width:300px) and (max-width:768px) {

  .automat-title h2 {
    margin-bottom: 5px !important;
  }

  .bottom_box {
    margin: 7px 0px 13px 0px !important;
  }


  .pc_heading h2,
  .pc_heading h3,
  .pc_heading h4,
  .pc_heading h5,
  .pc_heading h6 {
    margin-top: 19px !important;
    margin-bottom: 0px !important;
  }

  .pc_box {

    padding: 10px 10px 0px !important;
    margin-top: 0;

  }
}

@media(min-width:400px) and (max-width:768px) {
  .categories_b {
    width: 50% !important;
  }

  .single_product1 {
    width: 50% !important;
  }

}

@media(min-width:300px) and (max-width:399px) {
  .categories_b {
    width: 100% !important;
  }

  .single_product1 {
    width: 100% !important;
  }

}

@media(min-width:600px) and (max-width:768px) {

  .trending_m_box {
    width: 50%;
  }

  .product-list {
    width: 50% !important;
  }

  .glance_content {
    width: 50% !important;
  }

  .gired_box {
    width: 50% !important;
  }

}

@media(min-width:300px) and (max-width:599px) {

  .trending_m_box {
    width: 100%;
  }
.pc_img {
    width: 196px !important;
    height: 191px !important;
    margin: 10px 0px !important;
    padding:0px !important;
    box-shadow: none !important;
    border:none !important;
}
  .product-list {
    width: 100% !important;
  }

  .product-list {
    padding: 0px 12px !important;
  }

  .glance_content {
    width: 100% !important;
  }

  .gired_box {
    width: 100% !important;
  }
}

@media(min-width:300px) and (max-width:570px) {
  .email_block {
    display: none !important;
  }

}


.search_iteme {
  width: 20%;
  padding: 0px 5px;
  margin-bottom: 10px;
}

.search_box {
  border: 1px solid #919daf;
  padding: 10px;
  height: 100%;
}

.search_itemess h2,
.search_itemess h3,
.search_itemess h4,
.search_itemess h5,
.search_itemess h6 {
color: #14588f;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 0px;
}

.search_img {
  width: 130px;
  height: 130px;
  margin-top: 15px;
  margin-bottom: 20px;
  padding: 10px;
  object-fit: contain;
}

.real1 h2,
.real1 h3,
.real1 h4,
.real1 h5,
.real1 h6 {
  color: #14588f;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 7px;
  border-bottom: 1px dashed #507b8b82;
  padding: 0px 0px 5px 0px;
}

.related_p {
  margin-top: 50px;
}

.relte_title h2,
.relte_title h3,
.relte_title h4,
.relte_title h5,
.relte_title h6 {
  font-size: 16px;
  /* line-height: 20px; */
  font-weight: 600;
  /* margin-top: -16px; */
  color: #0a5068;
  text-align: center;
}

.single_product1 {
  width: 20%;
}

.rel_img {
  display: flex;
}

.resultBox li {
  padding: 8px 12px !important;
  cursor: pointer;
  list-style: none;
  border-bottom: 1px solid #9db0bb66 !important;
  font-size: 14px !important;
  color: #104558 !important;
}

.resultBox {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    border: 1px solid #ccc;
    max-height: 250px;
    overflow-y: auto;
    /* display: none; */
}

@media(min-width:570px) and (max-width:786px) {
   .grid-container {
    columns: 2;

  }
}