.ip-banner canvas {
    height: calc((382/1600)*100vw);
    background-position-y: 40%;
}

#inner-page-wrapper {
    margin-bottom: 0;
}

#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

#inner-page-wrapper .ip-breadcrumbs {
    max-width: 1136px;
    min-width: 962px;
    margin: max(min(2.1875vw, 35px), 24px) auto 0;
    width: calc((1136/1600)*100%);
}

#content.ip-agent-content {
    position: relative;
    padding-bottom: 4.5em;
    font-size: max(min(1vw, 16px), 15px);
}

#content .ip-agent-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
}

#content .ip-agent-bg::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-image: linear-gradient(-159deg, rgb(1, 142, 196) 0%, rgb(1, 142, 196) 28%, rgb(1, 142, 196) 40%, rgb(45, 182, 226) 74%, rgb(89, 222, 255) 100%);
}

#content .ip-agent-bg canvas {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    height: 217px;
}

#content a,
#content button {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#content .ip-agent-wrap {
    width: calc((1000/1600)*100%);
    max-width: 1000px;
    min-width: 962px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 5.188em 0 0;
}

#content .ip-agent-profile {
    width: calc((418/1000)*100%);
    margin-right: calc((52/1000)*100%);
}

#content .ip-agent-info {
    width: calc((530/1000)*100%);
    padding-bottom: calc((200/1000)*100%);
}

#content .ip-agent-photo {
    position: relative;
}

#content .ip-agent-photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#content .ip-agent-photo canvas {
    width: 100%;
    height: 100%;
    display: block;
}

#content .ip-agent-contact {
    color: #fff;
    text-align: center;
    position: relative;
    padding: 34px 15px 31px;
    margin-top: 24px;
    border: 16px solid rgba(255, 255, 255, 0.23);
    box-shadow: 0px 0px 2.875em 0px rgba(0, 0, 0, 0.23);
}

#content .ip-agent-contact::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #898989;
    z-index: -1;

}

#content .ip-agent-contact strong {
    font-family: var(--font-family-title);
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}

#content .ip-agent-contact ul {
    margin: 17px 0 27px;
    list-style: none;
    text-decoration: none;
}

#content .ip-agent-contact ul li {
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 11px;
}

#content .ip-agent-contact ul li i {
    font-style: normal;
    font-size: 0.933em;
    line-height: 1;
    color: #076789;
    margin-right: 0.714em;
}

#content .ip-agent-contact ul li i.ai-font-cellphone {
    font-size: 1.067em;
}

#content .ip-agent-contact ul li i.ai-font-envelope-filled-a {
    font-size: 0.733em;
}

#content .ip-agent-contact ul li em a,
#content .ip-agent-contact ul li a {
    color: inherit;
}

#content .ip-agent-contact ul li em a:hover,
#content .ip-agent-contact ul li em a:focus,
#content .ip-agent-contact ul li a:hover,
#content .ip-agent-contact ul li a:focus {
    color: #076789;
}

#content .ip-agent-contact .contact-btn {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    padding: 5px;
    max-width: 228px;
    color: inherit;
    border: 1px solid currentColor;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    height: 54px;
}

#content .ip-agent-contact .contact-btn:hover,
#content .ip-agent-contact .contact-btn:focus {
    background: #076789;
    border-color: #076789;
}

#content .ip-agent-title {
    padding: 41px 0 0;
    max-width: max-content;
}

#content .ip-agent-title h2 {
    font-family: var(--font-family-title);
    font-weight: 600;
    font-size: 72px;
    line-height: 1;
    letter-spacing: 1.5px;
    color: #333;
    text-transform: uppercase;
    margin: 0;
}

#content .ip-agent-title h2 span {
    color: #076789;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 4px;
}

#content .ip-agent-title strong {
    font-family: var(--font-family-title);
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: right;
    color: #9e9e9e;
    display: block;
    padding-right: 0;
    line-height: 1;
    margin: 2px 0 0;
}

