body.offcanvas-active {
  overflow: hidden;
}

.offcanvas-header {
  display: none;
}

/*-- ===========================
         Sorry Error CSS Start
================================ --*/

.sorryerror {
  font-size: 1.5rem;
  line-height: 1.7;
  font-family: 'Jost-Bold';
  letter-spacing: 2.67px;
  text-transform: uppercase;
  margin-bottom: 0.3rem;
  display: inline-block;
}

/*-- ===========================
         Sorry Error CSS END
================================ --*/

/*-- ===========================
         New Header CSS Start
================================ --*/
header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  right: 0;
  left: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hide-notify.notify-sec {
  display: none;
}

#preVendErrMsg{
  font-family: Jost-Bold;
  color:  #505455;
  letter-spacing: 2px;
}


@media screen and (max-width: 991px) {
  .hide-notify.notify-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.notify-sec {
  height: 3.75rem;
  background-color: #505455;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .notify-sec {
    height: 4.8rem;
  }
}

.notify-sec .notify-txt {
  max-width: 80%;
  margin: 0 auto;
}

.notify-sec p {
  color: #ffffff;
  text-align: center;
  font-size: 1rem;
  margin: 0;
}

.notify-sec p a {
  color: #C4D600;
  margin: 0 0.3125rem;
}

.notify-sec p a:focus {
  outline: 0.125rem solid #ffffff;
}

@media only screen and (max-width: 991px) {
  .notify-sec p {
    font-size: 0.75rem;
  }
}

.notify-sec .close-icn {
  position: absolute;
  right: 0.625rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 1;
  cursor: pointer;
  background: none;
  color: #ffffff;
  border: none;
  font-size: 1.4rem;
  display: inline-block;
  height: 1.25rem;
  line-height: 0.80;
  padding: 0 0.2rem 0.375rem;
}

.notify-sec .close-icn:focus {
  outline: 2px solid #ffffff;
}

@media only screen and (max-width: 991px) {
  .notify-sec .close-icn {
    right: 15px;
  }
}

main {
  margin-top: 8.25rem;
}

@media screen and (max-width: 991px) {
  main {
    margin-top: 8.625rem;
  }
}

@media screen and (max-width: 430px) {
  main {
    margin-top: 9.6875rem;
  }
}

.notify-remove main {
  margin-top: 8.875rem;
}

@media screen and (max-width: 991px) {
  .notify-remove main {
    margin-top: 8.875rem;
  }
}

.notify-remove .header-classic .main-nav .navbar-collapse {
  top: 4.875rem;
}

/*-- ===========================
         New Header CSS END
================================ --*/
.header-classic {
  color: #000000;
  background-color: #ffffff;
  /*-- =============================================
             Header - Left Logo Section Start
    ================================================== --*/
  /*-- =============================================
             Header - Left Logo Section End
    ================================================== --*/
  /*-- =============================================
             Header - Right Section Start
    ================================================== --*/
  /*-- =============================================
             Header - Right Section End
    ================================================== --*/
  /*-- =============================================
             Header - Main Nav Section Start
    ================================================== --*/
  /*-- =============================================
             Header - Main Nav Section End
    ================================================== --*/
}

.header-classic .navbar {
  padding: 0;
}

.header-classic .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 7.5rem;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .header-classic .header-wrapper {
    height: 4.875rem;
  }
}

.header-classic .logo-sec {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 12%;
          flex: 0 1 12%;
  max-width: 139px;
}

@media screen and (max-width: 1199px) {
  .header-classic .logo-sec {
    width: 8.166rem;
  }
}

@media screen and (max-width: 991px) {
  .header-classic .logo-sec {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    -ms-flex: 0 1 80%;
    -webkit-box-flex: 0;
            flex: 0 1 80%;
  }
}

.header-classic .logo-sec .navbar-brand {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .header-classic .logo-sec .navbar-brand img {
    max-width: 83px;
  }
}

.header-classic .find-row {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 8%;
          flex: 0 1 8%;
}

@media screen and (max-width: 1166px) {
  .header-classic .find-row {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 12%;
            flex: 0 1 12%;
  }
}

@media screen and (max-width: 991px) {
  .header-classic .find-row {
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: .75rem;
  }
}

.header-classic .find-row li {
  width: 100%;
  white-space: nowrap;
}

.header-classic .find-row li.infosection {
  padding: 0.4rem 0 0.6rem;
}

.header-classic .find-row .dropdown-menu {
  left: auto;
  right: 0;
  padding: 0;
  margin-top: 0.9375rem;
}

.header-classic .find-row .dropdown-menu .dropdown-item {
  font-family: 'Jost-Bold';
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.75rem;
  background-color: #505455;
  color: #ffffff;
  padding: 0 1rem;
  text-align: center;
  border-bottom: 1px inset #403737;
  -webkit-box-shadow: #403737 0px 1px 1px;
          box-shadow: #403737 0px 1px 1px;
  min-height: 2.8125rem;
  line-height: 3.75;
}

.header-classic .find-row .dropdown-menu .dropdown-item:focus, .header-classic .find-row .dropdown-menu .dropdown-item:hover, .header-classic .find-row .dropdown-menu .dropdown-item:active {
  background-color: #C4D600;
  color: #505455;
  outline-offset: -2px;
  outline: #ffffff solid 2px;
}

.header-classic .find-row .dropdown-menu li:last-child .dropdown-item {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header-classic .find-row .dropdown-menu::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  width: 0;
  z-index: 1;
  height: 0;
  border-bottom: solid 15px #505455;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
}

.header-classic .find-row .dropdown-toggle::after {
  border: 0;
  vertical-align: inherit;
}

