.head{width: 100%;padding: 14px 0 12px;background-color: #fff;border-bottom: solid 1px #FFFFFF17;}
.head p{text-align: center;margin: 0;font-weight: 500;font-size: 18px;color: #fff}
.head .left-tt ul{margin-bottom: 0;}
.head .left-tt ul li{float: left;padding-right: 10px;color: #fff;font-weight: 400;}
.head .right-tt ul{margin-bottom: 0;}
.head .right-tt ul li{
  float: right;
}
.head .right-tt ul li a{
  color: #ffffff;
}
.contact {
  display: block;
  padding: 0;
  float: right;
}
.contact ul {
  /*display: block;*/
  padding-right: 32px;
  float: left;
  margin: 0;
  padding: 0;
}
.contact ul li {
  display: block;
  padding: 0 30px;
  border-right: 1px #dedddd solid;
  float: left;
  font-size: 18px;
  color: #4f4a4a;
  line-height: 18px;
  font-weight: 500;
}
.contact ul li:nth-child(2) {
  border-right: none !important;
}
.contact ul li span {
  display: block;
  font-size: 12px;
  color: #8f9ba1;
  text-transform: uppercase;
  line-height: 28px;
}
.contact ul li a {
  color: #4f4a4a;
}
.contact ul li a:hover {
  color: #ff9600;
}
.red{color: #E4573D;}
.call-btn{
  background-color: #4E97FD;
  padding: 4px 15px;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-top: -6px;
}
.header-sec{
  width: 100%;
  padding: 15px 0;
  background-color: #1C63A1;
  position: relative;
}
.t_wrap{margin-top: 10px;}
.t_search {
  width: 100%;
  position: relative;
  display: flex;
}
.searchTerm {
  width: 100%;
  border: 1px solid #24aeb1;
  border-right: none;
  padding: 15px;
  height: 40px;
  border-radius: 15px 0 0 15px;
  outline: none;
  color: #9DBFAF;
  background-color: #F8F8F8;
  font-size: 14px;
}

.searchTerm:focus{
  color: #00B4CC;
  border: 1px solid #24aeb1 !important;
}

.searchButton {
  width: 60px;
  height: 40px;
  padding: 9px;
  border: 1px solid #24aeb1;
  background: #24aeb1;
  text-align: center;
  color: #fff;
  border-radius: 0 15px 15px 0;
  cursor: pointer;
  font-size: 18px;
}
.top-right-sec {width: 100%;text-align: right;margin-top: 12px;}
.top-right-sec ul{margin: 0;}
.top-right-sec ul li{
  display: inline-block;
}
.top-right-sec ul li a{
  color: #6c6c6c;
  padding: 10px 10px;
  float: left;
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
}
.top-right-sec ul li a:hover{text-decoration: none;}
.top-right-sec ul li a span{ 
  background: #e44616;
  padding: 8px;
  border: solid 1px #e44616;
  border-radius: 50px;
  color: #fff;
  font-size: 13px;
  margin-right: 5px;
}
.mgt-header-block-subtitle {
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center !important;
}
.mgt-header-block-title {
    font-size: 45px;
    font-weight: 100;
    margin-bottom: 15px;
    margin-top: 0px;
}
.mgt-header-line {
    height: 4px;
    width: 100px;
    background: #5bc0de;
    display: table;
    margin: auto;
    margin-bottom: 30px;
}
/*---------*/
.hm-cat-ss{width: 100%;background-color: #fff;}
.cnt_cat{
  width: 100%;
  padding: 80px 60px 100px;
}
.cnt_cat h3{
  font-size: 60px;
  font-weight: 600;
  color: #3babb7;
}
.cnt_cat h4{
  display: inline-block;
  background-color: #f5f5f5;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
}
.cnt_cat p{
  font-size: 22px;
  line-height: 32px;
}
.component-btn {
    flex-shrink: 0;
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 0;
    cursor: pointer;
    padding: 6px 35px 6px;
    border-radius: 2em;
    transition: all 0.1s ease 0s;
    text-decoration: none;
}
.component-btn.info {
    color: #FFFF !important;
    background: #3babb7 !important;
}
/*-------------*/
.banner-wrapper{
  position: relative;
}
.banner-area{
  width: 100%;
  padding: 30px 0 0;
}
.banner-text {
  position: absolute;
  top: 20px;
  left: 35px;
  right: 50px;
  width: 150px;
}
.banner-text h2{font-weight: bold;font-size: 25px;line-height: 30px;}
.banner-img{
  margin-bottom: 25px;
  border-radius: 10px;
  overflow: hidden;
}
.b-button {
    display: inline-block;
}
.red-b-button > a {
    color: #e4573d;
    transition: 0.3s;
}
.b-button > a {
    font-size: 14px;
    color: #e4573d;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.3s;
    display: inline-block;
    position: relative;
}
.b-button > a::before {
    position: absolute;
    content: "";
    background: #e4573d;
    height: 2px;
    width: 100%;
    bottom: -3px;
    transition: 0.3s;
    left: 0;
}
.b-button > a i {
    font-size: 13px;
    margin-left: 6px;
}
.red-b-button > a::after {
    background: #4e97fd;
    transition: 0.3s;
}
.b-button > a::after {
    position: absolute;
    content: "";
    background: #4e97fd;
    height: 2px;
    width: 0;
    bottom: -3px;
    transition: 0.3s;
    left: 0;
}
/*------------*/
.tcb-product-slider {
  background: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0;
}
.tcb-product-slider .carousel-control {
  width: 5%;
  background-image: none !important;
}
.MultiCarousel { float: left; overflow: hidden; padding: 15px; width: 100%; position:relative; }
.MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
.MultiCarousel .MultiCarousel-inner .item { float: left;}
.MultiCarousel .MultiCarousel-inner .item > div {margin: 15px;border: solid 1px #ddd;}
.MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
.MultiCarousel .leftLst { left:0; }
.MultiCarousel .rightLst { right:0; }
.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }
.tcb-product-item a {
  color: #000;
}
.tcb-product-item a:hover {
  text-decoration: none;
}
.tcb-product-item .tcb-hline {
  /*margin: 10px 0;
  height: 1px;
  background: #ccc;*/
}
@media all and (max-width: 768px) {
  .tcb-product-item {
    margin-bottom: 30px;
  }
}
.tcb-product-photo {
  text-align: center;
  height: 290px;
  background: #fff;
  border: solid 1px #E7F2F0;
}
.tcb-product-photo img {
  height: 100%;
  display: inline-block;
}
.tcb-product-info {
  background: #E7F2F0;
  padding: 15px;
}
.tcb-product-title h4 {
  margin-top: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}
.tcb-product-rating {
  color: #acacac;
}
.tcb-product-rating .active {
  color: #FFB500;
}
.tcb-product-price {
  color: #57B1BA;
  font-size: 18px;
  text-align: center;
}
.carousel-control{color: #000 !important;}
.details {
  margin: 50px 0;
}
.details h1 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 3px;
}
.details .back-link {
  text-align: center;
}
.details .back-link a {
  display: inline-block;
  margin: 20px 0;
  padding: 15px 30px;
  background: #333;
  color: #fff;
  border-radius: 24px;
}
.details .back-link a svg {
  margin-right: 10px;
  vertical-align: text-top;
  display: inline-block;
}
/*-----------------*/
.elementor-section{
  width: 100%;
}
.elementor-row{
  width: 100%;
  display: flex;
  display: -webkit-box;
}
.elementor-item{
  width: 20%;
  color: #fff;
}
.elementor-section{
  width: 100%;
  padding: 60px 0;
  background-color: #e44616;
}
.elementor-icon-box-wrapper{display: flex;}
.ffd6b0{background-color: #ffd6b0;}
.BEEBF6{background-color: #BEEBF6;}
.D7D7FF{background-color: #D7D7FF;}
.FFDBCD{background-color: #FFDBCD;}
.D2FAE6{background-color: #D2FAE6;}
.elementor-icon {
    color: #1d2a38;
    font-size: 28px;
    padding: 8px;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    float: left;
    background-color: #ffffff;
}
.elementor-item:hover .elementor-icon{
  background-color: #24AEB1
}
.elementor-item:hover i{color: #fff}
.elementor-item:hover .elementor-icon-box-content h5{
  color: #fff
}
.elementor-icon-box-icon{margin-right: 10px;}
.elementor-icon-box-content h5{color: #fff;margin-top: 0;font-weight: 700;}
.elementor-icon-box-content p {font-size: 13px;margin-bottom: 0;}
/*----------------*/
.pro-itm{
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 15px;
}
.pro-itm:hover {
  box-shadow: 0px 15px 60px 0px rgb(216 216 216 / 40%);
}
.prd-img {height: 250px;text-align: center;}
.prd-cnt .catgry{text-align: center;font-weight: bold;text-transform: uppercase;font-size: 13px;color: #9b9b9b;}
.prod-name{font-weight: 600;font-size: 18px;margin-top: 8px;}
/*--------------*/
.sub-cat-main{
  width: 100%;
  background-color: #fff;
  padding: 30px 0;
}
.side-menu{
  width: 100%;
  height: 100%;
}
.side-menu h3{margin: 0;padding: 10px;font-size: 16px;color: #000;border-left: 5px #4d98fd solid;background-color: #E9E9E9;}
.side-itm{
  width: 100%;
  padding:5px 0; 
}
.side-itm h4{padding: 10px;margin: 0}
.side-itm form{padding: 10px;}
.side-itm ul li{list-style: disc;margin-left: 25px;color: #4e98fd;font-size: 15px;}
.side-itm ul li:last-child{border: none;}
.side-itm ul li a{
  font-size: 14px;
  color: #4e98fd;
  font-weight: 500;
  padding: 5px 0px;
  display: block;
  width: 100%;
  
}
.side-itm ul li a:hover{
  color: #000;
  text-decoration: none;
}
.side-itm ul li a.active{color: #000;}
/*-----*/
.filter-price {
  width: 220px;
  border: 0;
  padding: 0;
  margin: 0; 
}

.price-title {
  position: relative;
  color: #000;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
}

.price-field {
  position: relative;
  width: 100%;
  height: 36px;
  padding-top: 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
  background: rgba(248, 247, 244, 0.2);
  border-radius: 3px;
}

.price-field input[type=range] {
    position: absolute;
}

/* Reset style for input range */

.price-field input[type=range] {
  height: 5px; 
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  -webkit-appearance: none;
}

.price-field input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

.price-field input[type=range]:active,
.price-field input[type=range]:focus {
  outline: 0;
}

.price-field input[type=range]::-ms-track {
  height: 5px; 
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  background: transparent;
  border-color: transparent;
  color: transparent;
  border-radius: 5px;
}

/* Style toddler input range */

.price-field input[type=range]::-webkit-slider-thumb { 
  /* WebKit/Blink */
    position: relative;
    -webkit-appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 5px;
    height: 20px;
    width: 20px;
    margin-top: -8px;
    background-color: #7B7B7B;
    cursor: pointer;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
}

.price-field input[type=range]::-moz-range-thumb { 
  /* Firefox */
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  margin-top: -10px;
  background-color: #7B7B7B;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

.price-field input[type=range]::-ms-thumb  { 
  /* IE */
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  margin-top: -10px;
  background-color: #7B7B7B;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

/* Style track input range */

.price-field input[type=range]::-webkit-slider-runnable-track { 
  /* WebKit/Blink */
  height: 5px;
  cursor: pointer;
  background: #222;
  border-radius: 5px;
}

.price-field input[type=range]::-moz-range-track { 
  /* Firefox */
  height: 5px;
  cursor: pointer;
  background: #222;
  border-radius: 5px;
}

.price-field input[type=range]::-ms-track { 
  /* IE */
  height: 5px;
  cursor: pointer;
  background: #222;
  border-radius: 5px;
}

/* Style for input value block */

.price-wrap {
  display: flex;
  justify-content: center;
  color: #222;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 20px;
}

.price-wrap-1 {
  width: 50%;
  border: solid 1px #dbdbdb;
  padding: 5px;
}
.price-wrap-2 {
  width: 50%;
  text-align: left;
  border: solid 1px #dbdbdb;
  padding: 5px;
}
.price-title {
  margin-right: 5px;
  backgrund: #d58e32;
}

.price-wrap_line {
  margin: 6px 10px;
}

.price-wrap #one, 
.price-wrap #two {
  width: 45px;
  margin: 0;
  padding: 0;
  margin-right: 2px;
  background:  0;
  border: 0;
  outline: 0;
  color: #222;
  font-family: 'Karla', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
}

.price-wrap label {
  text-align: right;
  margin-bottom: 0;
}

/* Style for active state input */
    
.price-field input[type=range]:hover::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px #222;
  transition-duration: 0.3s;
}

.price-field input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px #222;
  transition-duration: 0.3s;
}
.pro_dtl_cont{
  width: 100%;
}
.pro_tt h3{
  font-size: 36px;
  font-weight: 600;
  color: #4E97FD;
  margin-bottom: 20px;
}
.madia .media-row{
  display: flex;
}
.madia-th{padding-right: 15px;padding-bottom: 10px;padding-top: 10px;width: 20%;font-size: 18px;font-weight: bold;line-height: 25px;color: #4E97FD;}
.madia-td{padding-right: 15px;padding-bottom: 10px;padding-top: 10px;line-height: 25px;}
.pro_btn_sec{
  width: 100%;
}
.pro_btn_sec .bnt{

}
.bnt{
 /* width: 100%;*/
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 0;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 5px;
  margin-bottom: 20px;
}
.bnt-info{
  color: #fff;
  background-color: #3babb7;
  border-color: #3babb7;
  font-weight: bold;
}
.bnt-info:hover{
  color: #fff;
  background-color: #3babb7;
  border-color: #3babb7;
  font-weight: bold;
  text-decoration: none;
}
.bnt-info:focus{text-decoration: none;color: #fff}
/*----------*/
.accordion {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.accordion-item {
  background-color: transparent;
  border-right: solid 1px #ddd;
  border-left: solid 1px #ddd;
}
.pro_rlt_srl{border-bottom: solid 1px #ddd;}
.accordion-item__button {
  border: 0;
  display: block;
  background: #fff;
  width: 100%;
  color: #333;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  padding: 1rem;
  border-radius: 0px;
  cursor: pointer;
  border-top: solid 1px #d1d1d1;
  /*border-bottom: solid 1px #d1d1d1;*/
  position: relative;
}
.accordion-item__button:after {
  content: "+";
  float: right;
  right: 10px;
  top: 10px;
  font-size: 40px;
  line-height: 20px;
  font-weight: 100;
  position: absolute;
}
.accordion-item__button.active, .accordion-item__button:hover {
  background-color: #fff;
}
.accordion-item__button.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion-item__button.active:after {
  content: "-";
}
.accordion-item__content {
  overflow: hidden;
  max-height: 0;
  transition: all 0.4s ease-in-out;
  background-color: #efefef;
}
.accordion-item__content .table{margin-bottom: 0;}
.accordion-item__content.active {
  display: block;
}
.accordion-item__content p {
  padding: 1rem;
}
.srl_itm{
  width: 100%;
  padding: 15px;
  text-align: center;
}
/*----------*/
.form-x {
    width: 100%;
    padding: 30px 0;
    background-color: #EDEDED;
}
.form-x label {
    text-align: right;
    font-weight: normal;
    color: #000;
}
.bg-clr {
  background-color:#ffffff;
  width:70%;
  margin:auto;
  padding: 20px 5px;
  border-radius: 0px;
  display:flex;
  position: relative;
}
.bg-clr:before {
    width: 50%;
    margin: auto;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background: #ffffff;
}
.bg-clr img{width: 18px;margin-top: -3px;}
.login-form{padding-left: 10px;}

.imgcontainer h3{
  color: #0d0538;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 34px;
  margin-bottom: 30px;
  text-align: center;
}
img.avatar {
  width: 50%;
  margin: auto;
  margin-bottom: 20px;
}
span.psw {
  float: right;
  padding-top: 16px;
}
.pulse {
  background-color:#4e97fd;
  width: 100%;
  color:#fff;
  display:inline-block;
  padding:10px 15px;
  margin-bottom: 10px;
  letter-spacing: 8px;
  border-radius: 0px;
  font-weight:normal;
  text-align:center;
  text-transform: uppercase;
  border: solid 1px #4e97fd;
}
.pulse:hover {
  background-color:#79AEF8;
  border: solid 1px #79AEF8;
}
.form-style{
  display: block;
  width: 100%;
  padding: 12px 12px !important;
  font-size: 14px;
  color: #797979;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc !important;
  border-radius: 5px;
  outline: none;
}
input[type=text]:focus, textarea:focus{box-shadow: none;border: 1px solid #51c6ec}
.toggle-password {
    float: right;
    cursor: pointer;
    margin-right: 10px;
    margin-top: -30px;
}
.abt-contant p{
  line-height: 30px;
  text-align: justify;
}
/*-------------*/
.feedback-tt{
  width: 100%;
  padding: 50px 0;
  background: url(../img/bg-tsmnl.jpg) no-repeat;
  background-size: cover;
  color:#fff;
}
.testimonial{
  margin: 0 20px 40px;
}
.testimonial .testimonial-content{
  padding: 35px 25px 35px 50px;
  margin-bottom: 35px;
  background: #fff;
  border: 1px solid #f0f0f0;
  position: relative;
}
.testimonial .testimonial-content:after{
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  bottom: -10px;
  left: 22px;
  transform: rotate(45deg);
}
.testimonial-content .testimonial-icon{
  width: 50px;
  height: 45px;
  background: #ff4242;
  text-align: center;
  font-size: 22px;
  color: #fff;
  line-height: 42px;
  position: absolute;
  top: 37px;
  left: -19px;
}
.testimonial-content .testimonial-icon:before{
  content: "";
  border-bottom: 16px solid #e41212;
  border-left: 18px solid transparent;
  position: absolute;
  top: -16px;
  left: 1px;
}
.testimonial .description{
  font-size: 15px;
  font-style: italic;
  color: #8a8a8a;
  line-height: 23px;
  margin: 0;
}
.testimonial .title{
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin: 0 0 5px 0;
}
.testimonial .post{
  display: block;
  font-size: 14px;
  color: #fff;
}
.owl-theme .owl-controls{
  margin-top: 20px;
}
.owl-theme .owl-controls .owl-page span{
  background: #ccc;
  opacity: 1;
  transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
  background: #ff4242;
}
@media only screen and (max-width: 767px) {
  .mgt-header-block-title{font-size: 25px;}
  .header-sec{padding:0;}
}