@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

body {
    padding-top: 0;
    margin: 0;
    line-height: 1.5;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 1rem;
    font-weight: 400;
    font-family: 'Poppins', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

p, label {
    font-family: 'Poppins', sans-serif;
    color: #666;
    font-size: 17px;
}

a {
    text-decoration: none !important;
    color: #000;
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
}
img {
    max-width: 100%;
    height: auto;
}

/* Layout */

a:hover {
    text-decoration: none;
}

h1 {
    font-size: 2.3rem;
    margin: 1.25rem 0 1.56rem;
    font-weight: 400;
}

h2 {
    font-size: 1.9rem;
    margin: 1.25rem 0 1.56rem;
    font-weight: 400;
}

h3 {
    font-size: 1.7rem;
    margin: 1.25rem 0 1.56rem;
    font-weight: 400;
    line-height: 140%;
}

h4 {
    font-size: 1.3rem;
    margin: 1.56rem 0 1.56rem;
    font-weight: 400;
    line-height: 140%;
}

p {
    margin-bottom: 10px;
    color: #666;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
}

img {
    max-width: 100%;
    height: auto;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

ol,
ul {
    margin: 0em 0 1rem;
    padding: 0 0 0 1em;
    color: #666;
}
a.fButton,
.buttons input,
.fMenu li.fButton a,
.checkout input[type="submit"],
.discount-code input[type="submit"] {
  padding: 12px 20px;
  display: inline-block;
  font-weight: 500;
  color: #000;
  background-color: #fdb819;
  z-index: 1;
  transition: .5s all ease;
  text-decoration: none;
  position: relative;
}
.checkout input[type="submit"] {
  outline: none;
  border: none;
}
a.fButton.fButtonTransparent {
  background-color: transparent;
  display: inline-block;
  font-weight: 500;
}

a.fButton:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0;
  bottom: 0;
  background-color: #333;
  border-radius: 50% 50% 0 0;
  opacity: 0;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  z-index: -1;
}
a.fButton.fButtonTransparent:before {
  display: none;
}
a.fButton:hover:before {
  opacity: 1;
  height: 100%;
  border-radius: 0;
}
a.fButton:hover {
  color: #fff;
}
a.fButton.fButtonTransparent:hover {
  color: #fdb819;
}


/*Module*/

.fModule .fModuleTitle,
.fModule .fModuleContent {
    width: 100%;
}

.fModuleEnd .fModuleTitle,
.fModuleEnd .fModuleContent,
.fModuleBoxed {
    margin: 0 auto;
}

#fMatter .fModule,
#fSidebarRight .fModule,
#fContentPre .fModule,
#fContentPost .fModule {
    padding-top: 1rem;
    padding-bottom: 1rem;
    overflow: hidden;
}
.body .fModule,
body.container-wrap .body .wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.fRegion {
    display: inline-block;
    width: 100%;
}
.fGalleryImage {
  display: inline-block;
}
header ul, ul.fMenu, header ul li, ul.fMenu li {
    margin: 0px;
    list-style: none;
    padding: 0px;
}

/* Common CSS */

input.form-control,
textarea.form-control {
    display: inline-block;
    margin: 10px 0px;
}


