.color-blue {
  color: #003a66 !important;
}

/* START HEADER */

#my-top-icon i {
  background-color: #fff;
  padding: 5px;
  border-radius: 50%;
  margin: 0 5px;
  color: #e02454;
}

#my-top-icon .image-back {
  background-color: #fff;
  padding: 5px;
  width: 27px;
  height: 27px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  color: #e02454;
  margin-top: 10px;
}

#my-top-icon i:hover {
  background-color: #e02454;
  color: #fff;
}

#footer-contacr-btn {
  background-color: #e02454;
  width: 150px;
  height: 50px;
  line-height: 50px;
  border-radius: 30px;
}

#footer-contacr-btn:hover {
  background-color: #fff;
  color: #e02454;
}

.prt_floting_customsett {
  display: none;
}

/* END HEADER */

.slick-vertical .slick-slide {
  height: 300px;
}

/**/
.rating {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.rating input {
  display: none;
}

.rating label {
  font-size: 24px;
  cursor: pointer;
}

.rating label:hover,
.rating label:hover ~ label {
  color: orange;
}

.rating input:checked ~ label {
  color: orange;
}

/**/
.modal-backdrop {
  z-index: 10000000000 !important;
  position: static;
}

#exampleModal {
  background-color: #003a665b;
}

#exampleModal .modal-content {
  background-color: #003a66;
}

/**/
@media screen and (max-width: 768px) {
  #mobile-hide-counter {
    visibility: hidden;
    z-index: -1000 !important;
  }
}

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 30%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #eb2055; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 55px;
  height: 55px;
  background: #eb2055;
  border-radius: 50%;
  animation: pulse-border 1100ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #eb2055;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 19px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  left: 5px;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

#extra-nav-show-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .video-play-button {
    left: 50%;
  }

  #video-2-link {
    height: 400px;
  }

  #extra-nav-show-mobile {
    display: inline;
  }

  #extra-nav-show-mobile a {
    width: 200px;
    margin-bottom: 15px;
  }
}

#header-btn-mobile-show-br br {
  display: none;
}

@media screen and (max-width: 1440px) {
  #header-btn-mobile-show-br br {
    display: inline;
  }
}

/*radio select*/

/* Initially hide the diploma name input */
.panel {
  display: none;
}
#one {
  display: block;
}
.selector {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.selector-item {
  position: relative;
  flex-basis: 31%;
  display: flex;
  justify-content: flex-start;
  background-color: transparent;
  border-radius: 5px;
  font-size: 15px;
  background-color: #f0f5fb;
}
.selector-item_radio {
  appearance: none;
  display: none;
}
.selector-item_label {
  width: 100%;
  position: relative;
  border-radius: 5px;
  border: 1px solid #ced7e4;
  padding: 15px 15px 15px 20px;
  font-size: 15px;
}
.selector-item_radio:checked + .selector-item_label {
  background-color: #e02454;
  color: #fff;
  transform: translateY(-2px);
}

@media screen and (max-width: 768px) {
  .selector {
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
  }
  .selector-item {
    position: relative;
    flex-basis: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    background-color: transparent;
    border-radius: 5px;
    font-size: 15px;
    background-color: #f0f5fb;
    padding-bottom: 10px;
  }
  .selector-item_label {
    width: 100%;
  }
}

@media screen and (max-width: 1600px) {
  .prt-header-style-01 ul.menu > li > a {
    padding: 0px 8px 0px 8px !important;
  }
}

@media screen and (max-width: 1200px) {
  .prt-header-style-01 ul.menu > li > a {
    padding: 10px 20px !important;
  }
}

@media (max-width: 480px) {
  .selector {
    width: 90%;
  }
}

@media screen and (max-width: 1440px) {
  .header-extra2 .header_btn {
    background-color: red;
  }
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url(../images/my-images/cancel.png);
  box-sizing: content-box;
  width: 2em;
  height: 2em;
  font-size: 25px;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  opacity: 1;
}