@font-face {
    font-family: 'NB Grotesk';
    src: url('../fonts/NBGrotesk-Light.woff2') format('woff2'),
        url('../fonts/NBGrotesk-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NB Grotesk';
    src: url('../fonts/NBGrotesk-Regular.woff2') format('woff2'),
        url('../fonts/NBGrotesk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NB Grotesk';
    src: url('../fonts/NBGrotesk-SemiBold.woff') format('woff2'),
        url('../fonts/NBGrotesk-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'NB Grotesk';
    src: url('../fonts/NBGrotesk-Bold.woff') format('woff2'),
        url('../fonts/NBGrotesk-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



*,
*:before,
*:after {
    box-sizing: border-box;
    /* text-rendering: optimizeLegibility; */
}

* {
    margin: 0;
    padding: 0;
    font: inherit;
}

img,
picture,
svg,
video {
    display: block;
    max-width: 100%;
}

input,
select,
textarea {
    background-color: transparent;
    outline: none;
}

button {
    cursor: pointer;
    background-color: transparent;
    outline: none;
    border: 0;
}

sup {
    top: -0.3em;
    position: relative;
}

p {
    margin-bottom: 30px;
}

p:last-child,
p:last-of-type {
    margin-bottom: 0;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease-in-out;
}


body {
    min-height: 100vh;
    font-weight: 300;
    color: #06080C;
    line-height: 1.4;
    font-family: 'NB Grotesk';
    background-color: #F2EDE6;
    /* font-smooth: antialiased; */
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'NB Grotesk';
    font-weight: 300;
}


.sep {
    content: '';
    position: absolute;
    height: 176.61px;
    background: #0D50CC;
    width: 1px;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}


.bg-red {
    background-color: #D41541 !important;
}

.bg-red-light {
    background-color: #DA4536 !important;
}

.bg-white-light {
    background-color: #F2EDE6 !important;
}

.bg-blue {
    background-color: #0D50CC !important;
}

.text-blue {
    color: #0D50CC !important;
}


.text-white-light {
    color: #F2EDE6 !important;
}


.flex-1 {
    flex: 1;
}

.cs-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #0D50CC;
    flex-shrink: 0;
}

.cs-container {
    max-width: 1708px;
    padding: 0 50px;
    margin: 0 auto;
}

/* Custom Font Size */
/* Custom Font Size */
.text-xs {
    font-size: 20px;
}

.text-sm {
    font-size: 24px;
}

.text-base {
    font-size: 28px;
}

.text-lg {
    font-size: 32px;
}

.text-xl {
    font-size: 40px;
}

.text-2xl {
    font-size: 80px;
}

.tracking-md {
    letter-spacing: -0.02em;
}

.leading-md {
    line-height: 1.3;
}

.leading-lg {
    line-height: 1.4;
}

.post-date {
    display: flex;
    align-items: center;
    gap: 14px;
    font-weight: 700;
    font-size: 12px;
    line-height: 135%;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.post-date .dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #0D50CC;
    flex-shrink: 0;
}

.header.home-header {
    max-width: 97%;
    background: transparent;
    border: none;
    box-shadow: none;
    color: #FFF;
}



.header .logo {
    transition: all 1.2s ease-in-out;
}

.header.home-header .logo {
    filter: brightness(0) invert(1);
}

.header.home-header .list-unstyled a {
    color: #FFF;
}


.header.home-header .submenu {
    display: none;
}

header.home-header .dv-btn a {
    border: 1px solid #FFF;
    color: #FFF;
}


.header {
    background: #fff;
    /* border-bottom: 1px solid #eee; */
    top: 20.81px;
    z-index: 1000;
    max-width: 912px;
    box-shadow: 0px 4px 14px 0px #0000001A;
    border-radius: 8px;
    transition: all 1.2s ease-in-out;
}

.header .cs-container {
    padding: 0 20px;
    position: relative;
    z-index: 10;
}

.dv-header-right {
    gap: 32.25px;
}

.list-unstyled {
    gap: 35.07px;
}

.header .list-unstyled a {
    color: rgb(6 8 12 / 40%);
    transition: all 0.3s ease-in-out;
}

.header a {
    text-decoration: none;
    transition: 0.3s;
    font-family: 'NB Grotesk';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.35;
    color: #06080C;
    padding: 12px 0;
}

header .dv-btn a {
    transition: all 1.2s ease-in-out;
    padding: 8px 17px;
    color: #06080C;
}

.header .current-menu-item a,
.header nav a:hover {
    color: #06080C;
}

/* Toggle */
.menu-toggle {
    width: 42px;
    height: 42px;
    border: none;
    background: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    padding: 0;
}

.menu-toggle span {
    width: 100%;
    height: 2px;
    background: #111;
    border-radius: 10px;
    transition: 0.3s;
}

/* Active Toggle */
.menu-toggle.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    -webkit-transform: translateY(-8px) rotate(-45deg);
}

/* Mobile Menu */
.mobile-menu {
    background: #02061e;
    position: fixed;
    top: -3px;
    left: 0;
    z-index: 4;
    height: 105vh;
    width: 100%;
    /* background: #fff; */
    padding: 100px 20px 0;
    border-top: 1px solid #eee;
    opacity: 0;
    visibility: hidden;
    /* transform:none; */
    transition: 0.3s;
    /* border-radius: 8px; */
}

.mobile-menu.active {
    opacity: 1;
    visibility: visible;
    /* transform: translateY(10px); */
    /* -webkit-transform: translateY(10px); */
}

.submenu {
    position: absolute;
    top: calc(100% + 9px);
    background: #fff;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-radius: 8px;
    padding: 18px 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: all .5s ease;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
}

.submenu::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 20px;
}

.submenu a {
    display: flex;
    justify-content: space-between;
    border: 1px solid #06080C;
    border-radius: 8px;
    padding: 10px 11px 12px 17px;
    color: #FFF;
}

.dv-sub-right {
    display: flex;
    align-items: center;
    gap: 41px;
}

.dv-sub-left h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 0.95;
    letter-spacing: -0.02em;
    max-width: 123px;
    width: 100%;
    color: #06080C;
    margin: 0;
}

.dv-sub-left {
    display: flex;
    align-items: center;
    width: 50%;
}

.dv-sub-left p {
    font-weight: 700;
    font-size: 12px;
    line-height: 1.35;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: #07080C;
    position: relative;
    padding-left: 24px;
    margin-left: 45px;
    padding-top: 3px;
}

.dv-sub-left p:before {
    content: '';
    width: 10.86px;
    height: 10.83px;
    background: #0D50CC;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 60%;
    transform: translateY(-50%);
}

.dv-sub-right p {
    font-weight: 600;
    font-size: 14px;
    line-height: 0.95;
    letter-spacing: -0.02em;
    color: rgba(6, 8, 12, 0.4);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.submenu .connexus .dv-sub-left span {
    font-size: 14px;
    position: absolute;
    padding-top: 3px;
}

.submenu .tempo .dv-sub-left span {
    position: absolute;
    font-size: 14px;
    padding-top: 2px;
}

.submenu .tempo .dv-sub-left p:before {
    background: #F47121;
}

.submenu a:hover .dv-sub-right p {
    color: #06080C;
}

.text-dart-custom {
    color: #07080C;
}

.dv-btn a {
    padding: 15px 24px;
    font-family: 'NB Grotesk';
    font-size: 15px;
    line-height: 1.35;
    letter-spacing: 0.02em;
    border: 1px solid #07080C;
    border-radius: 8px;
}

.dv-btn a:hover {
    background: #0D50CC !important;
    color: #ffffff !important;
    border-color: #0D50CC !important;
}

.dv-btn a:hover svg path {
    fill: #ffffff;
}

.dv-btn a svg {
    margin-left: 8px;
}

.dv-flex {
    display: flex;
}

.dv-video-section {
    position: relative;
}

.dv-video-section video {
    width: 100%;
    height: 925px;
    object-fit: cover;
    border-radius: 15px;
}

.dv-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: 0.3s;
}

.dv-play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.dv-video-section .cs-container {
    padding: 12px;
}

.footer-site .cs-container {
    padding-top: 4px;
}

.dv-ft-logo {
    bottom: 53px;
}

.footer-site .dv-video-section video,
.footer-site .dv-video-section .img-bg {
    border-radius: 32px;
    height: 803px;
}

.dv-ft-title {
    font-size: 24px;
    line-height: 1.1;
    color: #07080C;
    margin-bottom: 23px;
    margin-top: -6px;
}

.dv-footer-bottom .dv-ft-des {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: -0.02em;
    color: #020203;
    max-width: 300px;
    margin-bottom: 38px;
}

.dv-footer-bottom {
    padding: 69px 0 30px;
    background: url(../img/ft-bg.png) no-repeat center/cover;
}

.dv-menu-title {
    font-size: 12px;
    line-height: 1.35;
    letter-spacing: 0.11em;
    color: #7D7B79;
    margin-bottom: 53px;
}

.dv-footer-bottom li {
    margin-bottom: 27px;
}

.dv-footer-bottom li a {
    font-weight: 400;
    font-size: 20px;
    line-height: 0.95;
    letter-spacing: -0.02em;
    color: #000000;
}

.dv-footer-bottom li a:hover,
.dv-ft-bottom a:hover {
    color: #0D50CC !important;
}


.dv-footer-bottom li {
    margin-bottom: 27px;
}

.dv-ft-bottom {
    margin-top: 95px;
    padding-top: 15px;
    border-top: 1px solid #0D50CC;
}

.dv-ft-bottom span,
.dv-ft-bottom a {
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #171624;
    opacity: 0.5;
}

.dv-ft-bottom .col-lg-4 a {
    opacity: 1;
}

.primary-title {
    font-size: 64px;
    line-height: 1.11;
    letter-spacing: -0.02em;
}

.dv-section-title p {
    font-size: 12px;
    line-height: 1.35;
    letter-spacing: 0.11em;
    padding-left: 24.45px;
    position: relative;
    display: inline-block;
}

.dv-section-title p:before {
    width: 10.83px;
    height: 10.83px;
    background: #0D50CC;
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    border-radius: 50px;
}

.dv-box-title-des h2 {
    font-size: 96px;
    line-height: 0.95;
    letter-spacing: -0.02em;
}

.dv-box-title-des .dv-content-button p {
    margin: 0;
    padding-top: 4px;
}

.dv-clinical-row:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    background: #0D50CC;
    width: 1px;
    height: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.dv-clinical-row .dv-title {
    max-width: 700px;
}

.dv-des {
    line-height: 1.4;
    letter-spacing: -0.02em;
    font-size: 24px;
}

.dv-clinical-row .dv-content-button .dv-des-right {
    margin-bottom: 105px;
    padding-top: 4px;
    max-width: 625px;
}

.dv-clinical-row {
    padding-top: 20px;
    margin-top: 67px;
    padding-bottom: 108px;
    padding-left: 32px;
    padding-right: 32px;
}

.dv-box-title-des {
    padding-bottom: 51px;
}

.dv-clinical-row .dv-content-button {
    padding-left: 40px;
}

.dv-box-title-des .dv-section-title {
    padding-left: 30px;
}

.cs-container-sm {
    max-width: 1628px;
}

.text-white-light {
    color: #F2EDE6 !important;
}

.footer-site-2 .dv-footer-bottom {
    background-image: url('../img/ft-bg-2.png');
}

.footer-site-2 .dv-footer-bottom .dv-ft-des,
.footer-site-2 .dv-footer-bottom .dv-ft-des,
.footer-site-2 .dv-footer-bottom li a,
.footer-site-2 .dv-ft-bottom span,
.footer-site-2 .dv-ft-bottom a,
.footer-site-2 .dv-ft-title {
    color: #fff;
}

.footer-site-2 .dv-btn a {
    color: #fff;
    border-color: #fff;
}

.dv-ft-logo {
    bottom: 53px;
    padding: 0 40px;
}



.dv-line-left,
.dv-line-right {
    background: #0D50CC;
    width: 1px;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
}

.dv-line-left {
    left: 0;
    z-index: 2;
}

.dv-line-right {
    right: 0;
    z-index: 2;
}

.dv-line-left:before,
.dv-line-left:after,
.dv-line-right:before,
.dv-line-right:after {
    content: '';
    width: 9px;
    height: 1px;
    background: inherit;
    position: absolute;
}

.dv-line-left:before {
    top: 0;
    left: 0;
}

.dv-line-left:after {
    bottom: 0;
    left: 0;
}

.dv-line-right:before {
    top: 0;
    right: 0;
}

.dv-line-right:after {
    bottom: 0;
    right: 0;
}

.text-sm {
    font-size: 24px;
}

.bg-primary {
    background-color: #02061E !important;
}

.bg-white-light {
    background-color: #F2EDE6 !important;
}

.btn-blue {
    background: #0D50CC;
    color: #fff;
    border-color: #0D50CC;
    text-decoration: none !important;
}

.dv-line-lg::before,
.dv-line-lg::after {
    width: 12px !important;
}

.custom-video-wrapper {
    aspect-ratio: 1528/830;
    border-radius: 16px;
}


.custom-video-wrapper .video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 0;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s ease;
    z-index: 2;
}

