/*

======================================================================================================
======================================================================================================
======================================================================================================
======================================================================================================
========================================== OMAR SHAHEEN ==============================================
======================================================================================================
======================================================================================================
======================================================================================================
======================================================================================================

*/



@import url('https://fonts.googleapis.com/css?family=Cairo');

@import 'https://fonts.googleapis.com/earlyaccess/droidarabickufi.css';

body {
    background-color: #FFF;
    overflow-x: hidden;
    font-size: 0.8rem;
}

body,
h1,
h2,
h4,
h3,
h5,
h6,
p,
label,
input,
li,
span,
strong,
a {
    font-family: 'Droid Arabic Kufi', sans-serif !important;
}


/* START Global Style */
:root {
    --mainColor: #0284cf;
    --grayColor: #a0a0a0;
    --bgColor: #fafdff;
    --redColor: #ff0054;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

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

input[type="email"] {
    text-align: right;
}

.form-control {
    text-align: right;
}

.sec_title {
    border-top: 3px solid var(--mainColor);
}

.sec_title h3 {
    background-color: var(--mainColor);
    color: #FFF;
    padding: 10px 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    display: inline-block;
    width: auto;
    font-size: 20px;
}


[type="date"] {
    background: #fff url(../../assets/img/icons/calendar.png) 3% 50% no-repeat;
}

[type="date"]::-webkit-inner-spin-button {
    /* display: none; */
}

[type="date"]::-webkit-calendar-picker-indicator {
    /* opacity: 0; */
}



.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}


@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}
@media (max-width:768px) {
    .exh_details_slider .slick-slide {
        height: 200px;    
    }
}
@media (min-width:768px) {
    .container {
        max-width: 720px
    }
    .exh_details_slider .slick-slide {
        height: 150px;
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }

    .middelsection {
       
        right : 25%;
    }
    .rightsection {
        float : right;
        right: -50%;
    }
    .leftsection {
        float : left;
        left : 0;
    }

    .rightsection_jnh {
        float : left;
        right: 0;
    }
    .middelsection_jnh {
        right : 0;
    }
    .leftsection_jnh {
        float : right;
        left : 0;
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.btn-primary {
    background-color: var(--mainColor);
    border-color: var(--mainColor);
}


@-webkit-keyframes click-wave {
    0% {
        height: 40px;
        width: 40px;
        opacity: 0.35;
        position: relative;
    }

    100% {
        height: 200px;
        width: 200px;
        margin-left: -80px;
        margin-top: -80px;
        opacity: 0;
    }
}


@keyframes click-wave {
    0% {
        height: 40px;
        width: 40px;
        opacity: 0.35;
        position: relative;
    }

    100% {
        height: 200px;
        width: 200px;
        margin-left: -80px;
        margin-top: -80px;
        opacity: 0;
    }
}

.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;

    height: 30px;
    width: 30px;
    line-height: 30px;
    -webkit-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    background: #FFF;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;

    outline: none;
    position: relative;
    z-index: 1000;
    border-radius: 7px;
}

.option-input:hover {
    background: #FFF;
}

.option-input:checked {
    background: #FFF;
}

.option-input:checked::before {
    height: 30px;
    width: 30px;
    line-height: 30px;
    position: absolute;
    content: '✔';
    display: inline-block;
    font-size: 26.66667px;
    text-align: center;

    color: var(--mainColor);
}

/* .option-input:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #FFF;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
  } */


.img_circle {
    border-radius: 50%;
}



/* //== END Global Style */


/* START Loaders */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
    overflow: hidden;
    -webkit-transition: 1s;
    transition: 1s;
    display: none !important;
}

.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);

    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--mainColor);
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {

    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {

    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}



/* //== END Loaders */



/* START Header */
header {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}

header .container-fluid {
    padding: 0;
}

nav.navbar {
    -webkit-box-shadow: 0 2px 10px rgba(102, 102, 102, 0.2);
    box-shadow: 0 2px 10px rgba(102, 102, 102, 0.2);
    padding: 0px 40px;
}

.head_link_login {
    padding: 10px;
    background-color: var(--mainColor);
    color: #FFF;
    border-radius: 2px;
    -webkit-transition: .5s;
    transition: .5s;
    font-weight: 600;
    font-size: 14px;
    outline: none;
    border: 0;
}

.head_link_login:hover {
    color: #FFF;
    -webkit-box-shadow: 0 0 10px var(--grayColor);
    box-shadow: 0 0 10px var(--grayColor);
    outline: none;
    border: 0;
}
.front_head_link_login {
    padding: 10px;
    margin: 10px;
    background-color: var(--mainColor);
    color: #FFF;
    border-radius: 2px;
    -webkit-transition: .5s;
    transition: .5s;
    font-weight: 600;
    font-size: 14px;
    outline: none;
    border: 0;
    display: none;
}

.front_head_link_login:hover {
    color: #FFF;
    -webkit-box-shadow: 0 0 10px var(--grayColor);
    box-shadow: 0 0 10px var(--grayColor);
    outline: none;
    border: 0;
}
.screen {
    display : block;
}
.navbar-light .navbar-brand img {
    width: 200px;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 600;
    color: var(--grayColor);
    -webkit-transition: .3s;
    transition: .3s;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .active>.nav-link {
    color: var(--mainColor);
    position: relative;
}

.navbar-light .navbar-nav .active>.nav-link::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--mainColor);
}


