<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&amp;family=Montserrat:ital,wght@0,100..900;1,100..900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&amp;family=Montserrat:ital,wght@0,100..900;1,100..900&amp;display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  background: #F2F2F2 !important;
  font-family: "Montserrat", serif !important;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  margin: 0;
  scroll-margin-top: 260px !important;
}

.search-result-section {
  margin-top: 54px;
}
.search-result-section .alert.alert-info {
  margin-top: 36px;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
}
@media only screen and (min-width: 1200px) {
  .wpcf7-not-valid-tip .wpcf7-not-valid-tip {
    font-size: 0.78125vw;
  }
}

body.scroll-none {
  overflow: hidden;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

a {
  transition: 0.7s;
}
a:hover {
  color: #107A90;
}

ul {
  padding: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 0;
}
ul li {
  list-style: none;
}

.--text-uppercase {
  text-transform: uppercase;
}

@media only screen and (min-width: 1200px) {
  .desktop-hide {
    display: none !important;
  }
}

.mobile-hide {
  display: none !important;
}
@media only screen and (min-width: 1200px) {
  .mobile-hide {
    display: flex !important;
  }
}

.--common-heading {
  font-size: 24px;
  line-height: 98%;
  font-family: "Bebas Neue", serif;
  text-transform: uppercase;
}
.--common-heading.--heading-tag {
  font-size: 14px;
  letter-spacing: 5.6px;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 8px !important;
}
.--common-heading.--heading-small {
  font-size: 20px;
}
.--common-heading.--heading-small span {
  color: #004898;
}
.--common-heading.--heading-main {
  font-size: 32px;
}
.--common-heading.--heading-main span {
  color: #004898;
}
.--common-heading.--heading-medium {
  font-size: 24px;
}
.--common-heading.--heading-large {
  font-size: 40px;
}
@media only screen and (min-width: 1200px) {
  .--common-heading.--heading-tag {
    font-size: 1.0416666667vw;
  }
  .--common-heading.--heading-small {
    font-size: 1.25vw;
  }
  .--common-heading.--heading-normal {
    font-size: 1.875vw;
  }
  .--common-heading.--heading-medium {
    font-size: 2.0833333333vw;
  }
  .--common-heading.--heading-main {
    font-size: 3.3333333333vw;
  }
  .--common-heading.--heading-large {
    font-size: 6.6666666667vw;
  }
}

@media only screen and (min-width: 1200px) {
  .--text-right-d {
    text-align: right;
  }
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 0;
  margin-bottom: 0;
}

p {
  margin-bottom: 0 !important;
}

input {
  border: none;
  background: none;
  outline: none;
}

/* scrollbar */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  /* background: #2E2E2E; */
}

::-webkit-scrollbar-thumb {
  background: #193B63;
  transition: 0.7s;
}

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

/* End scrollbar */
a {
  text-decoration: none !important;
}

.--common-head {
  font-family: "Montserrat", serif !important;
}

img {
  max-width: 100%;
  display: block;
}

.custom_paging {
  display: flex;
  list-style: none;
  padding: 0;
}

.custom_paging li {
  display: none;
}

.custom_paging li.slick-active {
  display: block !important;
}

.btn {
  width: fit-content;
}
.btn a {
  color: #770000;
  text-decoration: none;
  font-weight: 500;
}
.btn.underline {
  position: relative;
}
.btn.underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border: 1px solid #770000;
}

.--secondary-font {
  font-family: "Bebas Neue", serif;
}

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

.--text-left {
  text-align: left;
}

.--margin-center {
  margin: 0 auto;
}

.--text-white {
  color: #ffffff;
}

.--text-black {
  color: #071B24;
}

.--text-primary {
  color: #004898;
}

.fw-3 {
  font-weight: 300;
}

.fw-4 {
  font-weight: 400;
}

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

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}

.fw-8 {
  font-weight: 800;
}

.fw-9 {
  font-weight: 900;
}

.--heading {
  font-family: "Bebas Neue", serif;
  letter-spacing: 0;
}

.fancybox__container,
.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.5) !important;
}

.element-mg-bt {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) {
  .element-mg-bt {
    margin-bottom: 2.6041666667vw;
  }
}

.element-mg-bt-60 {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) {
  .element-mg-bt-60 {
    margin-bottom: 3.125vw;
  }
}

.element-pd-bt {
  padding-bottom: 32px;
}
@media only screen and (min-width: 1200px) {
  .element-pd-bt {
    padding-bottom: 3.75vw;
  }
}

.element-pd-bt-sm {
  padding-bottom: 30px;
}
@media only screen and (min-width: 1200px) {
  .element-pd-bt-sm {
    padding-bottom: 1.7708333333vw;
  }
}

.mobile-hide {
  display: none;
}

.display-none {
  display: none;
}

.--mobile-justify {
  text-align: justify;
}
@media only screen and (min-width: 1200px) {
  .--mobile-justify {
    text-align: inherit;
  }
}

.--text-justify {
  text-align: justify;
}

.--section {
  margin-bottom: 60px;
}
@media only screen and (min-width: 1200px) {
  .--section {
    margin-bottom: 7.8125vw;
  }
}

.--bg-blue-op {
  background: rgba(154, 215, 241, 0.4);
}

.--bg-blue {
  background: #B2E1F4;
}

.mobile-hide_tab {
  display: none;
}

@media only screen and (min-width: 600px) {
  .tab-hide {
    display: none;
  }
  .mobile-hide_tab {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .desktop-hide {
    display: none;
  }
  .mobile-hide {
    display: block;
  }
}
.--section-space-bottom {
  padding-bottom: 60px;
}
@media only screen and (min-width: 1200px) {
  .--section-space-bottom {
    padding-bottom: 7.8125vw;
  }
}

.--common-para,
.--common-para p {
  font-size: 14px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Montserrat", serif;
}
@media only screen and (min-width: 1200px) {
  .--common-para,
  .--common-para p {
    font-size: 1.0416666667vw;
    line-height: 1.9791666667vw;
    letter-spacing: -0.0229166667vw;
  }
}

.--common-para-medium,
.--common-para-medium p {
  font-size: 13px;
  line-height: 23px;
}
@media only screen and (min-width: 1200px) {
  .--common-para-medium,
  .--common-para-medium p {
    font-size: 1.0416666667vw;
    line-height: 1.5625vw;
  }
}

.--common-para-large,
.--common-para-large,
p {
  font-size: 13px;
  line-height: 23px;
}
@media only screen and (min-width: 1200px) {
  .--common-para-large,
  .--common-para-large,
  p {
    font-size: 1.3020833333vw;
    line-height: 1.5625vw;
  }
}

.--common-head {
  color: #004898;
}
.main-wrapper {
  padding: 0 25px;
}
@media only screen and (min-width: 1200px) {
  .main-wrapper {
    padding: 0 10.4166666667vw;
  }
}

.main-wrapper-medium {
  padding: 0 20px;
}
@media only screen and (min-width: 1200px) {
  .main-wrapper-medium {
    padding: 0 13.5416666667vw;
  }
}

a {
  text-decoration: none;
}

.fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-up-active {
  opacity: 1;
  transform: translateY(0);
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
@media only screen and (min-width: 1200px) {
  .page-id-313 .inner-banner {
    margin-bottom: 0;
  }
}

.fancybox__content &gt; .f-button.is-close-btn {
  top: 5px !important;
  right: 5px !important;
  color: #000;
}

.news-section-home .news-item {
  padding: 36px 24px;
  border-radius: 18px;
  height: 383px;
  object-fit: cover;
  width: 100%;
  position: relative;
  transition: 0.7s;
}
.news-section-home .news-item::after {
  position: absolute;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 1.72%, rgba(10, 73, 96, 0.72) 61.33%, rgba(19, 72, 124, 0.9) 98.28%);
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 18px;
}
.news-section-home .news-item .post-top .post-meta .date.d {
  font-size: 60px;
  letter-spacing: -0.01em;
}
.news-section-home .news-item .post-top .post-meta .date-bottom {
  margin-top: 9px;
}
.news-section-home .news-item .post-top .post-meta .date-bottom .date {
  font-family: "Montserrat", serif;
  font-size: 13px;
  padding: 0 3px;
}
.news-section-home .news-item .post-top .post-title {
  padding-top: 12px;
}
.news-section-home .news-item .post-top .post-title .title {
  font-size: 20px;
  transition: 0.7s;
}
.news-section-home .news-item .btn-wrap .button-link {
  font-size: 16px;
}
.news-section-home .news-item .card-inner {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .news-section-home .news-item {
    height: 320px;
    width: calc(50% - 20px);
    margin: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .news-section-home .news-item {
    height: 28.59375vw;
    padding: 2.0833333333vw 3.125vw;
  }
  .news-section-home .news-item .post-top .post-meta {
    padding-top: 2.0833333333vw;
  }
  .news-section-home .news-item .post-top .post-meta .date.d {
    font-size: 5.2083333333vw;
    letter-spacing: -0.04em;
  }
  .news-section-home .news-item .post-top .post-meta .date-bottom {
    margin-top: 22px;
  }
  .news-section-home .news-item .post-top .post-meta .date-bottom .date {
    font-size: 0.9375vw;
    letter-spacing: 0.12em;
  }
  .news-section-home .news-item .post-top .post-title {
    padding-top: 1.875vw;
  }
  .news-section-home .news-item .post-top .post-title .title {
    font-size: 1.3020833333vw;
    line-height: 40px;
  }
  .news-section-home .news-item .btn-wrap .button-link {
    font-size: 0.9375vw;
  }
  .news-section-home .news-item:hover .post-top .post-title .title {
    font-size: 2.0833333333vw;
    line-height: 2.0833333333vw;
  }
}

.archive.tax-eye_conditions_category .comp-welcome-section .heading-main {
  display: none;
}
.archive.tax-eye_conditions_category.term-eye-investigations .post-tab-filter .post-tab-filter-top .filter-inner .filter-inner-wrap {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .archive.tax-eye_conditions_category .comp-welcome-section {
    margin-bottom: 7.03125vw;
  }
}

.slick-dots li {
  width: 10px;
  height: 10px;
}
.slick-dots li button {
  color: rgba(231, 231, 231, 0.6) !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50%;
  background: rgba(231, 231, 231, 0.6) !important;
  padding: 0 !important;
  transition: 0.7s;
}
.slick-dots li button::before {
  display: none;
}
.slick-dots li.slick-active button {
  color: #ffffff !important;
  background: #ffffff !important;
}
.slick-dots li:hover button {
  color: #ffffff !important;
  background: #ffffff !important;
}

.main-banner.banner {
  display: none;
}

.wpcf7-not-valid-tip {
  position: absolute;
}

.--border-bottom {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 2.778px;
  background: #ffffff;
}

.fancybox__content {
  max-height: 70vh;
  overflow-y: auto;
}

.mobile-hide-d {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .mobile-hide-d {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .tab-hide {
    display: none;
  }
}

.mobile-hide-t {
  display: none;
}
@media only screen and (min-width: 768px) {
  .mobile-hide-t {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .tab-hide-d {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .tab-hide-d {
    display: block;
  }
}

.listing-item-card {
  width: 100%;
  background: #ffffff;
  margin-bottom: 5px;
  border-radius: 22px 22px 0 0;
  padding: 18px 22px;
}
.listing-item-card .team-item .section-top {
  display: flex;
  align-items: center;
}
.listing-item-card .team-item .section-top .image {
  width: 40px !important;
}
.listing-item-card .team-item .section-top .image img {
  width: 35px !important;
}
.listing-item-card .team-item .section-top .top-para {
  padding-left: 16px;
  width: calc(100% - 40px);
}
.listing-item-card .team-item .section-top .top-para .sub-heading {
  color: #FF5800;
}
.listing-item-card .team-item .team-content {
  padding-top: 16px;
}
.listing-item-card .team-item .team-content .paragraph {
  color: #004898;
  font-size: 13px;
  line-height: 126%;
}
@media only screen and (min-width: 600px) {
  .listing-item-card {
    width: calc(50% - 10px);
    margin: 5px;
  }
}
@media only screen and (min-width: 1200px) {
  .listing-item-card {
    padding: 2.4479166667vw 4.1666666667vw;
  }
  .listing-item-card .team-item .section-top .image {
    width: 5.2083333333vw !important;
    max-width: inherit !important;
  }
  .listing-item-card .team-item .section-top .image img {
    width: 4.9479166667vw !important;
    max-width: inherit !important;
  }
  .listing-item-card .team-item .section-top .top-para {
    width: calc(100% - 5.2083333333vw);
  }
  .listing-item-card .team-item .section-top .top-para .element-main-heading {
    font-size: 1.875vw;
  }
  .listing-item-card .team-item .section-top .top-para .sub-heading {
    font-size: 1.0416666667vw;
    line-height: 110%;
  }
  .listing-item-card .team-item .team-content .paragraph {
    font-size: 0.7291666667vw;
    line-height: 140%;
  }
  .listing-item-card .team-item .team-content .paragraph p {
    font-size: 0.7291666667vw;
    line-height: 140%;
  }
}

.wpcf7 p {
  margin: 0;
}

.wpcf7 p br {
  display: none;
}

a {
  text-decoration: none !important;
}

.btn-primary,
.btn-primary:hover,
.btn-check:focus + .btn-primary,
.btn-primary:focus,
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show &gt; .btn-primary.dropdown-toggle:focus {
  box-shadow: none !important;
  outline: 0 !important;
  border-color: transparent !important;
  border-radius: 0 !important;
  border: 0 !important;
}

::selection {
  color: #893f8c;
  background: #fff;
}

/* For Mozilla Firefox */
::-moz-selection {
  color: #893f8c;
  background: #fff;
}

:focus-visible {
  outline: 0;
  box-shadow: none;
}

.wpcf7 p {
  margin: 0;
}

.wpcf7 p br {
  display: none;
}

.slick-slider:not(.slick-initialized) {
  display: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0 !important;
}

.accordion-button:focus {
  border-color: transparent;
  box-shadow: unset;
}

.accordion-item {
  border: 0;
  background-color: var(--light-blue);
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: unset;
}

body.menu-open {
  position: relative;
  transition: 0.7s;
  background: rgba(0, 0, 0, 0.66) !important;
  width: 100vw;
  height: 100vh;
  z-index: 11111111111;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  overflow: hidden;
}
body.menu-open:after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.66) !important;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
}

.off-canvas-menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  width: 41.6666666667vw;
  z-index: 1111;
  right: -100%;
  transition: left 0.7s ease;
}
.off-canvas-menu .menu-inner {
  padding: 4.6875vw 1.875vw 1.875vw 2.6041666667vw;
  background: #F2F2F2;
  height: 100vh;
  position: relative;
  width: 50%;
  float: right;
}
.off-canvas-menu .menu-inner .bg-icon {
  position: absolute;
  bottom: 0;
  right: 0;
}
.off-canvas-menu .menu-inner .off-c-menu {
  position: relative;
  z-index: 1111;
}
.off-canvas-menu .menu-inner .off-c-menu .navbar-nav {
  list-style: none;
}
.off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item {
  padding: 0.78125vw 0;
}
.off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item.current-menu-item a {
  color: #004898 !important;
  position: relative;
}
.off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item.current-menu-item a:after {
  position: absolute;
  content: "";
  background: #FF5800;
  width: 0.9375vw;
  height: 0.1041666667vw;
  left: 0;
  bottom: 0;
}
.off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item:hover a {
  color: #FF5800;
}
.off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item:hover .sub-menu .menu-item {
  visibility: visible;
  opacity: 1;
}
.off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item .sub-menu-toggle {
  display: none;
}
.off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item a {
  color: #000000 !important;
  font-size: 1.6666666667vw;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Bebas Neue", serif;
  transition: 0.7s;
}
.off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item a:hover {
  color: #004898 !important;
}
.off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item .sub-menu {
  list-style: none;
  flex-direction: column;
  padding-left: 24px !important;
  display: none;
}
.off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item .sub-menu .menu-item {
  padding: 0vw 0.625vw !important;
  transition: 0.7s;
}
.off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item .sub-menu .menu-item a {
  font-size: 0.8333333333vw;
  text-decoration: none !important;
  font-weight: 500;
  font-family: "Montserrat", serif;
  text-transform: none;
}
.off-canvas-menu .menu-inner .footer-socail-media {
  position: relative;
  z-index: 11111;
}
@media only screen and (max-width: 1024px) {
  .off-canvas-menu .menu-inner .off-c-menu {
    padding-top: 36px;
  }
  .off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item {
    padding: 24px 0;
  }
  .off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item a {
    font-size: 32px;
  }
  .off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item .sub-menu .menu-item a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .off-canvas-menu .menu-inner {
    width: 60%;
  }
  .off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item {
    padding: 16px 0;
  }
  .off-canvas-menu .footer-socail-media {
    margin-top: 24px;
  }
  .off-canvas-menu .footer-socail-media .footer-social-media-list .list-item {
    margin-right: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .off-canvas-menu .menu-inner {
    width: 95%;
  }
  .off-canvas-menu .menu-inner .off-c-menu {
    padding-top: 24px;
  }
  .off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item {
    padding: 8px 0;
  }
  .off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item img {
    margin-top: 24px;
  }
  .off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item a {
    font-size: 24px;
  }
  .off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item.current-menu-item a:after {
    width: 24px;
    height: 2px;
  }
  .off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item .sub-menu .menu-item a {
    font-size: 14px;
    padding-right: 8px;
  }
}

.header-section.is-active .off-canvas-menu {
  right: 0;
  height: 100vh;
  width: 100%;
  transition: 0.7s;
}

.footer-socail-media {
  margin-top: 2.0833333333vw;
  padding-bottom: 40px;
  border-bottom: 1px solid #004898;
}
.footer-socail-media .footer-social-media-list {
  display: flex;
  justify-content: flex-start;
  max-width: 80%;
  margin: 0 auto;
}
.footer-socail-media .footer-social-media-list .list-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-socail-media .footer-social-media-list .icon-inner {
  width: 16px;
  height: 16px;
  display: flex;
}
.footer-socail-media .footer-social-media-list .icon-inner svg {
  width: auto;
  height: 15px;
}
.footer-socail-media .footer-social-media-list .icon-inner svg path {
  fill: #000000;
}

@media only screen and (min-width: 1024px) {
  .footer-socail-media {
    padding-bottom: 0;
    border: none;
  }
  .footer-socail-media .footer-social-media-list .list-item {
    padding-right: 1.5625vw;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-socail-media .footer-social-media-list {
    max-width: 100%;
  }
}
.inner-banner {
  padding-top: 70px;
}
@media only screen and (min-width: 1200px) {
  .inner-banner {
    padding-top: 0 !important;
  }
}

.archive.tax-eye_conditions_category .inner-banner.services-hide {
  display: none;
}

.page-template-default.contact-lenses .post-tab-filter-top {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .page-template-default.doctors .heading-main {
    font-size: 3.3333333333vw;
  }
  .page-template-default.doctors .comp-welcome-section {
    margin-bottom: 4.3229166667vw;
  }
}

.page-template-default.sunglasses .cmp_logos_and_card_listing {
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
  .page-template-default.spectacles .comp-welcome-section {
    margin-bottom: 4.21875vw;
  }
}
@media only screen and (min-width: 1200px) {
  .eye_conditions-template-default.single .comp-welcome-section {
    margin-bottom: 6.25vw !important;
  }
}
.archive.tax-eye_conditions_category.term-eye-investigations .btn-wrap {
  display: none;
}

.wpcf7-response-output {
  margin-top: 24px !important;
}

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

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

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

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

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

.comp-img-content-section .section-inner {
  padding: 0 20px;
  margin-bottom: 60px;
}
.comp-img-content-section .section-inner .img-wrap {
  margin-bottom: 30px;
}
.comp-img-content-section .section-inner .img-wrap img {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .comp-img-content-section .section-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .comp-img-content-section .section-inner .img-wrap {
    width: 50%;
  }
  .comp-img-content-section .section-inner .content-wrap {
    width: 50%;
    padding-left: 30px;
  }
  .comp-img-content-section.text-first .section-inner {
    flex-direction: row-reverse;
  }
  .comp-img-content-section.text-first .section-inner .content-wrap {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-img-content-section .section-inner {
    padding: 0 12.5vw;
    margin-bottom: 5.2083333333vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .comp-img-content-section .section-inner .img-wrap {
    width: 50%;
  }
  .comp-img-content-section .section-inner .content-wrap {
    width: 50%;
    padding-left: 3.6458333333vw;
  }
  .comp-img-content-section.text-first .section-inner {
    flex-direction: row-reverse;
  }
  .comp-img-content-section.text-first .section-inner .content-wrap {
    padding-right: 3.6458333333vw;
    padding-left: 0;
  }
}
.cmp-accordion .section-inner {
  padding: 0 20px;
  margin-bottom: 60px;
}
.cmp-accordion .section-inner .accordion-item {
  border: none;
  padding-bottom: 25px;
  margin-top: 25px;
  border-bottom: 3px solid rgba(42, 42, 42, 0.6);
  transition: ease all 0.8s;
  padding-top: 25px;
}
.cmp-accordion .section-inner .accordion-item .accordion-head {
  font-size: 16px;
  font-family: "Montserrat", serif;
  font-weight: 700;
  transition: ease all 0.8s;
  padding: 0 20px;
}
.cmp-accordion .section-inner .accordion-item .acccordion-body {
  font-size: 13px;
  line-height: 16px;
  font-family: "Bebas Neue", serif;
  max-height: 0;
  overflow: hidden;
  transition: ease all 0.8s;
  padding: 0 20px;
}
.cmp-accordion .section-inner .accordion-item.open {
  background-color: #F4F4F4;
  border-bottom: 3px solid rgba(119, 0, 0, 0.6);
}
.cmp-accordion .section-inner .accordion-item.open .accordion-head {
  padding-bottom: 20px;
}
.cmp-accordion .section-inner .accordion-item.open .acccordion-body {
  max-height: 400px;
}

@media only screen and (min-width: 1200px) {
  .cmp-accordion .section-inner {
    padding: 0 12.5vw;
    margin-bottom: 5.2083333333vw;
  }
}
.cmp-image-content-card-slider .section-inner {
  padding: 0 20px;
  margin-bottom: 60px;
}
.cmp-image-content-card-slider .section-inner .responsive-card-slider .item {
  position: relative;
}
.cmp-image-content-card-slider .section-inner .responsive-card-slider .item img {
  width: 100%;
  display: block;
}
.cmp-image-content-card-slider .section-inner .responsive-card-slider .item .item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 20px 20px;
  z-index: 99;
}
.cmp-image-content-card-slider .section-inner .responsive-card-slider .item .item-content .item-content-title {
  font-family: "Montserrat", serif;
  color: #ffffff;
}
.cmp-image-content-card-slider .section-inner .responsive-card-slider .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0.65) 100%);
}

@media only screen and (min-width: 1200px) {
  .cmp-image-content-card-slider .section-inner {
    padding: 0 12.5vw;
    margin-bottom: 3.125vw;
  }
  .cmp-image-content-card-slider .section-inner .responsive-card-slider .item {
    position: relative;
  }
  .cmp-image-content-card-slider .section-inner .responsive-card-slider .item img {
    width: 100%;
    display: block;
  }
  .cmp-image-content-card-slider .section-inner .responsive-card-slider .item .item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
    padding: 1.5625vw 1.5625vw;
    z-index: 99;
  }
  .cmp-image-content-card-slider .section-inner .responsive-card-slider .item .item-content .item-content-title {
    font-family: "Montserrat", serif;
    color: #ffffff;
  }
  .cmp-image-content-card-slider .section-inner .responsive-card-slider .item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0.65) 100%);
  }
}
.cmp-logo-slider .section-inner {
  padding: 0 20px;
  margin-bottom: 60px;
}
.cmp-logo-slider .section-inner .logo-slider img {
  margin: auto;
}

