/* @font-face {
    font-family: 'oak_sansmedium';
    src: url('fonts/oaksans-medium-webfont.woff2') format('woff2'),
         url('fonts/oaksans-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'oak_sansregular';
    src: url('fonts/oaksans-regular-webfont.woff2') format('woff2'),
         url('fonts/oaksans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'beatrice_trialbold';
    src: url('fonts/beatrice_trial-webfont.woff2') format('woff2'),
         url('fonts/beatrice_trial-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'beatrice_trialsemibold';
    src: url('fonts/beatrice_trial_semibold-webfont.woff2') format('woff2'),
         url('fonts/beatrice_trial_semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'beatrice_trialextrabold';
    src: url('fonts/beatrice_trial_extrabold-webfont.woff2') format('woff2'),
         url('fonts/beatrice_trial_extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'beatrice_trialmedium';
    src: url('fonts/beatrice_trial_medium-webfont.woff2') format('woff2'),
         url('fonts/beatrice_trial_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'beatrice_triallight';
    src: url('fonts/beatrice_trial_light-webfont.woff2') format('woff2'),
         url('fonts/beatrice_trial_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

} */
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

html {
    scroll-behavior: smooth;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -webkit-font-smoothing: antialiased;
    font-family: "Plus Jakarta Sans", sans-serif;

}

input,
textarea,
a {
    font-family: "Plus Jakarta Sans", sans-serif !important;
}

.container,
.container-fluid {
    padding: 0;
}

.container .row,
.container-fluid .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

input,
textarea {
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
}

.tab-content>.tab-pane {
    display: none;
    position: relative;
}

.tab-content>.active {
    display: block;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }

}

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
    margin: 0.25rem;
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-sm {
        max-width: 300px;
    }

}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }

}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px;
    }

}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.modal-fullscreen .modal-header {
    border-radius: 0;
}

.modal-fullscreen .modal-body {
    overflow-y: auto;
}

.modal-fullscreen .modal-footer {
    border-radius: 0;
}

@media (max-width:575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0;
    }

}

@media (max-width:767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-md-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0;
    }

}

@media (max-width:991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0;
    }

}

@media (max-width:1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0;
    }

}

@media (max-width:1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0;
    }

}

/*****************************************/
.flex {
    display: flex;
}

.justify-between {
    justify-content: space-between;
}

