.code-pol {
    background: #f3f3f3;
}

/* Codes & Policie start*/
  .code-pol {
    padding: 40px 0 100px;
  }
  
  .code-pol .acrd-data.white-box, .code-pol .accordian .acrd-data.trgr, .accordian .code-pol .acrd-data.trgr, .code-pol .accordian .acrd-data.tog_cont, .accordian .code-pol .acrd-data.tog_cont, .code-pol .acrd-data.card-look, .code-pol .acrd-data.media-card, .code-pol .pr-list > li .acrd-data.card-bx, .pr-list > li .code-pol .acrd-data.card-bx, .code-pol .media-kit .media-list .acrd-data.card-media, .media-kit .media-list .code-pol .acrd-data.card-media {
    padding: 10px 30px;
  }
  
  @media (max-width: 767px) {
    .code-pol .acrd-data.white-box, .code-pol .accordian .acrd-data.trgr, .accordian .code-pol .acrd-data.trgr, .code-pol .accordian .acrd-data.tog_cont, .accordian .code-pol .acrd-data.tog_cont, .code-pol .acrd-data.card-look, .code-pol .acrd-data.media-card, .code-pol .pr-list > li .acrd-data.card-bx, .pr-list > li .code-pol .acrd-data.card-bx, .code-pol .media-kit .media-list .acrd-data.card-media, .media-kit .media-list .code-pol .acrd-data.card-media {
      padding: 0 20px;
    }
  }
        /* Codes & Policy end */

        /* Heading + apply button*/
.heading-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 25px 0;
  /* after animation added*/
  position: relative;
  z-index: 1;
  /* after animation added end*/
  /**/
}

.heading-box .hd {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .heading-box {
    display: block;
  }
}

/* Heading + apply button end*/

/* Accordian style */
.accordian {
  /* common accordian like FAQ */
  /* common accordian like FAQ end */
  /* Product Detail page Eligibility */
  /* Product Detail Eligibility end*/
}

.accordian .trgr {
  padding: 20px 50px 20px 30px;
  margin-top: 1rem;
  position: relative;
  cursor: pointer;
}

.accordian .trgr::before {
  position: absolute;
  width: 15px;
  height: 15px;
  font-family: icomoon;
  content: "\e900";
  right: 30px;
  top: 20px;
  color: #9d1d27;
}

.accordian .trgr.act {
  border-radius: 5px 5px 0 0;
}

.accordian .trgr.act::before {
  content: "\e903";
}

.accordian .tog_cont {
  border-radius: 0 0 5px 5px;
  border-top: 1px solid #9d1d27;
  padding: 20px 30px;
  margin-bottom: 1rem;
}

.accordian .tog_cont .block {
  display: block;
}

@media (max-width: 767px) {
  .accordian .trgr {
    padding: 20px 50px 20px 20px;
  }
  .accordian .tog_cont {
    padding: 20px;
  }
}

.accordian.op1 .trgr {
  box-shadow: none;
  font-size: 36px;
  font-weight: 300;
  border-bottom: 1px solid #d8d8d8;
  padding: 10px 50px 10px 0;
  border-radius: 0;
  line-height: 1;
}

@media (max-width: 1024px) {
  .accordian.op1 .trgr {
    font-size: 24px;
  }
}

.accordian.op1 .trgr::before {
  content: "\e906";
  height: auto;
  width: auto;
  right: 0;
  color: #54565B;
  top: 15px;
  font-size: 24px;
}

@media (max-width: 1024px) {
  .accordian.op1 .trgr::before {
    font-size: 18px;
  }
}

.accordian.op1 .trgr.act::before {
  content: "\e905";
}

.accordian.op1 .tog_cont {
  box-shadow: none;
  border: 0;
  padding-left: 20px;
  margin: 0;
}

@media (max-width: 1024px) {
  .accordian.op1 .tog_cont {
    padding-bottom: 16px;
  }
}

.accordian.op1 .tog_cont ul li {
  list-style: disc;
  margin-bottom: 15px;
}

@media (max-width: 1024px) {
  .accordian.op1 .tog_cont ul li {
    margin-bottom: 8px;
  }
}
              .snav-wraper, .stab-wraper {
    height: 70px;
}
        .secondary-tab-normal {
    border-bottom: solid 1px #d8d8d8;
    height: 69px;
}
.secondary-nav, .secondary-tab, .secondary-tab-normal {
    background: #FFFFFF;
}
    .secondary-nav ul, .secondary-tab ul, .secondary-tab-normal ul {
    display: flex;
}
        .secondary-nav ul li:first-child, .secondary-tab ul li:first-child, .secondary-tab-normal ul li:first-child {
    margin-left: 0;
}


