﻿@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Mulish:ital,wght@0,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Mulish:ital,wght@0,200..1000&display=swap");
/*@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');*/
@keyframes headerfade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}

::-webkit-scrollbar-thumb {
  background: slategray;
}

::-webkit-scrollbar-track {
  background: #b8c0c8;
}

body {
  scrollbar-face-color: slategray;
  scrollbar-track-color: #b8c0c8;
}

html, body {
  height: 100%;
  background: #fff;
  font-family: "Inter", sans-serif;
  /*font-family: Inter;*/
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 0px !important;
  scroll-behavior: smooth;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  html, body {
    font-size: 16px;
    font-weight: 400;
  }
}

/*body.google-translate-enabled {
    header {
          top: 40px;
    }
}*/
body::before {
  display: none;
}

html.translated-ltr header {
  top: 40px;
}
html.translated-ltr main section.igfr_sub_banner {
  margin-top: 170px;
}

* {
  padding: 0px;
  margin: 0px;
  /*font-family: 'Wix Madefor Display', sans-serif;*/
  /*font-family: 'Inter', sans-serif;*/
  font-family: Inter;
  box-sizing: border-box;
  line-height: 100%;
  font-weight: normal;
}

:root {
  /* Not my favorite that line-height has to be united, but needed */
  --lh: 2.5rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  padding: 0px;
  margin: 0px;
  /*font-family: 'Poppins', sans-serif;*/
  font-family: "Inter", sans-serif;
}

body {
  background: #fff !important;
}

input[type=button], input[type=submit], .btn {
  display: inline-block;
  padding: 13px 22px;
  background: #fff;
  color: #fff;
  font-weight: 800;
  font-size: 13px;
  line-height: 16px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 0px;
}

a {
  display: inline-block;
  text-decoration: none;
  transition: all ease 0.5s;
}
a:hover {
  text-decoration: none;
  transition: all ease 0.5s;
}
a.btn {
  display: inline-block;
  background: #000;
  border-radius: 4px;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  text-transform: capitalize;
  color: #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  text-decoration: none;
  padding: 15px 30px;
}
a.btn:hover {
  background-color: #0070ba;
  color: #fff;
  text-decoration: none;
}

input[type=text], input[type=password], textarea, select, input[type=email], input[type=tel],
input[type=file], input[type=date], input[type=number] {
  padding: 12px 10px;
  border-radius: 5px;
  line-height: 150%;
  /*border: 1px solid $gray;*/
  background: #fff;
  border: 1px solid #D6E0F1;
  width: 100%;
  max-width: 388px;
  min-height: 50px;
  height: 50px;
  font-size: 14px;
  outline: none !important;
}
input[type=text]:focus, input[type=text]:focus-visible, input[type=password]:focus, input[type=password]:focus-visible, textarea:focus, textarea:focus-visible, select:focus, select:focus-visible, input[type=email]:focus, input[type=email]:focus-visible, input[type=tel]:focus, input[type=tel]:focus-visible,
input[type=file]:focus,
input[type=file]:focus-visible, input[type=date]:focus, input[type=date]:focus-visible, input[type=number]:focus, input[type=number]:focus-visible {
  border-color: #1B3565 !important;
  outline: none !important;
}

input[type=text].input-validation-error, input[type=password].input-validation-error, textarea.input-validation-error, select.input-validation-error, input[type=email].input-validation-error, input[type=tel].input-validation-error,
input[type=file].input-validation-error, input[type=date].input-validation-error, input[type=number].input-validation-error {
  border-color: red;
  outline: none !important;
}

select.placeholder-shown {
  color: #777777 !important;
  font-weight: 400 !important;
}
select.placeholder-shown option {
  color: #233C5F !important;
}
select.placeholder-shown option:first-child {
  color: #777777 !important;
}

textarea {
  resize: none;
  min-height: 85px;
}

a.btns {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  display: inline-block;
  padding: 15px 40px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
}

