﻿
      @charset "UTF-8";
      @import url("blog.css");


  

      .site-button-link:hover:after {
        width: 20px;
      }

      /* Theme default button */
      .site-button {
        outline: none;
        color: #000;
        font-weight: 500;
        padding: 15px 30px;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        display: inline-flex;
        font-family: "Figtree", sans-serif;
        background-color: #85D200;
        border: none;
        font-size: 18px;
        transition: 0.5s all ease;
        white-space: nowrap;
        border-radius: 50px;
      }

      .site-button.butn-bg-shape:after {
        background: #fff;
        content: "";
        height: 160px;
        opacity: 0;
        position: absolute;
        top: -50px;
        transform: rotate(35deg);
        transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
        width: 40px;
      }

      .site-button:hover,
      .site-button:active {
        transform: translateY(-3px);
        color: #fff;
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
      }

      .site-button.butn-bg-shape:after {
        left: -100%;
      }

      .site-button.butn-bg-shape:hover::after {
        left: 200%;
        opacity: 0.6;
      }

      .site-button span {
        z-index: 20;
      }

      .site-button.outline {
        background-color: transparent;
        color: #066168;
        border-radius: 50px;
        border: 2px solid #85D200;
        padding: 8px 25px;
        font-size: 14px;
      }

      .site-button.outline:hover {
        color: #FFAA0D;
        border-color: #fff;
      }

      .site-button.outline:after {
        background: #85D200;
        content: "";
        height: 160px;
        opacity: 0;
        position: absolute;
        top: -50px;
        transform: rotate(35deg);
        transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
        width: 40px;
      }

      .site-button.outline:after {
        left: -100%;
      }

      .site-button.outline:hover::after {
        left: 200%;
        opacity: 0.6;
      }

      .site-button.white-txt {
        color: #fff;
      }

      .site-button.white-bg {
        color: #066168;
        background-color: #fff;
      }

      .site-button.white-bg.butn-bg-shape:after {
        background: #85D200;
        content: "";
        height: 160px;
        opacity: 0;
        position: absolute;
        top: -50px;
        transform: rotate(35deg);
        transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
        width: 40px;
      }

      .site-button.white-bg.butn-bg-shape:hover::after {
        opacity: 0.6;
      }

      /*====Button Effect====*/
      .site-btn-effect {
        color: rgba(0, 0, 0, 0) !important;
        transition: all 0.3s ease !important;
      }

      .site-button.site-btn-effect {
        text-shadow: 0 0 0 #fff, 400px 0 0 #fff;
      }

      .site-button.site-btn-effect:hover {
        text-shadow: -400px 0 0 #000, 0 0 0 #000;
      }

      .site-button-secondry.site-btn-effect {
        text-shadow: 0 0 0 #fff, 400px 0 0 #fff;
      }

      .site-button-secondry:hover.site-btn-effect {
        text-shadow: -400px 0 0 #fff, 0 0 0 #fff;
      }

      .mfp-video.video-play-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 40px;
        height: 40px;
        line-height: 38px;
        text-align: center;
        margin: -25px;
        color: #fff;
        display: block;
        z-index: 10;
        font-size: 14px;
        border: 2px solid #fff;
        border-radius: 50%;
      }

      .mfp-video.video-play-btn:hover {
        background-color: #0f1221;
        color: #fff;
        border: 2px solid transparent;
      }

      .mfp-video.video-play-btn i {
        margin-right: -5px;
      }

      /*Button text uppercase */
      .site-button.text-uppercase {
        text-transform: uppercase;
      }

      /*Button size */
      .button-sm {
        padding: 5px 10px;
        font-size: 12px;
      }

      .button-lg {
        padding: 15px 30px;
        font-size: 16px;
      }

      .button-xl {
        padding: 30px 50px;
        font-size: 24px;
      }

      /*Button rounded */
      .radius-no {
        border-radius: 0px;
      }

      .radius-sm {
        border-radius: 10px;
      }

      .radius-md {
        border-radius: 20px;
      }

      .radius-xl {
        border-radius: 100px;
      }

      .radius-bx {
        border-radius: 100%;
      }

      /*===Owl Slider===*/
      .owl-carousel .owl-nav {
        margin-top: 40px;
        text-align: center;
      }

      .owl-carousel .owl-nav .disabled {
        opacity: 0.5;
        cursor: default;
      }

      /*---Owl dots button---*/
      .owl-carousel .owl-dots {
        text-align: center;
        margin-top: 30px;
      }

      .owl-carousel .owl-dots .owl-dot {
        display: inline-block;
        outline: none !important;
      }

      .owl-carousel .owl-dots .owl-dot span {
        width: 16px;
        height: 6px;
        margin: 5px 4px;
        background: #8a8a8a;
        display: block;
        border-radius: 0px;
        transition: opacity 200ms ease;
      }

      .owl-carousel .owl-dots .owl-dot:hover span {
        background: #066168;
      }

      .owl-carousel .owl-dots .owl-dot.active span {
        background: #066168;
      }

      /*---Owl button top to center---*/
      .owl-btn-top-center .owl-nav {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        margin: 0;
      }

      .owl-btn-top-left .owl-nav {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        margin: 0;
      }

      .owl-btn-top-right .owl-nav {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        margin: 0;
      }

      .owl-btn-top-center .owl-stage-outer {
        padding-top: 60px;
      }

      .owl-btn-top-left .owl-stage-outer {
        padding-top: 60px;
      }

      .owl-btn-top-right .owl-stage-outer {
        padding-top: 60px;
      }

      .owl-btn-top-center .owl-nav {
        text-align: center;
      }

      /*---Owl button top to left---*/
      .owl-btn-top-left .owl-nav {
        text-align: left;
      }

      /*---Owl button top to right---*/
      .owl-btn-top-right .owl-nav {
        text-align: right;
      }

      /*---Owl button bottom to center [it is default position ]---*/
      .owl-btn-bottom-center .owl-nav {
        text-align: center;
      }

      /*---Owl button bottom to left---*/
      .owl-btn-bottom-left .owl-nav {
        text-align: left;
      }

      /*Owl button bottom to right*/
      .owl-btn-bottom-right .owl-nav {
        text-align: right;
      }

      /*---Owl button vertical to center--*/
      .owl-btn-vertical-center .owl-nav {
        margin: 0px;
      }

      .owl-btn-vertical-center .owl-nav .owl-prev {
        position: absolute;
        top: 50%;
        margin: -15px 0;
        left: 0;
      }

      .owl-btn-vertical-center .owl-nav .owl-next {
        position: absolute;
        top: 50%;
        margin: -15px 0;
        right: 0;
      }

      /*---Owl button show on hover---*/
      .owl-btn-hover .owl-nav {
        opacity: 0;
      }

      .owl-btn-hover:hover .owl-nav {
        opacity: 1;
      }

      .owl-carousel .owl-item img {
        transform-style: inherit;
      }

      /*---Owl slider button---*/
      .owl-carousel .owl-nav button.owl-prev {
        background-color: #443935 !important;
        color: #fff !important;
        padding: 6px !important;
        font-size: 11px !important;
        text-transform: uppercase;
        letter-spacing: 2px;
        display: inline-block;
        cursor: pointer;
        border-radius: 0px;
        opacity: 1;
        margin-right: 5px;
        font-weight: 500;
      }

      .owl-carousel .owl-nav button.owl-prev i {
        font-style: normal;
      }

      .owl-carousel .owl-nav button.owl-prev:hover {
        background-color: #066168 !important;
        color: #fff;
        opacity: 0.9;
      }

      .owl-carousel .owl-nav button.owl-prev:active {
        background-color: #066168 !important;
        color: #fff;
        opacity: 0.9;
      }

      .owl-carousel .owl-nav button.owl-prev:focus {
        background-color: #066168 !important;
        color: #fff;
        opacity: 0.9;
      }

      .owl-carousel .owl-nav button.owl-next {
        background-color: #443935 !important;
        color: #fff !important;
        padding: 6px !important;
        font-size: 11px !important;
        text-transform: uppercase;
        letter-spacing: 2px;
        display: inline-block;
        cursor: pointer;
        border-radius: 0px;
        opacity: 1;
        margin-right: 0px;
        font-weight: 500;
      }

      .owl-carousel .owl-nav button.owl-next i {
        font-style: normal;
      }

      .owl-carousel .owl-nav button.owl-next:hover {
        background-color: #066168 !important;
        color: #fff;
        opacity: 0.9;
      }

      .owl-carousel .owl-nav button.owl-next:active {
        background-color: #066168 !important;
        color: #fff;
        opacity: 0.9;
      }

      .owl-carousel .owl-nav button.owl-next:focus {
        background-color: #066168 !important;
        color: #fff;
        opacity: 0.9;
      }

      /*---Owl dots nav position---*/
      .owl-dots-bottom-left .owl-dots {
        bottom: 0px;
        padding: 15px 20px;
        position: absolute;
        width: 100%;
        text-align: left;
      }

      .owl-dots-bottom-right .owl-dots {
        bottom: 0px;
        padding: 15px 20px;
        position: absolute;
        width: 100%;
        text-align: right;
      }

      .owl-dots-bottom-center .owl-dots {
        bottom: 0px;
        padding: 15px 20px;
        position: absolute;
        width: 100%;
      }

      /*======================================
THEMEFOREST REQUIRED CLASSES
======================================*/
      /*-------------------------------------
	Text meant only for screen readers
-------------------------------------*/
      .sticky {
        clear: both;
      }

      .gallery-caption {
        clear: both;
      }

      .bypostauthor {
        clear: both;
      }

      .screen-reader-text {
        clip: rect(1px, 1px, 1px, 1px);
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
      }

      .screen-reader-text:focus {
        background-color: #f1f1f1;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        clip: auto !important;
        color: #21759b;
        display: block;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: bold;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000;
      }

      /*-------------------------------------
	Tabs 
-------------------------------------*/
      /*Tabs style 1 [ default ] */
      .wt-tabs .tab-pane {
        padding: 20px;
        border: 5px solid #066168;
        background-color: #fff;
      }

      .wt-tabs .nav-tabs {
        border: 0px;
      }

      .wt-tabs .nav-tabs>li {
        border: 1px solid #ebebeb;
      }

      .wt-tabs .nav-tabs>li>a {
        color: #000;
        background-color: #fff;
        font-size: 16px;
        padding: 15px;
        border: 0px;
        display: block;
        font-weight: 600;
      }

      .wt-tabs .nav-tabs>li>a i {
        margin-right: 5px;
      }

      .wt-tabs .nav-tabs>li a.active {
        background-color: #066168;
        color: #000;
      }

      .wt-tabs .nav-tabs>li a.active:focus {
        background-color: #066168;
        color: #000;
      }

      .wt-tabs .nav-tabs>li a.active:hover {
        background-color: #066168;
        color: #000;
      }

      .wt-tabs .nav>li>a:focus {
        background-color: transparent;
        border: 0px;
      }

      .wt-tabs .nav>li>a:hover {
        background-color: transparent;
        border: 0px;
      }

      .wt-tabs .nav li a:hover {
        border: 1px;
      }

      .wt-tabs.tabs-default .tabs-default-nav .nav-tabs {
        display: flex;
        justify-content: flex-end;
      }

      @media (max-width: 767px) {
        .wt-tabs.tabs-default .tabs-default-nav .nav-tabs {
          justify-content: flex-start;
        }
      }

      .wt-tabs.tabs-default .tabs-default-nav .nav-tabs>li>a {
        color: #000;
      }

      .wt-tabs.tabs-default .tabs-default-nav .nav-tabs>li>a span {
        display: block;
      }

      .wt-tabs.tabs-default .tabs-default-nav .nav-tabs>li>a span i {
        font-weight: normal;
      }

      .wt-tabs.tabs-default .tabs-default-nav .nav-tabs>li>a.active {
        color: #fff;
      }

      .wt-tabs.tabs-default .tabs-default-nav .nav-tabs>li.active>a {
        color: #000;
        border-color: #ddd #ddd #fff;
      }

      .wt-tabs.tabs-default .tabs-default-nav .nav-tabs>li.active>a:focus {
        color: #000;
        border-color: #ddd #ddd #fff;
      }

      .wt-tabs.tabs-default .tabs-default-nav .nav-tabs>li.active>a:hover {
        color: #000;
        border-color: #ddd #ddd #fff;
      }

      .wt-tabs.tabs-default .tab-pane {
        color: #fff;
      }

      @media (max-width: 991px) {
        .wt-tabs.tabs-default .tab-pane {
          padding: 0px;
        }
      }

      .header-style-1 {
        position: absolute;
        left: 35px;
        right: 35px;
        top: 35px;
        transition: 0.5s all ease;
        z-index: 9999;
      }

      @media (max-width: 991px) {
        .header-style-1 {
          left: 0px;
          right: 0px;
          top: 0px;
        }
      }

      .header-style-1.is-fixed {
        position: fixed;
        top: 0%;
        left: 35px;
        right: 35px;
        z-index: 9999;
      }

      @media (max-width: 991px) {
        .header-style-1.is-fixed {
          left: 20px;
          right: 20px;
        }
      }

      @media (max-width: 767px) {
        .header-style-1 .top-bar .container {
          max-width: 100%;
        }
      }

      .header-style-1 .top-bar {
        /*---Top bar---*/
        border-bottom: 1px solid #dcdcdc;
      }

      .header-style-1 .top-bar .wt-topbar-left-info {
        margin: 0px;
      }

      .header-style-1 .top-bar .wt-topbar-left-info li {
        display: inline-block;
        color: #000;
        padding: 0px 15px;
        border-right: 1px solid #dcdcdc;
        line-height: 40px;
      }

      @media (max-width: 991px) {
        .header-style-1 .top-bar .wt-topbar-left-info li {
          padding: 0px 10px;
          font-size: 14px;
        }
      }

      @media (max-width: 540px) {
        .header-style-1 .top-bar .wt-topbar-left-info li {
          padding: 0;
          width: 100%;
          border: 0px;
        }
      }

      .header-style-1 .top-bar .wt-topbar-left-info li:first-child {
        padding-left: 0px;
      }

      .header-style-1 .top-bar .wt-topbar-left-info li:last-child {
        border-right: 0px;
      }

      .header-style-1 .top-bar .wt-topbar-left-info li i {
        color: #066168;
        padding-right: 15px;
        font-size: 18px;
      }

      .header-style-1 .top-bar .wt-topbar-left-info li span {
        font-weight: 600;
      }

      .header-style-1 .top-bar .wt-topbar-right-info {
        margin: 0px;
      }

      @media (max-width: 767px) {
        .header-style-1 .top-bar .wt-topbar-right-info {
          display: none;
        }
      }

      .header-style-1 .top-bar .wt-topbar-right-info ul {
        margin-bottom: 0px;
        display: flex;
        border-right: 1px solid #dcdcdc;
        list-style: none;
      }

      .header-style-1 .top-bar .wt-topbar-right-info ul li a {
        list-style: none;
        display: block;
        position: relative;
        width: 40px;
        height: 42px;
        line-height: 42px;
        border-left: 1px solid #dcdcdc;
        text-align: center;
      }

      .header-style-1 .top-bar .wt-topbar-right-info ul li a:hover {
        background-color: #066168;
        color: #fff;
      }

      .header-style-1 .extra-nav {
        display: flex;
        align-items: center;
      }

      .header-style-1 .extra-nav .extra-cell:first-child {
        padding-left: 0px;
      }

      .header-style-1 .extra-nav .extra-cell .header-search .header-search-icon {
        padding: 20px 20px;
        color: #fff;
        font-size: 24px;
      }

      .header-style-1 .extra-nav .extra-cell .header-search .header-search-icon i {
        transition: 0.5s all ease;
      }

      @media (max-width: 575px) {
        .header-style-1 .extra-nav .extra-cell .header-search .header-search-icon {
          padding: 20px 16px 20px 20px;
        }
      }

      .header-style-1 .extra-nav .extra-cell .header-search .header-search-icon:hover i {
        color: #85D200;
      }

      .header-style-1 .trv-r-section-block {
        position: relative;
        z-index: 1;
        padding: 20px 0px 20px 20px;
      }

      @media (max-width: 991px) {
        .header-style-1 .trv-r-section-block {
          padding: 0px;
        }
      }

      .header-style-1 .trv-r-section-block>a {
        color: #066168;
        display: block;
      }

      .header-style-1 .trv-r-section-block>a span {
        height: 2px;
        background-color: #fff;
        width: 28px;
        display: block;
        transition: 0.5s all ease;
      }

      @media (max-width: 991px) {

        .header-style-1 .trv-r-section-block>a span.trv-nev-line1,
        .header-style-1 .trv-r-section-block>a span.trv-nev-line2 {
          display: none;
        }
      }

      .header-style-1 .trv-r-section-block>a .trv-new-info-btn {
        display: none;
        text-transform: uppercase;
        position: fixed;
        transform: rotate(-90deg) translateY(-50%);
        right: -40px;
        background-color: #066168;
        padding: 0px 20px;
        border-radius: 10px 10px 0px 0px;
        color: #fff;
        letter-spacing: 2px;
        top: 50%;
      }

      @media (max-width: 991px) {
        .header-style-1 .trv-r-section-block>a .trv-new-info-btn {
          display: block;
        }
      }

      @media (max-width: 420px) {
        .header-style-1 .trv-r-section-block>a .trv-new-info-btn {
          font-size: 12px;
        }
      }

      .header-style-1 .trv-r-section-block>a span.trv-nev-line2 {
        margin: 7px 0px;
      }

      .header-style-1 .trv-r-section-block>a:hover span.trv-nev-line2 {
        width: 65%;
      }

      .header-style-1 .logo-header {
        /*--logo for header---*/
        display: table;
        float: left;
        vertical-align: middle;
        padding: 0px;
        font-size: 36px;
        color: #000;
        z-index: 11;
      }

      @media (max-width: 1200px) {
        .header-style-1 .logo-header {
          height: 70px;
        }
      }

      @media (max-width: 991px) {
        .header-style-1 .logo-header {
          width: 150px;
        }
      }

      @media (max-width: 575px) {
        .header-style-1 .logo-header {
          margin: 0px 15px 0px 0px;
        }
      }

      @media (max-width: 360px) {
        .header-style-1 .logo-header {
          width: 120px;
        }
      }

      .header-style-1 .logo-header .logo-header-inner {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        position: relative;
        z-index: 1;
      }

      .header-style-1 .logo-header .logo-header-inner img {
        max-width: 250px;
        max-height: 100%;
      }

      @media (max-width: 991px) {
        .header-style-1 .logo-header .logo-header-inner img {
          max-width: 110px;
        }
      }

      .header-style-1 .company-site-info {
        list-style: none;
        display: flex;
      }

      @media (max-width: 991px) {
        .header-style-1 .company-site-info {
          float: left;
          padding-top: 20px;
        }
      }

      @media (max-width: 540px) {
        .header-style-1 .company-site-info {
          display: none;
        }
      }

      .header-style-1 .company-site-info li {
        display: inline-flex;
        display: -ms-inline-flexbox;
        align-items: center;
        color: #443935;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0px;
        margin: 0px 10px;
        position: relative;
      }

      @media (max-width: 1320px) {
        .header-style-1 .company-site-info li {
          display: none;
        }
      }

      .header-style-1 .company-site-info li i {
        color: #066168;
        margin-right: 10px;
        font-size: 22px;
        line-height: 0px;
        font-weight: 300;
      }

      .header-style-1 .company-site-info li span {
        display: inline-block;
      }

      .header-style-1.site-header {
        z-index: 9999;
      }

      .header-style-1.site-header ul,
      .header-style-1.site-header ol {
        margin-bottom: 0px;
      }

      .header-style-1 .main-bar {
        width: 100%;
        min-height: 120px;
        padding: 0px 55px 0px 35px;
        transition: all 0.5s ease;
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
      }

      @media (max-width: 1199px) {
        .header-style-1 .main-bar {
          padding: 0px 25px 0px 25px;
        }
      }

      @media (max-width: 1024px) {
        .header-style-1 .main-bar {
          padding: 0px 25px 0px 25px;
        }
      }

      @media (max-width: 991px) {
        .header-style-1 .main-bar {
          padding: 0px 55px 0px 16px;
          min-height: 80px;
        }
      }

      .header-style-1 .navbar-toggler {
        border: none;
        margin: 24px 0px 24px 5px;
        padding: 12px 0px 12px 10px;
      }

      @media (max-width: 991px) {
        .header-style-1 .navbar-toggler {
          display: block;
          margin-top: 14px;
          margin-bottom: 14px;
          float: right;
          outline: none !important;
        }
      }

      @media (max-width: 540px) {
        .header-style-1 .navbar-toggler {
          margin: 24px 0px 24px 5px;
        }
      }

      .header-style-1 .navbar-toggler .icon-bar {
        background: #443935;
        height: 3px;
        border-radius: 0px;
        display: block;
        width: 22px;
      }

      @media (max-width: 991px) {
        .header-style-1 .navbar-toggler .icon-bar {
          background: #fff;
        }
      }

      .header-style-1 .navbar-toggler .icon-bar+.icon-bar {
        margin-top: 4px;
      }

      @media (max-width: 991px) {
        .header-style-1 .navbar-toggler {
          margin-top: 14px;
          margin-bottom: 14px;
        }
      }

      @media (max-width: 420px) {
        .header-style-1 .navbar-toggler {
          margin-left: 10px;
        }
      }

      .header-style-1 {
        /*--is fixed---*/
      }

      @media (max-width: 540px) {
        .header-style-1.is-fixed .navbar-toggler {
          margin-bottom: 0px;
        }
      }

      @media (max-width: 991px) {
        .header-style-1.is-fixed.mobile-sider-drawer-menu .header-nav .nav {
          overflow: auto;
          max-height: 100%;
        }
      }

      .header-style-1.is-fixed.mobile-sider-drawer-menu .header-nav .nav>li>a {
        padding: 12px 15px !important;
      }

      @media (max-width: 1023px) {
        .header-style-1.is-fixed.mobile-sider-drawer-menu .header-nav .nav>li>a {
          padding: 12px !important;
        }
      }

      .header-style-1 .header-nav {
        position: relative;
        padding: 0px;
        z-index: 10;
        flex-grow: inherit;
      }

      @media (max-width: 991px) {
        .header-style-1 .header-nav {
          clear: both;
          margin: 0;
          border-bottom: 1px solid #E9E9E9;
        }

        .header-style-1 .header-nav.navbar-collapse {
          align-items: start;
        }
      }

      .header-style-1 .header-nav .nav {
        display: flex;
        justify-content: flex-start;
      }

      @media (max-width: 991px) {
        .header-style-1 .header-nav .nav {
          float: none;
          margin: 0px;
          background: #fff;
          display: block;
          width: 100%;
          left: 0px;
        }
      }

      @media (max-width: 991px) {
        .header-style-1 .header-nav .nav li {
          float: none;
        }
      }

      @media (max-width: 991px) {
        .header-style-1 .header-nav .nav li.has-child.nav-active>a {
          color: #066168;
        }
      }

      .header-style-1 .header-nav .nav li i {
        font-size: 9px;
        margin-left: 3px;
        margin-top: -3px;
        vertical-align: middle;
        opacity: 0.7;
      }

      @media (max-width: 991px) {
        .header-style-1 .header-nav .nav li i {
          float: right;
        }
      }

      .header-style-1 .header-nav .nav>li {
        position: relative;
        overflow: hidden;
      }

      .header-style-1 .header-nav .nav>li:hover {
        overflow: visible;
      }

      @media (max-width: 991px) {
        .header-style-1 .header-nav .nav>li ul {
          display: none;
          position: static;
          visibility: visible;
          width: auto;
          background: #f9f9f9;
        }
      }

      .header-style-1 .header-nav .nav>li>a {
        color: #fff;
        font-size: 18px;
        padding: 30px 20px;
        cursor: pointer;
        font-weight: 500;
        display: block;
      }

      @media (max-width: 1680px) {
        .header-style-1 .header-nav .nav>li>a {
          padding: 30px 14px;
        }
      }

      @media (max-width: 1600px) {
        .header-style-1 .header-nav .nav>li>a {
          padding: 30px 12px;
        }
      }

      @media (max-width: 1440px) {
        .header-style-1 .header-nav .nav>li>a {
          padding: 30px 8px;
        }
      }

      .header-style-1 .header-nav .nav>li>a:hover {
        background-color: transparent;
        color: #FFAA0D;
      }

      .header-style-1 .header-nav .nav>li>a:active,
      .header-style-1 .header-nav .nav>li>a:focus {
        background-color: transparent;
      }

      @media (max-width: 991px) {

        .header-style-1 .header-nav .nav>li.active>a,
        .header-style-1 .header-nav .nav>li.current-menu-item>a {
          color: #000;
        }
      }

      @media (max-width: 991px) {

        .header-style-1 .header-nav .nav>li>a:hover,
        .header-style-1 .header-nav .nav>li>a:active,
        .header-style-1 .header-nav .nav>li>a:focus {
          background-color: #f0f0f0;
          text-decoration: none;
        }
      }

      .header-style-1 .header-nav .nav>li.active>a,
      .header-style-1 .header-nav .nav>li.current-menu-item>a {
        background-color: transparent;
        color: #85D200;
      }

      .header-style-1 .header-nav .nav>li:hover>a {
        color: #85D200;
      }

      .header-style-1 .header-nav .nav>li:hover>.sub-menu {
        opacity: 1;
        visibility: visible;
        margin-top: 0px;
        transition: all 0.3s ease;
        border-radius: 16px;
      }

      .header-style-1 .header-nav .nav>li .sub-menu {
        background-color: #fff;
        display: block;
        left: 0px;
        top: 100%;
        list-style: none;
        margin: 20px 0 0;
        opacity: 0;
        padding: 0px;
        position: absolute;
        visibility: hidden;
        width: 220px;
        z-index: 10;
      }

      @media (max-width: 991px) {
        .header-style-1 .header-nav .nav>li .sub-menu {
          display: none;
          position: static;
          visibility: visible;
          width: auto;
          background: #f9f9f9;
          opacity: 1;
          margin: 0px !important;
          transition: inherit !important;
        }
      }

      .header-style-1 .header-nav .nav>li .sub-menu li {
        border-bottom: 1px solid #f4f4f4;
        position: relative;
        text-transform: none;
      }

      .header-style-1 .header-nav .nav>li .sub-menu li a {
        color: #066168;
        display: block;
        font-size: 14px;
        padding: 12px 20px;
        font-weight: 600;
        cursor: pointer;
      }

      .header-style-1 .header-nav .nav>li .sub-menu li a:hover {
        color: #000;
        text-decoration: none;
      }

      .header-style-1 .header-nav .nav>li .sub-menu li:hover>a {
        color: #066168;
      }

      .header-style-1 .header-nav .nav>li .sub-menu li:last-child {
        border-bottom: 0px;
      }

      .header-style-1 .header-nav .nav>li .sub-menu li .fa {
        color: #066168;
        display: block;
        float: right;
        position: absolute;
        right: 10px;
        top: 6px;
      }

      .header-style-1 .header-nav .nav>li .sub-menu li>.sub-menu {
        left: 220px;
        margin: 0px 0px 0px 0px;
        transition: all 0.5s ease;
        border-radius: 15px;
      }

      @media (max-width: 991px) {
        .header-style-1 .header-nav .nav>li .sub-menu li>.sub-menu>li {
          float: none;
          display: block;
          width: auto;
        }
      }

      @media (max-width: 991px) {
        .header-style-1 .header-nav .nav>li .sub-menu li>.sub-menu>li a {
          padding-left: 30px;
        }
      }

      .header-style-1 .header-nav .nav>li .sub-menu li:hover>.sub-menu {
        left: 221px;
        margin: 0px;
        opacity: 1;
        top: 0px;
        visibility: visible;
      }

      .header-style-1 .header-nav .nav>li .sub-menu li:hover>.sub-menu:before {
        background-color: transparent;
        bottom: 0px;
        content: "";
        display: block;
        height: 100%;
        left: -6px;
        position: absolute;
        top: 0px;
        width: 6px;
      }

      .header-style-1 .header-nav {
        /*-- Submenu direction---*/
      }

      .header-style-1 .header-nav .submenu-direction .sub-menu {
        left: auto;
        right: 0px;
      }

      .header-style-1 .header-nav .submenu-direction .sub-menu li>.sub-menu {
        left: auto;
        right: 220px;
        margin: 0px 20px 0px 0px;
      }

      .header-style-1 .header-nav .submenu-direction .sub-menu li:hover>.sub-menu {
        left: auto;
        right: 220px;
        margin: 0px 0px 0px 0px;
      }

      .header-style-1 .header-nav.nav-animation .nav>li>ul.sub-menu li>a {
        transition: all 0.5s ease-out;
        position: relative;
        z-index: 1;
      }

      .header-style-1 .header-nav.nav-animation .nav>li:hover>ul.sub-menu li:hover>a {
        padding-left: 25px;
      }

      @media (max-width: 991px) {
        .header-style-1 .has-child {
          position: relative;
        }
      }

      .header-style-1 .has-child .submenu-toogle {
        position: absolute;
        right: 4px;
        top: 4px;
        color: #000;
        background-color: transparent;
        z-index: 900;
        cursor: pointer;
        padding: 10px;
        font-size: 14px;
        display: none;
      }

      @media (max-width: 991px) {
        .header-style-1 .has-child .submenu-toogle {
          display: block;
          width: 100%;
          text-align: right;
        }
      }

      .header-style-1 .has-child li .submenu-toogle {
        opacity: 0.9;
      }

      .header-style-1 .has-child.nav-active>a+.submenu-toogle.glyphicon-chevron-right:before {
        content: "\e114";
      }

      .header-style-1 .has-child.nav-active>a+.submenu-toogle.glyphicon-plus::before {
        content: "−";
      }

      @media (max-width: 991px) {
        .header-style-1 .has-child.nav-active>a+.submenu-toogle.fa.fa-angle-right::before {
          content: "\f107";
        }
      }

      @media (max-width: 991px) {
        .header-style-1 .mobile-full-width-menu .header-nav .nav {
          position: inherit;
        }
      }

      .header-style-1 {
        /*====Mobile Side =======*/
      }

      @media (max-width: 991px) {
        .header-style-1.mobile-sider-drawer-menu .header-nav {
          position: fixed;
          width: 250px !important;
          z-index: 999;
          height: 100vh !important;
          overflow-y: inherit !important;
          left: -250px;
          top: 0px;
          transition: all 0.5s linear;
          display: block !important;
          background-color: #fff;
          padding: 10px;
          box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
        }

        .header-style-1.mobile-sider-drawer-menu .header-nav .nav>li:hover>.sub-menu {
          transition: none !important;
        }

        .header-style-1.mobile-sider-drawer-menu .header-nav .nav>li .sub-menu li:hover>.sub-menu {
          transition: inherit !important;
        }

        .header-style-1.mobile-sider-drawer-menu.active .header-nav {
          left: 0;
        }

        .header-style-1.mobile-sider-drawer-menu .icon-bar {
          transition: all 0.5s linear;
          position: relative;
        }

        .header-style-1.mobile-sider-drawer-menu #mobile-side-drawer {
          min-height: 41px;
          position: absolute;
          right: 20px;
          top: 4px;
        }

        .header-style-1.mobile-sider-drawer-menu.active .icon-bar.icon-bar-first {
          transform: rotate(45deg) translateX(3px) translateY(2px);
        }

        .header-style-1.mobile-sider-drawer-menu.active .icon-bar.icon-bar-three {
          transform: rotate(-45deg) translateX(3px) translateY(-2px);
        }

        .header-style-1.mobile-sider-drawer-menu .icon-bar.icon-bar-two {
          position: relative;
          right: 0%;
        }

        .header-style-1.mobile-sider-drawer-menu.active .icon-bar.icon-bar-two {
          position: absolute;
          right: 100px;
          opacity: 0;
        }

        .header-style-1.mobile-sider-drawer-menu .is-fixed .header-nav .nav {
          overflow: auto;
          max-height: 100%;
        }

        .header-style-1.mobile-sider-drawer-menu .header-fixed .header-nav .nav {
          overflow: auto;
          max-height: 100%;
        }
      }

      .header-style-1 {
        /*---when header is sticky---*/
      }

      .header-style-1 .sticky-no .main-bar {
        position: static !important;
      }

      .header-style-1 {
        /*---when header is sticky---*/
      }

      .header-style-1 .is-fixed .main-bar {
        position: fixed;
        top: 0px;
        left: 0px;
      }

      .header-style-1 {
        /*---header id Fixed---*/
      }

      .header-style-1 .is-fixed.color-fill .header-nav .nav>li {
        margin: 0px;
        padding: 0px;
      }

      @media (max-width: 991px) {
        .header-style-1 .header-nav .nav>li {
          margin: 0px;
          padding: 0px;
        }

        .header-style-1 .header-nav .nav>li>a {
          margin: 0px;
          padding: 10px 12px;
          color: #066168;
          font-weight: 600;
        }

        .header-style-1 .is-fixed.color-fill .header-nav .nav>li {
          margin: 0px;
          padding: 0px;
        }
      }

      @media (max-width: 767px) {
        .header-style-1 .main-bar {
          padding: 0px 40px 0px 0px;
        }

        .header-style-1 .main-bar .container {
          max-width: 100%;
        }

        .header-style-1 .is-fixed .main-bar {
          padding: 0px;
        }

        .header-style-1 .is-fixed.color-fill .main-bar {
          padding: 0px;
        }
      }

      .main-bar {
        width: 100%;
        transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s !important;
      }

      .color-fill.main-bar {
        position: fixed;
        top: 0%;
      }

      .header-style-1.sticky-header.is-fixed {
        animation: 0.95s ease 0s normal forwards 1 running mainBar_on_scrollAnimatio;
        background-color: #066168;
        border-radius: 0px 0px 30px 30px;
      }

      @keyframes mainBar_on_scrollAnimatio {
        0% {
          margin-top: -120px;
        }

        100% {
          margin-top: 0;
        }
      }

      .trv-hdr-1-social ul {
        margin: 0px;
        list-style: none;
        display: flex;
      }

      .trv-hdr-1-social ul li a {
        color: #066168;
        font-size: 20px;
        margin-right: 20px;
        transition: 0.5s all ease;
        display: block;
      }

      .trv-hdr-1-social ul li a:hover {
        color: #FFAA0D;
        transform: translateY(-5px);
      }

      .header-style-1 .extra-nav .extra-cell .compare-box a {
        color: #fff;
        font-size: 20px;
      }

      .header-style-2 .extra-nav .extra-cell .compare-box a {
        color: #066168;
        font-size: 20px;
      }

      .header-style-3 .extra-nav .extra-cell .compare-box a {
        color: #066168;
        font-size: 20px;
      }

      .text-primary {
        color: var(--primary) !important;
      }

      .site-header .extra-nav .extra-cell {
        display: flex;
        align-items: center;
        margin-right: 30px;
      }

      .site-header .extra-nav .extra-cell:last-child {
        margin-right: 0;
      }

      .site-header .extra-nav .extra-cell li::marker {
        content: none;
      }

      .site-header .extra-nav .extra-cell .header-right {
        margin-right: -10px;
      }

      @media only screen and (max-width: 991px) {
        .site-header .extra-nav .extra-cell .header-right {
          margin-right: 30px;
        }
      }

      .site-header .extra-nav .extra-cell .login-link {
        font-size: 15px;
        font-weight: 400;
        margin-right: 15px;
      }

      @media only screen and (max-width: 991px) {
        .site-header .extra-nav .extra-cell .login-link {
          margin-right: 0;
        }
      }

      .site-header .extra-nav .extra-cell ul li button,
      .site-header .extra-nav .extra-cell ul li a {
        min-width: 40px;
        min-height: 40px;
        padding: 10px 10px !important;
        display: flex;
        align-content: center;
        justify-content: center;
        vertical-align: middle;
        position: relative;
        cursor: pointer;
      }

      .site-header .extra-nav .extra-cell ul li button i,
      .site-header .extra-nav .extra-cell ul li a i {
        color: #fff;
        font-size: 18px;
      }

      .site-header .extra-nav .extra-cell ul li button svg,
      .site-header .extra-nav .extra-cell ul li a svg {
        width: 22px;
        height: 22px;
      }

      .site-header .extra-nav .extra-cell ul li button .badge,
      .site-header .extra-nav .extra-cell ul li button .compare-count,
      .site-header .extra-nav .extra-cell ul li a .badge,
      .site-header .extra-nav .extra-cell ul li a .compare-count {
        position: absolute;
        top: 2px;
        right: 2px;
        font-size: 11px;
        padding: 0px 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 18px;
        min-width: 18px;
        font-weight: 600;
        background-color: var(--primary);
        border-radius: 50%;
      }

      .site-header .extra-nav .extra-cell ul li.login-link a {
        padding-left: 15px;
        padding-right: 15px;
        text-decoration: underline;
      }

      @media only screen and (max-width: 767px) {
        .site-header .extra-nav .extra-cell {
          width: 100%;
        }

        .site-header .extra-nav .extra-cell ul {
          width: 100%;
        }

        .site-header .extra-nav .extra-cell ul .login-link {
          margin-right: auto;
          margin-left: -25px;
        }
      }

      .site-header .extra-nav ul li {
        display: inline-block;
      }

      .site-header .extra-nav ul li .icon {
        padding: 0;
        background: transparent;
        min-width: 40px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        border-radius: 4px;
      }

      .site-header.header-style-1 .extra-nav .extra-cell ul li button svg,
      .site-header.header-style-1 .extra-nav .extra-cell ul li a svg {
        stroke: #fff;
      }

      .site-header .extra-nav .extra-cell ul li a.profile-media {
        width: 40px;
        height: 40px;
        padding: 5px !important;
      }

      @media only screen and (max-width: 991px) {
        .site-header .extra-nav {
          height: 80px;
        }
      }

      @media only screen and (max-width: 1680px) {
        .site-header .extra-nav {
          padding-left: 0;
        }
      }

      @media only screen and (max-width: 767px) {
        .site-header .extra-nav {
          width: 100%;
          background: #fff;
          position: fixed;
          bottom: -80px;
          left: 0;
          padding: 0 20px;
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
          height: 50px;
          transition: all 0.5s ease 0.5s;
        }

        .site-header .extra-nav.active {
          bottom: 0;
        }

        .site-header .extra-nav.bottom-end {
          bottom: -80px;
        }

        .site-header .extra-nav .extra-cell {
          width: 100%;
        }

        .site-header .extra-nav .extra-cell ul {
          width: 100%;
        }

        .site-header .extra-nav .extra-cell ul .login-link {
          margin-right: auto;
          margin-left: -25px;
        }
      }

      @media only screen and (max-width: 575px) {
        .site-header .extra-nav .btn {
          padding-left: 15px;
          padding-right: 15px;
        }
      }

      @media only screen and (max-width: 991px) {
        .site-header .extra-nav .extra-cell .header-right {
          margin-right: 0;
          display: flex;
          justify-content: space-between;
        }
      }

      .site-header .extra-nav .extra-cell .trv-hdr-1-social ul li button i,
      .site-header .extra-nav .extra-cell .trv-hdr-1-social ul li a i {
        color: var(--secondary);
      }

      @media only screen and (max-width: 1199px) {
        .site-header .extra-nav .extra-cell.one {
          display: none;
        }
      }

      @media only screen and (max-width: 991px) {
        .site-header .extra-nav .extra-cell.three {
          display: contents;
        }
      }

      .header-style-2 {
        position: absolute;
        left: 35px;
        right: 35px;
        top: 35px;
        transition: 0.5s all ease;
        z-index: 9999;
      }

      @media (max-width: 420px) {
        .header-style-2 {
          left: 10px;
          right: 10px;
          top: 10px;
        }
      }

      .header-style-2::before {
        content: "";
        position: absolute;
        width: 250px;
        height: 150px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #fff;
        box-shadow: 0px 10px 30px 5px rgba(41, 137, 145, 0.13);
        border-radius: 50%;
        top: 5px;
        z-index: -1;
      }

      @media (max-width: 1365px) {
        .header-style-2::before {
          display: none;
        }
      }

      .header-style-2.is-fixed {
        position: fixed;
        top: 0%;
        left: 35px;
        right: 35px;
        z-index: 9999;
      }

      @media (max-width: 991px) {
        .header-style-2.is-fixed {
          filter: unset;
        }
      }

      @media (max-width: 420px) {
        .header-style-2.is-fixed {
          left: 10px;
          right: 10px;
        }
      }

      @media (max-width: 767px) {
        .header-style-2 .top-bar .container {
          max-width: 100%;
        }
      }

      .header-style-2 .top-bar {
        /*---Top bar---*/
        border-bottom: 1px solid #dcdcdc;
      }

      .header-style-2 .top-bar .wt-topbar-left-info {
        margin: 0px;
      }

      .header-style-2 .top-bar .wt-topbar-left-info li {
        display: inline-block;
        color: #000;
        padding: 0px 15px;
        border-right: 1px solid #dcdcdc;
        line-height: 40px;
      }

      @media (max-width: 991px) {
        .header-style-2 .top-bar .wt-topbar-left-info li {
          padding: 0px 10px;
          font-size: 14px;
        }
      }

      @media (max-width: 540px) {
        .header-style-2 .top-bar .wt-topbar-left-info li {
          padding: 0;
          width: 100%;
          border: 0px;
        }
      }

      .header-style-2 .top-bar .wt-topbar-left-info li:first-child {
        padding-left: 0px;
      }

      .header-style-2 .top-bar .wt-topbar-left-info li:last-child {
        border-right: 0px;
      }

      .header-style-2 .top-bar .wt-topbar-left-info li i {
        color: #066168;
        padding-right: 15px;
        font-size: 18px;
      }

      .header-style-2 .top-bar .wt-topbar-left-info li span {
        font-weight: 600;
      }

      .header-style-2 .top-bar .wt-topbar-right-info {
        margin: 0px;
      }

      @media (max-width: 767px) {
        .header-style-2 .top-bar .wt-topbar-right-info {
          display: none;
        }
      }

      .header-style-2 .top-bar .wt-topbar-right-info ul {
        margin-bottom: 0px;
        display: flex;
        border-right: 1px solid #dcdcdc;
        list-style: none;
      }

      .header-style-2 .top-bar .wt-topbar-right-info ul li a {
        list-style: none;
        display: block;
        position: relative;
        width: 40px;
        height: 42px;
        line-height: 42px;
        border-left: 1px solid #dcdcdc;
        text-align: center;
      }

      .header-style-2 .top-bar .wt-topbar-right-info ul li a:hover {
        background-color: #066168;
        color: #fff;
      }

      .header-style-2 .extra-nav {
        display: flex;
        align-items: center;
      }

      .header-style-2 .extra-nav .extra-cell:first-child {
        padding-left: 0px;
      }

      .header-style-2 .extra-nav .extra-cell .header-search .header-search-icon {
        padding: 20px 20px;
        color: #066168;
        font-size: 24px;
      }

      .header-style-2 .extra-nav .extra-cell .header-search .header-search-icon i {
        transition: 0.5s all ease;
      }

      @media (max-width: 991px) {
        .header-style-2 .extra-nav .extra-cell .header-search .header-search-icon {
          padding: 0px;
        }
      }

      .header-style-2 .extra-nav .extra-cell .header-search .header-search-icon:hover i {
        color: #FFAA0D;
      }

      .header-style-2 .trv-r-section-block {
        position: relative;
        z-index: 1;
        padding: 20px 0px 20px 20px;
      }

      @media (max-width: 991px) {
        .header-style-2 .trv-r-section-block {
          padding: 0px;
        }
      }

      .header-style-2 .trv-r-section-block>a {
        color: #066168;
        display: block;
      }

      .header-style-2 .trv-r-section-block>a span {
        height: 2px;
        background-color: #066168;
        width: 24px;
        display: block;
        transition: 0.5s all ease;
      }

      @media (max-width: 991px) {

        .header-style-2 .trv-r-section-block>a span.trv-nev-line1,
        .header-style-2 .trv-r-section-block>a span.trv-nev-line2 {
          display: none;
        }
      }

      .header-style-2 .trv-r-section-block>a .trv-new-info-btn {
        display: none;
        text-transform: uppercase;
        position: fixed;
        transform: rotate(-90deg) translateY(-50%);
        right: -40px;
        background-color: #066168;
        padding: 0px 20px;
        border-radius: 10px 10px 0px 0px;
        color: #fff;
        letter-spacing: 2px;
        top: 50%;
      }

      @media (max-width: 991px) {
        .header-style-2 .trv-r-section-block>a .trv-new-info-btn {
          display: block;
        }
      }

      .header-style-2 .trv-r-section-block>a span.trv-nev-line2 {
        margin: 6px 0px;
      }

      .header-style-2 .trv-r-section-block>a:hover span.trv-nev-line2 {
        width: 65%;
      }

      .header-style-2 .logo-header {
        /*--logo for header---*/
        display: table;
        float: left;
        vertical-align: middle;
        padding: 0px;
        font-size: 36px;
        color: #000;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 11;
      }

      @media (max-width: 1365px) {
        .header-style-2 .logo-header {
          position: inherit;
          transform: none;
        }
      }

      @media (max-width: 1200px) {
        .header-style-2 .logo-header {
          height: 70px;
        }
      }

      @media (max-width: 575px) {
        .header-style-2 .logo-header {
          margin: 0px 15px 0px 0px;
        }
      }

      @media (max-width: 360px) {
        .header-style-2 .logo-header {
          width: 120px;
        }
      }

      .header-style-2 .logo-header .logo-header-inner {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        position: relative;
        z-index: 1;
      }

      .header-style-2 .logo-header .logo-header-inner img {
        max-width: 160px;
        max-height: 100%;
      }

      @media (max-width: 991px) {
        .header-style-2 .logo-header .logo-header-inner img {
          max-width: 120px;
        }
      }

      @media (max-width: 360px) {
        .header-style-2 .logo-header .logo-header-inner img {
          max-width: 110px;
        }
      }

      .header-style-2 .company-site-info {
        list-style: none;
        display: flex;
      }

      @media (max-width: 991px) {
        .header-style-2 .company-site-info {
          float: left;
          padding-top: 20px;
        }
      }

      @media (max-width: 540px) {
        .header-style-2 .company-site-info {
          display: none;
        }
      }

      .header-style-2 .company-site-info li {
        display: inline-flex;
        display: -ms-inline-flexbox;
        align-items: center;
        color: #443935;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0px;
        margin: 0px 10px;
        position: relative;
      }

      @media (max-width: 1320px) {
        .header-style-2 .company-site-info li {
          display: none;
        }
      }

      .header-style-2 .company-site-info li i {
        color: #066168;
        margin-right: 10px;
        font-size: 22px;
        line-height: 0px;
        font-weight: 300;
      }

      .header-style-2 .company-site-info li span {
        display: inline-block;
      }

      .header-style-2.site-header {
        z-index: 9999;
      }

      .header-style-2.site-header ul,
      .header-style-2.site-header ol {
        margin-bottom: 0px;
      }

      .header-style-2 .main-bar {
        width: 100%;
        min-height: 120px;
        padding: 0px 55px 0px 35px;
        transition: all 0.5s ease;
        background-color: #fff;
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
      }

      @media (max-width: 1440px) {
        .header-style-2 .main-bar {
          padding: 0px 30px 0px 18px;
        }
      }

      @media (max-width: 1365px) {
        .header-style-2 .main-bar {
          min-height: 80px;
        }
      }

      .header-style-2 .navbar-toggler {
        border: none;
        margin: 24px 0px 24px 5px;
        padding: 12px 0px 12px 10px;
      }

      @media (max-width: 991px) {
        .header-style-2 .navbar-toggler {
          display: block;
          margin-top: 14px;
          margin-bottom: 14px;
          float: right;
          outline: none !important;
        }
      }

      @media (max-width: 540px) {
        .header-style-2 .navbar-toggler {
          margin: 24px 0px 24px 5px;
        }
      }

      .header-style-2 .navbar-toggler .icon-bar {
        background: #066168;
        height: 3px;
        border-radius: 0px;
        display: block;
        width: 22px;
      }

      .header-style-2 .navbar-toggler .icon-bar+.icon-bar {
        margin-top: 4px;
      }

      @media (max-width: 991px) {
        .header-style-2 .navbar-toggler {
          margin-top: 14px;
          margin-bottom: 14px;
        }
      }

      @media (max-width: 420px) {
        .header-style-2 .navbar-toggler {
          margin-left: 10px;
        }
      }

      .header-style-2 {
        /*--is fixed---*/
      }

      @media (max-width: 540px) {
        .header-style-2.is-fixed .navbar-toggler {
          margin-bottom: 0px;
        }
      }

      .header-style-2.is-fixed.mobile-sider-drawer-menu .header-nav .nav {
        max-height: 100%;
      }

      .header-style-2.is-fixed.mobile-sider-drawer-menu .header-nav .nav>li>a {
        padding: 12px 15px !important;
      }

      .header-style-2 .header-nav {
        position: relative;
        padding: 0px;
        z-index: 10;
        flex-grow: inherit;
      }

      @media (max-width: 991px) {
        .header-style-2 .header-nav {
          clear: both;
          margin: 0px;
          border-bottom: 1px solid #E9E9E9;
        }

        .header-style-2 .header-nav.navbar-collapse {
          align-items: start;
        }
      }

      .header-style-2 .header-nav .nav {
        display: flex;
        justify-content: flex-start;
      }

      @media (max-width: 991px) {
        .header-style-2 .header-nav .nav {
          float: none;
          margin: 0px;
          background: #fff;
          display: block;
          width: 100%;
          left: 0px;
        }
      }

      @media (max-width: 991px) {
        .header-style-2 .header-nav .nav li {
          float: none;
        }
      }

      @media (max-width: 991px) {
        .header-style-2 .header-nav .nav li.has-child.nav-active>a {
          color: #066168;
        }
      }

      .header-style-2 .header-nav .nav li i {
        font-size: 9px;
        margin-left: 3px;
        margin-top: -3px;
        vertical-align: middle;
        opacity: 0.7;
      }

      @media (max-width: 991px) {
        .header-style-2 .header-nav .nav li i {
          float: right;
        }
      }

      .header-style-2 .header-nav .nav>li {
        position: relative;
        overflow: hidden;
      }

      .header-style-2 .header-nav .nav>li:hover {
        overflow: visible;
      }

      @media (max-width: 991px) {
        .header-style-2 .header-nav .nav>li ul {
          display: none;
          position: static;
          visibility: visible;
          width: auto;
          background: #f9f9f9;
        }
      }

      .header-style-2 .header-nav .nav>li>a {
        color: #066168;
        font-size: 18px;
        padding: 30px 20px;
        cursor: pointer;
        font-weight: 500;
        display: block;
      }

      @media (max-width: 1680px) {
        .header-style-2 .header-nav .nav>li>a {
          padding: 30px 14px;
        }
      }

      @media (max-width: 1600px) {
        .header-style-2 .header-nav .nav>li>a {
          padding: 30px 12px;
        }
      }

      @media (max-width: 1440px) {
        .header-style-2 .header-nav .nav>li>a {
          padding: 30px 8px;
        }
      }

      .header-style-2 .header-nav .nav>li>a:hover {
        background-color: transparent;
        color: #FFAA0D;
      }

      .header-style-2 .header-nav .nav>li>a:active,
      .header-style-2 .header-nav .nav>li>a:focus {
        background-color: transparent;
      }

      @media (max-width: 991px) {

        .header-style-2 .header-nav .nav>li.active>a,
        .header-style-2 .header-nav .nav>li.current-menu-item>a {
          color: #000;
        }
      }

      @media (max-width: 991px) {

        .header-style-2 .header-nav .nav>li>a:hover,
        .header-style-2 .header-nav .nav>li>a:active,
        .header-style-2 .header-nav .nav>li>a:focus {
          background-color: #f0f0f0;
          text-decoration: none;
        }
      }

      .header-style-2 .header-nav .nav>li.active>a,
      .header-style-2 .header-nav .nav>li.current-menu-item>a {
        background-color: transparent;
        color: #066168;
      }

      .header-style-2 .header-nav .nav>li:hover>a {
        color: #066168;
      }

      .header-style-2 .header-nav .nav>li:hover>.sub-menu {
        opacity: 1;
        visibility: visible;
        margin-top: 0px;
        transition: all 0.3s ease;
        border-radius: 16px;
      }

      .header-style-2 .header-nav .nav>li .sub-menu {
        background-color: #fff;
        display: block;
        left: 0px;
        top: 100%;
        list-style: none;
        margin: 20px 0 0;
        opacity: 0;
        padding: 0px;
        position: absolute;
        visibility: hidden;
        width: 220px;
        z-index: 10;
      }

      @media (max-width: 991px) {
        .header-style-2 .header-nav .nav>li .sub-menu {
          display: none;
          position: static;
          visibility: visible;
          width: auto;
          background: #f9f9f9;
          opacity: 1;
          margin: 0px !important;
        }
      }

      .header-style-2 .header-nav .nav>li .sub-menu li {
        border-bottom: 1px solid #f4f4f4;
        position: relative;
        text-transform: none;
      }

      .header-style-2 .header-nav .nav>li .sub-menu li a {
        color: #066168;
        display: block;
        font-size: 14px;
        padding: 12px 20px;
        font-weight: 600;
        cursor: pointer;
      }

      .header-style-2 .header-nav .nav>li .sub-menu li a:hover {
        color: #000;
        text-decoration: none;
      }

      .header-style-2 .header-nav .nav>li .sub-menu li:hover>a {
        color: #066168;
      }

      .header-style-2 .header-nav .nav>li .sub-menu li:last-child {
        border-bottom: 0px;
      }

      .header-style-2 .header-nav .nav>li .sub-menu li .fa {
        color: #000;
        display: block;
        float: right;
        position: absolute;
        right: 10px;
        top: 2px;
      }

      .header-style-2 .header-nav .nav>li .sub-menu li>.sub-menu {
        left: 220px;
        margin: 0px 0px 0px 0px;
        transition: all 0.5s ease;
        border-radius: 15px;
      }

      @media (max-width: 991px) {
        .header-style-2 .header-nav .nav>li .sub-menu li>.sub-menu {
          transition: inherit;
        }
      }

      @media (max-width: 991px) {
        .header-style-2 .header-nav .nav>li .sub-menu li>.sub-menu>li {
          float: none;
          display: block;
          width: auto;
        }
      }

      @media (max-width: 991px) {
        .header-style-2 .header-nav .nav>li .sub-menu li>.sub-menu>li a {
          padding-left: 30px;
        }
      }

      .header-style-2 .header-nav .nav>li .sub-menu li:hover>.sub-menu {
        left: 221px;
        margin: 0px;
        opacity: 1;
        top: 0px;
        visibility: visible;
      }

      .header-style-2 .header-nav .nav>li .sub-menu li:hover>.sub-menu:before {
        background-color: transparent;
        bottom: 0px;
        content: "";
        display: block;
        height: 100%;
        left: -6px;
        position: absolute;
        top: 0px;
        width: 6px;
      }

      .header-style-2 .header-nav {
        /*-- Submenu direction---*/
      }

      .header-style-2 .header-nav .submenu-direction .sub-menu {
        left: auto;
        right: 0px;
      }

      .header-style-2 .header-nav .submenu-direction .sub-menu li>.sub-menu {
        left: auto;
        right: 220px;
        margin: 0px 20px 0px 0px;
      }

      .header-style-2 .header-nav .submenu-direction .sub-menu li:hover>.sub-menu {
        left: auto;
        right: 220px;
        margin: 0px 0px 0px 0px;
      }

      .header-style-2 .header-nav.nav-animation .nav>li>ul.sub-menu li>a {
        transition: all 0.5s ease-out;
        position: relative;
        z-index: 1;
      }

      .header-style-2 .header-nav.nav-animation .nav>li:hover>ul.sub-menu li:hover>a {
        padding-left: 25px;
      }

      @media (max-width: 991px) {
        .header-style-2 .has-child {
          position: relative;
        }
      }

      .header-style-2 .has-child .submenu-toogle {
        position: absolute;
        right: 4px;
        top: 4px;
        color: #000;
        background-color: transparent;
        z-index: 900;
        cursor: pointer;
        padding: 10px;
        font-size: 14px;
        display: none;
      }

      @media (max-width: 991px) {
        .header-style-2 .has-child .submenu-toogle {
          display: block;
          width: 100%;
          text-align: right;
        }
      }

      .header-style-2 .has-child li .submenu-toogle {
        opacity: 0.9;
      }

      .header-style-2 .has-child.nav-active>a+.submenu-toogle.glyphicon-chevron-right:before {
        content: "\e114";
      }

      .header-style-2 .has-child.nav-active>a+.submenu-toogle.glyphicon-plus::before {
        content: "−";
      }

      @media (max-width: 991px) {
        .header-style-2 .has-child.nav-active>a+.submenu-toogle.fa.fa-angle-right::before {
          content: "\f107";
        }
      }

      @media (max-width: 991px) {
        .header-style-2 .mobile-full-width-menu .header-nav .nav {
          position: inherit;
        }
      }

      .header-style-2 {
        /*====Mobile Side =======*/
      }

      @media (max-width: 991px) {
        .header-style-2.mobile-sider-drawer-menu .header-nav {
          position: fixed;
          width: 250px !important;
          z-index: 999;
          height: 100vh !important;
          overflow-y: inherit !important;
          left: -250px;
          top: 0px;
          transition: all 0.5s linear;
          display: block !important;
          background-color: #fff;
          padding: 10px;
          box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
        }

        .header-style-2.mobile-sider-drawer-menu .header-nav .nav>li:hover>.sub-menu {
          transition: none !important;
        }

        .header-style-2.mobile-sider-drawer-menu .header-nav .nav>li .sub-menu li:hover>.sub-menu {
          animation: none !important;
        }

        .header-style-2.mobile-sider-drawer-menu.active .header-nav {
          left: 0;
        }

        .header-style-2.mobile-sider-drawer-menu .icon-bar {
          transition: all 0.5s linear;
          position: relative;
        }

        .header-style-2.mobile-sider-drawer-menu #mobile-side-drawer {
          min-height: 41px;
          position: absolute;
          right: 20px;
          top: 6px;
        }

        .header-style-2.mobile-sider-drawer-menu.active .icon-bar.icon-bar-first {
          transform: rotate(45deg) translateX(3px) translateY(2px);
        }

        .header-style-2.mobile-sider-drawer-menu.active .icon-bar.icon-bar-three {
          transform: rotate(-45deg) translateX(3px) translateY(-2px);
        }

        .header-style-2.mobile-sider-drawer-menu .icon-bar.icon-bar-two {
          position: relative;
          right: 0%;
        }

        .header-style-2.mobile-sider-drawer-menu.active .icon-bar.icon-bar-two {
          position: absolute;
          right: 100px;
          opacity: 0;
        }

        .header-style-2.mobile-sider-drawer-menu .is-fixed .header-nav .nav {
          overflow: auto;
          max-height: 100%;
        }

        .header-style-2.mobile-sider-drawer-menu .header-fixed .header-nav .nav {
          overflow: auto;
          max-height: 100%;
        }
      }

      .header-style-2 {
        /*---when header is sticky---*/
      }

      .header-style-2 .sticky-no .main-bar {
        position: static !important;
      }

      .header-style-2 {
        /*---when header is sticky---*/
      }

      .header-style-2 .is-fixed .main-bar {
        position: fixed;
        top: 0px;
        left: 0px;
      }

      .header-style-2 {
        /*---header id Fixed---*/
      }

      .header-style-2 .is-fixed.color-fill .header-nav .nav>li {
        margin: 0px;
        padding: 0px;
      }

      @media (max-width: 991px) {
        .header-style-2 .header-nav .nav>li {
          margin: 0px;
          padding: 0px;
        }

        .header-style-2 .header-nav .nav>li>a {
          margin: 0px;
          padding: 10px 12px;
        }

        .header-style-2 .is-fixed.color-fill .header-nav .nav>li {
          margin: 0px;
          padding: 0px;
        }
      }

      @media (max-width: 767px) {
        .header-style-2 .main-bar .container {
          max-width: 100%;
        }

        .header-style-2 .is-fixed .main-bar {
          padding: 0px;
        }

        .header-style-2 .is-fixed.color-fill .main-bar {
          padding: 0px;
        }
      }

      .main-bar {
        width: 100%;
        transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s !important;
      }

      .color-fill.main-bar {
        position: fixed;
        top: 0%;
      }

      header-style-2.sticky-header.is-fixed {
        background-color: #066168;
        border-radius: 0px 0px 30px 30px;
        animation: 0.95s ease 0s normal forwards 1 running mainBar_on_scrollAnimatio;
      }

      @keyframes mainBar_on_scrollAnimatio {
        0% {
          margin-top: -120px;
        }

        100% {
          margin-top: 0;
        }
      }

      @media (max-width: 1199px) {
        .trv-hdr-1-social {
          display: none;
        }
      }

      .trv-hdr-1-social ul {
        margin: 0px;
        list-style: none;
        display: flex;
      }

      .trv-hdr-1-social ul li a {
        color: #066168;
        font-size: 20px;
        margin-right: 20px;
        transition: 0.5s all ease;
        display: block;
      }

      .trv-hdr-1-social ul li a:hover {
        color: #FFAA0D;
        transform: translateY(-5px);
      }

      .header-style-3 {
        position: static;
        transition: 0.5s all ease;
        z-index: 9999;
      }

      .header-style-3 .header-style-3-area {
        padding: 20px 20px 0px 20px;
        background-color: #066168;
      }

      .header-style-3.sticky-header.is-fixed .header-style-3-area {
        background-color: transparent;
        padding: 0px;
      }

      .header-style-3.is-fixed {
        position: fixed;
        top: 0%;
        left: 20px;
        right: 20px;
        z-index: 9999;
      }

      @media (max-width: 991px) {
        .header-style-3.is-fixed {
          left: 20px;
          right: 20px;
        }
      }

      .header-style-3 .header-style-top-bar {
        border-bottom: 1px solid #dcdcdc;
        border-radius: 20px 20px 0px 0px;
        background-color: #fff;
        padding: 5px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
      }

      @media (max-width: 460px) {
        .header-style-3 .header-style-top-bar {
          display: none;
        }
      }

      .header-style-3 .header-style-top-bar .trv-tp-slogn {
        font-size: 16px;
        color: #066168;
        font-weight: 600;
        font-style: italic;
      }

      @media (max-width: 991px) {
        .header-style-3 .header-style-top-bar .trv-tp-slogn {
          font-size: 14px;
          padding-right: 20px;
        }
      }

      .header-style-3 .header-style-top-bar .trv-tp-slogn span {
        color: #FFAA0D;
      }

      .header-style-3 .header-style-top-bar .trv-tp-slogn i {
        font-style: normal;
        font-weight: 300;
      }

      .header-style-3 .header-style-top-bar .header-style-top-bar-right {
        display: flex;
        align-items: center;
      }

      .header-style-3 .header-style-top-bar .header-style-top-bar-mail {
        font-size: 16px;
        font-weight: 600;
        margin-right: 20px;
        display: flex;
      }

      @media (max-width: 991px) {
        .header-style-3 .header-style-top-bar .header-style-top-bar-mail {
          display: none;
        }
      }

      .header-style-3 .header-style-top-bar .header-style-top-bar-mail i {
        margin-right: 8px;
        font-size: 18px;
      }

      .header-style-3 .extra-nav {
        display: flex;
        align-items: center;
      }

      .header-style-3 .extra-nav .extra-cell:first-child {
        padding-left: 0px;
      }

      .header-style-3 .extra-nav .extra-cell .header-search .header-search-icon {
        padding: 20px 20px;
        color: #066168;
        font-size: 24px;
      }

      .header-style-3 .extra-nav .extra-cell .header-search .header-search-icon i {
        transition: 0.5s all ease;
      }

      @media (max-width: 575px) {
        .header-style-3 .extra-nav .extra-cell .header-search .header-search-icon {
          padding: 20px 16px 20px 20px;
        }
      }

      .header-style-3 .extra-nav .extra-cell .header-search .header-search-icon:hover i {
        color: #85D200;
      }

      .header-style-3 .trv-r-section-block {
        position: relative;
        z-index: 1;
        padding: 20px 0px 20px 20px;
      }

      @media (max-width: 991px) {
        .header-style-3 .trv-r-section-block {
          padding: 0px;
        }
      }

      .header-style-3 .trv-r-section-block>a {
        color: #066168;
        display: block;
      }

      .header-style-3 .trv-r-section-block>a span {
        height: 2px;
        background-color: #066168;
        width: 28px;
        display: block;
        transition: 0.5s all ease;
      }

      @media (max-width: 991px) {

        .header-style-3 .trv-r-section-block>a span.trv-nev-line1,
        .header-style-3 .trv-r-section-block>a span.trv-nev-line2 {
          display: none;
        }
      }

      .header-style-3 .trv-r-section-block>a .trv-new-info-btn {
        display: none;
        text-transform: uppercase;
        position: fixed;
        transform: rotate(-90deg) translateY(-50%);
        right: -40px;
        background-color: #066168;
        padding: 0px 20px;
        border-radius: 10px 10px 0px 0px;
        color: #fff;
        letter-spacing: 2px;
        top: 50%;
      }

      @media (max-width: 991px) {
        .header-style-3 .trv-r-section-block>a .trv-new-info-btn {
          display: block;
        }
      }

      @media (max-width: 420px) {
        .header-style-3 .trv-r-section-block>a .trv-new-info-btn {
          font-size: 12px;
        }
      }

      .header-style-3 .trv-r-section-block>a span.trv-nev-line2 {
        margin: 7px 0px;
      }

      .header-style-3 .trv-r-section-block>a:hover span.trv-nev-line2 {
        width: 65%;
      }

      .header-style-3 .trv-r-section-block-btn {
        margin-left: 20px;
      }

      @media (max-width: 1199px) {
        .header-style-3 .trv-r-section-block-btn {
          display: none;
        }
      }

      .header-style-3 .logo-header {
        /*--logo for header---*/
        display: table;
        float: left;
        vertical-align: middle;
        padding: 0px;
        font-size: 36px;
        color: #000;
        z-index: 11;
      }

      @media (max-width: 1200px) {
        .header-style-3 .logo-header {
          height: 70px;
        }
      }

      @media (max-width: 991px) {
        .header-style-3 .logo-header {
          width: 150px;
        }
      }

      @media (max-width: 575px) {
        .header-style-3 .logo-header {
          margin: 0px 15px 0px 0px;
        }
      }

      @media (max-width: 360px) {
        .header-style-3 .logo-header {
          width: 120px;
        }
      }

      .header-style-3 .logo-header .logo-header-inner {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        position: relative;
        z-index: 1;
      }

      .header-style-3 .logo-header .logo-header-inner img {
        max-width: 120px;
        max-height: 100%;
      }

      @media (max-width: 991px) {
        .header-style-3 .logo-header .logo-header-inner img {
          max-width: 110px;
        }
      }

      .header-style-3 .company-site-info {
        list-style: none;
        display: flex;
      }

      @media (max-width: 991px) {
        .header-style-3 .company-site-info {
          float: left;
          padding-top: 20px;
        }
      }

      @media (max-width: 540px) {
        .header-style-3 .company-site-info {
          display: none;
        }
      }

      .header-style-3 .company-site-info li {
        display: inline-flex;
        display: -ms-inline-flexbox;
        align-items: center;
        color: #443935;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0px;
        margin: 0px 10px;
        position: relative;
      }

      @media (max-width: 1320px) {
        .header-style-3 .company-site-info li {
          display: none;
        }
      }

      .header-style-3 .company-site-info li i {
        color: #066168;
        margin-right: 10px;
        font-size: 22px;
        line-height: 0px;
        font-weight: 300;
      }

      .header-style-3 .company-site-info li span {
        display: inline-block;
      }

      .header-style-3.site-header {
        z-index: 9999;
      }

      .header-style-3.site-header ul,
      .header-style-3.site-header ol {
        margin-bottom: 0px;
      }

      .header-style-3 .main-bar {
        background-color: #fff;
        border-radius: 0px 0px 20px 20px;
        width: 100%;
        min-height: 90px;
        padding: 0px 20px;
        transition: all 0.5s ease;
        display: flex;
        align-items: center;
        justify-content: space-between;
      }

      @media (max-width: 1199px) {
        .header-style-3 .main-bar {
          padding: 0px 25px 0px 25px;
        }
      }

      @media (max-width: 1024px) {
        .header-style-3 .main-bar {
          padding: 0px 25px 0px 25px;
        }
      }

      @media (max-width: 991px) {
        .header-style-3 .main-bar {
          padding: 0px 55px 0px 16px;
          min-height: auto;
          position: relative;
        }
      }

      .header-style-3 .navbar-toggler {
        border: none;
        margin: 24px 0px 24px 5px;
        padding: 12px 0px 12px 10px;
      }

      @media (max-width: 991px) {
        .header-style-3 .navbar-toggler {
          display: block;
          margin-top: 14px;
          margin-bottom: 14px;
          float: right;
          outline: none !important;
        }
      }

      @media (max-width: 540px) {
        .header-style-3 .navbar-toggler {
          margin: 24px 0px 24px 5px;
        }
      }

      .header-style-3 .navbar-toggler .icon-bar {
        background: #443935;
        height: 3px;
        border-radius: 0px;
        display: block;
        width: 22px;
      }

      @media (max-width: 991px) {
        .header-style-3 .navbar-toggler .icon-bar {
          background: #066168;
        }
      }

      .header-style-3 .navbar-toggler .icon-bar+.icon-bar {
        margin-top: 4px;
      }

      @media (max-width: 991px) {
        .header-style-3 .navbar-toggler {
          margin-top: 14px;
          margin-bottom: 14px;
        }
      }

      @media (max-width: 420px) {
        .header-style-3 .navbar-toggler {
          margin-left: 10px;
        }
      }

      .header-style-3 {
        /*--is fixed---*/
      }

      @media (max-width: 540px) {
        .header-style-3.is-fixed .navbar-toggler {
          margin-bottom: 0px;
        }
      }

      @media (max-width: 991px) {
        .header-style-3.is-fixed.mobile-sider-drawer-menu .header-nav .nav {
          overflow: auto;
          max-height: 100%;
        }
      }

      .header-style-3.is-fixed.mobile-sider-drawer-menu .header-nav .nav>li>a {
        padding: 12px 15px !important;
      }

      @media (max-width: 1023px) {
        .header-style-3.is-fixed.mobile-sider-drawer-menu .header-nav .nav>li>a {
          padding: 12px !important;
        }
      }

      .header-style-3 .header-nav {
        position: relative;
        padding: 0px;
        z-index: 10;
        flex-grow: inherit;
      }

      @media (max-width: 991px) {
        .header-style-3 .header-nav {
          clear: both;
          margin: 0px -15px;
          border-bottom: 1px solid #E9E9E9;
        }

        .header-style-3 .header-nav.navbar-collapse {
          align-items: start;
        }
      }

      .header-style-3 .header-nav .nav {
        display: flex;
        justify-content: flex-start;
      }

      @media (max-width: 991px) {
        .header-style-3 .header-nav .nav {
          float: none;
          margin: 0px;
          background: #fff;
          display: block;
          width: 100%;
          left: 0px;
        }
      }

      @media (max-width: 991px) {
        .header-style-3 .header-nav .nav li {
          float: none;
        }
      }

      @media (max-width: 991px) {
        .header-style-3 .header-nav .nav li.has-child.nav-active>a {
          color: #066168;
        }
      }

      .header-style-3 .header-nav .nav li i {
        font-size: 9px;
        margin-left: 3px;
        margin-top: -3px;
        vertical-align: middle;
        opacity: 0.7;
      }

      @media (max-width: 991px) {
        .header-style-3 .header-nav .nav li i {
          float: right;
        }
      }

      .header-style-3 .header-nav .nav>li {
        position: relative;
        overflow: hidden;
      }

      .header-style-3 .header-nav .nav>li:hover {
        overflow: visible;
      }

      @media (max-width: 991px) {
        .header-style-3 .header-nav .nav>li ul {
          display: none;
          position: static;
          visibility: visible;
          width: auto;
          background: #f9f9f9;
        }
      }

      .header-style-3 .header-nav .nav>li>a {
        color: #066168;
        font-size: 18px;
        padding: 30px 20px;
        cursor: pointer;
        font-weight: 500;
        display: block;
      }

      @media (max-width: 1680px) {
        .header-style-3 .header-nav .nav>li>a {
          padding: 30px 14px;
        }
      }

      @media (max-width: 1600px) {
        .header-style-3 .header-nav .nav>li>a {
          padding: 30px 12px;
        }
      }

      @media (max-width: 1440px) {
        .header-style-3 .header-nav .nav>li>a {
          padding: 30px 10px;
        }
      }

      .header-style-3 .header-nav .nav>li>a:hover {
        background-color: transparent;
        color: #FFAA0D;
      }

      .header-style-3 .header-nav .nav>li>a:active,
      .header-style-3 .header-nav .nav>li>a:focus {
        background-color: transparent;
      }

      @media (max-width: 991px) {

        .header-style-3 .header-nav .nav>li.active>a,
        .header-style-3 .header-nav .nav>li.current-menu-item>a {
          color: #000;
        }
      }

      @media (max-width: 991px) {

        .header-style-3 .header-nav .nav>li>a:hover,
        .header-style-3 .header-nav .nav>li>a:active,
        .header-style-3 .header-nav .nav>li>a:focus {
          background-color: #f0f0f0;
          text-decoration: none;
        }
      }

      .header-style-3 .header-nav .nav>li.active>a,
      .header-style-3 .header-nav .nav>li.current-menu-item>a {
        background-color: transparent;
        color: #85D200;
      }

      .header-style-3 .header-nav .nav>li:hover>a {
        color: #85D200;
      }

      .header-style-3 .header-nav .nav>li:hover>.sub-menu {
        opacity: 1;
        visibility: visible;
        margin-top: 0px;
        transition: all 0.3s ease;
        border-radius: 16px;
      }

      .header-style-3 .header-nav .nav>li .sub-menu {
        background-color: #fff;
        display: block;
        left: 0px;
        top: 100%;
        list-style: none;
        margin: 20px 0 0;
        opacity: 0;
        padding: 0px;
        position: absolute;
        visibility: hidden;
        width: 220px;
        z-index: 10;
      }

      @media (max-width: 991px) {
        .header-style-3 .header-nav .nav>li .sub-menu {
          display: none;
          position: static;
          visibility: visible;
          width: auto;
          background: #f9f9f9;
          opacity: 1;
          margin: 0px !important;
          transition: inherit !important;
        }
      }

      .header-style-3 .header-nav .nav>li .sub-menu li {
        border-bottom: 1px solid #f4f4f4;
        position: relative;
        text-transform: none;
      }

      .header-style-3 .header-nav .nav>li .sub-menu li a {
        color: #066168;
        display: block;
        font-size: 14px;
        padding: 12px 20px;
        font-weight: 600;
        cursor: pointer;
      }

      .header-style-3 .header-nav .nav>li .sub-menu li a:hover {
        color: #000;
        text-decoration: none;
      }

      .header-style-3 .header-nav .nav>li .sub-menu li:hover>a {
        color: #066168;
      }

      .header-style-3 .header-nav .nav>li .sub-menu li:last-child {
        border-bottom: 0px;
      }

      .header-style-3 .header-nav .nav>li .sub-menu li .fa {
        color: #066168;
        display: block;
        float: right;
        position: absolute;
        right: 10px;
        top: 6px;
      }

      .header-style-3 .header-nav .nav>li .sub-menu li>.sub-menu {
        left: 220px;
        margin: 0px 0px 0px 0px;
        transition: all 0.5s ease;
        border-radius: 0px 15px 15px 0px;
      }

      @media (max-width: 991px) {
        .header-style-3 .header-nav .nav>li .sub-menu li>.sub-menu>li {
          float: none;
          display: block;
          width: auto;
        }
      }

      @media (max-width: 991px) {
        .header-style-3 .header-nav .nav>li .sub-menu li>.sub-menu>li a {
          padding-left: 30px;
        }
      }

      .header-style-3 .header-nav .nav>li .sub-menu li:hover>.sub-menu {
        left: 220px;
        margin: 0px;
        opacity: 1;
        top: 0px;
        visibility: visible;
      }

      .header-style-3 .header-nav .nav>li .sub-menu li:hover>.sub-menu:before {
        background-color: transparent;
        bottom: 0px;
        content: "";
        display: block;
        height: 100%;
        left: -6px;
        position: absolute;
        top: 0px;
        width: 6px;
      }

      .header-style-3 .header-nav {
        /*-- Submenu direction---*/
      }

      .header-style-3 .header-nav .submenu-direction .sub-menu {
        left: auto;
        right: 0px;
      }

      .header-style-3 .header-nav .submenu-direction .sub-menu li>.sub-menu {
        left: auto;
        right: 220px;
        margin: 0px 20px 0px 0px;
      }

      .header-style-3 .header-nav .submenu-direction .sub-menu li:hover>.sub-menu {
        left: auto;
        right: 220px;
        margin: 0px 0px 0px 0px;
      }

      .header-style-3 .header-nav.nav-animation .nav>li>ul.sub-menu li>a {
        transition: all 0.5s ease-out;
        position: relative;
        z-index: 1;
      }

      .header-style-3 .header-nav.nav-animation .nav>li:hover>ul.sub-menu li:hover>a {
        padding-left: 25px;
      }

      @media (max-width: 991px) {
        .header-style-3 .has-child {
          position: relative;
        }
      }

      .header-style-3 .has-child .submenu-toogle {
        position: absolute;
        right: 4px;
        top: 4px;
        color: #000;
        background-color: transparent;
        z-index: 900;
        cursor: pointer;
        padding: 10px;
        font-size: 14px;
        display: none;
      }

      @media (max-width: 991px) {
        .header-style-3 .has-child .submenu-toogle {
          display: block;
          width: 100%;
          text-align: right;
        }
      }

      .header-style-3 .has-child li .submenu-toogle {
        opacity: 0.9;
      }

      .header-style-3 .has-child.nav-active>a+.submenu-toogle.glyphicon-chevron-right:before {
        content: "\e114";
      }

      .header-style-3 .has-child.nav-active>a+.submenu-toogle.glyphicon-plus::before {
        content: "−";
      }

      @media (max-width: 991px) {
        .header-style-3 .has-child.nav-active>a+.submenu-toogle.fa.fa-angle-right::before {
          content: "\f107";
        }
      }

      @media (max-width: 991px) {
        .header-style-3 .mobile-full-width-menu .header-nav .nav {
          position: inherit;
        }
      }

      .header-style-3 {
        /*====Mobile Side =======*/
      }

    .main-bar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 12px 20px;
    }

    .logo-header {
      order: 1;
    }

    /* wrapper keeps the panel anchored right below the button */
    .toggle-wrap {
      order: 2;
      position: relative;
    }

    #mobile-side-drawer {
      position: relative;
      z-index: 1001;         /* stays above the panel, never hidden */
      background: none;
      border: none;
      font-size: 26px;
      line-height: 1;
      cursor: pointer;
      color: white;
      padding: 6px 10px;
    }

    #mobile-side-drawer:focus {
      outline: 2px solid #2d6cdf;
      outline-offset: 2px;
    }

    .side-menu {
      position: absolute;
      top: calc(100% + 10px);   /* sits just below the toggle button */
      right: 0;
      width: 200px;
      height: auto;
      background: #ffffff;
      border-radius: 8px;
      box-shadow: 0 8px 24px rgba(0,0,0,0.18);
      transform: translateY(-12px);
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
      z-index: 1000;
      display: flex;
      flex-direction: column;
      overflow: hidden;
    }

    .side-menu.open {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transform: translateY(0);
    }

    .side-menu a {
      padding: 16px 24px;
      text-decoration: none;
      color: #222;
      font-size: 16px;
      border-bottom: 1px solid #f0f0f0;
    }

    .side-menu a:last-child {
      border-bottom: none;
    }

    .side-menu a:hover {
      background: #f7f7f7;
    }
  
      @media (max-width: 991px) {
        .header-style-3.mobile-sider-drawer-menu .header-nav {
          position: fixed;
          width: 250px !important;
          z-index: 999;
          height: 100vh !important;
          overflow-y: inherit !important;
          left: -250px;
          top: 0px;
          transition: all 0.5s linear;
          background-color: #fff;
        }

        .header-style-3.mobile-sider-drawer-menu .header-nav .nav>li:hover>.sub-menu {
          transition: none !important;
        }

        .header-style-3.mobile-sider-drawer-menu .header-nav .nav>li .sub-menu li:hover>.sub-menu {
          transition: inherit !important;
        }

        .header-style-3.mobile-sider-drawer-menu.active .header-nav {
          left: 15px;
        }

        .header-style-3.mobile-sider-drawer-menu .icon-bar {
          transition: all 0.5s linear;
          position: relative;
        }

        .header-style-3.mobile-sider-drawer-menu #mobile-side-drawer {
          min-height: 41px;
          position: absolute;
          right: 20px;
          top: 4px;
        }
      }

      @media (max-width: 991px) and (max-width: 460px) {
        .header-style-3.mobile-sider-drawer-menu #mobile-side-drawer {
          top: 0px;
        }
      }

      @media (max-width: 991px) {
        .header-style-3.mobile-sider-drawer-menu.active .icon-bar.icon-bar-first {
          transform: rotate(45deg) translateX(3px) translateY(2px);
        }

        .header-style-3.mobile-sider-drawer-menu.active .icon-bar.icon-bar-three {
          transform: rotate(-45deg) translateX(3px) translateY(-2px);
        }

        .header-style-3.mobile-sider-drawer-menu .icon-bar.icon-bar-two {
          position: relative;
          right: 0%;
        }

        .header-style-3.mobile-sider-drawer-menu.active .icon-bar.icon-bar-two {
          position: absolute;
          right: 100px;
          opacity: 0;
        }

        .header-style-3.mobile-sider-drawer-menu .is-fixed .header-nav .nav {
          overflow: auto;
          max-height: 100%;
        }

        .header-style-3.mobile-sider-drawer-menu .header-fixed .header-nav .nav {
          overflow: auto;
          max-height: 100%;
        }
      }

      .header-style-3 {
        /*---when header is sticky---*/
      }

      .header-style-3 .sticky-no .main-bar {
        position: static !important;
      }

      .header-style-3 {
        /*---when header is sticky---*/
      }

      .header-style-3 .is-fixed .main-bar {
        position: fixed;
        top: 0px;
        left: 0px;
      }

      .header-style-3 {
        /*---header id Fixed---*/
      }

      .header-style-3 .is-fixed.color-fill .header-nav .nav>li {
        margin: 0px;
        padding: 0px;
      }

      @media (max-width: 991px) {
        .header-style-3 .header-nav .nav>li {
          margin: 0px;
          padding: 0px;
        }

        .header-style-3 .header-nav .nav>li>a {
          margin: 0px;
          padding: 10px 12px;
          color: #066168;
          font-weight: 600;
        }

        .header-style-3 .is-fixed.color-fill .header-nav .nav>li {
          margin: 0px;
          padding: 0px;
        }
      }

      @media (max-width: 767px) {
        .header-style-3 .main-bar {
          padding: 0px 40px 0px 0px;
        }

        .header-style-3 .main-bar .container {
          max-width: 100%;
        }

        .header-style-3 .is-fixed .main-bar {
          padding: 0px;
        }

        .header-style-3 .is-fixed.color-fill .main-bar {
          padding: 0px;
        }
      }

      @media (max-width: 460px) {
        .header-style-3 .main-bar {
          border-radius: 20px;
        }
      }

      .main-bar {
        width: 100%;
        transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s !important;
      }

      .color-fill.main-bar {
        position: fixed;
        top: 0%;
      }

      .header-style-3.sticky-header.is-fixed {
        animation: 0.95s ease 0s normal forwards 1 running mainBar_on_scrollAnimatio;
        border-radius: 20px;
        border: 1px solid rgba(6, 97, 104, 0.14);
        top: 10px;
      }

      @keyframes mainBar_on_scrollAnimatio {
        0% {
          margin-top: -120px;
        }

        100% {
          margin-top: 0;
        }
      }

      .trv-hdr-1-social ul {
        margin: 0px;
        list-style: none;
        display: flex;
      }

      .trv-hdr-1-social ul li {
        line-height: 1;
      }

      .trv-hdr-1-social ul li a {
        color: #066168;
        font-size: 20px;
        margin-right: 5px;
        transition: 0.5s all ease;
        display: block;
      }

      .trv-hdr-1-social ul li a:hover {
        color: #FFAA0D;
        transform: translateY(-5px);
      }

      .registration-media {
        text-align: right;
        position: relative;
        z-index: -1;
        margin: auto;
        margin-top: -90px;
      }

      @media only screen and (max-width: 1480px) {
        .registration-media {
          margin-top: 0;
        }
      }

      @media only screen and (min-width: 300px) and (max-width: 991px) {
        .registration-media {
          position: absolute;
          margin-top: 0px;
          right: 10%;
          bottom: 0;
        }
      }

      @media only screen and (max-width: 575px) {
        .registration-media {
          right: 5%;
        }
      }

      .registration-media img {
        max-height: 850px;
        object-fit: contain;
      }

      @media only screen and (max-width: 1480px) {
        .registration-media img {
          height: 600px;
          width: 100%;
          object-fit: contain;
          object-position: bottom;
        }
      }

      @media only screen and (max-width: 991px) {
        .registration-media img {
          height: auto;
        }
      }

      @media only screen and (min-width: 300px) and (max-width: 991px) {
        .registration-media img {
          height: 280px;
          object-fit: contain;
        }
      }

      @media only screen and (max-width: 767px) {
        .registration-media img {
          height: 240px;
        }
      }

      .start-side-content {
        padding: 120px 80px 0 80px;
        position: relative;
        background: var(--light);
        z-index: 1;
      }

      .start-side-content:after {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 16%;
        width: 51%;
        height: 60%;
        background: #FFFAF3;
        border-radius: 50% 50% 0px 0px;
        z-index: -2;
      }

      @media only screen and (min-width: 300px) and (max-width: 991px) {
        .start-side-content {
          padding: 120px 80px 80px 80px;
          height: 400px;
          display: flex;
          align-items: center;
        }

        .start-side-content:after {
          left: auto;
          width: 200px;
          height: 250px;
          right: 12%;
        }
      }

      @media only screen and (max-width: 1199px) {
        .start-side-content {
          padding: 120px 20px 0px;
        }
      }

      @media only screen and (max-width: 991px) {
        .start-side-content {
          padding: 120px 15px 0px;
        }
      }

      @media only screen and (max-width: 767px) {
        .start-side-content {
          padding: 120px 30px 80px 30px;
          height: 260px;
        }

        .start-side-content .dz-bnr-inr-entry h1 {
          font-size: 26px;
          line-height: 1.1;
        }

        .start-side-content:after {
          width: 160px;
          height: 218px;
          right: 4%;
        }
      }

      @media only screen and (max-width: 575px) {
        .start-side-content {
          padding: 80px 15px 80px 15px;
        }
      }

      .end-side-content {
        padding: 120px 80px 80px 80px;
        display: flex;
        flex-direction: column;
      }

      @media only screen and (min-width: 300px) and (max-width: 1200px) {
        .end-side-content {
          padding: 50px;
        }
      }

      @media only screen and (max-width: 767px) {
        .end-side-content {
          padding: 60px;
        }
      }

      @media only screen and (max-width: 575px) {
        .end-side-content {
          padding: 30px 15px 30px;
        }
      }

      .login-area {
        border: 1px solid var(--secondary);
        padding: 80px;
        max-width: 522px;
        margin: auto;
        width: 100%;
        border-radius: 30px;
      }

      @media only screen and (max-width: 1199px) {
        .login-area {
          padding: 30px;
        }
      }

      @media only screen and (max-width: 575px) {
        .login-area {
          padding: 15px;
        }
      }

      .login-area .dz-order-tracking {
        padding: 0;
        border: 0;
        max-width: 100%;
      }

      .login-area form .label-title {
        margin-bottom: 5px;
        font-weight: 500;
        font-family: var(--font-family-title);
        font-size: 16px;
      }

      .extm {
        z-index: 1;
      }

      .filter-area {
        border: 1px solid rgba(0, 0, 0, 0.125);
        border-radius: var(--border-radius-base);
        align-items: center;
        background-color: #ffffff;
        display: flex;
        position: relative;
        z-index: 20;
      }

      .filter-area .grid-area {
        flex: 1;
        display: flex;
        justify-content: space-between;
      }

      .filter-area .grid-area .nav .nav-item {
        align-item: center;
      }

      .filter-area .grid-area .nav .nav-item .nav-link {
        color: var(--secondary);
        font-family: "Afacad", sans-serif;
        font-weight: var(--headings-font-weight);
        padding: 0;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .filter-area .grid-area .nav .nav-item .nav-link svg {
        width: 20px;
        height: 20px;
      }

      .filter-area .grid-area .nav .nav-item .nav-link svg path {
        fill: var(--secondary);
      }

      .filter-area .grid-area .nav .nav-item .nav-link.active {
        color: var(--primary);
      }

      .filter-area .grid-area .nav .nav-item .nav-link.active svg path {
        fill: var(--primary);
      }

      .filter-area .grid-area .nav .nav-item .nav-link:hover {
        color: var(--secondary);
      }

      @media only screen and (max-width: 1024px) {
        .filter-area .grid-area .filter-day {
          display: none;
        }
      }

      .filter-area .category {
        position: relative;
        z-index: 1;
        display: flex;
      }

      .filter-area .category .filter-category {
        align-items: center;
        display: flex;
        padding-left: 20px;
        padding-right: 20px;
      }

      .filter-area .category .filter-category a {
        border: 0;
        background: transparent;
        font-weight: 500;
        color: var(--secondary);
        font-size: 16px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 60px;
        outline: none !important;
        padding: 0px 20px 0px 5px;
        font-family: "Afacad", sans-serif;
      }

      .filter-area .category .form-group {
        display: flex;
        align-items: center;
        padding: 0;
        background: none;
      }

      .filter-area .category .form-group .btn {
        border-bottom: 0;
        padding: 0px 20px 0 0;
        border: 0;
        background: transparent;
        color: var(--secondary);
        font-size: 16px;
        font-weight: 500;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 60px;
        outline: none !important;
      }

      .filter-area.filter-1 {
        display: flex;
      }

      @media only screen and (max-width: 575px) {
        .filter-area.filter-1 .category {
          border-top: 0;
        }
      }

      @media only screen and (max-width: 575px) {
        .filter-area .orderby.dropdown {
          width: 160px !important;
        }
      }

      .page {
        margin-top: 40px;
        align-items: center;
      }

      .page .page-text {
        color: var(--title);
        font-weight: 400;
        margin-bottom: 0;
        font-size: 14px;
      }

      @media only screen and (max-width: 767px) {
        .page {
          margin-top: 0;
          text-align: center;
        }

        .page .page-text {
          margin-bottom: 25px;
        }
      }

      .dz-shop-card {
        position: relative;
      }

      .dz-shop-card .dz-tags {
        display: flex;
        margin-bottom: 8px;
        line-height: 1.5;
      }

      .dz-shop-card .dz-tags li a {
        color: var(--primary);
        margin-right: 5px;
        font-size: 14px;
      }

      .dz-shop-card .product-tag {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
      }

      .dz-shop-card.style-2 {
        display: flex;
        margin-bottom: 30px;
        -webkit-transition: all 0.8s;
        -ms-transition: all 0.8s;
        transition: all 0.8s;
      }

      @media only screen and (max-width: 767px) {
        .dz-shop-card.style-2 {
          display: block;
        }
      }

      .dz-shop-card.style-2 .dz-media {
        margin-right: 30px;
        max-width: 300px;
        border-radius: 20px;
      }

      .dz-shop-card.style-2 .dz-media img {
        object-fit: cover;
        height: 100%;
      }

      @media only screen and (max-width: 767px) {
        .dz-shop-card.style-2 .dz-media {
          margin-right: 0;
          max-width: 100%;
          width: 100%;
        }
      }

      .dz-shop-card.style-2 .yith-wcwl-add-to-wishlist i {
        font-size: 18px;
        line-height: 42px;
      }

      .dz-shop-card.style-2 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
      .dz-shop-card.style-2 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
      .dz-shop-card.style-2 .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
        height: 44px;
        width: 44px;
        cursor: pointer;
        text-align: center;
        font-size: 0;
        line-height: 40px;
        display: block;
        border-radius: var(--border-radius-base);
        border: 1px solid #000;
        background: #fff;
        font-weight: 400;
      }

      .dz-shop-card.style-2 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
      .dz-shop-card.style-2 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
        color: #ffffff;
        background-color: var(--primary);
        border: 1px solid var(--primary);
        font-weight: 700;
      }

      .dz-shop-card.style-2 .yith-wcwl-add-to-wishlist a {
        color: inherit;
      }

      .dz-shop-card.style-2 .dz-compare-btn {
        position: absolute;
        bottom: -100px;
        width: 100%;
        display: flex;
        padding: 10px;
        gap: 10px;
        transition: all 0.5s;
      }

      .dz-shop-card.style-2 .dz-compare-btn .compare-button,
      .dz-shop-card.style-2 .dz-compare-btn .woocommerce-quick-view {
        width: 50%;
      }

      .dz-shop-card.style-2:hover .dz-compare-btn {
        bottom: 0;
      }

      .dz-shop-card.style-2 .yith-wcqv-button,
      .dz-shop-card.style-2 .compare {
        height: 44px;
        width: 100%;
        font-size: 14px !important;
        border: 0;
        background: #fff;
        font-weight: 400;
        color: #000;
        font-size: 16px;
        padding: 12px 30px;
        line-height: 24px;
        display: inline-flex;
        border-radius: var(--bs-border-radius);
        font-weight: 500;
        position: relative;
        text-transform: capitalize;
        font-family: "Figtree", sans-serif;
        align-items: center;
        overflow: hidden;
        z-index: 1;
        text-align: center;
        -webkit-transition: all 0.2s;
        -ms-transition: all 0.2s;
        transition: all 0.2s;
        text-decoration: none;
        vertical-align: middle;
        justify-content: center;
        border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
      }

      .dz-shop-card.style-2 .yith-wcqv-button:after,
      .dz-shop-card.style-2 .compare:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        opacity: 0.8;
        -webkit-transform: translate(-105%, 0);
        transform: translate(-105%, 0);
        border-right-width: 2px;
        border-right-style: solid;
        border-right-color: white;
        background-color: rgba(255, 255, 255, 0.5);
      }

      .dz-shop-card.style-2 .yith-wcqv-button:hover,
      .dz-shop-card.style-2 .compare:hover {
        box-shadow: none;
        text-decoration: none;
      }

      .dz-shop-card.style-2 .yith-wcqv-button:hover:after,
      .dz-shop-card.style-2 .compare:hover:after {
        opacity: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
      }

      .dz-shop-card.style-2 .yith-wcqv-button,
      .dz-shop-card.style-2 .compare {
        padding: 12px;
      }

      .dz-shop-card.style-2 .yith-wcqv-button:before,
      .dz-shop-card.style-2 .compare:before {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 18px;
        content: none !important;
      }

      .dz-shop-card.style-2 .yith-wcqv-button:hover,
      .dz-shop-card.style-2 .yith-wcqv-button.added,
      .dz-shop-card.style-2 .compare:hover,
      .dz-shop-card.style-2 .compare.added {
        background-color: var(--secondary);
        border: 0 solid var(--secondary);
        color: #fff;
      }

      .dz-shop-card.style-2 .yith-wcqv-button:before {
        content: "\f06e";
      }

      .dz-shop-card.style-2 .compare:before {
        content: "\f24d";
      }

      .dz-shop-card.style-2 .dz-body .yith-wcqv-button,
      .dz-shop-card.style-2 .dz-body .compare {
        display: none;
      }

      .dz-shop-card.style-2 .product-tag {
        position: absolute;
        top: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        left: 0;
        padding: 10px;
      }

      .dz-shop-card.style-2 .dz-tags {
        margin-bottom: 0;
        display: inline-block;
      }

      .dz-shop-card.style-2 .dz-tags li {
        display: inline-block;
      }

      .dz-shop-card.style-2 .dz-tags a {
        padding: 0 1px;
      }

      .dz-shop-card.style-2 .dz-content {
        flex: 1;
        align-self: center;
      }

      @media only screen and (max-width: 767px) {
        .dz-shop-card.style-2 .dz-content {
          padding-top: 20px;
        }
      }

      .dz-shop-card.style-2 .dz-content .dz-rating {
        text-align: end;
        display: flex;
        flex-direction: column;
      }

      .dz-shop-card.style-2 .dz-content .dz-rating li {
        margin: 0;
        line-height: 1;
      }

      .dz-shop-card.style-2 .dz-content .dz-rating li i {
        margin: 0px 3px;
        font-size: 18px;
      }

      .dz-shop-card.style-2 .dz-content .woocommerce-review-link {
        font-weight: 400;
        text-transform: capitalize;
        color: #5E626F;
      }

      .dz-shop-card.style-2 .dz-content .review-num {
        display: flex;
        margin-left: 10px;
        flex-direction: column;
        text-align: center;
        min-width: 90px;
      }

      @media only screen and (max-width: 767px) {
        .dz-shop-card.style-2 .dz-content .review-num {
          min-width: 90px;
          margin-left: 0;
        }

        .dz-shop-card.style-2 .dz-content .review-num .woocommerce-review-link {
          text-align: left;
        }
      }

      .dz-shop-card.style-2 .dz-content .review-num h4 {
        margin-bottom: 0;
      }

      .dz-shop-card.style-2 .dz-content .review-num span a {
        font-size: 13px;
        font-family: var(--font-family-base);
        color: #5E626F;
      }

      .dz-shop-card.style-2 .dz-content .review-num .star-rating {
        float: right;
      }

      .dz-shop-card.style-2 .dz-content .dz-header {
        display: flex;
        justify-content: space-between;
      }

      .dz-shop-card.style-2 .dz-content .dz-header .title {
        font-weight: 500;
      }

      .dz-shop-card.style-2 .dz-content .dz-rating-box {
        display: flex;
      }

      @media only screen and (max-width: 767px) {
        .dz-shop-card.style-2 .dz-content .dz-rating-box {
          display: block;
        }
      }

      .dz-shop-card.style-2 .dz-content .meta-content {
        margin: 0;
      }

      .dz-shop-card.style-2 .dz-content .price-num {
        font-size: 18px;
      }

      .dz-shop-card.style-2 .dz-content .color-name,
      .dz-shop-card.style-2 .dz-content .price-name {
        font-size: 14px;
        font-weight: 400;
        color: var(--secondary);
        display: block;
      }

      .dz-shop-card.style-2 .dz-content .price {
        margin-bottom: 0px;
        font-size: 20px;
        font-weight: 500;
        font-family: "Afacad", sans-serif;
        color: var(--secondary);
      }

      .dz-shop-card.style-2 .dz-content .price del {
        font-size: 80%;
      }

      .dz-shop-card.style-2 .dz-content .price ins {
        text-decoration: none;
      }

      .dz-shop-card.style-2 .dz-content .dz-body {
        margin-top: 15px;
      }

      @media only screen and (max-width: 991px) {
        .dz-shop-card.style-2 .dz-content .dz-body {
          display: block;
          margin-top: 10px;
        }
      }

      @media only screen and (max-width: 575px) {
        .dz-shop-card.style-2 .dz-content .dz-body {
          margin-top: 0;
        }
      }

      .dz-shop-card.style-2 .dz-content .dz-body .dz-para {
        font-size: 15px;
        font-weight: 400;
        padding-right: 30px;
      }

      @media only screen and (max-width: 991px) {
        .dz-shop-card.style-2 .dz-content .dz-body .dz-para {
          font-size: 14px;
          padding-right: 0;
          margin-bottom: 0;
        }
      }

      .dz-shop-card.style-2 .dz-content .dz-body .rate {
        display: flex;
        margin-top: 0;
        align-items: center;
        justify-content: space-between;
        font-weight: 400;
      }

      @media only screen and (max-width: 1199px) {
        .dz-shop-card.style-2 .dz-content .dz-body .rate {
          margin-top: 10px;
          display: block;
        }
      }

      @media only screen and (max-width: 575px) {
        .dz-shop-card.style-2 .dz-content .dz-body .rate .meta-content {
          margin-right: 30px;
        }

        .dz-shop-card.style-2 .dz-content .dz-body .rate .color-name {
          margin-bottom: 8px;
        }
      }

      .dz-shop-card.style-3 {
        background-color: #ffffff;
        margin-bottom: 30px;
      }

      .dz-shop-card.style-3 .dz-media+.dz-content {
        padding-top: 15px;
      }

      @media only screen and (max-width: 1199px) {
        .dz-shop-card.style-3 .dz-media {
          height: 280px;
        }
      }

      @media only screen and (max-width: 767px) {
        .dz-shop-card.style-3 .dz-media {
          height: 100%;
        }
      }

      .dz-shop-card.style-3 .dz-content .meta-content {
        margin-right: 0;
        text-align: right;
      }

      .dz-shop-card.style-3 .dz-content .dz-tags {
        margin-bottom: 5px;
      }

      .dz-shop-card.style-3 .dz-content .dz-rating {
        display: flex;
        justify-content: left;
      }

      .dz-shop-card.style-3 .dz-content .dz-rating li i {
        margin: 0px 3px;
        font-size: 18px;
      }

      .dz-shop-card.style-3 .dz-content .dz-rating {
        display: flex;
        line-height: 18px;
      }

      .dz-shop-card.style-3 .dz-content .review-num {
        display: flex;
      }

      .dz-shop-card.style-3 .dz-content .review-num a {
        font-size: 13px;
        color: #000;
        line-height: 20px;
      }

      .dz-shop-card.style-3 .dz-content .dz-content-footer {
        display: flex;
        margin-bottom: 28px;
      }

      .dz-shop-card.style-3 .dz-content .dz-content-footer .dz-content-start {
        flex: 1;
      }

      .dz-shop-card.style-3 .dz-content .dz-content-footer .price-name {
        line-height: 1.5;
      }

      .dz-shop-card.style-3 .dz-content .dz-content-footer .price {
        font-size: 18px;
        font-weight: 700;
        color: var(--secondary);
      }

      @media only screen and (max-width: 575px) {
        .dz-shop-card.style-3 .dz-content .dz-content-footer {
          margin-bottom: 15px;
        }
      }

      @media only screen and (max-width: 575px) {
        .dz-shop-card.style-3 .dz-content .bookmark-btn .form-check-label {
          width: 44px;
          height: 44px;
          line-height: 43px;
        }
      }

      .book-grid-row.style-4 .dz-box {
        display: flex;
      }

      @media only screen and (max-width: 767px) {
        .book-grid-row.style-4 .dz-box {
          display: block;
        }
      }

      .book-grid-row.style-4 .dz-box .dz-media {
        min-width: 400px;
      }

      .book-grid-row.style-4 .dz-box .dz-media img {
        border-radius: 10px;
      }

      @media only screen and (max-width: 1199px) {
        .book-grid-row.style-4 .dz-box .dz-media {
          min-width: 250px;
        }
      }

      .book-grid-row.style-4 .dz-box .dz-content {
        margin-left: 50px;
        padding-top: 15px;
      }

      @media only screen and (max-width: 1199px) {
        .book-grid-row.style-4 .dz-box .dz-content {
          margin-left: 30px;
          padding-top: 0;
        }
      }

      @media only screen and (max-width: 767px) {
        .book-grid-row.style-4 .dz-box .dz-content {
          margin-left: 0;
          padding-top: 25px;
        }
      }

      .book-grid-row.style-4 .dz-box .dz-content .dz-header {
        margin-bottom: 30px;
      }

      @media only screen and (max-width: 1199px) {
        .book-grid-row.style-4 .dz-box .dz-content .dz-header {
          margin-bottom: 20px;
        }
      }

      .book-grid-row.style-4 .dz-box .dz-content .dz-header .shop-item-rating {
        display: flex;
        justify-content: space-between;
      }

      .book-grid-row.style-4 .dz-box .dz-content .dz-header .shop-item-rating .dz-rating {
        display: flex;
      }

      .book-grid-row.style-4 .dz-box .dz-content .dz-header .shop-item-rating .dz-rating li {
        margin-right: 4px;
      }

      .book-grid-row.style-4 .dz-box .dz-content .dz-header .shop-item-rating .social-area {
        display: flex;
        align-items: center;
      }

      .book-grid-row.style-4 .dz-box .dz-content .dz-header .shop-item-rating .social-area .review-num {
        display: flex;
        margin-right: 15px;
      }

      .book-grid-row.style-4 .dz-box .dz-content .dz-header .shop-item-rating .social-area .review-num li a {
        font-size: 15px;
        color: #000;
        font-weight: var(--headings-font-weight);
        margin: 0 12px;
      }

      .book-grid-row.style-4 .dz-box .dz-content .dz-header .shop-item-rating .social-area .review-num li a svg {
        margin-right: 10px;
      }

      .book-grid-row.style-4 .dz-box .dz-content .dz-body .book-detail {
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
      }

      .book-grid-row.style-4 .dz-box .dz-content .dz-body .book-detail .book-info {
        display: flex;
      }

      .book-grid-row.style-4 .dz-box .dz-content .dz-body .book-detail .book-info li {
        color: var(--secondary);
        font-size: 18px;
        font-weight: var(--headings-font-weight);
        padding: 0 65px 0 0;
      }

      @media only screen and (max-width: 1199px) {
        .book-grid-row.style-4 .dz-box .dz-content .dz-body .book-detail .book-info li {
          padding: 0 20px 0 0;
        }
      }

      @media only screen and (max-width: 991px) {
        .book-grid-row.style-4 .dz-box .dz-content .dz-body .book-detail .book-info li {
          font-size: 15px;
        }
      }

      .book-grid-row.style-4 .dz-box .dz-content .dz-body .book-detail .book-info li .writer-info {
        display: flex;
      }

      .book-grid-row.style-4 .dz-box .dz-content .dz-body .book-detail .book-info li .writer-info img {
        height: 50px;
        border-radius: 11px;
        width: 50px;
        margin-right: 20px;
      }

      @media only screen and (max-width: 575px) {
        .book-grid-row.style-4 .dz-box .dz-content .dz-body .book-detail .book-info li .writer-info img {
          display: none;
        }
      }

      .book-grid-row.style-4 .dz-box .dz-content .dz-body .book-detail .book-info li span {
        display: block;
        color: #AAAAAA;
        font-size: 14px;
        font-weight: 500;
      }

      .book-grid-row.style-4 .dz-box .dz-content .dz-body .book-detail .right-info .badge {
        border: 1px solid #EBE8FE;
        color: #131045;
        font-size: 14px;
        padding: 10px 14px;
        margin: 0 7px;
      }

      .book-grid-row.style-4 .dz-box .dz-content .dz-body .book-detail .right-info .badge.badge-1 {
        color: #53C258;
      }

      .book-grid-row.style-4 .dz-box .dz-content .dz-body .text-1 {
        margin-bottom: 30px;
      }

      @media only screen and (max-width: 1199px) {
        .book-grid-row.style-4 .dz-box .dz-content .dz-body .text-1 {
          margin-bottom: 20px;
        }
      }

      .book-grid-row.style-4 .dz-box .dz-content .dz-body .book-footer {
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
      }

      @media only screen and (max-width: 991px) {
        .book-grid-row.style-4 .dz-box .dz-content .dz-body .book-footer {
          display: block;
        }
      }

      .book-grid-row.style-4 .dz-box .dz-content .dz-body .book-footer .price {
        display: flex;
        align-items: baseline;
      }

      .book-grid-row.style-4 .dz-box .dz-content .dz-body .book-footer .price h5 {
        font-size: 30px;
        color: var(--primary);
      }

      .book-grid-row.style-4 .dz-box .dz-content .dz-body .book-footer .price p {
        font-weight: 500;
        font-size: 18px;
        text-decoration: line-through;
        color: #636363;
        font-family: var(--font-family-title);
        margin-bottom: 0;
      }

      .book-grid-row.style-4 .dz-box .dz-content .dz-body .book-footer .price .badge {
        font-size: 16px;
        font-weight: 700;
        color: #ffffff;
        background-color: #FF754C;
        width: 57px;
        height: 30px;
        border-radius: var(--border-radius-base);
        text-align: center;
        line-height: 20px;
      }

      .book-grid-row.style-4 .dz-box .dz-content .dz-body .book-footer .product-num {
        display: flex;
        align-items: center;
      }

      .book-grid-row.style-4 .dz-box .dz-content .dz-body .book-footer .product-num a span {
        margin-left: 15px;
      }

      .book-grid-row.style-4 .dz-box .dz-content .dz-body .book-footer .product-num .like-btn {
        border: 1px solid #F0F0F0;
        width: 60px;
        border-radius: var(--border-radius-base);
        height: 60px;
        text-align: center;
        line-height: 60px;
        font-size: 22px;
        margin-left: 18px;
      }

      .related-title {
        margin-bottom: 45px;
        margin-top: 34px;
      }

      @media only screen and (max-width: 1680px) {
        .related-title {
          margin-bottom: 46px;
        }
      }

      @media only screen and (max-width: 1480px) {
        .related-title {
          margin-bottom: 55px;
        }
      }

      .shop-filter.shop-xl {
        padding: 50px 50px;
        position: fixed;
        left: -445px;
        top: 0px;
        z-index: 10000;
        background: #ffffff;
        height: 100%;
        -webkit-transition: all 1s;
        -ms-transition: all 1s;
        transition: all 1s;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        max-width: 400px;
        overflow: scroll;
      }

      .shop-filter.shop-xl.active {
        left: 0;
      }

      @media only screen and (max-width: 575px) {
        .shop-filter.shop-xl {
          max-width: 100%;
          width: 100%;
          left: -100%;
          box-shadow: none;
        }
      }

      @media only screen and (max-width: 1199px) {
        .shop-filter {
          padding: 30px;
          position: fixed;
          left: -445px;
          top: 0px;
          z-index: 10000;
          background: #ffffff;
          height: 100%;
          -webkit-transition: all 1s;
          -ms-transition: all 1s;
          transition: all 1s;
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          max-width: 400px;
          overflow: scroll;
        }

        .shop-filter.active {
          left: 0;
        }
      }

      @media only screen and (max-width: 575px) {
        .shop-filter {
          left: -100%;
          max-width: 100%;
          width: 100%;
          box-shadow: none;
        }

        .panel-close-btn {
          display: block;
          height: 40px;
          width: 0;
          background: #000;
          z-index: 10001;
          left: auto;
          right: 0;
          display: flex;
          align-items: center;
          justify-content: center;
        }

        .panel-close-btn svg {
          position: unset;
        }

        .panel-close-btn.active {
          width: 40px;
          padding: 0;
        }
      }

      .dz-widget_services .form-check {
        padding-top: 5px;
        padding-bottom: 5px;
      }

      .book-grid-row .col-book.style-1 {
        width: 25%;
        margin-bottom: 30px;
      }

      @media only screen and (max-width: 1024px) {
        .book-grid-row .col-book.style-1 {
          width: 33%;
        }
      }

      @media only screen and (max-width: 991px) {
        .book-grid-row .col-book.style-1 {
          width: 50%;
        }
      }

      @media only screen and (max-width: 575px) {
        .book-grid-row .col-book.style-1 {
          width: 100%;
          margin-bottom: 0;
        }
      }

      .book-grid-row .col-book.style-2 {
        width: 33.33%;
        margin-bottom: 30px;
      }

      @media only screen and (max-width: 991px) {
        .book-grid-row .col-book.style-2 {
          width: 50%;
        }
      }

      @media only screen and (max-width: 767px) {
        .book-grid-row .col-book.style-2 {
          width: 50%;
        }
      }

      @media only screen and (max-width: 575px) {
        .book-grid-row .col-book.style-2 {
          width: 100%;
          margin-bottom: 0;
        }
      }

      .tabs-site-button .nav-tabs {
        margin-bottom: 32px;
      }

      .tabs-site-button .nav-tabs a {
        display: inline-block;
        padding: 15px 20px;
        color: var(--secondary);
        font-weight: 500;
        font-size: 16px;
        font-family: "Afacad", sans-serif;
        position: relative;
        line-height: 1.2;
      }

      @media only screen and (max-width: 575px) {
        .tabs-site-button .nav-tabs li {
          margin: auto;
        }
      }

      .form-wizard {
        border: 1px solid transparent !important;
      }

      .form-wizard .nav-wizard {
        box-shadow: none !important;
        margin-bottom: 2.5rem;
        display: flex;
        align-items: center;
      }

      .form-wizard .nav-wizard li {
        flex: 0 0 25%;
        max-width: 25%;
      }

      .form-wizard .nav-wizard li .nav-link {
        display: flex;
        align-items: center;
        padding: 0;
      }

      .form-wizard .nav-wizard li .nav-link span {
        width: 48px;
        min-width: 48px;
        height: 48px;
        border: 5px solid #E2E2E2;
        line-height: 3rem;
        font-size: 1.125rem;
        background-color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 25px;
      }

      .form-wizard .nav-wizard li .nav-link span i {
        opacity: 0;
      }

      .form-wizard .nav-wizard li .nav-link:after {
        content: "";
        border-radius: 0.25rem 0 0 0.25rem;
        flex: 1;
        height: 5px;
        background: #E1E1E1;
      }

      .form-wizard .nav-wizard li .nav-link.active span,
      .form-wizard .nav-wizard li .nav-link.done span {
        background-color: var(--primary);
        color: #ffffff;
        border-color: var(--primary);
      }

      .form-wizard .nav-wizard li .nav-link.active span i,
      .form-wizard .nav-wizard li .nav-link.done span i {
        opacity: 1;
      }

      .form-wizard .nav-wizard li .nav-link.active:after,
      .form-wizard .nav-wizard li .nav-link.done:after {
        background-color: var(--primary);
      }

      .form-wizard .nav-wizard li .nav-link div {
        padding-right: 35px;
        color: #131045;
        font-size: 18px;
        font-weight: 600;
        padding-left: 35px;
      }

      .form-wizard .nav-wizard li:last-child .nav-link after {
        content: none;
      }

      .toolbar .btn {
        color: #ffffff;
        background-color: var(--primary) !important;
        border: 1px solid var(--primary) !important;
      }

      .shop-account .account-detail {
        padding: 30px 0px;
        background-color: var(--rgba-primary-1);
        border-radius: 6px;
        margin-bottom: 25px;
      }

      .shop-account .account-detail .my-image {
        position: relative;
        display: inline-block;
        border: 2px solid var(--primary);
        outline-offset: 3px;
        border-radius: 100%;
        width: 150px;
        height: 150px;
      }

      .shop-account .account-detail .my-image img {
        border-radius: 100%;
        width: 100%;
        background-color: #fff;
        padding: 5px;
      }

      .shop-account .account-detail .account-title {
        margin-top: 25px;
      }

      .shop-account .account-list {
        list-style: none;
        margin-bottom: 0px;
        border-radius: 0 0 4px 4px;
        overflow: hidden;
      }

      .shop-account .account-list li a {
        width: 100%;
        padding: 15px 20px;
        display: inline-block;
        border-top: 1px solid #eee;
        color: #232323;
        border-left: 3px solid rgba(0, 0, 0, 0);
      }

      .shop-account .account-list li a.active {
        background: rgba(234, 164, 81, 0.1019607843);
        border-left-color: var(--primary);
      }

      .shop-account .account-list li a:hover {
        background: rgba(234, 164, 81, 0.1019607843);
        border-left-color: var(--primary);
      }

      .shop-account .account-list li a i {
        color: var(--primary);
        margin-right: 10px;
      }

      .shop-bx {
        padding: 0 20px 30px;
        border-radius: 4px;
        background-color: var(--white);
      }

      .shop-bx .shop-bx-title {
        border-bottom: 1px solid var(--primary);
        padding: 10px 0;
        font-size: 22px;
        margin-bottom: 30px;
      }

      .shop-bx .filter-wrapper {
        margin-bottom: 0;
      }

      .filter-wrapper {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
      }

      .filter-wrapper .filter-left-area,
      .filter-wrapper .filter-right-area {
        display: flex;
        align-items: center;
      }

      .filter-wrapper .filter-left-area span,
      .filter-wrapper .filter-right-area span {
        font-size: 14px;
        color: var(--title);
      }

      .filter-wrapper form.woocommerce-ordering:after {
        content: none;
      }

      .filter-wrapper .filter-left-area {
        flex: 1;
      }

      .filter-wrapper .filter-right-area>div {
        border-left: 1px solid var(--border-color);
      }

      .filter-wrapper .filter-right-area>div:first-child {
        border-left: 0;
      }

      .filter-wrapper .filter-right-area .form-group {
        display: flex;
        align-items: center;
        padding: 0;
        background: none;
      }

      .filter-wrapper .filter-right-area .form-group .btn {
        border-bottom: 0;
        padding: 7px 20px 7px 20px;
        border: 0;
        background: transparent;
        color: var(--secondary);
        font-size: 14px;
        font-weight: 400;
        display: flex;
        align-items: center;
        outline: none !important;
      }

      @media only screen and (max-width: 575px) {
        .filter-wrapper .filter-right-area .form-group .btn {
          padding: 7px 15px 7px 15px;
        }
      }

      .filter-wrapper .filter-right-area .form-group .default-select,
      .filter-wrapper .filter-right-area .form-group .bootstrap-select {
        width: auto !important;
      }

      .filter-wrapper .filter-right-area .form-group .default-select .dropdown-toggle:after,
      .filter-wrapper .filter-right-area .form-group .bootstrap-select .dropdown-toggle:after {
        content: "\f107";
        font-family: "Font Awesome 6 free";
        border: 0;
        font-weight: 700;
        margin-left: 18px;
        font-size: 14px;
        color: var(--title);
      }

      .filter-wrapper .filter-right-area .form-group .default-select .dropdown-menu .dropdown-item.active span,
      .filter-wrapper .filter-right-area .form-group .default-select .dropdown-menu .dropdown-item:active span,
      .filter-wrapper .filter-right-area .form-group .bootstrap-select .dropdown-menu .dropdown-item.active span,
      .filter-wrapper .filter-right-area .form-group .bootstrap-select .dropdown-menu .dropdown-item:active span {
        color: #fff;
      }

      .filter-wrapper .shop-tab .nav .nav-item .nav-link {
        width: 40px;
        height: 40px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: end;
        color: var(--secondary);
      }

      .filter-wrapper .shop-tab .nav .nav-item .nav-link i {
        font-size: 20px;
      }

      .filter-wrapper .shop-tab .nav .nav-item .nav-link img,
      .filter-wrapper .shop-tab .nav .nav-item .nav-link svg {
        width: 20px;
        opacity: 0.35;
      }

      .filter-wrapper .shop-tab .nav .nav-item .nav-link.active svg {
        opacity: 1;
      }

      .filter-wrapper .shop-tab .nav .nav-item .nav-link.active i {
        color: var(--primary);
      }

      @media only screen and (max-width: 1199px) {

        .filter-wrapper .filter-left-area,
        .filter-wrapper .filter-right-area {
          padding: 8px 0;
        }

        .filter-wrapper .filter-left-area .panel-btn,
        .filter-wrapper .filter-right-area .panel-btn {
          margin-right: 16px;
        }

        .filter-wrapper .shop-tab {
          margin-left: auto;
        }
      }

      @media only screen and (max-width: 767px) {
        .filter-wrapper {
          display: block;
        }
      }

      @media only screen and (max-width: 991px) {
        .filter-wrapper .filter-right-area .category {
          display: none;
        }
      }

      @media only screen and (max-width: 767px) {

        .filter-wrapper .filter-right-area .shop-tab ul li:nth-child(3),
        .filter-wrapper .filter-right-area .shop-tab ul li:nth-child(4) {
          display: none;
        }
      }

      .filter-tag {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
      }

      .filter-tag li {
        padding: 5px 0;
      }

      .filter-tag li:last-child {
        margin-right: 30px;
      }

      @media only screen and (max-width: 1480px) {
        .filter-tag {
          display: none;
        }
      }

      .tag-btn {
        /* padding: 6px 10px; */
        padding: 3px 10px;
        margin-right: 10px;
        font-size: 13px;
        font-weight: 400;
        text-transform: uppercase;
        border: 1px solid var(--border-color);
        color: var(--title);
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .tag-btn i {
        font-size: 18px;
        color: #000;
      }

      .tag-btn svg {
        margin-bottom: 2px;
      }

      .widget_search .form-group {
        margin-bottom: 40px;
      }

      .widget_search .form-group .form-control {
        border-radius: 0;
        background-color: #F6F6F6;
        border: 0;
      }

      .widget_search .form-group .input-group-addon {
        position: absolute;
        right: 15px;
        top: 0;
        z-index: 9;
      }

      .widget_search .form-group .input-group-addon .btn {
        padding: 0;
        height: 50px;
        text-align: center;
      }

      .widget_search .form-group .input-group-addon .btn:active {
        border-color: transparent;
      }

      .product-size.btn-group {
        display: flex;
        flex-wrap: wrap;
      }

      .product-size .btn {
        padding: 0;
        height: 34px;
        width: 34px;
        line-height: 36px;
        font-size: 15px;
        font-weight: 400;
        border-radius: 0;
        background-color: #ffffff !important;
        justify-content: center;
        background: #efefef;
        border: 1px solid var(--border-color);
        color: var(--title);
        margin-right: 8px !important;
        flex: unset;
        margin-bottom: 8px;
      }

      .product-size .btn:hover {
        border-color: inherit;
      }

      .product-size .btn-check:checked+.btn {
        background: var(--secondary) !important;
        color: #fff;
        border-color: var(--secondary);
      }

      .product-size .btn-check:checked+.btn.btn-light {
        background: var(--light) !important;
        border-color: var(--light);
        color: #444444;
      }

      .shop-top-filter .shop-filter {
        display: flex;
        width: 100%;
        padding-top: 50px;
        border-top: 1px solid var(--light);
      }

      @media only screen and (min-width: 1191px) {
        .shop-top-filter .shop-filter {
          display: none;
        }
      }

      .shop-top-filter .shop-filter .wc-block-product-categories-list li {
        display: inline-block;
        width: auto;
        margin-right: 15px;
      }

      .shop-top-filter .shop-filter .wc-block-product-categories-list li a {
        transform: translateX(0);
      }

      .shop-top-filter .shop-filter aside {
        margin: 0 -10px;
      }

      @media only screen and (min-width: 1191px) {
        .shop-top-filter .shop-filter aside {
          display: flex;
          justify-content: space-between;
          width: 100%;
          flex-wrap: wrap;
          margin: 0;
        }
      }

      @media only screen and (min-width: 1191px) {
        .shop-top-filter .shop-filter aside .widget {
          max-width: 25%;
          flex: 0 0 25%;
          padding: 0 10px;
        }

        .shop-top-filter .shop-filter aside .widget.widget_search {
          display: none;
        }
      }

      .shop-top-filter .shop-filter aside .reset-btn {
        display: none;
      }

      .shop-top-filter .shop-filter .filter-wrapper {
        display: block;
      }

      .filter-top-btn {
        padding-right: 20px;
      }

      @media only screen and (max-width: 575px) {
        .filter-top-btn {
          padding-right: 15px;
        }
      }

      .dz-product-detail {
        margin-bottom: 30px;
      }

      .dz-product-detail.static-media .dz-media {
        margin-bottom: 30px;
      }

      @media only screen and (max-width: 1199px) {
        .dz-product-detail.static-media .dz-media {
          height: auto;
          margin-bottom: 15px;
        }
      }

      .dz-product-detail .dz-grid-media>div:nth-child(2) {
        margin-top: 70px;
      }

      .dz-product-detail .dz_product_single_button .compare.added {
        color: #fff;
      }

      .dz-product-detail .dz_product_single_button .compare.added:after {
        content: none;
      }

      .dz-product-detail .price {
        margin-bottom: 0px;
        font-size: 24px;
        font-weight: 500;
        font-family: "Afacad", sans-serif;
        color: var(--secondary);
      }

      .dz-product-detail .price del {
        font-size: 18px;
        opacity: 0.6;
      }

      @media only screen and (max-width: 575px) {
        .dz-product-detail .price del {
          font-size: 16px;
        }
      }

      .dz-product-detail .swiper-btn-center-lr+.dz-content {
        padding-top: 25px;
      }

      @media only screen and (max-width: 767px) {
        .dz-product-detail .dz-media {
          height: 100%;
        }
      }

      .dz-product-detail .dz-media .dz-maximize {
        opacity: 0;
      }

      .dz-product-detail .dz-media:hover .dz-maximize {
        opacity: 1;
      }

      @media only screen and (max-width: 575px) {
        .dz-product-detail .dz-media .dz-maximize {
          opacity: 1;
        }
      }

      .dz-product-detail .banner-social-media {
        transform: unset;
        top: 250px;
      }

      .dz-product-detail .banner-social-media ul li a {
        color: #000;
      }

      .dz-product-detail .dz-content .title {
        font-weight: 500;
      }

      .dz-product-detail .dz-content .meta-content {
        margin-right: 0;
        text-align: left;
      }

      .dz-product-detail .dz-content .dz-tags {
        margin-bottom: 5px;
      }

      .dz-product-detail .dz-content .dz-rating {
        display: flex;
        justify-content: left;
      }

      .dz-product-detail .dz-content .dz-rating li i {
        margin: 0px 3px;
        font-size: 18px;
      }

      .dz-product-detail .dz-content .para-text {
        font-size: 15px;
        color: var(--secondary);
      }

      @media only screen and (max-width: 575px) {
        .dz-product-detail .dz-content .para-text {
          font-size: 14px;
        }
      }

      .dz-product-detail .dz-content .dz-rating {
        display: flex;
        line-height: 18px;
        gap: 10px;
        align-items: center;
        margin-bottom: 15px;
      }

      .dz-product-detail .dz-content .review-num {
        display: flex;
      }

      .dz-product-detail .dz-content .review-num a,
      .dz-product-detail .dz-content .review-num span {
        font-size: 14px;
        color: #000;
        line-height: 1;
      }

      .dz-product-detail .dz-content .dz-content-footer {
        display: flex;
        margin-bottom: 15px;
      }

      .dz-product-detail .dz-content .dz-content-footer .dz-content-start {
        flex: 1;
      }

      .dz-product-detail .dz-content .dz-content-footer .price-name {
        line-height: 1.5;
      }

      .dz-product-detail .dz-content .dz-content-footer .price-num {
        font-size: 24px;
        font-weight: 500;
        font-family: "Afacad", sans-serif;
      }

      .dz-product-detail .swiper-btn-center-lr .btn-next,
      .dz-product-detail .swiper-btn-center-lr .btn-prev {
        background-color: transparent;
        border-radius: 0;
      }

      .dz-product-detail .swiper-btn-center-lr .btn-prev {
        left: 0;
      }

      .dz-product-detail .swiper-btn-center-lr .btn-next {
        right: 0;
      }

      .dz-product-detail .swiper-btn-center-lr .gallery-button-prev i,
      .dz-product-detail .swiper-btn-center-lr .gallery-button-next i {
        font-size: 26px;
      }

      .dz-product-detail .quick-modal-swiper,
      .dz-product-detail .product-gallery-swiper {
        position: absolute;
        bottom: 50px;
        left: 50%;
        transform: translate(-50%);
        width: 150px;
      }

      @media only screen and (max-width: 991px) {

        .dz-product-detail .quick-modal-swiper,
        .dz-product-detail .product-gallery-swiper {
          bottom: 20px;
        }
      }

      @media only screen and (max-width: 575px) {

        .dz-product-detail .quick-modal-swiper,
        .dz-product-detail .product-gallery-swiper {
          bottom: 15px;
        }
      }

      .dz-product-detail .quick-modal-swiper .swiper-slide,
      .dz-product-detail .product-gallery-swiper .swiper-slide {
        height: 45px;
      }

      .dz-product-detail .quick-modal-swiper .swiper-slide img,
      .dz-product-detail .product-gallery-swiper .swiper-slide img {
        border: 2px solid #ffffff;
        border-radius: 5px;
        box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.4);
      }

      .dz-product-detail .quick-modal-swiper .swiper-slide:last-child,
      .dz-product-detail .product-gallery-swiper .swiper-slide:last-child {
        margin-right: 0 !important;
      }

      .dz-product-detail .quick-modal-swiper .swiper-slide.swiper-slide-thumb-active img,
      .dz-product-detail .product-gallery-swiper .swiper-slide.swiper-slide-thumb-active img {
        border-color: var(--secondary);
      }

      .dz-product-detail .quick-modal-swiper.swiper-vertical,
      .dz-product-detail .product-gallery-swiper.swiper-vertical {
        position: absolute;
        top: 30px;
        bottom: auto;
        left: 30px;
        transform: unset;
        height: 240px;
      }

      @media only screen and (max-width: 991px) {

        .dz-product-detail .quick-modal-swiper.swiper-vertical,
        .dz-product-detail .product-gallery-swiper.swiper-vertical {
          height: 180px;
        }
      }

      .dz-product-detail .quick-modal-swiper.swiper-vertical .swiper-slide,
      .dz-product-detail .product-gallery-swiper.swiper-vertical .swiper-slide {
        margin-right: 0 !important;
        margin-bottom: 15px !important;
      }

      .dz-product-detail .quick-modal-swiper.swiper-vertical.vertical-center,
      .dz-product-detail .product-gallery-swiper.swiper-vertical.vertical-center {
        top: 50%;
        transform: translateY(-50%);
        left: -50px;
      }

      .dz-product-detail .quick-modal-swiper.thumb-swiper-lg,
      .dz-product-detail .product-gallery-swiper.thumb-swiper-lg {
        width: 240px;
      }

      @media only screen and (max-width: 991px) {

        .dz-product-detail .quick-modal-swiper.thumb-swiper-lg,
        .dz-product-detail .product-gallery-swiper.thumb-swiper-lg {
          width: 180px;
        }
      }

      .dz-product-detail .quick-modal-swiper.thumb-swiper-lg .swiper-slide,
      .dz-product-detail .product-gallery-swiper.thumb-swiper-lg .swiper-slide {
        height: 70px;
        width: 70px !important;
        min-width: 70px !important;
      }

      .dz-product-detail .quick-modal-swiper.thumb-swiper-lg .swiper-slide img,
      .dz-product-detail .product-gallery-swiper.thumb-swiper-lg .swiper-slide img {
        box-shadow: unset;
        border-color: var(--border-color);
        border-radius: 10px;
      }

      .dz-product-detail .quick-modal-swiper.thumb-swiper-lg .swiper-slide.swiper-slide-thumb-active img,
      .dz-product-detail .product-gallery-swiper.thumb-swiper-lg .swiper-slide.swiper-slide-thumb-active img {
        border-color: var(--secondary);
      }

      .dz-product-detail .quick-modal-swiper.thumb-sm,
      .dz-product-detail .product-gallery-swiper.thumb-sm {
        top: 15px;
        left: 15px;
      }

      .dz-product-detail .quick-modal-swiper.thumb-sm .swiper-slide,
      .dz-product-detail .product-gallery-swiper.thumb-sm .swiper-slide {
        height: 50px;
        width: 50px !important;
        min-width: 50px !important;
      }

      .dz-product-detail .quick-modal-swiper.thumb-sm .swiper-slide img,
      .dz-product-detail .product-gallery-swiper.thumb-sm .swiper-slide img {
        box-shadow: unset;
        border: 1px solid var(--border-color);
        border-radius: 0;
      }

      .dz-product-detail .quick-modal-swiper.thumb-sm .swiper-slide.swiper-slide-thumb-active img,
      .dz-product-detail .product-gallery-swiper.thumb-sm .swiper-slide.swiper-slide-thumb-active img {
        border-color: var(--secondary);
      }

      @media only screen and (max-width: 991px) {

        .dz-product-detail .quick-modal-swiper.swiper-vertical,
        .dz-product-detail .product-gallery-swiper.swiper-vertical {
          top: 15px;
          left: 15px;
        }

        .dz-product-detail .quick-modal-swiper.thumb-swiper-lg .swiper-slide,
        .dz-product-detail .product-gallery-swiper.thumb-swiper-lg .swiper-slide {
          height: 50px;
          width: 50px !important;
          min-width: 50px !important;
        }
      }

      .dz-product-detail .product-num {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 30px;
      }

      .dz-product-detail .product-num>div {
        margin-right: 45px;
      }

      .dz-product-detail .product-num>div:last-child {
        margin-right: 0;
      }

      @media only screen and (max-width: 991px) {
        .dz-product-detail .product-num>div {
          margin-right: 15px;
          margin-bottom: 15px;
        }
      }

      .dz-product-detail .product-num a span {
        margin-left: 15px;
      }

      .dz-product-detail .product-num .like-btn {
        border: 1px solid #F0F0F0;
        width: 60px;
        border-radius: var(--border-radius-base);
        height: 60px;
        text-align: center;
        line-height: 60px;
        font-size: 22px;
        margin-left: 18px;
      }

      .dz-product-detail .color-name,
      .dz-product-detail .price-name {
        display: block;
      }

      .dz-product-detail.style-2 {
        max-width: 660px;
        padding-left: 40px;
      }

      @media only screen and (max-width: 575px) {
        .dz-product-detail.style-2 {
          margin-bottom: 0;
        }
      }

      .dz-product-detail.style-2 .dz-content .title {
        font-size: 40px;
        line-height: 1.3;
      }

      @media only screen and (max-width: 1480px) {
        .dz-product-detail.style-2 .dz-content .title {
          font-size: 35px;
        }
      }

      @media only screen and (max-width: 1199px) {
        .dz-product-detail.style-2 .dz-content .title {
          font-size: 28px;
        }
      }

      .dz-product-detail.style-2 .dz-content .meta-content {
        text-align: left;
      }

      .dz-product-detail.style-2 .dz-content .btn-group,
      .dz-product-detail.style-2 .dz-content .product-num {
        margin-bottom: 40px;
      }

      .dz-product-detail.style-2 .dz-content .cart-btn {
        flex-wrap: wrap;
        margin: 0 -5px 0;
      }

      .dz-product-detail.style-2 .dz-content .cart-btn .btn {
        margin: 5px 5px;
      }

      @media only screen and (max-width: 1199px) {
        .dz-product-detail.style-2 {
          padding-left: 0;
          padding-top: 20px;
        }
      }

      @media only screen and (max-width: 991px) {
        .dz-product-detail.style-2 .dz-content .title {
          font-size: 30px;
        }

        .dz-product-detail.style-2 .dz-content .meta-content {
          margin-bottom: 10px;
        }

        .dz-product-detail.style-2 .dz-content .btn-group,
        .dz-product-detail.style-2 .dz-content .product-num {
          margin-bottom: 20px;
        }
      }

      @media only screen and (max-width: 575px) {
        .dz-product-detail.style-2 {
          padding-top: 0;
        }

        .dz-product-detail.style-2 .dz-content .title {
          font-size: 24px;
        }

        .dz-product-detail.style-2 .dz-content .meta-content {
          justify-content: space-between;
          margin-bottom: 5px;
        }

        .dz-product-detail.style-2 .dz-content .meta-content .price-num {
          font-size: 22px;
          margin-bottom: 0;
        }

        .dz-product-detail.style-2 .dz-content .meta-content .price-num del {
          font-size: 16px;
        }

        .dz-product-detail.style-2 .dz-content .btn-group,
        .dz-product-detail.style-2 .dz-content .product-num {
          justify-content: space-between;
          margin-bottom: 15px;
        }
      }

      .dz-product-detail.style-3 {
        padding: 0;
        margin: 0;
        background: transparent;
      }

      @media only screen and (max-width: 767px) {
        .dz-product-detail.style-3 {
          margin-bottom: 30px;
        }
      }

      .dz-product-detail.style-3 .swiper-btn-center-lr {
        margin-left: -80px;
        padding-left: 130px;
      }

      @media only screen and (max-width: 1199px) {
        .dz-product-detail.style-3 .swiper-btn-center-lr {
          margin-left: 0;
          padding-left: 0;
        }
      }

      @media only screen and (max-width: 991px) {
        .dz-product-detail.style-3 .swiper-btn-center-lr {
          padding-left: 0;
        }
      }

      .dz-product-detail.style-3 .product-gallery-swiper.swiper-vertical {
        position: absolute;
        top: 50%;
        bottom: auto;
        left: 30px;
        transform: translateY(-50%);
        height: 240px;
      }

      @media only screen and (max-width: 1199px) {
        .dz-product-detail.style-3 .product-gallery-swiper.swiper-vertical {
          left: 0px;
        }
      }

      @media only screen and (max-width: 991px) {
        .dz-product-detail.style-3 .product-gallery-swiper.swiper-vertical {
          height: 180px;
        }
      }

      .dz-product-detail.style-3 .product-gallery-swiper2:after {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 12%;
        width: 51%;
        height: 60%;
        background: white;
        border-radius: 50% 50% 0px 0px;
        z-index: -1;
      }

      .dz-product-detail .dz-variations .label {
        margin-bottom: 5px;
      }

      .dz-product-detail .dz-variations .variable-items-wrapper {
        display: flex;
        flex-direction: unset;
      }

      .dz-product-detail .dz-variations .variable-items-wrapper li {
        padding: 0 !important;
        margin-right: 8px;
      }

      .dz-product-detail .dz-variations .variable-items-wrapper li.selected .variable-item-radio-value-wrapper {
        background-color: var(--secondary) !important;
        color: #fff;
        border: 1px solid var(--secondary);
      }

      .dz-product-detail .dz-variations .variable-item-contents .variable-item-radio-input-wrapper {
        position: relative;
        height: 34px;
        width: 34px;
      }

      .dz-product-detail .dz-variations .variable-item-contents .variable-item-radio-input-wrapper input {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
      }

      .dz-product-detail .dz-variations .variable-item-contents .variable-item-radio-value-wrapper {
        padding: 0;
        height: 34px;
        width: 34px;
        line-height: 34px;
        font-size: 0;
        font-weight: 400;
        border-radius: 30px;
        background-color: transparent !important;
        justify-content: center;
        background: #efefef;
        border: 1px solid var(--secondary);
        color: var(--title);
        flex: unset;
        text-align: center;
        margin-inline: 0 !important;
        overflow: hidden;
      }

      .dz-product-detail .dz-variations .variable-item-contents .variable-item-radio-value-wrapper span {
        font-size: 14px;
      }

      .dz-product-detail .dz-variations .variable-item-contents .variable-item-radio-value-wrapper .price,
      .dz-product-detail .dz-variations .variable-item-contents .variable-item-radio-value-wrapper img {
        display: none !important;
      }

      .woocommerce .wishlist-title h2 {
        padding: 0;
      }

      .hidden-title-form>input[type=text] {
        padding-right: 65px;
        line-height: 1;
        height: 45px;
        padding-left: 15px;
        border-radius: 0;
      }

      .yith-wcwl-share .fa {
        font-family: "Font Awesome 6 Brands";
        font-weight: 400;
      }

      .yith-wcwl-share .email .fa {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
      }

      .dz-product-meta {
        margin-bottom: 40px;
      }

      @media only screen and (max-width: 991px) {
        .dz-product-meta {
          margin-bottom: 20px;
        }
      }

      @media only screen and (max-width: 575px) {
        .dz-product-meta {
          margin-bottom: 0;
        }
      }

      .dz-product-meta {
        border-top: 1px solid var(--border-color);
        padding-top: 20px;
        margin-top: 20px;
      }

      .dz-product-meta ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 10px;
      }

      .dz-product-meta ul li {
        color: var(--secondary);
        font-size: 14px;
        margin-right: 10px;
        margin-left: 10px;
      }

      .dz-product-meta ul li:first-child {
        margin-left: 0;
      }

      .dz-product-meta ul li strong {
        font-size: 17px;
        font-family: "Afacad", sans-serif;
      }

      .dz-product-meta ul li a {
        color: var(--secondary);
        display: inline-block;
        position: relative;
        font-weight: 500;
      }

      .dz-product-meta ul li a:hover {
        transform: scale(1.25);
        color: var(--primary);
      }

      .dz-product-meta ul.social-icon li {
        margin-right: 20px;
        font-size: 16px;
      }

      .dz-product-meta .dz-meta-link li {
        margin-left: 0;
      }

      .dz-product-meta .dz-meta-link li a:after {
        content: "";
        height: 1px;
        background: var(--primary);
        width: 0;
        position: absolute;
        bottom: 0;
        right: -1px;
        transition: all 0.4s;
      }

      .dz-product-meta .dz-meta-link li a:hover {
        transform: scale(1);
      }

      .dz-product-meta .dz-meta-link li a:hover:after {
        width: 100%;
        transform-origin: right;
        -moz-transform-origin: right;
        -webkit-transform-origin: right;
        -ms-transform-origin: right;
        -o-transform-origin: right;
        right: auto;
        left: 0;
      }

      .dz-product-meta.style-2 {
        display: flex;
        flex-wrap: wrap;
      }

      .dz-product-meta.style-2 ul {
        margin-right: 15px;
      }

      @media only screen and (max-width: 575px) {
        .dz-product-meta.style-2 ul {
          margin-right: unset;
          flex: auto;
        }
      }

      .dz-product-meta.style-2 ul:last-child {
        margin-right: 0;
        margin-left: auto;
      }

      .dz-product-meta.style-2 ul.social-icon {
        margin-left: auto;
        margin-right: 0;
      }

      @media only screen and (max-width: 1199px) {
        .dz-product-meta.style-2 ul.social-icon {
          margin-left: unset;
        }
      }

      .woocommerce div.product p.price,
      .woocommerce div.product span.price {
        color: var(--title);
        font-weight: 500;
        font-size: 2em;
      }

      .shop_table .btn-quantity,
      .dz-simple-product .btn-quantity {
        margin-right: 45px;
      }

      .shop_table .btn-quantity .bootstrap-touchspin,
      .dz-simple-product .btn-quantity .bootstrap-touchspin {
        width: 140px;
        min-width: 140px;
        position: relative;
        height: 40px;
        display: block;
      }

      .shop_table .btn-quantity input,
      .dz-simple-product .btn-quantity input {
        width: auto;
        padding: 0;
        text-align: center;
        z-index: 1;
        height: 40px;
        border: 1px solid var(--secondary);
        background-color: #fff;
        border-radius: 20px !important;
        font-size: 18px;
        width: 40px !important;
        color: var(--title);
        margin-left: auto !important;
        margin-right: auto !important;
      }

      .shop_table .btn-quantity input:focus,
      .dz-simple-product .btn-quantity input:focus {
        box-shadow: unset;
      }

      .shop_table .btn-quantity .input-group-btn-vertical,
      .dz-simple-product .btn-quantity .input-group-btn-vertical {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        padding: 0;
        margin-left: 0 !important;
      }

      .shop_table .btn-quantity .input-group-btn-vertical .btn,
      .dz-simple-product .btn-quantity .input-group-btn-vertical .btn {
        padding: 0px;
        min-width: 40px;
        height: 40px;
        justify-content: center;
        z-index: 1;
        background-color: var(--secondary);
        position: relative;
        color: #fff;
        border-radius: 20px;
      }

      .shop_table .btn-quantity .input-group-btn-vertical .btn:active,
      .dz-simple-product .btn-quantity .input-group-btn-vertical .btn:active {
        border-color: transparent;
      }

      .shop_table .btn-quantity .input-group,
      .dz-simple-product .btn-quantity .input-group {
        margin-bottom: 0;
      }

      .shop_table .btn-quantity.quantity-sm .bootstrap-touchspin,
      .dz-simple-product .btn-quantity.quantity-sm .bootstrap-touchspin {
        width: 120px;
        min-width: 120px;
        height: 30px;
      }

      .shop_table .btn-quantity.quantity-sm input,
      .dz-simple-product .btn-quantity.quantity-sm input {
        width: 40px !important;
        height: 30px !important;
      }

      .shop_table .btn-quantity.quantity-sm .btn,
      .dz-simple-product .btn-quantity.quantity-sm .btn {
        min-width: 30px;
        font-size: 14px;
      }

      .shop_table .btn-quantity.light .btn,
      .dz-simple-product .btn-quantity.light .btn {
        background-color: var(--light);
        color: var(--title);
      }

      .detail-bx {
        padding-left: 30px;
        padding-right: 30px;
      }

      .detail-bx .para-text {
        margin-bottom: 40px;
      }

      .detail-bx .feature-detail {
        display: flex;
        align-items: center;
        margin-bottom: 60px;
        flex-wrap: wrap;
      }

      .detail-bx .feature-detail li {
        display: flex;
        align-items: center;
        padding: 10px 40px 10px 0;
        text-align: left;
      }

      .detail-bx .feature-detail li:last-child {
        padding-right: 0;
      }

      .detail-bx .feature-detail li i {
        font-size: 22px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid var(--secondary);
        border-radius: 50%;
        width: 44px;
        min-width: 44px;
        margin-right: 10px;
        color: var(--secondary);
      }

      .detail-bx .feature-detail li h5 {
        font-weight: 400;
        margin-bottom: 0;
      }

      .detail-bx .feature-detail li svg {
        margin-right: 10px;
      }

      @media only screen and (max-width: 991px) {
        .detail-bx {
          padding-left: 0;
          padding-right: 0;
        }

        .detail-bx .feature-detail {
          margin-bottom: 30px;
        }

        .detail-bx .feature-detail li {
          padding: 6px 20px 6px 0;
        }

        .detail-bx .feature-detail li svg {
          width: 30px;
          height: 30px;
        }

        .detail-bx .feature-detail li h5 {
          font-size: 16px;
        }

        .detail-bx .para-text {
          margin-bottom: 20px;
        }
      }

      @media only screen and (max-width: 767px) {
        .detail-bx .para-text {
          text-align: justify;
        }
      }

      @media only screen and (max-width: 600px) {
        .detail-bx .para-text {
          font-size: 14px;
        }
      }

      @media only screen and (max-width: 575px) {
        .detail-bx .feature-detail {
          margin-bottom: 15px;
        }

        .detail-bx .feature-detail li h5 {
          font-size: 14px;
        }
      }

      .portfolio-gallery3 {
        border-radius: 0;
      }

      .portfolio-gallery3 .swiper-wrapper .swiper-slide {
        height: auto;
      }

      .portfolio-gallery3 .swiper-wrapper .swiper-slide img {
        height: calc(100vh - 170px) !important;
        min-height: 600px;
        border-radius: 30px;
        object-fit: cover;
      }

      @media only screen and (max-width: 1199px) {
        .portfolio-gallery3 .swiper-wrapper .swiper-slide img {
          height: auto;
          min-height: auto;
        }
      }

      .portfolio-gallery3 .swiper-wrapper .swiper-slide .dz-content {
        padding: 40px;
      }

      .portfolio-gallery3 .swiper-wrapper .swiper-slide .dz-content .title {
        font-size: 28px;
        width: 100%;
      }

      @media only screen and (max-width: 991px) {
        .portfolio-gallery3 .swiper-wrapper .swiper-slide .dz-content .title {
          font-size: 24px;
          width: 100%;
        }
      }

      @media only screen and (max-width: 575px) {
        .portfolio-gallery3 .swiper-wrapper .swiper-slide .dz-content .title {
          font-size: 18px;
        }
      }

      @media only screen and (max-width: 991px) {
        .portfolio-gallery3 .swiper-wrapper .swiper-slide .dz-content {
          padding: 20px;
        }
      }

      @media only screen and (max-width: 1199px) {
        .portfolio-gallery3 .swiper-pagination-two {
          display: none;
        }
      }

      @media only screen and (max-width: 1480px) {
        .dz-product-area .right-text-bar {
          display: none;
        }
      }

      .dz-product-area .portfolio-gallery3 .swiper-wrapper .swiper-slide img {
        height: auto !important;
        min-height: auto !important;
      }

      @media only screen and (max-width: 991px) {
        .dz-product-area .content-inner-3 {
          padding-top: 30px;
        }
      }

      .breadcrumb-block {
        border-top: 1px solid var(--light);
      }

      .breadcrumb-block .breadcrumb {
        margin-bottom: 0;
      }

      .category-swiper,
      .category-swiper2 {
        margin-bottom: 25px;
      }

      .category-swiper .shop-card .dz-content,
      .category-swiper2 .shop-card .dz-content {
        padding: 12px 0;
      }

      @media only screen and (max-width: 575px) {

        .category-swiper,
        .category-swiper2 {
          margin-bottom: 15px;
        }
      }

      .category-swiper2 {
        margin-bottom: 0;
      }

      .category-swiper2 .shop-card .dz-content {
        text-align: left;
      }

      ul.shop_table.images_grid li .item-details table.item-details-table td,
      ul.shop_table.mobile li .item-details table.item-details-table td,
      ul.shop_table.mobile li table.additional-info td,
      ul.shop_table.modern_grid li .item-details table.item-details-table td {
        font-size: 14px;
        padding: 3px 0;
      }

      ul.shop_table.images_grid li .item-details table.item-details-table td:nth-child(2),
      ul.shop_table.mobile li .item-details table.item-details-table td:nth-child(2),
      ul.shop_table.mobile li table.additional-info td:nth-child(2),
      ul.shop_table.modern_grid li .item-details table.item-details-table td:nth-child(2) {
        padding-left: 15px;
      }

      ul.shop_table.mobile li .item-wrapper .product-thumbnail {
        max-width: 100px;
        margin-right: 15px;
      }

      ul.shop_table.mobile li {
        margin-bottom: 30px;
        border-bottom: 1px solid var(--light);
        padding-bottom: 30px;
      }

      ul.shop_table.mobile li:last-child {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 15px;
      }

      ul.shop_table.mobile li .item-wrapper {
        width: 100%;
        display: flex;
        align-items: center;
      }

      ul.shop_table li {
        font-family: "Afacad", sans-serif;
      }

      ul.shop_table li .item-wrapper {
        display: flex;
        align-items: center;
      }

      ul.shop_table li .item-wrapper .yith-wcqv-button {
        display: none;
      }

      ul.shop_table li .item-wrapper h3 {
        font-size: 16px;
      }

      ul.shop_table li .item-details-table {
        width: 100%;
      }

      ul.shop_table li .woocommerce-Price-amount {
        font-size: 14px;
        text-decoration: none;
        font-weight: 600;
        color: var(--title);
      }

      ul.shop_table li .value {
        color: var(--primary);
      }

      ul.shop_table li .value ins {
        text-decoration: none;
      }

      ul.shop_table li .label {
        font-size: 14px !important;
        color: var(--title);
        font-family: "Afacad", sans-serif;
      }

      ul.shop_table li .additional-info-wrapper {
        display: flex;
        flex-wrap: wrap;
      }

      ul.shop_table li .additional-info-wrapper .product-add-to-cart {
        margin-bottom: 0 !important;
        flex: 1;
      }

      ul.shop_table li .additional-info-wrapper .product-add-to-cart .add_to_cart_button {
        font-size: 16px;
        padding: 12px 30px;
        line-height: 24px;
        display: inline-flex;
        border-radius: var(--bs-border-radius);
        font-weight: 500;
        position: relative;
        text-transform: capitalize;
        font-family: "Figtree", sans-serif;
        align-items: center;
        overflow: hidden;
        z-index: 1;
        text-align: center;
        -webkit-transition: all 0.2s;
        -ms-transition: all 0.2s;
        transition: all 0.2s;
        text-decoration: none;
        vertical-align: middle;
        justify-content: center;
        border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
      }

      ul.shop_table li .additional-info-wrapper .product-add-to-cart .add_to_cart_button:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        opacity: 0.8;
        -webkit-transform: translate(-105%, 0);
        transform: translate(-105%, 0);
        border-right-width: 2px;
        border-right-style: solid;
        border-right-color: white;
        background-color: rgba(255, 255, 255, 0.5);
      }

      ul.shop_table li .additional-info-wrapper .product-add-to-cart .add_to_cart_button:hover {
        box-shadow: none;
        text-decoration: none;
      }

      ul.shop_table li .additional-info-wrapper .product-add-to-cart .add_to_cart_button:hover:after {
        opacity: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
      }

      ul.shop_table li .additional-info-wrapper .product-add-to-cart .add_to_cart_button {
        color: #fff;
        background-color: var(--secondary);
        border-color: var(--secondary);
      }

      ul.shop_table li .additional-info-wrapper .product-add-to-cart .add_to_cart_button:hover {
        color: #fff;
        background-color: #1f2025;
        border-color: #1f2025;
      }

      ul.shop_table li .additional-info-wrapper .product-add-to-cart .add_to_cart_button {
        width: 100%;
        display: block;
      }

      ul.shop_table li .additional-info-wrapper .product-remove {
        flex: 1;
      }

      ul.shop_table li .additional-info-wrapper .product-remove .remove_from_wishlist {
        font-size: 16px;
        padding: 12px 30px;
        line-height: 24px;
        display: inline-flex;
        border-radius: var(--bs-border-radius);
        font-weight: 500;
        position: relative;
        text-transform: capitalize;
        font-family: "Figtree", sans-serif;
        align-items: center;
        overflow: hidden;
        z-index: 1;
        text-align: center;
        -webkit-transition: all 0.2s;
        -ms-transition: all 0.2s;
        transition: all 0.2s;
        text-decoration: none;
        vertical-align: middle;
        justify-content: center;
        border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
      }

      ul.shop_table li .additional-info-wrapper .product-remove .remove_from_wishlist:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        opacity: 0.8;
        -webkit-transform: translate(-105%, 0);
        transform: translate(-105%, 0);
        border-right-width: 2px;
        border-right-style: solid;
        border-right-color: white;
        background-color: rgba(255, 255, 255, 0.5);
      }

      ul.shop_table li .additional-info-wrapper .product-remove .remove_from_wishlist:hover {
        box-shadow: none;
        text-decoration: none;
      }

      ul.shop_table li .additional-info-wrapper .product-remove .remove_from_wishlist:hover:after {
        opacity: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
      }

      ul.shop_table li .additional-info-wrapper .product-remove .remove_from_wishlist {
        color: var(--title);
        background-color: var(--light);
        border-color: var(--light);
      }

      ul.shop_table li .additional-info-wrapper .product-remove .remove_from_wishlist:hover {
        color: var(--title);
        background-color: #cfcfcf;
        border-color: #cfcfcf;
      }

      ul.shop_table li .additional-info-wrapper .product-remove .remove_from_wishlist {
        height: 50px;
        padding: 0;
        width: 100%;
        min-height: 50px;
      }

      ul.shop_table li .additional-info-wrapper .product-add-to-cart+.product-remove {
        flex: none;
      }

      ul.shop_table li .additional-info-wrapper .product-add-to-cart+.product-remove .remove_from_wishlist {
        margin-left: 10px;
        width: 50px;
      }

      ul.shop_table li .additional-info-wrapper .additional-info {
        flex: 0 0 100%;
      }

      ul.shop_table li .wishlist-in-stock {
        color: #31A56D;
      }

      ul.shop_table li .wishlist-out-stock {
        color: #D23636;
      }

      .collage-shop .product .dz-media img {
        height: 715px;
        object-fit: cover;
      }

      @media only screen and (max-width: 1199px) {
        .collage-shop .product .dz-media img {
          height: auto;
        }
      }

      .collage-shop .product .product .dz-media img {
        height: 290px;
      }

      @media only screen and (max-width: 1199px) {
        .collage-shop .product .product .dz-media img {
          height: auto;
        }
      }

      .container .collage-shop .product .dz-media img {
        height: 530px;
        object-fit: cover;
      }

      @media only screen and (max-width: 1199px) {
        .container .collage-shop .product .dz-media img {
          height: auto;
        }
      }

      .container .collage-shop .product .product .dz-media img {
        height: 200px;
      }

      @media only screen and (max-width: 1199px) {
        .container .collage-shop .product .product .dz-media img {
          height: auto;
        }
      }

      .dz-loading-cart {
        position: relative;
      }

      .dz-loading-cart.loading:before {
        content: "";
        position: absolute;
        z-index: 2;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background-color: var(0, 0, 0, 0.75);
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-image: url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="30px" viewBox="0 0 24 30" style="enable-background:new 0 0 50 50;" xml:space="preserve"> <rect x="0" y="13" width="4" height="5" fill="%23fff"> <animate attributeName="height" attributeType="XML" values="5;21;5" begin="0s" dur="0.6s" repeatCount="indefinite"></animate> <animate attributeName="y" attributeType="XML" values="13; 5; 13" begin="0s" dur="0.6s" repeatCount="indefinite"></animate> </rect> <rect x="10" y="13" width="4" height="5" fill="%23fff"> <animate attributeName="height" attributeType="XML" values="5;21;5" begin="0.15s" dur="0.6s" repeatCount="indefinite"></animate> <animate attributeName="y" attributeType="XML" values="13; 5; 13" begin="0.15s" dur="0.6s" repeatCount="indefinite"></animate> </rect> <rect x="20" y="13" width="4" height="5" fill="%23fff"> <animate attributeName="height" attributeType="XML" values="5;21;5" begin="0.3s" dur="0.6s" repeatCount="indefinite"></animate> <animate attributeName="y" attributeType="XML" values="13; 5; 13" begin="0.3s" dur="0.6s" repeatCount="indefinite"></animate> </rect> </svg>') !important;
        background-size: 16px !important;
        background-color: rgba(0, 0, 0, 0.75) !important;
      }

      .dz-media,
      .dz-post-media {
        position: relative;
        overflow: hidden;
      }

      .dz-media img,
      .dz-post-media img {
        max-width: 100%;
        height: auto;
        width: 100%;
      }

      /* Meta Content */
      .color-name {
        margin-bottom: 10px;
      }

      .color-name,
      .price-name {
        font-size: 14px;
        font-weight: 400;
        color: #000;
      }

      .price-num {
        margin-bottom: 0px;
        font-size: 24px;
        font-weight: 500;
        font-family: "Afacad", sans-serif;
        color: var(--secondary);
      }

      @media only screen and (max-width: 575px) {
        .price-num {
          font-size: 22px;
        }

        .price-num del {
          font-size: 16px;
        }
      }

      del {
        font-family: "Afacad", sans-serif;
        font-style: normal;
        font-weight: var(--headings-font-weight2);
        color: #000;
        margin-bottom: 0;
      }

      @media only screen and (max-width: 575px) {
        del {
          font-size: 16px;
        }
      }

      .meta-content {
        margin-right: 80px;
      }

      .dz-shop-card button:hover,
      .dz-shop-card button:active,
      .dz-shop-card button:focus,
      .shop_table button:hover,
      .shop_table button:active,
      .shop_table button:focus,
      .woocommerce button:hover,
      .woocommerce button:active,
      .woocommerce button:focus {
        outline: 0 !important;
      }

      .dz-shop-card btn:hover,
      .dz-shop-card btn:active,
      .dz-shop-card btn:focus,
      .shop_table btn:hover,
      .shop_table btn:active,
      .shop_table btn:focus,
      .woocommerce btn:hover,
      .woocommerce btn:active,
      .woocommerce btn:focus {
        outline: 0 !important;
      }

      .dz-shop-card .btn,
      .shop_table .btn,
      .woocommerce .btn {
        font-size: 16px;
        padding: 12px 30px;
        line-height: 24px;
        display: inline-flex;
        border-radius: 0;
        font-weight: 500;
        position: relative;
        text-transform: capitalize;
        align-items: center;
        overflow: hidden;
        z-index: 1;
        text-align: center;
        -webkit-transition: all 0.2s;
        -ms-transition: all 0.2s;
        transition: all 0.2s;
        justify-content: center;
        border-radius: 10px;
      }

      @media only screen and (max-width: 575px) {

        .dz-shop-card .btn,
        .shop_table .btn,
        .woocommerce .btn {
          padding-left: 20px;
          padding-right: 20px;
        }
      }

      .dz-shop-card .btn.btn-icon,
      .shop_table .btn.btn-icon,
      .woocommerce .btn.btn-icon {
        display: flex;
        gap: 10px;
        align-items: center;
      }

      .dz-shop-card .btn.btn-lg,
      .shop_table .btn.btn-lg,
      .woocommerce .btn.btn-lg {
        padding: 15px 35px;
        font-size: 18px;
      }

      @media only screen and (max-width: 991px) {

        .dz-shop-card .btn.btn-lg,
        .shop_table .btn.btn-lg,
        .woocommerce .btn.btn-lg {
          padding: 15px 30px;
        }
      }

      @media only screen and (max-width: 767px) {

        .dz-shop-card .btn.btn-lg,
        .shop_table .btn.btn-lg,
        .woocommerce .btn.btn-lg {
          padding: 12px 30px;
          font-size: 16px;
        }
      }

      .dz-shop-card .btn.btn-md,
      .shop_table .btn.btn-md,
      .woocommerce .btn.btn-md {
        padding: 9px 25px;
        font-size: 14px;
      }

      .dz-shop-card .btn.btn-sm,
      .shop_table .btn.btn-sm,
      .woocommerce .btn.btn-sm {
        font-size: 13px;
        padding: 6px 20px;
      }

      .dz-shop-card .btn.btn-xs,
      .shop_table .btn.btn-xs,
      .woocommerce .btn.btn-xs {
        font-size: 12px;
        padding: 5px 18px;
        line-height: 20px;
      }

      .dz-shop-card .btn.btn-primary,
      .shop_table .btn.btn-primary,
      .woocommerce .btn.btn-primary {
        color: #ffffff;
      }

      .dz-shop-card .btn.btn-primary:hover,
      .shop_table .btn.btn-primary:hover,
      .woocommerce .btn.btn-primary:hover {
        color: #ffffff;
      }

      .dz-shop-card .btn-success,
      .dz-shop-card .btn-danger,
      .dz-shop-card .btn-warning,
      .shop_table .btn-success,
      .shop_table .btn-danger,
      .shop_table .btn-warning,
      .woocommerce .btn-success,
      .woocommerce .btn-danger,
      .woocommerce .btn-warning {
        color: #fff;
      }

      .dz-shop-card .btn-success:hover,
      .dz-shop-card .btn-danger:hover,
      .dz-shop-card .btn-warning:hover,
      .shop_table .btn-success:hover,
      .shop_table .btn-danger:hover,
      .shop_table .btn-warning:hover,
      .woocommerce .btn-success:hover,
      .woocommerce .btn-danger:hover,
      .woocommerce .btn-warning:hover {
        color: #fff;
      }

      .dz-shop-card .btn-success.effect:after,
      .dz-shop-card .btn-info.effect:after,
      .dz-shop-card .btn-danger.effect:after,
      .dz-shop-card .btn-warning.effect:after,
      .shop_table .btn-success.effect:after,
      .shop_table .btn-info.effect:after,
      .shop_table .btn-danger.effect:after,
      .shop_table .btn-warning.effect:after,
      .woocommerce .btn-success.effect:after,
      .woocommerce .btn-info.effect:after,
      .woocommerce .btn-danger.effect:after,
      .woocommerce .btn-warning.effect:after {
        background: var(--secondary);
      }

      .dz-shop-card .btn-rounded,
      .shop_table .btn-rounded,
      .woocommerce .btn-rounded {
        border-radius: 30px !important;
      }

      .dz-shop-card .btn-link,
      .shop_table .btn-link,
      .woocommerce .btn-link {
        text-transform: uppercase;
        position: relative;
        z-index: 1;
        display: inline-block;
        -webkit-transition: all 0.2s;
        -ms-transition: all 0.2s;
        transition: all 0.2s;
        padding: 5px 0 5px 0;
      }

      .dz-shop-card .shadow-primary,
      .shop_table .shadow-primary,
      .woocommerce .shadow-primary {
        box-shadow: 0px 19px 29px rgba(220, 181, 145, 0.34);
      }

      .dz-shop-card .btn-block,
      .shop_table .btn-block,
      .woocommerce .btn-block {
        display: block;
        width: 100%;
      }

      .dz-shop-card .btn-info,
      .shop_table .btn-info,
      .woocommerce .btn-info {
        color: #fff;
      }

      .dz-shop-card .btn-info:hover,
      .shop_table .btn-info:hover,
      .woocommerce .btn-info:hover {
        color: #fff;
      }

      .dz-shop-card .btn-white,
      .shop_table .btn-white,
      .woocommerce .btn-white {
        background-color: #fff;
        color: var(--primary);
      }

      .dz-shop-card .btn-white:hover,
      .shop_table .btn-white:hover,
      .woocommerce .btn-white:hover {
        color: var(--primary);
      }

      .dz-shop-card .btn-secondary,
      .shop_table .btn-secondary,
      .woocommerce .btn-secondary {
        background-color: var(--secondary);
        border-color: var(--secondary);
      }

      .dz-shop-card .btn-secondary:after,
      .shop_table .btn-secondary:after,
      .woocommerce .btn-secondary:after {
        background-color: var(--primary);
      }

      .dz-shop-card .btn-gray,
      .shop_table .btn-gray,
      .woocommerce .btn-gray {
        border-color: #FFEDD4;
        background-color: #FFEDD4;
      }

      .dz-shop-card .btn-gray.disabled,
      .dz-shop-card .btn-gray:disabled,
      .dz-shop-card .btn-gray:not(:disabled):not(.disabled).active,
      .dz-shop-card .btn-gray:not(:disabled):not(.disabled):active,
      .dz-shop-card .btn-gray:active,
      .dz-shop-card .btn-gray:focus,
      .dz-shop-card .btn-gray:hover,
      .shop_table .btn-gray.disabled,
      .shop_table .btn-gray:disabled,
      .shop_table .btn-gray:not(:disabled):not(.disabled).active,
      .shop_table .btn-gray:not(:disabled):not(.disabled):active,
      .shop_table .btn-gray:active,
      .shop_table .btn-gray:focus,
      .shop_table .btn-gray:hover,
      .woocommerce .btn-gray.disabled,
      .woocommerce .btn-gray:disabled,
      .woocommerce .btn-gray:not(:disabled):not(.disabled).active,
      .woocommerce .btn-gray:not(:disabled):not(.disabled):active,
      .woocommerce .btn-gray:active,
      .woocommerce .btn-gray:focus,
      .woocommerce .btn-gray:hover {
        border-color: var(--primary-hover);
        background-color: var(--primary-hover);
        color: #ffffff;
      }

      .dz-shop-card .btn-theme,
      .shop_table .btn-theme,
      .woocommerce .btn-theme {
        border-color: var(--secondary);
        background-color: #fff;
        width: fit-content;
        color: var(--title);
        overflow: visible;
      }

      .dz-shop-card .btn-theme i,
      .shop_table .btn-theme i,
      .woocommerce .btn-theme i {
        border: 1px solid var(--secondary);
        border-radius: 50%;
        position: absolute;
        right: -12px;
        z-index: 9999;
        background: #fff;
        width: 26px;
        height: 26px;
        line-height: 25px;
      }

      .dz-shop-card .btn-theme.disabled,
      .dz-shop-card .btn-theme:disabled,
      .dz-shop-card .btn-theme:not(:disabled):not(.disabled).active,
      .dz-shop-card .btn-theme:not(:disabled):not(.disabled):active,
      .dz-shop-card .btn-theme:active,
      .dz-shop-card .btn-theme:focus,
      .dz-shop-card .btn-theme:hover,
      .shop_table .btn-theme.disabled,
      .shop_table .btn-theme:disabled,
      .shop_table .btn-theme:not(:disabled):not(.disabled).active,
      .shop_table .btn-theme:not(:disabled):not(.disabled):active,
      .shop_table .btn-theme:active,
      .shop_table .btn-theme:focus,
      .shop_table .btn-theme:hover,
      .woocommerce .btn-theme.disabled,
      .woocommerce .btn-theme:disabled,
      .woocommerce .btn-theme:not(:disabled):not(.disabled).active,
      .woocommerce .btn-theme:not(:disabled):not(.disabled):active,
      .woocommerce .btn-theme:active,
      .woocommerce .btn-theme:focus,
      .woocommerce .btn-theme:hover {
        border-color: var(--secondary);
        background-color: var(--secondary);
        color: #ffffff;
      }

      .dz-shop-card .btn-theme.disabled i,
      .dz-shop-card .btn-theme:disabled i,
      .dz-shop-card .btn-theme:not(:disabled):not(.disabled).active i,
      .dz-shop-card .btn-theme:not(:disabled):not(.disabled):active i,
      .dz-shop-card .btn-theme:active i,
      .dz-shop-card .btn-theme:focus i,
      .dz-shop-card .btn-theme:hover i,
      .shop_table .btn-theme.disabled i,
      .shop_table .btn-theme:disabled i,
      .shop_table .btn-theme:not(:disabled):not(.disabled).active i,
      .shop_table .btn-theme:not(:disabled):not(.disabled):active i,
      .shop_table .btn-theme:active i,
      .shop_table .btn-theme:focus i,
      .shop_table .btn-theme:hover i,
      .woocommerce .btn-theme.disabled i,
      .woocommerce .btn-theme:disabled i,
      .woocommerce .btn-theme:not(:disabled):not(.disabled).active i,
      .woocommerce .btn-theme:not(:disabled):not(.disabled):active i,
      .woocommerce .btn-theme:active i,
      .woocommerce .btn-theme:focus i,
      .woocommerce .btn-theme:hover i {
        color: var(--title);
      }

      .dz-shop-card .btn-link,
      .shop_table .btn-link,
      .woocommerce .btn-link {
        color: var(--primary);
        text-decoration: none;
        text-transform: capitalize;
        font-weight: 500;
      }

      .dz-shop-card .btn-link:hover,
      .shop_table .btn-link:hover,
      .woocommerce .btn-link:hover {
        color: var(--primary-hover);
      }

      .dz-shop-card .btn-outline-primary,
      .shop_table .btn-outline-primary,
      .woocommerce .btn-outline-primary {
        color: var(--primary);
        border-color: var(--primary);
      }

      .dz-shop-card .btn-outline-primary.disabled,
      .dz-shop-card .btn-outline-primary:disabled,
      .dz-shop-card .btn-outline-primary:not(:disabled):not(.disabled).active,
      .dz-shop-card .btn-outline-primary:not(:disabled):not(.disabled):active,
      .dz-shop-card .btn-outline-primary:active,
      .dz-shop-card .btn-outline-primary:focus,
      .dz-shop-card .btn-outline-primary:hover,
      .shop_table .btn-outline-primary.disabled,
      .shop_table .btn-outline-primary:disabled,
      .shop_table .btn-outline-primary:not(:disabled):not(.disabled).active,
      .shop_table .btn-outline-primary:not(:disabled):not(.disabled):active,
      .shop_table .btn-outline-primary:active,
      .shop_table .btn-outline-primary:focus,
      .shop_table .btn-outline-primary:hover,
      .woocommerce .btn-outline-primary.disabled,
      .woocommerce .btn-outline-primary:disabled,
      .woocommerce .btn-outline-primary:not(:disabled):not(.disabled).active,
      .woocommerce .btn-outline-primary:not(:disabled):not(.disabled):active,
      .woocommerce .btn-outline-primary:active,
      .woocommerce .btn-outline-primary:focus,
      .woocommerce .btn-outline-primary:hover {
        border-color: var(--primary-hover);
        background-color: var(--primary-hover);
        color: #ffffff;
      }

      .dz-shop-card .btn-link-lg,
      .shop_table .btn-link-lg,
      .woocommerce .btn-link-lg {
        font-weight: 700;
        font-size: 18px;
      }

      .dz-shop-card .btn-link-lg:hover,
      .shop_table .btn-link-lg:hover,
      .woocommerce .btn-link-lg:hover {
        text-decoration: unset;
      }

      .dz-shop-card .wp-block-button,
      .shop_table .wp-block-button,
      .woocommerce .wp-block-button {
        margin-bottom: 0.3125rem;
      }

      .dz-shop-card .is-style-squared .wp-block-button__link,
      .shop_table .is-style-squared .wp-block-button__link,
      .woocommerce .is-style-squared .wp-block-button__link {
        border-radius: 0;
      }

      .dz-shop-card .wp-block-button__link,
      .shop_table .wp-block-button__link,
      .woocommerce .wp-block-button__link {
        font-size: 16px;
        padding: 12px 30px;
        line-height: 24px;
        display: inline-flex;
        border-radius: var(--bs-border-radius);
        font-weight: 500;
        position: relative;
        text-transform: capitalize;
        font-family: "Figtree", sans-serif;
        align-items: center;
        overflow: hidden;
        z-index: 1;
        text-align: center;
        -webkit-transition: all 0.2s;
        -ms-transition: all 0.2s;
        transition: all 0.2s;
        text-decoration: none;
        vertical-align: middle;
        justify-content: center;
        border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
      }

      .dz-shop-card .wp-block-button__link:after,
      .shop_table .wp-block-button__link:after,
      .woocommerce .wp-block-button__link:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        opacity: 0.8;
        -webkit-transform: translate(-105%, 0);
        transform: translate(-105%, 0);
        border-right-width: 2px;
        border-right-style: solid;
        border-right-color: white;
        background-color: rgba(255, 255, 255, 0.5);
      }

      .dz-shop-card .wp-block-button__link:hover,
      .shop_table .wp-block-button__link:hover,
      .woocommerce .wp-block-button__link:hover {
        box-shadow: none;
        text-decoration: none;
      }

      .dz-shop-card .wp-block-button__link:hover:after,
      .shop_table .wp-block-button__link:hover:after,
      .woocommerce .wp-block-button__link:hover:after {
        opacity: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
      }

      .dz-shop-card .wp-block-button__link,
      .shop_table .wp-block-button__link,
      .woocommerce .wp-block-button__link {
        color: #fff;
        background-color: var(--secondary);
        border-color: var(--secondary);
      }

      .dz-shop-card .wp-block-button__link:hover,
      .shop_table .wp-block-button__link:hover,
      .woocommerce .wp-block-button__link:hover {
        color: #fff;
        background-color: #1f2025;
        border-color: #1f2025;
      }

      .dz-shop-card .wp-block-button__link,
      .shop_table .wp-block-button__link,
      .woocommerce .wp-block-button__link {
        border-radius: 60px;
      }

      .dz-shop-card .bookmark-btn.style-2 .form-check-label,
      .shop_table .bookmark-btn.style-2 .form-check-label,
      .woocommerce .bookmark-btn.style-2 .form-check-label {
        position: absolute;
        top: 30px;
        right: 30px;
      }

      @media only screen and (max-width: 991px) {

        .dz-shop-card .bookmark-btn.style-2 .form-check-label,
        .shop_table .bookmark-btn.style-2 .form-check-label,
        .woocommerce .bookmark-btn.style-2 .form-check-label {
          top: 25px;
          right: 25px;
        }
      }

      @media only screen and (max-width: 575px) {

        .dz-shop-card .bookmark-btn.style-2 .form-check-label,
        .shop_table .bookmark-btn.style-2 .form-check-label,
        .woocommerce .bookmark-btn.style-2 .form-check-label {
          top: 30px;
          right: 30px;
        }
      }

      .dz-shop-card .panel-btn,
      .shop_table .panel-btn,
      .woocommerce .panel-btn {
        display: none;
        color: var(--title);
      }

      @media only screen and (max-width: 1199px) {

        .dz-shop-card .panel-btn,
        .shop_table .panel-btn,
        .woocommerce .panel-btn {
          display: block;
        }
      }

      .dz-shop-card .panel-close-btn,
      .shop_table .panel-close-btn,
      .woocommerce .panel-close-btn {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        cursor: pointer;
        overflow: hidden;
        z-index: 9999;
        opacity: 0;
        background: var(--secondary);
        filter: blur(100px);
        width: 0;
      }

      .dz-shop-card .panel-close-btn svg,
      .shop_table .panel-close-btn svg,
      .woocommerce .panel-close-btn svg {
        position: absolute;
        left: 420px;
        top: 20px;
      }

      .dz-shop-card .panel-close-btn.active,
      .shop_table .panel-close-btn.active,
      .woocommerce .panel-close-btn.active {
        width: 100%;
        opacity: 0.8;
        filter: blur(0);
      }

      @media only screen and (max-width: 1199px) {

        .dz-shop-card .panel-close-btn,
        .shop_table .panel-close-btn,
        .woocommerce .panel-close-btn {
          display: block;
        }
      }

      .dz-shop-card [class*=btn-outline],
      .dz-shop-card .btn-primary,
      .dz-shop-card .btn-secondary,
      .dz-shop-card .btn-success,
      .dz-shop-card .btn-danger,
      .dz-shop-card .btn-dark,
      .dz-shop-card .btn-info,
      .shop_table [class*=btn-outline],
      .shop_table .btn-primary,
      .shop_table .btn-secondary,
      .shop_table .btn-success,
      .shop_table .btn-danger,
      .shop_table .btn-dark,
      .shop_table .btn-info,
      .woocommerce [class*=btn-outline],
      .woocommerce .btn-primary,
      .woocommerce .btn-secondary,
      .woocommerce .btn-success,
      .woocommerce .btn-danger,
      .woocommerce .btn-dark,
      .woocommerce .btn-info {
        position: relative;
        z-index: 1;
        overflow: hidden;
      }

      .dz-shop-card [class*=btn-outline]:after,
      .dz-shop-card .btn-primary:after,
      .dz-shop-card .btn-secondary:after,
      .dz-shop-card .btn-success:after,
      .dz-shop-card .btn-danger:after,
      .dz-shop-card .btn-dark:after,
      .dz-shop-card .btn-info:after,
      .shop_table [class*=btn-outline]:after,
      .shop_table .btn-primary:after,
      .shop_table .btn-secondary:after,
      .shop_table .btn-success:after,
      .shop_table .btn-danger:after,
      .shop_table .btn-dark:after,
      .shop_table .btn-info:after,
      .woocommerce [class*=btn-outline]:after,
      .woocommerce .btn-primary:after,
      .woocommerce .btn-secondary:after,
      .woocommerce .btn-success:after,
      .woocommerce .btn-danger:after,
      .woocommerce .btn-dark:after,
      .woocommerce .btn-info:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        opacity: 0.8;
        -webkit-transform: translate(-105%, 0);
        transform: translate(-105%, 0);
        border-right-width: 2px;
        border-right-style: solid;
        border-right-color: rgb(255, 255, 255);
        background-color: rgba(255, 255, 255, 0.5);
      }

      .dz-shop-card [class*=btn-outline]:hover::after,
      .dz-shop-card .btn-primary:hover::after,
      .dz-shop-card .btn-secondary:hover::after,
      .dz-shop-card .btn-success:hover::after,
      .dz-shop-card .btn-danger:hover::after,
      .dz-shop-card .btn-dark:hover::after,
      .dz-shop-card .btn-info:hover::after,
      .shop_table [class*=btn-outline]:hover::after,
      .shop_table .btn-primary:hover::after,
      .shop_table .btn-secondary:hover::after,
      .shop_table .btn-success:hover::after,
      .shop_table .btn-danger:hover::after,
      .shop_table .btn-dark:hover::after,
      .shop_table .btn-info:hover::after,
      .woocommerce [class*=btn-outline]:hover::after,
      .woocommerce .btn-primary:hover::after,
      .woocommerce .btn-secondary:hover::after,
      .woocommerce .btn-success:hover::after,
      .woocommerce .btn-danger:hover::after,
      .woocommerce .btn-dark:hover::after,
      .woocommerce .btn-info:hover::after {
        opacity: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
      }

      .badge.badge-secondary {
        background-color: #000;
      }

      .container-fluid {
        padding-left: 60px;
        padding-right: 60px;
      }

      @media only screen and (max-width: 1280px) {
        .container-fluid {
          padding-left: 15px;
          padding-right: 15px;
        }
      }

      @media only screen and (max-width: 575px) {
        .container-fluid {
          padding-left: 15px;
          padding-right: 15px;
        }
      }

      .container-fluid {
        padding-left: 80px;
        padding-right: 80px;
      }

      @media only screen and (max-width: 1280px) {
        .container-fluid {
          padding-left: 30px;
          padding-right: 30px;
        }
      }

      @media only screen and (max-width: 1199px) {
        .container-fluid {
          padding-left: 15px;
          padding-right: 15px;
        }
      }

      .shop-form .form-group {
        margin-bottom: 25px;
      }

      .shop-form .form-group input {
        padding: 17px 20px;
        height: 50px;
        font-size: 15px;
        border: none;
        color: #666666;
        background: #fff;
        border-radius: 10px !important;
        border: 1px solid #000;
      }

      .shop-form .form-group .input-group-addon {
        position: absolute;
        right: 0px;
        top: 50%;
        z-index: 9;
        transform: translateY(-50%);
      }

      .shop-form .form-group .input-group-addon .coupon {
        color: #24262B;
        font-family: "Figtree", sans-serif;
        font-weight: 700;
        padding: 10px 15px;
        font-size: 15px;
        position: relative;
        z-index: 2;
        border: 0;
      }

      .shop-form .form-group .bootstrap-select {
        width: 100% !important;
      }

      .shop-form .form-group .bootstrap-select .btn {
        font-weight: 300;
        color: #000;
      }

      .shop-form .form-group .bootstrap-select .btn.btn-light {
        border: 1px solid rgba(0, 0, 0, 0.125);
      }

      .shop-form .form-group .bootstrap-select .btn.btn-light:hover {
        background-color: rgb(245, 245, 245);
        border-color: 1px solid rgba(0, 0, 0, 0.125);
      }

      .shop-form .form-group .bootstrap-select .btn.btn-light:focus {
        outline: 0 !important;
      }

      .shop-form .btn.btn-grey {
        background: rgba(36, 38, 43, 0.5);
        text-transform: uppercase;
        color: #fff;
      }

      @media only screen and (max-width: 991px) {
        .shop-form {
          margin-top: 25px;
        }
      }

      .dz-ajax-overlay {
        position: relative;
      }

      .dz-ajax-overlay .btn:before {
        content: "";
        height: 100%;
        width: 100%;
        background-color: #000;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 99;
        border-radius: 0;
        opacity: 0.8;
        color: #fff;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
        letter-spacing: 2px;
        font-weight: 500;
        font-size: 14px;
        font-style: italic;
        background-image: url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="30px" viewBox="0 0 24 30" style="enable-background:new 0 0 50 50;" xml:space="preserve"> <rect x="0" y="13" width="4" height="5" fill="%23fff"> <animate attributeName="height" attributeType="XML" values="5;21;5" begin="0s" dur="0.6s" repeatCount="indefinite"></animate> <animate attributeName="y" attributeType="XML" values="13; 5; 13" begin="0s" dur="0.6s" repeatCount="indefinite"></animate> </rect> <rect x="10" y="13" width="4" height="5" fill="%23fff"> <animate attributeName="height" attributeType="XML" values="5;21;5" begin="0.15s" dur="0.6s" repeatCount="indefinite"></animate> <animate attributeName="y" attributeType="XML" values="13; 5; 13" begin="0.15s" dur="0.6s" repeatCount="indefinite"></animate> </rect> <rect x="20" y="13" width="4" height="5" fill="%23fff"> <animate attributeName="height" attributeType="XML" values="5;21;5" begin="0.3s" dur="0.6s" repeatCount="indefinite"></animate> <animate attributeName="y" attributeType="XML" values="13; 5; 13" begin="0.3s" dur="0.6s" repeatCount="indefinite"></animate> </rect> </svg>');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 18px;
      }

      .dz-product-detail ul li::marker {
        content: none;
      }

      .right-text-bar {
        width: 80px;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        z-index: 9;
      }

      .right-text-bar ul li {
        padding: 20px 0;
        writing-mode: tb-rl;
      }

      @media only screen and (max-width: 1480px) {
        .right-text-bar ul li {
          padding: 10px 0;
        }
      }

      .right-text-bar ul li a {
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: #000;
      }

      @media only screen and (max-width: 1480px) {
        .right-text-bar ul li a {
          font-size: 13px;
        }
      }

      @media only screen and (max-width: 575px) {
        .right-text-bar ul li a {
          font-size: 12px;
        }
      }

      .left-text-bar {
        width: 80px;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        z-index: 9;
      }

      .left-text-bar .service-btn {
        transform: translateX(50%);
        left: 50%;
        bottom: 20px;
      }

      .left-text-bar ul li {
        padding: 20px 0;
        writing-mode: tb-rl;
      }

      @media only screen and (max-width: 1480px) {
        .left-text-bar ul li {
          padding: 10px 0;
        }
      }

      .left-text-bar ul li a {
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: #000;
      }

      @media only screen and (max-width: 1480px) {
        .left-text-bar ul li a {
          font-size: 13px;
        }
      }

      @media only screen and (max-width: 575px) {
        .left-text-bar ul li a {
          font-size: 12px;
        }
      }

      .dz-maximize {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #ffffff;
        font-size: 24px;
        color: var(--title);
        -webkit-transition: all 0.8s;
        -ms-transition: all 0.8s;
        transition: all 0.8s;
      }

      .dz-maximize.top-left {
        position: absolute;
        top: 20px;
        left: 20px;
      }

      .dz-maximize.top-right {
        position: absolute;
        top: 20px;
        right: 20px;
      }

      .dz-maximize.bottom-left {
        position: absolute;
        bottom: 20px;
        left: 20px;
      }

      .dz-maximize.bottom-right {
        position: absolute;
        bottom: 20px;
        right: 20px;
      }

      @media only screen and (max-width: 575px) {
        .dz-maximize {
          width: 30px;
          height: 30px;
          font-size: 18px;
        }

        .dz-maximize.top-left {
          top: 10px;
          left: 10px;
        }

        .dz-maximize.top-right {
          top: 10px;
          right: 10px;
        }

        .dz-maximize.bottom-left {
          bottom: 10px;
          left: 10px;
        }

        .dz-maximize.bottom-right {
          bottom: 10px;
          right: 10px;
        }
      }

      .icon-bx-wraper.style-3 {
        display: flex;
        align-items: center;
        overflow: hidden;
      }

      .icon-bx-wraper.style-3 .icon-bx {
        margin-right: 15px;
        min-width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .icon-bx-wraper.style-3 .icon-bx i {
        font-size: 46px;
        color: #ABABAB;
      }

      .icon-bx-wraper.style-3 .dz-title {
        font-weight: 500;
        font-size: 17px;
      }

      .icon-bx-wraper.style-3 span {
        font-size: 14px;
        color: var(--primary);
      }

      .icon-bx-wraper.style-3 .data-text {
        position: absolute;
        bottom: -15px;
        right: -5px;
        font-size: 100px;
        line-height: 100px;
        font-weight: 700;
        color: var(--title);
        font-family: var(--font-family-title);
        opacity: 0.1;
      }

      @media only screen and (max-width: 575px) {
        .icon-bx-wraper.style-3 {
          padding: 25px 25px;
        }

        .icon-bx-wraper.style-3 .data-text {
          font-size: 80px;
          line-height: 85px;
        }
      }

      .icon-bx-wraper.style-4 {
        background: #FFFFFF;
        border: 1px solid #000;
        padding: 20px 25px;
        display: flex;
        align-items: center;
        border-radius: 10px;
      }

      .icon-bx-wraper.style-4 .icon-bx {
        min-width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .icon-bx-wraper.style-4 .icon-bx i {
        font-size: 46px;
        color: #ABABAB;
      }

      .icon-bx-wraper.style-4 .icon-content {
        margin-left: 20px;
      }

      .icon-bx-wraper.style-4 .icon-content p {
        font-size: 14px;
      }

      .icon-bx-wraper.style-4 .icon-content span {
        font-size: 15px;
      }

      .icon-bx-wraper.style-4 .icon-content .dz-title {
        font-size: 18px;
        font-weight: 600;
      }

      .check-tbl {
        width: 100%;
        border: 1px solid rgba(0, 0, 0, 0.125);
        vertical-align: middle;
      }

      .check-tbl.style-1 thead th {
        padding-left: 15px;
      }

      .check-tbl.style-1 thead th:first-child {
        padding-left: 0;
      }

      .check-tbl.style-1 thead th:last-child {
        padding-right: 0;
      }

      .check-tbl.style-1 tbody tr {
        border-bottom: 1px solid rgba(94, 98, 111, 0.2);
      }

      .check-tbl.style-1 tbody tr td {
        padding: 30px 15px;
      }

      .check-tbl.style-1 tbody tr td.product-name a {
        color: var(--secondary);
        font-size: 18px;
        font-weight: 500;
      }

      .check-tbl.style-1 tbody tr td img {
        min-width: 100px;
        height: 100px;
        border-radius: 30px;
        object-fit: cover;
        object-position: top;
      }

      .check-tbl.style-1 tbody tr td:first-child {
        padding-left: 0;
      }

      .check-tbl.style-1 tbody tr td:last-child {
        padding-right: 0;
      }

      .check-tbl.style-1 tbody tr td.product-item-img {
        min-width: 100px;
        height: 100px;
      }

      @media only screen and (max-width: 1199px) {
        .check-tbl.style-1 tbody tr td {
          padding: 20px 18px;
        }

        .check-tbl.style-1 tbody tr td img {
          min-width: 80px;
          height: 80px;
        }

        .check-tbl.style-1 tbody tr td.product-item-img {
          min-width: 80px;
          height: 80px;
        }
      }

      @media only screen and (max-width: 767px) {
        .check-tbl.style-1 tbody tr td {
          padding: 10px 10px;
        }

        .check-tbl.style-1 tbody tr td:first-child {
          padding-left: 10px;
        }

        .check-tbl.style-1 tbody tr td:last-child {
          padding-right: 10px;
        }

        .check-tbl.style-1 tbody tr td .coupon .button {
          padding-left: 10px;
          padding-right: 10px;
        }
      }

      .check-tbl.style-2 {
        border-bottom: 0;
      }

      .check-tbl.style-2 thead th {
        padding-left: 0px;
      }

      .check-tbl.style-2 tbody tr td {
        font-size: 14px;
        font-weight: 400;
      }

      .check-tbl.style-2 tbody tr td a {
        color: var(--secondary);
      }

      .check-tbl.style-2 tbody tr td i {
        background: var(--primary);
        color: #fff;
        border-radius: 50%;
        font-size: 14px;
        padding: 3px 4px;
        margin-right: 15px;
      }

      .check-tbl.style-2 tbody tr td:last-child {
        text-align: unset;
      }

      .check-tbl.style-2 tbody tr td:first-child {
        width: 33%;
        background: #f3f3f3;
      }

      .check-tbl.style-2 tbody tr td.disable {
        color: #BEBEBE;
      }

      .check-tbl.style-2 tbody tr td.disable i {
        background: #BEBEBE;
      }

      .check-tbl thead th {
        font-size: 16px;
        font-weight: 700;
        padding: 20px 0 20px;
        color: #24262B;
        font-family: var(--font-family-title);
      }

      .check-tbl thead th:first-child {
        padding-left: 0;
      }

      .check-tbl thead th:last-child {
        padding-right: 0;
      }

      .check-tbl tbody tr {
        border-bottom: 1px solid rgba(94, 98, 111, 0.2);
      }

      .check-tbl tbody tr td {
        padding: 15px;
        font-weight: 500;
        font-size: 16px;
        color: var(--secondary);
        border: none;
        font-family: var(--font-family-title);
      }

      .check-tbl tbody tr td img {
        width: 80px;
        height: 80px;
      }

      .check-tbl tbody tr td:first-child {
        padding-left: 0;
      }

      .check-tbl tbody tr td:last-child {
        padding-right: 0;
      }

      .check-tbl tbody tr td.product-item-name {
        font-size: 18px;
        font-family: var(--font-family-title);
      }

      .check-tbl tbody tr td.product-item-price {
        color: #5E626F;
      }

      @media only screen and (max-width: 1199px) {
        .check-tbl tbody tr td.product-item-name {
          font-size: 16px;
        }
      }

      .check-tbl tbody .product-item-price span {
        font-size: 16px;
        text-decoration: line-through;
        font-weight: 400;
      }

      .check-tbl tbody .product-item-price strong {
        font-weight: 500;
        color: #24262B;
      }

      .check-tbl .product-item-close {
        text-align: right;
      }

      .check-tbl .product-item-close a {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background: #F6F6F6;
        display: inline-block;
        text-align: center;
        line-height: 42px;
      }

      .check-tbl .product-item-close a i {
        font-weight: 900;
        vertical-align: middle;
      }

      .product-item-img {
        width: 80px;
        height: 80px;
      }

      .check-tbl {
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.125);
      }

      .cart_totals {
        color: var(--title);
        padding: 30px;
        border: 1px solid #000;
        border-radius: 30px;
      }

      @media only screen and (max-width: 767px) {
        .cart_totals {
          padding: 15px;
        }
      }

      .cart_totals .shipping-calculator-form {
        margin-top: 1rem;
      }

      .cart_totals .select2-selection {
        border: 1px solid #000 !important;
        background: #fff !important;
      }

      .cart_totals .select2-selection .select2-selection__rendered {
        padding: 0;
      }

      .cart_totals .input-text {
        border: 1px solid #000;
        background: #fff !important;
      }

      .dz-tabs .nav-tabs {
        border: 0;
        border-bottom: 1px solid var(--border-color);
      }

      .dz-tabs .nav-tabs .nav-link {
        width: 100%;
        padding: 10px 20px;
        text-align: start;
        font-size: 18px;
        font-weight: 500;
        border-radius: 0;
        background-color: transparent;
        border: 0;
        border-bottom: 2px solid transparent;
        color: var(--secondary);
        box-shadow: unset;
        font-family: var(--font-family-title);
      }

      @media only screen and (max-width: 575px) {
        .dz-tabs .nav-tabs .nav-link {
          font-size: 15px;
          padding: 10px 10px;
        }
      }

      .dz-tabs .nav-tabs .nav-link .badge {
        color: var(--title);
        padding: 0 2px;
        border-radius: 20px;
        margin-left: 5px;
        width: 24px;
        height: 24px;
        line-height: 25px;
      }

      @media only screen and (max-width: 575px) {
        .dz-tabs .nav-tabs .nav-link .badge {
          width: 20px;
          height: 20px;
          line-height: 22px;
        }
      }

      .dz-tabs .nav-tabs .nav-link.active {
        border-color: var(--secondary);
        color: var(--secondary);
      }

      .dz-tabs .nav-tabs .nav-link.active .badge {
        background: var(--title);
        color: #fff;
      }

      .dz-tabs .nav-tabs.left {
        justify-content: left;
      }

      .dz-tabs .nav-tabs.center {
        justify-content: center;
      }

      .dz-tabs .nav-tabs.right {
        justify-content: right;
      }

      .dz-tabs .tab-content {
        padding-top: 50px;
      }

      @media only screen and (max-width: 991px) {
        .dz-tabs .tab-content {
          padding-top: 30px;
        }
      }

      @media only screen and (max-width: 575px) {
        .dz-tabs .tab-content {
          padding-top: 20px;
        }
      }

      .dz-tabs.style-1 {
        margin-bottom: 40px;
      }

      .dz-tabs.style-1 .nav-tabs {
        border: none;
        display: flex;
        gap: 20px;
        margin-right: -20px;
      }

      .dz-tabs.style-1 .nav-tabs .nav-link {
        max-width: calc(33.33% - 20px);
        flex: 0 0 calc(33.33% - 20px);
        cursor: pointer;
        padding: 15px 30px;
        font-size: 20px;
        text-align: start;
        font-weight: 400;
        background: transparent;
        color: var(--secondary);
        border: 1px solid var(--secondary);
        font-family: var(--font-family-title);
        display: flex;
        align-items: center;
        border-radius: 10px;
      }

      .dz-tabs.style-1 .nav-tabs .nav-link.active,
      .dz-tabs.style-1 .nav-tabs .nav-link:hover,
      .dz-tabs.style-1 .nav-tabs .nav-link:active,
      .dz-tabs.style-1 .nav-tabs .nav-link:focus {
        border-color: var(--primary);
      }

      .dz-tabs.style-1 .nav-tabs .nav-link i,
      .dz-tabs.style-1 .nav-tabs .nav-link svg {
        font-size: 24px;
        color: var(--secondary);
        margin-right: 10px;
      }

      .dz-tabs.style-1.tab-space {
        margin-bottom: 75px;
        margin-top: 35px;
      }

      @media only screen and (max-width: 1680px) {
        .dz-tabs.style-1 .nav-tabs .nav-link {
          padding: 15px 20px;
        }
      }

      @media only screen and (max-width: 1480px) {
        .dz-tabs.style-1 .nav-tabs .nav-link {
          max-width: calc(50% - 20px);
          flex: 0 0 calc(50% - 20px);
        }
      }

      @media only screen and (max-width: 1480px) {
        .dz-tabs.style-1 .nav-tabs .nav-link {
          max-width: calc(50% - 20px);
          flex: 0 0 calc(50% - 20px);
        }
      }

      @media only screen and (max-width: 991px) {
        .dz-tabs.style-1.tab-space {
          margin-bottom: 0px;
          margin-top: 0px;
        }

        .dz-tabs.style-1 .nav-tabs .nav-link {
          max-width: calc(33.33% - 20px);
          flex: 0 0 calc(33.33% - 20px);
        }
      }

      @media only screen and (max-width: 767px) {
        .dz-tabs.style-1 .nav-tabs .nav-link {
          max-width: calc(50% - 20px);
          flex: 0 0 calc(50% - 20px);
        }
      }

      @media only screen and (max-width: 575px) {
        .dz-tabs.style-1 .nav-tabs {
          gap: 15px;
          margin-right: -15px;
        }

        .dz-tabs.style-1 .nav-tabs .nav-link {
          max-width: calc(33.33% - 15px);
          flex: 0 0 calc(33.33% - 15px);
          display: flex;
          align-items: center;
          flex-direction: column;
          justify-content: center;
          padding: 12px 0;
          font-size: 16px;
          gap: 5px;
        }

        .dz-tabs.style-1 .nav-tabs .nav-link svg {
          margin-right: 0;
        }
      }

      .dz-tabs.style-2 .nav-pills {
        width: 100%;
        padding: 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 5px;
        text-align: center;
        margin-bottom: 10px;
      }

      .dz-tabs.style-2 .nav-pills .nav-item {
        display: inline-block;
        flex: auto;
      }

      .dz-tabs.style-2 .nav-pills .nav-item .nav-link {
        background-color: #fff;
        color: #000;
        padding: 15px 25px;
        font-size: 15px;
        font-weight: 400;
        border-radius: 10px;
        transition: 0.5s;
      }

      .dz-tabs.style-2 .nav-pills .nav-item .nav-link:hover,
      .dz-tabs.style-2 .nav-pills .nav-item .nav-link.active {
        background-color: #000;
        color: #fff;
      }

      @media only screen and (min-width: 991px) {
        .dz-tabs.style-2.nav-full .nav-pills {
          display: block;
        }

        .dz-tabs.style-2.nav-full .nav-pills .nav-item {
          display: block;
          margin-bottom: 5px;
        }
      }

      .comment-respond .comment-form p.comment-form-comment textarea {
        height: 150px !important;
      }

      .portfolio-box {
        position: relative;
        overflow: hidden;
      }

      .portfolio-box.style-1 {
        -webkit-transition: all 0.8s;
        -ms-transition: all 0.8s;
        transition: all 0.8s;
        border-radius: 20px;
      }

      .portfolio-box.style-1 .dz-media img {
        -webkit-transition: all 0.8s;
        -ms-transition: all 0.8s;
        transition: all 0.8s;
      }

      .portfolio-box.style-1 .dz-content {
        -webkit-transition: all 1s;
        -ms-transition: all 1s;
        transition: all 1s;
        padding: 20px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 85%;
        border-radius: 0 20px;
        z-index: 1;
      }

      .portfolio-box.style-1 .dz-content:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: var(--secondary);
        border-radius: 0 20px;
        transform: translate(-100%, 0);
        -webkit-transition: all 0.8s;
        -ms-transition: all 0.8s;
        transition: all 0.8s;
        z-index: -1;
      }

      .portfolio-box.style-1 .dz-content .product-tag .badge {
        font-weight: 500;
        font-size: 12px;
        margin-bottom: 9px;
      }

      .portfolio-box.style-1 .dz-content .title {
        color: #fff;
      }

      .portfolio-box.style-1 .dz-content .title a {
        color: #fff;
      }

      .portfolio-box.style-1:hover .dz-content {
        transform: rotateX(0deg);
      }

      .portfolio-box.style-1:hover .dz-content:after {
        transform: translate(0%, 0);
      }

      .portfolio-box.style-1:hover .dz-media img {
        transform: scale(1.2);
      }

      @media only screen and (max-width: 1199px) {
        .portfolio-box.style-1 .dz-content {
          width: 100%;
          padding: 12px;
        }
      }

      @media only screen and (max-width: 767px) {
        .portfolio-box.style-1 .dz-content .title {
          font-size: 16px;
        }
      }

      .portfolio-box.style-4 {
        -webkit-transition: all 0.8s;
        -ms-transition: all 0.8s;
        transition: all 0.8s;
        border-radius: 20px;
      }

      .portfolio-box.style-4 .dz-content {
        -webkit-transition: all 0.8s;
        -ms-transition: all 0.8s;
        transition: all 0.8s;
        background-color: rgba(0, 0, 0, 0.9);
        padding: 25px 20px 15px;
        width: 355px;
        bottom: -100%;
        position: absolute;
        left: 0px;
        z-index: 1;
        opacity: 0;
        border-radius: 0 20px 0 20px;
        backdrop-filter: blur(5px);
      }

      .portfolio-box.style-4 .dz-content .product-tag .badge {
        font-weight: 500;
        font-size: 12px;
        margin-bottom: 9px;
      }

      .portfolio-box.style-4 .dz-content .title {
        color: #fff;
      }

      .portfolio-box.style-4 .dz-content .title a {
        color: #fff;
      }

      .portfolio-box.style-4:hover .dz-content {
        opacity: 1;
        bottom: 0;
      }

      .portfolio-box.style-4:hover .dz-media img {
        transform: scale(1.2);
      }

      @media only screen and (max-width: 1199px) {
        .portfolio-box.style-4 .dz-content {
          width: 100%;
          padding: 12px;
        }
      }

      @media only screen and (max-width: 767px) {
        .portfolio-box.style-4 .dz-content .title {
          font-size: 16px;
        }

        .portfolio-box.style-4 .dz-content .product-tag .badge {
          font-size: 12px;
        }
      }

      .portfolio-box.style-2 {
        border-radius: 30px;
      }

      @media only screen and (max-width: 575px) {
        .portfolio-box.style-2 {
          border-radius: 15px;
        }
      }

      .portfolio-box.style-2 .dz-content {
        transition: all 0.8s ease 0s;
        padding: 25px;
        width: 355px;
        bottom: 0px;
        position: absolute;
        left: 0px;
        z-index: 1;
        opacity: 1;
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        overflow: hidden;
      }

      .portfolio-box.style-2 .dz-content .title {
        margin-bottom: 0;
        color: #fff;
      }

      .portfolio-box.style-2 .dz-content .title a {
        color: #fff;
      }

      .portfolio-box.style-2 .dz-content:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 39.51%, rgba(0, 0, 0, 0.5) 86.14%);
        border-radius: 10px;
        z-index: 1;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 10s;
        opacity: 1;
        z-index: -1;
      }

      .portfolio-box.style-2 .dz-media img {
        -webkit-transition: all 0.8s;
        -ms-transition: all 0.8s;
        transition: all 0.8s;
        min-height: 250px;
        object-fit: cover;
      }

      .portfolio-box.style-2:hover .dz-media img {
        transform: scale(1.2);
      }

      .portfolio-box.style-3 {
        -webkit-transition: all 0.8s;
        -ms-transition: all 0.8s;
        transition: all 0.8s;
      }

      .portfolio-box.style-3 .dz-media img {
        width: 100%;
        object-fit: cover;
      }

      .portfolio-box.style-3 .dz-content {
        -webkit-transition: all 0.8s;
        -ms-transition: all 0.8s;
        transition: all 0.8s;
        background-color: #fff;
        padding: 25px 20px 15px;
        width: 686px;
        bottom: 0px;
        position: absolute;
        left: 0px;
        z-index: 1;
        opacity: 0;
      }

      .portfolio-box.style-3 .dz-content .product-tag .badge {
        font-weight: 500;
        font-size: 14px;
        margin-bottom: 9px;
      }

      .portfolio-box.style-3:hover .dz-content {
        opacity: 1;
      }

      @media only screen and (max-width: 1199px) {
        .portfolio-box.style-3 .dz-content {
          width: 100%;
          padding: 12px;
        }

        .portfolio-box.style-3 .dz-content .title {
          font-size: 24px;
        }
      }

      @media only screen and (max-width: 767px) {
        .portfolio-box.style-3 .dz-content .title {
          font-size: 18px;
        }
      }

      .portfolio-box.style-1 .dz-media img,
      .portfolio-box.style-2 .dz-media img,
      .portfolio-box.style-3 .dz-media img,
      .portfolio-box.style-4 .dz-media img {
        -webkit-transition: all 0.8s;
        -ms-transition: all 0.8s;
        transition: all 0.8s;
      }

      .portfolio-box.style-1 .dz-media:before,
      .portfolio-box.style-2 .dz-media:before,
      .portfolio-box.style-3 .dz-media:before,
      .portfolio-box.style-4 .dz-media:before {
        position: absolute;
        top: 0;
        left: -85%;
        z-index: 0;
        display: block;
        content: "";
        width: 50%;
        height: 100%;
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
      }

      .portfolio-box.style-1:hover .dz-media:before,
      .portfolio-box.style-2:hover .dz-media:before,
      .portfolio-box.style-3:hover .dz-media:before,
      .portfolio-box.style-4:hover .dz-media:before {
        -webkit-animation: dzShine 0.75s;
        animation: dzShine 0.75s;
      }

      @-webkit-keyframes dzShine {
        100% {
          left: 125%;
        }
      }

      @keyframes dzShine {
        100% {
          left: 125%;
        }
      }

      .portfolio-thumb .swiper-wrapper.card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
      }

      .portfolio-thumb .swiper-wrapper.card-columns .card-container {
        display: inline-block;
        width: 100%;
      }

      .gallary-list {
        background-color: #FFFAF3;
        padding: 4rem;
      }

      @media only screen and (max-width: 1199px) {
        .gallary-list {
          padding: 4rem 20px 20px 20px;
        }
      }

      @media only screen and (max-width: 767px) {
        .gallary-list {
          padding: 20px;
        }
      }

      .pagination-align {
        display: flex;
        align-items: center;
      }

      .pagination-align.style-1 {
        display: flex;
        align-items: center;
        position: absolute;
        bottom: 90px;
        right: -30px;
        z-index: 9;
      }

      @media only screen and (max-width: 575px) {
        .pagination-align.style-1 {
          right: -22px;
        }
      }

      .pagination-align.style-1 .swiper-button-prev {
        background-color: #ffffff;
      }

      .pagination-align.style-1 .swiper-button-next {
        background-color: var(--secondary);
        color: #ffffff !important;
      }

      .pagination-align.style-1 .swiper-button-next svg path {
        stroke: #ffffff !important;
      }

      .pagination-align.style-1 .swiper-button-next:hover {
        background-color: #FFEDD4 !important;
        color: var(--secondary) !important;
      }

      .pagination-align.style-1 .swiper-button-next:hover svg path {
        stroke: var(--secondary) !important;
      }

      .pagination-align.style-1 .swiper-button-next,
      .pagination-align.style-1 .swiper-button-prev {
        position: unset;
        top: 0;
        align-items: center;
        width: 60px;
        height: 60px;
        font-size: 28px;
        line-height: 0;
        color: var(--secondary);
        margin-top: 0;
        background-image: none;
        border-radius: 50%;
        -webkit-transition: all 0.8s;
        -ms-transition: all 0.8s;
        transition: all 0.8s;
      }

      @media only screen and (max-width: 767px) {

        .pagination-align.style-1 .swiper-button-next,
        .pagination-align.style-1 .swiper-button-prev {
          width: 60px;
          height: 60px;
          line-height: 60px;
          border-width: 7px;
        }
      }

      @media only screen and (max-width: 575px) {

        .pagination-align.style-1 .swiper-button-next,
        .pagination-align.style-1 .swiper-button-prev {
          width: 45px;
          height: 45px;
          line-height: 45px;
        }
      }

      .pagination-align.style-1 .swiper-button-next:after,
      .pagination-align.style-1 .swiper-button-prev:after {
        content: "none";
      }

      .pagination-align.style-1 .swiper-button-next svg path,
      .pagination-align.style-1 .swiper-button-prev svg path {
        stroke: var(--secondary);
      }

      .pagination-align.style-1 .swiper-button-next:hover,
      .pagination-align.style-1 .swiper-button-prev:hover {
        background: var(--secondary);
        color: #ffffff;
      }

      .pagination-align.style-1 .swiper-button-next:hover svg path,
      .pagination-align.style-1 .swiper-button-prev:hover svg path {
        stroke: #ffffff;
      }

      .pagination-align.style-1 .swiper-pagination-two.swiper-pagination-bullets {
        margin-top: 8px;
      }

      .pagination-align.style-2 {
        display: flex;
        align-items: start;
        gap: 50px;
        z-index: 1;
        position: relative;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 14px;
      }

      .pagination-align.style-2:after {
        content: "/";
        position: absolute;
        left: 50%;
        transform: translateX(50%);
        font-weight: 900;
        top: 0;
        font-family: "Font Awesome 5 Free";
      }

      .pagination-align.style-2 .swiper-button-next,
      .pagination-align.style-2 .swiper-button-prev {
        position: unset;
        text-transform: uppercase;
        align-items: start;
        width: unset;
        height: 24px;
        line-height: 24px;
        margin: 0 7px;
        color: #24262B;
        text-shadow: 0px 4px 44px rgba(0, 0, 0, 0.15);
        font-weight: 400;
        font-size: 14px;
        letter-spacing: 0.2em;
        margin-top: 0;
        padding: 0px;
        background-image: none;
        height: auto !important;
        width: auto !important;
        border-radius: 0;
        background-color: inherit;
        box-shadow: none;
      }

      .pagination-align.style-2 .swiper-button-next:after,
      .pagination-align.style-2 .swiper-button-prev:after {
        content: none;
      }

      .pagination-align.style-2 .swiper-button-next:hover,
      .pagination-align.style-2 .swiper-button-next.active,
      .pagination-align.style-2 .swiper-button-prev:hover,
      .pagination-align.style-2 .swiper-button-prev.active {
        color: var(--primary);
      }

      @media only screen and (max-width: 575px) {
        .pagination-align.style-2 {
          gap: 10px;
          margin: 0 -7px;
        }

        .pagination-align.style-2:after {
          left: 63px;
        }
      }

      /* About products */
      .about-product-wrapper .producṭ-content {
        text-align: center;
        padding: 38px 16px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 180px;
        border: 1px solid #000;
        border-radius: 10px;
      }

      .about-product-wrapper .producṭ-content .product-title {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 5px;
      }

      .about-product-wrapper .producṭ-content .product-text {
        font-size: 14px;
        font-weight: 400;
        color: #000;
        margin-bottom: 0;
      }

      @media only screen and (max-width: 767px) {
        .about-product-wrapper .producṭ-content .product-title {
          font-size: 18px;
        }
      }

      .badge {
        padding: 5px 10px;
        font-weight: var(--headings-font-weight);
        background-color: var(--primary);
        color: rgb(255, 255, 255);
        font-family: var(--font-family-base);
        font-size: 12px;
        min-width: 22px;
        min-height: 22px;
        text-transform: uppercase;
        text-align: center;
        border-radius: 4px;
        font-weight: 500;
      }

      .badge:hover {
        color: #fff;
      }

      .badge.badge-primary {
        background-color: var(--primary);
      }

      .badge.badge-secondary {
        background-color: var(--secondary);
      }

      .badge.badge-circle {
        border-radius: 30px;
      }

      .badge.badge-light {
        background-color: #FFEDD4;
      }

      .badge.style-1 {
        padding: 0;
        font-size: 16px;
        font-weight: 700;
        min-height: unset;
        color: var(--title);
        background-color: transparent;
        text-transform: capitalize;
      }

      @media only screen and (max-width: 1480px) {
        .badge.style-1 {
          font-size: 13px;
        }
      }

      .bg-purple {
        background-color: #5E5CC6;
        color: #fff;
      }

      .bg-red {
        background-color: #EB5757;
        color: #fff;
      }

      .bg-orange {
        background-color: #CD9B60;
        color: #fff;
      }

      .bg-green {
        background-color: #24262B;
        color: #fff;
      }

      /* About products End*/
      .product-specification {
        margin-bottom: 24.5px;
      }

      .product-specification .specification-title {
        font-size: 20px;
        font-weight: 700;
      }

      .product-specification ul li {
        font-family: var(--font-family-base);
        font-size: 16px;
        padding: 5px 0;
        font-weight: 400;
        color: #000;
      }

      .product-specification ul li::marker {
        content: none;
      }

      @media only screen and (max-width: 1199px) {
        .product-specification {
          margin-bottom: 14px;
        }
      }

      @media only screen and (max-width: 767px) {
        .product-specification {
          margin-bottom: 10px;
        }

        .product-specification .specification-title {
          font-size: 18px;
        }

        .product-specification ul li {
          font-size: 14px;
        }
      }

      .specification-list .list-info {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 16px;
        font-weight: 400;
        color: #000;
        padding: 7px 0;
        border-bottom: 1px solid var(--border-color);
      }

      .specification-list .list-info:last-child {
        border-bottom: 0;
      }

      @media only screen and (max-width: 575px) {
        .specification-list .list-info {
          font-size: 14px;
          padding: 5px 0;
        }
      }

      .product-info-inner {
        margin-bottom: 40px;
      }

      .product-info-inner .info-title {
        font-size: 20px;
        font-weight: 700;
      }

      .product-info-inner ul li::marker {
        content: none;
      }

      .product-info-inner ul li h6 {
        font-family: var(--font-family-base);
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        margin-bottom: 0px;
      }

      .product-info-inner ul li h6 span {
        font-weight: 400;
      }

      .product-info-inner ul li:nth-child(1) {
        margin-right: 55px;
      }

      @media only screen and (max-width: 767px) {
        .product-info-inner ul li h6 {
          font-size: 14px;
        }
      }

      .product-info-inner p {
        font-family: var(--font-family-base);
        font-size: 16px;
        font-weight: 400;
      }

      @media only screen and (max-width: 767px) {
        .product-info-inner {
          margin-bottom: 15px;
          font-size: 14px;
        }

        .product-info-inner .info-title {
          font-size: 18px;
        }

        .product-info-inner p {
          font-size: 14px;
        }
      }

      @media only screen and (max-width: 575px) {
        .product-info-inner {
          margin-bottom: 10px;
        }
      }

      #yith-woocompare-preview-bar {
        z-index: 10000 !important;
      }

      .bootstrap-select>select {
        visibility: hidden;
      }

      .lg-toolbar .lg-icon:hover {
        color: var(--primary);
      }

      .dz-product-detail .color-name,
      .dz-product-detail .price-name {
        display: block;
      }

      #yith-quick-view-modal .dz-product-detail .dz-media {
        height: 530px;
      }

      #yith-quick-view-modal #yith-quick-view-content .dz-rating {
        display: flex;
        line-height: 18px;
        gap: 10px;
        align-items: center;
        margin-bottom: 15px;
      }

      #yith-quick-view-modal #yith-quick-view-content .meta-content .color-name,
      #yith-quick-view-modal #yith-quick-view-content .meta-content .price-name {
        display: block;
      }

      #yith-quick-view-modal #yith-quick-view-content .summary-content .title {
        font-size: 40px;
        line-height: 1;
        font-weight: 500;
      }

      #yith-quick-view-modal .dz-simple-product {
        align-items: center;
      }

      #yith-quick-view-modal ul li::marker {
        content: none;
      }

      .select2-container:has(+ button.dropdown-toggle)+button.dropdown-toggle {
        display: none;
      }

      body .yith-woocompare-popup-container .yith-woocompare-popup,
      body .yith-woocompare-popup-container .yith-woocompare-popup-content {
        overflow: visible;
      }

      body .yith-woocompare-popup-container {
        z-index: 10000;
        background: rgba(0, 0, 0, 0.8);
        display: flex;
        justify-content: center;
        align-items: center;
      }

      body .yith-woocompare-popup-container #yith-woocompare-table_wrapper {
        margin: 0;
      }

      body .yith-woocompare-popup-container .yith-woocompare-popup,
      body .yith-woocompare-popup-container .yith-woocompare-table-scroll-wrapper {
        padding: 0;
      }

      body .yith-woocompare-popup-container table.dataTable.compare-list tbody th,
      body .yith-woocompare-popup-container table.dataTable.compare-list tbody td {
        border-right: 1px solid #e9e9e9;
        border-top: 1px solid #e9e9e9;
      }

      body .yith-woocompare-popup-container table.compare-list td.odd {
        background: #F3F3F3;
      }

      body .yith-woocompare-popup-container table.compare-list td img {
        background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #DADADA;
        height: auto;
        padding: 3px;
        margin-bottom: 0;
      }

      body .yith-woocompare-popup-container .yith-woocompare-table-wrapper {
        width: 90%;
        border: 8px solid;
        margin: auto;
        height: 90%;
      }

      body .yith-woocompare-popup-container .add_to_cart_wrap a {
        z-index: 0;
      }

      body .yith-woocompare-popup-container table.compare-list tr.price {
        font-weight: 600;
      }

      .cart-detail {
        background: #fff;
        padding: 35px 30px;
        border-radius: 30px;
        border: 1px solid var(--secondary);
      }

      .cart-detail .save-text {
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        display: flex;
        align-items: center;
      }

      .cart-detail .save-text i {
        font-size: 20px;
        color: #08779A;
      }

      .cart-detail .save-text span {
        color: #08779A;
        font-weight: 500;
        font-size: 16px;
      }

      .cart-detail table {
        width: 100% !important;
      }

      .cart-detail table tr {
        align-items: center;
      }

      .cart-detail table tr.total td h6 {
        font-size: 18px;
        padding: 15px 0 20px;
      }

      .cart-detail table tr.total td.price {
        font-family: "Afacad", sans-serif;
        font-weight: 500;
        font-size: 24px;
        color: var(--secondary);
        text-align: end;
      }

      .cart-detail table tr.total td.price del {
        font-size: 16px;
        opacity: 0.7;
      }

      @media only screen and (max-width: 1280px) {
        .cart-detail {
          padding: 15px;
        }

        .cart-detail .icon-bx-wraper.style-4 {
          padding: 15px;
        }

        .cart-detail .icon-bx-wraper.style-4 .icon-content {
          margin-left: 10px;
        }

        .cart-detail .icon-bx-wraper.style-4 .dz-title {
          margin-bottom: 0;
        }

        .cart-detail .icon-bx-wraper.style-4 p {
          display: none;
        }

        .cart-detail .save-text {
          padding-bottom: 10px;
        }

        .cart-detail .save-text span {
          font-size: 14px;
        }

        .cart-detail table tr.total td {
          padding: 10px 0 10px;
        }

        .cart-detail table tr.total td.price {
          font-size: 20px;
        }
      }

      .dz-grid-media .woocommerce-product-gallery__image {
        border-radius: 30px;
        overflow: hidden;
      }

      .shop-checkout .form-select {
        padding: 8px 20px;
        border: none;
        border-radius: 0;
      }

      .shop-checkout .form-group .form-check-input {
        margin: 5px 5px 0 0;
        border: 1px solid #24262B;
      }

      .shop-checkout .form-group .form-check-input:checked {
        border-color: var(--primary);
      }

      .shop-checkout .form-group .form-check-label {
        font-weight: 500;
        font-size: 14px;
        font-family: "Figtree", sans-serif;
        color: #24262B;
      }

      .shop-checkout .dz-accordion .accordion-item {
        margin-bottom: 15px;
      }

      .shop-checkout .dz-accordion .accordion-item .accordion-header .accordion-button {
        background: rgba(13, 119, 94, 0.05);
        border: none;
        font-family: "Afacad", sans-serif;
      }

      .shop-checkout .dz-accordion .accordion-item .accordion-header .accordion-button .toggle-close {
        right: 10px;
      }

      .shop-checkout .dz-accordion .accordion-item .accordion-header .accordion-button .toggle-close:after {
        color: var(--primary);
        -webkit-transition: all 1s;
        -ms-transition: all 1s;
        transition: all 1s;
        font-size: 16px;
        content: "\f106";
      }

      .shop-checkout .dz-accordion .accordion-item .accordion-header .accordion-button.collapsed .toggle-close:after {
        content: "\f107";
      }

      @media only screen and (max-width: 575px) {
        .shop-checkout .dz-accordion .accordion-item .accordion-header .accordion-button {
          flex-direction: column;
          align-items: start;
          font-size: 14px;
        }
      }

      .order-detail {
        padding: 30px;
        background-color: #F6F6F6;
      }

      @media only screen and (max-width: 575px) {
        .order-detail {
          padding: 15px;
        }
      }

      .order-detail .dz-accordion .accordion-item {
        background: transparent;
      }

      .order-detail .dz-accordion .accordion-item .accordion-header .accordion-button {
        padding: 0;
        font-family: "Afacad", sans-serif;
        background-color: transparent;
      }

      .order-detail .dz-accordion .accordion-item .accordion-header .accordion-button .form-check-input {
        width: 16px;
        height: 16px;
        margin-right: 10px;
      }

      .order-detail .dz-accordion .accordion-item .accordion-header .accordion-button .form-check-label {
        font-family: var(--font-family-title);
        font-weight: 500;
        font-size: 16px;
      }

      .order-detail .dz-accordion .accordion-item .accordion-header .accordion-button img {
        margin: 0 12px;
      }

      .order-detail .dz-accordion .accordion-item .accordion-header .accordion-button a {
        font-weight: 400;
        font-size: 12px;
        text-decoration: underline;
        color: #5E626F;
      }

      .order-detail .dz-accordion .accordion-item .accordion-body {
        padding: 8px 0;
      }

      .order-detail .dz-accordion .accordion-item .accordion-body p {
        font-weight: 400;
        font-size: 13px;
        font-family: "Roboto";
      }

      .order-detail .text {
        font-weight: 400;
        font-size: 13px;
        line-height: 20px;
        padding-top: 15px;
        border-top: 1px solid #D7D7D7;
      }

      .order-detail .text a {
        text-decoration: underline;
        color: var(--primary);
      }

      .order-detail .form-group .form-check-input {
        width: 16px;
        height: 16px;
        margin-right: 10px;
      }

      .order-detail .form-group .form-check-label {
        font-weight: 400;
        font-size: 13px;
        font-family: "Roboto";
        color: #5E626F;
      }

      .order-detail table {
        width: 100%;
      }

      .order-detail table tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      }

      .order-detail table tr td {
        padding: 12px 0;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #24262B;
      }

      .order-detail table tr td.price {
        text-align: end;
      }

      .order-detail table tr.title {
        border-bottom: none;
      }

      .order-detail table tr.title td {
        padding-bottom: 0;
      }

      .order-detail table tr.shipping td .custom-checkbox .form-check-label {
        font-size: 14px;
        line-height: 30px;
      }

      .order-detail table tr.shipping td.price {
        vertical-align: bottom;
      }

      .order-detail table tr.total {
        border-bottom: none;
      }

      .order-detail table tr.total td {
        padding: 24px 0;
      }

      .order-detail table tr.total td.price {
        font-size: 24px;
      }

      .cart-item.style-1 {
        display: flex;
        align-items: center;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      }

      .cart-item.style-1 .dz-media {
        min-width: 60px;
        width: 60px;
        height: 60px;
      }

      .cart-item.style-1 .dz-content {
        margin-left: 15px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
      }

      .cart-item.style-1 .dz-content .title {
        font-weight: 500;
        font-family: "Afacad", sans-serif;
      }

      .cart-item.style-1 .dz-content .price {
        font-size: 16px;
        font-weight: 500;
        color: #24262B;
      }

      .travlla_order_detail {
        background: var(--light);
        padding: 30px;
        font-family: "Afacad", sans-serif;
        margin-bottom: 30px;
      }

      .travlla_order_detail .travlla_order_detail {
        padding: 0;
        margin: 0;
      }

      .travlla_order_detail .dz-product-media {
        display: flex;
        gap: 10px;
        align-items: center;
      }

      .travlla_order_detail .dz-product-media .dz-media {
        min-width: 60px;
        width: 60px;
      }

      .travlla_order_detail .dz-product-media .dz-info {
        min-width: 100px;
        font-weight: 500;
        color: var(--title);
        font-size: 15px;
      }

      .travlla_order_detail .product-total {
        color: var(--title);
        font-size: 15px;
        font-weight: 500;
      }

      .travlla_order_detail table.shop_table {
        margin-bottom: 0;
      }

      .travlla_order_detail strong {
        color: var(--title);
      }

      #add_payment_method #payment,
      .woocommerce-cart #payment,
      .woocommerce-checkout #payment {
        background: var(--light);
        font-size: 14px;
      }

      .woocommerce-checkout-review-order .woocommerce-checkout-payment li {
        position: relative;
      }

      .woocommerce-checkout-review-order .woocommerce-checkout-payment li input {
        position: absolute;
        opacity: 0;
        left: 0;
        top: 0;
      }

      .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order,
      .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods {
        padding: 30px !important;
      }

      .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods input+label:after {
        border: 1px solid var(--secondary);
      }

      .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods input+label {
        font-weight: 500;
        font-family: "Afacad", sans-serif;
        font-size: 16px;
      }

      /* WooCommerce END */
      .dz-box.product {
        margin-bottom: 30px !important;
        -webkit-transition: all 0.8s;
        -ms-transition: all 0.8s;
        transition: all 0.8s;
        height: calc(100% - 30px);
        background: #fff;
        border: 1px solid rgba(0, 0, 0, 0.125);
        padding: 15px 15px;
        border-radius: var(--border-radius-base);
      }

      .dz-box.product .yith-wcwl-wishlistaddedbrowse,
      .dz-box.product .yith-wcwl-wishlistexistsbrowse,
      .dz-box.product .yith-wcwl-add-button {
        border: 0;
      }

      .dz-box.product .item-box .item-img {
        position: relative;
        overflow: hidden;
        z-index: 1;
        border-radius: var(--border-radius-base);
      }

      .dz-box.product .item-box .item-img>img {
        width: 100%;
      }

      .dz-box.product .item-box .item-img:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        z-index: 0;
        background: #212529;
        top: 0;
        opacity: 0;
        -webkit-transition: all 0.8s;
        -ms-transition: all 0.8s;
        transition: all 0.8s;
      }

      .dz-box.product .item-box .item-info {
        padding: 25px 20px 15px 20px;
        text-align: center;
      }

      .dz-box.product .item-box .item-info .item-title {
        font-size: 20px;
        margin-bottom: 0;
        line-height: 1.2;
      }

      .dz-box.product .item-box .item-info .item-price {
        line-height: 1.2;
        margin-bottom: 0;
      }

      .dz-box.product .item-box .item-info .item-price.sale-price .woocommerce-Price-amount.amount bdi {
        color: var(--primary);
        font-size: 20px;
        font-weight: 600;
      }

      .dz-box.product .item-box .item-info .item-price.sale-price .woocommerce-Price-amount.amount bdi .woocommerce-Price-currencySymbol {
        font-size: 20px !important;
      }

      .dz-box.product .item-box .item-info .item-price .price del {
        color: var(--secondary);
        font-size: 16px !important;
        font-weight: 400;
        margin-bottom: 0;
      }

      .dz-box.product .item-box .item-info .item-price .price ins .woocommerce-Price-amount.amount {
        color: var(--primary);
        font-size: 20px !important;
        font-weight: 600;
      }

      .dz-box.product .item-box .item-info .woocommerce-product-rating {
        margin: 0;
        float: unset;
        text-align: center;
      }

      .dz-box.product .item-box .item-info .woocommerce-product-rating .woocommerce-review-link {
        margin: 0;
      }

      .dz-box.product .item-box .item-info-in {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 30px 20px;
        z-index: 1;
        -webkit-transition: all 0.8s;
        -ms-transition: all 0.8s;
        transition: all 0.8s;
        transform: translateY(100px);
        -moz-transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
        opacity: 0;
        left: 0;
      }

      .dz-box.product .item-box .item-info-in ul {
        margin: 0;
        padding: 0;
        text-align: center;
        display: flex;
        justify-content: center;
      }

      .dz-box.product .item-box .item-info-in ul li {
        list-style: none;
        display: inline-block;
        margin: 0 5px;
      }

      .dz-box.product .item-box .item-info-in ul li a {
        background: var(--primary);
        color: #fff;
        width: 48px;
        text-align: center;
        display: block;
        font-size: 16px;
        height: 48px;
        line-height: 48px;
        box-shadow: 0 5px 15px -10px var(--primary);
        -webkit-transition: all 0.8s;
        -ms-transition: all 0.8s;
        transition: all 0.8s;
        border-radius: var(--border-radius-base);
      }

      .dz-box.product .item-box .item-info-in ul li a .fa-heart:before {
        font-weight: 500;
      }

      .dz-box.product .item-box .item-info-in ul li a i {
        margin: 0;
        padding: 0;
        -webkit-transition: all 0.8s;
        -ms-transition: all 0.8s;
        transition: all 0.8s;
        display: inline-block;
      }

      .dz-box.product .item-box .item-info-in ul li a:hover {
        background: var(--primary-hover);
      }

      .dz-box.product .item-box .item-info-in ul li a:hover i {
        transform: scale(1.25);
        -moz-transform: scale(1.25);
        -webkit-transform: scale(1.25);
        -ms-transform: scale(1.25);
        -o-transform: scale(1.25);
      }

      .dz-box.product .item-box .item-info-in ul li a.add_to_cart_button.added i:before {
        content: "\f217";
      }

      .dz-box.product .item-box .item-info-in ul li a.add_to_cart_button.loading i:before {
        content: "\f110";
      }

      .dz-box.product .item-box .item-info-in ul li .add_to_cart_button:before {
        content: none;
      }

      .dz-box.product .item-box .item-info-in ul li .yith-wcwl-add-to-wishlist {
        margin-top: 0;
      }

      .dz-box.product:hover .item-box .item-img:after {
        opacity: 0.7;
      }

      .dz-box.product:hover .item-box .item-img .item-info-in {
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        opacity: 1;
      }

      .dz-box.product:hover {
        box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.15);
        transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
      }

      .single-product .container-fluid .container {
        padding: 0;
      }

      .cart-collaterals .shipping-calculator-button {
        display: flex;
        align-items: center;
      }

      .woocommerce div.product .dz-box .woocommerce-product-rating {
        display: block;
      }

      .woocommerce div.product .dz-box .woocommerce-product-rating .star-rating {
        float: none;
        position: relative;
        display: inline-block;
        font-size: 13px;
        top: 2px;
      }

      .woocommerce div.product .dz-box .woocommerce-product-rating .star-rating span {
        font-size: 13px;
      }

      .woocommerce div.product .dz-box .woocommerce-product-rating .star-rating:before {
        color: #bbb;
      }

      .woocommerce div.product .dz-box .woocommerce-product-rating .woocommerce-review-link {
        display: inline-block;
      }

      .woocommerce div.product .dz-box .woocommerce-product-rating .woocommerce-review-link .count {
        margin-right: 4px;
      }

      .woocommerce span.onsale {
        background: var(--bs-danger);
        border-radius: 4px;
      }

      .woocommerce .woocommerce-ordering {
        margin: 0;
      }

      .woocommerce .woocommerce-ordering .bootstrap-select {
        width: auto !important;
      }

      .woocommerce .woocommerce-ordering .bootstrap-select .dropdown-toggle::after {
        margin-left: 0.5em;
      }

      .woocommerce .dz_product_single_button {
        display: flex;
        gap: 10px;
        margin-bottom: 40px;
        flex-wrap: wrap;
      }

      .woocommerce .dz_product_single_button .yith-add-to-wishlist-button-block {
        margin: 0;
      }

      .woocommerce .dz_product_single_button .compare,
      .woocommerce .dz_product_single_button .yith-wcwl-wishlistaddedbrowse,
      .woocommerce .dz_product_single_button .yith-wcwl-wishlistexistsbrowse,
      .woocommerce .dz_product_single_button .yith-wcwl-add-button a,
      .woocommerce .dz_product_single_button .yith-wcwl-add-to-wishlist-button {
        font-size: 16px;
        padding: 12px 30px;
        line-height: 24px;
        display: inline-flex;
        border-radius: var(--bs-border-radius);
        font-weight: 500;
        position: relative;
        text-transform: capitalize;
        font-family: "Figtree", sans-serif;
        align-items: center;
        overflow: hidden;
        z-index: 1;
        text-align: center;
        -webkit-transition: all 0.2s;
        -ms-transition: all 0.2s;
        transition: all 0.2s;
        text-decoration: none;
        vertical-align: middle;
        justify-content: center;
        border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
      }

      .woocommerce .dz_product_single_button .compare:after,
      .woocommerce .dz_product_single_button .yith-wcwl-wishlistaddedbrowse:after,
      .woocommerce .dz_product_single_button .yith-wcwl-wishlistexistsbrowse:after,
      .woocommerce .dz_product_single_button .yith-wcwl-add-button a:after,
      .woocommerce .dz_product_single_button .yith-wcwl-add-to-wishlist-button:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        opacity: 0.8;
        -webkit-transform: translate(-105%, 0);
        transform: translate(-105%, 0);
        border-right-width: 2px;
        border-right-style: solid;
        border-right-color: white;
        background-color: rgba(255, 255, 255, 0.5);
      }

      .woocommerce .dz_product_single_button .compare:hover,
      .woocommerce .dz_product_single_button .yith-wcwl-wishlistaddedbrowse:hover,
      .woocommerce .dz_product_single_button .yith-wcwl-wishlistexistsbrowse:hover,
      .woocommerce .dz_product_single_button .yith-wcwl-add-button a:hover,
      .woocommerce .dz_product_single_button .yith-wcwl-add-to-wishlist-button:hover {
        box-shadow: none;
        text-decoration: none;
      }

      .woocommerce .dz_product_single_button .compare:hover:after,
      .woocommerce .dz_product_single_button .yith-wcwl-wishlistaddedbrowse:hover:after,
      .woocommerce .dz_product_single_button .yith-wcwl-wishlistexistsbrowse:hover:after,
      .woocommerce .dz_product_single_button .yith-wcwl-add-button a:hover:after,
      .woocommerce .dz_product_single_button .yith-wcwl-add-to-wishlist-button:hover:after {
        opacity: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
      }

      .woocommerce .dz_product_single_button .compare,
      .woocommerce .dz_product_single_button .yith-wcwl-wishlistaddedbrowse,
      .woocommerce .dz_product_single_button .yith-wcwl-wishlistexistsbrowse,
      .woocommerce .dz_product_single_button .yith-wcwl-add-button a,
      .woocommerce .dz_product_single_button .yith-wcwl-add-to-wishlist-button {
        color: var(--title);
        background-color: var(--light);
        border-color: var(--light);
      }

      .woocommerce .dz_product_single_button .compare:hover,
      .woocommerce .dz_product_single_button .yith-wcwl-wishlistaddedbrowse:hover,
      .woocommerce .dz_product_single_button .yith-wcwl-wishlistexistsbrowse:hover,
      .woocommerce .dz_product_single_button .yith-wcwl-add-button a:hover,
      .woocommerce .dz_product_single_button .yith-wcwl-add-to-wishlist-button:hover {
        color: var(--title);
        background-color: #cfcfcf;
        border-color: #cfcfcf;
      }

      .woocommerce .dz_product_single_button .compare,
      .woocommerce .dz_product_single_button .yith-wcwl-wishlistaddedbrowse,
      .woocommerce .dz_product_single_button .yith-wcwl-wishlistexistsbrowse,
      .woocommerce .dz_product_single_button .yith-wcwl-add-button a,
      .woocommerce .dz_product_single_button .yith-wcwl-add-to-wishlist-button {
        font-size: 16px !important;
        gap: 5px;
      }

      @media only screen and (max-width: 575px) {

        .woocommerce .dz_product_single_button .compare,
        .woocommerce .dz_product_single_button .yith-wcwl-wishlistaddedbrowse,
        .woocommerce .dz_product_single_button .yith-wcwl-wishlistexistsbrowse,
        .woocommerce .dz_product_single_button .yith-wcwl-add-button a,
        .woocommerce .dz_product_single_button .yith-wcwl-add-to-wishlist-button {
          padding-left: 20px;
          padding-right: 20px;
        }
      }

      .woocommerce .dz_product_single_button .yith-wcwl-wishlistaddedbrowse,
      .woocommerce .dz_product_single_button .yith-wcwl-wishlistexistsbrowse {
        color: #ffffff;
        background-color: var(--secondary);
        border: 1px solid var(--secondary);
        font-weight: 700;
        font-size: 0 !important;
        padding: 0;
        width: 50px;
        gap: 0;
      }

      .woocommerce .dz_product_single_button .yith-wcwl-wishlistaddedbrowse i,
      .woocommerce .dz_product_single_button .yith-wcwl-wishlistexistsbrowse i {
        font-size: 16px;
        line-height: 50px;
      }

      .woocommerce .dz_product_single_button .yith-wcwl-wishlistaddedbrowse svg.yith-wcwl-icon-svg,
      .woocommerce .dz_product_single_button .yith-wcwl-wishlistexistsbrowse svg.yith-wcwl-icon-svg {
        color: #fff;
      }

      .woocommerce .dz_product_single_button .compare.added {
        background-color: var(--secondary);
        border: 1px solid var(--secondary);
        color: #fff;
      }

      .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor svg.yith-wcwl-icon-svg,
      .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor img {
        width: 20px;
        max-width: 20px;
        height: 20px;
      }

      .dz-simple-product {
        display: flex;
        margin-bottom: 15px;
        gap: 20px;
      }

      @media only screen and (max-width: 575px) {
        .dz-simple-product {
          gap: 10px;
        }
      }

      .dz-simple-product .btn-quantity input,
      .dz-simple-product .btn-quantity .bootstrap-touchspin {
        height: 40px;
      }

      .dz-simple-product .disabled {
        border-color: transparent;
      }

      .woocommerce nav.woocommerce-pagination {
        text-align: right;
      }

      @media only screen and (max-width: 767px) {
        .woocommerce nav.woocommerce-pagination {
          text-align: left;
        }
      }

      .woocommerce nav.woocommerce-pagination ul {
        border: 0;
      }

      .woocommerce nav.woocommerce-pagination ul li {
        overflow: unset;
        border: 0;
      }

      .woocommerce a.remove {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background: var(--title);
        display: inline-block;
        text-align: center;
        line-height: 42px;
        font-weight: 100;
        font-size: 14px;
        color: #fff !important;
      }

      .woocommerce a.remove:hover {
        background: var(--primary);
        color: #fff !important;
      }

      .woocommerce a.remove i {
        font-weight: 900;
        vertical-align: middle;
      }

      .woocommerce ul.cart_list li a,
      .woocommerce ul.product_list_widget li a {
        font-family: "Afacad", sans-serif;
        font-size: 16px;
        line-height: 1.5;
        font-weight: 500;
        color: var(--title);
        margin-bottom: 5px;
      }

      .wc-block-grid__product-image img {
        border-radius: var(--border-radius-base);
      }

      .woocommerce .product_list_widget ins {
        text-decoration: none;
      }

      .woocommerce .product_list_widget del .amount bdi {
        color: #666;
        opacity: 0.9;
        font-size: 14px;
        font-weight: 400;
      }

      .woocommerce .product_list_widget .star-rating {
        position: relative;
        font-size: 15px;
        display: block;
      }

      .woocommerce .product_list_widget .star-rating span {
        font-size: inherit;
      }

      .woocommerce .widget_shopping_cart .cart_list li,
      .woocommerce.widget_shopping_cart .cart_list li {
        padding-left: 3em;
      }

      .woocommerce .widget_shopping_cart .cart_list li a.remove,
      .woocommerce.widget_shopping_cart .cart_list li a.remove {
        left: auto;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0;
        top: 20px;
      }

      .woocommerce .widget_shopping_cart .cart_list li a.remove:after,
      .woocommerce.widget_shopping_cart .cart_list li a.remove:after {
        content: "\e646";
        font-family: "themify";
        font-size: 14px;
      }

      .woocommerce .widget_shopping_cart .cart_list li,
      .woocommerce.widget_shopping_cart .cart_list li {
        text-align: left;
        padding: 0 50px 20px 0;
      }

      .woocommerce ul.cart_list li,
      .woocommerce ul.product_list_widget li {
        padding: 0 0 20px 0;
        border-bottom: 1px solid #eee;
        margin-bottom: 20px;
      }

      .woocommerce ul.cart_list li:last-child,
      .woocommerce ul.product_list_widget li:last-child {
        border: 0;
        margin-bottom: 0;
      }

      .woocommerce ul.cart_list li,
      .woocommerce ul.product_list_widget li .amount {
        font-family: "Afacad", sans-serif;
        color: var(--primary);
        font-size: 16px;
        font-weight: 500;
      }

      .woocommerce .widget_shopping_cart .total strong,
      .woocommerce.widget_shopping_cart .total strong {
        margin-right: 10px;
      }

      .woocommerce-mini-cart__buttons.buttons {
        justify-content: center;
      }

      .woocommerce .widget_shopping_cart .buttons a,
      .woocommerce.widget_shopping_cart .buttons a {
        font-size: 16px;
        padding: 12px 30px;
        line-height: 24px;
        display: inline-flex;
        border-radius: var(--bs-border-radius);
        font-weight: 500;
        position: relative;
        text-transform: capitalize;
        font-family: "Figtree", sans-serif;
        align-items: center;
        overflow: hidden;
        z-index: 1;
        text-align: center;
        -webkit-transition: all 0.2s;
        -ms-transition: all 0.2s;
        transition: all 0.2s;
        text-decoration: none;
        vertical-align: middle;
        justify-content: center;
        border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
      }

      .woocommerce .widget_shopping_cart .buttons a:after,
      .woocommerce.widget_shopping_cart .buttons a:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        opacity: 0.8;
        -webkit-transform: translate(-105%, 0);
        transform: translate(-105%, 0);
        border-right-width: 2px;
        border-right-style: solid;
        border-right-color: white;
        background-color: rgba(255, 255, 255, 0.5);
      }

      .woocommerce .widget_shopping_cart .buttons a:hover,
      .woocommerce.widget_shopping_cart .buttons a:hover {
        box-shadow: none;
        text-decoration: none;
      }

      .woocommerce .widget_shopping_cart .buttons a:hover:after,
      .woocommerce.widget_shopping_cart .buttons a:hover:after {
        opacity: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
      }

      .woocommerce .widget_shopping_cart .buttons a,
      .woocommerce.widget_shopping_cart .buttons a {
        color: #fff;
        background-color: var(--secondary);
        border-color: var(--secondary);
      }

      .woocommerce .widget_shopping_cart .buttons a:hover,
      .woocommerce.widget_shopping_cart .buttons a:hover {
        color: #fff;
        background-color: #1f2025;
        border-color: #1f2025;
      }

      .woocommerce .widget_shopping_cart .buttons a,
      .woocommerce.widget_shopping_cart .buttons a {
        padding: 10px 15px;
      }

      .woocommerce .widget_shopping_cart .total,
      .woocommerce.widget_shopping_cart .total {
        padding: 10px 0;
        display: flex;
        justify-content: space-between;
        font-family: "Afacad", sans-serif;
        font-size: 18px;
      }

      .widget_shopping_cart_content p strong {
        margin-right: 10px;
        color: var(--title);
      }

      .widget_shopping_cart_content p .amount {
        color: var(--title);
        font-weight: 600;
      }

      .woocommerce .widget_price_filter .price_slider_amount .button {
        background: var(--primary);
        border-radius: 0;
        text-transform: uppercase;
        font-weight: 600;
        width: auto;
      }

      .woocommerce .widget_rating_filter ul li {
        position: relative;
      }

      .woocommerce .woocommerce.widget_price_filter .ui-slider .ui-slider-range {
        background-color: var(--primary) !important;
      }

      .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
        border: 2px solid #000;
      }

      .woocommerce .widget_price_filter .price_slider_amount .price_label {
        font-weight: 700;
        color: #000;
      }

      .wc-block-components-price-slider__controls {
        width: 100%;
        flex-wrap: wrap;
        margin-bottom: 0 !important;
      }

      .wc-block-components-price-slider__controls .wc-block-components-price-slider__range-input-wrapper {
        order: 1;
        width: 100%;
        margin: 5px 0;
      }

      .wc-block-components-price-slider__controls .wc-block-components-price-slider__range-input-wrapper .wc-block-components-price-slider__range-input-progress {
        background: #D7D7D7;
      }

      .widget_product_categories ul li {
        border: 0;
        color: inherit;
        font-family: inherit;
        text-align: right;
        display: table;
        width: 100%;
        padding: 0.5rem 0rem 0.5rem 1.25rem !important;
        line-height: 1.3 !important;
      }

      .widget_product_categories ul li a {
        color: inherit;
        float: left;
        text-transform: capitalize;
        text-align: left;
        position: relative;
        -webkit-transition: all 0.8s;
        -ms-transition: all 0.8s;
        transition: all 0.8s;
      }

      .widget_product_categories ul li a:after {
        content: "\f101";
        font-family: "Font Awesome 5 Free";
        position: absolute;
        display: block;
        left: -1.25rem;
        top: 0.063rem;
        font-size: 14px;
        font-weight: 900;
      }

      .widget_product_categories ul li a:hover {
        color: var(--primary);
        transform: translateX(10px);
      }

      .widget_product_categories ul li ul {
        margin-bottom: -0.625rem;
      }

      .widget_product_categories ul ul {
        padding-left: 1.125rem;
        margin-top: 0.5rem;
        margin-left: -0.9375rem;
      }

      .woocommerce div.product p.price del {
        color: var(--secondary);
        font-size: 16px;
        font-weight: 400;
      }

      .shop-card .yith-wcwl-add-to-wishlist,
      .shop-card .yith-add-to-wishlist-button-block,
      .shop-card .woocommerce-wishlist {
        position: unset;
        margin: 0;
      }

      .shop-card .yith-wcwl-add-to-wishlist i,
      .shop-card .yith-add-to-wishlist-button-block i,
      .shop-card .woocommerce-wishlist i {
        font-size: 18px;
      }

      @media only screen and (max-width: 575px) {

        .shop-card .yith-wcwl-add-to-wishlist i,
        .shop-card .yith-add-to-wishlist-button-block i,
        .shop-card .woocommerce-wishlist i {
          font-size: 14px;
          display: flex;
        }
      }

      .shop-card .yith-wcwl-add-to-wishlist .yith-wcwl-add-to-wishlist-button,
      .shop-card .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
      .shop-card .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
      .shop-card .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
      .shop-card .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button,
      .shop-card .yith-add-to-wishlist-button-block .yith-wcwl-wishlistaddedbrowse,
      .shop-card .yith-add-to-wishlist-button-block .yith-wcwl-wishlistexistsbrowse,
      .shop-card .yith-add-to-wishlist-button-block .yith-wcwl-add-button a,
      .shop-card .woocommerce-wishlist .yith-wcwl-add-to-wishlist-button,
      .shop-card .woocommerce-wishlist .yith-wcwl-wishlistaddedbrowse,
      .shop-card .woocommerce-wishlist .yith-wcwl-wishlistexistsbrowse,
      .shop-card .woocommerce-wishlist .yith-wcwl-add-button a {
        cursor: pointer;
        text-align: center;
        font-size: 0 !important;
        padding: 7px 7px !important;
        min-width: 30px;
        display: block;
        border-radius: 0;
        border: 0;
        background: rgba(0, 0, 0, 0.3);
        font-weight: 400;
        line-height: normal;
        width: 45px;
        height: 45px;
        display: flex;
        border-radius: 45px;
        align-items: center;
        justify-content: center;
        color: #fff;
      }

      .shop-card .yith-wcwl-add-to-wishlist .yith-wcwl-add-to-wishlist-button .yith-wcwl-add-to-wishlist-button__label,
      .shop-card .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .yith-wcwl-add-to-wishlist-button__label,
      .shop-card .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .yith-wcwl-add-to-wishlist-button__label,
      .shop-card .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a .yith-wcwl-add-to-wishlist-button__label,
      .shop-card .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button .yith-wcwl-add-to-wishlist-button__label,
      .shop-card .yith-add-to-wishlist-button-block .yith-wcwl-wishlistaddedbrowse .yith-wcwl-add-to-wishlist-button__label,
      .shop-card .yith-add-to-wishlist-button-block .yith-wcwl-wishlistexistsbrowse .yith-wcwl-add-to-wishlist-button__label,
      .shop-card .yith-add-to-wishlist-button-block .yith-wcwl-add-button a .yith-wcwl-add-to-wishlist-button__label,
      .shop-card .woocommerce-wishlist .yith-wcwl-add-to-wishlist-button .yith-wcwl-add-to-wishlist-button__label,
      .shop-card .woocommerce-wishlist .yith-wcwl-wishlistaddedbrowse .yith-wcwl-add-to-wishlist-button__label,
      .shop-card .woocommerce-wishlist .yith-wcwl-wishlistexistsbrowse .yith-wcwl-add-to-wishlist-button__label,
      .shop-card .woocommerce-wishlist .yith-wcwl-add-button a .yith-wcwl-add-to-wishlist-button__label {
        display: none;
      }

      .shop-card .yith-wcwl-add-to-wishlist .yith-wcwl-add-to-wishlist-button .fa-heart-o:before,
      .shop-card .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .fa-heart-o:before,
      .shop-card .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .fa-heart-o:before,
      .shop-card .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a .fa-heart-o:before,
      .shop-card .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button .fa-heart-o:before,
      .shop-card .yith-add-to-wishlist-button-block .yith-wcwl-wishlistaddedbrowse .fa-heart-o:before,
      .shop-card .yith-add-to-wishlist-button-block .yith-wcwl-wishlistexistsbrowse .fa-heart-o:before,
      .shop-card .yith-add-to-wishlist-button-block .yith-wcwl-add-button a .fa-heart-o:before,
      .shop-card .woocommerce-wishlist .yith-wcwl-add-to-wishlist-button .fa-heart-o:before,
      .shop-card .woocommerce-wishlist .yith-wcwl-wishlistaddedbrowse .fa-heart-o:before,
      .shop-card .woocommerce-wishlist .yith-wcwl-wishlistexistsbrowse .fa-heart-o:before,
      .shop-card .woocommerce-wishlist .yith-wcwl-add-button a .fa-heart-o:before {
        content: "\f17d";
        font-family: flaticon_travlla;
        font-weight: 400;
      }

      @media only screen and (max-width: 575px) {

        .shop-card .yith-wcwl-add-to-wishlist .yith-wcwl-add-to-wishlist-button,
        .shop-card .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
        .shop-card .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
        .shop-card .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
        .shop-card .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button,
        .shop-card .yith-add-to-wishlist-button-block .yith-wcwl-wishlistaddedbrowse,
        .shop-card .yith-add-to-wishlist-button-block .yith-wcwl-wishlistexistsbrowse,
        .shop-card .yith-add-to-wishlist-button-block .yith-wcwl-add-button a,
        .shop-card .woocommerce-wishlist .yith-wcwl-add-to-wishlist-button,
        .shop-card .woocommerce-wishlist .yith-wcwl-wishlistaddedbrowse,
        .shop-card .woocommerce-wishlist .yith-wcwl-wishlistexistsbrowse,
        .shop-card .woocommerce-wishlist .yith-wcwl-add-button a {
          height: 32px;
          min-width: 32px;
          width: 32px;
          font-size: 16px;
        }
      }

      .shop-card .yith-wcwl-add-to-wishlist .yith-wcwl-add-to-wishlist-button,
      .shop-card .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
      .shop-card .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
      .shop-card .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
      .shop-card .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button,
      .shop-card .yith-add-to-wishlist-button-block .yith-wcwl-wishlistaddedbrowse,
      .shop-card .yith-add-to-wishlist-button-block .yith-wcwl-wishlistexistsbrowse,
      .shop-card .yith-add-to-wishlist-button-block .yith-wcwl-add-button a,
      .shop-card .woocommerce-wishlist .yith-wcwl-add-to-wishlist-button,
      .shop-card .woocommerce-wishlist .yith-wcwl-wishlistaddedbrowse,
      .shop-card .woocommerce-wishlist .yith-wcwl-wishlistexistsbrowse,
      .shop-card .woocommerce-wishlist .yith-wcwl-add-button a {
        position: relative;
      }

      .shop-card .yith-wcwl-add-to-wishlist .yith-wcwl-add-to-wishlist-button .yith-wcwl-icon-svg,
      .shop-card .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .yith-wcwl-icon-svg,
      .shop-card .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .yith-wcwl-icon-svg,
      .shop-card .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a .yith-wcwl-icon-svg,
      .shop-card .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button .yith-wcwl-icon-svg,
      .shop-card .yith-add-to-wishlist-button-block .yith-wcwl-wishlistaddedbrowse .yith-wcwl-icon-svg,
      .shop-card .yith-add-to-wishlist-button-block .yith-wcwl-wishlistexistsbrowse .yith-wcwl-icon-svg,
      .shop-card .yith-add-to-wishlist-button-block .yith-wcwl-add-button a .yith-wcwl-icon-svg,
      .shop-card .woocommerce-wishlist .yith-wcwl-add-to-wishlist-button .yith-wcwl-icon-svg,
      .shop-card .woocommerce-wishlist .yith-wcwl-wishlistaddedbrowse .yith-wcwl-icon-svg,
      .shop-card .woocommerce-wishlist .yith-wcwl-wishlistexistsbrowse .yith-wcwl-icon-svg,
      .shop-card .woocommerce-wishlist .yith-wcwl-add-button a .yith-wcwl-icon-svg {
        display: none;
      }

      .shop-card .yith-wcwl-add-to-wishlist .yith-wcwl-add-to-wishlist-button::before,
      .shop-card .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse::before,
      .shop-card .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse::before,
      .shop-card .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a::before,
      .shop-card .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button::before,
      .shop-card .yith-add-to-wishlist-button-block .yith-wcwl-wishlistaddedbrowse::before,
      .shop-card .yith-add-to-wishlist-button-block .yith-wcwl-wishlistexistsbrowse::before,
      .shop-card .yith-add-to-wishlist-button-block .yith-wcwl-add-button a::before,
      .shop-card .woocommerce-wishlist .yith-wcwl-add-to-wishlist-button::before,
      .shop-card .woocommerce-wishlist .yith-wcwl-wishlistaddedbrowse::before,
      .shop-card .woocommerce-wishlist .yith-wcwl-wishlistexistsbrowse::before,
      .shop-card .woocommerce-wishlist .yith-wcwl-add-button a::before {
        content: "\f004";
        font-family: "Font Awesome 6 Free";
        font-weight: 400;
        font-size: 18px;
      }

      .shop-card .yith-wcwl-add-to-wishlist .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--added::before,
      .shop-card .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.yith-wcwl-add-to-wishlist-button--added::before,
      .shop-card .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.yith-wcwl-add-to-wishlist-button--added::before,
      .shop-card .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.yith-wcwl-add-to-wishlist-button--added::before,
      .shop-card .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--added::before,
      .shop-card .yith-add-to-wishlist-button-block .yith-wcwl-wishlistaddedbrowse.yith-wcwl-add-to-wishlist-button--added::before,
      .shop-card .yith-add-to-wishlist-button-block .yith-wcwl-wishlistexistsbrowse.yith-wcwl-add-to-wishlist-button--added::before,
      .shop-card .yith-add-to-wishlist-button-block .yith-wcwl-add-button a.yith-wcwl-add-to-wishlist-button--added::before,
      .shop-card .woocommerce-wishlist .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--added::before,
      .shop-card .woocommerce-wishlist .yith-wcwl-wishlistaddedbrowse.yith-wcwl-add-to-wishlist-button--added::before,
      .shop-card .woocommerce-wishlist .yith-wcwl-wishlistexistsbrowse.yith-wcwl-add-to-wishlist-button--added::before,
      .shop-card .woocommerce-wishlist .yith-wcwl-add-button a.yith-wcwl-add-to-wishlist-button--added::before {
        font-weight: 900;
      }

      .shop-card .yith-wcwl-add-to-wishlist .yith-wcwl-add-to-wishlist-button--added,
      .shop-card .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
      .shop-card .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
      .shop-card .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button--added,
      .shop-card .yith-add-to-wishlist-button-block .yith-wcwl-wishlistexistsbrowse,
      .shop-card .yith-add-to-wishlist-button-block .yith-wcwl-wishlistaddedbrowse,
      .shop-card .woocommerce-wishlist .yith-wcwl-add-to-wishlist-button--added,
      .shop-card .woocommerce-wishlist .yith-wcwl-wishlistexistsbrowse,
      .shop-card .woocommerce-wishlist .yith-wcwl-wishlistaddedbrowse {
        background: #FF4E4E;
        color: #fff;
      }

      .shop-card .yith-wcwl-add-to-wishlist .yith-wcwl-add-to-wishlist-button--added .fa-heart-o:before,
      .shop-card .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .fa-heart-o:before,
      .shop-card .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .fa-heart-o:before,
      .shop-card .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button--added .fa-heart-o:before,
      .shop-card .yith-add-to-wishlist-button-block .yith-wcwl-wishlistexistsbrowse .fa-heart-o:before,
      .shop-card .yith-add-to-wishlist-button-block .yith-wcwl-wishlistaddedbrowse .fa-heart-o:before,
      .shop-card .woocommerce-wishlist .yith-wcwl-add-to-wishlist-button--added .fa-heart-o:before,
      .shop-card .woocommerce-wishlist .yith-wcwl-wishlistexistsbrowse .fa-heart-o:before,
      .shop-card .woocommerce-wishlist .yith-wcwl-wishlistaddedbrowse .fa-heart-o:before {
        content: "\f17e";
      }

      .shop-card .yith-wcwl-add-to-wishlist a,
      .shop-card .yith-add-to-wishlist-button-block a,
      .shop-card .woocommerce-wishlist a {
        color: inherit;
      }

      #yith-quick-view-modal .yith-wcqv-wrapper {
        position: static;
      }

      .woocommerce div.product .price ins {
        margin-bottom: 0;
        text-decoration: none;
      }

      .woocommerce-product-details__short-description {
        margin-bottom: 20px;
        display: block;
        clear: both;
      }

      .product_meta {
        color: var(--title);
        margin-bottom: 20px;
        font-weight: 500;
      }

      .product_meta a {
        margin: 0 0px 0 4px;
        font-weight: 500;
      }

      .woocommerce-review-link {
        color: inherit;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.5;
        padding: 0;
        display: block;
      }

      .woocommerce div.product .woocommerce-product-rating {
        margin: 0 0 20px;
      }

      .woocommerce div.product .woocommerce-product-rating .star-rating {
        float: none;
      }

      @media only screen and (max-width: 575px) {
        .woocommerce div.product .woocommerce-product-rating {
          display: block;
          float: left;
          margin: 0 0 10px;
        }
      }

      .price-rating-area {
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
        border: 1px solid #eee;
        border-width: 1px 0 1px 0;
        align-items: center;
        margin-bottom: 20px;
      }

      .price-rating-area .main-price {
        margin-bottom: 0;
      }

      .price-rating-area .star-rating {
        margin: 0;
        float: right;
        position: relative !important;
      }

      .woocommerce .woocommerce-product-rating .star-rating {
        margin: 0;
        display: inline-block;
      }

      @media only screen and (max-width: 575px) {
        .woocommerce .woocommerce-product-rating .star-rating {
          float: left;
          position: relative;
        }
      }

      .woocommerce div.product form.cart .variations label {
        font-weight: 700;
        color: var(--title);
        margin: 0;
        font-family: "Afacad", sans-serif;
        font-size: 16px;
      }

      .cart .quantity input.input-text {
        font-size: 18px;
        height: 50px !important;
        border-radius: var(--border-radius-base) !important;
        text-align: left;
        padding: 0 20px;
      }

      .woocommerce .variable-items-wrapper .variable-item {
        border-radius: 0;
      }

      .woocommerce .variable-items-wrapper .variable-item:not(.radio-variable-item) {
        color: #fff;
        font-size: 14px;
        box-shadow: none;
        padding: 0px;
        box-shadow: none;
        margin: 0 16px 0 0;
      }

      .woocommerce .variable-items-wrapper.color-variable-items-wrapper li {
        box-shadow: none !important;
        background-color: transparent;
        border: 0 !important;
      }

      .woocommerce .variable-items-wrapper.color-variable-items-wrapper li.selected:after {
        content: "";
        width: 28px;
        height: 28px;
        position: absolute;
        background: transparent;
        border-radius: 15px;
        border: 1px solid #24262b;
        opacity: 0.2;
      }

      .woocommerce .variable-items-wrapper.color-variable-items-wrapper li.disabled {
        overflow: unset !important;
      }

      .woocommerce .variable-items-wrapper.color-variable-items-wrapper li.disabled:after {
        content: "";
        border-style: dashed;
        width: 22px;
        height: 22px;
        position: absolute;
        background: transparent;
        border-radius: 15px;
        border: 1px dashed var(--border-color);
        opacity: 1;
      }

      .woocommerce .variable-items-wrapper.color-variable-items-wrapper li .variable-item-contents:after {
        content: none !important;
      }

      .woocommerce .variable-items-wrapper.color-variable-items-wrapper li .variable-item-contents .variable-item-span-color {
        border-radius: 20px;
      }

      .woocommerce .variable-items-wrapper .dz-variations .woo-variation-items-wrapper {
        display: flex;
      }

      .woocommerce .variable-items-wrapper .dz-variations .woo-variation-items-wrapper .reset_variations {
        display: inline-block;
        width: 16px;
        font-size: 14px;
        line-height: 16px;
        background: var(--light);
        text-align: center;
      }

      .woocommerce div.product form.cart .group_table {
        margin-bottom: 30px;
        width: 100%;
      }

      .woocommerce div.product form.cart .group_table tr td.woocommerce-grouped-product-list-item__label,
      .woocommerce div.product form.cart .group_table tr td {
        padding: 10px;
        vertical-align: middle;
        border-bottom: 1px solid var(--light);
      }

      @media only screen and (max-width: 991px) {

        .woocommerce div.product form.cart .group_table tr td.woocommerce-grouped-product-list-item__label,
        .woocommerce div.product form.cart .group_table tr td {
          padding: 7px;
        }
      }

      .woocommerce div.product form.cart .group_table tr td.woocommerce-grouped-product-list-item__label:last-child,
      .woocommerce div.product form.cart .group_table tr td:last-child {
        padding-right: 0;
      }

      .woocommerce div.product form.cart .group_table tr td.woocommerce-grouped-product-list-item__label:first-child,
      .woocommerce div.product form.cart .group_table tr td:first-child {
        padding-left: 0;
      }

      .woocommerce div.product form.cart .group_table tr td.woocommerce-grouped-product-list-item__label label a,
      .woocommerce div.product form.cart .group_table tr td label a {
        color: var(--title);
        font-family: "Afacad", sans-serif;
        font-size: 18px;
        line-height: 1.3;
        display: inline-block;
      }

      @media only screen and (max-width: 991px) {

        .woocommerce div.product form.cart .group_table tr td.woocommerce-grouped-product-list-item__label label a,
        .woocommerce div.product form.cart .group_table tr td label a {
          font-size: 16px;
        }
      }

      @media only screen and (max-width: 767px) {

        .woocommerce div.product form.cart .group_table tr td.woocommerce-grouped-product-list-item__label label a,
        .woocommerce div.product form.cart .group_table tr td label a {
          font-size: 14px;
        }
      }

      .woocommerce div.product form.cart .group_table tr .woocommerce-grouped-product-list-item__price {
        font-family: "Afacad", sans-serif;
        color: var(--title);
        font-size: 18px;
        font-weight: 500;
      }

      @media only screen and (max-width: 991px) {
        .woocommerce div.product form.cart .group_table tr .woocommerce-grouped-product-list-item__price {
          font-size: 16px;
        }
      }

      @media only screen and (max-width: 767px) {
        .woocommerce div.product form.cart .group_table tr .woocommerce-grouped-product-list-item__price {
          font-size: 14px;
        }
      }

      .woocommerce div.product form.cart .group_table tr .woocommerce-grouped-product-list-item__price del {
        font-size: 80%;
      }

      .woocommerce div.product form.cart .group_table tr .woocommerce-grouped-product-list-item__price ins {
        text-decoration: none;
      }

      .woocommerce div.product form.cart .group_table td:first-child {
        min-width: 4em;
      }

      .dz-variations {
        display: inline-flex;
        gap: 15px 30px;
        flex-wrap: wrap;
      }

      .dz-variations>div {
        min-width: 170px;
      }

      .dz-variations .woo-variation-items-wrapper {
        display: flex;
        gap: 16px;
        min-height: 35px;
        align-items: center;
      }

      .dz-variations .woo-variation-items-wrapper .reset_variations {
        display: inline-block;
        background: #F3F3F3;
        color: #000;
        font-size: 15px !important;
        padding: 10px 10px;
        border-radius: 2px;
        height: 34px;
        line-height: 1;
        margin-bottom: 5px;
      }

      .dz-variations .woo-variation-items-wrapper .reset_variations:hover {
        background: var(--bs-danger);
        color: #fff;
      }

      .dz-variations .color-variable-items-wrapper li {
        width: 16px !important;
        height: 16px !important;
      }

      .dz-variations .image-variable-items-wrapper .variable-item:not(.radio-variable-item) {
        width: 50px !important;
        height: 50px !important;
        border: 1px solid var(--border-color);
        box-shadow: none !important;
      }

      .dz-variations .image-variable-items-wrapper .variable-item:not(.radio-variable-item):hover,
      .dz-variations .image-variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
        border: 1px solid var(--border-color);
        box-shadow: none;
      }

      .dz-variations .image-variable-items-wrapper .variable-item:not(.radio-variable-item).selected .variable-item-contents {
        background-color: rgba(0, 0, 0, 0.5);
        background-size: 40%;
      }

      .dz-variations .image-variable-items-wrapper .variable-item:not(.radio-variable-item).disabled {
        border: 1px dashed var(--border-color);
      }

      .dz-variations .quantity {
        float: none !important;
      }

      .dz-variations .button-variable-items-wrapper .variable-item:not(.radio-variable-item) {
        margin: 0 10px 0 0;
        height: auto;
        border: 0;
      }

      .dz-variations .button-variable-items-wrapper .variable-item:not(.radio-variable-item) .variable-item-contents {
        display: block;
        line-height: 1;
        height: auto;
        width: auto;
      }

      .dz-variations .button-variable-items-wrapper .variable-item:not(.radio-variable-item) .variable-item-contents span {
        padding: 7px 10px !important;
        height: 34px;
        line-height: 34px;
        font-size: 15px;
        font-weight: 400;
        background: #fff;
        border: 1px solid var(--border-color);
        color: var(--title);
      }

      .dz-variations .button-variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
        box-shadow: none;
      }

      .dz-variations .button-variable-items-wrapper .variable-item:not(.radio-variable-item).selected .variable-item-contents span {
        background-color: var(--secondary);
        color: white;
        border: 1px solid var(--secondary);
      }

      .dz-variations .button-variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents span,
      .dz-variations .button-variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents span {
        border-style: dashed;
        color: #999;
      }

      .bg-light .dz-product-detail {
        --bs-btn-bg: #fff;
        --light: #fff;
      }

      .bg-light .dz-product-detail .dz_product_single_button .compare,
      .bg-light .dz-product-detail .dz_product_single_button .yith-wcwl-wishlistaddedbrowse,
      .bg-light .dz-product-detail .dz_product_single_button .yith-wcwl-wishlistexistsbrowse,
      .bg-light .dz-product-detail .dz_product_single_button .yith-wcwl-add-button a {
        --bs-btn-bg: #fff;
      }

      .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents:before,
      .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents:before {
        content: none;
      }

      .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents {
        opacity: 1;
      }

      .woocommerce .button-variable-item span {
        font-size: 13px;
        font-weight: 600;
      }

      .woocommerce-variation-add-to-cart .btn {
        text-transform: uppercase;
      }

      .woocommerce.woo-variation-swatches .variable-items-wrapper {
        margin-bottom: 5px !important;
      }

      .woocommerce div.product form.cart {
        margin-bottom: 1rem;
        margin-top: 1rem;
      }

      .product-description .elementor-container,
      .product-description .container {
        width: 100%;
        max-width: 100% !important;
      }

      .product-description .shop_attributes {
        margin-bottom: 0;
      }

      .product-description .shop_attributes .woocommerce-product-attributes-item__label {
        font-family: "Afacad", sans-serif;
        color: var(--title);
        font-size: 18px;
      }

      @media only screen and (max-width: 991px) {
        .product-description .shop_attributes .woocommerce-product-attributes-item__label {
          font-size: 16px;
        }
      }

      .product-description .shop_attributes .woocommerce-product-attributes-item__value {
        font-style: normal;
        color: var(--title);
        font-size: 18px;
      }

      .product-description .shop_attributes .woocommerce-product-attributes-item__value p {
        padding: 0;
      }

      @media only screen and (max-width: 991px) {
        .product-description .shop_attributes .woocommerce-product-attributes-item__value {
          font-size: 16px;
        }
      }

      @media only screen and (max-width: 575px) {
        .product-description .shop_attributes .woocommerce-product-attributes-item__value {
          font-size: 14px;
        }
      }

      .product-description .shop_attributes th,
      .product-description .shop_attributes td {
        border-color: var(--light);
        padding: 10px 0 !important;
      }

      .product-description .shop_attributes th {
        width: 25% !important;
      }

      @media only screen and (max-width: 575px) {
        .product-description .shop_attributes th {
          width: 30%;
        }
      }

      .product-description .shop_attributes tr:nth-child(even) td,
      .product-description .shop_attributes tr:nth-child(even) th {
        background-color: transparent !important;
      }

      .product-description .tab-content img {
        border-radius: 10px;
        margin-top: 0;
        margin-bottom: 0;
      }

      .woocommerce table.shop_attributes {
        margin-bottom: 0;
      }

      .wishlist_table .product-stock-status span.wishlist-in-stock {
        color: var(--primary);
      }

      #tab-reviews,
      #tab-description {
        background: transparent !important;
        margin-top: 0px;
        padding: 0;
        border: 0;
      }

      .woocommerce div.product .woocommerce-tabs .panel {
        padding: 0;
        background: transparent;
      }

      .woocommerce div.product .woocommerce-tabs ul.tabs {
        padding: 0px !important;
        margin: 0px 0px 30px !important;
        border: none !important;
        border-bottom: 1px solid #eee !important;
        overflow: unset;
      }

      .woocommerce div.product .woocommerce-tabs ul.tabs li {
        margin-bottom: 0;
        background: transparent !important;
        border: 0;
      }

      .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        color: var(--title);
        border: 0;
        margin: 0;
        padding: 10px 20px;
        position: relative;
        background: transparent;
      }

      .woocommerce div.product .woocommerce-tabs ul.tabs li a:before {
        content: "";
        bottom: 0;
        background: var(--primary);
        top: auto;
        width: 0;
        -webkit-transition: all 0.8s;
        -ms-transition: all 0.8s;
        transition: all 0.8s;
        opacity: 1;
      }

      .woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,
      .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
        background: transparent;
        color: var(--primary);
      }

      .woocommerce div.product .woocommerce-tabs ul.tabs li:hover a:before,
      .woocommerce div.product .woocommerce-tabs ul.tabs li.active a:before {
        width: 100%;
        opacity: 1;
      }

      .woocommerce #review_form #respond p {
        width: 100%;
      }

      .woocommerce #review_form #respond p {
        margin: 0px 0px 20px !important;
        display: inline-block;
      }

      #review_form {
        padding: 30px;
        border: 1px solid #eee;
        border-radius: var(--border-radius-base);
        margin: 30px 0;
      }

      @media only screen and (max-width: 767px) {
        #review_form {
          padding: 20px;
        }
      }

      #review_form .comment-form-rating {
        margin-bottom: 0;
        display: block;
        width: 100%;
        padding: 0 10px;
      }

      #review_form .comment-form-rating p {
        display: inline-block !important;
        width: auto !important;
        top: 5px;
        position: relative;
      }

      #review_form .comment-respond .comment-form p label {
        display: inline-block;
        margin-bottom: 0;
      }

      #review_form #respond .comment-form-email,
      #review_form #respond .comment-form-author {
        width: 50% !important;
      }

      @media only screen and (max-width: 575px) {

        #review_form #respond .comment-form-email,
        #review_form #respond .comment-form-author {
          width: 100% !important;
        }
      }

      .coupon-error-notice {
        align-items: stretch;
        background-color: #fff;
        border: 1px solid;
        border-radius: 4px;
        box-sizing: border-box;
        color: #2f2f2f;
        display: flex;
        font-size: 0.875em;
        font-weight: 400;
        gap: 12px;
        line-height: 1.5;
        margin: 16px 0;
        padding: 16px !important;
        background-color: #fff0f0;
        border-color: #cc1818;
        position: absolute;
        bottom: -100px;
        left: 0;
        width: 100%;
      }

      @media only screen and (max-width: 767px) {
        .coupon-error-notice {
          bottom: -160px;
        }
      }

      @media only screen and (max-width: 575px) {
        .coupon-error-notice {
          padding: 12px !important;
        }
      }

      .woocommerce #review_form #respond .comment-form-cookies-consent {
        display: flex;
      }

      .woocommerce #review_form #respond .comment-form-cookies-consent input {
        margin-right: 10px;
      }

      .woocommerce #review_form #respond input[type=text],
      .woocommerce #review_form #respond textarea,
      .woocommerce #review_form #respond input[type=email] {
        height: 50px;
        border: 0;
        padding: 10px 20px;
        font-size: 15px;
        font-weight: 400;
        color: #24262B;
        transition: all 0.3s ease-in-out;
        background: #fff;
        border-radius: var(--bs-border-radius);
        display: block;
        width: 100%;
        line-height: 1.6;
        background-clip: padding-box;
        border: var(--bs-border-width) solid var(--bs-border-color);
        appearance: none;
        border: 0;
        color: #000;
        border: 1px solid #000;
      }

      .woocommerce #review_form #respond input[type=text]:focus,
      .woocommerce #review_form #respond textarea:focus,
      .woocommerce #review_form #respond input[type=email]:focus {
        box-shadow: 0 0 0 0.25rem var(--rgba-primary-3);
      }

      .woocommerce #review_form #respond .form-submit input {
        font-size: 16px;
        padding: 12px 30px;
        line-height: 24px;
        display: inline-flex;
        border-radius: var(--bs-border-radius);
        font-weight: 500;
        position: relative;
        text-transform: capitalize;
        font-family: "Figtree", sans-serif;
        align-items: center;
        overflow: hidden;
        z-index: 1;
        text-align: center;
        -webkit-transition: all 0.2s;
        -ms-transition: all 0.2s;
        transition: all 0.2s;
        text-decoration: none;
        vertical-align: middle;
        justify-content: center;
        border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
      }

      .woocommerce #review_form #respond .form-submit input:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        opacity: 0.8;
        -webkit-transform: translate(-105%, 0);
        transform: translate(-105%, 0);
        border-right-width: 2px;
        border-right-style: solid;
        border-right-color: white;
        background-color: rgba(255, 255, 255, 0.5);
      }

      .woocommerce #review_form #respond .form-submit input:hover {
        box-shadow: none;
        text-decoration: none;
      }

      .woocommerce #review_form #respond .form-submit input:hover:after {
        opacity: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
      }

      .woocommerce #review_form #respond .form-submit input {
        color: #fff;
        background-color: var(--secondary);
        border-color: var(--secondary);
      }

      .woocommerce #review_form #respond .form-submit input:hover {
        color: #fff;
        background-color: #1f2025;
        border-color: #1f2025;
      }

      .woocommerce #reviews #comments ol.commentlist {
        padding: 0;
      }

      .woocommerce #reviews #comments ol.commentlist li {
        margin-bottom: 0;
      }

      .woocommerce #reviews #comments ol.commentlist li img.avatar {
        width: 80px;
        border: 0;
        padding: 0;
        border-radius: var(--border-radius-base);
      }

      .woocommerce #reviews #comments ol.commentlist li cite {
        font-size: 1rem;
        font-family: "Afacad", sans-serif;
        color: var(--title);
        font-weight: 600;
        font-style: normal;
      }

      .woocommerce #reviews #comments ol.commentlist li time {
        font-size: 13px;
      }

      .woocommerce #reviews #comments ol.commentlist li .comment_container {
        padding-left: 105px;
        min-height: 105px;
        border-bottom: 1px solid var(--light);
        margin-bottom: 30px;
        padding-bottom: 30px;
      }

      .woocommerce #reviews #comments ol.commentlist li .comment-text {
        margin: 0 0 0 95px;
        padding: 0;
        border: 0;
        border-radius: 0;
      }

      .woocommerce #reviews #comments ol.commentlist li .comment-text p {
        font-size: 16px;
        font-weight: 400;
      }

      .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
        color: var(--primary);
        font-weight: 500;
      }

      .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
        color: var(--title);
        font-size: 20px;
        display: block;
        font-family: "Afacad", sans-serif;
        text-transform: uppercase;
        line-height: 1.2;
        font-weight: 600;
        margin-bottom: 5px;
      }

      .woocommerce .star-rating {
        font-size: 14px;
        color: var(--primary);
        width: 5.75em;
        display: inline-block;
        float: none;
      }

      .woocommerce .star-rating:before {
        color: #000;
        content: "\f163\f163\f163\f163\f163";
        font-family: flaticon_travlla !important;
        top: 0;
        position: absolute;
        left: 0;
        font-weight: normal;
        letter-spacing: 3px;
        opacity: 0.2;
      }

      .woocommerce .star-rating span {
        font-size: inherit;
        color: var(--primary);
      }

      .woocommerce .star-rating span:before {
        color: #FF8A00;
        content: "\f163\f163\f163\f163\f163";
        font-family: flaticon_travlla !important;
        left: 0;
        font-weight: normal;
        letter-spacing: 3px;
      }

      .woocommerce #reviews #comments h2,
      #tab-description h2,
      .woocommerce div.product .woocommerce-tabs .panel h2 {
        font-family: "Afacad", sans-serif;
        color: var(--title);
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 15px;
      }

      .woocommerce-cart-form {
        overflow: unset;
        margin-bottom: 15px;
      }

      @media only screen and (max-width: 1199px) {
        .woocommerce-cart-form {
          margin-bottom: 75px;
        }
      }

      .woocommerce-cart-form .table {
        font-size: 14px;
        font-weight: 500;
      }

      .woocommerce-cart-form .table tr {
        vertical-align: middle;
      }

      .woocommerce-cart-form .table tr td.actions .coupon .input-text {
        height: 50px;
        border: 0;
        padding: 10px 20px;
        font-size: 15px;
        font-weight: 400;
        color: #24262B;
        transition: all 0.3s ease-in-out;
        background: #fff;
        border-radius: var(--bs-border-radius);
        display: block;
        width: 100%;
        line-height: 1.6;
        background-clip: padding-box;
        border: var(--bs-border-width) solid var(--bs-border-color);
        appearance: none;
        border: 0;
        color: #000;
        border: 1px solid #000;
      }

      .woocommerce-cart-form .table tr td.actions .coupon .input-text:focus {
        box-shadow: 0 0 0 0.25rem var(--rgba-primary-3);
      }

      .woocommerce-cart-form .table tr td.actions .coupon .input-text {
        height: 50px;
        width: 180px;
        display: inline-block;
        margin-right: 10px;
      }

      @media only screen and (max-width: 575px) {
        .woocommerce-cart-form .table tr td.actions .coupon .input-text {
          width: 140px;
        }
      }

      @media only screen and (max-width: 991px) {
        .woocommerce-cart-form .table tr td:last-child {
          margin-right: 15px;
        }
      }

      .woocommerce-cart-form .table tr th {
        font-weight: 700;
        font-size: 16px;
        font-family: "Afacad", sans-serif;
        border: 0;
      }

      @media only screen and (max-width: 575px) {
        .woocommerce-cart-form .table tr th {
          font-size: 14px;
        }
      }

      .woocommerce-cart-form .table tr th.product-thumbnail {
        width: 100px;
      }

      .woocommerce-cart-form .table tr th.product-remove {
        width: 40px;
      }

      .woocommerce-cart-form .table tr img {
        width: 80px;
        border-radius: 30px;
      }

      .woocommerce-cart-form .table tr .product-item-name {
        font-size: 18px;
        font-weight: 500;
        font-family: "Afacad", sans-serif;
      }

      .woocommerce-cart-form .table tr .product-item-name a {
        color: var(--secondary);
      }

      @media only screen and (max-width: 991px) {
        .woocommerce-cart-form .table tr .product-item-name {
          font-size: 15px;
        }
      }

      .woocommerce-cart-form .table tr .quantity input {
        height: 50px;
        border: 0;
        padding: 10px 20px;
        font-size: 15px;
        font-weight: 400;
        color: #24262B;
        transition: all 0.3s ease-in-out;
        background: #fff;
        border-radius: var(--bs-border-radius);
        display: block;
        width: 100%;
        line-height: 1.6;
        background-clip: padding-box;
        border: var(--bs-border-width) solid var(--bs-border-color);
        appearance: none;
        border: 0;
        color: #000;
        border: 1px solid #000;
      }

      .woocommerce-cart-form .table tr .quantity input:focus {
        box-shadow: 0 0 0 0.25rem var(--rgba-primary-3);
      }

      .woocommerce-cart-form .table tr .quantity input {
        height: 100%;
        width: 70px;
        padding: 0 10px 0 10px;
        text-align: center;
      }

      @media only screen and (max-width: 991px) {
        .woocommerce-cart-form .table tr .quantity {
          display: flex;
          justify-content: end;
          margin-right: 0;
        }
      }

      .woocommerce-cart-form .table tr .button {
        font-size: 16px;
        padding: 12px 30px;
        line-height: 24px;
        display: inline-flex;
        border-radius: var(--bs-border-radius);
        font-weight: 500;
        position: relative;
        text-transform: capitalize;
        font-family: "Figtree", sans-serif;
        align-items: center;
        overflow: hidden;
        z-index: 1;
        text-align: center;
        -webkit-transition: all 0.2s;
        -ms-transition: all 0.2s;
        transition: all 0.2s;
        text-decoration: none;
        vertical-align: middle;
        justify-content: center;
        border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
      }

      .woocommerce-cart-form .table tr .button:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        opacity: 0.8;
        -webkit-transform: translate(-105%, 0);
        transform: translate(-105%, 0);
        border-right-width: 2px;
        border-right-style: solid;
        border-right-color: white;
        background-color: rgba(255, 255, 255, 0.5);
      }

      .woocommerce-cart-form .table tr .button:hover {
        box-shadow: none;
        text-decoration: none;
      }

      .woocommerce-cart-form .table tr .button:hover:after {
        opacity: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
      }

      .woocommerce-cart-form .table tr .button {
        color: #fff;
        background-color: var(--secondary);
        border-color: var(--secondary);
      }

      .woocommerce-cart-form .table tr .button:hover {
        color: #fff;
        background-color: #1f2025;
        border-color: #1f2025;
      }

      .woocommerce-cart-form .table tr .button {
        padding: 14px 20px;
        font-size: 13px;
        text-transform: uppercase;
        color: #fff;
      }

      .woocommerce-cart-form .table tr .button:disabled {
        padding: 14px 20px;
      }

      .woocommerce-cart-form .product-name {
        font-size: 18px;
        font-weight: 500;
      }

      .woocommerce-cart-form .product-name a {
        color: var(--secondary);
      }

      .woocommerce .cart_totals h2 {
        font-family: "Afacad", sans-serif;
        font-size: 16px;
        color: var(--secondary);
        padding: 0;
        font-weight: 700;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding-bottom: 15px;
      }

      .woocommerce table.shop_table {
        font-size: 14px;
        border-radius: 0;
        border: 0;
        border-spacing: 0;
      }

      .woocommerce table.shop_table th {
        padding: 10px 15px;
        border: 0;
        font-family: "Afacad", sans-serif;
        color: var(--title);
        font-size: 16px;
        font-weight: 700;
        background-color: inherit;
      }

      .woocommerce table.shop_table th:first-child {
        padding-left: 0;
      }

      .woocommerce table.shop_table th:last-child {
        padding-right: 0;
      }

      .woocommerce table.shop_table td {
        padding: 10px 15px;
        border-color: rgba(0, 0, 0, 0.1);
        background-color: transparent;
      }

      .woocommerce table.shop_table td:first-child {
        padding-left: 0;
      }

      .woocommerce table.shop_table td:last-child {
        padding-right: 0;
      }

      .woocommerce table.shop_table td.product-price,
      .woocommerce table.shop_table td.product-subtotal,
      .woocommerce table.shop_table td ins,
      .woocommerce table.shop_table td del {
        font-family: var(--font-family-title);
        font-size: 18px;
        font-weight: 600;
        color: var(--secondary) !important;
      }

      .woocommerce table.shop_table td del {
        font-size: 85%;
        color: #6d6c6c !important;
      }

      .woocommerce table.shop_table td ins {
        text-decoration: none;
      }

      .woocommerce table.shop_table td.product-quantity:before {
        font-family: var(--font-family-title);
        font-size: 16px;
      }

      @media only screen and (max-width: 767px) {
        .woocommerce table.shop_table td.product-quantity {
          display: flex;
          justify-content: space-between;
          align-items: center;
        }

        .woocommerce table.shop_table td.product-quantity .btn-quantity {
          margin-right: 0;
        }
      }

      .woocommerce table.shop_table td.product-subtotal {
        color: var(--title);
      }

      @media only screen and (max-width: 767px) {

        .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
        .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
          background-color: rgba(0, 0, 0, 0);
        }
      }

      .processing .blockUI.blockOverlay {
        position: relative;
        background-size: 16px !important;
        background-color: rgba(0, 0, 0, 0.75) !important;
        opacity: 1 !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
      }

      .processing .blockUI.blockOverlay:before,
      .processing .blockUI.blockOverlay>* {
        display: none;
      }

      .dz-order-tracking {
        padding: 50px;
        max-width: 500px;
        border: 1px solid var(--light);
        margin-left: auto;
        margin-right: auto;
      }

      .cart_totals {
        color: var(--title);
        padding: 30px !important;
        border: 1px solid #000;
        border-radius: 30px;
      }

      @media only screen and (max-width: 767px) {
        .cart_totals {
          padding: 15px;
        }
      }

      .cart_totals .shipping-calculator-form {
        margin-top: 1rem;
      }

      .cart_totals .select2-selection {
        border: 1px solid #000 !important;
        background: #fff !important;
      }

      .cart_totals .select2-selection .select2-selection__rendered {
        padding: 0;
      }

      .cart_totals .input-text {
        border: 1px solid #000;
        background: #fff !important;
      }

      .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
        font-size: 16px;
        padding: 12px 30px;
        line-height: 24px;
        display: inline-flex;
        border-radius: var(--bs-border-radius);
        font-weight: 500;
        position: relative;
        text-transform: capitalize;
        font-family: "Figtree", sans-serif;
        align-items: center;
        overflow: hidden;
        z-index: 1;
        text-align: center;
        -webkit-transition: all 0.2s;
        -ms-transition: all 0.2s;
        transition: all 0.2s;
        text-decoration: none;
        vertical-align: middle;
        justify-content: center;
        border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
      }

      .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        opacity: 0.8;
        -webkit-transform: translate(-105%, 0);
        transform: translate(-105%, 0);
        border-right-width: 2px;
        border-right-style: solid;
        border-right-color: white;
        background-color: rgba(255, 255, 255, 0.5);
      }

      .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
        box-shadow: none;
        text-decoration: none;
      }

      .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover:after {
        opacity: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
      }

      .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
        color: #fff;
        background-color: var(--secondary);
        border-color: var(--secondary);
      }

      .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
        color: #fff;
        background-color: #1f2025;
        border-color: #1f2025;
      }

      .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
        width: 100%;
        text-transform: uppercase;
        text-align: center;
        padding: 13px 30px;
        display: block;
      }

      .woocommerce .woocommerce-checkout.checkout form .form-row textarea,
      .woocommerce .woocommerce-checkout.checkout form .form-row input[type=text],
      .woocommerce .woocommerce-checkout.checkout form .form-row input[type=email],
      .woocommerce .woocommerce-checkout.checkout form .form-row input[type=tel],
      .woocommerce .woocommerce-checkout.checkout form .form-row select,
      .woocommerce .woocommerce-checkout.checkout form .form-row input.input-text,
      .woocommerce .woocommerce-checkout.checkout form .form-row input {
        height: 50px;
        border: 0;
        padding: 10px 20px;
        font-size: 15px;
        font-weight: 400;
        color: #24262B;
        transition: all 0.3s ease-in-out;
        background: #fff;
        border-radius: var(--bs-border-radius);
        display: block;
        width: 100%;
        line-height: 1.6;
        background-clip: padding-box;
        border: var(--bs-border-width) solid var(--bs-border-color);
        appearance: none;
        border: 0;
        color: #000;
        border: 1px solid #000;
      }

      .woocommerce .woocommerce-checkout.checkout form .form-row textarea:focus,
      .woocommerce .woocommerce-checkout.checkout form .form-row input[type=text]:focus,
      .woocommerce .woocommerce-checkout.checkout form .form-row input[type=email]:focus,
      .woocommerce .woocommerce-checkout.checkout form .form-row input[type=tel]:focus,
      .woocommerce .woocommerce-checkout.checkout form .form-row select:focus,
      .woocommerce .woocommerce-checkout.checkout form .form-row input.input-text:focus,
      .woocommerce .woocommerce-checkout.checkout form .form-row input:focus {
        box-shadow: 0 0 0 0.25rem var(--rgba-primary-3);
      }

      .woocommerce .woocommerce-checkout.checkout form .form-row textarea,
      .woocommerce .woocommerce-checkout.checkout form .form-row input[type=text],
      .woocommerce .woocommerce-checkout.checkout form .form-row input[type=email],
      .woocommerce .woocommerce-checkout.checkout form .form-row input[type=tel],
      .woocommerce .woocommerce-checkout.checkout form .form-row select,
      .woocommerce .woocommerce-checkout.checkout form .form-row input.input-text,
      .woocommerce .woocommerce-checkout.checkout form .form-row input {
        height: 50px;
      }

      .woocommerce .woocommerce-checkout.checkout .col-2,
      .woocommerce .woocommerce-checkout.checkout .col-1 {
        padding-left: 15px;
        padding-right: 15px;
        width: 50%;
      }

      @media only screen and (max-width: 991px) {

        .woocommerce .woocommerce-checkout.checkout .col-2,
        .woocommerce .woocommerce-checkout.checkout .col-1 {
          width: 100%;
        }
      }

      .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
      .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: rgba(0, 0, 0, 0);
      }

      .woocommerce-EditAccountForm.edit-account input[type=text],
      .woocommerce-EditAccountForm.edit-account input[type=email],
      .woocommerce-EditAccountForm.edit-account input[type=password],
      .login input[type=text],
      .login input[type=password],
      .woocommerce-ResetPassword.lost_reset_password input[type=text],
      .checkout.woocommerce-checkout input[type=text],
      .checkout.woocommerce-checkout input[type=email],
      .checkout.woocommerce-checkout input[type=tel],
      .checkout.woocommerce-checkout .select2-choice,
      .checkout.woocommerce-checkout textarea,
      .woocommerce form .form-row input.input-text,
      .woocommerce form .form-row .select2-selection,
      .woocommerce form .form-row .select2-choice {
        height: 50px;
        border: 0;
        padding: 10px 20px;
        font-size: 15px;
        font-weight: 400;
        color: #24262B;
        transition: all 0.3s ease-in-out;
        background: #fff;
        border-radius: var(--bs-border-radius);
        display: block;
        width: 100%;
        line-height: 1.6;
        background-clip: padding-box;
        border: var(--bs-border-width) solid var(--bs-border-color);
        appearance: none;
        border: 0;
        color: #000;
        border: 1px solid #000;
      }

      .woocommerce-EditAccountForm.edit-account input[type=text]:focus,
      .woocommerce-EditAccountForm.edit-account input[type=email]:focus,
      .woocommerce-EditAccountForm.edit-account input[type=password]:focus,
      .login input[type=text]:focus,
      .login input[type=password]:focus,
      .woocommerce-ResetPassword.lost_reset_password input[type=text]:focus,
      .checkout.woocommerce-checkout input[type=text]:focus,
      .checkout.woocommerce-checkout input[type=email]:focus,
      .checkout.woocommerce-checkout input[type=tel]:focus,
      .checkout.woocommerce-checkout .select2-choice:focus,
      .checkout.woocommerce-checkout textarea:focus,
      .woocommerce form .form-row input.input-text:focus,
      .woocommerce form .form-row .select2-selection:focus,
      .woocommerce form .form-row .select2-choice:focus {
        box-shadow: 0 0 0 0.25rem var(--rgba-primary-3);
      }

      .woocommerce-EditAccountForm.edit-account input[type=text],
      .woocommerce-EditAccountForm.edit-account input[type=email],
      .woocommerce-EditAccountForm.edit-account input[type=password],
      .login input[type=text],
      .login input[type=password],
      .woocommerce-ResetPassword.lost_reset_password input[type=text],
      .checkout.woocommerce-checkout input[type=text],
      .checkout.woocommerce-checkout input[type=email],
      .checkout.woocommerce-checkout input[type=tel],
      .checkout.woocommerce-checkout .select2-choice,
      .checkout.woocommerce-checkout textarea,
      .woocommerce form .form-row input.input-text,
      .woocommerce form .form-row .select2-selection,
      .woocommerce form .form-row .select2-choice {
        height: 50px;
      }

      .woocommerce form .form-row-first,
      .woocommerce form .form-row-last,
      .woocommerce-page form .form-row-first,
      .woocommerce-page form .form-row-last {
        width: 48%;
      }

      #add_payment_method #payment,
      .woocommerce-cart #payment,
      .woocommerce-checkout #payment {
        border-radius: 30px;
      }

      @media only screen and (max-width: 767px) {

        #add_payment_method #payment,
        .woocommerce-cart #payment,
        .woocommerce-checkout #payment {
          border-radius: 15px;
        }
      }

      .wishlist_table .product-add-to-cart a {
        margin: 0 2px !important;
      }

      .wishlist_table .product-add-to-cart a.yith-wcqv-button {
        font-size: 0;
        padding: 6px 6px !important;
        width: 50px;
        display: flex !important;
        justify-content: center;
        align-items: center;
        height: 50px;
      }

      .wishlist_table .product-add-to-cart a.yith-wcqv-button:before {
        content: "\f06e";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 18px;
      }

      .lost_reset_password .button {
        display: block;
        width: 100%;
        text-align: center;
      }

      .woocommerce form .form-row label {
        font-family: var(--font-family-base);
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 2px;
      }

      .woocommerce .col2-set,
      .woocommerce-page .col2-set {
        width: auto;
        margin-left: -15px !important;
        margin-right: -15px !important;
        margin-bottom: 30px;
      }

      .woocommerce .woocommerce-customer-details .col2-set,
      .woocommerce-page .woocommerce-customer-details .col2-set {
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .woocommerce ul.order_details li {
        margin-bottom: 15px;
      }

      @media only screen and (max-width: 767px) {
        .woocommerce-customer-details .woocommerce-column--billing-address {
          margin-bottom: 20px;
        }
      }

      .woocommerce form .form-row {
        margin: 0 0 20px;
        padding: 0;
      }

      .woocommerce-additional-fields h3 {
        color: var(--title);
        font-family: "Afacad", sans-serif;
        font-size: 20px;
        font-weight: 600;
        line-height: 1.4em;
        margin: 0 0 20px;
        text-transform: uppercase;
      }

      .woocommerce #respond input#submit,
      .woocommerce a.button,
      .woocommerce button.button,
      .woocommerce input.button,
      .woocommerce #place_order {
        font-size: 16px;
        padding: 12px 30px;
        line-height: 24px;
        display: inline-flex;
        border-radius: var(--bs-border-radius);
        font-weight: 500;
        position: relative;
        text-transform: capitalize;
        font-family: "Figtree", sans-serif;
        align-items: center;
        overflow: hidden;
        z-index: 1;
        text-align: center;
        -webkit-transition: all 0.2s;
        -ms-transition: all 0.2s;
        transition: all 0.2s;
        text-decoration: none;
        vertical-align: middle;
        justify-content: center;
        border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
      }

      .woocommerce #respond input#submit:after,
      .woocommerce a.button:after,
      .woocommerce button.button:after,
      .woocommerce input.button:after,
      .woocommerce #place_order:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        opacity: 0.8;
        -webkit-transform: translate(-105%, 0);
        transform: translate(-105%, 0);
        border-right-width: 2px;
        border-right-style: solid;
        border-right-color: white;
        background-color: rgba(255, 255, 255, 0.5);
      }

      .woocommerce #respond input#submit:hover,
      .woocommerce a.button:hover,
      .woocommerce button.button:hover,
      .woocommerce input.button:hover,
      .woocommerce #place_order:hover {
        box-shadow: none;
        text-decoration: none;
      }

      .woocommerce #respond input#submit:hover:after,
      .woocommerce a.button:hover:after,
      .woocommerce button.button:hover:after,
      .woocommerce input.button:hover:after,
      .woocommerce #place_order:hover:after {
        opacity: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
      }

      .woocommerce #respond input#submit,
      .woocommerce a.button,
      .woocommerce button.button,
      .woocommerce input.button,
      .woocommerce #place_order {
        color: #fff;
        background-color: var(--secondary);
        border-color: var(--secondary);
      }

      .woocommerce #respond input#submit:hover,
      .woocommerce a.button:hover,
      .woocommerce button.button:hover,
      .woocommerce input.button:hover,
      .woocommerce #place_order:hover {
        color: #fff;
        background-color: #1f2025;
        border-color: #1f2025;
      }

      .woocommerce-form-coupon-toggle {
        display: none;
      }

      .payment_methods input+label {
        font-weight: 600;
        color: var(--title);
        padding-left: 30px;
        line-height: 1.2;
        position: relative;
      }

      .payment_methods input+label:after {
        content: "";
        width: 18px;
        height: 18px;
        border-radius: 18px;
        background: #fff;
        border: 2px solid var(--primary);
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transition: all 1s;
        -ms-transition: all 1s;
        transition: all 1s;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
      }

      .payment_methods input:checked+label:after {
        border-width: 2px;
        background: var(--primary);
        box-shadow: inset 0px 0 0px 3px #fff;
        border-color: var(--primary);
      }

      .woocommerce-checkout #payment div.payment_box::after {
        content: none;
      }

      .woocommerce form.woocommerce-form.checkout_coupon,
      .woocommerce-ResetPassword,
      .woocommerce form.woocommerce-form.login,
      .woocommerce form.woocommerce-form.register {
        border: 0;
        box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.15);
        padding: 30px;
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
      }

      .woocommerce-ResetPassword .form-row-first {
        width: 100% !important;
      }

      .woocommerce-Addresses .col-2,
      .woocommerce-Addresses .col-1 {
        padding-left: 15px;
        padding-right: 15px;
      }

      .product-details .product_meta>span {
        display: block;
      }

      .pswp {
        z-index: 9999;
      }

      .shop-item-rating .woocommerce-product-rating .count {
        margin-left: 2px;
        margin-right: 5px;
      }

      .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
        float: unset;
        margin-right: 0;
        display: block;
        margin-top: 10px;
      }

      .woocommerce-cart-form .button:disabled {
        color: #fff !important;
      }

      .minicart .widget_shopping_cart .total>span {
        margin-right: 5px;
        float: unset;
        display: block;
        text-align: right;
      }

      /* Extra css */
      .woocommerce .product-details .product form .woo-selected-variation-item-name {
        display: none !important;
      }

      .woocommerce .product-details .product form .reset_variations {
        display: none !important;
      }

      .woocommerce .product-details .product form.cart .button {
        background-color: var(--primary);
        border-color: var(--primary);
      }

      .woocommerce .product-details .product .yith-wcwl-wishlistexistsbrowse {
        position: unset;
        width: auto;
        margin-bottom: 30px;
        height: auto;
        border: 0;
        text-align: left;
      }

      .woocommerce .product-details .product .yith-wcwl-wishlistexistsbrowse .feedback {
        display: inline-block !important;
        margin-bottom: 15px;
        position: unset;
        background-color: var(--primary);
        color: #fff;
        border-radius: var(--border-radius-base);
        width: auto;
        padding: 0 20px !important;
        margin-right: 20px;
      }

      .woocommerce .product-details .product .yith-wcwl-wishlistexistsbrowse .feedback .yith-wcwl-icon {
        margin-right: 0 !important;
      }

      .woocommerce .product-details .product .yith-wcwl-wishlistexistsbrowse a {
        display: unset !important;
      }

      .woocommerce .product-details .product .yith-wcwl-add-button {
        display: none;
      }

      .woocommerce .product-details .product .related-product .yith-wcwl-wishlistexistsbrowse {
        position: relative;
      }

      .woocommerce .product-details .product .related-product .yith-wcwl-wishlistexistsbrowse .feedback {
        position: absolute;
      }

      .woocommerce .product-details .product .related-product .yith-wcwl-wishlistexistsbrowse .feedback .yith-wcwl-icon {
        margin-right: 0 !important;
      }

      .woocommerce .product-details .product .related-product .yith-wcwl-add-button {
        display: block;
      }

      .woocommerce .woocommerce-product-rating .woocommerce-review-link .count {
        margin-right: 4px;
      }

      .woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item {
        width: auto;
        padding: 0px 5px;
      }

      .woocommerce.single-product .product .summary-content .single_add_to_cart_button.button {
        background-color: var(--primary);
        border-color: var(--primary);
      }

      .woocommerce.single-product .product .summary-content .product_meta>span {
        display: block;
      }

      #yith-quick-view-modal {
        z-index: 999999;
      }

      #yith-quick-view-modal .yith-wcqv-wrapper {
        height: auto !important;
        max-height: calc(100vh - 30px);
      }

      @media only screen and (max-width: 991px) {
        #yith-quick-view-modal .yith-wcqv-wrapper {
          overflow-y: scroll;
        }
      }

      #yith-quick-view-modal .yith-wcqv-wrapper .type-product.product {
        display: flex;
      }

      @media only screen and (max-width: 767px) {
        #yith-quick-view-modal .yith-wcqv-wrapper .type-product.product {
          display: block;
        }
      }

      #yith-quick-view-modal .yith-wcqv-wrapper #yith-quick-view-content div.images {
        width: 100%;
        float: none;
      }

      #yith-quick-view-modal .yith-wcqv-wrapper .dz-product-detail {
        margin-bottom: 0;
        width: 50%;
        flex: 0 0 50%;
        background: #FFFAF3;
      }

      @media only screen and (max-width: 991px) {
        #yith-quick-view-modal .yith-wcqv-wrapper .dz-product-detail {
          width: 100%;
          flex: 0 0 100%;
          position: unset !important;
        }
      }

      #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-close {
        background-color: var(--light);
        color: var(--secondary);
        font-size: 0;
        border-radius: 0;
        transition: all 0.5s;
        border: 0;
        width: 30px;
        height: 30px;
        top: 15px;
        line-height: 30px;
        right: 15px;
        opacity: 1;
      }

      #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-close:after {
        content: "\f00d";
        font-family: "Font Awesome 6 Free";
        font-weight: 700;
        font-size: 18px;
      }

      #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-close:hover {
        background-color: var(--secondary);
        color: #fff;
      }

      #yith-quick-view-modal .yith-wcqv-wrapper div.summary {
        padding: 40px;
        width: 50%;
        flex: 0 0 50%;
        height: 530px;
        scrollbar-width: thin;
        background: #FFFAF3;
        overflow-y: scroll;
      }

      #yith-quick-view-modal .yith-wcqv-wrapper div.summary::-webkit-scrollbar {
        width: 6px;
        display: block;
      }

      #yith-quick-view-modal .yith-wcqv-wrapper div.summary::-webkit-scrollbar-track {
        background: #F0F0F0;
      }

      #yith-quick-view-modal .yith-wcqv-wrapper div.summary::-webkit-scrollbar-thumb {
        background: #CDCDCD;
      }

      #yith-quick-view-modal .yith-wcqv-wrapper div.summary .dz-product-meta {
        margin-bottom: 0;
      }

      @media only screen and (max-width: 991px) {
        #yith-quick-view-modal .yith-wcqv-wrapper div.summary {
          padding: 30px 15px;
        }

        #yith-quick-view-modal .yith-wcqv-wrapper div.summary .dz-simple-product {
          gap: 10px;
          display: inline-flex;
          flex-wrap: wrap;
        }
      }

      @media only screen and (max-width: 767px) {
        #yith-quick-view-modal .yith-wcqv-wrapper div.summary {
          width: 100%;
          flex: 0 0 100%;
          height: auto;
        }
      }

      @media only screen and (max-width: 991px) {
        #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-close {
          top: 0;
          right: 0;
        }
      }

      #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main {
        padding: 0;
        overflow: unset;
      }

      @media only screen and (max-width: 767px) {
        #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main {
          padding: 0;
        }
      }

      @media only screen and (max-width: 767px) {

        #yith-quick-view-modal .yith-wcqv-wrapper div.summary,
        #yith-quick-view-modal .yith-wcqv-wrapper div.images {
          width: 100%;
          float: none;
        }
      }

      /* Mini Cart Start */
      .shop-cart .site-button-link {
        color: #fff;
        position: relative;
      }

      .shop-cart .site-button-link i {
        margin-left: 0;
      }

      .shop-cart .site-button-link .badge {
        padding: 2px 4px 2px 4px;
        font-size: 10px;
        top: -6px;
        position: absolute;
        right: -12px;
      }

      .minicart {
        background: #fff;
        position: absolute;
        right: 0;
        top: 100%;
        width: 300px;
        z-index: 99;
        box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
        display: none;
        color: #777;
        margin-top: 0;
      }

      .minicart .woocommerce-mini-cart {
        max-height: 302px;
        overflow-y: auto;
        border-bottom: 1px dashed #eee;
      }

      .minicart .cart-content a {
        color: #10111e;
        font-size: 14px;
        background: none;
      }

      .minicart .cart-content a:hover {
        color: #fe4536;
        background: none;
      }

      .minicart .acod-title {
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
        display: none;
      }

      .minicart .cart-img img {
        width: 85px;
      }

      .minicart ul.product_list_widget li a img,
      .minicart ul.cart_list li a img {
        width: 60px;
        height: 80px;
        border-radius: 6px;
        object-fit: cover;
      }

      .minicart .cart-price span {
        color: #ddd;
        font-size: 13px;
      }

      .minicart .cart-price .new {
        font-size: 14px;
        color: #747691;
      }

      .minicart .cart-price span {
        color: #a5a7bc;
        font-size: 13px;
        font-weight: 500;
      }

      .minicart .total-price {
        border-top: 1px solid #cacadb;
        overflow: hidden;
        padding-top: 25px;
        margin-top: 10px;
      }

      .minicart .total-price span {
        color: #747691;
        font-weight: 500;
      }

      .minicart .checkout-link a {
        background: #84b77c;
        color: #fff;
        display: block;
        font-weight: 500;
        padding: 16px 30px;
        text-align: center;
        font-size: 13px;
        margin-bottom: 8px;
        text-transform: uppercase;
        letter-spacing: 2px;
      }

      .minicart .checkout-link a:last-child {
        margin: 0;
      }

      .minicart .checkout-link a:hover,
      .minicart .checkout-link a.red-color {
        background: #fe4536;
      }

      .minicart .checkout-link a.red-color:hover {
        background: #84b77c;
      }

      .woocommerce-widget-layered-nav ul li,
      .wc-block-product-categories ul li,
      .widget_product_categories ul li {
        border: 0;
        color: inherit;
        font-family: inherit;
        text-align: right;
        display: table;
        width: 100%;
        padding: 0.5rem 0rem 0.5rem 0 !important;
        line-height: 1.3 !important;
        font-size: 15px;
      }

      .woocommerce-widget-layered-nav ul li a,
      .wc-block-product-categories ul li a,
      .widget_product_categories ul li a {
        color: var(--title);
        float: left;
        text-transform: capitalize;
        text-align: left;
        position: relative;
        -webkit-transition: all 0.8s;
        -ms-transition: all 0.8s;
        transition: all 0.8s;
      }

      .woocommerce-widget-layered-nav ul li a:hover,
      .wc-block-product-categories ul li a:hover,
      .widget_product_categories ul li a:hover {
        color: var(--primary);
        transform: translateX(10px);
      }

      .woocommerce-widget-layered-nav ul li ul,
      .wc-block-product-categories ul li ul,
      .widget_product_categories ul li ul {
        margin-bottom: -0.625rem;
      }

      .woocommerce-widget-layered-nav ul ul,
      .wc-block-product-categories ul ul,
      .widget_product_categories ul ul {
        margin-top: 0.5rem;
        padding-left: 1.125rem;
      }

      .wp-block-woocommerce-product-search form {
        margin-bottom: 10px;
      }

      .wp-block-woocommerce-product-search .wc-block-product-search__label {
        display: none;
      }

      .wp-block-woocommerce-product-search .wc-block-product-search__fields {
        position: relative;
      }

      .wp-block-woocommerce-product-search input {
        border-radius: var(--border-radius-base) !important;
        background-color: #f5f5f5;
        border: 0;
        z-index: 0 !important;
        height: 60px;
        padding: 6px 60px 6px 20px !important;
        display: block;
        width: 100%;
      }

      .wp-block-woocommerce-product-search .wc-block-product-search__button {
        height: 50px;
        width: 50px;
        font-size: 24px;
        padding: 0;
        justify-content: center;
        border-radius: var(--border-radius-base);
        position: absolute;
        top: 0;
        right: 6px;
        display: flex;
        align-items: center;
        background-color: var(--primary);
        border: 0;
        color: #fff;
        transform: translateY(-50%);
        top: 50%;
      }

      .wc-block-grid .wc-block-grid__products .add_to_cart_button,
      .wp-block-product-tag .wc-block-grid__products .add_to_cart_button,
      .wp-block-products-by-attribute .wc-block-grid__products .add_to_cart_button,
      .wc-block-product-category .wc-block-grid__products .add_to_cart_button {
        padding: 5px;
        font-size: 12px;
        font-weight: 600;
        display: block;
        border-radius: 10px;
      }

      .wc-block-grid .wc-block-grid__products .add_to_cart_button:before,
      .wp-block-product-tag .wc-block-grid__products .add_to_cart_button:before,
      .wp-block-products-by-attribute .wc-block-grid__products .add_to_cart_button:before,
      .wc-block-product-category .wc-block-grid__products .add_to_cart_button:before {
        content: none;
      }

      .shop-widget .wp-block-group__inner-container>h5,
      .shop-widget.widget.widget_block .wp-block-group__inner-container h4 {
        position: relative;
        padding-left: 20px;
        margin-bottom: 25px;
        font-weight: 700;
        text-transform: uppercase;
      }

      .shop-widget .wp-block-group__inner-container>h5:before,
      .shop-widget.widget.widget_block .wp-block-group__inner-container h4:before {
        content: "";
        height: 100%;
        width: 5px;
        border-radius: 10px;
        background-color: var(--primary);
        position: absolute;
        left: 0;
        top: 0;
      }

      .shop-widget .yith-wcan-color li {
        margin-right: 15px;
      }

      .shop-widget .yith-wcan-color li a {
        border-radius: 15px;
        border: 1px solid rgba(0, 0, 0, 0.25);
      }

      .shop-widget .yith-wcan-label li a {
        padding: 0 !important;
        height: 34px;
        width: 34px;
        line-height: 34px;
        font-size: 15px;
        font-weight: 400;
        border-radius: 0;
        background-color: transparent !important;
        justify-content: center;
        background: #efefef;
        border: 1px solid #000 !important;
        color: var(--title);
        margin-right: 8px;
        margin-bottom: 8px;
        flex: unset;
        text-align: center;
        border-radius: 40px;
      }

      .shop-widget .yith-wcan-label li.active a,
      .shop-widget .yith-wcan-label li a:hover,
      .shop-widget .yith-wcan-label li.chosen a {
        background: var(--secondary) !important;
        color: #fff;
        border-color: var(--secondary);
        border-radius: 40px !important;
      }

      .shop-widget .wc-block-checkbox-list li {
        color: var(--title);
      }

      .shop-widget .star-rating {
        margin-bottom: 10px;
      }

      .shop-widget .wc-block-grid__product-title,
      .shop-widget .product-title {
        font-family: "Afacad", sans-serif;
        color: var(--title);
        font-size: 16px;
        font-weight: 500;
      }

      .shop-widget ul.cart_list li .star-rating,
      .shop-widget ul.product_list_widget li .star-rating {
        margin-bottom: 10px;
      }

      .shop-widget ul.cart_list li a,
      .shop-widget ul.product_list_widget li a {
        font-family: "Afacad", sans-serif;
        color: var(--title);
        font-size: 16px;
      }

      .shop-widget ul.cart_list li .amount,
      .shop-widget ul.product_list_widget li .amount {
        font-family: "Afacad", sans-serif;
        font-size: 16px;
        font-weight: 500;
      }

      .shop-widget .wc-block-grid__product .wc-block-grid__product-price .amount {
        font-size: 14px;
      }

      .shop-widget ins,
      .shop-widget .amount {
        font-family: "Afacad", sans-serif;
        text-decoration: none;
        font-size: 14px;
        font-weight: 400;
        color: var(--primary);
      }

      .shop-widget .wc-block-grid__product .wc-block-grid__product-price del .amount {
        font-size: 85%;
        color: #000;
        opacity: 0.6;
      }

      .shop-widget .wc-block-grid__product-rating {
        margin-bottom: 0;
      }

      .shop-widget .yith-wcwl-wishlistaddedbrowse,
      .shop-widget .yith-wcwl-wishlistexistsbrowse,
      .shop-widget .yith-wcwl-add-button a {
        font-size: 16px;
        padding: 12px 30px;
        line-height: 24px;
        display: inline-flex;
        border-radius: var(--bs-border-radius);
        font-weight: 500;
        position: relative;
        text-transform: capitalize;
        font-family: "Figtree", sans-serif;
        align-items: center;
        overflow: hidden;
        z-index: 1;
        text-align: center;
        -webkit-transition: all 0.2s;
        -ms-transition: all 0.2s;
        transition: all 0.2s;
        text-decoration: none;
        vertical-align: middle;
        justify-content: center;
        border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
      }

      .shop-widget .yith-wcwl-wishlistaddedbrowse:after,
      .shop-widget .yith-wcwl-wishlistexistsbrowse:after,
      .shop-widget .yith-wcwl-add-button a:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        opacity: 0.8;
        -webkit-transform: translate(-105%, 0);
        transform: translate(-105%, 0);
        border-right-width: 2px;
        border-right-style: solid;
        border-right-color: white;
        background-color: rgba(255, 255, 255, 0.5);
      }

      .shop-widget .yith-wcwl-wishlistaddedbrowse:hover,
      .shop-widget .yith-wcwl-wishlistexistsbrowse:hover,
      .shop-widget .yith-wcwl-add-button a:hover {
        box-shadow: none;
        text-decoration: none;
      }

      .shop-widget .yith-wcwl-wishlistaddedbrowse:hover:after,
      .shop-widget .yith-wcwl-wishlistexistsbrowse:hover:after,
      .shop-widget .yith-wcwl-add-button a:hover:after {
        opacity: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
      }

      .shop-widget .yith-wcwl-wishlistaddedbrowse,
      .shop-widget .yith-wcwl-wishlistexistsbrowse,
      .shop-widget .yith-wcwl-add-button a {
        color: var(--title);
        background-color: var(--light);
        border-color: var(--light);
      }

      .shop-widget .yith-wcwl-wishlistaddedbrowse:hover,
      .shop-widget .yith-wcwl-wishlistexistsbrowse:hover,
      .shop-widget .yith-wcwl-add-button a:hover {
        color: var(--title);
        background-color: #cfcfcf;
        border-color: #cfcfcf;
      }

      .shop-widget .yith-wcwl-wishlistaddedbrowse,
      .shop-widget .yith-wcwl-wishlistexistsbrowse,
      .shop-widget .yith-wcwl-add-button a {
        font-size: 13px !important;
        gap: 5px;
        line-height: 1.3;
        padding: 5px 10px;
      }

      .shop-widget .yith-wcwl-wishlistaddedbrowse,
      .shop-widget .yith-wcwl-wishlistexistsbrowse {
        color: #ffffff;
        background-color: var(--secondary);
        border: 1px solid var(--secondary);
        font-weight: 700;
        font-size: 0 !important;
        padding: 0;
        width: 36px;
        gap: 0;
      }

      .shop-widget .yith-wcwl-wishlistaddedbrowse i,
      .shop-widget .yith-wcwl-wishlistexistsbrowse i {
        font-size: 13px;
        line-height: 36px;
      }

      .woocommerce .dz_product_single_button .yith-wcwl-wishlistaddedbrowse,
      .woocommerce .dz_product_single_button .yith-wcwl-wishlistexistsbrowse {
        padding: 10px;
        cursor: pointer;
      }

      .woocommerce .dz_product_single_button .yith-wcwl-wishlistaddedbrowse a,
      .woocommerce .dz_product_single_button .yith-wcwl-wishlistexistsbrowse a {
        display: none;
      }

      .woocommerce .dz_product_single_button .yith-wcwl-wishlistaddedbrowse .feedback,
      .woocommerce .dz_product_single_button .yith-wcwl-wishlistexistsbrowse .feedback {
        gap: 0;
      }

      .wc-block-components-review-list li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin: 0 0 20px;
        padding-bottom: 20px;
      }

      .wc-block-components-review-list li .wc-block-components-review-list-item__product {
        font-weight: 500;
      }

      .wc-block-components-review-list li .wc-block-components-review-list-item__product a {
        font-family: var(--font-family-title);
        color: var(--title);
        font-size: 16px;
      }

      .wc-block-components-review-list li .wc-block-components-review-list-item__rating__stars {
        font-size: 13px;
        margin: 5px 0;
      }

      .wc-block-components-review-list li .wc-block-components-review-list-item__rating__stars span:before {
        color: #FF8A00;
      }

      .wc-block-components-review-list li .wc-block-components-review-list-item__meta {
        font-size: 14px;
      }

      .wc-block-components-review-list li .wc-block-components-review-list-item__info {
        margin-bottom: 15px;
      }

      .wc-block-components-review-list li .wc-block-review-list-item__text {
        font-size: 14px;
      }

      .wc-block-components-review-list li .wc-block-review-list-item__text p:last-child {
        margin-bottom: 0;
      }

      .wc-block-components-sort-select .wc-block-sort-select__label,
      .wc-block-components-sort-select .wc-block-sort-select,
      .wc-block-reviews-by-category .wc-block-sort-select__label,
      .wc-block-reviews-by-category .wc-block-sort-select {
        margin-bottom: 30px;
        text-align: left;
      }

      .woocommerce .widget_layered_nav.shop-widget ul.yith-wcan-color li,
      .woocommerce-page .widget_layered_nav.shop-widget ul.yith-wcan-color li {
        position: relative;
        margin-bottom: 15px;
      }

      .woocommerce .widget_layered_nav.shop-widget ul.yith-wcan-color li a,
      .woocommerce .widget_layered_nav.shop-widget ul.yith-wcan-color li span,
      .woocommerce-page .widget_layered_nav.shop-widget ul.yith-wcan-color li a,
      .woocommerce-page .widget_layered_nav.shop-widget ul.yith-wcan-color li span {
        border-radius: 15px;
        width: 16px;
        height: 16px;
        border: 0;
        margin: 0;
      }

      .woocommerce .widget_layered_nav.shop-widget ul.yith-wcan-color li.chosen:after,
      .woocommerce .widget_layered_nav.shop-widget ul.yith-wcan-color li.active:after,
      .woocommerce-page .widget_layered_nav.shop-widget ul.yith-wcan-color li.chosen:after,
      .woocommerce-page .widget_layered_nav.shop-widget ul.yith-wcan-color li.active:after {
        content: "\f00c";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        border: 0.5px solid #000;
        border-radius: 30px;
        top: -6px;
        left: -6px;
        width: 28px;
        transform: scale(1);
        line-height: 1;
        font-size: 8px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        text-shadow: 0 0 5px black;
        height: 28px;
        pointer-events: none;
      }

      .wc-block-grid__product-onsale {
        padding: 0.25em 0.5em;
        line-height: 1.25;
        position: absolute;
        top: 5px;
        left: 8px;
        border: 0;
        border-radius: 6px;
        color: #000;
        display: inline-block;
        font-size: 12px;
      }

      .pswp .pswp__bg {
        background: rgba(0, 0, 0, 0.9);
      }

      .pswp .pswp__caption__center {
        text-align: center;
      }

      .woocommerce .woocommerce-ordering select {
        border: 1px solid #999 !important;
      }

      body.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item {
        width: 35px;
        height: 35px;
      }

      .variable-item:not(.radio-variable-item) {
        width: 35px;
        height: 35px;
        border: 2px solid #fff;
      }

      .woocommerce div.product form.cart .variations {
        margin-bottom: 15px;
      }

      .woocommerce div.product .woocommerce-variation-price span.price {
        font-size: 16px !important;
      }

      .woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
        padding: 2px 2px;
      }

      .yith-wcwl-share ul li:before {
        content: none;
      }

      .woocommerce-MyAccount-content {
        border-radius: var(--border-radius-sm);
      }

      .woocommerce-MyAccount-content a.button {
        padding: 8px 30px;
      }

      .woocommerce-MyAccount-content .woocommerce-Address-title.title h2 {
        font-size: 22px;
        display: inline-block;
      }

      .yith-wcwl-add-to-wishlist {
        margin-top: 0;
      }

      .yith-wcwl-add-to-wishlist .yith-wcwl-add-button>a i {
        margin-right: 0;
      }

      table.wishlist_table {
        font-size: 16px;
      }

      .woocommerce ul.cart_list li img,
      .woocommerce ul.product_list_widget li img {
        height: 80px;
        width: 80px;
        border-radius: var(--border-radius-base);
        float: left;
        margin-right: 15px;
        margin-left: 0;
      }

      .wc-block-grid__product .wc-block-grid__product-price .amount {
        font-size: 20px;
      }

      .woocommerce-product-gallery__wrapper {
        overflow: hidden;
        font-size: 0;
        border-radius: 30px;
      }

      #yith-quick-view-content .woocommerce-product-gallery__wrapper {
        border-radius: 0;
      }

      .woocommerce a.button.alt {
        padding: 12px 20px;
        line-height: 1.5;
        background: var(--primary);
      }

      .woocommerce a.button.alt:hover {
        background: var(--primary-hover);
        border-color: var(--primary-hover);
      }

      .woocommerce a.button.alt:before {
        content: "\f11e";
        font-family: "Flaticon";
        opacity: 1;
        visibility: unset;
        font-weight: normal;
        font-size: inherit;
        margin-right: 5px;
      }

      .woocommerce-mini-cart__empty-message {
        padding: 20px 20px;
        font-size: 16px;
        color: var(--title) !important;
        text-align: center;
        background: var(--light);
      }

      .wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
        padding: 0;
        border: 0;
        color: var(--title);
        font-weight: 500;
        background: transparent;
      }

      .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount:last-child {
        text-align: right;
      }

      #yith-quick-view-modal.open .yith-wcqv-main {
        border-radius: 0;
        box-shadow: none;
      }

      .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: inherit;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
        background-size: 16px 12px;
        background-repeat: no-repeat;
        background-position: right 0.75rem center;
        width: 40px;
      }

      .select2-container--default .select2-selection--single b {
        display: none !important;
      }

      .variations {
        margin-bottom: 10px;
      }

      .variations td,
      .variations th {
        padding: 5px 0;
        vertical-align: middle;
      }

      .variations .reset_variations {
        display: none;
      }

      .wishlist_table tr td,
      .wishlist_table tr th.product-checkbox,
      .wishlist_table tr th.wishlist-delete {
        text-align: left;
      }

      .woocommerce-Price-currencySymbol {
        font-weight: inherit !important;
      }

      /* WooCommerce Start */
      .yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
        margin-right: 0;
      }

      /* add_to_cart_button */
      .add_to_cart_button.added i {
        display: none;
      }

      .add_to_cart_button.added:before {
        opacity: 1;
        visibility: visible;
      }

      .add_to_cart_button+.added_to_cart {
        display: none !important;
      }

      .woocommerce-message a {
        color: #fff;
      }

      .woocommerce .blockUI.blockOverlay {
        position: relative;
        background-image: url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="30px" viewBox="0 0 24 30" style="enable-background:new 0 0 50 50;" xml:space="preserve"> <rect x="0" y="13" width="4" height="5" fill="%23fff"> <animate attributeName="height" attributeType="XML" values="5;21;5" begin="0s" dur="0.6s" repeatCount="indefinite"></animate> <animate attributeName="y" attributeType="XML" values="13; 5; 13" begin="0s" dur="0.6s" repeatCount="indefinite"></animate> </rect> <rect x="10" y="13" width="4" height="5" fill="%23fff"> <animate attributeName="height" attributeType="XML" values="5;21;5" begin="0.15s" dur="0.6s" repeatCount="indefinite"></animate> <animate attributeName="y" attributeType="XML" values="13; 5; 13" begin="0.15s" dur="0.6s" repeatCount="indefinite"></animate> </rect> <rect x="20" y="13" width="4" height="5" fill="%23fff"> <animate attributeName="height" attributeType="XML" values="5;21;5" begin="0.3s" dur="0.6s" repeatCount="indefinite"></animate> <animate attributeName="y" attributeType="XML" values="13; 5; 13" begin="0.3s" dur="0.6s" repeatCount="indefinite"></animate> </rect> </svg>') !important;
        background-size: 16px !important;
        background-color: rgba(0, 0, 0, 0.75) !important;
        opacity: 1 !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
      }

      .woocommerce .blockUI.blockOverlay:before {
        content: none !important;
      }

      .dz-pixoz-loading {
        position: relative;
      }

      .dz-pixoz-loading:after {
        content: "";
        position: absolute;
        z-index: 2;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background-color: var(0, 0, 0, 0.75);
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-image: url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="30px" viewBox="0 0 24 30" style="enable-background:new 0 0 50 50;" xml:space="preserve"> <rect x="0" y="13" width="4" height="5" fill="%23fff"> <animate attributeName="height" attributeType="XML" values="5;21;5" begin="0s" dur="0.6s" repeatCount="indefinite"></animate> <animate attributeName="y" attributeType="XML" values="13; 5; 13" begin="0s" dur="0.6s" repeatCount="indefinite"></animate> </rect> <rect x="10" y="13" width="4" height="5" fill="%23fff"> <animate attributeName="height" attributeType="XML" values="5;21;5" begin="0.15s" dur="0.6s" repeatCount="indefinite"></animate> <animate attributeName="y" attributeType="XML" values="13; 5; 13" begin="0.15s" dur="0.6s" repeatCount="indefinite"></animate> </rect> <rect x="20" y="13" width="4" height="5" fill="%23fff"> <animate attributeName="height" attributeType="XML" values="5;21;5" begin="0.3s" dur="0.6s" repeatCount="indefinite"></animate> <animate attributeName="y" attributeType="XML" values="13; 5; 13" begin="0.3s" dur="0.6s" repeatCount="indefinite"></animate> </rect> </svg>') !important;
        background-size: 16px !important;
        background-color: rgba(0, 0, 0, 0.75) !important;
      }

      @media only screen and (max-width: 1199px) {
        .dz-pixoz-loading {
          display: none;
        }
      }

      .woocommerce .woocommerce-result-count {
        margin: 0.5rem 0 0.5em;
      }

      .dz-product-detail .images {
        float: none;
        width: 100%;
      }

      .woocommerce div.product div.images {
        float: none;
        width: 100%;
      }

      .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 25%;
        padding-right: 30px;
      }

      @media only screen and (max-width: 767px) {
        .woocommerce-account .woocommerce-MyAccount-navigation {
          width: 100%;
          padding-right: 0;
        }
      }

      .woocommerce-MyAccount-navigation ul {
        width: 100%;
        display: block;
        padding: 0;
      }

      @media only screen and (max-width: 767px) {
        .woocommerce-MyAccount-navigation ul {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
          gap: 5px;
          text-align: center;
          margin-bottom: 10px;
        }
      }

      .woocommerce-MyAccount-navigation ul li {
        list-style: none;
      }

      @media only screen and (max-width: 767px) {
        .woocommerce-MyAccount-navigation ul li {
          flex: auto;
        }

        .woocommerce-MyAccount-navigation ul li a {
          margin: 0 !important;
        }
      }

      .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
        background: #fff;
        color: #000;
        display: block;
        font-size: 15px;
        margin-bottom: 4px;
        padding: 12px 20px;
        width: 100%;
        border-radius: 10px;
      }

      .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a,
      .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:hover a {
        background: var(--secondary);
        border-left-color: var(--secondary);
        color: #fff;
      }

      .woocommerce-account .woocommerce-MyAccount-content {
        border: 1px solid #000;
        min-height: 307px;
        padding: 20px;
        width: 75%;
        font-size: 15px;
        line-height: 1.45;
        border-radius: 10px;
      }

      @media only screen and (max-width: 767px) {
        .woocommerce-account .woocommerce-MyAccount-content {
          width: 100%;
        }
      }

      .woocommerce-account .woocommerce-MyAccount-content {
        overflow-x: auto;
      }

      .woocommerce-account .woocommerce-MyAccount-content .show-password-input {
        top: 24px !important;
      }

      .woocommerce-account .woocommerce-MyAccount-content legend {
        font-size: 1.25rem;
        font-weight: 700;
      }

      .woocommerce-account .addresses .title h3 {
        font-size: 18px;
      }

      .woocommerce-account .woocommerce-MyAccount-content .form-row {
        padding: 0;
      }

      .woocommerce-account .end-side-content .woocommerce-MyAccount-content,
      .woocommerce-account .end-side-content .woocommerce-MyAccount-navigation {
        width: 100%;
      }

      .woocommerce-account .end-side-content .woocommerce-MyAccount-navigation {
        padding: 0;
      }

      .woocommerce-account .end-side-content .woocommerce-MyAccount-navigation ul {
        width: 100%;
        padding: 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 5px;
        text-align: center;
        margin-bottom: 10px;
      }

      .woocommerce-account .end-side-content .woocommerce-MyAccount-navigation ul li {
        display: inline-block;
        flex: auto;
      }

      .woocommerce-account .end-side-content .woocommerce-MyAccount-navigation ul li a {
        margin: 0;
      }

      .woocommerce-order-details table {
        font-size: 16px;
        font-family: "Afacad", sans-serif;
        color: var(--title);
      }

      .woocommerce-order-details table tr th,
      .woocommerce-order-details table tr td {
        padding: 15px 15px;
      }

      .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
        border-width: 1px;
        outline: none !important;
        box-shadow: none !important;
        border-color: #000;
        border-radius: 6px;
        transition: all 0.3s;
      }

      .wc-block-components-checkbox .wc-block-components-checkbox__mark {
        fill: #000;
        height: 13px;
        margin-left: 0;
        margin-top: 0;
        position: absolute;
        width: 13px;
        border-radius: 4px;
        background: #000;
        left: 4px;
        top: 4px;
        transform: scale(0);
        transition: all 0.3s;
        display: block !important;
      }

      .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
        border-color: #000;
      }

      .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked+.wc-block-components-checkbox__mark {
        transform: scale(1);
        transition: all 0.3s;
      }

      .price-num del {
        font-size: 85%;
      }

      .woocommerce div.product.m-b30 {
        margin-bottom: 20px;
        margin-top: 0;
      }

      @media only screen and (max-width: 991px) {
        .woocommerce div.product.m-md-b15 {
          margin-bottom: 15px;
        }
      }

      #yith-wcwl-popup-message {
        font-weight: 500;
        line-height: 30px;
        text-align: center;
        background: var(--secondary);
        -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
        position: fixed;
        right: 30px;
        left: auto;
        padding: 10px 30px;
        color: #fff;
        z-index: 10000;
        font-family: "Figtree", sans-serif;
        bottom: 30px;
        display: flex;
        top: auto;
      }

      #yith-wcwl-popup-message:before {
        content: "\f00c";
        font-family: "Font Awesome 6 Free";
        font-weight: 700;
        display: inline-block;
        margin-right: 10px;
        color: #61CE70;
      }

      .woocommerce-info {
        border-top-color: var(--primary);
      }

      .woocommerce-info:before {
        color: var(--primary);
      }

      #yith-quick-view-modal .yith-quick-view-overlay {
        background: rgba(255, 255, 255, 0.9);
      }

      #yith-quick-view-modal .yith-wcqv-wrapper {
        box-shadow: 0 0 50px 0 rgb(0, 0, 0);
      }

      .yith-wcan-filters {
        background-color: transparent;
      }

      .filter-items .checkbox label {
        position: relative;
      }

      .filter-items .checkbox label input {
        position: absolute;
        opacity: 0;
        left: 0;
      }

      .filter-items .checkbox label .term-label {
        padding-left: 30px;
        color: #000;
        position: relative;
        line-height: 20px;
      }

      .filter-items .checkbox label .term-label:before,
      .filter-items .checkbox label .term-label:after {
        content: "";
        width: 1.25em;
        height: 1.25em;
        border: 1px solid #000;
        border-radius: 6px;
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
      }

      .filter-items .checkbox label .term-label:before {
        height: 12px;
        width: 12px;
        left: 4px;
        top: 4px;
        background: #000;
        transform: scale(0);
        transition: all 0.3s;
        border-radius: 4px;
        z-index: 1;
      }

      .filter-items .checkbox label input:checked+.term-label:before {
        transform: scale(1);
      }

      .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active>a:hover,
      .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active>a,
      .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active>label>a {
        color: #000;
      }

      .yith-wcan-filters .yith-wcan-filter .yith-wcan-tooltip {
        background-color: #000;
      }

      .yith-wcan-filters .yith-wcan-filter .yith-wcan-tooltip:before {
        border-right: 5px solid #000;
      }

      .wc-block-grid__products .wc-block-grid__product-image {
        border-radius: 10px;
        overflow: hidden;
      }

      .wc-block-components-review-list-item__image {
        overflow: hidden;
        border-radius: 10px;
      }

      .wc-block-components-sort-select__select {
        width: 100%;
      }

      :root {
        --yith-wcan-filters_colors_titles: #000;
        --yith-wcan-anchors_style_text: #000;
        --yith-wcan-labels_style_text: #000;
      }

      .woocommerce-shipping-calculator .select2 {
        text-align: left !important;
      }

      .yith-quick-view.yith-modal {
        display: flex;
        justify-content: center;
        height: auto;
        align-items: center;
        padding: 10px;
      }

      .yith-quick-view.yith-modal .yith-quick-view-content.woocommerce div.product .product {
        height: auto;
      }

      .woocommerce table.shop_table.wishlist_table tr td {
        background: transparent;
      }

      .woocommerce table.shop_table .woocommerce-cart-form__cart-item.cart_item .product-quantity p {
        margin: 0;
      }

      .product-style1 .product-box {
        background-color: #eee;
      }

      .product-box {
        position: relative;
        overflow: hidden;
      }

      .product-box .product-media {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
      }

      .product-box.style-1 {
        height: 590px;
      }

      @media only screen and (max-width: 575px) {
        .product-box.style-1 {
          height: 300px;
        }
      }

      .product-box .product-image {
        text-align: center;
        height: 100%;
        -webkit-transition: all 0.8s;
        -ms-transition: all 0.8s;
        transition: all 0.8s;
      }

      .product-box .product-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .product-box .product-content {
        bottom: 0;
        display: flex;
        align-items: end;
        justify-content: space-between;
        position: absolute;
        width: 100%;
        right: 0;
        padding: 40px;
        z-index: 1;
      }

      .product-box .product-content .product-name {
        font-size: 2.5rem;
        font-weight: 700;
      }

      .product-box .product-content .offer {
        font-size: 16px;
      }

      @media only screen and (max-width: 1199px) {
        .product-box .product-content {
          padding: 20px 30px;
        }

        .product-box .product-content .product-name {
          font-size: 2rem;
          margin-bottom: 5px;
          line-height: 1.3;
        }

        .product-box .product-content .offer {
          font-size: 15px;
        }
      }

      @media only screen and (max-width: 575px) {
        .product-box .product-content {
          padding: 15px 18px;
        }

        .product-box .product-content .product-name {
          font-size: 1.4rem;
          margin-bottom: 5px;
          line-height: 1.2;
        }

        .product-box .product-content .btn {
          padding: 8px 16px;
          font-size: 14px;
        }

        .product-box .product-content .offer {
          font-size: 14px;
        }
      }

      .product-box.style-2 {
        height: 400px;
        border-radius: 20px;
      }

      @media only screen and (max-width: 575px) {
        .product-box.style-2 {
          height: 220px;
        }
      }

      .product-box.style-2 .product-content {
        display: flex;
        align-items: end;
        justify-content: center;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0px;
        padding: 35px 40px;
        flex-direction: column;
        border-radius: 20px;
        z-index: 1;
      }

      @media only screen and (max-width: 1680px) {
        .product-box.style-2 .product-content {
          padding: 25px;
        }
      }

      .product-box.style-2 .product-content .main-content {
        width: min-content;
      }

      @media only screen and (max-width: 767px) {
        .product-box.style-2 .product-content .main-content {
          width: auto;
        }
      }

      .product-box.style-2 .product-content .product-name {
        font-size: 50px;
        font-weight: 600;
        text-transform: uppercase;
        width: 80%;
        line-height: 1.3;
        margin-bottom: 15px;
      }

      @media only screen and (max-width: 767px) {
        .product-box.style-2 .product-content .product-name {
          width: 100%;
          font-size: 24px;
          margin-bottom: 10px;
        }
      }

      .product-box.style-2 .product-content .offer {
        padding: 5px 20px;
        background: #fff;
        font-size: 16px;
        font-weight: 800;
        color: var(--title);
        margin-bottom: 15px;
        display: inline-block;
        text-transform: uppercase;
        width: max-content;
        line-height: 1.2;
      }

      @media only screen and (max-width: 767px) {
        .product-box.style-2 .product-content .offer {
          padding: 3px 10px;
          background: #fff;
          font-size: 13px;
          font-weight: 500;
        }
      }

      .product-box.style-2 .product-content .sub-title1 {
        font-size: 36px;
        font-weight: 400;
        letter-spacing: 7.2px;
        text-transform: uppercase;
        line-height: 1.2;
      }

      @media only screen and (max-width: 767px) {
        .product-box.style-2 .product-content .sub-title1 {
          font-size: 18px;
        }
      }

      .product-box.style-2 .product-content .sub-title2 {
        font-size: 35px;
        font-weight: 400;
        text-transform: uppercase;
        line-height: 1.2;
      }

      @media only screen and (max-width: 767px) {
        .product-box.style-2 .product-content .sub-title2 {
          font-size: 18px;
        }
      }

      .product-box.style-2 .product-content .bg-title {
        font-size: 95px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 1;
        display: block;
        color: var(--title);
        margin-bottom: 15px;
      }

      @media only screen and (max-width: 767px) {
        .product-box.style-2 .product-content .bg-title {
          font-size: 50px;
        }
      }

      .product-box.style-2 .product-content .year {
        font-size: 80px;
        font-weight: 700;
        color: var(--title);
        display: block;
        line-height: 1;
        margin-bottom: 30px;
      }

      @media only screen and (max-width: 767px) {
        .product-box.style-2 .product-content .year {
          font-size: 50px;
        }
      }

      .product-box.style-3 {
        height: 280px;
      }

      @media only screen and (max-width: 575px) {
        .product-box.style-3 {
          height: 100%;
          min-height: 200px;
        }
      }

      @media only screen and (max-width: 360px) {
        .product-box.style-3 {
          min-height: 160px;
        }
      }

      .product-box.style-3 .product-content {
        display: flex;
        align-items: start;
        justify-content: space-between;
        position: absolute;
        width: 60%;
        height: 100%;
        right: 0px;
        padding: 35px 40px;
        flex-direction: column;
        z-index: 1;
      }

      .product-box.style-3 .product-content .product-name {
        font-size: 1.75rem;
        font-weight: 700;
        max-width: 300px;
      }

      @media only screen and (max-width: 1199px) {
        .product-box.style-3 .product-content {
          padding: 20px 30px;
        }

        .product-box.style-3 .product-content .product-name {
          font-size: 1.4rem;
          line-height: 1.3;
        }

        .product-box.style-3 .product-content .btn {
          padding: 8px 16px;
          font-size: 14px;
        }

        .product-box.style-3 .product-content .offer {
          font-size: 15px;
        }
      }

      @media only screen and (max-width: 575px) {
        .product-box.style-3 .product-content {
          padding: 15px 18px;
        }

        .product-box.style-3 .product-content .product-name {
          font-size: 1.2rem;
          margin-bottom: 5px;
          line-height: 1.1;
          max-width: 170px;
        }

        .product-box.style-3 .product-content .product-name br {
          display: none;
        }

        .product-box.style-3 .product-content .btn {
          padding: 6px 14px;
          font-size: 13px;
        }

        .product-box.style-3 .product-content .offer {
          font-size: 13px;
        }
      }

      .product-box.style-4 {
        height: 550px;
        max-height: 550px;
      }

      @media only screen and (max-width: 1680px) {
        .product-box.style-4 {
          height: 500px;
          max-height: 500px;
        }
      }

      @media only screen and (max-width: 1199px) {
        .product-box.style-4 {
          height: 400px;
          max-height: 400px;
        }
      }

      @media only screen and (max-width: 575px) {
        .product-box.style-4 {
          height: 280px;
          max-height: 280px;
        }
      }

      .product-box.style-4 .product-content {
        display: flex;
        align-items: start;
        justify-content: center;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0px;
        padding: 70px;
        flex-direction: column;
        z-index: 1;
      }

      @media only screen and (max-width: 1680px) {
        .product-box.style-4 .product-content {
          padding: 50px;
        }
      }

      @media only screen and (max-width: 575px) {
        .product-box.style-4 .product-content {
          padding: 15px;
        }
      }

      .product-box.style-4 .product-content .product-name {
        font-weight: 600;
        max-width: 540px;
        line-height: 1.1;
        margin-bottom: 30px;
        font-size: 60px;
        text-transform: uppercase;
      }

      @media only screen and (max-width: 1199px) {
        .product-box.style-4 .product-content .product-name {
          font-size: 40px;
        }
      }

      @media only screen and (max-width: 991px) {
        .product-box.style-4 .product-content .product-name {
          font-size: 30px;
        }
      }

      .product-box.style-4 .sale-box {
        position: absolute;
        top: 50%;
        right: 25%;
        transform: translate(50%, -50%);
        fill: #fff;
        text-align: center;
        padding: 65px;
      }

      @media only screen and (max-width: 1199px) {
        .product-box.style-4 .sale-box {
          padding: 55px;
        }
      }

      @media only screen and (max-width: 1680px) {
        .product-box.style-4 .sale-box {
          right: 30%;
        }
      }

      @media only screen and (max-width: 767px) {
        .product-box.style-4 .sale-box {
          padding: 40px;
        }
      }

      @media only screen and (max-width: 575px) {
        .product-box.style-4 .sale-box .badge.style-1 {
          font-size: 12px;
        }
      }

      @media only screen and (max-width: 575px) {
        .product-box.style-4 .sale-box .btn {
          padding: 8px 16px;
          font-size: 13px;
        }
      }

      .product-box.style-4 .sale-box .sale-name {
        font-size: 40px;
        font-weight: 600;
        letter-spacing: 8px;
        text-transform: uppercase;
      }

      @media only screen and (max-width: 1199px) {
        .product-box.style-4 .sale-box .sale-name {
          font-size: 30px;
        }
      }

      @media only screen and (max-width: 767px) {
        .product-box.style-4 .sale-box .sale-name {
          font-size: 25px;
        }
      }

      @media only screen and (max-width: 575px) {
        .product-box.style-4 .sale-box .sale-name {
          font-size: 16px;
        }
      }

      .product-box.style-4 .sale-box .sale-name span {
        font-size: 100px;
        font-weight: 600;
        line-height: 1;
        display: block;
        letter-spacing: 0;
      }

      @media only screen and (max-width: 1199px) {
        .product-box.style-4 .sale-box .sale-name span {
          font-size: 70px;
        }
      }

      @media only screen and (max-width: 767px) {
        .product-box.style-4 .sale-box .sale-name span {
          font-size: 50px;
        }
      }

      .product-box.style-4 .sale-box:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../images/shap.svg);
        background-size: contain;
        z-index: -1;
        background-repeat: no-repeat;
      }

      @media only screen and (max-width: 991px) {
        .adv-area .btn {
          font-size: 14px;
          padding: 8px 20px;
        }
      }

      .shop-card {
        position: relative;
        height: 100%;
      }

      .shop-card .dz-media {
        border-radius: 20px;
      }

      .shop-card .dz-media img {
        -webkit-transition: all 0.2s;
        -ms-transition: all 0.2s;
        transition: all 0.2s;
        border-radius: 20px;
        background-color: #e4e5f7;
      }

      .shop-card .dz-content {
        padding: 15px 0;
        display: flex;
      }

      .shop-card .dz-content .title {
        margin-bottom: 0;
        font-weight: 500;
        color: var(--title);
        line-height: 1.3;
        flex: 1;
      }

      @media only screen and (max-width: 1199px) {
        .shop-card .dz-content .title {
          font-size: 1rem;
          margin-bottom: 3px;
        }
      }

      .shop-card .dz-content .star-rating {
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        display: none;
      }

      .shop-card .dz-content .star-rating .star-rating {
        margin-bottom: 0;
      }

      @media only screen and (max-width: 575px) {
        .shop-card .dz-content .star-rating {
          margin-left: 0;
        }
      }

      .shop-card .woocommerce-review-link {
        display: none;
      }

      .shop-card .price {
        margin-bottom: 0;
        color: var(--secondary);
        font-weight: 500;
        display: flex;
        flex-direction: column;
        align-items: end;
        padding-left: 15px;
        font-size: 18px;
      }

      .shop-card .price del {
        color: #000;
        font-weight: 400;
        margin-right: 0;
        opacity: 0.7;
        font-size: 13px;
      }

      .shop-card .price ins {
        font-size: 18px;
        color: #000;
      }

      @media only screen and (max-width: 575px) {
        .shop-card .price ins {
          font-size: 15px;
        }
      }

      .shop-card .shop-meta {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.2s;
        -ms-transition: all 0.2s;
        transition: all 0.2s;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: end;
        gap: 5px;
        padding: 15px;
      }

      @media only screen and (max-width: 575px) {
        .shop-card .shop-meta {
          padding: 10px;
        }
      }

      .shop-card .shop-meta .add_to_cart_button {
        border-radius: 45px;
        padding: 7px 7px;
        font-weight: 500;
        font-size: 22px;
        height: 45px;
        min-width: 45px;
        box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        background: rgba(0, 0, 0, 0.3);
        border: 0;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .shop-card .shop-meta .add_to_cart_button .flaticon-cart:before {
        content: "\f17f";
      }

      @media only screen and (max-width: 575px) {
        .shop-card .shop-meta .add_to_cart_button {
          height: 32px;
          min-width: 32px;
          font-size: 16px;
        }
      }

      .shop-card .shop-meta .compare {
        padding: 7px 7px !important;
        font-size: 0 !important;
        width: 45px;
        height: 45px;
        border-radius: 45px;
        background: rgba(0, 0, 0, 0.3);
        border: 0;
      }

      .shop-card .shop-meta .compare:before {
        content: "\f17a";
        font-family: flaticon_travlla !important;
        font-weight: 400;
        font-size: 18px;
      }

      @media only screen and (max-width: 575px) {
        .shop-card .shop-meta .compare:before {
          font-size: 14px;
        }
      }

      .shop-card .shop-meta .compare.added {
        background: var(--primary);
        border-color: var(--primary);
      }

      @media only screen and (max-width: 575px) {
        .shop-card .shop-meta .compare {
          height: 32px;
          min-width: 32px;
          width: 32px;
          font-size: 14px;
        }
      }

      .shop-card .shop-meta .add_to_cart_button.loading {
        position: relative;
      }

      .shop-card .shop-meta .add_to_cart_button.loading:before {
        content: "";
        position: relative;
        background-image: url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="30px" viewBox="0 0 24 30" style="enable-background:new 0 0 50 50;" xml:space="preserve"> <rect x="0" y="13" width="4" height="5" fill="%23fff"> <animate attributeName="height" attributeType="XML" values="5;21;5" begin="0s" dur="0.6s" repeatCount="indefinite"></animate> <animate attributeName="y" attributeType="XML" values="13; 5; 13" begin="0s" dur="0.6s" repeatCount="indefinite"></animate> </rect> <rect x="10" y="13" width="4" height="5" fill="%23fff"> <animate attributeName="height" attributeType="XML" values="5;21;5" begin="0.15s" dur="0.6s" repeatCount="indefinite"></animate> <animate attributeName="y" attributeType="XML" values="13; 5; 13" begin="0.15s" dur="0.6s" repeatCount="indefinite"></animate> </rect> <rect x="20" y="13" width="4" height="5" fill="%23fff"> <animate attributeName="height" attributeType="XML" values="5;21;5" begin="0.3s" dur="0.6s" repeatCount="indefinite"></animate> <animate attributeName="y" attributeType="XML" values="13; 5; 13" begin="0.3s" dur="0.6s" repeatCount="indefinite"></animate> </rect> </svg>') !important;
        background-size: 16px !important;
        background-color: rgba(0, 0, 0, 0.75) !important;
        opacity: 1 !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 40px;
      }

      .shop-card .shop-meta .add_to_cart_button.added {
        background: #25a3a3;
        border-color: #25a3a3;
      }

      .shop-card .shop-meta .add_to_cart_button.added:after {
        content: "\f00c";
        font-family: "Font Awesome 5 Free" !important;
        left: 0;
        margin: 0;
        transform: none;
        background: no-repeat;
        border: 0;
        font-weight: 700;
        font-size: 14px;
        opacity: 1;
        line-height: 45px;
      }

      @media only screen and (max-width: 575px) {
        .shop-card .shop-meta .add_to_cart_button.added:after {
          line-height: 32px;
        }
      }

      .shop-card .shop-meta .meta-icon {
        width: 45px;
        min-width: 45px;
        height: 45px;
        display: inline-flex;
        align-items: center;
        box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        justify-content: center;
        margin: 0;
        padding: 0;
        border: 0;
      }

      @media only screen and (max-width: 575px) {
        .shop-card .shop-meta .meta-icon {
          height: 32px;
          min-width: 32px;
          width: 32px;
          font-size: 14px;
        }
      }

      .shop-card .shop-meta .yith-wcqv-button {
        position: absolute;
        border-radius: 45px;
        bottom: -60px;
        border: 4px solid #fffaf3;
        -webkit-transition: all 0.2s;
        -ms-transition: all 0.2s;
        transition: all 0.2s;
        left: 50%;
        transform: translateX(-50%);
        white-space: nowrap;
      }

      @media only screen and (max-width: 1480px) {
        .shop-card .shop-meta .yith-wcqv-button {
          font-size: 14px;
          font-weight: 400;
          padding: 8px 25px;
        }
      }

      .shop-card .product-tag {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        padding: 15px;
        align-items: start;
        gap: 5px;
      }

      @media only screen and (max-width: 575px) {
        .shop-card .product-tag {
          padding: 10px;
        }

        .shop-card .product-tag .badge {
          font-size: 10px;
          min-width: 14px;
          min-height: 14px;
          padding: 2px 4px;
        }
      }

      @media only screen and (max-width: 575px) {
        .shop-card .dz-content {
          display: block;
          padding: 10px 0;
        }

        .shop-card .dz-content .price {
          display: block;
          padding-left: 0;
        }

        .shop-card .dz-content {
          text-align: left;
        }

        .shop-card .dz-content .title {
          font-size: 14px;
          line-height: 1.2;
        }

        .shop-card .star-rating {
          margin-bottom: 5px;
        }

        .shop-card .price {
          font-size: 15px;
        }

        .shop-card .price del {
          font-size: 13px;
          margin-right: 5px;
        }
      }

      .shop-card:hover .dz-media img {
        transform: translateY(-20px);
      }

      .shop-card:hover .shop-meta .yith-wcqv-button {
        bottom: -4px;
        border: 4px solid #fffaf3;
      }

      .shop-card.style-1 .dz-media {
        background: #fff;
        width: 200px;
        height: 200px;
        margin: auto;
        margin: 30px auto 15px auto;
      }

      .shop-card.style-1:hover .dz-media {
        transform: unset;
      }

      .shop-card.style-1 .add-product {
        background: #BEBEBE;
        width: 200px;
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 30px auto 15px auto;
        border-radius: 4px;
      }

      .shop-card.style-2 {
        background: linear-gradient(180deg, #FFF -30.2%, rgba(255, 255, 255, 0) 92.95%);
        filter: drop-shadow(5px -15px 30px rgba(82, 48, 0, 0.13));
        margin-top: 50px;
        border-radius: 15px 15px 0 0;
        overflow: unset;
      }

      .shop-card.style-2 .dz-media {
        -webkit-transition: all 0.8s;
        -ms-transition: all 0.8s;
        transition: all 0.8s;
        overflow: visible;
        padding: 20px;
        padding-bottom: 0;
      }

      .shop-card.style-2 .dz-media img {
        margin-top: -70px;
        background: none;
      }

      .shop-card.style-2:hover .dz-media {
        transform: unset;
      }

      .shop-card.style-2 .dz-content {
        text-align: start;
        background-color: transparent;
        padding: 20px;
        display: flex;
        justify-content: space-between;
      }

      .shop-card.style-2 .dz-content .title {
        margin-bottom: 0;
        font-weight: 500;
        text-transform: capitalize;
      }

      @media only screen and (max-width: 991px) {
        .shop-card.style-2 .dz-content .title {
          font-size: 16px;
        }
      }

      .shop-card.style-2 .dz-content .sale-title {
        color: var(--primary);
        font-size: 14px;
        font-weight: 600;
        text-transform: capitalize;
      }

      .shop-card.style-2 .dz-content .price {
        font-size: 18px;
        font-weight: 600;
        text-align: end;
      }

      .shop-card.style-2 .dz-content .price del {
        font-size: 14px;
        font-weight: 400;
        display: block;
        margin: 0;
      }

      .shop-card.style-3 .dz-media {
        -webkit-transition: all 0.8s;
        -ms-transition: all 0.8s;
        transition: all 0.8s;
        border-radius: 20px;
      }

      .shop-card.style-3:hover .dz-media img {
        transform: unset;
      }

      .shop-card.style-3 .dz-content {
        text-align: start;
        justify-content: space-between;
        position: absolute;
        left: 50%;
        bottom: 20px;
        width: calc(100% - 40px);
        transform: translateX(-50%);
        padding: 10px;
        display: flex;
        align-items: center;
        border: 1px solid #000;
        border-radius: 12px;
        background: #fff;
      }

      .shop-card.style-3 .dz-content .title-area {
        width: 60%;
      }

      @media only screen and (max-width: 991px) {
        .shop-card.style-3 .dz-content .title-area {
          width: 60%;
        }
      }

      .shop-card.style-3 .dz-content .title {
        margin-bottom: 0;
        font-weight: 500;
        text-transform: capitalize;
        font-size: 14px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
      }

      @media only screen and (max-width: 991px) {
        .shop-card.style-3 .dz-content .title {
          font-size: 16px;
        }
      }

      .shop-card.style-3 .dz-content .sale-title {
        color: var(--bs-success);
        font-size: 13px;
        font-weight: 400;
        text-transform: capitalize;
      }

      .shop-card.style-3 .dz-content .price {
        font-size: 16px;
        font-weight: 600;
        text-align: end;
      }

      .shop-card.style-3 .dz-content .price ins {
        font-size: inherit;
      }

      .shop-card.style-3 .dz-content .price del {
        font-size: 12px;
        font-weight: 400;
        display: block;
        margin: 0;
      }

      @media only screen and (max-width: 1199px) {
        .shop-card.style-3 .dz-content {
          width: calc(100% - 20px);
          bottom: 10px;
        }
      }

      .shop-card.style-3 .sale-badge {
        position: absolute;
        top: -45px;
        right: -45px;
        width: 115px;
        height: 115px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
        color: var(--title);
        line-height: 1.2;
        font-size: 18px;
        text-align: center;
      }

      .shop-card.style-3 .sale-badge:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../images/star.png);
        z-index: -1;
        background-repeat: no-repeat;
        animation: rotate-360 20s infinite linear;
        background-size: contain;
      }

      @media only screen and (max-width: 991px) {
        .shop-card.style-3 .sale-badge {
          width: 75px;
          height: 75px;
          line-height: 1.1;
          font-size: 13px;
          top: -15px;
          right: -15px;
        }
      }

      .shop-card.style-4 {
        display: flex;
        align-items: center;
        border: 1px solid #000;
        border-radius: 28px;
        padding: 15px 17px;
        background: #FFFAF3;
      }

      @media only screen and (max-width: 575px) {
        .shop-card.style-4 {
          padding: 10px;
        }
      }

      .shop-card.style-4 .dz-media {
        -webkit-transition: all 0.8s;
        -ms-transition: all 0.8s;
        transition: all 0.8s;
        border-radius: 15px;
        width: 120px;
        height: 160px;
        margin-right: 15px;
        min-width: 120px;
      }

      @media only screen and (max-width: 575px) {
        .shop-card.style-4 .dz-media {
          margin-right: 10px;
        }
      }

      .shop-card.style-4 .dz-media img {
        height: 100%;
        width: 100%;
        object-fit: cover;
      }

      .shop-card.style-4 .dz-content {
        background: transparent;
        display: block;
        padding: 0;
      }

      .shop-card.style-4 .dz-content .title {
        font-size: 20px;
        font-weight: 500;
        text-transform: capitalize;
        width: 100%;
        margin-bottom: 15px;
      }

      @media only screen and (max-width: 767px) {
        .shop-card.style-4 .dz-content .title {
          font-size: 16px;
        }
      }

      .shop-card.style-4 .dz-content .sale-title {
        color: var(--primary);
        font-size: 14px;
        font-weight: 500;
      }

      .shop-card.style-4 .dz-content .amount {
        font-size: 18px;
        font-weight: 600;
        margin-right: 5px;
      }

      .shop-card.style-4 .dz-content del .amount {
        font-size: 14px;
        font-weight: 400;
        margin-right: 5px;
        opacity: 0.7;
      }

      .shop-card.style-4 .dz-content .review {
        color: rgba(0, 0, 0, 0.5);
        font-size: 14px;
        font-weight: 400;
      }

      .shop-card.style-4 .dz-content .review i {
        color: #FFA048;
        margin-right: 5px;
        font-size: 12px;
      }

      @media only screen and (max-width: 1199px) {
        .shop-card.style-4 .dz-content {
          padding: 0;
        }
      }

      .shop-card.style-4:hover .dz-media img {
        transform: unset;
      }

      .shop-card.style-5 .dz-media {
        -webkit-transition: all 0.8s;
        -ms-transition: all 0.8s;
        transition: all 0.8s;
        border-radius: 20px;
        margin-bottom: 15px;
      }

      .shop-card.style-5 .dz-content {
        text-align: start;
        justify-content: space-between;
        padding: 0px;
        display: flex;
        background: transparent;
      }

      .shop-card.style-5 .dz-content .title {
        margin-bottom: 0;
        font-weight: 600;
        text-transform: capitalize;
        font-size: 14px;
      }

      @media only screen and (max-width: 991px) {
        .shop-card.style-5 .dz-content .title {
          font-size: 16px;
        }
      }

      .shop-card.style-5 .dz-content .sale-title {
        color: var(--primary);
        font-size: 13px;
        font-weight: 500;
        text-transform: capitalize;
      }

      .shop-card.style-5 .dz-content .price {
        font-size: 16px;
        font-weight: 600;
        text-align: end;
      }

      .shop-card.style-5 .dz-content .price del {
        font-size: 12px;
        font-weight: 400;
        display: block;
        margin: 0;
      }

      .shop-card.style-5:hover .dz-media img {
        transform: unset;
      }

      .shop-card.style-6 .dz-media {
        -webkit-transition: all 0.8s;
        -ms-transition: all 0.8s;
        transition: all 0.8s;
        border-radius: 20px;
      }

      .shop-card.style-6:hover .dz-media img {
        transform: unset;
      }

      .shop-card.style-6 .dz-content {
        position: absolute;
        bottom: 20px;
        left: 20px;
        z-index: 1;
        padding: 0;
        background: transparent;
      }

      .shop-card.style-6 .sale-badge {
        position: absolute;
        top: -45px;
        right: -45px;
        width: 115px;
        height: 115px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
        color: var(--title);
        line-height: 1.2;
        font-size: 18px;
        text-align: center;
        font-weight: 600;
      }

      @media only screen and (max-width: 991px) {
        .shop-card.style-6 .sale-badge {
          width: 75px;
          height: 75px;
          line-height: 1.1;
          font-size: 13px;
          top: -15px;
          right: -15px;
        }
      }

      .shop-card.style-6 .sale-badge:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../images/star.png);
        z-index: -1;
        background-repeat: no-repeat;
        animation: rotate-360 20s infinite linear;
        background-size: contain;
      }

      .shop-card.style-7 .dz-media {
        border-radius: 15px 15px 0 0;
        -webkit-transition: all 0.8s;
        -ms-transition: all 0.8s;
        transition: all 0.8s;
        height: 190px;
        min-height: 190px;
      }

      @media only screen and (max-width: 1199px) {
        .shop-card.style-7 .dz-media {
          height: 160px;
          min-height: 160px;
        }
      }

      .shop-card.style-7 .dz-media img {
        border-radius: 0;
        height: 100%;
        object-fit: cover;
      }

      .shop-card.style-7:hover .dz-media img {
        transform: unset;
      }

      .shop-card.style-7 .dz-content {
        text-align: start;
        background: #FFF;
        padding: 15px;
        border-radius: 0 0 15px 15px;
        display: block;
      }

      .shop-card.style-7 .dz-content .title {
        margin-bottom: 2px;
        font-weight: 500;
        text-transform: capitalize;
        font-size: 16px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
      }

      @media only screen and (max-width: 991px) {
        .shop-card.style-7 .dz-content .title {
          font-size: 16px;
        }
      }

      .shop-card.style-7 .dz-content .sale-title {
        color: #159E42;
        font-size: 13px;
        font-weight: 400;
        text-transform: capitalize;
      }

      .swiper-shop2 {
        filter: drop-shadow(5px 25px 20px rgba(82, 48, 0, 0.13));
      }

      @media only screen and (max-width: 767px) {
        .swiper-shop2 {
          overflow: unset;
        }
      }

      .offer-card {
        position: relative;
        overflow: hidden;
        margin-bottom: 30px;
      }

      .offer-card .offer-content {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 30px;
      }

      .offer-card .offer-content .title {
        text-transform: capitalize;
      }

      .offer-card .offer-content .offer {
        margin-bottom: 15px;
      }

      @media only screen and (min-width: 1200px) and (max-width: 1399px) {
        .offer-card .offer-content {
          padding: 18px;
        }

        .offer-card .offer-content .title {
          font-size: 22px;
        }

        .offer-card .offer-content .offer {
          margin-bottom: 10px;
        }
      }

      @media only screen and (max-width: 767px) {
        .offer-card .offer-content {
          padding: 18px;
        }

        .offer-card .offer-content .title {
          font-size: 18px;
        }

        .offer-card .offer-content .btn {
          padding: 8px 18px;
          font-size: 14px;
        }

        .offer-card .offer-content .offer {
          font-size: 15px;
          margin-bottom: 10px;
        }
      }

      @media only screen and (max-width: 575px) {
        .offer-card {
          margin-bottom: 30px;
        }

        .offer-card .offer-content {
          padding: 30px;
        }

        .offer-card .offer-content .title {
          font-size: 24px;
        }

        .offer-card .offer-content .btn {
          padding: 12px 25px;
          font-size: 16px;
        }

        .offer-card .offer-content .offer {
          font-size: 16px;
          margin-bottom: 15px;
        }
      }

      .shop-box.style-1 .dz-media {
        margin-bottom: 30px;
        text-align: center;
      }

      .shop-box.style-1 .dz-media img {
        width: 160px;
        height: 170px;
        object-fit: contain;
      }

      .shop-box.style-1 .product-name {
        font-size: 16px;
        font-weight: 500;
        background: #fff;
        text-align: center;
        width: fit-content;
        margin: auto;
        padding: 5px 20px;
        border-radius: 30px;
        border: 1px solid #000;
      }

      .shop-section .right-box,
      .shop-section .left-box {
        position: relative;
        z-index: 1;
        padding: 80px 0;
        overflow: hidden;
      }

      @media only screen and (max-width: 575px) {

        .shop-section .right-box,
        .shop-section .left-box {
          padding: 50px 0;
        }
      }

      .shop-section .left-box {
        padding-right: 100px;
        padding-left: 100px;
        background-color: #FEEB9D;
      }

      @media only screen and (max-width: 1199px) {
        .shop-section .left-box {
          padding-right: 80px;
          padding-left: 30px;
        }
      }

      @media only screen and (max-width: 991px) {
        .shop-section .left-box {
          padding-right: 30px;
          padding-left: 30px;
          padding-top: 50px;
          padding-bottom: 50px;
        }
      }

      .shop-section .left-box:after {
        content: "";
        background-image: url('data:image/svg+xml,<svg width="413" height="44" viewBox="0 0 413 44" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M37.4829 37.8579L0 0.375V0H413V0.375L375.517 37.8579C367.707 45.6684 355.043 45.6684 347.233 37.8579L323.892 14.5171C316.082 6.70665 303.418 6.70665 295.608 14.5171L272.267 37.8579C264.457 45.6684 251.793 45.6684 243.983 37.8579L220.642 14.5171C212.832 6.70665 200.168 6.70665 192.358 14.5171L169.017 37.8579C161.207 45.6684 148.543 45.6684 140.733 37.8579L117.392 14.5171C109.582 6.70665 96.9184 6.70665 89.1079 14.5171L65.7671 37.8579C57.9566 45.6684 45.2934 45.6684 37.4829 37.8579Z" fill="%23FFFAF3"/></svg>');
        position: absolute;
        width: 30.77%;
        height: 50px;
        top: 0;
        background-size: 100%;
        left: 5%;
        background-position: top;
        background-repeat: no-repeat;
      }

      .shop-section .left-box .shap {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        mask-image: url(../images/shap-2.png);
        mask-size: auto 100%;
        mask-repeat: no-repeat;
        height: 100%;
        object-fit: cover;
        mask-position: revert-layer;
      }

      .shop-section .left-box .icon-button {
        position: absolute;
        right: -72px;
        top: 50%;
        transform: translateY(-50%);
      }

      @media only screen and (max-width: 991px) {
        .shop-section .left-box .icon-button {
          display: none;
        }
      }

      .shop-section .right-box {
        background: #000;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
      }

      @media only screen and (max-width: 1480px) {
        .shop-section .right-box {
          padding: 80px 60px 80px 100px;
        }
      }

      @media only screen and (max-width: 991px) {
        .shop-section .right-box {
          padding: 40px;
          align-items: unset;
          text-align: center;
        }
      }

      .shop-section .right-box .title {
        color: #FFF;
        font-size: 35px;
        font-weight: 500;
        width: 80%;
      }

      @media only screen and (max-width: 991px) {
        .shop-section .right-box .title {
          width: 100%;
        }
      }

      @media only screen and (max-width: 575px) {
        .shop-section .right-box .title {
          font-size: 26px;
          width: 100%;
        }
      }

      @media only screen and (max-width: 767px) {
        .shop-section .right-box .title {
          font-size: 24px;
        }
      }

      @media only screen and (max-width: 575px) {
        .shop-section .right-box .title {
          font-size: 20px;
          width: 100%;
        }
      }

      .shop-section .right-box .text {
        color: rgba(255, 255, 255, 0.8);
        margin-bottom: 30px;
        width: 70%;
      }

      @media only screen and (max-width: 1480px) {
        .shop-section .right-box .text {
          width: 100%;
        }
      }

      @media only screen and (max-width: 767px) {
        .shop-section .right-box .text {
          display: none;
        }
      }

      .shop-section .right-box .pagination-align {
        gap: 28px;
      }

      @media only screen and (max-width: 991px) {
        .shop-section .right-box .pagination-align {
          justify-content: center;
        }
      }

      .shop-section .right-box .icon-button {
        position: absolute;
        left: -72px;
        top: 50%;
        transform: translateY(-50%);
      }

      @media only screen and (max-width: 991px) {
        .shop-section .right-box .icon-button {
          display: none;
        }
      }

      .icon-button {
        width: 145px;
        position: relative;
        border-radius: 50%;
        display: inline-block;
      }

      .icon-button .button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
      }

      .icon-button img {
        animation: rotate-360 20s infinite linear;
      }

      .product-link {
        white-space: nowrap;
        display: flex;
        align-items: center;
        color: #000;
        gap: 5px;
      }

      @media only screen and (max-width: 767px) {
        .product-link span {
          display: none;
        }

        .product-link {
          width: 30px;
          min-width: 30px;
          height: 30px;
          border: 1px solid #000;
          text-align: center;
          display: flex;
          justify-content: center;
          border-radius: 20px;
        }
      }

      .product-link:hover i {
        -webkit-animation: toTopFromBottom 0.5s forwards;
        -moz-animation: toTopFromBottom 0.5s forwards;
        animation: toTopFromBottom 0.5s forwards;
      }

      .icon-up i {
        display: inline-block;
      }

      @-webkit-keyframes toTopFromBottom {
        49% {
          -webkit-transform: translateX(100%);
        }

        50% {
          opacity: 0;
          -webkit-transform: translateX(-100%);
        }

        51% {
          opacity: 1;
        }
      }

      @-moz-keyframes toTopFromBottom {
        49% {
          -moz-transform: translateX(100%);
        }

        50% {
          opacity: 0;
          -moz-transform: translateX(-100%);
        }

        51% {
          opacity: 1;
        }
      }

      @keyframes toTopFromBottom {
        49% {
          transform: translateX(100%);
        }

        50% {
          opacity: 0;
          transform: translateX(-100%);
        }

        51% {
          opacity: 1;
        }
      }

      /* Light Gallery */
      .lg-actions .lg-next,
      .lg-actions .lg-prev,
      .lg-sub-html,
      .lg-toolbar {
        background-color: rgba(255, 255, 255, 0.9);
      }

      .lg-outer {
        z-index: 1000000;
      }

      .lg-outer .lg-toogle-thumb,
      .lg-outer .lg-thumb-outer,
      .lg-outer .lg-img-wrap,
      .lg-outer .lg-item {
        background-color: transparent;
      }

      .lg-outer .lg-object {
        border: 1px solid rgba(0, 0, 0, 0.2);
      }

      .lg-backdrop {
        background-color: rgba(255, 255, 255, 0.9);
        backdrop-filter: blur(15px);
        z-index: 999999;
      }

      .lg-outer .lg-toogle-thumb,
      .lg-actions .lg-next,
      .lg-actions .lg-prev,
      .lg-toolbar .lg-icon,
      #lg-counter {
        color: #444444;
      }

      .lg-next,
      .lg-prev {
        background-color: var(--light);
        border-radius: 0;
        color: #999;
        padding: 10px 10px 10px;
      }

      .lg-next:hover,
      .lg-prev:hover {
        background-color: var(--secondary);
        color: #fff;
      }

      .lg-outer .lg-thumb {
        width: auto !important;
      }

      .lg-outer .lg-thumb-item {
        border-radius: 0px;
        width: 70px !important;
        height: 70px !important;
        margin-right: 5px !important;
      }

      .lg-outer .lg-thumb-item.active,
      .lg-outer .lg-thumb-item:hover {
        border-color: var(--secondary);
      }

      .lightimg {
        cursor: pointer;
      }

      .dz-offcanvas.offcanvas .btn-close {
        --bs-btn-close-bg: none;
        padding: 0;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 40px;
        position: absolute;
        top: 5px;
        font-weight: 300;
        right: 5px;
        font-size: 40px;
        opacity: 0.5;
      }

      .dz-offcanvas.offcanvas .btn-close:focus {
        box-shadow: unset;
      }

      @media only screen and (max-width: 575px) {
        .dz-offcanvas.offcanvas .btn-close {
          font-size: 32px;
          top: 0;
          right: 0;
        }
      }

      .dz-offcanvas.offcanvas.offcanvas-end,
      .dz-offcanvas.offcanvas.offcanvas-top {
        border: 0;
      }

      .dz-offcanvas.offcanvas.offcanvas-end {
        width: 485px;
      }

      .dz-offcanvas.offcanvas.offcanvas-end .offcanvas-body {
        padding: 60px 75px;
      }

      @media only screen and (max-width: 575px) {
        .dz-offcanvas.offcanvas.offcanvas-end .offcanvas-body {
          padding: 50px 15px;
        }
      }

      .dz-offcanvas.offcanvas .woocommerce-mini-cart__buttons.buttons {
        justify-content: center;
        display: flex;
        gap: 15px;
        flex-direction: column-reverse;
      }

      .dz-offcanvas.offcanvas .woocommerce-mini-cart__buttons.buttons a {
        margin: 0;
        min-height: 50px;
        font-size: 16px;
      }

      .dz-offcanvas.offcanvas .woocommerce-mini-cart__buttons.buttons a.checkout {
        color: var(--title);
        background-color: var(--light);
        border-color: var(--light);
      }

      .dz-offcanvas.offcanvas .woocommerce-mini-cart__buttons.buttons a.checkout:hover {
        color: var(--title);
        background-color: #cfcfcf;
        border-color: #cfcfcf;
      }

      .dz-offcanvas.offcanvas .woocommerce-mini-cart__buttons.buttons a.checkout {
        background: var(--light);
        border-color: var(--light);
      }

      .dz-offcanvas.offcanvas .woocommerce-mini-cart__buttons.buttons:after,
      .dz-offcanvas.offcanvas .woocommerce-mini-cart__buttons.buttons:before {
        content: none;
      }

      .dz-offcanvas .woocommerce a.remove {
        width: auto;
        height: auto;
        border-radius: 0;
        background: none;
        color: var(--primary) !important;
      }

      .dz-offcanvas .woocommerce a.remove:after {
        font-size: 16px;
      }

      .dz-offcanvas ul li::marker {
        content: none;
      }

      .cart-widget {
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .cart-widget .dz-media {
        width: 80px;
        min-width: 80px;
        height: 80px;
        border-radius: 10px;
      }

      .cart-widget .cart-content {
        margin-right: 20px;
        flex: 1;
      }

      .cart-widget .cart-content .title,
      .cart-widget .cart-content .dz-price {
        font-weight: 500;
        font-size: 16px;
      }

      .cart-widget .cart-content .title {
        font-family: "Afacad", sans-serif;
        font-size: 16px;
        line-height: 1.5;
        font-weight: 500;
        color: var(--title);
        margin-bottom: 5px;
      }

      .cart-widget .cart-content .title a {
        color: var(--secondary);
      }

      .cart-widget .dz-close {
        width: 42px;
        height: 42px;
        align-items: center;
        background: var(--light);
        justify-content: center;
        display: flex;
        color: var(--secondary);
        border-radius: 40px;
      }

      .cart-widget .dz-close:hover {
        background: var(--secondary);
        color: #fff;
      }

      .sidebar-cart-list li {
        padding-bottom: 20px;
        border-bottom: 1px solid var(--border-color);
        margin-bottom: 20px;
      }

      .cart-total {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 18px 0;
        margin-bottom: 10px;
      }

      .cart-total h5 {
        font-weight: 700;
      }

      .shipping-time {
        display: flex;
        align-items: center;
        margin-bottom: 40px;
      }

      .shipping-time .dz-icon {
        min-width: 50px;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 20px;
      }

      .shipping-time .dz-icon i {
        font-size: 55px;
      }

      .shipping-time img {
        margin-right: 20px;
      }

      .shipping-time .title {
        font-weight: 500;
      }

      .shipping-time .progress {
        border-radius: 0;
        height: 5px;
        background-color: #FFEDD4;
      }

      .shop-sidebar-cart {
        display: flex;
        flex-direction: column;
        min-height: calc(100vh - 190px);
      }

      .shop-sidebar-cart .remove {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background: var(--title);
        display: inline-block;
        text-align: center;
        line-height: 42px;
        font-weight: 100;
        font-size: 14px;
        color: #fff !important;
      }

      .shop-sidebar-cart .remove i {
        font-size: 18px;
        line-height: 42px;
      }

      .section-head.style-2 {
        display: flex;
        align-items: end;
        justify-content: space-between;
      }

      @media only screen and (max-width: 1480px) {
        .section-head.style-2 .title {
          font-size: 2.25rem;
        }
      }

      @media only screen and (max-width: 1199px) {
        .section-head.style-2 .title {
          font-size: 2rem;
        }
      }

      @media only screen and (max-width: 767px) {
        .section-head.style-2 .title {
          font-size: 1.5rem;
        }
      }

      .tranding-button-next.btn-next,
      .tranding-button-prev.btn-prev {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--secondary);
        background: #FFEDD4;
        font-size: 18px;
        letter-spacing: 2px;
        z-index: 1;
        border-radius: 50%;
        margin: 0 5px;
        -webkit-transition: all 0.8s;
        -ms-transition: all 0.8s;
        transition: all 0.8s;
      }

      .tranding-button-next.btn-next svg path,
      .tranding-button-prev.btn-prev svg path {
        stroke: var(--secondary);
      }

      .tranding-button-next.btn-next:hover,
      .tranding-button-prev.btn-prev:hover {
        background: var(--secondary);
      }

      .tranding-button-next.btn-next:hover svg path,
      .tranding-button-prev.btn-prev:hover svg path {
        stroke: #ffffff;
      }

      .tranding-button-next.btn-next:hover i,
      .tranding-button-prev.btn-prev:hover i {
        color: #ffffff;
      }

      .tranding-button-next.btn-next:after,
      .tranding-button-prev.btn-prev:after {
        content: none;
      }

      .tranding-button-next.btn-next i,
      .tranding-button-prev.btn-prev i {
        font-size: 24px;
      }

      @media only screen and (max-width: 575px) {

        .tranding-button-next.btn-next,
        .tranding-button-prev.btn-prev {
          width: 40px;
          height: 40px;
          line-height: 38px;
        }
      }

      .swiper-btn-center-lr {
        position: relative;
      }

      .swiper-btn-center-lr.portfolio-project .btn-prev {
        left: 100px;
      }

      .swiper-btn-center-lr.portfolio-project .btn-next {
        right: 100px;
      }

      @media only screen and (max-width: 1199px) {
        .swiper-btn-center-lr.portfolio-project .btn-prev {
          left: 50px;
        }

        .swiper-btn-center-lr.portfolio-project .btn-next {
          right: 50px;
        }
      }

      @media only screen and (max-width: 767px) {
        .swiper-btn-center-lr.portfolio-project .btn-prev {
          left: 20px;
        }

        .swiper-btn-center-lr.portfolio-project .btn-next {
          right: 20px;
        }
      }

      .swiper-btn-center-lr .btn-next,
      .swiper-btn-center-lr .btn-prev {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
      }

      .swiper-btn-center-lr .btn-prev {
        left: -100px;
      }

      .swiper-btn-center-lr .btn-next {
        right: -100px;
      }

      @media only screen and (max-width: 1500px) {
        .swiper-btn-center-lr .btn-prev {
          left: -80px;
        }

        .swiper-btn-center-lr .btn-next {
          right: -80px;
        }
      }

      @media only screen and (max-width: 1480px) {
        .swiper-btn-center-lr .btn-prev {
          left: -80px;
        }

        .swiper-btn-center-lr .btn-next {
          right: -80px;
        }
      }

      @media only screen and (max-width: 1280px) {
        .swiper-btn-center-lr .btn-prev {
          left: -30px;
        }

        .swiper-btn-center-lr .btn-next {
          right: -30px;
        }
      }

      @media only screen and (max-width: 767px) {
        .swiper-btn-center-lr .btn-prev {
          left: -25px;
        }

        .swiper-btn-center-lr .btn-next {
          right: -25px;
        }
      }

      @media only screen and (max-width: 575px) {

        .swiper-btn-center-lr .btn-prev,
        .swiper-btn-center-lr .btn-next {
          display: none;
        }
      }

      .wc-proceed-to-checkout br {
        display: none;
      }

      .cart_totals p:last-child {
        margin-bottom: 0;
      }

      @media (min-width: 1200px) {

        .container,
        .container-lg,
        .container-md,
        .container-sm,
        .container-xl {
          max-width: 1320px;
        }
      }

      /** - Title Separators */
      .wt-separator-two-part {
        padding-bottom: 50px;
      }

      @media (max-width: 991px) {
        .wt-separator-two-part {
          padding-bottom: 30px;
        }
      }

      .wt-separator-two-part.when-bg-dark .section-head .wt-title {
        color: #fff;
      }

      .wt-separator-two-part.when-bg-dark .section-head.left.wt-small-separator-outer .wt-small-separator {
        color: #443935;
      }

      .wt-separator-two-part.when-bg-dark .wt-separator-two-part-right .p-discription {
        color: #fff;
      }

      /** - Center Title */
      .trv-column-style-head {
        display: flex;
        align-items: center;
        margin-bottom: 60px;
      }

      .trv-column-style-head .section-head.trv-head-title-wrap {
        margin-bottom: 0px;
      }

      .trv-column-style-head .section-head.trv-head-title-wrap.left-position .trv-head-discription {
        margin-bottom: 0px;
      }

      @media (max-width: 991px) {
        .trv-column-style-head .section-head.trv-head-title-wrap.left-position .trv-head-discription {
          margin-bottom: 30px;
        }
      }

      .trv-column-style-head .trv-column-style-head-btn {
        text-align: right;
      }

      @media (max-width: 991px) {
        .trv-column-style-head .trv-column-style-head-btn {
          text-align: left;
        }
      }

      .section-head.trv-head-title-wrap {
        margin-bottom: 60px;
      }

      @media (max-width: 768px) {
        .section-head.trv-head-title-wrap {
          margin-bottom: 30px;
        }
      }

      .section-head.trv-head-title-wrap .trv-head-title {
        font-family: "Afacad", sans-serif;
        color: #066168;
        font-size: 46px;
        font-weight: 700;
        margin-bottom: 10px;
      }

      @media (max-width: 1024px) {
        .section-head.trv-head-title-wrap .trv-head-title {
          font-size: 40px;
        }
      }

      @media (max-width: 768px) {
        .section-head.trv-head-title-wrap .trv-head-title {
          font-size: 30px;
        }
      }

      .section-head.trv-head-title-wrap .trv-head-title-image {
        margin-top: -28px;
      }

      .section-head.trv-head-title-wrap .trv-head-title-image img {
        width: 470px;
      }

      .section-head.trv-head-title-wrap .trv-head-discription {
        font-size: 16px;
      }

      .section-head.trv-head-title-wrap.center-position {
        text-align: center;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
      }

      .section-head.trv-head-title-wrap.left-position {
        text-align: left;
      }

      @media (max-width: 991px) {
        .section-head.trv-head-title-wrap.left-position {
          margin-bottom: 30px;
        }
      }

      .section-head.trv-head-title-wrap.left-position .trv-head-title {
        margin-bottom: 14px;
      }

      .section-head.trv-head-title-wrap.left-position .trv-head-discription {
        margin-bottom: 50px;
      }

      @media (max-width: 991px) {
        .section-head.trv-head-title-wrap.left-position .trv-head-discription {
          margin-bottom: 30px;
        }
      }

      .section-head.trv-head-title-wrap.with-bg-dark .trv-head-title {
        color: #fff;
      }

      .section-head.trv-head-title-wrap.with-bg-dark .trv-head-discription {
        color: #DBEEEE;
      }

      /** - About One Section */
      .about-section-two-right {
        padding-left: 40px;
      }

      @media (max-width: 991px) {
        .about-section-two-right {
          padding-left: 0;
        }
      }

      .about-section-two-right .about-one strong {
        font-size: 18px;
        font-weight: 600;
        color: #443935;
      }

      /** - About Two Section */
      .about-max-two-position {
        display: block;
      }

      .about-max-two-position .about-max-two {
        position: relative;
        z-index: 1;
        padding: 0px 0px 0px 180px;
      }

      @media (max-width: 600px) {
        .about-max-two-position .about-max-two {
          display: flex;
          padding: 0px;
          gap: 20px;
        }
      }

      @media (max-width: 400px) {
        .about-max-two-position .about-max-two {
          display: block;
        }
      }

      .about-max-two-position .about-max-two .about-max-two-media {
        position: relative;
      }

      @media (max-width: 1270px) {
        .about-max-two-position .about-max-two .about-max-two-media {
          bottom: 0;
          margin-top: 0;
          margin-bottom: 30px;
        }
      }

      @media (max-width: 600px) {
        .about-max-two-position .about-max-two .about-max-two-media {
          width: 50%;
        }
      }

      @media (max-width: 400px) {
        .about-max-two-position .about-max-two .about-max-two-media {
          width: 100%;
        }
      }

      .about-max-two-position .about-max-two .about-max-two-media img {
        width: 100%;
      }

      .about-max-two-position .about-max-two .circle-text1 {
        position: absolute;
        right: -20px;
        top: 0;
        z-index: 1;
      }

      @media (max-width: 991px) {
        .about-max-two-position .about-max-two .circle-text1 {
          right: 20px;
        }
      }

      @media (max-width: 400px) {
        .about-max-two-position .about-max-two .circle-text1 {
          display: none;
        }
      }

      .about-max-two-position .about-max-two .about-max-two-media2-wrap {
        position: absolute;
        left: 50px;
        top: 50%;
        transform: translateY(-50%);
        max-width: 300px;
      }

      @media (max-width: 767px) {
        .about-max-two-position .about-max-two .about-max-two-media2-wrap {
          width: 50%;
        }
      }

      @media (max-width: 600px) {
        .about-max-two-position .about-max-two .about-max-two-media2-wrap {
          width: 50%;
          position: inherit;
          top: auto;
          transform: none;
          right: 0px;
          left: auto;
          max-width: 100%;
        }
      }

      @media (max-width: 400px) {
        .about-max-two-position .about-max-two .about-max-two-media2-wrap {
          width: 100%;
        }
      }

      .about-max-two-position .about-max-two .about-max-two-media2-wrap .about-max-two-media2 {
        position: relative;
        z-index: 1;
      }

      @media (max-width: 600px) {
        .about-max-two-position .about-max-two .about-max-two-media2-wrap .about-max-two-media2 img {
          width: 100%;
        }
      }

      @media (max-width: 400px) {
        .about-max-two-position .about-max-two .about-max-two-media2-wrap .about-max-two-media2 img {
          box-shadow: none;
        }
      }

      .about-max-two-position .about-max-two .about-max-two-media2-wrap .about-max-two-media2:before {
        content: "";
        position: absolute;
        left: -50px;
        top: -50px;
        bottom: -50px;
        right: -50px;
        background-color: rgba(170, 77, 10, 0.04);
        z-index: -1;
        backdrop-filter: blur(10px);
      }

      @media (max-width: 767px) {
        .about-max-two-position .about-max-two .about-max-two-media2-wrap .about-max-two-media2:before {
          left: -20px;
          top: -20px;
          bottom: -20px;
          right: -20px;
        }
      }

      @media (max-width: 600px) {
        .about-max-two-position .about-max-two .about-max-two-media2-wrap .about-max-two-media2:before {
          display: none;
        }
      }

      @media (max-width: 400px) {
        .about-max-two-position .about-max-two .about-max-two-media2-wrap .about-max-two-media2:before {
          display: none;
        }
      }

      /** - About Owo Section */
      .about-section-one .row {
        display: flex;
        align-items: center;
      }

      /** - We Provide Section */
      .company-exp-position {
        display: block;
      }

      @media (max-width: 768px) {
        .company-exp-position {
          padding-bottom: 30px;
        }
      }

      @media (max-width: 767px) {
        .company-exp-position {
          padding-bottom: 0px;
        }
      }

      .company-exp-position .company-exp {
        position: relative;
        z-index: 1;
        padding: 0 0 0 100px;
      }

      @media (max-width: 767px) {
        .company-exp-position .company-exp {
          padding-left: 0px;
        }
      }

      .company-exp-position .company-exp:after {
        content: "";
        position: absolute;
        background-color: #443935;
        width: 300px;
        left: 230px;
        transform: skew(-20deg);
        z-index: -1;
        top: -30px;
        bottom: -30px;
      }

      @media (max-width: 1200px) {
        .company-exp-position .company-exp:after {
          transform: skew(-20deg) translateX(-50%);
          left: 50%;
        }
      }

      @media (max-width: 767px) {
        .company-exp-position .company-exp:after {
          display: none;
        }
      }

      .company-exp-position .company-exp .company-exp-media {
        position: relative;
        max-width: 428px;
        margin-left: auto;
        margin-right: 70px;
      }

      .company-exp-position .company-exp .company-exp-media:before {
        background: #fff;
        mix-blend-mode: hue;
        content: "";
        inset: 0;
        position: absolute;
        transform: scaleX(0);
        transform-origin: right;
        transition: transform 0.5s ease-in-out;
        z-index: 0;
      }

      .company-exp-position .company-exp .company-exp-media:hover:before {
        transform: scaleX(1);
        transform-origin: left;
      }

      @media (max-width: 1270px) {
        .company-exp-position .company-exp .company-exp-media {
          bottom: 0;
          margin-top: 0;
          margin-bottom: 30px;
        }
      }

      @media (max-width: 768px) {
        .company-exp-position .company-exp .company-exp-media {
          margin-bottom: 0px;
        }
      }

      @media (max-width: 767px) {
        .company-exp-position .company-exp .company-exp-media {
          margin-right: 0px;
          max-width: 100%;
        }
      }

      @media (max-width: 540px) {
        .company-exp-position .company-exp .company-exp-media {
          max-width: 100%;
          margin-right: 0px;
        }
      }

      .company-exp-position .company-exp .company-exp-media img {
        width: 100%;
      }

      .company-exp-position .company-exp .circle-text1 {
        position: absolute;
        right: 0px;
        z-index: 1;
        bottom: 30px;
        top: auto;
        border-radius: 50%;
      }

      .company-exp-position .company-exp .circle-text1 .emblem-wrap {
        background-color: #f3f3f3;
        padding: 8px;
        border-radius: 50%;
      }

      @media (max-width: 420px) {
        .company-exp-position .company-exp .circle-text1 .emblem-wrap .emblem {
          width: 140px;
          height: 140px;
        }
      }

      @media (max-width: 1320px) {
        .company-exp-position .company-exp .circle-text1 {
          right: 80px;
          bottom: 20px;
        }
      }

      @media (max-width: 767px) {
        .company-exp-position .company-exp .circle-text1 {
          top: 50px;
          left: 50%;
          bottom: auto;
          transform: translateX(-50%);
          right: auto;
        }
      }

      .company-exp-position .company-exp .company-exp-tagline {
        background-color: #f9f3ea;
        max-width: 310px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 30px;
        padding: 30px;
        outline-width: 3px;
        outline-offset: 15px;
        outline-color: #f5ead8;
        outline-style: double;
        border-top: 10px solid #fff;
        border-left: 10px solid #a19d9c;
        border-bottom: 10px solid #443935;
        border-right: 10px solid #a19d9c;
      }

      .company-exp-position .company-exp .company-exp-tagline span {
        display: block;
        font-size: 18px;
        font-weight: 400;
        font-family: "Afacad", sans-serif;
        color: #443935;
        padding: 20px 0px;
      }

      @media (max-width: 767px) {
        .company-exp-position .company-exp .company-exp-tagline {
          position: absolute;
          max-width: 100%;
          transform: none;
          left: auto;
          top: auto;
          margin-left: 22px;
          margin-right: 22px;
          bottom: 22px;
        }
      }

      /** - Rotate Text Img */
      .rotate-center {
        animation: rotate-center 10s linear infinite both;
      }

      @keyframes rotate-center {
        0% {
          transform: rotate(0);
        }

        100% {
          transform: rotate(360deg);
        }
      }

      /** - Counter Style One */
      .counter-outer-one-wrap {
        background-size: cover;
        --r: 20px;
        /* control the rounded part */
        --s: 40px;
        /* control the size of the cut */
        --a: 20deg;
        /* control the depth of the curvature */
        --p: 50%;
        /* control the position */
        width: calc(100% - 160px);
        background-color: #443935;
        --_m: var(--r), #000 calc(100% - 1px), #0000;
        --_d: (var(--s) + var(--r))*cos(var(--a));
        mask: radial-gradient(var(--r) at calc(var(--p) + var(--_d)) var(--_m)), radial-gradient(var(--r) at calc(var(--p) - var(--_d)) var(--_m)), radial-gradient(var(--s) at var(--p) calc(-1 * sin(var(--a)) * var(--s)), rgba(0, 0, 0, 0) 100%, #000 calc(100% + 1px)) 0 calc(var(--r) * (1 - sin(var(--a)))) no-repeat, linear-gradient(90deg, #000 calc(var(--p) - var(--_d)), rgba(0, 0, 0, 0) 0 calc(var(--p) + var(--_d)), #000 0);
        margin: 0px auto;
      }

      .counter-outer-one-wrap [class*=col-]:first-child .counter-outer-one .icon-content-info {
        border: none;
      }

      @media (max-width: 1024px) {
        .counter-outer-one-wrap {
          width: 100%;
        }
      }

      .counter-outer-one {
        text-align: center;
        padding: 60px 0px 30px 0px;
      }

      @media (max-width: 768px) {
        .counter-outer-one {
          padding: 30px 0px 0px 0px;
        }
      }

      .counter-outer-one .counter {
        font-size: 90px;
        line-height: 0.75;
        font-weight: 800;
        display: block;
        margin-bottom: 30px;
        font-family: "Figtree", sans-serif;
        color: transparent;
        -webkit-text-stroke: 1px #fff;
        -webkit-transition: 0.7s;
        transition: 0.7s;
      }

      @media (max-width: 1200px) {
        .counter-outer-one .counter {
          font-size: 58px;
        }
      }

      @media (max-width: 991px) {
        .counter-outer-one .counter {
          font-size: 38px;
        }
      }

      .counter-outer-one .icon-content-info {
        color: #fff;
        font-size: 18px;
        line-height: 22px;
        border-left: 2px solid #066168;
        padding-left: 20px;
        padding-right: 20px;
        font-family: "Afacad", sans-serif;
      }

      @media (max-width: 991px) {
        .counter-outer-one .icon-content-info {
          word-spacing: inherit;
        }
      }

      @media (max-width: 767px) {
        .counter-outer-one .icon-content-info {
          border: none;
        }
      }

      /** - Team Style One */
      .wt-team-1 {
        transition: 0.5s all ease;
        z-index: 1;
        background-color: #fff;
        padding: 0;
        margin-bottom: 40px;
      }

      .wt-team-1 .wt-media {
        position: relative;
      }

      .wt-team-1 .wt-media img {
        width: 100%;
      }

      .wt-team-1 .wt-info {
        margin: 0;
      }

      .wt-team-1 .wt-info .team-detail {
        padding: 20px;
        width: 100%;
        background-color: #fff;
        position: relative;
      }

      .wt-team-1 .wt-info .team-detail .team-position {
        font-size: 16px;
        font-weight: 500;
        display: block;
        margin-bottom: 0;
        color: #066168;
      }

      .wt-team-1 .wt-info .team-detail .team-name {
        color: #000;
        margin-bottom: 15px;
      }

      .wt-team-1:hover .team-social-center {
        transform: scale(1);
      }

      /** - Team Box Single */
      .team-detail-full {
        padding-left: 10px;
      }

      @media (max-width: 767px) {
        .team-detail-full {
          padding-left: 0;
        }
      }

      .team-detail-full .team-name {
        margin-bottom: 10px;
        font-size: 28px;
      }

      .team-detail-full .team-name a {
        color: #000;
      }

      .team-detail-full .team-position {
        font-size: 16px;
        font-weight: 600;
        color: #066168;
        display: block;
        margin-bottom: 20px;
      }

      .team-detail-full .team-detail-list {
        list-style: none;
        margin-bottom: 50px;
        list-style: none;
        margin-bottom: 50px;
        padding-top: 30px;
        border-top: 1px solid #ddd;
        margin-top: 30px;
      }

      .team-detail-full .team-detail-list li {
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-weight: 600;
        display: table;
        width: 100%;
      }

      .team-detail-full .team-detail-list li span {
        display: table-cell;
      }

      @media (max-width: 480px) {
        .team-detail-full .team-detail-list li span {
          display: block;
        }
      }

      .team-detail-full .team-detail-list li .team-list-title {
        color: #443935;
        margin-right: 20px;
        width: 180px;
      }

      .team-detail-full .team-detail-list li:last-child {
        border-bottom: 0px;
        padding-bottom: 0px;
        margin-bottom: 0px;
      }

      .team-detail-full .team-detail-social ul {
        list-style: none;
        margin-bottom: 0;
      }

      .team-detail-full .team-detail-social ul li {
        display: inline-block;
      }

      .team-detail-full .team-detail-social ul li a {
        height: 40px;
        width: 40px;
        line-height: 40px;
        display: block;
        text-align: center;
        background-color: #443935;
        color: #fff;
      }

      .team-detail-full .team-detail-social ul li a:hover {
        color: #fff;
        background-color: #066168;
      }

      @media (max-width: 767px) {
        .team_details_inner .wt-team-1 {
          margin-bottom: 30px;
        }
      }

      @media (max-width: 540px) {
        .team_details_inner .team-list-title {
          display: block;
        }
      }

      .team-detail-discription {
        padding-left: 0px;
      }

      @media (max-width: 991px) {
        .team-detail-discription {
          padding-left: 0;
        }
      }

      .team-deatail-featured {
        padding: 0;
      }

      .team-deatail-featured .wt-title {
        font-size: 24px;
        margin-bottom: 30px;
      }

      @media (max-width: 1024px) {
        .team-deatail-featured .wt-title {
          font-size: 22px;
        }
      }

      /** - Play Button */
      .play-now-video .icon {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 65px;
        width: 65px;
        text-align: center;
        line-height: 65px;
        background-color: rgba(255, 255, 255, 0.3);
        backdrop-filter: blur(5px);
        color: #fff;
        z-index: 1;
        font-size: 18px;
        padding-left: 5px;
        display: block;
        transform: translateX(-50%) translateY(-50%);
        transform-origin: center center;
        border-radius: 50%;
        box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.5);
      }

      .play-now-video .ripple {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 65px;
        width: 65px;
        transform: translateX(-50%) translateY(-50%);
        transform-origin: center center;
        border-radius: 50%;
        box-shadow: 0 0 0 0 rgb(255, 255, 255);
        animation: ripple-video 3s infinite;
        z-index: 1;
      }

      .play-now-video .ripple:before {
        top: 50%;
        left: 50%;
        height: 65px;
        width: 65px;
        transform: translateX(-50%) translateY(-50%);
        transform-origin: center center;
        border-radius: 50%;
        box-shadow: 0 0 0 0 rgb(255, 255, 255);
        animation: ripple-video 3s infinite;
        z-index: 1;
        animation-delay: 0.9s;
        content: "";
        position: absolute;
      }

      .play-now-video .ripple:after {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 65px;
        width: 65px;
        transform: translateX(-50%) translateY(-50%);
        transform-origin: center center;
        border-radius: 50%;
        box-shadow: 0 0 0 0 rgb(255, 255, 255);
        animation: ripple-video 3s infinite;
        z-index: 1;
        animation-delay: 0.6s;
        content: "";
      }

      @keyframes ripple-video {
        70% {
          box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
        }

        100% {
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        }
      }

      .ripple {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 65px;
        width: 65px;
        transform: translateX(-50%) translateY(-50%);
        transform-origin: center center;
        border-radius: 50%;
        box-shadow: 0 0 0 0 rgb(255, 255, 255);
        animation: ripple-video 3s infinite;
        z-index: 1;
      }

      .ripple:before {
        top: 50%;
        left: 50%;
        height: 65px;
        width: 65px;
        transform: translateX(-50%) translateY(-50%);
        transform-origin: center center;
        border-radius: 50%;
        box-shadow: 0 0 0 0 rgb(255, 255, 255);
        animation: ripple-video 3s infinite;
        z-index: 1;
        animation-delay: 0.9s;
        content: "";
        position: absolute;
      }

      .ripple:after {
        top: 50%;
        left: 50%;
        height: 65px;
        width: 65px;
        transform: translateX(-50%) translateY(-50%);
        transform-origin: center center;
        border-radius: 50%;
        box-shadow: 0 0 0 0 rgb(255, 255, 255);
        animation: ripple-video 3s infinite;
        z-index: 1;
        animation-delay: 0.6s;
        content: "";
        position: absolute;
      }

      @keyframes ripple-video {
        70% {
          box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.1);
        }

        100% {
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        }
      }

      /** - Testimonial Style Two */
      .testimonial2-outer-wrap {
        background-color: #443935;
      }

      .testimonial-2-content {
        position: relative;
        margin-bottom: 30px;
      }

      .testimonial-2-content .testimonial-2 {
        position: relative;
        z-index: 1;
      }

      .testimonial-2-content .testimonial-2 .testimonial-pic-block {
        margin-bottom: 0px;
      }

      .testimonial-2-content .testimonial-2 .testimonial-pic {
        background: #fff;
        width: 120px;
        height: 120px;
        position: relative;
        display: inline-block;
        padding: 0;
        z-index: 1;
        border: 10px solid #fff;
        margin-top: -60px;
      }

      @media (max-width: 640px) {
        .testimonial-2-content .testimonial-2 .testimonial-pic {
          margin-bottom: 20px;
        }
      }

      .testimonial-2-content .testimonial-2 .testimonial-pic.radius {
        border-radius: 100%;
      }

      .testimonial-2-content .testimonial-2 .testimonial-pic img {
        width: 100%;
      }

      .testimonial-2-content .testimonial-2 .testimonial-pic:after {
        content: "";
        left: -10px;
        top: -10px;
        height: 45px;
        background: #066168;
        position: absolute;
        z-index: -1;
        right: -10px;
      }

      .testimonial-2-content .testimonial-2 .testimonial-info {
        padding-top: 15px;
        position: relative;
        z-index: 1;
        flex: 1;
      }

      @media (max-width: 420px) {
        .testimonial-2-content .testimonial-2 .testimonial-info {
          padding-top: 0px;
        }
      }

      .testimonial-2-content .testimonial-2 .testimonial-info .testimonial-name {
        display: block;
        font-family: "Afacad", sans-serif;
        margin-bottom: 0px;
        color: #fff;
        font-size: 22px;
      }

      .testimonial-2-content .testimonial-2 .testimonial-info .testimonial-name:after {
        display: none;
      }

      .testimonial-2-content .testimonial-2 .testimonial-info .testimonial-position {
        display: block;
        font-size: 14px;
        color: #443935;
        margin-bottom: 0px;
      }

      .testimonial-2-content .testimonial-2 .testimonial-text {
        margin-top: 30px;
        position: relative;
        z-index: 1;
        padding: 50px 25px 30px 30px;
        background-color: #fff;
      }

      @media (max-width: 420px) {
        .testimonial-2-content .testimonial-2 .testimonial-text {
          padding: 50px 20px 30px 20px;
        }
      }

      .testimonial-2-content .testimonial-2 .testimonial-text:after {
        content: "";
        width: 1px;
        height: 100px;
        position: absolute;
        left: 50px;
        top: 60px;
        background-color: #443935;
        -webkit-animation: Min_maX 2s linear infinite alternate-reverse;
        animation: Min_maX 2s linear infinite alternate-reverse;
      }

      @media (max-width: 420px) {
        .testimonial-2-content .testimonial-2 .testimonial-text:after {
          display: none;
        }
      }

      .testimonial-2-content .testimonial-2 .testimonial-text p {
        margin-bottom: 40px;
        font-size: 22px;
        color: #443935;
        padding-left: 60px;
        font-family: "Afacad", sans-serif;
      }

      @media (max-width: 420px) {
        .testimonial-2-content .testimonial-2 .testimonial-text p {
          padding-left: 0px;
          font-size: 16px;
        }
      }

      .testimonial-2-content .testimonial-2 .testimonial-text i {
        color: #066168;
        font-size: 110px;
        line-height: 0;
        position: absolute;
        right: 0px;
        top: -42px;
        text-shadow: -5px -3px 0px #fff;
      }

      .testimonial-2-content .testimonial-2 .testimonial-detail {
        padding: 0px 20px 20px 20px;
        background-color: #066168;
        display: flex;
        text-align: right;
        justify-content: space-between;
      }

      @media (max-width: 420px) {
        .testimonial-2-content .testimonial-2 .testimonial-detail {
          display: block;
          text-align: center;
        }
      }

      .testimonial-2-content .swiper-button-next,
      .testimonial-2-content .swiper-button-prev {
        opacity: 0;
      }

      .testimonial-2-content .swiper-button-next {
        transform: translateX(40px);
      }

      .testimonial-2-content .swiper-button-prev {
        transform: translateX(-40px);
      }

      .testimonial-2-content:hover .swiper-button-next,
      .testimonial-2-content:hover .swiper-button-prev {
        opacity: 1;
      }

      .testimonial-2-content:hover .swiper-button-next {
        transform: translateX(0px);
      }

      .testimonial-2-content:hover .swiper-button-prev {
        transform: translateX(0px);
      }

      @keyframes Min_maX {
        0% {
          height: 0%;
        }

        100% {
          height: 80px;
        }

        0% {
          height: 0%;
        }
      }

      /** - Testimonial Style One */
      .twm-t-monial-2 {
        margin: 0px 70px;
        background-color: #fff;
      }

      @media (max-width: 1365px) {
        .twm-t-monial-2 {
          margin: 0px;
        }
      }

      .testimonial-1-content {
        position: relative;
        padding-top: 50px;
      }

      @media (max-width: 991px) {
        .testimonial-1-content {
          padding-top: 20px;
        }
      }

      .testimonial-1-content .testimonial-1 {
        position: relative;
        z-index: 1;
        border: 1px solid #066168;
        padding: 50px 30px;
        background-color: #fff;
        outline-width: 3px;
        outline-color: #f5ead8;
        outline-style: double;
        outline-offset: 15px;
        margin: 18px;
      }

      @media (max-width: 991px) {
        .testimonial-1-content .testimonial-1 {
          padding: 30px;
        }
      }

      .testimonial-1-content .testimonial-1 .testimonial-pic-block {
        margin-right: 30px;
      }

      .testimonial-1-content .testimonial-1 .testimonial-pic {
        background: #fff;
        width: 140px;
        height: 140px;
        position: relative;
        display: inline-block;
        padding: 0;
        margin-top: 20px;
        z-index: 1;
      }

      @media (max-width: 640px) {
        .testimonial-1-content .testimonial-1 .testimonial-pic {
          margin-bottom: 20px;
        }
      }

      .testimonial-1-content .testimonial-1 .testimonial-pic.radius {
        border-radius: 100%;
      }

      .testimonial-1-content .testimonial-1 .testimonial-pic img {
        width: 100%;
        clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
      }

      .testimonial-1-content .testimonial-1 .testimonial-info {
        padding: 0;
        position: relative;
        z-index: 1;
      }

      .testimonial-1-content .testimonial-1 .testimonial-info .testimonial-name {
        display: block;
        font-family: "Afacad", sans-serif;
        margin-bottom: 5px;
        color: #443935;
        font-size: 22px;
        font-weight: 700;
      }

      .testimonial-1-content .testimonial-1 .testimonial-info .testimonial-name:after {
        display: none;
      }

      .testimonial-1-content .testimonial-1 .testimonial-info .testimonial-position {
        display: block;
        font-size: 14px;
        color: #066168;
        margin-bottom: 5px;
      }

      .testimonial-1-content .testimonial-1 .testimonial-info .testimonial-rating i {
        color: #066168;
      }

      .testimonial-1-content .testimonial-1 .testimonial-text {
        padding: 0;
        position: relative;
        z-index: 1;
      }

      .testimonial-1-content .testimonial-1 .testimonial-text p {
        margin-bottom: 15px;
        font-size: 20px;
        color: #443935;
        font-family: "Afacad", sans-serif;
      }

      @media (max-width: 420px) {
        .testimonial-1-content .testimonial-1 .testimonial-text p {
          font-size: 16px;
        }
      }

      .testimonial-1-content .testimonial-1 .testimonial-text i {
        color: #066168;
        font-size: 60px;
        line-height: 0;
        margin-bottom: 20px;
        display: block;
      }

      .testimonial-1-content .testimonial-1 .testimonial-detail {
        padding: 0;
        display: flex;
        align-items: center;
      }

      @media (max-width: 420px) {
        .testimonial-1-content .testimonial-1 .testimonial-detail {
          display: block;
        }
      }

      /** - Client Logo Section */
      @media (max-width: 1199px) {
        .trv-client-titlesection {
          margin-bottom: 30px;
          text-align: center;
        }
      }

      .trv-client-titlesection .trv-head-title {
        margin-bottom: 0px;
        font-family: "Afacad", sans-serif;
        color: #066168;
        font-size: 46px;
        font-weight: 700;
        line-height: 1;
      }

      @media (max-width: 768px) {
        .trv-client-titlesection .trv-head-title {
          font-size: 30px;
        }
      }

      .trv-client-titlesection .trv-head-title span {
        display: block;
        font-size: 48px;
        font-weight: 900;
        font-family: "Figtree", sans-serif;
        line-height: 1;
      }

      .trv-client-section {
        padding: 20px;
        background-color: #DBEEEE;
      }

      .trv-client-section .trv-client-row {
        padding: 20px 0px;
        background-color: #fff;
        box-sizing: border-box;
        border: 4px dashed #DBEEEE;
      }

      .trv-client-carousel>.row {
        display: flex;
        align-items: center;
      }

      .trv-client-carousel .client-logo {
        text-align: center;
      }

      .trv-client-carousel .client-logo img {
        width: auto;
        height: 45px;
        margin: 0px auto;
        opacity: 0.4;
      }

      .Client-logo-style1-wrap {
        background-color: #fff;
      }

      .home-client-carousel2 {
        padding: 50px 20px !important;
      }

      .home-client-carousel2 .client-logo {
        max-width: 130px;
        margin-left: auto;
        margin-right: auto;
      }

      .home-client-carousel2 .client-logo img {
        width: auto;
        position: relative;
        z-index: 2;
      }

      /** - Footer Dark Version Css */
      .footer-dark {
        padding-top: 80px;
        background-color: #066168;
        color: #346065;
        background-image: url(../images/background/ftr-dark-bg.png);
        background-size: cover;
      }

      .footer-dark .logo-footer {
        margin-bottom: 40px;
        text-align: center;
        display: block;
        max-width: 193px;
      }

      .footer-dark .footer-top {
        padding: 80px 0px 0px 0px;
        color: rgba(255, 255, 255, 0.6);
        border-bottom: 1px solid #066168;
      }

      @media (max-width: 991px) {
        .footer-dark .footer-top {
          padding: 50px 0px 0px 0px;
        }
      }

      .footer-dark .f-top-space {
        padding-top: 0px;
      }

      .footer-dark .call-us {
        padding: 10px 20px 10px 0;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        font-family: "Figtree", sans-serif;
      }

      @media (max-width: 991px) {
        .footer-dark .call-us {
          margin: 15px 0;
        }
      }

      .footer-dark .call-us i {
        display: block;
        font-size: 42px;
        line-height: 42px;
        margin-right: 10px;
      }

      .footer-dark .call-us a {
        display: block;
        color: #066168;
        font-size: 32px;
        line-height: 32px;
        font-family: "Figtree", sans-serif;
      }

      @media (max-width: 767px) {
        .footer-dark .call-us a {
          font-size: 22px;
          line-height: 22px;
        }
      }

      .footer-dark .widget_about p {
        padding-right: 50px;
        font-size: 16px;
      }

      .footer-dark .widget-title {
        font-family: "Afacad", sans-serif;
        color: #fff;
        font-size: 28px;
        margin-bottom: 30px;
        position: relative;
        background: transparent;
        border: 0;
        padding: 0;
      }

      @media (max-width: 767px) {
        .footer-dark .widget-title {
          font-size: 22px;
        }
      }

      .footer-dark .footer-bottom {
        padding: 40px 0px;
        color: #fff;
        position: relative;
        z-index: 1;
        font-weight: 400;
      }

      .footer-dark .footer-bottom:after {
        content: "";
        position: absolute;
        background-color: #066168;
        max-width: 540px;
        height: 1px;
        left: 50%;
        top: 0px;
        transform: translateX(-50%);
      }

      .footer-dark .footer-bottom .copyrights-text {
        text-align: center;
        font-size: 14px;
        font-weight: 600;
      }

      .footer-dark .footer-bottom .copyrights-text span {
        display: inline-block;
        text-transform: uppercase;
      }

      .footer-dark .footer-bottom .copyrights-text a {
        color: #FFAA0D !important;
      }

      .footer-dark .copyrights-nav {
        list-style: none;
        display: block;
        margin-bottom: 0;
      }

      .footer-dark .copyrights-nav li {
        display: inline-block;
        margin-right: 8px;
      }

      .footer-dark .copyrights-nav li:first-child {
        margin-left: 0;
      }

      .footer-dark .copyrights-nav li:last-child {
        margin-right: 0;
      }

      .footer-dark .copyrights-nav li:last-child:after {
        display: none;
      }

      .footer-dark .copyrights-nav li:after {
        content: "/";
        position: relative;
        right: -8px;
        color: #fff;
      }

      .footer-dark .copyrights-nav li a {
        color: #fff;
        font-size: 14px;
      }

      .footer-dark .copyrights-nav li a:hover {
        color: #066168;
      }

      .footer-dark .copyrights-nav li a:active {
        color: #066168;
      }

      .footer-dark .copyrights-nav li a:focus {
        color: #066168;
      }

      .footer-dark .copyrights-nav li.active a {
        color: #fff;
      }

      .footer-dark .widget_address li i {
        font-weight: 400;
      }

      @media (max-width: 991px) {
        .footer-dark .widget {
          margin-bottom: 20px;
        }
      }

      @media (max-width: 540px) {
        .footer-dark .col-4 {
          width: 50%;
        }
      }

      .footer-dark .bootstrap-select>.dropdown-toggle {
        color: #fff;
      }

      /*______Newsletter______*/
      .trv-subscribe-nl {
        margin-top: -80px;
        position: relative;
        z-index: 1;
      }

      .trv-subscribe-nl:after {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        height: 80px;
        background-color: #DBEEEE;
        z-index: -1;
      }

      .trv-subscribe-nl .container {
        background-color: #FFAA0D;
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 25px 70px;
        max-width: 1296px;
      }

      @media (max-width: 767px) {
        .trv-subscribe-nl .container {
          display: block;
        }
      }

      @media (max-width: 460px) {
        .trv-subscribe-nl .container {
          padding: 30px;
          border-radius: 0px;
        }
      }

      .trv-subscribe-nl .container .trv-left-section {
        padding-right: 20px;
      }

      @media (max-width: 991px) {
        .trv-subscribe-nl .container .trv-left-section {
          width: 50%;
        }
      }

      @media (max-width: 767px) {
        .trv-subscribe-nl .container .trv-left-section {
          width: 100%;
        }
      }

      @media (max-width: 420px) {
        .trv-subscribe-nl .container .trv-left-section {
          padding-right: 0px;
        }
      }

      .trv-subscribe-nl .trv-nl-large-text {
        color: #066168;
        font-family: "Kaushan Script", cursive;
        font-size: 80px;
        line-height: 0.75;
        text-shadow: 2px 3px 0px rgba(255, 255, 255, 0.72);
        padding-bottom: 20px;
      }

      .trv-subscribe-nl .trv-nl-large-text span {
        color: #fff;
        display: inline-block;
      }

      @media (max-width: 991px) {
        .trv-subscribe-nl .trv-nl-large-text {
          font-size: 46px;
          text-shadow: none;
        }
      }

      @media (max-width: 420px) {
        .trv-subscribe-nl .trv-nl-large-text {
          font-size: 28px;
        }
      }

      .trv-subscribe-nl .trv-nl-title {
        color: #066168;
        font-size: 20px;
        font-weight: 500;
        font-family: "Figtree", sans-serif;
      }

      @media (max-width: 767px) {
        .trv-subscribe-nl .trv-nl-title {
          margin-bottom: 20px;
        }
      }

      @media (max-width: 420px) {
        .trv-subscribe-nl .trv-nl-title {
          font-size: 16px;
        }
      }

      .trv-subscribe-nl .trv-nl-section {
        padding: 6px;
        background-color: #DBEEEE;
        border-radius: 50px;
        max-width: 428px;
        flex: 1;
        height: 80px;
      }

      @media (max-width: 767px) {
        .trv-subscribe-nl .trv-nl-section {
          max-width: 100%;
        }
      }

      @media (max-width: 400px) {
        .trv-subscribe-nl .trv-nl-section {
          padding: 0px;
          border: none;
          background-color: transparent;
        }
      }

      .trv-subscribe-nl.formid {
        position: relative;
        z-index: 1;
      }

      .trv-subscribe-nl.formid:after {
        content: "";
        height: 80px;
        left: 0px;
        right: 0px;
        background-color: #DBEEEE;
        position: absolute;
        z-index: -1;
      }

      .trv-subscribe-nl.trv-full-bx {
        background-color: #FFAA0D;
      }

      .trv-subscribe-nl.trv-full-bx:after {
        display: none;
      }

      .trv-subscribe-nl.trv-full-bx .container {
        padding-left: 0px;
        padding-right: 0px;
      }

      @media (max-width: 1365px) {
        .trv-subscribe-nl.trv-full-bx .container {
          padding-left: 15px;
          padding-right: 15px;
        }
      }

      /*______Newsletter Form______*/
      .ftr-nw-form {
        display: flex;
        position: relative;
      }

      @media (max-width: 400px) {
        .ftr-nw-form {
          display: block;
          text-align: center;
        }
      }

      .ftr-nw-form .form-control {
        height: 68px;
        border: 0px;
        padding: 10px 70px 10px 20px;
        border-radius: 50px;
      }

      .ftr-nw-form .form-control:focus {
        background: none;
      }

      .ftr-nw-form .form-control::placeholder {
        font-size: 16px;
        font-weight: 400;
        color: #066168;
        font-family: "Afacad", sans-serif;
      }

      .ftr-nw-form .ftr-nw-subcribe-btn {
        font-size: 28px;
        color: #fff;
        border: none;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        background-color: #066168;
        position: absolute;
        top: 5px;
        right: 5px;
        transition: 0.5s all ease;
      }

      .ftr-nw-form .ftr-nw-subcribe-btn:hover {
        color: #066168;
        background-color: #FFAA0D;
      }

      .widget {
        margin-bottom: 40px;
      }

      /** - Widget Address */
      .widget_address {
        list-style: none;
        margin-bottom: 0;
      }

      .widget_address li {
        margin-bottom: 10px;
        position: relative;
        display: flex;
        align-items: center;
      }

      .widget_address li:last-child {
        border-bottom: none;
        margin-bottom: 0px;
        padding-bottom: 0px;
      }

      .widget_address li .trv-icon {
        width: 56px;
        height: 56px;
        min-width: 56px;
        margin-right: 14px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.4);
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .widget_address li .trv-icon i {
        font-size: 20px;
        color: #fff;
      }

      .widget_address li span {
        display: block;
        color: #DBEEEE;
        font-weight: 600;
        font-size: 18px;
        font-family: "Figtree", sans-serif;
      }

      .widget_address li span.trv-contact {
        font-family: "Kaushan Script", cursive;
        color: #FFAA0D;
        font-size: 30px;
        font-weight: normal;
      }

      .widget_address li:last-child {
        margin-bottom: 0;
      }

      /** - Recent Post Entry */
      .recent-posts-entry .widget-post:last-child {
        border: none;
        margin-bottom: 0;
      }

      .recent-posts-entry .widget-post {
        margin-bottom: 20px;
        display: table;
        width: 100%;
      }

      .recent-posts-entry .wt-post-date {
        background-color: #0e0e0e;
        width: 50px;
        height: 60px;
      }

      .recent-posts-entry .wt-post-date strong {
        display: block;
        font-size: 24px;
      }

      .recent-posts-entry .wt-post-date span {
        display: block;
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 600;
      }

      .recent-posts-entry .wt-post-media {
        width: 90px;
        float: left;
      }

      @media (max-width: 1024px) {
        .recent-posts-entry .wt-post-media {
          width: 60px;
        }
      }

      .recent-posts-entry .wt-post-info {
        margin-left: 105px;
      }

      @media (max-width: 1024px) {
        .recent-posts-entry .wt-post-info {
          margin-left: 80px;
        }
      }

      .recent-posts-entry .wt-post-info .wt-post-header {
        margin-bottom: 6px;
      }

      .recent-posts-entry .wt-post-info .wt-post-header .post-title {
        margin-top: 0;
        display: block;
        font-family: "Afacad", sans-serif;
      }

      .recent-posts-entry .wt-post-info .wt-post-meta ul {
        list-style: none;
        margin-bottom: 0;
      }

      .recent-posts-entry .wt-post-info .wt-post-meta ul li {
        font-size: 12px;
        line-height: 16px;
        color: #066168;
        font-weight: 600;
        display: inline-block;
      }

      .recent-posts-entry .wt-post-info .wt-post-meta ul li:first-child {
        padding-right: 5px;
      }

      /** - Footer Dark */
      /** - Widget Services */
      .widget_services ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
      }

      .widget_services ul li {
        display: block;
        width: 100%;
        padding: 2px 0;
        border: 0;
        overflow: hidden;
      }

      .widget_services ul li a {
        padding: 0 0 6px 0;
        display: block;
        transition: 0.5s all ease;
        font-size: 16px;
        color: #DBEEEE;
        font-weight: 600;
        font-family: "Figtree", sans-serif;
      }

      .widget_services ul li a:hover {
        color: #FFAA0D;
      }

      /** - Scroll top btn css */
      button.scroltop {
        height: 40px;
        width: 40px;
        background: #1d1b18;
        border: none;
        position: fixed;
        right: 15px;
        bottom: 15px;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
        cursor: pointer;
        display: none;
        text-align: center;
        z-index: 999;
        color: #fff;
      }

      button.scroltop span {
        display: block;
        font-size: 24px;
        line-height: 24px;
      }

      /** - Blog Style 2 */
      .blog-post-style-2 {
        position: relative;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
      }

      .blog-post-style-2 .wt-post-info {
        margin: 25px;
      }

      .blog-post-style-2 .wt-post-info .wt-post-title {
        margin-bottom: 0;
      }

      .blog-post-style-2 .wt-post-info .wt-post-title .post-title {
        margin-bottom: 15px;
      }

      .blog-post-style-2 .wt-post-info .wt-post-discription p {
        margin-bottom: 0;
      }

      .blog-post-style-2 .wt-post-media {
        position: relative;
      }

      .blog-post-style-2 .wt-post-media a img {
        width: 100%;
      }

      /** - Pricing Section */
      .twm-pricing-block-wrap {
        background-color: #fff;
      }

      .pricing-block-outer .row [class*=col-] {
        position: sticky;
        top: 120px;
        left: 0px;
      }

      .pricing-table-1 {
        position: relative;
        overflow: hidden;
        outline-width: 3px;
        outline-color: #f5ead8;
        outline-style: double;
      }

      .pricing-table-1 .p-table-title {
        position: relative;
        background-color: #fff;
        box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
      }

      .pricing-table-1 .p-table-title .wt-title {
        font-size: 28px;
        padding: 15px 20px;
        margin-bottom: 0;
        display: block;
        position: relative;
        z-index: 1;
        color: #443935;
        text-align: center;
      }

      @media (max-width: 767px) {
        .pricing-table-1 .p-table-title .wt-title {
          font-size: 22px;
        }
      }

      .pricing-table-1.pricing-highlight .p-table-title {
        background-color: #443935;
      }

      .pricing-table-1.pricing-highlight .p-table-title .wt-title {
        color: #fff;
        background-color: #066168;
      }

      .pricing-table-1.pricing-highlight .p-table-price {
        color: #fff;
        background-color: #443935;
      }

      .pricing-table-1 .pricing-table-content {
        padding: 50px 50px 50px 50px;
        display: flex;
        align-items: center;
        flex: 1;
        justify-content: space-between;
      }

      @media (max-width: 767px) {
        .pricing-table-1 .pricing-table-content {
          display: block;
          padding: 40px 20px;
        }
      }

      .pricing-table-1 .p-table-list {
        margin-right: 50px;
        margin-left: 50px;
        flex: 1;
        border-right: 1px solid #f0f0f0;
      }

      @media (max-width: 991px) {
        .pricing-table-1 .p-table-list {
          border: none;
          margin-left: 0px;
          margin-right: 20px;
        }
      }

      @media (max-width: 767px) {
        .pricing-table-1 .p-table-list {
          margin-right: 0px;
        }
      }

      .pricing-table-1 .p-table-list ul {
        list-style: none;
        margin-bottom: 0px;
      }

      .pricing-table-1 .p-table-list ul li {
        padding-left: 40px;
        font-weight: 600;
        color: #443935;
        list-style: none;
        position: relative;
        margin-bottom: 15px;
      }

      .pricing-table-1 .p-table-list ul li.li-disable {
        opacity: 0.3;
      }

      .pricing-table-1 .p-table-list ul li i {
        width: 26px;
        color: #066168;
        height: 26px;
        line-height: 26px;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 0;
        text-align: center;
        font-size: 18px;
      }

      .pricing-table-1 .p-table-price {
        color: #443935;
        border-bottom: 2px solid rgb(241, 150, 69);
        background-color: #fff;
        padding: 40px 20px 30px 20px;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
        text-align: center;
        border-radius: 10px;
        margin-right: 20px;
      }

      @media (max-width: 767px) {
        .pricing-table-1 .p-table-price {
          margin-right: 0px;
          margin-bottom: 20px;
        }
      }

      .pricing-table-1 .p-table-price span {
        font-family: "Figtree", sans-serif;
        color: #066168;
        font-size: 66px;
        line-height: 56px;
        font-weight: 900;
        display: block;
        margin-bottom: 20px;
      }

      @media (max-width: 991px) {
        .pricing-table-1 .p-table-price span {
          font-size: 36px;
          line-height: 26px;
        }
      }

      .pricing-table-1 .p-table-price p {
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 1px;
        margin-bottom: 0px;
      }

      .pricing-table-2 {
        position: relative;
        overflow: hidden;
        outline-width: 3px;
        outline-color: #f5ead8;
        outline-style: double;
      }

      .pricing-table-2 .p-table-title {
        position: relative;
        background-color: #fff;
      }

      .pricing-table-2 .p-table-title .wt-title {
        font-size: 28px;
        padding: 30px 20px 0px 15px;
        margin-bottom: 0;
        display: block;
        position: relative;
        z-index: 1;
        color: #443935;
        text-align: center;
      }

      @media (max-width: 767px) {
        .pricing-table-2 .p-table-title .wt-title {
          font-size: 22px;
        }
      }

      .pricing-table-2.pricing-highlight .p-table-title {
        background-color: #fff;
      }

      .pricing-table-2.pricing-highlight .p-table-title .wt-title {
        color: #066168;
      }

      .pricing-table-2.pricing-highlight .p-table-price {
        color: #fff;
        background-color: #443935;
      }

      .pricing-table-2 .pricing-table-content {
        padding: 30px;
      }

      .pricing-table-2 .p-table-btn {
        margin-top: 30px;
      }

      .pricing-table-2 .p-table-list ul {
        list-style: none;
        margin-bottom: 0px;
      }

      .pricing-table-2 .p-table-list ul li {
        padding-left: 40px;
        font-weight: 600;
        color: #443935;
        list-style: none;
        position: relative;
        margin-bottom: 15px;
      }

      .pricing-table-2 .p-table-list ul li.li-disable {
        opacity: 0.3;
      }

      .pricing-table-2 .p-table-list ul li i {
        width: 26px;
        color: #066168;
        height: 26px;
        line-height: 26px;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 0;
        text-align: center;
        font-size: 18px;
      }

      .pricing-table-2 .p-table-price {
        color: #443935;
        border-bottom: 2px solid rgb(241, 150, 69);
        background-color: #fff;
        padding: 20px 20px 10px 20px;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
        text-align: center;
        border-radius: 10px;
        margin-bottom: 20px;
      }

      .pricing-table-2 .p-table-price span {
        font-family: "Figtree", sans-serif;
        color: #066168;
        font-size: 48px;
        line-height: 48px;
        font-weight: 900;
        display: block;
        margin-bottom: 10px;
      }

      @media (max-width: 991px) {
        .pricing-table-2 .p-table-price span {
          font-size: 36px;
          line-height: 26px;
        }
      }

      .pricing-table-2 .p-table-price p {
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 1px;
        margin-bottom: 0px;
      }

      /** - Inner Page Banner */
      .wt-bnr-inr {
        background-size: cover;
        background-position: center center;
        width: 100%;
        background-color: #bdd3d5;
        overflow: hidden;
        position: relative;
        --dz-banner-height: 640px;
      }

      .wt-bnr-inr.dz-bnr-inr-lg {
        --dz-banner-height: 100vh;
      }

      .wt-bnr-inr.dz-bnr-inr-md {
        --dz-banner-height: 640px;
      }

      @media (max-width: 1440px) {
        .wt-bnr-inr.dz-bnr-inr-md {
          --dz-banner-height: 550px;
        }
      }

      @media (max-width: 991px) {
        .wt-bnr-inr.dz-bnr-inr-md {
          --dz-banner-height: 400px;
        }
      }

      @media (max-width: 767px) {
        .wt-bnr-inr.dz-bnr-inr-md {
          --dz-banner-height: 350px;
        }
      }

      @media (max-width: 575px) {
        .wt-bnr-inr.dz-bnr-inr-md {
          --dz-banner-height: 300px;
        }
      }

      .wt-bnr-inr.dz-bnr-inr-sm {
        --dz-banner-height: 400px;
      }

      @media (max-width: 991px) {
        .wt-bnr-inr.dz-bnr-inr-sm {
          --dz-banner-height: 380px;
        }
      }

      @media (max-width: 767px) {
        .wt-bnr-inr.dz-bnr-inr-sm {
          --dz-banner-height: 350px;
        }
      }

      @media (max-width: 575px) {
        .wt-bnr-inr.dz-bnr-inr-sm {
          --dz-banner-height: 300px;
        }
      }

      .wt-bnr-inr-entry {
        display: flex;
        width: 100%;
        height: var(--dz-banner-height);
        padding-bottom: 40px;
        align-content: space-between;
        align-items: baseline;
        margin: 0px auto;
        align-items: center;
      }

      .wt-bnr-inr-entry .banner-title-outer {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        flex-direction: column;
        z-index: 5;
        text-align: center;
      }

      @media (max-width: 991px) {
        .wt-bnr-inr-entry .banner-title-outer {
          display: block;
          text-align: center;
        }
      }

      @media (max-width: 767px) {
        .wt-bnr-inr-entry .banner-title-outer {
          display: block;
        }
      }

      .wt-bnr-inr-entry .banner-title-outer .wt-title {
        font-size: 60px;
        font-family: "Afacad", sans-serif;
        font-weight: 700;
        margin-bottom: 0;
        position: relative;
        color: #066168;
      }

      @media (max-width: 991px) {
        .wt-bnr-inr-entry .banner-title-outer .wt-title {
          font-size: 52px;
        }
      }

      @media (max-width: 767px) {
        .wt-bnr-inr-entry .banner-title-outer .wt-title {
          font-size: 40px;
        }
      }

      @media (max-width: 575px) {
        .wt-bnr-inr-entry .banner-title-outer .wt-title {
          font-size: 28px;
        }
      }

      /** - Breadcrumb */
      .wt-breadcrumb {
        margin: 0;
        display: inline-block;
        list-style: none;
      }

      .wt-breadcrumb li {
        padding-right: 30px;
        color: #443935;
        position: relative;
        display: inline-block;
        font-size: 16px;
        font-weight: 600;
        color: #066168;
      }

      .wt-breadcrumb li a {
        color: #066168;
        transition: 0.5s all ease;
      }

      .wt-breadcrumb li a:hover {
        color: #FFAA0D;
      }

      .wt-breadcrumb li:after {
        content: "-";
        position: absolute;
        right: 8px;
        top: -6px;
        color: #066168;
        font-size: 26px;
        font-weight: 400;
      }

      .wt-breadcrumb li:last-child {
        padding-right: 0;
      }

      .wt-breadcrumb li:last-child:after {
        display: none;
      }

      .wt-breadcrumb li:first-child a i {
        font-size: 18px;
        vertical-align: text-top;
      }

      .trv-inr-bnr-bloon-1 {
        position: absolute;
        right: 45px;
        bottom: 65px;
        animation: slide-top2 50s linear infinite alternate-reverse;
      }

      .trv-inr-bnr-bloon-1 img {
        width: 84px;
      }

      @media (max-width: 575px) {
        .trv-inr-bnr-bloon-1 img {
          width: 40px;
        }
      }

      .trv-inr-bnr-bloon-2 {
        position: absolute;
        right: -60px;
        top: 165px;
        animation: slide-top 8s linear infinite alternate-reverse;
      }

      @media (max-width: 575px) {
        .trv-inr-bnr-bloon-2 {
          right: -40px;
        }
      }

      .trv-inr-bnr-bloon-2 img {
        width: 150px;
      }

      @media (max-width: 575px) {
        .trv-inr-bnr-bloon-2 img {
          width: 80px;
        }
      }

      .trv-inr-bnr-cloud {
        height: 200px;
        width: 100%;
        position: absolute;
        top: 200px;
        left: 0px;
        z-index: 1;
      }

      .trv-inr-bnr-cloud img {
        height: 190px;
      }

      .trv-inr-bnr-plane {
        position: absolute;
        width: 50%;
        right: 0px;
        top: 0px;
        bottom: 0px;
        z-index: 1;
      }

      .trv-inr-bnr-plane .trv-inr-bnr-plane-bx {
        margin-top: 240px;
        animation: slide-right 50s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
      }

      .trv-inr-bnr-plane img {
        animation: slide-top-fast 1.5s ease-in-out infinite alternate-reverse both;
      }

      @media (max-width: 575px) {
        .trv-inr-bnr-plane img {
          right: -10px;
        }
      }

      /*Slide top fast*/
      .slide-top-fast {
        animation: slide-top-fast 1.5s ease-in-out infinite alternate-reverse both;
      }

      @keyframes slide-top-fast {
        0% {
          transform: translateY(0);
        }

        100% {
          transform: translateY(-10px);
        }
      }

      .slide-right {
        animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
      }

      @keyframes slide-right {
        0% {
          transform: translateX(-100%) scale(0.2);
        }

        100% {
          transform: translateX(50%) scale(1);
        }
      }

      /** - Project Single */
      .project-single {
        margin: 0px auto 30px;
        max-width: 900px;
      }

      @media (max-width: 1199px) {
        .project-single {
          max-width: 100%;
        }
      }

      .project-single .wt-tilte1 {
        margin: 0px 0px 30px 0px;
        font-size: 30px;
      }

      .project-single .wt-tilte2 {
        margin: 30px 0px;
        font-size: 22px;
      }

      .project-single-media {
        position: relative;
        background-color: #000;
        transition: 0.5s all ease;
      }

      .project-single-media img {
        transition: 0.5s all ease;
      }

      .project-single-media a {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 1;
        transition: 0.5s all ease;
      }

      .project-single-media a i {
        width: 40px;
        height: 40px;
        background-color: #066168;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        transform: scale(0);
        transition: 0.5s all ease;
      }

      .project-single-media:hover img {
        opacity: 0.5;
      }

      .project-single-media:hover a i {
        transform: scale(1);
      }

      .twm-pro-sin-wrap {
        background: none;
        margin-bottom: 30px;
      }

      .twm-pro-sin-wrap .twm-pro-sin-media {
        height: 600px;
      }

      @media (max-width: 767px) {
        .twm-pro-sin-wrap .twm-pro-sin-media {
          height: 400px;
        }
      }

      .twm-pro-sin-wrap .twm-pro-sin-media .parallax-image {
        opacity: 1;
      }

      @media (max-width: 767px) {
        .twm-pro-sin-wrap .twm-pro-sin-media .parallax-image {
          height: 600px;
          background-position: center;
        }
      }

      /** - Projesct Single Sidebar */
      .project-single-sibar-info {
        padding: 10px;
        background-color: #fff;
      }

      .project-single-sibar-info .wt-tilte {
        margin-bottom: 15px;
      }

      .project-single-sibar-info .info-list-1 {
        list-style: none;
        margin-bottom: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 10px;
      }

      @media (max-width: 480px) {
        .project-single-sibar-info .info-list-1 {
          display: block;
        }
      }

      .project-single-sibar-info .info-list-1 li {
        background-color: #f9f3ea;
        display: block;
        font-size: 16px;
        width: calc(50% - 5px);
        padding: 20px;
      }

      @media (max-width: 480px) {
        .project-single-sibar-info .info-list-1 li {
          width: 100%;
          margin-bottom: 10px;
        }

        .project-single-sibar-info .info-list-1 li:last-child {
          margin-bottom: 0px;
        }
      }

      .project-single-sibar-info .info-list-1 li .title {
        display: block;
        margin-bottom: 10px;
        color: #443935;
      }

      .project-single-sibar-info .info-list-1 li span {
        display: block;
      }

      /** - Contact Form */
      .contact-one {
        position: relative;
        background-color: #fff;
        padding: 60px;
      }

      @media (max-width: 768px) {
        .contact-one {
          padding: 30px;
        }
      }

      @media (max-width: 575px) {
        .contact-one {
          padding: 15px;
        }
      }

      .contact-one .contact-info {
        position: relative;
        z-index: 1;
      }

      .c-info-column-media {
        margin-bottom: 60px;
        height: 440px;
      }

      @media (max-width: 768px) {
        .c-info-column-media {
          height: 280px;
        }
      }

      .c-info-column-media img {
        width: 100%;
        height: 600px;
        opacity: 1;
        object-fit: cover;
        object-position: center;
      }

      @media (max-width: 768px) {
        .c-info-column-media img {
          height: 500px;
        }
      }

      .c-info-column-wrap {
        margin-right: 30px;
      }

      .c-info-column-wrap .c-info-column {
        position: relative;
        margin-bottom: 20px;
        display: flex;
      }

      .c-info-column-wrap .c-info-column .c-info-icon {
        font-size: 18px;
        line-height: 18px;
        margin-top: 10px;
        min-width: 40px;
        color: #066168;
      }

      .c-info-column-wrap .c-info-column span {
        font-size: 18px;
        font-weight: 600;
        display: block;
        margin-bottom: 0px;
        color: #443935;
        font-family: "Afacad", sans-serif;
      }

      .c-info-column-wrap .c-info-column p {
        margin-bottom: 0;
      }

      .contact-form-outer {
        background: #fcfbfb;
        padding: 40px;
      }

      @media (max-width: 768px) {
        .contact-form-outer {
          padding: 20px;
        }
      }

      .cons-contact-form .wt-title {
        margin-bottom: 30px;
      }

      .cons-contact-form .form-group {
        margin-bottom: 30px;
      }

      .cons-contact-form .form-control {
        height: 52px;
        padding: 10px 20px;
        background-color: transparent;
        border-bottom: 1px solid #cecece;
      }

      .cons-contact-form .form-control:focus {
        box-shadow: none;
        background-color: #066168;
      }

      .cons-contact-form textarea.form-control {
        padding-top: 15px;
        height: 100px;
        margin-bottom: 40px;
        resize: none;
      }

      /** - FAQ Section */
      .twm-faq-outer-wrap {
        padding-top: 120px;
      }

      @media (max-width: 1024px) {
        .twm-faq-outer-wrap {
          padding-top: 70px;
        }
      }

      .twm-faq-outer-wrap .row {
        display: flex;
        align-items: end;
      }

      .twm-faq-outer-wrap .faq-left-media {
        display: table;
        margin-left: auto;
        padding-right: 50px;
        position: relative;
        z-index: 1;
      }

      @media (max-width: 991px) {
        .twm-faq-outer-wrap .faq-left-media {
          display: block;
          max-width: 720px;
          margin: 0px auto 30px;
          padding: 0px 20px;
        }
      }

      @media (max-width: 767px) {
        .twm-faq-outer-wrap .faq-left-media {
          max-width: 516px;
        }
      }

      .twm-faq-outer-wrap .faq-left-media:after {
        content: "";
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(249, 243, 234, 0.99) 99%);
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        height: 200px;
      }

      .twm-faq-outer-wrap .faq-left-media img {
        display: block;
        width: 100%;
      }

      .twm-faq-outer-wrap .faq-right-content {
        max-width: 700px;
        width: 100%;
        margin-bottom: 120px;
      }

      @media (max-width: 1024px) {
        .twm-faq-outer-wrap .faq-right-content {
          margin-bottom: 70px;
        }
      }

      @media (max-width: 991px) {
        .twm-faq-outer-wrap .faq-right-content {
          margin: 0px auto 70px;
        }
      }

      @media (max-width: 767px) {
        .twm-faq-outer-wrap .faq-right-content {
          max-width: 516px;
        }
      }

      /** - Form Control */
      .form-control {
        height: 50px;
        font-size: 13px;
        line-height: 20px;
        padding: 10px 12px;
        border-radius: 0;
        border: none;
      }

      .form-control:focus {
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
        background-color: #F8F8F8;
      }

      /** - Error Page */
      .page-notfound-outer {
        background-repeat: no-repeat;
        background-position: center bottom;
        padding-bottom: 200px;
      }

      .page-notfound-outer .container-fluid {
        padding: 0;
      }

      .page-notfound {
        padding: 0px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: space-between;
      }

      @media (max-width: 991px) {
        .page-notfound {
          height: auto;
          display: block;
        }
      }

      .page-notfound .page-notfound-media {
        max-width: 670px;
        padding-left: 20px;
        margin-bottom: 30px;
      }

      @media (max-width: 991px) {
        .page-notfound .page-notfound-media {
          padding-left: 0px;
          margin: 0px auto 40px;
          max-width: 400px;
        }
      }

      .page-notfound .error-title {
        font-family: "Figtree", sans-serif;
        font-size: 260px;
        font-weight: 700;
        color: #066168;
        text-shadow: 0px 26px 10px rgba(6, 97, 104, 0.26);
        line-height: 0.75;
      }

      @media (max-width: 1199px) {
        .page-notfound .error-title {
          font-size: 140px;
        }
      }

      @media (max-width: 575px) {
        .page-notfound .error-title {
          font-size: 180px;
          line-height: 160px;
        }
      }

      @media (max-width: 420px) {
        .page-notfound .error-title {
          font-size: 140px;
          line-height: 100px;
        }
      }

      .page-notfound .error-title img {
        max-width: 172px;
        margin-bottom: 20px;
        animation: error-ballonanimation 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate-reverse both;
      }

      @media (max-width: 1199px) {
        .page-notfound .error-title img {
          max-width: 90px;
        }
      }

      .page-notfound .error-comment {
        font-family: "Figtree", sans-serif;
        font-size: 36px;
        font-weight: 700;
        color: #066168;
        line-height: 1.2;
        margin-bottom: 20px;
      }

      @media (max-width: 1024px) {
        .page-notfound .error-comment {
          font-size: 24px;
        }
      }

      .page-notfound .page-notfound-content {
        margin-bottom: 30px;
      }

      .page-notfound .page-notfound-content p {
        margin-bottom: 30px;
        font-size: 18px;
      }

      .page-notfound .trv-404-sub-title {
        font-family: "Afacad", sans-serif;
        font-size: 40px;
        font-weight: 700;
        color: #066168;
        text-align: left;
        display: block;
        line-height: 1;
      }

      @media (max-width: 1024px) {
        .page-notfound .trv-404-sub-title {
          font-size: 24px;
        }
      }

      .page-notfound .page-notfound-info {
        padding: 10px 30px 30px 30px;
        position: relative;
        max-width: 530px;
      }

      @media (max-width: 991px) {
        .page-notfound .page-notfound-info {
          margin: -70px auto 0px;
        }
      }

      @media (max-width: 991px) {
        .page-notfound .page-notfound-info {
          margin: -40px auto 0px;
        }
      }

      .error-ballonanimation {
        animation: error-ballonanimation 5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate-reverse both;
      }

      @keyframes error-ballonanimation {
        0% {
          -webkit-transform: translateY(0);
          transform: translateY(0);
        }

        100% {
          -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
        }
      }

      /** - Blog Side Bar */
      .side-bar {
        padding-left: 10px;
      }

      @media (max-width: 1199px) {
        .side-bar {
          padding-left: 0px;
        }
      }

      .side-bar .widget {
        margin-bottom: 50px;
      }

      .side-bar .widget:last-child {
        margin-bottom: 0;
      }

      .side-bar .widget .widget-title {
        position: relative;
        padding-left: 16px;
        display: table;
        font-size: 24px;
        font-weight: 600;
        font-family: "Afacad", sans-serif;
        padding: 5px 20px;
        background: linear-gradient(90deg, rgba(255, 170, 13, 0.1) 0%, rgba(6, 97, 104, 0.2) 100%);
        border-left: 4px solid #FFAA0D;
        margin-bottom: 20px;
      }

      .side-bar .widget .widget-title h1,
      .side-bar .widget .widget-title h2,
      .side-bar .widget .widget-title h3,
      .side-bar .widget .widget-title h4,
      .side-bar .widget .widget-title h5,
      .side-bar .widget .widget-title h6 {
        margin-bottom: 0;
      }

      .side-bar .search-bx {
        position: relative;
      }

      .side-bar .search-bx .form-control {
        background-color: #fff;
        color: #066168;
        border: 1px solid rgba(6, 97, 104, 0.2);
        border-radius: 30px !important;
        height: 56px;
        font-size: 16px;
        padding: 20px 50px 20px 30px;
      }

      .side-bar .search-bx .form-control::placeholder {
        color: #b9b9b9;
      }

      .side-bar .search-bx .form-control:focus {
        box-shadow: none !important;
      }

      .side-bar .search-bx .input-group-btn {
        position: absolute;
        right: 0px;
        z-index: 10;
      }

      .side-bar .search-bx .input-group-btn .btn {
        background-color: transparent;
        color: #066168;
        border-radius: 0;
        height: 56px;
        padding: 0 10px;
        transition: 0.5s all ease;
      }

      .side-bar .search-bx .input-group-btn .btn:hover {
        color: #FFAA0D;
      }

      .side-bar .search-bx input:focus {
        box-shadow: none;
        outline: none;
      }

      .side-bar .widget_services ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
        background-color: #fff;
        border: 1px solid rgba(6, 97, 104, 0.2);
        border-radius: 30px;
        padding: 40px;
      }

      @media (max-width: 1199px) {
        .side-bar .widget_services ul {
          padding: 20px;
          border-radius: 16px;
        }
      }

      .side-bar .widget_services ul li {
        position: relative;
        padding: 8px 0 8px 0px;
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
      }

      .side-bar .widget_services ul li:last-child {
        padding-bottom: 0;
      }

      .side-bar .widget_services ul li:first-child {
        padding-top: 0;
      }

      .side-bar .widget_services ul li a {
        color: #066168;
        font-weight: 500;
        font-family: "Afacad", sans-serif;
        font-size: 20px;
        margin-left: 0;
        padding: 0;
        display: inline-block;
      }

      .side-bar .widget_services ul li a:hover {
        color: #FFAA0D;
      }

      .side-bar .widget_services ul li a i {
        padding-right: 5px;
      }

      .side-bar .widget_services ul li .badge {
        background: none;
        color: #8b8b8b;
        font-size: 14px;
        font-weight: 600;
        padding: 0px 0px 0px 20px;
      }

      .side-bar .widget_archives ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
      }

      .side-bar .widget_archives ul li {
        position: relative;
        padding: 10px 0 10px 15px;
        line-height: 20px;
        font-size: 14px;
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
      }

      .side-bar .widget_archives ul li:after {
        content: "";
        width: 4px;
        height: 5px;
        border-radius: 50%;
        background-color: #066168;
        position: absolute;
        left: 0;
        top: 17px;
      }

      .side-bar .widget_archives ul li:last-child {
        padding-bottom: 0;
      }

      .side-bar .widget_archives ul li a {
        color: #443935;
        margin-left: 0;
        padding: 0;
        display: inline-block;
        font-family: "Figtree", sans-serif;
        font-size: 14px;
        font-weight: 600;
      }

      .side-bar .widget_archives ul li a:hover {
        color: #066168;
      }

      .side-bar .widget_archives ul li a i {
        padding-right: 5px;
      }

      .side-bar .widget_archives ul li a:before {
        display: none;
      }

      .side-bar .widget_archives ul li .badge {
        background: none;
        color: #066168;
        font-size: 14px;
        font-weight: 600;
      }

      .side-bar .trv-recent-posts .trv-recent-posts-bx {
        background-color: #fff;
        border: 1px solid rgba(6, 97, 104, 0.2);
        border-radius: 30px;
        padding: 40px;
      }

      @media (max-width: 1199px) {
        .side-bar .trv-recent-posts .trv-recent-posts-bx {
          padding: 20px;
          border-radius: 16px;
        }
      }

      .side-bar .trv-recent-posts .trv-rc-po-st1 {
        position: relative;
        display: flex;
        padding: 20px 0px;
        border-bottom: 1px dashed rgba(6, 97, 104, 0.5);
      }

      .side-bar .trv-recent-posts .trv-rc-po-st1 .post-date {
        font-family: "Afacad", sans-serif;
        width: 40px;
        height: 40px;
        min-width: 40px;
        color: #fff;
        font-size: 14px;
        line-height: 1;
        background-color: #066168;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
      }

      .side-bar .trv-recent-posts .trv-rc-po-st1 .post-date span {
        display: block;
        font-size: 20px;
        line-height: 1;
        font-weight: 700;
        color: #fff;
        font-family: "Figtree", sans-serif;
      }

      .side-bar .trv-recent-posts .trv-rc-po-st1 .trv-post-info {
        margin-left: 30px;
      }

      .side-bar .trv-recent-posts .trv-rc-po-st1 .trv-post-info .post-category {
        font-size: 18px;
        font-weight: 500;
        color: #FFAA0D;
        white-space: nowrap;
        display: table;
        font-family: "Afacad", sans-serif;
        line-height: 1;
        padding-bottom: 15px;
      }

      .side-bar .trv-recent-posts .trv-rc-po-st1 .trv-post-info .trv-post-title .post-title {
        margin-bottom: 0px;
      }

      .side-bar .trv-recent-posts .trv-rc-po-st1 .trv-post-info .trv-post-title .post-title a {
        transition: 0.5s all ease;
        font-size: 20px;
        font-family: "Afacad", sans-serif;
        font-weight: 500;
        color: #066168;
        display: block;
      }

      .side-bar .trv-recent-posts .trv-rc-po-st1 .trv-post-info .trv-post-title .post-title a:hover {
        color: #FFAA0D;
      }

      .side-bar .trv-recent-posts .trv-rc-po-st1:first-child {
        padding-top: 0px;
      }

      .side-bar .trv-recent-posts .trv-rc-po-st1:last-child {
        padding-bottom: 0px;
        border-bottom: 0px;
      }

      .side-bar .widget_tag_cloud .tagcloud {
        display: flex;
        flex-wrap: wrap;
        background-color: #fff;
        border: 1px solid rgba(6, 97, 104, 0.2);
        border-radius: 30px;
        padding: 40px;
        grid-gap: 5px 5px;
      }

      @media (max-width: 1199px) {
        .side-bar .widget_tag_cloud .tagcloud {
          padding: 20px;
          border-radius: 16px;
        }
      }

      .side-bar .widget_tag_cloud .tagcloud a {
        display: block;
        color: #066168;
        background-color: #DBEEEE;
        font-size: 16px;
        font-family: "Afacad", sans-serif;
        font-weight: 500;
        transition: 0.5s all ease;
        padding: 7px 20px;
        border-radius: 30px;
      }

      .side-bar .widget_tag_cloud .tagcloud a:hover {
        background-color: #FFAA0D;
        color: #443935;
      }

      .widget_travlla_filter_widget,
      .side-bar-filter {
        margin-right: 10px;
        padding: 30px;
        box-sizing: border-box;
        background-color: #fff;
        border: 1px solid rgba(6, 97, 104, 0.2);
        border-radius: 30px;
      }

      @media (max-width: 1199px) {

        .widget_travlla_filter_widget,
        .side-bar-filter {
          padding: 20px;
        }
      }

      @media (max-width: 991px) {

        .widget_travlla_filter_widget,
        .side-bar-filter {
          margin-right: 0px;
        }
      }

      /** - Comment list */
      .twm-post-com-wrap {
        background-color: transparent;
      }

      .comments-area {
        padding: 0;
      }

      .comments-area .comments-title {
        position: relative;
        padding-left: 16px;
        display: table;
        font-size: 24px;
        font-weight: 600;
        font-family: "Afacad", sans-serif;
        padding: 5px 20px;
        background: linear-gradient(90deg, rgba(255, 170, 13, 0.1) 0%, rgba(6, 97, 104, 0.2) 100%);
        border-left: 4px solid #FFAA0D;
        margin-bottom: 20px;
      }

      .footer-title,
      .comments-title,
      .blog-title,
      .widget .wp-block-heading,
      .wp-block-search .wp-block-search__label {
        position: relative;
        padding-left: 16px;
        display: table;
        font-size: 24px;
        font-weight: 600;
        font-family: "Afacad", sans-serif;
        padding: 5px 10px;
        background: linear-gradient(90deg, rgba(255, 170, 13, 0.1) 0%, rgba(6, 97, 104, 0.2) 100%);
        border-left: 4px solid #FFAA0D;
        margin-bottom: 20px;
        width: auto;
        line-height: 1.2;
      }

      .footer-title h1,
      .footer-title h2,
      .footer-title h3,
      .footer-title h4,
      .footer-title h5,
      .footer-title h6,
      .comments-title h1,
      .comments-title h2,
      .comments-title h3,
      .comments-title h4,
      .comments-title h5,
      .comments-title h6,
      .blog-title h1,
      .blog-title h2,
      .blog-title h3,
      .blog-title h4,
      .blog-title h5,
      .blog-title h6,
      .widget .wp-block-heading h1,
      .widget .wp-block-heading h2,
      .widget .wp-block-heading h3,
      .widget .wp-block-heading h4,
      .widget .wp-block-heading h5,
      .widget .wp-block-heading h6,
      .wp-block-search .wp-block-search__label h1,
      .wp-block-search .wp-block-search__label h2,
      .wp-block-search .wp-block-search__label h3,
      .wp-block-search .wp-block-search__label h4,
      .wp-block-search .wp-block-search__label h5,
      .wp-block-search .wp-block-search__label h6 {
        margin-bottom: 0;
      }

      footer .footer-title,
      footer .comments-title,
      footer .blog-title,
      footer .widget .wp-block-heading,
      footer .wp-block-search .wp-block-search__label {
        padding-left: 0;
        padding: 0;
        background: transparent;
        border-left: 0;
        color: #fff;
      }

      footer .footer-title a,
      footer .comments-title a,
      footer .blog-title a,
      footer .widget .wp-block-heading a,
      footer .wp-block-search .wp-block-search__label a {
        color: #fff;
      }

      ol.comment-list {
        list-style: none;
      }

      ol.comment-list li.comment {
        position: relative;
        padding: 0;
        list-style: none;
      }

      ol.comment-list li.comment .comment-body {
        padding: 30px 30px 15px 105px;
        position: relative;
        margin-bottom: 15px;
        overflow: hidden;
        background-color: #FFF8EB;
        border-radius: 20px;
      }

      @media (max-width: 767px) {
        ol.comment-list li.comment .comment-body {
          padding: 20px 20px 10px 90px;
        }
      }

      @media (max-width: 575px) {
        ol.comment-list li.comment .comment-body {
          padding: 15px 15px 15px 65px;
        }
      }

      ol.comment-list li.comment .comment-body+.comment-respond {
        margin-bottom: 15px;
      }

      ol.comment-list li.comment .comment-author {
        position: absolute;
        top: 30px;
        left: 30px;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: #fff;
        transition: all 0.5s ease-in-out;
        overflow: hidden;
      }

      @media (max-width: 767px) {
        ol.comment-list li.comment .comment-author {
          top: 20px;
          left: 20px;
          width: 55px;
          height: 55px;
        }
      }

      @media (max-width: 575px) {
        ol.comment-list li.comment .comment-author {
          top: 15px;
          left: 15px;
          width: 40px;
          height: 40px;
        }
      }

      ol.comment-list li.comment .comment-author .avatar {
        width: 100%;
        border-radius: 50%;
      }

      ol.comment-list li.comment .comment-meta {
        margin-bottom: 5px;
        display: block;
      }

      ol.comment-list li.comment .comment-meta .fn {
        display: inline-block;
        color: #066168;
        font-family: "Afacad", sans-serif;
        font-size: 20px;
        font-weight: 600;
        font-style: normal;
      }

      @media (max-width: 575px) {
        ol.comment-list li.comment .comment-meta .fn {
          display: block;
        }
      }

      ol.comment-list li.comment .comment-meta span {
        font-weight: 400;
        font-size: 14px;
        color: #346065;
        padding-left: 15px;
      }

      ol.comment-list li.comment .reply {
        position: absolute;
        right: 20px;
        top: 20px;
      }

      @media (max-width: 575px) {
        ol.comment-list li.comment .reply {
          top: auto;
          right: auto;
          bottom: auto;
          left: auto;
          position: inherit;
        }
      }

      ol.comment-list li.comment p {
        margin-bottom: 0px;
      }

      @media (max-width: 575px) {
        ol.comment-list li.comment p {
          margin-bottom: 20px;
        }
      }

      ol.comment-list .children {
        list-style: none;
        margin-left: 20px;
      }

      @media (max-width: 575px) {
        ol.comment-list .children {
          margin-left: 0px;
        }
      }

      ol.comment-list .children li {
        padding: 0;
      }

      /** - Comment Form */
      .comment-respond {
        padding: 30px;
        border: 1px solid #eeeae6;
        background-color: #fff;
      }

      @media (max-width: 480px) {
        .comment-respond {
          padding: 20px;
        }
      }

      .comment-respond .comment-reply-title {
        font-size: 22px;
        margin-bottom: 20px;
      }

      .comment-respond small {
        font-size: 60%;
        margin: 0 5px;
      }

      .comment-respond small a {
        color: red;
      }

      .comment-respond .form-submit button.site-button {
        position: relative;
      }

      .comment-respond .form-submit button.site-button:focus {
        outline: none !important;
      }

      .comments-area .comment-form {
        margin: 0px;
      }

      @media (max-width: 480px) {
        .comments-area .comment-form {
          margin: 0 -5px;
        }
      }

      .comments-area .comment-form .comment-notes {
        display: none;
      }

      .comments-area .comment-form p {
        margin-bottom: 20px;
        position: relative;
        font-weight: 600;
      }

      @media (max-width: 767px) {
        .comments-area .comment-form p {
          width: 100%;
        }
      }

      .comments-area .comment-form p label {
        display: none;
        line-height: 18px;
        margin-bottom: 10px;
      }

      .comments-area .comment-form p input[type=text] {
        width: 100%;
        height: 52px;
        padding: 10px 20px;
        background-color: transparent;
        border-bottom: 1px solid #cecece;
      }

      @media (max-width: 420px) {
        .comments-area .comment-form p input[type=text] {
          padding: 10px 0px;
        }
      }

      .comments-area .comment-form p input[type=text].form-control:focus {
        box-shadow: none;
      }

      .comments-area .comment-form p textarea {
        width: 100%;
        resize: none;
        padding-top: 15px;
        height: 100px;
        margin-bottom: 40px;
        resize: none;
        background-color: transparent;
        border-bottom: 1px solid #cecece;
      }

      @media (max-width: 420px) {
        .comments-area .comment-form p textarea {
          padding: 10px 0px;
        }
      }

      .comments-area .comment-form p textarea.form-control:focus {
        box-shadow: none;
      }

      .comments-area .comment-form p.comment-form-url {
        width: 100%;
        display: block;
        clear: both;
      }

      .comments-area .comment-form p.form-allowed-tags {
        width: 100%;
      }

      .comments-area .comment-form p.comment-form-comment {
        width: 100%;
        display: block;
        clear: both;
      }

      .comments-area .comment-form p.form-submit {
        clear: both;
        width: 100%;
        margin: 0;
      }

      ol.comment-list li.comment .comment-respond .comment-form p {
        padding: 0 15px !important;
      }

      .comment-form .form-control:input-placeholder {
        color: #777;
        font-size: 14px;
      }

      /** - Single Blog Post */
      .single-post-content {
        text-align: left;
      }

      .single-post-content .wt-post-meta {
        position: relative;
        margin-bottom: 10px;
      }

      .single-post-content .wt-post-meta ul {
        border-bottom: 1px solid #ddd;
        display: block;
        margin-bottom: 0;
      }

      .single-post-content .wt-post-meta ul li {
        color: #000;
        display: inline-table;
        font-size: 14px;
        text-align: center;
        padding: 8px 10px;
        position: relative;
      }

      .single-post-content .wt-post-meta ul li:after {
        position: absolute;
        content: "-";
        right: -5px;
        top: 50%;
        transform: translateY(-50%);
      }

      .single-post-content .wt-post-meta ul li a {
        color: #443935;
        padding: 0px 0px 0px 5px;
        text-decoration: underline;
      }

      .single-post-content .wt-post-meta ul li:first-child {
        padding-left: 0px;
      }

      .single-post-content .wt-post-meta ul li:last-child {
        padding-right: 0px;
      }

      .single-post-content .wt-post-meta ul li:last-child:after {
        display: none;
      }

      .single-post-content .wt-post-title {
        margin-bottom: 30px;
      }

      @media (max-width: 768px) {
        .single-post-content .post-title {
          font-size: 30px;
        }
      }

      @media (max-width: 575px) {
        .single-post-content .post-title {
          font-size: 25px;
        }
      }

      .single-post-content img {
        width: 100%;
      }

      .blog-post-single-outer .blog-post-single.blog-post-style-2 {
        box-shadow: none;
      }

      .blog-post-single-outer .blog-post-single.blog-post-style-2 .wt-post-info {
        margin: 0px;
        padding: 0px;
      }

      .blog-post-single-outer .blog-post-single.blog-post-style-2 .wt-post-info .wt-post-discription p {
        margin-bottom: 30px;
      }

      .blog-post-single-outer .blog-post-single blockquote {
        padding: 30px;
        margin: 30px 0 30px 100px;
        font-style: normal;
        position: relative;
        z-index: 1;
        font-size: 22px;
        color: #443935;
        border-left: 1px solid #066168;
        font-weight: 600;
      }

      @media (max-width: 480px) {
        .blog-post-single-outer .blog-post-single blockquote {
          padding: 0px 10px;
          font-size: 15px;
          margin-left: 0px;
          margin-top: 0px;
        }
      }

      .blog-post-single-outer .blog-post-single blockquote .quote-left {
        position: absolute;
        font-size: 64px;
        left: -100px;
        right: auto;
        top: auto;
        opacity: 0.3;
        color: #066168;
        line-height: 50px;
        z-index: -1;
      }

      @media (max-width: 480px) {
        .blog-post-single-outer .blog-post-single blockquote .quote-left {
          position: inherit;
          display: block;
          left: auto;
          font-size: 40px;
          line-height: 40px;
          margin-bottom: 10px;
        }
      }

      .s-post-tag-share {
        display: flex;
        justify-content: space-between;
        padding: 30px 0px 20px 0px;
        align-items: baseline;
        border-width: 1px 0px 0px 0px;
        border-style: solid;
        border-color: rgba(6, 97, 104, 0.2);
      }

      @media (max-width: 767px) {
        .s-post-tag-share {
          display: block;
        }
      }

      .s-post-tag-share .s-post-tags {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 10px;
      }

      .s-post-tag-share .twm-title {
        font-size: 20px;
        margin-bottom: 10px;
        margin-right: 20px;
      }

      .s-post-tag-share .tagcloud {
        margin-top: -3px;
        display: flex;
        flex-wrap: wrap;
        grid-gap: 5px 5px;
        display: contents;
      }

      .s-post-tag-share .tagcloud a {
        display: block;
        color: #066168;
        background-color: #DBEEEE;
        font-size: 16px;
        font-family: "Afacad", sans-serif;
        font-weight: 500;
        transition: 0.5s all ease;
        padding: 7px 20px;
        border-radius: 30px;
      }

      .s-post-tag-share .tagcloud a:hover {
        background-color: #FFAA0D;
        color: #443935;
      }

      .s-post-tag-share .s-post-share {
        text-align: right;
      }

      @media (max-width: 767px) {
        .s-post-tag-share .s-post-share {
          text-align: left;
          margin-top: 30px;
        }
      }

      .s-post-tag-share .s-post-share .social-icons {
        margin-top: 0px;
      }

      .s-post-tag-share .s-post-share .social-icons li {
        margin-bottom: 10px;
      }

      .twm-social2 ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        display: flex;
      }

      .twm-social2 ul li {
        margin-right: -1px;
      }

      .twm-social2 ul li:last-child {
        margin-right: 0px;
      }

      .twm-social2 ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        position: relative;
        font-weight: 600;
        overflow: hidden;
        z-index: 0;
        transition: 0.5s;
        padding: 6px 15px;
        margin-bottom: 6px;
        margin-right: 0px;
        color: #443935;
        border: 1px solid #e5e5e5;
        background-color: #fff;
      }

      @media (max-width: 575px) {
        .twm-social2 ul li a {
          font-size: 12px;
        }
      }

      .twm-social2 ul li a i {
        transition: 0.5s all ease;
      }

      .twm-social2 ul li a:hover {
        color: #fff;
      }

      .twm-social2 ul li a:hover i {
        color: #fff;
        text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.75);
      }

      .twm-social2 ul li a::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100%;
        transition: 0.5s;
        z-index: -1;
      }

      .twm-social2 ul li a:hover:before {
        top: 0;
      }

      .twm-social2 ul li a.tm-s-x:before {
        background: #000;
      }

      .twm-social2 ul li a.tm-s-fb:before {
        background: #3b5999;
      }

      .twm-social2 ul li a.tm-s-in:before {
        background: #ee2a7b;
      }

      .twm-social2 ul li a.tm-s-pi:before {
        background: #dd4b39;
      }

      /** - Single Post Navigation */
      .post-navigation {
        padding: 20px 0px;
        margin-bottom: 60px;
        background-color: #fff;
        border-width: 1px 0px;
        border-style: solid;
        border-color: rgba(6, 97, 104, 0.2);
      }

      .post-navigation .post-nav-links {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        margin: 0 -15px;
      }

      .post-navigation .post-nav-links .post-nav-item {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        width: 50%;
        padding: 0 15px;
      }

      .post-navigation .post-nav-links .post-nav-item a {
        transition: all 0.35s ease;
      }

      @media (max-width: 640px) {
        .post-navigation .post-nav-links .post-nav-item {
          display: block;
        }
      }

      .post-navigation .post-nav-links .post-nav-item .nav-post-img {
        width: 90px;
        min-width: 90px;
        margin-right: 20px;
      }

      @media (max-width: 640px) {
        .post-navigation .post-nav-links .post-nav-item .nav-post-img {
          width: 100%;
        }
      }

      .post-navigation .post-nav-links .post-nav-item .nav-post-img a img {
        border: 2px solid #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
      }

      @media (max-width: 640px) {
        .post-navigation .post-nav-links .post-nav-item .nav-post-img a {
          width: 40px;
          min-width: 40px;
          display: inline-block;
        }
      }

      .post-navigation .post-nav-links .post-nav-item .nav-post-meta b {
        color: #066168;
        font-size: 14px;
        font-family: "Afacad", sans-serif;
        font-weight: 600;
        display: block;
        margin-bottom: 3px;
        transition: 0.5s all ease;
      }

      .post-navigation .post-nav-links .post-nav-item .nav-post-meta b:hover {
        color: #FFAA0D;
      }

      .post-navigation .post-nav-links .post-nav-item .nav-post-meta a {
        font-size: 14px;
        color: #346065;
      }

      .post-navigation .post-nav-links .post-nav-item .nav-post-meta a p {
        max-width: 300px;
      }

      .post-navigation .post-nav-links .post-nav-item .nav-post-meta a:hover {
        color: #FFAA0D;
      }

      .post-navigation .post-nav-links .post-nav-item.nav-post-next {
        flex-direction: row-reverse;
        text-align: right;
      }

      .post-navigation .post-nav-links .post-nav-item.nav-post-next .nav-post-img {
        margin-right: 0;
        margin-left: 20px;
      }

      @media (max-width: 640px) {
        .post-navigation .post-nav-links .post-nav-item.nav-post-next .nav-post-img {
          margin-left: 0;
        }
      }

      .post-navigation .post-nav-links .post-nav-item:hover a {
        color: #066168;
      }

      /** - Loading */
      .loading-area {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9999;
        overflow: hidden;
      }

      .loading-area .loading-box {
        width: 100%;
        height: 100%;
        background-color: #fff;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 1;
        z-index: 9999;
      }

      .loading-area .loading-pic {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 99999;
        text-align: center;
        transform: translate(-50%, -50%);
      }

      /** - Loading Animation Start */
      .loader {
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 6.25em;
        height: 6.25em;
        animation: rotate5123 2.4s linear infinite;
      }

      .loader .white {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: white;
        animation: flash 2.4s linear infinite;
        opacity: 0;
      }

      .loader .dot {
        position: absolute;
        margin: auto;
        width: 2.4em;
        height: 2.4em;
        border-radius: 100%;
        transition: all 1s ease;
      }

      .loader .dot:nth-child(2) {
        top: 0;
        bottom: 0;
        left: 0;
        background: #FF4444;
        animation: dotsY 2.4s linear infinite;
      }

      .loader .dot:nth-child(3) {
        left: 0;
        right: 0;
        top: 0;
        background: #FFBB33;
        animation: dotsX 2.4s linear infinite;
      }

      .loader .dot:nth-child(4) {
        top: 0;
        bottom: 0;
        right: 0;
        background: #99CC00;
        animation: dotsY 2.4s linear infinite;
      }

      .loader .dot:nth-child(5) {
        left: 0;
        right: 0;
        bottom: 0;
        background: #33B5E5;
        animation: dotsX 2.4s linear infinite;
      }

      @keyframes rotate5123 {
        0% {
          transform: rotate(0);
        }

        10% {
          width: 6.25em;
          height: 6.25em;
        }

        66% {
          width: 2.4em;
          height: 2.4em;
        }

        100% {
          transform: rotate(360deg);
          width: 6.25em;
          height: 6.25em;
        }
      }

      @keyframes dotsY {
        66% {
          opacity: 0.1;
          width: 2.4em;
        }

        77% {
          opacity: 1;
          width: 0;
        }
      }

      @keyframes dotsX {
        66% {
          opacity: 0.1;
          height: 2.4em;
        }

        77% {
          opacity: 1;
          height: 0;
        }
      }

      @keyframes flash {
        33% {
          opacity: 0;
          border-radius: 0%;
        }

        55% {
          opacity: 0.6;
          border-radius: 100%;
        }

        66% {
          opacity: 0;
        }
      }

      /** - Section Overlay */
      .overlay-wraper {
        position: relative;
      }

      .overlay-wraper .overlay-main {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
      }

      .overlay-wraper .overlay-main.innr-bnr-olay {
        opacity: 1;
      }

      @media (max-width: 1024px) {
        .overlay-wraper .overlay-main.innr-bnr-olay {
          border-bottom: 1px solid #e9e3da;
        }
      }

      @media (max-width: 575px) {
        .overlay-wraper .overlay-main.innr-bnr-olay {
          border-top: 1px solid #e9e3da;
        }
      }

      .opacity-01 {
        opacity: 0.1;
      }

      .opacity-02 {
        opacity: 0.2;
      }

      .opacity-03 {
        opacity: 0.3;
      }

      .opacity-04 {
        opacity: 0.4;
      }

      .opacity-05 {
        opacity: 0.5;
      }

      .opacity-06 {
        opacity: 0.6;
      }

      .opacity-07 {
        opacity: 0.7;
      }

      .opacity-08 {
        opacity: 0.8;
      }

      .opacity-09 {
        opacity: 0.9;
      }

      .overlay-wraper>.container {
        position: relative;
        z-index: 1;
      }

      .overlay-wraper>.container-fluid {
        position: relative;
        z-index: 1;
      }

      .twm-sidebar-section {
        padding-left: 22px;
      }

      @media (max-width: 991px) {
        .twm-sidebar-section {
          padding-left: 12px;
        }
      }

      /** - Service Detail */
      .services-etc .wt-media img {
        width: 100%;
      }

      .service-provide .s-single-list {
        margin-bottom: 40px;
        margin-top: 40px;
        width: 100%;
      }

      .service-provide .s-single-list h4 {
        font-size: 24px;
        border-bottom: 1px solid #dbdbdb;
        padding-bottom: 20px;
        margin-bottom: 20px;
      }

      .service-provide .s-single-list ul {
        list-style: none;
      }

      .service-provide .s-single-list .list-angle-right {
        margin-bottom: 0;
      }

      .service-provide .s-single-list .list-angle-right li {
        color: #443935;
        padding: 10px 0 10px 20px;
      }

      .service-provide .s-single-list .list-angle-right li span {
        font-weight: 800;
        display: inline-block;
      }

      .service-provide .s-single-list .list-angle-right li:before {
        color: #066168;
        top: 8px;
      }

      /*-------------------------------------
	Video 
-------------------------------------*/
      .yt-thum-box img {
        margin: -9.5% 0%;
      }

      .blog-youtube-vide iframe {
        width: 100%;
        height: 430px;
        display: block;
      }

      @media (max-width: 767px) {
        .blog-youtube-vide iframe {
          height: 290px;
        }
      }

      @media (max-width: 575px) {
        .blog-youtube-vide iframe {
          height: 309px;
        }
      }

      @media (max-width: 420px) {
        .blog-youtube-vide iframe {
          height: 307px;
        }
      }

      @media (max-width: 360px) {
        .blog-youtube-vide iframe {
          height: 260px;
        }
      }

      /** - Blog Post Section */
      .blog-post-4-outer {
        position: relative;
        overflow: hidden;
      }

      .blog-post-4-outer .wt-post-media {
        background-color: #000;
      }

      .blog-post-4-outer .wt-post-media>a {
        display: block;
      }

      .blog-post-4-outer .wt-post-media img {
        width: 100%;
        height: 480px;
        object-fit: cover;
        object-position: center center;
      }

      @media (max-width: 767px) {
        .blog-post-4-outer .wt-post-media img {
          height: auto;
        }
      }

      .blog-post-4-outer .wt-post-media .blog-mp4-vide {
        object-fit: cover;
        width: 100%;
        height: 480px;
        margin: 0;
        padding: 0px;
        display: block;
      }

      @media (max-width: 767px) {
        .blog-post-4-outer .wt-post-media .blog-mp4-vide {
          height: 290px;
        }
      }

      @media (max-width: 575px) {
        .blog-post-4-outer .wt-post-media .blog-mp4-vide {
          height: 309px;
        }
      }

      @media (max-width: 420px) {
        .blog-post-4-outer .wt-post-media .blog-mp4-vide {
          height: 307px;
        }
      }

      @media (max-width: 360px) {
        .blog-post-4-outer .wt-post-media .blog-mp4-vide {
          height: 260px;
        }
      }

      .blog-post-4-outer .post-date {
        background-color: #066168;
        color: #fff;
        display: inline-table;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        padding: 15px 30px;
        position: absolute;
        left: 40px;
        top: 40px;
        font-weight: 400;
      }

      .blog-post-4-outer .post-date span {
        display: block;
        font-size: 48px;
        line-height: 56px;
        font-weight: 800;
        color: #fff;
      }

      @media (max-width: 767px) {
        .blog-post-4-outer .post-date span {
          font-size: 28px;
          line-height: 40px;
        }
      }

      @media (max-width: 768px) {
        .blog-post-4-outer .post-date {
          padding: 5px 10px;
          left: 10px;
          top: 10px;
        }
      }

      .blog-post-4-outer .post-category {
        margin-bottom: 20px;
      }

      .blog-post-4-outer .post-category a {
        transition: 0.5s all ease;
        background-color: #443935;
        display: inline-block;
        color: #fff;
        padding: 1px 10px;
        font-size: 12px;
        letter-spacing: 1px;
        backdrop-filter: blur(10px);
      }

      .blog-post-4-outer .post-category a:hover {
        background-color: #066168;
        color: #000;
      }

      .blog-post-4-outer .wt-post-meta ul {
        list-style: none;
        margin-bottom: 20px;
        color: #443935;
        display: inline-flex;
        flex-wrap: wrap;
        align-items: center;
      }

      .blog-post-4-outer .wt-post-meta ul li {
        font-size: 14px;
        margin-right: 20px;
      }

      .blog-post-4-outer .wt-post-meta ul li i {
        padding-right: 5px;
      }

      .blog-post-4-outer .wt-post-meta ul li:last-child {
        margin-right: 0px;
      }

      .blog-post-4-outer .wt-post-meta ul li.post-author img {
        width: 30px;
        height: 30px;
        margin-right: 20px;
      }

      .blog-post-4-outer .wt-post-info {
        padding: 20px;
        background-color: #fff;
      }

      .blog-post-4-outer .wt-post-info .wt-post-title .post-title {
        margin-bottom: 15px;
        font-size: 28px;
      }

      @media (max-width: 420px) {
        .blog-post-4-outer .wt-post-info .wt-post-title .post-title {
          font-size: 22px;
        }
      }

      .blog-post-4-outer .wt-post-info .wt-post-title .post-title a {
        color: #443935;
        transition: 0.5s all ease;
      }

      .blog-post-4-outer .wt-post-info .wt-post-title .post-title a:hover {
        color: #066168;
      }

      .blog-post-4-outer .wt-post-info .wt-post-text p {
        color: rgba(255, 255, 255, 0.8);
      }

      .blog-post-4-outer.post-bg-dark .wt-post-info {
        background-color: #000;
      }

      .blog-post-4-outer.post-bg-dark .wt-post-info .post-title a {
        color: #fff;
      }

      .blog-post-4-outer.post-bg-dark .wt-post-info .post-title a:hover {
        color: #066168;
      }

      .blog-post-4-outer.post-bg-dark .wt-post-info a.site-text-primary:hover {
        color: #fff;
      }

      .blg-half-blck.blog-post-4-outer .wt-post-media img {
        height: 200px;
        object-fit: cover;
        object-position: center center;
      }

      .blg-half-blck.blog-post-4-outer .wt-post-title .post-title {
        font-size: 22px;
        line-height: normal;
      }

      .blog-post-3-outer {
        position: relative;
        overflow: hidden;
      }

      .blog-post-3-outer .wt-post-media {
        background-color: #000;
      }

      .blog-post-3-outer .wt-post-media img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        object-position: center center;
      }

      @media (max-width: 767px) {
        .blog-post-3-outer .wt-post-media img {
          height: 260px;
        }
      }

      .blog-post-3-outer .post-category {
        margin-bottom: 20px;
      }

      .blog-post-3-outer .post-category a {
        transition: 0.5s all ease;
        background-color: #443935;
        display: inline-block;
        color: #fff;
        padding: 1px 10px;
        font-size: 12px;
        letter-spacing: 1px;
        backdrop-filter: blur(10px);
      }

      .blog-post-3-outer .post-category a:hover {
        background-color: #066168;
        color: #000;
      }

      .blog-post-3-outer .wt-post-info {
        padding: 20px 0px 0px 0px;
      }

      .blog-post-3-outer .wt-post-info .wt-post-title .post-title {
        margin-bottom: 15px;
        font-size: 22px;
      }

      .blog-post-3-outer .wt-post-info .wt-post-title .post-title a {
        color: #443935;
        transition: 0.5s all ease;
      }

      .blog-post-3-outer .wt-post-info .wt-post-title .post-title a:hover {
        color: #066168;
      }

      .blog-post-3-outer .wt-post-info .wt-post-text p {
        color: rgba(255, 255, 255, 0.8);
      }

      .blog-list-style .wt-post-info .wt-post-title .post-title {
        margin-bottom: 15px;
        font-size: 28px;
        line-height: 36px;
      }

      @media (max-width: 767px) {
        .blog-list-style .wt-post-info .wt-post-title .post-title {
          font-size: 22px;
          line-height: 28px;
        }
      }

      .blog-post-5-outer {
        position: relative;
      }

      .blog-post-5-outer .wt-post-media {
        background-color: #fff;
        margin-right: 50px;
        position: relative;
        z-index: 1;
      }

      .blog-post-5-outer .wt-post-media img {
        width: 100%;
      }

      .blog-post-5-outer .wt-post-meta ul {
        list-style: none;
        margin-bottom: 0;
      }

      .blog-post-5-outer .wt-post-meta ul li {
        font-family: "Afacad", sans-serif;
      }

      .blog-post-5-outer .wt-post-meta ul li.post-date {
        color: #443935;
        display: flex;
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
        align-items: baseline;
        position: absolute;
        right: -10px;
        transform: rotate(90deg);
        width: 0px;
        white-space: nowrap;
        top: 30px;
        height: 0px;
      }

      .blog-post-5-outer .wt-post-meta ul li.post-date span {
        display: block;
        font-size: 34px;
        line-height: 56px;
        font-weight: 800;
        color: #066168;
        padding-right: 10px;
      }

      @media (max-width: 480px) {
        .blog-post-5-outer .wt-post-meta ul li.post-date span {
          font-size: 32px;
          line-height: 40px;
        }
      }

      .blog-post-5-outer .wt-post-meta ul li.post-category {
        font-size: 14px;
        color: #066168;
        padding-bottom: 10px;
      }

      .blog-post-5-outer .wt-post-info {
        background-color: #fff;
        padding: 50px 30px 30px 30px;
        margin-top: -30px;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
      }

      @media (max-width: 480px) {
        .blog-post-5-outer .wt-post-info {
          margin-left: 0px;
          margin-top: 0px;
          padding: 20px 20px 20px 20px;
        }
      }

      .blog-post-5-outer .wt-post-info .wt-post-title .post-title {
        margin-bottom: 0px;
      }

      .blog-post-5-outer .wt-post-info .wt-post-title .post-title a {
        transition: 0.5s all ease;
      }

      .blog-post-5-outer .wt-post-info .wt-post-title .post-title a:hover {
        color: #066168;
      }

      .blog-post-5-outer.post-bg-dark .wt-post-info {
        background-color: #000;
      }

      .blog-post-5-outer.post-bg-dark .wt-post-info .post-title a {
        color: #fff;
      }

      .blog-post-5-outer.post-bg-dark .wt-post-info .post-title a:hover {
        color: #066168;
      }

      .blog-post-5-outer.post-bg-dark .wt-post-info a.site-text-primary:hover {
        color: #fff;
      }

      /** - All Services */
      .all_services {
        background-color: #fff;
      }

      .all_services ul {
        list-style: none;
        padding: 30px;
        margin-bottom: 0;
      }

      .all_services ul li {
        position: relative;
        font-size: 16px;
        padding: 15px 0px;
      }

      .all_services ul li a {
        transition: 0.5s all ease;
        position: relative;
        padding-right: 20px;
        display: block;
        color: #443935;
        font-size: 16px;
        font-weight: 600;
      }

      .all_services ul li a:after {
        content: "\f285";
        font-family: "bootstrap-icons";
        position: absolute;
        right: 0px;
        top: 14px;
        font-size: 12px;
        font-weight: 700;
        line-height: 0px;
      }

      .all_services ul li a:hover {
        color: #066168;
      }

      .all_services ul li a.active {
        color: #066168;
      }

      .all_services ul li:first-child {
        padding-top: 0px;
      }

      .all_services ul li:last-child {
        padding-bottom: 0px;
      }

      /** - Service Page Download Btn */
      .service-side-btn .btn-block {
        display: flex;
        flex-direction: column;
      }

      .service-side-btn .btn-block a {
        margin-bottom: 10px;
        padding: 15px;
        color: #443935;
        display: flex;
        border: 1px solid #443935;
        align-items: center;
        justify-content: space-between;
      }

      .service-side-btn .btn-block a span,
      .service-side-btn .btn-block a strong {
        padding-right: 10px;
      }

      .service-side-btn .btn-block a .download-btn {
        font-size: 22px;
        color: #066168;
      }

      .service-side-btn .btn-block a:hover {
        background-color: #f8f8f8;
      }

      @media (max-width: 991px) {
        .service-full-info {
          margin-bottom: 30px;
        }
      }

      .service-full-info .services-etc .text-left .wt-title {
        font-size: 30px;
      }

      /** - Search Bar */
      #search {
        position: fixed;
        top: 50%;
        left: 50%;
        width: 0%;
        height: 0%;
        background-color: #EFFFFF;
        transition: all 0.5s ease-in-out;
        transform: translate(-50%, -50%);
        opacity: 0;
        visibility: hidden;
      }

      #search form {
        position: absolute;
        opacity: 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: calc(100% - 80px);
        max-width: 600px;
        color: #066168;
        font-size: 30px;
        font-weight: 300;
        text-align: left;
        outline: none;
        padding: 6px;
        transition: 0.5s all ease;
        background-color: #DBEEEE;
        border-radius: 100px;
      }

      #search form .input-group {
        background-color: #fff;
        border-radius: 100px;
        overflow: hidden;
      }

      #search input[type=search] {
        background: none;
        border: none;
        padding: 0 12px 0px 30px;
        outline: none;
        color: #066168;
        font-size: 18px;
        height: 70px;
        background-color: #fff;
      }

      @media (max-width: 575px) {
        #search input[type=search] {
          font-size: 14px;
        }
      }

      #search input[type=search]:focus {
        box-shadow: none;
      }

      #search input[type=search]::placeholder {
        color: #066168;
      }

      #search .input-group-append {
        display: flex;
      }

      #search .search-btn {
        padding: 0 10px;
        outline: none;
        width: 70px;
        height: 70px;
        background: #066168;
        border-radius: 50%;
        flex: 1;
        margin-left: 10px;
        border: none;
        transition: 0.5s all ease;
      }

      #search .search-btn i {
        font-size: 24px;
        color: #fff;
      }

      #search .search-btn i:hover {
        color: #fff;
      }

      #search .search-btn:hover {
        background-color: #FFAA0D;
      }

      #search.open {
        transform: translate(-50%, -50%);
        opacity: 1;
        z-index: 999;
        display: block;
        width: 100%;
        height: 100%;
        visibility: visible;
      }

      #search.open form {
        opacity: 1;
      }

      #search .close-btn {
        position: fixed;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        top: 30px;
        right: 30px;
        opacity: 1;
        font-size: 16px;
        color: #066168;
        width: 40px;
        height: 40px;
        border-radius: 4px;
        background-color: #FFAA0D;
        transition: 0.5s all ease;
      }

      #search .close-btn:hover {
        background-color: #066168;
        color: #fff;
      }

      /** - Cart Dropdown */
      .search {
        position: relative;
      }

      /** - Project Btn Filter */
      .pro-filtr-cate-wrap {
        position: relative;
      }

      .pro-filtr-cate-carousal-wrap {
        position: relative;
        overflow: hidden;
      }

      .project-filter-wrap.pro-filtr-cate-carousal {
        list-style: none;
        margin: 0px 0 30px;
      }

      .project-filter-wrap.pro-filtr-cate-carousal span {
        position: relative;
        display: inline-block;
        font-size: 15px;
        font-weight: 700;
        color: #443935;
        padding: 5px 10px;
        cursor: pointer;
        border-radius: 3px;
        transition: 0.5s all ease;
      }

      .project-filter-wrap.pro-filtr-cate-carousal span.active {
        background-color: #066168;
        box-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
        color: #fff;
      }

      .project-filter-wrap.pro-filtr-cate-carousal span:hover {
        background-color: #066168;
        box-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
        color: #fff !important;
      }

      .non-swiper-slide {
        display: none !important;
      }

      /** - Swiper Controls */
      .swiper-product {
        transition: 0.5s all ease;
      }

      .swiper-button-next,
      .swiper-button-prev {
        width: 56px !important;
        height: 56px !important;
        margin: 0px 10px 14px;
        color: #fff;
        background-color: #FFAA0D;
        transition: 0.5s all ease;
        border-radius: 50%;
        --swiper-theme-color: #fff;
      }

      .swiper-button-prev {
        left: 0px;
      }

      .swiper-button-next {
        right: 0px;
      }

      .swiper-button-next:after,
      .swiper-button-prev:after {
        font-size: 16px !important;
        padding: 10px 12px;
      }

      .swiper-button-next:hover,
      .swiper-button-prev:hover {
        background-color: #fff;
        color: #FFAA0D;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
      }

      .swiper-pagination {
        margin-top: 30px;
        position: relative;
      }

      .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
        margin: 5px 4px;
        opacity: 1;
        border-radius: 50%;
        transition: opacity 200ms ease;
        background-color: #fff;
        border: 2px solid #066168;
      }

      .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #FFAA0D;
        border: 2px solid #FFAA0D;
      }

      /*Swiper Nav Bottom Center Position*/
      .swiper-nav-center-bottom {
        padding-bottom: 116px !important;
      }

      @media (max-width: 1024px) {
        .swiper-nav-center-bottom {
          padding-bottom: 90px !important;
        }
      }

      .swiper-nav-center-bottom .swiper-button-next,
      .swiper-nav-center-bottom .swiper-button-prev {
        bottom: 0;
        top: auto;
      }

      .swiper-nav-center-bottom .swiper-button-prev {
        left: calc(50% - 70px);
      }

      .swiper-nav-center-bottom .swiper-button-next {
        right: calc(50% - 70px);
      }

      /** - Project Section */
      .project-new-2 {
        position: relative;
        overflow: hidden;
      }

      .project-new-2 .wt-img-effect {
        margin-left: 30px;
        background-color: #000;
      }

      @media (max-width: 768px) {
        .project-new-2 .wt-img-effect {
          margin-left: 0px;
        }
      }

      .project-new-2 .wt-img-effect img {
        transition: 0.5s all ease;
        width: 100%;
      }

      .project-new-2 .project-new-content {
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 30px;
        padding: 20px 20px 20px 46px;
        transition: 0.5s all ease;
        transform: translate3d(0, 100%, 0);
        margin: 0px 4px;
        border-right: 6px solid #066168;
        border-radius: 0px 50px 10px 0px;
        background-color: rgba(0, 0, 0, 0.17);
        backdrop-filter: blur(10px);
      }

      .project-new-2 .project-new-content .wt-title {
        margin-bottom: 10px;
        font-size: 22px;
      }

      .project-new-2 .project-new-content .wt-title a {
        color: #fff;
        transition: 0.5s all ease;
      }

      .project-new-2 .project-new-content .wt-title a:hover {
        color: #066168;
      }

      .project-new-2 .project-new-content p {
        margin-bottom: 0px;
        color: #a0a0a0;
      }

      .project-new-2 .project-new-content:after {
        content: "";
        background-color: #bababa;
        clip-path: polygon(100% 0, 0% 100%, 100% 100%);
        width: 26px;
        height: 26px;
        position: absolute;
        top: -26px;
        left: 0px;
        opacity: 0;
        transform: 0.5s all ease;
      }

      @media (max-width: 768px) {
        .project-new-2 .project-new-content:after {
          display: none;
        }
      }

      .project-new-2 .project-new-content:before {
        content: "";
        background-color: #bababa;
        clip-path: polygon(100% 0, 0 0, 100% 100%);
        width: 26px;
        height: 26px;
        position: absolute;
        bottom: -25px;
        left: 0px;
        opacity: 0;
        transform: 0.5s all ease;
      }

      @media (max-width: 768px) {
        .project-new-2 .project-new-content:before {
          display: none;
        }
      }

      .project-new-2 .project-view {
        position: absolute;
        top: 30px;
        left: 30px;
        opacity: 1;
        transform: scaleY(0);
        transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s 0.5s;
      }

      .project-new-2 .project-view .project-view-btn {
        position: relative;
        display: block;
        width: 60px;
        height: 60px;
      }

      .project-new-2 .project-view .project-view-btn i {
        width: 60px;
        height: 60px;
        font-size: 28px;
        line-height: 60px;
        display: block;
        text-align: center;
        background-color: #066168;
        position: relative;
        color: #fff;
      }

      .project-new-2:hover .project-new-content:after {
        opacity: 1;
      }

      .project-new-2:hover .project-new-content:before {
        opacity: 1;
      }

      .project-new-2:hover .wt-img-effect img {
        opacity: 0.3;
      }

      .project-new-2:hover .project-new-content {
        bottom: 50px;
        transform: translate3d(0, 0, 0);
      }

      .project-new-2:hover .project-view {
        opacity: 1;
        z-index: 3;
        transform: scaleY(1);
      }

      /** - Blog Gallery */
      .twm-blog-outer-area {
        margin: 0px 70px;
        background-color: #fff;
      }

      @media (max-width: 1365px) {
        .twm-blog-outer-area {
          margin: 0px;
        }
      }

      .blog-gallery-style1 {
        padding-left: 0;
      }

      @media (max-width: 991px) {
        .blog-gallery-style1 {
          padding-left: 0;
        }
      }

      .blog-gallery-style1 .owl-carousel .owl-stage-outer {
        display: table;
        position: relative;
        padding: 30px 0 30px 10px;
      }

      @media (max-width: 1270px) {
        .blog-gallery-style1 .owl-carousel .owl-stage-outer {
          display: inline-block;
          padding: 0;
        }
      }

      @media (max-width: 1270px) {
        .blog-gallery-style1 .blog-post-4-outer {
          box-shadow: none;
        }
      }

      /** - Product Box */
      .wt-product-box-wrap {
        margin-left: 15px;
      }

      @media (max-width: 768px) {
        .wt-product-box-wrap {
          margin-left: 0px;
        }
      }

      .wt-product-box {
        position: relative;
      }

      .wt-product-box .wt-info {
        padding: 20px 10px 0px 10px;
      }

      .wt-product-box .wt-info .wt-title {
        font-size: 22px;
      }

      .wt-product-box .wt-info .wt-title a {
        transition: 0.5s all ease;
      }

      .wt-product-box .wt-info .wt-title a:hover {
        color: #066168;
      }

      .wt-product-box .price {
        padding-top: 10px;
        display: block;
      }

      .wt-product-box .price del {
        font-size: 16px;
        color: #443935;
        margin: 4px 4px;
        font-weight: 700;
      }

      .wt-product-box .price ins {
        font-size: 22px;
        color: #066168;
        text-decoration: none;
        font-weight: 700;
      }

      .wt-product-box .wt-thum-bx img {
        display: block;
        margin: 0 auto;
      }

      .wt-product-box .item-cart-view {
        position: absolute;
        right: 5px;
        bottom: 5px;
      }

      .wt-product-box .item-cart-view .item-btn {
        position: relative;
        display: inline-block;
        margin-right: 5px;
      }

      .wt-product-box .item-cart-view .item-btn:last-child {
        margin-right: 0px;
      }

      .wt-product-box .item-cart-view .item-btn a {
        display: block;
      }

      .wt-product-box .item-cart-view .item-btn a i {
        width: 36px;
        height: 36px;
        font-size: 18px;
        line-height: 36px;
        display: block;
        text-align: center;
        background-color: #f9f3ea;
        position: relative;
        color: #443935;
        transition: 0.5s all ease;
      }

      .wt-product-box .item-cart-view .item-btn a i:hover {
        background-color: #fff;
        color: #066168;
      }

      .wt-product-box .rating-bx {
        padding-top: 10px;
        color: #066168;
      }

      .wt-product-box:hover .item-cart-view {
        opacity: 1;
        z-index: 3;
      }

      @media (max-width: 575px) {
        .product-filter-wrap {
          display: block !important;
        }
      }

      @media (max-width: 575px) {
        .product-filter-wrap .woocommerce-result-count {
          margin-bottom: 10px;
          display: block;
        }
      }

      /** - Product Detail Page Slider */
      .trv-night-count-slider {
        display: flex;
        white-space: nowrap;
        align-items: baseline;
      }

      .trv-night-count-slider b {
        font-weight: 500;
        font-family: "Afacad", sans-serif;
      }

      .trv-night-count-slider .slider.slider-horizontal {
        width: 100%;
        margin-left: 10px;
        margin-right: 10px;
      }

      .trv-night-count-slider .slider.slider-horizontal .slider-track {
        height: 8px;
        background-color: #FFAA0D;
        background-image: none;
        margin-top: 0;
        margin-left: 0;
      }

      .trv-night-count-slider .slider.slider-horizontal .slider-handle {
        background-color: #FFAA0D;
        background-image: none;
        width: 15px;
        height: 15px;
        top: 7px;
        margin-left: -5px;
      }

      .trv-night-count-slider .slider .tooltip.bs-tooltip-top {
        margin-top: -30px;
      }

      .trv-night-count-slider .slider-selection {
        background: #066168;
      }

      .trv-night-count-slider .trv-night-count {
        min-width: 22px;
        display: inline-block;
        text-align: center;
      }

      /** - Price Range Tool Tip */
      .tooltip {
        position: absolute;
        z-index: 1070;
        display: block;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: left;
        text-align: start;
        text-decoration: none;
        text-shadow: none;
        text-transform: none;
        letter-spacing: normal;
        word-break: normal;
        word-spacing: normal;
        word-wrap: normal;
        white-space: normal;
        filter: alpha(opacity=0);
        opacity: 0;
        line-break: auto;
      }

      .tooltip.bs-tooltip-top {
        padding: 5px 0;
        margin-top: -3px;
      }

      .tooltip.bs-tooltip-top .arrow {
        bottom: 0px;
        position: absolute;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #000;
      }

      .tooltip .tooltip-inner {
        max-width: 200px;
        padding: 3px 8px;
        color: #fff;
        text-align: center;
        background-color: #000;
        border-radius: 4px;
      }

      /** - Select Box Border Style1 */
      .select-box-border-style1 {
        border: none;
      }

      .select-box-border-style1:focus {
        outline: none !important;
      }

      .select-box-border-style1 .btn {
        padding: 8px 20px;
        background-color: #fff;
      }

      .select-box-border-style1-wrapper .btn-light.dropdown-toggle {
        box-shadow: none;
        outline: none;
        background: none;
        border: none;
      }

      .select-box-border-style1-wrapper .btn-light.dropdown-toggle:focus {
        outline: none !important;
        box-shadow: none;
        border: none;
        outline-offset: inherit;
      }

      form.woocommerce-ordering {
        position: relative;
      }

      @media (max-width: 575px) {
        form.woocommerce-ordering {
          display: inline-block;
        }
      }

      form.woocommerce-ordering:after {
        position: absolute;
        right: 10px;
        top: 15px;
        content: "\f107";
        font-family: "FontAwesome";
        font-size: 12px;
        color: #000;
      }

      /** - Product Gallery */
      .wt-product-gallery .product-view {
        position: absolute;
        top: 10px;
        right: 10px;
      }

      .wt-product-gallery .product-view .product-view-btn {
        background-color: #fff;
        color: #443935;
        font-size: 22px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        display: block;
        text-align: center;
      }

      /** - Touchspin Input Type Number */
      .bootstrap-touchspin .input-group-btn-vertical {
        position: relative;
        white-space: nowrap;
        width: 1%;
        vertical-align: middle;
        display: table-cell;
      }

      .bootstrap-touchspin .input-group-btn-vertical>.btn {
        float: none;
        margin-left: -1px;
        position: relative;
        border-width: 1px;
        border-style: solid;
        border-color: #fff;
        background: #066168;
        width: 20px;
        height: 23px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
      }

      .bootstrap-touchspin .input-group-btn-vertical>.btn:before {
        display: none;
      }

      .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
        border-radius: 0;
        border-top-right-radius: 0;
      }

      .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
        margin-top: 0px;
        border-radius: 0;
        border-bottom-right-radius: 0;
      }

      .bootstrap-touchspin .input-group-btn-vertical i {
        position: absolute;
        top: 7px;
        left: 7px;
        font-size: 16px;
        font-weight: normal;
        color: #fff;
      }

      /** - Product Single */
      .product-detail-info {
        padding: 60px;
        background-color: #fff;
      }

      .product-detail-info .single-product-title .post-title {
        padding-right: 0px;
        font-size: 28px;
        margin-bottom: 15px;
      }

      @media (max-width: 767px) {
        .product-detail-info {
          padding: 30px;
        }
      }

      .wt-product-gallery {
        padding-bottom: 1px;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
      }

      @media (max-width: 991px) {
        .wt-product-gallery {
          margin-bottom: 30px;
        }
      }

      .wt-product-gallery .product-SW-view {
        background-color: #fff;
      }

      .wt-product-gallery .product-SW-view img {
        margin: 0px;
      }

      .p-single-old-price {
        color: #443935;
        font-size: 17px;
        text-decoration: line-through;
        font-weight: 500;
        padding-right: 10px;
      }

      .p-single-new-price {
        font-size: 26px;
        color: #066168;
        font-weight: 800;
      }

      .product-single-availability {
        color: #777777;
      }

      .product-single-availability span {
        color: #443935;
      }

      .product-pr-rate {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 20px;
      }

      .product-single-rating {
        margin-bottom: 15px;
      }

      .product-single-price {
        margin-bottom: 10px;
      }

      .wt-product-text {
        margin-bottom: 30px;
      }

      .product_meta {
        list-style: none;
        margin-bottom: 20px;
        padding: 20px;
        background: #fafafa;
      }

      .product_meta li {
        border-bottom: 1px solid #ddd;
        padding: 5px 0px;
      }

      .product_meta li:last-child {
        border-bottom: 0px;
        padding-bottom: 0px;
      }

      .product_meta a {
        color: #066168;
      }

      .product_meta a:hover {
        color: #066168;
      }

      .product_meta .sku_wrapper {
        color: #777777;
      }

      .product_meta .sku_wrapper span {
        color: #443935;
      }

      .btn-quantity {
        max-width: 130px;
        width: 100%;
        margin-right: 30px;
        display: inline-block;
      }

      @media (max-width: 420px) {
        .btn-quantity {
          max-width: 34px;
        }
      }

      .btn-quantity .form-control {
        height: 46px;
        background-color: #fff;
        border: 1px solid #ddd;
      }

      /** - Client Carousel */
      .home-client-carousel2 .item {
        text-align: center;
      }

      .box {
        display: inline-block;
        position: relative;
        border: 1px solid transparent;
        z-index: 0;
        transition: all 0.3s ease;
        opacity: 1;
        margin: 0 -1px;
        padding: 30px;
      }

      .box:hover {
        z-index: 10;
        border: 1px solid #066168;
        transition: width 1s ease;
      }

      .box:hover:before {
        transition: height 0.2s ease, opacity 0.3s ease;
        height: 85%;
        opacity: 1;
      }

      .box:hover:after {
        transition: width 0.2s ease, opacity 0.3s ease;
        width: 85%;
        opacity: 1;
      }

      .box:before {
        content: "";
        display: block;
        position: absolute;
        background: #fff;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        animation-iteration-count: 1;
        transform-origin: 50% 50%;
        opacity: 1;
        overflow: hidden;
        width: calc(100% + 3px);
        height: 100%;
        z-index: 1;
        transition: height 1s ease, opacity 0.8s ease;
      }

      .box:after {
        content: "";
        display: block;
        position: absolute;
        background: #fff;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        animation-iteration-count: 1;
        transform-origin: 50% 50%;
        opacity: 1;
        overflow: hidden;
        height: calc(100% + 3px);
        width: 100%;
        z-index: 1;
        transition: width 1s ease, opacity 0.8s ease;
      }

      .box:focus:before {
        transition: height 0.2s ease, opacity 0.3s ease;
        height: 85%;
        opacity: 1;
      }

      .box:focus:after {
        transition: width 0.2s ease, opacity 0.3s ease;
        width: 85%;
        opacity: 1;
      }

      /** - Team-effect-hvr1 */
      .twm-team-box1-wraper {
        position: relative;
      }

      .team-effect-hvr1 {
        overflow: hidden;
        position: relative;
        z-index: 1;
        padding: 4px;
        background-color: #fff;
        transition: 0.5s all ease;
      }

      .team-effect-hvr1:before {
        position: absolute;
        content: "";
        height: 200px;
        background-color: #443935;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        z-index: -1;
        transition: 0.5s all ease;
      }

      .team-effect-hvr1 .content-info {
        width: 100%;
        padding: 20px;
        position: relative;
        transition: transform 0.5s;
        background: #fff;
      }

      .team-effect-hvr1 .content-info-inner {
        position: relative;
        width: 100%;
        display: block;
      }

      .team-effect-hvr1 .wt-title {
        margin-bottom: 5px;
        transition: 0.5s all ease;
      }

      .team-effect-hvr1 .wt-title:hover {
        color: #066168;
      }

      .team-effect-hvr1 img {
        transition: 0.5s all ease;
        background-color: #000;
        width: 100%;
      }

      .team-effect-hvr1 p.icon-links {
        position: absolute;
        transform: translateX(-50%);
        left: 50%;
        bottom: calc(100% + 44px);
        z-index: 0;
        opacity: 0;
        width: max-content;
        margin-bottom: 0;
        transition: 0.5s all ease;
      }

      .team-effect-hvr1 p.icon-links a {
        float: left;
        color: #066168;
        font-size: 14px;
        transition: transform 0.35s;
        transform: translate3d(0, 150%, 0);
        background-color: #fff;
        margin-right: 3px;
        width: 44px;
        height: 44px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.5s all ease;
      }

      .team-effect-hvr1 p.icon-links {
        margin-bottom: 0;
      }

      .team-effect-hvr1:hover {
        background-color: #066168;
      }

      .team-effect-hvr1:hover:before {
        height: 100%;
      }

      .team-effect-hvr1:hover p.icon-links {
        opacity: 1;
      }

      .team-effect-hvr1:hover p.icon-links a:hover {
        color: #fff;
        background-color: #443935;
      }

      .team-effect-hvr1:hover p.icon-links a:focus {
        color: #fff;
      }

      .team-effect-hvr1:hover p.icon-links a {
        transform: translate3d(0, 0, 0);
      }

      .team-effect-hvr1:hover p.icon-links a:nth-child(3) {
        transition-delay: 0.1s;
      }

      .team-effect-hvr1:hover p.icon-links a:nth-child(2) {
        transition-delay: 0.15s;
      }

      .team-effect-hvr1:hover p.icon-links a:first-child {
        transition-delay: 0.2s;
      }

      .team-effect-hvr1:hover img {
        transition: transform 0.5s;
      }

      .team-effect-hvr1:hover .content-info {
        transform: translateY(0px);
      }

      .team-effect-hvr1:hover .wt-title {
        transition-delay: 0.05s;
      }

      .team-effect-hvr1 .info-detail {
        text-align: center;
      }

      .team-effect-hvr1 .wt-title-position {
        margin-bottom: 0;
        color: #066168;
        display: block;
        font-size: 16px;
      }

      /** - Team-effect-hvr2 */
      .team-effect-hvr2 {
        position: relative;
        overflow: hidden;
        padding-bottom: 0px;
      }

      .team-effect-hvr2 .team-hvr2-media {
        background-color: #fff;
        position: relative;
        overflow: hidden;
        padding: 20px 20px 20px 20px;
      }

      .team-effect-hvr2 .team-hvr2-media:after {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: #066168;
        top: 100%;
        left: 0;
        transition: 0.5s all ease;
      }

      .team-effect-hvr2 .team-hvr2-media img {
        padding: 10px;
        position: relative;
        z-index: 1;
      }

      .team-effect-hvr2 .content-info {
        padding: 20px;
        transition: transform 0.5s;
        position: absolute;
        bottom: 90px;
        left: 30px;
        right: 30px;
        z-index: 2;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(7px);
        background-color: rgba(0, 0, 0, 0.5);
      }

      .team-effect-hvr2 .content-info-inner {
        display: block;
      }

      .team-effect-hvr2 .info-detail {
        text-align: center;
        transition: transform 0.35s;
      }

      .team-effect-hvr2 .wt-title {
        margin-bottom: 5px;
      }

      .team-effect-hvr2 .wt-title a {
        color: #fff;
        font-size: 22px;
      }

      .team-effect-hvr2 .wt-title a:hover {
        color: #066168;
      }

      .team-effect-hvr2 p.icon-links {
        position: absolute;
        left: 50%;
        bottom: -83px;
        transform: translateX(-50%) translateY(-50%);
        width: 100%;
        transition: 0.5s all ease;
        opacity: 0;
        text-align: center;
        margin-bottom: 0px;
      }

      @media (max-width: 767px) {
        .team-effect-hvr2 p.icon-links {
          justify-content: center;
        }
      }

      .team-effect-hvr2 p.icon-links a {
        color: #443935;
        transition: 0.5s all ease;
        font-family: "Afacad", sans-serif;
        display: inline-block;
        font-size: 14px;
        letter-spacing: 2px;
        height: min-content;
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 2px;
        margin-bottom: 2px;
        transform: translate3d(0, 200%, 0);
        background-color: #fff;
      }

      .team-effect-hvr2:hover .info-detail {
        opacity: 1;
      }

      .team-effect-hvr2:hover p.icon-links {
        opacity: 1;
      }

      .team-effect-hvr2:hover p.icon-links a:hover {
        color: #fff;
        background-color: #066168;
      }

      .team-effect-hvr2:hover p.icon-links a:focus {
        color: #fff;
        background-color: #066168;
      }

      .team-effect-hvr2:hover p.icon-links a {
        transform: translate3d(0, 0, 0);
      }

      .team-effect-hvr2:hover p.icon-links a:nth-child(3) {
        transition-delay: 0.1s;
      }

      .team-effect-hvr2:hover p.icon-links a:nth-child(2) {
        transition-delay: 0.15s;
      }

      .team-effect-hvr2:hover p.icon-links a:first-child {
        transition-delay: 0.2s;
      }

      .team-effect-hvr2:hover .team-hvr2-media:after {
        top: 0%;
      }

      .team-effect-hvr2 .wt-title-position {
        margin-bottom: 0;
        color: #066168;
        display: block;
      }

      .team-effect-hvr2 img {
        transition: 0.5s all ease;
      }

      .twm-pro-st2 {
        position: relative;
        margin-bottom: 30px;
      }

      .twm-pro-st2 .twm-pro-st2-media {
        position: relative;
        background: #000;
        text-align: center;
        overflow: hidden;
      }

      @media (max-width: 1200px) {
        .twm-pro-st2 .twm-pro-st2-media {
          box-shadow: none;
        }
      }

      .twm-pro-st2 .twm-pro-st2-media img {
        position: relative;
        display: block;
        max-width: none;
        transition: opacity 0.35s, transform 0.35s;
        transform: translate3d(-10px, 0, 0);
        backface-visibility: hidden;
        height: 400px;
        width: 110%;
        object-fit: cover;
        object-position: center;
      }

      .twm-pro-st2 .twm-pro-st2-media:hover img {
        opacity: 0.2;
        transform: translate3d(0, 0, 0);
      }

      .twm-pro-st2 .twm-pro-st2-inner {
        padding: 20px 0px 0px 0px;
        width: 100%;
        text-align: center;
      }

      .twm-pro-st2 .twm-pro-st2-inner .wt-title {
        position: relative;
        overflow: hidden;
        margin: 0px 0px 10px 0px;
        font-size: 22px;
      }

      .twm-pro-st2 .twm-pro-st2-inner .wt-title a {
        color: #443935;
      }

      .twm-pro-st2 .twm-pro-st2-inner .wt-title:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: #fff;
        content: "";
        transition: transform 0.35s;
        transform: translate3d(-100%, 0, 0);
      }

      .twm-pro-st2 .twm-pro-st2-inner .project-new-category {
        margin-bottom: 0;
        color: #066168;
        display: block;
        font-size: 16px;
      }

      .twm-pro-st2 .twm-pro-st2-inner .site-button-icon {
        color: #066168;
        opacity: 0;
        display: block;
        transition: opacity 0.35s, transform 0.8s;
        transform: translate3d(0, 0, 0);
        position: absolute;
        right: 0;
        bottom: 0;
      }

      .twm-pro-st2 .twm-pro-st2-inner .site-button-icon i {
        font-size: 40px;
        line-height: 0;
      }

      .twm-pro-st2 .project-view-btn {
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        display: block;
        background-color: #f9f3ea;
        color: #066168;
        font-size: 22px;
        position: absolute;
        left: 0%;
        top: 0%;
        opacity: 0;
        transition: opacity 0.35s, transform 0.8s;
        transform: translate3d(100%, 100%, 0);
      }

      .twm-pro-st2:hover .project-view-btn {
        opacity: 1;
        transform: translate3d(0, 0, 0);
      }

      .effect-hvr3 {
        position: relative;
        margin-bottom: 30px;
      }

      .effect-hvr3 .effect-sarah {
        position: relative;
        overflow: hidden;
        background: #000;
        text-align: center;
      }

      .effect-hvr3 .effect-sarah img {
        position: relative;
        display: block;
      }

      .effect-hvr3 .effect-hvr3-inner {
        padding: 30px;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        bottom: 30px;
        left: 30px;
        right: 30px;
        backdrop-filter: blur(6px);
      }

      @media (max-width: 400px) {
        .effect-hvr3 .effect-hvr3-inner {
          padding: 10px;
          bottom: 10px;
          left: 10px;
          right: 10px;
        }
      }

      .effect-hvr3 .effect-hvr3-inner .wt-title a {
        color: #fff;
        font-size: 22px;
      }

      .effect-hvr3 .effect-hvr3-inner .project-new-category {
        display: block;
        margin-bottom: 0;
        color: #066168;
        font-size: 16px;
        font-weight: 700;
        font-family: "Figtree", sans-serif;
        text-transform: uppercase;
      }

      .effect-hvr3 .effect-hvr3-inner .site-button-icon {
        color: #fff;
        opacity: 0;
        display: block;
        transition: opacity 0.35s, transform 0.8s;
        transform: translate3d(0, 0, 0);
        position: absolute;
        right: 0;
        bottom: 0;
      }

      .effect-hvr3 .effect-hvr3-inner .site-button-icon i {
        font-size: 40px;
        line-height: 0;
      }

      .effect-hvr3 .effect-hvr3-inner:before {
        pointer-events: none;
      }

      .effect-hvr3 .effect-hvr3-inner:after {
        pointer-events: none;
      }

      .effect-hvr3 .project-view-btn {
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        display: block;
        background-color: #fff;
        color: #066168;
        font-size: 22px;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        transition: opacity 0.35s, transform 0.8s;
        transform: translate3d(-100%, 0, 0);
      }

      .effect-hvr3:hover .effect-hvr3-inner .site-button-icon {
        opacity: 1;
        transform: translate3d(-20px, 0, 0);
      }

      .effect-hvr3:hover .project-view-btn {
        opacity: 1;
        transform: translate3d(0, 0, 0);
      }

      .effect-sarah img {
        max-width: none;
        width: calc(100% + 20px) !important;
        transition: opacity 0.35s, transform 0.35s;
        transform: translate3d(-10px, 0, 0);
        backface-visibility: hidden;
      }

      .effect-sarah:hover img {
        opacity: 0.2;
        transform: translate3d(0, 0, 0);
      }

      .effect-sarah:hover .wt-title {
        background-color: transparent;
      }

      .effect-sarah:hover .wt-title:after {
        transform: translate3d(0, 0, 0);
      }

      .effect-sarah .effect-hvr3-inner {
        text-align: left;
      }

      .effect-sarah .wt-title {
        position: relative;
        overflow: hidden;
        padding: 10px 10px 10px 0;
      }

      .effect-sarah .wt-title a {
        color: #443935;
      }

      .effect-sarah .wt-title:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: #fff;
        content: "";
        transition: transform 0.35s;
        transform: translate3d(-100%, 0, 0);
      }

      /** - Video Section */
      .video-section-outer-wrap {
        position: relative;
        background-color: #443935;
      }

      .video-section-outer-wrap .parallax-section {
        height: 660px;
      }

      .video-section-outer-wrap .trv-vid-st2 {
        height: 800px;
        opacity: 1;
      }

      .video-section {
        position: relative;
        z-index: 1;
      }

      .video-section img {
        width: 100%;
      }

      .video-section a {
        display: block;
        width: 138px;
        height: 138px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        border: 1px solid #fff;
      }

      /** - Video Section 2 */
      .video-section2-outer-wrap {
        position: relative;
        overflow: hidden;
      }

      @media (max-width: 991px) {
        .video-section2-outer-wrap {
          background-color: #fff;
        }
      }

      .video-section2-outer-wrap .watch-video {
        position: absolute;
        z-index: 3;
        right: 80px;
        bottom: 0px;
        text-align: center;
        transform: rotate(-90deg);
        width: 0px;
        white-space: nowrap;
      }

      @media (max-width: 991px) {
        .video-section2-outer-wrap .watch-video {
          display: none;
        }
      }

      .video-section2-outer-wrap .watch-video span {
        font-size: 80px;
        font-family: "Figtree", sans-serif;
        display: block;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.5);
        -webkit-text-stroke: 1px #443935;
      }

      @media (max-width: 991px) {
        .video-section2-outer-wrap .watch-video {
          right: 40px;
          bottom: 50px;
          width: 100%;
          text-align: right;
        }
      }

      .video-section2-outer-wrap .video-section2-corner-top {
        position: absolute;
        left: 230px;
        top: 0px;
        width: 0;
        height: 0;
        border-bottom: 30px solid #443935;
        border-left: 70px solid transparent;
      }

      @media (max-width: 991px) {
        .video-section2-outer-wrap .video-section2-corner-top {
          display: none;
        }
      }

      .video-section2-outer-wrap .video-section2-corner-bottom {
        position: absolute;
        left: 230px;
        bottom: 0px;
        width: 0;
        height: 0;
        border-top: 30px solid #443935;
        border-left: 70px solid transparent;
      }

      @media (max-width: 991px) {
        .video-section2-outer-wrap .video-section2-corner-bottom {
          display: none;
        }
      }

      .video-section2-outer-wrap:after {
        content: "";
        position: absolute;
        background-color: #c2bbaf;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 300px;
        left: 0px;
        z-index: -1;
        top: 0px;
        bottom: 0px;
      }

      @media (max-width: 991px) {
        .video-section2-outer-wrap:after {
          display: none;
        }
      }

      .video-section2-outer-wrap:before {
        position: absolute;
        z-index: 1;
        content: "";
        left: 230px;
        top: 30px;
        bottom: 30px;
        background-color: #fff;
        width: 6000px;
      }

      @media (max-width: 991px) {
        .video-section2-outer-wrap:before {
          display: none;
        }
      }

      .video-section2-outer-wrap .video-section2-outer {
        margin-right: 30px;
      }

      @media (max-width: 991px) {
        .video-section2-outer-wrap .video-section2-outer {
          margin-right: 0px;
        }
      }

      .video-section2-outer-wrap .video-section2 {
        position: relative;
        z-index: 1;
        margin: 120px 0px 120px 0;
        height: 700px;
      }

      @media (max-width: 991px) {
        .video-section2-outer-wrap .video-section2 {
          margin: 70px 0px 40px 0px;
        }
      }

      @media (max-width: 768px) {
        .video-section2-outer-wrap .video-section2 {
          height: 400px;
        }
      }

      .video-section2-outer-wrap .video-section2 img {
        width: 100%;
        opacity: 1;
      }

      @media (max-width: 1199px) {
        .video-section2-outer-wrap .video-section2 img {
          object-fit: cover;
          object-position: center;
        }
      }

      @media (max-width: 768px) {
        .video-section2-outer-wrap .video-section2 img {
          height: 660px;
        }
      }

      .video-section2-outer-wrap .video-section2 a {
        display: block;
        width: 120px;
        height: 120px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
        z-index: 1;
      }

      @media (max-width: 991px) {
        .video-section2-outer-wrap .video-section2 a {
          right: 30px;
          bottom: 90px;
        }
      }

      .video-section2-outer-wrap .video-section2-right {
        position: relative;
        z-index: 1;
      }

      @media (max-width: 1440px) {
        .video-section2-outer-wrap .video-section2-right {
          padding-right: 100px;
        }
      }

      @media (max-width: 991px) {
        .video-section2-outer-wrap .video-section2-right {
          padding: 0px;
          margin-bottom: 70px;
        }
      }

      /** - Service Icon Box One */
      .icon-box-style-one-wrap {
        z-index: 1;
        position: relative;
        margin: 0 30px 30px 0;
        transition: 0.5s all ease;
      }

      @media (max-width: 420px) {
        .icon-box-style-one-wrap {
          margin: 0px;
        }
      }

      .icon-box-style-one-wrap:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        right: -30px;
        top: 30px;
        z-index: -1;
        padding: 30px;
        outline-width: 2px;
        outline-color: #fff;
        outline-style: inset;
      }

      @media (max-width: 420px) {
        .icon-box-style-one-wrap:before {
          display: none;
        }
      }

      .icon-box-style-one-wrap .icon-box-style-one {
        padding: 30px;
        position: relative;
        z-index: 1;
        transition: 0.5s all ease;
        background-color: #fff;
      }

      .icon-box-style-one-wrap .icon-box-style-one .icon-box-style-one-media {
        margin-bottom: 30px;
        height: 260px;
        transition: 0.5s all ease;
      }

      .icon-box-style-one-wrap .icon-box-style-one .icon-box-style-one-media img {
        height: 260px;
        object-fit: cover;
        object-position: center center;
        max-width: 100%;
        transition: 0.5s all ease;
        position: absolute;
        width: calc(100% - 60px);
      }

      .icon-box-style-one-wrap .icon-box-style-one .icon-box-one-title {
        margin-bottom: 20px;
      }

      .icon-box-style-one-wrap .icon-box-style-one .icon-box-one-title .wt-title {
        font-size: 22px;
      }

      .icon-box-style-one-wrap .icon-box-style-one .icon-box-one-content p {
        margin-bottom: 30px;
      }

      .icon-box-style-one-wrap .icon-box-style-one .icon-box-one-alpha {
        transition: 0.5s all ease;
      }

      .icon-box-style-one-wrap .icon-box-style-one .icon-box-one-alpha span {
        display: inline-block;
        font-size: 200px;
        line-height: 0.75;
        font-family: "Figtree", sans-serif;
        color: #066168;
        transition: 0.5s all ease;
        font-weight: 900;
        background: #F9F3EA;
        background: linear-gradient(to top, #F9F3EA 20%, #F9F3EA -60%, #fff 90%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        position: absolute;
        right: 0px;
        bottom: 0;
        z-index: -1;
      }

      .icon-box-style-one-wrap .icon-box-style-one .site-button-link {
        position: relative;
        z-index: 1;
        transition: 0.5s all ease;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 5px;
      }

      .icon-box-style-one-wrap .icon-box-style-one .site-button-link:before {
        content: "";
        position: absolute;
        width: 0%;
        height: 100%;
        background-color: #fff;
        top: 0;
        left: 0;
        z-index: -1;
        transition: 0.5s all ease;
      }

      .icon-box-style-one-wrap .icon-box-style-one:hover {
        background-color: #fff;
      }

      .icon-box-style-one-wrap .icon-box-style-one:hover .icon-box-one-title {
        opacity: 0;
      }

      .icon-box-style-one-wrap .icon-box-style-one:hover .icon-box-one-content p {
        opacity: 0;
      }

      .icon-box-style-one-wrap .icon-box-style-one:hover .icon-box-style-one-media {
        margin-bottom: 30px;
        height: 260px;
      }

      .icon-box-style-one-wrap .icon-box-style-one:hover .icon-box-style-one-media img {
        height: calc(100% - 60px);
        z-index: -1;
      }

      .icon-box-style-one-wrap .icon-box-style-one:hover .icon-box-one-alpha {
        display: none;
      }

      .icon-box-style-one-wrap .icon-box-style-one:hover .site-button-link:before {
        width: 100%;
      }

      /** - Service Icon Box */
      .service-icon-box-one-section {
        background-color: #066168;
        overflow: hidden;
      }

      .service-icon-box-one {
        position: relative;
        padding: 70px;
        clip-path: polygon(0% 5%, 5% 5%, 5% 0%, 85% 0%, 100% 0%, 100% 15%, 100% 95%, 95% 95%, 95% 101%, 15% 101%, 0% 101%, 0% 85%);
        background-color: #fff;
        border: 1px dashed #066168;
        transition: 0.5s ease;
      }

      @media (max-width: 1600px) {
        .service-icon-box-one {
          padding: 50px;
        }
      }

      @media (max-width: 1199px) {
        .service-icon-box-one {
          padding: 30px;
        }
      }

      @media (max-width: 420px) {
        .service-icon-box-one {
          padding: 30px;
        }
      }

      .service-icon-box-one .service-icon-content {
        position: relative;
        z-index: 1;
      }

      .service-icon-box-one .service-icon-content .wt-title {
        margin-bottom: 20px;
        font-size: 22px;
        transition: 0.5s all ease;
        transform: translateY(0px);
      }

      .service-icon-box-one .service-icon-content .wt-title a {
        transition: 0.5s all ease;
      }

      .service-icon-box-one .service-icon {
        margin-top: 40px;
      }

      @media (max-width: 1199px) {
        .service-icon-box-one .service-icon {
          margin-top: 20px;
        }
      }

      .service-icon-box-one .service-icon img {
        height: 80px;
        width: auto;
      }

      @media (max-width: 1199px) {
        .service-icon-box-one .service-icon img {
          height: 54px;
        }
      }

      .service-icon-box-one .img-animate {
        transition: 0.5s ease;
        left: 100%;
        position: absolute;
        bottom: 0px;
        width: 60%;
        height: auto;
        opacity: 0.02;
      }

      .service-icon-box-one:hover {
        clip-path: polygon(0% 20%, 0% 0%, 20% 0%, 80% 0%, 100% 0%, 100% 20%, 100% 80%, 100% 100%, 80% 101%, 20% 101%, 0% 101%, 0% 80%);
        border: 1px dashed #443935;
      }

      .service-icon-box-one:hover .service-icon-content .wt-title {
        transform: translateY(10px);
      }

      .service-icon-box-one:hover .service-icon-content .wt-title a {
        color: #066168;
      }

      .service-icon-box-one:hover .img-animate {
        left: 50%;
        transform: translateX(-50%);
      }

      /** - Service Icon Box */
      .twm-we-pro-service-wrap {
        background-color: #fff;
        margin: 0px 70px;
      }

      @media (max-width: 1365px) {
        .twm-we-pro-service-wrap {
          margin: 0px 0px;
        }
      }

      .service-icon-box-two {
        position: relative;
        background-color: #fff;
        z-index: 1;
        padding: 30px;
        outline-width: 3px;
        outline-color: #f5ead8;
        outline-style: double;
      }

      .service-icon-box-two .service-media {
        position: relative;
        overflow: hidden;
      }

      @media (max-width: 767px) {
        .service-icon-box-two .service-media img {
          height: 320px;
          width: 100%;
          object-fit: cover;
          object-position: center;
        }
      }

      .service-icon-box-two .service-media:before {
        background-color: rgba(0, 0, 0, 0.06);
        content: "";
        inset: 0;
        position: absolute;
        transform: scaleX(0);
        transform-origin: right;
        transition: transform 0.5s ease-in-out;
        z-index: 2;
      }

      .service-icon-box-two:hover .service-media:before {
        transform: scaleX(1);
        transform-origin: left;
        inset: 1;
      }

      .service-icon-box-two .wt-title {
        font-size: 22px;
        margin: 0px 0px 0px 10px;
      }

      .service-icon-box-two .wt-title a {
        color: #443935;
        transition: 0.5s all ease;
      }

      .service-icon-box-two .wt-title a:hover {
        color: #066168;
      }

      .service-icon-box-two:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 60%;
        height: 50%;
        background-image: url(../images/background/dark-dott-pattern.png);
        z-index: -1;
      }

      .service-icon-box-two .service-icon-box-bootom {
        display: flex;
        align-items: center;
      }

      .service-icon-box-two .service-icon {
        width: 80px;
        height: 80px;
        background-color: #443935;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .service-icon-box-two .service-icon span {
        width: 80px;
        height: 80px;
        background-color: #f9f3ea;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px;
      }

      .service-icon-box-two .service-icon-content {
        padding: 30px 0px 30px 0px;
        z-index: 1;
      }

      .service-icon-box-two .service-icon-content .wt-title {
        margin-bottom: 20px;
        position: absolute;
        bottom: 0;
        left: 130px;
      }

      /** - Service Icon Box Three */
      .icon-box-style-three-title {
        display: flex;
        align-items: end;
        height: 100%;
        background-image: url(../images/ab-bg.jpg);
        background-size: cover;
      }

      @media (max-width: 767px) {
        .icon-box-style-three-title {
          height: 400px;
        }
      }

      .icon-box-style-three-title .icon-box-style-three-title-bg {
        background-color: rgba(255, 255, 255, 0.9);
        padding: 30px;
      }

      .icon-box-style-three-title .icon-box-style-three-title-bg .wt-title {
        margin-bottom: 0px !important;
      }

      @media (max-width: 575px) {
        .icon-box-style-three-title {
          position: relative;
          padding-top: 30px;
        }
      }

      .icon-box-style-three-wrap {
        position: relative;
      }

      .icon-box-style-three-wrap .wt-icon-box-wraper {
        width: 50px;
        height: 50px;
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .icon-box-style-three-wrap .icon-box-style-three {
        padding: 60px 40px;
        border: 1px solid #443935;
        background-color: #f9f3ea;
        transition: all 0.5s ease-in-out;
        clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
      }

      .icon-box-style-three-wrap .icon-box-style-three:hover {
        clip-path: polygon(0% 0%, 15% 15%, 0% 0%, 100% 0%, 85% 15%, 100% 0%, 100% 100%, 85% 85%, 100% 100%, 0% 100%, 15% 85%, 0% 100%);
        background-color: #fff;
      }

      .icon-box-style-three-wrap .icon-box-style-three .icon-box-three-title {
        margin-bottom: 20px;
      }

      .icon-box-style-three-wrap .icon-box-style-three .icon-box-three-title .wt-title {
        font-size: 22px;
      }

      .icon-box-style-three-wrap .icon-box-style-three .icon-box-three-content p {
        margin-bottom: 30px;
      }

      /** - Home 2 Slider Wrap */
      .slider-outer {
        position: relative;
      }

      .slider-outer .slider-left-sidebar {
        width: 40px;
        background-color: #443935;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
      }

      @media (max-width: 991px) {
        .slider-outer .slider-left-sidebar {
          z-index: 2;
          background: none;
          top: 6px;
          bottom: auto;
          left: 6px;
        }
      }

      @media (max-width: 768px) {
        .slider-outer .slider-left-sidebar {
          display: none;
        }
      }

      .slider-outer .slider-left-sidebar .slider-left-sidebar-position {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
      }

      @media (max-width: 991px) {
        .slider-outer .slider-left-sidebar .slider-left-sidebar-position {
          transform: none;
          position: inherit;
          left: auto;
          top: auto;
          background-color: #443935;
        }
      }

      .slider-outer .slider-left-sidebar .share-text {
        color: #fff;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 2px;
        position: relative;
        display: block;
        padding-right: 24px;
        margin-top: 130px;
      }

      @media (max-width: 991px) {
        .slider-outer .slider-left-sidebar .share-text {
          display: none;
        }
      }

      .slider-outer .slider-left-sidebar .share-text span {
        transform: rotate(-90deg);
        position: absolute;
        left: 0;
        bottom: 20px;
        transform-origin: 8px 8px;
        display: block;
      }

      @media (max-width: 991px) {
        .slider-outer .slider-left-sidebar .share-text span {
          transform: none;
          position: inherit;
          left: auto;
          bottom: auto;
          transform-origin: inherit;
        }
      }

      .slider-outer .slider-left-sidebar .share-text span:after {
        width: 40px;
        height: 1px;
        background-color: #fff;
        position: absolute;
        content: "";
        left: 100%;
        top: 50%;
        transform: translateY(-50%);
      }

      .slider-outer .slider-left-sidebar .slider-l-social ul {
        list-style: none;
      }

      .slider-outer .slider-left-sidebar .slider-l-social ul li {
        text-align: center;
      }

      .slider-outer .slider-left-sidebar .slider-l-social ul li a {
        color: #fff;
      }

      @media (max-width: 991px) {
        .slider-outer .slider-left-sidebar .slider-l-social ul {
          display: flex;
          margin-bottom: 0px;
        }

        .slider-outer .slider-left-sidebar .slider-l-social ul li a {
          font-size: 14px;
          width: 30px;
          height: 30px;
          display: flex;
          align-items: center;
          justify-content: center;
        }
      }

      .slider-outer .slider-fit-screen {
        width: 100% !important;
        left: 0 !important;
      }

      .slider-outer .tp-bgimg.defaultimg {
        width: calc(55vw + 90px) !important;
        background-size: cover !important;
        background-repeat: no-repeat;
        background-position: right center;
        position: absolute;
        right: 0;
      }

      @media (max-width: 991px) {
        .slider-outer .tp-bgimg.defaultimg {
          width: 100vw !important;
          opacity: 0.4 !important;
          bottom: 0px;
        }
      }

      .slider-outer .small-slider-text {
        letter-spacing: 3px !important;
        font-weight: 700 !important;
        font-size: 16px !important;
      }

      .slider-outer .next-previus-bg-bar-wrap {
        position: relative;
      }

      .slider-outer .next-previus-bg-bar-wrap:after {
        width: 53vw;
        height: 90px;
        background-color: #443935;
        position: absolute;
        left: 0;
        bottom: 0;
        content: "";
      }

      @media (max-width: 1023px) {
        .slider-outer .next-previus-bg-bar-wrap:after {
          width: 100vw;
          height: 87px;
        }
      }

      .slider-outer .slide-number-count {
        background-color: #fff;
        padding: 20px 30px;
      }

      .slider-space-left {
        max-width: 1800px;
        margin: 0px auto;
        padding: 120px 90px 120px 90px;
        display: flex;
        flex-wrap: wrap;
        align-items: end;
        justify-content: space-between;
      }

      @media (max-width: 1800px) {
        .slider-space-left {
          padding: 120px 50px 120px 80px;
        }
      }

      @media (max-width: 1600px) {
        .slider-space-left {
          align-items: center;
        }
      }

      @media (max-width: 1440px) {
        .slider-space-left {
          padding: 50px 50px 50px 80px;
        }
      }

      @media (max-width: 991px) {
        .slider-space-left {
          margin-left: 0px;
        }
      }

      @media (max-width: 990px) {
        .slider-space-left {
          padding: 30px;
        }
      }

      @media (max-width: 991px) {
        .slider-space-left-area {
          text-align: center;
        }
      }

      @media (max-width: 990px) {
        .slider-space-left-area {
          width: 100%;
        }
      }

      .hme2-large-text {
        font-family: "Afacad", sans-serif;
        font-size: 90px;
        max-width: 948px;
        border-right: 1px dashed #443935;
      }

      @media (max-width: 1600px) {
        .hme2-large-text {
          max-width: 800px;
          font-size: 80px;
        }
      }

      @media (max-width: 1440px) {
        .hme2-large-text {
          max-width: 700px;
          font-size: 70px;
        }
      }

      @media (max-width: 1365px) {
        .hme2-large-text {
          max-width: 560px;
          font-size: 58px;
        }
      }

      @media (max-width: 1199px) {
        .hme2-large-text {
          max-width: 430px;
          font-size: 42px;
        }
      }

      @media (max-width: 990px) {
        .hme2-large-text {
          max-width: 100%;
          border: none;
        }
      }

      @media (max-width: 575px) {
        .hme2-large-text {
          font-size: 28px;
        }
      }

      @media (max-width: 575px) {
        .hme2-mini-text-wrap .circle-text2 .emblem {
          width: 140px;
          height: 140px;
        }
      }

      @media (max-width: 575px) {
        .hme2-mini-text-wrap .circle-text2 .emblem span {
          font-size: 12px;
        }
      }

      .hme2-mini-text {
        font-size: 16px;
        font-weight: 500;
        font-family: "Figtree", sans-serif;
        color: #443935;
        letter-spacing: 1px;
        max-width: 500px;
        line-height: 24px;
        padding-left: 60px;
      }

      @media (max-width: 1199px) {
        .hme2-mini-text {
          max-width: 420px;
        }
      }

      @media (max-width: 990px) {
        .hme2-mini-text {
          max-width: 100%;
          padding: 0px;
          text-align: center;
        }
      }

      .hme2-btn {
        display: flex;
        border: 1px solid #443935;
        width: 100px;
        height: 100px;
        align-items: center;
        justify-content: center;
        font-size: 38px;
      }

      @media (max-width: 575px) {
        .hme2-btn {
          font-size: 20px;
          height: 50px;
          width: 50px;
        }
      }

      .hme2-bnr-review-box-wrap {
        display: flex;
        align-items: center;
        margin-left: 60px;
        margin-top: 40px;
        justify-content: space-between;
      }

      @media (max-width: 990px) {
        .hme2-bnr-review-box-wrap {
          margin-left: 0px;
        }
      }

      .hme2-bnr-review-box {
        display: flex;
        align-items: center;
      }

      .hme2-bnr-review-pic {
        width: 60px;
        height: 60px;
        display: inline-flex;
        border-radius: 50px;
        overflow: hidden;
        border: 2px solid #fff;
        margin-left: -15px;
      }

      .hme2-bnr-review-pic.first-bx {
        margin-left: 0px;
      }

      .hme2-bnr-review-text {
        width: 60px;
        height: 60px;
        color: #fff;
        border: 2px solid #fff;
        background-color: #443935;
        border-radius: 50%;
        font-size: 24px;
        font-weight: 600;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: -15px;
      }

      .hme2-bnr-review-line {
        height: 60px;
        width: 1px;
        border-left: 1px dashed #443935;
        margin: 0px auto;
      }

      .hme2-bnr-review-b-title {
        font-size: 10px;
        color: #000;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 3px;
      }

      .hme2-bnr-review-b-title span {
        font-size: 12px;
        color: #443935;
        display: inline-block;
      }

      .hme2-bnr-review-rate {
        text-align: center;
      }

      .hme2-bnr-review-rate span {
        color: #066168;
      }

      /** - Twm Slider1 Slider */
      .twm-slider1-wrap {
        display: flex;
        align-items: center;
        background-color: #fff;
        position: relative;
        height: 830px;
      }

      @media (max-width: 1366px) {
        .twm-slider1-wrap {
          height: 630px;
        }
      }

      @media (max-width: 768px) {
        .twm-slider1-wrap {
          display: block;
          height: auto !important;
        }
      }

      .twm-slider1-wrap .swiper-button-next::after,
      .twm-slider1-wrap .swiper-button-prev::after {
        font-size: 16px !important;
        color: #443935;
        background-color: transparent;
        padding: 10px 12px;
      }

      .twm-slider1-wrap .twm-slider1 {
        width: 100%;
        height: 100%;
        max-width: 45vw;
        position: relative;
        z-index: 1;
        padding: 0px;
        margin: 0px;
      }

      @media (max-width: 1024px) {
        .twm-slider1-wrap .twm-slider1 {
          padding: 0px;
        }
      }

      @media (max-width: 768px) {
        .twm-slider1-wrap .twm-slider1 {
          max-width: 100%;
          width: 100%;
          height: auto;
          margin: 0px auto 0px;
          padding-bottom: 50px;
          padding-top: 50px;
        }
      }

      .twm-slider1-wrap .twm-slider1 .twm-slider1-slides .swiper-slide {
        display: flex;
        align-items: center;
        padding-left: 50px;
        padding-right: 50px;
      }

      @media (max-width: 768px) {
        .twm-slider1-wrap .twm-slider1 .twm-slider1-slides .swiper-slide {
          display: block;
        }
      }

      .twm-slider1-wrap .twm-slider1 .twm-slider1-slides .swiper-slide img {
        width: 100%;
      }

      .twm-slider1-wrap .twm-slider1-content {
        width: calc(100vw - 45%);
        margin: 0;
        height: 100%;
        position: relative;
        background: #f9f3ea;
      }

      @media (max-width: 1366px) {
        .twm-slider1-wrap .twm-slider1-content {
          width: calc(100vw - 380px);
        }
      }

      @media (max-width: 768px) {
        .twm-slider1-wrap .twm-slider1-content {
          width: auto;
          height: auto;
          margin-top: 0px;
          text-align: center;
        }
      }

      .twm-slider1-wrap .twm-slider1-content-inner {
        display: flex;
        align-items: center;
        height: 100%;
      }

      .twm-slider1-wrap .twm-slider1-content-inner .twm-slider1-content-inner-detail {
        max-width: 800px;
        margin-left: 160px;
        position: relative;
        padding: 50px;
      }

      @media (max-width: 1600px) {
        .twm-slider1-wrap .twm-slider1-content-inner .twm-slider1-content-inner-detail {
          margin-left: 80px;
          padding: 50px 80px 50px 50px;
        }
      }

      @media (max-width: 1199px) {
        .twm-slider1-wrap .twm-slider1-content-inner .twm-slider1-content-inner-detail {
          margin-left: 60px;
        }
      }

      @media (max-width: 991px) {
        .twm-slider1-wrap .twm-slider1-content-inner .twm-slider1-content-inner-detail {
          width: 100%;
          margin: 0px auto 60px;
        }
      }

      @media (max-width: 768px) {
        .twm-slider1-wrap .twm-slider1-content-inner .twm-slider1-content-inner-detail {
          margin: 60px auto 60px;
        }
      }

      @media (max-width: 575px) {
        .twm-slider1-wrap .twm-slider1-content-inner .twm-slider1-content-inner-detail {
          padding: 50px 20px 50px 20px;
          margin: 0px auto 0px;
        }
      }

      .twm-slider1-wrap .twm-slider1-content-inner .twm-slider1-content-inner-detail:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 450px;
        height: 100%;
        background-image: url(../images/main-slider/slider1/light-dott-pattern.png);
        z-index: -1;
      }

      @media (max-width: 991px) {
        .twm-slider1-wrap .twm-slider1-content-inner .twm-slider1-content-inner-detail:after {
          width: 100%;
        }
      }

      .twm-slider1-wrap .twm-slider1-content-inner .twm-slider1-content-inner-detail:before {
        content: "";
        position: absolute;
        left: -10px;
        top: 0;
        width: 50px;
        height: 50px;
        z-index: -1;
        border-left: 10px solid #066168;
        border-top: 10px solid #066168;
      }

      @media (max-width: 1024px) {
        .twm-slider1-wrap .twm-slider1-content-inner .twm-slider1-content-inner-detail:before {
          width: 10px;
        }
      }

      @media (max-width: 991px) {
        .twm-slider1-wrap .twm-slider1-content-inner .twm-slider1-content-inner-detail:before {
          left: 10px;
        }
      }

      .twm-slider1-wrap .twm-slider1-content-inner .twm-slider1-content-inner-detail .sm-title {
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 2px;
        display: block;
        font-family: "Figtree", sans-serif;
        margin-bottom: 20px;
        color: #6a6560;
      }

      .twm-slider1-wrap .twm-slider1-content-inner .twm-slider1-content-inner-detail .wt-title {
        font-size: 80px;
        line-height: 80px;
        font-family: "Afacad", sans-serif;
        margin-bottom: 50px;
        text-transform: capitalize;
        color: #443935;
      }

      @media (max-width: 1366px) {
        .twm-slider1-wrap .twm-slider1-content-inner .twm-slider1-content-inner-detail .wt-title {
          font-size: 60px;
          line-height: 60px;
        }
      }

      @media (max-width: 1199px) {
        .twm-slider1-wrap .twm-slider1-content-inner .twm-slider1-content-inner-detail .wt-title {
          font-size: 48px;
          line-height: 48px;
        }
      }

      @media (max-width: 991px) {
        .twm-slider1-wrap .twm-slider1-content-inner .twm-slider1-content-inner-detail .wt-title {
          font-size: 38px;
          line-height: 38px;
        }
      }

      @media (max-width: 575px) {
        .twm-slider1-wrap .twm-slider1-content-inner .twm-slider1-content-inner-detail .wt-title {
          font-size: 30px;
          line-height: 30px;
        }
      }

      .twm-slider1-wrap .slider2-left-sidebar {
        width: 70px;
        position: absolute;
        right: 0px;
        top: 0;
        bottom: 0;
        left: auto;
        height: 100%;
        z-index: 20;
        background: rgb(255, 255, 255);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
      }

      @media (max-width: 1024px) {
        .twm-slider1-wrap .slider2-left-sidebar {
          background-color: transparent;
        }
      }

      @media (max-width: 768px) {
        .twm-slider1-wrap .slider2-left-sidebar {
          position: relative;
          height: 100%;
          width: 100%;
        }
      }

      .twm-slider1-wrap .slider2-left-sidebar .slider2-left-sidebar-position {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%);
      }

      @media (max-width: 991px) {
        .twm-slider1-wrap .slider2-left-sidebar .slider2-left-sidebar-position {
          position: relative;
          width: max-content;
        }
      }

      @media (max-width: 768px) {
        .twm-slider1-wrap .slider2-left-sidebar .slider2-left-sidebar-position {
          position: relative;
          transform: none;
        }
      }

      .twm-slider1-wrap .slider2-left-sidebar .slider2-l-social ul {
        list-style: none;
        margin-bottom: 0;
        display: inline-flex;
        transform: rotate(-90deg);
      }

      @media (max-width: 768px) {
        .twm-slider1-wrap .slider2-left-sidebar .slider2-l-social ul {
          display: none;
        }
      }

      .twm-slider1-wrap .slider2-left-sidebar .slider2-l-social ul li {
        text-align: center;
        margin: 0 15px;
      }

      .twm-slider1-wrap .slider2-left-sidebar .slider2-l-social ul li a {
        color: #443935;
        font-size: 12px;
        font-weight: 500;
        font-family: "Afacad", sans-serif;
        letter-spacing: 2px;
        position: relative;
        background-color: #fff;
        transition: 0.5s all ease;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      @media (max-width: 1024px) {
        .twm-slider1-wrap .slider2-left-sidebar .slider2-l-social ul li a {
          background-color: transparent;
        }
      }

      .twm-slider1-wrap .slider2-left-sidebar .slider2-l-social ul li a i {
        color: #fff;
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        z-index: -1;
        height: 100%;
        transition: 0.5s all ease;
        opacity: 0;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .twm-slider1-wrap .slider2-left-sidebar .slider2-l-social ul li a:hover i {
        transform: translateY(-30px);
        opacity: 1;
      }

      .twm-slider1-wrap .controls-area {
        position: absolute;
        width: 310px;
        left: 0px;
        bottom: 0px;
        z-index: 1;
        padding: 40px 30px 30px 30px;
        background-color: #f9f3ea;
        z-index: 50;
      }

      @media (max-width: 1024px) {
        .twm-slider1-wrap .controls-area {
          width: 100%;
          bottom: 10px;
        }
      }

      @media (max-width: 991px) {
        .twm-slider1-wrap .controls-area {
          bottom: 0px;
        }
      }

      @media (max-width: 768px) {
        .twm-slider1-wrap .controls-area {
          position: relative;
          padding: 0px;
          background-color: transparent;
        }
      }

      .twm-slider1-wrap .controls-area .buttons-controls {
        width: 110px;
        position: absolute;
        right: 20px;
        bottom: 50px;
        height: 30px;
        text-align: right;
        z-index: 2;
      }

      @media (max-width: 768px) {
        .twm-slider1-wrap .controls-area .buttons-controls {
          bottom: -38px;
          height: 60px;
          left: 50%;
          right: auto;
          transform: translateX(-50%);
        }
      }

      .twm-slider1-wrap .controls-area .buttons-controls .swiper-button-next,
      .twm-slider1-wrap .controls-area .buttons-controls .swiper-button-prev {
        right: 0;
      }

      .twm-slider1-wrap .controls-area .buttons-controls .swiper-button-next:after,
      .twm-slider1-wrap .controls-area .buttons-controls .swiper-button-prev:after {
        font-size: 18px;
        font-weight: 600;
        color: #fff;
      }

      .twm-slider1-wrap .controls-area .buttons-controls .swiper-button-next:hover:after,
      .twm-slider1-wrap .controls-area .buttons-controls .swiper-button-prev:hover:after {
        color: #fff;
      }

      .twm-slider1-wrap .controls-area .swiper-scrollbar {
        background-color: #443935;
        width: 100%;
        opacity: 1 !important;
      }

      .twm-slider1-wrap .controls-area .swiper-scrollbar .swiper-scrollbar-drag {
        height: 2px;
        background: #066168 !important;
        opacity: 1 !important;
      }

      @media (max-width: 768px) {
        .twm-slider1-wrap .controls-area .swiper-scrollbar {
          display: none;
        }
      }

      .twm-slider1-wrap .controls-area .swiper-pagination {
        color: #066168;
        width: 76px;
        text-align: left;
        font-size: 28px;
        font-family: "Figtree", sans-serif;
        margin-top: 0px;
      }

      @media (max-width: 768px) {
        .twm-slider1-wrap .controls-area .swiper-pagination {
          display: none;
        }
      }

      .twm-slider1-wrap .controls-area .swiper-pagination .swiper-pagination-current {
        font-size: 28px;
        color: #443935;
        display: inline-table;
      }

      .twm-slider1-wrap .xl-title {
        position: absolute;
        left: 0px;
        bottom: -10px;
      }

      .twm-slider1-wrap .xl-title span {
        font-size: 240px;
        line-height: 200px;
        display: inline-block;
        font-family: "Figtree", sans-serif;
        opacity: 0.1;
        text-transform: uppercase;
        color: transparent;
        margin: 0px 0px 20px 80px;
        -webkit-text-stroke: 2px #066168;
        text-stroke: 2px #066168;
      }

      @media (max-width: 1366px) {
        .twm-slider1-wrap .xl-title span {
          font-size: 100px;
          line-height: 110px;
        }
      }

      @media (max-width: 575px) {
        .twm-slider1-wrap .xl-title span {
          display: none;
        }
      }

      /** - Social Icon Bg Color */
      .bg-dribble-clr i {
        background-color: #ea4c89;
      }

      .bg-behance-clr i {
        background-color: #053eff;
      }

      .bg-twitter-clr i {
        background-color: #000;
      }

      /** - Spin Animation */
      .slider-circle-pic-wrap {
        position: relative;
        overflow: hidden;
        background-color: #f1ebe3;
      }

      .slider-circle-pic-wrap .slider-circle-pic {
        position: absolute;
        z-index: 0;
        right: 70px;
        bottom: 0px;
      }

      .slider-circle-pic-wrap .slider-circle-pic img {
        width: 700px;
        opacity: 0.1;
      }

      @media (max-width: 1366px) {
        .slider-circle-pic-wrap .slider-circle-pic img {
          width: 500px;
        }
      }

      @media (max-width: 991px) {
        .slider-circle-pic-wrap .slider-circle-pic img {
          width: 300px;
        }
      }

      .rotate-center {
        animation: rotate-center 40s linear infinite;
      }

      @keyframes rotate-center {
        0% {
          transform: rotate(0);
        }

        100% {
          transform: rotate(360deg);
        }
      }

      @media (max-width: 1024px) {

        .section-full.p-t120,
        .section-full.p-b90,
        .section-full.p-tb120 {
          padding-top: 50px;
          padding-bottom: 20px;
        }
      }

      @media (max-width: 1024px) {
        .section-full.p-b120 {
          padding-bottom: 50px;
        }
      }

      /** - Pagination */
      .custom-pagination {
        position: relative;
        display: block;
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: center;
      }

      @media (max-width: 991px) {
        .custom-pagination {
          margin-top: 0px;
          margin-bottom: 0px;
        }
      }

      .custom-pagination li {
        position: relative;
        display: inline-block;
        margin: 0px 1px;
      }

      .custom-pagination li .page-numbers,
      .custom-pagination li a {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 46px;
        height: 46px;
        color: #066168;
        font-size: 18px;
        line-height: 46px;
        font-weight: 700;
        text-align: center;
        transition: 0.5s all ease;
        font-family: "Afacad", sans-serif;
        z-index: 1;
        border-radius: 10px;
        border: 1px solid transparent;
      }

      @media (max-width: 575px) {

        .custom-pagination li .page-numbers,
        .custom-pagination li a {
          width: 40px;
          height: 40px;
        }
      }

      .custom-pagination li .page-numbers:hover,
      .custom-pagination li .page-numbers.active,
      .custom-pagination li a:hover,
      .custom-pagination li a.active {
        background-color: #fff;
        color: #066168;
        border: 1px solid rgba(6, 97, 104, 0.27);
      }

      .custom-pagination li .page-numbers span,
      .custom-pagination li a span {
        position: relative;
      }

      .custom-pagination li .page-numbers.current,
      .custom-pagination li a.current {
        color: #FFAA0D;
      }

      .custom-pagination li.prev a {
        border: 1px solid rgba(6, 97, 104, 0.27);
        color: #066168;
        background-color: #fff;
      }

      .custom-pagination li.prev a:hover {
        background-color: #066168;
        color: #fff;
      }

      .custom-pagination li.next a {
        border: 1px solid rgba(6, 97, 104, 0.27);
        color: #066168;
        background-color: #fff;
      }

      .custom-pagination li.next a:hover {
        background-color: #066168;
        color: #fff;
      }

      .content-table table {
        width: 100%;
        background-color: #fafafa;
      }

      .content-table table td,
      .content-table table th {
        padding: 5px 20px;
        font-size: 14px;
      }

      .content-table table td:first-child {
        width: 25%;
        font-weight: 600;
        color: #443935;
      }

      .content-table table td:first-child,
      .content-table table th:first-child {
        text-align: left;
        border-left: none;
      }

      .content-table.align-left td:first-child {
        text-align: left;
      }

      .content-table.align-left th:first-child {
        text-align: left;
      }

      .content-table tr:nth-child(odd) {
        background: #fff;
      }

      /** -  Get In Touch Section */
      .get-intouch-style-2-wrap {
        clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
        background-color: #443935;
      }

      @media (max-width: 767px) {
        .get-intouch-style-2-wrap {
          clip-path: none;
        }
      }

      .get-intouch-style-2-wrap video {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        max-width: auto;
        object-fit: cover;
        width: 100%;
        height: 100%;
        margin: 0;
        z-index: 0;
        opacity: 0.4;
      }

      .get-intouch-style-2 {
        text-align: center;
      }

      @media (max-width: 991px) {
        .get-intouch-style-2 {
          padding: 50px 15px;
          background-position: center;
        }
      }

      .get-intouch-style-2-inner {
        position: relative;
        z-index: 1;
        text-align: center;
        min-height: 700px;
        display: flex;
        flex-direction: column;
        justify-content: center;
      }

      @media (max-width: 767px) {
        .get-intouch-style-2-inner {
          min-height: 400px;
          padding: 0px 20px;
        }
      }

      .get-intouch-style-2-inner>span {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 15px;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-family: "Figtree", sans-serif;
      }

      .get-intouch-style-2-inner .wt-title {
        position: relative;
        z-index: 1;
        max-width: 540px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
      }

      @media (max-width: 767px) {
        .get-intouch-style-2-inner .wt-title {
          font-size: 30px;
        }
      }

      select {
        appearance: none;
        padding: 10px 30px 10px 10px;
        background-color: #fff;
      }

      /** - Circle Text Section */
      .emblem-wrap i {
        margin: 0 auto;
        width: 90px;
        text-align: center;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 90px;
        overflow: hidden;
        border-radius: 50%;
      }

      .emblem {
        margin: 0 auto;
        width: 168px;
        height: 168px;
        border-radius: 50%;
        color: #443935;
        animation: spinZ 20s linear infinite;
        text-align: center;
        background-color: #fff;
      }

      .emblem span {
        padding: 6px;
        position: absolute;
        display: inline-block;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        text-transform: uppercase;
        font-size: 14px;
        transition: all 0.5s cubic-bezier(0, 0, 0, 1);
      }

      @keyframes spinZ {
        0% {
          transform: rotateZ(360deg);
        }

        100% {
          transform: rotateZ(0deg);
        }
      }

      @media only screen and (max-width: 767px) {
        .emblem-wrap {
          left: 20px;
        }
      }

      /** - Circle Text 2 */
      .circle-text2 {
        position: relative;
        margin-bottom: 50px;
      }

      @media (max-width: 990px) {
        .circle-text2 {
          margin: 30px 0px;
        }
      }

      /** - Marquee Slider */
      .vert-move {
        -webkit-animation: mover 3s infinite alternate;
        animation: mover 3s infinite alternate;
      }

      @-webkit-keyframes mover {
        0% {
          transform: translateY(0);
        }

        100% {
          transform: translateY(-40px);
        }
      }

      @keyframes mover {
        0% {
          transform: translateY(0);
        }

        100% {
          transform: translateY(-40px);
        }
      }

      @keyframes spin {
        to {
          transform: rotate(360deg);
        }
      }

      @keyframes spin2 {
        0% {
          stroke-dasharray: 1, 800;
          stroke-dashoffset: 0;
        }

        50% {
          stroke-dasharray: 400, 400;
          stroke-dashoffset: -200px;
        }

        100% {
          stroke-dasharray: 800, 1;
          stroke-dashoffset: -800px;
        }
      }

      .spin2 {
        transform-origin: center;
        animation: spin2 10s ease-in-out infinite, spin 5s linear infinite;
        animation-direction: alternate;
      }

      .parallax-section {
        background: #000;
        overflow: hidden;
        position: relative;
      }

      .parallax-section .parallax-content {
        -webkit-box-align: center;
        -moz-box-align: center;
        -o-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -o-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        height: 100%;
        position: relative;
        z-index: 2;
      }

      .parallax-image {
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        height: 900px;
        left: 0;
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        position: absolute;
        top: 0;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -o-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
        width: 100%;
        z-index: 1;
      }

      /** - Start  Curser Pointer CSS */
      .cursor {
        position: fixed;
        width: 40px;
        height: 40px;
        margin-left: -20px;
        margin-top: -20px;
        border-radius: 50%;
        border: 2px solid #443935;
        transition: 0.3s;
        transform: translate(-50%, -50%);
        pointer-events: none;
        z-index: 1000;
      }

      .cursor2 {
        position: fixed;
        width: 4px;
        height: 4px;
        margin-left: -20px;
        margin-top: -20px;
        border-radius: 50%;
        background-color: #066168;
        transform: translate(-50%, -50%);
        transition: 0.1s;
        pointer-events: none;
        z-index: 1000;
      }

      .grow,
      .grow-small {
        transform: scale(3);
        background: white;
        mix-blend-mode: difference;
        border: none;
      }

      .grow-small {
        transform: scale(1.7);
      }

      /** - Home Page 2 Slider */
      .twm-hvillas-2slider img {
        max-width: 100%;
        vertical-align: middle;
        display: inline-block;
      }

      .twm-hvillas-2slider .section {
        justify-content: center;
        align-items: center;
        display: flex;
        position: relative;
        overflow: hidden;
      }

      .twm-hvillas-2slider .section .container {
        width: 100%;
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto;
      }

      .twm-hvillas-2slider .swiper-wrapper {
        flex: none;
        align-items: flex-start;
        display: flex;
      }

      .twm-hvillas-2slider .swiper-slide {
        flex: none;
      }

      .twm-hvillas-2slider .swiper-slide .people__card {
        position: relative;
        overflow: hidden;
        height: 640px;
        background-color: #111b1a;
      }

      @media (max-width: 1699px) {
        .twm-hvillas-2slider .swiper-slide .people__card {
          height: 512px;
        }
      }

      @media (max-width: 1199px) {
        .twm-hvillas-2slider .swiper-slide .people__card {
          height: 450px;
        }
      }

      @media (max-width: 991px) {
        .twm-hvillas-2slider .swiper-slide .people__card {
          height: 400px;
        }
      }

      @media (max-width: 767px) {
        .twm-hvillas-2slider .swiper-slide .people__card {
          height: 360px;
        }
      }

      .twm-hvillas-2slider .swiper-slide .people__card .people__card__image {
        display: inline-block;
        position: absolute;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%;
        z-index: 2;
        margin-left: -100px;
        width: 130%;
        height: 100%;
        max-width: none;
        object-fit: cover;
        transition: transform 0.7s;
      }

      @media (max-width: 767px) {
        .twm-hvillas-2slider .swiper-slide .people__card .people__card__image {
          width: 150%;
        }
      }

      .twm-hvillas-2slider .swiper-slide .people__card .people__card__content {
        position: relative;
        z-index: 3;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: end;
        width: 100%;
        height: 100%;
        padding: 40px 30px;
        transition: 0.3s;
      }

      .twm-hvillas-2slider .swiper-slide .people__card .people__card__content .slide__number {
        margin-bottom: 30px;
        opacity: 1;
        font-size: 44px;
        font-family: "Figtree", sans-serif;
        background-color: rgba(0, 0, 0, 0.6);
        width: 100px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
      }

      @media (max-width: 1199px) {
        .twm-hvillas-2slider .swiper-slide .people__card .people__card__content .slide__number {
          margin-bottom: 20px;
          font-size: 24px;
          width: 60px;
          height: 60px;
        }
      }

      .twm-hvillas-2slider .swiper-slide .people__card .people__card__content .slide__title {
        margin-bottom: 20px;
        font-size: 32px;
        line-height: 1.2;
        font-family: "Afacad", sans-serif;
        color: #fff;
        padding-right: 30px;
      }

      @media (max-width: 1199px) {
        .twm-hvillas-2slider .swiper-slide .people__card .people__card__content .slide__title {
          font-size: 28px;
        }
      }

      @media (max-width: 767px) {
        .twm-hvillas-2slider .swiper-slide .people__card .people__card__content .slide__title {
          font-size: 24px;
        }
      }

      .twm-hvillas-2slider .swiper-slide .people__card .people__card__content .slide__subtitle {
        margin-bottom: 30px;
        max-width: 70%;
        color: #ebefe3;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.6;
      }

      @media (max-width: 1199px) {
        .twm-hvillas-2slider .swiper-slide .people__card .people__card__content .slide__subtitle {
          font-size: 15px;
          max-width: 100%;
        }
      }

      @media (max-width: 767px) {
        .twm-hvillas-2slider .swiper-slide .people__card .people__card__content .slide__subtitle {
          font-size: 14px;
          max-width: 85%;
        }
      }

      .twm-hvillas-2slider .swiper-slide .people__card .slide__gradient {
        position: absolute;
        z-index: 2;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%;
        background-image: linear-gradient(45deg, #000, rgba(0, 0, 0, 0.15) 60%);
      }

      .twm-hvillas-2slider .swiper-slide.is-active .people__card__image {
        transform: translateX(100px);
      }

      /** - Text Half Split Section*/
      .hm2-half-text-efct {
        margin: 0;
        padding: 0;
        font-size: 200px;
        line-height: 200px;
        font-weight: 900;
        font-family: "Figtree", sans-serif;
        color: transparent;
        text-transform: uppercase;
        position: relative;
        display: inline-block;
        margin-bottom: 60px;
      }

      @media (max-width: 1600px) {
        .hm2-half-text-efct {
          font-size: 170px;
          line-height: 140px;
        }
      }

      @media (max-width: 1440px) {
        .hm2-half-text-efct {
          font-size: 140px;
          line-height: 100px;
        }
      }

      @media (max-width: 1365px) {
        .hm2-half-text-efct {
          font-size: 120px;
          line-height: 90px;
        }
      }

      @media (max-width: 1199px) {
        .hm2-half-text-efct {
          font-size: 100px;
          line-height: 90px;
        }
      }

      @media (max-width: 991px) {
        .hm2-half-text-efct {
          margin: 50px 0px;
        }
      }

      @media (max-width: 575px) {
        .hm2-half-text-efct {
          font-size: 60px;
          line-height: 40px;
        }
      }

      .hm2-half-text-efct span:nth-child(1) {
        position: absolute;
        top: 0;
        left: 0;
        color: #000;
        transition: 0.5s;
        clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
        overflow: hidden;
      }

      .hm2-half-text-efct span:nth-child(2) {
        position: absolute;
        top: 0;
        left: 0;
        color: #443935;
        transition: 0.5s;
        clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
        overflow: hidden;
      }

      .hm2-half-text-efct span:nth-child(3) {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%) scaleY(0);
        width: 100%;
        color: #fff;
        background: #066168;
        font-size: 24px;
        line-height: 46px;
        font-weight: 400;
        letter-spacing: 4px;
        text-align: center;
        padding-left: 20px;
        margin-left: 5px;
        transition: 0.5s;
      }

      @media (max-width: 1200px) {
        .hm2-half-text-efct span:nth-child(3) {
          font-size: 16px;
          padding: 0px 10px;
        }
      }

      @media (max-width: 575px) {
        .hm2-half-text-efct span:nth-child(3) {
          font-size: 12px;
          letter-spacing: normal;
          line-height: 40px;
          letter-spacing: 1;
        }
      }

      .hm2-half-text-efct:hover span:nth-child(1) {
        transform: translateY(-30px);
      }

      .hm2-half-text-efct:hover span:nth-child(3) {
        transform: translateY(-50%) scaleY(1);
      }

      .hm2-half-text-efct:hover span:nth-child(2) {
        transform: translateY(30px);
      }

      /** - Progress Bar Section */
      .our-skills-item {
        overflow: hidden;
      }

      .our-skills-item .progress {
        background-color: #443935;
        overflow: visible;
        height: 2px;
        border-radius: 0px;
        position: relative;
      }

      @media (max-width: 991px) {
        .our-skills-item .progress {
          position: relative;
        }
      }

      .our-skills-item .progress-bar {
        --progress-bar-count: 100%;
        width: var(--progress-bar-count);
        line-height: 8px;
        overflow: visible;
      }

      @media (max-width: 991px) {
        .our-skills-item .progress-bar {
          position: static;
        }
      }

      .our-skills-item .progress-bar span {
        color: #443935;
        display: flex;
        justify-content: center;
        border-radius: 1px;
        position: absolute;
        right: 0;
        top: -35px;
        font-size: 16px;
        line-height: 16px;
        font-weight: 500;
        font-family: "Figtree", sans-serif;
      }

      .our-skills-item .progressText {
        font-size: 18px;
        line-height: 18px;
        font-weight: 500;
        margin-bottom: 20px;
        font-family: "Figtree", sans-serif;
        color: #443935;
        display: flex;
        align-items: center;
        margin-right: 40px;
      }

      .progress-box {
        margin-bottom: 20px;
      }

      .progress-bar-anim {
        animation-name: progress-bar-anim;
      }

      /** - Our Skills Section */
      .our-skills-item-wrap .twm-title {
        font-size: 22px;
        margin-bottom: 30px;
      }

      .our-skills-item-wrap .our-skills-item:last-child .progress-box {
        margin-bottom: 0px;
      }

      @keyframes progress-bar-anim {
        0% {
          width: 0%;
        }

        100% {
          width: var(--progress-bar-count);
        }
      }

      /** - Product Section */
      .locker {
        position: relative;
        display: grid;
        grid-template-columns: 50% auto;
      }

      @media (max-width: 767px) {
        .locker {
          display: block;
        }
      }

      .locker .locker-title {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
        font-size: 140px;
        line-height: 140px;
        font-weight: 900;
        color: #fff;
        mix-blend-mode: overlay;
        font-weight: "Figtree", sans-serif;
        animation: slide-top 5s linear infinite alternate-reverse;
      }

      @media (max-width: 1366px) {
        .locker .locker-title {
          font-size: 80px;
        }
      }

      .locker .image {
        opacity: 0;
        transition: all 0.5s ease;
      }

      .locker .image.active {
        opacity: 1;
      }

      .locker__image {
        position: relative;
      }

      @media (max-width: 767px) {
        .locker__image {
          display: none;
        }
      }

      .locker__image img {
        width: 100%;
        height: 700px;
        margin-top: 100px;
        position: absolute;
        transition: all 1s ease;
        object-fit: cover;
        object-position: center center;
      }

      @media (max-width: 1366px) {
        .locker__image img {
          height: 530px;
        }
      }

      .locker__container {
        position: sticky;
        position: -webkit-sticky;
        top: 0;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .locker__content {
        position: relative;
      }

      .locker__section {
        height: 100vh;
        display: flex;
        justify-content: center;
        flex-direction: column;
        border-top: 1px solid #066168;
      }

      @media (max-width: 1366px) {
        .locker__section {
          height: auto;
          padding: 100px 0px;
        }
      }

      @media (max-width: 1024px) {
        .locker__section {
          padding: 20px 0px;
        }
      }

      @media (max-width: 767px) {
        .locker__section {
          padding: 70px 0px;
        }
      }

      .locker__section:first-child {
        border: none;
      }

      .twm-product-v-scroll-wrap {
        position: relative;
      }

      .twm-product-v-scroll-bx {
        margin-left: 100px;
      }

      @media (max-width: 991px) {
        .twm-product-v-scroll-bx {
          margin-left: 40px;
        }
      }

      @media (max-width: 767px) {
        .twm-product-v-scroll-bx {
          margin-left: 0px;
        }
      }

      .twm-product-v-scroll-bx .twm-product-v-scroll-count {
        font-size: 60px;
        font-family: "Figtree", sans-serif;
        color: #066168;
        font-weight: 900;
      }

      .twm-product-v-scroll-bx .twm-product-v-image-on-responsive {
        display: none;
      }

      @media (max-width: 767px) {
        .twm-product-v-scroll-bx .twm-product-v-image-on-responsive {
          display: block;
        }
      }

      .twm-product-v-scroll-bx .twm-product-v-scroll-title a {
        color: #443935;
        font-size: 22px;
      }

      .twm-product-v-scroll-bx .twm-product-v-scroll-category {
        font-size: 16px;
        font-family: "Figtree", sans-serif;
        margin-bottom: 30px;
      }

      .twm-product-v-scroll-bx .twm-product-v-scroll-btn {
        overflow: hidden;
      }

      .twm-product-v-scroll-bx .twm-product-v-scroll-content {
        margin-bottom: 30px;
      }

      .twm-product-v-scroll-bx .site-button-icon {
        width: 56px;
        height: 56px;
        background-color: #066168;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        color: #fff;
        margin-left: 50px;
        position: relative;
      }

      .twm-product-v-scroll-bx .site-button-icon:before {
        content: "";
        height: 1px;
        width: 30px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -50px;
        background-color: #066168;
      }

      .twm-product-v-scroll-bx .site-button-icon:after {
        content: "";
        z-index: -1;
        height: 1px;
        width: 14px;
        position: absolute;
        top: 50%;
        left: -50px;
        transform: translateY(-50%);
        background-color: #443935;
        animation-name: rightToLeft;
        animation-duration: 2s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
      }

      @keyframes rightToLeft {
        0% {
          transform: translateX(-60px);
        }

        100% {
          transform: translateX(60px);
        }
      }

      .slide-top {
        animation: slide-top 5s linear infinite alternate-reverse;
      }

      @keyframes slide-top {
        0% {
          transform: translateY(0);
        }

        100% {
          transform: translateY(-60px);
        }
      }

      /** - Accordians */
      .wt-accordion {
        border: 6px solid rgba(41, 137, 145, 0.2);
        border-radius: 30px;
        background-color: #fff;
        padding: 30px;
      }

      .wt-accordion .wt-panel {
        position: relative;
        border: none;
        margin-bottom: 0px;
        border-radius: 0;
        transition: 0.5s all ease;
      }

      .wt-accordion .wt-panel .acod-content {
        padding: 20px 20px 20px 40px;
        font-size: 16px;
        background-color: #fff;
        border-bottom: 1px solid rgba(6, 97, 104, 0.2);
      }

      @media (max-width: 768px) {
        .wt-accordion .wt-panel .acod-content {
          padding: 20px 0px;
        }
      }

      .wt-accordion .wt-panel .acod-head a {
        background-color: #fff;
        font-size: 24px;
        color: #066168;
        font-family: "Afacad", sans-serif;
        border-bottom: 1px solid rgba(6, 97, 104, 0.2);
      }

      @media (max-width: 768px) {
        .wt-accordion .wt-panel .acod-head a {
          font-size: 20px;
        }
      }

      .wt-accordion .wt-panel:last-child {
        margin-bottom: 0;
      }

      .wt-accordion .wt-panel:last-child .acod-content {
        border-bottom: 0px;
      }

      .wt-accordion .wt-panel:last-child .acod-head a {
        border-bottom: 0px;
      }

      .acod-title {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 18px;
        font-family: "Afacad", sans-serif;
      }

      .acod-title a {
        position: relative;
        z-index: 1;
        overflow: hidden;
      }

      .acod-head {
        position: relative;
      }

      .acod-head a {
        display: block;
        padding: 20px 30px 20px 0px;
        background-color: #f6f6f6;
      }

      .acod-head a.collapsed {
        color: #443935;
      }

      .acod-head .fa {
        margin-right: 5px;
      }

      .acod-head a {
        color: #443935;
      }

      .acod-head a:hover {
        color: #443935;
      }

      .acod-head a:active {
        color: #443935;
      }

      .acod-head a:focus {
        color: #443935;
      }

      .acod-head .indicator {
        padding: 20px 0px 15px 0px;
        color: #066168;
        position: absolute;
        right: 0;
        top: 6px;
        height: 100%;
        font-size: 22px;
        line-height: 0px;
        background-color: #fff;
        display: flex;
        transform: 0.5s all ease;
      }

      .acod-head .indicator i {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transform: 0.5s all ease;
      }

      .acod-head {
        /*Accodian open close indicator css*/
      }

      .acod-head [aria-expanded=true] .indicator i {
        color: #FFAA0D;
      }

      .acod-head [aria-expanded=true] .indicator i:before {
        font-family: "bootstrap-icons";
        content: "\f282";
      }

      .twm-acd-st-1 *,
      .twm-acd-st-1 *:after,
      .twm-acd-st-1 *:before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
      }

      .twm-acd-st-1 .acd-bx * {
        transition: all 0.3s ease 0s;
      }

      .twm-acd-st-1 .acd-bx {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        width: 100%;
        height: 80vh;
        min-height: 700px;
        list-style: none;
        position: relative;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: stretch;
        overflow: hidden;
        transition: 0.1s ease background;
      }

      @media (max-width: 1199px) {
        .twm-acd-st-1 .acd-bx {
          height: 440px;
          min-height: auto;
        }
      }

      @media (max-width: 575px) {
        .twm-acd-st-1 .acd-bx {
          width: 100%;
          display: block;
          height: auto;
        }
      }

      .twm-acd-st-1 .twm-acd-overlay {
        background-color: rgba(0, 0, 0, 0.9);
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0%;
        top: 0%;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
      }

      @media (max-width: 575px) {
        .twm-acd-st-1 .twm-acd-overlay {
          background: none;
          background-color: rgba(0, 0, 0, 0.6);
        }
      }

      .twm-acd-st-1 .section {
        flex: initial;
        width: 25%;
        height: 100%;
        text-align: center;
        color: #fff;
        text-decoration: none;
        vertical-align: bottom;
        box-sizing: border-box;
        padding: 2vh 1vw;
        position: relative;
        cursor: pointer;
        border-right: 1px solid rgba(255, 255, 255, 0.18);
        transition: 1.2s ease all;
      }

      .twm-acd-st-1 .section:last-of-type {
        border-right: none;
      }

      .twm-acd-st-1 .section .heading {
        transition: 0.5s ease all;
      }

      .twm-acd-st-1 .section:hover .heading {
        margin-top: -30px;
      }

      @media (max-width: 575px) {
        .twm-acd-st-1 .section:hover .heading {
          margin-top: 0px;
          color: #066168;
        }
      }

      .twm-acd-st-1 .section.open {
        width: 88%;
        background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
        background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#00000000', GradientType=1);
        cursor: default;
      }

      @media (max-width: 575px) {
        .twm-acd-st-1 .section.open {
          width: 100%;
        }
      }

      @media (max-width: 575px) {
        .twm-acd-st-1 .section {
          width: 100%;
          padding: 20px;
          border-right: 0px;
          border-bottom: 1px solid rgba(255, 255, 255, 0.18);
        }
      }

      .twm-acd-st-1 div.enabled article {
        flex: initial;
        width: 4%;
      }

      @media (max-width: 768px) {
        .twm-acd-st-1 div.enabled article {
          width: 10%;
        }
      }

      @media (max-width: 575px) {
        .twm-acd-st-1 div.enabled article {
          width: 100%;
        }
      }

      .twm-acd-st-1 .inside-content {
        opacity: 0;
        transition: opacity 0.3s ease 0;
      }

      .twm-acd-st-1 .section.open>.inside-content {
        opacity: 1;
        transition: opacity 0.3s ease 0.3s;
        color: rgba(255, 255, 255, 0.8);
      }

      @media (max-width: 575px) {
        .twm-acd-st-1 .section.open>.inside-content {
          opacity: 1;
          transition: opacity 0.3s ease 0.3s;
          position: inherit;
          top: auto;
          max-height: 100%;
          left: auto;
          bottom: auto;
          width: 100%;
        }
      }

      .twm-acd-st-1 {
        /** - Navigation */
      }

      .twm-acd-st-1 .heading {
        top: 300px;
        position: absolute;
        width: 70%;
        max-width: 100%;
        margin: 0;
        font-size: 28px;
        text-align: left;
        color: #fff;
        line-height: 1.3;
      }

      @media (max-width: 1440px) {
        .twm-acd-st-1 .heading {
          font-size: 26px;
        }
      }

      @media (max-width: 1199px) {
        .twm-acd-st-1 .heading {
          font-size: 18px;
          top: 50%;
          transform: translateY(-50%);
        }
      }

      @media (max-width: 1024px) {
        .twm-acd-st-1 .heading {
          top: 50%;
          transform: rotate(90deg);
        }
      }

      @media (max-width: 575px) {
        .twm-acd-st-1 .heading {
          position: inherit;
          top: auto;
          transform: none;
          width: 100%;
          left: auto;
        }
      }

      .twm-acd-st-1 .above {
        font-size: 76px;
        font-weight: 100;
        display: block;
        margin-bottom: 5px;
        font-family: "Figtree", sans-serif;
      }

      .twm-acd-st-1 .below {
        display: block;
        width: 36px;
        height: 36px;
        border: 1px solid #fff;
        margin-top: 15px;
        text-align: center;
        line-height: 33px;
        border-radius: 100%;
        font-size: 30px;
      }

      .acd-bx.enabled .section:not(.open) {
        background: rgba(0, 0, 0, 0.1);
      }

      .acd-bx.enabled .section:not(.open) h2.heading {
        top: 25px;
        left: 13%;
        text-align: left;
        font-size: 15px;
        width: 400px;
        height: 400px;
        transform-origin: 0px 0px 0px;
        transform: matrix(0, 1, -1, 0, 27, 0);
        white-space: nowrap;
        line-height: 1;
      }

      .acd-bx.enabled .section:not(.open) h2.heading .above,
      .acd-bx.enabled .section:not(.open) h2.heading .below {
        display: none;
      }

      @media (max-width: 575px) {
        .acd-bx.enabled .section:not(.open) h2.heading {
          height: auto;
          transform: inherit;
          left: auto;
          top: auto;
          position: inherit;
          width: 100%;
          white-space: normal;
          line-height: normal;
        }
      }

      .acd-bx.enabled .section.open h2.heading {
        padding-left: 25px;
        max-width: 100%;
      }

      .acd-bx.enabled .section.open h2.heading .below {
        display: none;
      }

      .acd-bx.enabled .section.open:hover {
        background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
        background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#00000000', GradientType=1);
      }

      .acd-bx.enabled .section:hover {
        background: rgba(0, 0, 0, 0.4);
      }

      .acd-bx.enabled .section:hover .heading {
        margin-top: -5px;
      }

      @media (max-width: 575px) {
        .acd-bx.enabled .section:hover .heading {
          margin-top: 0px;
        }
      }

      .acd-bx:not(.enabled) .section:hover {
        background: rgba(0, 0, 0, 0.2);
      }

      .acd-bx:not(.enabled) .section:hover .heading .below {
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
      }

      /** - Article layouts */
      .inside-content {
        text-align: left;
        width: 500px;
        padding-left: 25px;
        max-width: 80%;
        position: absolute;
        top: 460px;
        line-height: 1.4;
      }

      @media (max-width: 1199px) {
        .inside-content {
          bottom: 30px;
          top: auto;
        }
      }

      .inside-content p,
      .inside-content h2,
      .inside-content h3 {
        margin: 0 0 16px 0;
      }

      .close {
        display: none;
        z-index: 300;
        width: 40px;
        height: 40px;
        border-radius: 24px;
        border: 2px solid #fff;
        cursor: pointer;
        transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 0);
        position: absolute;
        right: 60px;
        top: 90px;
      }

      @media (max-width: 768px) {
        .close {
          right: 20px;
          top: 20px;
        }
      }

      .close {
        cursor: pointer;
      }

      .close .cross {
        position: absolute;
        left: 18px;
        top: 18px;
      }

      .close .a {
        position: absolute;
        width: 14px;
        height: 2px;
        background-color: #fff;
        left: -7px;
        top: -1px;
      }

      .close .b {
        position: absolute;
        width: 2px;
        height: 14px;
        background-color: #fff;
        left: -1px;
        top: -7px;
      }

      .section.open .close {
        display: block;
      }

      @media (max-width: 1024px) {
        .section {
          padding: 2vh 3vw;
        }

        .heading {
          transform: rotate(90deg);
          min-width: 100vh;
          text-align: left;
          transform-origin: 0 0 0;
          opacity: 1;
          top: 10vh;
          font-size: 22px;
          width: auto;
          left: 61%;
        }

        .heading .above,
        .heading .below {
          display: none;
        }

        .acd-bx.enabled .section.open h2.heading {
          transform: none;
          width: 95%;
          min-width: 200px;
          max-width: 95%;
          left: 0;
          top: 20%;
        }
      }

      @media (max-width: 1024px) and (max-width: 575px) {
        .acd-bx.enabled .section.open h2.heading {
          min-width: 100%;
          left: auto;
          top: auto;
          margin-bottom: 20px;
        }
      }

      @media (max-width: 1024px) {
        .inside-content {
          max-height: 72%;
          overflow-y: auto;
          left: 0;
          top: 30%;
        }
      }

      @media (max-width: 991px) {
        .heading {
          transform: translateX(-50%);
          left: 50%;
        }
      }

      @media (max-width: 640px) {
        .acd-bx.enabled .section:not(.open) {
          width: 12%;
          padding: 3px;
        }
      }

      @media (max-width: 575px) {
        .acd-bx.enabled .section:not(.open) {
          width: 100%;
          padding: 20px;
        }
      }

      /** - About Us Section */
      .twm-ab2-section-wrap {
        background-size: cover;
        background-position: bottom;
      }

      .twm-ab2-section-wrap .twm-ab2-section-bx {
        background-color: #f9f3ea;
        padding: 50px;
        margin-bottom: 30px;
      }

      @media (max-width: 420px) {
        .twm-ab2-section-wrap .twm-ab2-section-bx {
          padding: 30px;
        }
      }

      .twm-ab2-section-wrap .twm-ab2-section-bx .twm-ab2-quote-section {
        display: flex;
        align-items: center;
        margin-bottom: 30px;
      }

      @media (max-width: 360px) {
        .twm-ab2-section-wrap .twm-ab2-section-bx .twm-ab2-quote-section {
          display: block;
        }
      }

      .twm-ab2-section-wrap .twm-ab2-section-bx .twm-ab2-quote-section i {
        font-size: 60px;
        color: #066168;
        margin-right: 10px;
      }

      .twm-ab2-section-wrap .twm-ab2-section-bx .twm-ab2-quote-section p {
        font-family: "Afacad", sans-serif;
        font-size: 22px;
        color: #443935;
        margin-bottom: 0px;
      }

      @media (max-width: 420px) {
        .twm-ab2-section-wrap .twm-ab2-section-bx .twm-ab2-quote-section p {
          font-size: 18px;
        }
      }

      .twm-ab2-section-wrap .twm-ab2-section-bx .twm-ab2-au-name {
        display: flex;
        align-items: center;
        justify-content: space-between;
      }

      @media (max-width: 575px) {
        .twm-ab2-section-wrap .twm-ab2-section-bx .twm-ab2-au-name {
          display: block;
        }
      }

      .twm-ab2-section-wrap .twm-ab2-section-bx .twm-ab2-au-name .twm-ab2-au-left {
        position: relative;
        margin-left: 60px;
      }

      @media (max-width: 575px) {
        .twm-ab2-section-wrap .twm-ab2-section-bx .twm-ab2-au-name .twm-ab2-au-left {
          margin-bottom: 20px;
        }
      }

      .twm-ab2-section-wrap .twm-ab2-section-bx .twm-ab2-au-name .twm-ab2-au-left:after {
        content: "";
        width: 40px;
        height: 1px;
        background-color: #066168;
        position: absolute;
        left: -40px;
        top: 50%;
        transform: translateX(-50%);
      }

      .twm-ab2-section-wrap .twm-ab2-section-bx .twm-ab2-au-name .twm-ab2-au-left span {
        display: block;
        color: #066168;
      }

      @media (max-width: 575px) {
        .twm-ab2-section-wrap .twm-ab2-section-bx .twm-ab2-au-name .twm-ab2-au-sign {
          max-width: 120px;
        }
      }

      .twm-ab3-section-wrap {
        background-size: cover;
      }

      @media (max-width: 575px) {
        .twm-ab3-section-wrap {
          background-position: center;
        }
      }

      .twm-ab3-section-wrap .twm-ab-section-bx {
        position: relative;
        padding: 50px;
        margin-left: auto;
        max-width: 500px;
        z-index: 1;
        border: 1px solid #f0f0f0;
      }

      @media (max-width: 1024px) {
        .twm-ab3-section-wrap .twm-ab-section-bx {
          margin-bottom: 30px;
        }
      }

      @media (max-width: 575px) {
        .twm-ab3-section-wrap .twm-ab-section-bx {
          margin: 0px auto;
        }
      }

      .twm-ab3-section-wrap .twm-ab-section-bx:before {
        content: "";
        position: absolute;
        left: 10px;
        top: 10px;
        bottom: 10px;
        right: 10px;
        z-index: -1;
        backdrop-filter: blur(5px);
        background-color: rgba(255, 255, 255, 0.9);
      }

      .twm-ab3-section-wrap .twm-ab-section-bx .twm-ab-quote-section {
        display: flex;
        align-items: center;
        margin-bottom: 30px;
      }

      @media (max-width: 460px) {
        .twm-ab3-section-wrap .twm-ab-section-bx .twm-ab-quote-section {
          display: block;
        }
      }

      .twm-ab3-section-wrap .twm-ab-section-bx .twm-ab-quote-section i {
        font-size: 60px;
        color: #066168;
      }

      .twm-ab3-section-wrap .twm-ab-section-bx .twm-ab-quote-section p {
        font-family: "Afacad", sans-serif;
        font-size: 22px;
        color: #443935;
        margin-bottom: 0px;
      }

      .twm-ab3-section-wrap .twm-ab-section-bx .twm-ab-au-name {
        display: flex;
        align-items: center;
        justify-content: space-between;
      }

      .twm-ab3-section-wrap .twm-ab-section-bx .twm-ab-au-name .twm-ab-au {
        position: relative;
        margin-left: 60px;
        padding: 10px 30px;
        background-color: #443935;
      }

      .twm-ab3-section-wrap .twm-ab-section-bx .twm-ab-au-name .twm-ab-au .title {
        color: #fff;
        margin-bottom: 0px;
      }

      .twm-ab3-section-wrap .twm-ab-section-bx .twm-ab-au-name .twm-ab-au:after {
        content: "";
        width: 40px;
        height: 1px;
        background-color: #443935;
        position: absolute;
        left: -40px;
        top: 50%;
        transform: translateX(-50%);
      }

      .twm-ab3-section-wrap .twm-ab-section-bx .twm-ab-au-name .twm-ab-au span {
        display: block;
        color: #066168;
      }

      /** - Awards Section Css Start */
      .twm-achi-section-wrap {
        background-color: #443935;
        overflow: hidden;
      }

      .twm-achi-section-content {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
      }

      .twm-achi-section-content .twm-achi-section-title {
        position: relative;
      }

      .twm-achi-section-content .twm-achi-section-title .title_split_anim.title {
        padding-left: 150px;
        font-size: 48px;
        font-weight: 900;
        font-family: "Figtree", sans-serif;
        text-transform: capitalize;
        margin-bottom: 80px;
      }

      @media (max-width: 991px) {
        .twm-achi-section-content .twm-achi-section-title .title_split_anim.title {
          padding-left: 60px;
          font-size: 30px;
          margin-bottom: 20px;
        }
      }

      @media (max-width: 420px) {
        .twm-achi-section-content .twm-achi-section-title .title_split_anim.title {
          padding-left: 0px;
          font-size: 26px;
        }
      }

      .twm-achi-section-content .twm-achi-section-title .title_split_anim.title span {
        color: #fff;
      }

      .twm-achi-section-content .twm-achi-section-title .title_split_anim.title::after {
        content: "";
        width: 0%;
        height: 1px;
        background-color: #066168;
        position: absolute;
        top: 50px;
        left: 0px;
        animation: Width_Inc 2s linear infinite alternate-reverse;
      }

      @media (max-width: 420px) {
        .twm-achi-section-content .twm-achi-section-title .title_split_anim.title::after {
          display: none;
        }
      }

      .twm-achi-bx ul {
        list-style: none;
        margin-bottom: 30px;
      }

      .twm-achi-bx ul li {
        border-bottom: solid rgb(82, 75, 72) 1px;
        position: relative;
        z-index: 10;
      }

      .twm-achi-bx ul li:after {
        content: "";
        border-bottom: 1px solid #066168;
        z-index: -1;
        inset: 0;
        position: absolute;
        transform: scaleX(0);
        transform-origin: right;
        transition: transform 2s ease-in-out;
        opacity: 1;
        bottom: 0;
      }

      .twm-achi-bx ul li .twm-achi-bx-conent {
        display: flex;
        padding: 40px 0px;
        justify-content: space-between;
        text-align: left;
        align-items: center;
        flex-direction: row-reverse;
      }

      @media (max-width: 768px) {
        .twm-achi-bx ul li .twm-achi-bx-conent {
          font-size: 40px;
          line-height: 30px;
          padding: 20px 0px;
        }
      }

      @media (max-width: 420px) {
        .twm-achi-bx ul li .twm-achi-bx-conent {
          display: block;
          text-align: center;
        }
      }

      .twm-achi-bx ul li .twm-achi-bx-conent .twm-achi-bx-date {
        min-width: 130px;
        width: 130px;
        margin-left: 20px;
        text-align: center;
        position: relative;
        z-index: 10;
        font-size: 18px;
        color: #fff;
        font-family: "Afacad", sans-serif;
        text-transform: uppercase;
      }

      @media (max-width: 420px) {
        .twm-achi-bx ul li .twm-achi-bx-conent .twm-achi-bx-date {
          margin: 0px auto;
        }
      }

      .twm-achi-bx ul li .twm-achi-bx-conent .twm-achi-bx-date b {
        font-size: 80px;
        line-height: 60px;
        display: block;
        font-family: "Figtree", sans-serif;
        color: #066168;
        mix-blend-mode: difference;
        display: block;
        font-weight: 100;
        background-color: rgba(255, 255, 255, 0.03);
        padding: 20px;
        border-radius: 4px;
      }

      @media (max-width: 768px) {
        .twm-achi-bx ul li .twm-achi-bx-conent .twm-achi-bx-date b {
          font-size: 40px;
          line-height: 30px;
        }
      }

      .twm-achi-bx ul li .twm-achi-bx-conent span {
        display: block;
        font-weight: 500;
        z-index: 10;
        mix-blend-mode: difference;
        display: inline-block;
        position: relative;
        color: #fff;
        font-size: 36px;
        font-family: "Afacad", sans-serif;
      }

      @media (max-width: 1024px) {
        .twm-achi-bx ul li .twm-achi-bx-conent span {
          font-size: 22px;
        }
      }

      .twm-achi-bx ul li .twm-achi-bx-conent>img {
        mix-blend-mode: difference;
        z-index: 10;
      }

      .twm-achi-bx ul li:hover:after {
        transform: scaleX(1);
        transform-origin: left;
      }

      .twm-achi-bx ul li:last-child {
        border-bottom: 0px;
      }

      .twm-achi-bx ul li:last-child:after {
        display: none;
      }

      .twm-achi-bx ul li:last-child .twm-achi-bx-conent {
        padding-bottom: 0px;
      }

      .hover-reveal {
        position: absolute;
        width: 300px;
        height: 400px;
        top: 50%;
        left: 50%;
        pointer-events: none;
        transform: translate(-50%, -50%);
        overflow: hidden;
        opacity: 0;
        transform: scale(0.8);
        transition: all 0.5s ease-out;
      }

      @media (max-width: 768px) {
        .hover-reveal {
          width: 150px;
          height: 150px;
        }
      }

      .hover-reveal img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
        transition: transform 0.4s ease-out;
      }

      @keyframes Width_Inc {
        0% {
          width: 0%;
        }

        100% {
          width: 120px;
        }

        0% {
          width: 0%;
        }
      }

      @media (max-width: 991px) {
        @keyframes Width_Inc {
          0% {
            width: 0%;
          }

          100% {
            width: 40px;
          }

          0% {
            width: 0%;
          }
        }
      }

      /** - Awards Section Css End */
      /** - Title Text Animation Css Start */
      .fadeIn {
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        transition: 0.5s all ease;
      }

      @keyframes fadeIn {
        0% {
          opacity: 0;
          background-color: #066168;
        }

        100% {
          opacity: 1;
          background-color: transparent;
        }
      }

      @-webkit-keyframes fadeIn {
        0% {
          opacity: 0;
          background-color: #066168;
        }

        100% {
          opacity: 1;
          background-color: transparent;
        }
      }

      /** - Title Text Animation Css End */
      /** - About Media */
      .twm-abt2-s-info {
        max-width: 100%;
        padding: 0px 70px;
        margin: 0px auto;
        background: none;
      }

      @media (max-width: 1365px) {
        .twm-abt2-s-info {
          padding: 0px 12px;
        }
      }

      .twm-abt2-s-info .twm-abt2-s-info-media {
        height: 700px;
      }

      @media (max-width: 1024px) {
        .twm-abt2-s-info .twm-abt2-s-info-media {
          height: 500px;
        }
      }

      @media (max-width: 991px) {
        .twm-abt2-s-info .twm-abt2-s-info-media {
          height: 400px;
        }
      }

      @media (max-width: 575px) {
        .twm-abt2-s-info .twm-abt2-s-info-media {
          height: 260px;
        }
      }

      .twm-abt2-s-info .twm-abt2-s-info-media .parallax-image {
        opacity: 1;
        background-position: center;
        background-size: cover;
      }

      @media (max-width: 1024px) {
        .twm-abt2-s-info .twm-abt2-s-info-media .parallax-image {
          height: 600px;
        }
      }

      @media (max-width: 768px) {
        .twm-abt2-s-info .twm-abt2-s-info-media .parallax-image {
          height: 560px;
        }
      }

      @media (max-width: 575px) {
        .twm-abt2-s-info .twm-abt2-s-info-media .parallax-image {
          height: inherit;
          position: inherit !important;
          top: inherit !important;
        }
      }

      .twm-abt2-certi {
        box-shadow: 0px 0px 50px rgba(241, 150, 69, 0.16);
      }

      .twm-abt2-certi-list-bx {
        margin: 0px;
        display: flex;
        background-color: #fff;
        padding: 30px;
        list-style: none;
        justify-content: space-between;
      }

      @media (max-width: 1024px) {
        .twm-abt2-certi-list-bx {
          flex-wrap: wrap;
          justify-content: flex-start;
        }
      }

      .twm-abt2-certi-list-bx li {
        margin-right: 30px;
      }

      @media (max-width: 1024px) {
        .twm-abt2-certi-list-bx li {
          width: 31%;
          margin-bottom: 20px;
          margin-right: 2%;
        }
      }

      @media (max-width: 768px) {
        .twm-abt2-certi-list-bx li {
          width: 48%;
        }
      }

      @media (max-width: 575px) {
        .twm-abt2-certi-list-bx li {
          width: 100%;
          margin-right: 0%;
        }
      }

      .twm-abt2-certi-list span {
        display: block;
        color: #066168;
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 10px;
        font-family: "Figtree", sans-serif;
        font-weight: 300;
      }

      .twm-abt2-certi-list-bx li h4 {
        margin-bottom: 0px;
        margin-right: 15%;
      }

      @media (max-width: 1024px) {
        .twm-abt2-certi-list-bx li h4 {
          margin-right: 0%;
        }
      }

      .twm-abt2-certi-info {
        padding: 120px 0px 90px;
      }

      @media (max-width: 1024px) {
        .twm-abt2-certi-info {
          padding: 70px 0px 40px;
        }
      }

      .twm-abt2-certi-info .title {
        margin-bottom: 30px;
        font-size: 30px;
      }

      .twm-abt2-certi-info .twm-abt2-certi-info-detail {
        display: grid;
        gap: 60px;
        grid-template-columns: auto auto;
      }

      @media (max-width: 767px) {
        .twm-abt2-certi-info .twm-abt2-certi-info-detail {
          display: block;
        }
      }

      /** - General Faq Question */
      .social-icons-contact {
        margin: 40px 0px 0 0;
        display: flex;
        justify-content: left;
        padding-top: 20px;
        border-top: 1px solid #e4e4e4;
      }

      @media (max-width: 991px) {
        .social-icons-contact {
          margin: 40px 0px 30px 0px;
        }
      }

      /** - Sidbar popup Css */
      .nav-btn.navSidebar-button {
        display: inline-block;
      }

      .nav-btn.navSidebar-button a i {
        font-size: 24px;
        display: inline-block;
        color: #066168;
        transition: 0.5s;
      }

      .xs-sidebar-group .xs-overlay {
        left: 100%;
        top: 0;
        position: fixed;
        z-index: 101;
        height: 100%;
        opacity: 0;
        width: 100%;
        visibility: hidden;
        transition: all 0.4s ease-in 0.8s;
      }

      .xs-sidebar-group .widget-heading {
        position: absolute;
        top: 23px;
        right: 0;
        padding: 25px;
      }

      .xs-sidebar-widget {
        position: fixed;
        right: -100%;
        top: 0;
        bottom: 0;
        width: 100%;
        max-width: 500px;
        z-index: 999999;
        overflow: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
        visibility: hidden;
        opacity: 0;
        border-radius: 0px;
        background: rgba(0, 0, 0, 0.22);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
      }

      .xs-sidebar-group.isActive .xs-overlay {
        opacity: 0.7;
        visibility: visible;
        transition: all 0.8s ease-out 0s;
        left: 0;
      }

      .xs-sidebar-group.isActive .xs-sidebar-widget {
        opacity: 1;
        visibility: visible;
        right: 0;
        transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
      }

      .xs-sidebar-group.isActive .sidebar-widget-container {
        top: 0px;
        opacity: 1;
        visibility: visible;
        transition: all 1s ease-out 1.2s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
      }

      .sidebar-textwidget {
        padding: 120px 32px 40px 32px;
      }

      .close-side-widget i {
        color: #FFAA0D;
        font-size: 28px;
        display: block;
      }

      .sidebar-widget-container {
        position: relative;
        top: 150px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease-in 0.3s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
      }

      .xs-overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        opacity: 0.5;
        z-index: 0;
      }

      .xs-bg-black {
        background-color: #000;
      }

      .sidebar-info-contents .content-box .title {
        font-size: 24px;
        color: #fff;
        margin-bottom: 15px;
      }

      .sidebar-info-contents .nav-logo {
        margin-bottom: 40px;
        margin-top: 30px;
      }

      .sidebar-info-contents .text {
        color: #9b9fb5;
      }

      /*Side Panel*/
      .trv-side-pnl-info .trv-side-pnl-logo {
        margin-bottom: 60px;
      }

      .trv-side-pnl-info .trv-side-pnl-logo img {
        max-width: 134px;
      }

      .trv-side-pnl-info .trv-side-pnl-content .trv-sm-title {
        color: #fff;
        font-size: 28px;
        margin-bottom: 20px;
      }

      @media (max-width: 420px) {
        .trv-side-pnl-info .trv-side-pnl-content .trv-sm-title {
          font-size: 22px;
          margin-bottom: 10px;
        }
      }

      .trv-side-pnl-info .trv-side-pnl-content .trv-lg-title {
        color: #85D200;
        font-size: 48px;
        margin-bottom: 20px;
        text-transform: uppercase;
      }

      @media (max-width: 420px) {
        .trv-side-pnl-info .trv-side-pnl-content .trv-lg-title {
          font-size: 32px;
        }
      }

      .trv-side-pnl-info .trv-side-pnl-content p {
        font-size: 16px;
        color: rgba(255, 255, 255, 0.5);
      }

      .trv-side-pnl-info .trv-side-pnl-content p:last-child {
        margin-bottom: 0px;
      }

      .trv-side-pnl-info .trv-side-pnl-content .trv-side-pnl-content-mid {
        margin-bottom: 60px;
      }

      .trv-side-pnl-info .trv-side-pnl-plan {
        list-style: none;
        display: flex;
        justify-content: space-between;
        padding-bottom: 40px;
        margin-bottom: 40px !important;
        position: relative;
      }

      .trv-side-pnl-info .trv-side-pnl-plan:after {
        content: "";
        width: 300px;
        background-color: rgba(255, 255, 255, 0.16);
        height: 1px;
        position: absolute;
        left: 50%;
        bottom: 0px;
        transform: translateX(-50%);
      }

      .trv-side-pnl-info .trv-side-pnl-plan .trv-side-pnl-plan-count {
        color: #85D200;
        font-size: 34px;
      }

      .trv-side-pnl-info .trv-side-pnl-plan span {
        color: #fff;
        font-family: "Afacad", sans-serif;
        font-size: 18px;
        font-weight: 500;
      }

      /*Travlla Css Start====================================****************************************+++++++++++++++++++++++++++++++++

================================************************************************************************************************/
      /*balloon Animation*/
      .slide-top {
        -webkit-animation: slide-top 3s linear infinite alternate-reverse;
        animation: slide-top 3s linear infinite alternate-reverse;
      }

      @keyframes slide-top {
        0% {
          -webkit-transform: translateY(0);
          transform: translateY(0);
        }

        100% {
          -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
        }
      }

      .slide-top2 {
        -webkit-animation: slide-top2 20s linear infinite alternate-reverse;
        animation: slide-top2 20s linear infinite alternate-reverse;
      }

      @keyframes slide-top2 {
        0% {
          -webkit-transform: translateY(0);
          transform: translateY(0);
        }

        100% {
          -webkit-transform: translateY(-300px);
          transform: translateY(-300px);
        }
      }

      .tvr-hot-ballon-wrap {
        position: relative;
        overflow: hidden;
      }

      .tvr-hot-ballon-wrap .left-hot-ballon {
        position: absolute;
        left: -115px;
        top: 40%;
        width: 230px;
        animation: slide-top2 20s linear infinite alternate-reverse;
        opacity: 0.5;
      }

      @media (max-width: 767px) {
        .tvr-hot-ballon-wrap .left-hot-ballon {
          width: 100px;
          left: -50px;
        }
      }

      .tvr-hot-ballon-wrap .right-hot-ballon {
        position: absolute;
        right: -55px;
        top: 40%;
        width: 110px;
        animation: slide-top 8s linear infinite alternate-reverse;
      }

      /*Destination Bx 1*/
      .trv-popular-destination-row {
        position: relative;
        z-index: 1;
        margin-top: -30px;
      }

      .trv-popular-destination-row .swiper-wrapper {
        padding-top: 30px;
      }

      .trv-popular-destination {
        background-size: contain;
        background-position: bottom center;
        background-repeat: repeat-x;
      }

      .trv-destination-bx1 {
        position: relative;
        z-index: 1;
      }

      .trv-destination-bx1 .trv-media {
        border-radius: 30px;
        overflow: hidden;
        height: 500px;
        background: #666;
      }

      @media (max-width: 1366px) {
        .trv-destination-bx1 .trv-media {
          height: 450px;
        }
      }

      @media (max-width: 400px) {
        .trv-destination-bx1 .trv-media {
          height: 420px;
        }
      }

      .trv-destination-bx1 .trv-media img {
        height: 100%;
        width: 100%;
        height: 500px;
        object-fit: cover;
        object-position: center;
      }

      .trv-destination-bx1 .trv-content .trv-title {
        margin-bottom: 0px;
      }

      @media (max-width: 768px) {
        .trv-destination-bx1 .trv-content .trv-title {
          font-size: 22px;
        }
      }

      .trv-destination-bx1 .trv-content .trv-title a {
        display: block;
        color: #066168;
        background-color: #fff;
        text-align: center;
        padding: 20px;
        border-radius: 30px;
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -1px;
        transition: 0.5s all ease;
      }

      .trv-destination-bx1 .trv-on-hover {
        position: absolute;
        z-index: -1;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        transition: 0.5s all ease;
      }

      .trv-destination-bx1 .trv-on-hover img {
        width: 100%;
        max-width: 300px;
        margin: 0px auto;
        display: block;
        transition: 0.5s all ease;
      }

      .trv-destination-bx1:hover .trv-content .trv-title a {
        color: #fff;
        background-color: #066168;
      }

      .trv-destination-bx1:hover .trv-on-hover {
        top: -30px;
      }

      /*Social Style 1*/
      .social-icons {
        margin: 20px 0 0 0;
      }

      .social-icons li {
        display: inline-flex;
        height: 46px;
        width: 46px;
        background-color: #FFAA0D;
        margin-right: 10px;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        transition: 0.5s all ease;
      }

      .social-icons li:last-child {
        margin-right: 0px;
      }

      .social-icons li a {
        height: 36px;
        width: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #066168;
        line-height: 36px;
        padding: 0;
        color: #fff;
        font-size: 18px;
        text-align: center;
        border-radius: 50%;
        transition: 0.5s all ease;
      }

      .social-icons li a i {
        transition: 0.5s all ease;
        display: inline-block;
        line-height: inherit;
      }

      .social-icons li a i::before {
        line-height: inherit;
      }

      .social-icons li a:hover {
        color: #FFAA0D;
        border-radius: 10px;
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.36);
      }

      .social-icons li a:hover i {
        transform: rotateY(360deg) scale(1.2);
      }

      .social-icons li:hover {
        border-radius: 10px;
      }

      .footer-follow-instagram {
        display: flex;
        align-items: center;
        padding: 40px 0px;
      }

      @media (max-width: 1199px) {
        .footer-follow-instagram {
          display: block;
          padding: 5px 0px;
        }
      }

      .footer-follow-instagram .widget-title {
        white-space: nowrap;
        margin-right: 50px;
        margin-bottom: 0px;
      }

      @media (max-width: 1199px) {
        .footer-follow-instagram .widget-title {
          margin-bottom: 30px;
        }
      }

      .trv-ftr-insta-gall {
        list-style: none;
        margin: 0px;
        display: flex;
        gap: 20px;
      }

      @media (max-width: 1199px) {
        .trv-ftr-insta-gall {
          flex-wrap: wrap;
          gap: inherit;
          grid-gap: 10px 2%;
        }
      }

      .trv-ftr-insta-gall li {
        width: 9.43%;
      }

      @media (max-width: 1199px) {
        .trv-ftr-insta-gall li {
          width: 9.33%;
        }
      }

      @media (max-width: 991px) {
        .trv-ftr-insta-gall li {
          width: 18.4%;
        }
      }

      @media (max-width: 540px) {
        .trv-ftr-insta-gall li {
          width: 23.4%;
        }
      }

      @media (max-width: 420px) {
        .trv-ftr-insta-gall li {
          width: 32%;
        }
      }

      .trv-ftr-insta-gall li a {
        position: relative;
        border-radius: 20px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.5s all ease;
        background-color: #066168;
      }

      .trv-ftr-insta-gall li a img {
        width: 100%;
        transition: 0.5s all ease;
      }

      .trv-ftr-insta-gall li a span {
        position: absolute;
        top: 50%;
        left: 50%;
        display: table;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 90px;
        height: 90px;
      }

      .trv-ftr-insta-gall li a span i {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        opacity: 0;
        transition: 0.5s all ease;
      }

      .trv-ftr-insta-gall li a span:before,
      .trv-ftr-insta-gall li a span:after {
        position: absolute;
        display: block;
        width: 0%;
        height: 5px;
        content: "";
        border-top: 1px solid white;
        border-bottom: 1px solid white;
        opacity: 0.8;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
      }

      .trv-ftr-insta-gall li a span:before {
        right: -60%;
      }

      .trv-ftr-insta-gall li a span:after {
        left: -60%;
      }

      .trv-ftr-insta-gall li a:hover img {
        opacity: 0.3;
        filter: blur(3px);
      }

      .trv-ftr-insta-gall li a:hover i {
        -webkit-transform: scale(1.1) translate(-50%, -50%);
        transform: scale(1.1) translate(-50%, -50%);
        opacity: 1;
      }

      .trv-ftr-insta-gall li a:hover span {
        opacity: 1;
      }

      .trv-ftr-insta-gall li a:hover span:before,
      .trv-ftr-insta-gall li a:hover span:after {
        width: 80%;
      }

      /** - Footer Dark Version Css */
      .footer-light {
        background-color: #FFF8EB;
        color: #346065;
        background-image: url(../images/background/ftr-light-bg.png);
        background-size: cover;
      }

      .footer-light .logo-footer {
        margin-bottom: 40px;
        text-align: center;
        display: block;
        max-width: 193px;
      }

      .footer-light .footer-top {
        padding: 120px 0px 80px 0px;
      }

      @media (max-width: 1200px) {
        .footer-light .footer-top {
          padding: 60px 0px 0px 0px;
        }
      }

      .footer-light .f-top-space {
        padding-top: 0px;
      }

      .footer-light .call-us {
        padding: 10px 20px 10px 0;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        font-family: "Figtree", sans-serif;
      }

      @media (max-width: 991px) {
        .footer-light .call-us {
          margin: 15px 0;
        }
      }

      .footer-light .call-us i {
        display: block;
        font-size: 42px;
        line-height: 42px;
        margin-right: 10px;
      }

      .footer-light .call-us a {
        display: block;
        color: #066168;
        font-size: 32px;
        line-height: 32px;
        font-family: "Figtree", sans-serif;
      }

      @media (max-width: 767px) {
        .footer-light .call-us a {
          font-size: 22px;
          line-height: 22px;
        }
      }

      .footer-light .widget_about p {
        padding-right: 50px;
        font-size: 16px;
      }

      .footer-light .widget-title {
        font-family: "Afacad", sans-serif;
        color: #066168;
        font-size: 28px;
        margin-bottom: 30px;
        position: relative;
      }

      @media (max-width: 767px) {
        .footer-light .widget-title {
          font-size: 22px;
        }
      }

      .footer-light .footer-bottom {
        padding: 15px 0px;
        color: #066168;
        position: relative;
        z-index: 1;
        font-weight: 400;
      }

      .footer-light .footer-bottom .copyrights-text {
        text-align: center;
        font-size: 14px;
        font-weight: 600;
      }

      .footer-light .footer-bottom .copyrights-text span {
        display: inline-block;
        text-transform: uppercase;
      }

      .footer-light .footer-bottom .copyrights-text a {
        color: #FFAA0D !important;
      }

      .footer-light .copyrights-nav {
        list-style: none;
        display: block;
        margin-bottom: 0;
      }

      .footer-light .copyrights-nav li {
        display: inline-block;
        margin-right: 8px;
      }

      .footer-light .copyrights-nav li:first-child {
        margin-left: 0;
      }

      .footer-light .copyrights-nav li:last-child {
        margin-right: 0;
      }

      .footer-light .copyrights-nav li:last-child:after {
        display: none;
      }

      .footer-light .copyrights-nav li:after {
        content: "/";
        position: relative;
        right: -8px;
        color: #fff;
      }

      .footer-light .copyrights-nav li a {
        color: #fff;
        font-size: 14px;
      }

      .footer-light .copyrights-nav li a:hover {
        color: #066168;
      }

      .footer-light .copyrights-nav li a:active {
        color: #066168;
      }

      .footer-light .copyrights-nav li a:focus {
        color: #066168;
      }

      .footer-light .copyrights-nav li.active a {
        color: #fff;
      }

      .footer-light .widget_address li i {
        font-weight: 400;
      }

      .footer-light .widget_services ul li a {
        color: #066168;
      }

      .footer-light .widget_services ul li a:hover {
        color: #FFAA0D;
      }

      .footer-light .widget_address li .trv-icon {
        background-color: rgba(6, 97, 104, 0.09);
      }

      .footer-light .widget_address li .trv-icon i {
        color: #066168;
      }

      .footer-light .widget_address li span {
        color: #066168;
      }

      @media (max-width: 991px) {
        .footer-light .widget {
          margin-bottom: 20px;
        }
      }

      @media (max-width: 540px) {
        .footer-light .col-4 {
          width: 50%;
        }
      }

      /*Animated Car Section*/
      .footer-follow-instagram2 {
        background-color: #FFF8EB;
        text-align: center;
        padding: 80px 0px 140px 0px;
        border-bottom: 4px solid #066168;
        position: relative;
      }

      @media (max-width: 1024px) {
        .footer-follow-instagram2 {
          padding: 50px 0px 140px 0px;
        }
      }

      .footer-follow-instagram2 .widget-title {
        margin-bottom: 30px;
      }

      .footer-follow-instagram2 marquee {
        position: absolute;
        left: 0px;
        bottom: 0px;
        z-index: 2;
      }

      .footer-follow-instagram2 .trv-right-tree-pic {
        position: absolute;
        right: 0px;
        bottom: 0px;
        z-index: 0;
        width: 220px;
      }

      .footer-follow-instagram2 .trv-right-tree-pic img {
        width: 100%;
      }

      .trv-animated-car {
        position: relative;
        width: 248px;
        height: 135px;
      }

      .trv-animated-car .car-main {
        height: 135px;
        position: absolute;
        left: 0px;
        bottom: 0px;
      }

      .trv-animated-car .tyre-1 {
        position: absolute;
        left: 12.9%;
        bottom: 0%;
        width: 15%;
      }

      .trv-animated-car .tyre-2 {
        position: absolute;
        right: 10.8%;
        bottom: 0%;
        width: 15%;
      }

      /* Tyre Spin */
      .spin-tyres {
        animation-name: spin;
        animation-duration: 2400ms;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
      }

      @keyframes spin {
        from {
          transform: rotate(0deg);
        }

        to {
          transform: rotate(360deg);
        }
      }

      /*______Newsletter______*/
      .trv-subscribe-nl-st2 .container {
        background-color: #066168;
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 70px;
        max-width: 1296px;
      }

      @media (max-width: 1199px) {
        .trv-subscribe-nl-st2 .container {
          padding: 20px;
        }
      }

      @media (max-width: 991px) {
        .trv-subscribe-nl-st2 .container {
          display: block;
        }
      }

      @media (max-width: 1199px) {
        .trv-subscribe-nl-st2 .container .trv-left-section {
          width: 45%;
        }
      }

      @media (max-width: 991px) {
        .trv-subscribe-nl-st2 .container .trv-left-section {
          width: 100%;
          margin-bottom: 20px;
        }
      }

      .trv-subscribe-nl-st2 .trv-nl-large-text {
        color: #FFAA0D;
        font-family: "Afacad", sans-serif;
        font-size: 60px;
        line-height: 0.75;
        padding-bottom: 5px;
      }

      .trv-subscribe-nl-st2 .trv-nl-large-text span {
        color: #fff;
        display: inline-block;
      }

      @media (max-width: 991px) {
        .trv-subscribe-nl-st2 .trv-nl-large-text {
          font-size: 46px;
          text-shadow: none;
        }
      }

      @media (max-width: 420px) {
        .trv-subscribe-nl-st2 .trv-nl-large-text {
          font-size: 28px;
        }
      }

      @media (max-width: 767px) {
        .trv-subscribe-nl-st2 {
          display: block;
        }
      }

      .trv-subscribe-nl-st2 .trv-nl-title {
        color: #fff;
        font-size: 20px;
        font-weight: 500;
        font-family: "Figtree", sans-serif;
      }

      @media (max-width: 767px) {
        .trv-subscribe-nl-st2 .trv-nl-title {
          margin-bottom: 20px;
        }
      }

      @media (max-width: 420px) {
        .trv-subscribe-nl-st2 .trv-nl-title {
          font-size: 16px;
        }
      }

      .trv-subscribe-nl-st2 .trv-nl-section {
        padding: 6px;
        background-color: #DBEEEE;
        border-radius: 50px;
        max-width: 428px;
        flex: 1;
        height: 80px;
      }

      @media (max-width: 991px) {
        .trv-subscribe-nl-st2 .trv-nl-section {
          max-width: 100%;
        }
      }

      @media (max-width: 400px) {
        .trv-subscribe-nl-st2 .trv-nl-section {
          padding: 0px;
          border: none;
          background-color: transparent;
        }
      }

      .trv-subscribe-nl-st2.formid {
        position: relative;
        z-index: 1;
      }

      .trv-subscribe-nl-st2.formid:after {
        content: "";
        height: 80px;
        left: 0px;
        right: 0px;
        background-color: #DBEEEE;
        position: absolute;
        z-index: -1;
      }

      .trv-subscribe-nl-st2.trv-full-bx {
        background-color: #FFAA0D;
      }

      .trv-subscribe-nl-st2.trv-full-bx:after {
        display: none;
      }

      .trv-subscribe-nl-st2.trv-full-bx .container {
        padding-left: 0px;
        padding-right: 0px;
      }

      /*== tv booking step style1 start==*/
      .trv-step-bx1-wrap {
        background-color: #fff;
      }

      .trv-step-bx1 {
        background-color: #fff;
        border: 1px solid #DBEEEE;
        border-radius: 30px 200px 30px 30px;
        padding: 40px;
        box-shadow: 0px 28px 36px rgba(41, 137, 145, 0.2);
      }

      .trv-step-bx1 .trv-tp-part {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        margin-bottom: 45px;
      }

      .trv-step-bx1 .trv-tp-part .trv-num {
        width: 80px;
        height: 80px;
        align-items: center;
        justify-content: center;
        display: flex;
        background-color: #066168;
        border-radius: 20px;
        font-family: "Figtree", sans-serif;
        font-size: 42px;
        color: #fff;
        font-weight: 900;
      }

      .trv-step-bx1 .trv-tp-part .trv-icon-back {
        width: 100px;
        height: 100px;
        background-color: #FFAA0D;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: -20px;
      }

      .trv-step-bx1 .trv-tp-part .trv-icon-back .trv-icon-front {
        background-color: #fff;
        width: 90px;
        height: 90px;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .trv-step-bx1 .trv-tp-part .trv-icon-back .trv-icon-front img {
        max-width: 48px;
        width: 100%;
        filter: brightness(0) saturate(100%) invert(25%) sepia(21%) saturate(4469%) hue-rotate(154deg) brightness(93%) contrast(95%);
      }

      .trv-step-bx1 .trv-title {
        font-family: "Afacad", sans-serif;
        color: #066168;
        font-size: 24px;
        font-weight: 500;
        line-height: 1.2;
        margin-bottom: 10px;
      }

      .trv-step-bx1 p {
        color: #346065;
        margin: 0px;
      }

      .trv-hor-add {
        margin-top: 30px;
        margin-bottom: 30px;
        background-color: #FFAA0D;
        height: 184px;
        border-radius: 20px;
        overflow: hidden;
        background-image: url(../images/add-hr-cloud.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 50px 60px;
      }

      @media (max-width: 1024px) {
        .trv-hor-add {
          padding: 30px;
          height: auto;
        }
      }

      @media (max-width: 991px) {
        .trv-hor-add {
          display: block;
          text-align: center;
          padding: 30px 20px 20px 20px;
        }
      }

      .trv-hor-add .ofr-price {
        display: flex;
        align-items: end;
      }

      @media (max-width: 991px) {
        .trv-hor-add .ofr-price {
          justify-content: center;
          margin-bottom: 15px;
        }
      }

      .trv-hor-add .ofr-price .lg-title {
        font-style: normal;
        font-weight: 900;
        font-size: 120px;
        line-height: 0.75;
        color: #fff;
        font-family: "Figtree", sans-serif;
        margin-bottom: 0px;
        margin-right: 18px;
      }

      @media (max-width: 1365px) {
        .trv-hor-add .ofr-price .lg-title {
          font-size: 80px;
        }
      }

      .trv-hor-add .ofr-price .per-off {
        display: block;
        font-style: normal;
        font-weight: 900;
        font-size: 20px;
        line-height: 24px;
        color: #066168;
        text-transform: uppercase;
      }

      .trv-hor-add .ofr-price .per-off span {
        display: block;
      }

      .trv-hor-add .trv-hor-add-mid {
        font-family: "Kaushan Script", cursive;
        font-size: 50px;
        line-height: 74px;
        color: #066168;
        flex: 1;
        margin: 0px 20px;
      }

      @media (max-width: 1365px) {
        .trv-hor-add .trv-hor-add-mid {
          font-size: 40px;
          line-height: normal;
        }
      }

      @media (max-width: 1199px) {
        .trv-hor-add .trv-hor-add-mid {
          font-size: 28px;
        }
      }

      @media (max-width: 991px) {
        .trv-hor-add .trv-hor-add-mid {
          margin-bottom: 15px;
        }
      }

      .trv-hor-add .trv-hor-add-mid .sm-title {
        font-family: "Figtree", sans-serif;
        color: #fff;
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        display: block;
        padding-bottom: 10px;
      }

      /*== tv booking step style2 start==*/
      .trv-step-bx2-wrap {
        margin-right: 25px;
      }

      @media (max-width: 767px) {
        .trv-step-bx2-wrap {
          margin-right: 0px;
        }
      }

      .trv-step-bx2 {
        margin-bottom: 20px;
        background-color: #fff;
        border: 1px solid #DBEEEE;
        padding: 10px 10px 10px 50px;
        box-shadow: 0px 27px 35.9px rgba(41, 137, 145, 0.2);
        border-radius: 0px 200px 200px 0px;
        position: relative;
        margin-left: 50px;
      }

      @media (max-width: 400px) {
        .trv-step-bx2 {
          margin-left: 0px;
          padding: 15px;
          border-radius: 20px;
        }
      }

      .trv-step-bx2 .trv-tp-part {
        display: flex;
        align-items: center;
        justify-content: space-between;
      }

      @media (max-width: 400px) {
        .trv-step-bx2 .trv-tp-part {
          display: block;
          text-align: center;
        }
      }

      .trv-step-bx2 .trv-tp-part .trv-num {
        width: 80px;
        height: 80px;
        min-width: 80px;
        align-items: center;
        justify-content: center;
        display: flex;
        background-color: #066168;
        border-radius: 20px;
        font-family: "Figtree", sans-serif;
        font-size: 42px;
        color: #fff;
        font-weight: 900;
        position: absolute;
        left: -50px;
        top: 50%;
        transform: translateY(-50%);
      }

      @media (max-width: 400px) {
        .trv-step-bx2 .trv-tp-part .trv-num {
          position: inherit;
          transform: none;
          margin: 0px auto 20px;
        }
      }

      .trv-step-bx2 .trv-tp-part .trv-icon-back {
        width: 100px;
        height: 100px;
        min-width: 100px;
        background-color: #FFAA0D;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 0px;
      }

      @media (max-width: 420px) {
        .trv-step-bx2 .trv-tp-part .trv-icon-back {
          width: 70px;
          height: 70px;
          min-width: 70px;
        }
      }

      @media (max-width: 400px) {
        .trv-step-bx2 .trv-tp-part .trv-icon-back {
          margin: 20px auto 0px;
        }
      }

      .trv-step-bx2 .trv-tp-part .trv-icon-back .trv-icon-front {
        background-color: #fff;
        width: 90px;
        height: 90px;
        min-width: 90px;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      @media (max-width: 420px) {
        .trv-step-bx2 .trv-tp-part .trv-icon-back .trv-icon-front {
          width: 60px;
          height: 60px;
          min-width: 60px;
        }
      }

      .trv-step-bx2 .trv-tp-part .trv-icon-back .trv-icon-front img {
        max-width: 48px;
        width: 100%;
        filter: brightness(0) saturate(100%) invert(25%) sepia(21%) saturate(4469%) hue-rotate(154deg) brightness(93%) contrast(95%);
      }

      @media (max-width: 420px) {
        .trv-step-bx2 .trv-tp-part .trv-icon-back .trv-icon-front img {
          max-width: 34px;
        }
      }

      .trv-step-bx2 .trv-title {
        font-family: "Afacad", sans-serif;
        color: #066168;
        font-size: 24px;
        font-weight: 500;
        line-height: 1.2;
        margin-bottom: 10px;
      }

      @media (max-width: 768px) {
        .trv-step-bx2 .trv-title {
          font-size: 20px;
        }
      }

      .trv-step-bx2 p {
        color: #346065;
        margin: 0px;
      }

      /*== tv guide style1 start==*/
      .trv-guide-bx1-wrap {
        background-color: #DBEEEE;
        padding: 50px;
      }

      @media (max-width: 1366px) {
        .trv-guide-bx1-wrap {
          padding: 36px;
        }
      }

      @media (max-width: 1365px) {
        .trv-guide-bx1-wrap {
          padding: 25px;
        }
      }

      @media (max-width: 768px) {
        .trv-guide-bx1-wrap {
          padding: 30px 36px;
        }
      }

      @media (max-width: 575px) {
        .trv-guide-bx1-wrap {
          padding: 50px 12px;
        }
      }

      @media (max-width: 400px) {
        .trv-guide-bx1-wrap {
          padding: 0px;
        }
      }

      .trv-guide-bx1-wrap .trv-guide-bx1-section {
        background-color: #fff;
        border-radius: 30px;
        overflow: hidden;
        padding: 120px 0px 90px 0px;
        position: relative;
        overflow: hidden;
      }

      @media (max-width: 1024px) {
        .trv-guide-bx1-wrap .trv-guide-bx1-section {
          padding: 50px 20px 2px 20px;
        }
      }

      @media (max-width: 575px) {
        .trv-guide-bx1-wrap .trv-guide-bx1-section {
          padding: 50px 0px 2px 0px;
        }
      }

      @media (max-width: 400px) {
        .trv-guide-bx1-wrap .trv-guide-bx1-section {
          border-radius: 0px;
        }
      }

      .trv-guide-bx1-wrap .trv-guide-bx1-section .trv-yl-shedow-left {
        position: absolute;
        width: 600px;
        height: 550px;
        left: -300px;
        top: 50%;
        background: rgba(255, 170, 13, 0.1);
        filter: blur(100px);
      }

      .trv-guide-bx1-wrap .trv-guide-bx1-section .trv-yl-shedow-right {
        position: absolute;
        width: 600px;
        height: 500px;
        right: -300px;
        top: 50%;
        background: rgba(41, 137, 145, 0.1);
        filter: blur(100px);
      }

      .trv-guide-bx1-wrap .trv-guide-bx1-section .trv-bl-shedow-top {
        position: absolute;
        width: 600px;
        height: 550px;
        left: 50%;
        transform: translateX(-50%);
        top: -200px;
        background: rgba(255, 170, 13, 0.1);
        filter: blur(100px);
      }

      .trv-guide-left-media-section-wrap {
        display: flex;
        align-items: center;
      }

      @media (max-width: 1199px) {
        .trv-guide-left-media-section-wrap {
          justify-content: center;
        }
      }

      .trv-guide-left-media-section {
        margin-left: -184px;
        text-align: center;
        position: relative;
        z-index: 1;
        width: 765px;
      }

      @media (max-width: 1800px) {
        .trv-guide-left-media-section {
          width: 665px;
          margin-left: -100px;
        }
      }

      @media (max-width: 1680px) {
        .trv-guide-left-media-section {
          margin-left: -50px;
        }
      }

      @media (max-width: 1600px) {
        .trv-guide-left-media-section {
          margin-left: 0px;
          width: 600px;
        }
      }

      @media (max-width: 1440px) {
        .trv-guide-left-media-section {
          margin-left: 50px;
          width: 500px;
        }
      }

      .trv-guide-left-media-section .trv-guide-left-media-title {
        padding-top: 90px;
        font-family: "Kaushan Script", cursive;
        font-weight: 400;
        font-size: 52px;
        line-height: 1.2;
        color: #066168;
        padding-bottom: 25px;
      }

      @media (max-width: 1440px) {
        .trv-guide-left-media-section .trv-guide-left-media-title {
          font-size: 40px;
        }
      }

      @media (max-width: 540px) {
        .trv-guide-left-media-section .trv-guide-left-media-title {
          font-size: 28px;
        }
      }

      .trv-guide-left-media-section .trv-guide-left-media-title span {
        font-family: "Kaushan Script", cursive;
        font-size: 100px;
        line-height: 1;
        color: #fff;
        text-shadow: 2px 5px 0px rgba(41, 137, 145, 0.2);
        display: block;
      }

      @media (max-width: 1440px) {
        .trv-guide-left-media-section .trv-guide-left-media-title span {
          font-size: 70px;
        }
      }

      @media (max-width: 540px) {
        .trv-guide-left-media-section .trv-guide-left-media-title span {
          font-size: 40px;
          text-shadow: 2px 0px 0px rgba(41, 137, 145, 0.2);
        }
      }

      .trv-guide-left-media-section .cir-pic {
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: -1;
        animation: spinZ 200s linear infinite;
      }

      .trv-guide-left-media-section .girl-withcity {
        right: 40px;
        position: relative;
      }

      .trv-guide-bx1 {
        background-color: #fff;
        padding: 15px;
        box-shadow: 0px 18px 18px rgba(0, 106, 114, 0.1);
        border-radius: 30px;
        text-align: center;
        margin-bottom: 30px;
      }

      .trv-guide-bx1 .media {
        margin-bottom: 20px;
      }

      .trv-guide-bx1 .media img {
        border-radius: 30px;
        width: 100%;
      }

      .trv-guide-bx1 .trv-guide-name {
        font-family: "Afacad", sans-serif;
        font-size: 28px;
        font-weight: 500;
        line-height: 1.2;
        margin: 10px 0px;
      }

      @media (max-width: 768px) {
        .trv-guide-bx1 .trv-guide-name {
          font-size: 22px;
        }
      }

      .trv-guide-bx1 .trv-guide-name a {
        transition: 0.5s all ease;
        color: #066168;
      }

      .trv-guide-bx1 .trv-guide-name a:hover {
        color: #FFAA0D;
      }

      .trv-guide-bx1 span {
        font-family: "Figtree", sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.2;
        color: #FFAA0D;
        margin-bottom: 15px;
        display: inline-block;
      }

      /*Trv-guide-detail*/
      .trv-guide-det-wrap {
        background-color: #DBEEEE;
        padding: 50px;
      }

      @media (max-width: 1024px) {
        .trv-guide-det-wrap {
          padding: 50px 20px 50px 20px;
        }
      }

      .trv-guide-det-wrap .trv-guide-det-section {
        background-color: #fff;
        border-radius: 30px;
        overflow: hidden;
        padding: 120px 0px 90px 0px;
        position: relative;
        overflow: hidden;
      }

      @media (max-width: 1024px) {
        .trv-guide-det-wrap .trv-guide-det-section {
          padding: 20px 10px 0px 10px;
        }
      }

      @media (max-width: 360px) {
        .trv-guide-det-wrap .trv-guide-det-section {
          padding: 20px 0px 0px 0px;
        }
      }

      /*TOUR GUIDE DETAIL*/
      .trv-guide-det-section {
        background-color: #fff;
      }

      .trv-guide-det-section .trv-guide-dtl-left-part {
        padding-right: 24px;
      }

      @media (max-width: 1024px) {
        .trv-guide-det-section .trv-guide-dtl-left-part {
          padding-right: 0px;
        }
      }

      .trv-guide-dtl-right-part .title {
        font-family: "Afacad", sans-serif;
        font-size: 46px;
        font-weight: 700;
        color: #066168;
        line-height: 1.2;
        margin-bottom: 20px;
      }

      @media (max-width: 1024px) {
        .trv-guide-dtl-right-part .title {
          font-size: 30px;
        }
      }

      .trv-guide-dtl-right-part .text {
        font-size: 16px;
        font-weight: 400;
        color: #346065;
        line-height: 1.4;
        margin-bottom: 30px;
      }

      .trv-guide-dtl-right-part .list-st-1 {
        padding: 0px;
        list-style: none;
        margin-bottom: 30px;
      }

      .trv-guide-dtl-right-part .list-st-1 li {
        font-family: "Figtree", sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #066168;
        margin-bottom: 10px;
      }

      .trv-guide-dtl-right-part .list-st-1 li span {
        font-family: "Afacad", sans-serif;
        font-size: 20px;
        font-weight: 500;
        color: #066168;
        margin-right: 45px;
        min-width: 100px;
        display: inline-block;
      }

      @media (max-width: 400px) {
        .trv-guide-dtl-right-part .list-st-1 li span {
          display: block;
        }
      }

      .trv-guide-dtl-right-part .list-st-1 li:last-child {
        margin-bottom: 0px;
      }

      .trv-guide-dtl-right-part .list-title {
        font-family: "Afacad", sans-serif;
        font-size: 28px;
        font-weight: 700;
        color: #066168;
        line-height: 1.2;
        margin-bottom: 30px;
      }

      @media (max-width: 1024px) {
        .trv-guide-dtl-right-part .list-title {
          font-size: 22px;
        }
      }

      .trv-list-st2 {
        padding: 0px;
        list-style: none;
        margin-bottom: 30px;
      }

      .trv-list-st2 li {
        font-family: "Figtree", sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #346065;
        line-height: 1.4;
        margin-bottom: 15px;
        position: relative;
        padding-left: 40px;
      }

      .trv-list-st2 li i {
        color: #FFAA0D;
        font-size: 24px;
        position: absolute;
        left: 0px;
        top: -3px;
      }

      .trv-list-st2 li span {
        font-weight: 600;
      }

      .trv-list-st2 li:last-child {
        margin-bottom: 0px;
      }

      /*== tv testimo style1 start==*/
      .trv-testimo-bx-wrap {
        background-color: #EFFFFF;
        padding-bottom: 106px;
        background-position: center center;
        background-repeat: no-repeat;
      }

      .trv-testimo-bx1 {
        margin: 0px 70px 50px;
      }

      @media (max-width: 1024px) {
        .trv-testimo-bx1 {
          margin: 0px 10px 50px;
        }
      }

      .trv-testimo-bx1 .media {
        margin-bottom: 30px;
        position: relative;
        max-width: 306px;
      }

      @media (max-width: 767px) {
        .trv-testimo-bx1 .media {
          margin: 0px auto 30px;
        }
      }

      .trv-testimo-bx1 .media img {
        border-radius: 30px;
      }

      .trv-testimo-bx1 .rating {
        display: inline-flex;
        align-items: center;
        background-color: #066168;
        border-radius: 0px 20px 20px 20px;
        position: absolute;
        left: 0px;
        bottom: -10px;
        padding: 5px 15px;
      }

      .trv-testimo-bx1 .rating i {
        color: #FFAA0D;
        font-size: 16px;
        margin-right: 3px;
      }

      .trv-testimo-bx1 .info .trv-testimo-head {
        display: flex;
        align-items: start;
        justify-content: space-between;
        margin-bottom: 25px;
      }

      .trv-testimo-bx1 .info .trv-testimo-head .left-part .trv-testimonial-name {
        font-family: "Kaushan Script", cursive;
        font-size: 36px;
        font-weight: 400;
        color: #066168;
        margin-bottom: 0px;
      }

      @media (max-width: 991px) {
        .trv-testimo-bx1 .info .trv-testimo-head .left-part .trv-testimonial-name {
          font-size: 28px;
        }
      }

      .trv-testimo-bx1 .info .trv-testimo-head .left-part .trv-testimonial-position {
        font-family: "Afacad", sans-serif;
        font-size: 20px;
        font-weight: 500;
        color: #FFAA0D;
        display: inline-block;
      }

      .trv-testimo-bx1 .info .trv-testimo-head .right-part img {
        max-width: 70px;
        max-height: 58px;
        width: 100%;
        filter: brightness(0) saturate(100%) invert(25%) sepia(21%) saturate(4469%) hue-rotate(154deg) brightness(93%) contrast(95%);
      }

      @media (max-width: 991px) {
        .trv-testimo-bx1 .info .trv-testimo-head .right-part img {
          max-width: 44px;
        }
      }

      .trv-testimo-bx1 .info p {
        font-family: "Afacad", sans-serif;
        font-size: 24px;
        color: #346065;
        margin-bottom: 0px;
      }

      @media (max-width: 991px) {
        .trv-testimo-bx1 .info p {
          font-size: 18px;
        }
      }

      @media (max-width: 767px) {
        .trv-testimo-bx1 .info p {
          text-align: center;
        }
      }

      /*== tv testimo style2 start==*/
      .trv-testimo-bx2 {
        display: flex;
        align-items: center;
        background-color: #fff;
      }

      @media (max-width: 767px) {
        .trv-testimo-bx2 {
          display: block;
        }
      }

      .trv-testimo-bx2 .media {
        margin-bottom: 0px;
        position: relative;
        max-width: 375px;
        z-index: 1;
        margin-right: 95px;
      }

      @media (max-width: 991px) {
        .trv-testimo-bx2 .media {
          max-width: 250px;
          margin-right: 30px;
        }
      }

      @media (max-width: 767px) {
        .trv-testimo-bx2 .media {
          margin: 0px auto 30px;
        }
      }

      .trv-testimo-bx2 .media:after {
        content: "";
        width: 330px;
        height: 330px;
        border-radius: 50%;
        background-color: #066168;
        position: absolute;
        right: -42px;
        top: 50%;
        transform: translateY(-50%);
        z-index: -1;
      }

      @media (max-width: 1199px) {
        .trv-testimo-bx2 .media:after {
          right: -25px;
        }
      }

      @media (max-width: 991px) {
        .trv-testimo-bx2 .media:after {
          display: none;
        }
      }

      .trv-testimo-bx2 .media:before {
        content: "";
        width: 380px;
        height: 380px;
        border-radius: 50%;
        background-color: #FFAA0D;
        opacity: 0.1;
        position: absolute;
        right: -94px;
        top: 50%;
        transform: translateY(-50%);
        z-index: -1;
      }

      @media (max-width: 1199px) {
        .trv-testimo-bx2 .media:before {
          right: -60px;
        }
      }

      @media (max-width: 991px) {
        .trv-testimo-bx2 .media:before {
          display: none;
        }
      }

      .trv-testimo-bx2 .media img {
        border-radius: 30px;
      }

      .trv-testimo-bx2 .rating {
        float: right;
      }

      @media (max-width: 767px) {
        .trv-testimo-bx2 .rating {
          float: none;
        }
      }

      @media (max-width: 480px) {
        .trv-testimo-bx2 .rating {
          text-align: center;
        }
      }

      .trv-testimo-bx2 .rating i {
        color: #FFAA0D;
        font-size: 16px;
        margin-right: 3px;
      }

      .trv-testimo-bx2 .info {
        max-width: 490px;
        margin-left: auto;
      }

      @media (max-width: 991px) {
        .trv-testimo-bx2 .info {
          max-width: 340px;
          margin-right: auto;
          margin-left: inherit;
        }
      }

      @media (max-width: 767px) {
        .trv-testimo-bx2 .info {
          margin: 0px auto 30px;
        }
      }

      .trv-testimo-bx2 .info .trv-testimo-head {
        display: flex;
        align-items: start;
        justify-content: space-between;
        margin-bottom: 25px;
      }

      @media (max-width: 480px) {
        .trv-testimo-bx2 .info .trv-testimo-head {
          flex-direction: column-reverse;
          align-items: center;
          text-align: center;
        }
      }

      .trv-testimo-bx2 .info .trv-testimo-head .left-part .trv-testimonial-name {
        font-family: "Kaushan Script", cursive;
        font-size: 36px;
        font-weight: 400;
        color: #066168;
        margin-bottom: 0px;
      }

      @media (max-width: 991px) {
        .trv-testimo-bx2 .info .trv-testimo-head .left-part .trv-testimonial-name {
          font-size: 28px;
        }
      }

      .trv-testimo-bx2 .info .trv-testimo-head .left-part .trv-testimonial-position {
        font-family: "Afacad", sans-serif;
        font-size: 20px;
        font-weight: 500;
        color: #FFAA0D;
        display: inline-block;
      }

      @media (max-width: 991px) {
        .trv-testimo-bx2 .info .trv-testimo-head .left-part .trv-testimonial-position {
          font-size: 18px;
        }
      }

      .trv-testimo-bx2 .info .trv-testimo-head .right-part img {
        max-width: 70px;
        max-height: 58px;
        width: 100%;
        filter: brightness(0) saturate(100%) invert(25%) sepia(21%) saturate(4469%) hue-rotate(154deg) brightness(93%) contrast(95%);
      }

      @media (max-width: 991px) {
        .trv-testimo-bx2 .info .trv-testimo-head .right-part img {
          max-width: 44px;
        }
      }

      @media (max-width: 480px) {
        .trv-testimo-bx2 .info .trv-testimo-head .right-part img {
          margin-bottom: 10px;
        }
      }

      .trv-testimo-bx2 .info p {
        font-family: "Afacad", sans-serif;
        font-size: 24px;
        color: #346065;
        margin-bottom: 20px;
      }

      @media (max-width: 991px) {
        .trv-testimo-bx2 .info p {
          font-size: 18px;
        }
      }

      @media (max-width: 480px) {
        .trv-testimo-bx2 .info p {
          text-align: center;
        }
      }

      .testimonial-thum-sld {
        height: 370px;
        overflow: hidden;
        width: 115px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 515px;
      }

      @media (max-width: 1199px) {
        .testimonial-thum-sld {
          height: auto;
          top: auto;
          left: 0px;
          transform: none;
          width: 250px;
          position: inherit;
          margin-left: 0;
          margin-top: 20px;
        }
      }

      @media (max-width: 767px) {
        .testimonial-thum-sld {
          margin: 0px auto;
        }
      }

      .trv-testimonial-st2 {
        position: relative;
      }

      .trv-testimo-bx2-thumb {
        transition: 0.5s all ease;
      }

      .trv-testimo-bx2-thumb img {
        width: 76px;
        height: 76px;
        object-fit: cover;
        object-position: center;
        border-radius: 20px !important;
        cursor: pointer;
      }

      .testimonial-thum-sld img {
        transition: 0.5s all ease;
      }

      .testimonial-thum-sld .swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active.swiper-slide-thumb-active img,
      .testimonial-thum-sld .swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active img {
        margin-left: 30%;
      }

      @media (max-width: 1199px) {

        .testimonial-thum-sld .swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active.swiper-slide-thumb-active img,
        .testimonial-thum-sld .swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active img {
          margin-left: 0%;
        }
      }

      .testimonial-content-sld-control {
        position: absolute;
        right: 360px;
        bottom: 25px;
        width: 140px;
        height: 60px;
      }

      @media (max-width: 991px) {
        .testimonial-content-sld-control {
          height: auto;
          position: static;
        }
      }

      .testimonial-content-sld-control .swiper-button-next {
        margin-top: -40px;
      }

      @media (max-width: 991px) {
        .testimonial-content-sld-control .swiper-button-next {
          margin-top: 0px;
        }
      }

      .testimonial-content-sld-control .swiper-button-prev {
        margin-top: -40px;
      }

      @media (max-width: 991px) {
        .testimonial-content-sld-control .swiper-button-prev {
          margin-top: 0px;
        }
      }

      .trv-testimonial-st2-wrap {
        padding: 120px 0px;
        background-color: #fff;
      }

      @media (max-width: 1024px) {
        .trv-testimonial-st2-wrap {
          padding: 50px 0px;
        }
      }

      .trv-testimonial-st2-wrap .trv-gradi-text {
        position: relative;
        font-weight: 700;
        font-size: 160px;
        line-height: 192px;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        background: linear-gradient(to bottom, #066168 15%, rgba(255, 170, 13, 0.3019607843) 60%, #fff 85%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
      }

      @media (max-width: 1365px) {
        .trv-testimonial-st2-wrap .trv-gradi-text {
          font-size: 110px;
          line-height: normal;
          text-align: center;
        }
      }

      @media (max-width: 1024px) {
        .trv-testimonial-st2-wrap .trv-gradi-text {
          font-size: 75px;
        }
      }

      @media (max-width: 767px) {
        .trv-testimonial-st2-wrap .trv-gradi-text {
          font-size: 60px;
          margin-bottom: 30px;
        }
      }

      @media (max-width: 540px) {
        .trv-testimonial-st2-wrap .trv-gradi-text {
          display: none;
        }
      }

      .trv-testimonial-st2-wrap .trv-gradi-text img {
        position: absolute;
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
      }

      @media (max-width: 1199px) {
        .trv-testimonial-st2-wrap .trv-gradi-text img {
          width: 40%;
        }
      }

      @media (max-width: 1024px) {
        .trv-testimonial-st2-wrap .trv-gradi-text img {
          width: 28%;
        }
      }

      @media (max-width: 991px) {
        .trv-testimonial-st2-wrap .trv-gradi-text img {
          width: 40%;
        }
      }

      @media (max-width: 767px) {
        .trv-testimonial-st2-wrap .trv-gradi-text img {
          width: 54%;
          top: -26px;
        }
      }

      .trv-testimonial-st1-wrap {
        padding: 120px 0px;
        background-color: #fff;
      }

      @media (max-width: 1024px) {
        .trv-testimonial-st1-wrap {
          padding: 50px 0px 0px;
        }
      }

      /*== tv popular tour style 3 start==*/
      .trv-tour-bx1 {
        border-radius: 30px;
      }

      .trv-tour-bx1 .trv-media img {
        height: 270px;
        width: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 30px 30px 0px 0px;
      }

      .trv-tour-bx1 .trv-info {
        background-color: #fff;
        border-radius: 0px 0px 30px 30px;
        padding: 20px;
        box-shadow: 0px 27px 35.9px rgba(41, 137, 145, 0.2);
      }

      .trv-tour-bx1 .trv-info .trv-title {
        font-family: "Afacad", sans-serif;
        font-size: 20px;
        font-weight: 500;
        line-height: 1.2;
        margin-bottom: 20px;
      }

      .trv-tour-bx1 .trv-info .trv-title a {
        color: #066168;
        transition: 0.5s all ease;
      }

      .trv-tour-bx1 .trv-info .trv-title a:hover {
        color: #FFAA0D;
      }

      .trv-tour-bx1 .trv-info .trv-rating-days {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 25px;
      }

      .trv-tour-bx1 .trv-info .trv-rating-days .trv-rating {
        display: flex;
        align-items: center;
      }

      .trv-tour-bx1 .trv-info .trv-rating-days .trv-rating span {
        font-family: "Afacad", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.2;
        color: #066168;
        margin-right: 10px;
      }

      .trv-tour-bx1 .trv-info .trv-rating-days .trv-rating i {
        color: #FFAA0D;
      }

      .trv-tour-bx1 .trv-info .trv-rating-days .trv-date {
        display: flex;
        align-items: center;
      }

      .trv-tour-bx1 .trv-info .trv-rating-days .trv-date i {
        font-size: 20px;
        margin-right: 10px;
      }

      .trv-tour-bx1 .trv-info .trv-rating-days .trv-date span {
        font-family: "Figtree", sans-serif;
        font-size: 14px;
        color: #066168;
        line-height: 1.2;
        font-weight: 600;
      }

      .trv-tour-bx1 .trv-info .trv-btm-part {
        display: flex;
        align-items: center;
        justify-content: space-between;
      }

      .trv-tour-bx1 .trv-info .trv-btm-part .trv-tour-price {
        display: flex;
        align-items: center;
      }

      .trv-tour-bx1 .trv-info .trv-btm-part .trv-tour-price .price {
        color: #FFAA0D;
        font-size: 28px;
        line-height: 1.3;
        font-weight: 900;
        display: inline-block;
        padding-right: 10px;
      }

      .trv-tour-bx1 .trv-info .trv-btm-part .trv-tour-price .price-duration {
        font-size: 16px;
        display: inline-block;
      }

      /*WE RECOMMEND SECTION START*/
      .trv-we-recommend {
        background-color: #DBEEEE;
      }

      .trv-we-rec-media-main-wrap {
        position: relative;
      }

      @media (max-width: 1199px) {
        .trv-we-rec-media-main-wrap {
          margin-top: 100px;
        }
      }

      .trv-we-rec-media-main-wrap .trc-we-rec-circle-bx {
        margin-top: 12px;
        width: 420px;
        height: 420px;
        border: 20px solid #fff;
        border-radius: 50%;
        box-shadow: 0px 27px 35.9px rgba(41, 137, 145, 0.2);
      }

      @media (max-width: 1199px) {
        .trv-we-rec-media-main-wrap .trc-we-rec-circle-bx {
          width: 300px;
          height: 300px;
          border: 10px solid #fff;
        }
      }

      .trv-we-rec-media-main-wrap .trc-we-rec-circle-bx img {
        width: 100%;
        border-radius: 50%;
      }

      .trv-we-rec-media-main-wrap .trv-we-rec-media-main {
        position: absolute;
        right: -175px;
        bottom: 0px;
      }

      @media (max-width: 1680px) {
        .trv-we-rec-media-main-wrap .trv-we-rec-media-main {
          right: -130px;
        }
      }

      @media (max-width: 1600px) {
        .trv-we-rec-media-main-wrap .trv-we-rec-media-main {
          right: -50px;
        }
      }

      @media (max-width: 1440px) {
        .trv-we-rec-media-main-wrap .trv-we-rec-media-main {
          right: 0px;
        }
      }

      @media (max-width: 1365px) {
        .trv-we-rec-media-main-wrap .trv-we-rec-media-main {
          width: 90%;
        }
      }

      @media (max-width: 1199px) {
        .trv-we-rec-media-main-wrap .trv-we-rec-media-main {
          position: inherit;
        }
      }

      .trv-we-recommend-content {
        margin-bottom: 120px;
        position: relative;
      }

      @media (max-width: 1024px) {
        .trv-we-recommend-content {
          margin-bottom: 30px;
        }

        .trv-we-recommend-content .section-head.trv-head-title-wrap.left-position .trv-head-discription {
          padding-right: 50px;
        }
      }

      .trv-we-recommend-content .trv-head-discription {
        padding-right: 35px;
      }

      @media (max-width: 1365px) {
        .trv-we-recommend-content .trv-head-discription {
          padding-right: 0px;
        }
      }

      .trv-we-recommend-content .trv-we-rec-mid-section {
        margin-bottom: 20px;
        display: flex;
      }

      @media (max-width: 540px) {
        .trv-we-recommend-content .trv-we-rec-mid-section {
          display: block;
        }
      }

      .trv-we-recommend-content .trv-24-7-bx {
        width: 140px;
        height: 204px;
        padding: 9px;
        background-color: #fff;
        border-radius: 30px;
        display: flex;
        display: flex;
        min-width: 140px;
        margin-right: 30px;
      }

      @media (max-width: 540px) {
        .trv-we-recommend-content .trv-24-7-bx {
          width: 100%;
          height: auto;
          margin-right: 0px;
          margin-bottom: 20px;
        }
      }

      .trv-we-recommend-content .trv-24-7-bx .trv-24-7-info {
        background-color: #066168;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        padding: 10px;
        border-radius: 20px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
      }

      @media (max-width: 540px) {
        .trv-we-recommend-content .trv-24-7-bx .trv-24-7-info {
          width: 100%;
          flex-direction: inherit;
        }
      }

      .trv-we-recommend-content .trv-24-7-bx .trv-24-7-info span {
        display: block;
      }

      .trv-we-recommend-content .trv-24-7-bx .trv-24-7-info .nbr {
        color: #FFAA0D;
        font-size: 38px;
        font-weight: 900;
      }

      @media (max-width: 540px) {
        .trv-we-recommend-content .trv-24-7-bx .trv-24-7-info .nbr {
          margin-right: 5px;
        }
      }

      .trv-we-recommend-content .trv-24-7-bx .trv-24-7-info .info {
        color: #fff;
        font-size: 24px;
        font-family: "Afacad", sans-serif;
        font-weight: 500;
      }

      .trv-we-rec-bottom-section {
        display: flex;
        align-items: center;
      }

      @media (max-width: 420px) {
        .trv-we-rec-bottom-section {
          display: block;
        }

        .trv-we-rec-bottom-section .trv-hpy-cus {
          padding-top: 10px;
        }
      }

      .trv-we-rec-bottom-section .trv-we-rec-btn {
        margin-right: 12px;
      }

      .trv-hpy-cus {
        display: flex;
      }

      .trv-hpy-cus .trv-hpy-cus-count span {
        display: block;
        font-weight: 900;
        font-size: 22px;
        color: #066168;
      }

      .trv-hpy-cus .trv-hpy-cus-count p {
        margin-bottom: 0px;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 12px;
      }

      .trv-icon-bx-st1 {
        display: flex;
      }

      .trv-icon-bx-st1 .trv-icon-bx-media {
        background-image: url(../images/trv-icon/Icon-Bg.png);
        background-repeat: no-repeat;
        width: 85px;
        height: 85px;
        min-width: 85px;
        background-size: 100%;
        margin-right: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .trv-icon-bx-st1 .trv-icon-bx-media img {
        max-width: 48px;
        filter: brightness(0) saturate(100%) invert(12%) sepia(96%) saturate(4615%) hue-rotate(176deg) brightness(92%) contrast(95%);
      }

      .trv-icon-bx-st1 .trv-icon-bx-title {
        font-size: 24px;
        color: #066168;
        font-weight: 500;
        margin-bottom: 12px;
      }

      .trv-icon-bx-st1 .p-text {
        margin-bottom: 0px;
      }

      .trv-cus-pic-box {
        display: flex;
        align-items: center;
        margin-right: 20px;
      }

      .trv-cus-pic-box .trv-cus-pic-box-pic {
        width: 36px;
        height: 36px;
        display: inline-flex;
        border-radius: 50px;
        overflow: hidden;
        border: 1px solid #fff;
        margin-left: -10px;
      }

      .trv-cus-pic-box .trv-cus-pic-box-pic.first-bx {
        margin-left: 0px;
      }

      .trv-year-section {
        position: absolute;
        z-index: 1;
        top: 30px;
        right: -145px;
        animation: slide-top 8s linear infinite alternate-reverse;
      }

      @media (max-width: 1680px) {
        .trv-year-section {
          right: -80px;
        }
      }

      @media (max-width: 1600px) {
        .trv-year-section {
          right: 10px;
        }
      }

      @media (max-width: 991px) {
        .trv-year-section {
          top: 100px;
        }
      }

      .trv-year-section .trv-year-media {
        position: absolute;
        left: -110px;
        bottom: 5px;
      }

      @media (max-width: 575px) {
        .trv-year-section .trv-year-media {
          left: -75px;
          bottom: 1px;
          width: 260px;
        }
      }

      .trv-year-section .trv-year-info {
        background-color: #fff;
        border-radius: 20px;
        padding: 4px 20px 4px 55px;
        display: inline-flex;
        align-items: center;
        width: 340px;
      }

      @media (max-width: 575px) {
        .trv-year-section .trv-year-info {
          width: 240px;
        }
      }

      .trv-year-section .trv-year-info .numbr {
        font-family: "Figtree", sans-serif;
        font-weight: 900;
        font-size: 83px;
        line-height: 1;
        color: #85D200;
        margin-bottom: 0px;
        text-shadow: 0px 4px 0px #066168;
        margin-right: 15px;
      }

      @media (max-width: 575px) {
        .trv-year-section .trv-year-info .numbr {
          font-size: 50px;
        }
      }

      .trv-year-section .trv-year-info span {
        font-weight: 900;
        font-size: 28px;
        line-height: 1.2;
        color: #066168;
      }

      @media (max-width: 575px) {
        .trv-year-section .trv-year-info span {
          font-weight: 700;
          font-size: 18px;
        }
      }

      /*WE RECOMMEND 2 SECTION START*/
      .trv-we-recommend2 {
        background-color: #fff;
      }

      .trv-we-recommend2 .trv-we-rec2-media-main-wrap {
        position: relative;
        padding-top: 70px;
        margin-right: 24px;
        height: 610px;
      }

      @media (max-width: 991px) {
        .trv-we-recommend2 .trv-we-rec2-media-main-wrap {
          margin-right: 0px;
          margin-bottom: 30px;
        }
      }

      @media (max-width: 575px) {
        .trv-we-recommend2 .trv-we-rec2-media-main-wrap {
          height: 460px;
        }
      }

      .trv-we-recommend2 .trv-we-rec2-media-main-wrap .trc-we-rec-circle-bx2 {
        margin-top: 12px;
        width: 390px;
        height: 390px;
        border: 20px solid #fff;
        border-radius: 50%;
        box-shadow: 0px 27px 35.9px rgba(41, 137, 145, 0.2);
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
      }

      @media (max-width: 1024px) {
        .trv-we-recommend2 .trv-we-rec2-media-main-wrap .trc-we-rec-circle-bx2 {
          width: 300px;
          height: 300px;
          border: 10px solid #fff;
        }
      }

      @media (max-width: 767px) {
        .trv-we-recommend2 .trv-we-rec2-media-main-wrap .trc-we-rec-circle-bx2 {
          width: 270px;
          height: 270px;
        }
      }

      @media (max-width: 420px) {
        .trv-we-recommend2 .trv-we-rec2-media-main-wrap .trc-we-rec-circle-bx2 {
          width: 200px;
          height: 200px;
        }
      }

      .trv-we-recommend2 .trv-we-rec2-media-main-wrap .trc-we-rec-circle-bx2 img {
        width: 100%;
        border-radius: 50%;
      }

      .trv-we-recommend2 .trv-we-rec2-media-main-wrap .trc-we-rec-l-bx {
        max-width: 278px;
        overflow: hidden;
      }

      @media (max-width: 575px) {
        .trv-we-recommend2 .trv-we-rec2-media-main-wrap .trc-we-rec-l-bx {
          max-width: 200px;
        }
      }

      @media (max-width: 360px) {
        .trv-we-recommend2 .trv-we-rec2-media-main-wrap .trc-we-rec-l-bx {
          max-width: 160px;
        }
      }

      .trv-we-recommend2 .trv-we-rec2-media-main-wrap .trc-we-rec-l-bx img {
        width: 100%;
        border-radius: 100px 30px 100px 30px;
      }

      .trv-we-recommend2 .trv-we-rec2-media-main-wrap .trc-we-rec-r-bx {
        max-width: 278px;
        position: absolute;
        right: 0px;
        bottom: 0px;
      }

      @media (max-width: 575px) {
        .trv-we-recommend2 .trv-we-rec2-media-main-wrap .trc-we-rec-r-bx {
          max-width: 200px;
        }
      }

      @media (max-width: 360px) {
        .trv-we-recommend2 .trv-we-rec2-media-main-wrap .trc-we-rec-r-bx {
          max-width: 160px;
        }
      }

      .trv-we-recommend2 .trv-we-rec2-media-main-wrap .trc-we-rec-r-bx img {
        width: 100%;
        border-radius: 100px 30px 100px 30px;
      }

      .trv-we-recommend2 .trv-we-rec2-media-main-wrap .trc-we-rec-plane-bx {
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 2;
        animation: slide-left 7s linear infinite alternate-reverse both;
      }

      @media (max-width: 575px) {
        .trv-we-recommend2 .trv-we-rec2-media-main-wrap .trc-we-rec-plane-bx {
          width: 200px;
        }

        .trv-we-recommend2 .trv-we-rec2-media-main-wrap .trc-we-rec-plane-bx img {
          width: 100%;
        }
      }

      .trv-we-recommend2 .trv-we-rec3-media-main-wrap {
        position: relative;
        margin-right: 24px;
      }

      .trv-we-recommend2 .trv-we-rec3-media-main-wrap .trc-we-rec3-circle-bx1 {
        margin-top: 12px;
        width: 390px;
        height: 390px;
        border: 20px solid #DBEEEE;
        border-radius: 50%;
        position: absolute;
        right: 0px;
        bottom: 70px;
        z-index: 1;
      }

      @media (max-width: 1199px) {
        .trv-we-recommend2 .trv-we-rec3-media-main-wrap .trc-we-rec3-circle-bx1 {
          width: 280px;
          height: 280px;
        }
      }

      @media (max-width: 575px) {
        .trv-we-recommend2 .trv-we-rec3-media-main-wrap .trc-we-rec3-circle-bx1 {
          border: 10px solid #DBEEEE;
          width: 200px;
          height: 200px;
        }
      }

      .trv-we-recommend2 .trv-we-rec3-media-main-wrap .trc-we-rec3-circle-bx1 img {
        width: 100%;
        border-radius: 50%;
      }

      .trv-we-recommend2 .trv-we-rec3-media-main-wrap .trc-we-rec3-circle-bx2 {
        margin-top: 12px;
        width: 200px;
        height: 200px;
        border: 10px solid #fff;
        border-radius: 50%;
        box-shadow: 0px 27px 35.9px rgba(41, 137, 145, 0.2);
        position: absolute;
        left: 350px;
        top: 13px;
        z-index: 1;
      }

      @media (max-width: 1199px) {
        .trv-we-recommend2 .trv-we-rec3-media-main-wrap .trc-we-rec3-circle-bx2 {
          left: 300px;
        }
      }

      @media (max-width: 575px) {
        .trv-we-recommend2 .trv-we-rec3-media-main-wrap .trc-we-rec3-circle-bx2 {
          right: 10px;
          left: auto;
          width: 140px;
          height: 140px;
        }
      }

      @media (max-width: 480px) {
        .trv-we-recommend2 .trv-we-rec3-media-main-wrap .trc-we-rec3-circle-bx2 {
          display: none;
        }
      }

      .trv-we-recommend2 .trv-we-rec3-media-main-wrap .trc-we-rec3-circle-bx2 img {
        width: 100%;
        border-radius: 50%;
      }

      .trv-we-recommend2 .trv-we-rec3-media-main-wrap .trc-we-rec3-l-bx {
        max-width: 376px;
        position: relative;
        z-index: 1;
      }

      @media (max-width: 480px) {
        .trv-we-recommend2 .trv-we-rec3-media-main-wrap .trc-we-rec3-l-bx {
          margin: 0px auto;
        }
      }

      .trv-we-recommend2 .trv-we-rec3-media-main-wrap .trc-we-rec3-l-bx:before {
        content: "";
        width: 390px;
        height: 390px;
        position: absolute;
        left: 0px;
        top: 120px;
        background-color: #FFF8EB;
        border-radius: 50%;
        z-index: -1;
      }

      @media (max-width: 480px) {
        .trv-we-recommend2 .trv-we-rec3-media-main-wrap .trc-we-rec3-l-bx:before {
          width: 280px;
          height: 280px;
          left: 50%;
          transform: translateX(-50%);
        }
      }

      .trv-we-recommend2 .trv-we-rec3-media-main-wrap .trc-we-rec3-l-bx img {
        width: 100%;
      }

      .trv-we-rec-mid2-section {
        margin-bottom: 50px;
      }

      .trv-icon-bx-st2 {
        display: flex;
        align-items: center;
        max-width: 416px;
        padding: 15px 40px;
        background: #fff;
        border: 1px solid rgba(41, 137, 145, 0.2);
        border-radius: 20px;
      }

      @media (max-width: 991px) {
        .trv-icon-bx-st2 {
          max-width: 100%;
        }
      }

      @media (max-width: 360px) {
        .trv-icon-bx-st2 {
          padding: 15px;
        }
      }

      .trv-icon-bx-st2 .trv-icon-bx-media {
        background-repeat: no-repeat;
        width: 55px;
        height: 55px;
        min-width: 55px;
        background-size: 100%;
        margin-right: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .trv-icon-bx-st2 .trv-icon-bx-media img {
        max-width: 48px;
        filter: brightness(0) saturate(100%) invert(12%) sepia(96%) saturate(4615%) hue-rotate(176deg) brightness(92%) contrast(95%);
      }

      .trv-icon-bx-st2 .trv-icon-bx-title {
        font-size: 24px;
        color: #066168;
        font-weight: 500;
        margin-bottom: 12px;
      }

      @media (max-width: 400px) {
        .trv-icon-bx-st2 .trv-icon-bx-title {
          font-size: 20px;
        }
      }

      .trv-icon-bx-st2 .p-text {
        margin-bottom: 0px;
      }

      .trv-year-section2 {
        position: absolute;
        right: 0px;
        bottom: 0px;
        width: 90px;
      }

      @media (max-width: 1365px) {
        .trv-year-section2 {
          position: inherit;
          width: auto;
          padding-top: 20px;
        }
      }

      .trv-year-section2 .trv-year-info {
        display: inline-flex;
        align-items: center;
        width: 340px;
        position: absolute;
        left: 0%;
        text-align: left;
        transform: rotate(-90deg);
        transform-origin: 0 0;
        padding-left: 106px;
      }

      @media (max-width: 1365px) {
        .trv-year-section2 .trv-year-info {
          position: inherit;
          padding-left: 0px;
          transform: inherit;
        }
      }

      @media (max-width: 420px) {
        .trv-year-section2 .trv-year-info {
          width: 100%;
        }
      }

      .trv-year-section2 .trv-year-info .numbr {
        font-family: "Figtree", sans-serif;
        font-weight: 900;
        font-size: 83px;
        line-height: 1;
        color: #FFAA0D;
        margin-bottom: 0px;
        text-shadow: 0px 4px 0px #066168;
        margin-right: 15px;
      }

      @media (max-width: 420px) {
        .trv-year-section2 .trv-year-info .numbr {
          font-size: 48px;
        }
      }

      .trv-year-section2 .trv-year-info span {
        font-weight: 900;
        font-size: 28px;
        line-height: 1.2;
        color: #066168;
      }

      @media (max-width: 420px) {
        .trv-year-section2 .trv-year-info span {
          font-size: 20px;
        }
      }

      /* VIDEO WITH ACHIVMENT SECTION START */
      .trv-achivment-section {
        padding: 120px 0px;
        background-color: #DBEEEE;
      }

      @media (max-width: 1024px) {
        .trv-achivment-section {
          padding: 50px 0px;
        }
      }

      .trv-achivment-section .trv-achivment-row {
        position: relative;
        border-radius: 60px;
        overflow: hidden;
      }

      .trv-achivment-section .trv-achivment-row .parallax-section {
        height: 640px;
      }

      .trv-achivment-section .trv-achivment-row .trv-vid-st2 {
        height: 800px;
        opacity: 1;
        background-position: center top;
      }

      @media (max-width: 767px) {
        .trv-achivment-section .trv-achivment-row .trv-vid-st2 {
          background-position: 35%;
        }
      }

      .trv-achivment-section .trv-say-yesbx-wrap {
        position: absolute;
        height: 430px;
        border-radius: 60px;
        border: 10px solid rgba(255, 255, 255, 0.2);
        top: 50px;
        right: 50px;
        left: 50px;
      }

      @media (max-width: 575px) {
        .trv-achivment-section .trv-say-yesbx-wrap {
          top: 20px;
          left: 20px;
          right: 20px;
          border: 6px solid rgba(255, 255, 255, 0.2);
        }
      }

      .trv-achivment-section .trv-say-yesbx {
        max-width: 510px;
        height: 287px;
        background-image: url(../images/say-yes.png);
        background-size: cover;
        width: 100%;
        position: absolute;
        top: 90px;
        right: -20px;
        z-index: 10;
        padding: 80px 10px 10px 130px;
      }

      @media (max-width: 1200px) {
        .trv-achivment-section .trv-say-yesbx {
          max-width: 360px;
          height: 200px;
          padding: 60px 0px 0px 80px;
        }
      }

      @media (max-width: 991px) {
        .trv-achivment-section .trv-say-yesbx {
          top: 0px;
          left: 50%;
          right: auto;
          transform: translateX(-50%);
        }
      }

      @media (max-width: 575px) {
        .trv-achivment-section .trv-say-yesbx {
          background-position: right;
        }
      }

      @media (max-width: 420px) {
        .trv-achivment-section .trv-say-yesbx {
          background-position: right;
          padding: 60px 0px 0px 40px;
        }
      }

      @media (max-width: 400px) {
        .trv-achivment-section .trv-say-yesbx {
          height: 154px;
          padding: 60px 0px 0px 60px;
        }
      }

      .trv-achivment-section .trv-say-yesbx .say-title,
      .trv-achivment-section .trv-say-yesbx .say-title2 {
        font-family: "Kaushan Script", cursive;
        color: #fff;
        font-size: 40px;
        line-height: 1;
      }

      .trv-achivment-section .trv-say-yesbx .say-title span,
      .trv-achivment-section .trv-say-yesbx .say-title2 span {
        font-size: 100px;
        color: #FFAA0D;
      }

      @media (max-width: 1200px) {

        .trv-achivment-section .trv-say-yesbx .say-title span,
        .trv-achivment-section .trv-say-yesbx .say-title2 span {
          font-size: 60px;
        }
      }

      @media (max-width: 480px) {

        .trv-achivment-section .trv-say-yesbx .say-title span,
        .trv-achivment-section .trv-say-yesbx .say-title2 span {
          font-size: 30px;
        }
      }

      @media (max-width: 1200px) {

        .trv-achivment-section .trv-say-yesbx .say-title,
        .trv-achivment-section .trv-say-yesbx .say-title2 {
          font-size: 28px;
        }
      }

      @media (max-width: 400px) {

        .trv-achivment-section .trv-say-yesbx .say-title,
        .trv-achivment-section .trv-say-yesbx .say-title2 {
          font-size: 20px;
        }
      }

      .trv-vid-st2-counter {
        height: 160px;
        padding: 40px 40px 10px 40px;
        position: absolute;
        bottom: 0px;
        z-index: 10;
        right: 0px;
        left: 0px;
        background: rgba(6, 97, 104, 0.62);
        backdrop-filter: blur(5px);
      }

      @media (max-width: 1199px) {
        .trv-vid-st2-counter {
          height: 120px;
          padding: 30px 40px 10px 40px;
        }
      }

      @media (max-width: 1199px) {
        .trv-vid-st2-counter {
          height: auto;
        }
      }

      @media (max-width: 480px) {
        .trv-vid-st2-counter {
          padding: 20px;
        }
      }

      .trv-counter-outer-one {
        display: flex;
      }

      @media (max-width: 400px) {
        .trv-counter-outer-one {
          display: block;
        }
      }

      .trv-counter-outer-one .trv-counter-media {
        width: 50px;
        min-width: 50px;
        margin-right: 30px;
      }

      @media (max-width: 1199px) {
        .trv-counter-outer-one .trv-counter-media {
          width: 30px;
          min-width: 30px;
          margin-right: 15px;
        }
      }

      .trv-counter-outer-one .trv-counter-media img {
        width: 100%;
      }

      .trv-counter-outer-one .trv-icon-content-info .trv-icon-title {
        font-family: "Afacad", sans-serif;
        font-weight: 500;
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
        color: #fff;
      }

      @media (max-width: 1199px) {
        .trv-counter-outer-one .trv-icon-content-info .trv-icon-title {
          font-size: 20px;
          margin-bottom: 10px;
        }
      }

      @media (max-width: 480px) {
        .trv-counter-outer-one .trv-icon-content-info .trv-icon-title {
          font-size: 16px;
        }
      }

      .trv-counter-outer-one .counter-out b {
        font-weight: 900;
        font-size: 42px;
        line-height: 50px;
        line-height: 0.75;
        font-family: "Figtree", sans-serif;
        color: #fff;
      }

      @media (max-width: 1199px) {
        .trv-counter-outer-one .counter-out b {
          font-size: 28px;
          font-weight: 800;
        }
      }

      @media (max-width: 480px) {
        .trv-counter-outer-one .counter-out b {
          font-size: 20px;
        }
      }

      .trv-counter-outer-one .counter {
        font-weight: 900;
        font-size: 42px;
        line-height: 50px;
        line-height: 0.75;
        font-family: "Figtree", sans-serif;
        color: #fff;
      }

      @media (max-width: 1200px) {
        .trv-counter-outer-one .counter {
          font-size: 38px;
        }
      }

      @media (max-width: 1199px) {
        .trv-counter-outer-one .counter {
          font-size: 28px;
          font-weight: 800;
        }
      }

      @media (max-width: 480px) {
        .trv-counter-outer-one .counter {
          font-size: 20px;
        }
      }

      /* VIDEO WITH ACHIVMENT SECTION START */
      .trv-vid-style2-wrap {
        height: 660px;
        overflow: hidden;
        position: relative;
        background-size: cover;
      }

      @media (max-width: 1199px) {
        .trv-vid-style2-wrap {
          height: 500px;
        }
      }

      @media (max-width: 991px) {
        .trv-vid-style2-wrap {
          height: 400px;
        }
      }

      @media (max-width: 767px) {
        .trv-vid-style2-wrap {
          background-position: right;
        }
      }

      .trv-vid-style2-wrap .trv-vid-full {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        max-width: auto;
        object-fit: cover;
        width: 100%;
        height: 100%;
        margin: 0;
        z-index: 0;
      }

      .trv-vid-style2-wrap .video-section {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
      }

      /*Counter Style 2*/
      .trv-counter-outer-two-wrap {
        padding: 40px 40px 10px 40px;
        background-color: #066168;
      }

      @media (max-width: 1440px) {
        .trv-counter-outer-two-wrap {
          padding: 40px 0px 10px;
        }
      }

      @media (max-width: 360px) {
        .trv-counter-outer-two-wrap .col-6 {
          width: 100%;
        }
      }

      .trv-counter-outer-two-wrap .trv-counter-outer-two {
        display: flex;
        border: 1px dashed rgba(255, 255, 255, 0.2);
        padding: 35px;
      }

      @media (max-width: 1365px) {
        .trv-counter-outer-two-wrap .trv-counter-outer-two {
          padding: 20px;
          display: block;
        }
      }

      .trv-counter-outer-two-wrap .trv-counter-outer-two .trv-counter-media {
        width: 50px;
        min-width: 50px;
        margin-right: 30px;
      }

      @media (max-width: 1366px) {
        .trv-counter-outer-two-wrap .trv-counter-outer-two .trv-counter-media {
          margin-right: 20px;
        }
      }

      @media (max-width: 1365px) {
        .trv-counter-outer-two-wrap .trv-counter-outer-two .trv-counter-media {
          margin-right: 0px;
          margin-bottom: 10px;
        }
      }

      .trv-counter-outer-two-wrap .trv-counter-outer-two .trv-counter-media img {
        width: 100%;
      }

      .trv-counter-outer-two-wrap .trv-counter-outer-two .trv-icon-content-info .trv-icon-title {
        font-family: "Afacad", sans-serif;
        font-weight: 500;
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 20px;
        color: #fff;
      }

      @media (max-width: 991px) {
        .trv-counter-outer-two-wrap .trv-counter-outer-two .trv-icon-content-info .trv-icon-title {
          font-size: 16px;
          margin-bottom: 5px;
        }
      }

      .trv-counter-outer-two-wrap .trv-counter-outer-two .counter-out {
        color: #FFAA0D;
      }

      .trv-counter-outer-two-wrap .trv-counter-outer-two .counter-out b {
        font-weight: 900;
        font-size: 42px;
        line-height: 50px;
        line-height: 0.75;
        font-family: "Figtree", sans-serif;
      }

      @media (max-width: 991px) {
        .trv-counter-outer-two-wrap .trv-counter-outer-two .counter-out b {
          font-size: 20px;
        }
      }

      .trv-counter-outer-two-wrap .trv-counter-outer-two .counter {
        font-weight: 900;
        font-size: 42px;
        line-height: 50px;
        line-height: 0.75;
        font-family: "Figtree", sans-serif;
        color: #FFAA0D;
      }

      @media (max-width: 991px) {
        .trv-counter-outer-two-wrap .trv-counter-outer-two .counter {
          font-size: 20px;
        }
      }

      /*Counter Style 3*/
      .trv-counter-outer-three-wrap {
        padding: 80px;
        background-color: #fff;
      }

      @media (max-width: 1024px) {
        .trv-counter-outer-three-wrap {
          padding: 50px 0px 20px 0px;
        }
      }

      .trv-counter-outer-three-wrap .trv-counter-outer-three {
        position: relative;
      }

      @media (max-width: 1024px) {
        .trv-counter-outer-three-wrap .trv-counter-outer-three {
          margin-bottom: 30px;
        }
      }

      .trv-counter-outer-three-wrap .trv-counter-outer-three .trv-counter-media {
        width: 100px;
        min-width: 100px;
        height: 100px;
        background-color: #066168;
        border-radius: 20px;
        display: flex;
        align-items: baseline;
        justify-content: flex-start;
        position: absolute;
        left: 0px;
        top: -50px;
        padding: 15px;
      }

      .trv-counter-outer-three-wrap .trv-counter-outer-three .trv-counter-media img {
        width: 50px;
      }

      @media (max-width: 1024px) {
        .trv-counter-outer-three-wrap .trv-counter-outer-three .trv-counter-media img {
          width: 40px;
        }
      }

      .trv-counter-outer-three-wrap .trv-counter-outer-three .trv-icon-content-info {
        position: relative;
        z-index: 1;
        padding: 35px;
        margin-top: 50px;
        margin-left: 58px;
        background: rgba(6, 97, 104, 0.05);
        border: 7px solid #fff;
        box-shadow: 0px 15px 8px -4px rgba(0, 0, 0, 0.05);
        backdrop-filter: blur(25px);
        border-radius: 30px;
      }

      @media (max-width: 1366px) {
        .trv-counter-outer-three-wrap .trv-counter-outer-three .trv-icon-content-info {
          margin-left: 38px;
        }
      }

      @media (max-width: 360px) {
        .trv-counter-outer-three-wrap .trv-counter-outer-three .trv-icon-content-info {
          text-align: center;
          padding: 20px;
        }
      }

      .trv-counter-outer-three-wrap .trv-counter-outer-three .trv-icon-content-info .trv-icon-title {
        font-family: "Afacad", sans-serif;
        font-weight: 500;
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
        color: #066168;
      }

      .trv-counter-outer-three-wrap .trv-counter-outer-three .counter-out {
        color: #066168;
      }

      .trv-counter-outer-three-wrap .trv-counter-outer-three .counter-out b {
        font-weight: 900;
        font-size: 42px;
        line-height: 50px;
        line-height: 0.75;
        font-family: "Figtree", sans-serif;
      }

      @media (max-width: 1200px) {
        .trv-counter-outer-three-wrap .trv-counter-outer-three .counter-out b {
          font-size: 30px;
        }
      }

      .trv-counter-outer-three-wrap .trv-counter-outer-three .counter {
        font-weight: 900;
        font-size: 42px;
        line-height: 50px;
        line-height: 0.75;
        font-family: "Figtree", sans-serif;
        color: #066168;
      }

      @media (max-width: 1200px) {
        .trv-counter-outer-three-wrap .trv-counter-outer-three .counter {
          font-size: 30px;
        }
      }

      @media (max-width: 991px) {
        .trv-counter-outer-three-wrap .trv-counter-outer-three .counter {
          font-size: 38px;
        }
      }

      @media (max-width: 420px) {
        .trv-counter-outer-three-wrap .trv-counter-outer-three .counter {
          font-size: 28px;
        }
      }

      .trv-counter-outer-three-wrap .row [class*=col-]:nth-child(even) .trv-counter-media {
        background-color: #FFAA0D;
      }

      /*WE OFFER SERVICES SECTION START*/
      .trv-we-off-service {
        background-color: #066168;
        position: relative;
        overflow: hidden;
      }

      .trv-we-off-service:before {
        content: "";
        height: 220px;
        background-color: #EFFFFF;
        bottom: 0px;
        left: 0px;
        right: 0px;
        position: absolute;
        z-index: 0;
      }

      @media (max-width: 1199px) {
        .trv-we-off-service:before {
          height: 190px;
        }
      }

      @media (max-width: 1024px) {
        .trv-we-off-service:before {
          height: 120px;
        }
      }

      .trv-we-off-service .trv-we-off-sevice-row {
        position: relative;
        z-index: 1;
      }

      .trv-we-off-service .trv-we-off-media {
        position: relative;
        z-index: 1;
      }

      @media (max-width: 991px) {
        .trv-we-off-service .trv-we-off-media {
          margin-bottom: 30px;
        }
      }

      .trv-we-off-service .trv-we-off-media .media1 {
        display: block;
        margin-left: 86px;
        padding-bottom: 70px;
        animation: slide-left 3s linear infinite alternate-reverse both;
      }

      @media (max-width: 991px) {
        .trv-we-off-service .trv-we-off-media .media1 {
          margin: 0px auto;
        }
      }

      .trv-we-off-service .trv-we-off-media .media2 {
        position: absolute;
        bottom: 0px;
        left: 0px;
      }

      @media (max-width: 991px) {
        .trv-we-off-service .trv-we-off-media .media2 {
          left: 50%;
          transform: translateX(-50%);
        }
      }

      .trv-we-off-service .trv-we-off-media .img-bg-shade {
        position: absolute;
        width: 400px;
        height: 400px;
        left: 50px;
        top: 200px;
        background: #1DB7BE;
        filter: blur(100px);
        z-index: -1;
        animation: scale-up-center 2s linear infinite alternate-reverse both;
      }

      .trv-we-off-service .trv-we-off-content {
        position: relative;
        z-index: 1;
      }

      .trv-we-off-service .trv-we-off-content .row {
        display: flex;
        justify-content: center;
      }

      .trv-we-off-service .trv-we-off-content .trv-head-title-wrap {
        margin-right: 90px;
      }

      @media (max-width: 991px) {
        .trv-we-off-service .trv-we-off-content .trv-head-title-wrap {
          margin-right: 0px;
        }
      }

      .trv-we-off-service .trv-we-off-content .media1-large {
        border-radius: 200px;
        margin-top: 30px;
        margin-bottom: 30px;
        overflow: hidden;
      }

      .trv-we-off-service .trv-we-off-content .media1-large img {
        width: 100%;
        height: 200px;
        object-fit: cover;
      }

      @media (max-width: 1199px) {
        .trv-we-off-service .trv-we-off-content .media1-large img {
          height: 140px;
        }
      }

      .trv-we-off-service .trv-left-bulding {
        position: absolute;
        left: 0px;
        bottom: 220px;
      }

      .trv-we-off-service .trv-right-sm-plane {
        position: absolute;
        right: 0px;
        top: 0px;
      }

      /*Scale up Animation*/
      .scale-up-center {
        -webkit-animation: scale-up-center 5s linear infinite alternate-reverse both;
        animation: scale-up-center 5s linear infinite alternate-reverse both;
      }

      @keyframes scale-up-center {
        0% {
          -webkit-transform: scale(0.5);
          transform: scale(0.5);
        }

        100% {
          -webkit-transform: scale(1);
          transform: scale(1);
        }
      }

      /*Slide Left Animation*/
      .slide-left {
        -webkit-animation: slide-left 0.5s linear infinite alternate-reverse both;
        animation: slide-left 0.5s linear infinite alternate-reverse both;
      }

      @keyframes slide-left {
        0% {
          -webkit-transform: translateX(0);
          transform: translateX(0);
        }

        100% {
          -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
        }
      }

      /* Service Bx1*/
      .trv-servi-bx1 {
        position: relative;
        text-align: center;
        background-color: #fff;
        margin-left: 12px;
        border-radius: 80px 20px 80px 20px;
        padding: 35px 20px 60px;
      }

      .trv-servi-bx1 .trv-icon span {
        display: inline-block;
        margin-bottom: 30px;
      }

      .trv-servi-bx1 .trv-icon span img {
        max-width: 64px;
        width: 100%;
        display: inline-block;
      }

      .trv-servi-bx1 .trv-icon-content .title {
        margin-bottom: 15px;
      }

      .trv-servi-bx1 .trv-icon-content .p-text {
        margin-bottom: 0px;
      }

      .trv-servi-bx1 .trv-step-corner-bx {
        position: relative;
      }

      .trv-servi-bx1 .trv-step-corner-bx .trv-step-corner {
        position: absolute;
        left: -32px;
        bottom: -60px;
        width: 0;
        height: 0;
        border-bottom: 90px solid #489CF6;
        border-right: 80px solid transparent;
      }

      .trv-servi-bx1 .trv-step-corner-bx .trv-step-corner span {
        font-size: 12px;
        line-height: 6px;
        font-weight: 500;
        display: block;
        color: #fff;
        font-family: "Afacad", sans-serif;
        padding: 48px 10px 0px 10px;
      }

      .trv-servi-bx1 .trv-step-corner-bx .trv-step-corner .number {
        font-size: 24px;
        font-weight: 900;
        color: #fff;
        padding-left: 10px;
      }

      .trv-servi-bx1 .trv-step-corner-bx:after {
        content: "";
        position: absolute;
        left: -32px;
        top: -41px;
        width: 0;
        height: 0;
        border-top: 12px solid transparent;
        border-right: 12px solid #297BD4;
        border-bottom: 12px solid transparent;
      }

      .trv-servi-bx1.trv-servi-bx-clr1 .trv-icon span img {
        filter: brightness(0) saturate(100%) invert(53%) sepia(72%) saturate(1711%) hue-rotate(188deg) brightness(100%) contrast(94%);
      }

      .trv-servi-bx1.trv-servi-bx-clr2 .trv-icon span img {
        filter: brightness(0) saturate(100%) invert(64%) sepia(100%) saturate(1157%) hue-rotate(350deg) brightness(103%) contrast(103%);
      }

      .trv-servi-bx1.trv-servi-bx-clr2 .trv-step-corner-bx .trv-step-corner {
        border-bottom: 90px solid #FFAA0D;
      }

      .trv-servi-bx1.trv-servi-bx-clr2 .trv-step-corner-bx:after {
        border-right: 12px solid #BA7D0A;
      }

      .trv-servi-bx1.trv-servi-bx-clr3 .trv-icon span img {
        filter: brightness(0) saturate(100%) invert(67%) sepia(36%) saturate(2222%) hue-rotate(38deg) brightness(102%) contrast(101%);
      }

      .trv-servi-bx1.trv-servi-bx-clr3 .trv-step-corner-bx {
        position: relative;
      }

      .trv-servi-bx1.trv-servi-bx-clr3 .trv-step-corner-bx .trv-step-corner {
        border-bottom: 90px solid #85D200;
      }

      .trv-servi-bx1.trv-servi-bx-clr3 .trv-step-corner-bx:after {
        border-right: 12px solid #568603;
      }

      /*POPULAR SEARCH DESTINATION START*/
      .trv-popular-search {
        background-color: #FFF8EB;
      }

      .trv-popular-search .trv-pop-search-carousel-bx {
        padding: 40px 0px 5px 0px;
      }

      .tvr-pop-tour {
        text-align: center;
      }

      .tvr-pop-tour .tvr-total-listing {
        font-size: 12px;
        line-height: 14px;
        color: #066168;
        display: inline-flex;
        padding: 6px 10px;
        background-color: #fff;
        border: 1px solid rgba(41, 137, 145, 0.2);
        border-radius: 10px;
      }

      .tvr-pop-tour .tvr-total-listing i {
        padding-right: 4px;
      }

      .tvr-pop-tour .tvr-pop-tour-name {
        font-family: "Kaushan Script", cursive;
        font-size: 40px;
        line-height: 58px;
        color: #FFAA0D;
        transition: 0.5s all ease;
        display: block;
      }

      @media (max-width: 400px) {
        .tvr-pop-tour .tvr-pop-tour-name {
          font-size: 28px;
        }
      }

      .tvr-pop-tour .tvr-pop-tour-name:hover {
        color: #85D200;
      }

      .tvr-large-title-st1 {
        margin-left: 50px;
      }

      @media (max-width: 767px) {
        .tvr-large-title-st1 {
          margin-left: 0px;
          margin-top: 10px;
        }
      }

      .tvr-large-title-st1 .sm-title {
        color: #066168;
        display: block;
        font-family: "Afacad", sans-serif;
        font-weight: 700;
        font-size: 28px;
        margin-bottom: 15px;
      }

      .tvr-large-title-st1 .lg-title {
        font-family: "Figtree", sans-serif;
        margin-bottom: 0px;
        font-style: normal;
        font-weight: 900;
        font-size: 160px;
        line-height: 0.75;
        text-transform: uppercase;
        color: rgba(255, 170, 13, 0.16);
      }

      @media (max-width: 1365px) {
        .tvr-large-title-st1 .lg-title {
          font-size: 120px;
        }
      }

      @media (max-width: 1024px) {
        .tvr-large-title-st1 .lg-title {
          font-size: 90px;
        }
      }

      @media (max-width: 400px) {
        .tvr-large-title-st1 .lg-title {
          font-size: 60px;
        }
      }

      .tvr-pop-search-carousel .owl-item:nth-child(even) .item .tvr-pop-tour-name {
        color: #066168;
      }

      .tvr-pop-search-carousel .owl-item:nth-child(even) .item .tvr-pop-tour-name:hover {
        color: #85D200;
      }

      /*EXPLORE POPULAR TOUR START*/
      .trv-popular-tours {
        background-color: #EFFFFF;
        margin: 0px 60px;
        padding-bottom: 106px;
      }

      @media (max-width: 575px) {
        .trv-popular-tours {
          margin: 0px;
        }
      }

      .trv-tours-st1-carousal .trv-popular-tour-st1 {
        margin: 0px 15px;
      }

      .trv-popular-tour-st1 {
        background-color: #fff;
        border-radius: 30px;
        box-shadow: 0px 18px 18px rgba(0, 106, 114, 0.15);
        height: 100%;
      }

      .trv-popular-tour-st1 .trv-media {
        position: relative;
        overflow: hidden;
        border-radius: 30px 30px 0px 0px;
        height: 420px;
        background: #666;
      }

      @media (max-width: 1199px) {
        .trv-popular-tour-st1 .trv-media {
          height: 320px;
        }
      }

      .trv-popular-tour-st1 .trv-media .trv-tour-duration {
        position: absolute;
        top: 30px;
        left: 0px;
        padding: 10px 20px;
        background-color: #066168;
        color: #fff;
        font-weight: 600;
        font-size: 14px;
        border-radius: 0px 50px 50px 0px;
        display: flex;
        align-items: center;
      }

      .trv-popular-tour-st1 .trv-media .trv-tour-duration i {
        font-size: 20px;
        margin-right: 10px;
      }

      .trv-popular-tour-st1 .trv-media .trv-tour-duration span {
        display: block;
      }

      .trv-popular-tour-st1 .trv-media .trv-tour-title {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        padding: 15px 30px;
        background: rgba(6, 97, 104, 0.3098039216);
        backdrop-filter: blur(7px);
        transition: 0.5s all ease;
      }

      .trv-popular-tour-st1 .trv-media .trv-tour-title .trv-title {
        margin-bottom: 0px;
        font-size: 28px;
        font-weight: 500;
      }

      @media (max-width: 1199px) {
        .trv-popular-tour-st1 .trv-media .trv-tour-title .trv-title {
          font-size: 22px;
        }
      }

      .trv-popular-tour-st1 .trv-media .trv-tour-title .trv-title a {
        color: #fff;
      }

      .trv-popular-tour-st1 .trv-media a {
        height: 100%;
      }

      .trv-popular-tour-st1 .trv-media a img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
      }

      .trv-popular-tour-st1 .trv-content {
        padding: 30px;
      }

      .trv-popular-tour-st1 .trv-content .trv-content-head-section {
        margin-bottom: 30px;
        display: flex;
      }

      @media (max-width: 1199px) {
        .trv-popular-tour-st1 .trv-content .trv-content-head-section {
          display: block;
        }
      }

      .trv-popular-tour-st1 .trv-content .trv-content-head-section .trv-tour-price {
        width: 90px;
      }

      @media (max-width: 1199px) {
        .trv-popular-tour-st1 .trv-content .trv-content-head-section .trv-tour-price {
          width: 100%;
          margin-bottom: 10px;
          display: flex;
          align-items: baseline;
        }
      }

      .trv-popular-tour-st1 .trv-content .trv-content-head-section .trv-tour-price .price {
        color: #FFAA0D;
        font-size: 28px;
        line-height: 1.3;
        font-weight: 900;
        display: block;
      }

      @media (max-width: 1199px) {
        .trv-popular-tour-st1 .trv-content .trv-content-head-section .trv-tour-price .price {
          padding-right: 10px;
        }
      }

      .trv-popular-tour-st1 .trv-content .trv-content-head-section .trv-tour-price .price-duration {
        font-size: 16px;
        display: block;
      }

      .trv-popular-tour-st1 .trv-content .trv-content-head-section .trv-tour-info {
        width: calc(100% - 90px);
        font-size: 20px;
        line-height: 1.3;
        font-family: "Afacad", sans-serif;
        font-weight: 500;
      }

      @media (max-width: 1199px) {
        .trv-popular-tour-st1 .trv-content .trv-content-head-section .trv-tour-info {
          width: 100%;
        }
      }

      .trv-popular-tour-st1 .trv-content .trv-content-head-section .trv-tour-info a {
        color: #066168;
        transition: 0.5s all ease;
      }

      .trv-popular-tour-st1 .trv-content .trv-content-head-section .trv-tour-info a:hover {
        color: #FFAA0D;
      }

      .trv-popular-tour-st1 .trv-content .trv-content-bottom-section {
        display: flex;
        align-items: center;
        justify-content: space-between;
      }

      .trv-review-rating i {
        color: #FFAA0D;
      }

      /*EXPLORE POPULAR TOUR STYLE 2 START*/
      .trv-popular-tours2 {
        background-color: #EFFFFF;
        margin: 0px 60px;
        padding-bottom: 106px;
      }

      @media (max-width: 1366px) {
        .trv-popular-tours2 {
          margin: 0px 24px;
        }
      }

      @media (max-width: 1024px) {
        .trv-popular-tours2 {
          padding-bottom: 36px !important;
        }
      }

      @media (max-width: 480px) {
        .trv-popular-tours2 {
          margin: 0px;
        }
      }

      .trv-popular-tour-st2 {
        overflow: hidden;
        position: relative;
        height: 420px;
        background: #666;
        border-radius: 30px;
        overflow: hidden;
      }

      .trv-popular-tour-st2 .trv-media {
        position: relative;
        overflow: hidden;
        height: 100%;
      }

      .trv-popular-tour-st2 .trv-media .trv-tour-title {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        padding: 15px 30px;
        background: rgba(6, 97, 104, 0.3098039216);
        backdrop-filter: blur(7px);
        transition: 0.5s all ease;
      }

      .trv-popular-tour-st2 .trv-media .trv-tour-title .trv-title {
        margin-bottom: 0px;
        font-size: 28px;
        font-weight: 500;
      }

      @media (max-width: 768px) {
        .trv-popular-tour-st2 .trv-media .trv-tour-title .trv-title {
          font-size: 22px;
        }
      }

      .trv-popular-tour-st2 .trv-media .trv-tour-title .trv-title a {
        color: #fff;
      }

      .trv-popular-tour-st2 .trv-media a {
        height: 100%;
      }

      .trv-popular-tour-st2 .trv-media a img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
      }

      .trv-popular-tour-st2 .trv-content {
        transition: 0.5s all ease;
        opacity: 0;
        transform: translateY(30px) scale(0.9);
        position: absolute;
        top: 20px;
        left: 20px;
        right: 20px;
        bottom: 20px;
        padding: 30px;
        border-radius: 20px;
        box-shadow: 0px 18px 18px rgba(0, 106, 114, 0.15);
        background: rgba(6, 97, 104, 0.68);
        backdrop-filter: blur(5px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
      }

      @media (max-width: 480px) {
        .trv-popular-tour-st2 .trv-content {
          top: 10px;
          left: 10px;
          right: 10px;
          bottom: 10px;
        }
      }

      .trv-popular-tour-st2 .trv-content .trv-content-head-section {
        margin-bottom: 30px;
        display: flex;
        justify-content: space-between;
      }

      @media (max-width: 480px) {
        .trv-popular-tour-st2 .trv-content .trv-content-head-section {
          display: block;
        }
      }

      .trv-popular-tour-st2 .trv-content .trv-content-head-section .trv-tour-duration {
        height: 40px;
        padding: 10px 20px;
        background-color: #066168;
        color: #fff;
        font-weight: 600;
        font-size: 14px;
        border-radius: 0px 50px 50px 0px;
        display: flex;
        margin-left: -30px;
        align-items: center;
      }

      .trv-popular-tour-st2 .trv-content .trv-content-head-section .trv-tour-duration i {
        font-size: 20px;
        margin-right: 10px;
      }

      .trv-popular-tour-st2 .trv-content .trv-content-head-section .trv-tour-duration span {
        display: block;
      }

      .trv-popular-tour-st2 .trv-content .trv-content-head-section .trv-tour-price {
        width: 90px;
        text-align: right;
      }

      @media (max-width: 480px) {
        .trv-popular-tour-st2 .trv-content .trv-content-head-section .trv-tour-price {
          text-align: left;
        }
      }

      .trv-popular-tour-st2 .trv-content .trv-content-head-section .trv-tour-price .price {
        color: #fff;
        font-size: 34px;
        line-height: 1.3;
        font-weight: 900;
        display: block;
      }

      .trv-popular-tour-st2 .trv-content .trv-content-head-section .trv-tour-price .price-duration {
        font-size: 16px;
        display: block;
        color: #fff;
      }

      .trv-popular-tour-st2 .trv-content .trv-content-bottom-section .trv-tour-title2 {
        margin-bottom: 20px;
      }

      .trv-popular-tour-st2 .trv-content .trv-content-bottom-section .trv-tour-title2 .trv-title2 {
        margin-bottom: 0px;
        font-size: 28px;
        font-weight: 500;
        color: #fff;
      }

      @media (max-width: 768px) {
        .trv-popular-tour-st2 .trv-content .trv-content-bottom-section .trv-tour-title2 .trv-title2 {
          font-size: 22px;
        }
      }

      .trv-popular-tour-st2 .trv-content .trv-content-bottom-section .trv-tour-title2 .trv-title2 a {
        color: #fff;
        transition: 0.5s all ease;
      }

      .trv-popular-tour-st2 .trv-content .trv-content-bottom-section .trv-tour-title2 .trv-title2 a:hover {
        color: #FFAA0D;
      }

      .trv-popular-tour-st2 .trv-content .trv-content-bottom-section .trv-content-bottom-column {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
      }

      .trv-popular-tour-st2 .trv-tour-review-count {
        color: #fff;
      }

      .trv-popular-tour-st2:hover .trv-media .trv-tour-title {
        opacity: 0;
      }

      .trv-popular-tour-st2:hover .trv-content {
        opacity: 1;
        transform: translateY(0px) scale(1);
      }

      /*EXPLORE POPULAR TOUR STYLE 2 START*/
      .trv-popular-tours3 {
        background-color: #066168;
        padding-bottom: 106px;
        position: relative;
        z-index: 1;
        overflow: hidden;
      }

      @media (max-width: 1024px) {
        .trv-popular-tours3 {
          padding-top: 50px;
          padding-bottom: 30px;
        }
      }

      .trv-popular-tours3:before {
        background-color: #DBEEEE;
        content: "";
        width: 100%;
        left: 0px;
        top: 0px;
        position: absolute;
        height: 572px;
        z-index: -1;
      }

      @media (max-width: 1024px) {
        .trv-popular-tours3:before {
          height: 501px;
        }
      }

      @media (max-width: 768px) {
        .trv-popular-tours3:before {
          height: 483px;
        }
      }

      @media (max-width: 575px) {
        .trv-popular-tours3:before {
          height: 453px;
        }
      }

      .trv-popular-tour-st3 {
        position: relative;
      }

      .trv-popular-tour-st3 .trv-media {
        position: relative;
        overflow: hidden;
        border-radius: 30px 30px 0px 0px;
        height: 260px;
        background: #666;
      }

      .trv-popular-tour-st3 .trv-media a img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
      }

      .trv-popular-tour-st3 .trv-content {
        transition: 0.5s all ease;
        padding: 20px;
        border-radius: 0px 0px 30px 30px;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        box-shadow: 0px 18px 18px rgba(0, 106, 114, 0.15);
      }

      .trv-popular-tour-st3 .trv-content .trv-title {
        margin-bottom: 10px;
        font-size: 20px;
        font-weight: 500;
      }

      .trv-popular-tour-st3 .trv-content .trv-title a {
        color: #066168;
        transition: 0.5s all ease;
        width: 100%;
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
      }

      .trv-popular-tour-st3 .trv-content .trv-title a:hover {
        color: #FFAA0D;
      }

      .trv-popular-tour-st3 .trv-content .trv-content-head-section {
        margin-bottom: 30px;
        display: flex;
        justify-content: space-between;
      }

      @media (max-width: 360px) {
        .trv-popular-tour-st3 .trv-content .trv-content-head-section {
          margin-bottom: 10px;
        }
      }

      .trv-popular-tour-st3 .trv-content .trv-content-head-section .trv-tour-rating {
        display: flex;
        align-items: center;
      }

      .trv-popular-tour-st3 .trv-content .trv-content-head-section .trv-tour-rating .trv-tour-review-count {
        margin-right: 10px;
      }

      @media (max-width: 360px) {
        .trv-popular-tour-st3 .trv-content .trv-content-head-section .trv-tour-rating .trv-tour-review-count {
          margin-right: 2px;
        }
      }

      .trv-popular-tour-st3 .trv-content .trv-content-head-section .trv-tour-duration {
        color: #066168;
        font-weight: 600;
        font-size: 14px;
        display: flex;
        align-items: center;
      }

      .trv-popular-tour-st3 .trv-content .trv-content-head-section .trv-tour-duration i {
        font-size: 20px;
        margin-right: 10px;
      }

      @media (max-width: 360px) {
        .trv-popular-tour-st3 .trv-content .trv-content-head-section .trv-tour-duration i {
          margin-right: 4px;
        }
      }

      .trv-popular-tour-st3 .trv-content .trv-content-head-section .trv-tour-duration span {
        display: block;
      }

      .trv-popular-tour-st3 .trv-content .trv-tour-price {
        display: flex;
        align-items: center;
      }

      @media (max-width: 360px) {
        .trv-popular-tour-st3 .trv-content .trv-tour-price {
          margin-bottom: 6px;
        }
      }

      .trv-popular-tour-st3 .trv-content .trv-tour-price .price {
        color: #FFAA0D;
        font-size: 28px;
        line-height: 1.3;
        font-weight: 900;
        display: block;
        margin-right: 10px;
      }

      .trv-popular-tour-st3 .trv-content .trv-tour-price .price-duration {
        font-size: 16px;
        display: block;
        color: #066168;
        font-family: "Afacad", sans-serif;
      }

      .trv-popular-tour-st3 .trv-content .trv-content-bottom-section {
        display: flex;
        justify-content: space-between;
      }

      @media (max-width: 360px) {
        .trv-popular-tour-st3 .trv-content .trv-content-bottom-section {
          flex-direction: column-reverse;
        }
      }

      .trv-popular-tour-st3 .trv-tour-review-count {
        color: #066168;
      }

      /*Tour List Style*/
      .trv-popular-tour-list-style1 {
        display: flex;
      }

      @media (max-width: 767px) {
        .trv-popular-tour-list-style1 {
          display: block;
        }
      }

      .trv-popular-tour-list-style1 .trv-media {
        position: relative;
        overflow: hidden;
        border-radius: 30px 0px 0px 30px;
        min-width: 350px;
        width: 350px;
      }

      @media (max-width: 1024px) {
        .trv-popular-tour-list-style1 .trv-media {
          min-width: 280px;
          width: 280px;
        }
      }

      @media (max-width: 767px) {
        .trv-popular-tour-list-style1 .trv-media {
          min-width: 100%;
          width: 100%;
          border-radius: 30px 30px 0px 0px;
        }
      }

      .trv-popular-tour-list-style1 .trv-media a img {
        height: 370px;
        width: 100%;
        object-fit: cover;
        object-position: center;
      }

      @media (max-width: 480px) {
        .trv-popular-tour-list-style1 .trv-media a img {
          height: 260px;
        }
      }

      .trv-popular-tour-list-style1 .trv-tour-duration {
        margin-left: -30px;
        padding: 10px 20px;
        background-color: #066168;
        color: #fff;
        font-weight: 600;
        font-size: 14px;
        border-radius: 0px 50px 50px 0px;
        display: flex;
        align-items: center;
        height: 46px;
      }

      .trv-popular-tour-list-style1 .trv-tour-duration i {
        font-size: 20px;
        margin-right: 10px;
      }

      .trv-popular-tour-list-style1 .trv-tour-duration span {
        display: block;
        white-space: nowrap;
      }

      .trv-popular-tour-list-style1 .trv-title {
        margin-bottom: 20px;
        font-size: 28px;
        font-weight: 500;
      }

      @media (max-width: 575px) {
        .trv-popular-tour-list-style1 .trv-title {
          margin-bottom: 10px;
          font-size: 24px;
        }
      }

      .trv-popular-tour-list-style1 .trv-title a {
        color: #066168;
        transition: 0.5s all ease;
      }

      .trv-popular-tour-list-style1 .trv-title a:hover {
        color: #FFAA0D;
      }

      .trv-popular-tour-list-style1 .trv-media+.trv-content {
        border-radius: 0px 30px 30px 0px;
      }

      @media (max-width: 767px) {
        .trv-popular-tour-list-style1 .trv-media+.trv-content {
          border-radius: 0px 0px 30px 30px;
          justify-content: flex-start;
        }
      }

      .trv-popular-tour-list-style1 .trv-content {
        position: relative;
        background-color: #fff;
        padding: 30px;
        border-radius: 30px;
        box-shadow: 0px 18px 18px rgba(0, 106, 114, 0.15);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
      }

      .trv-popular-tour-list-style1 .trv-content .trv-content-head-section {
        margin-bottom: 0px;
        display: flex;
        justify-content: space-between;
      }

      .trv-popular-tour-list-style1 .trv-content .trv-content-head-section .trv-tour-price {
        width: 90px;
        text-align: right;
      }

      .trv-popular-tour-list-style1 .trv-content .trv-content-head-section .trv-tour-price .price {
        color: #FFAA0D;
        font-size: 28px;
        line-height: 1.3;
        font-weight: 900;
        display: block;
      }

      .trv-popular-tour-list-style1 .trv-content .trv-content-head-section .trv-tour-price .price-duration {
        font-size: 14px;
        display: block;
      }

      @media (max-width: 767px) {
        .trv-popular-tour-list-style1 .trv-content .trv-content-mid-section {
          margin-bottom: 20px;
        }
      }

      .trv-popular-tour-list-style1 .trv-content .trv-content-bottom-section {
        display: flex;
        align-items: center;
        justify-content: space-between;
      }

      .trv-popular-tour-list-style1 p {
        font-family: "Afacad", sans-serif;
        font-weight: 400;
        font-size: 20px;
        line-height: 1.2;
        color: #066168;
        margin-bottom: 0px;
      }

      @media (max-width: 575px) {
        .trv-popular-tour-list-style1 p {
          font-size: 18px;
        }
      }

      /*== tv adventure style 1 start==*/
      .trv-adventure-st1 {
        padding: 120px 0px;
        background-size: cover;
        position: relative;
        text-align: center;
        overflow: hidden;
      }

      @media (max-width: 480px) {
        .trv-adventure-st1 {
          padding: 10px 0px 40px 0px;
        }
      }

      .trv-adventure-st1 .circle-text2 {
        border-radius: 50%;
        display: inline-block;
        margin-bottom: 0px;
      }

      .trv-adventure-st1 .circle-text2 .emblem-wrap {
        background-color: #066168;
        border-radius: 50%;
        width: 220px;
        height: 220px;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      @media (max-width: 480px) {
        .trv-adventure-st1 .circle-text2 .emblem-wrap {
          width: 190px;
          height: 190px;
        }
      }

      .trv-adventure-st1 .circle-text2 .emblem-wrap i {
        margin: 0 auto;
        width: 124px;
        height: 124px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background-color: #0A747C;
      }

      .trv-adventure-st1 .circle-text2 .emblem-wrap i img {
        border-style: none;
        height: auto;
        max-width: 74px;
      }

      .trv-adventure-st1 .circle-text2 .emblem-wrap .emblem {
        font-family: "Figtree", sans-serif;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 10px;
        text-transform: uppercase;
        margin: 0 auto;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        color: #fff;
        animation: spinZ 20s linear infinite;
        text-align: center;
        background-color: transparent;
      }

      @media (max-width: 480px) {
        .trv-adventure-st1 .circle-text2 .emblem-wrap .emblem {
          width: 180px;
          height: 180px;
        }
      }

      .trv-adventure-st1 .adventure-title {
        font-family: "Kaushan Script", cursive;
        font-size: 200px;
        padding: 0px 30px;
        font-weight: 400;
        color: #fff;
        text-shadow: 2px 5px 0px rgba(255, 255, 255, 0.72);
        line-height: 1;
        margin-bottom: 0px;
      }

      @media (max-width: 1200px) {
        .trv-adventure-st1 .adventure-title {
          margin-top: 30px;
          font-size: 120px;
          text-shadow: 2px 3px 0px rgba(255, 255, 255, 0.72);
        }
      }

      @media (max-width: 768px) {
        .trv-adventure-st1 .adventure-title {
          font-size: 80px;
          text-shadow: 2px 0px 0px rgba(255, 255, 255, 0.72);
        }
      }

      @media (max-width: 480px) {
        .trv-adventure-st1 .adventure-title {
          font-size: 40px;
          text-shadow: none;
        }
      }

      .trv-adventure-st1 .adventure-text {
        font-family: "Afacad", sans-serif;
        text-transform: uppercase;
        font-size: 50px;
        line-height: 1.2;
        font-weight: 400;
        color: #fff;
        margin-bottom: 30px;
      }

      @media (max-width: 1200px) {
        .trv-adventure-st1 .adventure-text {
          font-size: 30px;
        }
      }

      @media (max-width: 480px) {
        .trv-adventure-st1 .adventure-text {
          font-size: 22px;
          margin-bottom: 10px;
          margin-top: 10px;
        }
      }

      /*ALL BLOGS SECTION START*/
      .trv-blog-all-style {
        background-color: #DBEEEE;
      }

      @media (max-width: 1024px) {
        .trv-blog-all-style {
          padding-top: 50px;
          padding-bottom: 30px;
        }
      }

      .trv-blog-st1 {
        position: relative;
        display: flex;
        margin-bottom: 30px;
      }

      .trv-blog-st1 .trv-post-media {
        margin-right: 10px;
        position: relative;
        z-index: 1;
        border-radius: 15px;
        overflow: hidden;
        min-width: 100px;
        width: 100px;
        height: 131px;
      }

      @media (max-width: 400px) {
        .trv-blog-st1 .trv-post-media {
          min-width: 80px;
          width: 80px;
          height: 104px;
        }
      }

      .trv-blog-st1 .trv-post-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .trv-blog-st1 .post-date {
        font-family: "Afacad", sans-serif;
        width: 40px;
        height: 40px;
        color: #fff;
        font-size: 14px;
        line-height: 1;
        background-color: #066168;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
        position: absolute;
        right: 10px;
        top: 10px;
      }

      .trv-blog-st1 .post-date span {
        display: block;
        font-size: 20px;
        line-height: 1;
        font-weight: 700;
        color: #fff;
        font-family: "Figtree", sans-serif;
      }

      .trv-blog-st1 .trv-post-info {
        background-color: #fff;
        padding: 25px 20px;
        border-radius: 15px;
        flex: 1;
      }

      .trv-blog-st1 .trv-post-info .post-category {
        font-size: 18px;
        font-weight: 500;
        color: #FFAA0D;
        white-space: nowrap;
        display: table;
        font-family: "Afacad", sans-serif;
        line-height: 1;
        padding-bottom: 15px;
      }

      .trv-blog-st1 .trv-post-info .trv-post-title .post-title {
        margin-bottom: 0px;
      }

      .trv-blog-st1 .trv-post-info .trv-post-title .post-title a {
        transition: 0.5s all ease;
        font-size: 20px;
        font-family: "Afacad", sans-serif;
        font-weight: 500;
        color: #066168;
        display: block;
      }

      .trv-blog-st1 .trv-post-info .trv-post-title .post-title a:hover {
        color: #FFAA0D;
      }

      .trv-blog-st2 {
        position: relative;
        margin-bottom: 30px;
      }

      .trv-blog-st2 .trv-post-media {
        position: relative;
        z-index: 1;
        border-radius: 20px;
        overflow: hidden;
        height: 210px;
        background: #666;
      }

      @media (max-width: 768px) {
        .trv-blog-st2 .trv-post-media {
          height: 340px;
        }
      }

      .trv-blog-st2 .trv-post-media img {
        width: 100%;
        object-fit: cover;
        object-position: center;
      }

      .trv-blog-st2 .post-date {
        font-family: "Afacad", sans-serif;
        width: 40px;
        height: 40px;
        color: #066168;
        font-size: 14px;
        line-height: 1;
        background-color: #DBEEEE;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 1;
      }

      .trv-blog-st2 .post-date span {
        display: block;
        font-size: 20px;
        line-height: 1;
        font-weight: 700;
        color: #066168;
        font-family: "Figtree", sans-serif;
      }

      .trv-blog-st2 .trv-post-info {
        background-color: #fff;
        padding: 25px 20px;
        border-radius: 15px;
        margin: -50px 20px 0px 20px;
        position: relative;
        z-index: 1;
      }

      .trv-blog-st2 .trv-post-info .post-category {
        font-size: 18px;
        font-weight: 500;
        color: #FFAA0D;
        white-space: nowrap;
        display: table;
        font-family: "Afacad", sans-serif;
        line-height: 1;
        padding-bottom: 15px;
      }

      .trv-blog-st2 .trv-post-info .post-category a {
        color: #FFAA0D;
      }

      .trv-blog-st2 .trv-post-info .trv-post-title .post-title {
        margin-bottom: 0px;
      }

      .trv-blog-st2 .trv-post-info .trv-post-title .post-title a {
        transition: 0.5s all ease;
        font-size: 20px;
        font-family: "Afacad", sans-serif;
        font-weight: 500;
        color: #066168;
        display: block;
      }

      .trv-blog-st2 .trv-post-info .trv-post-title .post-title a:hover {
        color: #FFAA0D;
      }

      .trv-blog-style3-section {
        background-color: #066168;
      }

      .trv-blog-st3 {
        position: relative;
        margin-bottom: 30px;
        height: 450px;
        background: #666;
        border-radius: 20px;
        overflow: hidden;
      }

      @media (max-width: 1199px) {
        .trv-blog-st3 {
          height: 390px;
        }
      }

      @media (max-width: 768px) {
        .trv-blog-st3 {
          height: 340px;
        }
      }

      .trv-blog-st3 .trv-post-media {
        position: relative;
        z-index: 1;
        border-radius: 20px;
        overflow: hidden;
        height: 100%;
      }

      .trv-blog-st3 .trv-post-media img {
        width: 100%;
        object-fit: cover;
        object-position: center;
        height: 100%;
      }

      .trv-blog-st3 .post-date {
        font-family: "Afacad", sans-serif;
        width: 80px;
        height: 80px;
        color: #066168;
        font-size: 14px;
        line-height: 1;
        background-color: #DBEEEE;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
        position: absolute;
        text-transform: uppercase;
        right: 10px;
        top: 10px;
        z-index: 1;
      }

      .trv-blog-st3 .post-date span {
        display: block;
        font-size: 36px;
        line-height: 1;
        font-weight: 800;
        color: #066168;
        font-family: "Figtree", sans-serif;
      }

      .trv-blog-st3 .trv-post-info {
        padding: 60px 30px 30px;
        border-radius: 15px;
        position: absolute;
        z-index: 1;
        bottom: 0px;
        left: 0px;
        width: 100%;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.76) 73%);
      }

      .trv-blog-st3 .trv-post-info .post-category {
        font-size: 18px;
        font-weight: 500;
        color: #FFAA0D;
        white-space: nowrap;
        display: table;
        font-family: "Afacad", sans-serif;
        line-height: 1;
        padding-bottom: 15px;
      }

      .trv-blog-st3 .trv-post-info .trv-post-title .post-title {
        margin-bottom: 0px;
      }

      .trv-blog-st3 .trv-post-info .trv-post-title .post-title a {
        transition: 0.5s all ease;
        font-size: 28px;
        font-family: "Afacad", sans-serif;
        font-weight: 500;
        color: #fff;
        display: block;
      }

      .trv-blog-st3 .trv-post-info .trv-post-title .post-title a:hover {
        color: #FFAA0D;
      }

      @media (max-width: 768px) {
        .trv-blog-st3 .trv-post-info .trv-post-title .post-title a {
          font-size: 22px;
        }
      }

      .trv-blog-st3 .trv-post-info p {
        color: rgba(255, 255, 255, 0.65);
      }

      /*Banner Style 1*/
      .ef-follow {
          display: flex;
          align-items: center;
          gap: 14px;
          margin-top: 26px;
          flex-wrap: wrap;
        }

        .ef-follow-label {
          display: flex;
          align-items: center;
          gap: 12px;
          color: #fff;
          font-family: 'Figtree', sans-serif;
          font-size: 13px;
          font-weight: 600;
          letter-spacing: 0.5px;
          text-transform: uppercase;
          white-space: nowrap;
        }

        .ef-follow-label::after {
          content: "";
          width: 30px;
          height: 1px;
          background: rgba(255, 255, 255, 0.5);
          display: block;
        }

        .ef-follow-icons {
          display: flex;
          align-items: center;
          gap: 10px;
        }

        .ef-follow-icons a {
          width: 32px;
          height: 32px;
          border-radius: 50%;
          background: rgba(255, 255, 255, 0.14);
          display: flex;
          align-items: center;
          justify-content: center;
          transition: background 0.2s ease, transform 0.2s ease;
          color: #fff;
          font-size: 13px;
        }

        .ef-follow-icons a:hover {
          background: #ff5722;
          transform: translateY(-2px);
        }
      /* 3 STEP SECTION START */
      .trv-3step-section {
        background-color: #fff;
        padding-top: 120px;
        position: relative;
        overflow: hidden;
      }

      .trv-3step-section .trv-3step-section-left .trv-head-title-wrap {
        max-width: 400px;
      }

      @media (max-width: 767px) {
        .trv-3step-section .trv-3step-section-left .trv-head-title-wrap {
          max-width: inherit;
        }
      }

      .trv-3step-section .trv-3step-section-row {
        position: relative;
        z-index: 1;
        margin-bottom: 120px;
      }

      @media (max-width: 1024px) {
        .trv-3step-section .trv-3step-section-row {
          margin-bottom: 50px;
        }
      }

      .trv-3step-section .trv-yl-shedow-left {
        position: absolute;
        width: 600px;
        height: 550px;
        left: -300px;
        top: 50%;
        background: rgba(255, 170, 13, 0.1);
        filter: blur(100px);
      }

      .trv-3step-section .trv-yl-shedow-right {
        position: absolute;
        width: 600px;
        height: 500px;
        right: -300px;
        top: 50%;
        background: rgba(41, 137, 145, 0.1);
        filter: blur(100px);
      }

      .trv-3step-section .trv-bl-shedow-top {
        position: absolute;
        width: 600px;
        height: 550px;
        left: 50%;
        transform: translateX(-50%);
        top: -200px;
        background: rgba(255, 170, 13, 0.1);
        filter: blur(100px);
      }

      .trv-for-summer-section {
        position: relative;
        z-index: 1;
        padding-top: 90px;
      }

      @media (max-width: 1199px) {
        .trv-for-summer-section {
          max-width: 540px;
          margin: 30px auto 0px;
        }
      }

      .trv-for-summer-section:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 500px;
        height: 500px;
        border-radius: 50%;
        background-color: #FFF8EB;
        z-index: -1;
      }

      .trv-for-summer-section .media-girl {
        margin-right: 80px;
        position: relative;
        z-index: 5;
      }

      .trv-for-summer-section .media-left-ballon {
        width: 68px;
        position: absolute;
        left: 0px;
        bottom: 165px;
        animation: slide-top2 20s linear infinite alternate-reverse;
      }

      .trv-for-summer-section .media-right-ballon {
        width: 128px;
        position: absolute;
        right: 60px;
        top: 10px;
        z-index: 1;
      }

      .trv-for-summer-section .media-cloud1 {
        position: absolute;
        left: 40px;
        top: 100px;
        z-index: 2;
        width: 40%;
        left: -30px;
        top: 160px;
        animation: smooth-up-down 10s linear infinite alternate-reverse both;
      }

      .trv-for-summer-section .media-cloud2 {
        position: absolute;
        right: 0px;
        top: 40px;
        z-index: 3;
        animation: smooth-up-down 5s linear infinite alternate-reverse both;
      }

      .trv-for-summer-section .trv-for-summer-text-wrap {
        position: absolute;
        right: 0px;
        bottom: 0px;
        width: 90px;
      }

      @media (max-width: 575px) {
        .trv-for-summer-section .trv-for-summer-text-wrap {
          position: inherit;
        }
      }

      .trv-for-summer-section .trv-for-summer-text-wrap span {
        color: #066168;
        font-family: "Kaushan Script", cursive;
        font-size: 40px;
        display: flex;
        align-items: baseline;
        position: absolute;
        left: 0%;
        text-align: left;
        transform: rotate(-90deg);
        transform-origin: 0 0;
        padding-left: 50px;
      }

      @media (max-width: 575px) {
        .trv-for-summer-section .trv-for-summer-text-wrap span {
          position: inherit;
          transform: none;
          font-size: 20px;
          padding-right: 10px;
        }
      }

      .trv-for-summer-section .trv-for-summer-text-wrap span b {
        color: #FFAA0D;
        font-size: 98px;
        font-weight: 400;
        line-height: 1;
      }

      @media (max-width: 575px) {
        .trv-for-summer-section .trv-for-summer-text-wrap span b {
          font-size: 38px;
        }
      }

      .trv-3step-section-l-mid {
        display: flex;
      }

      @media (max-width: 767px) {
        .trv-3step-section-l-mid {
          display: block;
        }
      }

      .trv-offer-st1 {
        margin-right: 24px;
        min-width: 246px;
      }

      @media (max-width: 767px) {
        .trv-offer-st1 {
          margin-right: 0px;
          min-width: inherit;
        }
      }

      .trv-offer-st1 .media img {
        width: 236px;
        height: 266px;
        border-radius: 20px;
        object-fit: cover;
        object-position: center;
      }

      @media (max-width: 767px) {
        .trv-offer-st1 .media img {
          width: calc(100% - 12px);
        }
      }

      .trv-offer-st1 .info {
        border-radius: 20px;
        max-width: 236px;
        padding: 60px 20px 20px 20px;
        background-color: #FFAA0D;
        margin-left: 12px;
        margin-top: -44px;
      }

      @media (max-width: 767px) {
        .trv-offer-st1 .info {
          margin-bottom: 30px;
          max-width: inherit;
          text-align: center;
        }
      }

      .trv-offer-st1 .info .sm-title {
        color: #066168;
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        display: block;
        padding-bottom: 10px;
      }

      .trv-offer-st1 .info .ofr-price {
        display: flex;
      }

      @media (max-width: 767px) {
        .trv-offer-st1 .info .ofr-price {
          justify-content: center;
        }
      }

      .trv-offer-st1 .info .lg-title {
        font-style: normal;
        font-weight: 900;
        font-size: 95px;
        line-height: 0.75;
        color: #fff;
        font-family: "Figtree", sans-serif;
        margin-bottom: 0px;
      }

      @media (max-width: 767px) {
        .trv-offer-st1 .info .lg-title {
          font-size: 65px;
        }
      }

      .trv-offer-st1 .info .per-off {
        display: block;
        font-style: normal;
        font-weight: 900;
        font-size: 20px;
        line-height: 24px;
        color: #066168;
        text-transform: uppercase;
      }

      .trv-offer-st1 .info .per-off span {
        display: block;
      }

      .trv-whychoose {
        overflow: hidden;
        border-radius: 0px 0px 100px 100px;
        background-color: #066168;
        padding: 110px 0px 70px 0px;
        background-image: url(../images/w-cho-top.png), url(../images/w-cho-btm.png);
        background-repeat: no-repeat;
        background-position: top left, bottom left;
        display: flex;
        align-items: center;
        justify-content: space-between;
      }

      @media (max-width: 991px) {
        .trv-whychoose {
          display: block;
          padding: 110px 50px 70px 50px;
        }
      }

      @media (max-width: 767px) {
        .trv-whychoose {
          background-image: url(../images/w-cho-btm.png);
          background-position: bottom left;
          padding: 50px 50px 70px 50px;
          border-radius: 50px;
          position: relative;
          background-size: 160%;
        }
      }

      @media (max-width: 420px) {
        .trv-whychoose {
          padding: 50px 20px 50px 20px;
        }
      }

      .trv-whychoose .w-choo-left {
        max-width: 490px;
        margin-left: 180px;
      }

      @media (max-width: 1199px) {
        .trv-whychoose .w-choo-left {
          margin-left: 40px;
        }
      }

      @media (max-width: 991px) {
        .trv-whychoose .w-choo-left {
          margin-left: 0px;
        }
      }

      @media (max-width: 767px) {
        .trv-whychoose .w-choo-left {
          margin-bottom: 30px;
        }
      }

      .trv-whychoose .w-choo-left .w-title {
        font-family: "Kaushan Script", cursive;
        font-size: 40px;
        margin-bottom: 30px;
        color: #fff;
      }

      @media (max-width: 768px) {
        .trv-whychoose .w-choo-left .w-title {
          font-size: 30px;
        }
      }

      .trv-whychoose .w-choo-left .trv-cloumn-list {
        margin-bottom: 15px;
      }

      .trv-whychoose .w-choo-right {
        margin-right: 160px;
        margin-left: auto;
      }

      @media (max-width: 991px) {
        .trv-whychoose .w-choo-right {
          margin-right: 0px;
        }
      }

      .trv-whychoose .w-choo-right .media {
        margin-bottom: 10px;
      }

      @media (max-width: 991px) {
        .trv-whychoose .w-choo-right {
          text-align: center;
        }
      }

      .trv-whychoose .w-choo-right .info .call-us {
        font-weight: 900;
        font-size: 58px;
        line-height: 0.75;
        margin-bottom: 10px;
        text-transform: uppercase;
        color: #fff;
        font-family: "Figtree", sans-serif;
      }

      @media (max-width: 1199px) {
        .trv-whychoose .w-choo-right .info .call-us {
          font-size: 40px;
        }
      }

      .trv-whychoose .w-choo-right .info .num {
        display: block;
        font-weight: 700;
        font-size: 38px;
        line-height: 1.2;
        text-transform: uppercase;
        color: #85D200;
      }

      @media (max-width: 1199px) {
        .trv-whychoose .w-choo-right .info .num {
          font-size: 28px;
        }
      }

      .trv-cloumn-list ul {
        margin-bottom: 0px;
        display: flex;
        color: #fff;
        flex-wrap: wrap;
        list-style: none;
      }

      @media (max-width: 767px) {
        .trv-cloumn-list ul {
          display: block;
        }
      }

      .trv-cloumn-list ul li {
        font-family: "Afacad", sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        color: #fff;
        width: 50%;
        padding-right: 10px;
        display: flex;
        margin-bottom: 20px;
      }

      @media (max-width: 767px) {
        .trv-cloumn-list ul li {
          width: 100%;
        }
      }

      .trv-cloumn-list ul li i {
        width: 30px;
        height: 30px;
        min-width: 30px;
        margin-right: 28px;
        border-radius: 50%;
        background-color: #FFAA0D;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
      }

      .smooth-up-down {
        -webkit-animation: smooth-up-down 20s linear infinite alternate-reverse both;
        animation: smooth-up-down 20s linear infinite alternate-reverse both;
      }

      @-webkit-keyframes smooth-up-down {
        0% {
          -webkit-transform: translateY(0);
          transform: translateY(0);
        }

        100% {
          -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
        }
      }

      @keyframes smooth-up-down {
        0% {
          -webkit-transform: translateY(0);
          transform: translateY(0);
        }

        100% {
          -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
        }
      }

      /*Tour Category SLIDER*/
      .trv-tour-category-section {
        background: url("../uploads/tour-bg-1.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 906px;
        padding: 120px 0 0;
        position: relative;
      }

      @media (max-width: 1024px) {
        .trv-tour-category-section {
          height: auto;
        }
      }

      .trv-tour-category-section:after {
        content: "";
        bottom: 0px;
        left: 0px;
        right: 0px;
        height: 255px;
        position: absolute;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.56) 0%, rgba(255, 255, 255, 0) 90%);
      }

      .trv-tour-category-section #module {
        display: flex;
        align-items: center;
        margin: 0 auto;
        width: 100%;
        max-width: 1480px;
        height: 560px;
        margin-bottom: 65px;
        padding: 0px 30px;
      }

      @media (max-width: 1024px) {
        .trv-tour-category-section #module {
          height: 420px;
        }
      }

      @media (max-width: 991px) {
        .trv-tour-category-section #module {
          display: block;
          height: auto;
          margin-bottom: 0px;
        }
      }

      @media (max-width: 640px) {
        .trv-tour-category-section #module {
          margin-bottom: 30px;
        }
      }

      .trv-tour-category-section #module .trv-feature {
        display: flex;
        justify-content: center;
        align-items: start;
        flex-direction: column;
        flex: 1;
        max-width: 370px;
        margin-right: 120px;
      }

      @media (max-width: 1200px) {
        .trv-tour-category-section #module .trv-feature {
          margin-right: 20px;
        }
      }

      @media (max-width: 991px) {
        .trv-tour-category-section #module .trv-feature {
          margin: 0px auto 30px;
          text-align: center;
          min-height: 250px;
        }
      }

      .trv-tour-category-section #module .trv-feature h2 {
        max-width: 100%;
        position: relative;
        opacity: 0;
        font-family: "Afacad", sans-serif;
        color: #066168;
        font-size: 46px;
        font-weight: 700;
        margin-bottom: 14px;
      }

      @media (max-width: 991px) {
        .trv-tour-category-section #module .trv-feature h2 {
          margin: 0px auto 15px;
        }
      }

      @media (max-width: 768px) {
        .trv-tour-category-section #module .trv-feature h2 {
          font-size: 30px;
        }
      }

      .trv-tour-category-section #module .trv-feature p {
        font-size: 16px;
        position: relative;
        opacity: 0;
        margin-bottom: 45px;
      }

      @media (max-width: 991px) {
        .trv-tour-category-section #module .trv-feature p {
          margin-bottom: 20px;
        }
      }

      .trv-tour-category-section #module .swiper {
        flex: 2;
        padding-left: 30px;
      }

      @media (max-width: 540px) {
        .trv-tour-category-section #module .swiper {
          padding-left: 0px;
        }
      }

      .trv-tour-category-section .trv-tr-cat-carousal-media {
        border-radius: 30px;
        padding: 15px;
        background-color: #fff;
        overflow: hidden;
      }

      .trv-tour-category-section .trv-tr-cat-carousal-media img {
        border-radius: 20px;
        width: 100%;
        height: 450px;
        object-fit: cover;
        object-position: center;
      }

      .trv-tour-category-section .trv-tr-cat-carousal-media .trv-bx-title {
        font-size: 28px;
        font-weight: 500;
        margin-top: 10px;
        margin-bottom: 0px;
      }

      @media (max-width: 768px) {
        .trv-tour-category-section .trv-tr-cat-carousal-media .trv-bx-title {
          font-size: 22px;
        }
      }

      .trv-tour-category-section .trv-tr-cat-carousal-media .trv-bx-title a {
        transition: 0.5s all ease;
        color: #066168;
      }

      .trv-tour-category-section .trv-tr-cat-carousal-media .trv-bx-title a:hover {
        color: #FFAA0D;
      }

      .trv-tour-category-section .swiper-slide {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        rotate: 3deg;
        scale: 0.8;
        transition: all 500ms ease;
        position: relative;
        overflow: hidden;
      }

      .trv-tour-category-section .swiper-slide.swiper-slide-active {
        rotate: 0deg;
        scale: 1;
      }

      .trv-tour-category-section .swiper-slide.swiper-slide-active:before {
        content: "";
        position: absolute;
        top: -25%;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 150%;
        background: #fff;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 10%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 90%);
        animation: shine 1s 150ms forwards;
        rotate: -45deg;
        opacity: 0;
      }

      .trv-tour-category-section .swiper-slide.swiper-slide-last {
        rotate: 0deg;
        position: relative;
        height: 400px;
      }

      @media (max-width: 640px) {
        .trv-tour-category-section .swiper-slide.swiper-slide-last {
          height: auto;
        }
      }

      .trv-tour-category-section .swiper-slide.swiper-slide-last a {
        position: absolute;
        top: 50%;
      }

      .trv-tour-category-section .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
      }

      .trv-tour-category-section .animate-title {
        animation: text-fade-up 1s forwards ease;
      }

      .trv-tour-category-section .animate-description {
        animation: text-fade-up 1s 0.2s forwards ease;
      }

      .trv-tour-category-section .animate-url {
        animation: text-fade-up 1s forwards ease;
      }

      .trv-tour-category-section .animate-away {
        animation: text-fade-away 300ms forwards ease;
      }

      .trv-tour-category-section .swiper-button-prev {
        margin-left: 10px;
      }

      @media (max-width: 991px) {
        .trv-tour-category-section .swiper-button-prev {
          margin-left: 0px;
        }
      }

      @media (max-width: 540px) {
        .trv-tour-category-section .swiper-button-prev {
          margin-left: 10px;
        }
      }

      @media (max-width: 991px) {
        .trv-tour-category-section .site-button {
          margin: 0px auto;
        }
      }

      @keyframes text-fade-up {
        from {
          opacity: 0;
          top: -0.5rem;
        }

        to {
          opacity: 1;
          top: 0;
        }
      }

      @keyframes text-fade-away {
        from {
          opacity: 1;
          top: 0;
        }

        to {
          opacity: 0;
          top: 0;
        }
      }

      @keyframes shine {
        from {
          transform: translateX(-100%);
          opacity: 0;
        }

        to {
          transform: translateX(100%);
          opacity: 0.7;
        }
      }

      @media (width < 992px) {
        #module {
          flex-direction: column;
        }

        #module .swiper {
          flex: 1;
        }
      }

      .trv-btm-title-section {
        position: relative;
        text-align: right;
        z-index: 1;
      }

      .trv-btm-title-section span {
        color: #fff;
        font-family: "Afacad", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 28px;
      }

      @media (max-width: 768px) {
        .trv-btm-title-section span {
          font-weight: 500;
          font-size: 20px;
        }
      }

      .trv-btm-title-section .trv-btm-title-large {
        font-family: "Figtree", sans-serif;
        font-weight: 900;
        font-size: 80px;
        line-height: 1;
        text-transform: uppercase;
        color: #FFAA0D;
        margin-bottom: 0px;
      }

      @media (max-width: 991px) {
        .trv-btm-title-section .trv-btm-title-large {
          font-size: 46px;
        }
      }

      @media (max-width: 768px) {
        .trv-btm-title-section .trv-btm-title-large {
          font-size: 30px;
        }
      }

      .trv-btm-title2-section {
        position: relative;
        text-align: right;
        z-index: 1;
      }

      .trv-btm-title2-section span {
        color: #066168;
        font-family: "Afacad", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 28px;
      }

      @media (max-width: 768px) {
        .trv-btm-title2-section span {
          font-weight: 500;
          font-size: 20px;
        }
      }

      .trv-btm-title2-section .trv-btm-title-large {
        font-family: "Figtree", sans-serif;
        font-weight: 900;
        font-size: 80px;
        line-height: 1;
        text-transform: uppercase;
        color: #FFAA0D;
        margin-bottom: 0px;
      }

      @media (max-width: 991px) {
        .trv-btm-title2-section .trv-btm-title-large {
          font-size: 46px;
        }
      }

      @media (max-width: 768px) {
        .trv-btm-title2-section .trv-btm-title-large {
          font-size: 30px;
        }
      }

      /*Most Favorite Tour*/
      .trv-most-fav-tour-wrap {
        background-color: #DBEEEE;
        padding: 50px;
      }

      @media (max-width: 1366px) {
        .trv-most-fav-tour-wrap {
          padding: 36px;
        }
      }

      @media (max-width: 1199px) {
        .trv-most-fav-tour-wrap {
          padding: 0px;
        }
      }

      .trv-most-fav-tour-wrap .trv-most-fav-tour-mid {
        position: relative;
        background-color: #066168;
        border-radius: 30px;
        overflow: hidden;
      }

      @media (max-width: 1199px) {
        .trv-most-fav-tour-wrap .trv-most-fav-tour-mid {
          border-radius: 0px;
        }
      }

      .trv-most-fav-tour-wrap .trv-most-fav-tour-mid .trv-most-fav-tour-top {
        padding: 100px 20px 75px 20px;
        max-width: 1620px;
        margin: 0px auto;
      }

      @media (max-width: 991px) {
        .trv-most-fav-tour-wrap .trv-most-fav-tour-mid .trv-most-fav-tour-top {
          padding: 50px 30px 30px 30px;
        }
      }

      @media (max-width: 575px) {
        .trv-most-fav-tour-wrap .trv-most-fav-tour-mid .trv-most-fav-tour-top {
          padding: 50px 12px 30px 12px;
        }
      }

      .trv-most-fav-tour-wrap .trv-most-fav-tour-top {
        display: flex;
        align-items: center;
      }

      @media (max-width: 991px) {
        .trv-most-fav-tour-wrap .trv-most-fav-tour-top {
          display: block;
        }
      }

      .trv-most-fav-tour-wrap .trv-most-fav-tour-t-left {
        max-width: 500px;
      }

      .trv-most-fav-tour-wrap .trv-most-fav-tour-t-left .trv-hpy-cus {
        display: flex;
        margin-bottom: 30px;
      }

      .trv-most-fav-tour-wrap .trv-most-fav-tour-t-left .trv-hpy-cus .trv-hpy-cus-count span {
        display: block;
        font-weight: 900;
        font-size: 22px;
        color: #85D200;
      }

      .trv-most-fav-tour-wrap .trv-most-fav-tour-t-left .trv-hpy-cus .trv-hpy-cus-count p {
        margin-bottom: 0px;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 12px;
        color: #fff;
      }

      .trv-most-fav-tour-wrap .trv-most-fav-title {
        padding-left: 100px;
        font-family: "Figtree", sans-serif;
        font-weight: 900;
        font-size: 120px;
        line-height: 1.2;
        text-transform: uppercase;
        color: #fff;
      }

      @media (max-width: 1366px) {
        .trv-most-fav-tour-wrap .trv-most-fav-title {
          font-size: 90px;
        }
      }

      @media (max-width: 1024px) {
        .trv-most-fav-tour-wrap .trv-most-fav-title {
          font-size: 70px;
        }
      }

      @media (max-width: 991px) {
        .trv-most-fav-tour-wrap .trv-most-fav-title {
          padding-left: 0px;
          padding-top: 30px;
        }
      }

      @media (max-width: 768px) {
        .trv-most-fav-tour-wrap .trv-most-fav-title {
          font-size: 48px;
        }
      }

      @media (max-width: 640px) {
        .trv-most-fav-tour-wrap .trv-most-fav-title {
          font-size: 34px;
        }
      }

      .trv-most-fav-tour-wrap .trv-most-fav-title span {
        display: block;
        color: #FFAA0D;
      }

      @media (max-width: 640px) {
        .trv-most-fav-tour-wrap .trv-most-fav-title span {
          display: inline-block;
          padding-right: 5px;
        }
      }

      .trv-most-fav-tour-wrap .trv-most-fav-media {
        position: absolute;
        top: 0px;
        right: 0px;
      }

      @media (max-width: 991px) {
        .trv-most-fav-tour-wrap .trv-most-fav-media {
          width: 35%;
        }
      }

      @media (max-width: 768px) {
        .trv-most-fav-tour-wrap .trv-most-fav-media {
          width: 30%;
        }
      }

      @media (max-width: 767px) {
        .trv-most-fav-tour-wrap .trv-most-fav-media {
          display: none;
        }
      }

      .trv-most-fav-tour-bot {
        padding: 0px 34px 30px;
      }

      @media (max-width: 575px) {
        .trv-most-fav-tour-bot {
          padding: 0px 12px 30px;
        }
      }

      .trv-mf-tour-carousal {
        display: grid;
      }

      .trv-mf-tour-carousal .swiper-wrapper {
        display: flex;
      }

      .trv-mf-tour-carousal .swiper-wrapper .swiper-slide {
        flex: 1;
        transition: 0.5s all ease;
      }

      .trv-mf-tour-carousal .swiper-wrapper .swiper-slide:hover {
        flex: 2;
      }

      .trv-mf-tour-bx1 {
        margin-bottom: 0.5px;
        border: 1px solid rgba(255, 255, 255, 0.4);
        border-radius: 30px;
        padding: 15px;
        transition: 0.5s all ease;
        background-color: #066168;
        height: 100%;
      }

      .trv-mf-tour-bx1 .trv-media {
        height: 348px;
        border-radius: 20px;
        overflow: hidden;
        background: #666;
      }

      .trv-mf-tour-bx1 .trv-media img {
        height: 100%;
        object-fit: cover;
        object-position: center;
        width: 100%;
      }

      .trv-mf-tour-bx1 .trv-title {
        text-align: center;
        font-size: 28px;
        font-weight: 500;
        margin-top: 15px;
        margin-bottom: 5px;
      }

      @media (max-width: 768px) {
        .trv-mf-tour-bx1 .trv-title {
          font-size: 22px;
        }
      }

      .trv-mf-tour-bx1 .trv-title a {
        color: #fff;
        transition: 0.5s all ease;
        margin-bottom: 10px;
        display: block;
      }

      .trv-mf-tour-bx1 .trv-title span {
        display: block;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        font-family: "Figtree", sans-serif;
      }

      .trv-mf-tour-bx1:hover {
        background-color: #DBEEEE;
      }

      .trv-mf-tour-bx1:hover .trv-title a {
        color: #066168;
      }

      .trv-mf-tour-bx1:hover .trv-title span {
        color: #066168;
      }

      /*Search style 1*/
      .trv-search-st1-wrap {
        background-color: #EFFFFF;
        padding: 70px 20px 0px 20px;
      }

      @media (max-width: 1024px) {
        .trv-search-st1-wrap {
          padding: 50px 20px 0px 20px;
        }
      }

      .trv-search-st1 {
        max-width: 1384px;
        margin: 0px auto;
        padding: 7px;
        background-color: #DBEEEE;
        border-radius: 100px;
      }

      @media (max-width: 990px) {
        .trv-search-st1 {
          height: auto;
          border-radius: 20px;
        }
      }

      .trv-search-st1 .trv-search-st1-bg {
        background-color: #fff;
        border-radius: 100px;
        padding: 16px 13px 9px 40px;
      }

      @media (max-width: 990px) {
        .trv-search-st1 .trv-search-st1-bg {
          border-radius: 20px;
          padding: 30px;
        }
      }

      .trv-search-st1 .trv-search-st1-column-wrap {
        display: flex;
        justify-content: space-between;
      }

      @media (max-width: 990px) {
        .trv-search-st1 .trv-search-st1-column-wrap {
          flex-wrap: wrap;
        }
      }

      @media (max-width: 990px) {
        .trv-search-st1 .trv-search-st1-column-last {
          width: 100%;
        }
      }

      .trv-search-st1 .trv-search-st1-search-btn .srch-btn {
        font-size: 28px;
        color: #fff;
        border: none;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        background-color: #066168;
        transition: 0.5s all ease;
      }

      @media (max-width: 990px) {
        .trv-search-st1 .trv-search-st1-search-btn .srch-btn {
          width: 100%;
          border-radius: 10px;
        }
      }

      .trv-search-st1 .trv-search-st1-search-btn .srch-btn:hover {
        color: #066168;
        background-color: #FFAA0D;
      }

      .trv-search-st1 .trv-search-st1-column {
        width: 170px;
      }

      @media (max-width: 990px) {
        .trv-search-st1 .trv-search-st1-column {
          width: 48%;
          margin-bottom: 20px;
          border-bottom: 1px solid #DBEEEE;
        }
      }

      @media (max-width: 575px) {
        .trv-search-st1 .trv-search-st1-column {
          width: 100%;
        }
      }

      .trv-search-st1 .trv-search-st1-column label {
        padding-bottom: 5px;
      }

      .trv-search-st1 .trv-search-st1-column label i {
        display: inline-block;
        margin-right: 20px;
      }

      .trv-search-st1 .trv-search-st1-column label i img {
        height: 20px;
        width: 100%;
      }

      .trv-search-st1 .trv-search-st1-column .form-control {
        background-color: transparent;
        height: 34px;
        padding: 0px;
        font-family: "Afacad", sans-serif;
        font-weight: 700;
        font-size: 20px;
        line-height: 1.2;
        color: #066168;
        background-image: none;
      }

      .trv-search-st1 .trv-search-st1-column .form-control:focus {
        box-shadow: none;
      }

      .trv-search-st1 .trv-search-st1-column .form-control.bootstrap-select>.dropdown-toggle {
        border: none;
        background-color: transparent;
        background-image: none;
        height: 34px;
        padding: 5px 0px 0px 0px;
        font-family: "Afacad", sans-serif;
        font-weight: 700;
        font-size: 20px;
        line-height: 1.2;
        color: #066168;
      }

      .trv-search-st1 .trv-search-st1-column .form-control.bootstrap-select>.dropdown-toggle:after {
        margin-top: 0;
        font-size: 14px;
        color: #9d9d9d;
      }

      @media (max-width: 990px) {
        .trv-search-st1 .trv-search-st1-column .btn-quantity2 {
          max-width: inherit;
          width: auto;
          margin-right: 42px;
          display: flex;
        }
      }

      .trv-search-st1 .input-group-text {
        background-color: transparent;
        border: none;
        color: #9d9d9d;
      }

      .trv-search-st1 input::placeholder {
        color: #066168;
      }

      .btn-quantity2 {
        max-width: 80px;
        width: 100%;
        margin-right: 30px;
        display: inline-block;
      }

      @media (max-width: 420px) {
        .btn-quantity2 {
          max-width: 34px;
        }
      }

      .btn-quantity2 .input-group {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
      }

      .btn-quantity2 .bootstrap-touchspin .input-group-btn-vertical {
        position: relative;
        white-space: nowrap;
        width: 1%;
        display: flex;
      }

      .btn-quantity2 .bootstrap-touchspin .input-group-btn-vertical>.btn {
        float: none;
        position: relative;
        background: none;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #9d9d9d;
        font-size: 20px;
      }

      .btn-quantity2 .bootstrap-touchspin .input-group-btn-vertical>.btn:before {
        display: none;
      }

      .btn-quantity2 .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
        border-radius: 0;
        border-top-right-radius: 0;
      }

      .btn-quantity2 .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
        margin-top: 0px;
        border-radius: 0;
        border-bottom-right-radius: 0;
      }

      .btn-quantity2 .bootstrap-touchspin .input-group-btn-vertical i {
        position: absolute;
        top: 7px;
        left: 7px;
        font-size: 16px;
        font-weight: normal;
        color: #fff;
      }

      /*Banner Style 2*/
      .trv-banner-2-wrap {
        height: 950px;
        position: relative;
       
        background-size: cover;
      }

      @media (max-width: 1366px) {
        .trv-banner-2-wrap {
          height: 768px;
        }
      }

      @media (max-width: 991px) {
        .trv-banner-2-wrap {
          height: auto;
        }
      }

      .trv-banner-2-wrap .trv-banner-2-overlay {
        background-color: rgba(0, 0, 0, 0.2);
        border-radius: 30px;
        margin: 0px 35px 35px 35px;
        top: 35px;
        height: 880px;
        position: relative;
        z-index: 2;
        display: flex;
        justify-content: space-between;
      }

      @media (max-width: 1366px) {
        .trv-banner-2-wrap .trv-banner-2-overlay {
          height: 698px;
        }
      }

      @media (max-width: 991px) {
        .trv-banner-2-wrap .trv-banner-2-overlay {
          height: auto;
          margin: 0px;
          top: 0px;
          border-radius: 0px;
          text-align: center;
        }
      }

      .trv-banner-2-wrap .trv-banner-2-overlay .trv-banner-2-social {
        padding-left: 50px;
        padding-top: 45px;
        color: #fff;
        display: flex;
        align-items: center;
        z-index: 4;
      }

      @media (max-width: 991px) {
        .trv-banner-2-wrap .trv-banner-2-overlay .trv-banner-2-social {
          padding: 30px 0px 30px 0px;
          justify-content: center;
        }
      }

      .trv-banner-2-wrap .trv-banner-2-overlay .trv-banner-2-social span {
        padding-right: 105px;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        position: relative;
        display: inline-block;
      }

      .trv-banner-2-wrap .trv-banner-2-overlay .trv-banner-2-social span:after {
        position: absolute;
        width: 64px;
        height: 1px;
        background-color: #fff;
        content: "";
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
      }

      .trv-banner-2-wrap .trv-banner-2-overlay .trv-banner-2-social ul {
        margin: 0px;
        list-style: none;
        display: flex;
      }

      .trv-banner-2-wrap .trv-banner-2-overlay .trv-banner-2-social ul li a {
        color: #fff;
        font-size: 20px;
        margin-right: 20px;
        transition: 0.5s all ease;
        display: block;
      }

      .trv-banner-2-wrap .trv-banner-2-overlay .trv-banner-2-social ul li a:hover {
        color: #85D200;
        transform: translateY(-5px);
      }

      .trv-banner-2-wrap .trv-banner-2-content-section {
        max-width: 1920px;
        margin: 0px auto;
        position: relative;
        width: 100%;
      }

      .trv-banner-2-wrap .trv-banner-2-text {
        padding-top: 200px;
        padding-left: 70px;
        max-width: 1020px;
      }

      @media (max-width: 1366px) {
        .trv-banner-2-wrap .trv-banner-2-text {
          padding-left: 30px;
          padding-top: 150px;
        }
      }

      @media (max-width: 991px) {
        .trv-banner-2-wrap .trv-banner-2-text {
          padding: 150px 20px 0px;
        }
      }

      .trv-banner-2-wrap .trv-banner-2-text .trv-banner-2-text-mid {
        position: relative;
      }
      

      .trv-banner-2-wrap .trv-banner-2-text .trv-banner-2-text-small {
        font-family: "Kaushan Script", cursive;
        font-size: 48px;
        line-height: 70px;
        color: #fff;
        padding-left: 50px;
        display: block;
      }

      @media (max-width: 1199px) {
        .trv-banner-2-wrap .trv-banner-2-text .trv-banner-2-text-small {
          font-size: 28px;
        }
      }

      @media (max-width: 991px) {
        .trv-banner-2-wrap .trv-banner-2-text .trv-banner-2-text-small {
          padding: 0px;
        }
      }

      .trv-banner-2-wrap .trv-banner-2-text .trv-banner-2-text-large {
        font-family: "Kaushan Script", cursive;
        font-size: 170px;
        color: #fff;
        margin-bottom: 20px;
        position: relative;
        display: inline-block;
        animation: slide-left 5s linear infinite alternate-reverse both;
        text-shadow: 6px 18px 2px rgba(0, 0, 0, 0.2);
      }

      @media (max-width: 1600px) {
        .trv-banner-2-wrap .trv-banner-2-text .trv-banner-2-text-large {
          font-size: 175px;
        }
      }

      @media (max-width: 1366px) {
        .trv-banner-2-wrap .trv-banner-2-text .trv-banner-2-text-large {
          font-size: 110px;
        }
      }

      @media (max-width: 767px) {
        .trv-banner-2-wrap .trv-banner-2-text .trv-banner-2-text-large {
          font-size: 58px;
          text-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
        }
      }

      @media (max-width: 420px) {
        .trv-banner-2-wrap .trv-banner-2-text .trv-banner-2-text-large {
          font-size: 38px;
        }
      }

      .trv-banner-2-wrap .trv-banner-2-text .trv-banner-text-detail {
        font-size: 28px;
        line-height: 30px;
        color: #fff;
        position: relative;
        margin-bottom: 30px;
        font-style: italic;
        padding-left: 50px;
      }

      @media (max-width: 1199px) {
        .trv-banner-2-wrap .trv-banner-2-text .trv-banner-text-detail {
          font-size: 20px;
        }
      }

      @media (max-width: 991px) {
        .trv-banner-2-wrap .trv-banner-2-text .trv-banner-text-detail {
          padding: 0px;
        }
      }

      .trv-banner-2-wrap .trv-banner-2-text .trv-banner-btn {
        margin-bottom: 40px;
        padding-left: 50px;
        position: relative;
        z-index: 4;
      }

      @media (max-width: 991px) {
        .trv-banner-2-wrap .trv-banner-2-text .trv-banner-btn {
          padding: 0px;
        }
      }

      .trv-banner-2-wrap .trv-cloud-1 {
        position: absolute;
        top: 150px;
        width: 100%;
        z-index: 10;
      }

      .trv-banner-2-wrap .trv-cloud-1 img {
        width: auto;
      }

      .trv-banner-2-wrap .trv-cloud-2 {
        position: absolute;
        top: 0px;
        width: 100%;
        z-index: 10;
      }

      .trv-banner-2-wrap .trv-cloud-2 img {
        width: auto;
      }

      .trv-banner-2-wrap .twm-img-bg-circle-area {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        overflow: hidden;
        z-index: -1;
      }

      @media (max-width: 991px) {
        .trv-banner-2-wrap .twm-img-bg-circle-area {
          display: none;
        }
      }

      .trv-banner-2-wrap .twm-img-bg-circle-area .twm-img-bg-circle1-wrap {
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 374px;
        height: 374px;
        left: 50%;
        margin-left: 200px;
      }

      .trv-banner-2-wrap .twm-img-bg-circle-area .twm-img-bg-circle1-wrap .twm-img-bg-circle1 {
        left: 0%;
        position: absolute;
        z-index: 2;
        animation: rotate-center 10s linear infinite both;
      }

      .trv-banner-2-wrap .twm-img-bg-circle-area .twm-img-bg-circle1-wrap .twm-img-bg-circle1 span {
        width: 374px;
        height: 374px;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.3);
        display: block;
        position: relative;
      }

      .trv-banner-2-wrap .twm-img-bg-circle-area .twm-img-bg-circle1-wrap .twm-img-bg-circle1 span:after {
        width: 14px;
        height: 14px;
        background-color: #fff;
        border-radius: 50%;
        content: "";
        position: absolute;
        right: 35px;
        top: 16%;
        z-index: 9;
      }

      .trv-banner-2-wrap .twm-img-bg-circle-area .twm-img-bg-circle2-wrap {
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 574px;
        height: 574px;
        left: 50%;
        margin-left: 200px;
      }

      .trv-banner-2-wrap .twm-img-bg-circle-area .twm-img-bg-circle2-wrap .twm-img-bg-circle2 {
        left: 0px;
        position: absolute;
        z-index: 2;
        animation: rotate-center 10s linear infinite reverse both;
      }

      .trv-banner-2-wrap .twm-img-bg-circle-area .twm-img-bg-circle2-wrap .twm-img-bg-circle2 span {
        width: 574px;
        height: 574px;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.3);
        display: block;
      }

      .trv-banner-2-wrap .twm-img-bg-circle-area .twm-img-bg-circle2-wrap .twm-img-bg-circle2 span:after {
        width: 14px;
        height: 14px;
        background-color: #85D200;
        border-radius: 50%;
        content: "";
        position: absolute;
        right: 75px;
        bottom: 14%;
        z-index: 9;
      }

      .trv-banner-2-wrap .twm-img-bg-circle-area .twm-img-bg-circle3-wrap {
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 774px;
        height: 774px;
        left: 50%;
        margin-left: 200px;
      }

      .trv-banner-2-wrap .twm-img-bg-circle-area .twm-img-bg-circle3-wrap .twm-img-bg-circle3 {
        left: 0px;
        position: absolute;
        z-index: 2;
        animation: rotate-center 10s linear infinite both;
      }

      .trv-banner-2-wrap .twm-img-bg-circle-area .twm-img-bg-circle3-wrap .twm-img-bg-circle3 span {
        width: 774px;
        height: 774px;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.3);
        display: block;
      }

      .trv-banner-2-wrap .twm-img-bg-circle-area .twm-img-bg-circle3-wrap .twm-img-bg-circle3 span:before {
        width: 14px;
        height: 14px;
        background-color: #FFAA0D;
        border-radius: 50%;
        content: "";
        position: absolute;
        left: 3px;
        top: 38%;
        z-index: 9;
      }

      .trv-banner-2-wrap .trv-banner-2-media {
        position: absolute;
        z-index: 12;
        top: 0px;
        right: 0px;
      }

      @media (max-width: 991px) {
        .trv-banner-2-wrap .trv-banner-2-media {
          position: inherit;
        }
      }

      .trv-banner-2-wrap .trv-banner-2-media .media1 {
        position: absolute;
        top: 160px;
        left: -55%;
      }

      @media (max-width: 1600px) {
        .trv-banner-2-wrap .trv-banner-2-media .media1 {
          left: auto;
          width: 55%;
          right: 55%;
        }
      }

      @media (max-width: 1366px) {
        .trv-banner-2-wrap .trv-banner-2-media .media1 {
          right: 40%;
        }
      }

      @media (max-width: 1199px) {
        .trv-banner-2-wrap .trv-banner-2-media .media1 {
          width: 30%;
          right: 30%;
        }
      }

      @media (max-width: 991px) {
        .trv-banner-2-wrap .trv-banner-2-media .media1 {
          display: none;
        }
      }

      .trv-banner-2-wrap .trv-banner-2-media .media2 {
        position: relative;
        top: 160px;
      }

      @media (max-width: 1440px) {
        .trv-banner-2-wrap .trv-banner-2-media .media2 {
          width: 80%;
          margin-left: auto;
          margin-right: 50px;
        }
      }

      @media (max-width: 1366px) {
            .trv-banner-2-wrap .trv-banner-2-media .media2 {
        width: 67%;
        top: 22px;
    }
    .trv-banner-2-wrap .trv-bnr2-offer {
   
   display: none;
    }
      }

      @media (max-width: 1199px) {
        .trv-banner-2-wrap .trv-banner-2-media .media2 {
          width: 50%;
        }
      }

      @media (max-width: 991px) {
        .trv-banner-2-wrap .trv-banner-2-media .media2 {
          display: none;
        }
      }

      .trv-banner-2-wrap .trv-bnr2-offer {
        position: absolute;
        right: 50px;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;
        z-index: 15;
      }

      @media (max-width: 1199px) {
        .trv-banner-2-wrap .trv-bnr2-offer {
          right: 20px;
        }
      }

      @media (max-width: 991px) {
        .trv-banner-2-wrap .trv-bnr2-offer {
          position: inherit;
          right: auto;
          top: auto;
          transform: none;
          padding-bottom: 50px;
        }
      }

      .trv-banner-2-wrap .trv-bnr2-offer span {
        display: block;
      }

      .trv-banner-2-wrap .trv-bnr2-offer .ofr-get-up {
        font-family: "Figtree", sans-serif;
        font-weight: 300;
        font-size: 22px;
        line-height: 26px;
        font-style: italic;
        transform: rotate(-15deg);
      }

      @media (max-width: 1199px) {
        .trv-banner-2-wrap .trv-bnr2-offer .ofr-get-up {
          font-size: 16px;
        }
      }

      .trv-banner-2-wrap .trv-bnr2-offer .ofr-price {
        font-family: "Figtree", sans-serif;
        font-style: italic;
        font-weight: 900;
        font-size: 82px;
        line-height: 0.75;
        transform: rotate(-15deg);
      }

      @media (max-width: 1199px) {
        .trv-banner-2-wrap .trv-bnr2-offer .ofr-price {
          font-size: 50px;
        }
      }

      .trv-banner-2-wrap .trv-bnr2-offer .ofr-discount {
        font-family: "Figtree", sans-serif;
        font-weight: 700;
        font-size: 24px;
        line-height: 24px;
        text-transform: capitalize;
        transform: rotate(-15deg);
        margin-top: -5px;
        margin-left: 30px;
      }

      @media (max-width: 1199px) {
        .trv-banner-2-wrap .trv-bnr2-offer .ofr-discount {
          font-size: 16px;
        }
      }

      @media (max-width: 991px) {
        .trv-banner-2-wrap .trv-search-st2 {
          margin: 0px auto;
          width: 100%;
        }
      }

      @media (max-width: 767px) {
        .trv-banner-2-wrap .trv-search-st2 {
          width: 100%;
        }
      }

      /*Search Style 2*/


      /*== tv step style 2 start==*/
      .trv-step-st2-wrap {
        background-color: #fff;
        position: relative;
        overflow: hidden;
        z-index: 1;
      }

      .trv-step-st2-wrap .trv-left-bag {
        position: absolute;
        left: 0px;
        bottom: 0px;
        z-index: -1;
      }

      @media (max-width: 991px) {
        .trv-step-st2-wrap .trv-left-bag {
          display: none;
        }
      }

      .trv-step-st2-wrap .trv-right-tent {
        position: absolute;
        right: 0px;
        bottom: 0px;
        z-index: -1;
      }

      @media (max-width: 991px) {
        .trv-step-st2-wrap .trv-right-tent {
          display: none;
        }
      }

      .trv-step-st2-bx1 {
        border-radius: 30px;
        background: linear-gradient(to bottom, rgb(83, 164, 192) 45%, rgb(255, 255, 255) 100%);
        padding: 50px 30px 20px 30px;
        margin-bottom: 30px;
      }

      .trv-step-st2-bx1 .trv-icon {
        text-align: center;
        margin-bottom: 20px;
      }

      .trv-step-st2-bx1 .trv-icon .trv-icon-back {
        width: 120px;
        height: 120px;
        background-color: #45869D;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
      }

      .trv-step-st2-bx1 .trv-icon .trv-icon-front {
        width: 90px;
        height: 90px;
        background-color: #fff;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
      }

      .trv-step-st2-bx1 .trv-icon .trv-icon-front img {
        max-width: 48px;
        width: 100%;
        filter: brightness(0) saturate(100%) invert(73%) sepia(22%) saturate(928%) hue-rotate(153deg) brightness(78%) contrast(89%);
      }

      .trv-step-st2-bx1 .trv-content {
        padding-left: 10px;
        padding-right: 10px;
      }

      .trv-step-st2-bx1 .trv-content .trv-title {
        font-size: 28px;
        font-weight: 500;
        font-family: "Afacad", sans-serif;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 15px;
      }

      @media (max-width: 991px) {
        .trv-step-st2-bx1 .trv-content .trv-title {
          font-size: 22px;
        }
      }

      .trv-step-st2-bx1 .trv-content p {
        font-size: 16px;
        font-weight: 400;
        font-family: "Figtree", sans-serif;
        color: #fff;
        line-height: 1.4;
        margin-bottom: 20px;
      }

      .trv-step-st2-bx1 .trv-btm-txt-part {
        display: flex;
        align-items: end;
        justify-content: space-between;
      }

      .trv-step-st2-bx1 .trv-btm-txt-part .media img {
        max-width: 232px;
        width: 100%;
        max-height: 155px;
        height: 100%;
      }

      .trv-step-st2-bx1 .trv-btm-txt-part .bld-num {
        font-family: "Figtree", sans-serif;
        font-size: 76px;
        font-weight: 900;
        color: #fff;
        line-height: 1.2;
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
        margin-left: 30px;
        margin-bottom: 0px;
      }

      .trv-step-st2-bx1.st-blue {
        margin-top: 120px;
      }

      @media (max-width: 1199px) {
        .trv-step-st2-bx1.st-blue {
          margin-top: 0px;
        }
      }

      .trv-step-st2-bx1.st-pink {
        background: linear-gradient(to bottom, rgb(255, 162, 182) 55%, rgb(255, 255, 255) 100%);
        margin-top: 60px;
      }

      @media (max-width: 1199px) {
        .trv-step-st2-bx1.st-pink {
          margin-top: 0px;
        }
      }

      .trv-step-st2-bx1.st-pink .trv-icon .trv-icon-back {
        background-color: #CE8594;
      }

      .trv-step-st2-bx1.st-pink .trv-icon .trv-icon-front img {
        filter: brightness(0) saturate(100%) invert(66%) sepia(47%) saturate(380%) hue-rotate(301deg) brightness(101%) contrast(102%);
      }

      .trv-step-st2-bx1.st-green {
        background: linear-gradient(to bottom, rgb(6, 97, 104) 46%, rgb(255, 255, 255) 100%);
      }

      .trv-step-st2-bx1.st-green .trv-icon .trv-icon-back {
        background-color: #047881;
      }

      .trv-step-st2-bx1.st-green .trv-icon .trv-icon-front img {
        filter: brightness(0) saturate(100%) invert(46%) sepia(28%) saturate(721%) hue-rotate(118deg) brightness(97%) contrast(86%);
      }

      

      *,
      ::after,
      ::before {
        box-sizing: border-box
      }

      @media (prefers-reduced-motion:no-preference) {
        :root {
          scroll-behavior: smooth
        }
      }




      .h1,
      .h2,
      .h3,
      .h4,
      .h5,
      .h6,
      h1,
      h2,
      h3,
      h4,
      h5,
      h6 {
        margin-top: 0;
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2;

      }



      @media (min-width:1200px) {

        .h1,
        h1 {
          font-size: 2.5rem
        }
      }

      .h2,
      h2 {
        font-size: calc(1.325rem + .9vw)
      }

      @media (min-width:1200px) {

        .h2,
        h2 {
          font-size: 2rem
        }
      }

      .h3,
      h3 {
        font-size: calc(1.3rem + .6vw)
      }

      @media (min-width:1200px) {

        .h3,
        h3 {
          font-size: 1.75rem
        }
      }

      .h4,
      h4 {
        font-size: calc(1.275rem + .3vw)
      }

      @media (min-width:1200px) {

        .h4,
        h4 {
          font-size: 1.5rem
        }
      }

      .h5,
      h5 {
        font-size: 1.25rem
      }

      .h6,
      h6 {
        font-size: 1rem
      }

      p {
        margin-top: 0;
        margin-bottom: 1rem
      }

      abbr[title] {
        -webkit-text-decoration: underline dotted;
        text-decoration: underline dotted;
        cursor: help;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none
      }

      address {
        margin-bottom: 1rem;
        font-style: normal;
        line-height: inherit
      }

      ol,
      ul {
        padding-left: 2rem
      }

      dl,
      ol,
      ul {
        margin-top: 0;
        margin-bottom: 1rem
      }

      ol ol,
      ol ul,
      ul ol,
      ul ul {
        margin-bottom: 0
      }

      dt {
        font-weight: 700
      }

      dd {
        margin-bottom: .5rem;
        margin-left: 0
      }

      blockquote {
        margin: 0 0 1rem
      }

      b,
      strong {
        font-weight: bolder
      }

      .small,
      small {
        font-size: .875em
      }

      .mark,
      mark {
        padding: .1875em;
        color: var(--bs-highlight-color);
        background-color: var(--bs-highlight-bg)
      }

      sub,
      sup {
        position: relative;
        font-size: .75em;
        line-height: 0;
        vertical-align: baseline
      }

      sub {
        bottom: -.25em
      }

      sup {
        top: -.5em
      }

      a {
        color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
        text-decoration: underline
      }

      a:hover {
        --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
      }

      a:not([href]):not([class]),
      a:not([href]):not([class]):hover {
        color: inherit;
        text-decoration: none
      }

      code,
      kbd,
      pre,
      samp {
        font-family: var(--bs-font-monospace);
        font-size: 1em
      }

      pre {
        display: block;
        margin-top: 0;
        margin-bottom: 1rem;
        overflow: auto;
        font-size: .875em
      }

      pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal
      }

      code {
        font-size: .875em;
        color: var(--bs-code-color);
        word-wrap: break-word
      }

      a>code {
        color: inherit
      }

      kbd {
        padding: .1875rem .375rem;
        font-size: .875em;
        color: var(--bs-body-bg);
        background-color: var(--bs-body-color);
        border-radius: .25rem
      }

      kbd kbd {
        padding: 0;
        font-size: 1em
      }

      figure {
        margin: 0 0 1rem
      }

      img,
      svg {
        vertical-align: middle
      }

      table {
        caption-side: bottom;
        border-collapse: collapse
      }

      caption {
        padding-top: .5rem;
        padding-bottom: .5rem;
        color: var(--bs-secondary-color);
        text-align: left
      }

      th {
        text-align: inherit;
        text-align: -webkit-match-parent
      }

      tbody,
      td,
      tfoot,
      th,
      thead,
      tr {
        border-color: inherit;
        border-style: solid;
        border-width: 0
      }

      label {
        display: inline-block
      }

      button {
        border-radius: 0
      }

      button:focus:not(:focus-visible) {
        outline: 0
      }

      button,
      input,
      optgroup,
      select,
      textarea {
        margin: 0;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit
      }

      button,
      select {
        text-transform: none
      }

      [role=button] {
        cursor: pointer
      }

      select {
        word-wrap: normal
      }

      select:disabled {
        opacity: 1
      }

      [list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
        display: none !important
      }

      [type=button],
      [type=reset],
      [type=submit],
      button {
        -webkit-appearance: button
      }

      [type=button]:not(:disabled),
      [type=reset]:not(:disabled),
      [type=submit]:not(:disabled),
      button:not(:disabled) {
        cursor: pointer
      }

      ::-moz-focus-inner {
        padding: 0;
        border-style: none
      }

      textarea {
        resize: vertical
      }

      fieldset {
        min-width: 0;
        padding: 0;
        margin: 0;
        border: 0
      }

      legend {
        float: left;
        width: 100%;
        padding: 0;
        margin-bottom: .5rem;
        font-size: calc(1.275rem + .3vw);
        line-height: inherit
      }

      @media (min-width:1200px) {
        legend {
          font-size: 1.5rem
        }
      }

      legend+* {
        clear: left
      }

      ::-webkit-datetime-edit-day-field,
      ::-webkit-datetime-edit-fields-wrapper,
      ::-webkit-datetime-edit-hour-field,
      ::-webkit-datetime-edit-minute,
      ::-webkit-datetime-edit-month-field,
      ::-webkit-datetime-edit-text,
      ::-webkit-datetime-edit-year-field {
        padding: 0
      }

      ::-webkit-inner-spin-button {
        height: auto
      }

      [type=search] {
        -webkit-appearance: textfield;
        outline-offset: -2px
      }

      ::-webkit-search-decoration {
        -webkit-appearance: none
      }

      ::-webkit-color-swatch-wrapper {
        padding: 0
      }

      ::-webkit-file-upload-button {
        font: inherit;
        -webkit-appearance: button
      }

      ::file-selector-button {
        font: inherit;
        -webkit-appearance: button
      }

      output {
        display: inline-block
      }

      iframe {
        border: 0
      }

      summary {
        display: list-item;
        cursor: pointer
      }

      progress {
        vertical-align: baseline
      }

      [hidden] {
        display: none !important
      }

      .lead {
        font-size: 1.25rem;
        font-weight: 300
      }

      .display-1 {
        font-size: calc(1.625rem + 4.5vw);
        font-weight: 300;
        line-height: 1.2
      }

      @media (min-width:1200px) {
        .display-1 {
          font-size: 5rem
        }
      }

      .display-2 {
        font-size: calc(1.575rem + 3.9vw);
        font-weight: 300;
        line-height: 1.2
      }

      @media (min-width:1200px) {
        .display-2 {
          font-size: 4.5rem
        }
      }

      .display-3 {
        font-size: calc(1.525rem + 3.3vw);
        font-weight: 300;
        line-height: 1.2
      }

      @media (min-width:1200px) {
        .display-3 {
          font-size: 4rem
        }
      }

      .display-4 {
        font-size: calc(1.475rem + 2.7vw);
        font-weight: 300;
        line-height: 1.2
      }

      @media (min-width:1200px) {
        .display-4 {
          font-size: 3.5rem
        }
      }

      .display-5 {
        font-size: calc(1.425rem + 2.1vw);
        font-weight: 300;
        line-height: 1.2
      }

      @media (min-width:1200px) {
        .display-5 {
          font-size: 3rem
        }
      }

      .display-6 {
        font-size: calc(1.375rem + 1.5vw);
        font-weight: 300;
        line-height: 1.2
      }

      @media (min-width:1200px) {
        .display-6 {
          font-size: 2.5rem
        }
      }

      .list-unstyled {
        padding-left: 0;
        list-style: none
      }

      .list-inline {
        padding-left: 0;
        list-style: none
      }

      .list-inline-item {
        display: inline-block
      }

      .list-inline-item:not(:last-child) {
        margin-right: .5rem
      }

      .initialism {
        font-size: .875em;
        text-transform: uppercase
      }

      .blockquote {
        margin-bottom: 1rem;
        font-size: 1.25rem
      }

      .blockquote>:last-child {
        margin-bottom: 0
      }

      .blockquote-footer {
        margin-top: -1rem;
        margin-bottom: 1rem;
        font-size: .875em;
        color: #6c757d
      }

      .blockquote-footer::before {
        content: "— "
      }

      .img-fluid {
        max-width: 100%;
        height: auto
      }

      .img-thumbnail {
        padding: .25rem;
        background-color: var(--bs-body-bg);
        border: var(--bs-border-width) solid var(--bs-border-color);
        border-radius: var(--bs-border-radius);
        max-width: 100%;
        height: auto
      }

      .figure {
        display: inline-block
      }

      .figure-img {
        margin-bottom: .5rem;
        line-height: 1
      }

      .figure-caption {
        font-size: .875em;
        color: var(--bs-secondary-color)
      }

      .container,
      .container-fluid,
      .container-lg,
      .container-md,
      .container-sm,
      .container-xl,
      .container-xxl {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-right: auto;
        margin-left: auto
      }

      @media (min-width:576px) {

        .container,
        .container-sm {
          max-width: 540px
        }
      }

      @media (min-width:768px) {

        .container,
        .container-md,
        .container-sm {
          max-width: 720px
        }
      }

      @media (min-width:992px) {

        .container,
        .container-lg,
        .container-md,
        .container-sm {
          max-width: 960px
        }
      }

      @media (min-width:1200px) {

        .container,
        .container-lg,
        .container-md,
        .container-sm,
        .container-xl {
          max-width: 1140px
        }
      }

      @media (min-width:1400px) {

        .container,
        .container-lg,
        .container-md,
        .container-sm,
        .container-xl,
        .container-xxl {
          max-width: 1320px
        }
      }

      :root {
        --bs-breakpoint-xs: 0;
        --bs-breakpoint-sm: 576px;
        --bs-breakpoint-md: 768px;
        --bs-breakpoint-lg: 992px;
        --bs-breakpoint-xl: 1200px;
        --bs-breakpoint-xxl: 1400px
      }

      .row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(-1 * var(--bs-gutter-y));
        margin-right: calc(-.5 * var(--bs-gutter-x));
        margin-left: calc(-.5 * var(--bs-gutter-x))
      }

      .row>* {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-top: var(--bs-gutter-y)
      }

      .col {
        flex: 1 0 0%
      }

      .row-cols-auto>* {
        flex: 0 0 auto;
        width: auto
      }

      .row-cols-1>* {
        flex: 0 0 auto;
        width: 100%
      }

      .row-cols-2>* {
        flex: 0 0 auto;
        width: 50%
      }

      .row-cols-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
      }

      .row-cols-4>* {
        flex: 0 0 auto;
        width: 25%
      }

      .row-cols-5>* {
        flex: 0 0 auto;
        width: 20%
      }

      .row-cols-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
      }

      .col-auto {
        flex: 0 0 auto;
        width: auto
      }

      .col-1 {
        flex: 0 0 auto;
        width: 8.33333333%
      }

      .col-2 {
        flex: 0 0 auto;
        width: 16.66666667%
      }

      .col-3 {
        flex: 0 0 auto;
        width: 25%
      }

      .col-4 {
        flex: 0 0 auto;
        width: 33.33333333%
      }

      .col-5 {
        flex: 0 0 auto;
        width: 41.66666667%
      }

      .col-6 {
        flex: 0 0 auto;
        width: 50%
      }

      .col-7 {
        flex: 0 0 auto;
        width: 58.33333333%
      }

      .col-8 {
        flex: 0 0 auto;
        width: 66.66666667%
      }

      .col-9 {
        flex: 0 0 auto;
        width: 75%
      }

      .col-10 {
        flex: 0 0 auto;
        width: 83.33333333%
      }

      .col-11 {
        flex: 0 0 auto;
        width: 91.66666667%
      }

      .col-12 {
        flex: 0 0 auto;
        width: 100%
      }

      .offset-1 {
        margin-left: 8.33333333%
      }

      .offset-2 {
        margin-left: 16.66666667%
      }

      .offset-3 {
        margin-left: 25%
      }

      .offset-4 {
        margin-left: 33.33333333%
      }

      .offset-5 {
        margin-left: 41.66666667%
      }

      .offset-6 {
        margin-left: 50%
      }

      .offset-7 {
        margin-left: 58.33333333%
      }

      .offset-8 {
        margin-left: 66.66666667%
      }

      .offset-9 {
        margin-left: 75%
      }

      .offset-10 {
        margin-left: 83.33333333%
      }

      .offset-11 {
        margin-left: 91.66666667%
      }

      .g-0,
      .gx-0 {
        --bs-gutter-x: 0
      }

      .g-0,
      .gy-0 {
        --bs-gutter-y: 0
      }

      .g-1,
      .gx-1 {
        --bs-gutter-x: 0.25rem
      }

      .g-1,
      .gy-1 {
        --bs-gutter-y: 0.25rem
      }

      .g-2,
      .gx-2 {
        --bs-gutter-x: 0.5rem
      }

      .g-2,
      .gy-2 {
        --bs-gutter-y: 0.5rem
      }

      .g-3,
      .gx-3 {
        --bs-gutter-x: 1rem
      }

      .g-3,
      .gy-3 {
        --bs-gutter-y: 1rem
      }

      .g-4,
      .gx-4 {
        --bs-gutter-x: 1.5rem
      }

      .g-4,
      .gy-4 {
        --bs-gutter-y: 1.5rem
      }

      .g-5,
      .gx-5 {
        --bs-gutter-x: 3rem
      }

      .g-5,
      .gy-5 {
        --bs-gutter-y: 3rem
      }

      @media (min-width:576px) {
        .col-sm {
          flex: 1 0 0%
        }

        .row-cols-sm-auto>* {
          flex: 0 0 auto;
          width: auto
        }

        .row-cols-sm-1>* {
          flex: 0 0 auto;
          width: 100%
        }

        .row-cols-sm-2>* {
          flex: 0 0 auto;
          width: 50%
        }

        .row-cols-sm-3>* {
          flex: 0 0 auto;
          width: 33.33333333%
        }

        .row-cols-sm-4>* {
          flex: 0 0 auto;
          width: 25%
        }

        .row-cols-sm-5>* {
          flex: 0 0 auto;
          width: 20%
        }

        .row-cols-sm-6>* {
          flex: 0 0 auto;
          width: 16.66666667%
        }

        .col-sm-auto {
          flex: 0 0 auto;
          width: auto
        }

        .col-sm-1 {
          flex: 0 0 auto;
          width: 8.33333333%
        }

        .col-sm-2 {
          flex: 0 0 auto;
          width: 16.66666667%
        }

        .col-sm-3 {
          flex: 0 0 auto;
          width: 25%
        }

        .col-sm-4 {
          flex: 0 0 auto;
          width: 33.33333333%
        }

        .col-sm-5 {
          flex: 0 0 auto;
          width: 41.66666667%
        }

        .col-sm-6 {
          flex: 0 0 auto;
          width: 50%
        }

        .col-sm-7 {
          flex: 0 0 auto;
          width: 58.33333333%
        }

        .col-sm-8 {
          flex: 0 0 auto;
          width: 66.66666667%
        }

        .col-sm-9 {
          flex: 0 0 auto;
          width: 75%
        }

        .col-sm-10 {
          flex: 0 0 auto;
          width: 83.33333333%
        }

        .col-sm-11 {
          flex: 0 0 auto;
          width: 91.66666667%
        }

        .col-sm-12 {
          flex: 0 0 auto;
          width: 100%
        }

        .offset-sm-0 {
          margin-left: 0
        }

        .offset-sm-1 {
          margin-left: 8.33333333%
        }

        .offset-sm-2 {
          margin-left: 16.66666667%
        }

        .offset-sm-3 {
          margin-left: 25%
        }

        .offset-sm-4 {
          margin-left: 33.33333333%
        }

        .offset-sm-5 {
          margin-left: 41.66666667%
        }

        .offset-sm-6 {
          margin-left: 50%
        }

        .offset-sm-7 {
          margin-left: 58.33333333%
        }

        .offset-sm-8 {
          margin-left: 66.66666667%
        }

        .offset-sm-9 {
          margin-left: 75%
        }

        .offset-sm-10 {
          margin-left: 83.33333333%
        }

        .offset-sm-11 {
          margin-left: 91.66666667%
        }

        .g-sm-0,
        .gx-sm-0 {
          --bs-gutter-x: 0
        }

        .g-sm-0,
        .gy-sm-0 {
          --bs-gutter-y: 0
        }

        .g-sm-1,
        .gx-sm-1 {
          --bs-gutter-x: 0.25rem
        }

        .g-sm-1,
        .gy-sm-1 {
          --bs-gutter-y: 0.25rem
        }

        .g-sm-2,
        .gx-sm-2 {
          --bs-gutter-x: 0.5rem
        }

        .g-sm-2,
        .gy-sm-2 {
          --bs-gutter-y: 0.5rem
        }

        .g-sm-3,
        .gx-sm-3 {
          --bs-gutter-x: 1rem
        }

        .g-sm-3,
        .gy-sm-3 {
          --bs-gutter-y: 1rem
        }

        .g-sm-4,
        .gx-sm-4 {
          --bs-gutter-x: 1.5rem
        }

        .g-sm-4,
        .gy-sm-4 {
          --bs-gutter-y: 1.5rem
        }

        .g-sm-5,
        .gx-sm-5 {
          --bs-gutter-x: 3rem
        }

        .g-sm-5,
        .gy-sm-5 {
          --bs-gutter-y: 3rem
        }
      }

      @media (min-width:768px) {
        .col-md {
          flex: 1 0 0%
        }

        .row-cols-md-auto>* {
          flex: 0 0 auto;
          width: auto
        }

        .row-cols-md-1>* {
          flex: 0 0 auto;
          width: 100%
        }

        .row-cols-md-2>* {
          flex: 0 0 auto;
          width: 50%
        }

        .row-cols-md-3>* {
          flex: 0 0 auto;
          width: 33.33333333%
        }

        .row-cols-md-4>* {
          flex: 0 0 auto;
          width: 25%
        }

        .row-cols-md-5>* {
          flex: 0 0 auto;
          width: 20%
        }

        .row-cols-md-6>* {
          flex: 0 0 auto;
          width: 16.66666667%
        }

        .col-md-auto {
          flex: 0 0 auto;
          width: auto
        }

        .col-md-1 {
          flex: 0 0 auto;
          width: 8.33333333%
        }

        .col-md-2 {
          flex: 0 0 auto;
          width: 16.66666667%
        }

        .col-md-3 {
          flex: 0 0 auto;
          width: 25%
        }

        .col-md-4 {
          flex: 0 0 auto;
          width: 33.33333333%
        }

        .col-md-5 {
          flex: 0 0 auto;
          width: 41.66666667%
        }

        .col-md-6 {
          flex: 0 0 auto;
          width: 50%
        }

        .col-md-7 {
          flex: 0 0 auto;
          width: 58.33333333%
        }

        .col-md-8 {
          flex: 0 0 auto;
          width: 66.66666667%
        }

        .col-md-9 {
          flex: 0 0 auto;
          width: 75%
        }

        .col-md-10 {
          flex: 0 0 auto;
          width: 83.33333333%
        }

        .col-md-11 {
          flex: 0 0 auto;
          width: 91.66666667%
        }

        .col-md-12 {
          flex: 0 0 auto;
          width: 100%
        }

        .offset-md-0 {
          margin-left: 0
        }

        .offset-md-1 {
          margin-left: 8.33333333%
        }

        .offset-md-2 {
          margin-left: 16.66666667%
        }

        .offset-md-3 {
          margin-left: 25%
        }

        .offset-md-4 {
          margin-left: 33.33333333%
        }

        .offset-md-5 {
          margin-left: 41.66666667%
        }

        .offset-md-6 {
          margin-left: 50%
        }

        .offset-md-7 {
          margin-left: 58.33333333%
        }

        .offset-md-8 {
          margin-left: 66.66666667%
        }

        .offset-md-9 {
          margin-left: 75%
        }

        .offset-md-10 {
          margin-left: 83.33333333%
        }

        .offset-md-11 {
          margin-left: 91.66666667%
        }

        .g-md-0,
        .gx-md-0 {
          --bs-gutter-x: 0
        }

        .g-md-0,
        .gy-md-0 {
          --bs-gutter-y: 0
        }

        .g-md-1,
        .gx-md-1 {
          --bs-gutter-x: 0.25rem
        }

        .g-md-1,
        .gy-md-1 {
          --bs-gutter-y: 0.25rem
        }

        .g-md-2,
        .gx-md-2 {
          --bs-gutter-x: 0.5rem
        }

        .g-md-2,
        .gy-md-2 {
          --bs-gutter-y: 0.5rem
        }

        .g-md-3,
        .gx-md-3 {
          --bs-gutter-x: 1rem
        }

        .g-md-3,
        .gy-md-3 {
          --bs-gutter-y: 1rem
        }

        .g-md-4,
        .gx-md-4 {
          --bs-gutter-x: 1.5rem
        }

        .g-md-4,
        .gy-md-4 {
          --bs-gutter-y: 1.5rem
        }

        .g-md-5,
        .gx-md-5 {
          --bs-gutter-x: 3rem
        }

        .g-md-5,
        .gy-md-5 {
          --bs-gutter-y: 3rem
        }
      }

      @media (min-width:992px) {
        .col-lg {
          flex: 1 0 0%
        }

        .row-cols-lg-auto>* {
          flex: 0 0 auto;
          width: auto
        }

        .row-cols-lg-1>* {
          flex: 0 0 auto;
          width: 100%
        }

        .row-cols-lg-2>* {
          flex: 0 0 auto;
          width: 50%
        }

        .row-cols-lg-3>* {
          flex: 0 0 auto;
          width: 33.33333333%
        }

        .row-cols-lg-4>* {
          flex: 0 0 auto;
          width: 25%
        }

        .row-cols-lg-5>* {
          flex: 0 0 auto;
          width: 20%
        }

        .row-cols-lg-6>* {
          flex: 0 0 auto;
          width: 16.66666667%
        }

        .col-lg-auto {
          flex: 0 0 auto;
          width: auto
        }

        .col-lg-1 {
          flex: 0 0 auto;
          width: 8.33333333%
        }

        .col-lg-2 {
          flex: 0 0 auto;
          width: 16.66666667%
        }

        .col-lg-3 {
          flex: 0 0 auto;
          width: 25%
        }

        .col-lg-4 {
          flex: 0 0 auto;
          width: 33.33333333%
        }

        .col-lg-5 {
          flex: 0 0 auto;
          width: 41.66666667%
        }

        .col-lg-6 {
          flex: 0 0 auto;
          width: 50%
        }

        .col-lg-7 {
          flex: 0 0 auto;
          width: 58.33333333%
        }

        .col-lg-8 {
          flex: 0 0 auto;
          width: 66.66666667%
        }

        .col-lg-9 {
          flex: 0 0 auto;
          width: 75%
        }

        .col-lg-10 {
          flex: 0 0 auto;
          width: 83.33333333%
        }

        .col-lg-11 {
          flex: 0 0 auto;
          width: 91.66666667%
        }

        .col-lg-12 {
          flex: 0 0 auto;
          width: 100%
        }

        .offset-lg-0 {
          margin-left: 0
        }

        .offset-lg-1 {
          margin-left: 8.33333333%
        }

        .offset-lg-2 {
          margin-left: 16.66666667%
        }

        .offset-lg-3 {
          margin-left: 25%
        }

        .offset-lg-4 {
          margin-left: 33.33333333%
        }

        .offset-lg-5 {
          margin-left: 41.66666667%
        }

        .offset-lg-6 {
          margin-left: 50%
        }

        .offset-lg-7 {
          margin-left: 58.33333333%
        }

        .offset-lg-8 {
          margin-left: 66.66666667%
        }

        .offset-lg-9 {
          margin-left: 75%
        }

        .offset-lg-10 {
          margin-left: 83.33333333%
        }

        .offset-lg-11 {
          margin-left: 91.66666667%
        }

        .g-lg-0,
        .gx-lg-0 {
          --bs-gutter-x: 0
        }

        .g-lg-0,
        .gy-lg-0 {
          --bs-gutter-y: 0
        }

        .g-lg-1,
        .gx-lg-1 {
          --bs-gutter-x: 0.25rem
        }

        .g-lg-1,
        .gy-lg-1 {
          --bs-gutter-y: 0.25rem
        }

        .g-lg-2,
        .gx-lg-2 {
          --bs-gutter-x: 0.5rem
        }

        .g-lg-2,
        .gy-lg-2 {
          --bs-gutter-y: 0.5rem
        }

        .g-lg-3,
        .gx-lg-3 {
          --bs-gutter-x: 1rem
        }

        .g-lg-3,
        .gy-lg-3 {
          --bs-gutter-y: 1rem
        }

        .g-lg-4,
        .gx-lg-4 {
          --bs-gutter-x: 1.5rem
        }

        .g-lg-4,
        .gy-lg-4 {
          --bs-gutter-y: 1.5rem
        }

        .g-lg-5,
        .gx-lg-5 {
          --bs-gutter-x: 3rem
        }

        .g-lg-5,
        .gy-lg-5 {
          --bs-gutter-y: 3rem
        }
      }

      @media (min-width:1200px) {
        .col-xl {
          flex: 1 0 0%
        }

        .row-cols-xl-auto>* {
          flex: 0 0 auto;
          width: auto
        }

        .row-cols-xl-1>* {
          flex: 0 0 auto;
          width: 100%
        }

        .row-cols-xl-2>* {
          flex: 0 0 auto;
          width: 50%
        }

        .row-cols-xl-3>* {
          flex: 0 0 auto;
          width: 33.33333333%
        }

        .row-cols-xl-4>* {
          flex: 0 0 auto;
          width: 25%
        }

        .row-cols-xl-5>* {
          flex: 0 0 auto;
          width: 20%
        }

        .row-cols-xl-6>* {
          flex: 0 0 auto;
          width: 16.66666667%
        }

        .col-xl-auto {
          flex: 0 0 auto;
          width: auto
        }

        .col-xl-1 {
          flex: 0 0 auto;
          width: 8.33333333%
        }

        .col-xl-2 {
          flex: 0 0 auto;
          width: 16.66666667%
        }

        .col-xl-3 {
          flex: 0 0 auto;
          width: 25%
        }

        .col-xl-4 {
          flex: 0 0 auto;
          width: 33.33333333%
        }

        .col-xl-5 {
          flex: 0 0 auto;
          width: 41.66666667%
        }

        .col-xl-6 {
          flex: 0 0 auto;
          width: 50%
        }

        .col-xl-7 {
          flex: 0 0 auto;
          width: 58.33333333%
        }

        .col-xl-8 {
          flex: 0 0 auto;
          width: 66.66666667%
        }

        .col-xl-9 {
          flex: 0 0 auto;
          width: 75%
        }

        .col-xl-10 {
          flex: 0 0 auto;
          width: 83.33333333%
        }

        .col-xl-11 {
          flex: 0 0 auto;
          width: 91.66666667%
        }

        .col-xl-12 {
          flex: 0 0 auto;
          width: 100%
        }

        .offset-xl-0 {
          margin-left: 0
        }

        .offset-xl-1 {
          margin-left: 8.33333333%
        }

        .offset-xl-2 {
          margin-left: 16.66666667%
        }

        .offset-xl-3 {
          margin-left: 25%
        }

        .offset-xl-4 {
          margin-left: 33.33333333%
        }

        .offset-xl-5 {
          margin-left: 41.66666667%
        }

        .offset-xl-6 {
          margin-left: 50%
        }

        .offset-xl-7 {
          margin-left: 58.33333333%
        }

        .offset-xl-8 {
          margin-left: 66.66666667%
        }

        .offset-xl-9 {
          margin-left: 75%
        }

        .offset-xl-10 {
          margin-left: 83.33333333%
        }

        .offset-xl-11 {
          margin-left: 91.66666667%
        }

        .g-xl-0,
        .gx-xl-0 {
          --bs-gutter-x: 0
        }

        .g-xl-0,
        .gy-xl-0 {
          --bs-gutter-y: 0
        }

        .g-xl-1,
        .gx-xl-1 {
          --bs-gutter-x: 0.25rem
        }

        .g-xl-1,
        .gy-xl-1 {
          --bs-gutter-y: 0.25rem
        }

        .g-xl-2,
        .gx-xl-2 {
          --bs-gutter-x: 0.5rem
        }

        .g-xl-2,
        .gy-xl-2 {
          --bs-gutter-y: 0.5rem
        }

        .g-xl-3,
        .gx-xl-3 {
          --bs-gutter-x: 1rem
        }

        .g-xl-3,
        .gy-xl-3 {
          --bs-gutter-y: 1rem
        }

        .g-xl-4,
        .gx-xl-4 {
          --bs-gutter-x: 1.5rem
        }

        .g-xl-4,
        .gy-xl-4 {
          --bs-gutter-y: 1.5rem
        }

        .g-xl-5,
        .gx-xl-5 {
          --bs-gutter-x: 3rem
        }

        .g-xl-5,
        .gy-xl-5 {
          --bs-gutter-y: 3rem
        }
      }

      @media (min-width:1400px) {
        .col-xxl {
          flex: 1 0 0%
        }

        .row-cols-xxl-auto>* {
          flex: 0 0 auto;
          width: auto
        }

        .row-cols-xxl-1>* {
          flex: 0 0 auto;
          width: 100%
        }

        .row-cols-xxl-2>* {
          flex: 0 0 auto;
          width: 50%
        }

        .row-cols-xxl-3>* {
          flex: 0 0 auto;
          width: 33.33333333%
        }

        .row-cols-xxl-4>* {
          flex: 0 0 auto;
          width: 25%
        }

        .row-cols-xxl-5>* {
          flex: 0 0 auto;
          width: 20%
        }

        .row-cols-xxl-6>* {
          flex: 0 0 auto;
          width: 16.66666667%
        }

        .col-xxl-auto {
          flex: 0 0 auto;
          width: auto
        }

        .col-xxl-1 {
          flex: 0 0 auto;
          width: 8.33333333%
        }

        .col-xxl-2 {
          flex: 0 0 auto;
          width: 16.66666667%
        }

        .col-xxl-3 {
          flex: 0 0 auto;
          width: 25%
        }

        .col-xxl-4 {
          flex: 0 0 auto;
          width: 33.33333333%
        }

        .col-xxl-5 {
          flex: 0 0 auto;
          width: 41.66666667%
        }

        .col-xxl-6 {
          flex: 0 0 auto;
          width: 50%
        }

        .col-xxl-7 {
          flex: 0 0 auto;
          width: 58.33333333%
        }

        .col-xxl-8 {
          flex: 0 0 auto;
          width: 66.66666667%
        }

        .col-xxl-9 {
          flex: 0 0 auto;
          width: 75%
        }

        .col-xxl-10 {
          flex: 0 0 auto;
          width: 83.33333333%
        }

        .col-xxl-11 {
          flex: 0 0 auto;
          width: 91.66666667%
        }

        .col-xxl-12 {
          flex: 0 0 auto;
          width: 100%
        }

        .offset-xxl-0 {
          margin-left: 0
        }

        .offset-xxl-1 {
          margin-left: 8.33333333%
        }

        .offset-xxl-2 {
          margin-left: 16.66666667%
        }

        .offset-xxl-3 {
          margin-left: 25%
        }

        .offset-xxl-4 {
          margin-left: 33.33333333%
        }

        .offset-xxl-5 {
          margin-left: 41.66666667%
        }

        .offset-xxl-6 {
          margin-left: 50%
        }

        .offset-xxl-7 {
          margin-left: 58.33333333%
        }

        .offset-xxl-8 {
          margin-left: 66.66666667%
        }

        .offset-xxl-9 {
          margin-left: 75%
        }

        .offset-xxl-10 {
          margin-left: 83.33333333%
        }

        .offset-xxl-11 {
          margin-left: 91.66666667%
        }

        .g-xxl-0,
        .gx-xxl-0 {
          --bs-gutter-x: 0
        }

        .g-xxl-0,
        .gy-xxl-0 {
          --bs-gutter-y: 0
        }

        .g-xxl-1,
        .gx-xxl-1 {
          --bs-gutter-x: 0.25rem
        }

        .g-xxl-1,
        .gy-xxl-1 {
          --bs-gutter-y: 0.25rem
        }

        .g-xxl-2,
        .gx-xxl-2 {
          --bs-gutter-x: 0.5rem
        }

        .g-xxl-2,
        .gy-xxl-2 {
          --bs-gutter-y: 0.5rem
        }

        .g-xxl-3,
        .gx-xxl-3 {
          --bs-gutter-x: 1rem
        }

        .g-xxl-3,
        .gy-xxl-3 {
          --bs-gutter-y: 1rem
        }

        .g-xxl-4,
        .gx-xxl-4 {
          --bs-gutter-x: 1.5rem
        }

        .g-xxl-4,
        .gy-xxl-4 {
          --bs-gutter-y: 1.5rem
        }

        .g-xxl-5,
        .gx-xxl-5 {
          --bs-gutter-x: 3rem
        }

        .g-xxl-5,
        .gy-xxl-5 {
          --bs-gutter-y: 3rem
        }
      }



      @media (prefers-reduced-motion:reduce) {
        .form-range::-webkit-slider-thumb {
          -webkit-transition: none;
          transition: none
        }
      }

      .navbar-toggler:hover {
        text-decoration: none
      }

      .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width)
      }

      .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
        background-image: var(--bs-navbar-toggler-icon-bg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%
      }

      .navbar-nav-scroll {
        max-height: var(--bs-scroll-height, 75vh);
        overflow-y: auto
      }

      @media (min-width:576px) {
        .navbar-expand-sm {
          flex-wrap: nowrap;
          justify-content: flex-start
        }

        .navbar-expand-sm .navbar-nav {
          flex-direction: row
        }

        .navbar-expand-sm .navbar-nav .dropdown-menu {
          position: absolute
        }

        .navbar-expand-sm .navbar-nav .nav-link {
          padding-right: var(--bs-navbar-nav-link-padding-x);
          padding-left: var(--bs-navbar-nav-link-padding-x)
        }

        .navbar-expand-sm .navbar-nav-scroll {
          overflow: visible
        }

        .navbar-expand-sm .navbar-collapse {
          display: flex !important;
          flex-basis: auto
        }

        .navbar-expand-sm .navbar-toggler {
          display: none
        }

        .navbar-expand-sm .offcanvas {
          position: static;
          z-index: auto;
          flex-grow: 1;
          width: auto !important;
          height: auto !important;
          visibility: visible !important;
          background-color: transparent !important;
          border: 0 !important;
          transform: none !important;
          transition: none
        }

        .navbar-expand-sm .offcanvas .offcanvas-header {
          display: none
        }

        .navbar-expand-sm .offcanvas .offcanvas-body {
          display: flex;
          flex-grow: 0;
          padding: 0;
          overflow-y: visible
        }
      }

      @media (min-width:768px) {
        .navbar-expand-md {
          flex-wrap: nowrap;
          justify-content: flex-start
        }

        .navbar-expand-md .navbar-nav {
          flex-direction: row
        }

        .navbar-expand-md .navbar-nav .dropdown-menu {
          position: absolute
        }

        .navbar-expand-md .navbar-nav .nav-link {
          padding-right: var(--bs-navbar-nav-link-padding-x);
          padding-left: var(--bs-navbar-nav-link-padding-x)
        }

        .navbar-expand-md .navbar-nav-scroll {
          overflow: visible
        }

        .navbar-expand-md .navbar-collapse {
          display: flex !important;
          flex-basis: auto
        }

        .navbar-expand-md .navbar-toggler {
          display: none
        }

        .navbar-expand-md .offcanvas {
          position: static;
          z-index: auto;
          flex-grow: 1;
          width: auto !important;
          height: auto !important;
          visibility: visible !important;
          background-color: transparent !important;
          border: 0 !important;
          transform: none !important;
          transition: none
        }

        .navbar-expand-md .offcanvas .offcanvas-header {
          display: none
        }

        .navbar-expand-md .offcanvas .offcanvas-body {
          display: flex;
          flex-grow: 0;
          padding: 0;
          overflow-y: visible
        }
      }

      @media (min-width:992px) {
        .navbar-expand-lg {
          flex-wrap: nowrap;
          justify-content: flex-start
        }

        .navbar-expand-lg .navbar-nav {
          flex-direction: row
        }

        .navbar-expand-lg .navbar-nav .dropdown-menu {
          position: absolute
        }

        .navbar-expand-lg .navbar-nav .nav-link {
          padding-right: var(--bs-navbar-nav-link-padding-x);
          padding-left: var(--bs-navbar-nav-link-padding-x)
        }

        .navbar-expand-lg .navbar-nav-scroll {
          overflow: visible
        }

        .navbar-expand-lg .navbar-collapse {
          display: flex !important;
          flex-basis: auto
        }

        .navbar-expand-lg .navbar-toggler {
          display: none
        }

        .navbar-expand-lg .offcanvas {
          position: static;
          z-index: auto;
          flex-grow: 1;
          width: auto !important;
          height: auto !important;
          visibility: visible !important;
          background-color: transparent !important;
          border: 0 !important;
          transform: none !important;
          transition: none
        }

        .navbar-expand-lg .offcanvas .offcanvas-header {
          display: none
        }

        .navbar-expand-lg .offcanvas .offcanvas-body {
          display: flex;
          flex-grow: 0;
          padding: 0;
          overflow-y: visible
        }
      }

      @media (min-width:1200px) {
        .navbar-expand-xl {
          flex-wrap: nowrap;
          justify-content: flex-start
        }

        .navbar-expand-xl .navbar-nav {
          flex-direction: row
        }

        .navbar-expand-xl .navbar-nav .dropdown-menu {
          position: absolute
        }

        .navbar-expand-xl .navbar-nav .nav-link {
          padding-right: var(--bs-navbar-nav-link-padding-x);
          padding-left: var(--bs-navbar-nav-link-padding-x)
        }

        .navbar-expand-xl .navbar-nav-scroll {
          overflow: visible
        }

        .navbar-expand-xl .navbar-collapse {
          display: flex !important;
          flex-basis: auto
        }

        .navbar-expand-xl .navbar-toggler {
          display: none
        }

        .navbar-expand-xl .offcanvas {
          position: static;
          z-index: auto;
          flex-grow: 1;
          width: auto !important;
          height: auto !important;
          visibility: visible !important;
          background-color: transparent !important;
          border: 0 !important;
          transform: none !important;
          transition: none
        }

        .navbar-expand-xl .offcanvas .offcanvas-header {
          display: none
        }

        .navbar-expand-xl .offcanvas .offcanvas-body {
          display: flex;
          flex-grow: 0;
          padding: 0;
          overflow-y: visible
        }
      }

      @media (min-width:1400px) {
        .navbar-expand-xxl {
          flex-wrap: nowrap;
          justify-content: flex-start
        }

        .navbar-expand-xxl .navbar-nav {
          flex-direction: row
        }

        .navbar-expand-xxl .navbar-nav .dropdown-menu {
          position: absolute
        }

        .navbar-expand-xxl .navbar-nav .nav-link {
          padding-right: var(--bs-navbar-nav-link-padding-x);
          padding-left: var(--bs-navbar-nav-link-padding-x)
        }

        .navbar-expand-xxl .navbar-nav-scroll {
          overflow: visible
        }

        .navbar-expand-xxl .navbar-collapse {
          display: flex !important;
          flex-basis: auto
        }

        .navbar-expand-xxl .navbar-toggler {
          display: none
        }

        .navbar-expand-xxl .offcanvas {
          position: static;
          z-index: auto;
          flex-grow: 1;
          width: auto !important;
          height: auto !important;
          visibility: visible !important;
          background-color: transparent !important;
          border: 0 !important;
          transform: none !important;
          transition: none
        }

        .navbar-expand-xxl .offcanvas .offcanvas-header {
          display: none
        }

        .navbar-expand-xxl .offcanvas .offcanvas-body {
          display: flex;
          flex-grow: 0;
          padding: 0;
          overflow-y: visible
        }
      }

      .navbar-expand {
        flex-wrap: nowrap;
        justify-content: flex-start
      }

      .navbar-expand .navbar-nav {
        flex-direction: row
      }

      .navbar-expand .navbar-nav .dropdown-menu {
        position: absolute
      }

      .navbar-expand .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
      }

      .navbar-expand .navbar-nav-scroll {
        overflow: visible
      }

      .navbar-expand .navbar-collapse {
        display: flex !important;
        flex-basis: auto
      }

      .navbar-expand .navbar-toggler {
        display: none
      }

      .navbar-expand .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
      }

      .navbar-expand .offcanvas .offcanvas-header {
        display: none
      }

      .navbar-expand .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
      }

      .navbar-dark,
      .navbar[data-bs-theme=dark] {
        --bs-navbar-color: rgba(255, 255, 255, 0.55);
        --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
        --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
        --bs-navbar-active-color: #fff;
        --bs-navbar-brand-color: #fff;
        --bs-navbar-brand-hover-color: #fff;
        --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
        --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
      }

      [data-bs-theme=dark] .navbar-toggler-icon {
        --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
      }

      .card {
        --bs-card-spacer-y: 1rem;
        --bs-card-spacer-x: 1rem;
        --bs-card-title-spacer-y: 0.5rem;
        --bs-card-title-color: ;
        --bs-card-subtitle-color: ;
        --bs-card-border-width: var(--bs-border-width);
        --bs-card-border-color: var(--bs-border-color-translucent);
        --bs-card-border-radius: var(--bs-border-radius);
        --bs-card-box-shadow: ;
        --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
        --bs-card-cap-padding-y: 0.5rem;
        --bs-card-cap-padding-x: 1rem;
        --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
        --bs-card-cap-color: ;
        --bs-card-height: ;
        --bs-card-color: ;
        --bs-card-bg: var(--bs-body-bg);
        --bs-card-img-overlay-padding: 1rem;
        --bs-card-group-margin: 0.75rem;
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        height: var(--bs-card-height);
        color: var(--bs-body-color);
        word-wrap: break-word;
        background-color: var(--bs-card-bg);
        background-clip: border-box;
        border: var(--bs-card-border-width) solid var(--bs-card-border-color);
        border-radius: var(--bs-card-border-radius)
      }

      .card>hr {
        margin-right: 0;
        margin-left: 0
      }

      .card>.list-group {
        border-top: inherit;
        border-bottom: inherit
      }

      .card>.list-group:first-child {
        border-top-width: 0;
        border-top-left-radius: var(--bs-card-inner-border-radius);
        border-top-right-radius: var(--bs-card-inner-border-radius)
      }

      .card>.list-group:last-child {
        border-bottom-width: 0;
        border-bottom-right-radius: var(--bs-card-inner-border-radius);
        border-bottom-left-radius: var(--bs-card-inner-border-radius)
      }

      .card>.card-header+.list-group,
      .card>.list-group+.card-footer {
        border-top: 0
      }

      .card-body {
        flex: 1 1 auto;
        padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
        color: var(--bs-card-color)
      }

      .card-title {
        margin-bottom: var(--bs-card-title-spacer-y);
        color: var(--bs-card-title-color)
      }

      .card-subtitle {
        margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
        margin-bottom: 0;
        color: var(--bs-card-subtitle-color)
      }

      .card-text:last-child {
        margin-bottom: 0
      }

      .card-link+.card-link {
        margin-left: var(--bs-card-spacer-x)
      }

      .card-header {
        padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
        margin-bottom: 0;
        color: var(--bs-card-cap-color);
        background-color: var(--bs-card-cap-bg);
        border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color)
      }

      .card-header:first-child {
        border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0
      }

      .card-footer {
        padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
        color: var(--bs-card-cap-color);
        background-color: var(--bs-card-cap-bg);
        border-top: var(--bs-card-border-width) solid var(--bs-card-border-color)
      }

      .card-footer:last-child {
        border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)
      }

      .card-header-tabs {
        margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
        margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
        margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
        border-bottom: 0
      }

      .card-header-tabs .nav-link.active {
        background-color: var(--bs-card-bg);
        border-bottom-color: var(--bs-card-bg)
      }

      .card-header-pills {
        margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
        margin-left: calc(-.5 * var(--bs-card-cap-padding-x))
      }

      .card-img-overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: var(--bs-card-img-overlay-padding);
        border-radius: var(--bs-card-inner-border-radius)
      }

      .card-img,
      .card-img-bottom,
      .card-img-top {
        width: 100%
      }

      .card-img,
      .card-img-top {
        border-top-left-radius: var(--bs-card-inner-border-radius);
        border-top-right-radius: var(--bs-card-inner-border-radius)
      }

      .card-img,
      .card-img-bottom {
        border-bottom-right-radius: var(--bs-card-inner-border-radius);
        border-bottom-left-radius: var(--bs-card-inner-border-radius)
      }

      .card-group>.card {
        margin-bottom: var(--bs-card-group-margin)
      }

      @media (min-width:576px) {
        .card-group {
          display: flex;
          flex-flow: row wrap
        }

        .card-group>.card {
          flex: 1 0 0%;
          margin-bottom: 0
        }

        .card-group>.card+.card {
          margin-left: 0;
          border-left: 0
        }

        .card-group>.card:not(:last-child) {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0
        }

        .card-group>.card:not(:last-child) .card-header,
        .card-group>.card:not(:last-child) .card-img-top {
          border-top-right-radius: 0
        }

        .card-group>.card:not(:last-child) .card-footer,
        .card-group>.card:not(:last-child) .card-img-bottom {
          border-bottom-right-radius: 0
        }

        .card-group>.card:not(:first-child) {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0
        }

        .card-group>.card:not(:first-child) .card-header,
        .card-group>.card:not(:first-child) .card-img-top {
          border-top-left-radius: 0
        }

        .card-group>.card:not(:first-child) .card-footer,
        .card-group>.card:not(:first-child) .card-img-bottom {
          border-bottom-left-radius: 0
        }
      }

      .accordion {
        --bs-accordion-color: var(--bs-body-color);
        --bs-accordion-bg: var(--bs-body-bg);
        --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
        --bs-accordion-border-color: var(--bs-border-color);
        --bs-accordion-border-width: var(--bs-border-width);
        --bs-accordion-border-radius: var(--bs-border-radius);
        --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
        --bs-accordion-btn-padding-x: 1.25rem;
        --bs-accordion-btn-padding-y: 1rem;
        --bs-accordion-btn-color: var(--bs-body-color);
        --bs-accordion-btn-bg: var(--bs-accordion-bg);
        --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
        --bs-accordion-btn-icon-width: 1.25rem;
        --bs-accordion-btn-icon-transform: rotate(-180deg);
        --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
        --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
        --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
        --bs-accordion-body-padding-x: 1.25rem;
        --bs-accordion-body-padding-y: 1rem;
        --bs-accordion-active-color: var(--bs-primary-text-emphasis);
        --bs-accordion-active-bg: var(--bs-primary-bg-subtle)
      }

      .accordion-button {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
        font-size: 1rem;
        color: var(--bs-accordion-btn-color);
        text-align: left;
        background-color: var(--bs-accordion-btn-bg);
        border: 0;
        border-radius: 0;
        overflow-anchor: none;
        transition: var(--bs-accordion-transition)
      }

      @media (prefers-reduced-motion:reduce) {
        .accordion-button {
          transition: none
        }
      }

      .accordion-button:not(.collapsed) {
        color: var(--bs-accordion-active-color);
        background-color: var(--bs-accordion-active-bg);
        box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)
      }

      .accordion-button:not(.collapsed)::after {
        background-image: var(--bs-accordion-btn-active-icon);
        transform: var(--bs-accordion-btn-icon-transform)
      }

      .accordion-button::after {
        flex-shrink: 0;
        width: var(--bs-accordion-btn-icon-width);
        height: var(--bs-accordion-btn-icon-width);
        margin-left: auto;
        content: "";
        background-image: var(--bs-accordion-btn-icon);
        background-repeat: no-repeat;
        background-size: var(--bs-accordion-btn-icon-width);
        transition: var(--bs-accordion-btn-icon-transition)
      }

      @media (prefers-reduced-motion:reduce) {
        .accordion-button::after {
          transition: none
        }
      }

      .accordion-button:hover {
        z-index: 2
      }

      .accordion-button:focus {
        z-index: 3;
        outline: 0;
        box-shadow: var(--bs-accordion-btn-focus-box-shadow)
      }

      .accordion-header {
        margin-bottom: 0
      }

      .accordion-item {
        color: var(--bs-accordion-color);
        background-color: var(--bs-accordion-bg);
        border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
      }

      .accordion-item:first-of-type {
        border-top-left-radius: var(--bs-accordion-border-radius);
        border-top-right-radius: var(--bs-accordion-border-radius)
      }

      .accordion-item:first-of-type>.accordion-header .accordion-button {
        border-top-left-radius: var(--bs-accordion-inner-border-radius);
        border-top-right-radius: var(--bs-accordion-inner-border-radius)
      }

      .accordion-item:not(:first-of-type) {
        border-top: 0
      }

      .accordion-item:last-of-type {
        border-bottom-right-radius: var(--bs-accordion-border-radius);
        border-bottom-left-radius: var(--bs-accordion-border-radius)
      }

      .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
        border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
        border-bottom-left-radius: var(--bs-accordion-inner-border-radius)
      }

      .accordion-item:last-of-type>.accordion-collapse {
        border-bottom-right-radius: var(--bs-accordion-border-radius);
        border-bottom-left-radius: var(--bs-accordion-border-radius)
      }

      .accordion-body {
        padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
      }

      .accordion-flush>.accordion-item {
        border-right: 0;
        border-left: 0;
        border-radius: 0
      }

      .accordion-flush>.accordion-item:first-child {
        border-top: 0
      }

      .accordion-flush>.accordion-item:last-child {
        border-bottom: 0
      }

      .accordion-flush>.accordion-item>.accordion-header .accordion-button,
      .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
        border-radius: 0
      }

      .accordion-flush>.accordion-item>.accordion-collapse {
        border-radius: 0
      }

      [data-bs-theme=dark] .accordion-button::after {
        --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
      }

      .breadcrumb {
        --bs-breadcrumb-padding-x: 0;
        --bs-breadcrumb-padding-y: 0;
        --bs-breadcrumb-margin-bottom: 1rem;
        --bs-breadcrumb-bg: ;
        --bs-breadcrumb-border-radius: ;
        --bs-breadcrumb-divider-color: var(--bs-secondary-color);
        --bs-breadcrumb-item-padding-x: 0.5rem;
        --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
        display: flex;
        flex-wrap: wrap;
        padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
        margin-bottom: var(--bs-breadcrumb-margin-bottom);
        font-size: var(--bs-breadcrumb-font-size);
        list-style: none;
        background-color: var(--bs-breadcrumb-bg);
        border-radius: var(--bs-breadcrumb-border-radius)
      }

      .breadcrumb-item+.breadcrumb-item {
        padding-left: var(--bs-breadcrumb-item-padding-x)
      }

      .breadcrumb-item+.breadcrumb-item::before {
        float: left;
        padding-right: var(--bs-breadcrumb-item-padding-x);
        color: var(--bs-breadcrumb-divider-color);
        content: var(--bs-breadcrumb-divider, "/")
      }

      .breadcrumb-item.active {
        color: var(--bs-breadcrumb-item-active-color)
      }

      .pagination {
        --bs-pagination-padding-x: 0.75rem;
        --bs-pagination-padding-y: 0.375rem;
        --bs-pagination-font-size: 1rem;
        --bs-pagination-color: var(--bs-link-color);
        --bs-pagination-bg: var(--bs-body-bg);
        --bs-pagination-border-width: var(--bs-border-width);
        --bs-pagination-border-color: var(--bs-border-color);
        --bs-pagination-border-radius: var(--bs-border-radius);
        --bs-pagination-hover-color: var(--bs-link-hover-color);
        --bs-pagination-hover-bg: var(--bs-tertiary-bg);
        --bs-pagination-hover-border-color: var(--bs-border-color);
        --bs-pagination-focus-color: var(--bs-link-hover-color);
        --bs-pagination-focus-bg: var(--bs-secondary-bg);
        --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
        --bs-pagination-active-color: #fff;
        --bs-pagination-active-bg: #0d6efd;
        --bs-pagination-active-border-color: #0d6efd;
        --bs-pagination-disabled-color: var(--bs-secondary-color);
        --bs-pagination-disabled-bg: var(--bs-secondary-bg);
        --bs-pagination-disabled-border-color: var(--bs-border-color);
        display: flex;
        padding-left: 0;
        list-style: none
      }

      .page-link {
        position: relative;
        display: block;
        padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
        font-size: var(--bs-pagination-font-size);
        color: var(--bs-pagination-color);
        text-decoration: none;
        background-color: var(--bs-pagination-bg);
        border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
      }

      @media (prefers-reduced-motion:reduce) {
        .page-link {
          transition: none
        }
      }

      .page-link:hover {
        z-index: 2;
        color: var(--bs-pagination-hover-color);
        background-color: var(--bs-pagination-hover-bg);
        border-color: var(--bs-pagination-hover-border-color)
      }

      .page-link:focus {
        z-index: 3;
        color: var(--bs-pagination-focus-color);
        background-color: var(--bs-pagination-focus-bg);
        outline: 0;
        box-shadow: var(--bs-pagination-focus-box-shadow)
      }

      .active>.page-link,
      .page-link.active {
        z-index: 3;
        color: var(--bs-pagination-active-color);
        background-color: var(--bs-pagination-active-bg);
        border-color: var(--bs-pagination-active-border-color)
      }

      .disabled>.page-link,
      .page-link.disabled {
        color: var(--bs-pagination-disabled-color);
        pointer-events: none;
        background-color: var(--bs-pagination-disabled-bg);
        border-color: var(--bs-pagination-disabled-border-color)
      }

      .page-item:not(:first-child) .page-link {
        margin-left: calc(var(--bs-border-width) * -1)
      }

      .page-item:first-child .page-link {
        border-top-left-radius: var(--bs-pagination-border-radius);
        border-bottom-left-radius: var(--bs-pagination-border-radius)
      }

      .page-item:last-child .page-link {
        border-top-right-radius: var(--bs-pagination-border-radius);
        border-bottom-right-radius: var(--bs-pagination-border-radius)
      }

      .pagination-lg {
        --bs-pagination-padding-x: 1.5rem;
        --bs-pagination-padding-y: 0.75rem;
        --bs-pagination-font-size: 1.25rem;
        --bs-pagination-border-radius: var(--bs-border-radius-lg)
      }

      .pagination-sm {
        --bs-pagination-padding-x: 0.5rem;
        --bs-pagination-padding-y: 0.25rem;
        --bs-pagination-font-size: 0.875rem;
        --bs-pagination-border-radius: var(--bs-border-radius-sm)
      }

      .badge {
        --bs-badge-padding-x: 0.65em;
        --bs-badge-padding-y: 0.35em;
        --bs-badge-font-size: 0.75em;
        --bs-badge-font-weight: 700;
        --bs-badge-color: #fff;
        --bs-badge-border-radius: var(--bs-border-radius);
        display: inline-block;
        padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
        font-size: var(--bs-badge-font-size);
        font-weight: var(--bs-badge-font-weight);
        line-height: 1;
        color: var(--bs-badge-color);
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: var(--bs-badge-border-radius)
      }

      .badge:empty {
        display: none
      }

      .btn .badge {
        position: relative;
        top: -1px
      }

      .alert {
        --bs-alert-bg: transparent;
        --bs-alert-padding-x: 1rem;
        --bs-alert-padding-y: 1rem;
        --bs-alert-margin-bottom: 1rem;
        --bs-alert-color: inherit;
        --bs-alert-border-color: transparent;
        --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
        --bs-alert-border-radius: var(--bs-border-radius);
        --bs-alert-link-color: inherit;
        position: relative;
        padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
        margin-bottom: var(--bs-alert-margin-bottom);
        color: var(--bs-alert-color);
        background-color: var(--bs-alert-bg);
        border: var(--bs-alert-border);
        border-radius: var(--bs-alert-border-radius)
      }

      .alert-heading {
        color: inherit
      }

      .alert-link {
        font-weight: 700;
        color: var(--bs-alert-link-color)
      }

      .alert-dismissible {
        padding-right: 3rem
      }

      .alert-dismissible .btn-close {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        padding: 1.25rem 1rem
      }

      .alert-primary {
        --bs-alert-color: var(--bs-primary-text-emphasis);
        --bs-alert-bg: var(--bs-primary-bg-subtle);
        --bs-alert-border-color: var(--bs-primary-border-subtle);
        --bs-alert-link-color: var(--bs-primary-text-emphasis)
      }

      .alert-secondary {
        --bs-alert-color: var(--bs-secondary-text-emphasis);
        --bs-alert-bg: var(--bs-secondary-bg-subtle);
        --bs-alert-border-color: var(--bs-secondary-border-subtle);
        --bs-alert-link-color: var(--bs-secondary-text-emphasis)
      }

      .alert-success {
        --bs-alert-color: var(--bs-success-text-emphasis);
        --bs-alert-bg: var(--bs-success-bg-subtle);
        --bs-alert-border-color: var(--bs-success-border-subtle);
        --bs-alert-link-color: var(--bs-success-text-emphasis)
      }

      .alert-info {
        --bs-alert-color: var(--bs-info-text-emphasis);
        --bs-alert-bg: var(--bs-info-bg-subtle);
        --bs-alert-border-color: var(--bs-info-border-subtle);
        --bs-alert-link-color: var(--bs-info-text-emphasis)
      }

      .alert-warning {
        --bs-alert-color: var(--bs-warning-text-emphasis);
        --bs-alert-bg: var(--bs-warning-bg-subtle);
        --bs-alert-border-color: var(--bs-warning-border-subtle);
        --bs-alert-link-color: var(--bs-warning-text-emphasis)
      }

      .alert-danger {
        --bs-alert-color: var(--bs-danger-text-emphasis);
        --bs-alert-bg: var(--bs-danger-bg-subtle);
        --bs-alert-border-color: var(--bs-danger-border-subtle);
        --bs-alert-link-color: var(--bs-danger-text-emphasis)
      }

      .alert-light {
        --bs-alert-color: var(--bs-light-text-emphasis);
        --bs-alert-bg: var(--bs-light-bg-subtle);
        --bs-alert-border-color: var(--bs-light-border-subtle);
        --bs-alert-link-color: var(--bs-light-text-emphasis)
      }

      .alert-dark {
        --bs-alert-color: var(--bs-dark-text-emphasis);
        --bs-alert-bg: var(--bs-dark-bg-subtle);
        --bs-alert-border-color: var(--bs-dark-border-subtle);
        --bs-alert-link-color: var(--bs-dark-text-emphasis)
      }

      @keyframes progress-bar-stripes {
        0% {
          background-position-x: 1rem
        }
      }

      .progress,
      .progress-stacked {
        --bs-progress-height: 1rem;
        --bs-progress-font-size: 0.75rem;
        --bs-progress-bg: var(--bs-secondary-bg);
        --bs-progress-border-radius: var(--bs-border-radius);
        --bs-progress-box-shadow: var(--bs-box-shadow-inset);
        --bs-progress-bar-color: #fff;
        --bs-progress-bar-bg: #0d6efd;
        --bs-progress-bar-transition: width 0.6s ease;
        display: flex;
        height: var(--bs-progress-height);
        overflow: hidden;
        font-size: var(--bs-progress-font-size);
        background-color: var(--bs-progress-bg);
        border-radius: var(--bs-progress-border-radius)
      }

      .progress-bar {
        display: flex;
        flex-direction: column;
        justify-content: center;
        overflow: hidden;
        color: var(--bs-progress-bar-color);
        text-align: center;
        white-space: nowrap;
        background-color: var(--bs-progress-bar-bg);
        transition: var(--bs-progress-bar-transition)
      }

      @media (prefers-reduced-motion:reduce) {
        .progress-bar {
          transition: none
        }
      }

      .progress-bar-striped {
        background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
        background-size: var(--bs-progress-height) var(--bs-progress-height)
      }

      .progress-stacked>.progress {
        overflow: visible
      }

      .progress-stacked>.progress>.progress-bar {
        width: 100%
      }

      .progress-bar-animated {
        animation: 1s linear infinite progress-bar-stripes
      }

      @media (prefers-reduced-motion:reduce) {
        .progress-bar-animated {
          animation: none
        }
      }

      .list-group {
        --bs-list-group-color: var(--bs-body-color);
        --bs-list-group-bg: var(--bs-body-bg);
        --bs-list-group-border-color: var(--bs-border-color);
        --bs-list-group-border-width: var(--bs-border-width);
        --bs-list-group-border-radius: var(--bs-border-radius);
        --bs-list-group-item-padding-x: 1rem;
        --bs-list-group-item-padding-y: 0.5rem;
        --bs-list-group-action-color: var(--bs-secondary-color);
        --bs-list-group-action-hover-color: var(--bs-emphasis-color);
        --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
        --bs-list-group-action-active-color: var(--bs-body-color);
        --bs-list-group-action-active-bg: var(--bs-secondary-bg);
        --bs-list-group-disabled-color: var(--bs-secondary-color);
        --bs-list-group-disabled-bg: var(--bs-body-bg);
        --bs-list-group-active-color: #fff;
        --bs-list-group-active-bg: #0d6efd;
        --bs-list-group-active-border-color: #0d6efd;
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        border-radius: var(--bs-list-group-border-radius)
      }

      .list-group-numbered {
        list-style-type: none;
        counter-reset: section
      }

      .list-group-numbered>.list-group-item::before {
        content: counters(section, ".") ". ";
        counter-increment: section
      }

      .list-group-item-action {
        width: 100%;
        color: var(--bs-list-group-action-color);
        text-align: inherit
      }

      .list-group-item-action:focus,
      .list-group-item-action:hover {
        z-index: 1;
        color: var(--bs-list-group-action-hover-color);
        text-decoration: none;
        background-color: var(--bs-list-group-action-hover-bg)
      }

      .list-group-item-action:active {
        color: var(--bs-list-group-action-active-color);
        background-color: var(--bs-list-group-action-active-bg)
      }

      .list-group-item {
        position: relative;
        display: block;
        padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
        color: var(--bs-list-group-color);
        text-decoration: none;
        background-color: var(--bs-list-group-bg);
        border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)
      }

      .list-group-item:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit
      }

      .list-group-item:last-child {
        border-bottom-right-radius: inherit;
        border-bottom-left-radius: inherit
      }

      .list-group-item.disabled,
      .list-group-item:disabled {
        color: var(--bs-list-group-disabled-color);
        pointer-events: none;
        background-color: var(--bs-list-group-disabled-bg)
      }

      .list-group-item.active {
        z-index: 2;
        color: var(--bs-list-group-active-color);
        background-color: var(--bs-list-group-active-bg);
        border-color: var(--bs-list-group-active-border-color)
      }

      .list-group-item+.list-group-item {
        border-top-width: 0
      }

      .list-group-item+.list-group-item.active {
        margin-top: calc(-1 * var(--bs-list-group-border-width));
        border-top-width: var(--bs-list-group-border-width)
      }

      .list-group-horizontal {
        flex-direction: row
      }

      .list-group-horizontal>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
      }

      .list-group-horizontal>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
      }

      .list-group-horizontal>.list-group-item.active {
        margin-top: 0
      }

      .list-group-horizontal>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
      }

      .list-group-horizontal>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
      }

      @media (min-width:576px) {
        .list-group-horizontal-sm {
          flex-direction: row
        }

        .list-group-horizontal-sm>.list-group-item:first-child:not(:last-child) {
          border-bottom-left-radius: var(--bs-list-group-border-radius);
          border-top-right-radius: 0
        }

        .list-group-horizontal-sm>.list-group-item:last-child:not(:first-child) {
          border-top-right-radius: var(--bs-list-group-border-radius);
          border-bottom-left-radius: 0
        }

        .list-group-horizontal-sm>.list-group-item.active {
          margin-top: 0
        }

        .list-group-horizontal-sm>.list-group-item+.list-group-item {
          border-top-width: var(--bs-list-group-border-width);
          border-left-width: 0
        }

        .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
          margin-left: calc(-1 * var(--bs-list-group-border-width));
          border-left-width: var(--bs-list-group-border-width)
        }
      }

      @media (min-width:768px) {
        .list-group-horizontal-md {
          flex-direction: row
        }

        .list-group-horizontal-md>.list-group-item:first-child:not(:last-child) {
          border-bottom-left-radius: var(--bs-list-group-border-radius);
          border-top-right-radius: 0
        }

        .list-group-horizontal-md>.list-group-item:last-child:not(:first-child) {
          border-top-right-radius: var(--bs-list-group-border-radius);
          border-bottom-left-radius: 0
        }

        .list-group-horizontal-md>.list-group-item.active {
          margin-top: 0
        }

        .list-group-horizontal-md>.list-group-item+.list-group-item {
          border-top-width: var(--bs-list-group-border-width);
          border-left-width: 0
        }

        .list-group-horizontal-md>.list-group-item+.list-group-item.active {
          margin-left: calc(-1 * var(--bs-list-group-border-width));
          border-left-width: var(--bs-list-group-border-width)
        }
      }

      @media (min-width:992px) {
        .list-group-horizontal-lg {
          flex-direction: row
        }

        .list-group-horizontal-lg>.list-group-item:first-child:not(:last-child) {
          border-bottom-left-radius: var(--bs-list-group-border-radius);
          border-top-right-radius: 0
        }

        .list-group-horizontal-lg>.list-group-item:last-child:not(:first-child) {
          border-top-right-radius: var(--bs-list-group-border-radius);
          border-bottom-left-radius: 0
        }

        .list-group-horizontal-lg>.list-group-item.active {
          margin-top: 0
        }

        .list-group-horizontal-lg>.list-group-item+.list-group-item {
          border-top-width: var(--bs-list-group-border-width);
          border-left-width: 0
        }

        .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
          margin-left: calc(-1 * var(--bs-list-group-border-width));
          border-left-width: var(--bs-list-group-border-width)
        }
      }

      @media (min-width:1200px) {
        .list-group-horizontal-xl {
          flex-direction: row
        }

        .list-group-horizontal-xl>.list-group-item:first-child:not(:last-child) {
          border-bottom-left-radius: var(--bs-list-group-border-radius);
          border-top-right-radius: 0
        }

        .list-group-horizontal-xl>.list-group-item:last-child:not(:first-child) {
          border-top-right-radius: var(--bs-list-group-border-radius);
          border-bottom-left-radius: 0
        }

        .list-group-horizontal-xl>.list-group-item.active {
          margin-top: 0
        }

        .list-group-horizontal-xl>.list-group-item+.list-group-item {
          border-top-width: var(--bs-list-group-border-width);
          border-left-width: 0
        }

        .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
          margin-left: calc(-1 * var(--bs-list-group-border-width));
          border-left-width: var(--bs-list-group-border-width)
        }
      }

      @media (min-width:1400px) {
        .list-group-horizontal-xxl {
          flex-direction: row
        }

        .list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child) {
          border-bottom-left-radius: var(--bs-list-group-border-radius);
          border-top-right-radius: 0
        }

        .list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child) {
          border-top-right-radius: var(--bs-list-group-border-radius);
          border-bottom-left-radius: 0
        }

        .list-group-horizontal-xxl>.list-group-item.active {
          margin-top: 0
        }

        .list-group-horizontal-xxl>.list-group-item+.list-group-item {
          border-top-width: var(--bs-list-group-border-width);
          border-left-width: 0
        }

        .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
          margin-left: calc(-1 * var(--bs-list-group-border-width));
          border-left-width: var(--bs-list-group-border-width)
        }
      }

      .list-group-flush {
        border-radius: 0
      }

      .list-group-flush>.list-group-item {
        border-width: 0 0 var(--bs-list-group-border-width)
      }

      .list-group-flush>.list-group-item:last-child {
        border-bottom-width: 0
      }

      .list-group-item-primary {
        --bs-list-group-color: var(--bs-primary-text-emphasis);
        --bs-list-group-bg: var(--bs-primary-bg-subtle);
        --bs-list-group-border-color: var(--bs-primary-border-subtle);
        --bs-list-group-action-hover-color: var(--bs-emphasis-color);
        --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
        --bs-list-group-action-active-color: var(--bs-emphasis-color);
        --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
        --bs-list-group-active-color: var(--bs-primary-bg-subtle);
        --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
        --bs-list-group-active-border-color: var(--bs-primary-text-emphasis)
      }

      .list-group-item-secondary {
        --bs-list-group-color: var(--bs-secondary-text-emphasis);
        --bs-list-group-bg: var(--bs-secondary-bg-subtle);
        --bs-list-group-border-color: var(--bs-secondary-border-subtle);
        --bs-list-group-action-hover-color: var(--bs-emphasis-color);
        --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
        --bs-list-group-action-active-color: var(--bs-emphasis-color);
        --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
        --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
        --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
        --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis)
      }

      .list-group-item-success {
        --bs-list-group-color: var(--bs-success-text-emphasis);
        --bs-list-group-bg: var(--bs-success-bg-subtle);
        --bs-list-group-border-color: var(--bs-success-border-subtle);
        --bs-list-group-action-hover-color: var(--bs-emphasis-color);
        --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
        --bs-list-group-action-active-color: var(--bs-emphasis-color);
        --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
        --bs-list-group-active-color: var(--bs-success-bg-subtle);
        --bs-list-group-active-bg: var(--bs-success-text-emphasis);
        --bs-list-group-active-border-color: var(--bs-success-text-emphasis)
      }

      .list-group-item-info {
        --bs-list-group-color: var(--bs-info-text-emphasis);
        --bs-list-group-bg: var(--bs-info-bg-subtle);
        --bs-list-group-border-color: var(--bs-info-border-subtle);
        --bs-list-group-action-hover-color: var(--bs-emphasis-color);
        --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
        --bs-list-group-action-active-color: var(--bs-emphasis-color);
        --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
        --bs-list-group-active-color: var(--bs-info-bg-subtle);
        --bs-list-group-active-bg: var(--bs-info-text-emphasis);
        --bs-list-group-active-border-color: var(--bs-info-text-emphasis)
      }

      .list-group-item-warning {
        --bs-list-group-color: var(--bs-warning-text-emphasis);
        --bs-list-group-bg: var(--bs-warning-bg-subtle);
        --bs-list-group-border-color: var(--bs-warning-border-subtle);
        --bs-list-group-action-hover-color: var(--bs-emphasis-color);
        --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
        --bs-list-group-action-active-color: var(--bs-emphasis-color);
        --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
        --bs-list-group-active-color: var(--bs-warning-bg-subtle);
        --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
        --bs-list-group-active-border-color: var(--bs-warning-text-emphasis)
      }

      .list-group-item-danger {
        --bs-list-group-color: var(--bs-danger-text-emphasis);
        --bs-list-group-bg: var(--bs-danger-bg-subtle);
        --bs-list-group-border-color: var(--bs-danger-border-subtle);
        --bs-list-group-action-hover-color: var(--bs-emphasis-color);
        --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
        --bs-list-group-action-active-color: var(--bs-emphasis-color);
        --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
        --bs-list-group-active-color: var(--bs-danger-bg-subtle);
        --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
        --bs-list-group-active-border-color: var(--bs-danger-text-emphasis)
      }

      .list-group-item-light {
        --bs-list-group-color: var(--bs-light-text-emphasis);
        --bs-list-group-bg: var(--bs-light-bg-subtle);
        --bs-list-group-border-color: var(--bs-light-border-subtle);
        --bs-list-group-action-hover-color: var(--bs-emphasis-color);
        --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
        --bs-list-group-action-active-color: var(--bs-emphasis-color);
        --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
        --bs-list-group-active-color: var(--bs-light-bg-subtle);
        --bs-list-group-active-bg: var(--bs-light-text-emphasis);
        --bs-list-group-active-border-color: var(--bs-light-text-emphasis)
      }

      .list-group-item-dark {
        --bs-list-group-color: var(--bs-dark-text-emphasis);
        --bs-list-group-bg: var(--bs-dark-bg-subtle);
        --bs-list-group-border-color: var(--bs-dark-border-subtle);
        --bs-list-group-action-hover-color: var(--bs-emphasis-color);
        --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
        --bs-list-group-action-active-color: var(--bs-emphasis-color);
        --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
        --bs-list-group-active-color: var(--bs-dark-bg-subtle);
        --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
        --bs-list-group-active-border-color: var(--bs-dark-text-emphasis)
      }

      .btn-close {
        --bs-btn-close-color: #000;
        --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
        --bs-btn-close-opacity: 0.5;
        --bs-btn-close-hover-opacity: 0.75;
        --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
        --bs-btn-close-focus-opacity: 1;
        --bs-btn-close-disabled-opacity: 0.25;
        --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
        box-sizing: content-box;
        width: 1em;
        height: 1em;
        padding: .25em .25em;
        color: var(--bs-btn-close-color);
        background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
        border: 0;
        border-radius: .375rem;
        opacity: var(--bs-btn-close-opacity)
      }

      .btn-close:hover {
        color: var(--bs-btn-close-color);
        text-decoration: none;
        opacity: var(--bs-btn-close-hover-opacity)
      }

      .btn-close:focus {
        outline: 0;
        box-shadow: var(--bs-btn-close-focus-shadow);
        opacity: var(--bs-btn-close-focus-opacity)
      }

      .btn-close.disabled,
      .btn-close:disabled {
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        opacity: var(--bs-btn-close-disabled-opacity)
      }

      .btn-close-white {
        filter: var(--bs-btn-close-white-filter)
      }

      [data-bs-theme=dark] .btn-close {
        filter: var(--bs-btn-close-white-filter)
      }

      .toast {
        --bs-toast-zindex: 1090;
        --bs-toast-padding-x: 0.75rem;
        --bs-toast-padding-y: 0.5rem;
        --bs-toast-spacing: 1.5rem;
        --bs-toast-max-width: 350px;
        --bs-toast-font-size: 0.875rem;
        --bs-toast-color: ;
        --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
        --bs-toast-border-width: var(--bs-border-width);
        --bs-toast-border-color: var(--bs-border-color-translucent);
        --bs-toast-border-radius: var(--bs-border-radius);
        --bs-toast-box-shadow: var(--bs-box-shadow);
        --bs-toast-header-color: var(--bs-secondary-color);
        --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
        --bs-toast-header-border-color: var(--bs-border-color-translucent);
        width: var(--bs-toast-max-width);
        max-width: 100%;
        font-size: var(--bs-toast-font-size);
        color: var(--bs-toast-color);
        pointer-events: auto;
        background-color: var(--bs-toast-bg);
        background-clip: padding-box;
        border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
        box-shadow: var(--bs-toast-box-shadow);
        border-radius: var(--bs-toast-border-radius)
      }

      .toast.showing {
        opacity: 0
      }

      .toast:not(.show) {
        display: none
      }

      .toast-container {
        --bs-toast-zindex: 1090;
        position: absolute;
        z-index: var(--bs-toast-zindex);
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        max-width: 100%;
        pointer-events: none
      }

      .toast-container>:not(:last-child) {
        margin-bottom: var(--bs-toast-spacing)
      }

      .toast-header {
        display: flex;
        align-items: center;
        padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
        color: var(--bs-toast-header-color);
        background-color: var(--bs-toast-header-bg);
        background-clip: padding-box;
        border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
        border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
        border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))
      }

      .toast-header .btn-close {
        margin-right: calc(-.5 * var(--bs-toast-padding-x));
        margin-left: var(--bs-toast-padding-x)
      }

      .toast-body {
        padding: var(--bs-toast-padding-x);
        word-wrap: break-word
      }

      .modal {
        --bs-modal-zindex: 1055;
        --bs-modal-width: 500px;
        --bs-modal-padding: 1rem;
        --bs-modal-margin: 0.5rem;
        --bs-modal-color: ;
        --bs-modal-bg: var(--bs-body-bg);
        --bs-modal-border-color: var(--bs-border-color-translucent);
        --bs-modal-border-width: var(--bs-border-width);
        --bs-modal-border-radius: var(--bs-border-radius-lg);
        --bs-modal-box-shadow: var(--bs-box-shadow-sm);
        --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
        --bs-modal-header-padding-x: 1rem;
        --bs-modal-header-padding-y: 1rem;
        --bs-modal-header-padding: 1rem 1rem;
        --bs-modal-header-border-color: var(--bs-border-color);
        --bs-modal-header-border-width: var(--bs-border-width);
        --bs-modal-title-line-height: 1.5;
        --bs-modal-footer-gap: 0.5rem;
        --bs-modal-footer-bg: ;
        --bs-modal-footer-border-color: var(--bs-border-color);
        --bs-modal-footer-border-width: var(--bs-border-width);
        position: fixed;
        top: 0;
        left: 0;
        z-index: var(--bs-modal-zindex);
        display: none;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        outline: 0
      }

      .modal-dialog {
        position: relative;
        width: auto;
        margin: var(--bs-modal-margin);
        pointer-events: none
      }

      .modal.fade .modal-dialog {
        transition: transform .3s ease-out;
        transform: translate(0, -50px)
      }

      @media (prefers-reduced-motion:reduce) {
        .modal.fade .modal-dialog {
          transition: none
        }
      }

      .modal.show .modal-dialog {
        transform: none
      }

      .modal.modal-static .modal-dialog {
        transform: scale(1.02)
      }

      .modal-dialog-scrollable {
        height: calc(100% - var(--bs-modal-margin) * 2)
      }

      .modal-dialog-scrollable .modal-content {
        max-height: 100%;
        overflow: hidden
      }

      .modal-dialog-scrollable .modal-body {
        overflow-y: auto
      }

      .modal-dialog-centered {
        display: flex;
        align-items: center;
        min-height: calc(100% - var(--bs-modal-margin) * 2)
      }

      .modal-content {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        color: var(--bs-modal-color);
        pointer-events: auto;
        background-color: var(--bs-modal-bg);
        background-clip: padding-box;
        border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
        border-radius: var(--bs-modal-border-radius);
        outline: 0
      }

      .modal-backdrop {
        --bs-backdrop-zindex: 1050;
        --bs-backdrop-bg: #000;
        --bs-backdrop-opacity: 0.5;
        position: fixed;
        top: 0;
        left: 0;
        z-index: var(--bs-backdrop-zindex);
        width: 100vw;
        height: 100vh;
        background-color: var(--bs-backdrop-bg)
      }

      .modal-backdrop.fade {
        opacity: 0
      }

      .modal-backdrop.show {
        opacity: var(--bs-backdrop-opacity)
      }

      .modal-header {
        display: flex;
        flex-shrink: 0;
        align-items: center;
        padding: var(--bs-modal-header-padding);
        border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
        border-top-left-radius: var(--bs-modal-inner-border-radius);
        border-top-right-radius: var(--bs-modal-inner-border-radius)
      }

      .modal-header .btn-close {
        padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
        margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto
      }

      .modal-title {
        margin-bottom: 0;
        line-height: var(--bs-modal-title-line-height)
      }

      .modal-body {
        position: relative;
        flex: 1 1 auto;
        padding: var(--bs-modal-padding)
      }

      .modal-footer {
        display: flex;
        flex-shrink: 0;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end;
        padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
        background-color: var(--bs-modal-footer-bg);
        border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
        border-bottom-right-radius: var(--bs-modal-inner-border-radius);
        border-bottom-left-radius: var(--bs-modal-inner-border-radius)
      }

      .modal-footer>* {
        margin: calc(var(--bs-modal-footer-gap) * .5)
      }

      @media (min-width:576px) {
        .modal {
          --bs-modal-margin: 1.75rem;
          --bs-modal-box-shadow: var(--bs-box-shadow)
        }

        .modal-dialog {
          max-width: var(--bs-modal-width);
          margin-right: auto;
          margin-left: auto
        }

        .modal-sm {
          --bs-modal-width: 300px
        }
      }

      @media (min-width:992px) {

        .modal-lg,
        .modal-xl {
          --bs-modal-width: 800px
        }
      }

      @media (min-width:1200px) {
        .modal-xl {
          --bs-modal-width: 1140px
        }
      }

      .modal-fullscreen {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
      }

      .modal-fullscreen .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
      }

      .modal-fullscreen .modal-footer,
      .modal-fullscreen .modal-header {
        border-radius: 0
      }

      .modal-fullscreen .modal-body {
        overflow-y: auto
      }

      @media (max-width:575.98px) {
        .modal-fullscreen-sm-down {
          width: 100vw;
          max-width: none;
          height: 100%;
          margin: 0
        }

        .modal-fullscreen-sm-down .modal-content {
          height: 100%;
          border: 0;
          border-radius: 0
        }

        .modal-fullscreen-sm-down .modal-footer,
        .modal-fullscreen-sm-down .modal-header {
          border-radius: 0
        }

        .modal-fullscreen-sm-down .modal-body {
          overflow-y: auto
        }
      }

      @media (max-width:767.98px) {
        .modal-fullscreen-md-down {
          width: 100vw;
          max-width: none;
          height: 100%;
          margin: 0
        }

        .modal-fullscreen-md-down .modal-content {
          height: 100%;
          border: 0;
          border-radius: 0
        }

        .modal-fullscreen-md-down .modal-footer,
        .modal-fullscreen-md-down .modal-header {
          border-radius: 0
        }

        .modal-fullscreen-md-down .modal-body {
          overflow-y: auto
        }
      }

      @media (max-width:991.98px) {
        .modal-fullscreen-lg-down {
          width: 100vw;
          max-width: none;
          height: 100%;
          margin: 0
        }

        .modal-fullscreen-lg-down .modal-content {
          height: 100%;
          border: 0;
          border-radius: 0
        }

        .modal-fullscreen-lg-down .modal-footer,
        .modal-fullscreen-lg-down .modal-header {
          border-radius: 0
        }

        .modal-fullscreen-lg-down .modal-body {
          overflow-y: auto
        }
      }

      @media (max-width:1199.98px) {
        .modal-fullscreen-xl-down {
          width: 100vw;
          max-width: none;
          height: 100%;
          margin: 0
        }

        .modal-fullscreen-xl-down .modal-content {
          height: 100%;
          border: 0;
          border-radius: 0
        }

        .modal-fullscreen-xl-down .modal-footer,
        .modal-fullscreen-xl-down .modal-header {
          border-radius: 0
        }

        .modal-fullscreen-xl-down .modal-body {
          overflow-y: auto
        }
      }

      @media (max-width:1399.98px) {
        .modal-fullscreen-xxl-down {
          width: 100vw;
          max-width: none;
          height: 100%;
          margin: 0
        }

        .modal-fullscreen-xxl-down .modal-content {
          height: 100%;
          border: 0;
          border-radius: 0
        }

        .modal-fullscreen-xxl-down .modal-footer,
        .modal-fullscreen-xxl-down .modal-header {
          border-radius: 0
        }

        .modal-fullscreen-xxl-down .modal-body {
          overflow-y: auto
        }
      }





      @media (prefers-reduced-motion:reduce) {
        .carousel-item {
          transition: none
        }
      }


      @media (max-width:575.98px) {
        .offcanvas-sm {
          position: fixed;
          bottom: 0;
          z-index: var(--bs-offcanvas-zindex);
          display: flex;
          flex-direction: column;
          max-width: 100%;
          color: var(--bs-offcanvas-color);
          visibility: hidden;
          background-color: var(--bs-offcanvas-bg);
          background-clip: padding-box;
          outline: 0;
          transition: var(--bs-offcanvas-transition)
        }
      }

      @media (max-width:575.98px) and (prefers-reduced-motion:reduce) {
        .offcanvas-sm {
          transition: none
        }
      }

      @media (max-width:575.98px) {
        .offcanvas-sm.offcanvas-start {
          top: 0;
          left: 0;
          width: var(--bs-offcanvas-width);
          border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
          transform: translateX(-100%)
        }

        .offcanvas-sm.offcanvas-end {
          top: 0;
          right: 0;
          width: var(--bs-offcanvas-width);
          border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
          transform: translateX(100%)
        }

        .offcanvas-sm.offcanvas-top {
          top: 0;
          right: 0;
          left: 0;
          height: var(--bs-offcanvas-height);
          max-height: 100%;
          border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
          transform: translateY(-100%)
        }

        .offcanvas-sm.offcanvas-bottom {
          right: 0;
          left: 0;
          height: var(--bs-offcanvas-height);
          max-height: 100%;
          border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
          transform: translateY(100%)
        }

        .offcanvas-sm.show:not(.hiding),
        .offcanvas-sm.showing {
          transform: none
        }

        .offcanvas-sm.hiding,
        .offcanvas-sm.show,
        .offcanvas-sm.showing {
          visibility: visible
        }
      }

      @media (min-width:576px) {
        .offcanvas-sm {
          --bs-offcanvas-height: auto;
          --bs-offcanvas-border-width: 0;
          background-color: transparent !important
        }

        .offcanvas-sm .offcanvas-header {
          display: none
        }

        .offcanvas-sm .offcanvas-body {
          display: flex;
          flex-grow: 0;
          padding: 0;
          overflow-y: visible;
          background-color: transparent !important
        }
      }

      @media (max-width:767.98px) {
        .offcanvas-md {
          position: fixed;
          bottom: 0;
          z-index: var(--bs-offcanvas-zindex);
          display: flex;
          flex-direction: column;
          max-width: 100%;
          color: var(--bs-offcanvas-color);
          visibility: hidden;
          background-color: var(--bs-offcanvas-bg);
          background-clip: padding-box;
          outline: 0;
          transition: var(--bs-offcanvas-transition)
        }
      }

      @media (max-width:767.98px) and (prefers-reduced-motion:reduce) {
        .offcanvas-md {
          transition: none
        }
      }

      @media (max-width:767.98px) {
        .offcanvas-md.offcanvas-start {
          top: 0;
          left: 0;
          width: var(--bs-offcanvas-width);
          border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
          transform: translateX(-100%)
        }

        .offcanvas-md.offcanvas-end {
          top: 0;
          right: 0;
          width: var(--bs-offcanvas-width);
          border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
          transform: translateX(100%)
        }

        .offcanvas-md.offcanvas-top {
          top: 0;
          right: 0;
          left: 0;
          height: var(--bs-offcanvas-height);
          max-height: 100%;
          border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
          transform: translateY(-100%)
        }

        .offcanvas-md.offcanvas-bottom {
          right: 0;
          left: 0;
          height: var(--bs-offcanvas-height);
          max-height: 100%;
          border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
          transform: translateY(100%)
        }

        .offcanvas-md.show:not(.hiding),
        .offcanvas-md.showing {
          transform: none
        }

        .offcanvas-md.hiding,
        .offcanvas-md.show,
        .offcanvas-md.showing {
          visibility: visible
        }
      }

      @media (min-width:768px) {
        .offcanvas-md {
          --bs-offcanvas-height: auto;
          --bs-offcanvas-border-width: 0;
          background-color: transparent !important
        }

        .offcanvas-md .offcanvas-header {
          display: none
        }

        .offcanvas-md .offcanvas-body {
          display: flex;
          flex-grow: 0;
          padding: 0;
          overflow-y: visible;
          background-color: transparent !important
        }
      }

      @media (max-width:991.98px) {
        .offcanvas-lg {
          position: fixed;
          bottom: 0;
          z-index: var(--bs-offcanvas-zindex);
          display: flex;
          flex-direction: column;
          max-width: 100%;
          color: var(--bs-offcanvas-color);
          visibility: hidden;
          background-color: var(--bs-offcanvas-bg);
          background-clip: padding-box;
          outline: 0;
          transition: var(--bs-offcanvas-transition)
        }
      }

      @media (max-width:991.98px) and (prefers-reduced-motion:reduce) {
        .offcanvas-lg {
          transition: none
        }
      }

      @media (max-width:991.98px) {
        .offcanvas-lg.offcanvas-start {
          top: 0;
          left: 0;
          width: var(--bs-offcanvas-width);
          border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
          transform: translateX(-100%)
        }

        .offcanvas-lg.offcanvas-end {
          top: 0;
          right: 0;
          width: var(--bs-offcanvas-width);
          border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
          transform: translateX(100%)
        }

        .offcanvas-lg.offcanvas-top {
          top: 0;
          right: 0;
          left: 0;
          height: var(--bs-offcanvas-height);
          max-height: 100%;
          border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
          transform: translateY(-100%)
        }

        .offcanvas-lg.offcanvas-bottom {
          right: 0;
          left: 0;
          height: var(--bs-offcanvas-height);
          max-height: 100%;
          border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
          transform: translateY(100%)
        }

        .offcanvas-lg.show:not(.hiding),
        .offcanvas-lg.showing {
          transform: none
        }

        .offcanvas-lg.hiding,
        .offcanvas-lg.show,
        .offcanvas-lg.showing {
          visibility: visible
        }
      }

      @media (min-width:992px) {
        .offcanvas-lg {
          --bs-offcanvas-height: auto;
          --bs-offcanvas-border-width: 0;
          background-color: transparent !important
        }

        .offcanvas-lg .offcanvas-header {
          display: none
        }

        .offcanvas-lg .offcanvas-body {
          display: flex;
          flex-grow: 0;
          padding: 0;
          overflow-y: visible;
          background-color: transparent !important
        }
      }

      @media (max-width:1199.98px) {
        .offcanvas-xl {
          position: fixed;
          bottom: 0;
          z-index: var(--bs-offcanvas-zindex);
          display: flex;
          flex-direction: column;
          max-width: 100%;
          color: var(--bs-offcanvas-color);
          visibility: hidden;
          background-color: var(--bs-offcanvas-bg);
          background-clip: padding-box;
          outline: 0;
          transition: var(--bs-offcanvas-transition)
        }
      }

      @media (max-width:1199.98px) and (prefers-reduced-motion:reduce) {
        .offcanvas-xl {
          transition: none
        }
      }

      @media (max-width:1199.98px) {
        .offcanvas-xl.offcanvas-start {
          top: 0;
          left: 0;
          width: var(--bs-offcanvas-width);
          border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
          transform: translateX(-100%)
        }

        .offcanvas-xl.offcanvas-end {
          top: 0;
          right: 0;
          width: var(--bs-offcanvas-width);
          border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
          transform: translateX(100%)
        }

        .offcanvas-xl.offcanvas-top {
          top: 0;
          right: 0;
          left: 0;
          height: var(--bs-offcanvas-height);
          max-height: 100%;
          border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
          transform: translateY(-100%)
        }

        .offcanvas-xl.offcanvas-bottom {
          right: 0;
          left: 0;
          height: var(--bs-offcanvas-height);
          max-height: 100%;
          border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
          transform: translateY(100%)
        }

        .offcanvas-xl.show:not(.hiding),
        .offcanvas-xl.showing {
          transform: none
        }

        .offcanvas-xl.hiding,
        .offcanvas-xl.show,
        .offcanvas-xl.showing {
          visibility: visible
        }
      }

      @media (min-width:1200px) {
        .offcanvas-xl {
          --bs-offcanvas-height: auto;
          --bs-offcanvas-border-width: 0;
          background-color: transparent !important
        }

        .offcanvas-xl .offcanvas-header {
          display: none
        }

        .offcanvas-xl .offcanvas-body {
          display: flex;
          flex-grow: 0;
          padding: 0;
          overflow-y: visible;
          background-color: transparent !important
        }
      }

      @media (max-width:1399.98px) {
        .offcanvas-xxl {
          position: fixed;
          bottom: 0;
          z-index: var(--bs-offcanvas-zindex);
          display: flex;
          flex-direction: column;
          max-width: 100%;
          color: var(--bs-offcanvas-color);
          visibility: hidden;
          background-color: var(--bs-offcanvas-bg);
          background-clip: padding-box;
          outline: 0;
          transition: var(--bs-offcanvas-transition)
        }
      }

      @media (max-width:1399.98px) and (prefers-reduced-motion:reduce) {
        .offcanvas-xxl {
          transition: none
        }
      }

      @media (max-width:1399.98px) {
        .offcanvas-xxl.offcanvas-start {
          top: 0;
          left: 0;
          width: var(--bs-offcanvas-width);
          border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
          transform: translateX(-100%)
        }

        .offcanvas-xxl.offcanvas-end {
          top: 0;
          right: 0;
          width: var(--bs-offcanvas-width);
          border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
          transform: translateX(100%)
        }

        .offcanvas-xxl.offcanvas-top {
          top: 0;
          right: 0;
          left: 0;
          height: var(--bs-offcanvas-height);
          max-height: 100%;
          border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
          transform: translateY(-100%)
        }

        .offcanvas-xxl.offcanvas-bottom {
          right: 0;
          left: 0;
          height: var(--bs-offcanvas-height);
          max-height: 100%;
          border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
          transform: translateY(100%)
        }

        .offcanvas-xxl.show:not(.hiding),
        .offcanvas-xxl.showing {
          transform: none
        }

        .offcanvas-xxl.hiding,
        .offcanvas-xxl.show,
        .offcanvas-xxl.showing {
          visibility: visible
        }
      }

      @media (min-width:1400px) {
        .offcanvas-xxl {
          --bs-offcanvas-height: auto;
          --bs-offcanvas-border-width: 0;
          background-color: transparent !important
        }

        .offcanvas-xxl .offcanvas-header {
          display: none
        }

        .offcanvas-xxl .offcanvas-body {
          display: flex;
          flex-grow: 0;
          padding: 0;
          overflow-y: visible;
          background-color: transparent !important
        }
      }

      .offcanvas {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
      }




      @media (min-width:576px) {
        .float-sm-start {
          float: left !important
        }

        .float-sm-end {
          float: right !important
        }

        .float-sm-none {
          float: none !important
        }

        .object-fit-sm-contain {
          -o-object-fit: contain !important;
          object-fit: contain !important
        }

        .object-fit-sm-cover {
          -o-object-fit: cover !important;
          object-fit: cover !important
        }

        .object-fit-sm-fill {
          -o-object-fit: fill !important;
          object-fit: fill !important
        }

        .object-fit-sm-scale {
          -o-object-fit: scale-down !important;
          object-fit: scale-down !important
        }

        .object-fit-sm-none {
          -o-object-fit: none !important;
          object-fit: none !important
        }

        .d-sm-inline {
          display: inline !important
        }

        .d-sm-inline-block {
          display: inline-block !important
        }

        .d-sm-block {
          display: block !important
        }

        .d-sm-grid {
          display: grid !important
        }

        .d-sm-inline-grid {
          display: inline-grid !important
        }

        .d-sm-table {
          display: table !important
        }

        .d-sm-table-row {
          display: table-row !important
        }

        .d-sm-table-cell {
          display: table-cell !important
        }

        .d-sm-flex {
          display: flex !important
        }

        .d-sm-inline-flex {
          display: inline-flex !important
        }

        .d-sm-none {
          display: none !important
        }

        .flex-sm-fill {
          flex: 1 1 auto !important
        }

        .flex-sm-row {
          flex-direction: row !important
        }

        .flex-sm-column {
          flex-direction: column !important
        }

        .flex-sm-row-reverse {
          flex-direction: row-reverse !important
        }

        .flex-sm-column-reverse {
          flex-direction: column-reverse !important
        }

        .flex-sm-grow-0 {
          flex-grow: 0 !important
        }

        .flex-sm-grow-1 {
          flex-grow: 1 !important
        }

        .flex-sm-shrink-0 {
          flex-shrink: 0 !important
        }

        .flex-sm-shrink-1 {
          flex-shrink: 1 !important
        }

        .flex-sm-wrap {
          flex-wrap: wrap !important
        }

        .flex-sm-nowrap {
          flex-wrap: nowrap !important
        }

        .flex-sm-wrap-reverse {
          flex-wrap: wrap-reverse !important
        }

        .justify-content-sm-start {
          justify-content: flex-start !important
        }

        .justify-content-sm-end {
          justify-content: flex-end !important
        }

        .justify-content-sm-center {
          justify-content: center !important
        }

        .justify-content-sm-between {
          justify-content: space-between !important
        }

        .justify-content-sm-around {
          justify-content: space-around !important
        }

        .justify-content-sm-evenly {
          justify-content: space-evenly !important
        }

        .align-items-sm-start {
          align-items: flex-start !important
        }

        .align-items-sm-end {
          align-items: flex-end !important
        }

        .align-items-sm-center {
          align-items: center !important
        }

        .align-items-sm-baseline {
          align-items: baseline !important
        }

        .align-items-sm-stretch {
          align-items: stretch !important
        }

        .align-content-sm-start {
          align-content: flex-start !important
        }

        .align-content-sm-end {
          align-content: flex-end !important
        }

        .align-content-sm-center {
          align-content: center !important
        }

        .align-content-sm-between {
          align-content: space-between !important
        }

        .align-content-sm-around {
          align-content: space-around !important
        }

        .align-content-sm-stretch {
          align-content: stretch !important
        }

        .align-self-sm-auto {
          align-self: auto !important
        }

        .align-self-sm-start {
          align-self: flex-start !important
        }

        .align-self-sm-end {
          align-self: flex-end !important
        }

        .align-self-sm-center {
          align-self: center !important
        }

        .align-self-sm-baseline {
          align-self: baseline !important
        }

        .align-self-sm-stretch {
          align-self: stretch !important
        }

        .order-sm-first {
          order: -1 !important
        }

        .order-sm-0 {
          order: 0 !important
        }

        .order-sm-1 {
          order: 1 !important
        }

        .order-sm-2 {
          order: 2 !important
        }

        .order-sm-3 {
          order: 3 !important
        }

        .order-sm-4 {
          order: 4 !important
        }

        .order-sm-5 {
          order: 5 !important
        }

        .order-sm-last {
          order: 6 !important
        }

        .m-sm-0 {
          margin: 0 !important
        }

        .m-sm-1 {
          margin: .25rem !important
        }

        .m-sm-2 {
          margin: .5rem !important
        }

        .m-sm-3 {
          margin: 1rem !important
        }

        .m-sm-4 {
          margin: 1.5rem !important
        }

        .m-sm-5 {
          margin: 3rem !important
        }

        .m-sm-auto {
          margin: auto !important
        }

        .mx-sm-0 {
          margin-right: 0 !important;
          margin-left: 0 !important
        }

        .mx-sm-1 {
          margin-right: .25rem !important;
          margin-left: .25rem !important
        }

        .mx-sm-2 {
          margin-right: .5rem !important;
          margin-left: .5rem !important
        }

        .mx-sm-3 {
          margin-right: 1rem !important;
          margin-left: 1rem !important
        }

        .mx-sm-4 {
          margin-right: 1.5rem !important;
          margin-left: 1.5rem !important
        }

        .mx-sm-5 {
          margin-right: 3rem !important;
          margin-left: 3rem !important
        }

        .mx-sm-auto {
          margin-right: auto !important;
          margin-left: auto !important
        }

        .my-sm-0 {
          margin-top: 0 !important;
          margin-bottom: 0 !important
        }

        .my-sm-1 {
          margin-top: .25rem !important;
          margin-bottom: .25rem !important
        }

        .my-sm-2 {
          margin-top: .5rem !important;
          margin-bottom: .5rem !important
        }

        .my-sm-3 {
          margin-top: 1rem !important;
          margin-bottom: 1rem !important
        }

        .my-sm-4 {
          margin-top: 1.5rem !important;
          margin-bottom: 1.5rem !important
        }

        .my-sm-5 {
          margin-top: 3rem !important;
          margin-bottom: 3rem !important
        }

        .my-sm-auto {
          margin-top: auto !important;
          margin-bottom: auto !important
        }

        .mt-sm-0 {
          margin-top: 0 !important
        }

        .mt-sm-1 {
          margin-top: .25rem !important
        }

        .mt-sm-2 {
          margin-top: .5rem !important
        }

        .mt-sm-3 {
          margin-top: 1rem !important
        }

        .mt-sm-4 {
          margin-top: 1.5rem !important
        }

        .mt-sm-5 {
          margin-top: 3rem !important
        }

        .mt-sm-auto {
          margin-top: auto !important
        }

        .me-sm-0 {
          margin-right: 0 !important
        }

        .me-sm-1 {
          margin-right: .25rem !important
        }

        .me-sm-2 {
          margin-right: .5rem !important
        }

        .me-sm-3 {
          margin-right: 1rem !important
        }

        .me-sm-4 {
          margin-right: 1.5rem !important
        }

        .me-sm-5 {
          margin-right: 3rem !important
        }

        .me-sm-auto {
          margin-right: auto !important
        }

        .mb-sm-0 {
          margin-bottom: 0 !important
        }

        .mb-sm-1 {
          margin-bottom: .25rem !important
        }

        .mb-sm-2 {
          margin-bottom: .5rem !important
        }

        .mb-sm-3 {
          margin-bottom: 1rem !important
        }

        .mb-sm-4 {
          margin-bottom: 1.5rem !important
        }

        .mb-sm-5 {
          margin-bottom: 3rem !important
        }

        .mb-sm-auto {
          margin-bottom: auto !important
        }

        .ms-sm-0 {
          margin-left: 0 !important
        }

        .ms-sm-1 {
          margin-left: .25rem !important
        }

        .ms-sm-2 {
          margin-left: .5rem !important
        }

        .ms-sm-3 {
          margin-left: 1rem !important
        }

        .ms-sm-4 {
          margin-left: 1.5rem !important
        }

        .ms-sm-5 {
          margin-left: 3rem !important
        }

        .ms-sm-auto {
          margin-left: auto !important
        }

        .p-sm-0 {
          padding: 0 !important
        }

        .p-sm-1 {
          padding: .25rem !important
        }

        .p-sm-2 {
          padding: .5rem !important
        }

        .p-sm-3 {
          padding: 1rem !important
        }

        .p-sm-4 {
          padding: 1.5rem !important
        }

        .p-sm-5 {
          padding: 3rem !important
        }

        .px-sm-0 {
          padding-right: 0 !important;
          padding-left: 0 !important
        }

        .px-sm-1 {
          padding-right: .25rem !important;
          padding-left: .25rem !important
        }

        .px-sm-2 {
          padding-right: .5rem !important;
          padding-left: .5rem !important
        }

        .px-sm-3 {
          padding-right: 1rem !important;
          padding-left: 1rem !important
        }

        .px-sm-4 {
          padding-right: 1.5rem !important;
          padding-left: 1.5rem !important
        }

        .px-sm-5 {
          padding-right: 3rem !important;
          padding-left: 3rem !important
        }

        .py-sm-0 {
          padding-top: 0 !important;
          padding-bottom: 0 !important
        }

        .py-sm-1 {
          padding-top: .25rem !important;
          padding-bottom: .25rem !important
        }

        .py-sm-2 {
          padding-top: .5rem !important;
          padding-bottom: .5rem !important
        }

        .py-sm-3 {
          padding-top: 1rem !important;
          padding-bottom: 1rem !important
        }

        .py-sm-4 {
          padding-top: 1.5rem !important;
          padding-bottom: 1.5rem !important
        }

        .py-sm-5 {
          padding-top: 3rem !important;
          padding-bottom: 3rem !important
        }

        .pt-sm-0 {
          padding-top: 0 !important
        }

        .pt-sm-1 {
          padding-top: .25rem !important
        }

        .pt-sm-2 {
          padding-top: .5rem !important
        }

        .pt-sm-3 {
          padding-top: 1rem !important
        }

        .pt-sm-4 {
          padding-top: 1.5rem !important
        }

        .pt-sm-5 {
          padding-top: 3rem !important
        }

        .pe-sm-0 {
          padding-right: 0 !important
        }

        .pe-sm-1 {
          padding-right: .25rem !important
        }

        .pe-sm-2 {
          padding-right: .5rem !important
        }

        .pe-sm-3 {
          padding-right: 1rem !important
        }

        .pe-sm-4 {
          padding-right: 1.5rem !important
        }

        .pe-sm-5 {
          padding-right: 3rem !important
        }

        .pb-sm-0 {
          padding-bottom: 0 !important
        }

        .pb-sm-1 {
          padding-bottom: .25rem !important
        }

        .pb-sm-2 {
          padding-bottom: .5rem !important
        }

        .pb-sm-3 {
          padding-bottom: 1rem !important
        }

        .pb-sm-4 {
          padding-bottom: 1.5rem !important
        }

        .pb-sm-5 {
          padding-bottom: 3rem !important
        }

        .ps-sm-0 {
          padding-left: 0 !important
        }

        .ps-sm-1 {
          padding-left: .25rem !important
        }

        .ps-sm-2 {
          padding-left: .5rem !important
        }

        .ps-sm-3 {
          padding-left: 1rem !important
        }

        .ps-sm-4 {
          padding-left: 1.5rem !important
        }

        .ps-sm-5 {
          padding-left: 3rem !important
        }

        .gap-sm-0 {
          gap: 0 !important
        }

        .gap-sm-1 {
          gap: .25rem !important
        }

        .gap-sm-2 {
          gap: .5rem !important
        }

        .gap-sm-3 {
          gap: 1rem !important
        }

        .gap-sm-4 {
          gap: 1.5rem !important
        }

        .gap-sm-5 {
          gap: 3rem !important
        }

        .row-gap-sm-0 {
          row-gap: 0 !important
        }

        .row-gap-sm-1 {
          row-gap: .25rem !important
        }

        .row-gap-sm-2 {
          row-gap: .5rem !important
        }

        .row-gap-sm-3 {
          row-gap: 1rem !important
        }

        .row-gap-sm-4 {
          row-gap: 1.5rem !important
        }

        .row-gap-sm-5 {
          row-gap: 3rem !important
        }

        .column-gap-sm-0 {
          -moz-column-gap: 0 !important;
          column-gap: 0 !important
        }

        .column-gap-sm-1 {
          -moz-column-gap: 0.25rem !important;
          column-gap: .25rem !important
        }

        .column-gap-sm-2 {
          -moz-column-gap: 0.5rem !important;
          column-gap: .5rem !important
        }

        .column-gap-sm-3 {
          -moz-column-gap: 1rem !important;
          column-gap: 1rem !important
        }

        .column-gap-sm-4 {
          -moz-column-gap: 1.5rem !important;
          column-gap: 1.5rem !important
        }

        .column-gap-sm-5 {
          -moz-column-gap: 3rem !important;
          column-gap: 3rem !important
        }

        .text-sm-start {
          text-align: left !important
        }

        .text-sm-end {
          text-align: right !important
        }

        .text-sm-center {
          text-align: center !important
        }
      }

      @media (min-width:768px) {
        .float-md-start {
          float: left !important
        }

        .float-md-end {
          float: right !important
        }

        .float-md-none {
          float: none !important
        }

        .object-fit-md-contain {
          -o-object-fit: contain !important;
          object-fit: contain !important
        }

        .object-fit-md-cover {
          -o-object-fit: cover !important;
          object-fit: cover !important
        }

        .object-fit-md-fill {
          -o-object-fit: fill !important;
          object-fit: fill !important
        }

        .object-fit-md-scale {
          -o-object-fit: scale-down !important;
          object-fit: scale-down !important
        }

        .object-fit-md-none {
          -o-object-fit: none !important;
          object-fit: none !important
        }

        .d-md-inline {
          display: inline !important
        }

        .d-md-inline-block {
          display: inline-block !important
        }

        .d-md-block {
          display: block !important
        }

        .d-md-grid {
          display: grid !important
        }

        .d-md-inline-grid {
          display: inline-grid !important
        }

        .d-md-table {
          display: table !important
        }

        .d-md-table-row {
          display: table-row !important
        }

        .d-md-table-cell {
          display: table-cell !important
        }

        .d-md-flex {
          display: flex !important
        }

        .d-md-inline-flex {
          display: inline-flex !important
        }

        .d-md-none {
          display: none !important
        }

        .flex-md-fill {
          flex: 1 1 auto !important
        }

        .flex-md-row {
          flex-direction: row !important
        }

        .flex-md-column {
          flex-direction: column !important
        }

        .flex-md-row-reverse {
          flex-direction: row-reverse !important
        }

        .flex-md-column-reverse {
          flex-direction: column-reverse !important
        }

        .flex-md-grow-0 {
          flex-grow: 0 !important
        }

        .flex-md-grow-1 {
          flex-grow: 1 !important
        }

        .flex-md-shrink-0 {
          flex-shrink: 0 !important
        }

        .flex-md-shrink-1 {
          flex-shrink: 1 !important
        }

        .flex-md-wrap {
          flex-wrap: wrap !important
        }

        .flex-md-nowrap {
          flex-wrap: nowrap !important
        }

        .flex-md-wrap-reverse {
          flex-wrap: wrap-reverse !important
        }

        .justify-content-md-start {
          justify-content: flex-start !important
        }

        .justify-content-md-end {
          justify-content: flex-end !important
        }

        .justify-content-md-center {
          justify-content: center !important
        }

        .justify-content-md-between {
          justify-content: space-between !important
        }

        .justify-content-md-around {
          justify-content: space-around !important
        }

        .justify-content-md-evenly {
          justify-content: space-evenly !important
        }

        .align-items-md-start {
          align-items: flex-start !important
        }

        .align-items-md-end {
          align-items: flex-end !important
        }

        .align-items-md-center {
          align-items: center !important
        }

        .align-items-md-baseline {
          align-items: baseline !important
        }

        .align-items-md-stretch {
          align-items: stretch !important
        }

        .align-content-md-start {
          align-content: flex-start !important
        }

        .align-content-md-end {
          align-content: flex-end !important
        }

        .align-content-md-center {
          align-content: center !important
        }

        .align-content-md-between {
          align-content: space-between !important
        }

        .align-content-md-around {
          align-content: space-around !important
        }

        .align-content-md-stretch {
          align-content: stretch !important
        }

        .align-self-md-auto {
          align-self: auto !important
        }

        .align-self-md-start {
          align-self: flex-start !important
        }

        .align-self-md-end {
          align-self: flex-end !important
        }

        .align-self-md-center {
          align-self: center !important
        }

        .align-self-md-baseline {
          align-self: baseline !important
        }

        .align-self-md-stretch {
          align-self: stretch !important
        }

        .order-md-first {
          order: -1 !important
        }

        .order-md-0 {
          order: 0 !important
        }

        .order-md-1 {
          order: 1 !important
        }

        .order-md-2 {
          order: 2 !important
        }

        .order-md-3 {
          order: 3 !important
        }

        .order-md-4 {
          order: 4 !important
        }

        .order-md-5 {
          order: 5 !important
        }

        .order-md-last {
          order: 6 !important
        }

        .m-md-0 {
          margin: 0 !important
        }

        .m-md-1 {
          margin: .25rem !important
        }

        .m-md-2 {
          margin: .5rem !important
        }

        .m-md-3 {
          margin: 1rem !important
        }

        .m-md-4 {
          margin: 1.5rem !important
        }

        .m-md-5 {
          margin: 3rem !important
        }

        .m-md-auto {
          margin: auto !important
        }

        .mx-md-0 {
          margin-right: 0 !important;
          margin-left: 0 !important
        }

        .mx-md-1 {
          margin-right: .25rem !important;
          margin-left: .25rem !important
        }

        .mx-md-2 {
          margin-right: .5rem !important;
          margin-left: .5rem !important
        }

        .mx-md-3 {
          margin-right: 1rem !important;
          margin-left: 1rem !important
        }

        .mx-md-4 {
          margin-right: 1.5rem !important;
          margin-left: 1.5rem !important
        }

        .mx-md-5 {
          margin-right: 3rem !important;
          margin-left: 3rem !important
        }

        .mx-md-auto {
          margin-right: auto !important;
          margin-left: auto !important
        }

        .my-md-0 {
          margin-top: 0 !important;
          margin-bottom: 0 !important
        }

        .my-md-1 {
          margin-top: .25rem !important;
          margin-bottom: .25rem !important
        }

        .my-md-2 {
          margin-top: .5rem !important;
          margin-bottom: .5rem !important
        }

        .my-md-3 {
          margin-top: 1rem !important;
          margin-bottom: 1rem !important
        }

        .my-md-4 {
          margin-top: 1.5rem !important;
          margin-bottom: 1.5rem !important
        }

        .my-md-5 {
          margin-top: 3rem !important;
          margin-bottom: 3rem !important
        }

        .my-md-auto {
          margin-top: auto !important;
          margin-bottom: auto !important
        }

        .mt-md-0 {
          margin-top: 0 !important
        }

        .mt-md-1 {
          margin-top: .25rem !important
        }

        .mt-md-2 {
          margin-top: .5rem !important
        }

        .mt-md-3 {
          margin-top: 1rem !important
        }

        .mt-md-4 {
          margin-top: 1.5rem !important
        }

        .mt-md-5 {
          margin-top: 3rem !important
        }

        .mt-md-auto {
          margin-top: auto !important
        }

        .me-md-0 {
          margin-right: 0 !important
        }

        .me-md-1 {
          margin-right: .25rem !important
        }

        .me-md-2 {
          margin-right: .5rem !important
        }

        .me-md-3 {
          margin-right: 1rem !important
        }

        .me-md-4 {
          margin-right: 1.5rem !important
        }

        .me-md-5 {
          margin-right: 3rem !important
        }

        .me-md-auto {
          margin-right: auto !important
        }

        .mb-md-0 {
          margin-bottom: 0 !important
        }

        .mb-md-1 {
          margin-bottom: .25rem !important
        }

        .mb-md-2 {
          margin-bottom: .5rem !important
        }

        .mb-md-3 {
          margin-bottom: 1rem !important
        }

        .mb-md-4 {
          margin-bottom: 1.5rem !important
        }

        .mb-md-5 {
          margin-bottom: 3rem !important
        }

        .mb-md-auto {
          margin-bottom: auto !important
        }

        .ms-md-0 {
          margin-left: 0 !important
        }

        .ms-md-1 {
          margin-left: .25rem !important
        }

        .ms-md-2 {
          margin-left: .5rem !important
        }

        .ms-md-3 {
          margin-left: 1rem !important
        }

        .ms-md-4 {
          margin-left: 1.5rem !important
        }

        .ms-md-5 {
          margin-left: 3rem !important
        }

        .ms-md-auto {
          margin-left: auto !important
        }

        .p-md-0 {
          padding: 0 !important
        }

        .p-md-1 {
          padding: .25rem !important
        }

        .p-md-2 {
          padding: .5rem !important
        }

        .p-md-3 {
          padding: 1rem !important
        }

        .p-md-4 {
          padding: 1.5rem !important
        }

        .p-md-5 {
          padding: 3rem !important
        }

        .px-md-0 {
          padding-right: 0 !important;
          padding-left: 0 !important
        }

        .px-md-1 {
          padding-right: .25rem !important;
          padding-left: .25rem !important
        }

        .px-md-2 {
          padding-right: .5rem !important;
          padding-left: .5rem !important
        }

        .px-md-3 {
          padding-right: 1rem !important;
          padding-left: 1rem !important
        }

        .px-md-4 {
          padding-right: 1.5rem !important;
          padding-left: 1.5rem !important
        }

        .px-md-5 {
          padding-right: 3rem !important;
          padding-left: 3rem !important
        }

        .py-md-0 {
          padding-top: 0 !important;
          padding-bottom: 0 !important
        }

        .py-md-1 {
          padding-top: .25rem !important;
          padding-bottom: .25rem !important
        }

        .py-md-2 {
          padding-top: .5rem !important;
          padding-bottom: .5rem !important
        }

        .py-md-3 {
          padding-top: 1rem !important;
          padding-bottom: 1rem !important
        }

        .py-md-4 {
          padding-top: 1.5rem !important;
          padding-bottom: 1.5rem !important
        }

        .py-md-5 {
          padding-top: 3rem !important;
          padding-bottom: 3rem !important
        }

        .pt-md-0 {
          padding-top: 0 !important
        }

        .pt-md-1 {
          padding-top: .25rem !important
        }

        .pt-md-2 {
          padding-top: .5rem !important
        }

        .pt-md-3 {
          padding-top: 1rem !important
        }

        .pt-md-4 {
          padding-top: 1.5rem !important
        }

        .pt-md-5 {
          padding-top: 3rem !important
        }

        .pe-md-0 {
          padding-right: 0 !important
        }

        .pe-md-1 {
          padding-right: .25rem !important
        }

        .pe-md-2 {
          padding-right: .5rem !important
        }

        .pe-md-3 {
          padding-right: 1rem !important
        }

        .pe-md-4 {
          padding-right: 1.5rem !important
        }

        .pe-md-5 {
          padding-right: 3rem !important
        }

        .pb-md-0 {
          padding-bottom: 0 !important
        }

        .pb-md-1 {
          padding-bottom: .25rem !important
        }

        .pb-md-2 {
          padding-bottom: .5rem !important
        }

        .pb-md-3 {
          padding-bottom: 1rem !important
        }

        .pb-md-4 {
          padding-bottom: 1.5rem !important
        }

        .pb-md-5 {
          padding-bottom: 3rem !important
        }

        .ps-md-0 {
          padding-left: 0 !important
        }

        .ps-md-1 {
          padding-left: .25rem !important
        }

        .ps-md-2 {
          padding-left: .5rem !important
        }

        .ps-md-3 {
          padding-left: 1rem !important
        }

        .ps-md-4 {
          padding-left: 1.5rem !important
        }

        .ps-md-5 {
          padding-left: 3rem !important
        }

        .gap-md-0 {
          gap: 0 !important
        }

        .gap-md-1 {
          gap: .25rem !important
        }

        .gap-md-2 {
          gap: .5rem !important
        }

        .gap-md-3 {
          gap: 1rem !important
        }

        .gap-md-4 {
          gap: 1.5rem !important
        }

        .gap-md-5 {
          gap: 3rem !important
        }

        .row-gap-md-0 {
          row-gap: 0 !important
        }

        .row-gap-md-1 {
          row-gap: .25rem !important
        }

        .row-gap-md-2 {
          row-gap: .5rem !important
        }

        .row-gap-md-3 {
          row-gap: 1rem !important
        }

        .row-gap-md-4 {
          row-gap: 1.5rem !important
        }

        .row-gap-md-5 {
          row-gap: 3rem !important
        }

        .column-gap-md-0 {
          -moz-column-gap: 0 !important;
          column-gap: 0 !important
        }

        .column-gap-md-1 {
          -moz-column-gap: 0.25rem !important;
          column-gap: .25rem !important
        }

        .column-gap-md-2 {
          -moz-column-gap: 0.5rem !important;
          column-gap: .5rem !important
        }

        .column-gap-md-3 {
          -moz-column-gap: 1rem !important;
          column-gap: 1rem !important
        }

        .column-gap-md-4 {
          -moz-column-gap: 1.5rem !important;
          column-gap: 1.5rem !important
        }

        .column-gap-md-5 {
          -moz-column-gap: 3rem !important;
          column-gap: 3rem !important
        }

        .text-md-start {
          text-align: left !important
        }

        .text-md-end {
          text-align: right !important
        }

        .text-md-center {
          text-align: center !important
        }
      }

      @media (min-width:992px) {
        .float-lg-start {
          float: left !important
        }

        .float-lg-end {
          float: right !important
        }

        .float-lg-none {
          float: none !important
        }

        .object-fit-lg-contain {
          -o-object-fit: contain !important;
          object-fit: contain !important
        }

        .object-fit-lg-cover {
          -o-object-fit: cover !important;
          object-fit: cover !important
        }

        .object-fit-lg-fill {
          -o-object-fit: fill !important;
          object-fit: fill !important
        }

        .object-fit-lg-scale {
          -o-object-fit: scale-down !important;
          object-fit: scale-down !important
        }

        .object-fit-lg-none {
          -o-object-fit: none !important;
          object-fit: none !important
        }

        .d-lg-inline {
          display: inline !important
        }

        .d-lg-inline-block {
          display: inline-block !important
        }

        .d-lg-block {
          display: block !important
        }

        .d-lg-grid {
          display: grid !important
        }

        .d-lg-inline-grid {
          display: inline-grid !important
        }

        .d-lg-table {
          display: table !important
        }

        .d-lg-table-row {
          display: table-row !important
        }

        .d-lg-table-cell {
          display: table-cell !important
        }

        .d-lg-flex {
          display: flex !important
        }

        .d-lg-inline-flex {
          display: inline-flex !important
        }

        .d-lg-none {
          display: none !important
        }

        .flex-lg-fill {
          flex: 1 1 auto !important
        }

        .flex-lg-row {
          flex-direction: row !important
        }

        .flex-lg-column {
          flex-direction: column !important
        }

        .flex-lg-row-reverse {
          flex-direction: row-reverse !important
        }

        .flex-lg-column-reverse {
          flex-direction: column-reverse !important
        }

        .flex-lg-grow-0 {
          flex-grow: 0 !important
        }

        .flex-lg-grow-1 {
          flex-grow: 1 !important
        }

        .flex-lg-shrink-0 {
          flex-shrink: 0 !important
        }

        .flex-lg-shrink-1 {
          flex-shrink: 1 !important
        }

        .flex-lg-wrap {
          flex-wrap: wrap !important
        }

        .flex-lg-nowrap {
          flex-wrap: nowrap !important
        }

        .flex-lg-wrap-reverse {
          flex-wrap: wrap-reverse !important
        }

        .justify-content-lg-start {
          justify-content: flex-start !important
        }

        .justify-content-lg-end {
          justify-content: flex-end !important
        }

        .justify-content-lg-center {
          justify-content: center !important
        }

        .justify-content-lg-between {
          justify-content: space-between !important
        }

        .justify-content-lg-around {
          justify-content: space-around !important
        }

        .justify-content-lg-evenly {
          justify-content: space-evenly !important
        }

        .align-items-lg-start {
          align-items: flex-start !important
        }

        .align-items-lg-end {
          align-items: flex-end !important
        }

        .align-items-lg-center {
          align-items: center !important
        }

        .align-items-lg-baseline {
          align-items: baseline !important
        }

        .align-items-lg-stretch {
          align-items: stretch !important
        }

        .align-content-lg-start {
          align-content: flex-start !important
        }

        .align-content-lg-end {
          align-content: flex-end !important
        }

        .align-content-lg-center {
          align-content: center !important
        }

        .align-content-lg-between {
          align-content: space-between !important
        }

        .align-content-lg-around {
          align-content: space-around !important
        }

        .align-content-lg-stretch {
          align-content: stretch !important
        }

        .align-self-lg-auto {
          align-self: auto !important
        }

        .align-self-lg-start {
          align-self: flex-start !important
        }

        .align-self-lg-end {
          align-self: flex-end !important
        }

        .align-self-lg-center {
          align-self: center !important
        }

        .align-self-lg-baseline {
          align-self: baseline !important
        }

        .align-self-lg-stretch {
          align-self: stretch !important
        }

        .order-lg-first {
          order: -1 !important
        }

        .order-lg-0 {
          order: 0 !important
        }

        .order-lg-1 {
          order: 1 !important
        }

        .order-lg-2 {
          order: 2 !important
        }

        .order-lg-3 {
          order: 3 !important
        }

        .order-lg-4 {
          order: 4 !important
        }

        .order-lg-5 {
          order: 5 !important
        }

        .order-lg-last {
          order: 6 !important
        }

        .m-lg-0 {
          margin: 0 !important
        }

        .m-lg-1 {
          margin: .25rem !important
        }

        .m-lg-2 {
          margin: .5rem !important
        }

        .m-lg-3 {
          margin: 1rem !important
        }

        .m-lg-4 {
          margin: 1.5rem !important
        }

        .m-lg-5 {
          margin: 3rem !important
        }

        .m-lg-auto {
          margin: auto !important
        }

        .mx-lg-0 {
          margin-right: 0 !important;
          margin-left: 0 !important
        }

        .mx-lg-1 {
          margin-right: .25rem !important;
          margin-left: .25rem !important
        }

        .mx-lg-2 {
          margin-right: .5rem !important;
          margin-left: .5rem !important
        }

        .mx-lg-3 {
          margin-right: 1rem !important;
          margin-left: 1rem !important
        }

        .mx-lg-4 {
          margin-right: 1.5rem !important;
          margin-left: 1.5rem !important
        }

        .mx-lg-5 {
          margin-right: 3rem !important;
          margin-left: 3rem !important
        }

        .mx-lg-auto {
          margin-right: auto !important;
          margin-left: auto !important
        }

        .my-lg-0 {
          margin-top: 0 !important;
          margin-bottom: 0 !important
        }

        .my-lg-1 {
          margin-top: .25rem !important;
          margin-bottom: .25rem !important
        }

        .my-lg-2 {
          margin-top: .5rem !important;
          margin-bottom: .5rem !important
        }

        .my-lg-3 {
          margin-top: 1rem !important;
          margin-bottom: 1rem !important
        }

        .my-lg-4 {
          margin-top: 1.5rem !important;
          margin-bottom: 1.5rem !important
        }

        .my-lg-5 {
          margin-top: 3rem !important;
          margin-bottom: 3rem !important
        }

        .my-lg-auto {
          margin-top: auto !important;
          margin-bottom: auto !important
        }

        .mt-lg-0 {
          margin-top: 0 !important
        }

        .mt-lg-1 {
          margin-top: .25rem !important
        }

        .mt-lg-2 {
          margin-top: .5rem !important
        }

        .mt-lg-3 {
          margin-top: 1rem !important
        }

        .mt-lg-4 {
          margin-top: 1.5rem !important
        }

        .mt-lg-5 {
          margin-top: 3rem !important
        }

        .mt-lg-auto {
          margin-top: auto !important
        }

        .me-lg-0 {
          margin-right: 0 !important
        }

        .me-lg-1 {
          margin-right: .25rem !important
        }

        .me-lg-2 {
          margin-right: .5rem !important
        }

        .me-lg-3 {
          margin-right: 1rem !important
        }

        .me-lg-4 {
          margin-right: 1.5rem !important
        }

        .me-lg-5 {
          margin-right: 3rem !important
        }

        .me-lg-auto {
          margin-right: auto !important
        }

        .mb-lg-0 {
          margin-bottom: 0 !important
        }

        .mb-lg-1 {
          margin-bottom: .25rem !important
        }

        .mb-lg-2 {
          margin-bottom: .5rem !important
        }

        .mb-lg-3 {
          margin-bottom: 1rem !important
        }

        .mb-lg-4 {
          margin-bottom: 1.5rem !important
        }

        .mb-lg-5 {
          margin-bottom: 3rem !important
        }

        .mb-lg-auto {
          margin-bottom: auto !important
        }

        .ms-lg-0 {
          margin-left: 0 !important
        }

        .ms-lg-1 {
          margin-left: .25rem !important
        }

        .ms-lg-2 {
          margin-left: .5rem !important
        }

        .ms-lg-3 {
          margin-left: 1rem !important
        }

        .ms-lg-4 {
          margin-left: 1.5rem !important
        }

        .ms-lg-5 {
          margin-left: 3rem !important
        }

        .ms-lg-auto {
          margin-left: auto !important
        }

        .p-lg-0 {
          padding: 0 !important
        }

        .p-lg-1 {
          padding: .25rem !important
        }

        .p-lg-2 {
          padding: .5rem !important
        }

        .p-lg-3 {
          padding: 1rem !important
        }

        .p-lg-4 {
          padding: 1.5rem !important
        }

        .p-lg-5 {
          padding: 3rem !important
        }

        .px-lg-0 {
          padding-right: 0 !important;
          padding-left: 0 !important
        }

        .px-lg-1 {
          padding-right: .25rem !important;
          padding-left: .25rem !important
        }

        .px-lg-2 {
          padding-right: .5rem !important;
          padding-left: .5rem !important
        }

        .px-lg-3 {
          padding-right: 1rem !important;
          padding-left: 1rem !important
        }

        .px-lg-4 {
          padding-right: 1.5rem !important;
          padding-left: 1.5rem !important
        }

        .px-lg-5 {
          padding-right: 3rem !important;
          padding-left: 3rem !important
        }

        .py-lg-0 {
          padding-top: 0 !important;
          padding-bottom: 0 !important
        }

        .py-lg-1 {
          padding-top: .25rem !important;
          padding-bottom: .25rem !important
        }

        .py-lg-2 {
          padding-top: .5rem !important;
          padding-bottom: .5rem !important
        }

        .py-lg-3 {
          padding-top: 1rem !important;
          padding-bottom: 1rem !important
        }

        .py-lg-4 {
          padding-top: 1.5rem !important;
          padding-bottom: 1.5rem !important
        }

        .py-lg-5 {
          padding-top: 3rem !important;
          padding-bottom: 3rem !important
        }

        .pt-lg-0 {
          padding-top: 0 !important
        }

        .pt-lg-1 {
          padding-top: .25rem !important
        }

        .pt-lg-2 {
          padding-top: .5rem !important
        }

        .pt-lg-3 {
          padding-top: 1rem !important
        }

        .pt-lg-4 {
          padding-top: 1.5rem !important
        }

        .pt-lg-5 {
          padding-top: 3rem !important
        }

        .pe-lg-0 {
          padding-right: 0 !important
        }

        .pe-lg-1 {
          padding-right: .25rem !important
        }

        .pe-lg-2 {
          padding-right: .5rem !important
        }

        .pe-lg-3 {
          padding-right: 1rem !important
        }

        .pe-lg-4 {
          padding-right: 1.5rem !important
        }

        .pe-lg-5 {
          padding-right: 3rem !important
        }

        .pb-lg-0 {
          padding-bottom: 0 !important
        }

        .pb-lg-1 {
          padding-bottom: .25rem !important
        }

        .pb-lg-2 {
          padding-bottom: .5rem !important
        }

        .pb-lg-3 {
          padding-bottom: 1rem !important
        }

        .pb-lg-4 {
          padding-bottom: 1.5rem !important
        }

        .pb-lg-5 {
          padding-bottom: 3rem !important
        }

        .ps-lg-0 {
          padding-left: 0 !important
        }

        .ps-lg-1 {
          padding-left: .25rem !important
        }

        .ps-lg-2 {
          padding-left: .5rem !important
        }

        .ps-lg-3 {
          padding-left: 1rem !important
        }

        .ps-lg-4 {
          padding-left: 1.5rem !important
        }

        .ps-lg-5 {
          padding-left: 3rem !important
        }

        .gap-lg-0 {
          gap: 0 !important
        }

        .gap-lg-1 {
          gap: .25rem !important
        }

        .gap-lg-2 {
          gap: .5rem !important
        }

        .gap-lg-3 {
          gap: 1rem !important
        }

        .gap-lg-4 {
          gap: 1.5rem !important
        }

        .gap-lg-5 {
          gap: 3rem !important
        }

        .row-gap-lg-0 {
          row-gap: 0 !important
        }

        .row-gap-lg-1 {
          row-gap: .25rem !important
        }

        .row-gap-lg-2 {
          row-gap: .5rem !important
        }

        .row-gap-lg-3 {
          row-gap: 1rem !important
        }

        .row-gap-lg-4 {
          row-gap: 1.5rem !important
        }

        .row-gap-lg-5 {
          row-gap: 3rem !important
        }

        .column-gap-lg-0 {
          -moz-column-gap: 0 !important;
          column-gap: 0 !important
        }

        .column-gap-lg-1 {
          -moz-column-gap: 0.25rem !important;
          column-gap: .25rem !important
        }

        .column-gap-lg-2 {
          -moz-column-gap: 0.5rem !important;
          column-gap: .5rem !important
        }

        .column-gap-lg-3 {
          -moz-column-gap: 1rem !important;
          column-gap: 1rem !important
        }

        .column-gap-lg-4 {
          -moz-column-gap: 1.5rem !important;
          column-gap: 1.5rem !important
        }

        .column-gap-lg-5 {
          -moz-column-gap: 3rem !important;
          column-gap: 3rem !important
        }

        .text-lg-start {
          text-align: left !important
        }

        .text-lg-end {
          text-align: right !important
        }

        .text-lg-center {
          text-align: center !important
        }
      }

      @media (min-width:1200px) {
        .float-xl-start {
          float: left !important
        }

        .float-xl-end {
          float: right !important
        }

        .float-xl-none {
          float: none !important
        }

        .object-fit-xl-contain {
          -o-object-fit: contain !important;
          object-fit: contain !important
        }

        .object-fit-xl-cover {
          -o-object-fit: cover !important;
          object-fit: cover !important
        }

        .object-fit-xl-fill {
          -o-object-fit: fill !important;
          object-fit: fill !important
        }

        .object-fit-xl-scale {
          -o-object-fit: scale-down !important;
          object-fit: scale-down !important
        }

        .object-fit-xl-none {
          -o-object-fit: none !important;
          object-fit: none !important
        }

        .d-xl-inline {
          display: inline !important
        }

        .d-xl-inline-block {
          display: inline-block !important
        }

        .d-xl-block {
          display: block !important
        }

        .d-xl-grid {
          display: grid !important
        }

        .d-xl-inline-grid {
          display: inline-grid !important
        }

        .d-xl-table {
          display: table !important
        }

        .d-xl-table-row {
          display: table-row !important
        }

        .d-xl-table-cell {
          display: table-cell !important
        }

        .d-xl-flex {
          display: flex !important
        }

        .d-xl-inline-flex {
          display: inline-flex !important
        }

        .d-xl-none {
          display: none !important
        }

        .flex-xl-fill {
          flex: 1 1 auto !important
        }

        .flex-xl-row {
          flex-direction: row !important
        }

        .flex-xl-column {
          flex-direction: column !important
        }

        .flex-xl-row-reverse {
          flex-direction: row-reverse !important
        }

        .flex-xl-column-reverse {
          flex-direction: column-reverse !important
        }

        .flex-xl-grow-0 {
          flex-grow: 0 !important
        }

        .flex-xl-grow-1 {
          flex-grow: 1 !important
        }

        .flex-xl-shrink-0 {
          flex-shrink: 0 !important
        }

        .flex-xl-shrink-1 {
          flex-shrink: 1 !important
        }

        .flex-xl-wrap {
          flex-wrap: wrap !important
        }

        .flex-xl-nowrap {
          flex-wrap: nowrap !important
        }

        .flex-xl-wrap-reverse {
          flex-wrap: wrap-reverse !important
        }

        .justify-content-xl-start {
          justify-content: flex-start !important
        }

        .justify-content-xl-end {
          justify-content: flex-end !important
        }

        .justify-content-xl-center {
          justify-content: center !important
        }

        .justify-content-xl-between {
          justify-content: space-between !important
        }

        .justify-content-xl-around {
          justify-content: space-around !important
        }

        .justify-content-xl-evenly {
          justify-content: space-evenly !important
        }

        .align-items-xl-start {
          align-items: flex-start !important
        }

        .align-items-xl-end {
          align-items: flex-end !important
        }

        .align-items-xl-center {
          align-items: center !important
        }

        .align-items-xl-baseline {
          align-items: baseline !important
        }

        .align-items-xl-stretch {
          align-items: stretch !important
        }

        .align-content-xl-start {
          align-content: flex-start !important
        }

        .align-content-xl-end {
          align-content: flex-end !important
        }

        .align-content-xl-center {
          align-content: center !important
        }

        .align-content-xl-between {
          align-content: space-between !important
        }

        .align-content-xl-around {
          align-content: space-around !important
        }

        .align-content-xl-stretch {
          align-content: stretch !important
        }

        .align-self-xl-auto {
          align-self: auto !important
        }

        .align-self-xl-start {
          align-self: flex-start !important
        }

        .align-self-xl-end {
          align-self: flex-end !important
        }

        .align-self-xl-center {
          align-self: center !important
        }

        .align-self-xl-baseline {
          align-self: baseline !important
        }

        .align-self-xl-stretch {
          align-self: stretch !important
        }

        .order-xl-first {
          order: -1 !important
        }

        .order-xl-0 {
          order: 0 !important
        }

        .order-xl-1 {
          order: 1 !important
        }

        .order-xl-2 {
          order: 2 !important
        }

        .order-xl-3 {
          order: 3 !important
        }

        .order-xl-4 {
          order: 4 !important
        }

        .order-xl-5 {
          order: 5 !important
        }

        .order-xl-last {
          order: 6 !important
        }

        .m-xl-0 {
          margin: 0 !important
        }

        .m-xl-1 {
          margin: .25rem !important
        }

        .m-xl-2 {
          margin: .5rem !important
        }

        .m-xl-3 {
          margin: 1rem !important
        }

        .m-xl-4 {
          margin: 1.5rem !important
        }

        .m-xl-5 {
          margin: 3rem !important
        }

        .m-xl-auto {
          margin: auto !important
        }

        .mx-xl-0 {
          margin-right: 0 !important;
          margin-left: 0 !important
        }

        .mx-xl-1 {
          margin-right: .25rem !important;
          margin-left: .25rem !important
        }

        .mx-xl-2 {
          margin-right: .5rem !important;
          margin-left: .5rem !important
        }

        .mx-xl-3 {
          margin-right: 1rem !important;
          margin-left: 1rem !important
        }

        .mx-xl-4 {
          margin-right: 1.5rem !important;
          margin-left: 1.5rem !important
        }

        .mx-xl-5 {
          margin-right: 3rem !important;
          margin-left: 3rem !important
        }

        .mx-xl-auto {
          margin-right: auto !important;
          margin-left: auto !important
        }

        .my-xl-0 {
          margin-top: 0 !important;
          margin-bottom: 0 !important
        }

        .my-xl-1 {
          margin-top: .25rem !important;
          margin-bottom: .25rem !important
        }

        .my-xl-2 {
          margin-top: .5rem !important;
          margin-bottom: .5rem !important
        }

        .my-xl-3 {
          margin-top: 1rem !important;
          margin-bottom: 1rem !important
        }

        .my-xl-4 {
          margin-top: 1.5rem !important;
          margin-bottom: 1.5rem !important
        }

        .my-xl-5 {
          margin-top: 3rem !important;
          margin-bottom: 3rem !important
        }

        .my-xl-auto {
          margin-top: auto !important;
          margin-bottom: auto !important
        }

        .mt-xl-0 {
          margin-top: 0 !important
        }

        .mt-xl-1 {
          margin-top: .25rem !important
        }

        .mt-xl-2 {
          margin-top: .5rem !important
        }

        .mt-xl-3 {
          margin-top: 1rem !important
        }

        .mt-xl-4 {
          margin-top: 1.5rem !important
        }

        .mt-xl-5 {
          margin-top: 3rem !important
        }

        .mt-xl-auto {
          margin-top: auto !important
        }

        .me-xl-0 {
          margin-right: 0 !important
        }

        .me-xl-1 {
          margin-right: .25rem !important
        }

        .me-xl-2 {
          margin-right: .5rem !important
        }

        .me-xl-3 {
          margin-right: 1rem !important
        }

        .me-xl-4 {
          margin-right: 1.5rem !important
        }

        .me-xl-5 {
          margin-right: 3rem !important
        }

        .me-xl-auto {
          margin-right: auto !important
        }

        .mb-xl-0 {
          margin-bottom: 0 !important
        }

        .mb-xl-1 {
          margin-bottom: .25rem !important
        }

        .mb-xl-2 {
          margin-bottom: .5rem !important
        }

        .mb-xl-3 {
          margin-bottom: 1rem !important
        }

        .mb-xl-4 {
          margin-bottom: 1.5rem !important
        }

        .mb-xl-5 {
          margin-bottom: 3rem !important
        }

        .mb-xl-auto {
          margin-bottom: auto !important
        }

        .ms-xl-0 {
          margin-left: 0 !important
        }

        .ms-xl-1 {
          margin-left: .25rem !important
        }

        .ms-xl-2 {
          margin-left: .5rem !important
        }

        .ms-xl-3 {
          margin-left: 1rem !important
        }

        .ms-xl-4 {
          margin-left: 1.5rem !important
        }

        .ms-xl-5 {
          margin-left: 3rem !important
        }

        .ms-xl-auto {
          margin-left: auto !important
        }

        .p-xl-0 {
          padding: 0 !important
        }

        .p-xl-1 {
          padding: .25rem !important
        }

        .p-xl-2 {
          padding: .5rem !important
        }

        .p-xl-3 {
          padding: 1rem !important
        }

        .p-xl-4 {
          padding: 1.5rem !important
        }

        .p-xl-5 {
          padding: 3rem !important
        }

        .px-xl-0 {
          padding-right: 0 !important;
          padding-left: 0 !important
        }

        .px-xl-1 {
          padding-right: .25rem !important;
          padding-left: .25rem !important
        }

        .px-xl-2 {
          padding-right: .5rem !important;
          padding-left: .5rem !important
        }

        .px-xl-3 {
          padding-right: 1rem !important;
          padding-left: 1rem !important
        }

        .px-xl-4 {
          padding-right: 1.5rem !important;
          padding-left: 1.5rem !important
        }

        .px-xl-5 {
          padding-right: 3rem !important;
          padding-left: 3rem !important
        }

        .py-xl-0 {
          padding-top: 0 !important;
          padding-bottom: 0 !important
        }

        .py-xl-1 {
          padding-top: .25rem !important;
          padding-bottom: .25rem !important
        }

        .py-xl-2 {
          padding-top: .5rem !important;
          padding-bottom: .5rem !important
        }

        .py-xl-3 {
          padding-top: 1rem !important;
          padding-bottom: 1rem !important
        }

        .py-xl-4 {
          padding-top: 1.5rem !important;
          padding-bottom: 1.5rem !important
        }

        .py-xl-5 {
          padding-top: 3rem !important;
          padding-bottom: 3rem !important
        }

        .pt-xl-0 {
          padding-top: 0 !important
        }

        .pt-xl-1 {
          padding-top: .25rem !important
        }

        .pt-xl-2 {
          padding-top: .5rem !important
        }

        .pt-xl-3 {
          padding-top: 1rem !important
        }

        .pt-xl-4 {
          padding-top: 1.5rem !important
        }

        .pt-xl-5 {
          padding-top: 3rem !important
        }

        .pe-xl-0 {
          padding-right: 0 !important
        }

        .pe-xl-1 {
          padding-right: .25rem !important
        }

        .pe-xl-2 {
          padding-right: .5rem !important
        }

        .pe-xl-3 {
          padding-right: 1rem !important
        }

        .pe-xl-4 {
          padding-right: 1.5rem !important
        }

        .pe-xl-5 {
          padding-right: 3rem !important
        }

        .pb-xl-0 {
          padding-bottom: 0 !important
        }

        .pb-xl-1 {
          padding-bottom: .25rem !important
        }

        .pb-xl-2 {
          padding-bottom: .5rem !important
        }

        .pb-xl-3 {
          padding-bottom: 1rem !important
        }

        .pb-xl-4 {
          padding-bottom: 1.5rem !important
        }

        .pb-xl-5 {
          padding-bottom: 3rem !important
        }

        .ps-xl-0 {
          padding-left: 0 !important
        }

        .ps-xl-1 {
          padding-left: .25rem !important
        }

        .ps-xl-2 {
          padding-left: .5rem !important
        }

        .ps-xl-3 {
          padding-left: 1rem !important
        }

        .ps-xl-4 {
          padding-left: 1.5rem !important
        }

        .ps-xl-5 {
          padding-left: 3rem !important
        }

        .gap-xl-0 {
          gap: 0 !important
        }

        .gap-xl-1 {
          gap: .25rem !important
        }

        .gap-xl-2 {
          gap: .5rem !important
        }

        .gap-xl-3 {
          gap: 1rem !important
        }

        .gap-xl-4 {
          gap: 1.5rem !important
        }

        .gap-xl-5 {
          gap: 3rem !important
        }

        .row-gap-xl-0 {
          row-gap: 0 !important
        }

        .row-gap-xl-1 {
          row-gap: .25rem !important
        }

        .row-gap-xl-2 {
          row-gap: .5rem !important
        }

        .row-gap-xl-3 {
          row-gap: 1rem !important
        }

        .row-gap-xl-4 {
          row-gap: 1.5rem !important
        }

        .row-gap-xl-5 {
          row-gap: 3rem !important
        }

        .column-gap-xl-0 {
          -moz-column-gap: 0 !important;
          column-gap: 0 !important
        }

        .column-gap-xl-1 {
          -moz-column-gap: 0.25rem !important;
          column-gap: .25rem !important
        }

        .column-gap-xl-2 {
          -moz-column-gap: 0.5rem !important;
          column-gap: .5rem !important
        }

        .column-gap-xl-3 {
          -moz-column-gap: 1rem !important;
          column-gap: 1rem !important
        }

        .column-gap-xl-4 {
          -moz-column-gap: 1.5rem !important;
          column-gap: 1.5rem !important
        }

        .column-gap-xl-5 {
          -moz-column-gap: 3rem !important;
          column-gap: 3rem !important
        }

        .text-xl-start {
          text-align: left !important
        }

        .text-xl-end {
          text-align: right !important
        }

        .text-xl-center {
          text-align: center !important
        }
      }

      @media (min-width:1400px) {
        .float-xxl-start {
          float: left !important
        }

        .float-xxl-end {
          float: right !important
        }

        .float-xxl-none {
          float: none !important
        }

        .object-fit-xxl-contain {
          -o-object-fit: contain !important;
          object-fit: contain !important
        }

        .object-fit-xxl-cover {
          -o-object-fit: cover !important;
          object-fit: cover !important
        }

        .object-fit-xxl-fill {
          -o-object-fit: fill !important;
          object-fit: fill !important
        }

        .object-fit-xxl-scale {
          -o-object-fit: scale-down !important;
          object-fit: scale-down !important
        }

        .object-fit-xxl-none {
          -o-object-fit: none !important;
          object-fit: none !important
        }

        .d-xxl-inline {
          display: inline !important
        }

        .d-xxl-inline-block {
          display: inline-block !important
        }

        .d-xxl-block {
          display: block !important
        }

        .d-xxl-grid {
          display: grid !important
        }

        .d-xxl-inline-grid {
          display: inline-grid !important
        }

        .d-xxl-table {
          display: table !important
        }

        .d-xxl-table-row {
          display: table-row !important
        }

        .d-xxl-table-cell {
          display: table-cell !important
        }

        .d-xxl-flex {
          display: flex !important
        }

        .d-xxl-inline-flex {
          display: inline-flex !important
        }

        .d-xxl-none {
          display: none !important
        }

        .flex-xxl-fill {
          flex: 1 1 auto !important
        }

        .flex-xxl-row {
          flex-direction: row !important
        }

        .flex-xxl-column {
          flex-direction: column !important
        }

        .flex-xxl-row-reverse {
          flex-direction: row-reverse !important
        }

        .flex-xxl-column-reverse {
          flex-direction: column-reverse !important
        }

        .flex-xxl-grow-0 {
          flex-grow: 0 !important
        }

        .flex-xxl-grow-1 {
          flex-grow: 1 !important
        }

        .flex-xxl-shrink-0 {
          flex-shrink: 0 !important
        }

        .flex-xxl-shrink-1 {
          flex-shrink: 1 !important
        }

        .flex-xxl-wrap {
          flex-wrap: wrap !important
        }

        .flex-xxl-nowrap {
          flex-wrap: nowrap !important
        }

        .flex-xxl-wrap-reverse {
          flex-wrap: wrap-reverse !important
        }

        .justify-content-xxl-start {
          justify-content: flex-start !important
        }

        .justify-content-xxl-end {
          justify-content: flex-end !important
        }

        .justify-content-xxl-center {
          justify-content: center !important
        }

        .justify-content-xxl-between {
          justify-content: space-between !important
        }

        .justify-content-xxl-around {
          justify-content: space-around !important
        }

        .justify-content-xxl-evenly {
          justify-content: space-evenly !important
        }

        .align-items-xxl-start {
          align-items: flex-start !important
        }

        .align-items-xxl-end {
          align-items: flex-end !important
        }

        .align-items-xxl-center {
          align-items: center !important
        }

        .align-items-xxl-baseline {
          align-items: baseline !important
        }

        .align-items-xxl-stretch {
          align-items: stretch !important
        }

        .align-content-xxl-start {
          align-content: flex-start !important
        }

        .align-content-xxl-end {
          align-content: flex-end !important
        }

        .align-content-xxl-center {
          align-content: center !important
        }

        .align-content-xxl-between {
          align-content: space-between !important
        }

        .align-content-xxl-around {
          align-content: space-around !important
        }

        .align-content-xxl-stretch {
          align-content: stretch !important
        }

        .align-self-xxl-auto {
          align-self: auto !important
        }

        .align-self-xxl-start {
          align-self: flex-start !important
        }

        .align-self-xxl-end {
          align-self: flex-end !important
        }

        .align-self-xxl-center {
          align-self: center !important
        }

        .align-self-xxl-baseline {
          align-self: baseline !important
        }

        .align-self-xxl-stretch {
          align-self: stretch !important
        }

        .order-xxl-first {
          order: -1 !important
        }

        .order-xxl-0 {
          order: 0 !important
        }

        .order-xxl-1 {
          order: 1 !important
        }

        .order-xxl-2 {
          order: 2 !important
        }

        .order-xxl-3 {
          order: 3 !important
        }

        .order-xxl-4 {
          order: 4 !important
        }

        .order-xxl-5 {
          order: 5 !important
        }

        .order-xxl-last {
          order: 6 !important
        }

        .m-xxl-0 {
          margin: 0 !important
        }

        .m-xxl-1 {
          margin: .25rem !important
        }

        .m-xxl-2 {
          margin: .5rem !important
        }

        .m-xxl-3 {
          margin: 1rem !important
        }

        .m-xxl-4 {
          margin: 1.5rem !important
        }

        .m-xxl-5 {
          margin: 3rem !important
        }

        .m-xxl-auto {
          margin: auto !important
        }

        .mx-xxl-0 {
          margin-right: 0 !important;
          margin-left: 0 !important
        }

        .mx-xxl-1 {
          margin-right: .25rem !important;
          margin-left: .25rem !important
        }

        .mx-xxl-2 {
          margin-right: .5rem !important;
          margin-left: .5rem !important
        }

        .mx-xxl-3 {
          margin-right: 1rem !important;
          margin-left: 1rem !important
        }

        .mx-xxl-4 {
          margin-right: 1.5rem !important;
          margin-left: 1.5rem !important
        }

        .mx-xxl-5 {
          margin-right: 3rem !important;
          margin-left: 3rem !important
        }

        .mx-xxl-auto {
          margin-right: auto !important;
          margin-left: auto !important
        }

        .my-xxl-0 {
          margin-top: 0 !important;
          margin-bottom: 0 !important
        }

        .my-xxl-1 {
          margin-top: .25rem !important;
          margin-bottom: .25rem !important
        }

        .my-xxl-2 {
          margin-top: .5rem !important;
          margin-bottom: .5rem !important
        }

        .my-xxl-3 {
          margin-top: 1rem !important;
          margin-bottom: 1rem !important
        }

        .my-xxl-4 {
          margin-top: 1.5rem !important;
          margin-bottom: 1.5rem !important
        }

        .my-xxl-5 {
          margin-top: 3rem !important;
          margin-bottom: 3rem !important
        }

        .my-xxl-auto {
          margin-top: auto !important;
          margin-bottom: auto !important
        }

        .mt-xxl-0 {
          margin-top: 0 !important
        }

        .mt-xxl-1 {
          margin-top: .25rem !important
        }

        .mt-xxl-2 {
          margin-top: .5rem !important
        }

        .mt-xxl-3 {
          margin-top: 1rem !important
        }

        .mt-xxl-4 {
          margin-top: 1.5rem !important
        }

        .mt-xxl-5 {
          margin-top: 3rem !important
        }

        .mt-xxl-auto {
          margin-top: auto !important
        }

        .me-xxl-0 {
          margin-right: 0 !important
        }

        .me-xxl-1 {
          margin-right: .25rem !important
        }

        .me-xxl-2 {
          margin-right: .5rem !important
        }

        .me-xxl-3 {
          margin-right: 1rem !important
        }

        .me-xxl-4 {
          margin-right: 1.5rem !important
        }

        .me-xxl-5 {
          margin-right: 3rem !important
        }

        .me-xxl-auto {
          margin-right: auto !important
        }

        .mb-xxl-0 {
          margin-bottom: 0 !important
        }

        .mb-xxl-1 {
          margin-bottom: .25rem !important
        }

        .mb-xxl-2 {
          margin-bottom: .5rem !important
        }

        .mb-xxl-3 {
          margin-bottom: 1rem !important
        }

        .mb-xxl-4 {
          margin-bottom: 1.5rem !important
        }

        .mb-xxl-5 {
          margin-bottom: 3rem !important
        }

        .mb-xxl-auto {
          margin-bottom: auto !important
        }

        .ms-xxl-0 {
          margin-left: 0 !important
        }

        .ms-xxl-1 {
          margin-left: .25rem !important
        }

        .ms-xxl-2 {
          margin-left: .5rem !important
        }

        .ms-xxl-3 {
          margin-left: 1rem !important
        }

        .ms-xxl-4 {
          margin-left: 1.5rem !important
        }

        .ms-xxl-5 {
          margin-left: 3rem !important
        }

        .ms-xxl-auto {
          margin-left: auto !important
        }

        .p-xxl-0 {
          padding: 0 !important
        }

        .p-xxl-1 {
          padding: .25rem !important
        }

        .p-xxl-2 {
          padding: .5rem !important
        }

        .p-xxl-3 {
          padding: 1rem !important
        }

        .p-xxl-4 {
          padding: 1.5rem !important
        }

        .p-xxl-5 {
          padding: 3rem !important
        }

        .px-xxl-0 {
          padding-right: 0 !important;
          padding-left: 0 !important
        }

        .px-xxl-1 {
          padding-right: .25rem !important;
          padding-left: .25rem !important
        }

        .px-xxl-2 {
          padding-right: .5rem !important;
          padding-left: .5rem !important
        }

        .px-xxl-3 {
          padding-right: 1rem !important;
          padding-left: 1rem !important
        }

        .px-xxl-4 {
          padding-right: 1.5rem !important;
          padding-left: 1.5rem !important
        }

        .px-xxl-5 {
          padding-right: 3rem !important;
          padding-left: 3rem !important
        }

        .py-xxl-0 {
          padding-top: 0 !important;
          padding-bottom: 0 !important
        }

        .py-xxl-1 {
          padding-top: .25rem !important;
          padding-bottom: .25rem !important
        }

        .py-xxl-2 {
          padding-top: .5rem !important;
          padding-bottom: .5rem !important
        }

        .py-xxl-3 {
          padding-top: 1rem !important;
          padding-bottom: 1rem !important
        }

        .py-xxl-4 {
          padding-top: 1.5rem !important;
          padding-bottom: 1.5rem !important
        }

        .py-xxl-5 {
          padding-top: 3rem !important;
          padding-bottom: 3rem !important
        }

        .pt-xxl-0 {
          padding-top: 0 !important
        }

        .pt-xxl-1 {
          padding-top: .25rem !important
        }

        .pt-xxl-2 {
          padding-top: .5rem !important
        }

        .pt-xxl-3 {
          padding-top: 1rem !important
        }

        .pt-xxl-4 {
          padding-top: 1.5rem !important
        }

        .pt-xxl-5 {
          padding-top: 3rem !important
        }

        .pe-xxl-0 {
          padding-right: 0 !important
        }

        .pe-xxl-1 {
          padding-right: .25rem !important
        }

        .pe-xxl-2 {
          padding-right: .5rem !important
        }

        .pe-xxl-3 {
          padding-right: 1rem !important
        }

        .pe-xxl-4 {
          padding-right: 1.5rem !important
        }

        .pe-xxl-5 {
          padding-right: 3rem !important
        }

        .pb-xxl-0 {
          padding-bottom: 0 !important
        }

        .pb-xxl-1 {
          padding-bottom: .25rem !important
        }

        .pb-xxl-2 {
          padding-bottom: .5rem !important
        }

        .pb-xxl-3 {
          padding-bottom: 1rem !important
        }

        .pb-xxl-4 {
          padding-bottom: 1.5rem !important
        }

        .pb-xxl-5 {
          padding-bottom: 3rem !important
        }

        .ps-xxl-0 {
          padding-left: 0 !important
        }

        .ps-xxl-1 {
          padding-left: .25rem !important
        }

        .ps-xxl-2 {
          padding-left: .5rem !important
        }

        .ps-xxl-3 {
          padding-left: 1rem !important
        }

        .ps-xxl-4 {
          padding-left: 1.5rem !important
        }

        .ps-xxl-5 {
          padding-left: 3rem !important
        }

        .gap-xxl-0 {
          gap: 0 !important
        }

        .gap-xxl-1 {
          gap: .25rem !important
        }

        .gap-xxl-2 {
          gap: .5rem !important
        }

        .gap-xxl-3 {
          gap: 1rem !important
        }

        .gap-xxl-4 {
          gap: 1.5rem !important
        }

        .gap-xxl-5 {
          gap: 3rem !important
        }

        .row-gap-xxl-0 {
          row-gap: 0 !important
        }

        .row-gap-xxl-1 {
          row-gap: .25rem !important
        }

        .row-gap-xxl-2 {
          row-gap: .5rem !important
        }

        .row-gap-xxl-3 {
          row-gap: 1rem !important
        }

        .row-gap-xxl-4 {
          row-gap: 1.5rem !important
        }

        .row-gap-xxl-5 {
          row-gap: 3rem !important
        }

        .column-gap-xxl-0 {
          -moz-column-gap: 0 !important;
          column-gap: 0 !important
        }

        .column-gap-xxl-1 {
          -moz-column-gap: 0.25rem !important;
          column-gap: .25rem !important
        }

        .column-gap-xxl-2 {
          -moz-column-gap: 0.5rem !important;
          column-gap: .5rem !important
        }

        .column-gap-xxl-3 {
          -moz-column-gap: 1rem !important;
          column-gap: 1rem !important
        }

        .column-gap-xxl-4 {
          -moz-column-gap: 1.5rem !important;
          column-gap: 1.5rem !important
        }

        .column-gap-xxl-5 {
          -moz-column-gap: 3rem !important;
          column-gap: 3rem !important
        }

        .text-xxl-start {
          text-align: left !important
        }

        .text-xxl-end {
          text-align: right !important
        }

        .text-xxl-center {
          text-align: center !important
        }
      }

      @media (min-width:1200px) {
        .fs-1 {
          font-size: 2.5rem !important
        }

        .fs-2 {
          font-size: 2rem !important
        }

        .fs-3 {
          font-size: 1.75rem !important
        }

        .fs-4 {
          font-size: 1.5rem !important
        }
      }

      @media print {
        .d-print-inline {
          display: inline !important
        }

        .d-print-inline-block {
          display: inline-block !important
        }

        .d-print-block {
          display: block !important
        }

        .d-print-grid {
          display: grid !important
        }

        .d-print-inline-grid {
          display: inline-grid !important
        }

        .d-print-table {
          display: table !important
        }

        .d-print-table-row {
          display: table-row !important
        }

        .d-print-table-cell {
          display: table-cell !important
        }

        .d-print-flex {
          display: flex !important
        }

        .d-print-inline-flex {
          display: inline-flex !important
        }

        .d-print-none {
          display: none !important
        }
      }



      /* search bar flight  */
       
                .ef-flight-form {
                  width: 100%;
                  max-width: 940px !important;
                  min-height: 80px;
                  background: #fff;
                  border-radius: 50px;
                  display: flex;
                  align-items: center;
                  padding: 8px 10px 8px 35px;
                  box-sizing: border-box;
                  flex-wrap: wrap;
                }

                .ef-form-field {
                  flex: 1 1 0;
                  min-width: 140px;
                  padding: 0 20px;
                  border-right: 1px solid #ddd;
                  display: flex;
                  align-items: center;
                  gap: 12px;
                }

                .ef-form-field:last-of-type {
                  border-right: none;
                }

                .ef-form-icon {
                  color: #0066ff;
                  font-size: 18px;
                  flex-shrink: 0;
                }

                .ef-form-text {
                  flex: 1;
                  min-width: 0;
                }

                .ef-form-label {
                  display: block;
                  color: #0f172a;
                  font-size: 15px;
                  font-weight: 600;
                  margin-bottom: 8px;
                  font-family: 'Figtree', sans-serif;
                }

                .ef-form-select,
                .ef-form-input {
                  width: 100%;
                  border: none;
                  outline: none;
                  color: #888;
                  font-size: 14px;
                  background: transparent;
                  font-family: 'Figtree', sans-serif;
                }

                .ef-search-btn {
                  width: 65px;
                  height: 65px;
                  border: none;
                  border-radius: 50%;
                  background: #0066ff;
                  cursor: pointer;
                  flex-shrink: 0;
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  color: #fff;
                  font-size: 20px;
                  margin-left: auto;
                }

                .ef-search-btn:focus-visible,
                .ef-toggle:focus-visible,
                .ef-nav a:focus-visible,
                .ef-follow-icons a:focus-visible {
                  outline: 2px solid #82d400;
                  outline-offset: 3px;
                }



                /* section two  */

     