
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&display=swap');

body {
    font-family: "Urbanist", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Urbanist", sans-serif;
}

:root {
    --primary--color: #007fcd;
    --secondary--color: #ffffff;
    --accent--color: #091f41;
    --text--color: #696969;
    --blue--color: #2a5aa2;
    --blue--color2: #154d9f;
    --black--color: #000000;
    --light--bg--color: #f4f8fe;
    --border--color: #e6e6e6;
    --border--color2: #d9e0ec;
    --sky--text--color: #bcceea;
    --sky--text--color2: #e5efff;
}

figure {
    margin-bottom: 0;
}

.archivo-font {
    font-family: "Urbanist", sans-serif;
}
.text-size-126 {
    font-size: 60px;
    line-height: 80px;
    font-weight: 800;
    color: var(--secondary--color);
}

.text-size-100 {
    font-size: 100px;
    line-height: 94px;
    font-weight: 800;
    color: var(--secondary--color);
}

.text-size-80 {
    font-size: 80px;
    line-height: 80px;
    font-weight: 800;
    color: var(--secondary--color);
}

.text-size-78 {
    font-size: 78px;
    line-height: 76px;
    font-weight: 800;
    color: var(--secondary--color);
}

.text-size-56 {
    font-size: 56px;
    line-height: 64px;
    font-weight: 800;
    color: var(--black--color);
}

.text-size-40 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: var(--black--color);
}

.text-size-36 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 400;
    color: var(--black--color);
}

.text-size-28 {
    font-size: 28px;
    line-height: 33px;
    font-weight: 700;
    color: var(--black--color);
}

.text-size-26 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 800;
    color: var(--black--color);
}

.text-size-24 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
}

.text-size-22 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    color: var(--black--color);
}

.text-size-20 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: var(--black--color);
}

p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #000000;
    word-break: break-word;
}

.text-size-18 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: var(--text--color);
}

.text-size-16 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: var(--text--color);
}

.text-size-14 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--text--color);
}

.text-size-12 {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: var(--text--color);
}

.special-text {
    color: var(--primary--color);
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 7px;
    font-weight: 600;
    letter-spacing: 1.5px;
    display: inline-block;

}

.primary_btn {
    font-size: 17px;
    min-width: 175px;
    padding: 0;
    height: 54px;
    line-height: 54px;
    font-weight: 700;
    text-align: center;
    border-radius: 32.5px;
    position: relative;
    display: inline-block;
    background-color: var(--primary--color);
    color: var(--secondary--color);
    transition: all 0.6s ease-in-out;
    padding-right: 30px;
}

.primary_btn figure, .estimate-btn span, .form-submit button span, .form-button button span {
    position: absolute;
    background-color: var(--secondary--color);
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    position: absolute;
    right: 6px;
    top: 6px;
}

.form-button button span {
    right: 7px;
    top: 7px;
}

.primary_btn:hover {
    color: var(--secondary--color);
    background-color: var(--accent--color);
    transition: all 0.6s ease-in-out;
    text-decoration: none;
}

.elementary_btn {
    font-size: 18px;
    min-width: 212px;
    padding: 0;
    height: 65px;
    line-height: 65px;
    font-weight: 700;
    text-align: center;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    background-color: var(--primary--color);
    color: var(--accent--color);
    transition: all 0.6s ease-in-out;
}

.elementary_btn:hover {
    color: var(--accent--color);
    background-color: var(--secondary--color);
    transition: all 0.6s ease-in-out;
}

.secondary_btn {
    font-size: 18px;
    min-width: 212px;
    padding: 0;
    height: 65px;
    line-height: 65px;
    font-weight: 700;
    text-align: center;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    background-color: var(--accent--color);
    color: var(--secondary--color);
    transition: all 0.6s ease-in-out;
}

.secondary_btn:hover {
    color: var(--accent--color);
    background-color: var(--primary--color);
    transition: all 0.6s ease-in-out;
}

html {
    scroll-behavior: smooth;
}

.all_row {
    display: flex;
    flex-wrap: wrap;
}

.all_column {
    display: flex;
}

.all_boxes {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.padding-top {
    padding-top: 140px !important;
}

.padding-bottom {
    padding-bottom: 140px !important;
}

.heading-title-con {
    margin-bottom: 0px;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-400 {
    font-weight: 400;
}

.text-black {
    color: var(--black--color);
}

.text-accent {
    color: var(--accent--color);
}

.bg-accent {
    background-color: var(--accent--color);
}

.bg-grey {
    background-color: var(--light--bg--color);
}

.bg-sky {
    background-color: var(--primary--color);
}

.bg-fff {
    background-color: var(--secondary--color);
}

.black-bg {
    background-color: var(--black--color);
}

.sky-text {
    color: var(--sky--text--color);
}

.blue-text {
    color: var(--primary--color) !important;
}

.navy-text {
    color: var(--blue--color);
}

.br-30 {
    border-radius: 30px;
}

.br-40 {
    border-radius: 40px;
}

.br-50 {
    border-radius: 50px;
}

.br-20 {
    border-radius: 20px;
}


.br-188 {
    border-radius: 188px;
}

.br-258 {
    border-radius: 258px;
}

.spacer {
    float: left;
    width: 100%;
    height: 50px;
}

.padding-rl {
    padding-right: 50px;
    padding-left: 50px;
}

.padding-rl-30 {
    padding-right: 30px;
    padding-left: 30px;
}

body {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: var(--text--color);
}

/* special classes ends here */
/* top bar section */
.top-bar-inner-content {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 8px 43px 8px 47px;
}

.top-bar-info ul {
    /* gap: 50px; */
    display: flex;
}

.top-bar-info ul li {
    display: flex;
    font-size: 15px;
    line-height: 13px;
    align-items: center;
    color: var(--secondary--color);
    padding-right: 32px;
    margin-right: 25px;
    border-right: 1px solid rgb(255 255 255 / 25%);
}

.top-bar-info ul li a {
    color: var(--secondary--color);
    font-weight: bold;
}

.top-bar-info ul li:hover a{
    color: #77c9fb;
}

.top-bar-info ul li i {
    font-size: 16px;
    line-height: 16px;
    padding-right: 14px;
    color: white;
}
.top-bar-info ul li:hover i {
    color: #77c9fb;
}

.top-bar-right-con span {
    font-size: 13px;
}

.top-bar-right-con a {
    font-size: 13px;
    text-decoration: none;
    margin-left: 12px;
    border: 1px solid white;
    border-radius: 5px;
}
.spl-top-bar-right-con a {
    font-size: 13px;
    text-decoration: none;
    margin-left: 12px;
    border: none !important;
    background-color: #007fcd;
    border-radius: 5px;
}

.top-bar-right-con a {
    color: var(--secondary--color);
}

.top-bar-right-con a:hover {
    color: var(--secondary--color) !important;
}

/* Home Page */

/* HEADER SECTION */
.header-con .navbar-light .navbar-nav .nav-link {
    font-size: 18px;
    color: var(--black--color);
    font-weight: 600;
    padding: 2px 0 !important;
    position: relative;
}

.header-con .navbar-light .navbar-nav .nav-link:hover {
    color: var(--primary--color);
    /* text-decoration: underline; */
}

.header-con .navbar-expand-lg .navbar-nav {
    gap: 30px;
    justify-content: center;
    align-items: center;
}

.header-con {
    z-index: 5;
    padding: 10px 0;
    background-color: var(--secondary--color);
}

.header-con .navbar {
    padding: 0;
}


/* .header-con .navbar-light .navbar-nav .nav-link:hover::before {
    width: 100%;
} */

/* .header-con .navbar-light .navbar-nav .nav-link::before {
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    content: '';Terms of Use
    position: absolute;
    background: var(--accent--color);
    transition: ease-in-out 0.6s;
} */

.header-con .navbar-light .navbar-nav .nav-link.active {
    color: var(--secondary--color);
    background-color: var(--primary--color);
    width: auto;
    padding-right: 15px !important;
    padding-left: 15px !important;
    text-align: center;
    border-radius: 15.5px;
}

.header-con .navbar-light .navbar-nav .nav-link.dropdown-toggle.active {
    padding-right: 22px !important;
    padding-left: 14px !important;
}

.header-con .navbar-light .navbar-nav .nav-item.dropdown .nav-link.active {
    /* width: 85px; */
    width: auto;
}

.header-con .navbar-light .navbar-nav .dropdown .nav-link:hover::after {
    width: 0;
}

.header-con .navbar-light .navbar-nav .dropdown .nav-link::after {
    width: unset;
    position: absolute;
    background: none;
    top: 14px;
    font-size: 15px;
}

/* .header-con .navbar-light .navbar-nav .dropdown .nav-link.active:after {
    padding-right: 22px !important;
    padding-left: 13px;
} */

.header-con .navbar-light .navbar-nav .dropdown-menu {
    padding: 10px;
    margin: 0;
    background-color: var(--secondary--color);
    border: 0;
    z-index: 2;
    width: 230px;
    margin-top: 10px;
    box-shadow: 0px 0px 100px rgb(0 0 0 / 15%);
    border-radius: 10px;
}

.header-con .navbar-light .navbar-nav .dropdown-menu a:last-child {
    border-bottom: none;
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item {
    padding: 7px 12px;
    border-bottom: 1px solid var(--secondary--color);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    border-radius: 10px;
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:active,
.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:active {
    background-color: var(--accent--color);
    color: var(--secondary--color);
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item.active {
    background-color: var(--accent--color);
    color: var(--secondary--color);
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: var(--accent--color);
    color: var(--secondary--color);
}

.header-con .navbar-light .navbar-brand {
    margin: 0;
    padding: 0;
}

/* HEADER SECTION */

.header-contact .contact-btn {
    min-width: 175px;
    background-color: var(--primary--color);
    color: var(--secondary--color);
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-weight: 700;
    position: relative;
    font-size: 16px;
    padding: 0;
    width: 100%;
    text-decoration: none;
    padding-right: 37px;
    z-index: 1;
    border-radius: 30px;
}

.header-contact .contact-btn figure {
    position: absolute;
    background-color: var(--secondary--color);
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    position: absolute;
    right: 5px;
    top: 5px;
}

.header-contact .contact-btn:hover {
    background-color: var(--accent--color);
    color: var(--secondary--color);
}

.header-con .header-contact ul li:first-child {
    margin-right: 0px;
    padding-left: 15px;
    border-left: 1px solid var(--border--color);
    margin-left: 20px;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.header-contact ul li a span.number {
    color: var(--black--color);
    font-weight: 700;
    font-size: 20px;
    padding-left: 11px;
}

.header-contact ul li a:hover span {
    color: var(--primary--color);
}

/* Header */

/* Back to top button */

#button {
    display: inline-block;
    background-color: var(--primary--color);
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100px;
    position: fixed;
    bottom: 50px;
    right: 45px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.6s ease-in-out;
}
#button::after {
    content: "\f062";
    font-family: "Font Awesome 5 free";
    font-size: 20px;
    line-height: 20px;
    color: var(--secondary--color);
    font-weight: 600;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

#button:hover {
    transform: translateY(-5px);
}

@-webkit-keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgb(48 195 235 / 40%)
    }

    to {
        box-shadow: 0 0 0 35px rgba(115, 0, 209, .01)
    }
}

@keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgb(48 195 235 / 40%)
    }

    to {
        box-shadow: 0 0 0 35px rgba(115, 0, 209, .01)
    }
}

/* Preloader -------------------------------------------------------*/

/* Loader Styles start here */
.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--secondary--color);
    z-index: 99999;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    color: var(--accent--color);
    display: inline-block;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.lead {
    font-size: 13px;
}

