#contact {
    background: url(../img/bg-calculator-view.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
    width: 100%;
    position: relative;
}
#contact .items .left img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#contact .items .right .box {
    background: #f292ab;
    padding: 30px;
    border-radius: 30px;
}
#contact .items .right .box h1 {
    color: #fff;
    font-family: pbold;
    font-size: 2.5rem;
    line-height: 2.5rem;
    text-transform: uppercase;
}
#contact .items .right .box form {
    margin-top: 30px;
}
#contact .items .right .box form label {
    color: #fff;
    font-family: preg;
    font-size: 1rem;
    margin-right: 30px;
}
#contact .items .right .box form input.form-control {
    background: transparent;
    border: transparent;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-family: preg;
}
#contact .items .right .box form button {
    color: #fff;
    width: 100%;
    text-align: center;
    background: #ef4385;
    font-family: pbold;
    font-size: 1.2rem;
    border-color: transparent;
    margin-top: 30px;
}
#contact .items .right .box form .profesi {
}
.profesi input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid white;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    margin-right: 5px;
}
.profesi input[type="radio"]::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}
.profesi input[type="radio"]:checked::after {
    opacity: 1;
}
.tenaga-kesehatan input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid white;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    margin-right: 5px;
}
.tenaga-kesehatan input[type="radio"]::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}
.tenaga-kesehatan input[type="radio"]:checked::after {
    opacity: 1;
}
#contact .items .right .box form .phone-group {
    position: relative;
}
#contact .items .right .box form .phone-group input {
    padding-left: 80px;
}
#contact .items .right .box form .phone-group .phonecode {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    border-right: solid 1px #fff;
}
#contact .items .right .box form .phone-group .phonecode .dropdown > a {
    width: 65px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}
#thankYouModal .modal-content {
    background-color: #ef4385;
}
#thankYouModal h2 {
    color: #fff;
    font-family: pbold;
    font-size: 1.2rem;
}
#thankYouModal button {
    color: #ef4385;
    width: 100%;
    text-align: center;
    background: #fff;
    font-family: pbold;
    font-size: 1.2rem;
    border-color: transparent;
    margin-top: 30px;
}
.fa-spinner{
    color: #fff;
}
.load {
    color: #fff;
    font-family: pbold;
    font-size: 1.2rem;
    margin-top: 15px;
}
@media (orientation: portrait) {
    #contact .items .left img {
        width: 50%;
        margin: 0 auto;
        display: block;
    }
    #contact .items .right .box h1 {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
    #contact .items .right .box form .profesi label {
        display: inline-flex;
        align-items: center;
        margin-bottom: 8px;
        width: 100px;
    }
}
