*,
:after,
:before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

footer,
header,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

h1,
h2,
h3 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    margin-bottom: 1rem
}

ul {
    margin-top: 0
}

ul ul {
    margin-bottom: 0
}

strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

img {
    border-style: none
}

img {
    vertical-align: middle
}

table {
    border-collapse: collapse
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

.container,
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-12,
.col-md-2,
.col-md-6,
.col-md-8,
.col-md-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

@media(min-width:768px) {
    .col-md-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:focus,
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-block {
    display: block;
    width: 100%
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .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: translateY(-50px);
    transform: translateY(-50px)
}

@media(prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-content {
    position: relative;
    display: flex;
    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-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

@media(min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar,
.navbar .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

@media(max-width:991.98px) {
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg>.container-fluid {
        flex-wrap: nowrap
    }
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.dropdown {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef
}

.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}

.btn-group {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group>.btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-toggle>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

.fade {
    transition: opacity .15s linear
}

@media(prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-left {
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

@media(min-width:992px) {
    .d-lg-block {
        display: block !important
    }
}

.flex-fill {
    flex: 1 1 auto !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.align-items-center {
    align-items: center !important
}

@media(min-width:768px) {
    .justify-content-md-center {
        justify-content: center !important
    }
}

.float-right {
    float: right !important
}

.position-relative {
    position: relative !important
}

@supports(position:sticky) {}

.shadow-none {
    box-shadow: none !important
}

.w-100 {
    width: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mr-2 {
    margin-right: .5rem !important
}

.ml-2 {
    margin-left: .5rem !important
}

.mr-3 {
    margin-right: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.ml-5 {
    margin-left: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pl-1 {
    padding-left: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pl-2 {
    padding-left: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.mx-auto {
    margin-right: auto !important
}

.mx-auto {
    margin-left: auto !important
}

@media(min-width:768px) {
    .mt-md-0 {
        margin-top: 0 !important
    }

    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mx-md-3 {
        margin-left: 1rem !important
    }

    .pl-md-0 {
        padding-left: 0 !important
    }

    .pr-md-1 {
        padding-right: .25rem !important
    }

    .pl-md-1 {
        padding-left: .25rem !important
    }
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

textarea.form-control {
    height: auto
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before {
    border-color: #28a745
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before {
    border-color: #dc3545
}

.progress {
    height: 1rem;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress {
    display: flex;
    overflow: hidden
}

.date-picker-x-container {
    position: relative
}

.date-picker-x {
    background: #444;
    color: #fff;
    font: 18px/1 Arial;
    top: 100%;
    width: 308px
}

.date-picker-x:before {
    border-color: #444 transparent;
    border-style: solid;
    border-width: 0 10px 10px;
    content: "";
    left: 20px
}

.date-picker-x * {
    box-sizing: border-box
}

.date-picker-x .dpx-title-box {
    align-items: center;
    border-bottom: 1px solid #ccc;
    display: flex;
    height: 45px;
    justify-content: space-between;
    padding-bottom: 10px
}

.date-picker-x .dpx-next,
.date-picker-x .dpx-prev {
    color: hsla(0, 0%, 100%, .6);
    cursor: pointer;
    display: block;
    font-size: 22px;
    line-height: 50px;
    text-align: center;
    transition: .2s;
    width: 50px
}

.date-picker-x .dpx-next:hover,
.date-picker-x .dpx-prev:hover {
    color: #fff
}

.date-picker-x .dpx-title {
    display: block;
    font-size: 18px;
    line-height: 40px;
    padding: 0 10px
}

.date-picker-x:not([data-dpx-type=year]) .dpx-title {
    cursor: pointer
}

.date-picker-x .dpx-content-box {
    box-sizing: content-box;
    display: flex;
    flex-wrap: wrap;
    height: 288px;
    justify-content: center;
    padding-top: 10px
}

.date-picker-x:before,
.dpx-title-box:after {
    border: solid transparent;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    pointer-events: none;
    width: 0;
    bottom: 100%
}

.date-picker-x:before {
    border-color: hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0) #ccc;
    border-width: 10px
}

.dpx-title-box:after {
    border-color: hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0) #fff;
    left: 20px;
    border-width: 10px;
    top: -19px
}

@-webkit-keyframes slide-from-left {
    0% {
        left: 0
    }

    to {
        left: -500px
    }
}

@keyframes slide-from-left {
    0% {
        left: 0
    }

    to {
        left: -500px
    }
}

span#mobile-menu img {
    margin-top: 4px
}

#mobile-menu-inner-container {
    display: none
}

#mobile-menu-inner-container .mobile-header-container img {
    width: 25px
}

#mobile-menu-inner-container .mobile-header-container {
    display: flex;
    padding-top: 10px;
    justify-content: space-between
}

@media(max-width:1024px) {
    #mobile-menu-inner-container {
        display: block;
        height: 70px;
        width: 100%
    }
}

#main-menu-container {
    display: flex
}

@media(max-width:1024px) {
    #main-menu-container {
        width: 100%
    }
}

.main-menu>ul {
    margin: 0;
    display: flex;
    list-style: none;
    padding: 0
}

.menu-main-container {
    box-sizing: border-box;
    display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    padding: 0;
    margin: 0
}

@media(min-width:768px)and (max-width:1024px) {
    .menu-main-container {
        width: 400px !important;
        left: -415px
    }
}

.menu-main-container .headerMenu {
    display: none !important
}

@media(max-width:991px) {
    .menu-main-container .headerMenu {
        display: block !important
    }

    .menu-main-container .headerMenu ul {
        padding: 0;
        list-style: none
    }
}

@media(max-width:1024px) {
    .menu-main-container {
        position: absolute;
        height: 100vh;
        max-width: 100%;
        width: 100%;
        overflow: auto;
        left: -100%;
        top: 51px !important;
        z-index: 1005;
        background: #fff
    }
}

.menu-main-container .main-menu {
    display: block;
    width: 100%
}

@media(max-width:1024px) {
    .menu-main-container .main-menu {
        height: 100%
    }
}

.menu-main-container .main-menu>ul {
    display: flex
}

.menu-main-container .main-menu>ul>li:last-child {
    border-right: 0
}

@media(max-width:1024px) {
    .menu-main-container .main-menu>ul>li {
        border-right: 0
    }
}

.menu-main-container .main-menu>ul>li .menu-container {
    position: relative;
    height: auto;
    width: auto;
    visibility: hidden;
    opacity: 0
}

@media(min-width:1199px) {
    .menu-main-container .main-menu>ul>li .menu-container {
        height: 100%;
        top: -26px; /** newly added  **/
    }
}

@media(max-width:1024px) {
    .menu-main-container .main-menu>ul>li .menu-container {
        visibility: visible;
        opacity: 1;
        position: inherit
    }

    .menu-main-container .main-menu>ul>li .menu-container ul.menu-dropdown {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: -500px;
        z-index: 1002;
        background: #fff;
        animation: slide-from-left .8s forwards;
        -webkit-animation: slide-from-left .8s forwards;
        min-height: 0;
        overflow: auto
    }
}

.menu-main-container .main-menu>ul>li .menu-container ul.menu-dropdown {
    position: absolute;
    left: 0;
    top: 5px;
    background: #fff;
    min-width: 240px !important;
    max-width: 500px !important;
    z-index: 99999;
    min-height: 552px;
    box-shadow: 0 8px 46px rgba(0, 0, 0, .1607843137);
    border-radius: 12px;
    padding: 12px 0;
    /* max-width:; */
}

@media(max-width:1024px) {
    .menu-main-container .main-menu>ul>li .menu-container ul.menu-dropdown {
        box-shadow: none !important
    }
}

.menu-main-container .main-menu>ul>li .menu-container ul.menu-dropdown li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.menu-main-container .main-menu>ul>li .menu-container ul.menu-dropdown li.h4 {
    display: none !important;
    font-weight: 500
}

@media(max-width:1024px) {
    .menu-main-container .main-menu>ul>li .menu-container ul.menu-dropdown li.h4 {
        background: hsla(0, 0%, 63.1%, .1);
        text-align: left;
        position: relative;
        color: #008ECC;
        text-transform: capitalize;
        font-size: 13px;
        padding: 9px 15px 9px 32px !important;
        z-index: 9;
        display: block !important;
        margin: 0 !important;
        font-weight: 500;
        border-bottom: 0 solid #b4b4b4
    }

    .menu-main-container .main-menu>ul>li .menu-container ul.menu-dropdown li.h4:after {
        box-sizing: border-box;
        height: 8px;
        width: 8px;
        border-color: #008ECC;
        border-style: solid;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: absolute;
        content: "";
        right: 15px;
        top: 15px
    }
}

.menu-main-container .main-menu>ul>li .menu-container ul.menu-dropdown li a {
    font-size: 13px;
    color: #444;
    padding: 4px 25px 4px 15px;
    display: block;
    cursor: pointer;
    transition: background-color .15s ease-in-out;
    position: relative;
    border: none;
    margin: 0;
    font-weight: 400;
    z-index: 2
}

.menu-main-container .main-menu>ul>li .menu-container ul.menu-dropdown li a:hover {
    color: #008ECC;
    text-decoration: none;
    background: transparent
}

@media(max-width:1024px) {
    .menu-main-container .main-menu>ul>li .menu-container ul.menu-dropdown li a:hover {
        background-color: transparent
    }
}

.menu-main-container .main-menu>ul>li>a {
    display: block;
    color: #8a8a8a;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 400;
    transition: all .3s ease-in;
    position: relative
}

.menu-main-container .main-menu>ul>li>a .icon-drop {
    border: solid #8a8a8a;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    vertical-align: 2px
}

@media(max-width:1024px) {
    .menu-main-container .main-menu>ul>li>a .icon-drop {
        display: none !important
    }
}

.menu-main-container .main-menu>ul>li>a:hover {
    color: #008ECC;
    text-decoration: none
}

@media(max-width:1024px) {
    .menu-main-container .main-menu ul {
        display: block;
        padding: 0;
        height: calc(100% - 40em)
    }

    .menu-main-container .main-menu ul li {
        display: block;
        width: 100%
    }

    .menu-main-container .main-menu ul li .menu-container ul.menu-dropdown li {
        display: flex;
        justify-content: space-between
    }
}

@media(max-width:1024px)and (max-width:1024px) {
    .menu-main-container .main-menu ul li .menu-container ul.menu-dropdown li {
        flex-direction: column
    }
}

@media(max-width:1024px) {
    .menu-main-container .main-menu ul li .menu-container ul.menu-dropdown li a {
        color: #373737;
        padding: 9px 0 9px 35px;
        font-size: 13px;
        display: block;
        position: relative;
        font-weight: 400;
        width: 80%;
        align-items: start
    }
}

@media(max-width:1024px) {
    .menu-main-container .main-menu ul li .menu-container ul.menu-dropdown.level-1 {
        background: #fff;
        height: 100%;
        padding-bottom: 150px;
        margin-bottom: 150px
    }
}

@media(max-width:1024px) {
    .menu-main-container .main-menu ul li a.menu-item:after {
        box-sizing: border-box;
        height: 9px;
        width: 9px;
        border-color: #2c2c2c;
        border-style: solid;
        border-width: 0 1px 1px 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(-45deg);
        position: absolute;
        content: "";
        right: 13px;
        top: 15px;
        z-index: 1;
        left: inherit;
        display: inline-block !important
    }
}

@media(max-width:1024px) {
    .menu-main-container .main-menu ul li a {
        color: #373737;
        padding: 9px 15px;
        font-size: 13px;
        display: block;
        position: relative;
        font-weight: 400
    }
}

#mobile-menu {
    display: none
}

@media(max-width:1024px) {
    #mobile-menu {
        display: inline-block
    }
}

#mobile-menu img {
    width: 25px
}

.menu-main-container .main-menu>ul>li.single-level .menu-container ul.menu-dropdown {
    min-height: 1px
}

@media(max-width:1024px) {
    .menu-main-container .main-menu>ul>li.single-level .menu-container ul.menu-dropdown {
        min-height: 100%;
        top: 0;
        padding-bottom: 150px !important
    }
}

.closeMenuIcon {
    display: none;
}

@media(min-width:480px)and (max-width:1024px) {
    .menu-main-container {
        max-width: 400px;
        left: -415px
    }
}

ul.menu-dropdown.service-wid {
    width: 550px !important;
    position: relative;
    padding: 15px !important;
    display: flex;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    justify-content: space-between
}

@media(max-width:1199px) {
    ul.menu-dropdown.service-wid {
        width: 100% !important;
        display: inline-block !important
    }
}

ul.menu-dropdown.service-wid .category-1 .heading-inner-manu,
ul.menu-dropdown.service-wid .category-2 .heading-inner-manu,
ul.menu-dropdown.service-wid .category-3 .heading-inner-manu {
    font-size: 14px;
    font-weight: 700;
    color: #2c2c2c;
    padding-left: 15px;
    position: relative;
    padding-bottom: 12px
}

@media(max-width:1199px) {

    ul.menu-dropdown.service-wid .category-1 .heading-inner-manu,
    ul.menu-dropdown.service-wid .category-2 .heading-inner-manu,
    ul.menu-dropdown.service-wid .category-3 .heading-inner-manu {
        padding-bottom: 0
    }
}

ul.menu-dropdown.service-wid .category-1 ul,
ul.menu-dropdown.service-wid .category-2 ul,
ul.menu-dropdown.service-wid .category-3 ul {
    padding-left: 0
}

ul.menu-dropdown.service-wid .category-1 ul.count-1,
ul.menu-dropdown.service-wid .category-2 ul.count-1,
ul.menu-dropdown.service-wid .category-3 ul.count-1 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1
}

ul.menu-dropdown.service-wid .category-1 ul.count-1 li a,
ul.menu-dropdown.service-wid .category-2 ul.count-1 li a,
ul.menu-dropdown.service-wid .category-3 ul.count-1 li a {
    padding-right: 0 !important
}

@media(max-width:1199px) {

    ul.menu-dropdown.service-wid .category-1 ul.count-1 li a,
    ul.menu-dropdown.service-wid .category-2 ul.count-1 li a,
    ul.menu-dropdown.service-wid .category-3 ul.count-1 li a {
        padding: 0 0 9px 15px !important
    }
}

@media(min-width:1199px) {

    ul.menu-dropdown.service-wid .category-1,
    ul.menu-dropdown.service-wid .category-2,
    ul.menu-dropdown.service-wid .category-3 {
        width: 250px
    }
}

@media(max-width:1023px) {
    a.mobile-logo-icon img {
        width: 35px !important
    }

    .TopLogo-wrapper {
        display: none
    }
}

@media(max-width:1024px) {

    .category-1 .heading-inner-manu,
    .category-2 .heading-inner-manu,
    .category-3 .heading-inner-manu {
        margin: 10px 0
    }
}

li.h4.pl-15 {
    padding-left: 15px !important
}

@media(min-width:1024px)and (max-width:1199px) {
    a.mobile-logo-icon img {
        width: 35px !important;
        display: none
    }
}

.Sticky-form {
    background: #fff;
    box-shadow: 0 8px 34px rgba(0, 0, 0, .3215686275);
    display: none
}

.Sticky-form .relativeParent {
    position: relative
}

.Sticky-form .relativeParent img.autoCompleteLoader {
    position: absolute;
    z-index: 9;
    right: 4px;
    top: 7px
}

.Sticky-form .input-file-container .file-upload.row {
    padding-left: 15px;
    padding-right: 15px;
    align-items: center
}

.Sticky-form :-moz-placeholder,
.Sticky-form ::-moz-placeholder {
    font-size: 14px !important;
    font-family: Poppins, sans-serif
}

.Sticky-form :-ms-input-placeholder {
    font-size: 14px !important;
    font-family: Poppins, sans-serif
}

.Sticky-form .servicetype .btn {
    box-shadow: none !important;
    color: #3176ef;
    font-size: 12px;
    height: 25px;
    display: flex;
    align-items: center
}

.Sticky-form .servicetype .btn:hover {
    color: #fff;
    background: #3176ef
}

.Sticky-form .servicetype .btn.active {
    background: #3176ef;
    color: #fff;
    box-shadow: 0 8px 16px rgba(49, 118, 239, .5019607843) !important
}

.Sticky-form .servicetype .assignment-type-info-wrapper {
    position: relative;
    padding: 5px 10px
}

.Sticky-form .servicetype .assignment-type-info-wrapper img {
    cursor: pointer
}

.Sticky-form .servicetype .assignment-type-info-wrapper img:hover~.assignment-type-info-tooltip {
    display: flex
}

.Sticky-form .servicetype .assignment-type-info-wrapper .assignment-type-info-tooltip {
    display: none;
    flex-direction: column;
    background: grey;
    color: #fff;
    padding: 10px;
    background: #d2d2d2 0 0 no-repeat padding-box;
    width: 315px;
    height: 131px;
    position: absolute;
    z-index: 99;
    top: 36px;
    left: -270px;
    box-shadow: 1px 1px 3px 0 rgba(35, 36, 36, .368627451)
}

.Sticky-form .servicetype .assignment-type-info-wrapper .assignment-type-info-tooltip p {
    color: rgba(44, 44, 44, .7019607843);
    font-size: 12px;
    margin-bottom: 4px
}

.Sticky-form .servicetype .assignment-type-info-wrapper .assignment-type-info-tooltip strong {
    color: #2c2c2c
}

.Sticky-form .servicetype .assignment-type-info-wrapper .assignment-type-info-tooltip:after {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #d2d2d2;
    position: absolute;
    right: 17px;
    top: -10px
}

.Sticky-form .checked-wrap {
    display: flex;
    padding-top: 0;
    align-items: flex-start;
    justify-content: space-between;
    padding-left: 41px !important;
    padding-right: 210px;
    margin-top: 8px
}

.Sticky-form .checked-wrap .styled-checkbox {
    position: absolute;
    opacity: 0;
    font-family: Poppins, sans-serif
}

.Sticky-form .checked-wrap .styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
    display: flex;
    font-family: Poppins, sans-serif
}

.Sticky-form .checked-wrap .styled-checkbox+label:before {
    content: "";
    margin-right: 7px;
    display: inline-block;
    width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 2px;
    box-shadow: none !important;
    min-width: 18px;
    z-index: 1;
    position: relative;
    border: 2px solid #8a8a8a
}

.Sticky-form .checked-wrap .styled-checkbox+label:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 10px;
    background: #2c2c2c;
    width: 1px;
    height: 2px;
    box-shadow: 2px 0 0 #2c2c2c, 4px 0 0 #2c2c2c, 4px -2px 0 #2c2c2c, 4px -4px 0 #2c2c2c, 4px -6px 0 #2c2c2c, 4px -8px 0 #2c2c2c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid transparent
}

.Sticky-form .checked-wrap .styled-checkbox:checked+label:before {
    background: transparent;
    border: 2px solid #2c2c2c
}

.Sticky-form .have-coupon-wrapper a {
    font-size: 11px;
    color: #2c2c2c;
    text-decoration: none;
    position: relative
}

.Sticky-form .have-coupon-wrapper a:after {
    content: "";
    width: 0;
    background-color: #bfbfbf;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -2px
}

.Sticky-form .have-coupon-wrapper a:hover {
    text-decoration: none
}

.Sticky-form .have-coupon-wrapper a:hover:after {
    width: 100%
}

.timeslot {
    border-radius: 0 4px 4px 0 !important;
    min-width: 100px;
    border-left: none !important
}

.__FormStickyWrapper {
    padding-bottom: 15px;
    margin-bottom: 0
}

.__FormStickyWrapper input::-webkit-inner-spin-button,
.__FormStickyWrapper input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.__FormStickyWrapper .phone_prompt {
    bottom: inherit;
    top: 42px
}

.__FormStickyWrapper .phone_prompt p {
    margin-bottom: 10px
}

.__FormStickyWrapper .phoneFieldArea {
    flex: 0 0 20.5%;
    margin-top: 10px;
    margin-right: 5px
}

@media(min-width:1800px) {
    .__FormStickyWrapper .phoneFieldArea {
        flex: 0 0 20.5%
    }
}

@media(min-width:1199px) {
    .__FormStickyWrapper .phoneFieldArea {
        flex: 0 0 24%;
        margin-left: 114px
    }
}

.__FormStickyWrapper .phoneFieldArea input {
    width: 198px
}

.__FormStickyWrapper .phoneFieldArea select {
    height: calc(1.5em + .75rem + 5px);
    border-radius: 4px 0 0 4px !important;
    border: 1px solid #ced4da !important;
    font-size: 14px;
    width: 120px
}

.__FormStickyWrapper .phoneFieldArea select:focus {
    outline: none
}

.__FormStickyWrapper .phoneFieldArea .form-control {
    border-radius: 0 4px 4px 0;
    font-size: 14px;
    min-height: 38px;
    border-left: 1px
}

.__FormStickyWrapper .phoneFieldArea .form-control:focus {
    box-shadow: none
}

.__FormStickyWrapper .phoneFieldArea .p-relative {
    position: relative
}

.__FormStickyWrapper .phoneFieldArea+.descriptionField {
    flex: 0 0 57%;
    margin-left: 5px !important;
    display: flex;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px
}

.__FormStickyWrapper .phoneFieldArea+.descriptionField .textareaOuter {
    width: 634px
}

.__FormStickyWrapper .Field_wrapper {
    margin-left: 5px;
    margin-right: 5px;
    width: auto;
    position: relative
}

.__FormStickyWrapper .Field_wrapper.date-picker-x-container {
    margin-right: 0
}

.__FormStickyWrapper .Field_wrapper .error-txt {
    margin: 0;
    color: red;
    font-size: 12px
}

.__FormStickyWrapper .Field_wrapper.descriptionField {
    margin-left: 60px;
    margin-top: 10px
}

.__FormStickyWrapper .Field_wrapper.descriptionField .progress {
    height: 6px;
    margin-bottom: 5px
}

.__FormStickyWrapper .Field_wrapper.descriptionField .file-select {
    max-width: 120px
}

.__FormStickyWrapper .Field_wrapper.descriptionField .textareaOuter {
    display: block;
    padding: 6px 8px;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    outline: none;
    border-radius: 3px
}

.__FormStickyWrapper .Field_wrapper.descriptionField .textareaOuter textarea {
    border: 0;
    min-height: 40px;
    width: 100%;
    resize: none
}

.__FormStickyWrapper .Field_wrapper.descriptionField .textareaOuter textarea:focus {
    outline: 0 none
}

.__FormStickyWrapper .Field_wrapper.descriptionField .textareaOuter .filesCollection {
    line-height: 1
}

.__FormStickyWrapper .Field_wrapper.descriptionField .textareaOuter input[type=file] {
    z-index: 9;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 69px;
    top: 7px;
    left: 0;
    opacity: 0;
    max-height: 20px
}

.__FormStickyWrapper .Field_wrapper.descriptionField .textareaOuter .file-select {
    position: relative
}

.__FormStickyWrapper .Field_wrapper.descriptionField .textareaOuter .addFile {
    border: 0;
    padding: 11px 0 7px 20px;
    background-color: transparent;
    font-size: 12px;
    font-weight: 700;
    color: #2c2c2c;
    line-height: 1;
    background-repeat: no-repeat;
    background-position: 0 10px;
    cursor: pointer;
    max-width: 87px
}

.__FormStickyWrapper .Field_wrapper .easy-autocomplete {
    width: 190px !important
}

.__FormStickyWrapper .Field_wrapper input,
.__FormStickyWrapper .Field_wrapper select {
    display: block;
    height: 34px;
    padding: 6px 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #2c2c2c;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 100%;
    outline: none
}

.Field_wrapper #topemail {
    min-width: 190px
}

@media(max-width:1260px) {
    .Field_wrapper #topemail {
        min-width: 210px
    }
}

@media(max-width:1200px) {
    .Field_wrapper #topemail {
        min-width: 170px
    }
}

