body{
    font-size: 14px;
}
/* MENU CODE */
.main-header {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 0 40px;
    position: sticky;
    top: 0px;
    z-index: 9999;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.nav-links {
    display: flex;
    gap: 30px;
}
.nav.navbar-nav > li > a{
    text-transform: none !important;
}
.nav-links > li {
    padding: 18px 0; /* Vertically center the text */
    position: relative;
    font-weight: 500;
}

.nav-links a {
    color: #333;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #6a4692; /* Highlight color on hover */
}

/* Dropdown arrow */
.nav.navbar-nav>li {
    margin: 0px 13px;
}
.nav-links > li {
    padding: 10px 0;
}
.nav-links li.dropdown-link a span {
    font-size: 10px;
    margin-left: 5px;
}

/* Contact Info */
.contacts {
    display: flex;
    align-items: center;
    color: #333;
    font-size: 14px;
    line-height: 1.2;
    margin-top:10px;
}


.contacts strong {
    font-size: 16px;
    color: #6a4692; /* Primary color for phone number */
}

.contacts p {
    font-size: 11px;
    color: #666;
    margin-top: 2px;
}

.phone-icon {
    font-size: 37px;
    margin-right: 10px;
    color: #6a4692;
    margin-top: -12px;
}

/* --- Mega Dropdown Styles --- */
.mega-content ul li{
    margin-bottom: 0px;
    width: 255px !important;
}
.mega-dropdown {
    position: absolute;
    top: 75px; /* Below the navbar height */
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    /* Initial hidden state */
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    border-top:1px solid #ddd;
}

.mega-dropdown.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mega-content {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    border-top: 1px solid #eee; /* Separator line from the top */
}

/* Left Side Menu (Tours Categories) */
.side-menu {
    width: 300px; /* Fixed width for the left panel */
    background-color: #f0f0f0; /* Light gray background */
}

.side-menu-item {
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
    transition: background-color 0.2s;
    margin-bottom: 0px;
}

.side-menu-item:hover {
    background-color: #e5e5e5;
}

.side-menu-item.active {
    background-color: #fff;
    color: #6a4692; /* Primary color when active */
    border-right: 1px solid #fff; /* Creates the cut-out look */
}

.arrow-icon {
    font-size: 10px;
    margin-left: 10px;
    color: #6a4692;
    display: none; /* Hide by default */
}

.side-menu-item.active .arrow-icon {
    display: inline; /* Show when active */
}

/* Right Side Content Area */
.content-area {
    flex-grow: 1;
    padding: 30px;
    min-height: 200px; /* Ensure a minimum height for the box */
    display: flex;
}

.content-panel {
    display: none; /* Hide all content panels by default */
    width: 100%;
    gap: 50px;
}

.content-panel.active {
    display: flex; /* Only show the active panel */
}

.tour-section {
    flex: 1;
    min-width: 200px;
}

.tour-section h4 {
    font-size: 16px;
    color: #6a4692;
    margin-bottom: 15px;
    border-bottom: 2px solid #eee;
    padding-bottom: 5px;
}

.tour-section ul li {
    padding: 5px 0;
    font-size: 14px;
    color: #555;
    cursor: pointer;
    width:48% !important;
    float: left;
}

.tour-section ul li:hover {
    color: #333;
    text-decoration: underline;
}

/* Styling for the International Tours, which only has one list */
#international-tours .tour-section {
    flex: none;
}
/* TAB AND MAP CODE */

#myTab{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px; /* spacing between tabs */
}
#myTab.nav-tabs .nav-link{
    font-size: 18px;
    border-radius: 10px;
    color: #6a4692;
}
/* Custom CSS for the Offer Section */
.offer-section {
  background-color: #6a4692 !important;
}
.offer-card {
  height: 400px; /* Set a fixed height for the cards */
  background-size: cover;
  background-position: center;
  border-radius: 5px; /* Optional: adds a slight corner radius */
  overflow: hidden;
  position: relative;
  display: flex; /* For content positioning */
  align-items: flex-end; /* Align content to the bottom */
  color: white; /* Default text color on the cards */
  padding: 20px;
}
#card-1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4)), url('https://i.pinimg.com/1200x/07/1d/3b/071d3b4a5ebb658209e103bcb56a4fae.jpg');
}

#card-2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4)), url('https://i.pinimg.com/1200x/1d/43/89/1d4389304e71e48eb6bf34f994605abc.jpg');
}

