@import "./font-family.css";
@import "./components/cookiebot.css";
@import "./navigation.css";
@import "./components/hubspot-form.css";
@import "./components/buttons.css";
@import "./components/modal-style.css";

:root {
    --white: #FFFFFF;
    --tdna-blue: #0064C0;
    --tdna-dark-blue: #011C35;
    --tdna-orange: #FF7F00;
}

body {
    font-family: 'Poppins', sans-serif;
    color: #666666;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    min-height: 100vh;
    padding: 0;
    margin: 0;
}

h1 {
    color: var(--tdna-dark-blue);
    font-weight: 900;
    line-height: 1.2;
}

h1.color-white {
    color: var(--white);
}

h2 {
    font-size: 30px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 24px;
    color: #4a6781;
    text-align: center;
}

h3 {
    font-weight: 300;
    color: #4a6781;
}

p {
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 15px;
    font-weight: 400;
}

b, strong {
    font-weight: 700;
}

a {
    color: #0064C0;
    font-weight: 400;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #0064C0;
}

ol,
ul {
    list-style: none;
}

.nav .open > a,
.nav .open > a:hover {
    background: none;
}

.desktop-demo-video {
    margin-bottom: 24px;
}

.video-iframe-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 56.25%;
    border-radius: 16px;
}

.video-iframe-wrap iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.iam-logos-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.iam-logos-wrapper .iam-logos-title {
    font-weight: 700;
    font-size: 15px;
    line-height: 27px;
    color: #A1B9D4;
    margin-bottom: 24px;
    margin-right: 0;
}

.iam-logos-wrapper .iam-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    grid-gap: 24px;
}

.iam-logos-wrapper .iam-logo {
    height: 16px;
    width: auto;
}

.iam-logos-wrapper .iam-logo:nth-of-type(2) {
    height: 20px;
    width: auto;
}

.demo-index svg {
    fill: #0064C0;
    margin-right: 10px;
    vertical-align: -2px;
    width: 16px;
}

.iframe-low {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 100%;
}

div.demo-tabs div.list-group>a,
div.demo-tabs div.list-group>a svg {
    color: #0064C0;
    fill: #0064C0;
}

div.demo-tabs div.list-group>a:first-child{
    border-top-right-radius: 0;
}

div.demo-tabs div.list-group>a:last-child{
    border-bottom-right-radius: 0;
}

div.demo-tabs div.list-group>a.active,
div.demo-tabs div.list-group>a.active svg {
    background-color: #fbfbfb;
    color: #ff7f00;
    fill: #ff7f00;
    border-right: none;
}

div.demo-tabs div.list-group>a.active {
    -webkit-box-shadow: 0 4px 4px -5px #00000040;
    -moz-box-shadow: 0 4px 4px -5px #00000040;
    box-shadow: 0 4px 4px -5px #00000040;
}

.demo-index {
    font-size: 14px;
    font-weight: 500;
    display: inline;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.demo-index-mobile h4 {
    font-weight: 400;
    padding: 8px 0;
    color: #0064C0;
    fill: #0064C0;
    cursor: pointer;
    font-size: 18px;
    margin-top: 0.5rem;
    line-height: 1.1;
}

.demo-index-mobile h4:hover {
    text-decoration: underline;
}

.demo-index-mobile h4 svg {
    margin-right: 10px;
    max-width: 18px;
}

.demo-index-mobile .navbar-toggler,
.demo-index-mobile .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.demo-index-mobile .navbar-collapse {
    padding: 0;
}

.demo-index i {
    margin-right: 10px;
}

.demo-index:hover {
    text-decoration: none;
}

#navbar-collapse-demo ul {
    background: #fbfbfb;
    border: 1px solid #ececec;
    border-radius: 6px;
    text-align: center;
    display: block;
    margin-top: 8px;
}

#navbar-collapse.navbar-collapse a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 34px;
    color: #D2E8F7;
}

#navbar-collapse.navbar-collapse span {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 34px;
    color: #D2E8F7;
    padding: 5px 15px;
}

#navbar-collapse-demo {
    background: transparent;
    position: static;
}

.demo-container-index {
    overflow: hidden;
}

#demo-iframe-container {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    min-height: 180px;
}

