* {

    margin: 0;

    padding: 0;

    box-sizing: border-box;

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

    scroll-behavior: smooth;

}



:root {

    --primary-color: #392e59;
    --bglight: #f7f7f7;
    --lightbg: #faf2e1;

}

h1,

h2,

h3,

h4,

h5,

h6,

a,

p,

ul,

ol {

    margin: 0;

    padding: 0;

    text-decoration: none;

}

.lightbg {
    background-color: var(--lightbg);
}

.top-strip {
    padding: 15px 0;
    background-color: white;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);

    .box {
        .boxContent {
            a {
                display: flex;
                align-items: center;
                padding: 15px 15px;
                border-radius: 5px;
                color: #fff;
                background-color: var(--primary-color);
                font-weight: 500;
            }
        }
    }
}

.strip-boxes {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
}

.bannerText {
    background-color: white;
    border: 5px solid var(--primary-color);
    padding: 20px;
    border-radius: 12px;
    position: relative;

}

.banner-title {
    font-size: 30px;
    line-height: 1.5;
}

.bannerForm,
.bannerText {
    margin-left: 50px;
    width: 35%;
}

.bannerForm form {
    background-color: #00000050;
    height: 100%;
    padding: 30px;
    border-radius: 12px;
}

.form-fields {
    width: 100%;
}

form .theme-btn {
    background: var(--primary-color);
    padding-left: 35px;
    padding-right: 35px;
    width: 100%;
    margin-top: 5px;
}

.form-fields .form-input {
    flex: 1;
}

.form-fields input,
.form-fields select {
    width: 100%;
    height: 45px;
    border: 1px solid rgb(255, 255, 255);
    color: var(--primary-color);
    font-size: 14px;
    padding: 0 10px;
    background: transparent;
    background-color: white;
    margin-bottom: 5px;
}

.banner .wrapper {
    display: flex;
    align-items: center;
    justify-content: end;
}

.banner {
    position: relative;
    padding: 100px 0;
}

.banner>img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -1;
    object-position: 22%;
}

.form-input.captcha-box {
    display: flex;
}

.quickleftpicdiv {
    display: flex;
}

#capt img {
    width: 100% !important;
    height: 45px !important;
}

.reloadBtn {
    width: 45px;
    height: 45px;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.quickrightpicdiv {
    width: 100%;
}

.form-input.form-input.captcha-box input {
    border: none;
    margin-bottom: 0;
}

.theme-btn {
    padding: 0 20px;
    height: 45px;
    background: var(--primary-color);
    border: none;
    color: white;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
}

.about-section {
    padding: 50px 0px;
}

.heading {
    font-size: 40px;
    font-weight: 600;
    color: #282828;
    line-height: 1.5;
    margin-bottom: 20px;
}

.about-content-img {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;


    .about-content {
        min-width: 700px;

        p {
            font-size: 16px;
            line-height: 25px;
            color: #222222;
            margin-bottom: 30px;
        }
    }

    .img-about {
        max-width: 460px;
        margin-left: 30px;

        img {
            max-width: 100%;
            border-radius: 100%;
            border: 10px solid #fff;
            box-shadow: 0px -2px 10px 4px #eee;
        }
    }

}


.space-50 {
    padding: 50px 0px;
}

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

.bglight {
    background-color: var(--bglight);
}

.cards-service {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;

    .service-card {
        box-shadow: 0 0 10px #0003;
        padding: 15px;
        background-color: #fff;
        margin-top: 10px;
        border-radius: 8px;
        margin: 5px;
        cursor: pointer;
        text-align: center;

        .service-imgwrap {

            .service-name {
                font-size: 18px;
                color: var(--primary-color);
                line-height: 1.5;
                font-weight: 600;
                margin-bottom: 10px;
                margin-top: 10px;
            }

            p {
                font-size: 12px;
                color: #333;
                line-height: 1.5;
                margin-bottom: 10px;
                min-height: 90px;
            }

            img {
                border-radius: 8px;
                border: 1px solid #ddd;
                max-width: 100px;
                padding: 10px;
            }

            button {
                width: 100%;
                border: none;

                a {
                    display: block;
                    background-color: var(--primary-color);
                    color: #fff;
                    padding: 10px;
                    border-radius: 8px;
                    border: none;
                }
            }
        }
    }

    img {
        max-width: 100%;
    }

}



.heading-pera {
    margin-bottom: 20px;

    .heading {
        margin-bottom: 0px;
    }
}

.cards-choose {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;

    .card-item {
        background-color: var(--bglight);
        text-align: center;
        padding: 30px;
        transition: all .4s ease;

        .icon {
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #fff;
            max-width: 92px;
            max-height: 92px;
            min-width: 92px;
            min-height: 92px;
            border-radius: 100%;
            margin: 0 auto;
            margin-bottom: 10px;

            img {
                max-width: 60%;
            }

        }

        .title-item {
            font-size: 22px;
            color: #282828;
            margin: 10px 0;
        }

        p {
            font-size: 16px;
            line-height: 1.5;
            color: #333;
        }

        &:hover {
            box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, .15);
        }
    }
}

