* {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-decoration: none;
    outline: none;
}
.d-none {
  display: none;
}
.bold {
    font-weight: bold;
}
.loader {
    display: none;
    position: absolute;
    left: 20px;
    top: 9px;
}
.bounce {
    -moz-animation: bounce 5s infinite;
    -webkit-animation: bounce 5s infinite;
    animation: bounce 5s infinite;
    position: absolute;
    left: 10%;
    bottom: 0px;
    cursor: pointer;
}
.bounce i {
    font-size: 30px;
}
.gm-style .gm-style-iw-c {
    padding: 20px !important;
}
.gm-style .gm-style-iw-d {
    overflow: hidden !important;
    font-weight: bold;
    background: -webkit-linear-gradient(#0abdd0 0%, #038ed6 23%, #7253d8 54%, #d853ab 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
}
@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}
.ltr {
    direction: ltr;
}
#signup .header-busine {
    display: none;
}
#busines .header-signup {
    display: none;
}
.not-margin,
.box-form .box.not-margin,
.box-form .form-group.not-margin {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.menu-container {
    display: none;
    width: 50%;
    flex-direction: row-reverse;
}

header#headersitebama ul.menu-mobile {
    display: none;
    position: absolute;
    height: auto;
    top: 85px;
    background-image: -moz-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 0px 0px 20px 0px;
}

header#headersitebama ul.menu-mobile li {
    border-bottom: 1px solid #fff;
    padding: 5px 0px;
}

header#headersitebama ul.menu-mobile li a {
    color: #fff;
    font-size: 20px;
}

.bar-mobile {
    cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 5px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.tooltip {
    height: 40px;
    display: flex;
    align-items: center;
    position: relative;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltip i {
    color: #000;
    font-size: 30px;
    cursor: pointer;
}

.tooltiptext {
    visibility: hidden;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 31.04px 0.96px rgba(24, 27, 24, 0.07);
    width: 128px;
    height: 100px;
    position: absolute;
    top: -50px;
    right: 35px;
    border-radius: 25px;
    font-size: 15px;
    color: var(--primary-color);
    text-align: center;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tooltiptext:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 15px solid #fff;
    border-bottom: 15px solid transparent;
    bottom: 20px;
    right: -10px;
}

body {
    direction: rtl;
    font-family: 'Heebo regular', sans-serif;
}

.owl-carousel .owl-item img {
    width: auto;
    display: block;
    margin: 0px auto;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    color: inherit;
}

.reverse {
    flex-direction: row-reverse;
}

:root {
    --primary-color: #003366;
    --background-none: none;
    --border-none: none;
    --flex: flex;
    --none: none;
    --block: block;
    --color-purple: #6666cc;
    --color-pink: #d853ab;
    --color-blue-white: #00cccc;
    --color-blue: #0099cc;
    --color-blue-black: #01435a;
}

header#headersitebama {
    background-image: -moz-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
    height: 85px;
    position: sticky;
    top: 0px;
    z-index: 999;
}

header#headersitebama ul li {
    position: relative;
}

header#headersitebama ul li.selected:after {
    content: '';
    border-bottom: 4px solid #fff;
    width: 100%;
    position: absolute;
    right: 0px;
    top: 26px;
}

header#headersitebama .container {
    display: var(--flex);
    align-items: center;
    height: 85px;
}

header#headersitebama .container ul {
    display: var(--flex);
    color: #fff;
}

header#headersitebama .container nav {
    justify-content: center;
    width: 100%;
    display: var(--flex);
}

header#headersitebama .container nav ul li {
    margin-left: 25px;
}

header#headersitebama .container nav ul li a {
    color: #fff;
    font-size: 18px;
}

.no-flex {
    display: block;
}

.flex {
    display: var(--flex);
}

.none {
    display: var(--none);
}

.block {
    display: var(--block);
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.static {
    position: static;
}

.width-100 {
    width: 100%;
}

iframe {
    border-radius: 25px;
}

.faq {
    direction: rtl;
    margin-top: 20px;
}

.faq h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.faq .embed-responsive {
    max-width: 400px;
}

.col-25 {
    width: 25%;
}

.col-30 {
    width: 30%;
}

.col-35 {
    width: 35%;
}

.col-40 {
    width: 40%;
}

.col-50 {
    width: 50%;
}

.col-70 {
    width: 70%;
}

.display-block {
    display: block;
}

.grid,
#block-1-facebook,
#block-1-instgram,
#block-1-youtube, #block-1-tiktok {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.social a.load-facebook,
.social a.load-instgram,
.social a.load-youtube, .social a.load-tiktok {
    color: #999999;
    font-size: 24px;
}

.facebook-posts,
.instgram-posts,
.tiktok-posts,
.youtube-videos,
.mobile,
.instgram-posts-mobile,
.tiktok-posts-mobile,
.facebook-posts-mobile,
.youtube-videos-mobile {
    display: none;
}

.text-center {
    text-align: center;
}

.slick-slide img {
    display: inline-block;
}

.responsive,
.img-fluid,
.img-responsive {
    max-width: 100%;
    height: auto;
}

.header {
    border-bottom: 1px solid rgb(234, 232, 232);
    position: sticky;
    top: 0px;
    height: 72px;
    padding-top: 15px;
    background: #fff;
    z-index: 999;
}

.sprite {
    background-image: url("../images/sprite.png");
    height: 31px;
}

.sprite-black {
    background-image: url("../images/sprite-black.png");
    height: 31px;
}

.sprite-icon {
    width: 31px;
    height: 31px;
}

.sprite-black-box i:before,
.icon-gradient:before {
    background: -webkit-linear-gradient(#0abdd0 0%, #038ed6 23%, #7253d8 54%, #d853ab 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.icon-gradient {
    font-size: 30px;
    margin-left: 10px;
}

.link-animate a {
    margin-left: 40px;
    font-size: 30px;
    line-height: 30px;
}

.home-white,
.home-black {
    background-position: 33px 0px;
}

.facebook-white,
.facebook-black {
    background-position: 85px 0px;
}

.instagram-white,
.instagram-black {
    background-position: 141px 0px;
}

.youtube-white,
.youtube-black {
    background-position: 211px 0px;
}

.pinterest-white,
.pinterest-black {
    background-position: 271px 0px;
}

.review-white,
.review-black {
    background-position: 341px 0px;
}

.map-white,
.map-black {
    background-position: 408px 0px;
}

.header .row {
    align-items: center;
}

.row,
.box {
    display: flex;
}

.box {
    width: 50%;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.container-fluid {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.fullname {
    margin-right: 20px;
}

h1 {
    color: #006666;
    font-size: 20px;
    padding-left: 10px;
}

.fullname span {
    color: #006666;
    font-size: 15px;
    line-height: 2em;
    font-weight: normal;
}

.adress {
    font-weight: 500;
    color: #99cccc;
    font-size: 16px;
}

.icons {
    justify-content: end;
}

.container-scroll {
    overflow: hidden !important;
    width: 100%;
    height: 630px;
}

.scroll-view {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
    height: 673px;
    margin-left: -18px;
}

.body-phone {
    background-image: url(../images/phone.webp);
    height: 673px;
    background-size: contain;
    background-repeat: no-repeat;
    align-items: start;
    width: 345px;
    overflow: hidden;
    z-index: 1;
}

.up-call {
    position: absolute;
    z-index: 1;
}

.icons-grid,
.sortable {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    text-align: center;
    margin-left: 0;
    padding-bottom: 50px;
}

.body-content {
    padding-top: 35px;
    text-align: center;
}

.box-phone {
    margin: 10px 15px 0 15px;
}

.body-container {
    background: #f6f8f9;
    padding: 20px 0;
}

.container-person {
    width: 100%;
    position: absolute;
    right: 0;
    top: 12%;
    text-align: center;
    z-index: 1;
}

.person-big,
.slim {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
}

.person-big img {
    width: 100%;
}

#uploadImg label {
    text-align: center;
    display: block;
}

.slim img {
    width: 200px;
    height: 200px;
}

.person-edit {
    position: relative;
    width: 200px;
    margin: 0 auto;
}

.person-edit .edit_button_card {
    top: 18px;
}

h2 {
    font-size: 24px;
    color: #006666;
}

h3 {
    font-size: 20px;
    color: #006666;
    font-weight: normal;
}

.box-phone h3 {
    max-width: 250px;
    margin: 0 auto;
    width: 100%;
}

.number-star {
    color: #ffcc00;
    font-size: 30px;
    font-weight: 600;
    display: block;
}

.star-icon {
    color: #ffcc00;
}

.review-number {
    color: #006666;
    font-size: 15px;
    margin-bottom: 10px;
    display: block;
}

#facebook .pricture-post {
    height: auto;
    margin-bottom: 12px;
}

.pricture-post {
    height: auto;
    margin-bottom: 12px;
}

.circle,
.link-card {
    width: 58px;
    height: 43px;
    border-radius: 50%;
    border: 1px solid #006666;
    margin: 0 auto;
    text-align: center;
    padding-top: 15px;
    display: inline-block;
}

.circle i,
.link-card i {
    font-size: 25px;
    color: #336699;
}

a.link-button {
    color: #336699;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

.icons-list-item .circle {
    display: block;
}

.box-right {
    width: 40%;
    position: relative;
}

.box-left {
    width: 60%;
}

#rating {
    font-weight: 500;
    font-size: 18px;
    font-family: "Heebo";
    background: -webkit-linear-gradient(#0abdd0 0%, #038ed6 23%, #7253d8 54%, #d853ab 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    vertical-align: super;
    margin-right: 20px;
}

.row .box-left#scouts {
    font-weight: 500;
    display: flex;
    flex-direction: row-reverse;
    color: #006666;
    font-size: 15px;
    line-height: 2em;
}

.body-container .container {
    display: flex;
}

.row .box-right,
.row .box-left {
    width: 50%;
}
#busines .row .box-right {
    padding-top: 0;
    text-align: left;
}
#busines .row .box-right img {
    margin-left: -70px;
}
.row .box-right.contact {
    width: 40%;
    padding-left: 10%;
    border-left: 1px solid #cccccc;
}