#card-3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4)), url('https://i.pinimg.com/736x/f8/e5/01/f8e501a52d9c48aa02264f6a659b11b5.jpg');
}
.card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  /* Add a subtle text shadow for better readability on busy backgrounds */
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.card-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}
.card-text {
  font-size: 1rem;
  margin-bottom: 15px;
  color: #fff;
}
.card-text strong {
  font-size: 1.5rem; /* Emphasize the dollar amount */
  display: block; /* Ensures the dollar amount is on its own line */
}
.card-button {
  border-width: 2px;
  padding: 10px 20px;
  border-radius: 0; /* Makes the button square-edged */
  color: white;
  border-color: white;
  transition: all 0.3s ease;
}
.card-button:hover {
  background-color: white;
  color: #c81d25;
  border-color: white;
}

/* Custom CSS for the AAT Kings Features Section */
.aatkings-features-section {
  background-color: #f8f9fa; /* Light background to match the image */
}
.feature-card {
  text-align: left;
}
.card-image {
  height: 180px; /* Set a fixed height for the image area */
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: flex-end; /* Align title to the bottom */
  padding: 15px;
  margin-bottom: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Subtle shadow like in the original */
}
.image-title {
  color: white;
  font-size: 1.25rem;
  font-weight: bold;
  /* Add a text shadow for better readability */
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  margin: 0;
  line-height: 1.2;
}
#feature-1 {
  /* First Nations Culture Image */
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5)), url('https://via.placeholder.com/400x180/6c757d/FFFFFF?text=Culture+Image');
}
#feature-2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5)), url('https://i.pinimg.com/1200x/41/ab/e7/41abe7aa192ae5afb4836b0d4f1aa09f.jpg');
}
#feature-3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5)), url('https://i.pinimg.com/1200x/9f/f3/5c/9ff35cb3590e061e437f6a5f4f89c9d9.jpg');
}
#feature-4 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5)), url('https://i.pinimg.com/1200x/d2/d9/99/d2d999af74daf34d3b0681795f5e56e9.jpg');
}
.card-description {
  color: #6c757d; 
  font-size: 0.95rem;
  margin-bottom: 10px;
}
.see-more-link {
  color: #c81d25; /* Red link color to stand out */
  font-weight: bold;
  text-decoration: none; /* Removes underline by default */
  transition: color 0.2s;
}
.see-more-link:hover {
  text-decoration: underline; /* Adds underline on hover */
  color: #a0171d;
}

