@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.wpml-ls-legacy-list-horizontal a span {
    vertical-align: middle;
    border: 1px solid green;
    border-radius: 50%;
    padding: 5px 10px;
}
.wpml-ls-legacy-list-horizontal {
    border: none;
    padding: 0px;
    clear: both;
}
.list-inline-item {
    display: inline-block;
}
.menu-lang{
	float: inline-end;
}
.wpml-floating-language-switcher {
    padding-top: 6px;
}
.dropdown-menu.show {
    display: block !important;
}
.dropdown-menu .account-nav li {
    margin-bottom: 0px;
    width: 160px;
    padding-left: 11px;
    color: #000;
}
@media (min-width: 768px) {
    .col-md-5ths {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
	.wpml-floating-language-switcher {
    	padding-top: 5px;
	}
	.top-links li a {
    	padding: 11px 5px !important;
	}
}

@media (min-width: 992px) {
    .col-lg-5ths {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

html {
    height: 100%;
}

body {
    font-size: 14px;
    color: #323232;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
    height: 100%;
    line-height: 24px;
}

h1, h2, h3, h4, h5 {
    font-family: 'Roboto', sans-serif;
    margin-top: 0;
}

.no-padding {
    padding: 0;
}

p {
    margin-bottom: 10px
}

img {
    margin: 0;
    padding: 0;
    height: auto;
    max-width: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

:before, :after, button, img {
    outline: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

a:hover {
    text-decoration: none;
}

img {
    margin: 0;
    padding: 0;
    max-width: 100%;
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-thumb {
    background-color: #B7B7B7;
    border-radius: 15px;
}

::-webkit-scrollbar-track {
    background-color: #EDEDED;
}

section.related.products {
    display: none;
}

.bg-image, .bg-parallax {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.bg-parallax {
    background-attachment: fixed;
}

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

.font-medium {
    font-weight: 500;
}

/* == WordPress WYSIWYG Editor Styles == */

.entry-content img {
    margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
}

.alignright, img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
}

.aligncenter, img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}

.alignnone, img.alignnone {
    /* not sure about this one */
}

.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px;
}

.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0;
}

.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0;
}

.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}

blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}

blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}

.gallery dl {
}

.gallery dt {
}

.gallery dd {
}

.gallery dl a {
}

.gallery dl img {
}

.gallery-caption {
}

.size-full {
}

.size-large {
}

.size-medium {
}

.size-thumbnail {
}

.pagination {
    justify-content: center;
}

.pagination a {
    padding: 11px 18px;
    font-weight: 600;
    font-size: 16px;
    color: #262626;
    margin: 0 10px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #000;
    background: #FFF;
    box-shadow: 4px 4px 0px 0px #000;
}

.pagination a.next, .pagination .prev a, .pagination .next a {
    border-color: transparent;
    box-shadow: none;
}

.pagination li.active a {
    background: #3ABD5F;
    color: #ffffff;
}

.center {
    display: flex;
    justify-content: center;
    margin: 50px 0 0 0;
}

.bg-black {
    background-color: #000;
}

.map-wrapper {
    background-image: url(../images/bg-map.png);
}
.map-city-btns a {
    display: flex;
    align-items: center;
    position: absolute;
    top: 20%;
    left: 20%;
    line-height: 10px;
}

.map-city-btns a.meccaRgnBtn {
    top: 62%;
    left: 27%;
}

.map-city-btns a.riyadhRgnBtn {
    top: 54%;
    left: 49%;
}

.map-city-btns a.easternRgnBtn {
    top: 55%;
    left: 70%;
}

.map-city-btns a.aseerRgnBtn {
    top: 79%;
    left: 37%;
}

.map-city-btns a.jazanRgnBtn {
    top: 88%;
    left: 37%;
    width: 38px;
    display: inline-block;
    text-align: center;
}

.map-city-btns a.medinaRgnBtn {
    top: 44%;
    left: 20%;
}

.map-city-btns a.alqassimRgnBtn {
    top: 37%;
    left: 38%;
}

.map-city-btns a.tabukRgnBtn {
    left: 9%;
    top: 20%;
}

.map-city-btns a.hailRgnBtn {
    top: 25%;
    left: 30%;
}

.map-city-btns a.najranRgnBtn {
    top: 83%;
    left: 54%;
}

.map-city-btns a.aljawfRgnBtn {
    top: 13%;
    left: 20%;
}

.map-city-btns a.albahahRgnBtn {
    top: 73%;
    left: 31%;
    width: 32px;
    display: inline-block;
    line-height: 10px;
    text-align: center;
}

.map-city-btns a.northernRgnBtn {
    top: 3%;
    left: 21%;
}

.map-city-btns a i {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #000;
    display: inline-block;
    margin-right: 5px;
}
.otgs-development-site-front-end{
	display:none;
}
.map-city-btns a:hover i {
    background: #3ABD5F;
    border: 5px solid #000;
    box-shadow: inset 0 0 0 5px #fff;
}

.map-city-btns span {
    display: inline-block;
    /* background: #000; */
    color: #000;
    max-width: 50px;
    /* height: 18px; */
    border-radius: 18px;
    line-height: 10px;
    /* text-align: center; */
    font-size: 9px;
    font-weight: 700;
    /* text-align: left; */
}

