
body, html {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    /* font-weight: 500;*/
    line-height: 1.6;
}

a:hover {
    text-decoration: none;
}

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

button:focus {
    border: 0 !important;
    outline: 0 !important;
}

.btn {
    font-size: 16px;
}

.bg-light {
    background-color: #F4F4F4 !important;
}

.bg-success {
    background-color: #39B54A !important;
}

.rounded-10 {
    border-radius: 10px !important;
}

.header {
    padding: 20px 0 !important;
}

.header .navbar-brand {
    margin-right: 75px;
}

.header .navbar-brand img {
    width: 170px;
}

.header .navbar-nav {
    position: relative;
    top: -15px;
}

.header .navbar-nav .nav-link {
    font-size: 17px;
}

.header .form-inline {
    position: absolute;
    bottom: 20px;
}

.header .form-inline i {
    color: #9A9A9A;
    font-size: 20px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.header .form-inline .form-control {
    width: 650px;
    border: 0;
    padding-left: 35px;
    font-size: 16px;
    height: 40px;
}

.header .lang {
    font-size: 18px;
    position: absolute;
    top: 35px;
    right: 40px;
    height: 40px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #39b54a;
}

.ar_lang {
    font-family: 'Roboto', sans-serif;
}

.header .advance_search {
    display: inline-block;
    width: 22px;
    position: relative;
    left: -45px;
    background: #fff;
}

.header .advance_search img {
    width: 100%;
}

.main-slider .item img {
    max-height: 900px;
}

.main-slider .owl-dots {
    position: absolute;
    bottom: 60px;
    right: 40px;
}

.main-slider .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: inline-block;
    margin-right: 5px;
    transition: 0.3s;
}

.main-slider .owl-dots .owl-dot.active span {
    background: #fff;
}

.main-slider .item .title-slider {
    position: absolute;
    bottom: 0;
    background: rgba(5, 5, 5, 0.7);
    padding: 7px 10px;
    color: #fff;
    width: 100%;
}

.main-slider .item .title-slider h2 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
}

.main-slider .item .title-slider h2.title-ar {
    font-family: 'Roboto', sans-serif;
}

.text-dark {
    color: #555555 !important;
}

.text-body {
    color: #9A9A9A !important;
}

.text-success {
    color: #39B54A !important;
}

.details-plant .text-body p {
    color: #686868 !important;
    text-align: justify !important;
    font-size: 18px !important;
    line-height: 26px;
}

.main-title {
    position: relative;
    font-size: 35px;
    margin: 20px 0 !important;
    padding-left: 25px !important;
}

.main-title:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 40px;
    background: #39B54A;
}

.plants .nav-tabs {
    width: 800px;
    position: relative;
    top: -49px;
}

.plants .nav-tabs .nav-link {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    color: #9B9B9B;
    font-size: 20px;
    background: #E3E3E3;
    transition: 0.3s;
    height: 50px;
    font-size: 20px;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    background-color: #eee;
}

.plants .nav-tabs .nav-link.active {
    background: #fff !important;
    color: #555555;
}

.plants .tab-content {
    position: relative;
    top: -46px;
    margin: 15px 0;
}

.plants .type .nav-filter {
    width: 80%;
}

.plants .irrigation .nav-filter {
    width: 45%;
}

.list-inline-item:not(:last-child) {
    margin: 0 !important;
}

.plants .nav-filter .nav-link {
    color: #B1B1B1;
    font-size: 17px;
    transition: 0.3s;
    text-align: center;
    font-weight: 400;
}

.plants .nav-filter ul li {
    min-width: 85px;
    max-width: 130px;
}

.plants .category-1 .nav-filter ul li {
    min-width: 155px;
}

.plants .nav-filter .nav-link i {
    background: #f4f4f4;
    width: 55px;
    height: 55px;
    border-radius: 10px;
    display: block;
    margin: 0 auto 7px auto;
    padding: 8px;
    transition: 0.3s;
    line-height: 35px;
}

.plants .nav-filter .nav-link i img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    transition: 0.3s;
}

.plants .nav-filter .active .nav-link, .plants .nav-filter .nav-link:hover, .plants .nav-filter .act.nav-link,  .plants .nav-filter .nav-link.active{
    color: #4AB956;
}

