@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;display=swap');

/*
yellow: #FFDC42
green: #009C87
dark: #333333
light: #E6E6E6
*/
* {
    scroll-behavior: smooth;
}

body {
    font-family: "DM Sans", serif;
    margin: 0 auto;
    color: #333333;

}

.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.pb-90 {
    padding-bottom: 90px;
}

.relative {
    position: relative
}

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-decoration: none !important;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

th {
    vertical-align: middle;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}

.px-100 {
    padding: 0px 100px
}

.top-contact ul {
    list-style: none;
    display: flex;
    place-items: center;
    margin: 0px;
    place-content: end;
}

.top-contact ul li {
    margin-left: 20px;
}

.top-contact ul li span {
    width: 2px;
    height: 17px;
    background: #333333;
    display: block;
}

.text-top p,
.top-contact ul li a {
    color: #333333;
    text-decoration: none;
    font-size: 20px;
}

.top_bar {
    background: #FFDC42;
    padding: 15px 0px;
}

.top-contact ul li a img {
    width: 25px;
}

.mobile-topbar-toggle,
.toggle {
    display: none;
}

.container {
    max-width: 1420px;
}

.container-1600 {
    width: 90%;
    max-width: 100rem;
    margin: 0 auto;
}

.menu ul {
    list-style: none;
}

.menu ul li {
    display: inline-flex;
    margin-left: 16px;
}

.menu ul li a.active {
    color: #009C87;
}

.menu ul li a {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
}

.btn {
    border-radius: 40px;
}

.btn-main.sm {
    padding: 12px 28px;
}

.btn-main {
    background: #009C87;
    color: white !important;
    padding: 14px 40px;
}

a.btn.btn-main-white.lg {
    display: block;
    padding: 22px 40px;
    font-size: 20px;
    font-weight: bold;
}

.btn-main-white {
    background: #fff;
    color: #009C87 !important;
    padding: 14px 40px;
}

.btn-main-white:hover,
.btn-main:hover {
    background: #FFDC42;
    ;
    color: #333333 !important;
}

.btn-outline {
    color: #333333;
    padding: 14px 40px;
    border: 1px solid #333333;
    font-size: 20px;
    font-weight: bold
}

.btn-outline:hover {
    color: #fff;
    padding: 14px 40px;
    background: #333333;
}

header {
    padding: 20px 0px;
    background: #f5f5f5;
}

.header-inner-text h5 {
    text-transform: uppercase;
    color: #009c87;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-bottom: 25px;
    padding-left: 40px;
}

.header-inner-text h5::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 2px;
    background: #009C87;
    left: 6px;
    top: 11px;
}

.header-inner-text h3 {
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
    padding-bottom: 25px;
}

.header-inner-text p {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 25px;
}

.main-header {
    padding: 120px 0px 110px 0px;
    background-image: url(../images/Group%2039522.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 84%;
}

.grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: masonry;
    align-content: center;
}

.c-logo img {
    max-width: 150px;
    height: 50px;
    object-fit: scale-down;
}

section {
    padding: 90px 0px;
}

.design {
    background-color: #FFDC42;
}

.client-logos {
    margin-bottom: 50px;
}

.design {
    text-align: center;
    position: relative;
    padding-bottom: 160px;
}

.design .heading h3 {
    font-size: 50px;
    font-weight: bold;
    line-height: 60px;

}

.design .heading p {
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    max-width: 700px;
    margin: 0 auto;
    padding: 25px 0px;
}

.design .heading {
    text-align: center
}

img.floated-logo {
    position: absolute;
    left: 10%;
}

section.templates {
    transform: translate(0px, -100px);
    padding: 0px;
}

.section-heading {
    text-align: center;
}

.section-heading h5 {
    color: #009C87;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 25px;
}

.section-heading h3 {
    font-size: 50px;
    font-weight: bold;
    padding-bottom: 25px;
}

.section-heading p {
    font-size: 20px;
    line-height: 24px;

    margin: 0 auto;
}

.mx-width-560 {
    max-width: 560px;
}

.price-section {
    background-image: url(../images/price-section.png);
    margin-top: -280px;
    padding-top: 270px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 81%;
}