@media only screen and (min-width: 1200px) {
  .cmp-logo-slider .section-inner {
    padding: 0 12.5vw;
    margin-bottom: 5.2083333333vw;
  }
}
.cmp-single-img-video-slider .section-inner {
  padding: 0 20px;
  margin-bottom: 60px;
}
.cmp-single-img-video-slider .section-inner .img-video-wrapper .item {
  position: relative;
}
.cmp-single-img-video-slider .section-inner .img-video-wrapper .item img {
  width: 100%;
}
.cmp-single-img-video-slider .section-inner .img-video-wrapper .item .play-item-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.cmp-single-img-video-slider .section-inner .img-video-wrapper .item .play-item-link svg {
  fill: #ffffff;
  width: 30px;
  height: 30px;
}

@media only screen and (min-width: 1200px) {
  .cmp-single-img-video-slider .section-inner {
    padding: 0 12.5vw;
    margin-bottom: 5.2083333333vw;
  }
  .cmp-single-img-video-slider .section-inner .img-video-wrapper .item {
    position: relative;
  }
  .cmp-single-img-video-slider .section-inner .img-video-wrapper .item img {
    width: 100%;
  }
  .cmp-single-img-video-slider .section-inner .img-video-wrapper .item .play-item-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .cmp-single-img-video-slider .section-inner .img-video-wrapper .item .play-item-link svg {
    fill: #ffffff;
    width: 5.2083333333vw;
    height: 5.2083333333vw;
  }
}
.cmp-sticky-content-slider .section-inner {
  padding: 0 20px;
  margin-bottom: 60px;
}