.plants .nav-filter .active .nav-link i, .plants .nav-filter .nav-link:hover i, .plants .nav-filter .act.nav-link i , .plants .nav-filter .nav-link.active i {
    background: #4AB956;
}

.plants .nav-filter .active .nav-link i img, .plants .nav-filter .nav-link:hover i img, .plants .nav-filter .act.nav-link i img {
    filter: brightness(1.5);
}
.plants .nav-filter .nav-link.active{
    background: none;
}
.plants .nav-filter .nav-link.more i {
    transition: 0.3s;
    font-size: 33px !important;
    color: #B1B1B1 !important;
    font-size: 33px !important;
    border-radius: 50%;
    line-height: 43px;
}

.plants .nav-filter .more.nav-link:hover i {
    background: #f4f4f4;;
}

.plant-thumbnail {
    position: relative;
    overflow: hidden;
}

.plant-thumbnail img {
    width: 255px;
    height: 255px;
    transition: 0.3s;
}

.plant-thumbnail:hover img {
    transform: scale(1.1);
}

.plant-thumbnail h2 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(47, 47, 47, 0.66);
    top: calc(100% - 43px);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    margin: 0;
    transition: 0.3s;
    padding: 5px !important;
}

.plant-thumbnail:hover h2 {
    top: 0;
}

.plant-thumbnail h2 span {
    position: relative;
    transition: 0.5s;
    top: 0;
    font-size: 18px;
    line-height: 30px;
}

.plant-thumbnail:hover h2 span {
    top: 45%;
}

.navigation-btn a {
    width: 100px;
    font-size: 17px;
    height: 35px;
}

.navigation-btn a.disabled {
    background: #E3E3E3 !important;
    color: #9B9B9B !important;
}

.footer {
    background: #E0E0E0;
}

.footer .social-media a {
    border-color: #9A9A9A !important;
    width: 35px;
    height: 35px;
    line-height: 34px;
    font-size: 18px;
}

.footer .social-media a:hover {
    background: #39B54A;
    color: #fff !important;
    border-color: #39B54A !important;
}

.navbar-light .navbar-toggler {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #39B54A;
    padding: 3px;
    font-size: 30px;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    background: #E3E3E3;
    border-radius: 50%;
    font-size: 25px;
    line-height: 42px;
    color: #B1B1B1;
    position: absolute;
    left: -50px;
}

.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -50px;
}

.owl-carousel .owl-nav button.owl-next.disabled, .owl-carousel .owl-nav button.owl-prev.disabled {
    opacity: 0.3;
    cursor: default;
}

.main-slider.owl-carousel .owl-nav {
    top: auto;
    bottom: 160px;
    opacity: 0;
    transition: 0.3s;
}

.main-slider.owl-carousel:hover .owl-nav {
    opacity: 1;
}

.main-slider.owl-carousel .owl-nav button.owl-next, .main-slider.owl-carousel .owl-nav button.owl-prev {
    background: #000;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    border-radius: 0;
    left: 100px;
    font-size: 30px;
}

.main-slider.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 100px;
}

.app-store {
    position: absolute;
    z-index: 999;
    right: 20%;
    top: 20%;
}

.app-store h2 {
    margin: 0;
    color: #fff;
    font-size: 18px;
}

.app-store a {
    display: block;
    width: 169px;
    margin: 17px 0;
}

.app-store a img {
    width: 100%;
}

