/*CSS which is common across breakpoints will be wrriten here*/
.banner-image-container {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.custom-container {
  max-width: 1280px;
  margin: 0 auto;
}

.banner-card {
  width: 570px;
  height: max-content !important;
  margin-left: 2%;
  border-radius: 10px;
  position: absolute !important;
}

.banner-card-title {
  margin: 2.5rem 0 0.5rem 0;
  font-size: 28px !important;
}

.custom-btn {
  margin-bottom: 1.5rem;
  padding-top: 15px;
}

.desktop-card-wrapper {
  top: 50%;
  transform: translate(0%, -50%);
  background: var(--white);
}

/* Language Dropdown CSS Begins Here */
.language-heading {
  font-family: Forma DJR UI, Arial, sans-serif;
}

.language-container {
  columns: 2;
  column-gap: 1px;
}
/* Language Dropdown CSS Ends Here */
/* CSS Changes completed till here  */

/* Secondary Header CSS Starts Here */
.form-floating > .form-control:disabled ~ label::after,
.form-floating > :disabled ~ label::after {
  background-color: #ffffff;
}

.form-control:disabled {
  background-color: #ffffff;
  opacity: 1;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  color: #d6e8e8;
  pointer-events: none;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
  opacity: var(--bs-btn-disabled-opacity);
  padding: 10px 25px;
  color: #a7a7a7;
}

.language-section {
  margin-top: 7px;
}

#mb-language-btn-1 {
  background: #0076ad0d;
  border: none;
  margin-top: 8px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  margin-left: 9px;
}

ul.r-second__menu-nav {
  display: flex;
  padding: 0;
}

.main-title {
  list-style: none;
  padding-right: 12px;
}

.SeconHhederBorderRight {
  border-left: 1px solid #d9d9d9 !important;
  border-radius: 0 !important;
}

li#myrequests-l-second_menu-item,
li#myservices-l-second_menu-item {
  list-style: none;
}

.needhelpBorder {
  border-right: 1px solid #d9d9d9;
  border-radius: 0 !important;
}

#config-service-title {
  font-size: calc(8px + 1.33vw) !important;
}

.secondHeaderTitle {
  font-size: calc(7px + 1.33vw);
}

@media (min-width: 1200px) {
  #config-service-title {
    font-size: 16px !important;
  }
  .secondHeaderTitle,
  #language {
    font-size: 16px;
  }
}

@media (min-width: 576px) {
  #config-service-title {
    font-size: calc(10px + 0.5vw) !important;
  }
  .secondHeaderTitle,
  #language,
  button#contextual-menu {
    font-size: calc(10px + 0.5vw);
  }
  .l-second__menu-nav {
    flex-direction: unset !important;
  }
}

@media (min-width: 768px) {
  #config-service-title {
    font-size: calc(8px + 0.5vw) !important;
  }
  .secondHeaderTitle,
  #language,
  button#contextual-menu {
    font-size: calc(6px + 0.5vw);
  }
}

@media (min-width: 992px) {
  #config-service-title {
    font-size: 16px !important;
    min-width: auto;
  }
  .secondHeaderTitle,
  #language,
  button#contextual-menu {
    font-size: 16px;
  }
  .needhelpBorder {
    min-width: 106px;
  }
}
/* Secondary Header css ends here */

/* Modal Need Help CSS Starts here */
.btn-close {
  background: 0 2 !important;
}

.form-floating > .form-control:disabled ~ label::after,
.form-floating > :disabled ~ label::after {
  background-color: #ffffff;
}

.form-control:disabled,
.form-select:disabled {
  background-color: #ffffff;
  border: 1px solid #ced4da;
}

.form-control:focus {
  border-color: #666;
  outline: 0;
  box-shadow: none;
}

.arr .no-arrow {
  -moz-appearance: textfield;
}

.arr .no-arrow::-webkit-inner-spin-button {
  display: none;
}

