body , html
{
    direction: rtl;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: #fff;
    z-index: 99999999999 !important
}
.cookies_bg3 img
{
    margin-top: 60px;
}
[data-loader="circle-side"] {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    -webkit-animation: circle infinite .95s linear;
    -moz-animation: circle infinite .95s linear;
    -o-animation: circle infinite .95s linear;
    animation: circle infinite .95s linear;
    border: 2px solid #4d9295;
    border-top-color: rgba(0, 0, 0, 0.2);
    border-right-color: rgba(0, 0, 0, 0.2);
    border-bottom-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%
}

#loader_form {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: #fafafa;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 99999999999 !important;
    display: none
}

[data-loader="circle-side-2"] {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    -webkit-animation: circle infinite .95s linear;
    -moz-animation: circle infinite .95s linear;
    -o-animation: circle infinite .95s linear;
    animation: circle infinite .95s linear;
    border: 2px solid #4d9295;
    border-top-color: rgba(0, 0, 0, 0.2);
    border-right-color: rgba(0, 0, 0, 0.2);
    border-bottom-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%
}

@-webkit-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    background: #fff;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.4;
    font-family: "Noto Kufi Arabic", sans-serif;;
    color: #444
}

h1, h2, h3, h4, h5, h6 {
    color: #333
}

p {
    margin-bottom: 30px
}

strong, label {
    font-weight: 500
}

hr {
    margin: 25px 0 25px 0;
    border: 1px dashed #d9e1e6;
    opacity: 1
}



.question_title {
    text-align: center;
    margin-bottom: 55px
}

.question_title h3 {
    font-weight: 600;
    font-size: 28px;
    font-size: 26px;
    color: #fff;
}

.question_title p {
    font-size: 16px;
    font-size: 1rem;
    color: #f6c7de;
    margin-bottom: 0;
}
.list_block label
{
    color: #fff;
}
a.animated_link {
    position: relative;
    text-decoration: none
}

a.animated_link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    opacity: 1;
    left: 0;
    background-color: #4d9295;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease
}

a.animated_link:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

a.animated_link.active {
    position: relative;
    text-decoration: none
}

a.animated_link.active:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    opacity: 1;
    left: 0;
    background-color: #4d9295;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

a {
    color: #4d9295;
    text-decoration: none;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none
}

a:hover, a:focus {
    color: #111;
    text-decoration: none;
    outline: none
}

a.btn_1, .btn_1 {
    border: none;
    color: #fff;
    background: #4d9295;
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 15px 30px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

a.btn_1:hover, .btn_1:hover {
    -webkit-filter: brightness(115%);
    filter: brightness(115%)
}

a.btn_nav {
    color: #111;
    font-size: 24px;
    font-size: 1.5rem
}

a.btn_nav:hover {
    color: #4d9295
}

a.btn_help {
    background-color: #ddd;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    font-weight: 500
}

a.btn_help:hover {
    background-color: #4d9295;
    color: #fff
}

a.btn_help:focus {
    box-shadow: none
}

.btn-close:focus {
    box-shadow: none;
    outline: none
}



@media (max-width: 767px) {
}

.bg_color {
    background-color: #282c96;
    background-color: rgba(45, 50, 170, 0.03)
}

.bg_style_1 {
    background: #ff0033
}

.bg_style_2 {
    background: #39b568 url(../img/pattern.png) repeat center center
}

.bg_style_3 {
    background: #f6c7de;
}

.bg_style_4 {
    background: #7b3b5b
}

header {
    position: relative;
    padding: 20px 10px 0 10px
}

header.inner {
    position: relative;
    padding: 20px 10px;
    background-color: #fff
}

header.inner #social ul li a {
    color: #4b9491;
}

#social {
    float: left
}

#social ul {
    margin: 0;
    padding: 0 0 0 0;
    text-align: center;
    font-size: 21px;
    font-size: 1.3125rem
}

#social ul li {
    display: inline-block;
    margin: 0 0 0 10px
}

#social ul li:first-child {
    margin: 0
}

#social ul li a {
    color: #4d9295;
    text-align: center;
    display: block;
    padding: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#social ul li a:hover {
    opacity: 0.7
}

#offcanvasNav {
    background: #fff url(../img/logo_2.svg) no-repeat center bottom
}

#offcanvasNav .offcanvas-body {
    padding: 25px
}

