body {
font-family: 'Inter', sans-serif;
margin: 0;
position: relative;
display: flex;
flex-direction: column;
background: #FBFBFC;
-webkit-text-size-adjust: 100%;
}
html {
scroll-behavior: smooth;
-webkit-text-size-adjust: 100%;
}
main {
height: 100%;
flex-grow: 1;
opacity: 0;
}
@keyframes fadeUpOnLoad {
from {
opacity: 0;
transform: translateY(50px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.screen-reader-text {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
main.animated-on-load {
animation: fadeUpOnLoad 0.5s ease-out forwards;
}
.container {
padding-left: 0px;
padding-right: 0px;
position: relative;
width: 100%;
}
.hid_sct {
display: none !important;
}
#header {
position: fixed;
top: 0;
width: 100%;
background: transparent;
color: #fff;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
height: 5rem;
z-index: 99999;
transition: background-color .3s ease-in-out;
}
#branding,
#branding-mobile {
font-size: 28px;
font-weight: 700;
color: #fff;
line-height: 38px;
}
.sticky #branding,
.h4-bold-mobile {
color: #163666 !important;
}
.post-title_wrap {
width: 100%;
background: linear-gradient(0deg, #050613, #051b2f);
display: flex;
align-items: flex-start;
justify-content: center;
flex-direction: column;
color: #fff;
padding-top: 90px;
padding-bottom: 33px;
}
.stc-pgcnt-wrap .wpb-content-wrapper>div:first-child {
width: 100%;
background: linear-gradient(0deg, #050613, #051b2f);
display: flex;
align-items: flex-start;
justify-content: center;
flex-direction: column;
color: #fff;
padding-top: 130px;
}
.hero-header .frame {
position: relative;
display: flex;
flex-direction: column;
align-items: flex-start;
margin-bottom: 10px;
}
.document-pages .hero-header .frame {
margin-bottom: 42px;
}
.hero-header .content-container {
display: flex;
justify-content: space-between;
align-items: center;
gap: 140px;
}
.hero-header .frame h1 {
color: #fff;
position: relative;
margin: 0;
font-size: 42px;
line-height: 60px;
font-weight: 600;
}
.banner-container h1 {
width: 847px;
}
.banner-container p {
width: 945px;
}
.hero-header .frame p {
color: #fff;
position: relative;
margin-bottom: 30px;
font-size: 18px;
line-height: 28px;
font-weight: 400;
max-width: 800px;
text-align: left;
}
.sticky {
background-color: #fff !important;
color: #163666 !important;
}
.sticky-logo,
.sticky .logo {
display: none;
}
.menu_mobile .logo {
display: block;
}
.sticky-logo img {
width: 210px;
height: 100%;
object-fit: contain;
}
.sticky .sticky-logo {
display: block;
}
.logo a {
display: flex;
align-items: center;
gap: .5rem;
text-decoration: none;
}
.logo img {
width: 210px;
height: 100%;
object-fit: contain;
}
.custom-logo {
width: 157px;
height: 33px;
}
.menu_mobile {
display: none;
}
.header_wrap {
display: flex;
justify-content: space-between;
align-items: center;
}
nav {
display: flex;
flex-direction: row;
gap: 64px;
align-items: center;
}
.header-button-section {
display: flex;
flex-direction: row;
align-items: center;
display: none;
}
.nobtndiv {
min-width: 102px;
}
a.login-button {
display: none;
border-radius: 8px;
border: 1px solid #480766;
background: #FFF;
padding: 10px 16px;
text-decoration: none;
color: #480766;
font-size: 14px;
font-weight: 400;
line-height: 20px;
margin-right: 32px;
} .watch_btn a,
.vc_do_btn a {
display: inline-flex;
border-radius: 8px;
padding: 10px 16px;
font-size: 14px;
font-weight: 500;
line-height: 22px;
text-decoration: none;
color: #FFF;
background: linear-gradient(90deg, #0066D4 0%, #6849AA 100%);
position: relative;
z-index: 1;
align-items: center;
} .watch_btn a::before,
.vc_do_btn a::before {
content: url(//medinotex.ai/wp-content/themes/medx-theme/assets/images/bookademovector.svg);
display: inline-block;
width: 16px;
height: 16px;
margin-right: 5px;
vertical-align: text-top;
} .watch_btn a::after,
.vc_do_btn a::after {
content: "";
position: absolute;
top: -0.977px;
left: -0.977px;
right: 0.023px;
bottom: -0.977px;
border-radius: 9px;
padding: 1px; background: linear-gradient(90deg, #60A5F2, #407DC1, #60A5F2, #093C77);
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
-webkit-mask-composite: xor;
mask-composite: exclude;
z-index: -1;
}
.watch_btn a:hover,
.vc_do_btn a:hover {
background: linear-gradient(90deg, #0054AE 0%, #482989 100%) !important;
background-clip: padding-box !important;
}
.watch_btn a:focus,
.vc_do_btn a:focus {
border: 0.977px solid #010D1C !important;
background: linear-gradient(90deg, #0054AE 0%, #482989 100%) !important;
}
.watch_btn a:focus::after,
.vc_do_btn a:focus::after {
background: none !important;
} .book_btn {
border-radius: 8px !important;
background: linear-gradient(90deg, #0066D4 0%, #6849AA 100%) !important;
text-decoration: none !important;
color: #FFF !important;
font-size: 14px !important;
font-weight: 500 !important;
line-height: 20px !important;
position: relative !important;
border-color: transparent !important;
border: none;
padding: 11px 16px !important;
display: flex;
align-items: center;
}
.book_btn:hover {
background: linear-gradient(90deg, #0054AE 0%, #482989 100%) !important;
background-clip: padding-box !important;
}
.book_btn:focus {
border: 0.977px solid #010D1C !important;
background: linear-gradient(90deg, #0054AE 0%, #482989 100%) !important;
border-color: #010D1C;
}
.book_btn:focus::after {
background: none !important;
}
.book_btn::after {
content: '';
position: absolute;
top: -0.977px;
bottom: -0.977px;
left: -0.977px;
right: -1.977px;
background: linear-gradient(90deg, #60A5F2, #407DC1, #60A5F2, #093C77);
z-index: -1;
border-radius: 8px;
}
.book_btn::before {
content: url(//medinotex.ai/wp-content/themes/medx-theme/assets/images/bookademovector.svg);
display: inline-block;
width: 16px;
height: 16px;
margin-right: 5px;
vertical-align: text-top;
}
#menu-primary-menu {
display: flex;
gap: 48px;
margin: 0;
padding: 0;
list-style: none;
}
#menu-primary-menu li a {
text-decoration: none;
color: #fff;
cursor: pointer;
font-size: 18px;
font-weight: 400;
position: relative;
font-style: normal;
transition: top 0.3s ease, color 0.3s ease;
padding-bottom: 5px;
}
#menu-primary-menu li a:hover {
top: -1px;
}
.sticky #menu-primary-menu li a {
color: #163666;
}
#menu-primary-menu li.current-menu-item a {
font-weight: 600 !important;
}
#menu-primary-menu li a:hover {
transform: translateY(-1px);
transition: transform .15s ease-out;
}
#menu-primary-menu li.current-menu-item>a::before,
#menu-primary-menu li.current-menu-parent>a:before {
content: "";
display: block;
width: 100%;
height: 2px;
background-color: #0066d4;
position: absolute;
bottom: 0px;
left: 0;
transition: width .3s ease-in-out;
right: 1px;
}
.menu_toggle {
display: none;
background: url(//medinotex.ai/wp-content/themes/medx-theme/assets/images/hamburger.svg);
width: 32px;
height: 32px;
background-size: cover;
cursor: pointer;
}
.sticky .menu_toggle {
background: url(//medinotex.ai/wp-content/themes/medx-theme/assets/images/HamburgerMenu.svg);
}
.menu-active {
overflow: hidden;
touch-action: none;
}
.close-popup-mobile {
background: url(//medinotex.ai/wp-content/themes/medx-theme/assets/images/x-close.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
width: 32px;
height: 32px;
position: relative;
display: block;
top: 0;
right: 0;
cursor: pointer;
} .nav_menu li.menu-item-has-children>a {
position: relative;
display: inline-flex;
align-items: center;
gap: 8px; }
.nav_menu li.menu-item-has-children>a:after {
content: "";
display: inline-block;
width: 24px;
height: 24px;
background: url(//medinotex.ai/wp-content/themes/medx-theme/assets/images/down-arrow.svg) no-repeat center;
background-size: contain;
}
.sticky li.menu-item-has-children>a:after {
content: "";
display: inline-block;
width: 24px;
height: 24px;
background: url(//medinotex.ai/wp-content/themes/medx-theme/assets/images/blue-arrow.svg) no-repeat center;
background-size: contain;
}
.nav_menu ul.sub-menu {
display: none;
position: absolute;
background: #fff;
padding: 12px;
border-radius: 8px;
box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
color: #000;
list-style: none;
}
ul.sub-menu li {
margin-bottom: 8px;
padding-bottom: 8px;
border-bottom: 1px solid #f6f6f6;
}
ul.sub-menu li:last-child {
border-bottom: none;
padding-bottom: 0;
margin: 0;
}
.nav_menu ul.sub-menu li a {
color: #000 !important;
font-size: 14px !important;
font-weight: 400 !important;
line-height: 20px !important;
}
.nav_menu ul.sub-menu.show-submenu {
display: block;
}
.nav_menu_mobile .sub-menu {
display: none;
padding-left: 15px;
list-style: none;
}
.nav_menu_mobile .menu-item.open>.sub-menu {
display: block;
}
.nav_menu_mobile li.menu-item-has-children {
position: relative;
}
.submenu-arrow {
position: absolute;
right: 0;
top: 10px;
width: 30px;
height: 30px;
cursor: pointer;
}
.submenu-arrow::after {
content: "";
display: inline-block;
width: 24px;
height: 24px;
background: url(//medinotex.ai/wp-content/themes/medx-theme/assets/images/black-arrow.svg) no-repeat center;
background-size: contain;
margin-left: 10px;
} .banner {
text-align: center;
max-width: 1068px;
margin: 0 auto;
}
.banner-title-sec {
display: flex;
flex-direction: column;
align-items: center;
}
.banner-title-sec h1 {
font-size: 54px;
line-height: 68px;
color: #181818;
margin: 0 0 16px 0;
font-weight: 600;
}
.banner-title-sec h1 span {
color: #480766;
}
h6 {
color: #666;
text-align: center;
font-size: 20px;
font-weight: 400;
line-height: 32px;
margin: 0 0 40px 0;
}
.banner-video-sec ul {
list-style: none;
margin: 0;
padding: 0;
margin-top: 58px;
margin-bottom: 40px;
}
.banner-video-sec ul li {
display: inline-block;
margin-right: 16px;
border-radius: 14.493px;
border: 3.41px solid #FFF;
background: #F5F5F5;
box-shadow: 0px 3.41px 3.41px 0px rgba(207, 207, 207, 0.25);
padding: 11.03px 11.12px;
line-height: 0;
transition: transform 2s ease, opacity 2s ease;
}
.banner-video-sec ul li img {
object-fit: contain;
width: 33.763px;
height: 33.932px;
}
.banner-video-sec .video-sec {
padding-top: 33px;
}
.banner-video-sec .video-wrapper {
position: relative;
display: inline-block;
}
.banner-video-sec .video-wrapper::before {
content: "";
position: absolute;
top: -5%;
left: 46%;
width: 100%;
height: 100%;
transform: translateX(-50%);
border-radius: 1098.354px;
background: linear-gradient(64deg, rgba(217, 198, 255, 0.50) 13.29%, rgba(127, 153, 255, 0.50) 47.78%, rgba(184, 132, 239, 0.50) 61.75%, rgba(136, 246, 246, 0.50) 88.81%);
filter: blur(80.864px);
z-index: -1;
}
.banner-video-sec .video-wrapper video {
position: relative;
display: block;
width: 100%;
border-radius: 20px;
bottom: -25px;
max-width: 1024px;
}
.banner-video-sec .video-wrapper video.scrolled {
transform: translateY(-110px);
transition: transform 1s ease-out;
}  .banner-video-sec ul.merged li:nth-child(1) {
transform: translate(75%, 100%) scale(1.1);
opacity: 0;
}
.banner-video-sec ul.merged li:nth-child(2) {
transform: translate(25%, 100%) scale(1.1);
opacity: 0;
}
.banner-video-sec ul.merged li:nth-child(3) {
transform: translate(-25%, 100%) scale(1.1);
opacity: 0;
}
.banner-video-sec ul.merged li:nth-child(4) {
transform: translate(-75%, 100%) scale(1.1);
opacity: 0;
}  .anmtn_sctn .vc_column-inner,
.vc_column-inner {
padding-top: 0 !important;
}
.animation_block_image {
display: flex;
justify-content: space-between;
margin: 140px 0;
width: 100%;
height: 100%;
gap: 119px;
}
.animation_block_image_container,
.animation_block_wrapper {
width: 50%;
}
.animation_block_image_container {
position: relative;
height: 370px;
}
.animation_block_image_container img {
position: absolute;
}
.animation_block_inner_content h2 {
color: #181818;
font-size: 40px;
font-weight: 500;
line-height: 58px;
margin: 15.75px 0 16px 0;
}
.animation_block_inner_content p {
color: #666;
font-size: 16px;
font-weight: 400;
line-height: 28px;
margin: 0 0 60px 0;
}  .alche_work_sctn {
padding: 80px 0 0px 0;
}
.alche_work_sctn h2 {
color: #1c1c1c;
font-size: 38px;
font-weight: 600;
letter-spacing: 0;
line-height: 57px;
position: relative;
text-align: center;
margin: 0 0 16px 0;
}
.alche_work_sctn .alche_work_sctn_video_wrap p {
color: #FFF;
font-size: 16px;
font-weight: 400;
line-height: 28px;
margin: 0 0 40px 0;
}
.alche_work_sctn_video_wrap {
margin-bottom: 56px;
}
.alche_work_sctn_video_wrap .watch_btn a::after {
left: 0.023px;
}
.alche_work_sctn_video_wrap .video_block {
float: right;
}
.alche_work_sctn_video_wrap .video_block .video-wrapper video {
border-radius: 19.712px;
width: 606px;
}
.alche_work_sctn_video_wrap .video_block .video-wrapper {
position: relative;
display: inline-block;
}
.alche_work_sctn_video_wrap .video_block .video-wrapper::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 56.67%, rgba(0, 0, 0, 0.80) 100%);
border-radius: 19.712px;
pointer-events: none;
z-index: 2;
}
.alche_work_sctn .alche_work_sctn_smart_wrap h4 {
color: #fff;
font-size: 28px;
font-weight: 700;
line-height: 48px;
margin: 0 0 16px 0;
}
.alche_work_sctn .alche_work_sctn_smart_wrap h6 {
color: #FFF;
font-size: 20px;
font-weight: 500;
line-height: 32px;
margin: 0 0 12.7px 0;
text-align: left;
}
.alche_work_sctn .alche_work_sctn_smart_wrap p {
color: #FFF;
font-size: 12px;
font-weight: 400;
line-height: 18px;
}
.alche_work_sctn_smart_wrap .wpb_content_element {
margin-bottom: 0;
} .alche_work_sctn p {
text-align: justify;
font-size: 16px;
font-weight: 400;
line-height: 20px;
color: #1c1c1c;
width: 917.29px;
margin: auto;
margin-bottom: 25px;
}
.alche_work_sctn p:last-child {
text-align: justify;
font-size: 16px;
font-weight: 400;
line-height: 24px;
color: #1c1c1c;
margin-bottom: 38px !important;
}
.alche_work_sctn p:first-of-type {
text-align: center;
}
.alche_work_sctn figure img {
width: 86.54609680175781px;
height: 92.5091781616211px;
margin-bottom: 11px;
}
.video_block {
width: 100%;
height: -moz-fit-content;
height: fit-content;
background: #fff;
position: relative;
padding-bottom: 64px;
}
.video-sec {
width: 100%;
height: 100%;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.video-wrapper {
border-radius: 24px;
position: relative;
overflow: hidden;
width: 1029.68px;
height: 100%;
}
.video-sec video {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
border-radius: 24px;
} .about_sctn {
padding: 60px 0 60px 0;
}
.about_sctn .watch_btn,
.abt_icn_tl_sctn .watch_btn,
.features_pg_sctn .watch_btn,
.indstrs_sctn .watch_btn {
text-align: right;
}
.about_sctn .watch_btn a::after,
.abt_icn_tl_sctn .watch_btn a::after,
.features_pg_sctn .watch_btn a::after {
right: 0.023px;
}
.about_sctn .vc_column-inner {
padding-top: 0 !important;
}
.about_sctn h2 {
color: #1c1c1c;
font-size: 38px;
font-weight: 600;
line-height: 58px;
margin: 0 0 18px 0;
}
.about_sctn p {
color: #5f5f5f;
font-size: 18px;
font-weight: 400;
line-height: 28px;
margin: 0;
}
.numberline-section {
align-items: flex-start;
display: flex;
flex-direction: column;
gap: 40px;
position: relative;
width: 562.19px;
}
.numberline-card {
align-items: flex-start;
align-self: stretch;
display: flex;
flex: 0 0 auto;
gap: 31.9px;
position: relative;
width: 100%;
}
.numberline-card .div-wrapper-4 {
align-items: flex-start;
display: inline-flex;
flex: 0 0 auto;
flex-direction: column;
gap: 9.74px;
margin-bottom: -8.03px;
margin-top: -8.03px;
position: relative;
}
.numberline-card .div-7 img {
height: 100%;
left: 24px;
-o-object-fit: cover;
object-fit: cover;
position: absolute;
top: 48px;
width: 1px;
}
.numberline-card .text-wrapper-3 {
align-self: stretch;
color: #1c1c1c;
margin-top: -.65px;
position: relative;
}
.numberline-card .div-wrapper-5 {
align-items: flex-start;
display: inline-flex;
flex: 0 0 auto;
flex-direction: column;
gap: 9.74px;
position: relative;
}
.numberline-card .div-7 {
background: #fff;
align-items: center;
border: 1px solid;
border-color: #000;
border-radius: 23.92px;
display: flex;
flex-direction: column;
gap: 23.92px;
justify-content: center;
padding: 21px 18px;
margin-top: -7px;
}
.numberline-card .div-8 {
align-items: flex-start;
display: flex;
flex-direction: column;
gap: 10px;
position: relative;
width: 482.44px;
}
.numberline-card p.h4-medium {
color: #1c1c1c;
text-align: left;
font-size: 20px;
font-weight: 500;
line-height: 22px;
margin: 0 0 8px 0;
}
.about_sctn .vc_do_btn,
.abt_icn_tl_sctn .vc_do_btn,
.abt_stndot_sctn_wrap .vc_do_btn {
float: right;
margin-bottom: 13px;
}
.acs_col2_tp {
margin-bottom: 60px;
display: flex;
align-items: flex-end;
flex-wrap: wrap;
}
.acs_col2_tp .vc_col-sm-4 .wpb_wrapper {
display: flex;
justify-content: right;
}
.icon_content_block .img_cnt h3 {
color: #000;
font-size: 22px;
font-weight: 500;
line-height: 28px;
margin-top: 0px;
margin-bottom: 0px;
}
.icon_content_block {
margin-bottom: 34px;
}
.icon_content_block .img_cnt p {
color: #646363;
font-size: 18px;
font-weight: 400;
line-height: 28px;
margin: 0;
}
.bkgd_content_block {
border-radius: 30px;
background-position: center;
background-size: cover;
position: relative;
overflow: hidden;
height: 310px;
padding: 48px 80px;
box-sizing: border-box;
}
.bkgd_content_block::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(266.01deg, rgba(52, 115, 209, 0) .98%, #0e2766 98.85%);
border-radius: 30px;
pointer-events: none;
z-index: 1;
}
.bkgd_content_block .img_cnt {
position: relative;
z-index: 2;
color: white;
}
.bkgd_content_block .img_cnt h3 {
color: #FFF;
font-size: 42px;
font-weight: 400;
line-height: 62px;
margin: 0;
}
.bkgd_content_block .img_cnt p {
color: #FFF;
font-size: 18px;
font-weight: 400;
line-height: 28px;
margin-top: 16px;
}
.img_cnt_slider_wrap {
display: grid;
gap: 24px;
grid-template-columns: 1fr 1fr 1fr 1fr;
}
.img_cntnt {
margin-right: 32px;
}
.cntn_img_wrap {
display: flex;
}
.cntn_img_wrap img {
object-fit: contain;
width: 100%;
height: auto;
}
.scalable-business-info {
border-radius: 16px;
border: 1px solid #E4E6FE;
background: #3D1F82;
padding: 63px 40px 63px 40px;
margin-bottom: 0;
margin-top: 24px;
box-sizing: border-box;
}
.scalable-business-info h5 {
color: #FFF;
font-size: 22px;
font-weight: 500;
line-height: 40px;
margin: 0;
}
.scalable-business-info p {
color: #FFF;
font-size: 18px;
font-weight: 400;
line-height: 28px;
margin: 0;
}
.acs_col2_btm_mbl_only,
.abt-vsnmsn-sctn-wrap.mbl_only,
.mbl_only,
.home-core-row .vc_empty_space {
display: none;
}  .dcmntn_sctn {
text-align: center;
padding: 80px 0 80px 0;
}
.dcmntn_sctn h2 {
color: #dfdfdf;
font-size: 38px;
font-weight: 600;
line-height: 58px;
margin-bottom: 48px;
}
.file-types-block-wrapper {
display: flex;
justify-content: center;
}
.file-types-block {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
margin-bottom: 40px;
}
.document-blk {
border-radius: 8px;
border: 1px solid #F3F3F9;
background: #FFF;
text-align: center;
width: 150px;
height: 130px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.doc-img {
display: inline-block;
vertical-align: top;
max-width: 100%;
border-radius: 14.493px;
border: 3.41px solid #FFF;
background: #F5F5F5;
box-shadow: 0px 3.41px 3.41px 0px rgba(207, 207, 207, 0.25);
margin-bottom: 16px;
padding: 9.25px;
box-sizing: border-box;
}
.doc-img img {
width: 28px;
height: 28px;
object-fit: contain;
}
.document-blk p {
margin: 0;
color: var(--Text-Primary, #181818);
text-align: center;
font-size: var(--Fontsize-body-sm, 12px);
font-weight: 400;
line-height: var(--Lineheight-body-sm, 18px);
}
.dcmntn_sctn_inner {
margin-bottom: 40px;
}
.dcmntn_sctn_inner .wpb_single_image {
border-radius: 8px;
border: 1px solid #F3F3F9;
background: #FFF;
padding: 10px;
text-align: center;
}
.dcmntn_sctn_inner .wpb_single_image .vc_single_image-wrapper {
display: inline-block;
vertical-align: top;
max-width: 100%;
border-radius: 14.493px;
border: 3.41px solid #FFF;
background: #F5F5F5;
box-shadow: 0px 3.41px 3.41px 0px rgba(207, 207, 207, 0.25);
margin-bottom: 16px;
padding: 6.17px 6.25px;
box-sizing: border-box;
}
.dcmntn_sctn_inner .wpb_single_image .vc_figure {
margin: 15.72px 0 !important;
}
.dcmntn_sctn_inner .wpb_single_image img {
width: 28px;
}
.dcmntn_sctn_inner .wpb_single_image .vc_figure-caption {
color: #181818;
text-align: center;
font-size: 12px;
font-weight: 400;
line-height: 18px;
margin: 0;
}  .hm_icn_blk_frow {
margin-bottom: 52px;
}
.indstrs_sctn,
.hm_qstn_sctn {
padding: 80px 0 80px 0;
}
.indstrs_sctn h2 {
color: #181818;
font-size: 36px;
font-weight: 500;
line-height: 58px;
}
.abt_icn_tl_sctn,
.acs_col2_tp_resp {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.indstrs_sctn .icon_block .icon-wrap-dsktp img {
width: 24px;
height: 24px;
object-fit: contain;
}
.icon-wrap-mbl {
display: none;
}
.indstrs_sctn .icon_block .icon-wrap-dsktp .img_cnt {
margin-top: 24px;
}
.indstrs_sctn .icon_block .icon-wrap-dsktp .img_cnt h4 {
color: #181818;
font-size: var(--Paragraph-spacing-Heading-h5, 22px);
font-weight: 500;
line-height: var(--Lineheight-Heading-h5, 40px);
margin: 0 0 8px 0;
}
.indstrs_sctn .icon_block .icon-wrap-dsktp .img_cnt h4 a {
color: #163666;
text-decoration: none;
}
.indstrs_sctn .icon_block .icon-wrap-dsktp .img_cnt h4 a:hover {
text-decoration: underline;
}
.indstrs_sctn .icon_block .icon-wrap-dsktp .img_cnt p {
color: #181818;
font-size: 14px;
font-weight: 400;
line-height: 20px;
margin: 0;
}  .hm_qstn_sctn .vc_column-inner {
padding-top: 0 !important;
}
.hm_qstn_sctn h3 {
color: #1c1c1c !important;
font-size: 34px;
font-weight: 600;
line-height: 52px;
margin: 0 0 34px 0;
}
.hm_qstn_sctn .vc_tta-accordion h4 a {
color: #1c1c1c !important;
font-size: 20px;
font-weight: 500;
line-height: 22px;
padding: 0 !important;
margin-bottom: 8px;
}
.hm_qstn_sctn .vc_tta-accordion h4 a span {
max-width: 90%;
display: block;
}
.hm_qstn_sctn .vc_tta-accordion .vc_tta-panel-body p {
color: #5f5f5f;
font-size: 18px;
font-weight: 400;
line-height: 28px;
margin: 0 !important;
}
.hm_qstn_sctn .vc_tta-accordion .vc_tta-panel-heading {
background-color: #F7FBFF !important;
margin-bottom: 16px;
}
.hm_qstn_sctn .vc_tta-accordion .vc_tta-panel-heading:hover {
background-color: #F7FBFF !important;
}
.hm_qstn_sctn .vc_tta .vc_tta-controls-icon {
display: inline-block;
vertical-align: middle;
height: 24px;
width: 24px;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
right: 0 !important;
}
.hm_qstn_sctn .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
background: url(//medinotex.ai/wp-content/themes/medx-theme/assets/images/Alt Arrow Down.svg) no-repeat center bottom;
background-size: contain;
z-index: 1;
pointer-events: none;
transform: none !important;
border-width: 0 !important;
width: 24px;
height: 24px;
}
.hm_qstn_sctn .vc_tta .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before {
transform: rotate(180deg) !important;
}
.vc_tta-container {
margin-bottom: 0 !important;
}
.vc_tta-panels {
width: 904px;
margin: auto;
}
.vc_tta-panel {
margin-bottom: 16px;
padding: 24px;
background: #F7FBFF;
border: 1px solid;
border-color: #ededed;
border-radius: 17px;
}
.vc_tta-panel.vc_active {
border-color: #d8d8d8;
background: #fff;
}
.hm_qstn_sctn .vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading {
background-color: #FFF !important;
}
.vc_tta-panel:hover {
box-shadow: 0 2px 8px rgba(0, 0, 0, .05)
}
.vc_tta-panel:last-child {
margin-bottom: 0;
}
.vc_tta-panel-body {
padding: 0 !important;
background-color: #fff !important;
}  .vc-video-section {
position: relative;
width: 100%;
height: 330px;
overflow: hidden;
}
.vc-video-section video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.vc-video-content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
max-width: 1240px;
padding: 80px 20px;
z-index: 2;
color: #fff;
}
.vc-video-content h3 {
color: #FFF;
font-size: 36px;
font-weight: 500;
line-height: 52px;
padding: 0 0 24px 0 !important;
margin: 0;
}  .inner-bnr-sctn {
padding-bottom: 90px;
}
.inner-bnr-sctn .watch_btn {
text-align: center;
margin-top: 40px;
}
.inner-bnr-sctn .wpb_wrapper {
max-width: 1200px;
margin: 0 auto;
}
.inner-bnr-sctn h1 {
color: #181818;
text-align: center;
font-size: var(--Fontsize-Heading-h1, 54px);
font-weight: 600;
line-height: var(--Lineheight-Heading-h1, 68px);
margin: 0 0 32px 0;
}
.inner-bnr-sctn h1 span {
color: var(--Text-Link-Hover, #480766);
}
.inner-bnr-sctn h6 {
color: var(--Text-Label, #666);
text-align: center;
font-size: 20px;
font-weight: 400;
line-height: 32px;
margin: 0;
}
.vc_do_btn,
.wpb_content_element {
margin-bottom: 0 !important;
}
.inner-bnr-sctn .vc_do_btn {
margin-top: 40px;
} .abt-vsnmsn-sctn-wrap {
height: 606px;
}
.abt-vsnmsn-sctn-wrap::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(221deg, rgba(62, 60, 156, 0.00) 0%, #010214 100%);
pointer-events: none;
z-index: 2;
}
.vision_mission_wrap {
z-index: 2;
position: relative;
width: 100%;
height: fit-content;
display: flex;
flex-direction: column;
align-items: flex-start;
align-self: stretch;
padding: 100px 0px;
gap: 10px;
background: rgb(247, 251, 255);
}
.vision_mission_inr {
display: flex;
gap: 38px;
}
.abt-vsnmsn-sctn-wrap>.vc_column_container {
position: absolute;
bottom: 0;
}
.vision_mission_inr h2 {
font-size: 38px;
font-style: normal;
font-weight: 600;
line-height: 58px;
margin: 0 0 0px 0;
color: rgb(28, 28, 28);
}
.vision_mission_inr p {
font-size: 16px;
font-weight: 400;
line-height: 150%;
margin: 0;
color: rgb(48, 48, 48);
}
.vision_mission_inr .vsnmsn-cnt-wrap {
align-items: flex-start;
display: flex;
flex-direction: column;
position: relative;
flex: 1 1 0%;
gap: 16px;
}
.vision_mission_inr .box {
display: flex;
gap: 32px;
}
.abt_stndot_sctn_wrap {
margin-top: 80px;
margin-bottom: 80px;
}
.features_pg_sctn {
margin-bottom: 40px !important;
}
.abt_stndot_sctn_wrap h2 {
color: #181818;
font-size: 34px;
font-weight: 600;
line-height: 57.814px;
margin: 0;
}
.grid-block {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 32px;
margin-top: 40px;
}
.grid_icon_block {
padding: 24px;
border-radius: 16px;
border: 1px solid #E4E4E4;
background: #FFF;
}
.grid_icon-wrap {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 24px;
}
.icon-wrap img {
border-radius: 8px;
}
.icon-wrap {
display: flex;
gap: 24px;
align-items: flex-start;
}
.img_cnt {
display: flex;
flex-direction: column;
gap: 0px;
}
.icon_img {
border-radius: 8px;
background: #FBFBFC;
padding: 16px;
width: 32px;
height: 32px;
object-fit: contain;
}
.abt-why-chs .hero-button {
margin: 0 90px;
}
.abt-why-chs .wpb_wrapper {
margin-left: 30px;
}
.grid_img_cnt h4 {
color: #000;
font-size: 21.929px;
font-weight: 500;
line-height: 31.897px;
margin: 0;
}
.grid_img_cnt p {
color: #646363;
font-size: 16px;
font-weight: 400;
line-height: 27.91px;
margin: 10px 0 0 0;
}  .ftrs_sctn_wrap::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(221deg, rgba(62, 60, 156, 0.30) 0%, #010214 100%);
pointer-events: none;
z-index: 2;
}
.ftrs_sctn_wrap {
height: 556px;
position: relative;
background-repeat: no-repeat;
background-size: cover;
}
.ftrs_sctn_wrap .wpb_column {
height: 100%;
}
.ftr_sctn_wrap {
z-index: 2;
position: absolute;
top: 70%;
transform: translateY(-70%);
color: #fff;
max-width: 960px;
}
.ftr_sctn_wrap h2.ft_title {
color: #FFF;
font-size: var(--Fontsize-Heading-h2, 40px);
font-weight: 600;
line-height: var(--Lineheight-Heading-h2, 58px);
margin: 0;
}
.ftr_sctn_wrap h2 {
color: #FFF;
font-size: var(--Fontsize-Heading-h2, 40px);
font-weight: 400;
line-height: var(--Lineheight-Heading-h2, 58px);
margin: 0;
}
.ftr_sctn_wrap p {
color: #FFF;
font-size: 18px;
font-weight: 400;
line-height: 28px;
margin: 16px 0 0 0;
}
.col2_cnt_sctn_wraps {
padding-top: 80px;
display: flex;
align-items: center;
}
.col2_cnt_sctn_wraps.lst_wrp {
padding-bottom: 60px !important;
}
.col2_cnt_sctn_wraps.frst-wrp {
padding-top: 100px !important;
}
.col2_cnt_sctn_wraps .wpb_single_image {
display: flex;
align-items: center;
width: 504px;
height: 393px;
}
.col2_cnt_sctn_wraps figure {
display: flex !important;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
border-radius: 16px;
margin: 0 0 8px 0 !important;
}
.col2_cnt_sctn_wraps figure img {
width: 500px;
height: 390px;
object-fit: cover;
}
.col2_cnt_sctn_wraps h2,
.col2_cnt_sctn_wraps h3 {
font-size: 38px;
line-height: normal;
font-weight: 500;
margin-bottom: 18px;
}
.col2_cnt_sctn_wraps p {
color: #52575D;
font-size: 18px;
font-weight: 400;
line-height: 30px;
margin: 16px 0;
}
.col2_cnt_sctn_wraps ul {
margin: 0;
padding: 0 0 0 15px;
}
.col2_cnt_sctn_wraps ul li {
color: #666666;
font-size: 16px;
font-weight: 400;
line-height: 28px;
margin-bottom: 8px;
}
.features.col2_cnt_sctn_wraps ul {
margin: 0;
padding: 0 0 0 0;
}
.features.col2_cnt_sctn_wraps ul li {
color: #666666;
font-size: 16px;
font-weight: 400;
line-height: 28px;
margin-bottom: 10px;
width: 609px;
list-style: none;
height: auto;
angle: 0 deg;
opacity: 1;
gap: 10px !important;
border-radius: 8px;
border-width: 1px;
padding: 16px;
border: 1px solid #E1DEDE;
}
.features.col2_cnt_sctn_wraps ul li:hover {
box-shadow: 0px 0px 4px 0px rgba(0, 74, 174, 0.10);
border-left: 3px solid rgba(0, 74, 174, 1);
}
.features.col2_cnt_sctn_wraps ul li h4 {
font-family: Type/Font family/Primary;
font-weight: 600;
font-style: Semi Bold;
font-size: Paragraph spacing/Heading/h7;
leading-trim: NONE;
line-height: Paragraph spacing/Heading/h3;
letter-spacing: 0%;
color: #181818;
margin: 0;
}
.features.col2_cnt_sctn_wraps ul li p {
font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 16px;
leading-trim: NONE;
line-height: 150%;
letter-spacing: 0%;
color: #181818;
}
.col2_cnt_sctn_wraps ul li::marker {
color: #000; }
.flip_order .wpb_single_image {
text-align: right;
}
.flip_order .vc_col-sm-6:last-child .wpb_wrapper {
display: flex;
justify-content: flex-end;
}  .error404 #header {
background: #050814;
}
.stc-error-wrap {
padding: 250px 60px;
border-radius: 15px;
text-align: center;
}
.stc-error-wrap h1 {
font-size: 60px;
}  .mnthly_sctn,
.annual_sctn {
display: none;
justify-content: center;
gap: 24px 15.11px;
flex-wrap: wrap;
}
.mnthly_sctn .card,
.annual_sctn .card {
height: auto;
padding: 50px 0 0px 0;
display: flex;
flex-direction: column;
background: #fff;
border-radius: 12px;
box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
width: 100%;
}
.card-item .price_head h5 {
color: #1D2127;
font-size: 15.105px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.302px;
margin: 0;
}
.card-item a {
display: flex;
justify-content: center;
}
.price {
color: #1D2127;
font-size: 42px;
font-style: normal;
font-weight: 600;
line-height: 60px;
}
.price_plan {
color: #484848;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 20px;
}
.price_head {
display: flex;
padding: 0px 22.658px 24px 22.658px;
flex-direction: column;
justify-content: flex-start;
gap: 15.105px;
}
.price_head p {
margin: 0;
display: flex;
align-items: center;
gap: 8px;
}
.price_details {
display: flex;
padding: 20px 20.67px 37px 20.67px;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
margin-bottom: 70.106px;
}
.price_details ul {
display: flex;
flex-direction: column;
gap: 23px;
list-style: none;
padding-left: 39px;
margin: 0px 0 0 0;
}
.price_details ul li {
color: #1c1c1c;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
position: relative;
height: 28px;
display: flex;
align-items: center;
font-family: 'Inter', sans-serif;
cursor: pointer;
}
.price_details ul li.plan_list-cross {
color: #595959;
}
.price_details ul li.plan_list-tick::before {
content: '';
position: absolute;
left: -37px;
top: 50%;
transform: translateY(-50%);
width: 29px;
height: 29px;
display: flex;
align-items: center;
justify-content: center;
background-image: url(//medinotex.ai/wp-content/themes/medx-theme/assets/images/check-green.svg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.hylyt_blk .price_details ul li.plan_list-tick::before {
content: '';
position: absolute;
left: -37px;
top: 50%;
transform: translateY(-50%);
width: 29px;
height: 29px;
display: flex;
align-items: center;
justify-content: center;
background-image: url(//medinotex.ai/wp-content/themes/medx-theme/assets/images/check-active.svg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.hylyt_blk .price_details ul li.plan_list-cross::before {
content: '';
position: absolute;
left: -37px;
top: 50%;
transform: translateY(-50%);
width: 29px;
height: 29px;
background-image: url(//medinotex.ai/wp-content/themes/medx-theme/assets/images/cross-active.svg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.price_details ul li.plan_list-cross::before {
content: '';
position: absolute;
left: -37px;
top: 50%;
transform: translateY(-50%);
width: 29px;
height: 29px;
background-image: url(//medinotex.ai/wp-content/themes/medx-theme/assets/images/cross-red.svg);
background-size: cover;
background-repeat: no-repeat;
}
.price_details div.plan-btn,
.plan-btn {
border-radius: 3.44px;
border: 1.29px solid #0066d4;
background: #FFF;
display: flex;
justify-content: center;
align-items: center;
width: calc(100% - 41.34px);
cursor: pointer;
position: absolute;
bottom: 37px;
left: 20.67px;
height: 35.89px;
text-decoration: none;
}
.hylyt_blk .plan-btn {
background: #0066d4;
border-color: #fff;
}
.hylyt_blk .plan-btn p {
color: #fff;
text-align: center;
}
.plan-btn:hover p {
font-weight: 800;
}
.price_details div.plan-btn p,
.plan-btn p {
margin: 0;
color: #0066d4;
text-align: center;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
cursor: pointer;
}
.card {
transition: all 0.3s ease-in-out;
}
.hylyt_blk {
background: #0066d4 !important;
}
.card .card-item {
position: relative;
height: 100%;
}
.hylyt_blk .card-item .price_head h5,
.hylyt_blk .card-item .price_head .price,
.hylyt_blk .card-item .price_head .price_plan,
.hylyt_blk .card-item .price_details ul li {
color: #fff;
transition: color 0.3s ease;
}
.hylyt_txt {
border-radius: 7.553px;
background: #FFF;
position: absolute;
top: 22px;
right: 19px;
padding: 5.664px 7.553px;
color: #181059;
text-align: center;
font-size: 11.329px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.227px;
border: 0.944px solid #EFEFEF;
}
.hylyt_blk .hylyt_txt {
border: none;
}
.pricing_cards_wrapper {
padding-top: 40px;
}
.medx-pricing-section {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
padding-top: 70px;
}
.medx-pricing-section h1 {
margin: 0;
color: #181818;
text-align: center;
font-size: var(--Fontsize-Heading-h1, 54px);
font-weight: 600;
line-height: var(--Lineheight-Heading-h1, 68px);
}
.medx-pricing-section h1 span {
color: var(--Text-Link-Hover, #480766);
font-size: var(--Fontsize-Heading-h1, 54px);
font-weight: 600;
line-height: var(--Lineheight-Heading-h1, 68px);
}
.medx-pricing-section h6 {
margin-top: 24px;
margin-bottom: 24px;
color: #52575D;
text-align: center;
font-size: 18px;
font-weight: 400;
line-height: 30px;
}
.medx-prc-tgl-wrap {
align-items: center;
display: flex;
justify-content: space-between;
position: relative;
width: 100%;
}
.medx-prc-tgl-wrap h4 {
font-size: 24px;
font-weight: 500;
line-height: 38px;
color: #1c1c1c;
}
.pricing-switcher {
border-radius: 94.407px;
background: #EFEFEF;
display: flex;
padding: 4px;
justify-content: center;
align-items: center;
position: relative;
}
.pricing-switcher a,
.pricing-switcher button {
display: flex;
padding: 9.441px 16px;
justify-content: center;
align-items: center;
gap: 3.776px;
border-radius: 94.407px;
text-align: center;
cursor: pointer;
color: #1D2127;
font-size: 16px;
font-weight: 500;
line-height: 24px;
transition: transform .3s ease;
z-index: 2;
border: none;
background: transparent;
} .toggle-thumb {
position: absolute;
top: 4px; left: 0px; height: calc(100% - 8px); background: #0066d4; border-radius: 94.407px; transition: transform 0.3s ease-in-out; z-index: 1; }
.pricing-switcher a.active,
.pricing-switcher button.active {
color: #FFF;
}
.mnthly_sctn.active,
.annual_sctn.active {
display: grid;
grid-template-columns: repeat(4, minmax(300px, 405px));
gap: 25px;
justify-content: center;
}
.price_head.pr-cnt {
padding: 0px 22.658px 40px;
gap: 27px;
}
.price-txt {
color: #1D2127;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 28px;
}
.pricing_cards_bottom_text_wrapper {
padding-bottom: 80px;
}
.pricing_cards_bottom_text_wrapper p {
font-weight: 400;
font-size: 14px;
line-height: 28px;
margin: 10px 0 0 0;
color: #5A5A5A;
font-style: italic;
}  .resources_block {
padding: 40px 0;
}
.post_tab_wrap {
margin-top: 20px;
}
.title_sctn {
padding-bottom: 0 !important;
}
.resources_block h3 {
color: #181818;
text-align: center;
font-size: var(--Fontsize-Heading-h1, 54px);
font-weight: 600;
margin: 0;
line-height: var(--Lineheight-Heading-h1, 68px);
}
.resources_block h6 {
color: #52575D;
text-align: center;
font-size: 18px;
font-weight: 400;
line-height: var(--Lineheight-Heading-h7, 30px);
margin-top: 24px 0 0 0;
}
.tabs {
display: flex;
margin: 24px auto 24px;
border-radius: 94.407px;
background: #EFEFEF;
justify-content: space-between;
width: fit-content;
padding: 4px;
}
.tab-button {
padding: 10px 20px;
border: none;
cursor: pointer;
font-size: 16px;
transition: background 0.3s;
color: #1D2127;
text-align: center;
font-weight: 500;
line-height: 24px;
border-radius: 94.407px;
background: none !important;
}
.tab-button.active {
color: white;
border-radius: 94.407px;
background: #480766 !important;
} .tab-content {
display: none;
}
.tab-content.active {
display: block;
} .grid-container {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
}
.grid-item {
padding: 16px 16px 24px 16px;
border-radius: 16px;
border: 1px solid #E4E4E4;
background: #FFF;
}
.grid-item img {
border-radius: 8px;
width: 100%;
height: 195px;
object-fit: cover;
}
.grid-item h2 {
color: #000;
font-size: 20px;
font-weight: 500;
line-height: 32px;
margin: 24px 0 0 0;
display: inline-block;
}
.grid-item h2:hover {
color: #0066d4;
}
.grid-item p {
color: #181818;
font-size: 16px;
font-weight: 400;
line-height: 28px;
margin: 10px 0 10px 0;
}
.grid-item span.post-date {
color: #646363;
font-size: var(--Fontsize-body-sm, 12px);
font-weight: 400;
line-height: var(--Lineheight-body-sm, 18px);
}
.grid-item a.read-more:hover {
color: #480766;
}  .cnt_pge_cnt_wrap {
padding-top: 60px;
padding-bottom: 60px;
}
.cnt_pge_cnt_wrap .vc_col-sm-6:last-child .wpb_wrapper {
background: #fff;
padding: 48px;
border-radius: 16px;
margin-left: 20px;
}
.bkdmo-pg-wp .vc_col-sm-12 .wpb_wrapper {
background: #fff;
padding: 48px;
border-radius: 16px;
}
.bkdmo-pg-wp h2 {
font-size: 24px;
font-weight: 500;
line-height: 38px;
margin: 0;
}
.bkdmo-pg-wp.cnt_pge_cnt_wrap form .form-group-wrap {
flex-direction: row !important;
gap: 40px;
}
.cnt_pge_cnt_wrap .submit-wrap,
.cnt_pge_cnt_wrap:not(.bkdmo-pg-wp) form input[type="submit"] {
width: 100% !important;
}
.cnt_pge_cnt_wrap form.submitting input[type="submit"] {
cursor: not-allowed !important;
opacity: 0.5 !important;
}
.star {
color: #fd1414;
}
.cnt_pge_cnt_wrap h2 {
font-size: 34px;
font-weight: 600;
line-height: 52px;
margin: 0 !important;
}
.cnt_pge_cnt_wrap p {
font-size: 18px;
font-weight: 400;
line-height: 28px;
margin: 18px 0 !important;
}
.support-info h3 {
font-size: 24px;
font-weight: 500;
line-height: 38px;
margin: 32px 0;
}
.contact-mail {
padding-left: 24px;
text-decoration: none;
color: #0066d4;
}
.support-email-text-icon {
display: flex;
gap: 8px;
}
.support-email p {
margin: 0 !important;
}
.support-email-text-icon img {
width: 17px;
height: 17px;
top: 6.25px;
left: 1.25px;
position: relative;
}
.cnt_pge_cnt_wrap .cnt_pge_title_wrap .wpb_content_element .wpb_wrapper,
.resources_block.title_sctn .wpb_content_element .wpb_wrapper {
padding-bottom: 40px;
position: relative;
}
.cnt_pge_cnt_wrap .cnt_pge_title_wrap h1 {
color: #181818;
text-align: center;
font-size: var(--Fontsize-Heading-h1, 54px);
font-weight: 600;
line-height: var(--Lineheight-Heading-h1, 68px);
margin: 0;
}
.cnt_pge_cnt_wrap .cnt_pge_title_wrap h1 span {
color: #480766;
}
.cnt_pge_cnt_wrap .cnt_pge_title_wrap p {
color: #52575D;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: var(--Lineheight-Heading-h7, 30px);
margin: 24px 0 0 0;
}
.cnt_pge_frm_wrap .wpb_column .wpb_wrapper {
border-radius: 16px;
border: 1px solid var(--Border-Primary-100, #EFEFEF);
background: #FFF;
padding: 48px;
}
.cnt_pge_cnt_wrap form {
display: flex;
flex-direction: column;
gap: 24px;
justify-content: flex-start;
align-items: flex-start;
}
.cnt_pge_cnt_wrap .cnt_pge_title_wrap .wpb_content_element .wpb_wrapper:after,
.resources_block.title_sctn .wpb_content_element .wpb_wrapper::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 150px;
background: url(//medinotex.ai/wp-content/themes/medx-theme/assets/images/Ellipse 75.png) no-repeat center bottom;
background-size: contain;
z-index: 1;
pointer-events: none;
}
.cnt_pge_cnt_wrap form h4.form-title {
color: #000;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 38px;
margin: 0 0 16px 0;
}
.cnt_pge_cnt_wrap form p.form-desp {
color: #606060;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px;
margin: 0;
}
.cnt_pge_cnt_wrap form p {
margin: 0 !important;
text-align: left;
}
.phn-code-wrap {
width: inherit;
}
.phn-code-wrap p {
display: flex;
position: relative;
}
.phn-code-wrap p span:first-child { width: 100px;
}
.phn-code-wrap p span:last-child { width: calc(100% - 100px);
}
.phn-code-wrap p span.wpcf7-not-valid-tip {
position: absolute;
left: 0;
}
.phn-code-wrap p .wpcf7-form-control-wrap {
position: unset;
width: 100px;
}
.phn-code-wrap p span:first-child select {
padding-left: 5px;
}
.wpcf7-not-valid-tip {
width: 100%;
}
.phn-code-wrap input {
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
.cnt-code-drop {
width: 100%;
height: 43px !important;
border: 1px solid #efefef;
background: #FFF;
border-radius: 4px;
border-right: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.phone_field {
border-left: 0 !important;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
height: 43px;
}
.cnt_pge_cnt_col .wpb_raw_html .wpb_wrapper {
margin-right: 113px;
}
.cnt_pge_cnt_wrap form label {
color: #606060;
font-size: 14px;
font-weight: 400;
line-height: 20px;
}
.cnt_pge_cnt_wrap form .form-group-wrap {
display: flex;
gap: 20px;
flex-wrap: wrap;
width: 100%;
flex-direction: column;
}
.cnt_pge_cnt_wrap form .form-row {
flex: 1;
margin-bottom: 15px;
}
.wpcf7-not-valid-tip {
font-size: 12px;
}
.cnt_pge_cnt_wrap form input[type="text"],
.cnt_pge_cnt_wrap form input[type="tel"],
.cnt_pge_cnt_wrap form input[type="email"],
.cnt_pge_cnt_wrap form textarea {
width: 100%;
box-sizing: border-box;
border-radius: 4px;
border: 1px solid #efefef;
background: #FFF;
padding: 14px 10px;
}
.cnt_pge_cnt_wrap form textarea {
height: 131px;
}
.cnt_pge_cnt_wrap form .msgs_block {
width: 100%;
}
textarea {
font-size: 12px;
line-height: 18px;
font-family: 'Inter', sans-serif;
}
.sidebar form input[type="submit"]:hover,
.cnt_pge_cnt_wrap form input[type="submit"]:hover {
background: linear-gradient(0deg, #2d4f9f, #2d4f9f), linear-gradient(274.4deg, #0057b4 2.36%, #00254d 97.81%);
cursor: pointer;
font-weight: bolder !important;
}
.sidebar form input[type="submit"]:focus {
border: 0.977px solid #010D1C !important;
background: linear-gradient(0deg, #2d4f9f, #2d4f9f), linear-gradient(274.4deg, #0057b4 2.36%, #00254d 97.81%);
}
.sidebar {
margin-bottom: 30px;
padding-top: 40px;
}
.ct_wdcnt {
display: flex;
justify-content: space-between;
}
.ct_wdcnt .video_title {
max-width: 700px;
}
.contact_support_wrap {
display: flex;
gap: 60px;
justify-content: space-between;
}
.highLight-form {
background: #e0f1ff !important;
}
.contact_support_block {
display: flex;
justify-content: center;
align-items: flex-start;
gap: 8px;
}
.contact_support_text {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.contact_support_block img {
width: 24px;
height: 32px;
object-fit: contain;
}
.contact_support_block strong,
.contact_support_block a {
color: #FFF;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 31.897px;
text-decoration: none;
} .form_success_block {
display: none;
}
.thank_img-wrap {
display: flex;
justify-content: center;
gap: 40px;
flex-direction: column;
align-items: center;
}
.thank_img-wrap img {
width: 141px;
height: auto;
object-fit: cover;
}
.thank_text-wrap {
width: 350px;
text-align: center;
}
.thank_text-wrap h2 {
color: var(--Text-Primary, #000);
font-size: 24px;
font-weight: 500;
line-height: 38px;
margin: 0 0 8px 0;
}
.thank_text-wrap p {
color: #606060;
font-size: 16px;
font-weight: 400;
line-height: 24px;
margin: 0 0 24px 0;
}
.thank_text-wrap a {
border-radius: 8px;
border: 1px solid #EFEFEF;
background: #FFF;
padding: 8px 20px;
text-decoration: none;
color: #1C1C1C;
font-size: 16px;
font-weight: 500;
line-height: 24px;
}  .single-post-container {
background: #fff;
}
.single-post-container .post-title_wrap h1 {
color: #fff;
font-size: 36px;
font-weight: 600;
line-height: 52px;
width: 965px;
margin-bottom: 0;
}
.post-meta {
margin-top: 16px;
display: flex;
justify-content: space-between;
}
.author-info {
display: flex;
gap: 16px;
align-items: center;
}
.author-info img {
border-radius: 50%;
width: 60px;
height: 60px;
}
.author-info span.author-name {
color: #fff;
font-weight: 600;
font-size: 24px;
line-height: 28px;
letter-spacing: 0;
}
.post-date {
color: #fff;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px;
margin: 0;
}
.post-author-info {
display: flex;
gap: 12px;
flex-direction: row;
justify-content: flex-start;
align-items: center;
}
.author-avatar img {
border-radius: 50%;
width: 40px;
height: 40px !important;
}
.post-author-info-text {
display: flex;
flex-direction: column;
}
.post-author-info-text .author-name {
font-weight: 400;
font-size: 16px;
line-height: 28px;
letter-spacing: 0;
}
.post-author-info-text .post-date {
font-weight: 400;
font-size: 12px;
line-height: 18px;
letter-spacing: 0;
}
.grid-item a.read-more {
cursor: pointer;
font-weight: 600;
font-size: 16px;
line-height: 28px;
letter-spacing: 0;
text-decoration: underline;
text-decoration-style: solid;
text-decoration-thickness: 1px;
display: inline-flex;
margin-top: 0;
color: #1D0329;
}
.featured-image {
padding-top: 60px;
width: 100%;
height: 358px;
overflow: hidden;
}
.featured-image img {
width: 100%;
height: 100%;
border-radius: 16px;
object-fit: cover;
}
.single-post-container ul li,
.single-post-container ol li {
margin-bottom: 10px !important;
}
.content-wrapper {
display: flex;
gap: 24px;
justify-content: space-between;
}
.post-content {
display: flex;
width: 819px;
flex-direction: column;
align-items: flex-start;
gap: 40px;
flex-shrink: 0;
padding-top: 40px;
}
.content-wrapper h4 {
color: #1C1C1C;
font-size: 24px;
font-weight: 600;
line-height: 48px;
margin: 0 0 8px 0;
}
.content-wrapper h5 {
font-weight: 600;
font-size: 18px;
line-height: 48px;
letter-spacing: 0;
margin: 0 0 0px 0;
}
.content-wrapper h6 {
font-weight: 600;
font-size: 18px;
line-height: 27px;
letter-spacing: 0;
margin: 0 0 12px 0;
color: #1C1C1C;
text-align: left;
}
.content-wrapper p {
color: #1C1C1C;
font-size: 16px;
font-weight: 400;
line-height: 150%;
margin: 0 0 40px 0 !important;
}
.content-wrapper p a {
color: #0066d4;
}
.bkgd-img-btn-sctn,
.pst-imgbkg-sctn {
margin-bottom: 40px;
background-size: cover;
height: 236px;
}
.bkgd-img-btn-sctn h5,
.pst-imgbkg-sctn h5 {
color: #fff;
font-size: 20px;
font-weight: 700;
line-height: 34px;
margin: 0;
}
.bkgd-img-btn-sctn p,
.pst-imgbkg-sctn p {
color: #fff;
font-size: 12px;
font-weight: 400;
line-height: 20.4px;
margin: 0 !important;
}
.bkgd-img-btn-sctn .wpb_text_column .wpb_wrapper,
.pst-imgbkg-cnt-wrapper {
padding: 40px 40px 10px 40px;
}
.pst-imgbkg-cnt-wrapper p {
width: 400px;
}
.pst-imgbkg-cnt-wrapper a {
display: flex;
height: auto;
padding: 10.559px;
flex-direction: column;
justify-content: center;
align-items: center;
border-radius: 5.161px;
border: .645px solid #093c77;
background: linear-gradient(274deg, #0066d4 2.36%, #00356e 97.81%);
flex-shrink: 0;
color: #fff;
font-weight: 500;
line-height: 15.839px;
cursor: pointer;
width: 150px;
font-size: 14px;
margin-top: 20px;
text-decoration: none;
}
.pst-imgbkg-cnt-wrapper a:hover {
background: linear-gradient(0deg, #2d4f9f, #2d4f9f), linear-gradient(274.4deg, #0057b4 2.36%, #00254d 97.81%);
cursor: pointer;
font-weight: bolder;
}
.medx-post-listcnt {
margin-bottom: 40px !important;
}
.medx-post-listcnt p {
margin-bottom: 10px !important;
}
.medx-post-listcnt h6 {
margin-bottom: 5px !important;
}
.related-resources-heading {
font-size: 32px;
font-weight: 600;
line-height: 48px;
margin: 0;
}
.related-blogs-frame.post_tab_wrap {
margin-top: 16px;
}
.post-content .vc_col-sm-6 img:not(.icn_img) {
height: 220px;
object-fit: cover;
margin-bottom: 40px;
}
.post-content .vc_col-sm-12 img:not(.icn_img) {
height: 253px;
object-fit: cover;
margin-bottom: 40px;
}
.post-content .icn_img {
width: 47.5px;
height: 47.5px;
margin-bottom: 10px;
object-fit: contain;
}
.img_cnt h4 {
color: #1C1C1C;
font-size: 16px;
font-weight: 600;
line-height: 150%;
margin: 0 !important;
}
.icon_block {
padding: 10px 10px 10px 0;
}
.sidebar form {
border-radius: 16px;
background: #f9fcff;
padding: 36px;
transition: background .3s ease
}
.sidebar form h2 {
color: #000;
font-size: 24px;
font-weight: 600;
line-height: 48px;
margin: 0 0 40px 0;
}
label {
color: #7E7E7E;
font-size: 14px;
font-weight: 400;
line-height: 20px;
}
.sidebar form .cnt-code-drop {
margin-top: 6px;
height: -webkit-fill-available;
}
.sidebar form textarea {
height: 100px;
width: -webkit-fill-available;
}
.sidebar form input[type="text"],
.sidebar form input[type="tel"],
.sidebar form input[type="email"] {
width: -webkit-fill-available;
height: 20px;
}
.sidebar form input,
.sidebar form textarea {
border-radius: 8px;
border: 1px solid #EFEFEF;
background: #FFF;
padding: 11px 12px;
margin-top: 6px;
}
.sidebar form .form-row p {
margin-bottom: 32px !important;
}
.sidebar form input[type="submit"],
.cnt_pge_cnt_wrap form input[type="submit"] {
font-size: 14px !important;
font-weight: 500 !important;
line-height: 22px !important;
display: flex;
height: auto;
margin-top: 20px;
padding: 10.559px;
flex-direction: column;
justify-content: center;
align-items: center;
border-radius: 5.161px;
border: .645px solid #093c77;
background: linear-gradient(274deg, #0066d4 2.36%, #00356e 97.81%);
flex-shrink: 0;
color: #fff;
cursor: pointer;
width: 150px;
}
.sidebar form .submit_btn_sctn p {
margin-bottom: 0 !important;
}  footer {
background: #fff;
}
.footer_wrapper {
display: flex;
flex-direction: column;
align-items: flex-start;
padding-top: 32px;
padding-bottom: 16px;
}
.footer_wrapper .footer-top {
padding-top: 37px;
}
.footer-logo a {
display: flex;
align-items: center;
cursor: pointer;
text-decoration: none;
transition: transform .15s ease-out;
gap: .5rem;
}
.footer-logo img {
width: 210px;
height: 100%;
object-fit: contain;
}
.footer-logo #branding {
color: #163666;
line-height: 38px;
}
.footer-left {
padding-left: 16px;
}
.footer-right {
display: flex;
align-items: flex-start;
gap: 93.61px;
padding-right: 16px;
}
#menu-footer-menu-one,
#menu-footer-menu-two {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 10.4px;
padding: 0;
margin: 0;
list-style: none;
}
.footer-bottom {
border-top: .03125rem solid rgba(10, 33, 68, .15);
text-align: center;
}
.footer-bottom p {
margin: 16px 0 0 0;
color: #333333;
font-size: 12px;
font-weight: 400;
line-height: 18px;
}
.footer-top {
display: flex;
justify-content: space-between;
padding-bottom: 16px;
}
#menu-footer-menu-one li a,
#menu-footer-menu-two li a {
color: #333333;
font-size: 18px;
font-weight: 400;
line-height: 28px;
text-transform: capitalize;
text-decoration: none;
}
.ft_pwrd_sctn {
display: flex;
flex-direction: column;
margin-top: 68px;
gap: 7px;
margin-bottom: 5px;
}
.ft_pwrd_sctn span {
color: #333333;
font-size: var(--Fontsize-body-sm, 12px);
font-weight: 400;
line-height: var(--Lineheight-body-sm, 18px);
}
.ft_pwrd_sctn img {
width: 44px;
height: 44px;
} .hero-button,
.header-button {
display: flex;
gap: 1.5rem;
padding: 0;
border: 0;
background: transparent;
}
.hero-button {
margin-bottom: 15px;
}
.hero-button a,
.header-button a,
.header-button,
.hero-button {
border: none;
background-image: linear-gradient(113deg, #fff, rgba(205, 208, 232, .81), rgba(114, 123, 190, .45) 0, rgba(22, 38, 148, .1) 28%, rgba(22, 38, 148, .9));
background-color: #fff0;
justify-content: center;
align-items: center;
padding: .0625rem;
text-decoration: none;
display: flex;
position: relative;
overflow: hidden;
box-shadow: 0 1px 24px #ffffff4d;
border-radius: .5rem;
font-weight: var(--font-weight-medium);
text-align: center;
transition: background-color .3s ease-out, border-color .3s ease-out;
font-style: normal;
color: #fff;
width: 6.25rem;
height: 2.5rem;
}
.demo-btn a {
width: 120px;
}
.hero-button a,
.hero-button {
width: 130px;
}
.hero-header .rectangle-2 {
height: 503px;
width: 503px;
border-radius: 24px 24px 0px 0px;
margin-top: 30px;
}
.short_banner .hero-header .rectangle-2 {
position: fixed;
right: 0;
top: 0;
border-radius: 0;
width: auto;
height: auto;
margin-top: 0;
}
.short_banner .hero-header .content-container {
padding-bottom: 80px
}
.btn-background {
position: relative;
z-index: 1;
border-radius: .4rem;
background: linear-gradient(274.4deg, #0066d4 2.36%, #00356e 97.81%);
border-image-source: linear-gradient(274.1deg, #093c77, #60a5f2 24.4%, #407dc1 67.36%, #60a5f2 97.62%);
box-shadow: 0 1px 24px #0003;
width: calc(100% - 2px);
height: calc(100% - 2px);
display: flex;
justify-content: center;
align-items: center;
}
.btn-background:hover {
background: linear-gradient(0deg, #2d4f9f, #2d4f9f), linear-gradient(274.4deg, #0057b4 2.36%, #00254d 97.81%);
}
.inside-text {
justify-content: center;
align-items: center;
font-weight: 600;
display: flex;
gap: .5rem;
line-height: 1.5rem;
font-size: 16px;
font-family: 'Inter', sans-serif;
}
.border-gradient-fn {
animation: spin 3s linear infinite;
background: conic-gradient(from 0 at 50% 50%, hsla(0, 0%, 100%, .5) 0deg, hsla(0, 0%, 100%, 0) 60deg, hsla(0, 0%, 100%, 0) 310deg, hsla(0, 0%, 100%, .5) 1turn);
width: 100%;
min-height: 12rem;
position: absolute;
transform: rotate(-55deg);
}
@keyframes spin {
0% {
transform: rotate(0deg)
}
to {
transform: rotate(1turn)
}
}
.hm_vid_sctn {
padding-top: 60px;
padding-bottom: 60px;
display: flex;
justify-content: center;
background: #fff !important;
}
.bnr_sctn,
.bnr_sctn .vc_column-inner {
padding: 0 !important;
}
.bnr_sctn .hero {
width: 100%;
height: 100vh;
color: #fff;
position: relative;
overflow: hidden;
display: flex;
justify-content: center;
}
.bnr_sctn .bg-layer {
position: absolute;
z-index: -10;
width: 100%;
height: inherit;
background: #050613;
}
.bnr_sctn .bg-layer::before {
content: "";
position: absolute;
z-index: 1;
width: 100%;
height: inherit;
background: linear-gradient(93deg, #060815 2.2%, rgba(6, 8, 21, .5) 97.48%);
}
.bnr_sctn .hero-video {
z-index: -2;
width: 100%;
height: 100vh;
top: 0;
right: 0;
-o-object-fit: fill;
object-fit: fill;
position: fixed;
}
.bnr_sctn .overlay-layer {
position: absolute;
z-index: 2;
width: 100vw;
height: inherit;
}
.bnr_sctn .overlay-layer img {
position: absolute;
bottom: -4.78125rem;
width: inherit;
height: auto;
z-index: 3;
}
.bnr_sctn .clip-layer {
position: absolute;
width: 100%;
height: auto;
z-index: 10;
bottom: -3.125rem;
transform: scaleX(1.01);
background: transparent;
}
.bnr_sctn .clip-layer img {
width: 100%;
height: 100%;
}
.bnr_sctn .hero-info {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
gap: 4.8125rem;
padding-top: 9.375rem;
transition: transfrom .3s ease, opacity .3s ease;
position: fixed;
}
.bnr_sctn .hero-info .content-wrapper {
width: 896px;
display: flex;
flex-direction: column;
align-items: center;
gap: 1.5rem;
max-width: none;
margin-top: 0;
}
.bnr_sctn .hero-info .h1-semibold {
font-size: 42px;
line-height: 60px;
font-weight: 600;
text-align: center;
margin: 0;
}
.bnr_sctn .hero-info p {
font-size: 18px;
line-height: 28px;
font-weight: 400;
color: inherit;
margin: 0 !important;
text-align: center;
}
.bnr_sctn .hero-image {
width: -moz-fit-content;
width: fit-content;
height: -moz-fit-content;
height: fit-content;
-o-object-fit: fill;
object-fit: fill;
margin-inline: auto;
transition: transfrom .3s ease, box-shadow .3s ease;
position: absolute;
top: 476.55px;
display: flex;
justify-content: center;
border-radius: 2.25rem;
}
.bnr_sctn .hero-image::before {
position: absolute;
top: 0;
left: 0;
z-index: -2;
width: 100%;
height: 100%;
pointer-events: none;
content: "";
border-radius: inherit;
opacity: .85;
transform: scale(1.05);
}
.bnr_sctn .hero-image img {
width: 1046px;
height: auto;
aspect-ratio: 1.4 / 1;
border-radius: 16px;
}
.cnt_page_cnt_wrap {
padding-top: 60px;
padding-bottom: 60px;
}
.cnt_page_cnt_wrap .wpb_text_column .wpb_wrapper {
align-items: center;
align-self: stretch;
background-color: #fff;
display: flex;
flex: 0 0 auto;
gap: 10px;
justify-content: center;
position: relative;
margin-inline: auto;
width: 1277px;
}
.terms-div,
.privacy-div,
.license-div {
align-items: flex-start;
display: flex;
flex: 1;
flex-direction: column;
flex-grow: 1;
gap: 25px;
position: relative;
padding: 24px;
}
.terms-text-wrapper,
.privacy-text-wrapper,
.license-text-wrapper {
align-self: stretch;
color: #1c1c1c;
letter-spacing: 0;
margin-top: -1px;
margin-bottom: -1px;
position: relative;
font-size: 24px;
line-height: 38px;
font-weight: 600;
}
.license-text-wrapper {
text-align: left;
font-size: 20px;
line-height: 22px;
font-weight: 500;
margin: 0 0 .5rem 0;
}
.terms-div-2,
.privacy-div-2,
.license-div-2 {
align-items: flex-start;
align-self: stretch;
display: flex;
flex: 0 0 auto;
flex-direction: column;
gap: 10px;
position: relative;
}
.terms-text-wrapper-2,
.privacy-text-wrapper-2,
.license-text-wrapper-2 {
align-self: stretch;
color: #1c1c1c;
letter-spacing: 0;
position: relative;
text-align: left;
font-size: 20px;
line-height: 22px;
font-weight: 500;
margin: 0 0 .5rem 0;
}
.terms-p,
.privacy-p,
.license-p {
align-self: stretch;
color: #1c1c1c;
letter-spacing: 0;
position: relative;
font-size: 18px;
line-height: 28px;
font-weight: 400;
}
.terms-p a,
.privacy-p a,
.license-p a {
color: #0066d4;
text-decoration-line: underline;
text-underline-offset: auto;
text-underline-position: from-font;
text-decoration-style: solid;
-webkit-text-decoration-skip-ink: none;
text-decoration-skip-ink: none;
text-decoration-thickness: auto;
}
.kybnft_sctn {
padding: 80px 0 80px 0;
}
.kybnft_sctn h2 {
text-align: left;
align-self: stretch;
color: #dfdfdf;
font-size: 38px;
font-weight: 600;
letter-spacing: 0;
line-height: 58px;
margin-top: -1px;
position: relative;
margin-bottom: 43px;
}
.kybnft_sctn p.h5-medium {
color: #dfdfdf;
font-size: 20px;
font-weight: 500;
letter-spacing: 0;
line-height: 22px;
margin-top: 26.60px;
margin-bottom: 26.60px;
}
.kybnft_sctn p {
color: #dfdfdf;
font-size: 14px;
font-weight: 400;
letter-spacing: 0;
line-height: 20px;
}
.kybnft_sctn .img_cnt_slider_wrap .owl-dots {
display: flex;
justify-content: center;
gap: 6px;
align-items: center;
}
.kybnft_sctn .img_cnt_slider_wrap .owl-stage {
overflow: hidden !important;
}
.kybnft_sctn .img_cnt_slider_wrap .owl-dot {
background: #FFFFFF;
width: 8px;
height: 8px;
border-radius: 50%;
}
.kybnft_sctn .img_cnt_slider_wrap .owl-dot.active {
background: #1949BF;
}
.owl-item .image-section {
background-color: #fff;
border: 1px solid #e9f3ff;
border-radius: 33px 33px 0 0;
height: 478px;
width: 519px;
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin-inline: auto;
overflow: hidden;
}
.owl-item .rectangle {
background: linear-gradient(112deg, #4ea8e3, #22306b);
border-radius: 24px;
height: 604px;
width: 100%;
position: absolute;
display: flex;
align-items: flex-start;
justify-content: center;
padding-top: 50px;
overflow: hidden;
}
.owl-item .box {
height: 604px;
width: 100%;
position: relative;
overflow: hidden;
}
.owl-item .rectangle .label .text-wrapper {
color: #fff;
font-size: 22px;
font-weight: 600;
text-align: center;
line-height: 1.3;
}
.owl-item .group {
display: flex;
justify-content: flex-end;
}
.abt_choose_us .vc_align_right img {
height: 675px;
object-fit: cover;
border-radius: 16px;
}
.bkgd_content_block .hero-button {
margin-top: 24px;
} @keyframes slideInUpCustom {
from {
transform: translateY(100%);
opacity: 0;
}
to {
transform: translateY(0%);
opacity: 1;
}
} @keyframes slideOutUpCustom {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeInUpCustom {
from {
transform: translateY(75%); opacity: 0;
}
to {
transform: translateY(0); opacity: 1;
}
} @keyframes fadeOutUpCustom {
from { opacity: 1;
}
to { opacity: 0;
}
} .owl-item.active .image-section {
animation: slideInUpCustom 0.8s ease-in-out forwards;
}
.owl-item.active .rectangle .label .text-wrapper {
animation: fadeInUpCustom 0.8s ease-in-out forwards;
}
.owl-item {
visibility: hidden;
}
.owl-item.active {
visibility: visible;
}
.wpcf7 input[type="submit"]:disabled,
.wpcf7 input[type="submit"]:disabled:hover {
background: #f6f6f6;
color: #7e7e7e;
cursor: not-allowed;
opacity: 0.7 !important;
border: none;
}
.sidebar form .form-row.phn-row>p {
margin: 0 !important;
}
.features-page {
background: #fff;
}
@keyframes aos-fade-slight-above {
from {
opacity: 0;
transform: translateY(-25px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
[data-aos="fade-slight-above"] {
opacity: 0;
transform: translateY(-20px);
transition-property: opacity, transform;
transition-duration: 0ms !important;
transition-delay: 0ms !important;
}
[data-aos="fade-slight-above"].aos-animate {
opacity: 1;
transform: translateY(0);
animation-name: aos-fade-slight-above;
animation-duration: 2000ms;
animation-fill-mode: forwards;
} .tooltip {
position: absolute;
visibility: hidden;
opacity: 0;
transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
transform: translateY(10px);
font-size: 10px;
font-weight: 200;
line-height: 1.5;
border-radius: 4px;
width: 220px;
background-color: #e5f1fb;
color: #000;
padding: 5px;
z-index: 1000;
bottom: calc(100% + 10px);
left: -4%;
}
.tooltip::after {
content: '';
position: absolute;
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-top: 8px solid #333;
bottom: -8px;
transform: translateX(-50%);
top: 100%;
left: 10%;
border-width: 5px;
border-style: solid;
border-color: #e5f1fb transparent transparent transparent;
}
.plan_list-tick .list-content:hover+.tooltip,
.plan_list-tick .list-content.active+.tooltip {
opacity: 1;
visibility: visible;
transform: translateY(0);
}  .advisory_board_section_wrapper {
margin: 60px 0 100px 0 !important;
}
.advisory_board_column_wrapper {
border: 1px solid #EEEEEE;
margin-bottom: 56px;
}
.advisory_board_left_col .vc_column-inner {
padding: 0 !important;
}
.advisory_board_right_col .vc_column-inner {
padding: 24px !important;
}
.advisory_board_right_col h2 {
color: #270D0D;
font-size: 24px;
font-weight: 700;
line-height: 40px;
margin: 0
}
.advisory_board_right_col h3 {
color: #181818;
font-size: 16px;
font-weight: 400;
line-height: 28px;
border-bottom: 1px solid #eee;
padding-bottom: 16px;
margin-bottom: 16px;
}
.advisory_board_right_col p {
color: #322C2C;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
}
.advisory_board_left_col img {
width: 100%;
height: auto;
object-fit: cover;
}
.read-more {
color: #BA2429;
font-size: 16px;
font-weight: 600;
line-height: 20px;
text-transform: capitalize;
margin-top: 16px;
cursor: pointer;
} .hidden {
display: none;
} .line-clamp {
display: -webkit-box;
-webkit-line-clamp: 4;
line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
position: relative;
}
.line-clamp::after {
content: "…"; display: inline-block;
background: transparent;
padding-left: 0;
} .resources-pagination {
justify-content: center;
margin-top: 30px;
}
.resources-pagination ul.pagination-list {
padding: 0;
margin: 0;
}
.resources-pagination ul.pagination-list li {
display: inline-block;
}
.resources-pagination ul li a {
text-decoration: none;
}
.resources-pagination ul li a:hover {
background: #f2f2f2;
border: 1px solid #000;
}
.resources-pagination ul li span.current {
background: #dfdddd;
color: #181818;
border-color: #dfdddd;
font-weight: 700;
}
.resources-pagination ul li a,
.resources-pagination ul li span {
border: 1px solid #ECECEC;
border-radius: 5px;
padding: 8px 13px;
margin: 5px;
letter-spacing: 0px;
color: #312e2e;
font-size: 12px;
line-height: 18px;
min-width: 15px;
height: 15px;
display: flex;
justify-content: center;
align-items: center;
} .inner_banner_sub_heading {
color: #FFF;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 36px;
}
.industries_sctn,
.industries_sctn.col2_cnt_sctn_wraps .wpb_single_image {
align-items: start;
}
.industries_sctn.col2_cnt_sctn_wraps .wpb_single_image,
.industries_sctn.col2_cnt_sctn_wraps figure {
height: 295px;
}
.industries_sctn.col2_cnt_sctn_wraps figure {
padding: 0;
margin: 0 !important;
border: 1px solid #E4E6FE;
border-radius: 16px;
}
.industries_sctn.col2_cnt_sctn_wraps figure .vc_single_image-wrapper {
width: 100%;
height: 100%;
}
.industries_sctn.col2_cnt_sctn_wraps figure img {
height: 295px;
border-radius: 16px;
width: 100%;
}
.industries_three_column_img_sctn,
.industries_sctn.col2_cnt_sctn_wraps {
padding-top: 80px !important;
padding-bottom: 80px !important;
}
.industries_three_column_img_sctn h2 {
color: #181818;
font-size: 34px;
font-weight: 600;
line-height: 57.814px;
margin-bottom: 24px;
}
.industries_img_sctn_col_wrapper .vc_column-inner>.wpb_wrapper {
position: relative;
}
.industries_three_column_img_sctn .industries_img_sctn_col_wrapper h2 {
position: absolute;
bottom: 0;
padding: 0 24px 24px 24px;
color: #fff;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 28px;
margin: 0;
}
.industries_three_column_img_sctn .industries_img_sctn_col_wrapper figure,
.industries_three_column_img_sctn .industries_img_sctn_col_wrapper figure .vc_single_image-wrapper {
width: 100%;
height: 255px;
}
.industries_three_column_img_sctn .industries_img_sctn_col_wrapper figure .vc_single_image-wrapper img {
width: 100%;
height: 100%;
border-radius: 16px;
object-fit: cover;
}
.industries_sctn.col2_cnt_sctn_wraps ul {
list-style: none;
padding: 0;
}
.industries_sctn.col2_cnt_sctn_wraps ul li {
position: relative;
padding-left: 32px;
}
.industries_sctn.col2_cnt_sctn_wraps ul li::before {
content: "";
position: absolute;
left: 0;
top: 4px;
width: 20px;
height: 20px;
background-image: url(//medinotex.ai/wp-content/themes/medx-theme/assets/images/listing_checkbox_img.svg); background-size: contain;
background-repeat: no-repeat;
}
.industries_right_col_img_sctn .vc_column-inner .wpb_wrapper {
display: flex;
justify-content: end;
}
.industries_img_sctn_col_wrapper .vc_single_image-wrapper {
position: relative;
}
.industries_img_sctn_col_wrapper .vc_single_image-wrapper::after {
content: "";
position: absolute;
inset: 0;
border-radius: 16px;
background: linear-gradient(180deg,
rgba(8, 22, 37, 0.00) 61.89%,
rgba(7, 22, 38, 0.50) 84.45%);
pointer-events: none;
}
.industries_values h2 {
margin-bottom: 0;
}
.industries_values .acs_col2_tp {
margin-bottom: 30px;
}
.industries_values .icon-block-line-height .icon-wrap-dsktp .img_cnt h4 {
line-height: 150%;
}
.industries-banner .banner-container h1,
.industries-banner .banner-container p {
width: 100%;
}
.industries-banner .hero-header .frame p {
max-width: none;
}
.home-core-features .wpb_wrapper,
.inner-core-features .wpb_wrapper {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 40px;
}
.home-core-features .icon_block,
.inner-core-features .icon_block {
padding: 0;
}
.home-core-features .icon_block .icon-wrap-dsktp {
display: flex;
gap: 32px;
}
.home-core-features .icon_block .icon-wrap-dsktp img {
border-radius: 5.714px;
background: #E9F4FF;
padding: 22.857px;
width: 34px;
height: 34px;
}
.home-core-features .icon_block .icon-wrap-dsktp .img_cnt h4 {
color: #1C1C1C;
font-size: 20px;
font-weight: 500;
line-height: 160%;
margin: 0 !important;
}
.home-core-features .icon_block .icon-wrap-dsktp .img_cnt p {
color: #606060;
font-size: 16px;
font-weight: 400;
line-height: 150%;
margin: 0 !important;
}
.home-core-row .acs_col2_tp {
margin-bottom: 0;
}
.home-core-row.about_sctn h2 {
margin: 0 0 32px 0;
}
.home-core-row.about_sctn {
padding: 80px 0 80px 0;
}
.inner-core-features .icon-wrap-dsktp {
display: flex;
gap: 16px;
border-radius: 8px;
background: #FFF;
padding: 8px;
}
.inner-core-features .icon_block .icon-wrap-dsktp img {
padding: 11.2px;
align-items: center;
border-radius: 4px;
background: #E9F4FF;
width: 33.6px;
height: 33.6px;
}
.inner-core-features .icon_block .icon-wrap-dsktp .img_cnt {
align-self: center;
}
.inner-core-features .icon_block .icon-wrap-dsktp .img_cnt h4 {
color: #1C1C1C;
font-size: 20px;
font-weight: 500;
line-height: 160%;
margin: 0 !important;
}
.inner-core-features p.details {
display: none !important;
}
.medx-features .wpb_wrapper h2 {
font-size: 36px;
margin-top: 0;
}
.medx-features .wpb_wrapper ul li {
width: auto;
}
.medx-features .wpb_wrapper ul li p {
margin-top: 0;
}
.industries_sctn {
align-items: center;
}
.industries_sctn .wpb_wrapper h2 {
margin-top: 0;
}
.abt_choose_us {
display: flex;
align-items: center;
padding-bottom: 0 !important;
}
.home-logo-list .wpb_wrapper {
display: flex;
justify-content: center;
margin-bottom: 32px;
gap: 24px;
}  @media (max-width: 480px) {
.captcha_block {
display: flex;
justify-content: center;
width: 100%;
}
.bkdmo-pg-wp .vc_col-sm-12 .wpb_wrapper {
background: #fff;
padding: 36px;
} .captcha_block>div {
transform: scale(1);
transform-origin: top left;
}
.phn-code-wrap p span:last-child {
width: 70%;
}
}  .social-menu.mob {
display: none;
}
.social-menu {
display: flex;
margin-top: 24px;
gap: 10px;
}
.social-menu p {
margin: 0;
line-height: 24px;
color: #1C1C1C;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px;
text-transform: capitalize;
}
.social-menu ul {
display: flex;
justify-content: center;
list-style: none;
padding: 0;
margin: 0;
gap: 10px;
padding: 2px 0 5px 0;
}
.social-menu a img {
transition: top 0.5s ease;
position: relative;
}
.social-menu a:hover img {
top: -1px;
filter: brightness(0) saturate(100%) invert(22%) sepia(88%) saturate(6341%) hue-rotate(229deg) brightness(98%) contrast(104%);
}
.social-menu img {
padding: 3px;
width: 14px;
height: 14px;
object-fit: cover;
} .footer-center ul {
margin: 0;
padding: 0;
list-style: none;
}
.footer-center ul li {
display: inline-block;
}
.footer-center ul li:first-child img {
width: 56px;
height: 57px;
object-fit: cover;
margin-right: 28px;
}
.footer-center ul li:nth-child(2) img {
width: auto;
height: 50px;
object-fit: cover;
}
@media (min-width: 1300px) {
.container {
max-width: 1280px;
margin: 0 auto;
}
}
@media (max-width: 1299px) {
.container {
max-width: 900px;
margin: 0 auto;
}
.short_banner .hero-header .content-container {
padding-bottom: 93px;
align-items: flex-start;
}
.hero-header .frame p {
max-width: 700px;
}
.alche_work_sctn_video_wrap .video_block .video-wrapper video {
width: 100%;
}
.cntn_img_wrap img {
height: auto;
}
.hm_qstn_sctn .vc_tta-accordion h4 a span {
display: block;
}
a.login-button {
margin-right: 20px;
}
.bkgd_content_block {
height: 315px;
}
#menu-primary-menu {
gap: 15px;
}
nav {
gap: 30px;
}
.vc-video-content h3 {
font-size: var(--Fontsize-Heading-h3, 26px);
line-height: var(--Lineheight-Heading-h3, 36px);
}
.animation_block_inner_content h2 {
font-size: 30px;
line-height: 40px;
}
.animation_block_image {
gap: 80px;
}
.animation_block_inner_content p {
margin: 0 0 30px 0;
}
.image-2 {
left: 0;
bottom: 0;
width: 150px;
}
.image-3 {
right: -5px !important;
bottom: 8%;
width: 200px;
}
.image-4 {
right: 12%;
bottom: 57%;
}
.image-5 {
left: 0% !important;
bottom: 45%;
width: 180px;
}
.image-6 {
right: -5% !important;
bottom: 33%;
width: 100px;
}
.mnthly_sctn .card,
.annual_sctn .card {
width: 295px;
}
.hero-header .frame {
min-width: auto;
}
.mnthly_sctn.active,
.annual_sctn.active {
display: flex;
flex-wrap: wrap;
}
.hero-header .frame h1 {
font-size: 38px;
line-height: 46px;
}
.hero-header .content-container {
gap: 40px;
align-items: end;
}
.hero-header .rectangle-2 {
height: auto;
width: 435px;
}
.bkdmo-pg-wp.cnt_pge_cnt_wrap form .form-group-wrap {
gap: 30px;
}
.cnt_page_cnt_wrap .wpb_text_column .wpb_wrapper {
width: 100%;
}
.col2_cnt_sctn_wraps .wpb_single_image {
width: 100%;
height: 100%;
}
.col2_cnt_sctn_wraps figure img {
width: 100%;
height: 100%;
object-fit: contain;
}
.industries_sctn.col2_cnt_sctn_wraps figure img {
object-fit: cover;
}
.col2_cnt_sctn_wraps figure {
padding: 1.5px;
}
.post-content {
flex-shrink: unset;
width: 100%;
}
.numberline-section {
width: auto;
}
.owl-item .image-section {
width: 90%;
}
.tooltip {
bottom: calc(100% + 15px);
}
}
@media(max-width: 1200px) {
.bnr_sctn .hero-image img {
width: 900px;
}
.bnr_sctn .hero {
height: 740px;
}
}
@media (max-width: 1024px) {
.grid-block {
grid-template-columns: repeat(2, 1fr);
}
.grid-container {
display: grid;
grid-template-columns: repeat(2, 1fr);
}
.single-post-container .post-title_wrap h1 {
width: 100%;
}
.content-wrapper {
flex-direction: column;
margin-top: 40px;
}
.sidebar form input[type="text"],
.sidebar form input[type="tel"],
.sidebar form input[type="email"],
.sidebar form textarea {
width: -webkit-fill-available !important;
}
.sidebar form input[type="submit"] {
width: auto;
}
.image-6 {
right: -5% !important;
bottom: 30%;
}
.image-3 {
right: -10px !important;
bottom: 10% !important;
width: 180px !important;
}
.image-2 {
left: 0;
bottom: 0 !important;
width: 125px;
}
.image-5 {
left: 0% !important;
bottom: 45% !important;
width: 180px !important;
}
.image-4 {
right: 12%;
bottom: 52%;
width: 70% !important;
}
.cnt_pge_cnt_col .wpb_raw_html .wpb_wrapper {
margin-right: 13px;
}
.bkdmo-pg-wp.cnt_pge_cnt_wrap form .form-group-wrap {
flex-direction: column !important;
gap: 20px;
}
.bkgd_content_block .img_cnt h3 {
color: #FFF;
font-size: 28px;
font-weight: 400;
line-height: 170%;
margin: 0;
}
.bnr_sctn .hero-info .h1-semibold {
font-size: 32px;
line-height: 50px;
}
.bnr_sctn .hero-info p {
font-size: 17px;
line-height: 25px;
}
.img_cnt_slider_wrap {
grid-template-columns: 1fr 1fr;
}
.home-core-features .wpb_wrapper,
.inner-core-features .wpb_wrapper {
grid-template-columns: 1fr;
}
}
@media (max-width: 991px) {
.container {
max-width: 700px;
margin: 0 auto;
}
.hm_qstn_sctn .vc_tta-accordion h4 a span {
display: block;
}
.img_cnt_sctn {
flex-direction: column;
}
.bkgd_content_block {
height: 390px;
}
.cntn_img_wrap img {
width: 100%;
height: auto;
}
li.menu-item-has-children>a:after,
.sticky li.menu-item-has-children>a:after {
width: 12px;
height: 12px;
}
.nav_menu_mobile li.menu-item-has-children>a:after {
width: 24px;
height: 24px;
} #menu-primary-menu li a {
font-size: 11px !important;
}
a.login-button {
margin-right: 10px;
font-size: 12px;
}
.image-6 {
right: -11% !important;
bottom: 30%;
}
.image-2 {
left: 0;
bottom: 0 !important;
width: 120px;
}
.image-5 {
left: 0% !important;
bottom: 45% !important;
width: 140px !important;
}
.hero-header .frame h1 {
font-size: 38px;
line-height: 48px;
width: auto;
}
.hero-header .frame p {
font-size: 17PX;
line-height: 28px;
width: auto;
max-width: 665px;
}
.short_banner .hero-header .content-container {
padding-bottom: 60px;
}
.vision_mission_inr h2 {
font-size: 34px;
line-height: 54px;
}
.hero-header .content-container {
gap: 20px;
flex-direction: column;
}
.vc_tta-panels {
width: 100%;
}
.alche_work_sctn p {
width: 100%;
}
.bnr_sctn .hero-image img {
width: 700px;
}
.bnr_sctn .hero-info .content-wrapper {
width: calc(100% - 32px);
padding: 0 16px;
}
}
@media (min-width: 768px) {
.abt_choose_us .vc_col-sm-7 {
width: 59.333333%;
}
.abt_choose_us .vc_col-sm-5 {
width: 40.666667%;
}
}
@media (max-width: 768px) {
.grid-container {
grid-template-columns: repeat(1, 1fr);
}
.industries_img_sctn_col_wrapper {
margin-bottom: 24px;
}
.industries_three_column_img_sctn,
.industries_sctn.col2_cnt_sctn_wraps {
padding-top: 40px !important;
padding-bottom: 40px !important;
}
.industries_three_column_img_sctn h2 {
font-size: 24px;
line-height: 36px;
}
.industries_three_column_img_sctn .industries_img_sctn_col_wrapper h2 {
font-size: 16px;
line-height: 28px;
}
.industries_values .icon_block .icon-wrap-dsktp .img_cnt h4 {
line-height: 32px;
}
.industries_sctn {
display: flex;
}
.industries_sctn.frst-wrp .wpb_column:last-child {
order: -1;
margin-bottom: 40px;
}
.industries_right_col_img_sctn .vc_column-inner .wpb_wrapper {
display: flex;
justify-content: center;
margin-top: 40px;
}
.industries_sctn.col2_cnt_sctn_wraps .wpb_single_image,
.industries_sctn.col2_cnt_sctn_wraps figure,
.industries_sctn.col2_cnt_sctn_wraps figure img {
height: 100%;
}
.social-menu {
display: none;
}
.social-menu.mob {
display: flex;
margin: 0;
}
.file-types-block {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 24px;
margin-bottom: 40px;
}
.about_sctn .watch_btn,
.abt_icn_tl_sctn .watch_btn,
.features_pg_sctn .watch_btn,
.indstrs_sctn .watch_btn {
text-align: left;
}
.vc_tta-panel-body {
max-width: 90%;
}
.inner-bnr-sctn {
padding-bottom: 40px;
}
.col2_cnt_sctn_wraps figure img {
width: 100%;
}
.image-2,
.image-5 {
left: -100% !important;
}
.image-3,
.image-6 {
right: -100% !important;
}
.short_banner .hero-header .content-container {
padding-bottom: 0px;
}
.hero-header .frame p {
margin-bottom: 10px;
}
.stc-pgcnt-wrap .wpb-content-wrapper>div:first-child {
padding-top: 170px;
}
.advisory_board_right_col .vc_column-inner {
padding: 16px !important;
}
.advisory_board_right_col h2 {
margin-bottom: 8px;
}
.advisory_board_right_col p {
margin: 0 0 32px 0;
}
.col2_cnt_sctn_wraps h3,
.col2_cnt_sctn_wraps h2 {
color: #181818;
font-size: 24px;
font-weight: 500;
line-height: 36px;
margin: 32px 0 0 0;
}
.industries_sctn h2 {
margin-bottom: 18px;
}
.industries_sctn .wpb_single_image .vc_single_image-wrapper {
width: 100%;
}
.industries_values h2 {
margin-bottom: 0 !important;
}
.vc-video-content h3 {
font-size: 20px;
line-height: 32px;
}
.inner-bnr-sctn h1,
.single-post-container .post-title_wrap h1,
.resources_block h3 {
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: 38px;
margin: 0 0 16px 0;
}
.inner-bnr-sctn h6,
.resources_block h6 {
margin: 0;
font-size: 16px;
font-weight: 400;
line-height: 28px;
}
.hm_qstn_sctn h3 {
font-size: 24px;
line-height: 32px;
}
.hm_qstn_sctn .vc_tta-accordion {
margin-top: 40px;
}
.vc_tta-panel {
margin-bottom: 16px;
padding: 16px;
}
.abt_stndot_sctn_wrap h2 {
font-size: 24px;
line-height: 36px;
margin-bottom: 26px;
}
.grid-item img {
height: 500px;
}
.medx-features .wpb_wrapper h2 {
margin: 32px 0 16px 0;
font-size: 24px;
}
.industries_values .how-industries,
.industries_three_column_img_sctn .how-industries {
margin-top: 0 !important;
}
}
@media (max-width: 767px) {
.container {
max-width: calc(100% - 32px);
margin: 0 auto;
height: 100%;
}
.industries_values .icon-wrap-mbl .icn_img_wrap {
flex-direction: column;
gap: 16px;
}
.industries_values .icon_block .icon-wrap-mbl p {
margin-bottom: 30px;
}
.industries_values .acs_col2_tp {
margin-bottom: 32px;
}
.icon_block {
padding: 10px 10px 30px 0;
}
.header_wrap,
.logo a {
height: 100%;
}
.hm_qstn_sctn .vc_tta-accordion h4 a span {
max-width: 90%;
display: block;
}
#header {
padding-top: 24px;
padding-bottom: 16px;
height: 34px;
}
.grid-block {
grid-template-columns: repeat(1, 1fr);
gap: 16px;
}
.vision_mission_inr {
display: flex;
gap: 60px;
flex-direction: column;
}
.cntn_img_wrap img {
width: 100%;
height: 100%;
}
.menu_toggle {
display: block;
}
.menu_mobile,
.access_doc_dsktp {
display: none;
}
nav a.login-button, .header-button-section .header-button,
#menu-primary-menu {
display: none !important
}
.bkgd_content_block {
height: 382px;
padding: 16px;
}
.bkgd_content_block::before {
background: linear-gradient(205.45deg, rgba(52, 115, 209, 0) 31.76%, #0E2766 81.76%);
}
.bkgd_content_block .img_cnt {
position: absolute;
bottom: 0;
left: 16px;
right: 16px;
gap: 0px;
}
.bkgd_content_block .img_cnt h3 {
font-size: 20px;
}
.nav_menu li.menu-item-has-children>a:after,
.nav_menu_mobile li.menu-item-has-children>a:after {
display: none !important;
}
.menu_mobile {
position: fixed;
height: 100%;
width: 100%;
box-sizing: border-box;
top: 0;
left: 0;
background: #FBFBFC;
box-shadow: -4px 4px 12px 0px #99999933;
z-index: 9;
display: flex;
flex-direction: column;
justify-content: space-between;
transform: translateX(-100%);
transition: transform 0.3s ease;
overflow: auto;
padding-bottom: 20px;
}
.menu_mobile.open {
transform: translateX(-0%);
}
.nav_menu_mobile #menu-primary-menu {
flex-direction: column;
}
.close_wrapper {
display: flex;
padding: 16px;
justify-content: space-between;
align-items: center;
margin: 37px 0;
}
.nav_menu_mobile {
padding: 0 24px;
}
.nav_menu_mobile .menu {
list-style: none;
margin: 0;
padding: 0;
}
.nav_menu_mobile .menu li {
padding: 0;
margin-bottom: 10px;
}
.nav_menu_mobile .menu li a {
color: #181818;
font-size: 24px;
font-weight: 600;
line-height: 48px;
text-decoration: none;
position: relative;
} .nav_menu_mobile li.current-menu-item>a,
.nav_menu_mobile li.current-menu-parent>a {
text-decoration: underline;
text-underline-offset: 4px;
text-decoration-thickness: 2px;
text-decoration-color: #0066d4;
}
.header_button_mob .header-popup-button {
padding: 9.5px;
font-size: 19px;
line-height: 29px;
}
.header-button-section-mob {
display: flex;
justify-content: space-between;
padding: 0 24px;
align-items: center;
position: relative;
bottom: 0;
}
.footer-top {
flex-direction: column;
gap: 46px;
padding-bottom: 60px;
}
.footer_wrapper .footer-top {
padding-top: 0;
}
.footer-left {
padding-left: 0;
display: flex;
justify-content: space-between;
}
.footer-center {
padding-top: 0;
}
.footer-right {
padding-right: 0;
padding-top: 0;
gap: 7.125rem;
}
#menu-footer-menu-one li a,
#menu-footer-menu-two li a {
font-size: 16px;
}
.ft_pwrd_sctn {
gap: 6px;
margin: 0;
}
.footer-logo #branding {
margin: 0;
}
.ft_pwrd_sctn span {
text-transform: capitalize;
}
.content-wrapper p {
margin: 0 0 24px 0 !important;
}
.author-info span.author-name,
.post-date {
font-size: 14px;
line-height: 20px;
}
.featured-image {
margin-top: 20px;
}
.indstrs_sctn h2 {
font-size: 24px;
line-height: 32px;
margin-bottom: 24px;
}
.indstrs_sctn .icon_block .icon-wrap-mbl h4 {
font-size: 20px;
font-weight: 500;
line-height: 32px;
margin: 0;
}
.indstrs_sctn .icon_block .icon-wrap-mbl p {
margin-bottom: 0px;
margin-top: 8px;
font-size: 14px;
line-height: 20px;
font-weight: 400;
}
.indstrs_sctn .wpb_row .wpb_column.vc_column_container.vc_col-sm-3 {
margin-bottom: 40px;
}
.indstrs_sctn .wpb_row .wpb_column.vc_column_container.vc_col-sm-3:last-child {
margin-bottom: 0;
}
.indstrs_sctn .wpb_row.hm_icn_blk_frow .wpb_column.vc_column_container.vc_col-sm-3:last-child {
margin-bottom: 40px !important;
}
.dcmntn_sctn h2 {
font-size: 24px;
line-height: 36px;
}
.dcmntn_sctn_inner {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 24px;
margin-bottom: 8px;
}
.about_sctn h2 {
font-size: 24px;
line-height: 36px;
margin-bottom: 24px;
text-align: center !important;
}
.about_sctn p {
text-align: center !important;
font-size: 14px;
line-height: 150%;
}
.banner-title-sec h1,
.cnt_pge_cnt_wrap .cnt_pge_title_wrap h1,
.hero-header .frame h1 {
font-size: 28px;
line-height: 38px;
}
.banner-title-sec h6,
.cnt_pge_cnt_wrap .cnt_pge_title_wrap p,
.hero-header .frame p {
font-size: 16px;
line-height: 28px;
}
.short_banner .hero-header .frame p {
line-height: 26px;
}
.banner-video-sec ul {
margin-top: 40px;
margin-bottom: 13.23px;
}
.video-sec {
padding-top: 11.14px;
}
.animation_block_image {
margin: 60px 0;
flex-direction: column;
gap: 140px;
}
.animation_block_image_container,
.animation_block_wrapper {
width: 100%;
}
.animation_block_wrapper {
text-align: center;
}
.animation_block_inner_content h2 {
font-size: 24px;
line-height: 32px;
margin-top: 0;
}
.animation_block_inner_content p {
font-size: 16px;
line-height: 28px;
margin: 0 0 24px 0;
}
.alche_work_sctn h2 {
font-size: 24px;
line-height: 32px;
}
.video_block .video-wrapper video {
border-radius: 10.788px !important;
width: 100% !important;
height: auto;
}
.alche_work_sctn_video_wrap {
margin-bottom: 10px;
}
.alche_work_sctn_smart_wrap {
display: flex;
flex-direction: column;
}
.alche_work_sctn_smart_wrap>*:not(:first-child) {
margin-top: 48px;
}
.banner-video-sec ul li {
padding: 6.2px;
border-radius: 11.645px;
border: 2.74px solid #FFF;
background: #F5F5F5;
box-shadow: 0px 2.74px 2.74px 0px rgba(207, 207, 207, 0.25);
}
.banner-video-sec ul li img {
width: 27.129px;
height: 27.265px;
object-fit: contain;
}
.scalable-business-info p {
margin-top: 8px;
}
.scalable-business-info {
margin-top: 16px;
padding: 16px 16px 40px 16px;
}
.icon_content_block .img_cnt h3 {
margin-bottom: 8px;
}
.icon_content_block {
padding: 16px;
border: none;
margin-bottom: 16px;
}
.medx-pricing-section h1,
.medx-pricing-section h1 span {
font-size: 28px !important;
line-height: 38px !important;
}
.hylyt_blk {
margin-top: 0 !important;
}
.icon-wrap-dsktp .about_sctn {
padding: 60px 0 60px 0;
}
.icon-wrap-dsktp,
.abt-vsnmsn-sctn-wrap,
.ftrs_sctn_wrap,
.home-core-features .icon-wrap-mbl,
.inner-core-features .icon-wrap-mbl {
display: none;
}
.acs_col2_btm_mbl_only,
.icon-wrap-mbl,
.abt-vsnmsn-sctn-wrap.mbl_only,
.mbl_only {
display: block;
}
.alche_work_sctn {
padding: 60px 0 0px 0;
}
.indstrs_sctn,
.hm_qstn_sctn,
.dcmntn_sctn,
.about_sctn {
padding: 60px 0 60px 0;
}
.industries_values {
padding: 40px 0 40px 0;
}
.hm_icn_blk_frow {
margin-bottom: 0;
}
.icon-wrap-mbl .icn_img_wrap {
display: flex;
gap: 8px;
}
.icon-wrap-mbl .icn_img_wrap img {
width: 24px;
height: 24px;
object-fit: contain;
}
.cnt_pge_cnt_wrap form .form-group-wrap {
flex-direction: column;
}
.abt-vsnmsn-sctn-wrap.mbl_only {
height: 1165px;
width: auto !important;
background-position: top center !important;
background-size: cover;
}
.abt-vsnmsn-sctn-wrap.mbl_only .vc_column-inner {
padding: 0;
}
.abt-vsnmsn-sctn-wrap.mbl_only .vision_mission_wrap {
padding: 95px 0 65px 0;
}
.ct_wdcnt {
flex-direction: column;
gap: 40px;
}
.about_sctn .vc_do_btn,
.abt_icn_tl_sctn .vc_do_btn,
.abt_stndot_sctn_wrap .vc_do_btn {
float: left;
}
.stc-error-wrap {
background: #fff;
padding: 150px 60px;
}
.abt_stndot_sctn_wrap {
margin-bottom: 60px !important;
margin-top: 60px !important;
}
.col2_cnt_sctn_wraps.lst_wrp {
padding-bottom: 60px !important;
}
.image-1 {
width: 75%;
left: 18%;
height: auto;
object-fit: contain;
}
.image-5 {
left: 5% !important;
bottom: 38% !important;
width: 32% !important;
}
.image-6 {
right: 5% !important;
width: 20%;
bottom: 20%;
}
.image-3 {
right: 9% !important;
bottom: -30px !important;
width: 35% !important;
}
.image-4 {
right: 19%;
bottom: 52%;
width: 55% !important;
}
.image-2 {
left: 5% !important;
width: 25% !important;
bottom: -16% !important;
}
.tabs {
margin-top: 40px;
}
.medx-pricing-section {
padding-top: 70px;
}
.medx-prc-tgl-wrap {
display: flex;
flex-wrap: wrap;
}
.medx-prc-tgl-wrap h4 {
margin: 12px 0;
}
.abt-why-chs {
margin-top: 25px;
}
.abt-why-chs .wpb_wrapper {
margin-left: 0;
}
.hero-header .rectangle-2 {
height: auto;
width: 100%;
margin-left: 15px;
margin-right: 15px;
margin-top: 0;
}
.short_banner .hero-header .rectangle-2 {
margin: 0;
z-index: -1;
background: linear-gradient(to top, #000A2A, #030118 50%, #6064A8);
}
.vc_row.abt_choose_us {
padding-top: 50px !important;
padding-bottom: 50px !important;
}
.cnt_pge_cnt_wrap .vc_col-sm-6:last-child .wpb_wrapper {
margin-top: 30px;
margin-left: 0px;
}
.pst-imgbkg-cnt-wrapper {
padding: 20px 20px 10px 20px;
}
.pst-imgbkg-cnt-wrapper p {
width: calc(100% - 40px);
}
.pst-imgbkg-sctn {
height: auto;
}
.bnr_sctn .hero-image img {
width: calc(100% - 100px);
}
.bnr_sctn .hero-info .h1-semibold {
font-size: 28px;
line-height: 150%;
margin-bottom: 16px;
}
.bnr_sctn .hero-info p {
font-size: 14px;
line-height: 150%;
margin-bottom: 24px !important;
}
.bnr_sctn .hero,
.bnr_sctn .hero-video {
height: 585px;
}
.bnr_sctn .hero-image {
top: 420px;
}
.bnr_sctn .clip-layer {
bottom: -4px;
}
.bnr_sctn .overlay-layer {
width: 100%;
}
.bnr_sctn .overlay-layer img {
bottom: 0;
}
.acs_col2_tp .vc_col-sm-4 .wpb_wrapper {
justify-content: center;
margin-top: 20px;
}
.industries_values .acs_col2_tp .vc_col-sm-4 .wpb_wrapper {
justify-content: start;
}
.industries_values .acs_col2_tp .vc_col-sm-4 .wpb_wrapper .hero-button {
margin: 0;
}
.group-wrap {
margin-bottom: 40px;
}
.acs_col2_tp {
margin-bottom: 40px;
}
.content-wrapper h4 {
line-height: 30px;
}
.content-wrapper h5 {
line-height: 22px;
}
.sidebar form h2 {
font-size: 22px;
line-height: 30px;
}
.img_cnt_slider_wrap {
grid-template-columns: 1fr;
}
.kybnft_sctn h2 {
font-size: 24px;
margin-bottom: 16px;
}
.kybnft_sctn h4 {
line-height: 32px;
margin: 24px 0 8px 0;
color: #fff;
}
.kybnft_sctn p {
margin: 0 0 32px 0;
color: #fff;
}
.kybnft_sctn {
padding: 40px 0 40px 0;
}
.swap-order {
display: flex;
flex-direction: column;
}
.col1_numberline {
order: 1;
}
.col1_slider {
order: 0;
}
.alche_work_sctn figure img {
width: 50px;
height: 53px;
margin-bottom: 16px;
}
.bnr_sctn .hero-info .content-wrapper {
gap: 0;
}
.hero-button {
margin-bottom: 63px;
}
.inner_banner_sub_heading {
font-size: 18px;
line-height: 32px;
}
.hm_vid_sctn {
background: #F7FBFF !important;
padding-bottom: 40px;
padding-top: 40px;
}
.hm_qstn_sctn {
padding: 40px 0 0px 0;
}
.about_sctn {
padding: 40px 0 40px 0;
}
.about_sctn .hero-button {
margin-bottom: 0;
}
.bkgd_content_block .hero-button {
margin-bottom: 19px;
margin-top: 5px;
}
.hm_qstn_sctn .vc_tta-accordion h4 a {
font-size: 16px;
font-weight: 600;
line-height: 150%;
margin-bottom: 0 !important;
}
.numberline-card p.text-wrapper-4,
.numberline-card p.text-wrapper-3 {
text-align: left !important;
}
.numberline-card p.text-wrapper-3 {
line-height: 150% !important;
}
.owl-item .rectangle {
height: 352px;
padding-top: 41px;
}
.owl-item .box {
height: 352px;
}
.owl-item .image-section {
height: 270px;
}
.owl-item .rectangle .label .text-wrapper {
font-size: 14px;
line-height: 18px;
}
.video_block {
padding-bottom: 0 !important;
}
.alche_work_sctn p {
font-size: 14px;
}
.video-wrapper,
.video_block .video-wrapper video {
border-radius: 7.99px;
}
.numberline-card .text-wrapper-3,
.numberline-card p.h4-medium {
font-size: 16px;
line-height: 13.9px;
font-weight: 500;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.numberline-section {
gap: 32px;
}
.numberline-card {
gap: 16px;
}
.hm_qstn_sctn .vc_tta-accordion .vc_tta-panel-body p {
font-size: 16px;
line-height: 24px;
}
.numberline-card .div-7 {
border-radius: 50%;
padding: 0;
margin-top: 0px;
}
.numberline-card .div-wrapper-4 {
gap: 0;
margin-bottom: 0;
margin-top: 0;
width: 30px;
height: 30px;
}
.numberline-card .div-7 img {
left: 15px;
top: 30px;
}
.abt_choose_us .vc_align_right img {
height: auto;
}
.abt-why-chs .hero-button {
margin: 0px 105px;
}
.home-core-features .icon_block .icon-wrap-dsktp .img_cnt p {
text-align: left !important;
}
.flip_order {
display: flex;
flex-direction: column-reverse !important;
}
.col2_cnt_sctn_wraps {
flex-direction: column;
padding-top: 40px;
}
.abt_choose_us {
flex-direction: column;
}
.abt_choose_us .wpb_wrapper h2 {
margin-top: 24px;
}
}
@media (max-width: 700px) {
.ftr_sctn_wrap h2.ft_title {
font-size: 24px;
line-height: 58px;
}
.ftr_sctn_wrap h2 {
font-size: 24px;
line-height: 36px;
}
.ftr_sctn_wrap p {
font-size: 16px;
line-height: 28px;
}
.ftrs_sctn_wrap {
background-position: center;
}
#menu-primary-menu li a {
font-size: 14px !important;
line-height: 20px !important;
}
a.login-button {
font-size: 14px !important;
line-height: 20px !important;
}
}
@media (max-width: 600px) {
.vc-video-section {
overflow: hidden;
height: 282px;
}
.cnct_page_vdwrap .vc-video-section {
overflow: hidden;
}
.vc-video-content {
padding: 60px 16px;
}
.hm_vid_sctn .video_title {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.contact_support_wrap {
flex-direction: column;
align-items: flex-start;
}
.grid-item img {
height: 200px;
}
.animation_block_image {
gap: 60px;
margin: 60px 0;
align-items: center;
}
.animation_block_image_container {
width: 300px;
height: 280px;
}
.tabs {
width: fit-content;
}
}
@media (max-width: 500px) {
.thank_img-wrap {
flex-direction: column;
}
.thank_text-wrap {
width: 100%;
}
.vision_mission_inr .box {
flex-direction: column;
gap: 10px;
}
.bnr_sctn .hero-image {
top: 465px;
}
}
@media(max-width: 400px) {
.bnr_sctn .hero-image {
top: 485px;
}
}