/*icons*/
.arrow {
    max-width: 6px;
    height: auto;
    display: inline-block;
    margin-left: 5px;
    margin-top: -1px;
}

.icons-git {
    width: 20px;
    fill: #6d8dab;
}

.icons-git:hover {
    fill: #8da6bd;
}

.footer .country-name svg {
    width: 12px;
    height: auto;
    margin-right: 8px;
}

.footer .country-name svg path {
    fill: #A1B9D4;
}

/*about us*/

.center-nobg .title {
    font-size: 45px;
    color: #0064C0;
    font-weight: 300;
    margin-bottom: 50px;
    text-align: center;
}

.center-nobg {
    padding-top: 150px;
    font-weight: 300;
}

.center-nobg h3 {
    margin-bottom: 30px;
}

.center-nobg .intro {
    font-size: 20px;
}

.center-nobg .name {
    font-size: 9px;
    margin-bottom: 0;
}

.input input:focus {
    -webkit-box-shadow: 1px 1px 5px 0 #0000004d;
    -moz-box-shadow: 1px 1px 5px 0 #0000004d;
    box-shadow: 1px 1px 5px 0 #0000004d;
    border-color: rgba(13,94,157,0.6);
}

.input .hs-input:focus {
    box-shadow: none;
    border-color: #0064C0;
    outline: none;
}

.name {
    color: #4a6781;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
}

/* product pill */
.product-pill {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    max-width: max-content;
    text-decoration: none;
}

.product-pill:hover {
    text-decoration: none;
}

.product-pill svg {
    height: 24px;
    width: auto;
    max-width: 100%;
}
/* end product pill */

.cta-section {
    background: linear-gradient(261.05deg, #0064C0 0%, #2B56EC 49.69%, #0064C0 99.58%);
    min-height: 420px;
    color: #fff;
    border: none;
    display: flex;
    align-items: center;
}

.cta-form {
    background: #0064C0 no-repeat left top;
    background-size: cover;
    min-height: 420px;
    border: none;
}

/* tooltip (start) */

.tooltip.in {
    opacity: 1;
}

/* tooltip (end) */

#internal-price, #external-price {
    transition: visibility 2s linear;
}

.toggle.fade {
    display: block;
}

/*header*/
.navbar-toggle-icon .icon-bar {
    background-color: #0064C0;
    height: 4px;
    border-radius: 6px;
}

.text-center .img-fluid {
    margin-left: auto;
    margin-right: auto;
}

.product-api .col-md-4 img {
    max-width: 50px;
    margin: 0 auto;
}

.product-api h3 {
    color: #4a6781;
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 0;
    margin-top: 20px;
}

.website-wrapper#demo-desktop {
    margin-top: 80px;
}

.product-api .col-md-6 p {
    margin-top: 10px;
}

.product-api.mfa ul {
    font-weight: 300;
    margin-top: 15px;
    padding-left: 0;
    line-height: 26px;
}

.sca-resources img {
    margin-top: 30px;
    max-width: 120px;
    height: auto;
    margin-right: 5px;
    display: inline-block;
}

.sca-resources a:hover {
    text-decoration: none;
}

.product-api.mfa p, .product-api.mfa h3, .product-api.mfa ul {
    color: #383838;
}

.right-arrow-icon {
    height: 10px;
    width: auto;
    margin-left: 4px;
}

/*webinar*/
.contact-section .contact-form .contact-form-inner {
    background: #fff;
    padding: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #eeeeee;
    -webkit-box-shadow: 1px 1px 5px 0 #0000004d;
    -moz-box-shadow: 1px 1px 5px 0 #0000004d;
    box-shadow: 1px 1px 5px 0 #0000004d;
}

.contact-section .contact-form .error {
    color: #0064C0;
    font-family: 'Poppins', sans-serif;
    display: block;
    font-size: 14px;
    text-align: left;
    padding-top: 5px;
    padding-left: 5px;
    font-weight: 300;
}

.desktop-demo-video {
    text-align: center;
}

/*footer*/

.footer {
    background: #011C35;
    color: #fff;
    padding: 90px 0 50px 0;
    font-size: 14px;
    z-index: 20;
    width: 100%;
}

.footer .footer-articles {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 64px;
    flex-direction: column;
}

.footer .footer-articles .title {
    font-weight: 700;
    font-size: 10px;
    line-height: 15px;
    color: #A1B9D4;
    margin-bottom: 16px;
}

