.drawer {
  position: fixed;
  top: 0;
  z-index: 9999;
  transition: width 0s ease 0.3s, height 0s ease 0.3s, transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.drawer > * {
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), opacity 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), box-shadow 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.drawer.drawer-open {
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.drawer .drawer-mask {
  background: #000;
  opacity: 0;
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), height 0s ease 0.3s;
}
.drawer-content-wrapper {
  position: absolute;
  background: #fff;
}
.drawer-content {
  overflow: auto;
  z-index: 1;
  position: relative;
}
.drawer-handle {
  position: absolute;
  top: 72px;
  width: 41px;
  height: 40px;
  cursor: pointer;
  z-index: 0;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.drawer-handle-icon {
  width: 14px;
  height: 2px;
  background: #333;
  position: relative;
  transition: background 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.drawer-handle-icon:before,
.drawer-handle-icon:after {
  content: '';
  display: block;
  position: absolute;
  background: #333;
  width: 100%;
  height: 2px;
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.drawer-handle-icon:before {
  top: -5px;
}
.drawer-handle-icon:after {
  top: 5px;
}
.drawer-left,
.drawer-right {
  width: 0%;
  height: 100%;
}
.drawer-left .drawer-content-wrapper,
.drawer-right .drawer-content-wrapper,
.drawer-left .drawer-content,
.drawer-right .drawer-content {
  height: 100%;
}
.drawer-left.drawer-open,
.drawer-right.drawer-open {
  width: 100%;
}
.drawer-left.drawer-open.no-mask,
.drawer-right.drawer-open.no-mask {
  width: 0%;
}
.drawer-left {
  left: 0;
}
.drawer-left .drawer-handle {
  right: -40px;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
  border-radius: 0 4px 4px 0;
}
.drawer-left.drawer-open .drawer-content-wrapper {
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
}
.drawer-right {
  right: 0;
}
.drawer-right .drawer-content-wrapper {
  right: 0;
}
.drawer-right .drawer-handle {
  left: -40px;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
  border-radius: 4px 0 0 4px;
}
.drawer-right.drawer-open .drawer-content-wrapper {
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
}
.drawer-right.drawer-open.no-mask {
  right: 1px;
  transform: translateX(1px);
}
.drawer-top,
.drawer-bottom {
  width: 100%;
  height: 0%;
}
.drawer-top .drawer-content-wrapper,
.drawer-bottom .drawer-content-wrapper,
.drawer-top .drawer-content,
.drawer-bottom .drawer-content {
  width: 100%;
}
.drawer-top .drawer-content,
.drawer-bottom .drawer-content {
  height: 100%;
}
.drawer-top.drawer-open,
.drawer-bottom.drawer-open {
  height: 100%;
}
.drawer-top.drawer-open.no-mask,
.drawer-bottom.drawer-open.no-mask {
  height: 0%;
}
.drawer-top .drawer-handle,
.drawer-bottom .drawer-handle {
  left: 50%;
  margin-left: -20px;
}
.drawer-top {
  top: 0;
}
.drawer-top .drawer-handle {
  top: auto;
  bottom: -40px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 4px 4px;
}
.drawer-top.drawer-open .drawer-content-wrapper {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.drawer-bottom {
  bottom: 0;
}
.drawer-bottom .drawer-content-wrapper {
  bottom: 0;
}
.drawer-bottom .drawer-handle {
  top: -40px;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 4px 4px 0 0;
}
.drawer-bottom.drawer-open .drawer-content-wrapper {
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
}
.drawer-bottom.drawer-open.no-mask {
  bottom: 1px;
  transform: translateY(1px);
}
.drawer.drawer-open .drawer-mask {
  opacity: 0.3;
  height: 100%;
  animation: rcDrawerFadeIn 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: none;
}
.drawer.drawer-open .drawer-handle-icon {
  background: transparent;
}
.drawer.drawer-open .drawer-handle-icon:before {
  transform: translateY(5px) rotate(45deg);
}
.drawer.drawer-open .drawer-handle-icon:after {
  transform: translateY(-5px) rotate(-45deg);
}
@keyframes rcDrawerFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.3;
  }
}

.main_menu1 {
  margin-right: 0 !important;
}
.main_menu1 li:last-child {
  padding-right: 13px !important;
}
.main_menu2 li:first-child {
  padding-left: 13px !important;
}

/* about page */

/* .aboutPage .scrollspy__menu.main_menu li {
    display: none;
} */

.scrollspy__menu.mobile_menu1 {
  display: contents;
}

@keyframes text {
  0% {
  }
  30% {
    letter-spacing: 5px;
  }
  65% {
    letter-spacing: 0px;
  }
  100% {
    letter-spacing: 2px;
  }
}
.logoImg span {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
  transition-delay: 0.2s;
  transition: color 0.2s ease;
  line-height: 1;
  color: #fff;
}
.homePage .logoImg span {
  animation: text 2s 1;
  animation-delay: 1s;
}
.footer_container .logoImg span {
  animation: none;
}

/* .logoImg .logoTxt1 {
  color: #e3262e;
  text-shadow: 1px 0.25px 0px #e3262e, 1px 0.5px 0px #e3262e;
}
.logoImg .logoTxt2 {
  color: #fff;
  text-shadow: 1px 0.25px 0px #e3262e, 1px 0.5px 0px #e3262e;
} */

/* .sticky-nav-active .logoImg .logoTxt2,
.footer_container .logoImg .logoTxt2 {
  color: #0f416c;
}

.sticky-nav-active .logoImg .logoTxt1 {
  text-shadow: 1px 0.25px 0 #e3262e, 1px 0.5px 0 #e3262e;
}

.sticky-nav-active .logoImg .logoTxt2,
.footer_container .logoImg .logoTxt2 {
  text-shadow: 1px 0.25px 0 #0f416c, 1px 0.5px 0 #0f416c;
} */

/* submenu */
.withSubmenu .fa {
  font-size: 12px;
  margin-top: 1px;
  margin-left: 4px;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  transform: rotateX(0deg);
  transition: transform 0.2s ease;
}
.withSubmenu {
  position: relative;
}
.withSubmenu .submenu {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 225px;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  border-radius: 4px;
  border-top: 1.5px solid #333;
  box-shadow: 0 5px 20px 0 rgb(51, 51, 51, 20%);
}

.withSubmenu .submenu.menu2 {
  min-width: 285px;
}

.withSubmenu .submenu-mobile {
  display: none;
  margin-left: 20px;
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
}
.withSubmenu:hover .submenu {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}
.withSubmenu.active .submenu-mobile {
  display: block;
}
.main_menu .withSubmenu:hover .fa,
.mobile_menu .withSubmenu.active .fa {
  transform: rotateX(180deg);
}
.sticky-nav-active .withSubmenu .submenu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.withSubmenu .submenu li {
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.05); */
  border-bottom: 1px solid #eee;
}

.withSubmenu .submenu li:last-child {
  border-bottom: none;
}

/* .withSubmenu .submenu li:hover {
  background-color: rgba(0, 0, 0, 0.025);
} */

.submenu a {
  font-weight: 500 !important;
  color: #23292c;
}
.submenu li:hover a {
  color: #4ac4f3 !important;
}

@media only screen and (max-width: 991px) {
  .logoImg {
    padding-top: 5px;
  }
  .logoImg span {
    line-height: 1;
  }
}

.main_menu a {
  position: relative;
}
.main_menu a::before {
  background: #fff;
  bottom: -8px;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 0;
  transition: all 0.3s ease-out 0s;
}

/* .main_menu a:active,
.mobile_menu a:active {
  color: #fc5546 !important;
} */

.visit_block {
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
}
.visit_block span {
  color: #fff;
  margin-left: 10px;
  padding-top: 70%;
  padding-bottom: 10px;
  font-weight: bold;
}

.visit_block.pre_visit {
  background-color: #a8abae;
  /* #e4212a */
}
.visit_block.post_visit {
  background-color: #e4212a;
}
.visit_block.support {
  background-color: #073d6c;
}
.visit_block img {
  position: absolute;
  top: 10px;
  right: 10px;
  max-width: 40px;
  object-fit: contain;
  filter: invert(1);
}

.list_item {
  margin-top: 10px;
  margin-left: 15px;
  padding-right: 5px;
}
.list_item li {
  list-style-type: disc;
  margin-bottom: 4px;
  color: #333;
  font-size: 14px;
  word-break: break-word;
}
.list_item li a {
  font-weight: 500;
  color: #333;
}
.list_item li a:hover {
  text-decoration: underline;
}

.d-flex {
  display: flex;
}
.align-items-center {
  align-items: center;
}
.servicesBox img {
  max-width: 35px;
  filter: invert(1);
}

.servicesBox > div {
  display: flex;
  flex-direction: column;
  border-radius: 6px;
}

.servicesBox > div,
.servicesBox > div ul {
  height: 100%;
}
.servicesBox:nth-of-type(1) > div {
  background-color: #4ac4f3;
  padding: 15px;
}
.servicesBox:nth-of-type(2) > div {
  background-color: #369cef;
  padding: 15px;
}
.servicesBox:nth-of-type(3) > div {
  background-color: #8c2acc;
  padding: 15px;
}
.w-100 {
  width: 100%;
}
.servicesBox p {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
}
.servicesBox p,
.servicesBox ul li,
.servicesBox ul li a {
  color: #fff;
}
.servicesBox ul li a:hover {
  text-decoration: underline;
}

.servicesBox .vistBox {
  border-top: 1px solid #fff;
  padding-top: 15px;
}

.servicesBox ul li {
  list-style-type: none;
  margin-bottom: 5px;
  font-size: 16px;
  word-break: break-word;
}
.mt-5 {
  margin-top: 2rem;
}

@media only screen and (max-width: 575px) {
  .visit_block span {
    margin-left: 8px;
  }
}

.reuseModalOverlay {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  position: fixed;
}

.reuseModalParentWrapper {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
}

.reuseModalHolder {
  width: 100%;
  height: 100%;
  display: flex;
  border: solid 1px #ddd;
  background: #f0f0f0;
  padding: 30px;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 99999;
}

.innerRndComponent {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
}

.reuseModalCloseBtn {
  position: fixed;
  top: 10px;
  right: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #ffffff;
  background-color: transparent;
  outline: 0;
  border: 0;
  cursor: pointer;
  z-index: 9999999;
}

.ul_para {
  margin-left: 35px;
  color: #333;
}
.ul_para li {
  margin-bottom: 10px;
  list-style-type: disc;
}
.ul_para li:last-child {
  margin-bottom: 25px;
}
.ul_para li a {
  font-weight: 500;
  color: #333;
}
.ul_para li a:hover {
  text-decoration: underline;
}
.ul_para_none {
  margin-top: -10px;
}
.ul_para_none li {
  list-style-type: none;
  margin-bottom: 5px;
}
.ul_para_none li:last-child {
  margin-bottom: 0;
}
.ul_para_none li a {
  font-weight: 600;
  color: #333;
  margin-left: 15px;
}
.ul_para_none li a:hover {
  text-decoration: underline;
}
.service_img {
  width: 100%;
  height: 100%;
  max-height: 600px;
  max-width: 600px;
  object-fit: contain;
}
.mw_425 {
  width: 100%;
  height: 100% !important;
  max-height: 450px;
  max-width: 450px !important;
  object-fit: contain;
}
.mw_550 {
  width: 100%;
  height: 100% !important;
  max-height: 550px;
  max-width: 550px !important;
  object-fit: contain;
}
.mw_650 {
  width: 100%;
  height: 100% !important;
  max-height: 550px;
  max-width: 650px !important;
  object-fit: contain;
}
.description a {
  font-weight: 500;
  color: #333;
}
.description a:hover {
  text-decoration: underline;
}

.rpa_image {
  width: 100%;
  max-width: 500px;
  display: block;
  margin: 0 auto;
}

@-webkit-keyframes one-animated {
  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  }
  25% {
    border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
  }
  50% {
    border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
  }
  75% {
    border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }
}
@keyframes one-animated {
  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  }
  25% {
    border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
  }
  50% {
    border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
  }
  75% {
    border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }
}