.header-classic .find-row .btn-phone {
  font-family: 'Jost-Bold';
  font-weight: 800;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid transparent;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

.header-classic .find-row .btn-phone:hover, .header-classic .find-row .btn-phone:focus, .header-classic .find-row .btn-phone:active {
  text-decoration: underline;
  color: #0D0D0D;
}

.header-classic .find-row .btn-phone img {
  padding-right: 0.65625rem;
  width: 1.25rem;
  height: 1.25rem;
}

@media screen and (max-width: 991px) {
  .header-classic .find-row .btn-phone img {
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .header-classic .find-row .btn-phone {
    text-align: center;
    min-width: 32px;
    min-height: 32px;
    display: block;
  }
}

.header-classic .find-row .logout-btn {
  display: none;
}

.header-classic .find-row .logout-btn span {
  font-size: 0.75rem;
  display: block;
  text-align: center;
  padding-bottom: 0.125rem;
}

.header-classic .find-row.login-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 991px) {
  .header-classic .find-row.login-wrapper .infosection {
    display: none;
  }
}

.header-classic .find-row.logout-wrapper {
  display: none;
}

@media screen and (max-width: 1200px) {
  .header-classic .find-row.logout-wrapper li {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 991px) {
  .header-classic .find-row.logout-wrapper li {
    text-align: center;
    padding-bottom: 0;
    font-size: 0.75rem;
  }
}

.header-classic .find-row.logout-wrapper li.infosection {
  padding: 0.4rem 0 0 0;
}

@media screen and (max-width: 991px) {
  .header-classic .find-row.logout-wrapper li.infosection {
    padding-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .header-classic .find-row.logout-wrapper li.infosection .btn-phone {
    display: none;
  }
}

.header-classic .find-row.logout-wrapper li.user-info {
  padding: 0;
  font-weight: 800;
  font-family: 'Jost-Bold';
  margin-right: 1.375rem;
  min-width: 137px;
}

@media screen and (max-width: 1200px) {
  .header-classic .find-row.logout-wrapper li.user-info {
    min-width: 94px;
  }
}

@media screen and (max-width: 991px) {
  .header-classic .find-row.logout-wrapper li.user-info {
    margin-right: 0;
    padding-bottom: 0.25rem;
  }
}

.header-classic .find-row.logout-wrapper .btn-phone {
  margin-bottom: 0.9rem;
}

.header-classic .main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 78%;
          flex: 0 1 78%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 1140px) {
  .header-classic .main-nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 75%;
            flex: 0 1 75%;
  }
}

.header-classic .main-nav .navbar-nav {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 991px) {
  .header-classic .main-nav .navbar-nav {
    padding: 0;
  }
}

@media screen and (min-width: 992px) {
  .header-classic .main-nav .navbar-nav .phone-row {
    display: none;
  }
}

.header-classic .main-nav .navbar-nav .phone-row .nav-link {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.header-classic .main-nav .navbar-nav .phone-row img {
  margin-right: 0.65625rem;
}

.header-classic .main-nav .nav-link {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  outline:none;
}

@media screen and (min-width: 992px) {
  .header-classic .main-nav .nav-link {
    padding-right: .2rem;
    padding-left: .2rem;
  }
}

@media screen and (max-width: 1200px) {
  .header-classic .main-nav .nav-link {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 991px) {
  .header-classic .main-nav .nav-link {
    padding: 0.625rem 0;
    text-align: left;
  }
}

.header-classic .main-nav .nav-link:hover, .header-classic .main-nav .nav-link:focus {
  color: #505455;
  font-weight: 800;
  font-family: 'Jost-Bold';
  text-decoration: underline;
}

.header-classic .main-nav .nav-link::after {
  content: attr(data-title);
  content: attr(data-title)/"";
  height: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  font-family: 'Jost-Bold';
  font-weight: 800;
  border: none;
  margin: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media screen and (max-width: 1070px) {
  .header-classic .main-nav .nav-link::after {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}

@media speech {
  .header-classic .main-nav .nav-link::after {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .header-classic .main-nav {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
  .header-classic .main-nav .navbar-toggler {
    margin: .25rem .70rem;
    padding: 0;
    border-radius: 0;
  }
  .header-classic .main-nav .navbar-collapse {
    position: fixed;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 0.7rem;
    padding-left: 0.7rem;
    overflow: auto;
    visibility: hidden;
    background-color: #ffffff;
    -webkit-transition: visibility 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: visibility 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: visibility 0.5s ease-in-out, transform 0.5s ease-in-out;
    transition: visibility 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    z-index: 9999;
    height: calc(100vh - 126px);
    top: 138px;
    padding-top: 5px;
  }
}

@media screen and (max-width: 991px) and (max-width: 769px) {
  .header-classic .main-nav .navbar-collapse {
    top: 126px;
  }
}

@media screen and (max-width: 991px) {
#site-header .header-wrapper .left-sidebar-search {
  display: none;
}
}

@media screen and (max-width: 991px) {
  .header-classic .main-nav .navbar-collapse.show {
    visibility: visible;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    z-index: 99;
    overflow-x: hidden;
    position: absolute;
  }
  .header-classic .main-nav .navbar-collapse.show::-webkit-scrollbar {
    width: 0 !important;
  }
}

@media screen and (max-width: 991px) {
  .navbar > .container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (max-width: 991px) {
  .nav-item {
    border-bottom: 1px solid #e3e3e3;
  }
}

/*-- =========================================
       Hamburger Icon Animation Style Start
=============================================== --*/
.hamburger-menu {
  text-align: left;
  font-size: 0;
  cursor: pointer;
  display: none;
}

@media (max-width: 991px) {
  .hamburger-menu {
    display: block;
  }
}

.hamburger-menu span {
  width: 22px;
  height: 2px;
  background: #505455;
  display: inline-block;
  margin: 2px 0;
}

.hamburger-menu span:nth-child(1) {
  -webkit-animation-name: animateOneReverse;
  animation-name: animateOneReverse;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.hamburger-menu span:nth-child(2) {
  -webkit-animation-name: animateTwoReverse;
  animation-name: animateTwoReverse;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.hamburger-menu span:nth-child(3) {
  -webkit-animation-name: animateThreeReverse;
  animation-name: animateThreeReverse;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.hamburger-menu.active span:nth-child(1) {
  -webkit-animation-name: animateOne;
  animation-name: animateOne;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.hamburger-menu.active span:nth-child(2) {
  -webkit-animation-name: animateTwo;
  animation-name: animateTwo;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  opacity: 0;
}

.hamburger-menu.active span:nth-child(3) {
  -webkit-animation-name: animateThree;
  animation-name: animateThree;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes animateOne {
  0.00% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(6px) rotate(0);
    transform: translateY(6px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
  }
}

@keyframes animateOne {
  0.00% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(6px) rotate(0);
    transform: translateY(6px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
  }
}

@-webkit-keyframes animateTwo {
  0.00% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes animateTwo {
  0.00% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes animateThree {
  0.00% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
    transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
}

@keyframes animateThree {
  0.00% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-6px) rotate(0);
    transform: translateY(-6px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
  }
}

/*-- =========================================
       Hamburger Icon Animation Style End
=============================================== --*/
#footer .footer-top-container {
  padding: 2.25rem 0;
  background-color: #f5f5f5;
}

/* Pagination CSS Start*/

.container .bottom-nav .pageLink .article-pagination button{
  position: relative;
  bottom: 0.3rem;
  color: #fff;
  background-color: #505455 !important;
  margin-right: 0.5rem;
  
}
.container .bottom-nav .pageLink .article-pagination button:focus{
  color: #C4D600 !important;
}
.container .bottom-nav .pageLink .article-pagination button:active{
  color: #C4D600 !important;
}
.container .bottom-nav .pageLink .article-pagination .next-arrow{
  margin-left: 1rem;
  border: none;
  background-color: white !important;
  color: #505455 !important;

}
.container .bottom-nav .pageLink .article-pagination .prev-arrow{
  margin-left: 1rem;
  border: none;
  background-color: white !important;
  color: #505455 !important;
}

/* Pagination CSS End */

@media only screen and (max-width: 767px) {
  #footer .footer-top-container {
    padding: 2.8125rem 0 1.5rem 0;
  }
}

#footer img {
  margin: 0 auto;
  display: block;
}

#footer .footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1rem;
}

@media only screen and (max-width: 991px) {
  #footer .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #footer .footer-wrap .contact {
    text-align: center;
    margin-bottom: 0.417rem;
  }
}

@media only screen and (max-width: 767px) {
  #footer .footer-wrap {
    display: block;
    margin-top: 1.25rem;
    text-align: center;
  }
  #footer .footer-wrap .footer-menu {
    margin-top: 1rem;
  }
}

#footer .footer-wrap .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

#footer .footer-wrap .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.75rem;
  margin-bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 1200px) {
  #footer .footer-wrap .menu {
    text-align: center;
  }
}

@media only screen and (max-width: 992px) {
  #footer .footer-wrap .menu {
    margin-bottom: 0.5rem;
  }
}

#footer .footer-wrap .menu li {
  list-style: none;
}

@media only screen and (max-width: 450px) {
  #footer .footer-wrap .menu li {
    width: 100%;
  }
}

#footer .footer-wrap .menu-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0.20rem;
  color: #505455;
}