.faq_container{
    display: none;
}
.faq_container.active{
    display: block;
}
.faq-nav li:not(:last-child){
    border-bottom: 1px solid #E3E3E3;
}
.faq-nav a{
    color: #8E8E8E;
    font-size: 18px;
    display: block;
    position: relative;
    border-left: 11px solid transparent;
    padding-left: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.faq-nav li.active a, .faq-nav a:hover{
    border-left: 11px solid #00BB61;
    color: #000;
}
.faq-item{
    border-bottom: 1px solid #E3E3E3;
    color: #212B36;
}
.faq-item h3{
    color: #000;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.faq-item h3:after{
    content: '';
    width: 21px;
    height: 4px;
    background: #00BB61;
    position: absolute;
    left: 0;
    bottom:0;
}

.form-row select.input-select{
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    min-height: 60px;
    border: 3px solid #000;
    padding: 6px 12px;
    font-size: 22px;
}
.f-checkbox {
    display: flex !important;
    flex-direction: row;
    align-items: center;
}
input#question_checkbox, input#show_on_map {
    margin-left: 10px;
    margin-right: 10px;
    width: 20px;
    height: 20px;
}
.img-member {
    border-radius: 500px;
    box-shadow: 3px 3px 0 3px #3ABD5F;
}
.membre-item{
    display: flex;
    align-items: center;
}
.blur-content {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.blur-content p {
    filter: blur(5px);
}

.membership-page-content {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #212b36b3;
}

.membership-page-content h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 50px;
    color: #212B36;
}

.membership-page-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #212b36b3;
    font-size: 15px;
}

.membership-page-content ul li {
    position: relative;
    display: flex;
    margin-bottom: 15px;
}

.field-icon{top:35px!important;}

@media (min-width: 768px) {
    .membership-page-content ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

/*     .membership-page-content ul li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    } */
}

.membership-page-content ul li:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 25px;
    background: url(../images/check.svg) center center no-repeat;
    margin-right: 7px;
	min-width: 20px;
}

.pricing-tables h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 50px;
    color: #212B36;
}

.pricing-item, .package-item {
    background: #fff;
    border: 3px solid #000;
    padding: 32px 0;
    margin-left: 65px;
    margin-bottom: 30px;
	min-height:300px;
}

.package-item {
    padding: 25px 30px;
}

.pricing-item .pricing-cost, .package-item .package-cost {
    position: absolute;
    left: -65px;
    top: 65px;
    bottom: 65px;
    width: 65px;
    border: 3px solid #000;
    background: #3ABD5F;
    display: flex;
    align-items: center;
    text-align: center;
}

.package-item .package-cost {
    top: 25px;
    bottom: 25px;
}

.pricing-item .pricing-cost > span, .package-item .package-cost > span {
    display: inline-block;
    transform: rotate(-90.351deg);
    color: #212B36;
    font-size: 40px;
    font-weight: 700;
    min-width: 210px;
    margin-left: -74px;
}

.pricing-item h3, .package-item h3 {
    color: #212B36;
    font-size: 40px;
    font-weight: 700;
    margin: 0;
}

.pricing-title, .package-title {
    margin-bottom: 35px;
    height: 75px;
}

.package-title {
    height: auto;
}

.pricing-title span {
    display: inline-block;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    position: relative;
}

.pricing-title span:before {
    content: '';
    position: absolute;
    left: -2px;
    top: 50%;
    height: 8px;
    transform: translateY(-50%);
    right: -2px;
    background: #00BB6180;
}

.pricing-item .btn, .package-item .btn {
    border-radius: 4px;
}

.pricing-features, .package-features {
    margin-bottom: 30px;
    padding-left: 25px;
    padding-right: 5px;
}

.package-features {
    padding: 0;
    margin-bottom: 0;
}

.pricing-features ul, .package-features ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #212b36b3;
    font-size: 15px;
}

.pricing-features ul li, .package-features ul li {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.pricing-features ul li:before, .package-features li:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 8px;
    background: url(../images/check.svg) center center no-repeat;
    margin-right: 7px;
}

