.ch_form_wrap {
    width: 100%;

    margin: 0;
    padding: 0;
    font-size: 12px;
}
.ch_form_wrap {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 12px;
}
.ch_form_wrap .title {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #006ab6;
    width: 101%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    margin-left: -2px;
    font-size: 15px;
    padding: 0 20px;
    font-weight: normal;
    cursor: pointer;
    margin-bottom: 0;
}
.content-wrap.livechat {
    position: fixed;
    right: 10px;
    bottom: -469px;
    z-index: 1000000;
    min-width: 280px;
    min-height: 430px;
    width: 337px;
    height: 515px;
    background: transparent;
    border: none;
    outline: none;
    margin: 0px;
    padding: 0px;
    transition-duration: 0.5s;
    border: 1px solid #006ab6;
    background: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
}
.content-wrap.livechat .wpcf7-list-item input {
     pointer-events: none;  
}
.content-wrap.livechat.show {
    bottom: -5px;
}

.content-wrap.livechat .wpcf7 {
    background: #fff;
}

.content-wrap.livechat input ,
.content-wrap.livechat select {
    border: 1px solid #e5e5e5;
    height: 39px;
    padding: 0 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-radius: 25px;
    width: 100%;
    margin-bottom: 15px;
    outline: none;

}
.content-wrap.livechat select,
.content-wrap.livechat input::placeholder,
.content-wrap.livechat textarea::placeholder{
 color: #020024a8;

}
.content-wrap.livechat textarea {
    height: 95px;
    padding: 10px 13px;
    width: 100%;
    resize: none;
    outline: none;
    border: 1px solid #e5e5e5;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-radius: 25px;
    margin-bottom: 20px;
}

.content-wrap.livechat form {
    padding: 15px;
}

.content-wrap.livechat input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #006ab6;
    border: 1px solid #006ab6;
    color: #fff;
    transition: 0.6s;
}

.content-wrap.livechat input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    background: #fff;
    border: 1px solid #006ab6;
    color: #006ab6;
    transition: 0.6s;
}
.fixed-top {
    top: 42px !important;
}
.has-scroll .fixed-top {
    top: 0 !important;
}
.top-header .icon,
.top-header li {
    display: flex;
}
.top-header li {
    gap: 5px;
}
.top-header .icon svg {
    width: 28px;
    height: 28px;
    fill: #fff;
    border: 1px solid #fff;
    border-radius: 100%;
    padding: 4px;
}
.top-header {
    background: #006ab6bd;
    color: #fff;
}
.top-header .icon {
    margin-bottom: 0;
    padding: 7px 0;
    gap: 30px;
}

.top-header .row {
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 0 15px;
}
.top-header .icon-social svg {
    width: 28px;
    height: 28px;
    fill: #fff;
    border: 1px solid #fff;
    border-radius: 100%;
    padding: 4px;
}
.top-header .icon-social a {
    display: inline-block;
}
.top-header .icon-social {
    display: flex;
    gap: 10px;
}
.content-wrap.livechat .ch_form_wrap .email_point {
    display: none;
}
.list-products.four-products .slick-list .slick-track .slick-slide.slick-active {
   margin-left: 0 !important;
   margin-right: 0 !important;
   
}
.list-products.four-products .slick-list .slick-track .slick-slide {
 padding: 10px !important;
}

.content-wrap.livechat .dropdown-checkbox {
  border: 1px solid #e5e5e5;
  height: 39px;
  padding: 0 13px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  border-radius: 25px;
  width: 100%;
  margin-bottom: 15px;
  outline: none;
  display: flex;
  align-items: center;

}
.content-wrap.livechat .dropdown-checkbox:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-right: 2px solid #006ab6;
    border-bottom: 2px solid #006ab6;
}
.content-wrap.livechat .box-checkboxes {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    position: absolute;
    z-index: 10;
    color: #006ab6;
    border-radius: 8px;
    padding: 20px 15px 0;
    padding: 20px 15px 0;
    padding: 1.25rem 0.9375rem 0;
    max-height: 220px;
    overflow: auto;
    bottom: 102%;
    width: 306px !important;
}


.content-wrap.livechat .box-checkboxes .wpcf7-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.content-wrap.livechat .box-checkboxes .wpcf7-checkbox .wpcf7-list-item>label input {
    width: 15px;
    min-width: 15px;
    height: auto;
    margin-bottom: 5px;

}



.content-wrap.livechat  .box-checkboxes.hide {
    display: none;
}

.half-input {
    position: relative;
}

.content-wrap.livechat .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: 400;
    display: block;
    position: absolute;
    width: 100%;
    z-index: 999;
    display: flex;
    top: 22px;
    left: 15px;
}
.list-products.four-products .slick-list .slick-track .slick-slide {
    padding: 10px !important;
    display: flex;
    align-items: center;
    flex: auto;
    height: auto;
}
.list-products.four-products .slick-list .slick-track .slick-slide {
    display: flex;
    min-height: 100%;
    height: auto;
    flex: auto;
}

.list-products.four-products {
    position: relative;
    margin-top: 50px !important;
}
.btn-cl span{
    background: #006ab6;
    color: #fff;
    padding: 0px 10px;
    border-radius: 29px;
    font-size: 11px;
    position: absolute;
    top: 10px;
    cursor: pointer;
    right: 10px;
}
@media(max-width:  1300px) {
    .content-wrap.livechat input, .content-wrap.livechat select {
        height: 33px;
        margin-bottom: 7px;
    }
    .content-wrap.livechat textarea {

        height: 80px;
        margin-bottom: 5px;
    }

    .content-wrap.livechat {

        bottom: -385px;
        height: 360px;
        width: 300px;
    }
}
@media (max-width: 767px) {
    .content-wrap.livechat .ch_form_wrap .email_point {
        display: block;
        position: absolute;
        width: 45px;
        height: 45px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        right: 0;
        top: 0;
        z-index: 1;
        background: #36a9e1;
        color: #fff;
        cursor: pointer;
    }
    .content-wrap.livechat .ch_form_wrap .title {
        visibility: hidden;
        opacity: 0;
    }
    .content-wrap.livechat {
        border: none;
        border-radius: unset;
        background: transparent;
    }
    .content-wrap.livechat form {
        border: 1px solid #006ab6;
    }
    .top-header .row {
        padding: 0 12px;
    }
    .content-wrap.livechat {
        bottom: -385px;
        height: 360px;
        width: 360px;
        overflow: visible;
    }
}
.list-products .first-image img {
  margin-top: 5px !important;
}