input.middle:focus {
  outline-width: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.modal-body textarea {
  border: 1px solid #949494;
}

.model-content-style {
  width: 600px;
}

.modal-header-style {
  font-family: Forma DJR Micro Regular;
  flex: auto;
}

.modal-body-custom-style {
  width: 500px;
  margin: 1em auto;
}

.input-text-custom {
  border-radius: 12px;
  height: 48px !important;
  border: 1px solid #666666 !important;
}

.input-label-custom {
  font-size: 12px !important;
  padding-top: 12px !important;
  color: #212121 !important;
}

.text-area-custom {
  min-height: 112px !important;
  resize: vertical !important;
  border-radius: 12px;
  border: 1px solid #666666 !important;
}

.icon-custom {
  font-size: 20px !important;
  color: #737373 !important;
  vertical-align: sub;
}

.info-span-custom {
  color: #212121 !important;
}

.custom-footer-style {
  width: 500px;
  margin: 2.5em auto 2em auto;
}

.need-help-custom {
  width: 100px;
  height: 48px;
  padding: 0.5em 1em !important;
  border-radius: 8px;
  font-size: 16px !important;
}

.submit-button-custom {
  border-color: transparent !important;
  background-color: #0076ad !important;
}

.submit-button-custom:disabled {
  background-color: #e8e8e8 !important;
  color: #a3a3a3;
}

.cancel-button-custom {
  color: #0076ad !important;
  border-color: #0076ad !important;
}

.cancel-button-custom:hover {
  background: transparent !important;
}

.close-btn {
  margin-bottom: 2em !important;
  color: #666666 !important;
}
/* Modal Need Help CSS Ends here  */

#yui-gen0 {
  display: none;
}

.sec-nav-title:hover,
.l-second__menu-item:hover {
  cursor: pointer;
}

.second-header {
  background: var(--white);
  width: 100%;
  height: 56px;
}

.second-header-border {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.second-nav-container {
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
  position: relative;
  justify-content: space-between;
  /* border-top: 1px solid #d9d9d9; */
  align-items: baseline;
}

.second-nav-wrapper {
  align-items: stretch;
}

.second-nav-items {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-align: right;
  text-transform: capitalize;
}

.l-second__menu-nav {
  list-style: none;
  display: flex;
  margin-block-start: 0;
  margin-block-end: 0;
}

.sec-nav-title {
  display: flex;
  font-size: 18px;
}

.main-title {
  font-size: 20px !important;
  height: auto;
  min-height: 38px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  color: #212121;
}

.l-second__menu-item {
  height: 56px;
  position: relative;
}

#config-service-title::after {
  width: 100%;
}

#contactus-l-second_menu-item:hover > a::after {
  content: "";
  background-color: var(--denim) !important;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: background-color 0.1s ease-in;
  width: 100%;
  height: 4px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

#account-l-second_menu-item:hover > a > span > p,
#myrequests-l-second_menu-item:hover > a > span > p,
#myservices-l-second_menu-item:hover > a > span > p,
#resource-l-second_menu-item:hover > a > span > p,
#needhelp-l-second_menu-item:hover > span > p {
  background-color: rgba(0, 118, 173, 0.05);
  border-radius: 8px;
  color: #024466;
}

.active-menu-item > a > span > p,
#needhelp-l-second_menu-item:active > span > p {
  background-color: rgba(0, 118, 173, 0.1);
  border-radius: 8px;
  color: #0076ad;
}

.contextual-dropdown-menu > .active > a,
.contextual-dropdown-menu > .active > a:focus,
.contextual-dropdown-menu > .active > a:hover,
.contextual-dropdown-menu > li > a,
.contextual-dropdown-menu > li > a:focus,
.contextual-dropdown-menu > li > a:hover {
  padding: 4px 16px;
}

/* Changes */
.l-second_menu-link {
  text-decoration: none !important;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  color: var(--woodsmoke) !important;
}

#needhelp-l-second_menu-item {
  display: flex;
  align-items: center;
}

/* Changes New*/
.l-second_menu-link > span > p,
#needhelp-l-second_menu-item > span > p {
  margin: 0 !important;
  padding: 8px 12px 8px 12px;
  line-height: 1;
}

.second-nav-align {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.second-nav-sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100;
}

.padding-left-30 {
  padding-left: 30px;
}

.request-wrapper {
  width: 100%;
  height: 228px;
  background: var(--wildsand);
}

.request-grid-section {
  position: relative;
  flex-direction: column;
}

