a/*
@font-face {
  font-family: 'Sequel Sans';
  src: url('/assets/fonts/Sequel_Sans/Sequel Sans Medium Body.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

*/

a

/* Contact table */
.table-wrapper {
  overflow-x: auto; 
}

table {

  width: 100%;
  min-width: 300px;
  border-collapse: collapse;
}

th, td {
  padding: 8px;
  text-align: left;
}



/* ======================================================== */

h1, h2, h3 {
  font-family: 'Roboto Sans', sans-serif;
  font-weight: 700;
}

.btn {
  font-size: 14px;
}


body {
  height: 100vh;
  background-color: #f0f0f0;
  
  font-family: 'Roboto Sans', sans-serif !important;
  font-weight: 500 !important;
  margin: 0;
  padding: 0;
}


/* HEADER */
header {
  width: 100%;
  /*display: flex;
 justify-content: center;*/
  margin-top: 0;
}

.flex-container {
  width: 100%;
  padding: 10px;
  display: flex;
  align-content: space-around;
  flex-direction: row;
  gap: 10%; 
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.logo {
  width: 111px;
  height: 76px;
}

.navbar {
  background-color: #f0f0f0;
  padding: 2px 7px !important;
  border-radius: 40px;
  position: relative;
  box-shadow: 1px 2px 4px 2px rgba(0, 0, 0, 0.05),
              -1px -2px 4px 2px rgba(255, 255, 255, 0.05);
  box-shadow: inset 1px 2px 4px 2px rgba(0, 0, 0, 0.1);
}

.navbar-nav {
  position: relative;
  display: flex;
  align-items: center;
}

.highlight {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 3px;

  transition: left 0.3s, width 0.3s;
}

.nav-item {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 3px;
  margin-right: 5px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}





.nav-link {
  text-decoration: none;
  color: #000;
  padding: 10px 15px;
}



.product-dropdown{
   width: 155px;

}

.product-button{
  padding: 10px 20px;
}

/* ======================================================================================================================= */

.floating-icon {
  font-size: 20px;
  font-weight: 600;
  width: 100px;
  height: 100px;
  position: fixed;
  bottom: 50px;  
  right: 50px;  
  background-color: #EC222A; 
  color: white;  
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px; 
  border-radius: 50%; 
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer; 
  z-index: 1000; 
  /* opacity: 0;
  transition: opacity 0.3s ease; */
}

.floating-icon a {
color: #fefefe;
text-decoration: none;
}
a{
    text-decoration: none !important;
    color: #ec222a;
}

/* Navbar dropdown */
.dropdown-menu {
 
  position: absolute; /* Position the dropdown menu */
  background-color: #222; /* Dark background color for the dropdown menu */
  border: 1px solid #333; /* Darker border around the dropdown menu */
  border-radius: 5px; /* Rounded corners for the dropdown menu */
  margin-top: 0.5rem; /* Space between the link and dropdown */
  padding: 0.5rem 0; /* Padding inside the dropdown menu */
  z-index: 1000; /* Ensure dropdown menu appears above other content */
}

/* Show the dropdown menu when hovering over the parent nav-item */
.nav-item:hover .dropdown-menu {
  display: block; /* Show dropdown menu on hover */
}

/* Style dropdown items */
.dropdown-item {
  padding: 0.5rem 1rem; /* Padding for dropdown items */
  color: #ddd; /* Light text color for dropdown items */
  text-decoration: none; /* Remove underline from links */
}

.dropdown-item:hover {
  background-color: #EC222A !important; /* Background color on hover for dropdown items */
  color: white !important; /* Ensure the text is readable on the red background */
}



/* ======================================================================================================================= */

/* Image form section */
.image-form-section {
  position: relative;
  text-align: center;
 /* margin-top: 40px;*/
}


.formsection-img {
  width: 100%;
  height: 595px !important;
  object-fit: cover;
  z-index: 1;
  /* border-radius: 15px; */
}

.overlap-form {
  position: absolute;
  bottom: -30%; 
  left: 50%;
  transform: translateX(-50%);
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  width: 60%;
}
.form-package{
    display: flex;
    flex-direction: row;
}

.packageform label{
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  font-weight: 700 !important;
  margin-bottom: 10px;
}

.form-heading {
  font-size: 1.8em;
  font-family: 'Sequel Sans', sans-serif;
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}

.form-row{
  width: 100%;
}

.searchform{
    display: flex !important;
    gap: 5px;
    flex-direction: row;
    margin: 45px 0;
    padding-top: 15px;
    text-align: left;
    justify-content: space-around;
    
}

.form-check-input:checked[type=radio]{
background-color: #EC222A !important;
}

.row-1{
  display: flex;
  justify-items: left;
  width: 100%;
}

.row-2{
  display: flex;
 
  width: 100%;
}

.destination-btn{
  width: 100%;
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem;
}

.dropdown-toggle::after{
  margin-left: 8.255em !important;
}




.form-select option {
  font-weight: 600;
}

#inputField2::placeholder {
  font-weight: 600;
}

.form-date{
  display: flex;
  gap: 10px;
}

.image-form-section{
  margin-bottom: 10%;
}
.btn-primary {
  background-color: #EC222A !important;
  border-color: #EC222A !important; 
  color: #fefefe; 
}

.btn-primary:hover{
  background-color: #C71D1C !important; 
  border-color: #C71D1C !important; 
}


.button-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}