.padding-50 {
    padding-top: 15px;
}

.title {
    background: -webkit-linear-gradient(#0abdd0 0%, #038ed6 23%, #7253d8 54%, #d853ab 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 28px;
    margin-bottom: 10px;
}

.text {
    font-weight: 500;
    font-size: 17px;
    color: #006666;
}

#contact input {
    width: calc(100% - 30px);
    border: 1px solid rgb(225, 225, 225);
    border-radius: 24px;
    height: 26px;
    padding: 10px 30px 10px 0;
    color: #006666;
    font-size: 17px;
    margin-bottom: 19px;
}

#contact textarea {
    width: calc(100% - 30px);
    border: 1px solid rgb(225, 225, 225);
    border-radius: 24px;
    padding: 10px 30px 10px 0;
    color: #006666;
    font-size: 17px;
    resize: none;
    height: 30px;
    margin-bottom: 10px;
}

::-webkit-input-placeholder {
    color: #006666;
    font-size: 17px;
}

:-ms-input-placeholder {
    color: #006666;
    font-size: 17px;
}

::placeholder {
    color: #006666;
    font-size: 17px;
}

button[type=submit],
.btn-gredient {
    font-weight: 500;
    border-radius: 21px;
    background-image: -moz-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
    width: 100%;
    color: #fff;
    font-size: 24px;
    border: 0;
    height: 42px;
    cursor: pointer;
    font-family: 'Heebo', sans-serif;
    font-weight: normal;
}

#updateuser button[type=submit],
#updatebuy button[type=submit],
#updatecangeurl button[type=submit] {
    max-width: 250px;
    display: block;
    margin: 5px auto;
}

#newsletter button[type=submit],
#forgotpassword-submit {
    background: #0287ca;
}

#newsletter button[type=submit] {
    margin: 20px 0;
}

#forgotpassword-submit {
    margin-bottom: 0;
    height: 47px;
    width: 50%;
    margin-right: 5%;
    font-size: 18px;
}

.forgotpassword {
    display: none;
}

.btn-gredient {
    width: auto;
    padding: 7px 20px;
    text-decoration: none;
}

#quote {
    color: #006666;
    font-size: 22px;
    font-weight: 300;
    max-width: 300px;
    width: 100%;
    margin: 42px auto 0 auto;
}

.box-social {
    padding: 90px 0;
}

.box-shadow {
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 31.04px 0.96px rgba(24, 27, 24, 0.07);
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    padding: 30px 20px;
}

#map,
#google {
    text-align: center;
    padding: 60px 0;
}

.img-person {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    overflow: hidden;
}

.border {
    border-bottom: 1px solid #cccccc;
}

.follow {
    display: flex;
    flex-direction: row-reverse;
    font-size: 18px;
    font-weight: 300;
    line-height: 2em;
    width: 50%;
    padding-left: 5%;
    position: relative;
}

.follow sub {
    margin-left: 10px;
    position: absolute;
    left: 20px;
}

.follow i {
    transform: rotate(180deg);
}

.title-social {
    background-image: -moz-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
    border-top-left-radius: 65px;
    border-top-right-radius: 65px;
    height: 40px;
    color: #fff;
    font-weight: 300;
    font-size: 36px;
    padding: 20px 80px 20px 0;
    text-align: right;
    display: flex;
}

.title-social h6 {
    color: #fff;
    font-weight: 300;
    font-size: 36px;
    line-height: 1em;
    width: 50%;
}

.social svg {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10001;
    display: inline-block;
    vertical-align: middle;
    right: 0;
    left: 50%;
}

.social svg {
    filter: drop-shadow(1px 1px 10px hsl(206.5, 70.7%, 8%));
    transition: all 250ms ease-in-out;
}

body:hover .social svg {
    filter: drop-shadow(1px 1px 10px hsl(206.5, 0%, 10%));
    transform: scale(1.2);
}
#facebook .social img{
    /*max-height: 200px;*/
    max-height: none;
    object-fit: cover;
    object-position: 50% 12%;
    height: 250px;
    width: 300px;
}
.social img{
    /*max-height: 250px;*/
    max-height: none;
    object-fit: cover;
    object-position: 50% 12%;
    height: 250px;
    width: 300px;
}
#tiktok .social img{
    max-height: none;
    object-fit: cover;
    object-position: 50% 12%;
    height: 250px;
    width: 300px;
}

.img-container {
    display: inline-block;
    position: relative;
}

.insiconpt {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 100001;
}

.insiconpt .fa {
    color: white;
    font-size: 18px;
    font-weight: 500;
}

.ins-post-link.insiconpt {
    right: auto;
    left: 14px;
    top: 14px;
}

.icon-pvideo.insiconpt {
    left: auto;
    right: 14px;
    top: 14px;
}

.social .post,
.video {
    margin-bottom: 20px;
    text-decoration: none;
    background: #f6f8f9;
    border-radius: 15px;
    padding: 0;
}

.ytv-box {
    width: 100%;
    max-width: 100%;
}

.ytv-box-wrapper {
    position: relative;
    padding-bottom: 56.15%;
    height: 0;
    overflow: hidden;
}

.ytv-box-wrapper>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.v-title {
    font-weight: 500;
    margin-top: 12px;
}
.social {
    text-align: center;
}
.social a {
    color: #000;
    text-decoration: none;
}

.social p {
    max-width: 250px;
    text-align: center;
    margin: 0 auto !important;
    overflow: hidden;
    line-height: 1.15;
}

.map-google {
    border-radius: 25px;
}

.slider {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: #003366;
}

.slick-prev,
.slick-next {
    background: #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
}

.slick-prev {
    right: 46%;
    left: inherit;
    top: 105%;
    z-index: 9999;
}

.slick-next {
    left: 46%;
    right: inherit;
    top: 105%;
    z-index: 9999;
}

