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

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

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

::-webkit-scrollbar-thumb:hover {
  background: #27346A;
}

/* custom scrollbar end */

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

  width: 40px;
  height: 40px;
  background-color: rgb(255 255 255 / 22%); 
  border-radius: 50%;
  background-size: 60%;
}

.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: 18px;
}

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

.accordion-body {
  background: #fff;
}

/* .answer-list li {
  position: relative;
  padding-left: 12px;
  margin-bottom: 5px;

}

ul.answer-list li::after {
  content: "";
    display: block;
    background: #08773C;
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 3px;
} */



.accordion-item {
  background-color: #fff;
  border:none;
  margin-bottom: 15px;
}
.accordion-button{
  padding: 18px;

}



.accordion-header {
   border-top: none;
}




.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: #27346A;
}

 /* .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: #27346A;

}

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

.findbranch {
  margin-bottom: 1rem;
}

.slideshow .slidecaption h2 {
  font-size: 20px;
  color: #ffffff;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
} 

/* .slideshow .slidecaptionwrapper .slidecaption h3 {
  font-size: 56px;
  color: #ffffff;
  font-weight: 600;
  height: auto;
  line-height: 60px;
  margin-bottom: 40px;
} */

 .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: #27346A;
  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;
}


@media (min-width: 1500px) {
  .slideshow .slidecaptionwrapper .slidecaption {
    top: 85px !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 4px #333333 !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: 20px;
  }

  .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: none;
    /* 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;
  }

  

  .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 .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: 8rem;
    padding: 0.75rem 0.5rem 0.5rem 0.5rem;
  }

  .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 .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%;
  }

}