@media only screen and (min-width: 992px) {
  .cmp-sticky-content-slider .section-inner {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1200px) {
  .cmp-sticky-content-slider .section-inner {
    padding: 0 12.5vw;
    margin-bottom: 3.125vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .cmp-sticky-content-slider .section-inner .ss-card-sticky-content .stiky-title {
    font-size: 1.6666666667vw;
  }
  .cmp-sticky-content-slider .section-inner .ss-card-sticky-content .sss_content {
    font-size: 0.8333333333vw;
  }
  .cmp-sticky-content-slider .section-inner .ss-card-slider-wrap .ss-card-slider .sss-card-item {
    padding: 4.1666666667vw 3.6458333333vw;
  }
  .cmp-sticky-content-slider .section-inner .ss-card-slider-wrap .ss-card-slider .sss-card-item .sss-card-title {
    font-size: 1.5625vw;
  }
}
.cmp-contact-form .section-inner {
  padding: 0 20px;
  margin-bottom: 60px;
}
.cmp-contact-form .section-inner .contact-details-warpper .contact-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cmp-contact-form .section-inner .contact-details-warpper .contact-row .contact-content {
  padding: 20px;
}
.cmp-contact-form .section-inner .contact-details-warpper .contact-row .contact-content .label {
  font-weight: 600;
}
.cmp-contact-form .section-inner .form-wrap {
  width: 100%;
}
.cmp-contact-form .section-inner .form-wrap form input, .cmp-contact-form .section-inner .form-wrap form label, .cmp-contact-form .section-inner .form-wrap form textarea {
  width: 100%;
}
.cmp-contact-form .section-inner .form-wrap form label {
  margin-bottom: 20px;
  display: block;
}

@media only screen and (min-width: 992px) {
  .cmp-contact-form .section-inner {
    padding: 0 20px;
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
  }
  .cmp-contact-form .section-inner .contact-details-warpper {
    width: 50%;
  }
  .cmp-contact-form .section-inner .form-wrap {
    width: 50%;
  }
  .cmp-contact-form .section-inner .form-wrap form input {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .cmp-contact-form .section-inner {
    padding: 0 12.5vw;
    margin-bottom: 5.2083333333vw;
  }
  .cmp-contact-form .section-inner .form-wrap form input, .cmp-contact-form .section-inner .form-wrap form label, .cmp-contact-form .section-inner .form-wrap form textarea {
    width: 100%;
  }
  .cmp-contact-form .section-inner .form-wrap form input {
    height: 2.0833333333vw;
  }
  .cmp-contact-form .section-inner .form-wrap form label {
    margin-bottom: 1.5625vw;
  }
}
.cmp-multiple-img-content .section-inner {
  padding: 0 20px;
  margin-bottom: 60px;
}
.cmp-multiple-img-content .section-inner .img-item {
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) {
  .cmp-multiple-img-content .section-inner {
    padding: 0 5px;
    margin-bottom: 60px;
  }
  .cmp-multiple-img-content .section-inner .mul-img {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .cmp-multiple-img-content .section-inner .mul-img .img-item {
    width: 50%;
    margin-bottom: 20px;
  }
  .cmp-multiple-img-content .section-inner .mul-img .img-item img {
    width: 100%;
  }
  .cmp-multiple-img-content .section-inner .multi-content {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .cmp-multiple-img-content .section-inner {
    padding: 0 11.71875vw;
    margin-bottom: 5.2083333333vw;
  }
  .cmp-multiple-img-content .section-inner .mul-img {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .cmp-multiple-img-content .section-inner .mul-img .img-item {
    width: 50%;
    margin-bottom: 1.5625vw;
    padding: 0 0.78125vw;
  }
  .cmp-multiple-img-content .section-inner .mul-img .img-item img {
    width: 100%;
  }
  .cmp-multiple-img-content .section-inner .multi-content {
    padding: 0 0.78125vw;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  background: #F2F2F2 !important;
  font-family: "Montserrat", serif !important;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  margin: 0;
  scroll-margin-top: 260px !important;
}

.search-result-section {
  margin-top: 54px;
}
.search-result-section .alert.alert-info {
  margin-top: 36px;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
}
@media only screen and (min-width: 1200px) {
  .wpcf7-not-valid-tip .wpcf7-not-valid-tip {
    font-size: 0.78125vw;
  }
}

body.scroll-none {
  overflow: hidden;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

a {
  transition: 0.7s;
}
a:hover {
  color: #107A90;
}

ul {
  padding: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 0;
}
ul li {
  list-style: none;
}

.--text-uppercase {
  text-transform: uppercase;
}

@media only screen and (min-width: 1200px) {
  .desktop-hide {
    display: none !important;
  }
}

.mobile-hide {
  display: none !important;
}
@media only screen and (min-width: 1200px) {
  .mobile-hide {
    display: flex !important;
  }
}

.--common-heading {
  font-size: 24px;
  line-height: 98%;
  font-family: "Bebas Neue", serif;
  text-transform: uppercase;
}
.--common-heading.--heading-tag {
  font-size: 14px;
  letter-spacing: 5.6px;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 8px !important;
}
.--common-heading.--heading-small {
  font-size: 20px;
}
.--common-heading.--heading-small span {
  color: #004898;
}
.--common-heading.--heading-main {
  font-size: 32px;
}
.--common-heading.--heading-main span {
  color: #004898;
}
.--common-heading.--heading-medium {
  font-size: 24px;
}
.--common-heading.--heading-large {
  font-size: 40px;
}
@media only screen and (min-width: 1200px) {
  .--common-heading.--heading-tag {
    font-size: 1.0416666667vw;
  }
  .--common-heading.--heading-small {
    font-size: 1.25vw;
  }
  .--common-heading.--heading-normal {
    font-size: 1.875vw;
  }
  .--common-heading.--heading-medium {
    font-size: 2.0833333333vw;
  }
  .--common-heading.--heading-main {
    font-size: 3.3333333333vw;
  }
  .--common-heading.--heading-large {
    font-size: 6.6666666667vw;
  }
}

@media only screen and (min-width: 1200px) {
  .--text-right-d {
    text-align: right;
  }
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 0;
  margin-bottom: 0;
}

p {
  margin-bottom: 0 !important;
}

input {
  border: none;
  background: none;
  outline: none;
}

/* scrollbar */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  /* background: #2E2E2E; */
}

::-webkit-scrollbar-thumb {
  background: #193B63;
  transition: 0.7s;
}

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

/* End scrollbar */
a {
  text-decoration: none !important;
}

.--common-head {
  font-family: "Montserrat", serif !important;
}

img {
  max-width: 100%;
  display: block;
}

.custom_paging {
  display: flex;
  list-style: none;
  padding: 0;
}

.custom_paging li {
  display: none;
}

.custom_paging li.slick-active {
  display: block !important;
}

.btn {
  width: fit-content;
}
.btn a {
  color: #770000;
  text-decoration: none;
  font-weight: 500;
}
.btn.underline {
  position: relative;
}
.btn.underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border: 1px solid #770000;
}

.--secondary-font {
  font-family: "Bebas Neue", serif;
}

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

.--text-left {
  text-align: left;
}

.--margin-center {
  margin: 0 auto;
}

.--text-white {
  color: #ffffff;
}

.--text-black {
  color: #071B24;
}

.--text-primary {
  color: #004898;
}

.fw-3 {
  font-weight: 300;
}

.fw-4 {
  font-weight: 400;
}

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

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}

.fw-8 {
  font-weight: 800;
}

.fw-9 {
  font-weight: 900;
}

.--heading {
  font-family: "Bebas Neue", serif;
  letter-spacing: 0;
}

.fancybox__container,
.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.5) !important;
}

.element-mg-bt {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) {
  .element-mg-bt {
    margin-bottom: 2.6041666667vw;
  }
}

.element-mg-bt-60 {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) {
  .element-mg-bt-60 {
    margin-bottom: 3.125vw;
  }
}

.element-pd-bt {
  padding-bottom: 32px;
}
@media only screen and (min-width: 1200px) {
  .element-pd-bt {
    padding-bottom: 3.75vw;
  }
}

.element-pd-bt-sm {
  padding-bottom: 30px;
}
@media only screen and (min-width: 1200px) {
  .element-pd-bt-sm {
    padding-bottom: 1.7708333333vw;
  }
}

.mobile-hide {
  display: none;
}

.display-none {
  display: none;
}

.--mobile-justify {
  text-align: justify;
}
@media only screen and (min-width: 1200px) {
  .--mobile-justify {
    text-align: inherit;
  }
}

.--text-justify {
  text-align: justify;
}

.--section {
  margin-bottom: 60px;
}
@media only screen and (min-width: 1200px) {
  .--section {
    margin-bottom: 7.8125vw;
  }
}

.--bg-blue-op {
  background: rgba(154, 215, 241, 0.4);
}

.--bg-blue {
  background: #B2E1F4;
}

.mobile-hide_tab {
  display: none;
}

@media only screen and (min-width: 600px) {
  .tab-hide {
    display: none;
  }
  .mobile-hide_tab {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .desktop-hide {
    display: none;
  }
  .mobile-hide {
    display: block;
  }
}
.--section-space-bottom {
  padding-bottom: 60px;
}
@media only screen and (min-width: 1200px) {
  .--section-space-bottom {
    padding-bottom: 7.8125vw;
  }
}

.--common-para,
.--common-para p {
  font-size: 14px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Montserrat", serif;
}
@media only screen and (min-width: 1200px) {
  .--common-para,
  .--common-para p {
    font-size: 1.0416666667vw;
    line-height: 1.9791666667vw;
    letter-spacing: -0.0229166667vw;
  }
}

.--common-para-medium,
.--common-para-medium p {
  font-size: 13px;
  line-height: 23px;
}
@media only screen and (min-width: 1200px) {
  .--common-para-medium,
  .--common-para-medium p {
    font-size: 1.0416666667vw;
    line-height: 1.5625vw;
  }
}

.--common-para-large,
.--common-para-large,
p {
  font-size: 13px;
  line-height: 23px;
}
@media only screen and (min-width: 1200px) {
  .--common-para-large,
  .--common-para-large,
  p {
    font-size: 1.3020833333vw;
    line-height: 1.5625vw;
  }
}

.--common-head {
  color: #004898;
}
.main-wrapper {
  padding: 0 25px;
}
@media only screen and (min-width: 1200px) {
  .main-wrapper {
    padding: 0 10.4166666667vw;
  }
}

.main-wrapper-medium {
  padding: 0 20px;
}
@media only screen and (min-width: 1200px) {
  .main-wrapper-medium {
    padding: 0 13.5416666667vw;
  }
}

a {
  text-decoration: none;
}

.fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-up-active {
  opacity: 1;
  transform: translateY(0);
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
@media only screen and (min-width: 1200px) {
  .page-id-313 .inner-banner {
    margin-bottom: 0;
  }
}

.fancybox__content &gt; .f-button.is-close-btn {
  top: 5px !important;
  right: 5px !important;
  color: #000;
}

.news-section-home .news-item {
  padding: 36px 24px;
  border-radius: 18px;
  height: 383px;
  object-fit: cover;
  width: 100%;
  position: relative;
  transition: 0.7s;
}
.news-section-home .news-item::after {
  position: absolute;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 1.72%, rgba(10, 73, 96, 0.72) 61.33%, rgba(19, 72, 124, 0.9) 98.28%);
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 18px;
}
.news-section-home .news-item .post-top .post-meta .date.d {
  font-size: 60px;
  letter-spacing: -0.01em;
}
.news-section-home .news-item .post-top .post-meta .date-bottom {
  margin-top: 9px;
}
.news-section-home .news-item .post-top .post-meta .date-bottom .date {
  font-family: "Montserrat", serif;
  font-size: 13px;
  padding: 0 3px;
}
.news-section-home .news-item .post-top .post-title {
  padding-top: 12px;
}
.news-section-home .news-item .post-top .post-title .title {
  font-size: 20px;
  transition: 0.7s;
}
.news-section-home .news-item .btn-wrap .button-link {
  font-size: 16px;
}
.news-section-home .news-item .card-inner {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .news-section-home .news-item {
    height: 320px;
    width: calc(50% - 20px);
    margin: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .news-section-home .news-item {
    height: 28.59375vw;
    padding: 2.0833333333vw 3.125vw;
  }
  .news-section-home .news-item .post-top .post-meta {
    padding-top: 2.0833333333vw;
  }
  .news-section-home .news-item .post-top .post-meta .date.d {
    font-size: 5.2083333333vw;
    letter-spacing: -0.04em;
  }
  .news-section-home .news-item .post-top .post-meta .date-bottom {
    margin-top: 22px;
  }
  .news-section-home .news-item .post-top .post-meta .date-bottom .date {
    font-size: 0.9375vw;
    letter-spacing: 0.12em;
  }
  .news-section-home .news-item .post-top .post-title {
    padding-top: 1.875vw;
  }
  .news-section-home .news-item .post-top .post-title .title {
    font-size: 1.3020833333vw;
    line-height: 40px;
  }
  .news-section-home .news-item .btn-wrap .button-link {
    font-size: 0.9375vw;
  }
  .news-section-home .news-item:hover .post-top .post-title .title {
    font-size: 2.0833333333vw;
    line-height: 2.0833333333vw;
  }
}

.archive.tax-eye_conditions_category .comp-welcome-section .heading-main {
  display: none;
}
.archive.tax-eye_conditions_category.term-eye-investigations .post-tab-filter .post-tab-filter-top .filter-inner .filter-inner-wrap {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .archive.tax-eye_conditions_category .comp-welcome-section {
    margin-bottom: 7.03125vw;
  }
}

.slick-dots li {
  width: 10px;
  height: 10px;
}
.slick-dots li button {
  color: rgba(231, 231, 231, 0.6) !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50%;
  background: rgba(231, 231, 231, 0.6) !important;
  padding: 0 !important;
  transition: 0.7s;
}
.slick-dots li button::before {
  display: none;
}
.slick-dots li.slick-active button {
  color: #ffffff !important;
  background: #ffffff !important;
}
.slick-dots li:hover button {
  color: #ffffff !important;
  background: #ffffff !important;
}

.main-banner.banner {
  display: none;
}

.wpcf7-not-valid-tip {
  position: absolute;
}

.--border-bottom {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 2.778px;
  background: #ffffff;
}

.fancybox__content {
  max-height: 70vh;
  overflow-y: auto;
}

.mobile-hide-d {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .mobile-hide-d {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .tab-hide {
    display: none;
  }
}

.mobile-hide-t {
  display: none;
}
@media only screen and (min-width: 768px) {
  .mobile-hide-t {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .tab-hide-d {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .tab-hide-d {
    display: block;
  }
}

.listing-item-card {
  width: 100%;
  background: #ffffff;
  margin-bottom: 5px;
  border-radius: 22px 22px 0 0;
  padding: 18px 22px;
}
.listing-item-card .team-item .section-top {
  display: flex;
  align-items: center;
}
.listing-item-card .team-item .section-top .image {
  width: 40px !important;
}
.listing-item-card .team-item .section-top .image img {
  width: 35px !important;
}
.listing-item-card .team-item .section-top .top-para {
  padding-left: 16px;
  width: calc(100% - 40px);
}
.listing-item-card .team-item .section-top .top-para .sub-heading {
  color: #FF5800;
}
.listing-item-card .team-item .team-content {
  padding-top: 16px;
}
.listing-item-card .team-item .team-content .paragraph {
  color: #004898;
  font-size: 13px;
  line-height: 126%;
}
@media only screen and (min-width: 600px) {
  .listing-item-card {
    width: calc(50% - 10px);
    margin: 5px;
  }
}
@media only screen and (min-width: 1200px) {
  .listing-item-card {
    padding: 2.4479166667vw 4.1666666667vw;
  }
  .listing-item-card .team-item .section-top .image {
    width: 5.2083333333vw !important;
    max-width: inherit !important;
  }
  .listing-item-card .team-item .section-top .image img {
    width: 4.9479166667vw !important;
    max-width: inherit !important;
  }
  .listing-item-card .team-item .section-top .top-para {
    width: calc(100% - 5.2083333333vw);
  }
  .listing-item-card .team-item .section-top .top-para .element-main-heading {
    font-size: 1.875vw;
  }
  .listing-item-card .team-item .section-top .top-para .sub-heading {
    font-size: 1.0416666667vw;
    line-height: 110%;
  }
  .listing-item-card .team-item .team-content .paragraph {
    font-size: 0.7291666667vw;
    line-height: 140%;
  }
  .listing-item-card .team-item .team-content .paragraph p {
    font-size: 0.7291666667vw;
    line-height: 140%;
  }
}

.wpcf7 p {
  margin: 0;
}

.wpcf7 p br {
  display: none;
}

a {
  text-decoration: none !important;
}

.btn-primary,
.btn-primary:hover,
.btn-check:focus + .btn-primary,
.btn-primary:focus,
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show &gt; .btn-primary.dropdown-toggle:focus {
  box-shadow: none !important;
  outline: 0 !important;
  border-color: transparent !important;
  border-radius: 0 !important;
  border: 0 !important;
}

::selection {
  color: #893f8c;
  background: #fff;
}

/* For Mozilla Firefox */
::-moz-selection {
  color: #893f8c;
  background: #fff;
}

:focus-visible {
  outline: 0;
  box-shadow: none;
}

.wpcf7 p {
  margin: 0;
}

.wpcf7 p br {
  display: none;
}

.slick-slider:not(.slick-initialized) {
  display: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0 !important;
}

.accordion-button:focus {
  border-color: transparent;
  box-shadow: unset;
}

.accordion-item {
  border: 0;
  background-color: var(--light-blue);
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: unset;
}

body.menu-open {
  position: relative;
  transition: 0.7s;
  background: rgba(0, 0, 0, 0.66) !important;
  width: 100vw;
  height: 100vh;
  z-index: 11111111111;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  overflow: hidden;
}
body.menu-open:after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.66) !important;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
}

.off-canvas-menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  width: 41.6666666667vw;
  z-index: 1111;
  right: -100%;
  transition: left 0.7s ease;
}
.off-canvas-menu .menu-inner {
  padding: 4.6875vw 1.875vw 1.875vw 2.6041666667vw;
  background: #F2F2F2;
  height: 100vh;
  position: relative;
  width: 50%;
  float: right;
}
.off-canvas-menu .menu-inner .bg-icon {
  position: absolute;
  bottom: 0;
  right: 0;
}
.off-canvas-menu .menu-inner .off-c-menu {
  position: relative;
  z-index: 1111;
}
.off-canvas-menu .menu-inner .off-c-menu .navbar-nav {
  list-style: none;
}
.off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item {
  padding: 0.78125vw 0;
}
.off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item.current-menu-item a {
  color: #004898 !important;
  position: relative;
}
.off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item.current-menu-item a:after {
  position: absolute;
  content: "";
  background: #FF5800;
  width: 0.9375vw;
  height: 0.1041666667vw;
  left: 0;
  bottom: 0;
}
.off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item:hover a {
  color: #FF5800;
}
.off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item:hover .sub-menu .menu-item {
  visibility: visible;
  opacity: 1;
}
.off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item .sub-menu-toggle {
  display: none;
}
.off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item a {
  color: #000000 !important;
  font-size: 1.6666666667vw;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Bebas Neue", serif;
  transition: 0.7s;
}
.off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item a:hover {
  color: #004898 !important;
}
.off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item .sub-menu {
  list-style: none;
  flex-direction: column;
  padding-left: 24px !important;
  display: none;
}
.off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item .sub-menu .menu-item {
  padding: 0vw 0.625vw !important;
  transition: 0.7s;
}
.off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item .sub-menu .menu-item a {
  font-size: 0.8333333333vw;
  text-decoration: none !important;
  font-weight: 500;
  font-family: "Montserrat", serif;
  text-transform: none;
}
.off-canvas-menu .menu-inner .footer-socail-media {
  position: relative;
  z-index: 11111;
}
@media only screen and (max-width: 1024px) {
  .off-canvas-menu .menu-inner .off-c-menu {
    padding-top: 36px;
  }
  .off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item {
    padding: 24px 0;
  }
  .off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item a {
    font-size: 32px;
  }
  .off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item .sub-menu .menu-item a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .off-canvas-menu .menu-inner {
    width: 60%;
  }
  .off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item {
    padding: 16px 0;
  }
  .off-canvas-menu .footer-socail-media {
    margin-top: 24px;
  }
  .off-canvas-menu .footer-socail-media .footer-social-media-list .list-item {
    margin-right: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .off-canvas-menu .menu-inner {
    width: 95%;
  }
  .off-canvas-menu .menu-inner .off-c-menu {
    padding-top: 24px;
  }
  .off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item {
    padding: 8px 0;
  }
  .off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item img {
    margin-top: 24px;
  }
  .off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item a {
    font-size: 24px;
  }
  .off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item.current-menu-item a:after {
    width: 24px;
    height: 2px;
  }
  .off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item .sub-menu .menu-item a {
    font-size: 14px;
    padding-right: 8px;
  }
}

.header-section.is-active .off-canvas-menu {
  right: 0;
  height: 100vh;
  width: 100%;
  transition: 0.7s;
}

.footer-socail-media {
  margin-top: 2.0833333333vw;
  padding-bottom: 40px;
  border-bottom: 1px solid #004898;
}
.footer-socail-media .footer-social-media-list {
  display: flex;
  justify-content: flex-start;
  max-width: 80%;
  margin: 0 auto;
}
.footer-socail-media .footer-social-media-list .list-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-socail-media .footer-social-media-list .icon-inner {
  width: 16px;
  height: 16px;
  display: flex;
}
.footer-socail-media .footer-social-media-list .icon-inner svg {
  width: auto;
  height: 15px;
}
.footer-socail-media .footer-social-media-list .icon-inner svg path {
  fill: #000000;
}

@media only screen and (min-width: 1024px) {
  .footer-socail-media {
    padding-bottom: 0;
    border: none;
  }
  .footer-socail-media .footer-social-media-list .list-item {
    padding-right: 1.5625vw;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-socail-media .footer-social-media-list {
    max-width: 100%;
  }
}
.inner-banner {
  padding-top: 70px;
}
@media only screen and (min-width: 1200px) {
  .inner-banner {
    padding-top: 0 !important;
  }
}

.archive.tax-eye_conditions_category .inner-banner.services-hide {
  display: none;
}

.page-template-default.contact-lenses .post-tab-filter-top {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .page-template-default.doctors .heading-main {
    font-size: 3.3333333333vw;
  }
  .page-template-default.doctors .comp-welcome-section {
    margin-bottom: 4.3229166667vw;
  }
}

.page-template-default.sunglasses .cmp_logos_and_card_listing {
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
  .page-template-default.spectacles .comp-welcome-section {
    margin-bottom: 4.21875vw;
  }
}
@media only screen and (min-width: 1200px) {
  .eye_conditions-template-default.single .comp-welcome-section {
    margin-bottom: 6.25vw !important;
  }
}
.archive.tax-eye_conditions_category.term-eye-investigations .btn-wrap {
  display: none;
}

.wpcf7-response-output {
  margin-top: 24px !important;
}

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

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

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

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

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

.news-main-section {
  padding-bottom: 100px;
  width: 100%;
  background: #F2F2F2;
}
.news-main-section .main-wrapper .news-wrap {
  margin-top: 48px;
}
.news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left {
  margin-bottom: 60px;
}
.news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .main-news-wrap {
  position: relative;
}
.news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .main-news-wrap .card-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 3px 6px 9px rgba(0, 0, 0, 0.13);
  border-radius: 28px 28px 0px 0px;
  margin-bottom: 30px;
}
.news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .main-news-wrap .card-inner .news-content {
  padding: 60px 30px 40px;
  background: #ffffff;
  border-radius: 28px 28px 0px 0px;
}
.news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .main-news-wrap .card-inner .news-content .post-category {
  padding-bottom: 30px;
  text-transform: uppercase;
}
.news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .main-news-wrap .card-inner .news-content .post-category .textarea {
  color: #004898;
  letter-spacing: 9.18px;
  font-family: "Bebas Neue", serif;
}
.news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .main-news-wrap .card-inner .news-content .post-category .tags-wrap .filter-tag-group .filter-tag-content .filter-tag-item .tag-link {
  color: #004898;
  font-family: "Bebas Neue", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 98%;
  letter-spacing: 9.18px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
.news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .main-news-wrap .card-inner .news-content .post-category .tags-wrap .filter-tag-group .filter-tag-content .filter-tag-item .tag-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 18px;
  height: 2px;
  background-color: #FF5800;
  flex-shrink: 0;
}
.news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .main-news-wrap .card-inner .news-content .post-title {
  min-height: 54px;
}
.news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .main-news-wrap .card-inner .news-content .post-title .textarea {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .main-news-wrap .card-inner .news-content .post-date {
  display: flex;
  align-items: center;
  font-family: "Bebas Neue", serif;
}
.news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .main-news-wrap .card-inner .news-content .post-date .left .date {
  font-size: 42px;
}
.news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .main-news-wrap .card-inner .news-content .post-date .right {
  padding-left: 6px;
}
.news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .main-news-wrap .card-inner .news-content .post-date .right .date {
  font-size: 12px;
  line-height: 14px;
}
.news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .main-news-wrap .card-inner .btn-wrap {
  position: absolute;
  bottom: 0;
  background: #004898;
  padding: 12px;
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.7s;
}
.news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .main-news-wrap .card-inner:hover .btn-wrap {
  visibility: visible;
  opacity: 1;
}
.news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .pagination-wrap {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .pagination-wrap .page-numbers {
  color: #071B24;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  line-height: 166%;
  letter-spacing: -0.64px;
  cursor: pointer;
}
.news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .pagination-wrap .page-numbers.current {
  color: #004898;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 166%;
  letter-spacing: -0.8px;
  background-color: #FCFCFC;
  box-shadow: 3px 4px 12.8px rgba(0, 0, 0, 0.07);
  filter: drop-shadow(3px 4px 12.8px rgba(0, 0, 0, 0.07));
  cursor: pointer;
  text-align: center;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right {
  border-radius: 28px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  width: 100%;
  padding: 20px;
}
.news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-search {
  margin-bottom: 40px;
  margin-top: 35px;
}
.news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-search form #blog-search-form {
  border: none;
}
.news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-search form .news-input-group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  background: #ffffff;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-search form .news-input-group .text-space input .form-control {
  border: none;
}
.news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-search form .news-input-group .text-space input .form-control.searchform {
  border: none;
}
.news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-search form .news-input-group .text-space #search_blog_name {
  border: none;
}
.news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right #search_blog_name {
  border: none;
}
.news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-filter-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-filter-wrap .filter-item-group {
  margin-bottom: 35px;
}
.news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-filter-wrap .filter-item-group .filter-title {
  margin-bottom: 20px;
}
.news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-filter-wrap .filter-item-group .filter-title .heading-small {
  font-size: 15px;
  color: #071B24;
  font-style: normal;
  line-height: 134.5%;
}
.news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-filter-wrap .filter-item-group .filter-wrap-content .filter-item {
  margin-bottom: 20px;
}
.news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-filter-wrap .filter-item-group .filter-wrap-content .filter-item a.heading-extra-small {
  color: #071B24;
  font-size: 13px;
  font-style: normal;
  line-height: 134.5%;
}
.news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-filter-wrap .filter-item-group .filter-wrap-content .filter-item a.heading-extra-small:hover {
  font-weight: 600;
}
.news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-filter-wrap .filter-title {
  margin-bottom: 20px;
}
.news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-filter-wrap .filter-title .heading-small {
  font-size: 15px;
  color: #071B24;
  font-style: normal;
  line-height: 134.5%;
}
.news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-filter-wrap .filter-wrap-content .filter-item a {
  color: #071B24;
  font-size: 13px;
  font-style: normal;
  line-height: 134.5%;
}
.news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-filter-wrap .filter-wrap-content .filter-item a:hover {
  font-weight: 600;
}
.news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-filter-wrap .filter-wrap-content .filter-item a.heading-extra-small {
  color: #071B24;
  font-size: 13px;
  font-style: normal;
  line-height: 134.5%;
}
.news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-filter-wrap .filter-wrap-content .filter-item a.heading-extra-small:hover {
  font-weight: 600;
}
.news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-filter-wrap .filter-wrap-content .filter-item ul li {
  margin-bottom: 20px;
  color: #071B24;
  font-size: 13px;
  font-style: normal;
  line-height: 134.5%;
}
.news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-filter-wrap .filter-wrap-content .filter-item ul li a {
  color: #071B24;
  font-size: 13px;
  font-style: normal;
  line-height: 134.5%;
}
.news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-filter-wrap .filter-wrap-content .filter-item ul li a:hover {
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .main-news-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .main-news-wrap .card-inner {
    width: 48%;
  }
  .news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-search form .news-input-group {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #ffffff;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
  }
  .news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-search form .news-input-group .text-space {
    width: 80%;
  }
  .news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-filter-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 60px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .news-main-section {
    padding-bottom: 6.6145833333vw;
  }
  .news-main-section .main-wrapper .news-wrap {
    margin-top: 4.0625vw;
  }
  .news-main-section .main-wrapper .main-wrapper-full {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
  .news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left {
    width: 60%;
    margin-bottom: unset;
  }
  .news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .main-news-wrap .card-inner {
    margin-bottom: 2.0833333333vw;
    width: 49.5%;
  }
  .news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .main-news-wrap .card-inner .news-content {
    padding: 4.1666666667vw 3.125vw 2.6041666667vw;
  }
  .news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .main-news-wrap .card-inner .news-content .post-category .textarea {
    font-size: 0.9375vw;
  }
  .news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .main-news-wrap .card-inner .news-content .post-title {
    padding-bottom: 0vw;
    min-height: 4.1666666667vw;
    color: #071B24;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 700;
    line-height: 98%;
  }
  .news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .main-news-wrap .card-inner .news-content .post-title .textarea {
    padding-bottom: 0vw;
    font-size: 0.9375vw;
    color: #071B24;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 700;
    line-height: 98%;
  }
  .news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .main-news-wrap .card-inner .news-content .post-date {
    padding-top: 2.0833333333vw;
  }
  .news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .main-news-wrap .card-inner .news-content .post-date .left .date {
    font-size: 3.3333333333vw;
  }
  .news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .main-news-wrap .card-inner .news-content .post-date .right .date {
    font-size: 0.8333333333vw;
    line-height: 0.9375vw;
  }
  .news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .main-news-wrap .card-inner .news-image img {
    width: 100%;
  }
  .news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .pagination-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: unset;
  }
  .news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .pagination-wrap .page-numbers {
    font-size: 1.0416666667vw;
    margin: 0 0.9895833333vw;
  }
  .news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .pagination-wrap .page-numbers.current {
    font-size: 1.0416666667vw;
    width: 1.8229166667vw;
    height: 1.8229166667vw;
  }
  .news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right {
    width: 30%;
    padding-left: 2.0833333333vw;
    padding-right: 2.0833333333vw;
  }
  .news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-search {
    margin-bottom: 3.90625vw;
    margin-top: 1.8229166667vw;
  }
  .news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-search form .news-input-group {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    border-radius: 0.5208333333vw;
    border: 0.0520833333vw solid #D9D9D9;
    background: #ffffff;
    width: 100%;
    height: 3.125vw;
    justify-content: center;
    align-items: center;
  }
  .news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-search form .news-input-group .text-space {
    width: unset;
    width: 100%;
  }
  .news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-filter-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: unset;
    margin-left: unset;
    margin-right: unset;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: center;
  }
  .news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-filter-wrap .filter-item-group .filter-title .heading-small {
    font-size: 1.0416666667vw;
  }
  .news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-filter-wrap .filter-item-group .filter-wrap-content .filter-item a {
    font-size: 0.9375vw;
  }
  .news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-filter-wrap .filter-item-group .filter-wrap-content .filter-item a.heading-extra-small {
    font-size: 1.0416666667vw;
  }
  .news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-filter-wrap .filter-title .heading-small {
    font-size: 1.0416666667vw;
  }
  .news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-filter-wrap .filter-wrap-content .filter-item ul li {
    font-size: 0.9375vw;
  }
  .news-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-filter-wrap .filter-wrap-content .filter-item ul li a {
    font-size: 0.9375vw;
  }
}
body.news .inner-banner {
  margin-top: 84px;
}
@media only screen and (min-width: 1200px) {
  body.news .comp-welcome-section.--section {
    margin-bottom: 4.1666666667vw;
  }
  body.news .comp-welcome-section.--section .welcome-section-para {
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
  }
}

.inner-banner.banner.services-hide .main-banner-wrapper {
  background: #F2F2F2;
}
.inner-banner.banner.services-hide .main-banner-wrapper .banner-inner .banner-image img {
  width: 100%;
  height: auto;
  position: relative;
}
.inner-banner.banner.services-hide .main-banner-wrapper .banner-inner .banner-image img::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 72, 152, 0) 5.43%, #004898 84.71%);
  z-index: 1;
}
.inner-banner.banner.services-hide .main-banner-wrapper .banner-inner .banner-title.element-pd-bt .breadcrumb-wrapper .bredcrumbswrap ol.bredcrumbs {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 20px;
}
.inner-banner.banner.services-hide .main-banner-wrapper .banner-inner .banner-title.element-pd-bt .breadcrumb-wrapper .bredcrumbswrap ol.bredcrumbs li {
  margin: 0 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 98%;
  text-align: center;
}
.inner-banner.banner.services-hide .main-banner-wrapper .banner-inner .banner-title.element-pd-bt .breadcrumb-wrapper .bredcrumbswrap ol.bredcrumbs li:last-child span {
  color: #004898;
  font-weight: 700;
  cursor: pointer;
}
.inner-banner.banner.services-hide .main-banner-wrapper .banner-inner .banner-title.element-pd-bt .breadcrumb-wrapper .bredcrumbswrap ol.bredcrumbs li a {
  color: #071B24;
}
.news-inner-main-section {
  padding: unset;
  background: #F2F2F2;
}
.news-inner-main-section .main-wrapper .news-inner-banner-bottom {
  border-bottom: 1px solid #D9D9D9;
  display: inline-block;
  width: 100%;
}
.news-inner-main-section .main-wrapper .news-inner-banner-bottom .news-title-wrap {
  color: #071B24;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 98%;
  text-align: center;
  margin-bottom: 20px;
}
.news-inner-main-section .main-wrapper .news-inner-banner-bottom .tags-wrap {
  margin-bottom: 20px;
}
.news-inner-main-section .main-wrapper .news-inner-banner-bottom .tags-wrap .filter-tag-group {
  text-align: center;
}
.news-inner-main-section .main-wrapper .news-inner-banner-bottom .tags-wrap .filter-tag-group .filter-tag-content .filter-tag-item .tag-link {
  color: #004898;
  font-family: "Bebas Neue", serif;
  font-size: 15px;
  font-style: normal;
  line-height: 98%;
  letter-spacing: 9.18px;
  text-transform: uppercase;
}
.news-inner-main-section .main-wrapper .news-inner-banner-bottom .published-date-wrap {
  text-align: center;
  margin-bottom: 30px;
}
.news-inner-main-section .main-wrapper .news-inner-banner-bottom .published-date-wrap .published-text {
  color: #071B24;
  font-size: 14px;
  font-weight: 400;
  line-height: 98%; /* 17.64px */
}
.news-inner-main-section .main-wrapper .news-inner-banner-bottom .published-date-wrap .published-date {
  color: #071B24;
  font-family: "Inter", serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 98%;
}
.news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left {
  border-bottom: 1px solid #D9D9D9;
  width: 100%;
  display: inline-block;
}
.news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .news-inner-content-video-wrap .news-inner-content {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .news-inner-content-video-wrap .news-inner-item .news-inner-content-wrap {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .news-inner-content-video-wrap .news-inner-item .video-section-wrapper {
  position: relative;
}
.news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .news-inner-content-video-wrap .news-inner-item .video-section-wrapper .play-item-link .play-video-icon {
  position: absolute;
  top: 35%;
  bottom: 0;
  left: 40%;
  right: 0;
  z-index: 2;
  margin: auto;
}
.news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .news-inner-content-video-wrap .news-inner-item .video-section-wrapper .play-item-link .play-video-icon .play-icon {
  width: 50px;
  height: 50px;
}
.news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .news-inner-content-video-wrap .news-inner-item .video-section-wrapper .play-image-thumb {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}
.news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .news-inner-content-video-wrap .news-inner-item .news-inner-image-thumb .news-image-thumb {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}
.news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .share-article-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .share-article-wrapper .shared-text {
  color: #071B24;
  text-align: center;
  font-family: "Inter", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.32px;
  margin-bottom: 30px;
}
.news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .share-article-wrapper .shared-social-media-list {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: nowrap;
}
.news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .share-article-wrapper .shared-social-media-list .list-item .footer-social-media-link .icon-inner svg {
  width: 20px;
  height: 20px;
}
.news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right {
  border-radius: 28px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  width: 100%;
  padding: 20px;
}
.news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-search {
  margin-bottom: 40px;
  margin-top: 35px;
}
.news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-search form #blog-search-form {
  border: none;
}
.news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-search form .news-input-group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  background: #ffffff;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-search form .news-input-group .text-space input .form-control {
  border: none;
}
.news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-search form .news-input-group .text-space input .form-control.searchform {
  border: none;
}
.news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-search form .news-input-group .text-space #search_blog_name {
  border: none;
}
.news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right #search_blog_name {
  border: none;
}
.news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-filter-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-filter-wrap .filter-item-group {
  margin-bottom: 35px;
}
.news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-filter-wrap .filter-item-group .filter-title {
  margin-bottom: 20px;
}
.news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-filter-wrap .filter-item-group .filter-title .heading-small {
  font-size: 15px;
  color: #071B24;
  font-style: normal;
  line-height: 134.5%;
}
.news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-filter-wrap .filter-item-group .filter-wrap-content .filter-item {
  margin-bottom: 20px;
}
.news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-filter-wrap .filter-item-group .filter-wrap-content .filter-item a.heading-extra-small {
  color: #071B24;
  font-size: 13px;
  font-style: normal;
  line-height: 134.5%;
}
.news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-filter-wrap .filter-item-group .filter-wrap-content .filter-item a.heading-extra-small:hover {
  font-weight: 600;
}
.news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-filter-wrap .filter-title {
  margin-bottom: 20px;
}
.news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-filter-wrap .filter-title .heading-small {
  font-size: 15px;
  color: #071B24;
  font-style: normal;
  line-height: 134.5%;
}
.news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-filter-wrap .filter-wrap-content .filter-item a {
  color: #071B24;
  font-size: 13px;
  font-style: normal;
  line-height: 134.5%;
}
.news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-filter-wrap .filter-wrap-content .filter-item a:hover {
  font-weight: 600;
}
.news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-filter-wrap .filter-wrap-content .filter-item a.heading-extra-small {
  color: #071B24;
  font-size: 13px;
  font-style: normal;
  line-height: 134.5%;
}
.news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-filter-wrap .filter-wrap-content .filter-item a.heading-extra-small:hover {
  font-weight: 600;
}
.news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-filter-wrap .filter-wrap-content .filter-item ul li {
  margin-bottom: 20px;
  color: #071B24;
  font-size: 13px;
  font-style: normal;
  line-height: 134.5%;
}
.news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-filter-wrap .filter-wrap-content .filter-item ul li a {
  color: #071B24;
  font-size: 13px;
  font-style: normal;
  line-height: 134.5%;
}
.news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-filter-wrap .filter-wrap-content .filter-item ul li a:hover {
  font-weight: 600;
}