.secondary-tab-normal ul li a.active::after{
   width: 100%;
}


.secondary-tab-normal ul li {
    margin: 0 8px;
}
    .secondary-tab-normal ul li a {
    padding: 30px 15px 20px 20px;
}

.secondary-nav ul li a, .secondary-tab ul li a, .secondary-tab-normal ul li a {
    display: block;
    font-weight: 400;
    position: relative;
    font-size: 16px;
}
.secondary-nav ul li a strong, .secondary-tab ul li a strong, .secondary-tab-normal ul li a strong {
    font-weight: 400;
}
.secondary-nav ul li a::after, .secondary-tab ul li a::after, .secondary-tab-normal ul li a::after {
    border-bottom: 3px solid #9d1d27;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    margin: auto;
    position: absolute;
    transition: .3s all ease;
}
  .secondary-tab-normal ul li a {
    padding: 30px 15px 20px 20px;
}



.gift-city-fn-reports {
    background: #f3f3f3
}

.gift-city-fn-reports .tab-content>.active {
    display: block !important;
}

.gift-city-fn-reports .heading-box {
  padding: 25px 0 0 0;
  justify-content: center;
}
@media(max-width: 767px) {

    .gift-city-fn-reports .secondary-nav ul:not(.filter) li a strong,
    .gift-city-fn-reports .secondary-tab ul:not(.filter) li a strong,
    .gift-city-fn-reports .secondary-tab-normal ul:not(.filter) li a strong {
        font-size: 16px
    }
}

.gift-city-fn-reports h1.hd {
    color: #9b1e26;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    /* margin-bottom: 20px; */
    margin-top: 0;
    text-align: center
}

@media(max-width: 767px) {
    .gift-city-fn-reports h1.hd {
        padding: 10px 0 0px;
        font-size: 24px
    }
}

.gift-city-fn-reports .accordian .trgr {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .22);
    padding: 20px 50px 20px 30px;
    margin-top: 1rem;
    position: relative;
    cursor: pointer;
    border: 0;
    color: #54565b
}

.gift-city-fn-reports .accordian .trgr::before {
    position: absolute;
    width: 15px;
    height: 15px;
    font-family: icomoon;
    content: "";
    right: 30px;
    top: 20px;
    color: #9d1d27;
    background: none
}

.gift-city-fn-reports .accordian .trgr.act {
    background: #fff;
    border-radius: 5px 5px 0 0
}

.gift-city-fn-reports .accordian .trgr.act::before {
    font-family: icomoon;
    content: "";
    right: 30px;
    top: 20px;
    color: #9d1d27;
    transform: rotate(180deg)
}

.gift-city-fn-reports .tog_cont {
    background-color: #FFFFFF;
    border-radius: 0 0 5px 5px;
    border-top: 1px solid #9d1d27;
    padding: 20px 30px;
    margin-bottom: 1rem
}

@media(max-width: 767px) {
    .gift-city-fn-reports .tog_cont {
        padding: 20px
    }
}

.gift-city-fn-reports .secondary-tab-normal {
    border-bottom: solid 1px #d8d8d8;
    height: 69px
}

.gift-city-fn-reports .acrd-data .tabs-data {
    padding: 0 30px
}

@media(max-width: 767px) {
    .gift-city-fn-reports .acrd-data .tabs-data {
        padding: 0
    }
}