.loader div {
    background-color: var(--accent--color);
    display: inline-block;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    opacity: .5;
    border-radius: 50%;
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* Footer */
.footer-con {
    padding-top: 40px;
}

.footer-con .middle_portion {
    padding-bottom: 25px;
}

.footer-con .middle_portion p {
    color: var(--secondary--color);
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.footer-con .middle_portion .footer-logo {
    display: inline-block;
    margin-bottom: 26px;
}

.footer-con .middle_portion .links li {
    margin-bottom: 15px;
    line-height: 24px;
    padding-right: 30px;
}

.footer-con .middle_portion .links li i {
    font-size: 12px;
    top: -1px;
    position: relative;
    color: var(--primary--color);
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .links li a {
    font-size: 16px;
    line-height: 24px;
    padding-left: 14px;
    font-weight: 400;
    text-decoration: none;
    color: var(--secondary--color);
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .links li:hover i {
    color: var(--primary--color);
}

.footer-con .middle_portion .links li:hover a {
    color: var(--primary--color);
}

.footer-con .middle_portion .contact .text {
    position: relative;
    margin-bottom: 14px;
    display: inline-block;
    color: var(--secondary--color);
    line-height: 23px;
    padding-right: 35px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.footer-con .middle_portion .contact a,
.footer-con .middle_portion .contact p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--secondary--color);
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .contact li:hover a,
.footer-con .middle_portion .contact li:hover p,
.footer-con .middle_portion .contact li:hover i {
    color: var(--primary--color);
}

.footer-con .middle_portion .contact span,
.footer-con .middle_portion .contact li:last-child,
.footer-con .middle_portion .contact.var2 li:last-child a {
    font-size: 13px;
}

.footer-con .middle_portion .contact.var2 li:last-child a {
    text-decoration: underline;
}

.footer-con .middle_portion .icon {
    padding-left: 35px;
}

.padding-text {
    padding-left: 36px;
}

.footer-con .middle_portion .icon a {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 14px;
    color: var(--secondary--color);
}

.footer-con .middle_portion .icon .text {
    margin-bottom: 16px;
}

.footer-con span.footer-info-text {
    font-size: 16px;
    margin-bottom: 9px;
    color: var(--secondary--color);
}

.footer-con .middle_portion .social-icons li {
    display: inline-block;
    margin: 0 9px;
    padding: 0 !important;
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .heading {
    color: var(--secondary--color);
    margin-bottom: 20px;
}

.footer-con .middle_portion .social-icons li:first-child {
    margin-left: 0;
}

.footer-con .middle_portion .social-icons li:last-child {
    margin-right: 0;
}

.footer-con .middle_portion .social-icons i {
    font-size: 18px;
    text-align: center;
    color: var(--secondary--color);
    transition: all 0.6s ease-in-out;
}

.footer-con .middle_portion .icon a {
    transition: all 0.6s ease-in-out;
}

.footer-con .middle_portion .contact i {
    color: var(--primary--color);
}

.footer-con .middle_portion .social-icons a:hover i {
    color: var(--primary--color);
    transform: translateY(-4px);
}

.footer-con .middle_portion a:hover {
    text-decoration: none;
    color: var(--primary--color);
}

.footer-con .copyright-con {
    border-top: 2px solid rgb(255 255 255 / 10%);
    padding: 25px 0;
}

.footer-con .copyright-con p {
    color: #ffffff;
    font-size: 16px;
    line-height: 12px;
}

.footer-vector {
    right: 0;
    bottom: 0;
}

.owl-item,
.item,
.owl-stage {
    display: flex;
}

/* cta */
.cta-con {
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url(../../image-precitool/web-images/cta-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.cta-con::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(42 90 162 / 90%);
    border-radius: 50px;
}

.cta-inner-con {
    position: relative;
    z-index: 1;
    gap: 158px;
}

.cta-inner-con .primary_btn,
.get-in-touch-con3 .primary_btn,
.wait-con .primary_btn {
    font-size: 26px;
    font-weight: bold;
    min-width: 320px;
    height: 65px;
    padding-right: 0;
    border-radius: 32.5px;
    transition: ease-in-out 0.4s;
    padding-left: 40px;
    margin-right: 18px;
}

.cta-inner-con .primary_btn figure,
.get-in-touch-con3 .primary_btn figure,
.wait-con .primary_btn figure {
    background-color: var(--secondary--color);
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    position: absolute;
    left: 10px;
    top: 6px;
}

.cta-inner-con .primary_btn:hover {
    text-decoration: none;
}

.cta-con h2 {
    margin-bottom: 25px;
}

.logo-vector {
    width: 158px;
    height: 158px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background-color: var(--secondary--color);
    right: -79px;
    top: 0;
    bottom: 0;
    margin: auto;
}

/*  */
.trusted-companies-con li figure img {
    filter: grayscale(100%);
    transition: ease-in-out 0.6s;
}

.trusted-companies-con li:hover figure img {
    filter: grayscale(0%);
}

/* BANNER SECTION */
.banner-con {
    background-image: url(../../image-precitool/web-images/banner-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 35px;
    overflow: hidden;
    padding-bottom: 35px;
}

.banner-con::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(25 80 160 / 88%);
    border-radius: 50px;
}

.rating-text {
    font-size: 42px;
    line-height: 42px;
}

.rating-con {
    gap: 14px;
    margin-bottom: 23px;
}

.banner-content-con .banner-top {
    padding-left: 60px;
}

.banner-content-con h1,
.home3-banner-con h1 {
    margin-bottom: 28px;
}

.banner-content-con .banner-img2 img {
    padding: 12px;
    border: 3px solid var(--secondary--color);
}

.banner-content-con p {
    font-size: 22px;
    line-height: 36px;
    font-weight: 500;
    text-align: justify;
    position: relative;
    letter-spacing: 0px;
    padding-left: 15px;
    margin-top: 12px;
    margin-bottom: 39px;
}

.banner-content-con .banner-bottom {
    gap: 31px;
}
.banner-content-con {
    padding-top: 50px;
}

.banner-con .primary_btn {
    min-width: 260px;
    margin-left: 56px;
    margin-bottom: 80px;
}

.banner-con .statistics-wrapper {
    margin-left: 22px;
}

.statistics-box span {
    font-size: 40px;
    line-height: 36px;
    font-weight: 800;
    margin-bottom: 5px;
}

.statistics-box sup {
    top: 0;
    font-size: 40px;
    line-height: 36px;
    font-weight: 800;
}

.statistics-box span.span-text {
    font-size: 20px;
    line-height: 29px;
    font-weight: 500;
    color: var(--secondary--color);
    margin-bottom: 0;
}

.statistics-box {
    position: relative;
    /* border-right: 1px solid rgb(255 255 255 / 20%); */
    padding: 0 34px;
}

.statistics-box::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: rgb(255 255 255 / 30%);
    height: 68px;
    width: 1px;
}

.statistics-box.var2::before {
    display: none;
}

.banner-img1 img {
    padding: 12px;
    border: 3px solid #fff;
}

.plumber-img {
    top: 0;
    right: 0;
}

.banner-con .banner-inner-con a.scroll-down-arrow {
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-con .banner-inner-con a.scroll-down-arrow figure {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid rgb(255 255 255 / 30%);

}

.banner-con .scrol-outer {
    bottom: 60px;
}

.banner-con .scrol-outer span.text-size-14 {
    margin-bottom: 12px;
}

.banner-con .navy-box {
    position: absolute;
    right: 50px;
    top: 126px;
    padding: 19px 25px;
    box-shadow: 16px 2px 13px rgb(0 0 0 / 11%);
}

.banner-con .navy-box img.emrgncy-img {
    margin-bottom: 9px;
}

.banner-con .navy-box img.white-arrow-img {
    margin-top: 0;
}

.banner-con .navy-box span {
    margin-bottom: 6px;
}

.banner-con .dot-img {
    bottom: 0;
}

/* FAQ SECTION */
.faq-con .accordion-card {
    margin-bottom: 30px;
    width: 100%;
    border-radius: 10px;
    background-color: var(--secondary--color);
}

.faq-con .accordion-card:last-child {
    margin-bottom: 0;
}

.faq-con .accordion-card p {
    font-size: 16px;
    line-height: 26px;
}

.faq-con .accordion-card .btn-link h6 {
    color: var(--accent--color);
}

.faq-con .accordion-card .collapsed h6 {
    color: var(--accent--color);
    white-space: inherit;
    word-break: break-word;

}

.faq-con .accordian-inner .card-header {
    padding: 0;
    margin-bottom: 0;
    background: none;
    border: none;
}

.faq-con .accordian-inner .card-header a {
    padding: 23px 20px;
}

.faq-con .accordian-inner .card-body {
    padding: 0 20px 23px 20px;
}

.faq-con .accordion-card a.btn.btn-link:focus {
    outline: none;
    box-shadow: none;
}

.faq-con .accordian-inner .accordion-card i {
    position: absolute;
    right: 20px;
    margin: -6px 0;
}

.faq-con .accordian-inner .accordion-card .btn {
    text-decoration: none;
    text-align: left;
    display: block;
    border-radius: 15px;
    white-space: inherit;
    word-break: break-word;
}

.faq-con .accordion-card a.btn.btn-link {
    position: relative;
}

.faq-con .accordion-card .btn-link:before {
    content: "\f068";
    font-size: 20px;
    line-height: 20px;
    top: 25px;
    right: 24px;
    position: absolute;
    font-family: 'FontAwesome';
    color: var(--accent--color);
}

.faq-con .accordion-card .collapsed:before {
    content: "\2b";
    color: var(--accent--color);
}

.faq-con.faq-main-con .accordian-section-inner h5.sub-heading5 {
    margin-bottom: 30px;
}

.faq-con.faq-main-con .accordian-section-inner h5.sub-heading5 i {
    color: var(--primary--color);
}

.faq-con.faq-main-con .accordian-inner .accordion-card {
    background-color: var(--secondary--color);
    box-shadow: 0px 5px 50px rgb(0 0 0 / 5%);
}

.faq-con.faq-main-con .accordion-card:has(.collapsed) {
    border: 1px solid transparent;
}

.faq-con.faq-main-con .faq_content {
    padding-bottom: 55px;
    border-bottom: 1px solid var(--primary--color);
    margin-bottom: 55px;
}

/*  */
.check-availability-con {
    background-image: url(../../image-precitool/web-images/check-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
}

.check-availability-con::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(42 90 162 / 90%);
    border-radius: 0px;
}

.check-mail-box button {
    width: 69px;
    height: 39px;
    outline: none;
    border: 0;
    cursor: pointer;
    border-radius: 30px;
    color: var(--primary-color);
    background: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: ease-in-out 0.6s;
}

.check-mail-box button:hover {
    background-color: var(--dark-green-color);
}

.check-mail-box input {
    font-size: 16px;
    line-height: 16px;
    height: 61px;
    padding: 10px 26px;
    border-radius: 35px;
    outline: 0;
    width: 100%;
    border: 1px solid transparent;
    margin-right: 16px;
}

.check-mail-box input:focus {
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(48 195 235 / 100%);
    border-color: var(--primary--color);
}

.check-mail-box {
    position: relative;
}

.check-content-con .heading-title-con span,
.check-content-con .heading-title-con h2 {
    color: var(--primary-color);
}

.check-content-con .heading-title-con {
    margin-bottom: 30px;
}

.check-content-con .heading-title-con h2 {
    margin-bottom: 18px;
}

.check-content-con .heading-title-con p {
    margin-bottom: 26px;
    font-weight: 500;
}

.check-inner-con {
    display: grid;
    gap: 50px;
    grid-template-columns: 1fr 2.5fr 1fr;
    align-items: center;
    z-index: 1;
}

.check-img-con1 figure,
.check-img-con2 figure {
    margin-bottom: 50px;
}

.dots1 {
    top: 100px;
    right: 50px;
    transform: rotate(90deg);
}

.dots2 {
    top: 100px;
    left: 50px;
}

.check-mail-box {
    margin-bottom: 16px;
}

.all-review-span {
    text-decoration: underline;
    color: var(--blue--color);
    margin-left: 16px;
    line-height: 20px;
    font-weight: 500;
    padding-left: 20px;
    border-left: 1px solid var(--border--color);
}

.all-review-span:hover {
    color: var(--primary--color);
}

.trustpilot-rating-box {
    padding: 15px 17px;
    border-radius: 20px;
    width: 569px;
    margin: 0 auto;
    border: 2px dashed rgb(42 90 162 / 20%);
    margin-bottom: 20px;
}

/*  */
/* TESTIMONIALS SECTION */
.client-reviews-con .white-box {
    padding: 41px 38px;
    background-color: var(--secondary--color);
    box-shadow: 0 5px 56px rgb(0 0 0 / 5%);
    border-radius: 25px;
    border-bottom: 2px solid var(--primary--color);
}

.client-reviews-con .owl-carousel .owl-stage-outer {
    padding-top: 15px;
    padding-bottom: 20px;
}

.client-reviews-con .owl-carousel .item {
    width: 100%;
}

.client-reviews-con .owl-carousel .owl-item .white-box img {
    width: auto;
    margin-bottom: 19px;
}

.client-reviews-con .owl-carousel .owl-item .white-box p {
    line-height: 31px;
    margin-bottom: 26px;
    font-size: 16px;
}

.client-reviews-con .testimonial-detail {
    gap: 16px;
}

.client-reviews-con .owl-carousel .owl-item .white-box .testimonial-detail .name-outer ul {
    margin-bottom: 11px;
}

.client-reviews-con .owl-carousel .owl-item .white-box .testimonial-detail .name-outer ul,
.client-reviews-con .owl-carousel .owl-item .white-box .testimonial-detail .name-outer li {
    line-height: 14px;
}

.client-reviews-con .owl-carousel .owl-item .white-box .testimonial-detail .name-outer ul li i {
    font-size: 13px;
    color: var(--yellow--color);
}

.testimonial-detail .designation {
    font-size: 16px;
    line-height: 20px;
}

.testimonial-detail img {
    border-radius: 100%;
    margin-bottom: 0 !important;
}

.owl-dots {
    margin-top: 18px;
    text-align: center;
}

.owl-dots button {
    border: none;
    outline: none;
    box-shadow: none;
    text-align: center;
    margin: 0 auto;
}

.owl-dots button:focus,
.owl-dots button:focus-visible {
    border: none;
    outline: none;
    box-shadow: none;
}

.owl-dots button.active span {
    background-color: var(--primary--color);
    color: var(--primary--color);
    width: 18px;
    height: 18px;
}

.owl-dots button span {
    background-color: #dde4ef;
    width: 13px;
    height: 13px;
    display: block;
    margin-right: 6px;
    margin-left: 6px;
    cursor: pointer;
    margin-bottom: 0;
    border-radius: 100%;
}

.client-reviews-con h3 {
    font-weight: 700;
}

.item,
.owl-item,
.owl-stage {
    display: flex;
}

.client-reviews-con .quote-img {
    right: 30px;
    bottom: 41px;
    margin-bottom: 0 !important;
}

.before-after-gallery-con .result-box figure::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 90%;
    background-image: url(../../image-precitool/web-images/black-overlay.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 40px;
}

.result-box span {
    padding: 8px 31px;
    text-align: center;
    border-radius: 20.5px;
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1;
}

.result-box h3 {
    bottom: 35px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.result-box.case-study-box .content-con {
    bottom: 20px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.result-box.case-study-box h3 {
    position: unset;
    margin-bottom: 12px;
}

.result-box.case-study-box span.flow-rate {
    position: unset;
}

.result-box p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
}

.before-after-gallery-con .owl-dots {
    margin-top: 56px;
}

.work-outer-con {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* HOW IT WORKS SECTION */
.how-it-works-con .work-box {
    position: relative;
    padding: 0 15px;
}

.how-it-works-con .work-box figure {
    width: 130px;
    height: 130px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto 46px;
    background-color: var(--primary--color);
}

.how-it-works-con .work-box span {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -15px;
    border-radius: 100%;
    border: 3px solid var(--secondary--color);
}

.how-it-works-con .work-box h3 {
    font-weight: 700;
}

.how-it-works-con .inner-item {
    position: relative;
}

.how-it-works-con .arrow1 {
    position: absolute;
    top: 13px;
    right: -5px;
}

/*  */
.price-estimation-con {
    background-image: url(../../image-precitool/web-images/price-estimation-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.price-estimation-con::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(42 90 162 / 90%);
    border-radius: 50px;
}

.price-estimation-con .heading-title-con {
    z-index: 1;
    position: relative;
}

/*  */
/* .why-choose-us-con {
    padding-top: 30px;
    padding-bottom: 30px;
} */

.vector {
    bottom: 0;
    right: 0;
}

.vector2 {
    top: 100px;
    left: 0;
}

/* price estimation */
.estimator-box {
    background-color: var(--secondary--color);
    border-radius: 40px;
    max-width: 1100px;
    margin: auto;
}

.estiamtion-top-con {
    background-color: var(--light--bg--color);
    padding: 52px 65px;
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
}

.estimation-bottom-con {
    padding: 28px 65px 15px;
}

.estiamtion-top-con .row {
    margin-bottom: 34px;
}

.estimator-box label {
    font-weight: 700;
    color: var(--black--color);
    font-size: 16px;
    margin-bottom: 8px;
}

.estimator-box .form-control {
    height: 61px;
    border-radius: 30px;
    padding-left: 25px;
    border: none;
    font-size: 16px;
    color: var(--text--color);
}

.estimator-box .form-control {
    padding: 0 30px 0 25px;
    -webkit-appearance: none;
    background-repeat: no-repeat !important;
    background-position: 93% 27px !important;
    background-image: url(../../image-precitool/web-images/dropdown-arrow.png) !important;
}

.estimate-btn {
    background-color: var(--primary--color);
    color: var(--secondary--color);
    border-radius: 32.5px;
    min-width: 340px;
    margin-right: 20px;
    height: 65px;
    line-height: 65px;
    font-weight: 700;
    font-size: 18px;
    border: none;
    padding-right: 35px;
    position: relative;
}

.estimate-btn:hover {
    background-color: var(--accent--color);
}

.price-box {
    border: 2px dashed #cbd9f1;
    min-width: 380px;
    border-radius: 40px;
    padding: 10px 20px;
    text-align: center;
}

.price-box span.estimate-price {
    font-size: 16px;
    font-weight: 400;
    color: var(--black--color);
    top: -7px;
    position: relative;
}

.estimation-bottom-con h2 {
    margin-bottom: 16px;
    font-weight: 700;
}

.price-box span#price {
    font-size: 40px;
    line-height: 40px;
    font-weight: 800;
    margin-left: 30px;
    color: var(--blue--color);
}

.ranges {
    font-size: 14px;
    color: var(--black--color);
    margin-bottom: 28px;
}

.ranges strong {
    font-weight: 700;
    margin-right: 4px;
}

.disclaimer {
    font-size: 12px;
    color: var(--text--color);
    padding-top: 12px;
    border-top: 1px solid var(--border--color);
}

.ranges ul li {
    margin-bottom: 4px;
}

.vector-dot1 {
    top: 298px;
    right: 273px;
}

.vector-dot2 {
    bottom: 107px;
    left: 267px;
}

/* service section */
.services-box {
    position: relative;
    margin: 0 auto 100px;
    transition: ease-in-out 0.6s;
    /* width: 331px; */
    /*box-shadow: 0px 5px 15px red;*/
    border: 2px solid #000000;
    border-radius: 30px;
}

.services-box figure {
    margin: 0;
    overflow: hidden;
}

/* white card */
.service-card {
    position: absolute;
    left: 50%;
    bottom: -100px;
    transform: translateX(-50%);
    background: var(--secondary--color);
    width: 281px;
    border-radius: 20px;
    padding: 30px 12px 22px;
    text-align: center;
    box-shadow: 0px 0px 15px rgb(0 127 205);
    transition: ease-in-out 0.6s;
}

/* blue circle icon */
.service-icon {
    width: 86px;
    height: 86px;
    background-color: var(--primary--color);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary--color);
    position: absolute;
    top: -41px;
    left: 50%;
    transform: translateX(-50%);
}

.services-con .owl-carousel .owl-item img {
    width: auto;
}

.service-card h3 {
    font-weight: 800;
    margin-bottom: 6px;
}

.service-card p {
    font-size: 16px;
    margin-bottom: 18px;
}

/* arrow button */
.arrow-btn {
    width: 42px;
    height: 42px;
    background-color: var(--accent--color);
    color: var(--secondary--color);
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.arrow-btn:hover {
    background-color: var(--accent--color);
    color: var(--secondary--color);
}

.services-box:hover .service-card {
    background-color: var(--accent--color);
}

.services-box:hover .service-card * {
    color: var(--secondary--color);
}

.services-box:hover .service-card .arrow-btn {
    background-color: var(--secondary--color);
}

.services-box:hover .service-card .arrow-btn img {
    filter: brightness(0) invert(0);
}

.services-con .owl-stage-outer {
    padding: 20px 0 0px;
}

.services-con .owl-dots {
    margin-top: 40px;
}

.why-choose-us-con .col-lg-6 {
    margin-bottom: 38px;
}

.choose-text-con {
    margin-top: 50px;
}

.choose-text-con p {
    font-size: 18px;
    line-height: 28px;
    padding-left: 28px;
}

.choose-text-con p::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 74px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    background-color: var(--primary--color);
}

.choose-box {
    background-color: var(--secondary--color);
    border-radius: 20px;
    padding: 29px 18px 31px 25px;
    border-bottom: 2px solid var(--primary--color);
    transition: ease-in-out 0.6s;
}

.choose-box:hover {
    border-color: var(--blue--color);
    transform: translateY(-2px);
}

.choose-box img {
    margin-bottom: 16px;
}

.choose-box h3 {
    font-weight: 800;
}

.choose-img1,
.choose-img-right {
    right: 30px;
    top: 30px;
    bottom: 30px;
    margin: auto;
}

.why-choose-us-con .col-lg-3 {
    display: flex;
}

.why-choose-us-con .row {
    padding-right: 150px;
}

.why-choose-us-con .choose-logo {
    width: 124px;
    height: 124px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: var(--secondary--color);
    top: 70px;
    right: 330px;
}

.about-us-con {
    padding-top: 30px;
    padding-bottom: 30px;
}

/* ABOUT SECTION */
.years-experience-con figure {
    width: 106px;
    height: 106px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: var(--accent--color);
}

.about-us-inner-con {
    gap: 120px;
    display: grid !important;
    grid-template-columns: 45% 49%;
}

.about-us-con .about-left-con figure.about-img2 {
    z-index: 1;
}

.about-right-con .heading-title-con h2 {
    margin-bottom: 24px;
}

.about-right-con .heading-title-con p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 28px;
}

.about-listing-con ul li {
    color: var(--black--color);
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 6px;
    text-align: left;
    padding-left: 33px;
    position: relative;
}

.about-listing-con {
    gap: 52px;
}

.about-listing-con ul li i {
    left: 0;
    position: absolute;
    color: var(--primary--color);
    top: 4px;
}

.about-right-con .heading-title-con ul {
    margin-bottom: 30px;
}

.years-experience-con {
    width: 150px;
    height: 270px;
    background-color: var(--secondary--color);
    border-radius: 78px;
    position: absolute;
    right: 24%;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 20px 20px 20px;
    z-index: 1;
    text-align: center;
}

.years-experience-con figure {
    text-align: center;
    margin: 0 auto 18px;
}

.about-left-con {
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.years-experience-con span.digit {
    font-size: 56px;
    line-height: 56px;
    color: var(--primary--color);
    margin-bottom: 5px;
}

.font-weight-800 {
    font-weight: 800 !important;
}

.years-experience-con sup {
    font-size: 30px;
    color: var(--primary--color);
    top: -22px;
}

.years-experience-con span {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    color: var(--black--color);
}

.about-vector {
    right: 0;
    bottom: 0;
}

/* SUB PAGE */
.sub-banner-con {
    background-image: url(../../image-precitool/web-images/sub-banner-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 112px;
    padding-bottom: 112px;
    overflow: hidden;
}

.sub-banner-con::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(21 77 159 / 88%);
    border-radius: 50px;
}

.sub-banner-con p {
    font-size: 20px;
    line-height: 31px;
    font-weight: 500;
    margin-bottom: 25px;
}

.sub-banner-con h1 {
    margin-bottom: 24px;
}

/* breadcrumb */
.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item.active {
    color: var(--secondary--color);
}

.breadcrumb-con {
    margin-bottom: 36px;
}

.breadcrumb-item {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
}

.breadcrumb {
    padding: 14px 30px;
    min-width: 196px;
    transition: ease-in-out 0.6s;
    border-radius: 24px;
    justify-content: center;
    background-color: transparent;
    border: 2px solid rgb(255 255 255 / 20%);

}

.breadcrumb-item a {
    text-decoration: none;
    color: var(--primary--color);
    position: relative;
}

.breadcrumb-item a:hover {
    color: var(--accent--color);
}


.breadcrumb-item+.breadcrumb-item::before {
    color: var(--secondary--color);
    content: "/";
    font-family: "Font Awesome 6 Free";
    font-size: 19px;
    padding: 0 17px;
    font-weight: 600;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0 !important;
}

.sub-banner-con img.sub-banner-img1 {
    padding: 12px;
    border: 3px solid var(--secondary--color);
    bottom: 68px;
    left: 110px;
}

.sub-banner-con img.sub-banner-img2 {
    padding: 12px;
    border: 3px solid var(--primary--color);
    top: 68px;
    right: 110px;
}

.sub-banner-con .sub-banner-dots {
    bottom: 136px;
    right: 375px;
}

/*  */
.main-service-con .services-box {
    height: 645px;
    margin: 0 auto;
}

.main-service-con ul {
    width: 215px;
    margin: 0 auto 20px;
}

.main-service-con ul li {
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
    padding-left: 24px;
}

.main-service-con .services-box .service-card {
    bottom: 18px;
    padding-bottom: 25px;
}

.main-service-con .services-box .primary_btn {
    min-width: 196px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    margin-bottom: 13px;
}

.main-service-con .services-box .primary_btn figure {
    width: 37px;
    height: 37px;
    right: 4px;
    top: 4px;
}

.main-service-con .services-box .primary_btn:hover {
    background-color: var(--blue--color);
}

.main-service-con ul li i {
    top: 4px;
    font-size: 14px;
}

.main-service-con .services-box a.learn-more {
    font-size: 16px;
    font-weight: 500;
    color: var(--blue--color);
    text-decoration: underline;
}


.main-service-con .services-box:hover a.learn-more {
    color: var(--secondary--color);
}

.main-service-con .services-box:hover a.learn-more:hover {
    color: var(--primary--color);
}

.main-service-con .col-lg-3.col-md-6 {
    margin-bottom: 45px;
}

.main-service-con .col-lg-3.col-md-6:nth-last-of-type(-n+4) {
    margin-bottom: 0;
}

/*  */

/* 404 page styling start here */
.coming-soon-con,
.error-section {
    height: 100vh;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../image-precitool/web-images/error-banner-img.jpg);
    border-radius: 50px;
}

.coming-soon-con::before,
.error-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(21 77 159 / 88%);
    border-radius: 50px;
}

.error-con figure img {
    margin-bottom: 36px;
}

.error-con {
    position: relative;
    z-index: 2;
}

.error-con .text-size-28 {
    line-height: 36px;
    margin-bottom: 12px;
    color: var(--secondary--color);
}

.error-con p {
    font-size: 20px;
    line-height: 31px;
    margin-bottom: 35px;
    color: var(--secondary--color);
}

.error-con .primary_btn {
    min-width: 260px;
}

.error-banner,
.coming-soon-con {
    flex-grow: 1;
}

/* COMING SOON PAGE */
.coming-soon-con .new-logo {
    margin-bottom: 116px;
}

.coming-soon-con .text-size-160 {
    margin-bottom: 34px;
    font-size: 160px;
    line-height: 134px;
    text-transform: uppercase;
    color: var(--secondary--color);
    font-weight: 800;
}

.coming-soon-con .text-size-28 {
    margin-bottom: 14px;
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    display: inline-block;
    color: var(--secondary--color);
}

/* coming soon countdown timer styling */
.compaign_countdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.compaign_countdown ul li {
    float: left !important;
    width: auto;
    margin: 0;
    text-align: center;
    margin: 0 20px;
    /* min-height: 133px; */
    min-width: 80px;
    /* background-color: var(--accent--color);
    padding: 20px 16px; */
    color: var(--secondary--color);
    font-size: 18px;
    font-weight: 400;
    /* border-radius: 20px; */
}

.coming-soon-con p {
    margin-bottom: 16px;
}

.compaign_countdown ul li:first-child {
    margin-left: 0;
}

.compaign_countdown ul li:last-child {
    margin-right: 0;
}

.compaign_countdown ul li span.days,
.compaign_countdown ul li span.hours,
.compaign_countdown ul li span.minutes,
.compaign_countdown ul li span.seconds {
    display: block;
    color: var(--secondary--color);
    width: auto;
    font-size: 52px;
    line-height: 60px;
    font-weight: 500;
}

.compaign_countdown {
    margin: 0 auto;
    width: 50%;
}

.coming-soon-con {
    flex-grow: 1;
    min-height: 100vh;
}

.coming-soon-con .check-mail-box {
    width: 743px;
    margin: 0 auto 40px;
}

/* Login Form Page Style  */

.login-form {
    min-height: 100vh;
    /* background-image: url(../../image-precitool/web-images/login-signup-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
}

.login-form .login-form-title {
    margin-bottom: 30px;
}

.login-form .login-page-logo {
    margin-bottom: 25px;
}

.login-form .login-form-box {
    width: 450px;
    margin: 0 auto;
    position: relative;
}

.login-form .login-card {
    padding: 30px;
    margin-bottom: 30px;
    line-height: 0.8;
    border-radius: 20px;
    background: var(--accent--color);
}

.login-form .login-card label {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 13px;
    color: var(--secondary--color);
}

.login-form .login-card .input-field {
    font-size: 16px;
    font-weight: 500;
    height: 54px;
    width: 100%;
    line-height: 16px;
    padding: 0 21px;
    border-radius: 100px;
    background: transparent;
    color: var(--secondary--color);
    /* border: 1px solid rgb(255 255 255 / 50%); */
    border: 1px solid var(--secondary--color);
}

.login-form .login-card .input-field:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid var(--primary--color);
}

.login-form .login-card .form-group {
    margin-bottom: 16px;
}

.login-form .login-card .btn-primary {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    padding: 20px 15px;
    margin-bottom: 16px;
    width: 100%;
    border: none;
    border-radius: 40px;
    text-decoration: none;
    display: inline-block;
    color: var(--accent--color);
    background-color: var(--primary--color);
    transition: all 0.8s ease-in-out;
}

.login-form .login-card .btn-primary:hover {
    color: var(--accent--color);
    background-color: var(--secondary--color);
}

.login-form .login-card .forgot-password {
    color: var(--secondary--color);
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
}

.login-form .login-card .forgot-password:hover {
    text-decoration: underline;
    color: var(--primary--color);
}

.login-form .login-form-box .join-now-outer a {
    font-size: 16px;
    line-height: 18px;
    color: var(--black--color);
    text-decoration: none;
}

.login-form .login-form-box .join-now-outer a:hover {
    text-decoration: underline;
    color: var(--primary--color);
}

.login-form .login-card .select-option option {
    font-size: 16px;
    color: black;
}

.login-form .form_style::placeholder {
    color: var(--secondary--color);
    opacity: 1;
}

.login-form .form_style:-ms-input-placeholder {
    color: var(--secondary--color);
}

.login-form .form_style::-ms-input-placeholder {
    color: var(--primary--color);
}

/* Join-Now Form Page Style */

.sign-up-form {
    padding: 70px 0;
}

.sign-up-form .login-form-box {
    width: 700px;
}

.sign-up-form .login-card label small {
    font-size: 14px;
}

.sign-up-form .login-card .select-option {
    padding: 0 40px 0 21px;
    -webkit-appearance: none;
    background-repeat: no-repeat !important;
    background-position: 96.5% 24px !important;
    background-image: url('../../image-precitool/web-images/dropdown-arrow.png') !important;
}

.sign-up-form .login-card .select-option:focus {
    outline: none;
    box-shadow: none;
}

/* CORE VALUE */
.main-core-values .choose-box {
    box-shadow: 5px 0px 56px rgb(0 0 0 / 5%);
    padding: 34px 26px;
}

.right-choice-con h2 {
    margin-bottom: 39px;
}

.right-choice-con .about-listing-con ul li {
    color: var(--text--color);
    margin-bottom: 10px;
}

.right-choice-con ul {
    margin-bottom: 43px;
}

.right-choice-con ul li strong {
    color: var(--black--color)
}

.right-choice-con .primary_btn {
    min-width: 260px;
}

.right-choice-con .trustpilot-rating-box {
    width: 377px;
    border: none;
    background-color: var(--secondary--color);
    padding: 17px;
    position: absolute;
    top: 169px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 1;
}

.trusted-service-con {
    background-image: url(../../image-precitool/web-images/trusted-service-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.trusted-service-con::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(42 90 162 / 88%);
    border-radius: 50px;
}

.trust-box {
    padding: 45px 108px 45px 45px;
    gap: 30px;
}

.trust-box figure {
    background-color: var(--primary--color);
    width: 121px;
    height: 121px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    flex-shrink: 0;
}

.trust-box h3 {
    margin-bottom: 18px;
}

.our-story-con .primary_btn {
    min-width: 390px;
}

.our-story-con .about-us-inner-con {
    gap: 60px;
    grid-template-columns: 45% 49%;
}

.our-story-con .about-right-con {
    padding-right: 22%;
}

.van-img {
    right: 0;
    top: -200px;
}

.vector3 {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background-color: var(--secondary--color);
    border-radius: 100%;
    width: 169px;
    height: 169px;
}

/* cost details section */
.cost-details-con {
    border-radius: 40px;
}

.cost-detail-box {
    background-color: var(--secondary--color);
    border-radius: 40px;
    max-width: 1258px;
    margin: auto;

}

.estimation-right-con {
    background-color: var(--light--bg--color);
    padding: 65px 68px 55px;
    width: 704px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

.estiamtion-left-con {
    background-color: var(--secondary--color);
    padding: 65px 68px 55px;
    width: 554px;
    flex-shrink: 0;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

.estiamtion-left-con h2 {
    margin-bottom: 15px;
}

.estiamtion-left-con p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 24px;
}

.estimation-right-con span.drain-range {
    font-size: 40px;
    line-height: 40px;
    font-weight: 800;
    color: var(--blue--color);
    margin-bottom: 35px;
}

.estimation-right-con span {
    color: var(--black--color);
}

.estimation-right-con ul li {
    padding-left: 21px;
    margin-bottom: 4px;
}

.estimation-right-con h3 {
    margin-bottom: 15px;
}

.estimation-right-con ul li i {
    position: absolute;
    color: var(--black--color);
    font-size: 6px;
    top: 10px;
    left: 0px;
}

.estimation-right-con ul {
    margin-bottom: 25px;
}

.pre-quality-span {
    margin-bottom: 22px;
}

.cost-detail-text {
    font-size: 12px;
    line-height: 23px;
    padding-top: 15px;
    border-top: 1px solid var(--border--color);
}

.cost-details-con .vector-dot1 {
    top: 96px;
    right: 206px;
}

.vector-dot2 {
    bottom: 90px;
    left: 210px;
}

.drain-cleaning-con figure img {
    margin-bottom: 50px;
}

.drain-cleaning-inner-con .vector3 {
    margin: unset;
    top: 49px;
    left: 49px;
}

.drain-cleaning-inner-con h2 {
    margin-bottom: 24px;
}

.drain-cleaning-inner-con p {
    font-size: 18px;
    line-height: 28px;
}

.drain-cleaning-inner-con h3 {
    margin-bottom: 23px;
}

.drain-cleaning-inner-con ul {
    margin-bottom: 35px;
}

.drain-cleaning-inner-con .col-lg-4.col-md-6 {
    padding: 0;
}

.drain-cleaning-con a.primary_btn {
    min-width: 318px;
}

.privacy-policy-content-con p,
.privacy-policy-content-con ul li {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: var(--text--color);
}

.privacy-policy-content-con ul li {
    padding-left: 24px;
    margin-bottom: 8px;
}

.privacy-policy-content-con ul li i {
    left: 0;
    position: absolute;
    top: 6px;
    color: var(--primary--color);
    font-size: 16px;
}

.privacy-policy-content-con h3 {
    font-weight: 600;
}

/* contact page */

.contact-information-con .section-label {
    color: var(--primary--color);
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 12px;
}

.contact-information-con h2 {
    margin-bottom: 32px;
}

/* Info Cards */

.contact-information-con .info-card {
    width: 437px;
    display: flex;
    align-items: flex-start;
    background: var(--secondary--color);
    border-radius: 20px;
    padding: 38px 38px;
    margin-bottom: 30px;
    box-shadow: 5px 0px 56px rgba(0, 0, 0, 5%);
    transition: ease-in-out 0.6s;
}

.contact-information-con .info-card:hover {
    transform: translateY(-2px);
}

.contact-information-con .info-icon {
    width: 86px;
    height: 86px;
    background-color: var(--primary--color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin-right: 22px;
}

.contact-information-con .info-text h3 {
    margin-bottom: 13px;
}

.contact-information-con .info-text a {
    font-size: 20px;
    line-height: 28px;
    display: flex;
    align-items: flex-start;
    margin: 0;
    color: var(--text--color);
}

.contact-information-con .info-text a:hover {
    color: var(--primary--color);
    text-decoration: none;
}

.contact-information-con .image-wrapper {
    position: relative;
    text-align: right;

}

.contact-information-con .business-hours {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: var(--primary--color);
    color: #fff;
    padding: 35px 30px;
    text-align: left;
    border-radius: 30px;
    width: 351px;
}

.contact-information-con .business-hours h3 {
    margin-bottom: 20px;
}


.contact-information-con .business-hours p {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    margin-bottom: 10px;
    color: var(--secondary--color);

}

.contact-information-con .emergency-bar {
    margin-top: 70px;
    background: var(--blue--color);
    border-radius: 30px;
    padding: 28px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.contact-information-con .emergency-left {
    display: flex;
    align-items: center;
}

.contact-information-con .emergency-left img {
    margin-right: 23px;
}

.contact-information-con .emergency-left h3 {
    margin-bottom: 10px;
}

.contact-information-con .emergency-left p {
    font-size: 18px;
    margin: 0;
}

.contact-information-con .emergency-right span {
    font-size: 16px;
    margin-right: 18px;
}

.contact-information-con .emergency-right a {
    color: var(--primary--color);
    text-decoration: underline;
    font-size: 16px;
}

.contact-information-con .emergency-right a:hover {
    color: var(--secondary--color);
}

/* contact form */
.contact-form-con {
    padding-top: 57px;
}

.contact-form-con .heading-title-con h2 {
    margin-bottom: 12px;
}

.contact-form-con .contact-form-wrap {
    background-color: var(--light--bg--color);
    border-radius: 50px;
    overflow: hidden;
}

.contact-form-con .contact-header {
    background-color: var(--accent--color);
    padding: 55px 105px 50px;
    text-align: center;
}

.contact-form-con .contact-desc {
    font-size: 18px;
    line-height: 28px;
}

.contact-form-con .contact-desc a {
    color: var(--primary--color);
    text-decoration: none;
}

.contact-form-con .contact-desc a:hover {
    color: var(--secondary--color);
}

.contact-form-con form {
    padding: 52px 105px;
}

.contact-form-con .form-row-custom,
.request-form-con .form-row-custom {
    display: flex;
    gap: 20px;
}

.contact-form-con .form-group-custom,
.request-form-con .form-group-custom {
    margin-bottom: 26px;
    width: 100%;
}

.contact-form-con .form-group-custom label,
.request-form-con .form-group-custom label {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    display: block;
    margin-bottom: 12px;
    color: var(--black--color);
}

.contact-form-con .form-group-custom label span {
    color: red;
}

.contact-form-con .form-group-custom input,
.request-form-con .form-group-custom input,
.contact-form-con .form-group-custom select,
.request-form-con .form-group-custom select,
.contact-form-con .form-group-custom textarea,
.request-form-con .form-group-custom textarea {
    width: 100%;
    height: 45px;
    border-radius: 30px;
    border: 2px solid transparent;
    padding: 0 25px;
    font-size: 16px;
    color: var(--black--color);
}

.contact-form-con .form-group-custom input::placeholder,
.request-form-con .form-group-custom input::placeholder,
.contact-form-con .form-group-custom textarea::placeholder,
.request-form-con .form-group-custom textarea::placeholder {
    color: #a4a4a4;
}

.contact-form-con .form-group-custom select,
.request-form-con .form-group-custom select,
.contact-form-con .form-group-custom select::placeholder,
.request-form-con .form-group-custom select::placeholder,
.contact-form-con .form-group-custom select option,
.request-form-con .form-group-custom select option {
    color: var(--black--color);
}

.contact-form-con .form-group-custom input:focus,
.request-form-con .form-group-custom input:focus,
.contact-form-con .form-group-custom input:focus-visible,
.request-form-con .form-group-custom input:focus-visible,
.contact-form-con .form-group-custom select:focus,
.request-form-con .form-group-custom select:focus,
.contact-form-con .form-group-custom select:focus-visible,
.request-form-con .form-group-custom select:focus-visible,
.contact-form-con .form-group-custom textarea:focus,
.request-form-con .form-group-custom textarea:focus,
.contact-form-con .form-group-custom textarea:focus-visible,
.request-form-con .form-group-custom textarea:focus-visible {
    border: 2px solid var(--primary--color);
    outline: none;
    box-shadow: none;
}

.contact-form-con .form-group-custom .form-control {
    padding: 0 30px 0 25px;
    -webkit-appearance: none;
    background-repeat: no-repeat !important;
    background-position: 97% 27px !important;
    background-image: url(../../image-precitool/web-images/dropdown-arrow.png) !important;
}

.contact-form-con .form-group-custom textarea,
.request-form-con .form-group-custom textarea {
    height: 113px;
    padding: 17px 25px;
    resize: none;
    border-radius: 12px;
}

.contact-form-con .option-group {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.contact-form-con .option-btn {
    position: relative;
}

.contact-form-con .option-btn input {
    display: none;
}

.contact-form-con .form-group-custom .option-btn span {
    padding: 17px 26px;
    border-radius: 30px;
    background-color: var(--secondary--color);
    border: 1px solid var(--secondary--color);
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    width: 288px;
    display: block;
    text-align: center;
    color: var(--black--color);
}

.contact-form-con .option-btn span i {
    margin-right: 10px;
    font-size: 16px;
}

.contact-form-con .option-btn input:checked+span {
    background-color: var(--blue--color);
    color: var(--secondary--color);
    border-color: var(--blue--color);
}

.contact-form-con .upload-group {
    /* padding-top: 42px;
    margin-top: 42px;
    border-top: 1px solid var(--border--color2); */
}

/* hide real input */
.contact-form-con .custom-upload input[type="file"] {
    display: none;
}

.contact-form-con .custom-upload {
    display: flex;
    align-items: center;
    gap: 18px;
}

/* Choose Files button */
.contact-form-con .form-group-custom .upload-btn {
    padding: 10px 22px;
    border-radius: 21px;
    background-color: var(--sky--text--color2);
    color: var(--blue--color);
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    border: none;
    margin-bottom: 0;
}

/* No files chosen text */
.contact-form-con .file-name {
    font-size: 14px;
    color: #7a7a7a;
}

.contact-form-con .upload-info {
    font-size: 14px;
    margin-top: 12px;
    color: var(--text--color);
}

.contact-form-con .spacing-border {
    margin-bottom: 38px;
    border-bottom: 1px solid var(--border--color2);
    padding-bottom: 38px;
}

.contact-form-con .custom-checkbox {
    display: flex;
    align-items: center;
    padding-left: 36px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    font-weight: 400 !important;
}

/* hide real checkbox */
.contact-form-con .custom-checkbox input {
    display: none;
}

/* custom circle */
.contact-form-con .checkmark {
    width: 21px;
    height: 21px;
    display: block;
    border-radius: 50%;
    border: 1px solid var(--border--color2);
    background-color: #fff;
    position: absolute;
    left: 0;
}

/* checked state */
.contact-form-con .custom-checkbox input:checked+.checkmark {
    background-color: var(--primary--color);
    border-color: var(--primary--color);
}

.contact-form-con .custom-checkbox input:checked+.checkmark::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 9px;
    height: 9px;
    background: var(--secondary--color);
    border-radius: 50%;
}


.contact-form-con .form-submit,
.request-form-con .form-submit {
    margin-top: 0px;
}

.contact-form-con .form-submit button,
.request-form-con .form-submit button {
    /*width: 175px;*/
    height: 54px;
    border-radius: 32.5px;
    padding: 0px 70px 0px 40px;
    border: none;
    background-color: var(--primary--color);
    color: var(--secondary--color);
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    transition: ease-in-out 0.6s;
}

.contact-form-con .form-submit button:hover,
.request-form-con .form-submit button:hover {
    background-color: var(--accent--color);
}

/* CONTACT MAP SECTION */
.contact-map-con iframe {
    height: 553px;
    width: 100%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    pointer-events: none;
    border-radius: 30px;
    border: none;
    position: relative;
    transition: ease-in-out 0.6s;
}

.contact-map-con div:hover iframe {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

/* our comitment con */
.our-comitment-con .heading-title-con p {
    font-size: 18px;
    line-height: 28px;
}

.our-comitment-con .heading-title-con {
    margin-bottom: 90px;
}

.our-comitment-con h3 {
    margin-bottom: 19px;
}

.our-comitment-con h4 {
    margin-bottom: 30px;
}

.wait-con {
    background: var(--blue--color);
    border-radius: 12px;
    padding: 30px 40px;
    display: flex;
    color: var(--secondary--color);
    gap: 23px;
    margin-bottom: 43px;
}

.wait-con h3 {
    margin-bottom: 10px;
}

.wait-con p {
    line-height: 23px;
}

.time-window-group.form-group-custom .option-btn span {
    width: 207px;
    /* height: 96px; */
    display: flex;
    align-items: center;
    padding: 19px 46px;
    justify-content: center;
    border-radius: 12px;
}

.comitment-listing-outer {
    gap: 41px;
}

.comitment-listing-outer ul li {
    position: relative;
    color: var(--black--color);
    font-size: 14px;
    line-height: 23px;
    padding-left: 16px;
    font-weight: 500;
}

.comitment-listing-outer ul li i {
    position: absolute;
    left: 0;
    top: 9px;
    font-size: 5px;
}

/* TEAM SECTION */

.our-team-con .team-box .designation {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    color: var(--text--color);
    line-height: 20px;
}

.our-team-con .team-box figure {
    margin-bottom: 24px;
    overflow: hidden;
    position: relative;
}

.our-team-con .team-box figure img {
    transition: ease-in-out 1s;
    border-radius: 20px;
}

.our-team-con .team-box:hover figure img {
    transform: scale(1.02);
}

.our-team-con .team-box ul li a {
    margin: 0 2px;
}

.our-team-con .team-box ul li:hover i {
    transform: translateY(-2px);
}

.our-team-con .team-box .text-size-22 {
    margin-bottom: 10px;
}

.our-team-con .team-box ul li i {
    width: 44px;
    height: 44px;
    font-size: 15px;
    background-color: var(--primary--color);
    line-height: 44px;
    color: var(--secondary--color);
    border-radius: 100%;
    transition: ease-in-out 0.5s;
}

.our-team-con .team-box ul li i:hover {
    background-color: var(--accent--color);
    color: var(--secondary--color);
}

.our-team-con .team-box {
    transition: ease-in-out 0.6s;
    padding-bottom: 20px;
}

.our-team-con .team-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    background-color: var(--secondary--color);
}

.our-team-con .col-lg-3.col-md-6 {
    margin-bottom: 65px;
}

.our-team-con .col-lg-3.col-md-6:nth-last-of-type(-n+4) {
    margin-bottom: 0;
}

.professional-care-con {
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url(../../image-precitool/web-images/profesional-care-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.professional-care-con::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(21 77 159 / 92%);
    border-radius: 50px;
}

.care-inner-con {
    padding-left: 150px;
}

.care-inner-con h2 {
    margin-bottom: 25px;
}

.care-inner-con p {
    margin-bottom: 25px;
}

.care-inner-con ul {
    margin-bottom: 40px;
}

.care-inner-con ul li {
    margin-bottom: 10px;
}

.care-inner-con .primary_btn {
    min-width: 260px;
}

.professional-care-con .vector4 {
    position: absolute;
    right: 78px;
    bottom: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background-color: var(--secondary--color);
    border-radius: 100%;
    width: 148px;
    height: 148px;
}

/* PRICING PLANS SECTIONS */
.pricing-plans-con .pricing-box {
    background-color: var(--secondary--color);
    border-radius: 30px;
    padding: 42px 49px;
    position: relative;
    border: 1px solid var(--secondary--color);
    transition: ease-in-out 0.6s;
}

.pricing-plans-con .pricing-box figure.price-icon {
    width: 86px;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: var(--primary--color);
    margin-bottom: 22px;
}

.pricing-plans-con .pricing-box:hover {
    border: 1px solid var(--primary--color);
}

.pricing-plans-con .pricing-box .text-size-28 {
    margin-bottom: 10px;
}

.pricing-plans-con .pricing-box .price-content {
    font-size: 54px;
    line-height: 60px;
    font-weight: 600;
    color: var(--blue--color);
    margin-bottom: 22px;
}

.pricing-plans-con .pricing-box .price-content span {
    font-size: 20px;
    line-height: 26px;
    color: var(--text--color);
    font-weight: 400;
}

.pricing-plans-con .pricing-box .price-content span.dollar {
    font-size: 24px;
    line-height: 24px;
    position: relative;
    color: var(--blue--color);
    top: -19px;
}

.pricing-plans-con .pricing-box ul li {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 10px;
    padding-left: 28px;
    color: var(--black--color);
}

.pricing-plans-con .pricing-box ul li i {
    position: absolute;
    left: 0;
    top: 5px;
    color: var(--blue--color);
    font-size: 14px;
}

.pricing-plans-con .pricing-box ul {
    margin-bottom: 33px;
}

.pricing-plans-con .pricing-box:hover .primary_btn {
    background-color: var(--accent--color);
    color: var(--secondary--color);

}

.pricing-plans-con .pricing-box:hover .primary_btn:hover {
    background-color: var(--accent--color);
    color: var(--secondary--color);
}

.pricing-plans-con .pricing-box .primary_btn {
    max-width: max-content !important;
    display: inline-flex !important;
    align-items: center;
    white-space: nowrap;
    justify-content: center;
    height: 54px;
    line-height: 54px;
    min-width: 184px;
    font-size: 16px;
}

.pricing-plans-con .pricing-box .primary_btn figure {
    width: 40px;
    height: 40px;
    right: 7px;
    top: 7px;
}

/* VIDEO SECTION */
.video-con .video-inner-wrap {
    height: 552px;
}

.video-con .video-inner-wrap::before {
    background: url(../../image-precitool/web-images/video-img-bg.jpg);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
}

/*  */

/* GALLERY SECTION */
.gallery-inner-con {
    display: grid;
    grid-template-columns: 400px 540px 400px;
    gap: 30px;
    margin-bottom: 40px;
}

.gallery-con .gallery-img-con {
    margin-bottom: 40px;
    border-radius: 40px;
    position: relative;
}

.gallery-con .gallery-img-con img {
    display: block;
    object-fit: cover;
    pointer-events: none;
    width: 100%;
    height: 100%;
    border-radius: 40px;
}

.gallery-con .gallery-img-con img {
    transition: .4s ease-in-out;
}

.gallery-con .gallery-img-con img {
    transition: .4s ease-in-out;
}

.gallery-con .gallery-img-con:hover img {
    transform: scale(1.1);
}

.gallery-con .gallery-img-con a::before {
    content: "";
    background: url(../../image-precitool/web-images/Plus-icon.png) no-repeat center;
    width: 66px;
    height: 66px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    display: none;
    transform: translate(-50%, -50%);
}

.gallery-con .gallery-img-con a::after {
    content: "";
    top: 0;
    right: 0;
    position: absolute;
    border-radius: 40px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 50%);
    display: none;
}

.gallery-con .gallery-img-con:hover a::before,
.gallery-con .gallery-img-con:hover a::after {
    display: block;
}

.gallery-con .gallery-img-con a img {
    display: block;
    margin: 0;
    width: 100%;
    height: 100%;
    transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}

.gallery-con .gallery-img-con a.zoom:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
}

.gallery-con .gallery-img-con {
    overflow: hidden;
    position: relative;
}

.gallery-bottom-con {
    display: grid;
    grid-template-columns: 687px 687px;
    gap: 30px;
}

#lightbox .modal-content {
    display: inline-block;
    text-align: center;
    background: none;
    border: none;
}

.modal-header {
    border: none;
}

.modal-body {
    padding: 0;
}

button.close:focus {
    outline: none;
    border: none;
}

button.close {
    border: 0;
    position: absolute;
    right: -20px;
    top: -20px;
    color: var(--secondary--color);
    background: var(--primary--color);
    opacity: 1;
    padding: 5px 16px 14px !important;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    font-size: 32px;
    z-index: 2;
    font-weight: 300;
}

button.close span i {
    font-size: 20px;
}

button.close:hover {
    background: var(--primary--color);
    color: var(--secondary--color);
    opacity: 1;
}

.modal-dialog {
    max-width: fit-content;
    width: 55%;
}

.modal-content {
    height: 100%;
    overflow: inherit;
}

.modal-body img {
    border-radius: 40px;
}

.gallery-con ul.nav-tabs {
    text-align: center;
    justify-content: center;
    gap: 56px;
    margin-bottom: 50px;
    border-bottom: none;
}

.gallery-con ul.nav-tabs li a {
    font-size: 18px;
    line-height: 26px;
    color: var(--black--color);
    font-weight: 600;
}

.gallery-con ul.nav-tabs li a:hover {
    text-decoration: none;
}

.gallery-con ul.nav-tabs li a.active {
    color: var(--secondary--color);
    background-color: var(--primary--color);
    border-radius: 20px;
    padding: 10px 28px;
}

/* HOME 02 STYLING */
.home2-wrapper .banner-con {
    background-image: url(../../image-precitool/web-images/banner-home2-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 195px;
    overflow: visible;
    padding-bottom: 195px;
}

.home2-wrapper .banner-con::before {
    display: none;
}

.home2-wrapper .banner-con .primary_btn {
    margin-left: 0;
    margin-bottom: 0;
}

.home2-wrapper .banner-content-con {
    padding-top: 0;
}

.home2-wrapper .banner-con p {
    padding-left: 0;
}

.home2-wrapper .banner-con p::before {
    display: none;
}

.home2-wrapper .banner-con .video-card {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

.home2-wrapper .banner-con .video-card .overlay img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
}

.home2-wrapper .banner2-right-con {
    right: 66px;
    bottom: 66px;
}

.home2-wrapper .banner2-right-con .video-card img.banner2-video-img {
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 55%);
    border-radius: 35px;
    background-color: rgb(255 255 255 / 10%);
}

.home2-wrapper .banner-content-con .welcome-span,
.home3-banner-con .welcome-span {
    font-size: 20px;
    line-height: 29px;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
    padding-left: 50px;
}

.home2-wrapper .banner-content-con .welcome-span::before,
.home3-banner-con .welcome-span::before {
    position: absolute;
    left: 0;
    content: "";
    height: 3px;
    width: 36px;
    background-color: var(--primary--color);
    top: 12px;
}

.banner2-vector {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -68px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    background-color: var(--secondary--color);
    border-radius: 100%;
    width: 137px;
    height: 137px;
}

/* home2 services */
.services-box2 {
    padding: 45px;
    text-align: center;
    box-shadow: 0px 5px 56px rgb(0 0 0 / 5%);
    border-radius: 20px;
    transition: ease-in-out 0.6s;
}

.services-box2 .service-icon {
    position: unset;
    transform: unset;
    top: unset;
    left: unset;
    text-align: center;
    margin: 0 auto 20px;
}

.home2-wrapper .services-con .heading-title-con {
    margin-bottom: 20px;
}

.home2-wrapper .services-con .owl-stage-outer {
    margin-top: 40px;
}

.home2-wrapper .services-con .services-box2:hover {
    background-image: url(../../image-precitool/web-images/service-hover-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
}

.home2-wrapper .services-con .services-box2:hover * {
    color: var(--secondary--color);
}

.home2-wrapper .services-con .services-box2:hover .arrow-btn {
    background-color: var(--secondary--color);
}

.home2-wrapper .services-con .services-box2:hover .arrow-btn img {
    filter: invert(1);
}

/* ABOUT US CON 02 */
.about-us-con2 {
    background-image: url(../../image-precitool/web-images/about-us-con2-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.about-us-con2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(31 77 157 / 92%);
    border-radius: 50px;
}

.huge-vector {
    right: 0;
    bottom: 0;
}

.about2-right-con figure img {
    margin-bottom: 30px;
}

.about2-left-con h2 {
    margin-bottom: 18px;
}

.about2-left-con p {
    margin-bottom: 25px;
}

/* cta con 02 */
.cta-con2 {
    background-image: url(../../image-precitool/web-images/cta-con2-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.cta-con2::before {
    display: none;
}

.cta-con2 .primary_btn {
    margin-bottom: 23px;
}

/* REQUEST SERVICE CON 02 */
.request-service-con .blue-box {
    /*background-image: url(../../image-precitool/web-images/request-service-bg-img.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    padding: 36px;
    margin-right: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.request-service-con .blue-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(2 124 197);
    border-radius: 50px;
}

.request-service-con .blue-box ul li {
    display: flex;
    align-items: center;
    gap: 19px;
    margin-bottom: 30px;
}

.request-service-con .blue-box ul li:last-child {
    margin-bottom: 0;
}

.request-service-con .blue-box ul li figure {
    width: 63px;
    height: 63px;
    background-color: var(--primary--color);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.request-service-con .blue-box h2 {
    margin-bottom: 22px;
}

.request-form-con p {
    margin-bottom: 30px;
}

/*  HOME PAGE 03 STYLING */
/* services section 03 */
.service-box3 {
    gap: 30px;
    box-shadow: 5px 0px 56px rgba(0, 0, 0, 5%);
    padding: 10px;
    padding-right: 25px;
}

.service-box3 .service-content3 .primary_btn {
    min-width: 186px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
}

.service-box3 .service-content3 .primary_btn figure {
    top: 4px;
    right: 4px;
    width: 37px;
    height: 37px;
}

.home3-wrapper .services-con .col-lg-6 {
    margin-bottom: 40px;
}

.home3-wrapper .services-con .col-lg-6:nth-last-of-type(-n+2) {
    margin-bottom: 0;
}

/* ABOUT US CON 03 */

.about-us-con3 ul li {
    gap: 26px;
    margin-bottom: 20px;
}

.about-us-con3 ul li:last-child {
    margin-bottom: 0;
}

.about-us-con3 ul li figure {
    width: 72px;
    height: 72px;
    background-color: var(--secondary--color);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.about3-bottom-con {
    gap: 85px;
}

.about-us-con3 h3 {
    font-weight: 800;
}

/*  */

.about3-vector {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -75px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background-color: var(--secondary--color);
    border-radius: 100%;
    width: 149px;
    height: 149px;
}

.get-in-touch-con3 .primary_btn {
    margin-bottom: 22px;
}

.get-in-touch-con3 .check-img-con1 figure,
.get-in-touch-con3 .check-img-con2 figure {
    margin-bottom: 20px;
}

.get-in-touch-con3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(31 77 157 / 90%);
    border-radius: 50px;
}

/* HOME PAGE 03 BANNER SECTION */
.home3-banner-con .banner-left-con {
    z-index: 1;
    height: 692px;
}

.home3-banner-con {
    padding-top: 138px;
    padding-left: 100px;
}

.home3-banner-con::before {
    content: "";
    background-image: url(../../image-precitool/web-images/banner3-img1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 831px;
    width: 49.5%;
    border-radius: 50px;
}

.home3-banner-con::after {
    content: "";
    background-image: url(../../image-precitool/web-images/banner3-img2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    height: 831px;
    width: 49.5%;
    border-radius: 50px;
}

.home3-banner-con .banner-left-con .rating-con {
    margin-bottom: 45px;
}

.home3-service-form {
    display: flex;
    align-items: center;
    background: var(--secondary--color);
    border-radius: 50px;
    padding: 13px 13px;
    width: 1124px;
    box-shadow: 5px 0px 56px rgba(0, 0, 0, 5%);
}

.home3-form-item {
    padding: 0 32px;
    border-right: 1px solid var(--border--color2);
    width: 223px;
}

.home3-form-item.last-item {
    border-right: none;
}

.home3-form-item i {
    font-size: 12px;
    color: var(--primary--color);
    margin-right: 8px;
}

.home3-form-item.first-item {
    width: 380px;
}

.home3-input-wrap label {
    font-size: 14px;
    line-height: 23px;
    color: var(--text--color);
    margin-bottom: 5px;
    display: block;
}

.home3-input {
    border: none;
    padding: 0px;
    font-size: 16px;
    height: auto;
    line-height: 23px;
    font-weight: 700;
    box-shadow: none;
    color: var(--black--color);
}

.home3-input:focus {
    outline: none;
    box-shadow: none;
}

.home3-btn-wrap {
    margin-left: 24px;
}

.home3-submit-btn {
    min-width: 260px;
    border: none;
    height: 65px;
    line-height: 65px;
    font-weight: 700;
    text-align: center;
    border-radius: 32.5px;
    position: relative;
    display: inline-block;
    background-color: var(--primary--color);
    color: var(--secondary--color);
    transition: all 0.6s ease-in-out;
    padding-right: 30px;
}

.home3-submit-btn span {
    position: absolute;
    background-color: var(--secondary--color);
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    position: absolute;
    right: 11px;
    top: 11px;
}

.home3-submit-btn:hover {
    background: var(--accent--color);
}

.home3-banner-con p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 50px;
}

/* schedule page helpful toggle section */

.helpful-toggles .toggle-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 12px;
    column-gap: 0;
    width: 70%;
}

.helpful-toggles label.custom-check {
    margin-bottom: 0;
    font-weight: 400;
}

.helpful-toggles .custom-check {
    position: relative;
    padding-left: 34px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    user-select: none;
    line-height: 22px;
}

.helpful-toggles .custom-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.helpful-toggles .custom-check .checkmark {
    position: absolute;
    left: 0;
    top: 1px;
    height: 20px;
    width: 20px;
    border: 2px solid #cfd4dc;
    border-radius: 100px;
    background-color: #fff;
}

.helpful-toggles .custom-check input:checked~.checkmark {
    background-color: var(--primary--color);
    border-color: var(--primary--color);
}

.helpful-toggles .custom-check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.helpful-toggles .custom-check input:checked~.checkmark:after {
    display: block;
}

.helpful-toggles .custom-check .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.before-after-gallery-con .single-item-con {
    gap: 40px;
}
.icon-fb {
    padding: 5px 5px 5px 8px;
}
.icon-ig {
    padding: 5px 4px 5px 7px;
}
.icon-li {
    padding: 5px 6px 5px 7px;
}

.container{
    max-width: 1300px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl{
    padding-right: 15px;
    padding-left: 15px;
}
.txt-justy {
    text-align: justify !important;
}
.spl-longpadd {
    padding: 0px 120px !important;
}
.alicon-center {
    align-content: center !important;
}
.spl-gap10 {
    gap: 10px !important;
}
.col-white {
    color: #ffffff !important;
}
.spl-gap100 {
    gap: 100px !important;
}
.col-black {
    color: #000000 !important;
}
.request-service-con .blue-box ul a {
    display: flex;
    align-items: center;
    gap: 19px;
    margin-bottom: 0px;
}
.font-bold600 {
    font-weight: 600 !important;
}
.select-wrapper {
    position: relative;
    width: 100%;
}
.select-wrapper select {
    width: 100%;
    height: 54px;
    padding: 0 45px 0 20px;
    border: 1px solid #ddd;
    border-radius: 30px;
    background: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    cursor: pointer;
    font-size: 14px;
}

.select-wrapper::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 11px;
}

.product-modal .modal-dialog {
    max-width: 1200px;
}

.product-modal .modal-content {
    border: 0;
    border-radius: 0;
    overflow: hidden;
    background: #fff;
    position: relative;
}

.product-popup {
    display: grid;
    grid-template-columns: 42% 58%;
    min-height: 650px;
}

/* Close button */

.modal-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: #082d62;
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}


/* LEFT SIDE */

.product-popup-content {
    padding: 60px 30px 40px;
    display: flex;
    flex-direction: column;
}

.product-popup-content h2 {
    color: #082d62;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 5px;
}

.product-popup-content h4 {
    color: #082d62;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}

.product-intro {
    color: #0878cf;
    font-size: 18px;
    line-height: 1.9;
    font-style: italic;
    text-align: justify;
    font-weight: 600;
    margin-bottom: 25px;
}

.product-popup-content h3 {
    color: #082d62;
    font-size: 24px;
    text-decoration: underline;
    margin-bottom: 20px;
    font-weight: 800;
}

.product-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;

    color: #0878cf;
    font-size: 17px;
    font-weight: 600;
    font-style: italic;
}

.product-list li::before {
    content: "✓";

    position: absolute;
    left: 0;
    top: 0;

    color: red;
    font-weight: 800;
}

.product-brand {
    margin-top: 30px;
    position: absolute;
    right: 56%;
    top: 70%;
}

.product-brand img {
    max-width: 130px;
    height: auto;
}


/* RIGHT SIDE */

.product-popup-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 5px;
    padding: 40px 35px 40px 15px;
    align-items: center;
}

.popup-image {
    text-align: center;
}

.popup-image img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    display: block;
}

.popup-image span {
    display: block;
    margin-top: 8px;

    color: #082d62;
    font-size: 18px;
    font-weight: 800;
}
@media (max-width: 991px) {

    .product-popup {
        grid-template-columns: 1fr;
    }

    .product-popup-content {
        padding: 50px 30px 30px;
    }

    .product-popup-images {
        padding: 20px 30px 40px;
    }

}
@media (max-width: 575px) {

    .product-modal .modal-dialog {
        margin: 10px;
    }

    .product-popup-content {
        padding: 45px 20px 25px;
    }

    .product-popup-content h2 {
        font-size: 21px;
    }

    .product-intro {
        font-size: 15px;
        line-height: 1.6;
    }

    .product-popup-images {
        grid-template-columns: 1fr;
        padding: 15px 20px 30px;
    }

    .popup-image img {
        height: 200px;
    }

}

.spl-modalbut {
    border: none !important;
    justify-content: center !important;
}
.spl-copyrig {
    color: white;
    font-weight: 600;
}
.spl-copyrig:hover {
    color: #007fcd;
}

.whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 0.5;
  color: #fff;
}
#whatsapp-chat {
  box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 230px;
  right: 60px !important;
  overflow: hidden;
  z-index: 99;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}
a.blantershow-chat {
    background: none !important;
    color: #404040;
    position: fixed;
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    z-index: 1002;
    bottom: 190px;
    right: 41px;
    font-size: 18px;
    height: 45px;
    width: 45px;
    padding: 4px;
    border-radius: 30px;
    /* box-shadow: 0 1px 15px rgb(32 33 36 / 61%); */
}
a.blantershow-chat svg {
  transform: scale(1.2);
}
.header-chat {
    background: #007fcd;
    color: #fff;
    padding: 15px;
}
.header-chat h3 {
  margin: 0 0 10px;
}
.header-chat p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}
.info-avatar {
  position: relative;
}
.info-avatar img {
    /* border-radius: 100%; */
    width: 60px;
    padding: 5px;
    float: left;
    margin: 0px 10px 0px 0px;
    background: rgb(255, 255, 255);
}
a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  animation-name: showhide;
  animation-duration: 0.5s;
}
a.informasi:hover {
  background: #f1f1f1;
}
.info-chat span {
  display: block;
}
#get-label,
span.chat-label {
  font-size: 12px;
  color: #888;
}
#get-nama,
span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}
#get-label,
#get-nama {
  color: #fff;
}
span.my-number {
  display: none;
}
textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 46px;
  outline: none;
  align-content: center;
  padding-left: 10px;
  background: white !important;
  resize: none;
  margin: 0px !important;
  /*padding: 9px;*/
  font-size: 14px;
  border-radius: 0px;
  min-height: 50px;
}
a#send-it {
  font-weight: 700;
  padding: 10px 10px 0;
  background: #eee;
}
a#send-it svg {
  fill: #a6a6a6;
  height: 24px;
  width: 24px;
}
.first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
}
.first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block;
}
.start-chat .blanter-msg {
  display: flex;
}
#get-number {
  display: none;
}
a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
}
@keyframes ZpjSY {
  0% {
    background-color: #b6b5ba;
  }
  15% {
    background-color: #111111;
  }
  25% {
    background-color: #b6b5ba;
  }
}
@keyframes hPhMsj {
  15% {
    background-color: #b6b5ba;
  }
  25% {
    background-color: #111111;
  }
  35% {
    background-color: #b6b5ba;
  }
}
@keyframes iUMejp {
  25% {
    background-color: #b6b5ba;
  }
  35% {
    background-color: #111111;
  }
  45% {
    background-color: #b6b5ba;
  }
}
@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}
@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}
@media screen and (max-width: 1200px) {
.index-page.show{
  display: none !important;
}
}
#whatsapp-chat.hide {
  display: none;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}
