* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Plus Jakarta Sans", sans-serif;
}
body{
    background-color:  rgba(235, 242, 250, 1) !important;
}
/* Header Styles */

/* start style Contact */
section.contact{
    margin:50px;
}
.contact .container .live{
    margin-top: 10px;
    align-items: center;
    border-radius: 5px;
}
.contact .container .live .chat{
    border-radius: 5px;
    background-color: #fff;
    padding:10px;
    align-items: center;
}
.contact .container .live .chat .text-2{
    font-size: 14px;
    font-weight: bold;
    color: rgba(30, 30, 30, 1);
    padding-top: 5px;
}
.contact .container .live .chat .btn{
    background-color: rgba(0, 124, 238, 1);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    width:40%;
}
.contact .container .live .chat .btn a{
    color: #fff;
    text-decoration: none;
}
.contact .container .live .chat button.line{
    border: none;
    background-color: transparent;
    color: rgba(0, 124, 238, 1);
    font-size: 16px;
}
.contact .container .live .form{
    background-color: #fff;
    border-radius: 10px;
    padding:10px;
    align-items: center;
}
.contact .container .live .form .col-12 .row{ 
    background-color: #fff;
    margin-top: 20px;
    border:none;
    padding:10px;
    align-items: center;

}
.contact .container .live .col-12 form{
    background-color: #fff;
    margin-top: 5px;
    padding: 20px;
}
.contact .container .live .col-12 form .row .submit{
    margin-top: 10px;
}
.contact .container .live .col-12 form .row .submit button{
    background-color:rgba(0, 124, 238, 1);
    color: #fff;
    width:40%;
    text-transform: uppercase;
}
.contact .container .row .im .chat{
    background-color: transparent !important;
}
.contact .container .row .col-12 .chat .images .img-2{
    border-radius: 100%;
    width:100px;
    position: absolute;
    top: 10%;
    left: 80%;
}
.contact .container .row .col-12 .chat .images .img-1{
    border-radius: 100%;
    width:200px;
    position: absolute;
    left: 60%;
}
.contact .container .row .col-12 .chat .images .img-3{
    border-radius: 100%;
    align-items: center;
    position: absolute;
    bottom: 2%;
}
/* end style contact */

/* Start Footer */
footer {

    background-color: #fff;
    color: rgba(147, 147, 147, 1);
    padding: 30px 0;
    margin-top: 40px;
}
.footer-content {
    display: grid;
    grid-template-columns: 25% 50% 25%;
}
footer .container .footer-content{
    border-bottom: 2px solid rgba(217, 217, 217, 1);
}
footer .container .footer-content .footer-logo .logo{
    text-decoration: none;
    font-size: 24px;
    color:#007bee;
    font-weight:700;
}
footer .container .footer-content .footer-logo .logo span{
    color: rgba(30, 30, 30, 1);
}
.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
  
.footer-menu li {
    display: inline-block;
    margin-right: 20px;
}
  
.footer-menu li:last-child {
    margin-right: 0;
}
  
.footer-menu a {
    color:rgba(147, 147, 147, 1);
    text-decoration: none;
}

/* End Footer */

/* Start Footer Bottom */
  .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
  }
  
  .footer-bottom .footer-copyright p {
    margin-right: 10px;
  }
  
  .footer-bottom .footer-social {
    display: flex;
  }
  
  .footer-bottom .footer-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer-bottom .footer-social li {
    margin-right: 10px;
  }
  .footer-bottom .social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
.footer-bottom .social-icons li {
    display: inline-block;
    margin-right: 10px;
}
  
.footer-bottom .social-icons li:last-child {
    margin-right: 0;
}
  
.footer-bottom .social-icons a {
    color:rgba(217, 217, 217, 1);
    text-decoration: none;
    font-size: 20px;
}
/* End Footer Bottom */



@media (max-width: 768px) {
    .contact_hot-line p ,
    .contact_hot-line .btn {
        width: 100%;
    }
}