body {
    font-family: "League Spartan", sans-serif !important;
}

.navbar .navbar-nav .nav-link {
    font-size:18px;
}
.navbar-contact .chat-number {
    font-size: 16px;
}

.visa-type-choose-sec .why-choose-heading {
    font-size: 35px;
}
.heading-section .heading {
    font-size: 30px;
}

.allcountry-section .country-main-card .country-subheading {
    font-size: 15px;
}
.cta-section .cta-para {
    font-size: 17px;
}


.faq-section .accordion-button {
    font-size: 17px;
}
.faq-section .accordion-body {
    font-size: 16px;
    line-height: 26px;
}
.faq-section .accordion-body p {
    font-size: 16px;
    line-height: 26px;
}
.visa-type-choose-sec .visa-choose-card .visa-choose-title  {
    font-size: 20px;
}

.counter-section .counter-title {
    font-size: 19px;
}
.hero-section .hero-search-card .search-data-card .search-inner-heading {
    font-size: 20px;
}
.hero-section .hero-search-card .search-input {
    font-size: 18px;
}
.hero-section .hero-search-card .search-data-heading {
    font-size: 18px;
}
.hero-section .hero-search-card .search-data-card .search-data .search-data-title {
    font-size: 15px;
    margin-top: 2px;
}
.hero-section .hero-sec-heading {
    font-size: 55px;
}
.mega-menu .navbar-card .nav-card-heading {
    font-size: 15px;
}
.tripadvisor_main .tripadvisor-subheading {
    font-size: 14px;
}
.tripadvisor_main .tripadvisor-title-two {
    font-size: 13px;
}


@media (max-width:1200px){
    .navbar-nav .nav-link {
        font-size: 16px !important;
        color: #000;
    }
    .mega-menu .navbar-card .nav-card-heading {
        font-size: 14px;
    }
    .navbar-contact .chat-number {
        font-size: 15px;
    }
    .navbar-contact {
        padding: 13px 10px;
    }
}

@media (max-width:767px){
    .heading-section .heading {
        font-size: 23px;
    }
    .faq-section .accordion-button {
        font-size: 16px;
    }
    .faq-section .accordion-body {
        font-size: 15px;
        line-height: 25px;
    }
    .faq-section .accordion-body p {
        font-size: 15px;
        line-height: 25px;
    }
    .cta-section .cta-para {
        font-size: 15px;
    }
    .allcountry-section .country-main-card .country-name {
        font-size: 18px;
    }
    
    .counter-section .counter-title {
        font-size: 16px;
    }
    .counter-section .counter-heading {
        line-height: normal;
        margin-bottom: 6px;
    }
    .hero-section .hero-sec-heading {
        font-size: 26px;
    }
}
@media (max-width:576px){
    .hero-section .hero-search-card .search-data-card .search-data .search-data-heading {
        font-size: 17px;
    }
}



.hero-section {
   background:url(../img/hero-bg-two.webp) no-repeat;
   background-size:cover;
   background-position:center;
    height: 550px;
    padding-bottom: 30px
}

.home-hero-section .hero-section-animation-text:nth-child(2) {
   animation-delay: 2s;
}
.home-hero-section .hero-section-animation-text:nth-child(3) {
 animation-delay: 4s;
}
.home-hero-section .hero-section-animation-text:nth-child(4) {
  animation-delay: 6s;
}
@keyframes slideUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
 10%, 25% {
    transform: translateY(0);
    opacity: 1;
 }
  35%, 100% {
    transform: translateY(-100%);
    opacity: 0;
 }
}

.hero-section {
   background:url(../img/hero-bg-two.webp) no-repeat;
   background-size:cover;
   background-position:center;
    height: 550px;
    padding-bottom: 30px
}

.hero-section .hero-sec-heading {
    font-size: 44px;
    font-weight: 600;
    line-height: 48px
}

.hero-section .hero-section-para {
    font-size: 22px;
    margin-top: 18px;
    color: #fff;
}

.hero-section .hero-title {
    font-size: 15px;
    background-color: #d71921;
    color: #fff;
    padding: 9px 18px;
    border-radius: 8px;
    gap: 7px;
    margin-bottom: 10px
}

.hero-section .hero-heading {
    font-size: 32px
}

.hero-section .hero-search-card .search-input {
    background-color: #fff;
    outline: none;
    border: 1.5px solid #bfbfbf;
    height: 50px;
    padding: 12px;
    border-radius: 10px;
    color: #333;
    font-weight: 500
}