/*---------------------------*/
@media (min-width: 768px) {
    .package-features ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .package-features ul li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/*---------------------*/
.home header {
    padding-bottom: 35px;
}

.cartCount {
    font-size: 22px;
    width: 40px;
    text-align: center;
}

.cartCount small {
    position: absolute;
    right: -7px;
    top: -9px;
    background: #FF0000;
    border: 2px solid #fff;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    color: #fff;
    font-size: 10px;
}

.btn {
    border-radius: 5px;
    border: 2px solid #262626;
}

.btn-dark {
    background: #262626;
    color: #fff !important;
}

.btn-success {
    background: #3ABD5F;
}

.btn-shadow {
    box-shadow: 3px 3px 0px #262626;
}

.btn-outline-dark {
    box-shadow: 1px 1px 0 1px #262626;
    background: #fff;
}

.dropdown-menu {
    background: #00BB61;
    color: #fff;
    border-radius: 0;
    border: none;
    box-shadow: none;
    padding: 0;
}

.dropdown-menu .dropdown-menu {
    left: 100%;
	top:0;
	margin:0;
}

.dropdown-menu li a {
    padding: 10px 15px;
}

.dropdown-menu li a, .dropdown-menu li a:hover {
    color: #fff;
    background: none;
}

.dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.wc-item-meta {
    display: none;
}

.social li {
    display: inline-block;
    margin: 0 2px
}

.social li a {
    display: flex;
    color: #262626;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 38px;
    font-size: 24px;
    justify-content: center;
    align-items: center;
}

.top-links li a {
    padding: 11px 30px;
    font-weight: 600;
    font-size: 16px;
    color: #323232;
}

.social li a:hover {
    color: #3ABD5F;
}

.social li a:hover svg path {
    fill: #3ABD5F;
}

.shadow-none {
    box-shadow: none !important;
}

.top-links li a.btn:hover {
    color: #fff;
    background: #3ABD5F;
}

.navbar-brand {
    display: none;
}

.nav-menu {
    position: relative;
    z-index: 2;
    margin-bottom: 10px
}

.navbar-brand img {
    max-height: 115px;
}

.navbar {
    padding: 0;
}
@media (max-width: 992px) {
    .research-content h1{
        font-size: 40px;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding: 13px
    }
}

.navbar-nav a {
    color: #262626;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
}
.fa-youtube:before {
    font-size: 29px;
}
.navbar-nav li {
    position: relative;
    padding: 0 5px;
}

.navbar-nav > li > a:hover, .navbar-nav > li.active > a {
    color: #3ABD5F;
}


.slide-img {
    padding-top: 40.5%;
    position: relative;
    margin-left: 130px;
    border-radius: 12px 58px 12px 12px;
}
.dropdown-toggle::after{
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    border:none;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 8px;
}
@media (min-width: 768px) {
    .navbar-nav li:not(:last-child):after {
        content: '*';
        color: #3ABD5F;
        position: absolute;
        right: -3px;
        top: 28px;
        line-height: 14px;
        font-size: 18px;
        margin-top: -8px;
    }

    .slider-wrap {
        padding-bottom: 100px;
        background: url(../images/bg-slider.svg) left bottom no-repeat;
    }

    .slider-item {
        padding-bottom: 120px;
    }

    .slide-caption {
        left: 0;
        bottom: 0;
        position: absolute;
        max-width: 700px;
    }
}

.slide-caption {
    background: #191923;
    border-radius: 12px;
    padding: 45px;
}

.slide-caption h4 {
    font-size: 19px;
    line-height: 28px;
    /*letter-spacing: 0.03em;*/
	letter-spacing:0px!important;
    color: #D1D1D1;
}

.slide-caption h2 {
    font-size: 43px;
    line-height: 58px;
    /*letter-spacing: 0.03em;*/
	letter-spacing:0px!important;
}

.slide-caption h2 span, .slide-caption h4 span, .slide-caption a sub {
    color: #00BB61;
}

.slide-more sub {
    color: #00BB61;
    font-size: 40px;
}

.slide-caption a {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}

.product-quantity {
    display: none;
}

.swiper-pagination-bullet {
    width: 23px;
    height: 23px;
}

.swiper-wrapper {
    margin-bottom: 25px;
}

.focus-section {
    padding: 100px 0;
}

.result-message {
    padding: 15px;
    border: 2px solid green;
    color: green;
    margin-top: 15px;
    display: none;
}

.result-message.sendFalse {
    color: red;
    border-color: red;
}

.title {
    margin-bottom: 60px;
    position: relative;
    color: #262626;
}

.title h2 a, .title h1 a {
    color: #262626;
}

.title h2, .title h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
   	/*letter-spacing: 0.03em;*/
	letter-spacing:0px!important;
    text-transform: uppercase;
    position: relative;
    padding-left: 40px;
}

.title h2:before, .title h1:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 28px;
    height: 10px;
    background: #3ABD5F;
}

.focus-nav .nav-link {
    display: block;
    padding: .5rem 1rem;
    background: none;
    border: none;
    font-size: 22px;
    line-height: 30px;
    /*letter-spacing: 0.03em;*/
	letter-spacing:0px!important;
    text-transform: capitalize;
    padding: 5px 2px;
    color: #262626;
    border-bottom: 3px solid #fff;
    border-radius: 0;
}

.focus-nav li:not(:last-child) {
    margin-right: 45px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    border-bottom: 3px solid #3ABD5F;
    background: none;
    color: #262626;
    font-weight: 700;
}

.focus-tab .tab-content {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #646464b3;
}

.focus-tab .tab-content p {
    margin-bottom: 20px;
}

.focus-image {
    margin-top: -25px;
}

.tab-more-btn {
    border: 2px solid #262626;
    box-shadow: 1px 1px 0 1px #262626;
    padding: 11px 30px;
    font-weight: 600;
    font-size: 16px;
}

.events-wrap {
    background-image: url(../images/eventbg.jpg);
    padding: 100px 0 70px;
}

.event-item {
    margin-bottom: 30px;
}

.event-item .event-thumb img {
    background: #FFFFFF;
    border: 4px solid #262626;
    box-shadow: 4px 4px 0px #000000;
    border-radius: 21px;
}

.event-item h3 {
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    /*letter-spacing: 0.03em;*/
	letter-spacing:0px!important;
    color: #000;
    opacity: 0.8;
}

.event-item h3 a {
    color: #000;
}

.events-wrap .event-item h3, .events-wrap .event-item h3 a {
    color: #FFFFFF;
}

.event-title h1 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
    text-overflow: ellipsis; /* enables ellipsis */
    white-space: nowrap; /* keeps the text in a single line */
    overflow: hidden; /* keeps the element from overflowing its parent */
    max-width: 550px;
}

.event-item .btn {
    font-size: 14px;
    background: #3ABD5F;
    box-shadow: 3px 3px 0px #262626;
    border-radius: 5px;
}

.event-meta-block {
    padding: 80px 70px;
    background: #00BB61;
}

.event-meta-block:nth-child(2) {
    background: #00AD5A;
}

.event-meta-block:nth-child(3) {
    background: #009B50;
}

.event-meta-block h4 {
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 0;
}

.event-meta-block span {
    color: rgba(255, 255, 255, 0.50);
    font-size: 26px;
    line-height: 22px;
    display: block;
    padding-top: 12px;
}

.event-content {
    color: #000;
    font-size: 22px;
    line-height: 32px;
}

.share-post a {
    display: inline-block;
    color: #999;
    width: 30px;
    text-align: center;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.title > a sub {
    color: #3ABD5F;
}

.title > a {
    font-weight: 900;
    font-size: 22px;
    line-height: 26px;
    /*letter-spacing: 0.03em;*/
	letter-spacing:0px!important;
    color: #262626;
}

.blog-wrap {
    padding: 100px 0 70px;
}

.post-item {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #646464cc;
}

.post-item .post-img {
    border-radius: 15px;
}

.post-item .post-img a {
    padding-top: 52%;
    display: block;
}

.post-item h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 45px;
    text-transform: uppercase;
    color: #000000;
}