.__page--counter {
    width: 100%;
    text-align: center
}

@media(max-width:1200px) {
    .__page--counter {
        width: auto
    }
}

.__page--counter_wrapper {
    padding-left: 0;
    max-width: 260px;
    min-width: 260px
}

@media(max-width:1200px) {
    .__page--counter_wrapper {
        min-width: 210px
    }
}

button.\--Minus_button {
    background-color: transparent;
    position: absolute;
    right: 35px;
    border: none;
    padding: 0 10px;
    line-height: 0;
    height: 34px;
    cursor: pointer;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

button.\--Minus_button:hover {
    opacity: .9
}

button.\--Minus_button img {
    -webkit-filter: contrast(19.5);
    filter: contrast(19.5)
}

button.\--Plus--counter {
    background-color: transparent;
    position: absolute;
    right: 0;
    border: none;
    padding: 0 10px;
    line-height: 0;
    height: 34px;
    cursor: pointer;
    color: #909090;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

button.\--Plus--counter:hover {
    opacity: .9
}

.__FormStickyWrapper button.\--inputSubmit {
    background: #008ECC;
    color: #fff;
    padding: 0 25px;
    font-weight: 500;
    height: 34px;
    width: 100%;
    min-width: 157.7px;
    display: block;
    white-space: nowrap;
    box-shadow: none !important;
    transition: all .3s linear
}

.__FormStickyWrapper button.\--inputSubmit:hover {
    color: #fff;
    box-shadow: 0 5px 15px #41c5ff4a !important;
    transition: all .2s ease-in-out;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    text-decoration: none
}

@media(max-width:1260px) {
    .__FormStickyWrapper button.\--inputSubmit {
        padding: 0 15px
    }
}

.__FormStickyWrapper .Field_wrapper.descriptionField .textareaOuter {
    position: relative
}

.phone_prompt,
.val_prompt {
    width: 100%;
    position: absolute;
    bottom: 28px;
    left: -1px;
    border: 1px solid #008ECC;
    padding: 10px;
    background: #fcf1df;
    z-index: 9;
    max-width: 362px
}

.phone_prompt p,
.val_prompt p {
    font-size: 12px;
    color: #2c2c2c;
    line-height: 14px;
    margin: 0 0 24px
}

.phone_prompt .btns,
.val_prompt .btns {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center
}

.phone_prompt .btns .phone_btn_add,
.val_prompt .btns button.btn_add {
    min-width: 74px;
    height: 27px;
    padding: 5px 10px;
    line-height: 17px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    border: 0;
    box-shadow: none;
    background: #2c2c2c;
    text-shadow: none;
    -webkit-font-smoothing: none;
    cursor: pointer;
    margin: 0 10px 0 0
}

.phone_prompt .btns .phone_btn_add:hover,
.val_prompt .btns button.btn_add:hover {
    opacity: .8
}

.phone_prompt .btns .phone_btn_dflt,
.val_prompt .btns button.btn_dflt {
    border: 0;
    box-shadow: none;
    outline: none;
    color: #f05f5f;
    padding: 6px 0;
    margin: 0;
    font-weight: 600;
    position: relative;
    font-size: 11px;
    line-height: 14px;
    background-color: transparent;
    cursor: pointer
}

.phone_prompt .btns .phone_btn_dflt:before,
.val_prompt .btns button.btn_dflt:before {
    content: "";
    height: 1px;
    width: 100%;
    background: #f05f5f;
    position: absolute;
    display: inline-block;
    bottom: 6px;
    left: 0
}

.phone_prompt .btns .phone_btn_dflt:hover:before,
.val_prompt .btns button.btn_dflt:hover:before {
    display: none
}

.__FormStickyWrapper .Field_wrapper.timePick {
    margin-left: 0
}

#topdate {
    border-radius: 4px 0 0 4px;
    border-right: none
}

.__FormStickyWrapper .coupon-code-field-wrapper {
    padding: 0;
    margin-top: 17px
}

.__FormStickyWrapper .coupon-code-field-wrapper .coupon-code-group {
    background: #fff;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
    justify-content: space-between
}

.__FormStickyWrapper .coupon-code-field-wrapper .coupon-code-group input.form-control {
    width: calc(100% - 55px);
    box-shadow: none;
    border: none
}

.__FormStickyWrapper .coupon-code-field-wrapper .coupon-code-group a.apply {
    color: #008ECC;
    font-size: 12px;
    padding: 10px;
    text-decoration: none;
    font-weight: 400;
    font-family: Poppins, sans-serif
}

.__FormStickyWrapper .coupon-code-field-wrapper .coupon-code-group a.apply.disabled {
    color: #8a8a8a !important;
    pointer-events: none
}

.__FormStickyWrapper .coupon-code-field-wrapper .coupon-code-group a.apply:focus,
.__FormStickyWrapper .coupon-code-field-wrapper .coupon-code-group a.apply:focus-within,
.__FormStickyWrapper .coupon-code-field-wrapper .coupon-code-group a.apply:hover {
    color: #008ECC
}

.__FormStickyWrapper .coupon-code-field-wrapper .coupon-code-group a.remove {
    color: #f05f5f;
    font-size: 12px;
    padding: 10px;
    text-decoration: none;
    font-family: Poppins, sans-serif;
    font-weight: 400
}

.__FormStickyWrapper .coupon-code-field-wrapper .coupon-code-group .applied-coupon-text {
    display: flex;
    height: 34px;
    align-items: center;
    padding: 10px;
    font-size: 12px
}

.globle-color {
    color: #2c2c2c
}

.Sticky-form select.timeslot {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.stickyMobileBar a,
.stickyMobileBar a:hover {
    background-color: transparent !important
}

.__FormStickyWrapper .phoneFieldArea select {
    border-right: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media only screen and (max-width:1450px)and (min-width:1199px) {
    .__FormStickyWrapper .phoneFieldArea {
        margin-left: 82px
    }
}

@media(min-width:1800px) {
    .__FormStickyWrapper .phoneFieldArea+.descriptionField .textareaOuter {
        width: 636px
    }

    .Sticky-form .checked-wrap {
        padding-left: 70px !important
    }
}

.mb-17 {
    margin-bottom: 4px
}

button.\--Minus_button.disabled {
    cursor: not-allowed
}

button.\--Minus_button.disabled img {
    -webkit-filter: none;
    filter: none;
    cursor: not-allowed
}

@media only screen and (max-width:1367px)and (min-width:1360px) {
    .__FormStickyWrapper .phoneFieldArea+.descriptionField .textareaOuter {
        width: 634px !important
    }

    .__FormStickyWrapper .phoneFieldArea {
        flex: 0 0 24%;
        margin-left: 82px !important
    }
}

.container.navbar.navbar-expand-lg.navbar-light.__TopLogoSection {
    padding: 0 15px
}

@media only screen and (max-width:1400px)and (min-width:1199px) {
    .container.navbar.navbar-expand-lg.navbar-light.__TopLogoSection {
        padding: 0 45px
    }
}

.container.navbar.navbar-expand-lg.navbar-light.__TopLogoSection img {
    max-width: 300px;
    width: 100%
}

.btn:focus,
button:focus {
    outline: none;
    box-shadow: none
}

.btn {
    transition: all .3s linear;
    box-shadow: 2px 2px 2px #666 !important
}

.btn:hover {
    box-shadow: none important
}

@media(max-width:767px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

header {
    background: #fff;
    border-bottom: 0 solid #fff;
    box-shadow: 1px 1px 2px rgba(177, 189, 214, .6)
}

header .btn-success.__signup {
    box-shadow: none !important
}

.btn {
    text-shadow: rgba(0, 0, 0, .2) 0 -1px 0;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075);
    font-size: .9rem
}

@media(max-width:991px) {
    .navbar-brand img {
        max-width: 280px
    }
}

.top-nav-cta-adjust .btn-success.__signup {
    margin: 0 20px;
    padding: .275rem .75rem;
    order: 1
}

.top-nav-cta-adjust {
    justify-content: flex-end;
    display: flex;
    align-items: center
}

@media screen and (max-width:1199px) {
    .top-nav-cta-adjust>* {
        display: none
    }
}

.TopLogo-wrapper {
    flex: 0 0 22.33%;
    max-width: 22.33%
}

@media screen and (max-width:991px) {
    .TopLogo-wrapper {
        text-align: center;
        flex: 0 0 auto;
        max-width: none
    }
}

.user-menu {
    order: 3;
    margin-right: 0
}

.user-menu .user-menu-dropdown {
    font-size: .85rem
}

.user-menu .user-menu-dropdown,
.user-menu .user-menu-dropdown:hover {
    background: none;
    color: #fff;
    border: none;
    cursor: pointer;
    box-shadow: none !important
}

.user-menu .new-user-container {
    border-bottom: 1px solid #c5c5c5
}

.user-menu .new-user-container p {
    font-size: .7rem;
    margin-bottom: 5px;
    padding-top: 10px
}

.user-menu .new-user-container p a {
    color: #2c2c2c;
    font-weight: 500;
    font-size: 11px
}

.user-menu .secondary-btn {
    background: none;
    background: #fff;
    color: #008ECC;
    border: 1px solid #008ECC;
    border-radius: 3px;
    display: inline-block;
    width: auto;
    text-decoration: none;
    font-weight: 400;
    box-shadow: none;
    cursor: pointer;
    text-transform: capitalize;
    padding: 9px 30px;
    font-size: .875rem;
    width: 100%
}

.user-menu .secondary-btn:hover {
    color: #fff;
    box-shadow: 0 5px 15px #41c5ff4a;
    transition: all .2s ease-in-out;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    background-color: #008ECC
}

.user-menu .dropdown-menu {
    width: 230px;
    padding: 15px;
    border-radius: 3px;
    left: inherit;
    top: 35px !important;
    right: 0
}

@media(max-width:460px) {

    .date-picker-x .dpx-next:hover,
    .date-picker-x .dpx-prev:hover {
        color: #444
    }
}

@media(max-width:460px) {
    .date-picker-x .dpx-title {
        font-size: 12px
    }
}

@media(max-width:500px) {
    .date-picker-x {
        width: 213px
    }
}

.stickyMobileBar {
    background-color: #d2e8ff;
    display: none;
    padding: 5px 0
}

.stickyMobileBar .btn,
.stickyMobileBar a.btn {
    background-color: #0c5ff2 !important;
    color: #fff;
    box-shadow: none !important;
    padding: 6px 20px;
    text-decoration: none
}

.stickyMobileBar .headnew {
    color: #0c5ff2;
    margin: 0;
    font-size: 14px;
    font-weight: 600
}

.stickyMobileBar a {
    line-height: 1;
    padding: 0;
    color: #fff;
    text-shadow: none;
    box-shadow: none !important;
    min-width: 120px
}

.stickyMobileBar a,
.stickyMobileBar a:hover {
    background-color: #008ECC
}

@media(max-width:320px) {
    .stickyMobileBar a {
        min-width: 100px
    }
}

a.btn-header {
    border: 1px solid #008ECC;
    border-radius: 4px;
    font-family: Poppins, sans-serif;
    background-color: #008ECC;
    color: #fff;
    font-size: 16px;
    padding: 8px 20px !important
}

a:hover.btn-header {
    color: #fff;
    box-shadow: 0 5px 15px #41c5ff4a !important;
    transition: all .2s ease-in-out;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    border-color: #008ECC
}

.custom-bdr {
    padding: 15px 0
}

@media(max-width:1199px) {
    .custom-bdr {
        padding-bottom: 0;
        padding-top: 0
    }
}

.container {
    max-width: 1366px !important;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px
}

@media(min-width:1900px) {
    .container {
        max-width: 1366px;
        width: 1366px
    }
}

@media(min-width:1024px) {
    .menu-overlaynew .menu-overlayload {
        display: none;
         top: 0px; /* changed from 68px */
        left: 0;
        right: 0;
        bottom: 0;
        justify-content: center;
        align-items: center;
        position: fixed;
        background: rgba(0, 0, 0, .5);
        z-index: 9999
    }
}

* {
    margin: 0;
    padding: 0
}

.phone_prompt,
.val_prompt {
    z-index: 9 !important
}

.stickyMobileBar a,
.stickyMobileBar a:hover {
    background-color: transparent
}

a:hover.btn-header {
    background-color: #008ECC !important
}

#overlay {
    background: #fff;
    color: #666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 999999;
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 0;
    opacity: .8
}

.spinner {
    height: 64px;
    width: 64px;
    -webkit-animation: rotate .8s linear infinite;
    animation: rotate .8s linear infinite;
    border: 5px solid #e48b35;
    border-right-color: transparent;
    border-radius: 50%;
    top: 50%;
    position: absolute;
    left: 50%;
    margin: -32px auto 0 -32px
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.banner_main_wrap {
    width: 100%;
    display: flex;
    position: relative;
    z-index: 2
}

@media(max-width:1199px) {
    .banner_main_wrap {
        min-height: auto;
        box-shadow: none
    }
}

.banner_main_wrap .banner_inner-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 42px 0;
    position: relative
}

@media(max-width:1199px) {
    .banner_main_wrap .banner_inner-wrapper {
        flex-direction: column;
        padding: 20px 0 10px
    }
}

.banner_main_wrap .banner_inner-wrapper .banner_left {
    width: 553px
}

@media(max-width:1199px) {
    .banner_main_wrap .banner_inner-wrapper .banner_left {
        width: 100%
    }
}

.banner_main_wrap .banner_inner-wrapper .banner_left .heading {
    font-size: 4.375rem;
    background: -webkit-linear-gradient(25deg, #008ECC 26%, #1146a6 84%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    text-transform: unset !important;
    font-family: Poppins, sans-serif;
    line-height: 1.3
}

.banner_main_wrap .banner_inner-wrapper .banner_left .heading.heading-large {
    font-size: 3.375rem
}

@media(max-width:1199px) {
    .banner_main_wrap .banner_inner-wrapper .banner_left .heading.heading-large {
        font-size: 1.35rem !important
    }
}

@media(min-width:1199px) {
    .banner_main_wrap .banner_inner-wrapper .banner_left .heading {
        margin-top: 25px
    }
}

@media(max-width:1199px) {
    .banner_main_wrap .banner_inner-wrapper .banner_left .heading {
        font-size: 2.25rem
    }
}

.banner_main_wrap .banner_inner-wrapper .banner_left .sub-heading {
    font-size: 1.25rem;
    color: #5f5f5f;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    line-height: 1.8;
    padding-right: 21px
}

@media(max-width:1199px) {
    .banner_main_wrap .banner_inner-wrapper .banner_left .sub-heading {
        font-size: 1.125rem;
        padding-right: 0
    }
}

.banner_main_wrap .banner_inner-wrapper .banner_right {
    width: 670px
}

@media(max-width:1199px) {
    .banner_main_wrap .banner_inner-wrapper .banner_right {
        width: 100%;
        position: static
    }
}

.new_form_wrap {
    padding: 40px
}

@media(max-width:1199px) {
    .new_form_wrap {
        padding: 15px;
        /* display: none; */
    }
}

.new_form_wrap {
    /* background-color: #feefce; */
    padding: 25px;
    border-radius: 8px
}

@media(max-width:1199px) {
    .new_form_wrap {
        padding: 10px
    }
}

.new_form_wrap .new_form {
    background-color: #fff;
    padding: 21px 13px 13px;
    box-shadow: 0 8px 34px rgba(0, 0, 0, .3215686275);
    border-radius: 8px
}

.new_form_wrap .new_form .sub-headingnew {
    font-size: 1.25rem;
    color: #2c2c2c;
    text-align: center;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    margin-bottom: 7px
}

.new_form_wrap .new_form .checked-wrap {
    display: flex;
    padding-left: 12px;
    padding-top: 0;
    margin: 0;
    padding-right: 20px;
    justify-content: space-between
}

.new_form_wrap .new_form .checked-wrap .styled-checkbox {
    position: absolute;
    opacity: 0;
    font-family: Poppins, sans-serif
}

.new_form_wrap .new_form .checked-wrap .styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
    display: flex;
    font-family: Poppins, sans-serif
}

.new_form_wrap .new_form .checked-wrap .styled-checkbox+label:before {
    content: "";
    margin-right: 7px;
    display: inline-block;
    width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 2px;
    box-shadow: none !important;
    min-width: 18px;
    z-index: 1;
    position: relative;
    border: 2px solid #8a8a8a
}

.new_form_wrap .new_form .checked-wrap .styled-checkbox+label:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 10px;
    background: #2c2c2c;
    width: 1px;
    height: 2px;
    box-shadow: 2px 0 0 #2c2c2c, 4px 0 0 #2c2c2c, 4px -2px 0 #2c2c2c, 4px -4px 0 #2c2c2c, 4px -6px 0 #2c2c2c, 4px -8px 0 #2c2c2c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid transparent
}

.new_form_wrap .new_form .checked-wrap .styled-checkbox:checked+label:before {
    background: transparent;
    border: 2px solid #2c2c2c
}

.new_form_wrap .new_form .checked-wrap .have-coupon-wrapper a {
    font-size: 11px;
    color: #2c2c2c;
    text-decoration: none;
    position: relative
}

.new_form_wrap .new_form .checked-wrap .have-coupon-wrapper a:after {
    content: "";
    width: 0;
    background-color: #bfbfbf;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -2px
}

.new_form_wrap .new_form .checked-wrap .have-coupon-wrapper a:hover {
    text-decoration: none
}

.new_form_wrap .new_form .checked-wrap .have-coupon-wrapper a:hover:after {
    width: 100%
}

@media(max-width:500px) {
    .new_form_wrap .new_form .date-picker-x {
        left: 0;
        right: 0;
        width: 100%;
        box-sizing: border-box
    }
}

.new_form_wrap .new_form .error-txt {
    margin: 0;
    color: red;
    font-size: 12px
}

.new_form_wrap .new_form .anotherField {
    margin-bottom: 12px
}

.new_form_wrap .new_form .__input-box {
    width: 100%;
    display: block;
    padding: 0 12px;
    margin-bottom: 20px;
    vertical-align: top;
    position: relative
}

.new_form_wrap .new_form .__input-box .p-relative {
    position: relative
}

.new_form_wrap .new_form .__input-box.phoneFieldArea .form-control:-moz-placeholder {
    color: #8a8a8a;
    font-weight: 400
}

.new_form_wrap .new_form .__input-box.phoneFieldArea .form-control::-webkit-input-placeholder,
.new_form_wrap .new_form .__input-box.phoneFieldArea .form-control::-webkit-placeholder {
    color: #8a8a8a;
    font-weight: 400
}

.new_form_wrap .new_form .__input-box.phoneFieldArea .form-control::-moz-placeholder {
    color: #8a8a8a;
    font-weight: 400
}

.new_form_wrap .new_form .__input-box.phoneFieldArea .form-control::-ms-input-placeholder {
    color: #8a8a8a;
    font-weight: 400
}

.new_form_wrap .new_form .__input-box.phoneFieldArea select {
    max-width: 100px;
    position: absolute;
    left: 1px;
    top: 9px;
    max-width: 114px;
    font-family: Poppins, sans-serif;
    border-radius: 4px 0 0 4px !important;
    background-color: #f6f6fa
}

.new_form_wrap .new_form .__input-box.phoneFieldArea .form-control {
    padding-left: 10px;
}

@media(max-width:767px) {
    .new_form_wrap .new_form .__input-box {
        width: 100%
    }
}

.new_form_wrap .new_form .__input-box select {
    border: 0 !important
}

.new_form_wrap .new_form .__input-box input::-webkit-inner-spin-button,
.new_form_wrap .new_form .__input-box input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.new_form_wrap .new_form .__input-box .form-control {
    border: 1px solid #c8c8c8;
    background-color: #f6f6fa;
}

.new_form_wrap .new_form .__input-box .form-control:-moz-placeholder {
    color: #8a8a8a;
    font-family: Poppins, sans-serif
}

.new_form_wrap .new_form .__input-box .form-control::-webkit-placeholder {
    color: transparent;
    font-family: Poppins, sans-serif
}

.new_form_wrap .new_form .__input-box .form-control::-webkit-input-placeholder {
    color: #8a8a8a;
    font-family: Poppins, sans-serif
}

.new_form_wrap .new_form .__input-box .form-control::-moz-placeholder {
    color: #8a8a8a;
    font-family: Poppins, sans-serif
}

.new_form_wrap .new_form .__input-box .form-control::-ms-input-placeholder {
    color: #8a8a8a;
    font-family: Poppins, sans-serif
}

.new_form_wrap .new_form .__input-box label {
    font-size: 14px;
    display: block;
    text-transform: capitalize;
    line-height: 1;
    font-weight: 400;
    color: #2c2c2c
}

.new_form_wrap .new_form .__input-box .floating-label {
    position: absolute;
    top: 17px;
    left: 25px;
    pointer-events: none;
    transition: top .3s ease, font-size .3s ease;
    color: #8a8a8a;
    z-index: 2
}

.new_form_wrap .new_form .__input-box .floating-label:after {
    content: "";
    height: 1px;
    left: 0;
    width: 100%;
    background-color: #f6f6fa;
    position: absolute;
    bottom: 4px;
    z-index: -1
}

.new_form_wrap .new_form .__input-box input,
.new_form_wrap .new_form .__input-box select,
.new_form_wrap .new_form .__input-box textarea {
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    width: 100%;
    outline: none;
    border-radius: 4px
}

.new_form_wrap .new_form .__input-box .textareaOuter {
    background-color: #f6f6fa;
    border: 1px solid #c8c8c8;
    display: block;
    padding: 6px 8px;
    font-size: 14px;
    width: 100%;
    outline: none;
    border-radius: 3px
}

.new_form_wrap .new_form .__input-box .textareaOuter .progress {
    height: 6px;
    margin-bottom: 5px
}

.new_form_wrap .new_form .__input-box .textareaOuter textarea {
    border: 0 !important;
    font-size: 14px;
    border: 0;
    min-height: 145px;
    width: 100%;
    resize: none;
    padding: 0;
    font-family: Poppins, sans-serif
}

.new_form_wrap .new_form .__input-box .textareaOuter .filesCollection {
    line-height: 1;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px !important;
    position: relative;
    z-index: 2
}

.new_form_wrap .new_form .__input-box .textareaOuter input[type=file] {
    z-index: 1;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 110px;
    top: 0;
    left: 6px;
    opacity: 0;
    max-height: 20px;
    font-family: Poppins, sans-serif
}

.new_form_wrap .new_form .__input-box .textareaOuter .file-select {
    position: relative
}

.new_form_wrap .new_form .__input-box .textareaOuter .addFile {
    border: 0;
    padding: 0 0 6px 20px;
    background-color: transparent;
    font-size: 14px;
    font-weight: 500;
    color: #2c2c2c;
    line-height: 1;
    background-repeat: no-repeat;
    background-position: 0 1px;
    cursor: pointer;
    white-space: nowrap
}

.new_form_wrap .new_form .__input-box .__page-count-container {
    position: absolute;
    right: 0;
    top: 7px;
    display: flex;
    align-items: center
}

.new_form_wrap .new_form .__input-box .__page-count-container .word-count {
    font-size: 11px;
    color: #8a8a8a
}

.new_form_wrap .new_form .__input-box .__page-count-container .__button {
    display: inline-block;
    padding: 3px 11px;
    text-align: center;
    font-size: 16px;
    border: none;
    cursor: pointer;
    height: 35px;
    color: #909090;
    background: transparent
}

.new_form_wrap .new_form .__input-box .__page-count-container .__button.disabled {
    opacity: .5;
    cursor: not-allowed
}

.new_form_wrap .new_form .__input-box .__page-count-container .__button img {
    max-width: 15px;
    -webkit-filter: contrast(19.5);
    filter: contrast(19.5)
}

.new_form_wrap .new_form .__input-box .__page-count-container .__button.\--plus-button {
    left: 120px;
    color: #909090
}

.new_form_wrap .new_form .__input-box .__deadline-container select {
    position: absolute;
    right: 0;
    max-width: 140px;
    background: #f6f6fa;
    border-radius: 3px
}

@media(max-width:991px) {
    .new_form_wrap .new_form .__input-box .__deadline-container select {
        max-width: 137px
    }
}

@media(max-width:320px) {
    .new_form_wrap .new_form .__input-box .__deadline-container select {
        max-width: calc(100% - 150px)
    }
}

.new_form_wrap .new_form .__input-box .__deadline-container input[type=text]:-moz-placeholder {
    color: #8a8a8a;
    font-weight: 400
}

.new_form_wrap .new_form .__input-box .__deadline-container input[type=text]::-webkit-input-placeholder,
.new_form_wrap .new_form .__input-box .__deadline-container input[type=text]::-webkit-placeholder {
    color: #8a8a8a;
    font-weight: 400
}

.new_form_wrap .new_form .__input-box .__deadline-container input[type=text]::-moz-placeholder {
    color: #8a8a8a;
    font-weight: 400
}

.new_form_wrap .new_form .__input-box .__deadline-container input[type=text]::-ms-input-placeholder {
    color: #8a8a8a;
    font-weight: 400
}

@media(max-width:767px) {
    .new_form_wrap .new_form .__input-box .__deadline-container input[type=text] {
        max-width: 140px
    }
}

.new_form_wrap .new_form .__input-box .__deadline-container {
    position: relative;
    background-color: #f6f6fa
}

.new_form_wrap .new_form .__input-box .__deadline-container select {
    height: 48px;
    font-size: 14px;
    top: 0;
    border-left: 0;
    right: 5px;
    outline: none;
    display: inline-block;
    max-width: 106px;
    width: 100%;
    background: transparent;
    border-radius: 3px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    font-family: Poppins, sans-serif
}

@media(max-width:1200px) {
    .new_form_wrap .new_form .__input-box .__deadline-container select {
        max-width: 98px
    }
}

@media(max-width:767px) {
    .new_form_wrap .new_form .__input-box .__deadline-container select {
        max-width: 75px
    }
}

@media(max-width:991px) {
    .new_form_wrap .new_form .__input-box .__deadline-container select {
        max-width: 80px
    }
}

@media(max-width:767px) {
    .new_form_wrap .new_form .__input-box .__deadline-container select {
        max-width: 90px;
        margin-right: 0
    }
}

@media(min-width:390px)and (max-width:425px) {
    .new_form_wrap .new_form .__input-box .__deadline-container select {
        max-width: calc(100% - 215px)
    }
}

@media(min-width:600px)and (max-width:767px) {
    .new_form_wrap .new_form .__input-box .__deadline-container select {
        max-width: 20%
    }
}

@media(max-width:320px) {
    .new_form_wrap .new_form .__input-box .__deadline-container select {
        max-width: calc(100% - 140px)
    }
}

.new_form_wrap .new_form .__input-box .__deadline-container input[type=text] {
    max-width: 100%;
    width: 100%;
    height: 48px;
    font-family: Poppins, sans-serif;
    min-width: 202px;
    margin: 0;
    padding-left: 12px;
    background-color: #f6f6fa
}

@media(min-width:600px)and (max-width:767px) {
    .new_form_wrap .new_form .__input-box .__deadline-container input[type=text] {
        min-width: 80%
    }
}

.new_form_wrap .new_form .__input-box .__deadline-container input[type=text]:not(:last-child) {
    margin-right: 0
}

.new_form_wrap .new_form input {
    height: 48px
}

.new_form_wrap .__button-container {
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px
}

@media(max-width:767px) {
    .new_form_wrap .__button-container {
        margin-top: 20px
    }
}

.new_form_wrap .__button-container .button {
    color: #fff;
    background-color: #008ECC;
    font-size: 18px;
    border: none;
    padding: 10px 40px;
    border-radius: 4px;
    width: 246px;
    cursor: pointer;
    margin: 0 auto;
    transition: all .3s linear;
    font-family: Poppins, sans-serif
}

.new_form_wrap .__button-container .button:hover {
    color: #fff;
    box-shadow: 0 5px 15px #41c5ff4a;
    transition: all .2s ease-in-out;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.new_form_wrap .servicetype .btn {
    box-shadow: none !important;
    border-color: #3176ef;
    color: #3176ef;
    font-size: 12px;
    padding: 2px 10px;
    height: 25px
}

.new_form_wrap .servicetype .btn.active,
.new_form_wrap .servicetype .btn:hover {
    color: #fff;
    background: #3176ef;
    box-shadow: 0 8px 16px rgba(49, 118, 239, .5019607843) !important
}

.new_form_wrap .servicetype .assignment-type-info-wrapper {
    position: relative;
    padding: 0 10px
}

.new_form_wrap .servicetype .assignment-type-info-wrapper img {
    cursor: pointer
}

.new_form_wrap .servicetype .assignment-type-info-wrapper img:hover~.assignment-type-info-tooltip {
    display: flex
}

.new_form_wrap .servicetype .assignment-type-info-wrapper .assignment-type-info-tooltip {
    display: none;
    flex-direction: column;
    background: grey;
    color: #fff;
    padding: 10px;
    background: #d2d2d2 0 0 no-repeat padding-box;
    width: 315px;
    position: absolute;
    z-index: 99;
    top: auto;
    bottom: 32px;
    left: -248px;
    box-shadow: 1px 1px 3px 0 rgba(35, 36, 36, .368627451)
}

.new_form_wrap .servicetype .assignment-type-info-wrapper .assignment-type-info-tooltip p {
    color: rgba(44, 44, 44, .7019607843);
    font-size: 12px;
    margin-bottom: 4px
}

.new_form_wrap .servicetype .assignment-type-info-wrapper .assignment-type-info-tooltip strong {
    color: #2c2c2c
}

.new_form_wrap .servicetype .assignment-type-info-wrapper .assignment-type-info-tooltip:after {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #d2d2d2;
    position: absolute;
    right: 37px;
    bottom: -10px
}

.new_form_wrap .relativeParent {
    position: relative
}

.new_form_wrap .relativeParent .autoCompleteLoader {
    position: absolute;
    right: 22px;
    top: 15px;
    z-index: 9;
    -webkit-filter: contrast(.8977);
    filter: contrast(.8977)
}

.checked-wrap small {
    font-size: 11px !important;
    color: #2c2c2c;
    padding-top: 4px
}

input:focus,
select:focus,
textarea:focus {
    outline: none !important;
    box-shadow: none !important
}

#bannerformgoogle a.apply {
    color: #008ECC;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Poppins, sans-serif
}

#bannerformgoogle a.apply.disabled {
    color: #8a8a8a !important;
    pointer-events: none
}