#whatsapp-chat.show {
  display: block;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}
.whatsapp-message-container {
  display: flex;
  z-index: 1;
}
.whatsapp-message {
  padding: 7px 14px 6px;
  background-color: white;
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}
.whatsapp-chat-body {
  padding: 4px 0px 0px 2px;
  background-color: #e6ddd4;
  position: relative;
}.whatsapp-chat-body::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url("../../senthaa/image-senthaa/whatsapp-bg.webp");
}
.dAbFpq {
  display: flex;
  z-index: 1;
}
.eJJEeC {
  background-color: white;
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: 10px;
  opacity: 0;
  transition: all 0.1s ease 0s;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}
.hFENyl {
  position: relative;
  display: flex;
}
.ixsrax {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  background-color: #9e9da2;
  animation-name: ZpjSY;
}
.dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: #b6b5ba;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  animation-name: hPhMsj;
}
.kAZgZq {
/*  padding: 7px 14px 6px;*/
 /* background-color: white;
  border-radius: 0px 8px 8px;*/
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
/*  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;*/
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}
/*.kAZgZq::before {
  position: absolute;
  background-image: url("../../solar-image/images/whatsapp/side-extend.webp");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  top: 0px;
  left: -12px;
  width: 12px;
  height: 19px;
}*/
.bMIBDo {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: #000;
}
.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111111;
}
.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111111;
}
.cqCDVm {
  text-align: right;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}