.title-off .page-title {
    display: none;
}
.region-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
h3 a {
  font-size: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
  font-family: inherit !important;
}
.wrap {
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
}
.fGrid, .fDriving, .fRally  {
  padding: 0 !important;
}
header .wrap {
  overflow: visible;
}
.title-off .page-title {
    display: none;
}
.region-header.row {
  margin: 0 !important;
}
header {
  background: #fff; 
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #fff;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.header-top .row {
  align-items: center;
}
.body .fBanner.fModule {
  padding: 0;
}
.fSocial p {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
}
.fSocial p a {
  background-color: #fbc942;
  border-radius: 100%;
  border: 2px solid #fbc942;
  color: #272727;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  overflow: hidden;
  height: 32px;
  width: 32px;
  margin-right: 10px;
  text-indent: 6px;
}
.fSocial p a:hover {
  background: transparent;
  color: #fff;
}
.fMainMenu {
  /*background: #fbc942;*/
  padding: 10px 15px !important;
}
.fMainMenu .fMenu {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  align-items: center;
}
.fMainMenu .fMenu li {
  position: relative;
  padding: 10px;
}
.fMainMenu .fMenu > li a {
  color: #000;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  font-size: 16px;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
}
.fMainMenu .fMenu > li.has-sub > a:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.fMainMenu .fMenu > li.selected a {
  color: #e14747;
}
.fMainMenu .fMenu > li ul {
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  min-width: 10rem;
  -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.05);
  box-shadow: 0 0 30px 0 rgba(0,0,0,.05);
  background: #0d1028;
  position: absolute;
  top: 80px;
  left: 0;
  width: 250px;
  z-index: 99;
  display: block;
  /*padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 20px;*/
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  left: 30px;
  background: #fff;
  border-radius: 0;
}

.fMainMenu .fMenu > li:hover ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 0;
}
.fMainMenu .fMenu > li ul li ul,
.fMainMenu .fMenu > li:hover ul li ul {
  left: 100%;
}
.fMainMenu .fMenu > li ul li a {
  color: #333;
}
.fMainMenu .fMenu li a:hover {
  color: #e14747;
 
}
.fHeading .fModuleTitle h3 {
  font-weight: 600;
  font-size: 38px;
  margin-bottom: 0;
  line-height: 1.3;
  color: #333;
  text-align: center;
}
.fHeading .fModuleTitle h3 span {
  display: block;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  display: block;
  z-index: 1;
  padding-top: 7px;
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 15px;
}
.fHeading .fModuleTitle h3 span:before {
  position: absolute;
  content: '';
  width: 120px;
  height: 35px;
  left: 0;
  right: 0;
  top: 0;
  background-color: #fdb819;
  z-index: -1;
  -webkit-transform: skewX(-28deg);
  transform: skewX(-28deg);
  margin-left: auto;
  margin-right: auto;
}
.fBanner {
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: #fffaf0;
  padding: 8rem 0 12rem !important;
}
.fBanner:before {
  position: absolute;
  content: '';
  width: 800px;
  height: 1000px;
  right: -287px;
  top: -201px;
  background-color: #fdb819;
  opacity: .8;
  -webkit-transform: rotate(-17deg);
  transform: rotate(-17deg);
}
.fBanner .fGalleryList li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}
.fBanner .fGalleryList li > * {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  z-index: 9;
}
.fBanner .fGalleryList li > .fGalleryImage {
  flex: 0 0 43%;
  max-width: 43%;
}
.fBanner .fGalleryList li .fGalleryText h3 {
  margin-bottom: 26px;
  font-size: 60px;
  color: #081181;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1;
}
.fBanner .fGalleryList li .fGalleryText p {
  color: #000;
  margin-bottom: 40px;
}
.fBanner .fGalleryList li .fGalleryText span {
  display: inline-block;
  position: absolute;
  max-width: 485px;
  margin-left: auto;
  margin-right: auto;
  top: 20px;
  left: 0;
  right: 0;
  opacity: .08;
}
.fMainMenu {
  padding: 15px;
}
.fGrid ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-box-shadow: 0 10px 20px 0 #dddddd8a;
  box-shadow: 0 10px 20px 0 #dddddd8a;
  /*padding: 50px !important;*/
  background: #fff;
  position: relative;
  top: -40px;
  z-index: 99;
}
.fGrid ul li {
  overflow: visible;
  transform: scale(1);
  padding: 25px 0px;
  transition: 0.6s all;
}
.fGrid ul li:hover {
  transform: scale(1.02);
}
.fGrid ul li a,
.fGrid ul li a span {
  display: block;
  text-align: center;
}
.fGrid ul li a span.menu-item-icon {
  display: inline-block;
  background: #fff;
  padding: 11px;
  border-radius: 100%;
  position: relative;
  top: -41px;
}
.fGrid ul li a span.menu-item-text {
  position: relative;
  top: -30px;
  font-weight: 600;
  font-size: 20px;
}
.fGrid ul li img {
  filter: brightness(1) invert(1);
}
.fGrid ul li a {
  text-decoration: none;
  color: #000;
}