#bannerformgoogle a.apply:focus,
#bannerformgoogle a.apply:focus-within,
#bannerformgoogle a.apply:hover {
    color: #008ECC
}

#bannerformgoogle .coupon-code-field-wrapper {
    width: 100%;
    display: block;
    padding: 0 12px;
    margin-bottom: 20px;
    vertical-align: top;
    position: relative
}

#bannerformgoogle .coupon-code-field-wrapper .coupon-code-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    justify-content: space-between;
    background-color: #f6f6fa
}

#bannerformgoogle .coupon-code-field-wrapper .coupon-code-group .remove {
    color: #f05f5f;
    font-size: 14px;
    padding: 0 10px;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center
}

#bannerformgoogle .coupon-code-field-wrapper .coupon-code-group input.form-control {
    border: none !important;
    width: calc(100% - 100px);
    font-size: 14px;
    background-color: #f6f6fa
}

#bannerformgoogle .coupon-code-field-wrapper .coupon-code-group input.form-control:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none
}

#bannerformgoogle .coupon-code-field-wrapper .coupon-code-group .applied-coupon-text {
    display: flex;
    align-items: center;
    padding: 10px;
    font-size: 12px
}

#bannerformgoogle div#file-attach {
    max-width: 86px;
    margin-top: 6px !important;
    padding-right: 0
}