/*Date picker*/
.daterangepicker {
    display: inline-block;  /* Allow the container to shrink or expand based on its content */
    width: auto;            /* Set the width to auto to accommodate content */
    max-width: 100%;        /* Ensure it doesn’t exceed the viewport width */
    overflow: visible;      /* Allow content to overflow if necessary */
    position: relative;     /* Keep position relative for contained elements */
}

.daterangepicker .calendar-table table {
    table-layout: auto;     /* Allow cells to adjust width based on content */
    width: auto;            /* Let the table take the necessary width based on content */
}

.daterangepicker .calendar-table {
    width: auto;            /* Set the calendar-table width to auto */
    display: inline-block;  /* Ensure the table only takes the space it needs */
    position: relative;     /* Keep it relative within the container */
}

.daterangepicker .calendar-table table th, 
.daterangepicker .calendar-table table td {
    white-space: nowrap;    /* Prevent text wrapping */
    padding: 0 5px;         /* Add padding inside the cells */
    text-align: center;     /* Center-align text for better readability */
    overflow: hidden;       /* Hide overflow content */
    text-overflow: ellipsis;/* Add ellipsis for overflowed text */
}

.daterangepicker .drp-calendar {
    display: inline-block;  /* Ensure both calendars sit next to each other */
    width: auto;            /* Adjust width according to content */
    vertical-align: top;    /* Align the top of both calendars */
}

.daterangepicker .drp-calendar
{
    max-width: 100% !important;
}
/* ==================================================================================================================== */


/* About us */
.banner_ad{

    padding: 0px 50px !important;
    margin: 0px 50px;
    margin-top: 260px;
    justify-content: center;

  }

/* About us */
.aboutsection{
  border-radius: 10px;
  width: auto !important;
  height: 250px !important;
  float: right;
  
}

  .readmore-btn .btn {
   
    padding: 4px 20px 8px 20px;
    margin-top: 5px;
    margin-bottom: 5%;
  }
  .readmore-btn a{
    font-family: 'Segoe UI', Roboto, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: white;
  }

  .aboutussection{
    
    border: 1px solid #878787;
    border-radius: 10px;
    padding: 50px 50px !important;
    margin: 110px 50px;
 /*   margin-top: 260px; */
    justify-content: center;

  }

  .aboutus-content
  {
    margin-bottom: 5%;
  }
  .card1, .card2, .card3 {
    background-color: #fdfdfd ;
    border: 1px solid #dedede; 
    border-radius: 10px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 2.95px 10.6px;
  }

 
  .icon-wrapper {
    
    width: 55px; 
    height: 55px; 
    background-color: #EC222A;
    padding: 5px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    float: right;
    margin-top: -15px; 
    margin-bottom: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); 
  }
  
  .icon-wrapper img {
    width: 90%; 
    height: 90%; 
    object-fit: cover;
  }
  
/* ======================================================================================================================= */

/* Why us Section */

.whyussection{
  border-radius: 10px;
  /* width: auto !important;
  height: auto !important; */
  
  
}

  .whyussection{
    
    border: 1px solid #878787;
    border-radius: 10px;
    padding: 50px 50px !important;
    margin: 100px 50px;
    justify-content: center;

  }

  .whyus-card {
     background-color: #A5181D;
    border-radius: 10px;
    padding: 25px;
    width: auto;
    height: 250px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center !important;
    padding: 10px 20px;
}

.whyus-icon {
    display: flex;
    justify-content: center;
    align-items: center;
   
}

.whyus-icon img {
    
    height: 80px;
    background-color: #A5181D;
    padding: 5px;
    margin: 25px;
}

  
  .card-title {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  
  .whyus-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center !important;
    padding: 10px 20px;

  }

  .card-text{
   display: flex;
   text-align: left;
   justify-content: space-between;
   margin-top: 15px;
   
    
  }
  
  .whyus-content h5{
    color: #fefefe;
    font-size: 16px;
    font-weight: 600;
  }

  .whyus-content p{
    color: #fefefe;
    font-size: 14px;
    /* display: none; */
  }



 



/* ======================================================================================================================= */


/* Packagesection */

.packagesection {
  position: relative;
  width: 100%;
  padding-bottom: 110px;
  background-color: #f0f0f0;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(222, 109, 112, 0.9);
  z-index: 0; 
}

.packagesection h2 {
  width: 100%;
  padding: 30px;
  position: relative;
  color: #fff;
  background-color: #A5181D;
  z-index: 2;
}

.package-indexcontent{
    margin-top: 10px;
}

.package-cards {
  position: relative;
  margin-top: 5% !important;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 0 10px;
  justify-content: center;
  z-index: 2;
}

.package-card1{
  position: relative;
  width: 100%;
  max-width: 500px;
  padding: 16px 20px;
  border-radius: 10px;
  background-color: #fefefe;
  background-color: linear-gradient(140deg,
    rgba(255, 255, 255, 0) 10%,
    rgba(0, 0, 0, 0.2) 36%,
    rgba(94, 14, 17, 1) 89%,
    rgba(0, 0, 0, 1) 100%);
  /* box-shadow: 6px 6px 4.3px -1px rgba(0, 0, 0, 0.25); */
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  backdrop-filter: blur(40px);
}

.package-card1 img{
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
   aspect-ratio: 2 / 1;
 
}

.package-card1::before{
  background-color: rgba(255, 255, 255, 0.28);
}


.packagebadge {
  position: relative;
  /*top: 10px;*/
  z-index: 2;
  margin-bottom: 4px;
}

.packagebadge img {
  width: 90px;
  height: 80px;
  position: relative; /* Set position to relative */
  z-index: 1;
}