.post-item-sm h3 {
    color: #212B36;
    font-size: 27px;
    font-weight: 600;
    line-height: 33px;
}

.post-item h3 a {
    color: #212B36;
}

.side-post-item {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #646464cc;
}

.side-post-item .post-img {
    border-radius: 15px;
    margin-right: 20px;
    height: 130px;
    min-width: 180px;
}

.side-post-item .post-img a {
    height: 130px;
    min-width: 180px;
    border-radius: 15px;
    display: block;
}

.side-post-item h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    color: #000000;
}

.side-post-item h3 a {
    color: #000000;
}

.map-wrap {
    padding: 50px 0;
    background-image: url("../images/mapbg.jpg");
    min-height: 325px;
}

.map-wrap h2 {
    background: linear-gradient(89.89deg, #262626 60.83%, rgba(0, 0, 0, 0) 85.73%);
    float: right;
    padding: 10px 200px 10px 25px;
    color: #fff;
    position: relative;
    border-radius: 100px 0 0 100px;
    font-weight: 800;
    font-size: 50px;
    line-height: 59px;
    text-transform: uppercase;
    z-index: 1;
}

.map-wrap h2:before {
    content: '';
    border: 2px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    border-radius: 100px 0 0 100px;
    left: -10px;
    top: -10px;
    bottom: -10px;
    right: 250px;
    z-index: -1;
}

@media (min-width: 767px) {
    .map-title {
        padding-top: 90px;
        padding-bottom: 45px;
        background: url(../images/arrowbtm.svg) 91% bottom no-repeat;
        background-size: auto 40px;
    }

    .map-title:before {
        content: '';
        position: absolute;
        right: 125px;
        top: 0;
        height: 74px;
        width: 200px;
        background: url(../images/arrowtop.svg) right top no-repeat;
        background-size: auto 70px;
    }
}

.map-wrap h2 span {
    color: #30D05D;
}

.course-thumb img {height:360px;width: 100%;object-fit:cover;}
.course-info h3 a {color: #212b36;font-size: 20px;}

.clients-wrap, .courses-wrap {
    padding: 100px 0;
}

.client-item {
    background: #FFFFFF;
    border: 3px solid #262626;
    box-shadow: 2px 2px 0px #000000;
    border-radius: 6px;
    margin-bottom: 2px;
}

.client-item a {
    display: block;
    height: 90px;
    text-align: center;
    line-height: 90px;
}

.client-item a img {
    max-height: 90px;
}

.client-box a {
    height: 140px;
    line-height: 140px;
}

.client-box a img {
    max-height: 140px;
}

footer {
    padding: 100px 0;
    background-image: url(../images/footerbg.jpg);
}

.widget {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 24px;
    color: #D6D6D6;
}

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

.widget ul li {
    margin-bottom: 5px;
}

.widget h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    position: relative;
    padding-left: 40px;
    margin-bottom: 25px;
    color: #FFFFFF;
}

.widget h3:before {
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    width: 28px;
    height: 10px;
    background: #3ABD5F;
}

.widget ul li a {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #D6D6D6;
    padding: 10px 0;
    position: relative;
    display: flex;
    align-items: center;
}

.widget ul li a:before {
    content: '';
    width: 8px;
    margin-right: 8px;
    border: 1px solid #3ABD5F;
}

.wrapper {
    padding: 70px 0;
}

.heading-map {
    margin-bottom: 55px;
}

.heading-map h2 {
    font-size: 58px;
    font-weight: 700;
    line-height: 70px; /* 125% */
}

.all-clinic {
    background: #fff;
    border-radius: 29px;
    border: 3px solid #000;
    background: #FFF;
    box-shadow: 4px 4px 0px 0px #000;
    padding: 35px 25px;
}

.all-clinic h3 {
    color: #000;
    font-size: 34px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.all-clinic h3 span {
    display: inline-block;
    border-radius: 80px;
    background: #3ABD5F;
    margin-left: 10px;
    padding: 7px 30px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 22px; /* 100% */
}

.clinic-list {
    max-height: 530px;
    overflow-y: auto;
    direction: rtl;
}

.entry-clinic-list {
    direction: ltr;
}

.clinic-item {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 5px;
    display: flex;
}

.clinic-img {
    min-width: 70px;
    margin-right: 18px;
}

.clinic-img img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.clinic-item h4 {
    color: #212B36;
    font-size: 20px;
    font-weight: 700;
    /* line-height: 36px; */ /* 163.636% */
    text-overflow: ellipsis; /* enables ellipsis */
    white-space: nowrap; /* keeps the text in a single line */
    overflow: hidden; /* keeps the element from overflowing its parent */
    max-width: 180px;
}

.clinic-item span {
    color: #212B36;
    font-size: 15px;
    font-weight: 600;
    /* line-height: 22px; */ /* 137.5% */
}

.cart_totals h3 {
    font-size: 22px;
    color: #000;
}

.product-thumbnail a {
    color: #000;
    font-size: 18px;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 80px;
}

/* Go to top icon */
#topcontrol {
    z-index: 999;
    background: #5aca2d;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 24px;
    position: fixed;
    bottom: -100px;
    left: 10px;
    cursor: pointer;
    overflow: auto;
    opacity: 0.7;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#topcontrol:before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #FFF;
}

#topcontrol:hover {
    opacity: 1;
}

