/* Include fonts */

@font-face {
    font-family: 'Myriad-Pro';
    src: url(https://curemd.elixirmd.com/fonts/Myriad-Pro.ttf);
}
@font-face {
    font-family: 'Myriad-Pro-Light';
    src: url(https://curemd.elixirmd.com/fonts/Myriad-Pro-Light.ttf);
}
  @font-face {
    font-family: 'Myriad-Pro-Bold';
    src: url(https://curemd.elixirmd.com/fonts/Myriad-Pro-Bold.ttf);
}
  @font-face {
    font-family: 'Myriad-Pro-Semibold';
    src: url(https://curemd.elixirmd.com/fonts/Myriad-Pro-Semibold.ttf);
}

*{
    --font-family-sans-serif: '-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"';
    --font-family-monospace: 'SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace';
}

body{
    position: relative;
    height: 100%;
    margin: 0;
    font-family: 'Myriad-Pro';
}

.cureMD-root .container-fluid{
    max-width: 1600px;
}

.cureMD-root p{
    margin-bottom: 10px;
}

.CureMD-logo {
    color: #ffffff;
    max-width: 200px;
    width: 100%;
}
.bg-img-section{
    background-image: url('https://storage.googleapis.com/landing-page-signup/emd-common/curemd/src/cureMD-home-image.png');
    height: 445px; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 1.5rem;
}
.home-information {
    position: absolute;
    top: 60%;
    left: 20%;
    transform: translate(-20%, -60%);
    color: #ffffff;
    line-height: 2rem;
}
.tagline {
    font-size: 4rem;
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin: 20px 0 30px 0;
}
.tagline img{
    margin-right: 1.4rem;
}
.subtagline {
    font-size: 45px;
    font-family: 'Myriad-Pro-Light';
    letter-spacing: 3px;
}

.home-information .text {
    font-size: 30px;
    letter-spacing: 1px;
    margin-top: 15px;
}

.btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.btn-wrapper .start-btn {
    background-color: #0088ca;
    color: #fff;
    padding: 6px 25px;
    border-radius: 4px;
    text-transform: uppercase;
    text-decoration: none;
    margin:0 5px;
    font-size: 16px;
    letter-spacing: 1px;
}
.btn-wrapper .question-btn {
    background-color: #ff9c25;
    color: #fff;
    padding: 6px 25px;
    border-radius: 4px;
    text-transform: uppercase;
    text-decoration: none;
    margin:0 5px;
    font-size: 16px;
    letter-spacing: 1px;
	cursor:pointer;
}

/* Logos Section */

.logo-row {
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

.logo-img {
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo-img img {
    max-height: 45px;
    height: auto;
    max-width: 120px;
    margin: 10px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.65;
    transition: .3s all;
}
.logo-img img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
    cursor: pointer;
}

.info-section .text {
    font-size: 16px;
    color: #333;
    text-align: justify;
    line-height: 18px;
}
/* .info-section {
    background-color: #dddcda;
    padding: 1.5rem 2rem;
    border: 10px solid #f1f1f0;
    border-style: outset;
} */

.info-section {
    padding: 1.5rem;
    margin: 10px 0 10px 10px;
    background-color: #dddcda;
    position: relative;
}

.info-section:before {
    content: " ";
    position: absolute;
    left: -10px;
    top: -4px;
    height: 100%;
    width: 10px;
    background-color: rgba(221, 220, 218, 0.4);
    -ms-transform: skewY(20deg);
    -webkit-transform: skewY(20deg);
    transform: skewY(45deg);
}

.info-section:after {
    position: absolute;
    /* left: 0; */
    right: 0;
    top: -10px;
    border-bottom: 10px solid rgba(221, 220, 218, 0.4);
    border-right: 10px solid transparent;
    width: 10px;
    height: 0;
    content: "";
    display: block;
}

.regist-text {
    text-align: center;
    font-size: 18px;
    font-family: 'Myriad-Pro-SemiBold';
    color: #2d2d2d;
    margin-bottom: 0 !important;
}
.cont-text {
    font-size: 18px;
    font-family: 'Myriad-Pro-SemiBold';
    text-align: center;
    color: #2d2d2d;
}

.imp-date {
    color: #d4202d;
    font-size: 18px;
    display: flex;
    align-items: center;
    line-height: 15px;
    margin-top: 10px;
}
.imp-date img{
    margin-right: 10px;
    width: 16px;
}
.imp-date a {
    color: #d4202d;
    text-decoration: underline;
}

.note {
    font-size: 14px;
    color: #2d2d2d;
    padding: 1rem 0 0;
    display: flex;
    align-items: flex-start;
}
.note img{
    margin-right: 10px;
    width: 16px;
}
.regis-reporting {
    font-size: 22px;
    color: #545147;
    font-family: 'Myriad-Pro-Semibold';
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Footer CSS */

.footer-wrapper {
    background: #231d02;
    color: #8e8e8e;
}

.footer-info {
    margin-bottom: 0 !important;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 8px 0;
}

@media(max-width: 1200px) and (min-width: 500px){
    .logo-img {
        flex: 0 0 33.33%; 
        max-width: 33.33%;
    }
}