.single-product-img{
    
    object-fit: cover;
    width: 100%;
    height: auto;
}


.badge-text {
    position: fixed;
    border-radius: 8px 0px 2px 0px;
    top: 20px; /* Adjust this to position it correctly */
    left: 20px; /* Adjust this to position it correctly */
    z-index: 10000000; /* Ensure it's on top of other elements */
    padding: 2px 12px;
    color: white;
    background-color: #EC222A;
    font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    font-size: 1rem;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    white-space: nowrap; /* Prevent text from wrapping */
}


.package-card1 .card-title {
 margin-top: 20px;
}

.card-body h5{
margin-top: 10px;
}

.homepackage{
margin-left: 10px;
}

.homepackage p{
  text-align: left;
  margin-top: 15px;
  margin-bottom: 0px;
  color: #666666;
}

.homepackage h5{
  text-align: left;
  font-weight: 600;
  margin-bottom: 15px;
}

.homepackage li{
  top: 0;
  margin: 0;
  color: #666666;
}

.packagebtn{
  display:flex;
  align-items:center;
  justify-content: center;
  margin-top: 20px;
}

.package-btn01{
  background-color: #EC222A !important;
  color: #FEFEFE !important;
  margin-left: 5px;
  width:100%;
  padding: 8px 12px;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
}

.packagebtn .package-btn02:hover {
    color: #fefefe ;
    background-color: #f1f1f1;
    border-color: #dedede;
}

.packagebtn .package-btn02:focus {
    outline: 2px solid #dedede;
    outline-offset: 4px;
}

.package-btn02{
  text-align: center;
  padding: 8px 20px;
  border: 1px solid #dedede;
  border-radius: 8px;
  width:100%;
  text-decoration: none;
}
.packagecard-btn{
  margin-top: 20px;
}

/*

  */

/* .learnmore{
  float: right;
} */

/* ======================================================================================================================= */



/* Traveler Stats */

.travelstats{
  background-color: #A5181D;
  /*background-color: #EC222A;*/
  color: #fefefe;
  padding: 5% 10%;
}

.statscontent{
margin-top: 5%;
}

.counterstats{
  border: 1px solid #ced4da;
  border-radius: 10px;
}

.counterbox{
  padding: 5% 10%;
}

.counter {
  font-size: 2rem; /* Adjust as needed */
  font-weight: bold; /* Adjust as needed */
  margin-bottom: 10px; /* Space between the counter and the text */
}
.counterstats1 img{
  width: 70px;
  height: 70px;
}

/* ======================================================================================================================= */

/* Recommended By */

.recommendations{
  margin: 56px 30px;
}

.recommend-logo img{
  width: 150px;
  height: auto;
  object-fit: cover; 
  margin-bottom: 25px;
}
/* ======================================================================================================================= */

/* Affiliated By */

.affiliations{
  margin: 56px 30px
  
}


.affiliate-logo img{
  width: 150px;
  height: 150px;
  margin-bottom: 25px;
  object-fit: cover; 
}

.affiliations-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between; 
    align-items: flex-start;
    overflow: hidden;
}

.testimonials {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.testimonials .col {
    margin: 10px;
   
}

/*.carousel-control-next, .carousel-control-prev{*/
/*    color: #000;*/
/*    width: 5% !important;*/
/*}*/

.carousel {
    margin: 50px auto;
}
.carousel .carousel-item {
    color: #999;
    overflow: hidden;
    min-height: 120px;
    font-size: 13px;
}
.carousel .media {
    position: relative;
    padding: 0 0 0 20px;
    margin-left: 20px;
}
.carousel .media img {
    width: 75px;
    height: 75px;
    display: block;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border: 2px solid #fff;
}
.carousel .testimonial {
    color: #fff;
    position: relative;    
    background: #9b9b9b;
    padding: 15px;
    margin: 0 0 20px 20px;
}
.carousel .testimonial::before, .carousel .testimonial::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -20px;
}
.carousel .testimonial::before {
    width: 20px;
    height: 20px;
    background: #9b9b9b;
    box-shadow: inset 12px 0 13px rgba(0,0,0,0.5);
}
.carousel .testimonial::after {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    border-left-color: #fff;
}
.carousel .item .row > div:first-child .testimonial {
    margin: 0 20px 20px 0;
}
.carousel .item .row > div:first-child .media {
    margin-left: 0;
}
.carousel .testimonial p {
    text-indent: 40px;
    line-height: 21px;
    margin: 0;
}
.carousel .testimonial p::before {
    content: "\201D";
    font-family: Arial,sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 68px;
    line-height: 70px;
    position: absolute;
    left: -25px;
    top: 0;
}
.carousel .overview {
    padding: 3px 0 0 15px;
}
.carousel .overview .details {
    padding: 5px 0 8px;
}
.carousel .overview b {
    text-transform: uppercase;
    color: #ff5555;
}
.carousel-control-prev, .carousel-control-next {
    width: 30px;
    height: 30px;
    background: #666;
    text-shadow: none;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}
.carousel-control-prev {
    left: 10px; /* Adjust as needed */
}
.carousel-control-next {
    right: 10px; /* Adjust as needed */
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: #666;
    border-radius: 50%;
}
.carousel-indicators {
    position: unset !important;
    bottom: -80px;
}
.carousel-indicators li {
    background-color: #dedede !important;
    width: 30px !important;
    height: 3px !important;
}