@media(max-width:767px) {
    #bannerformgoogle .coupon-code-field-wrapper {
        margin-bottom: 0
    }
}

#bannerformgoogle select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-lbl {
    top: -5px !important;
    font-size: 10px !important
}

@media(min-width:1199px) {
    .__button-container-mobile {
        display: none
    }
}

@media(max-width:1199px) {
    .__button-container-mobile {
        display: block;
        text-align: center;
        padding: 12px 0;
        border-radius: 3px
    }

    .__button-container-mobile .button {
        color: #fff;
        background-color: #008ECC;
        font-size: 18px;
        padding: 7px 10px;
        border: none;
        height: 48px;
        border-radius: 4px;
        width: 100%;
        cursor: pointer;
        margin: 0 auto;
        transition: all .3s linear;
        font-family: Poppins, sans-serif;
        display: flex;
        justify-content: center;
        align-items: center
    }
}

a.show-fileswrapper:hover {
    text-decoration: none
}

.new_form_wrap .new_form .__input-box .__page-count-container .__button.disabled img {
    -webkit-filter: none;
    filter: none;
    pointer-events: none
}

.university_feature_wrap {
    z-index: 1
}

.university_feature_wrap .heading-client-review .heading-new {
    color: #2c2c2c;
    font-size: 14px;
    padding-top: 18px;
    padding-bottom: 13px
}