.hero-section .hero-search-card .search-icon {
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: #b3b3b3;
    font-size: 20px
}

.hero-section .hero-search-card .search-data-card {
    border-radius: 12px;
    box-shadow: rgba(99,99,99,.2) 0px 2px 8px 0px;
    top: 105%;
    max-height: 400px;
    overflow-y: auto
}

.hero-section .hero-search-card .search-data-card .search-inner-heading {
    font-size: 18px;
    font-weight: 600;
    padding: 13px
}

.hero-section .hero-search-card .search-data-card .search-data-main {
    margin-top: 5px
}

.hero-section .hero-search-card .search-data-card .search-data {
    gap: 8px;
    padding: 10px;
    transition: all .3s ease-in-out;
    cursor: pointer
}

.hero-section .hero-search-card .search-data-card .search-data .search-data-img {
    height: 42px;
    width: 42px
}

.hero-section .hero-search-card .search-data-card .search-data .search-data-img img {
    height: 100%;
    width: 100%
}

.hero-section .hero-search-card .search-data-card .search-data .search-data-title {
    font-size: 14px;
    color: #666;
    line-height: normal
}

.hero-section .hero-search-card .search-data-card .search-data:hover {
    background-color: #e6e6e6
}

.hero-section .hero-search-card .search-data-heading {
    color: #1a1a1a;
    font-weight: 600
}

.hero-section .hero-inner-card {
    background: linear-gradient(152.97deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
    padding: 20px 25px 25px;
    backdrop-filter: blur(50px);
    border-radius: 20px
}

.hero-section .hero-search-card-main {
    padding: 20px;
    border-radius: 12px;
    background-color: rgba(255,255,255,.7);
    backdrop-filter: blur(10px)
}

 .home-hero-section .hero-section-title {
    background: #d71921;
    padding: 8px;
    gap: 6px;
    margin-bottom: 13px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 6px 0 0 6px;
    width:260px;
    line-height:24px;
 }
 .home-hero-section .hero-section-title::before{
   content:'';
   position:absolute;
   height:100%;
   width:45px;
   top: 0;
   right:-40px;
   background: #d71921;
   clip-path: polygon(67% 0, 47% 50%, 65% 100%, 0 100%, 0 0);
}
.home-hero-section .hero-section-animation {
 height: 24px;
  overflow: hidden;
 width:100%;
}
.home-hero-section .hero-section-animation >* {
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  animation: slideUp 8s linear infinite;
}
.home-hero-section .hero-section-animation-text:nth-child(2) {
   animation-delay: 2s;
}
.home-hero-section .hero-section-animation-text:nth-child(3) {
 animation-delay: 4s;
}
.home-hero-section .hero-section-animation-text:nth-child(4) {
  animation-delay: 6s;
}
@keyframes slideUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
 10%, 25% {
    transform: translateY(0);
    opacity: 1;
 }
  35%, 100% {
    transform: translateY(-100%);
    opacity: 0;
 }
}
.common-gap {
    margin-top: 50px
}

@media(max-width: 767.98px) {
    .common-gap {
        margin-top: 45px
    }
    .hero-section {
        height:auto;
        padding-block:65px;
        background: #e1e1e1;
        
        background-size: cover;
        background-position: top right;
    }

    .hero-section::before {
        display: none;
    }

    .hero-section .hero-heading {
        font-size: 28px
    }

    .hero-section .hero-sec-heading {
        font-size: 22px;
        color: #000;
        line-height: 32px
    }

    .hero-section .hero-section-para {
        font-size: 18px;
        color: #000;
        line-height: 26px;
        margin-top: 10px;
        margin-bottom: 10px
    }

    .hero-section .hero-search-card-main {
        padding: 7px
    }
}

@media(max-width: 575.98px) {
    .hero-section {
        padding-block:30px
    }

    .hero-section .hero-title {
        font-size: 13px;
        padding: 8px 15px;
        gap: 5px;
        margin-bottom: 15px
    }

    .hero-section .hero-heading {
        font-size: 21px
    }

    .hero-section .hero-search-card .search-input {
        font-size: 15px
    }

    .hero-section .hero-search-card .search-icon {
        font-size: 18px
    }

    .hero-section .hero-search-card .search-data-card {
        top: 103%;
        max-height: 330px
    }

    .hero-section .hero-search-card .search-data-card .search-inner-heading {
        font-size: 16px;
        padding: 12px
    }

    .hero-section .hero-search-card .search-data-card .search-data {
        padding: 9px
    }

    .hero-section .hero-search-card .search-data-card .search-data .search-data-img {
        height: 40px;
        width: 40px
    }

    .hero-section .hero-search-card .search-data-card .search-data .search-data-heading {
        font-size: 15px
    }

    .hero-section .hero-search-card .search-data-card .search-data .search-data-title {
        font-size: 12px
    }
}





