#overlay {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6)
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #ddd;
    border-top: 4px solid #2e93e6;
    border-radius: 50%;
    animation: .8s linear infinite sp-anime
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg)
    }
}

.hire-modal-box .modal-content {
    background: #f5f8fb;
    border-radius: 0;
    border: none;
    box-shadow: 0 2px 26px rgb(0 0 0 / 16%)
}

.margin-bottom {
    margin-bottom: 80px
}

.hire-modal-box .modal-content .modal-body {
    padding: 50px 50px
}

.hire-modal-box .modal-content .modal-header {
    border: none;
    position: absolute;
    right: -10px;
    top: -10px;
    padding: 0;
    margin: 0
}

.hire-modal-box .modal-content .modal-header button.close {
    width: 35px;
    height: 35px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e34690;
    color: #fff;
    font-size: 24px
}

.hire-modal-box-head h4 {
    font-size: 32px;
    font-family: Cambria-Bold;
    color: #181b1b;
    margin-bottom: 0px;
}

.hire-modal-box-head {
    text-align: center;
    margin-bottom: 40px
}

.hire-modal-box .modal-dialog {
    max-width: 585px
}

.hire-modal-box-head p {
    font-size: 17px;
    color: #010101;
    font-family: OpenSans-Regular;
    max-width: 440px;
    margin: 0 auto
}

.hire-modal-box-form .send-btn-form input {
    max-width: 240px;
    background: #e34690
}

.modal-open {
    overflow: hidden
}

.modal-open .modal.hire-modal-box {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 60px 0 0;
    background: rgb(0 0 0 / 50%)
}

.video-modal-open {
    overflow: hidden
}

.video-modal-open .modal.hire-modal-box {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 60px 0 0;
    background: rgb(0 0 0 / 50%)
}

.modal.hire-modal-box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.hire-modal-box .modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade.hire-modal-box .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
    margin-top: 20px
}

.bottom-fixed-box {
    position: fixed;
    bottom: -110px;
    background-size: cover;
    background-position: center;
    width: 100%;
    left: 0;
    z-index: 999;
    transition: .3s ease-in-out
}

.bottom-fixed-box.show {
    bottom: 0
}

.bottom-fixed-box-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.bottom-fixed-box-content .btn.btn-pink {
    min-width: 120px;
    border: 1.05px solid #fff;
    background: 0 0;
    box-shadow: none;
    font-size: 14px;
    font-weight: 400 !important;
    font-family: OpenSans-Regular;
    height: 46px;
    padding: 0 15px
}

.bottom-fixed-box-content h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0
}

.bottom-fixed-content-left {
    background: #181818;
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    min-height: 85px
}

.bottom-fixed-content-right {
    background: #7045ae;
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    min-height: 85px
}

.bottom-p-5 footer {
    margin-bottom: 75px
}

.hire-modal-box-form form .btn-pink {
    display: block;
    margin: auto
}

.success-form-content h4 {
    font-size: 20px;
    font-family: OpenSans-Bold;
    margin-bottom: 10px
}

.success-form-content .btn-pink.btn-block {
    width: 100%;
    height: fit-content;
    max-width: 140px;
    margin-top: 30px;
    justify-content: center
}

.success-form-content {
    text-align: center;
    display: block
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade.hire-modal-box .modal-dialog {
        transition: none
    }
}

.modal.show.hire-modal-box .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static.hire-modal-box .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.hire-modal-box .modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.hire-modal-box .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.hire-modal-box .modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.hire-modal-box .modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.hire-modal-box .modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.hire-modal-box .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.hire-modal-box .modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.hire-modal-box .modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.hire-modal-box .modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.hire-modal-box .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.hire-modal-box .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.hire-modal-box .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.hire-modal-box .modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.hire-modal-box .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.hire-modal-box .modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.hire-modal-box .modal-footer>* {
    margin: .25rem
}

.hire-modal-box .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.modal-header .close {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    margin: 0 0 0 auto;
    border: none;
    padding: 0;
    opacity: 1;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9
}

.offer-modal-btn {
    position: fixed;
    left: 0;
    bottom: 75px;
    z-index: 99;
    cursor: pointer;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out
}

.offer-modal-btn.hide-modal {
    left: -335px
}

.offer-modal-open .offer-modal-box {
    display: block !important
}

.offer-modal-box,
.offer-modal-box-price {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 60px 0 0;
    background: rgba(0, 0, 0, .5)
}

.offer-modal-box .modal-dialog,
.offer-modal-box-price .modal-dialog {
    max-width: 585px
}

.offer-modal-box .modal-content,
.offer-modal-box-price .modal-content {
    padding: 50px;
    height: auto;
    
}

.offer-modal-box .modal-header .close,
.offer-modal-box-price .modal-header .close {
    background: #000
}

.offer-modal-box .modal-header .close span,
.offer-modal-box-price .modal-header .close span {
    color: #fff;
    top: -3px;
    position: relative;
    font-size: 26px
}

.offer-box-close {
    position: absolute;
    border: solid 1px #fff;
    background: #000;
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 28px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    right: -10px;
    top: -10px
}

.margin-bottom .offer-modal-btn {
    bottom: 165px
}

@media (min-width:576px) {
    .hire-modal-box .modal-dialog {
        margin: 1.75rem auto
    }

    .hire-modal-box .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .hire-modal-box .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .hire-modal-box .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .hire-modal-box .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }

    .hire-modal-box.modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {

    .hire-modal-box.modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .hire-modal-box.modal-xl {
        max-width: 1140px
    }
}

@media (max-width:767px) {
    .hire-modal-box-head h4 {
        font-size: 28px
    }

    .hire-modal-box-head h4 br {
        display: none
    }

    .hire-modal-box-head p {
        font-size: 16px
    }

    .bottom-fixed-box-content h4 {
        font-size: 14px
    }

    .margin-bottom {
        margin-bottom: 165px !important
    }

    .offer-modal-box .modal-content,
    .offer-modal-box-price .modal-content {
        padding: 50px 30px
    }

    .margin-bottom .offer-modal-btn {
        bottom: 163px
    }

    .bottom-fixed-box {
        bottom: -180px
    }
}

@media (max-width:480px) {
    .hire-modal-box-head h4 {
        font-size: 20px
    }

    .hire-modal-box .modal-content .modal-body {
        padding: 30px 20px
    }

    .hire-modal-box-head {
        margin-bottom: 20px
    }

    .bottom-fixed-box-content {
        flex-wrap: wrap
    }

    .bottom-fixed-content-left,
    .bottom-fixed-content-right {
        flex: 0 0 100%;
        max-width: 100%
    }
}