@media only screen and (max-width: 991px) {
  #footer .footer-wrap .menu-link {
    padding: 0 0.15rem;
  }
}

@media only screen and (max-width: 767px) {
  #footer .footer-wrap .menu-link {
    padding: 0.5rem 0.7rem;
    font-size: 0.625rem;
  }
}

#footer .footer-wrap .menu-link:hover, #footer .footer-wrap .menu-link:focus {
  font-weight: 800;
  font-family: 'Jost-Medium';
  color: #505455;
}

#footer .footer-wrap .menu-link:focus {
  outline-offset: 0;
}

#footer .footer-wrap .menu .menu-link::after {
  content: attr(data-title);
  content: attr(data-title)/"";
  height: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  font-family: 'Jost-Bold';
  font-weight: 700;
}

@media speech {
  #footer .footer-wrap .menu .menu-link::after {
    display: none;
  }
}

#footer .footer-nav ul li:last-child::after {
  height: 0;
}

#footer .footer-nav ul li {
  position: relative;
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}

#footer .footer-nav ul li::after {
  position: absolute;
  content: '';
  right: -0.3125rem;
  width: 0.0625rem;
  height: 0.9375rem;
  background: #505455;
}

@media only screen and (max-width: 767px) {
  #footer .footer-nav ul li::after {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  #footer .footer-nav ul li::after {
    top: 0.3125rem;
  }
}

.header-btn {
  background-color: #505455;
  color: #ffffff;
  text-align: center;
  border-radius: 0.5rem;
  border: 0;
  font-size: 0.75rem;
  min-width: 7.1875rem;
  min-height: 2rem;
  line-height: 1.5;
  padding: 0 0.75rem;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Jost-Bold';
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .header-btn {
    min-width: 5.875rem;
    font-size: 0.57rem;
  }
}

.header-btn:hover, .header-btn:focus, .header-btn:active {
  background-color: #C4D600;
  color: #505455;
  text-decoration: none;
}

.header-btn:focus {
  outline: 2px solid #505455;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline-offset: 2px;
}

.header-btn.next-arrow::after {
  background-image: url(../images/right-chevron-white.svg);
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-bottom: -1px;
  margin-left: 0.3125rem;
}

.header-btn.next-arrow:hover::after, .header-btn.next-arrow:focus::after, .header-btn.next-arrow:active::after {
  background-image: url(../images/right-chevron-grey.svg);
}

.primary-btn {
  background-color: #C4D600;
  color: #0D0D0D;
  text-align: center;
  border-radius: 0.5rem;
  border: 0;
  font-size: 1rem;
  min-width: 10rem;
  min-height: 2.8125rem;
  line-height: 1.5;
  padding: 0 2.5rem 0 2.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Jost-Bold';
  font-weight: 800;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  white-space: normal;
  word-wrap: break-word;
}

.primary-btn:hover, .primary-btn:focus, .primary-btn:active,
.primary-btn#VendorAppContinueToPayment:disabled {
  background-color: #505455;
  color: #ffffff;
  text-decoration: none;
}

.primary-btn:focus {
  outline: 2px solid #505455;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline-offset: 2px;
}

@media screen and (max-width: 991px) {
  .primary-btn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 0.875rem;
    letter-spacing: 1px;
  }
}

.primary-btn.next-arrow::after {
  background-image: url(../images/right-chevron-black.svg);
  content: "";
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
  min-width: 10px;
  height: 14px;
  margin-left: 0.3125rem;
}

@media screen and (max-width: 991px) {
  .primary-btn.next-arrow::after {
    min-width: 8px;
  }
}

.primary-btn.next-arrow:hover::after, .primary-btn.next-arrow:focus::after, .primary-btn.next-arrow:active::after {
  background-image: url(../images/right-chevron-white.svg);
}

.secondary-btn,
.copyUrl.btnCTC,
.copyUrl .copied {
  background-color: #C4D600;
  color: #0D0D0D;
  text-align: center;
  border-radius: 0.5rem;
  border: 0;
  font-size: 1rem;
  min-width: 10rem;
  min-height: 2.8125rem;
  line-height: 1.5;
  padding: 0 2.5rem 0 2.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Jost-Bold';
  font-weight: 800;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  white-space: normal;
  word-wrap: break-word;
}
.copyUrl.btnCTC {
    color: #0D0D0D !important;
    text-decoration: none !important;
}
.copyUrl .copied:hover {
    background-color: #C4D600;
    color: #0D0D0D !important;
}

.secondary-btn:hover, .secondary-btn:focus, .secondary-btn:active {
  background-color: #ffffff;
  color: #0D0D0D;
  text-decoration: none;
}

.secondary-btn:focus {
  outline: 2px solid #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline-offset: 2px;
}

@media screen and (max-width: 991px) {
  .secondary-btn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 0.875rem;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 540px) {
  .secondary-btn {
    max-width: 265px;
  }
}

.secondary-btn.next-arrow::after {
  background-image: url(../images/right-chevron-black.svg);
  content: "";
  background-size: contain;
  display: inline-block;
  min-width: 10px;
  height: 14px;
  margin: 0 0 -0.09375rem 0.3125rem;
  background-repeat: no-repeat;
}

#edit_profile_button.secondary-btn.next-arrow:hover::after, .secondary-btn.next-arrow:focus::after, .secondary-btn.next-arrow:active::after {
  background-image: url(../images/right-chevron-white.svg);
}