/*counter section start */
.counter-section {
    margin-top: -30px
}

.counter-section .counter-inner {
    padding: 30px;
    border-radius: 8px;
    box-shadow: rgba(60,64,67,.3) 0px 1px 2px 0px,rgba(60,64,67,.15) 0px 1px 3px 1px
}

.counter-section .counter-heading {
    font-size: 32px;
    margin-bottom: 4px
}

.counter-section .counter-title {
    color: #000
}

@media(max-width: 991.98px) {
    .counter-section .counter-heading {
        font-size:26px
    }

    .counter-section .counter-title {
        color: #000;
        font-size: 15px
    }

    .counter-section .counter-img {
        height: 59px
    }
}

@media(max-width: 767.98px) {
    .counter-section {
        margin-top:40px
    }

    .counter-section .counter-inner {
        padding: 10px
    }

    .counter-section .counter-heading {
        font-size: 23px
    }

    .counter-section .counter-title {
        font-size: 15px
    }

    .counter-section .counter-img {
        height: 59px
    }
}
   


/*why choose us section */
.visa-type-choose-sec .why-choose-img {
    box-shadow: rgba(0,0,0,.09) 0px 3px 12px;
    height: 310px;
    position: relative
}

.visa-type-choose-sec .why-choose-img::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1
}

.visa-type-choose-sec .why-choose-img:hover::before {
    height: 250%;
    transition: all 600ms linear;
    background-color: rgba(0,0,0,0)
}

.visa-type-choose-sec .why-choose-heading {
    font-size: 28px;
    margin-top: 25px
}

.visa-type-choose-sec .why-choose-para {
    margin-top: 10px;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 0;
}

.visa-type-choose-sec .visa-choose-card {
    box-shadow: rgba(0,0,0,.05) 0px 1px 2px 0px;
    border-radius: 14px;
    padding: 35px 32px;
    transition: all .3s ease-in-out;
    background-color: #f1f9fc;
}

.visa-type-choose-sec .visa-choose-card .visa-choose-icon svg {
    width: 32px;
}

.visa-type-choose-sec .visa-choose-card .visa-choose-icon path {
    fill: #0b3947;
}

.visa-type-choose-sec .visa-choose-card .visa-choose-title {
    font-size: 18px;
    margin-bottom: 8px;
    margin-top: 12px;
    color: #0b3947;
}

.visa-type-choose-sec .visa-choose-card .visa-choose-para {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #092b35;
}
.visa-type-choose-sec .visa-choose-card:hover {
    transform: scale(1.02);
}

@media(max-width: 767px) {
    .visa-type-choose-sec .why-choose-para {
        font-size: 16px;
        line-height: 25px;
    }

    .visa-type-choose-sec .visa-choose-card {
        padding: 28px 24px;
    }

    .visa-type-choose-sec .visa-choose-card .visa-choose-title {
        font-size: 16px;
    }

    .visa-type-choose-sec .visa-choose-card .visa-choose-para {
       font-size: 15px;
        line-height: 24px;
    }
}



/*common section start */
.heading-section .heading {
    font-size: 30px;
    font-weight: 600;
    position: relative;
    padding-bottom: 0px;
    line-height: normal;
}
.common-padding {
    padding-top: 40px;
    padding-bottom: 50px;
}
.whatsapp-btn {
    background: #25d366;
    color: #fff;
    bottom: 25px;
    left: 25px;
    font-size: 37px;
    z-index: 10;
    height: 70px;
    width: 70px;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    animation-play-state: paused
}

.whatsapp-btn a {
    color: #fff
}
.whatsapp-btn .whatsapp-btn-title {
    font-size: 14px;
    color: #000;
    z-index: 2;
    width: 150px;
    left: 115%;
    top: 50%;
    transform: translateY(-50%);
    padding: 7px;
    border-radius: 5px;
    font-size: 13px;
    color: #4d4d4d;
    line-height: 21px;
    box-shadow: rgba(50,50,105,.15) 0px 2px 5px 0px,rgba(0,0,0,.05) 0px 1px 1px 0px
}