.navbar-light .navbar-toggler {
    color: #FFF;
    border-color: var(--mainColor);
    background-color: var(--mainColor);
    padding: 10px 15px;
}

/* === Modale login Cureent === */
.modal_login_current form a.btn-dark {
    padding: 10px 0;
    border-radius: 5px;
}


/* //== END Header */


/* START Slider Home */
.slider_home {
    padding: 20px 0;
    padding-top: 60px;
}


.slider_home .carousel_home {
    direction: ltr;
    border-radius: 10px;
}

.slider_home .carousel_home .owl-carousel .owl-stage-outer {
    border-radius: 20px;
    border-radius: 10px;
}

.slider_home .owl-carousel .owl-video-wrapper,
.slider_home .carousel_home .owl-stage-outer {
    height: 520px;
    border-radius: 10px;
    border: 1px solid #EEE;
}

.overlay_video {}

.overlay_video img {}


.slider_home .carousel_home .owl-stage-outer img {
    height: 520px;
    border-radius: 10px;
}

.slider_home .carousel_home .owl-carousel .owl-stage {
    padding: 0 !important;
    border-radius: 10px;
}

.slider_home .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    right: 0;
    top: 50%;
}

.slider_home .owl-carousel .owl-nav button.owl-next,
.slider_home .owl-carousel .owl-nav button.owl-prev,
.slider_home .owl-carousel button.owl-dot {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    position: absolute;
    background-color: var(--grayColor) !important;
    padding: 5px 20px !important;
    left: -35px;
    background-color: var(--mainColor) !important;
    color: #FFF !important;
}

.slider_home .owl-carousel .owl-nav .owl-next::after {
    content: "\f061";
}

.slider_home .owl-carousel .owl-nav .owl-prev::after {
    content: "\f060";
}

.slider_home .owl-carousel .owl-nav .owl-next {
    top: -35px;
}

.slider_home .owl-carousel .owl-nav .owl-prev {
    top: 5px;
}

.slider_home .carousel-caption {
    direction: rtl;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px 35px;

}

.slider_home .carousel-caption::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 130px;
    z-index: -1;
    background: rgba(0, 0, 0, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(34%, rgba(0, 0, 0, 0.3)), color-stop(43%, rgba(0, 0, 0, 0.37)), color-stop(100%, rgba(0, 0, 0, 0.87)));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(34%, rgba(0, 0, 0, 0.3)), color-stop(43%, rgba(0, 0, 0, 0.37)), to(rgba(0, 0, 0, 0.87)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 34%, rgba(0, 0, 0, 0.37) 43%, rgba(0, 0, 0, 0.87) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}



/* Feel free to change duration  */
.animated {
    -webkit-animation-duration: 1000 ms;
    animation-duration: 1000 ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
    z-index: 1
}

/* .owl-animated-in - only for upcoming item
  /* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
    z-index: 0
}

/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


/* slider Left 3 Items */
.left_slider {
    direction: ltr;
    margin-top: 0px;
    border-bottom: 10px solid #0284cf;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.title_left_slider {
    text-align: center;
    margin: auto;
    padding: 10px 0px;
    background-color: #0284cf;
    color: #FFF;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.left_slider .slick-slider .slick-track,
.slick-slider .slick-list {
    height: 470px !important;
    padding: 7px 0px !important;
}

.left_slider .slick-slide {
    margin-bottom: 15px;
}

.left_slider .slick-slide img {
    width: 100px !important;
    height: 100px !important;
    border-radius: 10px;
    float: right;
}

.left_slider .info_details {
    display: inline-block;
    margin-right: 20px;
    float: right;
    max-width: 220px;
}

.left_slider .info_details a {
    font-size: .8rem;
    font-weight: bold;
}

.left_slider .info_details .links_reg_log {
    margin-top: 5px;
    display: inline-block;
}

.left_slider .info_details .links_reg_log a.btn_modal_reg {
    border: 0;
    outline: 0;
    padding: 3px 3px;
    background-color: var(--mainColor);
    color: #FFF;
    border-radius: 5px;
    -webkit-appearance: unset;
    font-size: .65rem;
}

.left_slider .info_details p {
    max-height: 37px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
}


.left_slider i.fa.slick-arrow {
    margin: auto;
    text-align: center;
    display: block;
    font-size: 30px;
    background-color: transparent;
    color: var(--mainColor);
    cursor: -webkit-grab;
}




/* .owl-carousel .owl-stage-outer {
    direction: ltr;
}


#slider-left.owl-carousel .owl-item img {
    width: 100px !important;
}
#slider-left.owl-carousel .owl-item .info {
    
}
#slider-left.owl-carousel .owl-item .info a {

}
#slider-left.owl-carousel .owl-item .info p {
    
}
#slider-left.owl-carousel .owl-item .reg_login a {
    
} */

/* 
#slider-left.owl-carousel {
    transform: rotate(90deg);
    width: 100%;
    
}

#slider-left .item {
    transform: rotate(-90deg);
}

#slider-left .owl-item {}

#slider-left.owl-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: calc(50% - 33px);
}


#slider-left div.owl-carousel .owl-nav .owl-prev,
div.owl-carousel .owl-nav .owl-next {
    font-size: 36px;
    top: unset;
    bottom: 15px;
} */




/* //== END Slider Home */




/* START Modal Register */
.modal-content {
    background-color: #f6fafd;
    padding-bottom: 20px;
}

.modal-header {
    background-color: var(--mainColor);
    color: #FFF;
}

.modal-title {
    margin: auto;
    color: #FFF;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: 0;
    padding: 0;
    color: #FFF;
    opacity: 1;
}

.tab-content>.tab-pane {
    padding: 20px 10px;

}

.nav-tabs,
.nav-tabs .nav-link {
    border: 0;
}

.nav-tabs {
    padding: 0 130px;
    margin-bottom: 30px;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
    text-align: center;
    margin: auto;
}

.modal-body {
    padding: 3rem 4rem 0rem 4rem;
}

.form_modal form .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #f3f3f3;
    padding: 15px 20px;
    text-align: right;
}

