.pl24 {
    padding-left: 24px;
}

.mb0 {
    margin-bottom: 0px;
}

.mt15 {
    margin-top: 15px;
}

.fw700 {
    font-weight: 700;
}

.color-fcb900 {
    color: #fcb900;
}

.pr105 {
    padding-right: 105px;
}

.hero-cositem {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.hero-cositem img {
    width: 100%;
    height: 100%;
}

.custom-service-inner-image {
    position: relative;
    height: 150px;
    overflow: hidden;
}

.custom-service-inner-image img {
    position: absolute;
    left: 0;
    height: auto;
}

.custom-contactus-box.subscribe-cta-content {
    padding: 60px;
    padding-bottom: 30px;
}

.custom-contactus-box.subscribe-cta-content .section-title {
    margin: 0;
    margin-left: 6px;
}

.custom-contactus-box.subscribe-cta-content .section-title p {
    text-align: center;
}

.custom-contactus-box.subscribe-cta-content .section-title .sub-title {
    font-size: 40px;
    width: 100%;
}

.custom-contactus-box.subscribe-cta-content .section-title .sub-title::after {
    left: 50%;
    height: 2px;
    transform: translateX(calc(-50% + -140px));
}

.custom-contactus .custom-contactus-item {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
}

.custom-contactus .custom-contactus-item:not(:last-child) {
    margin-bottom: 15px;
}

.custom-contactus .custom-contactus-item .offcanvas-cta-list {
    display: flex;
    align-items: center;
}

.custom-contactus .custom-contactus-item .offcanvas-cta-list .offcanvas-cta-icon {
    height: 50px;
    width: 50px;
    min-width: 50px;
    font-size: 20px;
    color: var(--black-color);
    border-radius: 50%;
    background-color: var(--primary-color);
    transition: var(--transition);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
}

.custom-contactus .custom-contactus-item .offcanvas-cta-list .offcanvas-cta-content p {
    margin-bottom: 5px;
}

.custom-contactus .custom-contactus-item .offcanvas-cta-list .offcanvas-cta-content span {
    color: var(--black-color);
    font-family: var(--title-fonts);
    font-size: 16px;
    font-weight: 600;
}

.custom-contactus .custom-contactus-item .offcanvas-cta-list .offcanvas-cta-icon::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    content: '';
    position: absolute; 
    transform: scale(0.8);
    border-radius: inherit;
    background: var(--active-primary-color);
    z-index: 1;
    transition: all .5s ease;
}

.custom-contactus .custom-contactus-item .offcanvas-cta-list:hover .offcanvas-cta-icon {
    background-color: var(--extra-color-one); 
}

.custom-contactus .custom-contactus-item .offcanvas-cta-list:hover .offcanvas-cta-icon::before {
    transform: scale(1);
}

.custom-bill-list {
    width: 100%;
    display: flex;
}

.custom-bill-list .custom-bill-col {
    width: 180px;
}

.custom-bill-list .custom-bill-scroll {
    width: 100%;
}

.custom-bill-list .custom-bill-col-ceil {
    width: 180px;
    text-align: center;
    user-select: none;
    white-space: wrap;
    margin-top: 14px;
}

.custom-bill-list .custom-bill-col-ceil.custom-bill-col-head {
    font-weight: 700;
}

.custom-bill-list .custom-bill-col.custom-bill-col-fixed {
    position: relative;
    z-index: 3;
}

.custom-bill-tip {
    text-align: center;
    margin-top: 50px;
    color: var(--black-color);   
}

.decorative-light2 {
    position: relative;
    filter: drop-shadow(0px 0px 20px #F0F0F0);
}

.decorative-light2 svg {
    width: 75px;
    height: auto;
    position: absolute;
    right: 6px;
    top: 51px;
    z-index: -1;
}

.decorative-light2 svg path {
    fill: #F0F0F0;
    filter: drop-shadow(0px 0px 20px #F0F0F0);
    transition: all ease .5s;
}

.decorative-light2 svg path:nth-child(1) {
    fill: #F0F0F0;
    filter: drop-shadow(0px 0px 20px #F0F0F0);
}

.decorative-light2:hover,
.decorative-light2:hover svg path:nth-child(1) {
    fill: var(--primary-color);
    filter: drop-shadow(0px 0px 20px var(--primary-color));
}

.decorative-light2 svg path:nth-child(2) {
    animation: cColor1 2s ease infinite;
}

.decorative-light2 svg path:nth-child(3) {
    animation: cColor2 2s ease infinite;
}

.decorative-light2 svg path:nth-child(4) {
    animation: cColor3 2s ease infinite;
}

.decorative-light2 svg path:nth-child(5) {
    animation: cColor4 2s ease infinite;
}

.decorative-light2 svg path:nth-child(6) {
    animation: cColor5 2s ease infinite;
}

@keyframes cColor1 {
    0% {
        fill: #F0F0F0;
    }
    20% {
        fill: #FF0000;
        filter: drop-shadow(0px 0px 20px #FF0000);
    }
    40% {
        fill: #F0F0F0;
    }
    60% {
        fill: #F0F0F0;
    }
    80% {
        fill: #F0F0F0;
    }
    100% {
        fill: #F0F0F0;
    }
}

@keyframes cColor2 {
    0% {
        fill: #F0F0F0;
    }
    20% {
        fill: #F0F0F0;
    }
    40% {
        fill: #FFD700;
        filter: drop-shadow(0px 0px 20px #FFD700);
    }
    60% {
        fill: #F0F0F0;
    }
    80% {
        fill: #F0F0F0;
    }
    100% {
        fill: #F0F0F0;
    }
}

@keyframes cColor3 {
    0% {
        fill: #F0F0F0;
    }
    20% {
        fill: #F0F0F0;
    }
    40% {
        fill: #F0F0F0;
    }
    60% {
        fill: #0000FF;
        filter: drop-shadow(0px 0px 20px #0000FF);
    }
    80% {
        fill: #F0F0F0;
    }
    100% {
        fill: #F0F0F0;
    }
}

@keyframes cColor4 {
    0% {
        fill: #F0F0F0;
    }
    20% {
        fill: #F0F0F0;
    }
    40% {
        fill: #F0F0F0;
    }
    60% {
        fill: #F0F0F0;
    }
    80% {
        fill: #008000;
        filter: drop-shadow(0px 0px 20px #008000);
    }
    100% {
        fill: #F0F0F0;
    }
}

@keyframes cColor5 {
    0% {
        fill: #F0F0F0;
    }
    20% {
        fill: #F0F0F0;
    }
    40% {
        fill: #F0F0F0;
    }
    60% {
        fill: #F0F0F0;
    }
    80% {
        fill: #F0F0F0;
    }
    100% {
        fill: #FF69B4;
        filter: drop-shadow(0px 0px 20px #FF69B4);
    }
}

.custom-pros-scroll .custom-pros-col {
    width: 245px;
    font-size: 14px;
}

.custom-pros-scroll .custom-pros-col .col-imgs {
    display: flex;
    justify-content: space-between;
}

.custom-pros-scroll .custom-pros-col .col-imgs img {
    width: 120px;
    height: 120px;
}

.custom-pros-scroll .custom-pros-col .col-params {
    margin-top: 5px;
}

.custom-words-scroll .custom-words-col {
    padding: 0 15px;
}

.custom-words-scroll .custom-words-col .col-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 2px solid var(--primary-color);
    margin-bottom: 10px;
}

.custom-words-scroll .custom-words-col .header-stars ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
}

.custom-words-scroll .custom-words-col .header-stars ul i {
  color: #FFB03B;
}