@media screen and (max-width: 991px) {
  .secondary-btn.next-arrow::after {
    min-width: 8px;
    margin: 0 0 -0.156rem 0.3125rem;
  }
}

.secondary-btn.next-arrow:hover::after, .secondary-btn.next-arrow:focus::after, .secondary-btn.next-arrow:active::after {
  background-image: url(../images/right-chevron-black.svg);
}

.tertiary-btn {
  background-color: #ffffff;
  color: #0D0D0D;
  text-align: center;
  border-radius: 0.5rem;
  border: 1px #C4D600 solid;
  font-size: 1rem;
  min-width: 10rem;
  min-height: 2.8125rem;
  line-height: 1.5;
  padding: 0 2.5rem 0 2.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Jost-Bold';
  font-weight: 800;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  white-space: normal;
  word-wrap: break-word;
}

.tertiary-btn:hover, .tertiary-btn:focus, .tertiary-btn:active {
  background-color: #505455;
  color: #ffffff;
  text-decoration: none;
  border: 1px #505455 solid;
}

.tertiary-btn:focus {
  outline: 2px solid #505455;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline-offset: 2px;
}

@media screen and (max-width: 991px) {
  .tertiary-btn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 0.875rem;
    letter-spacing: 1px;
  }
}

.tertiary-btn.prev-arrow::before {
  background-image: url(../images/right-chevron-black.svg);
  content: "";
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
  min-width: 10px;
  height: 16px;
  margin-right: 0.5rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 991px) {
  .tertiary-btn.prev-arrow::before {
    min-width: 8px;
  }
}

.tertiary-btn.prev-arrow:hover::before, .tertiary-btn.prev-arrow:focus::before, .tertiary-btn.prev-arrow:active::before {
  background-image: url(../images/right-chevron-white.svg);
}

.primary-theme-clr {
  color: #505455;
}

.primary-clr {
  color: #505455;
}

.primary-bg {
  background-color: #505455;
}

.secondary-clr {
  color: #C4D600;
}

.secondary-bg {
  background-color: #C4D600;
}

.lighten-grey-clr {
  color: #f0f0f0;
}

.lighten-grey-bg {
  background-color: #f0f0f0;
}

.dark-grey-clr {
  color: #383838;
}

.dark-grey-bg {
  background-color: #383838;
}

.darkest-grey-clr {
  color: #505455;
}

.darkest-grey-link-clr {
  color: #0D0D0D;
}

.darkest-grey-bg {
  background-color: #0D0D0D;
}

.black-clr {
  color: #000000;
}

.white-clr {
  color: #ffffff;
}

.white-bg {
  background-color: #ffffff;
}

.text-clr {
  color: #505455;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
}

body {
  opacity: 0;
}

body.wf-loading {
  opacity: 0;
}

body.wf-loaded {
  opacity: 1;
}