.custom-video-wrapper .video-play-btn svg {
    width: 48px;
    height: 48px;
}

.custom-video-wrapper .video-play-btn:hover {
    transform: translate(-50%, -50%) scale(1.08);
}

.custom-video-wrapper.playing .video-play-btn {
    opacity: 0;
    visibility: hidden;
}

.dv-ft-bottom .col-lg-8 .d-flex {
    gap: 53px;
}

.form-light textarea,
.form-light select,
.form-light input[type="email"],
.form-light input[type="text"] {
    border: 1px solid #bfbbb7;
    border-radius: 8px !important;
    background: #ede8e2;
    padding: 10px !important;
    height: 45px;
    color: #000;
    font-weight: 500;
}


.form-dark textarea,
.form-dark select,
.form-dark input[type="email"],
.form-dark input[type="text"] {
    border: 1px solid #414256;
    border-radius: 8px !important;
    background: #1e182e;
    padding: 10px !important;
    height: 45px;
    color: #FFF;
    font-weight: 500;
}

.form-light select .form-light textarea::placeholder,
.form-light select::placeholder,
.form-light ::placeholder,
.form-light ::placeholder {
    color: #000;
    opacity: 1;
    font-weight: 400;
    font-size: 16px;
}

.form-dark select,
.form-dark textarea::placeholder,
.form-dark select::placeholder,
.form-dark ::placeholder,
.form-dark ::placeholder {
    color: #FFF;
    opacity: 1;
    font-weight: 400;
    font-size: 16px;
}