/*header*/
header {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  height: 130px;
  z-index: 9999;
  background: #fff;
  transition: all ease 0.3s;
  border-bottom: 1px solid #EBEEF0;
}
header.sticky:before {
  background: #fff;
  filter: blur(10px);
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 80px;
  z-index: 10;
}
header .header-top {
  padding: 5px 15px;
  height: calc(100% - 60px);
  position: relative;
  z-index: 999;
}
header .header-top img {
  max-width: 196px;
}
header .header-top .mainMenu {
  display: flex;
  width: 100%;
  margin-right: 15px;
}
header .header-bottom {
  background: #DEE7EB;
  height: 60px;
  padding: 5px 15px;
}
header .wrapper {
  max-width: 1240px;
  margin: 0px auto;
  overflow: hidden;
  padding: 0px 15px;
  max-width: 1365px;
  padding: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*height: 92px;*/
  height: 100%;
  z-index: 11;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 1399.99px) {
  header .wrapper {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1199.99px) {
  header .wrapper {
    max-width: 960px;
  }
}
@media screen and (max-width: 900px) {
  header .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
header .wrapper span.igfr_logo {
  display: block;
  height: 35px;
  width: 260px;
  /*background: url(../images/mainlogo.svg) no-repeat 0% 50%;*/
  background: url(../images/rotary-mainlogo.png) no-repeat 0% 50%;
  background-size: 100%;
}
header .wrapper span.igfr_saflogo {
  display: flex;
  height: 40px;
  width: 140px;
  align-items: center;
  transition: all ease 0.3s;
  /*background: url(../images/SAFGRLogo.png) no-repeat 0% 50%;
  background-image: url('../images/safgrlogo.jpg');
  background-size: auto 33px;*/
}
header .wrapper span.igfr_saflogo img {
  width: 100%;
}
header .wrapper span.igfr-italy-logo {
  width: 100px;
  height: 100px;
  position: absolute;
  left: calc(50% - 47px);
  top: -18px;
  border-radius: 50px;
  overflow: hidden;
  border: 3px solid #DEE6EB;
}
header .wrapper span.igfr-italy-logo img {
  width: 100%;
}
header .wrapper nav ul {
  margin: 0px auto;
  padding: 0px;
  align-items: center;
  display: flex;
}
header .wrapper nav ul li {
  list-style: none;
  font-size: 11px;
  text-transform: uppercase;
}
header .wrapper nav ul li a {
  display: block;
  padding: 10px;
  color: #818D98;
  font-weight: 600;
  font-size: 12px;
  white-space: nowrap;
  /*border-bottom: 2px solid transparent;*/
}
header .wrapper nav ul li a:hover, header .wrapper nav ul li a.active {
  color: #1B3565;
  /*border-color: #1B3565;*/
}
header .wrapper nav ul li a font {
  font-weight: 600;
}
header .wrapper nav ul li.mnu-dropdown {
  position: relative;
  padding-right: 15px;
  /*background: url("../images/select-arrow.png") no-repeat calc(100% - 10px) 50%/11px;*/
}
header .wrapper nav ul li.mnu-dropdown:after {
  content: "";
  position: absolute;
  right: 9px;
  width: 10px;
  height: 10px;
  background: url(../images/owl-arrow.png) no-repeat 50% 50%/8px !important;
  transform: rotate(-90deg);
  top: calc(50% - 7px);
}
header .wrapper nav ul li .submenu {
  display: none;
  position: absolute;
  background: #fff;
  border-radius: 10px;
  box-shadow: 2px 7px 10px 0px rgba(0, 0, 0, 0.14);
  left: -30%;
  z-index: 1;
  top: 100%;
  min-width: 160px;
}
header .wrapper nav ul li:hover .submenu {
  display: block;
}
header .wrapper nav ul li:last-child {
  margin: 0px;
}
@media screen and (max-width: 1399.99px) {
  header .wrapper {
    max-width: 1230px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 1024px) {
  header .wrapper {
    overflow: visible;
  }
  header .wrapper .toggler {
    position: absolute;
    right: 11px;
    top: calc(50% - 5.5px);
    width: 11px;
    height: 11px;
    background: url(../images/menu-toggle.png) no-repeat 50% 50%;
    background-size: 100%;
    transition: ease 0.1s;
  }
  header .wrapper .toggler.active {
    background-image: url("../images/menu-close.png");
  }
  header .wrapper .mainMenu {
    right: -300px;
    transition: all ease 0.5s;
    display: none;
  }
  header .wrapper .mainMenu .submenu {
    position: static;
    box-shadow: none;
    padding: 0px 0px 0px 20px !important;
  }
  header .wrapper .mainMenu.open {
    display: block;
    position: fixed;
    top: 130px;
    right: 0px;
    width: 300px;
    /*background: $menubg;*/
    background: #fff;
    bottom: 0px;
    z-index: 9999;
    height: 100%;
    transition: all ease 0.5s;
    margin-right: 0px;
  }
  header .wrapper .mainMenu.open ul {
    display: block;
    /*padding: 25px 15px 15px;*/
    padding: 15px;
  }
  header .wrapper .mainMenu.open ul li {
    margin: 0px;
  }
  header .wrapper .mainMenu.open ul li a {
    border-bottom: 1px solid #E7EDF2;
    padding: 15px 0px;
  }
  header .wrapper .mainMenu.open ul li a.active, header .wrapper .mainMenu.open ul li a:hover {
    color: #1B3565;
  }
  header .wrapper .mainMenu.open ul li.ms-3 {
    margin-left: 0px !important;
    margin-top: 30px;
  }
  header .wrapper .mainMenu.open ul li.mnu-dropdown {
    background: none;
  }
  header .wrapper .mainMenu.open .nav-register {
    display: block;
    margin: 20px 15px 0px;
    filter: grayscale(100%);
  }
}

.rotary {
  position: fixed;
  right: 0px;
  top: calc(50% - 55px);
  width: 66px;
  height: 111px;
  /*background: $white url(../images/rotary.svg) no-repeat 0% 0%;*/
  background: url("../images/rotary-sticky.png") no-repeat 0% 0%;
  background-size: 100% auto;
  border-radius: 10px 0px 0px 10px;
  overflow: hidden;
  z-index: 99;
}

main {
  height: 100%;
}
main section {
  position: relative;
}
main section span.hd {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 181%;
  letter-spacing: 8px;
  text-transform: uppercase;
  font-family: "Mulish", sans-serif;
  margin: 0px 0px 25px 0px;
  color: #275A9F;
  display: block;
}
main section span.hd font {
  font-weight: 700;
}
main section.igfr_banner {
  /* height: 100%;*/
  /*height: calc(100% - 130px);*/
  background: url(../images/homebanner.png) no-repeat 50% 50%;
  background-size: cover;
  margin-top: 130px;
  height: 606px;
}
main section.igfr_banner .wrapper {
  max-width: 1240px;
  margin: 0px auto;
  overflow: hidden;
  padding: 0px 15px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  flex-direction: column;
}
@media screen and (max-width: 1399.99px) {
  main section.igfr_banner .wrapper {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1199.99px) {
  main section.igfr_banner .wrapper {
    max-width: 960px;
  }
}
@media screen and (max-width: 900px) {
  main section.igfr_banner .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main section.igfr_banner .wrapper h1 {
  margin: 0px 0px 25px 0px;
  font-family: Inter;
  font-size: 61px;
  font-weight: 800;
  line-height: 86.62px;
  text-align: left;
  max-width: 850px;
  color: #fff;
}
main section.igfr_banner .wrapper h1 font {
  font-weight: 800;
}
main section.igfr_banner .wrapper h1 sup {
  font-weight: 900;
}
main section.igfr_banner .wrapper h1 sup font {
  font-weight: 800;
}
main section.igfr_banner .wrapper h2 {
  max-width: 65%;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 181%;
  color: #fff;
  margin: 0px 0px 40px 0px;
  font-family: Inter;
}
main section.igfr_banner .wrapper p a {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  display: inline-block;
  padding: 15px 50px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
}
@media screen and (min-width: 1440px) {
  main section.igfr_banner {
    height: auto;
    padding: 65px 0px;
    margin: 130px 0px 0px 0px;
    min-height: 606px;
    /*height: calc(100% - 130px);
    padding: 160px 0px;
    margin: 130px 0px 0px 0px;
    min-height: 606px;*/
  }
}
main section.igfr_sub_banner {
  margin: 130px 0px 0px 0px;
  position: relative;
  display: flex;
  padding: 60px 0px;
}
@media screen and (min-width: 1440px) {
  main section.igfr_sub_banner {
    min-height: 415px;
  }
}
main section.igfr_sub_banner .wrapper {
  max-width: 1240px;
  margin: 0px auto;
  overflow: hidden;
  padding: 0px 15px;
  /*padding: 100px 0px;*/
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 1399.99px) {
  main section.igfr_sub_banner .wrapper {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1199.99px) {
  main section.igfr_sub_banner .wrapper {
    max-width: 960px;
  }
}
@media screen and (max-width: 900px) {
  main section.igfr_sub_banner .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main section.igfr_sub_banner .wrapper h1 {
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 144%;
  color: #fff;
  margin: 0px 0px 10px 0px;
  font-family: Inter;
  text-align: left;
  max-width: 80%;
}
main section.igfr_sub_banner .wrapper h1 font {
  font-weight: 700;
}
main section.igfr_sub_banner .wrapper h1 sup {
  font-weight: 700;
}
main section.igfr_sub_banner .wrapper p {
  font-family: Inter;
  font-size: 22px;
  font-weight: 400;
  line-height: 39.82px;
  text-align: left;
  color: #fff;
  max-width: 70%;
}
main section.igfr_sub_banner.about {
  background: url(../images/aboutbanner.png) no-repeat 50% 50%;
  background-size: cover;
}
main section.igfr_sub_banner.golfcourses {
  background: url(../images/golfcourses.png) no-repeat 50% 50%;
  background-size: cover;
}
main section.igfr_sub_banner.hotels {
  /*background: url(../images/hotels.png) no-repeat 50% 50%;*/
  background: url(../images/taj_banner.jpg) no-repeat 50% 50%;
  background-size: cover;
}
main section.igfr_sub_banner.thingstodo {
  background: url(../images/thingstodo.png) no-repeat 50% 50%;
  background-size: cover;
}
main section.igfr_sub_banner.committee {
  background: url(../images/committee.png) no-repeat 50% 50%;
  background-size: cover;
}
main section.igfr_sub_banner.terms {
  background: url(../images/terms.png) no-repeat 50% 50%;
  background-size: cover;
}
main section.igfr_sub_banner.Program {
  background: url(../images/Program.png) no-repeat 50% 50%;
  background-size: cover;
}
main section.igfr_sub_banner.program-partner {
  background: url(../images/partnersprogram.png) no-repeat 50% 50%;
  background-size: cover;
}
main section.igfr_sub_banner.partners-banner {
  background: url(../images/partners-banner.png) no-repeat 50% 20%;
  background-size: cover;
}
main section.igfr_sub_banner.registration {
  background: url(../images/registration1.png) no-repeat 50% 50%;
  background-size: cover;
}
main section.igfr_sub_banner.restaurants {
  background: url(../images/restaurants-banner.png) no-repeat 50% 50%;
  background-size: cover;
}
main section.igfr_section2 {
  background: #030314;
  padding: 90px 0px;
}
main section.igfr_section2 .wrapper {
  max-width: 1240px;
  margin: 0px auto;
  overflow: hidden;
  padding: 0px 15px;
  color: #fff;
}
@media screen and (max-width: 1399.99px) {
  main section.igfr_section2 .wrapper {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1199.99px) {
  main section.igfr_section2 .wrapper {
    max-width: 960px;
  }
}
@media screen and (max-width: 900px) {
  main section.igfr_section2 .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main section.igfr_section2 .wrapper h2 {
  font-family: Inter;
  font-size: 26px;
  font-weight: 600;
  line-height: 45.76px;
  text-align: left;
  margin: 0px 0px 35px 0px;
}
main section.igfr_section2 .wrapper h2 font {
  font-weight: 600;
}
main section.igfr_section2 .wrapper h2 span {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 181%;
  letter-spacing: 8px;
  font-family: "Mulish", sans-serif;
  margin: 0px 0px 25px 0px;
  text-transform: uppercase;
}
main section.igfr_section2 .wrapper > ul {
  display: flex;
  margin: 0px;
  padding: 0px;
  justify-content: center;
  align-items: flex-start;
}
main section.igfr_section2 .wrapper > ul > li {
  width: 50%;
  list-style: none;
}
main section.igfr_section2 .wrapper > ul > li p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 181%;
  margin: 0px 0px 20px 0px;
  color: #F2F2F5;
}
main section.igfr_section2 .wrapper > ul > li > ul {
  display: grid;
  grid-gap: 10px;
  padding: 0px;
  margin: 0px;
}
main section.igfr_section2 .wrapper > ul > li > ul li {
  width: 100%;
  list-style: none;
}
main section.igfr_section2 .wrapper > ul > li > ul li img {
  /*filter: grayscale(100%);*/
  width: 100%;
}
main section.igfr_section2 .wrapper > ul > li > ul li:nth-child(1) {
  grid-area: 1/1/2/1;
}
main section.igfr_section2 .wrapper > ul > li > ul li:nth-child(2) {
  grid-area: 2/1/4/2;
}
main section.igfr_section2 .wrapper > ul > li > ul li:nth-child(3) {
  grid-area: 1/2/3/3;
}
main section.igfr_section2 .wrapper > ul > li > ul li:nth-child(4) {
  grid-area: 3/2/4/3;
}
main section.igfr_section2 .wrapper > ul > li:nth-child(2) {
  padding-left: 30px;
}
@media screen and (max-width: 900px) {
  main section.igfr_section2 .wrapper > ul {
    display: block;
  }
  main section.igfr_section2 .wrapper > ul > li {
    width: 100%;
    padding: 20px 0px;
  }
}
main section.igfr_section3 {
  padding: 60px 0px;
  background: #fff;
}
main section.igfr_section3 .wrapper {
  max-width: 1240px;
  margin: 0px auto;
  overflow: hidden;
  padding: 0px 15px;
}
@media screen and (max-width: 1399.99px) {
  main section.igfr_section3 .wrapper {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1199.99px) {
  main section.igfr_section3 .wrapper {
    max-width: 960px;
  }
}
@media screen and (max-width: 900px) {
  main section.igfr_section3 .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main section.igfr_section3 .wrapper h2 {
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 176%;
  color: #3A3A3C;
  margin: 0px 0px 40px 0px;
  max-width: 60%;
}
main section.igfr_section3 .wrapper ul {
  border-radius: 5px;
  border: 1px solid #EBEEF0;
  background: #FFF;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
main section.igfr_section3 .wrapper ul li {
  list-style: none;
  width: 50%;
}
main section.igfr_section3 .wrapper ul li img {
  width: 100%;
}
main section.igfr_section3 .wrapper ul li:nth-child(2) {
  padding: 20px 0px 0px 30px;
}
main section.igfr_section3 .wrapper ul li:nth-child(2) h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  color: #030314;
}
main section.igfr_section3 .wrapper ul li:nth-child(2) p {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
main section.igfr_section3 .wrapper ul li:nth-child(2) p.social {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  display: flex;
}
main section.igfr_section3 .wrapper ul li:nth-child(2) p.social span {
  display: block;
  padding: 5px 20px 5px 20px;
}
main section.igfr_section3 .wrapper ul li:nth-child(2) p.social span.phone {
  background: url(../images/phone.svg) no-repeat 0% 50%;
  background-size: 16px;
}
main section.igfr_section3 .wrapper ul li:nth-child(2) p.social span.mail {
  background: url(../images/mail.svg) no-repeat 0% 50%;
  background-size: 16px;
}
main section.igfr_section3 .wrapper ul li:nth-child(2) p a {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 18px */
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #275A9F;
}
main section.igfr_section4 {
  padding: 100px 0px;
  background: linear-gradient(180deg, rgba(169, 197, 235, 0) 13.86%, rgba(234, 237, 248, 0.6) 172.91%);
}
main section.igfr_section4 .wrapper {
  max-width: 1240px;
  margin: 0px auto;
  overflow: hidden;
  padding: 0px 15px;
}
@media screen and (max-width: 1399.99px) {
  main section.igfr_section4 .wrapper {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1199.99px) {
  main section.igfr_section4 .wrapper {
    max-width: 960px;
  }
}
@media screen and (max-width: 900px) {
  main section.igfr_section4 .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main section.igfr_section4 .wrapper h2 {
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 176%;
  color: #3A3A3C;
  margin: 0px 0px 20px 0px;
  max-width: 60%;
}
main section.igfr_section4 .wrapper ul.golfcourse {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  padding: 0px;
  margin: 10px 0px;
}
main section.igfr_section4 .wrapper ul.golfcourse li {
  list-style: none;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #EBEEF0;
}
main section.igfr_section4 .wrapper ul.golfcourse li span {
  display: block;
}
main section.igfr_section4 .wrapper ul.golfcourse li span img {
  width: 100%;
}
main section.igfr_section4 .wrapper ul.golfcourse li h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  color: #030314;
  margin: 30px 0px 10px 0px;
}
main section.igfr_section4 .wrapper ul.golfcourse li h3 font {
  font-weight: 700;
}
main section.igfr_section4 .wrapper ul.golfcourse li p {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 500;
  line-height: 25.34px;
  text-align: left;
}
@media screen and (max-width: 900px) {
  main section.igfr_section4 .wrapper ul.golfcourse {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  main section.igfr_section4 .wrapper ul.golfcourse {
    grid-template-columns: repeat(1, 1fr);
  }
}
main section.igfr_section4 .wrapper ul.committee {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(5, 1fr);
  padding: 0px;
  margin: 10px 0px;
}
main section.igfr_section4 .wrapper ul.committee li {
  list-style: none;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #EBEEF0;
}
main section.igfr_section4 .wrapper ul.committee li span.img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0px 10px 0px;
}
main section.igfr_section4 .wrapper ul.committee li span.img img {
  width: 100%;
  max-width: 170px;
}
main section.igfr_section4 .wrapper ul.committee li h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 176%;
  color: #030314;
  margin: 0px 0px 5px 0px;
}
main section.igfr_section4 .wrapper ul.committee li h3 span {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 143%;
  display: block;
  color: #124981;
}
main section.igfr_section4 .wrapper ul.committee li p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 181%;
  color: #030314;
}
main section.igfr_section5 {
  padding: 80px 0px;
}
main section.igfr_section5 .wrapper {
  max-width: 1240px;
  margin: 0px auto;
  overflow: hidden;
  padding: 0px 15px;
}
@media screen and (max-width: 1399.99px) {
  main section.igfr_section5 .wrapper {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1199.99px) {
  main section.igfr_section5 .wrapper {
    max-width: 960px;
  }
}
@media screen and (max-width: 900px) {
  main section.igfr_section5 .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main section.igfr_section5 .wrapper h2 {
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 176%;
  color: #3A3A3C;
  margin: 0px 0px 20px 0px;
  max-width: 60%;
}
main section.igfr_section5 .wrapper h2 font {
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  main section.igfr_section5 .wrapper h2 {
    max-width: 100%;
  }
}
main section.igfr_section5 .wrapper ul {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  padding: 0px;
  margin: 10px 0px;
}
main section.igfr_section5 .wrapper ul li {
  list-style: none;
  border-radius: 5px;
  /*border: 1px solid $bd1;*/
}
main section.igfr_section5 .wrapper ul li span {
  display: block;
}
main section.igfr_section5 .wrapper ul li span img {
  width: 100%;
  border-radius: 5px 5px 0px 0px;
}
main section.igfr_section5 .wrapper ul li h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /*color: $bg1;*/
  color: #fff;
  margin: 0;
  background: #275A9F;
  padding: 18px;
  border-radius: 0px 0px 5px 5px;
  margin-top: -2px;
}
main section.igfr_section5 .wrapper ul li h3 font {
  font-weight: 700;
}
main section.igfr_section5 .wrapper ul li p {
  display: none;
}
@media screen and (max-width: 900px) {
  main section.igfr_section5 .wrapper ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  main section.igfr_section5 .wrapper ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
main section.igfr_section5.thingstodo {
  background: linear-gradient(180deg, rgba(234, 237, 248, 0.6) 13.86%, rgba(169, 197, 235, 0) 172.91%);
}
main section.igfr_section6 {
  padding-bottom: 110px;
}
main section.igfr_section6 .wrapper {
  max-width: 1240px;
  margin: 0px auto;
  overflow: hidden;
  padding: 0px 15px;
}
@media screen and (max-width: 1399.99px) {
  main section.igfr_section6 .wrapper {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1199.99px) {
  main section.igfr_section6 .wrapper {
    max-width: 960px;
  }
}
@media screen and (max-width: 900px) {
  main section.igfr_section6 .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main section.igfr_section6 .wrapper h2 {
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 176%;
  color: #3A3A3C;
  margin: 0px 0px 20px 0px;
  max-width: 60%;
}
@media screen and (max-width: 900px) {
  main section.igfr_section6 .wrapper img {
    width: 100%;
  }
}
main section.igfr_section6 .home-hotel {
  border: 1px solid #EBEEF0;
  padding: 20px;
}
main section.igfr_section6 .home-hotel .hotel-detail {
  padding: 10px 30px;
}
main section.igfr_section6 .home-hotel .hotel-detail h2 {
  color: #030314;
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  max-width: 100%;
}
main section.igfr_section6 .home-hotel .hotel-detail h3 {
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}
main section.igfr_section6 .home-hotel .hotel-detail .taj-contact {
  margin-top: 20px;
}
main section.igfr_section6 .home-hotel .hotel-detail .taj-contact .span_mob {
  padding: 5px 0px 5px 20px;
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  background: url("../images/icon-phone.png") no-repeat 0% 50%/14px;
}
main section.igfr_section6 .home-hotel .hotel-detail .taj-contact .span_mob a {
  border-bottom: 0;
  color: #275A9F;
  margin-top: 0;
}
main section.igfr_section6 .home-hotel .hotel-detail .taj-contact.emaillink .a_mail {
  color: #275A9F;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 0px 5px 20px;
  border: 0px;
  display: block;
  text-transform: inherit;
  margin: 0px;
}
main section.igfr_section6 .home-hotel .hotel-detail .taj-contact .a_mail {
  background: url("../images/icon-email.png") no-repeat 0% 50%/14px;
}
main section.igfr_section6 .home-hotel .hotel-detail a.book-now {
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  text-align: left;
  color: #275A9F;
  margin-top: 30px;
  border-bottom: 1px solid #275A9F;
  padding-bottom: 3px;
  text-transform: uppercase;
}
main section.igfr_section6 .home-hotel .hotel-detail p {
  color: #A9AFBB;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  margin-top: 20px;
}
main section.igfr_about2 {
  padding: 100px 0px;
  background: #030314;
}
main section.igfr_about2 .wrapper {
  max-width: 1240px;
  margin: 0px auto;
  overflow: hidden;
  padding: 0px 15px;
}
@media screen and (max-width: 1399.99px) {
  main section.igfr_about2 .wrapper {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1199.99px) {
  main section.igfr_about2 .wrapper {
    max-width: 960px;
  }
}
@media screen and (max-width: 900px) {
  main section.igfr_about2 .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main section.igfr_about2 .wrapper * {
  color: #fff;
}
main section.igfr_about2 .wrapper p {
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 176%;
  margin: 30px 0px 0px 0px;
}
main section.igfr_about3 {
  padding: 60px 0px 75px;
}
main section.igfr_about3 .wrapper {
  max-width: 1240px;
  margin: 0px auto;
  overflow: hidden;
  padding: 0px 15px;
}
@media screen and (max-width: 1399.99px) {
  main section.igfr_about3 .wrapper {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1199.99px) {
  main section.igfr_about3 .wrapper {
    max-width: 960px;
  }
}
@media screen and (max-width: 900px) {
  main section.igfr_about3 .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main section.igfr_about3 .wrapper > ul {
  margin: 0px;
  padding: 0px;
}
main section.igfr_about3 .wrapper > ul > li {
  list-style: none;
  padding: 30px 0px;
  border-bottom: 1px solid #EBEEF0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
main section.igfr_about3 .wrapper > ul > li span {
  width: 35%;
}
main section.igfr_about3 .wrapper > ul > li span img {
  width: 100%;
}
main section.igfr_about3 .wrapper > ul > li div {
  padding: 0px 0px 0px 30px;
  width: 65%;
}
main section.igfr_about3 .wrapper > ul > li div h3 {
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 176%;
  color: #030314;
}
main section.igfr_about3 .wrapper > ul > li div h3 font {
  font-weight: 600;
}
main section.igfr_about3 .wrapper > ul > li div ul {
  margin: 0px;
  padding: 30px 0px;
}
main section.igfr_about3 .wrapper > ul > li div ul li {
  list-style: none;
  padding: 5px 0px 5px 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  color: #030314;
}
main section.igfr_about3 .wrapper > ul > li div p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 181%;
  color: #030314;
  margin: 0px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 28.96px;
  text-align: left;
  max-width: 690px;
}
@media screen and (max-width: 767px) {
  main section.igfr_about3 .wrapper > ul > li {
    display: block;
  }
  main section.igfr_about3 .wrapper > ul > li span, main section.igfr_about3 .wrapper > ul > li div {
    width: 100%;
  }
}
main section.restaurants-images {
  padding: 80px 0px;
  position: relative;
}
main section.restaurants-images:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 61%;
  background: #030314;
  z-index: 1;
}
main section.restaurants-images .wrapper {
  max-width: 1240px;
  margin: 0px auto;
  overflow: hidden;
  padding: 0px 15px;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 1399.99px) {
  main section.restaurants-images .wrapper {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1199.99px) {
  main section.restaurants-images .wrapper {
    max-width: 960px;
  }
}
@media screen and (max-width: 900px) {
  main section.restaurants-images .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main section.restaurants-images .wrapper p {
  color: #fff;
}
main section.restaurants-images .wrapper p {
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 176%;
  margin: 30px 0px 0px 0px;
}
main section.igfr_golfcourses {
  padding: 60px 0px;
}
main section.igfr_golfcourses .wrapper {
  max-width: 1240px;
  margin: 0px auto;
  overflow: hidden;
  padding: 0px 15px;
}
@media screen and (max-width: 1399.99px) {
  main section.igfr_golfcourses .wrapper {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1199.99px) {
  main section.igfr_golfcourses .wrapper {
    max-width: 960px;
  }
}
@media screen and (max-width: 900px) {
  main section.igfr_golfcourses .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main section.igfr_golfcourses .wrapper ul {
  margin: 0px;
  padding: 0px;
}
main section.igfr_golfcourses .wrapper ul li {
  list-style: none;
  background: #FAFAFC;
  margin: 0px 0px 60px 0px;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 10px;
}
main section.igfr_golfcourses .wrapper ul li:last-child {
  margin-bottom: 30px;
}
main section.igfr_golfcourses .wrapper ul li span {
  width: 45%;
}
main section.igfr_golfcourses .wrapper ul li span img {
  width: 100%;
}
main section.igfr_golfcourses .wrapper ul li div {
  width: calc(55% - 40px);
}
main section.igfr_golfcourses .wrapper ul li div h3 {
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 176%;
  color: #030314;
  margin: 0px 0px 20px 0px;
}
main section.igfr_golfcourses .wrapper ul li div h3 font {
  font-weight: 600;
}
main section.igfr_golfcourses .wrapper ul li div h3 a {
  color: #030314;
  text-decoration: none;
  font-weight: 600;
}
main section.igfr_golfcourses .wrapper ul li div h3 a font {
  font-weight: 600;
}
main section.igfr_golfcourses .wrapper ul li div p {
  font-family: Mulish;
  font-size: 16px;
  font-weight: 500;
  line-height: 28.96px;
  text-align: left;
  color: #030314;
}
main section.igfr_golfcourses .wrapper ul li div p a {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 290%;
  text-decoration-line: underline;
  font-family: "Mulish", sans-serif;
  color: #275A9F;
  margin-top: -5px;
}
main section.igfr_golfcourses .wrapper ul li div p a font {
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  main section.igfr_golfcourses .wrapper ul li {
    display: block;
  }
  main section.igfr_golfcourses .wrapper ul li span, main section.igfr_golfcourses .wrapper ul li div {
    width: 100%;
    display: block;
  }
}
main section.igfr_hotels {
  padding: 80px 0px;
}
main section.igfr_hotels .wrapper {
  max-width: 1240px;
  margin: 0px auto;
  overflow: hidden;
  padding: 0px 15px;
}
@media screen and (max-width: 1399.99px) {
  main section.igfr_hotels .wrapper {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1199.99px) {
  main section.igfr_hotels .wrapper {
    max-width: 960px;
  }
}
@media screen and (max-width: 900px) {
  main section.igfr_hotels .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main section.igfr_hotels .wrapper ul {
  margin: 0px;
  padding: 0px;
}
main section.igfr_hotels .wrapper ul.htlist {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px;
  background: #FAFAFC;
  margin: 0px 0px 60px 0px;
}
main section.igfr_hotels .wrapper ul.htlist li {
  list-style: none;
  width: 50%;
}
main section.igfr_hotels .wrapper ul.htlist li img {
  width: 100%;
}
main section.igfr_hotels .wrapper ul.htlist li:nth-child(2) {
  padding: 20px 20px 20px 40px;
}
main section.igfr_hotels .wrapper ul.htlist li:nth-child(2) h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  color: #030314;
}
main section.igfr_hotels .wrapper ul.htlist li:nth-child(2) p {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  color: #030314;
}
main section.igfr_hotels .wrapper ul.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
main section.igfr_hotels .wrapper ul.gallery li {
  list-style: none;
}
main section.igfr_hotels .wrapper ul.gallery li img {
  width: 100%;
}
main section.igfr_hotels .wrapper h4 {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 176%;
  margin: 0px 0px 20px 0px;
}
main section.igfr_hotels .wrapper h2 {
  color: #3A3A3C;
  font-family: Inter;
  font-size: 26px;
  font-weight: 600;
  line-height: 45.76px;
  margin-bottom: 15px;
}
main section.igfr_hotels .wrapper p {
  font-family: Mulish;
  font-size: 16px;
  font-weight: 500;
  line-height: 28.16px;
  color: #3A3A3C;
}
main section.igfr_hotels .wrapper .taj-address {
  background: #FAFAFC;
  padding: 30px;
  border-radius: 6px;
}
main section.igfr_hotels .wrapper .taj-address span {
  padding: 5px 0px 5px 20px;
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
}
main section.igfr_hotels .wrapper .taj-address span.address {
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  line-height: 38px;
  background: url("../images/icon-map-pin.png") no-repeat 0% 17px/14px;
}
main section.igfr_hotels .wrapper .taj-address span:nth-child(2) {
  margin-right: 40px;
  background: url("../images/icon-phone.png") no-repeat 0% 50%/14px;
}
main section.igfr_hotels .wrapper .taj-address span:nth-child(3) {
  background: url("../images/icon-email.png") no-repeat 0% 50%/14px;
  word-wrap: break-word;
}
main section.igfr_hotels .wrapper .taj-address a {
  border-radius: 3px;
  text-transform: uppercase;
  border: 1px solid #275A9F;
  padding: 10px 40px;
  color: #275A9F;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  Width: 199px;
  Height: 42px;
  align-items: center;
  justify-content: center;
  display: flex;
}
main section.igfr_hotels .wrapper .taj-address a.email {
  width: auto;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  height: auto;
  display: block;
  background: url("../images/icon-email.png") no-repeat 0% 50%/14px;
  padding: 0px 0px 0px 20px;
  margin: 0px 0px 20px 0px;
  border: 0px;
  text-transform: inherit;
}
main section.igfr_hotels .wrapper .taj-address p.special {
  color: #A9AFBB;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  margin-top: 20px;
}
main section.igfr_thingstodo2 {
  padding: 90px 0px;
}
main section.igfr_thingstodo2:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 60%;
  background: #030314;
  z-index: 1;
}
main section.igfr_thingstodo2 .wrapper {
  max-width: 1240px;
  margin: 0px auto;
  overflow: hidden;
  padding: 0px 15px;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 1399.99px) {
  main section.igfr_thingstodo2 .wrapper {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1199.99px) {
  main section.igfr_thingstodo2 .wrapper {
    max-width: 960px;
  }
}
@media screen and (max-width: 900px) {
  main section.igfr_thingstodo2 .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main section.igfr_thingstodo2 .wrapper > p {
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 176%;
  color: #fff;
}
main section.igfr_thingstodo2 .wrapper ul {
  margin: 0px;
  padding: 30px 0px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
main section.igfr_thingstodo2 .wrapper ul li {
  list-style: none;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #EBEEF0;
  padding: 10px;
}
main section.igfr_thingstodo2 .wrapper ul li p {
  margin: 0px 0px 20px 0px;
}
main section.igfr_thingstodo2 .wrapper ul li p img {
  width: 100%;
}
main section.igfr_thingstodo2 .wrapper ul li h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  color: #030314;
  padding: 20px 0px;
}
main section.igfr_bluestrip {
  background: #275A9F;
}
main section.igfr_bluestrip .wrapper {
  max-width: 1240px;
  margin: 0px auto;
  overflow: hidden;
  padding: 0px 15px;
  padding: 30px 0px;
}
@media screen and (max-width: 1399.99px) {
  main section.igfr_bluestrip .wrapper {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1199.99px) {
  main section.igfr_bluestrip .wrapper {
    max-width: 960px;
  }
}
@media screen and (max-width: 900px) {
  main section.igfr_bluestrip .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main section.igfr_bluestrip .wrapper * {
  color: #fff;
}
main section.igfr_bluestrip .wrapper h3 {
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 176%;
}
main section.igfr_blackstrip {
  background: #030314;
}
main section.igfr_blackstrip .wrapper {
  max-width: 1240px;
  margin: 0px auto;
  overflow: hidden;
  padding: 0px 15px;
  max-width: 1100px;
  background: url(../images/blackstrip.png) no-repeat 100% 50%;
  background-size: auto 100%;
  padding: 60px 15px;
}
@media screen and (max-width: 1399.99px) {
  main section.igfr_blackstrip .wrapper {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1199.99px) {
  main section.igfr_blackstrip .wrapper {
    max-width: 960px;
  }
}
@media screen and (max-width: 900px) {
  main section.igfr_blackstrip .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main section.igfr_blackstrip .wrapper * {
  color: #fff;
}
main section.igfr_blackstrip .wrapper h3 {
  font-style: normal;
  line-height: 176%;
  margin: 30px 0px;
  /*max-width: 70%;*/
  font-family: Inter;
  font-size: 29px;
  font-weight: 600;
  line-height: 43.5px;
  text-align: left;
}
main section.igfr_blackstrip .wrapper h3 font {
  font-weight: 600;
}
main section.igfr_blackstrip a.btns {
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 153px;
  height: 42px;
  gap: 0px;
  border-radius: 3px;
}
main section.igfr_terms {
  padding: 80px 0px;
}
main section.igfr_terms .wrapper {
  max-width: 1240px;
  margin: 0px auto;
  overflow: hidden;
  padding: 0px 15px;
  max-width: 1134px;
}
@media screen and (max-width: 1399.99px) {
  main section.igfr_terms .wrapper {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1199.99px) {
  main section.igfr_terms .wrapper {
    max-width: 960px;
  }
}
@media screen and (max-width: 900px) {
  main section.igfr_terms .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main section.igfr_terms .wrapper .msg {
  border-radius: 4px;
  border: 2px dashed #91B2DE;
  background: #F6FBFF;
  padding: 20px;
  margin: 0px 0px 20px 0px;
}
main section.igfr_terms .wrapper .msg h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 176%;
  color: #3A3A3C;
}
main section.igfr_terms .wrapper .msg h4 font {
  font-weight: 600;
}
main section.igfr_terms .wrapper .msg p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 176%;
  color: #445174;
}
main section.igfr_terms .wrapper .msg p font {
  font-weight: 500;
}
main section.igfr_terms .wrapper .msg p a {
  color: #295ca0;
  text-decoration: underline;
  font-weight: 600;
}
main section.igfr_terms .wrapper .msg p a font {
  font-weight: 600;
}
main section.igfr_terms .wrapper h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 176%;
  margin: 0px;
  color: #3A3A3C;
}
main section.igfr_terms .wrapper h2 font {
  font-weight: 600;
}
main section.igfr_terms .wrapper h2.hd {
  font-weight: 800;
  text-transform: uppercase;
}
main section.igfr_terms .wrapper h2.hd font {
  font-weight: 800;
}
main section.igfr_terms .wrapper h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 176%;
  color: #3A3A3C;
}
main section.igfr_terms .wrapper h3 font {
  font-weight: 600;
}
main section.igfr_terms .wrapper p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 176%;
  margin: 0px 0px 40px 0px;
  color: #445174;
}
main section.igfr_terms .wrapper p font {
  font-weight: 500;
}
main section.igfr_terms .wrapper ul {
  margin: 10px 0px;
  padding: 0px;
}
main section.igfr_terms .wrapper ul li {
  list-style: disc;
  margin: 0px 0px 10px 40px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 176%;
  padding: 0px;
  color: #445174;
}
main section.igfr_terms .wrapper ul li font {
  font-weight: 500;
}
main section.igfr_terms.policy .wrapper p {
  margin: 0px 0px 10px 0px;
}
main section.igfr_prgschedule {
  padding: 80px 0px;
}
main section.igfr_prgschedule .wrapper {
  max-width: 1240px;
  margin: 0px auto;
  overflow: hidden;
  padding: 0px 15px;
}
@media screen and (max-width: 1399.99px) {
  main section.igfr_prgschedule .wrapper {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1199.99px) {
  main section.igfr_prgschedule .wrapper {
    max-width: 960px;
  }
}
@media screen and (max-width: 900px) {
  main section.igfr_prgschedule .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main section.igfr_prgschedule .wrapper h2 {
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 176%;
  color: #3A3A3C;
  margin: 0px 0px 40px 0px;
  max-width: 60%;
}
main section.igfr_prgschedule .wrapper h2 font {
  font-weight: 600;
}
main section.igfr_prgschedule .wrapper .carousel .carousel-inner {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #E7EDF2;
  background: #FFF;
}
main section.igfr_prgschedule .wrapper .carousel .carousel-inner .carousel-item .container {
  padding: 0px;
  max-width: 100% !important;
}
main section.igfr_prgschedule .wrapper .carousel .carousel-inner .carousel-item .container > ul {
  /*&.schedule {
      margin: 0px;
      display: grid;
      grid-template-columns: repeat(5,1fr);
      padding: 0px;

      > li {
          list-style: none;

          h3 {
              font-size: 22px;
              font-style: normal;
              font-weight: 700;
              line-height: normal;
              color: $tx2;
              text-align: center;
              padding: 10px 0px;

              span {
                  display: block;
                  font-size: 16px;
                  font-style: normal;
                  font-weight: 600;
                  line-height: normal;*/
  /*color: $tx7;*/
  /*color: #000;
              }
          }

          > ul {
              margin: 0px;
              padding: 0px 15px;

              li {
                  list-style: none;

                  h4 {
                      font-size: 12px;
                      font-style: normal;
                      font-weight: 700;
                      line-height: normal;
                      color: $tx8;
                      margin: 0px 0px 10px 0px;
                  }

                  p {
                      font-size: 14px;
                      font-style: normal;
                      font-weight: 600;
                      line-height: 23px;
                      padding: 20px;
                      border-radius: 6px;
                      margin: 0px 0px 10px 0px;

                      b {
                          font-weight: 800;
                          line-height: 23px;
                      }

                      &.golfday-text {
                          width: 10px;
                          word-wrap: break-word;
                          text-align: center;
                          padding: 0px;
                          font-weight: 600;
                          text-transform: uppercase;
                          font-size: 16px;
                          line-height: 130%;
                      }
                  }
              }
          }

          &:nth-child(1) {
              p {
                  background: $bg7;
              }
          }

          &:nth-child(2) {
              p {
                  background: $bg8;
              }
          }

          &:nth-child(3) {
              p {
                  background: $bg9;
              }
          }

          &:nth-child(4) {
              p {
                  background: $bg10;
              }
          }

          &:nth-child(5) {


              ul {
                  height: calc(100% - 120px);

                  li {
                      background: $bg11;
                      border-radius: 6px;
                      height: 100%;
                      display: flex;
                      justify-content: center;
                      align-items: center;
                  }
              }
          }

          &:nth-child(6) {
              grid-area: 2 /1 / 2 / 6;
              padding: 40px 0px 0px 0px;

              p {
                  span {
                      display: block;
                      margin: 0px 0px 10px 0px;
                      font-size: 13px;
                      font-style: normal;
                      font-weight: 500;
                      line-height: 142%;
                      color: $bg2;
                  }
              }
          }

          &.eight-november-program {

              > ul {
                  height: calc(100% - 120px);

                  li {
                      border-radius: 6px;
                      height: 100%;
                      display: flex;
                      justify-content: center;
                      flex-direction: column;

                      ul {
                          background: $bg11;
                          height: 100%;

                          li p {
                              background: none !important;
                              font-weight: 700;
                          }
                      }
                  }
              }
          }
      }
  }*/
}
main section.igfr_prgschedule .wrapper .carousel .carousel-control-prev, main section.igfr_prgschedule .wrapper .carousel .carousel-control-next {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
}
main section.igfr_prgschedule .wrapper .carousel .carousel-control-prev *, main section.igfr_prgschedule .wrapper .carousel .carousel-control-next * {
  color: #EBEEF0 !important;
}
main section.igfr_prgschedule .wrapper .carousel .carousel-control-next {
  left: inherit;
  right: 10px;
}
main section.igfr_form {
  padding: 40px 0px 0px;
  max-width: 840px;
  margin: 0px auto;
  min-height: 500px;
}
main section.igfr_form .wrapper {
  max-width: 1240px;
  margin: 0px auto;
  overflow: hidden;
  padding: 0px 15px;
  position: relative;
}
@media screen and (max-width: 1399.99px) {
  main section.igfr_form .wrapper {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1199.99px) {
  main section.igfr_form .wrapper {
    max-width: 960px;
  }
}
@media screen and (max-width: 900px) {
  main section.igfr_form .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main section.igfr_form .wrapper h2 {
  margin: 0px 0px 30px 0px;
  max-width: 60%;
  font-family: Inter;
  font-size: 22px;
  font-weight: 700;
  line-height: 38.72px;
  text-align: left;
  color: #3A3A3C;
}
main section.igfr_form .wrapper h2 font {
  font-weight: 700;
}
main section.igfr_form .wrapper h3 {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  text-align: left;
  color: #233C5F;
  margin-bottom: 0.5rem !important;
}
main section.igfr_form .wrapper h3 font {
  font-weight: 500;
}
main section.igfr_form .wrapper .terms-condition {
  margin-top: 50px;
}
main section.igfr_form .wrapper .terms-condition h2 {
  font-family: Mulish;
  font-size: 18px;
  font-weight: 600;
  line-height: 25.2px;
  text-align: left;
  color: #000;
}
main section.igfr_form .wrapper .terms-condition h2 font {
  font-weight: 600;
}
main section.igfr_form .wrapper .terms-condition .custom-checkbox {
  display: flex;
  align-items: center;
  margin: 0px;
  height: 25px;
}
main section.igfr_form .wrapper .terms-condition .custom-checkbox span {
  font-family: Inter;
  font-size: 12px;
  font-weight: 600;
  line-height: 19px;
  text-align: left;
}
main section.igfr_form .wrapper .terms-condition .custom-checkbox span font {
  font-weight: 600;
}
main section.igfr_form .wrapper .terms-condition .custom-checkbox span a {
  color: #275A9F;
  text-decoration: underline;
  font-family: Inter;
  font-size: 12px;
  font-weight: 700;
  line-height: 19px;
  text-align: left;
}
main section.igfr_form .wrapper .terms-condition .custom-checkbox span a font {
  font-weight: 700;
}
main section.igfr_form ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
}
main section.igfr_form ul li {
  display: flex;
  flex-direction: column;
  list-style: none;
  width: 48%;
  max-width: 390px;
  margin-bottom: 25px;
}
main section.igfr_form ul li label {
  margin-bottom: 10px;
  color: #233C5F;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 19px;
  text-align: left;
}
main section.igfr_form ul li label font {
  font-weight: 500;
}
main section.igfr_form ul li input[type=text] {
  width: 100%;
  max-width: 388px;
  transition: ease 0.5s;
}
main section.igfr_form ul li input[type=text]:focus, main section.igfr_form ul li input[type=text]:focus-visible {
  border-color: #17458f;
  outline: #17458f;
}
main section.igfr_form ul.column-three li {
  width: 31%;
}
main section.igfr_restaurantlisting {
  padding: 80px 0px;
}
main section.igfr_restaurantlisting .wrapper {
  max-width: 1240px;
  margin: 0px auto;
  overflow: hidden;
  padding: 0px 15px;
}
@media screen and (max-width: 1399.99px) {
  main section.igfr_restaurantlisting .wrapper {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1199.99px) {
  main section.igfr_restaurantlisting .wrapper {
    max-width: 960px;
  }
}
@media screen and (max-width: 900px) {
  main section.igfr_restaurantlisting .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main section.igfr_restaurantlisting .wrapper p {
  font-size: 26px;
  line-height: 45px;
  font-weight: 600;
  color: #3A3A3C;
  max-width: 90%;
  max-width: 90%;
}
main section.igfr_restaurantlisting .wrapper p font {
  font-weight: 600;
}
main section.igfr_restaurantlisting .wrapper table {
  margin: 30px 0px 0px;
  padding: 0px;
  border-collapse: collapse;
  border-top: 1px solid #E7EDF2;
  border-left: 1px solid #E7EDF2;
}
main section.igfr_restaurantlisting .wrapper table tr th {
  font-weight: 600;
  padding: 35px 13px;
  border-bottom: 1px solid #E7EDF2;
  border-right: 1px solid #E7EDF2;
  background: #FAFAFC;
  font-size: 22px;
  color: #275A9F;
}
main section.igfr_restaurantlisting .wrapper table tr th font {
  font-weight: 600;
}
main section.igfr_restaurantlisting .wrapper table tr td {
  font-weight: 500;
  padding: 25px 13px;
  border-bottom: 1px solid #E7EDF2;
  border-right: 1px solid #E7EDF2;
  font-size: 14px;
  line-height: 150%;
  color: #3A3A3C;
}
main section.igfr_restaurantlisting .wrapper table tr td font {
  font-weight: 500;
}
main section.igfr_restaurantlisting .wrapper table tr td span.link {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 0px 0px 5px;
}
main section.igfr_restaurantlisting .wrapper table tr td span.link a {
  width: 16px;
  height: 16px;
  background: url(../images/link.svg) no-repeat 50% 50%;
  background-size: 16px auto;
  display: block;
}
main section.igfr_restaurantlisting .wrapper table tr td span.time {
  display: block;
  margin-bottom: 10px;
  color: #3A3A3C;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
}
main section.igfr_restaurantlisting .wrapper table tr td span.time:last-child {
  margin: 0px;
}
main section.igfr_restaurantlisting .wrapper table tr td:first-child {
  font-weight: 600;
}
main section.igfr_restaurantlisting .wrapper table tr td:first-child font {
  font-weight: 600;
}
main section.igfr_restaurantlisting .wrapper table tr:nth-child(odd) td {
  background: #F0F4F7;
}
main section.igfr_payment {
  margin-top: 130px;
}
main section.igfr_payment .wrapper {
  max-width: 1240px;
  margin: 0px auto;
  overflow: hidden;
  padding: 0px 15px;
  padding: 40px 0px;
}
@media screen and (max-width: 1399.99px) {
  main section.igfr_payment .wrapper {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1199.99px) {
  main section.igfr_payment .wrapper {
    max-width: 960px;
  }
}
@media screen and (max-width: 900px) {
  main section.igfr_payment .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main section.igfr_payment .wrapper .confrm_msg {
  background: #F2F2F5;
  border-radius: 6px;
  position: relative;
  padding: 15px 10px 10px 10px;
}
main section.igfr_payment .wrapper .confrm_msg .registration-summary {
  padding: 0px 75px 30px 160px;
}
main section.igfr_payment .wrapper .confrm_msg a.edit {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  background: #fff;
  color: #124981;
  border: 1px solid #124981;
  text-transform: uppercase;
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
}
main section.igfr_payment .wrapper .confrm_msg span.logo {
  position: absolute;
  width: 130px;
  height: 135px;
  border-radius: 6px;
  top: 20px;
  left: 10px;
  background: #fff url(../images/rotary-sticky.png) no-repeat 50% 50%;
  background-size: auto 120px;
}
main section.igfr_payment .wrapper .confrm_msg h3 {
  color: #3A3A3C;
  font-size: 26px;
  line-height: 145%;
  font-weight: 600;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
}
main section.igfr_payment .wrapper .confrm_msg h4 {
  color: #3A3A3C;
  font-size: 18px;
  line-height: 145%;
  font-weight: 600;
  margin: 0px 0px 10px 0px;
}
main section.igfr_payment .wrapper .confrm_msg h5 {
  color: #3A3A3C;
  font-size: 15px;
  line-height: 145%;
  font-weight: 600;
  margin-bottom: 5px;
}
main section.igfr_payment .wrapper .confrm_msg p.ttl {
  color: #3A3A3C;
  font-size: 16px;
  line-height: 145%;
  font-weight: 600;
  border-top: 1px dotted #000;
  padding: 10px 0px 0px 0px;
  margin: 10px 0px 0px 0px;
}
main section.igfr_payment .wrapper .confrm_msg p.ttl label {
  color: #275A9F;
  font-weight: 600;
}
main section.igfr_payment .wrapper .confrm_msg p.ttl span {
  color: #233C5F;
  display: block;
  font-size: 12px;
  line-height: 19px;
}
main section.igfr_payment .wrapper .confrm_msg .unique-registration-number {
  background: #F6FBFF;
  border: 1px solid rgba(145, 178, 222, 0.2);
  padding: 10px 30px;
  border-radius: 5px;
}
main section.igfr_payment .wrapper .confrm_msg .unique-registration-number h4 {
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 28.16px;
  text-align: left;
  color: #3A3A3C;
  margin-bottom: 0px;
}
main section.igfr_payment .wrapper .confrm_msg .unique-registration-number h4 span {
  font-family: Inter;
  font-size: 16px;
  font-weight: 800;
  line-height: 28.16px;
  text-align: left;
  color: #275A9F;
}
main section.igfr_payment .wrapper .paynow {
  padding: 10px;
  border: 1px solid #DDE5E9;
  margin: 30px 0px 0px 0px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
main section.igfr_payment .wrapper .paynow p.tx {
  font-size: 15px;
  line-height: 25px;
  color: #000;
  max-width: 510px;
  font-weight: 600;
  text-align: center;
  padding: 160px 0px 0px 0px;
  background: url(../images/paynow.svg) no-repeat 50% 50px;
}
main section.igfr_payment .wrapper .paynow p.btns {
  padding: 10px 0px;
}
main section.igfr_payment .wrapper .paynow p.btns input {
  background: #124981;
  border: 1px solid #124981;
  border-radius: 5px;
  font-size: 14px;
  line-height: 14px;
  width: 160px;
  text-align: center;
  padding: 10px 0px;
  color: #fff;
  margin: 0px 10px;
  text-transform: uppercase;
  font-weight: 600;
}
main section.igfr_payment .wrapper .paynow p.btns input.cancel {
  background: #fff;
  color: #124981;
}
main section.igfr_payment .wrapper .bank-details {
  padding: 20px;
  border: 2px dashed #91B2DE;
  background: #F6FBFF;
  margin: 30px 0px 0px 0px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
}
main section.igfr_payment .wrapper .bank-details a {
  color: #275A9F;
}
main section.igfr_payment .wrapper .bank-details p {
  line-height: 150%;
  margin: 0px;
}
@media (min-width: 1024px) {
  main section.igfr_payment .wrapper .bank-details p {
    max-width: 80%;
  }
}
main section.igfr_payment .wrapper .bank-details h4 {
  color: #3A3A3C;
  font-size: 18px;
  line-height: 145%;
  font-weight: 600;
  margin: 30px 0px 15px 0px;
}
main section.igfr_payment .wrapper .bank-details ul {
  margin: 0px;
  padding: 0px;
}
main section.igfr_payment .wrapper .bank-details ul li {
  list-style: none;
  margin-bottom: 15px;
  display: flex;
}
main section.igfr_payment .wrapper .bank-details ul li label {
  color: #3A3A3C;
  font-size: 15px;
  line-height: 145%;
  font-weight: 600;
  width: 160px;
}
main section.igfr_payment .wrapper .bank-details ul li span {
  color: #3A3A3C;
  font-size: 15px;
  line-height: 145%;
  font-weight: 500;
  width: calc(100% - 170px);
}

/**--------Placeholdes style start--------**/
/* Modern browsers including Safari */
::placeholder {
  color: #777777;
  opacity: 1;
  font-size: 14px;
}

/* WebKit browsers including older Safari versions */
::-webkit-input-placeholder {
  color: #777777;
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
}

/* Mozilla Firefox */
::-moz-placeholder {
  color: #777777;
  opacity: 1;
  font-size: 14px;
}

/* Internet Explorer 10+ */
:-ms-input-placeholder {
  color: #777777;
  opacity: 1;
  font-size: 14px;
}

/* Edge */
::-ms-input-placeholder {
  color: #777777;
  opacity: 1;
  font-size: 14px;
}

/**--------Placeholdes style End--------**/
footer {
  background: #627178;
  padding: 90px 15px;
  color: #fff;
}
footer .wrapper {
  max-width: 1240px;
  margin: 0px auto;
  overflow: hidden;
  padding: 0px 15px;
  max-width: 1100px;
}
@media screen and (max-width: 1399.99px) {
  footer .wrapper {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1199.99px) {
  footer .wrapper {
    max-width: 960px;
  }
}
@media screen and (max-width: 900px) {
  footer .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
footer .wrapper ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
footer .wrapper ul li {
  list-style: none;
  flex-basis: 30%;
  flex-grow: 0;
}
footer .wrapper ul li h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  color: #fff;
  margin: 0px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
footer .wrapper ul li h3 font {
  font-weight: 600;
}
footer .wrapper ul li p {
  margin: 0px 0px 40px 0px;
  font-weight: 300;
  line-height: 170%;
}
footer .wrapper ul li p a {
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 290%;
  text-decoration-line: underline;
  color: #fff;
}
footer .wrapper ul li:nth-child(1) {
  /* width: 25%;
  */
}
footer .wrapper ul li:nth-child(1) p {
  margin: 0px;
}
footer .wrapper ul li:nth-child(2) {
  flex-basis: 20%;
}
footer .wrapper ul li #google_translate_element select {
  padding: 5px 10px;
  font-family: "Inter", sans-serif !important;
}
footer .wrapper ul li.ftr_about p {
  font-size: 13px;
  max-width: 330px;
}
footer .wrapper ul li.ftr_about p img {
  max-width: 100%;
}
footer .wrapper ul li.ftr_hostedby img {
  max-width: 310px;
}

/*********Toggle button style start**********/
.toggle-wrap {
  position: relative;
  display: inline-block;
  width: 47px;
  height: 24px;
}

.toggle-wrap input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  background-color: #d5d5d5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.toggle-slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 2px;
  border-radius: 50%;
  bottom: calc(50% - 11px);
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 99;
}

input:checked + .toggle-slider {
  background-color: #3EDFA5;
}

input:focus + .toggle-slider {
  /* box-shadow: 0 0 1px #3EDFA5;*/
}

input:checked + .toggle-slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}

/*********Toggle button style End**********/
.msg {
  border-radius: 4px;
  border: 2px dashed #91B2DE;
  background: #F6FBFF;
  padding: 20px;
  margin: 0px 0px 20px 0px;
}

.registration-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #A9AFBB;
  padding: 0px 0px 25px;
  margin: 0px 0px 30px;
}
.registration-heading h1 {
  font-size: 30px;
  color: #3A3A3C;
  font-weight: 700;
  margin: 0px;
}
.registration-heading h1 font {
  font-weight: 700;
}

.already-registered {
  display: flex;
  align-items: center;
  color: #000000;
  font-weight: 600;
}
.already-registered .toggle-wrap {
  margin-left: 10px;
}

.ftr-menu {
  display: block !important;
}
.ftr-menu li {
  width: 100% !important;
  margin-bottom: 25px;
  display: flex;
}
.ftr-menu li a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.ftr-menu li.ftr-menu-prgrm {
  display: block;
}
.ftr-menu li.ftr-menu-prgrm ul {
  display: block;
  padding: 20px 0px 0px 15px;
}
.ftr-menu li.ftr-menu-prgrm ul li:last-child {
  margin-bottom: 0px;
}

.mw-75 {
  max-width: 75%;
}

.restaurant {
  background: #fff;
  padding: 8px;
  border: 1px solid #EBEEF0;
  border-radius: 5px;
}
.restaurant h3 {
  margin: 20px 0px;
  font-size: 20px;
  font-weight: 700;
}

.footer-middle, .footer-bottom {
  padding: 30px 15px;
}
.footer-middle .wrapper, .footer-bottom .wrapper {
  max-width: 1240px;
  margin: 0px auto;
  overflow: hidden;
  padding: 0px 15px;
  position: relative;
}
@media screen and (max-width: 1399.99px) {
  .footer-middle .wrapper, .footer-bottom .wrapper {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1199.99px) {
  .footer-middle .wrapper, .footer-bottom .wrapper {
    max-width: 960px;
  }
}
@media screen and (max-width: 900px) {
  .footer-middle .wrapper, .footer-bottom .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.footer-middle .wrapper p, .footer-bottom .wrapper p {
  margin: 0px;
  line-height: 150%;
  font-weight: 300;
}

.footer-middle {
  background: #434549;
  color: #FFFFFF;
  font-size: 13px;
}

.footer-bottom {
  background: #141617;
  color: #C7C9D9;
  text-align: center;
  font-size: 12px;
}
.footer-bottom a {
  color: #C7C9D9;
  text-decoration: none;
}
.footer-bottom a:hover {
  color: #fff;
}

.thingstodo-slider .carousel-item {
  display: flex;
}
.thingstodo-slider .carousel-item img {
  max-width: 378px;
}

.login-wrapper {
  padding-top: 90px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-box {
  width: 100%;
  max-width: 400px;
  margin: 0px auto;
  box-shadow: 1px 2px 10px #ccc;
  border-radius: 5px;
  padding: 20px;
}
.login-box h3 {
  color: #12487f;
}
.login-box .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
.login-box .form-group input[type=text], .login-box .form-group input[type=password] {
  max-width: 100%;
}
.login-box .form-group label {
  margin-bottom: 5px;
}

.btn-login {
  background: #124981 !important;
  max-width: 170px;
  width: 100%;
}
.btn-login:hover {
  color: #fff;
  background: #155da7 !important;
}

.share-email {
  display: flex;
  height: 100%;
  padding: 20px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  justify-content: space-between;
  align-items: center;
  background: #F9FBFF;
  line-height: 160%;
  color: #000;
}
.share-email label {
  /*margin: 0px !important;*/
}

.mobile-number {
  display: flex;
  justify-content: space-between;
}
.mobile-number .custom-select {
  width: fit-content;
  margin-right: 10px;
  /*select {*/
  /*width: 100px;*/
  /*width: fit-content;
  }*/
}
.mobile-number .custom-select select {
  width: fit-content;
  min-width: 100px;
}
.mobile-number input {
  /*width: calc(100% - 110px);*/
}

.custom-select {
  position: relative;
}
.custom-select select {
  appearance: none;
  color: #233C5F;
  font-weight: 500;
  font-size: 14px;
  position: relative;
  background: transparent;
  z-index: 99;
  padding: 12px 30px 12px 10px;
}
.custom-select select#registrationType {
  font-weight: 600;
}
.custom-select:after {
  width: 24px;
  height: 15px;
  position: absolute;
  top: calc(50% - 7px);
  right: 15px;
  content: "";
  z-index: 9;
  background-image: url("../images/select-arrow.png");
}
.custom-select.small-arrow:after {
  width: 12px;
  height: 15px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  z-index: 9;
}

/**Radio custom style start**/
.radiocustom {
  display: flex;
  margin: 0px 15px 15px 0px;
  align-items: center;
}

.radiocustom span, .radiocustom label {
  float: left;
  line-height: 120%;
  font-size: 13px;
  font-weight: 600;
}

.radiocustom label {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  margin: 0px 8px 0px 0px;
  border: 3px solid #D0DBE5;
}

.radiocustom.input-validation-error label {
  border-color: red;
}

.radiocustom [type=radio]:checked,
.radiocustom [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.radiocustom [type=radio]:checked + label,
.radiocustom [type=radio]:not(:checked) + label {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
  border-radius: 100%;
  margin-bottom: 0px;
}

.radiocustom [type=radio]:checked + label {
  border-color: #3EDFA5;
}

.radiocustom [type=radio]:checked + label:after,
.radiocustom [type=radio]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #3EDFA5;
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.radiocustom [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.radiocustom [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.radiocustom.lightprofile label {
  border-color: #a8a8a8;
}
.radiocustom.lightprofile [type=radio]:checked + label {
  border-color: #a8a8a8;
}
.radiocustom.lightprofile [type=radio]:checked + label:after {
  background: #a8a8a8;
}

.radiocustom.fullpreference label {
  border-color: #e19f0a;
}
.radiocustom.fullpreference [type=radio]:checked + label {
  border-color: #e19f0a;
}
.radiocustom.fullpreference [type=radio]:checked + label:after {
  background: #e19f0a;
}

.radiocustom.fullprofile label {
  border-color: #00aced;
}
.radiocustom.fullprofile [type=radio]:checked + label {
  border-color: #00aced;
}
.radiocustom.fullprofile [type=radio]:checked + label:after {
  background: #00aced;
}

.radiocustom.validatedprofile label {
  border-color: #1ccab1;
}
.radiocustom.validatedprofile [type=radio]:checked + label {
  border-color: #1ccab1;
}
.radiocustom.validatedprofile [type=radio]:checked + label:after {
  background: #1ccab1;
}

.radiocustom.square {
  border-radius: 0px;
  margin-right: 5px;
}
.radiocustom.square label {
  border: 1px solid #E5E7EA;
  border-radius: 3px !important;
  width: 44px;
  height: 44px;
  justify-content: center;
  display: flex !important;
  align-items: center;
  color: #A9B4CA;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  text-align: left;
  transition: ease 0.3s;
  margin: 0px;
}
.radiocustom.square [type=radio]:checked + label, .radiocustom.square .radiocustom [type=radio]:not(:checked) + label {
  border-radius: 0px;
}
.radiocustom.square [type=radio]:checked + label:after, .radiocustom.square .radiocustom [type=radio]:not(:checked) + label:after {
  opacity: 0 !important;
}
.radiocustom.square [type=radio]:checked + label {
  color: #3EDFA5;
  transition: ease 0.1s;
  font-weight: 800;
  border-width: 2px;
}

/**Radio custom style end**/
.sizeselect {
  justify-content: flex-start !important;
}
.sizeselect li {
  width: auto !important;
  margin-right: 5px;
  margin-bottom: 0px !important;
}
.sizeselect li a {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: 1px solid #E5E7EA;
}
.sizeselect li.active a {
  border: 2px solid #3EDFA5 !important;
  color: #3EDFA5;
  font-weight: 600;
}
.sizeselect li.active a:hover {
  color: #3EDFA5;
}
.sizeselect li:last-child {
  margin: 0px;
}

.rentalclub-toggle-wrap {
  padding: 12px 10px;
  border-radius: 5px;
  line-height: 150%;
  background: #fff;
  align-items: center;
  display: flex;
  border: 1px solid #D6E0F1;
  justify-content: space-between;
  color: #233C5F;
  font-size: 13px;
}
.rentalclub-toggle-wrap span {
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 19px;
  text-align: left;
  color: #233C5F;
}
.rentalclub-toggle-wrap span font {
  font-weight: 500;
}

.toggle-wrap.toggle-yes {
  width: 55px;
}
.toggle-wrap.toggle-yes .toggle-slider {
  display: flex;
  align-items: center;
  padding-left: 5px;
}
.toggle-wrap.toggle-yes .toggle-slider .yes {
  opacity: 0;
  margin: 0px;
  font-size: 13px;
  font-weight: 600;
  transition: ease 0.2s;
}
.toggle-wrap.toggle-yes .toggle-slider .yes font {
  font-weight: 600;
}
.toggle-wrap.toggle-yes input:checked + .toggle-slider:before {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}
.toggle-wrap.toggle-yes input:checked + .toggle-slider .yes {
  opacity: 1;
}

.msg {
  border-radius: 4px;
  border: 2px dashed #91B2DE;
  background: #F6FBFF;
  padding: 18px;
  margin: 0px 0px 20px 0px;
}
.msg h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 176%;
  color: #3A3A3C;
}
.msg h4 font {
  font-weight: 700;
}
.msg p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 176%;
  color: #275A9F;
}
.msg p font {
  font-weight: 500;
}
.msg.registration-fee h4 {
  margin-bottom: 10px;
  font-size: 15px;
}
.msg.registration-fee h4 span {
  margin-top: 5px;
  font-style: italic;
  color: #445174;
  display: block;
  font-family: Inter;
  font-size: 10px;
  font-weight: 500;
  text-align: left;
}
.msg.registration-fee h4 span font {
  font-weight: 500;
}
.msg.registration-fee ul {
  display: block;
  margin: 0px;
}
.msg.registration-fee ul li {
  /* padding-left: 17px;
  margin: 0px 15px 15px 0px;
  background: url('../images/list-icon.png') 0% 50% no-repeat;
  color: #293547;
  font-weight: 600;
  font-size: 12px;
  display: inline-block;
  width: auto;
  line-height: 150%;*/
  padding-left: 17px;
  margin: 0px 6px 6px 0px;
  background: url("../images/list-icon.png") 0% 50% no-repeat;
  font-family: Inter;
  font-size: 12px;
  font-style: italic;
  font-weight: 700;
  line-height: 17.04px;
  text-align: left;
  color: #293547;
  width: auto;
  display: inline-block;
}
.msg.registration-fee ul li font {
  font-weight: 700;
}
.msg.registration-fee.Cancellation-policy h4 span {
  font-style: normal;
}
.msg.registration-fee.Cancellation-policy ul li {
  display: block;
  font-style: normal;
}

.form-footer {
  padding: 40px 0px;
  border-top: 1px solid rgba(204, 204, 204, 0.8);
  text-align: right;
}
.form-footer .wrapper {
  padding: 0px !important;
}

.btn-secondary {
  border: 1px solid #124981;
  padding: 12px 50px 12px 50px;
  border-radius: 4px;
  background: #fff;
  color: #124981;
  text-transform: uppercase;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-align: left;
}
.btn-secondary font {
  font-weight: 600;
}

.btn-primary {
  padding: 12px 50px 12px 50px;
  border: 1px solid #124981;
  border-radius: 4px;
  background: #124981;
  color: #fff;
  text-transform: uppercase;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-align: left;
}
.btn-primary font {
  font-weight: 600;
}

.nav-register {
  background: #FFBC45;
  color: #124981 !important;
  border-radius: 4px;
  font-weight: 800 !important;
  padding: 14px 20px !important;
  text-decoration: none !important;
  text-transform: uppercase;
  border: none !important;
  text-align: center;
  font-size: 12px;
  white-space: nowrap;
  filter: grayscale(100%);
}
.nav-register font {
  font-weight: 800;
}
.nav-register a {
  font-weight: 800 !important;
  color: #124981 !important;
  text-decoration: none;
}
.nav-register a font {
  font-weight: 800 !important;
}

.about-objectives li {
  padding-left: 30px !important;
  background: url("../images/tick-circle-outline.png") 0% 10px no-repeat;
}

.carousel-control-prev-icon {
  background: url("../images/select-arrow.png") 50% 50% no-repeat;
  transform: rotate(90deg);
  margin-top: 15px;
}

.carousel-control-next-icon {
  background: url("../images/select-arrow.png") 50% 50% no-repeat;
  transform: rotate(270deg);
  margin-top: 15px;
}

.image-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
}
.image-container:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: #7D8F97;
  right: 90px;
}
.image-container img {
  /*align-self: flex-start;*/
  align-self: center;
}
.image-container img:last-child {
  max-width: 76px;
}

.bottom-points span {
  padding-left: 20px;
  background: url("../images/program-list-icon.png") no-repeat 0px 5px;
  color: #275A9F;
  display: block;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.72px;
  text-align: left;
  margin-bottom: 10px;
}

.admin-home {
  margin-top: 130px;
  padding: 20px 0px 100px;
}
.admin-home .wrapper {
  max-width: 1240px;
  margin: 0px auto;
  overflow: hidden;
  padding: 0px 15px;
  width: 100%;
  max-width: 1800px;
}
@media screen and (max-width: 1399.99px) {
  .admin-home .wrapper {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1199.99px) {
  .admin-home .wrapper {
    max-width: 960px;
  }
}
@media screen and (max-width: 900px) {
  .admin-home .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.admin-home .wrapper h3 {
  text-transform: uppercase;
  font-size: 20px;
  margin: 0px 0px 30px;
}

.admin-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 15px;
}

.k-tabstrip-wrapper .k-widget {
  border: 1px solid rgba(204, 204, 204, 0.8);
  background: none;
}
.k-tabstrip-wrapper .k-widget.k-header {
  border: none !important;
}
.k-tabstrip-wrapper .k-widget:focus {
  box-shadow: none;
}
.k-tabstrip-wrapper .k-widget .grid-toolbar {
  padding: 10px;
}
.k-tabstrip-wrapper ul.k-tabstrip-items {
  border-bottom: 1px solid rgba(204, 204, 204, 0.8);
  margin-bottom: 20px;
}
.k-tabstrip-wrapper ul.k-tabstrip-items .k-state-default {
  background: none;
  border: none;
}
.k-tabstrip-wrapper ul.k-tabstrip-items .k-state-default span {
  border: none;
}
.k-tabstrip-wrapper ul.k-tabstrip-items .k-state-default.k-state-active {
  border-bottom: 4px solid #275A9F;
}
.k-tabstrip-wrapper ul.k-tabstrip-items .k-state-default.k-state-active .k-link {
  color: #275A9F;
  font-weight: 700;
}
.k-tabstrip-wrapper ul.k-tabstrip-items .k-content {
  padding: 0px;
}

.k-grid-header th.k-header {
  background: #FAFAFC;
  color: #275A9F;
  font-size: 14px;
  padding: 15px 10px !important;
}

.k-tabstrip .k-content.k-state-active {
  border: none;
}

.k-grid-content .k-alt {
  background: #EBEEF0 !important;
}
.k-grid-content .k-alt.k-state-selected, .k-grid-content .k-alt.k-state-selected:hover {
  background-color: #275a9f !important;
  border-color: #275a9f;
}
.k-grid-content tr:hover {
  background: #d5d5d5 !important;
}
.k-grid-content tr.k-state-selected, .k-grid-content.k-state-selected:hover {
  background-color: #275a9f !important;
  border-color: #275a9f;
}
.k-grid-content tr:last-child td {
  padding-bottom: 20px !important;
}

.k-pager-wrap.k-grid-pager ul.k-pager-numbers li {
  margin-right: 5px;
}
.k-pager-wrap.k-grid-pager ul.k-pager-numbers li:nth-child(2) {
  margin-left: 5px;
}
.k-pager-wrap.k-grid-pager ul.k-pager-numbers .k-state-selected, .k-pager-wrap.k-grid-pager ul.k-pager-numbers .k-link:hover {
  text-align: center;
  line-height: 2em;
  border-style: solid;
  border-width: 1px;
  border-radius: 1.0833em;
  color: #fff;
  background-color: #275a9f;
  border-color: #275a9f;
}

.k-icon.k-i-arrow-w {
  background: url("../images/owl-arrow.png") no-repeat 50% 50%/7px;
  margin-left: -3px;
  margin-top: -3px;
}

.k-icon.k-i-arrow-e {
  background: url("../images/owl-arrow.png") no-repeat 50% 50%/7px;
  rotate: 180deg;
  margin-right: -3px;
  margin-top: -1px;
}

.k-link.k-pager-nav:hover {
  background-color: #e9ecef !important;
}
.k-link.k-pager-nav:hover .k-icon.k-i-arrow-e {
  background: url("../images/owl-arrow.png") no-repeat 50% 50%/7px !important;
  border-color: #275a9f;
}
.k-link.k-pager-nav:hover .k-icon.k-i-arrow-w {
  background: url("../images/owl-arrow.png") no-repeat 50% 50%/7px !important;
  border-color: #275a9f;
}
.k-link.k-pager-nav.k-pager-last span.k-icon.k-i-seek-e {
  background: url("../images/first-page.svg") no-repeat 50% 50%/14px;
  rotate: 180deg;
  margin-left: -1px;
  margin-top: -2px;
}
.k-link.k-pager-nav.k-pager-first span.k-icon.k-i-seek-w {
  background: url("../images/first-page.svg") no-repeat 50% 50%/14px;
  margin-left: -1px;
  margin-top: -2px;
}

#exportExcel, .k-button, #logout {
  margin: 10px 20px 0px auto;
  display: block;
  background: #275A9F;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-size: 13px;
  padding: 7px 20px;
}
#exportExcel:hover, .k-button:hover, #logout:hover {
  background: #2766bb;
}

#scrollToTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 99;
  border: none;
  background: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
}

#scrollToTopBtn:hover {
  background-color: #434549; /* Add a dark-grey background on hover */
}

#confirmationMessage {
  line-height: 170%;
}

.registration-error {
  padding: 50px 0px 100px;
}
.registration-error .wrapper {
  max-width: 1240px;
  margin: 0px auto;
  overflow: hidden;
  padding: 0px 15px;
}
@media screen and (max-width: 1399.99px) {
  .registration-error .wrapper {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1199.99px) {
  .registration-error .wrapper {
    max-width: 960px;
  }
}
@media screen and (max-width: 900px) {
  .registration-error .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.registration-error .alert-danger ul {
  margin: 0px;
}

.radio-group-validation-error .radiocustom.square label {
  border-color: red;
}

#partnerDetailsContainer {
  margin-top: 15px;
}

/* The custom-checkbox style start*/
/*.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 25px;
        width: 25px;
        top: 0px;
        z-index: 999;
        left: 0px;
    }

    .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        border: 2px solid #B8BECC;
        border-radius: 4px;

        &:after {
            content: "";
            position: absolute;
            display: none;
            background-image: url(../images/tick.png);
            background-position: 50% 50%;
            background-size: 12px;
            background-repeat: no-repeat;
            width: 100%;
            height: 100%;
            z-index: 999;
        }
    }

    input:checked ~ .checkmark {
        background-color: #fff;
        border-color: #275A9F;

        &:after {
            display: block;
        }
    }

    span {
        font-size: 12px;
        color: #000;
    }
}*/
.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 25px;
  width: 25px;
  top: 0px;
  z-index: 999;
  left: 0px;
}
.custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 2px solid #B8BECC;
  border-radius: 4px;
  background: #fff;
}
.custom-checkbox input:checked + .checkmark, .custom-checkbox input:checked + font + .checkmark {
  background-image: url(../images/tick.png);
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  border-color: #275A9F;
}
.custom-checkbox span {
  font-size: 12px;
  color: #000;
}

/* The custom-checkbox style End*/
#PartnerShortsLadiesSizeGroup .form-group p, #PartnerShortsMenSizeGroup .form-group p,
#PartnershirtMenSizeGroup .form-group p, #PartnershirtLadiesSizeGroup .form-group p {
  margin-bottom: 10px;
  color: #233C5F;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 19px;
  text-align: left;
}

#email-error, #Partneremail-error, #DOB-error, #PartnerDOB-error {
  margin-top: 5px;
  color: red;
  font-size: 12px;
  /*font-size: 12px;*/
}

/**********Programs style***********/
.championship-schedule-wrap {
  border: 1px solid #E7EDF2;
  border-radius: 10px;
  padding: 20px 30px;
}

.championship-schedule {
  background: #FFF;
  height: 1060px;
  position: relative;
}
.championship-schedule .owl-nav {
  position: absolute;
  top: 0px;
  left: -30px;
  right: -30px;
  /*display: flex;
  justify-content: space-between;*/
}
.championship-schedule .owl-nav .owl-prev, .championship-schedule .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  transition: ease 0.5s;
}
.championship-schedule .owl-nav .owl-prev span, .championship-schedule .owl-nav .owl-next span {
  display: none;
}
.championship-schedule .owl-nav .owl-prev.disabled, .championship-schedule .owl-nav .owl-next.disabled {
  opacity: 0;
}
.championship-schedule .owl-nav .owl-prev {
  background: url(../images/owl-arrow.png) no-repeat 50% 50%/14px !important;
  background-size: 14px;
  margin-top: 15px;
  position: absolute;
  left: 0px;
}
.championship-schedule .owl-nav .owl-next {
  background: url(../images/owl-arrow.png) no-repeat 50% 50%/14px !important;
  transform: rotate(180deg);
  margin-top: 15px;
  position: absolute;
  right: 0px;
}
.championship-schedule .owl-carousel, .championship-schedule .owl-stage-outer, .championship-schedule .owl-stage, .championship-schedule .owl-item {
  height: 100% !important;
}
.championship-schedule .owl-carousel .item, .championship-schedule .owl-stage-outer .item, .championship-schedule .owl-stage .item, .championship-schedule .owl-item .item {
  height: 100% !important;
}
.championship-schedule h3 {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #275A9F;
  text-align: center;
  padding: 10px 0px;
  border: 1px solid #F6F6F6;
  border-radius: 10px;
  margin-bottom: 15px;
}
.championship-schedule h3 font {
  font-weight: 700;
}
.championship-schedule h3 span {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  /*color: $tx7;*/
  color: #000;
}
.championship-schedule h3 span font {
  font-weight: 600;
}
.championship-schedule ul {
  margin: 0px;
  padding: 0px;
}
.championship-schedule ul li {
  list-style: none;
}
.championship-schedule ul li h4 {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #F34D4D;
  margin: 0px 0px 10px 0px;
}
.championship-schedule ul li h4 font {
  font-weight: 700;
}
.championship-schedule ul li p {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  padding: 20px;
  border-radius: 6px;
  margin: 0px 0px 10px 0px;
}
.championship-schedule ul li p font {
  font-weight: 600;
}
.championship-schedule ul li p b {
  font-weight: 800;
  line-height: 23px;
}
.championship-schedule ul li p b font {
  font-weight: 800;
}
.championship-schedule ul li p.golfday-text {
  width: 10px;
  word-wrap: break-word;
  text-align: center;
  padding: 0px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 130%;
}
.championship-schedule .owl-item {
  /*max-width: 210px;*/
}
.championship-schedule .owl-item:nth-child(1) p {
  background: #F5EEFB;
}
.championship-schedule .owl-item:nth-child(2) p {
  background: #E6F1F7;
}
.championship-schedule .owl-item:nth-child(3) p {
  background: #FCF6EC;
}
.championship-schedule .owl-item:nth-child(4) p {
  background: #FFF5F5;
}
.championship-schedule .owl-item:nth-child(5) ul {
  height: calc(100% - 120px);
}
.championship-schedule .owl-item:nth-child(5) ul li:nth-child(1) p {
  background: #F3FEF9;
  border-radius: 6px;
}
.championship-schedule .owl-item:nth-child(5) ul li:nth-child(2) {
  background: #F3FEF9;
  border-radius: 6px;
  height: calc(100% - 120px);
  margin-top: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.championship-schedule .owl-item:nth-child(6) {
  grid-area: 2/1/2/6;
  /*padding: 40px 0px 0px 0px;*/
}
.championship-schedule .owl-item:nth-child(6) p {
  background: #F5EEFB;
}
.championship-schedule .owl-item:nth-child(6) p span {
  display: block;
  margin: 0px 0px 10px 0px;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 142%;
  color: #275A9F;
}
.championship-schedule .owl-item:nth-child(7) p {
  background: #E6F1F7;
}
.championship-schedule .owl-item:nth-child(8) .eight-november-program > ul {
  height: calc(100% - 120px);
}
.championship-schedule .owl-item:nth-child(8) .eight-november-program > ul li {
  border-radius: 6px;
  height: calc(100% - 20px);
  display: flex;
  margin-top: 40px;
  justify-content: center;
  flex-direction: column;
}
.championship-schedule .owl-item:nth-child(8) .eight-november-program > ul li ul {
  background: #F3FEF9;
  height: 100%;
}
.championship-schedule .owl-item:nth-child(8) .eight-november-program > ul li ul li p {
  background: none !important;
  font-weight: 700;
}

.nongolfer-Golf-Shirt {
  display: flex;
  justify-content: space-between;
}
.nongolfer-Golf-Shirt .form-group {
  width: 48%;
  max-width: 390px;
}

.home-video-section {
  padding: 100px 0px 0px;
}
.home-video-section .wrapper {
  max-width: 1240px;
  margin: 0px auto;
  overflow: hidden;
  padding: 0px 15px;
}
@media screen and (max-width: 1399.99px) {
  .home-video-section .wrapper {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1199.99px) {
  .home-video-section .wrapper {
    max-width: 960px;
  }
}
@media screen and (max-width: 900px) {
  .home-video-section .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}

#homeVideo {
  width: 100%;
  max-width: 1320px;
  height: auto;
  display: block;
  margin: 0px auto;
  border-radius: 20px;
  border: none;
}

.google-translate-wrap {
  min-width: 185px;
}

.skiptranslate.goog-te-gadget .goog-te-gadget-simple {
  border-color: #D6E0F1 !important;
  border-radius: 4px;
  padding: 10px 10px 10px 35px;
  width: 100%;
  background: url(../images/icon-google.png) no-repeat 3px 2px/32px;
}
.skiptranslate.goog-te-gadget .goog-te-gadget-simple span {
  width: 100%;
  display: inline-block;
}
.skiptranslate.goog-te-gadget .goog-te-gadget-simple span .VIpgJd-ZVi9od-xl07Ob-lTBxed {
  width: 100%;
  position: relative;
  margin: 0px;
}
.skiptranslate.goog-te-gadget .goog-te-gadget-simple img {
  display: none;
}
.skiptranslate.goog-te-gadget a.VIpgJd-ZVi9od-xl07Ob-lTBxed span:first-child {
  margin-top: 2px;
  display: inline-block;
}
.skiptranslate.goog-te-gadget a.VIpgJd-ZVi9od-xl07Ob-lTBxed span:nth-child(3) {
  display: none;
}
.skiptranslate.goog-te-gadget a.VIpgJd-ZVi9od-xl07Ob-lTBxed span:last-child {
  color: rgb(155, 155, 155);
  /*  background: url("https://www.igfrindia2025.com/Content/images/select-arrow.png");*/
  color: #fff;
  width: 10px;
  height: 10px;
  display: inline-block;
  width: 12px;
  height: 15px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  text-indent: 999px;
  position: absolute;
  right: -10px;
  margin-left: auto !important;
}

.mobile-logos {
  display: none;
}

.google-translate-wrap-horizontal {
  width: 185px;
  min-width: 185px;
}
.google-translate-wrap-horizontal #google_translate_element .skiptranslate.goog-te-gadget {
  overflow: hidden;
  height: 40px;
  font-size: 0px;
}
.google-translate-wrap-horizontal #google_translate_element .skiptranslate.goog-te-gadget div {
  display: block !important;
  background: #fff url(../images/icon-google.png) no-repeat 3px 3px/32px;
  border-bottom-left-radius: 5px;
}
.google-translate-wrap-horizontal #google_translate_element .skiptranslate.goog-te-gadget .goog-te-combo {
  margin: 0px;
  height: 40px;
  min-height: 40px;
  padding: 0px;
  border-color: #D6E0F1 !important;
  border-radius: 4px;
  padding: 10px 10px 10px 35px;
  width: 100%;
  appearance: none;
  background: url("../images/select-arrow.png") no-repeat calc(100% - 10px) 50%/14px;
}
.google-translate-wrap-horizontal #google_translate_element .skiptranslate.goog-te-gadget span {
  display: none;
}

/*.payment-status-wrapper {
    .wrapper {
        @include wrapper;
        padding: 40px 0px;
    }
}*/
.payment-status {
  padding: 50px 20px;
  border: 1px solid #DDE5E9;
  margin: 30px 0px 0px 0px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.payment-status h2 {
  color: green;
  margin: 30px 10px;
}
.payment-status .txt {
  font-size: 15px;
  line-height: 25px;
  color: #000;
  max-width: 510px;
  font-weight: 600;
  text-align: center;
}
.payment-status svg {
  display: block;
  height: 100px;
  width: 100px;
  color: green; /* SVG path use currentColor to inherit this */
}
.payment-status .circle {
  stroke-dasharray: 76;
  stroke-dashoffset: 76;
  animation: draw 1s forwards;
}
.payment-status .tick {
  stroke-dasharray: 18;
  stroke-dashoffset: 18;
  animation: draw 1s forwards 1s;
}
.payment-status p.btns {
  padding: 10px 0px;
  margin: 0px;
}
.payment-status p.btns .btn-primary:hover {
  background: #0a58ca;
  color: #fff;
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

.payment-failed img {
  max-width: 100px;
}
.payment-failed h2 {
  color: #f44336;
}

.taj-images {
  margin-top: 80px;
}
.taj-images img {
  width: 100%;
}

.igfr_grid table {
  margin: 0px;
  padding: 0px;
  border-collapse: collapse;
  border-top: 1px solid #E7EDF2;
  border-left: 1px solid #E7EDF2;
}
.igfr_grid table tr th {
  font-weight: 600;
  padding: 35px 10px;
  border-bottom: 1px solid #E7EDF2;
  border-right: 1px solid #E7EDF2;
  background: #FAFAFC;
  font-size: 16px;
  color: #275A9F;
}
.igfr_grid table tr td {
  font-weight: 500;
  padding: 25px 10px;
  border-bottom: 1px solid #E7EDF2;
  border-right: 1px solid #E7EDF2;
  font-size: 14px;
  line-height: 150%;
  color: #3A3A3C;
}
.igfr_grid table tr td span.link {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 0px 0px 5px;
}
.igfr_grid table tr td span.link a {
  width: 16px;
  height: 16px;
  background: url(../images/link.svg) no-repeat 50% 50%;
  background-size: 16px auto;
  display: block;
}
.igfr_grid table tr td span.time {
  display: inline-block;
  margin-bottom: 10px;
  color: #3A3A3C;
  font-weight: 500;
}
.igfr_grid table tr:nth-child(odd) td {
  background: #F0F4F7;
}

.program-partners-single {
  border: 1px solid #E7EDF2;
  border-radius: 10px;
  margin-bottom: 30px;
}
.program-partners-single .program-partners-header {
  padding: 15px 30px;
  background: #F6FBFF;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.program-partners-single .program-partners-header p {
  font-family: Inter;
  font-weight: 500;
  font-size: 13px;
  line-height: 176%;
  color: #445174;
  margin-bottom: 5px;
}
.program-partners-single .program-partners-header h3 {
  font-family: Inter;
  font-weight: 600;
  font-size: 15px;
  line-height: 176%;
}
.program-partners-single .program-partners-body {
  padding: 0px 30px;
}

.day-program {
  display: flex;
  align-items: stretch;
  margin-bottom: 20px;
}
.day-program span {
  padding: 9px 20px;
  border-radius: 5px;
  border: 1px solid #EFF4FB;
  margin-right: 15px;
  min-width: 107px;
  width: 107px;
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 176%;
  letter-spacing: 0;
  text-align: center;
  color: #445174;
}
.day-program span label {
  display: block;
  color: #687A89;
}
.day-program p {
  padding: 9px 20px;
  gap: 10px;
  border-radius: 5px;
  background: #FFF5F5;
  margin: 0px;
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 130%;
}
.day-program:first-child p {
  background: #FFF5F5;
}
.day-program:nth-child(2) p {
  background: #E3F4EC;
}
.day-program:nth-child(3) p {
  background: #F5EEFB;
}
.day-program:nth-child(4) p {
  background: #E4F6FF;
}
.day-program:nth-child(5) p {
  background: #FFF5F5;
}
.day-program:nth-child(6) p {
  background: #E3F4EC;
}
.day-program:last-child p {
  background: #E6F1F7 !important;
}

.place-list ul {
  display: flex;
  margin: 0px;
  padding: 0px;
}
.place-list ul li {
  background: #275A9F;
  color: #fff;
  padding: 10px 20px;
  list-style: none;
  margin-right: 35px;
  position: relative;
  height: 47px;
  align-items: center;
  display: flex;
  font-size: 15px;
}
.place-list ul li:before {
  /*content: "";
  position: absolute;
  left: -15px;
  background: url(../images/location-right-arrow.svg) no-repeat;
  width: 30px;
  bottom: 0px;
  top: 0px;*/
  content: "";
  position: absolute;
  left: -20px;
  background: url(../images/location-right-arrow.svg) no-repeat 100% 50%/100%;
  width: 21px;
  bottom: 0px;
  top: 0px;
}
.place-list ul li:after {
  /*content: "";
  position: absolute;
  right: -21px;
  width: 25px;
  top: 0px;
  background: url(../images/location-left-arrow.svg) no-repeat;
  bottom: 0px;*/
  content: "";
  position: absolute;
  right: -15px;
  width: 21px;
  top: 0px;
  background: url(../images/location-left-arrow.svg) no-repeat 100% 50%/100%;
  bottom: 0px;
}
.place-list ul li:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.place-list ul li:first-child:before {
  display: none;
}
.place-list ul li:last-child {
  margin-right: 15px;
}
@media (max-width: 1200px) {
  .place-list ul li {
    font-size: 13px;
    padding: 8px 15px;
    margin-right: 30px;
  }
}

.trip-highlights h3 {
  font-family: Inter;
  font-weight: 600;
  font-size: 20px;
  line-height: 176%;
  margin-bottom: 15px;
}

.section-partners {
  text-align: center;
  padding: 80px 0px;
}
.section-partners .wrapper {
  max-width: 1240px;
  margin: 0px auto;
  overflow: hidden;
  padding: 0px 15px;
  max-width: 1280px;
}
@media screen and (max-width: 1399.99px) {
  .section-partners .wrapper {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1199.99px) {
  .section-partners .wrapper {
    max-width: 960px;
  }
}
@media screen and (max-width: 900px) {
  .section-partners .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.partners-list {
  margin-bottom: 70px;
}
.partners-list h2 {
  border-bottom: 1px solid rgba(169, 175, 187, 0.3);
  padding: 0px 0px 20px;
  margin: 0px 0px 40px;
  font-family: Inter;
  font-weight: 600;
  font-size: 26px;
  line-height: 176%;
  color: rgb(58, 58, 60);
}
.partners-list img {
  max-width: 240px;
}

.note {
  background: #e0edff;
  padding: 5px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  margin-right: 5px;
  position: relative;
  top: -2px;
  display: none;
}

.program-note {
  font-family: Inter;
  font-weight: 500;
  font-size: 13px;
  line-height: 176%;
  color: #445174;
  margin-bottom: 5px;
  margin-top: 40px;
  border-top: 1px solid #E7EDF2;
  padding-top: 15px;
}

/**************Responsive style start*****************/
/*@media screen and (min-width:1400px) {
    main section {
        &.igfr_banner, &.igfr_section2, &.igfr_section3, &.igfr_section4, &.igfr_section5, &.igfr_section6 {
            .wrapper {
                max-width: 1240px;
            }
        }
    }
}

@media screen and (max-width:1399.99px) {
    main section {
        &.igfr_banner, &.igfr_section2, &.igfr_section3, &.igfr_section4, &.igfr_section5, &.igfr_section6 {
            .wrapper {
                max-width: 1140px;
            }
        }
    }
}
*/
@media screen and (min-width: 1400px) {
  main section.igfr_form .wrapper h3 {
    font-size: 16px;
  }
  main section.igfr_form select#partner, main section.igfr_form select#registrationType {
    font-size: 16px;
  }
  main section.igfr_form ul li label {
    font-size: 14px;
  }
  .rentalclub-toggle-wrap span {
    font-size: 14px;
  }
  #PartnerShortsLadiesSizeGroup .form-group p, #PartnerShortsMenSizeGroup .form-group p,
  #PartnershirtMenSizeGroup .form-group p, #PartnershirtLadiesSizeGroup .form-group p, #shirtMenSizeGroup .form-group p,
  #shirtLadiesSizeGroup .form-group p, #shortsMenSizeGroup .form-group p, #shortsLadiesSizeGroup .form-group p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1600px) {
  main section.igfr_banner .wrapper {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1399.99px) {
  main section.igfr_restaurantlisting .wrapper table tr th {
    padding: 25px 9px;
    font-size: 20px;
  }
  main section.igfr_restaurantlisting .wrapper table tr td {
    padding: 20px 9px;
    font-size: 13px;
  }
  main section.igfr_restaurantlisting .wrapper p {
    max-width: 100%;
  }
  header .wrapper nav ul li a {
    font-size: 11px;
  }
  main section.igfr_banner .wrapper {
    padding: 50px 15px;
  }
  main section.igfr_banner .wrapper h1 {
    /*font-size: 40px;
    line-height: 150%;
    max-width: 620px;*/
  }
  main section.igfr_banner .wrapper h2 {
    /*font-size: 16px;*/
  }
  #scrollToTopBtn img {
    max-width: 16px;
  }
  header .header-top .mainMenu {
    max-width: 840px;
  }
}
@media screen and (max-width: 1280px) {
  header .header-top .mainMenu {
    max-width: 850px;
  }
  main section.igfr_banner {
    height: auto;
  }
  main section.igfr_banner .wrapper h1 {
    font-size: 50px;
    line-height: 150%;
    /*  max-width: 620px;*/
  }
  main section.igfr_banner .wrapper h2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1180px) {
  header .header-top .mainMenu {
    max-width: 800px;
  }
}
@media screen and (max-width: 1024px) {
  .google-translate-wrap-horizontal {
    margin-right: 45px;
  }
  header .header-top {
    z-index: 9;
  }
  header .header-top .mainMenu {
    max-width: 680px;
  }
  header .wrapper nav ul li.mnu-dropdown:after {
    display: none;
  }
  main section.igfr_banner .wrapper {
    padding: 30px 15px;
  }
  main section.igfr_sub_banner {
    height: auto;
    padding: 30px;
  }
  main section.igfr_sub_banner .wrapper h1, main section.igfr_sub_banner .wrapper p {
    max-width: 100%;
  }
  main section.igfr_blackstrip .wrapper h3 {
    max-width: 100%;
  }
  main section.igfr_section5 .wrapper ul li h3 {
    font-size: 16px;
  }
  #scrollToTopBtn {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .program-partners-single .program-partners-header {
    /* align-items: flex-start;
    flex-direction: column;*/
    flex-wrap: wrap;
  }
  .place-list {
    margin-top: 10px;
  }
  .place-list ul li {
    height: 35px;
  }
  .place-list ul li:after {
    width: 16px;
  }
  .place-list ul li:before {
    width: 16px;
    left: -15px;
  }
  main section.igfr_section2 .wrapper > ul > li:nth-child(2) {
    padding-left: 0px;
    padding-right: 0px;
  }
  .rotary {
    display: none;
  }
  main section.igfr_sub_banner .wrapper h1 {
    max-width: 80%;
    font-size: 30px;
  }
  main section.igfr_sub_banner .wrapper p {
    font-size: 16px;
    line-height: 150%;
  }
  main section.igfr_section4 .wrapper h2, main section.igfr_section6 .wrapper h2 {
    max-width: 100%;
  }
  main section.igfr_about3 .wrapper > ul > li div ul {
    padding: 10px 0px 0px;
  }
  .radiocustom.square label {
    width: 34px;
    height: 34px;
    font-size: 12px;
  }
  main section.igfr_form .wrapper h2 {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .day-program {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .day-program span {
    margin-bottom: 10px;
    margin-right: 0px;
    font-size: 12px;
    width: 100%;
  }
  .day-program span font {
    font-weight: 600;
  }
  .day-program span label {
    display: inline-block;
    margin: 0px 5px;
  }
  .day-program p {
    font-size: 13px;
    line-height: 150%;
    justify-content: center;
  }
  .day-program p font {
    font-weight: 600;
  }
  .program-partners-single .program-partners-header {
    padding: 10px;
  }
  .program-partners-single .program-partners-header .place-list {
    width: 100%;
  }
  .program-partners-single .program-partners-header .place-list ul {
    width: 100%;
  }
  .program-partners-single .program-partners-header .place-list ul li {
    height: auto;
    padding: 5px;
    margin-right: 5px;
    font-weight: 600;
    border-radius: 4px;
    font-size: 10px;
    background: #d4e5fb;
    color: #275A9F;
  }
  .program-partners-single .program-partners-header .place-list ul li font {
    font-weight: 600;
  }
  .program-partners-single .program-partners-header .place-list ul li:before, .program-partners-single .program-partners-header .place-list ul li:after {
    display: none;
  }
  main section.igfr_hotels .wrapper .taj-address {
    padding: 15px;
  }
  main section.igfr_hotels .wrapper .taj-address span.address {
    background-position-y: 13px;
  }
  main section.igfr_hotels .wrapper .taj-address span.address {
    font-size: 16px;
    line-height: 30px;
  }
  main section.igfr_section6 .home-hotel .hotel-detail {
    padding: 30px 0px 0px;
  }
  .taj-contact span {
    margin-bottom: 5px;
    display: block;
  }
  main section.igfr_section6 .home-hotel .hotel-detail h2 {
    font-size: 18px;
  }
  main section.igfr_section6 .home-hotel .hotel-detail h3 {
    font-size: 16px;
  }
  main section.igfr_section6 .home-hotel .hotel-detail a {
    font-size: 16px;
    margin-top: 20px;
  }
  .skiptranslate.goog-te-gadget a.VIpgJd-ZVi9od-xl07Ob-lTBxed span:last-child {
    width: 10px;
  }
  #homeVideo {
    border-radius: 5px;
  }
  .VIpgJd-ZVi9od-ORHb-bN97Pc {
    white-space: normal !important;
  }
  header .wrapper .toggler {
    right: 5px;
  }
  .mobile-logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    margin-top: auto;
    position: fixed;
    bottom: 0px;
    width: 100%;
  }
  .mobile-logos img {
    width: 100%;
    max-width: 380px !important;
  }
  .google-translate-wrap-horizontal {
    position: fixed;
    right: 0px;
    margin: 0px;
    top: 52px;
    min-width: 150px;
    width: 150px;
  }
  .google-translate-wrap-horizontal .goog-te-gadget-simple {
    border-top: none;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .google-translate-wrap-horizontal #google_translate_element .skiptranslate.goog-te-gadget div {
    background-size: 24px;
  }
  .google-translate-wrap-horizontal #google_translate_element .skiptranslate.goog-te-gadget .goog-te-combo {
    padding: 5px 5px 5px 28px;
    background-size: 11px;
    font-size: 12px;
    height: 30px;
    min-height: 30px;
  }
  .skiptranslate.goog-te-gadget .goog-te-gadget-simple {
    padding: 3px;
    font-size: 11px;
  }
  header {
    height: 52px;
  }
  header .wrapper span.igfr-italy-logo {
    width: 68px;
    height: 68px;
    left: calc(50% - 30px);
    top: -40px;
  }
  header .wrapper span.igfr_saflogo {
    position: fixed;
    top: 6px;
    right: 50px;
    width: 100px;
  }
  header .wrapper .mainMenu.open {
    top: 52px;
  }
  header .header-top {
    height: 100%;
    background: #DEE7EB;
  }
  header .header-top img.igfr-world-headerlogo {
    max-width: 145px;
    width: 100%;
  }
  header .header-bottom {
    height: 0px;
    padding: 0px;
  }
  header .header-bottom .nav-link {
    display: none;
  }
  input[type=date] {
    min-width: 360px;
  }
  main section.igfr_restaurantlisting table, main section.igfr_restaurantlisting tbody {
    display: block;
    width: 100%;
    border: none !important;
  }
  main section.igfr_restaurantlisting table tr, main section.igfr_restaurantlisting tbody tr {
    display: flex;
    width: 100%;
    flex-direction: column;
    border: 1px solid #E7EDF2;
    margin-bottom: 20px;
    border-radius: 10px;
  }
  main section.igfr_restaurantlisting table tr:first-child, main section.igfr_restaurantlisting tbody tr:first-child {
    display: none;
  }
  main section.igfr_restaurantlisting table tr:nth-child(odd) td, main section.igfr_restaurantlisting tbody tr:nth-child(odd) td {
    background: #fff !important;
  }
  main section.igfr_restaurantlisting table tr td, main section.igfr_restaurantlisting tbody tr td {
    display: block;
    width: 100%;
    border: none !important;
    position: relative;
    padding: 20px 15px 30px !important;
    font-size: 14px !important;
    background: #fff !important;
    border-radius: 10px !important;
  }
  main section.igfr_restaurantlisting table tr td:before, main section.igfr_restaurantlisting tbody tr td:before {
    position: absolute;
    content: "";
    top: -8px;
    left: 15px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;
    text-align: left;
    color: #275A9F;
  }
  main section.igfr_restaurantlisting table tr td:first-child, main section.igfr_restaurantlisting tbody tr td:first-child {
    font-family: Inter;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 28px;
    text-align: left;
    color: #275A9F;
    display: flex;
    align-items: center;
  }
  main section.igfr_restaurantlisting table tr td:first-child:before, main section.igfr_restaurantlisting tbody tr td:first-child:before {
    display: none;
  }
  main section.igfr_restaurantlisting table tr td:nth-child(2):before, main section.igfr_restaurantlisting tbody tr td:nth-child(2):before {
    content: "Meals";
  }
  main section.igfr_restaurantlisting table tr td:nth-child(3):before, main section.igfr_restaurantlisting tbody tr td:nth-child(3):before {
    content: "Address";
  }
  main section.igfr_restaurantlisting table tr td:nth-child(4):before, main section.igfr_restaurantlisting tbody tr td:nth-child(4):before {
    content: "Hours";
  }
  main section.igfr_restaurantlisting table tr td:nth-child(5):before, main section.igfr_restaurantlisting tbody tr td:nth-child(5):before {
    content: "Specialty";
  }
  main section.igfr_restaurantlisting .wrapper p {
    font-size: 22px;
    line-height: 38px;
  }
  main section.igfr_blackstrip .wrapper h3 {
    font-size: 24px;
  }
  main section.igfr_section4 .wrapper ul.golfcourse li h3 {
    font-size: 18px;
  }
  main section.igfr_section2 .wrapper h2, main section.igfr_section4 .wrapper h2, main section.igfr_section5 .wrapper h2, main section.igfr_section6 .wrapper h2 {
    font-size: 22px;
  }
  main section.igfr_prgschedule .wrapper h2 {
    font-size: 22px;
    max-width: 100%;
  }
  main section.igfr_golfcourses .wrapper ul li {
    padding: 20px;
    display: flex;
    flex-direction: column;
  }
  main section.igfr_golfcourses .wrapper ul li div {
    order: 2;
  }
  main section.igfr_golfcourses .wrapper ul li div h3 {
    font-size: 20px;
  }
  main section.igfr_golfcourses .wrapper ul li span {
    order: 1;
    margin-bottom: 20px;
  }
  main section.igfr_golfcourses .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  main section.igfr_form .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .form-footer {
    /* padding: 30px 0px 0px;*/
  }
  .form-footer .wrapper {
    padding: 0px !important;
  }
  .radiocustom {
    font-size: 14px;
  }
  main section.igfr_form ul li {
    width: 100%;
  }
  .footer-middle .wrapper, .footer-bottom .wrapper {
    padding: 0px 15px;
  }
  main footer .wrapper {
    padding: 0px;
  }
  main footer .wrapper ul {
    display: block;
  }
  main section.igfr_section2 .wrapper > ul > li:nth-child(2) {
    padding: 0px;
  }
  main section.igfr_banner {
    height: auto;
    margin-top: 52px;
    padding-left: 15px;
    padding-right: 15px;
  }
  main section.igfr_banner .wrapper {
    padding: 30px 0px;
  }
  main section.igfr_banner .wrapper h1 {
    font-size: 35px;
  }
  main section.igfr_banner .wrapper h1, main section.igfr_blackstrip .wrapper h3 {
    max-width: 100%;
  }
  main section.igfr_banner .wrapper h1 br, main section.igfr_blackstrip .wrapper h3 br {
    display: none;
  }
  main section.igfr_banner .wrapper h2 {
    max-width: 100%;
  }
  main section.igfr_banner .wrapper h2 br:first-child {
    display: none;
  }
  main section.igfr_about3 .wrapper > ul > li {
    display: block;
  }
  main section.igfr_about3 .wrapper > ul > li div {
    padding: 0px;
    margin-top: 20px;
    width: 100%;
  }
  main section.igfr_about3 .wrapper > ul > li div ul {
    padding: 15px 0px;
  }
  main section.igfr_about2 .wrapper p {
    font-size: 20px;
  }
  main section.igfr_about3 .wrapper > ul > li div ul li {
    font-size: 16px;
  }
  main footer .wrapper ul {
    flex-direction: column;
  }
  .footer-middle .wrapper p:first-child {
    margin-bottom: 10px;
  }
  main section.igfr_sub_banner {
    padding: 30px 0px;
    height: auto;
    margin-top: 52px;
  }
  main section.igfr_sub_banner .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  main section.igfr_sub_banner .wrapper h1 {
    max-width: 100%;
    font-size: 26px;
  }
  main section.igfr_sub_banner .wrapper h1 br {
    display: none;
  }
  main section.igfr_sub_banner .wrapper p {
    max-width: 100%;
    font-size: 14px;
  }
  main section.igfr_sub_banner .wrapper p br {
    display: none;
  }
  html.translated-ltr .google-translate-wrap-horizontal {
    top: 92px;
  }
  html.translated-ltr main section.igfr_sub_banner, html.translated-ltr main section.igfr_banner {
    margin-top: 92px;
  }
  html.translated-ltr span.igfr_saflogo {
    top: 46px !important;
  }
  html.translated-ltr header .wrapper .mainMenu.open {
    top: 92px;
  }
  main section.igfr_payment .wrapper .confrm_msg .registration-summary {
    padding: 150px 10px 30px 10px;
  }
  main section.igfr_payment .wrapper .confrm_msg .registration-summary .unique-registration-number {
    padding: 10px;
  }
  main section.igfr_payment .wrapper .confrm_msg .registration-summary h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 576px) {
  main section.igfr_payment .wrapper .bank-details ul li {
    flex-direction: column;
  }
  main section.igfr_payment .wrapper .bank-details ul li label {
    width: 100%;
    margin-bottom: 2px;
  }
  main section.igfr_payment .wrapper .bank-details ul li span {
    width: 100%;
  }
  main section.igfr_form ul.column-three li {
    width: 100%;
  }
  header .wrapper .mainMenu.open {
    width: 100%;
  }
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999999;
}

.popup-content {
  background: #fff;
  padding: 50px;
  border-radius: 8px;
  text-align: center;
  min-width: 300px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-content h3 {
  margin: 0px;
  padding: 0px;
  font-size: 20px;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  border-radius: 100%;
  border: 1px solid #000000;
  background: #FFFFFF;
  width: 30px;
  height: 30px;
}
.close-btn:after {
  content: "X";
  position: absolute;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  top: 0px;
  left: -1px;
}

.trigger {
  cursor: pointer;
}