.call-phone {
    height: 40px;
    z-index: 1003;
    position: fixed;
    right: 45px;
    bottom: 120px;
}
.spl-formpadd {
    padding: 30px 40px 30px 0px;
}
.top-bar-right-con a:hover {
    background-color: #007fcd;
}
.work-outer-con {
    display: flex;
    width: 100%;
    align-items: flex-start;
}

.work-outer-con .inner-item {
    flex: 1 1 0;
    min-width: 0;
    position: relative;
    display: block !important;
}

.work-outer-con .work-box {
    width: 100%;
    text-align: center;
}

.work-outer-con .inner-item > figure {
    position: absolute;
    top: 35px;
    right: -35px;
    width: 70px;
    margin: 0;
    z-index: 2;
}

.work-outer-con .inner-item > figure img {
    width: 100%;
    display: block;
}
/* Sumitomo Modal */
#productModal2 .product-popup {
    display: grid;
    grid-template-columns: 55% 45%;
    min-height: 600px;
}

/* Left Content */
#productModal2 .product-popup-content {
    padding: 35px 45px;
    background: #fff;
}

#productModal2 .product-brand {
    margin-bottom: 28px;
}

#productModal2 .product-brand img {
    max-width: 330px;
    width: 100%;
    height: auto;
    display: block;
}