.justify-evenly {
    justify-content: space-evenly;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.text-center {
    text-align: center;
}

.slick-slider {
    width: 100%;
    margin: 0;
}

.eqlh {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.float-left {
    float: left;
}

.clear-both {
    clear: both;
}

/****************************************/

/**heder*/
.header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    padding: 0px;
    box-sizing: border-box;
    height: auto;
    transition: 0.25s all linear;
}

.header.fixed {
    background: #F2F5FB;
    transition: 0.25s all linear;
}

.header.fixed .menu .menu-item a {
    color: #000;
}

.header.fixed .menu .menu-item .active {
    border-bottom-color: #000;
}

.header.fixed .menu .menu-item a .plus {
    border-color: #000;
}

.header.fixed .menu .menu-item:hover a .plus {
    border-color: #000;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.header-main {
    padding: 0;
    transition: 0.25s all linear;
    position: relative;
}

/* .header-main:before{
      content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, 
    rgba(255, 255, 255, 1) 0%, 
    rgba(255, 255, 255, 0) 100%
  );
  pointer-events: none;
  z-index: -1;
} */
.header.fixed .header-main {
    margin-top: 0;
    margin-bottom: 0;
    transition: 0.25s all linear;
    border-radius: 0;
}

.header .logo {
    padding: 15px 27px 15px 56px;
    width: 550px;
    float: left;
}

.header .logo .color-logo {
    display: block;
}

.header.fixed .logo .white-logo {
    display: none;
}

.header.fixed .logo .color-logo {
    display: block;
}

.header .logo img {
    width: 100%;
}

.header .logo a {
    font-size: 30px;
    text-transform: capitalize;
    color: #e91e63;
    font-weight: 600;
}

.header .nav-menu {
    padding: 0 56px 0 15px;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.header .search-button-end {
    width: 22%;
}

.header .menu .menu-item {
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0 7px
}

.header .menu .menu-item .active {
    border-bottom: 1px solid #fff;
}

.header .menu .menu-item .sub-menu .menu-item {
    margin: 0;
}

/* .menu-active {
  border-bottom: 3px solid #6a05a6 !important;
}
 */
.header .menu .menu-item a {
    display: block;
    padding: 18px 14px;
    color: #000;
    text-transform: capitalize;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    line-height: 1.6;
    border-bottom: 1px solid transparent;

}

.header .menu .menu-item a.menu-active {
    border-bottom-color: #000;
}

.header .menu .menu-item a .plus {
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 6px;
    transform: rotate(45deg);
}

.header .menu>.menu-item:hover>a .plus {
    border: solid #000;
    border-width: 0 2px 2px 0;
}

.header .menu .menu-item a .plus:after {
    transform: translate(-50%, -50%) rotate(-90deg);
}

.header .menu .menu-item:hover>a {

    /* border-bottom: 3px solid #4d8546; */
}

.header .search-button-end {
    padding-left: 0;
    border-left: 2px solid #e5e2dc;
    display: flex;
    align-items: center;
}

.header .search-button-end .search-icon {
    padding: 29px 23px;
    border-right: 2px solid #e5e2dc;
    width: 16%;
    text-align: center;
}

.header .search-button-end .search-icon img {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.header .search-button-end .contact-link {
    width: 63%;
}

.header .search-button-end .contact-link a {
    display: block;
    padding: 18px 14px;
    color: #1C1C1C;
    text-transform: capitalize;
    transition: all 0.3s ease;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    line-height: 1.6;
    position: relative;
    text-align: center;
}

.header .search-button-end .contact-link a:before {
    content: " ";
    width: 95px;
    height: 2px;
    background: #1c1c1c;
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.header .menu .menu-item .sub-menu {
    box-shadow: 0px 0 10px rgb(0 0 0 / 20%);
    width: 220px;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #ffffff;
    padding: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.submenu-main-bg {
    background: #fff;
    width: 450px !important;
    position: absolute;
    display: flex;
}

.submenu-main-bg:before {
    content: "\2023";
    position: absolute;
    top: -37px;
    left: 50px;
    font-size: 60px;
    color: #4d8546;
    font-weight: 500;
    transform: rotate(270deg);
}

.submenu-main-box {
    position: relative;
    padding: 0;
    margin: 0;
    width: 50%;
    display: inline-block;
    border-right: 1px solid #ccc;
}

.submenu-main-box ul {
    width: auto !important;
    box-shadow: none !important;
    position: relative !important;
    top: 0 !important;
}

.header .menu .menu-item .sub-menu .submenu-main-box ul li a {
    padding: 10px 20px;
    border: none;
}

@media(min-width:992px) {
    .header .menu .menu-item-has-children:hover .sub-menu {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .header .menu .menu-item-has-children:hover>a .plus:after {
        transform: translate(-50%, -50%) rotate(0deg);
    }

}

.header .menu .menu-item .sub-menu .menu-item {
    display: block;
}

.header .menu .menu-item .sub-menu .submenu-1 li.submenu-header,
.header .menu .menu-item .sub-menu .submenu-2 li.submenu-header {
    display: block;
    padding: 12px 20px;
    color: #4d8546;
    transition: all 0.3s ease;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
}

.header .menu .menu-item .sub-menu .menu-item a {
    display: block;
    padding: 12px 20px;
    color: #000000;
    transition: all 0.3s ease;
    text-transform: capitalize;
    font-size: 14px;
    text-decoration: none;
    display: flex;
    border-bottom: 1px solid #DCE0E3;
}

.header .menu .menu-item .sub-menu .menu-item a:hover {
    background: #0d0f28;
    color: #fff;
    transition: 0.25s all linear;
}

.header .menu.right-side-part .menu-item a {
    font-size: 14px;
}

.header .menu.right-side-part .menu-item .sub-menu .menu-item a {
    font-size: 12px;
}

.header .open-nav-menu {
    height: 34px;
    width: 40px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.header .open-nav-menu span {
    display: block;
    height: 3px;
    width: 24px;
    background-color: #000000;
    position: relative;
}

.header .open-nav-menu span:before,
.header .open-nav-menu span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    box-sizing: border-box;
}

.header .open-nav-menu span:before {
    top: -7px;
}

.header .open-nav-menu span:after {
    top: 7px;
}

.header .close-nav-menu {
    height: 17px;
    width: 40px;
    background-color: #f2f5fb;
    margin: 0 0 15px 7px;
    cursor: pointer;
    display: none;
    align-items: end;
    justify-content: center;
}

.header .close-nav-menu img {
    width: 16px;
}

.header .menu-overlay {
    position: fixed;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.right-header-part {
    padding: 4px 5px 4px 20px;
    font-size: 16px;
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid #4d8546;
    border-radius: 30px;
    display: inline-block;
    text-align: right;
    width: 191px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #fff;
}

.right-header-part a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    padding: 0px;
    color: #4d8546;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 12px;
    text-decoration: none;
}

.right-header-part a:hover .arrow span {
    width: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.right-header-part a span {
    margin-left: 10px;
}

.right-header-part a b {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #fff;
}

.logo-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.arrow {
    display: flex;
    align-items: center;
    position: relative;
    top: 0;
    margin-left: 5px;
    float: right;
    left: 0;
}

@media(max-width:991px) {
    .header .menu-overlay.active {
        visibility: visible;
        opacity: 1;
    }

    .header .nav-menu {
        flex-direction: column;
        align-items: end;
        justify-content: start;
    }

    .right-header-part {
        margin-top: 20px;
        margin-left: 10px;
    }

    .header .nav-menu {
        position: fixed;
        right: -280px;
        visibility: hidden;
        width: 280px;
        height: 100%;
        top: 0;
        overflow-y: auto;
        background-color: #F2F5FB;
        z-index: 1000;
        padding: 15px 0;
        transition: all 0.5s ease;
    }

    .header .nav-menu.open {
        visibility: visible;
        right: 0px;
    }

    .header .menu .menu-item {
        display: block;
        margin: 0;
    }

    .header .menu .menu-item-has-children>a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header .menu .menu-item a {
        color: #2f455c;
        padding: 12px 15px;
        border-bottom: 1px solid #bec0c3;
    }

    .header .menu .menu-item:first-child>a {
        border-top: 1px solid #bec0c3;
    }

    .header .menu .menu-item a .plus:before,
    .header .menu .menu-item a .plus:after {
        background-color: #2f455c;
    }

    .header .menu .menu-item-has-children.active>a .plus:after {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    .header .menu .menu-item .sub-menu {
        width: 100%;
        position: relative;
        opacity: 1;
        visibility: visible;
        border: none;
        background-color: transparent;
        box-shadow: none;
        transform: translateY(0px);
        padding: 0px;
        left: auto;
        top: auto;
        max-height: 0;
        overflow: hidden;
    }

    .submenu-main-bg {
        width: 100% !important;
    }

    .submenu-main-box {
        width: 100%;
        border-right: none;
    }

    .header .menu .menu-item .sub-menu .submenu-main-box ul li a {
        padding: 5px 20px;
    }

    .header .menu .menu-item .sub-menu .menu-item a {
        padding: 12px 45px;
        color: #ffffff;
        border-bottom: 1px solid #333333;
    }

    .header .close-nav-menu,
    .header .open-nav-menu {
        display: flex;
        padding: 10px 7px;
        width: 26px;
    }

}

/**heder*/

.hero-banner {
    /* background: #2f455c; */
    /*   background-color: #23d8ef; For browsers that do not support gradients
  background-image: linear-gradient(to bottom, #23d8ef, #30edd1); */
    /*       background: #2f455c; */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    /* transition: opacity 0.2s linear; */
    transition: filter 0.3s ease, opacity 0.3s ease;
}

.hero-banner .left-side-part {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 100px 0 56px;

}

.heading {
    font-size: 76px;
    color: #2f455c;
    line-height: 90px;
    font-family: "Plus Jakarta Sans", sans-serif;

}

.heading span {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
}

.hero-banner .left-side-part .content-set {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 48px;
    border-top: 1px solid #fff;
    margin-bottom: 40px;
}

.hero-banner .left-side-part .content-set .icon {
    width: 77px;
}

.hero-banner .left-side-part .content-set .icon svg {
    width: 77px;
    height: 77px;
    color: #fff;
}

.hero-banner .left-side-part .content-set .text-part {
    width: 80%;
}

.hero-banner .left-side-part .content-set .text-part strong {
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    font-family: 'oak_sansmedium';
    display: block;
}

.hero-banner .left-side-part .content-set .text-part span {


    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

.hero-banner .left-side-part .heading {
    margin-bottom: 20px;
    color: #2f455c;
}

.hero-banner .left-side-part .content-wrap {
    display: flex;
    gap: 30px;
}

.hero-banner .left-side-part p {
    font-size: 18px;
    line-height: 24px;
    color: #2f455c;

}

.btn1 {
    display: inline-block;
    padding: 20px 28px;
    /* border: 1px solid #fff; */
    background: transparent;
    color: #2f455c;
    background: #fff;
    text-decoration: none;
    font-size: 18px;
    border-radius: 8px;
    transition: 0.25s all linear;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-weight: bold;
    margin-top: 20px;
    font-family: "Plus Jakarta Sans", sans-serif;

}

.btn1:before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 4px;
    /* border thickness */
    border-radius: 8px;
    background: #25DBEA;
    background: linear-gradient(90deg, rgba(37, 219, 234, 1) 60%, rgba(49, 240, 205, 1) 100%);

    /* Trick for border effect */
    -webkit-mask:
        linear-gradient(#23d8ef 0 0) content-box,
        linear-gradient(#23d8ef 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;

    z-index: -1;

}

.btn1:hover {
    background: #24daed;
    color: #fff;
}

.btn1 svg {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;

}

.hero-banner .col-lg-7 {
    background: url(../images/banner.jpg) no-repeat;
    background-size: cover;
    background-position: left;
}

.hero-banner .left-side-part {
    position: relative;
}

.hero-banner .left-side-part .btn1 {
    width: 165px;
    height: 165px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding: 0;
    border-radius: 100%;
    position: absolute;
    right: -77px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 29px;
    background-color: #fff;
    color: #000;
    text-align: center;
    transition: 0.25s all linear;
    /*  background-image: linear-gradient(to bottom, #23d8ef, #30edd1);
  color: #fff; */
}

.hero-banner .left-side-part .btn1 svg {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin: 8px auto 0;
    display: block;
}

.hero-banner .left-side-part .btn1:before {
    padding: 10px;
    border-radius: 50%;
}

.hero-banner .left-side-part .btn1:hover {
    background: #25DBEA;
    background: linear-gradient(90deg, rgba(37, 219, 234, 1) 60%, rgba(49, 240, 205, 1) 100%);
    transition: 0.25s all linear;
    color: #fff;
}

.hero-banner .left-side-part .right-part-box .box-set {
    background: #4a6179;
    padding: 50px 30px;

}

.hero-banner .left-side-part .right-part-box .box-set p {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    margin-bottom: 0
}

.hero-banner .left-side-part .right-part-box .box-set p strong {
    font-family: "Plus Jakarta Sans", sans-serif;
}

.hero-banner .right-side-part img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.hero-banner .right-side-part {
    height: 100vh;
}

.hero-banner .right-side-part .home-banner-top {
    height: 100vh;
    position: relative;
    width: 100%;
    margin: 0 auto;
    transition: 0.50s all linear;
}

.hero-banner .right-side-part .home-banner-top .video-bg {
    width: 100%;
    height: 100vh;
    position: absolute;
    overflow: hidden;
}

/* 🔥 MAIN FIX */
.hero-banner .right-side-part .home-banner-top .video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    /* ye sabse important hai */
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.why-onecompetency-delivers {
    padding: 100px 0;
    margin-top: 100vh;
    z-index: 5;
    background: #fff;
    /*      background: url(../images/banner1.jpg) no-repeat;
    background-size: cover;
    background-position: center; */
    position: relative;
    transition: opacity 0.2s linear;
}

.why-onecompetency-delivers .left-side-part {
    position: sticky;
    top: 150px;
    padding-right: 117px;
}

.why-onecompetency-delivers .col-lg-6:first-child {
    padding-right: 60px;
}

.why-onecompetency-delivers .col-lg-6:last-child {
    padding-left: 60px;
}

.why-onecompetency-delivers .img-set {
    margin-bottom: 30px;
}

.why-onecompetency-delivers .img-set img {
    display: block;
    border-radius: 20px;
    margin: 0 auto;
}

.heading2 {
    font-size: 50px;
    color: #2f455c;
    line-height: 60px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.heading2 span {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
}

.why-onecompetency-delivers .heading2 {
    margin-bottom: 30px;
}

.why-onecompetency-delivers .links {
    font-size: 16px;
    line-height: 24px;
    color: #2f455c;
    font-family: "Plus Jakarta Sans", sans-serif;
    text-decoration: none;
    position: relative;
    font-weight: 500;
}

.why-onecompetency-delivers .links:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #2f455c;
    transition: all .3s;

}

.why-onecompetency-delivers .links:hover:before {
    width: 0%;
}

.why-onecompetency-delivers .right-side-part .item {
    padding: 30px 32px;
    border: 1px solid #e0e1e3;
    border-radius: 20px;
    margin-bottom: 20px;
}

.why-onecompetency-delivers .right-side-part .item .mobile-img {
    display: none;
}

.why-onecompetency-delivers .right-side-part .item .image-icon {
    display: block;
    margin-bottom: 30px;
}

.why-onecompetency-delivers .right-side-part .item .image-icon svg {
    color: #2f455c;
}

.why-onecompetency-delivers .right-side-part .item .content-part {}

.why-onecompetency-delivers .right-side-part .item .content-part h3 {
    font-size: 28px;
    line-height: 38px;
    color: #2f455c;
    font-family: "Plus Jakarta Sans", sans-serif;

    margin-bottom: 20px;
}

.why-onecompetency-delivers .right-side-part .item .content-part h3 span {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
}

.why-onecompetency-delivers .right-side-part .item .content-part .content-text {}

.why-onecompetency-delivers .right-side-part .item .content-part .content-text p {
    font-size: 16px;
    line-height: 22px;
    color: #2f455c;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.why-onecompetency-delivers .right-side-part .item.active {
    /* background: #f0f5fb; */
    background: rgb(234, 249, 255);
    -webkit-backdrop-filter: blur(35px);
    /* backdrop-filter: blur(35px); */

}

/* .why-onecompetency-delivers .right-side-part .item.active .content-part h3{
    color: #fff;
}
.why-onecompetency-delivers .right-side-part .item.active .content-part p{
    color: #fff;
} */
/* #mainImage {
  transition: opacity 0.3s ease;
  opacity: 1;
}

#mainImage.fade-out {
  opacity: 0;
} */
#mainImage {
    transition: opacity 0.2s ease;
    /* 👈 thoda slow = smoother */
    opacity: 1;
    will-change: opacity;
    /* 👈 performance boost */
    border: 20px solid #fff;
    border-radius: 20px;
    box-shadow: 0 0 8px rgba(221, 221, 221, 2);
}

#mainImage.fade-out {
    opacity: 0;
}

.about-us-home {
    padding: 100px 0;
    background: rgb(234, 249, 255);
    z-index: 5;
    position: relative;
}

.about-us-home .col-lg-4,
.about-us-home .col-lg-5,
.about-us-home .col-lg-2 {
    padding: 0 15px;
}

.about-us-home .left-content-set {
    padding-right: 35px;
}

.about-us-home .left-content-set .sub-heading {
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #2f455c;
    margin-bottom: 15px;
}

.about-us-home .left-content-set .heading2 {
    font-size: 40px;
    line-height: 52px;

    color: #2f455c;
    margin-bottom: 20px;
}

.about-us-home .left-content-set p {
    font-size: 18px;
    line-height: 24px;
    color: #2f455c;
    margin-bottom: 30px;
}

.about-us-home .left-content-set .btn2 {
    border-color: #2f455c;
    color: #2f455c;
}

.about-us-home .left-content-set .btn2:hover {
    background: #2f455c;
    color: #fff;
}

.about-us-home .center-img {
    text-align: center;
    position: relative;
    padding-left: 8%;
    height: 46vh;
    position: relative;
}

.about-us-home .center-img .home-banner-top {
    height: 46vh;
    position: relative;
    width: 89%;
    transition: 0.50s all linear;
}

.about-us-home .center-img .home-banner-top .video-bg {
    width: 100%;
    height: 46vh;
    position: absolute;
    overflow: hidden;
    border-radius: 20px;

}

.about-us-home .center-img .home-banner-top .video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.about-us-home .center-img img {
    display: block;
    border-radius: 20px;
    width: 90%;
}

.about-us-home .center-img .discount-part {
    width: 170px;
    height: 170px;
    /*     background: #2eead6; */
    /* background: linear-gradient(45deg, #25daea, #3fe8cc);
    -webkit-mask: linear-gradient(#25daea 0 0) content-box, linear-gradient(#3fe8cc 0 0);*/
    /*background: #25DBEA;
    background: linear-gradient(90deg, rgba(37, 219, 234, 1) 60%, rgba(49, 240, 205, 1) 100%);*/
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 58px;
    right: 0
}

.about-us-home .center-img .discount-part strong {
    font-size: 45px;
    color: #25dbeb;
    display: block;
    font-weight: 700;
    text-align: center;
    margin-bottom: 8px;
    /*    background: linear-gradient(to right, #25dbea 70%, #31f0cd 30%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}

.about-us-home .center-img .discount-part span {
    font-size: 16px;
    line-height: 22px;
    color: #2f455c;
    font-weight: 500;
    background: linear-gradient(to right, #25dbea 70%, #31f0cd 30%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.about-us-home .center-img .demo-logo {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.about-us-home .col-lg-2 {
    margin-left: 6% !important;
}

.about-us-home .statics .list {
    margin-bottom: 40px;
}

.about-us-home .statics .list:last-child {
    margin-bottom: 0;
}

.about-us-home .statics .list strong {
    font-size: 54px;
    line-height: 54px;
    font-weight: 700;
    display: block;
    color: #2f455c;
    margin-bottom: 8px;
}

.about-us-home .statics .list p {
    font-size: 16px;
    line-height: 22px;
    color: #2f455c;
}

.btn2 {
    padding: 16px 30px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    transition: 0.25s all linear;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.btn2 svg {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    width: 18px;
    height: 18px;
}

.btn2:hover {
    background: #fff;
    color: #4e6075;
    transition: 0.25s all linear;

}

.testimonial {
    background: url(../images/banner.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 5;
    position: relative;
    padding-bottom: 100px;
}

.testimonial .wrapper-container {
    position: relative;
    width: 80%;
    margin: 0 auto;

}

.testimonial .wrapper-container .qurt-img {
    position: absolute;
    top: 0;
    width: 164px;
}

.testimonial .wrapper-container .qurt-img img {
    display: block;
}

.testimonial .wrapper-container .heading2 {
    padding-top: 200px;
    font-weight: 700;
    padding-bottom: 20px;
    border-bottom: 2px solid #2f455c;
    margin-bottom: 40px;
}

.testimonial .wrapper-container .testimonial-slider .list-div p {
    font-size: 22px;
    line-height: 32px;
    color: #2f455c;
    margin-bottom: 30px;
}

.testimonial .wrapper-container .testimonial-slider .list-div .user-details {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial .wrapper-container .testimonial-slider .list-div .user-details .user-thum {
    border-radius: 100%;
    width: 80px;
    height: 80px;
    position: relative;
    background: #fff;
}

.testimonial .wrapper-container .testimonial-slider .list-div .user-details .user-thum img {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    margin: auto;
}

.testimonial .wrapper-container .testimonial-slider .list-div .user-details .user-content {
    width: 80%;
}

.testimonial .wrapper-container .testimonial-slider .list-div .user-details .user-content strong {
    margin-bottom: 5px;
    font-weight: 800;
    display: block;
    font-size: 22px;
    color: #2f455c;
    display: block;
}

.testimonial .wrapper-container .testimonial-slider .list-div .user-details .user-content span {
    font-size: 16px;
    line-height: 22px;
    color: #2f455c;
    display: block;
}

.testimonial .wrapper-container .testimonial-slider .slick-dots {
    position: absolute;
    top: -104px;
    right: 62px;


}

.testimonial .wrapper-container .testimonial-slider .slick-dots li {
    font-size: 24px;
    color: #2f455c;
    font-weight: 700;
    display: none;
    transition: 0.25s all linear;
    cursor: pointer;
}

.testimonial .wrapper-container .testimonial-slider .slick-dots li.slick-active {
    display: block;
    transition: 0.25s all linear;
}

.testimonial .wrapper-container .testimonial-slider .slick-arrow.slick-prev {
    background: transparent;
    padding: 10px 20px;
    border: 0;
    position: absolute;
    top: -117px;
    right: 128px;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    cursor: pointer;
}

.testimonial .wrapper-container .testimonial-slider .slick-arrow.slick-prev:before {
    content: "\276E";
    font-size: 24px;
    color: #2f455c;
    font-weight: 700;
}

.testimonial .wrapper-container .testimonial-slider .slick-arrow.slick-next {
    background: transparent;
    padding: 10px 20px;
    border: 0;
    position: absolute;
    top: -117px;
    right: 0;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    cursor: pointer;
}

.testimonial .wrapper-container .testimonial-slider .slick-arrow.slick-next:before {
    content: "\276F";
    font-size: 24px;
    color: #2f455c;
    font-weight: 700;
}

.ready-to-validate-clinician {
    background: #fff;
    padding: 60px 0 0;
    z-index: 5;
    position: relative;
    overflow: hidden;

}

.ready-to-validate-clinician .left-side-part {
    padding-right: 38px;
    display: flex;
    align-items: center;
    height: 100%;
}

.ready-to-validate-clinician .heading2 {
    margin-bottom: 30px;
}

.ready-to-validate-clinician form .col-lg-6,
.ready-to-validate-clinician form .col-lg-12 {
    padding: 0 8px;
    margin-bottom: 15px;
}

.ready-to-validate-clinician form .mb-3 {
    margin-bottom: 0 !important;
}

.ready-to-validate-clinician form .mb-3 input,
.ready-to-validate-clinician form .mb-3 textarea,
.ready-to-validate-clinician form .mb-3 select {
    padding: 12px 24px;
    border: 1px solid #a9a9a9;
    border-radius: 6px;
    font-size: 16px;
    color: #848587;
    resize: none;
    outline: none;
    box-shadow: none;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.ready-to-validate-clinician form .mb-3 select {
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 18px;

    /* Select background */
    border: 1px solid #a9a9a9;
    color: #848587;
    cursor: pointer;

}

/* Dropdown options */
select option {
    background: #fff;
    /* Option background */
    color: #848587;
    /* Option text */
}

/* Hover (Chrome/Edge me hi mostly work karega) */
select option:hover {
    background: #fff;
    color: #848587;
}

/* Selected option */
select option:checked {
    background: #fff;
    color: #848587;
}

.ready-to-validate-clinician form .button-wrap {
    margin-top: 0;
    text-align: right;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: end;
}

.ready-to-validate-clinician .btn2 {
    border-color: #2f455c;
    color: #2f455c;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.ready-to-validate-clinician .btn2:hover {
    color: #fff;
    background: #2f455c;
}

.ready-to-validate-clinician .main-div-circle {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
}

.ready-to-validate-clinician .main-div-circle .center-div {
    /*    
    width: 500px;
    height: 500px;
    background: #F2F5FB;
        border-radius: 100%;

    display: block;
  
    text-align: center;
    margin: 0 auto 0;*/
}

/*.ready-to-validate-clinician .main-div-circle .center-div img{
      width: 66%;
    display: block;
    margin: 28px auto 0;
}*/

/*.ready-to-validate-clinician .main-div-circle .center-div img {
    border-radius: 100%;
}*/
.ready-to-validate-clinician .main-div-circle .center-div img {
    display: block;
    border-radius: 20px;
}

footer {
    padding: 0;
    background: #2f455c;
    z-index: 5;
    position: relative;
}

footer .col-lg-4 {
    padding: 100px 60px 60px 60px;
}

footer .col-lg-4:first-child {
    padding-left: 0;
    /* border-right: 1px solid #455c73;*/
}

footer .col-lg-4:last-child {
    padding-right: 0;
}

footer .common-footer-logo a {
    display: block;
    width: 85%;
    margin-bottom: 30px;
}

footer .common-footer-logo p {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

footer .common-links h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    margin-bottom: 20px;
}

footer .common-links p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

footer .common-links p:last-child {
    margin-bottom: 0;
}

footer .common-links p a {
    text-decoration: none;
    color: #fff;
}

footer .common-links p .icon {
    width: 10%;
}

footer .common-links p .icon svg {
    width: 18px;
    height: 18px;
}

footer .common-links p i {
    width: 90%;
}

footer .common-links ul li {
    display: block;
    margin-bottom: 10px;

}

footer .common-links ul li:last-child {
    margin-bottom: 0;
}

footer .common-links ul li a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    display: block;
}

footer .copy-right {
    padding: 30px 0;
    text-align: center;
    border-top: 1px solid #455c73;
}

footer .copy-right p {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-align: center;

}

footer .copy-right p a {
    color: #fff;
    text-decoration: none;
}

.fixed-bottom-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9;
    display: none;
}

.fixed-bottom-btn .btn2 {
    color: #2f455c;
    border-color: #e0e1e3;
    background: rgb(234, 249, 255);
}

.about-us-banner-section {
    padding: 100px 0 100px;
}

.about-us-banner-section .heading-part {
    margin-bottom: 110px;
}

.about-us-banner-section .heading-part .row {
    justify-content: center;
}

.about-us-banner-section .heading-part .sub-heading {
    font-size: 12px;
    text-transform: uppercase;
    color: #2f455c;
    letter-spacing: 0.2rem;
    font-weight: 600;
}

.about-us-banner-section .heading-part .heading2 {
    font-size: 40px;
    line-height: 50px;
    /*  padding-right: 22%;*/
}

.about-us-banner-section .bottom-content .left-side-img img {
    display: block;
    width: 100%;
    border-radius: 20px;
}

.about-us-banner-section .bottom-content .row {
    justify-content: center;
}

.about-us-banner-section .bottom-content .right-side-part {
    padding-left: 88px;
    /* padding-right: 30%;*/
    margin-top: -69px;
}

.about-us-banner-section .bottom-content .right-side-part p {
    font-size: 18px;
    line-height: 28px;
    color: #555555;
    margin-bottom: 0;
}

.about-us-banner-section .bottom-content .right-side-part p a {
    color: #2f455c;
}

.about-us-banner-section .bottom-content .right-side-part p.top-desc {
    position: relative;

}

.about-us-banner-section .bottom-content .right-side-part p.top-desc:before {
    content: " ";
    width: 100px;
    height: 1px;
    background: #121212;
    position: absolute;
    top: 12px;
    left: -128px;
}

.about-us-banner-section .bottom-content .right-side-part .our-mission {
    padding: 40px;
    background: rgb(234, 249, 255);
    margin-top: 76px;
    border-radius: 20px;
}

.about-us-banner-section .bottom-content .right-side-part .our-mission h4 {
    font-size: 30px;
    line-height: 36px;
    color: #2f455c;
    margin-bottom: 20px;
    font-weight: 700;
}

.about-us-banner-section .bottom-content .right-side-part .our-mission p {
    font-size: 18px;
    line-height: 28px;
    color: #555555;
    margin-bottom: 0;
}

.why-we-exist-section {
    height: 100vh;
    position: relative;
    position: sticky;
    top: 0;

}

.why-we-exist-section .why-we-exist-top {
    height: 100vh;
    position: relative;
    width: 100%;
    margin: 0 auto;
    transition: 0.50s all linear;
}

.why-we-exist-section .why-we-exist-top .video-bg {
    width: 100%;
    height: 100vh;
    position: absolute;
    overflow: hidden;
}

.why-we-exist-section .why-we-exist-top .video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform;
}

.why-we-exist-section .why-we-box {
    position: absolute;
    bottom: 0;
    left: 15%;
    padding: 50px;
    background: #fff;
    display: inline-block;
    width: 400px;
}

.why-we-exist-section .why-we-box .heading2 {
    font-size: 45px;
    color: #25dbeb;
    display: block;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
    text-align: left;
}

.why-we-exist-section .why-we-box p {
    font-size: 16px;
    line-height: 22px;
    color: #2f455c;
    font-weight: 500;
    background: linear-gradient(to right, #25dbea 70%, #31f0cd 30%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: left;
}

.through-these-partnerships {
    padding: 200px 0;
    /* background: rgb(234, 249, 255); */
    margin-top: -49%;
}

.through-these-partnerships .container-wrapper {
    padding: 60px;
    border-radius: 20px;
    background: #fff;
    z-index: 5;
    position: relative;

}

.through-these-partnerships .col-lg-6:first-child {
    padding-right: 60px;
}

.through-these-partnerships .col-lg-6:last-child {
    padding-left: 60px;
}

.through-these-partnerships .heading2 {
    margin-bottom: 20px;
}

.through-these-partnerships p {
    font-size: 18px;
    line-height: 28px;
    color: #555555;
    margin-bottom: 20px;
}

.through-these-partnerships p.next-sub-heading {
    margin-bottom: 36px;
    margin-top: 44px;
}

.through-these-partnerships p strong {
    font-weight: 700;
}

.through-these-partnerships h3 {
    font-size: 24px;
    line-height: 36px;
    color: #2f455c;
    margin-bottom: 0;

}

.through-these-partnerships .heading-part .sub-heading {
    font-size: 12px;
    text-transform: uppercase;
    color: #2f455c;
    letter-spacing: 0.2rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.through-these-partnerships .bottom-list {
    margin-top: 18px;
    padding-top: 30px;
    border-top: 1px solid #cdcdcd;
}

.through-these-partnerships .bottom-list .sub-heading {
    margin-bottom: 20px;
}

.through-these-partnerships .bottom-list .sub-heading .next-sub-heading {
    margin-top: 0;
}

.through-these-partnerships .bottom-list .col-lg-6:first-child {
    padding-right: 50px;
}

.through-these-partnerships .bottom-list .col-lg-6:last-child {
    padding-left: 50px;
}

.through-these-partnerships .bottom-list .common-logo {
    padding: 20px 0;
}

.through-these-partnerships .bottom-list .col-lg-12:first-child .common-logo {
    padding-top: 0;
}

.through-these-partnerships .bottom-list .col-lg-12:last-child .common-logo {
    padding-bottom: 0;
    border-bottom: 0;
}

.through-these-partnerships .bottom-list .common-logo .main-logo-content {
    display: flex;
    gap: 30px;
}

.through-these-partnerships .bottom-list .common-logo .center-part {
    margin-bottom: 0;
    width: 20%;
    height: 148px;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    border-radius: 20px;
    justify-content: center;
    overflow: hidden;
}

.through-these-partnerships .bottom-list .common-logo .center-part img {
    display: block;
}

.through-these-partnerships .bottom-list .common-logo .content-part {
    width: 80%;
}

.through-these-partnerships .bottom-list .common-logo .content-part h4 {
    font-size: 30px;
    line-height: 36px;
    color: #2f455c;
    margin-bottom: 20px;
    font-weight: 700;
}

.through-these-partnerships .bottom-list .common-logo .content-part p {
    font-size: 18px;
    line-height: 28px;
    color: #555555;
    margin-bottom: 0;
}

.meet-our-clinical {
    padding: 100px 0;
    background: url(../images/banner.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 5;
    position: relative;
}

.meet-our-clinical .heading-part .heading2 {
    padding-right: 30px;
}

.meet-our-clinical .heading-part p {
    font-size: 18px;
    line-height: 28px;
    color: #2f455c;
    margin-bottom: 0;
}

.meet-our-clinical .list-of-team {
    margin-top: 90px;
}

.meet-our-clinical .list-of-team .col-lg-3 {
    padding: 0 15px;
    margin-bottom: 40px;
}

.meet-our-clinical .list-of-team .team-thumb .tham-image img {
    width: 100%;
    display: block;
    border-radius: 20px;
}

.meet-our-clinical .list-of-team .team-thumb .tham-image {
    margin-bottom: 20px;
}

.meet-our-clinical .list-of-team .team-thumb {
    cursor: pointer;
}

.meet-our-clinical .list-of-team .team-thumb .content {
    text-align: center;
    position: relative;
}

.meet-our-clinical .list-of-team .team-thumb .content .icon-set {
    position: absolute;
    top: 0;
    right: 0;
}

.meet-our-clinical .list-of-team .team-thumb .content .icon-set svg {
    width: 24px;
    height: 24px;
}

.meet-our-clinical .list-of-team .team-thumb .content strong {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #2f455c;
    line-height: 34px;
    margin-bottom: 5px;
    padding: 0 26px;
}

.meet-our-clinical .list-of-team .team-thumb .content span {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #2f455c;
    display: block;
}

.about-us-banner-section.contact-us-banner .heading-part .sub-heading {
    margin-bottom: 20px;
}

.about-us-banner-section.contact-us-banner .heading-part {
    margin-bottom: 0;
}

.contact-form .left-side-part {
    padding-right: 60px;
}

.contact-form .right-side-part {
    padding-left: 60px;
}

.contact-form .right-side-part .heading2 {
    margin-bottom: 30px;
    padding: 0 15px;
    font-size: 24px;
    line-height: 32px;
    margin-top: -3px;
}

.contact-form .right-side-part .note-part {
    padding: 0 15px;
}

.contact-form .right-side-part .note-part p {
    font-size: 18px;
    line-height: 28px;
    color: #2f455c;
    margin-bottom: 18px;
    font-weight: 400;
}

.contact-form .left-side-part .heading2 {
    margin-bottom: 38px;
    font-size: 30px;
    line-height: 40px;

}

.contact-form .left-side-part p {
    font-size: 18px;
    line-height: 28px;
    color: #2f455c;
    margin-bottom: 18px;
    font-weight: 400;
}

.contact-form .left-side-part p a {
    color: #2f455c;
    text-decoration: none;
}

.contact-form .right-side-part form .col-lg-12,
.contact-form .right-side-part form .col-lg-6 {
    padding: 0 15px;
    margin-bottom: 30px;
}

.contact-form .right-side-part form .mb-3 {
    margin-bottom: 0 !important;
}

.contact-form .right-side-part form label {
    color: #121212;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 8px;
    display: block;
}

.contact-form .right-side-part form input,
.contact-form .right-side-part form textarea,
.contact-form .right-side-part form select {
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #09154226;
    padding: 15px 15px;
    outline: none;
    box-shadow: none;
    resize: none;
    border-radius: 10px;
}

.contact-form .right-side-part form select {
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    background-position-x: 96%;
    background-position-y: 20px;

}

.contact-form .right-side-part form .btn2 {
    border-color: #2f455c;
    color: #2f455c;
}

.contact-form .right-side-part form .btn2:hover {
    background: #2f455c;
    color: #fff;
}

.contact-form {
    padding: 100px 0;
    background: rgb(234, 249, 255);
}

.google-map-address {
    overflow: hidden;

}

.google-map-address iframe {
    width: 100%;
    height: 600px;
    display: block;
}



.accordion-container {
    position: relative;
    height: auto;
}

.accordion-container .set {
    position: relative;
    width: 100%;

    height: auto;
    border-bottom: 1px solid #d5d8dc;
}

.accordion-container .set>.accordion-thumb {
    display: block;
    padding: 30px 46px 30px 0;
    text-decoration: none;
    color: #121212;
    font-family: "Plus Jakarta Sans", sans-serif;

    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    position: relative;
    cursor: pointer;
}

.accordion-container .set>.accordion-thumb i {
    float: right;
    margin-top: 2px;
}

.accordion-container .set>.accordion-thumb i.fa-plus:before {
    content: "\002B";
    font-size: 26px;
    color: #121212;
    position: absolute;
    right: 6px;
    top: 24px;
}

.accordion-container .set>.accordion-thumb i.fa-minus:before {
    content: "\002D";
    font-size: 26px;
    color: #121212;
    position: absolute;
    right: 6px;
    top: 24px;
}


/*
.accordion-container .set>.accordion-thumb.active {
    background-color: #3399cc;
    color: #fff;
}*/

.accordion-container .content {
    background-color: #fff;
    display: none;
    margin-top: 0;
    padding-bottom: 30px;
}

.accordion-container .content p {
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    color: #2f455c;
    margin-bottom: 15px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.accordion-container .content p:last-child {
    margin-bottom: 0;
}

.accordion-container .content ul {
    padding-left: 36px;
}

.accordion-container .content ul li {
    font-size: 18px;
    line-height: 28px;
    color: #555555;
    margin-bottom: 10px;
    position: relative;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.accordion-container .content ul li:last-child {
    margin-bottom: 0;
}

.accordion-container .content ul li:before {
    content: "\2192";
    font-size: 18px;
    color: #555555;
    position: absolute;
    top: -5px;
    left: -34px;
}

.about-us-banner-section.frequently-asked-questions .heading2 {
    margin-bottom: 30px;
}

.why-us-section {
    padding: 100px 0;
    background: rgb(234, 249, 255);
}

.why-us-section .row {
    align-items: center;
}

.why-us-section .left-side-part {
    padding-right: 50px;
}

.why-us-section .left-side-part img {
    display: block;
    border-radius: 100%;
    margin: 0 auto;
    width: 60%;
}
.why-us-section.error-pages-sections .left-side-part img{
    border-radius: 0;
}
.why-us-section.error-pages-sections .right-side-part .heading2 strong{
      display: block;
    font-size: 80px;
    margin-bottom: 20px;
}
.why-us-section .right-side-part {
    padding-left: 0;
}

.why-us-section .right-side-part .heading2 {
    margin-bottom: 20px;
}

.why-us-section .right-side-part p {
    font-size: 18px;
    line-height: 28px;
    color: #2f455c;
}

.why-us-section .center-image {
    padding: 0 60px;
}

.why-us-section .center-image img {
    display: block;
    border-radius: 100%;
    width: 100%;
}

.why-onecompetency-delivers.what-sets-us-apart-section {
    margin-top: 0;
}

.about-us-banner-section.partnerships-integrations .bottom-content .right-side-part p {
    margin-bottom: 20px;
}

.about-us-banner-section.partnerships-integrations .bottom-content .right-side-part p:last-child {
    margin-bottom: 0;
}

.about-us-banner-section.partnerships-integrations .bottom-content .right-side-part {
    margin-top: 0;
}

.about-us-banner-section.partnerships-integrations .bottom-content .right-side-part h4 {
    font-size: 30px;
    line-height: 36px;
    color: #2f455c;
    margin-bottom: 20px;
    font-weight: 700;
}

.about-us-banner-section.partnerships-integrations .heading-part {
    margin-bottom: 82px;
}

.through-these-partnerships.our-partners .heading-part {
    margin-bottom: 30px;
}

.through-these-partnerships.our-partners {
    margin-top: 0;
    background: #fff;
    padding: 0;
}

.through-these-partnerships.our-partners .container-wrapper {
    background: url(../images/banner.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.through-these-partnerships.our-partners .bottom-list .common-logo .center-part {
    margin-bottom: 0;
    height: auto;
    box-shadow: none;

}

.through-these-partnerships.our-partners .bottom-list .common-logo .content-part {
    padding-left: 30px;
}

.through-these-partnerships.our-partners .bottom-list {
    padding: 0;
    margin: 0;
    border: 0;
}

.about-us-banner-section.partnerships-integrations.terms-conditions-section .bottom-content .right-side-part {
    padding-left: 0;
}

.about-us-banner-section.partnerships-integrations.terms-conditions-section .heading-part {
    margin-bottom: 30px;
}

.user-popup .modal-content .modal-header {
    background: rgb(234, 249, 255);
}

.user-popup .modal-dialog {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%) !important;
}

.user-popup .modal-content .modal-header .modal-title strong {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #2f455c;
    line-height: 34px;
    margin-bottom: 5px;
}

.user-popup .modal-content .modal-header .modal-title span {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #2f455c;
    display: block;
}

.user-popup .modal-content .modal-header .btn-close {
    width: 30px;
    height: 30px;
    background: #00c3f2;
    border-radius: 100%;
    border-width: 0;
    color: #fff;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
}

.user-popup .modal-content .modal-header .btn-close svg {
    width: 20px;
    height: 20px;
}

.user-popup .modal-content .modal-body p {
    font-size: 16px;
    line-height: 28px;
    color: #555555;
    font-weight: 400;
}
.meet-our-clinical.onecompetency-team-section{
    background: rgb(234, 249, 255);
}
.meet-our-clinical.onecompetency-team-section .list-of-team .team-thumb{
       cursor: auto;
}
.meet-our-clinical.onecompetency-team-section  .list-of-team .team-thumb .content .icon-set{
    display: none;
}
/***********************************/
@media screen and (max-width:1600px) {
    .heading {
        font-size: 58px;
        line-height: 70px;
    }

    .hero-banner .left-side-part p br {
        display: none;
    }

    .heading2 {
        font-size: 40px;
        line-height: 52px;
    }

    .why-onecompetency-delivers .right-side-part .item .content-part h3 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 15px;
    }

    .about-us-home .left-content-set .heading2 {
        font-size: 32px;
        line-height: 42px;
    }

    .through-these-partnerships {
        margin-top: -48%;
    }

}

@media(max-width:1366px) {}

@media only screen and (min-width:1300px) and (max-width:1440px) {
    .header .logo {
        padding-left: 30px;
    }

    .header .nav-menu {
        padding-right: 30px;
    }

    .header .menu .menu-item {
        margin: 0;
    }

    .hero-banner .left-side-part {
        padding: 0 50px 0 30px;
    }

    .heading {
        font-size: 45px;
        line-height: 58px;
    }

    .why-onecompetency-delivers .left-side-part {

        padding-right: 70px;
    }

    .about-us-home .left-content-set .heading2 {
        font-size: 38px;
        line-height: 44px;
    }

    .about-us-home .left-content-set {
        padding-right: 20px;
    }

    .about-us-home .center-img {
        padding-left: 2%;
    }

    .about-us-home .center-img .discount-part strong {
        font-size: 32px;
        margin-bottom: 6px;
    }

    .about-us-home .center-img .discount-part {
        width: 134px;
        height: 134px;
        bottom: 63%;
    }

    .about-us-home .col-lg-2 {
        margin-left: 2% !important;
    }

    .about-us-home .statics .list strong {
        font-size: 40px;
        line-height: 40px;
    }

    .testimonial .wrapper-container .qurt-img {
        width: 116px;
    }

    .testimonial .wrapper-container .heading2 {
        padding-top: 165px;
    }

    .about-us-home .center-img .home-banner-top .video-bg,
    .about-us-home .center-img .home-banner-top,
    .about-us-home .center-img {
        height: 58vh;
    }

    .about-us-banner-section .heading-part .heading2 {
        font-size: 34px;
        line-height: 48px;
    }

    .about-us-banner-section .bottom-content .right-side-part {
        padding-left: 48px;
    }

    .about-us-banner-section .bottom-content .right-side-part .our-mission {
        padding: 30px;
        margin-top: 54px;
    }

    .about-us-banner-section.partnerships-integrations .bottom-content .right-side-part {
        padding-left: 80px;
    }

    .through-these-partnerships {
        margin-top: -62%;

    }

    .ready-to-validate-clinician form .col-lg-6.recaptcha-div-part,
    .ready-to-validate-clinician form .col-lg-6.button-part-div {
        width: 100%;
    }

    .ready-to-validate-clinician form .button-wrap {
        display: block;
        text-align: left;
        margin-top: 10px;
    }
        .through-these-partnerships {
        margin-top: -78%;
    }
}

@media screen and (min-width:1361px) and (max-width:1366px) {

    .through-these-partnerships {
        margin-top: -75%;
    }
}

@media screen and (min-width:1431px) and (max-width:1440px) {}

@media (max-width:1280px) {
    .header .logo {
        padding-left: 30px;
    }

    .header .nav-menu {
        padding-right: 30px;
    }

    .header .menu .menu-item {
        margin: 0;
    }

    .hero-banner .left-side-part {
        padding: 0 50px 0 30px;
    }

    .heading {
        font-size: 45px;
        line-height: 58px;
    }

    .why-onecompetency-delivers .left-side-part {

        padding-right: 70px;
    }

    .about-us-home .left-content-set .heading2 {
        font-size: 38px;
        line-height: 44px;
    }

    .about-us-home .left-content-set {
        padding-right: 20px;
    }

    .about-us-home .center-img {
        padding-left: 2%;
    }

    .about-us-home .center-img .discount-part strong {
        font-size: 32px;
        margin-bottom: 6px;
    }

    .about-us-home .center-img .discount-part {
        width: 134px;
        height: 134px;
        bottom: 63%;
    }

    .about-us-home .col-lg-2 {
        margin-left: 2% !important;
    }

    .about-us-home .statics .list strong {
        font-size: 40px;
        line-height: 40px;
    }

    .testimonial .wrapper-container .qurt-img {
        width: 116px;
    }

    .testimonial .wrapper-container .heading2 {
        padding-top: 165px;
    }

    .about-us-home .center-img .home-banner-top .video-bg,
    .about-us-home .center-img .home-banner-top,
    .about-us-home .center-img {
        height: 58vh;
    }

    .ready-to-validate-clinician .row {
        align-items: end;
    }

    .ready-to-validate-clinician .left-side-part {
        margin-bottom: 60px;
    }

    .about-us-banner-section .heading-part .heading2 {
        font-size: 34px;
        line-height: 48px;
    }

    .about-us-banner-section .bottom-content .right-side-part {
        padding-left: 48px;
    }

    .about-us-banner-section .bottom-content .right-side-part .our-mission {
        padding: 30px;
        margin-top: 54px;
    }

    .about-us-banner-section.partnerships-integrations .bottom-content .right-side-part {
        padding-left: 80px;
    }

    .through-these-partnerships {
        margin-top: -64%;

    }

    .through-these-partnerships.our-partners .bottom-list .common-logo .center-part {
        margin-bottom: 0;
        height: 167px;
    }

    .through-these-partnerships .bottom-list .common-logo .center-part img {

        width: 73%;
    }

    .through-these-partnerships.our-partners .bottom-list .common-logo .content-part {
        padding-left: 0;
    }

    .ready-to-validate-clinician form .col-lg-6.recaptcha-div-part,
    .ready-to-validate-clinician form .col-lg-6.button-part-div {
        width: 100%;
    }

    .ready-to-validate-clinician form .button-wrap {
        display: block;
        text-align: left;
        margin-top: 10px;
    }
        .through-these-partnerships {
        margin-top: -72%;
    }
}

@media screen and (min-width:1000px) and (max-width:1024px) {
    .header .logo {
        padding-left: 30px;
    }

    .header .nav-menu {
        padding-right: 30px;
    }

    .header .menu .menu-item {
        margin: 0;
    }

    .hero-banner .left-side-part {
        padding: 0 50px 0 30px;
    }

    .heading {
        font-size: 45px;
        line-height: 58px;
    }

    .why-onecompetency-delivers .left-side-part {

        padding-right: 70px;
    }

    .about-us-home .left-content-set .heading2 {
        font-size: 38px;
        line-height: 44px;
    }

    .about-us-home .left-content-set {
        padding-right: 20px;
    }

    .about-us-home .center-img {
        padding-left: 2%;
    }

    .about-us-home .center-img .discount-part strong {
        font-size: 32px;
        margin-bottom: 6px;
    }

    .about-us-home .center-img .discount-part {
        width: 134px;
        height: 134px;
        bottom: 63%;
    }

    .about-us-home .col-lg-2 {
        margin-left: 2% !important;
    }

    .about-us-home .statics .list strong {
        font-size: 40px;
        line-height: 40px;
    }

    .testimonial .wrapper-container .qurt-img {
        width: 116px;
    }

    .testimonial .wrapper-container .heading2 {
        padding-top: 165px;
    }

    .about-us-home .center-img .home-banner-top .video-bg,
    .about-us-home .center-img .home-banner-top,
    .about-us-home .center-img {
        height: 53vh;
    }

    .ready-to-validate-clinician .row {
        align-items: end;
    }

    .ready-to-validate-clinician .left-side-part {
        margin-bottom: 60px;
    }

    .about-us-banner-section .heading-part .heading2 {
        font-size: 30px;
        line-height: 42px;
    }

    .about-us-banner-section .bottom-content .right-side-part {
        padding-left: 30px;
    }

    .about-us-banner-section .bottom-content .right-side-part .our-mission {
        padding: 30px;
        margin-top: 46px;
    }

    .through-these-partnerships .col-lg-6:first-child {
        padding-right: 30px;
    }

    .through-these-partnerships .col-lg-6:last-child {
        padding-left: 30px;
    }

    .meet-our-clinical .list-of-team .team-thumb .content strong {
        font-size: 24px;
        line-height: 30px;
    }

    .heading2 {
        font-size: 30px;
        line-height: 46px;
    }

    .through-these-partnerships {
        margin-top: -80%;
    }

    .through-these-partnerships.our-partners .bottom-list .common-logo .center-part {
        margin-bottom: 0;
        height: 167px;
    }

    .through-these-partnerships .bottom-list .common-logo .center-part img {

        width: 73%;
    }

    .through-these-partnerships.our-partners .bottom-list .common-logo .content-part {
        padding-left: 0;
    }

    .ready-to-validate-clinician form .col-lg-6.recaptcha-div-part,
    .ready-to-validate-clinician form .col-lg-6.button-part-div {
        width: 100%;
    }

    .ready-to-validate-clinician form .button-wrap {
        display: block;
        text-align: left;
        margin-top: 10px;
    }

}

@media screen and (min-width:0) and (max-width:1023px) {
    .header .menu .menu-item a {
        padding: 10px 7px;
    }

    .header .logo.mobile-logo {
        display: block;
        margin-left: 18px;
    }

    .header .menu {
        width: 100%;
    }

    .header .nav-menu {
        padding-right: 0
    }

    .header .close-nav-menu,
    .header .open-nav-menu {
        margin-right: 10px;
    }

    .header .open-nav-menu span,
    .header .open-nav-menu span:before,
    .header .open-nav-menu span:after {
        background-color: #fff;
    }

    .header .logo {
        padding: 5px 3px;
        width: 236px;
    }

    .hero-banner .left-side-part {
        padding: 80px 15px 40px 15px;
        display: block;
        height: auto;
    }

    .header .open-nav-menu span,
    .header .open-nav-menu span:before,
    .header .open-nav-menu span:after {
        background: #000;
    }

    .heading {
        font-size: 35px;
        line-height: 46px;
    }

    .hero-banner .left-side-part p {
        font-size: 16px;
        line-height: 24px;
    }

    .hero-banner .left-side-part .btn1 {
        position: relative;
    }

    .hero-banner .left-side-part .btn1 {
        width: auto;
        height: auto;
        margin: 0;
        margin-top: 30px;
        border-radius: 30px;
    }

    .hero-banner .left-side-part .btn1 {
        width: auto;
        height: auto;
        font-size: 12px;
        line-height: 20px;
        margin: 0;
        margin-top: 30px;
        left: 0;
        border-radius: 30px;
        padding: 16px 26px;
        display: inline-block;
    }

    .hero-banner .left-side-part .btn1:before {
        border-radius: 30px;
        padding: 4px;
    }

    .hero-banner .left-side-part .btn1 i {
        display: flex;
        gap: 8px;
        align-items: center;
        justify-content: center;
    }


    .hero-banner .left-side-part .btn1 i br {
        display: none;
    }

    .hero-banner .left-side-part .btn1 svg {
        width: 12px;
        height: 12px;
        margin-top: 0;
    }

    .hero-banner {
        position: static;
    }

    .hero-banner .right-side-part .home-banner-top .video-bg,
    .hero-banner .right-side-part .home-banner-top,
    .hero-banner .right-side-part {
        height: 60vh;
    }

    .why-onecompetency-delivers {
        padding: 60px 15px;
        margin-top: 0;
    }

    .heading2 {
        font-size: 34px;
        line-height: 46px;
    }

    .why-onecompetency-delivers .left-side-part {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .why-onecompetency-delivers .right-side-part .item {
        padding: 25px;
    }

    .why-onecompetency-delivers .right-side-part .item .content-part h3 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .why-onecompetency-delivers .right-side-part .item .content-part .content-text p {
        font-size: 16px;
        line-height: 24px;
    }

    .why-onecompetency-delivers .img-set {
        display: none;
    }

    .why-onecompetency-delivers .right-side-part .item .mobile-img {
        display: block;
        text-align: center;
        margin-bottom: 30px;
    }

    .why-onecompetency-delivers .right-side-part .item .mobile-img img {
        border-radius: 20px;
        width: 100%;
        display: block;
    }

    .about-us-home {
        padding: 60px 0;
    }

    .about-us-home .left-content-set {
        padding-right: 0;
    }

    .about-us-home .left-content-set .heading2 {
        font-size: 24px;
        line-height: 35px;
    }

    .about-us-home .left-content-set p {
        font-size: 16px;
        line-height: 34px;
    }

    .about-us-home .left-content-set .btn2 {
        margin-bottom: 30px;
    }

    .about-us-home .center-img .discount-part strong {
        font-size: 24px;
    }

    .about-us-home .center-img .discount-part span {
        font-size: 12px;
        line-height: 14px;
    }

    .about-us-home .center-img .discount-part {
        width: 100px;
        height: 100px;
        bottom: -37px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .about-us-home .col-lg-2 {
        margin-left: 0 !important;
    }

    .about-us-home .center-img {
        padding-left: 0;
        margin-bottom: 30px;
    }

    .about-us-home .statics {
        margin-top: 40px;
    }

    .about-us-home .statics .list {
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }

    .about-us-home .statics .list:last-child {
        margin-bottom: 0;
    }

    .about-us-home .statics .list strong {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 0;
        width: 30%;
    }

    .about-us-home .statics .list p {
        width: 60%;
        line-height: 24px;
    }

    .testimonial {
        padding: 0 15px 60px;
    }

    .testimonial .wrapper-container .qurt-img {
        width: 65px;
    }

    .testimonial .wrapper-container {
        width: auto;
    }

    .testimonial .wrapper-container .heading2 {
        padding-top: 100px;
    }

    .testimonial .wrapper-container .testimonial-slider .slick-dots li {
        font-size: 14px;
    }

    .testimonial .wrapper-container .testimonial-slider .slick-dots {
        position: absolute;
        top: -147px;
        right: 43px;
    }

    .testimonial .wrapper-container .testimonial-slider .slick-arrow.slick-next {

        padding: 5px;
        top: -160px;
    }

    .testimonial .wrapper-container .testimonial-slider .slick-arrow.slick-prev {

        padding: 5px;
        top: -160px;
        right: 88px;
    }

    .testimonial .wrapper-container .testimonial-slider .list-div p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .testimonial .wrapper-container .testimonial-slider .list-div .user-details .user-thum {
        width: 50px;
        height: 50px
    }

    .testimonial .wrapper-container .testimonial-slider .list-div .user-details .user-thum img {
        width: 58%;
    }

    .testimonial .wrapper-container .testimonial-slider .list-div .user-details .user-content {
        width: 77%;
    }

    .testimonial .wrapper-container .testimonial-slider .list-div .user-details .user-content strong {
        font-size: 16px;
    }

    .testimonial .wrapper-container .testimonial-slider .list-div .user-details .user-content span {
        font-size: 14px;
    }

    .ready-to-validate-clinician {
        padding: 60px 15px 0;
    }

    .ready-to-validate-clinician .left-side-part {
        padding-right: 0;
        display: block;
        height: auto;
        margin-bottom: 30px;
    }

    footer .col-lg-4 {
        padding: 30px 30px;
    }

    footer .col-lg-4:first-child {
        padding-left: 30px;
        padding: 60px 30px;
        border-right: 0;
        /*    border-bottom: 1px solid #455c73;*/
    }

    footer .common-footer-logo a {
        width: auto;
        margin-bottom: 15px;
    }

    footer .common-footer-logo p {
        font-size: 16px;
        line-height: 22px;
    }

    footer .copy-right p {
        font-size: 16px;
        line-height: 22px;
        padding: 0 10px;
    }

    footer .col-lg-4:last-child {
        padding-right: 30px;
    }

    .header.fixed .menu .menu-item a {
        color: #2f455c
    }

    .why-onecompetency-delivers .right-side-part .item.active {
        background: transparent;
    }

    .fixed-bottom-btn {
        left: 0;
        right: 0;
        bottom: 0;
    }

    .fixed-bottom-btn .btn1 {
        border-radius: 0;
        display: block;
        text-align: center;
        background: linear-gradient(90deg, rgba(37, 219, 234, 1) 60%, rgba(49, 240, 205, 1) 100%);
        -webkit-mask: linear-gradient(#23d8ef 0 0) content-box, linear-gradient(#23d8ef 0 0);
        color: #fff;
    }

    .fixed-bottom-btn .btn1:before {
        border-radius: 0;
    }

    .about-us-home .center-img .home-banner-top .video-bg,
    .about-us-home .center-img .home-banner-top,
    .about-us-home .center-img {
        height: 53vh;
        width: 100%;
    }

    .about-us-banner-section {
        padding: 60px 15px;
    }

    .about-us-banner-section .heading-part .sub-heading {
        margin-bottom: 20px;
    }

    .about-us-banner-section .heading-part .heading2 {
        font-size: 26px;
        line-height: 36px;
    }

    .about-us-banner-section .heading-part {
        margin-bottom: 50px;
    }

    .about-us-banner-section .bottom-content .right-side-part {
        padding-left: 0;
        padding-right: 0;
        margin-top: 30px;
    }

    .about-us-banner-section .bottom-content .right-side-part p.top-desc {
        padding-left: 49px;
        line-height: 24px;
    }
    .contact-form .right-side-part .note-part{
        padding: 0 ;
        margin-top: 20px;
    }

    .about-us-banner-section .bottom-content .right-side-part p.top-desc:before {
        content: " ";
        width: 32px;
        height: 1px;
        background: #121212;
        position: absolute;
        top: 12px;
        left: 0;

    }

    .about-us-banner-section .bottom-content .right-side-part .our-mission h4 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .about-us-banner-section .bottom-content .right-side-part p {
        font-size: 16px;
        line-height: 26px;
    }

    .through-these-partnerships {
        padding: 60px 15px;
        margin-top: -178%;
    }

    .through-these-partnerships .container-wrapper {
        padding: 30px;
    }

    .through-these-partnerships .col-lg-6:first-child {
        padding-right: 0;
    }

    .through-these-partnerships .col-lg-6:last-child {
        padding-left: 0;
    }

    .through-these-partnerships .bottom-list .common-logo .main-logo-content {
        display: block;
        gap: 0;
    }

    .through-these-partnerships .bottom-list .common-logo .center-part {
        width: auto;
        margin-bottom: 25px;
    }

    .through-these-partnerships .bottom-list .common-logo .content-part p {
        font-size: 16px;
        line-height: 24px;
    }

    .through-these-partnerships .bottom-list .common-logo .content-part {
        width: auto;
    }

    .meet-our-clinical {
        padding: 60px 15px;
    }

    .meet-our-clinical .heading-part .heading2 {
        padding-right: 0;
        margin-bottom: 15px;
    }

    .meet-our-clinical .list-of-team .col-lg-3 {
        padding: 0 5px;
        width: 50%;
        margin-bottom: 30px;

    }

    .meet-our-clinical .list-of-team .team-thumb .tham-image {
        margin-bottom: 10px;
    }

    .meet-our-clinical .list-of-team .team-thumb .content strong {
        font-size: 20px;
        line-height: 28px;
    }

    .meet-our-clinical .list-of-team .team-thumb .content span {
        font-size: 14px;
        line-height: 22px;
    }

    .why-us-section {
        padding: 60px 15px;
    }

    .why-us-section .center-image {
        padding: 40px 0;
    }

    .about-us-banner-section.partnerships-integrations .heading-part {
        margin-bottom: 50px;
    }

    .about-us-banner-section.partnerships-integrations .bottom-content .right-side-part {
        padding-left: 0;
        margin-top: 30px;
    }

    .about-us-banner-section.partnerships-integrations .bottom-content .right-side-part h4 {
        font-size: 22px;
        line-height: 30px;
    }

    .accordion-container .set>.accordion-thumb {
        font-size: 20px;
        line-height: 28px;
    }

    .accordion-container .set>.accordion-thumb {
        padding: 24px 35px 24px 0;
    }

    .contact-form {
        padding: 60px 15px;
    }

    .contact-form .left-side-part p {
        font-size: 18px;
        line-height: 28px;
    }

    .contact-form .left-side-part {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .contact-form .right-side-part {
        padding-left: 0;
    }

    .contact-form .right-side-part form .col-lg-12,
    .contact-form .right-side-part form .col-lg-6 {
        padding: 0;
        margin-bottom: 10px;
    }

    .contact-form .right-side-part form .btn2 {
        margin-top: 30px;
    }

    .header .menu .menu-item a.menu-active {
        color: #fff;
        background: #2f455c;
    }

    footer .copy-right {
        padding: 30px 0 80px;
    }

    .why-us-section .right-side-part {
        margin-top: 30px;
    }

    .through-these-partnerships.our-partners .bottom-list .common-logo .content-part {
        padding-left: 0;
        margin-top: 30px;
    }

    .through-these-partnerships.our-partners .bottom-list .common-logo .center-part {
        height: 130px;
    }

    .through-these-partnerships.our-partners .bottom-list .common-logo .center-part img {
        width: 60%;
    }

    .user-popup .modal-dialog {

        width: 90%;
    }

    .user-popup .modal-dialog .modal-body {
        max-height: 400px;
        overflow-y: scroll;
    }
    .why-us-section .left-side-part img{
        width: 100%;
    }
    .why-us-section .left-side-part{
        padding-right: 0
    }



    .hero-banner .right-side-part .home-banner-top .video-bg video {
    object-position: center;
}
.why-onecompetency-delivers .right-side-part .item.mobile-only .mobile-img img{
           width: 52%;
           margin: 0 auto;
}
}

/*1023 end*/
@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait) {
    .through-these-partnerships.our-partners .bottom-list .common-logo .center-part {
        margin-bottom: 0;
        height: 167px;
    }

    .through-these-partnerships .bottom-list .common-logo .center-part img {

        width: 73%;
    }

    .through-these-partnerships.our-partners .bottom-list .common-logo .content-part {
        padding-left: 0;
    }

    .through-these-partnerships {
        margin-top: -133%;
    }
}

@media only screen and (width: 1024px) and (height: 600px) and (orientation: landscape) {
    .through-these-partnerships {
        margin-top: -59%;
    }
}

@media only screen and (width: 1024px) and (height: 768px) and (orientation: landscape) {
    .through-these-partnerships {
        margin-top: -73%;
    }
}

@media only screen and (min-device-width:800px) and (max-device-width:820px) {

    .about-us-home .col-lg-4,
    .about-us-home .col-lg-5 {
        width: 50%;
    }

    .about-us-home .center-img .home-banner-top .video-bg,
    .about-us-home .center-img .home-banner-top,
    .about-us-home .center-img {
        height: 29vh;
    }

    .about-us-home .statics .list p {
        width: 79%;
    }

    .about-us-home .statics .list strong {
        width: 15%;
    }

    footer .col-lg-4 {
        width: 33.33%;
    }

    footer .common-links p {
        word-break: break-all;
    }

    .about-us-banner-section .heading-part .col-lg-4 {
        width: 40%;
    }

    .about-us-banner-section .heading-part .col-lg-6 {
        width: 60%;
    }

    .about-us-banner-section .bottom-content .col-lg-6 {
        width: 50%;
        padding-right: 20px;
    }

    .about-us-banner-section .bottom-content .col-lg-4 {
        width: 50%;
        padding-left: 20px;
    }

    .through-these-partnerships {
        padding: 60px 15px;
        margin-top: -141% !important;
    }

    .through-these-partnerships .bottom-list .common-logo .main-logo-content {
        display: flex;
        gap: 34px;
    }

    .through-these-partnerships .bottom-list .common-logo .center-part {
        width: 30%;
        margin-bottom: 0;
    }

    .through-these-partnerships .bottom-list .common-logo .content-part {
        width: 65%;
    }

    .meet-our-clinical .list-of-team .col-lg-3 {
        width: 25%;
    }

    /* .ready-to-validate-clinician .col-lg-6{
        width: 50%;

    }
    .ready-to-validate-clinician .col-lg-6:first-child{
        padding-right: 20px;
    }
     .ready-to-validate-clinician .col-lg-6:last-child{
        padding-left: 20px;
    } */
    .ready-to-validate-clinician .main-div-circle .center-div img {
        display: block;
        width: 52%;
        margin: 0 auto;
    }

    .why-us-section .right-side-part {
        margin-top: 30px;
    }

    .why-onecompetency-delivers .right-side-part .item {
        display: flex;
        gap: 20px;
    }

    .why-onecompetency-delivers .right-side-part .item .mobile-img {
        width: 50%;
        margin-bottom: 0;
    }

    .why-onecompetency-delivers .right-side-part .item .content-part {
        width: 50%;
    }

    .why-us-section .left-side-part img {
        width: 76%;
    }

    .why-us-section .col-lg-6 {
        width: 50%;
    }

    .why-us-section .left-side-part {
        padding-right: 0;

    }

    .through-these-partnerships.our-partners .bottom-list .common-logo .center-part {
        margin-bottom: 0;
        height: 167px;
    }

    .through-these-partnerships .bottom-list .common-logo .center-part img {

        width: 73%;
    }

    .through-these-partnerships.our-partners .bottom-list .common-logo .content-part {
        padding-left: 0;
    }

    footer .col-lg-4:first-child {
        padding: 30px 30px;
    }

    .about-us-banner-section.partnerships-integrations .bottom-content .right-side-part {
        margin-top: 0;
    }

    .through-these-partnerships.our-partners {
        margin-top: 0 !important;
    }

    .through-these-partnerships.our-partners .bottom-list .common-logo .content-part {
        margin-top: 0;
    }
      .hero-banner .right-side-part .home-banner-top .video-bg video {
    object-position: center;
}
.why-onecompetency-delivers .right-side-part .item.mobile-only .mobile-img img{
           width: 52%;
           margin: 0 auto;
}
   
    .through-these-partnerships.our-partners {
        margin-top: 0 !important;
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:991px) {

    .about-us-home .col-lg-4,
    .about-us-home .col-lg-5 {
        width: 50%;
    }

    .about-us-home .center-img .home-banner-top .video-bg,
    .about-us-home .center-img .home-banner-top,
    .about-us-home .center-img {
        height: 29vh;
    }

    .about-us-home .statics .list p {
        width: 79%;
    }

    .about-us-home .statics .list strong {
        width: 15%;
    }

    footer .col-lg-4 {
        width: 33.33%;
    }

    footer .common-links p {
        word-break: break-all;
    }

    .about-us-banner-section .heading-part .col-lg-4 {
        width: 40%;
    }

    .about-us-banner-section .heading-part .col-lg-6 {
        width: 60%;
    }

    .about-us-banner-section .bottom-content .col-lg-6 {
        width: 50%;
        padding-right: 20px;
    }

    .about-us-banner-section .bottom-content .col-lg-4 {
        width: 50%;
        padding-left: 20px;
    }

    .through-these-partnerships {
        padding: 60px 15px;
        margin-top: -130%;
    }

    .through-these-partnerships .bottom-list .common-logo .main-logo-content {
        display: flex;
        gap: 34px;
    }

    .through-these-partnerships .bottom-list .common-logo .center-part {
        width: 30%;
        margin-bottom: 0;
    }

    .through-these-partnerships .bottom-list .common-logo .content-part {
        width: 65%;
    }

    .meet-our-clinical .list-of-team .col-lg-3 {
        width: 25%;
    }

    /*  .ready-to-validate-clinician .col-lg-6{
        width: 50%;

    } */
    /*   .ready-to-validate-clinician .col-lg-6:first-child{
        padding-right: 20px;
    }
     .ready-to-validate-clinician .col-lg-6:last-child{
        padding-left: 20px;
    } */
    .ready-to-validate-clinician .main-div-circle .center-div img {
        display: block;
        width: 52%;
        margin: 0 auto;
    }

    .why-us-section .right-side-part {
        margin-top: 30px;
    }

    /* .why-onecompetency-delivers .right-side-part .item{
    display: flex;
    gap: 20px;
} */
    /* .why-onecompetency-delivers .right-side-part .item .mobile-img{
    width:50%;
    margin-bottom: 0;
}
.why-onecompetency-delivers .right-side-part .item .content-part{
width: 50%;
} */
    .why-us-section .left-side-part img {
        width: 76%;
    }

    .why-us-section .col-lg-6 {
        width: 50%;
    }

    .why-us-section .left-side-part {
        padding-right: 0;

    }



    .through-these-partnerships.our-partners .bottom-list .common-logo .center-part {
        margin-bottom: 0;
        height: 167px;
    }

    .through-these-partnerships .bottom-list .common-logo .center-part img {

        width: 73%;
    }

    .through-these-partnerships.our-partners .bottom-list .common-logo .content-part {
        padding-left: 0;
    }

    footer .col-lg-4:first-child {
        padding: 30px 30px;
    }

    .about-us-banner-section.partnerships-integrations .bottom-content .right-side-part {
        margin-top: 0;
    }

    .through-these-partnerships.our-partners {
        margin-top: 0 !important;
    }

    .through-these-partnerships.our-partners .bottom-list .common-logo .content-part {
        margin-top: 0;
    }



    .hero-banner .right-side-part .home-banner-top .video-bg video {
    object-position: center;
}
.why-onecompetency-delivers .right-side-part .item.mobile-only .mobile-img img{
           width: 52%;
           margin: 0 auto;
}

    .through-these-partnerships.our-partners {
        margin-top: 0 !important;
    }
}

@media only screen and (min-device-width:912px) and (max-device-width:913px) {

    .about-us-home .col-lg-4,
    .about-us-home .col-lg-5 {
        width: 50%;
    }

    .about-us-home .center-img .home-banner-top .video-bg,
    .about-us-home .center-img .home-banner-top,
    .about-us-home .center-img {
        height: 29vh;
    }

    .about-us-home .statics .list p {
        width: 79%;
    }

    .about-us-home .statics .list strong {
        width: 15%;
    }

    footer .col-lg-4 {
        width: 33.33%;
    }

    footer .common-links p {
        word-break: break-all;
    }

    .about-us-banner-section .heading-part .col-lg-4 {
        width: 40%;
    }

    .about-us-banner-section .heading-part .col-lg-6 {
        width: 60%;
    }

    .about-us-banner-section .bottom-content .col-lg-6 {
        width: 50%;
        padding-right: 20px;
    }

    .about-us-banner-section .bottom-content .col-lg-4 {
        width: 50%;
        padding-left: 20px;
    }

    .through-these-partnerships {
        padding: 60px 15px;
        margin-top: -145% !important;
    }

    .through-these-partnerships .bottom-list .common-logo .main-logo-content {
        display: flex;
        gap: 34px;
    }

    .through-these-partnerships .bottom-list .common-logo .center-part {
        width: 30%;
        margin-bottom: 0;
    }

    .through-these-partnerships .bottom-list .common-logo .content-part {
        width: 65%;
    }

    .meet-our-clinical .list-of-team .col-lg-3 {
        width: 25%;
    }

    /*   .ready-to-validate-clinician .col-lg-6{
        width: 50%;

    }
    .ready-to-validate-clinician .col-lg-6:first-child{
        padding-right: 20px;
    }
     .ready-to-validate-clinician .col-lg-6:last-child{
        padding-left: 20px;
    } */
    .ready-to-validate-clinician .main-div-circle .center-div img {
        display: block;
        width: 52%;
        margin: 0 auto;
    }

    .through-these-partnerships.our-partners .bottom-list .common-logo .center-part {
        margin-bottom: 0;
        height: 167px;
    }

    .through-these-partnerships .bottom-list .common-logo .center-part img {

        width: 73%;
    }

    .through-these-partnerships.our-partners .bottom-list .common-logo .content-part {
        padding-left: 0;
    }

    footer .col-lg-4:first-child {
        padding: 30px 30px;
    }

    .about-us-banner-section.partnerships-integrations .bottom-content .right-side-part {
        margin-top: 0;
    }

    .through-these-partnerships.our-partners {
        margin-top: 0 !important;
    }

    .through-these-partnerships.our-partners .bottom-list .common-logo .content-part {
        margin-top: 0;
    }
      .hero-banner .right-side-part .home-banner-top .video-bg video {
    object-position: center;
}

    .through-these-partnerships.our-partners {
        margin-top: 0 !important;
    }
}

@media only screen and (min-device-width:853px) and (max-device-width:854px) {

    .about-us-home .col-lg-4,
    .about-us-home .col-lg-5 {
        width: 50%;
    }

    .about-us-home .center-img .home-banner-top .video-bg,
    .about-us-home .center-img .home-banner-top,
    .about-us-home .center-img {
        height: 29vh;
    }

    .about-us-home .statics .list p {
        width: 79%;
    }

    .about-us-home .statics .list strong {
        width: 15%;
    }

    footer .col-lg-4 {
        width: 33.33%;
    }

    footer .common-links p {
        word-break: break-all;
    }

    .about-us-banner-section .heading-part .col-lg-4 {
        width: 40%;
    }

    .about-us-banner-section .heading-part .col-lg-6 {
        width: 60%;
    }

    .about-us-banner-section .bottom-content .col-lg-6 {
        width: 50%;
        padding-right: 20px;
    }

    .about-us-banner-section .bottom-content .col-lg-4 {
        width: 50%;
        padding-left: 20px;
    }

    .through-these-partnerships {
        padding: 60px 15px;
        margin-top: -145% !important;
    }

    .through-these-partnerships .bottom-list .common-logo .main-logo-content {
        display: flex;
        gap: 34px;
    }

    .through-these-partnerships .bottom-list .common-logo .center-part {
        width: 30%;
        margin-bottom: 0;
    }

    .through-these-partnerships .bottom-list .common-logo .content-part {
        width: 65%;
    }

    .meet-our-clinical .list-of-team .col-lg-3 {
        width: 25%;
    }

    /*  .ready-to-validate-clinician .col-lg-6{
        width: 50%;

    }
    .ready-to-validate-clinician .col-lg-6:first-child{
        padding-right: 20px;
    }
     .ready-to-validate-clinician .col-lg-6:last-child{
        padding-left: 20px;
    } */
    .ready-to-validate-clinician .main-div-circle .center-div img {
        display: block;
        width: 52%;
        margin: 0 auto;
    }

    .through-these-partnerships.our-partners .bottom-list .common-logo .center-part {
        margin-bottom: 0;
        height: 167px;
    }

    .through-these-partnerships .bottom-list .common-logo .center-part img {

        width: 73%;
    }

    .through-these-partnerships.our-partners .bottom-list .common-logo .content-part {
        padding-left: 0;
    }

    footer .col-lg-4:first-child {
        padding: 30px 30px;
    }

    .about-us-banner-section.partnerships-integrations .bottom-content .right-side-part {
        margin-top: 0;
    }

    .through-these-partnerships.our-partners {
        margin-top: 0 !important;
    }

    .through-these-partnerships.our-partners .bottom-list .common-logo .content-part {
        margin-top: 0;
    }
      .hero-banner .right-side-part .home-banner-top .video-bg video {
    object-position: center;
}

    .through-these-partnerships.our-partners {
        margin-top: 0 !important;
    }
}

@media only screen and (min-device-width:540px) and (max-device-width:720px) {

    .about-us-home .col-lg-4,
    .about-us-home .col-lg-5 {
        width: 50%;
    }

    .about-us-home .center-img .home-banner-top .video-bg,
    .about-us-home .center-img .home-banner-top,
    .about-us-home .center-img {
        height: 29vh;
    }

    .about-us-home .statics .list p {
        width: 79%;
    }

    .about-us-home .statics .list strong {
        width: 15%;
    }

    footer .col-lg-4 {
        width: 33.33%;
    }

    footer .common-links p {
        word-break: break-all;
    }

    .about-us-banner-section .heading-part .col-lg-4 {
        width: 40%;
    }

    .about-us-banner-section .heading-part .col-lg-6 {
        width: 60%;
    }

    /* .about-us-banner-section .bottom-content .col-lg-6{
        width: 50%;
        padding-right: 20px;
    }
     .about-us-banner-section .bottom-content .col-lg-4{
        width: 50%;
        padding-left: 20px;
    } */
    .through-these-partnerships {
        padding: 60px 15px;
        margin-top: -137% !important;
    }

    .through-these-partnerships .bottom-list .common-logo .main-logo-content {
        display: flex;
        gap: 34px;
    }

    .through-these-partnerships .bottom-list .common-logo .center-part {
        width: 30%;
        margin-bottom: 0;
    }

    .through-these-partnerships .bottom-list .common-logo .content-part {
        width: 65%;
    }

    .meet-our-clinical .list-of-team .col-lg-3 {
        width: 25%;
    }

    /*    .ready-to-validate-clinician .col-lg-6{
        width: 50%;

    } */
    /*     .ready-to-validate-clinician .col-lg-6:first-child{
        padding-right: 20px;
    }
     .ready-to-validate-clinician .col-lg-6:last-child{
        padding-left: 20px;
    } */
    .ready-to-validate-clinician .main-div-circle .center-div img {

        width: 50%;
        margin: 0 auto;
    }

    .through-these-partnerships.our-partners .bottom-list .common-logo .center-part {
        margin-bottom: 0;
        height: 167px;
    }

    .through-these-partnerships .bottom-list .common-logo .center-part img {

        width: 73%;
    }

    .through-these-partnerships.our-partners .bottom-list .common-logo .content-part {
        padding-left: 0;
    }

    footer .col-lg-4:first-child {
        padding: 30px 30px;
    }

    .through-these-partnerships.our-partners {
        margin-top: 0 !important;
    }
      .hero-banner .right-side-part .home-banner-top .video-bg video {
    object-position: center;
}

}
@media screen and (max-width: 932px) and (max-height: 540px) and (orientation: landscape) {
        .about-us-banner-section .heading-part .col-lg-4 {
        width: 100%;
    }
        .through-these-partnerships {
        margin-top: -38%;
    }
    .user-popup .modal-dialog .modal-body {
        max-height: 194px;
        overflow-y: scroll;
    }
}
@media screen and (min-width: 430px) and (max-width: 432px) {
   .through-these-partnerships {
        margin-top: -211%;
    }
}

@media screen and (min-width: 412px) and (max-width: 415px) {
      .through-these-partnerships {
        margin-top: -211%;
    }
}

@media screen and (min-width: 344px) and (max-width: 345px) {
       .through-these-partnerships {
        margin-top: -247%;
    }
}

@media screen and (min-width: 360px) and (max-width: 361px) {
    .through-these-partnerships {
        padding: 60px 15px 30px;
        margin-top: -204%;
    }
}

@media screen and (min-width: 390px) and (max-width: 395px) {
    .through-these-partnerships {
        margin-top: -217%;
    }
}

@media(max-width:768px) {}

@media(max-width:575px) {
    .container {
        padding: 0 !important;
    }

    .logo-nav {
        padding: 0 10px;
    }

}