#offcanvasNav ul {
    margin: 0;
    padding: 0 0 0 0;
    list-style: none;
    font-size: 16px;
    font-size: 1rem
}

#offcanvasNav ul li {
    margin-bottom: 25px;
    font-weight: 500
}

#offcanvasNav ul li a {
    color: #444
}

.offcanvas-start#offcanvasNav {
    width: 300px;
    border-right: none
}

footer {
    padding: 20px;
    color: #fff
}

@media (max-width: 575px) {
    footer {
        text-align: center;
        padding-top: 0
    }
}

footer a {
    color: #fff
}

footer p {
    margin-bottom: 0;
    font-size: 14px;
    font-size: 0.875rem ;
    color: #4d9295;
}

@media (max-width: 767px) {
    footer p {
        margin-bottom: 15px
    }
}

footer.inner {
    padding: 25px 20px;
    border-top: 1px solid #ededed;
    color: #444
}

footer.inner a {
    color: #444
}

footer.inner a:hover {
    color: #4d9295
}

.step {
    animation: fadeIn;
    animation-duration: 0.8s;
    animation-timing-function: ease
}

input#website {
    display: none
}

#wizard_container {
    position: relative;
    max-width: 1500px;
    margin: 20px auto;
    min-height: 590px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #e65293;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.15);
    border-radius: 49px;

}

@media (max-width: 767px) {
    #wizard_container {
        min-height: auto
    }
}

@media (max-width: 767px) {
    #wizard_container {
        width: auto;
        -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
        margin: 30px auto
    }
}

.decorative_bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    overflow: hidden
}

@media (max-width: 991px) {
    .decorative_bg {
        display: none
    }
    .question_title
    {
        text-align: center;
        margin-bottom: 45px;
    }
}

.decorative_bg.bg_1 {
    background: #fff url(../img/bg_alarms.jpg) no-repeat top left;
    background-size: cover
}

.decorative_bg.bg_2 {
    background: #fff url(../img/bg_removals.jpg) no-repeat top right;
    background-size: cover
}



.decorative_bg.bg_4 {
    background: #fff url(../img/bg_web.jpg) no-repeat top right;
    background-size: cover
}

button.backward, button.forward, button.submit {
    border: none;
    min-width: 120px
}

button.submit {
    background: #4d9295;
    border-radius: 25px;
    padding: 25px 54px;
}

button.backward {
    background-color: #eee;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #555
}

button.backward:hover {
    background-color: #ccc
}



#top-wizard {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%
}

#middle-wizard {
    padding: 25px 10px;
    padding-bottom: 70px;
}
input.form-control:focus
{
    background: linear-gradient(272deg, #e65293, #e65293);
}

@media (max-width: 991px) {
    #middle-wizard {
        padding: 45px 10px;
        padding-bottom: 40px;
    }
    .submit
    {
        margin-top: 0 !important;
    }

}

#bottom-wizard {
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 991px) {
    #bottom-wizard {
        position: static;
        padding: 0 0 0 0;
        text-align: center;
    }
}

.ui-widget-content a {
    color: #222222
}

.ui-widget-header {
    background: #ea8cb0
}

.ui-widget-header a {
    color: #222222
}

.ui-progressbar {
    height: 4px;
    width: 100%;
    position: relative;
    top: -1px;
    z-index: 2
}

.ui-progressbar .ui-progressbar-value {
    height: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.img_step {
    text-align: center;
    margin-bottom: 40px
}

.img_step img {
    width: auto;
    height: 120px
}

iframe#map_iframe {
    width: 100%;
    height: 450px;
    border: 0;
    margin: 0
}

@media (max-width: 991px) {
    iframe#map_iframe {
        height: 400px
    }
}

.box_style_2 {
    background-color: #f8f8f8;
    padding: 40px 45px 45px 45px;
    position: relative;
    margin-bottom: 25px
}

.box_style_2 .form-control {
    background-color: #fff !important
}

.box_style_2 h2 {
    font-size: 21px;
    font-size: 1.3125rem;
    font-weight: 600
}

ul.contacts_info {
    list-style: none;
    padding: 0;
    margin: 0
}

ul.contacts_info li {
    margin-bottom: 40px
}

ul.contacts_info li:last-child {
    margin-bottom: 0
}

.modal-content {
    border: 1px solid transparent
}

.list_block p {
    margin-bottom: 20px;
    font-weight: 500
}