.gift-city-fn-reports .acrd-data ul.opt1 li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, .11);
    padding: 28px 0;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 767px) {
    .gift-city-fn-reports .acrd-data ul.opt1 li.audio-bx {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .gift-city-fn-reports .acrd-data ul.opt1 li.audio-bx audio {
        width: 100%;
        margin-top: 10px
    }
}

.gift-city-fn-reports .acrd-data ul.opt1 li:last-child {
    border-bottom: 0
}

.gift-city-fn-reports .acrd-data ul.opt1 li .action-box {
    width: 15%;
    text-align: right;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 14px;
    font-weight: 700;
    color: #9d1d27
}

@media(max-width: 767px) {
    .gift-city-fn-reports .acrd-data ul.opt1 li .action-box {
        margin-top: 0;
        margin-left: 20px;
        width: auto
    }
}

.gift-city-fn-reports .download-icon {
    background: #fafafa;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    margin-left: 30px
}

audio {
  width: 300px;
  height: 54px;
}

@media (max-width: 767px) {
  .gift-city-fn-reports .acrd-data ul.opt1 li.audio-bx {
      -ms-flex-direction: column;
      flex-direction: column !important;
  }
}
.card-look{
  background: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
}

.looking-for {
  padding: 75px 0;
  background: #f3f3f3;
}

@media (max-width: 767px) {
  .looking-for {
    padding: 40px 0;
  }
}

/* homepage How can we help you today? */
.list-looking {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  
  .list-looking li {
    width: 30%;
    margin-bottom: 30px;
  }
  
  @media (max-width: 991px) {
    .list-looking li {
      margin-bottom: 20px;
    }
  }
  
  @media (max-width: 767px) {
    .list-looking.for-mob li:nth-child(n+7) {
      display: none;
    }
    .list-looking li {
      width: 46%;
      margin-bottom: 15px;
    }
  }
  
  .card-look.full {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 97%;
    margin: 0 auto;
    /* product details page fees components  */
    /* product details page fees components end */
  }
  
  .card-look.full figure {
    margin: 0 36px;
  }
  
  .card-look.full figure img {
    width: 146px;
    height: auto;
  }
  
  .card-look.full figcaption,
  .card-look.full div {
    width: 35%;
  }
  
  .card-look.full .btn-box {
    width: 35%;
    margin-left: auto;
  }
  
  .card-look.full.opt1 {
    width: 100%;
    border: 2px solid #9d1d27;
  }
  
  .card-look.full.opt1 figure img {
    width: 432px;
  }
  
  @media (max-width: 767px) {
    .card-look.full.opt1 figure {
      margin: 0 -30px;
    }
    .card-look.full.opt1 figure img {
      width: 100%;
    }
  }
  
  .card-look.full.opt1 figcaption,
  .card-look.full.opt1 div {
    padding: 50px;
    width: 65%;
  }
  
  @media (max-width: 1024px) {
    .card-look.full.opt1 figcaption,
    .card-look.full.opt1 div {
      padding: 30px;
    }
    .card-look.full.opt1 figcaption .hd,
    .card-look.full.opt1 div .hd {
      font-size: 30px;
    }
  }
  
  @media (max-width: 991px) {
    .card-look.full.opt1 figcaption,
    .card-look.full.opt1 div {
      width: 100%;
    }
  }
  
  @media (max-width: 767px) {
    .card-look.full.opt1 figcaption,
    .card-look.full.opt1 div {
      padding: 0;
      margin: 0;
    }
  }
  
  .card-look > a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 20px;
  }
  
  .card-look figure {
    margin: 0 20px 0 0;
  }
  
  .card-look figure img {
    width: 32px;
    height: 32px;
  }
  
  .card-look .title {
    color: #54565B;
    margin-bottom: 5px;
  }
  
  .card-look p {
    font-size: 12px;
    line-height: 16px;
    color: #A6A6A6;
    margin-bottom: 0;
  }
  
  @media (max-width: 991px) {
    .card-look.full {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: start;
          align-items: flex-start;
      padding: 36px 30px 0;
    }
    .card-look.full figure {
      -ms-flex-order: 1;
          order: 1;
      margin: -80px 0 auto auto;
    }
    .card-look.full figure img {
      width: 175px;
    }
    .card-look.full figcaption,
    .card-look.full div {
      width: 100%;
      text-align: left;
    }
    .card-look.full figcaption p,
    .card-look.full div p {
      display: block;
      margin: 8px 0 20px;
    }
    .card-look.full .btn-box {
      width: 100%;
    }
    .card-look > a {
      min-height: 100px;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
    }
    .card-look > a.see-more figure img, .card-look > a.see-less figure img {
      height: auto;
    }
    .card-look p {
      display: none;
    }
    .card-look figure {
      margin: 0 0 16px;
    }
    .card-look figcaption,
    .card-look div {
      text-align: center;
    }
    .card-look figcaption .title,
    .card-look div .title {
      margin-bottom: 0;
    }
  }
  
  @media (max-width: 767px) {
    .card-look.full figure {
      margin-top: 10px;
    }
    .card-look > a {
      min-height: 150px;
    }
  }

.looking-for.op1 .list-looking li {
  margin: 0 15px 30px 15px;
}

@media (max-width: 991px) {
  .looking-for.op1 .list-looking li {
    margin: 0 15px 30px 0;
  }
}

@media (max-width: 767px) {
  .looking-for.op1 .list-looking li {
    margin: 0 0 15px 0;
  }
}

  /* homepage How can we help you today? end*/
                /*Financial Documents component*/
.looking-for.op1 {
  background: #f7f7f7;
}

.looking-for.op1 .list-looking {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

@media (max-width: 991px) {
  .looking-for.op1 .list-looking {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .looking-for.op1 .list-looking {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.looking-for.op1 .list-looking li {
  margin: 0 15px 30px 15px;
}

@media (max-width: 991px) {
  .looking-for.op1 .list-looking li {
    margin: 0 15px 30px 0;
  }
}

@media (max-width: 767px) {
  .looking-for.op1 .list-looking li {
    margin: 0 0 15px 0;
  }
}
.titletextcenter {
    text-align: center;
}

.sub-title{
     line-height: 1.1;
          }  


    .looking-for.inv .inv1 {
    background: #f3f3f3;
    padding: 70px 0 50px;
}

   .looking-for.inv .card-look > a {
    padding: 25px 20px;
    min-height: 90px;
}
.subscribe {
    background: #f3f3f3;
    padding: 90px 0 0 0;
}
.card-look.full.opt1 {
    width: 100%;
    border: 2px solid #9d1d27;
}
.subscribe .card-look {
    background: none;
}
        .card-look.full.opt1 figcaption, .card-look.full.opt1 div {
    padding: 50px;

}
        element.style {
    animation-delay: 0.3s;
}

.card-look.full.opt1 div.PA0 {
  padding: 0;
  width: 100%;
}
.form-label-group .form-control {
    height: inherit;
    border: 2px solid #d8d8d8;
}
.subscribe .form-control {
    background: none;
}
.form-label-group > label, .form-label-group > input {
    padding: 0.85rem 0.75rem;
}
    .form-label-group > label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    line-height: 1.5;
    color: #787878;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: all 0.1s ease-in-out;
}

.form-label-group > label, .form-label-group > input {
    padding: 0.85rem 0.75rem;
}
.card-look.full figure {
    margin: 0 36px;
}
.card-look.full figure img {
    height: auto;
}
@media (max-width: 767px){
    .card-look.full.opt1 figure img {
        width: 100%;
    }
    .card-look.full.opt1 figcaption, .card-look.full.opt1 div {
        padding: 0;
        margin: 0;
    }
	.subscribe .card-look .needs-validation.flex {
    display: block;
    margin-bottom: 30px;
	}
     .subscribe .form-control {
    	margin-bottom: 30px;
}
}

@media (max-width: 991px){
    .card-look.full figcaption, .card-look.full div {
        width: 100%;
        text-align: left;
    }
    .card-look.full {
        flex-direction: column;
        align-items: flex-start;
        padding: 36px 30px 0;
    }
    .subscribe .card-look.full figure {
        margin: auto;
    }
    .card-look.full.opt1 figcaption, .card-look.full.opt1 div {
        width: 100%;
    
}
}


.service-box {
  background-color: #f3f3f3;
  padding: 40px 0 100px 0;
  position: relative;
}

.service-box::before {
  background: #f3f3f3;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 185px;
  width: 100%;
}

.service-box.op1::before {
  height: 85px;
}

.service-box.op2::before {
  display: none;
}

@media (max-width: 767px) {
  .service-box.op2 {
    padding: 30px 0;
  }
}

.service-box.op2 .row.cards {
  margin-top: 0;
}

.service-box .cards {
  margin-top: 60px;
}

.service-box .card {
  color: #b8b8b8;
  height: 100%;
  border-radius: 3px;
}

.service-box .card .card-body {
  padding: 40px 32px;
  border-bottom: 0;
  background: none;
}

.service-box .card .card-body.opt1 {
  padding: 40px 35px 15px 35px;
  border-bottom: 0;
}

.service-box .card .card-body.opt2 {
  background-color: #fafafa;
  padding: 24px 35px 24px 35px;
  color: #54565b;
  border-radius: 0 0 3px 3px;
}

.service-box .card .card-title {
  font-size: 24px;
  font-weight: 300;
  color: #54565b;
  margin-bottom: 20px;
}

.service-box .card .btn-box .btn-white {
  color: #767676;
}

.service-box .card .view-all a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  margin-top: 4px;
  color: #b8b8b8;
}

.service-box .card .view-all a .txt {
  width: 80%;
}

.service-box .card button {
  background: none;
  border: 0;
  padding: 0;
  position: absolute;
  top: 15px;
  right: 15px;
}

.service-box .card button:focus {
  outline: 0;
}

.service-box .card button span {
  font-size: 22px;
}

.service-box .was-validated .form-control:valid,
.service-box .was-validated .form-control:invalid {
  background-image: none;
}

@media (max-width: 1024px) {
  .service-box .card .card-title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .service-box {
    padding: 30px 0 30px;
  }
  .service-box::before {
    height: 160px;
  }
  .service-box .cards {
    margin-top: 45px;
  }
  .service-box .cards .col-lg-4 {
    margin-bottom: 20px;
  }
  .service-box .card .card-body {
    padding: 40px 30px;
  }
  .service-box .card .col-5.black {
    white-space: nowrap;
  }
  .service-box .card .card-body.opt1,
  .service-box .card .card-body.opt2 {
    padding-left: 32px;
    padding-right: 32px;
  }
  .service-box .mt-xs-7 {
    margin-top: 32px;
  }
}

.icn-box {
  background-color: #ffcb05;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 18px solid #FFFFFF;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.icn-box span {
  font-size: 50px;
}

.icn-box img {
  height: 50px;
}

.icn-box + .fhd {
  font-weight: 700;
  margin-top: 4px;
  text-align: center;
}

@media (max-width: 767px) {
  .icn-box {
    width: 124px;
    height: 124px;
    border-width: 12px;
  }
}

/*service box footer end */


.form-label-group {
    position: relative;
    /* :active works but when replace with :focus, it doesn't work */
  }

  .form-label-group .dropdown .dropdown-toggle:after {
  top: 9px;
}
  
  .form-label-group .form-control {
    height: inherit;
    border: 2px solid #d8d8d8;
  }
  
  .form-label-group .form-control:focus {
    border-color: inherit;
    box-shadow: inherit;
  }
  
  .explorer11 .form-label-group .form-control:focus ~ label,
  .explorer11 .form-label-group .form-control:valid ~ label {
    display: none;
  }
  
  .form-label-group > label,
  .form-label-group > input {
    padding: 0.75rem 0.75rem;
  }
  
  .form-label-group > label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    /* Override default `<label>` margin */
    line-height: 1.5;
    color: #787878;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: all 0.1s ease-in-out;
  }
  
  .form-label-group input:-ms-input-placeholder {
    color: transparent;
  }
  
  .form-label-group input::placeholder {
    color: transparent;
  }
  
  .form-label-group input:not(:placeholder-shown) {
    padding-top: calc($pad-y + $pad-y * (2 / 3));
    padding-bottom: calc($pad-y / 3);
  }
  
  .form-label-group input:not(:placeholder-shown) ~ label {
    font-size: 12px;
    color: #777;
    background: #fff;
    border-radius: 0px;
    display: inline-block;
    width: auto;
    padding: 1px 4px;
    margin-left: 7px;
    margin-top: -10px;
    border-radius: 5px;
  }
  
  .form-label-group label.form-control-placeholder {
    font-size: 15px;
    color: #777;
    display: inline-block;
    width: auto;
    margin-left: 7px;
    margin-top: 0px;
    transition: all 0.3s;
  }
  
  .form-label-group label.form-control-placeholder.float {
    transform: translate(0, -1.1em);
    font-size: 75%;
    background: #fff;
    padding: 1px 4px;
    transition: 0.2s ease-in-out;
  }
  
  .form-label-group label.form-control-placeholder.changefloat {
    transform: translate(0, -1.1em);
    background: #fff;
    padding: 1px 4px;
    font-size: 75%;
  }
  
  .form-label-group .form-control-placeholder {
    pointer-events: none;
  }
  
  .form-label-group .bootstrap-select.show > .btn-light.dropdown-toggle,
  .form-label-group .bootstrap-select .dropdown-menu.show {
    color: #495057;
  }
  
  .form-label-group .bootstrap-select.show > .btn-light.dropdown-toggle {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none;
  }
  
  .form-label-group .bootstrap-select > .btn,
  .form-label-group .bootstrap-select > .btn-light {
    padding-left: 1.5rem;
    font-size: 15px;
    height: 48px;
    border-radius: 4px;
    background-color: #fff !important;
    /* border: 1px solid #1d3147 !important; */
    line-height: 2.3;
    color: #495057;
  }
  
  .form-label-group .bootstrap-select > .btn-light:focus,
  .form-label-group .bootstrap-select > .btn-light:hover,
  .form-label-group .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    box-shadow: none !important;
    color: #495057;
  }
  
  .form-label-group .bootstrap-select > .dropdown-menu {
    border: 1px solid #1d3147;
  }
