@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

.font-6 {
    font-size: 0.375rem !important;
}

.font-8 {
    font-size: 0.5rem !important;
}

.font-10 {
    font-size: 0.625rem !important;
}

.font-12 {
    font-size: 0.75rem !important;
}

.font-14 {
    font-size: 0.875rem !important;
}

.font-16 {
    font-size: 1rem !important;
}

.font-18 {
    font-size: 1.125rem !important;
}

.font-20 {
    font-size: 1.25rem !important;
}

.font-22 {
    font-size: 1.375rem !important;
}

.font-24 {
    font-size: 1.5rem !important;
}

.font-26 {
    font-size: 1.625rem !important;
}

.font-28 {
    font-size: 1.75rem !important;
}

.font-30 {
    font-size: 1.875rem !important;
}

.font-32 {
    font-size: 2rem !important;
}

.font-34 {
    font-size: 2.125rem !important;
}

.font-36 {
    font-size: 2.25rem !important;
}

.font-38 {
    font-size: 2.375rem !important;
}

.font-40 {
    font-size: 2.5rem !important;
}

.font-42 {
    font-size: 2.625rem !important;
}

.font-44 {
    font-size: 2.75rem !important;
}

.font-46 {
    font-size: 2.875rem !important;
}

.font-48 {
    font-size: 3rem !important;
}

.font-50 {
    font-size: 3.125rem !important;
}

.font-56 {
    font-size: 3.5rem !important;
}

.font-64 {
    font-size: 4rem !important;
}

.font-72 {
    font-size: 4.5rem !important;
}

.font-75 {
    font-size: 4.688rem !important;
}

.font-80 {
    font-size: 5rem !important;
}

.font-84 {
    font-size: 5.25rem !important;
}

.font-90 {
    font-size: 5.625rem !important;
}

.font-100 {
    font-size: 6.25rem !important;
}

.img-100 {
    min-width: 100%;
}

body {
    overflow-x: hidden;
    color: #2D2E2E !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.blog-detail-img {
    max-height: 500px;
    width: 100%;
    object-fit: cover;
}

.feature_img {
    max-height: 400px;
    width: 100%;
    object-fit: cover;
}

.feature_article_desc {
    height: 90px;
    overflow: hidden;
}

.work-img-right {
    height: 500px;
    max-height: 500px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 27px 20px rgba(0, 0, 0, 0, 0.02);
    overflow: hidden;
    width: 100%;
}

.artical_img {
    max-height: 235px;
    width: 100%;
    object-fit: cover;
}

.select2-search__field {
    border-radius: 4px !important;
}

.select2-search__field:focus-within {
    border-color: #aaaaaa !important;
    outline: none !important;
}

.refer-friend-new {
    background-image: url("/refer.jpg");
    background-size: cover;
    height: 100vh;
    background-position: right center;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
}

.dropdown-menu.lang-dropdown {
    min-width: auto !important;
}

.referral-input-group input,
.referral-input-group button {
    border-radius: 0px;
    border: 0px;
}

.referral-input-group input:focus {
    outline: none;
    border: 0px;
}

.referral-input-group button {
    background-color: #50fff0;
    border-color: #50fff0;
    padding-left: 40px;
    padding-right: 40px;
    /* padding: auto 30px; */
}

.services-banner {
    background-image: url(../images/services-hero.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-top: -10.5rem;
    z-index: 1;
}

.card-border:hover {
    background-color: #ecfdfb;
    cursor: pointer;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0, 0.1);
}

.navbar-group-btn-two {
    border-radius: 0px 14px 14px 0px !important;
}

.services-boxes {
    position: relative;
    top: -6rem;
    margin-bottom: -6rem;
    z-index: 1;
}

.footer-text-color {
    color: #ffffff;
    opacity: 0.6;
}

.services-boxes .services-card {
    -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.04);
    border-radius: 24px;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
}

.services-boxes .services-card .img-54 {
    width: 54px;
    height: 54px;
    margin-bottom: 30px;
}

.moving-services-card {
    -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.04);
    border-radius: 24px;
    text-align: center;
    padding: 48px 36px 48px 36px;
    position: relative;
    height: 100%;
}

.storage-image {
    background-image: url(../images/move-to-storage-column.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-dark-column {
    padding: 96px 120px;
    background-color: #162b38;
    color: white;
    position: relative;
    height: 100%;
}

.bg-dark-column p {
    padding-top: 24px;
    padding-bottom: 40px;
}

.move-my-home-content h4 {
    font-size: 24px;
}

.move-my-home-content p {
    padding-top: 18px;
    padding-bottom: 40px;
    font-weight: 400;
    width: 440px;
}

.move-my-home-content button {
    padding-left: 30px;
    padding-right: 30px;
}

.image-wrapper {
    position: relative;
}

.blog-terms {
    position: absolute;
    list-style: none;
    bottom: 0px;
    left: 0;
    background-color: #0000006e;
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 0px 18px 18px;
}

.blog-terms li {
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    margin-right: 16px;
    border-right: 1px solid #ffffff;
    padding-right: 16px;
    color: white;
}

.text-muted{
    color: #2D2E2E !important;
    font-size: 16px !important;
    line-height: 24px;
    font-weight: 500;
}

.blog-terms li img {
    width: 16px;
    height: 16px;
}

.blog-terms li:last-child {
    border: 0px;
}

.cookies-box{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgb(244, 244, 244);
    box-shadow: rgb(244, 244, 244) 0px 0px 8px;
    border: 0px none rgb(244, 244, 244);
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px 20px;
}

@media screen and (min-width: 250px) and (max-width: 768px) {

    #cookiesModal{
        bottom: 0 !important;
        top: 70% !important;
        transform: translateY(-25%) !important;
    }

    .font-12{
        font-size: 14px !important;
    }

    .flickity-page-dots {
        bottom: -50px !important;
    }

    .bg-dark-column {
        padding: 60px 20px;
    }

    .services-boxes .services-card .img-54 {
        margin-bottom: 10px;
    }

    .services-boxes {
        top: 0rem !important;
    }

    .move-my-home-content {
        padding: 60px 20px;
    }

    .heading-shadow::after,
    .move-my-home-content p {
        max-width: 280px;
    }

    .moving-services-card {
        margin-bottom: 16px;
        height: auto;
    }

    .services-boxes .services-card {
        margin-bottom: 16px;
    }
}

/* @font-face {
	font-family: "muli-regular";
	src: url(../fonts/Muli-Regular.ttf);
}

@font-face {
	font-family: "nunito-bold";
	src: url(../fonts/Nunito-Bold.ttf);
} */


.font-light {    
    font-family: "Inter", sans-serif !important;
}

.font-medium {    
    font-family: "Inter", sans-serif !important;
    font-weight: 600;
}

.font-bold {
    font-weight: 900;
}

* {
    padding: 0px;
    margin: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Inter", sans-serif !important;
    font-size: 16px !important;
    color: #162b38;
    scroll-behavior: smooth;
}

.detail span {
    font-family: "Inter", sans-serif !important;
    font-size: 16px !important;
}

p > span,
p > b {
    font-size: 16px !important;
    font-family: "Inter", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0px;
    font-family: "Inter", sans-serif !important;
    font-weight: 700;
}

p {
    margin-bottom: 0px;
}

a {
    text-decoration: none;
    color: #162b38;
}

a:hover {
    color: #434355;
}

ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

button:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: transparent;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 24px;
}

.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.badge-sm {
    font-size: 12px;
    background-color: #162b38 !important;
    padding: 6px 14px;
    font-family: "Inter", sans-serif !important;
}

span.bg-dark {
    background-color: #162b38 !important;
    padding: 4px 8px;
}

.card-img-overlay {
    background: linear-gradient(
        360deg,
        rgba(36, 47, 69, 0.61) 11.7%,
        rgba(49, 48, 65, 0) 88.56%
    ) !important;
}

.featured-blog {
    height: 370px;
    object-fit: cover;
}

.blog-card-bg-img {
    border-radius: 18px !important;
}