#productModal2 .made-in {
    color: #08a64a;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 15px;
}

#productModal2 .dealer-text {
    display: inline-block;
    background: #fff200;
    color: #ff0000;
    font-size: 18px;
    font-weight: 700;
    padding: 4px 8px;
    margin-bottom: 12px;
}

#productModal2 .product-popup-content h3 {
    color: #075696;
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 25px;
}

#productModal2 .product-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#productModal2 .product-list li {
    position: relative;
    color: #075696;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    padding-left: 38px;
    margin-bottom: 30px;
}

#productModal2 .product-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #ff0000;
    font-size: 20px;
    font-weight: 700;
}

/* Right Images */
#productModal2 .product-popup-images {
    display: flex;
    flex-direction: column;
    gap: 0;
    background: #fff;
    overflow: hidden;
}

#productModal2 .popup-image {
    width: 100%;
    flex: 1;
    overflow: hidden;
}

#productModal2 .popup-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

@media (max-width: 991px) {

    #productModal2 .product-popup {
        grid-template-columns: 1fr;
    }

    #productModal2 .product-popup-content {
        padding: 30px;
    }

    #productModal2 .product-popup-images {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        height: 280px;
    }

    #productModal2 .popup-image {
        height: 280px;
    }

    #productModal2 .modal-close {
        right: 10px;
        top: 10px;
    }
}