.carousel-indicators li, .carousel-indicators li.active {
    width: 18px;
    height: 18px;
    
    margin: 1px 4px;
}
.carousel-indicators li {    
    background: #e2e2e2;
    border: 4px solid #fff;
}
.carousel-indicators li.active {
    color: #fff;
    /*background: #dedede;    */
    border: 3px double;
    border-color: #dedede;
}
.star-rating li {
    padding: 0 2px;
}
.star-rating i {
    font-size: 14px;
    color: #ffdc12;
}
/* ======================================================================================================================= */


.error-img {
    height: 300px;
    width: auto; 
    max-width: 100%; 
    object-fit: contain;
}


.packagedetail01 li i + strong::before {
    font-weight: 600;
    content: attr(data-label) ": ";
    
}



/* Footer */

.footertext p{
    font-size: 14px !important;
}

.footer{
  font-family: 'Roboto', sans-serif;
  width: 100%;
  padding: 60px 20px 20px 20px;
  background-color: #A5181D;
}

.footer h5{
  color: #fefefe;
}

.footer-items{
    display: flex;
    flex-direction: row;
}

.footer-items01 a, .footer-items02 a
{
  color: #fefefe;
  text-decoration: none;
}

.footer-blog{
  text-align: left !important
  ;
}

.footercard{
  margin-bottom: 20px;
}

.footerimg img{
  width: 50px;
  height: 50px;
}

.footertitle p{
 font-size: 14px;
 color: #fefefe;
 
}

.footercontent{
  padding: 0;
}

.footer-news {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

.footer-news .news-item {
  display: flex;
  align-items: center;
  /* padding: 10px; */
  /* border-bottom: 1px solid #ddd; */
}

.footer-news .news-item img.thumbnail {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  margin-right: 10px;
}

.footer-news .news-content {
  flex-grow: 1;
}

.footer-news .news-title a{
  font-size: 14px;
  font-weight: 400;
  color: #fefefe;
  margin: 0;
  text-decoration: none;
}


.quicklinks
  ul, ol {
    color: #fefefe;
    list-style-type: none;
    padding-left: 0; 
    margin: 25px 0px;
  }

  .usefullinks ul, ol {
      color: #fefefe;
      list-style-type: none;
      padding-left: 0; 
      margin: 25px 0px;
    }
  
    ol>li{
    color: #252525 !important;
    }


  .quicklinks a{
    color:  #fefefe;
    text-decoration: none;
    font-weight: 400;
  }

.quicklinks li, .usefullinks li{
  margin-bottom: 10px;

}  

.usefullinks li{
    font-weight: 400;
}

.footerfield01, .footerfield02, .footerfield03, .footerfield04{
  
  background-color: transparent !important;
  border: 1px solid #dedede;

}

.footerfield01::placeholder, 
.footerfield02::placeholder, 
.footerfield03::placeholder, 
.footerfield04::placeholder {
  color: #fefefe !important;
}

.footer-item1, .footer-item2, footer-item3{
  margin-bottom: 40px;
}

.footer-item3{
  
  border: 1px solid #fefefe;
  background-color: #fefefe;
  border-radius: 10px;
  padding: 30px;
}

.footer-item3 .form-control::placeholder {
  color: #252525 !important;
}
/* ======================================================================================================================= */

/* About us page */

.introductionsection{
  padding: 250px 0;
}


.about-introduction{
  padding: 20px;
}

.about-introduction h1{
  color: #fefefe;
}
.introductioncontent{
  color: #e2e2e2;
  border: 1px solid #dedede;
  border-radius: 10px;
  padding: 30px 40px !important;
  backdrop-filter: blur(40px);
  box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
}

.abouttimeline{
  margin-bottom: 5%;
}

.aboutcontent01, .aboutcontent02, .aboutcontent03, .aboutcontent04 {
  display: flex;
  flex-direction: row;
  margin-bottom: 90px;
}

.aboutcontent01 img, .aboutcontent02 img, .aboutcontent03 img, .aboutcontent04 img{
  width: 514px;
  height: 400px;
}

.originline {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  max-width: 100%;
  padding: 70px 20px;
  box-sizing: border-box;
}

/* Timeline container */
.timeline-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
 
}

/* Timeline image */
.timeline-image {
  width: auto; 
  height: 100%;
  
}

/* Origin sections */
.origin-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.origin-item {
  width: 100%;
  max-width: 600px; 
  text-align: center;
  position: relative;
}

.origin-item.right {
  align-self: flex-end;
  margin-right: calc(50% + 10px); 
}

.origin-item.left {
  align-self: flex-start;
  margin-left: calc(50% + 10px); 
}

/* Image styles */
.origin-item img {
  max-width: 50%;
  height: auto;
}

/* Paragraph styles */
.origin-item p {
  padding: 0 10px;
  text-align: center;
}




/* ======================================================================================================================= */




/* Our Products */

.product-introduction {
  width: 100%;
  height: 50vh;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  background-size: cover;
  background-position: calc(0% + 10px) calc(97% - -50px);
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 20px 0px;

}

.row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.page-link span, .page-link{
  color: #EC222A;
}

.page-link.active 
{
  background-color: #EC222A !important;
  border: none;
}



.productcard h5{
  margin-bottom: 40px;
  font-weight: 600;

}

.productcard{

  padding: 0px 10px !important;

}


.productcontent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  width: 100%;
  padding: 20px; 
}

.productcontent h1,
.productcontent p {
  text-align: left;
  margin: 0;
}

.container {
  width: 100%;
  max-width: 1200px;
  padding: 20px;
  margin: 0 auto;
  box-sizing: border-box;
}

.card-package {
  display: flex;
  align-items: flex-start;
}

