/*<!-- Start-Chat-icon -->*/
.wc-chat {
    position: relative;
    z-index: 9999;
}
.wc-chat button.chatbox-open {
    position: fixed;
    bottom: 0;
    right: 0;
    width: auto;
    height: 52px;
    color: #fff;
    background-color: #0360a5;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 12px 15px 20px 0 rgb(46 61 73 / 15%);
    border: 0;
    border-radius: 50px;
    cursor: pointer;
    margin: 16px;
}
.wc-chat button.chatbox-open span {
    margin-left: 10px;
}
.chatbox-popup .search-field form button[type=submit]:focus {
    background: transparent;
}
.wc-chat button.chatbox-open:hover,
.wc-chat button.chatbox-close:hover{
    background-color: #000;
}
.wc-chat button:focus{
    outline: none; !important;
    border: none;
}
.wc-chat button.chatbox-close {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 52px;
  height: 52px;
  color: #fff;
  background-color: #0360a5;
  background-position: center center;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  margin: 16px;
}
.chatbox-popup {
    display: none;
    box-sizing: border-box;
    width: 100%;
    padding: 16px;
    color: #fff;
    background: #FFFFFD;
    border-radius: 5px;
    box-shadow: 0 5px 40px rgb(0 0 0 / 30%);
    overflow: hidden;
    border-bottom: 7px solid #1d73be;
    border-top: 7px solid #1d73be;
    animation: pop-swirl 0.5s ease forwards;
    transform-origin: right bottom;
}
.main-chat-box{
 display: flex;
 position: fixed;
 flex-direction: column;
 right: 16px;
 width: 320px;
 height: auto;
 bottom: 16px;

}

@keyframes pop-swirl {
  0% {
    transform: scale(0) rotate(0);
}

100% {
    transform: scale(1) rotate(0);
}

}
.wc-chat button.chatbox-open.active {
    animation: pop-out 0.5s ease forwards;
    transform-origin: right bottom;
}
@keyframes pop-out {
  0% {
    transform: scale(1) rotate(0);
}

100% {
    transform: scale(0) rotate(0);
}

}
.chatbox-popup .chatbox-popup__header ul li em {
    background: yellow;
}
/*.chatbox-popup .chatbox-popup__header {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    padding: 16px;
    color: #fff;
    background: #FFFFFD;
    border-radius: 5px;
    box-shadow: 0 5px 40px rgb(0 0 0 / 30%);
    overflow: hidden;
    border-bottom: 7px solid #1d73be;
    border-top: 7px solid #1d73be;
}*/
.chatbox-popup .chatbox-popup__header ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: block;
  max-height: 200px;
  position: relative;
  overflow-y: scroll;
}
.chatbox-popup .chatbox-popup__header ul li{
    padding-bottom: 10px;
    font-family: 'Montserrat';
    font-weight: 500 !important;
    font-size: 16px;
    color: #6e6b6b;
}
.wc-chat .search-field form {
    margin-bottom: 22px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 2px 8px #bfbfbf;
    height: 40px;
}
.wc-chat .search-field form input[type=text] {
    border: 0;
    padding: 4px;
    width: calc(100% - 60px);
    font-family: 'Montserrat', sans-serif;
    background: transparent;
    font-size: 14px;
}
.wc-chat .search-field form button[type=submit] {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    font-size: 16px;
    padding: 0 20px;
    color: #1D73BE;
    transition: 0.3s;
    text-transform: uppercase;
}
.wc-chat .search-field form button:hover[type=submit] {
    color: #1d73be;
    background: transparent;
}


.chatbox-popup .chatbox-popup__header ul::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.chatbox-popup .chatbox-popup__header ul::-webkit-scrollbar
{
    width: 8px;
    background-color: #F5F5F5;
}

.chatbox-popup .chatbox-popup__header ul::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #0360a5;
}
.question-title .other h2 {
    color: #010101;
    font-family: 'Montserrat';
    font-size: 14px;
}
.question-title .other {
    border: 1px solid #1d73be;
    border-radius: 4px;
    background: #1d73be12;
    margin-bottom: 10px;
    padding: 10px;
}
.question-title .other p{
    color: #151313d4;
    margin: 0;
}
.quetion-btn .btn {
    display: block;
    padding: 10px;
    border-radius: 6px;
    background: transparent;
    color: #0360a4;
    font-family: 'Montserrat';
    text-align: center;
    border: 2px solid #1d73be;
    font-weight: 600;
    margin-bottom: 30px;
}
.quetion-btn .btn:hover {
    background-color:  #0360a4;
    color: #fff;
}
.content-meassage {  
    padding: 12px;
}
.content-meassage h2.site-header__title {
    font-size: 25px;
    color: #0360a5;
    text-align: center;
    font-family: 'Raleway'!important;
}
.content-meassage p{
    color: #444;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}

.chat-accordian{ position:relative;  }
.main-chat-box.active .wc-loader {
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    vertical-align: middle;
    position: absolute;
    left: 45%;
    top: 45%;
    z-index: 1;
}
.main-chat-box.active {
    background: #0297b0;
}
.question-title  .close-question-title{
    color: #0360a5;
    text-align: end;
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 85px;
    font-size: 18px;
}

.main-chat-box.active::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000006b;
    content: '';
    z-index: 1;
}