.price-table {
    background: white;
    padding: 40px;
    border-radius: 25px;
    box-shadow: 0px 10px 32px -22px hsl(0deg 0% 0% / 17%);
    margin-top: 50px;
}

.price-title .price-icon {
    margin-right: 15px;
}

.price-heading h5 {
    font-size: 20px;
}

.price-heading h2 {
    font-size: 25px;
    font-weight: bold;
}

.price-title {
    display: flex;
    place-content: baseline;
    place-items: center;
    padding-bottom: 25px;

}

.price-table p {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 25px;
}

.price-table h4 {
    padding-bottom: 25px;
}

.table-price h4 span,
.price-table h4 span {
    font-size: 58px;
    font-weight: bold;

}

.list h5 {
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 25px;
}


.table-price {
    min-width: 310px;
    text-align: center;
}

.list ul {
    list-style: none;
    padding-left: 5px;
}

.list ul li {
    padding-bottom: 18px;
    font-size: 20px;
}

.list ul li span {
    display: inline-flex;
    width: 30px;
    height: 30px;
    color: white;
    background: #009C87;
    place-content: center;
    place-items: center;
    border-radius: 50%;
    margin-right: 10px;
}

.list {
    padding-bottom: 25px;
}

a.btn.btn-main.lg {
    display: block;
    padding: 22px 40px;
    font-size: 20px;
    font-weight: bold;
}

.price-table.pop {
    background: #009c87;
    color: white;
    margin-top: 0px;
}

.pop .list ul li span {
    color: #009c87;
    background: #fff;
}

.big-heading {
    max-width: 370px;
}

.table-heading {
    display: flex;
    place-content: space-between;
    padding-bottom: 20px;
    place-items: center;
}

.table-heading h5 {
    font-size: 25px;
    font-weight: bold;
    color: #333333;
}

.table-heading span {
    background: #FFDC42;
    border-radius: 25px;
    color: #333333;
    font-size: 14px;
    padding: 10px 20px;
}

.big-heading p {
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    font-weight: normal
}

.table-price .btn-main {
    display: block;
}

.table>:not(caption)>*>* {
    padding: 20px 10px 20px 20px;
}

.table>tbody>tr>td {
    text-align: center;
}

.table>tbody>tr>td:nth-child(1) {
    text-align: left
}

.alert-table {
    display: flex;
    background: rgb(0 156 135 / 20%);
    padding: 20px;
    border-radius: 24px;
}

.alert-table p {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    padding-top: 5px;
}

.alert-table .icon {
    margin-right: 10px
}

.alert-table h4 {
    font-size: 16px;
    font-weight: bold;
    color: #009C87
}

/* .dog {
    position: absolute;
    right: 0;
    top: -150px;
    width: 150px;
} */
.dog {
    position: absolute;
    right: 30px;
    top: -20px;
    width: 150px;
}

.save-box {
    background: #333333;
    padding: 30px;
    border-radius: 25px;
    color: white;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    place-content: space-between;
    margin-bottom: 30px;
}

.box-title {
    display: flex;
    place-content: space-between;
}

.box-title h4 {
    font-size: 24px;
    font-weight: bold;
    max-width: 200px;
}

.per-m h5 {
    font-size: 16px;
}

.per-m h5 span:nth-child(1) {
    font-size: 40px;
    font-weight: bold;
}

.per-m h5 span:nth-child(2) {
    font-size: 20px;
}

.save-box p {
    font-size: 18px;
}

.save-time {
    position: relative;
    padding-top: 270px;
}

.save-time::before {
    content: '';
    width: 100%;
    height: 250px;
    background: url(../images/wave.svg);
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: -1px;
    z-index: -10;
}

.save-time::after {
    content: '';
    width: 100%;
    height: 670px;
    position: absolute;
    background-color: #FFDC42;
    top: 240px;
    z-index: -10;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: 0px;
}

.accordion-button:not(.collapsed) {
    padding: 15px 4px;
    color: var(--bs-heading-color);
    background-color: white;
    box-shadow: 0px 0px 0px red;
    font-size: 24px;
    font-weight: 600;
}

