*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Albert Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    --prime: #376DEC;
    --sec: #6E75EA;
    scroll-behavior: smooth;
}

body {
    background: #F4F6FD;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

body {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #555555;
}

h2 {
    font-weight: 300;
    color: #000;
    font-family: "Inter", sans-serif;
    /* font-size: 48px; */
}

h3 {
    font-family: "Inter", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 29.05px;
    color: #000;
}

h4 {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #000;
}

h5 {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #000;
}

h6 {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #000;
}

button {
    border: none;
    background: none;
}

.text-prime {
    color: var(--prime);
}

.text-white-60 {
    color: rgba(255, 255, 255, 0.6);
}

.bg-accent {
    background: #f4f6fd;
}

.common-padd {
    padding-top: 70px;
    padding-bottom: 70px;
}

.common-padd-top {
    padding-top: 70px;
}

.h2-pb {
    padding-bottom: 60px;
}

.h2-mb {
    margin-bottom: 50px;
}

.bg-prime {
    background: var(--prime);
}

.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;
}

.btn-sec {
    border: 1px solid var(--prime);
    /* background: #fff; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    color: var(--prime);
    min-height: 42px;
    padding: 7px 16px;
    border-radius: 6px;
}

.btn-border-white {
    border: 1px solid #fff;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    color: #fff;
    min-height: 42px;
    padding: 7px 45px;
    border-radius: 6px;
}

.w-fit {
    width: fit-content;
}

.mw-750 {
    max-width: 750px;
}


.fs-7 {
    font-size: 14px;
}

.top-nav {
    background: var(--prime);
    padding: 10px;
}

.top-nav .d-flex * {
    font-weight: 500;
    color: #fff;

}

.top-nav .d-flex * {
    margin: 0 10px;
}

.top-nav .info-list {
    justify-content: flex-end;
}

.info-list {
    display: flex;
}

.info-list .info-list-item a {
    display: flex;
    color: #fff
}
.form-icon-right {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.info-list .info-list-item a span {
    font-weight: 300;
}

.info-list .info-list-item a img {
    margin-right: 12px;
}

.info-list .info-list-item {
    margin-right: 40px;
}

.info-list .info-list-item:last-child {
    margin-right: 0;
}

/* Inner banner */
.pagination .container .col-12 {

    /* margin-left: 10px; */
}

.pagination .container .col-12 p {
    /* padding-left: 10px; */
    padding: 30px 10px 10px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

/************/

header {
    background-color: rgb(243 247 246) !important;
    position: sticky;
    top: 0;
    /* box-shadow: 0px 4px 4px 0px #0000001F; */
    z-index: 999;
}

header .navbar-nav .nav-item {
    /* margin-right: 30px; */
}

header .navbar-nav .nav-item:last-child {
    /* margin-right: 0; */
}

/*header .navbar-nav .nav-item a.active,*/
/*header .navbar-nav .nav-item a {*/
/*    color: #000;*/
/*}*/

header .navbar-nav .nav-link{
     color:#000;
}

header .navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color:var(--prime) ;
    font-weight:600;
}

#navbar-toggler:checked~.collapse {
    display: block;
}

.bottom-bg {
    position: relative;
}

.bottom-bg::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 80px;
    width: 100%;
    background: #F1F5FD;
}

.bg-cover {
    background-size: cover !important;
}

footer {
    background: #fff;
}

footer .pages {
    display: grid;
    grid-template-columns: 2fr 3fr;
}

