body{font-family: 'Poppins', sans-serif;}
img{max-width: 100%;}
h1, h2, h3, h4{font-family: 'Oswald', sans-serif;
}

img{
	max-width: 100%;
}
.container-fluid {
    max-width: 1400px;
}
.align{
    align-items: center;
}
.top-bar {
    margin: 0;
       background: linear-gradient(to top, #d40859 9%, #e73531 90%);
}

ul.icons {
    margin: 0;
    padding: 6px 0;
    list-style: none;
}

ul.icons li {
    margin-right: 10px;
    padding: 0;
    display: inline-block;
}

ul.icons li a {
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
}

ul.icons li a i {
    color: #d40859;
    background: #ffd500;
    padding: 10px 10px;
    font-size: 18px;
    border-radius: 70px;
    transition: 0.8s;
}

ul.icons li a:hover i{ 
	 background: #fff;
}
.top-mr {
    color: #000;
    background: #ffd500;
    font-size: 18px;
    padding: 10px 10px;
}
.marquee-part {
    background: #ffd500;
    padding: 6px 0 0 0;
    font-size: 20px;
}
 
.btn-des {
    padding: 12px 20px;
    display: block;
    text-decoration: none;
    color: #fff;
    border-radius: 100px;
    margin-top: 15px;
    margin-bottom: 10px;
          background: linear-gradient(to top, #d40859 9%, #e73531 90%);
    width: 100%;
    text-align: center;
    transition: 0.6s;
}
.btn-des:hover {
    background: #e73531;
    color: #fff !important;
}
.mar-part {
       background: #d40859;
    padding: 10px 0;
    border-bottom: solid 1px #ffffff6e;
}
ul.list-icons {
    text-align: center;
}
ul.list-icons {
    padding: 0;
    margin: 0; 
}
ul.list-icons li {
    width: 15%;
    background: #fff;
    transition: 0.5s;
    padding: 8px 9px;
    font-size: 13px;
    display: inline-block;
    border-radius: 5px;
    transition: 0.6s;
}
ul.list-icons li:hover {
 background: #ffd500; 
}
/*ul.list-icons li:hover img{
filter: brightness(0) invert(1);
}*/
 
ul.list-icons li img {
    width: 30px;
}
 
 
nav.navbar.navbar-expand-lg {
    padding: 0;
}
#navbarSupportedContent ul li a {
    padding: 10px 15px;
    color: #000;
    font-size: 16px;
    transition: 0.6s;
    font-weight: 500;
}
#navbarSupportedContent ul ul.dropdown-menu {
    padding: 0;
}
#navbarSupportedContent ul li a:hover {
    background:#ffd500;
}
#navbarSupportedContent ul ul.dropdown-menu hr.dropdown-divider {
    margin: 0;
}
 #navbarSupportedContent ul li {
    margin: 0 2px;
}

#navbarSupportedContent ul li ul li a:hover {
    background: linear-gradient(to top, #d40859 9%, #e73531 90%);
    color: #fff;
}

/**/
ul#happy-list {
    text-align: right;
}
ul.top-social-ic {
    list-style: none;
    text-align: left;
    padding: 10px 0 8px 0;
    margin: 0;
}
#happy-list li {
    margin-right: 10px;
}
ul.top-social-ic li {
    display: inline-block;
    margin-right: 15px;
    padding: 0px;
}
ul.top-social-ic li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    margin-right: 10px;
}
#happy-list img {
    width: 45px;
    background: #fff;
    border-radius: 100px;
    padding: 1px;
}

