
/* Font Family */
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Schibsted+Grotesk:ital,wght@0,400..900;1,400..900&display=swap');



.poppins {
    font-family: "Poppins", sans-serif;
    font-style: normal;
  }
.lora {
    font-family: "Lora", serif;
    font-style: normal;
  }
.red-hat-display {
    font-family: "Red Hat Display", sans-serif;
    font-style: normal;
}
.schibsted-grotesk {
    font-family: "Schibsted Grotesk", sans-serif;
    font-style: normal;
}
.montserrat {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}


body{
    background-color: #ffe0ce;
}


a{
    text-decoration: none;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

nav.navbar {
    background: #000;
}

div#collapsibleNavbar {
    justify-content: flex-end;
}
.navbar-nav .nav-item .nav-link {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.btn-book-now {
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    color: #fff;
    margin-left: 35px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    text-align: center;
    padding: 10px 0;
    width: 120px;
    transition: ease-in-out .5s;
}
.btn-book-now:hover {
    background: #ffffff;
}
.btn-login {
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    color: #F55C06;
    margin-left: 20px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    text-align: center;
    padding: 10px 0;
    background: #fff;
    width: 120px;
    transition: ease-in-out .5s;
}
.btn-login:hover {
    background: #F55C06;
    color: #fff;
}






.banner-section .banner-image {
    width: 100%;
}
section.banner-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-content {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}
.banner-content h1 {
    font-family:  "Lora", serif;
    font-size: 70px;
    font-weight: 500;
    line-height: 84px;
    text-align: center;
    text-transform: capitalize;
}
.banner-content p {
    font-family: "Red Hat Display", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}

.btn-custome {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    background: #F55C06;
    padding: 8px 25px;
    border-radius: 100px;
    position: relative;
    border: 0;
    color: #fff;
    text-transform: uppercase;
}
.btn-custome::before {
    position: absolute;
    width: 95%;
    height: 90%;
    content: "";
    border: 0.6px solid #FFFFFF;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100px;
}

.banner-overlay {
    position: absolute;
    bottom: -15px;
    width: 100%;
    left: 0;
    right: 0;
}


.welcome-section {
    background: #ffe0ce;
    padding: 50px 0;
}
.welcome-content h1 {
    font-family:  "Lora", serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 54px;
    text-align: left;
    color: #000;
}
.welcome-content p {
    font-family: "Red Hat Display", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
}


.why-choose-section {
    position: relative;
    padding: 90px 0;
    background-image: url('../image/welcome-bg.png');
    background-size: contain;
    background-position: left;
    background-color: #fff;
}
.why-choose-overlay-bottom,
.why-choose-overlay-top {
    position: absolute;
    left: 0;
    width: 100%;
    right: 0;
}
.why-choose-overlay-bottom{
    bottom: -15px;
}
.why-choose-overlay-top {
    top: -15px;
}

.why-choose-heading h1 {
    font-family:  "Lora", serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 54px;
    text-align: center;
}
.why-choose-card {
    position: relative;
    background: #000;
    border-radius: 10px;
    color: #fff;
    padding: 60px 30px 30px;
    margin-top: 60px;
    text-align: center;
    height: 271px;
    z-index: 0;
}
.why-choose-card .why-chose-icon {
    width: 90px;
    height: 90px;
    background: #F55C06;
    border: 7px solid #FFFFFF;
    border-radius: 50%;
    object-fit: contain;
    padding: 16px;
    position: absolute;
    top: -45px;
    right: 0;
    left: 0;
    margin: auto;
}
.why-choose-card .card-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    z-index: -1;
}
.why-choose-card h3 {
    font-family:  "Lora", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
    color: #F55C06;
    margin: 0;
}
.why-choose-card p {
    font-family: "Red Hat Display", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
}


.service-section {
    background: #ffe0ce;
    padding: 70px 0;
}

.service-card img {
    width: 100%;
    margin-bottom: 10px;
}
.service-card {
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}
.service-card h3 {
    font-family:  "Lora", serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
}
.service-card p {
    font-family: "Red Hat Display", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    height: 115px;
}


