header .social ul li a svg {
    background-color: var(--white);
    color: var(--orange);
    padding: 5px;
    clip-path: circle(45%);
    font-size: 12px;
    width: 15px;
    margin-right: 5px;
}


header .social ul li a {
    display: flex;
    align-items: center;
    font-weight: 500;
    color: var(--white);
}


header .social ul li {
    display: flex;
    gap: 10px;
}


header .social ul li a svg:hover {
    background-color: black;
    color: white;
}

header .social ul li a:hover {
    color: var(--black);
}


header .social ul li span {
    font-size: 16px;
    color: white;
    font-weight: 600;
}

header .dropdown-item.active,
.dropdown-item:active {
    background-color: var(--orange);
}

.navbar-light .navbar-nav .nav-link {
    color: black;
    font-size: 16px;
    font-weight: 400;
    gap: 10px;
    display: flex;
    align-items: center;

    border-radius: 0px 15px 0px 0px;
    padding: 4px;
    position: relative;
}

.navbar-light .navbar-nav .nav-link img,
.primary-btn img {
    max-width: 40px;
    position: absolute;
    left: -14px;
}

header .login {
    color: var(--black);
    font-weight: 600;
    font-size: 16px;
}

.primary-btn,
.secondary-btn {
    color: white;
    font-size: 16px;
    font-weight: 500;
    gap: 10px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 5px 15px;
    background-color: var(--orange);
    border: 2px dotted transparent;
}

.secondary-btn {
    color: var(--orange);
    font-size: 16px;
    font-weight: 600;
    gap: 10px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 5px 15px;
    background-color: var(--white);
}

.secondary-btn:hover {
    background-color: var(--orange);
    color: white;
}

.primary-btn:hover {
    background: transparent;
    border: 2px dotted var(--orange);
    color: var(--orange);
}

.btn-wrap .whastapp {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
}

.banner {
    background: url(../../assets/images/index-banner.webp) center center/cover no-repeat;
}

.aboutbg {
    background: url(../../assets/images/aboutBg.jpg) center center/cover no-repeat;
}

.banner h1,
.banner .h1 {
    font-size: 40px;
    color: var(--white);
    font-weight: 900;
    padding-right: 120px;
    line-height: normal;
}

/* .banner h2 {
    font-size: 50px;
    color: var(--white);
    font-weight: 900;
    padding-right: 120px;
} */

.banner h1 span {
    font-size: 50px;
    color: var(--white);
    font-weight: 900;
    line-height: 56px;
    -webkit-text-fill-color: #ffffff00;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--orange);
}

.banner h2 span {
    font-size: 50px;
    color: var(--white);
    font-weight: 900;
    line-height: 56px;
    -webkit-text-fill-color: #ffffff00;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--orange);
}

.banner p {
    font-size: 15px;
    color: var(--white);
    padding: 10px 60px 10px 0;
}

.banner form input,
.banner form select {
    min-width: 260px;
    height: 55px;
    border-radius: 13px;
    font-size: 15px;
    padding-left: 10px;
    margin: 8px 5px;
    box-shadow: rgb(252, 99, 1) 2.95px 2.95px 0px;
    font-weight: 700;
    border: 1px solid #24344f33;
}

.banner form {
    background: url(../../assets/images/form-bg.webp) center center/cover no-repeat;
    max-width: max-content;
    border-radius: 20px;
    padding: 25px 10px;
}

.banner form button {
    font-size: 18px;
    font-weight: 500;
    background-color: var(--orange);
    color: var(--white);
    padding: 8px 17px;
    border-radius: 5px;
    margin-left: 20px;
}

.banner .total {
    font-size: 30px;
    font-weight: 400;
    padding-left: 10px;
}

.banner form span:nth-child(1) {
    font-size: 25px;
    font-weight: 700;
    display: block;
    text-align: center;
}

.pkgs .right-content ul span {
    font-size: 35px;
    font-weight: 700;
    text-align: center;
}

.pkgs .right-content ul .sub {
    font-size: 14px;
    font-weight: 400;
    line-height: 0;
    display: block;
}