@media (max-width: 575px) {

    #productModal2 .product-popup-content {
        padding: 25px 20px;
    }

    #productModal2 .product-brand img {
        max-width: 280px;
    }

    #productModal2 .made-in {
        font-size: 18px;
    }

    #productModal2 .dealer-text {
        font-size: 15px;
    }

    #productModal2 .product-popup-content h3 {
        font-size: 28px;
    }

    #productModal2 .product-list li {
        font-size: 15px;
        padding-left: 30px;
        margin-bottom: 22px;
    }

    #productModal2 .product-popup-images {
        grid-template-columns: 1fr;
        height: auto;
    }

    #productModal2 .popup-image {
        height: 220px;
    }
}
@media (max-width: 991px) {

    #productModal2 .product-popup {
        grid-template-columns: 1fr;
    }

    #productModal2 .product-popup-content {
        padding: 30px;
    }

    #productModal2 .product-popup-images {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        height: 280px;
    }

    #productModal2 .popup-image {
        height: 280px;
    }

    #productModal2 .modal-close {
        right: 10px;
        top: 10px;
    }
}

@media (max-width: 575px) {

    #productModal2 .product-popup-content {
        padding: 25px 20px;
    }

    #productModal2 .product-brand img {
        max-width: 280px;
    }

    #productModal2 .made-in {
        font-size: 18px;
    }

    #productModal2 .dealer-text {
        font-size: 15px;
    }

    #productModal2 .product-popup-content h3 {
        font-size: 28px;
    }

    #productModal2 .product-list li {
        font-size: 15px;
        padding-left: 30px;
        margin-bottom: 22px;
    }

    #productModal2 .product-popup-images {
        grid-template-columns: 1fr;
        height: auto;
    }

    #productModal2 .popup-image {
        height: 220px;
    }
}
/* =========================================
   VERGNANO MODAL
========================================= */