.list_block ul {
    padding: 0;
    margin: 0 0 20px 0
}

.list_block ul li {
    display: block;
    margin: 0 0 5px 0
}

.list_block ul li.last-child {
    margin-right: 0
}

.list_block_icons p {
    margin-bottom: 20px;
    font-weight: 500
}

.list_block_icons ul {
    padding: 0;
    margin: 0 0 20px 0;
    text-align: center
}

.list_block_icons ul li {
    display: inline-block;
    width: 32%;
    margin: 0 2px
}

@media (max-width: 767px) {
    .list_block_icons ul li {
        display: block;
        width: 100%
    }
}

.list_block li a.tooltip_icon {
    display: inline-block;
    float: right;
    margin: 9px -30px 0 0;
    font-size: 16px;
    font-size: 1rem
}

@media (max-width: 991px) {
    .list_block li a.tooltip_icon {
        margin: 9px -21px 0 0
    }
}

.form-group {
    margin-bottom: 25px;
    position: relative
}

.checkbox_radio_container {
    margin-bottom: 10px;
    position: relative
}

.checkbox_radio_container input[type="checkbox"], .checkbox_radio_container input[type="radio"] {
    opacity: 0;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1
}

.checkbox_radio_container label {
    cursor: pointer
}

.checkbox_radio_container .radio, .checkbox_radio_container .checkbox {
    display: inline-block;
    width: 25px;
    height: 25px;
    padding: 5px;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 9;
    left: 8px;
    top: 13px;
}

.checkbox_radio_container .radio:after, .checkbox_radio_container .checkbox:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 3px;
    background: #4d9295;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    transform: translate(4px, 11px) rotate(-45deg);
    transform-origin: left;
    transition: all 150ms;
    transition-delay: 0ms
}

.checkbox_radio_container .radio:before, .checkbox_radio_container .checkbox:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 3px;
    background: #4d9295;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    transform: translate(-6px, 5px) rotate(45deg);
    transform-origin: left;
    transition: all 150ms;
    transition-delay: 150ms;
}