.pkg-card span {
    font-size: 22px;
    display: block;
    font-weight: 700;
    padding: 10px 0;
}


.pkg-card {
    text-align: center;
    border: 1px solid black;
    padding: 30px 20px;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background-color: var(--white);
    margin-bottom: 25px;
}

.pkg-card p {
    line-height: 26px;
}

.pkg-slider .col-12:nth-child(3) .pkg-card,
.pkg-slider .col-12:nth-child(4) .pkg-card {
    margin-top: 22px;
}

.pkg-card:hover {
    border-color: var(--orange);
    box-shadow: rgb(252, 99, 1, 0.5) 0px 4px 12px;
}

.pkgs .right-content h3,
.subject .title h3,
.after-universities-slider h3,
.pkgs .right-content h2,
.pkgs .right-content h1 {
    font-size: 38px;
    font-weight: 700;
    /* margin-bottom: 0; */
}


.pkgs .right-content p {
    line-height: 27px;
}

.pkgs::before,
.pkgs::after,
.subject .container::before,
.subject .container::after,
.testimonial::after,
.testimonial::before,
.reviews-tabs::before,
.ft-af::before,
footer::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 21%;
    height: 100%;
    z-index: -1;
}

.pkgs::before,
.subject .container::before,
.testimonial::before,
.reviews-tabs::before,
footer::before,
.ft-af::before {
    left: 0;
    background: url(../../assets/images/before-shape.webp) center center/cover no-repeat;
}


.pkgs::after,
.subject .container::after,
.testimonial::after,
footer::after,
.reviews-tabs::after {
    right: 0;
    background: url(../../assets/images/after-shape.webp) center center/cover no-repeat;
}

.pkgs .btn-wrap .whastapp {
    color: var(--black);
    font-weight: 700;
}

.about {
    background: url(../../assets/images/about-bg.webp) center center/cover no-repeat;
    color: white;
    padding-bottom: 270px;
}

.about .left-content h4,
.writing-content span,
.process .title span,
.about .left-content h3,
.writing-content h3 {
    font-size: 30px;
    font-weight: 700;
    color: var(--white);
    line-height: 36px;
}

.about .left-content ul {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
    padding: 20px 0;
}


.about .left-content span {
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;

}

.about .left-content ul li p {
    font-size: 13px;
    font-weight: 300;
}

.about .left-content p,
.after-universities-slider p,
.writing-content p,
.testimonial p {
    line-height: 25px;
    font-weight: 300;
}

.subject .container {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 60px;
    position: relative;
    z-index: 999;
    margin-top: -15%;
    background-color: white;
}

.subject ul li a {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 700;
    color: var(--black);

    line-height: 20px;
}

.subject ul li span {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 700;
    color: var(--black);
    width: 100%;

    line-height: 20px;
}

/* .subject ul li a:hover {
    color: var(--white);
} */

.subject ul li {
    display: flex;
    max-width: 320px;
    height: 60px;
    border-radius: 40px;
    margin-bottom: 25px;
    background-color: #D9D9D9;
    padding-left: 20px;
    border: 2px solid transparent;

}


.subject ul li a object {
    max-width: 40px;
    max-height: 40px;
}

.subject ul li span object {
    max-width: 40px;
    max-height: 40px;
}