.slick-slide {
    transition: all ease-in-out .3s;
}
.slick-prev:before,
.slick-next:before {
    font-size: 50px;
}
.review{
    border-radius: 60px;
    box-shadow: 0 0 31.04px 0.96px rgba(24, 27, 24, 0.07);
    background: #fff;
    position: relative;
    margin-left: 70px;
    padding: 30px 0;
    margin-bottom: 30px;
    height: 360px;
}
.google .owl-carousel .owl-stage-outer {
    height: 32vw;
}
.google .owl-carousel .owl-dots.disabled, .google .owl-carousel .owl-nav.disabled {
    display: block;
}
#google .review:before{
    content: '';
    background-image: url("../images/google.png");
    width: 27px;
    height: 28px;
    position: absolute;
    top:40px;
    right: 30px;
}
.slider-review .review h2{
    color: var(--primary-color);
    font-size: 16px;
    margin: 10px 0 8px;
    padding: 0 12px;
    line-height: 1.3;
    font-weight: 300;
}
.review .img-review {
    height: 128px;
    width: 128px;
    border-radius: 100%;
}
.review p {
    color: var(--primary-color);
    font-size: 18px;
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
    line-height: 1.3;
    font-weight: 300;
}

.rating {
    color: #ffcc00;
}

footer {
    text-align: center;
    color: #003366;
    padding-bottom: 20px;
}

#busines footer {
    text-align: right;
}

#busines footer h4 {
    font-size: 20px;
    margin-bottom: 30px;
}

#busines footer .row .col-25:nth-child(4) h4 {
    margin-bottom: 0;
}

#busines footer p {
    font-size: 18px;
    margin-bottom: 20px;
}

#busines footer .menu a {
    color: var(--primary-color);
    font-size: 16px;
}

#busines footer .container {
    padding-top: 50px;
}

#busines footer .col-25 {
    justify-content: start;
}

footer .box {
    width: 25%;
    height: 12px;
}

.box-header .box {
    width: 25%;
    height: 6px;
}

footer .box:nth-child(1),
.box-header .box:nth-child(1) {
    background: #cc6699;
}

footer .box:nth-child(2),
.box-header .box:nth-child(2) {
    background: #7253d8;
}

footer .box:nth-child(3),
.box-header .box:nth-child(3) {
    background: #038ed6;
}

footer .box:nth-child(4),
.box-header .box:nth-child(4) {
    background: #0abdd0;
}

footer h5 {
    font-size: 26px;
    padding-top: 20px;
}

footer p {
    font-weight: 500;
    font-size: 22px;
}

.header-sticky {
    background-image: -moz-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
    color: #fff;
}

.header-sticky h1,
.header-sticky .fullname span,
.header-sticky .adress {
    color: #fff;
}

.header-sticky .sprite-black-box i:before {
    -webkit-text-fill-color: #fff;
}

.site {
    background-image: -moz-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
    max-width: 343px;
    width: 100%;
    height: 44px;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    border-radius: 25px;
    display: block;
    text-decoration: none;
    margin: 20px auto;
    padding: 10px 0;
    text-align: center;
}

.site img {
    margin-right: 15px;
    vertical-align: text-top;
}

.row-social {
    max-width: 220px;
    width: 100%;
    margin: 0 auto;
}

.row-social a {
    color: #003366;
    margin-left: 15px;
    font-size: 30px;
}

.copyright {
    margin-top: 10px;
    font-size: 21px;
    color: #003366;
}

.msg-two {
    display: none;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    height: 252px;
}

.embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 252px;
    border: 0;
}
#busines .embed-responsive {
    position: relative;
    display: block;
    width: auto;
    padding: 0;
    overflow: hidden;
    height: 600px;
}
#busines .embed-responsive iframe{
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: 600px;
    border: 0;
}
#busines .mfp-content {
    text-align: center;
}
#busines button.mfp-close {
    background: #333;
    font-size: 40px;
    font-family: 'Heebo', sans-serif;
    color: #fff;
}
#busines .mfp-close-btn-in .mfp-close {
    color: #fff;
}
.down-arrow {
    position: absolute;
    left: 20px;
    top: 10px;
    font-size: 30px;
}

.title-social .down-arrow {
    top: 5px;
}

.rotate {
    transform: rotate(180deg);
}

#about-top {
    text-align: center;
    margin-top: 35px;
}

#about-top p {
    max-width: 750px;
    margin: 0 auto;
    font-size: 18px;
    color: var(--primary-color);
}

.slider-header {
    position: relative;
    background: #f4f4f4;
    height: 470px;
    padding: 70px 0 92px 0;
}

.slider-header .row {
    max-width: 1200px;
    width: 100%;
}

.slider-header .container {
    position: relative;
    display: flex;
    padding: 0;
}

.slider-header#other-slider .container {
    display: block;
}
#busines .hp-header-text h2 {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.3;
    font-family: 'Heebo medium', sans-serif;
    margin-bottom: 6px;
}
#busines .hp-header-text div.title {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.3;
    font-family: 'Heebo medium', sans-serif;
}
#busines .title.second {
    font-size: 25px;
}
#busines .hp-header-text p {
    text-align: center;
    font-size: 18px;
    color: var(--primary-color);
    font-weight: 600;
    line-height: 1.3;
}
#busines .hp-header-text p b {
    font-weight: bold;

}
.hp-header-tb {
    padding: 4px 0;
    text-align: center;
}
#busines .hp-header-text ul {
    margin: 0;
    padding: 0;
}
#busines .hp-header-text ul li {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    font-family: 'Heebo regular', sans-serif;
    margin-bottom: 4px;
    display: block;
    /*list-style-position: inside;
    list-style-type: circle;*/
    text-align: center;
}

.formleadpro input,
#detail-busines input,
.register-form input,
#newsletter input,
.login-form input,
.box-form input,
.box-form select,
.checkbox-inline,
.packages-box {
    display: block;
    width: 92%;
    height: 45px;
    padding: 0 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 25px;
    font-size: 16px;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
}

.register-form input,
.login-form input,
.box-form input,
.box-form select,
.checkbox-inline,
.packages-box {
    width: 45%;
    margin-left: 5%;
    border-color: #01435a;
}

.packages-box {
    width: 50%;
    margin-left: 2%;
}

.box-form input,
.box-form select,
.checkbox-inline {
    width: 100%;
    margin-left: 0%;
}

.box-form .box {
    position: relative;
    margin-left: 5%;
    width: 45%;
}

.box-form .box.changeurl {
    width: 70%;
    margin-left: 0%;
}

#updateuser {
    max-width: 540px;
    margin: 0 auto;
    width: 100%;
}

.register-form input:nth-child(n+2),
.login-form input:nth-child(n+2),
#MailForgotPassword,
.box-form .box:nth-child(n+2),
.packages-box:nth-child(n+2) {
    margin-left: 0;
}

label.error {
    color: red;
    position: absolute;
    top: 40px;
    right: 9px;
    font-weight: 600;
    font-size: 12px;
}

.error-result.profe {
    color: red;
    position: absolute;
    top: 40px;
    right: 9px;
    font-weight: 600;
    font-size: 12px;
}

.checkbox-inline {
    cursor: pointer;
}

.box-form input#takanon,
.box-form .package-chackbox {
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

.packages-box {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #48d76e;
    color: #fff;
}

.checkbox-inline {
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkbox-inline a {
    color: #000;
    text-decoration: underline;
}

.form-group {
    margin-bottom: 20px;
}

#registration-facebook .fa,
#registration-gogole .fa {
    margin-left: 10px;
}

#registration-gogole {
    border-radius: 21px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    border: 0;
    height: 30px;
    background: #ea4335;
    padding: 10px 15px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    margin-left: 5%;
}

#registration-facebook {
    background: #4267b2;
    border-radius: 21px;
    width: 100%;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    border: 0;
    height: 30px;
    padding: 10px 15px;
    text-decoration: none;
    text-align: center;
}

@media only screen and (max-width: 600px) {
    #registration-facebook {
        font-size: 13px;
    }
    #registration-gogole {
        font-size: 13px;
    }
}

#busines .box-header .box,
.bama .box-header .box {
    height: 12px;
}

#busines #register,
.box-form {
    /*background: #fff;
    padding: 30px 30px;*/
    border-radius: 25px;
    box-shadow: 0 0 31.04px 0.96px rgba(24, 27, 24, 0.07);
}
#busines #register
{
    border-radius: 0;
    box-shadow: none;

}
#busines .register-form
{
    border-radius: 25px;
    box-shadow: 0 0 31.04px 0.96px rgba(24, 27, 24, 0.15);
    max-width: 420px;
    padding: 12px 50px;
    background-color: #fff;
}
.slider-header#other-slider .box-form {
    margin: 2% 0 4% 0;
    padding: 15px 30px;
}