.testimonials-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;

    .review-card {
        .testiBox {
            background-color: #fff;
            padding: 25px;


            .testiTop {
                display: flex;
                justify-content: space-between;
                margin-bottom: 15px;

                .testiName {
                    font-size: 22px;
                    margin-bottom: 10px;
                }

                .testiRating {
                    img {
                        width: 15px;
                        display: inline-flex;
                    }
                }
            }

            .testiBottom {
                font-size: 16px;
                line-height: 1.5;
            }
        }


        .testi-para {
            padding: 10px 0px;
            text-align: center;
            font-size: 12px;
        }
    }
}


.get-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;

    .detail-card {
        background: #fff;
        text-align: center;
        padding: 30px;
        border-radius: 15px;
        box-shadow: 0px 1px 8px 3px #eee;
        border: 1px solid #ddd;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        svg {
            border: 1px solid #ddd;
            width: 52px;
            height: 52px;
            border-radius: 100%;
            padding: 15px;
            margin-bottom: 10px;
            background-color: #f7f7f7;
        }

        p {
            a {
                color: #000;
                font-size: 16px;
            }
        }
    }
}

.get-in-touch {
    padding: 50px 0px 0px 0px;
}

.disclaimer-txt {
    font-size: 10px;
    line-height: 1.5;
    margin-top: 10px;
}

.copyright-txt {
    text-align: center;
    background-color: var(--primary-color);
    color: #fff;
    padding: 15px 0;
    margin-top: 20px;
}

.thankyou_page {
    background-color: #efefef;
}


@media (min-width: 1200px) {
    .wrapper {
        max-width: 1140px;
    }

}

