#sp-title{
    padding-bottom: 50px;
}
#sp-main-body{
    border-top: 1px #eaeaea solid;
    background-color: var(--very-light-gray);
}
#sp-component>.sp-column {
    box-shadow: #00000026 0 1px 5px;
    border-radius: 10px;
    background-color: white;
    padding: 30px 20px;
}
#priceListForm input::placeholder{
    color: #cdcdcd;
}
#priceListForm input{
    background-color: #f8f8f8;
    border-radius: 10px;
    padding: 10px 15px;
}
#priceListForm .rsform-type-fileupload{
    margin-top: 45px;
    padding-top: 15px;
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
}
#priceListForm .rsform-type-fileupload .formControls{
    position: relative;
}
#priceListForm .rsfp-field-multiple-plus-button{
    position: absolute;
    bottom: 0;
    background-color: var(--master-green);
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
}
@media (max-width: 767px) {
    #priceListForm .rsfp-field-multiple-plus-button,
    #priceListForm #Submit{
        width: 100%;
    }
}
#priceListForm .rsform-block-supportedformat{
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
}
.article-header h1,
#priceListForm>h2{
    position: relative;
    padding-top: 10px;
}
.article-header h1:before,
#priceListForm>h2:before{
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    background-image: linear-gradient(to right, var(--master-green), var(--master-yellow));
    top: 0;
}
#workTime .calendar{
    width: 70px;
    height: 70px;
    background: #EFEFEF;
}
#contactInfo{
    background: #EFEFEF;
}
#contactInfo .phone-icon{
    font-size: 4rem;
}
#contactInfo .phone-icon>i{
    transform: rotate(-38deg);
}
#contactInfo .call-info>a{
    font-size: 2rem;
}
#contactInfo .call-info>p{
    font-size: 1.2rem;
}
#mapWrapper{
    width: 500px;
    left: 15px;
    position: absolute;
}
#experience {
    position: absolute;
    width: 275px;
    height: 275px;
    bottom: 35px;
    left: -50px;
    z-index: 9;
}
#experience:before{
    content: "";
    width: 80%;
    height: 80%;
    border-radius: 50%;
    background-color: white;
    bottom: 10px;
    left: 15px;
    position: absolute;
    box-shadow: #0000002e 1px 2px 11px 1px;
}
#experience>div{
    box-shadow: #00000024 3px 2px 5px 4px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 1;
}
@media (max-width: 1399px) {
    #experience{
        width: 300px;
        height: 300px;
        bottom: 50px;
        left: 50px;
    }
    #mapWrapper{
        width: 100%;
        position: unset;
    }
}
@media (max-width: 1199px) {

    #experience{
        width: 275px;
        height: 275px;
        left: 20px;
    }
    #contactInfo .phone-icon{
        font-size: 3rem;
    }
    #contactInfo .call-info>a{
        font-size: 2rem;
    }
    #contactInfo .call-info>p{
        font-size: 1.2rem;
    }
}
@media (max-width: 767px) {
    #experience{
        width: 100%;
        height: unset;
        position: unset;
    }
    #experience:before{
        display: none;
    }
    #experience>div{
        border-radius: 1rem;
        height: unset;
        box-shadow: none;
    }
    #contactInfo .call-info>p{
        font-size: 1rem;
    }
    #contactInfo .phone-icon {
        font-size: 2.5rem;
    }
    #contactInfo .call-info>a {
        font-size: 1.8rem;
    }
}