@media only screen and (max-width: 380px) {
    .main-chat-box{
        right: 8px;
        width: 300px;
    }
}

/*  ------------------------------/ custome back btn css /---------------------------*/

.back_btn_url a {
    display: inline-block;
    text-align: center;   
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
}

.back_btn_url a:before {
    content: '\f060';
    display: inline-block;  
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    margin-right: 6px;
}

/* --------------------- Chat-16-11-22 ----------------- */

.main-chat-box .chat-content {
    max-height: 300px;
    overflow: auto;
    margin: 15px 0;
}
.main-chat-box .Chatbox-title {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.main-chat-box .chat-content::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
}

.main-chat-box .chat-content::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background-color: #035a9b;
}

.Chatbox-title .title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Chatbox-title .title-wrap h2.title {
    text-transform: uppercase;
    font-family: 'Lato';
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin: 0;
}

.Chatbox-title .title-wrap .form-elements ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin-left: 5px;
}

.Chatbox-title .title-wrap .form-elements  ul.list {
    overflow: initial;
    margin: 0;
    padding: 0;
}

.Chatbox-title .title-wrap .form-elements ul li a {
    padding: 5px;
    border: 1px solid #eee;
    font-size: 13px;
    width: 24px;
    display: flex;
    height: 24px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 2px;
    transition: all .4s;
}

.Chatbox-title .title-wrap .form-elements ul li a:hover {
    background: #035a9b;
    color: #fff;
    border-color: #035a9b;
}

.main-chat-box .chat-content span.chat-date {
    font-size: 12px;
    color: #a29f9f;
    text-align: center;
    display: block;
    font-weight: 300;
}
.chat-accordian-footer.accordian-wrap{
    color: #000;
}

.chat-accordian-footer .accordian-title-footer .accordian-title{
    color: #000;
    font-size: 14px;
    margin: 0;
    font-weight: 500;
    padding-top: 12px;
}
.main-chat-box .chat-content .about-chat h3.chat-greeting {
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
}
.chat-accordian .accordian-wrap p.accordian-content{
    display: none;
    margin-top: 10px;
}
.main-chat-box .chat-content .about-chat .des, .chat-accordian .accordian-wrap p.accordian-content {
    color: #333;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}
.chat-accordian .accordian-wrap h3.accordian-title:first-letter {
    text-transform: capitalize;
}

.chatbox-popup .search-submit-btn{
    font-weight: 600;
    color: #000
}

.main-chat-box .chat-content .chat-accordian .accordian-wrap {
    padding: 12px 0;
}

.chat-accordian .accordian-wrap h3.accordian-title {
  color: #000;
  font-size: 14px;
  margin: 0;
  cursor: pointer;
}

.chat-accordian .accordian-wrap h3.accordian-title em {
    background: #2196f375;
}
.chat-accordian .accordian-wrap h3.accordian-title svg {
    margin-left: 6px;
    font-size: 12px;
    color: #333;
    transition: all .4s;
}
.chat-accordian .accordian-wrap h3.accordian-title.active svg {
    transform: rotate(90deg);
}
.main-chat-box .chat-content .chat-accordian .accordian-wrap:last-child {
    border: 0;
}
.chatbox-popup .search-field form {
    margin-bottom: 0;
    box-shadow: none;
    margin: 0 -16px -16px -16px;
    border-top: 1px solid #eee;
    border-radius: 0;
    padding: 10px 15px;
    display: block;
    height: auto;
}

.chatbox-popup .search-field form button[type=submit] {
    border-radius: 0;
    border-left: 1px solid #eee;
}

@media only screen and (max-width: 1023px) {
    .back_btn_url a {
        padding: 10px 20px;
        min-width: 120px;
        font-size: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .wc-chat button.chatbox-open {
        bottom: 56px;
    }

}

@media only screen and (max-width: 575px) {

    .back_btn_url {
        bottom: -30px;
        text-align: center;
    }
}