.card {
  margin: 20px auto;
}



.packagedetail-card{

display: flex;
align-items: flex-start;
padding: 20px 40px;
}

.packagedetail-card h5{
  font-weight: 600;
  margin-bottom: 20px;
}

.packagedetail01 li, .packagedetail02 li{
  list-style: none;
  line-height: 35px;
}

.card-img-fluid {
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
}

.packagedetail02 li::before {
  content: ": ";
  /* margin-left: 5px;
  margin-right: 5px; */
}

.packagetitle {
  font-weight: 800;
}

.packageincludes {
  font-size: 12px;
  font-weight: 600;
  color: #969696;
}

.packageincludes li {
  list-style: none; 
}

.btn-outline-info:hover, .authenticator-btn:hover {
  background-color: #EC222A !important;
  color: #fefefe !important;
}

.packagedetail .btn {
  width: 100%; 
}

.filter-card{
  padding: 20px;
  font-size: 14px;
}
.product-button{
display: flex;
flex-direction: row;
}

.product-button01{
  width: 70%; color: #252525;
  border-color: rgb(117, 117, 117);
  font-weight: 600;
  margin: 10px;
}

.product-button02{
  width: 70%;
  font-weight: 600;
  margin: 10px;
}

.product-item{
display: flex;
align-items: flex-start;
}

.productdetail-card{
  display: flex;
  flex-direction: column;
  align-content: space-between !important;

}

.productdetailinner-card{
  display: flex !important;
  margin-left: 2px !important;
  justify-content: center;
}
/* .pricerange p{
  
  color: #252525;

} */

/* ======================================================================================================================= */

/* Contact */

.contact-banner, .packagepurchase-banner{

  margin-top: 20px;
}

.contactform-form{

  padding: 30px;

}

.contactform-form p{
  margin-bottom: 40px;
}

.contactform-img img{
  width: 600px !important;
  height: 400px !important;
}

.contact-form {
  top: 20px; 
  padding: 40px 40px;
  margin: 72px 20px;
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px;  */
  border: 1px solid #dedede;
  background-color: white; 
}


.contact-tabs{
  border: 1px solid #dedede;
  border-radius: 10px;
  padding: 40px;
  margin: 72px 72px;
  border-radius: 10px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.nav-pills .nav-link.active{
  background-color: #EC222A !important;
}

.me-3{
  border-radius: 8px;
}

.nav-pills 
{
  background-color: #ffe8e8;
}

.nav-link.active{
  color: #fefefe !important;
  background-color: #ec222a;
  border-radius: 30px;
  padding: 10px 35px !important;
  display: inline-block; 
  box-shadow: 3px 3px 6px #bebebe,
              -3px -3px 6px #ffffff;
 
}
.nav-link.active:hover{
  color: #fefefe !important;
  background-color: #ec222a !important;
  border-radius: 30px;
  padding: 10px 35px !important;
  display: inline-block; 
  box-shadow: 3px 3px 6px #bebebe,
              -3px -3px 6px #ffffff;
 
}

.nav-item:hover{
 background-color: #ffe4e5 !important;
 border-radius: 30px;

}

.nav-link{
  color: #252525 !important;
  padding: 10px 15px !important;
}


/* Contact Table */
/* .tab-content h3{
text-align: center;
} */

table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 20px;
}
th, td {
  padding: 8px; 
  text-align: left; 
  ;
}
th {
  background-color: #EC222A;
  color: #fefefe;
  padding: 10px;
}
td {
  border-bottom: 1px solid #ddd; 
  background-color: #f4f4f4;
  padding: 10px;
}
 
.qr-code{
  display: grid;
  justify-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.qr-code p{
  font-size: 18px;
  font-weight: 600;
  color: #252525;
}

.contact-accordion{
  border: 1px solid #dedede;
  border-radius: 10px;
  margin-top: 5%;
  padding: 50px 80px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}


/* ======================================================================================================================= */

.image-container {
    position: relative;
    width: 100%;
   
}


.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    color: white; 
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    
}

.overlay-text {
    text-align: center;
    font-size: 1.5rem; /*t font size as needed */
    padding: 10px;
}




.package-plan {
  border: 1px solid #dedede;
  border-radius: 5px;
  padding: 10px 30px 0px 30px;
  margin-bottom: 5px;
}

.package-plan {
    position: sticky;
    top: 20px;
}

.package-details .details-table {
  background-color: #000000;
  margin: 15px 0;
  color: #252525; 
}

.details-table td:first-child, .package-price {
    font-weight: bold;
  }

.package-price{
    font-size: 24px;
}

.package-content{
    padding: 20px;
}

.package-details{
margin-bottom: 20px;    
    
}

.custom-list {
    list-style: none; 
    padding-left: 0; 
}



.custom-list li {
    list-style: none;
    position: relative; 
    padding-left: 30px; 
    margin-bottom: 10px; 
    line-height: 1.5; 
}

.custom-list li::before {
    content: "\f14a";
    font-family: "Font Awesome 6 Free"; 
    font-weight: 900; 
    position: absolute; 
    left: 0;
    top: 50%; 
    transform: translateY(-50%); 
    color: #34b233; 
    font-size: 16px;
}


.package-details .details-table td {
  color: #666666;
  padding: 10px 10px;
}

.package-price p{
  font-size: 28px;
  font-weight: 600;
}




/* ======================================================================================================================= */

/* FAQ */

.contactsection, .faqsection,.guidelinesection, .blogsection{
  margin: 20px 0%;
}

