.page-contactus{
    background-color: #F4F4F4;
}
.contact-us-title{
    margin-bottom: 15px;
}
.contact-us-content{
    display: flex;
    align-items: flex-end;
}
.contact-us-image{
    width: 45%;
    padding: 60px;
    padding-bottom: 0;
}
.contact-us-fields{
    width: 55%;
    padding: 60px;
    background-color: #fff;
    position: relative;
}
.contact-us-fields:before{
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    border: 50px solid #F4F4F4;
    top: 0;
    right: 0px;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.contact-us-fields:after{
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    border: 50px solid #E8E8E8;
    top: 0;
    right: 0px;
    border-top-color: transparent;
    border-right-color: transparent;
}

.contact-us-form label{
    font-weight: bold;
}
.contact-us-form input,
.contact-us-form select,
.contact-us-form textarea{
    background-color: #FBFBFB;
    border: 1px solid #E5E5E5;
    height: 72px;
}
.contact-us-form textarea{
    height: 160px;
    padding: 15px;
}
.page-contactus .pim-contactus-newPhone-div .control {
  width: 100px;
  margin-right: 15px;
}
.pim-contactus-newPhone-div select,
select.pim-contactUs-business-line,
select.pim-contactUs-country{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    -ms-appearance:none;
    background: url(../../common/custom/images/mobile-down.png) 97% center / 9px 9px no-repeat #FBFBFB;
}
.pim-contactus-newPhone-div select {
    background: url(../../common/custom/images/mobile-down.png) 85% center / 9px 9px no-repeat #FBFBFB;
}

.has-error select.pim-contactUs-business-line,
.has-error select.pim-contactUs-country{
    background: url(../../common/custom/images/mobile-down.png) 97% center / 9px 9px no-repeat #fec3c3;
}

.has-error .pim-contactus-newPhone-div select{
    background: url(../../common/custom/images/mobile-down.png) 85% center / 9px 9px no-repeat #fec3c3;
}

select.pim-contactUs-business-line,
.page-contactus .form-control {
    font-size: 16px;
}
.pim-contactus-btn .btn{
    height: 60px;
    width: 100px;
    margin-right: 20px;
    line-height: 35px;
}
/* custom_contact_info */
.custom_indonesia_info h4{
	color: #1A1A1A;
	font-weight: bold;
}
.custom_indonesia_info span{
	color: #EF233C;
	font-size:16px;
	cursor:pointer;
	position: relative;
}
.custom_indonesia_info .arrow{
    border: solid #1A1A1A;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    position: absolute;
    right: -25px;
}
.custom_indonesia_info .arrow.down{
    bottom: 8px;
}
.custom_indonesia_info .arrow.up{
    bottom: 0px;
}
.custom_contact_info{
	color: #1A1A1A;
	padding: 30px 0 0;
	display: none;
}
.custom_contact_info h4{
	color: #EF233C;
}
.indonesia_contact_div h4{
	color: #1A1A1A;
}
.custom_indonesia_info span:hover{
	text-decoration: underline;
}
.custom_contact_info table td{
	padding: 0;
	min-width: 100px;
}
.indonesia_contact{
	padding: 10px 0 5px;
}
.custom_contact_info .row {
	padding: 10px 0 0px;
}
.discover-products-section .plp-view-details{
    cursor: pointer;
}
.contact-us-popup .contact-us-fields{
    width: 100%;
    padding: 0px;
}
.contact-us-popup .contact-us-fields:before,
.contact-us-popup .contact-us-fields:after{
    display: none;
}
.contact-us-popup .contact-us-form textarea{
    height: 120px;
}
.custom_contact_info h2{
    margin-bottom: 30px;
}
.custom_contact_info h3{
    margin-bottom: 15px;
    font-weight: bold;
}
.indonesia_contact_div label,
.indo_dir_contact_div label{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-right: 15px;
}
.indonesia_contact_div .address{
    margin: 15px 0;
}
.indo_dir_contact_div{
    margin-top: 15px;
}
.contact-us-popup .error-border{
    border-color: #ef233c;
}
.contact-us-popup .new-phone .control{
    margin-right: 10px;
}
.page-contactus .has-error{
    position: relative;
}
.page-contactus .has-error .help-block {
    position: absolute;
    left: 0;
    bottom: -45px;
    background: #1a1a1a;
    padding: 6px;
    font-size: 12px;
    color: #fff;
    z-index: 5;
    font-weight: normal;
}
.contact-us-popup-success,
.contact-us-popup-failed{
    display: none;
}
.contact-us-popup-success p,
.contact-us-popup-failed p{
    padding: 15px 0;
}
.page-contactus .has-error .help-block:before {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 5.5px 7px 5.5px;
    border-color: transparent transparent #1A1A1A transparent;
    transform: rotate(0deg);
    position: absolute;
    left: 4px;
    top: -5px;
}

@media (min-width: 1024px) {
	.custom_contact_info .row div.indonesia_contact_div:first-child{
		border-right: 1px solid #eee;
	}
	.custom_contact_info .row div:last-child{
		padding-left: 40px;
	}
}
@media (max-width: 1023px) {
	.custom_indonesia_info{
		padding: 0;
	}
	.custom_contact_info{
		padding: 15px 0px;
	}
	.custom_indonesia_info h4{
	    line-height: 32px;
	}
	.contact-us-content{
	    flex-direction: column-reverse;
	    padding: 0 15px;
	}
	.contact-us-fields,
	.contact-us-image{
	    width: 100%;
	    padding: 30px;
	}
	.contact-us-title{
	    margin-bottom: 45px;
	}
}
@media (max-width: 639px){
    .contact-us-content{
        padding: 0 30px;
    }
}
/* custom_contact_info */