/*-----------------------------------------------------------------------------------



=================================================
  Table of Contents
=================================================

	- Basic
	- Helpers Classes
	- Layouts
	- Header
		- Logo
		- Primary Menu
		- Secondary Nav
		- Page Header
	- Recharge & Bill Pages
	- Booking Pages
	- Elements
		- Featured Box
		- Team
		- Accordion & Toggle
		- Tabs
		- Easy Responsive Tab Accordion
		- Custom Background
		- Brands Grid
		- Banner
		- Simple ul
	- Footer
		- Payments Images
		- Newsleter
		- Social Icons
		- Login/Signup Modal Dialog
		- Back to Top
	- Extra

-------------------------------------------------------------------*/
/* =================================== */
/*  Basic Style
/* =================================== */

body {
    background: #e7e9ed;
    color: #000;
    font-family: "Poppins", sans-serif!important;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.8;
  }

  form {
    padding: 0;
    margin: 0;
    display: inline;
  }

  img {
    vertical-align: inherit;
  }

  a, a:focus {
    color: #000;

    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .aaaa {
    color: #fff !important;
  }

  a:hover, a:active {
    color: #0c2f55;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  a:focus, a:active,
  .btn.active.focus,
  .btn.active:focus,
  .btn.focus,
  .btn:active.focus,
  .btn:active:focus,
  .btn:focus,
  button:focus,
  button:active {
    outline: none;
  }

  p {
    line-height: 1.9; text-align: justify;
  }

  blockquote {
    border-left: 5px solid #eee;
    padding: 10px 20px;
  }

  iframe {
    border: 0 !important;
  }

  h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: "Poppins", sans-serif;
  }

  .lead {
    font-size: 1.3em;
    line-height: 1.8;
  }

  /*-------- Preloader --------*/
  #preloader {
    position: fixed;
    z-index: 999999999 !important;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  #preloader [data-loader="dual-ring"] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    display: inline-block;
    content: " ";
    display: block;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #0071cc;
    border-color: #0071cc transparent #0071cc transparent;
    animation: dual-ring 1.2s linear infinite;
  }

  @keyframes dual-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  /* =================================== */
  /*  Helpers Classes
  /* =================================== */
  /* Box Shadow */
  .shadow-md {
    -webkit-box-shadow: 0px 0px 50px -35px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 50px -35px rgba(0, 0, 0, 0.4);
  }

  /* Border Radius */
  .rounded-top-0 {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .rounded-bottom-0 {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .rounded-left-0 {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .rounded-right-0 {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  /* Text Size */
  .text-0 {
    font-size: 11px !important;
    font-size: 0.6875rem !important;
  }

  .text-1 {
    font-size: 12px !important;
    font-size: 0.75rem !important;
  }

  .text-2 {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }

  .text-3 {
    font-size: 16px !important;
    font-size: 1rem !important;
  }

  .text-4 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }

  .text-5 {
    font-size: 21px !important;
    font-size: 1.3125rem !important;
  }

  .text-6 {
    font-size: 24px !important;
    font-size: 1.50rem !important;
  }

  .text-7 {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }

  .text-8 {
    font-size: 32px !important;
    font-size: 2rem !important;
  }

  .text-9 {
    font-size: 36px !important;
    font-size: 2.25rem !important;
  }

  .text-10 {
    font-size: 40px !important;
    font-size: 2.50rem !important;
  }

  .text-11 {
    font-size: 44px !important;
    font-size: 2.75rem !important;
  }

  .text-12 {
    font-size: 48px !important;
    font-size: 3rem !important;
  }

  .text-13 {
    font-size: 52px !important;
    font-size: 3.25rem !important;
  }

  .text-14 {
    font-size: 56px !important;
    font-size: 3.50rem !important;
  }

  .text-15 {
    font-size: 60px !important;
    font-size: 3.75rem !important;
  }

  .text-16 {
    font-size: 64px !important;
    font-size: 4rem !important;
  }

  .text-17 {
    font-size: 72px !important;
    font-size: 4.5rem !important;
  }

  .text-18 {
    font-size: 80px !important;
    font-size: 5rem !important;
  }

  .text-19 {
    font-size: 84px !important;
    font-size: 5.25rem !important;
  }

  .text-20 {
    font-size: 92px !important;
    font-size: 5.75rem !important;
  }

  /* Line height */
  .line-height-07 {
    line-height: 0.7 !important;
  }

  .line-height-1 {
    line-height: 1 !important;
  }

  .line-height-2 {
    line-height: 1.2 !important;
  }

  .line-height-3 {
    line-height: 1.4 !important;
  }

  .line-height-4 {
    line-height: 1.6 !important;
  }

  .line-height-5 {
    line-height: 1.8 !important;
  }

  /* Font Weight */
  .font-weight-100 {
    font-weight: 100 !important;
  }

  .font-weight-200 {
    font-weight: 200 !important;
  }

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

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

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

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

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

  .font-weight-800 {
    font-weight: 800 !important;
  }

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

  /* Opacity */
  .opacity-0 {
    opacity: 0;
  }

  .opacity-1 {
    opacity: 0.1;
  }

  .opacity-2 {
    opacity: 0.2;
  }

  .opacity-3 {
    opacity: 0.3;
  }

  .opacity-4 {
    opacity: 0.4;
  }

  .opacity-5 {
    opacity: 0.5;
  }

  .opacity-6 {
    opacity: 0.6;
  }

  .opacity-7 {
    opacity: 0.7;
  }

  .opacity-8 {
    opacity: 0.8;
  }

  .opacity-9 {
    opacity: 0.9;
  }

  .opacity-10 {
    opacity: 1;
  }

  /* Background light */
  .bg-light {
    background-color: #FFF !important;
  }

  .bg-light-1 {
    background-color: #f9f9fb !important;
  }

  .bg-light-2 {
    background-color: #f8f8fa !important;
  }

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

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

  .bg-light-5 {
    background-color: #ececec !important;
  }

  /* Background Dark */
  .bg-dark {
    background-color: #111418 !important;
  }

  .bg-dark-1 {
    background-color: #191f24 !important;
  }

  .bg-dark-2 {
    background-color: #232a31 !important;
  }

  .bg-dark-3 {
    background-color: #2b343c !important;
  }

  .bg-dark-4 {
    background-color: #38434f !important;
  }

  .bg-dark-5 {
    background-color: #435161 !important;
  }

  /* =================================== */
  /*  Layouts
  /* =================================== */
  #main-wrapper {
    background: #f6f7f8;
     overflow-x: hidden;
  }
  #main-wrapper.boxed {
    max-width: 1200px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  }

  .section {
    position: relative;
    padding: 50px 0px;
  }

  @media only screen and (min-width: 1200px) {
    .container {
      max-width: 1170px !important;
    }
  }
  /* =================================== */
  /*  Header
  /* =================================== */
  #header {
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 35%);
  }
  #header .navbar {
    padding: 0px;
  }
  #header.bg-transparent {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: none;
  }
  #header.header-border .header-row {
    border-bottom: 1px solid rgba(250, 250, 250, 0.3);
  }
  #header .logo {
    position: relative;
    float: left;
    margin-right: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  #header .header-row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    max-height: 100%;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  #header .header-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  #header .header-column .header-row {
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
  }

  .navbar-light .navbar-nav .active > .nav-link {
    color: #0c2f55;
  }
  .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show {
    color: #0c2f55;
  }
  .navbar-light .navbar-nav .show > .nav-link {
    color: #0c2f55;
  }

  .primary-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: auto !important;
    -webkit-box-ordinal-group: 0;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .primary-menu.navbar {
    position: inherit;
  }
  .primary-menu ul.navbar-nav > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .primary-menu ul.navbar-nav > li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .primary-menu ul.navbar-nav > li > a {
   /* height: 70px; */
   height: 40px;
    padding-left: 5px;
    padding-right: 5px;
    color: #0c2e53;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative;
  }
  .primary-menu ul.navbar-nav > li:hover > a, .primary-menu ul.navbar-nav > li.active > a {
    color: #0c2e53!important;
    -webkit-transition: all 0.2s ease!important;
    transition: all 0.2s ease;
  }
  .primary-menu ul.navbar-nav > li:hover > a.bg-green, .primary-menu ul.navbar-nav > li.active > a.bg-green {
    color: #ffffff!important;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) {
    padding: 5px 0px;
    background-color: transparent;
    color: #777;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-bottom: 1px solid #ccc;
  }
  .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn) {
    color: #0071cc;
    padding-left: 5px;
      background-color: #eee;

  }
  .primary-menu ul.navbar-nav > li.dropdown:hover > a:after {
    clear: both;
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #ff4c00 transparent;
    position: absolute;
    border-width: 0px 7px 6px 7px;
    bottom: 0px;
    left: 50%;
    margin: 0 0 0 -5px;
    z-index: 1022;
  }
  .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu {
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.176);
    /*box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.176); */
    box-shadow: 0 0 10px #969494;
    border: 1px solid #aaa;
    border-top: 3px solid #ff4c00;
    padding: 10px 10px;
    min-width: 230px;
    margin: 0;
    font-size: 13px;
    font-size: 0.8125rem;
    z-index: 1021;
    border-radius:10px;
  }
  .primary-menu .dropdown-menu-right {
    left: auto !important;
    right: 100% !important;
  }
  .primary-menu ul.navbar-nav > li.dropdown-mega {
    position: static;
  }
  .primary-menu ul.navbar-nav > li.dropdown-mega > .dropdown-menu {
    width: 100%;
    padding: 20px 20px;
    margin-left: 0px !important;
  }
  .primary-menu ul.navbar-nav > li.dropdown-mega .dropdown-mega-content > .row > div {
    border-right: 1px solid #eee;
    padding: 10px 5px 10px 30px;
  }
  .primary-menu ul.navbar-nav > li.dropdown-mega .dropdown-mega-content > .row > div:last-child {
    border-right: 0;
  }
  .primary-menu ul.navbar-nav > li.dropdown-mega .sub-title {
    display: block;
    font-size: 15px;
    margin-top: 1rem;
    padding-bottom: 5px;
  }
  .primary-menu ul.navbar-nav > li.dropdown-mega .dropdown-mega-submenu {
    list-style-type: none;
    padding-left: 0px;
  }
  .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
    left: 100%;
    margin-top: -40px;
  }
  .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-toggle:after {
    border-top: .4em solid transparent;
    border-right: 0;
    border-bottom: 0.4em solid transparent;
    border-left: 0.4em solid;
  }
  .primary-menu ul.navbar-nav > li.dropdown .dropdown-toggle .arrow {
    position: absolute;
    min-width: 30px;
    height: 100%;
    right: 0px;
    top: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .primary-menu ul.navbar-nav > li.dropdown .dropdown-toggle .arrow:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    border-color: #000;
    border-top: 1px solid;
    border-right: 1px solid;
    width: 6px;
    height: 6px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .primary-menu .dropdown-toggle:after {
    content: none;
  }
  .primary-menu ul.navbar-nav > li.login-signup > a {
    position: relative;
  }
  /*.primary-menu ul.navbar-nav > li.login-signup > a:before {
    content: '';
    position: absolute;
    display: block;
    border-left: 1px solid #d6dde4;
    height: 24px;
    left: 0;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }*/
  .primary-menu ul.navbar-nav > li.login-signup > a span {
  /*  background:#ff4c00;*/
    color: #fff;
    border-radius: 100%;
    width: 34px;
    height: 34px;
    vertical-align: middle;
    line-height: 34px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
    margin-left: 0.4rem;
  }

  .header-text-light .navbar-toggler span {
    background: #fff;
  }

  @media (min-width: 992px) {
    .header-text-light .primary-menu ul.navbar-nav > li > a {
      color: rgba(250, 250, 250, 0.8);
    }
    .header-text-light .primary-menu ul.navbar-nav > li.login-signup > a span {
      background: rgba(250, 250, 250, 0.4);
    }
    .header-text-light .primary-menu ul.navbar-nav > li.login-signup > a:before {
      border-color: rgba(250, 250, 250, 0.35);
    }
    .header-text-light .primary-menu ul.navbar-nav > li:hover > a, .header-text-light .primary-menu ul.navbar-nav > li.active > a {
      color: #fff;
    }
  }
  .primary-menu.nav-dark-dropdown ul.navbar-nav > li.dropdown .dropdown-menu {
    background-color: #252A2C;
    color: #fff;
    border-color: #252A2C;
  }
  .primary-menu.nav-dark-dropdown ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
    background-color: #272c2e;
  }
  .primary-menu.nav-dark-dropdown ul.navbar-nav > li.dropdown:hover > a:after {
    border-color: transparent transparent #252A2C transparent;
  }
  .primary-menu.nav-dark-dropdown ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) {
    color: #a3a2a2;
  }
  .primary-menu.nav-dark-dropdown ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn) {
    color: #fff;
  }
  .primary-menu.nav-dark-dropdown ul.navbar-nav > li.dropdown-mega .dropdown-mega-content > .row > div {
    border-color: #3a3a3a;
  }
  .primary-menu.nav-primary-dropdown ul.navbar-nav > li.dropdown .dropdown-menu {
    background-color: #0071cc;
    color: #fff;
    border-color: #0071cc;
  }
  .primary-menu.nav-primary-dropdown ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
    background-color: #0071cc;
  }
  .primary-menu.nav-primary-dropdown ul.navbar-nav > li.dropdown:hover > a:after {
    border-color: transparent transparent #0071cc transparent;
  }
  .primary-menu.nav-primary-dropdown ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) {
    color: rgba(250, 250, 250, 0.8);
  }
  .primary-menu.nav-primary-dropdown ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn) {
    color: #fff;
  }
  .primary-menu.nav-primary-dropdown ul.navbar-nav > li.dropdown-mega .dropdown-mega-content > .row > div {
    border-color: rgba(250, 250, 250, 0.2);
  }

  @media (max-width: 991px) {
    #header .nav-dark-dropdown.primary-menu:before, .primary-menu.nav-dark-dropdown ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
      background-color: #252A2C;
    }

    #header .nav-primary-dropdown.primary-menu:before {
      background-color: #0071cc;
    }

    .primary-menu.nav-primary-dropdown ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
      background-color: #0071cc;
    }
    .primary-menu.nav-dark-dropdown ul.navbar-nav li {
      border-color: #444;
    }
    .primary-menu.nav-dark-dropdown ul.navbar-nav > li > a {
      color: #a3a2a2;
    }
    .primary-menu.nav-dark-dropdown ul.navbar-nav > li:hover > a {
      color: #fff;
    }
    .primary-menu.nav-primary-dropdown ul.navbar-nav li {
      border-color: rgba(250, 250, 250, 0.2);
    }
    .primary-menu.nav-primary-dropdown ul.navbar-nav > li > a {
      color: rgba(250, 250, 250, 0.8);
    }
    .primary-menu.nav-primary-dropdown ul.navbar-nav > li:hover > a {
      color: #fff;
    }
  }
  @media (min-width: 992px) {
    .navbar-toggler {
      display: none;
    }

    .primary-menu ul.navbar-nav > li + li {
      margin-left: 2px;
    }
    .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn) {
      /*margin-left: 5px; */
    }
    .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a .arrow {
      right: -3px;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
    }
    .primary-menu ul.navbar-nav > li.dropdown > .dropdown-toggle .arrow {
      display: none;
    }
    .primary-menu ul.navbar-nav > li.dropdown-mega .sub-title:first-child {
      margin-top: 0px;
    }
  }
  @media (max-width: 991px) {
    /* Mobile Menu Button */
    .navbar-toggler {
      width: 25px;
      height: 30px;
      padding: 10px;
      margin: 18px 10px;
      position: relative;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
      cursor: pointer;
      display: block;
    }
    .navbar-toggler span {
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      background: #3c3636;
      border-radius: 2px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: 0.25s ease-in-out;
      transition: 0.25s ease-in-out;
    }
    .navbar-toggler span:nth-child(1) {
      top: 6px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center;
    }
    .navbar-toggler span:nth-child(2) {
      top: 12px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center;
    }
    .navbar-toggler span:nth-child(3) {
      top: 18px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center;
    }
    .navbar-toggler.open span:nth-child(1) {
      top: 5px;
      left: 4px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    .navbar-toggler.open span:nth-child(2) {
      width: 0%;
      opacity: 0;
    }
    .navbar-toggler.open span:nth-child(3) {
      top: 21px;
      left: 4px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }

    #header .primary-menu {
      position: absolute;
      top: 24%;
      right: 46;
      background: transparent;
      margin-top: 0px;
      z-index: 1000;
    }
    /*#header .primary-menu:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      width: 100vw;
      height: 100%;
      background: #fff;
      z-index: -1;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    }*/
    #header .primary-menu > div {
      overflow: hidden;
      overflow-y: auto;
      max-height: 65vh;
      margin: 18px 0;
    }

    .primary-menu ul.navbar-nav li {
      display: block;
      border-bottom: 1px solid #eee;
      margin: 0;
      padding: 0;
    }
    .primary-menu ul.navbar-nav li:last-child {
      border: none;
    }
    .primary-menu ul.navbar-nav li.dropdown > .dropdown-toggle > .arrow.open:after {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg);
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
    }
    .primary-menu ul.navbar-nav > li > a {
      height: auto;
      padding: 8px 0;
      position: relative;
    }
    .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) {
      padding: 8px 0;
      position: relative;
    }
    .primary-menu ul.navbar-nav > li.dropdown:hover > a:after {
      content: none;
    }
    .primary-menu ul.navbar-nav > li.dropdown .dropdown-toggle .arrow:after {
      -webkit-transform: translate(-50%, -50%) rotate(134deg);
      transform: translate(-50%, -50%) rotate(134deg);
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
    }
    .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu {
      margin: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      border: none;
      padding: 0px 0px 0px 15px;
    }
    .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
      margin: 0;
    }
    .primary-menu ul.navbar-nav > li.dropdown-mega .dropdown-mega-content > .row > div {
      padding: 0px 15px;
    }
    .primary-menu ul.navbar-nav > li.dropdown-mega .sub-title {
      margin-top: 10px;
      display: block;
      padding: 0;
    }
    .primary-menu ul.navbar-nav > li.login-signup > a:before {
      content: none;
    }
  }
  /* Secondary Nav */
  .secondary-nav.nav {
    padding-top: 12px;
    padding-bottom: 0px;
    padding-left: 8px;
  }
  .secondary-nav.nav .nav-link {
    text-align: center;
    font-size: 13px;
    font-size: 0.8125rem;
    margin: 0 10px;
    padding: .6rem 15px;
    color: #8298af;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .secondary-nav.nav .nav-link:hover {
    color: #a6bcd3;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .secondary-nav.nav .nav-item:first-child .nav-link {
    margin-left: 0px;
  }
  .secondary-nav.nav .nav-link span {
    display: block;
    font-size: 30px;
    margin-bottom: 5px;
  }
  .secondary-nav.nav .nav-item .nav-link.active {
    background: #fff;
    color: #0071cc;
    border-radius: 4px 4px 0px 0px;
  }
  .secondary-nav.nav.alternate {
    margin-bottom: 10px;
  }
  .secondary-nav.nav.alternate .nav-link {
    padding: .3rem 15px;
  }
  .secondary-nav.nav.alternate .nav-item .nav-link.active {
    background-color: transparent;
    color: #fff;
    border-bottom: 3px solid #0071cc;
  }

  @media (max-width: 1199px) {
    .secondary-nav.nav {
      flex-wrap: nowrap;
      overflow: hidden;
      overflow-x: auto;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      -webkit-overflow-scrolling: touch;
    }
  }
  /* Page Header */
  .page-header {
    margin: 0 0 30px 0;
    padding: 19px 0 !important;
  }

  .page-header .breadcrumb {
    background: none;
    margin: 0 0 8px 2px;
    padding: 0;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page-header .breadcrumb > li {
    display: inline-block;
    font-size: 14px;
    text-shadow: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .page-header .breadcrumb > li + li:before {
    color: inherit;
    opacity: 0.7;
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    padding: 0 7px 0 5px;
    font-weight: 900;
  }
  .page-header .breadcrumb > li a {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .page-header .breadcrumb > li a:hover {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .page-header.page-header-text-light {
    color: #fff;
  }
  .page-header.page-header-text-light h1 {
    color: #fff;
  }
  .page-header.page-header-text-light .breadcrumb > li {
    color: rgba(250, 250, 250, 0.8);
  }
  .page-header.page-header-text-light .breadcrumb > li a {
    color: rgba(250, 250, 250, 0.8);
  }
  .page-header.page-header-text-light .breadcrumb > li a:hover {
    color: #fff;
  }
  .page-header.page-header-text-dark h1 {
    color: #0c2f54;
  }
  .page-header.page-header-text-dark .breadcrumb > li {
    color: #707070;
  }
  .page-header.page-header-text-dark .breadcrumb > li a {
    color: #707070;
  }
  .page-header.page-header-text-dark .breadcrumb > li a:hover {
    color: #0071cc;
  }

  /* =================================== */
  /*  Rechare & Bill Payment
  /* =================================== */
  /* View Plans Link */
  .view-plans-link {
    position: absolute;
    right: 0px;
    z-index: 4;
    line-height: 50px;
    padding: 0 15px;
    font-size: 13px;
    text-decoration: underline;
  }

  /* Plans */
  .plans {
    max-height: 380px;
    overflow: hidden;
    overflow-y: auto;
  }
  .plans.page {
    max-height: 617px;
  }
  .plans .table td, .plans .table th {
    padding: 1.8rem;
  }

  /* =================================== */
  /*  Booking
  /* =================================== */
  /*==== Booking Page =====*/
  .travellers-class {
    position: relative;
  }

  .travellers-class-input {
    cursor: pointer;
  }

  .travellers-class-input[readonly] {
    background: #fff;
  }

  .travellers-dropdown {
    position: absolute;
    display: none;
    -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.176);
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.176);
    z-index: 11;
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    min-width: 300px;
    width: 100%;
  }
  .travellers-dropdown .qty .qty-spinner {
    background: none;
    border: none;
    pointer-events: none;
    text-align: center;
    padding: .2rem .2rem;
  }
  .travellers-dropdown .qty .btn {
    padding-top: .2rem;
    padding-bottom: .2rem;
    border-radius: 0.25rem !important;
  }

  @media (max-width: 991px) {
    .travellers-dropdown {
      min-width: inherit;
    }
  }
  .icon-inside {
    position: absolute;
    left: 15px;
    top: calc(50% - 11px);
    pointer-events: none;
    font-size: 18px;
    font-size: 1.125rem;
    color: #c4c3c3;
    z-index: 3;

  }

  .form-control-sm + .icon-inside {
    font-size: 0.875rem !important;
    font-size: 14px;
    top: calc(50% - 13px);
  }

  .flight-list .flight-item, .train-list .train-item, .bus-list .bus-item {
    position: relative;
    border-bottom: 1px solid #e9e9e9;
  }

  .flight-list .flight-item .flight-details .time-info small {
    line-height: 15px;
  }
  .flight-list.round-trip .flight-item .company-info span, .flight-list.round-trip .flight-item .time-info small {
    line-height: 15px;
  }

  .round-trip-fare small {
    line-height: 14px;
  }
  .round-trip-fare .company-info img {
    min-width: 26px;
  }

  .confirm-details .company-info {
    line-height: 15px;
  }
  .confirm-details .company-info img {
    min-width: 26px;
  }
  .confirm-details .time-info small {
    line-height: 15px;
  }

  .promo-code {
    max-height: 90px;
    padding-left: 30px;
  }
  .promo-code li {
    margin-bottom: 10px;
  }

  .train-list .train-item .time-info small, .bus-list .bus-item .time-info small {
    line-height: 15px;
  }

  .date-available {
    border: 1px solid #dee2e6;
    list-style-type: none;
    margin: 0;
    padding: 0;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  .date-available li {
    flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
  }
  .date-available li + li {
    border-left: 1px solid #dee2e6;
  }

  body {
    position: relative;
  }

  .location-brief-line {
    position: absolute;
    top: 7px;
    bottom: -31px;
    left: 1px;
    width: 5px;
    border-right: 2px solid #cbd7e0;
  }

  .location-brief-pickup {
    background: #cbd7e0;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    display: inline-block;
    position: absolute;
    left: 0px;
  }

  .location-brief-dropoff {
    background: #cbd7e0;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    display: inline-block;
    position: absolute;
    left: 0px;
    bottom: 0px;
  }

  /*==== Hotels & Cars =====*/
  .hotels-list .hotels-item, .car-list .car-item {
    position: relative;
    margin-bottom: 1rem;
  }

  .hotels-amenities span, .car-features span {
    margin-right: .7rem;
    color: rgba(0, 0, 0, 0.4) !important;
  }

  .hotels-amenities span.cf {
    color: rgba(0, 0, 0, 0.5) !important;
    border-color: rgba(0, 0, 0, 0.3) !important;
    line-height: normal;
  }
  .hotels-amenities span.disabled {
    color: rgba(0, 0, 0, 0.1) !important;
    cursor: not-allowed;
  }

  .hotels-amenities-detail {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hotels-amenities-detail span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #888;
  }

  .reviews .reviews-score {
    background: #3FC299;
  }

  .review-tumb {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }

  @media (max-width: 991px) {
    .flight-list .flight-item .flight-details .nav-tabs .nav-item .nav-link {
      font-size: 0.875rem;
      padding: .5rem 0.5rem;
    }

    .round-trip-fare .price {
      font-size: 18px !important;
    }

    .round-trip-fare .time-info span {
      font-size: 15px !important;
    }

    .confirm-details .date {
      font-size: 14px !important;
    }
    .confirm-details .trip-title .trip-arrow {
      font-size: 31px !important;
    }
    .confirm-details .trip-title .trip-place {
      font-size: 15px !important;
    }

    .train-list .train-item .time-info .duration, .bus-list .bus-item .time-info .duration {
      font-size: 13px !important;
    }

    .train-list .train-item .train-name, .bus-list .bus-item .operator-name {
      font-size: 15px !important;
    }
  }
  @media (max-width: 575px) {


    .flight-list:not(.round-trip) .flight-item .company-info span {
      line-height: 15px;
    }
    .flight-list:not(.round-trip) .flight-item .time-info span {
      font-size: 12px !important;
    }
    .flight-list:not(.round-trip) .flight-item .price {
      font-size: 13px !important;
    }
    .flight-list:not(.round-trip) .flight-item .btn-book .btn {
      width: 100%;
      margin-top: 5px;
    }
    .flight-list:not(.round-trip) .flight-item .flight-details .time-info span {
      font-size: 22px !important;
    }
    .flight-list .flight-item .flight-details .trip-title .trip-place {
      font-size: 15px !important;
    }
    .flight-list .flight-item .flight-details .trip-title .trip-arrow {
      font-size: 31px !important;
    }

    .round-trip-fare .price {
      font-size: 16px !important;
    }
    .round-trip-fare .time-info span {
      font-size: 13px !important;
    }

    .confirm-details .trip-title .trip-arrow {
      font-size: 22px !important;
    }
    .confirm-details .date {
      font-size: 13px !important;
    }
  }
  /* =================================== */
  /*  Elements
  /* =================================== */
  /* Featured Box */
  .featured-box {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .featured-box h3, .featured-box h4 {
    font-size: 1.25rem;
    margin-bottom: 10px;
    font-weight: 500;
  }
  .featured-box .featured-box-icon {
    display: inline-block;
    font-size: 35px;
    height: 45px;
    line-height: 45px;
    padding: 0;
    width: 45px;
    margin-top: 0;
    margin-bottom: 12px;
    color: #546d89;
    border-radius: 0;
  }
  .featured-box.style-1, .featured-box.style-2, .featured-box.style-3 {
    padding-left: 50px;
    padding-top: 8px;
  }
  .featured-box.style-1 .featured-box-icon, .featured-box.style-2 .featured-box-icon, .featured-box.style-3 .featured-box-icon {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
    font-size: 30px;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    text-align: center;
  }
  .featured-box.style-2 p {
    margin-left: -50px;
  }
  .featured-box.style-3 {
    padding-left: 90px;
    padding-top: 0px;
  }
  .featured-box.style-3 .featured-box-icon {
    width: 65px;
    height: 65px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .featured-box.style-4 {
    text-align: center;
  }
  .featured-box.style-4 .featured-box-icon {
    margin: 0 auto 24px;
    margin: 0 auto 1.5rem;
    width: 110px;
    height: 110px;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.03);
  }
  .featured-box.style-4 .featured-box-icon i.fa, .featured-box.style-4 .featured-box-icon i.fas, .featured-box.style-4 .featured-box-icon i.far, .featured-box.style-4 .featured-box-icon i.fal, .featured-box.style-4 .featured-box-icon i.fab {
    font-size: 46.4px;
    font-size: 2.9rem;
    margin: 0 auto;
  }

  /* Team */
  .team {
    text-align: center;
    margin-bottom: 15px;
    padding: 15px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .team:hover {
    -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .team img {
    margin-bottom: 20px;
  }
  .team h3 {
    font-size: 18px;
    margin-bottom: 0px;
  }
  .team p {
    margin-bottom: 0.5rem;
  }

  /* Accordion & Toggle */
  .accordion .card {
    border: none;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
    background-color: transparent;
  }
  .accordion .card-header {
    padding: 0;
    border: none;
    background: none;
  }
  .accordion .card-header a {
    font-size: 14px;
   padding: 20px 20px 20px 20px;
    display: block;
    border-radius: 4px;
    position: relative;
  }
  .accordion:not(.accordion-alternate) .card-header a {
    background-color: #ff4c00;
    color: #fff;
  }
  .accordion:not(.accordion-alternate) .card-header a.collapsed {
    background-color: #f1f2f4;
    color: #535b61;
  }
  .accordion .card-header a:before {
    position: absolute;
    content: " ";
    right: 20px;
    top: calc(50% + 2px);
    width: 8px;
    height: 8px;
    border-color: #CCC;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .accordion .card-header a.collapsed:before {
    top: calc(50% - 2px);
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
  }
  .accordion .card-body {
    line-height: 26px;
    padding: 10px 10px 10px 10px;
  }
  .accordion.accordion-alternate .card {
    margin: 0;
  }
  .accordion.accordion-alternate .card-header a {
    padding-left: 1.25rem;
    border-top: 1px solid #e4e9ec;
    border-radius: 0px;
  }
  .accordion.accordion-alternate .card:first-of-type .card-header a {
    border-top: 0px;
  }
  .accordion.accordion-alternate .card-header a:before {
    left: 5px;
  }
  .accordion.accordion-alternate .card-header a.collapsed {
    color: #535b61;
  }
  .accordion.accordion-alternate .card-body {
    padding: 0rem 0 1rem 1.25rem;
  }
  .accordion.toggle .card-header a:before {
    content: "-";
    border: none;
    font-size: 20px;
    height: auto;
    top: 50%;
    width: auto;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .accordion.toggle .card-header a.collapsed:before {
    content: "+";
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .accordion.accordion-alternate.style-2 .card-header a {
    padding-left: 0px;
  }
  .accordion.accordion-alternate.style-2 .card-header a:before {
    right: 2px;
    left: auto;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
    top: 50%;
  }
  .accordion.accordion-alternate.style-2 .card-header a.collapsed:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .accordion.accordion-alternate.style-2 .card-body {
    padding-left: 0px;
    overflow-x: hidden;
  }
  .accordion.accordion-alternate.popularRoutes .card-header .nav {
    margin-top: 3px;
  }
  .accordion.accordion-alternate.popularRoutes .card-header .nav a {
    font-size: 14px;
  }
  .accordion.accordion-alternate.popularRoutes .card-header a {
    padding: 0px 8px 0px 0px;
    border: none;
    font-size: inherit;
  }
  .accordion.accordion-alternate.popularRoutes .card-header a:before {
    content: none;
  }
  .accordion.accordion-alternate.popularRoutes .card-header h5 {
    cursor: pointer;
  }
  .accordion.accordion-alternate.popularRoutes .card-header h5:before {
    position: absolute;
    content: " ";
    right: 0px;
    top: 24px;
    width: 10px;
    height: 10px;
    opacity: 0.6;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .accordion.accordion-alternate.popularRoutes .card-header h5.collapsed:before {
    top: 24px;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
  }
  .accordion.accordion-alternate.popularRoutes .card-body {
    padding: 0;
  }
  .accordion.accordion-alternate.popularRoutes .card {
    border-bottom: 2px solid #e4e9ec;
    padding: 15px 0px;
  }
  .accordion.accordion-alternate.popularRoutes .routes-list {
    margin: 1rem 0px 0px 0px;
    padding: 0px;
    list-style: none;
  }
  .accordion.accordion-alternate.popularRoutes .routes-list a {
    color: inherit;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .accordion.accordion-alternate.popularRoutes .routes-list a:hover {
    color: #0071cc;
    text-decoration: underline;
  }



  /* Tabs */
  .nav-tabs {
    border-bottom: 1px solid #d7dee3;
  }

  .nav-tabs .nav-item .nav-link {

      border-right: 0px;
      background-color: #f6f7f8;
      font-size: 14px;
      /*padding: 0.75rem 1rem; */
      color: #535b61;
      padding-top: 10px;
      padding-bottom: 10px
  }

  .nav-tabsa .nav-itema .nav-linka {
    border: 0;
    background: transparent;
    font-size: 1rem;
    position: relative;
    border-radius: 0;
    color: #fff;
    white-space: nowrap !important;
    padding:10px !important;
  }

  .nav-tabsa .nav-itema .nav-linka.active {
    color: #81c245;
  }

  .nav-tabs .nav-item .nav-link.active {
    color:#1e7e34 !important;
    font-weight: 500;
  }

   .ligrid .nav-item .nav-link.active:before {
    height: 2px;
    width: 100%;
    content: ' ';
   /*background-color: red; */
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  .ligrid{
      border-bottom:0px !important;
  }


  .nav-tabs .nav-item .nav-link.active:after {
    height: 2px;
    width: 100%;
    content: ' ';
    /* background-color: #e86f56; */
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  .nav-tabsa .nav-itema .nav-linka.active:after {
    height: 2px;
    width: 100%;
    content: ' ';
   /* background-color: #81c245; */
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }


  .nav-tabs.flex-column {
    /* border-right: 1px solid #d7dee3; */
    border-bottom: 0px;
    /*padding: 1.5rem 0; */
    padding: 24px 0px 3px;
  }
  .nav-tabs.flex-column .nav-item .nav-link {
      border-bottom: 1px solid #ccc !important;
      border-right: 0px;
      font-size: 14px;
      margin-top:2px;
      color: #535b61;
      padding-left: 10px!important;
  }

  .nav-tabs.flex-column .nav-item:last-child .nav-link { border-bottom: 0px solid #ccc !important; }

  .mailleft{
   padding-left: 26px !important;
  }

  .nav-tabs.flex-column .nav-item .nav-link:hover {
      border-right: 0px;
      background-color: #ff4c00;
      font-size: 14px;
        border-bottom-right-radius:0px;
        border-top-left-radius:0px;
      /*padding: 0.75rem 1rem;*/
      color: #fff !important;
        font-weight:500;
  }


  .nav-tabs.flex-column .nav-item:first-of-type .nav-link {
    border-top-left-radius: 4px;
  }
  .nav-tabs.flex-column .nav-item:last-of-type .nav-link {
    border-bottom-left-radius: 4px;
  }

  .nav-tabs.flex-column .nav-item .nav-link.active {
    background-color: #ff4c00;
    color: #fff !important;
    padding-top:10px;
    padding-bottom:10px;
    border-top-left-radius: 0px;
      border-bottom-right-radius: 0px;
  }


  .nav-tabs.flex-column .nav-item .nav-link.active:after {
    height: 100%;
    width: 2px;
    background: #fff;
    right: 1px;
    left: auto;
  }
  .nav-tabs.flex-column .nav-item .nav-inbox.active {
    background-color: #ff4c00;
    color: #fff !important;
    padding-top:10px;
    padding-bottom:10px;
    border-top-left-radius: 0px;
     border-bottom-right-radius: 11px;
  }
  .nav-tabs.flex-column .nav-item .nav-inbox.active:after {
    height: 100%;
    width: 0px;
    background: #fff;
    right: 0px;
    left: auto;
  }
  .nav-tabs.flex-column .nav-item:last-of-type .nav-inbox {
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 10px;
  }
  .nav-tabs.style-2 {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 4px 4px 0px 0px;
    border: 0px;
  }
  .nav-tabs.style-2 .nav-item {
    margin-bottom: 0px;
  }
  .nav-tabs.style-2 .nav-item .nav-link {
    color: #fff;
    font-size: 13px;
    padding: 0.7rem 1rem;
    text-transform: uppercase;
  }
  .nav-tabs.style-2 .nav-item .nav-link:hover {
    background: rgba(250, 250, 250, 0.2);
  }
  .nav-tabs.style-2 .nav-item .nav-link.active, .nav-tabs.style-2 .nav-item .nav-link:hover.active {
    background: #0071cc;
  }
  .nav-tabs.style-2 .nav-item .nav-link.active:after {
    content: none;
  }
  .nav-tabs.style-3 {
    border: none;
    margin-bottom: 8px;
  }
  .nav-tabs.style-3.border-bottom {
    border-bottom: 1px solid rgba(250, 250, 250, 0.3) !important;
  }
  .nav-tabs.style-4.border-bottom {
    border-bottom: 1px solid rgba(250, 250, 250, 0.3) !important;
  }
  .nav-tabs.style-3 .nav-item .nav-link {
    color: #8298af;
    margin: 0 10px;
    padding: 0.6rem 0.9375rem;
    text-align: center;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .nav-tabs.style-3 .nav-item:first-child .nav-link {
    margin-left: 0px;
  }
  .nav-tabs.style-3 .nav-item .nav-link.active {
    color: #fff;
  }
  .nav-tabs.style-2 .nav-item .nav-link:hover.active {
    color: #fff;
  }
  .nav-tabs.style-3 .nav-item .nav-link:hover {
    color: #a6bcd3;
  }
  .nav-tabs.style-3 .nav-item .nav-link.active:after {
    height: 3px;
  }
  .nav-tabs.style-3 .nav-item .nav-link span {
    display: block;
    font-size: 30px;
    margin-bottom: 5px;
  }
  .nav-tabs.style-4 {
    border: none;
  }
  .nav-tabs.style-4 .nav-item {
    margin-right: 20px;
  }
  .nav-tabs.style-4 .nav-item .nav-link {
    color: #fff;
    opacity: 0.65;
    filter: alpha(opacity=65);
    text-align: center;
    font-size: 20px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: .7rem;
    font-weight: 500;
  }
  .nav-tabs.style-4 .nav-item .nav-link.active, .nav-tabs.style-4 .nav-item .nav-link:hover.active {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .nav-tabs.style-4 .nav-item .nav-link.active::after {
    content: none;
  }

  .nav-tabs:not(.flex-column) .nav-item {
    margin-bottom: 0px;
  }

  .nav-tabs:not(.flex-column) {
    border-bottom: 1px solid #d7dee3;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }

  @media (max-width: 575px) {
    .nav-tabs .nav-item .nav-link {
      padding-left: 0px;
      padding-right: 0px;
      margin-right: 0px;
      font-size: 0.875rem;
    }



  }
  @media (min-width: 992px) {
    .search-input-2 .form-control {
      border-radius: 0px;
    }
    .search-input-2 .custom-select:not(.custom-select-sm) {
      border-radius: 0px;
      height: calc(3.05rem);
    }
    .search-input-2 .btn {
      border-radius: 0px;
    }
    .search-input-2 .form-group:first-child .form-control, .search-input-2 .form-group:first-child .custom-select {
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
    }
    .search-input-2 .form-group:last-child .btn {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
    }
    .search-input-2 .form-control:focus, .search-input-2 .custom-select:focus {
      box-shadow: none;
      -webkit-box-shadow: none;
    }
    .search-input-2 .form-group .form-control, .search-input-2 .custom-select {
      border-left: none;
      border-top: none;
      border-bottom: none;
    }

    /* CSS hack for Chrome */
  }
  @media screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 0) {
    .search-input-2 .custom-select:not(.custom-select-sm) {
      height: calc(3.00rem);
    }
    .search-input-2 .btn {
      line-height: inherit;
    }
  }
  @media (min-width: 992px) {
    /*  CSS hack for Firfox */
    @-moz-document url-prefix() {
      .search-input-2 .custom-select:not(.custom-select-sm) {
        height: calc(3.05rem);
      }
      .search-input-2 .btn {
        line-height: 1.4;
      }
    }
  }
  .search-input-line .form-control {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid rgba(250, 250, 250, 0.5);
    border-radius: 0px;
    padding-left: 0px !important;
    color: #ccc;
  }
  .search-input-line .form-control::-webkit-input-placeholder {
    color: #ccc;
  }
  .search-input-line .form-control:-moz-placeholder {
    /* FF 4-18 */
    color: #ccc;
  }
  .search-input-line .form-control::-moz-placeholder {
    /* FF 19+ */
    color: #ccc;
  }
  .search-input-line .form-control:-ms-input-placeholder, .search-input-line .form-control::-ms-input-placeholder {
    /* IE 10+ */
    color: #ccc;
  }
  .search-input-line .custom-select {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid rgba(250, 250, 250, 0.5);
    border-radius: 0px;
    padding-left: 0px;
    color: #ccc;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='rgba(250,250,250,0.6)' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 13px 15px;
  }
  .search-input-line .form-control:focus, .search-input-line .custom-select:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  .search-input-line .form-control:not(output):-moz-ui-invalid:not(:focus), .search-input-line .form-control:not(output):-moz-ui-invalid:-moz-focusring:not(:focus) {
    border-bottom: 2px solid #b00708;
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  .search-input-line .icon-inside {
    color: #999;
  }
  .search-input-line select option {
    color: #333;
  }
  .search-input-line .travellers-dropdown input {
    color: #666;
  }

  /* Easy Responsive Tab Accordion */
  .resp-htabs ul.resp-tabs-list {
    margin: 0px;
    padding: 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    border-bottom: 1px solid #d7dee3;
  }

  .resp-tabs-list li {
    padding: .5rem 1rem !important;
    margin: 0;
    list-style: none;
    cursor: pointer;
  }

  h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
  }

  .resp-tab-content {
    display: none;
    padding: 15px;
  }

  .resp-tab-active {
    margin-bottom: -1px !important;
    border-bottom: 2px solid #0071cc;
  }

  .resp-content-active, .resp-accordion-active {
    display: block;
  }

  h2.resp-accordion {
    font-size: 16px;
    color: #777;
    border: 1px solid #e4e9ec;
    border-top: 0px solid #e4e9ec;
    margin: 0px;
    padding: 1rem 1.25rem;
  }
  h2.resp-tab-active {
    border-bottom: 0px solid #e4e9ec !important;
    margin-bottom: 0px !important;
    padding: 1rem 1.25rem !important;
  }
  h2.resp-tab-title:last-child {
    border-bottom: 12px solid #e4e9ec !important;
    background: blue;
  }

  /* Easy Responsive Vertical tabs */
  .resp-vtabs ul.resp-tabs-list {
    margin: 0;
    padding: 0;
  }
  .resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0;
    cursor: pointer;
    font-size: 16px;
    color: #999;
    border: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .resp-vtabs .resp-tabs-list li:hover {
    color: #555;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .resp-vtabs .resp-tabs-list li span {
    font-size: 20px;
    text-align: center;
    width: 30px;
    display: inline-block;
    float: left;
    margin-right: 15px;
  }

  h2.resp-accordion span {
    font-size: 20px;
    text-align: center;
    width: 30px;
    display: inline-block;
    float: left;
    margin-right: 15px;
  }

  .resp-vtabs .resp-tabs-container {
    padding: 0px;
  }
  .resp-vtabs .resp-tab-content {
    border: none;
  }
  .resp-vtabs li.resp-tab-active, .resp-vtabs li.resp-tab-active:hover {
    color: #0071cc;
    -webkit-box-shadow: -5px 0px 24px -18px rgba(0, 0, 0, 0.4);
    box-shadow: -5px 0px 24px -18px rgba(0, 0, 0, 0.4);
    border-radius: 4px 0px 0px 4px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    margin-bottom: 0px !important;
  }

  .resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 6px;
    border-color: #000;
    border-top: 1px solid;
    border-right: 1px solid;
    width: 9px;
    height: 9px;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  h2.resp-tab-active {
    background: #f1f2f4 !important;
    color: #535b61;
  }
  h2.resp-tab-active i.resp-arrow {
    margin-top: 10px;
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  /* Accordion Styles */
  .resp-easy-accordion h2.resp-accordion {
    display: block;
  }
  .resp-easy-accordion .resp-tab-content {
    border: 1px solid #e4e9ec;
  }
  .resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #e4e9ec !important;
  }

  .resp-jfit {
    width: 100%;
    margin: 0px;
  }

  .resp-tab-content-active {
    display: block;
  }

  h2.resp-accordion:first-child {
    border-top: 1px solid #e4e9ec !important;
  }

  @media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
      display: none !important;
    }

    h2.resp-accordion {
      display: block;
    }

    .resp-vtabs .resp-tab-content, .resp-htabs .resp-tab-content {
      border: 1px solid #e4e9ec;
    }

    .resp-vtabs .resp-tabs-container {
      border: none;
      float: none;
      width: 100%;
      min-height: initial;
      clear: none;
    }

    .resp-accordion-closed {
      display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
      border-bottom: 1px solid #e4e9ec !important;
    }
  }
  /* Custom Background */
  .hero-wrap {
    position: relative;
  }
  .hero-wrap .hero-mask, .hero-wrap .hero-bg, .hero-wrap .hero-bg-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .hero-wrap .hero-mask {
    z-index: 1;
  }
  .hero-wrap .hero-content {
    position: relative;
    z-index: 2;
  }
  .hero-wrap .hero-bg-slideshow {
    z-index: 0;
  }
  .hero-wrap .hero-bg {
    z-index: 0;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    transition: background-image 300ms ease-in 200ms;
  }
  .hero-wrap .hero-bg-slideshow .hero-bg {
    background-attachment: inherit;
  }
  .hero-wrap .hero-bg-slideshow.owl-carousel .owl-stage-outer, .hero-wrap .hero-bg-slideshow.owl-carousel .owl-stage, .hero-wrap .hero-bg-slideshow.owl-carousel .owl-item {
    height: 100%;
  }

  /* Brands Grid */
  .brands-grid {
    overflow: hidden;
  }
  .brands-grid > .row > div {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .brands-grid.separator-border > .row > div:after, .brands-grid.separator-border > .row > div:before {
    content: '';
    position: absolute;
  }
  .brands-grid.separator-border > .row > div:after {
    width: 100%;
    height: 0;
    top: auto;
    left: 0;
    bottom: -1px;
    border-bottom: 1px dotted #e0dede;
  }
  .brands-grid.separator-border > .row > div:before {
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 1px dotted #e0dede;
  }
  .brands-grid > .row > div a {
    opacity: 0.7;
    color: #444;
  }
  .brands-grid > .row > div a:hover {
    opacity: 1;
    color: #0071cc;
  }

  /* Banner */
  .banner .item {
    position: relative;
  }
  .banner .item img {
    vertical-align: middle;
  }
  .banner .caption {
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    padding: 15px 20px;
  }
  .banner .caption h2 {
    font-size: 19px;
    color: #fff;
  }
  .banner .caption p {
    color: rgba(250, 250, 250, 0.8);
    margin-bottom: 0px;
  }
  .banner .rounded .banner-mask, .banner .rounded img {
    border-radius: .25rem;
  }
  .banner .banner-mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    backface-visibility: hidden;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.6));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.6));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.01), black);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.01), black);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01), black);
    opacity: 0.7;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .banner .item:hover .banner-mask {
    opacity: 0.95;
    filter: alpha(opacity=99);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  /* Simple ul */
  .simple-ul > li {
    position: relative;
    list-style-type: none;
    line-height: 24px;
  }
  .simple-ul > li:after {
    content: " ";
    position: absolute;
    top: 12px;
    left: -15px;
    border-color: #000;
    border-top: 1px solid;
    border-right: 1px solid;
    width: 6px;
    height: 6px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }

  /* =================================== */
  /*  Footer Styles
  /* =================================== */
  #footer {
    color: #252b33;
    padding: 0px 0px 35px 0px;
    padding: 0 0 2rem 0;
    margin-top: 30px;
  }
  #footer .footer-copyright {
    border-top: 1px solid #e6e9ec;
    padding: 32px 0px 0px;
    margin-top: 2rem;
    margin-top: 32px;
    text-align: center;
  }
  #footer .footer-copyright .nav .nav-item {
    display: inline-block;
    line-height: 12px;
    margin: 0;
    padding: 0 10px;
  }
  #footer .footer-copyright .nav .nav-item .nav-link {
    padding-left: 0;
    padding-right: 0;
    color: #252b33;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #footer .footer-copyright .nav .nav-item .nav-link:focus {
    color: #0071cc;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #footer .footer-copyright .nav .nav-link:hover {
    color: #0071cc;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #footer .footer-copyright .copyright-text {
    color: #67727c;
    margin: 12px 0 0 0;
    padding: 0;
  }

  /* Payments Images */
  .payments-types {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
  }
  .payments-types li {
    margin: 0px 10px 8px 0px;
  }
  .payments-types li a {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 1;
  }
  .payments-types li img {
    display: flex;
  }
  .payments-types li:hover a {
    opacity: 0.8;
  }

  /* Newsleter */
  .newsletter .form-control {
    height: 38px !important;
    font-size: 14px;
  }
  .newsletter .btn {
    height: 38px;
    padding-top: 0;
    padding-bottom: 0px;
    font-size: 14px;
    background: #546d89;
    border-color: #546d89;
  }
  .newsletter .btn:hover {
    background: #415b78;
  }

  /* Social Icons */
  .social-icons {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
  }
  .social-icons li {
    margin: 0px 2px 4px;
    padding: 0;
    border-radius: 100%;
    overflow: visible;
  }
  .social-icons li:last-child {
    margin-right: 0px;
  }
  .social-icons li a {
    background: #3B5998;
    border-radius: 100%;
    display: block;
    height: 30px;
    width: 30px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .social-icons li i {
    line-height: inherit;
  }
  .social-icons.social-icons-sm li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .social-icons.social-icons-lg li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  .social-icons.social-icons-dark li a {
    background: #555;
  }
  .social-icons li:hover a {
    background: #171717;
    color: #FFF;
  }
  .social-icons li:hover.social-icons-twitter a, .social-icons.social-icons-colored li.social-icons-twitter a {
    background: #00ACEE;
  }
  .social-icons li:hover.social-icons-facebook a, .social-icons.social-icons-colored li.social-icons-facebook a {
    background: #3B5998;
  }
  .social-icons li:hover.social-icons-linkedin a, .social-icons.social-icons-colored li.social-icons-linkedin a {
    background: #0E76A8;
  }
  .social-icons li:hover.social-icons-rss a, .social-icons.social-icons-colored li.social-icons-rss a {
    background: #EE802F;
  }
  .social-icons li:hover.social-icons-google a, .social-icons.social-icons-colored li.social-icons-google a {
    background: #DD4B39;
  }
  .social-icons li:hover.social-icons-pinterest a, .social-icons.social-icons-colored li.social-icons-pinterest a {
    background: #cc2127;
  }
  .social-icons li:hover.social-icons-youtube a, .social-icons.social-icons-colored li.social-icons-youtube a {
    background: #C4302B;
  }
  .social-icons li:hover.social-icons-instagram a, .social-icons.social-icons-colored li.social-icons-instagram a {
    background: #3F729B;
  }
  .social-icons li:hover.social-icons-skype a, .social-icons.social-icons-colored li.social-icons-skype a {
    background: #00AFF0;
  }
  .social-icons li:hover.social-icons-email a, .social-icons.social-icons-colored li.social-icons-email a {
    background: #6567A5;
  }
  .social-icons li:hover.social-icons-vk a, .social-icons.social-icons-colored li.social-icons-vk a {
    background: #2B587A;
  }
  .social-icons li:hover.social-icons-xing a, .social-icons.social-icons-colored li.social-icons-xing a {
    background: #126567;
  }
  .social-icons li:hover.social-icons-tumblr a, .social-icons.social-icons-colored li.social-icons-tumblr a {
    background: #34526F;
  }
  .social-icons li:hover.social-icons-reddit a, .social-icons.social-icons-colored li.social-icons-reddit a {
    background: #C6C6C6;
  }
  .social-icons li:hover.social-icons-delicious a, .social-icons.social-icons-colored li.social-icons-delicious a {
    background: #205CC0;
  }
  .social-icons li:hover.social-icons-stumbleupon a, .social-icons.social-icons-colored li.social-icons-stumbleupon a {
    background: #F74425;
  }
  .social-icons li:hover.social-icons-digg a, .social-icons.social-icons-colored li.social-icons-digg a {
    background: #191919;
  }
  .social-icons li:hover.social-icons-blogger a, .social-icons.social-icons-colored li.social-icons-blogger a {
    background: #FC4F08;
  }
  .social-icons li:hover.social-icons-flickr a, .social-icons.social-icons-colored li.social-icons-flickr a {
    background: #FF0084;
  }
  .social-icons li:hover.social-icons-vimeo a, .social-icons.social-icons-colored li.social-icons-vimeo a {
    background: #86C9EF;
  }
  .social-icons li:hover.social-icons-yahoo a, .social-icons.social-icons-colored li.social-icons-yahoo a {
    background: #720E9E;
  }
  .social-icons li:hover.social-icons-googleplay a, .social-icons.social-icons-colored li.social-icons-googleplay a {
    background: #DD4B39;
  }
  .social-icons li:hover.social-icons-apple a, .social-icons.social-icons-colored li.social-icons-apple a {
    background: #000;
  }
  .social-icons.social-icons-colored li:hover a {
    background: #d4d4d4;
  }

  /* Login/Signup Modal Dialog */
  #login-signup .modal-dialog,
  #login-signup-page {
    max-width: 430px;
  }

  /* Back to Top */
  #back-to-top {
    display: none;
    position: fixed;
    z-index: 1030;
    bottom: 8px;
    right: 10px;
    /*background-color: rgba(0, 0, 0, 0.2); */
    background-color: #ff4c00;
    text-align: center;
    color: #fff;
    font-size: 18px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
  }
  #back-to-top:hover {
    background-color: #0071cc;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  @media (max-width: 575px) {
    #back-to-top {
      z-index: 1029;
    }
  }
  /* =================================== */
  /*  Extras
  /* =================================== */
  /* Bootstrap Specific */
  /*.form-control, .custom-select {
    border-color: #d5d3d3;
    font-size: 15px;
    color: #000;
    font-weight:500px !important;
    height: 40px !important;
  }

  .form-control:not(.form-control-sm) {
    height: inherit;
    padding-left:10px!important;
    padding-right:20px;
    height: 40px;
  }*/

  .form-control-sm {
    font-size: 14px;
  }

  select.form-control:not([size]):not([multiple]):not(.form-control-sm) {
    height: auto;
    /*padding-top: .700rem; */
    padding-bottom: .700rem;
  }

  .custom-select:not(.custom-select-sm) {
    height: calc(3.05rem + 2px);
    padding-top: .100rem;
    padding-bottom: .100rem;
  }

  .col-form-label-sm {
    font-size: 13px;
  }

  .custom-select-sm {
    padding-left: 5px !important;
    font-size: 14px;
  }

  .custom-select:not(.custom-select-sm).border-0 {
    height: 3.00rem;
  }

  .form-control:focus {
    -webkit-box-shadow: 0 0 5px rgba(128, 189, 255, 0.5);
    box-shadow: 0 0 5px rgba(128, 189, 255, 0.5);
  }

  .form-control:focus[readonly] {
    box-shadow: none;
  }

  .input-group-text {
    border-color: #d5d3d3;
    color: #777;
  }

  .form-control::-webkit-input-placeholder {
    color: #777;
  }
  .form-control:-moz-placeholder {
    /* FF 4-18 */
    color: #777;
  }
  .form-control::-moz-placeholder {
    /* FF 19+ */
    color: #777;
  }
  .form-control:-ms-input-placeholder, .form-control::-ms-input-placeholder {
    /* IE 10+ */
    color: #777;
  }

  .btn {
    padding: 5px 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .btn-inbox{
    padding: .25rem .5rem;
  }
  .btn-sm {
    padding: 0.5rem 1rem;
  }

  .btn:not(.btn-link) {
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
  }
  .btn:not(.btn-link):hover {
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .input-group-append .btn, .input-group-prepend .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .input-group-append .btn:hover, .input-group-prepend .btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  @media (max-width: 575px) {
    .btn:not(.btn-sm) {
      /*padding: .810rem 1rem; */
    }

    .input-group > .input-group-append > .btn, .input-group > .input-group-prepend > .btn {
      padding: 0 0.75rem;
    }
  }
  .bg-primary, .badge-primary {
    background-color: #0071cc !important;
  }

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

  .bg-secondary-ftr {
    background-color: #424242  !important;
  }

  .text-secondary {
    color: #0c2f55 !important;
  }

  .text-primary {
    color: #ff4c00 !important;
  }

  .border-primary {
    border-color: #0071cc !important;
  }

  .border-secondary {
    border-color: #0c2f55 !important;
  }

  .btn-primary {
    background-color: #0071cc;
    border-color: #0071cc;
  }
  .btn-primary:hover {
    background-color: #0e7fd9;
    border-color: #0e7fd9;
  }

  .btn-secondary {
    background-color: #ff4c00;
    border:1px solid  #ff4c00;
  }

  .btn-secondary:hover {
    background-color: #ff4c00;
    border:1px solid  #ff4c00;
  }

  .btn-outline-primary {
     border-color: #86bc23;
      background-color: #86bc23;
      color: #fff;
      border-radius: 20px;
  }




  .btn-outline-primary:hover {
    background-color: #6AA000;
    border-color: #6AA000;
    color: #fff;
  }

  .btn-outline-secondary {
    color: #0c2f55;
    border-color: #0c2f55;
  }
  .btn-outline-secondary:hover {
    background-color: #0c2f55;
    border-color: #0c2f55;
    color: #fff;
  }

  .page-item.active .page-link,
  .progress-bar,
  .nav-pills .nav-link.active, .nav-pills .show > .nav-link,
  .custom-radio .custom-control-input:checked ~ .custom-control-label::before,
  .custom-control-input:checked ~ .custom-control-label::before,
  .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
  .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #ff4c00;
  }

  .page-item.active .page-link {
      z-index: 1;
      color: #fff;

      border-color: #ff4c00;
  }

  .list-group-item.active {
    background-color: #0071cc;
    border-color: #0071cc;
  }

  .page-link {
    color: #0071cc;
  }
  .page-link:hover {
    color: #0e7fd9;
  }

  /* Slider Range (jQuery UI) */
  .ui-slider-horizontal {
    height: .2em;
    margin-left: 11px;
    margin-right: 11px;
  }
  .ui-slider-horizontal .ui-slider-handle {
    top: -0.7em;
    margin-left: -.7em;
    border-radius: 100%;
    background: #fff;
    width: 1.5em;
    height: 1.5em;
  }

  .ui-slider.ui-widget.ui-widget-content {
    border: none;
    background: #eee;
    margin-bottom: 15px;
  }

  .ui-slider .ui-widget-header {
    background: #0071cc;
  }

  .ui-menu.ui-widget.ui-widget-content {
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.176);
    border: none;
    overflow: hidden;
    overflow-y: auto;
    max-height: 50vh;
    border-radius: 4px;
  }

  .ui-menu .ui-menu-item-wrapper {
    padding: 6px .75rem 6px .9rem;
  }

  .ui-menu.ui-widget-content .ui-state-active {
    background: #0071cc;
    border-color: #0071cc;
  }

  .ui-menu .ui-menu-divider {
    display: none;
  }
  .listbtn{
  padding:15px 20px 15px 20px!important;
  position:absolute;
  background-color:#fff;
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
  color:#aaa;
  border:1px solid #ddd;
  }
  .listbtn1{
  padding:15px 20px 15px 20px!important;
  position:absolute;
  margin-top:-25px;
  background-color:#fff;
  border-right:1px solid #ccc;
  border:1px solid #ddd;
  color:#aaa;
      }
  .blue{
      color:#0062cc!important;
  }
  .gridbtn{
      margin-left:120px;
      position:absolute;
  }


  .listgrid-active{
      border-top:2px solid #0062cc;
  }


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


  .ahmedtopcar{
      margin-top:-35px!important;
      margin-left: 10px!important;
  }
  .ahmedtopcar1{
      margin-top:-16px;

  }



  .ahmedtop{
      margin-top:-35px!important;
      margin-left: 140px!important;
  }
  .ahmedtop1{
      margin-top:-16px;
      margin-left: 50% !important;
  }
  .listdwn{
      margin-top:7px;
  }

  .taxi1{
      background-color:#ddd;
      margin-top:-5px;
  }
  .taxi11{
      margin-left:190px;
  }

  .taxi2{
      background-color:#004F9E;
      height:50px;
  }
  .taxi3{
      border-bottom:1px solid #ddd;
      margin-top:7px;
  }
  .taxi4{
      margin-top:-13px;
  }
  .taxi5{
      margin-top:8px;
  }
  .taxi6{
      color:#fff;
      margin-top:-10px!important;
      margin-left: 77px;
  }
  .green{
      color:#009933;
  }
  .taxi7{
      margin-top:-8px;
  }
  .taxi8{
      margin-top:-16px;
  }
  .taxi9{
      margin-top:-7px;
      width:100px;
      height:30px;
      margin-left:143px;
  }
  .taxi10{
      margin-top:-15px;
  }
  .taxi12{
      margin-right:7px;
      margin-top:3px;
  }
  .modaltaxi{
      width:90%;
  }




  /* pop up -- 50%  script */

  .static-popup img {
      height: 150px;
  }

  .static-popup {
      position: fixed;
      bottom: 10px;
      color: #000;
      min-height: 140px;
      min-width: 200px;
      padding: 10px;
      left: 10px;
      z-index: 5;
  }

  .zoomInUp {
      -webkit-animation-name: zoomInUp;
      animation-name: zoomInUp;
  }

  .zoomInUp {
      -webkit-animation-name: zoomInUp;
      animation-name: zoomInUp;
      animation: pulse 5s infinite;
  }





  .social-icons .social-icons-facebook a{
      background: #3B5998;
  }


  .social-icons .social-icons-twitter a{
      background: rgb(0, 172, 238);
  }
  .social-icons .social-icons-google a{
      background: #dc3545 ;
  }

  .social-icons .social-icons-linkedin a{
      background: rgb(14, 118, 168);
  }

  .social-icons .social-icons-youtube a{
      background: #dc3545;
  }

  .social-icons .social-icons-instagram a{
      background: rgb(14, 118, 168);
  }














  /* slider
  .top-news {
      width: 300px;
      float: left;
      display: flex;
      flex-direction: row;
      align-items: stretch;
      overflow: hidden;
      margin-left: 30px;
  }
  .breaking-news {
      flex: 1;
      background-color: #59b210;
  }
  .breaking-news h2 {
      font-weight: bold;
      color: #fff;
      display: inline-block;
      background-color: #59b210;
      margin: 0;
      padding: 10px;
  }
  .top-slider ul.slick-slider {
      display: block;
  }
  .top-slider ul {
      margin: 0;
      padding: 0;
      display: none;
  }
  .slick-slider {
      position: relative;
      display: block;
      box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -ms-touch-action: pan-y;
      touch-action: pan-y;
      -webkit-tap-highlight-color: transparent;
  }
  .top-slider .slick-prev {
      right: 0;
      left: auto;
      top: 0;
      z-index: 1;
      position: relative;
  }
  .top-slider {
      float: left;
      width: 70%;
      border: 1px solid #000;
      border-left: 0;
  }
  .top-slider .slick-prev, .top-slider .slick-next {
      background: #59b210;
      height: 34px;
      transform: none;
      float: right;
  }
  button:not(.primary) {
      box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  }
  .slick-prev {
      left: -25px;
  }
  .slick-prev, .slick-next {
      font-size: 0;
      line-height: 0;
      position: absolute;
      top: 50%;
      display: block;
      width: 20px;
      height: 20px;
      padding: 0;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      cursor: pointer;
      color: transparent;
      border: none;
      outline: none;
      background: transparent;
  }
  .slick-list {
      position: relative;
      display: block;
      overflow: hidden;
      margin: 0;
      padding: 0;
  }
  .slick-slider .slick-track, .slick-slider .slick-list {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
  }
  .slick-track {
      position: relative;
      top: 0;
      left: 0;
      display: block;
  }
  .top-slider .slick-slide {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      align-items: center;
  }
  .top-slider .slick-slide {
      padding: 0 10px;
      font-size: 13px;
      height: 65px;
  }
  .slick-vertical .slick-slide {
      display: block;
      height: auto;
      border: 1px solid transparent;
  }
  .slick-slide {
      display: none;
      float: left;
      height: 100%;
      min-height: 1px;
  }
  .slick-initialized .slick-slide {
      display: block;
  }
  .top-slider .slick-next {
      right: 0;
      top: auto;
      bottom: -7px;
  }
  .top-slider .slick-prev, .top-slider .slick-next {
      background: #59b210;
      height: 34px;
      transform: none;
      float: right;
  }
  */


  .bdrtpl3 {
      border-top-left-radius: 24px !important;
      border-bottom-left-radius: 24px !important;
      padding-left: 7px !important;
  }
  @media only screen and (min-width:321px) and (max-width:480px){




  }


  .alert{
      position: relative;
      padding: 0.30rem 1.25rem !important;
      margin-bottom: 1rem;
      border: 1px solid transparent;
      border-radius: .25rem;
  }

  .modal-content{
      border-radius:15px !important;
  }

  .modal-header{
      border-top-right-radius:15px !important;
      border-top-left-radius:15px !important;
  }

  .promcod{
      height:40px !important;
  }

  .promoapply{
      margin-top:-10px !important;
  }









  .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 25px;
  }

  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 19px;
    width: 25px;
    left: 5px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }

  input:checked + .slider {
    background-color: #ff4c00;
  }

  input:focus + .slider {
    box-shadow: 0 0 1px #ff4c00;
  }

  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }

  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }

  .slider.round:before {
    border-radius: 50%;
  }
   @media only screen and (min-width: 768px) and (max-width: 991px) {
    .fs-12{
        font-size: 12px;
   }
  }

  /*harpreet css start*/
  .catwise a{
  color: #fff !important;
  font-size:14px !important;
  line-height:2.4 !important;
  }
  @media screen and (max-width: 768px) {
  .cat-navs{
    white-space: nowrap !important;
    overflow-x: auto !important;
    display: block;
    height: 61px;
    font-size: 0;
  }
  }
  .cat-navs .nav-item{
    display: inline-block;
  }
  .cat-navs .nav-link1{
  color: #333 !important;
  padding: 7px 10px !important;
  margin-right: 10px !important;
  border: none !important;
  font-weight: 700;
  }
  .cat-navs .nav-link{
    position: relative;
    display: inline-block;
    min-width: 115px;
    text-align: center;
    background: #ccc;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    padding: 10px 20px !important;
    border-radius: 0px;
    outline: 0;
    box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
    border: #a4a4a4 solid 1px;
  }
  .cat-navs .nav-item:first-child .nav-link{
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }
  .cat-navs .nav-item:last-child .nav-link{
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .cat-navs .nav-link.active {
      color: #fff !important;
      background-color: #7bae22 !important;
  }
  .cat-navs .nav-link.active:after {
    content: "\f0d7";
    position: absolute;
    top: 35px;
    font-size: 28px;
    text-align: center;
    left: 47%;
    color: #7bae22;
    font-family: 'FontAwesome';
  }
  .sub-navs{
  max-width:800px;
  margin:auto;
  }
  .sub-navs .nav-item{
  margin-bottom: 10px;
  }
  .sub-navs .nav-item:not(:last-child){
  border-right:1px solid #999;
  }
  .sub-navs .nav-link{
      color: #3e3e3e !important;
      padding: 0px 10px !important;
      font-size:12px !important;
      font-weight: 500;
  }
  .footer-cont { border-right:1px solid #e1e1e1 !important; min-height: 307px; padding-top: 20px;  }
  .footer-navs .nav-item{     width: 100%;
      margin-bottom: 10px !important;
  }

  .footer-navs .nav-item.active{
    border: 0 !important;
  }
  .footer-navs .nav-link{
    color: #000 !important;
    padding: 0px!important;
    font-size: 14px !important;
    font-weight: 600;
  }
  .footer-navs .nav-link:hover{
    color: #ff4c00 !important;
  }
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #ff4c00;
    overflow-x: hidden;
    transition: 0.3s;
    padding-top: 60px;
  }

  .sidenav a {
    padding: 4px 8px 4px 8px;
      text-decoration: none;
      font-size: 16px;
      color: #fff;
      display: block;
      transition: 0.3s;
      /* font-family: sunshine; */
      text-align: center;
      text-transform: uppercase;
      font-size: 14px !important;
      font-weight: 600 !important;
      font-family: 'sunshine';
  }

  .contactnav{
   text-decoration: none;
      font-size: 18px;
      color: #fff;
      display: block;
      transition: 0.3s
      font-weight: bold !important;
  }
  .menunav{
        text-decoration: none;
      font-size: 18px;
      color: #fff;
      display: block;
      transition: 0.3s;
      text-align: center;
      font-weight: bold !important;
  }

  .sidenav a:hover {
    color: #f1f1f1;
  }

  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 36px !important;
    margin-left: 50px;
  }


  #main {
    transition: margin-left .3s;
    padding: 16px;
  }
  .homebutton{

   height: 100%;
  }

  @media screen and (max-height: 900px) {
    .sidenav {
      padding-top: 15px;
      background-image: linear-gradient(to bottom right, #ff4c00, #ff0000);
    }
    .sidenav a {font-size: 18px;}
  }
  @media only screen and (min-width:321px) and (max-width:480px){
   .sidemenunav {
      display: none;
  }
  }
  @media only screen and (min-width:321px) and (max-width:480px){
    .parsley-errors-list{color:red; list-style-type: none;
  font-size: 13px; }
    }
  @media only screen and (min-width:480px) and (max-width:1500px){
  .parsley-errors-list{color:red; list-style-type: none;padding:0px;margin-bottom: 0px; }
  }


  .fixed-header{
    position: fixed;
    top: 18px;
    left: 0;
    display: block;
    width: 100%;
    z-index: 9999;
  }
  .fbg{
      top: 0;
      background-color: #000!important;
      -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 35%);
      transition: all 0.3s;
  }
  .fbtn{
    border-radius: 50px;
    background-color: #ff4c00;
    color: #fff !important;
  }
  .fabtn{
    display: inline-block;
    padding: 0px 10px;
    font-size: 30px;
    text-align: center;
    vertical-align: middle;
    color: #fff !important;
  }

  .fbg .fabtn{
    color: #fff !important;
  }
  .right-menu{
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100vh;
    overflow-y: auto;
    background-color: #fff;
    z-index: 9999999999;
    transition: 0.3s;
  }
  .right-menu-overlay{
      position: fixed;
      width: 100vw;
      height: 100vh;
      background: rgba(0, 0, 0, 0.7);
      z-index: 9999;
      display: none;
  }
  .rlink{
    display: block;
    color: #000 !important;
    font-size: 14px;
    padding: 4px 8px;
  }
  .rlink.active, .rlink:hover{
      background-color: #ffdd15 !important;
      color: #000 !important;
  }
  .rlink.active i, .rlink:hover i{
      color: #000 !important;
  }
  #rotateimg-wrapper {
    position: absolute;
    z-index:1;
    top:60px;
    left:40px;
    margin: 50px auto 0;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
  }

  #rotateimg {
    position: absolute;
    list-style-type: none;
    padding: 0px 16px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

  #rotateimg > * {
    display: block;
    position: absolute;
  }

  #rotateimg img {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 0 5px #ccc;
    width: 100px;
    height: 100px;
  }

  #rotateimg .front {
    -webkit-transform: translateZ(50px );
    -moz-transform: translateZ( 50px );
    -o-transform: translateZ( 50px );
    transform: translateZ( 50px );
    opacity: 1;
    -webkit-transition: -webkit-transform 1s, opacity 1s;
    -moz-transition: -moz-transform 1s, opacity 1s;
    -o-transition: -o-transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s;
  }

  #rotateimg .right {
    -webkit-transform: rotateY( 90deg ) translateZ( 100px );
    -moz-transform: rotateY( 90deg ) translateZ( 100px );
    -o-transform: rotateY( 90deg ) translateZ( 100px );
    transform: rotateY( 90deg ) translateZ( 100px );
    opacity: 0;
    -webkit-transition: -webkit-transform 1s, opacity 1s;
    -moz-transition: -moz-transform 1s, opacity 1s;
    -o-transition: -o-transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s;
  }

  #rotateimg .left {
    -webkit-transform: rotateY( -90deg ) translateZ( 10px ) translateX(-360px);
    -moz-transform: rotateY( -90deg ) translateZ( 10px ) translateX(-360px);
    -o-transform: rotateY( -90deg ) translateZ( 10px ) translateX(-360px);
    transform: rotateY( -90deg ) translateZ( 10px ) translateX(-360px);
    opacity: 0;
    -webkit-transition: -webkit-transform 1s, opacity 1s;
    -moz-transition: -moz-transform 1s, opacity 1s;
    -o-transition: -o-transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s;
  }
  @media (max-width:767px) {
    #rotateimg-wrapper {display:block;}

    #rotateimg-wrapper {
      position: absolute;
      z-index:1;
      top:10px;
      left:0px;
      margin: 70px auto 0;
      -webkit-perspective: 1000px;
      -moz-perspective: 1000px;
      -o-perspective: 1000px;
      perspective: 1000px;
    }
    #rotateimg img {
      width:56px;
      height:56px;
      }


    }

    @media (max-width:991px){
      .userbreadcome { margin: 0px!important; padding: 20px 0 0 0!important; }
      .fixed-header{ background-color: rgba(0, 0, 0, 0.43); }
      .header-for-inner { background-color: #000; }
      .banner-search-main { position: absolute; bottom: 51px; width: 100%; left: 0; transform: translate(0%,0%); display: block; }
      .banner-search-sub
      {
        background-color: rgba(0, 0, 0, 0.43);
        padding:15px;
        border-radius: 0px;
      }
      .cat-navs::-webkit-scrollbar {
        display: none;
      }
    }
    @media (min-width:992px){
        .banner-search-main { position: absolute; width: 60%; top: 90%; left: 50%;
          transform: translate(-50%,-90%); display: block; }


        .banner-search-sub
        {
          background-color: rgba(0, 0, 0, 0.43);
          padding:15px;
          border-radius: 3px;
        }
    }
    .outline-0:focus{
      outline: none !important;
      -webkit-box-shadow: none;
      box-shadow: none;
    }
    .buy-stats
    {
      position: absolute;
      bottom: 6px;
      padding: 15px 0;
      color: #fff !important;
      width: 100%;
      background: linear-gradient(to right, #ff4c006b 0%, #000 100%);
    }
    .mtup{
      background-color: #424242;
      margin-top: -20px;
    }


       .register-form
      {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%,-50%);
      }
      @media (max-width: 600px)
      {
          .banner-shade
          {
              background-color: #111418 !important;
              opacity: 0.3;
              width: 100%;
              height: 600px;
              position: absolute;
          }
          .banner-image
          {
              width:100%;
              height:600px;
              object-fit:cover;
          }
      }
      @media (min-width: 601px)
      {
          .banner-shade
          {
              background-color: #111418 !important;
              opacity: 0.3;
              width: 100%;
              height: 600px;
              position: absolute;
          }
          .banner-image
          {
              width:100%;
              height:600px;
              object-fit:cover;
          }
      }
      .img-main{
      position: relative;
      width: 100%;
      padding-bottom: 100%;
      }
      .img-sub{
      position: absolute;
      width: 100%;
      height: 100%;
      }
      @media (max-width: 768px)
      {
          .buy-stats{
              padding: 10px !important;
              font-size: 12px;
          }
          .buy-stats .col-6{
              padding-right: 0px !important;
          }
          .stats-box h4{
              font-size: 18px;
          }
          .stats-box p{
              line-height: 1 !important;
          }
      }
  .shineline{
    overflow: hidden;
  }
  .shineline:after
  {
    content: "";
      width: 25px;
      height: 150%;
      position: absolute;
      left: 0;
      top: -5px;
      transform: rotate(-20deg);
      border-radius: 0 15px;
      background: -moz-linear-gradient(right, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 100%);
      background: -webkit-linear-gradient(right, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 100%);
      background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 100%);
      -webkit-animation: btn-slide-footer-generic infinite 3s linear;
      animation: btn-slide-footer-generic infinite 3s linear;
  }
  @keyframes btn-slide-footer-generic {from{margin-left:-20px;}to{margin-left:100%;}}
  @media (max-width:767px) {
  #slideshow {
    position: relative;
    width: 100%;
    height: 45px;
    margin: 0px !important;
    display: block !important;
  }

  #slideshow > .stats-box {
    position: absolute;
    top: 5px;
    left: 0px;
    display: block;
    width: 100%;
    text-align: center;
  }
  }

  .logo img { max-height: 70px; transition: all 0.3s ease-in-out; }
  .fbg .logo img { max-height: 50px; margin: 10px 0px 0px 0px; }
  .fbg { padding: 5px 0px; }
  .topbtn { padding: 5px 30px; font-size: 13px; background: #5a4e06d6; border: 2px solid #5a4e06d6; transition: all 0.3s ease-in-out; }
  .topbtn:hover { background: transparent; }
  .carousel-control-next, .carousel-control-prev { font-size: 30px; }

  .onum-particles {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
  }


  .coccoc-alo-phone{
    position:fixed;visibility:hidden;
    background-color:transparent;width:150px;
    height:200px;cursor:pointer;z-index:20 !important;
    -webkit-backface-visibility:hidden;
    -webkit-transform:translateZ(0);
    -webkit-transition:visibility .5s;
    -moz-transition:visibility .5s;
    -o-transition:visibility .5s;transition:visibility .5s;
    right:150px;
    top:30px
  }
  .coccoc-alo-phone.coccoc-alo-show{
    visibility:visible
  }
  @-webkit-keyframes fadeInRight{
    0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
    100%{opacity:1;-webkit-transform:none;transform:none}
  }
  @-webkit-keyframes fadeInRightBig{
    0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}
    100%{opacity:1;-webkit-transform:none;transform:none}
  }
  @-webkit-keyframes fadeOutRight{
    0%{opacity:1}
    100%{
      opacity:0;-webkit-transform:translate3d(100%,0,0);
      transform:translate3d(100%,0,0)
      }
    }
  .fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}
  .coccoc-alo-phone.coccoc-alo-static{opacity:.6}
  .coccoc-alo-phone.coccoc-alo-hover,.coccoc-alo-phone:hover{opacity:1}
  .coccoc-alo-ph-circle{
    width: 84px;
      height: 84px;
      top: 52px;
      left: 52px;
    position:absolute;background-color:transparent;-webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    border:2px solid rgba(30,30,30,0.4);
    border:2px solid #bfebfc 9;
    opacity:.1;
    -webkit-animation:coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation:coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation:coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation:coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    animation:coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition:all .5s;-moz-transition:all .5s;
    -o-transition:all .5s;transition:all .5s;
    -webkit-transform-origin:50% 50%;
    -moz-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    -o-transform-origin:50% 50%;transform-origin:50% 50%
  }
  .coccoc-alo-phone.coccoc-alo-active .coccoc-alo-ph-circle{
    -webkit-animation:coccoc-alo-circle-anim 1.1s infinite ease-in-out !important;
    -moz-animation:coccoc-alo-circle-anim 1.1s infinite ease-in-out !important;
    -ms-animation:coccoc-alo-circle-anim 1.1s infinite ease-in-out !important;
    -o-animation:coccoc-alo-circle-anim 1.1s infinite ease-in-out !important;
    animation:coccoc-alo-circle-anim 1.1s infinite ease-in-out !important
  }
  .coccoc-alo-phone.coccoc-alo-static .coccoc-alo-ph-circle{
    -webkit-animation:coccoc-alo-circle-anim 2.2s infinite ease-in-out !important;
    -moz-animation:coccoc-alo-circle-anim 2.2s infinite ease-in-out !important;
    -ms-animation:coccoc-alo-circle-anim 2.2s infinite ease-in-out !important;
    -o-animation:coccoc-alo-circle-anim 2.2s infinite ease-in-out !important;
    animation:coccoc-alo-circle-anim 2.2s infinite ease-in-out !important
  }
  .coccoc-alo-phone.coccoc-alo-hover .coccoc-alo-ph-circle,.coccoc-alo-phone:hover .coccoc-alo-ph-circle{border-color:#00aff2;opacity:.5}
  .coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle,.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle{
    border-color:#000;
    border-color:#000 9;
    opacity:.5
  }
  .coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle{border-color:#F20000;border-color:#bfebfc 9;opacity:.5}
  .coccoc-alo-phone.coccoc-alo-gray.coccoc-alo-hover .coccoc-alo-ph-circle,.coccoc-alo-phone.coccoc-alo-gray:hover .coccoc-alo-ph-circle{
    border-color:#ccc;opacity:.5
  }
  .coccoc-alo-phone.coccoc-alo-gray .coccoc-alo-ph-circle{border-color:#75eb50;opacity:.5}
  .coccoc-alo-ph-circle-fill{
    width: 70px;
      height: 70px;
      top: 58px;
      left: 58px;
    position:absolute;background-color:#000;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;border-radius:100%;border:2px solid transparent;opacity:.1;
    -webkit-animation:coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;-moz-animation:coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation:coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation:coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation:coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition:all .5s;-moz-transition:all .5s;
    -o-transition:all .5s;transition:all .5s;
    -webkit-transform-origin:50% 50%;
    -moz-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    -o-transform-origin:50% 50%;
    transform-origin:50% 50%
  }
  .coccoc-alo-phone.coccoc-alo-active .coccoc-alo-ph-circle-fill{
    -webkit-animation:coccoc-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    -moz-animation:coccoc-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    -ms-animation:coccoc-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    -o-animation:coccoc-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    animation:coccoc-alo-circle-fill-anim 1.7s infinite ease-in-out !important
  }
  .coccoc-alo-phone.coccoc-alo-static .coccoc-alo-ph-circle-fill{
    -webkit-animation:coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    -moz-animation:coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    -ms-animation:coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    -o-animation:coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    animation:coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out !important;opacity:0 !important
  }
  .coccoc-alo-phone.coccoc-alo-hover .coccoc-alo-ph-circle-fill,.coccoc-alo-phone:hover .coccoc-alo-ph-circle-fill{
    background-color:rgba(0,175,242,0.5);
    background-color:#00aff2 9;opacity:.75 !important
  }
  .coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle-fill,.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle-fill{
    background-color:rgba(117,235,80,0.5);
    background-color:#baf5a7 9;opacity:.75 !important
  }
  .coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle-fill{
    background-color:rgba(242, 223, 0, 0.85);
    background-color:#a6e3fa 9;opacity:.75 !important
  }.coccoc-alo-phone.coccoc-alo-gray.coccoc-alo-hover .coccoc-alo-ph-circle-fill,.coccoc-alo-phone.coccoc-alo-gray:hover .coccoc-alo-ph-circle-fill{
    background-color:rgba(204,204,204,0.5);
    background-color:#ccc 9;opacity:.75 !important
  }
  .coccoc-alo-phone.coccoc-alo-gray .coccoc-alo-ph-circle-fill{ background-color:rgba(117,235,80,0.5);opacity:.75 !important}
  .coccoc-alo-ph-img-circle{
    width:46px;height:46px;top:70px;left:70px;
    position:absolute;
    background:rgba(30,30,30,0.1) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==") no-repeat center center;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid transparent;opacity:.7;-webkit-animation:coccoc-alo-circle-img-anim 1s infinite ease-in-out;-moz-animation:coccoc-alo-circle-img-anim 1s infinite ease-in-out;-ms-animation:coccoc-alo-circle-img-anim 1s infinite ease-in-out;-o-animation:coccoc-alo-circle-img-anim 1s infinite ease-in-out;animation:coccoc-alo-circle-img-anim 1s infinite ease-in-out;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%}.coccoc-alo-phone.coccoc-alo-active .coccoc-alo-ph-img-circle{-webkit-animation:coccoc-alo-circle-img-anim 1s infinite ease-in-out !important;-moz-animation:coccoc-alo-circle-img-anim 1s infinite ease-in-out !important;-ms-animation:coccoc-alo-circle-img-anim 1s infinite ease-in-out !important;-o-animation:coccoc-alo-circle-img-anim 1s infinite ease-in-out !important;animation:coccoc-alo-circle-img-anim 1s infinite ease-in-out !important}.coccoc-alo-phone.coccoc-alo-static .coccoc-alo-ph-img-circle{-webkit-animation:coccoc-alo-circle-img-anim 0s infinite ease-in-out !important;-moz-animation:coccoc-alo-circle-img-anim 0s infinite ease-in-out !important;-ms-animation:coccoc-alo-circle-img-anim 0s infinite ease-in-out !important;-o-animation:coccoc-alo-circle-img-anim 0s infinite ease-in-out !important;animation:coccoc-alo-circle-img-anim 0s infinite ease-in-out !important}.coccoc-alo-phone.coccoc-alo-hover .coccoc-alo-ph-img-circle,.coccoc-alo-phone:hover .coccoc-alo-ph-img-circle{background-color:#00aff2}.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-img-circle,.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-img-circle{background-color:#75eb50;background-color:#75eb50 9}.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-img-circle{background-color:#00aff2;background-color:#e94d08}.coccoc-alo-phone.coccoc-alo-gray.coccoc-alo-hover .coccoc-alo-ph-img-circle,.coccoc-alo-phone.coccoc-alo-gray:hover .coccoc-alo-ph-img-circle{background-color:#ccc}.coccoc-alo-phone.coccoc-alo-gray .coccoc-alo-ph-img-circle{background-color:#75eb50}@-moz-keyframes coccoc-alo-circle-anim{0%{-moz-transform:rotate(0) scale(.5) skew(1deg);opacity:.1;-moz-opacity:.1;-webkit-opacity:.1;-o-opacity:.1}30%{-moz-transform:rotate(0) scale(.7) skew(1deg);opacity:.5;-moz-opacity:.5;-webkit-opacity:.5;-o-opacity:.5}100%{-moz-transform:rotate(0) scale(1) skew(1deg);opacity:.6;-moz-opacity:.6;-webkit-opacity:.6;-o-opacity:.1}}@-webkit-keyframes coccoc-alo-circle-anim{0%{-webkit-transform:rotate(0) scale(.5) skew(1deg);-webkit-opacity:.1}30%{-webkit-transform:rotate(0) scale(.7) skew(1deg);-webkit-opacity:.5}100%{-webkit-transform:rotate(0) scale(1) skew(1deg);-webkit-opacity:.1}}@-o-keyframes coccoc-alo-circle-anim{0%{-o-transform:rotate(0) kscale(.5) skew(1deg);-o-opacity:.1}30%{-o-transform:rotate(0) scale(.7) skew(1deg);-o-opacity:.5}100%{-o-transform:rotate(0) scale(1) skew(1deg);-o-opacity:.1}}@-moz-keyframes coccoc-alo-circle-fill-anim{0%{-moz-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{-moz-transform:rotate(0) -moz-scale(1) skew(1deg);opacity:.2}100%{-moz-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}@-webkit-keyframes coccoc-alo-circle-fill-anim{0%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{-webkit-transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}@-o-keyframes coccoc-alo-circle-fill-anim{0%{-o-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{-o-transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{-o-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}@-moz-keyframes coccoc-alo-circle-img-anim{0%{transform:rotate(0) scale(1) skew(1deg)}10%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}30%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}50%{-moz-transform:rotate(0) scale(1) skew(1deg)}100%{-moz-transform:rotate(0) scale(1) skew(1deg)}}@-webkit-keyframes coccoc-alo-circle-img-anim{0%{-webkit-transform:rotate(0) scale(1) skew(1deg)}10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}50%{-webkit-transform:rotate(0) scale(1) skew(1deg)}100%{-webkit-transform:rotate(0) scale(1) skew(1deg)}}@-o-keyframes coccoc-alo-circle-img-anim{0%{-o-transform:rotate(0) scale(1) skew(1deg)}10%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-o-transform:rotate(25deg) scale(1) skew(1deg)}30%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-o-transform:rotate(25deg) scale(1) skew(1deg)}50%{-o-transform:rotate(0) scale(1) skew(1deg)}100%{-o-transform:rotate(0) scale(1) skew(1deg)}}@-moz-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}@-o-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}@-moz-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-o-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-moz-keyframes coccoc-alo-circle-anim{0%{transform:rotate(0) scale(.5) skew(1deg);opacity:.1}30%{transform:rotate(0) scale(.7) skew(1deg);opacity:.5}100%{transform:rotate(0) scale(1) skew(1deg);opacity:.1}}@-webkit-keyframes coccoc-alo-circle-anim{0%{transform:rotate(0) scale(.5) skew(1deg);opacity:.1}30%{transform:rotate(0) scale(.7) skew(1deg);opacity:.5}100%{transform:rotate(0) scale(1) skew(1deg);opacity:.1}}@-o-keyframes coccoc-alo-circle-anim{0%{transform:rotate(0) scale(.5) skew(1deg);opacity:.1}30%{transform:rotate(0) scale(.7) skew(1deg);opacity:.5}100%{transform:rotate(0) scale(1) skew(1deg);opacity:.1}}@keyframes coccoc-alo-circle-anim{0%{transform:rotate(0) scale(.5) skew(1deg);opacity:.1}30%{transform:rotate(0) scale(.7) skew(1deg);opacity:.5}100%{transform:rotate(0) scale(1) skew(1deg);opacity:.1}}@-moz-keyframes coccoc-alo-circle-fill-anim{0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}@-webkit-keyframes coccoc-alo-circle-fill-anim{0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}@-o-keyframes coccoc-alo-circle-fill-anim{0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}@keyframes coccoc-alo-circle-fill-anim{0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}@-moz-keyframes coccoc-alo-circle-img-anim{0%{transform:rotate(0) scale(1) skew(1deg)}10%{transform:rotate(-25deg) scale(1) skew(1deg)}20%{transform:rotate(25deg) scale(1) skew(1deg)}30%{transform:rotate(-25deg) scale(1) skew(1deg)}40%{transform:rotate(25deg) scale(1) skew(1deg)}50%{transform:rotate(0) scale(1) skew(1deg)}100%{transform:rotate(0) scale(1) skew(1deg)}}@-webkit-keyframes coccoc-alo-circle-img-anim{0%{transform:rotate(0) scale(1) skew(1deg)}10%{transform:rotate(-25deg) scale(1) skew(1deg)}20%{transform:rotate(25deg) scale(1) skew(1deg)}30%{transform:rotate(-25deg) scale(1) skew(1deg)}40%{transform:rotate(25deg) scale(1) skew(1deg)}50%{transform:rotate(0) scale(1) skew(1deg)}100%{transform:rotate(0) scale(1) skew(1deg)}}@-o-keyframes coccoc-alo-circle-img-anim{0%{transform:rotate(0) scale(1) skew(1deg)}10%{transform:rotate(-25deg) scale(1) skew(1deg)}20%{transform:rotate(25deg) scale(1) skew(1deg)}30%{transform:rotate(-25deg) scale(1) skew(1deg)}40%{transform:rotate(25deg) scale(1) skew(1deg)}50%{transform:rotate(0) scale(1) skew(1deg)}100%{transform:rotate(0) scale(1) skew(1deg)}}@keyframes coccoc-alo-circle-img-anim{0%{transform:rotate(0) scale(1) skew(1deg)}10%{transform:rotate(-25deg) scale(1) skew(1deg)}20%{transform:rotate(25deg) scale(1) skew(1deg)}30%{transform:rotate(-25deg) scale(1) skew(1deg)}40%{transform:rotate(25deg) scale(1) skew(1deg)}50%{transform:rotate(0) scale(1) skew(1deg)}100%{transform:rotate(0) scale(1) skew(1deg)}}#coccoc-alo-wrapper{position:fixed;width:100%;bottom:0;top:0;left:0;z-index:2000000;overflow:visible;display:none;color:#383838}#coccoc-alo-wrapper.night-mode{color:#fff}.coccoc-alo-popup-close{-webkit-border-radius:2px !important;-moz-border-radius:2px !important;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;position:absolute !important;right:-15px !important;top:-15px !important;height:30px !important;width:30px !important;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozZWEyNDI5ZC0yYmI3LWYzNDMtYjBjZi1jMGJjYTE4ODRmZjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjRGMTI2QTcxNDBFMTFFNUFENEZCRDVFQ0JDQjQyQzIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjRGMTI2QTYxNDBFMTFFNUFENEZCRDVFQ0JDQjQyQzIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVmYzc3OTY1LWUxNWUtNGU0Ni04ODFjLTBlOTQ3YjBmMzBmNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozZWEyNDI5ZC0yYmI3LWYzNDMtYjBjZi1jMGJjYTE4ODRmZjkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5iCEbHAAABl0lEQVR42sSXS07DMBCGnSKyDorEAVjACTgCIEVlXU5R9QjlCk3VAzTrLhMJ2NIVJ2DDuo9EsKUszEw0kaIQbI+bxy/9UhRP5pMcjz12pJTCQKfgO/AN+Bp8AfZo7Av8AX4Dv4CfwD/ajAhW2ANPwTtprj1946lyq6AP4I2014ZyGINPwAvZnBaUUwnGgJVsXqsqvAoOZXua/wceyfY1KngOlROWxjv4XLSrHfgKS3BALyYdQAUxJkUdu7o6jeNYZlmmnUeMwViNkOUieKiLTNNURlGkhOPYcrnMYw00RPDMJFIFZ0JRIYJfTaPr4BZQ1Fow9+EcgCAEWkLz/4zl9A1rzOUsTQCKJEny5yAIhO/73NV9GNjUhOM4tc8scae6PL3laedONYLXNtC6f85dXDNb6BHw0GgDKaCqxEz4fbFlpk1smQjnbJmCeqSuNO3jWNyDL8vHIrao4w6OxTGx/rQ+8z5an16bvd7a22pDvz0CuOU29NUrzKOuzqvlTN8orzAO89J2W7q0ndHYZ+nS9kw+6BL+CjAAEvDTBJC9qhAAAAAASUVORK5CYII=");background-position:center center;background-repeat:no-repeat;cursor:pointer !important;-webkit-transition:.3s ease-out !important;-moz-transition:.3s ease-out !important;-o-transition:.3s ease-out !important;transition:.3s ease-out !important}#coccoc-alo-wrapper.night-mode .coccoc-alo-popup-close{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozZWEyNDI5ZC0yYmI3LWYzNDMtYjBjZi1jMGJjYTE4ODRmZjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUY2REUyNDQxNDE2MTFFNThBNEJENTVFNDA2QjFFOUEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUY2REUyNDMxNDE2MTFFNThBNEJENTVFNDA2QjFFOUEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVmYzc3OTY1LWUxNWUtNGU0Ni04ODFjLTBlOTQ3YjBmMzBmNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozZWEyNDI5ZC0yYmI3LWYzNDMtYjBjZi1jMGJjYTE4ODRmZjkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz56uyuzAAABfUlEQVR42sSXvU7DMBDHYxCdw8IDMMCWTDwCdClznLcJr9BUfYs+ALDSqXMisTD3S4K1MBx3kS1ZVuqvNslf+kuRfL5f5OTsMwOAyEFX6DH6Ef2AvkXHYuwH/YVeod/Rr+g/a0YCGxyjC/QW3LUTc2JTbhOUo9cQrrXI4Qy+RM/hfJqLnEYwBSzg/FrocB1cQneaHQNn0L0yyWOinKg0PtE3Ubfaou+bEhRvUEB/KuRSj2x1muc51HVtzUgxnHNbGLFGBJ7YIquqgjRNjXAaS5KkiXXQhMBTl0gT3BNKKgn84RrdBg+AkpaR5z7cAAhEwEBo850JfPCdJeGBUNLhIqQYGWOtz17yXWp1edVlD1nqZQi07Zv7/lzTUOgJ8NJpA5FQU2JP+LPcMvfGIyXLnBISnGJdt8xBDom+j8Ud+k49FvtqBPix1mc2ROszaLM3WHurN/SbE4Ab34Zev8K82Opc017MMV5hmOel7Um5tF2LsW/l0vYm/GtL+C/AAAHy+OD95QLeAAAAAElFTkSuQmCC")}
  #coccoc-alo-wrapper .coccoc-alo-popup-close:hover{opacity:.6 !important}
  .foundermsg { background: #fff; position: relative; overflow-x: hidden; }
  .foundermsg:before { content:''; width: 100%; height: 250px; background: #f7e9e3; position: absolute; left: 0; top: 0; }
  .foundermsg:after { content:''; width: 55%; height: 40px; background: #ff4c00; position: absolute; left: -50px; top: 230px; transform: skew(20deg); }
  .foundermsg-inr { margin: 0px auto 0 auto; position: relative; z-index: 0; }
  .srcbtn { background: #ff4d00; }
  .srcbtn:hover { background: #ff4d00; }
  .foundermsg-cont { position: relative; z-index:1 }
  .foundermsg-cont h3 { font-size: 50px; margin: 80px 0 120px 0; position: relative; }
  .foundermsg-cont h3:after { content: ' " '; font-size: 250px; position: absolute; right: 0; top: -30px; color: #ff4c00 }
  .founderimg { position: relative; overflow-x: hidden; }
  .founderimg img { width: 100%; border-radius: 15px; }
  .founderimg h6 { position: absolute; color: #fff; border-radius: 0px 0px 15px 15px;
      width: 100%;
      bottom: 0;
      left: 0;
      background: rgb(0 0 0 / 69%);
      padding: 25px 0; }


  .price-table-container {
      padding: 30px !important; margin: 30px 0px 60px 0px;
      border-radius: 30px;
      box-shadow: 0 0 25px rgba(0,0,0,.15) !important;
      transition: all 250ms ease;
      cursor: pointer;
      border-radius: 10px;
  }
  .price-title {
      font-size: 32px;
      font-weight: 600;
      color: #242424;
  }
  .mt-package-price {
      padding: 0px 0 25px 0;
      border-bottom: 1px solid #d7d7d7;
      margin-top: 0;
  }
  .cd-value-year {
      font-size: 28px;
      font-weight: bold;
      color: #eb510d;
  }
  sup {
      top: -0.5em;
  }
  .line {
      color: #d7d7d7 !important;
      font-weight: 200 !important;
  }

  .mt-package-list ul {
      list-style: none;
      padding: 20px 0 25px 0 !important;
      margin: 0 !important;
  }
  .mt-package-list ul li {
      padding: 5px 0 5px 0;
      font-size: 14px; font-weight: 600;
  }
  .package-list-icon {
      color: #eb510d;
  }
  .package-list-item i {
      padding-right: 8px;
  }
  .mt-btn-zone {
      bottom: -5px;
      position: relative;
      display: flex;
      width: 100%;
  }
  .elementor-1933 .elementor-element.elementor-element-940f1fd .mt-btn {
      font-size: 16px;
      font-weight: 600;
      line-height: 25px;
      box-shadow: 0px 8px 11px 0px #F8CFE3;
      border-radius: 30px 30px 30px 30px;
      padding: 10px 40px 0px 40px;
      color: #FFFFFF;
      background-color: #eb510d;
  }

  .fsstfylf {
      margin-top: 60px;
      display: flex;
      justify-content: center; list-style: none;
  }
  .fsstfylf > li {
      text-align: center;
      position: relative;
      width: 25%;
      box-sizing: border-box;
  }
  .fsstfylf > li:after {
      content: '';
      position: absolute;
      top: 40px;
      right: -18px;
      width: 37px;
      height: 22px;
      background: url(../../images/fsstflp-arrow.png) no-repeat center center;
  }
  .fsstfylf > li:last-child:after { display: none; }
  .fsstfylf > li:last-child .fsstfylf-info { border: 0 }

  .fsstfylf .fsstfylf-icon {
      margin: 0 auto 20px auto;
      width: 98px;
      height: 98px;
      background: #ff4c00;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      border: 2px solid #fff;
      outline: 2px solid #ff4c00;
      position: relative;
  }
  .fsstfylf-icon .step {
      position: absolute;
      display: inline-block;
      padding: 5px 7px;
      border-radius: 50%;
      background: #fff;
      font-size: 15px;
      line-height: 20px;
      top: calc(100% - 15px);
      left: calc(50% - 15px);
      color: #000;
  }
  .fsstfylf-info {
      display: block;
      margin-top: 30px;
      padding: 0 15px;
      border-right: 1px dashed #ccc;
  }
  .fsstfylf-info .fsstfylf-title {
      font-size: 16px;
      color: #000;
      line-height: 20px;
      margin-bottom: 7px;
      text-align: center;
  }
  .fsstfylf-info .fsstfylf-msg {
      font-size: 13px;
      line-height: 20px;
      color: #333;
      text-align: center;
  }
  .formcont textarea { height: 80px!important; }
  .enquirybtn { background-color: #ff4c00; float: right;
      /* background-image: linear-gradient(-117deg, #e7c603 0%, #ff4c00 100%); */
      color: #fff!important;
      border-radius: 5px!important;
      outline: none!important;
      padding: 5px 20px; margin-top: 15px; }
  /* .enquirybtn:hover { background-image: linear-gradient(-117deg, #ff4c00 0%, #e7c603 100%); } */


  .orangebg { background: #ff4c00; }
  .testicont {
      background: #fff;
      padding: 10px; margin: 10px 0px 20px 0px;
      box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.20);
      position: relative;
      height: 100%;
      display: block;
  }
  .testicont .sss-img {
      width: 100%;
  }
  .testicont .sss-img img {
      width: 100%;
      object-fit: cover;
  }
  .testicont .sss-info {
      padding: 30px 5px;
      text-align: center;
  }
  .sss-info h3 {
      color: #ff4c00;
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 15px;
      padding-bottom: 5px;
      line-height: 30px;
      position: relative;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }
  .sc-line-3 {
      font-size: 14px;
      color: #333;
      line-height: 25px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      max-height: 75px;
  }
  .sss-info .read-more {
      position: absolute; max-width: 200px;
      bottom: -19px; margin: auto; left: 0; right: 0;
      color: #fff;
      text-transform: uppercase;

      background-color: #fff;
      background-image: linear-gradient(-117deg, #e7c603 0%, #ff4c00 100%);
      color: #fff!important;
      border-radius: 20px!important;
      outline: none!important;
      padding: 5px;
      padding-left: 5px;
      padding-right: 5px;
  }
  .sss-info .read-more:hover { background-image: linear-gradient(-117deg, #ff4c00 0%, #e7c603 100%); }
  .storymorelink { padding: 40px 0 0 0; }
  .storymorelink a { color: #ff4c00; font-size: 16px; font-weight: 600; text-decoration: underline; }
  .testimonial .owl-nav.disabled{ display: block; }
  .testimonial.owl-carousel .owl-nav button { height: 56px!important; opacity: 1!important;
      width: 30px!important; background: #4c4c4c!important; color: #fff!important; line-height: 56px!important;
      text-indent: 0!important; text-align: center!important; z-index: 0!important; transition: all 0.3s ease!important; }
  .testimonial.owl-carousel .owl-nav button:hover { background-image: linear-gradient(-117deg, #e7c603 0%, #ff4c00 100%)!important; }

  .testimonial.owl-carousel .owl-nav button.owl-next { border-radius: 0 50px 50px 0!important; margin: 0px -35px 0px 0px; }
  .testimonial.owl-carousel .owl-nav button.owl-prev { border-radius: 50px 0 0 50px!important; margin: 0px 0px 0px -35px; }

  @media (max-width: 991px) {
      .foundermsg-cont h3 {
          font-size: 28px;
          margin: 40px 0 30px 0;
      }
      .foundermsg:before { height: 140px; }
      .foundermsg:after { display: none; }
  }

  @media (max-width: 769px) {
     .logo img { max-height: 55px; }
  }

  @media (max-width: 480px) {
        .banner-search-main { position: relative; margin-top: -150px;}
        .banner-search-main h3 br { display: none}
        .enruiryform { padding-bottom: 50px; }
        .fsstfylf { margin-left: 0px; padding-left: 0px; }
        .banner-search-sub { background-color: rgb(0 0 0 / 76%); }
        .footer-cont { border-right: 0 !important; min-height: 30px; }
        .copyright-text { text-align: center; width: 100%; display: block; }
  }

  /*harpreet css end*/




  .bg-login{
    background: linear-gradient(91deg, #ff3700, #ffd800);
  }
  .bdrtpr2{
    border-radius: 4px!important;
  }
  .login-submit.enquirybtn{
    float: none;
    border: none;
    cursor: pointer;
  }
  .inner-bg{
    width: 100%;
  }
  .inr-bg-img {
    position: relative;
  }
  .inr-bg-img img{
    width: 100%;
  }
  .inr-bnr-content{
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      margin: auto;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .inr-page-title{
      text-align: center;
      position: relative;
      top: 30px;
  }

  .inr-page-title h4{
    color: #fff;
    font-size: 28px;
  }
  .inr-page-title ul{
    display: flex;
    align-items: center; justify-content: center;
    padding: 0px;
  }
  .inr-page-title ul li{
    color: #e5c400;
    list-style: none;
    margin: 0px 16px;
    position: relative;
  }
  .inr-page-title ul li::marker{
    color:  transparent;

  }
  .inr-page-title ul li::before{
    content: "";
    font-weight: bold;
    display: inline-block;
    width: 14px;
    background-image: url(../../images/icons/kalash-ico.png);
    margin-left: -1em;
    height: 17px;
    background-size: 85%;
    background-repeat: no-repeat;
    top: 3px;
    position: relative;
    left: -5px;
  }
  .inr-page-title ul li a{
    color: #fff;
  }
  .inr-page-title ul li:first-child:before{
    background-image: none;
  }
  .container.smll{
    max-width: 768px!important;
    padding: 0px 15px;
  }


  .register-form-title{
    text-align: center;
  }
  .register-form-title h4{
    color: #fff;
    font-size: 22px;
    padding: 0px 10%;
    line-height: 30px;
    font-weight: 600;
  }
  .register-form-wrap{
      padding: 40px 40px;
      background: #00000075;
      box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
      border-radius: 30px;
  }
  .register-form-container select {
      width: 100%;
      border-color: #d5d3d3;
      font-size: 13px;
      padding: 0.375rem 0.75rem;
      line-height: 1.5;
      border: 1px solid #ced4da;
      border-radius: 0.25rem;
      transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }
  .register-form-container select:focus{
    box-shadow: 0 0 5px rgba(128, 189, 255, 0.5);
    border-color: #80bdff;
  }
  .display-flex{
    display: flex;
  }
  .form-radio-gender .form-check{
    margin:0px 15px 0px 0px;
  }
  .register-form-container label{
    /*font-weight: 500;
    color: #fdfdfd;*/
  }
  .register-form-container input{
    color: #636363;
  }
  .register-form-container input.form-control::placeholder{
    color: #959595!important;
  }
  .register-form-container select{
    color: #636363;
  }
  .register-form-container select.form-control::placeholder{
    color: #959595!important;
  }
  .community-note-ico{
    border: 2px solid #ddd;
    border-radius: 100%;
    color: #7a7a7a;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    font-size: 9px;
  }
  .community-note-ico:hover{
    font-weight: bold;
    background: #ddd;
  }
  .community-note-msg{
    visibility: hidden;
    padding: 10px;
    width: 248px;
    z-index: 9999;
    color: rgb(204, 204, 204);
    font: 400 12px/17px 'Roboto', sans-serif;
    background: #363636d6;
    border-radius: 6px;
    position: absolute;
    top: 44%;
    left: 12%;
    margin: 0;
  }
  .community-note-msg::after {
    content: ' ';
    position: absolute;
    bottom: 100%;
    left: 8.5%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #363636d6 transparent;
  }
  .community-note-ico:hover .community-note-msg{
    visibility: visible;
  }



  .vision-mission{
    background: #fff;
    padding: 60px 0px;
  }
  .vision-mission-card{
    /* margin-top: 60px; */
    padding: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: relative;
    transition: 0.5s ease-out;
    /* border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px; */
    border-radius: 30px;
  }
  .vision-mision-icon {
    width: 150px;
    height: 150px;
    background: #ffffff;
    padding: 25px;
    border-radius: 100%;
    margin: 0px auto;
    position: absolute;
    top: -80px;
    left: 0px;
    right: 0px;
    border-top: 4px solid #f0f0f1;
    transition: 0.5s ease-out;
  }
  .vision-mision-icon img{
    width: 100%;
    transition: 0.5s ease-out;
  }
  .vision-mission-card:hover .vision-mision-icon img{
    transform: rotateY(360deg);
  }
  .vision-mission-card:hover {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    transform: translateY(-5px);
  }

  .vision-mission-content{
    /* padding-top: 60px; */
  }
  .vm-title h4{
    margin: 5px 0px;
    text-align: left;
  }
  .vm-note p{
    text-align: justify;
    color: #363636;
  }
  .bg-light-grey{
    background: #f9f9f9;
  }
  .contact-map-section.mobile_app{
    max-width: 100%;
    border: 5px solid #fff;
    border-radius: 80px 0px 80px 0px;
    margin: 30px 0px;
    float: left;
    width: 100%;
    height: 90%;
    overflow: hidden;
  }



  .contact-cards{
    margin-top: 60px;
    padding: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: relative;
    transition: 0.5s ease-out;
    background: #fff;
    border-radius: 20px;
    min-height: 185px;
  }
  .contact-cards:hover {
    transform:translateY(-5px);
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  }
  .contact-card-icon{
    width: 80px;
    height: 80px;
    background: #ffffff;
    padding: 25px;
    border-radius: 100%;
    margin: 0px auto;
    position: absolute;
    top: -40px;
    left: 0px;
    right: 0px;
    border-top: 4px solid #f0f0f1;
    transition: 0.5s ease-out;
  }
  .contact-card-icon img{
    width: 100%;
  }
  .contact-card-note{
    padding-top: 40px;
  }
  .contact-card-note h4{
    font-size: 20px;
    text-align: center;
  }
  .contact-card-note p{
    color: #000;
    text-align: center;
  }


  .whychoosinner .featured-box.style-3 .featured-box-icon{
    position: inherit;
    margin: 0px auto 13px auto;
    transition: 0.5s ease-out;
  }
  .whychoosinner .featured-box.style-3{
    text-align: center;
    background: #fff;
    padding: 30px 20px;
    margin-top: 28px;
    min-height: 214px;
    transition: 0.5s ease-out;
    border-radius: 20px;
    cursor: pointer;
  }
  .whychoos.whychoosinner h3{
    font-size: 16px;
    font-weight: 600;
    color: #464545;
  }
  .whychoosinner .featured-box.style-3:hover{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    transform: translateY(-5px);
    background: #fafcff;
  }
  .whychoosinner .featured-box.style-3:hover .featured-box-icon{
    transform: rotate(360deg);
    background: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  }
  @media screen and (max-width:768px){
    .fixed-header.header-for-inner{
      position: inherit;
      padding: 10px 0px 3px 0px;
    }
    .fixed-header.header-for-inner.fbg{
      position: fixed;
    }
    .inr-bg-img{
      height: 100px;
    }
    .inr-bg-img img{
      height: 100%;
    }
    .inr-page-title{
      top: 9px;
    }
    .inr-page-title h4{
      font-size: 20px;
      margin: 0px;
    }
    .inr-page-title ul li{
      font-size: 12px;
    }
    .inr-page-title ul li::before{
      width: 10px;
      height: 13px;
    }
    .register-form-title h4{
      font-size: 18px;
      padding: 0px;
      line-height: 23px;
    }
    .register-form-wrap{
      padding: 28px 30px;
      margin: 40px 0px;
    }
    .whychoosinner .featured-box.style-3{
      margin-left: 0px;
    }

  }


  .our-mission-para{
     padding-bottom: 50px;
  }

  .whychoosinner .featured-box2{
     padding-bottom: 55px !important;
  }
  .vision-mission {
    background: #fff;
    padding: 60px 0px;
  }
  .vm-title h4 {
    margin: 5px 0px 15px 0px;
    /* / text-align: center; / */
    color: #eb510d;
  }


  .address-list { margin: 0px 0px 15px 0px; padding: 0px; list-style: none; }
                    .address-list li { margin: 5px 0px; padding: 0px 0px 0px 22px; position: relative }
                    .address-list li i { position: absolute; left: 0; top: 6px; color: #db4100; }
                    .address-list li a:hover { color: #db4100; }


                    /* farman css */
                    /* / *************************** blog css  here by farman*********************** / */


  .blog-section {
    overflow: hidden;
    background: url(../img/city-bg.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: #efefef;
    padding-bottom: 50px;

  }

  .blog-section .section-title {
    margin-top: 30px;
  }

  .blog-section .item-single .image img{
    display: inline-block;
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
  }
  .page-title-area {
    padding: 70px 0 !important;
  }

  .section-title {
    max-width: 720px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    position: relative;
    z-index: 5;
  }

  .section-title h2 {
    font-size: 50px;
    line-height: 1;
    margin-top: -5px;
    margin-bottom: 25px;
  }

  .blog-section h2 {
    color: #fff;
  }

  .blog-section .item-single {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-box-shadow: 0 -2px 30px 0 rgba(102, 102, 102, .09);
    box-shadow: 0 -2px 30px 0 rgba(102, 102, 102, .09);
    margin-bottom: 30px;
  }


  .blog-section .item-single .content {
    background: #fff;
    min-height: 202px;
  }


  .blog-details-desc .mb-30{
    margin-bottom: 30px !important;
  }

  .blog-details-desc .mb-20{
    margin-bottom: 20px;
  }
  .blog-details-desc .image { width: 100%; min-height: 450px; border: 1px solid #efefef; display: flex; align-items: flex-start; justify-content: center; }
  .blog-details-desc .image img{
    max-width: 100%; max-height: 450px;
    height: auto;
  }
  .blog-details-desc p { text-align: justify!important; }

  .blog-section .item-single .content .info-list {
    padding: 0;
    margin-bottom: 10px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .blog-section .item-single .content .info-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 16px;
    color: #797979;
    font-size: 14px
  }

  .blog-section .item-single .content .info-list li:last-child {
    margin-right: 0
  }

  .blog-section .item-single .content .info-list li i {
    color: #e49008;
    margin-right: 5px;
    vertical-align: middle
  }

  .blog-section .item-single .content h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px
  }

  .blog-section .item-single .content h3 a {
      color: #ff4c00;
      font-size: 18px; line-height: 1.3;
  }

  .blog-section .item-single .content h3 a:hover {
    color: #fed524
  }

  .blog-section .item-single .content .list {
    padding: 0;
    margin-top: 15px;
    margin-bottom: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .blog-section .item-single .content .list li {
    display: inline-block;
    margin-right: 12px;
    color: #797979
  }

  .blog-section .item-single .content .list li:last-child {
    margin-right: 0
  }

  .blog-section .item-single .content .author img {
    max-width: 40px;
    border-radius: 50%;
    margin-right: 10px
  }

  .blog-section .item-single:hover {
    -webkit-box-shadow: 0 40px 44px 0 rgba(102, 102, 102, .09), 0 40px 44px 0 rgba(102, 102, 102, .09);
    box-shadow: 0 40px 44px 0 rgba(102, 102, 102, .09), 0 40px 44px 0 rgba(102, 102, 102, .09)
  }


  .pagination {
    position: relative;

  }

  @media only screen and (min-width:768px) and (max-width:991px) {
    .blog-section .item-single .image img {
      width: 100%
    }
  }

  .blog-section .item-single.item-big .content {
    padding: 25px 20px
  }

  .blog-section .item-single.item-big .content .info-list li {
    margin-right: 18px
  }

  .blog-section .item-single.item-big .content h3 {
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 15px
  }

  .blog-style-two .item-single .content {
    -webkit-transition: .9s;
    transition: ease-in-out .6s;
    padding: 25px 16px;
    min-height: 232px;
  }

  .blog-style-two .item-single .content .info-list li i {
    margin-top: -2px;
    color: #797979
  }

  .blog-style-two .item-single .content h3 {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 24px;
    min-height: 55px;
  }

  .blog-style-two .item-single .content p {
    margin: 0; text-align: left; min-height: 85px;
  }


  .blog-style-three .widget-area .widget-search .search-form {
    position: relative;
    background-color: #fff
  }

  .blog-style-three .widget-area .widget-search .search-form .form-control {
    background-color: #fff;
    border: 1px solid #d1d1d1
  }

  .blog-style-three .widget-area .widget-search .search-form button {
    border: none;
    color: #797979;
    position: absolute;
    right: 16px;
    top: 50%;
    font-size: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms
  }

  .blog-style-three .widget-area .widget-search .search-form button i {
    vertical-align: middle
  }

  .blog-style-three .widget-area .widget-video {
    position: relative
  }

  .blog-style-three .widget-area .widget-video img {
    border-radius: 5px
  }

  .blog-style-three .widget-area .widget-video .video-btn {
    width: 60px;
    height: 60px
  }

  .blog-style-three .widget-area .widget-video .video-btn i {
    font-size: 20px
  }

  .blog-style-three .widget-area .widget-article .article-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 20px
  }

  .blog-style-three .widget-area .widget-article .article-item .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    overflow: hidden
  }

  .blog-style-three .widget-area .widget-article .article-item .image img {
    -webkit-transition: .5s;
    transition: .5s
  }

  .blog-style-three .widget-area .widget-article .article-item .content {
    background: #fff;
    padding-left: 10px
  }

  .blog-style-three .widget-area .widget-article .article-item .content h3 {
    margin-bottom: 10px;
    font-size: 18px
  }

  .blog-style-three .widget-area .widget-article .article-item .content h3 a {
    color: #090031
  }

  .blog-style-three .widget-area .widget-article .article-item .content h3 a:hover {
    color: #fed524;
    text-decoration: underline
  }

  .blog-style-three .widget-area .widget-article .article-item .content .list {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .blog-style-three .widget-area .widget-article .article-item .content .list li {
    display: inline-block;
    margin-right: 12px;
    color: #797979
  }

  .blog-style-three .widget-area .widget-article .article-item .content .list li:last-child {
    margin-right: 0
  }

  .blog-style-three .widget-area .widget-article .article-item .content .author img {
    max-width: 30px;
    border-radius: 50%;
    margin-right: 8px
  }

  .blog-style-three .widget-area .widget-article .article-item .content .author span {
    font-size: 15px
  }

  .blog-style-three .widget-area .widget-article .article-item:last-child {
    margin-bottom: 0
  }

  .blog-style-three .widget-area .widget-article .article-item:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }

  .blog-style-three .widget-area .widget-gallery .instagram-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0
  }

  .blog-style-three .widget-area .widget-gallery .instagram-post li {
    position: relative;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    cursor: pointer
  }

  .blog-style-three .widget-area .widget-gallery .instagram-post li::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    background: rgba(9, 0, 49, .5)
  }

  .blog-style-three .widget-area .widget-gallery .instagram-post li i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    opacity: 0;
    font-size: 30px;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 1
  }

  .blog-style-three .widget-area .widget-gallery .instagram-post li:hover::after {
    opacity: 1
  }

  .blog-style-three .widget-area .widget-gallery .instagram-post li:hover i {
    opacity: 1
  }

  .blog-style-three h3.sub-title {
    line-height: 1;
    margin-top: -2px;
    margin-bottom: 20px;
    font-size: 22px;
    text-transform: capitalize
  }





  /* / blog-details page css here by farman / */


  .blog-details-section{
    padding-top: 70px;
    padding-bottom: 70px;
  }


  .blog-details-content .content-one .top-text {
    position: relative;
    margin-bottom: 34px;
  }

  .blog-details-content .content-one .image-box {
    position: relative;
    display: block;
    border-radius: 5px;
    margin-bottom: 34px;
  }

  .blog-details-content .content-one .image-box img {
    width: 100%;
    border-radius: 5px;
  }

  .blog-details-content .content-one .text p {
    margin-bottom: 17px;
  }

  .blog-details-content .content-one .text .list li {
    position: relative;
    display: block;
    padding-left: 27px;
    margin-bottom: 11px;
  }

  .blog-details-content .content-one .text .list li:last-child {
    margin-bottom: 0px;
  }

  .blog-details-content .content-one .text .list li:before {
    position: absolute;
    content: "\f12f";
    font-size: 14px;
    font-family: 'Flaticon';
    color: #b6b6c2;
    left: 0px;
    top: 1px;
  }

  .blog-details-content .content-one .text .list {
    margin-bottom: 43px;
  }

  .blog-details-content .content-one .text h3 {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 16px;
  }

  .blog-details-content .content-one {
    padding-bottom: 17px;
  }

  .blog-details-content .content-two .image-box {
    position: relative;
    display: block;
    border-radius: 5px;
  }

  .blog-details-content .content-two .image-box img {
    width: 100%;
    border-radius: 5px;
  }



  .blog-details-content .content-two h4 {
    color: #ffffff;
  }

  .blog-details-content .content-two .two-column {
    position: relative;
    margin-bottom: 33px;
  }

  .blog-details-content .content-two {
    position: relative;
    margin-bottom: 47px;
  }

  .blog-details-content .post-share-option .post-tags li {
    position: relative;
    display: inline-block;
    color: #646578;
  }

  .blog-details-content .post-share-option .post-tags li a {
    color: #646578;
  }


  .blog-details-content .post-share-option .post-tags li h6 {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    padding-left: 27px;
  }

  .blog-details-content .post-share-option .post-tags li h6 i {
    position: absolute;
    left: 0px;
    top: 4px;
  }

  .blog-details-content .post-share-option .post-tags {
    position: relative;
    margin-bottom: 20px;
  }



  .blog-details-content .post-share-option {
    position: relative;
    padding-bottom: 60px;
    border-bottom: 1px solid #dcdee5;
    margin-bottom: 30px;
  }

  .blog-details-content .post-nav {
    position: relative;
    display: block;
    padding-bottom: 40px;
    border-bottom: 1px solid #dcdee5;
    margin-bottom: 55px;
  }

  .blog-details-content .post-nav .image-box {
    position: absolute;
    top: 10px;
    width: 80px;
    height: 80px;
    background: #000;
    overflow: hidden;
    border-radius: 5px;
  }

  .blog-details-content .post-nav .image-box img {
    width: 100%;
    border-radius: 5px;
    transition: all 500ms ease;
  }

  .blog-details-content .post-nav .image-box i {
    position: absolute;
    left: 30px;
    top: 27px;
    font-size: 30px;
    font-weight: 400;
    color: #ffffff;
    z-index: 1;
    opacity: 0;
    transition: all 500ms ease;
  }

  .blog-details-content .post-nav .left-nav:hover .image-box i,
  .blog-details-content .post-nav .right-nav:hover .image-box i {
    opacity: 1;
  }

  .blog-details-content .post-nav .left-nav:hover .image-box img,
  .blog-details-content .post-nav .right-nav:hover .image-box img {
    opacity: 0.25;
  }

  .blog-details-content .post-nav .left-nav .image-box {
    left: 0px;
  }

  .blog-details-content .post-nav .right-nav .image-box {
    right: 0px;
  }

  .blog-details-content .post-nav .left-nav {
    position: relative;
    padding-left: 100px;
  }

  .blog-details-content .post-nav .right-nav {
    position: relative;
    padding-right: 100px;
  }

  .blog-details-content .post-nav span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    color: #646578;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #9e9ea9;
    margin-bottom: 9px;
  }

  .blog-details-content .post-nav h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
  }

  .blog-details-content .post-nav h5 a {
    display: inline-block;
    color: #ffdd15 !important;
  }


  .blog-details-content .group-title {
    position: relative;
    display: block;
    margin-bottom: 25px;
  }

  .blog-details-content .group-title h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
  }

  .blog-details-content .comment-box .comment {
    position: relative;
    display: block;
    padding-left: 110px;
    padding-bottom: 36px;
    border-bottom: 1px solid #dcdee5;
    margin-bottom: 34px;
  }

  .blog-details-content .comment-box .comment.reply-comment {
    margin-left: 40px;
  }

  .blog-details-content .comment-box .comment:last-child {
    border-bottom: none;
    margin-bottom: 0px;
  }

  .blog-details-content .comment-box .comment .thumb-box {
    position: absolute;
    left: 0px;
    top: 7px;
    width: 80px;
    height: 80px;
    border-radius: 5px;
  }

  .blog-details-content .comment-box .comment .thumb-box img {
    width: 100%;
    border-radius: 5px;
  }

  .blog-details-content .comment-box .comment .comment-info .post-date {
    float: right;
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .blog-details-content .comment-box .comment .comment-info h4 {
    float: left;
  }

  .blog-details-content .comment-box .comment .comment-info {
    margin-bottom: 14px;
  }

  .blog-details-content .comment-box .comment .comment-inner p {
    margin-bottom: 14px;
    line-height: 28px;
  }

  .blog-details-content .comment-box .comment .comment-inner .reply-btn {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #b6b6c2;
    text-transform: uppercase
  }

  .blog-details-content .comment-box .comment .comment-inner .reply-btn i {
    margin-right: 8px;
  }



  .blog-details-section .widget-area .widget-article .article-item .image {
    -webkit-box-flex: 0;
    flex: 0 0 140px;
    overflow: hidden;
  }

  .blog-details-section .widget-area .widget-article .article-item .content h3 {
    margin-bottom: 10px;
    font-size: 14px;

  }


  .blog-details-section .blog-details-desc .content h3 {
    margin-top: -4px;
    margin-bottom: 15px;
    font-size: 20px;
  }

  .blogdet-right .image { width: 100%; height: 80px; border: 1px solid #e0e0e0; }
  .blogdet-right .image img { width: 100%; max-height: 80px; }
  .bloglistimg { width: 100%; height: 200px; border: 1px solid #e0e0e0; }
  .bloglistimg img { width: 100%; max-height: 200px; }


  .blog-details-section h3.sub-title {
    line-height: 1;
    margin-top: -2px;
    margin-bottom: 20px;
    font-size: 22px;
    text-transform: capitalize;
  }

  .pagination{
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .pagination .page-numbers.current {
      width: 40px;
      height: 40px;
      border-radius: 3px;
      color: #fff;
      background-color: #5a4e06d6;
      margin-top: 10px;
  }

  .pagination .page-numbers {
      text-align: center;
      display: inline-block;
      line-height: 42px;
      position: relative;
      margin-right: 0px;
      font-weight: 400;
      font-size: 18px;
  }

  .pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
  }

  .pagination a:hover:not(.active) {
    background-color: #ddd;
  }

  .blog-section .item-single .image img {
    vertical-align: middle;
     border-style: none;
  }


  .widget-article .article-item img {
    display: inline-block;
    max-width: 100%;
    height: auto;

  }

  .blog-details-section .widget-area .widget-article .article-item {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    margin-bottom: 20px;
  }

  .blog-details-section .widget-area .widget-article .article-item .content {
    padding-left: 10px;
  }

  .blog-details-section .widget-area .widget-article .article-item:hover .image img {
    transform: scale(1.1);
  }

  .blog-details-section .widget-area .widget-article .article-item .image img {
    transition: .5s;
  }

  .blog-details-section .blog-details-desc .image img{
    transition: .5s;
  }

  .blog-details-section .blog-details-desc .image img:hover {
    transform: scale(1.1);
  }

  .blog-details-section .blog-details-desc .image {
    overflow: hidden;
    border-radius: 3px;
  }

  .fa-whatsapp {
    font-weight: 900;
  }


  .formcont input, .formcont select, .formcont textarea { font-size: 13px; font-family: "Poppins", sans-serif!important;}


  @media (max-width: 480px) {


      .inquiry-form-heading{
    display: none;
      }

      .enruiryform2{
    padding-bottom: 0px !important;
      }
    }

    .formcont-feedback textarea{
      height: 105px !important;
    }

    .formcont-contact-us textarea{
      height: 185px !important;

    }

    .modal {
      z-index: 1111111;
  }

       .widget-article{
      height: 525px;
      overflow-y: scroll;
      }

      /* 04-Dec-23 */

  .our-mission-para{
     padding-bottom: 50px;
  }

  .whychoosinner .featured-box2{
     padding-bottom: 55px !important;
  }

  .addonservice-img { margin: 30px 0px 20px 0px; position: relative; text-align: center; }
  .addonservice-img img { border-radius: 15px; }
  .addonservice-img h2 { position: absolute; top: 15px; left: 0; right: 0; min-width: 455px; min-height: 81px;
    padding: 11px 60px 0px 60px; color: #fff; font-size: 29px; line-height: 1.1;
    background: url(../../images/ribbon.png) center top no-repeat; text-align: center;
   }
  .addonservice-img h2 span { display: block; font-size: 25px; color: #ffcc46; }
  .addonservice-img h2 em { font-size: 25px; font-style: normal; }

  .addonservice h4 { font-size: 22px; }
  .addonservice h4 span { font-weight: 600!important; }
  .addonservice .packbuy-btn { font-size: 20px; padding: 3px 50px; }
  .mrpee { opacity: 0.5; text-decoration: line-through; }
  .addonservice img { width:180px; height:180px; border-radius: 100%; margin: 0px 15px; }

  @media only screen and (max-width: 480px) {
    .addonservice-img h2 { min-width: 100%; position: relative; background-size: 100% 100%; font-size: 20px; padding-left:0; padding-right:0; padding-top: 15px; }
    .addonservice-img h2 span, .addonservice-img h2 em { font-size: 18px; }
    .addonservice { display: block; text-align: center; }
  }

  .register-form-wrap2 ul li {
      text-align: justify !important;
  }




  .breadcrumbs {
    /*    border: 1px solid #cbd2d9;*/
        border-radius: 0.3rem;
        display: inline-flex;
        overflow: hidden;
    /*    background: #f3f3f3;*/
        width: 100%;
        position: relative;
        padding-left: 7%;
    }

    .topic{
         padding: 20px 110px;

    }

    .breadcrumbs__item {
      background: #fff;
      color: #333;
      outline: none;
      padding: 0.75em 0.75em 0.75em 1.25em;
      position: relative;
      text-decoration: none;
      transition: background 0.2s linear;
    }


    .breadcrumbs__item:after:hover, .breadcrumbs__item:before:hover{

        background: #ff4c00 !important;
        bottom: 0;
        -webkit-clip-path: polygon(50% 50%, -50% -50%, 0 100%);
        clip-path: polygon(50% 50%, -50% -50%, 0 100%);
        content: "";
        left: 100%;
        position: absolute;
        top: 0;
        transition: background 0.2s linear;
        width: 1em;
        z-index: 1;

    }

    .breadcrumbs__item:focus:after,
    .breadcrumbs__item:focus,
    .breadcrumbs__item.is-active:focus {
      background: #323f4a;
      color: #fff;
    }


    .Delhi-matr:after,
    .Delhi-matr:before{
        background: #ff4c00;
      bottom: 0;
      -webkit-clip-path: polygon(50% 50%, -30% -40%, 0 100%);
              clip-path: polygon(50% 50%, -30% -40%, 0 100%);
    }

    .breadcrumbs__item:after,
    .breadcrumbs__item:before {
      bottom: 0;
      -webkit-clip-path: polygon(50% 50%, -30% -40%, 0 100%);
              clip-path: polygon(50% 50%, -30% -40%, 0 100%);
      content: "";
      left: 100%;
      position: absolute;
      top: 0;
      transition: background 0.2s linear;
      width: 1em;
      z-index: 1;
    }

    .breadcrumbs__item:before {
      background: #cbd2d9;
    }

    .breadcrumbs__item:last-child {
      border-right: none;
    }

    .breadcrumbs__item.is-active {
                  background: #c3c3c3;
        color: #000;
    }


    .bg-grey{
      background: #e7e9eb;
    }

    .bride-part{
      width: 50%;
       height: 50%;
       cursor: pointer;
    }

    .bride{
        margin: 0 30px;

    }
    .view_p{
      color: #016893;
      display: flow;
      text-align: center;
      cursor: pointer;
    }

    .bride-p{

        /*border-radius: 10px;*/
        background: #fff3ee;
        width: 100%;
        text-align: center;
        border-radius: 0;
        padding: 20px;
        position: relative;
               border: 0.1px solid #ff4c00;
        cursor: pointer;
    }


    .btn-double-border-left::before,.btn-double-border-right::before {
        border: 0.1px solid #ff4c00;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        transition: all 0.3s ease 0s;
        width: 100%;
    }
    .btn-double-border-left::before{
       left: -10px;
       top: -10px;
    }
    .btn-double-border-right::before{
      right: -10px;
       top: -10px;
    }

    .btn-double-border-left:active,.btn-double-border-right:active{
       top:5px;
    }
    .btn-double-border-left:hover,.btn-double-border-right:hover {
        background: #ffffff none repeat scroll 0 0;
        color: #000000;

    }

    .btn-double-border-left:hover::before {
        left: 0;
        top: 0;
    }
    .btn-double-border-right:hover::before {
        right: 0;
        top: 0;
    }
    .img-double-border-left,.img-double-border-right {
        background: #000;
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        position: relative;
        -moz-user-select: none;
        background-image: none;
        cursor: pointer;
        display: inline-block;
        font-weight: normal;
        line-height: 0;
        margin-bottom: 0;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
        border-color: #ffffff;
        border-style: solid;
        border-width: 1px;
        color: #ffffff;
        border-radius: 0;
        font-size: 16px;
        padding: 0;
      margin:0;
        text-decoration: none;
      z-index:2;
    }
    .img-double-border-left::before,.img-double-border-right::before {
        border: 1px solid #fff;
        content: "";
        display: block;
        height: 100%;

        position: absolute;

        transition: all 0.3s ease 0s;
        width: 100%;
      z-index:-1;
    }
    .img-double-border-left::before{
       left: -10px;
         top: -10px;
    }
    .img-double-border-right::before{
       right: -10px;
         top: -10px;
    }
    .img-double-border-left img, .img-double-border-right img{
      max-width: 100%;
      width: 100%;
    }
    .margin{
      margin:50px;
    }
    .border-gold{
      border-color:#ffd700;

    }
    .color-gold{

     color:#ffd700;
    }
    .border-gold::before{
      border-color:#ffd700;
    }
    .btn-double-border-left.bg-gold-on-hover:hover,.btn-double-border-right.bg-gold-on-hover:hover {
        background: #ffd700 none repeat scroll 0 0;
        color: #000000;

    }





    .bride-part:hover{
        color: #000;
      font-weight: 500;
    }

    .name-tile{
      font-size: 20px;
      text-align: left;
      font-weight: 600;
    }

    .d-bride{
          font-size: 25px;


    }


    .d-groom{
      width: max-content;
          font-size: 25px;

    }

    .bride-part img {
            border-radius: 5px;
    }


    .view_p.btn.fbtn{
          margin: auto;
        width: 100%;
        font-size: 14px;
        margin: 10px 0;
    }
    .breadcrumbs__item:after:hover,.breadcrumbs__item:before:hover{
    }


    .breadcrumbs__item:before:hover{
      background: #ff4c00 !important;
    }

    .breadcrumbs__item{
           background: #d7d7d7;
        color: #000;
    }

    .breadcrumbs__item:after{
         background: #bababa;
    }

    .matri_monial{
        min-height: 150px !important;
    }

    .matri_monial img{
      height: 200% !important;
    }
    
    .descrip-category {
    padding: 20px 0;
}
    
    
    @media only screen and (max-width: 320px) {
    .descrip-category {
        display: block;
        position: relative;
        top: 60px;
    }
    .view_p.btn.fbtn {
    margin: auto;
    width: 100%;
    font-size: 10px;
    margin: 10px 0;
    width: 152%;
    position: relative;
    right: 24%;
}

.name-tile {
      font-size: 17px;
}

}



@media only screen and (max-width: 768px) {
.view_p.btn.fbtn {
    margin: auto;
    width: 100%;
    font-size: 10px;
    width: 15vh;
    margin: 10px 0;
}

.bride-p{
   padding: 16px;
}
}


@media(max-width: 320px) {
  
.d-groom {
    width: max-content;
    font-size: 25px;
    position: relative;
    top: 20px;
}
    .view_p.btn.fbtn {
        margin: auto;
        width: 100%;
        font-size: 10px;
        margin: 10px 0;
        width: 152%;
        position: relative;
        right: 24%;
      }
}

@media only screen and (max-width: 320px) {
    .name-tile {
        font-size: 13px;
    }
}
    
