@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@700&display=swap");
/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap'); */
/* font-family: "Poppins", sans-serif; */
/* font-family: "Cinzel", serif; */
/* font-family: "Roboto", sans-serif; */
/* font-family: "Open Sans", sans-serif; */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

main {
  display: block;
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 700;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

legend {
  margin-bottom: 20px;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0px;
  color: #707070;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

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

[type="search"] {
  appearance: textfield;
  -webkit-appearance: textfield;
  outline-offset: 0;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template,
[hidden] {
  display: none;
}

/* input:-internal-autofill-selected {
    appearance: menulist-button;
    background-color: transparent !important;
    background-image: none !important;
    color: #fff !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:active,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:active,
select:-webkit-autofill:focus {
    background-color: transparent !important;
    color: #fff !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-text-fill-color: #fff !important;
    -moz-text-fill-color: #fff !important;
} */

*:-webkit-autofill,
*:-webkit-autofill:hover,
*:-webkit-autofill:focus,
*:-webkit-autofill:active {
  /* use animation hack, if you have hard styled input */
  transition: all 5000s ease-in-out 0s;
  transition-property: background-color, color;
  /* if input has one color, and didn't have bg-image use shadow */
  -webkit-box-shadow: 0 0 0 1000px #fbf8ef inset;
  box-shadow: 0 0 0 1000px #fbf8ef inset;
  /* text color */
  -webkit-text-fill-color: #4c4c4c;
  /* font weigth */
  font-weight: 500 !important;
}

textarea {
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

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

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

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

/* Custom Css */
html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  font-family: "Poppins", sans-serif;
  /* font-family: "Open Sans", sans-serif; */
  /* font-family: "Roboto", sans-serif; */
  font-weight: 400;
  font-style: normal;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p {
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
}

h1,
.h1 {
  font-size: 48px;
  font-weight: 600;
}

h1.smlHead,
.h1.smlHead {
  font-size: 42px;
}

h2,
.h2 {
  font-size: 42px;
  font-weight: 400;
}

h3,
.h3 {
  font-size: 32px;
  line-height: 1.2;
}

h4,
.h4 {
  font-size: 28px;
}

h5,
.h5 {
  font-size: 26px;
}

h6,
.h6 {
  font-size: 22px;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

p.smlPara {
  font-size: 16px;
}

a,
a:hover {
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

a:focus {
  outline: 0;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.material-icons,
.material-icons-outlined {
  padding: 0;
}

.hide {
  display: none;
}

/* Hide scrollbar for Chrome, Safari and Opera  */
*::-webkit-scrollbar,
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
  width: 0 !important;
  height: 0 !important;
  color: 000;
  background: #fff;
  background-color: #fff;
}

/* Track */
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #fff;
  background-color: #fff;
}

/* Hide scrollbar for IE, Edge and Firefox */
html,
body {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: -moz-scrollbars-none;
}

.scrollup {
  width: 55px;
  height: 55px;
  color: #003a75;
  position: fixed;
  right: 20px;
  bottom: 20px;
  border-radius: 100%;
  background-color: #00F5EB;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0 10px 10px rgba(0, 0, 0, .15));
}
/* .scrollup span {
  color: #003a75;
} */

/* Header css start here */
header {
  width: 100%;
  float: left;
  position: fixed;
  background: #fff;
  box-shadow: 0 3px 12px #00000029;
  transition: all 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  z-index: 999;
}

header.is-hidden {
  -webkit-transform: translateY(-130px);
  -ms-transform: translateY(-130px);
  transform: translateY(-130px);
}

.mainNav {
  width: 100%;
  padding: 0 8%;
  float: left;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.piramalLogo {
  padding: 10px 0;
  float: left;
  display: flex;
  display: flex;
  align-items: flex-end;
}
.vnLogo {
  float: left;
}
.logo-right {
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.logo-rightTxt {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-end;
}
.logo-rightTxt h1 {
  float: left;
  font-size: 22px;
  font-family: "Cinzel", serif;
  color: #0d7bd6;
}
.logo-rightTxt h6 {
  float: left;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #002d5c;
}

.piramalLogo img {
  height: 70px;
  float: left;
}

nav {
  width: 100%;
  float: right;
  margin: 0;
  display: flex;
  justify-content: flex-end;
}

.mobileOnly-nav,
.mobArrow,
.navSocial {
  display: none;
}

.nav,
.nav li,
.nav li a {
  float: left;
}

.nav li a {
  padding: 15px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #003a75;
}

.nav-hasSubmenu,
.nav-subMenuHead {
  position: relative;
}

.nav-submenu {
  position: absolute;
  left: 0;
  /* left: calc(50% - 150px); */
  top: 100%;
  width: 300px;
  z-index: 999;
  transition: all 300ms ease-out;
  display: none;
}

.nav-smInner {
  width: 100%;
  padding: 10px 20px;
  float: left;
  transition: all 300ms ease-out;
  border-radius: 12px;
  background: #fff;
  /* box-shadow: 0 3px 8px #00000047; */
  box-shadow: 1px 3px 8px rgba(0, 36, 72, 0.3);
}

.nav-hasSubmenu:hover .nav-smInner {
  width: 100%;
  padding: 10px 20px;
}

.nav-hasSubmenu:hover > .nav-subMenuHead > a {
  position: relative;
}

.nav-subMenuHead .material-icons-outlined,
.smCloseBtn {
  display: none;
}

.nav-submenu ul {
  width: 100%;
  float: left;
  padding: 0;
}

.nav li:hover > .nav-submenu {
  display: block;
  transition: all 300ms ease-out;
}

.nav-submenu li {
  width: 100%;
  float: left;
  padding: 0;
  border-bottom: 1px solid #e1e1e1;
}
.nav-submenu li:hover {
  background: #ebf1ff;
}

.nav-submenu li:last-child {
  border-bottom: 0;
}

.nav-submenu li a {
  padding: 10px 5px !important;
  font-size: 14px;
  font-weight: 500;
  color: #003a75;
}
.nav-submenu li a:hover {
  color: #89001a;
  /* color: #e09d01; */
}

.submenuList {
  width: 72%;
  float: left;
}

.submenuList ul {
  width: 100%;
  float: left;
}

.submenuList li {
  width: 25%;
  float: left;
  padding: 0 10px;
  margin: 0;
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.32px;
  color: #000;
  text-align: left;
}

.nav-smBtn {
  margin: 0 25px;
}

.nav-smBtn:before,
.nav-smBtn:after {
  content: "";
  position: absolute;
  top: 20%;
  width: 1px;
  height: 60%;
  background: #e1e1e1;
}

.nav-smBtn:before {
  left: -20px;
}

.nav-smBtn:after {
  right: -20px;
}

.nav-right {
  float: left;
  display: none;
  align-items: center;
}

.nav-search {
  padding: 10px;
  float: left;
  position: relative;
}

.nav-searchBtn {
  cursor: pointer;
  float: left;
}

.nav-search .material-icons-outlined {
  color: #ee4223;
  float: left;
}

.nav-searchPP {
  width: 300px;
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  background: #f8f8f8;
  display: none;
}

.nav-searchRow {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
}

.nav-searchSubmit {
  width: 50px;
  float: left;
  background: #f8f8f8;
  border: 0;
  outline: 0;
  border-right: 1px solid #e1e1e1;
  display: flex;
  align-items: center;
  justify-content: center;
}

input[type="text"].nav-searchInput {
  padding: 10px;
  font-size: 16px;
  letter-spacing: 0px;
  color: #000;
  background: #f8f8f8;
  border: 0;
  outline: 0;
}

.nav-searchPPClose {
  padding: 6px 10px !important;
  color: #000;
  display: flex;
  align-items: center;
}

.navToggle {
  display: none;
  width: 22px;
  height: 15px;
  float: left;
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 99999;
}

.navToggle span {
  width: 22px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #002448;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.navToggle span:nth-child(1) {
  top: 1px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.navToggle span:nth-child(2) {
  top: 7px;
  opacity: 1;
}

.navToggle span:nth-child(3) {
  top: 13px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.navToggle.open span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navToggle.open span:nth-child(2) {
  top: 7px;
  opacity: 0;
}

.navToggle.open span:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mobNavOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(32, 38, 49, 0.2);
  filter: blur(50px);
  z-index: 1;
  display: none;
}

/* Top nav css start here */
.topNav {
  width: 100%;
  padding: 5px 8%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: #017cbf;
}
.topNav p {
  font-size: 14px;
  letter-spacing: 0.2px;
  color: #fff;
}
.topNavLinks {
  float: left;
  display: flex;
  /* gap: 40px; */
}
.topNavLinks a {
  display: flex;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0.2px;
  color: #fff;
  gap: 10px;
}
.topNavLinks a:last-child {
  margin-left: 40px;
}

/* Top nav css end here */

/* Secondary Navigation css start hetre */
.secondaryNav {
  width: 100%;
  height: 40px;
  padding: 0 10%;
  position: fixed;
  left: 0;
  top: 109px;
  background: #e1e1e1;
  display: flex;
  align-items: center;
  z-index: 998;
  transition: all 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.secondaryNav ul {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.secondaryNav a {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  color: #000;
  text-transform: uppercase;
}

.secondaryNav a.sNavActive {
  color: #ee4223;
}

.secondaryNav.is-hidden {
  -webkit-transform: translateY(-110px);
  -ms-transform: translateY(-110px);
  transform: translateY(-110px);
}

/* Header css end here */

/* Footer css start here */
footer,
.fTop,
.fTop-navList,
.fTop-reachUs ul,
.fTop-reachUs li,
.fTop-formArea,
.fTop-formArea form,
.fTop-row,
.fTop-row input[type='text'],
.fTop-row input[type='tel'],
.fTop-row select,
.fBtm {
  width: 100%;
  float: left;
}

footer {
  padding-top: 80px;
  background: linear-gradient(98deg, #051738 6.35%, #002448 48.34%, #030b1b 81.25%);
  background-position: center;
  background-size: cover;
}
footer .container {
  padding: 0 8%;
}

.fTop {
  padding-bottom: 40px;
  display: flex;
  gap: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.fTop-nav {
  width: 36%;
  float: left;
}
.fTop-navList {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.fTop-navList li {
  width: calc(50% - 15px);
  float: left;
}
.fTop-navList li a {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.fTop-reachUs {
  width: 30%;
  float: left;
}
.fTop-reachUs h3 {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #00baeb;
  text-transform: uppercase;
}
.fTop-reachUs ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.fTop-reachUs li a {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}
.fTop-reachUs li a:not(:first-child) {
  margin-left: 25px;
}
.fTop-reachUs li .material-icons-outlined {
  color: #00baeb;
  float: left;
}
.fTop-reachUs li span:not(.material-icons-outlined) {
  width: calc(100% - 35px);
}

.fTop-form {
  width: 34%;
  float: left;
}
.fTop-form h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #00baeb;
  text-transform: uppercase;
}
.fTop-form p {
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 500;
  color: #d8e2df;
}

.fTop-row {
  margin-bottom: 15px;
  position: relative;
}

.fTop-row input[type='text'],
.fTop-row input[type='tel'],
.fTop-row select {
  height: 52px;
  padding: 14px 20px;
  font-size: 16px;
  color: #fff;
  background: #002448;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 4px;
  outline: 0;
}
.fTop-row select {
  padding-right: 45px;
  background: #002448 url(../img/dd.svg) no-repeat right 12px center;
}
.fTop-row input[type='text']:focus,
.fTop-row input[type='text']:hover,
.fTop-row input[type='tel']:focus,
.fTop-row input[type='tel']:hover {
  background: #002448;
  border-color: #889fb7;
  outline: 0;
}
.fTop-row select:focus,
.fTop-row select:hover {
  background: #002448 url(../img/dd.svg) no-repeat right 12px center;
  border-color: #889fb7;
  outline: 0;
}

.fBtm {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fBtm p,
.fTnc a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.fTnc a:not(:first-child) {
  margin-left: 20px;
}



/* Footer css end here */

/* Comman style start here */
main {
  width: 100%;
  min-height: calc(100vh - 450px);
  margin: 0;
  padding: 0;
  float: left;
}

section {
  width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: 80px;
  float: left;
  position: relative;
}

.container {
  width: 100%;
  float: left;
  padding: 0 16%;
}

.txtCenter {
  text-align: center;
}

.txtLeft {
  text-align: left;
}

.txtRight {
  text-align: right;
}

.txtNowrap {
  text-wrap: nowrap;
}
em.txtNowrap {
  font-style: normal;
}

.topSection {
  margin-top: 125px;
}

.relative {
  position: relative;
}

.mb0 {
  margin-bottom: 0;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.txtWhite {
  color: #fff;
}

.txtOrange {
  color: #ee4223;
}

.txtBlue {
  color: #002448;
}

.txtBlack {
  color: #000;
}

button {
  cursor: pointer;
}

.btnText {
  font-weight: 500;
  color: #988652;
  cursor: pointer;
}

button.btnText {
  border: 0;
  background: transparent;
  outline: 0;
  padding: 0;
}

.btnPrimary {
  float: left;
  padding: 14px 60px;
  position: relative;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  padding: 16px 35px;
  border-radius: 4px;
  cursor: pointer;
  color: #00f5eb;
  text-align: center;
  outline: 0;
  border: 1px solid #00f5eb;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  background: transparent;
  transition: all 0.5s;
}
.btnPrimary::after {
  content: "";
  display: inline-block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMSAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjUxMTcgMy44MjE2NEw2LjkzNDI1IDAuMjQ0MTQxTDUuNzU1OTEgMS40MjI0N0w4LjUwMDA4IDQuMTY2NjRIMC4xNjY3NDhWNS44MzMzMUg4LjUwMDA4TDUuNzU1OTEgOC41Nzc0N0w2LjkzNDI1IDkuNzU1ODFMMTAuNTExNyA2LjE3ODMxQzEwLjgyNDIgNS44NjU3NiAxMC45OTk3IDUuNDQxOTEgMTAuOTk5NyA0Ljk5OTk3QzEwLjk5OTcgNC41NTgwMyAxMC44MjQyIDQuMTM0MTkgMTAuNTExNyAzLjgyMTY0WiIgZmlsbD0iIzAwRjVFQiIvPgo8L3N2Zz4K);
  width: 11px;
  height: 11px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
  transition: 0.25s;
}

.btnPrimary:hover::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMSAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjUxMSAzLjgyMTY0TDYuOTMzNTIgMC4yNDQxNDFMNS43NTUxOCAxLjQyMjQ3TDguNDk5MzUgNC4xNjY2NEgwLjE2NjAxNlY1LjgzMzMxSDguNDk5MzVMNS43NTUxOCA4LjU3NzQ3TDYuOTMzNTIgOS43NTU4MUwxMC41MTEgNi4xNzgzMUMxMC44MjM1IDUuODY1NzYgMTAuOTk5IDUuNDQxOTEgMTAuOTk5IDQuOTk5OTdDMTAuOTk5IDQuNTU4MDMgMTAuODIzNSA0LjEzNDE5IDEwLjUxMSAzLjgyMTY0WiIgZmlsbD0iIzAwMjQ0OCIvPgo8L3N2Zz4K);
}

.btnPrimary:hover,
.btnPrimary:focus {
  color: #002448;
  background: #00f5eb;
  outline: 0;
  box-shadow: none;
}

.btnPrimary.fullwidth {
  width: 100%;
}


.btnSecondary {
  float: left;
  padding: 14px 60px;
  position: relative;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  padding: 16px 35px;
  border-radius: 4px;
  cursor: pointer;
  color: #002448;
  text-align: center;
  outline: 0;
  border: 1px solid #00f5eb;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  background: #00f5eb;
  transition: all 0.5s;
}
.btnSecondary::after {
  content: "";
  display: inline-block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMSAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjUxMSAzLjgyMTY0TDYuOTMzNTIgMC4yNDQxNDFMNS43NTUxOCAxLjQyMjQ3TDguNDk5MzUgNC4xNjY2NEgwLjE2NjAxNlY1LjgzMzMxSDguNDk5MzVMNS43NTUxOCA4LjU3NzQ3TDYuOTMzNTIgOS43NTU4MUwxMC41MTEgNi4xNzgzMUMxMC44MjM1IDUuODY1NzYgMTAuOTk5IDUuNDQxOTEgMTAuOTk5IDQuOTk5OTdDMTAuOTk5IDQuNTU4MDMgMTAuODIzNSA0LjEzNDE5IDEwLjUxMSAzLjgyMTY0WiIgZmlsbD0iIzAwMjQ0OCIvPgo8L3N2Zz4K);
  width: 11px;
  height: 11px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
  transition: 0.25s;
}
.btnSecondary:hover::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMSAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjUxMSAzLjgyMTY0TDYuOTMzNTIgMC4yNDQxNDFMNS43NTUxOCAxLjQyMjQ3TDguNDk5MzUgNC4xNjY2NEgwLjE2NjAxNlY1LjgzMzMxSDguNDk5MzVMNS43NTUxOCA4LjU3NzQ3TDYuOTMzNTIgOS43NTU4MUwxMC41MTEgNi4xNzgzMUMxMC44MjM1IDUuODY1NzYgMTAuOTk5IDUuNDQxOTEgMTAuOTk5IDQuOTk5OTdDMTAuOTk5IDQuNTU4MDMgMTAuODIzNSA0LjEzNDE5IDEwLjUxMSAzLjgyMTY0WiIgZmlsbD0iIzAwMjQ0OCIvPgo8L3N2Zz4K);
}
.btnSecondary:hover,
.btnSecondary:focus {
  color: #002448;
  background: #00f5eb;
  outline: 0;
  box-shadow: none;
}

.btnSecondary.fullwidth {
  width: 100%;
  justify-content: center;
}


.btnWithIcon {
  float: left;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.72px;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  transition: all 0.3s ease-in-out;
  border-bottom: 2px solid #fff;
}

.btnWithIcon .material-icons,
.btnWithIcon .material-icons-outlined {
  margin-left: 20px;
}

.btnWithIcon:hover,
.btnWithIcon:focus {
  outline: 0;
  box-shadow: none;
}

.btnWithIcon.fullwidth {
  width: 100%;
}

.btnWithIcon.lowercase {
  text-transform: lowercase;
}

.btn {
  float: left;
  padding: 11px 20px;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0px;
  color: #ac985e;
  text-align: center;
  outline: 0;
  border: 1px solid rgba(172, 152, 94, 0);
  box-shadow: none;
  background: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.btn:hover,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn:hover {
  border-color: #ac985e;
}

.btn.fullwidth {
  width: 100%;
}

.btnDownload {
  float: left;
  height: 32px;
  padding: 0 10px;
  position: relative;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  color: #002448;
  text-align: center;
  outline: 0;
  border: 1px solid #00f5eb;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  background: #00f5eb;
  transition: all 0.5s;
}

.btnDownload .material-icons,
.btnDownload .material-icons-outlined {
  font-size: 20px;
  margin-left: 10px;
  color: #002448;
}

.btnDownload:hover {
  color: #002448;
}

.btnDownload:hover,
.btnDownload:focus {
  outline: 0;
  box-shadow: none;
}

button:disabled {
  opacity: 0.5;
}

.bgGray {
  background-color: #f8f8f8;
}
.bgBlue {
  background: linear-gradient(180deg, rgba(232, 243, 255, .5) 0, #e8f3ff 100%);
}

.ptb100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pb60 {
  padding-bottom: 60px;
}

/* Comman style end here */

/* Fancybox Css Start here */
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    rgba(0, 0, 0, 0) 100%
  );
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right))
      max(25px, env(safe-area-inset-bottom))
      max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

/* Transition effects */

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}

/* Share */

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

.iframePDF .fancybox-iframe {
  position: absolute;
  width: 1000px;
  left: calc(50% - 500px);
  top: 0;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

/* Fancybox Css End here */

/* jScrollPane Css Start here */
.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: rgb(255 255 255 / 5%);
  position: relative;
  border-radius: 3px;
}

.jspDrag {
  background: #fff;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  border-radius: 3px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  background: #50506d;
  cursor: pointer;
  direction: ltr;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -20000px;
}

.jspDisabled {
  background: #80808d;
  cursor: default;
}

.jspVerticalBar .jspArrow {
  height: 12px;
}

.jspVerticalBar .jspArrow:focus,
.stayUpdatedScroll:focus,
.jspContainer:focus,
.jspPane:focus {
  border: 0;
  outline: none;
}

.jspCorner {
  background: #fff;
  float: left;
  height: 100%;
}

/* jScrollPane Css End here */

.vimeo-wrap {
  width: 100%;
  float: left;
  padding: 56.25% 0 0 0;
  position: relative;
  margin-bottom: 0;
  /* margin-bottom: 15px; */
}

/* Global loader css start here */
.global-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none;
}

.loader {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.loader img {
  width: 100px;
}

/* Global loader css end here */

/* Common css styles end here */

.slider,
.temp-form,
.formArea,
.formHead,
.form,
.formRow,
.smlForm,
.lgForm,
.thankuPP,
.thankuBtn,
.temp1,
.temp1Slider,
.temp1-img,
.temp1-img img,
.temp1-link,
.temp2,
.temp2-inner,
.temp2-list,
.temp3,
.temp3-inner,
.temp3-list,
.temp3-list2,
.temp3-list2 ul,
.temp4,
.temp4-inner,
.temp5,
.temp5-banner,
.temp5-img,
.temp5-txt,
.temp6,
.temp6-inner,
.temp6-row,
.temp6-top,
.temp6-col ul,
.temp7,
.temp7-inner,
.temp7-leftImg,
.temp7-leftImg img {
  width: 100%;
  float: left;
}

.temp1,
.temp5-banner {
  position: relative;
}

/* Register Account/login css start here */
.formArea {
  padding-left: 8.333333%;
  padding-right: 8.333333%;
  margin-top: 50px;
}

.form {
  border: 1px solid #988652;
  border-radius: 10px;
}

.smlForm {
  padding: 60px 30%;
}

.lgForm {
  padding: 60px 20%;
}

.formHead {
  margin-bottom: 35px;
}

.formHead h3,
.form h4 {
  margin-bottom: 20px;
}

.form h4 {
  font-weight: 500;
}

.formHead p {
  color: #4c4c4c;
}

.formRow:not(:last-child) {
  margin-bottom: 25px;
}

label {
  width: 100%;
  float: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .05em;
  color: #002448;
  display: block;
  margin-bottom: 10px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="file"],
select,
textarea {
  width: 100%;
  height: 42px;
  float: left;
  padding: 6px 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.33;
  letter-spacing: 0.5px;
  color: #002448;
  outline: 0;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #d2dbe2;
}

input[type="text"]:hover,
input[type="text"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="file"]:hover,
input[type="file"]:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus {
  box-shadow: none;
}

textarea {
  height: 80px;
  resize: none;
}

select {
  padding-right: 45px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fbf8ef url(../img/dd.svg) no-repeat right 18px center;
  background-size: 20px;
}

input[type="file"] {
  padding: 12px 20px;
}

.chkbox {
  display: inline-block;
}

.chkbox input {
  width: 26px;
  height: 26px;
  float: left;
  padding: 0;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
  transition: all 0.4s ease;
}

.chkbox label {
  width: auto;
  height: auto;
  float: left;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.18px;
  color: #707070;
  line-height: 1.6;
  text-align: left;
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease;
}

.chkbox label ~ a {
  padding-left: 5px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.18px;
  color: #988652;
  line-height: 1.6;
}

.chkbox label::selection,
.chkbox label span::selection {
  background: 0;
}

.chkbox label::-moz-selection,
.chkbox label span::-moz-selection {
  background: 0;
}

.chkbox label::-webkit-selection,
.chkbox label span::-webkit-selection {
  background: 0;
}

.chkbox label:before {
  content: "";
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #988652;
  padding: 0;
  margin-right: 10px;
  position: relative;
  width: 24px;
  height: 24px;
  float: left;
  cursor: pointer;
}

.chkbox.withLabel label:before {
  margin-right: 15px;
}

.chkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 9px;
  width: 7px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: all 0.4s ease;
  z-index: 1;
}

.chkbox label span {
  width: calc(100% - 34px);
  float: left;
}

.chkbox input:checked + label:before {
  background-color: #9c864a;
  border-color: #9c864a;
}

.chkbox input:checked + label {
  color: #4c4c4c;
}

.chkbox label.fullwidth,
.chkbox.fullwidth {
  width: 100%;
}

.radioBtn {
  display: inline-block;
}

.radioBtn input {
  width: 26px;
  height: 26px;
  float: left;
  padding: 0;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
  transition: all 0.4s ease;
}

.radioBtn label {
  width: auto;
  height: auto;
  float: left;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.18px;
  color: #707070;
  line-height: 1.6;
  text-align: left;
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease;
}

.radioBtn label::selection,
.radioBtn label span::selection {
  background: 0;
}

.radioBtn label::-moz-selection,
.radioBtn label span::-moz-selection {
  background: 0;
}

.radioBtn label::-webkit-selection,
.radioBtn label span::-webkit-selection {
  background: 0;
}

.radioBtn label:before {
  content: "";
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border-radius: 100%;
  border: 2px solid #988652;
  padding: 0;
  margin-right: 30px;
  position: relative;
  width: 24px;
  height: 24px;
  float: left;
  cursor: pointer;
}

.radioBtn.withLabel label:before {
  margin-right: 15px;
}

.radioBtn input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 14px;
  height: 14px;
  border: 0;
  transform: rotate(45deg);
  transition: all 0.4s ease;
  z-index: 1;
  background: #9c864a;
  border-radius: 100%;
}

.radioBtn label span {
  width: calc(100% - 34px);
  float: left;
}

.radioBtn input:checked + label:before {
  /* background-color: #9c864a; */
  border-color: #9c864a;
}

.radioBtn input:checked + label {
  color: #4c4c4c;
}

.radioBtn label.fullwidth,
.radioBtn.fullwidth {
  width: 100%;
}

.selectCityList {
  width: 100%;
  padding: 0 140px;
  float: left;
  display: grid;
  grid-template-columns: 3.3333fr 3.3333fr 3.3333fr;
  gap: 20px;
}

.selectCity-item {
  display: flex;
}

.selectCity-item .radioBtn {
  width: 100%;
}

.selectCity-item .radioBtn label:before,
.selectCity-item .radioBtn input:checked + label:after {
  content: none;
}

.selectCity-item .radioBtn label {
  width: 100%;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #4c4c4c;
  text-align: center;
  border: 1px solid #b18835;
  border-radius: 5px;
  background-color: #fff;
}

.selectCity-item .radioBtn input:checked + label {
  color: #988652;
  border-color: #eae7dc;
  background: #eae7dc;
}

.errorMsg {
  width: 100%;
  margin-top: 10px;
  float: left;
  font-size: 14px;
  color: #d8000c;
  display: none;
}

.formRow-submit {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.formRow-submit p {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.33;
  text-align: center;
  letter-spacing: 0.14px;
  color: rgba(76, 76, 76, 0.8);
}

.blockError {
  width: 100%;
  float: left;
  margin-top: 20px;
  line-height: 1.33;
  text-align: center;
  letter-spacing: 0.14px;
  color: rgba(76, 76, 76, 0.8);
}

.blockError a {
  font-weight: 600;
}

.otpRow {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 25px;
}

.otpRow .form-control {
  width: calc(16.66666667% - 25px);
  float: left;
  margin: 0;
}

.writetousOtp .otpRow .form-control {
  padding: 10px 15px 10px;
  border-radius: 10px;
}

.formRow input[type="tel"].otpInput {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0 0 10px;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.18;
  letter-spacing: 0px;
  color: #4c4c4c;
  text-align: center;
  outline: none;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #707070;
}

.otpMobile {
  margin-bottom: 40px;
}

.resendOtpBlock {
  width: 100%;
  float: left;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.verifyOtp {
  padding: 0;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.otpVerifyTxt {
  position: relative;
}

.otpLoader {
  display: none;
  position: relative;
}

.otpLoader img {
  float: left;
  animation: loader-rotate 1s infinite linear;
}

@keyframes loader-rotate {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.otpVerifyForm {
  float: left;
}

.otpVerifyThanku {
  opacity: 0;
  visibility: hidden;
  max-width: 340px;
  text-align: center;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  flex-direction: column;
}

.smlForm.withThanku {
  display: flex;
  align-items: center;
  justify-content: center;
}

.otpVerifyThanku img {
  margin-bottom: 25px;
}

fieldset p {
  margin-top: 10px;
  margin-bottom: 30px;
  font-weight: 500;
  letter-spacing: 0.18px;
  line-height: 1.33;
  color: #707070;
}

.thankuPP {
  padding: 100px 24%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  flex-direction: column;
  display: none;
}

.thankuBtn {
  display: flex;
  justify-content: center;
}

.thankuPP img,
.thankuPP h2 {
  margin-bottom: 25px;
}

.thankuPP h6 {
  margin-bottom: 45px;
}

/* Register Account/login css end here */

/* Popup css start here */
.ppWrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  position: fixed;
  outline: 0 !important;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.ppInner {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ppInner:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.ppContent {
  max-width: 1130px;
  width: 92%;
  height: auto;
  max-height: calc(100% - 20px);
  border-radius: 16px;
  display: inline-block;
  margin: 0;
  padding: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  text-align: left;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}

.ppOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  -moz-backdrop-filter: blur(25px);
  -ms-backdrop-filter: blur(25px);
  -o-backdrop-filter: blur(25px);
  display: none;
}

.ppClose {
  position: absolute;
  right: 35px;
  top: 35px;
  z-index: 1;
  color: #988652;
}

.ppSml {
  max-width: 600px;
}

.ppExtraSml {
  max-width: 450px;
}

.ppContent.noRadius {
  border-radius: 0;
}

.ppTxt,
.ppCityContent,
.ppCityArea {
  width: 100%;
  float: left;
}

.ppTxt {
  padding: 32px 6%;
}

.ppCityContent {
  padding: 25px;
  background-color: #fbf8ef;
}

.ppCityArea {
  border-radius: 6px;
  border: 1px solid #988652;
  background-color: #fff;
}

.ppCityForm h3 {
  margin-bottom: 60px;
}

.selectCityList {
  margin-bottom: 50px;
}

.primaryBtn {
  min-width: 210px;
  height: 60px;
  padding: 20px;
  float: left;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.64px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 10px;
  background: #253746;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  z-index: 1;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.primaryBtn .material-icons-outlined {
  padding: 5px;
  font-size: 13px;
  color: #fff;
  background: #ee4223;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}

.primaryBtn:before {
  width: 0;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ee4223;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

.primaryBtn:hover {
  color: #fff;
}

.primaryBtn:hover .material-icons-outlined {
  background: #253746;
}

.primaryBtn:hover:before {
  width: 100%;
}

.orangeBtn {
  float: left;
  height: 60px;
  padding: 14px 40px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0px;
  color: #fff;
  outline: 0;
  border: 0;
  box-shadow: none;
  border-radius: 12px;
  background: #ee4223;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.orangeBtn:before {
  width: 0;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #253746;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

.orangeBtn:hover:before {
  width: 100%;
}

.orangeBtn:hover,
.orangeBtn:focus {
  outline: 0;
  border: 0;
  box-shadow: none;
}

.orangeBtn.fullwidth {
  width: 100%;
}

.outlinedIconBtn {
  width: 64px;
  height: 60px;
  float: left;
  color: #fff;
  text-align: center;
  outline: 0;
  border: 2px solid #ee4223;
  border-radius: 12px;
  box-shadow: none;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.outlinedIconBtn:hover,
.outlinedIconBtn:focus {
  outline: 0;
  box-shadow: none;
}

.btnArrowUpward {
  float: left;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.72px;
  color: #ee4223;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  transition: all 0.3s ease-in-out;
  border-bottom: 2px solid #ee4223;
}

.btnArrowUpward span {
  width: 20px;
  height: 20px;
  /* padding: 7px; */
  background: #ee4223;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.btnArrowUpward:hover span {
  width: 27px;
  /* padding: 7px 11px; */
}

/* temp1 css start here */
.temp1-txt {
  width: 100%;
  height: 600px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
}
.temp1-txtInner {
  width: 100%;
  padding: 0 41.666667% 0 0;
  float: left;
}
.temp1-txt h1 {
  color: #fff;
  text-wrap: balance;
  margin-bottom: 30px;
}
.temp1-txt p {
  padding-right: 25%;
  font-size: 18px;
  color: #fff;
  margin-bottom: 40px;
}
.temp1-txt ul {
  padding-left: 18px;
  margin-bottom: 40px;
  list-style: disc;
}
.temp1-txt li {
  padding-right: 16%;
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
  list-style: disc;
}
.temp1-txt li::marker {
  width: 12px;
  height: 12px;
  color: #fff;
}

.temp1-link {
  margin-bottom: 0;
}
.temp1-img img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.temp1-img:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
/* temp1 css end here */

/* temp2 css start here */
.temp2 h2 {
  text-wrap: balance;
}
.temp2-list {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
}
.temp2-item {
  width: calc(33.333333% - 30px);
  padding: 30px 50px;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  box-shadow: 7.57143px 22.7143px 90.8571px rgba(0,36,72,.05);
  border-radius: 12px;
  transition: all .4s linear;
}
.temp2-item:hover {
  box-shadow: 15px 30px 60px rgba(0,36,72,.15);
}
.temp2-item img {
  max-width: 100px;
  margin-bottom: 20px;
  float: left;
}
.temp2-item h4 {
  margin-bottom: 10px;
}
.temp2-item p {
  color: #57738f;
}
/* temp2 css end here */

/* temp3 css start here */
.temp3 {
  padding: 80px 0;
}
.temp3-list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.temp3-item {
  width: calc(25% - 15px);
  padding: 20px;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  box-shadow: 7.57143px 22.7143px 90.8571px rgba(0,36,72,.05);
  border-radius: 12px;
  transition: all .4s linear;
}
.temp3-item:hover {
  box-shadow: 15px 30px 60px rgba(0,36,72,.15);
}
.temp3-item img {
  max-width: 100px;
  margin-bottom: 20px;
  float: left;
}
.temp3-item h4 {
  font-size: 22px;
  margin-bottom: 10px;
}
.temp3-item p {
  font-size: 14px;
  color: #57738f;
}
.temp3-item:hover h4,
.temp3-item:hover p {
  color: #000;
}
.temp3-list2 {
  margin-top: 30px;
}
.temp3-list2 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
/* temp3 css end here */

/* temp4 css start here */
.temp4 {
  padding: 60px 0;
}
.temp4-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px;
}
.temp4 h2 {
  width: calc(100% - 300px);
  float: left;
}
/* temp4 css end here */

/* temp5 css start here */
.temp5-txt {
  position: absolute;
  left: 0;
  bottom: 60px;
}
.temp5-banner:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(24, 54, 80, 0.35);
}
/* temp5 css end here */

/* temp6 css start here */
.temp6-top {
  margin-bottom: 45px;
}
.temp6-top.mb0 {
  margin-bottom: 0;
}
.temp6-top h4 {
  line-height: 1.6;
}
.temp6-top h4 strong {
  font-weight: 600;
}
.temp6 h2 {
  margin-bottom: 25px;
}
.temp6 p {
  font-size: 18px;
  line-height: 1.6;
}
.temp6 p:not(:last-child) {
  margin-bottom: 20px;
}
.temp6-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
.temp6-col {
  width: calc(50% - 20px);
  padding: 40px;
  background: #f8efff;
  border-radius: 8px;
}
.temp6-col2 {
  background: #fff;
  box-shadow: 15px 30px 60px rgba(0,36,72,.05);
  border-radius: 12px;
}
.temp6-col h3 {
  margin-bottom: 25px;
  color: #002448;
  position: relative;
}
.temp6-col h3:before {
  content: '';
  border-bottom: 3px solid #34ccff;
  width: 50px;
  display: block;
  margin-bottom: 20px;
  border-radius: 2px;
}
.temp6-col p {
  color: #405a75;
}
.temp6-col ul {
  margin-top: 10px;
}
.temp6-col li {
  padding-left: 37px;
  font-size: 18px;
  line-height: 1.6;
  color: #405a75;
  position: relative;
}
.temp6-col li:not(:last-child) {
  margin-bottom: 15px;
}
.temp6-col li:before {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='12' fill='url(%23paint0_linear_12296_103949)'/%3E%3Cpath d='M9.55061 16.9758C9.32085 16.9762 9.09327 16.9313 8.88095 16.8435C8.66862 16.7557 8.47573 16.6268 8.31336 16.4642L5.05078 13.2022L5.87561 12.3768L9.1382 15.6394C9.24759 15.7487 9.39594 15.8102 9.55061 15.8102C9.70529 15.8102 9.85364 15.7487 9.96303 15.6394L18.1256 7.47681L18.9504 8.30164L10.7879 16.4642C10.6255 16.6268 10.4326 16.7557 10.2203 16.8435C10.008 16.9313 9.78038 16.9762 9.55061 16.9758Z' fill='%23003A75'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_12296_103949' x1='12' y1='0' x2='12' y2='24' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F5EB'/%3E%3Cstop offset='1' stop-color='%2300F5EB' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  position: absolute;
  top: 2px;
  left: 0;
}
/* temp6 css end here */

/* temp7 css start here */
.temp7 {
  padding: 80px 0;
}
.temp7-inner {
  display: flex;
  align-items: center;
  gap: 40px;
}
.temp7-left {
  width: 33.333333%;
  float: left;
}
.temp7-leftImg img {
  border-radius: 12px;
}

.temp7-right {
  width: 66.666667%;
  float: left;
}
.temp7-right h3 {
  margin-bottom: 10px;
}
.temp7-right h6 {
  margin-bottom: 45px;
}
.temp7-right p {
  font-size: 18px;
  line-height: 1.6;
}
.temp7-right p:not(:last-child) {
  margin-bottom: 25px;
}
/* temp7 css end here */

/* temp8 css start here */
.temp8,
.temp8-inner,
.temp8-left ul,
.temp8-left li,
.temp8-item,
.temp8-itemImg,
.temp8-item ul,
.temp8-item li {
  width: 100%;
  float: left;
}

.temp8-inner {
  display: flex;
  gap: 40px;
}

.temp8-left {
  width: calc(25% - 40px);
  float: left;
}
.temp8-left h4 {
  margin-bottom: 15px;
}
.temp8-left ul {
 display: flex;
 flex-wrap: wrap;
 gap: 3px;
}
.temp8-left li a {
  width: 100%;
  padding: 15px 20px;
  float: left;
  font-size: 16px;
  font-weight: 500;
  color: #405a75;
  /* text-wrap: balance; */
  background: #f8efff;
}
.temp8-left li a:hover,
.temp8-left li.serviceActive a {
  color: #002448;
  background: #00f5eb;
  box-shadow: 5px 10px 40px rgba(0,36,72,.05);
}

.temp8-right {
  width: 75%;
  float: left;
} 
.temp8-item:not(:last-child) {
  margin-bottom: 25px;
}
.temp8-item h4 {
  margin-bottom: 20px;
}
.temp8-item h6 {
  width: 100%;
  margin-bottom: 10px;
  font-size: 18px;
  color: #405a75;
}
.temp8-item p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6;
  color: #405a75;
}
.temp8-item p:not(:last-child) {
  margin-bottom: 20px;
}
.temp8-itemImg {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
.temp8-itemImg img {
  max-width: 100%;
  float: left;
}
.temp8-itemImg p {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #002448;
}

.temp8-item ul {
  margin-bottom: 20px;
}
.temp8-item li {
  padding-left: 37px;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.6;
  color: #405a75;
  position: relative;
}
.temp8-item li:before {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='12' fill='url(%23paint0_linear_12296_103949)'/%3E%3Cpath d='M9.55061 16.9758C9.32085 16.9762 9.09327 16.9313 8.88095 16.8435C8.66862 16.7557 8.47573 16.6268 8.31336 16.4642L5.05078 13.2022L5.87561 12.3768L9.1382 15.6394C9.24759 15.7487 9.39594 15.8102 9.55061 15.8102C9.70529 15.8102 9.85364 15.7487 9.96303 15.6394L18.1256 7.47681L18.9504 8.30164L10.7879 16.4642C10.6255 16.6268 10.4326 16.7557 10.2203 16.8435C10.008 16.9313 9.78038 16.9762 9.55061 16.9758Z' fill='%23003A75'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_12296_103949' x1='12' y1='0' x2='12' y2='24' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300F5EB'/%3E%3Cstop offset='1' stop-color='%2300F5EB' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  position: absolute;
  top: 2px;
  left: 0;
}
.temp8-item li:not(:last-child) {
  margin-bottom: 15px;
}
.temp8-item ul.temp8-decimalList,
.temp8-item ul.temp8-decimalList li {
  list-style-type: decimal;
}
.temp8-item ul.temp8-decimalList li:before,
.temp8-item ul.temp8-alphbetList li:before {
  content: none;
}
.temp8-item ul.temp8-decimalList li,
.temp8-item ul.temp8-alphbetList li {
  padding-left: 10px;
  margin-left: 20px;
}
.temp8-item ul li h6 {
  font-size: 16px;
}
.temp8-item ul.temp8-alphbetList,
.temp8-item ul.temp8-alphbetList li {
  list-style-type: lower-alpha;
}
.temp8-item ul.temp8-decimalList.mb0 {
  margin-bottom: 0;
}

.temp8-list,
.temp8-list ul {
  width: 100%;
  float: left;
}

.temp8-list {
  margin-bottom: 60px;
}
.temp8-list h4 {
  margin-bottom: 15px;
}
.temp8-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.temp8-list ul li {
  width: calc(33.333333% - 16px);
  float: left;
  background: linear-gradient(90deg, #565094 0, #1bb2e2 100%);
  border-radius: 3px;
  box-shadow: 0px 15px 30px rgba(0,36,72,.05);
  transition: all .3s linear;
}
.temp8-list ul li:hover {
  box-shadow: 3px 10px 25px rgba(0,36,72,.3);
}

.temp8-lItem {
  height: 100%;
  padding: 20px;
  float: left;
  color: #fff;
  position: relative;
}
.temp8-lItem h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.temp8-lItem p {
  font-size: 12px;
}



/* temp8 css end here */

.stayTunedLinks {
  margin-top: 25px;
  display: flex;
  gap: 20px;
}
.stayTunedLinks a {
  color: #002448;
  display: flex;
  align-items: center;
}
.stayTunedLinks a .material-icons-outlined {
  margin-right: 10px;
}

/* Datatables css start here */
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
}
.custom-datatable thead tr th {
  font-size: 14px;
  background: rgba(236, 98, 87, 12%) 0% 0% no-repeat padding-box;
}
.custom-datatable thead tr th:first-child {
  white-space: nowrap;
}
.stripe tbody tr:nth-of-type(odd),
table.dataTable.stripe > tbody > tr:nth-child(odd) > * {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.stripe tbody tr:nth-of-type(even) {
  background-color: rgba(0, 0, 0, .05);
}
table.stripe td, table.stripe th {
  font-size: 16px;
  vertical-align: center;
  border-top: 1px solid #dee2e6;
}
table.dataTable.stripe > thead > tr > th {
  font-weight: 600;
  vertical-align: middle;
  border-bottom: 2px solid #dee2e6;
}
table.dataTable > tbody > tr > th {
  padding: 8px 15px;
}
table.dataTable > tbody > tr > td {
  padding: 15px;
}
table.dataTable.nowrap2 > tbody > tr > td:nth-child(2) {
  white-space: nowrap;
}
/* Datatables css end here */


/* temp9 css start here */
.temp9,
.temp9-inner,
.temp9-rItem {
  width: 100%;
  float: left;
}
.temp9 {
  padding: 80px 0;
}
.temp9-inner {
  display: flex;
  gap: 40px;
}
.temp9-left,
.temp9-right {
  width: calc(50% - 20px);
  padding: 40px;
  float: left;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 8px 0 rgb(0 0 0/8%);
  /* box-shadow: 7.57143px 22.7143px 90.8571px rgba(0,36,72,.05); */
  border: 1px solid rgba(26, 26, 26, .1);
}
.temp9-left h5,
.temp9-right h5 {
  margin-bottom: 40px;
}
.temp9-rItem:not(:last-child) {
  margin-bottom: 25px;
}
.temp9-rItem h6 {
  margin-bottom: 12px;
  font-size: 20px;
  color: #002448;
}
.temp9-rItem p {
  padding-right: 20%;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.6;
  color: #405a75;
}
.temp9-rItem p a {
  color: #405a75;
}
.temp9-rItem p a:hover {
  color: #002448;
}
.error-message {
  width: 100%;
  float: left;
  margin-top: 5px;
  font-size: 12px;
  color: #ff0000;
  letter-spacing: .3px;
}
.form-group {
  position: relative;
}
.contact-spinner,
.consult-spinner {
  display: none;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: absolute;
  bottom: 13px;
  right: -13px;
}
.contact-spinner::before,
.consult-spinner::before {
  content: '';
  position: absolute;
  background-color: #fbfbfc;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}
.thanku,
.thanku2 {
  width: 100%;
  margin-top: 20px;
  float: left;
  display: none;
}
.thanku h4,
.thanku2 h4 {
  font-size: 16px;
  color: #4CAF50;
  letter-spacing: .5px;
}
.thanku2 h4 {
  color: #FFF;
}

/* temp9 css end here */



/* Media Queries start here */
@media only screen and (max-width: 1700px) {
  h1,
  .h1 {
    font-size: 52px;
  }

  h2,
  .h2 {
    font-size: 42px;
  }

  h3,
  .h3 {
    font-size: 30px;
  }

  h4,
  .h4 {
    font-size: 22px;
  }

  h6,
  .h6 {
    font-size: 20px;
  }

  p {
    font-size: 16px;
  }

  .container {
    padding: 0 8%;
  }

  .fEmailBtn {
    width: 70px;
    height: 70px;
    padding: 25px;
  }

  .formRow {
    gap: 15px;
  }

  .fTop-navList li a,
  .fTop-reachUs li a {
    font-size: 18px;
  }

  .temp1-txtInner {
    padding: 0 50% 0 0;
  }



}

@media only screen and (max-width: 1600px) {
  h1,
  .h1 {
    font-size: 48px;
  }

  h2,
  .h2 {
    font-size: 36px;
  }

  h3,
  .h3 {
    font-size: 26px;
  }

  h4,
  .h4 {
    font-size: 20px;
  }

  h6,
  .h6 {
    font-size: 18px;
  }

  .primaryBtn {
    min-width: 180px;
    height: 52px;
    font-size: 14px;
    gap: 20px;
  }

  .virBtn {
    min-width: 180px;
    height: 52px;
    font-size: 14px;
    gap: 20px;
  }

  .btnArrowUpward {
    padding-bottom: 7px;
    font-size: 16px;
    gap: 13px;
  }

  .temp1-txt li,
  .temp1-txt p {
    font-size: 16px;
  }
  .temp1-txt p {
    padding-right: 20%;
  }


}

@media only screen and (max-width: 1500px) {
  h1,
  .h1 {
    font-size: 44px;
  }

  h2,
  .h2 {
    font-size: 34px;
  }

  .piramalLogo img {
    height: 56px;
  }
  .logo-rightTxt h1 {
    font-size: 18px;
  }
  .logo-rightTxt h6 {
    font-size: 12px;
  }

  .nav-submenu li a {
    font-size: 12px;
  }
  .nav-search {
    padding: 7px;
  }

  .nav-searchPP {
    width: 260px;
  }

  input[type="text"].nav-searchInput {
    padding: 6px 10px;
  }

  .fTop-navList li a, .fTop-reachUs li a {
    font-size: 16px;
  }
  .fBtm p, .fTnc a {
    font-size: 14px;
  }

  .container,
  .mainNav {
    padding: 0 8%;
  }

  



  section {
    margin-bottom: 60px;
  }

  .topSection {
    margin-top: 110px;
  }

  .topSectionAbout {
    margin-top: 137px;
  }

  .secondaryNav {
    top: 110px;
    padding: 0 8%;
  }

  header.is-hidden,
  .secondaryNav.is-hidden {
    -webkit-transform: translateY(-110px);
    -ms-transform: translateY(-110px);
    transform: translateY(-110px);
  }

  .secondaryNav a {
    font-size: 15px;
  }

}

@media only screen and (max-width: 1366px) {
  h1,
  .h1 {
    font-size: 42px;
  }

  h2,
  .h2 {
    font-size: 32px;
  }

  h3,
  .h3 {
    font-size: 24px;
  }

  h4,
  .h4 {
    font-size: 18px;
  }

  .mb50 {
    margin-bottom: 40px;
  }

  .mb40 {
    margin-bottom: 30px;
  }

  .primaryBtn {
    min-width: 160px;
    padding: 15px;
    height: 48px;
  }

  .primaryBtn .material-icons-outlined {
    font-size: 11px;
  }

  .headline h2 {
    width: 60%;
  }

  .logo-rightTxt h1 {
    font-size: 14px;
  }
  .logo-rightTxt h6 {
    font-size: 12px;
  }

  .container,
  .mainNav,
  .secondaryNav,
  footer .container {
    padding: 0 6%;
  }

  footer {
    padding-top: 45px;
  }

  .footerList ul li a {
    font-size: 14px;
  }

  .formRow .material-icons-outlined {
    font-size: 18px;
  }

  .footerLogo img {
    width: 130px;
    height: 50px;
  }

  .footerTnc p a {
    font-size: 14px;
  }

  .footerCopyRight p {
    font-size: 14px;
  }

  .fEmailBtn {
    width: 60px;
    height: 60px;
    padding: 20px;
  }

  .footerList ul {
    gap: 45px;
  }

  .footerHeading {
    padding-right: 20%;
  }

  .footerSocial ul li a img {
    width: 20px;
    height: 20px;
  }

  .btnPrimary,
  .btnSecondary {
    font-size: 14px;
    padding: 14px 30px;
  }

  .temp1-img img,
  .temp1-txt {
    height: 400px;
  }
  .temp1-txt h1 {
    font-size: 36px;
    margin-bottom: 25px;
  }
  .temp2-item p {
    font-size: 14px;
  }
  .temp2-item img {
    max-width: 80px;
    margin-bottom: 15px;
  }
  .temp3-item img {
    max-width: 70px;
    margin-bottom: 15px;
  }
  .temp3-item h4 {
    font-size: 18px;
  } 
  .temp3-item p {
    font-size: 12px;
  }
  .temp5-txt h1 {
    font-size: 36px;
  }

}

@media only screen and (max-width: 1300px) {
  h1,
  .h1 {
    font-size: 38px;
  }

  h2,
  .h2 {
    font-size: 30px;
  }

  h3,
  .h3 {
    font-size: 22px;
  }

  h6,
  .h6 {
    font-size: 16px;
  }

  .footerTop {
    margin-bottom: 30px;
  }

  .formRow {
    gap: 10px;
  }

  .fEmailBtn {
    width: 50px;
    height: 50px;
    padding: 20px;
  }

  .footerList ul li a {
    font-size: 12px;
  }

  .footerList {
    padding-bottom: 25px;
  }

  .footerList ul {
    gap: 38px;
  }

  .footerMiddle {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .formRow .material-icons-outlined {
    font-size: 16px;
  }

  .footerLogoTnc {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .footerLogo img {
    width: 125px;
    height: 45px;
  }

  .footerTnc p a {
    font-size: 12px;
  }

  .footerCopyRight {
    padding-bottom: 20px;
  }

  .footerCopyRight p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1100px) {
  h1,
  .h1 {
    font-size: 32px;
  }

  h2,
  .h2 {
    font-size: 26px;
  }

  h3,
  .h3 {
    font-size: 20px;
  }

  h6,
  .h6 {
    font-size: 16px;
  }

  html.disable-scroll {
    overflow: hidden;
    block-size: 100%;
  }

  header.is-hidden {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .piramalLogo {
    padding: 8px 0;
  }

  .piramalLogo img {
    height: 44px;
  }

  .nav-right {
    display: flex;
    gap: 40px;
  }

  .mobileOnly-nav,
  .navToggle,
  .nav-subMenuHead .material-icons-outlined,
  .smCloseBtn {
    display: block;
  }

  .desktopOnly-nav {
    display: none;
  }

  .nav-search {
    position: relative;
  }

  .nav-search:after {
    content: "";
    position: absolute;
    top: 25%;
    right: -15px;
    width: 1px;
    height: 50%;
    background: #e1e1e1;
  }

  .nav-searchBtn .material-icons-outlined {
    color: #fff;
  }

  .nav-searchPP {
    width: 200px;
    position: fixed;
    right: 6%;
    top: 12px;
    z-index: 999991;
  }

  input[type="text"].nav-searchInput {
    padding: 6px 10px;
    font-size: 14px;
  }

  .nav-searchPPClose {
    padding: 6px 4px !important;
  }

  .navWrap {
    width: 100%;
    max-width: 430px;
    padding-top: 15px;
    height: calc(100dvh - 60px);
    position: fixed;
    left: -100%;
    top: 60px;
    background: #fff;
    box-shadow: 0 3px 6px #0000000f;
    overflow: hidden;
    overflow-y: auto;
    transition: all 0.3s ease-in-out;
  }

  .navWrap.open-menu {
    left: 0;
    transition: all 0.3s ease-in-out;
  }

  .nav,
  .nav li {
    width: 100%;
  }

  .nav {
    padding: 0 20px;
  }

  .nav li {
    border-bottom: 1px solid rgba(225, 225, 225, 0.4);
  }

  .nav,
  .nav li:last-child {
    border-bottom: 0;
  }

  .nav li a {
    padding: 12px 0;
    font-weight: 500;
    color: #003a75;
  }

  .nav-smBtn:before,
  .nav-smBtn:after,
  .nav-hasSubmenu:hover
    > a:before
    .nav-hasSubmenu:hover
    > .nav-subMenuHead
    > a:before {
    content: none;
  }

  .nav-smBtn {
    margin: 0;
  }

  .nav-subMenuHead .smBtn {
    width: 24px;
    float: right;
    transition: all 0.3s ease-in-out;
  }

  .nav li:hover > .nav-submenu,
  .nav-submenu {
    display: block;
  }

  .nav-submenu {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
    display: none;
  }

  .nav-submenu.nav-sm-open {
    display: block;
  }

  .nav-subMenuHead.smBtn-open > a {
    color: #ee4223 !important;
  }

/*   .smCloseBtn {
    font-size: 20px;
    padding: 5px;
    position: absolute;
    left: calc(50% - 15px);
    top: -15px;
    box-shadow: 6px 6px 6px #00000029;
    border-radius: 100%;
    background: #ffe8e2;
  } */

  .nav-smInner {
    padding: 10px 20px 10px 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 0;
    background: #ffe8e2;
    box-shadow: 6px 6px 6px #00000029;
  }

  .nav-submenu li {
    border-bottom-color: #fff;
  }

  .nav-submenu li a {
    padding: 9px 5px !important;
    font-size: 16px;
  }

  .nav li.nav-smBtn {
    border-bottom: 0;
  }

  .navSocial {
    width: 100%;
    max-width: 430px;
    height: 50px;
    padding: 0 20px;
    float: left;
    background-color: #fa4616;
    box-shadow: 0 3px 6px #0000000f;
    position: fixed;
    bottom: 0;
    left: -100%;
    transition: all 0.3s ease-in-out;
  }

  .navSocial.navSocialOpen {
    left: 0;
  }

  .navSocial ul {
    width: 100%;
    height: 50px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .navSocial li {
    float: left;
    margin-left: 20px;
  }

  .topSection,
  .topSectionAbout {
    margin-top: 88px;
  }

  .fTop-navList li {
    width: 100%;
  }
  .fTop-navList li a, .fTop-reachUs li a {
    font-size: 14px;
    gap: 7px;
  }
  .fTop {
    padding-bottom: 30px;
    gap: 30px;
  }
  .fTop-nav {
    width: 25%;
  }
  .fTop-reachUs {
    width: 35%;
  }
  .fTop-form {
    width: 40%;
  }
  .fTop-reachUs li .material-icons-outlined {
    font-size: 18px;
  }
  .fTop-row input[type='text'], .fTop-row input[type='tel'], .fTop-row select {
    height: 42px;
    padding: 10px 15px;
    font-size: 12px;
  }
  .fBtm {
    padding: 20px 0;
  }
  .fBtm p, .fTnc a {
    font-size: 12px;
  }
  .fTop-reachUs h3 {
    margin-bottom: 25px;
    font-size: 16px;
  }
  .fTop-navList,
  .fTop-reachUs ul {
    gap: 25px;
  }
  .fTop-form h3 {
    font-size: 16px;
  }
  .fTop-form p {
    margin-bottom: 20px;
    font-size: 12px;
  }
  .scrollup {
    width: 44px;
    height: 44px;
    right: 10px;
    bottom: 10px;
  }
  .swiper-button-next, .swiper-button-prev {
    width: 44px;
    height: 44px;
  }
  .topNavLinks a,
  .topNav p {
    font-size: 12px;
  }
  .topNavLinks a:last-child {
    margin-left: 20px;
  }
  .topNavLinks a .material-icons-outlined {
    font-size: 18px;
  }

  .temp1-txtInner {
    padding: 0 30% 0 0;
  }
  .temp1-txt h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .temp1-txt li, .temp1-txt p {
    font-size: 14px;
  }
  .temp1-txt p {
    margin-bottom: 30px;
  }
  .temp1-txt ul {
    margin-bottom: 30px;
  }
  .temp2-list {
    margin-top: 60px;
    gap: 36px;
  }
  .temp2-item {
    width: calc(33.333333% - 24px);
    padding: 25px 30px;
  }
  .temp2-item img {
    max-width: 70px;
  }
  .temp2-item p {
    font-size: 12px;
  }
  .temp3-list {
    margin-top: 20px;
  }
  .temp3 {
    padding: 60px 0;
  }
  .temp3-item h4 {
    font-size: 14px;
  }
  .temp3-item img {
    max-width: 62px;
  }


}

@media only screen and (max-width: 1000px) {
  footer {
    padding-top: 35px;
  }

  .footerTop {
    margin-bottom: 20px;
    gap: 35px;
  }

  .fEmailBtn {
    width: 40px;
    height: 40px;
    padding: 20px;
  }

  .footerList {
    padding-bottom: 25px;
  }

  .footerHeading {
    padding-right: 10px;
  }

  .footerMiddle {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footerLogoTnc {
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .footerCopyRight {
    padding-bottom: 15px;
  }

  .footerList ul {
    gap: 15px;
  }

  .desktopOnlyBtn {
    display: none;
  }

  .mobileOnlyBtn {
    display: flex;
  }

  .mobileOnlyBtnWrap {
    margin-top: 25px;
    display: block;
    width: 100%;
    float: left;
  }

  .headline h2 {
    width: 100%;
    text-wrap: initial;
  }

  .primaryBtn {
    padding: 20px;
    height: 52px;
  }
}

@media only screen and (max-width: 680px) {
  h1,
  .h1 {
    font-size: 34px;
    line-height: 1.2;
  }

  h2,
  .h2 {
    font-size: 28px;
  }

  h3,
  .h3 {
    font-size: 20px;
  }

  h4,
  .h4 {
    font-size: 18px;
  }

  h6,
  .h6 {
    font-size: 18px;
  }

  .mb50 {
    margin-bottom: 35px;
  }

  .mobileOnlyBtnWrap {
    padding: 0 20px;
  }

  section {
    margin-bottom: 60px;
  }

  /* Footer css start here */
  .container {
    padding: 0;
  }

  .footerSection {
    padding: 0 20px;
  }

  .footerHeading,
  .footerSub {
    width: 100%;
  }

  .footerHeading {
    padding-bottom: 30px;
  }

  .formRow {
    padding-bottom: 5px;
    margin-bottom: 0px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.7);
  }

  input.fInputBtm {
    padding: 0px 0px 0px 0px;
    border-bottom: none;
  }

  .fEmailBtn {
    width: 45px;
    height: 45px;
    padding: 15px;
  }

  .footerList ul {
    display: block;
  }

  .footerListTwo ul {
    display: block;
  }

  .footerList,
  .footerListTwo {
    width: 50%;
  }

  .footerList ul li {
    padding-bottom: 15px;
  }

  .footerListTwo ul li {
    padding-bottom: 15px;
  }

  .footerListTwo {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .footerMiddle {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .footerList ul li a {
    font-size: 16px;
  }

  .footerListTwo ul li a {
    font-size: 16px;
  }

  .footerLogoTnc {
    display: block;
  }

  .footerLogo img {
    width: 100px;
    height: 35px;
  }

  .footerLogoTnc {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footerLogo {
    width: 100%;
    float: left;
    padding-bottom: 15px;
  }

  .footerCopyRight p {
    text-align: left;
  }

  .footerSocial {
    float: right;
    width: auto;
  }

  .footerSocial ul li {
    width: 50%;
    float: left;
    padding-bottom: 15px;
  }

  .footerSocial ul {
    display: block;
  }

  .footerTnc p a {
    font-size: 16px;
  }

  .footerSocial::before {
    width: 1px solid red;
    height: 10px;
  }

  .footerTnc {
    text-align: start;
    padding-bottom: 15px;
  }

  .footerCopyRight p {
    font-size: 16px;
  }

  /* Footer css end here */

  .headline {
    padding: 0 20px;
  }

  .temp1-video {
    height: 520px;
  }

  .temp1-txt {
    padding: 0 20px;
  }

  .temp1-txt h1 {
    margin-bottom: 30px;
  }

  .temp1-link {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 390px) {
  .footerSection {
    padding: 0px 15px;
  }

  .ptb100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pb60 {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 360px) {
  .footerHeading {
    padding-bottom: 25px;
  }

  .footerList ul li {
    padding-bottom: 10px;
  }

  .footerMiddle {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footerTnc {
    text-align: start;
    padding-bottom: 10px;
  }
}
