*,

*::after,

*::before {

    margin: 0;

    padding: 0;

    box-sizing: border-box;

    font-family: "Inter", sans-serif;

    font-optical-sizing: auto;

    font-style: normal;

    --prime: #0086C6;

    scroll-behavior: smooth;

}



body {

    background: #F5F9FC;

    overflow-x: hidden;

}



a {

    text-decoration: none;

    color: inherit;

}



button {

    border: none;

    background: none;

}



.text-prime {

    color: var(--prime);

}



.bg-accent {

    background: #f4f6fd;

}

a.nav-link.active {

    color: var(--prime) !important;

    font-weight:bold;

}

.bg-prime {

    background: var(--prime);

}

.form-icon-right {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.btn-prime {

    background: var(--prime);

    display: flex;

    justify-content: center;

    align-items: center;

    width: fit-content;

    color: #fff;

    min-height: 42px;

    padding: 7px 16px;

    border: none;

    border-radius: 6px;

}

.m_auto{

    margin: 0 auto !important;

}

.header_btn a{

        border: 1px solid var(--prime);

    background: var(--prime);

    display: flex;

    justify-content: center;

    align-items: center;

    width: fit-content;

    color: #fff;

    min-height: 42px;

        padding: 7px 30px;

    border-radius: 29px;

}

.listing .businesscard {

    display: grid;

    grid-template-columns: 1fr 2fr;

    gap: 20px;

    box-shadow: 0px 4px 60px 0px #0000000D;

    background: #fff;

}

.listing .businesscard .btn-prime {

    background: var(--prime);

    display: flex;

    justify-content: center;

    align-items: center;

    width: fit-content;

    color: #fff;

    min-height: 42px;

    padding: 7px 16px;

    border: none;

    border-radius: 6px;

}

.listing .businesscard .btn-prime:last-child{

    background: #fff0;

    color: var(--prime);

    border: 1px solid var(--prime);

}

.pb_60{

    padding-bottom:60px;

}
.businesscard h3{
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* min-height: 30px; */
    display: -webkit-box;
}
.businesscard p{
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
        min-height: 50px;
    display: -webkit-box;
}
.btn-sec {

    border: 1px solid var(--prime);

    background: #fff0;

    display: flex;

    justify-content: center;

    align-items: center;

    width: fit-content;

    color: var(--prime);

    min-height: 42px;

    padding: 7px 16px;

    border-radius: 6px;

}

.wrap{

    flex-wrap: wrap;

}

.grid_center{

    display: grid;

    align-items: center;

    align-content: center;

}

.img_center{

    justify-content: center;

    margin-bottom: 30px;

    margin-top: -81px;

}

.justify_content{

    justify-content: center;

}

.img_center img{

    width: 80px;

}

.contact_form{

    flex-wrap: wrap;

}



.pt_60{

    padding-top: 60px !important;

}

.w-fit {

    width: fit-content;

}



.mw-750 {

    max-width: 750px;

}

.mt_40{

    margin-top: 40px;

}



.fs-7 {

    font-size: 14px;

}



header {

       background: #fff;

    position: fixed;

    top: 0;

    box-shadow: 0px 4px 4px 0px #0000001F;

    z-index: 999;

    width: 94%;

    margin: 20px auto 0;

    left: 3%;

    border-radius: 52px;

    overflow: hidden;

}



#navbar-toggler:checked~.collapse {

    display: block;

}



footer {

    background: #fff;

}



footer .pages {

    display: grid;

    grid-template-columns: 2fr 3fr;

}



footer .contact,

footer .pages>div {

    display: flex;

    flex-direction: column;

    gap: 16px;

}

.foot_content{

    padding: 40px 0;

}

.copy{

    background:#2A77B2 ;

}

.copy_content {

    display: flex;

    justify-content: space-between;

    padding: 15px 0px 8px;

}

footer p,

footer .contact a,

footer .pages a {

    color: #DDDDDD;

    transition: all .3s ease-in-out;

    font-size: 14px;

    margin: 0;

}



footer .pages a:hover {

    color: #fff;

    transform: translateX(6px);

    transition: all .3s ease-in-out;

}



footer .contact a img {

    margin-right: 8px;

    width: 24px;

}



footer .social-media a {

    height: 30px;

    width: 30px;

}

.footer_link {

    margin-top: 30px;

    display: flex;

    justify-content: center;

    gap: 24px;

    font-size: 14px;

    font-weight: 500;

    color: #000000;

}





.footer-credit {

    background: #000;

    color: #fff;

    padding: 15px;

    text-align: center;

    font-size: 14px;

}





/* Forms */



form {

    display: flex;

    gap: 20px;

}



select,

input,

textarea {

    border: 1px solid transparent;

    outline: none;

    border-radius: 30px;

    padding: 10px 20px;

    background: #EEF0F2;

    width: 100%;

}



select {

    padding: 11px 20px;

}



select:focus,

input:focus,

textarea:focus {

    border: 1px solid var(--prime);

    background: #fff;

}

.contact_form select,

input,

textarea{

    background: #F5F7F9;

    border: 1px solid #2a77b254

}