.clinical-study-form-sec h1 {
    font-weight: 400;
    font-size: 48px;
    margin-bottom: 40px;
}

.clinical-study-form-sec p {
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto;
}

.clinical-study-form-sec .form-container {
    padding: 0 100px;
}

.clinical-study-form-sec .form-light .gfield {
    margin-bottom: 30px;
}

.clinical-study-form-sec .form-light .gfield_required {
    display: none !important;
}

.clinical-study-form-sec .form-light .gfield_label {
    font-size: 17px !important;
    font-weight: normal !important;
}

.clinical-study-form-sec .form-light .gfield_checkbox {
    columns: 2;
    width: 600px;
}

.clinical-study-form-sec .form-light .gfield_radio {
    display: flex;
    gap: 30px;
}

.clinical-study-form-sec .form-light .gfield--type-consent {
    margin-bottom: 0 !important;
}

.clinical-study-form-sec .form-light .gfield--type-html {
    margin-top: 40px;
}



@media screen and (max-width: 1199px) {
    .cs-container {
        padding: 0 30px;
    }

    .dv-video-section video,
    .footer-site .dv-video-section video,
    .footer-site .dv-video-section .img-bg {
        height: 500px;
    }

    .dv-box-title-des h2 {
        font-size: 70px;
    }

    .text-2xl {
        font-size: 70px;
    }

    .text-xl {
        font-size: 35px;
    }

    .dv-ft-bottom .col-lg-8 .d-flex {
        gap: 20px;
    }

    .dv-box-title-des h2 {
        font-size: 60px;
    }
}



