@font-face {
  font-family: "graphikblack";
  src:
    url("../fonts/graphikblack-webfont.woff2") format("woff2"),
    url("../fonts/graphikblack-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
font-display:swap;
}
@font-face {
  font-family: "graphikbold";
  src:
    url("../fonts/graphikbold-webfont.woff2") format("woff2"),
    url("../fonts/graphikbold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
font-display:swap;

}
@font-face {
  font-family: "graphiklight";
  src:
    url("../fonts/graphiklight-webfont.woff2") format("woff2"),
    url("../fonts/graphiklight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
font-display:swap;

}
@font-face {
  font-family: "graphikmedium";
  src:
    url("../fonts/graphikmedium-webfont.woff2") format("woff2"),
    url("../fonts/graphikmedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
font-display:swap;

}
@font-face {
  font-family: "graphik_regularregular";
  src:
    url("../fonts/graphikregular-webfont.woff2") format("woff2"),
    url("../fonts/graphikregular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
font-display:swap;

}
@font-face {
  font-family: "graphiksemibold";
  src:
    url("../fonts/graphiksemibold-webfont.woff2") format("woff2"),
    url("../fonts/graphiksemibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
font-display:swap;

}
@font-face {
  font-family: "graphiksuper";
  src:
    url("../fonts/graphiksuper-webfont.woff2") format("woff2"),
    url("../fonts/graphiksuper-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
font-display:swap;

}
@font-face {
  font-family: "graphikthin";
  src:
    url("../fonts/graphikthin-webfont.woff2") format("woff2"),
    url("../fonts/graphikthin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
font-display:swap;

}
@font-face {
  font-family: "source_sans_probold";
  src:
    url("../fonts/sourcesanspro-bold-webfont.woff2") format("woff2"),
    url("../fonts/sourcesanspro-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
font-display:swap;

}
@font-face {
  font-family: "source_sans_prolight";
  src:
    url("../fonts/sourcesanspro-light-webfont.woff2") format("woff2"),
    url("../fonts/sourcesanspro-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
font-display:swap;

}
@font-face {
  font-family: "source_sans_proregular";
  src:
    url("../fonts/sourcesanspro-regular-webfont.woff2") format("woff2"),
    url("../fonts/sourcesanspro-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
font-display:swap;

}
.lg-toolbar-next:before {
  content: "\e094";
}
.lg-toolbar-prev:before {
  content: "\e095";
}
#lg-download-1 {
  display: none;
}
::-webkit-scrollbar {
  width: 8px;
  height: 2px;
}
::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #989898;
}
::-webkit-scrollbar-track {
  border-radius: 0;
  background: #eee;
}
.whatsapp-btn {
  position: fixed;
  top: 50%;
  right: 0;
  width: 40px;
}
.whatsapp-btn img {
  display: block;
  width: 100%;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Satoshi";
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.desktop-none {
  display: none !important;
}
.custom-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition:
    visibility 0s linear 0.25s,
    opacity 0.25s 0s,
    transform 0.25s;
  z-index: 9999;
}
.custom-modal.show-custom-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition:
    visibility 0s linear 0s,
    opacity 0.25s 0s,
    transform 0.25s;
}
.custom-modal .custom-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 8px;
  border: 1px solid black;
  position: relative;
  max-width: 800px;
  min-height: 336px;
  margin: 50px;
}
.custom-modal .custom-modal-content iframe {
  border: none;
  width: 100%;
  height: 100%;
}
.custom-modal .close-button {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  right: -20px;
  top: -16px;
  font-size: 35px;
  z-index: 9;
}
.custom-modal .close-button:hover {
  background-color: darkgray;
}
.progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  background: #00b7af;
  transition: all linear 0.1s;
  min-width: 0%;
  z-index: 9999;
}
header .header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  padding: 0px;
}
header .header .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}
header .header .container {
  border-bottom: 1px solid #3357a6;
  padding: 4px 0px;
}
header .header .navbar-brand img {
  width: 150px;
}
header .header .navbar-brand.white-logo {
  display: block;
}
header .header .navbar-brand.grey-logo {
  display: none;
}
header .header .navbar-nav .nav-link {
  color: #cbcbcb;
  padding: 20px 1rem;
  text-transform: capitalize;
  font-family: "graphik_regularregular";
  font-size: 17px;
  line-height: 23.4px;
  font-weight: 800;
}
header .header .navbar-nav .nav-link.active {
  color: #fff;
}
header .header .navbar-nav .nav-link:hover {
  color: #0d63f4;
}
header .header.sticky {
  background-color: #fff;
}
header .header.sticky .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}
header .header.sticky .container {
  border-bottom: 1px solid #f1f1f1;
}
header .header.sticky .navbar-nav .nav-link {
  color: #858585;
}
header .header.sticky .navbar-brand.white-logo {
  display: none;
}
header .header.sticky .navbar-brand.grey-logo {
  display: block;
}
header .btn {
  padding: 5px 19px;
  border-radius: 8px;
  background: #0d63f4;
  font-size: 11px;
  font-weight: 500;
  line-height: 23.4px;
  text-align: left;
  color: #ffffff;
  font-family: "graphik_regularregular";
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.footer {
  background: url(../img/home/footer-bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 51px 0px 20px;
}
.footer .social-sec {
  justify-content: center;
}
.footer .social-sec img {
  max-width: 45px;
  margin: 0 auto;
  display: block;
}
.footer .social-sec h3 {
  font-size: 16px;
  font-weight: 600;
  font-family: "source_sans_proregular";
  color: #fff;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 3px;
}
.footer .social-sec a {
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  font-family: "graphik_regularregular";
  color: #ffffff99;
  text-align: center;
  display: block;
  text-decoration: none;
  max-width: 200px;
  margin: 0 auto;
}
.footer .border-sec {
  border-bottom: 1px solid #22396d;
  border-top: 1px solid #22396d;
  padding: 40px 0px;
  margin: 40px 0px;
  text-align: center;
}
.footer .border-sec a {
  font-size: 15px;
  font-weight: 500;
  font-family: "source_sans_proregular";
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 0px 26px;
  display: inline-block;
}
.footer .sub-footer h4 {
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  font-family: "graphik_regularregular";
  color: #fff;
  text-decoration: none;
}
.footer .sub-footer .col-md-6:last-child {
  text-align: right;
}
.footer .sub-footer a {
  display: inline-block;
  margin: 0px 3px;
}
.footer .sub-footer a img {
  width: 30px;
}
.section1 {
  background: url("../img/home/Evertech-Medical-Imaging-Solutions.webp")
    no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: 80px 0px;
  padding-top: 150px;
}
.section1 img {
  width: 100%;
  display: block;
}
.section1 .row {
  align-items: center;
}
.section1 h2,
.section1 h1,
.section7 .demo .title-section {
  font-size: 58px;
  font-weight: 700;
  line-height: 67.2px;
  text-align: left;
  font-family: "source_sans_probold";
  color: #fff;
}
.section1 h2 span,
.section1 h1 span {
  color: #337fff;
}
.section1 p {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  text-align: left;
  font-family: "graphik_regularregular";
  color: #abbfff;
  margin: 20px 0px 25px;
}
.section1 .blue-btn {
  padding: 8px 20px;
  border-radius: 8px;
  background: #0d63f4;
  font-size: 14px;
  font-weight: 500;
  line-height: 23.4px;
  text-align: left;
  color: #ffffff;
  font-family: "graphik_regularregular";
}
.section1 .count-sec {
  margin: 48px 0px;
}
.section1 .count-sec .sub-count {
  text-align: center;
  padding: 0px 35px;
  border-right: 1px solid #2f49a3;
}
.section1 .count-sec .sub-count:last-child {
  border-right: 1px solid transparent;
}
.section1 .count-sec .sub-count h3 {
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  font-family: "source_sans_proregular";
}
.section1 .count-sec .sub-count h4 {
  font-size: 14px;
  font-weight: 600;
  color: #abbfff;
  font-family: "source_sans_proregular";
  margin: 0;
}
.section2 {
  padding: 80px 0px;
}
.section2 video {
  width: 800px;
  margin: 0 auto;
  display: block;
  margin-top: 30px;
}
.section2.work-with {
  padding-bottom: 0px;
}
.section2.work-with p {
  max-width: 600px;
}
.section2.work-with .slider-team {
  margin-bottom: 70px;
}
.section2.work-with .owl-item img {
  border-radius: 12px;
}
.section2.product-details {
  position: relative;
}
.section2.product-details .video-sec {
  position: relative;
  overflow: hidden;
  min-height: 450px;
}
.section2.product-details .video-sec video {
  width: 130%;
  margin: 0;
  position: absolute;
  left: -16%;
  right: 0px;
  top: 0;
}
.section2.product-details .right-pad {
  padding-right: 50px;
}
.section2.product-details h2 {
  text-align: left;
}
.section2.product-details p {
  text-align: left;
  max-width: 100%;
  margin-bottom: 15px;
}
.section2.product-details .btn {
  padding: 5px 23px;
  border-radius: 8px;
  background: #0d63f4;
  font-size: 11px;
  font-weight: 500;
  line-height: 23.4px;
  text-align: left;
  color: #ffffff;
  font-family: "graphik_regularregular";
  display: inline-block;
  margin-top: 20px;
}
.section2.product-details .slider-iweb .main-sec {
  background: #f6f7fb;
  padding: 40px 20px 70px;
  border-radius: 20px;
}
.section2.product-details .slider-iweb .main-sec img {
  width: 250px;
}
.section2.product-details .owl-thumbs {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  bottom: 15px;
  z-index: 9;
}
.section2.product-details .owl-thumbs button.owl-thumb-item {
  width: 60px;
  height: 60px;
  margin: 0px 6px;
  border: 1px solid #f6f7fb;
  border-radius: 10px;
  text-align: center;
  background: #fff;
  outline: none;
}
.section2.product-details .owl-thumbs button.owl-thumb-item.active {
  border: 1px solid #0d63f4;
}
.section2.product-details .owl-thumbs button.owl-thumb-item img {
  margin: 0 auto;
  width: 20px;
  display: block;
}
.section2.about-us {
  background: #f3fafa;
}
.section2.about-us .man-sec {
  margin-top: 45px;
  padding: 0px 77px;
}
.section2.about-us .man-sec img {
  margin: 0px;
  padding-right: 23px;
  display: block;
  width: 100%;
}
.section2.about-us .man-sec h4 {
  color: #0d63f4;
  font-size: 22px;
  font-weight: 600;
  font-family: "source_sans_proregular";
  margin-bottom: 0px;
}
.section2.about-us .man-sec h5 {
  font-family: "graphik_regularregular";
  font-size: 15px;
  color: #232323;
  margin-bottom: 29px;
}
.section2.about-us .man-sec p {
  text-align: left;
  max-width: 100%;
}
.section2 h2 {
  font-size: 45px;
  font-weight: 600;
  text-align: center;
  font-family: "source_sans_proregular";
}
.section2 p {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  font-family: "graphik_regularregular";
  color: #434d60;
  text-align: center;
  max-width: 451px;
  margin: 0 auto;
}
.section2 img {
  display: block;
  margin: 40px auto;
  text-align: center;
}
.section3 {
  background: #f3fafa;
  padding: 80px 0px;
}
.section3 .dr {
  max-width: 484px;
}
.section3 h2 {
  font-size: 45px;
  font-weight: 600;
  font-family: "source_sans_proregular";
  max-width: 458px;
  margin-bottom: 27px;
}
.section3 h3 {
  font-size: 21px;
  font-weight: 600;
  font-family: "source_sans_proregular";
  margin-bottom: 6px;
}
.section3 h3 img {
  width: 40px;
  margin-right: 10px;
}
.section3 p {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  font-family: "graphik_regularregular";
  color: #434d60;
  margin: 0 auto;
  margin-bottom: 27px;
}
.section4 {
  background: url(../img/home/service-bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 80px 0px;
}
.section4.home-page .row {
  justify-content: center;
}
.section4.home-page .main-sec {
  padding: 40px 30px;
  margin-bottom: 43px;
  box-shadow:
    0 3px 6px #00000014,
    0 3px 6px #0000000d;
  max-width: 100%;
  background: #f9f9f982;
  height: calc(100% - 80px);
}
.section4 .slider-team-col {
  margin-bottom: 70px;
}
.section4 .owl-theme .owl-nav [class*="owl-"] {
  background: transparent;
  width: 40px;
  border: none !important;
}
.section4 .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #ececec21;
}
.section4 .owl-theme .owl-nav [class*="owl-"] img {
  width: 100%;
}
.section4 .owl-item img {
  border-radius: 12px;
}
.section4 .owl-theme .owl-nav {
  margin-top: 42px;
}
.section4.product-details {
  background: #f3fafa;
  margin-bottom: 70px;
}
.section4.product-details h2 {
  color: #232323;
}
.section4.product-details h4 {
  color: #434d60;
}
.section4.product-details .main-sec .number {
  color: #0d63f4;
  font-size: 26px;
  font-weight: 600;
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #0d63f4;
  font-family: "source_sans_probold";
  border-radius: 7px;
}
.section4.product-details .main-sec .text-sec {
  border-top: 0.5px solid #0000004d;
}
.section4.product-details .main-sec .text-sec h3 {
  color: #232323;
}
.section4.product-details .main-sec .text-sec p {
  color: #434d60;
}
.section4 h2 {
  color: #ffffff;
  font-size: 45px;
  font-weight: 600;
  text-align: center;
  font-family: "source_sans_proregular";
}
.section4 h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  font-family: "graphik_regularregular";
  color: #ffffff;
  text-align: center;
  max-width: 451px;
  margin: 0 auto;
  margin-bottom: 70px;
}
.section4 .custom-row-gap {
  display: flex;
  justify-content: center;
  row-gap: 49px;
}
.section4 .main-sec {
  max-width: 255px;
}
.section4 .main-sec img {
  width: 50px;
}
.section4 .main-sec .text-sec {
  border-top: 0.5px solid #ffffff4d;
  padding-top: 26px;
  margin-top: 31px;
}
.section4 .main-sec .text-sec h3 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  font-family: "source_sans_proregular";
}
.section4 .main-sec .text-sec p {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  font-family: "graphik_regularregular";
  color: #ffffffb3;
  margin-top: 13px;
}
.section5 {
  padding: 80px 0px;
}
.section5 .slider-team-col {
  margin-bottom: 70px;
}
.section5 .owl-theme .owl-nav [class*="owl-"] {
  background: transparent;
  width: 40px;
  border: none !important;
}
.section5 .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #ececec;
}
.section5 .owl-theme .owl-nav [class*="owl-"] img {
  width: 100%;
}
.section5 .owl-item img {
  border-radius: 12px;
}
.section5 .owl-theme .owl-nav {
  margin-top: 42px;
}
.section5 h2 {
  font-size: 45px;
  font-weight: 600;
  text-align: center;
  font-family: "source_sans_proregular";
}
.section5 h3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  font-family: "graphik_regularregular";
  color: #434d60;
  text-align: center;
  max-width: 451px;
  margin: 0 auto;
  margin-bottom: 70px;
}
.section5 .prod-sec {
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
  height: 332px;
}
.section5 .prod-sec .text-area {
  min-height: 93px;
}
.section5 .prod-sec img {
  height: 191px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.section5 .prod-sec:hover img {
  height: 136px;
}
.section5 .prod-sec h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  color: #434d60;
  text-align: center;
  font-family: "graphikmedium";
  margin-top: 13px;
}
.section5 .prod-sec p {
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  font-family: "graphik_regularregular";
  color: #434d60;
  text-align: center;
  max-width: 451px;
  margin: 0 auto;
}
.section5 .prod-sec .btn-blue {
  padding: 5px 19px;
  border-radius: 8px;
  background: #0d63f4;
  font-size: 11px;
  font-weight: 500;
  line-height: 23.4px;
  text-align: left;
  color: #ffffff;
  font-family: "graphik_regularregular";
  margin-top: 15px;
}
.section6 {
  margin-bottom: 80px;
}
.section6.demo {
  margin-top: 80px;
}
.section6 .custom-color {
  background: #0d63f3;
  border-radius: 20px;
  padding: 30px 60px;
}
.section6 .custom-color .row {
  align-items: center;
}
.section6 .custom-color h2 {
  font-size: 45px;
  font-weight: 600;
  font-family: "source_sans_proregular";
  color: #fff;
}
.section6 .custom-color p {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  font-family: "graphik_regularregular";
  color: #fff;
}
.section6 .custom-color .btn-white {
  padding: 8px 23px;
  border-radius: 8px;
  background: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 23.4px;
  text-align: left;
  color: #0d63f3;
  font-family: "graphik_regularregular";
  float: right;
}
.section7 {
  background: url("../img/contact/contact-best-medical-software-prodcuts-solutions-Everrtech.webp")
    no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 120px 0px 88px;
  text-align: center;
}
.section7.demo {
  background: url("../img/demo/best-Medical-Imaging-software-products-Everrtech-India.webp")
        no-repeat;
  background-position: center center;
  background-size: cover;
}
.section7.product-details {
  background: url("../img/product-details/best-medical-software-prodcuts-solutions-Everrtech-India.webp")
    no-repeat;
  background-position: center center;
  background-size: cover;
}
.section7.about-us {
  background: url("../img/about-us/best-Medical-Imaging-software-by-Everrtech-India.webp")
    no-repeat;
  background-position: center center;
  background-size: cover;
}
.section7 h2 {
  font-size: 58px;
  font-weight: 700;
  text-align: center;
  font-family: "source_sans_probold";
  color: #fff;
}
.section7 h2 span {
  color: #0d63f3;
}
.section7 .breadcrum-sec {
  font-size: 12px;
  font-weight: 400;
  line-height: 23px;
  font-family: "graphik_regularregular";
  color: #c3c3c3;
  text-align: center;
}
.section7 .breadcrum-sec img {
  margin: 0px 4px;
}
.section7 .breadcrum-sec a {
  color: #c3c3c3;
  text-decoration: none;
}
.section7 .breadcrum-sec a:hover {
  color: #0d63f3;
}
.section8 {
  padding: 80px 0px;
}
.section8.demo {
  background: #f3fafa;
}
.section8 .row {
  align-items: center;
}
.section8 h2 {
  font-size: 45px;
  font-weight: 600;
  font-family: "source_sans_proregular";
}
.section8 p {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  font-family: "graphik_regularregular";
  color: #434d60;
}
.section8 .social-sec a {
  display: inline-block;
  padding: 0px 2px;
}
.section8 .social-sec a img {
  width: 40px;
}
.section8 .contact-social {
  margin-top: 40px;
}
.section8 .contact-social .main-sec {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 38px;
}
.section8 .contact-social .main-sec .blue-c {
  background: #0d63f3;
}
.section8 .contact-social .main-sec .red-c {
  background: #fc0508;
}
.section8 .contact-social .main-sec .grey-c {
  background: #62646b;
}
.section8 .contact-social .main-sec .left {
  width: 45px;
  border-radius: 6px;
}
.section8 .contact-social .main-sec .left img {
  display: block;
  width: 100%;
}
.section8 .contact-social .main-sec .right {
  width: calc(100% - 70px);
}
.section8 .contact-social .main-sec .right h3 {
  font-size: 21px;
  font-weight: 600;
  font-family: "source_sans_proregular";
  margin-bottom: 0;
  color: #101010;
}
.section8 .contact-social .main-sec .right a {
  font-size: 14px;
  font-weight: 600;
  font-family: "source_sans_prolight";
  margin-bottom: 0;
  color: #101010;
  text-decoration: none;
}
.section8 .contact-social .main-sec .right a:hover {
  color: #0d63f3;
}
.section8 .form-group {
  margin-bottom: 29px;
}
.section8 .form-row > .col,
.section8 .form-row > [class*="col-"] {
  padding-right: 8px;
  padding-left: 8px;
}
.section8 .contact-sec {
  box-shadow: 0px 4px 28px 0px #0000000d;
  padding: 60px 40px;
  border-radius: 20px;
  background-color: #fff;
}
.section8 .contact-sec p {
  margin-bottom: 40px;
}
.section8 .contact-sec h4 {
  font-size: 34px;
  font-weight: 600;
  font-family: "source_sans_proregular";
}
.section8 .contact-sec label {
  font-size: 14px;
  font-weight: 700;
  line-height: 23px;
  font-family: "graphik_regularregular";
  color: #000000;
}
.section8 .contact-sec label span {
  color: #fc0508;
}
.section8 .contact-sec .form-control {
  border: 1px solid #dae3f1;
  font-size: 14px;
  font-weight: 700;
  line-height: 23px;
  font-family: "graphik_regularregular";
  color: #434d60;
  height: 42px;
}
.section8 .contact-sec textarea {
  height: auto !important;
}
.section8 .contact-sec .btn-nsc-submit {
  padding: 10px 19px;
  border-radius: 8px;
  background: #0d63f4;
  font-size: 16px;
  font-weight: 500;
  line-height: 23.4px;
  color: #ffffff;
  font-family: "graphik_regularregular";
  width: 100%;
  text-align: center;
}
.section-full {
  position: relative;
  padding-bottom: 60px;
}
.section-full .journey-team {
  position: relative;
}
.section-full .journey-team::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  left: 0;
  right: 0;
  height: 63px;
  bottom: 0;
  z-index: 1;
  border-top-left-radius: 155%;
  border-top-right-radius: 155%;
}
.section-full .journey-team::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  left: 0;
  right: 0;
  height: 63px;
  top: 0;
  z-index: 2;
  border-bottom-left-radius: 155%;
  border-bottom-right-radius: 155%;
}
.section-full .journey-team .owl-nav {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -18px;
  margin: 0px;
  z-index: 3;
}
.section-full .journey-team .owl-nav button {
  background-color: transparent !important;
}
.section-full .journey-team .owl-nav button img {
  width: 40px;
}
.section9 {
  background: #f3fafa;
  padding: 70px 0px;
}
.section9.contact-us {
  padding-bottom: 0px;
}
.section9.about-sec-two {
  background-color: #fff;
}
.section9.about-sec-two .meet-main {
  margin-top: 55px;
}
.section9.about-sec-two .meet-main .meet-sec {
  display: flex;
  gap: 17px;
  box-shadow: 1px 2px 8px #e6e6e6;
  border-radius: 20px;
  padding: 25px 26px 0px 20px;
  align-items: center;
  margin-bottom: 30px;
}
.section9.about-sec-two .meet-main .meet-sec .img-sec {
  width: 170px;
}
.section9.about-sec-two .meet-main .meet-sec .img-sec img {
  display: block;
  height: 216px;
}
.section9.about-sec-two .meet-main .meet-sec .text-sec {
  width: calc(100% - 170px);
}
.section9.about-sec-two .meet-main .meet-sec .text-sec h3 {
  font-family: "source_sans_proregular";
  font-size: 23px;
  margin: 0px;
}
.section9.about-sec-two .meet-main .meet-sec .text-sec h4 {
  font-family: "graphik_regularregular";
  font-size: 15px;
  color: #232323;
  margin-bottom: 13px;
}
.section9.about-sec-two .meet-main .meet-sec .text-sec p {
  text-align: left;
  line-height: 21px;
  font-size: 13px;
}
.section9.about-sec-two .meet-main .meet-sec .text-sec p a {
  font-family: "source_sans_proregular";
  font-size: 14px;
  display: inline-block;
  font-weight: 900;
  padding-left: 3px;
}
.section9.about-us {
  padding-bottom: 100px;
}
.section9.about-us .our-core {
  background: url(../img/about-us/girl-bg.webp) no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 75px 70px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  margin-top: 130px;
  border-radius: 20px;
}
.section9.about-us .our-core img {
  width: 393px;
  position: absolute;
  bottom: 0;
  left: 40px;
}
.section9.about-us .our-core .text-sec {
  max-width: 500px;
}
.section9.about-us .our-core .text-sec h2,
.section9.about-us .our-core .text-sec p {
  text-align: left;
}
.section9 h2 {
  font-size: 45px;
  font-weight: 600;
  text-align: center;
  font-family: "source_sans_proregular";
}
.section9 p {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  font-family: "graphik_regularregular";
  color: #434d60;
  text-align: center;
  max-width: 451px;
  margin: 0 auto;
}
.section9 .nav-tabs {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 45px;
  border: none;
  gap: 11px;
}
.section9 .nav-tabs .nav-item .nav-link {
  border: 1px solid #9aa5bb;
  padding: 5px 19px;
  border-radius: 8px;
  background: transparent;
  font-size: 11px;
  font-weight: 500;
  line-height: 23.4px;
  text-align: left;
  color: #757c89;
  font-family: "graphik_regularregular";
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.section9 .nav-tabs .nav-item .nav-link.active {
  background: #0d63f4;
  border: 1px solid #0d63f4;
  color: #ffffff;
}
.section9 .nav-tabs .nav-item .nav-link:hover {
  background: #0d63f4;
  border: 1px solid #0d63f4;
  color: #ffffff;
}
.section9 .tab-content .card {
  border: 1px solid #dae3f1;
  margin-bottom: 20px;
}
.section9 .tab-content .card .card-header {
  border: none;
  display: flex;
  justify-content: space-between;
  background: #f3fafa;
  position: relative;
  padding-right: 70px;
}
.section9 .tab-content .card .card-header img {
  width: 20px;
  position: absolute;
  right: 23px;
  top: 27px;
}
.section9 .tab-content .card .card-header .btn-link {
  font-family: "source_sans_proregular";
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  color: #232323;
}
.section9 .tab-content .card .card-header .btn-link[aria-expanded="true"] {
  color: #0d63f4;
}
.section9 .tab-content .card .card-header .btn-link[aria-expanded="true"] img {
  transform: rotate(180deg);
}
.section9 .tab-content .card .card-header .btn-blue {
  padding: 7px 17px;
  border-radius: 8px;
  background: #0d63f4;
  font-size: 13px;
  font-weight: 500;
  line-height: 23.4px;
  text-align: left;
  color: #ffffff;
  font-family: "graphik_regularregular";
}
.section9 .tab-content .card .card-body {
  background: #f3fafa;
}
.section9 .tab-content .card .card-body p {
  text-align: left;
  max-width: 100%;
  margin-bottom: 12px;
}
.section9 .tab-content .card .card-body h3 {
  color: #232323;
  font-size: 20px;
  margin-bottom: 15px;
  font-family: "source_sans_proregular";
}
.section9 .tab-content .card .card-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}
.section9 .tab-content .card .card-body ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 7px;
  color: #434d60;
  font-family: "source_sans_proregular";
}
.section9 .tab-content .card .card-body ul li:after {
  content: "";
  width: 17px;
  height: 15px;
  background: url(../img/work-with-us/arrow.svg) no-repeat center;
  position: absolute;
  left: 0;
  background-size: 12px;
}
.section9.products-listing {
  background: #fff;
  padding: 70px 0px 90px;
}
.section9.products-listing p {
  max-width: 508px;
}
.section9.products-listing p span {
  color: #0d63f4;
  font-family: "graphikmedium";
}
.section9.products-listing .prod-sec {
  border-radius: 20px;
  margin-bottom: 60px;
}
.section9.products-listing .prod-sec img {
  width: 100%;
  border-radius: 20px;
  display: block;
}
.section9.products-listing .prod-sec h4 {
  position: relative;
  margin: 18px 0px 9px;
  color: #434d60;
  font-family: "source_sans_proregular";
  font-size: 18px;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.section9.products-listing .prod-sec p {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  font-family: "graphik_regularregular";
  color: #434d60;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.section9.products-listing .prod-sec .btn-blue {
  padding: 5px 19px;
  border-radius: 8px;
  background: #0d63f4;
  font-size: 11px;
  font-weight: 500;
  line-height: 23.4px;
  text-align: left;
  color: #ffffff;
  font-family: "graphik_regularregular";
  margin-top: 16px;
}
.section9.about-us {
  background-color: #fff;
}
.section9.about-us p {
  max-width: 760px;
  margin-bottom: 20px;
}
.section9.about-us p span {
  color: #0d63f4;
  font-family: "graphikmedium";
}
.section10 {
  padding: 140px 0px 70px;
}
.section10 .join-sec {
  padding: 60px 70px;
  background: url(../img/work-with-us/join.png) no-repeat center;
  border-radius: 20px;
  background-size: cover;
  position: relative;
}
.section10 .join-sec .man {
  position: absolute;
  width: 61%;
  right: -50px;
  bottom: 0px;
}
.section10 .join-sec h2 {
  font-size: 38px;
  font-weight: 600;
  font-family: "source_sans_proregular";
}
.section10 .join-sec p {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  font-family: "graphik_regularregular";
  color: #434d60;
}
.section10 .join-sec p img {
  width: 18px;
  margin-left: 2px;
}
.section10 .join-sec p a {
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  font-family: "graphikmedium";
  color: #0d63f4;
  text-decoration: underline;
  text-underline-position: under;
}
@media screen and (max-width: 1024px) {
  .section2.product-details .video-sec {
    min-height: 491px;
  }
  .section2.product-details .video-sec video {
    width: 124%;
    margin: 0;
    position: absolute;
    left: -10%;
    right: 0px;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .section2.product-details .video-sec {
    min-height: 281px;
  }
  .section2.product-details .video-sec video {
    width: 124%;
    margin: 0;
    position: absolute;
    left: -16%;
    right: 0px;
    top: 0;
  }
  .whatsapp-btn {
    top: 90%;
    right: 8px;
  }
  .desktop-none {
    display: block !important;
  }
  .mobile-none {
    display: none !important;
  }
  header .header .navbar-nav .nav-link {
    padding: 14px 1rem;
    color: #484848 !important;
    font-size: 17px;
  }
  header .form-inline {
    display: none;
  }
  header .navbar-collapse {
    background: #fff;
    padding: 12px 0px;
    border-bottom: 1px solid #f1f1f1;
  }
  header .header.sticky .navbar-brand.grey-logo {
    display: inline-block;
    margin-left: 17px;
  }
  header .header .navbar-brand.white-logo {
    display: inline-block;
    margin-left: 17px;
  }
  header .header .btn {
    margin: 0;
    margin-right: 14px;
  }
  header .header .navbar-brand img {
    width: 125px;
  }
  header .header .logo-sec {
    width: calc(100% - 166px);
  }
  header .header .navbar-toggler {
    padding: 0;
    border: none;
    color: #fff;
    margin-left: 12px;
    outline: none;
  }
  .section1 {
    padding-top: 93px;
  }
  .section1 h2,
  .section1 h2 {
    font-size: 48px;
    line-height: 59.2px;
  }
  .section1 .count-sec .sub-count {
    padding: 0px 14px;
  }
  .section2 {
    padding: 60px 0px;
  }
  .section2 h2 {
    font-size: 35px;
  }
  .section2 video {
    width: 100%;
  }
  .section2.about-us .man-sec {
    padding: 0px 15px;
    margin-top: 55px;
  }
  .section2.about-us .man-sec img {
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .section2.about-us .man-sec h4,
  .section2.about-us .man-sec h5 {
    text-align: center;
  }
  .section2.about-us .man-sec p {
    text-align: justify;
  }
  .section2.product-details .btn {
    margin: 0 auto;
    text-align: center;
    display: block;
    max-width: 250px;
    margin-top: 20px;
  }
  .section2.product-details h2 {
    text-align: center;
    margin-top: 26px;
  }
  .section2.product-details .right-pad {
    padding-right: 15px;
  }
  .section2.product-details .owl-thumbs {
    left: 0;
    right: 0;
  }
  .section2.work-with .slider-team {
    margin-bottom: 36px;
  }
  .section3 {
    padding: 60px 0px 40px;
  }
  .section3 .dr {
    max-width: 300px;
    margin: 0 auto;
    display: block;
  }
  .section3 h2 {
    margin-top: 26px;
    font-size: 31px;
    margin-bottom: 48px;
    text-align: center;
  }
  .section3 p {
    margin-bottom: 42px;
  }
  .section3 h3 {
    margin-bottom: 14px;
    font-size: 20px;
  }
  .section3 h3 img {
    width: 32px;
  }
  .section4 {
    padding: 60px 0px 20px;
  }
  .section4.home-page .main-sec {
    margin: 12px;
  }
  .section4 .owl-theme .owl-nav {
    margin-top: 0px;
  }
  .section4 .slider-team-col {
    margin-bottom: 10px;
  }
  .section4 h2 {
    font-size: 40px;
  }
  .section4 .main-sec {
    margin: 0 auto;
    margin-bottom: 65px;
    text-align: center;
  }
  .section4 .main-sec img {
    display: block;
    margin: 0 auto;
  }
  .section5 {
    padding: 60px 0px;
  }
  .section5 .owl-theme .owl-nav {
    margin-top: 0px;
  }
  .section5 .slider-team-col {
    margin-bottom: 10px;
  }
  .section5 h2 {
    font-size: 40px;
  }
  .section5 .prod-sec {
    padding: 20px 40px;
    height: auto;
    margin-bottom: 30px;
  }
  .section5 .prod-sec .btn-blue {
    font-size: 15px;
  }
  .section5 .prod-sec:hover img,
  .section5 .prod-sec img {
    height: 154px;
  }
  .section6 {
    margin-bottom: 60px;
  }
  .section6 .custom-color {
    padding: 35px 30px;
  }
  .section6 .custom-color img {
    margin: 0 auto;
    display: block;
    width: 180px;
  }
  .section6 .custom-color h2 {
    font-size: 40px;
    margin-top: 29px;
    text-align: center;
  }
  .section6 .custom-color p {
    text-align: center;
  }
  .section6 .custom-color .btn-white {
    margin: 0 auto;
    text-align: center;
    display: block;
    float: inherit;
  }
  .footer .social-sec .col-12 {
    margin-top: 60px;
  }
  .footer .border-sec {
    padding: 40px 0px 18px;
    margin: 40px 0px 37px;
  }
  .footer .border-sec a {
    margin-bottom: 24px;
  }
  .footer .sub-footer {
    text-align: center;
  }
  .footer .sub-footer h4 {
    margin-bottom: 20px;
  }
  .footer .sub-footer .col-md-6:last-child {
    text-align: center;
  }
  .section7 {
    background: url("../img/contact/contact-best-medical-software-prodcuts-solutions-Everrtech.webp")
      no-repeat;
    background-position: center center;
    padding: 99px 0px 53px;
    text-align: center;
    background-size: cover !important;
  }
  .section7 h2 {
    font-size: 40px;
  }
  .section9 {
    padding: 60px 0px;
  }
  .section9 h2 {
    font-size: 35px;
  }
  .section9.products-listing {
    padding: 60px 0px 50px;
  }
  .section9.products-listing .prod-sec img {
    width: 300px;
    margin: 0 auto;
  }
  .section9.products-listing .prod-sec h4 {
    font-size: 22px;
    margin: 23px 0px 9px;
  }
  .section9.products-listing .prod-sec p {
    text-align: center;
    font-size: 14px;
  }
  .section9.products-listing .prod-sec .btn-blue {
    max-width: 200px;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 16px;
  }
  .section9.about-us {
    padding-bottom: 60px;
  }
  .section9.about-us .our-core {
    margin-top: 92px;
    padding: 38px 25px 38px 152px;
  }
  .section9.about-us .our-core img {
    width: 273px;
    position: absolute;
    bottom: 0;
    left: -56px;
  }
  .section9.about-us .our-core .text-sec {
    max-width: 100%;
  }
  .section9.about-us .our-core .text-sec h2 {
    font-size: 29px;
  }
  .section9.about-us .our-core .text-sec p {
    line-height: 20px;
  }
  .section9.about-sec-two .meet-main .meet-sec {
    gap: 13px;
    flex-direction: column;
    padding: 25px 26px;
  }
  .section9.about-sec-two .meet-main .meet-sec .img-sec img {
    height: 176px;
  }
  .section9.about-sec-two .meet-main .meet-sec .text-sec {
    width: 100%;
    text-align: center;
  }
  .section9 .tab-content .card .card-header {
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .section9 .tab-content .card .card-header img {
    top: 22px;
  }
  .section9 .tab-content .card .card-header .btn-link {
    text-align: left;
    margin-bottom: 15px;
    padding: 0;
  }
  .section-full .journey-team::before,
  .section-full .journey-team::after {
    height: 43px;
  }
  .section10 {
    padding: 60px 0px 70px;
  }
  .section10 .join-sec {
    padding: 33px 18px;
    padding-right: 138px;
    overflow: hidden;
  }
  .section10 .join-sec h2 {
    font-size: 24px;
  }
  .section10 .join-sec p {
    margin: 0;
  }
  .section10 .join-sec .man {
    width: 61%;
    right: -35px;
    bottom: 0px;
  }
  .section8 {
    padding: 60px 0px;
  }
  .section8 h2 {
    font-size: 36px;
    margin-bottom: 13px;
  }
  .section8 .social-sec {
    text-align: center;
    padding-bottom: 31px;
  }
  .section8 .contact-sec {
    padding: 41px 26px;
  }
}
/*# sourceMappingURL=style.css.map */

/* custom code */
/* home page */

.section4 h3 {
  color: #ffffff;
  font-size: 45px;
  font-weight: 600;
  text-align: center;
  font-family: "source_sans_proregular";
}
.section1 .count-sec .sub-count .para-text-bold {
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  font-family: "source_sans_proregular";
}
.section3 .customer-loved span {
  font-size: 21px;
  font-weight: 600;
  font-family: "source_sans_proregular";
  margin-bottom: 6px;
}
.section3 .customer-loved span img {
  width: 40px;
  margin-right: 10px;
}

.section5 .solution-h3,
.faq-heading {
  font-size: 45px;
  font-weight: 600;
  text-align: center;
  font-family: "source_sans_proregular";
  line-height: 23px;

  text-align: center;
  max-width: 1024px;
  margin: 0 auto;
  margin-bottom: 12px;
}
.section4 .main-sec .text-sec p.title-para {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  font-family: "source_sans_proregular";
}
.section5 .solution-h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  font-family: "graphik_regularregular";
  color: #434d60;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 70px;
}
.section4 .main-sec .text-sec p.heading-para,
.section4 .main-sec .text-sec p.heading- {
  color: #000000;
  font-size: 22px;
  font-weight: 600;
  font-family: "source_sans_proregular";
}
.section5 p.solution-para {
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  color: #434d60;
  text-align: center;
  font-family: "graphikmedium";
  margin-top: 13px;
}

.section6 .custom-color .call-title {
  font-size: 45px;
  font-weight: 600;
  font-family: "source_sans_proregular";
  color: #fff;
}
.footer .social-sec p.title-area {
  font-size: 16px;
  font-weight: 600;
  font-family: "source_sans_proregular";
  color: #fff;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 3px;
}
.section1 .count-sec .sub-count div {
  font-size: 14px;
  font-weight: 600;
  color: #abbfff;
  font-family: "source_sans_proregular";
  margin: 0;
}
.section7 h1.title-section span,
.section7 div .title-product span {
  color: #337fff;
}
.section9 .solution-desc span {
  font-family: "graphikmedium";
  color: #337fff;
}
.section7 h1.title-section,
.section7 div .title-product {
  font-size: 58px;
  font-weight: 700;
  text-align: center;
  font-family: "source_sans_probold";
  color: #fff;
}

.section9 h3.solution-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  font-family: "graphik_regularregular";
  color: #434d60;
  text-align: center;
  max-width: 550px;
  margin: 0 auto;
}
.product-details h1.product-name {
  text-align: left;
  font-size: 45px;
  font-weight: 600;
  font-family: "source_sans_proregular";
}

.section4 h3.product-feature {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  font-family: "graphik_regularregular";
  color: #434d60;
  text-align: center;
  max-width: 451px;
  margin: 0 auto;
  margin-bottom: 70px;
}
section.software-section {
  display: flex;
  flex-direction: column;

  flex-wrap: wrap;
  justify-content: center;
  align-items: center !important;
  font-family: "source_sans_proregular";
  align-items: flex-start;
  padding: 80px 30px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  background: url("/assets/images/home/evertech-hospital-and-health-care-solution.webp");
  color: #fff;
  border-radius: 0 0 0px 0px;
}
.container.software-section {
  display: flex;
  flex-wrap: wrap;

  justify-content: center;
  align-content: center;
  font-family: "source_sans_proregular";
  align-items: flex-start;
}
section.software-section .left {
  flex: 1;
  min-width: 300px;
  /*max-width: 600px;*/
}

section.software-section h2 {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 54px;
}

section.software-section p {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  font-family: "graphik_regularregular";

  text-align: center;
  max-width: 451px;
  margin: 0 auto;
  margin-bottom: 48px;
}

section.software-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "graphik_regularregular" !important;
}

section.software-section ul li {
  font-weight: 400;
  line-height: 23px;
  font-size: 14px;
  position: relative;
  padding-left: 24px;
}

section.software-section ul li::before {
  content: "\279C";
  position: absolute;
  left: 0;
  color: #ffffff;
}

section.software-section .right {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 34px;
}

section.software-section video {
  width: 100%;
  max-width: 750px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.product-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.product-buttons .product {
  /* background: #fff;
  color: #004080;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 600;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  font-size: 0.99em;
  transition: 0.3s ease; */

  padding: 8px 24px;
  border-radius: 8px;
  background: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 23.4px;
  text-align: left;
  color: #0d63f3;
  font-family: "graphik_regularregular";
  float: right;
  cursor: pointer;
  transition: 0.3s ease;
}

.product-buttons .product:hover {
  background: #e5f0ff;
  text-decoration: none !important;
}
.product-buttons .product a:hover {
  text-decoration: none !important;
}
.section3 .customer-section {
  height: 600px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

.text-interlinking,
.text-interlinking:visited,
a:hover,
a:active {
  text-decoration: none !important;
  color: #0d63f4;
}
.text-interlinking.white,
.text-interlinking.white:visited,
a:hover,
a:active {
  color: #fff;
}
.text-interlinking.none,
.none:visited,
a:hover,
a:active {
  color: inherit;

  text-decoration: inherit;
}
.section3 .customer-section {
  width: 100%;
  height: unset;
}

section.software-section p {
  padding: 14 !important;
  margin-bottom: 0px;
  /* line-height: 45px; */
}
video {
  width: 110%;
}

.software-section {
  flex-direction: column;
  text-align: center;
  padding: 18px 0px;
  gap: 8px !important;
}
section.software-section {
  padding: 60px 0;
}
.software-section .right {
  margin-top: 8px;
}

.software-section ul {
  text-align: left;
}
.video-section {
  flex-direction: column;
  text-align: center;
  padding: 30px 15px;
}

.video-section .video-section-left,
.video-section .video-section-right {
  width: 100%;
  justify-content: center;
}
.software-section {
  .video-section .cta-button {
    margin-top: 10px;
  }
}
.section5 .solution-h3,
.section7 h1.title-section,
.section7 div .title-product,
.faq-heading {
  font-size: 40px;
  line-height: 1;
}
.section1 h1 {
  margin-top: 25px;
}
.Homepage video {
  width: 100%;
}

.section6 .custom-color .call-title {
  font-size: 40px;
  margin-top: 29px;
  text-align: center;
}
.product-details h1.product-name {
  text-align: center;
  margin-top: 26px;
  font-size: 35px;
}
div#iso-certification {
  width: 100%;
}
.iso-section {
  height: fit-content;
  width: 100%;
  background-image: url("/assets/images/iso/certificate-and-standard-of-everrtech.webp");
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  font-family: "source_sans_proregular";
  padding: 40px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-position: center;
  overflow: hidden;
}
.iso-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* 👈 Adjust opacity and color */
  z-index: -1;
}
.iso-des {
  color: black;
  font-size: 18px;
}
.iso-section .solution-h3 {
  padding: 20px;
  /* color:black !important; */
  color: #000;
  font-size: 45px;
  font-weight: 600;
  text-align: center;
  font-family: "source_sans_proregular";
}
.iso-section .solution-h4 {
  margin-bottom: 18px !important;
  color: #000;
  font-size: 24px;
  width: 60% !important;
}
.swiper-wrapper {
  height: 300px;
}
.Homepage video {
  width: 130%;
}
.iso-section .swiper-wrapper .swiper-slide {
  width: calc(100% / 6) !important;
  display: flex;
  /* align-items: center; */
  /* justify-items: center; */
  height: 300px !important;
  flex-direction: column;
  justify-content: center;
}

.iso-section .swiper-wrapper .swiper-slide img {
  width: 100% !important;
  height: 100px !important;
  object-fit: scale-down;
}
.card-title {
  font-weight: 600;
}
.card:hover {
  transform: translateY(-5px);
  transition: 0.3s ease;
}
.solution-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
}

