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

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

:root {
    --primary-color: #e20808;
    --secondary-color: #fff;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: unset;
}

.form-select:focus {
    border-color: var(--primary-color);
    box-shadow: unset;
}

.colum-cout {
    columns: 3;
}

.colum-cout li {
    padding: 8px 0px;
}

.colum-cout li img {
    width: 50px;
    padding-right: 10px;
}

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

.sec-margin {
    margin-bottom: 60px;
}

.heading {
    text-align: center;
    margin-bottom: 20px;
}

.heading h2 {
    color: var(--primary-color);
}

p.des {
    font-weight: 600;
}

.btn.btn-primary {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    border: 1px solid var(--secondary-color);
}

.btn-primary:focus {
    box-shadow: unset;
}

/* form modal style */
#table-form .form-cover,
#dimond-modal .form-cover,
#platinum-modal .form-cover,
#gold-modal .form-cover,
#form-modal .form-cover {
    padding-left: 0px;
}

#table-form .modal-header,
#dimond-modal .modal-header,
#platinum-modal .modal-header,
#gold-modal .modal-header,
#form-modal .modal-header {
    border-bottom: 0px;
}

#table-form .modal-body,
#dimond-modal .modal-body,
#platinum-modal .modal-body,
#gold-modal .modal-body,
#form-modal .modal-body {
    padding: 0px;
}

#table-form .form-cover .form-box,
#dimond-modal .form-cover .form-box,
#platinum-modal .form-cover .form-box,
#gold-modal .form-cover .form-box,
#form-modal .form-cover .form-box {
    padding-top: 0px;
}

#table-form .modal-content,
#dimond-modal .modal-content,
#platinum-modal .modal-content,
#gold-modal .modal-content,
#form-modal .modal-content {
    border-radius: 10px;
}

#table-form .modal-header .btn-close,
#dimond-modal .modal-header .btn-close,
#platinum-modal .modal-header .btn-close,
#gold-modal .modal-header .btn-close,
#form-modal .modal-header .btn-close {
    font-size: 12px;
}

#table-form .btn-close:focus,
#dimond-modal .btn-close:focus,
#platinum-modal .btn-close:focus,
#gold-modal .btn-close:focus,
#form-modal .btn-close:focus {
    box-shadow: none;
}

/* whatsapp style */
.whatsAppCTAWrp {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 999;
}

.whatsAppCTAWrp p a {
    background: #25d366;
    padding: 5px 8px;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    line-height: normal;
    overflow: hidden;
    width: 45px;
    height: 45px;
}

.whtIcon {
    color: #fff;
    font-size: 25px;
}

.whatsAppCTAWrp p a i.fa-whatsapp {
    font-size: 35px;
}

/* whatsapp style */

header .top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0px;
}

header .top-header .logo img {
    width: 180px;
}

header .top-header .info ul {
    display: flex;
    align-items: center;
    padding-left: 0px;
    margin-bottom: 0px;
    gap: 20px;
}

header .top-header .info ul li a i {
    padding-right: 10px;
    color: #000;
}

header .top-header .info ul li a span {
    color: #000;
}

.hero-section {
    background-color: var(--primary-color);
    padding: 80px 0px;
}

.hero-section .hero-content {
    color: var(--secondary-color);
}

.display-heading {
    font-size: 2.8rem;
    font-weight: 700;
    margin: 18px 0px;
}

.hero-section .hero-content a:hover {
    color: var(--secondary-color);
    background-color: var(--primary-color);
    border: 1px solid var(--secondary-color);
}

.hero-section .hero-content .google-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
}

.hero-section .hero-content .google-rating .rating {
    max-width: 160px;
}

.hero-section .hero-content .google-rating img {
    width: 100%;
}

.form-cover {
    padding-left: 180px;
}

.form-cover .form-box {
    background-color: var(--secondary-color);
    border-radius: 10px;
    padding: 46px;
    color: var(--primary-color);
    text-align: center;
}

/* .form-cover .form-box {
    color: var(--primary-color);
    text-align: center;
} */

.form-cover .form-box h5 {
    font-size: 1rem;
    /* text-align: center; */
    margin-bottom: 18px;
}

.form-cover .form-box p {
    font-size: 0.8rem;
    margin-bottom: 0px;
}

.form-cover .form-box button.btn.btn-primary {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    width: 100%;
}

/* filter tabs-style */
.filter-tabs .filter-btns {
    display: flex;
    align-items: center;
    gap: 22px;
    border-bottom: 1px solid gray;
    padding-bottom: 6px;
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
}

.filter-tabs .filter-btns button {
    border: none;
    background: transparent;
    white-space: nowrap;
}

.filter-tabs button.active {
    color: #e20808;
    border-bottom: 2px solid;
    padding-bottom: 5px;
    margin-bottom: -6px;
}

.filter-tabs .filter-box .filter-item {
    display: none;
    padding-top: 40px;
}

.filter-tabs .filter-box .filter-item.active {
    display: block;
}

/* filter tabs-style */