@media (min-width:768px) and (max-width:1024px) {
    img {
        max-width: 100%;
    }

    .top-strip {
        padding: 10px 0px;

        .box {
            .boxContent {
                a {
                    padding: 10px;
                    font-size: 14px;

                    svg {
                        height: 15px;
                    }
                }
            }
        }
    }

    .banner {
        padding: 35px 0px;

        .bannerForm,
        .bannerText {
            width: 50%;
            margin-left: 0;

            .banner-title {
                font-size: 22px;
            }
        }
    }

    .heading {
        line-height: 1;
        font-size: 32px;
    }

    .about-section {
        padding: 30px 0px 15px;

        .about-content-img {
            .about-content {
                min-width: unset;

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

    .space-50 {
        padding: 30px 0px;
    }

    .heading-pera {
        p {
            font-size: 14px;
            margin-top: 10px;
        }
    }

    .cards-service {
        grid-template-columns: 1fr 1fr 1fr;

        .service-card {
            .service-imgwrap {
                .service-name {
                    font-size: 15px;
                }
            }
        }
    }

    .cards-choose {
        grid-template-columns: 1fr 1fr;

        .card-item {
            padding: 20px;

            .icon-wrap {
                .title-item {
                    font-weight: 500;
                }
            }

            .icon {
                min-width: 85px;
                min-height: 85px;
                max-width: 85px;
                max-height: 85px;
            }
        }
    }

    .testimonials-cards {
        .review-card {
            .testiBox {
                padding: 15px;

                .testiBottom {
                    font-size: 14px;
                }

                .testiTop {
                    .testiname_rating_box {
                        .testiName {
                            font-size: 20px;
                        }
                    }
                }
            }
        }
    }

    .get-cards {
        .detail-card {
            padding: 15px;

            p {
                font-size: 13px;

                a {
                    font-size: 13px;
                }
            }
        }
    }

    .copyright-txt {
        font-size: 12px;
    }

}

@media (min-width:576px) and (max-width:767px) {
    .banner {
        padding: 50px 0px;

        .bannerForm,
        .bannerText {
            margin-left: 0;
            width: 100%;

            .banner-title {
                font-size: 22px;
            }

            form {
                padding: 15px;
            }

        }
    }

    .about-content-img {
        grid-template-columns: repeat(1, 1fr);

        .about-content {
            min-width: unset;
            text-align: center;

            p {
                margin-bottom: 10px;
            }
        }

        .img-about {
            margin: 0 auto;
        }
    }

    .heading {
        font-size: 32px;
        line-height: 1;
    }

    .about-section {
        padding: 25px 0px;
    }

    .space-50 {
        padding: 25px 0px;
    }

    .heading-pera {
        p {
            margin-top: 10px;
        }
    }

    .cards-service {
        grid-template-columns: 1fr 1fr;

    }

    .cards-choose {
        grid-template-columns: 1fr 1fr;

        .card-item {
            .icon-wrap {
                .title-item {
                    font-size: 20px;
                }
            }
        }
    }

    .testimonials-cards {
        grid-template-columns: 1fr 1fr;
    }

    .get-cards {
        grid-template-columns: 1fr 1fr;

        .detail-card {
            padding: 15px;
        }
    }
}


@media (min-width:320px) and (max-width:575px) {
    .strip-boxes {
        justify-content: space-between;
    }

    .top-strip {
        padding: 5px 0px;

        .box {
            .boxContent {
                a {
                    padding: 10px;

                    svg {
                        height: 15px;
                    }
                }
            }
        }
    }

    .banner {
        .wrapper {
            flex-direction: column;
        }

        padding:25px 0px;

        .bannerForm,
        .bannerText {
            margin-left: 0px;
            width: 100%;
            padding: 10px;

            .banner-title {
                text-align: center;
                font-size: 22px;
            }

        }

        .bannerForm {
            form {
                padding: 10px;
            }
        }
    }

    .about-section {
        padding: 20px 0px;

        .about-content-img {
            grid-template-columns: repeat(1, 1fr);
            text-align: center;

            .about-content {
                min-width: unset;

                p {
                    margin-bottom: 15px;
                }
            }

            .img-about {
                margin-left: 0;
            }
        }
    }

    .heading {
        font-size: 24px;
        line-height: 1;
    }

    .space-50 {
        padding: 20px 0px;
    }

    .our-service-section {
        .heading-pera {
            p {
                margin-top: 10px;
            }
        }

        .cards-service {
            grid-template-columns: 1fr;

            .service-card {
                .service-imgwrap {
                    p {
                        min-height: inherit;
                        font-size: 14px;
                    }
                }
            }
        }
    }

    .cards-choose {
        grid-template-columns: 1fr;
    }

    .testimonials-cards {
        grid-template-columns: 1fr;
    }

    .get-cards {
        grid-template-columns: 1fr;
    }

    .error_section {
        width: 100%;
    }

    .error_section .error {
        font-size: 50px;
    }
}

/*
@media (min-width:768px) and (max-width:1024px)
{
    .banner
    {
        padding:25px 0px;
        .bannerForm, .bannerText
        {
            margin-left: 50px;
  width: 50%;
  .banner-title{
    font-size:22px;
  }
        }
    }

    .about-content-img
    {
        .about-content
        {
            min-width:unset;
            p{
                font-size:15px;
                margin-bottom:15px;
            }
        }
    }

    .heading
    {
        font-size:28px;
    }
    .cards-service
    {
        grid-template-columns:1fr 1fr 1fr;
    }

    .cards-choose
    {
        .card-item
        {
            padding:15px;
            .title-item
            {
                font-size:16px;
                font-weight:600;
            }

            p{
                font-size:14px;
            }

            .icon
            {
                min-width:80px;
                min-height:80px;
                max-width:80px;
                max-height:80px;
            }
        }
    }

    .testimonials-cards
    {
        .review-card
        {
            .testiBox
            {
                padding:20px;
            }
        }
    }

}

@media (max-width:576px)
{
img{max-width:100%;}
    .wrapper
    {
        width:100%;
        max-width:100%;
        margin:0 auto;
        padding:0 15px;
    }

    .top-strip
    {
        padding:10px 0px;
    }
    .strip-boxes
    {
        justify-content:center;
        font-size:12px;
        .strip-box{
            margin:0 15px;
            margin-left:0px;
        }

        .box
        {
            .boxContent
            {
                a{
                    padding:20px;
                    position:relative;
                    padding-left:35px;
                    line-height:1px;
                    padding-right:5px;

                    svg{
                        position: absolute;
                        left: 10px;
                        top: 50%;
                        transform: translateY(-50%);
                        height:14px;
                    }
                }
            }
        }
    }

    .banner
    {
        padding:20px 0px;
        .wrapper
        {
            display:inline;
        }

        .bannerForm, .bannerText
        {  margin-left:0;
            width:100%;
            padding:10px;

            .banner-title
            {
                font-size:20px;
                text-align:center;
            }

            form{
                padding:15px;
            }
        }

    }

    .about-section
    {
        padding:25px 0px;
    }

    .heading
    {
        font-size:24px;
        margin-bottom:10px;
    }

    .about-content-img
    {
        grid-template-columns:repeat(1, 1fr);

        .about-content{
            min-width:inherit;

            p{
                margin-bottom:15px;
            }
        }

        .img-about{
            margin-left:0;
        }
    }

    .space-50
    {
        padding:25px 0px;
    }

    .cards-service
    {
        display:flex;
        overflow-x:auto;
        .service-card
        {
            margin-bottom:10px;
            min-width:240px;
            .service-imgwrap
            {

                    p{
                        min-height:90px;
                    }

            }
        }
    }

    .cards-choose
    {
        display:unset;
        .card-item
        {
            padding:15px;
            margin-bottom:10px;
        }

    }

    .testimonials-cards
    {
        display:unset;
    }

    .get-cards
    {
        display:unset;
        .detail-card
        {
            margin-bottom:10px;
            padding:15px;
            font-size:14px;
            p{
                a{
                    font-size:14px;
                }
            }
        }
    }

    .copyright-txt
    {
        padding:10px 0px;
        font-size:12px;
    }

} */