.accordion-button {
    padding: 15px 4px;
    color: var(--bs-heading-color);
    background-color: white;
    box-shadow: 0px 0px 0px red;
    font-size: 24px;
    font-weight: 600;
}

.design-p {
    text-align: center;
    position: relative;
    background-color: #FFDC42;
}

.design-p .heading h3 {
    font-size: 50px;
    font-weight: bold;
    line-height: 60px;
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
    padding: 16px 0px;
}

.accordion-header {
    margin-bottom: 0;
    border-bottom: 1px solid #f0f0f0;
    padding: 11px 0px;

}

.accordion {
    max-width: 940px;
    margin: 0 auto;
}

footer {
    position: relative;
    background-color: #009C87;
    /* padding-top: 90px; */
    padding-bottom: 40px;
}

ul.social {
    list-style: none;
    display: flex;
    padding: 40px 0px;
    flex-direction: row !important;
}

ul.social li {
    margin-right: 15px;
}

ul.social li a {
    color: white;
}

.sub_form form label {
    font-size: 20px;
    font-weight: bold;
    color: white;
    padding-bottom: 19px;
}

.form-div.d-flex input {
    background: transparent;
    border: 0px;
    color: white;
    width: 100%;
    border-bottom: 1px solid #1cb19d;
    padding: 20px 0px;
}

.form-div.d-flex input::placeholder {
    color: white;
    font-size: 16px;
}

.form-div.d-flex button {
    background: transparent;
    border: 0px solid red !important;
    position: absolute;
    right: 0;
    top: 19px;
}

.form-div.d-flex {
    position: relative;
    max-width: 380px;
}

.footer-widget h4 {
    font-size: 16px;
    color: white;
    font-weight: bold;
    padding-bottom: 25px;
}

.footer-widget ul {
    list-style: none;
    display: flex;
    flex-direction: column;
}

.footer-widget ul li {
    padding-bottom: 15px;
}

.footer-widget ul li a {
    color: white;
    font-size: 16px;
    opacity: .8;
}

.footer-list {
    text-align: right
}

.footer-list ul {
    list-style: none;
    display: inline-flex;
}

.footer-list ul li a {
    font-size: 16px;
    color: white;
}

.footer-list ul li {
    margin-left: 15px;
}

.copy p {
    color: white;
    font-size: 14px;
}

.inner-content h3 {
    font-size: 66px;
    font-weight: bold;
    /* line-height: 65px; */
    padding-bottom: 20px;
}

.py-50 {
    padding: 50px 0px;
}

.ser-item-content h3 {
    font-size: 50px;
    font-weight: bold;
    line-height: 62px;
    padding-bottom: 20px;
}

.ser-item-content h5 {
    font-size: 26px;
    line-height: 35px;
    padding-bottom: 15px;
    max-width: 100% !important;
}

.ser-item-content {
    padding: 40px;
}

.ser-item-content p {
    max-width: 100% !important;
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 30px;
}