/* infobanner */
.info_banner_bottom {
  height: calc(20vh + 1px);
  max-height: 150px;
  min-height: 120px;
  background-image: linear-gradient(
    rgba(25, 28, 60, 0.95) 10%,
    rgb(25, 28, 60)
  );
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.info_banner_bottom::before {
  content: '';
  height: 100%;
  width: 100%;
  background-image: url(/_next/static/images/CTA-9904c6c03d5c2cac5761e6744053b149.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.15;
  filter: invert(0) brightness(20) contrast(20);
  z-index: 0;
}
.info_banner_bottom img {
  height: 100px;
  width: 100px;
  object-fit: contain;
}
.info_banner_bottom p::before {
  content: '';
  height: 100%;
  width: 100%;
  background-color: rgba(25, 28, 60, 0.5);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.info_banner_bottom p {
  color: #fff;
  text-align: center;
  margin: 10px 0;
  z-index: 2;
  line-height: 1.5;
}
.MobileBanner {
  display: none;
}
.desktopBanner {
  display: flex;
}

.description {
  font-size: 16px;
  color: #333;
  line-height: 1.75;
  margin-bottom: 0;
}
.description a {
  font-weight: 500;
  color: #333;
}
.description a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .desktopBanner {
    display: none;
  }
  .MobileBanner {
    display: flex;
  }
}
@media only screen and (max-width: 567px) {
  #features > div,
  #services h2,
  #services p {
    text-align: center;
  }
}

#IconFloating_section .icontext_card {
  position: relative;
  color: #333;
  background-color: #fff;
  padding: 20px 0px;
  margin: 15px 0;
  border-radius: 8px;
  /* border: 1px solid #fff;
  border: 1px solid #f2f2f2; */
  border: 1px solid #f7f7f7;
  /* box-shadow: #0000000a 0px 4px 8px 0px;
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 2%); */
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 2%);
  transform: scale(1);
  transition: all 0.4s ease-out;
}

