/* Reset */

:root {
    --primary: #EA5504;
    --primary-dark: #D06942;
    --primary-light: #Df6236;
    --secondary: #5D6164;
    --white: #ffffff;

    /* Gray */
    --gray-050: #F2F0EF;
    --gray-100: #A9A9AB;
    --gray-200: #818181;
    --gray-500: #313131;

    /* Shadow */
    --shadow: #00000022;
}

::-moz-selection {
    background-color: var(--primary);
    color: #fff;
}

::selection {
    background-color: var(--primary);
    color: #fff;
}

*,
*::after,
*::before{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    color: var(--gray-500);
    font-family: Myriad Pro;
    font-weight: 400;
}

p, h1, h2, h3, h4, h5, h6{
    margin-bottom: 0;
}

h2 {
    font-size: 30px;
    line-height: 34px;
}

a, a:hover{
    color: var(--gray-500);
    text-decoration: none;
}

img{
    max-width: 100%;
    display: block;
}

ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

small{
    font-size: 0.73em;
}

html{
    scroll-behavior: smooth;
}

.bold-condensed{
    /* font-family: 'Myriad Pro Bold Cond'; */
    font-weight: 700;
    font-style: oblique;
}

.bold {
    /* font-family: 'Myriad Pro Bold'; */
    font-weight: 700;
}

input::placeholder {
    font-size: 14px;
    line-height: 21px;
    color: #354E57
}

/* Header */

.header-disclaimer{
    background-color: var(--gray-100);
    color: var(--white);
    font-size: 12px;
    line-height: 16px;
    padding: 12px 0;
    font-style: italic;
    text-align: center;
    font-weight: 600;
    /* font-family: 'Myriad Pro Semibold Italic'; */
}

.header-logo{
    max-width: 200px;
    display: block;
}

/* Hero */
.hero{
    background: url(/img/home/banner@2x.png) no-repeat center;
    background-size: cover;
    padding-top: 66px;
    padding-bottom: 148px;
}

.hero-style-2 {
    padding-top: 113px;
    padding-bottom: 37px;
}
.hero-container{
    max-width: 597px;
}

.hero-style-2 .hero-container {
    width: 20%;
}
.hero-caption{
    /* font-size: 46px;
    line-height: 48px; */
    font-size: 30px;
    line-height: 34px;
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 33px;
}


.hero-cards{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hero-cards .hero-card-1{
    flex: 0 0 100%;
    max-width: 100%;
}

.hero-cards .hero-card-2,
.hero-cards .hero-card-3{
    flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
}

.hero .card-style-1 p{
    font-size: 18px;
    line-height: 22px;
    color: var(--gray-500);
}

/* Card */
.card-style-1{
    background-color: var(--gray-100);
    box-shadow: 1px 1px 1px var(--shadow);
    padding: 20px 25px;
    background-color: var(--white);
    border: 0.5px solid var(--gray-200);
    border-radius: 4px;
}

/* Utilities */
.text-right{
    text-align: right;
}


/* Button */
.btn{
    /* border-radius: 100px; */
    border-radius: 27px;
    padding: 17px 24px;
    font-size: 18px;
    line-height: 19px;
    /* line-height: 26px; */
    /* border-color: transparent; */
    border: none;
}
.btn-primary{
    background-color: var(--primary);
}
.btn-primary:hover{
    background-color: var(--secondary);
}

/* Typography */
.text-primary{
    color: var(--primary) !important;
}


p:not(:last-child){
    margin-bottom: 10px;
}

.font-xl{
    font-size: 30px;
    line-height: 34px;
}

/* Spacing */
.mb-13{
    margin-bottom: 13px;
}
.mb-15{
    margin-bottom: 15px;
}
.mb-30{
    margin-bottom: 30px;
}

/* List */
/* .list-dotted:not(:last-child),
.list-dash:not(:last-child){
    margin-bottom: 10px;
} */
.list-dash > li,
.list-dotted > li{
    position: relative;
    padding-left: 13px;
}
.list-dotted > li::before,
.list-dash > li::before{
    position: absolute;
    top: 0.01em;
    left: 0;
}
.list-dash > li::before{
    content: '-';
}
.list-dotted > li::before{
    content: '.';
}

/* Form */
.form-control:focus {
    box-shadow: none;
    border-color: #23323B;
}

.form-group {
    margin-bottom: 13px;
}

.form-control {
    border-radius: 3px;
    border-color: #23323B;
    padding: 16px 23px;
    font-size: 14px;
    line-height: 15px;
}

form#consent-form {
    margin-top: 30px !important;
}

form#consent-form li {
    line-height: 20px;
}

textarea.form-control {
    height: 97px;
}

fieldset h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
}

fieldset#rep {
    margin-top: 10px;
}

.main-body-gray .form-group label{
    display: none;
}