.details {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.details label {
    margin-right: 40px;
    font-size: 17px;
    padding-bottom: 5px;
}

.details .type_p {
    color: #4AB956;
    font-weight: 400;
    font-size: 17px;
    padding: 5px 10px !important;
    max-height: 61px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    overflow: hidden;
}

.details label:last-child {
    margin-right: 0;
}

.details label img {
    width: 30px;
    position: relative;
    float: left;
    margin-right: 8px;
}

.details label h4 {
    font-size: 17px;
    color: #555555;
    text-align: left;
    margin: 0;
    display: flex;
    height: 30px;
    align-items: center;
    font-weight: 500;
}

.all-thumbnails {
    width: 60px;
    height: 60px;
    background: #E0E0E0;
    color: #7D7D7D;
    font-size: 30px;
    text-align: center;
    line-height: 61px;
    transition: 0.3s;
    position: relative;
    top: 5px;
}

.all-thumbnails:hover {
    background: #39b54a;
    color: #fff;
}

.report-plants {
    font-size: 25px;
    color: #C1C9D5;
    width: 40px;
    height: 40px;
    border: 2px solid #C1C9D5;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    margin-right: 5px;
}

.report-plants:hover, .report-plants:focus {
    color: #39B54A;
    border: 2px solid #39B54A;
}

.take-plant {
    background: #4AB956;
    color: #fff;
    border: 2px solid #4AB956;
    width: 40px;
    border-radius: 50px;
    padding: 5px;
    line-height: 25px;
    float: right;
    overflow: hidden;
    transition: 0.3s;
    /*position: absolute;*/
    margin-right: 0;
}

.take-plant svg {
    float: left;
}

.take-plant span {
    font-size: 16px;
    transition: 0.6s;
    color: #fff;
    float: right;
    opacity: 0;
}

.take-plant:hover {
    width: 140px;
    color: #fff;
}

.take-plant:hover span {
    opacity: 1;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #4AB956;
}

.tooltip-inner {
    background: #4AB956;
    color: #fff;
    font-size: 14px;
    border-radius: 10px;
}

.plants-sharing {
    background: #E0E0E0;
}

.plants-sharing h2 {
    color: #555555;
    margin: 0 0 20px 0;
    font-size: 30px;
}

.plants-slider.owl-carousel .owl-nav button.owl-next, .plants-slider.owl-carousel .owl-nav button.owl-prev {
    background: #F4F4F4;
    color: #7D7D7D;
}

.plants-slider.owl-carousel .owl-nav {
    top: 30%;
}

.plants-slider .item {
    text-align: center;
}

.plants-slider .item a {
    overflow: hidden;
    display: flex;
    height: 150px;
    align-items: flex-end;
}

.plants-slider .item a img {
    width: 100%;
    height: auto;
}

.info-block img {
    height: 40px;
    width: auto;
    margin-right: 7px;
    float: left;
    position: relative;
    top: -7px;
}

.info-block label {
    color: #868686;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.info-block span {
    font-size: 20px;
    color: #686868;
}

.more-information:nth-child(even) {
    background: #F2F2F2;
}

.more-information h2 {
    padding: 15px 0;
    color: #38b449;
    font-size: 22px;
    font-weight: bolder;
}

.he-custom {
    overflow-y: scroll;
    max-height: 240px;
    padding-right: 10px;
    margin-bottom: 10px;
    position: relative;
}

.he-custom-park {
    max-height: 240px;
    height: 100%;
}

.details-plant {
    padding-bottom: 40px !important;
}

.details-plant:nth-child(even) {
    background: #fff !important;
}

.about-us {
    padding: 40px 0 100px 0 !important;
}

.about-us img {
    width: 100%;
    height: auto;
}

.about-us h2 {
    font-size: 28px;
    margin: 0 0 10px 0;
}

.about-us p {
    color: #9A9A9A !important;
    font-size: 20px !important;
    text-align: justify !important;
    margin-bottom: 30px !important;
    line-height: 1.42857143;
}

.about-us a {
    display: block;
    color: #fff;
    background: #39B54A;
    font-size: 16px;
    float: left;
    transition: 0.3s;
    width: 100px;
    height: 35px;
    text-align: center;
    position: relative;
    border-radius: 10px;
}

.details-plant .thumbnail {
    overflow: hidden;
    display: flex;
    height: 350px;
    align-items: flex-end;
}

.details-plant .thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.more-thumbnail {
    position: relative;
}

.more-thumbnail a.p-thumbnail, .more-thumbnail a.parks-thumbnail {
    border-radius: 10px !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.more-thumbnail a.p-thumbnail ,.more-thumbnail a.parks-thumbnail{
    display: none !important;
}

.more-thumbnail a.p-thumbnail:nth-child(1), .more-thumbnail a.p-thumbnail:nth-child(2) {
    display: inline-block !important;
}

.more-thumbnail a.parks-thumbnail:nth-child(1), .more-thumbnail a.parks-thumbnail:nth-child(2) , .more-thumbnail a.parks-thumbnail:nth-child(3) {
    display: inline-block !important;
}

.more-c {
    position: absolute;
    right: 0;
    top: 8px;
    font-size: 14px;
    padding: 7px;
    width: 147px;
}

.tools {
    position: absolute;
    right: 0;
    bottom: 0;
}

.loadCategoriesPlantsTabs {
    position: relative;
    top: -50px;
}

.loadCategoriesPlantsTabs .fa-spinner {
    margin: 20px auto;
    color: #39B54A;
}

.modal-content {
    background: #F4F4F4;
    border: 0;
    border-radius: 15px;
}

.modal-content .btn-success {
    background-color: #39B54A;
    border-color: #39B54A;
    border-radius: 10px !important;
}

.modal-content .btn-success:hover {
    background: #29a03a;
}

.modal-content .btn-danger {
    background: none;
    border-color: #adadad;
    color: #333;
}

.form-control:focus {
    border-color: #39B54A;
}

.btn-danger {
    border-radius: 10px !important;
}

#modal_more .modal-body ul li {
    padding: 0;
    border: 0;
}

#modal_more .modal-body ul li a {
    display: block;
    text-align: center;
    padding: 8px 0;
    transition: 0.3s;
    background: #F4F4F4;
}