#IconFloating_section .icontext_card.white {
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 4%), inset 4px 4px 4px 0 #fff;
}

#IconFloating_section .icontext_card .flexaligncenter {
  width: 100%;
}

#IconFloating_section .icontext_card:hover .featureDes {
  color: #4ac4f3;
}
#IconFloating_section .icontext_card:hover {
  background-color: #fff;
  /* transform: scale(1.015); */
  /* box-shadow: 0 0 40px 0 rgb(74, 196, 243, 0.4); */
  box-shadow: 8px 12px 22px 0 rgb(0 0 0 / 10%);
  border: 1px solid transparent;
}

#IconFloating_section .icontext_card .imgBoxx {
  background-color: #4ac4f3;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border-radius: 50%;
  padding: 10px;
  transition: padding 0.4s ease-in-out;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

#IconFloating_section .icontext_card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0) invert(1);
}

#IconFloating_section.new .icontext_card img {
  width: 100%;
  max-width: 90px;
  max-height: 90px;
  object-fit: cover;
  margin: 0 auto;
  object-fit: cover;
  filter: brightness(0) invert(1);
}

#IconFloating_section .icontext_card:hover .imgBoxx {
  padding: 4px;
}

/* li elemtn style */
#IconFloating_section .icontext_card li.featureHead {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  margin: 0;
  padding-right: 10px;
  /* letter-spacing: -0.020em; */
}
#IconFloating_section .icontext_card li.featureDes {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 0;
  padding-right: 20px;
}

