@font-face {
    font-family: 'Geogrotesque-Bold';
    src: url('../fonts/Geogrotesque-Bold.eot') format('embedded-opentype'),
    url('../fonts/Geogrotesque-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }  
  @font-face {
    font-family: 'Geogrotesque-Regular';
    src: url('../fonts/Geogrotesque-Regular.eot') format('embedded-opentype'),
    url('../fonts/Geogrotesque-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }  
  @font-face {
      font-family: 'robotobold';
      src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
           url('../fonts/roboto-bold-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;
      font-display: swap;
  }  
  @font-face {
      font-family: 'robotolight';
      src: url('../fonts/roboto-light-webfont.woff2') format('woff2'),
           url('../fonts/roboto-light-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;
      font-display: swap;
  }  
  @font-face {
      font-family: 'robotoregular';
      src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
           url('../fonts/roboto-regular-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;
      font-display: swap;
  }  
  @font-face {
      font-family: 'gilroybold';
      src: url('../fonts/gilroy-bold-webfont.woff2') format('woff2'),
           url('../fonts/gilroy-bold-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;
      font-display: swap;
  }  
  @font-face {
      font-family: 'gilroyregular';
      src: url('../fonts/gilroy-regular-webfont.woff2') format('woff2'),
           url('../fonts/gilroy-regular-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;
      font-display: swap;
  }
  input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{
    display: none;
  }
  
  /* Main CSS */
  html{
    scroll-behavior: smooth;
  }
  body{
    font-family: 'Geogrotesque-Regular';
    font-weight: normal;
    font-style: normal;
    padding-top: 78px;
  }
  a{
    text-decoration: none;
  }
  a:hover, a:focus{
    text-decoration: none;
  }
  i{
    font-family: 'FontAwesome';
    color: #112c91;
  }
  p{
    font-size: 20px;
  }
  
  /* CSS for Navbar */
  .navbar-section{
    padding: 0 2.5rem;
    background-color: #283072;
  }
  .nav-shadow{
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  }
  .navbar-section .navbar{
    padding: 0;
  }
  .navbar-section .navbar-brand img:hover, .footer-section .footer-logo:hover{
    animation: spin .3s ease-out;
}
@keyframes spin{
    0%{
        transform: rotate(0);
    }
    50%{
        transform: rotate(360deg);   
    }
    75%{
        transform: rotate(405deg);   
    }
    100%{
        transform: rotate(360deg);     
    }
}
  .navbar-nav{
    flex-direction: row;
  }
  .br-15{
    border-radius: 15px;
  }
  /* #swissta-navbar{
    margin-right: 15px;
  } */
  #swissta-navbar ul li a{
    font-size: 18px;
    color: #fff;
    padding: 3px 8px;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
  }
  #swissta-navbar ul li a.active{
    color: #c5c8e8;
  }
  #swissta-navbar ul li a .nav-label{
      margin-bottom: 0;
      position: relative;
      top: 2px;
      cursor: pointer;
      margin-right: 5px;
  }
  .langActive label{
   color: #c5c8e8;
  }
  .newsletter-modal{
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    overflow: initial;
    width: 600px;
    height: auto;
  }
  .newsletter-btn{
    border: 1px solid #fff;
    color: #fff;
    padding: 0.75rem 2rem;
    border-radius: 0;
  }
  .newsletter-btn:hover{
    background-color: #fff;
    color: #283072;
  }
  .user-dropdown{
    padding: 0;
  }
  .user-dropdown a{
    cursor: pointer;
    border-bottom: 1px solid #283072;
  }
  .user-dropdown a:last-child{
    border-bottom: none;
  }
  .flag-box{
    width: 20px;
    height: 15px;
  }
  #swissta-navbar ul li a .lang{
    margin-bottom: 0;
    position: relative;
    top: 2px;
    cursor: pointer;
  }
  #swissta-navbar ul li a .flag-box{
    display: inline-block;
  }
  #swissta-navbar ul li.nav-item{
    margin-left: 10px;
    cursor: pointer;
    padding: 1.35rem 0;
  }
  .product-dropdown-nav .dropdown-toggle::after{
    display: none;
  }
  #swissta-navbar .product-dropdown-nav .dropdown-menu{
    border-radius: 0;
    transform: translateY(10px);
    opacity: 0;
    display: block;
    visibility: hidden;
    transition: all 0.15s ease-in;
    border: 0;
    background-color: #433ea1;
  }
  #swissta-navbar .product-dropdown-nav:hover .dropdown-menu{
    transform: translateY(-12px);
    opacity: 1;
    visibility: visible;
  }
  #swissta-navbar .product-dropdown-nav .dropdown-menu .dropdown-item{
    padding: .5rem 2rem;
    color: #fff;
  }
  .product-dropdown-nav .dropdown-menu .dropdown-item:hover{
      background-color: rgba(255,255,255,0.1);
      color: rgba(255,255,255,.85);
  }
  /* End of Navbar */
  
  .swissta-logo-adjust{
    height: 90px;
  }
  .swissta-header-section{
    height: 100vh;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: visible;
    display: block;
  }
  .swissta-header-banner{
    transform: translate3d(0px, 0px, 0px);
/*    //background: url(../images/swissta-header-bg.webp);
*/    background-repeat: no-repeat !important;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
    transition: all 0s ease !important;
    transition: opacity 0.3s ease !important;
    -webkit-transform-style: preserve-3d;
    opacity: 1;
    background-size: cover !important;
    background-position: 50% 50% !important;
    z-index: 1;
  }
  .swissta-header-banner-content{
    position: absolute;
    z-index: 3;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
  }
  .swissta-header-banner-content h3{
    color: #283072;
    font-size: 60px;
    font-family: 'Geogrotesque-Bold';
  }
  .swissta-history-section{
    /* background-color: #1f2872; */
  }
  .swissta-vision-section{
    background-color: #433ea1;
  }
  .common-padding{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  /* .swissta-history-content p{
    color: #fff;
  } */
  .swissta-history-content h2{
    /* color: #fff; */
    font-size: 40px;
  }
  .our-product-range-section{
    background-image: linear-gradient(to bottom, #fff, #e9e9e9);
  }
  .our-product-range-section p{
    color: #2e2e2e;
  }
  .buy-now-btn{
    background-color: none;
    border: 2px solid #283072;
    padding: 8px 20px;
    color: #283072;
    display: inline-block;
    font-family: 'Geogrotesque-Bold';
    transition: 0.5s;
    margin-bottom: 20px;
    cursor: default;
  }
  .buy-now-btn:hover{
    background-color: #283072;
    color: #fff;
    font-family: 'Geogrotesque-Regular';
  }
  .swissta-bottles-in-mob{
    display: none;
  }
  .common-heading{
    color: #283072;
    font-family: 'Geogrotesque-Bold';
    font-size: 46px;
    margin-bottom: 25px;
  }
  .common-heading-2{
    color: #283072;
    font-family: 'Geogrotesque-Bold';
    font-size: 32px;
    margin-bottom: 25px;
  }
  .section-title{
    color: #283072;
    font-family: 'Geogrotesque-Bold';
    font-size: 36px;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
  }
  .section-title::before {
    border-bottom: 2px solid #283072;
    content: " ";
    width: 100px;
    position: absolute;
    left: -120px;
    right: 0;
    bottom: 20px;
  }
  .section-title::after {
    border-bottom: 2px solid #283072;
    content: " ";
    width: 100px;
    position: absolute;
    right: -120px;
    bottom: 20px;
  }
  .overflow-style{
    max-height: 350px;
    overflow-y: scroll;
  }
  .overflow-style::-webkit-scrollbar {
    width: 20px;
  }
  
  .overflow-style::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px white; 
    border-radius: 10px;
  }
   
  .overflow-style::-webkit-scrollbar-thumb {
    background: #bfceff; 
    border-radius: 10px;
  }
  
  .overflow-style::-webkit-scrollbar-thumb:hover {
    background: #97abef; 
  }
  .product-content-section{
    background-color: #433ea1;
    padding-top: 35px;
    padding-bottom: 20px;
  }
  .water-facts-accordian .card{
    border: none;
    margin-bottom: 15px;
    border-radius: 0;
  }
  .water-facts-accordian .card-header{
    border-radius: 0;
    border: none;
    padding: 0;
    background: none !important;
  }
  .water-facts-accordian .card-link.collapsed{
    color: #333;
    display: block;
    padding: .75rem 1.25rem;
    background: #eeeeee;
  }
  .product-content-section .water-facts-accordian .card-link.collapsed{
    background: #fff; 
  }
  .water-facts-accordian .card-link{
    color: #001862;
    font-size: 20px;
    padding: .75rem 1.25rem;
    display: block;
    background: #e9eeff;
  }
  .water-facts-accordian .card-link, .water-facts-accordian .card-link h1, 
  .water-facts-accordian .card-link h2, .water-facts-accordian .card-link h3{
    font-size: 20px;
    margin: 0;
    padding-right: 1.25rem;
  }
  .water-facts-accordian .card-body{
    font-size: 20px;
    border-radius: 0;
    text-align: justify;
  }
  .water-facts-accordian .card-body p{
    text-align: justify;
  }
  .water-facts-accordian .card-link:after{
    float: right;
    font-family: 'Font Awesome 5 Free';
    content: "\f068";
    padding-right:0;
    color: #001862;
    font-weight: 900;
    top: 10px;
    position: absolute;
    right: 20px;
  }
  .water-facts-accordian .card-link.collapsed:after{
    content: "\f067";
    color: #575757;
  }
  .bg-grey{
    background-color: #eee;
  }
  .bg-sky{
    background-color: #e9eeff;
  }
  .padding-30{
    padding: 30px;
  }
  .margin-top-25{
    margin-top: 25px;
  }
  .mt-30{
    margin-top: 30px;
  }
  
  /* CSS for footer */
  .footer-section{
    padding-top: 25px;
    padding-bottom: 5px;
    background-color: #283072;
  }
  .min-width-18{
    min-width: 18px;
  }
  .padding-zero{
    padding: 0;
  }
  .footer-section a, .footer-section p{
    font-size: 14px;
  }
  .footer-section h4{
    font-family: 'Geogrotesque-Bold';
    font-size: 1.75rem;
  }
  .border-bottom-white{
    border-bottom: 1px solid #fff;
  }
  .footer-social-icons li a{
    /* height: 50px;
    width: 50px;
    border-radius: 50%; */
    /* border: 1px solid #fff; */
    margin-right: 20px;
    display: inline-block;
    /* line-height: 50px; */
    /* transition: 0.5s; */
    padding: 0;
    text-align: center;
  }
  /* .footer-social-icons li a:hover{
    background-color: #fff;
  } */
  
  .footer-social-icons li a i{
    font-size: 25px;
    line-height: 1;
    color: #fff;
    transition: all .1s ease-in;
  }
  .footer-social-icons li a:hover i{
    color: rgba(255,255,255,.85);
  } 
  .blue-underline{
    background-color: #333d8f;
    height: 2px;
  }
  .important-links .nav-item{
    margin-bottom: 8px;
  }
  .important-links .nav-item .nav-link{
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    transition: color .15s ease-in;
    padding: 0;
  }
  .important-links .nav-item .nav-link:hover{
    color: rgba(255,255,255,.85);
  }
  .footer-row {
    padding: 50px 0 0 50px;
  } 
  
  /* Common header background for internal pages */
  .swissta-common-header-section{
    /* height: 50vh; */
    margin: 0;
    padding: 0;
    position: relative;
    overflow: visible;
    display: block;
  }
  .swissta-common-header-banner{
    height: 100%;
    transform: translate3d(0px, 0px, 0px);
    background: url(../images/swissta-common-bg.webp);
    background-repeat: no-repeat !important;
    width: 100%;
    top: 0;
    left: 0;
    transition: all 0s ease !important;
    transition: opacity 0.3s ease !important;
    -webkit-transform-style: preserve-3d;
    opacity: 1;
    background-size: cover !important;
    background-position: 50% 50% !important;
    z-index: 1;
  }
  .swissta-common-header-banner.no-bg{
    background: none;
  }
  .swissta-common-header-banner-content{
    z-index: 3;
  }
  .swissta-common-header-banner-content h1{
    color: #fff;
    font-size: 60px;
    font-family: 'Geogrotesque-Bold';
    padding: 15px;
  }
  
  
  /* Login & Register page */
  .swissta-common-header-section.login-section{
    height: 100%;
    padding: 40px;
  }
  .login-section .swissta-common-header-banner{
    height: 100%;
  }
  .login-section .swissta-common-header-banner-content{
    background-color: transparent;
  }
  .login-box{
    background-color: #fff;
  }
  
  /************ Sign Up Seciton *************/
  .sign-up-section{
    min-height: 100vh;
    background-color: #283072;
    padding-bottom: 30px;
  }
  .sign-up-logo-div{
    padding-top: 20px;
    padding-bottom: 35px;
    text-align: center;
  }
  .sign-up-page-logo{
    width: 175px;
  }
  .sign-up-box{
    background-color: #fff;
  }
  .sign-up-box .contact{
    padding-left: 15px;
    padding-right: 15px;
  }
  .link-hover:hover{
    color: #fff !important;
  }
  .btn.btn-outline-secondary.border-left-0{
    display: none;
  }
  .bottom-login-para{
    font-size: 16px;
  }
  /***********************/
  
  .form-submit-btn{
    padding: .5rem 2rem;
    border: 2px solid #283072;
    color: #283072;
    border-radius: 0;
    font-size: 18px;
    text-transform: uppercase;
  }
  .form-submit-btn:hover{
    background-color: #283072;
    color: #fff;
  }
  /* Code for Form */
  .contact h3{
      margin-top: 0;
      margin-bottom: 40px;
      font-family: 'Geogrotesque-Bold';
  }
  .contact .form-group {
      margin-bottom: 30px;
  }
  .contact.login-from .form-group {
      margin-bottom: 50px;
  }
  .contact .form-control {
      border-radius: 0;
      border: none;
      border-bottom: 1px solid #ccc;
      box-shadow: none;
      padding-left: 0;
  }
  .contact .register-btn {
      background-color: #283072;
      border-color: #283072;
      border-radius: 0;
      color: #fff;
      transition: 0.3s;
      font-size: 20px;
  }
  .contact .btn-primary:hover, .contact .btn-primary:focus {
      background-color: #ff4e4a;
      outline: none;
      border-color: #ff4e4a;
  }
  .group {
      position: relative;
      margin-bottom: 45px;
  }
  .contact input:focus {
      outline: none;
  }
  .contact label {
      color: #999;
      font-weight: normal;
      position: absolute;
      pointer-events: none;
      left: 0;
      top: 0;
      transition: 0.2s ease all;
      -moz-transition: 0.2s ease all;
      -webkit-transition: 0.2s ease all;
  }
  .contact input[name='dob']:focus ~ label,
  .contact input[name='dob']:valid ~ label {
      top: -20px;
      font-size: 12px;
      color: #272751;
  }
  .contact input:focus ~ label,
  .contact input:valid ~ label, 
  .contact textarea:focus ~ label,
  .contact textarea:valid ~ label {
      top: -20px;
      font-size: 12px;
      color: #272751;
  }
  .bar {
      position: relative;
      display: block;
      width: 100%;
  }
  .bar:before,
  .bar:after {
      content: '';
      height: 2px;
      width: 0;
      bottom: 0px;
      position: absolute;
      background: #272751;
      transition: 0.2s ease all;
      -moz-transition: 0.2s ease all;
      -webkit-transition: 0.2s ease all;
  }
  .bar:before {
      left: 50%;
  }
  .bar:after {
      right: 50%;
  }
  .contact input:focus ~ .bar:before,
  .contact input:focus ~ .bar:after {
      width: 50%;
  }
  .contact textarea:focus ~ .bar:before,
  .contact textarea:focus ~ .bar:after {
      width: 50%;
  }
  .highlight {
      position: absolute;
      width: 100px;
      top: 25%;
      left: 0;
      pointer-events: none;
      opacity: 0.5;
  }
  /* Active State */
  .contact input:focus ~ .highlight, .contact textarea:focus ~ .highlight {
      -webkit-animation: inputHighlighter 0.3s ease;
      -moz-animation: inputHighlighter 0.3s ease;
      animation: inputHighlighter 0.3s ease;
  }
  .not-registered-content{
    margin-top: 15px;
    margin-bottom: 0;
  }
  .not-registered-content a{
    color: #283072;
  }
  .pb-25{
    padding-bottom: 25px;
  }
  
  /* ANIMATIONS ================ */
  @-webkit-keyframes inputHighlighter {
      from {
          background: #5264AE;
      }
      to {
          width: 0;
          background: transparent;
      }
  }
  @-moz-keyframes inputHighlighter {
      from {
          background: #5264AE;
      }
      to {
          width: 0;
          background: transparent;
      }
  }
  @keyframes inputHighlighter {
      from {
          background: #5264AE;
      }
      to {
          width: 0;
          background: transparent;
      }
  }
  .text-group textarea{
      display: block;
      background: none;
      padding: 0.125rem 0.125rem 0.0625rem;
      border-width: 0;
      border-color: transparent;
      line-height: 1.9;
      width: 100%;
      -webkit-transition: all 0.28s ease;
      transition: all 0.28s ease;
      box-shadow: none;
      padding-top: 15px;
  }
  .text-group textarea:focus ~ .input-label,
  .text-group textarea:valid ~ .input-label,
  .text-group textarea.form-file ~ .input-label,
  .text-group textarea.has-value ~ .input-label {
      font-size: 14px;
      color: 272751;
      top: -1rem;
      left: 0;
  }
  .text-group textarea:focus ~ .input-label {
      color: #272751;
  }
  .text-group textarea:focus ~ .bar::before {
      width: 100%;
      left: 0;
  }
  
  
  /* Code for wishlist */
  .product-order{
    text-align: center;
    border: 1px solid #ccc;
    width: 100px;
    padding: 5px;
  }
  .product-order-img{
    height: 100px;
    width: auto;
    max-width: 100%;
  }
  .shopping-table .fa-close{
    color: #fe0000;
    font-size: 20px;
  }
  .shopping-table .fa-cart-plus{
    color: #112c91;
    font-size: 20px;
    margin-left: 8px;
  }
  .table-heading{
    color: #696969;
  }
  .table>tbody>tr>td{
      vertical-align: middle;
  }
  .table>tbody>tr>td>h4{
    font-size: 16px;
    color: #5a5a5a;
  }
  .table>tbody>tr>td>p{
    font-size: 16px;
    color: #696969;
  }
  .address-table .fa-edit{
      color: #00ad42;
      font-size: 25px;
      margin-right: 10px;
  }
  .address-table .fa-trash{
      color: #fe0000;
      font-size: 25px;
      margin-right: 10px;
  }
  .change-address{
      color: #112c91;
  }
  .address-head{
      color: #696969;
  }
  .orders-view-detail{
      font-size: 14px;
      background: #0079fe;
      color: #fff;
      padding: 5px 8px;
  }
  .table-striped>tbody>tr:nth-of-type(odd) {
      background-color: #f5f5f5;
  }
  
  .update-now {
      font-size: 20px;
      padding: 8px 23px;
      background-color: #283072;
      border: 2px solid #283072;
      display: inline-block;
      color: #fff;
      text-decoration: none;
      margin-top: 15px;
      transition: 0.5s;
  }
  .update-now:hover {
      color: #283072;
      background-color: transparent;
      border: 2px solid #283072;
  }
  
  /* Code for profile */
  .profile-box {
      padding: 40px;
      height: auto;
  }
  .profile-background{
      background-color: #f4f4f4;
      transition: 0.5s;
  }
  .profile-background:hover{
      box-shadow: 0px 0px 10px #ababab;
      z-index: 15;
  }
  .profile-box h4{
      color: #333333;
      font-weight: bold;
      text-transform: uppercase;
  }
  .profile-box .fa-edit{
      font-size: 25px;
      color: #07990e;
  }
  .profile-box .edit-pic{
      color: #112c91;
      font-size: 16px;
  }
  .profile-box-content p{
      font-size: 16px;
      color: #696969;
  }
  .profile-image-box{
      border-radius: 50%;
      border: 3px solid #112c91;
  }
  .profile-address{
      padding: 40px;
      height: auto; 
  }
  .default-address{
      font-size: 24px;
      font-weight: bold;
      color: #696969;
  }
  .edit-profile{
      font-size: 18px;
      color: #112c91;
  }
  .profile-name{
      font-size: 20px;
      font-weight: bold;
      color: #696969;
      margin-top: 25px;
  }
  .profile-address p{
      font-size: 16px;
      color: #696969;
  }
  .profile-form{
      font-size: 16px;
      color: #696969;
  }
  .profile-section{
      margin-bottom: 30px;
  }
  .social-icons li a{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid #283072;
    margin-right: 15px;
    display: inline-block;
    line-height: 35px;
    transition: 0.5s;
  }
  .social-icons li a:hover{
    background-color: #283072;
  }
  .social-icons li a:hover i{
    color: #fff;
  }
  .social-icons li a i{
    font-size: 22px;
    color: #283072;
  }
  
  
  /* Single Product page*/
  .single-product-banner{
      background: url(../images/single-product.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      padding: 20px 0;
      margin-top: 40px;
      margin-bottom: 40px;
      position: relative;
  }
  .single-product-img img{
      width: auto;
      height: 335px;
  }
  .quantity-box{
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      padding: 5px 0;
      margin: 20px 0;
  }
  .single-product-heading{
      font-size: 30px;
  }
  .product-stock{
      color: #757474;
      font-size: 14px;
  }
  .product-overview-heading{
      color: #333333;
      font-size: 25px;
      font-family: 'Geogrotesque-Regular';
  }
  .product-paragraph{
      color: #505050;
      font-size: 16px;
  }
  .product-price{
     color: #757474;
      font-size: 20px;
  }
  .quantity-text{
      color: #757474;
      font-size: 18px;
  }
  
  .navbar-toggler{
    margin-right: 15px;
    font-size: 25px
  }
  .navbar-toggler:focus {
    outline: 0;
    border: 1px solid #d5d5d5;
  }
  /*Code for Quantity Increase*/
  .quantity-input {
      text-align: center;
      padding: 5px;
      margin: 2%;
  }
  .qty {
      width: 40px;
      height: 40px;
      text-align: center;
  }
  input.qtyplus {
      width:40px;
      height:40px;
   }
  input.qtyminus {
      width:40px;
      height:40px;
  }
  .wrapper {
    margin: 0 auto;
    width: 80%;
    text-align: center;
  }
  .image-gallery {
    margin: 0 auto;
    display: table;
  }
  .primary,
  .thumbnails {
    display: table-cell;
  }
  .thumbnails {
    width: 300px;
  }
  .primary {
    width: 600px;
    height: 400px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .thumbnail:hover .thumbnail-image, .selected .thumbnail-image {
    border: 4px solid #7b439a;
  }
  .thumbnail-image {
    width: 75px;
    height: 100px;
    margin: 20px auto;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border: 4px solid transparent;
  }
  .buy-btn {
      padding: 6px 12px;
      display: inline-block;
      color: #112c91;
      text-decoration: none;
      text-transform: uppercase;
      border-radius: 30px;
      border: 1px solid #112c91;
      font-weight: bold;
  }
  .buy-btn:hover {
      color: #283072;
      background-color: transparent;
      border: 1px solid #283072;
  }
  .add-to-cart {
      padding: 6px 12px;
      background: #283072;
      display: inline-block;
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      border-radius: 30px;
  }
  .add-to-cart:hover{
    color: #fff;
  }
  
  /* Gallery page */
  @import url(https://fonts.googleapis.com/css?family=Quicksand:400,300);
  .gal-container{
      padding: 12px;
  }
  .gal-item{
      overflow: hidden;
      padding: 3px;
      position: relative;
  }
  .gal-item .box{
      height: 350px;
      overflow: hidden;
  }
  .box img{
      height: 100%;
      width: 100%;
      object-fit:cover;
      -o-object-fit:cover;
  }
  .gal-item a:focus{
      outline: none;
  }
  .gal-item a:after{
      content: '\f002';
      font-family: 'FontAwesome';
      opacity: 0;
      background-color: rgba(0, 0, 0, 0.75);
      position: absolute;
      right: 3px;
      left: 3px;
      top: 3px;
      bottom: 3px;
      text-align: center;
      line-height: 350px;
      font-size: 30px;
      color: #fff;
      -webkit-transition: all 0.5s ease-in-out 0s;
      -moz-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
  }
  .gal-item a:hover:after{
      opacity: 1;
  }
  .event-gallery button.close{
      position: relative;
      right: 2px;
      top: -2px;
  }
  .event-gallery .modal-open .gal-container .modal{
      background-color: rgba(0,0,0,0.4);
  }
  .event-gallery .modal-open .gal-item .modal-body{
      padding: 0px;
  }
  .event-gallery .modal-open .gal-item button.close{
      position: absolute;
      width: 25px;
      height: 25px;
      background-color: #000;
      opacity: 1;
      color: #fff;
      z-index: 999;
      right: -12px;
      top: -12px;
      border-radius: 50%;
      font-size: 15px;
      border: 2px solid #fff;
      line-height: 25px;
      -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
      box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
  }
  .event-gallery .modal-open .gal-item button.close:focus{
      outline: none;
  }
  .event-gallery .modal-open .gal-item button.close span{
      position: relative;
      top: -3px;
      font-weight: lighter;
      text-shadow:none;
  }
  .gal-container .modal-dialogue{
      width: 80%;
  }
  .gal-container .description{
      position: relative;
      height: 40px;
      top: -40px;
      padding: 10px 25px;
      background-color: rgba(0,0,0,0.5);
      color: #fff;
      text-align: left;
  }
  .gal-container .description h4{
      margin:0px;
      font-size: 15px;
      font-weight: 300;
      line-height: 20px;
  }
  .gal-container .modal.fade .modal-dialog {
      -webkit-transform: scale(0.1);
      -moz-transform: scale(0.1);
      -ms-transform: scale(0.1);
      transform: scale(0.1);
      top: 100px;
      opacity: 0;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
  }
  .gal-container .modal.fade.in .modal-dialog {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transform: translate3d(0, -100px, 0);
      transform: translate3d(0, -100px, 0);
      opacity: 1;
  }
  .carousel-control.left {
      background-image: none;
      background:none;
  }
  .carousel-control.right {
      background-image: none;
      background:none;
  }
  .gal-item .carousel-control.right:after{
      background-image: none;
      background:none;
  }
  .gal-item .carousel-control.left:after{
      background-image: none;
      background:none;
      content: " ";
  }
  .gal-item .carousel-control.right:after{
      background-image: none;
      background:none;
      content: " ";
  }
  .events-details{
      position: absolute;
      bottom:10px;
      left: 20px;
  }
  .events-details h1{
     color: #fff;
     /*text-shadow: 0 1px 2px rgba(0,0,0,.6);*/
     background: #000;
     padding: 10px 10px 10px 10px;
     font-size: 20px;
  }
  .common-slider .carousel .carousel-item video{
    width: 100%;
  }
  
  .common-slider .carousel .carousel-control-prev, .common-slider .carousel .carousel-control-next{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.10);
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    background-color: rgba(255,255,255,0.1);
  }
  .common-slider .carousel .carousel-control-prev{
    left: 1rem;
  }
  .common-slider .carousel .carousel-control-next{
    left: auto;
    right: 1rem;
  }
  /* About Us page code */
  .swissta-hitory, .swissta-vision {
      position: relative;
  }
  .swissta-history h2, .swissta-vision h2{
      position: absolute;
      color: #fff;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-transform: uppercase;
      font-family: 'Geogrotesque-Bold';
      font-size: 45px;
  }
  .swissta-value-section{
      box-shadow: 2px 1px 6px rgba(0, 0, 0, 0.2);
  }
  .swissta-value-section h1{
    font-family: 'Geogrotesque-Bold';
    color: #8d8d8d;
  }
  
  
  /*CSS for new corrections*/
  .footer-form label{
    color: #fff;
  }
  .footer-btn{
    background: #fff;
    color: #283072;
    padding: 5px 25px;
    text-align: center;
    display: inline-block;
    border:none;
    transition: 0.3s;
  }
  
  .footer-btn:hover{
    background: #d0d5ff;
    color: #283072;
  }
  
  .footer-form .footer-input{
    border-radius: 0;
    height: 30px;
  }
  .footer-form .form-control{
    border-radius: 0;
  }
  
  
  .swissta-value-section-new h1{
    color: #fff;
  }
  
  .swissta-value-section-new p{
    color: #fff;
  }
  
  
  .change-address.address-font{
      font-size: 16px;
      font-weight: bold;
  }
  
  .swissta-bottles-in-desktop.bottle-1{
    width: 33%;
  }
  .swissta-bottles-in-desktop.bottle-2{
    width: 35%;
  }
  .swissta-bottles-in-desktop.bottle-3{
    width: 40%;
  }
  .swissta-bottles-in-desktop.bottle-4{
    width: 68%;
  }
  
  .modal.fade.in{
    opacity: 1;
  }
  
  #addbillingaddress.modal.fade .modal-dialog{
      -webkit-transform: translate(0,0);
      transform: translate(0,0);
  }
  
  .order-confirmation-table{
    margin-bottom: 40px;
  }
  
  /* .navbar-brand{
    padding-left: 15px;
  } */
  .common-padding-2{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .common-padding-3{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  #language_id {
      margin-left: 20px;
      padding: 0px 8px;
      height: 35px;
      position: relative;
      top: 10px;
  }
  
  .swissta-bottle-big{
    width: 70%;
  }
  .shipping-address p{
    margin-bottom: 2px;
    font-size: 16px;
  }
  
  .quantity-input{
    display: flex;
  }
  input.qtyplus{
      font-size: 35px;
      line-height: 1;
  }
  input.qtyminus{
      font-size: 35px;
      line-height: 1;
  }
  
  .shipping-address h4{
    font-size: 20px;
  }
  
  
  
  /*Quick Shopping Cart*/
  
  .quick-shopping-cart-box{
    position: relative;
  }
  .quick-shopping-cart{
      display: none;
      position: absolute;
      z-index: 10;
      width: 350px;
      background: #fff;
      padding: 10px;
      border: 1px solid #ececec;
      right: -93px;
      top: 52px;
      transition: 0.7s;
      max-height: 485px;
      overflow-y: auto;
      overflow-x: hidden;
  }
  .nav-item.quick-shopping-cart-box{
    transition: 0.7s;
  }
  .nav-item.quick-shopping-cart-box:hover .quick-shopping-cart {
    display: block !important;
  }
  .quick-product-details p{
    font-size: 13px;
    margin-bottom: 2px;
  }
  
  #swissta-navbar ul li a.quick-shopping-cart-btn {
      background-color: none;
      border: 2px solid #283072;
      padding: 5px 15px;
      font-size: 14px;
      color: #283072;
      display: inline-block;
      font-family: 'Geogrotesque-Regular';
      transition: 0.5s;
      margin-bottom: 5px;
      margin-top: 10px;
  }
  
  #swissta-navbar ul li a.quick-shopping-cart-btn:hover {
      background-color: #283072;
      color: #fff;
      font-family: 'Geogrotesque-Regular';
  }
  .quick-cart-heading {
      margin-bottom: 10px;
      margin-top: 0px;
      font-weight: bold;
  }
  .quick-cart-product{
    margin-bottom: 10px;
    border-top: 1px solid #ccc;
    padding-top: 15px;
  }
  .sticky{
      position: sticky;
      left: 0;
      right: 0;
      background: #fff;
      top: 0;
      z-index: 20;
      width: auto;
      box-shadow: 0 0 5px #ccc;
  }
  .update-now-btn-box{
    text-align: right;
  }
  .thank-you-section{
    margin: 50px 0px;
  }
  .border-bot-blue{
    border-bottom: 1px solid #283072;
  }
  .error-404-heading{
    font-size: 30px;
    letter-spacing: 2px;
    margin-top: 40px;
    margin-bottom: 15px;
  }
  .error-butn{
    width: 100%;
    background-color: transparent;
    border: 2px solid #283072;
    color: #283072;
    text-align: left;
    outline: 0;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: bold;
    transition: 0.4s;
    display: block;
  }
  .error-butn:hover, .error-butn:focus{
    background-color: #283072;
    color: #fff;
  }
  .error-butn:hover i, .error-butn:focus i{
    color: #fff;
  }
  .error-butn i{
    color: #283072;
    float: right;
    position: relative;
    top: 6px;
  }
  /************** Customer Testimonial ************/
  .customer-testimonial-section{
    background-image: linear-gradient(to bottom, #fff, #e9e9e9);
    padding-bottom: 50px;
  }
  .customer-name{
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
    font-family: 'robotobold';
  }
  .customer-location{
    opacity: 0.6;
  }
  #customerSay .carousel-control-next, #customerSay .carousel-control-prev{
    width: 10%;
  }
  #customerSay .carousel-control-next span, #customerSay .carousel-control-prev span{
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    background-color: #c8c8c8;
    background-image: none;
  }
  #customerSay .carousel-inner, #customerSay .carousel-item{
    padding: 15px 0;
  }
  #customerSay .carousel-indicators li{
    background-color: #283072;
  }
  .testimonial-wrapper{
    width: 75%;
    margin: 0 auto;
    margin-bottom: 25px;
    padding: 15px;
    border-radius: 5px;
    border: 2px solid rgba(48,48,114,1);
  }
  .testimonial-wrapper .col-sm-3{
    text-align: center;
  }
  .customer-img-div img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
  }
  .quote-icon{
    font-size: 28px;
    margin-bottom: 10px;
  }
  .modal-swissta-logo{
    width: 80px;
  }
  .newsletter-modal .modal-dialog{
    max-width: 600px;
    position: absolute;
    bottom: 0;
    right: -300px;
    margin-bottom: 0;
    box-shadow: 0 0 20px rgba(255,255,255,0.5);
    transition: all 3s;
  }
  .modal-dialog.modal-slide{
    right: 0;
  }
  .newsletter-modal .modal-header{
    border-bottom: 0;
    padding: 20px 15px 5px 30px;
  }
  .newsletter-modal .modal-header button.close{
    font-weight: normal;
    opacity: 1;
    font-size: 2rem;
  }
  .newsletter-modal .modal-header button.close i{
    font-style: normal;
    font-weight: normal;
    color: #fff;
  }
  .newsletter-modal .modal-content{
    background-color: #283072;
    border-radius: 0;
  }
  .newsletter-modal .modal-body{
    padding: 15px 15px 15px 30px;
  }
  .newsletter-modal .modal-body .form-control{
    border-radius: 0;
    background-color: rgba(255,255,255,0.9);
    border: 0;
    padding: 0.5rem .75rem;
    font-size: 0.9rem;
    height: 2rem;
  }
  .modal-sign-up-now-btn{
    border: 1px solid #fff;
    color: #fff;
    padding: 0.5rem 1.5rem;
    border-radius: 0;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 1rem;
  }
  .modal-sign-up-now-btn:hover{
    background-color: #fff;
    color: #283072;
  }
  .w-80{
    width: 80%;
  }
  .w-60{
    width: 60%;
  }
  
  .copy-link-modal{
    top: 25%;
  }
  .copy-link-modal .modal-dialog{
    max-width: 650px;
  }
  .copy-link-modal .modal-header{
    padding-bottom: 0;
    border-bottom: 0; 
  }
  .copy-link-modal .modal-header .close{
    opacity: 0.9;  
  }
  .copy-link-modal .modal-header .close i{
    color: #202020;
  }
  .copy-link-modal .modal-body .copy-link-input{
    width: 100%;
    text-align: center;
    padding: 0.5rem 0.1rem;
    font-size: 18px;
    border: 1px solid #1977f2;
    border-radius: 3px;
  }
  .copy-link-btn{
    background-color: #6c757d;
    padding: 0.4rem 2rem;
    color: #fff;
  }
  .copy-link-btn:hover{
    color: #fff;
    opacity: 0.9;
  }
  
  /* Start media query */
  @media (min-width: 2100px){
    .common-btn{
      font-size: 28px;
    }
    .modal-title {
        font-size: 36px;
    }
    label {
        font-size: 28px;
    }
    input[type=checkbox], input[type=radio]{
      height: 32px;
      width: 32px;
    }
    .change-address.address-font {
        font-size: 20px;
    }
    .update-now {
        font-size: 28px;
    }
    .form-control{
      height: 60px;
    }
    .edit-profile {
        font-size: 24px;
    }
    .profile-address p {
        font-size: 28px;
    }
    .profile-name {
        font-size: 30px;
    }
    .profile-box-content p {
        font-size: 28px;
    }
    .profile-box .fa-edit {
        margin-right: 10px;
    }
    .profile-box .edit-pic {
        font-size: 24px;
    }
    .default-address {
        font-size: 30px;
    }
    .footer-btn {
        font-size: 28px;
    }
    .footer-form .footer-input {
        height: 45px;
    }
    .footer-form label {
        font-size: 28px;
    }
    ul li{
      font-size: 30px;
      margin-bottom: 10px;
    }
    #swissta-navbar select{
      font-size: 30px;
    }
    #swissta-navbar select option{
      font-size: 18px;
    }
    #swissta-navbar ul li a i span {
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 22px;
    }
    .hover-circle:after {
      top: calc(50% - 38px);
      left: calc(50% - 38px);
      width: 76px;
      height: 76px;
    }
    .container {
        max-width: 1800px;
    }
    .swissta-logo-adjust {
        height: 220px;
    }
  /*  #swissta-navbar ul li a {
        font-size: 38px;
    }*/
    #swissta-navbar ul li a i {
        font-size: 50px;
    }
    #swissta-navbar ul li a .lang {
      margin-bottom: .5rem;
      top: 5px;
  }
  .flag-box {
      width: 30px;
      height: 35px;
  }
    .swissta-header-banner-content h3 {
        font-size: 80px;
    }
    p {
        font-size: 30px;
    }
    .h1, h1 {
        font-size: 4.5rem;
    }
    .buy-now-btn {
        font-size: 25px; 
    }
    .common-heading {
        font-size: 70px;
    }
    .water-facts-accordian .card-link.collapsed {
        font-size: 35px;
    }
    .card-link:hover {
        font-size: 35px;
    }
    .water-facts-accordian .card-link {
        font-size: 35px;
    }
    .water-facts-accordian .card-body {
        font-size: 28px;
    }
    .footer-section h2 {
        font-size: 45px;
    }
    .footer-section a, .footer-section p {
        font-size: 28px;
    }
    .footer-social-icons li a {
        height: 60px;
        width: 60px;
    }
    .footer-social-icons li a i {
        font-size: 35px;
        margin-top: 6px;
    }
    strong {
        font-size: 34px;
    }
      .product-overview-heading {
        font-size: 28px;
    }
    .product-stock {
        font-size: 25px;
    }
    .product-paragraph {
        font-size: 28px;
    }
    .product-price {
        font-size: 25px;
    }
    .buy-btn {
        font-size: 28px;
    }
    .add-to-cart {
        font-size: 28px;
    }
    .quantity-text {
        font-size: 28px;
    }
    .input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
        font-size: 25px;
    }
    .fa {
        margin-top: 5px;
        font-size: 20px;
    }
    .contact .form-group {
        margin-bottom: 40px;
    }
    .contact label {
        font-size: 35px;
        padding-bottom: 20px;
    }
    .contact .form-group label  {
        margin-bottom: 40px;
    }
    .contact input:focus  label, .contact input:valid  label {
        font-size: 30px;
    }
    .contact .form-control {
      border-bottom: 2px solid #ccc;
      padding-top: 50px;
      font-size: 35px;
      padding-bottom: 18px;
    }
    .contact .register-btn {
        font-size: 35px;
    }
    .contact h3 {
        font-size: 45px;
    }
    .contact-iframe iframe{
      min-height: 800px;
    }
    .account-box h4 {
        font-size: 35px;
    }
    .table .thead-light th {
        font-size: 35px;
    }
    .table>tbody>tr>td>p {
        font-size: 25px;
    }
    .table>tbody>tr>td {
        font-size: 28px;
    }
    .shopping-table .fa-close {
        font-size: 35px;
    }
    .product-order {
        width: 150px;
        height: 150px;
    }
    .product-order-img {
        height: 130px;
    }
    .map-size {
      width: 100%;
      height: 800px;
    }
    #forgetPassword .modal-title{
      font-size: 34px;
    }
     #forgetPassword button.close{
      font-size: 34px;
    }
    #forgetPassword .form-group input{
      font-size: 34px;
    }
    #forgetPassword .enquiry-submit-btn{
      font-size: 30px;
    }
    .footer-section .col-md-3 img{
      width: 80%;
    }
  }
  @media (min-width: 768px) and (max-width: 1023px){
    .buy-now-btn {
      font-size: 10px;
    }
    .overflow-style {
      max-height: 625px;
    }
  }
  @media (max-width: 1199px){
    .product-content-section .common-padding-2{
      padding: 0;
    }
  }
  @media (max-width: 767px){
    .overflow-style{
      max-height: 500px;
      padding-top: 50px;
      padding-bottom: 35px;
    }
    .swissta-header-banner {
      background: url(../images/swissta-header-mobile-bg.webp);
    }
    .navbar-section .navbar {
      justify-content: center;
    }
    #swissta-navbar {
      padding: 10px 0;
    }
    .swissta-bottles-in-desktop.bottle-4 {
      width: 50%;
    }
    .navbar-brand {
      padding-left: 10px;
      margin-right: 5px;
    }
    #swissta-navbar ul li a .nav-label{
      margin-right: 0;
    }
    .sign-up-para, .bottom-login-para{
      padding: 0 15px 0 15px;
    }
    .sign-up-box{
      margin-left: 15px;
      margin-right: 15px;
    }
    .sign-up-box .contact {
      padding-left: 0;
      padding-right: 0;
    }
    .testimonial-wrapper .col-sm-3{
      text-align: left;
    }
    .testimonial-wrapper {
      width: 95%;
    }
    #customerSay .carousel-control-next, #customerSay .carousel-control-prev{
      display: none;
    }
    .quote-icon{
      margin-top: 15px;
    }
    .error-butn{
      margin-bottom: 15px;
    }
    #language_id {
      margin: 0px 10px 0px 15px;
      padding: 0px;
      top: 5px;
    }
    .swissta-history-section img{
      margin-bottom: 45px;
    }
    .swissta-bottle-big{
      height: 450px;
      width: auto;
    }
    .swissta-bottles-in-mob{
      display: block;
      margin: 0 auto;
    }
    .swissta-header-banner-content h3, .common-heading {
      font-size: 38px;
    }
    .footer-section .col-md-3{
      margin-bottom: 25px;
    }
    .dashboard-second-row{
      margin-top: 0;
    }
    .hover-circle:after{
      border: none;
    }
    .swissta-history-text, .swissta-vision-text{
      margin-top: 25px;
    }
    .swissta-vision-section{
      flex-direction: column-reverse;
    }
    .nav-item.quick-shopping-cart-box:hover .quick-shopping-cart {
      display: none;
    }
    .update-now-btn-box{
      text-align: left;
      margin-top: 10px;
    }
    .newsletter-modal {
      top: 0;
      width: 100%;
    }
    .newsletter-modal .modal-dialog{
      width: auto;
      bottom: auto;
      right: 0;
      top: -300px;
      transform: translateY(-50%) !important;
    }
    .modal-dialog.modal-slide{
      top: 50%;
    }
    .form-control.w-60{
      width: 100%;
    }
    .newsletter-modal .modal-header {
      padding: 25px 15px 15px 15px;
    }
    .newsletter-modal .modal-body {
      padding: 15px 15px 25px 15px;
    }
  }
  @media (max-width: 375px){
    a.navbar-brand{
      margin: 0 auto;
    }
    #swissta-navbar{
      width: 100%;
    }
    .navbar-nav{
      padding-bottom: 15px;
      justify-content: center;
    }
  }
  /*CSS for Loader*/
  /* Absolute Center Spinner */
  .loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2000;
  }
  
  /* Transparent Overlay */
  .loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
  }
  
  /* :not(:required) hides these rules from IE9 and below */
  .loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  
  .loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  }
  
  /* Animation */
  
  @-webkit-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-moz-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-o-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  #overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter:alpha(opacity=70);
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  z-index: 100;
  display: none;
  }
  .cnt223 a{
  text-decoration: none;
  }
  .popup{
      width: 100%;
      margin: 0 auto;
      display: none;
      position: fixed;
      z-index: 101;
      left: 0;
      right: 0;
      top: 5%;
  }
  .cnt223{
  min-width: 600px;
  width: 600px;
  min-height: 150px;
  margin: 100px auto;
  background: #f3f3f3;
  position: relative;
  z-index: 103;
  padding: 15px 35px;
  border-radius: 5px;
  box-shadow: 0 2px 5px #000;
  }
  .cnt223 p{
  clear: both;
      color: #555555;
      font-size: 20px;
      font-family: sans-serif;
  }
  .cnt223 .x{
  float: right;
  height: 35px;
  left: 22px;
  position: relative;
  top: -25px;
  width: 34px;
  }
  .cnt223 .x:hover{
  cursor: pointer;
  }
  /* Careers Page */
  .job-card{
    padding: 1.75rem 2rem;
    box-shadow: 0 0 25px rgba(0,0,0,0.15);
    border-radius: .5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .job-card-heading{
    color: #283072;
    font-family: 'Geogrotesque-Regular';
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
  }
  .job-card-small-details label{
    margin-right: 1rem;
    color: #888;
  }
  .job-card-small-details label span{
    margin-right: 1rem;
    font-weight: bold;
    color: #202020;
  }
  .job-desc-div{
    padding-top: 0.75rem;
  }
  .job-desc-div p{
    font-size: 19px;
  }
  .view-job-btn{
    padding: .5rem 1.75rem;
    border: 2px solid #283072;
    color: #283072;
    border-radius: 0;
    font-size: 16px;
    text-transform: uppercase;
  }
  .view-job-btn:hover{
    background-color: #283072;
    color: #fff;
  }
  .blue-line{
    position: relative;
  }
  .blue-line::after{
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
    width: 8rem;
    height: 3px;
    background-color: #283072;
  }
  .blue-line.left::after{
    left: 0;
    transform: none;
  }
  .go-back-btn{
    padding: .45rem 1.5rem;
    background-color: transparent;
  }
  .go-back-btn:hover{
    background-color: #f2f2f2;
  }
  .job-detail-row {
    font-size: 16px;
    display: flex;
    margin-bottom: 10px;
  }
  .job-detail-little-heading {
    background-color: #F1F3F4;
    padding: 15px;
    margin-right: 15px;
    flex-basis: 20%;
    flex-shrink: 0;
  }
  .job-detail-para {
    padding: 10px 0 0;
    font-size: 18px;
  }
  .job-detail-para p{
    font-size: 18px;
  }
  .job-detail-para ul, .job-detail-ul ull{
    margin-left: 0;
    padding-left: 1.25rem;
  }
  .job-input-fields{
    border: 2px solid #283072;
    padding: 2rem;
  }
  .contact .custom-file input ~ label{
    top: 0;
    font-size: 16px;
    color: #272751;
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 0.375rem 0.25rem;
  }
  .contact .custom-file input ~ .custom-file-label::after{
    border-radius: 0;
  }
  .job-submit-btn{
    padding: .75rem 1.75rem;
    border: 2px solid #283072;
    color: #283072;
    border-radius: 0;
    font-size: 16px;
    text-transform: uppercase;
  }
  .job-submit-btn:hover{
    background-color: #283072;
    color: #fff;
  }
  .career-thank-you-section {
    margin-top: 75px;
    margin-bottom: 50px;
    padding: 0 15px;
}
.career-thank-you-box {
    background-color: #F1F3F4;
    border: 1px solid #433ea1;
    padding: 50px 0;
}
.upper-red-line {
    position: relative;
}
.upper-red-line::before {
    content: '';
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    height: 8px;
    width: 100px;
    border-radius: 5px;
    background-color: #433ea1;
}
.career-thank-you-heading {
    margin-top: 15px;
    font-size: 40px;
    color: #223B91;
    font-family: 'Geogrotesque-Bold';
}
.view-job-link-btn {
    padding: 0.6rem 2rem;
    background-color: #283072;
    color: #fff;
    transition: all 0.3s;
    display: inline-block;
    font-size: 16px;
}
.view-job-link-btn:hover {
   color: #fff;
   background-color: #433ea1;
}
.transparent-btn {
    padding: 0.6rem 2rem;
    background-color: transparent;
    color: #202020;
    transition: all 0.3s;
    display: inline-block;
    font-size: 16px;
}
  /* End of Careeers Page */

  @media (max-width: 600px) {
   /* Ensure navigation buttons are visible */
    .carousel-control-prev,
    .carousel-control-next {
        position: absolute;
        top: 50% !important;
        transform: translateY(-50%);
        z-index: 10;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .carousel-control-prev {
        left: 5px;
    }

    .carousel-control-next {
        right: 5px;
    }

    .carousel-control-prev i,
    .carousel-control-next i {
        color: white;
        font-size: 18px;
    }

    .desktop-lang {
        display: none !important; /* Hide desktop language switcher on mobile */
    }

    .mobile-lang {
        list-style: none !important; /* Removes the bullet */
        padding: 0;
        margin: 0;
    }

    .lang-select {
        font-size: 16px;
        padding: 6px 10px;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        width: 60px; /* Adjust width */
        border-radius: 5px;
    }
    
    /* Hover and focus effects */
    .lang-select:hover, 
    .lang-select:focus {
        background-color: white;
        border-color: #ffcc00; /* Lighter gold */
    }
}

@media only screen and (max-width: 375px) {
    /* Ensure navigation buttons are visible */
    .carousel-control-prev,
    .carousel-control-next {
        position: absolute;
        top: 50% !important;
        transform: translateY(-50%);
        z-index: 10;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .carousel-control-prev {
        left: 5px;
    }

    .carousel-control-next {
        right: 5px;
    }

    .carousel-control-prev i,
    .carousel-control-next i {
        color: white;
        font-size: 18px;
    }

    .desktop-lang {
        display: none !important; /* Hide desktop language switcher on mobile */
    }

    .mobile-lang {
        list-style: none !important; /* Removes the bullet */
        padding: 0;
        margin: 0;
    }

    .lang-select {
        font-size: 16px;
        padding: 6px 10px;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        width: 60px; /* Adjust width */
        border-radius: 5px;
    }
    
    /* Hover and focus effects */
    .lang-select:hover, 
    .lang-select:focus {
        background-color: white;
        border-color: #ffcc00; /* Lighter gold */
    }


}

@media (min-width: 992px) {
    .mobile-lang {
        display: none !important;
    }

    .desktop-lang {
        display: flex !important;
        align-items: center;
        gap: 5px; /* Adds spacing between language links */
        margin-left: auto !important; /* Pushes language switcher to the right */
    }

    .desktop-lang a {
        margin: 0 5px; /* Space between links */
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
  .dropdown-menu {
        display: none !important;
        position: static;
        width: 100%;
        background: none;
        box-shadow: none;
        margin-top: 0px !important; /* Ensure no extra space when closed */
        transition: margin-top 0.3s ease-in-out; /* Smooth transition */
    }

    .desktop-lang {
    display: none;
  }

    .dropdown-menu.show {
        display: block !important;
        padding-top: 10px;
        margin-top: 30px !important; /* Space only when open */
    }
}