@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap');
body{
  margin:0;
  padding:0;
  font-family: "Google Sans", sans-serif;
  color: #8f738d;
 }

a{
  text-decoration: none;
}
a:focus, a:hover {
    text-decoration: none;
}
img{
  max-width: 100%;
}

ul, ol{
  margin:0px;
  padding:0px;
}
li{margin:0px;
  padding:0px;
  list-style: none;
}

p{
  margin:0px;
  padding:0px;
}
.bi {
  display: inline-block;
  vertical-align: -0.125em;
  fill: currentcolor;
}
i {
    font-style: normal;
}

@font-face {
    font-family: 'Carely Orches DEMO';
    src: url('../fonts/CarelyOrchesDEMO-Regular.woff2') format('woff2'),
        url('../fonts/CarelyOrchesDEMO-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

 #particles-js {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; 
  }


/* top section start */
.top-section{
  background: linear-gradient(90deg, #d6cdea 0%, #f9d8d6 100%);
  text-align: center;
}
.top-left span {
    font-size: 20px;
    display: block;
    text-transform: capitalize;
    font-weight: 700;
    padding: 7px 0 5px;
    color: #ffffff;
    animation: float 2s ease-in-out infinite;
}

@keyframes float {
  0% {    
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-15px);
  }
  100% {
    transform: translatey(0px);
  }
}

.top-right span {
    font-size: 20px;
    display: block;
    color: #fff;
    animation: blkk1 1s infinite;
    text-transform: capitalize;
    font-weight: 700;
    padding: 5px 12px 7px;
}
.top-right span i{
  padding: 0 5px;
  font-size: 18px;
  color: #fff52d;
}
 @keyframes blkk1{
  0%{background: #031822;}
  50%{background: #fff;color: #000000;}
  100%{background: #032736;}
   
}
/* top section end*/


/* head logo section start */
.head-align{
  align-items: center;
  justify-content: center;
}
.head-left1{
  text-align: center;
}
.head-right2{
  text-align: center;
}
.head-num ul li{
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    display: block;
}
.head-num ul li a {
  color: #222222;
  display: inline-block;
  padding: 26px 0 0 10px;
  font-size: 30px;
  line-height: 30px;
}

.head-num ul li a span{
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  color: #4e4b4b;
}
.head-num ul li img{margin-top: -90px;}



.head-right2 .head-num ul li a{text-align: right;padding: 26px 10px 0 0;}
.head-list ul li{
  padding: 10px 10px;
  display: inline-block;
  font-weight: 500;
  color: #222222;
  position:relative;
  text-transform: capitalize;
  font-size: 16px;
}
.head-list ul li:last-child{
  
padding: 0px 10px 0;
}
.head-list ul li span{
  padding: 10px 18px;
  display: inline-block;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  background: #222222;
}
.head-list ul li span svg{
  width: 18px;
  height: 16px;
}
/* head logo section end */


/* banner section start */
.banner img{
  width:100%;
}
.icon-sec img.ws-icon{
   animation: float 3s ease-in-out infinite;
   width: 190px;
   position: absolute;
   bottom: 0;
   left: 50px;
}
 @keyframes float {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-20px); }
    100% { transform: translateY(0); }
  }
/* banner section end */

/* services section start */
.services{
  position: relative;
}
.sv1{
  padding: 12px;
  text-align: center;
}
.sv2 svg{
    width: 90px;
    height: 90px;
}
.sv2 span {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    color: #000;
    padding: 12px 0 0;
}
.sv2 p {
    color: #222;
    font-weight: 300;
    text-transform: capitalize;
    padding: 2px 0 3px;
}
.sv2 a {
    padding: 4px 12px 3px 5px;
    display: inline-block;
    border-radius: 50px;
    color: #e9716a;
    text-transform: uppercase;
    font-weight: 700;
}
.sv2 a svg {width: 25px;height: 25px;fill: #fff;}

/* services section end */


/* about us section start */
.aboutus-section{
}
.aboutus-heading{
  padding: 0 0 10px;
  text-align: center;
}
.aboutus-heading svg {
    width: 50px;
    height: 50px;
    animation: float 3s ease-in-out infinite;
}
.aboutus-heading span{
  text-transform: capitalize;
  font-size: 18px;
  color: #000;
  font-weight: 600;
  display: block;
  margin: 8px 0 -5px;
}
.aboutus-heading strong{
  display: block;
  font-size: 75px;
  text-transform: capitalize;
  font-weight: 300;
  font-family: 'Carely Orches DEMO';
}
.aboutus-heading a strong{
  color: #8f738d;
}
.aboutus-heading p{
  display: block;
  font-size: 40px;
  font-weight: 300;
  font-family: 'Carely Orches DEMO';
  color: #000;
}
.about-us p{
  color: #222;
  padding: 8px 0;
  line-height: 32px;
  font-weight: 300;
}
.about-us p strong{font-weight: 400;color: #e9716a;}
.about-us span{
  color: #fff;
  font-size: 18px;
  padding: 4px 15px;
  line-height: 34px;
  font-weight: 500;
  background: #222222;
  text-transform: capitalize;
  display: block;
  width: fit-content;
}
.about-us b{
  font-size: 19px;
  padding: 8px 0 8px;
  font-weight: 600;
  display: inline-block;
  line-height: 22px;
  border-bottom: 2px solid #ff000e;
  text-transform: capitalize;
  color: #000;
}
.about-us ul li{
  color: #000;
  text-transform: capitalize;
  position: relative;
  font-weight: 500;
  padding: 7px 12px;
  display: inline-block;
  background: linear-gradient(90deg, #d6cdea 0%, #f9d8d6 100%);
  border: 1px solid #d6cdea;
  border-radius: 50px;
  margin: 4px 0;
}
.about-us ul li:before{
    color: #ffffff;
    content: "\f450";
    font-weight: 400;
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    padding: 0 9px 0 0;
}

/* about us section end */



/* add line section start */
.add-line2{

text-align: center;
}
.add-line2 p{
  color: #222;
  line-height: 29px;
  font-weight: 300;
}
.add-line2 strong{
  text-transform: capitalize;
  font-weight: 500;
  font-size: 30px;
  color: #222;
  padding: 0 0 7px;
  display: block;
}
/* add line section end */



/* best services section start */
.best-services1{
  padding: 12px;
  text-align: center;
}
.best-services3{border: 3px solid #e7d2e0;border-top: 0;border-radius: 0 0 0 30px;position: relative;border-right: 0;padding: 0 15px 8px;}
.best-services2 img{
  border-radius: 50%;
  border: 15px solid #f8d8d6;
}
.best-services3 p{
  color: #222;
  padding: 8px 0;
  line-height: 29px;
  font-weight: 300;
}
.best-services3 strong{
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  color: #000;
  padding: 34px 0 0;
}
.best-services3 ul li a{
  display: inline-block;
  position: absolute;
  top: -30px;
  left: -30px;
}
/* best services section end */


/* awards section start */
.award-section{
  position: relative;
}
.award-section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 150px;
  background: linear-gradient(90deg, #d6cdea 0%, #f9d8d6 100%);
  right: 0;
  z-index: -1;
  bottom: 222px;
}
.awards-1{
  padding: 12px;
  margin: 0 auto;
}
.awards-2 p{
  font-weight: 600;
  color: #000;
  line-height: 28px;
  padding: 0 0 10px;
  font-size: 20px;
  text-transform: capitalize;
  text-align: center;
}
.awards-2 img{
  width:100%;
}
/* awards section end */


/* why us section start */

.why-content{
  padding: 12px;
  margin: 0 auto;
}
.why-content ul{padding: 30px 0 0;}
.why-content ul li{
  padding: 5px 0 5px 20px;
  position: relative;
  color: #222;
  line-height: 29px;
  font-weight: 300;
}
.why-content ul li:before {
    background: 30% #e6e6e600;
    top: 6px;
    left: 0;
    color: #eb7d76;
    position: absolute;
    content: "\f450";
    font-weight: 400;
    font-family: "Font Awesome 6 Pro";
}
.why-content img{
  width: 100%;
}
.why-content a{
     font-size: 20px;
     color: #fff;
     text-transform: uppercase;
     padding: 10px 15px 8px;
     font-weight: 500;
     background: #222222;
     display: inline-block;
     border-radius: 10px;
     text-align: center;
}
.why-content:nth-child(2) a {padding: 0;}
/* why us section end */

/* top services section start */
.topservices-section{
  
background: #f8d7d6;
  
position: relative;
  
overflow: hidden;
  
z-index: 0;
}
.topservices-section:before {
    content: "";
    position: absolute;
    width: 850px;
    height: 500px;
    background: url(../images/list-bg.png) no-repeat;
    right: -505px;
    z-index: -1;
    bottom: 0;
    background-size: 535px;
    background-position: bottom left;
    opacity: 83%;
}
.topservices-1{
  padding: 12px;
}
.topservices-2{
  padding: 15px;
  background-color: #ffffff26;
}

.topservices-2 strong{
  font-size: 20px;
  font-weight: 700;
  display: block;
  text-transform: capitalize;
  color: #8f738d;
  padding: 0 0px 6px;
}
.topservices-2 ul li{
  padding: 5px 0 5px 20px;
  position: relative;
  color: #000000;
  line-height: 27px;
  font-weight: 300;
  text-align: left;
  font-size: 15px;
}
.topservices-2 ul li a{
    color: #000000;
}
.topservices-2 ul li span{
  
font-weight: 500;
}
.topservices-2 ul li:before {
    background: 30% #e6e6e600;
    top: 6px;
    left: 0;
    color: #eb7d76;
    position: absolute;
    content: "\f450";
    font-weight: 400;
    font-family: "Font Awesome 6 Pro";
}
/* top services section end */


/* testimonial section start */

.testi-heading strong{display: block;font-size: 23px;text-transform: capitalize;font-weight: 800;color: #000000;}
.testi-heading span i{
  font-size: 17px;
  padding: 0 2px;
  color: #f2b810;
  font-weight: 300;
}
.testi-heading p {
    color: #222;
    line-height: 29px;
    font-weight: 300;
}
.testi-1{
  padding: 12px;
}
.testi-2{
  padding: 20px;
  position: relative;
  border-radius: 12px;
  background: linear-gradient(90deg, #d6cdea 0%, #f9d8d6 100%);
  z-index: 0;
}
.testi-2 p {
    color: #161616;
    line-height: 28px;
    font-weight: 300;
    font-size: 15px;
}
.testi-2 strong {
    font-size: 18px;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    padding: 8px 0 0;
    color: #553252;
    font-style: italic;
}
.testi-2 span svg{
  position: absolute;
  width: 80px;
  height: 80px;
  z-index: -1;
  fill: #ffffff;
  top: 0;
  right: 0;
}
/* testimonial section end */


/* other service section start */
.other-mn{
    padding: 12px;
}
.other-inr{position: relative;}
.other-inr-1:hover .other-srv-img img {filter: hue-rotate(45deg);}
.other-srv-img img {
    width: 100%;
    transition: .5s;
}
.other-srv-text span{
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
    display: block;
    background: #fff;
    padding: 8px 15px 0;
    position: absolute;
    width: 90%;
    margin: 0 auto;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    border-radius: 30px 30px 0 0;
}
/* other service section end */


/* google review section start */
.testimonials1 {
    padding: 12px;
}

.testimonials2 {
    border-radius: 19px;
    padding: 27px 25px 39px;
    box-shadow: 0px 0px 18px -2px #e5e3df;
    position: relative;
}
.testimonials3 span {
    padding: 0;
    display: inline-block
}
.testimonials3 span .bi {
    color: #f3bc1d;
    height: 18px;
    width: 18px;
    margin: 18px 2px 0;
}
.testimonials3 i svg {
    color: #fbbd05;
    height: 35px;
    width: 35px;
    position: absolute;
    right: 15px;
    top: 15px;
}
.testimonials3 .google {
    float: right;
    height: 27px;
    margin: 7px 0 0
}

.testimonials4 {
    padding: 0 20px 0 0;
    overflow: scroll;
    height: 130px;
    overflow-x: hidden;
}

.testimonials4::-webkit-scrollbar {
    width: 3px
}

.testimonials4::-webkit-scrollbar-track {
    box-shadow: inset 0 0 100px #dfdfdf;
    border-radius: 0
}

.testimonials4::-webkit-scrollbar-thumb {
    background: #989898;
    height: 20px;
    border-radius: 0 0 10px 10px
}

.testimonials4 p {
    color: #222;
    padding: 8px 0;
    line-height: 28px;
    font-weight: 300;
    font-size: 15px;
}

.testimonials5 span {
    position: absolute;
    height: 38px;
    width: 38px;
    background: #bb658c;
    color: #fff;
    border-radius: 50%;
    text-transform: capitalize;
    line-height: 39px;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
}

.testimonials1:nth-child(2) .testimonials5 span {
    background: #dd9242;
}

.testimonials1:nth-child(3) .testimonials5 span {
    background: #aebf44;
}

.testimonials1:nth-child(4) .testimonials5 span {
    background: #6abf81;
}

.testimonials1:nth-child(5) .testimonials5 span {
    background: #709db3;
}

.testimonials1:nth-child(6) .testimonials5 span {
    background: #4d320b
}

.testimonials5 p {
    padding-left: 50px;
}

.testimonials5 p b {
    display: block;
    font-weight: 600;
    color: #000000;
    text-transform: capitalize
}

.testimonials5 p i {
    display: block;
    text-transform: capitalize;
    font-size: 13px;
    color: #70757a;
}
/* google review section end */

/* whatsapp chat section start */
.chat-1{
    padding: 6px;
    text-align: center;
 }
/* whatsapp chat section end */

/* counter section start */

.counter-1{
  padding: 12px;
  text-align: center;
}
.counter-2{
  padding: 15px;
  text-align: center;
  box-shadow: 0px 0px 18px -2px #e5e3df;
}
.choose-text strong{
 font-size: 18px;
 font-weight: 500;
 display: block;
 text-transform: capitalize;
 color: #222;
}
.love_count{
  font-weight: 700;
  font-size: 52px;
  display: block;
} 
.love_count:after{
  content: "k+";
  right: 0;
}
/* counter section end */

/* footer section start */
.footer{
  background: linear-gradient(90deg, #d6cdea 0%, #f9d8d6 100%);
}
.footer-contact2 strong{
   display: block;
   color: #222222;
   font-size: 28px;
   text-transform: uppercase;
   font-weight: 600;
}

.footer-contact2 p{
   display: block;
   padding: 10px 0 0;
   color: #212121;
   line-height: 27px;
}
.footer-contact2 strong a{
   color: #222222;
}

.footer-contact2 p a{
   color: #212121;
}
/* footer section end */






/* copy section start */

.footer-copy{
  padding: 8px 0 15px;
}
.copy-right span{
  color: #313131;
  font-size: 13px;
  line-height: 22px;
  display: block;
  font-weight: 400;
  padding: 0 0 8px;
}
.copy-right p{
  font-size: 15px;
  font-weight: 600;
  color: #222;
}
/* copy section end */



#callbook {
  background: #ffffff30;
  bottom: 0;
  height: 30px;
  left: 0;
  position: fixed;
  display: none;
  right: 0;
  z-index: 999999;
  padding: 0 13px;
}
#callbook ul{padding: 0px;
}
#callbook ul li {
  background: red;
  position: relative;
  width:50%;
  float:left;
  text-align: center;
  top: -9px;
  padding: 9px 5px 10px;
  border-radius: 8px 25px 0 0;
  transition: .5s;
}
#callbook ul li:last-child{
  background: #00bc00;
}
#callbook ul li a span {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
}
#callbook ul li:hover{
  border-radius: 25px 8px 0 0;
}

@media (max-width: 767px){
.head-right2 ul li .head-call{padding: 0;}
.head-list ul li:last-child{display: block;padding: 2px 10px 0px;}
.top-right span i {font-size: 16px;}
.bestserv-lines strong {font-size: 18px;text-align: center;padding: 36px 25px 8px;}
.awards-2 p {padding: 0 0 9px;font-size: 16px;line-height: 25px;}
.bestserv-lines strong span{ margin: -30px auto 0;left: 0;right: 0;}
.add-line2 p{font-size: 15px;line-height: 26px;}
.services-right{margin: 0 auto 10px;order: -1;}
.services-left1 strong {font-size: 35px;}
.award-section1:before {height: 150px;bottom: 0;}
.services-left {padding: 12px;}
.footer-contact1:nth-child(2){order: -1;}
.footer-line strong {line-height: 34px;font-size: 20px;}
.footer-space{padding-top: 0 !important;}
.why-box:before {width: 100%;height: 85%;bottom: 0;top: inherit;}
.aboutus-heading strong { font-size: 50px;}
.testi-heading strong {font-size: 35px;line-height: 45px;padding: 10px 0 0;}
.testi-heading span i {font-size: 20px;padding: 0 1px;}
.footer-contact2 a {/* font-size: 24px; */}
.footer-copy {padding: 8px 0 58px;}
.other-srv-text span {font-size: 15px;}
.icon-sec img.ws-icon {width: 135px;bottom: -71px;left: 15px;}
.awards-1:nth-child(2){order: 1;}
.head-list ul li {padding: 6px 5px 4px;font-size: 15px;}
.mob-hide, .head-num ul li img{display: none;}
.add-line2 strong {font-size: 22px;}
.best-services1 {padding: 12px 12px 12px 35px;}
.head-right2 .head-num ul li a {text-align: center;font-size: 45px;line-height: 40px;padding: 0;}
.topservices-section:before {right: -390px;background-size: 655px;opacity: 30%;}
.chat-section{padding: 0 !important;}
#callbook {display:block;}






}


@media only screen and (min-width: 768px) and (max-width: 991px) {
.head-right2 ul li .head-call .bi {width: 28px;height: 28px;}
.bestserv-lines strong {font-size: 18px;padding: 9px 70px 8px 18px;}
.services-left1 strong {font-size: 30px;line-height: 40px;padding: 0 0 5px;}
.services-right1:after{left: -60px;top: -12px;}
.bestserv-lines strong span {width: 52px;height: 52px;line-height: 47px;}
.bestserv-lines strong span svg {width: 45px;height: 45px;}
.testi-heading strong {font-size: 35px;}
.testi-heading span i {font-size: 20px;padding: 0 1px;}
.footer-contact1:nth-child(2){order: -1;}
.footer-line strong {line-height: 45px;}
.footer-space{padding-top: 0 !important;}
.why-box:before {width: 100%;height: 85%;bottom: 0;top: inherit;}
.aboutus-heading strong {font-size: 60px;}
.awards-1:nth-child(2){order: 1;}
.head-list ul li {padding: 5px 10px 5px;}
.mob-hide{display: none;}
.icon-sec img.ws-icon {width: 132px;bottom: -38px;}
.topservices-section:before {right: -390px;background-size: 655px;opacity: 30%;}


}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.top-right span {font-size: 18px;padding: 6px 8px 7px;}
.top-right span i {font-size: 16px;}
.top-left span {font-size: 18px;}
.head-num ul li a {font-size: 25px;}
.head-right2 ul li .head-call .bi {width: 28px;height: 28px;}
.head-list ul li {font-size: 14px;padding: 10px 5px;}
.bestserv-lines strong {font-size: 24px;}
.best-services2 strong {font-size: 24px;}
.awards-2 p {padding: 0 0 9px;font-size: 16px;}
.topservices-2 strong {font-size: 20px;}
.footer-line strong {font-size: 25px;}
.footer-contact2 a {font-size: 21px;}
.footer-contact2 strong {font-size: 25px;}
.footer-contact2 span {height: 92px;width: 92px;line-height: 123px;}
.footer-contact2 span i {font-size: 55px;}
.other-srv-text span {font-size: 18px;}
.best-services3 strong {font-size: 18px;}
.icon-sec img.ws-icon {width: 132px;}



}




@media only screen and (min-width: 1201px) and (max-width: 1340px) {}


@media (max-width: 575px) and (min-width: 0px) {
.head-num ul li a.head-ws {height: 42px;line-height: 34px;width: 42px;}
.head-num ul li a.head-ws:before {width: 60px;height: 60px;}
.head-num ul li a.head-ws .bi {width: 20px;height: 20px;}
.top-right span {font-size: 18px;padding: 5px 8px 6px;}
.top-left span {font-size: 15px;}
.top-right span i {font-size: 16px;}
.bestserv-lines strong {font-size: 16px;}
.awards-2 p {font-size: 20px;padding: 0 0 10px;}
.add-line2 p{font-size: 17px;line-height: 26px;}
.services-right{margin: 0 auto 10px;order: -1;}
.services-left1 strong {font-size: 27px;}
.award-section1:before {border-radius: 30px;}
.about-us p, .services-left1 p{text-align: left;font-size: 15px;line-height: 29px;}
.about-us ul li{font-size: 15px;}
.best-services2 p{font-size: 15px;}
.aboutus-heading strong {font-size: 40px;line-height: 45px;}
.aboutus-heading span {font-size: 17px;}
.testi-heading strong {font-size: 26px;line-height: 35px;}
.footer-contact2 a {/* font-size: 28px; */}
.why-content a {}
.why-content a i {width: 45px;height: 45px;box-shadow: 0 0 0 6px #ffffff;line-height: 56px;}
.why-content a .bi {height: 26px;width: 26px;}
.footer-contact2 .footer-line {font-size: 25px;}
.footer-line strong {line-height: 30px;font-size: 18px;}
.other-srv-text span {font-size: 20px;}
.icon-sec img.ws-icon {width: 100px;bottom: -56px;}
.aboutus-heading p {font-size: 30px;line-height: 38px;}
.head-list ul li { padding: 4px 7px 0px;font-size: 15px;}

}



@media (max-width: 420px) and (min-width: 0px) {
.head-right2 ul li .head-call {font-size: 27px;}
.about-us b {font-size: 17px;line-height: 24px;}
.head-right2 ul li .head-call .bi {width: 28px;height: 28px;}
.top-right span {font-size: 13px;padding: 5px 3px 5px;}
.top-left span {font-size: 13px;}
.top-right span i {font-size: 12px;}
.bestserv-lines strong {font-size: 15px;font-weight: 600;padding: 36px 25px 10px;}
.add-line2 p{font-size: 15px;line-height: 25px;}
.services-right{margin: 0 auto 10px;order: -1;}
.services-left1 strong {font-size: 25px;line-height: 35px;}
.about-us p{text-align: left;}
.aboutus-heading strong {font-size: 35px;}
.aboutus-heading span {font-size: 14px;}
.best-services2 strong {font-size: 24px;}
.testi-heading strong {font-size: 23px;line-height: 30px;padding: 6px 0 0;}
.why-content a {font-size: 11px;padding: 5px 45px 5px 10px;}
.why-content a i {width: 40px;height: 40px;box-shadow: 0 0 0 6px #ffffff;line-height: 50px;right: -10px;}
.why-content a .bi {height: 22px;width: 22px;}
.footer-contact2 .footer-line {font-size: 18px;}
.footer-line strong {line-height: 25px;font-size: 15px;}
.best-services3 strong {font-size: 16px;}
.topservices-2 strong {font-size: 20px;}
.other-srv-text span {font-size: 17px;}
.about-us span {font-size: 17px;padding: 7px 18px;line-height: 25px;}
.icon-sec img.ws-icon {width: 80px;left: 8px;}
.sv1{width: 100%;}
.head-right2 .head-num ul li a {font-size: 35px;line-height: 32px;}
.head-list ul li span { padding: 8px 12px;font-size: 12px;}
.head-list ul li {padding: 3px 2px 0px;font-size: 12px;}
.chat-1{width: 100%;}
.footer-contact2 p {line-height: 26px;font-size: 15px;}
}