.form_modal form .form-control::-webkit-input-placeholder {
    color: rgb(173, 173, 173);
}

.form_modal form .form-control:-ms-input-placeholder {
    color: rgb(173, 173, 173);
}

.form_modal form .form-control::-ms-input-placeholder {
    color: rgb(173, 173, 173);
}

.form_modal form .form-control::placeholder {
    color: rgb(173, 173, 173);
}

.form_modal form input[type="submit"] {
    padding: 10px 0;
    border-radius: 5px;
}

.file_up {
    position: relative;
}

.file_up::after {
    content: "اختر الشعار";
    background-color: var(--mainColor);
    color: #FFF;
    padding: 8px 20px;
    border-radius: 10px;
    position: absolute;
    left: 15px;
    top: 10px;
    cursor: pointer;
}

.file_up::before {
    content: "الشعار";
    background-color: #FFF;
    color: rgb(173, 173, 173);
}


.file_up::before {
    content: "الشعار";
    background-color: #FFF;
    color: rgb(173, 173, 173);
    position: absolute;
    top: 15px;
    right: 15px;
    width: 100%;
    text-align: right;
    height: 100%;
}



.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: 2px solid var(--mainColor);
    border-radius: 15px;
}

.nav-tabs .nav-link {
    width: 100px;
    -webkit-box-shadow: 0 0 10px #EEE;
    box-shadow: 0 0 10px #EEE;
}

.nav-tabs .nav-link.active {
    position: relative;
    padding-bottom: 30px;
}

.nav-tabs .nav-link.active::after {
    content: "";
    background: url(../img/icons/checked.png) no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -110px;
    left: calc(-50% - -80px);
}

.nav-tabs li img {
    display: block;
    margin-bottom: 10px;
}

.nav-tabs li strong {
    color: var(--mainColor);
}


.available_bosnat {
    background-color: var(--mainColor);
    border-radius: 5px;
    padding: 20px 15px;
}

.def_item {
    float: right;
    margin-left: 18px;
}

.available_bosnat span {
    padding: 5px 10px;
    background-color: #ffffff;
    color: var(--mainColor);
    border-radius: 10px;
    font-size: .8rem;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.img_bosnat {
    margin-top: 20px;
}

.img_bosnat label {
    color: var(--mainColor);
    font-weight: bold;
}

.img_bosnat img {
    width: 100%;
    height: 310px;
    -webkit-box-shadow: 0 5px 10px var(--mainColor);
    box-shadow: 0 5px 10px var(--mainColor);
}




/* === Modal For Login === */
.head_title_login {
    margin: auto;
    text-align: center;
    margin-bottom: 40px;
}

.head_title_login img {
    width: 100px;
    display: block;
    margin: auto;
}

.remember_password {
    color: var(--grayColor);
}



/* === Modal Success === */
.head_title_success img {}

.head_title_success p {
    color: #080;
    margin: 20px auto;
}

.btn_success {
    padding: 10px 100px;
}


/* === Modal New M3ared === */
.map_icon[type="text"] {
    background: #fff url(../../assets/img/icons/google-maps.png) 1% 50% no-repeat;
}


/* //== END Modal Register */



/* START Main Content */

.main_content {
    padding-top: 40px;
}

/* START aside */
.aside_title {
    border-top: 3px solid var(--mainColor);
}

.aside_title h3 {
    background-color: var(--mainColor);
    color: #FFF;
    padding: 10px 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 150px;
    text-align: center;
    font-size: 23px;
}

.main_content aside .items_ads article {
    margin: 20px auto;
    -webkit-box-shadow: 0 0 10px rgb(204, 204, 204);
    box-shadow: 0 0 10px rgb(204, 204, 204);
    background-color: #FFF;
    border-radius: 10px;
    display: inline-block;
}

.main_content aside .items_ads article h5 {
    padding-left: 15px;
    padding-top: 20px;
    text-align: left;
}

.main_content aside .items_ads article img {
    height: 370px;
    width: 100%;
}

/* //== END aside */


/* START Services Provider */
.service_title {
    border-top: 3px solid var(--mainColor);
}

.service_title h3 {
    background-color: var(--mainColor);
    color: #FFF;
    padding: 10px 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 250px;
    text-align: center;
    font-size: 23px;
}

/* //== END Services Provider */


/* START Search */
.div_search {
    background-color: var(--mainColor);
    padding: 30px 80px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px rgb(204, 204, 204);
    box-shadow: 0 0 10px rgb(204, 204, 204);
    margin-top: 20px;
}

.div_search form {}

.div_search form .form-group {
    position: relative;
    padding: 0;
    margin: auto;
}

.div_search form input.form-control {
    padding: 20px 40px 20px 137px;
    height: auto;
}

.div_search form button {
    position: absolute;
    top: 10px;
    left: 20px;
    padding: 10px 40px;
}

/* //== END Search */


/* START Providers Section */
.sec_providers {
    padding: 20px 0px;
}

.sec_providers .item {
    border-bottom: 7px solid var(--mainColor);
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgb(204, 204, 204);
    box-shadow: 0 0 10px rgb(204, 204, 204);
    padding: 10px 0 10px 0;
    margin-bottom: 30px;
    overflow: hidden;
}

.sec_providers .item h4 {
    margin: 20px 0;
    color: var(--mainColor);
    font-weight: bold;
    font-size: 20px;
    height: 35px;
    overflow: hidden;
}

.sec_providers h4 a {
    outline: 0;
    border: 0;
    -webkit-appearance: unset;


    font-size: .9rem;
    padding: 0px 15px;
    display: block;
}

.sec_providers .item img {
    border-radius: 50%;
    margin: auto;
    display: block;
    width: 170px;
    height: 170px;
    transition: .5s;
}

.sec_providers .item:hover img {
    /* transform: scale(1.1); */
}

.sec_providers .item h4 {
    margin: 20px 0;
    color: var(--mainColor);
    font-weight: bold;
    font-size: 20px;
}

.sec_providers .item h6 {
    color: var(--grayColor);
    font-weight: 600;
    font-size: 14px;
}


.modal_service_providers .modal-body {
    padding: 1rem 2rem 0rem 2rem;
}

.modal_service_providers .modal-body img {
    border-radius: 50%;
    margin: auto;
    display: block;
    width: 100px;
    height: 100px;
}

.modal_service_providers .modal-body h4 {
    text-align: center;
    margin-top: 15px;
    color: var(--mainColor);
    font-weight: bold;
}

.modal_service_providers .modal-body span {
    text-align: center;
    display: block;
    margin: 15px auto;
    color: var(--grayColor);
}

.modal_service_providers .modal-body p {
    text-align: center;
    color: #555;
    line-height: 1.8;
}

/* //== END Providers Section */


/* //== END Main Content */


/* START Brands */
.sec_brands {
    direction: ltr;
    background-color: #f2f2f2;
    padding: 50px 0;
}

.sec_brands #brand_slider a {
    cursor: pointer;
}

