*{margin: 0; padding: 0; box-sizing: border-box;}
.footer {width: 100%;line-height: 24px;background: #F3F3F3;margin: 10px 0px 0px;padding: 50px 0px 0px;color: #808080;}
.footer  .footer_wraper{display: grid; grid-template-columns: repeat(4, 1fr);gap: 20px;}
.footer  .footer_wraper .footer_item aside {padding-bottom: 30px;}
.footer  .footer_wraper .footer_item aside .widgettitle {margin-bottom: 35px;font-size: 18px;text-transform: uppercase;color: #808080; position: relative;padding-bottom: 0px;}
.footer  .footer_wraper .footer_item aside .widgettitle::after{content: "";height: 1px;background: #e1e1e1;width: 100px;position: absolute;bottom: -10px;left: 0px;}
.footer  .footer_wraper .footer_item aside .widget_container .footer_links{text-decoration: none; list-style: none; padding-left: 0px;}
.footer  .footer_wraper .footer_item aside .widget_container .footer_links .footer_link_item, .footer .dt-sc-footer-info{list-style: none;font-size: 14px;font-weight: normal;display: block;position: relative;border-bottom: 1px solid #e1e1e1;line-height: 24px;padding: 10px 0px 7px 15px;color: #808080;}
.footer .dt-sc-footer-info:last-child{border-bottom: 0px !important;}
#footer  .footer_wraper .footer_item aside .widget_container .footer_links .footer_link_item a{text-decoration: none; color: #808080;}
.footer  .footer_wraper .footer_item aside .widget_container .footer_links .footer_link_item:hover a{color: #4ea6cb }
.footer  .footer_wraper .footer_item aside .widget_container .footer_links .footer_link_item:last-child{ border-bottom: none}
.footer .widget .footer_links .footer_link_item:before {content: "\f105";font-family: FontAwesome;font-style: normal;font-weight: normal;text-decoration: inherit;font-size: 16px;position: absolute;top: 6px;left: 0px;}

#footer .copyright {width: 100%;padding: 20px 0px;margin: 0px;color: #6a6a6a;border-top: 1px solid #e1e1e1;}
#footer .copyright .copyright-content{margin: 6px 0px 0px;font-size: 14px;line-height: 24px;}
#footer .footer_item .widget .widget_container img {max-width: 100%;height: auto;}
#footer .widget .widget_container .fa {padding-right: 5px;} 


#chatview {
    width: 500px;
    height: 484px;
    position: absolute;
    right: 50px;
    display: none;
    background: #fff;
}

#chatview #close {
    position: absolute;
    top: 8px;
    opacity: 0.8;
    right: 50px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
#chatview #chat-messages.animate {
    opacity: 1;
    margin-top: 0;
}

#chatview #chat-messages {
    opacity: 0;
    margin-top: 30px;
    width: 100%;
    height: 270px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 20px;
    -webkit-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -moz-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -ms-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -o-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}

#chatview #chat-messages label {
    color: #aab8c2;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    margin: 15px 0;
    width: 100%;
    display: block;
}
#chatview #chat-messages div.message {
    padding: 0 0 30px 58px;
    clear: both;
    margin-bottom: 45px;
}
#chatview #chat-messages div.message.right {
    padding: 0 58px 30px 0;
    margin-right: -19px;
    margin-left: 19px;
}

#chatview #chat-messages div.message {
    padding: 0 0 30px 58px;
    clear: both;
    margin-bottom: 45px;
}
#chatview #chat-messages .message img {
    float: left;
    margin-left: -38px;
    border-radius: 50%;
    width: 30px;
    margin-top: 12px;
}

#chatview .message .bubble {
    background: #f0f4f7;
    font-size: 13px;
    font-weight: 600;
    padding: 12px 13px;
    border-radius: 5px 5px 5px 0px;
    color: #8495a3;
    position: relative;
    float: left;
}

.bubble .corner {
    background: url("/public_html/images/bubble-corner.png") 0 0 no-repeat;
    position: absolute;
    width: 7px;
    height: 7px;
    left: -5px;
    bottom: 0;
}

div.message.right .corner {
    background: url("/public_html/images/bubble-cornerR.png") 0 0 no-repeat;
    left: auto;
    right: -5px;
}

.bubble span {
    color: #aab8c2;
    font-size: 11px;
    position: absolute;
    right: 0;
    bottom: -22px;
}
#chat-messages div.message.right img {
    float: right;
    margin-left: 0;
    margin-right: -38px;
}
#chat-messages .message img {
    float: left;
    margin-left: -38px;
    border-radius: 50%;
    width: 30px;
    margin-top: 12px;
}

#chatview, #sendmessage {
    overflow: hidden;
    border-radius: 6px;
}

#sendmessage {
    height: 60px;
    border-top: 1px solid #e7ebee;
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 100%;
    background: #fff;
}

#sendmessage input {
    background: #fff;
    margin: 21px 0 0 21px;
    border: none;
    padding: 0;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400px;
    color: #aab8c2;
}

#sendmessage button {
    background: #fff url(/public_html/images/send.png) 0 -41px no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 23px;
    border: none;
}


/* Media  query Section */

/********  Desktops & large screens devices ********/
@media only screen and  (min-width: 1025px) and (max-width: 1200px){}

/******** Small screens & laptops devices ********/
@media only screen and  (min-width: 768px) and (max-width: 1024px){}

/******** iPads & Tablets devices ********/
@media (min-width: 481px) and (max-width: 767px) {
    .footer .footer_wraper {grid-template-columns: none; grid-template-rows: repeat(4, 1fr);gap: 0px;}
    #footer .copyright { text-align: center;}
}

/******** Mobile devices ********/
@media (min-width: 320px) and (max-width: 480px){
    .footer .footer_wraper {grid-template-columns: none; grid-template-rows: repeat(4, 1fr);gap: 0px;}
    #footer .copyright { text-align: center;}
}
@media (max-width: 480px) {
 .footer .footer_wraper {grid-template-rows: repeat(4, 1fr);grid-template-columns: none;}
}
