@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&amp;display=swap');

::selection {
    background: var(--theme_color);
    color: #fff;
    text-shadow: none;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #dedede;
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: var(--theme_color);
}

:root {
    --gradian: 115deg, rgb(254, 153, 22) 0%, rgba(243, 115, 53, 1) 100%;
    --theme_color: #1b4273;
    --theme_colorli: rgb(248, 213, 120);
    --theme_color2: rgba(243, 115, 53, 1);
    --theme_color2li: rgb(255, 158, 110);
    --border-gradient: linear-gradient(#fff, #fff), linear-gradient(180deg, #1b4273, #1A4273);
    --btn-gradient: linear-gradient(267.57deg, #1b4273 -3.55%, #d2ab48 100.02%);
    --btn-border-gradient: linear-gradient(90deg, rgba(1, 111, 108, 1) 0%, rgb(1 139 134) 33%, rgba(10, 152, 147, 1) 70%, rgba(1, 111, 108, 1) 100%),
        linear-gradient(90deg, rgba(1, 111, 108, 1) 0%, rgb(1 139 134) 33%, rgba(10, 152, 147, 1) 70%, rgba(1, 111, 108, 1) 100%) --white: rgb(0, 0, 0);
    --: white;
}

h2 {
    /* text-transform: capitalize; */
}

body {
    font-family: "Titillium Web", sans-serif;
    color: #000;
}

/* @font-face {
    font-family: 'Montserrat';
    src: url('../font/montserrat/Montserrat-VariableFont_wght.ttf'),
    url('../font/montserrat/Montserrat-Italic-VariableFont_wght.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'poppins';
    src: url('../font/poppins/Poppins-Regular.ttf'),
    url('../font/poppins/Poppins-Bold.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */
a,
a:hover {
    color: #000;
    text-decoration: none;
}

a.order_id {
    display: none;
}
a.order-black {
    display: none;
}

.sec_pd {
    padding: 80px 0 80px 0;
}

.bann_pd {
    padding: 64px 0 100px 0;
}

.h_bann_main {
    font-size: 3.2rem;
}

.sec_hd {
    font-size: 38px;
    font-weight: 700;
    /* text-transform: capitalize; */
}

.main_heading {
    font-size: 2.8rem;
    color: #fff;
    font-weight: 700;
}

.main_para {
    font-size: 20px;
    line-height: 28px;
}

.bann_btn {
    padding: 7px 20px;
    border: 3px solid #fff;
    color: #ffff;
    font-size: 20px;
    width: 30%;
    transition: all 0.4s ease-in-out;
    text-align: center;
    border-radius: 5px;
    font-weight: 600;
}

.bann_btn:hover {
    background-color: #fff;
    color: #000;
}

/* ==================================header================================== */
.header_above {
    background-color: #fff;
}

.head_logo {
    width: 34%;
}

.foot_logo{
    filter: brightness(100);
}

.head_left {
    gap: 60px;
}

.head_link ul li a {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
}

.head_link ul li a:hover {
    color: var(--theme_color);
}

.head_link ul {
    gap: 30px;
}

.head_right ul li i {
    height: 45px;
    width: 45px;
    background-color: #FFFFFF2B;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    justify-content: center;
    transition: all 0.5s ease-in-out;
}

.head_contact ul li i {
    font-size: 19px;
}

.head_contact ul {
    gap: 35px;
}

.head_btn {
    padding: 12px 30px;
    border: 2px solid #000;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
}

.head_right ul li i:hover {
    animation-name: animation-pop;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    background-color: var(--primary-color);
    color: #000;
}

@keyframes animation-pop {
    50% {
        transform: scale(1.2);
    }
}

.head_btn .theme_btn1 {
    border: none;
    background-color: var(--primary-color);
    color: #000;
    padding: 8px 6px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 4px;
}

.head_btn .theme_btn2 {
    border: none;
    background-color: var(--secondary-color);
    color: #ffff;
    padding: 10px 15px;
    font-weight: 500;
    border-radius: 4px;
}

.head_contact ul li a:hover {
    background: #1b4273;
    background: linear-gradient(to right, #1b4273 0%, #1A4273 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.head_contact ul li a.theme_btn1:hover {
    color: #fff !important;
    background: #141414 !important;
    -webkit-text-fill-color: #fff !important;
}

.navbar-nav {
    gap: 15px;
}

.navbar {
    background-color: #161a1d;
    padding: 0 !important;
}

.navbar .head_link {
    display: none;
}

.nav-item .nav-link {
    font-size: 17px;
    font-weight: 500;
    color: #fff !important;
    text-transform: uppercase;
    padding: 15px 30px !important;
}

.nav-item .nav-link:hover {
    background: var(--theme_color);
}

.dropdown-toggle::after {
    color: #ffff;
    display: none;
}

.nav-item .nav-link:hover {
    color: #fff !important;
}

.nav-item.dropdown:hover>.dropdown-menu {
    display: block;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transform: translateY(-50px)
}

.dropdown-menu {
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    width: auto;
    transform: translateY(-100px);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #161a1d !important;
}

.menu-1 {
    /* min-width: 1000px; */
}

.menu-2 {
    min-width: 1000px;
    left: -300px !important;
}

.menu-2 .col-2,
.menu-1 .col-2 {
    width: 25% !important;
}

.menu-3 {
    min-width: 550px;
    left: -200px !important;
}

.nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    background-color: #161a1d !important;
    visibility: visible;
    height: auto;
    transform: translateY(0px)
}

.dropdown-item {
    color: #fff;
    transition: all 0.4s ease-in-out;
    text-transform: capitalize;
    display: inline-block;
    padding: 8px 10px 7px 15px;
    border-bottom: 1px solid #333;
    margin-bottom: 10px;
    font-weight: 600;
}

.dropdown-item:hover {
    background-color: var(--theme_color) !important;
    color: #fff !important;
}

.paragraph {
    color: #4e4e4e;
    font-size: 18px;
}

/* =============================h_banner_slider============================ */
/* =============================h_banner============================ */
.h_banner {
    position: absolute;
    width: 100%;
    top: 0;
    overflow: hidden;
}

.banner_main {
    position: relative;
}

.banner_slider.slick-initialized.slick-slider {
    /* filter: brightness(0.6); */
}

.banner_slider img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    transition: all 5s ease-in-out;
}

.banner_slider .slick-slide.slick-active img {
    transform: scale(1.07);
}

.banner_bottom {
    background: linear-gradient(269.85deg, #dd9c0c 0.08%, #1A4273 100.14%);
    padding: 14px 0;
}

/* .slick-active .banner_slider img{
    transform: scale(1.05);
} */
/* ===============================banner_form===================== */
.bann_form {
    background-color: #fff;
    width: 80%;
    margin: auto;
    padding: 25px 20px 0px 20px;
    border-image: linear-gradient(to right, #1b4273 0%, #1A4273 100%) 1;
    border-radius: 5px;
    border-width: 4px;
    border-style: solid;
}

.form_heading h4 {
    font-weight: 600;
}

.form_heading p {
    font-size: 21px;
    color: #141414;
}

.form_btn {
    background: var(--btn-gradient);
    padding: 14px 35px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    border: none !important;
    text-transform: uppercase;
}

.bann_form input {
    padding: 8px;
    font-size: 15px;
}

/* ===============================banner_form===================== */
/* ===============================section_1=start==================== */
.s1_heading p {
    font-size: 18px;
    color: #4e4e4e;
}

/* ===============================section_1=start==================== */
/* ===============================section_5=start==================== */
.sec_5 {
    background-color: #eef4f2;
}

.s5_box img {
    display: inline-block !important;
    margin: 10px 0 20px 0;
    height: 240px;
    width: 88%;
    object-fit: cover;
}

.s5_box .sec_hd {
    font-size: 33px;
}

.s5_btn {
    color: var(--theme_color);
    font-weight: 600;
}

/* ===============================section_5=start==================== */
/* ===============================section_6=start==================== */
.s6_icon {
    height: 90px;
    width: 90px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #f9f9f9;
    border-radius: 100px;
    margin: 40px 0;
}

.s6_box {
    padding: 17px;
}

/* ===============================section_6=start==================== */
/* ===============================section_7=start==================== */
.sec_7 {
    background-color: #eef4f2;
}

.theme_btn1:hover {
    color: #fff;
    background: #141414;
}

.theme_btn1 {
    background: var(--btn-gradient);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 14px 25px;
    border-radius: 5px;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
}

.s7_right {
    padding: 15px;
}

/* ===============================section_7=End==================== */
/* ===============================section_8=start==================== */
.sec_8 {
    background: linear-gradient(90deg, #1A4273 0, #1b4273 91%);
}

.book_cover_slider img {
    width: 100% !important;
    /* height: 300px; */
}

.theme_btn4 {
    background-color: #fff;
    color: var(--theme_color);
    padding: 12px 35px;
    font-size: 19px;
    border-radius: 5px;
    font-weight: 600;
    border: 3px solid transparent;
    transition: all 0.4s ease-in-out;
}

.theme_btn4:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

/* ===============================section_8=End==================== */
/* ===============================section_9=start==================== */
.sec_9 {
    background: url(../img/s8_bg.jpg)no-repeat center center/cover;
    z-index: 99;
    overflow: hidden;
}

.sec_9::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.83);
    z-index: -5;
}

.theme_btn2 {
    background-color: #fff;
    text-transform: capitalize;
    color: var(--theme_color);
    padding: 12px 40px;
    font-size: 19px;
    font-weight: 600;
    border: 2px solid transparent;
    transition: all 0.5s ease-in-out;
    border-radius: 4px;
}

.theme_btn2:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.theme_btn3 {
    background-color: transparent;
    padding: 12px 40px;
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    transition: all 0.5s ease-in-out;
    text-transform: capitalize;
    border: 2px solid #fff;
}

.theme_btn3:hover {
    background: var(--theme_color);
    color: #ffff;
    border-color: var(--theme_color);
}

.s9_icon img {
    height: 100px;
    width: 100px;
    object-fit: contain;
}

.s9_icon img {
    height: 75px;
    width: 260px;
    object-fit: contain;
}

.s9_right {
    background-color: rgba(0, 0, 0, 0.65);
    padding: 40px 30px;
}

.s9_box_content h4 {
    position: relative;
}

.s9_box_content h4::before {
    content: "";
    position: absolute;
    height: 3px;
    width: 100px;
    background-color: var(--theme_color);
    left: 0;
    bottom: -5px;
}

/* ===============================section_8=End==================== */
/* ===============================testimonial_section=start==================== */
.testimonial_box {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    padding: 10px 20px;
    background-color: #fff;
    width: 90% !important;
    height: 350px;
    transition: all .4s ease;
    border: 4px solid transparent;
}

.testimonial_box:hover {
    border: 4px solid var(--theme_color);
}

.sec_11 {
    position: relative;
    z-index: 5;
    /* background-color: #eef4f2;
    height: 210px; */
}

.testimonial_slider {
    position: relative;
    top: 15px
}

.sec_11::before {
    content: "";
    position: absolute;
    width: 100%;
    background-color: #eef4f2;
    bottom: 0;
    height: 210px;
    z-index: -5;
}

.testimonial_box p {
    text-align: left !important;
    font-size: 15px;
}

/* ===============================testimonial_section=End==================== */
/* =============================Footer============================ */
footer {
    background-color: #181818;
    padding: 120px 0 12px 0;
}

.foot_logo {
    max-width: 70% !important;
}

.foot_box p {
    color: #797979;
}

.foot_box h5 {
    position: relative;
    margin-bottom: 35px;
}

.foot_box h5::before {
    content: "";
    position: absolute;
    height: 3px;
    width: 80px;
    background-color: var(--theme_color);
    bottom: -10px;
    left: 0;
}

.foot_box ul li {
    font-size: 16px;
}

.foot_box ul li a {
    color: #868686;
}

.foot_box ul li span i {
    color: var(--theme_color);
    font-size: 14px;
}

.foot_social i {
    background-color: #5f5f5f;
    transition: all 0.4s ease-in-out;
    color: #000;
    height: 25px;
    width: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.foot_social:hover {
    color: #000 !important;
}

.foot_social i:hover {
    color: var(--theme_color) !important;
}

.foot_list {
    gap: 50px;
}

.award_slider img {
    width: 130px !important;
    height: 100px;
    object-fit: contain;
}

.footer_search input {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #35424f;
    border: none;
    color: #fff;
    padding: 10px 15px;
}

.footer_search input:focus {
    background-color: #35424f;
    box-shadow: none;
    color: #fff;
}

.footer_search i {
    background-color: #35424f;
    padding: 11px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-left: -2px;
}

.foot_list ul li a {
    transition: all 0.3s ease-in-out;
}

.foot_list ul li a:hover {
    color: var(--theme_color) !important;
}

.foot_list ul li:hover i {
    color: #fff;
}

.foot_line {
    height: 2px;
    width: 40%;
    margin: 20px 0;
    background-color: #FFFFFF2B;
}

.foot_box .social_icon {
    display: inline-flex;
    gap: 10px;
    margin-top: 20px;
}

.foot_box .social_icon a i {
    background-color: #1b1c1d;
    height: 35px;
    width: 35px;
}

.foot_box .social_icon a i:hover {
    background-color: var(--primary-color);
    color: #000;
}

.foot_bottom_left ul li a {
    color: #797979;
}

.footer_bottom {
    background-color: #181818;
    border-top: 2px solid #3c3c3c;
    padding: 20px 0;
}

.footer_bottom p {
    color: #707070;
}

/* =====================================FAQs_section1===================================== */
.accordion-button::after {
    content: none !important;
}

.accordion-item {
    margin-bottom: 25px;
    border: 1px solid #ccc !important;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: var(--theme_color);
    box-shadow: none;
}

.accordion-button {
    border-bottom: 1px solid #ccc !important;
    margin: 0 10px;
    width: 98%;
    font-size: 17px;
    font-weight: 600;
}

.accordion-button {
    border-bottom: 1px solid #ccc !important;
    box-shadow: none !important;
    position: relative;
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: rotate(0deg);
}

.accordion-button::before {
    /* content: "\f068"; */
    position: absolute;
    font-family: "FontAwesome";
    color: #000;
    font-weight: 900 !important;
    right: 25px;
    /* content: none; */
}

.accordion-button.collapsed::after {
    content: '\2b' !important;
    font-family: "FontAwesome";
    font: var(--fa-font-solid) !important;
    color: #000;
    font-weight: 900 !important;
}

/* contact_us */
.contact_map iframe {
    width: 100%;
}

/* ===================inner_banner======================= */
.inner_banner {
    /* background: url(../img/inner_bg.webp)no-repeat center center/cover;
    background-color: rgb(177 177 177 / 83%);
    background-blend-mode: multiply; */
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.inner_ban_left h1 {
    color: #ffffff;
    font-weight: 700;
    font-size: 50px;
    padding-bottom: 20px;
}

.inner_ban_left p {
    font-size: 19px;
}
section.i_sec_4.sec_pd.pt-5 {
    background-color: #eef4f2;
}
.i4_box img {
 mix-blend-mode: multiply !important;
}

.i4_img img {
    mix-blend-mode: darken;
}
/* ===================inner_banner_end======================= */
/* ===================inner_section======================= */
.inner_sec_2 {
    background-color: #eef4f2;
}

.i_s2_left h2 {
    font-size: 7rem;
    line-height: 90px;
    font-weight: 600;
    border-bottom: 1px solid #cccc;
    padding-bottom: 27px;
}

.i_s2_left h2 span {
    font-weight: 300;
    font-size: 3rem;
}

.contact_detail {
    font-size: 13px;
    font-weight: 700;
}

.i_s2_left ul li img {
    transition: all 0.5s ease-in-out;
}

.i_s2_left ul li:hover img {
    transform: translate3d(6px, 10%, 2em);
}

.sec_form .form-control {
    border: none;
    margin: 20px 0;
    padding: 15px 20px;
}

.sec_form .form-control::placeholder {
    font-size: 17px;
    color: #000;
}

.i_s3_left .theme_btn1 {
    font-size: 14px;
    padding: 10px 20px;
    letter-spacing: 1.3px;
}

/* =================modalCSS-Start==================== */
.btn-close::before {
    content: "-";
    position: absolute;
    top: 7px;
    right: 7px;
    width: 32px !important;
    height: 32px !important;
    color: rgb(255, 255, 255);
    text-align: center;
    /* background-color: ; */
    box-sizing: border-box;
    z-index: 2;
    font: 300 22px / 30px Arial, "Helvetica Neue", Helvetica, sans-serif;
    border-radius: 50%;
    border-width: 0px;
    transition: 0.25s;
}

.btn-close {
    opacity: 1 !important;
    color: rgb(255, 255, 255);
    background: linear-gradient(267.57deg, #1b4273 -3.55%, #1A4273 100.02%) !important;
    border-radius: 50%;
    padding: 7px !important;
    position: absolute;
    top: -20px;
    right: 0;
    width: 32px !important;
    height: 32px !important;
}

.btn-close:hover::before {
    color: #555 !important;
    background: #eee;
}

.modal-body {
    width: auto;
    display: inline-block;
    /* padding: 50px 0px 50px 320px; */
    position: relative;
    border-radius: 180px 40px 40px 40px;
    background: linear-gradient(121deg, #1b4273 0%, #1A4273 17%, rgba(248, 249, 253, 1) 30%, rgba(255, 255, 255, 1) 100%);
    display: block;
}

.modal_right h2::before {
    content: "";
    background: linear-gradient(121deg, #1b4273 0%, #1A4273 100%);
    width: 40%;
    height: 5px;
    position: absolute;
    top: 35px;
    right: 0px;
}

.modal-content {
    border: none;
    background: transparent;
}

.modal_heading {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
}

.modal_right p {
    font-size: 15px;
    font-weight: 600;
}

.modal_left img {
    margin-left: -50px;
}

.modal-dialog {
    max-width: 55% !important;
    margin: auto;
}

.modal .btn {
    color: #fff;
    font-size: 12px;
    background: #1b4273;
    border: 2px solid #1b4273;
    border-radius: 3px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 20px 30px;
    font-weight: 800;
}

/* =================modalCSS-End==================== */
/* Accordion Disclaimer */
.disclaimer .accordion-button:not(.collapsed) {
    color: #464646;
    background-color: transparent;
    box-shadow: none;
}

.disclaimer .accordion-button:not(.collapsed)::after,
.disclaimer .accordion-button::after {
    background: none;
}

.disclaimer .accordion-button>i {
    font-size: 12px;
    background-color: #a7a7a7;
    text-align: center;
    margin-right: 10px;
    height: 17px;
    width: 17px;
    padding-top: 4px;
    color: #000 !important;
}

.disclaimer .accordion-item {
    font-size: 11px;
    border: none !important;
    background-color: transparent;
    margin: 0;
}

.disclaimer .accordion-button {
    font-size: 15px;
    padding: 0px;
    background: transparent !important;
    color: #797979 !important;
    border: none !important;
    font-weight: 400;
}

.disclaimer .accordion-button:focus {
    box-shadow: none;
}

.disclaimer .accordion-button::after,
.disclaimer .accordion-button:not(.collapsed)::after {
    display: none;
}

/* =========inner_footer======== */
/* Terms and Condition */
.terms_n_cond li {
    margin-bottom: .75rem;
    color: #786d6d;
    font-size: 16px;
}

.terms_n_cond h4,
.priv_n_policy h4 {
    text-transform: capitalize;
    font-weight: 600;
}

.tnc_foot,
.pnp_foot {
    background-color: #000;
}

.tnc_foot p a,
.pnp_foot p a {
    text-decoration: none;
    color: #786d6d;
}

.tnc_foot p,
.pnp_foot p {
    font-size: 15px;
    color: #786d6d;
    margin: 10px 0;
}

.terms_btns a {
    font-weight: 500;
}

.terms_logo {}

/* Terms and Condition */
.logo img {
    max-width: 40%;
}

/* =================last_css_ faiz ko file bhejne k baad=================== */
.p_detail {
    position: relative;
    font-weight: 600;
    padding-left: 20px;
    margin-bottom: 7px;
    text-align: left;
}

.p_detail::before {
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    left: 0;
    top: 6px;
    filter: invert(1);
    background: url(../img/double-arrow.svg) no-repeat center center / cover;
}

.pricings {
    height: 324px;
    overflow-y: scroll;
}

.pricing_box {
    border: 2px solid #ededed;
    padding: 20px;
    border-radius: 13px;
    text-align: left;
    transition: all 0.3s ease;
    width: 100% !important;
    position: relative;
    margin: 0 0 20px 0;
    height: auto;
}

.best-seller::after {
    content: "";
    background-image: url(../../../logowebsolutions.com/images/bages.html);
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    top: 19px;
    height: 60px;
    background-position: center;
    left: 148px;
}

.one-time-cost {
    text-align: center;
    margin-bottom: 12px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-radius: 10px;
}

.one-time-cost small {
    font-size: 14px;
    margin: 3px 5px 2px 0px;
    font-weight: 500;
    display: block;
    text-align: left;
}

.pricings h6 {
    color: #d02434;
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    margin-top: 8px;
}

ul.pricing-details-pack li {
    padding: 3px 0px;
}

ul.pricing-details-pack p {
    font-size: 15px;
    font-weight: 400;
    margin: 6px 0px;
}

ul.pricing-details-pack h3 {
    color: var(--theme_color);
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
}

ul.pricing-details-pack {
    list-style-type: none;
    margin: 12px 0px 9px -1px;
    padding: 0px;
}

.one-time-cost h6 {
    color: #d02434;
    font-size: 15px;
    font-weight: 700;
}

.pricing_box .prc-d:hover {
    color: #000;
    border-bottom: 1px solid #000;
    transform: scale(1.2s);
}

.pricing_box .prc-d {
    color: var(--theme_color);
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    border-bottom: 1px solid #d02434;
}

.pricing_box h3 {
    color: var(--theme_color);
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 0;
}

.pricing_box p {
    color: #000000;
    font-weight: 600;
    font-size: 17px;
}

.price {
    color: var(--theme_color);
    font-size: 3rem;
    font-weight: 600;
}

.pricing_box h5 {
    color: #000;
    font-weight: 700;
}

.slick-prev:before,
.slick-next:before {
    color: #525252 !important;
    font-family: "FontAwesome" !important;
    font-size: 30px !important;
    font-weight: 800 !important;
}

.slick-initialized .slick-slide {
    text-align: center !important;
}

.pricing_btn a {
    background-color: var(--theme_color);
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    padding: 10px 20px;
    width: 40%;
    margin-top: 20px;
    text-align: center;
    transition: all .4s ease;
}

.pricing_btn a:hover {
    background-color: #000;
}

.slick-prev:before {
    content: "\f053" !important;
}

.slick-next:before {
    content: "\f054" !important;
}

.box_color1 {
    background-color: rgb(255 57 57 / 15%);
}

.package_box ul li {
    padding: 15px 25px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.package_box ul li h4 {
    font-weight: 600;
}

.bg-grey {
    background-color: #f7f8f9;
}

.type_box {
    height: 100px !important;
}

.box_color2 {
    background-color: rgb(255 57 57 / 30%);
}

.psec_2 .nav-tabs .nav-item.show .nav-link,.psec_2
.nav-tabs .nav-link.active,
.psec_2 .nav-tabs {
    border: none;
}

.psec_2 .nav-tabs .nav-link {
    border: none;
}

.psec_2 .nav-tabs .nav-link {
    font-size: 20px;
    font-weight: 600;
    padding: 20px 40px;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #333;
}

.psec_2 .nav-tabs .nav-link.active {
    background-color: var(--theme_color);
    color: #fff;
}

.psec_2 .nav-tabs {
    justify-content: center;
}

.psec_3 {
    padding: 70px 0 30px 0;
    background: linear-gradient(225deg, #1b4273, #1A4273);
}

.ps3_heading h2 {
    font-weight: 500;
    font-size: 3rem;
    padding-top: 50px;
}

.contact_number {
    font-size: 18px;
    font-weight: 700;
}

.psec_3 .row.py-5 {
    border-top: 2px solid rgb(255 255 255 / 13%);
}

.circle_img img {
    height: 20px;
    width: 20px;
    filter: invert(1);
    transform: rotate(90deg);
}

.circle_img {
    height: 70px;
    width: 70px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    overflow: hidden;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: all 0.2s ease;
    /* position: relative; */
}

.p_circle {
    height: 110px;
    width: 110px;
    border-radius: 100%;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -110px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    cursor: pointer;
}

.p_circle:hover .circle_img img {
    filter: invert(0);
}

.p_circle:hover .circle_img {
    background: linear-gradient(225deg, #1b4273, #1A4273);
}

.trim_text {
    position: absolute;
    width: 200px;
    /* Element ka width define karein */
    white-space: nowrap;
    /* Text ko single line mein limit karein */
    overflow: hidden;
    /* Overflow content ko hide karein */
    text-overflow: ellipsis;
    /* Overflow text ke liye ellipsis (...) add karein */
    padding: 5px;
}

.client_name {
    color: var(--theme_color);
    font-weight: 600;
    font-size: 18px;
}

.testi_box {
    background-color: #fff;
    box-shadow: 0 0 31px #0000001a;
    padding: 20px 25px;
    height: 100%;
    margin-bottom: 10px;
    transition: all 0.4s ease-in-out;
}

.testi_box p {
    font-size: 17px;
    overflow-y: auto;
}

.review_detail {
    align-items: flex-start !important;
}

.testi_box:hover {
    transform: translateY(-.625rem);
}

.testi_name {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    width: 120px;
    background: linear-gradient(269.85deg, #1b4273 .08%, #1A4273 100.14%);
    border-radius: 100%;
    font-size: 28px;
    color: #fff;
    font-weight: 600;
}

.testi_review {
    width: 70%;
}

.contact_banner {
    background: url(../img/new-banners/contact-banner.webp)no-repeat center center/cover;
    padding: 120px 0 100px 0;
}

.inner_ban_left .theme_btn4:hover {
    background-color: var(--theme_color);
    border-color: var(--theme_color);
    color: #fff !important;
}

.contact_form .form-control {
    background-color: #f2f3f5;
    padding: 15px 20px;
}

.contact_form .form-control::placeholder {
    font-size: 15px;
    color: #000;
}

.contact_form_btn .theme_btn5 {
    background-color: #fff;
    color: #000;
    font-size: 19px;
    font-weight: 600;
    padding: 13px 30px;
    border: 2px solid #000;
    border-radius: 8px;
    transition: all 0.4s ease-in-out;
}

.contact_form_btn .theme_btn5:hover {
    background-color: var(--theme_color);
    color: #fff;
    border-color: transparent;
}

.as1_left {
    color: #464646;
}

.as1_left .sec_hd {
    font-size: 60px;
    color: #464646;
}

.form_btn:hover {
    color: #fff;
}

/* =================FAQ-Page-Start==================== */
.faq_sec_1 {
    background-color: #eef4f2;
}

.fsec_1_img {
    width: 150px;
    height: 80px;
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    border: 6px solid #fff;
    overflow: hidden;
    border-radius: 100%;
}

.fsec_1_img img {
    display: inline-block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}

.fsec_1_img img:hover {
    transform: scale(1.05);
}

.fsec_1_text p {
    font-size: 13px;
    color: #5e5e5e;
}

.faq_heading {
    margin-bottom: 3.5rem;
}

.faq_box {
    margin-bottom: 35px;
}

/* =================FAQ-Page-End==================== */
/* thankyoupageStart */
.thankyou {
    /* background-color: #eef4f2;
    height: 100vh; */
    padding: 80px 0 80px 0;
}

.thankyou .row {
    position: relative;
    z-index: 555;
}

.thank-right {
    background-color: #fff;
    width: 100%;
    padding: 20px 40px;
    height: 100%;
    position: relative;
    z-index: 999;
    display: inline-block;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 55;
}

.thankyou .row::before {
    content: "";
    position: absolute;
    height: 300px;
    width: 300px;
    right: -10px;
    bottom: -10px;
    background: linear-gradient(269.85deg, #dd9c0c 0.08%, #1A4273 100.14%);
    z-index: -5;
}

.thank-right h1 {
    background: linear-gradient(to right, #1b4273 0%, #1A4273 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 4rem;
}

.thank_left img {
    /* border-top-left-radius: 10px; */
    /* border-bottom-left-radius: 10px; */
}

.thank_left {
    position: relative;
    transform: translateY(-20px);
}

.thank_left::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(269.85deg, #dd9c0c 0.08%, #1A4273 100.14%);
    right: 0;
    bottom: 0;
    /* border-top-left-radius: 10px; */
    /* border-bottom-left-radius: 10px; */
    opacity: 0.4;
}

/* thankyoupageEnd */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
}

/* Styling for invalid input fields */
.is-invalid {
    border: 1px solid #dc3545;
    /* Red border for invalid fields */
    background-color: #fff5f5;
    /* Light red background for better visibility */
    color: #dc3545;
    /* Red text color */
    box-shadow: 0 0 5px rgba(220, 53, 69, 0.5);
    /* Subtle red shadow */
    outline: none;
    transition: border 0.3s ease, box-shadow 0.3s ease;
}

/* Styling for error messages below invalid fields */
.invalid-feedback {
    color: #dc3545;
    /* Red text for error messages */
    font-size: 0.875rem;
    /* Smaller font size for messages */
    margin-top: 0.25rem;
    /* Space between field and message */
    display: block;
    /* Ensures the feedback is always visible */
}

/* Optional: Add focus effect for invalid fields */
.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 8px rgba(220, 53, 69, 0.8);
    /* Intense shadow on focus */
}


.package_tab_sec .nav-tabs .nav-link{
    background: var(--btn-gradient);
    border: none !important;
    font-size: 15px;
}
.package_tab_sec .nav-tabs .nav-link.active,.package_tab_sec .nav-tabs .nav-link:hover{
    background: #141414;
    color: #fff;
}
.color-red{
    color: var(--theme_color) !important;
}
.get-q{
    font-size: 2rem !important;
}



   /* .popup-overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      justify-content: center;
      align-items: center;
      z-index: 1000;
    }

    
    .popup {
      padding: 20px;
      border-radius: 10px;
      width: 530px;
      text-align: center;
      animation: fadeIn 0.4s ease;
    }

     @keyframes fadeIn {
      from { transform: scale(0.7); opacity: 0; }
      to { transform: scale(1); opacity: 1; }
    } */

.order-black{
    background-color: #000 !important;
}
.order-black:hover{
    /* background-color: var(--theme_color) !important; */
}
.service-tabs .nav-tabs {
    margin-bottom: 70px ;
}
.service-tabs .nav-tabs .nav-link{
    border: none !important;
    background: var(--btn-gradient);
    font-size: 16px !important;
    padding: 10px 22px !important;
}

.service-tabs .nav-tabs .nav-link.active, .service-tabs .nav-tabs .nav-link:hover {
    background: #141414;
    color: #fff;
}
.pricing-details-pack h3{
    padding: 15px 0;
}





.thanks-counter {
  display: flex;
  gap: 15px;
  justify-content: end;
}

.value {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0.6px;
  margin-bottom: -6px;
}
.label {
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  text-align: center;
}
.controls {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  width: 100%;
  justify-content: center;
}
button {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  backdrop-filter: blur(6px);
}
button.secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.04);
}
.small {
  font-size: 12px;
  color: #fff;
  width: 100%;
  text-align: center;
  margin-top: 8px;
}
.thanks-btn {
  background-color: #ffd23a;
  color: #000;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 25px;
  font-weight: 600;
  box-shadow: rgb(255 239 11 / 73%) 0px 7px 29px 0px;
}
.thanks-btn:hover {
  background-color: #000;
  color: #ffd23a;
}

.fifty-img img {
  filter: brightness(0) saturate(100%) invert(66%) sepia(100%) saturate(318%)
    hue-rotate(0deg) brightness(105%) contrast(101%);
  max-width: 65% !important;
}
.thanks-content.text-white h3 {
  font-size: 30px;
}
.thanks-content.text-white p {
  font-size: 25px;
}
.mid-col {
  display: flex;
}
@media (max-width: 1399px) {
  .thanks-content.text-white h3 {
    font-size: 25px;
  }
  .thanks-content.text-white p {
    font-size: 20px;
  }
  .label {
    font-size: 14px;
  }
  .value {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .thanks-content.text-white h3 {
    font-size: 21px;
  }
  .thanks-content.text-white p {
    font-size: 17px;
    font-weight: 500;
  }
  .thanks-img li img {
    max-width: 70% !important;
  }
  .value {
    font-size: 23px;
  }
  .label {
    font-size: 12px;
  }
  .thanks-btn {
    padding: 7px 10px;
    font-size: 13px;
  }
}

@media (max-width: 992px) {
  .mid-col {
    display: none !important;
  }
  .thanks-img li {
    text-align: left !important;
  }
}
@media (max-width: 767px) {
  .thanks-img li img {
    max-width: 80% !important;
  }
  .thanks-img li {
    text-align: center !important;
  }
  .value {
    font-size: 20px;
  }
  .label {
    font-size: 10px;
  }
}
@media (max-width: 575px) {
  .given-sec .wrap {
    justify-content: center;
  }
      .thanks-img li img {
        max-width: 100% !important;
    }
        .value {
        font-size: 16px;
    }
        .label {
        font-size: 8px;
    }
        .thanks-btn {
        padding: 5px 8px;
        font-size: 12px;
    }
    .thanks-counter{
      gap: 9px;
    }
}
.modal-close{
    color: #000;
}