@media(max-width:1199px) {
    .university_feature_wrap .heading-client-review .heading-new {
        padding-bottom: 8px;
        text-align: center
    }
}

.university_feature_wrap .heading-client-review .heading-new strong {
    font-weight: 700
}

.university_feature_wrap .features-wrap-main {
    display: flex;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px
}

@media(max-width:1199px) {
    .university_feature_wrap .features-wrap-main {
        -webkit-column-gap: 24px;
        -moz-column-gap: 24px;
        column-gap: 24px;
        justify-content: center
    }
}

.university_feature_wrap .features-wrap-main .feature_lf {
    display: flex;
    align-items: center;
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
    font-size: 13px;
    color: #2c2c2c;
    font-family: Poppins, sans-serif;
    margin-bottom: 15px
}

@media(max-width:1199px) {
    .university_feature_wrap .features-wrap-main .feature_lf img {
        width: 95px
    }
}

.experts_wrap {
    background-color: #f3f3f7
}

.experts_wrap .main-wrap {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-bottom: 20px
}

.experts_wrap .main-wrap .wave-exerts-slider {
    position: absolute;
    z-index: -1
}

.experts_wrap .main-wrap .heading_wrap {
    padding-top: 40px
}

@media(max-width:1199px) {
    .experts_wrap .main-wrap .heading_wrap {
        padding-top: 30px
    }
}

.experts_wrap .main-wrap .heading_wrap .heading {
    font-size: 48px;
    color: #2c2c2c;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    margin-bottom: 20px;
    text-align: center
}

@media(max-width:1199px) {
    .experts_wrap .main-wrap .heading_wrap .heading {
        font-size: 26px
    }
}

.experts_wrap .main-wrap .heading_wrap .sub-heading {
    font-size: 18px;
    color: #5f5f5f;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    margin-bottom: 25px;
    text-align: center
}

@media(max-width:1199px) {
    .experts_wrap .main-wrap .heading_wrap .sub-heading {
        font-size: 16px
    }
}

.experts_wrap .main-wrap .main-slider-wrap {
    padding: 18px 21px
}

.experts_wrap .main-wrap .main-slider-wrap .card-new {
    width: 100%;
    border-radius: 12px;
    background-color: #fff;
    border: none;
    padding: 25px 12px
}

.experts_wrap .main-wrap .main-slider-wrap .card-new .top-head {
    display: flex;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    align-items: center
}

.experts_wrap .main-wrap .main-slider-wrap .card-new .top-head .left-sec {
    position: relative
}

.experts_wrap .main-wrap .main-slider-wrap .card-new .top-head .left-sec .active-green {
    width: 12px;
    height: 12px;
    border-radius: 60px;
    background-color: #13bf73;
    position: absolute;
    right: 5px;
    bottom: 0;
    border: 1px solid #fff
}

.experts_wrap .main-wrap .main-slider-wrap .card-new .top-head .left-sec .image-container {
    width: 63px;
    height: 63px;
    border-radius: 100%;
    background-color: #f6f6fa
}

.experts_wrap .main-wrap .main-slider-wrap .card-new .top-head .right {
    display: flex;
    flex-direction: column;
    row-gap: 5px
}

.experts_wrap .main-wrap .main-slider-wrap .card-new .top-head .right .name {
    font-size: 1rem;
    color: #2c2c2c;
    font-weight: 700;
    line-height: 1
}