.services-item-bulky {
    background-position: top !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

section.services-item-bulky.py-0.bottom-bg {
    background-position: bottom !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.common-title {
    text-align: center
}

.inner-content h5 {
    font-size: 32px;
    font-weight: normal;
    padding-bottom: 10px;
}

.inner-content p {
    font-size: 18px;
}

.common-title h3 {

    font-size: 50px;
    font-weight: bold;
    line-height: 62px;
}

.common-title p {
    /*
    font-size: 30px;
    line-height: 50px;
    padding-top: 20px;
    */
    max-width: 930px !important;
    font-size: 18px;
    line-height: 26px;
    padding-top: 20px;
}

.page-header {
    background: #009c87;
    padding-top: 135px;
    padding-bottom: 75px;
    color: white;
}

section.print-content h4 {
    font-size: 32px;
    padding-bottom: 10px;
}

section.print-content h3 {}

.inner-content p.down {
    font-size: 48px;
}

.contact-inner h4 {
    font-size: 43px;
    line-height: 62px;
    font-weight: bold;
    color: #009c87;
    padding-bottom: 20px;
}

.contact-inner p {
    font-size: 16px;
}

.contact-inner ul {
    list-style: none;
}

.contact-inner {
    max-width: 530px;
}

.contact-inner ul li .list-cont {
    display: flex;
    place-items: center;
    margin-bottom: 28px;
}

.list-cont .icon {
    margin-right: 15px;
}


.list-cont .cont-dl {
    font-size: 16px;
}

.list-cont {
    max-width: 400px
}

.contact-inner ul {
    list-style: none;
    margin-top: 40px;
}

.form-group {
    position: relative;
    margin-bottom: 40px;
}

.form-group span {
    position: absolute;
}

.form-control {
    display: block;
    width: 100%;
    padding: 10px 10px 10px 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #8e98a1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: paddin;
    border: 0px;
    border-radius: 0px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-bottom: 1px solid #dcdcdc;
    outline: none !important;
    box-shadow: 0px 0px 0px 0px red !important;
}

select {
    cursor: pointer;
    color: #fff;
    border: none;
    height: 100%;
    outline: 0;
    width: 75px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 0 6px 10px;
    border-top-right-radius: 2em;
    border-bottom-right-radius: 2em;
    -moz-appearance: none;
    -webkit-appearance: none;
    apperance: none;
    background: #8cc44c url(../../../../../i.ibb.co/kXP29r6/arrow.png) 74% / 13% no-repeat;
}

.form-group img.carat {
    position: absolute;
    right: 6px;
    top: 20px;
}

.form-group span {
    position: absolute;
    top: 8px;
}

.bg-light {
    background-color: white !important;
}

.agree,
.form-control::placeholder {
    color: #8A8A8A;
    font-size: 16px;
}

textarea.form-control {
    min-height: 140px;
}

section.print-content h3 {
    font-size: 40px;
    padding-bottom: 10px;
    padding-top: 40px;
}

@media(max-width:1200px) {
    .common-title p {
        font-size: 18px;
        line-height: 26px;
        padding-top: 20px;
    }

    .ser-item-content h3 {
        font-size: 47px;
        padding-bottom: 11px;
    }

    .ser-item-content h5 {
        font-size: 20px;
        line-height: 29px;
        padding-bottom: 15px;
    }

    .mobile-topbar-toggle {
        display: block;
        background: #ffdc42;
        display: flex;
        place-content: space-between;
        place-items: center;
        padding: 6px;
        margin-bottom: 30px;
        font-size: 18px;
        font-weight: bold;
    }

    .toggle {
        display: block;
        font-size: 30px;
    }

    .menu {
        position: fixed;
        background: white;
        height: 100%;
        top: 0;
        right: -100%;
        z-index: 99999;
        min-width: 300px;
        padding: 20px;
        transition: .3s all ease-in-out;

    }

    .menu.open {
        right: 0%;
    }

    .menu ul li a {
        display: block;
        width: 100%;
        padding: 10px;
        color: #333333;
    }

    .menu ul li {
        display: flex;
        margin-left: 0px;
        margin-bottom: 20px;
    }
}

@media(max-width:1190px) {
    img.floated-logo {
        position: absolute;
        left: 3%;
        width: 100px;
    }

    .price-table {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .text-top p,
    .top-contact ul li a {
        color: #333333;
        text-decoration: none;
        font-size: 15px;
    }
}

section.services-yellow-heading {
    background: #ffdc42;
    position: relative;
    /* margin-top: 160px; */
    padding: 100px 0px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    min-height: 660px;
    display: flex;
    place-items: center;
    background-size: cover !important;
}

.section-shape {
    position: absolute;
    top: 0;
    transform: translate(0px, -99%);
}

.search-form form input {
    width: 100%;
    border-radius: 40px;
    border: 0px;
    padding: 20px;
    margin: 0 auto;
    display: block;

}

.search-form {
    max-width: 900px;
    margin: 0 auto;
    display: block;
}

@media(max-width:1024px) {


    .common-title p {
        font-size: 18px;
        line-height: 26px;
        padding-top: 20px;
    }

    .ser-item-content h5 {
        font-size: 17px;
        max-width: 100%;
    }

    .common-title h3 {
        font-size: 33px;
        line-height: 40px;
    }

    .templates-images img {
        width: 100%;
        margin-bottom: 30px;
    }

    .text-top p,
    .top-contact ul li a {
        color: #333333;
        text-decoration: none;
        font-size: 15px;
    }

    .price-table {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .top-contact ul {
        place-content: center;
    }

    .text-top {
        text-align: center;
    }

    .footer-widget {
        margin-bottom: 40px;
    }


}

@media(max-width:1100px) {
    .ser-item-content p {
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 30px;
    }

    .ser-item-content h3 {
        font-size: 37px;
        padding-bottom: 0px;
    }

    .ser-item-content h5 {
        font-size: 18px;
        max-width: 100%;
    }
}


@media(max-width:420px) {
    .ser-item-content {
        padding: 18px 18px !important;
        width: 100%;
        margin-bottom: 40px !important;
    }

    .container {
        max-width: 100% !important;
    }

    .ser-item-content h3 {
        font-size: 27px;
        padding-bottom: 0px;
    }

    p {
        font-size: 16px !important;
    }

    /*
        .inner-content h3 {
        font-size: 36px !important;
            
    }
    */

    .inner-content h3 {
        font-size: 27px !important;
    }

    .pb-90 {
        padding-bottom: 50px;
    }

    .footer-list ul {
        flex-wrap: wrap;
    }

    .section-heading h3 {
        font-size: 34px !important;
        font-weight: bold;
        padding-bottom: 25px;
    }

    .section-heading p {

        line-height: 24px;
        margin: 0 auto;
    }

    .text {
        text-align: center;
    }

    .box-title h4 {
        font-size: 21px;
        font-weight: bold;
        max-width: 100%;
        text-align: center;
        padding-bottom: 10px;
    }

    .save-box p {
        text-align: center;
        font-size: 16px;
    }

    .alert-table p {
        font-size: 13px;
        font-weight: normal;
        line-height: 20px;
        padding-top: 5px;
    }

    .box-title {
        display: flex;
        place-content: space-between;
        flex-direction: column;
        place-content: center;
        place-items: center;
    }

    .per-m h5 span:nth-child(1) {
        font-size: 30px;
        font-weight: bold;
    }

    .per-m h5 {
        font-size: 16px;
        text-align: center;
    }

    .alert-table {
        display: flex;
        background: rgb(0 156 135 / 20%);
        padding: 20px;
        border-radius: 24px;
        flex-direction: column;
        place-content: center;
        place-items: center;
    }

    a.btn.btn-main-white.lg {
        display: block;
        padding: 14px 30px;
        font-size: 20px;
        font-weight: bold;
    }

    .price-icon img {
        width: 45px;
    }

    .price-heading h5 {
        font-size: 17px;
    }

    .price-heading h2 {
        font-size: 20px;
        font-weight: bold;
    }

    .list ul li {
        padding-bottom: 12px !important;
        font-size: 15px !important;
    }

    img.floated-logo {
        position: absolute;
        left: 37% !important;
        width: 100px;
    }

    .design .heading p {
        font-size: 16px !important;
    }

    .design .heading h3 {
        font-size: 31px !important;
        font-weight: bold;
        line-height: 30px !important;
    }

    .c-logo img {
        max-width: 95px !important;
    }

    .text-top p,
    .top-contact ul li a {
        color: #333333;
        text-decoration: none;
        font-size: 11px !important;
    }
}

@media(max-width:768px) {
    section.services-yellow-heading {
        min-height: 310px;
        padding: 20px 0px 0px;
    }

    .inner-content h5 {
        font-size: 22px;
        font-weight: normal;
        padding-bottom: 10px;
    }

    .inner-content h3 {
        font-size: 46px;
        font-weight: bold;
        /* line-height: 25px; */
        padding-bottom: 20px;
    }

    .common-title h3 {
        font-size: 25px;
        line-height: 34px;
    }
}

@media(max-width:767px) {
    .footer-list ul {
        flex-wrap: wrap;
    }

    .alert-table {
        display: flex;
        background: rgb(0 156 135 / 20%);
        padding: 20px;
        border-radius: 24px;
        flex-direction: column;
        place-content: center;
        place-items: center;
    }

    .btn-outline {
        color: #333333;
        padding: 14px 20px;
        border: 1px solid #333333;
        font-size: 16px;
        font-weight: bold;
    }

    a.btn.btn-main-white.lg {
        display: block;
        padding: 14px 30px;
        font-size: 16px;
        font-weight: bold;
    }

    .price-icon img {
        width: 45px;
    }

    .price-heading h5 {
        font-size: 17px;
    }

    .price-heading h2 {
        font-size: 20px;
        font-weight: bold;
    }


    img.floated-logo {
        position: absolute;
        left: 50% !important;
        width: 100px;
        transform: translate(-50%, 0px) !important;
    }

    img.floated-logo {
        position: absolute;
        left: 45% !important;
        width: 100px;
    }

    .top-contact ul li {
        margin-left: 10px;
    }

    .inner-content h3 {
        font-size: 46px;
        font-weight: bold;
        /* line-height: 25px; */
        padding-bottom: 20px;
    }

    .text-top p,
    .top-contact ul li a {
        color: #333333;
        text-decoration: none;
        font-size: 14px;
    }

    .top-contact ul li a img {
        width: 18px;
    }

    .header-inner-text h3 {
        font-size: 35px;
        line-height: 35px;
        font-weight: bold;
        padding-bottom: 25px;
    }

    .header-inner-text p {
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 25px;
    }

    .grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
        grid-template-rows: masonry;
        align-content: center;
        gap: 40px;
    }

    .c-logo img {
        max-width: 150px;
        height: 50px;
        object-fit: scale-down;
        margin: 0 auto;
        display: block;
    }

    img.floated-logo {
        position: absolute;
        left: 0%;
        width: 100px;
        top: 0;
    }

    .design .heading h3 {
        font-size: 40px;
        font-weight: bold;
        line-height: 40px;
    }

    .section-heading h3 {
        font-size: 40px;
        font-weight: bold;
        padding-bottom: 25px;
    }

    .price-table p {
        font-size: 15px;
        line-height: 22px;
        padding-bottom: 25px;
    }

    .list ul li span {
        width: 20px;
        height: 20px;
        margin-right: 4px;
    }

    .list ul li {
        padding-bottom: 18px;
        font-size: 16px;
    }

    a.btn.btn-main.lg {
        display: block;
        padding: 14px 30px;
        font-size: 16px;
        font-weight: bold;
    }

    .table-price h4 span,
    .price-table h4 span {
        font-size: 38px;
        font-weight: bold;
    }

    .price-table {
        background: white;
        padding: 25px 15px;
        border-radius: 25px;
        box-shadow: 0px 10px 32px -22px hsl(0deg 0% 0% / 17%);
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .dog {
        position: absolute;
        right: 50%;
        top: -70px;
        width: 60px;
        transform: translate(50%, 0%);
    }

    .hoo {
        width: 80%;
    }

    .copy {
        text-align: center;
    }

    .footer-list ul {
        list-style: none;
        display: inline-flex;
        margin: 0 auto;
        place-content: center;
        width: 100%;
        padding: 10px 0px;
    }

    .accordion-button {
        padding: 15px 4px;
        color: var(--bs-heading-color);
        background-color: white;
        box-shadow: 0px 0px 0px red;
        font-size: 19px;
        font-weight: 600;
    }

    .header-inner-text h5 {
        text-transform: uppercase;
        color: #009c87;
        font-size: 14px;
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1440px;
    }
}

@media (max-width: 1440px) {
    .container {
        max-width: 90%;
    }
}

@media (max-width: 990px) {
    .column-reverse {
        flex-direction: column-reverse;
    }

    .ser-item-content {
        padding: 25px;
        width: 100%;
        margin-bottom: 70px;
    }

    .ser-item-content p {
        max-width: 100%;
    }

    .img-fluid {
        max-width: 100%;
        height: auto;
        width: 100%;
    }

    .big-heading {
        max-width: 370px;
        min-width: 370px;
    }

    .price-table {
        margin-bottom: 30px;
        margin-top: 0px;
    }

    img.floated-logo {
        position: absolute;
        left: 10%;
        width: 100px;
    }

    .grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: masonry;
        align-content: center;
        gap: 40px;
    }
    
    footer{
        padding-top: 40px;
    }
}


@media(max-width:899px) {
    .contact-inner {
        max-width: 100%;
        margin-bottom: 120px;
    }
}

.footer-widget p {
    color: #fff;
}



.invalid-feedback {
    top: inherit !important;
}

.custom-compare-packages {
    max-width: 100%;
    margin-top: 50px;
}



.list-group-item.active, .list-group-item:hover {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: #FFDC42;
    border-color: #FFDC42;
    color: black !important;
    border-radius: 40px;
}

.faq_nav ul li a {
    padding: 5px 37px;
    font-size: 18px;
    font-weight: 600;
    background: transparent;
    color: #ffffff !important;
    border-radius: 40px !important;
    border: 1px solid #ffffff;
}

.faq_nav {
    padding: 10px 0px;
    background: #0ebda6;
    position: sticky;
    top: 0;
    z-index: 99
}

.faq_nav ul {
    text-align: center;
    display: inline-flex;
    flex-direction: row;
    list-style: none;
    flex-wrap: wrap;
}

.faq_nav ul li {
    display: inline-flex;
    margin: 6px 19px;
}

.select2-container {
    width: 100% !important;
}

.save-box {
    position: relative;
}

.save-box::before {
    content: "Coming Soon";
    position: absolute;
    top: 70%;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translate(0%, 0%);
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 20px;
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
}

.save-box:hover::before {
    transform: translate(0%, 0%);
    opacity: 1;
    top: 0 !important;
}

ul.list-left {
    padding-left: 40px;
}

.team-block h6 {
    font-weight: bold;
}


.price-top {
    display: flex;
    justify-content: center;
}

.price-left {
    vertical-align: middle;
    margin: auto 3px auto 0;
    text-align: left;
}

.price-original {
    color: #009C87;
    font-size: 18px;
    text-decoration: line-through !important;
}

.price-left2 {
    vertical-align: middle;
    margin: 10px 12px 0px 0;
    text-align: left;
}

.price-label2 {
    font-size: 20px;
}

.price-original2 {
    color: #009C87;
    font-size: 20px;
    text-decoration: line-through !important;
}


.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon) !important;
    transform: var(--bs-accordion-btn-icon-transform);
}


#scrollToTopBtn:hover {
    opacity: 0.8;
}