.form-range {

    -webkit-appearance: none;

    appearance: none;

    outline: none;

}



.form-range::-webkit-slider-thumb {

    -webkit-appearance: none;

    appearance: none;

    width: 16px;

    height: 16px;

    background: var(--prime);

    border: none;

    border-radius: 50%;

    cursor: pointer;

}



.form-range:focus {

    outline: none;

    border: none;

}



.listing {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 12px;

}

.listing_form input{

        border-radius: 8px !important;

}

.listing_form textarea{

        border-radius: 8px !important;

}

.listing_form select{

     border-radius: 8px !important;

}

@media (max-width:678px) {

    .listing {

        grid-template-columns: 1fr;

    }

}

.color_white{

    color: #fff !important;

}

p.color_white{

    color: rgb(255 255 255 / 60%) !important;

}

.flex{

    display: flex;

    gap: 15px;

}

.businesscard {

    background: rgb(255 255 255 / 10%);

    padding: 6px;

    border-radius: 8px;

    margin-bottom: 8px;

    box-shadow: 0px 4px 60px 0px #0001;

}



.businesscard:hover {

    box-shadow: 0px 4px 60px 0px #0002;

}



.businesscard img.img-fluid {

    border-radius: 8px;

}

.businesscard .btn-prime{

    background: #fff0;

    color: #fff;

    border: 1px solid #fff;

}

.businesscard .btn-sec{

    background: #fff0;

    color: #fff;

    border: 1px solid #fff;

}

.businesscard .btn-sec img{

        filter: brightness(0) invert(1);

}

/* how does it work section */

.tabs-wrapper input {

    display: none;

}



.tabs-wrapper {

    max-width: 400px;

}

.tab-content h3 {

    font-size: 20px;

    color: #2A77B2;

    font-weight: 700;

}

.tab-content p{

    font-size: 14px;

}

.rotate-180 {

    transform: rotate(180deg);

}

.pl_8 {

    padding-left: 8%;

}

.tabs-wrapper label {

    white-space: nowrap;

    cursor: pointer;

    padding: 6px 20px;

    border-radius: 40px;

    color: var(--prime);

    display: block;

    text-align: center;

    margin-bottom: 24px;

    background: rgb(42 119 178 / 10%);

    font-weight: 700;

    font-size: 16px;

}



.tabs-wrapper label:hover,

.tabs-wrapper input:checked+label {

    background-color: var(--prime);

    color: #fff;

}



.tab-content {

    display: none;

}



.tabs-wrapper:has(#mobile-optimised:checked)~.content-wrapper .tab-content[data-tab="mobile-optimised"],

.tabs-wrapper:has(#explore-listing:checked)~.content-wrapper .tab-content[data-tab="explore-listing"],

.tabs-wrapper:has(#click-to-call:checked)~.content-wrapper .tab-content[data-tab="click-to-call"] {

    display: flex;

}

.hero_banner{

    height: 313px;

    display: flex;

    align-items: center;

    justify-content: center;

    padding-bottom: 0 !important;

}

/* onload animation with animation timeline */















.contact_form select{

        border-radius: 8px !important;

}

.contact_form input{

   border-radius: 8px !important;

}

.contact_form textarea {

   border-radius: 8px !important;

}















@media (prefers-reduced-motion: no-preference) {



    .animate-this {

/*        opacity: 0;*/

        transform: translateY(0px);

    }



    .animate-this.animated {

        animation: fade-in 0.8s ease-in-out forwards;

    }



    @keyframes fade-in {

        to {

            opacity: 1;

            transform: translateY(0px);

        }

    }

}









@media (max-width: 860px) {



    .header_btn a {

        border: 1px solid var(--prime);

        background: var(--prime);

        display: flex;

        justify-content: center;

        align-items: center;

        width: fit-content;

        color: #fff;

        min-height: 42px;

        padding: 7px 16px;

        border-radius: 29px;

        font-size: 14px;

    }

    .navbar .container{

        flex-wrap: nowrap;

    }

    #navbarSupportedContent{

        position: fixed;

        background: #fff;

        width: 100%;

        left: 0;

        padding: 20px;

        top: 79px;

    }

    .mt_mob_30{

        margin-top: 30px;

    }

    .before_none:before{

        display: block !important;

    }

    .after_none:after{

        display: block !important;

    }

    .footer_link {

        gap: 10px;

    }

    .copy_content {

        display: flex;

        justify-content: space-between;

        padding: 15px 0px 8px;

        flex-wrap: wrap;

        justify-content: center;

        gap: 10px;

    }

    .banner{

        height: 100% !important;

    }

    form {

        display: flex;

        gap: 20px;

        flex-wrap: wrap;

    }

    .flex {

        display: flex;

        gap: 10px;

        flex-wrap: wrap;

        justify-content: center;

    }

    .tabs-wrapper {

        max-width: 400px;

        margin-top: 30px;

    }

}

/*Premium css*/
.psdrs {
    position: relative;
    height: 220px;
    width: 320px;
}
.tp-feature-image {
    width: 100%;
    height: 100%;
}
.open {
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 6px 0px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #50D437;
    color: #fff;
}