.slider-header .box-left {
    position: relative;
}

.open-login{
    color: #fff;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    padding: 6px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.open-login span{
    margin-left: 0;
}
.open-login i{
    margin-left: 8px;
    font-size: 18px;
}

#forgotpassword {
    text-align: center;
    display: block;
    color: #000;
}

#forgotpassword-submit {}

.register-form,
.login-form {
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
}

.register-form .form-group,
.login-form .form-group,
.box-form .form-group {
    display: flex;
    margin-top: 10px;
    justify-content: center;
    align-items: center;
}
.register-form .form-group
{
    margin-top: 0;
    margin-bottom: 10px;
}
.register-form h2,
.box-form h2 {
    font-size: 38px;
    font-weight: normal;
    margin: 10px 0 0 10px;
}

#busines .title {
    text-align: center;
    font-size: 45px;
    margin-bottom: 0;
    background: rgb(0,204,204);
    background: linear-gradient(90deg, rgba(0,204,204,1) 0%, rgba(0,153,204,1) 23%, rgba(102,102,204,1) 54%, rgba(204,102,153,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 400;
}

#busines .busines .title,
.tab-busines .title {
    line-height: 0.7em;
}

.slider-busines {
    margin-top: 67px;
}

.slider-review .owl-prev span,
.slider-review .owl-next span {
    position: static;
    line-height: 1em;
}

.slider-review.owl-theme .owl-nav [class*=owl-] {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    background: #fff;
    box-shadow: 0 0 31.04px 0.96px rgba(24, 27, 24, 0.15);
}
.google .slider-review.owl-theme .owl-nav [class*=owl-] {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    background: #fff;
    box-shadow: 0 0 19.4px 0.6px rgba(24, 27, 24, 0.15);
}
.item-picture {
    position: relative;
}

.circle-picture {
    position: absolute;
    background-image: url("../images/b2b/circle.png");
    width: 73px;
    height: 73px;
    bottom: -33px;
    right: 40%;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-contact {
    text-align: center;
    margin-top: 40px;
}

.tab-busines {
    margin-top: 40px;
}

#busines .box-shadow {
    padding: 50px 50px;
    margin-top: 50px;
}

.tab-busines .tab {
    display: flex;
    justify-content: center;
}

.tab-busines .tab .tablinks {
    color: var(--primary-color);
    border: var(--border-none);
    background: var(--background-none);
    margin-left: 40px;
    cursor: pointer;
    position: relative;
    font-size: 17px;
}

.tab-busines .tab .tablinks .border-title {
    height: 9px;
    width: 100%;
    content: '';
    position: absolute;
    top: 20px;
    right: 0;
}

.tab-busines .tab .tablinks:nth-child(1) .border-title {
    background-color: var(--color-purple);
}

.tab-busines .tab .tablinks:nth-child(2) .border-title {
    background-color: var(--color-pink);
}

.tab-busines .tab .tablinks:nth-child(3) .border-title {
    background-color: var(--color-blue-white);
}

.tab-busines .tab .tablinks:nth-child(4) .border-title {
    background-color: var(--color-blue);
}

.tab-busines .tab .tablinks:nth-child(5) .border-title {
    background-color: var(--color-blue-black);
}

.tabcontent {
    display: var(--none);
    padding-top: 30px;
}

.tabcontent img {
    display: block;
    margin: 0 auto;
}

.tabcontent p {
    color: var(--primary-color);
    font-size: 18px;
}

.tabcontent h3 {
    font-size: 45px;
    line-height: 1em;
    margin-bottom: 10px;
    font-weight: 600;
    font-weight: bold;
    font-family: 'Heebo', sans-serif;
}

.tabcontent.flex {
    display: var(--flex)
}

.tabcontent .col-30 {
    margin-top: 100px;
}

.tabcontent button {
    color: #fff;
    border-radius: 25px;
    border: var(--border-none);
    max-width: 200px;
    width: 100%;
    height: 50px;
    font-size: 16px;
    margin-top: 20px;
    cursor: pointer;
}

#tab-one h3 {
    color: var(--color-purple);
}

#tab-one button {
    background-color: var(--color-purple);
}

#tab-two h3 {
    color: var(--color-pink);
}

#tab-two button {
    background-color: var(--color-pink);
}

#tab-three h3 {
    color: var(--color-blue-white);
}

#tab-three button {
    background-color: var(--color-blue-white);
}

#tab-four h3 {
    color: var(--color-blue);
}

#tab-four button {
    background-color: var(--color-blue);
}

#tab-five h3 {
    color: var(--color-blue-black);
}

#tab-five button {
    background-color: var(--color-blue-black);
}

.busines {
    padding: 100px 0;
}

.busines h4,
.tab-busines p {
    color: var(--primary-color);
    font-size: 24px;
    text-align: center;
    font-weight: 300;
}
.tab-busines .tabcontent p {
    text-align: right;
    font-size: 18px;
}
.tab-busines .col-35{
    margin-top: 5vw;
}
.busines h5 {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: bold;
    font-family: 'Heebo', sans-serif;
}

.busines span {
    color: var(--primary-color);
    font-size: 18px;
}
.busines .owl-stage span{
    font-family: 'Heebo regular', sans-serif;
}
.busines .item {
    text-align: center;
}

.owl-prev span {
    position: absolute;
    right: -35px;
    font-size: 50px;
    top: 30%;
}

.owl-next span {
    position: absolute;
    left: -35px;
    font-size: 50px;
    top: 30%;
}

.google {
    text-align: center;
    color: var(--primary-color);
}

.google .title,
.google .title-big {
    width: 100%;
    text-align: center;
}

.google .title-big {
    z-index: 10;
    color: #cccccc;
    font-size: 120px;
    opacity: 0.3;
}

#busines .google .title-google {
    top: 36px;
    z-index: 11;
    line-height: 0.8em;
    position: relative;
    font-size: 65px;
}

#busines .google h5 {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 30px;
}

.google-img {
    position: absolute;
    right: 30px;
    top: 40px;
}
.google .review {
    margin: 0 auto;
}
.google .owl-carousel.owl-rtl .owl-item {
    margin: 0 25px !important;
}
.owl-carousel .owl-item img.img-review {
    margin-top: 20px;
}

#busines .google .title-small {
    margin-top: 100px;
    line-height: 0.8em;
}

.about {
    padding: 50px 0;
}

.about p,
.about-line p {
    text-align: center;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 300;
}

.details {
    padding: 50px 0 50px 0;
    background: #f6f8f9;
}

#detail-busines .row {
    align-items: baseline;
}

#detail-busines .row .box-left,
#detail-busines .row .box-right {
    display: var(--flex);
    align-items: baseline;
}

#detail-busines .title {
    font-size: 26px;
    margin-bottom: 0;
}

#detail-busines .box-row {
    width: 21.25%;
    margin-left: 5%;
    margin-top: 5%;
}

#detail-busines .box-row:last-child {
    margin-left: 0;
}

.title-link {
    font-size: 18px;
    color: var(--primary-color);
    margin-left: 10px;
}

.line-row {
    display: var(--flex);
    margin-top: 27px;
}

.line-row .title-social-box {
    width: 50%;
    align-items: center;
    display: var(--flex);
    font-size: 22px;
    color: var(--primary-color);
}

.login-social-box {
    width: 50%;
    color: #66cc66;
    display: var(--flex);
    font-size: 17px;
    align-items: center;
    gap: 5px;
}

#detail-busines .row .box-right.no-flex,
#detail-busines .row .box-left.no-flex {
    display: block;
    margin-top: 80px;
    margin-left: 5%;
}

#detail-busines .row .box-left.no-flex {
    margin-left: 0px;
}

.center {
    justify-content: center;
}

button[type=submit].btn-save {
    background: #ff3333;
    width: 150px;
    color: #fff;
    border-radius: 25px;
    text-align: center;
    cursor: pointer;
}

.pac-target-input:not(:-webkit-autofill) {
    z-index: 1;
}

.packages {
    /*background: #f6f8f9;*/
    padding: 50px 0px;
}