#productModal3 .product-popup {
    display: grid;
    grid-template-columns: 55% 45%;
    min-height: 620px;
    background: #fff;
}

/* Left Content */
#productModal3 .product-popup-content {
    position: relative;
    padding: 35px 45px;
    background: #fff;
    display: flex;
    flex-direction: column;
}

/* Logo */
#productModal3 .vergnano-brand {
    margin-bottom: 5px;
    align-self: center;
}

#productModal3 .vergnano-brand img {
    width: 360px;
    max-width: 100%;
    height: auto;
    display: block;
}

/* Made In Italy */
#productModal3 .made-in {
    color: #08a64a;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin: 0;
}

/* Description */
#productModal3 .vergnano-description {
    margin-top: 35px;
    color: #082d70;
    text-align: center;
}

#productModal3 .vergnano-description p {
    font-size: 21px;
    line-height: 1.6;
    margin: 0 0 30px;
    font-weight: 500;
    color: #082d70;
}

#productModal3 .vergnano-description strong {
    font-weight: 700;
}

/* Website */
#productModal3 .vergnano-website {
    color: #0000ff;
    font-size: 21px;
    text-align: center;
    margin-top: auto;
    padding-top: 20px;
}

/* Right Image */
#productModal3 .vergnano-images {
    height: 100%;
    min-height: 620px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

#productModal3 .vergnano-images .popup-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#productModal3 .vergnano-images img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
@media (max-width: 991px) {

    #productModal3 .product-popup {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    #productModal3 .product-popup-content {
        padding: 30px;
    }

    #productModal3 .vergnano-brand {
        text-align: center;
    }

    #productModal3 .vergnano-brand img {
        width: 330px;
        margin: 0 auto;
    }

    #productModal3 .vergnano-description {
        margin-top: 50px;
    }

    #productModal3 .vergnano-description p {
        font-size: 19px;
        margin-bottom: 20px;
    }

    #productModal3 .vergnano-images {
        min-height: 400px;
        height: 400px;
    }

    #productModal3 .modal-close {
        right: 10px;
        top: 10px;
    }
}

@media (max-width: 575px) {

    #productModal3 .product-popup-content {
        padding: 25px 20px;
    }

    #productModal3 .vergnano-brand img {
        width: 280px;
    }

    #productModal3 .made-in {
        font-size: 18px;
    }

    #productModal3 .vergnano-description {
        margin-top: 35px;
    }

    #productModal3 .vergnano-description p {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 18px;
    }

    #productModal3 .vergnano-website {
        font-size: 17px;
    }

    #productModal3 .vergnano-images {
        min-height: 300px;
        height: 300px;
    }
}
.made-in {
    color: #08a64a !important;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin: 0;
}
.blood-description p {
    color: #082d70 !important;
    font-size: 17px;
}
.blood-product-list p {
    color: #082d70 !important;
}
/* =========================================
   BLOOD TOOLS MODAL
========================================= */

#productModal4 .product-popup {
    display: grid;
    grid-template-columns: 55% 45%;
    min-height: 620px;
    background: #fff;
}

/* Left Content */
#productModal4 .blood-tools-content {
    padding: 35px 25px;
    background: #fff;
}

/* Blood Tools Logo */
#productModal4 .blood-brand {
    margin-bottom: 10px;
}

#productModal4 .blood-brand img {
    width: 185px;
    max-width: 100%;
    height: auto;
    display: block;
}

/* Company Name */
#productModal4 .company-title {
    color: #d71920;
    font-size: 34px;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    margin: 25px 0 12px;
}

/* Made in India */
#productModal4 .blood-made-in {
    color: #08783d;
    font-size: 19px;
    font-weight: 700;
    margin: 0 0 38px;
}

/* Description */
#productModal4 .blood-description {
    color: #082d70;
    margin-bottom: 25px;
}

#productModal4 .blood-description p {
    font-size: 21px;
    line-height: 1.6;
    margin: 0 0 22px;
}

#productModal4 .blood-description strong {
    font-weight: 700;
}

/* Product List */
#productModal4 .blood-product-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#productModal4 .blood-product-list li {
    position: relative;
    color: #082d70;
    font-size: 20px;
    line-height: 1.5;
    padding-left: 34px;
    margin-bottom: 22px;
}

#productModal4 .blood-product-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #ff0000;
    font-size: 22px;
    font-weight: 700;
}

/* Right Image */
#productModal4 .blood-tools-images {
    min-height: 620px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