#modal_more .modal-body ul li a:hover {
    background: #39B54A;
    color: #fff !important;
}

/*advanced search page*/

.ui.fluid.dropdown {
    border-radius: 10px !important;
    background: #fff url(images/arrow.svg) no-repeat;
    background-size: 18px;
    background-position: 97% center;
}

.ui.dropdown > .dropdown.icon:before {
    display: none;
}

.ui.selection.active.dropdown:hover, .ui.selection.active.dropdown .menu, .ui.selection.active.dropdown {
    border-color: #39b54a !important;
}

.ui.multiple.dropdown > .label {
    background: #39b54a;
    color: #fff;
    font-weight: 500;
    border-radius: 7px;
}

.min-header h2 {
    margin-bottom: 10px;
}

.min-header h1 {
    /*font-size: 24px !important;*/
    margin-bottom: 20px;
}

.page-item.active .page-link {
    background-color: #39b54a;
    border-color: #39b54a
}

.page-link {
    color: #39b54a;
}

.nav-page nav {
    display: table;
    margin: 20px auto;
}


/*Kamal*/
.location-of-use, .more-options {
    max-width: 100% !important;
    flex: 0 0 100%;
}

.location-of-use img, .more-options img, .location-of-use label, .more-options label {
    display: none;
}

.owl-carousel.owl-rtl .owl-item {
    float: left !important;
}

.footer .apps a{
    width: 45%;
    display: inline-block;
}

.footer .apps a img{
    width: 100%;
}

.footer .apps h2, .social-media h2 {
    margin: 0 0 15px 0;
    color: #555555 !important;
    font-size: 17px;
    font-weight: 600;
}

.footer .social-media a {
    font-size: 17px;
    margin-right: 15px !important;
}


.sponsor a.r-dev {
    position: relative;
    top: 27px;
}

.copyright {
    font-size: 14px;
}

.about-us .title-contact {
    color: #555555;
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 400;
}

#FormContactUs .form-control {
    border: 0;
}

.details-plant.parks .main-title {
    display: none;
}

.details-plant.parks:nth-child(1) .main-title {
    display: block;
    font-size: 35px !important;
}

.form-search .btn-success{
    font-family: 'Roboto', sans-serif;
}

#recog_results a{
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9ecef;
}

#recog_results a:last-child{
    border: 0;
    padding: 0;
    margin: 0;
}

#recog_results a:hover span{
    color: #39b54a;
}
#recog_results a img{
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 10px;
}

#recog_results a span{
    color: #555555;
    height: 70px;
    display: flex;
    align-items: center;
}

#Recognize_plant_modal .btn-secondary{
    border-radius: 10px !important;
}

/*@media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1170px;
  }
}*/

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1200px) {
    .footer .social-media a {
        margin-right: 10px !important;
    }


	.plants-slider.owl-carousel .owl-nav button.owl-next{
		left: auto!important;
		right: -25px!important;
	}
	.plants-slider.owl-carousel .owl-nav button.owl-prev{
		left: -25px!important;
		right: auto!important;
	}
	.all-thumbnails {
	    width: 40px;
	    height: 40px;
	    line-height: 40px;
	}
}