.similar-news-inner-section {
  padding-top: 80px;
  background: #F2F2F2;
}
.similar-news-inner-section .main-wrapper .section-title {
  color: #071B24;
  text-align: center;
  font-family: "Bebas Neue", serif;
  font-size: 30px;
  font-style: normal;
  line-height: 98%;
  text-transform: uppercase;
  padding-bottom: 40px;
}
.similar-news-inner-section .main-wrapper .similar-news-inner-wrapper.news-inner-similar-slider .card-inner {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 3px 6px 9px rgba(0, 0, 0, 0.13);
  border-radius: 28px 28px 0px 0px;
  margin-bottom: 30px;
}
.similar-news-inner-section .main-wrapper .similar-news-inner-wrapper.news-inner-similar-slider .card-inner .news-content {
  padding: 60px 30px 40px;
  background: #ffffff;
  border-radius: 28px 28px 0px 0px;
}
.similar-news-inner-section .main-wrapper .similar-news-inner-wrapper.news-inner-similar-slider .card-inner .news-content .post-category {
  padding-bottom: 30px;
  text-transform: uppercase;
}
.similar-news-inner-section .main-wrapper .similar-news-inner-wrapper.news-inner-similar-slider .card-inner .news-content .post-category .textarea {
  color: #004898;
  letter-spacing: 9.18px;
  font-family: "Bebas Neue", serif;
}
.similar-news-inner-section .main-wrapper .similar-news-inner-wrapper.news-inner-similar-slider .card-inner .news-content .post-category .tags-wrap .filter-tag-group .filter-tag-content .filter-tag-item .tag-link {
  color: #004898;
  font-family: "Bebas Neue", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 98%;
  letter-spacing: 9.18px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
.similar-news-inner-section .main-wrapper .similar-news-inner-wrapper.news-inner-similar-slider .card-inner .news-content .post-category .tags-wrap .filter-tag-group .filter-tag-content .filter-tag-item .tag-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 18px;
  height: 2px;
  background-color: #FF5800;
  flex-shrink: 0;
}
.similar-news-inner-section .main-wrapper .similar-news-inner-wrapper.news-inner-similar-slider .card-inner .news-content .post-title {
  min-height: 54px;
}
.similar-news-inner-section .main-wrapper .similar-news-inner-wrapper.news-inner-similar-slider .card-inner .news-content .post-title .textarea {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.similar-news-inner-section .main-wrapper .similar-news-inner-wrapper.news-inner-similar-slider .card-inner .news-content .post-date {
  display: flex;
  align-items: center;
  font-family: "Bebas Neue", serif;
}
.similar-news-inner-section .main-wrapper .similar-news-inner-wrapper.news-inner-similar-slider .card-inner .news-content .post-date .left .date {
  font-size: 42px;
}
.similar-news-inner-section .main-wrapper .similar-news-inner-wrapper.news-inner-similar-slider .card-inner .news-content .post-date .right {
  padding-left: 6px;
}
.similar-news-inner-section .main-wrapper .similar-news-inner-wrapper.news-inner-similar-slider .card-inner .news-content .post-date .right .date {
  font-size: 12px;
  line-height: 14px;
}

@media only screen and (min-width: 768px) {
  .inner-banner.banner.services-hide .main-banner-wrapper .banner-inner .banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .news-inner-main-section .main-wrapper .news-inner-banner-bottom .news-title-wrap {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .news-inner-main-section .main-wrapper .news-inner-banner-bottom .tags-wrap {
    margin-bottom: 30px;
  }
  .news-inner-main-section .main-wrapper .news-inner-banner-bottom .tags-wrap .filter-tag-group .filter-tag-content .filter-tag-item .tag-link {
    font-size: 20px;
  }
  .news-inner-main-section .main-wrapper .news-inner-banner-bottom .published-date-wrap {
    margin-bottom: 30px;
  }
  .news-inner-main-section .main-wrapper .news-inner-banner-bottom .published-date-wrap .published-text {
    font-size: 15px;
  }
  .news-inner-main-section .main-wrapper .news-inner-banner-bottom .published-date-wrap .published-date {
    font-size: 15px;
  }
  .news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left {
    border-bottom: none;
  }
  .news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .news-inner-content-video-wrap .news-inner-content {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .news-inner-content-video-wrap .news-inner-item .news-inner-content-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .news-inner-content-video-wrap .news-inner-item .video-section-wrapper .play-item-link .play-video-icon {
    position: absolute;
    top: 38%;
    bottom: 0;
    left: 45%;
    right: 0;
    z-index: 2;
    margin: auto;
  }
  .news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .news-inner-content-video-wrap .news-inner-item .video-section-wrapper .play-item-link .play-video-icon .play-icon {
    width: 72px;
    height: 72px;
  }
  .news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .news-inner-content-video-wrap .news-inner-item .video-section-wrapper .play-image-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
  }
  .news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .news-inner-content-video-wrap .news-inner-item .news-inner-image-thumb .news-image-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
  }
  .news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .share-article-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .share-article-wrapper .shared-text {
    margin-bottom: unset;
    font-size: 18px;
    margin-right: 20px;
  }
  .news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .share-article-wrapper .shared-social-media-list .list-item {
    margin-right: 20px;
  }
  .news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .share-article-wrapper .shared-social-media-list .list-item .footer-social-media-link .icon-inner svg {
    width: 25px;
    height: 25px;
  }
  .news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-search form .news-input-group {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #ffffff;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
  }
  .news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-search form .news-input-group .text-space {
    width: 80%;
  }
  .news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-filter-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 60px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .similar-news-inner-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .similar-news-inner-section .main-wrapper .similar-news-inner-wrapper.news-inner-similar-slider .card-inner {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: unset;
  }
}
@media only screen and (min-width: 1200px) {
  .inner-banner.banner.services-hide .main-banner-wrapper .banner-inner .banner-title {
    padding-left: 10.4166666667vw;
    padding-right: 10.4166666667vw;
    padding-top: 3.125vw;
    padding-bottom: 1.25vw;
    width: 90%;
    border-radius: 0vw 1.4583333333vw 0vw 0vw;
    background: #F2F2F2;
    margin-top: -5.2083333333vw;
    z-index: 2;
    position: relative;
  }
  .inner-banner.banner.services-hide .main-banner-wrapper .banner-inner .banner-title.element-pd-bt .breadcrumb-wrapper .bredcrumbswrap ol.bredcrumbs {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: unset;
  }
  .inner-banner.banner.services-hide .main-banner-wrapper .banner-inner .banner-title.element-pd-bt .breadcrumb-wrapper .bredcrumbswrap ol.bredcrumbs li {
    color: #071B24;
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 500;
    line-height: 98%;
    margin-left: unset;
  }
  .news-inner-main-section .main-wrapper .news-inner-banner-bottom {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
  }
  .news-inner-main-section .main-wrapper .news-inner-banner-bottom .news-title-wrap {
    font-size: 2.0833333333vw;
    font-weight: 700;
    line-height: 98%;
    text-align: start;
  }
  .news-inner-main-section .main-wrapper .news-inner-banner-bottom .tags-wrap .filter-tag-group .filter-tag-content .filter-tag-item .tag-link {
    font-size: 0.9375vw;
    font-style: normal;
    line-height: 98%;
    letter-spacing: 9.18px;
    text-transform: uppercase;
  }
  .news-inner-main-section .main-wrapper .news-inner-banner-bottom .published-date-wrap .published-text {
    font-size: 0.9375vw;
    font-style: normal;
    line-height: 98%;
  }
  .news-inner-main-section .main-wrapper .news-inner-banner-bottom .published-date-wrap .published-date {
    color: #071B24;
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 700;
    line-height: 98%;
  }
  .news-inner-main-section .main-wrapper .main-wrapper-full {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
  .news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left {
    width: 60%;
  }
  .news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .news-inner-content-video-wrap .news-inner-content {
    text-align: justify;
    margin-top: 3.125vw;
    margin-bottom: 4.1666666667vw;
  }
  .news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .news-inner-content-video-wrap .news-inner-item .news-inner-content-wrap {
    text-align: justify;
    margin-top: 4.1666666667vw;
    margin-bottom: 4.1666666667vw;
  }
  .news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .news-inner-content-video-wrap .news-inner-item .video-section-wrapper .play-item-link .play-video-icon .play-icon {
    width: 3.75vw;
    height: 3.75vw;
  }
  .news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .news-inner-content-video-wrap .news-inner-item .video-section-wrapper .play-image-thumb {
    width: 100%;
    height: 25.9375vw;
    object-fit: cover;
    border-radius: unset;
  }
  .news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .news-inner-content-video-wrap .news-inner-item .news-inner-image-thumb .news-image-thumb {
    width: 100%;
    height: 28.59375vw;
    object-fit: cover;
    border-radius: 1.4583333333vw;
  }
  .news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .share-article-wrapper {
    justify-content: space-between;
    border-top: 0.0520833333vw solid #D9D9D9;
    padding-top: 3.2291666667vw;
  }
  .news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .share-article-wrapper .shared-text {
    text-align: center;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.32px;
  }
  .news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-left .share-article-wrapper .shared-social-media-list .list-item .footer-social-media-link .icon-inner svg {
    width: 1.5104166667vw;
    height: 1.5104166667vw;
  }
  .news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right {
    width: 30%;
    padding: 3.125vw 2.0833333333vw;
  }
  .news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-search form .news-input-group {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    border-radius: 0.5208333333vw;
    border: 0.0520833333vw solid #D9D9D9;
    background: #ffffff;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-search form .news-input-group .text-space {
    width: unset;
  }
  .news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-filter-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: unset;
    margin-left: unset;
    margin-right: unset;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: center;
  }
  .news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-filter-wrap .filter-item-group .filter-title .heading-small {
    font-size: 1.0416666667vw;
  }
  .news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-filter-wrap .filter-item-group .filter-wrap-content .filter-item a {
    font-size: 0.9375vw;
  }
  .news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-filter-wrap .filter-item-group .filter-wrap-content .filter-item a.heading-extra-small {
    font-size: 1.0416666667vw;
  }
  .news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-filter-wrap .filter-title .heading-small {
    font-size: 1.0416666667vw;
  }
  .news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-filter-wrap .filter-wrap-content .filter-item ul li {
    font-size: 0.9375vw;
  }
  .news-inner-main-section .main-wrapper .main-wrapper-full.news-wrap .news-right .news-filter-wrap .filter-wrap-content .filter-item ul li a {
    font-size: 0.9375vw;
  }
  .similar-news-inner-section {
    padding-bottom: unset;
  }
  .similar-news-inner-section .main-wrapper .section-title {
    text-align: center;
    font-size: 3.3333333333vw;
    font-style: normal;
    line-height: 98%;
    padding-bottom: 4.1666666667vw;
  }
  .similar-news-inner-section .main-wrapper .similar-news-inner-wrapper.news-inner-similar-slider .card-inner {
    margin-bottom: 2.0833333333vw;
  }
  .similar-news-inner-section .main-wrapper .similar-news-inner-wrapper.news-inner-similar-slider .card-inner .news-content {
    padding: 4.1666666667vw 3.125vw 2.6041666667vw;
  }
  .similar-news-inner-section .main-wrapper .similar-news-inner-wrapper.news-inner-similar-slider .card-inner .news-content .post-category .textarea {
    font-size: 0.9375vw;
  }
  .similar-news-inner-section .main-wrapper .similar-news-inner-wrapper.news-inner-similar-slider .card-inner .news-content .post-title {
    padding-bottom: 1.6666666667vw;
    min-height: 4.1666666667vw;
  }
  .similar-news-inner-section .main-wrapper .similar-news-inner-wrapper.news-inner-similar-slider .card-inner .news-content .post-title .textarea {
    font-size: 0.9375vw;
  }
  .similar-news-inner-section .main-wrapper .similar-news-inner-wrapper.news-inner-similar-slider .card-inner .news-content .post-date .left .date {
    font-size: 3.3333333333vw;
  }
  .similar-news-inner-section .main-wrapper .similar-news-inner-wrapper.news-inner-similar-slider .card-inner .news-content .post-date .right .date {
    font-size: 0.8333333333vw;
    line-height: 0.9375vw;
  }
  .similar-news-inner-section .main-wrapper .similar-news-inner-wrapper.news-inner-similar-slider .card-inner .news-image img {
    width: 100%;
  }
}
.inner-banner.banner.services-hide .main-banner-wrapper {
  background: #F2F2F2;
}
.inner-banner.banner.services-hide .main-banner-wrapper .banner-inner .banner-image img {
  width: 100%;
  height: auto;
  position: relative;
}
.inner-banner.banner.services-hide .main-banner-wrapper .banner-inner .banner-image img::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 72, 152, 0) 5.43%, #004898 84.71%);
  z-index: 1;
}
.inner-banner.banner.services-hide .main-banner-wrapper .banner-inner .banner-title.element-pd-bt .breadcrumb-wrapper {
  padding-top: 25px;
}
.inner-banner.banner.services-hide .main-banner-wrapper .banner-inner .banner-title.element-pd-bt .breadcrumb-wrapper .bredcrumbswrap ol.bredcrumbs {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 20px;
}
.inner-banner.banner.services-hide .main-banner-wrapper .banner-inner .banner-title.element-pd-bt .breadcrumb-wrapper .bredcrumbswrap ol.bredcrumbs li {
  margin: 0 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 98%;
  text-align: center;
}
.inner-banner.banner.services-hide .main-banner-wrapper .banner-inner .banner-title.element-pd-bt .breadcrumb-wrapper .bredcrumbswrap ol.bredcrumbs li:last-child span {
  color: #004898;
  font-weight: 700;
  cursor: pointer;
}
.inner-banner.banner.services-hide .main-banner-wrapper .banner-inner .banner-title.element-pd-bt .breadcrumb-wrapper .bredcrumbswrap ol.bredcrumbs li a {
  color: #071B24;
}
.blogs-inner-main-section {
  padding: unset;
  background: #F2F2F2;
}
.blogs-inner-main-section .main-wrapper .blogs-title-wrap {
  color: #071B24;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 98%;
  text-align: center;
  margin-bottom: unset;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 40px;
}
.blogs-inner-main-section .main-wrapper .blogs-title-wrap:after {
  position: relative;
  width: 80%;
  display: inline-block;
}
.blogs-inner-main-section .main-wrapper .main-wrap-blogs-wrap .blogs-inner-content-video-wrap .blogs-inner-content {
  margin-bottom: 40px;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}
