* {
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
   }

.header_area+section, .header_area+row, .header_area+div {
    margin-top: 7em;
}
.header_area .nav-item .nav-link {
    font-weight: 400;
    text-transform: unset;
    color: black;
}

.header_area .nav-item:hover .nav-link{
    color: black;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 8px;
}
.header_area .nav-item:hover {

}
.header_area .nav-item:hover ul .nav-link{
    text-decoration: none;

}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 8px;
}

.header_area .nav-item.active .nav-link {
    color: #1294FD;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 8px;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
    padding: 0 20px;
}
.goog-logo-link {
    display:none !important;
}

.goog-te-gadget {
    color: transparent !important;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

.banner_area .banner_inner .banner_content .page_link a:before {
    content: "-";
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%)
}
.language-btn {
    color: #000;
    display: inline-block;
    height: 50px;
    width: 140px;
    vertical-align: top;
    line-height: 40px;
    outline: none;
    text-decoration: none;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 4px);
}
.carousel {
    max-width: 600px;
    position: relative;
    margin: 0 auto;
}

.carousel .carousel-item,
.carousel .carousel-item-hidden {
    display: none; /* hide all slide images not currently being viewed */
}

.carousel .carousel-item-visible {
    display: block; /* show current slide image */
    position:relative;
    animation: animateright 0.5s; /* for fading effect when switching between slides */
}

.carousel .carousel-item img {
    width: 100%;
    max-width: 600px;
    height: auto;
}

/* Navigation control styles */
.carousel .carousel-actions {
    display: flex;
    width: 100%;
    justify-content: space-between; /* put space between the navigation buttons */
    position: absolute; /* position navigation buttons on top */
    top: 50%; /* center navigation buttons on the slide */
    transform: translateY(-50%); /* align navigation buttons */
}

.carousel .carousel-actions button {
    border-radius: 50px;
    background-color: white;
    border: 0;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

.carousel .carousel-dots span#carousel-button-prev {
  color:#171717;
  font-size:36px;
  padding-right:3em;
    margin-left: 20px; /* prevent previous button from touching the side*/
}

.carousel .carousel-dots span#carousel-news-button-prev {
    color:#171717;
    font-size:36px;
    padding-right:1em;
    margin-left: 20px; /* prevent previous button from touching the side*/
  }

  #carousel-button-prev-team-mobile {
    color:#171717;
    font-size:36px;
    padding-right:1em;
    margin-left: 20px; /* prevent previous button from touching the side*/
  }

#carousel-button-next-team-mobile{
    color:#171717;
    font-size:36px;
    padding-left:1em;
    margin-right: 20px;  /* prevent next button from touching the side*/
}
.carousel .carousel-dots span#carousel-button-next {
  color:#171717;
  font-size:36px;
  padding-left:3em;
    margin-right: 20px;  /* prevent next button from touching the side*/
}

.carousel .carousel-dots span#carousel-news-button-next {
    color:#171717;
    font-size:36px;
    padding-left:1em;
      margin-right: 20px;  /* prevent next button from touching the side*/
  }

.carousel-dots {
    text-align: center;
    cursor: default;
}

.dot {
  height: 12px;
  width: 12px;
  background-color: #555555;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
}
.dot-active {
  height: 12px;
  width: 32px;
  background-color: #555555;
  border-radius: 16px;;
  display: inline-block;
}

/* hanlde smooth transitions between slides */
@keyframes fadeVisibility {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}

.form-inputs{
    position:relative;
}
.form-inputs .form-control{
    height:45px;
}

.form-inputs .form-control:focus{
    box-shadow:none;
    border:1px solid #000;
}

.form-inputs i{
    position:absolute;
    top:5px;
    left: 45px;
}
.solution-ul {
    padding: 0 20px;
}

.filter-multi-select .viewbar {
    border: 2px solid #D0D8E5;
    border-radius: 8px;
    height: 45px;
    line-height: 28px;
}
.filter-multi-select .viewbar .placeholder {
    color: #405562;
    font-size: 16px;

}
.filter-multi-select .viewbar .selected-items .item {
    background: #FFFFFF;
    border: 2px solid #D0D8E5;
    border-radius: 8px;
    color: #405562;

}
.filter-multi-select .viewbar .selected-items .item button {
    color: #405562;
    margin: 0 7px;
}
.filter-multi-select > .dropdown-toggle::before {
    position: absolute;
    top: 12px;
    right: 10px;
    content: url("{{ asset('public/front/images/filter.png') }}");
    border: unset;
}
.pagination .page-item .page-link {
    background: #FFFFFF;
    border-radius: 8px;
    border-color: #FFFFFF;

    color: #45404E;
    margin: 0 10px;
    min-width: 45px;
    text-align: center;
}
.pagination .disabled .page-link {
}
.pagination .active .page-link {
    background: #0672D9;
    border-color: #0672D9;
    color: #FFFFFF;
}