.price {
    width: 25%;
    background: #fff;
    border-radius: 25px;
    margin: 20px 0px 0px 5%;
    text-align: center;
    padding-bottom: 25px;
    box-shadow: 0px 0px 31.04px 0.96px rgba(24, 27, 24, 0.07);
    -webkit-box-shadow: 0px 0px 31.04px 0.96px rgba(24, 27, 24, 0.07);
    -moz-box-shadow: 0px 0px 31.04px 0.96px rgba(24, 27, 24, 0.07);
    box-shadow: 0px 0px 31.04px 0.96px rgba(24, 27, 24, 0.07);
}

.name-price {
    height: 100px;
    background: #003333;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.name-price span {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    font-family: 'Heebo', sans-serif;
}

.sum-price {
    font-size: 36px;
    color: var(--primary-color);
    font-weight: bold;
    padding: 40px 0px 0px 0px;
    line-height: 0.8em;
    font-family: 'Heebo', sans-serif;
}

.sum-price span {
    display: block;
    font-size: 18px;
}

.btn-price {
    padding: 30px 25px 0px 25px;
}

.price .btn-gredient,
.btn-gredient.url-bama {
    width: auto;
    display: block;
    font-size: 24px;
    height: 40px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 40px;
    background: #dadada;
    border-radius: 25px;
    margin-bottom: 35px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider-switch {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #53646b;
    -webkit-transition: .4s;
    transition: .4s;
    left: initial;
    width: 80px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.slider-switch:before {
    content: "הסתר";
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    color: #fff;
    position: absolute;
    right: 30%;
    width: 100%;
}

input:checked+.slider-switch {
    background-color: #2196F3;
    left: -15px;
    width: 80px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    right: inherit;
}

input:checked+.slider-switch:before {
    content: "הצג";
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    right: inherit;
}

.slider-switch.round {
    border-radius: 25px;
}

.slider-switch.round:before {
    border-radius: 50%;
}

.instgram-link {
    background: #cc6699;
    color: #fff;
    border-radius: 25px;
    display: block;
    text-align: center;
    padding: 10px 15px;
    text-decoration: none;
}

.facebook-link {
    background: #1877f2;
    color: #fff;
    border-radius: 25px;
    display: block;
    text-align: center;
    padding: 10px 15px;
    text-decoration: none;
}
.tiktok-link {
    background: #010101;
    color: #fff;
    border-radius: 25px;
    display: block;
    text-align: center;
    padding: 10px 15px;
    text-decoration: none;
}
.setting-link {
    background-image: -moz-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
    color: #fff;
    border-radius: 25px;
    display: block;
    text-align: center;
    padding: 10px 15px;
    text-decoration: none;
    z-index: 9999;
}

.share-social i {
    margin-right: 10px;
}

.instgram-link i {
    margin-left: 10px;
}

.picture {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
}

#detail-busines .map {
    height: 300px;
    width: 100%;
    padding: 0px 0px;
}

#detail-busines .about {
    height: 260px;
    width: 95%;
    padding: 0px;
    border-radius: 25px;
    border: 1px solid #ced4da;
    resize: none;
    padding: 20px 20px;
    font-size: 16px;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
}

#detail-busines .pricefree {
    font-size: 20px;
    color: #01435a
}

#detail-busines .pricefree p {
    font-size: 36px;
    color: #01435a
}

#detail-busines .pricefree ul li i {
    color: #01435a;
    font-size: 20px;
    margin-left: 10px;
}

#detail-busines .pricefree ul li.free {
    margin-top: 15px;
}

#detail-busines .pricefree ul li.free a {
    text-decoration: underline;
    color: #01435a;
}

#busines .packages .row {
    align-items: baseline;
}

#busines .packages .row .box-left,
#busines .packages .row .box-right {
    display: var(--flex);
    align-items: baseline;
}
#busines .packages .box-center {
    text-align: center;
    width: 100%;
}
#busines .packages .title {
    text-align: center;
    font-size: 45px;
    margin-bottom: 12px;
}

#busines .packages .name-price .title {
    font-size: 24px;
    margin-bottom: 0;
    text-align: center;
}

#busines .pricefree {
    font-size: 20px;
    color: var(--primary-color);
}

#busines .pricefree p {
    font-size: 36px;
    color: var(--primary-color);
}

#busines .pricefree ul li i {
    color: var(--primary-color);
    font-size: 20px;
    margin-left: 10px;
}

#busines .pricefree ul li.free {
    margin-top: 15px;
}

#busines .pricefree ul li.free a {
    text-decoration: underline;
    color: #01435a;
}

#detail-busines .phone {
    padding: 60px 0px;
}

#detail-busines .body-phone {
    margin: 40px auto 0px auto;
}

.button-card {
    position: relative;
}

.slogen {
    position: relative;
}

.container-slogen {
    display: none;
    position: relative;
}

.close-editor {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-image: -moz-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
    border: 0px;
    color: #fff;
    font-size: 30px;
    z-index: 1111;
    border-bottom-left-radius: 15px;
    padding: 0px 15px;
    cursor: pointer;
}

.edit_button_card {
    position: absolute;
    top: -4px;
    right: 13px;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    background: #53646b;
    width: 22px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
    padding-top: 5px;
    font-size: 13px;
}

.modal {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1150;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
}

.modal .modal-dialog {
    background: #fff;
    position: absolute;
    max-width: 600px;
    top: 10%;
    right: 35%;
    border-radius: 25px;
    padding: 20px;
    width: 100%;
}

.modal#addButtoncard .modal-dialog {
    right: initial;
    left: 0px;
    width: 200px;
    padding: 15px 0px;
}

.modal#addButtoncard .modal-dialog .modal-header {
    margin-top: 30px;
    text-align: center;
}

.modal#addButtoncard .modal-dialog .modal-body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    gap: 10px;
}

.link-button-icon {
    cursor: pointer;
}

.link-button-icon i {
    display: block;
    background: -webkit-linear-gradient(#0abdd0 0%, #038ed6 23%, #7253d8 54%, #d853ab 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
}

.modal .close,
#login .close {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #000;
    color: #fff;
    font-size: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 0.5% 0px 0px 0px;
    cursor: pointer;
}

.modal-title {
    text-align: center;
    font-size: 30px;
    font-weight: normal;
}

#collapseTwo {
    display: none;
}

.panel-title a {
    color: #000;
    font-weight: normal;
}

.button-flex {
    display: flex;
}

.button-flex .removebuttoncard {
    background: #ff3333;
    text-align: center;
    color: #fff;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: normal;
}

.button-flex .removebuttoncard,
.button-flex button[type='submit'] {
    width: 50%;
    margin-left: 2%;
}

.button-flex .editbuttoncardrow {
    background: #ff3333;
    background-image: -moz-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
    text-align: center;
    color: #fff;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: normal;
}

.button-flex .editbuttoncardrow,
.button-flex button[type='submit'] {
    width: 50%;
    margin-left: 2%;
}

#detail-busines input.iconButton {
    padding-right: 60px;
}

.icon-position {
    position: absolute;
    right: 20px;
}

.iconpicker-container {
    position: relative;
    justify-content: center;
    align-items: center;
}

.iconpicker-popover {
    width: 100% !important;
    left: 0px !important;
}

#detail-busines .add-button {
    display: flex;
    flex-direction: row-reverse;
    margin-left: 15px;
    position: relative;
}

#detail-busines .link-add-button {
    background-image: -moz-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
    position: absolute;
    bottom: -29px;
    width: 50px;
    height: 45px;
    border-bottom-left-radius: 15px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    padding-top: 5px;
}

.share-social {
    display: flex;
    display: flex;
    justify-content: center;
    gap: 30px;
}

body .how-it-works {
    display: none;
}

.mobile {
    display: none;
}

.floating_btn {
    background-image: -moz-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
    color: #fff;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    font-size: 20px;
    border: 0px;
    padding: 10px;
    position: fixed;
    top: 40%;
    right: 0px;
    max-width: 80px;
    width: 100%;
    text-align: center;
    z-index: 9999;
}