#content .ip-agent-text {
    margin: 44px 0 0;
}

#content .ip-agent-text p {
    color: #2b2a2a;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: .08px;
    margin: 0 0 24px;
}

.aiosp-wrap .aiosp-ref-\#agents-popup-form .aios-popup-body {
    width: 555px !important;
    max-width: calc(100% - 30px);
    min-height: 0 !important;
    padding: 30px !important;
}

.aiosp-wrap .aiosp-ref-\#agents-popup-form h2 {
    margin-top: 15px;
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.03em;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}

.aiosp-wrap .aiosp-ref-\#agents-popup-form form {
    margin: 0;
    padding: 0;
}

.aiosp-wrap .aiosp-ref-\#agents-popup-form .row {
    margin-left: -5px;
    margin-right: -5px;
}

.aiosp-wrap .aiosp-ref-\#agents-popup-form [class*=col-] {
    position: relative;
    padding: 10px 5px;
}

.aiosp-wrap .aiosp-ref-\#agents-popup-form input[type=text],
.aiosp-wrap .aiosp-ref-\#agents-popup-form input[type=email],
.aiosp-wrap .aiosp-ref-\#agents-popup-form input[type=tel],
.aiosp-wrap .aiosp-ref-\#agents-popup-form textarea {
    font-size: 15px;
    width: 100%;
    font-weight: 300;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    height: 50px;
    color: #636363;
    padding: 0 0;
    border-radius: 0;
    resize: none;
    border: none;
    border-bottom: solid 1px #a5a5a5;
}

.aiosp-wrap .aiosp-ref-\#agents-popup-form textarea {
    padding-top: 15px;
    height: 100px;
    resize: none;
}

.aiosp-wrap .aiosp-ref-\#agents-popup-form input[type=submit] {
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    display: block;
    margin: 0 auto;
    padding: 15px;
    width: auto;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.aiosp-wrap .aiosp-ref-\#agents-popup-form input[type=submit]:hover {
    color: #c1b283;
}