.whatsapp-btn .whatsapp-btn-title::before {
    content: "";
    position: absolute;
    left: -11px;
    top: 45%;
    border-radius: 2px;
    height: 15px;
    background: #fff;
    width: 15px;
    transform: rotate(45deg) translateY(-50%);
    z-index: -1
}

.whatsapp-btn .whatsapp-btn-title .btn-close {
    top: -8px;
    right: -8px;
    background-image: none;
    font-size: 18px;
    box-shadow: rgba(50,50,105,.15) 0px 2px 5px 0px,rgba(0,0,0,.05) 0px 1px 1px 0px
}

.whatsapp-btn::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 20px;
    border: 5px solid #25d366;
    opacity: .75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite
}
@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: .75
    }

    75% {
        padding: 50px;
        opacity: 0
    }

    100% {
        opacity: 0
    }
}
@media (max-width:767px){
    .whatsapp-btn {
        height: 60px;
        width: 60px;
    }
    .heading-section .heading {
        font-size: 24px;
    }
    .container-fluid {
        padding-inline: 5px !important;
    }
    .heading-section img {
        width: 170px;
    }
}


/*visa type country section */
.allcountry-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 240px;
    width: 380px;
    background: url(../img/shape.png) no-repeat;
    background-position: center;
    background-size: contain
}

.allcountry-section .country-main-card {
    box-shadow: rgba(0,0,0,.16) 0px 1px 4px;
    transition: all .3s ease-in-out;
    border-radius: 12px
}

.allcountry-section .country-main-card .flag-img {
    height: 45px;
    width: 45px;
    position: relative;
    z-index: 2;
    background-color: #fff;
    border: 3px solid #fff;
    box-shadow: rgba(0,0,0,.18) 0px 2px 4px
}

.allcountry-section .country-main-card .flag-img img {
    transition: all .3s ease-in-out
}

.allcountry-section .country-main-card .country-img {
    height: 225px
}

.allcountry-section .country-main-card .country-img::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1
}

.allcountry-section .country-main-card .country-img img {
    object-fit: cover
}

.allcountry-section .country-main-card .country-card-content {
    padding: 15px;
    backdrop-filter: blur(8px);
    background: rgba(255,255,255,.568)
}
.allcountry-section .country-main-card .country-name {
    font-size: 19px;
    color: #000;
    margin-left: 3px;
}
.allcountry-section .country-main-card .country-name i {
    color: #d71921
}
.allcountry-section .country-main-card .country-subheading {
    font-size: 14px;
    color: gray;
}
.allcountry-section .country-main-card .card-btn {
    font-size: 14px;
    display: none;
    background-color: #f8f9fa;
    color: #000 !important;
    border: 1px solid #b3b3b3;
    padding: 5px 13px;
    line-height: normal;
    transition: all .3s ease-in-out
}
.allcountry-section .country-main-card .card-btn:hover {
    background-color: #e51f28;
    border-color: #d71921;
    color: #fff !important
}
.allcountry-section .country-main-card:hover .country-img::before {
    height: 250%;
    transition: all 600ms linear;
    background-color: rgba(0,0,0,0)
}
.allcountry-section .country-main-card:hover .flag-img img {
    transform: rotate(360deg)
}
.allcountry-section .country-card-main .country-card {
    padding: 12px;
    transition: all .3s ease-in-out;
    border-radius: 5px;
    gap: 13px;
}
.allcountry-section .country-card-main .country-card .country-flag {
    height: 40px;
    min-width: 40px;
    max-width: 40px;
}
.allcountry-section .country-card-main .country-card .country-flag img {
    object-fit: contain;
}