.connection {
    background-image: -moz-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
    color: #fff;
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 60px;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.connection .box-connection {
    flex-basis: 50%;
    border-left: 1px solid #fff;
    text-align: center;
}

.connection .box-connection a {
    color: #fff;
    font-size: 18px;
}

.connection .box-connection i {
    font-size: 30px;
}

.phone_in_header {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    width: 22%;
    color: #fff;
}

.share {
    position: fixed;
    bottom: 0px;
    left: 0px;
    background-image: -moz-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
    width: 100%;
    padding: 0px;
    height: 50px;
    display: none;
    z-index: 99999;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
}

#shareModal .modal-body {
    background-image: -moz-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
    display: flex;
}

.share div {
    flex-basis: 25%;
    border-left: 1px solid #fff;
}

.share a,
.share span {
    color: #fff;
    text-align: center;
    font-size: 20px;
    display: block;
}

.share span {
    font-size: 12px;
}

.share a {
    padding: 10px 0px;
    cursor: pointer;
}

.share i {
    display: block;
}

#shareModal i {
    font-size: 40px;
}

.viewshare {
    display: flex;
    background-image: -moz-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
    padding: 10px;
    flex-wrap: wrap;
    font-weight: bold;
    color: #fff;
    border-radius: 25px;
}

.viewshare a {
    color: #fff;
}

.viewshare .logo {
    margin-right: 5%;
}

.form-box .form-group label {
    display: block;
    color: #006666;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.form-box .form-group {
    width: 100%;
    margin: 10px 0px 10px 0px;
}

.form-group input {
    width: 100%;
    height: 40px;
    padding: 0px 10px;
    border-radius: 25px;
    border: 1px solid #01435a;
    font-size: 16px;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
}

.form-box button {
    max-width: 250px;
    width: 100%;
    margin: 20px auto;
    display: block;
}

.admin.bama .row.page-content {
    display: block;
}

.admin.bama .row.page-content h1 {
    font-size: 35px;
}

.admin.bama .row.page-content>.btn {
    font-size: 25px;
}

.admin.bama .row.page-content table thead tr th {
    text-align: right;
}

.box-form.add-bama {
    padding: 30px 6px;
}

.box-form.add-bama .form-group input {
    font-size: 16px;
}

.box-form.add-bama .form-group select {
    font-size: 16px;
    color: #495057;
}

.box-form.add-bama .form-group textarea {
    font-size: 16px;
    color: #495057;
}

.box-form.add-bama .form-group select option {
    font-size: 16px;
    color: #495057;
}

.box-form.add-bama .checkbox-inline {
    font-size: 16px;
}

.box-form.add-bama .checkbox-inline input[type=checkbox] {
    position: absolute;
    right: 30px;
    top: 6px;
    margin-right: auto;
    margin-left: auto;
}

.box-form.add-bama .checkbox input[type=checkbox]::-webkit-input-placeholder,
.box-form.add-bama .check .box-form.add-bama .form-group input::-webkit-input-placeholder {
    color: #495057;
}

.box-form.add-bama .form-group input:-ms-input-placeholder {
    color: #495057;
}

.box-form.add-bama .form-group input::placeholder {
    color: #495057;
}

.box-form.add-bama .select2-search--inline textarea {
    font-size: 16px;
    color: #495057;
}

.box-form.add-bama textarea::-webkit-input-placeholder {
    font-size: 16px;
    color: #495057;
    font-family: 'Heebo', sans-serif;
}

.box-form.add-bama textarea:-ms-input-placeholder {
    font-size: 16px;
    color: #495057;
    font-family: 'Heebo', sans-serif;
}

.box-form.add-bama textarea::placeholder {
    font-size: 16px;
    color: #495057;
    font-family: 'Heebo', sans-serif;
}

.box-form.add-bama .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    font-size: 16px;
    font-family: 'Heebo', sans-serif;
}

.box-form.add-bama .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    font-size: 16px;
    margin: 0 auto;
    max-width: none;
    display: block;
    width: auto;
}

.admin.bama .select2-results__option--selectable {
    font-size: 16px;
    font-family: 'Heebo', sans-serif;
}

@media (max-width: 500px) {
    .box-form.add-bama .form-group {
        flex-direction: column;
        margin: 0;
    }
    .box-form.add-bama .box input {
        width: 100%;
        margin-left: 0px;
    }
    .box-form.add-bama .box {
        margin: 0px auto;
        width: 100%;
        padding: 0;
        display: inline-block;
    }
    .box-form.add-bama .box input {
        margin-bottom: 20px;
    }
    .box-form.add-bama .select2-container {
        margin-bottom: 20px;
    }
}

#signup .menu-container {
    display: none;
}

.leftfield {
    text-align: left;
    direction: ltr;
}

.align-items {
    align-items: center;
}

.box-form .form-group.otherprofessions {
    display: none;
}

#comment {
    font-family: sans-serif;
}

.select2-container--default .select2-selection--multiple:before {
    content: ' ';
    display: block;
    position: absolute;
    border-color: #01435a transparent transparent transparent;
    border-style: solid;
    border-width: 7px 6px 0 6px;
    height: 0;
    left: 12px;
    margin-left: -4px;
    margin-top: -3px;
    top: 50%;
    width: 0;
    cursor: pointer
}

.select2-container--open .select2-selection--multiple:before {
    content: ' ';
    display: block;
    position: absolute;
    border-color: transparent transparent #01435a transparent;
    border-width: 0 6px 7px 6px;
    height: 0;
    left: 12px;
    margin-left: -4px;
    margin-top: -3px;
    top: 50%;
    width: 0;
    cursor: pointer;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(20px);
    }
    100% {
        transform: translatey(0px);
    }
}

@media (max-width: 1230px) {
    #detail-busines .box-row {
        width: 45%;
    }
}

@media (max-width: 1100px) {
    #updatecangeurl {
        max-width: 400px;
        margin: 0px auto;
    }
    .changeurl {
        text-align: center;
    }
    #forgotpassword-submit {
        font-size: 18px;
    }
    .modal .modal-dialog {
        right: 15%;
        max-width: 400px;
        padding: 30px 20px;
    }
    .menu-container {
        display: flex;
    }
    .modal .close,
    #login .close {
        top: 5px;
    }
    #logo {
        width: 50%;
    }
    #newsletter {
        width: 70%;
        display: block;
        margin: 20px auto;
    }
    #newsletter button[type=submit] {
        margin-top: 20px;
    }
    #busines footer .col-25 {
        width: 50%;
        text-align: center;
        float: right;
    }
    #busines .title,
    #busines .google .title-google {
        font-size: 30px;
    }
    .google .title-big {
        font-size: 50px
    }
    .busines {
        padding: 30px 0px;
    }
    .tabcontent h3 {
        font-size: 30px;
        text-align: center;
    }
    .tabcontent img {
        width: 100%;
        height: auto;
    }
    .tabcontent button {
        display: block;
        margin: 20px auto;
    }
    .tab-busines p {
        font-size: 20px;
    }
    .col-35,
    .col-70 {
        width: 100%;
    }
    #busines .box-shadow {
        padding: 0px 15px;
        margin-top: 10px;
    }
    .tab-busines .tab .tablinks .border-title {
        display: none;
    }
    .tab-busines .tab .tablinks.tab-one {
        background-color: var(--color-purple);
    }
    .tab-busines .tab .tablinks.tab-two {
        background-color: var(--color-pink);
    }
    .tab-busines .tab .tablinks.tab-three {
        background-color: var(--color-blue-white);
    }
    .tab-busines .tab .tablinks.tab-four {
        background-color: var(--color-blue);
    }
    .tab-busines .tab .tablinks.tab-five {
        background-color: var(--color-blue-black);
    }
    .tab-busines .tab {
        flex-direction: column;
    }
    .tab-busines .tab .tablinks {
        margin-left: 0px;
        color: #fff;
        height: 30px;
        font-size: 20px;
        border-bottom: 1px solid #fff;
    }
    .slider-header {
        padding: 0px;
    }
    #about-top {
        padding: 0px 15px;
        margin-top: 20px;
    }
    #busines .row,
    .slider-header .container {
        display: block;
    }
    #signup .slider-header .row {
        flex-direction: column-reverse;
    }
    #busines .row.box-header,
    #busines .row.footer,
    #signup .row.box-header {
        display: flex;
    }
    .person {
        height: 120px;
        width: auto;
        display: block;
        margin: 0px auto 0px auto;
    }
    #register,
    .slider-header#other-slider .box-form {
        width: 100%;
        margin: 0px;
        padding: 20px 0px;
    }
    #busines #register {
        width: 100%;
        margin: 0px;
        padding: 20px 0px;
    }
    .slider-header #register .modal-dialog {
        margin: 0px;
    }
    .slider-header {
        height: auto;
    }
    #busines header#headersitebama .container nav {
        display: none;
    }
    .owl-next span,
    .owl-prev span {
        display: none;
    }
    .google .owl-next span, .google .owl-prev span{
        display: block;
    }
    .span.PIN_1645358938985_embed_grid {
        max-width: 1100px !important;
        width: 100% !important;
    }
    .body-container .container {
        display: block;
        padding: 0px;
    }
    .row-flex div {
        width: 100%;
    }
    .row-flex {
        flex-wrap: wrap;
    }
    .box-right,
    .box-left,
    .row .box-right.contact,
    .row .box-right,
    .row .box-left,
    .slider-header#other-slider .box-form {
        width: 100%;
        margin: 0px 0px;
    }
    .title.title-about {
        background: none;
        background-image: -moz-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
        background-image: -webkit-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
        background-image: -ms-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
        color: #fff;
        font-weight: 300;
        font-size: 20px;
        padding: 10px 0px 10px 0px;
        text-align: right;
        -webkit-text-fill-color: #fff;
        margin: 20px 0px;
        text-align: center;
        cursor: pointer;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        position: relative;
    }
    .contact {
        text-align: center;
    }
    #contact {
        max-width: 500px;
        margin: 0px auto;
        padding: 0px 15px;
    }
    body button[type=submit] {
        width: 80%;
    }
    .body-phone {
        margin: 0px auto;
    }
    .row-dasktop {
        display: none;
    }
    .text {
        font-weight: 500;
        text-align: center
    }
    .row .box-right.contact {
        padding-left: 0px;
    }
}