.faq-question {
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  text-align: left;
  background: none;
  border: none;

  padding: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
button.faq-question.text-wrap.btn.btn-link.d-flex.justify-content-between.align-items-center.w-100 {
  text-wrap: auto;
}

.faq-icon {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.faq-answer {
  padding: 10px 15px;
  border-left: 3px solid #ccc;
  margin-bottom: 15px;
}
/* FAQ Section Styles */
.faq-section {
  font-family: "graphik_regularregular", sans-serif;
  background-color: #f9f9f9;
}

.faq-heading {
  font-size: 2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1.5rem;
}

.faq-question:hover {
  background-color: #f0f0f0;
  text-decoration: none !important;
}

.faq-icon {
  font-size: 1.2rem;
  margin-left: 10px;
  transition: transform 0.3s ease;
  font-weight: bold;
}

/* Rotate icon when active */
/* .faq-question[aria-expanded="true"] .faq-icon {
  transform: rotate(45deg); /* + becomes × */
} */

/* FAQ Card Styling */
.card {
  border: none;
  border-radius: 0.25rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  margin-bottom: 1rem;
}

.card-header {
  background: #ffffff;
  padding: 0;
  border: none;
}

.card-body.Faq {
  font-size: 0.95rem;
  color: #333;
  background-color: #fff;
  padding: 1rem 1.25rem;
  line-height: 1.6;
}

/* Remove Bootstrap underline on all screen sizes */
.faq-question .faq-icon,
.faq-question:hover .faq-icon,
button.faq-question.btn-link .faq-icon,
button.faq-question.btn-link:hover .faq-icon {
  text-decoration: none !important;
}

/* Ensure button never underlined */
.faq-question,
.faq-question:hover,
button.faq-question.btn-link,
button.faq-question.btn-link:hover {
  text-decoration: none !important;
}

@media (max-width: 768px) {
  .iso-section .swiper-wrapper .swiper-slide {
    width: calc(100% / 5) !important;
  }
  .iso-section .solution-h4 {
    margin-bottom: 18px !important;
    color: #000;
    font-size: 18px;
    width: 100% !important;
  }
  .iso-section .swiper-wrapper .swiper-slide img {
    width: 100% !important;
    height: auto;
    object-fit: cover;
  }

  .iso-section {
    height: fit-content !important;
  }
  .solution-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .faq-heading {
    font-size: 1.5rem;
  }

  .faq-question {
    font-size: 0.95rem;
    padding: 0.85rem;
  }

  .faq-icon {
    font-size: 1rem;
  }

  .card-body.Faq {
    font-size: 0.9rem;
  }
}
@media (max-width: 576px) {
  .iso-section .swiper-wrapper .swiper-slide {
    width: 100% !important;
  }
  .iso-section .swiper-wrapper .swiper-slide img {
    width: 100% !important;
    height: auto;
    object-fit: scale-down;
  }
  .swiper-slide {
    display: flex;
    justify-content: center;
    align-content: center;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }
  .iso-section {
    height: fit-content !important;
  }
  .solution-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .faq-heading {
    font-size: 1rem;
  }

  .faq-question {
    font-size: 0.9rem;
    padding: 0.75rem;
  }

  .faq-icon {
    font-size: 0.9rem;
  }

  .card-body.Faq {
    font-size: 0.85rem;
  }
}