.allcountry-section .country-card-main .country-card .country-title {
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.allcountry-section .country-card-main .country-card:hover {
    box-shadow: 0px 14px 19px 0px rgba(221,229,236,.42);
    border-color: #d71921 !important;
    transform: translateY(-5px)
}
.allcountry-section .country-card-main .country-card:hover .country-title {
    color: #d71921
}
.allcountry-section .view-all-btn {
    transition: all .3s ease-in-out;
    color: #fff;
    padding: 0;
    line-height: normal;
    color: #000;
    gap: 4px
}
.allcountry-section .view-all-btn .viewless {
    display: none
}
.allcountry-section .view-all-btn i {
    transition: all .3s ease-in-out;
    height: 28px;
    width: 28px;
    background-color: #d71921;
    border-radius: 50%;
    color: #fff;
    font-size: 14px
}
.allcountry-section .view-all-btn:not(.collapsed) .viewall {
    display: none
}
.allcountry-section .view-all-btn:not(.collapsed) .viewless {
    display: block
}
.allcountry-section .view-all-btn:not(.collapsed) i {
    transform: rotate(-180deg)
}
@media(max-width: 991.98px) {
    .allcountry-section .country-main-card .country-img {
        height:200px
    }
}
@media(max-width: 767.98px) {
    .allcountry-section .country-card-main .country-card {
        padding:8px;
        gap: 10px
    }

    .allcountry-section .country-card-main .country-card .country-flag {
        height: 35px;
        min-width: 35px;
        max-width: 35px
    }

    .allcountry-section .country-card-main .country-card .country-title {
        font-size: 15px
    }
}

@media(max-width: 575.98px) {
    .allcountry-section::before {
        height:240px;
        width: 100%
    }

    .allcountry-section .country-main-card .country-img {
        height: 190px
    }

    .allcountry-section .country-main-card .flag-img {
        height: 42px;
        width: 42px
    }
}


/*cta section start */
.cta-section .cta-card {
    box-shadow: rgba(99,99,99,.2) 0px 2px 8px 0px;
    padding: 35px;
    border-radius: 8px;
}
.cta-section .cta-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(../img/cta-bg.png) no-repeat;
    background-size: cover;
}
.cta-section .cta-subheading {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
    margin-top: 12px;
}
.cta-section .cta-para {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 500;
    color: #1a1a1a;
}
.cta-section .cta-btn {
    font-size: 17px;
    padding: 10px 14px;
    color: #fff;
    font-weight: 500;
    line-height: normal;
    gap: 6px;
    border-radius: 4px;
}
.cta-section .cta-btn i {
    transition: all .3s ease-in-out;
}
.cta-section .cta-btn:hover i {
    transform: scale(1.2);
}
.cta-section .cta-btn-one {
    background-color: #25d366;
}
.cta-section .cta-btn-two {
    background-color: #fff;
    color: #000;
}
@media(max-width: 575.98px) {
    .cta-section .cta-heading {
        font-size:17px;
    }
    .cta-section .cta-subheading {
        font-size: 23px;
        margin-top: 0px;
    }
    .cta-section .cta-para {
        font-size: 15px;
        line-height: 24px;
        margin-top: 10px;
    }
    .cta-section .cta-btn {
        font-size: 15px;
    }
    .cta-section .cta-card {
        padding: 15px;
    }
}



/*review section start */
.testimonial-section .allreview {
    padding: 6px 14px;
    color: #006142;
}

.testimonial-section .allreview .review-img {
    height: 28px;
}

.testimonial-section .testimonial-card {
    box-shadow: rgba(0,0,0,.16) 0px 1px 4px;
}

.testimonial-section .testimonial-card .user-name {
    font-size: 16px;
    font-weight: 600;
}

.testimonial-section .testimonial-card .user-img {
    height: 40px;
    max-width: 40px;
    min-width: 40px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    background-color: #1d9d61;
}

.testimonial-section .testimonial-card .user-img p {
    margin: 0;
}

.testimonial-section .testimonial-card .card-data {
    padding: 15px;
}

.testimonial-section .testimonial-card .card-head {
    font-size: 18px;
    color: #000;
    line-height: normal;
}

.testimonial-section .testimonial-card .card-para {
    font-size: 16px;
    line-height: 27px;
    margin-top: 12px;
    color: #4e4e4e;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.testimonial-section .testimonial-card .card-para p {
    display: inline;
}

.testimonial-section .testimonial-card .quote {
    color: #4d4d4d;
    font-size: 20px
}

.testimonial-section .testimonial-card .testimonial-footer {
    padding: 15px;
    background-color: #dfdfdf
}

.testimonial-section .testimonial-card .star-img {
    width: 120px
}

.testimonial-section .testimonial-card .date {
    font-size: 14px;
    color: #000
}

.testimonial-section .testimonial-card .date .date-icon {
    color: #333;
    margin-right: 5px
}

.testimonial-section .swiper-pagination {
    top: unset !important;
    transform: translateY(0) translateX(-50%) !important;
    bottom: 0 !important
}

.testimonial-section .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #d71921 !important
}

.testimonial-section .testimonial-card-two .star-img {
    width: 100px
}

.testimonial-section .testimonial-card-two .card-para {
    -webkit-line-clamp: 3;
    margin-top: 8px
}