.blog-card-bg-img-sm {
    max-height: 200px;
    border-radius: 18px !important;
}

.blog-card-bg-img-sm > .card-img {
    max-height: 200px;
    border-radius: 18px !important;
    object-fit: cover;
}

.blog-card-bg-img > .card-img {
    border-radius: 24px !important;
}

.recent-blog {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.02);
}

.recent-blog .card-title {
    font-size: 16px !important;
    line-height: 24px;
}

.recent-blog img {
    max-height: 260px;
    object-fit: cover;
}

.min-height-200 {
    min-height: 200px !important;
    border-radius: 18px !important;
    max-width: 340px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.02);
    margin-right: 24px;
}

.min-height-200 > .card-img {
    min-height: 200px !important;
    border-radius: 18px !important;
    object-fit: cover;
}

.social-share-icons {
    padding-left: 0px;
    margin-bottom: 0px;
    display: block;
    text-align: center;
}

.social-share-icons li {
    display: inline-block;
    margin: 0px 10px;
}

.social-share-icons li a:hover {
    color: #208a5e;
}

.social-share-icons li a img {
    filter: brightness(0) invert(0);
    width: 24px;
    height: 24px;
}

.blog-thumbnail {
    height: 240px;
    object-fit: cover;
}

.dimensions_text {
    color: gray;
}

.card-footer-content-sm {
    position: absolute;
    bottom: 16px;
}

.blog-card-bg-img-large {
    border-radius: 18px !important;
}

.blog-card-bg-img-large > .card-img {
    border-radius: 18px !important;
    height: 100%;
    object-fit: cover;
}

.card-footer-content {
    bottom: 24px;
    position: absolute;
}

.pt-60 {
    padding-top: 60px;
}

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

.pb-40 {
    padding-bottom: 40px;
}

.navbar-light {
    background-color: white !important;
    -webkit-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out;
    padding-bottom: 20px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.service-card > .card-header {
    border: 0px !important;
    background-color: transparent;
}

.service-card {
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.04);
    border-radius: 24px;
}