/*-- ============================================
               New Fonts - Start
============================================== --*/
@font-face {
  font-family: 'Jost-Regular';
  src: url("../fonts/Jost-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Jost-Medium';
  src: url("../fonts/Jost-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Jost-Bold';
  src: url("../fonts/Jost-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Jost-ExtraBold';
  src: url("../fonts/Jost-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Jost-Bold';
  src: url("../fonts/Jost-Bold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

/*-- ============================================
               New Fonts - End
============================================== --*/
body {
  font-family: 'Jost-Regular';
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.5;
}

strong {
  font-family: 'Jost-Bold';
  font-weight: 800;
  color: #505455;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Jost-Bold';
  font-weight: 800;
  line-height: 1.35;
}

.skip-main {
  left: -999px;
  position: absolute;
  top: 6px;
  width: 0.063rem;
  height: 0.063rem;
  overflow: hidden;
  z-index: -999;
  color: #505455;
}

.skip-main:focus {
  background-color: #ffffff;
  left: 0.125rem;
  width: 20%;
  height: auto;
  overflow: auto;
  text-align: center;
  font-size: 0.9rem;
  z-index: 9999;
  text-decoration: underline;
  outline: 2px solid #ffffff;
  color: #505455;
}

.skip-main:hover {
  color: #505455;
}

.container,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  max-width: 1200px;
}

a:hover, a:focus {
  text-decoration: underline;
}

a:focus,
button:focus,
.btn:focus,
select:focus,
.custom-select:focus {
  outline: 2px solid #505455;
  outline-offset: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0.1px solid transparent;
  border-radius: 0;
}

.form-control:focus {
  outline: 2px solid #505455;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline-offset: 2px;
  border: 1px solid #c7c7c7;
  border-radius: 0;
}

.form-control,
.custom-select {
  border: 1px solid #c7c7c7;
  border-radius: 3px;
  height: 3.125rem;
  color: #505455;
}

label {
  font-size: 1rem;
}

/*-- ================================
        font-size Start
===================================== */
.text-xlg {
  font-size: 2.25rem;
  line-height: 1.35;
}

.text-lg {
  font-size: 1.5rem;
  line-height: 1.5;
}

.text-md {
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-sm {
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1.5;
}

.text-xxs {
  font-size: 0.625rem;
  line-height: 1.5;
}

.body-text-xlg {
  font-size: 2rem;
  line-height: 1.5;
}

.body-text-lg {
  font-size: 1.75rem;
  line-height: 1.35;
}

.body-text {
  font-size: 1rem;
  line-height: 1.5;
}

.body-text-sm {
  font-size: 0.875rem;
  line-height: 1.5;
}

/*-- ================================
        font-size End
===================================== */
/*-- ================================
        Titles Start
===================================== */
/*-- ================================
        Titles End
===================================== */
/*-- ========================================================
                    Banner Section
=========================================================== */
.banner-top-container {
  margin-top: 7.875rem;
  width: 100%;
  position: relative;
}

.banner-top-container .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #000000;
  opacity: 0.4;
}

.banner-top-container img {
  width: 100%;
}

.banner-top-container .banner-row {
  position: relative;
}

.banner-top-container .banner-row .hero-main-img .banner-img-container {
  height: 100%;
}

.banner-top-container .banner-row .hero-main-img .banner-img-container.default-height-width {
    width:640px;
    height:250px;
}

.banner-top-container .banner-row .hero-main-img .banner-img-container img {
  width: 100%;
}

@media screen and (max-width: 745px) {
  .banner-top-container .banner-row .hero-main-img {
    height: 375px;
    overflow: hidden;
  }
}

@media screen and (max-width: 650px) {
  .banner-top-container .banner-row .hero-main-img {
    height: 450px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px){
  .banner-top-container .title-section {
    /* top : 60% !important */
}
}
@media screen and  (max-width: 990px) and (min-width: 767px){
  .banner-top-container .title-section{
    /* top: 60% !important; */
  }
}
@media screen and  (max-width: 766px) and (min-width: 540px){
  .banner-top-container .title-section{
    top: 70% !important;
  }
}

@media screen and  (max-width: 500px) and (min-width: 300px){
  .banner-top-container .banner-row{
    /* width: 421px; */
  }
  .banner-top-container .title-section{
    /* top: 65% !important; */
  }
}


.banner-top-container .title-section {
  width: 100%;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
}

.banner-top-container span {
  display: block;
  color: #C4D600;
}

@media screen and (max-width: 1023px) {
  .banner-top-container span {
    /* padding-top: 1.1rem; */
  }
}

@media screen and (max-width: 745px) {
  .banner-top-container.primary-hero-banner .banner-img-container {
    height: 375px;
    overflow: hidden;
  }
}

@media screen and (max-width: 650px) {
  .banner-top-container.primary-hero-banner .banner-img-container {
    height: 475px;
  }
}

.banner-top-container.primary-hero-banner .title-section h1 {
  font-size: 4.5rem;
  font-family: 'Jost-Bold';
  font-weight: bold;
  padding: 0 1.5rem;
  color: #ffffff;
  line-height: 1.19;
}

@media screen and (max-width: 1024px) {
  .banner-top-container.primary-hero-banner .title-section h1 {
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .banner-top-container.primary-hero-banner .title-section h1 {
    font-size: 2.75rem;
    margin: 0;
  }
}

.banner-top-container.tertiary-hero-banner {
  background-color: #505455;
}

.banner-top-container.tertiary-hero-banner .hero-main-img {
  /* overflow: hidden; */
}

@media screen and (max-width: 1250px) {
  .banner-top-container.tertiary-hero-banner .hero-main-img {
    height: 275px;
  }
}

@media screen and (max-width: 767px) {
  .banner-top-container.tertiary-hero-banner .hero-main-img {
    height: 190px;
  }
}

.banner-top-container.tertiary-hero-banner .hero-main-img img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  height: auto;
}

.banner-top-container.tertiary-hero-banner .hero-main-img .banner-img-container {
  /* max-height: 325px; */
}

.banner-top-container.tertiary-hero-banner .banner-heading {
  font-size: 3.375rem;
  font-family: 'Jost-Bold';
  font-weight: bold;
  padding: 0 1rem;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .banner-top-container.tertiary-hero-banner .banner-heading {
    font-size: 2.5rem;
    margin-top: 0;
  }
}

@media screen and  (max-width: 767px) and (min-width: 300px){
  .banner-top-container.tertiary-hero-banner .banner-heading {
    font-size: 1.4rem;
    margin-top: 0px !important;
  }
  .right-content .text-right{
    text-align:center !important;
  }
  .title-section .secondary-btn{
    margin-top: 2rem !important;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 0.86rem;
    letter-spacing: 1px;
  }
}

.banner-top-container.breadcrumb-banner .breadcrumb-row {
  position: relative;
  display: block;
}

.banner-top-container.breadcrumb-banner .breadcrumb-row .breadcrumb li a {
  font-family: 'Jost-Bold';
}

.banner-top-container .breadcrumb-row {
  position: absolute;
  width: 100%;
  top: 0;
  background-color: rgba(80, 84, 85, 0.71);
  z-index: 98;
}

@media screen and (max-width: 1023px) {
  .banner-top-container .breadcrumb-row {
    display: none;
  }
}

.banner-top-container .breadcrumb {
  border-radius: 0;
  padding: 0 0.9375rem;
  background-color: transparent;
  margin: 0;
  height: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .banner-top-container .breadcrumb {
    padding: 0 1.071rem 0;
  }
}

@media screen and (max-width: 767px) {
  .banner-top-container .breadcrumb {
    padding: 0 1.25rem;
  }
}

.banner-top-container .breadcrumb li {
  font-size: 0.625rem;
}

.banner-top-container .breadcrumb li a {
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  color: #ffffff;
}

.banner-top-container .breadcrumb li a:hover,
.banner-top-container .breadcrumb li a :focus {
  color: #ffffff;
}

.banner-top-container .breadcrumb li a:focus {
  outline: 2px solid #ffffff;
}

.banner-top-container .breadcrumb .active a {
  color: #C4D600;
  text-decoration: none;
  font-family: 'Jost-Bold';
  font-weight: 800;
}

.banner-top-container .breadcrumb .active a:focus, .banner-top-container .breadcrumb .active a:hover, .banner-top-container .breadcrumb .active a:active {
  color: #C4D600;
}

.banner-top-container .breadcrumb li + li:before {
  padding: 0 0.3125rem;
  color: #ffffff;
  content: " | ";
}

/*-- ========================================================
                Banner Section End
=========================================================== */
.link-text {
  font-family: 'Jost-Bold';
  font-weight: 800;
  position: relative;
  display: inline-block;
  margin-top: 1rem;
  color: #505455;
}

@media only screen and (max-width: 767px) {
  .link-text {
    font-size: 1rem;
    margin-top: 0;
  }
}

.link-text::before {
  content: "";
  width: 22px;
  height: 21px;
  background: url(../images/text-link-arrow-green.svg) no-repeat left top;
  display: inline-block;
  vertical-align: text-top;
  margin-right: 0.625rem;
}

.link-text:hover, .link-text:focus {
  color: #505455;
}

/*-- ======================================
     Left & Right Text wrap Section Start
========================================== --*/
.left-text-wrap.primary-bg .text-clr {
  color: #ffffff;
}

.left-text-wrap.primary-bg .primary-clr {
  color: #ffffff;
}

.left-text-wrap.primary-bg p {
  color: #ffffff;
}

.left-text-wrap.primary-bg .link-text {
  color: #ffffff;
}

.left-text-wrap.primary-bg .link-text::before {
  background: url(../images/text-link-arrow-white.svg) left top no-repeat;
}

.left-text-wrap.primary-bg .link-text:focus {
  outline-color: white;
}

.left-text-wrap.bg-image {
  background: url("../images/testimonial-bg-bk.jpg") no-repeat center;
  height: 100%;
  background-size: cover;
}

.left-text-wrap.bg-image .text-clr {
  color: #ffffff;
}

.left-text-wrap.bg-image .primary-clr {
  color: #ffffff;
}

.left-text-wrap.bg-image p {
  color: #ffffff;
}

.left-text-wrap.bg-image .link-text {
  color: #ffffff;
}

.left-text-wrap.bg-image .link-text::before {
  background: url(../images/text-link-arrow-white.svg) left top no-repeat;
}

.left-text-wrap.bg-image .link-text:focus {
  outline-color: white;
}

@media screen and (max-width: 767px) {
  .left-text-wrap .col-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  .left-text-wrap.mob-reverse-col .col-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.left-text-wrap .text-container {
  padding-right: 3.125rem;
}

@media screen and (max-width: 991px) {
  .left-text-wrap .text-container {
    padding-right: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .left-text-wrap .text-container {
    padding-right: 1rem;
  }
}

.right-text-wrap.primary-bg .text-clr {
  color: #ffffff;
}

.right-text-wrap.primary-bg .primary-clr {
  color: #ffffff;
}

.right-text-wrap.primary-bg p {
  color: #ffffff;
}

.right-text-wrap.primary-bg .link-text {
  color: #ffffff;
}

.right-text-wrap.primary-bg .link-text::before {
  background: url(../images/text-link-arrow-white.svg) left top no-repeat;
}

.right-text-wrap.primary-bg .link-text:focus {
  outline-color: white;
}

.right-text-wrap.bg-image {
  background: url("../images/testimonial-bg-bk.jpg") no-repeat center;
  height: 100%;
  background-size: cover;
}

.right-text-wrap.bg-image .text-clr {
  color: #ffffff;
}

.right-text-wrap.bg-image .primary-clr {
  color: #ffffff;
}

.right-text-wrap.bg-image p {
  color: #ffffff;
}

.right-text-wrap.bg-image .link-text {
  color: #ffffff;
}

.right-text-wrap.bg-image .link-text::before {
  background: url(../images/text-link-arrow-white.svg) left top no-repeat;
}

.right-text-wrap.bg-image .link-text:focus {
  outline-color: white;
}

.right-text-wrap .col-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .right-text-wrap .col-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  .right-text-wrap.mob-reverse-col .col-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.right-text-wrap .text-container {
  padding-left: 3.125rem;
}

@media screen and (max-width: 991px) {
  .right-text-wrap .text-container {
    padding-left: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .right-text-wrap .text-container {
    padding-left: 0;
    padding-right: 1rem;
  }
}

/*-- ======================================
     Left & Rigth Text wrap Section End
========================================== --*/
/*-- ==============================================
        Left sidebar - start
=================================================== */
.left-col {
  background-color: #f8f8f8;
  border: 0.9375rem solid #ffffff;
  border-top: none;
  max-width:490px !important;
  width:33.33% !important;
}

.left-col.error-combine {
    width: 100% !important;
    max-width: 100% !important;
    flex: none;
    border-bottom: 0;
    background: none;
}
.left-col.error-combine .left-sidebar {
    padding-top: 0;
    padding-bottom: 0;
}
.left-col.error-combine .error-box {
    display: none !important;
}


@media screen and (max-width: 991px) {
  .left-col {
    border: none;
  }
}

.left-sidebar {
  padding: 1.850rem .85rem;
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
  position: -webkit-sticky;
  position: sticky;
}

.left-sidebar .error-box img, .right-content .error-box img{object-fit: cover; -webkit-object-fit: cover; margin-right: 13px;}
.left-sidebar .error-box h2, .right-content .error-box h2{font-family: 'Jost-Bold'; line-height: 1.6; font-size: 13px !important; letter-spacing: 1px; margin-top: 20px;}
.left-sidebar .error-box img{height: 106px; width: 130px;}
.right-content .error-box h2{font-size: 24px !important;}
.right-content .error-box img{height: 164px;}

@media screen and (max-width: 991px) {
  .left-sidebar {
    display: none;
  }

  .left-sidebar.leftSidebarShow {
    display: block;
  }
  .left-col.leftColVP {
    width:100% !important;
    max-width: 100% !important;
  }
  .sidebar-img img {
    max-width: 40% !important;
  }

  .left-sidebar .offers {
    display: flex;
    display: -webkit-flex;
    margin-right: -20px;
  }

  .left-sidebar .offers .offer-blue, 
  .left-sidebar .offers .offer-green {
    width: 100% !important;
    margin-right: 20px !important;
  }

  #editProfileContainer.text-right {
    text-align: center !important;
  }

  .vendor-list-section.preferred-list-row .right-content {
    overflow-x: hidden;
  }

  /* .left-sidebar { display: block;} */
  .left-sidebar .offers{display: flex; display: -webkit-flex; margin-right: -20px;}
  .left-sidebar .offers .offer-blue, .left-sidebar .offers .offer-green{width: 100%; margin-right: 20px !important;}
  .left-sidebar .data-sidebar li{padding-left: 0; padding-right: 0;}
  .left-sidebar .data-sidebar li .offers p img{width: 50px;}
  body .left-sidebar .data-sidebar li .offers p { padding-left: 28px; font-size: 12px;}
  .left-sidebar .sidebar-img{margin: -1.875rem -27px 0;}
  .left-sidebar .data-sidebar li:last-child{margin-bottom: 0;}
  .left-sidebar .error-box img, .right-content .error-box img { height: 70px; width: 85px;}
  .error-box { margin-left: -10px; margin-right: -10px;}
  .right-content .error-box h2{font-size: 13px !important;}
  .left-sidebar .data-sidebar li h2{font-size: 1rem;}
}

@media screen and (max-width: 600px) {
  .sidebar-img img {
    max-width: 50% !important;
  }
}

.left-sidebar ul {
  list-style-type: none;
}

.left-sidebar ul li {
  margin-bottom: 0.75rem;
  padding: 0 0.25rem;
}

.left-sidebar ul li a {
  padding: 0;
  line-height: 1.31;
}

.left-sidebar ul li a.active, .left-sidebar ul li a:hover, .left-sidebar ul li a:focus {
  font-weight: bold;
  color: #0D0D0D;
}

.left-sidebar-search input[type="search"] {
  padding-left: 0.55rem;
  font-size: 1rem;
  color: #505455;
  height: 2.5rem;
  border: 0;
  padding-right: 0;
  font-family: "Jost-Medium";
  border: 1px solid #c7c7c7;
  border-right: 0;
}

.left-sidebar-search input[type="submit"] {
  background: #ffffff no-repeat center/0.75rem url("../images/searchIcon.svg");
  padding: 0 0.625rem 0 1.3625rem;
  border: 1px solid #c7c7c7;
  border-left-color: transparent;
  border-radius: 0 3px 3px 0;
}

.left-sidebar-search input[type="submit"]:focus {
  outline: 2px solid #505455;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline-offset: 2px;
  z-index: 1;
}

/*-- ==============================================
        Left sidebar -End
=================================================== */
.dotted-bullet-list {
  list-style-type: none;
}

.dotted-bullet-list li {
  position: relative;
}

.dotted-bullet-list li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 1.125rem;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 7px;
}

.custom-radio-secondary {
  text-transform: capitalize;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 2rem;
  cursor: pointer;
  margin-bottom: 0;
  font-size: 1rem;
  color: #505455;
  letter-spacing: 0;
  line-height: 2.25;
}

.custom-radio-secondary input[type="radio"] {
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  cursor: pointer;
}

.custom-radio-secondary input[type="radio"]:checked ~ .radio-circle {
  background: #ffffff;
  border: 1px solid #B2B2B2;
  -webkit-box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.06);
}

.custom-radio-secondary input[type="radio"]:checked ~ span.radio-circle:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.custom-radio-secondary input[type="radio"]:checked ~ .radio-txt {
  color: #505455;
}

.custom-radio-secondary input[type="radio"]:focus + .radio-circle {
  outline: 2px solid #505455;
  outline-offset: 2px;
}

.custom-radio-secondary .radio-txt {
  font-size: 0.875rem;
  color: #505455;
  letter-spacing: 0;
}

.custom-radio-secondary .radio-circle {
  height: 1.375rem;
  width: 1.375rem;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #b2b2b2;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  display: block;
  position: absolute;
  left: 0;
  top: 0.4375rem;
}

.custom-radio-secondary .radio-circle::after {
  content: "";
  height: 0.9375rem;
  width: 0.9375rem;
  background: #A3A3A3;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.custom-checkbox {
  position: relative;
  margin-top: 9px;
}

.custom-checkbox input {
  padding: 0;
  margin-bottom: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  cursor: pointer;
}

.custom-checkbox label {
  font-family: "Jost-Medium";
  position: relative;
  cursor: pointer;
  clear: both;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2rem;
  line-height: 1.25;
}

.custom-checkbox label strong {
  font-weight: 800;
  display: block;
  margin-bottom: 0.75rem;
}

.custom-checkbox label::before {
  content: "";
  /* -webkit-appearance: none; */
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 0.75rem;
  background: #C4D600;
  border: 1px solid #505455;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  width: 1.1875rem;
  height: 1.1875rem;
  position: absolute;
  left: 0;
}

.custom-checkbox input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  left: 7px;
  width: 0.375rem;
  height: 0.75rem;
  border: solid #505455;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 0;
  top: 2px;
}

.custom-checkbox input:focus + label::before {
  outline: 2px solid #505455;
  outline-offset: 2px;
}

/*-- =======================================================
                       Table Start
============================================================ --*/
table {
  width: 100%;
  margin-bottom: 1rem;
  color: #505455;
  border: 1px solid #dee2e6;
  border-collapse: collapse;
  margin-right: 15px;
  margin-left: 15px;
}

table td,
table th {
  border: 1px solid #dee2e6;
  padding: 0.75rem;
}

table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

table a {
  color: #505455;
  text-decoration: underline;
}

/*-- =======================================================
                       Table End
============================================================ --*/
/*-- =======================================================
                       List Section Start
============================================================ --*/
.blog-description ol,
.blog-description ul {
  padding-left: 30px;
}

.blog-description ul li a,
.blog-description ol li a {
  color: #000000;
}

.text-list-section ol,
.text-list-section ul {
  padding-left: 30px;
}

.text-list-section ul li a,
.text-list-section ol li a {
  color: #000000;
}

/*-- =======================================================
                       List Section End
============================================================ --*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  main {
    overflow: hidden;
  }
  .header-classic .find-row.logout-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 23.5%;
            flex: 0 1 23.5%;
  }
}

.white-clr strong {
	color: #ffffff;
}

.primary-bg .team-header strong {
	color: #ffffff;
}

.primary-bg .content-wrapper .media-body strong {
	color: #ffffff;
}

/* secondary header */
.banner-top-container .banner-row .hero-main-img .banner-img-container img {
  width: 100%;
  height: 100%;
}

/* vendor profile start */
#phoneErrorMsg {
  color:red; 
  margin-top:0.3rem
}
#contactNowSection .error {
  color: red;
}
#contactNowSection .error input {
  border:1px solid #ff8383;
  background-color: #fff6f6;
}
#vendorTitleHeader {
  margin-top: 2.5rem;
}
/* vendor profile end */

/* media queries for body - begin */
/* Mobile - Medium */
@media screen and (max-width: 376px) {
  body {
    width: 100%;
  }
}
/* media queries for body - end */

/* vendor home mobile-view begin */
.header-classic .header-wrapper {
  height: 7.875rem;
}
.blog-row .img-fluid {
  max-width: 100%;
  height: auto;
}
.blog-row .img-fluid img {
object-fit: contain;
max-width: 100%;
    height: auto;
}
/* vendor home mobile-view end */

@media screen and (max-width: 990px) {
  #findVendorPreferredVendors{
    display: none !important;
  }

  /* .js-mobile-select{
    padding: 10px 0px; 
    top: 156px;
  }

  .header-classic{
    padding: 0.7rem 0;
  } */
}