.truncate-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.truncate-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.truncate-desc p:not(:first-child) {
    display: none;
}
.truncate-desc p {
    margin: 0;
}

.swc-standard-button{
    font-weight: 600!important;
    font-size:16px;
    display: flex!important;
    text-align:center;
    justify-content: center !important;
    align-items: center !important;
    padding: 20px 30px !important;
    gap: 9px !important;
    height: 40px;
    background: #0672D9;
    border-radius: 4px !important;
    border-color: #0672D9;
    text-decoration-line: none !important;
    margin: 5px 0;
    color: white;
}

.swc-standard-button-2{
    font-weight: 600!important;
    font-size:16px;
    display: flex!important;
    text-align:center;
    justify-content: center !important;
    align-items: center !important;
    padding: 20px 30px !important;
    gap: 9px !important;
    height: 40px;
    background: white;
    border-radius: 4px !important;
    border-color: #0672D9;
    text-decoration-line: none !important;
    margin: 5px 0;
    color: #0672D9;
}

.swc-grey-button{
    background: #D0D8E5;
    border: none;
}

.header_area .navbar-collapse {
    max-height: 420px;
}

.wrapper {
    width: 90%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.mainFooter .gap {
    gap: 3em;
}
.contactBox a:hover {
    color: #5C5668;
    text-decoration: none;
}
.contactBox h5 {
    text-transform: unset;
    padding-bottom: 10px;
}
.contactBox .item-link {
    display: flex;
    flex-direction: row;
    flex-basis: 30%;
    flex-wrap: wrap;
}

.contactBox .item-link a {
    flex: 1 1 0px;
    margin-bottom: 16px;
}

.main_menu .right-menu {
    display: inline-flex;
    align-items: center;
    padding: 0;
    flex-wrap: wrap;
    gap: 15px;
}

.accountArea > a {
    background: #0994FD;
    border: none;
    font-weight: 400;
    padding: 0px 20px;
}

.accountArea > .inverted, .accountArea > .inverted:hover {
    background: #D0D8E5;
    color: #171717;
}

.navbar-toggler span {
    background: #000000;
}
.logo_h img {
    /* width: 65%; */
    padding: unset;
}

.homepage h1 {
    font-weight: 700;
    font-size: 66px;
    color: #FEFEFE;
    margin: unset;
}
.homepage h2 {
    font-weight: 700;
    font-size: 66px;
    color: #FEFEFE;
}
.homepage h3 {
    font-weight: 700;
    font-size: 44px;
    color: #FEFEFE;
    margin-bottom: 30px;
}
.homepage .h3 {
    font-weight: 700;
    font-size: 45px;
    color: #171717;
}
.homepage h4 {

    font-weight: 600;
    font-size: 32px;
    color: #FEFEFE;
    margin-bottom: 20px;
}
.homepage h5 {
    font-weight: 500;
    font-size: 18px;
    color: #F9F9F9;
}
.homepage p {
    font-size: 16px;
    color: #F9F9F9;
}
.homepage a {
    font-weight: 600;
    font-size: 16px;
    color: #F9F9F9;
}

.h4-sub {
    font-weight: 600;
    font-size: 32px!important;
    color: #171717!important;
}
.h5-sub{
    font-weight: 500;
    font-size: 24px!important;
    color: #171717!important;
    margin-bottom: 2em;
}
.ul-sub {
    font-size: 16px;
    list-style-type: disc;
}

.homepage-card-outer {
    background: #D0D8E59E;
    padding: 20px;
    border-radius: 10px;
    height:100%;
}

.homepage-solutions-card{
    background: #FEFEFE;
    border-radius: 20px;
    height:100%;
}
.homepage-solutions-card:before, .homepage-solutions-card:after {
  content: "";
  clear: both;
  display: table;
}

.homepage-card-inner {
    justify-content: space-between;
    align-items: center;
}

.homepage-card-h5 {
    font-weight: 700!important;
    font-size: 20px!important;
    color: #000000!important;
}
.homepage-card-p {
    color: #212E36!important;
    font-size: 16px!important;
    font-weight: 500!important;
}
.homepage-card-span {
    font-size: 12px!important;
    color: #00000099!important;
}
.homepage-card-a {
    background: #0994FD!important;
    border-radius: 8px!important;

    font-weight: 400!important;
    font-size: 16px!important;
    color: #FEFEFE!important;
    padding: 16px 24px;
}
.homepage-btn {
    background: #0994FD;
    border-radius: 8px;
    font-weight: 400;
    font-size: 14px;
    color: #FEFEFE;
    padding: 12px 18px;
}

.home_ul {
    list-style-type: none;
}

.home_ul li::before {
    content: "•";
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.partner_box {
    height: 110px;
    width: 120px;
    box-shadow: 0px 12px 24px #3838380d;
    border-radius: 20px;
    padding: 10px;
    background: #FEFEFE;
}

.partner_box:hover {
    transform: scale(1.1);
    transition: 0.45s;
    transition-timing-function: ease-out;
    box-shadow: 12px 12px 32px #f9f9f9,
        -12px -12px 32px #f9f9f9;
}

.partner-badge {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 32px!important;
}
.partner-title {
    font-weight: 500;
    font-size: 18px;
    color: #171717;
    padding: 10px 0 0 0;
}
.partner-desc {
    color: #373737;
    font-size: 20px;
}
.card-about-us {
    padding: 2em;
}
.card-about-us h1 {

    font-weight: 700;
    font-size: 44px;
    color: #171717;
    margin-bottom: 20px;
}
.card-about-us h2 {

    font-weight: 700;
    font-size: 40px;
    color: #171717;
}
.card-about-us h5 {

    font-weight: 500;
    font-size: 18px;
    color: #171717;
    margin-bottom: 20px;
}
.card-about-us p {

    font-size: 16px;
    color: #555555;
    margin-bottom: 2em;
    padding: 0;
}
.card-solutions-left {
    padding:0;
    background: #E4E4E4;
    border-radius: 30px;
    margin-bottom: 50px;
}
.card-solutions-right {
    padding: 2em;
    background: #E4E4E4;
    border-radius: 30px;
    text-align: center;
}
.partner-maps {
    padding: 20px;
}
.contact-us-bg {
    background: #F9F9F9;
}
.height-banner {
    min-height: 150px;
}
.login-icon-position {
    text-align: center;
}
.login-icon-margin {
    margin:150px auto;
}
.login-form-container {
    background: #E3F2FE;
}
.contactColLogin {
    margin: unset;
}
.patient-file-span {
    font-weight: 600;
    font-size: 32px;
    line-height: 49px;
    color: #373737;
}

.cases-img,.cases-title {
    padding: 0 5px;
}
.dbMenuBtn:hover {
    background: #488ac9;
    color: #fff;
    text-decoration: none;
}
.lft-sub-menu ul::before {
    left: 46px;
}

.mainFooter .privacy-policy {
    font-size: 12px;
}
.mainFooter .copyright {
    font-size: 12px;
}

@media (max-width: 300px) {
    .mainFooter .privacy-policy {
    }
    .mainFooter .copyright {
    }
}

@media (min-width: 300px) {
    .contactBox .item-link {
        gap: 3px;
        row-gap: 0;
    }
    .contactBox h5 {
    }
    .contactBox .item-link a {
    }
}

@media (min-width: 390px) {
    .contactBox .item-link {
        gap: 4px;
        row-gap: 0;
    }
    .contactBox h5 {
    }
    .contactBox .item-link a {
    }
}

@media (min-width: 413px) {
    .homepage-card-outer {

    }
    .card-about-us {
        padding: 3em;
    }
    .card-solutions-right {
        padding: 3em;
    }
    .contactBox .item-link {
        gap: 5px;
        row-gap: 0;
    }
    .contactBox h5 {
    }
    .contactBox .item-link a {
    }
    .homepage-card-inner {
        justify-content: space-between;
        align-items: center;
        padding: 1em;
    }
}

@media (min-width: 576px) {
    .wrapper {
        max-width: 650px;
    }
    .height-banner {
        min-height: 200px;
    }
    .homepage-card-inner {
        padding: 1em;
    }
    .contactBox .item-link {
        gap: 10px;
        row-gap: 0;
    }
    .contactBox h5 {
    }
    .contactBox .item-link a {
    }
}

@media (min-width: 768px) {
    .wrapper {
        max-width: 840px;
    }
    .height-banner {
        min-height: 300px;
    }
    .homepage-btn {
        font-size: 20px;
        padding: 16px 24px;
    }
    .card-about-us {
        padding: 4em;
    }
    .card-solutions-right {
        padding: 4em;
    }
    .contactBox .item-link {
        gap: 10px;
        row-gap: 0;
    }
    .contactBox h5 {
    }
    .contactBox .item-link a {
    }
}

@media (min-width: 992px) {
    .logo_h img {
        width: 75%;
    }
    .navbar-expand-lg .navbar-collapse {
        gap: 1em;
    }
    .wrapper {
        max-width: 1100px;
    }
    .hidden-lg {
        display: none;
    }
    .card-solutions-left {
        margin: 2% 1% 2% 0;
        max-width: 49%;
    }
    .card-solutions-right {
        margin: 2% 0 2% 1%;
        max-width: 49%;
    }
    .partner-maps {
        padding:20px 0 0 90px;
    }
    .contact-us-bg {
        background: #FEFEFE;
    }
    .contactBox .item-link {
        flex-direction: column;
    }
    .contactBox .item-link {
        gap: unset;
    }
    .contactBox h5 {
    }
    .contactBox .item-link a {
    }
    .login-form-container {
        background: #FEFEFE;
    }
    .cases-img {
        text-align: right;
    }
    .cases-title {
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-lg .navbar-collapse {
        gap: 1em;
    }
    .wrapper {
        max-width: 1500px;
    }
    .card-about-us {
        padding: 5em;
    }
    .card-solutions-right {
        padding: 5em;
    }
    .contactBox h5 {
        font-size: 16px;
    }
    .contactBox .item-link a {
        font-size: 14px;
    }
    .login-icon-position {
        text-align:right;
    }
    .login-icon-margin {
        margin:150px 150px 150px 0;
    }
}

@media only screen and (max-width: 390px) {
}

@media only screen and (max-width: 470px) {
    iframe{
        position: relative;
        width:70%;
        left: 3em;
    }
}

@media only screen and (max-width: 576px) {
}

@media only screen and (max-width: 767px) {
    .address img {
        margin: unset;
    }

    .carousel .carousel-dots span#carousel-button-prev {
        padding-right: 0.5em;
    }
    .carousel .carousel-dots span#carousel-button-next {
        padding-left: 0.5em;
    }
    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info {
        text-align: left;
        font-size:14px;
    }
}
@media only screen and (max-width: 991px) {
    .header_area .navbar .nav .nav-item {
        margin-right: 16px!important;
        padding-right: 10px;
        padding-left: 10px;
    }
    .header_area+section, .header_area+row, .header_area+div {
        margin-top: 7em;
    }
    .header_area .navbar {
        height: 6em;
    }
    .contactColLogin {
        flex-direction: column-reverse;
    }
    .login-form-container {
        padding-top: 3em;
    }
    .logo_h {
        width: 105px;
    }
    .navbar-toggler[aria-expanded="true"] span {
        width: 25px!important;
    }
    .navbar-toggler span:nth-child(2) {
        margin-right: 0;
    }
    .navbar-toggler span:last-child {
        margin-right: 0;
    }
    .header_area .navbar .nav .nav-item.submenu ul {
        margin: 0 -10px;
    }
    #chatButton {
        right: -4em!important;
    }
    .hidden-xs {
        display: none;
    }

    .main_menu .right-menu {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 10px;
        padding-left: 10px;
    }
}
/* @media only screen and (max-width: 1000px) { */
    .dbMenu {
        left: -240px;
        width: 240px;
    }
