@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans/DMSans-Regular.ttf');
    src: local('DM Sans'), local('DM Sans'),
        url('../fonts/DMSans/DMSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans/DMSans-Medium.ttf');
    src: local('DM Sans'), local('DM Sans'),
        url('../fonts/DMSans/DMSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans/DMSans-Bold.ttf');
    src: local('DM Sans'), local('DM Sans'),
        url('../fonts/DMSans/DMSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans/OpenSans-Regular.ttf');
    src: local('Open Sans'), local('Open Sans'),
        url('../fonts/OpenSans/OpenSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans/OpenSans-SemiBold.ttf');
    src: local('Open Sans'), local('Open Sans'),
        url('../fonts/OpenSans/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans/OpenSans-Bold.ttf');
    src: local('Open Sans'), local('Open Sans'),
        url('../fonts/OpenSans/OpenSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

html {
    overflow-x: hidden;
}

body {
    margin: 0 !important;
    overflow-x: hidden;
}

.container, 
.container-fluid, 
.container-sm, 
.container-md, 
.container-lg, 
.container-xl, 
.container-xxl {
    width: 100%;
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px !important;
    }
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px !important;
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px !important;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px !important;
    }
}

@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 1320px !important;
    }
}

.content-book-a-demo {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 100px; 
}

.registerC {
    width: 100%;
    max-width: 960px;
    margin: 0 auto; 
    padding: 2em;
    box-sizing: border-box;
}  

.footer-landing {
    margin-top: -2px;
    background-color: #0B5288;
    padding: 27px 0 32px 0;
    position: relative; 
}

.footer-landing .logo-block {
    display: flex;
    align-items: center;
    margin-bottom: 33px;    
}

.footer-landing .logo-block a img {
    width: 130px;
    height: 50px;
    margin-bottom: 10px;
}

.footer-landing .logo-block p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 20px 0 0 30px;
    color: #fff;
}

@media screen and (max-width: 991.9px) {
    .footer-landing .logo-block p {
        display: none;
    }
}

.footer-landing ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    color: #fff;
}

@media screen and (max-width: 991.9px) {
    flex-wrap: wrap;
}

.footer-landing ul li {
    margin-right: 14px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 991.9px) {
    .footer-landing ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 13px;
    }
}

.footer-landing ul li img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    object-position: center;
    margin-right: 13px;
}

.footer-landing ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; 
}

.footer-landing ul li span {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.footer-landing .social-block {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 47px;
    margin-top: 10px;
}

@media screen and (max-width: 991.9px) {
    .footer-landing .social-block {
        position: absolute;
        top: 48px;
        right: 15px;
        z-index: 1;
        margin: 0;
    }
}

.footer-landing .social-block a {
    display: block;
    margin-left: 30px;
}

.footer-landing .social-block a img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    object-position: center;    
}

@media screen and (max-width: 991.9px) {
    .footer-landing .social-block a img {
        width: 30px;
        height: 30px;
    }
}

.footer-landing .copyright-block {
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.footer-landing .copyright-block p {
    margin-bottom: 0;
    text-align: right;
    color: #A8A8A8;
}

@media screen and (max-width: 991.9px) {
    .footer-landing .copyright-block p {
        margin-top: 15px;
        text-align: center;
        width: 100%;
    }
}
h3, .h3 {
    font-family: 'DM Sans';
    font-size: 32px!important;
    font-style: normal;
    font-weight: 500!important;
    line-height: normal!important;  
}

input {
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    padding: 10px 15px!important;
    border: 1px solid #F0F3F2!important;
    background: rgba(232, 243, 255, 1);
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color: #3C3950;
}

.btn {
    display: inline-flex!important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-align: center!important;
    font-family: "Open Sans"!important;
    font-size: 16px!important;
    font-style: normal!important;
    font-weight: 600!important;
    line-height: 24px!important;
    min-height: 48px!important;
    padding: 8px 16px!important;
    border-radius: 4px!important;
    outline: none;
    text-decoration: none!important;
    box-shadow: none;
}

.btn-primary {
    background: #3070B6!important;
    border: 1px solid #3070B6!important;
    color: #fff;
}

.btn-primary:hover {
    background: #2361A4!important;
    border: 1px solid #2361A4!important;
    color: #fff;
}

.btn-primary:active {
    background: #220F80!important;
    border: 1px solid #220F80!important;
    color: #fff;
}

.btn-primary:focus {
    background: #3070B6!important;
    border: 1px solid #E2DCFF!important;
    color: #fff;
}