@media screen and (min-width: 992px) {
    .menu-item-has-children:hover .submenu {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width:991px) {
    .submenu {
        position: static;
        display: none;
        transition: unset;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        opacity: 1;
        visibility: visible;
        padding: 0;
    }

    .submenu a {
        padding: 5px 10px;
    }

    .header a {
        font-size: 18px;
    }

    .mobile-menu nav>ul>li>a {
        width: 100%;
        position: relative;
        display: block;
        color: #FFF;
        font-size: 24px;
        padding: 15px 10px;
        font-weight: normal;
    }

    .mobile-menu .submenu {
        background: #02061e;
        color: #FFF;
        padding-left: 15px;
        padding-right: 15px;
    }

    .mobile-menu .submenu .dv-sub-right p {
        color: #FFF;
    }

    .mobile-menu .submenu .dv-sub-left h3 {
        color: #FFF;
        font-size: 20px;
    }
    
    .mobile-menu .submenu li > a{
        border-color:rgba(255, 255, 255, 0.5);
        padding: 15px;
        margin-bottom: 10px;
    }

    .mobile-menu .submenu li > a:hover .dv-sub-right p {
        color: #FFF;
    }

    .mobile-menu nav>ul>li>a svg {
        display: inline-block;
    }

    .mobile-menu .submenu li {
        margin-bottom: 5px;
    }

    .mobile-menu .dv-btn a {
        color: #FFF;
        font-size: 18px;
        width: 100%;
        border-color: #FFF;
        margin-top: 20px;
    }



    .dv-sub-left h3 {
        font-size: 16px;
    }

    header .dv-btn a {
        font-size: 15px;
        margin-top: 20px;
    }

    .menu-item-has-children.active>a:after {
        transform: rotate(-90deg);
    }

    .menu-toggle {
        width: 25px;
    }

    .menu-item-has-children>a:after {
        content: ' ';
        position: absolute;
        right: 0;
        top: 7px;
        transform: rotate(90deg);
        display: inline-block;
    }

    .dv-sub-right {
        gap: 10px;
        justify-content: space-between;
        width: 100%;
    }

    .dv-sub-right svg {
        width: 15px;
    }

    .dv-sub-right svg path {
        stroke:#FFF
    }

    .dv-sub-left {
        justify-content: space-between;
        width: 100%;
    }

    .dv-sub-left p {
        margin-left: 20px;
        padding-left: 15px;
        color: #FFF;
    }

    .dv-sub-left p:before {
        width: 7px;
        height: 7px;
    }

    .text-xs {
        font-size: 18px;
    }

    .text-sm {
        font-size: 22px;
    }

    .text-base {
        font-size: 24px;
    }

    .text-lg {
        font-size: 28px;
    }

    .text-xl {
        font-size: 36px;
    }

    .text-2xl {
        font-size: 60px;
    }

    .primary-title {
        font-size: 48px;
    }

    .cs-container {
        padding: 0 20px;
    }

    .dv-video-section video,
    .footer-site .dv-video-section video,
    .footer-site .dv-video-section .img-bg {
        height: 400px;
    }

    .dv-footer-bottom .row.g-4 {
        gap: 50px 0;
    }

    .dv-ft-bottom .row {
        justify-content: space-between;
    }

    .dv-ft-bottom .col-lg-8 {
        width: max-content;
    }

    .dv-ft-bottom .col-lg-4 {
        width: max-content;
    }

    .dv-ft-bottom {
        margin-top: 40px;
    }

    .dv-footer-bottom li {
        margin-bottom: 15px;
    }

    header.header {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }

    .header .dv-header-right .dv-btn {
        display: none;
    }

    .dv-clinical-row .dv-content-button {
        padding-left: 15px;
        margin-top: 40px;
    }

    .dv-clinical-row:after {
        display: none;
    }

    .dv-clinical-row .dv-content-button .dv-des-right {
        margin-bottom: 40px;
    }

    .dv-clinical-row .dv-title {
        font-size: 50px;
    }

    .dv-clinical-row {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .dv-clinical-row img.position-absolute {
        height: 100%;
    }

    .dv-footer-bottom .dv-ft-des {
        max-width: 100%;
    }
}

@media (max-width:767px) {

    #smooth-content {
        overflow-x: hidden;
    }

    .dv-section-title p {
        font-size: 10px;
        padding-top: 2px;
    }

    .dv-section-title p:before {
        width: 9px;
        height: 9px;        
    }

    .primary-title {
        font-size: 36px;
    }

    .cs-container {
        padding: 0 20px;
    }

    .text-xs {
        font-size: 16px;
    }

    .text-base {
        font-size: 22px;
    }

    .text-lg {
        font-size: 24px;
    }

    .text-xl {
        font-size: 32px;
    }

    .text-2xl {
        font-size: 40px;
    }

    .header .dv-header-right .dv-btn {
        display: none;
    }


    .dv-video-section video,
    .footer-site .dv-video-section video,
    .footer-site .dv-video-section .img-bg {
        height: 250px;
    }

    .dv-ft-logo {
        padding: 0 30px;
        bottom: 30px;
    }

    .dv-footer-bottom {
        padding-top: 40px;
    }

    .dv-footer-bottom .row.g-4 {
        gap: 0;
    }

    .dv-menu-title {
        margin-bottom: 20px;
    }

    .dv-footer-bottom li a {
        font-size: 16px;
    }

    .dv-footer-bottom li {
        margin-bottom: 10px;
    }

    .dv-ft-bottom .row {
        justify-content: center;
    }

    .dv-ft-bottom .col-lg-8 .d-flex {
        justify-content: center;
    }

    .dv-footer-bottom .dv-ft-des {
        margin-bottom: 20px;
    }

    .dv-ft-bottom .col-lg-4 {
        margin-top: 10px;
    }

    .dv-ft-bottom {
        padding-top: 25px;
    }

    .dv-footer-bottom .dv-btn {
        margin-bottom: 30px;
    }

    .mobile-menu li {
        margin-bottom: 10px;
    }

    .mobile-menu li:last-child {
        margin-bottom: 30px;
    }

    .menu-toggle {
        width: 20px;
        height: 20px;
    }

    header.header {
        top: 5px;
        left: 5px !important;
        right: 5px !important;
        padding: 0 !important;
    }

    header.home-header .menu-toggle span {
        background: #FFF;
    }


    .header .header-logo {
        padding: 0;
    }

    .dv-box-title-des .dv-section-title {
        padding-left: 0;
    }

    .text-sm {
        font-size: 20px;
    }

    .custom-video-wrapper .video-play-btn {
        width: 60px;
        height: 60px;
    }

    .custom-video-wrapper .video-play-btn svg {
        width: 32px;
        height: 32px;
    }

    .dv-sub-left {
        width: 100%;
    }

    .dv-sub-left p {
        margin-left: 5px;
        font-size: 10px;
    }

    .submenu a {
        flex-wrap: wrap;
    }

    .mobile-menu nav>ul>li {
        margin-bottom: 0;
    }

    .mobile-menu li:last-child {
        margin-bottom: 0;
    }

    .gform_wrapper.gravity-theme .ginput_complex {

    }

    .gform_wrapper.gravity-theme .ginput_complex span {
        margin-bottom: 16px !important;
    }

    .gform_wrapper.gravity-theme .ginput_complex span:last-child {
        margin-bottom: 0 !important;
    }

    .clinical-study-form-sec .form-container {
        padding:30px 30px 10px;
    }

    .clinical-study-form-sec .form-light .gfield {
        margin-bottom: 0 !important;
    }
}