.subject ul li:hover {
    background-color: transparent;
    border: 2px solid black;
    color: var(--white);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.service-bg {
    background: url(../../assets/images/service-bg.webp) center center/cover repeat;
}

.serviceBg {
    background: url(../../assets/images/serviceBg.jpg) center center / cover no-repeat;
}

.service-bg .right-content {
    padding: 20px 20px 0px;
    color: var(--white);
}

.service-bg .right-content h3 {
    font-size: 40px;
}

.service-bg .right-content p {
    font-size: 17px;
}

.universities-img {
    background: url(../../assets/images/universities.webp) center center/contain repeat;
    /* height: 142px; */
    animation: animatedBackground 1s linear infinite;
    -webkit-animation: animatedBackground 60s linear infinite;
    top: 16px;
    padding: 50px;
}

@-webkit-keyframes animatedBackground {
    0% {
        background-position: 0 0
    }

    to {
        background-position: -4750px 0
    }
}

@keyframes animatedBackground {
    0% {
        background-position: 0 0
    }

    to {
        background-position: -4750px 0
    }
}

.after-universities-slider .btn-wrap .whastapp,
.testimonial .btn-wrap .whastapp {
    color: var(--black)
}

/* 
.chat-img {
    position: absolute;
    left: 0;
    top: 0;
} */

/* .chat-img-1 {
    position: absolute;
    right: 0;
    bottom: 0;
} */

.after-universities-slider {
    padding-bottom: 60px;
    padding-top: 60px;
}

.writing-content,
.pricing,
.order-form {
    background: url(../../assets/images/about-bg.webp) center center/cover no-repeat;
}

.after-universities-slider::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 13%;
    height: 100%;
    z-index: -1;
    left: 0;
    background: url(../../assets/images/before-shape.webp) center center / cover no-repeat;
}

.testimonial .title h3,
.pay span .testimonial .left-content h4,
.reviews-tabs .title span,
.faqs h6,
.faqs h3 {
    font-size: 30px;
    font-weight: 700;
}

.process {
    background: url(../../assets/images/process.webp) center center/cover no-repeat;
}


.process-btn li a span {
    display: block;
}


.process-btn li span:nth-child(1) {
    font-size: 16px;
    font-weight: 700;
    color: black;

    line-height: 18px;
    display: block;
    margin-bottom: 4px;
}

.process-btn li span:nth-child(2) {
    color: grey;
    line-height: 22px;
}

.pkgs::before,
.pkgs::after,
.subject .container::before,
.subject .container::after,
.testimonial::after,
.testimonial::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 21%;
    height: 100%;
    z-index: -1;
}

.pkgs::before,
.subject .container::before,
.testimonial::before {
    left: 0;
    background: url(../../assets/images/before-shape.webp) center center/cover no-repeat;
}


.pkgs::after,
.subject .container::after,
.testimonial::after {
    right: 0;
    background: url(../../assets/images/after-shape.webp) center center/cover no-repeat;
}

.university-slider {
    background: url(../../assets/images/universities-bg.webp) center center/cover no-repeat;
    padding: 10px 0px;
}

.testimonial .title h3,
.testimonial .left-content h4 {
    font-size: 30px;
    font-weight: 700;
}

.process-btn li a {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: var(--white);
    padding: 8px;
    border-radius: 50px;
    margin-bottom: 25px;
    border: 5px solid #D9D9D9;
    position: relative;
}

.process .col-12 img {
    display: block;
    margin: auto;
}

.process-btn li a .after-color {
    content: '';
    position: absolute;
    height: 92px;
    width: 32%;
    background-color: transparent;
    z-index: 999;
    border-top: 3px solid var(--orange);
    border-right: 3px solid var(--orange);
    border-bottom: 3px solid var(--orange);
    border-top-right-radius: 60px;
    right: -8px;
    border-bottom-right-radius: 60px;
    transform: all .4s linear;
}

.process-btn li a:hover .after-color {
    min-width: 394px;
    border-left: 3px solid var(--orange);
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    transform: all .4s linear;
}



.reviews-tabs .nav-pills .nav-link.active,
.reviews-tabs .nav-pills .show>.nav-link {
    background: var(--orange);
}

.reviews-tabs .nav-pills .nav-link {
    border-radius: 12px;
    border: 1px solid grey;
    margin-bottom: 20px;
    height: 76px;
}