/* box style */
.box-cover {
    height: 100%;
    padding: 12px 0px;
}

.box {
    text-align: center;
    background: #f9f9f9;
    padding: 18px;
    height: 100%;
    border-radius: 10px;
    margin: 10px 0px;
    box-shadow: 0 0 15px #ddd;
}

.box .icon svg {
    fill: var(--primary-color);
    width: 70px;
    height: 70px;
    margin-bottom: 12px;
}

.box .icon i {
    font-size: 4rem;
    margin-bottom: 12px;
    color: #e20808;
}

.box h4 {
    font-size: 1.2rem;
    color: var(--primary-color);
}

.box p {
    text-align: justify;
    font-size: 0.9rem;
    margin-bottom: 0px;
}

/* box style */

/* document-required-section-style */
.document-required .content p,
.over-view .content p {
    text-align: justify;
}

.document-required .content h4.small-heading {
    font-size: 1.3rem;
    color: var(--primary-color);
}

.list ul li i {
    padding-right: 8px;
    color: var(--primary-color);
}

/* document-required-section-style */
.services-section .table-content table {
    display: block;
    width: 100%;
    overflow-x: auto;
}

.services-section .table-content table tbody td {
    text-align: center;
    width: 33%;
    transition: .3s;
    cursor: pointer;
    vertical-align: middle;
}

.services-section .table-content table tbody td:hover {
    background: var(--primary-color);
    color: var(--secondary-color);
}

.services-section .table-content table tbody td h3 {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-bottom: 0px;
}

.services-section .table-content table tbody td:hover h3 {
    color: var(--secondary-color);
}

.services-section .table-content table tbody td p {
    margin-bottom: 0px;
}

/* .name-availability section style */
.name-availability {
    padding-bottom: 60px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
}

.name-availability .heading {
    color: var(--secondary-color);
}

.name-availability .heading h2 {
    color: var(--secondary-color);
}

.name-availability form button.btn.btn-primary {
    width: 100%;
    background-color: var(--primary-color);
    color: var(--secondary-color);
    border: unset;
}

/* .name-availability section style */

/* packages-section-style */
.packages-section tr th {
    color: var(--primary-color);
}

.packages-section .h-100 {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 15px 0;
}

.package-card {
    position: relative;
    transform-origin: center center;
    transform: scale(0.95, 0.95);
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 320px;
    margin: 0 auto;
    border-radius: 25px;
    box-shadow: 0 0 15px #ddd;
    background-color: #fff;
    padding: 25px 20px;
    margin-top: 25px;
}

.package-card.active {
    border: 2px solid var(--primary-color);
}

.package-card .package-name {
    text-align: center;
    transform: translateY(-50%);
    margin-top: -25px;
}

.package-card .package-name h5 {
    display: inline-block;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    background-color: #000;
    border-radius: 50px;
    padding: 10px 40px;
}

.package-card.active .package-name h5 {
    background-color: var(--primary-color);
}

.package-card .package-price {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0 25px;
}

.package-card .package-price .cut-price del {
    font-size: 18px;
}

.package-card .package-price .price {
    margin-left: 5px;
}

.package-card .package-price .price ins {
    display: inline-block;
    text-decoration: none;
    font-size: 32px;
    color: var(--primary-color);
}

.package-card .package-price .price ins sup {
    position: relative;
    top: -18px;
    left: 6px;
}

.package-card .package-price .price ins .amo {
    display: inline-block;
}

.package-card .package-price .price ins .govt {
    display: block;
    width: min-content;
    min-width: 94px;
    font-size: 11px;
    text-align: center;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 50px;
    padding: 1px 5px;
}

.package-card .package-detail ul {
    list-style: none;
    padding-left: 5px;
}

.package-card .package-detail ul li {
    /* text-align: center; */
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
}

.package-card .package-detail ul li.check i {
    color: yellowgreen;
    padding-right: 6px;
}

.package-card .package-detail ul li.cross i {
    color: var(--primary-color);
    padding-right: 6px;
}

.package-card .pay-now {
    text-align: center;
    margin-top: auto;
    margin-bottom: 15px;
}

.package-card .pay-now button {
    border: none;
    outline: none;
    background-color: transparent;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 50px;
    padding: 5px 18px;
}

/* packages-section-style */

/* testimonial-section style */
.testimonial .slick-track {
    display: flex;
}

.testimonial .slick-track>div {
    height: auto;
}

.testimonial-items {
    height: 100%;
    padding: 46px 10px;
    padding-bottom: 10px;
}

.testimonial-box {
    background: #f3f3f3;
    padding: 20px;
    border-radius: 20px;
    position: relative;
    height: 100%;
}