.sec_brands .owl-item {
    border: 1px solid #ccc;
    padding: 25px 5px;
}

.sec_brands #brand_slider img {
    display: block;
    width: 150px !important;
    height: 50px;
    cursor: -webkit-grab;
    margin: auto;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.sec_brands .owl-nav {
    display: none;
}

/* //== END Brands */



/* START Footer */
#footer {
    padding: 50px 20px;
    background-color: var(--mainColor);
}

#footer .widget_item a,
#footer .widget_item p,
#footer .widget_item h4 {
    color: #FFF;
}

#footer .widget_item h4 {
    margin-bottom: 25px;
}

#footer .widget_item .links a {
    margin-bottom: 10px;
    display: block;
    color: #e6e6e6;
}

#footer .widget_item .links a:hover {
    color: #FFF;
}

#footer .widget_item img {
    margin-bottom: 20px;
    width: 200px;
}

#footer .widget_item .social_footer li {
    display: inline-block;
}

#footer .widget_item .social_footer li i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #FFF;
    color: var(--mainColor);
    border-radius: 50%;
}

#footer .widget_item .app_link {}

#footer .widget_item .watermark img {
    width: 130px;
}

/* START Footer */



/* START To Top */
.top_page {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.16);
    background-color: var(--mainColor);
    border: 1px solid var(--grayColor);
    color: #FFF;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s;
    display: none;
}

.top_page.d_block {
    display: block;
}

.top_page:hover {
    background-color: var(--mainColor);
}

.top_page:hover>i {
    -webkit-animation: animateTop 1s infinite linear;
    animation: animateTop 1s infinite linear
}

/* //== END To Top */


.items_news {}

aside .items_news article {
    margin: 20px auto;
    -webkit-box-shadow: 0 0 10px rgb(204, 204, 204);
    box-shadow: 0 0 10px rgb(204, 204, 204);
    background-color: #FFF;
    border-radius: 10px;
    display: inline-block;
    padding: 0px 0px 15px 0px;
    border-radius: 20px 20px 0 0;
}

aside .items_news article .title_news {
    background-color: var(--mainColor);
    padding: 20px 0;
    text-align: center;
    border-radius: 20px 20px 0 0;
    margin-bottom: 10px;
}

aside .items_news article .title_news h5 {
    color: #FFF;
    margin: auto;
}

.holder {
    background-color: #fff;
    width: 100%;
    height: 300px;
    overflow: hidden;
    padding: 0px 10px;
    font-family: Helvetica;
}