.review_box {
    background: var(--white);
    padding: 40px 30px;
    margin: 5px 0px 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.review_box .profile-content div span {
    font-size: 24px;
    font-weight: 700;
}

.review_box .profile-content svg {
    color: #fed207;
}

.review_box .content p {
    padding: 40px 0px 20px 40px;
    font-size: 16px;
}

.content .quote-left {
    position: relative;
    font-size: 30px;
    bottom: -140px;
    color: var(--orange);
}

.quote-right {
    position: absolute;
    top: 30px;
    font-size: 30px;
    color: var(--orange);
    transform: scaleX(-1);
}

.faqs {
    background: url(../../assets/images/faq-bg.webp) center center/cover no-repeat;
}

.faqs .accordion-item {
    border: none;
    margin-bottom: 30px;
    border-radius: 15px !important;
}

.faqs .accordion-button {
    padding: 25px;
    font-size: 14px;
    border-radius: 15px !important;
    font-weight: 700;
    border-bottom: 6px solid var(--orange);
    border-right: 6px solid var(--orange);
}

.faqs .accordion-button:focus {
    box-shadow: none;
}

.faqs .accordion-body {
    color: black;
}

.faqs .accordion-button:not(.collapsed) {
    background-color: var(--orange);
    color: white;
    border-top-left-radius: 15px !important;
    border-top-left-radius: 15px !important;
    border: none;
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0) saturate(100%) invert(96%) sepia(96%) saturate(17%) hue-rotate(308deg) brightness(104%) contrast(106%);
}

.after-ft {
    position: absolute;
    right: 0;
    top: 0;
}

.pay {
    background-color: #324F81;
    color: var(--white);
}

.pay span {
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 10px;
    display: block;
}

.pay h3 {
    font-size: 50px;
    font-weight: 900;
    padding-bottom: 10px;
    display: block;
}


footer {
    background: url(../../assets/images/ft-bg.webp) center center/cover no-repeat;
}

.footer span {
    font-size: 25px;
    font-weight: 600;
    color: white;
    padding-bottom: 10px;
    display: block;
}

.footer ul li a {
    font-size: 15px;
    font-weight: 300;
    color: var(--white);
    line-height: 28px;
    display: inline-block;
}

.footer ul li a:hover {
    color: var(--orange);
}

.ft-social li a {
    color: #324F81 !important;
    background-color: white;
    padding: 6px 12px;
    clip-path: circle(40%);
}

.ft-call svg {
    color: #1B8C3C;
    font-size: 20px;
    margin-right: 5px;
}

.ft-call li a {
    font-size: 17px !important;
    font-weight: 600 !important;
    color: var(--white) !important;
}


.ft-call li a:hover {
    color: var(--orange) !important;
}


.pkg-card.active {
    background-color: var(--orange);
    color: white;
    box-shadow: rgb(252, 99, 1, 0.5) 0px 4px 12px;
}

.pkg-card.active img {
    filter: brightness(0) saturate(100%)
}

.pkg-card img {
    display: block;
    margin: auto;
    width: 70px;
}

.head-img {
    position: absolute;
    right: 10%;
    bottom: 0;
    max-width: 22%;
    height: 100%;
}

.after-universities-slider .right-content {
    margin-top: 15px;
}

.testiSwiper .swiper-slide-active {
    min-width: 448px;
    height: 100%;
}

.testiSwiper .swiper-slide-active .layer-card {
    max-width: 100%;
    background-color: var(--orange);
    padding: 30px 25px;
    border-radius: 20px;
    height: auto;
    min-width: 446px;
}

.testiSwiper .swiper-slide-active .layer-card .text-white {
    color: #fff !important;
}

.testiSwiper .layer-card .text-white {
    color: #000 !important;
}

.layer-card {
    max-width: 100%;
    background-color: #fff;
    padding: 30px 25px;
    border-radius: 20px;
    height: auto;
    min-width: 446px;
    box-shadow: 0px 0px 10px #3333;
}

.tab-content img {
    max-width: 150px;
}

.service h1 {
    padding-right: 0;
}

.service form {
    margin: 20px auto 0 auto;
}

.service-counter li span:nth-child(1),
.service-counter li span:nth-child(2) {
    font-size: 40px;
    font-weight: 700;
}

.service-counter {
    display: grid;
    grid-template-columns: auto auto;
}

.service-counter li span:nth-child(3) {
    display: flex;
}

.service-subject {
    background: url(../../assets/images/about-bg.webp) center center/cover no-repeat;
}