.mobile-wrap {
    position: fixed;
    left: -100%;
    top: 0;
    height: 100%;
    overflow-y: scroll;
    width: 270px;
    z-index: 99999;
    background: #FFFFFF;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 20px;
}

.mobile-logo {
    padding: 5px 0 15px;
    margin-bottom: 15px;
}

.mobile-wrap .navbar-nav > li > a {
    color: #13241D;
    font-size: 16px;
    display: inline-block;
    font-weight: 700;
    line-height: 26px;
    position: relative;
}

.mobile-brand img {
    max-height: 60px;
}

.close-menu {
    background: none;
    color: #000;
    border: none;
    font-size: 25px;
}

.mobile-wrap-head {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}


.mobile-wrap .navbar-nav > li ul {
    position: static !important;
    transform: none !important;
	background: none ;
}
.mobile-wrap .navbar-nav > li{
    border:none
}
.mobile-wrap .navbar-nav > li ul a{
    color:#222;
    font-size: 16px;
}

.sub-menu li a {
    color: #62D425;
    padding: 10px 0;
    display: inline-block;
    font-size: 14px;
}

.mobile-wrap .navbar-nav {
    margin-bottom: 130px !important;
}

@media (min-width: 992px) {
    .modalClinic .modal-dialog, #addClinicModal .modal-dialog {
        max-width: 700px;
        margin: 5rem auto;
    }
}
@media (max-width: 991px) {
	.courses-wrap .row {row-gap:45px;}
}
.form-search {
    border-radius: 17px !important;
    margin-bottom: 22px;
}
.search-container {
    display: flex;
    flex-direction: row;
    align-items: baseline;
}
.search-container i {
    margin-left: -30px;
}
.form-control {
    border: 3px solid #000;
    border-radius: 0;
    min-height: 50px;
}

.clinic-content {
    color: #212B36;
    font-size: 22px;
    line-height: 32px; /* 145.455% */
}

.clinic-content h3, #addClinicModal h3 {
    color: #212B36;
    font-size: 32px;
    font-weight: 600;
    line-height: 34px; /* 106.25% */
}

.clinic-title h2 {
    color: #212B36;
    font-size: 22px;
    font-weight: 700;
    line-height: 36px; /* 163.636% */
}

.clinic-title li {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.clinic-title li i {
    width: 26px;
    text-align: center;
    margin-right: 10px;
}

.clinic-thumb {
    width: 180px;
    height: 180px;
    border: 10px solid #3ABD5F;
    border-radius: 50%;
    margin-right: 50px;
}

.clinic-thumb img {
    width: 160px;
    height: 160px;
}

.modal-content {
    border-radius: 58px;
    padding: 30px;
    font-size: 20px;
    line-height: 28px;
    color: #646464cc;
}

.breadcrumbs {
    color: #00BB61;
    font-weight: 600;
}

.breadcrumbs a {
    color: #000;
}

.research-item {
    border-radius: 17px;
    border: 1px solid #000;
    background: #FFF;
    margin-bottom: 30px;
    padding: 25px 20px 21px;
}
.research-item a.btn{
    padding: 5px;
    font-size: 12px;
}
.research-item h3{
    font-size: 23px;
    font-weight: 600;
}

.research-status span, complete-research span{
    border-radius: 25px;
    background: #00BB61;
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
    display:inline-block;
    padding: 7px 15px;
}
.research-item .research-status span{
    border-radius: 13px;
    background: #00BB61;
    color: #FFF;
    font-size: 11px;
    font-weight: 600;
    line-height: 20px;
    display:inline-block;
    padding: 0 10px;
}
.underline{
    text-decoration: underline;
}
.research-nav li a{
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px; /* 137.5% */
    text-transform: capitalize;
    display: block;
    padding: 10px;
    border-radius: 4px;
}
.research-members li span{
    display: inline-block;
    border-radius: 50px;
    border: 1px solid #000;
    background: #FFF;
    font-size: 16px;
    font-weight: 600;
    color:#000;
    padding: 20px 35px;
}
.research-nav li a:hover, .research-nav li.active a{
    background: #00BB61;
    color: #FFF;
}
.research-content h1{
    color: #000;
    font-size: 50px;
    font-weight: 600;
}
.research-single h3{
    color: #262626;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 30px;
}
.research-members ul li{
    margin-right: 20px;
    margin-bottom: 0.5rem;
}
.text-black {
    color: #000
}
.research-progress .progress{
    border-radius: 50px;
    height: 45px;
    background-color: #000;
}
.research-progress .progress-bar{
    height: 45px;
    background: #00BB61;
}
.research-progress .progress-bar span{
    font-weight: 800;
    font-size: 32px;
    text-align: right;
}
@media (min-width: 768px) {
    .contact-page{
        padding-top: 45px;
    }
    .contact-page:before{
        content:'';
        position: absolute;
        right:0;
        top:0;
        bottom:0;
        width: 27%;
        background: #00BB61;
    }
}

.contact-block{
    font-size: 20px;
    font-weight: 600;
}
.contact-content{
    color: #5F5F5F;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; /* 150% */
}
.contact-content h2{
    color: #000;
    font-size: 48px;
}
/*--------------------------------*/
.product-heading {
    color: #fff;
    background: #00BB61;
    font-size: 18px;
}

.product-heading h1 {
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
    line-height: 64px;
}

.product-image {
    margin: -10px 0;
}

.summary {
    color: #646464;
    font-size: 18px;
    line-height: 28px;
}

.summary h3 {
    color: #212B36;
    font-size: 32px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 20px
}

.product-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #212B36;
    font-size: 16px;
    line-height: 41px;
}

.product-content ul li {
    position: relative;
    display: flex;
    align-items: center;
}

