body {
  margin: 0;
  padding: 0 !important;
  font-family: "Inter", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}

/* Promo */
.promoSec {
  background-color: #000;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: '100vw';
}

.promoBtn {
  margin: 0 0 0 15px;
  padding: 0 13px;
  height: 34px;
  border-radius: 8px;
  color: #fff;
  letter-spacing: 0.56px;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  background-color: #92BD70;
  border: 0.5px solid #92BD70;
  outline: none !important;
  box-shadow: none !important;
}



.greenIt {
  color: #92BD70;
}

h1 {
  text-align: center;
  margin-top: 1.5rem;
}

p,
ul,
h3 {
  margin: 1rem;
}

ul {
  padding-left: 1.5rem;
}

a:link {
  text-decoration: none;
  color: #000;
}

.nav>li>a {
  padding: 0 16px;
  color: #a1a3b0;
}

.navbar-toggler,
.navbar-toggler,
.navbar-toggler-icon {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.navbar-nav>.nav-item {
  margin: 0 16px;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #a1a3b0 !important;
  line-height: 20px !important;
}

.sticky-top {
  background-color: #fff;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.6);
  height: 100px;
}

footer {
  min-height: 178px;
  width: 100%;
  padding: 20px 70px;
  border-top: 1px solid #00000015;
}

.navContainer>.nav {
  justify-content: center !important;
}

.footInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}



.vl {
  border-left: 2px solid #ccc;
  height: 18px;
  margin: 0 16px;
}

li>a {
  cursor: pointer;
}

.downAppBtn>img {
  margin-left: 15px;
  width: 20px;
  height: 20px;
}

.downAppBtn>p {
  margin: 0 !important;
}

.navbar-brand {
  width: 200px;
}

.downAppBtn {
  cursor: pointer;
  width: 200px;
  height: 48px;
  background-color: #234e52;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  border-radius: 32px;
  border: none;
  padding: 0 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.centerText {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.dispalyItVCenter {
  display: flex;
  align-items: center;
}

.headerNav>li.nav-item>a.nav-link,
iframe:focus {
  outline: none;
}

.dropdown-item:active,
.dropdown-item:hover,
.dropdown-item.active {
  background-color: #92bd70 !important;
  color: #ffffff !important;
  border-radius: 4px;
  margin-left: 0;
}

.dropdown-item {
  padding: 0.25rem 0.8rem !important;
  margin-bottom: 0.1rem !important;
  color: #5a7184 !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.copyright {
  text-align: right;
  color: #525252;
  font-size: 16px;
  font-weight: 500;
  opacity: 0.6;
}

#copyrightCont {
  text-align: center;
  color: #525252;
  font-size: 16px;
  font-weight: 400;
  margin-top: 16px;
}

@media only screen and (max-width:1267px) {
  div#footerFollowUs>a.socialLink>img {
    margin: 6px 6px 0 6px;
  }

  .vl {
    margin: 0 5px;
  }

  .nav>li>a {
    padding: 0 5px;
  }

  div.forceColumnMobile>div#footerFollowUs {
    flex: 0 0 33%;
    max-width: 33%;
  }

  div.forceColumnMobile>.navContainer {
    flex: 0 0 42%;
    max-width: 42%;
  }
}

@media only screen and (max-width:1265px) {
  .navbar-nav>.nav-item {
    margin: 0 .5vw;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1065px) {
  div.socialIconsSec>a.socialLink>img {
    margin: 6px 6px 0 6px !important;
  }
}

@media only screen and (min-width: 1066px) {
  div.socialIconsSec>a.socialLink>img {
    margin: 6px 6px 0 6px !important;
  }
}

@media only screen and (max-width:1001px) {
  ul.footerNav li:nth-child(3) {
    margin-top: 6px;
  }
}

@media only screen and (max-width:994px) {
  div.forceColumnMobile>div#footerFollowUs {
    flex: 0 0 35%;
    max-width: 35%;
  }

  div.forceColumnMobile>.navContainer {
    flex: 0 0 40%;
    max-width: 40%;
  }
}

