 
    /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

    /* Document
   ========================================================================== */

    /**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
  }

  /* Sections
 ========================================================================== */

  /**
* Remove the margin in all browsers.
*/

  body {
    margin: 0;
  }

  /**
* Render the `main` element consistently in IE.
*/

  main {
    display: block;
  }

  /**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }

  /* Grouping content
 ========================================================================== */

  /**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

  hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
  }

  /**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

  pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
  }

  /* Text-level semantics
 ========================================================================== */

  /**
* Remove the gray background on active links in IE 10.
*/

  a {
    background-color: transparent;
  }

  /**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

  abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
  }

  /**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

  b,
  strong {
    font-weight: bolder;
  }

  /**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

  code,
  kbd,
  samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
  }

  /**
* Add the correct font size in all browsers.
*/

  small {
    font-size: 80%;
  }

  /**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }

  sub {
    bottom: -0.25em;
  }

  sup {
    top: -0.5em;
  }

  /* Embedded content
 ========================================================================== */

  /**
* Remove the border on images inside links in IE 10.
*/

  img {
    border-style: none;
  }

  /* Forms
 ========================================================================== */

  /**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/

  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
  }

  /**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

  button,
  input {
    /* 1 */
    overflow: visible;
  }

  /**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

  button,
  select {
    /* 1 */
    text-transform: none;
  }

  /**
* Correct the inability to style clickable types in iOS and Safari.
*/

  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }

  /**
* Remove the inner border and padding in Firefox.
*/

  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }

  /**
* Restore the focus styles unset by the previous rule.
*/

  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }

  /**
* Correct the padding in Firefox.
*/

  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }

  /**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

  legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
  }

  /**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

  progress {
    vertical-align: baseline;
  }

  /**
* Remove the default vertical scrollbar in IE 10+.
*/

  textarea {
    overflow: auto;
  }

  /**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

  [type="checkbox"],
  [type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
  }

  /**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }

  /**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

  [type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
  }

  /**
* Remove the inner padding in Chrome and Safari on macOS.
*/

  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  /**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
  }

  /* Interactive
 ========================================================================== */

  /*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

  details {
    display: block;
  }

  /*
* Add the correct display in all browsers.
*/

  summary {
    display: list-item;
  }

  /* Misc
 ========================================================================== */

  /**
* Add the correct display in IE 10+.
*/

  template {
    display: none;
  }

  /**
* Add the correct display in IE 10.
*/

  [hidden] {
    display: none;
  }

  :root {
    /*
 * Typography
 * ======================================================================== */

    --font-family-base: "Circular", Arial, Helvetica, sans-serif;

    /*
 * Layout
 * ======================================================================== */

    --max-content-width: 1080px;
    --max-container-width: 1274px;

    /*
 * Media queries breakpoints
 * ======================================================================== */

    --screen-xs-min: 480px;
    /* Extra small screen / phone */
    --screen-sm-min: 768px;
    /* Small screen / tablet */
    --screen-md-min: 992px;
    /* Medium screen / desktop */
    --screen-lg-min: 1200px;
    /* Large screen / wide desktop */

    --border-color: #DDDDDD;
    --background-color: #ffffff;
    --btn-color: #282828;
    --btn-primary-bg: #ff5a5f;
    --btn-primary-color: #ffffff;
    --btn-primary-hover-bg: #ff7e82;
    --btn-primaryBorder-bg: #ffffff;
    --btn-primaryBorder-color: #ff7e82;
    --btn-primaryBorder-hover-bg: #ff7e82;
    --btn-secondary-bg: #008489;
    --btn-secondary-color: #ffffff;
    --btn-secondary-hover-bg: #008489;
    --text-color: #A02F18;
    --common-text-color: #282828;
    --common-text-Secondry-color: #696969;
    --background-common-color: #F8F8F8;
    --border-secondary-color: #dadada;
    --background-secondary-color: #F2F8FF;
    --menu-background-color: #f3f3f3;
    --darkmode-primary-color: #323232;
    --darkmode-secondary-color: #3c3c3c;
    --darkmode-text-color: #ffffff;
  }

  /*
* Base styles
* ========================================================================== */

  html {
    color: #222;
    font-weight: 100;
    font-size: 1em;
    /* ~16px; */
    font-family: "Circular", Arial, Helvetica, sans-serif;
    font-family: var(--font-family-base);
    line-height: 1.375;
    /* ~22px */
  }

  a {
    color: #0074c2;
  }

  /*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* These selection rule sets have to be separate.
* Customize the background color to match your design.
*/

  ::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
  }

  ::selection {
    background: #b3d4fc;
    text-shadow: none;
  }

  /*
* A better looking default horizontal rule
*/

  hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
  }

  /*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/

  audio,
  canvas,
  iframe,
  img,
  svg,
  video {
    vertical-align: middle;
  }

  /*
* Remove default fieldset styles.
*/

  fieldset {
    border: 0;
    margin: 0;
    padding: 0;
  }

  /*
* Allow only vertical resizing of textareas.
*/

  textarea {
    resize: vertical;
  }

  /*
* Browser upgrade prompt
* ========================================================================== */

  .browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
  }

  /*
* Print styles
* Inlined to avoid the additional HTTP request:
* http://www.phpied.com/delay-loading-your-print-css/
* ========================================================================== */

  @media print {

    *,
    *::before,
    *::after {
      background: transparent !important;
      color: #000 !important;
      /* Black prints faster: http://www.sanbeiji.com/archives/953 */
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      text-shadow: none !important;
    }

    a,
    a:visited {
      text-decoration: underline;
    }

    a[href]::after {
      content: ' (' attr(href) ')';
    }

    abbr[title]::after {
      content: ' (' attr(title) ')';
    }

    /*
 * Don't show links that are fragment identifiers,
 * or use the `javascript:` pseudo protocol
 */

    a[href^='#']::after,
    a[href^='javascript:']::after {
      content: '';
    }

    pre,
    blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
    }

    /*
 * Printing Tables:
 * http://css-discuss.incutio.com/wiki/Printing_Tables
 */

    thead {
      display: table-header-group;
    }

    tr,
    img {
      page-break-inside: avoid;
    }

    img {
      max-width: 100% !important;
    }

    p,
    h2,
    h3 {
      orphans: 3;
      widows: 3;
    }

    h2,
    h3 {
      page-break-after: avoid;
    }
  }

  @media screen and (max-width: 1200px) {
    ._3Oaje {
      padding-top: 82px;
    }
  }

  /* @media (max-width:1199px) and (min-width:320px) {
.overFlowHidden {
  overflow-x: hidden;
  height: 100vh;
  position: relative;
}
}  */

  @media screen and (max-width: 768px) {
    ._1F3fA {
      display: block !important;
    }
  }

  :root {
    /*
 * Typography
 * ======================================================================== */

    --font-family-base: "Circular", Arial, Helvetica, sans-serif;

    /*
 * Layout
 * ======================================================================== */

    --max-content-width: 1080px;
    --max-container-width: 1274px;

    /*
 * Media queries breakpoints
 * ======================================================================== */

    --screen-xs-min: 480px;
    /* Extra small screen / phone */
    --screen-sm-min: 768px;
    /* Small screen / tablet */
    --screen-md-min: 992px;
    /* Medium screen / desktop */
    --screen-lg-min: 1200px;
    /* Large screen / wide desktop */

    --border-color: #DDDDDD;
    --background-color: #ffffff;
    --btn-color: #282828;
    --btn-primary-bg: #ff5a5f;
    --btn-primary-color: #ffffff;
    --btn-primary-hover-bg: #ff7e82;
    --btn-primaryBorder-bg: #ffffff;
    --btn-primaryBorder-color: #ff7e82;
    --btn-primaryBorder-hover-bg: #ff7e82;
    --btn-secondary-bg: #008489;
    --btn-secondary-color: #ffffff;
    --btn-secondary-hover-bg: #008489;
    --text-color: #A02F18;
    --common-text-color: #282828;
    --common-text-Secondry-color: #696969;
    --background-common-color: #F8F8F8;
    --border-secondary-color: #dadada;
    --background-secondary-color: #F2F8FF;
    --menu-background-color: #f3f3f3;
    --darkmode-primary-color: #323232;
    --darkmode-secondary-color: #3c3c3c;
    --darkmode-text-color: #ffffff;
  }

  ._1LZ4X {
    position: fixed !important;
  }

  ._2Rfns {
    padding-top: 64px !important;
  }

  ._35EOX h2 {
    font-size: 21px;
    font-weight: 600;
  }

  ._30Ky1 {
    margin-bottom: -29px;
  }

  .gchVK {
    float: none !important;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
  }

  ._2rXAy {
    padding-bottom: 18px !important;
    padding: 24px 15px;
    border-radius: 6px !important;
    border: 1px solid #dadada;
    border: 1px solid var(--border-secondary-color)
  }

  ._2NC-B {
    width: 100%;
    margin-right: 0px;
  }

  ._2rXAy {
    overflow: hidden;
    position: relative;
  }

  .rcVhK {
    margin-left: 0;
    margin-right: 0;
  }

  @media screen and (max-width: 767px) {
    .gchVK {
      padding: 0px;
    }

    ._2rXAy {
      padding: 24px 5px;
    }
  }

  .O9oW9 {
    background: #fff;
  }

  .qQ2mF {
    margin: 0 auto;
    padding: 0px;
    max-width: 100%;
    border-bottom: 1px solid #DDDDDD;
    border-bottom: 1px solid var(--border-color);
    position: relative;
    background: #fff;
    z-index: 8;
  }

  ._2voed {
    background: #fff;
    border-width: 0px 0px 1px 0px;
    border-color: transparent;
    border-radius: 0px;
    min-height: 83px;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0px;
    z-index: 7;
    max-width: 1274px;
    margin: 0 auto;
    left: 0;
    right: 0;
  }

  ._1rsVw {
    position: fixed;
    width: 100%;
    left: 0px;
    right: 0px;
    height: auto;
    max-height: 100vh;
  }

  .eVXxo {
    border: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  ._2oS_y {
    line-height: inherit;
    vertical-align: middle;
    text-decoration: none;
    height: auto;
    float: left;
    padding: 0px 19px;
    color: #484848;
    font-size: 24px;
    font-weight: normal;
  }

  ._2oS_y:hover,
  ._2oS_y:focus {
    text-decoration: none;
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
  }

  ._1BgQy {
    display: table-cell;
    padding-left: 12px;
    padding-right: 12px;
    max-width: 180px;
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
  }

  ._1BgQy img {
    max-width: 180px;
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
    padding-left: 20px;
  }

  ._106vW {
    padding-left: 12px;
    padding-right: 12px;
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
  }

  .n6VV0 {
    color: #484848;
    float: right;
    font-size: inherit;
    line-height: inherit;
    vertical-align: middle;
    border: 0px;
    border-radius: 0px;
    margin: 0px;
    padding: 0px 19px 0px 0px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 81px;
    margin-right: 10px;
  }

  ._1LZ4X {
    background: #fff;
    border-width: 0px 0px 1px 0px;
    border-color: #dadada;
    border-color: var(--border-secondary-color);
    border-radius: 0px;
    min-height: 63px;
    line-height: 63px;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0px;
    z-index: 1001;
  }

  .n6VV0:hover,
  .n6VV0:focus,
  .n6VV0:hover:focus {
    background: none !important;
  }

  .NGQYo {
    line-height: inherit;
    vertical-align: middle;
    text-decoration: none;
    height: 63px;
    float: none;
    padding: 0px 19px;
    color: #484848;
    font-size: 24px;
    font-weight: normal;
  }

  ._2iVQh {
    position: fixed;
    width: 100%;
    height: 100vh;
  }

  ._3GX5X {
    font-size: 20px;
    margin-top: 20px;
    float: right;
  }

  @media screen and (max-width: 1199px) {
    ._2Vir5 {
      position: absolute;
      width: 100%;
      background: #fff;
      top: 0px;
      height: auto;
      z-index: 5;
      right: -100%;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      height: 100vh;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;

    }

    ._2HKv9 {
      right: 0;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
    }

    ._3C-eS {
      right: -100%;
    }

    .Y2tfS {
      color: #0009;
      font-size: 36px;
      position: absolute;
      display: block;
      top: 15px;
      padding: 0;
      right: 22px;
      z-index: 8;
    }

    ._20w3M img {
      width: 15px;
      height: 15px;
    }

    ._20w3M {
      position: fixed;
      top: 0px;
      width: 100%;
      background: #fff;
      height: 50px;
      z-index: 6;
      overflow: hidden;
    }

    ._2reNb {
      position: relative;
    }

    .qQ2mF {
      z-index: 10;
    }
  }

  @media screen and (max-width: 991px) {
    ._2PLfF {
      display: block;
    }
  }

  @media screen and (max-width: 767px) {
    ._2voed {
      height: auto;
      line-height: 44px;
      min-height: 65px;
      max-width: 100% !important;
    }

    .Y2tfS {
      top: 15px;
    }
  }

  @media (max-width: 480px) and (min-width: 320px) {
    ._2Vir5 {
      padding-bottom: 80px;
    }
  }

  .animated {
    animation-duration: 1s;
    animation-fill-mode: forwards
  }

  .animated.bounceIn {
    animation-duration: .7s
  }

  .animated.bounceOut {
    animation-duration: .5s
  }

  .animated.bounceIn {
    animation-name: bounceIn
  }

  .animated.bounceOut {
    animation-name: bounceOut
  }

  .animated.fadeIn {
    animation-name: fadeIn;
    animation-duration: .7s
  }

  .animated.fadeOut {
    animation-name: fadeOut;
    animation-duration: .3s
  }

  .animated.bounceInDown {
    animation-name: bounceInDown
  }

  .animated.bounceOutUp {
    animation-name: bounceOutUp
  }

  @keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
      opacity: 0;
      transform: perspective(1px) scale3d(0.3, 0.3, 0.3)
    }

    20% {
      transform: perspective(1px) scale3d(1.1, 1.1, 1.1)
    }

    40% {
      transform: perspective(1px) scale3d(0.9, 0.9, 0.9)
    }

    60% {
      opacity: 1;
      transform: perspective(1px) scale3d(1.03, 1.03, 1.03)
    }

    80% {
      transform: perspective(1px) scale3d(0.97, 0.97, 0.97)
    }

    to {
      opacity: 1;
      transform: perspective(1px) scale3d(1, 1, 1)
    }
  }

  @keyframes bounceOut {
    20% {
      transform: scale3d(0.9, 0.9, 0.9)
    }

    50%,
    55% {
      opacity: 1;
      transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
      opacity: 0;
      transform: scale3d(0.3, 0.3, 0.3)
    }
  }

  @keyframes fadeIn {
    from {
      opacity: 0
    }

    to {
      opacity: 1
    }
  }

  @keyframes fadeOut {
    from {
      opacity: 1
    }

    to {
      opacity: 0
    }
  }

  @keyframes bounceInDown {

    from,
    60%,
    75%,
    90%,
    to {
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
      opacity: 0;
      transform: translate3d(0, -3000px, 0)
    }

    60% {
      opacity: 1;
      transform: translate3d(0, 25px, 0)
    }

    75% {
      transform: translate3d(0, -10px, 0)
    }

    90% {
      transform: translate3d(0, 5px, 0)
    }

    to {
      transform: none
    }
  }

  @keyframes bounceOutUp {
    20% {
      transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
      opacity: 1;
      transform: translate3d(0, 20px, 0)
    }

    to {
      opacity: 0;
      transform: translate3d(0, -2000px, 0)
    }
  }

  .rrt-confirm-holder {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999
  }

  .rrt-confirm-holder .shadow {
    width: 100%;
    height: 100%;
    background-color: rgba(50, 58, 68, .8)
  }

  .rrt-confirm-holder .rrt-confirm {
    width: 320px;
    background-color: #fff;
    position: absolute;
    z-index: 9;
    top: 20%;
    left: 50%;
    margin-left: -160px;
    box-shadow: 3px 3px 20px #333;
    border-radius: 4px;
    overflow: hidden
  }

  .rrt-confirm-holder .rrt-confirm .rrt-message {
    width: 100%;
    padding: 5%;
    min-height: 50px;
    font-size: 1em;
    background-color: #fff;
    text-align: center;
    font-family: "open-sanscondensed-light", sans-serif;
    clear: both
  }

  .rrt-confirm-holder .rrt-confirm .rrt-buttons-holder {
    display: flex
  }

  .rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button {
    flex-grow: 1;
    height: 50px;
    text-transform: capitalize;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    margin: 0;
    float: left;
    border-top: 1px solid #f0f0f0;
    font-size: 14px;
    overflow: hidden;
    cursor: pointer
  }

  .rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button:hover {
    background-color: #f5f5f5
  }

  .rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button.rrt-ok-btn:active {
    background-color: #60bb71;
    color: #fff
  }

  .rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button.rrt-cancel-btn:active {
    background-color: #db6a64;
    color: #fff
  }

  .rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button:focus {
    outline: none
  }

  body.toastr-confirm-active {
    overflow: hidden
  }

  .redux-toastr *,
  .redux-toastr *:before,
  .redux-toastr *:after {
    box-sizing: border-box
  }

  .redux-toastr .top-left,
  .redux-toastr .top-right,
  .redux-toastr .top-center,
  .redux-toastr .bottom-left,
  .redux-toastr .bottom-right,
  .redux-toastr .bottom-center {
    width: 350px;
    position: fixed;
    z-index: 99999999;
    padding: 0 10px
  }

  .redux-toastr .top-left,
  .redux-toastr .top-right,
  .redux-toastr .top-center {
    top: 0
  }

  .redux-toastr .top-right,
  .redux-toastr .bottom-right {
    right: 0
  }

  .redux-toastr .bottom-left,
  .redux-toastr .bottom-right,
  .redux-toastr .bottom-center {
    bottom: 0
  }

  .redux-toastr .top-left,
  .redux-toastr .bottom-left {
    left: 0
  }

  .redux-toastr .top-center,
  .redux-toastr .bottom-center {
    left: 50%;
    margin-left: -175px
  }

  @media(max-width: 320px) {

    .redux-toastr .top-left,
    .redux-toastr .top-right,
    .redux-toastr .top-center,
    .redux-toastr .bottom-left,
    .redux-toastr .bottom-right,
    .redux-toastr .bottom-center {
      width: 320px
    }

    .redux-toastr .top-center,
    .redux-toastr .bottom-center {
      margin-left: -160px
    }
  }

  .redux-toastr .toastr {
    background-color: #fcfcfc;
    width: 100%;
    min-height: 70px;
    overflow: hidden;
    margin: 10px 0;
    border-radius: 4px;
    position: relative;
    z-index: 2;
    color: #333;
    opacity: .94;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .4)
  }

  .redux-toastr .toastr:hover:not(.rrt-message) {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .6);
    opacity: 1
  }

  .redux-toastr .toastr .toastr-status {
    width: 100%;
    height: 5px
  }

  .redux-toastr .toastr .toastr-status.success {
    background-color: #60bb71
  }

  .redux-toastr .toastr .toastr-status.warning {
    background-color: #f7a336
  }

  .redux-toastr .toastr .toastr-status.info {
    background-color: #58abc3
  }

  .redux-toastr .toastr .toastr-status.error {
    background-color: #db6a64
  }

  .redux-toastr .toastr .rrt-left-container,
  .redux-toastr .toastr .rrt-right-container {
    float: left;
    text-align: center;
    overflow: hidden
  }

  .redux-toastr .toastr .rrt-left-container {
    width: 80px;
    top: 0;
    left: 0;
    position: absolute;
    bottom: 0
  }

  .redux-toastr .toastr .rrt-left-container .rrt-holder {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    left: 5px;
    line-height: 60px
  }

  .redux-toastr .toastr .rrt-left-container .toastr-icon {
    fill: #fff;
    vertical-align: middle;
    margin-top: 5px
  }

  .redux-toastr .toastr .rrt-middle-container {
    width: 65%;
    margin-left: 80px;
    position: relative;
    float: left;
    font-family: Arial, Helvetica, sans-serif, sans-serif;
    font-size: 1em;
    text-align: left;
    padding: 10px 5px
  }

  .redux-toastr .toastr .rrt-middle-container .rrt-title {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 5px
  }

  .redux-toastr .toastr .rrt-right-container {
    width: 10%
  }

  .redux-toastr .toastr .close-toastr {
    width: 10%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0);
    font-size: 22px;
    border: none;
    outline: none;
    opacity: .5;
    cursor: pointer;
    font-family: "Helvetica Neue", Helvetica, Arial sans-serif;
    color: #000
  }

  .redux-toastr .toastr .close-toastr:hover {
    opacity: 1
  }

  .redux-toastr .toastr .close-toastr:focus {
    outline: none
  }

  .redux-toastr .toastr .close-toastr span {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
  }

  .redux-toastr .toastr.rrt-info,
  .redux-toastr .toastr.rrt-success,
  .redux-toastr .toastr.rrt-warning,
  .redux-toastr .toastr.rrt-error {
    color: #fff
  }

  .redux-toastr .toastr.rrt-info {
    background-color: #58abc3
  }

  .redux-toastr .toastr.rrt-info .rrt-progressbar {
    background-color: #378298
  }

  .redux-toastr .toastr.rrt-success {
    background-color: #60bb71
  }

  .redux-toastr .toastr.rrt-success .rrt-progressbar {
    background-color: #3e914d
  }

  .redux-toastr .toastr.rrt-warning {
    background-color: #f7a336
  }

  .redux-toastr .toastr.rrt-warning .rrt-progressbar {
    background-color: #d87e09
  }

  .redux-toastr .toastr.rrt-error {
    background-color: #db6a64
  }

  .redux-toastr .toastr.rrt-error .rrt-progressbar {
    background-color: #c5352e
  }

  .redux-toastr .toastr.rrt-light .rrt-progressbar {
    background-color: #ccc
  }

  .redux-toastr .toastr.rrt-light .toastr-icon {
    fill: #333 !important
  }

  .redux-toastr .toastr.rrt-message {
    opacity: 1;
    border: 1px solid #dbdbdb
  }

  .redux-toastr .toastr.rrt-message .rrt-title {
    width: 90%;
    height: 50px;
    text-align: center;
    overflow: hidden;
    font-size: 1.2em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 50px;
    padding: 0 20px
  }

  .redux-toastr .toastr.rrt-message .rrt-text {
    width: 100%;
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    background-color: #fff;
    padding: 15px;
    font-size: 1.1em;
    margin-bottom: 20px
  }

  .redux-toastr .toastr.rrt-message .rrt-text img {
    display: block;
    margin: 10px auto;
    max-width: 100%
  }

  .redux-toastr .toastr.rrt-message .close-toastr {
    height: 50px
  }

  .redux-toastr .toastr .rrt-progress-container {
    height: 5px;
    margin: 0 -20px -20px -60px;
    position: absolute;
    bottom: 20px;
    width: 100%
  }

  .redux-toastr .toastr .rrt-progress-container .rrt-progressbar {
    border-radius: 0 0 0 4px;
    height: 100%
  }

  .redux-toastr .toastr-attention {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .4);
    z-index: 1
  }

  :root {
    /*
 * Typography
 * ======================================================================== */

    --font-family-base: "Circular", Arial, Helvetica, sans-serif;

    /*
 * Layout
 * ======================================================================== */

    --max-content-width: 1080px;
    --max-container-width: 1274px;

    /*
 * Media queries breakpoints
 * ======================================================================== */

    --screen-xs-min: 480px;
    /* Extra small screen / phone */
    --screen-sm-min: 768px;
    /* Small screen / tablet */
    --screen-md-min: 992px;
    /* Medium screen / desktop */
    --screen-lg-min: 1200px;
    /* Large screen / wide desktop */

    --border-color: #DDDDDD;
    --background-color: #ffffff;
    --btn-color: #282828;
    --btn-primary-bg: #ff5a5f;
    --btn-primary-color: #ffffff;
    --btn-primary-hover-bg: #ff7e82;
    --btn-primaryBorder-bg: #ffffff;
    --btn-primaryBorder-color: #ff7e82;
    --btn-primaryBorder-hover-bg: #ff7e82;
    --btn-secondary-bg: #008489;
    --btn-secondary-color: #ffffff;
    --btn-secondary-hover-bg: #008489;
    --text-color: #A02F18;
    --common-text-color: #282828;
    --common-text-Secondry-color: #696969;
    --background-common-color: #F8F8F8;
    --border-secondary-color: #dadada;
    --background-secondary-color: #F2F8FF;
    --menu-background-color: #f3f3f3;
    --darkmode-primary-color: #323232;
    --darkmode-secondary-color: #3c3c3c;
    --darkmode-text-color: #ffffff;
  }

  ._1n1kN {
    color: #ff5a5f;
    color: var(--btn-primary-bg);
  }

  ._2YsHA {
    color: #fff;
  }

  :root {
    /*
 * Typography
 * ======================================================================== */

    --font-family-base: "Circular", Arial, Helvetica, sans-serif;

    /*
 * Layout
 * ======================================================================== */

    --max-content-width: 1080px;
    --max-container-width: 1274px;

    /*
 * Media queries breakpoints
 * ======================================================================== */

    --screen-xs-min: 480px;
    /* Extra small screen / phone */
    --screen-sm-min: 768px;
    /* Small screen / tablet */
    --screen-md-min: 992px;
    /* Medium screen / desktop */
    --screen-lg-min: 1200px;
    /* Large screen / wide desktop */

    --border-color: #DDDDDD;
    --background-color: #ffffff;
    --btn-color: #282828;
    --btn-primary-bg: #ff5a5f;
    --btn-primary-color: #ffffff;
    --btn-primary-hover-bg: #ff7e82;
    --btn-primaryBorder-bg: #ffffff;
    --btn-primaryBorder-color: #ff7e82;
    --btn-primaryBorder-hover-bg: #ff7e82;
    --btn-secondary-bg: #008489;
    --btn-secondary-color: #ffffff;
    --btn-secondary-hover-bg: #008489;
    --text-color: #A02F18;
    --common-text-color: #282828;
    --common-text-Secondry-color: #696969;
    --background-common-color: #F8F8F8;
    --border-secondary-color: #dadada;
    --background-secondary-color: #F2F8FF;
    --menu-background-color: #f3f3f3;
    --darkmode-primary-color: #323232;
    --darkmode-secondary-color: #3c3c3c;
    --darkmode-text-color: #ffffff;
  }

  ._2Wfid {
    width: 78px;
    height: 44px;
    background: #f3f3f3;
    background: var(--menu-background-color);
    border-radius: 22px;
    display: grid;
    grid-template-columns: 50% 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px 0 12px;
  }

  ._25BRV {
    height: 50px
  }

  ._3V6pZ {
    border-radius: 50%;
  }

  .ATATL {
    fill: #ff5a5f;
    fill: var(--btn-primary-bg);
    height: 10px;
    width: 10px;
    position: absolute;
    top: 1px;
    right: 10px;
  }

  @media screen and (max-width: 767px) {
    .ATATL {
      top: -3px;
    }
  }

  ._3Fu2o {
    background-color: #bbb;
  }

  :root {
    /*
 * Typography
 * ======================================================================== */

    --font-family-base: "Circular", Arial, Helvetica, sans-serif;

    /*
 * Layout
 * ======================================================================== */

    --max-content-width: 1080px;
    --max-container-width: 1274px;

    /*
 * Media queries breakpoints
 * ======================================================================== */

    --screen-xs-min: 480px;
    /* Extra small screen / phone */
    --screen-sm-min: 768px;
    /* Small screen / tablet */
    --screen-md-min: 992px;
    /* Medium screen / desktop */
    --screen-lg-min: 1200px;
    /* Large screen / wide desktop */

    --border-color: #DDDDDD;
    --background-color: #ffffff;
    --btn-color: #282828;
    --btn-primary-bg: #ff5a5f;
    --btn-primary-color: #ffffff;
    --btn-primary-hover-bg: #ff7e82;
    --btn-primaryBorder-bg: #ffffff;
    --btn-primaryBorder-color: #ff7e82;
    --btn-primaryBorder-hover-bg: #ff7e82;
    --btn-secondary-bg: #008489;
    --btn-secondary-color: #ffffff;
    --btn-secondary-hover-bg: #008489;
    --text-color: #A02F18;
    --common-text-color: #282828;
    --common-text-Secondry-color: #696969;
    --background-common-color: #F8F8F8;
    --border-secondary-color: #dadada;
    --background-secondary-color: #F2F8FF;
    --menu-background-color: #f3f3f3;
    --darkmode-primary-color: #323232;
    --darkmode-secondary-color: #3c3c3c;
    --darkmode-text-color: #ffffff;
  }

  ._1yi5o {
    margin: 0;
  }

  ._8xceC {
    display: inline-block;
    padding: 3px 8px;
    text-decoration: none;
    font-size: 1.125em;
  }

  ._8xceC,
  ._8xceC:active,
  ._8xceC:visited {
    color: rgba(255, 255, 255, 0.6);
  }

  ._8xceC:hover {
    color: rgba(255, 255, 255, 1);
  }

  ._2pIVj {
    margin-right: 8px;
    margin-left: 8px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.15);
    color: #fff;
  }

  ._2pIVj:hover {
    background: rgba(0, 0, 0, 0.3);
  }

  ._28pL5 {
    color: rgba(255, 255, 255, 0.3);
  }

  ._1HYpU {
    display: inline-block;
    font-size: 18px;
    color: #f3f3f3;
    color: var(--menu-background-color);
    margin-right: 50px;
    font-weight: 600;
  }

  ._1HYpU a,
  ._1HYpU a:hover,
  ._1HYpU a:focus {
    color: #f3f3f3;
    color: var(--menu-background-color);
    text-decoration: none;
  }

  ._2ngn5 {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 17px;
  }

  ._2S6IA {
    position: relative;
  }

  ._2S6IA::after {
    content: '';
    width: 6px;
    height: 6px;
    background: #f3f3f3;
    background: var(--menu-background-color);
    border-radius: 50%;
    position: absolute;
    top: 48%;
    right: -26px;
  }

  ._2S6IA::before {
    content: '';
    width: 57px;
    height: 1.5px;
    background: #f3f3f3;
    background: var(--menu-background-color);
    position: absolute;
    bottom: -3px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  .Y2MpG {
    padding-top: 32px;
  }

  .CIWTT a {
    color: #333333 !important;
    font-size: 16px;
    text-decoration: none !important;
  }

  ._BK2H {
    float: left;
  }

  ._2bwuW {
    display: inline-block;
  }

  .CIWTT {
    width: 120px;
  }

  ._1TSX5 {
    margin-right: 8px;
  }

  ._2h888 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
  }

  ._2CZ9B {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .BK8Bp {
    color: #008489;
    color: var(--btn-secondary-bg);
  }

  ._3YWdh {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  @media screen and (min-width: 768px) {
    .zOgke {
      padding-right: 10px !important;
    }
  }

  @media screen and (max-width:1199px) {
    ._3rqfc {
      height: 100vh;
      background: #fff !important;
    }

    .VJCP2 {
      margin-top: 20px;
      border-top: 1px solid #dadada;
      border-top: 1px solid var(--border-secondary-color);
    }

    .VJCP2 {
      margin-top: 60px;
    }

    ._35QvY a {
      padding-top: 13px !important;
    }
  }

  @media screen and (max-width: 1199px) {
    ._3bm0_ {
      display: none !important;
    }
  }

  @media screen and (max-width:1199px) and (min-width:768px) {
    ._3rqfc {
      left: 0;
    }

    .VJCP2 {
      margin-top: 60px;
    }

    ._35QvY a {
      padding-top: 8px !important;
    }
  }

  @media screen and (max-width:767px) {
    .VJCP2 {
      margin-top: 40px;
    }

    ._35QvY a {
      padding-top: 8px !important;
    }

  }

  :root {
    /*
 * Typography
 * ======================================================================== */

    --font-family-base: "Circular", Arial, Helvetica, sans-serif;

    /*
 * Layout
 * ======================================================================== */

    --max-content-width: 1080px;
    --max-container-width: 1274px;

    /*
 * Media queries breakpoints
 * ======================================================================== */

    --screen-xs-min: 480px;
    /* Extra small screen / phone */
    --screen-sm-min: 768px;
    /* Small screen / tablet */
    --screen-md-min: 992px;
    /* Medium screen / desktop */
    --screen-lg-min: 1200px;
    /* Large screen / wide desktop */

    --border-color: #DDDDDD;
    --background-color: #ffffff;
    --btn-color: #282828;
    --btn-primary-bg: #ff5a5f;
    --btn-primary-color: #ffffff;
    --btn-primary-hover-bg: #ff7e82;
    --btn-primaryBorder-bg: #ffffff;
    --btn-primaryBorder-color: #ff7e82;
    --btn-primaryBorder-hover-bg: #ff7e82;
    --btn-secondary-bg: #008489;
    --btn-secondary-color: #ffffff;
    --btn-secondary-hover-bg: #008489;
    --text-color: #A02F18;
    --common-text-color: #282828;
    --common-text-Secondry-color: #696969;
    --background-common-color: #F8F8F8;
    --border-secondary-color: #dadada;
    --background-secondary-color: #F2F8FF;
    --menu-background-color: #f3f3f3;
    --darkmode-primary-color: #323232;
    --darkmode-secondary-color: #3c3c3c;
    --darkmode-text-color: #ffffff;
  }

  ._2fzcd {
    padding: 32px;
  }

  .UqmeK,
  .UqmeK:hover,
  .UqmeK:focus,
  .UqmeK:active {
    color: #008489;
    color: var(--btn-secondary-bg);
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
  }

  ._1bFRI {
    position: absolute;
    top: 15px;
    right: 10px;
  }

  ._26oVG {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 24px;
  }

  ._5nHc7 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-align: center;
    position: relative;
    margin: 0px 0px 24px;
  }

  ._2OZK8 {
    position: relative;
    display: inline-block;
  }

  ._2OZK8::before {
    content: '';
    position: absolute;
    top: 9px;
    left: -30px;
    width: 26px;
    height: 1px;
    background-color: #282828;
    background-color: var(--common-text-color);
  }

  ._2OZK8::after {
    content: '';
    position: absolute;
    top: 9px;
    right: -30px;
    width: 26px;
    height: 1px;
    background-color: #282828;
    background-color: var(--common-text-color);
  }

  :root {
    /*
 * Typography
 * ======================================================================== */

    --font-family-base: "Circular", Arial, Helvetica, sans-serif;

    /*
 * Layout
 * ======================================================================== */

    --max-content-width: 1080px;
    --max-container-width: 1274px;

    /*
 * Media queries breakpoints
 * ======================================================================== */

    --screen-xs-min: 480px;
    /* Extra small screen / phone */
    --screen-sm-min: 768px;
    /* Small screen / tablet */
    --screen-md-min: 992px;
    /* Medium screen / desktop */
    --screen-lg-min: 1200px;
    /* Large screen / wide desktop */

    --border-color: #DDDDDD;
    --background-color: #ffffff;
    --btn-color: #282828;
    --btn-primary-bg: #ff5a5f;
    --btn-primary-color: #ffffff;
    --btn-primary-hover-bg: #ff7e82;
    --btn-primaryBorder-bg: #ffffff;
    --btn-primaryBorder-color: #ff7e82;
    --btn-primaryBorder-hover-bg: #ff7e82;
    --btn-secondary-bg: #008489;
    --btn-secondary-color: #ffffff;
    --btn-secondary-hover-bg: #008489;
    --text-color: #A02F18;
    --common-text-color: #282828;
    --common-text-Secondry-color: #696969;
    --background-common-color: #F8F8F8;
    --border-secondary-color: #dadada;
    --background-secondary-color: #F2F8FF;
    --menu-background-color: #f3f3f3;
    --darkmode-primary-color: #323232;
    --darkmode-secondary-color: #3c3c3c;
    --darkmode-text-color: #ffffff;
  }

  ._1M7N6 {
    border-color: #ff5a5f !important;
    border-color: var(--btn-primary-bg) !important;
    background-color: #ff5a5f !important;
    background-color: var(--btn-primary-bg) !important;
    color: #ffffff !important;
    color: var(--btn-primary-color) !important;
    padding: 7px 21px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 4px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    cursor: pointer;
  }

  ._1M7N6:hover,
  ._1M7N6:focus,
  ._1M7N6:active,
  ._1M7N6:active:hover,
  ._1M7N6:active:focus {
    border-color: #ff7e82 !important;
    border-color: var(--btn-primary-hover-bg) !important;
    background-color: #ff7e82 !important;
    background-color: var(--btn-primary-hover-bg) !important;
    color: #ffffff;
    color: var(--btn-primary-color);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .NSBa1 {
    border-color: #ff7e82;
    border-color: var(--btn-primaryBorder-color);
    color: #ff5a5f !important;
    color: var(--btn-primary-bg) !important;
    background-color: #ffffff;
    background-color: var(--btn-primaryBorder-bg);
    padding: 7px 21px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 4px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    border: 1px solid !important;
    cursor: pointer;
  }

  .NSBa1:hover,
  .NSBa1:focus,
  .NSBa1:active,
  .NSBa1:active:hover,
  .NSBa1:active:focus {
    border-color: #ff7e82;
    border-color: var(--btn-primaryBorder-color);
    color: #ff5a5f;
    color: var(--btn-primary-bg);
    background-color: #ffffff;
    background-color: var(--btn-primaryBorder-bg);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  ._1pXM9 {
    border: 1px solid #008489 !important;
    border: 1px solid var(--btn-secondary-bg) !important;
    background-color: #fff !important;
    color: #008489 !important;
    color: var(--btn-secondary-bg) !important;
    padding: 7px 21px;
    font-weight: 500;
    font-size: 16px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  ._1pXM9:hover,
  ._1pXM9:focus,
  ._1pXM9:active,
  ._1pXM9:active:hover,
  ._1pXM9:active:focus {
    border-color: #008489 !important;
    border-color: var(--btn-secondary-bg) !important;
    background-color: #008489 !important;
    background-color: var(--btn-secondary-bg) !important;
    color: #fff !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .BhAEi {
    border: 1px solid #008489 !important;
    border: 1px solid var(--btn-secondary-bg) !important;
    background-color: #008489 !important;
    background-color: var(--btn-secondary-bg) !important;
    color: #fff !important;
    padding: 7px 21px;
    font-weight: 500;
    font-size: 16px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  ._2xund {
    border: 1px solid #ff7e82 !important;
    border: 1px solid var(--btn-primaryBorder-color) !important;
  }

  ._2YzQX:active:focus {
    background: #fff !important;
    color: #ff7e82 !important;
    color: var(--btn-primaryBorder-color) !important;
  }

  ._3xLOS {
    padding: 9px 21px !important;
  }

  ._2kyyy {
    padding: 5px 0px;
  }

  ._3Ifza {
    padding: 13px 21px !important;
  }

  ._2xinl {
    width: 100%;
  }

  ._1kuXk {
    text-decoration: none !important;
  }

  ._1QnAw {
    text-align: right;
  }

  ._3Iglv {
    text-align: center;
  }

  ._3WnJz {
    padding: 10px 15px 10px 15px;
    height: 58px;
    border-radius: 4px;
    font-size: 16px;
    border: 1px solid #DDDDDD !important;
    border: 1px solid var(--border-color) !important;
    background-color: #fff;
    line-height: 24px;
    color: #282828;
    color: var(--common-text-color);
    font-weight: normal;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  ._3ILHL {
    padding: 10px 35px 10px 15px;
    height: 58px;
    border-radius: 4px;
    font-size: 14px;
    border: 1px solid #DDDDDD !important;
    border: 1px solid var(--border-color) !important;
    background-color: #fff;
    color: #282828;
    color: var(--common-text-color);
    line-height: 19px;
    font-weight: normal;
    display: block;
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-position: 99% 14px;
    background-size: 30px 30px !important;
  }

  ._3n_xZ {
    text-decoration: none !important;
  }

  /*-----------------------Profilephoto Upload Common Styles Start----------------------------- */
  ._2rTjk {
    padding: 30px;
    -webkit-box-shadow: 0px 0px 15px 0px #eeebeb;
    box-shadow: 0px 0px 15px 0px #eeebeb;
    border-radius: 4px;
    position: relative;
  }

  /* .picContainer{
display: inline-block;
position: relative;
width: 100%;
background: #e7e7e7;
padding: 20px;
}
.picContainer{
border-radius: 10px;
background: #fff;
border: 2px dotted var(--border-color);
} */
  .v5der {
    border-radius: 100px;
  }

  ._23Vwh {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 22px;
    height: 22px;
    background: #000;
    padding-top: 3px;
    border: 0;
    border-radius: 2px;
    opacity: .9;
    color: #fff;
    cursor: pointer;
  }

  ._3X4c- {
    position: absolute;
    top: 16px;
    right: 20px;
  }

  ._3JUWS {
    padding-top: 60%;
    background-repeat: no-repeat;
    background-size: 57%;
    border-radius: 4px;
    background-color: #F9FBFF;
    background-position: center;
    border: 1px dashed #707070;
  }

  .B-LuG {
    cursor: pointer;
  }

  ._3dK22 {
    margin: 0px 0px 18px 0px;
    font-size: 22px;
    font-weight: 600;
  }

  ._5QCgk {
    padding: 9px 15px;
  }

  /*-----------------------Profilephoto Upload Common Styles End----------------------------- */
  ._17Xu1 {
    margin-top: 6px;
  }

  ._1L2Ha {
    margin-top: 12px;
  }

  .iIpuH {
    margin-top: 18px;
  }

  ._3cKym {
    margin-top: 30px;
  }

  ._1hhPe {
    margin-top: 24px;
  }

  ._2sOVi {
    margin-bottom: 6px;
  }

  ._1-oeD {
    margin-bottom: 12px;
  }

  ._3_4On {
    margin-bottom: 18px;
  }

  ._Ileg {
    margin-bottom: 24px;
  }

  .tEzSg {
    margin-bottom: 30px;
  }

  /*----------------------Password Show Icon Section ------------------------------*/
  ._3ZMCS {
    position: absolute;
    right: 20px;
    top: 54px;
    cursor: pointer;
  }

  ._1yzYu {
    position: relative;
  }

  ._2pfjk {
    top: 50px;
  }

  ._2dDoh {
    font-size: 16px;
    color: #282828;
    color: var(--common-text-color);
    margin: 0px 0px 12px;
    font-weight: 500;
  }

  ._2lPUM {
    margin-bottom: 5px;
    display: block;
    color: #ff0000;
    font-size: 14px;
    font-weight: normal;
  }

  ._1Vs_L {
    background: #ffffff;
    border-radius: 0;
  }

  /*----------------------Phone-Input Field Start------------------------------*/
  ._2e7mC {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  ._3pdzS {
    width: 100%;
  }

  ._36giN {
    padding: 16px 21px;
  }

  ._365H5 {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2;
}

._1ppNr {
    float: left;
}

._3UxmE {
    color: #282828;
    color: var(--common-text-color);
    line-height: 24px;
    margin: 0 0 45px;
    padding: 0px 15px 0 6px;
    font-weight: bold;
    font-size: 32px;
}


.AcN7e {
    text-align: right;
    position: relative;
}

.CGBjF, .CGBjF:hover, .CGBjF:focus, .CGBjF:active:focus {
    font-size: 18px;
    color: var(--btn-secondary-bg);
    color: var(--btn-secondary-bg);
    line-height: 24px;
    padding: 0px;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    outline: 0;
    margin: 3px 20px 0 0;
}

._13gHy {
    margin-top: -4px;
    margin-left: 7px;
}
  /*----------------------Phone-Input Field Start------------------------------*/
  ._3c2TV {
    padding: 0px;
  }

  @media screen and (max-width:767px) {
    ._2e7mC {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      row-gap: 20px;
    }
  }

  :root {
    /*
 * Typography
 * ======================================================================== */

    --font-family-base: "Circular", Arial, Helvetica, sans-serif;

    /*
 * Layout
 * ======================================================================== */

    --max-content-width: 1080px;
    --max-container-width: 1274px;

    /*
 * Media queries breakpoints
 * ======================================================================== */

    --screen-xs-min: 480px;
    /* Extra small screen / phone */
    --screen-sm-min: 768px;
    /* Small screen / tablet */
    --screen-md-min: 992px;
    /* Medium screen / desktop */
    --screen-lg-min: 1200px;
    /* Large screen / wide desktop */

    --border-color: #DDDDDD;
    --background-color: #ffffff;
    --btn-color: #282828;
    --btn-primary-bg: #ff5a5f;
    --btn-primary-color: #ffffff;
    --btn-primary-hover-bg: #ff7e82;
    --btn-primaryBorder-bg: #ffffff;
    --btn-primaryBorder-color: #ff7e82;
    --btn-primaryBorder-hover-bg: #ff7e82;
    --btn-secondary-bg: #008489;
    --btn-secondary-color: #ffffff;
    --btn-secondary-hover-bg: #008489;
    --text-color: #A02F18;
    --common-text-color: #282828;
    --common-text-Secondry-color: #696969;
    --background-common-color: #F8F8F8;
    --border-secondary-color: #dadada;
    --background-secondary-color: #F2F8FF;
    --menu-background-color: #f3f3f3;
    --darkmode-primary-color: #323232;
    --darkmode-secondary-color: #3c3c3c;
    --darkmode-text-color: #ffffff;
  }

  /** RentAll - Begin **/
  ._3Vqxt {
    max-width: 1140px;
    margin: 54px auto;
    width: 100%;
    padding: 10px;
  }

  .m4o2M {
    padding: 0px;
    margin: 16px 32px 10px 62px;
  }

  ._25W_h {
    font-size: 26px;
    margin-top: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0px;
  }

  @media screen and (max-width: 767px) {
    ._25W_h {
      margin-top: 55px;
    }

    ._3Vqxt {
      margin: 0px auto;
    }

    .m4o2M {
      margin: 16px 30px 10px 30px;
    }
  }

  :root {
    /*
 * Typography
 * ======================================================================== */

    --font-family-base: "Circular", Arial, Helvetica, sans-serif;

    /*
 * Layout
 * ======================================================================== */

    --max-content-width: 1080px;
    --max-container-width: 1274px;

    /*
 * Media queries breakpoints
 * ======================================================================== */

    --screen-xs-min: 480px;
    /* Extra small screen / phone */
    --screen-sm-min: 768px;
    /* Small screen / tablet */
    --screen-md-min: 992px;
    /* Medium screen / desktop */
    --screen-lg-min: 1200px;
    /* Large screen / wide desktop */

    --border-color: #DDDDDD;
    --background-color: #ffffff;
    --btn-color: #282828;
    --btn-primary-bg: #ff5a5f;
    --btn-primary-color: #ffffff;
    --btn-primary-hover-bg: #ff7e82;
    --btn-primaryBorder-bg: #ffffff;
    --btn-primaryBorder-color: #ff7e82;
    --btn-primaryBorder-hover-bg: #ff7e82;
    --btn-secondary-bg: #008489;
    --btn-secondary-color: #ffffff;
    --btn-secondary-hover-bg: #008489;
    --text-color: #A02F18;
    --common-text-color: #282828;
    --common-text-Secondry-color: #696969;
    --background-common-color: #F8F8F8;
    --border-secondary-color: #dadada;
    --background-secondary-color: #F2F8FF;
    --menu-background-color: #f3f3f3;
    --darkmode-primary-color: #323232;
    --darkmode-secondary-color: #3c3c3c;
    --darkmode-text-color: #ffffff;
  }

  .KUnVb {
    margin: 5px 0px;
    display: block;
    color: #ff0000;
    font-size: 14px;
    font-weight: normal;
  }

  ._3Hhd7 {
    margin-bottom: 6px !important;
  }

  ._38uNY {
    margin-bottom: 12px !important;
  }

  ._26ROX {
    margin-bottom: 18px !important;
  }

  ._2FKaR {
    margin-bottom: 24px !important;
  }

  ._1eThS {
    margin-bottom: 30px !important;
  }

  ._3R3q0 {
    margin-bottom: 36px !important;
  }

  ._2Hirw {
    margin-bottom: 42px !important;
  }

  .BJK1l {
    margin-bottom: 48px !important;
  }

  ._3-SqA {
    margin-top: 6px !important;
  }

  ._3S_NQ {
    margin-top: 12px !important;
  }

  ._3MS4I {
    margin-top: 18px !important;
  }

  ._3y5kb {
    margin-top: 24px !important;
  }

  ._2C61E {
    margin-top: 30px !important;
  }

  ._3tq8K {
    margin-top: 36px !important;
  }

  ._31AdR {
    margin-top: 42px !important;
  }

  .BJK1l {
    margin-top: 48px !important;
  }

  ._3U9GO {
    margin: 0px !important;
  }

  ._3yG50 {
    padding-bottom: 6px !important;
  }

  ._3z2BS {
    padding-bottom: 12px !important;
  }

  ._2eK7q {
    padding-bottom: 18px !important;
  }

  ._1gT43 {
    padding-bottom: 24px !important;
  }

  .qwnoz {
    padding-bottom: 30px !important;
  }

  ._1K05T {
    padding-bottom: 36px !important;
  }

  ._3komp {
    padding-bottom: 42px !important;
  }

  ._3t69r {
    padding-top: 6px !important;
  }

  ._1dQGa {
    padding-top: 12px !important;
  }

  ._3eu8n {
    padding-top: 18px !important;
  }

  ._2IRQ4 {
    padding-top: 24px !important;
  }

  ._1Bg4V {
    padding-top: 30px !important;
  }

  ._kat8 {
    padding-top: 36px !important;
  }

  ._3c8QR {
    padding-top: 42px !important;
  }

  ._1p_Tm {
    padding: 0px !important;
  }

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

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

  ._3fxus {
    font-weight: normal !important;
  }

  ._2v9Wl {
    margin-bottom: 20px;
  }

  ._1wqdE {
    margin-bottom: 10px;
  }

  ._2XD_d {
    margin: 0;
  }

  ._3wTlw {
    margin-bottom: 15px;
  }

  ._2ykzR {
    margin-top: 0;
  }

  .KhAy9 {
    margin-top: 11px;
  }

  ._3hON5 {
    margin-top: 21px;
  }

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

  /*New Design Text Colors */

  .Gy3ug {
    color: rgb(20, 39, 94) !important;
  }

  ._2WaBx {
    color: rgb(57, 87, 106) !important;
  }

  ._2O2SF {
    color: rgb(76, 86, 41) !important;
  }

  ._196Sp {
    color: rgb(115, 79, 33) !important;
  }

  ._3RTA1 {
    color: rgb(87, 37, 51) !important;
  }

  .eiI7N {
    color: #A02F18 !important;
    color: var(--text-color) !important;
  }

  ._3fUjW {
    color: rgb(155, 49, 67) !important;
  }

  ._1Jk-G {
    color: rgb(83, 18, 16) !important;
  }

  ._3rHKk {
    color: rgb(142, 28, 10) !important;
  }

  .iv6Yx {
    color: rgb(37, 117, 141) !important;
  }

  ._1jjTK {
    color: rgb(77, 65, 51) !important;
  }

  ._15B-x,
  ._15B-x:focus {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 6px 12px !important;
    width: auto;
    outline: 0 !important;
    border: 1px solid #DDDDDD !important;
    border: 1px solid var(--border-color) !important;
    border-radius: 4px !important;
    background: #ffffff !important;
    background: var(--background-color) !important;
    color: #282828 !important;
    color: var(--btn-color) !important;
  }

  ._15B-x:hover {
    background: #DDDDDD !important;
    background: var(--border-color) !important;
    outline: 0 !important;
  }

  ._2-vk3,
  ._2-vk3:focus {
    border-color: #ff5a5f !important;
    border-color: var(--btn-primary-bg) !important;
    background-color: #ff5a5f !important;
    background-color: var(--btn-primary-bg) !important;
    color: #ffffff !important;
    color: var(--btn-primary-color) !important;
  }

  ._2-vk3:hover {
    border-color: #ff7e82 !important;
    border-color: var(--btn-primary-hover-bg) !important;
    background-color: #ff7e82 !important;
    background-color: var(--btn-primary-hover-bg) !important;
    color: #ffffff !important;
    color: var(--btn-primary-color) !important;
  }

  .kXKca,
  .kXKca:focus {
    border-color: #ff5a5f !important;
    border-color: var(--btn-primary-bg) !important;
    color: #ff5a5f !important;
    color: var(--btn-primary-bg) !important;
    background-color: #ffffff !important;
    background-color: var(--btn-primary-color) !important;
  }

  .kXKca:hover {
    border-color: #ff7e82 !important;
    border-color: var(--btn-primary-hover-bg) !important;
    color: #ff7e82 !important;
    color: var(--btn-primary-hover-bg) !important;
    background-color: #ffffff !important;
    background-color: var(--btn-primary-color) !important;
  }

  ._3A368,
  ._3A368:focus {
    border-color: #008489 !important;
    border-color: var(--btn-secondary-bg) !important;
    background-color: #008489 !important;
    background-color: var(--btn-secondary-bg) !important;
    color: #ffffff !important;
  }

  ._3A368:hover {
    border-color: #008489 !important;
    border-color: var(--btn-secondary-hover-bg) !important;
    background-color: #008489 !important;
    background-color: var(--btn-secondary-hover-bg) !important;
    color: #ffffff !important;
    color: var(--btn-secondary-color) !important;
  }

  ._3yXT2 {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0px !important;
    width: auto !important;
    outline: 0 !important;
    background: #ffffff !important;
    background: var(--background-color) !important;
    color: #282828 !important;
    color: var(--btn-color) !important;
    font-weight: inherit;
    word-wrap: break-word;
    line-height: 18px;
    letter-spacing: normal;
    font-size: inherit;
    border: 0px !important;
  }

  ._3yXT2:hover {
    background: transparent !important;
    color: #282828 !important;
    color: var(--btn-color) !important;
    outline: 0 !important;
    text-decoration: underline;
    font-weight: inherit;
    word-wrap: break-word;
    line-height: 18px;
    letter-spacing: normal;
    border: 0px !important;
  }

  ._3yXT2:focus {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0px !important;
    width: auto !important;
    outline: 0 !important;
    background: transparent !important;
    color: #282828 !important;
    color: var(--btn-color) !important;
    font-weight: inherit;
    word-wrap: break-word;
    line-height: 18px;
    letter-spacing: normal;
    font-size: inherit;
    border: 0px !important;
  }

  ._3d3Bc,
  ._3d3Bc:focus {
    background-color: #ffffff !important;
    background-color: var(--background-color) !important;
    color: #ff5a5f !important;
    color: var(--btn-primary-bg) !important;
  }

  ._3d3Bc:hover {
    background-color: #ffffff !important;
    background-color: var(--background-color) !important;
    color: #ff5a5f !important;
    color: var(--btn-primary-bg) !important;
  }

  .zoGk7 {
    background-color: #ffffff !important;
    background-color: var(--background-color) !important;
    color: #008489 !important;
    color: var(--btn-secondary-bg) !important;
  }

  .zoGk7:hover {
    background-color: #ffffff !important;
    background-color: var(--background-color) !important;
    color: #008489 !important;
    color: var(--btn-secondary-bg) !important;
  }

  .zoGk7:focus {
    background-color: transparent !important;
    color: #008489 !important;
    color: var(--btn-secondary-bg) !important;
  }

  ._2eGPR {
    position: absolute;
    top: 51px;
    left: 0px;
    z-index: 10;
    overflow-y: auto;
    overflow-x: hidden;
    white-space: normal;
    display: inline-block;
    max-height: 65vh;
    visibility: visible;
    background: #ffffff;
    background: var(--background-color);
    -webkit-box-shadow: 0px 0px 10px #00000040;
    box-shadow: 0px 0px 10px #00000040;
    border-radius: 14px;
  }

  ._3YyGg {
    z-index: 10;
    overflow-y: auto;
    overflow-x: hidden;
    white-space: normal;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 66%;
    height: initial;
    -webkit-box-shadow: none;
    box-shadow: none;
    visibility: visible;
    top: 148px;
    background: #ffffff;
    background: var(--background-color);
    border-radius: 4px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -webkit-border-image: initial;
    -o-border-image: initial;
    border-image: initial;
  }

  ._1dap- {
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 64px;
    z-index: 2;
    overflow-y: auto;
    overflow-x: hidden;
    white-space: normal;
    background: rgba(255, 255, 255, 0.85);
    left: 0;
    right: 0;
    visibility: visible;
    bottom: 0;
    -webkit-overflow-scrolling: touch;
  }

  .ARRRg {
    min-width: 370px;
    padding: 24px;
  }

  ._3Ykml {
    font-size: 30px;
    color: #767676;
  }

  ._29ZFG {
    width: 100%;
    position: relative;
    line-height: 0;
  }

  .x0Fot {
    display: table;
    width: 100%;
    vertical-align: middle;
  }

  ._29VuI {
    display: table-row;
    vertical-align: middle;
  }

  .-SM9d {
    display: table-cell;
    vertical-align: middle;
  }

  .DbF_J {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
  }

  ._13azh {
    width: 100% !important;
  }

  ._1EY8k {
    font-size: 16px;
  }

  .NcjmU {
    display: none !important;
  }

  ._1Nc7v {
    margin-top: 0;
    max-width: 320px;
    border: 1px solid #dadada;
    border: 1px solid var(--border-secondary-color);
    padding: 20px;
  }

  ._3fqdp {
    height: 58px !important;
    font-size: 16px !important;
    padding: 15px 47px 20px 20px !important;
    border: 1px solid #DDDDDD !important;
    border: 1px solid var(--border-color) !important;
    border-radius: 4px !important;
  }

  ._1qK6H {
    padding: 15px 50px 20px 20px !important;
  }

  ._3FAba {
    border: 1px solid #dadada !important;
    border: 1px solid var(--border-secondary-color) !important;
    color: #767676 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 3px !important;
  }

  ._23qAI {
    text-align: right;
  }

  ._1y5Ao {
    text-align: left;
  }

  ._1x3Kg {
    text-align: center;
  }

  ._2YBgi {
    font-size: 18px;
  }

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

  ._3Y2fq {
    color: #707070;
    font-size: 12px;
    margin-bottom: 0;
  }

  /*************************** SearchButton Start **********************/

  ._2lniv {
    padding: 7px 15px !important;
    border-radius: 20px !important;
    background: transparent !important;
    color: #282828 !important;
    color: var(--common-text-color) !important;
    border: 1px solid #DDDDDD !important;
    border: 1px solid var(--border-color) !important;
  }

  ._2lniv:focus {
    padding: 7px 15px !important;
    border-radius: 20px !important;
    /* background: var(--btn-secondary-bg) !important; */
    /* box-shadow: none !important;
  color: #fff !important; */
    /* border-color: var(--btn-secondary-bg) !important; */
  }

  ._2lniv:hover {
    background: #008489 !important;
    background: var(--btn-secondary-bg) !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #fff !important;
    border-color: #008489 !important;
    border-color: var(--btn-secondary-bg) !important;
  }

  /*************************** SearchButton End **********************/

  /*************************** Header Modal Start **********************/

  .O-fM3 {
    padding: 15px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #F2F2F2;
  }

  ._2vkjT {
    display: inline-block;
    margin-right: 30px;
    width: 17%;
  }

  .O-fM3:hover,
  .O-fM3:focus,
  .O-fM3:active {
    background-color: rgb(242, 242, 242);
    color: #484848;
  }

  ._1hB4f:first-child {
    background-color: #fff;
    color: #484848;
    border: 1px solid #767676;
  }

  ._33w4y {
    position: absolute;
    cursor: pointer;
  }

  ._33H6q {
    margin-right: 3px;
    position: relative;
    top: -1px;
  }

  .KLfyC {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 400;
  }

  @media screen and (max-width: 767px) {
    ._2vkjT {
      margin-right: 15px;
      width: 45%;
    }

    .eFz1i {
      white-space: break-spaces;
      text-align: left;
    }
  }

  /*************************** Header Modal End **********************/

  .GA8nv {
    text-transform: capitalize;
  }

  @media screen and (max-width: 768px) {
    ._3YyGg {
      width: 100%;
      height: 100%;
      top: 0px;
      -webkit-box-shadow: none;
      box-shadow: none;
      max-height: 100%;
      -webkit-overflow-scrolling: touch;
    }

    .ARRRg {
      min-width: 320px;
      padding: 15px 15px 70px !important;
      height: 100%;
      min-height: 100vh;
      -webkit-overflow-scrolling: touch;
    }

    .MVazc {
      position: fixed;
      top: 0;
      z-index: 7;
      left: 0;
      right: 0;
      width: 100%;
      padding: 10px 15px;
      background: #fff;
    }

    ._29ZFG {
      font-weight: 600;
      position: fixed;
      bottom: 0px;
      left: 0;
      right: 0;
      padding: 15px;
      background-color: #ffffff;
      background-color: var(--background-color);
      z-index: 10;
      text-align: center;
      font-size: 17px;
    }

    .NcjmU {
      display: block !important;
    }

    .PK0Wj {
      display: none !important;
    }
  }

  @media screen and (max-width: 767px) {
    ._29ZFG {
      position: relative !important;
    }
  }

  @media screen and (max-width: 350px) {
    ._1wKIK {
      font-size: 14px !important;
    }
  }

  @media (max-width: 360px) {
    ._3Ykml {
      font-size: 25px;
    }
  }

  @media (max-width: 993px) and (min-width: 769px) {
    .xjlds {
      font-size: 14px;
    }
  }

  /*****************Apply Button Alignment Start **********************/

  ._1qbyW {
    text-align: right;
  }

  ._1PvWM,
  ._1PvWM:hover,
  ._1PvWM:active,
  ._1PvWM:focus {
    background-color: #008489 !important;
    background-color: var(--btn-secondary-bg) !important;
    color: #ffffff !important;
    padding: 6px 18px !important;
    border-radius: 4px;
    text-decoration: none;
  }

  @media screen and (max-width: 991px) {
    ._1qbyW {
      text-align: center;
    }

    ._2goj1 {
      text-align: right !important;
    }

    ._2n-Gf {
      padding-right: 0px !important;
    }
  }

  /*****************Apply Button Alignment Start **********************/

  /** Common - Start **/

  ._24cXF {
    width: 100%;
    position: relative;
    white-space: normal;
    display: block;
  }

  ._3DOH9 {
    padding: 10px 35px 10px 10px;
    height: 40px;
    border-radius: 2px;
    font-size: 14px;
    border: 1px solid #dadada;
    border: 1px solid var(--border-secondary-color);
    background-color: transparent;
    color: #767676;
  }

  .P4lHc {
    height: 40px;
    border-radius: 2px;
    margin-bottom: 8px;
    font-size: 14px;
    border: 1px solid #DBDBDB;
    background-color: #fff;
    color: #484848;
    line-height: 24px;
    display: block;
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  /** Common - End **/

  /** Search Form - Start **/

  ._3Iepf {
    display: table;
    float: none;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    table-layout: auto;
    width: 100%;
  }

  ._2kBB8 {
    border: 1px solid #dadada;
    border: 1px solid var(--border-secondary-color);
    border-radius: 15px;
    -webkit-box-shadow: 0 0px 3px 0 #dadada;
    box-shadow: 0 0px 3px 0 #dadada;
    -webkit-box-shadow: 0 0px 3px 0 var(--border-secondary-color);
    box-shadow: 0 0px 3px 0 var(--border-secondary-color);
    margin-left: 0;
    margin-right: 0;
  }

  ._2Bk9- {
    width: 100%;
    display: table;
  }

  .OSsbS {
    display: table-row;
    width: 100%;
  }

  .ojefH {
    display: table-cell;
    float: none;
    padding: 15px 16px 10px;
    vertical-align: middle;
  }

  .ojefH:not(first-child) {
    border-right: 1px solid #dadada;
    border-right: 1px solid var(--border-secondary-color);
  }

  ._3o1oG {
    border-right: none !important;
  }

  ._3SECw,
  ._1nPEi {
    width: 35%;
  }

  .XPTCX {
    padding: 11px 0px 8px !important;
  }

  .-cWtR {
    width: 17%;
  }

  ._2VGuz {
    padding-bottom: 16px;
  }

  .DuyUw {
    font-size: 16px;
    letter-spacing: -0.5px;
    padding-bottom: 0;
    padding-top: 0;
    margin: 0px;
    white-space: nowrap;
    font-weight: 600;
  }

  ._3xe4k,
  ._3xe4k:hover,
  ._3xe4k:focus {
    border: 0px;
    margin: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    letter-spacing: -0.5px;
    padding: 8px 0px;
    outline: 0 !important;
  }

  ._3DL03,
  ._3DL03:hover,
  ._3DL03:focus {
    padding: 12px 40px 7px 15px;
  }

  ._1RdvH {
    line-height: 16px;
    padding: 16px 10px !important;
  }

  ._3MntA {
    padding: 0px 15px;
  }

  @media screen and (max-width: 1200px) {
    ._3Iepf {
      padding-left: 15px;
      padding-right: 15px;
    }
  }

  @media screen and (max-width: 1200px) and (min-width: 993px) {
    ._3Iepf {
      padding-left: 0px;
      padding-right: 0px;
    }
  }

  @media(min-width:768px) and (max-width:992px) {
    .ojefH:not(first-child) {
      border-bottom: 1px solid #dadada;
      border-bottom: 1px solid var(--border-secondary-color);
    }

    .ojefH {
      padding: 15px 8px 8px;
    }

    ._3DL03,
    ._3DL03:hover,
    ._3DL03:focus {
      padding: 8px 8px 8px 0px;
    }

    ._3MntA {
      padding: 0px;
    }

    .XPTCX {
      padding: 15px 8px 8px !important;
    }
  }

  @media screen and (max-width: 767px) {

    ._3SECw,
    ._1nPEi,
    .-cWtR {
      width: 100%;
    }

    .ojefH {
      border-right: 0px;
      display: block;
    }

    .ojefH:not(first-child) {
      border-bottom: 1px solid #dadada;
      border-bottom: 1px solid var(--border-secondary-color);
      border-right: 0;
    }

    ._3o1oG {
      border-bottom: none !important;
    }

    ._3Iepf {
      padding-left: 15px;
      padding-right: 15px;
    }
  }

  @media screen and (max-width: 640px) {

    ._3DL03,
    ._3DL03:hover,
    ._3DL03:focus {
      padding: 8px 8px 8px 0px;
    }

    ._2LeLQ {
      padding: 15px 16px 8px !important;
    }

    ._3MntA {
      padding: 0px;
    }
  }

  ._1xL5g {
    width: 100% !important;
    margin: 0px !important;
  }

  /** Search Form - End **/
  /**
* The geosuggest module
* NOTE: duplicated font-sizes' are for browsers which don't support rem (only IE 8)
*/
  .geosuggest {
    font-size: 18px;
    font-size: 1rem;
    position: relative;
    width: 50%;
    margin: 1em auto;
    text-align: left;
  }

  .geosuggest__input {
    width: 100%;
    border: 2px solid transparent;
    box-shadow: 0 0 1px #3d464d;
    padding: .5em 1em;
    -webkit-transition: border 0.2s, box-shadow 0.2s;
    transition: border 0.2s, box-shadow 0.2s;
  }

  .geosuggest__input:focus {
    border-color: #267dc0;
    box-shadow: 0 0 0 transparent;
  }

  .geosuggest__suggests {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 25em;
    padding: 0;
    margin-top: -1px;
    background: #fff;
    border: 2px solid #267dc0;
    border-top-width: 0;
    overflow-x: hidden;
    overflow-y: auto;
    list-style: none;
    z-index: 5;
    -webkit-transition: max-height 0.2s, border 0.2s;
    transition: max-height 0.2s, border 0.2s;
  }

  .geosuggest__suggests--hidden {
    max-height: 0;
    overflow: hidden;
    border-width: 0;
  }

  /**
* A geosuggest item
*/
  .geosuggest__item {
    font-size: 18px;
    font-size: 1rem;
    padding: .5em .65em;
    cursor: pointer;
  }

  .geosuggest__item:hover,
  .geosuggest__item:focus {
    background: #f5f5f5;
  }

  .geosuggest__item--active {
    background: #267dc0;
    color: #fff;
  }

  .geosuggest__item--active:hover,
  .geosuggest__item--active:focus {
    background: #ccc;
  }

  .geosuggest__item__matched-text {
    font-weight: bold;
  }

  .PresetDateRangePicker_panel {
    padding: 0 22px 11px
  }

  .PresetDateRangePicker_button {
    position: relative;
    height: 100%;
    text-align: center;
    background: 0 0;
    border: 2px solid #00a699;
    color: #00a699;
    padding: 4px 12px;
    margin-right: 8px;
    font: inherit;
    font-weight: 700;
    line-height: normal;
    overflow: visible;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer
  }

  .PresetDateRangePicker_button:active {
    outline: 0
  }

  .PresetDateRangePicker_button__selected {
    color: #fff;
    background: #00a699
  }

  .SingleDatePickerInput {
    display: inline-block;
    background-color: #fff
  }

  .SingleDatePickerInput__withBorder {
    border-radius: 2px;
    border: 1px solid #dbdbdb
  }

  .SingleDatePickerInput__rtl {
    direction: rtl
  }

  .SingleDatePickerInput__disabled {
    background-color: #f2f2f2
  }

  .SingleDatePickerInput__block {
    display: block
  }

  .SingleDatePickerInput__showClearDate {
    padding-right: 30px
  }

  .SingleDatePickerInput_clearDate {
    background: 0 0;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    cursor: pointer;
    padding: 10px;
    margin: 0 10px 0 5px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  .SingleDatePickerInput_clearDate__default:focus,
  .SingleDatePickerInput_clearDate__default:hover {
    background: #dbdbdb;
    border-radius: 50%
  }

  .SingleDatePickerInput_clearDate__small {
    padding: 6px
  }

  .SingleDatePickerInput_clearDate__hide {
    visibility: hidden
  }

  .SingleDatePickerInput_clearDate_svg {
    fill: #82888a;
    height: 12px;
    width: 15px;
    vertical-align: middle
  }

  .SingleDatePickerInput_clearDate_svg__small {
    height: 9px
  }

  .SingleDatePickerInput_calendarIcon {
    background: 0 0;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    margin: 0 5px 0 10px
  }

  .SingleDatePickerInput_calendarIcon_svg {
    fill: #82888a;
    height: 15px;
    width: 14px;
    vertical-align: middle
  }

  .SingleDatePicker {
    position: relative;
    display: inline-block
  }

  .SingleDatePicker__block {
    display: block
  }

  .SingleDatePicker_picker {
    z-index: 1;
    background-color: #fff;
    position: absolute
  }

  .SingleDatePicker_picker__rtl {
    direction: rtl
  }

  .SingleDatePicker_picker__directionLeft {
    left: 0
  }

  .SingleDatePicker_picker__directionRight {
    right: 0
  }

  .SingleDatePicker_picker__portal {
    background-color: rgba(0, 0, 0, .3);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
  }

  .SingleDatePicker_picker__fullScreenPortal {
    background-color: #fff
  }

  .SingleDatePicker_closeButton {
    background: 0 0;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    z-index: 2
  }

  .SingleDatePicker_closeButton:focus,
  .SingleDatePicker_closeButton:hover {
    color: darken(#cacccd, 10%);
    text-decoration: none
  }

  .SingleDatePicker_closeButton_svg {
    height: 15px;
    width: 15px;
    fill: #cacccd
  }

  .DayPickerKeyboardShortcuts_buttonReset {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    cursor: pointer;
    font-size: 14px
  }

  .DayPickerKeyboardShortcuts_buttonReset:active {
    outline: 0
  }

  .DayPickerKeyboardShortcuts_show {
    width: 33px;
    height: 26px;
    position: absolute;
    z-index: 2
  }

  .DayPickerKeyboardShortcuts_show::before {
    content: "";
    display: block;
    position: absolute
  }

  .DayPickerKeyboardShortcuts_show__bottomRight {
    bottom: 0;
    right: 0
  }

  .DayPickerKeyboardShortcuts_show__bottomRight::before {
    border-top: 26px solid transparent;
    border-right: 33px solid #00a699;
    bottom: 0;
    right: 0
  }

  .DayPickerKeyboardShortcuts_show__bottomRight:hover::before {
    border-right: 33px solid #008489
  }

  .DayPickerKeyboardShortcuts_show__topRight {
    top: 0;
    right: 0
  }

  .DayPickerKeyboardShortcuts_show__topRight::before {
    border-bottom: 26px solid transparent;
    border-right: 33px solid #00a699;
    top: 0;
    right: 0
  }

  .DayPickerKeyboardShortcuts_show__topRight:hover::before {
    border-right: 33px solid #008489
  }

  .DayPickerKeyboardShortcuts_show__topLeft {
    top: 0;
    left: 0
  }

  .DayPickerKeyboardShortcuts_show__topLeft::before {
    border-bottom: 26px solid transparent;
    border-left: 33px solid #00a699;
    top: 0;
    left: 0
  }

  .DayPickerKeyboardShortcuts_show__topLeft:hover::before {
    border-left: 33px solid #008489
  }

  .DayPickerKeyboardShortcuts_showSpan {
    color: #fff;
    position: absolute
  }

  .DayPickerKeyboardShortcuts_showSpan__bottomRight {
    bottom: 0;
    right: 5px
  }

  .DayPickerKeyboardShortcuts_showSpan__topRight {
    top: 1px;
    right: 5px
  }

  .DayPickerKeyboardShortcuts_showSpan__topLeft {
    top: 1px;
    left: 5px
  }

  .DayPickerKeyboardShortcuts_panel {
    overflow: auto;
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    padding: 22px;
    margin: 33px;
    text-align: left
  }

  .DayPickerKeyboardShortcuts_title {
    font-size: 16px;
    font-weight: 700;
    margin: 0
  }

  .DayPickerKeyboardShortcuts_list {
    list-style: none;
    padding: 0;
    font-size: 14px
  }

  .DayPickerKeyboardShortcuts_close {
    position: absolute;
    right: 22px;
    top: 22px;
    z-index: 2
  }

  .DayPickerKeyboardShortcuts_close:active {
    outline: 0
  }

  .DayPickerKeyboardShortcuts_closeSvg {
    height: 15px;
    width: 15px;
    fill: #cacccd
  }

  .DayPickerKeyboardShortcuts_closeSvg:focus,
  .DayPickerKeyboardShortcuts_closeSvg:hover {
    fill: #82888a
  }

  .CalendarDay {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 14px;
    text-align: center
  }

  .CalendarDay:active {
    outline: 0
  }

  .CalendarDay__defaultCursor {
    cursor: default
  }

  .CalendarDay__default {
    border: 1px solid #e4e7e7;
    color: #484848;
    background: #fff
  }

  .CalendarDay__default:hover {
    background: #e4e7e7;
    border: 1px solid #e4e7e7;
    color: inherit
  }

  .CalendarDay__hovered_offset {
    background: #f4f5f5;
    border: 1px double #e4e7e7;
    color: inherit
  }

  .CalendarDay__outside {
    border: 0;
    background: #fff;
    color: #484848
  }

  .CalendarDay__outside:hover {
    border: 0
  }

  .CalendarDay__blocked_minimum_nights {
    background: #fff;
    border: 1px solid #eceeee;
    color: #cacccd
  }

  .CalendarDay__blocked_minimum_nights:active,
  .CalendarDay__blocked_minimum_nights:hover {
    background: #fff;
    color: #cacccd
  }

  .CalendarDay__highlighted_calendar {
    background: #ffe8bc;
    color: #484848
  }

  .CalendarDay__highlighted_calendar:active,
  .CalendarDay__highlighted_calendar:hover {
    background: #ffce71;
    color: #484848
  }

  .CalendarDay__selected_span {
    background: #66e2da;
    border: 1px double #33dacd;
    color: #fff
  }

  .CalendarDay__selected_span:active,
  .CalendarDay__selected_span:hover {
    background: #33dacd;
    border: 1px double #33dacd;
    color: #fff
  }

  .CalendarDay__selected,
  .CalendarDay__selected:active,
  .CalendarDay__selected:hover {
    background: #00a699;
    border: 1px double #00a699;
    color: #fff
  }

  .CalendarDay__hovered_span,
  .CalendarDay__hovered_span:hover {
    background: #b2f1ec;
    border: 1px double #80e8e0;
    color: #007a87
  }

  .CalendarDay__hovered_span:active {
    background: #80e8e0;
    border: 1px double #80e8e0;
    color: #007a87
  }

  .CalendarDay__blocked_calendar,
  .CalendarDay__blocked_calendar:active,
  .CalendarDay__blocked_calendar:hover {
    background: #cacccd;
    border: 1px solid #cacccd;
    color: #82888a
  }

  .CalendarDay__blocked_out_of_range,
  .CalendarDay__blocked_out_of_range:active,
  .CalendarDay__blocked_out_of_range:hover {
    background: #fff;
    border: 1px solid #e4e7e7;
    color: #cacccd
  }

  .CalendarDay__hovered_start_first_possible_end {
    background: #eceeee;
    border: 1px double #eceeee
  }

  .CalendarDay__hovered_start_blocked_min_nights {
    background: #eceeee;
    border: 1px double #e4e7e7
  }

  .CalendarMonth {
    background: #fff;
    text-align: center;
    vertical-align: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
  }

  .CalendarMonth_table {
    border-collapse: collapse;
    border-spacing: 0
  }

  .CalendarMonth_verticalSpacing {
    border-collapse: separate
  }

  .CalendarMonth_caption {
    color: #484848;
    font-size: 18px;
    text-align: center;
    padding-top: 22px;
    padding-bottom: 37px;
    caption-side: initial
  }

  .CalendarMonth_caption__verticalScrollable {
    padding-top: 12px;
    padding-bottom: 7px
  }

  .CalendarMonthGrid {
    background: #fff;
    text-align: left;
    z-index: 0
  }

  .CalendarMonthGrid__animating {
    z-index: 1
  }

  .CalendarMonthGrid__horizontal {
    position: absolute;
    left: 9px
  }

  .CalendarMonthGrid__vertical,
  .CalendarMonthGrid__vertical_scrollable {
    margin: 0 auto
  }

  .CalendarMonthGrid_month__horizontal {
    display: inline-block;
    vertical-align: top;
    min-height: 100%
  }

  .CalendarMonthGrid_month__hideForAnimation {
    position: absolute;
    z-index: -1;
    opacity: 0;
    pointer-events: none
  }

  .CalendarMonthGrid_month__hidden {
    visibility: hidden
  }

  .DayPickerNavigation {
    position: relative;
    z-index: 2
  }

  .DayPickerNavigation__horizontal {
    height: 0
  }

  .DayPickerNavigation__verticalScrollable_prevNav {
    z-index: 1
  }

  .DayPickerNavigation__verticalDefault {
    position: absolute;
    width: 100%;
    height: 52px;
    bottom: 0;
    left: 0
  }

  .DayPickerNavigation__verticalScrollableDefault {
    position: relative
  }

  .DayPickerNavigation__bottom {
    height: auto
  }

  .DayPickerNavigation__bottomDefault {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }

  .DayPickerNavigation_button {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    padding: 0;
    margin: 0
  }

  .DayPickerNavigation_button__default {
    border: 1px solid #e4e7e7;
    background-color: #fff;
    color: #757575
  }

  .DayPickerNavigation_button__default:focus,
  .DayPickerNavigation_button__default:hover {
    border: 1px solid #c4c4c4
  }

  .DayPickerNavigation_button__default:active {
    background: #f2f2f2
  }

  .DayPickerNavigation_button__disabled {
    cursor: default;
    border: 1px solid #f2f2f2
  }

  .DayPickerNavigation_button__disabled:focus,
  .DayPickerNavigation_button__disabled:hover {
    border: 1px solid #f2f2f2
  }

  .DayPickerNavigation_button__disabled:active {
    background: 0 0
  }

  .DayPickerNavigation_button__horizontalDefault {
    position: absolute;
    top: 18px;
    line-height: .78;
    border-radius: 3px;
    padding: 6px 9px
  }

  .DayPickerNavigation_bottomButton__horizontalDefault {
    position: static;
    margin: -10px 22px 30px
  }

  .DayPickerNavigation_leftButton__horizontalDefault {
    left: 22px
  }

  .DayPickerNavigation_rightButton__horizontalDefault {
    right: 22px
  }

  .DayPickerNavigation_button__verticalDefault {
    padding: 5px;
    background: #fff;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
    position: relative;
    display: inline-block;
    text-align: center;
    height: 100%;
    width: 50%
  }

  .DayPickerNavigation_nextButton__verticalDefault {
    border-left: 0
  }

  .DayPickerNavigation_nextButton__verticalScrollableDefault,
  .DayPickerNavigation_prevButton__verticalScrollableDefault {
    width: 100%
  }

  .DayPickerNavigation_svg__horizontal {
    height: 19px;
    width: 19px;
    fill: #82888a;
    display: block
  }

  .DayPickerNavigation_svg__vertical {
    height: 42px;
    width: 42px;
    fill: #484848
  }

  .DayPickerNavigation_svg__disabled {
    fill: #f2f2f2
  }

  .DayPicker {
    background: #fff;
    position: relative;
    text-align: left
  }

  .DayPicker__horizontal {
    background: #fff
  }

  .DayPicker__verticalScrollable {
    height: 100%
  }

  .DayPicker__hidden {
    visibility: hidden
  }

  .DayPicker__withBorder {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .05), 0 0 0 1px rgba(0, 0, 0, .07);
    border-radius: 3px
  }

  .DayPicker_portal__horizontal {
    box-shadow: none;
    position: absolute;
    left: 50%;
    top: 50%
  }

  .DayPicker_portal__vertical {
    position: initial
  }

  .DayPicker_focusRegion {
    outline: 0
  }

  .DayPicker_calendarInfo__horizontal,
  .DayPicker_wrapper__horizontal {
    display: inline-block;
    vertical-align: top
  }

  .DayPicker_weekHeaders {
    position: relative
  }

  .DayPicker_weekHeaders__horizontal {
    margin-left: 9px
  }

  .DayPicker_weekHeader {
    color: #757575;
    position: absolute;
    top: 62px;
    z-index: 2;
    text-align: left
  }

  .DayPicker_weekHeader__vertical {
    left: 50%
  }

  .DayPicker_weekHeader__verticalScrollable {
    top: 0;
    display: table-row;
    border-bottom: 1px solid #dbdbdb;
    background: #fff;
    margin-left: 0;
    left: 0;
    width: 100%;
    text-align: center
  }

  .DayPicker_weekHeader_ul {
    list-style: none;
    margin: 1px 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px
  }

  .DayPicker_weekHeader_li {
    display: inline-block;
    text-align: center
  }

  .DayPicker_transitionContainer {
    position: relative;
    overflow: hidden;
    border-radius: 3px
  }

  .DayPicker_transitionContainer__horizontal {
    -webkit-transition: height .2s ease-in-out;
    -moz-transition: height .2s ease-in-out;
    transition: height .2s ease-in-out
  }

  .DayPicker_transitionContainer__vertical {
    width: 100%
  }

  .DayPicker_transitionContainer__verticalScrollable {
    padding-top: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow-y: scroll
  }

  .DateInput {
    margin: 0;
    padding: 0;
    background: #fff;
    position: relative;
    display: inline-block;
    width: 130px;
    vertical-align: middle
  }

  .DateInput__small {
    width: 97px
  }

  .DateInput__block {
    width: 100%
  }

  .DateInput__disabled {
    background: #f2f2f2;
    color: #dbdbdb
  }

  .DateInput_input {
    font-weight: 200;
    font-size: 19px;
    line-height: 24px;
    color: #484848;
    background-color: #fff;
    width: 100%;
    padding: 11px 11px 9px;
    border: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid transparent;
    border-left: 0;
    border-radius: 0
  }

  .DateInput_input__small {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: .2px;
    padding: 7px 7px 5px
  }

  .DateInput_input__regular {
    font-weight: auto
  }

  .DateInput_input__readOnly {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
  }

  .DateInput_input__focused {
    outline: 0;
    background: #fff;
    border: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid #008489;
    border-left: 0
  }

  .DateInput_input__disabled {
    background: #f2f2f2;
    font-style: italic
  }

  .DateInput_screenReaderMessage {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
  }

  .DateInput_fang {
    position: absolute;
    width: 20px;
    height: 10px;
    left: 22px;
    z-index: 2
  }

  .DateInput_fangShape {
    fill: #fff
  }

  .DateInput_fangStroke {
    stroke: #dbdbdb;
    fill: transparent
  }

  .DateRangePickerInput {
    background-color: #fff;
    display: inline-block
  }

  .DateRangePickerInput__disabled {
    background: #f2f2f2
  }

  .DateRangePickerInput__withBorder {
    border-radius: 2px;
    border: 1px solid #dbdbdb
  }

  .DateRangePickerInput__rtl {
    direction: rtl
  }

  .DateRangePickerInput__block {
    display: block
  }

  .DateRangePickerInput__showClearDates {
    padding-right: 30px
  }

  .DateRangePickerInput_arrow {
    display: inline-block;
    vertical-align: middle;
    color: #484848
  }

  .DateRangePickerInput_arrow_svg {
    vertical-align: middle;
    fill: #484848;
    height: 24px;
    width: 24px
  }

  .DateRangePickerInput_clearDates {
    background: 0 0;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    cursor: pointer;
    padding: 10px;
    margin: 0 10px 0 5px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  .DateRangePickerInput_clearDates__small {
    padding: 6px
  }

  .DateRangePickerInput_clearDates_default:focus,
  .DateRangePickerInput_clearDates_default:hover {
    background: #dbdbdb;
    border-radius: 50%
  }

  .DateRangePickerInput_clearDates__hide {
    visibility: hidden
  }

  .DateRangePickerInput_clearDates_svg {
    fill: #82888a;
    height: 12px;
    width: 15px;
    vertical-align: middle
  }

  .DateRangePickerInput_clearDates_svg__small {
    height: 9px
  }

  .DateRangePickerInput_calendarIcon {
    background: 0 0;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    margin: 0 5px 0 10px
  }

  .DateRangePickerInput_calendarIcon_svg {
    fill: #82888a;
    height: 15px;
    width: 14px;
    vertical-align: middle
  }

  .DateRangePicker {
    position: relative;
    display: inline-block
  }

  .DateRangePicker__block {
    display: block
  }

  .DateRangePicker_picker {
    z-index: 1;
    background-color: #fff;
    position: absolute
  }

  .DateRangePicker_picker__rtl {
    direction: rtl
  }

  .DateRangePicker_picker__directionLeft {
    left: 0
  }

  .DateRangePicker_picker__directionRight {
    right: 0
  }

  .DateRangePicker_picker__portal {
    background-color: rgba(0, 0, 0, .3);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
  }

  .DateRangePicker_picker__fullScreenPortal {
    background-color: #fff
  }

  .DateRangePicker_closeButton {
    background: 0 0;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    z-index: 2
  }

  .DateRangePicker_closeButton:focus,
  .DateRangePicker_closeButton:hover {
    color: darken(#cacccd, 10%);
    text-decoration: none
  }

  .DateRangePicker_closeButton_svg {
    height: 15px;
    width: 15px;
    fill: #cacccd
  }

  :root {
    /*
 * Typography
 * ======================================================================== */

    --font-family-base: "Circular", Arial, Helvetica, sans-serif;

    /*
 * Layout
 * ======================================================================== */

    --max-content-width: 1080px;
    --max-container-width: 1274px;

    /*
 * Media queries breakpoints
 * ======================================================================== */

    --screen-xs-min: 480px;
    /* Extra small screen / phone */
    --screen-sm-min: 768px;
    /* Small screen / tablet */
    --screen-md-min: 992px;
    /* Medium screen / desktop */
    --screen-lg-min: 1200px;
    /* Large screen / wide desktop */

    --border-color: #DDDDDD;
    --background-color: #ffffff;
    --btn-color: #282828;
    --btn-primary-bg: #ff5a5f;
    --btn-primary-color: #ffffff;
    --btn-primary-hover-bg: #ff7e82;
    --btn-primaryBorder-bg: #ffffff;
    --btn-primaryBorder-color: #ff7e82;
    --btn-primaryBorder-hover-bg: #ff7e82;
    --btn-secondary-bg: #008489;
    --btn-secondary-color: #ffffff;
    --btn-secondary-hover-bg: #008489;
    --text-color: #A02F18;
    --common-text-color: #282828;
    --common-text-Secondry-color: #696969;
    --background-common-color: #F8F8F8;
    --border-secondary-color: #dadada;
    --background-secondary-color: #F2F8FF;
    --menu-background-color: #f3f3f3;
    --darkmode-primary-color: #323232;
    --darkmode-secondary-color: #3c3c3c;
    --darkmode-text-color: #ffffff;
  }

  ._1avl7 {
    padding-left: 0px;
    padding-right: 0px;
    overflow-x: hidden;
    /* height: 100%; */
  }



  .iwLwU {
    padding-top: 70px;
  }

  ._13UbT {
    background: #F8F7FD;
    padding: 80px 0;
    margin-top: 100px;
  }

  .VHp7Q {
    display: grid;
    grid-template-columns: 24% 24% 24% 24%;
    grid-gap: 17px;
    margin: 0px 6px;
  }

  ._1FpN8 {
    background-color: #FCFCF0;
    padding: 64px 0px;
  }

/** POPULAR LOCATION **/


  ._4zWJq {
    width: 100%;
    max-width: 1172px;
    margin: 70px auto 0 auto;
    background-color: #FFFFFF;
    padding: 41px 58px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 2px 18px #00000014;
    box-shadow: 0px 2px 18px #00000014;
    position: relative;
    z-index: 2;
  }


  ._3YPN- {
    width: 100%;
    margin: 0 auto;
    max-width: 1474px;
  }

._39OYL {
    position: relative;
}



  .X2Snv {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
  }

  ._18aPN {
    padding-bottom: 80px;
  }

  @media screen and (max-width: 1199px) {
    ._3xqs2 {
      padding: 0px 15px;
    }
  }

  @media screen and (max-width: 1170px) {
    ._24piu {
      text-align: center;
    }
  }

  @media screen and (max-width: 991px) {
    ._18aPN {
      padding: 0 15px 80px;
    }
  }

  @media screen and (max-width: 767px) {
    .uVnGJ {
      margin: 0 0 24px 34px;
    }

    .VHp7Q {
      grid-template-columns: 100%;
    }

    .X2Snv {
      grid-template-columns: 100%;
    }

    ._4zWJq {
      padding: 50px 20px 20px;
    }

    ._24piu {
      margin: 0 0 40px;
    }

    .X2Snv {
      grid-row-gap: 25px;
    }
  }

  :root {
    /*
 * Typography
 * ======================================================================== */

    --font-family-base: "Circular", Arial, Helvetica, sans-serif;

    /*
 * Layout
 * ======================================================================== */

    --max-content-width: 1080px;
    --max-container-width: 1274px;

    /*
 * Media queries breakpoints
 * ======================================================================== */

    --screen-xs-min: 480px;
    /* Extra small screen / phone */
    --screen-sm-min: 768px;
    /* Small screen / tablet */
    --screen-md-min: 992px;
    /* Medium screen / desktop */
    --screen-lg-min: 1200px;
    /* Large screen / wide desktop */

    --border-color: #DDDDDD;
    --background-color: #ffffff;
    --btn-color: #282828;
    --btn-primary-bg: #ff5a5f;
    --btn-primary-color: #ffffff;
    --btn-primary-hover-bg: #ff7e82;
    --btn-primaryBorder-bg: #ffffff;
    --btn-primaryBorder-color: #ff7e82;
    --btn-primaryBorder-hover-bg: #ff7e82;
    --btn-secondary-bg: #008489;
    --btn-secondary-color: #ffffff;
    --btn-secondary-hover-bg: #008489;
    --text-color: #A02F18;
    --common-text-color: #282828;
    --common-text-Secondry-color: #696969;
    --background-common-color: #F8F8F8;
    --border-secondary-color: #dadada;
    --background-secondary-color: #F2F8FF;
    --menu-background-color: #f3f3f3;
    --darkmode-primary-color: #323232;
    --darkmode-secondary-color: #3c3c3c;
    --darkmode-text-color: #ffffff;
  }

  ._2MuSZ {
    margin: 5px 0px;
    display: block;
    color: #ff0000;
    font-size: 14px;
    font-weight: normal;
  }

  .ZFacV {
    margin-bottom: 6px !important;
  }

  ._3pxzN {
    margin-bottom: 12px !important;
  }

  ._3ADbk {
    margin-bottom: 18px !important;
  }

  ._3GYdP {
    margin-bottom: 24px !important;
  }

  ._1DkQO {
    margin-bottom: 30px !important;
  }

  ._3nCeH {
    margin-bottom: 36px !important;
  }

  ._3aRx- {
    margin-bottom: 42px !important;
  }

  ._3Dh7Y {
    margin-bottom: 48px !important;
  }

  .YTH6i {
    margin-top: 6px !important;
  }

  ._1FT2a {
    margin-top: 12px !important;
  }

  ._2cb5s {
    margin-top: 18px !important;
  }

  ._2H6p8 {
    margin-top: 24px !important;
  }

  ._2Yctj {
    margin-top: 30px !important;
  }

  ._1yEG5 {
    margin-top: 36px !important;
  }

  .zVzac {
    margin-top: 42px !important;
  }

  ._3Dh7Y {
    margin-top: 48px !important;
  }

  ._1Wil6 {
    margin: 0px !important;
  }

  .w_9ph {
    padding-bottom: 6px !important;
  }

  .wxK2M {
    padding-bottom: 12px !important;
  }

  ._2khZD {
    padding-bottom: 18px !important;
  }

  ._20MPf {
    padding-bottom: 24px !important;
  }

  ._1958M {
    padding-bottom: 30px !important;
  }

  ._1i29T {
    padding-bottom: 36px !important;
  }

  ._3jSTS {
    padding-bottom: 42px !important;
  }

  .eTVNL {
    padding-top: 6px !important;
  }

  .M7uiA {
    padding-top: 12px !important;
  }

  ._3OqvJ {
    padding-top: 18px !important;
  }

  .RdWOH {
    padding-top: 24px !important;
  }

  ._1bN3J {
    padding-top: 30px !important;
  }

  ._23DiX {
    padding-top: 36px !important;
  }

  ._2fAGz {
    padding-top: 42px !important;
  }

  ._2jWkM {
    padding: 0px !important;
  }

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

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

  ._2jzXo {
    font-weight: normal !important;
  }

  ._1FCoW {
    margin-bottom: 20px;
  }

  ._1WJDS {
    margin-bottom: 10px;
  }

  ._1muwi {
    margin: 0;
  }

  ._3s3JD {
    margin-bottom: 15px;
  }

  ._3uzbR {
    margin-top: 0;
  }

  ._1fVAV {
    margin-top: 11px;
  }

  ._2fsn0 {
    margin-top: 21px;
  }

  ._1bvNp {
    margin-top: 20px;
  }

  /*New Design Text Colors */

  ._26QPf {
    color: rgb(20, 39, 94) !important;
  }

  ._1Cjcj {
    color: rgb(57, 87, 106) !important;
  }

  ._3BbGK {
    color: rgb(76, 86, 41) !important;
  }

  .cKsnk {
    color: rgb(115, 79, 33) !important;
  }

  ._1AGga {
    color: rgb(87, 37, 51) !important;
  }

  ._2qvBS {
    color: #A02F18 !important;
    color: var(--text-color) !important;
  }

  ._1U3Rk {
    color: rgb(155, 49, 67) !important;
  }

  ._3x5yv {
    color: rgb(83, 18, 16) !important;
  }

  ._27TDv {
    color: rgb(142, 28, 10) !important;
  }

  ._3zvqF {
    color: rgb(37, 117, 141) !important;
  }

  ._1jVWE {
    color: rgb(77, 65, 51) !important;
  }

  ._3Nq7a,
  ._3Nq7a:focus {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 6px 12px !important;
    width: auto;
    outline: 0 !important;
    border: 1px solid #DDDDDD !important;
    border: 1px solid var(--border-color) !important;
    border-radius: 4px !important;
    background: #ffffff !important;
    background: var(--background-color) !important;
    color: #282828 !important;
    color: var(--btn-color) !important;
  }

  ._3Nq7a:hover {
    background: #DDDDDD !important;
    background: var(--border-color) !important;
    outline: 0 !important;
  }

  ._1DsaQ,
  ._1DsaQ:focus {
    border-color: #ff5a5f !important;
    border-color: var(--btn-primary-bg) !important;
    background-color: #ff5a5f !important;
    background-color: var(--btn-primary-bg) !important;
    color: #ffffff !important;
    color: var(--btn-primary-color) !important;
  }

  ._1DsaQ:hover {
    border-color: #ff7e82 !important;
    border-color: var(--btn-primary-hover-bg) !important;
    background-color: #ff7e82 !important;
    background-color: var(--btn-primary-hover-bg) !important;
    color: #ffffff !important;
    color: var(--btn-primary-color) !important;
  }

  ._1RDTt,
  ._1RDTt:focus {
    border-color: #ff5a5f !important;
    border-color: var(--btn-primary-bg) !important;
    color: #ff5a5f !important;
    color: var(--btn-primary-bg) !important;
    background-color: #ffffff !important;
    background-color: var(--btn-primary-color) !important;
  }

  ._1RDTt:hover {
    border-color: #ff7e82 !important;
    border-color: var(--btn-primary-hover-bg) !important;
    color: #ff7e82 !important;
    color: var(--btn-primary-hover-bg) !important;
    background-color: #ffffff !important;
    background-color: var(--btn-primary-color) !important;
  }

  ._3NxcN,
  ._3NxcN:focus {
    border-color: #008489 !important;
    border-color: var(--btn-secondary-bg) !important;
    background-color: #008489 !important;
    background-color: var(--btn-secondary-bg) !important;
    color: #ffffff !important;
  }

  ._3NxcN:hover {
    border-color: #008489 !important;
    border-color: var(--btn-secondary-hover-bg) !important;
    background-color: #008489 !important;
    background-color: var(--btn-secondary-hover-bg) !important;
    color: #ffffff !important;
    color: var(--btn-secondary-color) !important;
  }

  .q0mRJ {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0px !important;
    width: auto !important;
    outline: 0 !important;
    background: #ffffff !important;
    background: var(--background-color) !important;
    color: #282828 !important;
    color: var(--btn-color) !important;
    font-weight: inherit;
    word-wrap: break-word;
    line-height: 18px;
    letter-spacing: normal;
    font-size: inherit;
    border: 0px !important;
  }

  .q0mRJ:hover {
    background: transparent !important;
    color: #282828 !important;
    color: var(--btn-color) !important;
    outline: 0 !important;
    text-decoration: underline;
    font-weight: inherit;
    word-wrap: break-word;
    line-height: 18px;
    letter-spacing: normal;
    border: 0px !important;
  }

  .q0mRJ:focus {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0px !important;
    width: auto !important;
    outline: 0 !important;
    background: transparent !important;
    color: #282828 !important;
    color: var(--btn-color) !important;
    font-weight: inherit;
    word-wrap: break-word;
    line-height: 18px;
    letter-spacing: normal;
    font-size: inherit;
    border: 0px !important;
  }

  ._1PlF4,
  ._1PlF4:focus {
    background-color: #ffffff !important;
    background-color: var(--background-color) !important;
    color: #ff5a5f !important;
    color: var(--btn-primary-bg) !important;
  }

  ._1PlF4:hover {
    background-color: #ffffff !important;
    background-color: var(--background-color) !important;
    color: #ff5a5f !important;
    color: var(--btn-primary-bg) !important;
  }

  ._qbSk {
    background-color: #ffffff !important;
    background-color: var(--background-color) !important;
    color: #008489 !important;
    color: var(--btn-secondary-bg) !important;
  }

  ._qbSk:hover {
    background-color: #ffffff !important;
    background-color: var(--background-color) !important;
    color: #008489 !important;
    color: var(--btn-secondary-bg) !important;
  }

  ._qbSk:focus {
    background-color: transparent !important;
    color: #008489 !important;
    color: var(--btn-secondary-bg) !important;
  }

  ._28xQ_ {
    position: absolute;
    top: 51px;
    left: 0px;
    z-index: 10;
    overflow-y: auto;
    overflow-x: hidden;
    white-space: normal;
    display: inline-block;
    max-height: 65vh;
    visibility: visible;
    background: #ffffff;
    background: var(--background-color);
    -webkit-box-shadow: 0px 0px 10px #00000040;
    box-shadow: 0px 0px 10px #00000040;
    border-radius: 14px;
  }

  ._54_ny {
    z-index: 10;
    overflow-y: auto;
    overflow-x: hidden;
    white-space: normal;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 66%;
    height: initial;
    -webkit-box-shadow: none;
    box-shadow: none;
    visibility: visible;
    top: 148px;
    background: #ffffff;
    background: var(--background-color);
    border-radius: 4px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -webkit-border-image: initial;
    -o-border-image: initial;
    border-image: initial;
  }

  ._16Fqg {
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 64px;
    z-index: 2;
    overflow-y: auto;
    overflow-x: hidden;
    white-space: normal;
    background: rgba(255, 255, 255, 0.85);
    left: 0;
    right: 0;
    visibility: visible;
    bottom: 0;
    -webkit-overflow-scrolling: touch;
  }

  ._3rS8N {
    min-width: 370px;
    padding: 24px;
  }

  ._3S-D3 {
    font-size: 30px;
    color: #767676;
  }

  ._3Uc-8 {
    width: 100%;
    position: relative;
    line-height: 0;
  }

  ._3hR-h {
    display: table;
    width: 100%;
    vertical-align: middle;
  }

  .WRD3u {
    display: table-row;
    vertical-align: middle;
  }

  .QUE3a {
    display: table-cell;
    vertical-align: middle;
  }

  ._1j5-Y {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
  }

  ._3fH9n {
    width: 100% !important;
  }

  .FG_NA {
    font-size: 16px;
  }

  .b2J3J {
    display: none !important;
  }

  ._29tGh {
    margin-top: 0;
    max-width: 320px;
    border: 1px solid #dadada;
    border: 1px solid var(--border-secondary-color);
    padding: 20px;
  }

  ._11vnV {
    height: 58px !important;
    font-size: 16px !important;
    padding: 15px 47px 20px 20px !important;
    border: 1px solid #DDDDDD !important;
    border: 1px solid var(--border-color) !important;
    border-radius: 4px !important;
  }

  ._34geG {
    padding: 15px 50px 20px 20px !important;
  }

  ._2lN9O {
    border: 1px solid #dadada !important;
    border: 1px solid var(--border-secondary-color) !important;
    color: #767676 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 3px !important;
  }

  .StVAo {
    text-align: right;
  }

  .pV0-F {
    text-align: left;
  }

  ._2I8H6 {
    text-align: center;
  }

  ._1modc {
    font-size: 18px;
  }

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

  ._1FYao {
    color: #707070;
    font-size: 12px;
    margin-bottom: 0;
  }

  /*************************** SearchButton Start **********************/

  ._3HS0s {
    padding: 7px 15px !important;
    border-radius: 20px !important;
    background: transparent !important;
    color: #282828 !important;
    color: var(--common-text-color) !important;
    border: 1px solid #DDDDDD !important;
    border: 1px solid var(--border-color) !important;
  }

  ._3HS0s:focus {
    padding: 7px 15px !important;
    border-radius: 20px !important;
    /* background: var(--btn-secondary-bg) !important; */
    /* box-shadow: none !important;
  color: #fff !important; */
    /* border-color: var(--btn-secondary-bg) !important; */
  }

  ._3HS0s:hover {
    background: #008489 !important;
    background: var(--btn-secondary-bg) !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #fff !important;
    border-color: #008489 !important;
    border-color: var(--btn-secondary-bg) !important;
  }

  /*************************** SearchButton End **********************/

  /*************************** Header Modal Start **********************/

  ._1HaPt {
    padding: 15px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #F2F2F2;
  }

  ._1BHDW {
    display: inline-block;
    margin-right: 30px;
    width: 17%;
  }

  ._1HaPt:hover,
  ._1HaPt:focus,
  ._1HaPt:active {
    background-color: rgb(242, 242, 242);
    color: #484848;
  }

  ._1DBX3:first-child {
    background-color: #fff;
    color: #484848;
    border: 1px solid #767676;
  }

  .ngNxp {
    position: absolute;
    cursor: pointer;
  }

  .CXxPX {
    margin-right: 3px;
    position: relative;
    top: -1px;
  }

  ._2ettj {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 400;
  }

  @media screen and (max-width: 767px) {
    ._1BHDW {
      margin-right: 15px;
      width: 45%;
    }

    ._2AGFH {
      white-space: break-spaces;
      text-align: left;
    }
  }

  /*************************** Header Modal End **********************/

  ._3eCgd {
    text-transform: capitalize;
  }

  @media screen and (max-width: 768px) {
    ._54_ny {
      width: 100%;
      height: 100%;
      top: 0px;
      -webkit-box-shadow: none;
      box-shadow: none;
      max-height: 100%;
      -webkit-overflow-scrolling: touch;
    }

    ._3rS8N {
      min-width: 320px;
      padding: 15px 15px 70px !important;
      height: 100%;
      min-height: 100vh;
      -webkit-overflow-scrolling: touch;
    }

    ._3rXc8 {
      position: fixed;
      top: 0;
      z-index: 7;
      left: 0;
      right: 0;
      width: 100%;
      padding: 10px 15px;
      background: #fff;
    }

    ._3Uc-8 {
      font-weight: 600;
      position: fixed;
      bottom: 0px;
      left: 0;
      right: 0;
      padding: 15px;
      background-color: #ffffff;
      background-color: var(--background-color);
      z-index: 10;
      text-align: center;
      font-size: 17px;
    }

    .b2J3J {
      display: block !important;
    }

    ._5LjK2 {
      display: none !important;
    }
  }

  @media screen and (max-width: 767px) {
    ._3Uc-8 {
      position: relative !important;
    }
  }

  @media screen and (max-width: 350px) {
    ._2JXY0 {
      font-size: 14px !important;
    }
  }

  @media (max-width: 360px) {
    ._3S-D3 {
      font-size: 25px;
    }
  }

  @media (max-width: 993px) and (min-width: 769px) {
    .TaCA2 {
      font-size: 14px;
    }
  }

  /*****************Apply Button Alignment Start **********************/

  ._3SXuN {
    text-align: right;
  }

  ._1fXrJ,
  ._1fXrJ:hover,
  ._1fXrJ:active,
  ._1fXrJ:focus {
    background-color: #008489 !important;
    background-color: var(--btn-secondary-bg) !important;
    color: #ffffff !important;
    padding: 6px 18px !important;
    border-radius: 4px;
    text-decoration: none;
  }

  @media screen and (max-width: 991px) {
    ._3SXuN {
      text-align: center;
    }

    ._1uZj0 {
      text-align: right !important;
    }

    ._3PwHV {
      padding-right: 0px !important;
    }
  }

  /*****************Apply Button Alignment Start **********************/

  /* Shimmer */

  ._2p7vc {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#95979e1a), color-stop(20%, #95979e1a), color-stop(40%, #95979e1a), to(#95979e1a));
    background-image: -webkit-linear-gradient(left, #95979e1a 0%, #95979e1a 20%, #95979e1a 40%, #95979e1a 100%);
    background-image: -o-linear-gradient(left, #95979e1a 0%, #95979e1a 20%, #95979e1a 40%, #95979e1a 100%);
    background-image: linear-gradient(90deg, #95979e1a 0%, #95979e1a 20%, #95979e1a 40%, #95979e1a 100%);
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    /* transform: translateX(-100%); */
    /* background-size: 450px 400px; */
    /* animation: shimmer 1s linear infinite; */
    /* animation: shimmer 2s linear infinite; */
  }

  ._2p7vc::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-animation: Jfspt 2s infinite;
    animation: Jfspt 2s infinite;
    content: '';
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.2)), color-stop(60%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  }

  ._4x8pz::before {
    border-radius: 22px 22px 22px 0;
  }

  @-webkit-keyframes _2FXc3 {
    0% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }

    50% {
      -webkit-transform: translateX(-60%);
      transform: translateX(-60%);
    }

    100% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
  }

  @keyframes _2FXc3 {
    0% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }

    50% {
      -webkit-transform: translateX(-60%);
      transform: translateX(-60%);
    }

    100% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
  }

  @-webkit-keyframes Jfspt {
    100% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
  }

  @keyframes Jfspt {
    100% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
  }

  ._2ruE4 {
    padding: 0 8px;
  }

  ._3XjZk {
    position: relative;
  }

  ._3XjZk::before {
    background: #F8F8F8 !important;
    background: var(--background-common-color) !important;
  }

  ._3HIol {
    background: #F8F8F8 !important;
    background: var(--background-common-color) !important;
  }

  ._3Fr0o {
    border-radius: 15px;
    width: 45%;
    height: 15px;
    overflow: hidden;
    background-color: #F8F8F8;
    background-color: var(--background-common-color);
    margin-top: 10px;
  }

  ._3Fr0o::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    background-image: -webkit-gradient(linear,
        left top, right top,
        color-stop(0, rgba(#fff, 0)),
        color-stop(20%, rgba(#fff, 0.2)),
        color-stop(60%, rgba(#fff, 0.5)),
        to(rgba(#fff, 0)));
    background-image: -webkit-linear-gradient(left,
        rgba(#fff, 0) 0,
        rgba(#fff, 0.2) 20%,
        rgba(#fff, 0.5) 60%,
        rgba(#fff, 0));
    background-image: -o-linear-gradient(left,
        rgba(#fff, 0) 0,
        rgba(#fff, 0.2) 20%,
        rgba(#fff, 0.5) 60%,
        rgba(#fff, 0));
    background-image: linear-gradient(90deg,
        rgba(#fff, 0) 0,
        rgba(#fff, 0.2) 20%,
        rgba(#fff, 0.5) 60%,
        rgba(#fff, 0));
    -webkit-animation: Jfspt 2s infinite;
    animation: Jfspt 2s infinite;
    content: '';
  }

  ._2TMZG {
    width: 120px;
    height: 15px;
    background-color: #F8F8F8;
    background-color: var(--background-common-color);
    margin: 25px auto 0 auto;
    overflow: hidden;
    position: relative;
    border-radius: 15px;
  }

  ._2TMZG::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    background-image: -webkit-gradient(linear,
        left top, right top,
        color-stop(0, rgba(#fff, 0)),
        color-stop(20%, rgba(#fff, 0.2)),
        color-stop(60%, rgba(#fff, 0.5)),
        to(rgba(#fff, 0)));
    background-image: -webkit-linear-gradient(left,
        rgba(#fff, 0) 0,
        rgba(#fff, 0.2) 20%,
        rgba(#fff, 0.5) 60%,
        rgba(#fff, 0));
    background-image: -o-linear-gradient(left,
        rgba(#fff, 0) 0,
        rgba(#fff, 0.2) 20%,
        rgba(#fff, 0.5) 60%,
        rgba(#fff, 0));
    background-image: linear-gradient(90deg,
        rgba(#fff, 0) 0,
        rgba(#fff, 0.2) 20%,
        rgba(#fff, 0.5) 60%,
        rgba(#fff, 0));
    -webkit-animation: Jfspt 2s infinite;
    animation: Jfspt 2s infinite;
    content: '';
  }

  .aL0E8 {
    border-radius: 30px;
    width: 500px;
    height: 15px;
    overflow: hidden;
    background-color: #f0efef;
    position: relative;
    margin-bottom: 40px;
  }

  .aL0E8::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    background-image: -webkit-gradient(linear,
        left top, right top,
        color-stop(0, rgba(#fff, 0)),
        color-stop(20%, rgba(#fff, 0.2)),
        color-stop(60%, rgba(#fff, 0.5)),
        to(rgba(#fff, 0)));
    background-image: -webkit-linear-gradient(left,
        rgba(#fff, 0) 0,
        rgba(#fff, 0.2) 20%,
        rgba(#fff, 0.5) 60%,
        rgba(#fff, 0));
    background-image: -o-linear-gradient(left,
        rgba(#fff, 0) 0,
        rgba(#fff, 0.2) 20%,
        rgba(#fff, 0.5) 60%,
        rgba(#fff, 0));
    background-image: linear-gradient(90deg,
        rgba(#fff, 0) 0,
        rgba(#fff, 0.2) 20%,
        rgba(#fff, 0.5) 60%,
        rgba(#fff, 0));
    -webkit-animation: Jfspt 2s infinite;
    animation: Jfspt 2s infinite;
    content: '';
  }

  ._2-cey {
    position: absolute;
    top: 20%;
    left: 40px;
  }

  .IGS-7 {
    border-radius: 50px;
    width: 200px;
    height: 15px;
    overflow: hidden;
    background-color: #f0efef;
    position: relative;
    margin-bottom: 20px;
  }

  .IGS-7::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    background-image: -webkit-gradient(linear,
        left top, right top,
        color-stop(0, rgba(#fff, 0)),
        color-stop(20%, rgba(#fff, 0.2)),
        color-stop(60%, rgba(#fff, 0.5)),
        to(rgba(#fff, 0)));
    background-image: -webkit-linear-gradient(left,
        rgba(#fff, 0) 0,
        rgba(#fff, 0.2) 20%,
        rgba(#fff, 0.5) 60%,
        rgba(#fff, 0));
    background-image: -o-linear-gradient(left,
        rgba(#fff, 0) 0,
        rgba(#fff, 0.2) 20%,
        rgba(#fff, 0.5) 60%,
        rgba(#fff, 0));
    background-image: linear-gradient(90deg,
        rgba(#fff, 0) 0,
        rgba(#fff, 0.2) 20%,
        rgba(#fff, 0.5) 60%,
        rgba(#fff, 0));
    -webkit-animation: Jfspt 2s infinite;
    animation: Jfspt 2s infinite;
    content: '';
  }

  ._1Heh7 {
    position: absolute;
    bottom: 20px;
    left: 40px;
  }

  ._2QBKZ {
    border-radius: 50px;
    width: 250px;
    height: 41px;
    overflow: hidden;
    background-color: #f0efef;
    position: relative;
    margin-bottom: 45px;
    margin-left: 24px;
  }

  ._2laFX {
    border-radius: 50px;
    width: 250px;
    height: 41px;
    overflow: hidden;
    background-color: #f0efef;
    position: relative;
    margin-bottom: 45px;
  }

  @media (max-width:992px) and (min-width:768px) {
    .IGS-7 {
      width: 270px !important;
    }
  }

  @media (max-width: 767px) {
    ._2ruE4:nth-child(2) {
      display: none;
    }

    ._2ruE4:nth-child(3) {
      display: none;
    }

    ._2ruE4:nth-child(4) {
      display: none;
    }

    .aL0E8 {
      width: 200px !important;
    }

    .IGS-7 {
      width: 200px !important;
    }

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

  :root {
    /*
 * Typography
 * ======================================================================== */

    --font-family-base: "Circular", Arial, Helvetica, sans-serif;

    /*
 * Layout
 * ======================================================================== */

    --max-content-width: 1080px;
    --max-container-width: 1274px;

    /*
 * Media queries breakpoints
 * ======================================================================== */

    --screen-xs-min: 480px;
    /* Extra small screen / phone */
    --screen-sm-min: 768px;
    /* Small screen / tablet */
    --screen-md-min: 992px;
    /* Medium screen / desktop */
    --screen-lg-min: 1200px;
    /* Large screen / wide desktop */

    --border-color: #DDDDDD;
    --background-color: #ffffff;
    --btn-color: #282828;
    --btn-primary-bg: #ff5a5f;
    --btn-primary-color: #ffffff;
    --btn-primary-hover-bg: #ff7e82;
    --btn-primaryBorder-bg: #ffffff;
    --btn-primaryBorder-color: #ff7e82;
    --btn-primaryBorder-hover-bg: #ff7e82;
    --btn-secondary-bg: #008489;
    --btn-secondary-color: #ffffff;
    --btn-secondary-hover-bg: #008489;
    --text-color: #A02F18;
    --common-text-color: #282828;
    --common-text-Secondry-color: #696969;
    --background-common-color: #F8F8F8;
    --border-secondary-color: #dadada;
    --background-secondary-color: #F2F8FF;
    --menu-background-color: #f3f3f3;
    --darkmode-primary-color: #323232;
    --darkmode-secondary-color: #3c3c3c;
    --darkmode-text-color: #ffffff;
  }

  .Xsoct {
    min-height: 768px;
    height: auto;
    position: relative;
    background: #F8F8F8;
    background: var(--background-common-color);
  }

  .GaTtV {
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
  }

  ._3zJLF {
    position: relative;
    height: 100%;
    margin: 0 auto;
    max-width: 1250px;
    padding: 150px 15px 100px;
  }

  ._1Z_nH {
    font-size: 45px;
    line-height: 65px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #ffffff;
    margin: 30px 0 45px;
    font-weight: 600;
    text-shadow: 0 2px 2em #484848;
    text-align: center;
  }

  ._23a6U {
    font-weight: 700;
    color: #ff5a5f;
    color: var(--btn-primary-bg);
  }

  .PDZDW {
    width: 100%;
    border-radius: 15px;
    margin-top: 35px;
  }

  ._31ZXq {
    position: relative;
  }

  @media screen and (max-width: 1200px) {
    ._1Z_nH {
      padding-top: 50px;
    }
  }

  @media screen and (max-width: 767px) {
    ._3_a3z {
      padding: 20px;
    }

    ._1Z_nH {
      font-size: 32px;
      line-height: 36px;
      bottom: -115px;
    }

    ._3zJLF {
      padding: 135x 15px 100px;
    }
  }

  :root {
    /*
 * Typography
 * ======================================================================== */

    --font-family-base: "Circular", Arial, Helvetica, sans-serif;

    /*
 * Layout
 * ======================================================================== */

    --max-content-width: 1080px;
    --max-container-width: 1274px;

    /*
 * Media queries breakpoints
 * ======================================================================== */

    --screen-xs-min: 480px;
    /* Extra small screen / phone */
    --screen-sm-min: 768px;
    /* Small screen / tablet */
    --screen-md-min: 992px;
    /* Medium screen / desktop */
    --screen-lg-min: 1200px;
    /* Large screen / wide desktop */

    --border-color: #DDDDDD;
    --background-color: #ffffff;
    --btn-color: #282828;
    --btn-primary-bg: #ff5a5f;
    --btn-primary-color: #ffffff;
    --btn-primary-hover-bg: #ff7e82;
    --btn-primaryBorder-bg: #ffffff;
    --btn-primaryBorder-color: #ff7e82;
    --btn-primaryBorder-hover-bg: #ff7e82;
    --btn-secondary-bg: #008489;
    --btn-secondary-color: #ffffff;
    --btn-secondary-hover-bg: #008489;
    --text-color: #A02F18;
    --common-text-color: #282828;
    --common-text-Secondry-color: #696969;
    --background-common-color: #F8F8F8;
    --border-secondary-color: #dadada;
    --background-secondary-color: #F2F8FF;
    --menu-background-color: #f3f3f3;
    --darkmode-primary-color: #323232;
    --darkmode-secondary-color: #3c3c3c;
    --darkmode-text-color: #ffffff;
  }

  ._3ClMO {
    display: block;
    overflow: hidden;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -o-transition: .5s all ease;
    background-color: #ccc;
  }

  /* .GridWrap:hover:before{
opacity: 0;
filter: alpha(opacity=0);
-khtml-opacity: 0;
-moz-opacity:0;
}
.GridCol:hover .GridWrap{
transform:scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
} */
  ._2npM- {
    overflow: hidden;
    display: block;
    position: relative;
    border-radius: 5px;
  }

  ._2gRtp {
    font-size: 18px;
    text-align: center;
    padding: 25px 12px 0;
    color: #282828;
    color: var(--common-text-color);
    font-weight: 600;
  }

  .X60x4 {
    width: 25%;
    padding: 5px;
  }

  ._3ClMO {
    width: 100%;
    min-height: 279px;
    background-size: cover;
    background-position: top center;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-box-shadow: 0px 3px 6px #E6E6E61F;
    box-shadow: 0px 3px 6px #E6E6E61F;
    border-radius: 20px;
  }

  .X60x4:nth-child(2) {
    width: 25%;
    clear: both;
  }

  .X60x4:nth-child(3) {
    position: absolute;
    width: 50%;
    top: 0;
    left: 25%;
  }

  .X60x4:nth-child(3) ._2npM- ._3ClMO {
    width: 100%;
    height: 330px;
    background-size: cover;
    background-position: top center;
  }

  .X60x4:nth-child(4) {
    position: absolute;
    width: 25%;
    top: 0;
    right: 0;
  }

  .X60x4:nth-child(5) {
    position: absolute;
    width: 25%;
    top: 170px;
    right: 0;
  }

  .X60x4:nth-child(6) {
    width: 25%;
    clear: both;
  }

  ._23xTe {
    padding: 0 15px 0 0;
  }

  @media (max-width:767px) {
    .X60x4 {
      width: 100% !important;
      height: auto !important;
      position: static !important;
    }

    .X60x4 {
      padding: 5px 0px;
    }

    ._2gRtp {
      padding: 20px;
    }

    ._23xTe {
      padding: 0;
    }
  }

  :root {
    /*
 * Typography
 * ======================================================================== */

    --font-family-base: "Circular", Arial, Helvetica, sans-serif;

    /*
 * Layout
 * ======================================================================== */

    --max-content-width: 1080px;
    --max-container-width: 1274px;

    /*
 * Media queries breakpoints
 * ======================================================================== */

    --screen-xs-min: 480px;
    /* Extra small screen / phone */
    --screen-sm-min: 768px;
    /* Small screen / tablet */
    --screen-md-min: 992px;
    /* Medium screen / desktop */
    --screen-lg-min: 1200px;
    /* Large screen / wide desktop */

    --border-color: #DDDDDD;
    --background-color: #ffffff;
    --btn-color: #282828;
    --btn-primary-bg: #ff5a5f;
    --btn-primary-color: #ffffff;
    --btn-primary-hover-bg: #ff7e82;
    --btn-primaryBorder-bg: #ffffff;
    --btn-primaryBorder-color: #ff7e82;
    --btn-primaryBorder-hover-bg: #ff7e82;
    --btn-secondary-bg: #008489;
    --btn-secondary-color: #ffffff;
    --btn-secondary-hover-bg: #008489;
    --text-color: #A02F18;
    --common-text-color: #282828;
    --common-text-Secondry-color: #696969;
    --background-common-color: #F8F8F8;
    --border-secondary-color: #dadada;
    --background-secondary-color: #F2F8FF;
    --menu-background-color: #f3f3f3;
    --darkmode-primary-color: #323232;
    --darkmode-secondary-color: #3c3c3c;
    --darkmode-text-color: #ffffff;
  }

  ._1MAKk {
    margin-bottom: 6px !important;
  }

  ._2xrL- {
    margin-bottom: 12px !important;
  }

  ._3LPlM {
    margin-bottom: 18px !important;
  }

  ._3bs8o {
    margin-bottom: 24px !important;
  }

  .w_syM {
    margin-bottom: 30px !important;
  }

  ._2AJcv {
    margin-bottom: 36px !important;
  }

  ._3p0mE {
    margin-bottom: 42px !important;
  }

  ._3XE6Z {
    margin-bottom: 48px !important;
  }

  ._3O-hh {
    margin-top: 6px !important;
  }

  ._3peC6 {
    margin-top: 12px !important;
  }

  ._3TTeW {
    margin-top: 18px !important;
  }

  ._2OCya {
    margin-top: 24px !important;
  }

  ._1KPDg {
    margin-top: 30px !important;
  }

  ._282-X {
    margin-top: 36px !important;
  }

  ._2VPK1 {
    margin-top: 42px !important;
  }

  ._3XE6Z {
    margin-top: 48px !important;
  }

  ._1WVTe {
    margin: 0px !important;
  }

  ._311cj {
    padding-bottom: 6px !important;
  }

  ._1Akwj {
    padding-bottom: 12px !important;
  }

  ._156o6 {
    padding-bottom: 18px !important;
  }

  ._3imV8 {
    padding-bottom: 24px !important;
  }

  ._2GcpT {
    padding-bottom: 30px !important;
  }

  .BomGH {
    padding-bottom: 36px !important;
  }

  ._3dzrv {
    padding-bottom: 42px !important;
  }

  .o8i6q {
    padding-top: 6px !important;
  }

  ._2P9cn {
    padding-top: 12px !important;
  }

  ._1puOO {
    padding-top: 18px !important;
  }

  ._1ua19 {
    padding-top: 24px !important;
  }

  ._2O4IG {
    padding-top: 30px !important;
  }

  ._2hvNq {
    padding-top: 36px !important;
  }

  ._1eHgH {
    padding-top: 42px !important;
  }

  ._1fQ4Z {
    padding: 0px !important;
  }

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

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

  ._1uH3c {
    font-weight: normal !important;
  }

  .DSqTl {
    margin-bottom: 20px;
  }

  ._29zYm {
    margin-bottom: 10px;
  }

  ._1BnW8 {
    margin: 0;
  }

  .E2xgQ {
    margin-bottom: 15px;
  }

  ._2rpVF {
    margin-top: 0;
  }

  ._3neno {
    margin-top: 11px;
  }

  ._3FQ4n {
    margin-top: 21px;
  }

  ._2NNyY {
    margin-top: 20px;
  }

  /*New Design Text Colors */

  ._1gVVl {
    color: rgb(20, 39, 94) !important;
  }

  ._1LxIn {
    color: rgb(57, 87, 106) !important;
  }

  ._1ahVf {
    color: rgb(76, 86, 41) !important;
  }

  ._2DjTt {
    color: rgb(115, 79, 33) !important;
  }

  ._1F1Ta {
    color: rgb(87, 37, 51) !important;
  }

  ._1ZhlY {
    color: #A02F18 !important;
    color: var(--text-color) !important;
  }

  ._1iNk6 {
    color: rgb(155, 49, 67) !important;
  }

  .sq_1k {
    color: rgb(83, 18, 16) !important;
  }

  ._3jpbb {
    color: rgb(142, 28, 10) !important;
  }

  ._3Jabi {
    color: rgb(37, 117, 141) !important;
  }

  ._1UhQb {
    color: rgb(77, 65, 51) !important;
  }

  /** Common **/

  ._1cT-g {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }

  /** Common **/

  /** Home slider Item - Start **/

  ._3-F2g {
    position: relative;
    width: 100%;
    background: #F6F6F6;
    border-radius: 15px;
  }

  ._2fAf9 {
    background: #d8d8d8 none repeat scroll 0 0;
    padding-top: 67.6667%;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
  }

  .mvNnZ {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }

  ._20_gm {
    height: 100%;
    width: 100%;
    position: relative;
  }

  .isvVW {
    position: relative;
    height: 100%;
    width: 100%;
  }

  ._1dFkH {
    height: 100%;
    width: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
  }

  ._2khA9 {
    position: relative;
  }

  .IGVjZ,
  .IGVjZ:hover {
    display: block;
    text-decoration: none;
    cursor: pointer;
  }

  ._3xEav {
    margin: 0px;
    word-wrap: break-word;
    line-height: 18px;
    letter-spacing: 0.2px;
    padding-top: 6px;
    padding-bottom: 0px;
    display: inline;
  }

  ._2NuiB {
    font-size: 16px;
    font-weight: 500;
  }

  ._12Y3Z {
    font-size: 18px;
    font-weight: 500;
    margin-top: 3px;
    color: #282828;
    color: var(--common-text-color);
  }

  .RIEHw {
    word-wrap: break-word;
    font-size: 14px;
    color: #767676;
    margin-top: 3px;
  }

  ._2bhR2 {
    font-weight: bold;
  }

  ._3ittr {
    display: inline;
    position: relative;
    float: left;
  }

  ._3IA_f {
    padding: 0 0 0 5px;
  }

  ._3-V9S {
    color: #ffb400;
    height: 16px;
    width: 16px;
  }

  ._2OZaX {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._3JzA5 {
    color: #282828;
    color: var(--common-text-color);
    font-weight: 600;
    font-size: 22px;
  }

  .XdScM {
    font-size: 16px;
    font-weight: 400;
  }

  @media (max-width:1023px) and (min-width:768px) {
    ._12Y3Z {
      font-size: 16px;
      margin-top: 0px;
    }

    ._3JzA5 {
      font-size: 18px;
    }

    .XdScM {
      font-size: 14px;
    }
  }

  ._1dFkH {
    height: 100%;
    width: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    border-radius: 15px;
    background-color: #d8d8d8;
  }

  /** Home slider Item - Start **/
  :root {
    /*
 * Typography
 * ======================================================================== */

    --font-family-base: "Circular", Arial, Helvetica, sans-serif;

    /*
 * Layout
 * ======================================================================== */

    --max-content-width: 1080px;
    --max-container-width: 1274px;

    /*
 * Media queries breakpoints
 * ======================================================================== */

    --screen-xs-min: 480px;
    /* Extra small screen / phone */
    --screen-sm-min: 768px;
    /* Small screen / tablet */
    --screen-md-min: 992px;
    /* Medium screen / desktop */
    --screen-lg-min: 1200px;
    /* Large screen / wide desktop */

    --border-color: #DDDDDD;
    --background-color: #ffffff;
    --btn-color: #282828;
    --btn-primary-bg: #ff5a5f;
    --btn-primary-color: #ffffff;
    --btn-primary-hover-bg: #ff7e82;
    --btn-primaryBorder-bg: #ffffff;
    --btn-primaryBorder-color: #ff7e82;
    --btn-primaryBorder-hover-bg: #ff7e82;
    --btn-secondary-bg: #008489;
    --btn-secondary-color: #ffffff;
    --btn-secondary-hover-bg: #008489;
    --text-color: #A02F18;
    --common-text-color: #282828;
    --common-text-Secondry-color: #696969;
    --background-common-color: #F8F8F8;
    --border-secondary-color: #dadada;
    --background-secondary-color: #F2F8FF;
    --menu-background-color: #f3f3f3;
    --darkmode-primary-color: #323232;
    --darkmode-secondary-color: #3c3c3c;
    --darkmode-text-color: #ffffff;
  }

  ._27VD_ {
    margin-bottom: 6px !important;
  }

  ._206Z- {
    margin-bottom: 12px !important;
  }

  ._1T_Tj {
    margin-bottom: 18px !important;
  }

  .u3xll {
    margin-bottom: 24px !important;
  }

  ._2dnmy {
    margin-bottom: 30px !important;
  }

  ._1Dw73 {
    margin-bottom: 36px !important;
  }

  .oP-wq {
    margin-bottom: 42px !important;
  }

  ._1EfKe {
    margin-bottom: 48px !important;
  }

  ._1tXGg {
    margin-top: 6px !important;
  }

  ._1c_wA {
    margin-top: 12px !important;
  }

  ._3coVN {
    margin-top: 18px !important;
  }

  ._3TUwq {
    margin-top: 24px !important;
  }

  ._1uxOu {
    margin-top: 30px !important;
  }

  ._3GE_8 {
    margin-top: 36px !important;
  }

  ._2qsHP {
    margin-top: 42px !important;
  }

  ._1EfKe {
    margin-top: 48px !important;
  }

  ._3nlBS {
    margin: 0px !important;
  }

  .vskUp {
    padding-bottom: 6px !important;
  }

  .fodpw {
    padding-bottom: 12px !important;
  }

  ._1vdce {
    padding-bottom: 18px !important;
  }

  ._3T3Ir {
    padding-bottom: 24px !important;
  }

  ._17ef4 {
    padding-bottom: 30px !important;
  }

  .BpP25 {
    padding-bottom: 36px !important;
  }

  ._1oxL7 {
    padding-bottom: 42px !important;
  }

  ._14m6w {
    padding-top: 6px !important;
  }

  .tb4-i {
    padding-top: 12px !important;
  }

  ._3Fk1s {
    padding-top: 18px !important;
  }

  ._39GJ1 {
    padding-top: 24px !important;
  }

  ._3Siq8 {
    padding-top: 30px !important;
  }

  ._6ReXM {
    padding-top: 36px !important;
  }

  ._2KVnX {
    padding-top: 42px !important;
  }

  .g9lP0 {
    padding: 0px !important;
  }

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

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

  ._1gT7a {
    font-weight: normal !important;
  }

  ._14qAs {
    margin-bottom: 20px;
  }

  ._2PWJg {
    margin-bottom: 10px;
  }

  ._2_uI2 {
    margin: 0;
  }

  ._3QF36 {
    margin-bottom: 15px;
  }

  ._3A0vh {
    margin-top: 0;
  }

  .EtQ08 {
    margin-top: 11px;
  }

  ._7NFNq {
    margin-top: 21px;
  }

  ._6xGwj {
    margin-top: 20px;
  }

  /*New Design Text Colors */

  ._2E36p {
    color: rgb(20, 39, 94) !important;
  }

  ._3ozJN {
    color: rgb(57, 87, 106) !important;
  }

  .TPvmZ {
    color: rgb(76, 86, 41) !important;
  }

  .bHf8p {
    color: rgb(115, 79, 33) !important;
  }

  .pH3is {
    color: rgb(87, 37, 51) !important;
  }

  ._1mBdH {
    color: #A02F18 !important;
    color: var(--text-color) !important;
  }

  ._36Ghq {
    color: rgb(155, 49, 67) !important;
  }

  ._1YKIk {
    color: rgb(83, 18, 16) !important;
  }

  .oqLlH {
    color: rgb(142, 28, 10) !important;
  }

  ._4v6fV {
    color: rgb(37, 117, 141) !important;
  }

  ._2S5hp {
    color: rgb(77, 65, 51) !important;
  }

  /** Common - Start **/

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

  /** Common - End **/

  /** News box - Start */

  ._3Jpfe {
    width: 100%;
    display: table;
    margin-bottom: 48px;
    padding-top: 35px;
  }

  ._3_NF0 {
    display: table-cell;
    vertical-align: middle;
  }

  .rYI6L {
    width: 45%;
    padding-right: 80px;
  }

  .pSCeB {
    width: 55%;
  }

  ._3-sMc {
    width: 70%;
    float: right;
  }

  .h3cNi {
    font-weight: 600;
    color: #ffffff;
    margin: 0px;
    font-size: 55px;
    line-height: 65px;
  }

  .YURWO {
    font-weight: 200;
    color: #484848;
    margin-top: 12px;
    margin-bottom: 24px;
    word-wrap: break-word;
    font-size: 19px;
    line-height: 24px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  ._2Aqn0 {
    display: none;
  }

  ._1eMmt {
    width: 100%;
    min-height: 400px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 22px;
    padding: 70px;
    position: relative;
    overflow: hidden;
  }

  ._2rH2F {
    border-radius: 4px;
    padding: 10px 21px 12px;
    margin-top: 50px;
    display: inline-block;
  }

  .ArNt6 {
    max-width: 545px;
    position: relative;
  }

  ._1eMmt::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent -webkit-gradient(linear, left top, right top, from(#1A0000B8), to(#66545400)) 0% 0% no-repeat padding-box;
    background: transparent -webkit-linear-gradient(left, #1A0000B8 0%, #66545400 100%) 0% 0% no-repeat padding-box;
    background: transparent -o-linear-gradient(left, #1A0000B8 0%, #66545400 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #1A0000B8 0%, #66545400 100%) 0% 0% no-repeat padding-box;
    border-radius: 22px;

  }

  ._19STz {
    color: #ff5a5f;
    color: var(--btn-primary-bg);
  }

  @media (max-width: 1199px) and (min-width: 768px) {
    ._3Jpfe {
      padding-top: 35px;
      padding-left: 24px;
      padding-right: 24px;
    }

    .h3cNi {
      font-size: 26px;
    }
  }

  @media (max-width: 1023px) and (min-width: 768px) {
    ._1eMmt {
      padding: 40px;
    }
  }

  @media screen and (max-width: 767px) {
    ._3_NF0 {
      display: block;
      width: 100%;
    }

    ._2BgeY {
      display: none;
    }

    ._2Aqn0 {
      display: block;
    }

    .rYI6L {
      padding: 24px 0px 0px;
    }

    .h3cNi {
      font-size: 40px;
      line-height: 46px;
    }

    .YURWO {
      color: #484848;
      margin-top: 8px;
      margin-bottom: 16px;
      word-wrap: break-word;
      font-size: 16px;
      line-height: 24px;
      padding-top: 0px;
      padding-bottom: 0px;
    }

    ._3-sMc {
      width: 100%;
    }

    ._1eMmt {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 30px;
    }


  }

  /** News box - Start */
  :root {
    /*
 * Typography
 * ======================================================================== */

    --font-family-base: "Circular", Arial, Helvetica, sans-serif;

    /*
 * Layout
 * ======================================================================== */

    --max-content-width: 1080px;
    --max-container-width: 1274px;

    /*
 * Media queries breakpoints
 * ======================================================================== */

    --screen-xs-min: 480px;
    /* Extra small screen / phone */
    --screen-sm-min: 768px;
    /* Small screen / tablet */
    --screen-md-min: 992px;
    /* Medium screen / desktop */
    --screen-lg-min: 1200px;
    /* Large screen / wide desktop */

    --border-color: #DDDDDD;
    --background-color: #ffffff;
    --btn-color: #282828;
    --btn-primary-bg: #ff5a5f;
    --btn-primary-color: #ffffff;
    --btn-primary-hover-bg: #ff7e82;
    --btn-primaryBorder-bg: #ffffff;
    --btn-primaryBorder-color: #ff7e82;
    --btn-primaryBorder-hover-bg: #ff7e82;
    --btn-secondary-bg: #008489;
    --btn-secondary-color: #ffffff;
    --btn-secondary-hover-bg: #008489;
    --text-color: #A02F18;
    --common-text-color: #282828;
    --common-text-Secondry-color: #696969;
    --background-common-color: #F8F8F8;
    --border-secondary-color: #dadada;
    --background-secondary-color: #F2F8FF;
    --menu-background-color: #f3f3f3;
    --darkmode-primary-color: #323232;
    --darkmode-secondary-color: #3c3c3c;
    --darkmode-text-color: #ffffff;
  }

  ._1bL7l {
    margin-bottom: 6px !important;
  }

  ._3m8LG {
    margin-bottom: 12px !important;
  }

  ._2WLRM {
    margin-bottom: 18px !important;
  }

  ._3V80h {
    margin-bottom: 24px !important;
  }

  ._2O8Oi {
    margin-bottom: 30px !important;
  }

  ._3lQo- {
    margin-bottom: 36px !important;
  }

  ._3Cnws {
    margin-bottom: 42px !important;
  }

  ._1tRZl {
    margin-bottom: 48px !important;
  }

  ._1EcW3 {
    margin-top: 6px !important;
  }

  .NRsVe {
    margin-top: 12px !important;
  }

  ._3ZBYG {
    margin-top: 18px !important;
  }

  .XGzEc {
    margin-top: 24px !important;
  }

  ._2yL42 {
    margin-top: 30px !important;
  }

  .Y_dx6 {
    margin-top: 36px !important;
  }

  .wUVqF {
    margin-top: 42px !important;
  }

  ._1tRZl {
    margin-top: 48px !important;
  }

  ._21Car {
    margin: 0px !important;
  }

  ._16BKl {
    padding-bottom: 6px !important;
  }

  .FW1lw {
    padding-bottom: 12px !important;
  }

  ._3Itqo {
    padding-bottom: 18px !important;
  }

  ._81laZ {
    padding-bottom: 24px !important;
  }

  ._3GAAG {
    padding-bottom: 30px !important;
  }

  ._38ShE {
    padding-bottom: 36px !important;
  }

  ._3iE_D {
    padding-bottom: 42px !important;
  }

  ._3Ej8C {
    padding-top: 6px !important;
  }

  .iiS9z {
    padding-top: 12px !important;
  }

  .AOzR8 {
    padding-top: 18px !important;
  }

  ._3haLh {
    padding-top: 24px !important;
  }

  ._3twkK {
    padding-top: 30px !important;
  }

  ._325gY {
    padding-top: 36px !important;
  }

  .sVfcA {
    padding-top: 42px !important;
  }

  ._3s2G8 {
    padding: 0px !important;
  }

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

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

  .h8Dxt {
    font-weight: normal !important;
  }

  .bXhFQ {
    margin-bottom: 20px;
  }

  .iExaA {
    margin-bottom: 10px;
  }

  ._2NsTt {
    margin: 0;
  }

  .e6j3E {
    margin-bottom: 15px;
  }

  ._3Yhp9 {
    margin-top: 0;
  }

  ._386S8 {
    margin-top: 11px;
  }

  ._1W0LT {
    margin-top: 21px;
  }

  .yIAcR {
    margin-top: 20px;
  }

  /*New Design Text Colors */
  .SetFl {
    color: rgb(20, 39, 94) !important;
  }

  ._1k2NV {
    color: rgb(57, 87, 106) !important;
  }

  ._1XxJI {
    color: rgb(76, 86, 41) !important;
  }

  ._1zw9k {
    color: rgb(115, 79, 33) !important;
  }

  ._3BfJo {
    color: rgb(87, 37, 51) !important;
  }

  .U2jtS {
    color: #A02F18 !important;
    color: var(--text-color) !important;
  }

  ._1kKB8 {
    color: rgb(155, 49, 67) !important;
  }

  ._3ZW1a {
    color: rgb(83, 18, 16) !important;
  }

  .k8VKe {
    color: rgb(142, 28, 10) !important;
  }

  ._gcKa {
    color: rgb(37, 117, 141) !important;
  }

  ._25oRk {
    color: rgb(77, 65, 51) !important;
  }

  ._1QFug {
    color: #333;
    padding: 0px;
  }

  ._1aTkE {
    margin: 0 auto;
    width: 100%;
    max-width: 1274px;
    display: block;
  }

  ._2ksEc {
    width: 100%;
    max-width: 1274px;
    margin: 0 auto;
  }

  .rSBRL {
    display: grid;
    grid-template-columns: 31% 31% 31%;
    grid-gap: 40px;
    background: #F8F7FD;
    border-radius: 22px;
    padding: 80px 68px;
  }

  ._3Xd68 {
    padding: 0px 30px 0 0px;
    border-right: 1px solid #BEB7DD;

  }

  ._3Xd68:last-child {
    border-right: 0;
  }

  .XMBLN {
    font-size: 33px;
    height: 33px;
    width: 33px;
    line-height: 20px;
    margin-right: 18px;
  }

  ._3Y6Jq {
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
    line-height: 1;
  }

  ._2nucn {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.43;
    padding-top: 10px;
    font-weight: 500;
    margin: 0;
  }

  ._1GBhB {
    margin-top: 22px;
  }

  ._36rGJ {
    display: grid;
    grid-template-columns: 52px auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  @media (max-width:1023px) and (min-width:768px) {
    .rSBRL {
      padding: 40px 35px;
    }
  }

  @media screen and (max-width: 767px) {
    .rSBRL {
      grid-template-columns: 100%;
      padding: 30px;
    }

    ._3Xd68 {
      padding: 0;
      border-right: 0;
    }

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

  :root {
    /*
 * Typography
 * ======================================================================== */

    --font-family-base: "Circular", Arial, Helvetica, sans-serif;

    /*
 * Layout
 * ======================================================================== */

    --max-content-width: 1080px;
    --max-container-width: 1274px;

    /*
 * Media queries breakpoints
 * ======================================================================== */

    --screen-xs-min: 480px;
    /* Extra small screen / phone */
    --screen-sm-min: 768px;
    /* Small screen / tablet */
    --screen-md-min: 992px;
    /* Medium screen / desktop */
    --screen-lg-min: 1200px;
    /* Large screen / wide desktop */

    --border-color: #DDDDDD;
    --background-color: #ffffff;
    --btn-color: #282828;
    --btn-primary-bg: #ff5a5f;
    --btn-primary-color: #ffffff;
    --btn-primary-hover-bg: #ff7e82;
    --btn-primaryBorder-bg: #ffffff;
    --btn-primaryBorder-color: #ff7e82;
    --btn-primaryBorder-hover-bg: #ff7e82;
    --btn-secondary-bg: #008489;
    --btn-secondary-color: #ffffff;
    --btn-secondary-hover-bg: #008489;
    --text-color: #A02F18;
    --common-text-color: #282828;
    --common-text-Secondry-color: #696969;
    --background-common-color: #F8F8F8;
    --border-secondary-color: #dadada;
    --background-secondary-color: #F2F8FF;
    --menu-background-color: #f3f3f3;
    --darkmode-primary-color: #323232;
    --darkmode-secondary-color: #3c3c3c;
    --darkmode-text-color: #ffffff;
  }

  .MI8BH {
    margin-bottom: 6px !important;
  }

  .Nl5BE {
    margin-bottom: 12px !important;
  }

  ._1Cutf {
    margin-bottom: 18px !important;
  }

  ._1j_xH {
    margin-bottom: 24px !important;
  }

  .zMobp {
    margin-bottom: 30px !important;
  }

  ._37p8M {
    margin-bottom: 36px !important;
  }

  ._3x2FI {
    margin-bottom: 42px !important;
  }

  ._2oH3N {
    margin-bottom: 48px !important;
  }

  ._3rDG6 {
    margin-top: 6px !important;
  }

  ._2N4I7 {
    margin-top: 12px !important;
  }

  ._2XCWg {
    margin-top: 18px !important;
  }

  ._27J8Q {
    margin-top: 24px !important;
  }

  ._2_4Wq {
    margin-top: 30px !important;
  }

  ._1QYTC {
    margin-top: 36px !important;
  }

  .a3ZyY {
    margin-top: 42px !important;
  }

  ._2oH3N {
    margin-top: 48px !important;
  }

  .xkAhc {
    margin: 0px !important;
  }

  ._1_jP_ {
    padding-bottom: 6px !important;
  }

  ._2HNWY {
    padding-bottom: 12px !important;
  }

  ._1hYOv {
    padding-bottom: 18px !important;
  }

  ._1kNzE {
    padding-bottom: 24px !important;
  }

  ._1N3gE {
    padding-bottom: 30px !important;
  }

  ._3W1z4 {
    padding-bottom: 36px !important;
  }

  ._1phcn {
    padding-bottom: 42px !important;
  }

  .WSE51 {
    padding-top: 6px !important;
  }

  .MOlWP {
    padding-top: 12px !important;
  }

  ._3IF7z {
    padding-top: 18px !important;
  }

  ._1I_fe {
    padding-top: 24px !important;
  }

  ._1Bt6K {
    padding-top: 30px !important;
  }

  ._2gPxs {
    padding-top: 36px !important;
  }

  ._2ydrv {
    padding-top: 42px !important;
  }

  ._3304Z {
    padding: 0px !important;
  }

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

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

  ._3Lh8f {
    font-weight: normal !important;
  }

  ._1mgpG {
    margin-bottom: 20px;
  }

  ._2eWq4 {
    margin-bottom: 10px;
  }

  ._2ZQSR {
    margin: 0;
  }

  ._5jUME {
    margin-bottom: 15px;
  }

  ._342nY {
    margin-top: 0;
  }

  ._2LeND {
    margin-top: 11px;
  }

  ._1tI7r {
    margin-top: 21px;
  }

  ._1tbnt {
    margin-top: 20px;
  }

  /*New Design Text Colors */

  .Pv6hD {
    color: rgb(20, 39, 94) !important;
  }

  ._2Gptg {
    color: rgb(57, 87, 106) !important;
  }

  .UroPq {
    color: rgb(76, 86, 41) !important;
  }

  ._3Sv4d {
    color: rgb(115, 79, 33) !important;
  }

  ._3_Ar8 {
    color: rgb(87, 37, 51) !important;
  }

  ._2QK4q {
    color: #A02F18 !important;
    color: var(--text-color) !important;
  }

  ._28Mi5 {
    color: rgb(155, 49, 67) !important;
  }

  .JaThG {
    color: rgb(83, 18, 16) !important;
  }

  ._30Tsz {
    color: rgb(142, 28, 10) !important;
  }

  ._1JtXn {
    color: rgb(37, 117, 141) !important;
  }

  ._1EIRw {
    color: rgb(77, 65, 51) !important;
  }

  ._3MGQl {
    width: 100%;
    max-width: 1274px;
    margin: 0 auto;
  }

  ._3PNnL {
    font-weight: 600;
    font-size: 32px;
  }

  ._3qy8z {
    font-size: 16px;
    margin-top: 10px;
  }

  ._1aw86 {
    font-size: 16px;
    color: #fff;
    padding-top: 12px;
  }

  ._3R4pF {
    font-size: 20px;
    font-weight: bold;
    color: #ff5a5f;
    color: var(--btn-primary-bg);
    margin: 10px 0 2px 0;
  }

  ._2LRH8 {
    font-size: 20px;
    font-weight: bold;
    color: #ff5a5f;
    color: var(--btn-primary-bg);
    margin: 10px 0 2px 0;
  }

  ._2hNnw {
    margin: 48px 0 0 0;
  }

  ._1L5T0 {
    padding: 70px 0px 70px;
  }

  ._2tlpm {
    width: 100%;
    height: 465px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
  }

  ._2tlpm::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent -webkit-gradient(linear, left bottom, left top, from(#1A0000), to(#55555500)) 0% 0% no-repeat padding-box;
    background: transparent -webkit-linear-gradient(bottom, #1A0000 0%, #55555500 100%) 0% 0% no-repeat padding-box;
    background: transparent -o-linear-gradient(bottom, #1A0000 0%, #55555500 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(0deg, #1A0000 0%, #55555500 100%) 0% 0% no-repeat padding-box;
    border-radius: 20px;
  }

  ._1uVSt {
    padding: 0 2px;
  }

  ._31LUI {
    position: absolute;
    bottom: 20px;
    padding: 0 15px 0 20px;
  }

  @media screen and (max-width: 1170px) {
    .Sk4fw {
      text-align: center;
    }
  }

  @media (max-width: 1199px) and (min-width: 768px) {
    ._1uVSt {
      padding: 0px 0px;
    }

    .zdipZ {
      padding: 0 23px;
    }
  }

  @media screen and (max-width: 640px) {
    ._2tlpm {
      width: 100%;
      height: 100%;
      min-height: 185px;
      max-height: 185px;
    }

    ._2AmbD {
      padding: 20px 0 0 0;
    }
  }

  :root {
    /*
 * Typography
 * ======================================================================== */

    --font-family-base: "Circular", Arial, Helvetica, sans-serif;

    /*
 * Layout
 * ======================================================================== */

    --max-content-width: 1080px;
    --max-container-width: 1274px;

    /*
 * Media queries breakpoints
 * ======================================================================== */

    --screen-xs-min: 480px;
    /* Extra small screen / phone */
    --screen-sm-min: 768px;
    /* Small screen / tablet */
    --screen-md-min: 992px;
    /* Medium screen / desktop */
    --screen-lg-min: 1200px;
    /* Large screen / wide desktop */

    --border-color: #DDDDDD;
    --background-color: #ffffff;
    --btn-color: #282828;
    --btn-primary-bg: #ff5a5f;
    --btn-primary-color: #ffffff;
    --btn-primary-hover-bg: #ff7e82;
    --btn-primaryBorder-bg: #ffffff;
    --btn-primaryBorder-color: #ff7e82;
    --btn-primaryBorder-hover-bg: #ff7e82;
    --btn-secondary-bg: #008489;
    --btn-secondary-color: #ffffff;
    --btn-secondary-hover-bg: #008489;
    --text-color: #A02F18;
    --common-text-color: #282828;
    --common-text-Secondry-color: #696969;
    --background-common-color: #F8F8F8;
    --border-secondary-color: #dadada;
    --background-secondary-color: #F2F8FF;
    --menu-background-color: #f3f3f3;
    --darkmode-primary-color: #323232;
    --darkmode-secondary-color: #3c3c3c;
    --darkmode-text-color: #ffffff;
  }

  ._3NOs_ {
    margin-bottom: 6px !important;
  }

  ._1FaZl {
    margin-bottom: 12px !important;
  }

  .inlMU {
    margin-bottom: 18px !important;
  }

  ._1LcaQ {
    margin-bottom: 24px !important;
  }

  .HRKLJ {
    margin-bottom: 30px !important;
  }

  ._2-YOz {
    margin-bottom: 36px !important;
  }

  .jbkh8 {
    margin-bottom: 42px !important;
  }

  ._18IHO {
    margin-bottom: 48px !important;
  }

  ._2sUWg {
    margin-top: 6px !important;
  }

  ._3-ZOr {
    margin-top: 12px !important;
  }

  ._1-FaK {
    margin-top: 18px !important;
  }

  .cJPn5 {
    margin-top: 24px !important;
  }

  ._3tk7n {
    margin-top: 30px !important;
  }

  .cuAoT {
    margin-top: 36px !important;
  }

  ._2NRzz {
    margin-top: 42px !important;
  }

  ._18IHO {
    margin-top: 48px !important;
  }

  ._1iwjf {
    margin: 0px !important;
  }

  ._3_kLr {
    padding-bottom: 6px !important;
  }

  ._2ZKai {
    padding-bottom: 12px !important;
  }

  ._3zmg7 {
    padding-bottom: 18px !important;
  }

  ._1dobv {
    padding-bottom: 24px !important;
  }

  ._134tB {
    padding-bottom: 30px !important;
  }

  .EBEhH {
    padding-bottom: 36px !important;
  }

  ._14E9g {
    padding-bottom: 42px !important;
  }

  ._1z6mS {
    padding-top: 6px !important;
  }

  ._3zp6I {
    padding-top: 12px !important;
  }

  ._38Ywq {
    padding-top: 18px !important;
  }

  .X7Tmq {
    padding-top: 24px !important;
  }

  ._3B0m- {
    padding-top: 30px !important;
  }

  ._2VKbf {
    padding-top: 36px !important;
  }

  .ArgUz {
    padding-top: 42px !important;
  }

  ._1s2_0 {
    padding: 0px !important;
  }

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

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

  .INLiv {
    font-weight: normal !important;
  }

  ._88P5d {
    margin-bottom: 20px;
  }

  ._3vhzm {
    margin-bottom: 10px;
  }

  ._3Mj-R {
    margin: 0;
  }

  ._3_Qg9 {
    margin-bottom: 15px;
  }

  ._2OXDk {
    margin-top: 0;
  }

  ._3qtko {
    margin-top: 11px;
  }

  ._3flMZ {
    margin-top: 21px;
  }

  ._2Tlub {
    margin-top: 20px;
  }

  /*New Design Text Colors */
  ._2wusz {
    color: rgb(20, 39, 94) !important;
  }

  .RSBwe {
    color: rgb(57, 87, 106) !important;
  }

  ._18A6_ {
    color: rgb(76, 86, 41) !important;
  }

  ._3T2C1 {
    color: rgb(115, 79, 33) !important;
  }

  .a358S {
    color: rgb(87, 37, 51) !important;
  }

  .jCElQ {
    color: #A02F18 !important;
    color: var(--text-color) !important;
  }

  ._1lHZ7 {
    color: rgb(155, 49, 67) !important;
  }

  ._3nEkK {
    color: rgb(83, 18, 16) !important;
  }

  ._kn3z {
    color: rgb(142, 28, 10) !important;
  }

  ._2o_Fe {
    color: rgb(37, 117, 141) !important;
  }

  ._4GECA {
    color: rgb(77, 65, 51) !important;
  }

  ._1UUMy {
    padding: 0px;
  }

  ._3dfAC {
    margin: 0 auto;
    padding: 0px;
    max-width: 1274px;
    max-width: var(--max-container-width);
  }

  ._1hXlz {
    max-width: 1080px;
    max-width: var(--max-content-width);
    margin: 0 auto;
    position: relative;
    padding: 48px 0px;
    display: block;
    line-height: 1.43;
    font-size: 14px;
  }

  ._1kGhz {
    color: #767676;
    display: inline-block;
    padding-left: 9px;
    font-size: 15px;
    cursor: pointer;
  }

  ._1kGhz:hover,
  ._1kGhz:hover:focus ._1kGhz:hover:focus {
    color: #767676;
  }

  ._1htNM {
    color: #575757;
    font-weight: normal;
    padding: 0px 0px;
    margin: 0;
    line-height: 1.1;
    cursor: pointer;
    font-size: 14px;
  }

  ._1htNM:hover,
  ._1htNM:focus,
  ._1htNM:hover:focus {
    color: #575757;
  }

  ._1KY3U {
    padding: 0px;
    margin-top: 18px;
    list-style-type: none;
  }

  ._18Nnw {
    font-size: 16px;
    font-weight: 600;
    display: block;
    line-height: 18px;
    margin-bottom: 0;
  }

  ._3FWH1 {
    width: 100%;
    position: relative;
    background-position: top center;
    background-size: cover;
    padding-top: 12%;
    background-repeat: no-repeat;
  }

  ._27RcJ {
    position: relative;
  }

  ._19wW1 {
    display: inline-block;
  }

  .uVwuI {
    border-top: 1px solid #E0E0E0;
    padding-top: 40px;

  }

  ._2pvHg {
    padding: 0 !important;
  }

  ._2DCxc {
    margin-bottom: 11px;
  }

  .p9aM- {
    color: #575757;
  }

  ._17XbU {
    text-align: center;
  }

  ._2puNc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }

  ._3tyy0 {
    margin-top: 40px;
  }

  ._1hIbi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._2efgE {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px;
  }

  @media screen and (max-width: 768px) {
    ._2hVfJ {
      display: none;
    }
  }

  @media (max-width: 1199px) and (min-width: 1024px) {
    ._1hXlz {
      max-width: 960px;
    }
  }

  @media (max-width: 991px) and (min-width: 768px) {
    .uVwuI {
      margin: 30px 0px 0px 0px;
    }
  }

  @media (max-width: 1199px) and (min-width: 768px) {
    ._3dfAC {
      max-width: 100%;
      padding: 0 23px;
    }
  }

  @media (max-width: 767px) {
    ._3udVB {
      padding: 0 20px;
    }

    ._1hIbi {
      padding: 25px 15px 0;
    }
  }

  @media screen and (max-width: 991px) {
    .tGFcP {
      padding: 0px 15px !important;
    }
  }

  @media screen and (max-width: 767px) {
    ._1gNok {
      margin-bottom: 12px !important;
    }

    ._2pvHg {
      padding: 0px;
    }

    ._3FWH1 {
      background-color: #F8F7FD !important;
      background: inherit;
      padding-top: 0;
    }

  }

  @media screen and (min-width:1200px) {
    ._2puNc {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-left: 5px !important;
    }
  }

  :root {
    /*
 * Typography
 * ======================================================================== */

    --font-family-base: "Circular", Arial, Helvetica, sans-serif;

    /*
 * Layout
 * ======================================================================== */

    --max-content-width: 1080px;
    --max-container-width: 1274px;

    /*
 * Media queries breakpoints
 * ======================================================================== */

    --screen-xs-min: 480px;
    /* Extra small screen / phone */
    --screen-sm-min: 768px;
    /* Small screen / tablet */
    --screen-md-min: 992px;
    /* Medium screen / desktop */
    --screen-lg-min: 1200px;
    /* Large screen / wide desktop */

    --border-color: #DDDDDD;
    --background-color: #ffffff;
    --btn-color: #282828;
    --btn-primary-bg: #ff5a5f;
    --btn-primary-color: #ffffff;
    --btn-primary-hover-bg: #ff7e82;
    --btn-primaryBorder-bg: #ffffff;
    --btn-primaryBorder-color: #ff7e82;
    --btn-primaryBorder-hover-bg: #ff7e82;
    --btn-secondary-bg: #008489;
    --btn-secondary-color: #ffffff;
    --btn-secondary-hover-bg: #008489;
    --text-color: #A02F18;
    --common-text-color: #282828;
    --common-text-Secondry-color: #696969;
    --background-common-color: #F8F8F8;
    --border-secondary-color: #dadada;
    --background-secondary-color: #F2F8FF;
    --menu-background-color: #f3f3f3;
    --darkmode-primary-color: #323232;
    --darkmode-secondary-color: #3c3c3c;
    --darkmode-text-color: #ffffff;
  }

  .DJKTh {
    margin-bottom: 6px !important;
  }

  ._1naPB {
    margin-bottom: 12px !important;
  }

  ._3PU9M {
    margin-bottom: 18px !important;
  }

  ._14Era {
    margin-bottom: 24px !important;
  }

  ._2KVtj {
    margin-bottom: 30px !important;
  }

  ._3j96j {
    margin-bottom: 36px !important;
  }

  ._2jL5H {
    margin-bottom: 42px !important;
  }

  ._3G3Es {
    margin-bottom: 48px !important;
  }

  ._3csPn {
    margin-top: 6px !important;
  }

  ._2vahG {
    margin-top: 12px !important;
  }

  .KPUP1 {
    margin-top: 18px !important;
  }

  ._2AO6T {
    margin-top: 24px !important;
  }

  ._3Tt2C {
    margin-top: 30px !important;
  }

  .vz4A8 {
    margin-top: 36px !important;
  }

  ._24wSI {
    margin-top: 42px !important;
  }

  ._3G3Es {
    margin-top: 48px !important;
  }

  ._3ghIv {
    margin: 0px !important;
  }

  ._1VfIz {
    padding-bottom: 6px !important;
  }

  ._311D1 {
    padding-bottom: 12px !important;
  }

  .p0t_t {
    padding-bottom: 18px !important;
  }

  ._1g7OK {
    padding-bottom: 24px !important;
  }

  .FWrOc {
    padding-bottom: 30px !important;
  }

  ._2s72j {
    padding-bottom: 36px !important;
  }

  ._282ZY {
    padding-bottom: 42px !important;
  }

  ._3H6WU {
    padding-top: 6px !important;
  }

  ._2SjBD {
    padding-top: 12px !important;
  }

  ._3Xikj {
    padding-top: 18px !important;
  }

  .bXtrV {
    padding-top: 24px !important;
  }

  ._1dzPc {
    padding-top: 30px !important;
  }

  .jbNY6 {
    padding-top: 36px !important;
  }

  ._3-MkA {
    padding-top: 42px !important;
  }

  ._2JHdk {
    padding: 0px !important;
  }

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

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

  ._2JWr8 {
    font-weight: normal !important;
  }

  ._3csoN {
    margin-bottom: 20px;
  }

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

  .a0cAL {
    margin: 0;
  }

  ._2P7tI {
    margin-bottom: 15px;
  }

  ._2Xlkc {
    margin-top: 0;
  }

  ._2RO5G {
    margin-top: 11px;
  }

  ._2vKkD {
    margin-top: 21px;
  }

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

  /*New Design Text Colors */

  ._2cr6A {
    color: rgb(20, 39, 94) !important;
  }

  ._3rqGR {
    color: rgb(57, 87, 106) !important;
  }

  .bDQ53 {
    color: rgb(76, 86, 41) !important;
  }

  ._3vNOD {
    color: rgb(115, 79, 33) !important;
  }

  .ZDvE3 {
    color: rgb(87, 37, 51) !important;
  }

  .Q7s00 {
    color: #A02F18 !important;
    color: var(--text-color) !important;
  }

  ._1hJ_P {
    color: rgb(155, 49, 67) !important;
  }

  ._10d6k {
    color: rgb(83, 18, 16) !important;
  }

  ._2u-u9 {
    color: rgb(142, 28, 10) !important;
  }

  ._3RpGH {
    color: rgb(37, 117, 141) !important;
  }

  ._18S0K {
    color: rgb(77, 65, 51) !important;
  }

  ._24bVU {
    background-color: #fff !important;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 10px 0px #484848;
    box-shadow: 0 1px 10px 0px #484848;
  }

  ._2HCPs {
    padding: 10px;
  }

  ._1_Y_C {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
  }

  .eyqzO {
    color: #484848 !important;
    font-style: italic;
    font-weight: bold;
    text-decoration: underline;
  }

  ._2ZQlr {
    font-weight: 700;
    margin-top: 0px;
    float: right;
    z-index: 9;
  }

  ._3gZae {
    position: fixed !important;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1005;
  }

  ._14VGa {
    width: 100%;
    display: table;
  }

  ._2tskJ {
    width: 100%;
    display: table-row;
  }

  .v-BH- {
    display: table-cell;
    width: 90%;
    vertical-align: middle;
  }

  .U7u2r {
    width: 10%;
    display: table-cell;
    vertical-align: middle;
  }

  ._2SB38 {
    padding: 15px;
  }

  ._2OepF {
    background-color: blue;
  }



	
  @media screen and (max-width: 1030px) {
    ._1_Y_C {
      font-size: 14px;
    }
  }

  @media screen and (max-width: 767px) {
    .v-BH- {
      display: block;
      width: 100%;
    }

    .U7u2r {
      width: 100%;
      display: block;
      margin-top: 12px;
    }

    ._2ZQlr {
      margin-top: 8px;
    }

    ._2SB38 {
      padding: 15px;
    }
  }

  @media screen and (max-width: 480px) {
    ._24bVU {
      background-color: #fff !important;
      height: auto;
    }

    ._2ZQlr {
      float: right;
      margin-top: 0px;
      margin-bottom: 10px;
      font-size: 15px;
      font-weight: 300;
    }

    ._1_Y_C {
      font-size: 15px;
    }
  }

  /* SIGN UP*/
  ._1vxac {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    grid-gap: 10px;
}

._1yzYu {
  position: relative;
}

._3_4On {
  margin-bottom: 18px;
}


/** MODAL HOMEPAGE */

._1rgL5 {
  display: grid;
  grid-template-columns: 252px auto;
}
  
._2gGCi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #FFD6D8;
  /**background-color: var(--restriction-background-color);*/
  border-radius: 14px;
}

._2gGCi img {
  width: 100%;
  max-width: 168px;
}

._3vTAH {
  padding: 36px 36px 36px 30px;
}