@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Light.woff2') format('woff2'),
      url('fonts/Poppins-Light.woff') format('woff'),
      url('fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-LightItalic.woff2') format('woff2'),
      url('fonts/Poppins-LightItalic.woff') format('woff'),
      url('fonts/Poppins-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Regular.woff2') format('woff2'),
      url('fonts/Poppins-Regular.woff') format('woff'),
      url('fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Italic.woff2') format('woff2'),
      url('fonts/Poppins-Italic.woff') format('woff'),
      url('fonts/Poppins-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Medium.woff2') format('woff2'),
      url('fonts/Poppins-Medium.woff') format('woff'),
      url('fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-MediumItalic.woff2') format('woff2'),
      url('fonts/Poppins-MediumItalic.woff') format('woff'),
      url('fonts/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-SemiBold.woff2') format('woff2'),
      url('fonts/Poppins-SemiBold.woff') format('woff'),
      url('fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-SemiBoldItalic.woff2') format('woff2'),
      url('fonts/Poppins-SemiBoldItalic.woff') format('woff'),
      url('fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Bold.woff2') format('woff2'),
      url('fonts/Poppins-Bold.woff') format('woff'),
      url('fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-BoldItalic.woff2') format('woff2'),
      url('fonts/Poppins-BoldItalic.woff') format('woff'),
      url('fonts/Poppins-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Black.woff2') format('woff2'),
      url('fonts/Poppins-Black.woff') format('woff'),
      url('fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-BlackItalic.woff2') format('woff2'),
      url('fonts/Poppins-BlackItalic.woff') format('woff'),
      url('fonts/Poppins-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

/********* Start: Default CSS *********/
html {scroll-behavior: auto !important;}
p {margin-bottom: 15px;}
p:last-child {margin-bottom: 0;}


/* Start: Our Site Form CSS */
.oursite-form .form-fieldgroup {display: flex;flex-wrap: wrap;margin: 0 -6px;}
.oursite-form .form-fieldcol {width: 100%;padding: 0 6px;margin-bottom: 12px;}
.oursite-form .form-fieldcol50 {width: 50%;}
.oursite-form .form-fieldcol > label {display: none;}
.oursite-form .form-fieldcol input, .oursite-form .form-fieldcol select, .oursite-form .form-fieldcol textarea {font-size: 14px;color: #002D42;font-weight: 400;background-color: #ffffff;border: 1px solid #B7E9FF;border-radius: 6px;line-height: 18px;letter-spacing: inherit;padding: 4px 10px;height: 45px;outline: none;}
.oursite-form .form-fieldcol textarea {padding: 10px;resize: none;display: block;line-height: 16px;height: 90px;}
.oursite-form input::-webkit-input-placeholder, .oursite-form textarea::-webkit-input-placeholder {color: rgb(0 45 66 / 60%);opacity: 1;}
.oursite-form input::-moz-placeholder, .oursite-form textarea::-moz-placeholder {color: rgb(0 45 66 / 60%);opacity: 1;}
.oursite-form input:-ms-input-placeholder, .oursite-form textarea:-ms-input-placeholder {color: rgb(0 45 66 / 60%);opacity: 1;}
.oursite-form input:-moz-placeholder, .oursite-form textarea:-moz-placeholder {color: rgb(0 45 66 / 60%);opacity: 1;}
.oursite-form ::-webkit-scrollbar {width: 4px;}
.oursite-form ::-webkit-scrollbar-track {background: #ffffff;}
.oursite-form ::-webkit-scrollbar-thumb {background: #B6B6B6;border-radius: 15px;}
.oursite-form ::-webkit-scrollbar-thumb:hover {background: #555;}
.oursite-form .heapBox .holder {font-size: 14px;font-weight: 400;color: rgb(0 45 66 / 60%);background-color: #ffffff;border: 1px solid #B7E9FF;border-radius: 6px;letter-spacing: inherit;padding: 15px 25px 15px 10px;height: 45px;outline: none;line-height: 1;}
.oursite-form .heapBox .holder[rel]:not([rel=""]) {color: #002D42;}
.oursite-form .heapBox .heap {background-color: #fff;padding-right: 2px;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;}
.oursite-form .form-fieldcol .heapBox {display: block !important;}
.oursite-form .heapBox .handler {width: 30px;}
.oursite-form .heapBox .handler:before {font-size: 18px;font-weight: 600;color: #002D42;}
.oursite-form .heapBox .heap .heapOptions {max-height: 150px;overflow-y: auto;background-color: #002D42;padding: 4px 6px 4px 8px;}
.oursite-form .heapBox .heap .heapOptions .heapOption a {font-size: 13px;font-weight: 400;color: #ffffff;padding: 4px 8px;border-bottom: 1px solid #002D42;border-radius: 4px;}
.oursite-form .heapBox .heap .heapOptions .heapOption a:hover, 
.oursite-form .heapBox .heap .heapOptions .heapOption a.selected {color: #ffffff;}
/* End: Our Site Form CSS */

.button2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: inherit;
  background-color: #F28820;
  box-shadow: 0px 4px 20px 0px rgba(244, 137, 31, 0.5);
  border: none;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  padding: 18px 40px;
  border-radius: 40px;
  text-decoration: none;
  height: auto;
}
.button2:hover {
  box-shadow: 0px 4px 20px 0px rgba(37, 168, 224, 0.5);
  background-color: #25A8E0;
  color: #fff;
}

.mute-btn {
  font-size: 14px;
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  border-radius: 6px;
  width: 32px;
  height: 32px;
  line-height: 31px;
  cursor: pointer;
  transition: background 0.2s ease;
  z-index: 22;
}
.mute-btn:hover {
  background: rgba(0, 0, 0, 0.8);
}

section {
	position: relative;
	z-index: 2;
}
.bg_glow {
  border-radius:20vw;
  filter: blur(100px);
  position:absolute;
  width:35vw;
  height:35vw;
  opacity: 20%;
  animation: shrinkAndGrow 6s ease-in-out infinite alternate;
  pointer-events:none;
  z-index:1;
}
.blue_glow {background: #42B7E8;}
.orange_glow {background: #F28820;}
.dots_pattern {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 80px;
  height: 72px;
  position: absolute;
  z-index: -1;
}
.bluedots_pattern {
  background-image: url(https://adit.com/images/home-v3/dots-pattern-blue.webp);
}
.orangedots_pattern {
  background-image: url(https://adit.com/images/home-v3/dots-pattern-orange.webp);
}
.lightdots_pattern {
  background-image: url(https://adit.com/images/home-v3/dots-pattern-light.webp);
}
.dots_pattern_topleft {
  top: 8%;
  left: 3%;
}
.dots_pattern_btmleft {
  bottom: 8%;
  left: 3%;
}
.dots_pattern_topright {
  top: 8%;
  right: 3%;
}
.dots_pattern_btmright {
  bottom: 8%;
  right: 3%;
}

@keyframes shrinkAndGrow {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1.7);
  }
  100% {
    transform: scale(0.8);
  }
}

.glow_left {
  bottom:-10vw;
  left:-25vw;
}
.glow_right {
  top: -10vw;
  right:-25vw;
}
.background_white {background: #fff !important;}
.gradient_bg {
  background: linear-gradient(290deg, #E8F7FE -6.85%, #FFFFFF 100%) !important;
}
.pt_0 {padding-top: 0 !important;}
.section_padding80 {padding: 80px 0;}
.pointer-none {pointer-events: none !important;}
.cursor-auto {cursor: auto !important;}
.cursor-pointer {cursor: pointer; !important;}

.sectiontop-title {
  text-align: center;
  margin-bottom: 30px;
}
.sectiontop-title h1, 
.sectiontop-title h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: inherit;
  letter-spacing: inherit;
  margin-bottom: 8px;
}
.sectiontop-title h1:last-child, 
.sectiontop-title h2:last-child {
  margin-bottom: 0;
}
.sectiontop-title p {
  font-size: 16px;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
.poppinsFont #container {
  font-family: 'Poppins', sans-serif;
  font-size:16px;
  font-weight: normal;
  line-height: 1.5;
  color: #092A3D;
}
/********* End: Default CSS *********/

/************************************
          Start: Home Page
************************************/
.home-v3 #container {overflow: hidden;}


.headpromo-ribbon {
  background-color: #25A8E0;
  background: linear-gradient(90deg, #F28820 0%, #DB7511 35.58%, #0687BE 62.98%, #25A8E0 100%);
  padding: 8px 4px;
}
.headpromoribbon-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.headpromoribbon-img img {height: 34px;}
.headpromoribbon-text {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  padding-left: 10px;
}
.headpromoribbon-text b {font-weight: 700;}
.headpromoribbon-btn {margin-left: 40px;}
.headpromoribbon-btn a {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  background-color: #F28820;
  box-shadow: 0px 4px 20px 0px rgba(244, 137, 31, 0.5);
  border: none;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  padding: 8px 16px;
  border-radius: 40px;
}
.headpromoribbon-btn a:hover {
  box-shadow: 0px 4px 20px 0px rgba(255, 255, 255, 0.25);
  background-color: #fff;
  color: #F28820;
}

/* Start: Banner Section */
.hmbanner-section {
  padding: 30px 0 20px 0;
  position: relative;
  z-index: 2;
}
.hmbanner-section:before {
  content: "";
  background-image: url(https://adit.com/images/home-v3/home-banner-right-patternimg.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -200px;
  right: 0;
  width: 900px;
  height: 900px;
  z-index: -1;
}
.hmbanner-section:after {
  content: "";
  background-image: url(https://adit.com/images/home-v3/home-banner-left-patternimg.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -292px;
  left: 0;
  width: 800px;
  height: 800px;
  z-index: -1;
}
.hmbanner-section .dots_pattern_topleft {top: 2%;}
.hmbanner-section .glow_left {top: -10vw;}
.hmbanner-block {
  text-align: center;
}
.hmbanner-content {
  margin-bottom: 20px;
}
.hmbanner-content h1 {
  font-size: 40px;
  font-weight: 600;
  text-transform: inherit;
  letter-spacing: inherit;
  color: #002D42;
  line-height: 1.25;
  margin: 0 0 6px 0;
}
.hmbanner-gradientext {
  background: linear-gradient(91.22deg, #25A8E0 39.47%, #F4891F 64.84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.hmbnnrvideo-thumb {
  max-width: 680px;
  margin: 0 auto;
  background-color: #002D42;
  border-radius: 20px;
}
.hmbnnrvideo-thumb iframe, 
.hmbnnrvideo-thumb video {
  border-radius: 15px;
}
.hmbanner-btn {
  text-align: center;
  margin-top: 30px;
}
/* End: Banner Section */
/******* Start: Insight Number Section *******/
.hminsight2-section {padding: 40px 0;}
.hminsight2-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
}
.hminsight2-row .item {
	width: 25%;
	padding: 0 8px;
}
.hminsight2-box {text-align: center;}
.hminsight2-box strong {
  font-size: 72px;
  font-weight: 600;
  color: #092A3D;
  line-height: 1;
  display: block;
}
.hminsight2-box p {font-size: 14px;}
/******* End: Insight Number Section *******/
/******* Start: Rating Review Section *******/
.hmrating-strip {padding-bottom: 50px;}
.hmratingstrip-block {
  display: flex;
  align-items: center;
}
.hmratingstrip-line {
  background-color: #42B7E8;
  height: 2px;
  position: relative;
  display: block;
  width: 28.5%;
}
.hmratingstrip-line:before,
.hmratingstrip-line:after {
  content: "";
  background-color: #42B7E8;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.hmratingstrip-line:before {left: 0;}
.hmratingstrip-line:after {right: 0;}
.hmratingstrip-logobox {
  display: flex;
  max-width: 520px;
  margin: 0 auto;
}
.hmratingstrip-logoitem {
  width: 33.33%;
  padding: 0 12px;
}
/******* End: Rating Review Section *******/
/******* Start: Industries Section *******/
.hmindustries-section {
  padding: 80px 0;
}
.hmindustries-section .glow_right {
  top: -25vw;
}
.hmindustriestab-main {
  display: flex;
  align-items: flex-start;
}
.hmindustriestab-nav {
  width: 300px;
}
.hmindustriestabnav-link {
  font-size: 20px;
  color: #002D42;
  text-align: left;
  border-radius: 10px;
  padding: 0.8px;
  border: none;
  background: linear-gradient(180deg, #42B7E8 0%, rgba(243, 250, 254, 0) 100%);
  margin-bottom: 20px;
  overflow: hidden;
}
.hmindustriestabnav-link span {
  display: block;
  background-color: #fff;
  border-radius: 10px;
}
.hmindustriestabnav-link span b {
  font-weight: 500;
  display: block;
  padding: 0 20px;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(66, 183, 232, 1) -92.78%, rgba(243, 250, 254, 0) 99%);
  display: flex;
  align-items: center;
  height: 70px;
}
.hmindustriestabnav-link:last-child {margin-bottom: 0;}
.hmindustriestabnav-link i {
  color: #42B7E8;
  padding-right: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
}
.hmindustriestabnav-link.active span b,
.hmindustriestabnav-link:hover span b {
  background: #25A8E0;
  color: #fff !important;
}
.hmindustriestabnav-link.active i,
.hmindustriestabnav-link:hover i {
  color: #fff !important;
}

.hmindustriestabnav-link-opto {
  background: linear-gradient(180deg, #2DDC96 0%, rgba(243, 250, 254, 0) 100%);
}
.hmindustriestabnav-link-opto span b {
  background: linear-gradient(180deg, rgba(45, 220, 150, 0.5) -92.78%, rgba(243, 250, 254, 0) 99%);
}
.hmindustriestabnav-link-opto i {color: #2DDC96;}
.hmindustriestabnav-link-opto.active span b,
.hmindustriestabnav-link-opto:hover span b {
  background: #2DDC96;
}
.hmindustriestabnav-link-chiro {
  background: linear-gradient(180deg, rgba(253, 185, 19, 0.3) 0%, rgba(243, 250, 254, 0) 127.66%);
}
.hmindustriestabnav-link-chiro span b {
  background: linear-gradient(180deg, rgba(255, 206, 88, 0.5) 0%, rgba(243, 250, 254, 0) 100%);
}
.hmindustriestabnav-link-chiro i {color: #FDB913;}
.hmindustriestabnav-link-chiro i:before {
  font-weight: 600;
  font-size: 24px;
}
.hmindustriestabnav-link-chiro.active span b,
.hmindustriestabnav-link-chiro:hover span b {
  background: #FDB913;
}
.hmindustriestabnav-link-ortho {
  background: linear-gradient(180deg, #7348BC 0%, rgba(243, 250, 254, 0) 100%);
}
.hmindustriestabnav-link-ortho span b {
  background: linear-gradient(180deg, rgba(115, 72, 188, 0.3) -23.66%, rgba(243, 250, 254, 0) 100%);
}
.hmindustriestabnav-link-ortho i {color: #7348BC;}
.hmindustriestabnav-link-ortho.active span b,
.hmindustriestabnav-link-ortho:hover span b {
  background: #7348BC;
}

.hmindustriestab-content {
  width: calc(100% - 300px);
  padding-left: 40px;
}
.hmindustrytab-info {
  text-align: center;
}
.hmindustrytab-img {
  margin-bottom: 24px;
}
.hmindustrytab-desc p {font-size: 17px;}
.hmindustrytab-desc p a {color: #25A8E0;}
.hmindustrytab-desc p a:hover {color: #F4891F;}
/******* End: Industries Section *******/
/******* Start: Practice Switch Section *******/
.hmswitch-section {
  background: linear-gradient(290deg, #E8F7FE -6.85%, #FFFFFF 100%);
  padding: 80px 0;
}
.hmswitch-box {
  padding: 16px 16px 20px 16px;
  background-color: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 4px 30px 0px rgba(66, 193, 199, 0.15);
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.hmswitch-box:after {
  content: "";
  background-color: #25A8E0;
  width: 60%;
  height: 3px;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.hmswitchbox-inner {
  flex: 1 0 auto;
}
.hmswitchbox-logo {
  padding: 0 8px 8px 8px;
  border-bottom: 1px solid #D7DBDC;
  line-height: 60px;
  height: 70px;
  margin-bottom: 16px;
}
.hmswitchbox-logo img {
  max-height: 60px;
  width: auto;
}
.hmswitch-box p {
  color: #002D42;
  line-height: 1.3;
}
.hmswitchbox-btn {margin-top: 24px;}
.hmswitchbox-btn a {
  font-size: 16px;
  font-weight: 600;
  color: #002D42;
  line-height: 1.15;
  display: inline-block;
  vertical-align: top;
  padding-right: 28px;
  position: relative;
}
.hmswitchbox-btn a i {
  font-size: 13.5px;
  background-color: #25A8E0;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  line-height: 23.5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.hmswitchbox-btn a:hover {color: #25A8E0;}

.hmswitch-item2 .hmswitch-box:after {background-color: #FF655A;}
.hmswitch-item2 .hmswitchbox-btn a:hover {color: #FF655A;}
.hmswitch-item2 .hmswitchbox-btn a i {background-color: #FF655A;}
.hmswitch-item3 .hmswitch-box:after {background-color: #F28820;}
.hmswitch-item3 .hmswitchbox-btn a:hover {color: #F28820;}
.hmswitch-item3 .hmswitchbox-btn a i {background-color: #F28820;}
.hmswitch-item4 .hmswitch-box:after {background-color: #7348BC;}
.hmswitch-item4 .hmswitchbox-btn a:hover {color: #7348BC;}
.hmswitch-item4 .hmswitchbox-btn a i {background-color: #7348BC;}
.hmswitch-item5 .hmswitch-box:after {background-color: #FDBA14;}
.hmswitch-item5 .hmswitchbox-btn a:hover {color: #FDBA14;}
.hmswitch-item5 .hmswitchbox-btn a i {background-color: #FDBA14;}
.hmswitch-item6 .hmswitch-box:after {background-color: #42C1C7;}
.hmswitch-item6 .hmswitchbox-btn a:hover {color: #42C1C7;}
.hmswitch-item6 .hmswitchbox-btn a i {background-color: #42C1C7;}

.hmswitch-block {padding-top: 30px;}
.hmswitch-list.owl-carousel .item {
  width: 100%;
  height: 100%;
}
.hmswitch-list .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hmswitch-list .owl-stage:after {display: none;}
.hmswitch-list.owl-carousel .owl-stage-outer {overflow: visible;}
/*.hmswitch-list.owl-carousel .owl-stage {transition: transform 500ms !important;}*/
.hmswitch-list.owl-carousel .hmswitchbox-logo img {
  display: inline-block;
  width: auto;
}
.hmswitch-list.owl-carousel .owl-item {
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.hmswitch-list.owl-carousel .owl-item.center {
  transform: scale(1.2);
  z-index: 2;
}
.hmswitch-list.owl-carousel .owl-nav {margin-top: 48px;}
.hmswitch-list.owl-carousel .owl-nav .owl-prev {margin-right: 5px;}
.hmswitch-list.owl-carousel .owl-nav .owl-next {margin-left: 5px;}
.hmswitch-list.owl-carousel .owl-nav [class*='owl-'] {
	font-size: 24px;
  background-color: transparent;
  color: #25A8E0;
  border: 1px solid #25A8E0;
  border-radius: 40px;
  width: 80px;
  height: 40px;
  line-height: 40px;
}
.hmswitch-list.owl-carousel .owl-nav [class*='owl-']:hover {
  background-color: #25A8E0;
  color: #fff;
}
/******* End: Practice Switch Section *******/
/******* Start: Complete Suite Section *******/
.hmsuite-section {
  padding: 80px 0;
  overflow: hidden;
}
.hmsuite-section .glow_left {
  top: -8vw;
  bottom: auto;
}
.hmsuitetab-links {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
#container ul.hmsuitetab-links {margin: 0 -8px;}
.hmsuitetab-links li {
	width: 25%;
	padding: 0 8px;
}
.hmsuitetab-links button {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: inherit;
  background-color: transparent;
  color: #25A8E0;
  line-height: 1;
  border: 1px solid #25A8E0;
  border-radius: 40px;
  padding: 16px 4px;
  width: 100%;
  height: auto;
}
.hmsuitetab-links button.active,
.hmsuitetab-links button:hover {
  background-color: #25A8E0;
  color: #fff;
}
.hmsuitetab-links button.streamline_tablink {
  border-color: #EEB21F;
  color: #EEB21F;
}
.hmsuitetab-links button.streamline_tablink.active,
.hmsuitetab-links button.streamline_tablink:hover {
  background-color: #EEB21F;
  color: #fff;
}
.hmsuitetab-links button.boost_tablink {
  border-color: #3CCC92;
  color: #3CCC92;
}
.hmsuitetab-links button.boost_tablink.active,
.hmsuitetab-links button.boost_tablink:hover {
  background-color: #3CCC92;
  color: #fff;
}
.hmsuitetab-links button.aditai_tablink {
  border-color: #36AFB4;
  color: #36AFB4;
}
.hmsuitetab-links button.aditai_tablink.active,
.hmsuitetab-links button.aditai_tablink:hover {
  background-color: #36AFB4;
  color: #fff;
}
.hmsuitetab-block .hmsuitetab-content {
  margin-top: 40px;
}
.hmsuitetab-detail {display: none;}
.hmsuitetab-detail.active {display: block;}
.hmsuitetab-row {
	display: flex;
	flex-wrap: wrap;
  align-items: center;
	margin: 0 -12px;
}
.hmsuitetab-textcol,
.hmsuitetab-imgcol {
	width: 50%;
	padding: 0 12px;
}
.hmsuitetab-text {max-width: 570px;}
.hmsuitetab-text strong {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  color: #002D42;
  display: block;
  margin-bottom: 12px;
}
.hmsuitetabtext-links {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px 28px -4px !important;
}
.hmsuitetabtext-links li {
  width: 33.33%;
  padding: 0 4px;
  margin-top: 8px;
}
.hmsuitetabtext-links a {
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.2;
  color: #002D42;
  text-align: center;
  border: 1px solid #42B7E8;
  border-radius: 10px;
  padding: 0 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
}
.hmsuitetabtext-links a:hover {background-color: #D1F1FF;}
.comingsoonTag {
  font-size: 8px;
  font-weight: 600;
  position: relative;
  background-color: #F4891F;
  border-radius: 2px 0 0 2px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  margin-left: 3px;
  padding: 0 6px 0 3px;
  line-height: 13px;
  height: 13px;
}
.comingsoonTag:after {
  content: "";
  width: 0;
  height: 13px;
  border-top: 6px solid transparent;
  border-right: 3.5px solid #fff;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.hmsuitetabtext-links a:hover .comingsoonTag:after {
  border-right-color: #D1F1FF;
}

#container ul.hmsuitetabtext-lists {
  padding-left: 1rem;
  margin-bottom: 0;
}
.hmsuitetabtext-lists {
  display: flex;
  flex-wrap: wrap;
  max-width: 390px;
}
.hmsuitetabtext-lists li {
  width: 50%;
  margin-bottom: 5px;
}
.hmsuitetabtext-lists li::marker {color: #F4891F;}
.width_100 {width: 100% !important;}

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

.hmsuite-btmbtn {
  text-align: center;
  margin-top: 30px;
}
/******* End: Complete Suite Section *******/
/******* Start: Integration Tools Section *******/
.hmintegratetool-section {
  background: linear-gradient(290deg, #E8F7FE -6.85%, #FFFFFF 100%);
  padding: 80px 0;
  z-index: 9;
}
.custom-tabs {
  max-width: 1020px;
  margin: 0 auto;
}
.customtab-links {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid rgba(37, 168, 224, 0.5);
}
.customtab-links {
  padding: 0;
  margin: 0 auto;
} 
.customtab-links li {
  list-style: none;
  width: 33.33%;
  text-align: center;
}
.customtab-links button {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  background-color: transparent;
  color: #002D42;
  text-transform: inherit;
  padding: 0 6px 12px 6px;
  border: none;
  position: relative;
  z-index: 1;
  display: block;
  height: auto;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
.customtab-links button:after {
  content: "";
  background-color: #F4891F;
  border-radius: 50px;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.integrationpms-tab li:nth-child(2) button:after {
  width: calc(100% - 6px);
  left: 3px;
}
.customtab-links button.active,
.customtab-links button:hover {
  color: #F4891F;
}
.customtab-links button.active:after,
.customtab-links button:hover:after {
  opacity: 1;
}
.customtab-detail {
  display: none;
  color: #002D42;
  padding-top: 30px;
}
.customtab-detail.active {
  display: block;
}
.integrationpms-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -20px -10px 0 -10px;
}
.integrationpms-list .item {
  padding: 0 10px;
  margin-top: 20px;
}
.integrationpms-logo {
  border: 1px solid #25A8E0;
  border-radius: 10px;
  padding: 5px 8px;
  height: 54px;
  line-height: 44px;
}
.integrationpms-logo img {max-height: 36px;}
/******* End: Integration Tools Section *******/
/******* Start: AI Section *******/
.hmaiservice-section {
  background-color: #001F2E;
/*  background: linear-gradient(335.12deg, #25A8E0 -210.37%, #001F2E 60.75%);*/
  background-image: url(https://adit.com/images/home-v3/home-adit-ai-section-bgimg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hmaiservice-section .sectiontop-title {
  color: #fff;
  margin-bottom: 40px;
}
.hmaiservice-section .sectiontop-title h2 img {
  width: 40px;
  margin-top: -8px;
}
.hmaiservice-box {
  background-color: rgba(0, 17, 25, 0.5);
  border-radius: 30px;
  padding: 20px 20px 40px 20px;
  border: 1px solid rgba(37, 168, 224, 0.8);
  color: #fff;
}
.hmaiservicebox-top {margin-bottom: 28px;}
.hmaiservicebox-top h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
}
.hmaiservicebox-top h3 span {
  font-size: 42px;
  font-weight: 600;
  color: rgba(33, 170, 224, 0.5);
  width: 54px;
}
.hmaiservicebox-top h3 b {
  font-weight: 600;
  width: calc(100% - 54px);
  padding-left: 8px;
}
.hmaiservicebox-top p {
  padding-left: 62px;
}
.hmaiservicebox-img {
  max-width: 550px;
  margin: 0 auto;
}
.hmaiservicebox-img img {max-height: 260px;}

.hmaiservice-lists.owl-carousel .item {
  width: 100%;
  height: 100%;
}
.hmaiservice-lists .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hmaiservice-lists .owl-stage:after {display: none;}
.hmaiservice-lists.owl-carousel .owl-stage-outer {overflow: visible;}
.hmaiservice-lists.owl-carousel .owl-stage {transition: transform 500ms !important;}
.hmaiservice-lists.owl-carousel .hmaiservice-box {height: 100%;}
.hmaiservice-lists.owl-carousel .hmaiservicebox-img img {
  display: inline-block;
  width: auto;
}
.hmaiservice-lists.owl-carousel .owl-item {
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.hmaiservice-lists.owl-carousel .owl-nav {margin-top: 20px;}
.hmaiservice-lists.owl-carousel .owl-nav .owl-prev {margin-right: 5px;}
.hmaiservice-lists.owl-carousel .owl-nav .owl-next {margin-left: 5px;}
.hmaiservice-lists.owl-carousel .owl-nav [class*='owl-'] {
	font-size: 24px;
  background-color: transparent;
  color: #25A8E0;
  border: 1px solid #25A8E0;
  border-radius: 40px;
  width: 80px;
  height: 40px;
  line-height: 40px;
}
.hmaiservice-lists.owl-carousel .owl-nav [class*='owl-']:hover {
  background-color: #25A8E0;
  color: #fff;
}
/******* End: AI Section *******/
/******* Start: Case Study Section *******/
.hmcasestudy-section {
  padding: 80px 0;
}
.hmcasestudy-section .glow_left {
  top: -10vw;
  bottom: auto;
}
.hmcasestudy-section .glow_right {
  top: auto;
  bottom: -10vw;
}
.hmcasestudybox-thumb {
  border: 1px solid #42B7E8;
  padding: 12px;
  border-radius: 16px;
  margin-bottom: 16px;
}
.hmcasestudybox-img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.hmcasestudybox-img:before {
  content: "";
  background: linear-gradient(98.36deg, #145C7A 3.94%, #25A8E0 103.69%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.hmcasestudybox-thumb:hover .hmcasestudybox-img:before {
  opacity: 0.88;
}
.hmcasestudybox-tag {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #fff;
  border-radius: 24px;
  display: flex;
  align-items: center;
  padding: 9px 12px 7px 12px;
  z-index: 9;
}
.hmcasestudybox-tag i {
  color: #25A8E0;
  padding-right: 4px;
}
.hmcasestudybox-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 8;
}
.hmcasestudybox-thumb:hover .hmcasestudybox-logo {
  opacity: 1;
}
.hmcasestudybox-desc strong {
  font-size: 18px;
  font-weight: 600;
  color: #002D42;
  line-height: 1.2;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}
.hmcasestudybox-desc p {
  font-size: 18px;
  color: #002D42;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hmcasestudybox-desc .button2 {
  font-size: 16px;
  margin-top: 8px;
}
.hmcasestudy-list.owl-carousel .item {width: 100%;}

/* Start: Option2 */
.hmcasestudyOpt2-block {color: #002D42;}
.hmcasestudyOpt2-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -15px;
}
.hmcasestudyOpt2-leftcol {
  width: 50%;
  padding: 0 15px;
}
.hmcasestudyOpt2-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  display: block;
  margin-bottom: 28px;
}
.hmcsinsight-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}
.hmcsinsight-item {
  width: 33.33%;
  padding: 0 10px;
}
.hmcsinsight-box {text-align: center;}
.hmcsinsight-box strong {
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  display: block;
  border-bottom: 2px solid #ADD7EB;
  padding-bottom: 10px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hmcsinsight-box strong .fa {font-size: 60%;}
.hmcsinsight-box strong small {font-size: 55%;}
.hmcsinsight-box p {
  line-height: 1.35;
  margin: 0;
}
.hmcasestudyOpt2-rightcol {
  width: 50%;
  padding: 0 15px;
}
.hmcasestudyOpt2-img {
  max-width: 640px;
  margin: 0 auto;
}
.hmcasestudyOpt2-btminfo {
  text-align: center;
  margin-top: 10px;
}
.hmcasestudyOpt2-btminfo p {margin-bottom: 15px;}
.hmcasestudyOpt2-btminfo p:last-child {margin-bottom: 0;}
.hmcasestudyOpt2-list.owl-carousel .owl-dots {
  padding-top: 4px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.hmcasestudyOpt2-list.owl-carousel .owl-dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin: 0 5px;
  background-color: transparent;
  border: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hmcasestudyOpt2-list.owl-carousel .owl-dot span {
  background-color: #92DEFF;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
}
.hmcasestudyOpt2-list.owl-carousel .owl-dot.active,
.hmcasestudyOpt2-list.owl-carousel .owl-dot:hover {
  background: rgba(37, 168, 224, 0.2);
}
.hmcasestudyOpt2-list.owl-carousel .owl-dot.active span, 
.hmcasestudyOpt2-list.owl-carousel .owl-dot:hover span {
  background-color: #25A8E0;
}
.owl-carousel .hmcasestudyOpt2-btminfo .button2 {margin-bottom: 20px;}

/* End: Option2 */


/******* End: Case Study Section *******/
/******* Start: Bottom Content Strip Section *******/
.hmcontentstrip-section {
  padding: 80px 0;
}
.hmcontentstrip-block {
  background: linear-gradient(93.78deg, #002D42 12.59%, #0073A8 125.98%);
  border-radius: 20px;
  padding: 32px;
  color: #fff;
}
.hmcontentstrip-inner {
  display: flex;
  align-items: center;
}
.hmcontentstrip-left {
  width: calc(100% - 260px);
  padding-right: 24px;
}
.hmcontentstrip-left strong {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.15;
  display: block;
  margin-bottom: 12px;
}
.hmcontentstrip-btn {
  width: 260px;
}
.hmcontentstrip-btn .button2 {
  width: 100%;
  text-align: center;
  padding-left: 12px;
  padding-right: 12px;
}
/******* End: Bottom Content Strip Section *******/
/************************************
          End: Home Page
************************************/

@media only screen and (max-width: 1679.98px) {
  /***** Start: Default CSS *****/
  .dots_pattern {
    width: 64px;
    height: 54px;
  }
  .dots_pattern_topleft {
    top: 5%;
    left: 2%;
  }
  .dots_pattern_btmleft {
    bottom: 5%;
    left: 2%;
  }
  .dots_pattern_topright {
    top: 5%;
    right: 2%;
  }
  .dots_pattern_btmright {
    bottom: 5%;
    right: 2%;
  }
  /* End: Default CSS */
}

@media only screen and (max-width: 1365.98px) {
  /***** Start: Default CSS *****/
  .sectiontop-title h1, .sectiontop-title h2 {font-size: 35px;}
  .dots_pattern {
    width: 50px;
    height: 44px;
  }
  .dots_pattern_topleft {
    top: 4%;
    left: 1%;
  }
  .dots_pattern_btmleft {
    bottom: 4%;
    left: 1%;
  }
  .dots_pattern_topright {
    top: 4%;
    right: 1%;
  }
  .dots_pattern_btmright {
    bottom: 4%;
    right: 1%;
  }
  .section_padding80 {padding: 60px 0;}
  /***** End: Default CSS *****/
  /***** Start: Homepage *****/
  /* Start: Banner Section */
  .hmbanner-section:before {top: -150px;width: 800px;height: 800px;}
  .hmbanner-section:after {width: 680px;height: 680px;}
  .hmbanner-content h1 {font-size: 35px;}
  /* End: Banner Section */
  /* Start: Insight Number Section */
  .hminsight2-box strong {font-size: 64px;}
  .hminsight2-box p {font-size: 13px;}
  /* End: Insight Number Section */
  /* Start: Industries Section */
  .hmindustries-section {padding: 60px 0;}
  .hmindustriestabnav-link span b {height: 60px;}
  /* End: Industries Section */
  /* Start: Practice Switch Section */
  .hmswitch-section {padding: 60px 0;}
  /* End: Practice Switch Section */
  /* Start: Complete Suite Section */
  .hmsuite-section {padding: 60px 0;}
  #container ul.hmsuitetab-links {margin: 0 -6px;}
  .hmsuitetab-links li {padding: 0 6px;}
  .hmsuitetab-links button {font-size: 17px;padding: 14px 4px;}
  .hmsuitetab-text strong {font-size: 28px;}
  .hmsuitetabtext-links a {font-size: 14px;}
  /* End: Complete Suite Section */
  /* Start: Integration Tools Section */
  .hmintegratetool-section {padding: 60px 0;}
  .integrationpms-list {margin: -16px -8px 0 -8px;}
  .integrationpms-list .item {padding: 0 8px;margin-top: 16px;}
  /* End: Integration Tools Section */
  /* Start: AI Section */
  .hmaiservice-section .sectiontop-title h2 img {width: 35px;}
  .hmaiservicebox-top h3 {font-size: 22px;}
  .hmaiservicebox-top h3 span {
    font-size: 34px;
    width: 42px;
  }
  .hmaiservicebox-top h3 b {
    width: calc(100% - 42px);
    padding-left: 6px;
  }
  .hmaiservicebox-top p {
    font-size: 15px;
    padding-left: 48px;
  }
  /* End: AI Section */
  /* Start: Case Study Section */
  .hmcasestudy-section {padding: 60px 0;}
  .hmcasestudybox-thumb {padding: 10px;}
  .hmcasestudybox-desc strong {font-size: 17px;}
  .hmcasestudybox-desc p {font-size: 17px;}
  .hmcasestudybox-desc .button2 {font-size: 15px;padding: 14px 32px;}
  /* Start: Option2 */
  .hmcasestudyOpt2-title {font-size: 28px;}
  .hmcsinsight-box strong {font-size: 42px;}
  /* End: Option2 */
  /* End: Case Study Section */
  /* Start: Bottom Content Strip Section */
  .hmcontentstrip-section {padding: 60px 0;}
  .hmcontentstrip-left {width: calc(100% - 230px);padding-right: 20px;}
  .hmcontentstrip-left strong {font-size: 28px;}
  .hmcontentstrip-btn {width: 230px;}
  /* End: Bottom Content Strip Section */
  /***** End: Homepage *****/
}

@media only screen and (max-width: 1199.98px){
  /***** Start: Default CSS *****/
  .poppinsFont #container {font-size: 15px;}
  .sectiontop-title h1, .sectiontop-title h2 {font-size: 30px;}
  .sectiontop-title h1 br, .sectiontop-title h2 br {display: none;}
  .sectiontop-title p {font-size: 15px;}
  .button2 {
    font-size: 15px;
    padding: 16px 32px;
  }
  .dots_pattern {display: none;}
  .section_padding80 {padding: 40px 0;}
  /* Start: Our Site Form CSS */
  .oursite-form .form-fieldcol input, .oursite-form .form-fieldcol select, .oursite-form .form-fieldcol textarea {font-size: 13px;padding: 4px 8px;height: 38px;}
  .oursite-form .form-fieldcol textarea {padding: 8px;height: 72px;}
  .oursite-form .heapBox .holder {font-size: 13px;padding: 12px 18px 12px 8px;height: 38px;}
  .oursite-form .heapBox .handler {width: 20px;}
  .oursite-form .heapBox .handler:before {font-size: 15px;}
  /* End: Our Site Form CSS */
  /***** End: Default CSS *****/
  /* Start: Header Css */
  .headpromoribbon-img img {height: 28px;}
  .headpromoribbon-text {font-size: 16px;}
  .headpromoribbon-btn {margin-left: 24px;}
  .headpromoribbon-btn a {font-size: 12px;}
  /* End: Header Css */
  /***** Start: Homepage *****/
  /* Start: Banner Section */
  .hmbanner-section {padding-top: 24px;}
  .hmbanner-section:before {top: -100px;width: 650px;height: 650px;}
  .hmbanner-section:after {bottom: -240px;width: 540px;height: 540px;}
  .hmbanner-content h1 {font-size: 30px;}
  .hmbanner-content p {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }
  .hmbnnrvideo-thumb {max-width: 600px;}
  .hmbanner-btn {margin-top: 24px;}
  /* End: Banner Section */
  /* Start: Insight Number Section */
  .hminsight2-section {padding: 30px 0;}
  .hminsight2-box strong {font-size: 54px;}
  .hminsight2-box p {font-size: 12px;}
  /* End: Insight Number Section */
  /* Start: Rating Review Section */
  .hmrating-strip {padding-bottom: 32px;}
  .hmratingstrip-logobox {padding: 0 12px;}
  .hmratingstrip-logoitem {padding: 0 6px;}
  /* End: Rating Review Section */
  /* Start: Industries Section */
  .hmindustries-section {padding: 40px 0;}
  .hmindustriestab-nav {width: 250px;}
  .hmindustriestabnav-link {font-size: 18px;}
  .hmindustriestabnav-link span b {padding: 0 12px;height: 56px;}
  .hmindustriestab-content {
    width: calc(100% - 250px);
    padding-left: 24px;
  }
  /* End: Industries Section */
  /* Start: Practice Switch Section */
  .hmswitch-section {padding: 40px 0;}
  .hmswitchbox-logo {
    line-height: 50px;
    height: 60px;
    margin-bottom: 12px;
  }
  .hmswitchbox-logo img {max-height: 45px;}
  .hmswitchbox-btn a {
    font-size: 15px;
    padding-right: 24px;
  }
  .hmswitchbox-btn a i {
    font-size: 12px;
    width: 18px;
    height: 18px;
    line-height: 18px;
  }
  /* End: Practice Switch Section */
  /* Start: Complete Suite Section */
  .hmsuite-section {padding: 40px 0;}
  #container ul.hmsuitetab-links {margin: -8px -4px 0 -4px;}
  .hmsuitetab-links li {padding: 0 4px;margin-top: 8px;}
  .hmsuitetab-links button {font-size: 15px;padding: 13px 4px 12px 4px;}
  .hmsuitetab-text strong {font-size: 26px;}
  .hmsuitetabtext-links {margin: 0 -2px 24px -2px !important;}
  .hmsuitetabtext-links li {padding: 0 2px;}
  .hmsuitetabtext-links a {
    font-size: 12px;
    border-radius: 6px;
    height: 38px;
  }
  .comingsoonTag {margin-left: 2px;}
  /* End: Complete Suite Section */
  /* Start: Integration Tools Section */
  .hmintegratetool-section {padding: 40px 0;}
  .integrationpms-list {margin: -10px -5px 0 -5px;}
  .integrationpms-list .item {padding: 0 5px;margin-top: 10px;}
  .integrationpms-logo {border-radius: 6px;padding: 4px 8px;height: 45px;line-height: 35px;}
  .integrationpms-logo img {max-height: 28px;}
  /* End: Integration Tools Section */
  /* Start: AI Section */
  .hmaiservice-section .sectiontop-title h2 img {width: 30px;}
  .hmaiservice-box {
    border-radius: 16px;
    padding: 15px 10px 20px 10px;
  }
  .hmaiservicebox-top h3 {font-size: 20px;}
  .hmaiservicebox-top h3 span {
    font-size: 28px;
    width: 36px;
  }
  .hmaiservicebox-top h3 b {
    width: calc(100% - 36px);
    padding-left: 5px;
  }
  .hmaiservicebox-top p {
    font-size: 13px;
    padding-left: 41px;
  }
  /* End: AI Section */
  /* Start: Case Study Section */
  .hmcasestudy-section {padding: 40px 0;}
  .hmcasestudybox-thumb {padding: 6px;border-radius: 10px;}
  .hmcasestudybox-desc strong {font-size: 15px;}
  .hmcasestudybox-desc p {font-size: 15px;}
  .hmcasestudybox-desc .button2 {font-size: 13px;padding: 11px 22px;margin-top: 0;}
  /* Start: Option2 */
  .hmcasestudyOpt2-title {
    font-size: 26px;
    margin-bottom: 24px;
  }
  .hmcsinsight-box strong {font-size: 36px;}
  /* End: Option2 */
  /* End: Case Study Section */
  /* Start: Bottom Content Strip Section */
  .hmcontentstrip-section {padding: 40px 0;}
  .hmcontentstrip-block {border-radius: 15px;padding: 20px;}
  .hmcontentstrip-left {width: calc(100% - 180px);padding-right: 16px;}
  .hmcontentstrip-left strong {font-size: 26px;margin-bottom: 8px;}
  .hmcontentstrip-btn {width: 180px;}
  /* End: Bottom Content Strip Section */
  /***** End: Homepage *****/
}

@media only screen and (max-width: 999px) {
  /***** Start: Default CSS *****/
  .sectiontop-title h1, .sectiontop-title h2 {font-size: 28px;}
  /***** End: Default CSS *****/
  /***** Start: Homepage *****/
  /* Start: Banner Section */
  .hmbanner-section {padding-top: 20px;}
  .hmbanner-section:before {top: -70px;width: 500px;height: 500px;}
  .hmbanner-section:after {bottom: -230px;width: 450px;height: 450px;}
  .hmbanner-content h1 {font-size: 28px;}
  /* End: Banner Section */
  /* Start: Insight Number Section */
  .hminsight2-box strong {font-size: 46px;}
  .hminsight2-box p {font-size: 12px;line-height: 1.25;}
  /* End: Insight Number Section */
  /* Start: Rating Review Section */
  .hmrating-strip {padding-bottom: 24px;}
  .hmratingstrip-line {width: 25%;}
  /* End: Rating Review Section */
  /* Start: Industries Section */
  .hmindustriestab-nav {width: 200px;}
  .hmindustriestabnav-link {font-size: 16px;}
  .hmindustriestabnav-link span b {padding: 0 8px;height: 48px;}
  .hmindustriestabnav-link i {width: 36px;}
  .hmindustriestab-content {
    width: calc(100% - 200px);
    padding-left: 16px;
  }
  .hmindustrytab-img {margin-bottom: 16px;}
  .hmindustrytab-desc p {font-size: 15px;}
  /* End: Industries Section */
  /* Start: Complete Suite Section */
  .hmsuitetab-links li {width: 50%;}
  .hmsuitetab-block .hmsuitetab-content {margin-top: 24px;}
  .hmsuitetab-imgcol {order: 1;width: 100%;}
  .hmsuitetab-img {max-width: 520px;margin: 0 auto;}
  .hmsuitetab-textcol {order: 2;margin-top: 20px;width: 100%;}
  .hmsuitetab-text {font-size: 15px;text-align: center;max-width: 100%;}
  .hmsuitetab-text strong {font-size: 24px;}

  .hmsuitetabtext-lists {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }
  /* End: Complete Suite Section */
  /* Start: AI Section */
  .hmaiservice-box {max-width: 460px;}
  .hmaiservicebox-top h3 {font-size: 19px;}
  .hmaiservicebox-top p {font-size: 14px;}
  /* End: AI Section */
  /* Start: Case Study Section */
  /* Start: Option2 */
  .hmcasestudyOpt2-section .sectiontop-title {margin-bottom: 16px;}
  .hmcasestudyOpt2-leftcol {
    width: 100%;
    order: 2;
  }
  .hmcasestudyOpt2-rightcol {
    width: 100%;
    order: 1;
    margin-bottom: 12px;
  }
  .hmcasestudyOpt2-img {max-width: 500px;}
  .hmcasestudyOpt2-title {
    font-size: 24px;
    text-align: center;
  }
  .hmcsinsight-block {
    max-width: 470px;
    margin: 0 auto;
  }
  .hmcasestudyOpt2-btminfo {margin-top: 20px;}
  /* End: Option2 */
  /* End: Case Study Section */
  /* Start: Bottom Content Strip Section */
  .hmcontentstrip-inner {flex-direction: column;text-align: center;}
  .hmcontentstrip-left {width: 100%;padding-right: 0;}
  .hmcontentstrip-left strong {font-size: 24px;}
  .hmcontentstrip-btn {width: auto;padding-top: 16px;}
  .hmcontentstrip-btn .button2 {padding: 12px 24px;}
  /* End: Bottom Content Strip Section */
  /***** End: Homepage *****/
}

@media only screen and (max-width: 767.98px) {
  /***** Start: Default CSS *****/
  .poppinsFont #container {font-size: 14px;}
  .sectiontop-title h1, .sectiontop-title h2 {font-size: 24px;}
  .sectiontop-title p {font-size: 14px;}
  .button2 {font-size: 14px;padding: 12px 24px;}
  .section_padding80 {padding: 30px 0;}
  /***** End: Default CSS *****/
  /* Start: Header Css */
  .headpromoribbon-img img {height: 24px;}
  .headpromoribbon-text {font-size: 14px;}
  .headpromoribbon-btn {display: none;}
  /* End: Header Css */
  /***** Start: Homepage *****/
  /* Start: Banner Section */
  .hmbanner-section:before {width: 360px;height: 360px;}
  .hmbanner-section:after {bottom: -290px;width: 300px;height: 300px;}
  .hmbanner-content h1 {font-size: 24px;}
  /* End: Banner Section */
  /* Start: Insight Number Section */
  .hminsight2-row {margin-top: -20px;}
  .hminsight2-row .item {
  	margin-top: 20px;
  	width: 50%;
  }
  /* End: Insight Number Section */
  /* Start: Rating Review Section */
  .hmratingstrip-logobox {padding: 0 8px;}
  .hmratingstrip-logoitem {padding: 0 4px;}
  .hmratingstrip-line {width: 20%;}
  .hmratingstrip-line:before, .hmratingstrip-line:after {width: 6px;height: 6px;}
  /* End: Rating Review Section */
  /* Start: Practice Switch Section */
  .hmswitch-list.owl-carousel .owl-nav [class*='owl-'] {
    font-size: 18px;
    width: 60px;
    height: 30px;
    line-height: 30px;
  }
  /* End: Practice Switch Section */
  /* Start: Industries Section */
  .hmindustries-section {padding: 30px 0;}
  .hmindustriestab-main {flex-direction: column;}
  .hmindustriestab-nav {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 8px;
    row-gap: 12px;
  }
  .hmindustriestabnav-link {margin-bottom: 0;}
  .hmindustriestab-content {
    padding-top: 20px;
    padding-left: 0;
    width: 100%;
  }
  /* End: Industries Section */
  /* Start: Practice Switch Section */
  .hmswitch-section {padding: 30px 0;}
  /* End: Practice Switch Section */
  /* Start: Complete Suite Section */
  .hmsuite-section {padding: 30px 0;}
  .hmsuitetab-text strong {font-size: 22px;margin-bottom: 8px;}
  /* End: Complete Suite Section */
  /* Start: Integration Tools Section */
  .hmintegratetool-section {padding: 30px 0;}
  .customtab-links button {font-size: 16px;padding: 0 4px 8px 4px;}
  .customtab-links button:after {height: 2.5px;}
  .customtab-detail {padding-top: 20px;}
  .integrationpms-list {margin: -8px -4px 0 -4px;}
  .integrationpms-list .item {padding: 0 4px;margin-top: 8px;}
  .integrationpms-logo {height: 42px;line-height: 32px;}
  .integrationpms-logo img {max-height: 22px;}
  /* End: Integration Tools Section */
  /* Start: AI Section */
  .hmaiservice-section .sectiontop-title {margin-bottom: 30px;}
  .hmaiservice-section .sectiontop-title h2 {line-height: 1.4;}
  .hmaiservice-section .sectiontop-title h2 img {
    width: 25px;
    margin-top: -5px;
  }
  .hmaiservice-lists.owl-carousel .owl-nav [class*='owl-'] {
    font-size: 18px;
    width: 60px;
    height: 30px;
    line-height: 30px;
  }
  /* End: AI Section */
  /* Start: Case Study Section */
  .hmcasestudy-section {padding: 30px 0;}
  .hmcasestudy-box {max-width: 360px;margin: 0 auto;text-align: center;}
  /* Start: Option2 */
  .hmcasestudyOpt2-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .hmcsinsight-box strong {font-size: 32px;}
  /* End: Option2 */
  /* End: Case Study Section */
  /* Start: Bottom Content Strip Section */
  .hmcontentstrip-section {padding: 30px 0;}
  .hmcontentstrip-block {border-radius: 10px;padding: 20px 12px;}
  .hmcontentstrip-left strong {font-size: 22px;}
  /* End: Bottom Content Strip Section */
  /***** End: Homepage *****/
}

@media only screen and (max-width: 575.98px) {
  /***** Start: Homepage *****/
  /* Start: Practice Switch Section */
  .hmswitch-block {padding-top: 16px;}
  .hmswitch-list.owl-carousel .item {max-width: 240px;}
  .hmswitch-box {padding: 12px 12px 16px 12px;}
  .hmswitchbox-logo {
    line-height: 38px;
    height: 48px;
  }
  .hmswitchbox-logo img {max-height: 36px;}
  .hmswitchbox-btn a {
    font-size: 13px;
    padding-right: 20px;
  }
  .hmswitchbox-btn a i {
    font-size: 10px;
    width: 16px;
    height: 16px;
    line-height: 17px;
  }
  /* End: Practice Switch Section */
  /***** End: Homepage *****/
}

@media only screen and (max-width: 479.98px) {
  /***** Start: Default CSS *****/
  .poppinsFont #container {
    font-size: 13px;
    line-height: 1.4;
  }
  .sectiontop-title h1, .sectiontop-title h2 {font-size: 22px;}
  .button2 {font-size: 14px;padding: 10px 20px;}
  /* Start: Our Site Form CSS */
  .oursite-form .form-fieldcol50 {width: 100%;}
  /* End: Our Site Form CSS */
  /***** End: Default CSS *****/
  /* Start: Header Css */
  .headpromo-ribbon {padding: 6px 3px;}
  .headpromoribbon-inner {
    max-width: 335px;
    margin: 0 auto;
  }
  .headpromoribbon-text {font-size: 13px;}
  /* End: Header Css */
  /***** Start: Homepage *****/
  /* Start: Banner Section */
  .hmbanner-section:before {width: 250px;height: 250px;}
  .hmbanner-section:after {bottom: -260px;width: 200px;height: 200px;}
  .hmbanner-content h1 {font-size: 22px;max-width: 290px;margin-left: auto;margin-right: auto;}
  /* End: Banner Section */
  /* Start: Insight Number Section */
  .hminsight2-section {padding: 24px 0;}
  .hminsight2-box strong {font-size: 35px;}
  .hminsight2-box p {font-size: 11px;}
  /* End: Insight Number Section */
  /* Start: Rating Review Section */
  .hmratingstrip-logobox {padding: 0 3px;}
  .hmratingstrip-logoitem {padding: 0 2px;}
  .hmratingstrip-line {width: 15%;}
  .hmratingstrip-line:before, .hmratingstrip-line:after {width: 5px;height: 5px;}
  /* End: Rating Review Section */
  /* Start: Industries Section */
  .hmindustriestabnav-link {font-size: 14px;}
  .hmindustriestabnav-link span b {padding: 0 5px;height: 40px;}
  .hmindustriestabnav-link i {width: 30px;}
  .hmindustriestabnav-link-chiro i:before {font-size: 20px;}
  .hmindustrytab-desc p {font-size: 14px;}
  /* End: Industries Section */
  /* Start: Complete Suite Section */
  .hmsuitetab-links li {width: 100%;}
  .hmsuitetab-text strong {font-size: 20px;}
  .hmsuitetabtext-links {justify-content: center;}
  .hmsuitetabtext-links li {width: 50%;}
  /* End: Complete Suite Section */
  /* Start: Integration Tools Section */
  .customtab-links button {font-size: 13px;padding: 0 2px 8px 2px;}
  .customtab-detail {padding-top: 16px;}
  .integrationpms-list {margin: -6px -3px 0 -3px;}
  .integrationpms-list .item {padding: 0 3px;margin-top: 6px;}
  .integrationpms-logo {height: 36px;line-height: 24px;}
  .integrationpms-logo img {max-height: 18px;}
  /* End: Integration Tools Section */
  /* Start: AI Section */
  .hmaiservice-box {max-width: 340px;}
  .hmaiservicebox-top h3 {font-size: 18px;}
  .hmaiservicebox-top h3 span {
    font-size: 24px;
    width: 30px;
  }
  .hmaiservicebox-top h3 b {width: calc(100% - 30px);}
  .hmaiservicebox-top p {
    font-size: 13px;
    padding-left: 35px;
  }
  /* End: AI Section */
  /* Start: Case Study Section */
  /* Start: Option2 */
  .hmcasestudyOpt2-title {font-size: 20px;}
  .hmcsinsight-list {margin: 0 -5px;}
  .hmcsinsight-item {padding: 0 5px;}
  .hmcsinsight-box strong {font-size: 28px;}
  /* End: Option2 */
  /* End: Case Study Section */
  /* Start: Bottom Content Strip Section */
  .hmcontentstrip-left strong {font-size: 20px;}
  /* End: Bottom Content Strip Section */
  /***** End: Homepage *****/
}

@media only screen and (max-width: 359.98px) {
  /* Start: Header Css */
  .headpromoribbon-inner {max-width: 310px;}
  .headpromoribbon-text {
    font-size: 12px;
    padding-left: 6px;
  }
  /* End: Header Css */
  /***** Start: Homepage *****/
  /* Start: Complete Suite Section */
  .hmsuitetabtext-links a {
    font-size: 11px;
    height: 36px;
  }
  /* End: Complete Suite Section */
  /* Start: AI Section */
  .hmaiservice-box {max-width: 300px;}
  .hmaiservicebox-top h3 {font-size: 16px;}
  .hmaiservicebox-top h3 span {
    font-size: 20px;
    width: 25px;
  }
  .hmaiservicebox-top h3 b {width: calc(100% - 25px);}
  .hmaiservicebox-top p {
    font-size: 12px;
    padding-left: 30px;
  }
  /* End: AI Section */
  /* Start: Case Study Section */
  /* Start: Option2 */
  .hmcsinsight-list {margin: 0 -3px;}
  .hmcsinsight-item {padding: 0 3px;}
  .hmcsinsight-box strong {font-size: 24px;}
  .hmcsinsight-box p {font-size: 12px;}
  /* End: Option2 */
  /* End: Case Study Section */
  /***** End: Homepage *****/
}