body{
    font-size: 14px !important;
}


@media (max-width: 767.98px) {
    .outer-section {
        padding: 2rem 0;
    }
}



.breadcrumbs .active{
    color: var(--dark1) !important;
}

.contact-wrap {
    background: #fff;
}

.contact-wrap h3{
    color: rgb(145, 145, 145);
    font-weight: 600;
}

.info-wrap {
    color: rgba(255, 255, 255, 0.8);
    background-color: var(--cus-primary);
}

.info-wrap h3 {
    color: #fff;
}

.info-wrap .dbox {
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
}

.info-wrap .dbox:last-child {
    margin-bottom: 0;
}

.info-wrap .dbox p {
    margin-bottom: 0;
}

.info-wrap .dbox p span {
    font-weight: 500;
    color: #fff;
}

.info-wrap .dbox p a {
    color: #fff;
}

.info-wrap .dbox .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.info-wrap .dbox .icon span {
    font-size: 20px;
    color: #fff;
}

.info-wrap .dbox .text {
    width: calc(100% - 50px);
}

.contactForm .label {
    color: var(--cus-primary);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.contactForm .form-control {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
}

.contactForm .form-control {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
    border-radius: 0;
}

.contactForm .form-control:active,  
.contactForm .form-control:focus{
    border-bottom: 1px solid var(--cus-primary) !important;
}

.contactForm #typeList{
    border: 1px solid rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 2rem;
}



/* Google map */

#map {
    width: 100%;
}

#map > iframe{
    width: 100%;
    height: 100%;

    border: 10px solid #fff;
}