.bg-transparent {
    background-color: transparent;
    box-shadow: none;
}

.service-subject .container::befor,
.service-subject .container::after {
    background: transparent;
}

.service-subject .container {
    position: inherit;
    box-shadow: none;
}

.reviews {
    background: url(../../assets/images/about-bg.webp) center center/cover no-repeat;
}

.reviews-box {
    max-width: 100%;
    background-color: white;
    padding: 30px 20px;
    border-radius: 20px;
    margin-bottom: 20px;
    height: 100%;
}

.reviews-box ul {
    display: flex;
    ALIGN-ITEMS: CENTER;
    gap: 10px;
}

.reviews-box ul span:nth-child(1) {
    font-size: 18px;
    display: block;
    font-weight: 700;
}

.reviews-box ul span:nth-child(2) {
    font-size: 14px;
}

.reviews-box p {
    font-size: 14px;
    line-height: 25px;
}

.pricing-table ul {
    margin: 0px 10px;
}

.pricing-table ul li:nth-child(1) {
    font-size: 32px;
    font-weight: 700;
    position: relative;
    color: #fff;
    background-color: var(--orange);
}

.pricing-table ul li:nth-child(odd) {
    border-right: 1px solid black;
}

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

.pricing-table ul li {
    background-color: white;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 0;
}

.pricing-table ul li span {
    color: var(--orange);
    font-size: 30px;
    font-weight: 700;
    display: block;
}