.work-section {
    padding: 270px 0 80px;
    background-image: url('../image/work-bg.png');
    background-size: 100% 78%;
    background-repeat: no-repeat;
    position: relative;
}
.work-section .work-overlay-top {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: -15px;
}
.work-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: rgb(0 0 0 / 65%);
    border-radius: 25px;
    color: #fff;
    padding: 20px 0 40px;
    flex-wrap: wrap;
}
.work-heading h4 {
    font-family:  "Lora", serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 54px;
    text-align: center;
}
.work-heading {
    width: 100%;
    text-align: center;
}
.work-card {
    text-align: center;
    padding: 40px;
    width: 33%;
    position: relative;
}
.work-card::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 200px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 7.98%, #FFFFFF 52.68%, rgba(189, 175, 0, 0) 93.8%);
    bottom: 0;
    right: 0;
}

.work-card img {
    width: 60px;
    margin-bottom: 10px;
    height: 60px;
    object-fit: contain;
}

.work-card h4 {
    font-family:  "Lora", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
}

.work-card p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
}



.contact-section {
    padding: 140px  0;
    background-image: url('../image/contact-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
    margin-bottom: 25px;
}
.contact-section .contact-overlay-top {
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
    width: 100%;
}
.contact-section .contact-overlay-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    width: 100%;
}
.contect-content h4 {
    font-family:  "Lora", serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 48px;
    text-align: left;
    margin-bottom: 30px;
}
.contect-content p{
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
}
.contact-icon p {
    margin: 0;
}
.contact-icon {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.contact-icon img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.contact-form textarea,
.contact-form input {
    margin-bottom: 20px;
}
.contact-form label {
    margin-bottom: 10px;
}

footer {
    padding: 30px 0;
}
.footer-logo {
    text-align: center;
}
.footer-logo img {
    height: 77px;
}
.footer-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
}
.footer-menu ul li a {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
}
.footer-menu {
    margin: 20px 0;
    border-top: 1px  solid #595959;
    border-bottom: 1px  solid #595959;
    padding: 25px 0;
}

.footer-contact-inner .footer-contact-icon {
    width: 42px;
    height: 42px;
    border: 1px solid #070000;
    border-radius: 50px;
    padding: 8px;
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}
.footer-contact-inner .footer-contact-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer-contact-inner label {
    font-family:  "Lora", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.48px;
    text-align: left;
    color: #F55C06;
}
.footer-contact-inner p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.footer-contact {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid #595959;
    padding: 10px 0 20px;
}
.footer-contact-inner {
    text-align: center;
    width: 33%;
}
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}
.footer-bottom p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.79px;
    text-align: left;
    margin: 0;
}
.footer-bottom ul li a svg {
    fill: #000;
}
.footer-bottom ul {
    display: flex;
    align-items: center;
    gap: 15px;
}
.footer-bottom ul li a {
    width: 42px;
    height: 42px;
    border: 1px solid #000000;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-bottom ul li a:hover{
    background-color:#F55C06 ;
    fill: #fff;
    transition: ease-in-out .6s;
}
.footer-bottom ul li a:hover svg{
    fill: #fff;

}

.breadrumb-section {
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 15px;
}
.breadcrumb-heading h3 {
    font-family:  "Lora", serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 51.2px;
    letter-spacing: 0.15em;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
}
.breadrumb-section img {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    width: 100%;
}

.benefits-heading h1 {
    font-family: "Lora", serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 54px;
    text-align: center;
    margin: 0 0 31px;
}
.benefits-section {
    padding: 50px 0;
}
.benefits-number {
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 20px;
}
.benefits-number img {
    width: 75px;
    position: relative;
}

.benefits-number span {
    font-family:  "Lora", serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
}

.benefits-content h5 {
    font-family:  "Lora", serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 23.8px;
    text-align: left;
    color: #F55C06;
}
.benefits-content p {
    font-family: "Red Hat Display", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    height: 130px;
    /* background: aqua; */
    margin-bottom: 0;
}
.benefits-card {
    border: 2px solid #F55C06;
    width: 100%;
    border-radius: 5px;
    padding: 30px 15px;
    background: #FFFFFF;
    margin-bottom: 20px;
}

.benefits-content span {
    font-family: "Red Hat Display", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
}

.benefits-content.benefits-content-last p {
    height: fit-content;
    margin-bottom: 10px;
}



  .owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
  }
  .owl-nav button.owl-prev {
    left: 0;
  }
  .owl-nav button.owl-next {
    right: 0;
  }
  
  .owl-dots {
    text-align: center;
    padding-top: 15px;
  }
  .owl-dots button.owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    background: #F55C06;
    margin: 0 3px;
    opacity: 0.25;
  }
  .owl-dots button.owl-dot.active {
    background-color: #F55C06;
    opacity: 1;
  }
  .owl-dots button.owl-dot:focus {
    outline: none;
  }
  .owl-nav button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(255, 255, 255, 0.38) !important;
  }

  .owl-nav button:focus {
      outline: none;
  }

  .item {
      width: 100%;
  }

  .sources-section {
    position: relative;
    padding: 100px 0;
    background-image: url('../image/source-bg.png');
    background-color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}