.aiosp-wrap .aiosp-ref-\#agents-popup-form .ajax-loader {
    display: block;
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/*quick search*/
section.quick-search-area {
    position: relative;
    z-index: 5;
    padding: 55px 0 60px;
}

    .qs-holder {
        position: relative;
        z-index: 5;
        padding: 0;
        margin: 0 auto 0;
        max-width: 1283px;
    }

        .qs-form {
            font-size: 0;
            margin: 0;
            background: #fff;
        }

            .qs-form select, .qs-form input {
                border-radius: 0;
                color: #333333;
                font-size: 13px;
                font-weight: 400;
                font-family: var(--font-family-default);
                -webkit-appearance: none;
                -moz-appearance: none;
                /*background: url(images/qs-arrow.png) no-repeat scroll right 0 center;*/
                background: #f5f5f5;
                width: 100%;
                height: 85px;
                padding: 0px 0;
                line-height: 1;
                letter-spacing: 1.6px;
                border: none;
                border-right: 1px solid rgb(51 51 51 / 20%);
                padding-left: 56px;
                padding-right: 23px;
                text-transform: uppercase;
            }

                .qs-icon1{
                    background: #f5f5f5 url('../../images/qs-icon1.png') no-repeat scroll left 23px center !important;
                }

                .qs-icon2{
                    background: #f5f5f5 url('../../images/qs-icon2.png') no-repeat scroll left 23px center !important;
                }

                .qs-icon3{
                    background: #f5f5f5 url('../../images/qs-icon3.png') no-repeat scroll left 23px center !important;
                }

                .qs-icon4{
                    background: #f5f5f5 url('../../images/qs-icon4.png') no-repeat scroll left 23px center !important;
                }

                .qs-icon5{
                    background: #f5f5f5 url('../../images/qs-icon5.png') no-repeat scroll left 23px center !important;
                }

                .qs-form select option{
                    color: #000;
                }

                    .qs-form select::-ms-expand{
                        display: none;
                    }

                        .qs-form .qs-field {
                            display: inline-block;
                            vertical-align: bottom;
                            margin-right: 0;
                            margin-bottom: 0;
                            padding: 0 0;
                        }

                                .btn-form.qs-field input,
                                .btn-form.qs-field a,
                                .btn-form.qs-field button {
                                    background: #00aeef;
                                    border: none;
                                    font-size: 28px;
                                    color: #fff;
                                    letter-spacing: 3.5px;
                                    text-transform: uppercase;
                                    -webkit-transition: all 0.3s ease-in-out;
                                    -moz-transition: all 0.3s ease-in-out;
                                    -o-transition: all 0.3s ease-in-out;
                                    transition: all 0.3s ease-in-out;
                                    height: 83px;
                                    padding: 0 !important;
                                    width: 100%;
                                }

                                    .btn-form.qs-field input:hover,
                                    .btn-form.qs-field button:hover,
                                    .btn-form.qs-field a:hover{
                                        background: #fff !important;
                                        color: #00aeef;
                                    }

                                        .btn-form.qs-field {
                                            position: relative;
                                            /*vertical-align: bottom;*/
                                            text-align: center;
                                            padding: 0;
                                        }

                                            .btn-form.qs-field a{
                                                display: flex;
                                                align-items: center;
                                                justify-content: center;
                                                color: #fff;
                                                background: #076789;
                                            }

                                            .long-form {
                                                width: 17.615%;
                                            }

                                                .long-form2 {
                                                    width: 19.408%;
                                                }

                                                .short-form {
                                                    width: 15.979%;
                                                }

                                                .short-form2 {
                                                    width: 16.992%;
                                                }

                                            .btn-form.qs-field {
                                                width: 86px;
                                                margin-left: 0;
                                                margin-right: 0;
                                                padding: 1px;
                                            }

                                        .btn-form.qs-field.qsbtn1 {
                                            margin-left: -4px;
                                        }

                                        .btn-form.qs-field.qsbtn2 {
                                            margin-left: -1px;
                                        }

                                .qs-form form {
                                    position: relative;
                                    margin: 0;
                                    font-size: 0;
                                    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.18);
                                }

                        .qs-text {
                            font-size: 12px;
                            font-weight: 400;
                            text-align: right;
                            font-family: var(--font-family-default);
                            color: #000;
                            padding-top: 17px;
                        }

.quick-search-area button.btn.dropdown-toggle.btn-default {
    border-radius: 0;
    color: #333333;
    font-size: 13px;
    font-weight: 400;
    font-family: var(--font-family-default);
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #f5f5f5 url(../../images/qs-icon2.png) no-repeat scroll left 23px center !important;
    background: #f5f5f5;
    width: 100%;
    height: 85px;
    padding: 0px 0;
    line-height: 1;
    letter-spacing: 1.6px;
    border: none;
    border-right: 1px solid rgb(51 51 51 / 20%);
    padding-right: 23px;
    text-transform: uppercase;
}

.quick-search-area ul.dropdown-menu.inner {
    max-height: 250px !important;
}

.quick-search-area span.filter-option.pull-left {
    margin-left: 50px;
    text-overflow: ellipsis;
}

section.home-worth-form-area {
    background: rgb(89,222,255);
    background: linear-gradient(38deg, rgba(89,222,255,1) 0%, rgba(1,142,196,1) 60%, rgba(1,142,196,1) 100%);
    position: relative;
    padding: 50px 0;
    height: 551px;
    overflow: hidden;
    margin-bottom: 117px;
}

section.home-worth-form-area::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../../images/wc-pattern.png') no-repeat;
    background-size: cover;
    background-position: center;
    opacity: .15;
}

.hwf-holder{
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    padding: 0 15px;
}

.hwf-title {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    font-family: var(--font-family-title);
    letter-spacing: 1.5px;
}

.hwf-btn a:hover {
    background: #00aeef;
}