/* } */
@media only screen and (max-width: 1200px) {
    .mainFooter .gap {
        gap: 1em;
    }
}

@media (min-width: 300px) and (max-width: 389px) {
    .homepage h1 {
    }
    .homepage h2 {
    }
    .homepage h3, .homepage .h3 {
    }
    .homepage h4 {
    }
    .homepage h5 {
    }
    .homepage p {
    }
    .homepage a {
    }
    .homepage-card-h5 {
    }
    .homepage-card-p {
    }
    .homepage-card-span {
        font-size: 12px!important;
    }
    .homepage-card-a {
        font-size: 7px!important;
        padding: 6px 12px;
    }
    .h1-title-2 {
        font-size: 24px;
    }
    .h4-sub {
        font-size: 16px!important;
        margin-bottom: 12px!important;
    }
    .h5-sub{
        font-size: 12px!important;
    }
    .p-sub{
    }
    .ul-sub {
    }
    .partner-title {
        padding: 5px 0;
    }
    .partner-desc {
        font-size: 13px;
    }
    .card-about-us h1 {
    }
    .card-about-us h2 {
    }
    .card-about-us h5 {
    }
    .card-about-us p {
        font-size: 16px;
    }
    .personel_degree h5 {
        font-size: 11px!important;
    }
    .personel_name h4 {
        font-size: 13px!important;
    }
    .patient-file-span {
        font-size: 20px;
    }
    .mainFooter .privacy-policy {
    }
    .mainFooter .copyright {
    }
}

