body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
}

a {
    transition: 0.3s ease-in-out;
    text-decoration: none !important;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

h1 {
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 88px;
    font-family: "Univia Pro";
}

h2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    text-transform: capitalize;
    font-family: "Univia Pro";
}

h3 {
    font-family: "Univia Pro";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

h4 {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    font-family: "Univia Pro";
}

h5 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    font-family: "Univia Pro";
}


/* Spacing */
.pt-120 {
    padding-top: 120px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pl-120 {
    padding-left: 120px;
}

.pr-120 {
    padding-top: 120px;
}

.px-120 {
    padding: 0 120px;
}

.py-120 {
    padding: 120px 0;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pl-60 {
    padding-left: 60px;
}

.pr-60 {
    padding-top: 60px;
}

.px-60 {
    padding: 0 60px;
}

.py-60 {
    padding: 60px 0;
}

.available-training-modules-main-box-left {
    width: 80%;
}


.navbar.nav-main-bg {
    background: #030100 !important;
    padding: 16px 0px !important;
}

.nav-main-bg .navbar-collapse{
    justify-content: end !important;
}
.top-header .dropdown-item {
    padding: 8px 15px;
}

.top-header .dropdown-item:hover {
    color: #16bbbb;
}
.dropdown-icon-arrow{
    margin-left: 8px;
}
.nav-link {
    color: #fff;
    text-align: justify;
    font-family: "Univia Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 12px 16px !important;
}

.mega_menu {
    display: none;
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	padding: 15px;
    transition: 0.3s all;
}



.mega-link-div hr {
    margin: 4px 0;
    border-top: 1px solid #3E3E3E;
    opacity: 1;
}
.mega_inner_sec{
    padding: 24px;
    border-radius: 0px 0px  8px 8px;
    background: #030100;
    transition: 0.3s all;
}
.mega_company_inner{
    /* padding: 24px 48px; */
    border-radius: 0px 0px 8px 8px;
    background: #030100;
    transition: 0.3s all;
}


.dropdown-icon-arrow{
    transform-origin: center;
    transition: 0.3s all;
}

@media (min-width:992px){
    .nav-item:hover .dropdown-icon-arrow{
        transform: rotate(-180deg);
    } 
    .nav-item:hover .mega_menu{
        display: block;
    }
    .nav-item:hover .nav-link {
        color: #16bbbb;
    }
    
}

/* Mega-menu*/

.mega-items {
    padding: 16px 16px 16px 64px;
    width: 100%;
    display: flex;
    align-items: start;
    gap: 16px;
    background: #030100;
    border-radius: 8px;
    transition: 0.5s all;
    text-decoration: none;
}
/* .mega-link-div{
    background-color: #030100;
    border-radius: 8px;
} */

.surgeo-dropdown{
    position: absolute;
    width: 100%;
    display: none;
    padding:8px 0px;
    background-color: #030100;
    border-radius: 8px;
    list-style: none;
}
.nav-item:hover .surgeo-dropdown{
display: block;
}
.surgeo-dropdown .dropdown-item {
    color: #fff;
    font-size: 14px;
    font-family: "Univia Pro";
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 12px 16px !important;
    transition: 0.5s all;
}
.surgeo-dropdown .dropdown-item:hover{
    color: #000;
    background: #fff;
}
.mega-items.mega-title-items {
    padding: 16px 18px;
}
.mega-items:hover{
    background: #fff;
}

.mega-items  img {
    margin-top: 2px;
}

.mega-content h5{
    color: #FFF;
    font-family: Univia Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: 24px; /* 150% */ 
    transition: 0.5s all; 
    margin-bottom: 4px;
}
.mega-items.mega-title-items .mega-content h5{
    font-size: 20px;
}
.mega-items:hover .mega-content h5{
    color: #030100;
}
.mega-content p{
    color: #B5B4B4;
    font-family: "Univia Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    transition: 0.5s all;
    text-align: justify; 
}

.mega-items:hover .mega-content p{
    color: #667085;
}

/* --------- */
.interventional-radiology-main {
    background: #030100;
    padding: 88px 8px;
}

section.home-banner-main img {
    width: 100%;
}

.cstm-an-unparalleled-subtitle {
    max-width: 682px;
    width: 100%;
    color: #eee;
    text-align: center;
    font-family: "Univia Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: auto;
}

.cstm-title-main {
    color: #fff;
    max-width: 856px;
    margin: 0px auto 24px;
    width: 100%;
}

.header-menu-btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.nav-main-bg .get-demo-btn{
    padding-left: 32px;
}
.mega-link-div-p{
    padding-top: 24px;
}
.get-demo-btn a {
    border-radius: 4px;
    background: #16bbbb;
    display: flex;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    color: var(--white, #fff);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    font-family: "Univia Pro";
    text-decoration: none;
}

.get-demo-btn a:hover {
    background: #ed2526;
}

.myHandsSlider img,
.myGallerySlider img {
    border-radius: 16px;
}



.navbar {
    padding: 0px !important;
}

.logo img {
    margin-top: 8px;
}
.blog-creater-v7{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
}

/* .about-section-main {
    padding: 120px 0px 60px 0px;
} */

p {
    margin: 0;
    font-family: "Univia Pro";
}

section.home-banner-main {
    margin-top: -32px;
}

.about-section-main-top {
    /* max-width: 636px; */
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding-bottom: 48px;
}
.about-section-main-top.about_cust {
    /* max-width: 675px;  */
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding-bottom: 48px;    
}

.about-section-main-top.center {
    margin-left: auto;
    margin-right: auto;
}

.about-section-main-top.white h2 {
    color: #fff;
}

.about-section-main-top.white p {
    color: #fff;
    opacity: 0.7;
}

.about-section-main-top h2 {
    color: #033030;
    margin-bottom: 0;
}

.about-section-main-top.center h2 {
    text-align: center;
}

.about-section-main-top p {
    color: #404040;
    text-align: justify;
    font-family: "Univia Pro";
}

.about-section-main-top.center p {
    text-align: center;
}

.about-section-main-top .sub-cta {
    padding-top: 8px;
}

/* Slider spacing */
.about-section-main-bottom {
    margin-top: -96px;
}

.about-section-main-bottom .swiper {
    padding-top: 96px;
}

.navbar-nav .nav-link:after {
    display: none !important;
}

.navbar-nav .dropdown-menu {
    min-width: 220px;
}

.book-simulator-btn {
    border-radius: 4px;
    background: #16bbbb;
    padding: 8px 24px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    font-family: "Univia Pro";
    height: 40px;
    display: inline-block;
    z-index: 2;
    position: relative;
    text-decoration: none;
}

.book-simulator-btn:hover {
    background: #ed2526;
    color: #fff;
}

.slider-btn {
    display: flex;
}

.product-details { 
    background-image: url("../Images/product-details.png");
    overflow: hidden;
}

.product-details-title-sub h2 {
    color: #fff;
}

.simulator-in-action-slider {
    display: flex;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

.simulator-in-action-slider .tabs {
    display: flex;
    width: 23%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    position: relative;
}

.simulator-in-action-slider .tab {
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.simulator-in-action-slider .videos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.simulator-in-action-slider .video {
    display: none;
}

.simulator-in-action-slider .video video {
    width: 100%;
    border-radius: 16px;
}

.simulator-in-action-slider .videos {
    flex: 1;
}

.simulator-in-action-slider .tab img {
    height: 168px;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.simulator-in-action-slider .tab .icon {
    position: absolute;
    height: 55px;
    width: 55px;
}

.simulator-in-action-slider .tab .icon img {
    height: 55px;
    width: 55px;
}

.acvite-video {
    border: 3px solid #030100;
    padding: 3px;
    border-radius: 16px;
}

.acvite-video .icon {
    display: none;
}

.simulator-in-action-slider .acvite-video img {
    height: 162px;
}

/* slider end */
.about-section-main-bottom .swiper-button-next,
.about-section-main-bottom .swiper-button-prev {
    top: 32px;
    background: transparent;
    display: flex;
    width: 40px;
    height: 40px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(3, 1, 0, 0.3);
    right: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    opacity: 1 !important;
}

.about-section-main-bottom .swiper-button-prev {
    right: 39px;
    left: inherit;
    opacity: 1 !important;
    border-radius: 4px 0px 0px 4px;
}

.about-section-main-bottom .swiper-button-next:hover {
    background: #16bbbb;
}

.about-section-main-bottom .swiper-button-next:after {
    font-size: 14px;
    color: #030100;
    font-weight: bold;
}

.about-section-main-bottom .swiper-button-next.swiper-button-disabled,
.about-section-main-bottom .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35 !important;
}

.about-section-main-bottom .swiper-button-next:hover:after {
    color: #fff !important;
}

.about-section-main-bottom .swiper-button-prev:hover {
    background: #16bbbb;
}

.about-section-main-bottom .swiper-button-prev:after {
    font-size: 14px;
    color: #030100;
    font-weight: bold;
}

.about-section-main-bottom .swiper-button-prev:hover:after {
    color: #fff !important;
}

/* .simulator-suitable-section-main {
    border-bottom: 1px solid #d9d9d9;
} */

.simulator-suitable-header-title h2 {
    margin-bottom: 0;
}

.simulator-suitable-box-title {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.simulator-suitable-box-img {
    /* aspect-ratio: 15 / 8; */
    display: flex;
    justify-content: center;
    background: transparent;
}

.simulator-suitable-box-img img {
    height: 100%;
    border-radius: 8px;
}

.simulator-suitable-box-title h4 {
    margin: 0px;
    color: #030100;
    font-family: "Univia Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-transform: capitalize;
}

/* .exchangable-physical-main .about-section-main-top {
    max-width: 690px;
} */

.simulator-suitable-box-title h5 {
    margin: 0px;
    color: #404040;
    font-family: "Univia Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

/* .patient-specific-section-main {
    background-image: url(../Images/text-section.png);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
}

.patient-specific-text {
    color: #030100;
} */

.ps-color {
    color: rgb(22, 187, 187);
    font-size: 36px;
    opacity: 1;
    /* animation: 2s ease 0s infinite alternate none running fadeIn; */
    transform: translateX(0);
    display: inline-block;
    animation: shake 2s ease infinite;
    transform-origin: center;
}

/* .ps-color2 {
    animation: fadeIn 2s infinite 0.3s alternate;
}
.ps-color3 {
    animation-delay: 0.6s !important;
    animation: fadeIn 2s infinite 0.6s alternate;
} */

/* @keyframes fadeIn { 
    0%{
        transform: scale(1);
      }
      100%{
        transform: scale(1.2);
      }
  } */

  @keyframes shake {
	0%, 100% {transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {transform: translateX(-3px);}
	20%, 40%, 60%, 80% {transform: translateX(3px);}
}

.product-details-title-sub {
    width: 100%;
}

.product-details-slider .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}

.available-training-modules-main {
    background-image: url(../Images/available-training-modules-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.available-training-modules-title {
    color: #fff;
}

p.there-are-many-text {
    color: #ffffffb5;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    max-width: 694px;
    margin: auto;
    width: 100%;
}

.available-trainig-container {
    display: flex;
    flex-direction: column;
    gap: 56px;
}

.available-training-modules-main-box {
    display: flex;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    justify-content: space-between;
}

.atm-title {
    color: #fff;
    margin-bottom: 24px;
}

ul.atm-bullet-list {
    color: #ffffffb5;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    list-style: none;
    margin: 0px 0px 0px 76px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

ul.atm-bullet-list li {
    padding-left: 32px;
    position: relative;
}

ul.atm-bullet-list li:before {
    content: "";
    background-image: url(../Images/yes.png);
    height: 24px;
    width: 24px;
    position: absolute;
    left: 0;
}

.atm-nbr {
    margin-right: 24px;
}

.about-section-main-bottom .mySwiperProduct {
    overflow: visible;
}

.about-section-main-bottom .mySwiperProduct .swiper-button-next,
.about-section-main-bottom .mySwiperProduct .swiper-button-prev {
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.product-details-slider-main .swiper-button-next:hover {
    background: #16bbbb;
}

.product-details-slider-main .swiper-button-next:after {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.product-details-slider-main .swiper-button-next:hover:after {
    color: #fff !important;
}

.product-details-slider-main .swiper-button-prev:hover {
    background: #16bbbb;
}

.product-details-slider-main .swiper-button-prev:after {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.product-details-slider-main .swiper-button-prev:hover:after {
    color: #fff !important;
}

.product-details-box {
    background: #ffffff36;
    padding: 24px;
    border-radius: 8px;
}

.product-details-box-title {
    color: #16bbbb;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 10px;
    display: block;
}

.product-details-box p {
    color: #ffffffb5;
    font-family: "Univia Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    min-height: 112px;
}

.cstm-no-btn .swiper-button-next.swiper-button-disabled.swiper-button-lock,
.cstm-no-btn .swiper-button-prev.swiper-button-disabled.swiper-button-lock {
    display: none;
} 

.about-section-main-top p.patient-twin-title {
    color: #16bbbb;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.simulators-model .simulators-model-2 h3 {
    color: #030100;
    font-family: "Univia Pro";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    text-transform: capitalize;
}

.table-scroller-text {
    display: none;
} 

.simulators-model table thead th {
    color: #000;
    background-color: #D4D4D4;
    padding: 20px 16px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-align: center;
    vertical-align: middle;
    border-radius: 8px 8px 0 0;
    border-bottom: 0px;
}

.simulators-model table tbody th {
    padding: 16px 24px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    color: #030100;
    vertical-align: middle;
    border: 1px solid #f4f4f4;
    border-top: 0px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    min-height: 58px;
    transition: 0.3s all;
}

.simulators-model table tbody td {
    padding: 16px;
    text-align: center;
    color: #404040;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    border: 1px solid #f4f4f4;
    border-top: 0px;
    background: #ffffff;
    vertical-align: middle;
    transition: 0.3s all;
}

.simulators-model table tbody tr:hover th,
.simulators-model table tbody tr:hover td{
    background: #f7f7f7;
}

.simulators-model table tbody tr:hover .simu-td-green,
.simulators-model table tbody tr:hover .simu-td-green2{    
    background: #dcfbfd !important;
}
.simulators-model table tbody tr:hover .simu-td-green2-green{
    background: #14a0a1 !important; 
}


.simulators-model table tbody .table-last-row td {
    border-radius: 0 0 8px 8px;
}

section.simulators-model {
    background: #F7F7F7;
}

.simulators-model table thead th>span {
    display: block;
    margin-top: 8px;
}

.table-last-row .simu-th-firth {
    border-radius: 0 0 8px 8px;
}

.simu-th-firth {
    text-align: left !important;
}

.simulators-model table tbody td.simu-td-green {
    border: 1px solid #CCF0F2 !important;
    background: #f2feff;
    border-top: 0px !important;
}

.simulators-model table thead th.simu-th-hd-last {
    background-color: #E0F6F8;
}

.simu-td-green2 {
    border: 1px solid #CCF0F2 !important;
    background: #f2feff !important;
    border-radius: 0px 0px 8px 8px;
}

.simu-td-green2-green {
    border: 1px solid #CCF0F2 !important;
    background: #dcfbfd !important;
    border-radius: 0px 0px 8px 8px;
}

.simulators-model table {
    margin-bottom: 0px;
    margin-bottom: 0px;
    border-collapse: separate;
    border-spacing: 8px 0px;
    padding: 20px 0px;
}

/* Integrated software features */



.integrated-software-features-banner{
    margin: 64px 0;
}

.feature-box{
    row-gap: 24px;
}


.integrated-software-features-box{
    display: flex;
    padding: 24px;
    border: 1px solid rgba(3, 1, 0, 0.1);
    align-items: start;
    border-radius: 8px;
    gap: 16px;
}
.integrated-software-features-box:hover{
    border: 1px solid #16BBBB;
}

.sf-background{
    background-color: #EFFAFB;
}

.integrated-child-content{
    gap: 16px;
}






.row-flex {
    display: flex;
    flex-wrap: wrap;
  }



.about-section-main-top.cstm-gallery {
    margin-bottom: -45px;
}

.cstm-we-provide-text {
    color: var(--Black, #000);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding-right: 80px;
}


.hands-on-realistic-main-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px 1.7%;
    flex-wrap: wrap;
}

.hands-on-realistic-main-box-in {
    /* width: 32.2%; */
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    aspect-ratio: 16 / 9;
    background: white;
}

.hands-on-realistic-main-box-in img {
    border-radius: 8px;
    height: 100%;
}

.about-section-main-top.cstm-handson h2 {
    margin-bottom: 0;
}

.cstm-slider2-use {
    padding: 100px 0px 50px 0px;
}

.ep-main-tabs {
    margin: 0px 0px 56px 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    border-bottom: 1px solid rgba(3, 1, 0, 0.1);
}

.ep-main-tabs li button {
    display: flex;
    padding: 8px 24px;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    border-bottom: 2px solid rgba(3, 1, 0, 0);
}

.ep-main-tabs li button {
    display: flex;
    padding: 8px 24px;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    border-bottom: 2px solid rgba(3, 1, 0, 0) !important;
    border: none;
    background: #fff;
    color: rgba(3, 1, 0, 0.4);
    font-family: "Univia Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: capitalize;
    outline: none !important;
}

.ep-main-tabs li button.active {
    border-bottom: 2px solid #19bcbd !important;
    color: #030100;
}

.ep-main-tabs li button:hover {
    color: #030100;
}

.exchangable-physical-tabs-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    flex-wrap: wrap;
}

.exchangable-physical-tabs-box-in {
    width: 100%;
    max-width: calc(50% - 12px);
    border-radius: 8px;
    border: 1px solid rgba(3, 1, 0, 0.1);
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* align-self: stretch; */
    position: relative;
}

.exchangable-physical-tabs-box-in-cont {
    background: #fff;
    width: 100%;
    padding: 16px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.exchangable-physical-tabs-box-in-img img {
    border-radius: 8px;
    width: 100%;
    object-fit: cover;
}

.exchangable-physical-tabs-box-in-cont p {
    margin: 0px;
    color: #404040;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.exchangable-physical-tabs-box-in-cont h5 {
    color: #030100;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 0px;
    font-family: "Univia Pro";
    padding-top: 4px;
}

.exchangable-physical-tabs-box-in-img {
    max-height: 242px;
    overflow: hidden;
}

.video-testimonials-box-contant {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    flex-wrap: wrap;
}

.video-testimonials-box-contant-in {
    width: 32.1%;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.video-testimonials-box-contant-in video {
    width: 100%;
    border-radius: 8px;
}

.video-testimonials-box-contant-in iframe {
    width: 100%;
    border-radius: 8px;
    height: 223px;
}

/* Normal Testimonial slider */

.about-section-main-top.cstm-testimonials-heading h2 {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.testi-content {
    opacity: 0;
    grid-column-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
    grid-row-gap: 16px;
    transition: 0.5s all;
}

.swiper-slide-active .testi-content {
    opacity: 1;
}

.testi-content img {
    width: 100%;
    height: 35rem;
    object-fit: cover;
}

.about-section-main-bottom.castm-testi-sec .swiper-button-next,
.about-section-main-bottom.castm-testi-sec .swiper-button-prev {
    top: inherit;
    bottom: 0;
}


.testi-feedback {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.testi-ratings {
    align-items: center;
    display: flex;
}

.testi-rating-icon {
    width: 1.25rem;
    height: 1.25rem;
    color: #fec84b;
    justify-content: center;
    align-items: center;
    margin-right: 0.25rem;
    display: flex;
}

.testi-feedback h3 {
    font-size: 24px;
    font-weight: 400;
    color: #656565;
    line-height: 38px;
}

.testi-client-head {
    color: #030100;
    letter-spacing: normal;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5;
}

.testi-client-position {
    color: #404040;
    letter-spacing: normal;
    font-size: 1rem;
    line-height: 1.5;
}

.testi-divider {
    width: 1px;
    background-color: #eaecf0;
    align-self: stretch;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}

.video-testimonials-main .about-section-main-top {
    padding-bottom: 24px;
}


/* Patient specific model

.patient-specific-model{
    font-size: 28px;
    line-height: 36px;
}


.psm-color {
    color: rgb(22, 187, 187);
    font-size: 28px;
    opacity: 1;
    /* animation: 2s ease 0s infinite alternate none running fadeIn; */
    /* transform: translateX(0);
    display: inline-block;
    animation: shake 2s ease infinite;
    transform-origin: center; 
}*/



/* Pre-op planning starts */




.pre-op-text{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.pre-op-right{
    gap: 36px;
}

.pos-text{
    color: #16BBBB;
}





/* Pre-op planning ends */






/* Products */
.sergrnons-products {
    background: rgba(22, 187, 187, 0.1);
}

.product-content h3 {
    margin-bottom: 16px;
}

.product-content p {
    color: #404040;
    font-family: "Univia Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px;
}

.product-content ul {
    list-style-position: inside;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #404040;
    font-family: "Univia Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

/* Product */



 .product-title{
    padding-bottom: 48px;
} 

.products-info h3{
    color: #000;
    font-family: "Univia Pro";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 46px;
}
section#product-platform p {
    text-align: justify;
}

.product-detail{
    gap: 16px;
}

.detail{
    gap: 12px;
}
.pd-pdg {
    padding-right: 50px;
}
.pd-pbl {
    padding-left: 50px;
}
/* .detail p{
    margin-bottom: 0px;
    color: #404040;
    font-family: "Univia Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
} */

.pp-next1::after, .pp-prev1::after{
    font-family: swiper-icons !important;
    font-size: 24px !important;
    text-transform: none!important;
    letter-spacing: 0 !important;
    font-variant: initial !important;
    line-height: 1 !important;
    color: #3E3E3E !important;
}



/* Contact us */

.contact-details{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-section-main-top {
    /* max-width: 636px; */
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 4px;
    padding-bottom: 16px;
    
}
.contact-section-main-top h2 {
    color: #033030;
    margin-bottom: 0;
}

.form-label{
    font-family: "Univia Pro";
}
/* .contact-details p {
    color: #404040;
    text-align: center;
    font-family: "Univia Pro";
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; 
} */

.contact-section-main-top p{
    font-family: "Univia Pro";
}
.pcu-prt{
    padding-left: 40px;
}

.page-footer {
    position: fixed;
    right: 0;
    bottom: 50px;
    display: flex;
    align-items: center;
    padding: 5px;
    z-index: 1;
  }
  
  .page-footer a {
    display: flex;
    margin-left: 4px;
  }

  .form-cta{
    padding: 12px 20px;
    border-radius: 8px;
    background: #16BBBB;
    border: none;
    color: #fff;
    font-family: "Univia Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  }
  .form-cta-2{
    padding: 12px 20px;
    border-radius: 8px;
    /* background: #bfbfbf; */
    border: 1px solid #bfbfbf;
    font-family: "Univia Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  }

  .form-button-layout{
    gap: 24px;
  }

  .privacy-policy{
    gap: 8px;
  }

  


/* Footer */
.surgeons-footer {
    border-top: 1px solid rgba(3, 1, 0, 0.20);
    background: #000;
}

.footer-logo-content {
    margin-top: 48px;
    padding: 24px 0;
}
.footer-logo-content a.footer-logo {
    display: block;
    /* margin-bottom: 16px; */
}

.footer-logo-content p {
    color: #fff;
    /* margin-bottom: 16px; */
    font-family: "Univia Pro";
    font-size: 15px;
    line-height: 24px;
    text-align: center;
}
.footer-logo-content .col-lg-6{
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-logo-content .sub-cta{
    text-align: end;
}

.surgeons-footer-grid {
    width: 100%;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: row;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: grid;
}



h5.footer-link-heading {
    padding-bottom: 16px;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 24px;
    color: #fff;
}

.footer-links-content ul {
    list-style: none;
    padding: 0;
}

a.footer-links {
    color: #404040;
    padding: 8px 16px;
    display: flex;
    align-items: start;
    gap: 8px;
    font-family: "Univia Pro";
    font-size: 15px;
    line-height: 24px;
    transition: 0.5s all;
}
a.footerlinks {
    color: #404040;
    padding: 8px 0;
    display: flex;
    align-items: start;
    gap: 6px;
    font-family: "Univia Pro";
    font-size: 15px;
    line-height: 24px;
    transition: 0.5s all;
}
a.footer-links-main {
    color: #fff;
    padding: 8px 0;
    display: flex;
    gap: 8px;
    font-family: "Univia Pro";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    transition: 0.5s all;
}

a.footer-links{
    color: #E0E0E0;
}

a.footer-links:hover {
    color: #ED2726;
    padding-left: 4px;
    font-weight: 600;
}
a.footerlinks:hover {
    color: #ED2726;
    /* padding-left: 4px; */
    font-weight: 600;
}

.footer-contact-sec {
    margin-bottom: 16px;
    display: flex;
    align-items: self-start;
    gap: 8px;

}


.footer-links-items .footerlinks{
    color: #E0E0E0;
}


.footer-contact-sec a {
    color: #E0E0E0;
    font-size: 15px;
    font-family: "Univia Pro";
    line-height: 24px;
    transition: 0.3s all;
}

.footer-contact-sec a {
    text-decoration: underline;
}

.footer-contact-sec a:hover {
    color: #ED2726;
    font-weight: 600;
}

.footer-call-us {
    margin-top: 24px;
    padding-top: 20px;
    /* border-top: 1px solid #d9d9d9; */
}

.footer-call-us h6 {
    padding-bottom: 16px;
    margin-bottom: 0;
    color: #030100;
    font-family: "Univia Pro";
}

.footer-call-us .footer-contact-sec a {
    text-decoration: none;
}

.footer-bottom {
    margin-top: 48px;
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(224, 224, 224, 0.50);
}

.footer-copy-rights {
    color: #fff;
    font-family: "Univia Pro";
    font-size: 15px;
    line-height: 24px;
}

.footer-social-icons ul {
    display: flex;
    align-items: center;
    gap: 12px;
    list-style: none;
    margin-bottom: 0;
}

.footer-social-icons ul a {
    opacity: 0.7;
    transition: 0.5s all;
}

.footer-social-icons ul a:hover {
    opacity: 1;
}



/* CSS for Blog page starts here  */

.blog-section{
    background-image: url("../Images/blog_header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* height: 100vh; */
    height: calc(100vh - 80px);
    min-height: 320px;
}
.blog2-header{
    background-image: url("../Images/blog_header-2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* height: 100vh; */
    height: calc(100vh - 80px);
    min-height: 320px;
}
.blog3-header{
    background-image: url("../Images/blog_header-3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* height: 100vh; */
    height: calc(100vh - 80px);
    min-height: 320px;
}
.blog4-header{
    background-image: url("../Images/blog_header-4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* height: 100vh; */
    height: calc(100vh - 80px);
    min-height: 320px;
}

.blog5-header{
    background-image: url("../Images/blog_header-5.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* height: 100vh; */
    height: calc(100vh - 80px);
    min-height: 320px;
}

.blog6-header{
    background-image: url("../Images/blog_header-6.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* height: 100vh; */
    height: calc(100vh - 80px);
    min-height: 320px;
}



.h-highlight{
    color: #16BBBB;
}

.blog-content{
    color: #fff;
    max-width: 960px;
    gap: 8px;
}

.blog-creater{
    gap: 24px;
}

.author{
    gap: 12px;
}

.author p{
    color: #fff;
    text-align: center;
    font-family: "Univia Pro";
    font-size: 14px;
    font-style: normal;
    /* font-weight: 500; */
    line-height: 21px; 
}

.publish-date p{
    color: #fff;
    text-align: center;
    font-family: "Univia Pro";
    font-size: 14px;
    font-style: normal;
    /* font-weight: 500; */
    line-height: 21px; 
}

.blog-title{
    gap: 12px;
}

.blog-title h2 {
    color: #FFF;
    text-align: center;
    font-family: Univia Pro;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    text-transform: capitalize;
}

.blog-title p{
    color:  #fff;
    text-align: center;
    font-family: Univia Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
}

.blog-sub-link {
    color: #033030 !important;
    text-decoration: underline !important;
    font-weight: 600;
}

.blog-sub-link:hover {
    color: #16bbbb !important;   
}

/* Blog details left content */

.left-content{
    gap: 48px;
    padding-right: 50px;
}

.left-content h3{
    margin: 0;
}

.left-content p {
    color: #404040;
    line-height: 26px;
    text-align: justify;
}

.blog-topic{
    gap: 20px;
}
.blog-topic h5{
    margin-bottom: 0px !important;
}


.quote p {
    color: #16BBBB;
    font-family: "Univia Pro";
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}

.quote .quote-name{
    color: #3E5B5B;
    font-family: "Univia Pro";
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 30px;
}

.sub-img-section{
    margin: 0;
}

.sub-img-section img{
    width: 100%;
}

.sub-img-section figcaption{
    color: #00292A;
    font-family: "Univia Pro";
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 20px;
    padding-top: 10px;
}

.para-section{
    gap: 14px;
}

.blog-important{
    font-weight: bold;
}

.blog-bullet{
    gap: 10px;
}

/* Blog details left content end */


/* Blog details right content */

.right-content{
    gap: 60px;
    padding-left: 0;
}

.blog-social-icon{
    gap: 12px;
}

.inner-post{
    gap: 14px;
}

.feature-post h4{
    margin-bottom: 0px;
    color: #000;
    font-family: "Univia Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; 
    text-transform: capitalize;
}

.feature-post h5{
    margin-bottom: 0px;
    color: #000;
    font-family: "Univia Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 150% */
    text-transform: capitalize;
}

.feature-post p a{
    color: #9E9E9E;
    font-family: "Univia Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

 .inner-post{
    padding: 24px 0;
    border-bottom: 1px solid rgba(173, 173, 173, 0.30);
 }

 .explore-categories h4{
    margin-bottom: 0px;
    color: #000;
    font-family: "Univia Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; 
    text-transform: capitalize;
}

.explore-categories{
    gap: 24px;
}

.inner-category{
    gap: 10px;
}

 .category-child{
    gap: 8px;
    padding: 8px 14px;
    border-radius: 50px;
    background-color: #F1F1F1;
} 

 .category-child p{
    color: #00292A;
    text-align: center;
    font-family: "Univia Pro";
    font-size: 12px;
    font-weight: 500;
    line-height: 18px; 
} 

 .category-child .num-tag{
    padding: 4px 14px ;
    border-radius: 20px;
    background-color: #fff;
} 

.join-us{
    padding: 36px;
    background-color: #F5F5F5;
    gap: 20px;
    border-radius: 15px;
}

.join-us h6{
    color: #000;
    font-family: "Univia Pro";
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.sub-join-btn{
    border-radius: 50px;
    background:  #00292A;
    padding: 8px 24px;
}
.sub-join-btn a{
   color: #FFF;
}

/* Blog details right content end */



/* Similar blog section */

.similar-blog-heading{
    padding-bottom: 48px;
}

.blog-child{
    position: relative;
}

.blog-child-content{
    position: absolute;
    bottom: 0;
    padding: 24px;
    color: #fff;
    gap: 4px;
}

a.similar-blog-img {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

a.similar-blog-img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
pointer-events:none;
}


/* Similar blog section end */


/* CSS For blog-header v2 starts */

.blog-content-v2{
    gap: 16px;
}
.blog-title-v2{
    gap: 20px;
}
.blog-creater-v2, .author-v2{
    gap: 12px;
}

/* CSS For blog-header v2 ends */



/* Css For blog-header v3 starts */




.blog-title-v3{
    gap: 20px;

}

.blog-content-v3{
    gap: 16px;
}

.social-icon-v3{
    gap: 6px;
}

.blog-creater-v3{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: 60%;
}

.author-v3{
    gap: 8px;
}


/* Css For blog-header v3 ends */




/* Css For blog-header v4 starts */


.blog-section-v4{
    gap: 24px;
}

.blog-title-v4{
    gap: 20px;
}

.blog-content-v4{
    gap: 16px;
}

.blog-creater-v4{
    gap: 24px;
}

.author-v4 {
    gap: 8px;
}

.blog-img-v4 {
    padding: 0;
    overflow-x: hidden;
}




/* Css For blog-header v4 ends */



/* CSS For blog-header v5 starts */

.blog-section-v5{
    background-image: url("../Images/blog_header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* height: 100vh; */
    /* height: calc(100vh - 80px); */
    min-height: 584px;
}

.h-highlight{
    color: #16BBBB;
}

.blog-content-v5{
    color: #fff;
    max-width: 960px;
    gap: 8px;
}

.blog-creater-v5{
    gap: 24px;
}

.author-v5{
    gap: 12px;
}

.author-v5, .publish-date-v5 p{
    color: #fff;
    text-align: center;
    font-family: "Univia Pro";
    font-size: 14px;
    font-style: normal;
    /* font-weight: 500; */
    line-height: 21px; 
}

/* .publish-date-v5 p{
    color: #fff;
    text-align: center;
    font-family: "Univia Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; 
} */

.blog-title-v5{
    gap: 12px;
}

.blog-title-v5 h2 {
    color: #FFF;
    text-align: center;
    font-family: Univia Pro;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    text-transform: capitalize;
}

.blog-title-v5 p{
    color:  #fff;
    text-align: center;
    font-family: Univia Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
}


/* CSS For blog-header v5 ends */



/* CSS For blog-header v6 starts */

.blog-section-v6{
    background-image: url("../Images/blog_header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* height: 100vh; */
    /* height: calc(100vh - 80px); */
    min-height: 584px;
}



.blog-content-v6{
    color: #fff;
    max-width: 960px;
    gap: 12px;
}

.blog-creater-v6{
    gap: 24px;
}

.author-v6{
    gap: 12px;
}

.author-v6, .publish-date-v6 p{
    color: #fff;
    text-align: center;
    font-family: "Univia Pro";
    font-size: 14px;
    font-style: normal;
    /* font-weight: 500; */
    line-height: 21px; 
}

/* .publish-date-v6 p{
    color: #fff;
    text-align: center;
    font-family: "Univia Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; 
} */

.blog-title-v6{
    gap: 12px;
}

.blog-title-v6 h2 {
    color: #FFF;
    /* text-align: center; */
    font-family: Univia Pro;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    text-transform: capitalize;
}

.blog-title-v6 p{
    color:  #fff;
    /* text-align: center; */
    font-family: Univia Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
}


/* CSS For blog-header v6 ends */





/* CSS For Customer stories starts */

.cs-background {
    padding: 16px 0;
    background-color: #F3F3F3;
}



.cs-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    color: #929292;
    border-radius: 8px;
    padding: 12px 16px;
    border: none;
    cursor: pointer;
    gap: 24px;
}

.cust-stories{
    gap: 24px;
}

.filter-section{
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-check-input{
    margin-top: 0;
}

.filter-item{
    gap: 8px;
}

.filter-item a{
    color: #000;
}

.dropdown-menu.show {
    padding: 8px 12px;
    /* transform: translate(205px, 336px) !important; */
}

.dropdown-toggle::after{
    display: none;
}

.form-check {
    display: flex;
    gap: 12px;
    padding: 8px 0;
    align-items: center;
}

.form-check .form-check-input {
    margin-left: 0;
}

.hello{
    padding-left: 28px;
    gap: 8px;
    display: none;
}

.cs-blog{
    padding-top: 36px;
}

.cs-card-content{
    gap: 16px;
    padding: 16px;
    border-radius: 0 0 8px 8px;
    border: 1px solid #C9C9C9;
}


.cs-card-info{
    gap: 12px;
}
.cs-card-info h5{
    margin: 0;
}

.cs-card-btn{
    gap: 8px;
}

.cs-card-btn a{
    color: #16BBBB;
    font-family: "Univia Pro";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}


/* CSS For Customer stories ends */



/* CSS For Model starts */


.modal-header{
    /* padding: 0; */
    border: none;
}

.modal-body{
    padding: 0 24px 24px 24px;
}

.modal-body-1{
    padding: 0 24px 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.modal-body-1 h5{
    margin-bottom: 0;
}

.modal-body video {
    width: 100%;
    height: 100%;
}
.modal-body iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}

.modal-dialog.modal-dialog-centered.cstm-dialog-centered {
    max-width: 997px !important;
    width: 100%;
}

.video-creater{
    gap: 24px;
}

.video-avatar{
    gap: 8px;
}

/* CSS For Model ends */






/* CSS For Surgtrain page starts */

.about-surg-content{
    gap: 16px;
}

.about-surg-content h2{
    margin: 0;
}

.about-surg-btn{
    display: flex;
    align-items: end;
    justify-content: end;
}

.surg-simulation {
    display: flex;
    align-items: flex-start;
}

.surg-product-bg{
    background-image: url("../Images/surg-product-bg.png");
    background-position: center;
    background-size: cover;
}

.surg-product-section{
    gap: 48px;
}

.surg-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.surg-product-card {
    padding: 24px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
}

.active-surg-card{
    background-color: #fff;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
}

.surg-numb {
    background-color: #EFFAFB;
    color: #16bbbb;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.surg-numb h3{
    margin: 0;   
}

.surge-simulation-text h2{
    margin: 0;
}

.surge-simulation-content{
    gap: 18px;
}

.surge-simulation-text{
    gap: 10px;
}

.surge-simulation-section{
    padding: 48px 60px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

.pagination-item {
    padding: 10px 20px;
    border: 1px solid #000000;
}

.page-num-box .page-num {
    color: #000000;
    font-weight: bold;
}

.pagination-item.active {
    background: #000000;
}

.pagination-item.active a {
    color: #ffffff;
}

.pagination-item:hover {
    background: #000000a6;
    color: #ffffff;
}

.pagination-item:hover a{
    color: #ffffff;
}

/* CSS For Surgtrain page ends */


/* CSS For page Loader Start */
.page-loader-box {
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 999999;
    background: #00000061;
}

.page-loader-box .loader {
    color: #16bbbb;
    font-size: 100px;
    position: absolute;
    top: 40%;
}
/* CSS For page Loader ends */
/* CSS For Fix Filter Section Top Start */
.box-filter.fixed {
    position: fixed;
    top: 80px;
    z-index: 99999;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* CSS For Fix Filter Section Top ends */

/* CSS For Line Clamp Start */
    .short-desc {
        display: -webkit-box;
        max-width: 100%;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
/* CSS For Line Clamp ends */



/* Css for blog listing page starts */


.blog-list{
    background-color: #f4f4f4;
}

.blog-posts{
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.blog-listing{
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background-color: #fff;
    border-radius: 8px;
}

.blog-date{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.blog-date h5{
    text-decoration: none;
    color: #16BBBB;
    margin: 0;
}

.blog-para{
    color: #000;
}

.blog-date p{
    font-size: 14px;
    line-height: 22px;
    color: #bfbfbf;
}

.blog-child-listing{
    display: flex;
    flex-direction: column;
    gap: 24px;
}












/* Css for blog listing page ends */






@media only screen and (max-width: 1250px) {
    ul.atm-bullet-list {
        margin: 0px 0px 0px 60px;
    }

    .ntegrated-software-features-box-in {
        max-width: calc(32.5% - 12px);
    }

    .cstm-we-provide-text {
        font-size: 14px;
    }

    .footer-top-menu1 {
        width: 15%;
    }

    .footer-top-menu2 {
        width: 20%;
    }

    .footer-top-content {
        width: 28%;
    }

    .cstm-we-provide-text {
        padding-right: 0;
    }

    h1 {
        font-size: 42px;
        line-height: 68px;
    }

    h2 {
        font-size: 30px;
        line-height: 42px;
    }

    h3 {
        font-size: 24px;
        line-height: 36px;
    }

    .ps-color {
        font-size: 28px;
    }
    
    .cstm-title-main {
        max-width: 600px;
    }

    .testi-feedback h3 {
        line-height: 36px;
    }
    .nav-link {
        font-size: 12px;
        padding: 0px 8px !important;
    }

    /* CSS For Blog page  */
/* 
    .blog-title h2 {
        font-size: 42px;
        line-height: 68px;
    } */







}

@media only screen and (max-width: 1200px) {
   .pd-pd{
    padding: 0 24px 48px 0;
   }
    a.navbar-brand img {
        height: 28px;
    }
    .nav-main-bg .get-demo-btn {
        padding-left: 16px;
    }
    .interventional-radiology-main {
        padding: 140px 8px 70px;
    }

    .simulator-in-action-slider .acvite-video img {
        height: 119px;
    }

    .simulator-in-action-slider .tab img {
        height: 125px;
    }

    .available-training-modules-main-box-left {
        width: 60%;
    }

    .get-demo-btn a {
        padding: 3px 15px;
        font-size: 12px;
    }

    .nav-link {
        font-size: 12px;
        padding: 0px 8px !important;
    }
    .footer-links-sec {
        padding-left: 12px;
    }
    /* CSS For Fix Filter Section Top Start */
    .box-filter.fixed {
        top: 70px;
    }
    /* CSS For Fix Filter Section Top ends */
}

@media only screen and (max-width: 991px) {
    .pd-pdg {
        padding-right: 12px;
    }
    .pd-pbl {
        padding-left: 12px;
    }
    .pcu-prt {
        padding-left: 12px;
    }
    .pd-pd{
        padding: 0px 12px;
       } 
    .nav-main-bg .get-demo-btn{
        padding-left: 0px;
    }

    /* Spacing */
    .pt-120 {
        padding-top: 80px;
    }

    .pb-120 {
        padding-bottom: 80px;
    }

    .pl-120 {
        padding-left: 80px;
    }

    .pr-120 {
        padding-top: 80px;
    }

    .px-120 {
        padding: 0 80px;
    }

    .py-120 {
        padding: 80px 0;
    }

    .pt-60 {
        padding-top: 40px;
    }

    .pb-60 {
        padding-bottom: 40px;
    }

    .pl-60 {
        padding-left: 40px;
    }

    .pr-60 {
        padding-top: 40px;
    }

    .px-60 {
        padding: 0 40px;
    }

    .py-60 {
        padding: 40px 0;
    }

    .mt-70 {
        margin-top: 70px;
    }


    /* Navbar*/

    .navbar.nav-main-bg {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
    }
    .navbar.nav-main-bg  .navbar-collapse {
        max-height: calc(100vh - 72px);
        overflow-y: auto;
        display: flex;
        height: 100%;
        flex-direction: column;
        align-items: start;
    }
    .mega_menu {
        position: relative;
    }
    ul.navbar-nav {
        flex-grow: 1;
        padding: 16px 0px 0;
        height: 100%;
        overflow-y: auto;
        width: 100%;
    }
    .nav-link {
        padding: 12px 10px !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .nav-link .dropdown-icon-arrow{
        transform: rotate(-90deg);
        font-size: 14px;
    }

    .get-demo-btn {
        border-top: 1px solid #3E3E3E;
        margin-top: 16px;
        padding-top: 16px;
        padding-left: 0 !important;
        width: 100%;
    }
    .get-demo-btn a{
        padding: 10px 16px;
    }

    .nav-link.mega-menu-open {
        color: #16bbbb !important;
    } 
    
    .nav-link.mega-menu-open .dropdown-icon-arrow{
        color: #16bbbb !important;
        transform: rotate(0deg);
    }    
    
    .nav-item .mega_menu.mega-menu-open{
      
        max-height: 5000px;
        transition: max-height 0.3s ease-in;
    }

    .nav-item .mega_menu {
        display: block;
        padding: 0;
        max-height: 0;
        transition: max-height 0.3s ease-in;
        overflow: hidden;        
    }
    .mega_inner_sec {
        padding: 8px 0;
    }
    .navbar.nav-main-bg .collapse:not(.show),
    .navbar.nav-main-bg  .navbar-collapse.collapsing{
        display: none;
    }
    .mega-items.mega-title-items {
        padding: 18px 12px;
    }
    .mega-items.mega-title-items .mega-content h5 {
        font-size: 16px;
        line-height: 24px;
    }
    .mega-content h5 {
        font-size: 14px;
        line-height: 20px;
    }
    .mega-items {
        padding: 14px 0 14px 64px;
    }
    .mega-link-div {
        border: 1px solid #ffffff2a;
        margin-bottom: 16px;
        border-radius: 8px;
    }
    .about-section-main-top {
        padding-bottom: 40px;
    }

    .about-section-main-bottom .swiper {
        padding-top: 88px;
    }

    .product-details-box-title {
        font-size: 30px;
    }

    .simulators-model table thead th {
        padding: 10px 8px;
    }

    .simulators-model table tbody td {
        padding: 10px 8px;
    }

    .simulators-model table tbody th {
        padding: 10px 8px;
    }


    .menu-icon {
        width: 28px;
    }

    .header-menu-btn .nav-link {
        padding: 8px 10px !important;
    }

    .header-menu-btn .navbar-toggler {
        padding: 0px;
        outline: none !important;
    }

    .col-2.logo {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }

    .col-10.header-menu-btn {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }

    .header-menu-btn .navbar-collapse {
        position: absolute;
        right: 0;
        top: 39px;
        background: #484848;
        z-index: 1;
        padding: 8px 10px 8px 10px;
        width: 220px;
        border-radius: 8px;
    }

    .header-menu-btn ul.navbar-nav {
        margin-bottom: 0px !important;
    }

    .header-menu-btn .dropdown-menu {
        background: transparent;
        padding: 0px;
        border: none;
        min-width: 100%;
    }

    .header-menu-btn .dropdown-menu .dropdown-item {
        color: #fff;
        font-size: 14px;
        padding: 2px 10px;
    }

    .header-menu-btn .dropdown-menu .dropdown-item:hover {
        background: transparent;
        color: #16bbbb;
    }

    .simulator-in-action-slider .tab img {
        height: 92px;
    }

    .ntegrated-software-features-box-in {
        padding: 15px;
    }

    .ep-main-tabs {
        margin: 0px 0px 40px 0px;
    }

    .exchangable-physical-tabs-box-in-cont h5 {
        font-size: 16px;
        line-height: 24px;
    }

    .ntegrated-software-features-banner {
        margin-bottom: 40px;
    }

    .cstm-slider2-use {
        padding: 40px 0px 20px 0px;
    }



    .available-training-modules-main-box-left {
        width: 100%;
    }

    ul.atm-bullet-list {
        font-size: 15px;
        line-height: 24px;
        gap: 10px;
        margin: 0px 0px 0px 54px;
    }

    .simulator-suitable-section-main .about-section-main-top.center {
        margin-left: 0;
    }

    .simulator-suitable-section-main .about-section-main-top.center h2 {
        text-align: left;
    }

    .contact-section-main-top{
        text-align: center;
    }

    .footer-links-sec {
        padding-left: 0px;
    }

    .surgeons-footer-grid {
        margin-top: 40px;
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .footer-bottom {
        margin-top: 8px;
    }

    .simulator-in-action-slider .tab .icon {
        position: absolute;
        height: 40px;
        width: 40px;
    }

    .simulator-in-action-slider .tab .icon img {
        height: 40px;
        width: 40px;
    }

    .about-section-main-top {
        width: 100%;
    }

    .exchangable-physical-tabs-box-in,
    .ntegrated-software-features-box-in,
    .video-testimonials-box-contant-in {
        width: 100%;
        max-width: calc(50% - 12px);
    }
    .footer-logo-content {
        flex-direction: column;
        align-items: start;
        gap: 16px;
    }

    .products-info h3 {
        color: #000;
        font-family: "Univia Pro";
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }

    .product-title {
        padding-bottom: 0px;
    }

    .p-content{
        padding-bottom: 36px;

    }
    .contact-form textarea {
        height: 100px;
    }

    .contact-details {
        padding-bottom: 24px;
    }


    /* Css Blog page */

    .left-content {
        padding-right: 12px;
    }


    .right-content {
        padding-top: 60px;
        padding-left: 12px;
    }
    .inner-post{
        justify-content: flex-start !important;

    }



    /* Css Modal starts */
    div#exampleModal {
        padding: 24px;
    }

    /* Css Modal ends */


    /* Css for surgtrain starts */

    .pro-cart-active {
        padding: 16px;
        gap: 10px;
    }

    .pro-cart {
        padding: 16px 4px;
        gap: 10px;
    }

    .no-indicater {
        width: 46px;
        height: 46px;
    }







    /* Css for surgtrain ends */

   

    

}

@media only screen and (max-width: 767px) {
    .pt-120 {
        padding-top: 60px;
    }

    .pb-120 {
        padding-bottom: 60px;
    }

    .pl-120 {
        padding-left: 60px;
    }

    .pr-120 {
        padding-top: 60px;
    }

    .px-120 {
        padding: 0 60px;
    }

    .py-120 {
        padding: 60px 0;
    }

    .pt-60 {
        padding-top: 40px;
    }

    .pb-60 {
        padding-bottom: 40px;
    }

    .pl-60 {
        padding-left: 40px;
    }

    .pr-60 {
        padding-top: 40px;
    }

    .px-60 {
        padding: 0 40px;
    }

    .py-60 {
        padding: 40px 0;
    }

    body {
        font-size: 15px;
        line-height: 28px;
        letter-spacing: 0.5px;
    }

    .hands-on-realistic-main {
        margin-bottom: 0;
    }
    .mega-items {
        padding: 14px 10px 14px 64px;  
    }

    .simulators-model table {
        width: 800px;
    }

    .product-details-slider-main .swiper-button-next,
    .product-details-slider-main .swiper-button-prev {
        width: 32px;
        height: 32px;
    }

    .simulator-in-action-slider .tab .icon {
        height: 24px;
        width: 24px;
    }

    .simulator-in-action-slider .tab .icon img {
        height: 24px;
        width: 24px;
    }

    .cstm-footer-logo {
        margin-bottom: 15px;
    }

    .cstm-we-provide-text {
        margin-bottom: 0px;
    }


    .product-details-box {
        padding: 15px;
    }


    .myCathSlider img {
        border-radius: 8px;
    }

    .simulator-in-action-slider .tab img {
        height: 100%;
        border-radius: 8px;
    }

    .simulator-in-action-slider .tabs {
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100%;
        overflow-x: scroll;
        align-items: center;
        justify-content: start;
    }
    .simulator-suitable-box-title {
        padding: 16px 0;
    }

    .simulator-suitable-box-title h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .simulator-in-action-slider .tab {
        width: 33.33%;
        min-width: 42px;
    }

    .about-section-main-top p.patient-twin-title {
        font-size: 16px;
    }

    .simulator-in-action-slider {
        flex-direction: column;
    }

    .exchangable-physical-tabs-box-in {
        gap: 0;
    }

    .exchangable-physical-tabs-box-in-cont {
        position: inherit;
    }
    .exchangable-physical-main p {
        text-align: left !important;  
    }

    .ep-main-tabs {
        flex-direction: column;
        align-items: flex-start;
    }

    .video-testimonials-box-contant-in {
        width: 100%;
    }

    .hands-on-realistic-main-box-in {
        width: 100%;
    }

    .hands-on-realistic-main-box {
        flex-direction: column;
    }

    ul.atm-bullet-list {
        margin: 0px;
    }

    h3 {
        font-size: 20px;
        line-height: 32px;
    }
    .ps-color {
        font-size: 22px;
    }

    .psm-color {
        font-size: 18px;
        line-height: 24px;
        
    }

    .available-training-modules-main-box {
        flex-direction: column;
    }

    h1 {
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 48px;
    }

    h2 {
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
    }

    .cstm-title-main {
        margin-bottom: 16px;
    }

    .interventional-radiology-main {
        padding: 138px 0px 68px;
    }

    .cstm-an-unparalleled-subtitle {
        font-size: 14px;
    }

    .table-scroller-text {
        display: block;
    }

    /* Testimonial section*/
    .testi-content {
        grid-row-gap: 3rem;
        grid-template-columns: 1fr;
        min-height: auto;
        grid-column-gap: 2.5rem;
        grid-auto-flow: row;
    }

    .testi-feedback {
        order: -9999;
        grid-column-gap: 1.5rem;
        grid-row-gap: 1.5rem;
    }

    .testi-content img {
        height: 22rem;
    }

    .testi-client-head {
        font-size: 16px;
    }

    .testi-client-position {
        font-size: 14px;
    }

    .testi-feedback h3 {
        line-height: 30px;
    }

    .patient-specific-section-main {
        background-size: cover;
    }

    .testi-ratings {
        margin-top: 20px;
    }
    
    



    /* Patient specific */

    .patient-specific-text{
        font-size: 16px;
        line-height: 28px;
        text-align: left !important;

    }


    /* Pre-op css starts */

    .pre-op-content {
        gap: 48px;
    }







    /* Pre-op css ends */

    /* .available-training-modules-main .about-section-main-top.center {
        margin-left: 0;
        margin-right: auto;
    } */
    /* .available-training-modules-main .about-section-main-top.center h2,
    .available-training-modules-main .about-section-main-top.center p {
        text-align: left;
    } */
    .atm-title {
        margin-bottom: 16px;
    }

    .available-trainig-container {
        gap: 40px;
    }

    .ep-main-tabs {
        flex-direction: column;
        overflow-x: auto;
        align-items: flex-start;
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;
    }
    .ep-main-tabs::-webkit-scrollbar ,
    .simulator-in-action-slider .tabs::-webkit-scrollbar {
        display: none;
      }
      
      /* Hide scrollbar for IE, Edge add Firefox */
      .ep-main-tabs ,
      .simulator-in-action-slider .tabs {
        -ms-overflow-style: none;
        scrollbar-width: none; /* Firefox */
      }

    /* .ep-main-tabs li {
        width: 100%;
        flex-basis: 35%;
        flex-shrink: 0;
    }
    .video-testimonials-main .ep-main-tabs li {
        flex-basis: 65%;
    } */
    .myHandsSlider img,
    .myGallerySlider img,
    .simulator-suitable-box-img img {
        border-radius: 8px;
    }

    .surgeons-footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .about-section-main-top {
        width: 100%;
        padding-bottom: 48px;
    }
    .about-section-main-top p{
        text-align: center;
    }
    
    .about-section-main-top.about_cust p {
        text-align: left;
    }    


    .myTestislider {
        padding-bottom: 60px;
    }

    .ntegrated-software-features-box-in {
        width: 100%;
        max-width: calc(50% - 12px);
    }

    .ntegrated-software-features-box {
        justify-content: space-between;
        gap: 24px;
    }


    .integrated-child-content {
        padding-bottom: 48px;
    }

    .exchangable-physical-tabs-box {
        gap: 16px;
    }

    .exchangable-physical-tabs-box-in {
        width: 48%;
    }

    .video-testimonials-box-contant-in {
        width: 100%;
    }

    /* product */

    .contact-form{
        padding-top: 0px;
    }

    .contact-section-main-top{
        padding-bottom: 10px
    }

    .contact-details{
        padding-bottom: 24px;
    }

  




    .footer-logo-content .col-lg-6 {
        display: flex;
        align-items: start;
        justify-content: flex-start;
    }
    .footer-logo-content p {
        padding: 8px 0 12px;
        text-align: left;
    }
    .footer-logo-content .sub-cta {
        text-align: start;
    }
    .contact-form{
        padding-top: 40px;
    }
    .products-info {
        padding-top: 10px;
    }
    .product-content-img {
        width: 100%;
    }
    .pro-1{
        flex-direction: column-reverse;
    }
    .footer-logo-content {
        margin-top: 0px;
    }



    /* CSS For blog page  */

    .blog-title h2 {
        font-size: 32px;
        font-weight: 700;
        line-height: 48px;
        text-transform: capitalize;
    }


    /* Blog page css */

    .left-content {
        padding-right: 12px;
    }

    .right-content {
        gap: 48px;
        padding-left: 12px;
        padding-top: 60px;
    }

    .similar-blog-heading{
        padding-bottom: 32px;
    }

    .blog-child-content {
        padding: 16px;
    }

    .blog-child-content p {
        line-height: 20px;
    }

    .blog-parent{
        flex-direction: column;
        gap: 24px;
    }

    .quote p {
        font-size: 18px;
        line-height: 28px;
    }

    .row.blog-small-img {
        gap: 24px;
    }


    /* Css for customer stories starts */

    .modal-header{
        padding-right: 12px;
    }
    
    .modal-body{
        padding: 0 12px 16px 12px;
    }
    
    .modal-body-1{
        padding: 0 16px 24px 16px;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
        
    .modal-body video {
        width: 100%;
        height: 100%;
    }

    .modal-body iframe {
        width: 100%;
        height: 100%;
        aspect-ratio: 16 / 9;
    }
    
    .modal-dialog.modal-dialog-centered.cstm-dialog-centered {
        max-width: 768px !important;
        width: 100%;
    }
    
    .video-creater{
        gap: 12px;
    }
    
    .video-avatar{
        gap: 8px;
    }

    div#exampleModal {
        padding: 24px 16px;
    }

    .modal-dialog{
        margin: 0;
    }



    /* Css for customer stories starts */

    .filter-box{
        gap: 16px;
    }

    /* Css for customer stories ends */



    /* SurgTrain page css starts */

    .about-surg-content{
        gap: 12px;
    }
    
    .about-surg-btn{
        justify-content: start;
    }

    .about-surge-main{
        gap: 24px;
    }

    .surg-product-card {
        padding: 16px;
    }

    .surg-numb {
        width: 42px;
        height: 42px;
    }

    .surg-product-card {
        gap: 12px;
    }

    .surg-content{
        display: flex;
        flex-direction: column;
        gap: 48px;
    }
    
    /* SurgTrain page css ends */


    /*  */

    .blog-listing {
        padding: 16px;
    }

    .blog-date {
        gap: 6px;
    }
    




}

@media only screen and (max-width: 575.98px) {
	    .blog-creater-v7.py-2 {
        width: 100%;
        flex-direction: column;
        gap: 16px;
    }

    .cstm-testi-slider .about-section-main-bottom.castm-testi-sec .swiper-button-next, .cstm-testi-slider .about-section-main-bottom.castm-testi-sec .swiper-button-prev {
        top: 50px;
    }
    .cstm-testi-slider .testi-feedback {
        margin: 20px 0px;
    }
    .cstm-testi-slider  .swiper.myTestislider.swiper-fade.swiper-initialized.swiper-horizontal.swiper-ios.swiper-watch-progress.swiper-backface-hidden {
        padding-bottom: 0;
    }
    .surgeons-footer-grid {
        grid-template-columns: 1fr;
        margin-bottom: 20px;
    }

    .footer-call-us {
        margin-top: 12px;
    }

    .footer-bottom {
        margin-top: 16px;
    }

    .footer-bottom {
        margin-top: 16px;
        flex-direction: column;
        gap: 20px;
    }

    .footer-social-icons ul {
        padding: 0;
    }

    .about-section-main-top {
        gap: 12px;
        padding-bottom: 32px;
    }

    .about-section-main-bottom {
        margin-top: 0;
    }

    .about-section-main-bottom .swiper {
        padding-top: 0;
        padding-bottom: 64px;
    }

    .about-section-main-bottom .swiper-button-next,
    .about-section-main-bottom .swiper-button-prev {
        top: inherit;
        width: 40px;
        height: 40px;
        bottom: 0;
    }

    .hands-on-realistic-main .about-section-main-top h2,
    .video-testimonials-main .about-section-main-top h2 {
        text-align: center;
    }

    .video-testimonials-box-contant {
        flex-direction: column;
    }

    .exchangable-physical-tabs-box {
        flex-direction: column;
        gap: 24px;
    }

    .exchangable-physical-tabs-box-in,
    .video-testimonials-box-contant-in,
    .ntegrated-software-features-box-in {
        width: 100%;
        max-width: 100%;
    }

    .hands-on-realistic-main .about-section-main-top,
    .video-testimonials-main .about-section-main-top {
        margin: auto;  
    }

    .integrated-software-features-box{
        padding: 24px;
        border: 1px solid rgba(3, 1, 0, 0.1);
        align-items: start;
        border-radius: 8px;
        gap: 16px;
    }

    .pagination-item {
        padding: 5px 10px;
    }
}


@media screen and (max-width : 1060px) {
    .about-section-main .about-section-main-top {
        max-width:100% !important;
    }
}


.container{
    max-width: 100% !important;
}
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1326px !important;
}
}