@font-face {
    font-family: cairo-regular;
    src: url(../fonts/cairo/Cairo-Regular.ttf) format('truetype');
    font-display: swap
}

@font-face {
    font-family: cairo-medium;
    src: url(../fonts/cairo/Cairo-SemiBold.ttf) format('truetype');
    font-display: swap
}

@font-face {
    font-family: cairo-bold;
    src: url(../fonts/cairo/Cairo-Bold.ttf) format('truetype');
    font-display: swap
}

body {
    font-family: cairo-regular;
    line-height: 30px;
    color: #171717;
    direction: rtl;
}

*:focus {
    outline: 0 !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: cairo-bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: cairo-bold;
}

p {
    color: #333;
}

img {
    max-width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

ul {
    padding: 0;
    margin: 0;
}

a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #3f994e;
}

a:hover {
    text-decoration: none;
    color: #9d322a;
}


/* Buttons */

.btn {
    border-color: transparent;
    font-family: cairo-medium;
    padding: 10px 25px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
    min-width: 120px
}

.btn-primary {
    background-color: #3f994e;
    border-color: #3f994e;
    border-radius: 50px
}

.btn-primary:focus,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #358141;
    color: #fff;
    border-color: #358141;
    box-shadow: none
}

.btn-secondary {
    background-color: #9d322a;
    border-color: #9d322a;
    border-radius: 50px
}

.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
    color: #fff;
    background-color: #953129;
    border-color: #953129
}

.btn-default {
    background-color: #fff;
    color: #3f994e;
    border-color: #fff
}

.btn-default:focus,
.btn-default:hover,
.btn-default:not(:disabled):not(.disabled).active:focus,
.btn-default:not(:disabled):not(.disabled):active:focus,
.show>.btn-default.dropdown-toggle:focus {
    background-color: #3f994e;
    color: #fff;
    border-color: #fff
}

.btn-light:hover {
    border-color: transparent;
}

.custom-btn {
    border-radius: 80px 0;
    padding: 20px 50px;
    font-size: 20px
}


/* Forms */

.form-group {
    margin-bottom: 20px;
}

.form-control,
.custom-file-label {
    border-radius: 25px;
    border-color: transparent;
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
    min-height: 45px;
    font-size: 14px;
    color: #aaa;
    border-color: transparent;
}

.form-control:focus {
    border-color: transparent;
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
}

label.error {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 5px;
    margin-right: 15px;
    color: red;
}

.input-group {
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
    border-radius: 50px;
    margin-bottom: 0
}

.input-group .form-control {
    box-shadow: none
}

.input-group-text {
    background-color: #fff;
    border: 0;
    border-left: 1px solid #f6f6f6;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group>.btn,
.input-group-btn:not(:first-child)>.dropdown-toggle,
.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn,
.input-group-btn:not(:last-child)>.btn:not(:first-child) {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px
}

select option {
    font-size: 14px;
}

.custom-select:focus {
    box-shadow: none;
}

.custom-file-label::after {
    content: '\f574'!important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: auto;
    left: 0;
    height: 100%;
    background-color: #3f994e;
    color: #fff;
    font-size: 20px;
    border-radius: 80px 0 0 80px;
    min-width: 70px;
    text-align: center;
    cursor: pointer;
}


/* Modals */

.modal-content {
    border-radius: 40px;
}

.modal-body {
    padding: 30px;
}

.list-inline-item:not(:last-child) {
    margin-right: 0;
    margin-left: 5px;
}


/* Tables */

.table td,
.table th {
    border-color: #eee;
    padding: 1rem .75rem;
}

.table tr:first-child td,
.table tr:first-child th {
    border-top: 0;
}

.table thead th {
    border-bottom-width: 1px;
    border-color: #eee;
}


/* Owl Carousel */

.owl-theme .owl-dots {
    text-align: center;
    padding-top: 40px
}

.owl-theme .owl-dots .owl-dot span {
    margin: 5px;
    background-color: #707070;
    width: 15px;
    height: 15px
}

.bg-primary .owl-theme .owl-dots .owl-dot span {
    background-color: rgba(255, 255, 255, .4)
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #3f994e
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #3f994e
}

.bg-primary .owl-theme .owl-dots .owl-dot.active span,
.bg-primary .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff
}


