
.first-content{
    line-height: 2!important;
    margin-top: -3%;
    font-weight: 500;
}

.service-new-title {
    position: relative;
    font-weight: 700;
    line-height: 55px;
    font-size: var(--font-30);
    margin-top: var(--margin-top-35);
    margin-bottom: var(--margin-bottom-15);
 
}

.service-new-title a {
    color: #000!important;
}
.service-new-title a:hover {
    color: var(--solapa-base)!important;
}

.service-detail-service-package {
    position: relative;
  
    line-height: 32px;
    min-height: 120px;
    font-size: var(--font-18);
    padding-top: var(--padding-top-5);
    padding-right: var(--padding-right-50);
    font-family: var(--solapa-dmsans-font);
    color: rgba(var(--solapa-third-color-rgb), 0.80);
}

.service-detail__text-package{
    position: relative;
    line-height: 34px;
    font-size: var(--font-20);
    color: var(--solapa-third-color);
    margin-bottom: var(--margin-bottom-5);
}

.text-desc-oversize{
    color: #87ceeb;
    font-size: 16px;
    text-align: justify;
}

.text-oversize{
    color: #87ceeb;
    font-size: 39px;
}

.calculator-background{
    background: rgba(0, 0, 0, 0.5) url('/assets/images/calculator-background.jpeg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 10%;
    border-radius: 10px;
}

.calculator-btn a{
    padding: 9% 30%;
    width: max-content;
}

.kw6-modal-background {
    /* background: url('/assets/images/6k-background.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; */
    /* padding: 10% 15%; */
    padding: 0;
    border-radius: 10px;
}

.kw6-modal-background img {
    border-radius: 10px;
    left: 10%;
    opacity: 0.5;
}

.kw6-modal-background p {
    position: absolute;
    top: 30%;
    font-size: 28px;
    font-weight: 700;
    left: 10%;
    right: 10%;
}

.kw6-modal-background a {
    position: absolute;
    top: 70%;
    font-size: 26px;
    font-weight: 600;
    left: 10%;
    right: 10%;
}

.calculator-btn a span{
    font-size: 22px;
}

.offer-box-section{
    position: absolute;
    top: 0;
    right: 0;
    width: 330px;
}

.footer-call-use{
    position: fixed;
    bottom: 15px;
    left: 15px;
    width: 60px;
    height: 60px;
    background-color: var(--solapa-base);
    font-size: 26px;
    text-transform: uppercase;
    line-height: 60px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    color: var(--solapa-white);
    display: block;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 51px;
 }

.footer-call-use a{
    color: #fff;
}