/*Large devices (desktops, less than 1024px)*/
@media (max-width: 1024px) {

    .plant-thumbnail img {
        width: 210px;
        height: 210px;
    }

    .plant-thumbnail h2 {
        font-size: 16px;
    }

    .footer .social-media a {
        margin-right: 7px !important;
    }

    .sponsor .arr img {
        width: 120px;
    }

    .thumbnail img {
        width: 289px;
        height: 289px;
    }

    .details label {
        margin-right: 10px;
    }

    .header .navbar-brand {
        margin-right: 100px;
    }

/*    .take-plant:hover {
        width: 40px;
    }*/

    .plants-slider .item a {
        height: 130px;
    }

    .header .form-inline .form-control {
        width: 620px;
    }
}


/* Medium devices (tablets, less than 992px)*/
@media (max-width: 992px) {
    .header .lang {
        top: 54px;
        right: 80px;
        color: #9B9B9B !important;
        background: #E3E3E3 !important;
    }

    .header .lang:hover {
        color: #fff !important;
    }

    .header .form-inline {
        position: relative;
    }

    .header .form-inline .form-control {
        width: 100%;
    }

    .header .navbar-nav {
        top: 0;
    }

    .header .form-inline {
        bottom: 0;
    }

    .plant-thumbnail img {
        /*width: 150px;*/
        height: 150px;
    }

    .plants .type .nav-filter {
        width: 100%;
    }

    .plants .nav-filter .nav-link {
        font-size: 16px;
        padding: 0;
    }

    .plants .irrigation .nav-filter {
        width: 60%;
    }

    .footer .apps a {
        display: inline-block;
        margin-bottom: 10px;
    }

    .footer .social-media a {
        margin-right: 10px !important;
        margin-bottom: 10px;
    }

    .plants .nav-tabs {
        width: 100%;
    }

    .sponsor a {
        float: right;
    }

    .plants .nav-filter .nav-link i {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
    }

    .plants .nav-filter .nav-link i.more {
        font-size: 20px !important;
    }

    .header .navbar-nav .nav-link {
        border-bottom: 1px solid #e4e4e4;
    }

    .about-us img {
        width: 200px;
        display: table;
        margin: 0 auto 20px auto;
    }

    .about-us p {
        text-align: justify;
    }

    .thumbnail img {
        width: 690px;
        height: 690px;
    }

    .header .advance_search {
        left: auto;
        right: 15px;
        position: absolute;
    }

    .plants .category-1 .nav-filter ul li {
        margin-bottom: 15px;
    }

    .plants .nav-filter .nav-link i img {
        margin: auto;
    }

    .plants .category-14 .nav-filter ul li {
        min-width: 120px;
        margin-bottom: 15px;
    }

    .plants .nav-filter .nav-link i.more svg {
        margin: auto;
    }

    .details-plant .thumbnail {
        margin-bottom: 15px;
    }

    .he-custom {
        overflow-y: inherit;
        max-height: initial;
        padding: 0;
    }

    .he-custom p {
        text-align: justify !important;
    }

    .he-custom-park {
        height: auto;
    }

    .sponsor a.r-dev {
        top: 0;
        margin-top: 10px;
    }
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 768px) {
    .plants .nav-tabs .nav-link {
        font-size: 20px;
    }
    .plant-thumbnail img {
        width: 240px;
        height: 240px;
    }

    .nav-tabs .nav-item {
        margin-right: 0 !important;
    }

    .navigation-btn a {
        width: 100%;
    }

    .plants .nav-tabs {
        width: 80%;
    }

    .header .nav-item {
        margin-right: 0 !important;
    }

    .thumbnail img {
        width: 510px;
        height: 510px;
    }

    .plants-slider .item a {
        height: 115px;
    }

    .app-store {
        right: 15%;
        top: 10%;
    }

    .app-store a {
        width: 140px;
    }

    .main-slider.owl-carousel .owl-nav button.owl-next, .main-slider.owl-carousel .owl-nav button.owl-prev {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .main-slider.owl-carousel .owl-nav {
        bottom: 120px;
    }
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 576px) {
    .plant-thumbnail img {
        width: 100%;
        height: 195px;
    }

    .apps {
        margin-bottom: 20px;
    }

    .copyright {
        float: none !important;
    }

    .plants .tab-content .type ul li {
        width: calc(100% / 4);
        margin-bottom: 15px;
    }

    .plants .irrigation .nav-filter {
        width: 90%;
    }

    .plants .location .nav-filter {
        width: 100%;
    }

    .plants .tab-content .location ul li {
        width: calc(100% / 5);
        margin-bottom: 15px;
    }

    .thumbnail img {
        width: 100%;
        height: auto;
        max-height: 460px;
    }

    .parks .tools {
        float: none !important;
        margin-right: 0 !important;
        position: static;
        margin-top: 15px;
    }

    .parks .take-plant, .parks .take-plant:hover {
        width: calc(100% - 90px);
        border-radius: 10px;
        text-align: center;
    }

    .parks .take-plant svg {
        float: none;
    }

    .take-plant span {
        opacity: 1;
        float: none;
    }

    .all-thumbnails {
        /*float: right;*/
        position: relative;
        /*top: 25px;*/
        width: 40px;
        height: 40px;
        font-size: 26px;
        line-height: 40px;
    }

    .plants-sharing {
        padding-left: 45px !important;
        padding-right: 45px !important;
    }

    .info-block img {
        top: 0;
    }

    .about-us {
        padding-bottom: 90px !important;
    }

    .more-thumbnail a img {
        width: 100px;
        height: 100px;
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
        line-height: 40px;
    }
    .sponsor{
        margin: auto;
        display: table;
        float: none !important;
    }
    .footer .apps a:first-child{
    	float: left;
    }
    .footer .apps a:last-child{
    	float: right;
    }
    .sponsor a.r-dev{
    	margin-right: 30px;
    	margin-top: 25px;
    }
    .main-slider .owl-dots{
        display: none;
    }
    .tools{
    	position: relative;
    	margin-top: 10px;
    }
    .more-c{
    	top: 30px;
    }
}

@media (max-width: 500px) {

    .details-plant .thumbnail {
        height: inherit;
    }

    .details-plant {
        padding-bottom: 50px !important;
    }

    .app-store h2 {
        font-size: 14px;
    }

    .app-store a {
        width: 100px;
        margin: 5px 0;
    }

    .main-slider .owl-dots {
        bottom: 40px;
    }

    .main-slider.owl-carousel .owl-nav button.owl-next {
        right: 30px;
    }

    .main-slider.owl-carousel .owl-nav button.owl-prev {
        left: 30px;
    }

    .main-slider .item .title-slider h2 {
        font-size: 15px;
    }

    .parks .take-plant {
        margin-top: 10px;
    }

    .plants .nav-tabs .nav-link {
        font-size: 16px;
        line-height: 40px;
    }

    .plants .owl-carousel.owl-rtl .owl-item {
        float: right !important;
    }

    .plants .category-1 .nav-filter ul li {
        min-width: 90px;
    }
}

@media (max-width: 460px){
/*	.more-c{
		width: 100%;
	}*/
	.res-plants .more-c, .res-plants .tools {
	    position: static;
	    display: table !important;
	    margin: 15px auto;
	}
}

@media (max-width: 447px){
    .more-c{
        position: relative;
        float: none !important;
        margin: 10px 0;
    }
}

@media (width: 425px){

	.sponsor a.r-dev img{
		width: 200px;
	}
}

@media (max-width: 420px) {
	.sponsor a , .sponsor .arr{
		float: none !important;
		display: table !important;
		margin: 10px auto !important;
		text-align: center;
	}
}

@media (max-width: 414px) {
    .sponsor a.r-dev{
       margin-top: 25px;
    }
}

@media (max-width: 375px) {
    .header .navbar-brand {
        margin-right: 0;
    }
    .header .lang {
        right: 45px !important;
    }

    .sponsor .arr img {
        width: 100px;
    }
    .nav-tabs.owl-carousel .owl-nav button.owl-prev{
	    left: -40px !important;
	    right: auto !important;
    }
    .nav-tabs.owl-carousel .owl-nav button.owl-next{
	    left: auto !important;
	    right: -40px !important;
	}
}

@media (max-width: 320px){
    .header .navbar-brand img {
        width: 150px;
    }
    .header .lang {
        top: 44px;
    }
    .owl-carousel .owl-nav button.owl-prev{
        left: -42px;
    }
    .owl-carousel .owl-nav button.owl-next {
        left: auto;
        right: -42px;
    }

    .parks .tools{
    	width: 100%;
    }
    .parks .take-plant, .parks .take-plant:hover{
    	width: 100%;
    }
    .header {
        padding: 20px 10px !important;
    }
}