.sources-section .item img {
    width: 100%;
    height: 90px;
    border-radius: 15px;
    background: #FFFFFF;
    border: 1px solid #F55C063B;
    box-shadow: 2px 4px 10px 0px #0000001A;
    object-fit: contain;
    padding: 20px;
}



.pricing-heading h1 {
    font-family: "Lora", serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 54px;
    text-align: center;
    margin-bottom: 40px;
}
.pricing-card {
    border: 1px solid #000000;
    box-shadow: 0px 0px 25px 0px #0000002E;
}
.pricing-image {
    padding: 20px;
}
.pricing-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.pricing-content-heading h5 {
    font-family: "Lora", serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 23.04px;
    letter-spacing: 0.15em;
    text-align: center;
}

.pricing-content-heading p {
    font-family: "Red Hat Display", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    margin: 0;
}

.pricing-content-heading p span {
    font-weight: 700;
    color: #F55C06;
}
.pricing-section {
    background: #fff;
    padding: 100px 0;
    position: relative;
}
.pricing-content-heading {
    background: #FFE0CE;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.pricing-content-heading,
.pricing-content{
    padding: 20px;
}
.pricing-content h6 {
    font-family: "Red Hat Display", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 18.52px;
    letter-spacing: 0.15em;
    text-align: left;
}
.pricing-content ul li{
    font-family: "Red Hat Display", sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 15px;
    text-align: left;
    margin-bottom: 15px;
}
.pricing-content ul li i{
    color: #F55C06;
    margin-right: 5px;
}
.pricing-content button {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    background: #F55C06;
    width: 100%;
    padding: 12px;
    border: 0;
    border-radius: 36px;
    position: relative;
    text-transform: uppercase;
}
.pricing-content button::before {
    position: absolute;
    content: "";
    width: 97%;
    height: 90%;
    border: 1px solid #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100px;
}

.travel-content h5 {
    font-family: "Lora", serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 54px;
    text-align: left;
}
.travel-content p {
    font-family: "Red Hat Display", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
}
.travel-content ul li {
    font-family: "Red Hat Display", sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 15px;
    text-align: left;
    margin-bottom: 10px;
}
.travel-section {
    padding: 100px 0;
    background: #fff;
    position: relative;
}
.application-form-section {
    padding: 100px 0;
}
.application-form h5 {
    font-family: "Lora", serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 54px;
    text-align: center;
}
.application-form p{
    font-family: "Red Hat Display", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
.application-form form h6 {
    font-family: "Lora", serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
}
.application-form form {
    background: #FFFFFF;
    width: 100%;
    border-radius: 15px;
    padding: 20px;
}

/* login CSS Start */
.login-section {
    background: #fff;
}
.login-image img {
    width: 100%;
}
.form-input {
    position: relative;
}
.form-input input {
    position: relative;
    width: 100%;
    padding: 15px 20px 15px 50px;
    border: 1px solid #F55C06;
    border-radius: 9px;
}
.form-input label {
    position: absolute;
    top: -7px;
    left: 15px;
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 15px;
    text-align: left;
    color: #F55C06;
    background: #fff;
    z-index: 9;
    padding: 0px 8px;
}
.login-content h1 {
    font-family: "Red Hat Display", sans-serif;
    font-size: 62px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #F55C06;
}
.login-content p {
    font-family: "Schibsted Grotesk", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.84px;
    text-align: center;
    color: rgb(0 0 0 / 50%);
}
.form-input svg {
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.forgot-pass label {
    font-family: "Schibsted Grotesk", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-align: right;
    color: #00000080;
    width: 100%;
}
.login-button button {
    width: 100%;
    border-radius: 5px;
    background: #F55C06;
    border: 1px solid #FFFFFF26;
    font-family: "Schibsted Grotesk", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    color: #fff;
    padding: 14px;
    text-transform: uppercase;
}
.or-option h6 {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.2800000011920929px;
    text-align: center;
    color: #000;
    position: relative;
    width: fit-content;
    margin: auto;
    background: #fff;
    padding: 0 10px;
}
.or-option {
    position: relative;
}
.or-option::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    background: rgb(0 0 0 / 20%);
    top: 0;
    bottom: 0;
    margin: auto;
}
.login-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.login-social a {
    width: 95px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E7F2F5;
    width: 95px;
    height: 54px;
    border-radius: 9px;
}
.dont-account p {
    font-family: "Schibsted Grotesk", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.36px;
    text-align: center;
    color: #000;
}
.dont-account p a{
    font-weight: 700;
    color: #000;
}
.register-check p {
    margin: 0;
}

.register-check {
    display: flex;
    align-items: center;
    gap: 10px;
}
.back-login {
    text-align: center;
}
.back-login a {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #313131;
}






/* login CSS End */div#exampleModal .modal-content .btn-close {    position: absolute;    right: 15px;    top: 15px;    z-index: 9;    border: 2px solid #F55C06;    border-radius: 50%;    color: #F55C06;    background: no-repeat;    display: flex;    align-items: center;    justify-content: center;}

/* Media Query Start */

@media (max-width:1199px) {
    .banner-content h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .banner-content p {
        font-size: 16px;
        line-height: 25px;
    }
    .navbar-toggler i {
        color: #fff;
    }
    .navbar-nav .nav-item {
        text-align: center;
    }
    .btn-login,
    .btn-book-now {
        margin: 10px 0 ;
    }
    .pricing-heading h1,
    .benefits-heading h1,
    .contect-content h4,
    .work-heading h4,
    .why-choose-heading h1,
    .welcome-content h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .welcome-content p {
        font-size: 16px;
        line-height: 20px;
    }
    .why-choose-card .card-overlay {
        height: 100%;
        width: 100%;
    }
    .why-choose-card h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .why-choose-card p {
        font-size: 15px;
        line-height: 24px;
    }
    .work-card {
        width: 49%;
    }
    .login-content {
        margin-top: 40px;
    }
    .breadcrumb-heading h3 {
        font-size: 30px;
        line-height: 30px;
    }
    .travel-content h5 {
        font-size: 35px;
        line-height: 40px;
    }
    .travel-content p {
        font-size: 16px;
        line-height: 25px;
    }
    .application-form h5 {
        font-size: 30px;
        line-height: 40px;
    }
    .application-form p {
        font-size: 16px;
        line-height: 20px;
    }
    .application-form form h6 {
        font-size: 22px;
        line-height: 30px;
    }
    .login-content h1 {
        font-size: 40px;
    }
    .work-section {
        padding: 90px 0 40px;
        background-size: auto 50%;
    }
}
@media (max-width: 767px) {
    .work-section {
        padding: 30px 0 40px;
        background-size: auto 27%;
        background-position: top center;
    }
    .login-content p {
        font-size: 14px;
        line-height: 16px;
    }
    .login-content h1 {
        font-size: 30px;
    }
    .application-form form h6 {
        font-size: 18px;
        line-height: 25px;
    }
    .application-form p {
        font-size: 14px;
        line-height: 16px;
    }
    .application-form h5 {
        font-size: 25px;
        line-height: 30px;
    }
    .travel-content p {
        font-size: 14px;
        line-height: 20px;
    }
    .travel-content h5 {
        font-size: 25px;
        line-height: 30px;
    }
    .banner-content h1 {
        font-size: 20px;
        line-height: 25px;
    }
    .banner-content p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 5px;
    }
    .navbar-brand img {
        height: 45px;
    }
    .btn-custome {
        font-size: 14px;
        line-height: 16px;
        padding: 6px 25px;
    }
    .footer-menu ul {
        gap: 15px;
        flex-wrap: wrap;
    }
    .footer-contact {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-contact-inner {
        text-align: center;
        width: 100%;
    }
    .pricing-heading h1, .benefits-heading h1, .contect-content h4, .work-heading h4, .why-choose-heading h1, .welcome-content h1 {
        font-size: 20px;
        line-height: 25px;
    }
    .welcome-content p {
        font-size: 14px;
        line-height: 16px;
    }
    .work-card {
        width: 100%;
        padding: 15px;
    }
    .footer-bottom {
        display: block;
    }
    .footer-bottom p {
        font-size: 14px;
        line-height: 16px;
        text-align: center;
        margin: 0 0 10px;
    }
    .footer-bottom ul {
        justify-content: center;
    }
    .breadcrumb-heading h3 {
        font-size: 25px;
        line-height: 30px;
    }
}

/* Media Query End */







