/*!
* Style Sheet for ""
* version: 1
* last modified:2023 By Applab
* author: Applab
* website: www.applab.qa
*/
/*b5 start -------------------------------------------------------------------------------------------------------------------*/
/*b5 end ---------------------------------------------------------------------------------------------------------------------*/
p a {
  color: #0d6efd;
}
p a:hover {
  color: #0d6efd;
  text-decoration: underline;
}

body {
  background-color: #fff;
  font-size: 16px;
  line-height: 1.5;
  color: #292D32;
}
body h1,
body h2,
body h3,
body h4,
body h5 {
  font-weight: 600;
}
body p {
  line-height: 1.5;
}

h1,
.h1 {
  font-size: 64px;
  line-height: 1.3;
}
@media (max-width: 1679px) {
  h1,
  .h1 {
    font-size: 44px;
  }
}
@media (max-width: 991.98px) {
  h1,
  .h1 {
    line-height: 1.5;
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  h1,
  .h1 {
    font-size: 20px;
  }
}

h2,
.h2 {
  font-size: 40px;
}
@media (max-width: 1600px) {
  h2,
  .h2 {
    font-size: 30px;
    margin-bottom: 22px;
  }
}
@media (max-width: 1199.98px) {
  h2,
  .h2 {
    font-size: 25px;
  }
}
@media (max-width: 991.98px) {
  h2,
  .h2 {
    font-size: 18px;
    margin-bottom: 14px;
  }
}

p {
  font-size: 18px;
}
@media (max-width: 1600px) {
  p {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  p {
    font-size: 14px;
  }
}

a:hover {
  color: #fd7e14 !important;
  text-decoration: none !important;
}

article p {
  color: rgba(30, 30, 30, 0.65);
  font-size: 18px;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  article p {
    font-size: 15px;
    line-height: 1.6;
  }
}

.m-xxl-4-5 {
  margin-top: 43px;
  margin-bottom: 15px;
}
@media (max-width: 1399.98px) {
  .m-xxl-4-5 {
    margin-top: 33px;
  }
}
@media (max-width: 991.98px) {
  .m-xxl-4-5 {
    margin-top: 25px;
  }
}

.fs-14 {
  font-size: 14px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-20 {
  font-size: 20px !important;
  line-height: 1.625rem;
}
@media (max-width: 767.98px) {
  .fs-20 {
    font-size: 17px !important;
  }
}

.fs-22 {
  font-size: 22px;
}
@media (max-width: 1199.98px) {
  .fs-22 {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .fs-22 {
    font-size: 16px;
  }
}

.fs-24 {
  font-size: 24px;
}
@media (max-width: 1679px) {
  .fs-24 {
    font-size: 22px;
  }
}
@media (max-width: 1199.98px) {
  .fs-24 {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .fs-24 {
    font-size: 16px;
  }
}

.fs-32 {
  font-size: 32px;
}
@media (max-width: 1600px) {
  .fs-32 {
    font-size: 30px;
  }
}
@media (max-width: 991.98px) {
  .fs-32 {
    line-height: 1.5;
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .fs-32 {
    font-size: 20px;
  }
}

.fs-40 {
  font-size: 40px;
}
@media (max-width: 1600px) {
  .fs-40 {
    font-size: 30px;
  }
}
@media (max-width: 991.98px) {
  .fs-40 {
    line-height: 1.5;
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .fs-40 {
    font-size: 20px;
  }
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.social-media-group .link {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid #fff;
  transition: all 0.3s;
}
@media (max-width: 1679px) {
  .social-media-group .link {
    width: 40px;
    height: 40px;
  }
  .social-media-group .link img {
    width: 15px !important;
  }
}
@media (max-width: 575.98px) {
  .social-media-group .link {
    width: 30px;
    height: 30px;
  }
  .social-media-group .link img {
    width: 12px !important;
  }
}
.social-media-group .link img {
  aspect-ratio: 1/1;
}
.social-media-group .link:hover {
  background-color: #F48F00;
  scale: 1.1;
}
.social-media-group .dropdown-toggle::after {
  display: none;
}
.social-media-group .dropdown-menu.show {
  display: flex;
}

.social-media-sm .dropdown-items {
  display: flex;
  gap: 5px;
}
.social-media-sm .dropdown-menu {
  background-color: transparent;
  border: 0;
  inset: -45px auto 0px -78px !important;
  animation: dropdownMenuAnimation 0.03s ease-in forwards;
}
.social-media-sm .dropdown-toggle::after {
  display: none;
}
.social-media-sm .dropdown-menu.show {
  display: flex !important;
}
.social-media-sm .social-link {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}
.social-media-sm .social-link:hover {
  background-color: #114782;
}
.social-media-sm .social-link:hover img {
  filter: brightness(0) invert(1);
}
.social-media-sm .social-link img {
  max-width: 12px !important;
  height: 13px !important;
  filter: brightness(0%);
  -o-object-fit: inherit !important;
     object-fit: inherit !important;
  aspect-ratio: inherit !important;
  transform: none !important;
}

@keyframes dropdownMenuAnimation {
  0% {
    transform: scale(0.95);
    opacity: 0.6;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.social-dark .link {
  border-color: #ccc !important;
}
.social-dark .link img {
  width: 20px;
}
.social-dark .link:hover {
  border-color: #c27203 !important;
}
.social-dark .link:hover img {
  /* WebKit prefix for older browsers */
  filter: brightness(100%);
  /* Standard filter property */
}
.social-dark .link img {
  /* WebKit prefix for older browsers */
  filter: brightness(0);
  /* Standard filter property */
}

.hover-effect figure {
  overflow: hidden;
}
.hover-effect img {
  transition: all 0.5s;
}
.hover-effect:hover img {
  scale: 1.1;
}

.blue-bg {
  background-color: #114782;
}

.fw-500 {
  font-weight: 500;
}

.info-size {
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .info-size {
    font-size: 13px;
  }
}
.info-size span {
  margin: 0 2px;
}
.info-size button {
  background-color: transparent;
  border: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
  transition: all 0.1s;
}
.info-size button img {
  width: 100%;
}
.info-size button:hover {
  transform: scale(1.1);
}

.space-md {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1679px) {
  .space-md {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.heading-outer {
  margin-bottom: 40px;
}

.content-outer {
  margin-top: 30px;
}

.custom-p-end {
  padding-inline-end: 82px;
}

.custom-p-start {
  padding-inline-start: 82px;
}

@media (max-width: 1399.98px) {
  .custom-p-start, .custom-p-end {
    padding: 0 1rem;
  }
}

@media (max-width: 1199px) {
  .space-md {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 1024px) {
  .heading-outer {
    margin-bottom: 10px;
  }
  .space-md {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  article p {
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  .container-lg {
    max-width: 1392px;
  }
}
@media (max-width: 1679px) {
  .slick-arrow {
    width: 40px !important;
    height: 40px !important;
  }
  .slick-arrow:after {
    background-size: 15px !important;
  }
}
@media (max-width: 1024px) {
  .slick-arrow {
    width: 35px !important;
    height: 35px !important;
  }
  .slick-arrow:after {
    background-size: 13px !important;
  }
}

.round-sm {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(17, 71, 130, 0.1);
}
@media (max-width: 575.98px) {
  .round-sm {
    width: 38px;
    height: 38px;
  }
  .round-sm img {
    width: 15px;
  }
}

.label-sm {
  background: rgba(17, 71, 130, 0.1);
  padding: 8px 16px;
  border-radius: 4px;
  color: #114782;
  display: inline-flex;
  font-size: 16px;
}
.sm-img {
  max-width: 90px;
}

.btn-grp-round {
  gap: 7px;
}
.btn-grp-round .btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(30, 30, 30, 0.65);
  padding: 0;
}
.btn-grp-round .btn img {
  width: 24px !important;
}
.btn-grp-round .btn.sm {
  width: 32px;
  height: 32px;
}
.btn-grp-round .btn.sm img {
  width: 17.5px !important;
  transform: none !important;
  scale: inherit !important;
}
@media (max-width: 575.98px) {
  .btn-grp-round .btn {
    width: 38px;
    height: 38px;
  }
  .btn-grp-round .btn img {
    width: 20px !important;
  }
}
.btn-grp-round .btn img {
  transition: all 300ms;
}
.btn-grp-round .btn:hover img {
  transform: scale(1.2);
}

.p_1 {
  padding: 6px !important;
}

.font-bold {
  font-weight: 600;
}

.national-day-theme .sub-header, .national-day-theme .station-main {
  background-color: #910D4F !important;
}
.national-day-theme .bg-orange.station-main .mix-blend, .national-day-theme .bg-orange.station-main .seek-bar-loader {
  background-color: #910D4F !important;
}
.national-day-theme section {
  position: relative;
}
.national-day-theme .ribbon {
  position: absolute;
  top: -159px;
  z-index: -1;
}
@media (max-width: 1200px) {
  .national-day-theme .ribbon img {
    width: 100px;
  }
}
@media (max-width: 1024px) {
  .national-day-theme .ribbon {
    top: -213px;
  }
}
@media (max-width: 991px) {
  .national-day-theme .ribbon {
    top: -170px;
  }
}
@media (max-width: 767px) {
  .national-day-theme .ribbon {
    top: -127px;
  }
}
.national-day-theme .ribbon-2 {
  inset-inline-end: 0;
}
.national-day-theme .ribbon-02 {
  inset-inline-end: 0;
}
.national-day-theme .ribbon-lg {
  position: absolute;
  bottom: -140px;
}
@media (max-width: 1400px) {
  .national-day-theme .ribbon-lg img {
    width: 100px;
  }
}
@media (max-width: 991px) {
  .national-day-theme .ribbon-lg {
    bottom: -110px;
  }
  .national-day-theme .ribbon-lg img {
    width: 50px;
  }
}

.national-day {
  margin-inline-end: 50px;
}
@media (max-width: 991px) {
  .national-day {
    position: absolute;
    inset-inline-start: 170px;
  }
  .national-day img {
    width: 80px;
  }
}
@media (max-width: 579px) {
  .national-day {
    inset-inline-start: 80px;
  }
  .national-day img {
    width: 50px;
  }
}

@media (max-width: 579px) {
  .national-day-theme header .navbar-brand img {
    width: 52px;
  }
}

address p {
  color: rgba(30, 30, 30, 0.65);
  font-size: 18px;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  address p {
    font-size: 15px;
    line-height: 1.6;
  }
}

.content-group {
  color: rgba(30, 30, 30, 0.65);
}
.content-group .icon {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: rgba(17, 71, 130, 0.1);
}
@media (max-width: 991.98px) {
  .content-group .icon {
    width: 40px;
    height: 40px;
  }
}
.content-group .icon img {
  width: 24px;
}
@media (max-width: 991.98px) {
  .content-group .icon img {
    width: 18px;
  }
}
.content-group a {
  color: rgba(30, 30, 30, 0.65);
}
.form_box {
  padding: 40px;
}
@media (max-width: 991.98px) {
  .form_box {
    padding: 20px;
  }
}
.form_box textarea {
  resize: none;
  height: 140px;
}
.form_box .wpcf7-form-control-wrap {
  width: 100%;
}
@media (max-width: 991.98px) {
  form input,
  form select,
  form textarea {
    font-size: 14px !important;
  }
}
form ::-moz-placeholder {
  color: rgba(46, 46, 46, 0.4) !important;
}
form ::placeholder {
  color: rgba(46, 46, 46, 0.4) !important;
}
form .form-check-input {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(41, 45, 50, 0.3);
  cursor: pointer;
}
form .form-check-input:checked {
  background-color: #114782;
  border-color: #0d6efd;
}
form .check-box-otr {
  cursor: pointer !important;
}

.file-upload {
  position: relative;
  height: 165px;
  transition: all 0.3s;
}
.file-upload:hover {
  box-shadow: 0 0 0 0.2rem rgba(19, 126, 241, 0.2);
  border-color: rgb(133, 178, 226);
}
@media (max-width: 991.98px) {
  .file-upload {
    height: 100px;
  }
}
.file-upload input[type=file] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
.file-upload .center-info p {
  color: rgba(46, 46, 46, 0.4);
  font-size: 16px;
  margin: 0;
  text-align: center;
}
@media (max-width: 991.98px) {
  .file-upload .center-info p {
    font-size: 13px;
  }
}
@media (max-width: 991.98px) {
  .file-upload .center-info img {
    width: 30px;
  }
}

.custom-select-wrapper {
  position: relative;
  display: inline-block;
}
.custom-select-wrapper select {
  background-position: left 28px center;
}
@media (max-width: 991.98px) {
  .custom-select-wrapper select {
    background-position: left 20px center;
  }
}

html[dir=rtl] form {
  direction: rtl !important;
}

.select-2 select {
  width: 100%;
}

/* Main Select Box */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 27px;
  min-height: 57px;
  padding: 5px 15px;
}
@media (max-width: 991.98px) {
  .select2-container--default .select2-selection--single {
    min-height: 38px;
  }
}

.select2-container .select2-selection--single .select2-selection__rendered {
  height: 100%;
  display: inline-flex;
  align-items: center;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  height: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  border: solid black;
  border-width: 0 1.5px 1.5px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border: solid black;
  border-width: 0 1.5px 1.5px 0;
  display: inline-block;
  padding: 3px;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  inset-inline-end: 30px;
}
@media (max-width: 991.98px) {
  .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    inset-inline-end: 20px;
    top: -2px;
  }
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  display: none !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #114782;
}

.select2-container--default .select2-results__option--selected {
  background-color: #EAECF0;
}

.select2-container {
  width: 100% !important;
}
@media (max-width: 1199.98px) {
  .login-cover {
    height: auto;
  }
}
.login-cover a {
  cursor: pointer;
}
.login-cover .login-img {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-color: transparent;
  overflow: hidden;
  border-radius: 16px;
}
@media (max-width: 767.98px) {
  .login-cover .login-img {
    margin-bottom: 20px;
    display: none !important;
  }
}
.login-cover .login-img img {
  width: 100%;
  max-width: 100%;
}
.login-cover .h-vh {
  height: calc(100% - 80px);
}
@media (max-width: 1199.98px) {
  .login-cover .h-vh {
    height: auto;
  }
}
.login-cover .btm {
  border-top: 1px solid rgba(41, 45, 50, 0.3);
  height: 80px;
}
@media (max-width: 991.98px) {
  .login-cover .btm {
    height: auto;
    padding-top: 15px;
    padding-bottom: 0px;
  }
}
.login-cover .link-under {
  text-decoration: underline !important;
  cursor: pointer;
}

.login-center {
  padding-inline-start: 80px;
  padding-inline-end: 120px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .login-center {
    padding: 30px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
@media (max-width: 575.98px) {
  .login-center {
    padding: 15px;
  }
}
.login-center .btn-submit {
  min-width: 162px;
  height: 50px;
}
@media (max-width: 575.98px) {
  .login-center .btn-submit {
    min-width: auto;
    height: 40px;
    width: 100%;
    font-size: 13px;
  }
}

.login-btn {
  border: 0;
  background: linear-gradient(5.51deg, #114782 5.84%, #040F1C 155.97%);
  transition: background-color 0.3s ease;
}
.login-btn:hover {
  background: linear-gradient(90deg, #114782, #040F1C);
}

.signup-btn {
  background-color: transparent;
  order: 2;
  color: #114782;
  display: inline-flex;
  align-items: center;
  border: 0;
  box-shadow: none !important;
}
.signup-btn:hover {
  color: #F48F00;
}

.eye-btn {
  position: absolute;
  inset-inline-end: 0;
  z-index: 9;
  transform: translate(50%, -12px);
  top: 50%;
  border: 0;
  background-color: transparent;
}
.eye-btn img {
  width: 20px;
}

@media (max-width: 575.98px) {
  .order_change {
    order: 2;
  }
}

.grid-outer .grid-box {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(41, 45, 50, 0.3);
  padding: 8px;
}
.grid-outer .grid-box .link {
  position: relative;
  z-index: 9;
  width: 100%;
  height: 100%;
}
.grid-outer .grid-box .link:after {
  content: "";
  background: linear-gradient(180deg, rgba(40, 40, 40, 0) 0%, #282828 100%);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  left: 0;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.grid-outer .grid-box:hover .more-btn {
  background-color: #F48F00;
  transform: rotate(0deg);
}
.grid-outer .grid-box:hover .sound-btn {
  background-color: #F48F00;
}
.grid-outer .grid-box:hover .sound-btn img {
  /* For WebKit browsers */
  filter: brightness(0) invert(1);
  /* Standard */
}
.grid-outer .grid-box figure {
  width: 100%;
  height: 400px;
  overflow: hidden;
  margin: 0;
  border-radius: 12px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
@media (max-width: 1199.98px) {
  .grid-outer .grid-box figure {
    height: 330px;
  }
}
@media (max-width: 575.98px) {
  .grid-outer .grid-box figure {
    height: auto;
  }
}
.grid-outer .grid-box figure:hover img {
  scale: 1.1;
}
.grid-outer .grid-box figure:hover .play-btn {
  background-color: #F48F00;
  scale: 1.2;
  box-shadow: 0px 5px 17px -4px rgba(0, 0, 0, 0.4);
}
.grid-outer .grid-box figure:hover .play-btn img {
  transition: all 0.7s;
  scale: 1.5;
}
.grid-outer .grid-box figure img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transition: all 0.5s;
  aspect-ratio: 1/1;
}
.grid-outer .content-btm {
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 24px;
  right: 24px;
  bottom: 24px;
}
.grid-outer .content-btm .sound-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid transparent;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  transition: all 0.3s;
  z-index: 9;
  position: relative;
}
.grid-outer .content-btm .sound-btn img {
  width: 24px !important;
  height: auto;
  transition: all 0.3s;
}
.grid-outer .content-btm .sound-btn:hover {
  background-color: #F48F00;
}
.grid-outer .content-btm .sound-btn:hover img {
  /* For WebKit browsers */
  filter: brightness(0) invert(1);
  /* Standard */
}
.grid-outer .content-btm .title {
  font-size: 26px;
  margin-bottom: 0;
  word-break: break-all;
}
.grid-outer .content-btm p {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 5px;
}
.grid-outer.grid-sm figure {
  height: 290px;
}
@media (max-width: 991.98px) {
  .grid-outer.grid-sm figure {
    height: 300px;
  }
}
.grid-outer.grid-sm .btn-grp-round img {
  height: auto;
}

.slider-vertical .grid-box {
  margin: 0 15px;
}
.slider-vertical .slick-arrow {
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgb(17, 71, 130);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  background-color: transparent;
  transform: translate(-50%, -50%);
  top: auto;
  bottom: -100px;
}
.slider-vertical .slick-arrow:hover {
  opacity: 0.7;
}
.slider-vertical .slick-arrow.slick-prev {
  inset-inline-start: auto;
  inset-inline-end: 100px;
}
.slider-vertical .slick-arrow.slick-prev:after {
  content: "";
  width: 100%;
  height: 100%;
  transform: rotate(180deg);
  -webkit-mask-image: url(../images/arrow-line.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background: #114782;
}
.slider-vertical .slick-arrow.slick-next {
  inset-inline-end: 40px;
}
.slider-vertical .slick-arrow.slick-next:after {
  content: "";
  -webkit-mask-image: url(../images/arrow-line.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background: #114782;
  width: 100%;
  height: 100%;
}
.slider-vertical .slick-dots {
  display: flex;
  display: none;
  max-width: 88%;
  position: relative;
  top: 55px;
  inset-inline-start: 15px;
}
.slider-vertical .slick-dots li {
  margin: 0 0px;
  flex-grow: 1;
}
.slider-vertical .slick-dots li button {
  font-size: 0;
  border: 0;
  border-radius: 2px;
  width: 100%;
  height: 2px;
  background-color: #cfdae6;
  outline: none;
}
.slider-vertical .slick-dots li.slick-active button {
  background-color: #114782;
  width: 100%;
  height: 4px;
}

.progress-bar-slide {
  position: relative;
  top: 48px;
  width: calc(100% - 175px);
  margin-inline-start: 15px;
  padding: 0;
}
.progress-bar-slide:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: rgba(17, 71, 130, 0.2);
  bottom: 1px;
  inset-inline-end: 0;
}
.progress-bar-slide .progress-bar {
  height: 5px;
  width: 0%;
  background-color: #114782;
  transition: width 0.3s ease;
  cursor: pointer;
}
.progress-bar-slide .progress-bar:hover {
  background-color: orange;
}

@media (min-width: 576px) {
  .grid-outer .content-btm.left-right-btm {
    left: 20px;
    bottom: 20px;
    z-index: 9;
  }
}
.top-sec {
  position: absolute;
  z-index: 9;
  inset-inline-start: 20px;
  inset-block-start: 20px;
}

@media (max-width: 1679px) {
  .grid-outer .content-btm .title {
    font-size: 18px;
  }
  .slider-vertical .slick-arrow {
    bottom: -87px;
  }
  .slider-vertical .slick-arrow.slick-prev {
    inset-inline-end: 90px;
  }
}
@media (max-width: 991px) {
  .grid-outer .content-btm .sound-btn,
  .more-btn {
    width: 40px;
    height: 40px;
  }
  .slider-vertical .slick-dots {
    max-width: calc(100% - 45px);
    top: 11px;
    inset-inline-start: 20px;
  }
  .slider-vertical .slick-arrow.slick-prev {
    inset-inline-end: auto;
  }
  .slider-vertical .slick-arrow.slick-next {
    inset-inline-end: auto;
    inset-inline-start: 50px;
  }
  .slider-vertical .grid-outer {
    display: block !important;
  }
  .progress-bar-slide {
    position: relative;
    top: 48px;
    width: calc(100% - 150px);
    margin-inline-start: 126px;
    margin-inline-end: 0;
  }
}
@media (max-width: 767px) {
  .grid-outer .content-btm {
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
  .slider-vertical {
    margin-top: 30px;
  }
  .grid-outer .content-btm .title {
    font-size: 16px;
  }
  .grid-outer .content-btm p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .home-gallery .grid-outer {
    display: inherit !important;
  }
}