@media only screen and (min-width: 992px) {
  .downAppBtnMobile {
    display: none;
  }

  .drawerClose,
  .divider,
  li.FollowUsMobileSection>p {
    display: none;
  }

  ul.headerNav>li.FollowUsMobileSection {
    display: none;
  }

  .FollowUsDesktopSection {
    display: block;
  }

  div.socialIconsSec>a.socialLink>img {
    height: 35px;
    width: 35px;
  }

  .hoverEffect {
    height: 35px;
    width: 35px;
    border-radius: 20px;
    background-color: #92bd70;
  }

  .hoverEffect:hover {
    background-color: #234e52;
  }

  #footerFollowUs {
    width: unset;
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: row !important;
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 0;
  }

  div.footerFollowUs>a.socialLink>img {
    height: 35px;
    width: 35px;
    margin: 0 6px;
  }

  ul.footerNav,
  ul.headerNav {
    margin: unset;
  }

  #copyrightCont {
    display: flex;
    justify-content: center;
    margin-top: 16px;
  }
  .socialIconsSec {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    }
}

@media only screen and (max-width: 991px) {
  .downAppBtnDesk {
    display: none;
  }

  .collapsing>ul>li.downAppBtnMobile {
    display: none;
  }

  .downAppBtnMobile {
    margin-top: 30px;
  }

  .forceColumnMobile {
    display: flex !important;
    flex-direction: column !important;
    justify-items: center;
  }

  .forceColumnMobile>div {
    display: flex !important;
    flex-direction: column !important;
    align-self: center;
    align-items: center;
    text-align: center;
    max-width: unset;
    flex: unset;
  }

  .footerLogo {
    width: 100px;
  }

  .vl {
    display: none;
  }

  footer {
    padding: 38px 70px;
  }

  ul.footerNav>li>a {
    color: #183b56 !important;
  }

  ul.footerNav>li {
    margin: 0.5rem 0px !important;
  }

  .navContainer>.nav {
    display: flex !important;
    flex-direction: column !important;
    justify-items: center;
  }

  .copyright {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #5a7184;
    text-align: "center";
  }

  .navbar-collapse.collapsing .navbar-nav {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -45%;
    transition: all 0.35s ease;
  }

  .navbar-collapse.show .navbar-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    flex-direction: column;
    height: auto;
    min-width: 240px;
    width: 280px;
    transition: right 0.35s ease;
    background-color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }



  .dropdown-menu {
    border: none !important;
  }

  br.copyright {
    display: none;
  }

  .drawerClose {
    display: block;
    align-self: flex-end;
    margin-right: 22px !important;
    margin-bottom: 46px !important;
    margin-top: 2px !important;
  }

  ul.headerNav {
    margin: 0;
    padding-top: 20px;
  }

  ul.headerNav {
    padding-left: 16px;
  }

  ul.headerNav>li.nav-item>a.nav-link {
    color: #5a7184 !important;
    font-style: normal !important;
    line-height: 28px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
  }

  ul.headerNav>li.FollowUsMobileSection {
    margin: 24px 16px;
    color: #5a7184 !important;
    font-style: normal !important;
    line-height: 28px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    display: block;
  }

  .socialIconsSec {
    height: 100px;
    width: 158px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .divider {
    height: 10px;
    width: 100%;
  }

  .FollowUsDesktopSection {
    display: none;
  }

  #footerFollowUs {
    max-width: 324px !important;
    height: 40px;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between;
    margin: 24px 0;
  }

  div.socialIconsSec>a.socialLink>img,
  div.footerFollowUs>a.socialLink>img {
    height: 35px;
    width: 35px;
  }

  li.FollowUsMobileSection>p {
    margin: 0 0 1rem 0;
  }

  .headerNav {
    height: 100vh;
    padding-bottom: 80px;
    overflow-y: scroll;
  }

  .fixed {
    position: sticky;
    top: 2px;
    z-index: 4;
  }
}

@media only screen and (min-width: 769px) {
  .dropdown-menu.show {
    padding: 0.5rem;
  }

  .paddedContainer {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .sticky-top {
    height: 100px;
  }

  .headerNav>li.nav-item>a.nav-link {
    color: #a1a3b0;
    font-size: 16px;
  }

  .footerNav>li.nav-item>a {
    color: #525252;
    font-size: 16px;
    font-weight: 500;
  }
}

@media only screen and (max-width: 768px) {
  .navbar-collapse.show .navbar-nav {
    top: 0;
  }

  .paddedContainer {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .sticky-top {
    height: 80px;
  }

  .promoSec {
    font-size: 16px;
    line-height: 24px;
    height: 125px;
    text-align: center;
    flex-direction: column;
  }

  .promoBtn {
    margin: 7px 15px;
  }

  div.forceColumnMobile>.navContainer {
    flex: 0 0 70%;
    max-width: 70%;
  }
}

@media screen and (min-width: 768px) {
  #realBody {
    max-width: 768px;
    margin: 0 auto;
  }


}