:root { --primary-color: #0f7eec; --primary-light: #E7F2FD; --secondary-color: #000000; --primary-font: 'Ghino', sans-serif; }

/* Fonts */
@font-face { font-family: 'Ghino'; font-style: normal; font-weight: 300; src: url(../webfonts/ghino/ghino-light.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Ghino'; font-style: normal; font-weight: 400; src: url(../webfonts/ghino/ghino-book.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Ghino'; font-style: normal; font-weight: 500; src: url(../webfonts/ghino/ghino-medium.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Ghino'; font-style: normal; font-weight: 600; src: url(../webfonts/ghino/ghino-semibold.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Ghino'; font-style: normal; font-weight: 700; src: url(../webfonts/ghino/ghino-bold.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
body { overflow-x: hidden; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-family: var(--primary-font); color: #000; font-size: 16px; }
.light { font-weight: 300 !important; }
.normal { font-weight: 400 !important; }
.medium { font-weight: 500 !important; }
.semi { font-weight: 600 !important; }
.bold { font-weight: 700 !important; }
.f-black { font-weight: 900 !important; }
.fs-10 { font-size: 10px !important; }
.fs-12 { font-size: 12px !important; }
.fs-14 { font-size: 14px !important; }
.fs-18 { font-size: 18px !important; }
.fs-20 { font-size: 20px !important; }
.title-font { font-family: var(--title-font); }
.primary-font { font-family: var(--primary-font); }
h1, h2, h3, h4, h5, h6 { margin-top: 0; font-style: normal; font-weight: 400; text-transform: normal; }
.clear { clear: both; }
a:focus, .button:focus { text-decoration: none; outline: none; }
a.p-light { color: var(--primary-light) }
a { color: var(--primary-color); text-decoration: none; }
a:hover, a.p-light:hover { color: var(--secondary-color); }
a, button { color: var(--primary-color); outline: medium none; }
button:focus, input:focus, input:focus, textarea, textarea:focus { outline: 0; }
input:focus::-moz-placeholder { opacity: 0; -webkit-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
.primary-color { color: var(--primary-color) !important; }
.bg-primary-color { background-color: var(--primary-color) !important; }
.border-primary-color { border-color: var(--primary-color) !important; }
.primary-light { color: var(--primary-light) !important; }
.bg-primary-light { background-color: var(--primary-light) !important; }
.border-primary-light { border-color: var(--primary-light) !important; }
.secondary-color { color: var(--secondary-color) !important; }
.bg-secondary-color { background-color: var(--secondary-color) !important; }
.border-secondary-color { border-color: var(--secondary-color) !important; }
.text-dark { color: #333 !important; }
.bg-e4 { background: #E4EEF2 !important; }
.bg-c7 { background: #c7c7c7 !important; }
.bg-f0 { background: #f0f0f0 !important; }
.bg-f4 { background: #f4f4f4 !important; }
.bg-none { background: none !important; }
.text-58 { color: #585858 !important; }
.swiper-button-next::after, .swiper-button-prev::after { display: none; }
.btn, .btn-menu>a { background: var(--primary-color); color: #fff; -moz-user-select: none; cursor: pointer; display: inline-block; font-weight: 400; padding: 8px 30px; border-radius: 50px; border: 2px solid var(--primary-color); }
.btn-outline { color: var(--primary-color); background: transparent; border-color: var(--primary-color); }
.btn-white { color: var(--primary-color); background: linear-gradient(to bottom, #fff, #ADC6CE); box-shadow: 0px 3px 5px RGBA(9, 46, 83, 0.3); border: 0 }
.btn-outline-white { background: transparent; border-color: #fff; border-width: 2px; color: #fff; }
.btn-outline:hover { background: var(--primary-color); color: #fff; border-color: var(--primary-color); }
.btn.focus, .btn:focus { outline: 0; box-shadow: none; }
.btn:hover, .btn-menu>a:hover { color: var(--primary-color); background: #fff; border-color: var(--primary-color) !important; }
.btn-sm { padding: .25rem .5rem; font-size: .875rem; }

/* Scrollbars */
.theme-scrollbar { overflow-x: hidden; overflow-y: auto; scrollbar-color: #D1D5DB #fff; scrollbar-width: thin; }
.theme-x-scrollbar { overflow-x: auto; overflow-y: hidden; padding-right: 0; margin-right: 0; }
.theme-scrollbar::-webkit-scrollbar-track { -webkit-box-shadow: none; background-color: transparent; }
.theme-scrollbar::-webkit-scrollbar { width: 4px; background-color: transparent; }
.theme-scrollbar::-webkit-scrollbar-thumb { background-color: #D1D5DB; border-radius: 3px; }
.br-0 { border-radius: 0px !important; }
.br-5 { border-radius: 5px !important; }
.br-8 { border-radius: 8px !important; }
.br-10 { border-radius: 10px !important; }
.br-15 { border-radius: 15px !important; }
.br-20 { border-radius: 20px !important; }
.alert { padding: 8px 0; font-size: 14px; }
.alert-dismissible .btn-close { padding: 0 1rem; height: 100%; color: #fff; background: none !important; opacity: 1; }
.opacity-1 { opacity: .1 !important; }

/* BACK TO TOP */
#scrollUp { background: var(--primary-color); height: 50px; width: 50px; right: 31px; bottom: 0px; color: #fff; font-size: 20px; text-align: center; border-radius: 50%; line-height: 48px; border: 2px solid transparent; position: fixed; visibility: hidden; opacity: 0; cursor: pointer; z-index: 999; }
#scrollUp.active { bottom: 30px; visibility: visible; opacity: 1; }
@media (max-width:767px) {
    #scrollUp { right: 16px; }
    #scrollUp { width: 40px; height: 40px; line-height: 38px; }
}
#scrollUp:hover { color: #000; }
.sticky-bar { left: 0; margin: auto; position: fixed; top: 0; width: 100%; -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1); box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1); z-index: 999; -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown; animation: 300ms ease-in-out 0s normal none 1 running fadeInDown; -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1); background: #fff; }
.g-2rem { --bs-gutter-x: 2rem; --bs-gutter-y: 2rem; }
.gx-2rem { --bs-gutter-x: 2rem; }
.gy-2rem { --bs-gutter-y: 2rem; }
.g-2-5rem { --bs-gutter-x: 2.5rem; --bs-gutter-y: 2.5rem; }
.br-0 { border-radius: 0 !important; }
.img-thumbnail { padding: .5rem; }
.wpcf7-spinner { position: absolute; }

/* Header

------------------- */
header { position: relative; left: 0; right: 0; z-index: 999; padding: 30px 0; }
.sticky-bar { left: 0; padding: 10px 0; margin: auto; position: fixed; top: 0; width: 100%; -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown; animation: 300ms ease-in-out 0s normal none 1 running fadeInDown; background: #fff; }
header .navbar { position: unset; }
.sticky-bar .navbar-brand img { height: 40px; }
.navbar-collapse ul.navbar-nav { position: relative; }
.navbar-expand-lg .navbar-nav .nav-item { padding: 0; }
.navbar-expand-lg .navbar-nav .nav-link { color: #404040; font-weight: 500; font-size: 16px; padding: 10px 30px; position: relative; border-bottom: 2px solid transparent; }
.navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav .nav-item:hover .nav-link, .navbar-expand-lg .navbar-nav .nav-link:focus { color: var(--primary-color); background: #F8F7F7; border-color: var(--primary-color); }
.mega-drop { position: unset; }
.dropdown-menu.mega-menu { right: 0; left: auto; }
.megamenu-ttl { font-size: 16px; }
ul.menu { padding-left: 1rem; }
header .dropdown-menu { border: 0; border-radius: 0; padding: 20px; background: #F8F7F7; box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2); }
.navbar-expand-lg .navbar-nav  .dropdown-menu li { padding: 0px 0 10px; display: block; }
.navbar-expand-lg .navbar-nav  .dropdown-menu li:last-child { padding: 0; }
.navbar-expand-lg .navbar-nav  .dropdown-menu li a { font-size: 16px; color: #333; padding: 0px; display: block; line-height: normal;}
.navbar-expand-lg .navbar-nav  .dropdown-menu li a:hover { color: var(--primary-color); }
.dropdown-toggle::after { content: "\f078"; font-family: "Font Awesome 5 Pro"; font-weight: 700; margin-left: 2px; border: 0 !important; vertical-align: middle; font-size: 12px; color: var(--primary-color); transform: rotate(0deg); transition: transform 0.4s; }
.dropdown:hover .dropdown-toggle::after { color: var(--primary-color); transform: rotate(180deg); transition: transform 0.4s; }
@media (min-width:992px) {
    .navbar-nav .dropdown-menu { position: absolute; display: block; transform: scaleY(0); transform-origin: 0 0; transition: transform 0.4s; left: 0; top: 100%; padding: 30px; min-width: 300px; }
    .navbar-nav .dropdown:hover > .dropdown-menu { display: block; transform: scaleY(1); transition: transform 0.4s; }
    .navbar-nav .dropdown:hover > .dropdown-menu { margin: 0 !important; }
    .mega-menu.two-column { min-width: 600px; }
    .dropdown-menu.depth_0 { padding: 30px; }
    .\/ogm-clinical-services\/ .single-mega-item { width: 50%; }
    #mega-menu-718{
        width: 1000px;
    }
}

/* Footer

------------------- */
footer { padding: 60px 0 0; font-size: 14px; background: #688197; font-size: 14px; color: #fff; position: relative; z-index: 2; overflow: hidden; }
.social-block:after { content: ""; display: block; width: 300vw; position: absolute; top: -60px; left: -15px; bottom: -100vh; z-index: -1; background: #688197; }
.footer-tittle h4 { font-weight: 700; font-size: 16px; margin-bottom: 10px; text-transform: uppercase; min-height: 40px; }
.footer-tittle ul { list-style: none; padding-left: 0; margin-bottom: 40px; }
.footer-tittle ul li { padding: 8px 0px; line-height: 1.2; }
.footer-tittle ul li a { color: #fff; line-height: normal; padding: 0; transition: color 0.4s; }
.footer-tittle a:hover { color: var(--primary-color); transition: color 0.4s; }
.footer-bottom-area { padding: 10px 0; font-size: 12px; background: #688197; color: #fff; position: relative; z-index: 2; }
.footer-bottom-area a { color: #fff; text-decoration: underline; }
.footer-bottom-area a:hover { color: var(--primary-color); }
.social-icon ul li a { font-size: 22px; margin-right: 20px; border-radius: 0%; color: #fff; display: flex; align-items: center; justify-content: center; }
.social-icon ul li:last-child a { margin-right: 0 }
.colored-icon ul li a { color: var(--primary-color); }

/* Banner

------------------ */
.banner-area { position: relative; z-index: 1; }
.banner-area:after { content: ""; position: absolute; top: 0; left: 0; right: 0; background: var(--primary-light); height: 70%; z-index: -1; }
.bg-gradient:after { background: linear-gradient(to bottom, #fff, rgba(2, 165, 227, 0.1)); }
.inner-banner:after { height: 100%; }
.inner-img { margin-bottom: -30px; }
.dna { margin: -50px 0; }
.home-block { background: #fff; box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2); }
.shadow { box-shadow: 0px 3px 26px rgba(0, 0, 0, 0.2) !important; }
.section-title { }
.section-title h2 { font-size: 28px; font-weight: bold; color: var(--primary-color); }
.section-title h3 { font-size: 23px; font-weight: bold; color: var(--primary-color); }
.section-title h4 { font-size: 22px; font-weight: bold; color: var(--primary-color); }
.section-title h5 { font-size: 18px; font-weight: bold; color: var(--primary-color); }
.banner-title h2, .banner-title h1 { font-size: 34px; font-weight: bold; color: var(--primary-color); }
.section-title p, .welcome-p { font-size: 18px; }
.home-details { padding: 30px; }
.home-img img { height: 200px; object-fit: cover; width: 100%; }
.data-area { background-size: cover; background-repeat: no-repeat; background-color: #000000; }

/* SERVICES
----------------------- */
.bg-fa { background: #FAF8F8 !important; }
.bg-f5 { background: #f5f5f5 !important; }
.eq-height { height: 100%; }
.box { background: #fff; padding: 40px 20px; }
.genetic-box .section-title h4 { min-height: 50px; }
.height-none { min-height: auto !important; }
.btn-link { font-weight: 500; color: var(--primary-color); text-decoration: none; font-size: 18px; }
:not(.read-more-block) > .btn-link:after { /*content: "105"; font-family: "Font Awesome 5 Pro"; font-weight: 500; padding-left: 10px;vertical-align: middle;*/ }
.btn-link:hover, .btn-link:focus { color: var(--secondary-color); }
.quick-box { display: flex; align-items: center; }
.quick-box h4 { color: var(--secondary-color); font-weight: 500; }
.quick-box:hover h4 { color: var(--primary-color); }
.quick-icon { margin-right: 10px; width: 60px; }
.hover-box:hover { background: var(--primary-color); color: #fff; }
.hover-box:hover * { color: #fff; }
.box.box-link { padding-bottom: 70px; position: relative; }
.box-link .btn-link { position: absolute; bottom: 20px; left: 20px; }
.list { margin: 0; padding-left: 15px; font-size: 18px; font-weight: 500; }
.list li, .list-true li { padding: 5px 0; }
.list li::marker { color: var(--primary-color); font-size: 14px; }
.list-true > li { padding: 8px 0; padding-left: 40px; position: relative; }
.list-true > li:before { content: "\f058"; font-family: "Font Awesome 5 Pro"; font-weight: 700; color: #819e87; font-size: 26px; position: absolute; left: 0; top: 0; }
ul .list { list-style-type: disc; }
ul .list li:before { display: none; }
ul ul { list-style-type: disc; }
.accordion-item { border: 0; margin-bottom: 15px; }
.accordion-item p:last-child { margin-bottom: 0; }
.accordion-button { background: var(--primary-light); border: 0; border-radius: 0; box-shadow: none !important; font-size: 28px; padding: .5rem 1.25rem; }
.accordion-button:not(.collapsed) {/* background: #EFF6F8;*/ box-shadow: none; }
.accordion-button::after { font-family: "Font Awesome 5 Pro"; font-weight: 400; content: "\f067"; background: none !important; color: var(--primary-color); transform: none !important; font-size: 30px; width: auto; height: auto; }
.accordion-button:not(.collapsed)::after { content: "\f068"; }
.accordion-body { padding: 1.25rem; }
.link, .accordion-body a { color: var(--primary-color); text-decoration: underline; }
.pink { color: #E20684 !important; }
.video-block { position: relative; }
.play-btn { position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0; z-index: 2; margin: 0 auto; text-align: center; color: #9A9A9A; width: 50px; height: 50px; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; }
.arrow { position: absolute; width: 85px; height: 85px; left: 0; right: 0; top: 50%; transform: translateY(-50%); z-index: 1; margin: 0 auto; border-radius: 50%; background: var(--primary-color); color: #fff; font-size: 44px; display: flex; align-items: center; justify-content: center; }
.table >:not(caption) > * > * { border-width: 0 0 1px; border-color: var(--primary-color); border-style: solid; box-shadow: none; }
.table >:not(:first-child) { border: 0; }
.table-bordered >:not(caption) > * > * { border-width: 0 1px; border-style: solid; border-color: inherit; }
.table-clinical th { background: var(--primary-color); color: #fff; }
.table-clinical th, .table-data-clinical td, .table-clinical td { vertical-align: middle; padding: 10px 20px; border-width: 0 0 1px; border-color: var(--primary-color); border-style: solid; }

/*.table-clinical tr:nth-child(2n) { background: #f2f2f2; }*/
.min-auto { min-height: auto !important; }
.faq-link li { border-bottom: 1px solid #D5E1E5; padding: 10px 10px; }
.faq-link li:last-child { border: 0; padding-bottom: 0; }
.faq-link li a { color: #333; font-size: 16px; }
.faq-link li a:hover, .faq-link li a.active { color: var(--primary-color); }
.faq-link li a.active { font-weight: bold; }
.faq-box { position: sticky; top: 50px; }
.form-group { margin-bottom: 20px; }
.form-label { display: block; margin: 0; }
.form-label span { color: #f00; }
.form-control { height: 40px; border: 2px solid #D0D0D0; border-radius: 5px; }
.form-control:focus { box-shadow: none; border-color: var(--primary-color); }
.form-check .form-check-input, .form-check input[type="checkbox"] { border: 1px solid #1A4B96; width: 20px; height: 20px; }
.form-check-input:checked, .form-check input[type="checkbox"]:checked { background: var(--primary-color); }
.wpcf7-list-item { margin: 0; }
.number-list { counter-reset: number; padding-left: 15px; }
.number-list > li { padding: 30px 0 30px 70px; list-style: none; position: relative; z-index: 1; }
.number-list > li:before { counter-increment: number; content: counter(number); position: absolute; left: 0; top: 20px; border-radius: 50%; border: 3px solid var(--primary-color); font-weight: 300; font-size: 24px; color: #1A4B96; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; background: #FAF8F8; }
.number-list > li:after { content: ""; position: absolute; left: 25px; top: 0; bottom: -25px; background: var(--primary-color); width: 2px; z-index: -1; }
.number-list > li:last-child:after { bottom: 35px; display: none; }
.number-list > li:first-child:after { top: 35px; }
.icon-none:before { display: none; }
.test-box-row { margin-top: 5rem; }
.box.test-box { position: relative; padding: 5rem 3rem 5rem; }
.test-box .icon-test { top: -5rem; left: 0; right: 0; position: absolute; }
.test-box .icon-test img { height: 150px; }
.test-box .btn-block { position: absolute; left: 0; right: 0; bottom: 30px; }
.table-data-service th { background: var(--primary-color); color: #fff; }
.bg-c2 { background: #C2C2C2 !important; }
.table-data-service th, .table-data-service td { vertical-align: middle; padding: 10px 20px; }

/*.table-data-service tr:nth-child(2n) { background: #f2f2f2; }*/
.bb { padding: 0 80px; position: relative; }
.bb::before { content: "“"; position: absolute; top: 0px; left: 0; z-index: -1; display: block; color: var(--primary-color); font-size: 120px; line-height: .8; font-family: 'Gothom', sans-serif; }
.bb::after { top: auto; bottom: 40px; right: 0; left: auto; transform: rotate(180deg); }
.family-story-area:after { background: #FAF8F8; }
.story-box .icon-test img, .story-img img { border-radius: 50%; border: 4px solid var(--primary-color); }
.story-img { margin: -30px 0; }
.story-img img { width: 200px; height: 200px; object-fit: scale-down; }
.table-result th, .table-result td { padding: 15px; vertical-align: middle; border: 1px solid var(--primary-color); border-width: 0 0 1px; }
.table-result th { background: var(--primary-color); color: #fff; }

/* EVENTS */
.event-block { padding: 40px 80px; margin-bottom: 10px; display: flex; align-items: center; justify-content: space-between; }
.text-40 { color: #404040 !important; }
.event-block .btn { padding: 4px 20px; width: 180px; }
.nowrap { white-space: nowrap; }
.contact-dlt { margin-left: 80px; }
.contact-dlt a { color: #333; }
.contact-dlt a:hover { color: var(--primary-color); }
.page-404.inner-banner::after { height: 190px; }
.title-404 { font-size: 170px; font-weight: bold; color: var(--primary-color); line-height: 1; }
.fit-cover { object-fit: cover; }
.gtp:last-child { border: 0 !important; }
.bg-small { position: relative; z-index: 1; }
.bg-small:after { content: ""; position: absolute; top: 25%; left: 0; right: 0; bottom: 0; background: #FAF8F8 !important; z-index: -1; }
div.heateor_sss_follow_ul a, div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a { margin: 2px 15px 2px 0 !important; }
.bt-block .btn { padding: 8px 10px; }
.read-more-block { position: relative; }
.read-more-block:after { content: ""; position: absolute; bottom: 40px; left: 0; right: 0; z-index: 1; height: 30%; background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0.4)); }
.read-more-block p { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 7; overflow: hidden; text-overflow: ellipsis; -ms-text-overflow: ellipsis; }
.read-more-block.active p { display: block; }
.read-more-block.active:after { display: none; }
.step { border-bottom: 3px solid var(--primary-color); display: inline-block; padding-bottom: 5px; margin-bottom: 7px; text-transform: uppercase; }
.sitemap-links li a { color: #000; }
.sitemap-links li a:hover { color: var(--primary-color); }

/* MEDIA

------------------------ */
@media (max-width:1300px) and (min-width:1024px) {
    body { font-size: 14px; }
    .navbar-expand-lg .navbar-nav .nav-link { padding: 8px 20px; font-size: 14px; }
}
@media (min-width:1200px) {
    .thank-you .inner-img { margin-bottom: -55px; }
    .btn-below { margin-bottom: -85px; }
}
@media (min-width:1400px) {
    .container { max-width: 1300px; }
    .box { background: #fff; padding: 50px 40px; }
    .genetic-box .section-title { padding-bottom: 10px }
    .quick-box { display: flex; align-items: center; padding: 40px 35px; }
    .quick-icon { margin-right: 20px; }
    .box.box-link { padding-bottom: 90px; }
    .btn-link { font-size: 20px; }
    .faq-box { padding: 30px; }
    .box-link .btn-link { position: absolute; bottom: 30px; left: 30px; }
    .home-details { padding: 40px 30px; }
    .box.test-box { position: relative; padding: 5rem 4rem 5rem; }
    .contact-dlt { margin-left: 100px; }
    .number-list > li { padding: 30px 0 30px 90px; }
    .table-result th, .table-result td { padding: 25px 15px; }
    .table-clinical td { height: 80px; }
    .section-title p, .welcome-p { font-size: 20px; }
}
@media (max-width:1199.5px) {
    .display-5 { font-size: calc(1rem + 2.1vw); }
    .bt-block .btn { width: 100%; text-align: center; padding: 8px 20px; }
}
@media (min-width:1024px) and (max-width:1200px) {
    .container { max-width: 100%; }
}
@media (max-width:1024px) {
    html, body { overflow-x: hidden; font-size: 16px; }
    .container { padding-left: 15px; padding-right: 15px; }
    .row { margin-left: -15px; margin-right: -15px; }
    .row > * { padding-left: 15px; padding-right: 15px; }
    .section-title h2 { font-size: 24px; }
    .section-title h3 { font-size: 20px; }
    .section-title h4 { font-size: 20px; }
    .section-title h5, .list { font-size: 16px; }
    .banner-title h2, .banner-title h1 { font-size: 26px; }
    .section-title p, .welcome-p { font-size: 16px; }
    .section-title br { display: none; }
    .home-details { padding: 20px; }
    .btn { font-size: 14px; min-width: 180px; padding: 10px 25px; }
    .list-true > li { padding: 5px 0; padding-left: 40px; }
    .list-true > li::before { font-size: 22px }
}
@media (min-width:768px) and (max-width:1024px) {
    .container { max-width: 100%; padding-left: 15px; padding-right: 15px; }
    .arrow { width: 50px; height: 50px; font-size: 26px; }
    .box.test-box { padding: 6rem 3rem 6rem; }
    .test-box .icon-test img { height: 130px; }
    .footer-tittle h4, footer { font-size: 12px; }
    .social-icon ul li a { font-size: 18px; margin-right: 15px; }
    .navbar-expand-lg .navbar-nav .nav-link { font-size: 14px; padding: 10px 20px; }
    .home-details .section-title h4 { min-height: 40px; }
    .section-title h2 { font-size: 22px; }
    .section-title h3 { font-size: 18px; }
    .section-title h4 { font-size: 18px; }
    .section-title h5 { font-size: 14px; }
    .section-title p, .welcome-p { font-size: 16px; }
    .bb-blue h4 { font-size: 14px; }
    .contact-dlt { margin-left: 0px; }
}
@media (max-width:991.5px) {
    html, body { overflow-x: hidden; font-size: 14px; }
    .menushow { overflow: hidden; }
    header { padding: 10px 0; position: relative !important; animation: none; }
    .navbar-toggler { display: flex; border-radius: 0; }
    .mobile-toggle { width: 45px; height: 45px; margin: 0; background: #fff; cursor: pointer; z-index: 9999; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0; }
    .mobile-toggle.show { background: transparent; }
    .mobile-toggle div { width: 30px; height: 3px; background: var(--primary-color); margin: 4px 0; border-radius: 10px; transition: all 0.3s; backface-visibility: hidden; -webkit-backface-visibility: hidden; }
    .mobile-toggle.show div { background: var(--primary-color); }
    .mobile-toggle.show .one { transform: rotate(45deg) translate(7px, 8px); }
    .mobile-toggle.show .two { opacity: 0; }
    .mobile-toggle.show .three { transform: rotate(-45deg) translate(8px, -9px); }
    .main-menu { color: var(--primary-color); background: rgba(255, 255, 255, .9); z-index: 999; top: 0; position: fixed; display: block; left: 0; right: 0; bottom: 0; padding-top: 20%; overflow: hidden; transform: translateX(-120%); transition: transform 0.2s; }
    .main-menu.show { transform: translateX(0); transition: transform 0.2s; }
    .main-menu ul.navbar-nav { margin: 0; flex-direction: column; align-items: flex-start !important; width: 100%; height: 100%; padding: 10px; justify-content: center; }
    header ul.navbar-nav > li { padding: 0px; }
    .main-menu ul.navbar-nav > li { display: flex; align-items: center; justify-content: space-between; width: 100%; }
    header .navbar-expand-lg .right-menu .navbar-nav li > .nav-link { font-weight: normal; padding: 0 !important; }
    header .navbar-expand-lg .navbar-nav li > .nav-link { font-size: 18px; padding: 12px 15px !important; display: flex; justify-content: space-between; align-items: center; }
    header .navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus, header .navbar-nav .nav-link.active { background: transparent; color: var(--primary-color); }
    .dropdown-toggle.show::after { color: var(--primary-color); transform: rotate(180deg); transition: transform 0.4s; }
    .dropdown-toggle::after { display: none; }
    .span-toggle { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; z-index: 9; }
    .span-toggle::after { content: "\f054"; color: var(--primary-color); font-size: 18px; font-family: "Font Awesome 5 Pro"; font-weight: 400; }
    header .navbar-nav .dropdown { position: unset; }
    header .navbar-nav .dropdown-menu { box-shadow: none;  position: absolute; top: 0; left: 110%; bottom: 0; background: #fff; z-index: 999; overflow-y: auto; display: flex !important;flex-direction: column;justify-content: center; transition: left 0.4s; }
    header .navbar-nav .dropdown-menu.active { display: block; left: 0; transition: left 0.4s; }
    header .navbar-nav .dropdown-menu.depth_0 { padding: 20px; right: 0; }
    header .navbar-nav .dropdown-menu ul { margin-bottom: 0px; }
    header .navbar-nav .dropdown-toggle.show { color: var(--primary-color); }
    header .dropdown-menu li { padding: 0 0 5px; }
    .navbar-expand-lg .navbar-nav .dropdown-menu li { padding: 0px 0 8px; }
    .megamenu-ttl {
        font-size: 16px;
margin: 0 0 5px !important;
display: flex;
align-items: center;
justify-content: space-between;
    }
    .mega-menu-item .m-4 { margin-bottom: 0 !important; }
    header ul > li > .nav-link { line-height: normal; }
    .main-menu ul.navbar-nav > li.btn-menu { text-align: center; margin-top: 30px; justify-content: center; }
    .btn--back { text-transform: uppercase; border: none; background: none; align-items: center; font-weight: bold; color: var(--primary-color); font-size: 1.3rem;padding: 0 !important;margin: 0 0 20px; }
    .mega-menu { overflow: hidden; }
    header .navbar-nav .dropdown-menu.mega-menu {
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 80px;
}
.megamenu-ttl .span-toggle {transition: transform 0.4s;}
.megamenu-ttl.show .span-toggle {
  transform: rotate(90deg);
  transition: transform 0.4s;
}
}
@media (max-width:767px) {
    .mobile-hide { display: none; }
    .navbar-brand img { height: 40px; }
    .footer-tittle { margin: 0 0 20px; }
    .footer-tittle h4 { min-height: auto; position: relative; }
    .footer-tittle h4 br { display: none; }
    .footer-tittle h4::after { content: "\f13a"; position: absolute; top: 3px; right: 0; font-size: 16px; font-family: "Font Awesome 5 Pro"; font-weight: 300; transition: transform 0.3s; }
    .footer-tittle .active h4::after { transform: rotate(180deg); transition: transform 0.3s; }
    .footer-tittle ul { margin-bottom: 25px; }
    .footer-tittle ul li { padding: 4px 0px; }
    .social-block { position: relative; margin: 0 !important; padding: 25px 0; }
    .social-block .footer-tittle { margin: 0; }
    .social-block .footer-tittle ul { margin-bottom: 0; }
    .social-block::after { content: ""; display: block; width: auto; position: absolute; top: 0; left: -15px; right: -15px; bottom: 0; z-index: -1; background: #2F3133; display: none; }
    .social-icon ul li a { margin: 0 15px !important; }
    .genetic-box .section-title h4 { min-height: auto; }
    .arrow { position: unset; width: 60px; height: 60px; font-size: 30px; transform: rotate(90deg); margin: -20px 0px -40px; }
    .inner-banner::after { height: 80% }
    .icon-banner::after, .ff-height::after { height: 100% }
    .inner-img { margin-bottom: 0; }
    .banner-icon-img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
    .icon-banner .banner-title { padding: 30px 0; }
    .faq-box { padding: 6px 15px; }
    .faq-link { display: none; }
    .faq-link.show { display: block; }
    .faq-link li a { font-size: 16px; }
    .number-list li { padding: 15px 0 15px 50px; }
    .number-list li::before { top: 8px; font-size: 20px; width: 35px; height: 35px; }
    .number-list li::after { left: 17px; }
    .test-box-row { margin-top: 5rem; }
    .box.test-box { position: relative; padding: 6rem 3rem 6rem; margin-bottom: 5rem; height: auto; }
    .test-box .icon-test { top: -4rem; }
    .test-box .icon-test img { height: 120px; }
    .contact-dlt { margin-left: 0; }
    .page-404.inner-banner::after { height: 115px; }
    .title-404 { font-size: 100px; }
    .mx-nm-3 { margin: 0 -15px; }
    .bg-gradient::after { height: 90%; }
    .story-img img { width: 150px; height: 150px; }
    .event-block { padding: 25px; display: block; }
    .accordion .section-title h2 { font-size: 18px; }
    .home-details { padding: 30px 0; }
    .home-details p { padding: 0 40px; }
    .step { border: 0; border-top: 3px solid var(--primary-color); padding: 5px 0 0; }
    .mobile-arrow { position: relative; padding-right: 20px; }
    .mobile-arrow:after { content: "\f13a"; position: absolute; top: 50%; transform: translateY(-50%); right: 0; font-size: 18px; font-family: "Font Awesome 5 Pro"; font-weight: 300; color: #000; transition: transform 0.3s; }
    .mobile-arrow.active::after { content: "\f139"; transition: transform 0.3s; }
    .flex-reverse-mobile { flex-direction: column-reverse; }
    .bb { padding: 0; }
    .bb::before { position: relative; line-height: .1; padding: 40px 0 0; }
    .faq-sect .accordion-item { border-bottom: 1px solid #ccc; padding: 0 0 15px; }
    .faq-sect .accordion-button { background: transparent; padding: 0; font-size: 20px; }
    .faq-sect .accordion-button h5 { font-size: 18px; line-height: 1.3; font-weight: 500; }
    .faq-sect .accordion-button::after { content: "\f13a";font-size: 22px;color: #000; font-weight:300; }
    .faq-sect .accordion-button:not(.collapsed)::after { content: "\f139"; }
    .faq-sect .accordion-body { padding: 1.25rem 0; }
}
@media (max-width:480px) { }