.service-card > .card-body {
    background-image: url(../images/service-card-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 30px;
    border-radius: 24px;
}

.service-card-last {
    position: relative;
    height: 100%;
    background: linear-gradient(
            259.39deg,
            rgba(125, 255, 166, 0.2) 1.14%,
            rgba(24, 214, 250, 0.2) 100%
        ),
        #ffffff;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.04);
    border-radius: 24px;
}

.service-card-last > .card-body {
    display: flex;
    justify-content: center;
    align-items: center;
}

.badge-info {
    background: linear-gradient(
            259.39deg,
            rgba(125, 255, 166, 0.1) 1.13%,
            rgba(24, 214, 250, 0.1) 100%
        ),
        #ffffff !important;
    border-radius: 12px;
    color: #162b38;
}

.hero-banner {
    background-image: url(../images/hero.png);
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 850px;
    max-height: 850px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-top: -10.5rem;
    z-index: 1;
}

.single-service-img {
    width: 100%;
    object-fit: cover;
    max-height: 500px;
    min-height: 400px;
}

.navbar-toggler {
    background-color: transparent !important;
    position: absolute;
    right: 20px;
}

.navbar-toggler-icon {
    background-image: url(../images/hamburger.svg);
}

.hero-banner-inner-steps {
    background-image: url(../images/steps-bg-pattern.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 850px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-top: -10.5rem;
    padding-top: 13rem;
    z-index: 1;
}

.moving-services-banner {
    background-image: url(../images/moving-services-hero.png);
    background-repeat: no-repeat;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 600px;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: -10.5rem;
    padding-top: 10.5rem;
    z-index: 1;
}

.about-banner {
    background-image: url(../images/about-hero.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    min-height: 900px;
    height: 110vh;
    z-index: 1;
}

.contact-banner {
    background-image: url(../images/contact-map.png);
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    background-position: left center;
    height: 450px;
    z-index: 1;
}

.blog-details-banner {
    background-image: url(../images/blog/blog-detail-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 650px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;    
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-top: -10.5rem;
    padding-top: 0rem;
    z-index: 1;
}

.blog-banner {
    background-image: url(../images/about-hero.png);
    background-repeat: no-repeat;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-top: -7rem;
    padding-top: 0rem;
    z-index: 1;
}

.box-shadow-features {
    -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.04);
    border-radius: 24px;
}

.line-height-56 {
    line-height: 56px;
}

.line-height-32 {
    line-height: 32px;
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.contact-form label {
    font-size: 16px;
    line-height: 24px;
    color: #162b38;
    font-weight: 400;
    margin-bottom: 0px;
}

.input-group .btn {
    z-index: 0;
    height: 52px;
}

.contact-form input,
.contact-form textarea,
.contact-form .form-select,
.contact-form .input-group-text,
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form .form-select:focus,
.contact-form .input-group-text:focus {
    border: 0px;
    border-bottom: 1px solid #000000;
    border-radius: 0px;
    background-color: transparent;
    padding-left: 0px;
}

.contact-form input {
    font-weight: 700;
}

.input-group-text {
    max-width: 80px;
    text-align: left;
}

.file-input__input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.file-input__label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    padding: 10px 12px;
    background-color: transparent;
}

.file-input__label svg {
    height: 16px;
    margin-right: 4px;
}

.contact-form .input-group .btn-outline-secondary {
    border-color: #dfdfdf !important;
}

.pt-24 {
    padding-top: 24px;
}

.pl-80 {
    padding-left: 36px;
}

.faq-ul {
    margin: 0px auto;
    border: 0px;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.faq-ul li {
    display: inline-block;
    padding-bottom: 20px;
    margin-right: 20px;
}

.faq-ul li button {
    border: 0px;
    color: #999999;
    font-weight: 300;
    font-size: 14px;
    border-radius: 100px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.faq-ul li button:hover {
    border: 1px solid #0c1f32;
    border-radius: 100px;
    color: #162b38;
}

.faq-ul li button.active {
    border: 1px solid #0c1f32 !important;
    border-radius: 100px;
    color: #162b38;
}

.price-bg-shadow {
    margin-top: 10px;
    position: relative;
}

.price-bg-shadow::after {
    content: "";
    background: linear-gradient(259.39deg, #7dffa6 1.13%, #18d6fa 100%);
    mix-blend-mode: normal;
    opacity: 0.4;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    display: block;
    width: 120px;
    height: 14px;
    bottom: 10px;
    left: 0;
    position: absolute;
}

.price-bg-shadow-1 {
    margin-top: 10px;
    position: relative;
}

.price-bg-shadow-1 .text-shadow-img {
    position: absolute;
    left: 0;
    width: 400px;
    bottom: 0px;
}

.navbar {
    z-index: 5;
}

.navbar-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 5;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #162b38;
    padding-left: 36px;
    font-size: 16px;
}

.container {
    max-width: 100%;
    padding-left: 120px;
    padding-right: 120px;
}

.navbar-btn-group {
    border-radius: 0px !important;
}

.navbar-btn-group .navbar-group-btn-one,
.navbar-btn-group .navbar-group-btn-two {
    border-radius: 14px 0px 0px 14px;
    padding: 13px 27px;
}

.hero-start-ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 14px;
    margin-bottom: 8px;
}

.hero-start-ul li {
    background-color: white;
    padding: 4px 7px 8px 7px;
    display: inline-block;
    border-radius: 8px;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
    margin-right: 4px;
}

.card {
    border: 0px;
}

.recent-blog > .card-img-overlay {
    top: 65%;
}

.card-img-overlay {
    border-radius: 14px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(6.25%, rgba(0, 0, 0, 0)),
        color-stop(95.31%, rgba(0, 0, 0, 0.8))
    );
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 6.25%,
        rgba(0, 0, 0, 0.8) 95.31%
    );
}

.card-img-overlay .card-text {
    position: absolute;
    bottom: 20px;
    color: white;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hero-blur-card {
    border: 0px;
    background: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius: 32px;
}

.hero-blur-card .card {
    border: 1px solid #e0e0e0;
    border-radius: 14px;
}

.hero-blur-card .card .card-body {
    text-align: center;
}

.blog-card-title {
    font-weight: 500 !important;
    line-height: 1.8rem;
}

.blog-divider {
    border: 1px dashed #dedede;
}

.blog-card-description {
    color: rgba(0, 0, 0, 0.6);
    font-size: 1rem;
    line-height: 1.6;
}

.btn-blog-card {
    color: #162b38;
    display: inline-block;
    padding: 8px 16px;
    background: #56f8b5;
    height: 40px !important;
    border-radius: 4px !important;
    border-color: #56f8b5;
    font-weight: 600;
}

.btn-blog-card:hover {
    background: #56f8b5;
    border-color: #56f8b5;
    color: #162b38;
    opacity: 0.8;
}

.text-muted {
    color: rgba(0, 0, 0, 0.4);
}

.color-highlight {
    color: #56f8b5 !important;
}

.sand-bg-color {
    background-color: #e4dbcc;
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.heading-shadow-sm {
    background: linear-gradient(259.39deg, #7dffa6 1.13%, #18d6fa 100%);
    mix-blend-mode: normal;
    opacity: 0.4;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    display: block;
    width: 359px;
    height: 14px;
}

.gredient-bg {
    background-color: #effef9;
}

.blur-shadow-sm {
    background: linear-gradient(259.39deg, #7dffa6 1.13%, #18d6fa 100%);
    opacity: 0.4;
    -webkit-filter: blur(30px);
    filter: blur(30px);
    border-radius: 8px;
}

.width-169 {
    width: 169px;
}

.py-140 {
    padding-top: 140px;
    padding-bottom: 140px;
}

.refer-friend {
    background-image: url(../images/refer-friend-bg.png);
    background-size: cover;
    background-position: center center;
}

.refer-friend-heading {
    width: 729px;
    text-align: center;
    margin: 0px auto;
}

.refer-friend-description {
    width: 522px;
    text-align: center;
    margin: 0px auto;
}

.refer-friend-content {
    width: 888px;
    margin: 0px auto;
}

.refer-friend-form input,
.refer-friend-form a {
    height: 68px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 24px 0px 0px 24px;
}

.refer-friend-form a {
    border-radius: 0px 24px 24px 0px;
}

.form-control,
.form-select {
    font-size: 16px;
    height: 52px;
    border-radius: 8px;
}

.form-check-input.is-invalid:checked,
.invalid,
.is-invalid {
    border-color: #34956d !important;
}

.img-20 {
    width: 20px;
}

.artical_img {
    height: 100%;
    object-fit: cover;
}

.article_short_desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: #e0e0e0;
}

select > option {
    padding: 5px 20px !important;
}

.form-check-input:checked {
    background-color: #51dca8;
    border-color: #51dca8;
}

.form-check-input {
    width: 1.3em;
    height: 1.3em;
}

.upper-footer {
    background: linear-gradient(
            259.39deg,
            rgba(125, 255, 166, 0.8) 1.13%,
            rgba(24, 214, 250, 0.8) 100%
        ),
        #000000;
    padding-top: 40px;
    padding-bottom: 40px;
    color: white;
}

.icon-white-round {
    background-color: white;
    border-radius: 50%;
    padding: 16px;
    margin-right: 18px;
}

.sub-footer {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
        #56f8b5;
    padding-top: 40px;
    padding-bottom: 40px;
    color: white;
}

.sub-footer .sub-footer-list {
    list-style: none;
    margin-bottom: 0px;
    padding-left: 0px;
    margin-top: 10px;
}

/* .sub-footer .sub-footer-list li {
	line-height: 34px;
} */

.sub-footer .sub-footer-list li a {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.8;
}

.sub-footer .sub-footer-list li a:hover {
    opacity: 1;
}

.next-move-icon-card {
    background: #ffffff;
    box-shadow: 0px 7px 11px rgba(0, 0, 0, 0.04);
    border-radius: 20px;
}

.faq-accordion .accordion-button {
    background: #ffffff;
    -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.04) !important;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.04) !important;
    border-radius: 24px;
    color: #2D2E2E !important;
    border: 0px !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.navbar-filter {
    width: 100%;
    display: none;
}

.sticky-nav {
    background-color: white;
    /* box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.06); */
}

.sticky-navbar {
    transition: all 0.75s ease-in-out;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white;
    padding-bottom: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0, 0.1);
    z-index: 1524;
}

.faq-accordion .accordion-body {
    background: #fafafd;
    border-radius: 0px 0px 24px 24px;
}

.desktop-py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.footer {
    background-image: url(../images/footer-pattern.svg);
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 91px;
    padding-bottom: 24px;
    background: #162b38;
    color: white;
}

.footer a {
    text-decoration: none;
    color: white;
    display: block;
}

.footer-heading {
    color: #56f8b5;
    font-weight: 600;
}

.footer .horizontal-list {
    list-style: none;
    margin-bottom: 0px;
    padding-left: 0px;
    margin-top: 22px;
}

.footer .horizontal-list li {
    line-height: 34px;
}

.footer .horizontal-list li a {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.footer .horizontal-list li a:hover {
    opacity: 1;
}

.mt-70 {
    margin-top: 70px;
    margin-bottom: 30px;
}

.social-list {
    list-style: none;
    margin-bottom: 0px;
    padding-left: 0px;
}

.modal-header {
    border-bottom: 0px !important;
}

.modal-footer {
    border-top: 0px !important;
}

.modal-content {
    /* background: linear-gradient(
            259.39deg,
            rgba(125, 255, 166, 0.4) 1.13%,
            rgba(24, 214, 250, 0.4) 100%
        ),
        #ffffff; */
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.04);
    border-radius: 14px;
    padding: 20px;
}

.modal-stepper {
    display: block;
    text-align: center;
    margin: 40px 0px;
    padding-left: 0px;
}

.modal-stepper li {
    width: 70px;
    height: 6px;
    background-color: #d9d9d9;
    border-radius: 30px;
    display: inline-block;
    margin-right: 10px;
}

.modal-stepper li.active {
    background: #56f8b5;
}

.border-radius-24 {
    border-radius: 24px !important;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.04);
}

.modal-header .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.social-list li {
    display: inline-block;
    margin-right: 30px;
}

.hero-feature-carousel .carousel-cell {
    width: 48%;
    margin-right: 16px;
}

.services-carousel {
    min-height: 231px;
    padding-left: 100px;
}

.services-carousel .services-card {
    max-width: 420px;
    background: #ffffff;
    box-shadow: 0px 10px 11px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    margin-right: 24px;
    padding-bottom: 32px;
    position: relative;
}

.services-carousel .services-card .card-body {
    padding: 32px;
    padding-bottom: 0px;
}

.testimonials-bg {
    background-image: url(../images/testimonials-bg.svg);
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
}

.services-carousel .services-card .card-body .special-hero-star-li {
    margin-left: 20px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: transparent;
    padding-bottom: 0px;
}

.services-carousel .services-card .card-body .special-hero-star-li span {
    font-size: 14px;
    line-height: 16px;
    color: #2D2E2E;
    font-weight: 500;
}

.nav-tabs .nav-link{
    border:1px solid #2D2E2E;
    color: #2D2E2E;
    font-weight: 500;
    border-radius: 100px;
    font-size: 16px;
}

.nav-tabs .nav-link.active{
    background-color: #56f8b5;
    color: #2D2E2E;
    font-weight: 700;
    border:1px solid #56f8b5 !important;
}



.services-carousel .services-card .card-body .services-heading {
    padding-top: 14px;
    padding-bottom: 8px;
    font-size: 18px !important;
    font-weight: 700;
    color: #2D2E2E;
}

.heading-40-24 {
    padding-top: 40px;
    padding-bottom: 24px;
}

.services-carousel .services-card .card-body .author-details {
    padding-top: 24px;
}

.services-carousel .services-card .card-body .author-details img {
    margin-right: 8px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-100 {
    padding-bottom: 100px;
}

.products-carousel .carousel-cell {
    width: 17.18%;
    margin-right: 16px;
}

.products-carousel .carousel-cell .card img {
    border-radius: 10px !important;
}

.products-carousel .carousel-cell .card .card-img-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 47.38%, #000000 100%),
        url(woman-repairer-with-painting-roller-isolated.jpg);
    border-radius: 10px;
    color: white;
}

.flickity-page-dots {
    display: none;
}

.font-regular {
    font-weight: 400 !important;
}

.heading-shadow {
    background: linear-gradient(259.39deg, #7dffa6 1.13%, #18d6fa 100%);
    mix-blend-mode: normal;
    opacity: 0.4;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    display: block;
    width: 674px;
    height: 14px;
}

.heading-shadow-services {
    position: relative;
}

.heading-shadow-services::after {
    content: "";
    background: linear-gradient(259.39deg, #7dffa6 1.13%, #18d6fa 100%);
    mix-blend-mode: normal;
    opacity: 0.4;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    display: block;
    width: 674px;
    height: 14px;
    margin: 0px auto;
}

.py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
}

.btn {
    height: 51px;
    border-radius: 8px;
    font-size: 16px;
}

.btn-outline-dark:hover {
    background-color: #162b38;
}

.row{
    padding-right: calc(0.6rem * 0.5) !important;
    padding-left: calc(0.6rem * 0.5) !important;
}

.btn-dark {
    background: #56f8b5;
    border-radius: 12px;
    color: #162b38;
    font-weight: 800;
    border-color: #56f8b5;
    padding: 0.5rem 1.5rem;
}

.btn-secondary{
    padding: 0.5rem 1.5rem;
}

.btn-outline-dark {
    padding: 0.5rem 1.5rem;
}

.btn-dark:hover {
    background: #56f8b5 !important;
    border-radius: 12px;
    color: #162b38;
    font-weight: 800;
    border-color: #56f8b5;
    opacity: 0.9;
}

.btn-dark:focus {
    box-shadow: none !important;
    border-color: #56f8b5;
}

.payment-errors {
    background-color: #56f8b5;
    color: #282828;
    border: 0px;
}

.heading-underline {
    position: relative;
}

.how-it-works {
    background-image: url(../images/how-it-works-bg-pattern.svg) !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.black-dull {
    color: #9a9ea6;
}

.offwhite-bg {
    position: relative;
    background: #fafafa;
    z-index: 1;
}

.heading-underline::after {
    content: "";
    background: #56f8b5;
    opacity: 0.45;
    border-radius: 50px;
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.fade:not(.show) {
    display: none;
}

.wazard-card {
    background: #ffffff;
    box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.04);
    border-radius: 24px;
}

.has-search .form-control,
.select-with-icon {
    padding-left: 2.375rem;
    height: 52px;
    border-color: #e0e0e0;
}


.has-search .form-control:focus {
    border: 1px solid #56f8b5;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 5;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 52px;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.hero-icons {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.back-link {
    color: #757575;
    position: absolute;
    left: 0;
}

.steps-ul {
    list-style: none;
    margin-bottom: 0px;
    padding-left: 0px;
    text-align: center;
}

.steps-ul li {
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #cecece;
    width: 18px;
    height: 18px;
    margin: 0px 10px;
}

.steps-ul li.active {
    border: 2px solid #56f8b5;
    background-color: #56f8b5;
    box-shadow: 4px 0 4px rgba(0, 0, 0, 0, 0.25);
}

.border-card-gray {
    background: #f6f8f9;
    border: 1px solid #162b38;
    -webkit-box-shadow: 0px 10px 10px rgba(245, 157, 78, 0.04);
    box-shadow: 0px 10px 10px rgba(245, 157, 78, 0.04);
    border-radius: 8px;
    position: relative;
    height: 100%;
}

.border-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    position: relative;
    height: 100%;
}

.card-border-dark {
    border: 1px solid #162b38;
    border-radius: 8px;
}

.radio {
    display: inline-block;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    margin: 0px auto;
    padding: 32px;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    border-radius: 8px;
}

.radio:hover {
    border: 1px solid #162b38;
}

.selected {
    background: #f6f8f9;
    border: 1px solid #162b38;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 10px 10px rgba(245, 157, 78, 0.04);
    box-shadow: 0px 10px 10px rgba(245, 157, 78, 0.04);
}

.form-switch .form-check-input {
    margin-left: 1rem;
}

.accordion-item {
    margin-bottom: 0.8rem;
    border: 0px;
}

.accordion-button {
    border: 1px solid #e0e0e0;
    border-radius: 8px !important;
    padding: 10px 16px;
    font-size: 14px;
}

.accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ffffff;
}

.top-rated {
    position: absolute;
    top: 0;
    right: 0;
    background-color: white !important;
    display: inline-block;
    padding: 0.3rem;
    border-radius: 4px;
}

.tags-ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.tags-ul li {
    display: inline-block;
}

.tags-ul li a {
    font-size: 10px;
    border-right: 1px solid #e0e0e0;
    padding-right: 8px;
    font-weight: 400;
    color: #757575;
}

.tags-ul li:last-child a {
    border: 0px !important;
}

strike {
    color: #757575;
}

.services-card-seletable .card-body {
    display: flex;
    flex-wrap: wrap;
}

.services-card-seletable .card-body .option_item {
    display: block;
    position: relative;
    width: 30%;
    margin: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

.services-card-seletable .card-body .option_item .checkbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
}

.services-card-seletable .card-body .option_item1 .checkbox1 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    opacity: 0;
}

.option_item .option_inner {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 5px;
    padding: 24px 10px;
    cursor: pointer;
    color: #585c68;
    display: block;
    border: 2px solid transparent;
    position: relative;
}

.option_item .option_inner .icon {
    margin-bottom: 10px;
}

.option_item .option_inner .icon .fab {
    font-size: 32px;
}

.option_item .option_inner .name {
    user-select: none;
}

.option_item .checkbox:checked ~ .option_inner.facebook {
    border-color: #18d6fa;
    background-color: #ecfdfb;
}

/*
.option_item .checkbox:checked ~ .option_inner.twitter {
  border-color: #55acee;
  color: #55acee;
}

.option_item .checkbox:checked ~ .option_inner.instagram {
  border-color: #e4405f;
  color: #e4405f;
}

.option_item .checkbox:checked ~ .option_inner.linkedin {
  border-color: #0077b5;
  color: #0077b5;
}

.option_item .checkbox:checked ~ .option_inner.whatsapp {
  border-color: #25d366;
  color: #25d366;
}

.option_item .checkbox:checked ~ .option_inner.google {
  border-color: #dd4b39;
  color: #dd4b39;
}

.option_item .checkbox:checked ~ .option_inner.reddit {
  border-color: #ff5700;
  color: #ff5700;
}

.option_item .checkbox:checked ~ .option_inner.quora {
  border-color: #b92b27;
  color: #b92b27;
} */

.option_item .option_inner .tickmark {
    position: absolute;
    top: 0;
    left: 0;
    border: 20px solid;
    border-color: #000 transparent transparent #000;
    display: none;
}

.option_item .option_inner .tickmark:before {
    content: "";
    position: absolute;
    top: -18px;
    left: -18px;
    width: 16px;
    height: 5px;
    border: 3px solid;
    border-color: transparent transparent #fff #fff;
    transform: rotate(-45deg);
}

.option_item .checkbox:checked ~ .option_inner .tickmark {
    display: block;
}

.option_item .option_inner.facebook .tickmark {
    border-color: #3b5999 transparent transparent #3b5999;
}

.option_item .option_inner.twitter .tickmark {
    border-color: #55acee transparent transparent #55acee;
}

.option_item .option_inner.instagram .tickmark {
    border-color: #e4405f transparent transparent #e4405f;
}

.option_item .option_inner.linkedin .tickmark {
    border-color: #0077b5 transparent transparent #0077b5;
}

.option_item .option_inner.whatsapp .tickmark {
    border-color: #25d366 transparent transparent #25d366;
}

.option_item .option_inner.google .tickmark {
    border-color: #dd4b39 transparent transparent #dd4b39;
}

.option_item .option_inner.reddit .tickmark {
    border-color: #ff5700 transparent transparent #ff5700;
}

.option_item .option_inner.quora .tickmark {
    border-color: #b92b27 transparent transparent #b92b27;
}

.light-color {
    color: #757575;
}

.card-border {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

.gray-tag {
    background: #f6f8f9;
    border-radius: 4px;
    padding: 2px 6px;
}

.btn-outline-dark:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.filter-group-btns {
    position: absolute;
    bottom: 0;
}

.services-boxes-about {
    position: relative;
    top: -15rem;
    z-index: 1;
    margin-bottom: -15rem;
}

.z-50 {
    z-index: 50 !important;
}

.bullets-list {
    margin-top: 24px;
    padding-left: 30px;
    margin-bottom: 0px;
}

.bullets-list li {
    font-size: 16px;
    color: #999999;
    list-style: disc;
    margin-bottom: 16px;
    font-family: "muli-regular";
}

.bullets-list li:last-child {
    margin-bottom: 0px;
}

.icon-with-bullets {
    box-shadow: 0px 10px 40px rgb(0 0 0 / 4%);
    border-radius: 24px;
    position: relative;
    height: 100%;
}

.datepicker {
    background-color: white !important;
}

.service-img {
    width: 36px;
}

.card-shadow {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04);
    border-radius: 24px;
}

.colored-text {
    color: #4cebcf;
    font-size: 14px;
}

.icon-hover img {
    border-radius: 50%;
    padding: 8px;
    width: 24px;
    height: 24px;
}

.icon-hover:hover img {
    background-color: #f4f4f4;
}

.blog-sidebar-list li {
    margin-bottom: 20px;
}

.img-40 {
    min-width: 40px;
    min-height: 40px;
}

.contact-map-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8)),
        url(./../images/contact-map.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-form {
    border-radius: 0px;
    box-shadow: none;
    background-color: #edfef8;
    height: 450px;
    position: relative;
    padding: 20px 40px;
}

.contact-pin-lottie {
    position: absolute;
    width: 64px;
    left: 45%;
    top: 76%;
    transform: translate(-50%, -50%);
}

.btn-light {
    background-color: white;
}

.contact-map-btn {
    position: absolute;
    bottom: -4%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
}

.button-style-border {
    width: 30px;
    height: 2px;
    display: inline-block;
    background-color: #000;
    margin-left: 10px;
    top: -2px;
    position: relative;
}

.span-border {
    width: 16px;
    height: 2px;
    display: inline-block;
    background-color: #000;
    margin-right: 5px;
    top: -2px;
    position: relative;
}

.breadcrumb-item {
    font-size: 14px;
}

.breadcrumb-item.active {
    font-weight: 900;
    color: #000;
}

.all-services .carousel-cell {
    width: 20%;
    margin-right: 16px;
}

.all-services-card {
    min-height: 300px;
}

.parent-services-card {
    min-height: 260px;
}

.parent-services .carousel-cell {
    width: 20%;
    margin-right: 16px;
}

.parent-services-card .card-img {
    border-radius: 10px;
}

.card-img-overlay {
    top: 45%;
    background: linear-gradient(
        360deg,
        rgb(36 47 69) 11.7%,
        rgb(49 48 65 / 0%) 88.56%
    ) !important;
}

.single-services-card {
    background-color: #f2f2f6;
    border-radius: 20px;
    position: relative;
    height: 100%;
}

.img-radius-20 {
    border-radius: 20px;
}

.about-hero-banner {
    object-fit: cover;
    width: 100%;
}

/* .horizontal-categories {
	animation: fadeIn 0.7s;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
} */

.horizontal-categories .carousel-cell {
    width: auto;
    margin-right: 40px;
}

.flickity-prev-next-button.next {
    width: 40px !important;
    height: 40px !important;
    right: -20px !important;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
    background-color: white;
}

.flickity-prev-next-button.next:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.flickity-prev-next-button.previous {
    width: 40px !important;
    height: 40px !important;
    left: -20px !important;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
    background-color: white;
}

.flickity-prev-next-button.previous:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.horizontal-categories .carousel-cell a {
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 12px;
    display: block;
}

.horizontal-categories .carousel-cell a:hover {
    border-bottom: 2px solid #dddddd;
}

.horizontal-categories .carousel-cell a.getActive {
    border-bottom: 2px solid #000000;
}

.horizontal-categories .category-icon {
    width: 24px;
    height: 24px;
    display: block;
    margin-bottom: 10px;
}

.flickity-prev-next-button[disabled] {
    display: none;
}

.input-with-search {
    position: relative;
}

.input-with-search .special-search {
    background-color: #f6f6f6;
    border-radius: 10px 40px 40px 10px !important;
    border: 0px;
}

.input-with-search .special-btn {
    width: 54px;
    border-radius: 50% !important;
    position: absolute;
    right: 0;
    z-index: 50;
}

.blur-parent img {
    max-width: 24px;
}

.hero-feature-cards {
    background: #ffffff;
    box-shadow: 0px 12.3506px 19.761px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    position: relative;
    height: 100%;
    margin-bottom: 10px;
}

.faq-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.payment-options {
    padding-left: 0px;
    margin-bottom: 0px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.payment-options li {
    display: inline-block;
    margin-right: 30px;
}

.w-20{
    width: 16px;
}

.advance-search-wrapper{
    border-radius: 50px;
    border: 1px solid #dee2e6;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    position: relative;
}

.search-filter-btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 16%;
    height: 60px;
}

.border-start-end{
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

.payment-options li:last-child {
    margin-right: 0px;
}

.form-select {
    background-image: url("../../assets/images/caret-icon.svg") !important;
    background-size: 18px 16px;
}

.pre-filled-wrapper {
    background-color: #e5fff4;
    border-radius: 42px;
    padding: 20px;
}

.pre-filled-label {
    font-size: 17px;
    color: #34956d;
    font-weight: 600;
}

.form-check-input.is-invalid:checked {
    background-color: #34956d;
    border-color: #34956d;
}

.form-switch .form-check-input {
    width: 3em;
    height: 1.5em;
}

.accordion-button {
    border: 1px solid #e0e0e0 !important;
}

.btn-link {
    color: rgb(0 0 0 / 70%);
    text-decoration: none;
    font-weight: 600;
}

.btn-link:hover {
    color: rgb(0 0 0 / 70%);
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    background-image: url("../../assets/images/caret-icon.svg") !important;
    background-size: 16px 16px !important;
    background-repeat: no-repeat;
    top: 18px !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border: 0px !important;
}

.stepper-tab {
    border: 0px;
    display: inline-block;
    text-align: center;
    border: 1px solid #bfbfbf;
    width: auto;
    margin: 0 auto;
    padding: 5px;
    border-radius: 12px;
}

.stepper-tab li {
    display: inline-block;
}

.stepper-tab li .nav-link {
    color: #909196;
    border: 0px;
    padding: 10px 30px;
}

.stepper-tab li .nav-link.active {
    background-color: #56f8b5;
    border: 0px;
    border-radius: 10px;
    color: #162b38;
    font-weight: 600;
}

.stepper-tab li .nav-link:hover {
    border: 0px;
    color: #162b38;
}

.horizontal-list {
    display: block;
}

.horizontal-list li {
    display: inline-block;
    margin-right: 27px;
    margin-bottom: 10px;
    font-size: 14px;
}

.card-green-link {
    text-decoration: underline;
    color: #1e6904;
    display: block;
    margin-top: 5px;
}

.none-text-decoration {
    text-decoration: none;
}

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

.price-match-card {
    border-radius: 10px;
    overflow: hidden;
    border: none;
}

.price-match-card.fa-tag {
    margin: auto;
}

.pt-15 {
    padding-top: 16px;
}

.pt-14 {
    padding-top: 14px;
}

.price-match-card .icon {
    color: #2e8b57;
    font-size: 16px;
}

.price-match-card .card-title {
    font-weight: 600;
    color: #2e8b57;
    /* Change color based on your preference */
}

/*.price-match-card .icon {*/
/*    background-color: #2E8B57; !* Same color as the title for consistency *!*/
/*    padding: 10px;*/
/*    border-radius: 50%;*/
/*    color: white;*/
/*    font-size: 16px;*/
/*}*/

.moving-services-ul {
    display: block;
    text-align: center;
    /*white-space: nowrap;*/
    /*overflow-x: scroll;*/
    /*overflow-y: hidden;*/
    border: 0px;
    width: 100%;
    /*animation-name:autoScroll ;*/
    /*animation-duration: 20s;*/
    /*animation-iteration-count: infinite;*/
    /*animation-timing-function: linear;*/
}

.moving-services-ul::-webkit-scrollbar {
    display: none;
}
.moving-services-ul img {
    height: 16px;
    width: 16px;
    margin-right: 5px;
    padding-top: 4px;
}
.moving-services-ul li {
    display: inline-block;
    margin: 5px;
    border: 0px;
}

.moving-services-ul li .nav-link {
    color: #282828;
    font-size: 12px;
    border: 1px solid #282828;
    border-radius: 8px !important;
    padding: 10px 13px;
    opacity: 0.7;
}
/*@keyframes autoScroll {*/
/*    from{*/
/*        transform: translateX(0);*/
/*    }*/
/*    to{*/
/*        transform: translateX(-100%);*/
/*    }*/
/*}*/

.moving-services-ul li .nav-link:focus-visible {
    outline: none !important;
    border-color: transparent !important;
}

.moving-services-ul li .nav-link.active {
    border: 0px !important;
    background-color: #56f8b5;
    border: 1px solid #56f8b5;
    color: #282828;
    opacity: 1;
}

.moving-services-ul li .nav-link:hover {
    border: 1px solid #282828;
    color: #282828;
    opacity: 1;
}

.moving-services-card {
    box-shadow: 0 27px 20px rgba(0, 0, 0, 0, 0.02);
    padding: 0px;
    border-radius: 8px;
    overflow: hidden;
    height: 400px;
    max-height: 400px;
    margin-bottom: 16px;
}

.moving-services-card .card-img {
    object-fit: cover;
    height: 400px;
}

.moving-services-card .card-title {
    font-size: 16px;
}

.moving-services-card .card-img-overlay {
    top: 80%;
}

.flatpickr-current-month {
    font-size: 100% !important;
}

.text-light-green {
    color: #67f9bc;
}

.package-card {
    border-radius: 16px !important;
    padding: 20px;
    position: relative;
    height: 100%;
    border: 2px solid #dee2e6;
    transition: all 0.3s ease-in-out;
}

.discount-badge-right {
    position: absolute;
    top: -20px;
    right: 0;
    background-color: #ffffff;
    padding: 0.2rem 0.5rem;
    color: #162b38;
    border-radius: 0px 0px 0px 8px;
    width: auto;
    font-size: 13px;
}

.discount-badge-left {
    position: absolute;
    top: -20px;
    left: 0;
    background-color: #ffffff;
    padding: 0.2rem 0.5rem;
    color: #162b38;
    border-radius: 0px 0px 0px 8px;
    width: auto;
    font-size: 13px;
}

.w-16 {
    width: 22px;
    margin-right: 5px;
    display: inline-block;
}

.package-card:hover {
    cursor: pointer;
    border: 2px solid #56f8b5;
    transform: scale(1.1);
}

.package-card:hover .package-list li {
    color: #0c1f32;
}

.package-card .card-header {
    border-radius: 16px 16px 0 0 !important;
}

.package-list li {
    margin-bottom: 10px;
    font-size: 14px;
    color: #6b7180;
    padding-left: 30px;
}

.package-list li img {
    margin-right: 10px;
    filter: brightness(0) invert(0.6);
}

.package-card:hover li img {
    filter: none;
}

.package-name {
    opacity: 0.7;
}

.letter-spacing {
    letter-spacing: 5px;
}

.half-bg-img {
    /*background-image: url(../images/hero-half-image.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 750px;
}

.pl-100 {
    padding-left: 100px;
    padding-right: 40px;
}

.modal-backdrop.show{
    display: none !important;
}

.pr-100 {
    padding-right: 100px;
    padding-left: 40px;
}

.pb-40 {
    padding-bottom: 20px;
}

.right-border-0 {
    border-radius: 8px 0px 0px 8px !important;
}

.first-letter {
    font-size: 35px;
    line-height: 70px;
}

.both-side-border {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
}

.both-side-border::before {
    content: "";
    width: 50px;
    height: 0.5px;
    background-color: #ddd;
    display: inline-block;
    margin-right: 20px;
}

.both-side-border::after {
    content: "";
    width: 50px;
    height: 0.5px;
    background-color: #ddd;
    display: inline-block;
    margin-left: 20px;
}

.company-image {
    height: 100%;
    border-radius: 8px;
    max-height: 120px;
    max-width: 144px;
    width: 100%;
}

.checked-img {
    height: 100px;
    width: 100px;
    max-width: 100px;
    max-height: 100px;
}

.checked-card-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    display: none;
}

.link-view-more {
    color: #162b38;
    font-weight: 600;
    font-size: 14px;
    text-decoration: underline;
}

.make_active {
    border: 2px solid #56f8b5 !important;
    background-color: white !important;
}

.make_active .checked-card-icon {
    display: inline-block;
}

.add_on_icon {
    width: 16px;
}

.addon-card:hover {
    cursor: pointer;
}

.toast-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
}

.img-120 {
    width: 120px;
}

label {
    width: 100%;
}

.features-horizontal-list {
    margin-top: 30px;
    display: block;
    li {
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
        display: inline-block;
        width: 24%;
        margin-bottom: 20px;
        margin: 10px 16px;
        padding: 0.5rem;
    }
}

#cookiesModal{
    top: 50%;
    transform: translateY(-25%);
}

.share-social-list{
    margin-bottom: 0px;
    padding-left: 0px;
    margin-top: 15px;
}

.share-social-list li{
    display: inline-block;
    gap: 20px;
    margin-right: 15px;
}

.share-social-list li a img{
    filter: brightness(0.5);
}

@media screen and (min-width: 250px) and (max-width: 768px) {
    .hero-feature-cards h2 {
        font-size: 16px !important;
    }

    .single-services-card{
        background-color: white;
    }

    .advance-search-wrapper{
        border-radius: 0px !important;
        border: 0px !important;
        box-shadow: none !important;
    }   

    .search-filter-btn{
        position: relative;
        top: auto !important;
        transform: none !important;
        right: auto !important;
        width: auto !important;
        height: 52px;
    }

    .advance-search-wrapper .form-control, .advance-search-wrapper .form-select{
        border-radius: 50px;
        border: 1px solid #dee2e6 !important;
    }

    .border-start-end{
        border-left: 0px !important;
        border-right: 0px !important;
    }

    .hero-img{
        width: 100%;
        height: 240px;
        border-radius: 4px;
        box-shadow: 0 20px 27px rgba(0, 0, 0, 0.10);
    }

    .pb-110 {
        margin-bottom: 0px !important;
    }

    tbody,
    td,
    tfoot,
    th,
    thead,
    tr {
        text-align: center;
    }

    .half-bg-img {
        background-image: none;
    }

    .package-card:hover {
        transform: scale(1);
    }

    .input-group > .form-select {
        width: 35%;
    }

    .pl-100 {
        padding-left: 16px;
        padding-right: 16px;
    }

    .pr-100 {
        padding-right: 16px;
        padding-left: 16px;
    }

    .pb-40 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .flickity-page-dots {
        width: 50% !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    .flickity-prev-next-button.next,
    .flickity-prev-next-button.previous {
        display: none;
    }

    .hero-feature-carousel .carousel-cell {
        width: 49%;
        margin-right: 16px;
    }

    .pre-filled-label {
        font-size: 12px !important;
    }

    .stepper-tab {
        margin-top: 20px;
    }

    .company-image {
        object-fit: cover;
        width: 100%;
    }

    .package-card {
        height: auto !important;
        margin-bottom: 25px !important;
    }

    .card {
        /* height: auto !important; */
        margin-bottom: 16px;
    }

    .hero-feature-cards {
        height: 100%;
    }

    .stepper-tab li .nav-link {
        padding: 10px 16px;
    }

    .payment-options {
        padding-bottom: 30px;
    }

    .payment-options li a img {
        width: 40px;
    }

    .box-shadow-features {
        margin-bottom: 10px;
    }

    .how-it-works {
        background-image: none !important;
    }

    .modal-stepper li {
        width: 16px;
    }

    .modal-content,
    .modal-body {
        padding: 10px;
    }

    .faq-ul {
        white-space: nowrap;
        overflow-x: auto;
    }

    .navbar {
        padding: 0px !important;
        background-color: #f2fff6;
    }

    .horizontal-categories .carousel-cell {
        width: auto;
        margin-right: 25px;
    }

    .single-services-card {
        height: auto;
    }

    .all-services .carousel-cell,
    .parent-services .carousel-cell {
        width: 95%;
    }

    .mob-mb-40 {
        margin-bottom: 40px;
    }

    .font-30 {
        font-size: 1.5rem !important;
    }

    .card-img-overlay {
        top: 55%;
    }

    .font-40 {
        font-size: 1.5rem !important;
    }

    .contact-form {
        height: auto;
        position: absolute;
        bottom: -12%;
        left: 50%;
        transform: translateX(-50%);
        width: 92%;
        padding: 30px 20px !important;
    }

    .contact-pin-lottie {
        top: 30%;
        left: 50%;
    }

    .about-hero-banner-mob {
        object-fit: cover;
        width: 100%;
    }

    .contact-banner {
        background-position: center;
        background-image: url(../images/contact-map-mobile.jpg);
        height: 105vh;
        background-size: cover;
    }

    .featured-blog {
        height: 240px;
    }

    .contact-map-btn {
        top: 6%;
        left: 33%;
    }

    .mob-up-section {
        top: -15rem;
        margin-bottom: -15rem;
    }

    .mob-up-section-mb-18 {
        top: -15rem !important;
        margin-bottom: -18rem !important;
    }

    .img-40 {
        min-width: 40px;
        min-height: 40px;
    }

    .referral-input-group button {
        padding-left: 16px;
        padding-right: 16px;
    }

    .mob-text-white {
        color: white;
    }

    .mob-pt-11rem {
        padding-top: 11rem;
    }

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

    .mob-home-hero {
        position: relative;
        top: -15rem;
        z-index: 1;
        width: 95%;
        margin: 0px auto;
        height: auto;
        margin-bottom: -15rem;
    }

    .services-carousel .services-card .card-body {
        padding: 10px 20px;
    }

    .services-carousel .services-card {
        padding-bottom: 10px;
    }

    .upper-footer {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .sub-footer {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .footer a {
        padding-bottom: 8px;
    }

    .mb-4 {
        margin-bottom: 1rem !important;
    }

    .pb-40 {
        padding-bottom: 20px;
    }

    .mt-5 {
        margin-top: 1.2rem !important;
    }

    .mt-70 {
        margin-top: 20px;
    }

    .footer .horizontal-list {
        margin-top: 16px;
    }

    .footer {
        padding-top: 30px;
    }

    .mob-mt-40 {
        margin-top: 40px;
    }

    .mob-mt-20 {
        margin-top: 20px;
    }

    .service-img {
        width: 64px;
    }

    .refer-friend-new {
        height: 50vh;
    }

    .mob-font-10 {
        font-size: 10px !important;
    }

    .active-tab {
        margin-right: 10px;
    }

    body {
        font-size: 16px;
    }

    .mob-mr-10 {
        padding-right: 10px;
    }

    .services-card-seletable .card-body .option_item {
        width: 100%;
    }

    .px-4 {
        padding-right: 0.8rem !important;
        padding-left: 0.8rem !important;
    }

    .mob-font-12 {
        font-size: 12px !important;
    }

    .mob-font-14 {
        font-size: 14px !important;
    }

    .font-64 {
        font-size: 24px !important;
    }

    .mob-font-28 {
        font-size: 28px !important;
    }

    .mob-font-32 {
        font-size: 32px !important;
    }

    .font-24 {
        font-size: 16px !important;
    }

    .steps-ul {
        left: 0px;
        -webkit-transform: translate(0);
        transform: translate(0);
        width: 100%;
        position: relative;
        display: block;
        margin-top: 10px;
    }

    .steps-ul li.active {
        margin-right: 10px;
    }

    .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
    .btn-group > :not(.btn-check) + .btn {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .back-link {
        position: relative;
        top: 0;
        display: block;
        margin-bottom: 20px;
        margin-top: 20px;
        text-align: center;
    }

    .mob-no-pad {
        padding: 0px !important;
    }

    .accordion-button {
        background: #f6f8f9;
        border: 0px;
    }

    .form-switch {
        padding-left: 0px !important;
    }

    .pt-5 {
        padding-top: 1rem !important;
    }

    .row {
        margin-top: 0px !important;
    }

    .mob-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .steps-ul li:last-child {
        margin-right: 0px;
    }

    .mob-mt-15 {
        margin-top: 16px;
    }

    .py-140 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .products-carousel .carousel-cell {
        width: 48%;
    }

    .p-4 {
        padding: 0.5rem !important;
    }

    .flickity-page-dots {
        white-space: nowrap;
        overflow-x: auto;
        padding: 20px 0px !important;
    }

    .flickity-page-dots .dot {
        display: inline-block;
    }

    .py-60 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .icon-with-bullets {
        box-shadow: none;
    }

    .icon-with-bullets .card-body {
        padding: 0px;
    }

    .select2-selection__placeholder {
        color: #212529 !important;
        font-size: 16px;
    }

    hr {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .py-60 > .container {
        padding: 0px 10px !important;
    }

    .setting-icon {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .flickity-page-dots {
        display: block;
    }

    .font-48 {
        font-size: 2rem !important;
    }

    .price-bg-shadow {
        font-size: 20px !important;
    }

    .reserved-btn {
        padding: 0px 16px !important;
    }

    .top-content-show-mobile {
        position: absolute;
        top: 3rem;
        text-align: center;
        margin: 0px auto;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        width: 100%;
    }

    .hero-banner {
        background-image: url(../images/hero-mobile.png);
    }

    .container {
        padding: 20px 10px;
    }

    .footer {
        padding-top: 0px;
    }

    .refer-friend-content,
    .refer-friend-heading,
    .refer-friend-description {
        width: 100%;
    }

    .heading-shadow,
    .heading-shadow-sm {
        width: 100%;
    }

    h1 {
        font-size: 1.5rem;
    }

    .font-32 {
        font-size: 1rem !important;
        line-height: 28px;
    }

    .products-carousel {
        margin-bottom: 40px;
    }

    p {
        font-size: 16px !important;
    }

    .pt-100 {
        padding-top: 20px;
    }

    .pb-100 {
        padding-bottom: 20px;
    }

    .services-carousel {
        padding-left: 0px;
        margin-bottom: 20px;
    }

    .filter-group-btns {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .filter-group-btns .btn-width-50 {
        display: inline-block;
        width: 45.5%;
    }

    .desktop-py-100 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .pt-50 {
        padding-top: 10px;
    }

    .services-carousel .services-card {
        margin-right: 10px !important;
    }

    .hero-banner,
    .hero-banner-inner-steps {
        min-height: 797px;
        margin-top: 0;
        padding-top: 1rem;
    }

    .hero-four-boxes {
        padding-left: 16px;
        padding-right: 16px;
        position: absolute;
        bottom: 84px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
        margin: 0px auto;
    }

    .refer-friend-section {
        margin-top: 20px !important;
    }

    .icon-white-round {
        padding: 16px 13px;
    }

    .heading-shadow-services::after {
        max-width: 100%;
    }

    .services-description {
        max-width: 90%;
    }

    .mobile-navbar {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 5;
        padding: 10px 24px;
        background-color: transparent;
    }

    .mobile-navbar .navbar-btn-group {
        border-radius: 0px !important;
    }

    .mobile-navbar .navbar-btn-group .navbar-group-btn-one {
        padding: 10px 16px;
    }

    .mobile-navbar .navbar-btn-group .navbar-group-btn-two {
        padding: 10px 16px;
    }

    .mobile-navbar .mobile-menu {
        width: 110px;
        margin-right: 24px;
        display: block;
    }

    .mobile-navbar .mobile-logo {
        width: 110px;
    }

    .overlay {
        height: 100%;
        width: 0;
        position: fixed;
        top: 0;
        left: 0;
        overflow-x: hidden;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        z-index: 99;
        backdrop-filter: blur(50px) !important;
        -webkit-backdrop-filter: blur(58px);
        background: initial !important;
    }

    .overlay-content {
        position: relative;
        top: 5%;
        width: 100%;
        text-align: left;
        margin-top: 30px;
        padding: 10px 20px;
        height: 70vh;
    }

    .overlay-content a{
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    .whatsapp-icon{
        position: absolute;
        bottom: 20px;
        right: 20px;
        border-bottom: 0px !important;

        img{
            width: 64px;
            height: 64px;
        }
    }

    .single-services-card .card-body{
        padding: 0px !important;
    }

    .overlay a {
        padding: 15px;
        text-decoration: none;
        font-size: 36px;
        color: #000000;
        display: block;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        font-weight: bold;
    }

    .overlay a:hover,
    .overlay a:focus {
        color: #f1f1f1;
    }

    .category-select, .subcategory-select{
        border: 1px solid #dee2e6 !important;
    }

    .select2-container--default .select2-selection--single{
        border: 1px solid #dee2e6 !important;
    }

    .overlay .closebtn {
        position: absolute;
        top: 15px;
        right: 10px;
        font-size: 60px;
    }

    .overlay a {
        font-size: 20px;
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 10px;
    }

    .contact-form {
        padding: 10px;
    }

    .services-boxes-about {
        top: 0;
    }

    .hero-banner-inner-steps {
        z-index: 1;
    }

    .blog-details-banner,
    .moving-services-banner,
    .about-banner {
        z-index: -1;
    }

    .about-banner {
        height: 100px;
        background-size: contain;
    }

    /* .card-body {
		padding: 0px !important;
	} */

    .services-boxes-about,
    .services-boxes {
        margin-bottom: auto;
    }

    .navbar-toggler {
        background-color: #f4f4f4;
    }

    .navbar-toggler-icon {
        color: #162b38;
    }

    .accordion-body {
        padding: 1rem;
    }

    .company-img {
        width: 74px;
        height: 70px;
        object-fit: cover;
        border-radius: 8px;
    }

    .min-width-100 {
        min-width: 100px;
    }

    .company-icon-list {
        padding-left: 0px;
        margin-bottom: 0px;
        margin-top: 10px;
    }

    .company-icon-list li {
        display: inline-block;
        font-size: 12px;
        margin-right: 10px;
    }

    .company-icon-list li img {
        margin-left: 6px;
    }

    .small-text-with-saperator {
        position: relative;
        z-index: 5;
    }

    .small-text-with-saperator::before {
        position: absolute;
        left: 0;
        content: "";
        width: 40%;
        height: 1px;
        background-color: #e0e0e0;
        top: 0.5rem;
        z-index: 1;
    }

    .small-text-with-saperator::after {
        position: absolute;
        right: 0;
        content: "";
        width: 40%;
        height: 1px;
        background-color: #e0e0e0;
        top: 0.5rem;
        z-index: 1;
    }

    .price-bg-shadow::after {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin-top: 0px;
    }

    .tags-ul li a {
        padding-left: 8px;
    }

    .carousel-cell {
        margin-right: 10px;
    }

    .lottie-icon {
        margin: 0px auto !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    .container {
        padding: 0px 10px;
    }

    .services-carousel {
        padding-left: 0px;
        margin-bottom: 20px;
    }

    .refer-friend-form input {
        max-width: 20rem;
    }

    .input-group {
        justify-content: center;
    }

    .refer-friend-content {
        width: 100%;
    }

    .form-control:focus {
        border: 1px solid #56f8b5;
        box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.05);
        border-radius: 12px;
    }

    .navbar-collapse {
        position: absolute;
        background: #c0f7ef;
        width: 40%;
        right: 0;
        top: 90px;
        height: 30vh;
        text-align: left;
        transition: all 0.23s ease-in-out;
    }

    .about-banner {
        height: 150px;
        background-size: cover;
        margin-bottom: 20px;
    }

    .moving-services-banner,
    .blog-banner {
        min-height: 300px;
        margin-top: -12.5rem;
        padding-top: 10rem;
    }

    .services-boxes-about {
        margin-bottom: 0px;
    }

    .ipad-py-20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .ipad-text-center {
        text-align: center;
    }

    .hero-banner,
    .hero-banner-steps,
    .hero-banner-inner-steps {
        min-height: auto;
    }

    .img-40 {
        min-width: 40px;
        min-height: 40px;
    }

    .navbar-btn-group {
        margin-top: 20px;
    }

    .navbar-nav {
        display: block;
        padding-top: 50px;
        text-align: right;
        margin-right: 40px;
    }

    .ipad-mt-40 {
        margin-top: 40px;
        display: block;
    }

    .mob-py-20 {
        padding-top: 20px;
        padding-bottom: 20px;
        display: block;
    }
}

@media screen and (min-width: 800px) and (max-width: 1365px) {
    .navbar-btn-group .navbar-group-btn-one,
    .navbar-btn-group .navbar-group-btn-two {
        padding: 0px 20px;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .about-banner {
        height: 220px;
        background-size: cover;
        margin-bottom: 20px;
    }

    .services-carousel {
        padding-left: 0px;
        margin-bottom: 20px;
    }

    .ipad-text-center {
        text-align: center;
    }

    .ipad-py-20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .navbar-btn-group .navbar-group-btn-one img {
        min-width: 16px !important;
        min-height: 16px !important;
    }

    .navbar-btn-group .navbar-group-btn-two img {
        min-width: 16px !important;
        min-height: 16px !important;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 12px;
        padding-left: 30px;
    }

    .navbar-brand img {
        width: 50%;
    }

    #onScrollHide .d-flex {
        align-items: center;
    }

    .container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1560px) {
    .email-text-wrapper {
        max-width: 260px;
        word-break: break-all;
    }
}

.pt-14 {
    padding-top: 14px !important;
}

.rd-blog-btn:hover,
.rd-blog-btn:active,
.rd-blog-btn:focus {
    background: #56f8b5;
    border-color: #56f8b5;
    color: #162b38;
}
.selected-package {
    border: 2px solid #56f8b5;
    /*transform: scale(1.1);*/
}

.flashing-text {
    animation: color-change 1s infinite;
}

@keyframes color-change {
    0% {
        color: #56f8b5;
    }
    50% {
        color: blue;
    }
    100% {
        color: red;
    }
}

.linear-wipe {
    text-align: center;

    background: linear-gradient(
        to right,
        #162b38 20%,
        #56f8b5 40%,
        #162b38 60%,
        #56f8b5 80%
    );
    background-size: 200% auto;

    color: #000;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    animation: shine 3s linear infinite;
}

@keyframes shine {
    to {
        background-position: 200% center;
    }
}

.service_detail_div p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px !important;
    margin-bottom: 10px !important;
    font-family: "Inter", sans-serif !important;
}

.service_detail_div li {
    margin-bottom: 10px !important;
    font-family: "Inter", sans-serif !important;
}

.service_detail_div h1, .service_detail_div h2, .service_detail_div h3, .service_detail_div h4, .service_detail_div h5, .service_detail_div h6  {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    font-family: "Inter", sans-serif !important;
    font-size: 24px !important;
}

.service_detail_div span {
    font-family: "Inter", sans-serif !important;
}

/*# sourceMappingURL=main.css.map */