/**/
.hind-li {
       background: linear-gradient(to top, #d40859 9%, #e73531 90%);
    padding: 0px 0 3% 0;
    text-align: center;
    box-shadow: 0 5px 5px #0059521c;
}

.deal-part ul li {
    list-style: none;
    display: inline-block;
    margin-top: 3%;
    background: #fff;
    padding: 10px 3%;
    border-radius: 15px;
    border: solid 1px #eee;
    margin-right: 1%;
    transition: 0.5s;
}
.hind-li p {
    font-size: 25px;
    font-family: system-ui;
    margin: 0;
    font-weight: 600;
    color: #fff;
    margin-top: 16px;
}
.deal-part ul li p {
    font-size: 16px;
    margin-top: 9px;
    font-weight: 500;
    color: #111;
}

/*services css*/
.best-services.sp-pad {
    padding: 45px 0;
}
.ser-box {
    overflow: hidden;
    position: relative;
    margin-bottom: 35px;
}
.ser-box img {
    transition: 0.6s;
}
.ser-box:hover img {
    transform: scale(1.1);
}
.ser-box:hover .cen-box {
    background: #ffd500;
}
.cen-box {
              background: linear-gradient(to top, #d40859 9%, #e73531 90%);
    padding: 12px 5px;
    width: 90%;
    margin: 0 auto;
    margin-top: -35px;
    position: relative;
    z-index: 8;
}
.cen-box h3 a {
    color: #fff;
    text-decoration: none;
    font-size: 25px;
    width: 100%;
    display: block;
}
.ser-box:hover .cen-box h3 a {
    color: #000;
}
.text-center h2 {
    font-size: 40px;
    font-weight: 700;
    color: #d81952;
}

/**/
.about-part {
    padding: 60px 0;
    border-bottom: solid 1px #eeeeee87;
    background: #b0e90712;
}
.f-42 {
    font-size: 42px;
}
.c-red {
    color: #d40859;
}
p{
    color: #300520;
}
.f-28 {
    font-size: 28px;
}
 
 
.about-part h4 {
    color: #fe6e01;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
}
.owl-theme .owl-controls .owl-page span { 
    background: #d40859 !important;
}

/**/
.why-add {
    padding: 0 0 22px;
    border-radius: 15px;
    overflow: hidden;
     background-color: #ffd500; 
}
.why-add p {
    padding: 20px;
    font-size: 25px;
    font-weight: 600;
    line-height: 33px;
    color: #282c28;
    text-align: center;
    text-transform: capitalize;
    margin: 0;
}
.why-add a {
    padding: 12px 15px 10px;
    font-size: 30px;
    font-weight: 900;
    line-height: 33px;
    color: #f9fded;
    text-align: center;
    text-transform: uppercase;
              background: linear-gradient(to top, #d40859 9%, #e73531 90%);
    display: block;
}
a { 
    text-decoration: none;
}

/**/
.back-img {
    background-image: url(../images/bg-black.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
}
.yellow-text {
    margin: 0;
    color: #fcd108;
    font-size: 22px;
}
.titleFont {
    font-size: 40px;
    padding: 8px 15px;
}
.white-text {
    color: #fff;
}
.servicesCard {
    text-align: center;
    background: linear-gradient(0deg, #ffffff, #fff3ba);
    border: 1px solid #ffd401;
    padding: 20px 13px;
    border-radius: 12px;
    margin-top: 25px;
    padding-top: 0;
}
.servicesCard img {
    padding: 0px;
    border-radius: 0 0 200px 200px;
    border: 6px solid #ffd500;
    text-align: center;
    border-top: 0;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}
.servicesCard h4 {
    font-size: 28px;
    padding: 0;
    color: #d40859;
}
.btn-link {
    padding: 15px 25px;
    color: #300520;
    text-decoration: none;
    font-weight: 600;
    border-radius: 100px;
    display: block;
    width: fit-content;
}

.btn-link {
    padding: 15px 25px;
    color: #300520;
    text-decoration: none;
    font-weight: 600;
    border-radius: 100px;
    display: block;
    width: fit-content;
}

.yellow-back {
     background-color: #ffd500; 
}
.btn-link:hover {
    color: #000;
}
ul {
    margin: 0;
    padding: 0;
}
/*.call-part ul li {
    position: fixed;
    z-index: 999;
    right: -166px;
    width: 220px;
    list-style: none;
    transition: 1.7s;
    bottom: 30px;
}
.call-part ul li a {
    background: #ffffff;
    padding: 0 0 6px 0;
    display: block;
    line-height: 1;
    margin-bottom: 6px;
    color: #000;
    text-decoration: none;
    font-size: 15px;
    border: solid 1px #8888887d;
    box-shadow: 1px 2px 2px 2px #00000030;
}
.call-part ul li.whats i {
    background: #18bd00;
    color: #fff;
}
.call-part ul li:hover {
    right: 0;
}
.call-part ul li a i {
    width: 45px;
    height: 50px;
    background: #ffd500;
    padding: 12px 11px;
    font-size: 25px;
    margin-top: 5px;
    margin-left: 5px;
}
.call-part ul li.whats {
    margin-top: 79px;
}
.call-part ul li.whats {
    bottom: 100px;
}*/


ul#call {
    position: fixed;
    z-index: 9999;
    padding: 0;
    width: 100%;
    bottom: 10px;
    display: flex;
    bottom: 0;
    margin: 0;
}
li.call-mobile {
    background: #ecda53;
}
li.mobile-chats {
    background: #1a1a1a !important;
}
li.call-mobile {
    width: 50%;
    background: #feec0d;
    padding: 10px 10px;
    text-align: center;
    list-style: none;
}
ul#call img {
    width: 30px;
    margin-right: 7px;
}
ul#call li.mobile-chats a {
    color: #fff;
}

ul#call a {
    color: #000;
}
.zoom-in-zoom-out {  
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}



.post-banner {
    border: solid 1px #fff;
}

/*Start List-Banner*/
.list-ban {
    margin: 0;
    padding: 60px 0;
    background: #f9fded;
}

.ch-list {
    margin: 0;
    padding: 15px;
    background: #d40859;
}

.ch-list p {
    margin: 0;
    font-weight: 600;
    text-align: center;
    padding: 0;
    font-size: 23px;
    color: #000000;
}
.owl-item {
    padding: 10px;
}
.ch-list.m {
    background: #ffea01;
}

.ch-list h3 {
    margin: 0;
    font-size: 25px;
    padding: 0;
    text-align: center;
    font-weight: 700;
}
ul.ch-list-line {
    list-style: none;
    margin: 0;
    padding: 18px;
    background: #fff;
}
ul.ch-list-line li {
    text-align: left; 
    border-bottom: dashed 1px #ffd500;
    padding: 10px 0;
}
ul.ch-list-line li a {
    text-align: left;
    color: #300520;
    font-weight: 600;
    padding-left: 32px;
    position: relative;
    display: block;
}
 .review {
    border: solid 2px #ffd500;
}
ul.ch-list-line li a:hover {
    color: #d40859;
}
ul.ch-list-line li i {
    padding: 4px 5px;
    background: #ffd500;
    font-size: 15px;
    margin-right: 5px;
    color: #000;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 1px;
}

/*End List-Banner*/


.whyus {
    padding: 60px 0px;
}
.best-sub2 { 
    text-align: center;
    font-size: 20px;
    color: #fe6e01; 
}
.best-img22 {
    text-align: center;
    float: left;
    width: 100%;
    padding: 30px 25px 60px;
              background: linear-gradient(to top, #d40859 9%, #e73531 90%);
    border-radius: 10px;
}
.best-img22 p {
    color: #fff;  
    margin: 0;
}
.testimonials-4 {
    text-align: center;
    padding: 0px 0 0 0;
    margin: -50px 0 0 0;
    float: left;
    width: 100%;
}
.testimonials-4 img {
    border-radius: 50%;
    width: 80px;
    border:4px solid #ffd500;
}
.testimonials-4 p {
    color: #d40859;
    text-transform: capitalize;
    margin: 0;
    padding: 5px 0 5px;
    font-weight: 600;
    font-size: 18px; 
}
.whyus h3 {
    color: #d40859;
}

/**/

.pro-part {
    background-image: url(../images/bg-black.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
}
.c-org {
    color: #dc760d;
} 
ul.list-design li {
    position: relative;
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    list-style: none;
    padding-left: 25px;
    margin-bottom: 10px;
}
ul.list-design li i {
    color: #ffd500;
    position: absolute;
    left: 0;
    top: 5px;
}
.text-yellow {
    color: #ffd500;
}
.text-icon {
    background: #ffffff;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    border-bottom: 3px solid #ffd500;
    border-radius: 6px 6px 6px 6px;
    padding: 15px;
    transition: 0.8s;
    text-align: center;
    height: 320px;
}
.text-icon i {
    color: #d40859;
    background-color: #ffd500;
    font-size: 40px;
    height: 90px;
    width: 90px;
    line-height: 90px;
    border-radius: 100% 100% 100% 100%;
    display: inline-block;
    text-align: center;
    transition: 0.8s;
    box-shadow: 0 8px 29px 0 rgba(0,0,0,.12);
    border: solid 1px #eee;
}
.text-icon:hover i {
              background: linear-gradient(to top, #d40859 9%, #e73531 90%);
    color: #fff;
}
.text-icon h5 {
    font-size: 18px;
    color: #d40859;
    margin-top: 15px;
    font-weight: 600;
}
.text-icon p {
    font-size: 14px;
    color: #222;
}
.ftr-sec {
    background: #000000;
    text-align: center;
    display: block;
    padding: 40px 0;
}
.ftr-sec .dsclmr span {
    display: block;
    text-align: center;
    border-top: 1px solid #ffea00;
    padding: 10px 0;
}

.white-text {
    color: #fff;
}
.ftr-sec p {
    color: #fff;
}

/*Form Part*/
.add h3 {
    padding: 0;
    color: #fe6e01;
    font-size: 25px;
}
.add h2 {
    padding: 0;
    margin-bottom: 18px;
    font-size: 40px;
    color: #d40859;
    font-weight: 900;
}
ul.contact-list {
    margin: 0;
    padding: 0 0 0 45px;
}
ul.contact-list li {
    list-style: none;
    margin-bottom: 9px;
    padding: 5px 0px;
}
ul.contact-list li a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    position: relative;
    font-weight: 500;
}
ul.contact-list li i {
    height: 35px;
    width: 35px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    margin-right: 5px;
    color: #000000 !important;
    transition: 0.5s;
    background: #ffd500;
    padding: 2px 0;
    position: absolute;
    left: -45px;
}
.form-part {
    padding: 50px 0;
}

.formPart {
    padding: 30px;
    background: linear-gradient(to top, #d40859 9%, #e73531 90%);
    border-radius: 10px;
}
.form-title {
    color: #ffffff;
    font-size: 35px;
    font-family: 'Oswald', sans-serif;
}
.formPart label {
    color: #fff;
    margin-bottom: 3px;
}
.formPart .form-control {
    padding: 9px 10px;
    margin-bottom: 15px;
}
.formPart textarea {
    height: 120px;
}
.formPart button {
    background: #ffd500;
    padding: 14px 22px;
    font-size: 16px;
    margin-top: 5px;
    margin-left: 5px;
    border-radius: 100px;
}
.formPart button:hover {
    background: #fff;
}
/*End form css*/

/*footer css start*/
.footer-part {
    background: #111;
    padding: 50px 0;
}
.footer-part p {
    font-size: 14px;
    color: #fff;
}
.footer-part h5 {
    color: #ffd500;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 15px;
}
.footer-part ul li {
    list-style: none;
    margin-bottom: 7px;
}
.footer-part ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    display: block;
}
.footer-part ul li a i {
    color: #ffd500;
    position: absolute;
    left: 0;
    top: 2px;
}
.footer-part ul li a:hover  {
    color: #ffd500;
}
ul.social-icons li a {
    width: 36px;
    height: 36px;
    line-height: 30px;
    border: 2px solid #ffffff7d;
    text-align: center;
    display: block;
    font-size: 16px;
    margin-right: 5px;
    transition: 0.5s;
    background: #d40859;
    border-radius: 100px;
    text-decoration: none;
    padding: 2px 0;
}
ul.social-icons li a:hover {
    background: #fff;
    color: #d40859 !important;
    border: 2px solid #565656 !important;
}
ul.social-icons li a:hover i { 
    color: #d40859 !important; 
}
ul.social-icons li {
    display: inline-block;
}
ul.social-icons li a i {
    position: unset;
}
/*footer css End*/


/**/
.pages-banner {
    margin: 0;
    padding: 100px 0;
    background-image: url(../images/pages-back.jpg);
    background-attachment: fixed;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pages-banner h1 {
    margin: 0;
    padding: 0; 
    color: #fff;
    font-size: 40px;
}
.pages-content {
    padding: 60px 0;
}
.pages-content h3 {
    color: #fe6e01;
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 25px;
}

.bg-back {
        background: linear-gradient(to top, #d40859 9%, #e73531 90%);
    padding: 25px;
} 
.pages-content  .bg-back p{color: #fff;}
.pages-content  .bg-back h3 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 15px;
}
.bg-back h4 {
    color: #fff;
    font-size: 25px;
}


.q-part {
    background: #fe6e01;
    color: #fff;
    padding: 10px 10px;
    margin-right: 15px;
    border: solid 2px #fff;
    border-radius: 7px;
    width: 60px;
}

.accordion-button {
    font-size: 22px;
    font-weight: 600;
    background: linear-gradient(to top, #d40859 9%, #e73531 90%);
    color: #fff!important;
    margin-bottom: 10px;
}

.accordion-item {
    background-color:none;
    border: none;
}

.accordion-button:focus {
    border-color: #86b7fe; 
    outline: 0;
   box-shadow:none; 
}

ul.content-list {
    margin: 0;
    padding: 0 0 0 20px;
}

ul.content-list li {
    color: #fff;
    margin: 10px 0;
}

ul.content-list-b {
    margin: 0;
    padding: 0 0 0 20px;
}

ul.content-list-b li {
    margin-bottom: 10px;
}


@media (max-width:1199px){
 
#navbarSupportedContent ul li a {
    padding: 6px 10px; 
    font-size: 12px; 
}
#happy-list img {
    width: 25px; 
}
ul.top-social-ic li a { 
    font-size: 14px; 
}
.why-add p { 
    font-size: 21px; 
}

}


@media (max-width:1024px){
ul.icons li a { 
    font-size: 15px; 
}
ul.icons li a i { 
    font-size: 16px; 
}
ul.list-icons li { 
    font-size: 10px; 
}
.cen-box h3 a { 
    font-size: 22px; 
}
.f-42 {
    font-size: 40px;
}


}
 
@media (min-width:767px){
ul#call {
    display: none;
}
}
@media (max-width:991px){
.tab-center {
    text-align: center !important;
}
.top-bar {
    padding: 10px 0;
}
ul.list-icons li {
    font-size: 13px;
    margin-bottom: 5px;
}
 
.top-mr {
    border: solid 2px #fff;
    border-radius: 100px;
    padding-top: 8px;
}
 
.why-add p { 
    font-size: 22px; 
    line-height: 30px; 
}
.cen-box h3 a {
    font-size: 18px;
}
.deal-part ul li { 
    padding: 10px 2%;  
}
.hind-li p {
    font-size: 20px; 
}
.titleFont {
    font-size: 28px; 
}
.yellow-text { 
    font-size: 18px;
}

ul.ch-list-line {
    margin-bottom: 30px;
}
#navbarSupportedContent ul li a {
    padding: 12px 16px;
    font-size: 16px;
}
ul#happy-list {
    text-align: center;
}
ul.top-social-ic li a {
    font-size: 16px;
}
#happy-list img {
    width: 40px;
}
.top-mr {     margin: 8px 0;
}
.banner-4 {
    margin-top: 25px;
}
.mar-top-25 {
    margin-top: 25px;
    margin-bottom: 20px;
}
.marquee-part { 
    font-size: 16px;
}
.pages-banner h1 { 
    font-size: 28px;
}
.pages-banner { 
    padding: 60px 0; 
}

}