.footer .footer-articles-logos {
    display: flex;
    flex: 1;
    justify-content: center;
    flex-wrap: wrap;
}

.footer .footer-articles-logos img {
    margin: 16px;
}

.footer .footer-col .footer-col-inner {
    margin-bottom: 24px;
}

.footer .footer-col .footer-col-inner:last-of-type {
    margin-bottom: 0;
}

.footer .footer-col .social {
    display: flex;
    margin-bottom: 8px;
}

.footer .footer-col .social a {
    line-height: 1;
    margin: 0 12px;
}

.footer .footer-col .social a:first-of-type {
    margin-left: 0;
}

.footer .footer-col .social a:last-of-type {
    margin-right: 0;
}

.footer .footer-col .title {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #A1B9D4;
    margin-bottom: 16px;
}

.footer .footer-col-inner .country-name {
    font-size: 12px;
    line-height: 35px;
    color: #A1B9D4;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.footer .footer-col-inner .e-mail {
    font-weight: 500;
    font-size: 13px;
    line-height: 35px;
    color: #F7FAFC;
    margin-bottom: 8px;
}

.footer .footer-col a {
    font-weight: 500;
    font-size: 14px;
    line-height: 34px;
    color: #FFFFFF;
}

.footer .footer-col a:hover {
    color: #ff7f00;
    text-decoration: none;
}

.footer .footer-col .title:last-child {
    font-size: 10px;
    color: #ffffff;
    margin-top: 5px;
    margin-bottom: 20px;
}

/*sections*/

.website-wrapper {
    margin: 80px auto;
}

.website-wrapper .col-md-12 {
    margin-top: 80px;
}

/*cta section*/

.cta-section .title {
    font-size: 32px;
    font-weight: 300;
    margin: 0;
    text-align: right;
    color: #fff;
}

.cta-section .title span {
    font-weight: 500;
}

.cta-section .container {
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    grid-gap: 24px;
}

.form-footer {
    padding: 50px 0;
    text-align: center;
}

.activelock-page .form-footer {
    padding: 80px 0;
    text-align: center;
}

.form-footer, .form-footer h2 {
    color: #fff;
}

.cta-section .intro {
    margin-bottom: 15px;
    color: #fff;
}

/*form-control*/

.form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #e0e0e0;
    border-width: 2px;
	font-weight: 400;
	border-radius: 7px;
	height: 45px;
}

.form-control::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #a6a6a6;
}

.form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #a6a6a6;
}

.form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #a6a6a6;
}

.form-control:focus {
    border-color: #0064C0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.tdna-faq-section {
    padding: 100px 0;
}

.tdna-faq-section h2 {
    color: #011C35;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 50px;
    line-height: 47px;
}

.tdna-faq-section .collapsible {
    background-color: #F7FAFC;
    border-top: 2px solid #E8F4FC;
    border-left: 2px solid #E8F4FC;
    border-right: 2px solid #E8F4FC;
    border-bottom: 2px solid #E8F4FC;
    border-radius: 10px 10px;
    color: #011C35;
    cursor: pointer;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 34px;
    outline: none;
    padding: 22px 50px 22px 31px;
    position: relative;
    text-align: left;
    width: 100%;
}

.tdna-faq-section .collapsible:after {
    border: solid #3B556E;
    border-width: 0 3px 3px 0;
    content: '';
    display: inline-block;
    height: 10px;
    position: absolute;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: calc(50% - 5px);
    right: 30px;
    width: 10px;
}

.tdna-faq-section .collapsible:hover {
    border-color: #75A8D1;
}

.tdna-faq-section .collapsible.active {
    border-bottom: none;
    border-color: #75A8D1;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
}

.tdna-faq-section .collapsible.active:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.tdna-faq-section .collapsible-content {
    background-color: #F7FAFC;
    border-top: none;
    border-left: 2px solid #75A8D1;
    border-right: 2px solid #75A8D1;
    border-bottom: 2px solid #75A8D1;
    border-radius: 0 0 10px 10px;
    color: #8399B0;
    padding: 0 31px 22px 31px;
    margin-bottom: 34px;
    font-size: 15px;
}