@media (max-width: 1000px) {
    .contact {
        order: 1;
    }
    .body-container {
        padding: 10px 0px;
    }
    .link-animate a {
        width: auto;
        text-align: center;
        margin-left: 0px;
        padding: 0 3px;
        font-size: 22px;
        line-height: 22px;
    }
    .box-desktop .img-person {
        width: 30px;
        height: 30px;
    }
    .box-desktop .fullname {
        margin-right: 5px;
    }
    .box-desktop .fullname h1 {
        font-size: 15px;
    }
    .box-desktop .fullname .adress {
        font-size: 14px;
    }
    .box {
        width: 100%;
    }
    .desktop {
        display: block;
    }
    #instagram,
    #facebook,
    #youtube,
    #pinterest
    #tiktok {
        padding: 10px 0px;
    }
    .grid,
    #block-1-facebook,
    #block-1-instgram,
    #block-1-youtube, #block-1-tiktok {
        grid-template-columns: repeat(1, 1fr);
    }
    .tabcontent.flex {
        display: block;
    }
    .title-social {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        padding: 0;
        position: relative;
        display: block;
    }
    .title-social h6 {
        font-size: 20px;
        text-align: center;
        width: 100%;
        line-height: 2em
    }
    .review {
        height: 380px;
        margin-left: 0;
    }
    .google .owl-carousel .owl-stage-outer {
        height: 460px;
    }
    footer h5 {
        padding: 0;
    }
    .padding-50 {
        padding-top: 10px;
    }
    #map,
    #google {
        padding: 10px;
    }
    .box-social {
        padding: 0 0 0 0;
    }
    .slick-next,
    .slick-prev {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .connection .link-footer {
        margin-left: 20px;
        display: inline-block;
    }
    .phone_in_header {
        display: none;
    }
    #detail-busines .floating_btn {
        bottom: 0px;
        top: unset;
        width: 100%;
        max-width: 100%;
    }
    .bamacleint .title {
        background-image: -moz-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
        background-image: -webkit-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
        background-image: -ms-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        height: 40px;
        color: #fff;
        font-weight: 300;
        text-align: center;
        cursor: pointer;
        -webkit-background-clip: unset;
        -webkit-text-fill-color: unset;
        display: block;
        font-size: 20px;
        text-align: center;
        line-height: 2em;
    }
    .load-about {
        text-align: center;
        cursor: pointer;
        margin-top: 10px;
    }
    .row-social {
        margin-bottom: 20px;
    }
    .row-flex div.about-line {
        text-align: center;
        padding: 0px 15px;
        width: auto;
    }
    .text {
        font-weight: 500;
        padding: 0px 15px;
    }
    .about-line {
        display: none;
    }
    .about-line.start-about {
        display: block;
    }
    .sortable {
        padding-bottom: 0px;
    }
    .scroll-view {
        height: auto;
    }
    .body-phone {
        width: 100%;
        height: auto;
        background: none;
    }
    .header-phone {
        background-image: -moz-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
        background-image: -webkit-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
        background-image: -ms-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
        height: 200px;
        clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 50%);
    }
    .container-person {
        top: 5%;
    }
    .box-phone {
        margin: 0px;
    }
    .connection.mobile {
        display: flex;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .header {
        height: 40px;
    }
    .box-desktop {}
    .buttons {
        display: grid !important;
        grid-template-columns: auto auto !important;
        justify-content: unset !important;
    }
    .form-group.buttons a {
        width: 78% !important;
    }
    #registration-gogole {
        height: 20px;
    }
    #registration-facebook {
        height: 20px;
    }
    .mobile_grid {
        display: grid !important;
        grid-template-columns: auto auto;
    .
    }
    .img_mobile2 {
        width: 130px !important;
    }
    .responsive_form {
        grid-template-columns: auto auto !important;
        display: grid !important;
        padding-right: 10px;
    }
    li.busines-site {
        display: none;
    }
    #detail-busines .row {
        flex-wrap: wrap;
        width: 100%;
        overflow: hidden;
        justify-content: center;
    }
    .price {
        width: 45%;
    }
    #busines footer .col-25 {
        width: 100%;
    }
    #busines footer h4 {
        background-image: -moz-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
        background-image: -webkit-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
        background-image: -ms-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%);
        width: 100%;
        text-align: center;
        color: #fff;
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
        padding: 10px 0px;
        margin-bottom: 0px;
        cursor: pointer;
        position: relative;
    }
    #busines footer .col-25 {
        margin-bottom: 20px;
    }
    #busines footer .menu {
        display: none;
    }
    .share {
        display: flex;
    }
    .line-row .title-social-box {
        width: 100%;
    }
    .container-scroll {
        height: auto;
    }
    nagishli#NagishLiTag>#NagishLiBar {
        margin-top: 100px;
    }
    #detail-busines .row .box-left {
        display: var(--flex);
        align-items: baseline;
        flex-wrap: wrap;
        flex-direction: row;
        direction: rtl;
    }
    #detail-busines .about {
        width: 81%;
    }
}

@media (max-width: 500px) {
    #detail-busines .link-add-button {
        bottom: 10px;
    }
    #detail-busines .title {
        font-size: 20px;
    }
    .col-25 {
        width: 50%;
    }
    #detail-busines .box-row,
    .price {
        width: 100%;
    }
    .register-form .form-group,
    .box-form .form-group {
        flex-direction: column;
        margin: 8px 0;
    }
    .register-form .form-group.buttons {
        margin-top: 10px;
        flex-direction: row;
    }
    .register-form input,
    .box-form .box input {
        margin-left: 0px;
        margin-bottom: 15px;
    }
    .form-group.header-register {
        margin-bottom: 20px;
    }
    .register-form input,
    .login-form input,
    .box-form input,
    .box-form select,
    .checkbox-inline,
    .packages-box {
        width: 78%;
        margin-left: 0px;
    }
    .packages-box {
        margin-bottom: 10px;
    }
    #signup .box-form select {
        width: 100%;
        margin-bottom: 15px;
    }
    .checkbox-inline {
        width: 100%;
    }
    .box-form .box .checkbox-inline input {
        margin-bottom: 0px;
    }
    .box-form .box,
    .box-form .box.changeurl {
        margin: 0px auto;
        width: 95%;
        padding: 0px 2.5%;
    }
    .box-form .box.changeurl {
        margin: 10px auto;
    }
    .box.ltr {
        display: none;
    }
    .box-form .box input {
        width: 95%;
        margin-left: 0px;
    }
    .container {
        padding: 0px 15px;
    }
    #busines footer .col-25 {
        width: 100%;
    }
    #logo {
        margin-left: 5%;
    }
    .menu-container {
        width: 10%;
    }
    .open-login {
        width: 55%;
        margin-left: 5%;
    }
    #logo img {
        width: 100%;
        height: auto;
    }
    .modal .modal-dialog {
        right: 2%;
        max-width: 85%;
    }
}