/* Pagination */

.pagination .page-item {
    margin: 0 5px
}

.pagination .page-link {
    background-color: #9d322a;
    color: #fff;
    border-color: #9d322a;
    border-radius: 10px 0
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 10px 0!important
}

.pagination .page-link:hover {
    background-color: transparent;
    color: #9d322a
}


/* Repeated css */

.no-margin {
    margin: 0
}

.no-padding {
    padding: 0
}

.block {
    padding: 80px 0
}

.mr-t-30 {
    margin-top: 30px;
}

.hidden {
    display: none
}

.bg-primary {
    background-color: #3f994e!important
}

.primary-color {
    color: #3f994e;
}

.head-title {
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 20px
}

.head-title::before {
    content: '';
    width: 50px;
    height: 4px;
    background-color: #9d322a;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto
}

.head-title h2 {
    font-size: 50px;
    position: relative;
    z-index: 2;
    display: inline-block
}

.bg-primary .head-title {
    color: #fff
}

.bg-primary .head-title::before {
    background-color: #fff
}


/***** Top Nav *****/

.top-nav {
    background-color: #3f994e;
}

.top-nav .float-right li {
    padding: 8px 0;
}

.top-nav .float-right li a {
    color: #fff;
}

.top-nav .float-right li a i,
.top-nav .btn1 i {
    margin-left: 5px;
}

.top-nav .btn1,
.top-nav .btn2 {
    height: 100%;
    padding: 6px 35px;
    border-radius: 0 0 30px 30px;
    display: block;
}

.top-nav .btn1 {
    background-color: #fff;
    color: #3f994e;
}

.top-nav .btn2 {
    background-color: #9d322a;
    color: #fff;
}

.top-nav .btn1:hover,
.top-nav .btn2:hover {
    background-color: transparent;
    color: #fff;
}


/***** Start Navbar *****/

.navbar {
    padding: 20px 0
}

.navbar-light .navbar-nav .nav-link {
    padding: .5rem 1.2rem!important;
    margin: 1rem 0.1rem;
    font-size: 16px;
    font-family: cairo-medium;
    color: #171717;
    position: relative;
    border-radius: 25px
}

.navbar-light .navbar-nav .nav-item.active .nav-link,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    background-color: #3f994e
}

.navbar-light .navbar-brand {
    max-width: 250px;
    margin-left: 1rem
}

.navbar-light .navbar-toggler {
    border: 0
}


/****** Start Footer *****/

footer {
    background-color: #f6f6f6;
    padding: 80px 0
}

footer .logo {
    margin-bottom: 25px
}

footer .logo img {
    max-width: 250px
}

footer h4 {
    margin-bottom: 30px
}

footer li {
    margin-bottom: 10px
}

footer li a {
    color: #333;
    display: block
}

footer li a:hover {
    color: #3f994e
}

footer li a i,
footer li i {
    color: #3f994e;
    margin-left: 5px
}


/***** Start Common Top Page *****/

.top-page {
    background-color: #f6f6f6;
    padding: 80px 0
}

.top-page h2 {
    margin: 0
}

.top-page .page-title {
    color: #3f994e;
    padding: 15px 0;
}

.top-page .user-status.activated {
    background-color: #3f994e;
    color: #fff;
    padding: 15px;
    border-radius: 50px;
    text-align: center
}

.top-page .user-status.notactivated a {
    background-color: #9d322a;
    color: #fff;
    padding: 15px;
    border-radius: 50px;
    text-align: center;
    display: block;
}


/***** Start Home Layout *****/

.h-layout1 {
    background-color: #f6f6f6;
    padding: 50px 0;
    position: relative;
}

.h-layout1 .content {
    color: #3f994e;
    padding: 50px 0;
    overflow: hidden;
    text-align: center
}

.h-layout1 .content .h1 {
    font-size: 50px;
    font-family: cairo-bold;
    margin-bottom: 100px
}

.h-layout1 .owl-theme .owl-item .content .h1 {
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition: all 1s;
    transition: all 1s
}