.tdna-faq-section .collapsible-content p, 
.tdna-faq-section .collapsible-content ul li {
    font-weight: 500;
    color: #3B556E;
}

.tdna-faq-section .collapsible-content ul {
    margin-top: -16px;
    margin-bottom: 40px;
}

.tdna-faq-section .collapsible-content ul li {
    margin-bottom: 8px;
}

#authenticator-gif {
    cursor: zoom-in;
    width: 50%;
    transition: width 0.5s;
    -webkit-transition: width 0.5s;
}

#authenticator-gif.clicked {
    width: 80%;
    cursor: zoom-out;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
input[type="button"],
textarea,
select {
    appearance: none;
    /* for mobile safari */
    -webkit-appearance: none;
}

#notification {
    animation: bounce-top 10s infinite both;
}

@keyframes bounce-top {

    0% {
        transform: translateY(0px) scale(0);
        animation-timing-function: ease-in;
        transform-origin: bottom right;
        opacity: 0;
    }

    23% {
        opacity: 0;
    }

    24% {
        opacity: 1;
    }

    30%,
    31%,
    65%,
    82%,
    93% {
        transform: translateY(0px);
        animation-timing-function: ease-in;
    }

    25%,
    55%,
    75%,
    87%,
    90%,
    95% {
        transform: translateY(0px);
        animation-timing-function: ease-out;
        opacity: 1;
    }

    100% {
        transform: translateY(0px);
        animation-timing-function: ease-out;
        opacity: 0;
    }
}

#arrow {
    animation: bounce-out-right 5s ease infinite;
}

@keyframes bounce-out-right {

    0% {
        transform: translateX(0);
        animation-timing-function: ease-in;
    }

    15% {
        transform: translateX(0);
        animation-timing-function: ease-in;
    }

    20% {
        transform: translateX(15px);
        animation-timing-function: ease-in;
    }

    25% {
        transform: translateX(1px);
        animation-timing-function: ease-in;
    }

    60% {
        transform: translateX(0);
        animation-timing-function: ease-in;
    }
    80% {
        transform: translateX(0);
        animation-timing-function: ease-in;
    }

    100% {
        transform: translateX(0);
        animation-timing-function: ease-in;
    }
}