.process {
  padding-bottom: 2rem;
  background-image: url(https://storage.unitedwebnetwork.com/files/1150/455c35e7d6ce200b592d4afdc7fa37ea.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.fProcess .fGalleryList .fGalleryItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 100px;
}
.fProcess .fGalleryList .fGalleryItem:last-child {
  margin-bottom: 0;
}
.fProcess .fGalleryList .fGalleryItem .fGalleryImage {
  position: relative;
}
.fProcess .fGalleryList .fGalleryItem .fGalleryImage:after {
  position: absolute;
  content: '';
  width: 38px;
  height: 41px;
  top: 0;
  background-color: #fdb819;
  z-index: -1;
  right: -12px;
}
.fProcess.fProcessRight .fGalleryList .fGalleryItem .fGalleryImage:after {
  right: auto;
  left: -12px;
}
.fProcess .fGalleryList .fGalleryItem .fGalleryText {
  padding: 0 15px;
}
.fProcess .fGalleryList .fGalleryItem .fGalleryText h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.3;
  color: #333;
}
.fProcess .fGalleryList .fGalleryItem .fGalleryText p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #858584;
}
.fProcess.fProcessLeft .fGalleryList .fGalleryItem {
  flex-direction: row-reverse;
}
.fProcess.fProcessLeft .fGalleryList .fGalleryItem .fGalleryText {
  text-align: right;
}
.fProcessMiddle img {
  -webkit-animation: process-type 25s infinite linear;
  animation: process-type 25s infinite linear;
}
@keyframes process-type {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*.fServices {
  background-image: url(https://storage.unitedwebnetwork.com/files/1150/16a998b4805e72e3ddb6a7b9393d5e90.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.fServices .fModuleTitle h3 {
  color: #fff;
}
.fServices .fMenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fServices span {
  display: block;
}
.fServices ul li {
  margin-bottom: 15px !important;
  padding: 0 15px;
}
.fServices ul li:first-child,
.fServices ul li:nth-child(4) {
  padding-left: 0;
}
.fServices ul li a {
  position: relative;
  display: inline-block;
}
.fServices ul li a .menu-item-icon {
  overflow: hidden;
}
.fServices ul li a .menu-item-icon img {
  transform: scale(1);
  transition: 0.6s all;
}
.fServices ul li a:hover .menu-item-icon img {
  transform: scale(1.02);
}
.fServices ul li a .menu-item-text {
  position: absolute;
  bottom: 0;
  padding: 10px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  width: 100%;
}*/

.fServices .fGalleryList li {
  padding: 0 15px;
  position: relative;
  height: 451px;
}
.fServices .fGalleryList li .fGalleryText {
  position: absolute;
  bottom: 30px;
  background: #000;
  left: 15px;
  right: 15px;
  width: 70%;
  padding: 20px 15px 20px 20px;
  transition: 0.6s all;
}
.fServices .fGalleryList li .fGalleryText img {
  filter: brightness(0) invert(1);
  transition: 0.6s all; 
}
.fServices .fGalleryList li .fGalleryText h4,
.fServices .fGalleryList li .fGalleryText p {
  color: #fff;
}
.fServices .fGalleryList li:hover .fGalleryText {
  background: #fdb819;
  width: 93.4%;
}
.fQuality {
  background: url(https://storage.unitedwebnetwork.com/files/1150/ca540fe15039f647c605d5f81b7d0b05.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 5rem 0 !important;

}
.fQuality .fGalleryItem {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.fQuality .fGalleryItem .fGalleryImage {
  flex: 0 0 56%;
  max-width: 56%;
}
.fQuality .fGalleryItem .fGalleryImage img {
  -webkit-animation: quality-ani 8s infinite linear;
  animation: quality-ani 8s infinite linear;
}
@keyframes quality-ani {
  0% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
  50% {
    -webkit-transform: translate(0,-40px);
    transform: translate(0,-40px);
  }
  100% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
}
.fQuality .fGalleryItem .fGalleryText {
  flex: 0 0 40%;
  max-width: 40%;
  padding: 10px;
  position: relative;
  padding-right: 25px;
}
.fQuality .fGalleryItem .fGalleryText h3,
.fQuality .fGalleryItem .fGalleryText p {
  color: #fff;
}
.fQuality .fGalleryItem .fGalleryText h3 {
  font-weight: 600;
  font-size: 38px;
  margin-bottom: 0;
  line-height: 1.3;
}
.fQuality .fGalleryItem .fGalleryText p {
  margin-top: 18px;
  line-height: 1.7;
}
.fQuality .fGalleryItem .fGalleryText span {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: .1;
  -webkit-animation: quality-tyre 10s infinite linear;
  animation: quality-tyre 10s infinite linear;
}
.fQuality .fGalleryItem .fGalleryText span img {
  max-height: 250px;
}
@keyframes quality-tyre {
  0% {
    -webkit-transform: translate(0px,0px);
    transform: translate(0px,0px);
  }
  50% {
    -webkit-transform: translate(-100px,0px);
    transform: translate(-100px,0px);
  }
  100% {
    -webkit-transform: translate(0px,0px);
    transform: translate(0px,0px);
  }
}
.fFeatures {
  background-color: #000000;
  overflow: hidden;
  padding: 0 !important
}
.fFeatures:before {
  position: absolute;
  content: '';
  right: 30%;
  top: -121px;
  width: 284px;
  height: 795px;
  background-color: #000000;
  -webkit-transform: rotate(-19deg);
  transform: rotate(-19deg) translateX(-32%);
  z-index: 1;
}
.fFeatures .fGalleryItem {
  display: flex;
  align-items: stretch;
  position: relative;
}
.fFeatures .fGalleryItem > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.fFeatures .fGalleryItem .fGalleryImage img {
  object-fit: cover;
    width: 100%;
    height: 100%;
}
.fFeatures .fGalleryItem .fGalleryText {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  z-index: 2;
}
.fFeatures .fGalleryItem .fGalleryText h3 {
  font-weight: 600;
  font-size: 38px;
  color: #ffffff;
  margin-bottom: 40px;
  line-height: 1.3;
}
.fFeatures .fGalleryItem .fGalleryText ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 40px;
}
.fFeatures .fGalleryItem .fGalleryText ul li span {
  width: 50px;
  height: 42px;
  text-align: center;
  font-size: 27px;
  color: #000000;
  background-color: #fdb819;
  border-radius: 10px;
  /*flex: 0 0 10%;
  max-width: 10%;*/
  text-indent: 4px;
}
.fFeatures .fGalleryItem .fGalleryText ul li div {
  flex: 0 0 80%;
  max-width: 80%;
}
.fFeatures .fGalleryItem .fGalleryText ul li div h4 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 8px;
  color: #ffffff;
  line-height: 1.3;
}
.fFeatures .fGalleryItem .fGalleryText ul li div p {
  margin-bottom: 0;
  color: #aeadad;
  font-size: 14px;
  max-width: 380px;
}
.fFeatures .fGalleryItem .fGalleryText ul li:nth-child(1) {
    margin-left: 50px;
}
.fFeatures .fGalleryItem .fGalleryText ul li:nth-child(2) {
    margin-left: 100px;
}
.fFeatures .fGalleryItem .fGalleryText ul li:nth-child(3) {
    margin-bottom: 0;
    margin-left: 150px;
}
.fFeatures .fGalleryItem .fGalleryText .animation {
  position: absolute;
  right: 65px;
  bottom: 0;
  opacity: .10;
  -webkit-animation: process-type 25s infinite linear;
  animation: process-type 25s infinite linear;
  z-index: 1;
}
@keyframes process-type {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fParts {
  background-color: #f6f4f4;
  padding-top: 100px;
  padding-bottom: 100px;
}
.fParts .fModuleTitle {
  margin-bottom: 50px;
}
.fParts .fGalleryItem  {
  padding: 0 15px;
}
.fParts .innerWrapper {
  margin-bottom: 30px;
  background-color: #ffffff;
  padding: 30px 25px 35px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.fParts h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 8px;
  line-height: 1.3;
  color: #333333;
}
.fParts p {
  display: block;
  font-weight: 600;
  font-size: 22px;
  color: #fdb819;
  margin-bottom: 14px;
}
.fParts .innerWrapper .fGalleryImage {
  display: block;
  padding-bottom: 25px;
  border-bottom: 1px solid #fdb819;
  margin-bottom: 20px;
}
.fParts .innerWrapper:hover {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
}
.fExpert {
  padding: 5rem 0 !important;
}
.fExpert .fModuleTitle {
  margin-bottom: 20px;
}
.fExpert .fGalleryText {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 0 #dddddd59;
  box-shadow: 0 0 20px 0 #dddddd59;
  padding: 16px 15px 20px;
  max-width: 230px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -35px;
  z-index: 1;
  position: relative;
  text-align: center;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
}
.fExpert .fGalleryText h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 6px;
  line-height: 1.3;
  color: #333;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
}
.fExpert .fGalleryText p {
  display: block;
  font-size: 14px;
  color: #808291;
  margin: 0;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
}
.fExpert li:hover .fGalleryText {
  background-color: #fdb819;
  max-width: 100%;
}
.fExpert li:hover .fGalleryText p,
.fExpert li:hover .fGalleryText h3 {
  color: #fff;
}
.fExpert .bx-wrapper .bx-pager.bx-default-pager a {
  border-radius: 100%;
}
.fExpert .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #fdb819;
}


.fNewsletter {
  background: #fbc942;
}
.fNewsletter h3 {
  color: #fff;
}
.fNewsletter label {
  display: none;
}
.fNewsletter .form-item input {
  padding: 8px;
  width: 100%;
}
.fNewsletter form {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 60%;
  margin: 0 auto;
}
.fNewsletter .form-item {
  flex: 0 0 80%;
  max-width: 80%;
}
.fNewsletter .buttons {
  flex: 0 0 20%;
  max-width: 20%;
}
.fNewsletter .buttons input {
  margin-right: 0;
  padding: 8px 30px;
  border-color: #000;
  background: #000;
  color: #fff;
}
.fForm .buttons {
  padding-left: 0 !important;
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
footer {
  background: #000;
  color: #ffffff;
  padding: 20px 0px;
  text-align: center;
}
footer p {
  margin: 0;
  color: #fff;
}
.page-title {
  background-image: url(https://storage.unitedwebnetwork.com/files/1150/726db2cc8b0e2ba8d43cff4dbc835f6f.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0;
}
.path-women-rally-registration- .page-title,
.path-womens-rally-details- .page-title {
  background-image: url(https://storage.unitedwebnetwork.com/files/1150/4c2b34f8ae875924425b93b10e31a8ee.jpeg);
  padding: 226px 0;
}
.page-title h1 {
  text-align: center;
  padding: 0;
  margin: 0;
  color: #fff;
}
.path-women-rally-registration- .page-title h1,
.path-womens-rally-details- .page-title h1 {
  display: none;
}

.f-table .f-table-title label {
  display: flex !important;
  align-items: center;
}
.containerForm .fForm fieldset.form-item-type-fieldset label,
.containerForm .fForm label {
  display: block;
  width: 100%;
  float: none;
  text-align: left;
}
.containerForm .fForm fieldset.form-item-type-fieldset input,
.containerForm .fForm .form-item input,
.containerForm .fForm .form-item select,
.containerForm .fForm .form-item textarea {
  width: 100%;
  height: 42px;
  border-radius: 8px;
  border-color: #eee;
  padding: 0 10px;
  background: #fff;
}
.containerForm .fForm .form-item textarea {
  height: 100%;
}
form input,
form select {
  padding: 0 10px;
}
.iti {
  width: 100% !important;
}
.user-register-group-cost {
  text-align: right;
}
.f-table td {
  padding: 5px 10px !important;
}
.buttons {
  text-align: right;
}
.buttons input {
  padding: 8px 25px !important;
}
/* .iconset .fMenu {
  justify-content: center;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
.iconset .fMenu li {
  padding: 1rem;
  flex: 0 0 20%;
max-width: 20%;
}
.iconset .fMenu a {
  display: block;
  padding: 1rem;
  font-weight: 700;
  color: #000;
  height: 100%;
  background: #f5f5f5;
  transition: .3s all ease-in-out;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px -4px rgb(0 0 0/30%);
  -moz-box-shadow: 0 0 10px -4px rgba(0,0,0,.3);
  box-shadow: 0 0 15px -4px rgb(0 0 0/30%);
  position: relative;
}
.iconset img {
  width: auto;
  max-width: 45px;
  display: block;
  margin-bottom: 0px;
  margin-bottom: 1rem;
} */
.path-login- .body .wrap form,
form {
  max-width: 600px;
  margin: 40px auto;
  display: block;
  padding: 1rem;
  font-weight: 700;
  color: #000;
  height: 100%;
  background: #f5f5f5;
  transition: .3s all ease-in-out;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px -4px rgb(0 0 0/30%);
  -moz-box-shadow: 0 0 10px -4px rgba(0,0,0,.3);
  box-shadow: 0 0 15px -4px rgb(0 0 0/30%);
  position: relative;
}
.containerForm .fForm,
.path-login- .body .wrap form, form {
  max-width: 70%;
  margin: 30px auto;
  border: 1px solid #eee;
  padding: 10px 20px;
  border-radius: 20px;
  background: #eee;
}
.containerForm .fForm fieldset {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
form label {
  width: 100% !important;
  text-align: left !important;
}
.fForm .hint, .fForm .error {
  margin-left: 0 !important;
}
.fForm fieldset {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
form .form-item input[type="text"],
form .form-item textarea,
form .form-item select,
form .form-item input[type="date"],
form .form-item input[type="password"],
form .form-item input[type="email"],
.fForm .form-item .date,
.fForm .form-item input[type="file"]  {
  width: 100%;
  padding: 0.25rem;
}
form .form-item select {
  height: 34px;
}
.path-financial-invoices- .body .wrap .listing-container {
  margin: 40px 0;
  overflow: scroll;
}
body.path-my-membership-card-  {
  height: auto !important;
}
.path-my-membership-card- .card-body p,
.path-my-membership-card- .card-footer p {
  color: #fff;
}
.view-invoice .f-table td
 {
  padding: 5px !important;
}
.invoice-container .col-sm-6 p {
  display: flex;
  gap: 10px;
}
.view-invoice .wrap {
  margin: 30px auto;
}
.view-invoice .f-table th, .view-invoice .f-table tr.thead td {
  font-size: 16px;
}
#btn-print {
  margin-bottom: 20px;
}
.fForm .form-heading {
    margin-top: 2rem !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    font-weight: bold;
    border-bottom: none !important;
  }
form .form-heading-legend {
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit;
    font-weight: bold;
    padding: 0px 1rem 0 0;
}
.fMainMenu .fMenu li.fButton {
    display: none;
}
.checkbox label {
  position: relative;
  display: block;
  width: auto !important;
}
.checkbox label input {
  left: 0;
  margin: 0 !important;
  height: auto !important;
  width: auto !important;
  top: 50%;
  transform: translateY(-50%);
}
.fForm .form-item-option {
  margin: 0 !important;
  display: flex;
  gap: 20px;
}
@media (min-width: 1300px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1320px !important;
      width: 100%;
  }
}
@media (max-width: 480px) {
  #fModule-43275 {
    display: none;
  }
  .navbar-toggle span {
    display: block;
    width: 40px;
    height: 4px;
    background: #000;
    margin-bottom: 5px;
  }
  .region-header {
    position: relative;
  }
  .fMainMenu nav {
    position: absolute;
    top: 100%;
    width: 300px;
    right: 0;
    background: #fff;
  }
  .fMainMenu .fMenu {
    flex-direction: column;
  }
  .fBanner .fGalleryList li {
    flex-direction: column;
  }
  .fBanner .fGalleryList li > .fGalleryImage,
  .fBanner .fGalleryList li > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .fBanner .fGalleryList li .fGalleryText h3 {
    font-size: 50px;
  }
  .fGrid ul {
    flex-direction: column;
  }
  .fQuality {
    background: #000;
  }
  .fQuality .fGalleryItem,
  .fFeatures .fGalleryItem {
    flex-wrap: wrap;
  }
  .fQuality .fGalleryItem .fGalleryImage,
  .fQuality .fGalleryItem .fGalleryText {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .fFeatures .fGalleryItem > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .fFeatures .fGalleryItem .fGalleryText ul li:nth-child(1),
  .fFeatures .fGalleryItem .fGalleryText ul li:nth-child(2),
  .fFeatures .fGalleryItem .fGalleryText ul li:nth-child(3) {
    margin-left: 0;
  }
  .iconset .fMenu li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .containerForm .fForm {
    max-width: 95%;
  }
  #fModule-46205 {
    display: none;
  }
  .path-financial-invoices- .f-table td {
    padding: 20px !important;
  }
  .fMainMenu .fMenu li.fButton {
    display: block;
  }
}
@media (min-width: 768px) {
}

@media (max-width: 480px) {
}
@media (max-width: 350px) {
}
a.button {
    background-color: #fbc942;
    text-decoration: none;
    color: #fff;
    padding: 5px 15px;
    box-shadow: 0 0 2px 2px #ccc;
    margin: 10px 0px;
    font-weight: bold;
    border-radius: 5px;
    font-size: 15px;
}
.path-dashboard- #fModule-43275 {
  display: none;
}
.checkout .body {
  margin: 30px 0;
}
.checkout form {
  max-width: 100%;
  background: transparent;
  box-shadow: none;
}
#form-item-mobile {
  overflow: visible;
}
.discount-code .form-item {
  display: flex;
  align-items: stretch;
  gap: 10px;
  flex-wrap: wrap;
}
.discount-code .form-item > * {
  flex: 0 0 auto;
}
.discount-code .form-item label {
  width: 100%;
}
.discount-code .form-item input {
  width: 80%;
}
.discount-code .form-item input[type="submit"] {
  width: 18%;
}
.iconset .fMenu {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0;
  padding: 0;
}
.iconset .fMenu > li {
  list-style: none;
  padding: 1rem;
  background: #f5f5f5;
  transition: 0.5s all;
  position: relative;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  flex: 1 1 280px;
  margin: 0;
}
.iconset .fMenu > li > a {
  display: block;
  font-weight: bold;
  color: #000;
  border-radius: 5px;
  color: #000 !important;
  font-size: 14px;
}
.iconset img {
  width: auto;
  max-width: 64px;
  display: block;
  margin-bottom: 0.5rem;
  display: block;
}
.iconset .fMenu ul {
  margin: 0;
    margin-top: 0px;
  margin-top: 0px;
  margin-top: 1rem;
  display: block;
}
.iconset .fMenu ul li {
  margin: 0;
    margin-bottom: 0px;
  margin-bottom: 0px;
  margin-bottom: 0.25rem;
  list-style: square;
}
.iconset .fMenu ul li {
  list-style: square;
}
.iconset .fMenu ul a {
  font-weight: 500;
  color: #000 !important;
}
#field_id_23999_warning {
  color: red;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-top: 8px;
  animation: blink 1s step-start infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

/* Default dropdown style */
 #field_id_23999 {
   font-size: 16px;
   padding: 6px;
 }

/* Highlight style when Mumbai is selected */
 #field_id_23999.mumbai-selected {
   background-color: #ffcccc;
   border: 2px solid red;
   font-weight: bold;
 }