/*
Theme Name: Twenty Twenty-One/urbanassestcare Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: urbanassestcare
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,blog,portfolio
Version: 2.3.1721276793
Updated: 2024-07-18 04:26:33

*/

.step-box p:not(:last-of-type) {
    margin-bottom: 0.625rem;
}

.cms-content h2 {
    margin-bottom: 1rem;
    font-size:1.875rem;
    font-weight:700;
}

.cms-content h3 {
    margin-bottom: 0.5rem;
    font-size:1.5rem;
    font-weight:700;
}

.cms-content h4 {
    margin-bottom: 0.5rem;
    font-size:1.25rem;
    font-weight:700;
}


.cms-content p {
    margin-bottom: 1rem;
}

.cms-content strong,
.cms-content a {
    color: #692875;
}


.cms-content ul,
.cms-content ol {
    list-style: outside;
    padding-left:2rem;
}

.cms-content ol {
    list-style-type: decimal;
}

.cms-content ul li,
.cms-content ol li {
    margin-bottom: 1rem;
}


@media(max-width:1024px) {
    .cms-content h2 {
        font-size: calc(1.125rem + 0.5vw);
    }
    
    .cms-content h3 {
        font-size: calc(1rem + 0.375vw);
    }
    
    .cms-content h4 {
        font-size: calc(1rem + 0.25vw);
    }
}


.form-control {
    width: 100%;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 6px;
    border: 1px solid #dadce7;
    background: #FFF;
}

.form-control:focus {
    outline: none;
    border-color: #692875;
}

.btn-submit {
    width: 180px;
    margin: 0 auto;
    padding: 0.625rem 1.5rem;
    font-family: Josefin Sans, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    background-color: #ed8743;
    cursor:pointer;
}

.btn-submit:hover {
    background-color:#692875;
}

.footer-text a {
    color: #692875;
}

@media(min-width:1024px) {
    .text-lg-end {
        text-align: right;
    }
}

.wpcf7 form .wpcf7-response-output {
    margin: 0 !important;
}

.headder-banner img {
    max-width: unset !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}


.user-query-form p {
    display:flex;
    position: relative;
}

.user-query-form .wpcf7-form-control-wrap {
    width:100%;
}

.user-query-form .form-control {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    border-radius:0;
}

.user-query-form .wpcf7-not-valid-tip {
    position:absolute;
}

.user-query-form .wpcf7-spinner {
    margin: 0;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
}

.user-query-form .wpcf7 form .wpcf7-response-output {
    margin-top: 2rem !important;
}