.checkbox_radio_container .checkbox {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

.checkbox_radio_container .wrapper {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: #e65293;
    position: relative;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    padding: 15px 10px 15px 44px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 17px;
    border: 2px solid #fff;
    color: #fff;
}

.checkbox_radio_container input[type="checkbox"]:checked ~ .checkbox:before, .checkbox_radio_container input[type="checkbox"]:checked ~ .radio:before, .checkbox_radio_container input[type="radio"]:checked ~ .checkbox:before, .checkbox_radio_container input[type="radio"]:checked ~ .radio:before {
    width: 7px;
    transition-delay: 0ms
}

.checkbox_radio_container input[type="checkbox"]:checked ~ .checkbox:after, .checkbox_radio_container input[type="checkbox"]:checked ~ .radio:after, .checkbox_radio_container input[type="radio"]:checked ~ .checkbox:after, .checkbox_radio_container input[type="radio"]:checked ~ .radio:after {
    width: 13px;
    transition-delay: 150ms
}

.checkbox_radio_container input[type="checkbox"]:checked ~ .wrapper, .checkbox_radio_container input[type="radio"]:checked ~ .wrapper {
    transition: all 450ms;
    background-color: #4d9295;
    color: #fff
}

.checkbox_radio_container:hover .wrapper {
    transition: all 450ms;
    background-color: #c4c4c4;
    background-color: rgba(204, 204, 204, 0.4)
}

.item_price {
    float: right;
    color: #f4511e;
    font-weight: 600
}

.checkbox_radio_container input[type="checkbox"]:checked ~ .wrapper .item_price, .checkbox_radio_container input[type="radio"]:checked ~ .wrapper .item_price {
    color: #ccffcc
}

.total_price {
    font-weight: 600;
    font-size: 18px;
    font-size: 1.125rem
}

.total_price input {
    float: right;
    border: 0;
    padding: 0;
    text-align: right;
    font-weight: 600
}

.total_price input:focus {
    border: 0;
    outline: none
}

.item label {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    display: block;
    border: 1px solid #ededed;
    padding: 25px;
    text-align: center;
    margin-bottom: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    position: relative;
    color: #777;
    cursor: pointer
}

.item label strong {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    color: #333
}

.item label:hover {
    -webkit-box-shadow: 0 2px 40px #e0e5f0;
    -moz-box-shadow: 0 2px 40px #e0e5f0;
    box-shadow: 0 2px 40px #e0e5f0;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px)
}

.item label img {
    display: block;
    margin: 0 auto 15px
}

.item input[type=checkbox]:not(old), .item input[type=radio]:not(old) {
    visibility: hidden
}

.item input[type=checkbox]:not(old):checked + label, .item input[type=radio]:not(old):checked + label, .item input[type=checkbox]:not(old):checked + span + label, .item input[type=radio]:not(old):checked + span + label {
    display: block;
    border: 1px solid #ea8cb0;
    -webkit-box-shadow: 0 2px 40px #e0e5f0;
    -moz-box-shadow: 0 2px 40px #e0e5f0;
    box-shadow: 0 2px 40px #e0e5f0
}

.container_check {
    display: block;
    position: relative;
    font-size: 14px;
    font-size: 0.875rem;
    padding-left: 30px;
    line-height: 1.3;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.container_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.container_check input:checked ~ .checkmark {
    background-color: #4d9295;
    border: 1px solid transparent
}

.container_check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #d9e1e6;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.container_check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.container_check input:checked ~ .checkmark:after {
    display: block
}

input.form-control, .form-select, textarea.form-control {
    background-color: #e65293;
    border: 1px solid #e65293;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #999;
    background-color: transparent;
    font-weight: 400;
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: "Noto Kufi Arabic", sans-serif;
    padding: 15px 10px 15px 44px;
    font-weight: 500;
    border-radius: 17px;
    background-color: #e65293 ;
    border: 0 ;
    border: 2px solid #fff;
}

.checkbox_radio_container input[type="checkbox"]:checked ~ .wrapper, .checkbox_radio_container input[type="radio"]:checked ~ .wrapper
{
    transition: all 450ms;
    background-color: #4d9295;
    color: #fff;
    background: linear-gradient(272deg, #4b8685, #4b8685);
    border: 2px solid #4b8685;
}
input.form-control:focus, .form-select:focus, textarea.form-control:focus {
    border-color: #ddd;
    outline: 0;
    box-shadow: 0 0 0 0.3rem rgba(45, 50, 170, 0.05);
    color: #444;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

textarea.form-control {
    height: 120px !important
}

.form-floating > label {
    color: #777;
    font-size: 15px;
    font-size: 0.9375rem
}

span.error {
    font-size: 12px;
    position: absolute;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    top: -20px;
    left: 15px;
    z-index: 10;
    height: 25px;
    line-height: 1;
    background-color: #f43939;
    color: #fff;
    font-weight: normal;
    display: inline-block;
    padding: 6px 8px
}

span.error:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 6px 6px 0;
    border-color: transparent #f43939;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -6px;
    left: 20%
}

.terms span.error {
    top: -30px
}

.qty-buttons {
    position: relative;
    width: 100%;
    display: inline-block
}

.qty-buttons .form-control {
    height: calc(2.85rem + 2px);
    padding: 14px 20px
}

input.qtyminus, input.qtyplus {
    position: absolute;
    width: 35px;
    height: 40px;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-indent: -9999px;
    top: 4px
}

input.qtyplus {
    background: url(../img/plus.svg) no-repeat center center;
    right: 35px
}

input.qtyplus:hover {
    background: url(../img/plus_hover.svg) no-repeat center center
}

input.qtyminus {
    background: url(../img/minus.svg) no-repeat center center;
    right: 5px
}

input.qtyminus:hover {
    background: url(../img/minus_hover.svg) no-repeat center center
}

.rounded_slider {
    text-align: center;
    position: relative;
    margin: auto
}

.rounded_slider p {
    margin-bottom: 0;
    color: #777
}

.rounded_slider #budget_slider {
    margin: 0 auto 20px;
    width: 200px !important;
    height: 200px !important
}

.rs-tooltip-text {
    font-family: "Noto Kufi Arabic", sans-serif; !important;
    font-weight: bold;
    position: absolute;
    font-size: 28px !important;
    color: #333
}

.rs-tooltip-text:before {
    content: '$'
}

.rs-handle-dot {
    border: 1px solid #ccc !important;
    padding: 6px
}

.rs-handle-dot:after {
    border: 1px solid #fff !important
}

.rs-seperator {
    border: 1px solid #AAAAAA
}

.rs-border {
    border: 1px solid #fff !important
}

.rs-path-color {
    background-color: #f4f9ed !important
}

.rs-range-color {
    background-color: #8ec549 !important
}

.rs-bg-color {
    background-color: #FFFFFF
}

.rs-handle {
    background-color: #fff !important
}

.rs-handle-dot {
    background-color: #FFFFFF
}

.rs-handle-dot:after {
    background-color: #333 !important
}

/*!
 * Float Labels
 * @version: 3.3.9
 * @author: Paul Ryley (http://geminilabs.io)
 * @url: https://pryley.github.io/float-labels.js
 * @license: MIT
 */
.fl-form .fl-wrap {
    position: relative;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fl-form input.fl-input, .fl-form select.fl-select, .fl-form textarea.fl-textarea {
    width: 100%;
    outline: 0;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
    border: 1px solid #d9e1e6;
    background-color: #fff;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
    margin-bottom: 0
}

.fl-form input.fl-input:-moz-placeholder, .fl-form select.fl-select:-moz-placeholder, .fl-form textarea.fl-textarea:-moz-placeholder {
    color: #555;
    font-weight: 400
}

.fl-form input.fl-input::-moz-placeholder, .fl-form select.fl-select::-moz-placeholder, .fl-form textarea.fl-textarea::-moz-placeholder {
    color: #555;
    font-weight: 400
}

.fl-form input.fl-input:-ms-input-placeholder, .fl-form select.fl-select:-ms-input-placeholder, .fl-form textarea.fl-textarea:-ms-input-placeholder {
    color: #555;
    font-weight: 400;
    color: #FFF !important
}

.fl-form input.fl-input::-webkit-input-placeholder, .fl-form select.fl-select::-webkit-input-placeholder, .fl-form textarea.fl-textarea::-webkit-input-placeholder {
    color: #555;
    font-weight: 400
}

.fl-form select.fl-select {
    position: relative;
    color: #555;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none
}

.fl-form select.fl-select::-ms-expand {
    display: none
}

.fl-form .fl-is-active input.fl-input, .fl-form .fl-is-active select.fl-select, .fl-form .fl-is-active textarea.fl-textarea {
    color: #222;
    background-color: #fff;
    border-color: #ddd
}

.fl-form .fl-has-focus input.fl-input, .fl-form .fl-has-focus select.fl-select, .fl-form .fl-has-focus textarea.fl-textarea {
    background-color: #fff;
    border-color: #ddd
}

.fl-form label.fl-label {
    opacity: 0;
    visibility: hidden;
    display: block;
    position: absolute;
    top: -11px;
    left: 0;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    border-top-left-radius: 3px;
    transition: all 0.3s ease-in-out;
    z-index: 1
}

body[dir=rtl] .fl-form label.fl-label {
    left: unset;
    right: 0
}

.fl-form .fl-is-active label.fl-label {
    opacity: 1;
    visibility: visible
}

.fl-form .fl-has-focus label.fl-label {
    color: #555
}

.fl-form .fl-is-required:before {
    opacity: 1;
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    right: 19px;
    font-size: 14px;
    line-height: 1.75;
    color: #555;
    transition: all 0.3s ease-in-out;
    padding: 10px 0 0;
    z-index: 1
}

body[dir=rtl] .fl-form .fl-is-required:before {
    right: unset;
    left: 19px
}

.fl-form .fl-is-required.fl-is-active:before {
    opacity: 0
}

.fl-form.fl-style-1 input.fl-input, .fl-form.fl-style-1 select.fl-select, .fl-form.fl-style-1 textarea.fl-textarea {
    padding: 10px 20px
}

.fl-form.fl-style-1 select.fl-select {
    height: 50px
}

.fl-form.fl-style-1 .fl-is-active input.fl-input, .fl-form.fl-style-1 .fl-is-active select.fl-select, .fl-form.fl-style-1 .fl-is-active textarea.fl-textarea {
    padding: 10px 20px
}

.fl-form.fl-style-1 label.fl-label {
    top: 1px;
    left: 16px;
    background-color: white;
    padding: 20px 5px
}

.fl-form.fl-style-1 label.fl-label:before {
    content: '';
    display: block;
    position: absolute;
    top: 22px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #fff;
    z-index: -1
}

.fl-form.fl-style-1 .fl-is-active label.fl-label {
    top: -11px;
    padding: 5px
}

.fl-form.fl-style-1 .fl-is-active label.fl-label:before {
    top: 11px
}

body[dir=rtl] .fl-form.fl-style-1 label.fl-label {
    left: unset;
    right: 16px
}

.fl-form.fl-style-2 input.fl-input, .fl-form.fl-style-2 select.fl-select, .fl-form.fl-style-2 textarea.fl-textarea {
    padding: 20px
}

.fl-form.fl-style-2 select.fl-select {
    height: 70px
}

.fl-form.fl-style-2 .fl-is-active input.fl-input, .fl-form.fl-style-2 .fl-is-active select.fl-select, .fl-form.fl-style-2 .fl-is-active textarea.fl-textarea {
    padding: 30px 20px 10px
}

.fl-form.fl-style-2 label.fl-label {
    top: 1px;
    left: 12px;
    padding: 10px 5px 5px
}

.fl-form.fl-style-2 .fl-is-required:before {
    padding-top: 20px
}

body[dir=rtl] .fl-form.fl-style-2 label.fl-label {
    left: unset;
    right: 16px
}

.fl-form .fl-wrap-select:after {
    content: '';
    position: absolute;
    display: block;
    top: 1px;
    right: 6px;
    height: calc(100% - 2px);
    width: 14px;
    background-position: 100% 50%;
    background-size: 7px 14px;
    z-index: 2
}

body[dir=rtl] .fl-form .fl-wrap-select:after {
    right: unset;
    left: 6px
}

.fl-form.fl-style-1 input.fl-input {
    padding: 14px 20px !important
}

.add_bottom_10 {
    margin-bottom: 10px
}

.add_bottom_15 {
    margin-bottom: 15px
}

.add_bottom_30 {
    margin-bottom: 30px
}

.add_bottom_45 {
    margin-bottom: 45px
}

.add_bottom_60 {
    margin-bottom: 60px
}

.add_bottom_75 {
    margin-bottom: 75px
}

.add_top_10 {
    margin-top: 10px
}

.add_top_15 {
    margin-top: 15px
}

.add_top_20 {
    margin-top: 20px
}

.add_top_30 {
    margin-top: 30px
}

.add_top_60 {
    margin-top: 60px
}

.margin_30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.margin_60 {
    padding-top: 60px;
    padding-bottom: 60px
}

.margin_60_35 {
    padding-top: 60px;
    padding-bottom: 35px
}

#success {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 150px;
    margin-top: -120px;
    margin-left: -195px;
    text-align: center;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 45px;
    border: 1px solid #d9e1e6;
    box-sizing: content-box
}

#success h4 {
    font-size: 18px;
    margin-top: 15px
}

