/* custom scrollbar */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background: #bbbbbb;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #f04c39;
}

/* custom scrollbar end */

/* payment method */
.payment-method {
  margin-bottom: 0.5rem;
}

.payment-method img {
  height: 30px;
  width: auto;
}

.payment-method label {
  border: 1px solid #ccc;
  border-radius: 0.35rem;
  padding: 1rem 1rem 1rem 3rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

.payment-method .radio-border {
  left: 15px;
  top: 20px;
}

.payment-method .radio-label::after {
  left: 22px;
  top: 27px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {

  width: 2.5rem;
  height: 2.5rem;
  background-color: #f04c39;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0px 1px 10px #999;
  background-size: 70%;
}

.carousel-control-next,
.carousel-control-prev {

  width: 8%;

}

.owl-theme .owl-dots .owl-dot span {
  margin: 0 7px !important;
}

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #f04c39;
  margin-right: 5px;
  margin-left: 5px;
}



/* accordina */
.accordion-header {
  background: #f0f0f0;
}

.accordion-button {
  font-size: 1rem;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #f04c39;
}

.accordion-body {
  background: #fff;
}

.accordion-item:first-of-type .accordion-button {
  /* border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem; */
}

.accordion-item:last-of-type .accordion-button.collapsed {
  /* border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem; */
}

.navik-header.sticky .logo img {
  max-height: 55px !important;
  margin-top: 0.5rem;
}


.mob-lan-switch-dropdown {
  display: none;
}

/* tab */

.nav-tabs {
  border-bottom: 1px solid #ccc;
  font-size: 1rem;
  margin-bottom: 1rem;

}

.nav-link {
  padding: 0.5rem 1.5rem;
  background: none;
  color: #111;
}

.nav-link:hover {
  color: #f04c39
}

.nav-tabs .nav-link.active {
  background: linear-gradient(90deg, #f04c39 0%, #faa41b 100%);
  color: #fff;
  border-radius: 0.5rem 0.5rem 0 0;
  border-color: none;

}

.modal-backdrop {
  opacity: 0.8 !important;
}


.modal {
  background: #fff
}

.modal-content {
  border: 0
}

.skip {
  position: absolute;
  z-index: 9;
  right: 0;
}

.skip .btn {
  padding: 0.3rem 0.75rem;
}

.page-link {
  color: #f04c39;

}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #f04c39;
  border-color: #f04c39;
}

.findbranch {
  margin-bottom: 1rem;
}

.slideshow .slidecaption h2 {
  font-size: 28px;
  color: #f04c39;
  font-family: "Sora", sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
}

.slideshow .slidecaptionwrapper .slidecaption h3 {
  font-size: 20px;
  color: #111;
  font-weight: 400;
  height: 3.5rem;
  margin-bottom: 2.3rem;
}

.slideshow .slidecaptionwrapper .slidecaption {
  color: #fff;
  text-align: left;
  z-index: 3;
  position: absolute;
  top: 85px;
  left: 87px;
}

.overview {
  padding: 4rem 0 5rem 0;

  background-size: 450px;
  background-position: 0 2.5rem;
}

.blockwidget .card-box {

  background: linear-gradient(90deg, #f04c39 0%, #faa41b 100%);

}

.mobileapp .mobileappdownload {
  text-align: center;
}

.mobileapp .mobileappdownload .qrcode {
  margin-top: 0;
  display: inline-block;
  margin-right: 1rem;
  position: relative;
  top: -15px;
  float: none;
}

.mobileapp .mobileappdownload .appcount {
  display: inline-block;
  margin-right: 0;
  float: none;
}

footer .bottom-footer {
  font-size: 10px;
}

.bottom-footer .fa-facebook-f:hover {
  background: #2855a8 !important;
  border: 1px solid #2855a8 !important;
}

.bottom-footer .fa-youtube:hover {
  background: #f80000 !important;
  border: 1px solid #f80000 !important;
}

.bottom-footer .fa-viber:hover {
  background: #7c529e !important;
  border: 1px solid #7c529e !important;
}


.mobileapp .mobileappdownload {
  margin-top: 0rem;
}

.sidefixedicon {
  position: fixed;
  z-index: 6;
  left: 0;
  top: 140px;
  border: 1px solid #fff;
  border-left: none;
  border-radius: 0 8px 8px 0;
  display: none;
}

.sidefixedicon ul {
  padding: 0;
  margin: 0;
  background: #0e4e91;
  border-radius: 0 8px 8px 0;
}

.sidefixedicon ul li {
  display: block;
  border-bottom: 1px solid #84abd5;

}

.sidefixedicon ul li:last-child {
  border-bottom: none;
}

.sidefixedicon ul li a {
  display: block;
  padding: 6px 5px;
}

.sidefixedicon ul li a:hover {
  opacity: 0.6;
}

.sidefixedicon ul li a img {
  width: 35px;
}

.promotional-offer {
  padding-bottom: 1rem;
}


.topvideo {
  text-align: center;
}


.iconblock .col-lg-2 {
  padding-left: 1rem;
  padding-right: 1rem;
}

/*---Premium Calculator--page */

.select-option {
  display: flex;
  padding: 20px 0px 10px;
  justify-content: center;
}

.selected {
  color: #111111;
  font-size: 16px;
  padding: 10px 15px;
}

.choose {
  padding: 10px 15px;
}

.bg-color {
  background-color: #F6F6F6;
  margin-top: 30px;
}

.select-option .form-select {
  width: 50vh;
  height: 50px;

}

.choosing-plan {
  margin-bottom: 10px;

}

.calculator-title {
  color: #F04C39;
  font-size: 18px;

}

.claculate {
  font-size: 14px;
  line-height: 23px;
  padding-bottom: 28px;
}

.calculatepremium-plan {
  margin: 1rem 0.5rem;
  display: block;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;

}

.calculatepremium-plan .card-desc h2 {
  color: #111;
  font-size: 16px;
  line-height: 23px;
  padding: 20px;
  margin-bottom: 0.5rem;
  display: block;
  max-height: 2.75rem;
}

.plan .card-desc {
  height: 7.5rem !important;
}

.planblock-end {
  border-bottom: 1px solid #CCCCCC;
  margin-top: 40px;
}

.plan-carousel label {
  display: block;
}

/* ------------------ Choose a Plan */

.radio-buttons {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.custom-radio input {
  display: none;
}

.radio-btn {
  margin: 2%;
  width: 96%;
  display: block;
  border-radius: 20px 20px 10px 10px;
  position: relative;
  box-shadow: 0px 2px 10px #c3c3c367;
  cursor: pointer;
}

.radio-btn>i {
  color: #b3b3b3;
  background-color: #b3b3b3;
  font-size: 20px;
  position: absolute;
  top: 8px;
  left: 20px;
  transform: translateX(-50%) scale(2);
  border-radius: 50px;
  padding: 3px;
  transition: 0.5s;
  pointer-events: none;
  opacity: 0;
  z-index: 5;
}

.radio-btn .hobbies-icon {
  position: static;
  transform: translate(-0%, -0%);
  min-height: 330px;
  border-radius: 10px;
}

.radio-btn .hobbies-icon img {
  display: block;
  width: 100%;
  margin-bottom: 0px;

}

.radio-btn .hobbies-icon i {
  color: #FFDAE9;
  line-height: 80px;
  font-size: 60px;
}

.radio-btn .hobbies-icon h3 {
  color: #111;
  font-size: 16px;
  line-height: 23px;
  padding: 20px;
  margin-bottom: 0.5rem;
  display: block;

}

.custom-radio input:checked+.radio-btn {
  box-shadow: 0px 2px 10px #f04b3950;

}

.custom-radio input+.radio-btn>i {
  opacity: 1;
  transform: translateX(-50%) scale(1);

}

.custom-radio input:checked+.radio-btn>i {
  opacity: 1;
  transform: translateX(-50%) scale(1);
  background-color: #f04c39;
  color: #ffffff;
}


.plan-radiobtn {
  margin: 20px 0px 25px;
}

.benefitamt-text {
  color: #124E91;
  font-size: 18px;
  padding-bottom: 20px;

}

.rider-text {
  font-size: 10px;
}

.form-check {
  margin-bottom: 0px;
}

.form-check span {
  color: #F04C39;
  font-size: 14px;

}

.form-check-input:checked {
  background-color: #F04C39;
  border-color: #F04C39;
}

.form-check p {
  color: #9C9C9C;
  font-size: 14px;

}

.form-check .optional-text {
  font-size: 16px;
  color: #000000;
}

.calculate-btn {
  margin-top: 6px;
}

.plan .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 20px;
}

/* Single Payment calculator--end */

.pre-claculate {
  background-color: var(--white);
  display: block;
  color: var(--secondary);
  padding: 15px 30px 45px 30px;
  box-shadow: 0px 2px 15px #07070720;

}

.courtesy {
  font-size: 18px;
  color: #F04C39;
  font-weight: 600;
  padding-bottom: 10px;
}

.beema-details div span {
  font-weight: 600;

}

.details-text {
  font-size: 14px;
  color: #9c9c9c;

}

.premium-block i {
  color: #9C9C9C;
  font-size: 14px;
  padding: 0px 15px;
}

.pre-cost {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #D9D9D9;
  font-size: 16px;
  padding: 10px 0px;

}

.Proceed {
  display: flex;
  justify-content: space-between;
  border: 1px solid #FC9595;
  font-size: 16px;
  padding: 10px 16px;

}

.basic-text {
  font-weight: 600;
}

.basic-amt {
  color: #F04C39;
}

.premium-block {
  margin: 15px 0px 20px;
}

.daily-saving {
  color: #555555;
}

.beema-details {
  padding-left: 20px;
  margin-top: -10px;
  color: #555555;
}

.akal-jyoti {
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.beema-details p {
  font-size: 14px;
  line-height: 23px;
}

.premium-details {
  padding: 45px 0px 50px;
}

/* --Premium Details --end  */
.select-plan-popup .modal-xl {
  max-width: 70vw;
}

.select-plan-popup .modal-xl .modal-body {
  padding: 0;
}

.popup-wrapper {
  display: flex;
  justify-content: space-between;
}

.popupimg {
  background-color: #FAE6C6;
  width: 45%;
  display: flex;
  justify-content: center;
  vertical-align: middle;
}

.popupimg img {
  width: auto;
  height: 50%;
  vertical-align: middle;
  position: relative;
  top: 22%;
}

.basic-info {
  width: 55%;
  padding: 40px;
}

.basic-info span {
  font-size: 12px;
  color: #555555;

}

.basic-info .benefitamt-text {
  padding-bottom: 0px;

}

.select-category {
  font-size: 12px;
  color: #111111;

}

/* popup-page */
.radio-buttons1 {
  display: flex;
  width: 100%;
  margin-top: 16px;
}

.radio-btn1 {
  display: block;
  border-radius: 10px;
  position: relative;
  box-shadow: 0px 2px 10px #00000024;
  cursor: pointer;
  margin: auto;
  background: var(--white);
  width: 60px;
  height: 60px;
}

.radio-buttons1 .cr2 {
  width: 20%;
  text-align: center;
  display: block;
}

.radio-btn1>i {
  color: #b3b3b3;
  background-color: #b3b3b3;
  font-size: 6px;
  position: absolute;
  top: 8px;
  left: 10px;
  transform: translateX(-50%) scale(2);
  border-radius: 50px;
  padding: 3px;
  transition: 0.5s;
  pointer-events: none;
  opacity: 0;
  z-index: 5
}

.radio-btn1 .hobbies-icon img {
  display: block;
  width: 55%;
  margin: auto;
}

.radio-btn .hobbies-icon i {
  color: #FFDAE9;
  line-height: 80px;
  font-size: 60px;
}

.custom-radio input+.radio-btn1>i {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

.custom-radio input:checked+.radio-btn1>i {
  opacity: 1;
  transform: translateX(-50%) scale(1);
  background-color: #f04c39;
  color: #ffffff;
}

.radio-btn1 .hobbies-icon {
  position: static;
  transform: translate(-0%, -0%);
  min-height: 60px;
  border-radius: 10px;
  padding-top: 12px;
}

.category-txt {
  font-size: 11px;
  display: block;
  padding: 5px;
  text-align: center;
  line-height: 16px;
  margin-top: 5px;
}

.radio-btn1 .hobbies-icon:after {
  position: absolute;
  content: '';
  height: 1px;
  background: #b3b3b3;
  width: 10px;
  top: 52%;
  left: 98%;
  margin-left: 20px;
  display: none;
}

.radio-buttons1 .cr2:last-child .hobbies-icon:after {
  display: none;
}


.custom-radio input:checked+.radio-btn1 {
  box-shadow: 0px 2px 10px #f04b3950;
}

.info-details {
  margin-top: 15px;
}

.Category-borderline {
  border: 1px solid #D9D9D9;
  margin: 26px 0px 26px;
}




/* --premium calculator frontpage---popup --end  */

/* premium calculator page end--- */
@media (min-width: 1400px) {
  .select-plan-popup .modal-xl {
    max-width: 55vw;
  }
}


@media (max-width: 1300px) {
  .radio-btn1 .hobbies-icon:after {
    display: none;
  }

  .popupimg {
    width: 40%;
  }

  .basic-info {
    width: 60%;
    padding: 30px;
  }

  .popupimg img {
    height: 40%;
    top: 25%;
  }
}

@media (max-width: 1000px) {
  .select-option .form-select {
    width: 45vh;
    margin: 10px 0px 10px;
  }


  .radio-btn .hobbies-icon h3 {
    font-size: 14px;

  }

  .radio-btn .hobbies-icon {
    min-height: 290px;
  }

  .selected {
    padding: 18px 15px;

  }

  .choose {
    padding: 22px 15px;
  }

  .popupimg {
    display: none;
  }

  .basic-info {
    width: 100%;
  }
}

.premium {
  margin-bottom: 35px;
}

.beema-details {
  padding-left: 0;

}

@media (max-width: 765px) {


  .select-option {
    display: block;
  }

  .selected {
    padding: 0px;
  }

  .choose {
    padding: 0px;
  }

  .basic-info {
    width: 100%;
    padding: 20px;
  }

  .select-plan-popup .modal-xl {
    max-width: 95% !important;
  }
}

@media (min-width: 375px) {

  /* .radio-btn1 {
    width: 50px;
    height: 50px;
  } */
  .category-txt {
    padding: 0;
  }

  .radio-label {
    margin-top: 8px;
  }

  .calculator-title {
    font-size: 17px;
  }

}

/* premium calculator responsive page end--- */


@media (min-width: 1500px) {
  .slideshow .slidecaptionwrapper .slidecaption {
    top: 100px !important;

  }
}

@media (min-width: 1300px) {
  .slideshow .slidecaptionwrapper .slidecaption {
    top: 60px;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 550px;
    margin: 4rem auto;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  }

  .modal-dialog .carousel-indicators {
    margin-bottom: 0;
  }
}


/* waves */
.ocean {
  height: 80px;
  /* change the height of the waves here */
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
}

.wave {
  /* background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 88.7'%3E%3Cpath d='M800 56.9c-155.5 0-204.9-50-405.5-49.9-200 0-250 49.9-394.5 49.9v31.8h800v-.2-31.6z' fill='%23f04c39'/%3E%3C/svg%3E"); */
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 88.7'%3E%3Cpath d='M800 56.9c-155.5 0-204.9-50-405.5-49.9-200 0-250 49.9-394.5 49.9v31.8h800v-.2-31.6z' fill='%23003F7C'/%3E%3C/svg%3E");
  position: absolute;
  width: 200%;
  height: 100%;
  animation: wave 15s -3s linear infinite;
  transform: translate3d(0, 0, 0);
  opacity: 0.85;
}

.wave:nth-of-type(2) {
  bottom: 0;
  animation: wave 23s linear reverse infinite;
  opacity: 0.5;
}

.wave:nth-of-type(3) {
  bottom: 0;
  animation: wave 25s -1s linear infinite;
  opacity: 0.5;
}

@keyframes wave {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-25%);
  }

  100% {
    transform: translateX(-50%);
  }
}


.social-link .fa-viber {
  font-size: 1rem;
  position: absolute;
  line-height: 2;
}

.mobileapp .card-box {
  padding: 2rem 0 1rem 0;
  margin-bottom: 1rem;
}

.product .product-single .card-desc .beief-desc {
  font-size: 13px;
  color: #555;
}

.sidecontentwrap {
  background: linear-gradient(90deg, #f04c39f9 0%, #faa41bf9 100%);
}

.manualimg {
  width: 165px;
  margin-top: 16px;
}

.manual-block {
  border-left: 1px solid #d1d1d1;
  padding-top: 30px;
}

.manual-block .col-xs-12 p {
  text-align: center;
}

.manual-block .col-xs-12 h3 {
  margin-top: 70px;
}

.cont-list a:hover {
  opacity: 0.8;
}

.lifeinc {
  font-size: 11px;
  margin-top: -5px;

}

ul.cont-list li ul li::after {
  content: "";
  display: none;
  width: 0rem;
  height: 0rem;
  background: #f04c39;
  position: absolute;
  top: 0rem;
  left: 0rem;
}

ul.cont-list li ul li ul li::after {
  content: "";
  display: none;
  width: 0rem;
  height: 0rem;
  background: #f04c39;
  position: absolute;
  top: 0rem;
  left: 0rem;
}

.navik-menu ul li.dropdown_menu>a>span::before {
  top: -1px !important;
  margin-left: 6px !important;
  width: 0 !important;
  height: 0 !important;
  transform: rotate(180deg) !important;
  border-width: 0 !important;
  border-left: solid 5px transparent !important;
  border-right: solid 5px transparent !important;
  border-bottom: solid 5px #333 !important;

}

.navik-menu ul ul li.dropdown_menu>a>span::before {
  transform: rotate(90deg) !important;
  border-bottom: solid 5px #fff !important;
  top: 8px !important;
}

.sharethis-inline-share-buttons {
  margin-bottom: 1rem !important;
}



@media (min-width: 1441px) {

  .mobileapp .card-box {
    padding: 3.5rem 0 2.5rem 0;

  }

}

@media (max-width: 1300px) {
  .slideshow .slidecaptionwrapper .slidecaption {
    top: 50px;
  }
}

@media (max-width: 1200px) {
  .slideshow .slidecaption h2 {
    font-size: 24px;
  }

  .slideshow .slidecaptionwrapper .slidecaption h3 {
    font-size: 16px;
    height: 3rem;
    margin-bottom: 1.5rem;
  }

  .slideshow .slidecaptionwrapper .slidecaption {
    top: 45px;
    left: 75px;
  }

  header .header-topbar .top-menu.top-left ul li:first-child {
    display: none;
  }

  .iconblock a .card-box {
    font-size: 12px;
    min-height: 9rem;
  }

  .iconblock a .card-box img {
    width: 4rem;
    margin-bottom: 0.4rem;
  }

}

@media (min-width: 992px) {

  .modal-lg,
  .modal-xl {
    max-width: 700px;
  }

}

@media (max-width: 992px) {
  .iconblock .col-lg-2 {
    width: 33.33%;
  }

  .slideshow .slidecaptionwrapper .slidecaption {
    left: 0;
  }

  .content-pd.ceomessage {
    padding-bottom: 0;
  }

  .t1 {
    font-size: 13px;
  }

  .ceotxt {
    padding-left: 0 !important
  }

  header .header-topbar .top-menu {
    margin-bottom: 0rem;
  }

  .overview {
    padding: 2rem 0 2rem 0;
  }

  .manual-block {
    border-left: 0px solid #d1d1d1;
    padding-top: 30px;
  }

  .smremove {
    display: none;
  }

  header .header-topbar {
    font-size: 0.75rem;
  }

  header .header-topbar .top-menu.header-right ul li {
    float: left;
    display: block;
    margin-right: 0.5rem !important;
  }

  header .header-topbar .top-menu ul li:last-child {
    margin-right: 0 !important;
  }

  .lifeinc {
    letter-spacing: 0.03rem;
  }
}

@media (max-width: 767px) {

  .carousel-control-next,
  .carousel-control-prev {

    width: 20%;

  }

  #lightgallery .col-md-3 {
    width: 50%;
    margin-bottom: 1.5rem;
  }

  .col-lg-7 .top-menu ul li:first-child {
    display: none;
    margin-right: 1rem;
  }

  .navik-menu {
    max-height: 580px;
    overflow: scroll;
    overflow-x: hidden;
  }

  .nav-tabs .nav-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem;

  }

  .newsticky .mob-lan-switch-dropdown {
    display: block;
    position: absolute;
    right: 40px;
    margin-top: 16px;
  }

  .mob-lan-switch-dropdown select {
    border: 1px solid #f04c39;
    border-radius: 0.2rem;
    background: #f04c39;
    color: #fff;
    font-size: 0.8rem;
  }

  .video iframe {
    height: 200px;
  }

  .search-wrapper .search-container .search {
    width: 22rem;
  }

  .header-topbar .col-lg-7.col-md-7 {
    display: none;
  }

  .top-menu ul li:last-child {
    margin-right: 0;
  }


  .ceoimg {
    width: 230px;
    background: #fff;
    padding: 20px 20px 0 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px #00000026;
    margin: auto;
  }

  .ceomessage,
  .ceomessage .title {
    text-align: center;
  }

  .ceoimg {
    margin-bottom: 25px;
  }

  .content-pd.ceomessage {
    padding-bottom: 30px;
  }

  .overview {
    padding: 2rem 0 2rem 0;
  }

  .blockwidget .or {
    display: block;
    left: 53%;
    margin-top: -35px;
  }


  .mobileapp .mobileappdownload .qrcode {
    top: -30px;
  }

  .slidecaption h3 {
    display: none;
  }

  .slideshow .slidecaptionwrapper .slidecaption {
    width: 45%;
    left: 27px;
  }

  .slideshow .slidecaption h2 {
    font-size: 20px;
  }

  .sidefixedicon {
    display: none !important;
  }

}


@media (max-width: 600px) {
  .slideshow .slidecaptionwrapper .slidecaption {
    width: 50%;
    left: 67px;
    top: 35px;
  }

  .slideshow .slidecaption h2 {
    font-size: 15px;
  }

  .slideshow .slidecaptionwrapper .slidecaption {
    width: 40%;
    left: 60px;
    top: 6vh;

  }

  .slideshow .slidecaption h2 {
    font-size: 13px;
  }

  .slideshow .btn {
    background: #f04c39;
    background: linear-gradient(90deg, #f04c39 0%, #faa41b 100%);
    font-size: 11px;
    padding: 0.3rem 1.5rem 0.3rem 0.5rem;
  }

  .slideshow .btn .bi-arrow-right {
    margin-left: 0.25rem;
  }

  .slideshow .btn i {
    font-size: 12px;
  }

  .bottomicon ul li a img {
    width: 2rem;
    opacity: 0.6;
  }

  .carousel-control-next,
  .carousel-control-prev {
    width: 12%;
  }
}

@media (max-width: 480px) {
  .iconblock a .card-box {
    min-height: 7.25rem;
    padding: 0.75rem 0.5rem 0.5rem 0.5rem;
  }

  .iconblock .col-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .iconblock a .card-box img {
    width: 3rem;
  }

  .ceoimg {
    width: 150px;
  }

  .nav-tabs .nav-link.active {
    border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  }

  .overview {
    padding: 2rem 0 2rem 0;
  }

  .mobileapp .mobileappdownload {
    margin-top: 0;
  }

  .mobileapp .mobileappdownload .appcount {
    margin-top: 0.5rem;
  }



  .mobileapp .card-box {
    padding: 2rem 0 0 0;
  }

  .slideshow .slidecaptionwrapper .slidecaption {
    width: 50%;
    left: 45px;
    top: 25px;
  }

  .slideshow .slidecaption h2 {
    font-size: 12px;
  }

  .slideshow .btn {
    background: #f04c39;
    background: linear-gradient(90deg, #f04c39 0%, #faa41b 100%);
    font-size: 11px;
    padding: 0.3rem 1.5rem 0.3rem 0.5rem;
  }

  .slideshow .btn .bi-arrow-right {
    margin-left: 0.25rem;
  }

  .slideshow .btn i {
    font-size: 12px;
  }

  .bottomicon ul li a img {
    width: 2rem;
    opacity: 0.6;
  }

  .carousel-control-next,
  .carousel-control-prev {
    width: 12%;
  }

  .iconactive {
    background: #e75121;
  }


  .topvideo video {
    width: 100%;
  }

}

.iso {
  position: absolute;
  width: 75px;
  height: auto;
  margin-top: 10px;
  margin-left: 10px;
  z-index: 99;
}

.navik-header.sticky .iso {
  margin-top: 14px;
}

.cal-amount {
  width: 220px;
  text-align: right;
}

.rightfixedicon {
  position: fixed;
  right: 0;
  top: 140px;
  background: #784e99;
  z-index: 7;
  padding: 6px 4px 6px 6px;
  cursor: pointer;
  border-radius: 8px 0 0 8px;
}

.rightfixedicon img {
  width: 35px
}

.rightfixedicon-feedback {
  top: 195px;
  background: #f04c39;
}

.rightfixedicon img {
  width: 35px
}

.rightfixedicon-e-karja {
  top: 250px;
  background: #294593;
}

.rightfixedicon-cares {
  top: 305px;
  background: #f04c39;
}

/* Adjustments for smaller screens */
@media (max-width: 576px) {

  /* Targeting mobile screens */
  .rightfixedicon {
    top: 100px;
    /* Move it slightly up */
    padding: 4px 3px 4px 4px;
    /* Reduce padding */
  }

  .rightfixedicon-feedback {
    top: 135px;
    /* Adjust feedback icon position */
  }

  .rightfixedicon-e-karja {
    top: 170px;
  }

  .rightfixedicon-cares {
    top: 205px;
  }

  .rightfixedicon img {
    width: 25px;
  }

  .iso {
    position: absolute;
    width: 10%;
    height: auto;
    margin-top: 10px;
    margin-left: 58%;
    z-index: 99;
  }

  .navik-header.sticky .iso {
    margin-top: 14px;
  }
}

.fixed-icon-panel {
  position: fixed;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 8px;
  animation: slideInRight 0.5s ease-out;
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(100%) translateY(-50%);
  }

  to {
    opacity: 1;
    transform: translateX(0) translateY(-50%);
  }
}

.fixed-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 50px;
  border-radius: 10px 0 0 10px;
  color: white;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.fixed-icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.fixed-icon:hover {
  transform: translateX(-10px) scale(1.05);
  box-shadow: -4px 4px 16px rgba(0, 0, 0, 0.25);
  color: white;
}

.fixed-icon:hover::before {
  opacity: 1;
}

.fixed-icon img {
  width: 35px;
  height: 35px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.fixed-icon:hover img {
  transform: scale(1.1);
}

.fixed-icon i {
  font-size: 24px;
  transition: transform 0.3s ease;
}

.fixed-icon:hover i {
  transform: scale(1.1);
}

/* Icon specific colors with modern gradients */
.icon-viber {
  background: #7B68EE;
}

.icon-feedback {
  background: #E53E3E;
}

.icon-ekarja {
  background: #294593;
}

.icon-cares {
  background: #FF5722;
}

.icon-contact {
  background: linear-gradient(135deg, #26A69A, #00796B);
}

/* Tooltip enhancement */
.tooltip-label {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.9);
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
  backdrop-filter: blur(4px);
}

.tooltip-label::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left-color: rgba(0, 0, 0, 0.9);
}

.fixed-icon:hover .tooltip-label {
  opacity: 1;
  visibility: visible;
  right: 65px;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .fixed-icon-panel {
    right: -3px;
    gap: 6px;
  }

  .fixed-icon {
    width: 45px;
    height: 45px;
    border-radius: 22px 0 0 22px;
  }

  .fixed-icon img {
    width: 24px;
    height: 24px;
  }

  .fixed-icon i {
    font-size: 20px;
  }

  .fixed-icon:hover {
    transform: translateX(-8px) scale(1.02);
  }

  .tooltip-label {
    display: none;
    /* Hide tooltips on mobile */
  }
}

@media (max-width: 480px) {
  .fixed-icon {
    width: 42px;
    height: 42px;
  }

  .fixed-icon img {
    width: 22px;
    height: 22px;
  }

  .fixed-icon i {
    font-size: 18px;
  }
}

/* Pulse animation for important icons */
.pulse-animation {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.15);
  }

  50% {
    box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.15), 0 0 0 4px rgba(255, 255, 255, 0.1);
  }

  100% {
    box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.15);
  }
}


body {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}