.experts_wrap .main-wrap .main-slider-wrap .card-new .top-head .right .detail {
    font-size: 14px;
    color: #8a8a8a;
    font-weight: 400;
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media(max-width:767px) {
    .experts_wrap .main-wrap .main-slider-wrap .card-new .top-head .right .detail {
        width: 175px
    }
}

.experts_wrap .main-wrap .main-slider-wrap .card-new .top-head .right .rating--wrap {
    display: flex;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    width: 120px
}

.experts_wrap .main-wrap .main-slider-wrap .card-new .detail-container {
    color: #2c2c2c;
    font-size: 14px;
    height: 150px;
    margin-bottom: 30px;
    padding: 0 0 20px;
    margin-top: 20px
}

@media(max-width:767px) {
    .experts_wrap .main-wrap .main-slider-wrap .card-new .detail-container {
        height: auto
    }
}

.experts_wrap .main-wrap .main-slider-wrap .card-new .bottom-wrap {
    display: flex;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    align-items: center;
    justify-content: space-between;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px
}

.experts_wrap .main-wrap .main-slider-wrap .card-new .bottom-wrap .left-main {
    display: flex;
    flex-direction: column;
    row-gap: 5px
}

.experts_wrap .main-wrap .main-slider-wrap .card-new .bottom-wrap .left-main .expert-stat {
    display: flex;
    align-items: center;
    font-size: 11px;
    color: #8a8a8a;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px
}

.experts_wrap .main-wrap .main-slider-wrap .card-new .bottom-wrap .left-main .expert-stat span {
    color: #2c2c2c;
    font-weight: 700
}

.experts_wrap .main-wrap .main-slider-wrap .card-new .bottom-wrap .left-main .expert-stat img {
    width: 12px
}

.experts_wrap .main-wrap .main-slider-wrap .card-new .bottom-wrap .right-main a.hire-btn {
    border: 1px solid #008ECC;
    color: #008ECC;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 48px;
    border-radius: 4px
}

.experts_wrap .main-wrap .main-slider-wrap .card-new .bottom-wrap .right-main a.hire-btn:hover {
    box-shadow: 0 5px 15px #41c5ff4a;
    transition: all .2s ease-in-out;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    text-decoration: none
}

.how_it_works_wrap {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 50px 0
}

@media(max-width:767px) {
    .how_it_works_wrap {
        padding: 30px 0
    }
}

.how_it_works_wrap .how_it_works_bx {
    width: 100%
}

.how_it_works_wrap .how_it_works_bx .heading {
    font-size: 48px;
    color: #2c2c2c;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    text-align: center;
    margin-bottom: 34px;
    margin-top: 12px
}

@media(max-width:1199px) {
    .how_it_works_wrap .how_it_works_bx .heading {
        font-size: 26px
    }
}

.how_it_works_wrap .how_it_works_bx .how_it_works_inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

@media(min-width:1199px) {
    .how_it_works_wrap .how_it_works_bx .how_it_works_inner {
        padding: 0 85px
    }
}

.how_it_works_wrap .how_it_works_bx .how_it_works_inner .bow_it_works_bx {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

@media(min-width:993px) {
    .how_it_works_wrap .how_it_works_bx .how_it_works_inner .bow_it_works_bx {
        width: 251px
    }
}

.how_it_works_wrap .how_it_works_bx .how_it_works_inner .bow_it_works_bx .how_it_work_step {
    position: absolute;
    width: 53px;
    display: flex;
    padding-top: 53px;
    right: -117px
}

@media(max-width:1199px) {
    .how_it_works_wrap .how_it_works_bx .how_it_works_inner .bow_it_works_bx .how_it_work_step {
        display: none
    }
}

.how_it_works_wrap .how_it_works_bx .how_it_works_inner .bow_it_works_bx .ïmage-container-box {
    background-color: #f3f3f7;
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%
}

.how_it_works_wrap .how_it_works_bx .how_it_works_inner .bow_it_works_bx .detail-fts {
    font-size: 20px;
    color: #2c2c2c;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 15px;
    text-align: center
}

.how_it_works_wrap .how_it_works_bx .how_it_works_inner .bow_it_works_bx .how-it-detail {
    text-align: center;
    padding: 10px 0;
    line-height: 1.8;
    height: 150px
}

@media(max-width:767px) {
    .how_it_works_wrap .how_it_works_bx .how_it_works_inner .bow_it_works_bx .how-it-detail {
        height: auto
    }
}

.button-container {
    display: flex;
    justify-content: center;
    margin-top: 20px
}

@media(max-width:1199px) {
    .button-container {
        margin-top: 30px
    }
}

.button-container a.button {
    color: #fff;
    min-width: 242px;
    padding: 10px 40px;
    background-color: #008ECC;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    transition: all .3s linear
}

@media(max-width:1199px) {
    .button-container a.button {
        min-width: 210px
    }
}

.button-container a.button:hover {
    color: #fff;
    box-shadow: 0 5px 15px #41c5ff4a;
    transition: all .2s ease-in-out;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    text-decoration: none
}

.other_services_wrap {
    position: relative;
    padding: 50px 0;
    z-index: 1;
    overflow: hidden
}

@media(max-width:1199px) {
    .other_services_wrap {
        padding-top: 25px
    }
}

.other_services_wrap .other_services_heading_wrap .heading {
    font-size: 48px;
    color: #2c2c2c;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    margin-bottom: 25px;
    text-align: center
}

@media(max-width:1199px) {
    .other_services_wrap .other_services_heading_wrap .heading {
        font-size: 26px
    }
}

.other_services_wrap .other_services_heading_wrap .sub-heading {
    font-size: 18px;
    color: #5f5f5f;
    font-family: Poppins, sans-serif;
    margin-bottom: 25px;
    text-align: center
}

@media(max-width:1199px) {
    .other_services_wrap .other_services_heading_wrap .sub-heading {
        font-size: 1rem
    }
}

.other_services_wrap .other_services_main_wrap {
    display: flex;
    justify-content: center;
    -webkit-column-gap: 23px;
    -moz-column-gap: 23px;
    column-gap: 23px;
    row-gap: 23px;
    flex-wrap: wrap;
    padding-top: 20px
}

.other_services_wrap .other_services_main_wrap .other_services_bx {
    background-color: #fff;
    box-shadow: 1px 2px 6px rgba(177, 189, 214, .6);
    border-radius: 12px;
    padding: 20px;
    width: 275px;
    position: relative
}

.other_services_wrap .other_services_main_wrap .other_services_bx:hover {
    box-shadow: 0 28px 46px rgba(0, 0, 0, .1607843137);
    text-decoration: none
}

.other_services_wrap .other_services_main_wrap .other_services_bx .tool-heading {
    font-size: 20px;
    color: #2c2c2c;
    font-weight: 700;
    padding-top: 20px
}

.other_services_wrap .other_services_main_wrap .other_services_bx .tool-heading:hover {
    text-decoration: underline
}

.other_services_wrap .other_services_main_wrap .other_services_bx .service-detail {
    font-size: 1rem;
    color: #8a8a8a;
    margin: 0;
    padding: 6px 0 0
}

.other_services_wrap .other_services_main_wrap .other_services_bx .service-detail:hover {
    text-decoration: none
}

.writing_tools_wrap {
    position: relative;
    padding: 50px 0;
    z-index: 1;
    overflow: hidden
}

@media(max-width:1199px) {
    .writing_tools_wrap {
        padding-top: 25px
    }
}

.writing_tools_wrap .writing_heading_wrap .heading {
    font-size: 48px;
    color: #2c2c2c;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    margin-bottom: 25px;
    text-align: center
}

@media(max-width:1199px) {
    .writing_tools_wrap .writing_heading_wrap .heading {
        font-size: 26px
    }
}

.writing_tools_wrap .tools_wrap {
    display: flex;
    justify-content: center;
    -webkit-column-gap: 23px;
    -moz-column-gap: 23px;
    column-gap: 23px;
    row-gap: 60px;
    flex-wrap: wrap;
    padding-top: 70px
}

@media(max-width:1199px) {
    .writing_tools_wrap .tools_wrap {
        padding-top: 30px
    }
}

.writing_tools_wrap .tools_wrap .tool_bx {
    background-color: #fff;
    box-shadow: 1px 2px 6px rgba(177, 189, 214, .6);
    border-radius: 12px;
    padding: 20px;
    width: 275px;
    position: relative
}

.writing_tools_wrap .tools_wrap .tool_bx:hover {
    box-shadow: 0 28px 46px rgba(0, 0, 0, .1607843137)
}

.writing_tools_wrap .tools_wrap .tool_bx .tool-circle {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #2c2c2c;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -27px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto
}

.writing_tools_wrap .tools_wrap .tool_bx .tool-heading {
    font-size: 20px;
    color: #2c2c2c;
    font-weight: 700;
    padding-top: 25px
}

.writing_tools_wrap .tools_wrap .tool_bx .tool-detail {
    font-size: 1rem;
    color: #8a8a8a;
    padding: 15px 0;
    margin: 0
}

.writing_tools_wrap .tools_wrap .tool_bx .text-button {
    color: #0c5ff2;
    font-size: 1rem;
    text-decoration: none;
    font-weight: 600
}

.writing_tools_wrap .tools_wrap .tool_bx .text-button:hover {
    text-decoration: underline
}

.happy-users-wrap {
    padding: 50px 0
}

@media(max-width:1199px) {
    .happy-users-wrap {
        padding: 0
    }
}

.happy-users-wrap .happy-users-main {
    min-height: 280px;
    border-radius: 20px;
    background: transparent linear-gradient(180deg, #f6f6fa, #f5f6fa 0, #d2e8ff) 0 0 no-repeat padding-box;
    padding: 20px 35px;
    display: flex;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
    align-items: center;
    margin: auto
}

@media(max-width:1199px) {
    .happy-users-wrap .happy-users-main {
        width: 100%;
        flex-direction: column;
        padding-top: 0
    }
}

@media only screen and (max-width:1199px)and (min-width:769px) {
    .happy-users-wrap .happy-users-main {
        padding-top: 35px
    }
}

@media(max-width:1199px) {
    .happy-users-wrap .happy-users-main .left-user img {
        width: 211px
    }
}

.happy-users-wrap .happy-users-main .right-user {
    display: flex;
    flex-direction: column
}

.happy-users-wrap .happy-users-main .right-user .heading {
    font-size: 48px;
    color: #2c2c2c;
    font-weight: 700
}

@media(max-width:1199px) {
    .happy-users-wrap .happy-users-main .right-user .heading {
        font-size: 26px;
        text-align: center
    }
}

.happy-users-wrap .happy-users-main .right-user .sub-heading {
    font-size: 18px;
    color: #5f5f5f;
    line-height: 1.7;
    margin-top: 10px
}

@media(max-width:1199px) {
    .happy-users-wrap .happy-users-main .right-user .sub-heading {
        text-align: center
    }
}

.happy-users-wrap .happy-users-main .right-user .button-container-new {
    display: flex;
    margin-top: 25px
}

@media(max-width:1199px) {
    .happy-users-wrap .happy-users-main .right-user .button-container-new {
        justify-content: center;
        margin-bottom: 20px
    }
}

.happy-users-wrap .happy-users-main .right-user .button-container-new a.button {
    color: #fff;
    min-width: 242px;
    background-color: #008ECC;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    transition: all .3s linear;
    padding: 11px 40px
}

.happy-users-wrap .happy-users-main .right-user .button-container-new a.button:hover {
    color: #fff;
    box-shadow: 0 5px 15px #41c5ff4a;
    transition: all .2s ease-in-out;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    text-decoration: none
}

.easy-autocomplete {
    position: relative
}

.easy-autocomplete input:focus,
.easy-autocomplete input:hover {
    box-shadow: none
}

footer {
    background: #f4f4f4;
    padding-bottom: 0
}

@media(min-width:1199px) {
    footer {
        margin-top: 100px
    }
}

@media(max-width:1199px) {
    footer {
        margin-top: 145px
    }
}

footer .subs_wrap {
    position: relative;
    height: 157px;
    display: flex;
    justify-content: center;
    align-items: center
}

@media(max-width:1199px) {
    footer .subs_wrap {
        height: 140px
    }
}

footer .subs_wrap .subs_bx {
    position: absolute;
    width: 936px;
    height: 241px;
    border-radius: 20px;
    background-color: #2c2c2c;
    box-shadow: 0 28px 46px rgba(0, 0, 0, .1607843137);
    top: -140px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

@media(max-width:1199px) {
    footer .subs_wrap .subs_bx {
        width: 100%
    }
}

footer .subs_wrap .subs_bx .bx_inner {
    display: flex;
    -moz-column-gap: 50px;
    -webkit-column-gap: 50px;
    column-gap: 50px
}

@media(max-width:1199px) {
    footer .subs_wrap .subs_bx .bx_inner {
        flex-direction: column
    }
}

footer .subs_wrap .subs_bx .bx_inner .left .heading {
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    margin-top: -20px;
    line-height: 1.3
}

@media(max-width:1199px) {
    footer .subs_wrap .subs_bx .bx_inner .left .heading {
        font-size: 26px
    }
}

footer .subs_wrap .subs_bx .bx_inner .left .sub-heading {
    color: #fff;
    font-size: 18px;
    margin: 0
}

footer .subs_wrap .subs_bx .bx_inner .right-wrap .right {
    display: flex;
    align-items: flex-start;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px
}

footer .subs_wrap .subs_bx .bx_inner .right-wrap .right .app--wrap {
    display: flex;
    flex-direction: column;
    row-gap: 18px
}

@media(max-width:1199px) {
    footer .subs_wrap .subs_bx .bx_inner .right-wrap .right .app--wrap {
        flex-direction: row;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        margin-top: 40px
    }
}

@media(max-width:1199px) {
    footer .subs_wrap .subs_bx .bx_inner .right-wrap .right .grcode {
        display: none
    }
}

footer .subs_wrap .subs_bx .bx_inner .right-wrap .notice {
    font-size: 10px;
    color: #fff;
    margin-top: 11px
}

footer .subs_wrap .subs_bx .pataka {
    position: absolute;
    bottom: 0;
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0
}

.ba-we-love-subscribers {
    width: 314px;
    height: 50px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 28px 46px rgba(0, 0, 0, .1607843137);
    font-family: Poppins, sans-serif;
    text-align: center;
    margin: 0 0 10px;
    display: none;
    opacity: 0
}

.ba-we-love-subscribers a.service-chat-wrap {
    display: flex;
    align-items: center;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    padding: 10px 20px 0
}

.ba-we-love-subscribers a.service-chat-wrap .left {
    width: 29px
}

.ba-we-love-subscribers a.service-chat-wrap .right {
    border-bottom: 1px solid #d1d1d1;
    color: #2c2c2c;
    font-size: 14px;
    width: 100%;
    text-align: left;
    padding-bottom: 7px
}

.ba-we-love-subscribers a.service-chat-wrap .right:hover {
    color: #008ECC
}

.ba-we-love-subscribers a.service-chat-wrap .right span {
    font-size: 12px;
    color: #8a8a8a
}

.ba-we-love-subscribers a.service-chat-wrap:hover {
    text-decoration: none
}

.ba-we-love-subscribers a.watsapp-wrap {
    display: flex;
    height: 54px;
    background-color: #13bf73;
    border-radius: 0 0 11px 11px;
    align-items: center;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    padding: 0 25px;
    color: #fff;
    font-size: 14px
}

.ba-we-love-subscribers a.watsapp-wrap:hover {
    text-decoration: none
}

.ba-we-love-subscribers.popup-ani {
    transition: all .3s cubic-bezier(.75, .85, .32, .275)
}

.ba-we-love-subscribers-fab {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    float: right;
    z-index: 5;
    position: relative
}

.ba-we-love-subscribers-fab .img-fab {
    height: 65px;
    width: 65px;
    cursor: pointer
}

.ba-we-love-subscribers-fab .img-fab1 {
    display: none
}

.ba-we-love-subscribers-fab .wrap {
    transition: all .15s cubic-bezier(.15, .87, .45, 1.23)
}

.ba-we-love-subscribers-wrap {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 1000
}

footer .footer-menu-wrap {
    display: flex;
    justify-content: space-between;
    -webkit-column-gap: 56px;
    -moz-column-gap: 56px;
    column-gap: 56px;
    padding-bottom: 20px
}

@media(max-width:1199px) {
    footer .footer-menu-wrap {
        flex-direction: column;
        padding-bottom: 7px
    }
}

footer .footer-menu-wrap .left-menu-set {
    display: flex;
    -webkit-column-gap: 90px;
    -moz-column-gap: 90px;
    column-gap: 90px
}

@media(max-width:768) {
    footer .footer-menu-wrap .left-menu-set {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        padding-bottom: 35px
    }
}

@media(min-width:1024px) {
    footer .footer-menu-wrap .left-menu-set {
        flex-direction: column
    }
}

footer .footer-menu-wrap .list-box .list-heading {
    font-size: 1rem;
    font-weight: 600;
    color: #2c2c2c;
    padding-bottom: 15px
}

@media(max-width:1199px) {
    footer .footer-menu-wrap .list-box .list-heading {
        display: none
    }
}

footer .footer-menu-wrap .list-box a.MobileFooter--toggle {
    display: none;
    position: relative
}

@media(max-width:1199px) {
    footer .footer-menu-wrap .list-box a.MobileFooter--toggle {
        display: block
    }
}

footer .footer-menu-wrap .list-box a.MobileFooter--toggle:hover {
    text-decoration: none
}

footer .footer-menu-wrap .list-box a.MobileFooter--toggle:after {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg)
}

footer .footer-menu-wrap .list-box a.collapsed.MobileFooter--toggle:after,
footer .footer-menu-wrap .list-box a.MobileFooter--toggle:after {
    border: solid #8a8a8a;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    content: "";
    position: absolute;
    right: 7px;
    top: 5px
}

footer .footer-menu-wrap .list-box a.collapsed.MobileFooter--toggle:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

footer .footer-menu-wrap .list-box ul.page-list {
    list-style-type: none;
    padding-left: 0
}

footer .footer-menu-wrap .list-box ul.page-list li {
    line-height: 21px;
    padding-right: 30px
}

footer .footer-menu-wrap .list-box ul.page-list li a {
    color: #8a8a8a;
    font-size: 12px;
    text-shadow: none;
    text-transform: capitalize
}

footer .footer-menu-wrap .list-box ul.page-list li a:hover {
    text-decoration: none;
    color: #008ECC
}

ul.links-list {
    list-style-type: none;
    padding-left: 0;
    position: relative;
    z-index: 9;
    display: block !important;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
}

@media(min-width:1199px) {
    ul.links-list {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
}

ul.links-list li {
    line-height: 21px
}

ul.links-list li:before {
    content: "\203A";
    color: #8a8a8a;
    font-size: 21px;
    margin-right: 10px;
    display: none
}

ul.links-list li a {
    color: #8a8a8a;
    font-size: 12px;
    text-shadow: none;
    text-transform: capitalize
}

ul.links-list li a:hover {
    text-decoration: none;
    color: #008ECC !important
}

.country-list-new .country-close {
    position: absolute;
    right: 3px;
    top: -4px;
    padding: 5px;
    cursor: pointer;
    font-size: 22px;
    color: #2c2c2c;
    font-weight: 300;
    z-index: 1
}

li.dropdown.country--list.__Country_Name a.dropdown-toggle:after {
    border: solid #8a8a8a;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    -webkit-transform-origin: 4px 5px;
    transform-origin: 4px 5px;
    position: absolute;
    right: -2px;
    top: 3px
}

@media(min-width:1199px) {

    ul#GetToKnowUsListFooter,
    ul#GetToKnowUsListFooter1,
    ul#LetUsHelpListFooter {
        display: block !important;
        padding: 0
    }
}

@media(min-width:992px) {
    div#best-in-countries {
        display: flex
    }
}

div#best-in-countries {
    margin-left: 0;
    margin-right: 0;
    display: block !important
}

@media(max-width:767px) {
    footer .best-in-countries ul.links-list {
        list-style-type: none;
        padding-left: 0;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%
    }
}

footer ul.links-list.country-list-new {
    display: flex !important;
    row-gap: 5px;
    flex-direction: column
}

footer ul.links-list.country-list-new li a {
    color: #2c2c2c
}

footer ul.links-list.country-list-new li a strong.country-drop {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 5px;
    align-items: flex-start;
    color: #8a8a8a;
    font-weight: 400
}

.dropdown-item:focus,
footer .dropdown-item:hover {
    background-color: transparent
}

.custom-column-count {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
}

@media(max-width:1199px) {
    .custom-column-count {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
}

footer li.dropdown-item {
    line-height: 14px
}

footer .footer-menu-bottom-wrap {
    border-top: 1px solid #8a8a8a
}

footer .footer-menu-bottom-wrap .secure-payment-wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center
}

footer .footer-menu-bottom-wrap .secure-payment-wrap .pay-head {
    font-size: 14px;
    font-weight: 600;
    color: #2c2c2c;
    padding-top: 13px;
    padding-bottom: 10px
}

footer .footer-menu-bottom-wrap .secure-payment-wrap .cr-head {
    font-size: 10px;
    font-weight: 400;
    color: #2c2c2c;
    padding-top: 13px;
    padding-bottom: 10px
}

@media(max-width:1199px) {
    footer .footer-menu-bottom-wrap .secure-payment-wrap .cr-head {
        text-align: center
    }
}

footer .footer-menu-bottom-wrap .secure-payment-wrap .bottom-tnc-wrap ul {
    list-style: none;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    align-items: center
}

@media(max-width:1199px) {
    footer .footer-menu-bottom-wrap .secure-payment-wrap .bottom-tnc-wrap ul {
        flex-wrap: wrap;
        justify-content: center
    }
}

footer .footer-menu-bottom-wrap .secure-payment-wrap .bottom-tnc-wrap ul li {
    list-style: none
}

footer .footer-menu-bottom-wrap .secure-payment-wrap .bottom-tnc-wrap ul li a {
    color: #8a8a8a;
    font-size: 12px;
    font-weight: 400
}

footer .footer-menu-bottom-wrap .secure-payment-wrap .bottom-tnc-wrap ul li a:hover {
    text-decoration: none;
    color: #008ECC
}

footer .footer-menu-bottom-wrap .secure-payment-wrap .bottom-tnc-wrap ul li.sep {
    background-color: #8a8a8a;
    height: 12px;
    width: 1px;
    cursor: text
}

footer .footer-menu-bottom-wrap .secure-payment-wrap .bottom-tnc-wrap ul li.sep:hover {
    text-decoration: none
}

.custom-overflow {
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden
}

.attachment-count-modal button.close {
    padding-top: 0;
    padding-bottom: 0
}

.attachment-count-modal .heading {
    font-size: 18px;
    color: #2c2c2c;
    text-align: center;
    font-weight: 600;
    font-family: Poppins, sans-serif
}

.attachment-count-modal .file-attach-wrap {
    padding: 20px
}

.__button-container {
    display: block;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px
}

.__button-container button.button {
    color: #fff;
    background-color: #008ECC;
    font-size: 18px;
    padding: 7px 10px;
    border: none;
    height: 48px;
    border-radius: 4px;
    width: 95%;
    cursor: pointer;
    margin: 0 auto;
    transition: all .3s linear;
    font-family: Poppins, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center
}

.__button-container button.button:hover {
    color: #fff;
    box-shadow: 0 5px 15px #41c5ff4a;
    transition: all .2s ease-in-out;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    text-decoration: none
}

.modal-content {
    border-radius: 12px
}

@media only screen and (max-width:1400px)and (min-width:1199px) {
    .container {
        padding-left: 45px;
        padding-right: 45px
    }
}

.form-control {
    color: #2c2c2c
}

.marquee {
    width: 65px;
    height: 65px;
    border-radius: 60px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-color: #008ECC;
    box-shadow: 0 5px 15px #41c5ff4a !important;
    transition: all .3s ease-in-out
}

.marquee-content {
    display: flex;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-animation: scrolling 5.6s linear infinite;
    animation: scrolling 5.6s linear infinite
}

.marquee-item img {
    display: block;
    width: 28px
}

@-webkit-keyframes scrolling {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translatex(-450px);
        transform: translatex(-450px)
    }
}