@media only screen and (max-width: 1023px) {
  #IconFloating_section .icontext_card img {
    max-width: 60%;
    max-height: 60%;
  }
}

@media only screen and (max-width: 768px) {
  #IconFloating_section .icontext_card img {
    max-width: 55px;
    max-height: 55px;
  }
  #IconFloating_section li {
    text-align: center;
    padding: 10px 15px;
    padding-top: 0;
  }
  #IconFloating_section li.featureHead {
    padding-top: 15px;
  }
}

.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;user-select:none}.glide--rtl{direction:rtl}

#blog_post_container {
  padding-top: 120px;
  padding-bottom: 60px;
  background: linear-gradient(
      180deg,
      rgba(5, 47, 74, 0.8),
      rgba(5, 47, 74, 0.5) 30%,
      rgba(5, 47, 74, 0.2)
    ),
    url(/_next/static/images/blog_bg-5948c55cc43901f0dee7a0f2be9f95c5.webp);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#blog_post_container .container > a {
  display: flex;
  align-items: center;
}

.blogarrow {
  transform: rotate(360deg);
  transition: 0.4s ease;
  color: #fff;
}

#blog_post_container .container > a:hover .blogarrow {
  transform: translateX(8px) rotate(180deg);
}
.blogarrowtext {
  position: relative;
  z-index: 2;
  padding: 0 10px;
  font-weight: bold;
  color: #fff;
}
#blog_post_container article {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 25px;
  background-color: #f5f7fb;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 14px 10px;
  padding: 20px 30px;
  border-radius: 4px;
}