footer .contact,
footer .pages>div {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

footer p,
footer .contact a,
footer .pages a {
    color: #000;
    transition: all .3s ease-in-out;
    font-size: 14px;
    /* display: flex; */
}
footer .contact a
{
display: flex;
}

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 .social-media a img,
footer .contact a img {
    filter: brightness(0%);
}


footer .pages,
footer .contact {
    margin-bottom: 20px;
}


.footer-credit {
    background: #F9FAFB;
    padding: 15px;
}

.footer-credit .copyright {
    color: #000;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer iframe {
    padding-right: 20px;
}

/* Carousal */
.owl-btn-wrap {
    display: flex;
}

.owl-btn-wrap button {
    background: #fff;
    border-radius: 4px;
    height: 54px;
    width: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.rotate-180 {
    transform: rotate(180deg);
}

/* Forms */

form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

select,
input,
textarea {
    border: 1px solid transparent;
    outline: none;
    border-radius: 5px;
    padding: 14px 20px;
    background: #EEF0F2;
    width: 100%;
}

select {
    padding: 15px 20px;
}

select:focus,
input:focus,
textarea:focus {
    border: 1px solid var(--prime);
    background: #fff;
}

.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 1fr;
    gap: 12px;
}
.post-cont h4{
        -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* min-height: 30px; */
    display: -webkit-box;
}
.post-cont .con{
        -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* min-height: 30px; */
    display: -webkit-box;
}
.work-list {
    padding-left: 0;
    list-style: none;
    display: flex;
}

.work-list li * {
    text-align: center;
}

.work-list li .icon {
    width: fit-content;
    border-radius: 50%;
    border: 13px solid rgb(55 109 236 / 10%);
    margin: auto;
}

.work-list li {
    position: relative;
    padding: 0 40px;
}

.work-list li::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 60px;
    transform: translateX(-50%);
    height: 6px;
    width: 100%;
    background: var(--prime);
    z-index: -1;
}

.work-list li:first-child::before {
    width: 50%;
    right: 0;
    left: initial;
    transform: translateX(0);
}

.work-list li:last-child::before {
    width: 50%;
    right: initial;
    left: 0;
    transform: translateX(0);
}

.work-list li .icon img {
    background: var(--prime);
    width: fit-content;
    padding: 20px;
    border-radius: 50%;
    margin: auto;
    /* width: 77px; */
}

.work-list li .w-text {
    padding-top: 20px;
}

.work-list li .w-text h4 {
    color: var(--prime);
}

.categoriesslide .businesscard,
.categoriesslide .businesscard:hover {
    box-shadow: unset;
}

@media (max-width:678px) {
    .listing {
        grid-template-columns: 1fr;
    }
}

.businesscard {
    background: #fff;
    padding: 6px;
    border-radius: 8px;
    margin-bottom: 8px;
    box-shadow: 0px 4px 60px 0px #0001;
}
.businesscard p{
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
     min-height: 42px;
}

.businesscard:hover {
    box-shadow: 0px 4px 60px 0px #0002;
}
.bl_h3{
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* min-height: 30px; */
    display: -webkit-box;
}
.bl_p{
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.businesscard img.img-fluid {
    border-radius: 8px;
     min-height: 200px;
        height: 200px;
    width: 100%;
    object-fit: cover;
}


/* how does it work section */
.tabs-wrapper input {
    display: none;
}

.tabs-wrapper {
    max-width: 400px;
}

.tabs-wrapper label {
    white-space: nowrap;
    cursor: pointer;
    padding: 20px 40px;
    border-radius: 40px;
    color: var(--prime);
    display: block;
    text-align: center;
    margin-bottom: 24px;
    background: #ED3D5F10;
    font-weight: 600;
    font-size: 20px;
}

.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;
}

/* onload animation with animation timeline */
@media (prefers-reduced-motion: no-preference) {

    .animate-this {
        opacity: 0;
        transform: translateY(50px);
    }

    .animate-this.animated {
        animation: fade-in 0.8s ease-in-out forwards;
    }

    @keyframes fade-in {
        to {
            opacity: 1;
            transform: translateY(0px);
        }
    }
}


/* Home */
.premiumslide-item {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 25px;
    border-radius: 20px;
    opacity: 0.5;
}

.premiumslide-item .premiumslide-item-img {
    width: 45%;
    max-width: 45%;
    flex: 45%;
}

.premiumslide-item .premiumslide-item-cont {
    width: 55%;
    max-width: 55%;
    flex: 55%;
    padding-left: 5%;
}

.premiumslide-item .premiumslide-item-img img {
    border-radius: 12px;
}

.premiumslide .owl-item.center .premiumslide-item {
    opacity: 1 !important;
}
.premiumslide-item .btn-prime
{
    max-width: 200px;
}
.common-slide {}

