@font-face { 
  font-family: "icomoon"; 
  src: url(//144226702.fs1.hubspotusercontent-eu1.net/hubfs/144226702/raw_assets/public/Jentis_July2024/fonts/icomoon.eot) format("embedded-opentype"), 
    url(//144226702.fs1.hubspotusercontent-eu1.net/hubfs/144226702/raw_assets/public/Jentis_July2024/fonts/icomoon.woff2) format("woff2"), 
    url(//144226702.fs1.hubspotusercontent-eu1.net/hubfs/144226702/raw_assets/public/Jentis_July2024/fonts/icomoon.ttf) format("truetype"), 
    url(//144226702.fs1.hubspotusercontent-eu1.net/hubfs/144226702/raw_assets/public/Jentis_July2024/fonts/icomoon.woff) format("woff"), 
    font-style: normal; font-weight: normal; font-display: block; 
}



.cm-header-section .page-center {
  width: 100% !important;
  padding: 0 20px;
}

.cm-header-section .page-center .container-wrapper {
  padding: 0 20px;
  height: 90px;
}

.cm-header-section .header-right-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cm-header-section .header-right-section .logo-section {
  margin-right: 60px;
}

.cm-header-section .primary-section {
  padding: 0;
}
main.body-container-wrapper {
  background: linear-gradient(180deg, #f6f6f6 0%, white 100%);
  background-size: auto 80px;
  background-repeat: no-repeat;
}

.cm-header-section .primary-section {
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.16)
}
.cm-header-section .nav .header__menu--desktop>ul>li>a .child-trigger {
  display: none;
}

.cm-header-section .nav .header__menu--desktop>ul {
  gap: 0;
}

.cm-header-section .nav .header__menu--desktop>ul>li {
  padding-right: 20px;
  position: relative !important;
}

.cm-header-section .nav .header__menu--desktop>ul>li>a {
  transition: color 0.3s ease;
  line-height: 90px;
  position: relative;
}
.cm-header-section .nav .header__menu--desktop>ul>li>a:after {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #007FC8;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.cm-header-section .nav .header__menu--desktop>ul>li>a:hover:after{
  opacity: 1;
  height: 3px;
}
.cm-header-section .right-section {
  display: block;
}
/* .cm-header-section .nav .header__menu--desktop>ul>li ul.header__menu-submenu {
transform: none !important;
} */
.cm-header-section .button-section-container .btn-section:first-child {
  margin-right: 20px;
}

.cm-header-section .button-section-container .btn-section:first-child a.hs-sec-btn {
  display: block;
  color: #007FC8;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  background: none;
  padding: 0;
  border-radius: 0;
}

.cm-header-section .button-section-container .btn-section a.hs-button {
  margin-right: 20px;
  line-height: 28px;
  font-size: 16px;
  padding: 8px 35px;
}
.cm-header-section .button-section-container {
  align-items: center;
  padding-right: 21px;
  gap: 0 !important;
}
.cm-header-section .button-section-container .btn-section a.hs-button:hover {
  color: #fff;
}

.cm-header-section .right-section .search-icon {
  transform: translateY(2px);
  color: #384044;
  margin-right: 20px;
  cursor: pointer;
}

.cm-header-section .right-section .search-icon span {
  font-size: 18px;
  line-height: 18px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

.cm-header-section .right-section .search-icon span:before {
  content: "\e911";
}
.cm-header-section .nav .header__menu--desktop>ul>li>ul.header__menu-submenu {
  padding: 20px !important;
  gap: 40px;
  flex-wrap: nowrap;
  width: auto !important;
  border-radius: 0;
  box-shadow: none !important;
  min-width: auto !important;
}

.cm-header-section .nav .header__menu--desktop>ul>li>ul.header__menu-submenu li {
  min-width: 200px;
  max-width: 400px;
  width: auto !important;
  text-align: left;
}

.cm-header-section .nav .header__menu--desktop>ul>li>ul.header__menu-submenu>li>a {
  padding: 0;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
}


.cm-header-section .nav .header__menu--desktop>ul>li>ul.header__menu-submenu>li>ul {
  padding: 0;
}

.cm-header-section .nav .header__menu--desktop>ul>li>ul.header__menu-submenu>li>ul>li {
  padding: 0 !important;
  margin-bottom: 10px;
}

.cm-header-section .nav .header__menu--desktop>ul>li>ul.header__menu-submenu>li>ul>li>a {
  padding: 0;
}
.cm-header-section .nav .header__menu--desktop>ul>li>ul.header__menu-submenu>li>a:hover {
  color: #384044;
}
.header-form-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  transition: opacity 0.15s linear;
  overflow-x: hidden;
  overflow-y: auto;
}

.header-form-overlay .header-form-container {
  transform: none;
  min-height: calc(100% - 3.5rem);
  max-width: 500px;
  margin: 1.75rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
  position: relative;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
  flex-direction: row;
  width: 100%;
}

.header-form-overlay .header-search-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
  background: none;
  border: 0;
}

.header-form-overlay .header-search-content form .form-wrapper {
  position: relative;
}

.header-form-overlay .header-search-content form input {
  padding-right: 160px;
  border: 0;
  display: block !important;
  width: 100%;
  height: auto !important;
  padding: 10px 30px;
  color: #384044;
  border: 1px solid #DDE2E6;
  font-size: 16px;
  line-height: 28px;
  border-radius: 999px;
}

.header-form-overlay .header-search-content form button {
  position: absolute;
  top: 2px;
  right: 2px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  display: inline-block;
  transition: all 0.3s ease;
  padding: 8px 35px;
}

.custom-footer .footer-section {
  padding: 0 !important;
}

.custom-footer .footer-section .page-center {
  width: 100%;
  max-width: 1920px;
  padding: 0 20px;
}

.custom-footer .flex_row {
  padding: 0 20px;
  align-items: center;
}

.custom-footer .flex_row .col-section.num1 {
  width: 200px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0;
}

.custom-footer .flex_row .col-section.num2 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0;
  width: auto !important;
}

.custom-footer .flex_row .col-section.num3 {
  width: 200px !important;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: right;
  padding: 0;
}


.custom-footer .flex_row .col-section.num1 .footer-row {
  padding: 0 !important;
}

.custom-footer .col-section.num1 .footer-row .footer-logo img {
  width: 30px;
  height: 30px;
  min-height: 1px;
}


.custom-footer .col-section.num2 .footer-menu ul>li>a {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  display: block;
}

.custom-footer .col-section.num2 .footer-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  flex-direction: row;
  justify-content: center;
}

.custom-footer .col-section.num2 .footer-menu ul>li {
  margin: 0;
  margin-right: 20px;
}

.custom-footer .flex_row .col-section.num3 .footer-social {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0;
  padding: 0;
}


.custom-footer .flex_row .footer-social .footer-social-item {
  margin-right: 20px;
  display: block;
}

.custom-footer .flex_row .footer-social .footer-social-item i {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #007FC8;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.custom-footer .flex_row .footer-social .footer-social-item i:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.custom-footer .flex_row .footer-social .footer-social-item:first-child i:before {
  content: "\e907";
}

.custom-footer .flex_row .footer-social .footer-social-item:nth-child(2) i:before {
  content: "\e909";
}

.custom-footer .flex_row .footer-social .footer-social-item:nth-child(3) i:before {
  content: "\e90e";
}

.custom-footer .flex_row .footer-social .footer-social-item:last-child {
  margin: 0;
}

.custom-footer .footer-section .footer-line {
  margin: 30px 0;
  border-radius: 4px;
  height: 3px;
  background: url(https://www.jentis.com/wp-content/themes/jentis2022/images/line.png);
  background-size: 100% 100%;
}
.custom-footer .footer-section-2 .flex_row {
  padding: 0;
}
.custom-footer {
  padding-bottom: 70px;
}
.custom-footer p {
  color: #9a9fa1 !important;
}

.custom-footer .footer-section {
  background: transparent;
}

.custom-footer .footer-content p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}
a.hs-button{
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  border: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 8px 35px;
}
a.hs-button:hover {
  color: #fff;
}
.custom-footer .col-section.num2 .footer-menu ul>li>a:hover {
  color: #007FC8;
}

.custom-footer .flex_row .footer-social .footer-social-item i:hover {
  background-color: #007FC8;
  color: #fff;
}

.header-form-overlay .header-search-content form input::placeholder {
  color: #9a9fa1;
}
.header-form-overlay:before {
  content: "";
  background: #000;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: .5;
}
.header-search-open{
  overflow: hidden;
}
.header-search-open .header-form-overlay{
  padding-right: 17px;
  display: block;
}
.header-form-overlay .form-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  padding: 0;
  background-color: transparent;
  border: 0;
  float: right;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  font-weight: 700;
  line-height: 1;
}