.h-layout1 .owl-theme .owl-item.active .content .h1 {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.h-layout1 .owl-theme .owl-item .content .trans {
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition: all 2s;
    transition: all 2s
}

.h-layout1 .owl-theme .owl-item.active .content .trans {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.h-layout1 .owl-theme .owl-dots {
    text-align: right
}

.h-layout1 .owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 4px
}

.h-layout2 {
    position: relative;
    padding-bottom: 350px
}

.h-layout2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 300px;
    background-image: url(../img/layer2.png);
    background-position: center;
    background-size: cover
}

.h-layout2 .post-classic {
    max-width: 100%;
    position: relative;
    border-radius: 80px;
    transition: all .3s;
    margin: 0 auto;
    min-height: 245px;
    background-color: #fbfbfb;
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%)
}

.h-layout2 .post-classic .post-classic-title {
    background-color: #3f994e;
    color: #fff;
    text-align: center;
    padding: 20px 5px;
    border-radius: 80px 80px 0 0
}

.h-layout2 .post-classic .post-classic-text {
    margin-bottom: 0;
    padding: 20px 40px;
    font-size: 16px;
}

.h-layout3 {
    background: url(../img/layer3.png) no-repeat center;
    background-size: cover;
    background-attachment: fixed
}

.h-layout3 .product {
    position: relative;
    border-radius: 80px;
    padding: 25px 0;
    margin-bottom: 30px;
    background-color: #fff;
    text-align: center
}

.h-layout3 .product .product-title {
    margin-bottom: 25px
}

.h-layout3 .product .product-title a {
    color: #333
}

.h-layout3 .product .product-title a:hover {
    color: #3f994e
}

.h-layout3 .product .product-img {
    display: block;
    margin-bottom: 25px;
    overflow: hidden;
    height: 206px
}

.h-layout3 .product .product-img img {
    min-height: 100%;
    object-fit: cover
}

.h-layout3 .product .product-img img:hover {
    transform: scale(1.1)
}

.h-layout3 .product .product-text {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 18px
}

.h-layout3 .btn-default {
    margin-top: 50px
}

.pricing-table {
    background-color: #fff;
    border-radius: 0 0 80px 80px;
    padding-bottom: 25px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.pricing-table .head {
    padding: 20px 15px;
    border-radius: 0 0 80px 80px;
    background-color: #3f994e;
    color: #fff
}

.pricing-table .head h5 {
    margin: 0
}

.pricing-table .table {
    margin: 0
}

.pricing-table .content {
    padding: 25px 0
}

.pricing-table .content p.price {
    margin: 0;
    color: #9d322a
}

.blog-section {
    margin-bottom: 30px
}

.blog-section .post-thumbnail {
    position: relative;
    z-index: 1;
}

.blog-section-one .post-thumbnail::before {
    display: block;
    content: '';
    border: 5px solid #dff9d9;
    border-radius: 80px 0;
    position: absolute;
    z-index: -1;
    top: -15px;
    right: -15px;
    bottom: 15px;
    left: 15px
}

.blog-section .post-thumbnail a {
    display: block;
    overflow: hidden;
    border-radius: 80px 0;
}

.blog-section .post-thumbnail img {
    width: 100%;
    border-radius: 80px 0;
    height: 331px;
    object-fit: cover
}

.blog-section-two .post-thumbnail img {
    height: 172px;
    object-fit: cover
}

.blog-section .post-thumbnail img:hover {
    transform: scale(1.1);
}

.blog-section-one .entry-desc {
    padding-top: 25px
}

.blog-section .entry-meta {
    font-style: italic;
    color: #aaa;
    margin-bottom: 10px
}

.blog-section .entry-title a {
    color: #333
}

.blog-section .entry-title a:hover {
    color: #333;
    text-decoration: none
}

.blog-section .entry-more {
    margin-top: 25px
}

.post-classic {
    max-width: 100%;
    position: relative;
    border-radius: 80px;
    transition: all .3s;
    margin: 0 auto;
    min-height: 254px;
    background-color: #fbfbfb;
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%)
}