.common-slide .owl-dots {
    justify-content: space-between;
    display: flex;
    justify-content: center;
    margin-top: 40px;
    position: relative;
}

.common-slide .owl-dots::before {
    background: rgb(255 255 255 / 30%);
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 12px;
    width: 100%;
    z-index: -1;
}

.common-slide .owl-dots button span {
    height: 12px;
    width: 100%;
    display: block;
    border-radius: 0;
}

.common-slide .owl-dots button.active span {
    background: #fff;
    height: 12px;
    width: 100%;
    display: block;
    border-radius: 0;
}

.common-slide .owl-dots button {
    margin: 0;
    z-index: 9;
    position: relative;
    flex: 1;
}


.badge-list {
    padding-left: 0;
    list-style: none;
    display: flex;
}

.badge-list li {
    margin-right: 10px;
}

.badge-list li a {
    background: lch(4.57 1.4 253.06 / 0.04);
    padding: 10px 20px;
    border-radius: 500px;
    color: #000;
}

/* Blog */
.post a:hover {
    /* box-shadow: 0px 4px 30px 0px #00000020;
background-color: #fff !important; */
    display: block;
}

.post {
    margin-bottom: 20px;
}

.post .post-cont {
    padding-top: 20px;
}

.border-round-btn {
    margin-top: 20px;
    padding: 7px 35px;
    border-radius: 500px;
    border: 1px solid #000;
    display: block;
    width: fit-content;
    color: #000;
    font-weight: 500;
    transition: 0.3s;
}

.border-round-btn:hover {
    border: 1px solid #000;
    color: #fff;
    background: #000;
    transition: 0.3s;
}

.postcategories input {
    display: none;
}

.postcategories {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 8px;
    padding-top: 20px;
}

.postcategories::-webkit-scrollbar {
    height: 6px;
    background: #0002;
    border-radius: 6px;
}
#myinput{
  background: linear-gradient(to right, #82CFD0 0%, #82CFD0 50%, #fff 50%, #fff 100%);
  border: solid 1px #82CFD0;
  border-radius: 8px;
  height: 7px;
  width: 356px;
  outline: none;
  transition: background 450ms ease-in;
  -webkit-appearance: none;
}
.postcategories::-webkit-scrollbar-thumb {
    background: var(--prime);
    border-radius: 6px;
    cursor: pointer;
}

.postcategories label {
    white-space: nowrap;
}

.postcategories label {
    cursor: pointer;
    padding: 4px 30px;
    border-radius: 16px;
    color: #000;
}

.postcategories label:hover,
.postcategories label:has(input:checked) {
    background-color: var(--prime);
    color: #fff;
}


.postcategories:has(input[value="all"]:checked)~.row .post {
    display: block;
}
/* Pricing  */
.pricingtable {
    background: #fff;
    border-radius: 10px;
    padding: 20px 30px;
    box-shadow: 0px 4px 20px 0px #0000000A;
    height: 100%;
    padding-bottom: 30px;
    position: relative;
}

.pricingtable.red {
    background: url('../images/bg.jpg') center no-repeat;
    background-size: cover;
    color: #fff;
}

.price {
    font-size: 50px;
    font-weight: 500;
    color: #000;
}

.price span {
    font-size: 16px;
    color: #000;
}

.pricingtable ul {
    list-style-type: none;
    padding: 0;
    display: grid;
    grid-template-columns: auto auto;
    gap: 0 23px;
}

.pricingtable ul li {
    position: relative;
    padding: 6px 6px 6px 30px;
    opacity: 75%;
}

.pricingtable ul li:before {
    content: url('../images/check.svg');
    width: 24px;
    position: absolute;
    left: 6px;
    top: 6px;
}

.pricingtable ul li {
    opacity: 100%;
}

.pricingtable.red ul li:before {
    content: url('../images/check-white.svg');
}

.pricingtable a {
    border: 1px solid var(--prime);
    background: #fff;
    color: var(--prime);
    padding: 11px 70px;
    border-radius: 8px;
    font-weight: 500;
}

.price {
    display: none;
    color: #000;
}