.header-form-overlay .form-close span.icomoon {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header-form-overlay .form-close span.icomoon:before {
  content: "\e913";
}
.blog-index-sidebar-layout .blog-index__post-inner-card {
  border: 1px solid #DDE2E6;
  background-color: #fff;
  height: 100%;
  border-radius: 15px;
}

.blog-index-sidebar-layout .blog-index__post-inner-card a.hs-button {
  font-weight: 500;
  line-height: 40px;
  white-space: nowrap;
  color: #007FC8;
  background: transparent;
  padding-left: 50px;
}

.blog-index-sidebar-layout .blog-index__post-inner-card a.hs-button:before {
  font-family: 'icomoon';
  content: '\e900';
  color: #384044;
  font-size: 8px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #007FC8;
  border-radius: 50%;
  font-weight: normal;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.nav.megamenu>nav>ul.header__menu-wrapper .header__menu-item--depth-1:hover ul.header__menu-submenu--level-2 {
  transform: translateY(0px);
}

.nav.megamenu .header__menu--desktop>.header__menu-wrapper .header__menu-submenu--level-2 {
  transform: translateY(0rem);
  top: 100%;
}

.cm-header-section .nav .header__menu--desktop>ul>li:hover>a:after {
  height: 3px;
  opacity: 1;
  top: auto;
}
.body-wrapper:after {
  content: "";
  height: 100%;
  width: 100%;
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  opacity: .6;
  opacity: 0;
  visibility: hidden;
}
.body-wrapper.menu-hover:after{
  opacity: .5;
  visibility: visible;
}
.blog-post-layout .tags_wrap {
  background: transparent;
}

.blog-post-layout .tags_wrap span {
  background: transparent;
  padding: 0 !important;
  display: flex !important;
  bottom: 20px;
  left: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
  width: 100% !important;
}

.blog-post-layout .tags_wrap span a {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 500;
  padding: 3px 20px;
  border-radius: 999px;
  margin: 5px;
}

.blog-post-layout .tags_wrap:after {
  content: none !important;
}
form input[type=email], form input[type=file], form input[type=number], form input[type=password], form input[type=search], form input[type=tel], form input[type=text], form select, form textarea {
  width: 100% !important;
}
.hs-blog-listing .recent-post-item .item_inner {
  border: 1px solid #DDE2E6;
  height: 100%;
  border-radius: 15px;
}

.hs-blog-listing .custom-footer {
  padding-top: 120px !important;
}
.hs-blog-post .recent-post-item .item_inner {
  border: 1px solid #DDE2E6;
  height: 100%;
  border-radius: 15px;
}

.hs-blog-post .recent-post-item .item_inner .feature_img {
  border-radius: 15px;
}
.content-wrapper, .page-center {
  padding: 0 20px;
}
.hs-landing-page .custom-footer {
  padding-top: 120px;
}

@media (min-width: 992px){
  .cm-header-section .nav .header__menu--desktop>ul>li>ul.header__menu-submenu>li>ul>li>a {
    font-weight: 500;
  }
}



@media (max-width: 1730px){
  .cm-header-section .header-right-section .logo-section {
    margin-right: 40px;
  }
}

@media (max-width: 1279px){
  body {
    font-size: 15px;
    line-height: 24px;
  }
  a.hs-button{
    font-size: 15px;
    line-height: 24px;
    padding: 5px 30px;
  }
  .cm-header-section .page-center .container-wrapper {
    padding: 0;
    height: 80px;
  }

  .cm-header-section .header-right-section .logo-section {
    margin-right: 20px;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  .cm-header-section .primary-section {
    height: 80px;
  }
  .cm-header-section .header-right-section .logo-section img {
    width: 114px !important;
    height: 20px !important;
  }

  .cm-header-section .nav .header__menu--desktop>ul>li>a {
    font-size: 15px;
    line-height: 24px;
  }
  .cm-header-section .nav .header__menu--desktop>ul>li {
    padding-right: 13px;
  }
  .cm-header-section .button-section-container .btn-section a.hs-button {
    margin-right: 13px;
    font-size: 15px;
    line-height: 24px;
    padding: 5px 20px;
  }

  .cm-header-section .button-section-container {
    padding-right: 7px;
  }

  .cm-header-section .button-section-container .btn-section:first-child {
    margin-right: 10px;
  }

  .cm-header-section .button-section-container .btn-section:first-child a.hs-sec-btn {
    font-size: 15px;
    line-height: 24px;
  }
  .custom-footer {
    padding-bottom: 55px;
  }

  .custom-footer .flex_row {
    padding: 0;
  }
  .custom-footer .footer-content p {
    font-size: 15px;
    line-height: 24px;
  }

  .custom-footer .col-section.num1 .footer-row .footer-logo img {
    width: 24px !important;
    height: 24px !important;
  }

  .custom-footer .col-section.num2 .footer-menu ul>li>a {
    font-size: 15px;
    line-height: 24px;
  }

  .custom-footer .flex_row .col-section.num3 {
    width: 130px !important;
  }

  .custom-footer .flex_row .footer-social .footer-social-item {
    margin-right: 13px;
    font-size: 10px;
    width: 24px;
    height: 24px;
  }

  .custom-footer .flex_row .footer-social .footer-social-item i {
    width: 24px;
    height: 24px;
    font-size: 10px;
    line-height: 24px;
  }

  .custom-footer .flex_row .col-section.num3 .footer-social {
    flex-wrap: nowrap;
  }

  .custom-footer .flex_row .col-section.num1 {
    width: 130px;
  }

  .custom-footer .footer-section .footer-line {
    margin: 15px 0;
  }

  .custom-footer .col-section.num2 .footer-menu ul>li {
    margin-right: 13px;
  }
  .blog-index-sidebar-layout .blog-index__post-inner-card a.hs-button:before {
    font-size: 6px;
    width: 24px;
    height: 24px;
    line-height: 24px;
  }

  .blog-index-sidebar-layout .blog-index__post-inner-card a.hs-button {
    line-height: 24px;
    padding: 0;
    padding-left: 40px;
  }
}



@media (max-width: 991px){
  .mobile-menu-open .cm-header-section .cst-humburger-icon .trigger:first-child {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    position: relative;
    top: 6px;
  }

  .mobile-menu-open .cm-header-section .cst-humburger-icon .trigger:nth-child(2) {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
  }

  .mobile-menu-open .cm-header-section .right-section .cst-humburger-icon .trigger:last-child {
    opacity: 0;
  }
  .cm-header-section .nav .header__menu--desktop>ul>li>ul.header__menu-submenu>li>a:hover {
    color: #fff;
  }
  .cm-header-section .button-section-container .btn-section a.hs-button {
    margin-right: 13px;
    font-size: 15px;
    line-height: 24px;
    padding: 5px 20px;
  }

  .cm-header-section .button-section-container {
    padding-right: 7px;
  }

  .cm-header-section .button-section-container .btn-section:first-child {
    margin-right: 10px;
  }

  .cm-header-section .button-section-container .btn-section:first-child a.hs-sec-btn {
    font-size: 15px;
    line-height: 24px;
  }

  .cm-header-section .page-center .container-wrapper {
    width: 100%;
    justify-content: space-between;
  }

  .cm-header-section .right-section {
    display: flex;
  }

  .cm-header-section .right-section .cst-humburger-icon .trigger {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #384044;
    margin: 0;
  }

  .cm-header-section .right-section .cst-humburger-icon .trigger:nth-child(2) {
    margin-top: 5px;
  }

  .cm-header-section .right-section .cst-humburger-icon .trigger:last-child {
    margin-top: 5px;
  }

  .cm-header-section .right-section .cst-humburger-icon {
    padding-left: 20px;
    border-left: 1px solid #e5e5e5;
  }

  .cm-header-section .right-section .search-icon {
    margin-right: 6px;
  }
  .cm-header-section .nav {
    position: absolute !important;
    height: auto !important;
    top: 100% !important;
  }

  .cm-header-section .primary-section {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
  }

  .cm-header-section .nav .mobile-close-icon {
    display: none;
  }

  .cm-header-section .nav nav>ul {
    padding: 20px 0px 25px 0px !important;
    margin: 0;
    border-bottom: 1px solid #0093e8;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 25px;
  }
  .cm-header-section .nav {
    max-height: calc(100vh - 60px);
    overflow: auto !important;
  }
  .cm-header-section .nav nav>ul>li {
    border: none !important;
    padding-right: 0 !important;
    margin-bottom: 10px;
  }

  .cm-header-section .nav nav>ul>li .mobile-child-trigger {
    display: none !important;
  }

  .cm-header-section .nav nav>ul>li ul {
    display: block !important;
  }

  .cm-header-section .nav nav>ul>li>a {
    padding: 0 !important;
    font-size: 20px !important;
    line-height: 32px !important;
  }

  .cm-header-section .nav .header__menu--desktop>ul>li>a:after {
    content: none;
  }

  .cm-header-section .nav .header__menu--desktop>ul>li>ul.header__menu-submenu {
    padding: 0 !important;
    margin-left: 20px !important;
    margin-top: 10px !important;
  }

  .cm-header-section .nav .header__menu--desktop>ul>li>ul.header__menu-submenu>li>a {
    margin-bottom: 0;
    line-height: 32px;
    font-weight: 700;
  }

  .cm-header-section .nav .header__menu--desktop>ul>li>ul.header__menu-submenu>li>ul>li {
    margin: 0;
    line-height: 32px;
  }

  .cm-header-section .nav .header__menu--desktop>ul>li>ul.header__menu-submenu>li>ul>li>a {
    font-size: 16px;
  }

  .cm-header-section .nav nav>ul>li.header__menu-item--has-submenu>a {
    opacity: .7;
  }

  .cm-header-section .nav .header__menu.header__menu--desktop>ul>li ul ul a {
    font-weight: 500 !important;
  }


  .cm-header-section .page-center .container-wrapper {
    height: 60px;
  }

  .cm-header-section.nav .header__menu.header__menu--desktop .top-section {
    padding: 0;
  }

  .cm-header-section .nav .header__menu.header__menu--desktop .top-section .btn-section:first-child {
    padding: 0;
  }

  .cm-header-section .nav .header__menu.header__menu--desktop .top-section .btn-section:first-child>a {
    background: transparent;
    text-align: left;
    padding: 0 !important;
    padding-left: 20px !important;
    font-size: 16px;
  }

  .cm-header-section .nav .top-section {
    padding: 0 !important;
  }

  .cm-header-section .nav .header__menu.header__menu--desktop .top-section .btn-section:last-child>a {
    font-size: 16px;
    line-height: 28px;
    padding: 8px 35px;
    color: #007FC8;
    background-color: #fff;
    width: auto;
  }

  .cm-header-section .nav .header__menu.header__menu--desktop .top-section .btn-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 40px;
    padding-right: 0;
    padding-left: 20px;
  }
  .cm-header-section .mobile-open .nav {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .cm-header-section .nav {
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header-form-overlay .header-form-container {
    position: relative;
    width: 100%;
    margin: 0.5rem;
    max-width: 100%;
    pointer-events: none;
  }

  .header-form-overlay .header-search-content form input {
    font-size: 14px;
    line-height: 22px;
    padding: 8px 15px;
    padding-right: 160px;
    border: 0;
  }

  .header-form-overlay .header-search-content form button {
    font-size: 14px;
    line-height: 22px;
    max-width: 100%;
    top: 3px;
    right: 3px;
    padding: 5px 30px;
  }
}

@media (max-width: 767px){
  .custom-footer .footer-section .page-center {
    padding: 0 10px;
  }

  .custom-footer .flex_row {
    display: block;
  }

  .custom-footer .flex_row .col-section.num1 {
    width: 100%;
    text-align: center;
  }

  .custom-footer .flex_row .col-section.num2 {
    display: block;
    width: 100% !important;
    margin-bottom: 25px;
  }

  .custom-footer .col-section.num2 .footer-menu ul {
    display: block;
  }

  .custom-footer .col-section.num2 .footer-menu ul>li>a {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
  }

  .custom-footer .flex_row .col-section.num3 {
    width: 100% !important;
  }
  .custom-footer .footer-content p {
    font-size: 14px;
    line-height: 22px;
  }

  .custom-footer .footer-section .footer-line {
    margin: 25px 0;
  }

  .custom-footer .flex_row .col-section.num3 .footer-social {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .custom-footer .flex_row .col-section.num3 {
    width: 100%;
  }

  .custom-footer .flex_row .footer-social .footer-social-item {
    margin-left: 0;
  }

  .custom-footer .col-section.num2 .footer-menu ul>li {
    margin: 0;
    margin-bottom: 8px;
  }

  .custom-footer .col-section.num2 .footer-menu ul>li:last-child {
    margin-bottom: 0;
  }

  .custom-footer .footer-section-1 .flex_row .col-section.num1 {
    margin-bottom: 25px;
  }
  .cm-header-section .primary-section {
    height: 60px;
  }
  .cm-header-section .page-center {
    padding: 0 10px !important;
  }
  .cm-header-section .nav nav>ul {
    padding-top: 40px !important;
  }
}


@media (max-width: 480px){
  .cm-header-section .button-section-container {
    display: inherit !important;
  }
}





/* Theme Setting  */
.custom-footer .flex_row .footer-social .footer-social-item i{
  color: rgba(56, 64, 68,1.0);
  fill: rgba(56, 64, 68,1.0);
}
.custom-footer p{
  color: rgba(154, 159, 161,1.0);
}