.fit-cover {
  object-fit: cover;
}

@media (max-width: 768px) {
  .full-width {
    max-width: 100% !important;
  }
}

@media (min-width: 1150px) {
  .img-div {
    max-width: 435px !important;
  }
}

@media (max-width: 576px) {
  .img-div {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .width-100 {
    width: 100% !important;
    /*height: 262px !important;*/
  }
}

@media (max-width: 768px) {
  .btn-positions {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 420px) {
  .btn-positions {
    flex-direction: column;
    /*width: 100%;*/
  }
}

@media (max-width: 420px) {
  .fill-button {
    width: 90%;
  }
}

.btn-primary:hover {
  background-color: initial;
  color: #1B46F5;
  border: none;
  cursor: pointer;
}

.btn-primary:focus {
  border: none;
  background-color: initial;
  color: #1B46F5;
}

@media (max-width: 992px) {
  #nav-container {
    max-width: 100% !important;
  }
}

@media (max-width: 767px) {
  .card:not(.option-card) {
    width: 343px !important;
  }
}

.card {
  height: 368px;
  /*align-items: center;*/
}

.btn-primary:hover {
  background-color: #1433E1;
  color: white;
}

.btn-primary:active {
  background-color: #192A8F;
  color: white;
}

.btn-primary:focus {
  background-color: #2962FF;
  color: white;
  box-shadow: 0px 0px 0px 4px #BCD3FF;
}

.btn-outline-primary:hover {
  background-color: #EBF2FF;
  color: #1433E1;
  border-color: #1433E1;
}

.btn-outline-primary:active {
  background-color: #BCD3FF;
  color: #192A8F;
  border-color: #192A8F;
}

.btn-outline-primary:focus {
  background-color: white;
  color: #2962FF;
  border-color: #2962FF;
  box-shadow: 0px 0px 0px 4px #BCD3FF;
}

#close-btn-1:hover {
  background-color: #EBF2FF;
  color: #1433E1;
}

[id^="close-btn"]:active {
  background-color: #BCD3FF;
  color: #192A8F;
}

[id^="close-btn"]:focus {
  background-color: white;
  box-shadow: 0px 0px 0px 4px #BCD3FF;
  color: #1B46F5;
}

.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
  color: #1B46F5;
  border-bottom: 4px solid #2962FF;
}

.option-card {
  height: 226px !important;
  border: none;
  cursor: pointer;
}

.option-card:hover {
  background-color: #F5F8FF;
  /*color: #1433E1;*/
}

.option-card:active, .option-card:focus, .card-active {
  border: 2px solid #2962FF;
  /*color: #1433E1;*/
}

.option-card:hover h4, .option-card:active h4, .option-card:focus h4, .card-active h4 {
  color: #1433E1;
}

@media (max-width: 767px) {
  .card.option-card {
    /*flex-direction: rpw;*/
    height: fit-content !important;
    flex-direction: row;
    display: none;
    /*color: red;*/
  }
}

@media (max-width: 767px) {
  .option-card > div:first-child {
    height: 64px !important;
    width: 64px !important;
  }
}

@media (max-width: 767px) {
  .option-card > div:first-child > img {
    height: 41px;
    width: 41px;
  }
}

@media (max-width: 767px) {
  .option-card.card-active > h4 {
    color: #1433E1;
  }
}

.option-card.card-active {
  display: flex !important;
}

@media (max-width: 767px) {
  #options-section {
    max-height: 124px;
  }
}

@media (min-width: 1200px) {
  #mob-image {
    left: 69px;
  }
}

@media (min-width: 1058px) and (max-width:1199px) {
  #mob-image {
    left: 5px;
  }
}

@media (min-width: 1058px) and (max-width:1199px) {
  #download-section {
    left: 52px;
    position: relative;
  }
}

@media (max-width: 1057px) {
  #mob-image {
    top: -120px !important;
    left: 0;
    right: 0;
    margin: auto;
  }
}