.blogs-inner-main-section .main-wrapper .main-wrap-blogs-wrap .blogs-inner-content-video-wrap .blogs-inner-item .blogs-inner-content-wrap {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.blogs-inner-main-section .main-wrapper .main-wrap-blogs-wrap .blogs-inner-content-video-wrap .blogs-inner-item .video-section-wrapper {
  position: relative;
}
.blogs-inner-main-section .main-wrapper .main-wrap-blogs-wrap .blogs-inner-content-video-wrap .blogs-inner-item .video-section-wrapper .play-item-link .play-video-icon {
  position: absolute;
  top: 35%;
  bottom: 0;
  left: 40%;
  right: 0;
  z-index: 2;
  margin: auto;
}
.blogs-inner-main-section .main-wrapper .main-wrap-blogs-wrap .blogs-inner-content-video-wrap .blogs-inner-item .video-section-wrapper .play-item-link .play-video-icon .play-icon {
  width: 50px;
  height: 50px;
}
.blogs-inner-main-section .main-wrapper .main-wrap-blogs-wrap .blogs-inner-content-video-wrap .blogs-inner-item .video-section-wrapper .play-image-thumb {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}
.blogs-inner-main-section .main-wrapper .main-wrap-blogs-wrap .blogs-inner-content-video-wrap .blogs-inner-item .blogs-inner-image-thumb .blogs-image-thumb {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}
.blogs-inner-main-section .main-wrapper .main-wrap-blogs-wrap .share-article-wrapper {
  background: #F2F2F2;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.blogs-inner-main-section .main-wrapper .main-wrap-blogs-wrap .share-article-wrapper .shared-text {
  color: #071B24;
  text-align: center;
  font-family: "Inter", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.32px;
  margin-bottom: 30px;
}
.blogs-inner-main-section .main-wrapper .main-wrap-blogs-wrap .share-article-wrapper .shared-social-media-list {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: nowrap;
}
.blogs-inner-main-section .main-wrapper .main-wrap-blogs-wrap .share-article-wrapper .shared-social-media-list .list-item .footer-social-media-link .icon-inner svg {
  width: 20px;
  height: 20px;
}
.similar-blogs-inner-section {
  padding-top: 80px;
  background: #F2F2F2;
}
.similar-blogs-inner-section .main-wrapper .section-title {
  color: #071B24;
  text-align: center;
  font-family: "Bebas Neue", serif;
  font-size: 30px;
  font-style: normal;
  line-height: 98%;
  text-transform: uppercase;
  padding-bottom: 40px;
}
.similar-blogs-inner-section .main-wrapper .similar-blogs-inner-wrapper.blogs-inner-similar-slider .blog-card-inner {
  position: relative;
  margin-bottom: 40px;
}
.similar-blogs-inner-section .main-wrapper .similar-blogs-inner-wrapper.blogs-inner-similar-slider .blog-card-inner .blog-content {
  position: absolute;
  bottom: 0;
  top: 200px;
  left: 0;
  right: 0;
  content: "";
  z-index: 2;
  padding: 0 30px;
}
.similar-blogs-inner-section .main-wrapper .similar-blogs-inner-wrapper.blogs-inner-similar-slider .blog-card-inner .blog-content .tags-wrap {
  padding-bottom: 30px;
}
.similar-blogs-inner-section .main-wrapper .similar-blogs-inner-wrapper.blogs-inner-similar-slider .blog-card-inner .blog-content .tags-wrap .filter-tag-content .filter-blog-tag-item .tag-link {
  color: #FF5800;
  font-family: "Bebas Neue", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 98%;
  letter-spacing: 9.18px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
.similar-blogs-inner-section .main-wrapper .similar-blogs-inner-wrapper.blogs-inner-similar-slider .blog-card-inner .blog-content .tags-wrap .filter-tag-content .filter-blog-tag-item .tag-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 18px;
  height: 2px;
  background-color: #FF5800;
  flex-shrink: 0;
}
.similar-blogs-inner-section .main-wrapper .similar-blogs-inner-wrapper.blogs-inner-similar-slider .blog-card-inner .blog-content .post-blog-title {
  font-style: normal;
  font-weight: 700;
  line-height: 98%;
  padding-bottom: 30px;
}
.similar-blogs-inner-section .main-wrapper .similar-blogs-inner-wrapper.blogs-inner-similar-slider .blog-card-inner .blog-content .post-blog-title .textarea {
  font-size: 17px;
}
.similar-blogs-inner-section .main-wrapper .similar-blogs-inner-wrapper.blogs-inner-similar-slider .blog-card-inner .blog-content .post-blog-description {
  display: none;
  font-size: 15px;
  font-style: normal;
  line-height: 146%;
  padding-bottom: 30px;
}
.similar-blogs-inner-section .main-wrapper .similar-blogs-inner-wrapper.blogs-inner-similar-slider .blog-card-inner .blog-content .post-blog-description .textarea {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.similar-blogs-inner-section .main-wrapper .similar-blogs-inner-wrapper.blogs-inner-similar-slider .blog-card-inner .blog-content .post-blog-read-more-btn {
  padding-bottom: 30px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  font-size: 16px;
  color: #FFF;
}
.similar-blogs-inner-section .main-wrapper .similar-blogs-inner-wrapper.blogs-inner-similar-slider .blog-card-inner .blog-content .post-blog-read-more-btn .blog-perma-item {
  color: #FFF;
  font-family: "Bebas Neue", serif;
  font-size: 16px;
  font-style: normal;
  line-height: 98%;
  letter-spacing: 1.26px;
  text-transform: uppercase;
}
.similar-blogs-inner-section .main-wrapper .similar-blogs-inner-wrapper.blogs-inner-similar-slider .blog-card-inner .blog-image {
  position: relative;
  border-radius: 28px 28px 0px 0px;
}
.similar-blogs-inner-section .main-wrapper .similar-blogs-inner-wrapper.blogs-inner-similar-slider .blog-card-inner .blog-image::after {
  border-radius: 28px 28px 0px 0px;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(7, 27, 36, 0) 13.6%, #071B24 90.2%);
}
.similar-blogs-inner-section .main-wrapper .similar-blogs-inner-wrapper.blogs-inner-similar-slider .blog-card-inner .blog-image .blog-thumb {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 28px 28px 0px 0px;
}

.vasan_blogs-template-default.single .page-title {
  color: #071B24;
  font-family: "Montserrat", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 98%;
}

@media only screen and (min-width: 768px) {
  .inner-banner.banner.services-hide .main-banner-wrapper .banner-inner .banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .blogs-inner-main-section .main-wrapper .blogs-title-wrap {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .blogs-inner-main-section .main-wrapper .main-wrap-blogs-wrap .blogs-inner-content-video-wrap .blogs-inner-content {
    text-align: justify;
    max-width: 80%;
    margin: 50px auto;
  }
  .blogs-inner-main-section .main-wrapper .main-wrap-blogs-wrap .blogs-inner-content-video-wrap .blogs-inner-item .blogs-inner-content-wrap {
    text-align: justify;
    max-width: 80%;
    margin: 50px auto;
  }
  .blogs-inner-main-section .main-wrapper .main-wrap-blogs-wrap .blogs-inner-content-video-wrap .blogs-inner-item .video-section-wrapper {
    max-width: 70%;
    margin: auto;
  }
  .blogs-inner-main-section .main-wrapper .main-wrap-blogs-wrap .blogs-inner-content-video-wrap .blogs-inner-item .video-section-wrapper .play-item-link .play-video-icon {
    position: absolute;
    top: 38%;
    bottom: 0;
    left: 45%;
    right: 0;
    z-index: 2;
    margin: auto;
  }
  .blogs-inner-main-section .main-wrapper .main-wrap-blogs-wrap .blogs-inner-content-video-wrap .blogs-inner-item .video-section-wrapper .play-item-link .play-video-icon .play-icon {
    width: 72px;
    height: 72px;
  }
  .blogs-inner-main-section .main-wrapper .main-wrap-blogs-wrap .blogs-inner-content-video-wrap .blogs-inner-item .video-section-wrapper .play-image-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
  }
  .blogs-inner-main-section .main-wrapper .main-wrap-blogs-wrap .blogs-inner-content-video-wrap .blogs-inner-item .blogs-inner-image-thumb {
    max-width: 70%;
    margin: auto;
  }
  .blogs-inner-main-section .main-wrapper .main-wrap-blogs-wrap .blogs-inner-content-video-wrap .blogs-inner-item .blogs-inner-image-thumb .blogs-image-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
  }
  .blogs-inner-main-section .main-wrapper .main-wrap-blogs-wrap .share-article-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .blogs-inner-main-section .main-wrapper .main-wrap-blogs-wrap .share-article-wrapper .shared-text {
    margin-bottom: unset;
    font-size: 18px;
    margin-right: 20px;
  }
  .blogs-inner-main-section .main-wrapper .main-wrap-blogs-wrap .share-article-wrapper .shared-social-media-list .list-item {
    margin-right: 20px;
  }
  .blogs-inner-main-section .main-wrapper .main-wrap-blogs-wrap .share-article-wrapper .shared-social-media-list .list-item .footer-social-media-link .icon-inner svg {
    width: 25px;
    height: 25px;
  }
  .similar-blogs-inner-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .similar-blogs-inner-section .main-wrapper .similar-blogs-inner-wrapper.blogs-inner-similar-slider .blog-card-inner {
    width: 48%;
    margin-right: 10px;
    margin-left: 10px;
  }
  .similar-blogs-inner-section .main-wrapper .similar-blogs-inner-wrapper.blogs-inner-similar-slider .blog-card-inner .blog-content {
    position: absolute;
    bottom: 0;
    top: 230px;
    left: 0;
    right: 0;
    content: "";
    z-index: 2;
    padding: 0 35px;
  }
  .similar-blogs-inner-section .main-wrapper .similar-blogs-inner-wrapper.blogs-inner-similar-slider .blog-card-inner .blog-content .tags-wrap .filter-tag-content .filter-blog-tag-item .tag-link {
    font-size: 20px;
  }
  .similar-blogs-inner-section .main-wrapper .similar-blogs-inner-wrapper.blogs-inner-similar-slider .blog-card-inner .blog-content .post-blog-title .textarea {
    font-size: 20px;
  }
  .similar-blogs-inner-section .main-wrapper .similar-blogs-inner-wrapper.blogs-inner-similar-slider .blog-card-inner .blog-content .post-blog-description .textarea {
    font-size: 18px;
  }
  .similar-blogs-inner-section .main-wrapper .similar-blogs-inner-wrapper.blogs-inner-similar-slider .blog-card-inner .blog-content .post-blog-description .short-content {
    color: #ffffff;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.7s;
  }
  .similar-blogs-inner-section .main-wrapper .similar-blogs-inner-wrapper.blogs-inner-similar-slider .blog-card-inner .blog-content .post-blog-description .short-content p {
    color: #ffffff;
  }
  .similar-blogs-inner-section .main-wrapper .similar-blogs-inner-wrapper.blogs-inner-similar-slider .blog-card-inner .blog-content .post-blog-read-more-btn .blog-perma-item {
    font-size: 20px;
  }
  .similar-blogs-inner-section .main-wrapper .similar-blogs-inner-wrapper.blogs-inner-similar-slider .blog-card-inner .blog-image .blog-thumb {
    width: 100%;
    height: 450px;
    object-fit: cover;
  }
  .similar-blogs-inner-section .main-wrapper .similar-blogs-inner-wrapper.blogs-inner-similar-slider .blog-card-inner:hover .blog-content {
    top: 150px;
    max-height: inherit;
  }
  .similar-blogs-inner-section .main-wrapper .similar-blogs-inner-wrapper.blogs-inner-similar-slider .blog-card-inner:hover .blog-content .post-blog-description {
    transition: 0.7s;
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .inner-banner.banner.services-hide .main-banner-wrapper .banner-inner .banner-title {
    padding-left: 10.4166666667vw;
    padding-right: 10.4166666667vw;
    padding-top: 3.125vw;
    padding-bottom: 1.25vw;
    width: 90%;
    border-radius: 0vw 1.4583333333vw 0vw 0vw;
    background: #F2F2F2;
    margin-top: -5.2083333333vw;
    z-index: 2;
    position: relative;
  }
  .inner-banner.banner.services-hide .main-banner-wrapper .banner-inner .banner-title.element-pd-bt .breadcrumb-wrapper {
    padding-top: unset;
  }
  .inner-banner.banner.services-hide .main-banner-wrapper .banner-inner .banner-title.element-pd-bt .breadcrumb-wrapper .bredcrumbswrap ol.bredcrumbs {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: unset;
  }
  .inner-banner.banner.services-hide .main-banner-wrapper .banner-inner .banner-title.element-pd-bt .breadcrumb-wrapper .bredcrumbswrap ol.bredcrumbs li {
    color: #071B24;
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 500;
    line-height: 98%;
    margin-left: unset;
  }
  .blogs-inner-main-section .main-wrapper .blogs-title-wrap {
    font-size: 2.0833333333vw;
    font-weight: 700;
    line-height: 98%;
    text-align: start;
    width: 85%;
    padding-bottom: 3.125vw;
    margin-bottom: unset;
  }
  .blogs-inner-main-section .main-wrapper .main-wrap-blogs-wrap {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    max-width: 80%;
    margin: auto;
  }
  .blogs-inner-main-section .main-wrapper .main-wrap-blogs-wrap .blogs-inner-content-video-wrap .blogs-inner-content {
    text-align: justify;
    margin-top: 0;
    margin-bottom: 4.1666666667vw;
    margin-left: 0;
    margin-right: 0;
    max-width: 95%;
  }
  .blogs-inner-main-section .main-wrapper .main-wrap-blogs-wrap .blogs-inner-content-video-wrap .blogs-inner-item .blogs-inner-content-wrap {
    text-align: justify;
    margin-top: 4.1666666667vw;
    margin-bottom: 4.1666666667vw;
    max-width: 95%;
  }
  .blogs-inner-main-section .main-wrapper .main-wrap-blogs-wrap .blogs-inner-content-video-wrap .blogs-inner-item .video-section-wrapper {
    max-width: 80%;
  }
  .blogs-inner-main-section .main-wrapper .main-wrap-blogs-wrap .blogs-inner-content-video-wrap .blogs-inner-item .video-section-wrapper .play-item-link .play-video-icon {
    position: absolute;
    top: 45%;
    bottom: 0;
    left: 47%;
    right: 0;
    z-index: 2;
    margin: auto;
  }
  .blogs-inner-main-section .main-wrapper .main-wrap-blogs-wrap .blogs-inner-content-video-wrap .blogs-inner-item .video-section-wrapper .play-item-link .play-video-icon .play-icon {
    width: 3.75vw;
    height: 3.75vw;
  }
  .blogs-inner-main-section .main-wrapper .main-wrap-blogs-wrap .blogs-inner-content-video-wrap .blogs-inner-item .video-section-wrapper .play-image-thumb {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: unset;
    border-radius: 1.4583333333vw;
    position: relative;
  }
  .blogs-inner-main-section .main-wrapper .main-wrap-blogs-wrap .blogs-inner-content-video-wrap .blogs-inner-item .video-section-wrapper .play-image-thumb::before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .blogs-inner-main-section .main-wrapper .main-wrap-blogs-wrap .blogs-inner-content-video-wrap .blogs-inner-item .blogs-inner-image-thumb {
    max-width: 80%;
  }
  .blogs-inner-main-section .main-wrapper .main-wrap-blogs-wrap .blogs-inner-content-video-wrap .blogs-inner-item .blogs-inner-image-thumb .blogs-image-thumb {
    width: 100%;
    height: 26.9791666667vw;
    object-fit: cover;
    border-radius: 1.4583333333vw;
  }
  .blogs-inner-main-section .main-wrapper .main-wrap-blogs-wrap .share-article-wrapper {
    width: 95%;
    margin: auto;
    justify-content: space-between;
    border-top: 0.0520833333vw solid #D9D9D9;
    padding-top: 1.3020833333vw;
  }
  .blogs-inner-main-section .main-wrapper .main-wrap-blogs-wrap .share-article-wrapper .shared-text {
    text-align: center;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.32px;
  }
  .blogs-inner-main-section .main-wrapper .main-wrap-blogs-wrap .share-article-wrapper .shared-social-media-list .list-item .footer-social-media-link .icon-inner svg {
    width: 1.3020833333vw;
    height: 1.3020833333vw;
  }
  .similar-blogs-inner-section {
    padding-bottom: 0vw !important;
    padding-top: 7.8125vw;
  }
  .similar-blogs-inner-section .main-wrapper .section-title {
    text-align: center;
    font-size: 3.3333333333vw;
    font-style: normal;
    line-height: 98%;
    padding-bottom: 2.8645833333vw;
  }
  .similar-blogs-inner-section .main-wrapper .similar-blogs-inner-wrapper.blogs-inner-similar-slider:hover {
    transition: 0.9s all;
  }
  .similar-blogs-inner-section .main-wrapper .similar-blogs-inner-wrapper.blogs-inner-similar-slider .blog-card-inner {
    width: 32.5%;
    margin-bottom: 2.0833333333vw;
    margin-left: 0.5208333333vw;
    position: relative;
    transition: 0.7s;
  }
  .similar-blogs-inner-section .main-wrapper .similar-blogs-inner-wrapper.blogs-inner-similar-slider .blog-card-inner .blog-content {
    position: absolute;
    bottom: 0;
    top: 15.625vw;
    left: 0;
    right: 0;
    content: "";
    z-index: 2;
    padding: 3.125vw;
    overflow: hidden;
    max-height: 13.0208333333vw;
    transition: max-height 0.3s ease;
  }
  .similar-blogs-inner-section .main-wrapper .similar-blogs-inner-wrapper.blogs-inner-similar-slider .blog-card-inner .blog-content .tags-wrap .filter-tag-content .filter-blog-tag-item .tag-link {
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 400;
    line-height: 98%;
    letter-spacing: 9.18px;
    text-transform: uppercase;
  }
  .similar-blogs-inner-section .main-wrapper .similar-blogs-inner-wrapper.blogs-inner-similar-slider .blog-card-inner .blog-content .post-blog-title {
    font-size: 1.25vw;
  }
  .similar-blogs-inner-section .main-wrapper .similar-blogs-inner-wrapper.blogs-inner-similar-slider .blog-card-inner .blog-content .post-blog-title .textarea {
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 700;
    line-height: 98%;
  }
  .similar-blogs-inner-section .main-wrapper .similar-blogs-inner-wrapper.blogs-inner-similar-slider .blog-card-inner .blog-content .post-blog-description {
    transition: 0.7s;
    padding-bottom: 2.6041666667vw;
  }
  .similar-blogs-inner-section .main-wrapper .similar-blogs-inner-wrapper.blogs-inner-similar-slider .blog-card-inner .blog-content .post-blog-description .textarea {
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 146%;
    transition: 0.7s;
  }
  .similar-blogs-inner-section .main-wrapper .similar-blogs-inner-wrapper.blogs-inner-similar-slider .blog-card-inner .blog-content .post-blog-description .short-content {
    color: #ffffff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.7s;
    font-size: 1.0416666667vw;
  }
  .similar-blogs-inner-section .main-wrapper .similar-blogs-inner-wrapper.blogs-inner-similar-slider .blog-card-inner .blog-content .post-blog-description .short-content p {
    color: #ffffff;
    font-size: 1.0416666667vw;
  }
  .similar-blogs-inner-section .main-wrapper .similar-blogs-inner-wrapper.blogs-inner-similar-slider .blog-card-inner .blog-content .post-blog-read-more-btn {
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 400;
    line-height: 98%;
    letter-spacing: 0.065625vw;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
  }
  .similar-blogs-inner-section .main-wrapper .similar-blogs-inner-wrapper.blogs-inner-similar-slider .blog-card-inner .blog-content .post-blog-read-more-btn .blog-perma-item {
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 400;
    line-height: 98%;
    letter-spacing: 0.065625vw;
  }
  .similar-blogs-inner-section .main-wrapper .similar-blogs-inner-wrapper.blogs-inner-similar-slider .blog-card-inner .blog-image .blog-thumb {
    width: 100%;
    height: 30.8333333333vw;
    object-fit: cover;
  }
  .similar-blogs-inner-section .main-wrapper .similar-blogs-inner-wrapper.blogs-inner-similar-slider .blog-card-inner:hover {
    transition: 0.9s all;
  }
  .similar-blogs-inner-section .main-wrapper .similar-blogs-inner-wrapper.blogs-inner-similar-slider .blog-card-inner:hover .blog-content {
    top: 7.8125vw;
    max-height: inherit;
    transition: 0.9s all;
  }
  .similar-blogs-inner-section .main-wrapper .similar-blogs-inner-wrapper.blogs-inner-similar-slider .blog-card-inner:hover .blog-content .post-blog-description {
    transition: 0.9s ease-in-out;
    display: block;
  }
  .vasan_blogs-template-default.single .page-title {
    color: #071B24;
    font-family: "Montserrat", serif;
    font-size: 2.0833333333vw;
    font-style: normal;
    font-weight: 700;
    line-height: 98%;
  }
}
.our-history-content-slider-section {
  background: #F2F2F2;
  position: relative;
}
.our-history-content-slider-section .nav-btn {
  display: none !important;
}
.our-history-content-slider-section .main-wrapper .our-history-main-heading-wrap .our-history-heading-title {
  color: #071B24;
  text-align: center;
  font-family: "Bebas Neue", serif;
  font-size: 30px;
  font-style: normal;
  line-height: 98%;
}
.our-history-content-slider-section .main-wrapper .our-history-description-wrap {
  color: #004898;
  text-align: center;
  font-family: "Bebas Neue", serif;
  font-size: 20px;
  font-style: normal;
  line-height: 98%;
  padding-top: 40px;
  padding-bottom: 40px;
}
.our-history-content-slider-section .main-wrapper .nav-btn {
  position: absolute;
  top: 104%;
  transform: translateY(0);
  z-index: 10;
  background: none;
  border: none;
  cursor: pointer;
}
.our-history-content-slider-section .main-wrapper .nav-btn.about-prev-btn {
  left: 30%;
}
.our-history-content-slider-section .main-wrapper .nav-btn.about-next-btn {
  right: 30%;
}
.our-history-content-slider-section .main-wrapper .nav-btn {
  display: none;
}
.our-history-content-slider-section .main-wrapper .timeline-history-slider-wrapper {
  display: none;
}
.our-history-content-slider-section .main-wrapper .timeline-history-slider-wrapper .slider-inner .timeline-content .timeline-history-card-item {
  position: relative;
  border-radius: 28px 28px 0px 0px;
  background: #ffffff;
  padding: 0px;
  justify-content: space-between;
  margin-left: 20px;
  margin-right: 20px;
}
.our-history-content-slider-section .main-wrapper .timeline-history-slider-wrapper .slider-inner .timeline-content .timeline-history-card-item .timeline-card-inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 350px;
  padding: 50px 50px 25px 50px;
  border-top: 14px solid transparent;
}
.our-history-content-slider-section .main-wrapper .timeline-history-slider-wrapper .slider-inner .timeline-content .timeline-history-card-item .timeline-card-inner .history-short-content {
  position: relative;
  color: #071B24;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 98%;
  position: relative;
}
.our-history-content-slider-section .main-wrapper .timeline-history-slider-wrapper .slider-inner .timeline-content .timeline-history-card-item .timeline-card-inner .history-short-content::before {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background-color: #FF5800;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
}
.our-history-content-slider-section .main-wrapper .timeline-history-slider-wrapper .slider-inner .timeline-content .timeline-history-card-item .timeline-card-inner .history-timeline-year {
  color: rgba(7, 27, 36, 0.21);
  font-family: "Bebas Neue", serif;
  font-size: 60px;
  font-style: normal;
  line-height: 98%;
}
.our-history-content-slider-section .main-wrapper .timeline-history-slider-wrapper .slider-inner .timeline-content .timeline-history-card-item:hover .timeline-card-inner {
  border-radius: 10px 10px 0px 0px;
  border-top: 14px solid #FF5800;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 350px;
  padding: 50px 50px 25px 50px;
}
.our-history-content-slider-section .main-wrapper .timeline-history-slider-wrapper .slider-inner .timeline-content .timeline-history-card-item:hover .timeline-card-inner .history-short-content {
  position: relative;
  color: #004898;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 98%;
}
.our-history-content-slider-section .main-wrapper .timeline-history-slider-wrapper .slider-inner .timeline-content .timeline-history-card-item:hover .timeline-card-inner .history-short-content::before {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background-color: #FF5800;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
}
.our-history-content-slider-section .main-wrapper .timeline-history-slider-wrapper .slider-inner .timeline-content .timeline-history-card-item:hover .timeline-card-inner .history-timeline-year {
  color: #071B24;
  font-family: "Bebas Neue", serif;
  font-size: 60px;
  font-style: normal;
  line-height: 98%;
}

@media only screen and (min-width: 768px) {
  .our-history-content-slider-section .main-wrapper .our-history-main-heading-wrap .our-history-heading-title {
    font-size: 40px;
  }
  .our-history-content-slider-section .main-wrapper .our-history-description-wrap {
    font-size: 25px;
  }
  .our-history-content-slider-section .main-wrapper .nav-btn {
    top: 105%;
    transform: translateY(-50%);
  }
  .our-history-content-slider-section .main-wrapper .nav-btn.about-prev-btn {
    left: 30%;
  }
  .our-history-content-slider-section .main-wrapper .nav-btn.about-next-btn {
    right: 30%;
  }
  .our-history-content-slider-section .main-wrapper .nav-btn img {
    width: 60px;
  }
  .our-history-content-slider-section .main-wrapper .timeline-history-slider-wrapper .slider-inner .timeline-content .timeline-history-card-item {
    min-height: 390px;
  }
  .our-history-content-slider-section .main-wrapper .timeline-history-slider-wrapper .slider-inner .timeline-content .timeline-history-card-item .timeline-card-inner .history-short-content {
    font-size: 18px;
  }
  .our-history-content-slider-section .main-wrapper .timeline-history-slider-wrapper .slider-inner .timeline-content .timeline-history-card-item .timeline-card-inner .history-timeline-year {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .our-history-content-slider-section .main-wrapper {
    padding-left: 5.2083333333vw;
    padding-right: 5.2083333333vw;
  }
  .our-history-content-slider-section .main-wrapper .our-history-main-heading-wrap .our-history-heading-title {
    font-size: 3.3333333333vw;
  }
  .our-history-content-slider-section .main-wrapper .our-history-description-wrap {
    font-size: 1.6666666667vw;
    width: 58%;
    margin: auto;
    text-align: center;
    padding-top: 4.1666666667vw;
    padding-bottom: 4.1666666667vw;
  }
  .our-history-content-slider-section .main-wrapper .nav-btn {
    top: 65%;
  }
  .our-history-content-slider-section .main-wrapper .nav-btn.about-prev-btn {
    left: 1%;
  }
  .our-history-content-slider-section .main-wrapper .nav-btn.about-next-btn {
    right: 1%;
  }
  .our-history-content-slider-section .main-wrapper .nav-btn img {
    width: 2.0833333333vw;
  }
  .our-history-content-slider-section .main-wrapper .timeline-history-slider-wrapper .slider-inner .timeline-content .timeline-history-card-item {
    margin-left: 0.2604166667vw;
    margin-right: 0.2604166667vw;
  }
  .our-history-content-slider-section .main-wrapper .timeline-history-slider-wrapper .slider-inner .timeline-content .timeline-history-card-item .timeline-card-inner {
    min-height: 27.7083333333vw;
    padding: 4.1666666667vw 3.125vw 0.5208333333vw 3.125vw;
  }
  .our-history-content-slider-section .main-wrapper .timeline-history-slider-wrapper .slider-inner .timeline-content .timeline-history-card-item .timeline-card-inner .history-short-content {
    font-size: 1.25vw;
  }
  .our-history-content-slider-section .main-wrapper .timeline-history-slider-wrapper .slider-inner .timeline-content .timeline-history-card-item .timeline-card-inner .history-timeline-year {
    font-size: 6.6666666667vw;
  }
  .our-history-content-slider-section .main-wrapper .timeline-history-slider-wrapper .slider-inner .timeline-content .timeline-history-card-item:hover {
    transition: 0.9s all;
  }
  .our-history-content-slider-section .main-wrapper .timeline-history-slider-wrapper .slider-inner .timeline-content .timeline-history-card-item:hover .timeline-card-inner {
    min-height: 27.7083333333vw;
    padding: 4.1666666667vw 3.125vw 0.5208333333vw 3.125vw;
    transition: 0.9s all;
  }
  .our-history-content-slider-section .main-wrapper .timeline-history-slider-wrapper .slider-inner .timeline-content .timeline-history-card-item:hover .timeline-card-inner .history-short-content {
    font-size: 1.25vw;
    transition: 0.9s all;
  }
  .our-history-content-slider-section .main-wrapper .timeline-history-slider-wrapper .slider-inner .timeline-content .timeline-history-card-item:hover .timeline-card-inner .history-short-content::before {
    content: "";
    display: block;
    width: 0.9375vw;
    height: 0.1041666667vw;
    background-color: #FF5800;
    position: absolute;
    top: -0.5208333333vw;
    left: 0;
    right: 0;
  }
  .our-history-content-slider-section .main-wrapper .timeline-history-slider-wrapper .slider-inner .timeline-content .timeline-history-card-item:hover .timeline-card-inner .history-timeline-year {
    font-size: 6.6666666667vw;
    transition: 0.9s all;
  }
}
.vision-mission-image-section {
  background: #F2F2F2;
  padding-top: 36px;
  padding-bottom: 60px;
}
.vision-mission-image-section .main-wrapper {
  display: flex;
  flex-direction: column-reverse;
}
.vision-mission-image-section .main-wrapper .vision-mission-background-wrap {
  display: none;
}
.vision-mission-image-section .main-wrapper .vision-mission-background-wrap .vision-mission-background-img {
  width: 100%;
}
.vision-mission-image-section .main-wrapper .vision-mission-content .vision-mission-card-item {
  margin-bottom: 30px;
}
.vision-mission-image-section .main-wrapper .vision-mission-content .vision-mission-card-item .vision-mission-card-inner {
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  padding: 30px;
}
.vision-mission-image-section .main-wrapper .vision-mission-content .vision-mission-card-item .vision-mission-card-inner .vision-mission-title {
  color: #071B24;
  text-align: center;
  font-family: "Bebas Neue", serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 98%;
  padding-bottom: 10px;
}
.vision-mission-image-section .main-wrapper .vision-mission-content .vision-mission-card-item .vision-mission-card-inner .vision-mission-description {
  color: #071B24;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 206%;
}
.vision-mission-image-section .main-wrapper .vision-mission-main-title {
  padding-bottom: 40px;
}
.vision-mission-image-section .main-wrapper .vision-mission-main-title .vision-mission-heading-title {
  color: #004898;
  text-align: center;
  font-family: "Bebas Neue", serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 98%;
}

.objective-section {
  background: #F2F2F2;
  padding-bottom: 60px;
}
.objective-section .main-wrapper .objective-wrap .objective-title-wrap {
  color: #071B24;
  text-align: center;
  font-family: "Bebas Neue", serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 98%;
}
.objective-section .main-wrapper .objective-wrap .objective-sub-title-wrap {
  color: #071B24;
  text-align: center;
  font-family: "Bebas Neue", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 98%;
  padding-top: 40px;
  padding-bottom: 40px;
}
.objective-section .main-wrapper .objective-wrap .objective-description-wrap {
  color: #004898;
  text-align: center;
  font-family: "Bebas Neue", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 98%;
}

.button {
  width: 0;
  height: 0;
  border-style: solid;
}
.button.slider-prev {
  border-width: 12px 16px 12px 0;
  border-color: transparent #FF5800 transparent transparent;
}
.button.slider-next {
  border-width: 12px 0 12px 16px;
  border-color: transparent transparent transparent #FF5800;
}

@media only screen and (min-width: 768px) {
  .vision-mission-image-section {
    padding-top: 50px;
    padding-bottom: 100px;
    margin-bottom: 250px;
  }
  .vision-mission-image-section .main-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    position: relative;
  }
  .vision-mission-image-section .main-wrapper .vision-mission-background-wrap {
    display: block;
    width: 50%;
    margin-top: -60px;
    position: relative;
  }
  .vision-mission-image-section .main-wrapper .vision-mission-background-wrap .vision-mission-background-img {
    width: 100%;
  }
  .vision-mission-image-section .main-wrapper .vision-mission-content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    width: 35%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12%;
  }
  .vision-mission-image-section .main-wrapper .vision-mission-main-title {
    padding-bottom: 0px;
    max-width: 300px;
    position: absolute;
    top: 65%;
    bottom: 0;
    right: 0;
  }
  .vision-mission-image-section .main-wrapper .vision-mission-main-title .vision-mission-heading-title {
    font-size: 55px;
    text-align: start;
  }
  .objective-section {
    padding-bottom: 100px;
  }
  .objective-section .main-wrapper .objective-wrap .objective-title-wrap {
    font-size: 40px;
  }
  .objective-section .main-wrapper .objective-wrap .objective-sub-title-wrap {
    font-size: 30px;
  }
  .objective-section .main-wrapper .objective-wrap .objective-description-wrap {
    font-size: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  .vision-mission-image-section {
    margin-bottom: 170px;
  }
}
@media only screen and (min-width: 1200px) {
  .vision-mission-image-section {
    padding-top: 1.875vw;
    padding-bottom: 5.2083333333vw;
    margin-bottom: 2.6041666667vw;
  }
  .vision-mission-image-section .main-wrapper {
    padding-right: 0vw;
  }
  .vision-mission-image-section .main-wrapper .vision-mission-background-wrap {
    display: block;
    width: 100%;
  }
  .vision-mission-image-section .main-wrapper .vision-mission-background-wrap .vision-mission-background-img {
    width: 96%;
    height: 100%;
    object-fit: cover;
    margin-left: 4%;
    margin-top: 3%;
  }
  .vision-mission-image-section .main-wrapper .vision-mission-content .vision-mission-card-item {
    margin-bottom: 1.3020833333vw;
  }
  .vision-mission-image-section .main-wrapper .vision-mission-content .vision-mission-card-item .vision-mission-card-inner {
    padding: 3.8020833333vw 4.9479166667vw;
    width: 37.1875vw;
    max-height: 20.9375vw;
  }
  .vision-mission-image-section .main-wrapper .vision-mission-content .vision-mission-card-item .vision-mission-card-inner .vision-mission-title {
    font-size: 3.3333333333vw;
    padding-bottom: 2.5vw;
  }
  .vision-mission-image-section .main-wrapper .vision-mission-content .vision-mission-card-item .vision-mission-card-inner .vision-mission-description {
    font-size: 1.25vw;
  }
  .vision-mission-image-section .main-wrapper .vision-mission-main-title {
    padding-bottom: 0px;
    max-width: 25vw;
    position: absolute;
    top: 25.2083333333vw;
    bottom: 0;
    right: 12.6041666667vw;
  }
  .vision-mission-image-section .main-wrapper .vision-mission-main-title .vision-mission-heading-title {
    font-size: 6.6666666667vw;
    text-align: end;
    position: absolute;
    top: -7%;
    right: 0;
  }
  .objective-section {
    padding-bottom: 8.3333333333vw;
  }
  .objective-section .main-wrapper .objective-wrap .objective-title-wrap {
    font-size: 3.3333333333vw;
  }
  .objective-section .main-wrapper .objective-wrap .objective-sub-title-wrap {
    font-size: 1.25vw;
    padding-top: 3.4375vw;
    padding-bottom: 1.8229166667vw;
  }
  .objective-section .main-wrapper .objective-wrap .objective-description-wrap {
    font-size: 1.6666666667vw;
    width: 62%;
    margin: auto;
  }
}
ul#pills-tab {
  white-space: nowrap;
}
ul#pills-tab li {
  white-space: nowrap;
  margin: 0 4px;
}
ul#pills-tab li button {
  white-space: nowrap;
  border-radius: 18px;
  background: rgba(0, 72, 152, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1px;
}
ul#pills-tab li button.active {
  border-radius: 18px;
  background: #004898;
}
ul#pills-tab li button.active .service-name-here {
  color: #FFF;
  text-align: center;
  font-family: "Bebas Neue", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