#success h4 span {
    display: block;
    font-size: 22px;
    margin-bottom: 10px
}

@-webkit-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }
    100% {
        stroke-dashoffset: 0
    }
}

@-ms-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }
    100% {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }
    100% {
        stroke-dashoffset: 480px
    }
}

@-ms-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }
    100% {
        stroke-dashoffset: 480px
    }
}

@keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }
    100% {
        stroke-dashoffset: 480px
    }
}
@media screen and (max-width: 900px) {
    .question_title h3 {
        font-weight: 600;
        font-size: 20px; /* Only one font-size needed */
        color: #fff;
    }
}

.inlinesvg .svg svg {
    display: inline
}

.icon--order-success svg path {
    -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
    animation: checkmark 0.25s ease-in-out 0.7s backwards
}

.icon--order-success svg circle {
    -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
    animation: checkmark-circle 0.6s ease-in-out backwards
}
.error-model .modal-header
{
    border-bottom: 0 ;
}
.error-model img
{
    height: 87px;
    margin-bottom: 30px !important;
}
.error-model h1
{
    font-size: 26px !important;
}

.error-model h3
{
    font-size: 15px !important;
    color: #e65293;
}
.error-model .modal-footer button
{
    width: 100%;
    background-color: #e65293;
    border: 0;
}
.modal-footer
{
    border: 0 ;
}

/* Success Modal */
.success-model .modal-header
{
    border-bottom: 0 ;
}
.success-model img
{
    height: 87px;
    margin-bottom: 30px !important;
}
.success-model h1
{
    font-size: 26px !important;
}

.success-model h3
{
    font-size: 15px !important;
    color: #4d9295;
}
.success-model .modal-footer button
{
    width: 100%;
    background-color: #4d9295;
    border: 0;
}
.modal-footer
{
    border: 0 ;
}