@keyframes scrolling {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translatex(-450px);
        transform: translatex(-450px)
    }
}

@media(max-width:767px) {
    footer .footer-menu-wrap .left-menu-set {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        justify-content: space-around
    }
}

@media only screen and (max-width:1199px)and (min-width:769px) {
    footer .footer-menu-wrap .left-menu-set {
        justify-content: space-around
    }
}

.style-3 {
    overflow-y: auto
}

.style-3::-webkit-scrollbar {
    width: 6px;
    background: transparent
}

.style-3::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 60px
}

.style-3::-webkit-scrollbar-track {
    background: transparent
}

.style-3 {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent
}

.style-3:hover::-webkit-scrollbar-thumb {
    background: #8a8a8a
}

.style-3:hover::-webkit-scrollbar-track {
    background: #f1f1f1
}

.style-3:hover {
    scrollbar-color: #8a8a8a #f1f1f1
}

@-moz-document url-prefix() {
    .__FormStickyWrapper .phoneFieldArea {
        flex: 0 0 24%;
        margin-left: 60px
    }

    .__FormStickyWrapper .phoneFieldArea+.descriptionField .textareaOuter {
        width: 754px
    }
}

.new_footer_sec .ph-wrap {
    display: flex;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px
}

.new_footer_sec .ph-wrap a.number {
    font-size: 14px;
    color: #8a8a8a
}

.new_footer_sec .ph-wrap a.number:hover {
    text-decoration: none;
    color: #008ECC
}

.new_footer_sec .social-sec {
    display: flex;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    margin-top: 25px
}

@media(max-width:1199px) {
    .new_footer_sec .social-sec {
        margin-bottom: 25px
    }
}

.new_footer_sec .social-sec img {
    transition: all .3s ease-in-out
}

.new_footer_sec .social-sec img:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.new_footer_sec .list-heading2 {
    font-size: 14px;
    font-weight: 600;
    color: #2c2c2c;
    padding-bottom: 15px;
    padding-top: 11px
}

.new_footer_sec .list-sub-heading2 {
    font-size: 12px;
    color: #8a8a8a
}

.new_footer_sec .app-store-main {
    display: flex;
    row-gap: 8px;
    padding-top: 8px
}

.new_footer_sec {
    display: flex;
    justify-content: space-between;
    width: 100%
}

@media(max-width:1199px) {
    .new_footer_sec {
        flex-direction: column
    }
}

@media(max-width:1199px) {
    .custom-border-mobile {
        border-top: 1px solid #8a8a8a;
        padding-top: 20px
    }
}

.menu-main-container .main-menu>ul>li .menu-container ul.menu-dropdown {
    z-index: 99999 !important
}

@media(max-width:767px) {
    footer .footer-menu-wrap .left-menu-set {
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        justify-content: space-around
    }
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.assignment-type-info-tooltip {
    text-align: left
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400
}

.date-picker-x {
    background: #fdfdfd;
    box-sizing: content-box;
    color: #444;
    display: none;
    font: 13px/1 Arial;
    padding: 10px;
    position: absolute;
    top: calc(100% - 10px);
    border: 1px solid #ccc;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 260px;
    z-index: 9
}

@media(max-width:767px) {
    .date-picker-x {
        top: calc(100% - 10px)
    }
}

.date-picker-x .dpx-next,
.date-picker-x .dpx-prev {
    color: #444
}

.date-picker-x .dpx-next:hover,
.date-picker-x .dpx-prev:hover {
    color: #ccc
}

@media(max-width:767px) {

    .date-picker-x .dpx-next:hover,
    .date-picker-x .dpx-prev:hover {
        color: #444
    }
}

.date-picker-x .dpx-content-box {
    height: auto
}

.date-picker-x .dpx-title {
    font-size: 16px
}

.reviews_sec {
    padding: 0;
    position: relative;
    overflow-x: hidden
}

@media only screen and (max-width:1199px)and (min-width:767px) {
    .reviews_sec {
        padding: 10px 0
    }
}

@media(max-width:767px) {
    .reviews_sec {
        padding: 11px 0 0
    }
}

.reviews_sec .bg_top_rev {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    max-height: 100%;
    max-width: 100%;
    width: 574px;
    height: 516px;
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat
}

@media(max-width:1366px) {
    .reviews_sec .bg_top_rev {
        width: 414px;
        height: 376px
    }
}

@media(max-width:767px) {
    .reviews_sec .bg_top_rev {
        width: 152px;
        height: 135px
    }
}

.reviews_sec .bg_bot_rev {
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    max-height: 100%;
    max-width: 100%;
    width: 1050px;
    height: 870px;
    background-size: 100%;
    background-position: 100% 100%;
    background-repeat: no-repeat
}

@media(max-width:1366px) {
    .reviews_sec .bg_bot_rev {
        width: 850px;
        height: 670px
    }
}

@media(max-width:767px) {
    .reviews_sec .bg_bot_rev {
        width: 222px;
        height: 171px
    }
}

.reviews_sec .review_sldr_ar {
    z-index: 1;
    position: relative
}

@media(max-width:767px) {
    .reviews_sec .review_sldr_ar {
        padding: 0 10px
    }
}

.reviews_sec .review_sldr_ar .hhd2 {
    font-size: 48px;
    font-weight: 700;
    color: #2c2c2c;
    text-align: center
}

@media(max-width:991px) {
    .reviews_sec .review_sldr_ar .hhd2 {
        font-size: 26px;
        line-height: 1.5
    }
}

.reviews_sec .review_sldr_ar p.t_txt {
    font-size: 18px;
    line-height: 24px;
    color: #5f5f5f;
    text-align: center;
    margin-bottom: 35px
}

@media(max-width:991px) {
    .reviews_sec .review_sldr_ar p.t_txt {
        font-size: 14px;
        line-height: 19px
    }
}

.reviews_sec .review_sldr_ar .ordr_slider .slider-item {
    width: 100%
}

.reviews_sec .review_sldr_ar .ordr_slider .slider-item .slide_it {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 5px;
    overflow: hidden
}

.reviews_sec .review_sldr_ar .ordr_slider .slider-item .slide_it .review_bx:last-child {
    margin-bottom: 20px
}

.reviews_sec .review_sldr_ar .review_bx {
    width: 100%;
    padding: 26px 16px;
    background: #fff;
    box-shadow: 1px 2px 8px rgba(177, 189, 214, .6);
    -moz-box-shadow: 1px 2px 8px rgba(177, 189, 214, .6);
    -webkit-box-shadow: 1px 2px 8px rgba(177, 189, 214, .6);
    position: relative;
    margin-bottom: 20px;
    border-radius: 10px;
    height: 271px;
    direction: rtl
}

@media(max-width:767px) {
    .reviews_sec .review_sldr_ar .review_bx {
        margin-bottom: 30px
    }
}

.reviews_sec .review_sldr_ar .review_bx .star_ar {
    display: flex;
    justify-content: space-between;
    line-height: 16px;
    margin-bottom: 7px;
    flex-direction: column;
    align-items: flex-end
}

.reviews_sec .review_sldr_ar .review_bx .star_ar .star_container {
    display: inline-block;
    direction: ltr
}

.reviews_sec .review_sldr_ar .review_bx .star_ar .star_container img {
    margin-right: 3px;
    width: 15px;
    display: inline-block
}

.reviews_sec .review_sldr_ar .review_bx .hhd4 {
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    color: #2c2c2c;
    padding-bottom: 7px
}

.reviews_sec .review_sldr_ar .review_bx>p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px
}

.reviews_sec .review_sldr_ar .review_bx .cont {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 145px
}

.reviews_sec .review_sldr_ar .review_bx .cont p {
    font-size: 14px;
    line-height: 1.6;
    color: #2c2c2c;
    margin-bottom: 0;
    padding-bottom: 0
}

.reviews_sec .review_sldr_ar .review_bx .cont .u_info {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column-reverse;
    position: relative
}

.reviews_sec .review_sldr_ar .review_bx .cont .u_info .date-latest {
    position: absolute;
    right: 0;
    font-size: 12px
}

.reviews_sec .review_sldr_ar .review_bx .cont .u_info p {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
    flex-direction: row-reverse
}

.reviews_sec .review_sldr_ar .review_bx .cont .u_info p span {
    color: #5f5f5f;
    font-size: 12px
}

.reviews_sec .review_sldr_ar .review_bx .cont .u_info p span.flag {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    width: 18px;
    max-width: 18px;
    height: 18px;
    position: relative;
    background: #fff
}

.reviews_sec .review_sldr_ar .review_bx .cont .u_info p span.flag img {
    margin-right: 0;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media(max-width:1199px) {
    .owl-carousel-rs2 {
        display: none !important
    }
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
    z-index: 1
}

.why_prefer_wrap {
    position: relative;
    padding-bottom: 50px;
    z-index: 1;
    overflow: hidden
}

@media(max-width:1199px) {
    .why_prefer_wrap {
        padding-bottom: 0
    }
}

.why_prefer_wrap .heading_wrap {
    padding-top: 20px
}

@media(max-width:1199px) {
    .why_prefer_wrap .heading_wrap {
        padding-top: 0
    }
}

.why_prefer_wrap .heading_wrap .heading {
    font-size: 48px;
    color: #2c2c2c;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    margin-bottom: 15px;
    text-align: center
}

@media(max-width:1199px) {
    .why_prefer_wrap .heading_wrap .heading {
        font-size: 26px
    }
}

.why_prefer_wrap .heading_wrap .sub-heading {
    font-size: 18px;
    color: #5f5f5f;
    font-family: Poppins, sans-serif;
    margin-bottom: 25px;
    text-align: center
}

@media(max-width:1199px) {
    .why_prefer_wrap .heading_wrap .sub-heading {
        font-size: 16px
    }
}

.why_prefer_wrap .why_prefer_container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 30px;
    background-color: hsla(0, 0%, 100%, .4235294118)
}

@media(max-width:1199px) {
    .why_prefer_wrap .why_prefer_container {
        width: 100%;
        row-gap: 0
    }
}

.why_prefer_wrap .why_prefer_container .feature-pilor {
    width: 370px
}

@media only screen and (max-width:1199px)and (min-width:993px) {
    .why_prefer_wrap .why_prefer_container .feature-pilor:last-child {
        width: 100%;
        display: flex;
        justify-content: space-between
    }

    .why_prefer_wrap .why_prefer_container .feature-pilor:last-child .feature_bx {
        width: 370px
    }
}

@media(max-width:992px) {
    .why_prefer_wrap .why_prefer_container .feature-pilor {
        width: 100%
    }
}

.why_prefer_wrap .why_prefer_container .feature-pilor .feature_bx {
    width: 100%;
    display: flex;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px
}

@media(min-width:1200px) {
    .why_prefer_wrap .why_prefer_container .feature-pilor .feature_bx {
        margin-top: 30px;
        min-height: 226px
    }
}

@media(max-width:1199px) {
    .why_prefer_wrap .why_prefer_container .feature-pilor .feature_bx {
        width: 100%
    }
}

.why_prefer_wrap .why_prefer_container .feature-pilor .feature_bx .lef-img {
    width: 76px;
    height: 76px
}

@media(max-width:1199px) {
    .why_prefer_wrap .why_prefer_container .feature-pilor .feature_bx .lef-img {
        width: 60px
    }
}

@media(max-width:1199px) {
    .why_prefer_wrap .why_prefer_container .feature-pilor .feature_bx .lef-img img {
        width: 46px;
        height: 46px
    }
}

.why_prefer_wrap .why_prefer_container .feature-pilor .feature_bx .right-detail .heading {
    font-size: 20px;
    color: #2c2c2c;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    margin-bottom: 0
}

@media(max-width:1199px) {
    .why_prefer_wrap .why_prefer_container .feature-pilor .feature_bx .right-detail .heading {
        font-size: 18px
    }
}

.why_prefer_wrap .why_prefer_container .feature-pilor .feature_bx .right-detail .detail {
    color: #8a8a8a;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    padding-top: 13px;
    line-height: 1.8;
    height: 150px
}

@media(max-width:767px) {
    .why_prefer_wrap .why_prefer_container .feature-pilor .feature_bx .right-detail .detail {
        height: auto
    }
}

@media(min-width:1200px) {
    .why_prefer_wrap .why_prefer_container .feature-pilor .feature_bx .right-detail .detail {
        padding-right: 15px
    }
}

@media(max-width:1199px) {
    .why_prefer_wrap .why_prefer_container .feature-pilor .feature_bx .right-detail {
        width: 100%
    }
}

.why_prefer_wrap .button-container {
    display: flex;
    justify-content: center;
    width: 100%
}

.why_prefer_wrap .button-container .button {
    color: #fff;
    background-color: #008ECC;
    font-size: 18px;
    border: none;
    height: 48px;
    border-radius: 4px;
    min-width: 242px;
    cursor: pointer;
    margin: 0 auto;
    font-family: Poppins, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s linear;
    padding: 0 40px
}

.why_prefer_wrap .button-container .button:hover {
    color: #fff;
    box-shadow: 0 5px 15px #41c5ff4a;
    transition: all .2s ease-in-out;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    text-decoration: none
}

.explore-excel-wrap {
    padding: 20px 0 50px
}

@media(max-width:1199px) {
    .explore-excel-wrap {
        padding-top: 40px
    }
}

@media only screen and (max-width:1199px)and (min-width:767px) {
    .explore-excel-wrap {
        padding-bottom: 20px
    }
}

.explore-excel-wrap .explore-excel-main {
    display: flex;
    justify-content: space-between;
    width: 1206px;
    margin: auto
}