@media (min-width: 768px){
.dask-none {
    display: none;
}
}

/**/
ul.privacy {
    margin: 25px 0 27px 0;
    padding: 0;
}
ul.privacy li {
    list-style: none;
    display: inline-block;
    margin: 0 6px 0 0;
}
ul.privacy li a {
    color: #000;
    background: #fef015;
    text-decoration: none;
    padding: 9px 15px;
    font-weight: 600;
    border-radius: 100px;
}

/**/
ul.pri-list {
    margin: 0;
    padding: 0;
}
ul.pri-list li {
    list-style: none;
    margin: 10px 0;
    position: relative;
    padding-left: 25px;
}
ul.pri-list li i {
    position: absolute;
    left: 0px;
    top: 5px;
    color: #fb4;
}
.pages-content h2 {
    color: #1f122e;
    font-size: 30px;
    font-weight: 600;
    margin-top: 20px;
}

@media (max-width: 767px){
   ul.icons { 
    padding:  0; 
} 
ul.privacy li {
    margin: 10px 0;
}
.logo-header2 {
    border-top: dotted 1px #00000033;
    border-bottom: dotted 1px #00000033;
    padding: 5px 0;
    margin: 7px 0;
}
.pages-content h2 {
    font-size: 22px;
}
.carousel-control-next-icon, .carousel-control-prev-icon { 
    width: 1rem !important;
    height: 1rem !important; 
}
.whyus {
    padding-bottom: 10px;
}
    .hind-li ul {
    margin: 0;
    padding: 0;
}
.testimonials-4 { 
    margin: -50px 0 30px 0;  
}
.deal-part ul li {
    padding: 12px;
    width: 30%;
}
.hind-li {
    padding: 10px;
}
.hind-li p {
    font-size: 17px;
    line-height: 1.3;
    margin-top: 10px;
}
.deal-part ul li p {
    font-size: 14px; 
}
 ul.list-icons li {
    width:32%; 
}   
.m-none{
    display: none;
}
.best-sub2 { 
    font-size: 16px; 
}
.top-mr { 
    font-size: 15px;
    padding: 5px 10px;
    margin-top: 6px;
}
 
 
ul.icons li a i {
    font-size: 15px;
    padding: 8px 8px;
    margin: 4px 0 6px 0;
}
ul.icons li a {
    font-size: 13px;
}
.about-part {
    text-align: center;
}
.f-42 {
    font-size: 26px;
}
.about-part h2 {
    margin-bottom: 15px !important;
}
.why-add a { 
    font-size: 20px; 
    line-height: 25px; 
}
.why-add p { 
    padding-bottom: 14px;
}
.best-services.sp-pad {
    padding: 45px 0 0 0;
}
.about-part {
    padding: 40px 0; 
}
.cen-box h3 a {
    font-size: 20px;
}
.about-part p { 
    font-size: 15px;
}
.why-add p {
    text-align: center !important;
    font-size: 22px;
}
.list-ban {
    padding-bottom: 0;
}
.pro-part { 
    padding: 40px 0;
}
.text-icon {
    margin: 16px 0;
    height: unset;
}
.ftr-sec p { 
    font-size: 13px;
}
.text-center h2 {
    font-size: 30px; 
}
 
#happy-list li {
    margin: 7px 0;
}
ul.top-social-ic li a {
    font-size: 15px;
}
#happy-list img {
    width: 35px;
}
/*.post-banner { 
    margin-bottom: 30px;
}*/
.form-title { 
    font-size: 26px; 
}
.add {
    margin-top: 29px;
}
.add h3 { 
    font-size: 20px;
}
.add h2 { 
    margin-bottom: 15px;
    font-size: 30px; 
}
.top-mr marquee {
    margin-top: 6px;
}
.footer-part h5 {
    margin-top: 15px;
}
ul.social-icons {
    margin-top: 20px;
}
.pages-content {
    padding: 40px 0;
}
.pages-content h3 { 
    font-size: 22px; 
}
ul.ch-list-line li a { 
    font-size: 15px;
}
a.btn-des {
    margin: 6px 0 0 0;
}
section.top-bar ul.icons li a i.fa-brands.fa-whatsapp {
    color: #0b8613;
    font-size: 16px;
}
.logo-header3 {
    margin-bottom: 5px;
}
}
 
@media (max-width:340px){

ul.icons li a {
    font-size: 12px;
}

#happy-list img {
    width: 30px;
}


    }



