html,
body {
    font-size: 15px;
    font-family: 'Lato', sans-serif;
}

h1,h2,h3,h4,h5 {
    font-size: 27px;
    line-height: 33px;
    color: #1a242f;
    margin-bottom: 15px;
}

/* chat panel css */

.chat_panel_wrapper h1,.chat_panel_wrapper h2,.chat_panel_wrapper h3,.chat_panel_wrapper h4,.chat_panel_wrapper h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 27px;
    line-height: 33px;
    margin-bottom: 15px;
}

.chat_fire_point a {
    color: #000;
}

.chat_fire_point h1,.chat_fire_point h2,.chat_fire_point h3,.chat_fire_point h4,.chat_fire_point h5,.chat_fire_point h6 {
    font-family: 'Poppins', sans-serif;
    font-size: 27px;
    line-height: 33px;
    margin-bottom: 15px;
}

.chat_fire_point p {
    font-family: 'Lato', sans-serif;
}
.card_list .card_box h1,
.card_list .card_box h2,
.card_list .card_box h3,
.card_list .card_box h4,
.card_list .card_box h5{
        font-size: 18px!important;
    line-height: 22px!important;
        font-family: "Helvetica Neue Bold"!important;
}
.chat_fire_point{
        width: 70px;
    height: 70px;
    border-radius: 50%;
    background-image: url(../images/Pray_2.webp);
    position: fixed;
    right: 47px;
    bottom: 25px;
    z-index: 600;
    background-color:#3db5e5;
    background-size: 108%;
    background-repeat: no-repeat;
    box-shadow: rgb(0 0 0 / 16%) 0px 5px 30px;
    background-position: center;
}
.chat_panel_wrapper{
    position: fixed;
    right: 20px;
    bottom: 135px;
    box-shadow: rgb(0 0 0 / 16%) 0px 5px 40px;
        font-family: 'SF Pro Display';
    width: 380px;
    height: 0;
    z-index: 9999999;
    border-radius: 10px;
    background-color: #fff;
    opacity: 0;
    transform: translate(0px,300px);
    transition-delay: 1s, 250ms;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    overflow: hidden;
    max-height: 618px;
}
.chat_panel_wrapper p{
    font-family: 'SF Pro Display';
    font-size: 15px;
    line-height: 20px;
}
.chat_panel_wrapper h3,
.chat_panel_wrapper h4,
.chat_panel_wrapper h5,
.chat_panel_wrapper h6{
    font-size: 18px;
    line-height: 22px;
}
.chat_panel_wrapper.toggle_box{
    min-height: 250px;
    max-height: 618px;
    height: calc(90% - 0px);
    opacity: 1;
    transform: translate(0px,22px);
    transition-delay: 1s, 250ms;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
}
.chat_panel_wrapper:after{
    width: 100%;
    top: 0;
    border-radius: 10px 10px 0 0;
    background-color: #000;
    content: '';
    left: 0;
    right: 0;
    height: 200px;
    z-index: -1;
    position: absolute;
}
.chat_inner_panel{
     max-height: 558px;
    overflow: auto;
    height: 558px;
    z-index: 30;
    margin: 43px 0 0 0;
}
.chat_inner_panel::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.chat_inner_panel::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.chat_inner_panel::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.chat_inner_panel::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.chat_inner_wrapper{
    padding: 25px 15px 0;
    opacity: 1;
    transition-delay: 1s, 250ms;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    overflow-x: hidden;
}
.welcome_into_chat{
    margin: 0 0 30px 0;
}
.welcome_into_chat h1,
.welcome_into_chat h2,
.welcome_into_chat h3,
.welcome_into_chat h4{
    color: #fff;
    font-size: 27px;
}
.welcome_into_chat p{
    color: #fff;
    font-size: 14px;
}
.card_list{
    display: block;
    font-size: 14px;
}
.card_box{
    border-radius: 6px;
    padding: 20px;
    margin: 0 0 20px 0;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 15px 0px, rgb(0 0 0 / 10%) 0px 1px 2px 0px, rgb(26 26 26 / 50%) 0px 2px 0px 0px inset;
    background-color: #fff;
}
.card_box p{
    margin-bottom: 15px;
}
.send_intention{
    background-color: #f1766b;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    text-transform: inherit;
    font-weight: 100;
    letter-spacing: 0.5px;
    padding: 10px 15px;
    transition: all 0.5s ease-in-out;
    position: relative;
    z-index: 1;
    text-decoration: none;
    text-align: center;
    border-radius: 25px;
    overflow: hidden;
    max-width: 245px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    font-family: "Helvetica Neue Light";
}