.faq-banner, .contact-banner, .guideline-banner, .packagepurchase-banner, .blog-banner{
  background-color: #EC222A;
  width: 100%;
  padding: 50px;

} 


.faq-banner h1, .faq p,
.contact-banner p, .contact-banner h1, 
.guideline-banner h1, .guideline-banner p,
.packagepurchase-banner h1, .packagepurchase-banner p,
.blog-banner h1, .blog-banner p 
 {
  margin-top: 10px;
  color: #fefefe;
}

.faq-banner{
  background-color: #EC222A;
  width: 100%;
  padding: 50px;

} 

.faq-banner h1, .faq-banner p{
  margin-top: 10px;
  color: #fefefe;
}

.faq-accordion{
  border: 1px solid #dedede;
  border-radius: 10px;
  margin-top: 5%;
  padding: 50px 80px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.accordion-button:not(.collapsed){
  background-color: #EC222A !important;
  color: #fefefe !important;
}

.accordion-item{
  margin: 15px 0;
  border: none;
  /* box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25); */
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
 
}

.accordion-item 
{
    border: 1px solid #fff;
}

.accordion-flush>.accordion-item {
  border-radius: 22px;
  
}
.accordion-flush>.accordion-item>.accordion-header .accordion-button, .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
  border-radius: 30px;
}


/* ======================================================================================================================= */


/* Package-purchase form */
* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

/*Background color*/
/* #grad1 {
  background-color: #9C27B0;
  background-image: linear-gradient(120deg, #FF4081, #81D4FA);
} */

/*form styles*/
#msform {
  text-align: center;
  position: relative;
  margin-top: 20px;
}

#msform fieldset .form-card {
  background: white;
  border: 0 none;
  border-radius: 0px;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
  padding: 20px 40px 30px 40px;
  box-sizing: border-box;
  width: 94%;
  margin: 0 3% 20px 3%;

 
  position: relative;
}

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  
  position: relative;
}


#msform fieldset:not(:first-of-type) {
  display: none;
}

#msform fieldset .form-card {
  text-align: left;
  color: #9E9E9E;
}
.form-card{

  border-radius: 8px !important;
}

.form-label {
  color: #333; 
  font-weight: bold;
}


.form-control::placeholder {
  color: #666; 
  opacity: 1; 
}


.form-control {
  color: #333; 
}

.form-control:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.25); 
}




#msform .action-button:hover, #msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
}

/*Previous Buttons*/
#msform .action-button-previous {
  width: 100px;
  background: #616161;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
}

/*Dropdown List Exp Date*/
select.list-dt {
  border: none;
  outline: 0;
  border-bottom: 1px solid #ccc;
  padding: 2px 5px 3px 5px;
  margin: 2px;
}

select.list-dt:focus {
  border-bottom: 2px solid skyblue;
}

/*The background card*/
.card {
  z-index: 0;
  border: none;
  border-radius: 0.5rem;
  position: relative;
}

/*FieldSet headings*/
.fs-title {
  font-size: 25px;
  color: #2C3E50;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
}

/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
  padding-right: 2rem;
}

#progressbar .active {
  color: #000000;
}

#progressbar li {
  list-style-type: none;
  font-size: 12px;
  width: 25%;
  float: left;
  position: relative;
}

/*Icons in the ProgressBar*/
#progressbar #account:before {
  font-family: FontAwesome;
  content: "\f187";
}

#progressbar #personal:before {
  font-family: FontAwesome;
  content: "\f007";
}

#progressbar #payment:before {
  font-family: FontAwesome;
  content: "\f09d";
}

#progressbar #confirm:before {
  font-family: FontAwesome;
  content: "\f00c";
}

/*ProgressBar before any progress*/
#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 18px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}

/*ProgressBar connectors*/
#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before, #progressbar li.active:after {
  /* background: skyblue; */
  background: #EC222A;
}

/*Imaged Radio Buttons*/
.radio-group {
  position: relative;
  margin-bottom: 25px;
}

.radio {
  display:inline-block;
  width: 204;
  height: 104;
  border-radius: 0;
  background: lightblue;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  cursor:pointer;
  margin: 8px 2px; 
}