.pricing-table ul li:nth-child(1) {
    font-size: 25px;
    font-weight: 700;
    padding: 20px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.pricing-table ul li:nth-child(even) {
    background-color: #F1F3F5;
}


.pricing-table ul li:hover {
    background-color: var(--orange);
    color: var(--white);
}

.pricing-table ul li:hover span {
    background-color: var(--orange);
    color: var(--white);
}

.order-form form .form-h,
.order__form .form-h {
    font-size: 40px;
    color: white;
    font-weight: 600;
}

.order__form .field span {
    display: block;
    font-size: 13px;
    color: var(--white);
    font-weight: 500;
    padding-bottom: 5px;
    padding-left: 20px;
}

.order-now2 .field span {
    color: var(--black);
    font-size: 16px;
    font-weight: 700;
}

.order__form .field select {
    width: 100%;
    height: 45px;
    font-size: 13px;
    padding-left: 15px;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    font-weight: 700;
}

.order__form textarea {
    min-width: 100%;
    height: 120px;
    border-radius: 30px;
    padding: 20px;
    font-size: 14px;
    color: black;
    margin-bottom: 15px;
}

.order__form input {
    min-width: 100%;
    height: 45px;
    border-radius: 30px;
    font-size: 13px;
    padding-left: 15px;
    margin-bottom: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.order__form .field {
    margin-bottom: 15px;
    flex: 1;
}

/* .field input[placeholder] {
    color: var(--white) !important;
} */

.order-now2 .field input[placeholder] {
    color: var(--black) !important;
}

.order__form button.primary-btn.bg-blue {
    background: #007ADF;
}

::placeholder {
    color: black;
}

.custom-file-input::before {
    content: 'Select some files';
    display: inline-block;
    background: linear-gradient(top, #f9f9f9, #e3e3e3);
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
}

.custom-file-input:hover::before {
    border-color: black;
}

.custom-file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.order-details b {
    font-size: 30px;
    font-weight: 600;
    color: white;
    display: block;
    text-align: center;
    padding-bottom: 10px;
}

.order-details {
    border: 1px solid white;
    border-radius: 30px;
    padding: 20px;
}

.order-details ul li {
    display: flex;
    justify-content: space-between;
}

.order-details ul li span {
    font-size: 14px;
    color: white;
    line-height: 30px;
}

.summ-content span {
    font-size: 30px;
    color: white;
    font-weight: 600;
    display: block;
    text-align: center;
}

.summ-content {
    border: 1px solid white;
    background-color: var(--orange);
    border-radius: 30px;
    padding: 30px 20px;
    margin-top: 30px;
}

.summ-content p {
    line-height: 20px;
    color: white;
    font-size: 13px;
}

.order-d {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.order-d li {
    font-size: 18px;
    color: white;
}

.order__form .fd {
    margin-bottom: 15px;
    width: 50%;
    margin-bottom: 0;
}

.checkbox input {
    min-width: 2% !important;
    line-height: 0 !important;
    margin-bottom: 0;
    box-shadow: none;
}

.banner form div {
    display: grid;
    grid-template-columns: auto auto auto;
}

section.subjects ul li span {
    font-size: 24px;
    font-weight: 700;
}

section.subjects ul li {
    margin-bottom: 20px;
}

section.subjects ul li p {
    font-size: 24px;
}

section.testimonial .left-content {
    padding-bottom: 10px;
}

.process-btn ul li a object {
    width: 60px;
    height: auto;
    background: var(--orange);
    padding: 10px;
    clip-path: circle();
}

.row.mt-4.subjects-slider {
    box-shadow: 0 0px 20px 4px rgb(229 231 251);
    height: 280px;
    padding: 30px;
    overflow-y: scroll;
}

.heading1 {
    background: var(--orange);
    padding: 1rem 1rem;
    border-radius: 12px;
    color: white;
    font-size: 28px;
    margin-bottom: 1rem;
}

.sitemapdata ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    text-align: center;
    margin-bottom: 20px;
}

.sitemapdata ul li {
    width: 32%;
    padding: 0.4rem 0;
    background: #e2e0e033;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.sitemapdata ul li a {
    color: #000;
    font-size: 1rem;
    font-weight: normal;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
}

.sitemapdata ul li a svg {
    color: var(--orange);
}

.fixedbtnwhatsapp {
    position: fixed;
    bottom: 1em;
    left: 2em;
    z-index: 999999;
}

.fixedbtnwhatsapp ul li {
    text-decoration: none;
    list-style: none;
}

.fixedbtnwhatsapp ul li img {
    width: 65px;
}

.swiper-pagination-bullet {
    border-radius: 0px;
}

.swiper-pagination-bullet-active {
    background-color: var(--orange);
}

.cta1Bg {
    background: url("../../assets/images/cta1Bg.webp"), var(--orange);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.blueclr {
    color: #fff;
}

.fs50 {
    font-size: 50px;
}

.ctaInfo .whastapp {
    background: #263959;
    padding: 5px 16px;
    color: #fff !important;
    border-radius: 11px;
}

.ctaInfo .ordernow {
    background: #fff;
    color: #000;
    font-weight: 800;
    padding: 10px 38px;
}

.ft-call li a {
    display: flex !important;
    align-items: center;
    gap: 8px;
}

.payment li img {
    width: 65px;
}

.service-banner {
    width: 100%;
    min-width: 523px;
}

/*.testiSwiper .swiper-slide{*/
/*    flex-shrink: 1;*/
/*}*/
.swiper-slide {
    display: flex;
    flex-direction: column;
    height: auto;
}

.pkg-card {
    flex: 1;
    min-height: 0;
    height: 100%;
}

.reviews-tabs .nav-pills .nav-link.active img.brandtablogo {
    filter: brightness(0) invert(1);
}


/* For Select2 dropdown in .banner form */
.banner form .select2-container .select2-selection--single {
    /*min-width: 260px;*/
     min-width: auto;
    height: 55px;
    border-radius: 13px;
    font-size: 15px;
    padding-left: 10px;
    margin: 8px 5px;
    box-shadow: rgb(252, 99, 1) 2.95px 2.95px 0px;
    font-weight: 700;
    border: 1px solid #24344f33;
    display: flex;
    align-items: center; /* vertical centering */
}

/* For the text inside */
.banner form .select2-container .select2-selection__rendered {
    line-height: 55px; /* match height */
    padding-left: 0;
        font-size: 15px;
    color: #000;
}

/* Remove arrow default spacing if needed */
.banner form .select2-container .select2-selection__arrow {
    height: 55px;
}

/* Placeholder style */
.banner form .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000;
    font-size: 16px;
}