/* HEADER MEMBER & VENDOR */

.members-vendor-header .welcome-logout {font-size: 14px; text-align: right;}
.members-vendor-header .welcome-logout a {color: #8c9a00;}
.members-vendor-header .header-classic .find-row li.infosection {padding: 5px 0 0 0;} 
.members-vendor-header .find-row li.user-btn a {width: auto;} 
.members-vendor-header .header-classic .find-row li.user-btn {text-align: right;margin-top: 5px;}
.search-vendor input[type="text"] {font-size: 14px;padding: 7px 10px;border: 1px solid #cbcbcb !important;min-width: 220px; border-radius: 0;} 
.search-vendor form.example {display: flex;align-items: center;justify-content: flex-end;}
.search-vendor button {background: #f1f1f1;padding: 1px 8px;border: 1px solid #cbcbcb !important;height: 37px;line-height: 1px; border-radius: 0;}
.search-vendor input, .search-vendor button {outline: none !important;}




@media(max-width:991px){
	.search-vendor input[type="text"] {flex: 1;}
	li.search-vendor {margin-top: 15px;}
	.members-vendor-header .find-row li.search-vendor {display: none;}
}
@media(max-width:767px){	
	.header-classic .logo-sec {right: auto;left: 50px;}
	.members-vendor-header .header-btn {font-size: 10px;}
	.members-vendor-header .welcome-logout {font-size: 13px;}
	.search-vendor input[type="text"] {flex: 1;}
}
@media(min-width:991px){ 
	nav li.search-vendor {display: none;} 
}
@media(min-width:1024px){ 
	.members-vendor-header .header-classic .main-nav .navbar-nav a {min-width: 135px;} 
	.members-vendor-header .header-classic .main-nav {-ms-flex: 1;flex: 1;}
	.members-vendor-header .header-classic .find-row, .members-vendor-header .header-classic .logo-sec {flex: 0 1 20%;max-width: 20%;} 
	.members-vendor-header .header-classic .find-row {text-align: right;}
	
}

#signOut {
  color:#C4D600;
}

#editProfile{
  color:#C4D600;
}

.pagination_wrapper nav{
	color: #505455;
}

.pagination_wrapper span{
	color: #505455;
}
.text-list-section .container {
  color: #505455;
}

.text-list-section .container strong {
  color: #505455;
}

.text-list-section .container h1 {
  color: #505455;
}

.text-list-section .container h2 {
  color: #505455;
}
.text-list-section .container a,
.vendor-profilepage .vendor-profilepage-container .vendor-content-section a {
  color: #8EA223;
}

.text-list-section .container a strong, 
.vendor-profilepage .vendor-profilepage-container .vendor-content-section a strong {
  color: #8EA223;
}

html {
	display:none;
}


/* Loader */
.loader {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #505455;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    text-indent: -9999em;
    animation: mulShdSpin 1.3s infinite linear;
    transform: translateZ(0);
    display: block;
 
}

@keyframes mulShdSpin {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 
    2em -2em 0 0em, 3em 0 0 -1em, 
    2em 2em 0 -1em, 0 3em 0 -1em, 
    -2em 2em 0 -1em, -3em 0 0 -1em, 
    -2em -2em 0 0;
    opacity: 1;
    font-size: 10px;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 
    3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, 
    -2em 2em 0 -1em, -3em 0 0 -1em, 
    -2em -2em 0 -1em;
    opacity: 0.9;
    font-size: 9px;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 
    2em -2em 0 0, 3em 0 0 0.2em, 
    2em 2em 0 0, 0 3em 0 -1em, 
    -2em 2em 0 -1em, -3em 0 0 -1em, 
    -2em -2em 0 -1em;
    opacity: 0.8;
    font-size: 8px;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
     3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, 
     -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
     opacity: 0.7;
     font-size: 7px;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
     3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, 
     -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
     opacity: 0.6;
     font-size: 6px;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
     3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, 
     -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
     opacity: 0.5;
     font-size: 7px;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 
    3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, 
    -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    opacity: 0.4;
    font-size: 8px;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 
    3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, 
    -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    opacity: 0.3;
    font-size: 9px;
  }
}