.show_vidlist{
        background-color: #000;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    text-transform: inherit;
    font-weight: 100;
    letter-spacing: 0.5px;
    padding: 10px 15px;
    transition: all 0.5s ease-in-out;
    position: relative;
    z-index: 1;
    text-decoration: none;
    text-align: center;
    border-radius: 25px;
    overflow: hidden;
    max-width: 160px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    font-family: "Helvetica Neue Light";
}
.send_intention span{
    margin: 0 10px 0 0;
}
.card_box h3,
.card_box h4,
.card_box h5,
.card_box h6{
    font-family: 'SF Pro Display';
}
.chat_inner_wrapper.hide_inner_wrapper{
     opacity: 0;
    transform: translate(0px,-77px);
    position: absolute;
    height: 0;
    transition-delay: 1s, 250ms;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
}
.send_message_to_auth{
   opacity: 0;
    padding: 15px;
    transform: translate(0px,700px);
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    transition-delay: 1s, 250ms;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
}
.send_message_to_auth.show_cmsg{
    opacity: 1;
    transform: translate(0px,0px);
    transition-delay: 1s, 250ms;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
}


.send_vid_to_auth{
   opacity: 0;
    padding: 15px;
    transform: translate(0px,700px);
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    transition-delay: 1s, 250ms;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
}
.send_vid_to_auth.show_vidpanel{
    opacity: 1;
    transform: translate(0px,0px);
    transition-delay: 1s, 250ms;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
}
.close_chat{
   position: absolute;
    right: 25px;
    top: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    text-decoration: none;
}
.close_chat span{
    font-size: 15px;
}
.chat_inner_wrapper .section_wrap_1{
    transform: scale(1.2);
    opacity: 0;
    transition-delay: 0.3s;
    transition: transform 0.3s ease-out 0s, opacity 0.3s ease-out 0s;
}
.chat_inner_wrapper.animate_boxes .section_wrap_1{
    opacity: 1;
    transition: transform 0.3s ease-out 0s, opacity 0.3s ease-out 0s;
    transform: scale(1);
    transition-delay: 0.3s;
}
.chat_inner_wrapper .section_wrap_2{
    transform: scale(1.2);
    opacity: 0;
    transition-delay: 0.5s;
    transition: transform 0.5s ease-out 0s, opacity 0.5s ease-out 0s;
}

.chat_inner_wrapper.animate_boxes .section_wrap_2{
    opacity: 1;
    transition: transform 0.5s ease-out 0s, opacity 0.5s ease-out 0s;
    transform: scale(1);
    transition-delay: 0.5s;
}

.chat_inner_wrapper .section_wrap_3{
    transform: scale(1.2);
    opacity: 0;
    transition-delay: 0.7s;
    transition: transform 0.7s ease-out 0s, opacity 0.7s ease-out 0s;
}
.chat_inner_wrapper.animate_boxes .section_wrap_3{
    opacity: 1;
    transition: transform 0.7s ease-out 0s, opacity 0.7s ease-out 0s;
    transform: scale(1);
    transition-delay: 0.7s;
}

#msgAuth .card_box{
    max-height: 395px;
    overflow: auto;
    margin: 0 0 35px 0;
}

/* chat panel css end */


/* YT video popup start */
#display_popup
{
    font-size:20px;
    cursor:pointer;
}
.chat-video-popup iframe{
    width: 100%;
    max-width: 100%;
    height: 450px;
    margin: 0 0 -10px 0;
    border-radius: 10px;
}
.chat-video-popup #cancel_button{
        position: absolute;
    top: -28px;
    right: -28px;
    width: 48px!important;
    height: 48px;
    border-radius: 50%;
    background-color: #fff;
    color: #333!important;
    font-size: 34px;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    
    line-height: 1px;
}