@media (min-width: 390px) and (max-width: 469px) {
    .homepage h1 {
    }
    .homepage h3, .homepage .h3 {
    }
    .homepage h4 {
    }
    .homepage h5 {
    }
    .homepage h5 {
    }
    .homepage p {
    }
    .homepage-card-h5 {
    }
    .homepage-card-p {
    }
    .homepage-card-span {
        font-size: 12px!important;
    }
    .homepage-card-a {
    }
    .h1-title-2 {
        font-size: 32px;
    }
    .h4-sub {
        font-size: 20px!important;
        margin-bottom: 16px!important;
    }
    .h5-sub{
        font-size: 16px!important;
    }
    .p-sub{
    }
    .ul-sub {
    }
    .partner-title {
        padding: 7px 0;
    }
    .partner-desc {
        font-size: 14px;
    }
    .homepage h2 {
    }
    .card-about-us h1 {
    }
    .card-about-us h2 {
    }
    .card-about-us h5 {
    }
    .card-about-us p {
    }
    .personel_degree h5 {
    }
    .personel_name h4 {
    }
    .patient-file-span {
        font-size: 24px;
    }
    .mainFooter .privacy-policy {
    }
    .mainFooter .copyright {
    }
}

@media (min-width: 470px) and (max-width: 575px) {
    .homepage h1 {
    }
    .homepage h3, .homepage .h3 {
    }
    .homepage h4 {
    }
    .homepage h5 {
    }
    .homepage h5 {
    }
    .homepage p {
    }
    .homepage-card-h5 {
    }
    .homepage-card-p {
    }
    .homepage-card-span {
        font-size: 12px!important;
    }
    .homepage-card-a {
    }
    .h1-title-2 {
        font-size: 48px;
    }
    .h4-sub {
        font-size: 24px!important;
        margin-bottom: 24px!important;
    }
    .h5-sub{
        font-size: 20px!important;
    }
    .p-sub{
        font-size: 18px!important;
    }
    .ul-sub {
    }
    .partner-title {
        padding: 10px 0;
    }
    .partner-desc {
        font-size: 16px;
    }
    .homepage h2 {
    }
    .card-about-us h1 {
    }
    .card-about-us h2 {
    }
    .card-about-us h5 {
    }
    .card-about-us p {
    }
    .personel_degree h5 {
    }
    .personel_name h4 {
    }
    .mainFooter .privacy-policy {
    }
    .mainFooter .copyright {
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .homepage h1 {
        font-size: 64px;
    }
    .homepage h3, .homepage .h3 {
        font-size: 40px;
    }
    .homepage h4 {
        font-size: 24px;
    }
    .homepage h5 {
        font-size: 24px;
    }
    .homepage p {
        font-size: 16px;
    }
    .homepage a {
        font-size: 16px;
    }
    .homepage-card-h5 {
    }
    .homepage-card-p {
    }
    .homepage-card-span {
        font-size: 12px!important;
    }
    .homepage-card-a {
    }
    .partner-badge {
        width: 18px!important;
    }
    .homepage h2 {
    }
    .card-about-us h1 {
    }
    .card-about-us h2 {
    }
    .card-about-us h5 {
    }
    .card-about-us p {
    }
    .mainFooter .privacy-policy {
    }
    .mainFooter .copyright {
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .partner-badge {
        width: 18px!important;
    }
    .homepage h2 {
    }
    .personel_degree h5 {
        font-size: 11px!important;
    }
    .personel_name h4 {
        font-size: 13px!important;
    }
    .mainFooter .privacy-policy {
    }
    .mainFooter .copyright {
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .header_area .navbar .nav .nav-item {
        /* margin-right: 12px;
        padding-right: 8px;
        padding-left: 8px; */
        gap: .2rem;
    }
    .header_area .navbar .nav .nav-item .nav-link {
        font-size: 12px;
    }
    .main_menu .right-menu {
        gap: 6px;
    }
    .accountArea > a {
        font-size: 12px;
        padding: 0px 14px;
    }
    .partner-badge {
        width: 26px!important;
    }
    .personel_degree h5 {
        font-size: 18px!important;
    }
    .personel_name h4 {
        font-size: 22px!important;
    }
    .mainFooter .privacy-policy {
    }
    .mainFooter .copyright {
    }
}
@media (min-width: 1201px) and (max-width: 1440px) {
    .header_area .navbar .nav .nav-item .nav-link {
        font-size: 15px;
    }
    .accountArea > a {
        font-size: 13px;
    }
}