.dashboard-payouts{
    display: flex !important;
    justify-content: space-between;
}
.modal-dialog{
    margin-top: 100px;
}
.modal{
    z-index:99999;
}
.modal-backdrop {
    z-index:9999;
}
.modal-header{
    background-color: #005294;
}
.modal img{
    width: auto !important;
}
.upper-head p a{
    color: #fff;
}
.upper-head p a:hover{
    color:#d60d45;
}
.travelMode{
    position: absolute;
    background-color: #fff;
    /* height: 30px; */
    right: 10px;
    top: 10px;
    z-index: 9999;
    text-align: center;
    padding: 5px 10px;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 1px #242424ab;
}
.listTravelMode{
    position: absolute;
    background-color: #fff;
    /* height: 30px; */
    left: 10px;
    top: 10px;
    z-index: 999;
    text-align: center;
    padding: 5px 10px;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 1px #242424ab;
}
.detail-title h3, .detail-title h4{
    font-size:15px;
}
.dateBox {
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 12px;
    box-shadow: 1px 2px 7px #ddd;
    cursor: pointer;
    line-height: 20px;
}
.dateBox.selected {
    background-color: #4caf50;
    color: #fff;
}
.dateTxt {
    font-size: 14px;
}
.dateYear {
    font-size: 16px;
    font-weight: bold;
}
.mySwiper .swiper-button-next, .mySwiper .swiper-button-prev {
    position: absolute;
    top: 55%;
    width: 27px;
    height: 27px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 15px 18px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #fff;
    box-shadow: 1px 1px 4px #ddd;
    border-radius: 100%;
    border: 1px solid #f2f2f2;
}
.mySwiper .swiper-button-next:after, .mySwiper .swiper-button-prev:after{
    font-size:14px;
}
aside.detail-sidebar.sidebar-wrapper{
        top: 100px;
}
.package-content .description{
    height: 61px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.package-content .tour-title ,.blog-content h3{
     overflow: hidden;
     width: 100%;
     display: -webkit-box;
     -webkit-line-clamp: 1;
     -webkit-box-orient: vertical;
}
.package-content .package-info {
    text-align: -webkit-auto;
}
/* .wide .list{
    height: 200px;
    overflow-y: scroll;
} */
.fa-rupee::before{
font-size: 16px;
vertical-align: sub;
}
.package-image img{
    height:250px;
}
.logo img {
    height: 63px;
    width: 100%;
}
.sidebar-helpline-content a {
    color: #fff;
}
button.btn-red,.btn-red {
    background: #ffcc29 ;
    border-color: #ffcc29 ;
}
.upper-head{
    background: #6a4692;
} 
.detail .list li{
width:100%;
display: block;
}
a.btn-blue:hover,a.btn-red:hover{
    color:#ffcc29 !important ;
    border-color: #ffcc29 !important;
}
button.btn-red:hover, button.btn-red:focus{
    background: #fff !important;
    color: #ffcc29 !important;
    border-color: #ffcc29 !important;
  }
.booking-outer .table .date input{
    padding: 10px 4px !important;
}
.navigation {
    border-bottom: 1px solid #eee;
}
@media (max-width:599px) {
    .logo img {
        height: 60px;
        width: 100%;
    }
    .booking-outer{
        padding:12px;
    }
    .booking-outer .table .form-group .nice-select.wide{
        padding-left: 6px;
    }
    .booking-outer .table .nice-select .option{
        padding-left: 2px;
        padding-right: 0px;
    }
    .booking-outer .table .mr-select{
        width: 36px;
    }
    .booking-outer .table .mr-select .nice-select::after{
        right: 6px !important;
    }
    .booking-outer .table .gen-select{
       width: 97px;
    }
    .booking-outer .table input{
        padding: 10px 4px !important;
    }
    .booking-outer .table .input-group-addon{
        display: none;
    }
    .dashboard-downloadbtn .print-btn{
        display: block !important;
    }
    .dashboard-downloadbtn #download{
        margin-bottom: 5px;
    }
    .copyrights p{
        padding:3px;
    }
    /* booking details */
    .scrollDiv
     {
         -webkit-overflow-scrolling: touch;
         -ms-overflow-style: none;
         overflow-x: scroll;
         overflow-y: hidden;
         scrollbar-width: none;
         flex-wrap: nowrap;
     }
    .scrollDiv::-webkit-scrollbar 
    {
        display: none;
    }
    .breadcrumb-outer .tabs-navbar{
        display:block !important;
    }
    /* list  tour */
    .list-image .destination-fw-image{
        width:100% !important;
    }
    .tour-list-main-section{
        padding: 20px 0 25px !important;
    }
    .date-box{
        height: auto !important;
        width: auto !important;
        padding: 7px !important;
    }
    .d-block-list{
       display: inline-block !important;
    }
    /* blog */
    .tour-blog .blog-image{
        width:100% !important;
    }
    /* tour details */
    .gallery  .thumbnail {
        width: 100px !important;
        height: 80px !important;
     }
    .gallery .slider-for{
        height: 300px!important;
    }
    .gallery  .slide {
      height: 300px!important;
   }
   .gallery  .slider-nav {
    margin-top:5px;
    margin-bottom: 8px !important;
    height: 72px !important;
  }
  .icon_box{
    margin-top: 10px !important;
  }
}
/* booking details */
   .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
    }
    .panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
    }
    .panel-title {
    font-size: 14px;
    }
    .panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
    }
    .more-less {
    float: right;
    color: #212121;
    }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
    }
    .panel-body{
    padding:10px;
    }
    .tabs-navbar.navbar-sticky {
    top: 79px;
    }
    .map-frame li i{
    width: 20px;
    color: #005294;
    }
    .excludes li i{
    color:red;
    }
    .nav-tabs .active{
        border-bottom: 2px solid #6a4692 !important;
        color: #6a4692 !important;
        font-weight: bold;
    }
    .nav-tabs .nav-link{
        color:#000;
        cursor: pointer;
    }
    .enquiry-btn .btn-danger:hover{
        color: var(--bs-btn-hover-bg)!important;
        border-color: var(--bs-btn-hover-bg);
        background: #fff;
    }
