@font-face {
  font-family: "avenir-next";
  src: url("../fonts/Avenir-Next-LT-Pro-Bold_5182.ttf") format("truetype");
}
@font-face {
  font-family: "avenir-next-bold";
  src: url("../fonts/Avenir-Next-LT-Pro-Bold_5182.ttf") format("truetype");
}
@font-face {
  font-family: "avenir-next-med";
  src: url("../fonts/AvenirLTStd-Medium.otf") format("opentype");
}
.font-reg {
  font-family: "avenir-next";
}

.font-bold {
  font-family: "avenir-next-bold";
}

h1 {
  font-family: "avenir-next-bold";
  font-size: 38px;
  color: #000000;
  text-align: center;
  margin-bottom: 36px;
}

h2 {
  font-family: "avenir-next-bold";
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}

p {
  font-family: "avenir-next-med";
  font-size: 22px;
  color: #2f2f2f;
}

img {
  max-width: 100%;
  height: auto;
}
body{
    font-family: "avenir-next-med";
   font-size: 22px;
  color: #2f2f2f;
  font-weight: 400;
    line-height: 1.5;

}
.text-primary {
  color: #000000 !important;
}

.btn {
  border-radius: 50px;
  font-size: 28px;
  padding: 10px 40px;
  font-family: "avenir-next-bold";
}

.btn-primary,
.btn-primary:hover {
  background-color: #000000;
  border-color: #000000;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #000000;
  border-color: #000000;
}

.btn-primary.focus,
.btn-primary:focus {
  background-color: #000000;
  border-color: #000000;
  box-shadow: none;
}

a:hover {
  text-decoration: none !important;
}

/*.intro-sec {
  background-image: url(../image/bg-triangle.svg);
  background-repeat: no-repeat;
  background-position: top right;
}*/

.intro-sec {
  background-repeat: no-repeat;
  background-position: top right;
}


/*.intro-sec.terms-conditions{
  background-size: auto 100%;
  background-image: none;
}*/
.intro-sec .logo-header {
  width: 200px;
  margin-top: -10px;
}
.intro-sec .mt-n6 {
  margin-top: -85px;
}
.intro-sec.terms-conditions .mt-n6{
    margin-top: -35px;
}
.intro-sec.terms-conditions .terms-conditions-dis p, .intro-sec.terms-conditions .terms-conditions-dis li, .intro-sec.terms-conditions .terms-conditions-dis h2{text-align: left;font-size: 18px}
.intro-sec.terms-conditions .terms-conditions-dis h2{font-size: 22px}
.intro-sec .download-icon {
  width: 200px;
  padding: 0 5px;
}
.intro-sec iframe {
  border-radius: 12px;
}
.intro-sec a.contact-details {
  text-decoration: none;
  color: #000000;
  font-family: "avenir-next-bold";
  font-size: 22px;
  display: block;
  padding-bottom: 36px;
  text-decoration: none;
}
.intro-sec a:hover.contact-details {
  text-decoration: none;
  color: #000000;
}
.intro-sec a.contact-details img {
  width: 34px;
  padding-right: 10px;
}
.intro-sec .map-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 550px;
  border-radius: 12px;
}
.intro-sec .map-container-2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 550px;
  border-radius: 12px;
}
.intro-sec .map-container:before,
.intro-sec .map-container:after,
.intro-sec .map:before,
.intro-sec .map:after {
  position: absolute;
  display: block;
  box-shadow: 0 0 12px 8px rgba(0, 0, 0, 0.3);
  content: "";
  z-index: 5;
}
.intro-sec .map-container:before {
  top: -5px;
  left: 0;
  right: 0;
  height: 5px;
}
.intro-sec .map-container:after {
  right: -5px;
  top: 0;
  bottom: 0;
  width: 5px;
}
.intro-sec .map-container-2:before,
.intro-sec .map-container-2:after,
.intro-sec .map:before,
.intro-sec .map:after {
  position: absolute;
  display: block;
  box-shadow: 0 0 12px 8px rgba(0, 0, 0, 0.3);
  content: "";
  z-index: 5;
}
.intro-sec .map-container-2:before {
  bottom: -5px;
  left: 0;
  right: 0;
  height: 5px;
}
.intro-sec .map-container-2:after {
  left: -5px;
  top: 0;
  bottom: 0;
  width: 5px;
}

.shadow-2 {
  width: -webkit-fill-available;
  height: 550px;
  box-shadow: inset 0px 0px 15px 4px #979797;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 3rem;
  border-radius: 12px;
}

footer {
  background: #dfdfdf;
  color: #000000;
  font-family: "avenir-next-bold";
  padding: 16px;
}
footer a {
  color: #000000;
  text-decoration: none;
}
footer a:hover {
  color: #000000;
  text-decoration: none;
}
footer span {
  font-size: 18px;
}
@media (max-width: 991px) {
  .intro-sec.terms-conditions .mt-n6{margin-top:30px;}
}
@media (max-width: 768px) {
  h1 {
    font-size: 30px;
    margin-bottom: 16px;
  }

  p {
    font-size: 20px;
  }

  .btn {
    font-size: 20px;
  }

  .intro-sec {
    background-size: 770px;
  }
  .intro-sec .mt-n6 {
    margin-top: 20px;
  }
  .intro-sec .logo-header {
    width: 130px;
    margin: -10px auto 0;
    display: block;
  }
  .intro-sec .download-icon {
    width: 155px;
  }
  .intro-sec iframe {
    height: 440px;
    width: 680px;
  }
  .intro-sec .sm-icon {
    height: 30px;
    margin-bottom: 20px;
  }
  .intro-sec .map-container {
    height: 440px;
  }
  .intro-sec .map-container-2 {
    height: 440px;
  }

  .shadow-2 {
    box-shadow: none;
  }

  footer {
    padding: 8px;
  }
  footer span {
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  h1 {
    font-size: 26px;
    margin-bottom: 16px;
  }

  p {
    font-size: 18px;
  }

  .btn {
    font-size: 18px;
  }

  .intro-sec {
    background-size: 415px;
  }
  .intro-sec .mt-n6 {
    margin-top: 20px;
  }
  .intro-sec .logo-header {
    width: 130px;
  }
  .intro-sec .download-icon {
    width: 155px;
  }
  .intro-sec iframe {
    height: 300px;
    width: 330px;
  }
  .intro-sec .sm-icon {
    height: 30px;
    margin-bottom: 20px;
  }
  .intro-sec a.contact-details {
    font-size: 18px;
    padding-bottom: 28px;
  }
  .intro-sec a.contact-details img {
    width: 28px;
    padding-right: 8px;
  }
  .intro-sec .map-container {
    height: 300px;
  }
  .intro-sec .map-container-2 {
    height: 300px;
  }

  .shadow-2 {
    box-shadow: none;
  }

  .col-rev {
    display: flex;
    flex-direction: column-reverse;
  }

  footer {
    padding: 8px;
  }
  footer span {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .intro-sec .download-icon {
    width: 140px;
  }
}