ul#pills-tab li button .service-name-here {
  color: #071B24;
  text-align: center;
  font-family: "Bebas Neue", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.about-image-gallery-section {
  background: #F2F2F2;
  padding-bottom: 60px;
  position: relative;
}
.about-image-gallery-section .main-wrapper .main-heading-image-gallery {
  color: #071B24;
  text-align: center;
  font-family: "Bebas Neue", serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 98%;
  padding-bottom: 50px;
}
.about-image-gallery-section .main-wrapper .nav-btn {
  position: absolute;
  top: 30%;
  transform: translateY(0);
  z-index: 10;
  background: none;
  border: none;
  cursor: pointer;
  display: none !important;
}
.about-image-gallery-section .main-wrapper .nav-btn.about-btn-nav-prev-btn {
  left: 30%;
  display: none;
}
.about-image-gallery-section .main-wrapper .nav-btn.about-btn-nav-next-btn {
  right: 30%;
  display: none;
}
.about-image-gallery-section .main-wrapper .nav-btn img {
  width: 30px;
}
.about-image-gallery-section .main-wrapper .tab-content .tab-pane .slick-slider.gallery-slider .gallery-item {
  padding-top: 30px;
  padding-bottom: 30px;
}
.about-image-gallery-section .main-wrapper .tab-content .tab-pane .slick-slider.gallery-slider .gallery-item img {
  width: 100%;
  height: 242px;
  object-fit: cover;
  border-radius: 18px 18px 0px 0px;
}
.about-image-gallery-section .main-wrapper .tab-content .tab-pane .slick-slider.gallery-slider .gallery-item .gal-image-title {
  color: #071B24;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 98%;
  padding-top: 30px;
}
.about-image-gallery-section .main-wrapper .nav-gal-btn {
  position: absolute;
  top: 55%;
  transform: translateY(0);
  z-index: 10;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1111111111;
}
.about-image-gallery-section .main-wrapper .nav-gal-btn.about-gal-prev-btn {
  left: 0%;
}
.about-image-gallery-section .main-wrapper .nav-gal-btn.about-gal-next-btn {
  right: 0%;
}
.about-image-gallery-section .main-wrapper .nav-gal-btn img {
  width: 30px;
}