.hwf-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #93ea8b;
    max-width: 225px;
    height: 64px;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--font-family-default);
    margin: 0 auto;
    letter-spacing: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0 auto;
}

.hwf-wizzard-title {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-family: var(--font-family-title);
    letter-spacing: 1.5px;
    margin: 0 0 45px;
}

.hwf-text p {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    text-align: center;
    line-height: 1.5;
    font-family: var(--font-family-default);
}

.hwf-text {
    margin: 54px 0 55px;
}

.hwf-content {
    padding: 105px 0 0;
}

.hwf-wizzard-progress-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 0 44px;
}

.hwf-bar span{
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #93ea8b;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hwf-bar {
    width: 354px;
    height: 11px;
    background: #fff;
    border-radius: 7px;
    position: relative;
    overflow: hidden;
}

.hwf-bar-percent {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    margin-top: 2px;
    font-family: var(--font-family-default);
}

.hwf-field input{
    font-size: 17px;
    font-weight: 300;
    background: transparent;
    width: 100%;
    height: 44px;
    color: #fff;
    padding: 0 0;
    border-radius: 0;
    resize: none;
    border: none;
    border-bottom: solid 1px #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: var(--font-family-default);
}

.hwf-field .show-label {
    font-size: 17px;
    font-weight: 300;
    font-family: var(--font-family-default);
    color: #fff;
    line-height: 1.5;
    margin: 0 0 -4px;
}

.hwf-field {
    max-width: 847px;
    margin: 0 auto 10px;
}

.hwf-continue-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #93ea8b;
    max-width: 165px;
    height: 44px;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--font-family-default);
    margin: 0 auto;
    letter-spacing: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0 auto;
}

.hwf-continue-btn a:hover {
    background: #00aeef;
}

.hwf-continue-btn {
    margin: 51px 0 0;
}

.hwf-radio-btn {
    max-width: 847px;
    margin: 0 auto 10px;
}

.hwf-radio-btn span.wpcf7-list-item-label {

}

.hwf-radio-btn span.wpcf7-form-control.wpcf7-radio {
    margin: 0;
    position: relative;
    display: flex;
    flex-direction: column;
}

.hwf-radio-btn span.wpcf7-form-control.wpcf7-radio > span {
    margin: 0 0 16px;
}

/* Customize the label (the container) */
.hwf-radio-btn span.wpcf7-list-item label {
    position: relative;
    cursor: pointer;
    font-size: 17px;
    font-weight: 300;
    font-family: var(--font-family-default);
    color: #fff;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-left: 31px;
}

/* Hide the browser's default radio button */
.hwf-radio-btn span.wpcf7-list-item label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.hwf-radio-btn span.wpcf7-list-item label span.wpcf7-list-item-label::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    height: 19px;
    width: 19px;
    background: #fff;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 100%;
}

/* On mouse-over, add a black background color */
.hwf-radio-btn span.wpcf7-list-item label:hover input ~ span.wpcf7-list-item-label::before {

}

.hwf-radio-btn span.wpcf7-list-item label:hover input ~ span.wpcf7-list-item-label::after {
   opacity: 1;
}

.hwf-radio-btn span.wpcf7-list-item label:hover input ~ span.wpcf7-list-item-label {
    /*color: rgb(0 26 60 / 100%);*/
}

/* When the radio button is checked, add a black background */
.hwf-radio-btn span.wpcf7-list-item label input:checked ~ span.wpcf7-list-item-label::before {

}

.hwf-radio-btn span.wpcf7-list-item label input:checked ~ span.wpcf7-list-item-label::after {
    opacity: 1;
}

.hwf-radio-btn span.wpcf7-list-item label input:checked ~ span.wpcf7-list-item-label {

}

.hwf-radio-btn span.wpcf7-list-item label span.wpcf7-list-item-label::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 5px;
    width: 9px;
    height: 9px;
    background: #93ea8b;
    border-radius: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hwf-fields.hwf-btn {
    width: 168px !important;
    display: block;
    margin: 18px auto 0;
    padding: 0;
    position: relative;
}