/* loader mobile responsive */

@media only screen and (max-width: 991px) and (min-width: 319px){

.loader-div{
  position: relative;
  margin: 17rem 0;

}
.loader {
  padding: 5px;
  position: relative;
  top: 103%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #505455;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  animation: mulShdSpin 1.3s infinite linear;
  transform: translateZ(0);
  display: block;
  /* top: 100px; */
}


}

@media screen and (min-width:1024px) {
    .vendor-profilepage-container .error-box img {
        /* max-width: 60%;         */
    }
}

@media screen and (max-width:767px) {
    .vendor-profilepage-container .error-box div {
        /* display: block !important;     */
    }
    .vendor-profilepage-container .error-box h2 {
        /* text-align: center; */
    }
}
@media screen and (max-width:991px) { 
    .left-menu .sidebar-img {
        /* margin-top: 0; */
        padding-top: 1em;
    }
}

.left-menu ul.data-sidebar {
    margin-top: 1.875rem;
}

/*  EDIT BANNER CSS : BEGINS */
.banner-top-container .banner-row .bannerEditContainer {
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
    z-index: 998;
}
.banner-top-container .banner-row .bannerEditContainer .secondary-btn {
    margin-bottom: 0;
}
.banner-top-container .banner-row .bannerEditContainer .secondary-btn:focus {
    outline: 0;
}
.bannerEditContainer a.secondary-btn.edit-btn:before { content: url(../images/img-ico.svg); display: inline-block; vertical-align: middle; line-height: 1; margin-right: 8px;}
.edit-popup .modal-dialog{max-width: 1200px;}
.edit-popup .modal-dialog .banner-top-container.tertiary-hero-banner .banner-heading{font-size: 2rem;}
.edit-popup  .modal-footer, .edit-popup  .modal-header{border: none;}
.edit-popup  .modal-footer { padding: 0 0 40px;}
.edit-popup .close { opacity: 1 !important; text-shadow: none; background-color: #C4D600 !important; padding: 4px 5px 11px 9px; min-width: inherit; font-size: 30px; min-height: inherit !important; line-height: 0.5; border-radius: 5px; margin-right: 0; margin-top: -1px;}
.edit-popup .secondary-btn{background-color: #C4D600 !important; border-radius: 0.5rem !important;}
.edit-popup .secondary-btn[disabled]{background-color: #e2e2e2 !important; cursor: no-drop;}
.edit-popup .secondary-btn:not([disabled]):hover, .edit-popup .close:not([disabled]):hover{background-color: #f8f8f8 !important;}
.edit-popup .banner-top-container.tertiary-hero-banner{background-color: transparent;}
.edit-popup .banner-img-container .preview:before {content: "";height: 100%;width: 100%;background-color: #242728;position: absolute;top: 0;left: 0;opacity: 0.85;}
.edit-popup .preview img {height: 300px;object-fit: cover;object-position: center center;}
.upload-error span {display: block;color: #bd0000;font-size: 13px;padding: 0 0 0 20px;background: url(../images/error-icon.png) no-repeat left center;background-size: 15px;}
.banner-top-container.tertiary-hero-banner { margin-top:0; }
.banner-top-container.tertiary-hero-banner .preview.preview-text { min-height: 220px; text-align: center; padding-top: 60px; }
.banner-top-container.tertiary-hero-banner .preview.preview-text:before { opacity: 0.5; }
.banner-top-container.tertiary-hero-banner .preview.preview-text img {display: none;}
.banner-top-container.tertiary-hero-banner .preview.imgAdded:before { display: none; opacity: 0; }
.modal-body .banner-top-container .banner-row .hero-main-img .banner-img-container img { height:auto; }
.modal-body .banner-top-container #results { position: absolute; visibility: hidden; z-index: -1; }
.modal-body #imagePreviewHtml #editPopup,
.modal-body #imagePreviewHtml .tox.tox-silver-sink,
.modal-body #imagePreviewHtml .modal-backdrop,
.modal-body #imagePreviewHtml #contactNow,
.modal-body #imagePreviewHtml .banner-img-container picture { display: none !important; }
.modal-body #imagePreviewHtml { max-height: 350px; overflow: hidden; overflow-y: auto; }
.modal-body #imagePreviewHtml #site-header { position: relative; }
.modal-body #imagePreviewHtml #main { margin:0; }
#editPopup .modal-footer .secondary-btn { margin-bottom: 0; }
#imagePreviewHtml .banner-top-container.tertiary-hero-banner .hero-main-img .banner-img-container:before {
  content: "";
    height: 100%;
    width: 100%;
    background-color: #242728;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.85;
}
/*  EDIT BANNER CSS : ENDS */

.erro-save-profile {
  text-align: center;
  color: red;
  font-family: 'Jost-Bold';
  font-weight: 800;
  padding-bottom: 1em;
  margin-top: -1em;
  text-transform: uppercase;
}

.loader-div.loader-active {
  position: absolute;
    z-index: 99;
    height: 100%;
    padding-top: 100px;
    width: 100%;
}

#vendorappformdiv .error .form-control,
#vendorappformdiv .span-error {
  background-image: none;
}