@media (min-width: 768px) {
    .product-content ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .product-content ul li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.product-content ul li:before {
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 7px;
    font-weight: 900;
    font-size: 14px;
}

.single_add_to_cart_button {
    width: 100%;
}

.course-duration {
    color: #212B36;
    font-size: 26px;
}

.woocommerce div.product .summary p.price {
    margin-bottom: 20px;
}

.section-title {
    color: #212B36;
    font-size: 18px;
    font-weight: 400;
    line-height: 41px;
}

.cart-collaterals {
    max-width: 550px;
}

.product-name a {
    color: #212B36;
    font-size: 16px;
}

.section-content li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 12px 0;
    color: #212B36;
    font-size: 16px;
    font-weight: 600;
}

.lesson-video h5 {
    color: #212B36;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.section-content li a {
    color: #212B36;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.product-item {
    margin-bottom: 50px;
    color: #646464;
    font-size: 16px;
    line-height: 24px;
}

.product-item .product-img {
    margin-bottom: 16px;
    margin-left: 55px;
}

@media (min-width: 992px) {
    .product-item .product-img {
        margin-right: 40px;
        min-width: 38%;
        margin-bottom: 0;
    }

    .product-item {
        font-size: 20px;
        line-height: 28px;
    }
}


.product-item .product-img .price{
    background: #000;
    color: #fff !important;
    line-height: 35px;
    padding: 0 25px;
    font-size: 22px !important;
    font-weight: 700 !important;
    position: absolute !important;
    left: -65px !important;
    top: 55px !important;
    bottom: 55px !important;
    width: 65px !important;
    border: 3px solid #000 !important;
    display: flex !important;
    align-items: center !important;
    text-align: center !important;
}
.woocommerce-Price-amount{
    transform: rotate(-90.351deg)!important;
    margin-left: -30px!important;
    min-width: 95px!important;
}

.product-item h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    color: #212b36;
    margin-bottom: 16px;
}

@media (min-width: 992px) {
    .product-item h3 {
        font-size: 32px;
        line-height: 34px;
    }
}

.product-item h3 a {
    color: #212b36
}

.product_meta {
    color: #212b36;
    margin-bottom: 16px;
}

.product_meta i {
    margin-right: 7px;
}

.woocommerce-additional-fields, .woocommerce-privacy-policy-text {
    display: none;
}

.woocommerce-billing-fields {
    margin-bottom: 30px;
}

.MyAccount-content {
    border-left: 1px solid #999;
    padding-left: 35px;
}

.account-nav li a {
    font-size: 18px;
    display: inline-block;
    padding: 5px 0;
    color: #858585;
}

.account-nav li {
    margin-bottom: 30px;
}

.account-nav li a svg {
    display: inline-block;
    margin-right: 7px;
}
.fa.fa-tablet:before {
    content: "\f10a" !important;
}
.fa.fa-map-marker:before {
    content: "\f041";
}
.account-nav li a:hover, .account-nav li.is-active a {
    color: #212B36
}

.account-nav li a:hover svg path, .account-nav li.is-active a svg path {
    fill: #212B36
}