.slick-slider:not(.slick-initialized) {
  display: none !important;
}

.tab-content &gt; .tab-pane {
  display: block;
  height: 0px;
  overflow: hidden;
}

.tab-content &gt; .active {
  height: auto;
}

.tab-content &gt; .tab-pane:not(.active),
.pill-content &gt; .pill-pane:not(.active) {
  display: block;
  height: 0;
  overflow-y: hidden;
}

@media only screen and (min-width: 768px) {
  ul#pills-tab li button {
    border-radius: 28px;
  }
  ul#pills-tab li button.active {
    border-radius: 28px;
  }
  ul#pills-tab li button.active .service-name-here {
    font-size: 20px;
  }
  ul#pills-tab li button .service-name-here {
    font-size: 20px;
  }
  .about-image-gallery-section .main-wrapper .nav-btn {
    top: 20%;
  }
  .about-image-gallery-section .main-wrapper .nav-btn.about-btn-prev-btn {
    left: 30%;
    display: block;
  }
  .about-image-gallery-section .main-wrapper .nav-btn.about-btn-next-btn {
    right: 30%;
    display: block;
  }
  .about-image-gallery-section .main-wrapper .nav-btn img {
    width: 40px;
  }
  .about-image-gallery-section .main-wrapper .tab-content .tab-pane .slick-slider.gallery-slider .gallery-item img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 18px 18px 0px 0px;
  }
  .about-image-gallery-section .main-wrapper .tab-content .tab-pane .slick-slider.gallery-slider .gallery-item .gal-image-title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1024px) {
  .about-image-gallery-section .gallery-item .gal-image-title {
    display: none;
  }
  .about-image-gallery-section .gallery-item.slick-current.slick-active.slick-center .gal-image-title {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  ul#pills-tab {
    position: relative;
    margin: 0 10%;
  }
  ul#pills-tab:after {
    position: absolute;
    content: "";
    background: linear-gradient(270deg, #F2F2F2 0%, rgba(242, 242, 242, 0) 100%);
    right: -1px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 36px;
  }
  ul#pills-tab:before {
    position: absolute;
    content: "";
    background: linear-gradient(270deg, #F2F2F2 0%, rgba(242, 242, 242, 0) 100%);
    left: -1px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 36px;
    z-index: 1;
    transform: rotate(180deg);
  }
  ul#pills-tab li button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.0520833333vw;
    border-radius: 1.4583333333vw;
    padding: 1.0416666667vw 2.0833333333vw;
    margin: 0vw 0.2604166667vw;
  }
  ul#pills-tab li button:hover {
    background: #004898;
  }
  ul#pills-tab li button:hover .service-name-here {
    transition: 0.7s;
    color: #ffffff;
  }
  ul#pills-tab li button.active {
    border-radius: 1.4583333333vw;
  }
  ul#pills-tab li button.active .service-name-here {
    font-size: 1.0416666667vw;
  }
  ul#pills-tab li button .service-name-here {
    font-size: 1.0416666667vw;
  }
  .about-image-gallery-section {
    padding-bottom: 0vw;
  }
  .about-image-gallery-section .main-wrapper {
    padding-left: 3.6458333333vw;
    padding-right: 3.6458333333vw;
  }
  .about-image-gallery-section .main-wrapper .main-heading-image-gallery {
    font-size: 3.3333333333vw;
    padding-bottom: 3.90625vw;
  }
  .about-image-gallery-section .main-wrapper .nav-btn {
    top: 10.5%;
    display: block !important;
  }
  .about-image-gallery-section .main-wrapper .nav-btn.about-btn-prev-btn {
    left: 9%;
    top: 14%;
    display: block;
  }
  .about-image-gallery-section .main-wrapper .nav-btn.about-btn-next-btn {
    right: 9%;
    top: 14%;
    display: block;
  }
  .about-image-gallery-section .main-wrapper .nav-btn img {
    width: 2.0833333333vw;
  }
  .about-image-gallery-section .main-wrapper .tab-content {
    padding-top: 4.1666666667vw;
  }
  .about-image-gallery-section .main-wrapper .tab-content .tab-pane .slick-slider {
    position: relative;
  }
  .about-image-gallery-section .main-wrapper .tab-content .tab-pane .slick-slider.gallery-slider .gallery-item {
    position: relative;
    padding-bottom: 0vw;
    transition: transform 0.3s ease-in-out;
    margin-top: 2.6041666667vw;
    padding-top: 0vw;
  }
  .about-image-gallery-section .main-wrapper .tab-content .tab-pane .slick-slider.gallery-slider .gallery-item.slick-center {
    z-index: 111111111;
  }
  .about-image-gallery-section .main-wrapper .tab-content .tab-pane .slick-slider.gallery-slider .gallery-item img {
    width: 100%;
    height: 33.3333333333vw;
    object-fit: cover;
    border-radius: 1.4583333333vw 1.4583333333vw 0vw 0vw;
    transition: transform 0.3s ease-in-out;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  }
  .about-image-gallery-section .main-wrapper .tab-content .tab-pane .slick-slider.gallery-slider .gallery-item .gal-image-title {
    padding-top: 5.2083333333vw;
  }
  .about-image-gallery-section .main-wrapper .nav-gal-btn {
    position: absolute;
    top: 59%;
    transform: translateY(0);
    z-index: 11111;
    background: none;
    border: none;
    cursor: pointer;
  }
  .about-image-gallery-section .main-wrapper .nav-gal-btn.about-gal-prev-btn {
    left: 15%;
  }
  .about-image-gallery-section .main-wrapper .nav-gal-btn.about-gal-next-btn {
    right: 15%;
  }
  .about-image-gallery-section .main-wrapper .nav-gal-btn img {
    width: 2.0833333333vw;
  }
  .slick-center img {
    transform: scale(1.1);
    z-index: 3;
  }
  .slick-center {
    z-index: 3;
  }
  .slick-slide img {
    opacity: 0.66;
    background-blend-mode: screen, normal;
  }
  .slick-slide {
    z-index: 6;
  }
  .slick-active img {
    opacity: 1;
    border-radius: 1.4583333333vw 1.4583333333vw 0vw 0vw;
    z-index: 10;
  }
}
.slick-slider:not(.slick-initialized) {
  display: none !important;
}

