/*
	Template Name: Trizen
	Author: TechyDevs
	Email: contact@techydevs.com
	Website: techydevs.com
	Description: Trizen - Travel Booking HTML5 Template
	Version: 1.0
*/
/*------------------------------------------------------------------
[Table of contents]

	+ General
		- general Styles
		- common-style
		- Preloader
		- theme-btn
		- button-shared
		- padding
		- margin
		- preloader
		- section-heading
		- custom-checkbox
		- Back To Top
		- and more
	+ Header
		- Logo
		- login
		- sign up
		- Main Navigation
		- Dropdown
		- mobile menu
	+ Content
		+ Main Files
			- index.html
			- index2.html
			- index3.html
			- index4.html
			- index5.html
			- index6.html
	+ Banner Area
			- Breadcrumb
	+ Tour
	        - Tour Full Width
	        - Tour Grid
	        - Tour List
	        - Tour Left Sidebar
	        - Tour Right Sidebar
	        - Tour Details
	        - Tour Booking
	+ Cruise
	        - Cruises
	        - Cruise List
	        - Cruise Sidebar
	        - Cruise Details
	        - Cruise Booking
	+ Pages
			- Dashboard
			- User Profile
			- Become Local Expert
			- Destinations
			- About
			- Our Services
			- Payment
			- Faq
			- Contact
			- 404 Page
			- Recover Password
			- Coming Soon
	+ blog
			- Blog Full Width
			- Blog Grid
			- Blog Sidebar
			- Blog Detail
	+ Flight
	        - Flight Grid
	        - Flight List
	        - Flight Sidebar
	        - Flight Details
	        - Flight Booking
	 + Hotel
	        - Hotel Grid
	        - Hotel List
	        - Hotel Sidebar
	        - Hotel Details
	        - Hotel Booking
	 + Car
	        - Car Grid
	        - Car List
	        - Car Sidebar
	        - Car Details
	        - Car Booking
	+ Footer
		+ Top Footer
			- Company Details
			- Other Licks
			- Subscriber form
		+ Bottom Footer
		    - Copyright
		    - Terms & Conditions
		    - Privacy Policy
		    - Help Center
		    - Social Profile
	+ Responsive Design Styles
		    - $laptop_l: '(max-width: 1440px)';
            - $laptop_m: '(max-width: 1366px)';
            - $laptop_m_two: '(max-width: 1280px)';
            - $laptop_m_three: '(max-width: 1200px)';
            - $laptop_m_four: '(max-width: 1199px)';
            - $laptop_m_five: '(max-width: 1024px)';
            - $laptop_ls: 'only screen and (max-width: 1279px) and (min-width: 320px)';
            - $medium_device: 'only screen and (min-width: 992px) and (max-width: 1200px)';
            - $ms_device: 'only screen and (max-width: 1200px) and (min-width: 320px)';
            - $tab_device: 'only screen and (min-width: 768px) and (max-width: 991px)';
            - $tab_device_two: '(max-width: 768px)';
            - $large_mobile: 'only screen and (min-width: 480px) and (max-width: 767px)';
            - $large_mobile_two: ' (max-width: 600px)';
            - $large_mobile_three: ' (max-width: 480px)';
            - $small_mobile: 'only screen and (min-width: 320px) and (max-width: 479px)';
            - $small_mobile_four: '(max-width: 425px)';
            - $small_mobile_three: '(max-width: 400px)';
            - $small_mobile_five: '(max-width: 375px)';
            - $small_mobile_two: '(max-width: 320px)';
-------------------------------------------------------------------*/
/*---------------- css loader ----------------*/
@keyframes rotate {
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes dash {
    0% {
      stroke-dasharray: 1, 150;
      stroke-dashoffset: 0;
    }
    50% {
      stroke-dasharray: 90, 150;
      stroke-dashoffset: -35;
    }
    100% {
      stroke-dasharray: 90, 150;
      stroke-dashoffset: -124;
    }
  }
  @keyframes infinite-blink {
    0% {
      opacity: 1;
      top: 0;
    }
    30% {
      opacity: 1;
      top: 30%;
    }
    70% {
      opacity: 0;
      top: 30%;
    }
    100% {
      opacity: 0;
      top: 0;
    }
  }
  /*============== play-button-pulse ==============*/
  @-webkit-keyframes play-button-pulse {
    0% {
      -webkit-transform: scale(0.5);
      -moz-transform: scale(0.5);
      -ms-transform: scale(0.5);
      -o-transform: scale(0.5);
      transform: scale(0.5);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
      opacity: 0;
    }
  }
  @-moz-keyframes play-button-pulse {
    0% {
      -webkit-transform: scale(0.5);
      -moz-transform: scale(0.5);
      -ms-transform: scale(0.5);
      -o-transform: scale(0.5);
      transform: scale(0.5);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
      opacity: 0;
    }
  }
  @-ms-keyframes play-button-pulse {
    0% {
      -webkit-transform: scale(0.5);
      -moz-transform: scale(0.5);
      -ms-transform: scale(0.5);
      -o-transform: scale(0.5);
      transform: scale(0.5);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
      opacity: 0;
    }
  }
  @-o-keyframes play-button-pulse {
    0% {
      -webkit-transform: scale(0.5);
      -moz-transform: scale(0.5);
      -ms-transform: scale(0.5);
      -o-transform: scale(0.5);
      transform: scale(0.5);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
      opacity: 0;
    }
  }
  @keyframes play-button-pulse {
    0% {
      -webkit-transform: scale(0.5);
      -moz-transform: scale(0.5);
      -ms-transform: scale(0.5);
      -o-transform: scale(0.5);
      transform: scale(0.5);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
      opacity: 0;
    }
  }
  /*== heartBeat ==*/
  @keyframes heartBeat {
    0% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
    25% {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1);
    }
    40% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
    60% {
      -webkit-transform: scale(1.04);
      -moz-transform: scale(1.04);
      -ms-transform: scale(1.04);
      -o-transform: scale(1.04);
      transform: scale(1.04);
    }
    100% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
  }
  @keyframes cluster-animation {
    0%, 100% {
      -webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
    }
    50% {
      -webkit-box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.1);
    }
  }
  /*====== starsAnimation ========*/
  @keyframes starsAnimation {
    from {
      transform: translateY(-2000px);
    }
    to {
      transform: translateY(0px);
    }
  }
  /*====== background-move ========*/
  @keyframes background-move {
    0% {
      background-position: 0 0, 0 0;
    }
    100% {
      background-position: 100vw 0, 0 0;
      background-position: max(100vw, 40em) 0, 0 0;
    }
  }
  * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }

  ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }

  a:hover,
  a:focus {
    text-decoration: none;
  }

  input:focus {
    outline: none;
  }

  h1, h2, h3, h4, h5, h6, p {
    margin: 0;
  }

  body {
    font-size: 16px;
    line-height: 28px;
    font-family: "Roboto", sans-serif;
    color: #5d646d;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }



  /*---------------- theme ----------------*/
  .font-size-100 {
    font-size: 100px !important;
  }

  .font-size-90 {
    font-size: 90px !important;
  }

  .font-size-80 {
    font-size: 80px !important;
  }

  .font-size-70 {
    font-size: 70px !important;
  }

  .font-size-65 {
    font-size: 65px !important;
  }

  .font-size-60 {
    font-size: 60px !important;
  }

  .font-size-55 {
    font-size: 55px !important;
  }

  .font-size-50 {
    font-size: 50px !important;
  }

  .font-size-45 {
    font-size: 45px !important;
  }

  .font-size-40 {
    font-size: 40px !important;
  }

  .font-size-35 {
    font-size: 35px !important;
  }

  .font-size-30 {
    font-size: 30px !important;
  }

  .font-size-28 {
    font-size: 28px !important;
  }

  .font-size-27 {
    font-size: 27px !important;
  }

  .font-size-26 {
    font-size: 26px !important;
  }

  .font-size-25 {
    font-size: 25px !important;
  }

  .font-size-24 {
    font-size: 24px !important;
  }

  .font-size-23 {
    font-size: 23px !important;
  }

  .font-size-22 {
    font-size: 22px !important;
  }

  .font-size-21 {
    font-size: 21px !important;
  }

  .font-size-20 {
    font-size: 20px !important;
  }

  .font-size-19 {
    font-size: 19px !important;
  }

  .font-size-18 {
    font-size: 18px !important;
  }

  .font-size-17 {
    font-size: 17px !important;
  }

  .font-size-16 {
    font-size: 16px !important;
  }

  .font-size-15 {
    font-size: 15px !important;
  }

  .font-size-14 {
    font-size: 14px !important;
  }

  .font-size-13 {
    font-size: 13px !important;
  }

  .font-size-12 {
    font-size: 12px !important;
  }

  .font-size-11 {
    font-size: 11px !important;
  }

  /*---------------- font-weight ----------------*/
  .font-weight-thin {
    font-weight: 200 !important;
  }

  .font-weight-light {
    font-weight: 300 !important;
  }

  .font-weight-regular {
    font-weight: 400 !important;
  }

  .font-weight-medium {
    font-weight: 500 !important;
  }

  .font-weight-semi-bold {
    font-weight: 600 !important;
  }

  .font-weight-bold {
    font-weight: 700 !important;
  }

  .font-weight-black {
    font-weight: 900 !important;
  }

  /*---------------- line-height ----------------*/
  .line-height-100 {
    line-height: 100px !important;
  }

  .line-height-90 {
    line-height: 90px !important;
  }

  .line-height-85 {
    line-height: 85px !important;
  }

  .line-height-80 {
    line-height: 80px !important;
  }

  .line-height-75 {
    line-height: 75px !important;
  }

  .line-height-70 {
    line-height: 70px !important;
  }

  .line-height-65 {
    line-height: 65px !important;
  }

  .line-height-60 {
    line-height: 60px !important;
  }

  .line-height-55 {
    line-height: 55px !important;
  }

  .line-height-50 {
    line-height: 50px !important;
  }

  .line-height-45 {
    line-height: 45px !important;
  }

  .line-height-40 {
    line-height: 40px !important;
  }

  .line-height-35 {
    line-height: 35px !important;
  }

  .line-height-30 {
    line-height: 30px !important;
  }

  .line-height-28 {
    line-height: 28px !important;
  }

  .line-height-26 {
    line-height: 26px !important;
  }

  .line-height-25 {
    line-height: 25px !important;
  }

  .line-height-24 {
    line-height: 24px !important;
  }

  .line-height-22 {
    line-height: 22px !important;
  }

  .line-height-20 {
    line-height: 20px !important;
  }

  .line-height-18 {
    line-height: 18px !important;
  }

  .radius-round-full {
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
  }

  .radius-round {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
  }

  .radius-rounded {
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
  }

  .radius-none {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
  }

  .before-none:before {
    display: none !important;
  }

  .after-none:after {
    display: none !important;
  }

  .after-none:after,
  .before-none:before {
    display: none !important;
  }

  .section-bg {
    background-color: #F5F7FC;
  }

  .section-bg-2 {
    background-color: #0d233e;
  }

  .gradient-bg {
    background: -moz-linear-gradient(-45deg, #287dfa 0%, #bdd2ef 100%);
    background: -webkit-linear-gradient(-45deg, #287dfa 0%, #bdd2ef 100%);
    background: linear-gradient(135deg, #287dfa 0%, #bdd2ef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#287dfa", endColorstr="#bdd2ef",GradientType=1 );
  }

  .gradient-bg-gray {
    background: linear-gradient(70deg, #e8eef9 0, #fff 100%) !important;
  }

  .bg-gray {
    background-color: #F5F7FC !important;
  }

  .bg-fixed {
    background-attachment: fixed;
  }

  .section-block {
    height: 1px;
    background-color: #F5F7FC;
  }

  /*==== hover-y =====*/
  .hover-y {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .hover-y:hover {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  /*==== border color =====*/
  .border {
    border-color: rgba(128, 137, 150, 0.1) !important;
  }

  .border-top {
    border-top-color: rgba(128, 137, 150, 0.1) !important;
  }

  .border-bottom {
    border-bottom-color: rgba(128, 137, 150, 0.1) !important;
  }

  /*==== bg =====*/
  .bg-img-transparent {
    background-image: none !important;
  }

  .bg-1 {
    background-color: #8C43FF !important;
  }

  .bg-2 {
    background-color: #28d5a7 !important;
  }

  .bg-3 {
    background-color: #f9b851 !important;
  }

  .bg-4 {
    background-color: #CC08E9 !important;
  }

  .bg-5 {
    background-color: #2877B5 !important;
  }

  .bg-6 {
    background-color: #1da1f2 !important;
  }

  .bg-7 {
    background-color: #f00125 !important;
  }

  .bg-rgb {
    background-color: rgba(140, 67, 255, 0.1) !important;
  }

  .bg-rgb-2 {
    background-color: rgba(40, 213, 167, 0.1) !important;
  }

  .bg-rgb-3 {
    background-color: rgba(249, 184, 81, 0.1) !important;
  }

  .bg-rgb-4 {
    background-color: rgba(204, 8, 233, 0.1) !important;
  }

  .bg-rgb-5 {
    background-color: rgba(191, 255, 2, 0.1) !important;
  }

  .bg-rgb-6 {
    background-color: rgba(48, 124, 243, 0.1) !important;
  }

  .z-index-1 {
    z-index: 1;
  }

  .z-index-2 {
    z-index: 2;
  }

  .z-index-3 {
    z-index: 3;
  }

  .z-index-4 {
    z-index: 4;
  }

  /*---------------- text-color ----------------*/
  .text-black {
    color: #0d233e !important;
  }

  .text-gray {
    color: #5d646d !important;
  }

  .text-color {
    color: #287dfa !important;
  }

  .text-color-2 {
    color: #8C43FF !important;
  }

  .text-color-3 {
    color: #28d5a7 !important;
  }

  .text-color-4 {
    color: #f9b851 !important;
  }

  .text-color-5 {
    color: #CC08E9 !important;
  }

  .text-color-6 {
    color: #FF8C2A !important;
  }

  .text-color-7 {
    color: #307CF3 !important;
  }

  .text-color-8 {
    color: #e1306c !important;
  }

  .text-color-9 {
    color: #2877B5 !important;
  }

  .text-color-10 {
    color: #f00125 !important;
  }

  .text-color-11 {
    color: #fb6340 !important;
  }

  /*=== p-relative p-absolute ====*/
  .p-relative {
    position: relative;
  }

  .p-absolute {
    position: absolute;
  }


  /*---------------- responsive-column will be visible on responsive ----------------*/
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .responsive-column {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      margin: 10px 0;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive-column {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin: 10px 0;
    }

  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .responsive-column {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin: 10px 0;
    }
  }

  @media (max-width: 1366px) {
    .responsive-column-l {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive-column-l {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .responsive-column-l {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
  }

  @media (max-width: 1199px) {
    .responsive--column-l {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
  }

  @media (max-width: 1024px) {
    .responsive-column-m {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive-column-m {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .responsive-column-m {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
  }

  @media (max-width: 1024px) {
    .responsive-column--m {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
  }

  /*=== theme-btn ====*/
  .theme-btn {
    font-size: 15px;
    color: #fff;
    line-height: 45px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #0cb670;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #0cb670;
    font-weight: 500;
  }
  .theme-btn:hover {
    background-color: #fff;
    color: #287dfa;
  }

  /*=== theme-btn-small ====*/
  .theme-btn-small {
    line-height: 35px;
    padding-left: 15px;
    padding-right: 15px;
  }

  /*=== theme-btn-gray ====*/
  .theme-btn-gray {
    background-color: rgba(128, 137, 150, 0.1);
    color: #0d233e;
    border-color: rgba(128, 137, 150, 0.1);
  }
  .theme-btn-gray:hover {
    background-color: rgba(128, 137, 150, 0.2);
    color: #0d233e;
  }

  .recommended-tag.active {
    background-color: #287dfa;
    color: #fff;
    border-color: #287dfa;
  }

  .undo-btn {
    display: none;
    color: #287dfa;
    cursor: pointer;
    padding: 2px;
  }
  .undo-btn.active {
    display: inline-block;
  }

  /*=== theme-btn-transparent ====*/
  .theme-btn-transparent {
    background-color: #fff;
    color: #287dfa;
  }
  .theme-btn-transparent:hover {
    background-color: #287dfa;
    color: #fff;
  }

  /*=== theme-btn-rgb ====*/
  .theme-btn-rgb {
    border: none;
    background-color: rgba(40, 125, 250, 0.1);
    color: #287dfa;
  }
  .theme-btn-rgb:hover {
    background-color: rgba(40, 125, 250, 0.1);
  }

  /*=== theme-btn-danger-rgb ====*/
  .theme-btn-danger-rgb {
    background-color: rgba(220, 54, 67, 0.1);
    color: #dc3545;
  }
  .theme-btn-danger-rgb:hover {
    background-color: rgba(220, 54, 67, 0.1);
    color: #dc3545;
  }

  /*=== theme-btn-hover-gray ====*/
  .theme-btn-hover-gray {
    color: #0d233e;
    font-weight: 500;
  }
  .theme-btn-hover-gray:focus {
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
  }
  .theme-btn-hover-gray:hover {
    background-color: rgba(128, 137, 150, 0.1);
    color: #0d233e;
  }

  /*==== btn-text ======*/
  .download-btn {
    padding: 7px 20px;
  }

  /*=== multi-flight-remove ====*/
  .multi-flight-remove {
    color: #0d233e;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    border: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .multi-flight-remove:focus {
    outline: none;
  }
  .multi-flight-remove:hover {
    background-color: #287dfa;
    color: #fff;
  }

  /*==== btn-text ======*/
  .btn-text {
    color: #0d233e;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 15px;
  }
  .btn-text i {
    padding-left: 1px;
    font-size: 13px;
  }
  .btn-text:hover {
    color: #287dfa;
  }

  .video-play-btn {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    text-align: center;
    background-color: #287dfa;
    color: #fff;
    font-size: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .video-play-btn:hover {
    background-color: #2273e5;
    color: #fff;
  }

  .button-warning {
    background-color: #f9b851 !important;
  }

  .button-info {
    background-color: #1da1f2 !important;
  }

  .button-success {
    background-color: #40CC6F !important;
  }

  .button-danger {
    background-color: #287dfa !important;
  }

  .modal-header .btn-close {
    --bs-btn-close-bg: none !important;
    outline: none !important;
  }

  .section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section--padding {
    padding-top: 100px;
    padding-bottom: 90px;
  }

  /*===== padding-top ========*/
  .padding-top-200px {
    padding-top: 200px;
  }

  .padding-top-190px {
    padding-top: 190px;
  }

  .padding-top-180px {
    padding-top: 180px;
  }

  .padding-top-170px {
    padding-top: 170px;
  }

  .padding-top-160px {
    padding-top: 160px;
  }

  .padding-top-150px {
    padding-top: 150px;
  }

  .padding-top-140px {
    padding-top: 140px;
  }

  .padding-top-130px {
    padding-top: 130px;
  }

  .padding-top-120px {
    padding-top: 120px;
  }

  .padding-top-110px {
    padding-top: 110px;
  }

  .padding-top-100px {
    padding-top: 100px;
  }

  .padding-top-95px {
    padding-top: 95px;
  }

  .padding-top-90px {
    padding-top: 90px;
  }

  .padding-top-85px {
    padding-top: 85px;
  }

  .padding-top-80px {
    padding-top: 80px;
  }

  .padding-top-70px {
    padding-top: 70px;
  }

  .padding-top-60px {
    padding-top: 60px;
  }

  .padding-top-50px {
    padding-top: 50px;
  }

  .padding-top-50px {
    padding-top: 50px;
  }

  .padding-top-45px {
    padding-top: 45px;
  }

  .padding-top-40px {
    padding-top: 40px;
  }

  .padding-top-35px {
    padding-top: 35px;
  }

  .padding-top-38px {
    padding-top: 38px;
  }

  .padding-top-30px {
    padding-top: 30px;
  }

  .padding-top-20px {
    padding-top: 20px;
  }

  .padding-top-10px {
    padding-top: 10px;
  }

  /*===== padding-bottom ========*/
  .padding-bottom-200px {
    padding-bottom: 200px;
  }

  .padding-bottom-190px {
    padding-bottom: 190px;
  }

  .padding-bottom-180px {
    padding-bottom: 180px;
  }

  .padding-bottom-170px {
    padding-bottom: 170px;
  }

  .padding-bottom-160px {
    padding-bottom: 160px;
  }

  .padding-bottom-150px {
    padding-bottom: 150px;
  }

  .padding-bottom-140px {
    padding-bottom: 140px;
  }

  .padding-bottom-130px {
    padding-bottom: 130px;
  }

  .padding-bottom-120px {
    padding-bottom: 120px;
  }

  .padding-bottom-110px {
    padding-bottom: 110px;
  }

  .padding-bottom-100px {
    padding-bottom: 100px;
  }

  .padding-bottom-95px {
    padding-bottom: 95px;
  }

  .padding-bottom-90px {
    padding-bottom: 90px;
  }

  .padding-bottom-85px {
    padding-bottom: 85px;
  }

  .padding-bottom-80px {
    padding-bottom: 80px;
  }

  .padding-bottom-70px {
    padding-bottom: 70px;
  }

  .padding-bottom-60px {
    padding-bottom: 60px;
  }

  .padding-bottom-50px {
    padding-bottom: 50px;
  }

  .padding-bottom-45px {
    padding-bottom: 45px;
  }

  .padding-bottom-40px {
    padding-bottom: 40px;
  }

  .padding-bottom-35px {
    padding-bottom: 35px;
  }

  .padding-bottom-30px {
    padding-bottom: 30px;
  }

  .padding-bottom-20px {
    padding-bottom: 20px;
  }

  .padding-bottom-10px {
    padding-bottom: 10px;
  }

  /*===== padding-right ========*/
  .padding-right-150px {
    padding-right: 150px;
  }

  .padding-right-140px {
    padding-right: 140px;
  }

  .padding-right-130px {
    padding-right: 130px;
  }

  .padding-right-120px {
    padding-right: 120px;
  }

  .padding-right-110px {
    padding-right: 110px;
  }

  .padding-right-100px {
    padding-right: 100px;
  }

  .padding-right-95px {
    padding-right: 95px;
  }

  .padding-right-90px {
    padding-right: 90px;
  }

  .padding-right-85px {
    padding-right: 85px;
  }

  .padding-right-80px {
    padding-right: 80px;
  }

  .padding-right-70px {
    padding-right: 70px;
  }

  .padding-right-60px {
    padding-right: 60px;
  }

  .padding-right-55px {
    padding-right: 55px;
  }

  .padding-right-50px {
    padding-right: 50px;
  }

  .padding-right-45px {
    padding-right: 45px;
  }

  .padding-right-40px {
    padding-right: 40px;
  }

  .padding-right-30px {
    padding-right: 30px;
  }

  /*===== padding-left ========*/
  .padding-left-150px {
    padding-left: 150px;
  }

  .padding-left-140px {
    padding-left: 140px;
  }

  .padding-left-130px {
    padding-left: 130px;
  }

  .padding-left-120px {
    padding-left: 120px;
  }

  .padding-left-110px {
    padding-left: 110px;
  }

  .padding-left-100px {
    padding-left: 100px;
  }

  .padding-left-95px {
    padding-left: 95px;
  }

  .padding-left-90px {
    padding-left: 90px;
  }

  .padding-left-85px {
    padding-left: 85px;
  }

  .padding-left-80px {
    padding-left: 80px;
  }

  .padding-left-70px {
    padding-left: 70px;
  }

  .padding-left-60px {
    padding-left: 60px;
  }

  .padding-left-55px {
    padding-left: 55px;
  }

  .padding-left-50px {
    padding-left: 50px;
  }

  .padding-left-45px {
    padding-left: 45px;
  }

  .padding-left-40px {
    padding-left: 40px;
  }

  .padding-left-30px {
    padding-left: 30px;
  }

  /*===== margin ====*/
  .margin-top-200px {
    margin-top: 200px;
  }

  .margin-top-190px {
    margin-top: 190px;
  }

  .margin-top-180px {
    margin-top: 180px;
  }

  .margin-top-160px {
    margin-top: 160px;
  }

  .margin-top-150px {
    margin-top: 150px;
  }

  .margin-top-140px {
    margin-top: 140px;
  }

  .margin-top-130px {
    margin-top: 130px;
  }

  .margin-top-120px {
    margin-top: 120px;
  }

  .margin-top-110px {
    margin-top: 110px;
  }

  .margin-top-100px {
    margin-top: 100px;
  }

  .margin-top-95px {
    margin-top: 95px;
  }

  .margin-top-90px {
    margin-top: 90px;
  }

  .margin-top-85px {
    margin-top: 85px;
  }

  .margin-top-80px {
    margin-top: 80px;
  }

  .margin-top-70px {
    margin-top: 70px;
  }

  .margin-top-60px {
    margin-top: 60px;
  }

  .margin-top-55px {
    margin-top: 55px;
  }

  .margin-top-50px {
    margin-top: 50px;
  }

  .margin-top-45px {
    margin-top: 45px;
  }

  .margin-top-40px {
    margin-top: 40px;
  }

  .margin-top-35px {
    margin-top: 35px;
  }

  .margin-top-30px {
    margin-top: 30px;
  }

  .margin-top-20px {
    margin-top: 20px;
  }

  .margin-top-10px {
    margin-top: 10px;
  }

  .margin-bottom-200px {
    margin-bottom: 200px;
  }

  .margin-bottom-190px {
    margin-bottom: 190px;
  }

  .margin-bottom-180px {
    margin-bottom: 180px;
  }

  .margin-bottom-170px {
    margin-bottom: 170px;
  }

  .margin-bottom-160px {
    margin-bottom: 160px;
  }

  .margin-bottom-150px {
    margin-bottom: 150px;
  }

  .margin-bottom-140px {
    margin-bottom: 140px;
  }

  .margin-bottom-130px {
    margin-bottom: 130px;
  }

  .margin-bottom-120px {
    margin-bottom: 120px;
  }

  .margin-bottom-110px {
    margin-bottom: 110px;
  }

  .margin-bottom-100px {
    margin-bottom: 100px;
  }

  .margin-bottom-95px {
    margin-bottom: 95px;
  }

  .margin-bottom-90px {
    margin-bottom: 90px;
  }

  .margin-bottom-85px {
    margin-bottom: 85px;
  }

  .margin-bottom-80px {
    margin-bottom: 80px;
  }

  .margin-bottom-70px {
    margin-bottom: 70px;
  }

  .margin-bottom-60px {
    margin-bottom: 60px;
  }

  .margin-bottom-50px {
    margin-bottom: 50px;
  }

  .margin-bottom-55px {
    margin-bottom: 55px;
  }

  .margin-bottom-45px {
    margin-bottom: 45px;
  }

  .margin-bottom-40px {
    margin-bottom: 40px;
  }

  .margin-bottom-35px {
    margin-bottom: 35px;
  }

  .margin-bottom-30px {
    margin-bottom: 30px;
  }

  .margin-bottom-20px {
    margin-bottom: 20px;
  }

  .margin-bottom-10px {
    margin-bottom: 10px;
  }

  /*========= preloader ==========*/
  .preloader {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
  }

  .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .loader .spinner {
    animation: rotate 2s linear infinite;
    z-index: 2;
    width: 50px;
    height: 50px;
  }
  .loader .spinner .path {
    stroke: #287dfa;
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite;
  }

  .before-price {
    text-decoration: line-through;
    color: #5d646d !important;
  }

  /*====================================================
      cd-words-wrapper
   ====================================================*/
  .cd-words-wrapper b {
    font-weight: 700;
  }

  /*-===============================
      line-bg
  ===============================-*/
  .line-bg {
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    top: 0;
  }
  .line-bg:before {
    position: absolute;
    bottom: -60%;
    left: 0;
    content: "";
    height: 80px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.4);
  }

  .line-bg1 {
    left: 14%;
  }

  .line-bg2 {
    left: 30%;
  }

  .line-bg3 {
    left: 45%;
  }

  .line-bg4 {
    left: 60%;
  }

  .line-bg5 {
    left: 75%;
  }

  .line-bg6 {
    left: 88%;
  }

  /*====================================================
      section-heading
   ====================================================*/
  .section-heading .sec__title {
    font-size: 22px;
    font-weight: 350;
      color: #0cb670;
    font-family: "Rubik", sans-serif;
  }
  .section-heading .sec__title span {
    font-size: 36px;
      color: #0cb670;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
  }
  @media (max-width: 425px) {
    .section-heading .sec__title span {
      font-size: 22px;
      color: #0cb670;
      font-weight: 500;
      font-family: "Rubik", sans-serif;
    }
    .section-heading .sec__title {
      font-size: 22px;
      line-height: 30px !important;
      font-weight: 400;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-heading .sec__title br {
      display: none;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .section-heading .sec__title br {
      display: none;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .section-heading .sec__title br {
      display: none;
    }
  }
  .section-heading .sec__desc {
    font-size: 18px;
    color: #5d646d;
    line-height: 30px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-heading .sec__desc br {
      display: none;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .section-heading .sec__desc br {
      display: none;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .section-heading .sec__desc br {
      display: none;
    }
  }

  /*==== title =====*/
  .title {
    font-size: 18px;
    color: #0d233e;
  }

  /*==== curve-shape =====*/
  .curve-shape {
    position: relative;
    display: inline-block;
  }
  .curve-shape::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: attr(data-text);
    color: transparent;
    text-decoration-style: wavy;
    text-decoration-color: #287dfa;
    text-decoration-line: underline;
  }

  /*==== stroke-shape =====*/
  .stroke-shape {
    position: relative;
    display: inline-block;
  }
  .stroke-shape::before, .stroke-shape::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 2px;
    width: 45px;
    background-color: #287dfa;
  }
  .stroke-shape::after {
    width: 7px;
    background-color: #fff;
    left: 25px;
  }

  /*====================================================
      custom-checkbox
   ====================================================*/
  .custom-checkbox {
    margin-bottom: 8px;
    display: block;
    min-height: 24px;
    padding-left: 24px;
    /*==== form-check-two =======*/
  }
  .custom-checkbox label {
    color: #5d646d;
    font-size: 15px;
    display: block;
    margin-bottom: 0;
    padding-left: 3px;
    cursor: pointer;
  }
  .custom-checkbox label a {
    color: #287dfa;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .custom-checkbox label a:hover {
    color: #0d233e;
  }
  .custom-checkbox .form-check-two {
    position: absolute;
    top: 39%;
    transform: translateY(-50%);
    margin-left: 9px !important;
    z-index: 1;
  }
  .custom-checkbox .form-check-two:checked {
    background-color: #40CC6F;
    border-color: #40CC6F;
  }
  .custom-checkbox .form-check-input {
    float: left;
    margin-left: -24px;
    width: 18px !important;
    height: 18px !important;
    cursor: pointer;
  }

  /*======= social-profile ========*/
  .social-profile li {
    display: inline-block;
    margin-right: 3px;
  }
  .social-profile li:last-child {
    margin-right: 0;
  }
  .social-profile li a {
    display: block;
    color: #0d233e;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: rgba(128, 137, 150, 0.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .social-profile li a:hover {
    background-color: #dc3545;
    color: #fff;
  }

  /*======= social--profile ========*/
  .social--profile li a {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
  }
  .social--profile li a:hover {
    background-color: #287dfa;
    color: #fff;
  }

  /*======= info-list ========*/
  .info-list li {
    display: block;
    color: #5d646d;
    margin-bottom: 6px;
  }
  .info-list li:last-child {
    margin-bottom: 0;
  }
  .info-list li a {
    color: #5d646d;
  }
  .info-list li .icon-element {
    color: #287dfa;
    font-size: 16px;
    width: 30px;
    height: 30px;
    background-color: rgba(40, 125, 250, 0.1);
    line-height: 30px;
  }
  .info-list li:hover a {
    color: #287dfa;
  }
  .info-list li:hover .icon-element {
    background-color: #287dfa;
    color: #fff;
  }

  /*======= list-items ========*/
  ul.list-items{
    /* margin-left: 30px; */
  }
  .package-card .list-items li {
    margin-bottom: 14px;
    color: #303030;
    font-family: "Rubik", sans-serif;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
      list-style-image: url('../images/checked.png')


  }
  .package-card .list-items li { background: rgb(255, 255, 255); border-radius: 4px;
    padding: 5px 10px; }
  .package-card .list-items li:nth-child(odd) {
     background: #FFF2F2;
    border-radius: 4px;
    padding: 5px 10px; }
.package-card .list-items li:nth-child(even) {
    background: #F8F8F8;
}
  .package-card .list-items li a {
    color: #5d646d;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    list-style-image: url('../images/list.jpg');
  }
  .package-card .list-items li a:hover {
    color: #287dfa;
  }

  /*======= list--items ========*/
  .list--items a {
    position: relative;
    display: inline-block;
  }
  .list--items a::before {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #dc3545;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .list--items a:hover::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  /*======= list-items-2 ========*/
  .list-items-2 li span {
    display: inline-block;
    width: 150px;
    color: #0d233e;
    font-weight: 500;
  }

  /*======= list-items-flush ========*/
  .list-items-flush li {
    border-bottom: 1px solid rgba(128, 137, 150, 0.1);
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .list-items-flush li:last-child {
    border-bottom: 0;
  }

  /*======= list-items-3 ========*/
  .list-items-3 li {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  @media (max-width: 425px) {
    .list-items-3 li {
      display: block;
    }
  }
  .list-items-3 li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .list-items-3 li span {
    width: auto;
    margin-right: 20px;
  }
  @media (max-width: 425px) {
    .list-items-3 li span {
      display: block;
      margin-right: 0;
    }
  }

  /*===== list-items-bullet =======*/
  .list-items-bullet li {
    position: relative;
    padding-left: 20px;
  }
  .list-items-bullet li:after {
    position: absolute;
    content: "";
    top: 11px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: rgba(128, 137, 150, 0.6);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }

  /*===== ripple-bg =======*/
  .ripple-bg canvas {
    width: 100%;
    height: 100%;
  }

  /*===== toggle-drop-menu =======*/
  .toggle-drop-menu {
    display: none;
  }

  /*======== image-box =========*/
  .image-box {
    position: relative;
  }
  .image-box .img__item {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .image-box .img__item-2 {
    position: absolute;
    bottom: -50px;
    left: -80px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 190px;
    height: 190px;
    border: 8px solid #fff;
  }
  @media (max-width: 768px) {
    .image-box .img__item-2 {
      left: -10px;
    }
  }

  /*======== image-box-layout-2 =========*/
  .image-box-layout-2 .img__item {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 8px solid #fff;
    position: absolute;
    z-index: 1;
  }
  .image-box-layout-2 .img__item-1 {
    width: 250px;
    height: 250px;
    top: -150px;
    right: -150px;
  }
  .image-box-layout-2 .img__item-2 {
    left: 110px;
    bottom: -130px;
  }
  .image-box-layout-2 .img__item-3 {
    width: 200px;
    height: 200px;
    right: 50px;
    top: 90px;
  }
  @media (max-width: 1199px) {
    .image-box-layout-2 .img__item-3 {
      right: 0;
    }
  }

  /*======== image-box-layout-3 =========*/
  .image-box-layout-3 .img__item {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 30px 20px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 30px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 30px 20px rgba(0, 0, 0, 0.08);
  }
  .image-box-layout-3 .img__item-1 {
    width: 380px;
    height: 380px;
    margin-left: auto;
    display: block;
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .image-box-layout-3 .img__item-1 {
      width: 300px;
      height: 300px;
    }
  }
  .image-box-layout-3 .img__item-2 {
    left: 40px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .image-box-layout-3 .img__item-2 {
      left: 170px;
      bottom: 55px;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .image-box-layout-3 .img__item-2 {
      left: 0;
      bottom: 55px;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .image-box-layout-3 .img__item-2 {
      left: 0;
      bottom: 55px;
    }
  }

  /*======== photo-block-item =========*/
  .photo-block-item {
    margin-bottom: 30px;
  }
  .photo-block-item img {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }

  /*======== toggle-menu =========*/
  .toggle-menu li .toggle-menu-icon .la {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .toggle-menu li.active .toggle-menu-icon .la {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  /*=============== tip ===============*/
  .tip {
    display: inline-block;
    cursor: help;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 18px;
    line-height: 18px;
    width: 18px;
    height: 18px;
    position: relative;
    top: 2px;
    left: 1px;
  }

  .tip-verified {
    background-color: #40CC6F;
  }

  /*================= pagination ==================*/
  .page-item .page-link-nav:first-child, .page-item .page-link-nav:last-child {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }

  .page-link-nav {
    color: #287dfa;
    margin-right: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: rgba(40, 125, 250, 0.07);
    width: 34px;
    line-height: 34px;
    padding: 0;
    text-align: center;
    height: 34px;
  }
  .page-link-nav:hover {
    color: #fff;
    background-color: #287dfa;
  }

  /*======== filter-top =========*/
  @media (max-width: 375px) {
    .filter-top {
      display: block !important;
    }
  }

  /*======== layout-view =========*/
  .layout-view {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgba(128, 137, 150, 0.2);
    padding: 4px 10px 4px 10px;
    width: 70px;
  }
  @media (max-width: 375px) {
    .layout-view {
      margin-top: 15px;
    }
  }
  .layout-view a {
    color: #5d646d;
    margin-right: 3px;
    font-size: 22px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .layout-view a:nth-child(2) {
    margin-right: 0;
  }
  .layout-view a.active {
    color: #0d233e;
  }
  .layout-view a:hover {
    color: #287dfa;
  }

  /*======== filter-bar =========*/
  .filter-bar {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    padding: 20px;
    border: 1px solid rgba(128, 137, 150, 0.1);
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .filter-bar {
      display: block !important;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .filter-bar {
      display: block !important;
    }
  }

  .filter-option {
    margin-right: 20px;
  }
  @media (max-width: 575px) {
    .filter-option {
      margin-right: 10px;
    }
  }
  @media (max-width: 375px) {
    .filter-option {
      margin-right: 0;
      margin-bottom: 10px;
    }
  }
  .filter-option .dropdown-contain .dropdown-menu {
    width: 245px;
    margin-top: 15px;
  }
  @media (max-width: 575px) {
    .filter-option .dropdown-contain .dropdown-menu {
      left: -90px !important;
    }
  }
  @media (max-width: 425px) {
    .filter-option .dropdown-contain .dropdown-menu {
      left: -20px !important;
    }
  }
  @media (max-width: 375px) {
    .filter-option .dropdown-contain .dropdown-menu {
      left: 0 !important;
    }
  }
  .filter-option .price-slider-amount .amounts {
    background-color: transparent;
    text-align: left;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  /*-========= filter-bar-filter =========-*/
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .filter-bar-filter {
      padding-bottom: 20px;
    }
  }
  @media (max-width: 375px) {
    .filter-bar-filter {
      display: block !important;
      padding-bottom: 10px;
    }
  }

  @media (max-width: 375px) {
    .bootstrap-select .dropdown-toggle .filter-option {
      margin-bottom: 0;
    }
  }

  /*-========= select-contain =========-*/
  .select-contain {
    position: relative;
    width: 190px;
  }
  .select-contain .bootstrap-select {
    width: 100% !important;
  }
  .select-contain .bootstrap-select .flag-icon {
    width: 16px;
    line-height: inherit;
  }
  .select-contain .dropdown-toggle {
    padding: 14px 20px;
    border-color: rgba(128, 137, 150, 0.2) !important;
    background-color: #fff !important;
    color: #0d233e !important;
    font-size: 14px;
    position: relative;
  }
  .select-contain .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 13px;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  .select-contain .dropdown-toggle:focus {
    outline: none !important;
    border-color: #287dfa !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
  .select-contain .dropdown-menu {
    border: 1px solid rgba(128, 137, 150, 0.2);
  }
  .select-contain .dropdown-menu .bs-searchbox {
    display: none;
  }
  .select-contain .dropdown-menu .inner::-webkit-scrollbar {
    width: 8px;
  }
  .select-contain .dropdown-menu .inner::-webkit-scrollbar-track {
    background-color: rgba(128, 137, 150, 0.1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .select-contain .dropdown-menu .inner::-webkit-scrollbar-thumb {
    background-color: rgba(128, 137, 150, 0.2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .select-contain .dropdown-menu .inner::-webkit-scrollbar-thumb:hover {
    background-color: rgba(128, 137, 150, 0.6);
  }
  .select-contain .dropdown-item {
    color: #5d646d;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 15px;
  }
  .select-contain .dropdown-item.active {
    background-color: #287dfa;
    color: #fff;
  }
  .select-contain .dropdown-item.active:hover {
    background-color: #287dfa;
    color: #fff;
  }
  .select-contain .dropdown-item:focus {
    outline: none;
  }
  .select-contain .dropdown-item:hover {
    background-color: rgba(40, 125, 250, 0.1);
    color: #287dfa;
  }

  /* select--contain */
  .select--contain .dropdown-toggle::after {
    top: 3px;
    right: 3px;
    font-size: 12px;
  }

  /* select-wrap-form */
  .select-wrap-form {
    position: relative;
  }
  .select-wrap-form .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #0d233e;
    cursor: pointer;
  }
  .select-wrap-form .form-control:focus {
    border-color: #287dfa;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
  }
  .select-wrap-form::after {
    position: absolute;
    right: 10px;
    top: 5px;
    border: none;
    content: "\f107";
    font-family: "Line Awesome Free";
    font-size: 14px;
    font-weight: 900;
    color: #5d646d;
  }

  /*======= qty =======*/
  .qty-box label {
    color: #0d233e;
    font-size: 15px;
    margin-bottom: 0;
  }
  .qty-box label span {
    display: block;
    font-size: 13px;
    margin-top: -10px;
    color: #5d646d;
  }

  .roomInc,
  .roomDec,
  .qtyInc,
  .qtyDec {
    width: 28px;
    height: 28px;
    line-height: 29px;
    font-size: 18px;
    background-color: rgba(128, 137, 150, 0.08);
    color: #0d233e;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .roomInc:hover,
  .roomDec:hover,
  .qtyInc:hover,
  .qtyDec:hover {
    background-color: #287dfa;
    color: #fff;
  }

  .roomBtn input,
  .qtyBtn input {
    width: 35px;
    border: none;
    text-align: center;
    color: #0d233e;
    font-weight: 500;
  }

  /*======= ui-widget-content =======*/
  .ui-widget.ui-widget-content {
    border: none;
    background-color: rgba(128, 137, 150, 0.2);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    height: 6px;
  }
  .ui-widget.ui-widget-content .ui-slider-range {
    background-color: #287dfa;
  }
  .ui-widget.ui-widget-content .ui-slider-handle {
    background-color: #287dfa;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border: 5px solid #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    height: 18px;
    width: 18px;
    top: -6px;
    cursor: ew-resize;
    outline: 0;
  }

  /*======= price-slider-amount =======*/
  .price-slider-amount .amounts {
    border: none;
    color: #287dfa;
    font-weight: 700;
    background-color: rgba(40, 125, 250, 0.06);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 110px;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .filter__label {
    color: #0d233e;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    margin-right: 5px;
  }

  /*======== back-to-top =========*/
  #back-to-top {
    position: fixed;
    right: -150px;
    bottom: 40px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 40px rgba(82, 85, 90, 0.2);
    -moz-box-shadow: 0 10px 40px rgba(82, 85, 90, 0.2);
    box-shadow: 0 10px 40px rgba(82, 85, 90, 0.2);
    color: #0d233e;
    font-size: 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
  }
  #back-to-top:hover {
    background-color: #2273e5;
    color: #fff;
    border-color: #2273e5;
  }
  #back-to-top.active {
    right: 30px;
    opacity: 1;
    visibility: visible;
  }

  /*====================================================
      date range picker
   ====================================================*/
  .daterangepicker {
    font-family: "Roboto", sans-serif;
    border-color: rgba(128, 137, 150, 0.3);
  }
  .daterangepicker .calendar-table th,
  .daterangepicker .calendar-table td {
    color: #0d233e;
  }
  .daterangepicker td.off {
    color: #5d646d;
  }
  .daterangepicker td.active {
    background-color: #287dfa;
    color: #fff;
  }

  /*==== ratings =======*/
  .ratings i {
    color: #f9b851;
  }

  /*==== rate-option-item =======*/
  .rate-option-item label {
    margin-bottom: 0;
  }

  .rate-stars-option {
    text-align: left;
    position: relative;
    display: table;
    margin-bottom: 15px;
  }
  .rate-stars-option input {
    border: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    opacity: 0;
  }
  .rate-stars-option input:checked ~ label:before {
    color: #f9b851;
  }
  .rate-stars-option label {
    position: relative;
    float: right;
    cursor: pointer;
    margin-bottom: 0;
    color: rgba(128, 137, 150, 0.6);
    font-size: 18px;
  }
  .rate-stars-option label::before {
    margin-right: 9px;
    content: "\f005";
    font-family: "Line Awesome Free";
    font-weight: 900;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  .rate-stars-option label:hover ~ label:before {
    color: #f9b851;
  }
  .rate-stars-option label:hover:before {
    color: #f9b851;
  }

  /*====================================================
      radio-option
   ====================================================*/
  .radio-trigger {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #0d233e;
  }
  .radio-trigger input[type=radio] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .radio-trigger input[type=radio]:checked ~ .checkmark {
    border-color: #287dfa;
  }
  .radio-trigger input[type=radio]:checked ~ .checkmark:before {
    border-color: #287dfa;
  }
  .radio-trigger input[type=radio]:checked ~ .checkmark:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .radio-trigger .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    width: 19px;
    height: 19px;
    border: 2px solid #ddd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .radio-trigger .checkmark:after {
    position: absolute;
    left: 3px;
    top: 3px;
    content: "";
    width: 9px;
    height: 9px;
    background-color: #287dfa;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .ck-editor__main ul {
    list-style: disc;
  }

  .ck.ck-toolbar {
    border-color: rgba(128, 137, 150, 0.2) !important;
  }

  .ck.ck-editor__editable_inline {
    padding-right: 25px !important;
    padding-left: 25px !important;
    border-color: rgba(128, 137, 150, 0.2) !important;
  }
  .ck.ck-editor__editable_inline:focus {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
  }

  .arrow-separator {
    width: 0;
    height: 0;
    border-left: 29px solid transparent;
    border-right: 29px solid transparent;
    border-bottom: 25px solid #fff;
    z-index: 2;
  }

  /*==== row =======*/
  .row > * {
    position: relative;
  }

  /*==== icon-element ======*/
  .icon-element {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: #287dfa;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    font-size: 25px;
    color: #fff;
  }

  .icon-element-2 {
    display: inline-block;
    font-size: 50px;
    color: #0d233e;
    width: 80px;
    height: 80px;
    line-height: 77px;
    text-align: center;
    border: 2px solid #0d233e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
  }
  @media (max-width: 425px) {
    .icon-element-2 {
      width: 70px;
      height: 70px;
      line-height: 67px;
    }
  }
  .icon-element-2:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .icon-element-2:hover {
    background-color: #287dfa;
    color: #fff;
    border-color: #287dfa;
  }

  /*==== mark-as-read-btn ======*/
  .mark-as-read-btn {
    background-color: rgba(128, 137, 150, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #5d646d;
    border: none;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
  }

  /*====================================================
      contact-form-action
   ====================================================*/
  .label-text {
    font-size: 14px;
    color: #0d233e;
  }

  .contact-form-action .form-group {
    position: relative;
  }
  .contact-form-action .form-group .form-icon {
    position: absolute;
    top: 10px;
    left: 15px;
    color: #5d646d;
    font-size: 18px;
  }
  .contact-form-action .form-group .search-btn,
  .contact-form-action .form-group .submit-btn {
    position: absolute;
    top: 7px;
    right: 8px;
  }
  .contact-form-action .form-group .search-btn {
    background-color: transparent;
    border: none;
    padding: 3px 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #0d233e;
  }
  .contact-form-action .form-group .search-btn:hover {
    color: #287dfa;
  }
  .contact-form-action .form-control {
    height: auto;
    line-height: inherit;
    padding: 5px 20px 5px 40px;
    font-size: 13px;
    color: #0d233e;
    border-color: rgba(128, 137, 150, 0.2);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #fff;
    font-weight: 400;
  }
  .contact-form-action .form-control:focus {
    border-color: #287dfa;
  }
  .contact-form-action .message-control {
    height: 130px;
  }

  #resume_text {
    display: none;
  }

  .forgot-password {
    font-size: 14px;
  }
  .forgot-password a {
    color: #5d646d;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .forgot-password a:hover {
    color: #287dfa;
  }

  /*==== contact-address ======*/
  .contact-address li {
    position: relative;
    padding-left: 45px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(128, 137, 150, 0.1);
  }
  .contact-address li > .icon-element {
    position: absolute;
    left: 0;
    top: 5px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
  }

  /*==== recapcha-box ======*/
  .recapcha-box .form-control {
    width: 130px;
    padding-left: 20px;
  }

  /*====================================================
      booking-area
   ====================================================*/
  .payment-option .payment-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 600;
    color: #0d233e;
  }
  .payment-option .payment-radio input[type=radio] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .payment-option .payment-radio input[type=radio]:checked ~ .checkmark {
    border-color: #287dfa;
  }
  .payment-option .payment-radio input[type=radio]:checked ~ .checkmark:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .payment-option .payment-radio input[type=radio]:checked ~ .payment-active {
    display: block;
  }
  .payment-option .payment-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 19px;
    height: 19px;
    margin: 3px 0 0 0;
    border: 2px solid #ddd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .payment-option .payment-radio .checkmark:after {
    position: absolute;
    left: 3px;
    top: 3px;
    content: "";
    width: 9px;
    height: 9px;
    background-color: #f66b5d;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .payment-option .payment-active {
    display: none;
  }
  @media (max-width: 320px) {
    .payment-option .payment-content .contact-form-action .row {
      display: block;
    }
  }

  .booking-list li {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #0d233e;
    text-transform: capitalize;
    margin-bottom: 15px;
  }
  .booking-list li span {
    color: #5d646d;
    font-weight: 500;
    font-size: 15px;
  }

  .total-list li,
  .total-list span {
    font-size: 85px;
  }

  @media (max-width: 1199px) {
    .coupon-widget .col-lg-8 {
      padding-right: 15px !important;
    }
  }
  @media (max-width: 1199px) {
    .coupon-widget .col-lg-8,
    .coupon-widget .col-lg-4 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
  }
  @media (max-width: 1199px) {
    .coupon-widget .btn-box {
      margin-top: 15px;
    }
  }

  /*====================================================
     booking-confirm-area
   ====================================================*/
  .booking-confirm-area {
    position: relative;
  }
  .booking-confirm-area:before, .booking-confirm-area:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: -45px;
    width: 16%;
    height: 29%;
    background-image: url("../images/dots.html");
    background-size: cover;
    background-position: center;
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
    opacity: 0.2;
  }
  .booking-confirm-area:after {
    left: auto;
    bottom: auto;
    top: 85px;
    right: -65px;
  }

  .booking-confirm-page span {
    font-size: 75px;
    line-height: 140px;
    color: #40CC6F;
  }
  @media (max-width: 320px) {
    .booking-confirm-page span {
      font-size: 60px;
      line-height: 100px;
    }
  }

  /*====================================================
      invoice-area
   ====================================================*/
  .invoice-content {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    padding: 40px 40px 32px 40px;
    border: 1px solid rgba(128, 137, 150, 0.3);
  }
  .invoice-content .title {
    font-size: 95px;
  }

  @media (max-width: 320px) {
    .invoice-item .invoice-logo {
      margin-bottom: 40px;
    }
  }
  .invoice-item .invoice-title .title {
    font-size: 80px;
  }
  .invoice-item .invoice-details {
    font-weight: 500;
  }
  .invoice-item .invoice-details strong {
    color: #0d233e;
  }
  @media (max-width: 425px) {
    .invoice-item .invoice-details.text-right {
      text-align: left !important;
    }
  }
  .invoice-item .invoice-info .title {
    font-size: 85px;
  }

  .invoice-table table tr th {
    color: #0d233e;
    font-weight: 600;
    border-bottom-width: 1px;
  }
  .invoice-table table tr th,
  .invoice-table table tr td {
    font-size: 16px;
    padding: 10px 20px;
  }
  .invoice-table table tr td {
    font-size: 15px;
    font-weight: 500;
  }
  .invoice-table .invoice-table-two {
    margin-bottom: 0;
  }
  .invoice-table .invoice-table-two tr th,
  .invoice-table .invoice-table-two tr td {
    border-top: none;
    padding: 5px 0 5px 0;
  }
  .invoice-table .invoice-table-two tr td {
    text-align: right;
  }

  /*================== form-box ===================*/
  .form-box {
    border: 1px solid rgba(128, 137, 150, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  }

  .form-title-wrap {
    padding: 20px;
    border-bottom: 1px solid rgba(128, 137, 150, 0.1);
  }

  .form-content {
    padding: 20px;
  }

  #contact-success-message {
    display: none;
  }

  .blockquote-item {
    border-left: none;
    background-image: url(../images/img9.jpg);
    background-size: cover;
    background-position: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 1;
    padding: 40px;
    position: relative;
  }
  .blockquote-item .blockquote__text {
    line-height: 30px;
    font-weight: 500;
    font-style: italic;
    color: #fff;
  }
  .blockquote-item .blockquote__meta {
    font-weight: 500;
    margin-top: 16px;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
  }
  .blockquote-item .blockquote__meta span {
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    margin-left: 5px;
  }
  .blockquote-item:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0d233e;
    opacity: 0.8;
    z-index: -1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  /*====================================================
      breadcrumb-area
   ====================================================*/
  .breadcrumb-top-bar {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(128, 137, 150, 0.1);
  }

  /*====================================================
      breadcrumb-area
   ====================================================*/
  .breadcrumb-area {
    padding-top: 90px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
  }
  .breadcrumb-area::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 460 55'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='7' opacity='.1'%3E%3Cpath d='M-345 34.5s57.5-13.8 115-13.8 115 13.8 115 13.8S-57.5 48.3 0 48.3s115-13.8 115-13.8 57.5-13.8 115-13.8 115 13.8 115 13.8 57.5 13.8 115 13.8 115-13.8 115-13.8'/%3E%3Cpath d='M-345 20.7s57.5-13.8 115-13.8 115 13.8 115 13.8S-57.5 34.5 0 34.5s115-13.8 115-13.8S172.5 6.9 230 6.9s115 13.8 115 13.8 57.5 13.8 115 13.8 115-13.8 115-13.8m-920 27.6s57.5-13.8 115-13.8 115 13.8 115 13.8S-57.5 62.1 0 62.1s115-13.8 115-13.8 57.5-13.8 115-13.8 115 13.8 115 13.8 57.5 13.8 115 13.8 115-13.8 115-13.8'/%3E%3Cpath d='M-345 6.9s57.5-13.8 115-13.8S-115 6.9-115 6.9-57.5 20.7 0 20.7 115 6.9 115 6.9 172.5-6.9 230-6.9 345 6.9 345 6.9s57.5 13.8 115 13.8S575 6.9 575 6.9'/%3E%3Cpath d='M-345-6.9s57.5-13.8 115-13.8S-115-6.9-115-6.9-57.5 6.9 0 6.9 115-6.9 115-6.9s57.5-13.8 115-13.8S345-6.9 345-6.9 402.5 6.9 460 6.9 575-6.9 575-6.9m-920 69s57.5-13.8 115-13.8 115 13.8 115 13.8S-57.5 75.9 0 75.9s115-13.8 115-13.8 57.5-13.8 115-13.8 115 13.8 115 13.8 57.5 13.8 115 13.8 115-13.8 115-13.8'/%3E%3C/g%3E%3C/svg%3E%0A"), linear-gradient(80deg, #000000, #01060d);
    background-position: 50% 50%;
    animation: background-move 20s linear infinite;
    background-size: 100vw auto, 100% 100%;
    opacity: 0.3;
    z-index: -1;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-area .image-box {
      display: none;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .breadcrumb-area .image-box {
      display: none;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .breadcrumb-area .image-box {
      display: none;
    }
  }

  /*==== bread-bg ======*/
  .bread-bg {
    background-image: url("../images/bread-bg.jpg");
  }

  /*==== bread-bg-2 ======*/
  .bread-bg-2 {
    background-image: url("../images/bread-bg2.jpg");
  }

  /*==== bread-bg-3 ======*/
  .bread-bg-3 {
    background-image: url("../images/bread-bg3.jpg");
  }

  /*==== bread-bg-4 ======*/
  .bread-bg-4 {
    background-image: url("../images/bread-bg4.jpg");
  }

  /*==== bread-bg-5 ======*/
  .bread-bg-5 {
    background-image: url("../images/team-cta-bg.jpg");
  }

  /*==== bread-bg-6 ======*/
  .bread-bg-6 {
    background-image: url("../images/bread-bg5.jpg");
  }

  /*==== bread-bg-7 ======*/
  .bread-bg-7 {
    background-image: url("../images/bread-bg6.jpg");
  }

  /*==== bread-bg-8 ======*/
  .bread-bg-8 {
    background-image: url("../images/bread-bg7.jpg");
  }

  /*==== bread-bg-9 ======*/
  .bread-bg-9 {
    background-image: url("../images/bread-bg8.jpg");
  }

  /*==== bread-bg-10 ======*/
  .bread-bg-10 {
    background-image: url("../images/bread-bg9.jpg");
  }

  /*==== bread-svg ======*/
  .bread-svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    stroke: none;
    fill: #fff;
  }

  .trending-search a {
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .trending-search a:hover {
    color: #287dfa;
  }

  .arrow-blink {
    color: #0d233e;
    font-size: 20px;
    width: 50px;
    height: 50px;
    display: inline-block;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 125px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    -webkit-box-shadow: 0 4px 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 4px 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 4px 40px rgba(82, 85, 90, 0.1);
  }
  .arrow-blink i {
    position: relative;
    animation: infinite-blink 2s linear infinite;
  }

  /*==== breadcrumb-content ======*/
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-content {
      text-align: center;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .breadcrumb-content {
      text-align: center;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .breadcrumb-content {
      text-align: center;
    }
  }
  .breadcrumb-content .section-heading .sec__desc {
    font-weight: 500;
  }
  @media (max-width: 320px) {
    .breadcrumb-content .section-heading .sec__title {
      font-size: 32px;
    }
  }
  @media (max-width: 375px) {
    .breadcrumb-content .section-heading .sec__title.line-height-50,
    .breadcrumb-content .section-heading .sec__title.line-height-55 {
      line-height: 45px !important;
    }
  }

  /*==== breadcrumb-list ======*/
  .breadcrumb-list .list-items {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 20px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-list .list-items {
      padding-top: 15px;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .breadcrumb-list .list-items {
      padding-top: 15px;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .breadcrumb-list .list-items {
      padding-top: 15px;
    }
  }
  @media (max-width: 320px) {
    .breadcrumb-list .list-items {
      padding-top: 10px;
    }
  }
  .breadcrumb-list .list-items li {
    padding-right: 22px;
    color: #fff;
    position: relative;
    line-height: 24px;
    margin-bottom: 0;
    display: inline-block;
  }
  .breadcrumb-list .list-items li:last-child {
    padding-right: 0;
  }
  .breadcrumb-list .list-items li:last-child::before {
    display: none;
  }
  .breadcrumb-list .list-items li a {
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .breadcrumb-list .list-items li a:hover {
    color: #287dfa;
  }
  .breadcrumb-list .list-items li::before {
    position: absolute;
    content: "";
    top: 12px;
    right: 8px;
    width: 4px;
    height: 4px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }

  /*==== breadcrumb-top-list ======*/
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-top-list .list-items {
      padding-top: 0;
      -ms-flex-pack: start !important;
      justify-content: start !important;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .breadcrumb-top-list .list-items {
      padding-top: 0;
      -ms-flex-pack: start !important;
      justify-content: start !important;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .breadcrumb-top-list .list-items {
      padding-top: 0;
      -ms-flex-pack: start !important;
      justify-content: start !important;
    }
  }
  .breadcrumb-top-list .list-items li {
    color: #5d646d;
  }
  .breadcrumb-top-list .list-items li a {
    color: #5d646d;
  }
  .breadcrumb-top-list .list-items li::before {
    background-color: #5d646d;
  }

  /*==== breadcrumb-btn ======*/
  .breadcrumb-btn {
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative;
  }
  .breadcrumb-btn .btn-box {
    position: absolute;
    bottom: 30px;
    left: 0;
  }
  .breadcrumb-btn .theme-btn {
    color: #0d233e;
    cursor: pointer;
    background-color: #fff;
    border: none;
  }
  .breadcrumb-btn .theme-btn:nth-child(2) {
    margin-left: 10px;
  }
  .breadcrumb-btn .theme-btn:hover {
    background-color: #287dfa;
    color: #fff;
  }

  /*====================================================
      header
   ====================================================*/
  .header-top-bar {
    background-color: #e5e5e5;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(128, 137, 150, 0.1);
  }
  @media (max-width: 1366px) {
    .header-top-bar {
      padding-right: 0;
      padding-left: 0;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-top-bar {
      padding-top: 10px;
      padding-bottom: 18px;
      display: none;
      height: auto !important;
      border-bottom: 1px solid rgba(128, 137, 150, 0.1) !important;
      opacity: 1 !important;
      visibility: visible !important;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .header-top-bar {
      padding-top: 10px;
      padding-bottom: 18px;
      display: none;
      height: auto !important;
      border-bottom: 1px solid rgba(128, 137, 150, 0.1) !important;
      opacity: 1 !important;
      visibility: visible !important;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .header-top-bar {
      padding-top: 10px;
      padding-bottom: 18px;
      display: none;
      height: auto !important;
      border-bottom: 1px solid rgba(128, 137, 150, 0.1) !important;
      opacity: 1 !important;
      visibility: visible !important;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-top-content {
      text-align: center;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .header-top-content {
      text-align: center;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .header-top-content {
      text-align: center;
    }
  }
  .header-top-content .list-items li {
    padding-right: 13px;
    margin-bottom: 5px;
    display: inline-block;
    color: #0d233e;
    text-transform: inherit;
    font-size: 19px;
    font-weight: 500;
  }
  .header-top-content .list-items li:last-child {
    padding-right: 0;
  }
  .header-top-content .list-items li .la {
    margin-right: 3px;
  }
  .header-top-content .list-items li a {
    color: #0d233e;
  }
  .header-top-content .list-items li a:before {
    display: none;
  }
  .header-top-content .social-profile a {
    background-color: rgba(255, 255, 255, 0.1);
    width: 33px;
    height: 33px;
    line-height: 33px;
  }
  .header-top-content .social-profile a:hover {
    background-color: #fff;
    color: #287dfa;
  }

  /*========== header-right ========*/
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-right {
      padding-top: 5px;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .header-right {
      padding-top: 5px;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .header-right {
      padding-top: 5px;
    }
  }
  @media (max-width: 375px) {
    .header-right {
      display: block !important;
      padding-top: 0;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-right.justify-content-end {
      -ms-flex-pack: center !important;
      justify-content: center !important;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .header-right.justify-content-end {
      -ms-flex-pack: center !important;
      justify-content: center !important;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .header-right.justify-content-end {
      -ms-flex-pack: center !important;
      justify-content: center !important;
    }
  }
  @media (max-width: 600px) {
    .header-right .list-items {
      margin-right: 0 !important;
    }
  }
  @media (max-width: 600px) {
    .header-right .header-right-action .select-contain {
      margin-right: 0;
      margin-bottom: 10px;
    }
  }

  /*========== header-right-action ========*/
  .header-right-action .select-contain {
    margin-right: 12px;
  }
  @media (max-width: 375px) {
    .header-right-action .select-contain {
      margin-right: 0;
      margin-bottom: 10px;
    }
  }
  .header-right-action .select-contain .bs-searchbox {
    display: none;
  }
  .header-right-action .select-contain .dropdown-toggle {
    background-color: transparent !important;
    border: none !important;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 14px;
  }
  .header-right-action .select-contain .dropdown-menu {
    padding-top: 0;
    margin-top: 10px;
  }
  .header-right-action .select-contain .dropdown-item {
    font-size: 14px;
    padding: 0 10px;
    min-width: 80px;
  }
  .header-right-action .theme-btn {
    font-size: 14px;
  }
  .header-right-action .select2-container--default .selection .select2-selection--single {
    padding: 0;
  }
  .header-right-action .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
  }

  /*===== header-menu-wrapper ========*/
  .header-menu-wrapper {
    background-color: #fff;
    z-index: 1024;
  }
  @media (max-width: 1366px) {
    .header-menu-wrapper {
      padding-right: 0;
      padding-left: 0;
    }
  }
  .header-menu-wrapper.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  }
  @media (max-width: 1199px) {
    .header-menu-wrapper.header-fixed {
      padding-top: 30px;
      padding-bottom: 30px;
    }
  }

  /*===== menu-wrapper ========*/
  .menu-wrapper {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-wrapper {
      padding-top: 15px;
      padding-bottom: 15px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .menu-wrapper {
      padding-top: 15px;
      padding-bottom: 15px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .menu-wrapper {
      padding-top: 15px;
      padding-bottom: 15px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  }

  .down-button {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 30px;
    text-align: center;
    height: 22px;
    line-height: 20px;
    background-color: rgba(128, 137, 150, 0.1);
    color: #5d646d;
    display: none;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    z-index: 3;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .down-button .la {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .down-button.active .la {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .down-button:hover {
    color: #fff;
    background-color: #287dfa;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .down-button {
      display: block;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .down-button {
      display: block;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .down-button {
      display: block;
    }
  }

  .logo {
    z-index: 2;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .logo {
      width: 100%;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .logo {
      width: 100%;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .logo {
      width: 100%;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
  }
  .logo a {
    display: inline-block;
  }

  .logo-2 {
    display: none;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .logo-2 {
      display: flex;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .logo-2 {
      display: flex;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .logo-2 {
      display: flex;
    }
  }

  .user-menu-open,
  .side-menu-close,
  .menu-toggler {
    width: 40px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
    margin-left: auto;
    background-color: rgba(128, 137, 150, 0.1);
    color: #0d233e;
    font-size: 26px;
    position: relative;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .user-menu-open,
    .side-menu-close,
    .menu-toggler {
      display: block;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .user-menu-open,
    .side-menu-close,
    .menu-toggler {
      display: block;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .user-menu-open,
    .side-menu-close,
    .menu-toggler {
      display: block;
    }
  }
  .user-menu-open .la-bars,
  .side-menu-close .la-bars,
  .menu-toggler .la-bars {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .user-menu-open .la-times,
  .side-menu-close .la-times,
  .menu-toggler .la-times {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .user-menu-open.active .la-bars,
  .side-menu-close.active .la-bars,
  .menu-toggler.active .la-bars {
    opacity: 0;
    visibility: hidden;
  }
  .user-menu-open.active .la-times,
  .side-menu-close.active .la-times,
  .menu-toggler.active .la-times {
    opacity: 1;
    visibility: visible;
  }

  



  .side-menu-close {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 22px;
    margin-left: 10px;
    margin-top: 10px;
  }
  .side-menu-close .la-times {
    opacity: 1;
    visibility: visible;
  }

  /*======== main-menu-content =========*/
  .main-menu-content {
    padding-top: 22px;
    margin-left: auto;
    padding-right: 28px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-menu-content {
      display: none;
      margin-left: 0 !important;
      padding: 15px 0 0 0;
      width: 100%;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .main-menu-content {
      display: none;
      margin-left: 0 !important;
      padding: 15px 0 0 0;
      width: 100%;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .main-menu-content {
      display: none;
      margin-left: 0 !important;
      padding: 15px 0 0 0;
      width: 100%;
    }
  }
  .main-menu-content ul li {
    display: inline-block;
    text-transform: capitalize;
    padding-right: 23px;
    position: relative;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-menu-content ul li {
      display: block;
      padding-bottom: 15px;
      padding-right: 0;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .main-menu-content ul li {
      display: block;
      padding-bottom: 15px;
      padding-right: 0;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .main-menu-content ul li {
      display: block;
      padding-bottom: 15px;
      padding-right: 0;
    }
  }
  .main-menu-content ul li .drop-menu-toggler {
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #0d233e;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    outline: none;
    z-index: 2;
    background-color: transparent;
  }
  .main-menu-content ul li .drop-menu-toggler .la-angle-down {
    font-size: 16px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-menu-content ul li .drop-menu-toggler .la-angle-down {
      display: block;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .main-menu-content ul li .drop-menu-toggler .la-angle-down {
      display: block;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .main-menu-content ul li .drop-menu-toggler .la-angle-down {
      display: block;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-menu-content ul li .drop-menu-toggler {
      display: block;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .main-menu-content ul li .drop-menu-toggler {
      display: block;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .main-menu-content ul li .drop-menu-toggler {
      display: block;
    }
  }
  .main-menu-content ul li .drop-menu-toggler:hover {
    background-color: rgba(128, 137, 150, 0.1);
  }
  .main-menu-content ul li a {
    color: #0d233e;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
    padding-bottom: 22px;
    font-weight: 600;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-menu-content ul li a {
      padding-bottom: 0;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .main-menu-content ul li a {
      padding-bottom: 0;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .main-menu-content ul li a {
      padding-bottom: 0;
    }
  }
  .main-menu-content ul li a .la-angle-down {
    font-size: 12px;
    color: #5d646d;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-menu-content ul li a .la-angle-down {
      display: none;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .main-menu-content ul li a .la-angle-down {
      display: none;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .main-menu-content ul li a .la-angle-down {
      display: none;
    }
  }
  .main-menu-content ul li a:hover {
    color: #0a0a0a;
  }
  .main-menu-content ul li .dropdown-menu-item {
    text-align: left;
    position: absolute;
    top: 50px;
    left: 0;
    width: 200px;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    z-index: 4;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    transform-origin: top;
    -webkit-transform: perspective(250px) rotateX(-15deg);
    -moz-transform: perspective(250px) rotateX(-15deg);
    -ms-transform: perspective(250px) rotateX(-15deg);
    -o-transform: perspective(250px) rotateX(-15deg);
    transform: perspective(250px) rotateX(-15deg);
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-menu-content ul li .dropdown-menu-item {
      opacity: 1;
      visibility: visible;
      -webkit-transform: perspective(0) rotateX(0);
      -moz-transform: perspective(0) rotateX(0);
      -ms-transform: perspective(0) rotateX(0);
      -o-transform: perspective(0) rotateX(0);
      transform: perspective(0) rotateX(0);
      display: none;
      width: 100%;
      height: 210px;
      overflow-x: auto;
      overflow-y: auto;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      -webkit-box-shadow: 0 0 0 0;
      -moz-box-shadow: 0 0 0 0;
      box-shadow: 0 0 0 0;
      position: relative;
      top: auto;
      left: auto;
      padding-bottom: 0;
      background-color: transparent;
    }
    .main-menu-content ul li .dropdown-menu-item::-webkit-scrollbar {
      width: 8px;
    }
    .main-menu-content ul li .dropdown-menu-item::-webkit-scrollbar-track {
      background-color: rgba(128, 137, 150, 0.1);
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
    }
    .main-menu-content ul li .dropdown-menu-item::-webkit-scrollbar-thumb {
      background-color: rgba(128, 137, 150, 0.2);
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
    }
    .main-menu-content ul li .dropdown-menu-item::-webkit-scrollbar-thumb:hover {
      background-color: rgba(128, 137, 150, 0.4);
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .main-menu-content ul li .dropdown-menu-item {
      opacity: 1;
      visibility: visible;
      -webkit-transform: perspective(0) rotateX(0);
      -moz-transform: perspective(0) rotateX(0);
      -ms-transform: perspective(0) rotateX(0);
      -o-transform: perspective(0) rotateX(0);
      transform: perspective(0) rotateX(0);
      display: none;
      width: 100%;
      height: 210px;
      overflow-x: auto;
      overflow-y: auto;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      -webkit-box-shadow: 0 0 0 0;
      -moz-box-shadow: 0 0 0 0;
      box-shadow: 0 0 0 0;
      position: relative;
      top: auto;
      left: auto;
      padding-bottom: 0;
      background-color: transparent;
    }
    .main-menu-content ul li .dropdown-menu-item::-webkit-scrollbar {
      width: 8px;
    }
    .main-menu-content ul li .dropdown-menu-item::-webkit-scrollbar-track {
      background-color: rgba(128, 137, 150, 0.1);
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
    }
    .main-menu-content ul li .dropdown-menu-item::-webkit-scrollbar-thumb {
      background-color: rgba(128, 137, 150, 0.2);
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
    }
    .main-menu-content ul li .dropdown-menu-item::-webkit-scrollbar-thumb:hover {
      background-color: rgba(128, 137, 150, 0.4);
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .main-menu-content ul li .dropdown-menu-item {
      opacity: 1;
      visibility: visible;
      -webkit-transform: perspective(0) rotateX(0);
      -moz-transform: perspective(0) rotateX(0);
      -ms-transform: perspective(0) rotateX(0);
      -o-transform: perspective(0) rotateX(0);
      transform: perspective(0) rotateX(0);
      display: none;
      width: 100%;
      height: 210px;
      overflow-x: auto;
      overflow-y: auto;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      -webkit-box-shadow: 0 0 0 0;
      -moz-box-shadow: 0 0 0 0;
      box-shadow: 0 0 0 0;
      position: relative;
      top: auto;
      left: auto;
      padding-bottom: 0;
      background-color: transparent;
    }
    .main-menu-content ul li .dropdown-menu-item::-webkit-scrollbar {
      width: 8px;
    }
    .main-menu-content ul li .dropdown-menu-item::-webkit-scrollbar-track {
      background-color: rgba(128, 137, 150, 0.1);
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
    }
    .main-menu-content ul li .dropdown-menu-item::-webkit-scrollbar-thumb {
      background-color: rgba(128, 137, 150, 0.2);
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
    }
    .main-menu-content ul li .dropdown-menu-item::-webkit-scrollbar-thumb:hover {
      background-color: rgba(128, 137, 150, 0.4);
    }
  }
  .main-menu-content ul li .dropdown-menu-item li {
    display: block;
    padding-right: 0;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-menu-content ul li .dropdown-menu-item li {
      padding-bottom: 0;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .main-menu-content ul li .dropdown-menu-item li {
      padding-bottom: 0;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .main-menu-content ul li .dropdown-menu-item li {
      padding-bottom: 0;
    }
  }
  .main-menu-content ul li .dropdown-menu-item li a {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 3px 25px;
    color: #5d646d;
    font-size: 15px;
  }
  .main-menu-content ul li .dropdown-menu-item li a .la-plus {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-menu-content ul li .dropdown-menu-item li a .la-plus {
      display: none;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .main-menu-content ul li .dropdown-menu-item li a .la-plus {
      display: none;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .main-menu-content ul li .dropdown-menu-item li a .la-plus {
      display: none;
    }
  }
  .main-menu-content ul li .dropdown-menu-item li a .sub-menu-toggler {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #0d233e;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 2;
    outline: none;
    border: none;
    display: none;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-menu-content ul li .dropdown-menu-item li a .sub-menu-toggler {
      display: block;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .main-menu-content ul li .dropdown-menu-item li a .sub-menu-toggler {
      display: block;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .main-menu-content ul li .dropdown-menu-item li a .sub-menu-toggler {
      display: block;
    }
  }
  .main-menu-content ul li .dropdown-menu-item li a .sub-menu-toggler .la-plus {
    display: block;
  }
  .main-menu-content ul li .dropdown-menu-item li a .sub-menu-toggler:hover {
    background-color: rgba(128, 137, 150, 0.1);
  }
  .main-menu-content ul li .dropdown-menu-item li a:hover {
    color: #287dfa;
  }
  .main-menu-content ul li .dropdown-menu-item li .sub-menu {
    position: absolute;
    top: -10px;
    left: 200px;
    width: 200px;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    transform-origin: top;
    -webkit-transform: perspective(250px) rotateX(-15deg);
    -moz-transform: perspective(250px) rotateX(-15deg);
    -ms-transform: perspective(250px) rotateX(-15deg);
    -o-transform: perspective(250px) rotateX(-15deg);
    transform: perspective(250px) rotateX(-15deg);
    visibility: hidden;
    opacity: 0;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-menu-content ul li .dropdown-menu-item li .sub-menu {
      width: 100%;
      position: inherit;
      top: auto;
      left: auto;
      -webkit-transform: perspective(0) rotateX(0);
      -moz-transform: perspective(0) rotateX(0);
      -ms-transform: perspective(0) rotateX(0);
      -o-transform: perspective(0) rotateX(0);
      transform: perspective(0) rotateX(0);
      opacity: 1;
      visibility: visible;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      -webkit-box-shadow: 0 0 0 0;
      -moz-box-shadow: 0 0 0 0;
      box-shadow: 0 0 0 0;
      padding: 5px 0 5px 25px;
      display: none;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .main-menu-content ul li .dropdown-menu-item li .sub-menu {
      width: 100%;
      position: inherit;
      top: auto;
      left: auto;
      -webkit-transform: perspective(0) rotateX(0);
      -moz-transform: perspective(0) rotateX(0);
      -ms-transform: perspective(0) rotateX(0);
      -o-transform: perspective(0) rotateX(0);
      transform: perspective(0) rotateX(0);
      opacity: 1;
      visibility: visible;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      -webkit-box-shadow: 0 0 0 0;
      -moz-box-shadow: 0 0 0 0;
      box-shadow: 0 0 0 0;
      padding: 5px 0 5px 25px;
      display: none;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .main-menu-content ul li .dropdown-menu-item li .sub-menu {
      width: 100%;
      position: inherit;
      top: auto;
      left: auto;
      -webkit-transform: perspective(0) rotateX(0);
      -moz-transform: perspective(0) rotateX(0);
      -ms-transform: perspective(0) rotateX(0);
      -o-transform: perspective(0) rotateX(0);
      transform: perspective(0) rotateX(0);
      opacity: 1;
      visibility: visible;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      -webkit-box-shadow: 0 0 0 0;
      -moz-box-shadow: 0 0 0 0;
      box-shadow: 0 0 0 0;
      padding: 5px 0 5px 25px;
      display: none;
    }
  }
  .main-menu-content ul li .dropdown-menu-item li:hover a .la-plus {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .main-menu-content ul li .mega-menu {
    width: 850px;
    left: -345px;
    padding-top: 0;
    padding-bottom: 0;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-menu-content ul li .mega-menu {
      left: auto;
      width: 100%;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .main-menu-content ul li .mega-menu {
      left: auto;
      width: 100%;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .main-menu-content ul li .mega-menu {
      left: auto;
      width: 100%;
    }
  }
  .main-menu-content ul li .mega-menu .mega-menu-item {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }
  .main-menu-content ul li .mega-menu .mega-menu-item + .mega-menu-item {
    border-left: 1px solid rgba(128, 137, 150, 0.1);
  }
  .main-menu-content ul li.active .drop-menu-toggler {
    background-color: rgba(128, 137, 150, 0.1);
  }
  .main-menu-content ul li.active .drop-menu-toggler::before {
    content: "\f113";
  }
  .main-menu-content ul li:last-child {
    padding-right: 0;
  }

  @media (min-width: 992px) {
    .main-menu-content ul li:hover .dropdown-menu-item {
      -webkit-transform: perspective(300px) rotateX(0);
      -moz-transform: perspective(300px) rotateX(0);
      -ms-transform: perspective(300px) rotateX(0);
      -o-transform: perspective(300px) rotateX(0);
      transform: perspective(300px) rotateX(0);
      opacity: 1;
      visibility: visible;
    }
    .main-menu-content ul li .dropdown-menu-item li:hover .sub-menu {
      opacity: 1;
      visibility: visible;
      -webkit-transform: perspective(250px) rotateX(0);
      -moz-transform: perspective(250px) rotateX(0);
      -ms-transform: perspective(250px) rotateX(0);
      -o-transform: perspective(250px) rotateX(0);
      transform: perspective(250px) rotateX(0);
    }
  }
  /*======== nav-btn =========*/
  .nav-btn {
    position: relative;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav-btn {
      display: none;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .nav-btn {
      display: none;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .nav-btn {
      display: none;
    }
  }

  /*---------------- fixed-nav ----------------*/
  .fixed-nav .header-top-bar {
    height: 0;
    border: none;
    opacity: 0;
    visibility: hidden;
  }

  .fixed-nav .header-menu-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  }

  /*===== modal-backdrop =====*/
  .modal-backdrop.show {
    opacity: 0.8;
  }

  /*===== modal-popup =====*/
  .modal-popup .modal-header,
  .modal-popup .modal-body,
  .modal-popup .modal-footer {
    padding: 20px;
  }

  .modal-header .close {
    background-color: rgba(128, 137, 150, 0.2);
    padding: 0;
    width: 33px;
    height: 33px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-top: -5px;
    margin-right: 0;
    font-size: 20px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-shadow: none;
  }
  .modal-header .close:hover {
    background-color: #287dfa;
    color: #fff;
  }

  /*===== copy-to-clipboard =====*/
  .copy-to-clipboard {
    position: relative;
    margin-bottom: 15px;
  }
  .copy-to-clipboard .contact-form-action .form-control {
    padding: 10px 20px;
  }
  .copy-to-clipboard .theme-btn {
    margin-left: 5px;
  }

  /*===== text-success-message =====*/
  .text-success-message {
    background-color: #28d5a7;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 3px 6px;
    position: absolute;
    top: -10px;
    left: 50%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .text-success-message.active {
    top: -40px;
    opacity: 1;
    visibility: visible;
  }
  .text-success-message:after {
    position: absolute;
    content: "";
    bottom: -4px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    background-color: #28d5a7;
    width: 8px;
    height: 8px;
  }

  /*===== copy-tooltip =====*/
  .copy-tooltip {
    position: relative;
    display: inline-block;
  }
  .copy-tooltip .tooltip-text {
    width: 140px;
    background-color: #0d233e;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 30px;
    position: absolute;
    z-index: 1;
    bottom: 120%;
    left: 50%;
    margin-left: -70px;
    display: none;
  }
  .copy-tooltip .tooltip-text:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #0d233e transparent transparent transparent;
  }
  .copy-tooltip:hover .tooltip-text {
    display: block;
  }

  /*===== id signupPopupForm and   =====*/
  #signupPopupForm .modal-header .close,
  #loginPopupForm .modal-header .close {
    margin-top: -38px;
  }

  /*============ author-content ===============*/
  .author-content .author-img {
    width: 64px;
    height: 64px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .author-content .author-img img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.05);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.05);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.05);
  }
  .author-content .author-img-md {
    width: 100px;
    height: 100px;
  }
  .author-content .author-bio .rating-stars li,
  .author-content .author-bio .author__meta {
    font-size: 15px;
  }
  .author-content .author-bio .author__title {
    color: #0d233e;
    font-size: 16px;
    font-weight: 500;
  }
  .author-content .author-bio .author__title a {
    color: #0d233e;
  }

  /*============ avatar ===============*/
  .avatar {
    background-color: #5d646d;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    height: 48px;
    width: 48px;
  }
  .avatar img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
  }

  .avatar-lg {
    width: 80px;
    height: 80px;
  }

  .avatar-sm {
    width: 36px;
    height: 36px;
  }

  /*==== tag-list =====*/
  .tag-list li {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 15px;
    margin-right: 3px;
  }
  .tag-list li a {
    border: 1px solid rgba(128, 137, 150, 0.2);
    color: #5d646d;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 4px 18px;
    display: block;
  }
  .tag-list li:hover a {
    color: #287dfa;
    border-color: #287dfa;
  }

  .routes {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.15);
  }

  .route-item {
    padding: 13px 14px;
    border-bottom: 1px solid rgba(128, 137, 150, 0.1);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    background-color: #fff;
    position: relative;
  }
  .route-item:hover {
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.15);
    z-index: 1;
  }

  .popular-connection-links .list-group .list-group-item {
    margin-right: 0;
    margin-left: 0;
  }
  .popular-connection-links .list-group .list-group-link {
    border-top: 0;
    border-bottom: 1px solid rgba(128, 137, 150, 0.1);
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  /*===== bus-stop-overview ======*/
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .bus-stop-overview {
      padding-left: 0 !important;
      padding-top: 30px;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .bus-stop-overview {
      padding-left: 0 !important;
      padding-top: 30px;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .bus-stop-overview {
      padding-left: 0 !important;
      padding-top: 30px;
    }
  }
  .bus-stop-overview .list-group-item {
    padding-left: 50px;
  }
  .bus-stop-overview .list-group-item.active {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.15);
    z-index: 1;
    color: #5d646d;
  }
  .bus-stop-overview .list-group-item.active .bus-stop-overview-content {
    display: block;
  }
  .bus-stop-overview .list-group-item.active .list-group-link {
    font-weight: 700;
    border-top: 0;
    color: #0d233e;
    padding-bottom: 4px;
  }
  .bus-stop-overview .list-group-item.active .icon-arrow {
    display: none;
  }
  .bus-stop-overview .list-group-item.active .icon-marker {
    color: #287dfa;
  }

  .bus-stop-overview-content {
    display: none;
  }

  /*===== bus-stop-overview-content__address ======*/
  .bus-stop-overview-content__address span {
    display: block;
    line-height: 24px;
    font-size: 15px;
  }

  .bus-stop-overview__link span {
    display: block;
    line-height: 18px;
  }
  .bus-stop-overview__link a {
    color: #287dfa;
  }
  .bus-stop-overview__link a:hover {
    text-decoration: underline;
  }

  #particles-js {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }

  /*======== progress-item ========*/
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .review-bars {
      margin-top: 40px;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .review-bars {
      margin-top: 40px;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .review-bars {
      margin-top: 40px;
    }
  }

  /*======== progress-item ========*/
  .progress-item {
    margin-bottom: 10px;
    position: relative;
  }

  .progressbar-box {
    width: calc(100% - 53px);
    margin-right: 10px;
  }

  .progressbar-line {
    position: relative;
    display: block;
    width: 100%;
    background-color: #e4e4e4;
    height: 5px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -ms-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color;
  }

  .progressbar-title {
    color: #0d233e;
    font-size: 15px;
    margin-bottom: 3px;
  }

  .progressbar-line-item {
    height: 5px;
    width: 0;
    background-color: #5d646d;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }

  .bar-bg-1 {
    background-color: #287dfa;
  }

  .bar-bg-2 {
    background-color: #28d5a7;
  }

  .bar-bg-3 {
    background-color: #f9b851;
  }

  .bar-bg-4 {
    background-color: #CC08E9;
  }

  .bar-bg-5 {
    background-color: #FF8C2A;
  }

  .bar-percent {
    background-color: rgba(128, 137, 150, 0.1);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 3px 10px;
    font-size: 15px;
    color: #0d233e;
  }

  /*======= card ========*/
  .card .card-body p {
    color: #5d646d;
  }

  .card-item {
    /* margin-bottom: 30px; */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    /*-webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);*/
    /*-moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);*/
    /*box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
  }
  .card-item .card-img {
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
      background: #fff;
  }
  .card-item .card-img img {
    width: 100%;
    box-shadow: 4px 6px 16px #A00C3029;
  }
  .card-item .card-img .badge {
    position: absolute;
    background-color: #40CC6F;
    top: -10px;
    left: 20px;
    padding: 6px 11px;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-weight: 500;
    z-index: 1;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .card-item .card-img .badge-ribbon {
    left: auto;
    right: 20px;
    background-color: #f9b851;
  }
  .card-item .card-img .add-to-wishlist {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    cursor: pointer;
    color: #0d233e;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .card-item .card-img .add-to-wishlist:hover {
    background-color: #287dfa;
    color: #fff;
  }
  .card-item .card-title {
    font-size: 19px;
    color: #0cb670;
    margin-bottom: 2px;
    font-weight: 600;
    font-family: "Rubik", sans-serif;
  }
  .card-item .card-title a {
    color: #0d233e;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .card-item .card-title a:hover {
    color: #287dfa;
  }
  .card-item .card-meta {
    font-size: 14px;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    line-height: 20px;
    color: #000;
  }
  .card-item .card-meta .post-dot {
    width: 4px;
    height: 4px;
    background-color: rgba(128, 137, 150, 0.4);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    position: relative;
    top: -3px;
  }
  .card-item .card-body {
    padding: 25px 30px;
    min-height: auto;
  }
  @media (max-width: 425px) {
    .card-item .card-body {
      padding: 10px 10px;
      min-height: auto;
    }
    .card-item .list-items-2 li span {
      width: 100%;
    }
  }
  .card-item .card-rating {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .card-item .card-rating .badge {
    background-color: #f9b851;
    font-size: 15px;
  }
  .card-item .card-rating .review__text {
    padding-left: 4px;
    padding-right: 4px;
    color: #f9b851;
    font-size: 15px;
  }
  .card-item .card-rating .rating__text {
    font-size: 14px;
  }
  .card-item .card-price {
    font-size: 15px;
  }
  .card-item .card-price .price__from {
    font-size: 13px;
  }
  .card-item .card-price .price__num {
    color: #0d233e;
    font-size: 18px;
    font-weight: 500;
  }
  .card-item .card-price .price__text {
    display: block;
    line-height: 16px;
  }

  .overlay-image{
      color: white;
      left: 0;
      background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.0) 100%);
      width: 100%;
      display: flex;
      align-items: end;
  }
  @media (max-width: 1199px) {
    .card-item .card-price {
      display: block !important;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .card-item .card-price {
      display: flex !important;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .card-item .card-price {
      display: flex !important;
    }
  }
  .card-item:hover {
    /* -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); */
  }

  /*======= destination-card ========*/
  .destination-card {
    position: relative;
    overflow: hidden;
  }
  .destination-card .card-img .badge {
    top: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #287dfa;
  }
  .destination-card .card-img .badge-ribbon {
    background-color: #f9b851;
  }
  .destination-card .card-img::before {
    /* background-color: #0d233e; */
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .destination-card .card-body {
    position: absolute;
    bottom: -50px;
    width: 100%;
    z-index: 2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .destination-card .card-title {
    color: #fff;
    margin-bottom: 0;
  }
  .destination-card .card-title a {
    color: #fff;
  }
  .destination-card .card-title a:hover {
    color: #fff;
  }
  .destination-card .card-rating {
    padding-top: 4px;
    padding-bottom: 5px;
  }
  .destination-card .card-rating .rating__text {
    color: #fff;
  }
  .destination-card .tour__text {
    font-weight: 500;
  }
  .destination-card .card-price {
    color: #fff;
  }
  .destination-card .card-price .price__num {
    color: #fff !important;
  }
  .destination-card:hover .card-body {
    bottom: 0;
  }

  /*======= destination--card ========*/
  .destination--card .card-body {
    bottom: 0;
  }
  .destination--card .card-body .theme-btn {
    margin-right: 10px;
    opacity: 0;
    visibility: hidden;
  }
  .destination--card .card-title {
    font-size: 22px;
    margin-bottom: 2px;
  }
  .destination--card .card-meta {
    font-weight: 700;
    color: #fff;
  }
  .destination--card:hover .card-body .theme-btn {
    opacity: 1;
    visibility: visible;
    margin-right: 0;
  }

  /*======= car-card ========*/
  .car-card .card-img {
    overflow: hidden;
  }
  .car-card .card-img img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .car-card .card-img .badge {
    top: 20px;
  }
  .car-card .card-img:hover img {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
  }
  .car-card .card-rating {
    padding-bottom: 14px;
  }
  .car-card .card-body {
    padding-top: 10px;
  }
  .car-card .card-title {
    margin-bottom: 0;
    margin-top: 2px;
  }
  .car-card:hover {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  .card-attributes {
    padding-bottom: 12px;
  }
  .card-attributes ul li {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(128, 137, 150, 0.1);
    color: #0d233e;
  }
  .card-attributes ul li:last-child {
    border-right: none;
  }
  .card-attributes ul li i {
    padding-right: 7px;
    font-size: 22px;
  }

  /*======= trending-card ========*/
  .trending-card {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
  }
  .trending-card .card-img {
    overflow: hidden;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
  }
  .trending-card .card-img .badge {
    top: 20px;
    left: 0;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
  }
  .trending-card .card-img .badge.badge-ribbon {
    left: auto;
    right: 0;
    -webkit-border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
    border-radius: 30px 0 0 30px;
  }
  .trending-card .card-img img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
  }
  .trending-card .card-img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  .trending-card:hover {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  /*======= cruise-card ========*/
  .cruise-card {
    position: relative;
  }
  .cruise-card .card-img::before {
    background-color: #0d233e;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .cruise-card .card-body {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
  }
  .cruise-card .card-title {
    color: #fff;
    text-align: right;
    font-size: 26px;
    font-weight: 900;
    line-height: 35px;
  }
  .cruise-card .card-title a {
    color: #fff;
  }
  .cruise-card .card-title a:hover {
    color: #fff;
  }
  .cruise-card .card-title span {
    display: block;
  }
  .cruise-card .card-footer {
    background-color: transparent;
    border: none;
    padding: 8px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .cruise-card .card-subtitle {
    color: #0d233e;
    font-size: 17px;
    font-weight: 700;
    margin-top: 0;
  }

  /*======= cruise--card ========*/
  .cruise--card {
    border: 1px solid rgba(128, 137, 150, 0.1);
  }
  .cruise--card .card-body .cruise-logo {
    width: auto;
    margin-bottom: 10px;
  }
  .cruise--card:hover {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  /*======= cruise-heading ========*/
  .cruise-heading {
    background-color: rgba(40, 125, 250, 0.1);
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
  }
  .cruise-heading::before {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(40, 125, 250, 0.1);
  }

  /*======= cruise-line-list ========*/
  .cruise-line-list {
    column-count: 2;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .cruise-line-list {
      margin-bottom: 30px;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .cruise-line-list {
      margin-bottom: 30px;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .cruise-line-list {
      margin-bottom: 30px;
    }
  }
  @media (max-width: 375px) {
    .cruise-line-list {
      column-count: 1;
    }
  }

  /*======= flight-card ========*/
  .flight-card .card-body img {
    margin-bottom: 8px;
  }
  .flight-card .card-price {
    padding-top: 12px;
  }

  /*======= flight--card ========*/
  .flight--card {
    padding: 20px;
    border: 1px solid rgba(128, 137, 150, 0.2);
  }
  .flight--card .card-img {
    background-color: rgba(128, 137, 150, 0.1);
    text-align: center;
    padding: 50px 30px;
  }
  .flight--card .card-img img {
    width: auto;
  }
  .flight--card .card-body {
    padding: 20px 0 0 0;
  }

  .flight-time {
    border-top: 1px solid rgba(128, 137, 150, 0.1);
  }

  .flight-time-item {
    border-bottom: 1px solid rgba(128, 137, 150, 0.1);
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .flight-time-item .la {
    color: #287dfa;
    font-size: 26px;
  }

  .take-off .la {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .landing .la {
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    transform: rotate(120deg);
  }

  /*====  deal-list ========*/
  .deal-list {
    padding: 12px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    border: 1px solid rgba(128, 137, 150, 0.2);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 30px;
  }
  .deal-list .title a {
    color: #0d233e;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .deal-list .title a:hover {
    color: #287dfa;
  }
  .deal-list:hover {
    border-color: #287dfa;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  /*======= blog-card ========*/
  .blog-card .card-img img {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
  }
  .blog-card .card-img .post-format {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    color: #0d233e;
    background-color: #fff;
    z-index: 1;
  }
  .blog-card .card-img::before {
    background-color: #0d233e;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 1;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
  }
  .blog-card .card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding-bottom: 20px;
  }
  .blog-card .card-footer {
    background-color: transparent;
    border-top: none;
    position: relative;
    padding: 20px;
  }
  .blog-card .card-footer:last-child {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .blog-card .card-footer .author-content .author-img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .blog-card .post-categories {
    padding-bottom: 14px;
  }
  .blog-card .post-categories .badge {
    text-transform: capitalize;
    background-color: #fff;
    color: #0d233e;
    font-size: 13px;
    margin-right: 5px;
    padding: 4px 8px;
    font-weight: 400;
  }
  .blog-card .post-categories .badge:hover {
    color: #287dfa;
  }
  .blog-card .card-meta,
  .blog-card .card-title {
    color: #fff;
  }
  .blog-card .card-meta a,
  .blog-card .card-title a {
    color: #fff;
  }
  .blog-card .card-title {
    margin-bottom: 5px;
  }
  .blog-card .card-title a:hover {
    color: #fff;
  }
  .blog-card .card-meta .post-dot {
    background-color: #fff;
  }

  /*===== post-share ======*/
  .post-share ul li {
    position: relative;
  }
  .post-share ul li .icon-element {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(40, 125, 250, 0.1);
    cursor: pointer;
    font-size: 20px;
    color: #287dfa;
  }
  .post-share ul li .icon-element:hover {
    background-color: #287dfa;
    color: #fff;
  }
  .post-share ul li .post-share-dropdown {
    position: absolute;
    top: 0;
    right: 42px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.3);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.3);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.3);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
  }
  .post-share ul li .post-share-dropdown::before {
    position: absolute;
    content: "";
    top: 50%;
    right: -4px;
    width: 8px;
    height: 8px;
    background-color: #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  .post-share ul li .post-share-dropdown li {
    display: inline-block;
  }
  .post-share ul li .post-share-dropdown li a {
    padding: 5px 6px;
    display: block;
    color: #0d233e;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .post-share ul li .post-share-dropdown li a:hover {
    color: #287dfa;
  }
  .post-share ul li:hover .post-share-dropdown {
    right: 47px;
    opacity: 1;
    visibility: visible;
  }

  /*======= blog-card-layout-2 ========*/
  .blog-card-layout-2 {
    -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .blog-card-layout-2 .post-categories .badge {
    border: 1px solid rgba(128, 137, 150, 0.2);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  .blog-card-layout-2 .post-categories .badge:hover {
    border-color: #287dfa;
  }
  .blog-card-layout-2 .card-body {
    position: inherit;
    top: auto;
    left: auto;
  }
  .blog-card-layout-2 .card-title {
    color: #0d233e;
  }
  .blog-card-layout-2 .card-title a {
    color: #0d233e;
  }
  .blog-card-layout-2 .card-title a:hover {
    color: #287dfa;
  }
  .blog-card-layout-2 .card-meta {
    color: #5d646d;
  }
  .blog-card-layout-2 .card-meta .post-dot {
    background-color: rgba(128, 137, 150, 0.5);
  }
  .blog-card-layout-2 .card-footer {
    padding-top: 0;
  }

  /*======= card-item-list ========*/
  .card-item-list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .card-item-list {
      display: block;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .card-item-list {
      display: block;
    }
  }
  .card-item-list .card-img-carousel {
    width: 33%;
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .card-item-list .card-img-carousel {
      width: 100%;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .card-item-list .card-img-carousel {
      width: 100%;
    }
  }
  .card-item-list .card-img-carousel .card-img img {
    height: 310px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .card-item-list .card-img-carousel .card-img img {
      height: 358px;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .card-item-list .card-img-carousel .card-img img {
      height: auto;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .card-item-list .card-img-carousel .card-img img {
      height: auto;
    }
  }
  .card-item-list .card-img {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .card-item-list .card-img {
      -webkit-border-radius: 5px 5px 0 0;
      -moz-border-radius: 5px 5px 0 0;
      border-radius: 5px 5px 0 0;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .card-item-list .card-img {
      -webkit-border-radius: 5px 5px 0 0;
      -moz-border-radius: 5px 5px 0 0;
      border-radius: 5px 5px 0 0;
    }
  }
  .card-item-list .card-img a {
    height: 100%;
  }
  .card-item-list .card-img img {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    object-fit: cover;
    height: 100%;
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .card-item-list .card-img img {
      -webkit-border-radius: 5px 5px 0 0;
      -moz-border-radius: 5px 5px 0 0;
      border-radius: 5px 5px 0 0;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .card-item-list .card-img img {
      -webkit-border-radius: 5px 5px 0 0;
      -moz-border-radius: 5px 5px 0 0;
      border-radius: 5px 5px 0 0;
    }
  }
  .card-item-list .card-body {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }

  /*======= card-item--list ========*/
  .card-item--list {
    position: relative;
  }
  .card-item--list .card-img img {
    height: 270px;
  }
  .card-item--list:hover {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  /*==== card-item-list-2 ========*/
  .card-item-list-2 .card-img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .card-item-list-2 .card-img img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: auto;
  }
  .card-item-list-2 .card-body {
    padding-top: 0;
    padding-left: 20px;
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .card-item-list-2 .card-body {
      padding-left: 0;
      padding-top: 20px;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .card-item-list-2 .card-body {
      padding-left: 0;
      padding-top: 20px;
    }
  }

  /*======= user-card ========*/
  .user-card {
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    border: 1px solid rgba(128, 137, 150, 0.2);
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .user-card {
      display: block !important;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .user-card {
      display: block !important;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .user-card {
      display: block !important;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .user-card .card-body .d-flex {
      display: block !important;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .user-card .card-body .d-flex {
      display: block !important;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .user-card .list-items.list-items-2 {
      margin-bottom: 15px;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .user-card .list-items.list-items-2 {
      margin-bottom: 15px;
    }
  }
  .user-card:hover {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  /*======= recent-post-card ========*/
  .recent-post-card {
    padding: 10px;
    margin-bottom: 20px;
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .recent-post-card {
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
    }
  }
  @media (max-width: 480px) {
    .recent-post-card {
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
    }
  }
  @media (max-width: 375px) {
    .recent-post-card {
      display: block;
    }
  }
  .recent-post-card .card-img img {
    height: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .recent-post-card .card-body {
    padding: 0 0 0 10px;
  }
  @media (max-width: 375px) {
    .recent-post-card .card-body {
      padding-top: 10px;
      padding-left: 0;
    }
  }
  .recent-post-card .card-title {
    font-size: 15px;
  }
  .recent-post-card .card-meta {
    font-size: 14px;
  }
  .recent-post-card:hover {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  /*======= blog-single-card ========*/
  .blog-single-card {
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .blog-single-card .card-img img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .blog-single-card:hover {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  /*======= profile-card ========*/
  .profile-card {
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    border: 1px solid rgba(128, 137, 150, 0.1);
  }
  .profile-card:hover {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  /*================== booking-detail-form ===================*/
  .booking-detail-form .card-item {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  @media (max-width: 425px) {
    .booking-detail-form .card-item .list-items li span {
      width: 150px;
    }
  }

  /* room-card */
  @media (max-width: 425px) {
    .room-card .card-attributes ul {
      flex-wrap: wrap;
    }
  }
  .room-card:hover {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    z-index: 2;
  }

  /* card-img-carousel */
  .card-img-carousel .owl-nav {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
  }
  .card-img-carousel .owl-dots {
    padding-top: 0 !important;
    position: absolute;
    bottom: 10px;
  }
  .card-img-carousel:hover .owl-nav {
    opacity: 1;
    visibility: visible;
  }

  /* gallery-card */
  .gallery-card {
    overflow: hidden;
    margin-bottom: 30px;
  }
  .gallery-card img {
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .gallery-card img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  /* grid-masonry-item */
  .grid-masonry-item img {
    object-fit: cover;
  }

  .grid-masonry-item-width-1 img {
    height: 350px;
  }

  .grid-masonry-item-width-2 img {
    height: 450px;
  }

  .grid-masonry-item-width-3 img {
    height: 500px;
  }

  .grid-masonry-item-width-4 img {
    height: 400px;
  }

  /*======= flip-box-item ==========*/
  .flip-box {
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 30px;
  }
  .flip-box .flip-img {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 100%;
  }
  .flip-box .flip-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 25px;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
    -webkit-transform: translateZ(70px) scale(0.9);
    -moz-transform: translateZ(70px) scale(0.9);
    -ms-transform: translateZ(70px) scale(0.9);
    -o-transform: translateZ(70px) scale(0.9);
    transform: translateZ(70px) scale(0.9);
    color: #fff;
  }
  .flip-box .flip-title {
    color: #fff;
    font-size: 20px;
  }
  .flip-box .flip-subtitle {
    font-weight: 600;
  }
  .flip-box:hover .flip-box-front {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .flip-box:hover .flip-box-back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

  .flip-box-front,
  .flip-box-back {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -ms-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
  }
  .flip-box-front:after,
  .flip-box-back:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #0d233e;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    opacity: 0.7;
  }

  .flip-box-front {
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

  .flip-box-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

  /*========= package-item =========*/
  .package-card {
    /* background-color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.05);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.05);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.05);
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid rgba(127, 137, 150, 0.1);
    padding: 15px;
    font-weight: 500; */
  }
  .package-card .package-tooltip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
  }
  .package-card .package-tooltip .package__tooltip {
    background-color: #287dfa;
    color: #fff;
    font-weight: 600;
    text-align: center;
    display: block;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    padding: 15px 0;
    font-size: 35px;
    position: relative;
    z-index: 1;
  }
  .package-card .package-title {
    margin-bottom: 30px;
    padding: 30px 0 35px 0;
    position: relative;
  }
  .package-card .package-title .package__title {
    font-size: 20px;
    font-weight: 600;

    margin-bottom: 20px;
    color: #0d233e;
     font-family: "Rubik", sans-serif;
  }
  .package-card .package-title .package__price {
    font-size: 50px;
    font-weight: 700;
    color: #287dfa;
  }
  .package-card .package-title .package__month {
    color: #287dfa;
    font-size: 15px;
    padding-top: 3px;
  }
  .package-card .package-title .hero-svg {
    height: 40px;
    width: 101%;
    left: -1px;
    bottom: -1px;
  }
  .package-card .list-items li.text-disabled {
    color: rgba(128, 137, 150, 0.5);
    text-decoration: line-through;
  }
  .package-card .list-items li:last-child {
    margin-bottom: 0;
  }
  .package-card .btn-box {
    padding: 30px;
  }
  .package-card .btn-box .theme-btn {
    display: block;
    text-align: center;
  }

  /*========= package-card-active =========*/
  .package-card-active {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 3;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .package-card-active {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .package-card-active {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .package-card-active {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
  }
  .package-card-active .package-title {
    background-color: #287dfa;
  }
  .package-card-active .package-title .package__price,
  .package-card-active .package-title .package__month,
  .package-card-active .package-title .package__title {
    color: #fff;
  }

  /*====================================================
      faq area
   ====================================================*/
  .accordion-item {
    background: none;
    border: none;
  }
  .accordion-item .card {
    -webkit-box-shadow: 0 0 14px rgba(82, 85, 90, 0.01);
    -moz-box-shadow: 0 0 14px rgba(82, 85, 90, 0.01);
    box-shadow: 0 0 14px rgba(82, 85, 90, 0.01);
    border-color: rgba(128, 137, 150, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 10px;
  }
  .accordion-item .card:not(:last-of-type),
  .accordion-item .card:not(:first-of-type) {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border-bottom: 1px solid rgba(128, 137, 150, 0.2);
  }
  .accordion-item .card-header {
    padding: 0;
    background-color: #fff;
    border-bottom: none;
    margin-bottom: 0;
  }
  .accordion-item .card-header .btn {
    width: 100%;
    text-align: left;
    color: #0d233e;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    padding: 14px 20px;
  }
  @media (max-width: 375px) {
    .accordion-item .card-header .btn {
      font-size: 16px;
    }
  }
  .accordion-item .card-header .btn .la {
    width: 30px;
    height: 30px;
    line-height: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #0d233e;
    -webkit-box-shadow: 0px 0px 0px 5px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0px 0px 0px 5px rgba(82, 85, 90, 0.1);
    box-shadow: 0px 0px 0px 5px rgba(82, 85, 90, 0.1);
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 16px;
    display: none;
  }
  .accordion-item .card-header .btn[aria-expanded=false] i.la-plus {
    display: block;
  }
  .accordion-item .card-header .btn[aria-expanded=true] i.la-minus {
    display: block;
  }
  .accordion-item .card-body {
    padding: 0 20px 25px 20px;
    font-weight: 400;
  }
  .accordion-item .list-items li {
    margin-bottom: 4px;
    position: relative;
    padding-left: 15px;
    line-height: 24px;
    font-weight: 400;
  }
  .accordion-item .list-items li:last-child {
    margin-bottom: 0;
  }
  .accordion-item .list-items li::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(128, 137, 150, 0.5);
  }

  /*===== faq-item =======*/
  .faq-item {
    margin:0 20px;

  }
  .faq-item .icon-element {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    background-color: rgba(30, 125, 250, 0.1);
    color: #287dfa;
  }
  .faq-item .toggle-menu li {
    margin-bottom: 10px;
  }
  .faq-item .toggle-menu li a {
    color: #0d233e;
    font-weight: 600;
  }

  /*===== faq-forum =======*/
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-forum {
      margin-top: 50px;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .faq-forum {
      margin-top: 50px;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .faq-forum {
      margin-top: 50px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-forum.pl-4 {
      padding-left: 0 !important;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .faq-forum.pl-4 {
      padding-left: 0 !important;
    }
    .carousel .card {
      scroll-snap-align: start;
      /* height: 342px; */
      list-style: none;
      background: #fff;
      cursor: pointer;
      padding: 0 40px;
      flex-direction: column;
      border-radius: 8px;
      border: 1px solid #e3e2e2;

    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .faq-forum.pl-4 {
      padding-left: 0 !important;
    }
    .carousel .card {
      scroll-snap-align: start;
      /* height: 342px; */
      list-style: none;
      background: #fff;
      cursor: pointer;
      padding: 0 40px;
      flex-direction: column;
      border-radius: 8px;
      border: 1px solid #e3e2e2;

    }
  }

  /*====================================================
      hero-wrapper
   ====================================================*/
  .hero-box {
    position: relative;
    width: 100%;
    z-index: 2;
    padding-top: 30px;
    padding-bottom: 100px;
    background-size: cover;
    background-position: center;
  }
  .hero-box:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    /* opacity: 0.7; */
    background-image: linear-gradient(to right, rgb(243, 238, 238), rgb(219, 243, 254));
  }
  .hero-box #fullscreen-slide-contain {
    position: absolute !important;
    height: 100% !important;
  }

  /*===== hero-svg ======*/
  .hero-svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    fill: #fff;
  }

  /*===== hero-bg ======*/
  .hero-bg {
    background-image: url("../images/hero-bg.jpg");
  }

  .hero-bg-2 {
    background-image: url("../images/hero-bg2.jpg");
  }

  .hero-bg-3 {
    background-image: url("../images/hero-bg3.jpg");
  }

  .hero-bg-4 {
    background-image: url("../images/hero-bg4.jpg");
  }

  .hero-bg-5 {
    background-image: url("../images/hero-bg5.jpg");
  }

  .hero-bg-6 {
    background-image: url("../images/hero-bg6.jpg");
  }

  .hero-bg-7 {
    background-image: url("../images/hero-bg7.jpg");
  }

  /*===== hero-content ======*/
  .hero-content .section-heading .sec__desc {
    font-size: 20px;
    color: #fff;
  }
  @media (max-width: 375px) {
    .hero-content .section-heading .sec__desc {
      font-size: 18px;
    }
  }
  .hero-content .section-heading .sec__title {
    font-size: 50px;
    margin-bottom: 0;
    color: #fff;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-content .section-heading .sec__title {
      font-size: 40px;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .hero-content .section-heading .sec__title {
      font-size: 40px;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .hero-content .section-heading .sec__title {
      font-size: 40px;
    }
  }
  @media (max-width: 425px) {
    .hero-content .section-heading .sec__title {
      font-size: 30px;
    }
  }

  /*==== hero-list-box =======*/
  .hero-list-box {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 30px;
    display: inline-block;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-list-box {
      margin-bottom: 40px;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .hero-list-box {
      margin-bottom: 40px;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .hero-list-box {
      margin-bottom: 40px;
    }
  }
  .hero-list-box .list-items li {
    margin-bottom: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .hero-list-box .list-items li:last-child {
    margin-bottom: 0;
  }
  .hero-list-box .list-items li span {
    font-weight: 500;
    color: #0d233e;
  }
  .hero-list-box .list-items li svg {
    width: 32px;
    height: 32px;
    fill: #0d233e;
    margin-right: 10px;
  }

  /*===== main-search-wrapper ======*/
  .main-search-wrapper {
    position: relative;
    z-index: 1;
  }

  /*===== search-fields-container ======*/
  .search-fields-container {
    background-color: #fff;
    padding: 14px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
      padding-top: 54px;
      box-shadow: 0px 6px 13px #A00C3029;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .search-fields-container .pl-0 {
      padding-left: 15px !important;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .search-fields-container .pl-0 {
      padding-left: 15px !important;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .search-fields-container .pl-0 {
      padding-left: 15px !important;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .search-fields-container .pr-0 {
      padding-right: 15px !important;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .search-fields-container .pr-0 {
      padding-right: 15px !important;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .search-fields-container .pr-0 {
      padding-right: 15px !important;
    }
  }

  /*==== collapse-btn ======*/
  .collapse-btn[aria-expanded=true] {
    background-color: rgba(128, 137, 150, 0.1);
  }
  .collapse-btn[aria-expanded=true] i::before {
    content: "\f106";
  }

  /*==== add-flight-btn ======*/
  .add-flight-btn {
    background-color: rgba(40, 125, 250, 0.03);
    color: #287dfa;
    border-color: rgba(40, 125, 250, 0.3);
    outline: none;
  }
  .add-flight-btn:focus {
    outline: none;
  }
  .add-flight-btn:hover {
    background-color: rgba(40, 125, 250, 0.1);
  }

  /*====== multi-flight-delete-wrap ========*/
  .multi-flight-delete-wrap {
    display: none;
  }

  .search-fields-container-shape {
    margin-bottom: -10px;
    margin-top: 14px;
    position: relative;
  }
  .search-fields-container-shape::before, .search-fields-container-shape::after {
    position: absolute;
    content: "";
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.08);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.08);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.08);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 100%;
    z-index: -1;
  }
  .search-fields-container-shape::before {
    left: 15px;
    bottom: -13px;
    width: calc(100% - 30px);
  }
  .search-fields-container-shape::after {
    left: 30px;
    width: calc(100% - 60px);
    bottom: -26px;
  }

  .search-fields-container-inner {
    position: relative;
    z-index: 1;
  }

  /*====================================================
      hero-wrapper2
   ====================================================*/
  .hero-wrapper2 .search-fields-container {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  /*====================================================
      hero-wrapper3
   ====================================================*/
  .hero-content-3 .section-heading .sec__title {
    line-height: 65px;
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .hero-content-3 .section-heading .sec__title {
      line-height: 50px;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .hero-content-3 .section-heading .sec__title {
      line-height: 45px;
    }
  }

  /*====================================================
      hero-wrapper4
   ====================================================*/
  .hero-wrapper4 .hero-box {
    padding-top: 120px;
    padding-bottom: 20px;
  }

  /*====================================================
      hero-wrapper5
   ====================================================*/
  .hero-wrapper5 .hero-box {
    padding-top: 110px;
  }

  /*====================================================
      hero-wrapper6
   ====================================================*/
  .hero-wrapper6 .hero-box {
    padding-top: 100px;
    padding-bottom: 160px;
  }

  /*====================================================
      hero-wrapper7
   ====================================================*/
  .hero-wrapper7 .hero-box {
    padding-top: 150px;
  }

  /*======== hotel-area =========*/
  @media (max-width: 575px) {
    .hotel-area.padding-right-100px {
      padding-right: 0;
      padding-left: 0;
    }
  }

  /*======== room-type-content =========*/
  .room-type-content {
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 30px;
  }
  .room-type-content .image-box img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .room-type-content .image-box a:hover img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
  }
  .room-type-content .image-box a:hover .room-type-link {
    right: 30px;
  }

  /*======== room-type-link =========*/
  .room-type-link {
    position: absolute;
    bottom: 30px;
    right: 50px;
    background-color: #fff;
    color: #0d233e;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 15px 30px;
    text-transform: uppercase;
    font-size: 17px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .room-type-link:hover {
    background-color: #287dfa;
    color: #fff;
  }

  /*======= hotel-card-carousel ========*/
  .hotel-card-carousel .owl-stage-outer {
    overflow: inherit;
  }
  .hotel-card-carousel .owl-stage-outer .owl-item:not(.active) .card-item::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 1;
  }
  .hotel-card-carousel .owl-stage-outer .owl-item:not(.active) .card-item:hover {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  /*======= hotel-card-carousel-2 ========*/
  .hotel-card-carousel-2 .card-item {
    margin-bottom: 0;
  }
  .hotel-card-carousel-2 .card-item .card-img .badge {
    top: 20px;
  }

  /*===== discount-area ======*/
  .discount-area {
    margin-top: -100px;
  }

  /*===== discount-box ======*/
  .discount-box {
    position: relative;
    padding: 0 !important;
  }
  .discount-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0d233e;
    opacity: 0.3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }

  .company-logo,
  .discount-content {
    position: absolute;
  }

  .discount-img img {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .discount-img img {
      object-fit: cover;
      height: 250px;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .discount-img img {
      object-fit: cover;
      height: 250px;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .discount-img img {
      object-fit: cover;
      height: 250px;
    }
  }
  @media (max-width: 320px) {
    .discount-img img {
      height: 280px;
    }
  }

  .discount-content {
    top: 50%;
    left: 100px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .discount-content {
      left: 30px;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .discount-content {
      left: 30px;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .discount-content {
      left: 30px;
    }
  }
  @media (max-width: 375px) {
    .discount-content {
      left: 20px;
    }
  }
  @media (max-width: 320px) {
    .discount-content {
      top: 20px;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .discount-content .section-heading .sec__title {
      font-size: 24px;
      line-height: 30px !important;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .discount-content .section-heading .sec__title {
      font-size: 24px;
      line-height: 30px !important;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .discount-content .section-heading .sec__title {
      font-size: 24px;
      line-height: 30px !important;
    }
  }

  /* company-logo */
  .company-logo {
    bottom: 20px;
    right: 20px;
  }

  /* total-price */
  .total-price input {
    border: none;
    background-color: transparent;
    font-weight: 700;
    font-size: 20px;
    color: #0d233e;
    width: 68px;
  }

  /* join-us-box */
  .join-us-box .discount-content {
    left: 0;
    padding-right: 50px;
    padding-left: 50px;
    width: 100%;
  }

  /*====================================================
      team-card
   ====================================================*/
  .team-card {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding-top: 20px;
    margin-bottom: 60px;
  }
  .team-card .card-img {
    width: 190px;
    height: 190px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 8px solid #fff;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    margin-left: auto;
    margin-right: auto;
    margin-top: -60px;
  }
  .team-card .card-img img {
    height: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
  }
  .team-card .card-body {
    padding: 20px;
  }

  /*======= table-form ========*/
  .table-form .table {
    margin-bottom: 0;
  }
  .table-form thead th {
    border: none;
    background-color: rgba(128, 137, 150, 0.1);
  }
  .table-form th {
    color: #0d233e;
  }
  .table-form th,
  .table-form td {
    font-size: 15px;
    vertical-align: middle;
    border-top-color: rgba(128, 137, 150, 0.1);
  }
  .table-form td {
    color: #5d646d;
  }

  .table-content img {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-right: 10px;
  }
  .table-content .title {
    font-size: 15px;
  }
  .table-content .title.table-price {
    font-size: 19px;
  }

  /*======= product-content ========*/
  .product-content img {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-right: 15px;
  }

  /*======= table-layout-2 ========*/
  .table-layout-2 th,
  .table-layout-2 td {
    border: none;
  }
  .table-layout-2 tbody tr:nth-child(even) {
    background-color: rgba(128, 137, 150, 0.03);
  }

  /*======= file upload ========*/
  .file-upload-wrap {
    position: relative;
  }
  .file-upload-wrap .file-upload-input {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    border: 2px dashed rgba(128, 137, 150, 0.2);
    height: 120px;
    text-align: center;
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 10rem 0 0 0;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .file-upload-wrap .file-upload-input:hover {
    border-color: rgba(128, 137, 150, 0.6);
    background-color: rgba(128, 137, 150, 0.04);
  }
  .file-upload-wrap .file-upload-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    line-height: 170px;
    text-align: center;
    font-size: 18px;
    color: rgba(128, 137, 150, 0.8);
  }
  .file-upload-wrap .MultiFile-list > .MultiFile-label {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba(128, 137, 150, 0.06);
    display: inline-block;
    border: 2px solid rgba(128, 137, 150, 0.1);
    padding: 16px;
    position: relative;
    width: 100%;
  }
  .file-upload-wrap .MultiFile-list > .MultiFile-label + .MultiFile-label {
    margin-top: 20px;
  }
  .file-upload-wrap .MultiFile-list span.MultiFile-label {
    box-shadow: 0 0.2rem 0.7rem 0 rgba(0, 0, 0, 0.08);
    position: relative;
    text-align: center;
    display: inline-block;
    margin: 10px;
  }
  .file-upload-wrap .MultiFile-list .MultiFile-remove {
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    background-color: #fff;
    color: #0d233e;
    width: 30px;
    height: 30px;
    text-align: center;
    top: -16px;
    right: -16px;
    z-index: 1;
  }
  .file-upload-wrap .MultiFile-list .MultiFile-remove:hover {
    color: #e1306c;
  }
  .file-upload-wrap .MultiFile-list .MultiFile-title {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    padding: 16px;
    bottom: 0;
    text-align: center;
    width: 100%;
    line-height: 24px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .file-upload-wrap .MultiFile-list .MultiFile-preview {
    max-width: 15rem !important;
    max-height: 15rem !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  /*======== file-upload-wrap-2 =======*/
  .file-upload-wrap-2 .file-upload-input {
    width: 185px;
    border: 1px solid rgba(128, 137, 150, 0.1);
    height: 30px;
    padding-top: 3rem;
    background-color: rgba(128, 137, 150, 0.04);
  }
  .file-upload-wrap-2 .file-upload-text {
    width: auto;
    left: 25px;
    line-height: 50px;
    font-size: 16px;
  }

  /*======== file-upload-wrap-3 =======*/
  .file-upload-wrap-3 .file-upload-input {
    height: 70px;
    padding-top: 5rem;
  }
  .file-upload-wrap-3 .file-upload-text {
    line-height: 90px;
    font-size: 16px;
  }

  .resumre-wrap .MultiFile-list span.MultiFile-label {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0;
  }
  .resumre-wrap .MultiFile-list .MultiFile-title {
    position: inherit;
    background-color: transparent;
    color: #5d646d;
    padding: 0;
    bottom: auto;
    text-align: inherit;
    width: auto;
    line-height: inherit;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  /*====================================================
     error-area
   ====================================================*/
  .error-img svg {
    width: 100%;
  }
  @media (max-width: 480px) {
    .error-img svg {
      height: 200px;
    }
  }
  .error-img image {
    width: 100%;
  }
  @media (max-width: 480px) {
    .error-img image {
      height: 100%;
    }
  }

  /*=================== destination-btn-box ========================*/
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .btn--box.text-right {
      text-align: left !important;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .btn--box.text-right {
      text-align: left !important;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .btn--box.text-right {
      text-align: left !important;
    }
  }

  .rtl-btn,
  .ltr-btn {
    position: fixed;
    top: 30%;
    right: -69px;
    z-index: 1024;
    background: #fff;
    color: #0d233e;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    padding: 5px 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 15px 15px rgba(82, 85, 90, 0.2);
    -moz-box-shadow: 0 15px 15px rgba(82, 85, 90, 0.2);
    box-shadow: 0 15px 15px rgba(82, 85, 90, 0.2);
  }
  .rtl-btn:hover,
  .ltr-btn:hover {
    color: #287dfa;
    right: 0;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .btn--box {
      padding-top: 30px;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .btn--box {
      padding-top: 30px;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .btn--box {
      padding-top: 30px;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-content {
      margin-bottom: 50px;
      padding-right: 0 !important;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .about-content {
      margin-bottom: 50px;
      padding-right: 0 !important;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .about-content {
      margin-bottom: 50px;
      padding-right: 0 !important;
    }
  }

  .about-img-box::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 200px;
    top: -30px;
    right: -50px;
    background-image: url("../images/dot-shape.png");
    background-size: cover;
    z-index: -1;
  }

  /*===== icon-bg =======*/
  .info-bg {
    z-index: 1;
    position: relative;
  }
  .info-bg::before {
    position: absolute;
    opacity: 0.2;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/color-bg.png");
    z-index: -1;
  }

  .info-area {
    position: relative;
  }
  .info-area .arrow-separator {
    position: absolute;
    top: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .info-area2 {
    background-color: #fff;
    -webkit-box-shadow: 0 15px 15px rgba(82, 85, 90, 0.03);
    -moz-box-shadow: 0 15px 15px rgba(82, 85, 90, 0.03);
    box-shadow: 0 15px 15px rgba(82, 85, 90, 0.03);
  }

  /* dropdown-contain */
  .dropdown-contain .dropdown-menu {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    border: none;
    width: 100%;
  }
  .dropdown-contain .dropdown-item:hover {
    background-color: transparent;
  }

  .extra-service-select {
    width: 100px;
  }

  /* dropdown-btn */
  .dropdown-btn {
    cursor: pointer;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    padding: 10px 20px;
    font-size: 13px;
    color: #0d233e;
    border: 1px solid rgba(128, 137, 150, 0.2);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .dropdown-btn::after {
    border: none;
    content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 13px;
    position: absolute;
    top: 10px;
    right: 20px;
  }
  .dropdown-btn:focus {
    border-color: #287dfa;
  }
  .dropdown-btn:hover {
    color: #0d233e;
  }

  /* dropdown--btn */
  .dropdown--btn {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
    color: #5d646d;
    font-size: 16px;
  }
  .dropdown--btn::after {
    position: relative;
    top: 2px;
    right: auto;
    margin-left: 2px;
  }

  /* single-nav-sticky */
  .single-nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    border-bottom: 1px solid rgba(128, 137, 150, 0.1);
  }

  .single-nav-sticky + .single-content-box {
    padding-top: 150px;
  }

  /*======= single-tour-feature ========*/
  .single-tour-feature:hover .icon-element {
    background-color: #287dfa;
    color: #fff;
  }

  /*======= single-feature-icon ========*/
  .single-feature-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(40, 125, 250, 0.1);
    color: #287dfa;
    font-size: 22px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  /*======= single-feature-titles ========*/
  .single-feature-titles span {
    display: inherit;
    margin-top: -1px;
  }
  .single-feature-titles .list-items li {
    font-size: 13px;
    line-height: 20px;
  }

  /*======= single-content-nav ========*/
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-content-nav ul {
      white-space: nowrap;
      display: block;
      overflow-y: hidden;
      overflow-x: auto;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .single-content-nav ul {
      white-space: nowrap;
      display: block;
      overflow-y: hidden;
      overflow-x: auto;
    }
  }
  .single-content-nav ul::-webkit-scrollbar {
    height: 6px;
  }
  .single-content-nav ul::-webkit-scrollbar-track {
    background-color: rgba(128, 137, 150, 0.1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .single-content-nav ul::-webkit-scrollbar-thumb {
    background-color: rgba(128, 137, 150, 0.2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .single-content-nav ul::-webkit-scrollbar-thumb:hover {
    background-color: rgba(128, 137, 150, 0.4);
  }
  .single-content-nav ul li {
    display: inline-block;
  }
  .single-content-nav ul li a {
    display: block;
    color: #5d646d;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 26px 20px;
    font-size: 15px;
    position: relative;
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-content-nav ul li a {
      padding: 15px;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .single-content-nav ul li a {
      padding: 15px;
    }
  }
  .single-content-nav ul li a::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0);
    -moz-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    -o-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    width: 40px;
    height: 2px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    background-color: transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .single-content-nav ul li a:hover {
    color: #287dfa;
  }
  .single-content-nav ul li a.active {
    color: #287dfa;
  }
  .single-content-nav ul li a.active::before {
    background-color: #287dfa;
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }

  /*======= cabin-type-item ========*/
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .cabin-type-item {
      display: block !important;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .cabin-type-item {
      display: block !important;
    }
  }
  .cabin-type-item .custom-checkbox {
    position: relative;
    top: 70px;
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .cabin-type-item .custom-checkbox {
      top: auto;
      margin-top: 15px;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .cabin-type-item .custom-checkbox {
      top: auto;
      margin-top: 15px;
    }
  }
  .cabin-type-item .custom-checkbox label {
    color: #fff;
    background-color: #287dfa;
    display: inline-block;
  }
  .cabin-type-item .custom-checkbox label:hover {
    background-color: #2273e5;
  }
  .cabin-type-item .custom-checkbox input[type=checkbox]:not(:checked) + label,
  .cabin-type-item .custom-checkbox input[type=checkbox]:checked + label {
    padding-left: 35px;
  }
  .cabin-type-item .custom-checkbox input[type=checkbox]:not(:checked) + label:before,
  .cabin-type-item .custom-checkbox input[type=checkbox]:checked + label:before {
    left: 10px;
    top: 8px;
    border: none;
  }
  .cabin-type-item .custom-checkbox input[type=checkbox]:not(:checked) + label:after,
  .cabin-type-item .custom-checkbox input[type=checkbox]:checked + label:after {
    left: 13px;
  }
  .cabin-type-item .custom-checkbox input[type=checkbox]:checked + label:before {
    background-color: #28d5a7;
  }

  /*======= seat-selection-item ========*/
  .seat-selection-item .custom-checkbox {
    top: auto;
    margin-top: 15px;
  }

  /*======= cabin-type-img ========*/
  .cabin-type-img {
    width: 170px;
    margin-right: 20px;
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .cabin-type-img {
      margin-right: 0;
      margin-bottom: 20px;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .cabin-type-img {
      margin-right: 0;
      margin-bottom: 20px;
    }
  }
  .cabin-type-img img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
  }

  /*======= cabin-type-detail ========*/
  .cabin-type-detail {
    width: 620px;
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .cabin-type-detail {
      width: auto;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .cabin-type-detail {
      width: auto;
    }
  }

  /*======= cabin-price ========*/
  .cabin-price {
    text-align: right;
    width: 200px;
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .cabin-price {
      width: auto;
      text-align: left !important;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .cabin-price {
      width: auto;
      text-align: left !important;
    }
  }

  /*======= cabin-type-detail ========*/
  .cabin-type-detail .list-items li {
    margin-bottom: 0;
  }
  .cabin-type-detail .list-items li span {
    color: #0d233e;
    margin-right: 3px;
  }
  .cabin-type-detail p span {
    font-weight: 700;
  }
  .cabin-type-detail p .price-text {
    color: #287dfa;
    font-size: 20px;
  }

  /*======= single-content-item ========*/
  @media (max-width: 375px) {
    .single-content-item .accordion-item .card-body {
      display: block !important;
    }
  }
  @media (max-width: 375px) {
    .single-content-item .accordion-item .card-body .flex-shrink-0.mr-4 {
      margin-right: 0 !important;
    }
  }
  .single-content-item .accordion-item .card-body img {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
  }
  @media (max-width: 375px) {
    .single-content-item .accordion-item .card-body img {
      margin-bottom: 20px;
    }
  }

  /*======= review-summary ========*/
  .review-summary {
    border: 2px solid rgba(128, 137, 150, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px 20px 27px 20px;
    text-align: center;
  }
  .review-summary h2 {
    color: #287dfa;
    font-weight: 700;
    font-size: 55px;
  }
  .review-summary h2 span {
    font-size: 18px;
  }
  .review-summary p {
    font-size: 20px;
    color: #0d233e;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  /*======= action-btns ========*/
  .action-btns {
    position: absolute;
    right: 20px;
    top: 20px;
  }
  @media (max-width: 320px) {
    .action-btns {
      position: inherit;
      top: auto;
      right: auto;
      padding: 0 20px 20px 20px;
    }
  }
  .action-btns .theme-btn {
    border: none;
  }
  .action-btns .theme-btn:nth-child(1) {
    background-color: #28d5a7;
    color: #fff;
  }
  @media (max-width: 320px) {
    .action-btns .theme-btn:nth-child(1) {
      margin-right: 0 !important;
      margin-bottom: 5px;
    }
  }
  .action-btns .theme-btn:nth-child(2) {
    background-color: #e1306c;
    color: #fff;
  }

  /*======= action-btns ========*/
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .profile-item .d-flex {
      display: block !important;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .profile-item .d-flex {
      display: block !important;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .profile-item .pr-5 {
      padding-right: 0 !important;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .profile-item .pr-5 {
      padding-right: 0 !important;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .profile-item .flex-grow-1.pr-5 {
      padding-bottom: 30px;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .profile-item .flex-grow-1.pr-5 {
      padding-bottom: 30px;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .profile-item .list-items {
      padding-right: 0 !important;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .profile-item .list-items {
      padding-right: 0 !important;
    }
  }

  /*===== traveler-form ======*/
  @media (max-width: 1366px) {
    .traveler-form .col-lg-3 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .traveler-form .col-lg-3 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .traveler-form .col-lg-3 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
  }
  @media (max-width: 1366px) {
    .traveler-form .col-lg-9 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
  }

  /*===== package-area ======*/
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .package-area .row.padding-top-60px {
      padding-top: 30px;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .package-area .row.padding-top-60px {
      padding-top: 30px;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .package-area .row.padding-top-60px {
      padding-top: 30px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .package-area .col-lg-4 {
      padding-right: 15px !important;
      padding-left: 15px !important;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .package-area .col-lg-4 {
      padding-right: 15px !important;
      padding-left: 15px !important;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .package-area .col-lg-4 {
      padding-right: 15px !important;
      padding-left: 15px !important;
    }
  }

  /*===== post-tag-wrap ======*/
  @media (max-width: 375px) {
    .post-tag-wrap {
      display: block !important;
    }
  }
  .post-tag-wrap .post-share ul li .icon-element {
    margin-right: 0;
  }

  @media (max-width: 375px) {
    .post-author-wrap .author-content .d-flex,
    .post-navigation {
      display: block !important;
    }
  }

  @media (max-width: 375px) {
    .post-author-wrap .author-content .author-img {
      margin-right: 0 !important;
      margin-bottom: 15px;
    }
  }

  /*======= carousel-action ========*/
  .carousel-action .owl-nav div {
    position: absolute;
    top: 30%;
    -webkit-transform: translateY(-45%);
    -moz-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    -o-transform: translateY(-45%);
    transform: translateY(-45%);
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    color: #0d233e;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .carousel-action .owl-nav div {
      display: none;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .carousel-action .owl-nav div {
      display: none;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .carousel-action .owl-nav div {
      display: none;
    }
  }
  .carousel-action .owl-nav div {

    background-color: #0cb670;
    color: #fff;
  }
  .carousel-action .owl-nav div.owl-next {
    right: -60px;
    top: 35%;

  }
  .carousel-action .owl-nav div.owl-prev {
    left: -60px;
    top: 35%;

  }
  .carousel-action .owl-nav div:hover {
    background-color: #0255A3;
    color: #fff;
  }
  .carousel-action .owl-dots {
    width: 100%;
    text-align: center;
    padding-top: 15px;
  }
  .carousel-action .owl-dots div {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid rgba(19, 41, 104, 0.1);
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 2px;
  }
  .carousel-action .owl-dots div.active {
    background-color: #287dfa;
    border-color: #287dfa;
  }

  /*======= carousel--action ========*/
  .carousel--action .owl-nav div {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
  }
  .carousel--action .owl-nav div.owl-next {
    right: 15px;
  }
  .carousel--action .owl-nav div.owl-prev {
    left: 15px;
  }
  .carousel--action .owl-dots div {
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
  }

  /*======= full-width-slider ========*/
  .full-width-slider.carousel-action .owl-nav div.owl-next {
    right: 15px;
  }
  .full-width-slider.carousel-action .owl-nav div.owl-prev {
    left: 15px;
  }

  @media (max-width: 1024px) {
    .card-area.padding-right-100px {
      padding-right: 0 !important;
      padding-left: 0 !important;
    }
  }

  /*=== New modified css ====*/
  .hero-wrapper8 .hero-box {
    padding-top: 220px;
    padding-bottom: 0;
  }
  .hero-wrapper8 .search-fields-container {
    margin-bottom: -90px;
    position: relative;
    z-index: 1;
  }

  .search-input-group-wrap .dropdown-contain .dropdown-menu {
    width: 350px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .search-input-group-wrap .dropdown-contain .dropdown-menu {
      width: 100%;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .search-input-group-wrap .dropdown-contain .dropdown-menu {
      width: 100%;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .search-input-group-wrap .dropdown-contain .dropdown-menu {
      width: 100%;
    }
  }

  .list--group .list-group-item {
    padding-top: 0;
    padding-bottom: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    margin-left: -20px;
    margin-right: -20px;
    border: 0;
  }
  .list--group .list-group-item:hover {
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.15);
    z-index: 1;
  }
  .list--group .list-group-item:hover .list-group-link {
    font-weight: 700;
    border-top: 0;
    color: #0d233e;
  }

  .list-group-link {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid rgba(128, 137, 150, 0.1);
    color: #5d646d;
    display: block;
    position: relative;
  }

  .icon-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .icon-marker {
    position: absolute;
    left: -30px;
    top: 17px;
  }

  .icon-circle-dep,
  .icon-circle-arr {
    position: absolute;
    left: -2px;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
  }

  .icon-circle-dep {
    top: 14px;
    border: 1px solid rgba(128, 137, 150, 0.5);
  }

  .icon-circle-arr {
    bottom: 15px;
    background-color: rgba(128, 137, 150, 0.5);
  }

  .icon-connect {
    position: absolute;
    left: 2px;
    bottom: 25px;
    background-color: rgba(128, 137, 150, 0.5);
    height: 17px;
    width: 2px;
  }

  .spy-section p {
    margin-bottom: 15px;
  }
  .spy-section strong {
    color: #0d233e;
  }

  .bus-route-map-area .map-container {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  .bus-route-map-area .map-container .route-map {
    height: calc(100vh - 73px) !important;
  }
  .bus-route-map-area .leaflet-routing-alternatives-container .leaflet-routing-alt {
    border-bottom-color: rgba(128, 137, 150, 0.2);
    color: #0d233e;
  }
  .bus-route-map-area .leaflet-routing-alternatives-container .leaflet-routing-alt.leaflet-routing-alt-minimized {
    color: #5d646d;
  }
  .bus-route-map-area .leaflet-routing-alternatives-container .leaflet-routing-alt table {
    display: none;
  }

  .leaflet-routing-geocoders {
    border-bottom-color: rgba(128, 137, 150, 0.2);
  }
  .leaflet-routing-geocoders input {
    height: 35px;
    padding: 2px 30px 2px 10px;
    border-radius: 4px;
  }
  .leaflet-routing-geocoders input:focus {
    border-color: #0d233e;
  }
  .leaflet-routing-geocoders button {
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
  }

  .leaflet-routing-remove-waypoint:after {
    right: 5px;
  }

  .leaflet-popup-btn-box button {
    border: 1px solid rgba(128, 137, 150, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 10px;
    width: 100%;
    background-color: rgba(128, 137, 150, 0.1);
  }
  .leaflet-popup-btn-box button:nth-child(2) {
    margin-top: 4px;
  }
  .leaflet-popup-btn-box button:hover {
    background-color: rgba(128, 137, 150, 0.2);
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .bus-stop-overview__link {
      margin-right: 0 !important;
      margin-bottom: 10px;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .bus-stop-overview__link {
      margin-right: 0 !important;
      margin-bottom: 10px;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .bus-stop-overview__link {
      margin-right: 0 !important;
      margin-bottom: 10px;
    }
  }

  #sticky-nav {
    position: sticky;
    top: 0;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    #sticky-nav {
      margin-bottom: 40px;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    #sticky-nav {
      margin-bottom: 40px;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    #sticky-nav {
      margin-bottom: 40px;
    }
  }
  #sticky-nav li.active a {
    color: #287dfa;
  }

  .scrollpy-area {
    position: relative;
    z-index: 1024;
    background-color: #fff;
  }

  .quote-icons::before {
    content: open-quote;
  }
  .quote-icons::after {
    content: close-quote;
  }

  .search-input-group .append-input-box .form-group .form-icon {
    left: 24px;
  }

  .prepend-input-box .prepend-input {
    padding-right: 50px;
  }

  .append-input-box .append-input {
    padding-left: 50px;
  }

  .prepend-input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .append-input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -1px;
  }

  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .shop-btn {
      width: auto !important;
    }
  }

  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .bus-stop-shop-btn-box {
      padding-top: 10px;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .bus-stop-shop-btn-box.text-right {
      text-align: left !important;
    }
  }

  .breadcrumb-links {
    position: absolute;
    top: 20px;
    font-size: 15px;
  }
  .breadcrumb-links a {
    color: #0d233e;
  }
  .breadcrumb-links a:hover {
    text-decoration: underline;
  }
  .breadcrumb-links span {
    color: #0d233e;
  }

  .breadcrumb-pipe {
    padding: 0 3px;
  }

  .collapse-btn:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .collapse-btn .collapse-text-hide {
    display: none;
  }
  .collapse-btn[aria-expanded=true] .collapse-text-show {
    display: none;
  }
  .collapse-btn[aria-expanded=true] .collapse-text-hide {
    display: inline-block;
  }

  .icon-switch {
    position: absolute;
    right: -17px;
    bottom: 7px;
    width: 34px;
    height: 34px;
    padding: 0;
    background-color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid rgba(128, 137, 150, 0.2);
    z-index: 4;
  }
  .icon-switch img {
    width: 22px;
  }
  .icon-switch:focus {
    outline: none;
  }

  .blockquote--item {
    border-left: 4px solid #287dfa;
    font-size: 20px;
    background-image: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0 0 0 20px;
    font-style: italic;
    line-height: 31px;
  }
  .blockquote--item:after {
    display: none;
  }

  #map2 {
    width: 100%;
    height: 465px;
  }

  .hover-y-none:hover {
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }

  .info-table {
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .info-table .table {
    border: 1px solid rgba(128, 137, 150, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-spacing: 29px 0;
    border-collapse: separate;
  }
  .info-table td {
    width: 1%;
    padding-left: 0;
  }
  .info-table tbody tr:first-child td {
    border-top: 0;
  }
  .info-table tbody tr td:first-child {
    font-weight: 500;
    color: #0d233e;
  }

  .bg-white-mask {
    background-color: rgba(255, 255, 255, 0.75);
  }

  .form-group .form-icon {
    z-index: 2;
  }

  .xdsoft_autocomplete {
    width: auto !important;
  }
  .xdsoft_autocomplete .xdsoft_autocomplete_dropdown {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    max-height: 205px !important;
  }
  .xdsoft_autocomplete .xdsoft_autocomplete_dropdown::-webkit-scrollbar {
    width: 8px;
  }
  .xdsoft_autocomplete .xdsoft_autocomplete_dropdown::-webkit-scrollbar-track {
    background-color: #F5F7FC;
  }
  .xdsoft_autocomplete .xdsoft_autocomplete_dropdown::-webkit-scrollbar-thumb {
    background-color: rgba(128, 137, 150, 0.3);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .xdsoft_autocomplete .xdsoft_autocomplete_dropdown::-webkit-scrollbar-thumb:hover {
    background-color: rgba(128, 137, 150, 0.6);
  }
  .xdsoft_autocomplete .xdsoft_autocomplete_dropdown b {
    color: #0d233e;
  }
  .xdsoft_autocomplete .xdsoft_autocomplete_dropdown > div {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .xdsoft_autocomplete .xdsoft_autocomplete_dropdown > div.active {
    background-color: rgba(128, 137, 150, 0.1);
    color: #5d646d;
  }

  /*=== end modified css ====*/
  /*================= counter-box===================*/
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .coming-soon-content p br {
      display: none;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .coming-soon-content p br {
      display: none;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .coming-soon-content p br {
      display: none;
    }
  }
  @media (max-width: 600px) {
    .coming-soon-content .section-heading .sec__title {
      font-size: 50px !important;
      line-height: 65px !important;
    }
  }
  @media (max-width: 425px) {
    .coming-soon-content .section-heading .sec__title {
      font-size: 40px !important;
      line-height: 50px !important;
    }
  }

  

  /*======= counter-item =======*/
  .counter-item {
    position: relative;
    z-index: 1;
    color: #fff;
    margin-bottom: 30px;
  }
  .counter-item .counter-icon {
    font-size: 30px;
    background-color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    line-height: 60px;
    margin-right: 15px;
    color: #0d233e;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .counter-item .counter {
    font-size: 24px;
    font-weight: 700;
  }
  .counter-item .count-symbol {
    font-size: 22px;
  }
  .counter-item .counter__title {
    font-size: 16px;
  }
  .counter-item:hover .counter-icon {
    background-color: #287dfa;
    color: #fff;
  }

  
 


  /*======= coming-container =======*/
  .coming-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /*======= coming-inner =======*/
  .coming-inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .coming-inner::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0d233e;
    opacity: 0.8;
  }

 



  /*======= fullscreen-slide-contain =======*/
  #fullscreen-slide-contain {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: -2;
  }

  /*====== step-bar-list ========*/
  @media (max-width: 375px) {
    .step-bar-list {
      display: block !important;
    }
  }
  .step-bar-list .step-bar {
    position: relative;
    z-index: 1;
  }
  .step-bar-list .step-bar::before, .step-bar-list .step-bar::after {
    display: block;
    position: absolute;
    background-color: #F5F7FC;
    height: 4px;
    content: "";
    width: 50%;
    left: 0;
    top: 25px;
    z-index: -1;
  }
  .step-bar-list .step-bar::after {
    left: auto;
    right: 0;
  }
  .step-bar-list .step-bar .icon-element {
    text-indent: 0;
    background-color: #fff;
    color: #0d233e;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    border: 2px solid rgba(128, 137, 150, 0.2);
  }
  .step-bar-list .step-bar.step-bar-active .icon-element {
    text-indent: -9999px;
    position: relative;
    background-color: #40CC6F;
    border-color: #40CC6F;
  }
  .step-bar-list .step-bar.step-bar-active .icon-element::before {
    position: absolute;
    content: "\f00c";
    font-family: "Line Awesome Free";
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    font-size: 26px;
    text-indent: 0;
    font-weight: 900;
  }
  .step-bar-list .step-bar.step-bar-active::before, .step-bar-list .step-bar.step-bar-active::after {
    background-color: #40CC6F;
  }

  /*===== payment-received-list =======*/
  .payment-received-list .icon-element {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    background-color: #40CC6F;
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .payment-received-list .card-body .btn-box .theme-btn.mr-2 {
      margin-bottom: 10px;
      margin-right: 0 !important;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .payment-received-list .card-body .btn-box .theme-btn.mr-2 {
      margin-bottom: 10px;
      margin-right: 0 !important;
    }
  }
  @media (max-width: 375px) {
    .payment-received-list .card-body .btn-box .theme-btn {
      line-height: 25px;
    }
  }
  .payment-received-list:hover {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  /*===== payment-received-card =======*/
  .payment-received-card:hover {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  .product-info .product-info-label {
    font-weight: 400;
    margin-right: 5px;
  }
  .product-info .product-info-value {
    color: #5d646d;
    font-weight: 400;
  }
  .product-info .form-control {
    width: 40px;
    text-align: center;
  }
  .product-info .form-control:focus {
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
  }

  .remove-wrap .btn {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .remove-wrap .btn:hover {
    color: #287dfa;
  }
  .remove-wrap .btn:focus {
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
  }

  @media (max-width: 425px) {
    .cart-actions {
      flex-direction: column;
    }
  }
  @media (max-width: 425px) {
    .cart-actions .contact-form-action {
      margin-bottom: 20px;
    }
  }

  /*====================================================
      cta-area
   ====================================================*/
  .cta-area {
    position: relative;
    background-size: cover;
  }
  .cta-area::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0d233e;
    opacity: 0.6;
  }
  @media (max-width: 425px) {
    .cta-area .section-heading .sec__title {
      font-size: 30px !important;
    }
  }

  /*===== cta-svg =====*/
  .cta-svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    fill: #fff;
    stroke: none;
  }

  /*===== cta-bg =====*/
  .cta-bg {
    background-image: url("../images/hero-bg.jpg");
  }

  .cta-bg-2 {
    background-image: url("../images/team-cta-bg.jpg");
  }

  /*===== video-bg =====*/
  .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
  }

  /*====== ========*/
  .mobile-app {
    position: relative;
    z-index: 1;
  }
  .mobile-app::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/color-bg2.png");
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: 0.2;
  }
  .mobile-app .mobile-img {
    position: absolute;
    bottom: -100px;
    right: 0;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .mobile-app .mobile-img {
      position: inherit;
      bottom: auto;
      right: auto;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .mobile-app .mobile-img {
      position: inherit;
      bottom: auto;
      right: auto;
    }
    .section-heading .sec__title {
      font-size: 22px;
      font-weight: 400;
      line-height: 30px !important;
  }
  .section-heading .sec__title span {
    font-size: 22px;
    color: #0cb670;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
}
.wrapper {

  width: 80%;
  position: relative;
  margin: 0 auto;
}
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .mobile-app .mobile-img {
      position: inherit;
      bottom: auto;
      right: auto;
    }
    .section-heading .sec__title {
      font-size: 22px;
      font-weight: 400;
      line-height: 30px !important;
  }
  .section-heading .sec__title span {
    font-size: 22px;
    color: #0cb670;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
}
.wrapper {

  width: 80%;
  position: relative;
  margin: 0 auto;
}
  }

  /*===== mobile-app-content======*/
  .mobile-app-content {
    margin-bottom: 60px;
  }
  .mobile-app-content .info-list li {
    color: #0d233e;
    font-size: 18px;
  }
  .mobile-app-content .info-list li .icon-element {
    margin-right: 10px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
  }
  .mobile-app-content .btn-box .theme-btn:nth-child(2) {
    margin-left: 8px;
  }
  @media (max-width: 375px) {
    .mobile-app-content .btn-box .theme-btn:nth-child(2) {
      margin-left: 0;
      margin-top: 10px;
    }
  }

  /*===== mobile-img ======*/
  .mobile-img img {
    width: 100%;
  }





  /*===== video-content ======*/
  .video-content {
    position: relative;
    margin-bottom: -110px;
  }
  .video-content .ripple-bg canvas {
    z-index: 1 !important;
  }

  .video-content-img {
    position: relative;
  }
  .video-content-img img {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .video-content-img img {
      height: 350px;
      object-fit: cover;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .video-content-img img {
      height: 350px;
      object-fit: cover;
    }
  }
  .video-content-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0d233e;
    opacity: 0.3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }

  .video-content-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
  }
  @media (max-width: 375px) {
    .video-content-box {
      padding-right: 20px;
      padding-left: 20px;
    }
  }
  @media (max-width: 375px) {
    .video-content-box .section-heading .sec__title {
      font-size: 26px;
      line-height: 40px !important;
    }
  }
  .video-content-box .icon-element {
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: transparent;
  }
  @media (max-width: 375px) {
    .video-content-box .icon-element {
      width: 70px;
      height: 70px;
      line-height: 70px;
    }
  }
  .video-content-box .icon-element::before {
    position: absolute;
    content: "";
    pointer-events: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #287dfa;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .video-content-box .icon-element:hover {
    color: #287dfa !important;
  }
  .video-content-box .icon-element:hover::before {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    background-color: #fff;
  }

  /*====================================================
      
   ====================================================*/
  .dropdown-menu-xl {
    min-width: 310px;
  }

  .dropdown-menu-md {
    min-width: 190px;
  }

  /*=== notification-item =====*/
  .notification-item .drop-reveal-toggle-icon {
    border: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .notification-item .drop-reveal-toggle-icon .noti-count {
    position: absolute;
    top: -4px;
    right: 0;
    width: 15px;
    height: 15px;
    line-height: 15px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 13px;
    color: #287dfa;
  }
  .notification-item .dropdown-toggle {
    color: #fff;
  }
  .notification-item .dropdown-toggle::after {
    display: none;
  }
  .notification-item .drop-reveal-toggle-icon[aria-expanded=true] {
    color: #287dfa;
    background-color: #fff;
  }

  /*===== dropdown-reveal =======*/
  .dropdown-reveal {
    border: none;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0;
    margin-top: 10px;
  }

  /*===== drop-reveal-header =======*/
  .drop-reveal-header {
    padding-top: 15px;
    padding-bottom: 15px;
    white-space: inherit;
    background-color: rgba(128, 137, 150, 0.1);
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
  }
  .drop-reveal-header .title {
    font-size: 14px;
    color: #5d646d;
    font-weight: 500;
  }
  .drop-reveal-header:focus, .drop-reveal-header:hover {
    background-color: rgba(128, 137, 150, 0.1);
  }

  /*===== msg-body =======*/
  .msg-body .icon-element {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }

  /*===== drop-reveal-list =======*/
  .drop-reveal-list .list-group-item {
    border-color: rgba(128, 137, 150, 0.1);
    border-right: 0;
    border-left: 0;
  }
  .drop-reveal-list .list-group-item:first-child, .drop-reveal-list .list-group-item:last-child {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .drop-reveal-list .list-group-item-action:focus, .drop-reveal-list .list-group-item-action:hover {
    background-color: rgba(128, 137, 150, 0.05);
  }

  /*===== user-reveal-header =======*/
  .user-reveal-header {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: transparent;
  }
  .user-reveal-header:hover {
    background-color: transparent;
  }

  /*===== user-drop-reveal-list =======*/
  .user-drop-reveal-list .list-group-item {
    border: none;
  }
  .user-drop-reveal-list .list-group-item:last-child {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
  }

  /*===== msg-content =======*/
  .msg-content .title {
    font-size: 14px;
    font-weight: 500;
  }
  .msg-content .msg-text,
  .msg-content .text-time {
    font-size: 13px;
    color: #5d646d;
  }
  .msg-content .msg-text {
    line-height: 20px;
  }

  /*===== drop-reveal-btn =======*/
  .drop-reveal-btn {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #0d233e;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .drop-reveal-btn:focus, .drop-reveal-btn:hover {
    color: #287dfa;
    background-color: rgba(128, 137, 150, 0.05);
  }

  /*===== sidebar-nav =======*/
  .user-canvas-container,
  .sidebar-nav {
    position: fixed;
    background-color: #fff;
    border-top: 2px solid #287dfa;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 310px;
    overflow-x: hidden;
    z-index: 999;
    -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    -ms-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .user-canvas-container,
    .sidebar-nav {
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .user-canvas-container,
    .sidebar-nav {
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .user-canvas-container,
    .sidebar-nav {
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  .user-canvas-container .author-content,
  .sidebar-nav .author-content {
    padding: 20px;
  }
  .user-canvas-container.active,
  .sidebar-nav.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .sidebar-nav .side-menu-close {
    margin-left: auto;
    margin-right: 10px;
    display: none;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-nav .side-menu-close {
      display: block;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .sidebar-nav .side-menu-close {
      display: block;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .sidebar-nav .side-menu-close {
      display: block;
    }
  }

  .sidebar--nav {
    border-top-color: #0d233e;
  }

  /*===== user-canvas-container =======*/
  .user-canvas-container {
    left: auto;
    right: 0;
    width: 350px;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  @media (max-width: 375px) {
    .user-canvas-container {
      width: 320px;
    }
  }

  /*===== sidebar-nav =======*/
  .sidebar-menu-wrap {
    border-top: 1px solid rgba(128, 137, 150, 0.1);
  }

  .sidebar-menu {
    padding: 20px;
  }
  .sidebar-menu .side-menu-icon {
    position: absolute;
    right: 0;
    top: 0;
    color: #5d646d;
    padding: 7px 12px;
    cursor: pointer;
    border-left: 1px solid transparent;
  }
  .sidebar-menu .side-menu-icon i {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .sidebar-menu li {
    position: relative;
    margin-bottom: 2px;
  }
  .sidebar-menu li a {
    display: block;
    padding: 7px 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .sidebar-menu li a i {
    font-size: 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .sidebar-menu li.active > a, .sidebar-menu li.page-active > a {
    background-color: #287dfa;
    color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(40, 125, 250, 0.1);
    -moz-box-shadow: 0 0 40px rgba(40, 125, 250, 0.1);
    box-shadow: 0 0 40px rgba(40, 125, 250, 0.1);
  }
  .sidebar-menu li.active > a i, .sidebar-menu li.page-active > a i {
    color: #fff;
  }
  .sidebar-menu li.active .side-menu-icon, .sidebar-menu li.page-active .side-menu-icon {
    color: #fff;
    border-left-color: rgba(255, 255, 255, 0.1);
  }
  .sidebar-menu li.active .side-menu-icon {
    border-left-color: rgba(255, 255, 255, 0.1);
    color: #fff;
  }
  .sidebar-menu li.active .side-menu-icon i {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .sidebar-menu li:hover .side-menu-icon {
    color: #fff;
    border-left-color: rgba(255, 255, 255, 0.1);
  }
  .sidebar-menu li:hover > a {
    background-color: #287dfa;
    color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(40, 125, 250, 0.1);
    -moz-box-shadow: 0 0 40px rgba(40, 125, 250, 0.1);
    box-shadow: 0 0 40px rgba(40, 125, 250, 0.1);
  }
  .sidebar-menu li:hover > a i {
    color: #fff;
  }
  .sidebar-menu .toggle-drop-menu {
    background-color: rgba(40, 125, 250, 0.1);
    margin-top: 3px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .sidebar-menu .toggle-drop-menu li a {
    padding-left: 36px;
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 26px;
  }
  .sidebar-menu .toggle-drop-menu li:hover a {
    background-color: transparent;
    color: #287dfa;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
  }

 
  
  
  


  .dashboard--nav {
    background-color: #0d233e;
  }

  /*===== dashboard-search-box =======*/
  @media (max-width: 1024px) {
    .dashboard-search-box {
      display: none;
    }
  }
  .dashboard-search-box .contact-form-action .form-control {
    width: 320px;
    padding-left: 20px;
    border: none;
  }


  /*===== dashboard-bread =======*/
  .dashboard-bread {
    background-color: #287dfa;
    padding: 20px 20px 60px 20px;
  }

  .dashboard--bread {
    padding-bottom: 95px;
  }

  .dashboard-bread-2 {
    background-color: #0d233e;
  }

  /*===== dashboard-main-content =======*/
  .dashboard-main-content {
    position: relative;
    padding: 20px;
    z-index: 1;
    margin-top: -80px;
  }
  @media (max-width: 425px) {
    .dashboard-main-content .form-title-wrap .d-flex {
      display: block !important;
    }
  }
  @media (max-width: 425px) {
    .dashboard-main-content .form-title-wrap .select-contain {
      margin-top: 15px;
    }
  }
  @media (max-width: 320px) {
    .dashboard-main-content .form-content .list-items-flush li span {
      width: 100%;
    }
  }

  /*===== chart-pagination =======*/
  @media (max-width: 425px) {
    .chart-pagination {
      margin-bottom: 10px;
    }
  }
  @media (max-width: 425px) {
    .chart-pagination li {
      display: inline-block;
      margin-bottom: 5px;
    }
  }
  @media (max-width: 425px) {
    .chart-pagination li a {
      margin-right: 0 !important;
    }
  }

  /*===== dashboard-card =======*/
  .dashboard-card .mark-as-read-btn {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .dashboard-card .drop-reveal-list {
    padding-bottom: 0;
  }
  .dashboard-card .drop-reveal-list .list-group-item .theme-btn,
  .dashboard-card .drop-reveal-list .list-group-item .mark-as-read-btn {
    opacity: 0;
    visibility: visible;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .dashboard-card .drop-reveal-list .list-group-item:last-child {
    border-bottom: none;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
  }
  .dashboard-card .drop-reveal-list .list-group-item:hover .mark-as-read-btn {
    opacity: 1;
    visibility: visible;
    background-color: #287dfa;
    color: #fff;
  }
  .dashboard-card .drop-reveal-list .list-group-item:hover .theme-btn {
    opacity: 1;
    visibility: visible;
  }

  /*======== user-pro-img =========*/
  @media (max-width: 480px) {
    .order-card .drop-reveal-list .list-group-item .theme-btn {
      opacity: 1;
      visibility: visible;
      margin-top: 10px;
    }
  }
  @media (max-width: 480px) {
    .order-card .drop-reveal-list .list-group-item .msg-body {
      display: block !important;
    }
  }

  /*======== user-profile-action =========*/
  @media (max-width: 480px) {
    .user-profile-action {
      display: block !important;
    }
  }
  @media (max-width: 375px) {
    .user-profile-action .upload-btn-box .d-flex {
      display: block !important;
    }
  }
  @media (max-width: 375px) {
    .user-profile-action .upload-btn-box .theme-btn {
      margin-left: 0 !important;
    }
  }

  /*======== user-pro-img =========*/
  .user-pro-img {
    position: relative;
    margin-right: 25px;
  }
  @media (max-width: 480px) {
    .user-pro-img {
      margin-right: 0;
      margin-bottom: 10px;
    }
  }
  .user-pro-img img {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid rgba(128, 137, 150, 0.01);
  }

  /*======== sparkline-chart-item =========*/
  .sparkline-chart-item {
    margin-bottom: 25px;
  }

  .jqstooltip {
    height: 24px !important;
    width: 70px;
  }

  .list-group-flush .list-group-item {
    border-bottom-color: rgba(128, 137, 150, 0.1);
  }

  /*====================================================
     clientlogo-area
   ====================================================*/
  .client-logo-item {
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 20px 20px;
  }
  .client-logo-item img {
    filter: grayscale(100%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .client-logo-item:hover img {
    filter: grayscale(0);
  }

  .client-logo-item-2 img {
    filter: grayscale(0);
  }

  /*=============== comments ===============*/
  .comment {
    border-bottom: 1px solid rgba(128, 137, 150, 0.1);
    margin-bottom: 40px;
    padding-bottom: 40px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    position: relative;
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .comment {
      text-align: center;
      display: block;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .comment {
      text-align: center;
      display: block;
    }
  }

  /*=============== comments-avatar ===============*/
  .comment-avatar .avatar__img {
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 25px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 4px solid #fff;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .comment-avatar .avatar__img {
      margin-right: 0;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .comment-avatar .avatar__img {
      margin-right: 0;
    }
  }

  /*=============== meta-data ===============*/
  .meta-data {
    position: relative;
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .meta-data {
      margin-top: 15px;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .meta-data {
      margin-top: 15px;
    }
  }
  .meta-data .comment__meta {
    font-size: 14px;
  }
  .meta-data .comment__meta a {
    color: #5d646d;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .meta-data .comment__meta a:hover {
    color: #287dfa;
  }
  .meta-data .comment__author {
    font-size: 18px;
    color: #0d233e;
    font-weight: 700;
  }
  .meta-data .comment__date {
    font-size: 14px;
  }

  /*=============== meta-data-inner ===============*/
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .meta-data-inner {
      -ms-flex-pack: center;
      justify-content: center;
      padding-top: 3px;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .meta-data-inner {
      -ms-flex-pack: center;
      justify-content: center;
      padding-top: 3px;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .meta-data-inner .rating-stars,
    .meta-data-inner .comment__meta {
      margin-right: 0 !important;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .meta-data-inner .rating-stars {
      -ms-flex-pack: center;
      justify-content: center;
    }
  }

  /*=============== comment-content ===============*/
  .comment-content {
    font-size: 16px;
    color: #5d646d;
    margin-top: 8px;
    margin-bottom: 15px;
  }

  /*=============== comment-reply ===============*/
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .comment-reply {
      display: block;
      text-align: center;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .comment-reply {
      display: block;
      text-align: center;
    }
  }
  .comment-reply .theme-btn {
    line-height: 35px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px;
    background-color: rgba(128, 137, 150, 0.1);
    color: #5d646d;
    border: none;
  }
  .comment-reply .theme-btn:hover {
    background-color: rgba(128, 137, 150, 0.2);
    color: #0d233e;
  }

  /*=============== reviews-reaction ===============*/
  .reviews-reaction a {
    margin-right: 15px;
  }
  .reviews-reaction a:last-child {
    margin-right: 0;
  }
  .reviews-reaction a.comment-like {
    color: #28d5a7;
  }
  .reviews-reaction a.comment-dislike {
    color: #FF8C2A;
  }
  .reviews-reaction a.comment-love {
    color: #f9b851;
  }

  /*=============== comment-reply-item ===============*/
  .comment-reply-item {
    margin-left: 100px;
  }
  @media (max-width: 1199px) {
    .comment-reply-item {
      margin-left: 20px;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .comment-reply-item {
      margin-left: 0;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .comment-reply-item {
      margin-left: 0;
    }
  }

  /*=============== label ===============*/
  label {
    display: inline-block;
    margin-bottom: 0px;
    font-weight: 600;
  }

  /*=============== form-group ===============*/
  .form-group {
    margin-bottom: 16px;
  }




 


  

  

  
  


  

  /*===== section-tab ======*/
.navlist{
    top: 30px;
    z-index: 3;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 13px #00000029;
    border-radius: 10px;
    opacity: 1;
}
  .section-tab .nav-tabs {
    border-bottom: none;

  }
  .section-tab .nav-tabs .nav-item {
    margin-bottom: 0;
    margin-right: 6px;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-tab .nav-tabs .nav-item {
      margin-bottom: 6px;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .section-tab .nav-tabs .nav-item {
      margin-bottom: 6px;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .section-tab .nav-tabs .nav-item {
      margin-bottom: 6px;
    }
  }
  .section-tab .nav-tabs .nav-link {
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    background-color: #bababa;
    color: #fff;
    border: none;
    padding: 9px 25px 9px 25px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 500;
  }
  .section-tab .nav-tabs .nav-link i {
    font-size: 20px;
  }
  .section-tab .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #052e79;
  }

  /*====== section-tab 2 ========*/
  .section-tab-2 .nav-tabs .nav-item {
    margin-right: 20px;
  }
  .section-tab-2 .nav-tabs .nav-link {
    color: #0d233e;
    background-color: transparent;
    padding: 0 0 0 20px;
    font-size: 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
  }
  .section-tab-2 .nav-tabs .nav-link::before, .section-tab-2 .nav-tabs .nav-link::after {
    position: absolute;
    content: "";
    top: 8px;
    left: 0;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .section-tab-2 .nav-tabs .nav-link::before {
    left: 4px;
    top: 12px;
    width: 6px;
    height: 6px;
    background-color: #fff;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  .section-tab-2 .nav-tabs .nav-link::after {
    border: 2px solid rgba(19, 41, 104, 0.2);
  }
  .section-tab-2 .nav-tabs .nav-link.active, .section-tab-2 .nav-tabs .nav-link:hover {
    background-color: transparent;
    color: #287dfa;
  }
  .section-tab-2 .nav-tabs .nav-link.active::before, .section-tab-2 .nav-tabs .nav-link:hover::before {
    background-color: #287dfa;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .section-tab-2 .nav-tabs .nav-link.active::after, .section-tab-2 .nav-tabs .nav-link:hover::after {
    border-color: #287dfa;
  }

  /*====== section-tab 3 ========*/
  .section-tab-3 .nav-tabs .nav-item {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-tab-3 .nav-tabs .nav-item:last-child {
      margin-bottom: 0;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .section-tab-3 .nav-tabs .nav-item:last-child {
      margin-bottom: 0;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .section-tab-3 .nav-tabs .nav-item:last-child {
      margin-bottom: 0;
    }
  }
  .section-tab-3 .nav-tabs .nav-link {
    padding: 5px 45px;
    color: #5d646d;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size: 16px;
  }
  @media (max-width: 375px) {
    .section-tab-3 .nav-tabs .nav-link {
      padding-right: 20px;
      padding-left: 20px;
    }
  }
  .section-tab-3 .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #287dfa;
  }
  .section-tab-3 .nav-tabs .nav-link.active:hover {
    color: #fff;
    background-color: #287dfa;
  }
  .section-tab-3 .nav-tabs .nav-link:hover {
    color: #fff;
    background-color: #287dfa;
  }

  /*====== check-mark-tab ========*/
  .check-mark-tab .nav-tabs .nav-item {
    margin-right: 20px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .check-mark-tab .nav-tabs .nav-item {
      margin-bottom: 20px;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .check-mark-tab .nav-tabs .nav-item {
      margin-bottom: 20px;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .check-mark-tab .nav-tabs .nav-item {
      margin-bottom: 20px;
    }
  }
  .check-mark-tab .nav-tabs .nav-item:last-child {
    margin-right: 0;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .check-mark-tab .nav-tabs .nav-item:last-child {
      margin-bottom: 0;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .check-mark-tab .nav-tabs .nav-item:last-child {
      margin-bottom: 0;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .check-mark-tab .nav-tabs .nav-item:last-child {
      margin-bottom: 0;
    }
  }
  .check-mark-tab .nav-tabs .nav-link {
    background-color: #fff;
    border: 2px solid rgba(128, 137, 150, 0.1);
    color: #5d646d;
    padding: 20px;
    position: relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-weight: 400;
  }
  .check-mark-tab .nav-tabs .nav-link .la-check {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .check-mark-tab .nav-tabs .nav-link.active {
    border-color: #287dfa;
  }
  .check-mark-tab .nav-tabs .nav-link.active .icon-element {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .check-mark-tab .nav-tabs .nav-link.active:hover {
    border-color: #287dfa;
  }
  .check-mark-tab .nav-tabs .nav-link:hover {
    background-color: #fff;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .tab-content-info {
      display: block !important;
    }
    .testimonial-card {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      background-color: #fff;
      -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.05);
      -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.05);
      box-shadow: 0 0 40px rgba(82, 85, 90, 0.05);
      border: 1px solid rgba(128, 137, 150, 0.2);
      padding: 25px 10px 30px 10px;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .tab-content-info {
      display: block !important;
    }
    .testimonial-card {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      background-color: #fff;
      -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.05);
      -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.05);
      box-shadow: 0 0 40px rgba(82, 85, 90, 0.05);
      border: 1px solid rgba(128, 137, 150, 0.2);
      padding: 25px 10px 30px 10px;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .tab-content-info {
      display: block !important;
    }
    .testimonial-card {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      background-color: #fff;
      -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.05);
      -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.05);
      box-shadow: 0 0 40px rgba(82, 85, 90, 0.05);
      border: 1px solid rgba(128, 137, 150, 0.2);
      padding: 25px 10px 30px 10px;
    }
  }
.card.testimonial-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card.testimonial-card:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
  /*========= testimonial-card =========*/
  .testimonial-card {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 10px;
      background-color: #fff;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
      transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
      -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.05);
      -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.05);
      box-shadow: 0 0 40px rgba(82, 85, 90, 0.05);
      border: 1.5px solid #F44336; /* Slightly thicker border */
      padding: 25px 30px 30px 30px;
      height: 100%;
  }
  .testimonial-card .testi-desc-box {
    padding-bottom: 25px;
  }
  .testimonial-card .testi__desc {
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
  }
  .testimonial-card .rating-stars {
    margin-top: -2px;
  }

  /*============ testimonial-carousel ===============*/
  .testimonial-carousel.carousel-action .owl-nav div {
    width: 35px;
    height: 35px;
    line-height: 34px;
  }

  /*============ testimonial-area ===============*/
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-area .section-heading {
      margin-bottom: 50px;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .testimonial-area .section-heading {
      margin-bottom: 50px;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .testimonial-area .section-heading {
      margin-bottom: 50px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-area .btn-box.padding-top-35px {
      padding-top: 30px;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .testimonial-area .btn-box.padding-top-35px {
      padding-top: 30px;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .testimonial-area .btn-box.padding-top-35px {
      padding-top: 30px;
    }
  }

  /*====== sidebar =====*/
  .sidebar {
    border: 1px solid rgba(128, 137, 150, 0.1);
    padding: 30px 30px 0 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar {
      margin-top: 40px;
      margin-bottom: 40px;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .sidebar {
      margin-top: 40px;
      margin-bottom: 40px;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .sidebar {
      margin-top: 40px;
      margin-bottom: 40px;
    }
  }

  /*====== sidebar-widget =====*/
  .sidebar-widget {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(128, 137, 150, 0.2);
  }
  .sidebar-widget .title {
    font-size: 17px;
    margin-bottom: 20px;
    padding-bottom: 12px;
  }
  @media (max-width: 375px) {
    .sidebar-widget .section-tab-2 .nav-tabs .nav-item {
      margin-right: 10px;
    }
  }
  .sidebar-widget:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }

  /*====== sidebar-category =====*/
  .sidebar-category .btn-text {
    font-size: 14px;
  }
  .sidebar-category .btn-text[aria-expanded=false] .show-less {
    display: none;
  }
  .sidebar-category .btn-text[aria-expanded=true] .show-more {
    display: none;
  }
  .sidebar-category .btn-text[aria-expanded=true] .show-less {
    display: block;
  }

  /*====== sidebar-list =====*/
  .sidebar-list .list-items li {
    margin-bottom: 0;
  }
  .sidebar-list .list-items li + li {
    border-top: 1px solid rgba(128, 137, 150, 0.1);
    padding-top: 10px;
    margin-top: 10px;
  }
  .sidebar-list .list-items li .icon-element {
    margin-left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    display: inline-block;
  }

  /*====== sidebar-about =====*/
  .sidebar-about-img {
    position: relative;
  }
  .sidebar-about-img img {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .sidebar-about-img p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  .sidebar-about-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #287dfa;
    opacity: 0.4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }

  /*====== single-content-sidebar =====*/
  .single-content-sidebar {
    margin-top: -115px;
    position: relative;
    z-index: 1;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-content-sidebar {
      margin-top: 30px;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-content-sidebar {
      margin-top: 30px;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .single-content-sidebar {
      margin-top: 30px;
    }
  }

  /*====== single-content-widget =====*/
  .single-content-widget {
    border: 1px solid rgba(128, 137, 150, 0.2);
    padding: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.03);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.03);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.03);
  }
  .single-content-widget:last-child {
    border-bottom: 1px solid rgba(128, 137, 150, 0.2);
  }
  @media (max-width: 320px) {
    .single-content-widget .rating-stars {
      flex-wrap: wrap;
    }
  }
  @media (max-width: 320px) {
    .single-content-widget .rating-stars li span {
      margin-left: 0 !important;
    }
  }

  /*====== enquiry-forum =====*/
  .enquiry-forum .form-box {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    background-color: transparent;
  }
  .enquiry-forum .form-content {
    padding: 0;
  }
  .enquiry-forum .custom-checkbox label {
    font-size: 13px;
    line-height: 20px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .enquiry-forum .custom-checkbox label {
      line-height: 27px;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .enquiry-forum .custom-checkbox label {
      line-height: 27px;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .enquiry-forum .custom-checkbox label {
      line-height: 27px;
    }
  }
  .enquiry-forum .custom-checkbox input[type=checkbox]:not(:checked) + label:after,
  .enquiry-forum .custom-checkbox input[type=checkbox]:checked + label:after {
    top: 4px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .enquiry-forum .custom-checkbox input[type=checkbox]:not(:checked) + label:after,
    .enquiry-forum .custom-checkbox input[type=checkbox]:checked + label:after {
      top: 1px;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .enquiry-forum .custom-checkbox input[type=checkbox]:not(:checked) + label:after,
    .enquiry-forum .custom-checkbox input[type=checkbox]:checked + label:after {
      top: 1px;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .enquiry-forum .custom-checkbox input[type=checkbox]:not(:checked) + label:after,
    .enquiry-forum .custom-checkbox input[type=checkbox]:checked + label:after {
      top: 1px;
    }
  }

  /*====== sidebar-book-title-wrap =====*/
  .sidebar-book-title-wrap h3 {
    font-size: 15px;
    font-weight: 700;
    color: #0d233e;
    text-transform: uppercase;
    margin-bottom: 14px;
  }
  .sidebar-book-title-wrap .text-value {
    color: #287dfa;
    font-size: 28px;
    font-weight: 700;
  }

  /*====== recent-item =====*/
  .recent-item {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
  }
  .recent-item .recent-img {
    margin-right: 13px;
  }
  .recent-item .recent-img img {
    width: 90px;
    height: 90px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .recent-item .recentpost-body .recent__meta {
    font-size: 14px;
    font-weight: 500;
  }
  .recent-item .recentpost-body a {
    color: #0d233e;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .recent-item .recentpost-body a:hover {
    color: #287dfa;
  }
  .recent-item .recentpost-body .recent__link {
    font-size: 15px;
    color: #0d233e;
    font-weight: 600;
    line-height: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .recent-item .recentpost-body .recent__link:hover {
    color: #287dfa;
  }

  /*==== gmaps ======*/
  .gmaps iframe {
    width: 100%;
    height: 450px;
    border: 0;
  }

  #singleMap,
  #map,
  .map {
    width: 100%;
    height: 465px;
  }

  /*==== leaflet-bar ======*/
  .leaflet-bar {
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
  }
  .leaflet-bar a {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-bottom: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    margin-bottom: 4px;
    font-size: 20px;
  }
  .leaflet-bar a:hover {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-bottom: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #287dfa;
    color: #fff;
  }

  /*-========= select02 style  ==========-*/
  .select2-dropdown .select2-search {
    padding: 8px;
  }
  .select2-dropdown .select2-search__field {
    border-radius: 6px;
  }
  .select2-dropdown .select2-results__option--highlighted {
    background-color: initial !important;
    color: #287dfa !important;
  }
  .select2-dropdown .select2-results__option--selected {
    background: #287dfa !important;
    color: #fff !important;
  }

  .select2-container--default {
    width: auto !important;
    background-color: #fff;
    color: #0d233e;
    border-radius: 6px;
  }
  .select2-container--default .select2-dropdown {
    border-color: rgba(127, 136, 150, 0.2);
    z-index: 99 !important;
  }
  .select2-container--default .selection .select2-selection--single {
    background-clip: padding-box !important;
    border: none;
    padding: 10px 20px;
    position: relative;
    height: 37px;
    background: none;
    border-radius: 6px;
    /* font-size: 13px; */
    align-items: center;
    justify-content: space-between;
    display: flex;
  }
  .select2-container--default .selection .select2-selection__rendered {
    color: #5d646d;
    font-weight: 400;
    /* font-size: 13px; */
  }
  .select2-container--default .selection .select2-selection__arrow {
    position: relative;
  }

  .select2-container--open {
    z-index: 9999 !important;
  }

  /*========= select2-full-wrapper =========*/
  .select2-container-wrapper .select2-container--default {
    width: 100% !important;
    height: 50px !important;
  }
  .select2-container-wrapper .select2-container--default .select2-dropdown {
    border-color: rgba(127, 136, 150, 0.2);
    z-index: 99 !important;
  }
  .select2-container-wrapper .select2-container--default .select2-dropdown .select2-search__field {
    border-color: rgba(127, 136, 150, 0.2);
  }
  .select2-container-wrapper .select2-container--default .selection .select2-selection--single {
    height: 50px;
    border: 1px solid rgba(128, 137, 150, 0.2);
  }
  .select2-container-wrapper .select2-container--open .select2-selection--single {
    border: 1px solid #287dfa !important;
  }

  /*====================================================
      footer-area
   ====================================================*/
  .footer-area {
    position: relative;
    z-index: 1;
  }
  .footer-area:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-image: url("../images/color-bg3.png"); */
    background-size: cover;
    background-position: center;
    opacity: 0.2;
  }

  /*===== footer-item =======*/
  .footer-item {
    position: relative;
    margin-bottom: 50px;
  }
  .footer-item .footer__desc a {
    color: #0d233e;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .footer-item .footer__desc a:hover {
    color: #287dfa;
  }
  .footer-item .contact-form-action .form-control {
    border: none;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  }

  /*==== term-box =====*/
  .term-box {
    margin-bottom: 0;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .term-box .list-items {
      -ms-flex-pack: center !important;
      justify-content: center !important;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .term-box .list-items {
      -ms-flex-pack: center !important;
      justify-content: center !important;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .term-box .list-items {
      -ms-flex-pack: center !important;
      justify-content: center !important;
    }
  }
  @media (max-width: 375px) {
    .term-box .list-items {
      display: block !important;
      text-align: center;
    }
  }
  .term-box .list-items li {
    margin-right: 12px;
    padding-right: 12px;
    position: relative;
    margin-bottom: 0;
  }
  @media (max-width: 375px) {
    .term-box .list-items li {
      display: inline-block;
    }
  }
  .term-box .list-items li:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .term-box .list-items li:last-child::before {
    display: none;
  }
  .term-box .list-items li::before {
    position: absolute;
    content: "";
    bottom: 10px;
    right: 0;
    width: 4px;
    height: 4px;
    background-color: rgba(128, 137, 150, 0.4);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }

  /*===== footer-social-box =======*/
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-social-box {
      text-align: center !important;
      padding-top: 20px;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .footer-social-box {
      text-align: center !important;
      padding-top: 20px;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .footer-social-box {
      text-align: center !important;
      padding-top: 20px;
    }
  }

  /*===== footer-area =======*/
  .footer-area .section-block {
    background-color: rgba(128, 137, 150, 0.1);
  }
  .footer-area .cta-svg {
    bottom: auto;
    top: -100px;
  }

  /*===== copy-right =======*/
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .copy-right {
      text-align: center;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .copy-right {
      text-align: center;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .copy-right {
      text-align: center;
    }

  }

  /*===== copy__desc =======*/
  .copy__desc {
    font-size: 15px;
  }
  .copy__desc a {
    color: #5d646d;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .copy__desc a:hover {
    color: #287dfa;
  }
  .copy__desc span {
    animation: heartBeat 1000ms infinite linear;
    /* color: #287dfa; */
  }

  /*===== copy-right-content =======*/
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .copy-right-content {
      -ms-flex-pack: center !important;
      justify-content: center !important;
      text-align: center !important;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .copy-right-content {
      -ms-flex-pack: center !important;
      justify-content: center !important;
      text-align: center !important;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .copy-right-content {
      -ms-flex-pack: center !important;
      justify-content: center !important;
      text-align: center !important;
    }
  }
  @media (min-width: 992px) {
    .main-top-bar{
      top: 42px !important;
    }
    .mr-bottom42{
      margin-bottom:72px ;
    }
}
@media (max-width: 991.98px) {
  .main-top-bar{
    top: 0px !important;
  }
  .mr-bottom42{
    margin-bottom:2px ;
  }
}


.custom-top-bar{
    top: 0px !important;
    color: #FFFFFF;
    background: transparent linear-gradient(90deg, #0cb670 0%, #333333 100%) 0% 0% no-repeat padding-box;
}

.social-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 25px; /* Set width */
    height: 25px; /* Set height */
    border-radius: 50%; /* Make it circular */
    background-color: white; /* Background color */
    color: #0cb670; /* Icon color */
    text-decoration: none; /* Remove underline */
    transition: background-color 0.3s; /* Smooth transition */
}
.social-icon:hover {
    background-color: #f0f0f0; /* Change background on hover */
}
.bt-bg-primary{
    background: #0cb670 !important;
    border-color: #0cb670 !important;
}

.pb-9 {
    padding-bottom: 11rem !important;
}

.pt-7 {
    padding-top: 4rem !important;
}
.mt-n8 {
    margin-top: -18.5rem;
}

.nav-link{
    background: transparent;
    color: #161F24 !important;
    border: 0 !important;
    border-bottom: 3px solid transparent;
    font-weight: 600;
    /* padding: 0.6rem 0.75rem !important; */
    /* padding-bottom: 21px !important; */
    position: relative;
    white-space: nowrap;

    /* &.active {
        background: transparent;
        color: #0cb670 !important;
        border: 0;
        border-bottom: 3px solid #0cb670 !important;
    } */
}
/* #navbar-nav .nav-link{
  &.active {
    background: transparent;
    color: #0cb670 !important;
    border: 0;
    border-bottom: 3px solid #0cb670 !important;
}
} */
.flight-nav .nav-link{
  height: 70px;
}
.navbar-nav .nav-link {
  font-weight: 500;
}
.nav-tabs .nav-link.active::after,.navbar-nav .nav-link.active::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 56%;
  transform: translateX(-50%);
  width: 100%;
  height: 4px;
  background-color: #0cb670;
  border-radius: 2px;
}

.navbar-nav .nav-link.active::after{
  bottom: -3px;
  left: 48%;

}
   .nav-pills-shadow{
       .nav-item{
           padding: 0 !important;
           border-bottom: 0 !important;
       }
       .nav-link:hover{
           border: 0;
       }
       .nav-link{
           padding: 0.5rem 0.8rem !important;
           color: #0cb670;
           font-weight: 500;
           border-radius: 0;
           white-space: nowrap;
           background-color: transparent;
           border: 1px solid transparent;
           &:hover{
               color: #0cb670 !important;
               border: 0;
           }
           &.active{
               color: #0cb670 !important;
               background-color: #fff;
               border: 1px solid #fff;
           }
           &:focus-visible{
               outline: none !important;
           }
       }
   }
.nav-pills-primary-soft.flex-column{
    .nav-item{
        margin-bottom: 3px;
        margin-right: 0;
    }
}
.nav-item > .nav-link >a:hover {
    color: #0cb670 !important;
    border: 0;
}

.primary-btn{
    background: transparent linear-gradient(90deg, #14b670 0%, #0c5130 100%) 0% 0% no-repeat padding-box;
    border-radius: 25px;
    border-color: aliceblue;
    padding: 10px 30px 10px 30px;
    font-size: 18px;
    color: #FFFFFF;
    &:hover{
        color: #FFFFFF !important;
    }
}

/*footer*/
.footer-section {
    color: white;
    padding: 60px 0;
    position: relative;
}

.footer-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(220, 20, 20, 0.8);
    z-index: 1;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.logo {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1;
}

.logo span {
    font-size: 3.5rem;
}

.quick-links h3 {
    font-size: 1.5rem;
    margin-bottom: 34px;
    position: relative;
    display: inline-block;
}

.quick-links h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background-color: white;
}

.quick-links ul {
    list-style: none;
    padding: 0;
}

.quick-links ul li {
    margin-bottom: 10px;
}

.quick-links ul li a {
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.quick-links ul li a:hover {
    padding-left: 5px;
    opacity: 0.8;
}

@media (max-width: 767px) {
    .logo-section {
        margin-bottom: 30px;
        text-align: center;
    }

    .quick-links {
        margin-top: 20px;
        text-align: center;
    }

    .quick-links h3::after {
        left: 50%;
        transform: translateX(-50%);
    }
}
.logo-section img{
    height: 71px;
}

/*faq*/

.faq-area {
    padding-top: 4rem;
    padding-bottom: 3rem;
}
/*.section-heading h2 {*/
/*    font-weight: 700;*/
/*    margin-bottom: 1rem;*/
/*}*/
.section-heading p {
    color: #6c757d;
    margin-bottom: 2rem;
}
.faq-item ul {
    list-style: none;
    padding-left: 0;
}
.faq-item ul li {
    cursor: pointer;
    border-radius: 0.375rem;
    padding: 0.5rem 1.5rem;
    /* box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 0.075); */
    transition: background-color 0.3s ease;
}
/*.faq-item ul li:hover {*/
/*    background-color: #e9ecef;*/
/*}*/
.faq-item ul li a {
    text-decoration: none;
    color: #203864;
    display: flex;
    align-items: center;
    font-weight: bold;
}
.faq-item ul li ul {
    margin-top: 0.5rem;
    padding-left: 1rem;
    display: none;
    color: #203864;

}
.faq-item-content li{
    color: #111111;
}
.faq-item ul li.show ul {
    display: block;
}
.toggle-icon {
    font-size: 0.9rem;
    transition: transform 0.3s ease;
    display: inline-block;
    width: 0.9rem;
    text-align: center;
}
.faq-item ul li.show .toggle-icon {
    transform: rotate(180deg);
}
.faq-item ul .show {
    background-color: #e9ecef;
}

.section-bg{
    background: url(assets/images/Rectangle.html);
}
.reservation-section {
    background-color: #f0f8ff;
    padding: 60px 0;
}
.reservation-image {
    max-width: 100%;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.reservation-content h1 {
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
}
.reservation-content p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #555;
}
.btn-reserve {
    background-color: #007bff;
    color: white;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 6px;
    border: none;
    transition: background-color 0.3s ease;
}
.btn-reserve:hover {
    background-color: #0056b3;
    color: white;
}
.success-title{
    color: #222426;
}
.success-details {
    text-align: start;
    box-shadow: 0px 10px 17px #A00C3029;
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 0.8rem;
    /*width: 210px;*/
}
.success-details h3{
    color: #304550;
    font-weight: 400;
    padding-bottom: 8px;
}
.success-details p{
    font-size: 14px;
    line-height: 18px;
}
#paymentTabs.nav-tabs .nav-link.active::after,#paymentTabs.navbar-nav .nav-link.active::after{
    display: none !important;
}

.insurance-plan{
    display: flex ;
    flex-direction: column ;
}
@media (max-width: 991px) {
  .navbar-nav .nav-link.active::after {
    display: none !important;
  }
  .navbar-collapse{
    padding-bottom: 10px;
  }
  .navbar-nav li{
    padding:0 !important;
  }
  .navbar-nav{
    margin-left:0 !important;
  }
}

@media (max-width:375px){

.nav-tabs .nav-link.active::after {
  left: 32%;
  width: 50%;
  height: 3px;
}

}