.post-classic-title {
    letter-spacing: -.02em;
    background-color: #3f994e;
    color: #fff;
    text-align: center;
    padding: 20px 5px;
    border-radius: 80px 80px 0 0
}

.post-classic-text {
    margin-bottom: 0;
    padding: 20px 40px
}

.quote-classic-image img {
    border-radius: 20%
}

.quote-classic-name {
    color: #fff;
    margin-top: 80px
}

.quote-classic-content {
    color: #fff;
    font-size: 40px;
    line-height: 1.5;
    position: relative;
    padding-right: 70px;
    padding-left: 20px;
}

.quote-classic-content::before {
    content: "\f10e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 0;
}

.block.bg-primary,
.main-carousel.bg-primary {
    position: relative
}

@keyframes animate-dot-1 {
    0% {
        transform: translate(0, 0)
    }
    20% {
        transform: scale(1.1) translate(-10px, -10px)
    }
    40% {
        transform: scale(.9) translate(-10px, -10px)
    }
    60% {
        transform: scale(1.1) translate(-10px, 10px)
    }
    80% {
        transform: scale(.9) translate(10px, -10px)
    }
    100% {
        transform: translate(0, 0)
    }
}

@keyframes animate-dot-2 {
    0% {
        transform: translate(0, 0)
    }
    20% {
        transform: scale(.9) translate(10px, 10px)
    }
    40% {
        transform: scale(1.1) translate(-10px, -10px)
    }
    60% {
        transform: scale(.9) translate(10px, -10px)
    }
    80% {
        transform: scale(1.1) translate(-10px, 10px)
    }
    100% {
        transform: translate(0, 0)
    }
}

@media (min-width:1200px) {
    .block.bg-primary::before {
        top: 13%;
        right: 10%;
        width: 40px;
        height: 40px;
        animation-name: animate-dot-1;
        animation-duration: 15s
    }
    .block.bg-primary::after,
    .block.bg-primary::before {
        content: '';
        display: block;
        position: absolute;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: #fff;
        opacity: .2;
        animation-iteration-count: infinite
    }
    .block.bg-primary::after {
        bottom: 20%;
        right: 90%;
        width: 90px;
        height: 90px;
        animation-name: animate-dot-2;
        animation-duration: 20s
    }
}


/***** Start Inside Pages Layout *****/

.page-content {
    padding: 100px 0;
    min-height: 100vh;
}

.blog-page .blog-section-one .post-thumbnail::before {
    content: none
}

.blog-details-page .content img {
    border-radius: 80px 0;
    margin-bottom: 20px
}

.blog-details-page .content .entry-meta {
    font-style: italic;
    color: #aaa;
    margin-bottom: 10px
}

.blog-details-page .content .entry-title a {
    color: #333
}

.blog-details-page .content .entry-title {
    margin-bottom: 20px
}

.recent-blogs h3 {
    position: relative;
    margin-bottom: 25px
}

.recent-blogs figure {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 25px;
}

.recent-blogs figure .image {
    max-width: 40%;
    margin-left: 25px;
    border-radius: 40px 0
}

.recent-blogs figure .image img {
    width: 100%;
    border-radius: 40px 0
}

.recent-blogs figure figcaption h6 a {
    color: #333
}

.card {
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
    border: 0;
    border-radius: 35px;
}

.card-header {
    background-color: #f6f6f6;
    border: 0;
    padding: 1rem 2rem;
}

.card-header:first-child {
    border-radius: 80px;
}

.card-header .btn-link {
    color: #3f994e;
    position: relative;
    width: 100%;
    text-align: right;
    font-size: 20px;
    display: block;
    padding-left: 25px;
}

.card-header .btn-link.collapsed {
    color: #333;
}

.card-header .btn-link::after {
    content: "\f0aa";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: -5px;
    font-size: 30px;
    color: #3f994e;
}

.card-header .btn-link.collapsed::after {
    content: "\f0ab";
    color: #aaa;
}

.card-header .btn-link:focus,
.card-header .btn-link:hover {
    color: #3f994e;
    text-decoration: none;
}

.card-body {
    font-size: 16px;
    padding: 2rem;
}