.row:has(input[value="monthly"]:checked) .price[data-billings="monthly"],
.row:has(input[value="yearly"]:checked) .price[data-billings="yearly"] {
    display: block;
}

.billings label {
    display: grid;
    grid-template-columns: 26px 1fr;
    gap: 8px;
    margin-bottom: 10px;
    cursor: pointer;
}

.billings label input {
    margin-bottom: auto;
    height: 24px;
}


/* Contact  */
.get-in-touch {
    background: #fff;
    box-shadow: 0px 4px 60px 0px #0000000D;
    padding: 40px;
    border-radius: 12px;
}

.contact-team-list li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact-team-list li .ctl-img {
    background: var(--prime);
    padding: 10px;
    border-radius: 50%;
    margin-right: 10px;
}

.contact-info {
    list-style: none;
    border-radius: 6px;
    padding: 20px !important;
    background: #fff;
    box-shadow: 0px 4px 60px 0px #0000000D;
}

.contact-info li {
    margin-bottom: 20px;
    background: oklch(0.89 0 0 / 0.15);
    border: 1px solid rgb(0 0 0 / 20%);
    border-radius: 6px;
    padding: 20px;
}

.contact-info li:last-child {
    margin-bottom: 0;
}

.contact-info li a {
    display: flex;
    align-items: center;
}

.contact-info li .cinfo-img {
    background: lch(48.13 72.8 283.79 / 0.10);
    padding: 10px;
    border-radius: 50%;
    margin-right: 15px;
}

.contact-info li .cinfo-text span {
    display: block;
}

.contact-info li .cinfo-text span:first-child {
    color: #000;
}

.get-in-touch-sec {
    padding-bottom: 140px;
}

.contact-iframe {
    margin-top: -140px;
    box-shadow: 0px 4px 60px 0px #0000000D;
    border-radius: 12px;
    /* border:10px solid #fff; */
    outline-width: 4px;
    outline-color: #fff;
    outline-style: solid;
    height: 300px;
}

.contact-page-info-row p,
.contact-page-info-row a {
    color: #000;
}

@media (min-width:1550px) 
{
    .findnearslide {
        position: relative;
        right: 0;
        width: 100%;
    }
}
@media (min-width:1280px) 
{
    .findnearslide {
        position: relative;
        right: 0;
        width: 120%;
    }
}



@media (max-width:1279px) {
    .categoriesslide {
        margin-right: 0;
        width: 100%;
    }

}

@media (max-width:991px) {
    .work-list {
        flex-direction: column;
    }

    .work-list li::before {
        transform: translateX(-50%) rotate(90deg);
        width: 53%;
    }

    .work-list li::before {
        height: 0;
        width: 0;
    }

    .work-list li .icon img {
        width: 77px;
    }

    .top-nav .info-list,
    .top-nav .d-flex {
        justify-content: center;
    }

    .top-nav .info-list {
        margin-top: 5px;
    }

    .flip-992 {
        flex-direction: column-reverse;
    }
    .premiumslide-item .premiumslide-item-img, 
    .premiumslide-item .premiumslide-item-cont{
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }
    .premiumslide-item {
        flex-direction: column;
    }
    .premiumslide-item .premiumslide-item-cont {
        padding-top: 30px;
    }
    

}

@media (max-width:767px) {
    h3 {
        font-size: 22px;
        line-height: 26.05px;
    }

    .pricingtable ul {
        grid-template-columns: auto;
    }
    .pricingtable a {
        padding: 11px 50px;
    }
    .price {
        font-size: 40px;
    }
    .get-in-touch {
        padding: 30px;
    }
    .common-padd {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .h2-mb {
        margin-bottom: 30px;
    }
}



@media (max-width:576px) {

   
    .premiumslide-item {
        padding: 15px;
    }

    .top-nav .info-list,
    .top-nav .d-flex {
        flex-direction: column;
        align-items: center;
    }

    .top-nav .d-flex span {
        display: none;
    }
    .pricingtable .d-flex
    {
        flex-direction: column;
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }
    .price {
        font-size: 35px;
    }
}

 /*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;
}