#productModal4 .blood-tools-images .popup-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#productModal4 .blood-tools-images img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
@media (max-width: 991px) {

    #productModal4 .product-popup {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    #productModal4 .blood-tools-content {
        padding: 30px;
    }

    #productModal4 .blood-brand img {
        margin: 0 auto;
    }

    #productModal4 .company-title {
        font-size: 28px;
    }

    #productModal4 .blood-made-in {
        text-align: center;
        margin-bottom: 30px;
    }

    #productModal4 .blood-description {
        text-align: center;
    }

    #productModal4 .blood-product-list {
        max-width: 500px;
        margin: 0 auto;
    }

    #productModal4 .blood-tools-images {
        min-height: 400px;
        height: 400px;
    }

    #productModal4 .modal-close {
        right: 10px;
        top: 10px;
    }
}

@media (max-width: 575px) {

    #productModal4 .blood-tools-content {
        padding: 25px 20px;
    }

    #productModal4 .blood-brand img {
        width: 160px;
    }

    #productModal4 .company-title {
        font-size: 23px;
        margin-top: 20px;
    }

    #productModal4 .blood-made-in {
        font-size: 17px;
    }

    #productModal4 .blood-description p {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 16px;
    }

    #productModal4 .blood-product-list li {
        font-size: 16px;
        padding-left: 30px;
        margin-bottom: 18px;
    }

    #productModal4 .blood-tools-images {
        min-height: 300px;
        height: 300px;
    }
}
/* =========================================
   H-CUT SPECIAL TOOLS MODAL
========================================= */

#productModal5 .modal-content {
    background: #fff;
    border: 0;
    border-radius: 0;
    overflow: hidden;
}

#productModal5 .special-tools-popup {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr 1fr;
    padding: 25px 45px 35px;
    background: #fff;
}


/* =========================================
   HEADING
========================================= */

#productModal5 .special-tools-heading {
    grid-column: 1 / 3;
    text-align: center;
    margin-bottom: 5px;
}

#productModal5 .special-tools-heading h2 {
    color: #0000ff;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 8px;
    line-height: 1.2;
}

#productModal5 .special-tools-heading img {
    width: 215px;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}


/* =========================================
   PRODUCT ITEMS
========================================= */

#productModal5 .special-tool-item {
    text-align: center;
    padding: 5px 20px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#productModal5 .tool-image {
    width: 100%;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#productModal5 .tool-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}


/* =========================================
   PRODUCT TITLES
========================================= */

#productModal5 .special-tool-item h3 {
    color: #ff0000;
    font-size: 23px;
    font-weight: 700;
    margin: 8px 0 0;
    line-height: 1.25;
}


/* =========================================
   INDIVIDUAL IMAGE SIZING
========================================= */

#productModal5 .tool-1 .tool-image {
    height: 215px;
}

#productModal5 .tool-2 .tool-image {
    height: 215px;
}

#productModal5 .tool-3 .tool-image {
    height: 210px;
}

#productModal5 .tool-4 .tool-image {
    height: 210px;
}
@media (max-width: 991px) {

    #productModal5 .special-tools-popup {
        padding: 25px 25px 30px;
    }

    #productModal5 .special-tool-item {
        padding-left: 10px;
        padding-right: 10px;
    }

    #productModal5 .tool-image {
        height: 190px;
    }

    #productModal5 .special-tool-item h3 {
        font-size: 19px;
    }

    #productModal5 .modal-close {
        right: 10px;
        top: 10px;
    }
}


@media (max-width: 767px) {

    #productModal5 .special-tools-popup {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        padding: 25px 20px 30px;
    }

    #productModal5 .special-tools-heading {
        grid-column: 1;
        margin-bottom: 20px;
    }

    #productModal5 .special-tools-heading h2 {
        font-size: 25px;
    }

    #productModal5 .special-tools-heading img {
        width: 190px;
    }

    #productModal5 .special-tool-item {
        padding: 15px 5px 25px;
    }

    #productModal5 .tool-image,
    #productModal5 .tool-1 .tool-image,
    #productModal5 .tool-2 .tool-image,
    #productModal5 .tool-3 .tool-image,
    #productModal5 .tool-4 .tool-image {
        height: 220px;
    }

    #productModal5 .special-tool-item h3 {
        font-size: 18px;
    }
}


@media (max-width: 480px) {

    #productModal5 .special-tools-popup {
        padding: 20px 15px 25px;
    }

    #productModal5 .special-tools-heading h2 {
        font-size: 22px;
    }

    #productModal5 .special-tools-heading img {
        width: 170px;
    }

    #productModal5 .tool-image,
    #productModal5 .tool-1 .tool-image,
    #productModal5 .tool-2 .tool-image,
    #productModal5 .tool-3 .tool-image,
    #productModal5 .tool-4 .tool-image {
        height: 190px;
    }

    #productModal5 .special-tool-item h3 {
        font-size: 16px;
    }
}
/* =========================================
   CARMEX MODAL
========================================= */

#productModal6 .modal-content {
    border: 0;
    border-radius: 0;
    overflow: hidden;
    background: #fff;
}

#productModal6 .carmex-popup {
    display: grid;
    grid-template-columns: 50% 50%;
    min-height: 640px;
    background: #fff;
}


/* =========================================
   LEFT IMAGE
========================================= */

#productModal6 .carmex-image {
    width: 100%;
    height: 100%;
    min-height: 640px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    overflow: hidden;
}

#productModal6 .carmex-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* =========================================
   RIGHT CONTENT
========================================= */

#productModal6 .carmex-content {
    padding: 30px 50px 40px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}


/* =========================================
   CARMEX LOGO
========================================= */

#productModal6 .carmex-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
}

#productModal6 .carmex-logo img {
    width: 310px;
    max-width: 100%;
    height: auto;
    display: inline-block;
}


/* =========================================
   MADE IN ISRAEL
========================================= */

#productModal6 .carmex-made-in {
    color: #082d70;
    font-size: 20px;
    font-weight: 700;
    margin: 8px 0 48px;
    text-align: center;
}


/* =========================================
   DESCRIPTION
========================================= */

#productModal6 .carmex-description {
    width: 100%;
    color: #0072ce;
}

#productModal6 .carmex-description p {
    font-size: 20px;
    line-height: 1.6;
    margin: 0 0 25px;
    font-weight: 600;
    color: #082d70 !important;
}

#productModal6 .carmex-description strong {
    color: #006fc9;
    font-weight: 700;
}
@media (max-width: 991px) {

    #productModal6 .carmex-popup {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    #productModal6 .carmex-image {
        min-height: 400px;
        height: 400px;
    }

    #productModal6 .carmex-content {
        padding: 35px 40px 40px;
    }

    #productModal6 .carmex-logo img {
        width: 280px;
    }

    #productModal6 .carmex-made-in {
        margin-bottom: 35px;
    }

    #productModal6 .carmex-description p {
        font-size: 18px;
        margin-bottom: 18px;
    }

    #productModal6 .modal-close {
        right: 10px;
        top: 10px;
    }
}


@media (max-width: 575px) {

    #productModal6 .carmex-image {
        min-height: 300px;
        height: 300px;
    }

    #productModal6 .carmex-content {
        padding: 25px 20px 30px;
    }

    #productModal6 .carmex-logo img {
        width: 240px;
    }

    #productModal6 .carmex-made-in {
        font-size: 17px;
        margin-bottom: 30px;
    }

    #productModal6 .carmex-description p {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 16px;
    }
}

/* =========================================
   NS TOOL MODAL
========================================= */

#productModal7 .modal-dialog {
    max-width: 1000px;
    width: 95%;
}

#productModal7 .modal-content {
    position: relative;
    border: none;
    border-radius: 0;
    background: #fff;
    overflow: hidden;
}


/* =========================================
   MAIN POPUP
========================================= */

#productModal7 .ns-tool-popup {
    width: 100%;
    padding: 25px 30px 28px;
    box-sizing: border-box;
}


/* =========================================
   TOP SECTION
========================================= */

#productModal7 .ns-tool-top {
    width: 100%;
    display: grid;
    grid-template-columns: 22% 53% 25%;
    align-items: start;
}


/* =========================================
   LEFT BRAND
========================================= */

#productModal7 .ns-tool-brand {
    min-width: 0;
    padding: 8px 8px 0 5px;
    box-sizing: border-box;
}

#productModal7 .ns-tool-brand img {
    width: 165px;
    max-width: 100%;
    height: auto;
    display: block;
}

#productModal7 .ns-tool-brand h4 {
    margin: 16px 0 0 5px;
    color: #08a64a;
    font-size: 17px;
    font-weight: 700;
    white-space: nowrap;
}


/* =========================================
   MAIN PRODUCT
========================================= */

#productModal7 .ns-tool-main {
    width: 100%;
    height: 345px;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

#productModal7 .ns-tool-main img {
    width: 100%;
    height: 345px;
    object-fit: contain;
    display: block;
}


/* =========================================
   RIGHT FEATURES
========================================= */

#productModal7 .ns-tool-features {
    min-width: 0;
    padding-left: 12px;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    gap: 20px;
}

#productModal7 .ns-feature {
    width: 100%;
    min-width: 0;
    text-align: center;
}

#productModal7 .ns-feature-image {
    width: 100%;
    height: 95px;

    display: flex;
    align-items: center;
    justify-content: center;
}

#productModal7 .ns-feature-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

#productModal7 .ns-feature h3 {
    margin: 8px 0 0;
    color: #555;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 600;
}


/* =========================================
   BOTTOM 4 ITEMS
========================================= */

#productModal7 .ns-tool-bottom {
    width: 100%;

    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));

    gap: 14px;
    margin-top: 8px;

    box-sizing: border-box;
}


/* =========================================
   BOTTOM ITEM
========================================= */

#productModal7 .ns-application {
    width: 100%;
    min-width: 0;
    text-align: center;
    box-sizing: border-box;
}

#productModal7 .ns-application-image {
    width: 100%;
    height: 82px;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;
}

#productModal7 .ns-application-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

#productModal7 .ns-application h3 {
    margin: 8px 0 0;

    color: #555;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 600;
}


/* =========================================
   CLOSE BUTTON
========================================= */

#productModal7 .modal-close {
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 20;

    width: 38px;
    height: 38px;

    border: 0;
    border-radius: 50%;

    background: #06417f;
    color: #fff;

    font-size: 25px;
    line-height: 36px;

    cursor: pointer;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    #productModal7 .modal-dialog {
        max-width: 760px;
    }

    #productModal7 .ns-tool-popup {
        padding: 22px 24px 25px;
    }

    #productModal7 .ns-tool-top {
        grid-template-columns: 23% 52% 25%;
    }

    #productModal7 .ns-tool-main {
        height: 300px;
    }

    #productModal7 .ns-tool-main img {
        height: 300px;
    }

    #productModal7 .ns-tool-brand img {
        width: 140px;
    }

    #productModal7 .ns-tool-brand h4 {
        font-size: 15px;
    }

    #productModal7 .ns-feature-image {
        height: 80px;
    }

    #productModal7 .ns-feature h3 {
        font-size: 14px;
    }

    #productModal7 .ns-application-image {
        height: 70px;
    }

    #productModal7 .ns-application h3 {
        font-size: 13px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    #productModal7 .modal-dialog {
        width: 94%;
        max-width: 500px;
    }

    #productModal7 .ns-tool-popup {
        padding: 20px 18px 25px;
    }

    #productModal7 .ns-tool-top {
        grid-template-columns: 1fr;
    }

    #productModal7 .ns-tool-brand {
        padding: 0;
        text-align: center;
    }

    #productModal7 .ns-tool-brand img {
        width: 160px;
        margin: 0 auto;
    }

    #productModal7 .ns-tool-brand h4 {
        margin: 10px 0 0;
        font-size: 16px;
    }

    #productModal7 .ns-tool-main {
        height: 280px;
        margin-top: 5px;
    }

    #productModal7 .ns-tool-main img {
        height: 280px;
    }

    #productModal7 .ns-tool-features {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 15px;
        padding: 0;
        margin-top: 10px;
    }

    #productModal7 .ns-feature-image {
        height: 100px;
    }

    #productModal7 .ns-tool-bottom {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 12px;
        margin-top: 20px;
    }

    #productModal7 .ns-application-image {
        height: 90px;
    }

    #productModal7 .ns-application h3 {
        font-size: 14px;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    #productModal7 .modal-dialog {
        width: 96%;
    }

    #productModal7 .ns-tool-popup {
        padding: 18px 12px 20px;
    }

    #productModal7 .ns-tool-main {
        height: 230px;
    }

    #productModal7 .ns-tool-main img {
        height: 230px;
    }

    #productModal7 .ns-feature-image {
        height: 80px;
    }

    #productModal7 .ns-feature h3 {
        font-size: 13px;
    }

    #productModal7 .ns-application-image {
        height: 75px;
    }

    #productModal7 .ns-application h3 {
        font-size: 12px;
    }

    #productModal7 .modal-close {
        width: 34px;
        height: 34px;
        font-size: 22px;
        line-height: 32px;
    }
}
.header-con {
    position: relative;
    z-index: 9999;
    transition: all 0.3s ease;
}

.header-con.sticky-header {
    position: fixed !important;
    top: 15px;
    left: 50%;
    padding: 10px 20px 10px 30px;
    transform: translateX(-50%);
    width: calc(100% - 30px);
    max-width: 1320px;
    background: #fff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.10);
    z-index: 9999;
}

/* Mobile */
@media (max-width: 991px) {
    .header-con.sticky-header {
        top: 10px;
        width: calc(100% - 20px);
    }
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 150px;
}