.package-page,
.package-details-page {
    position: relative;
    overflow: hidden;
}

.package-details-page::before,
.package-page::before {
    content: '';
    background-image: url(../img/layer4.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    left: -50%;
    top: 0;
    position: absolute;
}

.contact-page .bg-primary {
    padding-right: 50px;
    padding-left: 50px;
    border-radius: 80px
}

.contact-page .bg-primary a,
.contact-page .bg-primary h3 {
    color: #fff;
    line-height: 1.7;
}

.contact-page .bg-primary a {
    display: block;
    margin-top: 50px;
    font-size: 40px;
    font-family: cairo-bold
}

.contact-page .bg-primary a i {
    font-size: 50px
}

.contact-page form .btn {
    min-height: 45px
}

.wizard {
    position: relative;
}

.wizard>.steps {
    background-color: #3f994e;
    border-radius: 80px;
    margin-bottom: 50px;
}

.wizard>.steps .number {
    display: none;
}

.wizard>.actions>ul>li,
.wizard>.steps>ul>li {
    float: right;
}

.wizard>.steps>ul>li {
    width: 33.33%;
    position: relative;
    text-align: center;
}

.wizard>.steps>ul>li::before {
    content: '';
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 3rem;
    width: 65%;
    z-index: 1;
    left: 35%;
    right: 50%;
}

.wizard>.steps>ul>li:last-child:before {
    content: none;
}

.wizard>.steps a {
    margin: 0!important;
    font-size: 18px;
    position: relative;
    z-index: 2;
}

.wizard>.steps a,
.wizard>.steps a:active,
.wizard>.steps a:hover {
    padding: 2rem 2rem;
    display: inline-block;
}

.wizard>.steps .current a,
.wizard>.steps .current a:active,
.wizard>.steps .current a:hover,
.wizard>.steps .disabled a,
.wizard>.steps .disabled a:active,
.wizard>.steps .disabled a:hover,
.wizard>.steps .done a,
.wizard>.steps .done a:hover,
.wizard>.steps .done a:active {
    background-color: #3f994e;
}

.wizard>.steps .disabled a,
.wizard>.steps .disabled a:hover,
.wizard>.steps .disabled a:active {
    color: #fff;
}

.wizard>.steps a::before {
    content: '';
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    right: -20px;
    top: 1.5rem;
    background-color: #fff;
}

.wizard>.steps a::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    position: absolute;
    right: -15px;
    top: 2rem;
    font-size: 30px;
    color: #3f994e;
    opacity: 0;
    transition: all .3s;
}

.wizard>.steps .done a::after {
    opacity: 1;
}

.wizard>.actions {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 30px;
}

.wizard>.actions>ul {
    display: inline-block;
    text-align: right;
}

.wizard>.actions a {
    border-radius: 50px!important;
    min-width: 130px;
    text-align: center;
    min-height: 45px;
    background-color: #3f994e;
    color: #fff;
    border: 1px solid transparent;
}

.wizard>.actions a:hover {
    background-color: #358141;
    color: #fff;
    border-color: #358141;
}

.wizard>.actions .disabled a,
.wizard>.actions .disabled a:hover,
.wizard>.actions .disabled a:active {
    display: none;
}

.wizard>.content {
    background-color: #f6f6f6;
    border-radius: 80px;
    margin: 0;
    min-height: 0;
}

.wizard>.content>.body {
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 135px;
}

@media (min-width: 992px) {
    .wizard>.content>.body {
        padding-right: 10%;
        padding-left: 10%;
    }
}

.package-details-page .package-title {
    margin-bottom: 50px;
}

.package-details-page .package-title h2 {
    color: #3f994e;
    text-align: center;
}

.package-details-page .package-title p {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #3f994e;
    color: #fff;
    border-radius: 80px 0 80px 0;
    padding: 30px 50px;
    font-size: 20px;
}

.wizard>.content>.body input {
    border: 0;
}

.wizard>.content>.body label {
    margin-bottom: 0;
    margin-top: 0;
}

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.flex-container label {
    width: 15%;
    margin: 0;
}

.flex-container .input-group,
.flex-container input {
    width: 85%;
}

