body {
    font-family: sans-serif;
   
}
h1, h2. h3, h4, h5{font-family: 'Oswald', sans-serif;}
img{max-width: 100%;}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
p{
	color: #0c0c0c;
	font-size: 16px;
}
a{text-decoration: none;}
.m-auto{
	margin: 0 auto;
}

/**/
.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.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.fa-spin {
    -webkit-animation: fa-spin 9s linear infinite !important;
    animation: fa-spin 15s linear infinite !important;
}

/**/


.white-text{color: #fff;} 
.align{
	align-items: center;
} 
.light-back {
    background:#fff;
}
.ic-r {
    text-align: center;
    padding: 4px 0;
}
.ic-r img {
    width: 29px;
    margin-right: 5px;
}

/**/
.top-head li {
    display: inline-block;
}
.top-head {
            background: linear-gradient(to right, #ce1126, #128807, #ce1126);
    padding: 5px 0;
}
.top-head-cta ul li {
    display: inline-block;
    padding: 5px 9px 5px 13px;
}
.top-head-cta ul li a {
    color: #000000;
    display: inline-block;
    text-align: right;
    position: relative;
    background: #ffffff;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    padding: 3px 15px 5px 30px;
    border-radius: 50px;
    letter-spacing: 1px;
}
.top-head-cta ul li a i {
    display: inline-block;
    border-radius: 8px;
    width: 35px;
    height: 35px;
    line-height: 34px;
    position: absolute;
    left: -11px;
    text-align: center;
    top: -1px;
    background: #fff;
    transform: rotate(45deg);
    fill: #ffffff;
}
.center-top-head {
    padding: 5px 8px;
    font-size: 16px;
    text-align: center;
    position: relative;
    background: #fff;
	font-weight:bold;
    border-radius: 100px;
}
.center-top-head li {
    margin: 0 2px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
}
.center-top-head li i {
        background: linear-gradient(to right, #007656, #05b376, #007656);
    color: #fff;
    border-radius: 36px;
    width: 28px;
    height: 28px;
    font-size: 15px;
    padding: 6px 0;
    fill: #ffffff;
    position: relative;
    top: -0.5px;
}
 
.ic-r p {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.light-back {
    background: #fff;
    border-radius: 45px;
}

/**/
.headline-section {
    border-top: 1px solid #ffca4c;
    border-bottom: 1px solid #ffca4c;
        background: linear-gradient(to right,#ce1126, #128807, #ce1126);
}
.main {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    background: #ffd600;
}
.headerline-section1 ul li {
    color: #000;
    font-size: 17px;
    text-transform: capitalize;
    display: inline-block;
    font-weight: 600;
    border-right: 1px solid #000000;
    padding: 8px   5px;
}
.headerline-section1 ul li:first-child {
    border-left: 1px solid #000000;
}

/**/
.container-fluid {
    max-width: 1400px !important;
}
.ic-r {
    overflow: hidden !important;
}
.mar-part marquee {
    margin-bottom: -6px;
    padding: 3px 0;
}
.mar-part {
    padding: 5px 8px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
            background: linear-gradient(to right, #007656, #05b376, #007656);
}
.logo-part{
	padding: 10px;
}
b, strong{
	color:#ce1126;
}
/**/
.main-services {
    position: relative;
}
.main-services1 {
    padding: 10px;
    width: 20%;
    text-align: center;
}
.main-services2 {
    padding: 30px 15px 25px 15px;
    background: #fff;
    overflow: hidden;
    position: relative;
    z-index: 9;
    border-radius: 100px  100px 0 0;
    box-shadow: 0 0 15px 0px #c9c9c95e;
    border: 1px solid #ffca4c;
}
.main-services2:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
     border-radius: 100px  100px 0 0;
    left: 0;
    top: 0;
        background: linear-gradient(to right, #007656, #05b376, #007656);
    z-index: -9;
    transition: transform .5s ease;
    transform: scaleX(0);
    transform-origin: right;
}
.main-services2:after {
    height: 300px;
    width: 300px;
    background: #ffffff;
    content: "";
    position: absolute;
    border-radius: 50%;
    left: 0;
    opacity: 0;
    top: 250px;
    transform-origin: left;
    transition: transform .5s ease,opacity .5s ease;
}
.main-services2 span {
    background: #f5f5f5;
    border: solid 1px #ffd06d;
    height: 130px;
    width: 130px;
    display: block;
    margin: 0 auto;
    border-radius: 50% 50% 0 0;
    line-height: 130px;
    padding: 6px;
}
.main-services2 strong {
    font-size: 23px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #128807;
    font-weight: 600;
    padding: 16px  0 0 0;
    display: block;
}
.main-services2 p {
    font-size: 17px;
    color: #000;
    font-weight: 400;
    line-height: 21px;
    padding: 9px 0 0 0;
}
.main-services2:hover:before {
    transform: scale(1);
    transform-origin: left;
}
.main-services2:hover:after {
    opacity: 0.1;
    transform: perspective(150px) scaleX(1);
}
.main-services2:hover strong {
    color: #fff;
}
.main-services2:hover p {
    color: #fff;
}
/**/
.line-style {
    background: #ffca4c;
    height: 1px;
}
.sab-title {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 26px 8px;
    border-radius: 40px;
    background: #ffc800;
    color: #0a0a0a;
    position: relative;
    top: -15px;
    display: flex;
}
.center-title {
    margin: 0 auto;
    width: fit-content;
	    margin-top: 61px;
}
.title-h2 {
    font-size: 40px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #ce1126;
    font-weight: bold;
}
.about-img {
    border: solid 2px #ffc800;
    border-radius: 18px;
    padding: 4px;
}
.about-list-btn li {
    display: inline-block;
    margin-right: 10px;
    background: linear-gradient(to right, #ce1126, #128807, #ce1126);
    padding: 10px;
    border-radius: 100px;
    color: #ffffff;
    border: solid 1px #ffcc5d;
    font-size: 16px;
    font-weight: 500;
}
.about-list-btn li i {
    color: #ffc800 !important;
}
.about-list-btn {
    margin: 11px  0;
}
.about-list-btn li i {
    color: #128807;
}
.title-h3 {
    line-height: 1.2;
    text-transform: capitalize;
    color: #128807;
    font-weight: 700;
    font-size: 30px;
}
.cta-card {
    padding: 15px 25px;
   
    border: solid 1px #128807;
    text-align: center;
    background: #fff;
  
}
.cta-card h2 {
    color: #128807;
    font-weight: 700;
    font-size: 45px;
}
.cta-card p {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
}
.cta-card a {
    font-size: 50px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #128807;
    font-weight: 600;
    letter-spacing: 1px;
}
.cta-card a i {
    font-size: 40px;
}
.sab-change {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 26px 5px;
    border-radius: 40px;
    background: #128807;
    color: #ffffff;
    position: relative;
    top: -15px;
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    margin-top: 25px;
}

.ser-section {
    margin-top: 0px;
	background-color:#128807;
}
.ser-card {
    overflow: hidden;
    position: relative;
    z-index: 9;
    border-radius: 12px;
    box-shadow: 0 0 15px 0px #c9c9c95e;
    border: 1px solid #ffca4c;
            background: #ffcc00;
    padding: 20px;
    border-top: unset;
    margin-bottom: 25px;
}
.ser-card img {
    padding: 0px;
    border: 2px solid #ffffff;
    text-align: center;
    margin-bottom: 6px;
}
.about-img {
    margin-bottom: 25px;
}
.ser-card h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 26px 5px;
    border-radius: 0;
    background: linear-gradient(to right, #ffdd9805, #ffffffe3, #ffffffe3, #ffffffe3, #ffdd9805);
    color: #0a0a0a;
    text-align: center;
}
.ser-card h3 {
    color: #ce1126;
    text-align: center;
    font-size: 25px;
    margin-top: 10px;
	font-weight:bold;
}
.ser-card p {
    color: #000;
    text-align: center;
    font-size: 16px;
    line-height: 1.3;
}
.cta-card-link {
    color: #fff;
    background: #ce1126;
    padding: 10px 19px;
    display: block;
    width: fit-content;
    margin: 0 auto;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}
.cta-card-link:hover{
    background: #fff;
    color: #000;
}

/**/

.marquee-bar {
    color: #1a1a1a;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding: 10px 0;
    font-style: italic;
}

  .marquee-track {
    display: flex;
    width: max-content;
    animation: scroll-left 20s linear infinite;
  }

.marquee-item {
    display: flex;
    align-items: center;
    margin-right: 15px;
    color: #fff;
    text-transform: capitalize;
}
.dot {
    width: 8px;
    height: 8px;
    background: #fdcb00;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
}

  @keyframes scroll-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  /* Duplicate content for seamless loop */
  .marquee-inner {
    display: flex;
  }
/**/
.testimonial {
    padding: 0 10px;
    text-align: center;
}
.testimonial .pic {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 0px;
    overflow: hidden;
    border: solid 4px #ffdf68;
}

.testimonial-prt .testimonial-title {
    margin: 7px 0 0 0;
    color: #000000;
    font-size: 20px;
}
.testimonial-prt {
    padding: 45px 0; 
}
.testimonial .description {
    color: #000000;
    border-radius: 10px;
    box-shadow: 0 0 15px 0px #c9c9c95e;
    border: 1px solid #ffca4c;
    background: #ffc800;
    padding: 60px 20px 20px 20px;
    margin-top: 15px;
    font-size: 20px;
}
.testimonial .pic {
    margin-bottom: -68px;
}
.owl-theme .owl-controls .owl-page span {
    background: #128807 !important;
}
.testimonial-prt h3 {
    color: #000000;
    font-size: 18px;
}
.testimonial-prt .line-style {
    background: #128807;
}
.testimonial-prt   .sab-title {
            background: linear-gradient(to right, #000, #128807, #000);
    color: #fff;
}
/**/

/*Form*/

.whatsapp-form {
  display: flex;  
}

.whatsapp-card {
    background: #017b59;
    border-radius: 12px;
    padding: 30px;
    width: 100%;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.whatsapp-h4 {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    background: #0000001f;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 7px 16px;
    border: solid 1px #ffffff4d;
}
.whatsapp-p { 
    color: #ffffff;
    margin-bottom: 20px;
    text-align: center;
}

.whatsapp-form form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.whatsapp-field {
  display: flex;
  flex-direction: column;
}

.whatsapp-field label {
    font-size: 16px;
    margin-bottom: 6px;
    color: #ffffff;
}

.whatsapp-field input,
.whatsapp-field textarea {
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s;
}

.whatsapp-field input:focus,
.whatsapp-field textarea:focus {
  border-color: #10b981;
}

.whatsapp-form textarea {
  resize: vertical;
  min-height: 120px;
}

.whatsapp-full {
  grid-column: 1 / -1;
}

.whatsapp-action {
  grid-column: 1 / -1;
  text-align: right;
}

.whatsapp-btn {
    color: #342020;
    font-size: 18px;
    box-shadow: rgba(0, 0, 0, 0.42) 0px 6px 7px 0px;
    display: block;
    width: fit-content;
    background: #ffc800;
    font-weight: 600;
    text-decoration: none;
    padding: 14px 25px;
    transition: 0.6s;
    border: none;
}
.ser-contant h4 {
    color: #000000;
    margin: 0 auto;
    padding: 7px 11px;
    border-radius: 0;
    font-weight: 600;
    margin-bottom: 10px;
    background: #e9b941;
}
.ser-contant h5 {
    color: #ffffff;
    font-size: 25px;
    line-height: 1.2;
}
.ser-contant p {
    color: #fff;
    font-size: 18px;
}
.whatsapp-btn:hover {
  transform: translateY(-2px);
}
.btn-ser {
    color: #000;
    font-size: 18px;
    box-shadow: rgba(0, 0, 0, 0.42) 0px 6px 7px 0px;
    display: block;
    width: fit-content;
    background:#f1c152;
    font-weight: 600;
    text-decoration: none;
    padding: 14px 25px;
    transition: 0.6s;
    margin: 0 auto;
    border-radius: 50px;
}
.btn-ser:hover{
    color: #fff;
    background-image: linear-gradient(to right, #ff5c09, #ff9209);
}
.ser-part h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 40px; 
}

@media (max-width: 600px) {
 .whatsapp-form  form {
    grid-template-columns: 1fr;
  }
}


/**/
.why-chose {
    padding: 50px 0;
    margin-top: 45px;
    background: url(../images/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.why-c {
    box-shadow: 0 0 15px 0px #c9c9c95e;
    border: 1px solid #ffca4c;
    border-radius: 12px;
}
ul.list-li li {
    color: #fff;
    font-size: 16px;
    margin: 15px 0px;
    padding-left: 25px;
    position: relative;
}
ul.list-li li i {
    position: absolute;
    left: 2px;
    top: 1px;
}
ul.list-li li i {
    margin-right: 4px;
    padding: 5px 0;
    color: #ffc800;
}
.cta-card-link.left-align {
    margin: 25px 0 0 0;
            background: linear-gradient(to right, #007656, #05b376, #007656);
    color: #fff;
    padding: 14px 36px;
}
.payment-option {
    background: linear-gradient(0deg, #ffffff, #fff3ba);
    padding: 9px;
    box-shadow: 0 0 15px 0px #c9c9c95e;
    border: 1px solid #ffc800;
    border-radius: 12px;
}
.fac-1 {
    margin: 0;
    border-right: dashed 1px #00bf8d;
    padding: 0 5px;
}
.fac-1 img {
    border-radius: 41px;
    margin-bottom: 10px;
}
.fac-1 h3 {
    margin: 5px;
    padding: 0;
    font-size: 22px;
    color: #128807;
    font-weight: bold;
}
.fac-1 p {
    color: #000000;
    font-size: 18px;
}
.fac-1 p a {
    color: #128807;
    font-weight: 600;
}
.card-services {
    border: solid 1px #fcd108;
}

.cta-part {
    background: #000;
    padding: 50px 0;
	background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


.cta-part h2 {
    font-size: 42px;
    line-height: 1.3;
    text-transform: capitalize;
    color: #ffc800;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}
.cta-part p {
    font-size: 30px;
    line-height: 1.4;
    text-transform: capitalize;
    color: #ffffff;
    font-weight: 500;
    margin: 25px 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.btn-link {
    color: #000000;
    background: #ffc800;
    padding: 10px 25px;
    display: block;
    width: fit-content;
    border-radius: 100px;
    font-size: 22px;
    font-weight: 500;
    text-decoration: none;
}
.btn-link:hover {
     color: #000000;
}

/**/
.ftr-sec {
    background: #000000;
    text-align: center;
    display: block;
    padding: 20px 0;
    border-top: solid 1px #ffd994;
}
.white-text {
    color: #fff;
}
.ftr-sec .dsclmr span {
    display: block;
    text-align: center;
    border-top: 1px solid #ffffff26;
    padding: 10px 0;
}
.awards {
    box-shadow: 0 0 15px 0px #c9c9c95e;
    border: 1px solid #ffca4c;
    border-radius: 12px;
    margin-bottom: 20px;
}
.main-services2 a.cta-card-link {
    position: relative;
    z-index: 9;
    font-size: 14px;
    padding: 11px 0;
    width: 100%;
    background: #ffc800;
    color: #000;
}
/**/
.call-part ul li {
    position: fixed;
    z-index: 999;
    right: -123px;
    width: 185px;
    list-style: none;
    transition: 1.7s;
    bottom: 30px;
}
.call-part ul li a {
           background: #ce1126;
    padding: 0 0 6px 0;
    display: block;
    line-height: 1;
    margin-bottom: 6px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    border: solid 1px #88888852;
}
.call-part ul li a i {
    width: 45px;
    height: 50px;
    background: #000000;
    padding: 12px 11px;
    font-size: 25px;
    margin-top: 5px;
    margin-left: 5px;
    color: #ffffff;
    margin-right: 10px;
}
.call-part ul li.whats {
    margin-top: 79px;
}
.call-part ul li.whats {
    bottom: 100px;
}
.call-part ul li.whats i {
    background: #129122;
    color: #fff;
}
.call-part ul li:hover {
    right: 0;
}
/**/
.about-list-btn li { 
    margin-bottom: 10px; 
}
@media (min-width:992px) and (max-width:1199px) {
 .top-head-cta ul li a { 
    font-size: 10px; 
}
.center-top-head li { 
    font-size: 13px;
}
.ic-r p {
    color: #ff2f0d;
    font-size: 12px; 
}


 
}

@media (max-width:1199px){ 
.headerline-section1 ul li { 
    font-size: 15px; 
}
.headerline-section1 ul li {
    font-size: 11px;
}
.main-services2 {
    padding: 25px 15px 35px; 
}
.top-head-cta ul li a i { 
    width: 28px;
    height: 28px;
    line-height: 27px; 
}


}


@media (max-width:991px){ 
.top-head-cta {
    text-align: center;
    margin: 0 0 5px 0;
}
.top-head {
            background: linear-gradient(to right, #000000, #128807, #000000);
    padding: 8px 0;
}
.top-head-cta ul li { 
    padding: 3px 9px 7px 13px;
}
.headerline-section1 ul li {
    font-size: 17px;
}
.main-services1 { 
    width: 30%; 
}
.main-services .row {
    justify-content: center;
}
.title-h2 {
    font-size: 30px;  
}
.title-h3 { 
    font-size: 25px;
}
.cta-card h2 { 
    font-size: 30px;
}
.sab-change {
    font-size: 25px; 
}
.cta-card p { 
    font-size: 18px; 
}
.cta-card a {
    font-size: 40px; 
}



}

@media (max-width:767px){ 
.logo-center-head {
    border-top: dotted 1px #00bb8a;
    border-bottom: dotted 1px #00bb8a;
    padding: 7px 0;
    margin: 7px 0;
}

.top-head-cta ul li a { 
    font-size: 13px;
    padding: 3px 9px 5px 26px; 
}
.top-head-cta ul li a i {
    width: 24px;
    height: 25px;
    line-height: 25px;
    left: -3px;
    top: 1px;
    font-size: 16px;
}
.top-head-cta ul li {
    padding: 3px 6px 6px 0px;
}
 
.center-top-head li i { 
    width: 22px;
    height: 22px;
    font-size: 12px;
    padding: 5px 0; 
}
.center-top-head li {
    font-size: 13.5px;
}
.center-top-head { 
    z-index: 5;
	        display: none;
}
 
.ic-r p { 
    font-size: 18px; 
}
.ic-r { 
    padding: 4px 0;
    margin: 8px 0 0 0;
}
.headerline-section1 ul li:first-child {
    border-left: unset;
}
.headerline-section1 ul li { 
    border-right: unset; 
    border-bottom: 1px solid #ffca4c47; 
    padding: 5px 15px 5px;
}
.headerline-section1 ul li:nth-child(3) {
        background: linear-gradient(to right, #007656, #05b376, #007656);
    width: 100%;
    color: #ffffff;
}
.main-services1 {
            width: 50%;
        max-width: 190px;
}
.main-services2 span { 
    height: 85px;
    width: 85px; 
    line-height: 85px;
}
.main-services2 strong {
    font-size: 17px; 
}
.main-services2 p {
    font-size: 14px; 
    line-height: 18px; 
}
.d-none-m{display: none;}
.main-services2 {
    padding: 24px 15px 15px;
}
.about-list-btn li {
    width: 100%;
    margin: 4px 0;
        font-size: 18px;
}
 
.sab-change {
    font-size: 12px; 
    padding: 8px 13px 5px; 
}
.cta-card a {
    font-size: 35px; 
}
.cta-card a i {
    font-size: 25px;
}
.payment-option {
    margin: 0 0 12px 0;
}
.fac-1 {
    border-right: unset;
    border-bottom: dashed 1px #007957;
    padding: 20px 14px;
}
.cta-part h2 {
    font-size: 25px; 
}
br.mnone {
    display: none;
}
.cta-part p {
    font-size: 17px; 
    margin: 18px 0;
}
.btn-link { 
    font-size: 20px; 
}
.ftr-sec p {
    font-size: 15px;
}
.headerline-section1 ul li:nth-child(2) {
display: none;
}
.headerline-section1 ul li:nth-child(4) {
display: none;
}
.call-part ul li { 
    right: -128px; 
}

.marquee-bar { 
    padding: 6px 0;     font-size: 14px; 
}
.cta-card h2 {
    font-size: 27px;
}
 .cta-card p {
    font-size: 18px;
    margin: 0 0 7px 0;
}
.cta-card a {
    font-size: 26px;
}
.cta-card {
    padding: 20px 15px;
}
.main-services {
    padding-top: 2rem !important;
}
.title-h2 {
    font-size: 25px;
}
.bg-black {
    padding: 30px 0;
    margin-top: 20px; 
}
.about-list-btn {
    margin: 18px  0;
}
.cta-card {
    margin-top: 25px !important;
}
.ser-card { 
    padding: 15px; 
}
.why-chose { 
    margin-top: 25px; 
}
.whatsapp-card { 
    padding: 20px; 
    margin-bottom: 30px;
}
.whatsapp-h4 {
    font-size: 25px;
    font-weight: 600; 
}
.testimonial-prt   .sab-title { 
    text-align: center;
    font-size: 12px;
}
.testimonial .description { 
    font-size: 16px;
}
.testimonial-prt {
    padding: 30px 0 12px 0;
}
.fac-1 img { 
    margin-bottom: 0;
}


}

@media (max-width:350px){ 
.top-head-cta ul li a {
    font-size: 11px;
    padding: 4px 8px 5px 22px;
}
.top-head-cta {
    padding: 0 5px;
}
.headerline-section1 ul li {
    font-size: 15px;
}
.center-top-head li {
    font-size: 11px;
}
.main-services2 strong {
    font-size: 17px;
}
.main-services2 p {
    font-size: 12px;
    line-height: 16px;
}
.about-list-btn li { 
        font-size: 15px;
}
.cta-card a {
    font-size: 28px; 
}
.cta-card a i {
    font-size: 20px;
}
.top-head-cta ul li a i {
    width: 23px;
    height: 23px; 
    left: -6px; 
}
.center-top-head li i {
    width: 18px;
    height: 18px;
    font-size: 11px;
    padding: 3px 0;
}


}