.request-grid-container {
  display: grid;
  grid-template-columns: 187px 187px 187px 187px 187px 187px;
  padding: 0 30px;
  gap: 20px;
  text-align: center;
}

.request-grid {
  position: relative;
  width: 186.66px;
  height: 132px;
  border: 1px solid var(--gray-border);
  box-sizing: border-box;
  border-radius: 10px;
  padding: 16px;
}

.request-grid:hover {
  background: var(--white);
  cursor: pointer;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.view-all-grid {
  display: flex;
  justify-content: center;
  align-items: center;
}

.style-asset-icon {
  width: auto;
  height: 30px;
}

.request-grid-title {
  text-align: left !important;
  width: 100%;
  margin-left: 30px;
  padding-top: 30px;
  padding-bottom: 10px;
}

.chat-icon a {
  font-weight: bold;
}

.chat-icon a:hover {
  text-decoration: underline !important;
  text-underline-offset: 8px;
}

.help-section-grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 0 30px;
  height: 490px;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 80px;
}

.help-section-title-container {
  max-width: 806px;
  margin: 0 auto;
}

.help-section-title {
  text-align: center;
  margin-bottom: 8px;
  margin-top: 78px;
  font-size: 60px !important;
}

.help-section-description {
  text-align: center;
}

.help-section-wrapper {
  flex-direction: column;
  position: relative;
}

.help-section-card-title {
  padding: 16px;
  padding-top: 40px;
}

/* Changes */
.help-section-card-subtitle {
  height: 80px;
  padding: 16px;
  padding-right: 36px;
  position: absolute;
  bottom: 0px;
  border-top: 1px solid var(--black);
}

.help-section-desc {
  padding: 16px;
}

.help-btn-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  bottom: 30px;
  width: 100%;
  gap: 16px;
}

.disclaimer-wrapper {
  height: auto;
  background: var(--wildsand);
  padding: 30px;
  position: relative;
  width: auto;
}

.disclaimers {
  min-height: 60px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1220px;
  background: var(--white);
}

.disclaimer-padding {
  padding: 20px;
}

/* Define Color Codes for Grid*/
.help-section-card-container {
  height: 50%;
  position: relative;
}

.help-section-card-description {
  height: 50%;
  position: relative;
}

.grid-yellow {
  background: var(--starship);
}

.grid-yellow-shade {
  background: var(--texas);
}

.grid-green {
  background: var(--aqua-marine);
}

.grid-green-shade {
  background: var(--aqua-marine-light);
}

.grid-purple {
  background: var(--perfume);
}

.grid-purple-shade {
  background: var(--perfume-light);
}

.grid-blue {
  background: var(--cornflower-blue);
}

.grid-blue-shade {
  background: var(--malibu);
}

.start-now-btn {
  margin: 0 !important;
  margin-left: 16px !important;
  padding-top: 3px;
}

.help-btn-wrapper {
  height: 100%;
}

.additional-section {
  background: var(--additional-green);
  width: 100%;
  height: 200px;
}

.additional-section-align {
  align-items: center;
}

.additional-title {
  text-align: center;
  padding-top: 78px;
  padding-bottom: 8px;
  margin: 0px;
}

.additional-subtitle {
  text-align: center;
  margin: 0px;
}

.additiona-card-container {
  display: none;
  gap: 160px;
  padding-top: 40px;
}

.additional-card {
  text-align: center;
}

.padding-arrow-icon {
  padding-left: 8px;
  padding-top: 1px;
  bottom: 1px;
}

.view-all-small-text {
  font-size: 8px;
  top: -5px;
  position: relative;
  font-weight: bold;
  margin-left: 3px;
}

.second-nav__bg {
  background: var(--black);
  display: block;
  opacity: 0.5;
  position: fixed;
  top: 202px;
  visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

/* Overrides Bootstrap */
.link-btn-padding {
  bottom: 0px !important;
  margin-top: 16px;
}

.sec-nav-title {
  align-self: center;
}

.sec-nav-btn {
  align-self: center;
  padding-top: 3px;
}

.accordion-close-btn__wrapper {
  display: flex;
  justify-content: center;
  align-content: center;
  padding-top: 20px;
}

.accordion-close-btn {
  background: var(--black);
  border-radius: 50%;
  text-align: center;
  width: 31px;
  height: 31px;
  cursor: pointer;
}

.accordion-close-icon {
  padding: 10px;
}

.m_show-accordion {
  display: none;
}

.second-nav-down-arrow {
  display: none;
}

.second-nav-up-arrow {
  display: none;
}

.learn-more-text {
  padding-top: 3px;
}

.view-all-large a:hover {
  text-decoration: none !important;
}

#mb-lang-profile {
  display: none;
}