.tab-content &gt; .tab-pane {
  display: block;
  height: 0px;
  overflow: hidden;
}

.tab-content &gt; .active {
  height: auto;
}

.tab-content &gt; .tab-pane:not(.active),
.pill-content &gt; .pill-pane:not(.active) {
  display: block;
  height: 0;
  overflow-y: hidden;
}

.single-image-section img {
  border-radius: 12px;
}
@media only screen and (min-width: 1200px) {
  .single-image-section img {
    border-radius: 1.4583333333vw;
  }
}

.contact-details-and-map {
  margin-bottom: 0;
}
.contact-details-and-map .main-wrapper-full {
  display: flex;
  flex-direction: column-reverse;
}
.contact-details-and-map .contact-details-wrap {
  background: #004898;
  padding: 36px 25px;
  position: relative;
  border-radius: 0 28px 0 0;
}
.contact-details-and-map .contact-details-wrap .background-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.contact-details-and-map .contact-details-wrap .details-item {
  padding: 12px 0;
  position: relative;
  z-index: 1;
}
.contact-details-and-map .contact-details-wrap .details-item .details-item-inner {
  padding: 16px 0;
}
.contact-details-and-map .contact-details-wrap .details-item .details-item-inner .number-wrap {
  display: flex;
  flex-wrap: wrap;
}
.contact-details-and-map .contact-details-wrap .details-item .details-item-inner .number-wrap .number-item {
  width: 45%;
  padding: 6px 0;
}
.contact-details-and-map .contact-details-wrap .details-item .details-item-inner .number-wrap .number-item:nth-child(even) {
  padding-left: 5%;
  position: relative;
}
.contact-details-and-map .contact-details-wrap .details-item .details-item-inner .number-wrap .number-item:nth-child(even):after {
  position: absolute;
  content: "";
  background: #ffffff;
  height: 16px;
  width: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -5%;
  opacity: 0.6;
}
.contact-details-and-map .contact-details-wrap .details-item .details-item-inner .textarea {
  letter-spacing: 6.18px;
  font-size: 16px;
  margin-bottom: 22px !important;
  position: relative;
}
.contact-details-and-map .contact-details-wrap .details-item .details-item-inner .textarea:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 18px;
  height: 2px;
  background-color: #FF5800;
  flex-shrink: 0;
}
.contact-details-and-map .contact-details-wrap .details-item .details-item-inner .link-item {
  font-size: 16px;
  letter-spacing: 1.18px;
  white-space: nowrap;
}
.contact-details-and-map .form-wrap {
  padding: 0 24px 48px 24px;
}
.contact-details-and-map .form-wrap .form-wrap-inner {
  background: #ffffff;
  border-radius: 28px;
  box-shadow: 7px 4px 52.4px 0px rgba(0, 0, 0, 0.13);
  padding: 12px 14px 28px;
}
.contact-details-and-map .form-wrap .form-wrap-inner .form-item {
  margin: 18px 0;
}
.contact-details-and-map .form-wrap .form-wrap-inner .form-item label {
  width: 100%;
  font-family: "Montserrat", serif;
  font-size: 13px;
  padding-left: 13px;
  margin-bottom: 2px;
}
.contact-details-and-map .form-wrap .form-wrap-inner .form-item label span {
  color: #FF5800;
}
.contact-details-and-map .form-wrap .form-wrap-inner .form-item input {
  border: 1px solid #D9D9D9;
  border-radius: 18px;
  height: 48px;
  width: 100%;
  padding: 0 13px;
  text-decoration: none;
  color: #011642;
}
.contact-details-and-map .form-wrap .form-wrap-inner .form-item textarea {
  width: 100%;
  border-radius: 18px;
  padding: 13px;
  height: 82px;
  color: #011642;
}
.contact-details-and-map .form-wrap .form-wrap-inner .btn-wrap {
  margin-top: 36px;
  display: flex;
  justify-content: center;
}
.contact-details-and-map .form-wrap .form-wrap-inner input, .contact-details-and-map .form-wrap .form-wrap-inner textarea {
  border: 1px solid #D9D9D9;
  border-radius: 14px;
  text-decoration: none;
}
.contact-details-and-map .form-wrap .form-wrap-inner input:focus, .contact-details-and-map .form-wrap .form-wrap-inner textarea:focus {
  border: 1px solid #004898;
}
.contact-details-and-map .form-wrap .form-wrap-inner .button-text .wpcf7-spinner {
  display: none;
}
@media only screen and (min-width: 768px) {
  .contact-details-and-map .main-wrapper-full {
    flex-direction: row;
    background: #ffffff;
  }
  .contact-details-and-map .main-wrapper-full .contact-details-wrap {
    width: 45%;
  }
  .contact-details-and-map .main-wrapper-full .form-wrap {
    width: 55%;
  }
  .contact-details-and-map .main-wrapper-full .form-wrap .form-wrap-inner {
    background: none;
    box-shadow: none;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-details-and-map {
    margin-bottom: 7.8125vw;
  }
  .contact-details-and-map .main-wrapper-full {
    background: none;
    padding-right: 5.2083333333vw;
  }
  .contact-details-and-map .main-wrapper-full .contact-details-wrap {
    padding-left: 12.5vw;
    padding-top: 1.0416666667vw;
    padding-bottom: 1.0416666667vw;
    padding-right: 7.5520833333vw;
    border-radius: 0;
    width: 52%;
    position: relative;
  }
  .contact-details-and-map .main-wrapper-full .contact-details-wrap:after {
    background: #004898;
    height: 100%;
    width: 21.875vw;
    right: -21.3541666667vw;
    top: 0;
    bottom: 0;
    position: absolute;
    content: "";
    border-radius: 0 1.4583333333vw 0px 0px;
  }
  .contact-details-and-map .main-wrapper-full .contact-details-wrap .details-item .details-item-inner {
    padding: 1.5625vw 0;
  }
  .contact-details-and-map .main-wrapper-full .contact-details-wrap .details-item .details-item-inner .textarea {
    font-size: 0.9375vw;
    letter-spacing: 0.478125vw;
    margin-bottom: 2.5vw !important;
  }
  .contact-details-and-map .main-wrapper-full .contact-details-wrap .details-item .details-item-inner .number-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .contact-details-and-map .main-wrapper-full .contact-details-wrap .details-item .details-item-inner .number-wrap .number-item {
    width: 50%;
    position: relative;
    padding: 0;
    margin: 0.2083333333vw 0;
  }
  .contact-details-and-map .main-wrapper-full .contact-details-wrap .details-item .details-item-inner .number-wrap .number-item:nth-child(even) {
    padding-left: 1.875vw;
  }
  .contact-details-and-map .main-wrapper-full .contact-details-wrap .details-item .details-item-inner .number-wrap .number-item:nth-child(even):before {
    position: absolute;
    content: "";
    background: #ffffff;
    width: 0.1041666667vw;
    height: 1.3541666667vw;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .contact-details-and-map .main-wrapper-full .contact-details-wrap .details-item .details-item-inner .number-wrap .number-item:nth-child(even):after {
    display: none;
  }
  .contact-details-and-map .main-wrapper-full .contact-details-wrap .details-item .details-item-inner .link-item {
    font-size: 2.0833333333vw;
    line-height: 98%;
    margin: 0.2083333333vw 0;
    display: block;
  }
  .contact-details-and-map .main-wrapper-full .form-wrap {
    width: 48%;
    display: flex;
    align-items: end;
    padding: 0;
  }
  .contact-details-and-map .main-wrapper-full .form-wrap .form-wrap-inner {
    padding: 3.75vw 5.5208333333vw;
    width: 100%;
    border-radius: 1.4583333333vw 1.4583333333vw 0px 0px;
    position: relative;
    z-index: 1;
    background: #ffffff;
  }
  .contact-details-and-map .main-wrapper-full .form-wrap .form-wrap-inner .form-item label {
    font-size: 0.9375vw;
    padding-left: 1.25vw;
  }
  .contact-details-and-map .main-wrapper-full .form-wrap .form-wrap-inner .form-item input {
    height: 3.3333333333vw;
    padding-left: 1.25vw;
  }
  .contact-details-and-map .main-wrapper-full .form-wrap .form-wrap-inner .form-item textarea {
    height: 7.8125vw;
  }
}/*# sourceMappingURL=inner-page.css.map */</pre></body></html>