@media(max-width: 575.98px) {
    .testimonial-section .testimonial-card .card-data {
        padding:12px;
    }
    .testimonial-section .testimonial-card .card-head {
        font-size: 17px;
    }
    .testimonial-section .testimonial-card .user-img {
        height: 35px;
        min-width: 35px;
        max-width: 35px;
    }
    .testimonial-section .testimonial-card .quote {
        font-size: 16px;
    }
    .testimonial-section .testimonial-card .star-img {
        width: 100px;
    }
    .testimonial-section .testimonial-card .card-para {
        font-size: 15px;
        line-height: 25px;
        margin-top: 10px;
    }
}


/*faq section start */
.faq-section .accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.faq-section .accordion-item {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 6px;
    overflow:hidden;
    border: 0;
    position: relative;
}
.faq-section .accordion-item::before {
    content: '';
    position: absolute;
    left: 0.5px;
    top: 0;
    height: 100%;
    width: 3.5px;
    background: #d71921;
}
.faq-section .accordion-button {
    background: transparent !important;
    padding: 8px 18px;
    font-weight: 700;
    font-size: 17px;
}
.faq-section .accordion-count {
    height: 38px;
    width: 38px;
    font-weight: 00;
    font-size: 18px;
    border: 1px dashed #d71921;
    margin-right: 5px;
}
.faq-section .accordion-button:not(.collapsed){
    color: #000;
}
.faq-section .accordion-body {
    padding:5px 20px 12px;
}


/*footer section start */
.main-footer {
    background: #183d4c;
}
.main-footer {
  padding-block:30px ;
}
.main-footer .container-inner {
    width: 97%;
}
.main-footer .footer-heading {
    border-bottom: 1px solid #cbe2e71a;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.main-footer .footer-list {
    gap: 8px;
}
.main-footer .footer-heading {
    font-size: 21px;
}
.main-footer .footer-link {
    font-size: 16px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
 .main-footer .tripadvisor_main {
    background-color: #fff;
    box-shadow: 3px 5px 35px rgb(86 68 169/10%);
    padding: 12px;
    border-radius: 20px;
 }
 .tripadvisor_main .tripadvisor-heading {
   font-size:17px;
   font-weight:600;
   margin-top:12px;
 }
 .tripadvisor_main .tripadvisor-subheading {
  font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #333;
 }
 .tripadvisor_main .tripadvisor-data {
  padding-block:9px;
  border-block:1px solid #e3e3e3;
  margin-top:9px;
 }
 .tripadvisor_main .tripadvisor-rating {
  gap: 4px;
 }
 .tripadvisor_main .tripadvisor-title {
  font-size:13px;
 }
 .tripadvisor_main .tripadvisor-rating li {
   height:12px;
   width:12px;
   border-radius:50%;
   background:#00AA6C;
 }
 .tripadvisor_main .tripadvisor-title-two {
   font-size:12px;
   color:#000;
   line-height:22px;
 }
 .tripadvisor_main .tripadvisor-list{
   gap:8px;
   margin-top:10px;
 }
 .tripadvisor_main .tripadvisor-list a,
 .tripadvisor_main .tripadvisor-list li {
  color:#000;
  font-size:13px;
  transition:all 0.3s ease-in-out;
 }
 .tripadvisor_main .tripadvisor-list a:hover {
  color:#00AA6C;
 }
.tripadvisor_main .tripadvisor-logo {
   height:30px;
} 
.main-footer .footer-scan-img {
    height: 100px;
}
.main-footer .footer-scan-title {
    font-size: 18px;
}
.main-footer .footer-social-heading  {
    margin-block: 15px;
    font-size: 17px;
}
 .main-footer-social .footer-social-list {
   gap:8px;
   margin-top:12px;
 }
 .main-footer-social .footer-social-link {
  height:40px;
  width:40px;
  background:#4267B2;
  border-radius: 9px;
  color:#fff;
  font-size:20px;
 }
 .main-footer-social .x {
   background:#000;
 }
 .main-footer-social .instagram {
   background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
 }
 .main-footer-social .pinterest {
   background:#E60023;
 }
 .main-footer-social .youtube {
   background:#FF0000;
 }
 .main-footer-social .linkedin {
   background:#0077b5;
 }
  .main-footer .footer-link{
     display:flex;
  }
  .main-footer .footer-link:hover{
   transform:translateX(6px);
 
  }



.copyright-section {
    background:#044453 ;
    border: 1px solid #9ba5a754;
    padding-block: 12px;
}
.copyright-section p {
    color: #fff;
}