.radio:hover {
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.radio.selected {
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

/*Fit image in bootstrap div*/
.fit-image{
  width: 100%;
  object-fit: cover;
}

.purchaseformlayout{
   display: flex !important;
   flex-direction: column !important;
    
}


.purchase-form{
  margin: 0 20px !important;
}

.purchase-form01{
 border: 1px solid #dedede;
}

.calendar-icon {
  cursor: pointer;
}



.formspace{
  margin-top: 20px !important;
}


/* ======================================================================================================================= */

/* BLOGlist */
.bloglist{
  width: 70% !important;
}

.bloglist-title, .bloglist-text{
text-align: left !important;
}

.sinleblog-title{

text-align: left;
font-weight: 600 ;
font-size: 28px;
}

.singleblog-meta p{
text-align: left;

}

.singleblog-meta{
  padding: 20px 40px !important;
}

.single-blogtext p{
  text-align: left;
}


.sinleblog-img img {
  width: 100%;
  height: 300px;
  display: block; 
  object-fit: cover;
}


/* ======================================================================================================================= */


/* Refund form */

hr.solid {
  border-top: 2px solid #999;
  margin-top: 20px;
  margin-bottom: 45px;

}

.requestrefund-meta li{
font-size: 16px;
padding: 0 40px;
}

.requestrefund-btn{
margin-top: 20px;
padding: 5px 40px !important;
float: right;

}

.requestrefund{
  width: 70%;
}

.requestrefund-meta li{

  line-height: 2em;

}

.requestrefund-title{
  font-weight: 600;
}


.requestrefund-form{

  margin: 0 40px;

}


.coveragetype{
  display: flex;
  flex-direction: column; 
  text-align: left;
}

.coveragetype2{
  display: flex;
  flex-direction: row; 
  text-align: left;
  justify-content: space-between;
    
}


/* Offcanvas-specific styles */

@media (max-width: 768px) {
  .mobile-menu {
    display: block;
  }
  
  .package-card1 img{
  
  height: unset;
  }
  .searchform{
    display: flex !important;
    gap: 30px;
    flex-direction: column;
    margin: 45px 0;
    padding-top: 15px;
    text-align: left;
    
}
  
  .navbar-brand{
    width: 100%;
    justify-content: space-around;
  }

  .form-heading{
    text-align: left !important;
  }

  .coveragetype{
    display: flex;
    flex-direction: column !important; 
    text-align: left;
  }
  
  .coveragetype2{
    display: flex;
    flex-direction: column !important; 
    text-align: left;
  }

  .coverage-radio{
    display: flex !important; 
    flex-direction: column !important;
    text-align: left;
  }

  .form-check-input[type=radio]{
    border-color: #adadad;
  }


.navbar>.container-fluid{
justify-content: flex-end !important;

}
}





.insurance-cards {
  display: flex; 
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
}

.package-card1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 1 32%; 
  max-width: 32%; 
  box-sizing: border-box; 
}

#ui-datepicker-div{
    width: auto !important;
    margin-top: 61px;
}

.daterangepicker {
    width: auto !important;
}