#blog_post_container img {
  width: 100%;
  max-width: 450px;
  max-height: 450px;
  min-width: 150px;
  object-fit: contain;
}

#blog_page_container {
  padding: 40px 0;
  /* background-color: #f9fbfd; */
  background-color: #fff;
}

#blog_post_container ul li {
  list-style-type: disc;
  margin-left: 35px;
}
#blog_post_container strong {
  font-weight: 700;
}
#blog_post_container h1 {
  font-size: 35px;
  text-align: center;
}
#blog_post_container h3 {
  font-size: 24px;
}
#blog_post_container h4 {
  font-size: 20px;
  margin-bottom: 0;
}
#blog_post_container th,
#blog_post_container td {
  width: 33%;
  padding: 5px 10px;
}
#blog_post_container td:first-child {
  text-align: center;
}
#blog_post_container table {
  padding: 2px;
}
#blog_post_container th,
#blog_post_container td {
  border: 1px solid #333;
}

#blog_post_container table {
  border: 2px solid #333;
}

.formMessage p {
  text-align: center;
  margin-bottom: 25px;
  color: #333;
  font-weight: bold;
  font-size: 18px;
}

.blog_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.blog_col {
  /* flex: 1 0 auto; */
  width: 30%;
  margin: 20px 1.5%;
  /* display: flex;
  flex-direction: column;
  align-items: center; */
  border-bottom-width: 3px;
  border-bottom-color: #4ac4f3;
  border-bottom-style: solid;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 35px;
  border-radius: 5px;
  padding: 20px;
  transform: translateY(0);
  transition: all 0.3s ease;
}
.blog_col:hover {
  transform: translateY(-4px);
}
.blog_col_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.blog_col_content img {
  width: 100%;
  height: 150px;
  /* min-width: 150px;
  min-height: 150px; */
  /* background-color: teal; */
  /* max-width: 450px;
  max-height: 450px; */
  object-fit: cover;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.05);
}
.blog_col_content h3 {
  margin: 20px 15px 5px 15px;
  color: #333;
  font-weight: 700;
}
.blog_col_content p {
  margin: 0 15px;
  color: #333;
}

@media only screen and (max-width: 1024px) {
  .blog_col {
    width: 45%;
  }
}
@media only screen and (max-width: 575px) {
  .blog_col {
    width: 100%;
  }
}

/**
* ----------------------------------------------
* Demo styles
* ----------------------------------------------
**/
.accordion {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}