#mb-language-btn,
#mb-profile-btn {
  background-color: white;
  border: none;
  outline: 1px solid black;
}

.dropdown-menu-1 {
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

#mb-language-img,
#mb-user-img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

#mb-language-dropdown {
  display: none;
}

#mb-profile-dropdown {
  display: none;
  position: absolute;
  left: -66px;
}

.displayBlock {
  display: block;
}

.displayNone {
  display: none;
}
/* All the media queries will be written at the bottom of the page */
@media only screen and (max-width: 767px) {
  .start-now-btn {
    padding-top: 4px;
  }

  .request-grid-container {
    grid-template-columns: 187px 187px 187px 187px 187px;
    overflow-x: scroll;
    overflow-y: hidden;
    height: auto;
  }

  .learn-more-text {
    padding-top: 5px;
  }

  .request-grid {
    background: var(--white);
    cursor: pointer;
    height: 130px;
  }

  .request-grid-section {
    bottom: 16px;
  }

  .view-all-grid {
    display: none;
  }

  .request-wrapper {
    height: 286px;
  }

  .view-all-mobile {
    margin-left: 20px;
    width: fit-content;
  }

  .second-nav-container {
    flex-direction: column;
    width: 100%;
    display: flex;
    justify-content: start;
    margin-left: 0;
    margin-right: 0;
    gap: 8px;
  }

  .second-nav-align {
    display: none;
  }

  .second-header {
    height: 83px;
  }

  .second-nav-wrapper {
    align-items: flex-start;
    padding: 0px 20px;
  }

  .sec-nav-title {
    align-self: baseline;
    padding-top: 8px;
    cursor: pointer;
  }

  .sec-nav-btn {
    width: 100%;
    padding-top: 3px;
  }

  .second-header__expand {
    height: 202px;
  }

  .l-second__menu-nav {
    list-style: none;
    display: flex;
    margin-block-start: 0;
    margin-block-end: 0;
    gap: 0;
    flex-direction: column;
    padding-inline-start: 0;
    width: fit-content;
  }

  .second-nav-down-arrow {
    display: inline;
  }

  .help-section-grid-container {
    grid-template-columns: none;
    position: relative;
    height: auto;
    padding: 0 20px;
    margin-top: 30px;
  }

  .help-section-card-container {
    height: auto;
  }

  .help-section-card-subtitle {
    height: auto;
    width: auto;
    position: relative;
  }

  .help-section-card-description {
    height: auto;
  }

  .help-btn-container {
    padding-bottom: 16px;
    bottom: 0px;
    position: relative;
  }

  .request-grid-title {
    width: auto;
    margin: 0 20px;
    word-break: break-word;
  }

  .request-grid-container {
    padding: 0 20px;
  }

  .help-section-title-container {
    padding: 0 20px;
  }

  .additional-section {
    height: auto;
  }

  .additiona-card-container {
    padding-bottom: 40px;
    flex-direction: column;
    gap: 48px;
  }

  .additional-section-align {
    padding: 0 20px;
  }

  .disclaimer-wrapper {
    padding: 20px;
  }

  .desktop-card-wrapper {
    display: none;
  }

  .mobile-card-wrapper {
    display: flex;
    position: relative;
    height: 100%;
    margin-bottom: 75px;
    text-align: left;
  }

  .help-section-title {
    margin-top: 56px;
    font-size: 30px !important;
  }
  .navbar-right {
    margin-left: 10%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .start-now-btn {
    padding-top: 2px;
  }

  .learn-more-text {
    padding-top: 3px;
  }

  .request-grid-container {
    overflow: scroll;
    padding: 0 20px;
    grid-template-columns: 187px 187px 187px 187px 187px;
  }

  .request-grid {
    background: var(--white);
    cursor: pointer;
  }

  .view-all-grid {
    display: none;
  }

  .request-wrapper {
    height: 264px;
  }

  .view-all-mobile {
    margin-left: 20px;
    width: fit-content;
  }

  .second-nav-container {
    flex-direction: row;
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-left: 0;
    margin-right: 0;
    gap: 8px;
  }

  .second-header {
    height: 83px;
  }

  .second-header__expand {
    height: 202px;
  }

  .l-second__menu-nav {
    list-style: none;
    display: flex;
    margin-block-start: 0;
    margin-block-end: 0;
    gap: 10px;
    flex-direction: row;
    padding-inline-start: 0;
    width: fit-content;
  }

  .sec-nav-title {
    align-self: baseline;
    padding-top: 8px;
    cursor: pointer;
  }

  .sec-nav-btn {
    width: 100%;
    padding-top: 3px;
  }

  .second-nav-down-arrow {
    display: inline;
  }

  .second-nav-wrapper {
    align-items: flex-start;
    padding: 0px 20px;
  }

  .help-section-grid-container {
    grid-template-columns: none;
    position: relative;
    height: auto;
    padding: 0 20px;
  }

  .help-section-card-container {
    height: auto;
  }
  .help-section-card-subtitle {
    height: auto;
    width: auto;
    position: relative;
  }
  .help-section-card-description {
    height: auto;
  }
  .help-btn-container {
    padding-bottom: 16px;
    bottom: 0px;
    position: relative;
  }
  .request-grid-title {
    width: auto;
    margin: 0 20px;
    word-break: break-word;
  }
  .help-section-title-container {
    padding: 0 20px;
  }
  .help-section-title {
    margin-top: 40px;
    margin-bottom: 16px;
  }
  .additional-section {
    height: auto;
  }
  .additiona-card-container {
    padding-bottom: 40px;
    flex-direction: column;
    gap: 48px;
  }
  .additional-section-align {
    padding: 0 30px;
  }
  .mobile-card-wrapper {
    display: flex;
    position: relative;
    height: 100%;
    margin-bottom: 75px;
    text-align: left;
    margin-bottom: 0px !important;
  }
  .help-section-title {
    margin-top: 60px;
  }
  .desktop-card-wrapper {
    display: none;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  #mb-lang-profile-1 {
    display: none;
  }
  .weblinks {
    display: block !important;
  }
  #mb-language-btn {
    display: block;
  }
  #mb-profile-btn {
    display: block;
    margin-left: 10px;
  }
  #mb-lang-profile {
    display: flex;
  }
  .request-grid-container {
    overflow: scroll;
  }
  .help-section-title {
    text-align: center !important;
    margin-bottom: 8px !important;
    margin-top: 78px !important;
    font-size: 40px !important;
  }
  .view-all-mobile {
    display: none;
  }
  .view-all-large {
    bottom: -3px !important;
    padding-top: 10px;
  }
  .mobile-card-wrapper {
    display: none !important;
    margin-bottom: 0px !important;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 1600px) {
  .help-section-title {
    text-align: center !important;
    margin-bottom: 8px !important;
    margin-top: 78px !important;
    font-size: 40px !important;
  }
  .view-all-mobile {
    display: none;
  }
  .view-all-large {
    bottom: -3px !important;
    padding-top: 10px;
  }
  .mobile-card-wrapper {
    display: none !important;
    margin-bottom: 0px !important;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {
  .help-section-title {
    text-align: center !important;
    margin-bottom: 8px !important;
    margin-top: 78px !important;
    font-size: 40px !important;
  }
  .view-all-mobile {
    display: none;
  }
  .view-all-large {
    bottom: -3px !important;
    padding-top: 10px;
  }
  .mobile-card-wrapper {
    display: none !important;
    margin-bottom: 0px !important;
  }
}

@media only screen and (min-width: 1921px) {
  .mobile-card-wrapper {
    display: none;
  }
  .additional-section {
    width: 100%;
    margin: 0 auto;
  }
  .view-all-mobile {
    display: none;
  }
  .request-wrapper {
    width: 100%;
    margin: 0 auto;
  }
  .second-header {
    height: 85px;
  }
  ul.l-second__menu-nav {
    margin-top: 13px;
  }
  button#contextual-menu {
    font-size: 16px;
  }
}