h1 {
  text-align: center;
  margin-bottom: 20px;
}
.summary-header{
  text-align: center !important;
  font-size: 22px;
  font-weight: 700;
  border-bottom: 2px solid #EC222A;
}
.checkout-container {
  width: 80%;
  max-width: 800px;
  font-weight: 600;
  margin: 20px auto;
  padding: 0px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.checkout-container td:nth-child(1){
    font-size: 600 !important;
}

.checkout-container td:nth-child(2){
    font-size: 500 !important;
}

.checkout-container td:nth-child(2)::before {
    content: ": ";
    margin-right: 5px; /* Optional: Adjusts spacing between colon and content */
}

.checkout-table {
  width: 100%;
  padding: 40px;
  border: 1px solid #DEDEDE ;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.checkout-table tr{

  padding: 15px 10px !important;
    
}
.checkout-table th, .checkout-table td {
  padding: 15px 50px;
  text-align: left;
}
.mobile-entity-contact-table {
  width: 100%;
  display: table;
}
.row {
  display: table-row;
}
.column {
  display: table-cell;
  padding: 10px;
  border: 1px solid #ddd;
}
.left-column {
  background-color: #EC222A;
  color: white;
  width: 50%;
  padding-left: 20px !important;
}
.right-column {
  background-color: white;
  width: 50%;
  padding-left: 20px !important;
  
}

.right-column a{
    text-decoration: none ;
     
}

@media (min-width: 767px) {
  .mobile-contact, .mobile-servicecontact {
    display: none;
  }
  
  .mobile-purchase{
      display: none !important;
  }
}
@media (max-width: 768px) {
  .nepalbased-assistance, .global-assistance, .purchase-related, .claim-assistance {
    display: none;
  }
  .affiliations-section {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 767px) {
  .mobile-contact  {
    display: none;
  }
}


/* navbar */


.mobile-menu>.navbar{
  background-color: transparent;
}

.mobile-nav{
  align-items: flex-start !important;
}

.navbar-brand {
  display: flex;
  align-items: center; 
  justify-content: space-between; 
  margin-bottom: 10px;
}


.navbar {
  background-color: #f0f0f0;
  padding: 2px 7px !important;
  border-radius: 40px;
  position: relative;
  box-shadow: 1px 2px 4px 2px rgba(0, 0, 0, 0.05),
              -1px -2px 4px 2px rgba(255, 255, 255, 0.05);
  box-shadow: inset 1px 2px 4px 2px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .navbar {
    background-color: #f0f0f0;
    padding: 0;
    border-radius: 0;
    box-shadow: none; 
  }

  .package-cards{
    display:  flex;
    flex-wrap: wrap;
    margin: 0 10px;
  }
.packagebtn-web{
    display: none;
}

}

.navbar-nav {
  position: relative;
  display: flex;
  align-items: center;
}

.navbar-brand{
  z-index: 100000 !important;
}

.nav-item {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 3px;
  margin-right: 5px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.navbar-light .navbar-nav .active > .nav-link {
  background-color: #EC222A;
  color: #f0f0f0 !important;
  padding: 10px 35px;
  border-radius: 30px;
  box-shadow: 3px 3px 6px #bebebe,
              -3px -3px 6px #ffffff;
}



.nav-link {
  text-decoration: none;
  color: #000;
  padding: 10px 15px; 
}




/* Hide the current menu on smaller screens */
@media (max-width: 768px) {
  .navbar-nav {
    display: none;
  }

  .navbar-toggler {
    display: block;
  }
}

/* Show the menu when the hamburger is clicked */
.navbar-toggler.collapsed + .navbar-nav {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* Additional styling for the hamburger menu */
.navbar-toggler-icon {
  background-image: url('path-to-your-hamburger-icon.png');
}

/* Hide the current menu on smaller screens */
@media (max-width: 768px) {
  .navbar-nav {
    display: none;
  }

  .offcanvas-header {
    display: block;
  }

  .main-header {
    display: none;
  }
}
.mobile-buy {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        padding: 10px; 
        
    }
    
    .mobile-buy .btn-primary {
        width: 100%; 
    }

/* Offcanvas-specific styles */

@media (max-width: 768px) {
  .mobile-menu {
    display: block;
  }
  
  
  .navbar-brand{
    width: 100%;
    justify-content: space-around;
  }

  .form-heading{
    text-align: left !important;
  }

  .coveragetype{
    display: flex;
    flex-direction: column !important; 
    text-align: left;
  }

  .coverage-radio{
    display: flex !important; 
    flex-direction: column !important;
    text-align: left;
  }

  .form-check-input[type=radio]{
    border-color: #adadad;
  }

  /* .offcanvas-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }

  .offcanvas-body .navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .offcanvas-body .navbar-nav .nav-item {
    width: 100%;
  }

  .offcanvas-body .navbar-nav .nav-link {
    padding: 10px 20px;
    width: 100%;
    text-align: left;
  }

  .offcanvas-body .form-control {
    margin-top: 15px;
  }

  .offcanvas-body .btn {
    margin-top: 10px;
  } */
}




.navbar>.container-fluid{
justify-content: flex-end !important;

}
/* Ensure the main header remains visible on larger screens */
@media (min-width: 769px) {
  .mobile-menu {
    display: none !important;
  }
  
  .mobile-buy{
      display: none;
  }

  .main-header {
    display: flex;
  }
  
  
}


/* Media queries */

 /* About us Section */
 @media screen and (max-width: 990px) {

  .aboutsection {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}

/* Landing page packagecards */
@media screen and (max-width: 959px) {
  .package-card1 {
    margin-bottom: 25px;
  }
}


/* Footer columns */
.footer-items01{
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 20px;
}



@media (max-width: 767px) {
  .footer-items{
      display: flex;
       flex-direction: column;
       flex-wrap: wrap;
  }
}


@media screen and (max-width: 768px){
    .flex-container{
        gap:0%;
    }    
    
    .mobile-buy .btn-primary {
        width: 100%; 
    }

  .image-form-section img{
      display: none;    
    }
    
  table {
    width: 100%;
     
  }

  .overlap-form {
    width: 90%;
    position: relative;
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: none;
  
  }

  .aboutussection{
    margin: 0 10px;
  }

  .aboutsection,
  .aboutussection {
    /* width: 100%; */
    height: auto !important;
    margin: 10px 10px;
  }
  .insurance-cards{
    display: flex; 
    flex-wrap: wrap;
    align-items: flex-start !important;
    gap: 15px;
    
  
  }

  .whyussection {
    padding: 20px !important;
    margin: 10px;
    
  }
  
  .originline {
    flex-direction: column;
    align-items: center;
  }
  

  .origin-item {
    width: 50%;
    /* margin-bottom: 40px;  */
  }

  .origin-item.right {
    align-self: flex-end;
    margin-right: calc(50% + 20px); 
  }

  .origin-item.left {
    align-self: flex-start;
    margin-left: calc(50% + 20px); 
  }
  
  .origin-item.right{
      margin-right: 0;
    } 
    .origin-item {
      width: 100%;
    }

    .origin-item.left {
      margin-left: 0;
    }

  .package-card1{
    /*margin: 10px 10px;*/
    max-width: 100%;
  }

  .productcontent {
    align-items: center; 
    text-align: center;
  }

  .formspace{
    display: flex;
    flex-wrap: wrap;
  }
  
   .whyus-card{
       margin-bottom: 10px;
   }
   
   .faq-accordion{
    border: none;
    border-radius: 0px;
    margin-top: 5%;
    padding: 10px 10px;
    box-shadow: none;
   }
   
   .contact-tabs{
    border: none;
    border-radius: 0px;
    padding: 0px;
    margin: 20px 20px;
    border-radius: 0px;
    box-shadow: none;
       
   }
   
   .timeline-image {
      display: none;
  }
   
   .product-introduction {
    background-attachment: scroll;
    background-position: calc(0% + 10px) calc(100% - -74px) !important; 
  }
   
   .floating-icon{
       display: none !important;
   }
   

}

.offcanvas {
  display: none;
}

/* Show off-canvas menu on mobile devices (screen width up to 767px) */
@media (max-width: 767px) {
  .offcanvas {
    display: block;
  }
}

/* Show off-canvas menu on tablets (screen width between 768px and 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .offcanvas {
    display: block; 
  }
  
  
    
  
}

/* Optionally, hide off-canvas menu on larger screens (992px and up) if desired */
@media (min-width: 992px) {
  .offcanvas {
    display: none;
  }
}


@media screen and (max-width: 768px) 
  {
    .aboutcontent01 img, .aboutcontent02 img, .aboutcontent03 img, .aboutcontent04 img{
      width: auto;
      height: auto;
    }
    
    .form-label{
        text-align: left;
    }

    .nav-item.active {
  background-color: #ec222a;
 
  width: 100%;
}
p
.nav-item.active a{
     color: #fefefe !important;
     padding-left: 5px;
}

.nav-item {
  transition: background-color 0.3s ease, color 0.3s ease;
}



    
    .price {
    font-weight: 600;
    font-size: 36px;
}
    

      
      
      
  }
  
  
  
  .usefullinks a {
    color: inherit;
    text-decoration: none;
}

.usefullinks a:hover {
    color: #cccccc; 
    text-decoration: underline; 
}
  
 
/* ======================================================================================================================= */


.iti{
width:100%;    
}