.chat-video-popup #cancel_button span{
    color: #f1766b;
    top: -3px;
    margin: -13px 0 0 0;
    position: relative;
    transform: rotate(134deg);
    width: 20px;
    height: 20px;
}
#popup_box p{
    padding: 0!important;
    margin: 0;
    border-radius: 10px;
}
#popup_box
{
    visibility:hidden;
    display:none;
    width:100%;
    max-width: 680px;
    background-color:#fff;
    position:fixed;
    left:50%;
    top:50%;
    border-radius:10px;
    border:2px solid grey;
    box-shadow:0px 0px 10px 0px grey;
    font-family:helvetica;
    z-index: 99999999;
    transform: translate(-50%, -50%);
}
#popup_box #cancel_button
{
    float: right;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 5px;
    border: none;
    color: white;
    padding: 5px;
    border-radius: 1000px;
    width: 25px;
    border: 1px solid #424242;
    box-shadow: 0px 0px 10px 0px grey;
    cursor: pointer;
    transform: rotate(45deg);
}
#popup_box #info_text
{
    padding:10px;
    clear:both;
    background-color:white;
    color:#6E6E6E;
}
#popup_box #close_button
{
    margin:0px;
    padding:0px;
    width:70px;
    height:30px;
    line-height:30px;
    font-size:16px;
    background-color:grey;
    color:white;
    border:none;
    margin-bottom:10px;
    border-radius:2px;
    cursor:pointer;
}
.popup_box-overlay{
    position: fixed;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: scale(0);
    background-color: rgba(0, 0, 0, 0.65);
    /*backdrop-filter: url(filters.svg#filter) blur(25px) saturate(150%);*/
    z-index: 9999999;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;

}
.popup_box-overlay.add-overlay{
    opacity: 1;
    transform: scale(1);
   transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
}
body.body-freeze{
    overflow: hidden;
}
/* YT video popup end */


@media screen and (max-width: 1660px) {
    .chat_panel_wrapper.toggle_box {
        max-height: 575px;
        height: calc(90% - 0px);
    }
    .chat_inner_panel {
        max-height: 535px;
        height: 535px;
    }
    #msgAuth .card_box{
        max-height: 395px;
    }
}
@media screen and (max-width: 1600px) {
    .chat_inner_panel {
        max-height: 455px;
        height: 455px;
    }
    .chat_panel_wrapper.toggle_box {
        max-height: 505px;
        height: calc(90% - 0px);
    }
    #msgAuth .card_box {
   max-height: 395px;
}
}


@media screen and (max-width: 768px) {
    .chat_panel_wrapper {
        width: 320px;
    }
    .send_intention span{
        font-size: 16px;
    }
    .send_intention{
        font-size: 12px;
        height: 35px;
    }
    .show_vidlist{
        font-size: 12px;
        max-width: 130px;
    height: 38px;
    }
    #display_popup {
        font-size: 12px;
        cursor: pointer;
    }
    #popup_box {
    visibility: hidden;
    display: none;
    width: 86%;
    }
    .chat-video-popup iframe {
        width: 100%;
        max-width: 100%;
        height: 340px;
    }
}
@media screen and (max-width: 560px) {
    .chat_panel_wrapper.toggle_box {
        max-height: 460px;
        height: calc(90% - 0px);
    }
    .chat_inner_panel {
        max-height: 405px;
        height: 405px;
    }
    #msgAuth .card_box {
    max-height: 345px;
}
#msgAuth .wpcf7 input[type="text"], #msgAuth .wpcf7 input[type="tel"], #msgAuth .wpcf7 input[type="email"], #msgAuth .wpcf7 input[type="text"]:focus, #msgAuth .wpcf7 input[type="tel"]:focus, #msgAuth .wpcf7 input[type="email"]:focus {
    height: 35px;
    outline: none;
} 
  .chat_fire_point {
    width: 55px;
    height: 55px;
    right: 26px;
    bottom: 25px;
    }
    .chat-video-popup iframe {
        width: 100%;
        max-width: 100%;
        height: 230px;
    }
}

@media screen and (min-height: 760px) {
    .chat_inner_panel {
        max-height: 455px;
        height: 455px;
    }
    .chat_panel_wrapper.toggle_box {
        max-height: 505px;
        height: calc(90% - 0px);
    }
}