.form-group select {
    padding: 11px 40px !important;
}
.box-testi{
    margin-bottom:10px;
    height:370px;
    box-shadow: 0 0 10px #cccccc57;
    background-color: #fff;
}
.slick-slider .element{
    height:100px;
    width:100px;
}
/* agent register*/
.wrapper{
  overflow: hidden;
  max-width: 290px;
  border-radius: 15px;
  margin: auto;
}
.wrapper .slide-controls{
  position: relative;
  display: flex;
  height: 45px;
  width: 100%;
  overflow: hidden;
  margin: 30px 0 10px 0;
  justify-content: space-between;
  border: 1px solid lightgrey;
  border-radius: 15px;
}
.slide-controls .slide{
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  z-index: 1;
  transition: all 0.6s ease;
}
.slide-controls label.signup{
  color: #000;
}
.slide-controls .slider-tab{
  position: absolute;
  height: 100%;
  width: 50%;
  left: 0;
  z-index: 0;
  border-radius: 15px;
  background: -webkit-linear-gradient(left,#003366,#004080,#0059b3
, #0073e6);
  transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
}
input[type="radio"]{
  display: none;
}
#signup:checked ~ .slider-tab{
  left: 50%;
}
#signup:checked ~ label.signup{
  color: #fff;
  cursor: default;
  user-select: none;
}
#signup:checked ~ label.login{
  color: #000;
}
#login:checked ~ label.signup{
  color: #000;
}
#login:checked ~ label.login{
  cursor: default;
  user-select: none;
}
.wrapper .form-container{
  width: 100%;
  overflow: hidden;
}
.testimonial-item .item small{
    display: block;
    font-size: 11px;
    color: green;
}
.testimonial-item .item img{
    padding: 0;
    width: 80px !important;
    height: 80px;
    border: none;
    text-indent: 0;
    margin:5px auto;
    display: inline-block;
    background-color: transparent;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 1px 1px 15px #cccccc57;
}
.slider-button .slick-prev, .slider-button .slick-next{
    background-color:#6a4692;
}
.dashboard-sticky-nav .content-left {
    border-right: 1px solid #d8d8d8;
    background-color: transparent;
}
.dashboard-sticky-nav .profile-sec {
    padding: 20px 18px;
    display: flex;
    align-items: center;
}
.profile-sec .dash-content {
    padding-bottom: 0px;
}
.dropdown.dropdown-profile .dropdown-menu{
    top: 0px!important;
}
/* .booking-form input,.booking-form textarea{
    padding: 10px 25px !important;
} */
.booking-form .date .form-control {
    padding: 10px 25px!important;
}
.booking-form .nice-select.wide{
    padding-left: 18px;
}
.choose_box img{
background: #cfc6d9;
border-radius: 50%;
padding: 10px;
}
a.morelink {
    text-decoration:none !important;
    outline: none;
    color:#6a4692 !important;
}
.morecontent span {
    display: none;
}
.choose_read_more {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
input[type=text], input[type=email], input[type=number], input[type=search], input[type=password], input[type=tel], input[type=date], textarea, select, .form-control{
    padding:10px 10px !important;
}
/* booking list */
.date-box {
    padding: 5px;
    height: 50px;
    width: 58px;
    font-size: 12px;
    border: 1px solid #eee;
    margin-right: 10px;
}
/* Home */
.desti-overflow .list{
    overflow: hidden;
    height: 200px;
    overflow-y: scroll;
}
.world .description,.india .description{
    height: 65px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.india-img,.world-img{
    height:230px;
}
.india-img img,.world-img img {
    height:100%;
    object-fit:cover;
}
.top_desti .top-destination-item {
    height: 263px;
}
.top_desti .top-destination-item img{
    object-fit: cover;
    height: 100%;
}
.top_desti .desti-box{
    padding-bottom: 5px;
}
/* Tour List */
.list-image .destination-fw-image{
    height:197px;
    width:246px ;
}
.list-image .destination-fw-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.destination-fw-desc .visited_places{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.d-block-list{
    display: block;
}
/* blog  */
.tour-blog .blog-image{
    height: 185px;
    width: 272px;
}
/* tour details */
.gallery .slider-container {
    width: 80%;
    margin: 50px auto;
    text-align: center;
  }
.gallery .slider {
    width: 100%;
  }
.gallery .slider-for{
      height: 400px;
}
.gallery  .slide {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
.gallery  .slide img {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    object-fit:cover;
  }
.gallery  .slide-title {
    font-size: 36px;
    margin-top: 20px;
    color: #333;
  }
.gallery  .slider-nav {
    margin-top:5px;
    margin-bottom: 0px !important;
    height: 100px;
  }
.gallery  .thumbnail {
    display: inline-block;
    width: 100px;
    height: 80px;
    margin: 0 3px;
    overflow: hidden;
  }
.gallery .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit:cover;
  }
 /* Loading Start */
  .loading,.ajax_loading{
    width: 100%;
    float: left;
    position: fixed;
    top: 0px;
    background-color: #fff;
    height: 100vh;
    z-index: 99999111;
    margin: auto;
    text-align: center;
    padding-top: 40vh;
  }
  .lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ripple div {
    position: absolute;
    border: 4px solid var(--theme-deafult);
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  }
  .lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
  }
  @keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
  }
  /* New Loading */
  .ring {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      width: 150px;
      height: 150px;
      background: transparent;
      border: 3px solid #ffcc29;
      border-radius: 50%;
      text-align: center;
      line-height: 165px;
      font-size: 20px;
      color: #e3555a;
      box-shadow: 0 0 20px rgb(170 170 170);
  }
  .ring img
  {
    width: 46%;
    display: inherit;
    position: absolute;
    top: 23%;
    left: 27%;
  }
  .ring:before {
      content: '';
      position: absolute;
      top: -3px;
      left: -3px;
      width: 104%;
      height: 104%;
      border: 3px solid transparent;
      border-top: 3px solid #6a4692;
      border-right: 3px solid #6a4692;
      border-radius: 50%;
      animation: animateC 2s linear infinite;
  }
  .ring span
  {
  display:block;
  position:absolute;
  top:calc(50% - 2px);
  left:50%;
  width:50%;
  height:4px;
  background:transparent;
  transform-origin:left;
  animation:animate 2s linear infinite;
  }
  .ring span:before {
      content: '';
      position: absolute;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background: #6a4692;
      top: -6px;
      right: -8px;
      box-shadow: 0 0 20px #6a4692;
  }
  @keyframes animateC
  {
  0%
  {
    transform:rotate(0deg);
  }
  100%
  {
    transform:rotate(360deg);
  }
  }
  @keyframes animate
  {
  0%
  {
    transform:rotate(45deg);
  }
  100%
  {
    transform:rotate(405deg);
  }
  }
  /* Loading End */
  /* Footer */
  .footer-links h3{
    margin-bottom:21px !important;
  }
  .copyright {
    position: relative;
    z-index: 1;
    padding: 15px 0 15px;
    background: #020202;
    border-top: 1px solid #333;
}
/* Footer */
/* Whatsapp and Contact icon */
.whatsappBtn
{
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 50px;
    height: 50px;
    z-index: 99;
    background-color: #0ba90b;
    font-size: 42px;
    padding: 4px 7px;
    border-radius: 50%;
    color: #fff;
    box-shadow: 0px 0px 6px #00000094;
}
.whatsappBtn:hover{color: #fff}
.callBtn
{
    position: fixed;
    bottom: 95px;
    left: 30px;
    width: 50px;
    height: 50px;
    z-index: 99;
    background-color: #2196f3;
    font-size: 42px;
    padding: 4px 7px; 
    border-radius: 50%;
    color: #fff;
    box-shadow: 0px 0px 6px #00000094;
}
.callBtn:hover{color: #fff}
/* Whatsapp And Contact icon */
/* #0606067a Ajax Loading Start */
.ajax_loading{
    background: #0606067a;
}
.ajax_loading .lds-ripple div{
    border:4px solid #3f51b5;
}
/* Ajax Loading End */

/* ============================
   MOBILE RESPONSIVE MENU
============================ */
.mobile-header, .mobile-menu{display:none;}
@media (max-width:900px) {
    .main-header{display: none;}
    .mobile-header{
        display:flex;
        justify-content:space-between;
        align-items:center;
        padding:5px 15px;
    }
    .logo{ font-weight:bold; }
    .hamburger{
        width:24px;
        cursor:pointer;
    }
    .hamburger span{
        display:block;
        height:3px;
        background:#6a4692;
        margin:4px 0;
    }

    /* Menu */
    .mobile-menu{
        width:100%;
        background:#fff;
        display:none;
        height:100vh;
    }
    .menu-item{
        border-top:1px solid #c2c2c2;
    }
    .menu-title{
        padding:15px;
        position:relative;
        cursor:pointer;
    }
    .menu-title .toggle{
        position:absolute;
        right:15px;
        top:50%;
        transform:translateY(-50%);
        font-size:18px;
    }
    .menu-title.no-child{ cursor:default; }
    .submenu{
        display:none;
        background:#ececec;
    }
    .submenu .menu-title{
        padding-left:30px;
    }
    .submenu .submenu .menu-title{
        padding-left:45px;
        background:#dddddd;
    }

    a.menu-link{
        text-decoration:none;
        color:#000;
        display:block;
    }
    .contacts{
        padding: 15px 10px;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        padding-bottom: 0px;
    }
    #myTab{
        gap:5px;
    }
    #myTab.nav-tabs .nav-link{
        font-size: 15px;
        padding: 5px 8px;
    }
}