/* demo loading animation */
.loader,
.loader:after {
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.loader {
    margin: 10px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 0.5em solid rgba(181,179,180, 0.2);
    border-right: 0.5em solid rgba(181,179,180, 0.2);
    border-bottom: 0.5em solid rgba(181,179,180, 0.2);
    border-left: 0.5em solid #b5b3b4;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* (end) demo loading animation */

.bdT {
    border-top: 1px solid #f2f2f2;
    margin: 25px 0;
}

/* =================================================================================== */

/* MEDIA QUERIES */

/* =================================================================================== */

/* media min 768px */

@media (min-width: 768px) {

    .modal-content {
        display: block;
    }

    .close-modal-button {
        position: absolute;
        top: -24px;
        right: -24px;
        margin-bottom: 0;
    }

    .cta-section .container {
        flex-direction: row;
    }

    .iam-logos-wrapper {
        flex-direction: row;
    }

    .iam-logos-wrapper .iam-logos-title {
        margin-bottom: 0;
        margin-right: 24px;
    }

    /*webinar*/

    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }

    .modal-video .modal-video-body {
        max-width: 73%;
    }

    /*demo*/

    .demo-desktop {
        display: flex;
        justify-content: center;
    }

    .demo-container-index {
        background-color: #fbfbfb;
        border-top: 1px solid #ececec;
        min-width: 452px;
        max-width: 500px;
        width: auto;
        border-radius: 0 15px 15px 15px;
        box-shadow: 10px 10px 30px #dfdfdf;
    }

    .demo-index-desktop {
        padding-right: 0;
    }

    .demo-index-mobile {
        display: none;
    }

    .demo-desktop .col-md-2 {
        display: none;
    }

    /*homepage*/

    h3 {
        margin-top: 0;
    }

    .video-wrap {
        display: flex;
        align-items: center;
    }

    /*auth solutions*/
    .product-api .col-md-4 img {
        display: block;
        margin: 0;
    }

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

    .product-api.mfa .col-md-6 h2 {
        text-align: left;
        max-width:500px;
    }

    /*nav*/

    .nav > li.nav-item > a.nav-link {
        padding: 15px 12px;
        font-size: 12px;
        font-weight: 500;
    }

    .navbar-collapse.collapse {
        text-align: center;
    }

    /* modal */

    .modal.modal-video .modal-dialog {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    /* modal (end) */

    .footer-col {
        margin-bottom: 30px;
    }

    .center {
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* footer */
    .footer .footer-col .title .title-link {
        font-size: 14px;
    }
}

/* media min 992px */

@media (min-width: 992px) {
    /*auth solutions*/
    .product-api .col-md-4 img {
        display:  none;
        margin: 0 auto;
    }

    /*nav*/

    .nav > li.nav-item > a.nav-link {
        padding: 10px 16px;
        font-size: 14px;
        font-weight: 500;
    }

    /* modal */
    .modal.modal-video .modal-dialog {
        width: 760px;
        padding-left: 0;
        padding-right: 0;
    }
    /* modal (end) */

    .center {
        text-align: left;
    }

    /* footer */

    .footer .footer-articles-logos img:first-of-type {
        margin-left: 0;
    }

    .footer .footer-articles-logos img:last-of-type {
        margin-right: 0;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .nav > li.nav-item > a.nav-link {
        font-size: 13px;
        font-weight: 500;
        padding: 15px 10px;
    }
}

/* media min 1200px */

@media (min-width: 1200px) {
    .center {
        text-align: left;
    }

    .iam-logos-wrapper .iam-logo,
    .iam-logos-wrapper .iam-logo:nth-of-type(2) {
        height: auto;
    }

    /* footer */

    .footer .footer-articles-logos {
        justify-content: space-between;
    }

    .footer .footer-articles {
        flex-direction: row;
    }

    .footer .footer-articles .title {
        margin-right: 40px;
        margin-bottom: 0;
    }
}

/** media max **/

/* media max 767px */

@media (max-width: 767px){
    /* modal */
    .video-wrap h4 {
        margin-top: 15px;
    }
    /* modal (end) */

    /*cta section*/

    .cta-section .container {
        text-align: center;
    }

    .cta-section .title, .cta-section h2 {
        text-align: center;
        font-size: 25px;
    }

    /*demo*/
    .demo-container-index {
        background-color: #fbfbfb;
        border: 1px solid #ececec;
        border-radius: 15px 15px 15px 15px;
    }

    .demo-index-desktop {
        display: none;
    }

    .demo-index-mobile {
        display: block;
        margin-bottom: 10px;
    }

    .demo-index-mobile .navbar-toggler {
        padding: 0;
        margin-top: 0;
    }

    .demo-video-link-wrapper {
      justify-content: center;
      text-align: center;
    }

    /*solutions*/
    pre {
        overflow: auto;
    }

    /*homepage*/
    .demo-desktop .col-md-2 {
        display: none;
    }

    .flex img {
        margin: 20px 0;
    }

    .flex i {
        display: initial;
    }

    .video-wrap {
        text-align: center;
        margin-top: 20px;
    }

    .website-wrapper .video-wrap img {
        max-width: 80%;
    }

    /*footer*/

    .footer-col {
        margin-bottom: 32px;
    }

    .footer-col .form-control {
        width: auto;
    }

    /*navbar*/

    .nav > li.nav-item > a.nav-link {
        font-weight: 500;
        padding: 5px 15px;
    }

    .navbar-collapse .nav {
        margin: 0;
    }

    .navbar-collapse {
        border-top: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        width: 100%;
        left: 0;
    }

    #navbar-collapse {
        padding: 30px 0;
    }

    .nav-tabs > li > a {
        padding: 10px 5px;
    }

    /*auth solutions*/
    .product-api .col-md-4 img {
        display: block;
    }

    .product-api {
        padding-top: 60px;
    }

    /* modal */
    .modal.modal-video .modal-dialog {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    /* modal (end) */

    .center {
        text-align: center;
    }

    .xs-center {
        text-align: center;
    }
}

/* media max 575px */

@media (max-width: 575px) {
    .tdna-faq-section {
        padding: 71px 0 93px 0;
    }

    .tdna-faq-section h2 {
        font-size: 30px;
        line-height: 35px;
    }
}

/* media max 350px */

@media (max-width: 350px) {
    .center {
        text-align: center;
    }
}