@media(max-width:1199px) {
    .explore-excel-wrap .explore-excel-main {
        width: 100%;
        flex-direction: column
    }
}

.explore-excel-wrap .explore-excel-main .left-listing {
    width: 671px
}

@media(max-width:1199px) {
    .explore-excel-wrap .explore-excel-main .left-listing {
        width: 100%
    }
}

.explore-excel-wrap .explore-excel-main .left-listing .head {
    font-size: 48px;
    color: #2c2c2c;
    font-weight: 700
}

@media(max-width:1199px) {
    .explore-excel-wrap .explore-excel-main .left-listing .head {
        font-size: 26px
    }
}

.explore-excel-wrap .explore-excel-main .left-listing .sub-head {
    font-size: 18px;
    color: #5f5f5f;
    margin-top: 20px
}

@media(max-width:1199px) {
    .explore-excel-wrap .explore-excel-main .left-listing .sub-head {
        font-size: 16px
    }
}

.explore-excel-wrap .explore-excel-main .left-listing .listing-head {
    font-size: 20px;
    color: #2c2c2c;
    font-weight: 700;
    padding-top: 35px;
    padding-bottom: 20px
}

.explore-excel-wrap .explore-excel-main .left-listing .service-listing {
    display: flex;
    justify-content: space-between
}

.explore-excel-wrap .explore-excel-main .left-listing .service-listing ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    -webkit-column-gap: 13px;
    -moz-column-gap: 13px;
    column-gap: 13px;
    width: 100%;
    text-indent: -11px;
    margin-left: 18px
}

.explore-excel-wrap .explore-excel-main .left-listing .service-listing ul li {
    width: 207px;
    color: #5f5f5f;
    font-size: 1rem;
    margin-bottom: 18px;
    word-wrap: break-word;
    padding-right: 10px
}

@media(max-width:767px) {
    .explore-excel-wrap .explore-excel-main .left-listing .service-listing ul li {
        width: 100%
    }
}

.explore-excel-wrap .explore-excel-main .left-listing .service-listing ul li:before {
    content: "\2022";
    color: #008ECC;
    font-weight: 700;
    display: inline-block;
    width: 11px;
    font-size: 20px
}

.explore-excel-wrap .explore-excel-main .right-listing {
    width: 487px;
    height: auto
}

@media(max-width:1199px) {
    .explore-excel-wrap .explore-excel-main .right-listing {
        width: 100%
    }
}

.explore-excel-wrap .explore-excel-main .right-listing .listing-card {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 28px 46px rgba(0, 0, 0, .1607843137);
    border-radius: 12px;
    padding: 20px
}

.explore-excel-wrap .explore-excel-main .right-listing .listing-card .top-head {
    font-size: 20px;
    color: #2c2c2c;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px
}

.explore-excel-wrap .explore-excel-main .right-listing .listing-card .listing-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 21px
}

.explore-excel-wrap .explore-excel-main .right-listing .listing-card .listing-wrap .left-one {
    display: flex;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    color: #5f5f5f;
    font-size: 1rem
}

@media(max-width:1199px) {
    .explore-excel-wrap .explore-excel-main .right-listing .listing-card .listing-wrap .left-one {
        font-size: 14px
    }
}

.explore-excel-wrap .explore-excel-main .right-listing .listing-card .listing-wrap .right-free {
    display: flex;
    align-items: center;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px
}

.explore-excel-wrap .explore-excel-main .right-listing .listing-card .listing-wrap .right-free del {
    color: #5f5f5f;
    font-size: 1rem
}

@media(max-width:1199px) {
    .explore-excel-wrap .explore-excel-main .right-listing .listing-card .listing-wrap .right-free del {
        font-size: 14px;
        text-align: right
    }
}

.explore-excel-wrap .explore-excel-main .right-listing .listing-card .listing-wrap .right-free span {
    color: #008ECC;
    font-size: 1rem
}

@media(max-width:1199px) {
    .explore-excel-wrap .explore-excel-main .right-listing .listing-card .listing-wrap .right-free span {
        font-size: 14px
    }
}

.explore-excel-wrap .explore-excel-main .right-listing .listing-card .bottom-section {
    margin-top: 30px
}

.explore-excel-wrap .explore-excel-main .right-listing .listing-card .bottom-section .but-heading {
    color: #5f5f5f;
    font-size: 1rem;
    text-align: center
}

@media(max-width:767px) {
    .explore-excel-wrap .explore-excel-main .right-listing .listing-card .bottom-section .but-heading {
        font-size: 14px
    }
}

.explore-excel-wrap .explore-excel-main .right-listing .listing-card .bottom-section .button-container {
    display: flex;
    margin-top: 15px;
    justify-content: center
}

.explore-excel-wrap .explore-excel-main .right-listing .listing-card .bottom-section .button-container a.button {
    color: #fff;
    min-width: 242px;
    height: 48px;
    background-color: #008ECC;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px
}

.explore-excel-wrap .explore-excel-main .right-listing .listing-card .bottom-section .button-container a.button:hover {
    color: #fff;
    box-shadow: 0 5px 15px #41c5ff4a;
    transition: all .2s ease-in-out;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    text-decoration: none
}

.running-content-container {
    padding: 60px 0
}

@media(min-width:992px) {
    .running-content-container {
        padding-top: 20px
    }
}

@media(max-width:460px) {
    .running-content-container {
        padding: 0 0 40px
    }
}

.running-content-container .seo {
    position: relative
}

.running-content-container .seo:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    background-color: #fff;
    top: 3px
}

.running-content-container .seo:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    background-color: #fff;
    bottom: 3px
}

.running-content-container .seo::-webkit-scrollbar {
    width: 0 !important;
    display: none
}

.running-content-container .seo__arrow--top {
    width: 54px;
    height: 54px;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    transition: all .25s ease-in-out;
    display: flex;
    position: absolute;
    top: 40px;
    bottom: auto;
    left: auto;
    right: 0;
    background-color: rgba(44, 44, 44, .11)
}

@media(max-width:1199px) {
    .running-content-container .seo__arrow--top {
        width: 48px;
        height: 48px
    }
}

.running-content-container .w-embed:after,
.running-content-container .w-embed:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.running-content-container .w-embed:after {
    clear: both
}

.running-content-container .seo__scroll {
    width: 100%;
    height: 525px;
    border-top: 4px solid #008ECC;
    border-bottom: 4px solid #008ECC;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 70px;
    overflow: scroll
}

.running-content-container .seo__row {
    width: 100%;
    justify-content: space-between;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

@media(max-width:1199px) {
    .running-content-container .seo__row {
        flex-direction: column
    }
}

.running-content-container .seo__column {
    width: 100%
}

.running-content-container .seo__card {
    border: 1px solid #fff;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 20px 30px;
    box-shadow: 1px 2px 6px rgba(177, 189, 214, .6);
    border-radius: 8px;
    margin-top: 10px
}

@media(min-width:767px) {
    .running-content-container .seo__card {
        width: 98%;
        margin-left: 20px
    }
}

.running-content-container .seo__card a.btn {
    cursor: pointer;
    transition: all .2s ease-in-out;
    text-decoration: none;
    font-size: 18px;
    text-transform: capitalize;
    text-align: center;
    background: #008ECC;
    padding: 12px 40px;
    border: none;
    box-shadow: none !important;
    border-radius: 4px;
    display: inline-block;
    color: #fff !important;
    margin: 10px auto 20px;
    transition: all .3s linear
}

.running-content-container .seo__card a.btn:hover {
    color: #fff !important;
    box-shadow: 0 5px 15px #41c5ff4a !important;
    transition: all .2s ease-in-out;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    text-decoration: none
}

@media(max-width:767px) {
    .running-content-container .seo__card a.btn {
        font-size: 16px
    }
}

.running-content-container .seo__card table {
    margin-bottom: 20px;
    margin-top: 1rem
}

.running-content-container .seo__card table,
.running-content-container .seo__card td {
    border: 1px solid #ddd;
    text-align: left
}

.running-content-container .seo__card table {
    border-collapse: collapse;
    width: 100%
}

.running-content-container .seo__card td {
    padding: 10px
}

.running-content-container .seo__arrow--bot {
    width: 54px;
    height: 54px;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    transition: all .25s ease-in-out;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 40px;
    left: auto;
    right: 0;
    background-color: rgba(44, 44, 44, .11)
}

@media(max-width:1199px) {
    .running-content-container .seo__arrow--bot {
        width: 48px;
        height: 48px
    }
}

.running-content-container .seo__scroll {
    overflow-x: hidden !important;
    overflow-y: scroll !important
}

.running-content-container .seo__scroll::-webkit-scrollbar {
    display: none
}

@media screen and (max-width:767px) {
    .running-content-container .seo__arrow--top {
        z-index: 2;
        position: absolute;
        top: 2px;
        bottom: auto;
        left: auto;
        right: 3%
    }

    .running-content-container .seo__arrow--bot {
        z-index: 2;
        position: absolute;
        top: auto;
        bottom: 4px;
        left: auto;
        right: 3%
    }

    .running-content-container .seo__card {
        padding: 20px
    }

    .running-content-container .seo__scroll {
        z-index: 1;
        height: 75vh;
        border-bottom-width: 4px;
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
        position: relative
    }
}

.running-content-container .container::-webkit-scrollbar {
    width: 0 !important;
    display: none
}

.running-content-container .seo__card a {
    color: #ff8529 !important
}

.running-content-container .seo__card a:hover {
    color: #008ECC !important;
    text-decoration: none
}

.running-content-container .seo__card {
    word-wrap: break-word
}

.running-content-container .seo__card h2 {
    font-size: 1.625rem;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: .8rem;
    margin-top: 1.2rem
}

@media(max-width:767px) {
    .running-content-container .seo__card h2 {
        font-size: 1.25rem
    }
}

.running-content-container .seo__card h3 {
    font-size: 1.375rem;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: .8rem;
    margin-top: 1.2rem
}

@media(max-width:767px) {
    .running-content-container .seo__card h3 {
        font-size: 1.125rem
    }
}

.running-content-container .seo__card ul {
    padding-left: 19px;
    line-height: 1.7
}

.running-content-container .seo {
    width: 100%
}

.running-content-container .seo__arrow--top.w-embed {
    pointer-events: none
}

.eaasyfaq-us {
    padding: 0 0 40px
}

@media(max-width:1199px) {
    .eaasyfaq-us {
        padding: 0
    }
}

.eaasyfaq-us .heading {
    font-size: 48px;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    color: #2c2c2c
}

@media(max-width:1199px) {
    .eaasyfaq-us .heading {
        font-size: 26px
    }
}

.eaasyfaq-us .sub-heading {
    font-size: 18px;
    margin-bottom: 40px;
    color: #5f5f5f;
    font-family: Poppins, sans-serif
}

@media(max-width:1199px) {
    .eaasyfaq-us .sub-heading {
        font-size: 16px;
        margin-bottom: 20px
    }
}

.eaasyfaq-us .voprosnik h3 {
    font-family: Poppins, sans-serif;
    font-weight: 700
}

@media(max-width:1199px) {
    .eaasyfaq-us .voprosnik h3 {
        text-align: left
    }
}

.eaasyfaq-us .klundesaga-item {
    background-color: #f6f6fa;
    margin-bottom: 24px;
    border: 1px solid #c8c8c8;
    border-radius: 8px;
    color: #333
}

.eaasyfaq-us .klundesaga-item .klundesaga-title {
    cursor: pointer;
    padding: 20px;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out
}

.eaasyfaq-us .klundesaga-item .klundesaga-title h3 {
    margin: 0;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-weight: 700;
    color: #2c2c2c
}

@media(max-width:1199px) {
    .eaasyfaq-us .klundesaga-item .klundesaga-title h3 {
        font-size: 16px;
        text-align: left
    }
}

.eaasyfaq-us .klundesaga-item .klundesaga-title i.fa-chevron-down {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: .4s
}

.eaasyfaq-us .klundesaga-item .klundesaga-content {
    display: none;
    line-height: 1.7;
    background-color: #fff;
    border-radius: 0 0 12px 12px;
    color: #100e34;
    box-shadow: 0 28px 46px rgba(0, 0, 0, .1607843137);
    padding: 0 20px 20px
}

.eaasyfaq-us .klundesaga-item .klundesaga-content p {
    margin: 0;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    color: #8a8a8a;
    line-height: 1.8;
    font-weight: 300
}

body {
    color: #5f5f5f
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: .875rem;
    font-weight: 400;
    color: #909090;
    font-family: Poppins, sans-serif !important
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    font-size: .875rem;
    font-weight: 400;
    color: #909090;
    font-family: Poppins, sans-serif !important
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    font-size: .875rem;
    font-weight: 400;
    color: #909090;
    font-family: Poppins, sans-serif !important
}

input {
    outline: none
}

h1,
h2,
h3 {
    line-height: 1.2;
    font-weight: 500
}

html {
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth
}

a {
    outline: none
}

body {
    font-family: Poppins, sans-serif !important;
    font-display: swap;
    overflow-wrap: break-word
}

select {
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important
}

[type=button],
[type=submit],
button {
    -webkit-appearance: button
}

@media(min-width:1900px) {
    .container {
        max-width: 1366px
    }
}

.close {
    color: #b9b9b9;
    font-size: 40px
}

.modal {
    padding-right: 0 !important
}

@media(max-width:767px) {

    a.button,
    button.button {
        font-size: 1rem !important;
        text-align: center
    }
}

.btn {
    text-shadow: none !important
}

::-webkit-input-placeholder {
    font-weight: 400 !important
}

::-moz-placeholder {
    font-weight: 400 !important
}

:-ms-input-placeholder {
    font-weight: 400 !important
}

:-moz-placeholder {
    font-weight: 400 !important
}

@media (min-width:1199px) {
    .pb-90 {
        padding-bottom: 90px !important
    }
}

@media (min-width: 992px) {
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width:1400px) {
    .__FormStickyWrapper .phoneFieldArea {
        margin-left: 51px !important;
    }

    .__FormStickyWrapper .phoneFieldArea+.descriptionField .textareaOuter {
        width: 605px
    }
}

