.progressBar {
  position: relative;
  display: block;
  margin: 30px -200px;
}

.multi-steps > li.is-active ~ li:before,
.multi-steps > li.is-active:before {
  /* content: counter(stepNum); */
  content: url("../img/icon/circle-white.png");
  font-family: inherit;
  font-weight: 700;
}
.multi-steps > li.is-active ~ li:after,
.multi-steps > li.is-active:after {
  background-color: #e1e1e1;
}

.empNameCls {
  text-decoration-color: #0072bc;
}

.multi-steps {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.multi-steps > li {
  counter-increment: stepNum;
  text-align: center;
  display: table-cell;
  position: relative;
  color: #a0a0a0;
}
.multi-steps > li.is-active {
  color: #000;
  font-family: "AllianzSansBold";
}
.multi-steps > li:before {
  content: "";
  content: "✓;";
  content: "𐀃";
  content: "✓";
  display: block;
  margin: 0 auto 4px;
  background-color: #0072bc;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
  border-color: #0072bc;
  border-radius: 50%;
  color: white;
}
.multi-steps > li:last-child:after {
  display: none;
}
.multi-steps > li.is-active:before {
  background-color: #0072bc;
  border-color: #0072bc;
  color: #0072bc;
  animation: pulse 2s infinite;
}
.multi-steps > li.is-active ~ li {
  color: #808080;
}
.multi-steps > li.is-active ~ li:before {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
  color: #808080;
}

@media (min-width: 767px) {
  .owl-carousel .owl-item img {
    display: inline-block !important;
    width: 29px;
  }
}

.is-complete {
  background: linear-gradient(to right, #0072bc 50%, #e1e1e1 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #0072bc70;
  }
  100% {
    box-shadow: 0 0 0 10px #0072bc00;
  }
}
@keyframes nextStep {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.progress-bar {
  cursor: pointer;
  user-select: none;
}

.progress-bar {
  background-color: #e3e3e3;
  height: 7px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: calc(50% + 10px);
  width: 100%;
  z-index: -1;
}

.progress-bar--success {
  background-color: #0072bc;
}

.progress-bar__bar {
  background-color: #e1e1e1;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 500ms ease-out;
}

.is-active .progress-bar__bar {
  left: 30px;
  transition: all 1000ms ease-out;
}

.selectRow.input-container::after {
  content: "";
  background-image: url("../img/icon/arrow-down.png");
  width: 50px;
  height: 25px;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  border: none;
  float: right;
  position: absolute;
  top: 15px;
  right: 0;
}
.checkboxLabel .form-check {
  border: 1.2px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.03);
  padding: 18px 24px 18px 24px;
  border-radius: 15px;
  background: #fff;
  display: flex;
  align-items: center;
}
.mircoSite .input,
.mircoSite select {
  font-family: "AllianzSansBold" !important;
}
.mircoSite .checkboxLabel label.checkboxLabel {
  font-size: 16px;
  color: #000;
  line-height: 20px;
  font-weight: 600;
}
.mircoSite .input-container .form-check-input:checked[type="checkbox"] {
  background-image: url(../img/icon/circle-white.png);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
}
.mircoSite .productsList .form-check-input:checked[type="checkbox"] {
  background-image: url(../img/icon/check-selector.svg);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  width: unset;
  height: unset;
}

.mircoSite .form-check .form-check-input {
  padding: 9px;
  margin: 0 10px 0 0;
}

.mircoSite input[type="checkbox"]:before {
  content: unset;
}

.businessGrowth {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 15px;
  background: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
.businessGrowth p {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #000;
  margin-bottom: 0;
}

.redBtn {
  border: 1px solid #ff3e3e;
  color: #ff3e3e;
  background: #fff;
}

.redBtn:hover {
  background: #ff3e3e;
  color: #fff;
  border: 1px solid #ff3e3e;
}

.productsList {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
  width: 95%;
}

.ToggleLeft p:first-child {
  font-family: "AllianzSansBold";
  font-size: 16px;
}
.mircoSite .ToggleRight .form-check-input {
  width: 4rem;
  height: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #e9e9e9;
  background-image: url(../img/icon/white-switch.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: left;
}
.mircoSite .ToggleRight .form-check-input:checked[type="checkbox"] {
  background-color: #f58220;
  background-image: url(../img/icon/white-switch.png);
  background-position: left center;
  background-size: auto;
  background-position: right center;
  background-repeat: no-repeat;
  width: 4rem;
  height: 2rem;
}

.mircoSite .divider-small {
  border: 1px solid #000;
  opacity: 0.1;
  height: 30px;
  width: auto;
}
.mircoSite .reqCard-img img {
  width: 90px;
}

.mircoSite .mobile .form-select {
  position: absolute;
  width: fit-content;
  border-radius: 15px 0 0 15px;
  height: 100%;
  /* padding: 10px 32px !important; */
  min-height: calc(1.5em + 1rem + 2px);
  background-image: url(../img/icon/arrow-down.png);
  background-position: right 5px center;
  background-repeat: no-repeat;
  padding: 10px 30px 10px 5px !important;
  background-size: auto;
}
.mircoSite .mobile .input {
  padding: 10px 80px 0 !important;
}
.mircoSite .mobile .placeholders {
  left: 80px;
}

/*Website*/

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  overflow: hidden;
  padding: 80px 0;
  scroll-margin-top: 90px;
  overflow: clip;
}

.section-bg {
  background-color: #eee;
}

.section-header {
  text-align: center;
  padding-bottom: 30px;
}

.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #7f7f90;
  text-transform: uppercase;
  font-family: "AllianzSansBold";
}

.section-header p {
  margin: 0;
  font-size: 48px;
  font-weight: 400;
}

.section-header p span {
  color: #0072bc;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: rgba(55, 55, 63, 0.05);
  margin-top: 90px;
}

@media (max-width: 575px) {
  .breadcrumbs {
    margin-top: 70px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #676775;
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs h2 {
    margin-bottom: 10px;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header.MircoSite {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 90px;
  border-bottom: 1px solid #fff;
  box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}

@media (max-width: 575px) {
  .header.MircoSite {
    height: 70px;
  }
}

.header.MircoSite.sticked {
  border-color: #fff;
  border-color: #eee;
}

.header.MircoSite .logo img {
  max-height: 70px;
  margin-right: 6px;
}

.header.MircoSite .logo h1 {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin: 0;
}

.header.MircoSite .logo h1 span {
  color: #0072bc;
}

.header.MircoSite .btn-book-a-table,
.header.MircoSite .btn-book-a-table:focus {
  font-size: 14px;
  color: #fff;
  background: #0072bc;
  padding: 10px 35px;
  margin-left: 30px;
  border-radius: 10px;
  transition: 0.3s;
}

.header.MircoSite .btn-book-a-table:hover,
.header.MircoSite .btn-book-a-table:focus:hover {
  color: #fff;
  background: rgba(0, 114, 188, 0.8);
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    gap: 20px;
  }

  .navbar li {
    position: relative;
  }

  .navbar > ul > li {
    white-space: nowrap;
    padding: 0px 0 0px 28px;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar > ul > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: #0072bc;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navbar a:hover:before,
  .navbar li:hover > a:before,
  .navbar .active:before {
    visibility: visible;
    width: 100%;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover > a {
    color: #000;
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 600;
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover > a {
    color: #0072bc;
  }

  .navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

@media (min-width: 1280px) {
  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    border-left: 1px solid #666;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.9);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 600;
    color: #7f7f90;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar li:hover > a {
    color: #000;
  }

  .navbar .active,
  .navbar .active:focus {
    color: #000;
    border-color: #0072bc;
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #eee;
  }

  .navbar .dropdown > .dropdown-active,
  .navbar .dropdown .dropdown > .dropdown-active {
    display: block;
  }

  .mobile-nav-show {
    color: #37373f;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin: 0 10px 0 20px;
  }

  .mobile-nav-show::before {
    content: "";
    background-image: url(../img/Hamburger_icon.svg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: relative;
    display: block;
  }

  .mobile-nav-hide {
    color: #37373f;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9996;
  }
}
/*--------------------------------------------------------------
# Banner Section
--------------------------------------------------------------*/
.hero.MircoSite {
  width: 100%;
  background-size: cover;
  position: relative;
  min-height: 60vh;
  padding: 160px 0 100px 0;
  background: rgba(241, 245, 248, 1);
}

.hero.MircoSite .ic-btn {
  width: 100%;
  min-width: 150px;
  padding: 10px 20px;
}

.bannerImg {
  background-image: url(../img/bannerImg2.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
}

.bannerImg img:first-child {
  position: absolute;
  top: -125px;
  right: 0;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
}
.bannerImg img:last-child {
  position: absolute;
  bottom: -80px;
  left: 0;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
}
.hero.MircoSite h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
  font-family: "AllianzSansBold";
}

.hero.MircoSite h2 span {
  color: #0072bc;
}

.hero.MircoSite p {
  color: #0072bc;
  font-weight: 400;
  margin-bottom: 30px;
}

.hero.MircoSite .btn-book-a-table {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 36px;
  border-radius: 10px;
  transition: 0.5s;
  color: #fff;
  background: #0072bc;
  box-shadow: 0 8px 28px rgba(0, 114, 188, 0.2);
}

.hero.MircoSite .btn-book-a-table:hover {
  background: rgba(0, 114, 188, 0.8);
  box-shadow: 0 8px 28px rgba(0, 114, 188, 0.45);
}

.hero.MircoSite .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #37373f;
  font-weight: 600;
}

.hero.MircoSite .btn-watch-video i {
  color: #0072bc;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero.MircoSite .btn-watch-video:hover {
  color: #0072bc;
}

.hero.MircoSite .btn-watch-video:hover i {
  color: rgba(0, 114, 188, 0.8);
}

@media (max-width: 640px) {
  .bannerImg {
    background-image: url(../img/bannerImg2.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    max-width: 200px;
    max-height: 140px;
    top: 40px;
    /* bottom: 0; */
    margin: auto;
    text-align: center;
    right: 0;
    left: 0;
  }
  .bannerImg img:first-child {
    position: absolute;
    top: -30px;
    right: -20px;
    width: 80px;
  }
  .bannerImg img:last-child {
    position: absolute;
    bottom: -25px;
    left: -25px;
    width: 80px;
  }
  .header.MircoSite .logo img {
    width: 50px;
  }
  .hero.MircoSite h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .hero.MircoSite .btn-get-started,
  .hero.MircoSite .btn-watch-video {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

.aboutRow {
  position: relative;
}

.userImg {
  position: relative;
  display: block;
  width: auto;
}
.userImg img {
  width: 100%;
  min-width: 300px;
  height: 100%;
  border-radius: 20px;
}

.userName {
  position: absolute;
  border-radius: 16px 16px 0 0;
  padding: 10px 30px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0px;
  width: 90%;
}

.userDetails {
  position: relative;
  display: block;
  width: 100%;
}
.userName p {
  font-size: 16px;
  color: #000;
  font-family: "AllianzSansBold";
  margin-bottom: 0;
}
.userName span {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
  font-family: "AllianzSans";
}

.infoCard {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 15px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.05);
}
/* .infoCard:nth-of-type(1),.infoCard:nth-of-type(2){
min-width: 230px;
}
.infoCard:nth-of-type(3),.infoCard:nth-of-type(4){
  width: 100%;
} */
.infoCard img.icon {
  width: 45px;
  height: 45px;
  padding: 7px;
  background: #fff;
  border-radius: 50%;
}
.infoCard .content p {
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}
.infoCard .content span.contentRow {
  color: #000;
  font-size: 16px;
  line-height: 16px;
  font-family: "AllianzSansBold";
}

@media (max-width: 640px) {
  .userImg {
    margin: auto;
  }
}

/*--------------------------------------------------------------
#Products Section
--------------------------------------------------------------*/
.productsRow {
  position: relative;
  display: block;
  background: linear-gradient(92.65deg, #000000 2.48%, #0072bc 90.87%);
  color: #fff;
}

.productsRow .title h1 {
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-family: "AllianzSansBold";
  margin-bottom: 20px;
  text-align: center;
  margin-top: 40px;
}

.productsRow .title p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-family: "AllianzSansLight";
  text-align: center;
}

.MircoSite .borderlessTab .card-header-tabs .nav-item a.nav-link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 1.5;
}

.MircoSite .borderlessTab .card-header-tabs .nav-item a.nav-link.active {
  color: #fff;
  border-bottom: 1px solid #f58220;
  line-height: 1.5;
}

.MircoSite .productsList {
  width: 100%;
  gap: 20px;
  justify-content: center;
}

.productLink {
  position: relative;
  background: #fff;
  padding: 15px 25px 15px 25px;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  color: #000;
}

.product-sub-title {
  height: 2.8rem;
}

.product-text-align {
  text-align: left;
}
.product-height {
  height: 8.5rem;
  overflow: auto;
}
.card-body {
  /* -ms-flex: 1 1 auto;
  flex: 1 1 auto; */
  min-height: 1px;
  padding: 1.25rem;
}

::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: start !important;
}

.card-features-heading {

  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 26px;
  color: #000;
}

.card-features-heading {
  
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 26px;
}

.product-name {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #333333;
  text-align: left;
  margin: 0;
}
.description-product{
  position: relative;
  font-size: 12px;
  line-height: 15px;
  color: #666;
  text-align: left;
}

.productLink::after {
  content: "";
  background-image: url(../img/icon/arrow-down.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%) rotate(-90deg);
}

.ic-btn.orange {
  background: #f58220;
  color: #ffffff;
  width: fit-content;
  position: relative;
  display: block;
  border: 1px solid #f58220;
  font-family: "AllianzSansBold";
  transition: all 0.9s ease;
  border-radius: 15px;
  min-width: 150px;
  padding: 15px 20px;
  margin: auto;
  /* padding: 10px 20px; */
}

.ic-btn.orange:hover {
  background-color: #ffffff;
  color: #f58220;
  border: 1px solid #f58220;
}

@media screen and (max-width: 768px) {
  .productsRow .title h1 {
    font-size: 25px;
    line-height: 30px;
    margin-top: 0;
  }
  .productsRow .title p {
    font-size: 12px;
  }
  .MircoSite .productsList {
    justify-content: flex-start;
    gap: 10px;
  }
}

/*--------------------------------------------------------------
#partners Section
--------------------------------------------------------------*/
.partnersRow {
  position: relative;
  display: block;
  background: #f1f5f8;
}

.partnersRow .title h1 {
  color: #000;
  font-size: 60px;
  line-height: 60px;
  font-family: "AllianzSansBold";
  margin-bottom: 20px;
  text-align: center;
  margin-top: 40px;
}

.partnersRow .title p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-family: "AllianzSansLight";
  text-align: center;
}

.partnerScroll::after {
  content: "";
  background-image: url(../img/icon/bg-shadow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  left: 0;
  width: 50px;
  height: 170px;
  top: 0;
  transform: rotate(180deg);
}
.partnerScroll::before {
  content: "";
  background-image: url(../img/icon/bg-shadow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  right: 20px;
  width: 50px;
  height: 170px;
  top: 0;
  transform: rotate(0deg);
  z-index: 9;
}
.partnerCard {
  position: relative;
  display: block;
  text-align: center;
  padding: 25px 15px;
  border-radius: 15px;
  background: #fff;
  width: fit-content;
  max-width: 190px;
  margin-bottom: 10px;
  height: 170px;
}

.partnerCard img {
  width: 60px !important;
  height: auto;
  margin: 0 auto 20px;
}

.partnerCard p {
  font-size: 18px;
  color: #000;
  line-height: 22px;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .partnersRow .title h1 {
    font-size: 30px;
    margin-top: 0px;
    line-height: 30px;
  }
  .partnersRow .title p {
    font-size: 14px;
  }
  .partnerScroll::after {
    content: "";
    left: -15px;
  }
  .partnerScroll::before {
    content: "";
    right: -15px;
  }
}

/*--------------------------------------------------------------
#service Section
--------------------------------------------------------------*/
.serviceRow {
  position: relative;
  display: block;
  background: #f58220;
  color: #fff;
}

.serviceRow .title h1 {
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-family: "AllianzSansBold";
  margin-bottom: 20px;
  text-align: center;
  margin-top: 40px;
}

.serviceRow .title p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-family: "AllianzSansLight";
  text-align: center;
}
.serviceList {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 30px 0 0 0;
}
.servicePill {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 15px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.8);
  width: 25%;
}
.servicePill p {
  width: 45px;
  height: 45px;
  padding: 7px;
  background: #fff;
  border-radius: 50%;
  color: #f58220;
  font-size: 24px;
  font-family: "AllianzSansBold";
  text-align: center;
  margin-bottom: 0;
}
.servicePill .content span.contentRow {
  color: #000;
  font-size: 14px;
  line-height: 16px;
  font-family: "AllianzSansBold";
}

@media screen and (max-width: 768px) {
  .serviceRow .title h1 {
    font-size: 30px;
    line-height: 30px;
    margin-top: 0px;
  }
  .serviceRow .title p {
    font-size: 14px;
  }
  .servicePill {
    width: 100%;
  }
}

/*--------------------------------------------------------------
#achievements Section
--------------------------------------------------------------*/
.AchievementRow {
  position: relative;
  display: block;
  background: #f0f0f0;
  color: #000;
}

.AchievementRow .title h1 {
  color: #000;
  font-size: 60px;
  line-height: 60px;
  font-family: "AllianzSansBold";
  margin-bottom: 20px;
  margin-top: 40px;
  text-align: center;
}

.AchievementRow .title p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-family: "AllianzSansLight";
  text-align: center;
}
.achievementSec {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.achivementCard {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 15px;
  padding: 24px;
  border: 1.2px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.03);
  width: 100%;
}
.achivementCard img {
  background: rgba(0, 114, 188, 0.1);
  padding: 10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0px auto 10px;
  display: block;
}

.achivementCard h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 53.16px;
  text-align: center;
  color: #000;
}
.achivementCard p {
  font-size: 20px;
  font-weight: 500;
  line-height: 26.58px;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .achievementSec {
    flex-direction: column;
  }
  .AchievementRow .title h1 {
    font-size: 30px;
    margin-top: 0px;
    line-height: 30px;
  }
  .AchievementRow .title p {
    font-size: 14px;
  }
  .achivementCard h3 {
    font-size: 24px;
    line-height: 24.16px;
  }
  .achivementCard p {
    font-size: 16px;
    line-height: 16.58px;
  }
  .achivementCard {
    width: 90%;
  }
}

/*--------------------------------------------------------------
#testimonial Section
--------------------------------------------------------------*/
.testimonialRow {
  position: relative;
  display: block;
  background-color: #fff;
  background-image: url(../img/testimonial-surface.png);
  background-position: center 30px;
  background-repeat: no-repeat;
  background-size: cover;
  color: #000;
}

.testimonialRow .title h1 {
  color: #000;
  font-size: 60px;
  line-height: 60px;
  font-family: "AllianzSansBold";
  margin-bottom: 20px;
  margin-top: 60px;
  text-align: center;
}

.testimonialCard {
  border: 1.2px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.03);
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  position: relative;
  display: grid;
}
.testimonialCard img.quote {
  position: relative;
  float: left;
  width: 65px;
  height: auto;
  opacity: 0.1;
}

.testimonialCard p {
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: justify;
  margin: 20px 0;
}
.testimonialCard .userInfo p {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  margin: 0 0 5px 0;
}
.testimonialCard .userInfo span {
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}
.testimonials.owl-carousel .owl-prev {
  background-image: url(../img/icon/testimonial-arrow.png) !important;
  background-size: auto !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  left: -65px;
  position: absolute;
  width: 104px;
  height: 100px;
  top: -190px;
}
.testimonials.owl-carousel .owl-next {
  background-image: url(../img/icon/testimonial-arrow.png) !important;
  background-size: auto !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  right: -65px;
  transform: rotate(-180deg);
  position: absolute;
  width: 104px;
  height: 100px;
  top: -190px;
}
.testimonials.owl-carousel .owl-prev span,
.testimonials.owl-carousel .owl-next span {
  display: none;
}

@media screen and (max-width: 768px) {
  .testimonialRow .title h1 {
    font-size: 30px;
    margin-top: 0px;
    line-height: 30px;
  }
  .testimonialCard img {
    width: 50px !important;
    height: auto;
  }
  .testimonials.owl-carousel .owl-prev {
    background-size: contain !important;
    left: -30px;
    width: 70px;
    height: 70px;
    top: -135px;
  }
  .testimonials.owl-carousel .owl-next {
    background-size: contain !important;
    right: -30px;
    width: 70px;
    height: 70px;
    top: -180px;
  }
}

/*--------------------------------------------------------------
#contact Section
--------------------------------------------------------------*/
.contactRow {
  position: relative;
  display: block;
  background: linear-gradient(92.65deg, #000000 2.48%, #0072bc 90.87%);
  color: #fff;
}

.contactRow .title {
  width: 50%;
}

.contactRow .title h1 {
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  font-family: "AllianzSansBold";
  margin-bottom: 20px;
  text-align: left;
  margin-top: 40px;
}

.contactRow .title p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-family: "AllianzSansLight";
  text-align: left;
}

.contactRow .title ul {
  position: relative;
  margin-top: 30px;
  list-style: decimal;
  padding-left: 0;
}

.contactRow .title ul > li:before {
  background-color: #fff;
  color: #000;
  padding: 4px 10px;
  margin-right: 10px;
  border-radius: 50%;
  content: counter(index, decimal);
  counter-increment: index;
}
.contactRow .title li:first-child {
  counter-reset: index;
}
.contactRow .title ul li {
  list-style: none;
}

.contactRow .title ul li {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 15px;
  line-height: 20px;
  text-align: left;
}

.contactSec {
  position: relative;
  display: block;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 35px;
  width: 40%;
}

.contactDetails {
  position: relative;
  display: grid;
}

.contactDetails img.icon {
  width: 45px;
  height: 45px;
  padding: 7px;
  background: #fff;
  border-radius: 50%;
}

.contactDetails span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-family: "AllianzSansLight";
  margin-top: 25px;
}

.contactDetails a {
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  font-family: "AllianzSans";
}
.contactDetails a img {
  width: 29px;
  top: -3px;
  left: 10px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .contactRow .title,
  .contactSec {
    width: 100%;
  }
  .contactRow .title h1 {
    font-size: 30px;
    margin-top: 0px;
    line-height: 30px;
  }
  .contactRow .title p {
    font-size: 14px;
  }
  .contactDetails a {
    font-size: 20px;
  }
}
/*--------------------------------------------------------------
#footer Section
--------------------------------------------------------------*/

footer {
  position: relative;
  display: block;
  padding: 50px;
  background: #000;
}

footer p {
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  width: 75%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 20px;
  }
  footer p {
    width: 100%;
    text-align: justify;
  }
}
.scroll-container {
  display: flex;
  overflow-x: auto;
}
.scroll-item {
  min-width: 100px;
  margin: 10px;
  /* background: lightblue; */
}

::-webkit-scrollbar { width: 10px; } 
::-webkit-scrollbar-track { background: white; /* Light orange */ } 
::-webkit-scrollbar-thumb { 
  background: #0072bc;
  border-radius: 50px; /* This makes the scrollbar thumb oval */ /* Orange */ } 
::-webkit-scrollbar-thumb:hover { background: #cc5200; /* Darker orange */}