.accordion__item + .accordion__item {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.accordion__button {
    background-color: #f4f4f4;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
}

.accordion__button:hover {
    background-color: #ddd;
}

.accordion__button:before {
    display: inline-block;
    content: '';
    height: 10px;
    width: 10px;
    margin-right: 12px;
    border-bottom: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(-45deg);
}

.accordion__button[aria-expanded='true']::before,
.accordion__button[aria-selected='true']::before {
    transform: rotate(45deg);
}

.accordion__panel {
    padding: 20px;
    animation: fadein 0.35s ease-in;
}

/* -------------------------------------------------- */
/* ---------------- Animation part ------------------ */
/* -------------------------------------------------- */

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.slick-slider .slick-list div {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.slick-slider .slick-slide {
  height: 80vh;
  max-height: 600px;
  min-height: 450px;
}

.slick-dots {
  padding: 0;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}

.slick-slider {
  position: relative;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  color: transparent;
  border: 0;
  outline: none;
  background: black;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 50%;
}

.slick-dots li {
  display: inline-block;
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  width: 10px;
  height: 10px;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background: #fff;
}

.slick-list {
  overflow: hidden;
  margin-bottom: 30px;
}

.site-Banner {
  width: 100%;
  position: relative;
}

.slick-slider .slick-list div img {
  width: 100%;
}

.slick-slider .slick-list div img {
  width: 100%;
  margin: 0;
  opacity: 1;
}
.slick-track:after {
  content: '';
  background: #00000073;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: calc(100% - 5px);
  /* height: 100%; */
}
.slick-slider .site-Banner:before {
  content: '';
  background-color: rgba(5, 47, 74, 0.7);
  /* background-color: rgba(255, 255, 255, 0.67); */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  height: calc(100% - 4px);
  /* height: 100%; */
}

.store-page .product-main {
  margin-top: 30px;
}

.details-page .product-details {
  margin-top: 30px;
}

.with-underline {
  position: relative;
  text-align: left;
  display: inline-block;
  margin-bottom: 40px;
  padding-bottom: 8px;
}

.with-underline:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  right: 0;
  background: #ef3d56;
  top: 100%;
}

/* customcss */
.sliderImage {
  height: 80vh;
  max-height: 600px;
  min-height: 450px;
  object-fit: cover;
}
.slick-list {
  margin-bottom: -5px;
}
/* customcss */
.slider_loaded .slick-slider .slick-list div img {
  opacity: 1;
}

.slider-section {
  position: relative;
}

.Banner-cont {
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.Banner-cont * {
  color: #fff;
}
.banner_button {
  text-align: center;
  margin-top: 35px;
  line-height: 1;
}

@media only screen and (max-width: 575px) {
  .slick-slider .slick-slide {
    height: calc(80vh - 5px);
    min-height: 450px;
    max-height: 100%;
  }
  .sliderImage {
    height: 80vh;
    max-height: 100%;
    min-height: 450px;
  }
  .info_banner_bottom {
    height: calc(20vh + 1px);
    min-height: 120px;
    max-height: 100%;
  }
}

.Typewriter {
  min-height: 58px;
  margin-bottom: 20px;
}

.Typewriter__wrapper h2 {
  display: inline-block;
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  line-height: 1.31;
  margin: 0;
  text-align: left;
}

.Typewriter__cursor {
  font-size: 45px;
  color: #fff;
  top: -4px;
  position: relative;
  /* font-weight: bold; */
}

@media only screen and (max-width: 991px) {
  .Typewriter__wrapper h2,
  .Typewriter__cursor {
    font-size: 42px;
  }
}
@media only screen and (max-width: 768px) {
  .Typewriter__wrapper h2,
  .Typewriter__cursor {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .Typewriter__wrapper h2,
  .Typewriter__cursor {
    font-size: 7vw;
  }
  .Typewriter__cursor {
    top: -1px;
  }
  .Typewriter {
    min-height: 22px;
  }
}

.specialistList {
  box-shadow: 0 0 7px rgb(0 0 0 / 10%);
  padding: 0;
  background-color: #fff;
  margin: 10px auto;
}
.specialistList li:nth-child(odd) {
  background: #fcfcfc;
}

.specialistList li:first-child() {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.specialistList li:last-child() {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.specialistList li:nth-child(even) {
  border-top: none;
  border-bottom: none;
}

.specialistList li {
  text-align: center;
  padding: 10px;
  padding-left: 40px;
  position: relative;
  border: 1px solid #e1e1e1;
}

.specialistList i {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}

.typingEffectContainer h2 {
  color: #0f2137;
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  line-height: 1.31;
  margin-top: 0;
  /* margin-bottom: 0; */
  /* text-align: center; */
  text-align: left;
  margin-bottom: 20px;
}
.typingEffectContainer .dummy_text {
  opacity: 0;
  visibility: hidden;
  width: 1px;
  display: inline-block;
  margin-left: -1px;
}

.typingEffectContainer .txt-type {
  position: relative;
}

@keyframes blink {
  0% {
    background-color: #fff;
  }
  49% {
    background-color: #fff;
  }
  50% {
    background-color: transparent;
  }
  99% {
    background-color: transparent;
  }
  100% {
    background-color: #fff;
  }
}

.typingEffectContainer .txt-type::after {
  content: '';
  position: absolute;
  right: -4px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 100%;
  /* background-color: transparent;
  animation: blink 0.4s infinite; */
  background-color: #fff;
  animation: none;
  animation: blink 0.4s infinite;
}

@keyframes blink {
  0% {
    background-color: #fff;
  }
  49% {
    background-color: #fff;
  }
  50% {
    background-color: transparent;
  }
  99% {
    background-color: transparent;
  }
  100% {
    background-color: #fff;
  }
}

@media only screen and (max-width: 991px) {
  .typingEffectContainer h2 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 768px) {
  .typingEffectContainer h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .typingEffectContainer h2 {
    font-size: 26px;
  }
}