.holder .mask {
    position: relative;
    left: 0px;
    top: 10px;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.holder ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.holder ul li {
    padding: 10px 0px;
    border-bottom: 1px solid #e8e8e8;
}

.holder ul li span {
    background-color: var(--mainColor);
    color: #FFF;
    padding: 0px 5px;
    border-radius: 10px;
    font-size: 14px;
}

.holder ul li a {
    color: var(--mainColor);
    text-decoration: none;
    font-size: 14px;
}



.news_bar {
    background-color: #FFF;
    border: 2px solid #0284cf;
    padding: 15px 20px;
    border-radius: 5px;
    direction: ltr;
}

.news_bar a span {
    background-color: var(--mainColor);
    color: #FFF;
    padding: 0px 5px;
    border-radius: 10px;
    font-size: 14px;
}

/***********************************************************************************************/
/***********************************************************************************************/

/* ========================================= Pages =========================================== */

/***********************************************************************************************/
/***********************************************************************************************/


/* START Page Current Show */
.current_show {}

.current_show .sec_current_show {
    padding: 50px 0px;
}

.current_show .sec_current_show .item {
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgb(204, 204, 204);
    box-shadow: 0 0 10px rgb(204, 204, 204);
    overflow: hidden;
}

.current_show .sec_current_show .item .img_current_show {
    padding: 10px;
    display: inline-block;
    overflow: hidden;
}

.current_show .sec_current_show .item img {
    width: 100%;
    height: 250px;
    border-radius: 10px;
    transition: .5s;
}

.current_show .sec_current_show .item .img_current_show:hover img {
    transform: scale(1.1) rotate(5deg);
}


.current_show .sec_current_show .item .info_current_show {
    max-height: 170px;
    min-height: 170px;
}

.current_show .sec_current_show .item h4 {
    margin: 20px auto;
    margin-top: 0px;
}

.current_show .sec_current_show .item h4 a {
    color: var(--mainColor);
    font-weight: bold;
    font-size: 17px;
}

.current_show .sec_current_show .item p img {
    width: 18px;
    display: inline-block;
    height: auto;
}

.current_show .sec_current_show .item span {
    color: #666;
    font-weight: bold;
    font-size: 1rem;
}

/* //== END Page Current Show */



/* START Page Exhbitation Details */
.page_details_exhbitation {}

.title_details_exhbitation {
    margin-bottom: 20px;
    margin-top: 20px;
}

.form_serach {
    position: relative;
}

.btn_search {
    position: absolute;
    top: 0;
    left: 0px;
}

.title_details_exhbitation h5 {
    display: inline-block;
    margin-left: 50px;
    color: var(--mainColor);
    font-weight: bold;
}

.title_details_exhbitation img {
    width: 60px;
    border-radius: 50%;
    height: 60px;
    border: 1px solid #DDD;
}

.page_details_exhbitation aside article {
    margin-bottom: 20px;
    background-color: #FFF;
    -webkit-box-shadow: 0 0 10px rgb(204, 204, 204);
    box-shadow: 0 0 10px rgb(204, 204, 204);
    padding: 10px 0px;
    border-radius: 10px;
}

.page_details_exhbitation aside article img {
    width: 60px;
}

.page_details_exhbitation aside article .info_show {
    margin-top: 10px;
    margin-right: 10px;
}

.page_details_exhbitation aside article .info_show h6 a {
    font-weight: 900;
    font-size: .8rem;
}

.page_details_exhbitation aside article .info_show .link_show_m3ared {
    font-weight: 600;
    color: #666;
    font-size: 1rem;
}

.page_details_exhbitation aside article .info_show .link_show_m3ared:hover {
    color: var(--mainColor);
}


.body_details_exhbitation .top_video {
    margin: 20px auto;
    overflow: hidden;
}

.body_details_exhbitation .top_video iframe {
    width: 100% !important;
    height: 400px !important;
}


.organizers_and_service_providers {
    overflow: hidden;
}

.organizers_and_service_providers_full  {
    overflow: hidden;
    width: 100%;
}

.organizers_and_service_providers .info_company , .organizers_and_service_providers_full .info_company {
    padding-right: 30px;
}

.organizers_and_service_providers .item ,.organizers_and_service_providers_full .item{
    margin-bottom: 20px;
}

.organizers_and_service_providers .item img {
    border-radius: 10px;
    width: 100%;
    height: 110px;
    
    border: 1px solid #DDD;
}

.organizers_and_service_providers_full .item img{
    border-radius: 10px;
    width: 100%;
    height: 250px;
    
    border: 1px solid #DDD;
}

.sec_services {}

.sec_services span {
    font-weight: bold;
    color: #666;
    font-size: 0.8rem;
}


.sec_site {
    margin-bottom: 50px;
}

.maps_site iframe {
    width: 100% !important;
    height: 350px !important;
}

.map_address {
    color: var(--mainColor);
    font-weight: bold;
}


.sec_sketch .modal-content {
    border-radius: 50px;
}

.sec_sketch .carousel-inner {
    border-radius: 20px;
}

.sec_sketch .carousel .carousel-control-next,
.sec_sketch .carousel .carousel-control-prev {
    opacity: 1;
}

.sec_sketch .carousel .carousel-control-next {
    right: -100px;
}

.sec_sketch .carousel .carousel-control-prev {
    left: -100px;
    right: auto;
}

.sec_sketch .carousel .carousel-control-next i,
.sec_sketch .carousel .carousel-control-prev i {
    color: #FFF;
    background-color: var(--mainColor);
    padding: 18px 20px;
    border-radius: 10px;
}


/* //== END Page Exhbitation Details */




/* START Page Services provided  &&  Shopping  && Call Us */
.video_3ared {
    margin: 0px auto 50px auto;
}

.margin_s {
    margin: 0px auto 50px auto;
}

.video_3ared iframe {
    width: 100% !important;
    height: 600px !important;
}

.sec_services_provided {}

.sec_shopping .item,
.sec_services_provided .item {
    margin-bottom: 40px;
    -webkit-box-shadow: 0px 5px 16px rgba(204, 204, 204, 0.21);
    box-shadow: 0px 5px 16px rgba(204, 204, 204, 0.21);
    padding-bottom: 15px;
}

.sec_shopping .item img,
.sec_services_provided .item img {
    width: 100%;
    height: 220px;
    border-radius: 15px;
}

.sec_shopping .item a,
.sec_services_provided .item a {
    margin: 15px auto;
    display: block;
    font-size: 1rem;
    font-weight: bold;
}


.sec_shopping .item .info_prod {
    padding: 0 10px;
    height: 30px;
}

.sec_shopping .item .info_prod a {
    cursor: default;
    color: #777;
    max-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sec_shopping .item span {
    color: #e8920a;
    font-size: 1.3rem;
    font-weight: 600;
}

.sec_shopping .item span strong {
    font-weight: bold;
}

.sec_shopping .item del {
    color: #bababa;
    font-size: 1.3rem;
    font-weight: 600;
}


.sec_call_us {
    background-color: var(--bgColor);
    padding: 20px 100px;
}

.sec_call_us .title_call_us {
    margin-bottom: 30px;
}

.sec_call_us .title_call_us h4 {
    color: var(--mainColor);
    font-weight: bold;
}

.sec_call_us form .form-control {
    padding: 15px 10px;
    height: auto;
    color: #666;
    text-align: right;
    border: 1px solid #EEE;
    -webkit-box-shadow: 0 2px 5px rgba(2, 132, 207, 0.1);
    box-shadow: 0 2px 5px rgba(2, 132, 207, 0.1);
}

.sec_call_us form .form-control::-webkit-input-placeholder {
    color: #d5d6d6
}

.sec_call_us form .form-control:-ms-input-placeholder {
    color: #d5d6d6
}

.sec_call_us form .form-control::-ms-input-placeholder {
    color: #d5d6d6
}

.sec_call_us form .form-control::placeholder {
    color: #d5d6d6
}

.sec_call_us form .form-control:focus {
    -webkit-box-shadow: 0 2px 5px rgba(2, 132, 207, 0.2);
    box-shadow: 0 2px 5px rgba(2, 132, 207, 0.2);
}

.sec_call_us form textarea {
    min-height: 200px;
}



aside.left_aside_3ared {}

aside.left_aside_3ared article {
    padding: 5px 0;
}

aside.left_aside_3ared article .brand_3ared img {
    width: 100px;
    height: 100px;
    margin: auto;
    margin-bottom: 10px;
}

aside.left_aside_3ared article .brand_3ared a {
    font-weight: bold;
    margin-bottom: 10px;
}

aside.left_aside_3ared article .brand_3ared p {
    color: var(--grayColor);
    margin-top: 10px;
}

aside.left_aside_3ared article .info_details_contact ul {
    padding-right: 30px;
    margin: 30px auto;
}

aside.left_aside_3ared article .info_details_contact ul li {
    margin-bottom: 10px;
    color: var(--mainColor);
    font-size: 13px;
}

aside.left_aside_3ared article .info_details_contact ul li i {
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

aside.left_aside_3ared article .social_links {}

aside.left_aside_3ared article .social_links a {
    text-align: center;
    display: inline-block;
    position: relative;
    padding: 0 15px;
}

aside.left_aside_3ared article .social_links a:not(:first-child) {
    border-right: 1px solid #dbdbdb;
}

aside.left_aside_3ared article .social_links a i {
    font-size: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 10px;
    color: #FFF;
    margin: auto;
}

aside.left_aside_3ared article .social_links a i.fa-twitter {
    background-color: #55acee;
}

aside.left_aside_3ared article .social_links a i.fa-snapchat {
    background-color: #FFFC00;
}

aside.left_aside_3ared article .social_links a i.fa-instagram {
    background-color: var(--redColor);
}
aside.left_aside_3ared article .social_links a i.fa-youtube {
    background-color: var(--redColor);
}
aside.left_aside_3ared article a.wishlist {
    color: var(--redColor);
    margin-top: 50px;
}

aside.left_aside_3ared article a.wishlist img {
    width: 30px;
}


article.art_jobs {
    padding-top: 0 !important;
    border-radius: 20px 20px 0 0 !important;
    display: none;
}
article.expos_art_jobs{
    display: block;
}

.art_jobs .title_jobs {
    background-color: var(--mainColor);
    padding: 20px 0;
    text-align: center;
    border-radius: 20px 20px 0 0;
    margin-bottom: 10px;
}

.art_jobs .title_jobs h5 {
    color: #FFF;
    margin: auto;
}

.art_jobs .show_jobs {
    padding-right: 10px !important;
    padding-left: 10px !important;
    padding-bottom: 10px;
}

.art_jobs .show_jobs .item {
    padding-top: 10px;
}

.art_jobs .show_jobs .item:not(:last-child) {
    border-bottom: 1px solid #d8f0fe;
}

.art_jobs .show_jobs .item a {
    color: var(--mainColor);
    font-weight: 700;
    line-height: 2;
}

.art_jobs .show_jobs .item p {
    color: var(--grayColor);
    margin-top: 10px;
    font-size: .9rem;
}

.scrool_div {
    min-height: 50px;
    max-height: 100px;
    overflow: hidden;
}


/* //== END Page Services provided  &&  Shopping  && Call Us */



/* START Page Previous Show */
.page_prev_show .item .info_current_show {
    max-height: 200px !important;
    min-height: 200px !important;
}

.page_prev_show .end_3rd {
    color: var(--redColor) !important;
}

.page_prev_show .end_3rd img {
    width: 20px !important;
    height: auto !important;
    border-radius: 0 !important;
}

/* //== End Page Previous Show */



/* START Page About Us */
.about_page {
    margin-top: 50px;
}

.about_page .sec_about_us img {
    border-radius: 20px;
    -webkit-box-shadow: 0 4px 5px rgba(51, 51, 51, 0.5);
    box-shadow: 0 4px 5px rgba(51, 51, 51, 0.5);
    width: 100%;
    height: 550px;
}

.about_page .sec_about_us .about_details {
    margin-top: 50px;
}

.about_page .sec_about_us .about_details .dev_item {
    margin: 50px auto;
}

.about_page .sec_about_us .about_details h5 {
    color: var(--mainColor);
    border-bottom: 2px solid var(--mainColor);
    padding-bottom: 20px;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: bold;
}

.about_page .sec_about_us .about_details p {
    color: #777 !important;
    line-height: 2 !important;
}

.about_page .i_c {
    margin-bottom: 40px;
    color: #666;
    ;
}

.about_page .i_c i {
    color: var(--mainColor);
    margin-left: 10px;
    font-size: 20px;
}

.about_page .img_why {
    position: relative;
}

.about_page .img_why img {
    width: 100%;
    height: 380px;
}

.about_page .img_why::after {
    content: "";
    border: 4px solid #0284cf;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -20px;
    top: 20px;
    border-radius: 15px;
    z-index: -1;
}

/* //== End Page About Us */



/* START Page Contact Us */
.contact_us_page {
    margin-top: 50px;
    overflow: hidden;
}

.maps_contact_us iframe {
    width: 100% !important;
    height: 400px !important;
}

.form_and_info {}

.sec_form_contact_page {
    padding: 0;
}

.form_and_info h5 {
    color: var(--mainColor);
    border-bottom: 2px solid var(--mainColor);
    padding-bottom: 20px;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: bold;
}

.info_contact_us .i_t {
    color: var(--mainColor);
    margin-bottom: 20px;
}

.info_contact_us i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: var(--mainColor);
    color: #FFF;
    border-radius: 50%;
}


/* //== End Page Contact Us */




.reg_new_m3red .nav-tabs li img {
    margin: auto;
    min-height: 60px;
}

.reg_new_m3red .nav-tabs .nav-link {
    width: 150px;
}

.reg_new_m3red .nav-tabs .nav-link.active::after {
    bottom: -125px;
    left: calc(-50% - -125px);
}


.reg_new_m3red form textarea {
    min-height: 150px;
}







.page_provider .item {
    width: 100%;
    margin: 0;
    border-bottom: 0;
    padding: 0;
}

.page_provider .row div > .item {
    padding: 10px;
    margin-bottom: 10px;
}

.page_provider .row div > .item a {
    font-weight: 900;
    font-size: 1rem;
}



.page_provider .item img {
    border-radius: 50%;
    margin: auto;
    display: block;
    width: 100px;
    height: 100px;
    transition: .5s;
}
.page_provider .item:hover img {
    transform: scale(1)
}

.sec_galleries .btnAccordion,
.page_provider .btnAccordion {
    cursor: pointer;
    border: 1px solid #CCC;
    margin: 0;
    padding: 20px;
    background-color: var(--mainColor);
    color: #FFF;
    transition: .5s;
    font-size: 1.2rem;
    line-height: 1em;
    opacity: .8;
}

.sec_galleries .btnAccordion:hover,
.page_provider .btnAccordion:hover {
    background-color: var(--mainColor);
    opacity: 1;
}

.sec_galleries .btnAccordion::after,
.page_provider .btnAccordion::after {
    content: "\002B";
    float: left;
    font-size: 2rem;
    transition: .5s;
}

.sec_galleries .desc,
.page_provider .desc {
    padding: 0px 20px;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    letter-spacing: .5px;
    font-size: 16px;
    line-height: 1.5em;
    /* max-height: 0; */
    overflow: hidden;
}
.sec_galleries .desc.open,
.page_provider .desc.open {
    max-height: 100%;
}

.sec_galleries .desc span,
.page_provider .desc span {
    font-weight: bold;
    color: #F00;
}


.sec_galleries .active_c::after,
.page_provider .active_c::after {
    content: "\2212";
}

.ptb_30px {
    padding: 30px 0px;
}

a {
    cursor: pointer;
}

/* //== END Page Service Provider */

/* .page_provider {
    padding-top: 10px
}
.bg_banner {
    position: relative;
}
.bg_banner img {
    width: 100%;
    height: 300px;
}

.bg_banner h1 {
    position: absolute;
    left: 30%;
    top: 55%;
    transform: translate(-50%, -50%);
    color: #FFF;
    font-weight: bold;
} */



.page_provider {
    padding: 50px 0px;
}

.page_provider .item {
    border-bottom: 7px solid var(--mainColor);
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgb(204, 204, 204);
    box-shadow: 0 0 10px rgb(204, 204, 204);
    padding: 30px 5px;
    margin-bottom: 30px;
}

.page_provider a {
    outline: 0;
    border: 0;
    -webkit-appearance: unset;
}

.page_provider .item img {
    border-radius: 50%;
    margin: auto;
    display: block;
    width: 170px;
    height: 170px;
    transition: .5s;
}

.page_provider .item:hover img {
    transform: scale(1.1);
}

.page_provider .item h4 {
    margin: 20px 0;
    color: var(--mainColor);
    font-weight: bold;
    font-size: 20px;
    height: auto;
}

.page_provider .item h6 {
    color: var(--grayColor);
    font-weight: 600;
    font-size: 14px;
}

.page_provider .item .txt {
    height: 100px;
}




.organizers_and_service_providers .item , .organizers_and_service_providers_full .item {
    position: relative;
}
.organizers_and_service_providers .item img.img_gift , .organizers_and_service_providers_full .item img.img_gift{
    width: 80px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}


.organizers_and_service_providers .item i.img_gift ,.organizers_and_service_providers_full .item i.img_gift {
    width: auto;
    height: auto;
    position: absolute;
    top: 1px;
    left: 16px;
    z-index: 9;
    color: #ffc107;
    background-color: #ffffff;
    padding: 5px 5px;
    border-radius: 5px 0px 20px 0px;
    font-size: 18px;
}







/*************************************************************************************/




.title_details_exhbitation h4 {
    /*display: inline-block;*/
}

.title_details_exhbitation img {
    width: 60px;
    border-radius: 50%;
    height: 60px;
    border: 1px solid #DDD;
}

.title_details_exhbitation .txt_t {
    display: inline-block;
    text-align: center;
    margin: auto;

    width: 100%;
    border: 1px solid #DDD;
    padding: 10px 25px;
}

.title_details_exhbitation a {
    width: 140px;
    margin-left: 10px;
    margin-top: 4px;
}

@media (max-width: 767px) {
    .col-sm-2 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}


/* slider Left 3 Items */
.exh_details_slider .slick-slide {
    margin-bottom: 10px;
    background-color: #FFF;
    -webkit-box-shadow: 0 0 10px rgb(204, 204, 204);
    box-shadow: 0 0 10px rgb(204, 204, 204);
    padding: 10px 10px;
    border-radius: 10px;
    height: 120px;
}
.exh_details_slider .slick-list {
    height: 120vh !important;
    /* height: 900px !important; */
    padding: 7px 0px !important;
}
.exh_details_slider .slick-slide img {
    width: 70px !important;
    height: 70px !important;
    border: 1px solid #DDD;
}
.exh_details_slider .info_details a {
    font-size: .8rem;
}
.exh_details_slider .info_details {
    max-width: 190px !important;
}

.exh_details_slider .info_details {
    display: inline-block;
    margin-right: 10px;
    max-width: 260px;
}
@media (max-width: 767px) {
    .exh_details_slider .slick-slide {
        margin-bottom: 20px;
        background-color: #FFF;
        -webkit-box-shadow: 0 0 10px rgb(204, 204, 204);
        box-shadow: 0 0 10px rgb(204, 204, 204);
        padding: 10px 10px;
        border-radius: 10px;
        height: 180px;
    }
}


/* New Style */
.news_bar {
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}
.title_news_m {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #0284cf;
    border: 2px solid #0284cf;
    border-left: 0;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    height: 100%;
    padding: 0 10px;
    line-height: 45px;
    border-radius: 0px 5px 5px 0px;
    z-index: 9;
}
.left_slider .info_details a {
    font-size: .7rem;
}
.left_slider .info_details a {
    font-size: .7rem;
}

.slider_home .carousel-caption p,
.slider_home .carousel-caption h5 {
    font-size: 1rem;
    text-align: center !important;
    float: none !important;
}



.btn_map_model {
    background: transparent;
    border: 0;
    outline: 0;
    -webkit-appearance: unset;
}
.btn_map_model:hover {
    color: var(--redColor);
}

.map-modal .modal-body {
    padding: 0;
}
.map-modal .modal-content {
    padding-bottom: 0;
}
.map-modal iframe {
    width: 100% !important;
    height: 350px !important;
}


.organizers_and_service_providers .item img {
    border-radius: 10px;
    width: 100%;
    height: 110px;
    border: 1px solid #DDD;
}

.organizers_and_service_providers_full .item img {
    border-radius: 10px;
    width: 100%;
    height: 250px;
    border: 1px solid #DDD;
}

.organizers_and_service_providers .item span.img_gift , .organizers_and_service_providers_full .item span.img_gift {
    width: 100%;
    height: auto;
    position: absolute;
    top: 1px;
    left: 0;
    right: 0;
    z-index: 9;
    color: #ffc107;
    background-color: #ffffff;
    padding: 5px 5px;
    border-radius: 5px 0px 0px 5px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}









/*******************************************************************************/
/*******************************************************************************/
/*******************************************************************************/
/*******************************************************************************/
/*******************************************************************************/
/*******************************************************************************/
/*******************************************************************************/
/*******************************************************************************/
/*******************************************************************************/



.video_3ared iframe {
    width: 100% !important;
    height: 330px !important;
}
.sec_shopping .item img, .sec_services_provided .item img {
    width: 100%;
    height: 160px;
    border-radius: 15px;
}
.sec_call_us {
    padding: 10px;
}