.testimonial-box .profile {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonial-box .profile .profile-img {
    height: 80px;
    width: 80px;
    margin-top: -86px;
}

.testimonial-box .profile .profile-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-box .profile .icon {
    max-width: 30px;
    padding: 20px 0px;
    padding-top: 0px;
}

.testimonial-box .profile .icon img {
    width: 100%;
}

.testimonial-box p {
    font-size: 0.8rem;
    padding-bottom: 26px;
}

.testimonial-box .info {
    display: flex;
    align-items: center;
    position: absolute;
    justify-content: space-between;
    bottom: 20px;
    width: 88%;
}

.testimonial-box .info span {
    color: var(--primary-color);
    font-size: .9rem;
    font-weight: 500;
}

.testimonial-box .info .rating i {
    font-size: .6rem;
    color: rgb(236, 193, 0);
}


.testimonials-section .row.testimonial {
    position: relative;
}

.testimonials-section .row.testimonial i.slick-arrow {
    width: auto !important;
    display: inline-block !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 9 !important;
    font-size: 1.4rem;
    cursor: pointer;
}

.testimonials-section .row.testimonial i.left-arrow {
    left: -10px !important;
}

.testimonials-section .row.testimonial i.right-arrow {
    right: -10px !important;
}

.testimonials-section .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
}

.testimonials-section .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #dfdfdf;
    cursor: pointer;
}

.testimonials-section .slick-dots li.slick-active {
    background-color: var(--primary-color);
}

.testimonials-section .slick-dots li button {
    display: none;
}

/* testimonial-section style */

/* faq section style */
.faq .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: var(--primary-color);
}

.faq .accordion-button {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.faq .accordion-button:focus {
    box-shadow: none;
    /* border-color: rgba(0,0,0,.125); */
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../new-img/download.svg);
    transform: rotate(-180deg);
}

/* faq section style */

/* clients style */
.logo-area {
    margin: 50px 0px;
}

.logo-area .title {
    margin-bottom: 25px;
}

.logo-slider img {
    width: 100%;
}

.logo-slider .owl-carousel .slick-slide {
    margin: 6px;
}

.logo-slider .owl-carousel .slide-item img {
    object-fit: none;
    border: 1px solid #e20808;
    border-radius: 5px;
}

/* clients style */

/* footer style */
footer {
    background-color: var(--primary-color);
    padding: 80px 0px;
    /* padding: 80px 0px 20px; */
}

footer .display-heading {
    color: var(--secondary-color);
}

footer .social-link a {
    color: #fff;
    font-size: 1.4em;
    padding-right: 8px;
}

footer p {
    color: var(--secondary-color);
}

footer .form-cover .form-box p {
    color: var(--primary-color);
}

footer .btn-grp a.btn.btn-primary i {
    padding-right: 10px;
}

footer .disclaimer {
    font-size: 0.8rem;
    color: #fff;
    margin-top: 20px;
}

/* footer style */
@media screen and (max-width: 1199px) {
    .form-cover {
        padding-left: 90px;
    }
}

@media screen and (max-width: 991px) {
    .form-cover {
        padding-left: 0px;
        margin-top: 26px;
    }

    .social-link {
        text-align: center;
        margin-top: 12px;
    }

    .services-section .table-content table tbody td h3 {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }

    .whatsAppCTAWrp {
        right: 15px;
        bottom: 5px;
    }

    header .top-header .info ul {
        gap: 12px;
    }

    header .top-header .info ul li a span {
        display: none;
    }

    .filter-tabs .filter-btns {
        display: none;
    }

    .filter-tabs.sec-padding {
        padding-top: 0px;
    }

    .filter-tabs .filter-box .filter-item {
        padding-top: 60px;
    }

    .filter-tabs .filter-box .filter-item {
        display: block;
    }

    .logo-slider .owl-carousel .slide-item img {
        object-fit: unset;
    }

    .sec-cover {
        margin: 50px 0px;
    }

    .services-section .table-content {
        overflow-x: auto;
    }

    .services-section .table-content table {
        width: 754px;
        /* overflow-x: auto; */
    }

    footer {
        padding: 60px 0px 20px;
    }

    .colum-cout {
        columns: 2;
    }
}

@media (min-width: 576px) {

    #table-form .modal-dialog,
    #dimond-modal .modal-dialog,
    #platinum-modal .modal-dialog,
    #gold-modal .modal-dialog,
    #form-modal .modal-dialog {
        max-width: 400px;
    }

}

@media screen and (max-width: 575px) {

    .colum-cout {
        columns: 1;
    }

    .hero-section {
        padding: 60px 0px;
    }

    .form-cover .form-box {
        padding: 36px;
    }

    .display-heading {
        font-size: 1.9rem;
    }

    .logo-slider .owl-carousel .slide-item img {
        object-fit: none;
    }

    #table-form .modal-body .form-cover,
    #dimond-modal .modal-body .form-cover,
    #platinum-modal .modal-body .form-cover,
    #gold-modal .modal-body .form-cover,
    #form-modal .modal-body .form-cover {
        margin-top: 0px !important;
    }

    footer .btn-grp {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 424px) {
    footer .hero-content .btn-grp a {
        margin: 5px 0px;
    }

    .logo-slider .owl-carousel .slide-item img {
        object-fit: unset;
    }
}


.package-card.ex .package-price .price ins sup {
    top: -44px;
}

.package-card.ex .package-price .price ins .govt {
    white-space: nowrap;
}