.f-40{
    font-size: 40px !important;
}







.skills-checkbox-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.skill-item {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 20px;
    border: 1px solid #ccc;
    background-color: #f8f8f8;
    font-size: 14px;
    /* font-weight: 500; */
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    user-select: none;
}

.skill-item input[type="checkbox"],
.skill-item input[type="radio"] {
    display: none;
}
 
.skill-label {
    margin-right: 6px;
}
 
.skill-icon::after {
    content: "+";
    font-weight: bold;
    font-size: 16px;
}
 
.skill-item input[type="checkbox"]:checked + .skill-label + .skill-icon::after,
.skill-item input[type="radio"]:checked + .skill-label + .skill-icon::after {
    content: "×";
}
 
.skill-item:has(input[type="checkbox"]:checked),
.skill-item:has(input[type="radio"]:checked) {
    border-color: #009c87;
    background-color: #009c8714;
    color: #009c87;
}

.blog-details-content {
    border: 2px solid rgba(233, 233, 233, .5);
}

.blog-details-content .hr-line {
    height: 2px;
    background-color: rgba(233, 233, 233, .5);
}

.blog-details-content .hr-line::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    left: 0;
    top: 0;
    background-color: rgba(8, 117, 178, .8);
}

.blog-card .blog-card-content {
    padding: 32px 24px 40px;
}

.blog-card:hover .thumbnail img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.btn-primary-light {
    background-color: rgba(221, 236, 215, .3);
    color: #BE1532;
}

.blog-card {
    border: 2px solid #DFDFE1;
}

a {
    color: #009C87;
}

.ht-240 {
    height: 240px;
}
.cover-img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.project-section{
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    background-color: #F6F6F6 !important;
}

.faq-page.page-header{
    padding: 115px 0px !important;
}

.avatar-preview {
    object-fit: cover;
    border: 1px solid #ddd;
}
input[type="file"] {
    border-radius: 20px;
    /* max-width: 300px; */
}