.card-style-1 .form-control{
    border-color: var(--primary-dark) !important;
}
.card-style-1 .input-group-append .btn{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.card-style-1 .input-group .form-control{
    /* border-top-left-radius: 100px;
    border-bottom-left-radius: 100px; */
    border-top-left-radius: 27px;
    border-bottom-left-radius: 27px;
    padding-left: 28px;
}

label.error{
    margin: 0;
    display: block;
    color: red;
    font-size: 13px;
    margin-top: 5px;
}

.form-control.error{
    border-color: red;
}
.form-control.error::placeholder{
    color: red;
}

/* Home */
.main-body{
    background-color: var(--primary);
}

.main-body-gray{
    background-color: var(--gray-050);
    padding-top: 50px;
    padding-bottom: 50px;
}

.main-body-gray .form-div {
    padding-left: 30px;
    padding-right: 30px;
}

.main-body-inner{
    /* padding: 22px 80px; */
    background-color: var(--white);
    border-radius: 4px 4px 0 0;
    transform: translateY(-115px);
    position: relative;
    /* padding: 73px 74px 39px; */
}

.main-body-inner .inner-box {
    padding: 70px 100px 40px;
}

.main-body-toggle-button{
    position: absolute;
    right: 13px;
    top: 11px;
    z-index: 2;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    display: block;
    font-size: 20px;
    line-height: 20px;
    font-weight: 900;
}

.main-body-footer{
    /* transform: translateY(-56px); */
    padding: 60px 0;
}

.main-body-footer a[href^="tel"]{
    color:#ffffff;
}

.text-primary a[href^="tel"] {
    color: var(--primary);
}

/* .link-1, .link-2{
    text-decoration: none;
    color: #ffffff;
} */

.main-body-style-2 .main-body-inner,
.main-body-style-2 .main-body-footer{
    transform: translateY(0px);
}

.main-body-style-2 .main-body-footer{
    padding: 62px 0;
}

.main-body-style-3{
    padding-top: 46px;
    padding-bottom: 84px;
}

/* ISI */

/* Footer */
.footer{
    padding: 80px 0 70px;
    font-size: 12px;
    line-height: 12px;
}
.footer-logo{
    max-width: 300px;
    display: block;
}

.footer-list{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.footer-list > li{
    position: relative;
}
.footer-list > li:not(:last-child){
    padding-right: calc(5px + 5px);
    margin-right: 5px;
}
.footer-list > li:not(:last-child)::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: var(--secondary);
}

.footer-list > li > a{
    color: var(--secondary);
}

fieldset#rep,
.patient-sec-fieldset {  
    position: relative; 
}
  
#overlay {
    z-index: 99;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #f2f0efd6;
}

@media only screen and (min-width: 769px) {
    .container-sm {
        padding-left: 70px;
        padding-right: 70px;
    }

    .hero-cards .hero-card-1 figure {
        margin-bottom: 0px;
    }

    .mobile-view {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .desktop-view {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .hero{
        /* background: url(/img/home/banner-sm@2x.png) no-repeat center;
        padding-bottom: 66px; */
        background-position: top right;
    }
    .hero-cards .hero-card-1{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .hero-cards .hero-card-2,
    .hero-cards .hero-card-3{
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }

    .hero-card-2 .input-group {
        width: 220px;
        margin: 0 auto;
    }

    .hero-style-2 {
        padding-top: 137px;
        padding-bottom: 17px;
        padding-left: 30px;
    }

    /* .main-body{
        padding-top: 30px;
    } */
    
    .main-body-inner,
    .main-body-gray{
        padding: 40px 20px 20px;
    }
    .main-body-inner,
    .main-body-footer{
        transform: translateY(0px);
    }
    /* .main-body-footer{
        padding: 62px 0;
    } */

    .main-body-footer h4 a[href^="tel"]{
        display: block;
    }
    
    .font-xl {
        font-size: 25px;
    }

    .footer-logo {
        margin: 0 auto;
        padding-bottom: 70px;
    }
    
    .footer {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    
    .footer-copyright, .footer-list {
        padding-left: 40px;
        padding-right: 40px;
    }

    .main-body-footer span {
        display: block;
    }
    
    .main-body-footer br {
        display: none;
    }
    
    .main-body .main-body-footer {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .container-sm {
        padding: 0px;
    }

    .main-body-gray .form-div {
        padding: 0;
    }

    .main-body-inner .inner-box {
        padding: 0px 0px 20px;
    }

    .inner-box span span {
        display: block;
    }

    .hero-style-2 .hero-container {
        width: 50%;
    }

    .main-body-style-3 {
        padding-bottom: 30px;
    }

    .hero .card-style-1 p{
        font-weight: 600;
        /* font-family: 'Myriad Pro Semibold'; */
    }

    fieldset h4 {
        line-height: 20px;
    }

    /* In mobile */  
    .link-2{
        display: block;
    }

    
    
}