@media (max-width: 400px) {
    .register-form .form-group.buttons,
    .login-form .form-group.buttons {
        flex-direction: column;
    }
    .register-form .form-group.buttons a#registration-gogole,
    .register-form .form-group.buttons a,
    .login-form .form-group.buttons a#registration-gogole,
    .login-form .form-group.buttons a {
        max-width: 80%;
        margin: 10px auto;
    }
}

.gm-fullscreen-control,
.gmnoprint {
    display: none !important;
}

#pac-input {
    left: unset !important;
    top: 10px !important;
}

#myBtnBB {
    cursor: pointer;
}

html {
    scroll-behavior: smooth;
}

#updatebuy .is_coupon {
    font-size: 22px;
    font-weight: 500;
    background: -webkit-linear-gradient(#0abdd0 0%, #038ed6 23%, #7253d8 54%, #d853ab 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wu-fi {
    display: block;
    position: fixed;
    top: auto;
    bottom: 8px;
    right: auto;
    left: 10px;
    z-index: 1001;
}

.slider-header {
    padding: 15px 0 84px 0;
}

#couponcalculation {
    background-color: rgba(216, 83, 171, 1);
    width: 100%;
    color: #fff;
    font-size: 24px;
    border: 0;
    height: 42px;
    cursor: pointer;
    font-family: 'Heebo', sans-serif;
    font-weight: normal;
}

.bamacleint nagishli#NagishLiTag>#NagishLiBar {
    z-index: 100001 !important;
}

.bamacleint nagishli#NagishLiTag>#NagishLiBar>#NagishLiBarStrip {
    display: inline-block;
    color: white !important;
    cursor: pointer !important;
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
    padding: 10px !important;
    background-image: -moz-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%) !important;
    background-image: -webkit-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%) !important;
    background-image: -ms-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%) !important;
    border-bottom-right-radius: 15px !important;
}

.bamacleint nagishli#NagishLiTag>#NagishLiBar>#NagishLiBarStrip>#NagishLiLogo {
    background: url(/nagishli/gfx/sprite.png) no-repeat 0 0 !important;
    width: 50px !important;
    height: 57px !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

.bamacleint nagishli#NagishLiTag>#NagishLiBar>#NagishLiBarStrip.open>#NagishLiTitle {
    display: none !important;
}

#busines nagishli#NagishLiTag>#NagishLiBar>#NagishLiBarStrip.open>#NagishLiMove {
    z-index: 100001 !important;
}

#busines nagishli#NagishLiTag>#NagishLiBar>#NagishLiBarStrip {
    display: inline-block;
    color: white !important;
    cursor: pointer !important;
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
    padding: 10px !important;
    background-image: -moz-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%) !important;
    background-image: -webkit-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%) !important;
    background-image: -ms-linear-gradient( 0deg, rgb(10, 189, 208) 0%, rgb(3, 142, 214) 23%, rgb(114, 83, 216) 54%, rgb(216, 83, 171) 100%) !important;
    border-bottom-right-radius: 15px !important;
}

#busines nagishli#NagishLiTag>#NagishLiBar>#NagishLiBarStrip>#NagishLiLogo {
    background: url(/nagishli/gfx/sprite.png) no-repeat 0 0 !important;
    width: 50px !important;
    height: 57px !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

#busines nagishli#NagishLiTag>#NagishLiBar>#NagishLiBarStrip.open>#NagishLiMove {
    display: none !important;
}

#the-logos .hp-logos {
    margin: 25px 0 60px 0;
}
#the-logos .hp-logos {
    /*display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;*/
}

#faq {
    padding: 50px 0px;
}
#faq .faq-content {
    max-width: 700px;
    margin: 0 auto;
}
#faq .accordion {
    background-color: transparent;
    color: #003333;
    cursor: pointer;
    padding: 18px 18px 6px;
    width: 100%;
    border: none;
    outline: none;
    font-size: 19px;
    font-weight: 500;
    transition: 0.5s;
    font-family: 'Heebo', sans-serif;
    text-align: right;
}
#faq .accordion.active {
    background: rgb(0,204,204);
    background: linear-gradient(90deg, rgba(0,204,204,1) 0%, rgba(0,153,204,1) 23%, rgba(102,102,204,1) 54%, rgba(204,102,153,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 400;
}
#faq .active, #faq .accordion:hover {
    background-color: transparent;
}
#faq .accordion:after {
    content: '\002B';
    color: #003333;
    font-weight: 900;
    float: right;
    margin-left: 10px;
    font-size: 20px;
}
#faq .active:after {
    content: "\2212";
    color: #cc66cc;
    font-weight: 900;
    float: right;
    margin-left: 10px;
    font-size: 20px;
}
#faq .panel {
    padding: 0 38px 30px 12px;
    display: none;
    background-color: white;
    overflow: hidden;
}
#faq .panel p, #faq .panel a, #faq .panel span {
    color: #003366;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    transition: 0.5s;
}
.blsc a {
    color: #fff;
}
#updatebuy .form-group.packages {
    margin: 10px 0;
    padding: 0;
}
.google-static-map {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    overflow: hidden;
    border-radius: 25px;
}
.google-static-map img {
    max-width: 100%;
}
.colors-reset {
    color: #fff;
    border-radius: 25px;
    display: block;
    text-align: center;
    padding: 10px 15px;
    text-decoration: none;
    width: 150px;
    background: #ff3333;
    cursor: pointer;
    border: none;
    font-size: 22px;
}
@media (max-width: 1400px) {
    #the-logos .owl-next span, #the-logos .owl-prev span{
        display: block;
    }
    #the-logos .owl-prev span{
        position: absolute;
        left: auto;
        right: -5px;
        font-size: 50px;
        bottom: auto;
        top: 30%;
        color: #999;
    }
    #the-logos .owl-next span{
        position: absolute;
        right: auto;
        left: -5px;
        font-size: 50px;
        bottom: auto;
        top: 30%;
        color: #999;
    }
}
@media (max-width: 1100px) {
    #busines .row .box-right img {
        margin: 0 auto;
    }
    #busines .row .box-right {
        padding-top: 0;
        text-align: center;
    }
}
@media (max-width: 768px) {
    .wu-fi {
        display: none;
    }
    #busines .packages {
        margin-bottom: 35px;
    }
    .bamacleint nagishli#NagishLiTag>#NagishLiBar>#NagishLiBarStrip>#NagishLiLogo {
        background: url(/nagishli/gfx/sprite2.png) no-repeat 0 0 !important;
    }
    #busines nagishli#NagishLiTag>#NagishLiBar>#NagishLiBarStrip>#NagishLiLogo {
        background: url(/nagishli/gfx/sprite2.png) no-repeat 0 0 !important;
    }
    .bamacleint nagishli#NagishLiTag>#NagishLiBar>#NagishLiBarStrip>#NagishLiLogo {
        margin-right: 0 !important;
    }
    #busines nagishli#NagishLiTag>#NagishLiBar>#NagishLiBarStrip>#NagishLiLogo {
        margin-right: 0 !important;
    }
    #busines .register-form .form-group input {
        width: auto;
    }
}
@media (max-width: 450px) {
    #busines .hp-header-text {
        padding: 0 15px;
    }
    #busines .register-form {
        max-width: 90%;
        padding: 10px
    }
    #busines .register-form .responsive_form {
        grid-template-columns: auto auto !important;
        display: block !important;
    }
    #busines .register-form input:nth-child(n+2) {
        margin: 8px auto;
    }
    #busines .register-form input {
        margin: 8px auto;
    }
}