.pretty {
    margin-right: 2rem;
    line-height: 30px;
}

.pretty .state label {
    min-width: calc(2em + 2px);
    text-indent: 3rem;
}

.pretty .state label:after,
.pretty .state label:before {
    border: 0;
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
}

.pretty .state label:after,
.pretty .state label:before,
.pretty.p-icon .state .icon {
    width: calc(1.7em + 2px);
    height: calc(1.7em + 2px);
    top: calc((0% - (100% - 2rem)) - 8%);
    right: 0;
    left: auto;
}

.step1 .custom-select {
    padding: 0;
    border: 0;
    height: auto;
    background: #fff url(../img/arrow-down.png) no-repeat left center;
    background-size: 30px 30px;
    color: #171717;
    min-height: 30px;
}

.step3 .form-group,
.step1 .form-group {
    background-color: #fff;
    border-radius: 25px;
    padding: 10px 25px;
}

.step3 .bank-account .bank-logo {
    max-width: 200px;
}

.step3 .bank-account .account-details p {
    margin-bottom: 5px;
}

.step3 .message-account {
    position: relative;
    color: #fff;
    padding: 50px;
    z-index: 1;
    margin-top: 50px;
}

.step3 .message-account::before {
    background-color: #3f994e;
    content: '';
    position: absolute;
    left: -100%;
    right: -100%;
    height: 100%;
    top: 0;
    z-index: -1;
}

.step3 .message-account .h1 {
    line-height: 1.7;
}

.nav-tabs {
    border-bottom: 0;
    justify-content: space-around;
}

.nav-tabs .nav-link {
    border: 0;
    color: #171717;
    text-align: center;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #3f994e;
}

.nav-tabs .nav-item {
    width: 33.333%;
}

.nav-tabs .nav-link .icon {
    text-align: center;
}

.nav-tabs .nav-link .icon i {
    padding: 0;
    border: 0;
    box-shadow: none;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    background-color: #fbfbfb;
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
    font-size: 50px;
    margin-bottom: 20px;
}

.custom-file-label {
    border: 0;
    padding: .5rem .75rem;
    line-height: 2;
}

.tab-content {
    background-color: #f6f6f6;
    padding: 50px;
    border-radius: 80px;
    margin-top: 50px;
}

.tab-content .table {
    background-color: #fff;
    box-shadow: 0 3px 5px rgb(0 0 0 / 10%);
    border-radius: 40px;
}

.tab-content .table tr th,
.tab-content .table tr td {
    text-align: center !important;
}

.tab-content .card-header {
    background-color: #fff;
}

.tab-content .form-control.custom {
    color: #3f994e;
    font-size: 18px;
    text-align: center;
    font-family: cairo-bold;
}

.datepicker {
    direction: rtl;
}

.gmi-picker-panel .gmi-date-table td {
    border-radius: 6px;
}

.gmi-picker-panel .gmi-date-table td.current,
.gmi-picker-panel .gmi-date-table td.available:not(.current):hover {
    background-color: #3f994e;
    color: #fff;
}

.gmi-picker-panel__body__header {
    text-align: center;
}

.gmi-picker-panel {
    border-radius: 40px !important;
    border: 0;
}

.tab-content .table tr td .datepicker {
    max-width: 110px;
    margin: 0 auto;
    text-align: center;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.bootstrap-select .dropdown-toggle .filter-option {
    text-align: right;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover,
.bootstrap-select>.dropdown-toggle {
    color: #aaa;
    background: #fff;
    border-radius: 25px;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: 0 !important;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #3f994e;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #fff;
}

.whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    z-index: 999;
}

.whatsapp a {
    width: 90px;
    height: 90px;
    line-height: 90px;
    background-color: #3f994e;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 50px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
    margin-left: 10px;
}

.whatsapp p {
    background-color: #fff;
    color: #3f994e;
    margin-bottom: 0;
    padding: 15px 35px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
    border-radius: 50px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.7s;
}

.whatsapp:hover p {
    opacity: 1;
    visibility: visible;
    font-family: cairo-medium;
}

.select2-container {
    display: block !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    float: right !important;
}