.btn-join {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.myaccount-info {
    margin-bottom: 30px;
}

.myaccount-info h3 {
    color: #000;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 25px;
}

.myaccount-info li {
    color: #212B36;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.myaccount-info li i {
    color: #212B36;
    font-size: 20px;
    margin-right: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 54px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
    border: 3px solid #000;
}

.select2-container .select2-selection--single {
    height: 60px;
}

.user-account-avatar img {
    border-radius: 50%;
}


/*--------------------*/
.btn-login {
    border: 2px solid #262626;
    background: #3ABD5F;
    width: 143px;
    height: 50px;
    padding: 10px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;

}

.login-links a {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
}

.single-product .woocommerce-notices-wrapper {
    max-width: 1170px;
    margin: auto;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
    padding: 1rem 2rem 1em 3.5rem;
    line-height: 50px;
}
.woocommerce-message {
    border-radius: 15px;
    border: 1px solid #000;
    background: #FFF;
    color: #000;
    font-size: 20px;
}

.woocommerce-message a {
    color: #3ABD5F;
    font-weight: 700;
}

.woocommerce-message::before {
    color: #3ABD5F
}

.woocommerce .woocommerce-message .button {
    background: #ffffff;
    color: #262626;
    border: 1px solid #262626;
    box-shadow:none;
}

.woocommerce-error {
    border-top-color: #e57373;
    color: #e57373;
}

.woocommerce-error a{color:#00BB61;}

.woocommerce a.remove {
    color: #F00;
    width: auto;
    background: none;
}
.payment-method-title{
    border: 1px solid #D2D7DB;
    background: #F7F9FA;
    padding: 10px 15px;
}
.payment-method-title{
    position: relative;
}
.payment-method-title input.input-radio{
    position: absolute;
    opacity: 0;
}
.payment-method-title label{
    color: #212B36;
    font-size: 16px;
    font-weight: 600;
    padding-left: 40px;
    position: relative;
    background: url(../images/circle.svg) left center no-repeat ;
}
.payment-method-title input:checked + label{
    background: url(../images/checked-circle.svg) left center no-repeat ;
}
#billing_country_field .woocommerce-input-wrapper{
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    min-height: 60px;
    border: 3px solid #000;
    padding: 6px 12px;
    font-size: 22px;
    line-height: 42px;
}
.woocommerce-error::before {
    color: #955d5b
}

.nf-form-errors{
    display: none;
}
.footer_social_icons {
    display: none;
}
footer .row .col-lg-3:first-child img {
	max-width: 225px;
}

.nf-pass.field-wrap .nf-field-element:after{
	left:auto!important;
	right:16px!important;
}

.tk svg{
	color:#262626;
	height:21px;
}

@media (min-width: 992px){
    .woocommerce-checkout-review-order{
        margin-right: -15px;
        margin-left: -15px;
    }
    .woocommerce-checkout-payment-gateways{
        float: left;
        width: 50%;
        padding: 15px;
    }
    .woocommerce-checkout-place-order,.woocommerce table.woocommerce-checkout-review-order-table{
        float: right;
        width: 50%;
        padding: 15px;
        margin: 0;
    }
    .woocommerce-checkout-place-order{
        padding: 0 15px;
    }
}

.woocommerce .woocommerce-error .button {
    background: #ffffff;
    color: #e57373;
}

.woocommerce form .form-row.woocommerce-invalid label {
    color: #e57373;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
    border-color: #e57373;
}

.research-content {
    font-size: 20px;
    line-height: 30px;
}

.research-content p {
    margin-bottom: 1rem
}

@media only screen and (max-width: 992px) {
    .single-product .woocommerce-notices-wrapper {
        max-width: 74%;
    }
}

@media (min-width: 992px) {
    .modal-dialog {
        max-width: 950px;
        margin: 5rem auto;
    }
}

@media (max-width: 1450px) {
    .container {
        max-width: 1100px;
    }

    .slide-caption h2 {
        font-size: 35px;
        line-height: 45px;
        letter-spacing: 0;
    }

    .title h2, .title h1 {
        font-size: 32px;
        line-height: 38px;
    }

    .focus-tab .tab-content p {
        font-size: 16px;
    }
    .event-item h3{
        font-size: 18px;
        line-height: 28px;
    }
    .post-item h3 {
        font-size: 26px;
        line-height: 35px;
    }
    .side-post-item h3 {
        font-size: 16px;
        line-height: 26px;
    }
    .widget ul li a{
        font-size: 15px;
    }
    .widget h3 {
        font-size: 26px;
        line-height: 36px;
    }
}

.close{
    opacity: 1;
}
@media (max-width: 767px) {
    .product-content ul li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .modal-content {
        border-radius: 25px;
        padding: 15px;
        font-size: 16px;
    }

    .focus-section {
        padding: 42px 0;
    }

    .title .breadcrumbs {
        padding-left: 40px;
    }

    .title {
        margin-bottom: 30px;
    }

    .title h2 {
        font-size: 32px;
        line-height: 34px;
    }

    .title h2:before {
        top: 15px;
    }

    .membership-page-content h3 {
        margin-bottom: 30px;
    }

    .about_membership_img {
        padding-bottom: 10px;
    }

    .post-item h3 {
        font-weight: 700;
        font-size: 22px;
        line-height: 30px;
    }

    .pricing-item, .package-item {
        margin-left: 40px;
    }

    .pricing-item .pricing-cost, .package-item .package-cost {
        top: 60px;
        bottom: auto;
        height: 120px;
        color: #212B36;
        width: 40px;
        left: -40px
    }

    .pricing-item .pricing-cost > span, .package-item .package-cost > span {
        min-width: 100px;
        font-size: 22px;
        font-weight: 700;
		top: 1px;
        position: relative;
		margin-left:-32px;
    }

    .pricing-title, .package-title {
        height: auto;
    }

    .focus-nav li:not(:last-child) {
        margin-right: 20px;
    }

    .focus-nav .nav-link {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 10px;
    }

    .research-item {
        padding: 20px;
		margin: 20px;
    }
	.img-member {
    	border-radius: 50%;
    	margin-bottom: 21px;
	}
    header {
        padding: 15px 0;
    }

    .navbar-mobile-toggle {
        width: 125px;
    }

    .top-links {
        width: auto;
    }

    .top-links li a {
        padding: 5px;
        font-weight: 500;
        font-size: 14px;
    }

    .slide-img {
        margin: 0;
        border-radius: 0;
    }

    .nav-menu {
        margin: 0;
    }

    .navbar-toggler {
        color: #000;
        outline: none;
        width: 40px;
        height: 40px;
        padding: 10px;
        line-height: 20px;

    }

    .slider-wrap .container {
        padding: 0;
    }

    .slide-caption h4 {
        font-size: 16px;
        line-height: 24px;
    }

    .slide-caption {
        padding: 20px;
        border-radius: 0;
        border-right: 15px solid #00BB61;
    }

    .slide-caption h2 {
        font-weight: 700;
        font-size: 20px;
        line-height: 25px;

    }

    .post-item .post-excerpt, .side-post-item p {
        display: none;
    }

    .side-post-item .post-img {
        min-width: 130px;
        margin-right: 15px;
        height: 100px;
    }

    .side-post-item h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .blog-wrap, .events-wrap, .clients-wrap, .wrapper, .courses-wrap {
        padding: 45px 0;
    }

    footer {
        padding: 50px 0;
    }

    .map-title h2 {
        font-size: 23px;
        line-height: 28px;
        padding-right: 55px;
        margin: 0;
        text-shadow: 2px 2px 0px #000;
    }

    .whatsappBtn {
        right: 15px;
    }

    .contact-title {
        margin-bottom: 30px;
    }

    .clients-slider, .case-sliders {
        padding: 0 50px;
    }

    .swiper-pagination {
        display: none;
    }

    .map-wrap h2:before {
        display: none;
    }

    .map-title {
        background: url(../images/asd3.png) right center no-repeat;
        padding: 35px 0 25px;
        padding-right: 60px;
    }

    .map-wrap {
        min-height: 200px;
        padding: 40px 0;
    }

    .section-content li a {
        text-overflow: ellipsis; /* enables ellipsis */
        white-space: nowrap; /* keeps the text in a single line */
        overflow: hidden; /* keeps the element from overflowing its parent */
        max-width: 220px;
        font-size: 14px;
    }

    .event-meta-block {
        padding: 50px;
    }

    .event-title h1 {
        white-space: normal;
        line-height: 40px;
        font-size: 28px;
        max-height: 80px;
        overflow: hidden;
    }

    .btn-login {
        width: 100%;
    }

    .more-block .btn {
        border-radius: 5px;
        border: 2px solid #262626;
        background: #FFF;
        box-shadow: none;
        padding-top: 10px;
        padding-bottom: 10px;
        color: #262626;
        font-size: 16px;
        font-weight: 600;
    }

    .event-info-footer .btn {
        padding: 2px 10px;
        color: #FFF;
        font-size: 14px;
        border-radius: 5px;
        background: #3ABD5F;
        box-shadow: 3px 3px 0px 0px #262626;
    }

    .events-wrap .event-item h3 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .title h2, .title h1 {
        padding-left: 36px;
    }

    .events-wrap .title h2 {
        white-space: nowrap;
        font-size: 28px;
        text-overflow: ellipsis; /* enables ellipsis */
        white-space: nowrap; /* keeps the text in a single line */
        overflow: hidden; /* keeps the element from overflowing its parent */
        max-width: 100%;
    }

    .woocommerce ul.order_details {
        padding: 0;
    }

    .woocommerce ul.order_details li {
        float: none;
        margin: 0 0 10px;
        padding: 0;
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 10px;
    }

    .woocommerce ul.order_details li strong {
        display: inline;
    }

    .woocommerce .wc-bacs-bank-details-account-name {
        font-size: 18px;
    }

    .wc-bacs-bank-details-heading {
        font-size: 22px;
    }
    .heading-map h2, .map-svg-action h3{
        color:#fff;
        font-size: 22px;
        line-height: 36px; /* 163.636% */

    }

    .map-city-btns span{
        width: 20px;
        font-size:12px;
        line-height: 18px;
    }
    .map-city-btns span{
        display: none;
    }
    .close svg{
        width: 20px;
    }
    .clinic-content h3, #addClinicModal h3{
        font-size: 22px;
        line-height: 36px; /* 163.636% */

    }
    .dropdown-menu li:not(:last-child){
        border: none;
    }
    .map-city-btns a.meccaRgnBtn {
        top: 60%;
        left: 28%;
        display: block;
        text-align: center;
    }
    .map-city-btns a.meccaRgnBtn span{
        display: block;
        width: auto;
        line-height: 10px;
    }  .map-city-btns a.riyadhRgnBtn span{
           display: block;
           width: auto;
       }
    .map-city-btns a.riyadhRgnBtn {
        top: 54%;
        left: 49%;
        display: block;
        width: auto;
        text-align: center;
    }

    .map-city-btns a.easternRgnBtn {
        top: 55%;
        left: 70%;
        display: block;
        text-align: center;
    }
    .map-city-btns a.easternRgnBtn span{
        display: block;
        line-height: 12px;
        width: 40px;
    }
    .map-city-btns a.aseerRgnBtn {
        top: 77%;
        left: 39%;
    }

    .map-city-btns a.jazanRgnBtn {
        top: 83%;
        left: 36%;
        width: 38px;
        display: inline-block;
        text-align: center;
    }

    .map-city-btns a.medinaRgnBtn {
        top: 47%;
        left: 22%;
    }

    .map-city-btns a.alqassimRgnBtn {
        top: 41%;
        left: 40%;
    }

    .map-city-btns a.tabukRgnBtn {
        left: 12%;
        top: 29%;
    }

    .map-city-btns a.hailRgnBtn {
        top: 32%;
        left: 30%;
        display:block;
        text-align: center;
    }
    .map-city-btns a.hailRgnBtn span{
        display: block;
        width:auto;
    }

    .map-city-btns a.najranRgnBtn {
        top: 79%;
        left: 48%;
    }
    .map-city-btns a.najranRgnBtn span{
        display: block;
    }
    .map-city-btns a.aljawfRgnBtn {
        top: 22%;
        left: 23%;
    }

    .map-city-btns a.albahahRgnBtn {
        top: 70%;
        left: 31%;
        width: 32px;
        display: inline-block;
        line-height: 10px;
        text-align: center;
    }

    .map-city-btns a.northernRgnBtn {
        top: 14%;
        left: 24%;
    }
    .modal-body{
        padding: 0;
    }
    .clinic-thumb {
        width: 100px;
        height: 100px;
        min-width: 100px;
        border: 5px solid #3ABD5F;
        border-radius: 50%;
        margin-right: 20px;
    }
    .clinic-thumb img {
        width: 90px;
        height: 90px;
    }
    .clinic-title h2{
    font-size: 18px;line-height: 24px;
         }
    .clinic-title li{
        font-size: 16px;
        margin-bottom: 5px;
    }
    .all-clinic{
        padding: 0;
        border: none;
        box-shadow: none;
    }
    .footer_social_icons {
        display: block;
        margin-bottom: 23px;
        margin-top: -10px;
    }
    .footer_social_icons .social li a,
    .footer_social_icons .social li a path {
        color: #fff;
        fill: #fff;
    }
	
	.woocommerce-message, .woocommerce-error li{
		font-size: 14px;
    	line-height: 20px;
		display: flex;
    	flex-direction: column-reverse;
	}
	.woocommerce-message .button.wc-forward, .woocommerce-error .button.wc-forward{
		margin-top:5px;
		text-align:center;
		float:none;
	}
	.join-us-block .btn-success{margin-left:0px!important; margin-right:0px!important; margin-bottom:8px; width:100%;}
}
@media (max-width: 500px) {
    .course-thumb img {height: 280px;}
    .product-item .product-img .price {
        top: 15px !important;
        bottom: 15px !important;
    }
}