@media (max-width: 1057px) {
  #download-section:before {
    content: "";
    height: 367px;
    display: block;
  }
}

@media (max-width: 300px) {
  #download-section:before {
    content: "";
    height: 267px;
    display: block;
  }
}

@media (max-width: 1057px) {
  #download-section {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

[id^="navcol"] img:hover {
  color: #1B46F5;
}

@media (max-width: 767px) {
  .option-card.dropdown {
    display: flex;
  }
}

.about-card {
  height: 304px !important;
}

#about-buttons > button:hover {
  background-color: #EBF2FF;
  color: #1B46F5 !important;
}

#about-buttons > button:active, .active-about {
  background-color: #2962FF;
  color: white !important;
}

.accordion-button.collapsed::after {
  background: url("../../assets/img/feather-icons-black/plus.svg");
}

.accordion-button:not(.collapsed)::after {
  background: url("../../assets/img/feather-icons-black/minus.svg");
}

.accordion-button.collapsed:hover::after {
  background: url("../../assets/img/feather-icons/plus.svg");
}

.accordion-button:not(.collapsed):hover::after {
  background: url("../../assets/img/feather-icons/minus.svg");
}

.accordion-button:not(.collapsed), .accordion-button:active, .accordian-button:focus {
  color: #0B0C0F;
  background-color: white;
  box-shadow: none !important;
  /*outline: none;*/
  /*border: none !important;*/
  /*border-color: white;*/
}

.accordion-button:hover {
  color: #1433E1;
}

.accordion-button:focus {
  z-index: 3;
  border: none;
  outline: 0;
  box-shadow: none;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
  border-top: none;
  border-right: none;
  border-left: none;
}

.accordion-button:not(.collapsed) {
  padding: 32px 0px 0px 0px;
}

.accordion-button.collapsed {
  padding: 32px 0px;
}

.accordion-body {
  padding: 16px 0px;
}

#faq-navbar a:active, #faq-navbar a:focus, .active-faq-link {
  color: #1B46F5 !important;
  border-bottom: 1px solid #1B46F5;
}

#faq-navbar a:hover {
  background-color: #F5F8FF;
  color: #1B46F5;
}

@media (max-width: 870px) {
  .cards-div > div {
    height: 131px !important;
    width: 149px !important;
  }
}

@media (max-width: 767px) {
  .about-card {
    height: 232px !important;
  }
}

.btn-card-active {
  display: flex !important;
}

.about-menu-active {
  border-color: #2962FF !important;
  box-shadow: 0px 0px 0px 4px #BCD3FF;
}

#about-btn-section > div:first-child > div {
  cursor: pointer;
}

.dropdowns > div:hover, .dropdowns > div:hover * {
  background-color: #F5F8FF;
  color: #1B46F5 !important;
  cursor: pointer;
}

.btn-card-active .check-image {
  display: inline-block !important;
}

[id$='btn-option'].btn-card-active *, [id$='-link'].btn-card-active *, #select-option > .btn-card-active p {
  color: #1B46F5 !important;
}

.faq-link-sticky {
  width: 95% !important;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dropdown-sticky {
  left: 50%;
  transform: translate(-50%, -0%);
}

.btn-primary:disabled {
  background-color: #DEE2E9;
  color: white;
  border: none;
}

optgroup {
  border: 1px solid #F0F3F5;
  box-shadow: 0px 12px 16px -4px rgba(36, 46, 56, 0.08), 0px 4px 6px -2px rgba(36, 46, 56, 0.03);
}

option {
  display: none;
}

::-webkit-input-placeholder {
  color: #6B7996 !important;
}

input.border-red-400:focus, textarea.border-red-400:focus, select.border-red-400:focus {
  box-shadow: 0px 0px 0px 4px #FAB2C7 !important;
  border-color: #FF0000;
}

button span {
  background-color: inherit !important;
  color: inherit !important;
}