.hwf-fields.hwf-btn input {
    max-width: 168px;
    width: 100%;
    height: 54px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-family: var(--font-family-default);
    position: relative;
    background: #93ea8b;
    z-index: 2;
}

.hwf-fields.hwf-btn:hover input {
    background: #00aeef;
}

.hwf-wizzard-feed {
    padding: 56px 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hwf-wizzard-feed.last-form {
    padding: 10px 0 0;
}

.hwf-wizzard-arrow-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 115px;
    left: 0;
    width: 100%;
    pointer-events: none;
    padding: 0 8px;
    z-index: 3;
}

.hwf-wizzard-arrow-holder button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border: none;
    outline: none;
    background: transparent;
    padding: 5px;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    pointer-events: auto;
}

.hwf-wizzard-arrow-holder button:hover {
    color: #93ea8b;
}

.hwf-wizzard-form {
    position: relative;
    padding: 0 45px;
}

.hwf-wizzard-form .wpcf7 form .wpcf7-response-output {
    display: none;
}

button.hwf-wizzard-next[data-id="10"] {
    pointer-events: none;
    opacity: .5;
}

ul.agents-smi {
    display: flex;
    justify-content: center;
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 1336px) {
    .short-form2 {
        width: 16.3%;
    }
}

@media only screen and (max-width: 1199px) {
    .qs-form select,
    .qs-form input {
        letter-spacing: 1.2px;
        padding-left: 40px;
        padding-right: 15px;
        background-position: left 10px center !important;
    }

    .short-form2 {
        width: 15%;
    }

    .long-form2 {
        width: 19%;
    }
}

@media screen and (max-width: 991px) {
    #inner-page-wrapper .ip-breadcrumbs {
        width: 80%;
        min-width: 0;
        margin-left: auto;
        margin-right: auto;
    }

    #content .ip-agent-wrap {
        width: 80%;
        min-width: 0;
        margin: 0 auto;
        flex-direction: column-reverse;
    }

    #content .ip-agent-info,
    #content .ip-agent-profile {
        width: 100%;
    }

    #content .ip-agent-profile {
        margin: 0 auto;
        max-width: 450px;
    }

    #content .ip-agent-title h2,
    #content .ip-agent-title strong,
    #content .ip-agent-text p {
        text-align: center;
    }

    #content .ip-agent-title strong {
        padding-top: 0.25em;
    }

    #content .ip-agent-info {
        padding-bottom: max(45px, 6vw);
    }

    section.quick-search-area {
        padding: 50px 0;
    }

    .long-form ,
    .long-form2{
        width: 100%;
    }

    .short-form,
    .short-form2 {
        width: 50%;
    }

    .short-form2.qs-field.max-field {
        width: 100%;
    }

    .qs-form .qs-field {
        padding: 5px;
    }

    .qs-form select,
    .qs-form input {
        border-right: 0;
    }

    .btn-form.qs-field {
        width: 50%;
        padding: 5px;
        margin: 0 !important;
    }

    .qs-text {
        text-align: center;
    }

    #content .ip-agent-title {
        margin: 0 auto;
    }

    .hwf-wizzard-form {
        padding: 0;
    }

    .hwf-wizzard-arrow-holder {
        position: relative;
        top: 0;
        justify-content: center;
        gap: 15px;
        margin-top: 30px;
    }

    section.home-worth-form-area {
        height: auto;
        min-height: 551px;
        overflow: hidden;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    #content.ip-agent-content {
        font-size: max(min(1.6vw, 16px), 14px);
    }

    #content .ip-agent-wrap,
    #inner-page-wrapper .ip-breadcrumbs {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    #content .ip-agent-profile {
        max-width: 400px;
    }

    #content .ip-agent-wrap {
        padding-top: max(35px, 5vw);
    }
}
