/*--------------------------------

hermes-dashboard-icons Web Font - built using nucleoapp.com
License - nucleoapp.com/license/

-------------------------------- */

@font-face {
    font-family: 'NucleoIcons';
    src: url('../fonts/nucleo-icons.eot');
    src: url('../fonts/nucleo-icons.eot') format('embedded-opentype'), url('../fonts/nucleo-icons.woff2') format('woff2'), url('../fonts/nucleo-icons.woff') format('woff'), url('../fonts/nucleo-icons.ttf') format('truetype'), url('../fonts/nucleo-icons.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'urw_dinbold';
    src: url('../fonts/urwdin-bold-webfont.woff2') format('woff2'), url('../fonts/urwdin-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'urw_dinregular';
    src: url('../fonts/urwdin-regular-webfont.woff2') format('woff2'), url('../fonts/urwdin-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'urw_din_semicondbold';
    src: url('../fonts/urwdinsemicond-bold-webfont.woff2') format('woff2'), url('../fonts/urwdinsemicond-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
a {
    color: #888;
    /*color: #222;*/
}
/*------------------------
    base class definition
-------------------------*/

.home_page_wrapper img{
    max-width: 100%;
}

.home_page_wrapper .img img{
    width: 100%;
}

.home_page_wrapper{
    overflow-x: hidden;: 
}

.ni {
    display: inline-block;
    font: normal normal normal 14px/1 NucleoIcons;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*------------------------
  change icon size
-------------------------*/

.ni-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.ni-2x {
    font-size: 2em;
}
.ni-3x {
    font-size: 3em;
}
.ni-4x {
    font-size: 4em;
}
.ni-5x {
    font-size: 5em;
}
/*----------------------------------
  add a square/circle background
-----------------------------------*/

.ni.square,
.ni.circle {
    padding: 0.33333333em;
    vertical-align: -16%;
    background-color: #eee;
}
.ni.circle {
    border-radius: 50%;
}
/*------------------------
  list icons
-------------------------*/

.ni-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.ni-ul>li {
    position: relative;
}
.ni-ul>li>.ni {
    position: absolute;
    left: -1.57142857em;
    top: 0.14285714em;
    text-align: center;
}
.ni-ul>li>.ni.lg {
    top: 0;
    left: -1.35714286em;
}
.ni-ul>li>.ni.circle,
.ni-ul>li>.ni.square {
    top: -0.19047619em;
    left: -1.9047619em;
}
/*------------------------
  spinning icons
-------------------------*/

.ni.spin {
    -webkit-animation: nc-spin 2s infinite linear;
    -moz-animation: nc-spin 2s infinite linear;
    animation: nc-spin 2s infinite linear;
}
@-webkit-keyframes nc-spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes nc-spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}
@keyframes nc-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*------------------------
  rotated/flipped icons
-------------------------*/

.ni.rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.ni.rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.ni.rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}
.ni.flip-y {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.ni.flip-x {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}
/*------------------------
    font icons
-------------------------*/

.ni-active-40::before {
    content: "\ea02";
}
.ni-air-baloon::before {
    content: "\ea03";
}
.ni-album-2::before {
    content: "\ea04";
}
.ni-align-center::before {
    content: "\ea05";
}
.ni-align-left-2::before {
    content: "\ea06";
}
.ni-ambulance::before {
    content: "\ea07";
}
.ni-app::before {
    content: "\ea08";
}
.ni-archive-2::before {
    content: "\ea09";
}
.ni-atom::before {
    content: "\ea0a";
}
.ni-badge::before {
    content: "\ea0b";
}
.ni-bag-17::before {
    content: "\ea0c";
}
.ni-basket::before {
    content: "\ea0d";
}
.ni-bell-55::before {
    content: "\ea0e";
}
.ni-bold-down::before {
    content: "\ea0f";
}
.ni-bold-left::before {
    content: "\ea10";
}
.ni-bold-right::before {
    content: "\ea11";
}
.ni-bold-up::before {
    content: "\ea12";
}
.ni-bold::before {
    content: "\ea13";
}
.ni-book-bookmark::before {
    content: "\ea14";
}
.ni-books::before {
    content: "\ea15";
}
.ni-box-2::before {
    content: "\ea16";
}
.ni-briefcase-24::before {
    content: "\ea17";
}
.ni-building::before {
    content: "\ea18";
}
.ni-bulb-61::before {
    content: "\ea19";
}
.ni-bullet-list-67::before {
    content: "\ea1a";
}
.ni-bus-front-12::before {
    content: "\ea1b";
}
.ni-button-pause::before {
    content: "\ea1c";
}
.ni-button-play::before {
    content: "\ea1d";
}
.ni-button-power::before {
    content: "\ea1e";
}
.ni-calendar-grid-58::before {
    content: "\ea1f";
}
.ni-camera-compact::before {
    content: "\ea20";
}
.ni-caps-small::before {
    content: "\ea21";
}
.ni-cart::before {
    content: "\ea22";
}
.ni-chart-bar-32::before {
    content: "\ea23";
}
.ni-chart-pie-35::before {
    content: "\ea24";
}
.ni-chat-round::before {
    content: "\ea25";
}
.ni-check-bold::before {
    content: "\ea26";
}
.ni-circle-08::before {
    content: "\ea27";
}
.ni-cloud-download-95::before {
    content: "\ea28";
}
.ni-cloud-upload-96::before {
    content: "\ea29";
}
.ni-compass-04::before {
    content: "\ea2a";
}
.ni-controller::before {
    content: "\ea2b";
}
.ni-credit-card::before {
    content: "\ea2c";
}
.ni-curved-next::before {
    content: "\ea2d";
}
.ni-delivery-fast::before {
    content: "\ea2e";
}
.ni-diamond::before {
    content: "\ea2f";
}
.ni-email-83::before {
    content: "\ea30";
}
.ni-fat-add::before {
    content: "\ea31";
}
.ni-fat-delete::before {
    content: "\ea32";
}
.ni-fat-remove::before {
    content: "\ea33";
}
.ni-favourite-28::before {
    content: "\ea34";
}
.ni-folder-17::before {
    content: "\ea35";
}
.ni-glasses-2::before {
    content: "\ea36";
}
.ni-hat-3::before {
    content: "\ea37";
}
.ni-headphones::before {
    content: "\ea38";
}
.ni-html5::before {
    content: "\ea39";
}
.ni-istanbul::before {
    content: "\ea3a";
}
.ni-key-25::before {
    content: "\ea3b";
}
.ni-laptop::before {
    content: "\ea3c";
}
.ni-like-2::before {
    content: "\ea3d";
}
.ni-lock-circle-open::before {
    content: "\ea3e";
}
.ni-map-big::before {
    content: "\ea3f";
}
.ni-mobile-button::before {
    content: "\ea40";
}
.ni-money-coins::before {
    content: "\ea41";
}
.ni-note-03::before {
    content: "\ea42";
}
.ni-notification-70::before {
    content: "\ea43";
}
.ni-palette::before {
    content: "\ea44";
}
.ni-paper-diploma::before {
    content: "\ea45";
}
.ni-pin-3::before {
    content: "\ea46";
}
.ni-planet::before {
    content: "\ea47";
}
.ni-ruler-pencil::before {
    content: "\ea48";
}
.ni-satisfied::before {
    content: "\ea49";
}
.ni-scissors::before {
    content: "\ea4a";
}
.ni-send::before {
    content: "\ea4b";
}
.ni-settings-gear-65::before {
    content: "\ea4c";
}
.ni-settings::before {
    content: "\ea4d";
}
.ni-single-02::before {
    content: "\ea4e";
}
.ni-single-copy-04::before {
    content: "\ea4f";
}
.ni-sound-wave::before {
    content: "\ea50";
}
.ni-spaceship::before {
    content: "\ea51";
}
.ni-square-pin::before {
    content: "\ea52";
}
.ni-support-16::before {
    content: "\ea53";
}
.ni-tablet-button::before {
    content: "\ea54";
}
.ni-tag::before {
    content: "\ea55";
}
.ni-tie-bow::before {
    content: "\ea56";
}
.ni-time-alarm::before {
    content: "\ea57";
}
.ni-trophy::before {
    content: "\ea58";
}
.ni-tv-2::before {
    content: "\ea59";
}
.ni-umbrella-13::before {
    content: "\ea5a";
}
.ni-user-run::before {
    content: "\ea5b";
}
.ni-vector::before {
    content: "\ea5c";
}
.ni-watch-time::before {
    content: "\ea5d";
}
.ni-world::before {
    content: "\ea5e";
}
.ni-zoom-split-in::before {
    content: "\ea5f";
}
.ni-collection::before {
    content: "\ea60";
}
.ni-image::before {
    content: "\ea61";
}
.ni-shop::before {
    content: "\ea62";
}
.ni-ungroup::before {
    content: "\ea63";
}
.ni-world-2::before {
    content: "\ea64";
}
.ni-ui-04::before {
    content: "\ea65";
}
/* all icon font classes list here */

body {
    background-color: #f1f3f6;
    font-family: 'roboto';
}
.dashboardWrap {
    min-height: 71.5vh;
}
.logo {
    float: left;
    width: 318px;
    padding: 8px 0;
}
.searchBox .searchWrap {
    position: relative;
}
.searchBox .searchWrap input {
    height: 100%;
    width: 100%;
    border-radius: 20px;
    box-shadow: #f1f3f6;
    background-color: #f1f3f6;
    padding: 0 20px;
    border: none;
}
.searchBox_2 .searchWrap input {
    padding: 0 20px 0 50px;
}
.searchBox_6 .searchWrap input {
    background-color: #fff;
}
.searchBox .searchWrap input:focus {
    outline: 0;
    border: none;
}
.searchBox i {
    font-size: 18px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: #b4bdce;
}
.searchBox_2 i {
    right: initial;
    left: 20px;
}
.header-top {
    padding: 5px 0;
    /*padding: 15px 0;*/
    box-shadow: 0 1px 15px 1px #c0c0c7;
    background-color: #fff;
    position: relative;
    z-index: 9;
}
.pageWrap {
    margin: 25px 0;
}
.color_green {
    color: #42833d !important;
}
.color_black {
    color: #000;
}
li.nav-item {
    position: relative;
}
.arrow {
    position: absolute !important;
    top: 12px !important;
    right: 0 !important;
}
.ul_sub_menu {
    list-style: none;
    height: 0;
    opacity: 0;
    transition: all ease-in-out 0.2s;
}
.login_loader {
    font-size: 18px;
    top: 2px;
    position: relative;
    right: 5px;
}
.disabled {
    cursor: not-allowed;
    pointer-events: none;
}
.active_sub {
    height: auto;
    opacity: 1;
}
.custome_container {
    width: 100%;
    margin: 0 auto;
}
label.error {
    color: red;
    font-size: 13px;
}
.form-group .fileUpload {
    overflow: visible;
    position: relative;
}
.fileUpload {
    min-height: 120px;
    width: 120px;
}
.uploadImageBox {
    position: relative;
    width: 120px;
    height: 120px;
    border: solid 1px #ccc;
    background: #F1F3F6;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    padding: 25px;
}
.imageBox{
    /*width: 275px;
    height: 275px;*/
    /*width: 15vw;*/
    /*height: 15vw;*/
    width: 18vw;
    height: 18vw;
    overflow: hidden;
    border-radius: 50%;
    margin: auto;
    background-color: #ddd;

}   

.imageBox .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*object-fit: contain;*/
    /*border: 1px solid #a2a2a2;*/
    float: left;
}
.fileUpload input.upload,
.fileuploadBtn input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.logo.upload {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
}
.display_none {
    display: none;
}
.inline_block {
    display: inline-block;
}
.avatar img {
    width: 100%;
    border-radius: 50%;
    height: 100%;
    object-fit: cover;
}
.table .thead-light div,
.table .body-light div {
    background-color: #f6f9fc;
    color: #8898aa;
    float: left;
}
.table .thead-light div {
    border-color: #e9ecef;
}
/*.table div {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .65rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}*/

.sub_field {
    width: 100%;
}
.left_ {
    padding-left: 30px;
}
.field {
    min-height: 85px;
}
.pagination li a,
.page-item span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 3px;
    border-radius: 50%!important;
    width: 36px;
    height: 36px;
    font-size: .875rem;
}
.pagination li a:hover {
    z-index: 2;
    color: #8898aa;
    text-decoration: none;
    background-color: #dee2e6;
    border-color: #dee2e6;
}
.pagination a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #8898aa;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.pagination li.active a {
    z-index: 1;
    color: #fff;
    background-color: #34b3e7;
    border-color: #34b3e7;
}
/*ul.pagination {
    float: right;
}*/
.searchbox {
    width: 500px;
    max-width: 100%;
    height: 42px;
    float: right;
}
.searchBox_2 {
    float: left;
    width: 80%;
}
.inline-block {
    display: inline-block;
}
.pull-right {
    float: right;
}
.searchbox {
    position: relative;
}
.date_filter:before {
    content: "\ea1f";
    display: inline-block;
    font: normal normal normal 14px/1 NucleoIcons;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 15px;
    top: 14px;
}
.search_filter:before {
    content: "\ea5f";
    display: inline-block;
    font: normal normal normal 14px/1 NucleoIcons;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 15px;
    top: 14px;
}
.no_wrap_inherit td,
.no_wrap_inherit th {
    white-space: inherit !important;
}
md-toast, md-toast.md-right {
    position: fixed;
}
.status_box {
    border: 1px solid #ccc;
    padding: 20px;
    margin-top: 15px;
}
.status_box input[type='radio'],
.status_box label {
    cursor: pointer;
}
#login-box {
    border: 1px solid #d8dee2;
    padding: 15px 25px 25px 25px;
    margin: 15lvh 0;
    border-radius: 10px;
    background: #fff;
}
.logo_wraper {
    text-align: center;
    width: 100px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.logo_wraper img {
    width: 100%;
}
#register-link {
    text-align: center;
    border: 1px solid #d8dee2;
    border-radius: 8px;
    padding: 10px 0;
    margin-top: 20px;
    background: #fff;
}
#login-box form {
    margin: 0;
}
.add_project_wrap {
    margin: 20px 0 40px 0;
}
.list_project_wrap {
    margin: 0px 0 40px 0;
    display: inline-block;
    width: 100%;
    float: left;
}
.title {
    margin: 13px 0 0 0;
}
.list_project {
    padding: 10px 20px;
    /*border-bottom: 1px solid #ddd;*/
    display: inline-block;
    width: 100%;
    float: left;
    position: relative;
    /*background: #d7f0db;*/
    border-bottom: 1px solid #eee;
    /*margin: 5px 0;*/
    /*transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;*/
}
.model_title {
    margin: 0;
    padding: 12px 30px;
    border-bottom: 1px solid #888;
    font-weight: normal;
}
.model_project_selection_wrap {
    padding: 30px 30px;
    display: inline-block;
    width: 100%;
    float: left;
}
.list_project:hover {
    background: #f1f3f6;
    /*background: #b2d8b8;*/
}
/*.list_project.grid:hover a{
    background: #a9c5a6;
}*/

.list_project.grid:hover a {
    color: #222;
}
.cust_hr {
    margin-bottom: 0;
}
.has-search.form-group {
    position: relative;
    margin-bottom: 0;
}
.has-search .form-control {
    padding-left: 2.375rem;
}
.has-search .form-control-feedback {
    position: absolute;
    left: 2px;
    top: 5px;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
.search_wraper {
    display: inline-block;
    width: 100%;
    float: left;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}
.tree_picture {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background-color: #DEEBFD;
    display: inline-block;
    margin: 15px auto;
}
.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-color: #274D24;
    border-color: #274D24;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    background-color: #42833D;
    border-color: #42833D;
}
.btn-primary {
    background-color: transparent;
    /*background-color: #fff;*/
    /*border-color: #42833D;*/
    color: #000 !important;
    /*border-radius: 50px;*/
    padding: 10px 24px;
    margin-left: 10px;
    border: none;
}
.btn-primary:hover,
.btn-primary:focus, .btn-primary:active {
    /*background-color: #42833D;*/
    /*border-color: #42833D;*/
    /*color: #fff !important;*/
    outline: none !important;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none !important;
}
.btn-primary:hover .caret,
.btn-primary:focus .caret {
    /*color: #fff !important;*/
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    background-color: transparent;
    border-color: transparent;
    outline: none !important;
    box-shadow: none !important;
}

.btn-primary.filterBtns {
    border-radius: 8px;
    height: 36px;
    line-height: 36px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 7px;
    background: transparent;
    color: #000 !important;
    border:1px solid #000;
}
.btn-primary.filterBtns:hover, .btn-primary.filterBtns:focus, .btn-primary.filterBtns:active {
    border:1px solid #fff;
    background: #000;
    color: #fff !important;
}

.btn-primary.printBtn {
    margin-right: 15px;
    margin-top: 6px;
    height: 36px;
    line-height: 36px;
    padding-top: 0;
    padding-bottom: 0;
}

.card {
    position: relative;
    min-width: 0;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #deebfd;
    margin-bottom: 1.3rem;
    box-shadow: -8px 12px 18px 0 #dadee8;
}
.loadingText {
    text-align: center;
    padding: 50px 0;
}
.mainFilterBox {
    /*overflow: hidden;*/
    max-height: 0;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}
.mainFilterBox.overflow_visible {
    overflow: visible;
}
.mainFilterBox.open {
    max-height: 10000000px;
    float: left;
    width: 100%;
    display: inline-block;
    /*box-shadow: 0 0 12px rgba(0,0,0,0.09);*/
}
.mainFilterBox .is-sticky {
    padding-top: 15px;
}
.grey_font {
    color: rgba(0,0,0,0.7) !important;
    font-weight: 500 !important;
}
.mt10 {
    margin-top: 10px;
}
.line_clamp_1{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.view_more_charecteristics {
    /*background: #fff;*/
    color: #000;
    /*color: #42833d;*/
    /*padding: 6px 16px 6px 16px;*/
    /*border-radius: 16px;*/
    /*border: 1px solid #42833d;*/
    z-index: 10;
    position: absolute;
    display: block;
    right: 15px;
    top: 95%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    /*border-bottom: 1px solid transparent;*/
}

/*.view_more_charecteristics:hover {
    border-bottom: 1px solid #42833d;
}*/
.border_bottom_filter{
    border-bottom: 1px solid #eee;
}
.border_plant_list{
    background: #f3f3f3;
    z-index: 9;
    position: relative;
}
.border_plant_list:after {
    content: '';
    width: calc(100% - 120px);
    height: 1px;
    background: #e2e2e2;
    position: absolute;
    top: 17;
    left: 120px;
}
.treeBox {
    border: 2px solid #E5E5E5;
    background: #ffffff;
    display: inline-block;
    width: 100%;
    float: left;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    border-radius: 8px;
    /*min-height: 372px;*/
}
.popup_overlay {
    position: fixed;
    background: rgba(0,0,0,0.4);
    z-index: 99;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    display: none;
}
.popup_overlay.open{
    display: block;
}
.secondary_chareteristics_padd_top{
    padding-top: 32px;
}
.width_1 {
    width: 270px;
}
.width_2 {
    width: calc(100% - 305px);
    /*width: 30%;*/
}
.width_3 {
    /*width: calc(70% - 270px);*/
    width: 35px;
}
.width_4 {
    width: 6%;
}
.treeBox .width_3 .img {
    width: 50px;
    height: 50px;
    float: right;
    margin-left: 10px;
}
.treeBox .width_3 .width_100 {
    padding-right: 25px;
}
.bold {
    font-weight: 500;
}
.treeContent {
    /*padding: 10px 0;
    min-height: 70px;*/
    /*border-top: solid 1px #deebfd;*/
}
.treeBox .form-group,
.treeBox label {
    margin: 0;
}
.breadCrumb {
    padding: 20px 0 10px 0;
    background-color: #fff;
    margin: 0;
}
.print_btn_center {
    padding: 0 0 25px 0;
    display: inline-block;
    width: 100%;
    float: left;
}
a:hover,
a:focus {
    text-decoration: none;
}
.pagination li.active a,
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #888;
    border-color: #888;
    border: 0;
}
.pagination>li>a{
    color: #888;
    border: 1px solid #888;
}
.pagination>.disabled>a{
    color: #888;
    border: 1px solid #888;
}
.treeBox a {
    color: #333;
}
a:focus,
a:hover {
    color: #333;
}
.filterBox {
    height: 240px;
    padding: 15px;
    overflow: auto;
    border: solid 1px #deebfd;
    /*background: #deebfd;*/
    border-radius: 5px;
    margin-bottom: 15px;
}
.ckeck_box_wrap {
    position: absolute;
    bottom: 56px;
    right: 32px;
}
.ckeck_box_wrap .form-group {
    margin-bottom: 0;
}
.ckeck_box_wrap label {
    font-weight: 400;
}
.custome_popu .ckeck_box_wrap {
    position: relative;
    bottom: initial;
    right: initial;
}
.custome_popu .only_projects_selection .form-group label {
    position: relative;
    cursor: pointer;
    padding: 10px 0 0 30px;
}
.main-content {
    background: #F3F3F3;
}
.relative {
    position: relative;
}
.remove_icon {
    /*opacity: 0;*/
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    cursor: pointer;
}
.list_project.grid .remove_icon {
    opacity: 0;
    position: absolute;
    top: initial;
    right: initial;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
.list_project.grid:hover .remove_icon {
    opacity: 1;
}
/*.list_project:hover .remove_icon{
  opacity: 1;
}*/

.margin_top_0 {
    margin-top: 0;
}
.treeBox label {
    display: inline-block;
    width: 100%;
    float: left;
    position: relative;
}
.treeBox .treeBoxImage {
    display: inline-block;
    width: 100%;
    float: left;
    margin: 0;
}
.treeBox .treeContent {
    display: inline-block;
    width: 100%;
    float: left;
    padding: 15px 45px 15px 15px;
}
.checkbox_generate_list_warper{

}
.visibility {
    display: none;
}
.checkboxWrapper {
    position: relative;
    width: calc(100% / 1);
    /*width: calc(100% / 14);*/
    float: left;
    padding: 0px 15px 10px 15px;
    /*cursor: pointer;*/
}
.checkboxWrapper img {
    max-width: 100%;
}
.checkboxWrapper input {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    cursor: pointer;
}
.checkboxWrapper .checkImage {
    border: 0px solid #000;
    /*border: 0px solid #c1c1c1;*/
    /*border: 0px solid #42833D;*/
    border-radius: 100px;
    padding: 3px;
    display: inline-block;
    max-width: 100px;
    width: 100%;
    float: left;
    border-radius: 50%;
}

.checkboxWrapper p {
    color: #c1c1c1;
}
.checkboxWrapper input:checked + .checkImage {
    border: 2px solid #000;
    /*border: 2px solid #42833D;*/
}
.checkboxWrapper input:checked + .checkImage + .clearfix + p {
    color: #000;
    /*color: #42833D;*/
}
.checkboxWrapper .checkImage {
    border: 2px solid transparent;
}
.checkboxWrapper:hover .checkImage {
    border: 2px solid #000;
    /*border: 2px solid #42833D;*/
}
.checkboxWrapper:hover p {
    color: #000;
    /*color: #42833D;*/
}
hr.cust_hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}
.plant_classi_wrap {
    margin-bottom: 0;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    /*padding: 15px 10px 10px;*/
    padding: 10px 0px;
    /*max-height: 225px;*/
    /*overflow: auto;*/
    /*overflow-y: auto;
    overflow-x: hidden;*/
    /*-ms-overflow-style: none;  /* IE and Edge */
    /*scrollbar-width: none;  /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.plant_classi_wrap::-webkit-scrollbar {
  display: none;
}
.overflow_logic{
    /*height: 180px;*/
    overflow: hidden;
    position: relative;
    z-index: 9;
    /*border-bottom: 2px solid #E2E2E2;*/
    /*border-radius: 6px;*/
}
.overflow_logic.open{
    height: 180px;
    z-index: 999;
    overflow: visible;
}
.mb20 {
    margin-bottom: 20px;
}
.plant_classi_wrap  .login_wrapper_mobile {
    width: 100%;
}

.primary_classification_wrap .checkboxWrapper p {
    font-size: 13px;
    color: #c1c1c1;
    /*color: #444444;*/
    font-weight: normal;
}
.plant_classi_wrap.plant_classi_wrap_2 {
    padding-bottom: 0;
    min-height: 132px;
    justify-content: center;
}
.plant_classi_wrap.notopPad {
    padding-top: 0;
}
/*.plant_classi_wrap.flower_color{
    height: 436px;
    overflow: hidden;
    overflow-y: auto;
}*/

/*.Overflowscroll{
    overflow: hidden;
    overflow-x: auto;
}*/

.checkboxWrapper p {
    margin: 5px 0 0 0;
    line-height: 1.2;
    font-weight: 400;
}
hr.cust_hr_mr_0 {
    margin: 0;
    border: 0;
    border-top: 1px solid #eee;
}
.title_lable {
    margin: 5px 0 15px 0;
}
.title_lable_2 {
    /*margin: 15px 0 15px 0;*/
    margin: 0;
    padding: 15px;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
    /*border-bottom: 1px solid #eee;*/
}
.title_lable_2.grayf {
    color: #746A6A;
}
.characteristics_wrap {
    width: calc(100% / 1);
    float: left;
   /* padding: 0 10px;
    margin-bottom: 20px;*/

}
.characteristics_wrap .checkboxWrapper {
    width: calc(100% / 1);
    float: left;
    padding: 5px 15px;
    /* cursor: pointer; */
}
.characteristics_wrap .checkboxWrapper.column_10 {
    width: calc(100% / 6);
    padding: 0 2px;
}
.fav_label {
    /*background-color: #fff;*/
    /*color: #171717;*/
    color: #fff;
    /*padding: 6px 14px;*/
    /*border-radius: 7px;*/
}
.fav_label:hover{
    /*background: #171717;*/
    color: #42833d;
}
.characteristics_view_more{
    color: #444;
}
.characteristics_view_more:hover{
    color: #42833d;
}
.left_filter_check_box_wrap input{
    position: relative;
    width: 0;
    height: 0;
    margin: 0;
    opacity: 1;
    visibility: hidden;
}

.left_filter_check_box_wrap label {
    position: relative;
    padding-left: 30px;
    color: #303030;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.3px;
}

.left_filter_check_box_wrap label:before {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1.5px solid #DBDBDB;
    background: #fff;
    content: "";
    border-radius: 4px;
}

.left_filter_check_box_wrap label.selected_label:after {
/*.left_filter_check_box_wrap input:checked + label:after {*/
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: 7px;
    width: 18px;
    height: 18px;
    background: #294d26;
    border-radius: 4px;
}

/*.left_filter_check_box_wrap input:checked + label:after {*/
.left_filter_check_box_wrap label.selected_label:after {
    content: '';
    display: block;
    position: absolute;
    top: -4px;
    left: 10px;
    width: 7px;
    height: 17px;
    border: solid #393939;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    background: #ffffff;
    border-radius: 0px;
}

.plant_classi_wrap.flower_color {
    /*padding: 15px;
    height: 140px;
    overflow-y: auto;*/
}

.title_lable_3 {
    margin: 0;
    /*padding: 10px 0;*/
    padding: 10px 15px;
    font-size: 16px;
}
.title_lable_3:focus, .title_lable_3:active {
    outline: none !important;
    border: 0 !important;
    box-shadow: none !important;
}
.m_b_15 {
    margin-bottom: 15px;
}
.m_t_50 {
    margin-top: 50px;
}
.m_t_b_30 {
    margin: 30px 0;
}
.m_t_20 {
    margin-top: 20px;
}
.m_t_10 {
    margin-top: 10px;
}
/*.plants_tree_wrap {
    width: 70%;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin: 25px 0;
}*/

.plants_tree_wrap {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.active_green {
    color: #42833d !important;
}
.treeBox .plants_tree_wrap .img {
    height: 230px;
    object-fit: cover;
}
.plants_tree_wrap.pro_detail img{
    width: 100% !important;
}
.trees_list_cust_grid img {
    width: 100%;
    max-width: 100%;
}
.padd_bot_20 {
    padding-bottom: 20px;
}
.padd_bot_12 {
    padding-bottom: 12px;
}
.padd_20 {
    padding: 0 20px;
}
.trees_list_cust_grid {
    width: calc(100% /4);
    float: left;
    padding: 7.5px 7.5px;
    position: relative;
}
.favourite_wraper .trees_list_cust_grid {
    width: calc(100% /5);
}
.bg_gray_charcteristics .trees_list_cust_grid {
    width: calc(100% /5);
}
.classification_wrap_div{
    display: inline-block;
    width: 100%;
    float: left;
    background: #fff;
}
.trees_list_cust_grid_details {
    width: calc(100% / 3);
    /*width: calc(100% / 5);*/
    float: left;
    padding: 0px 15px 30px 15px;
    position: relative;
}
.trees_list_cust_grid:hover .treeBox {
    /*background: #e1e1ea;*/
    /*background: #42833D;*/
    /*background: #b2d8b8;*/
    background: #f1f3f6;
    /*background: #c1c1c1;*/
}
.treeBox p {
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
.sticky_button_div {
    /*background: #42833D;*/
    background-color: rgb(193 193 193 / 80%);
    position: fixed;
    bottom: -50px;
    left: 0;
    width: 100vw;
    height: 50px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;

}
.sticky_button_div.open {
    bottom: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    z-index: 999;
}
/*.trees_list_cust_grid:hover .treeBox p {
    color: #fff;
}*/
.p_b_15 {
    padding-bottom: 15px;
}
.p_b_t_10 {
    padding-top: 10px;
}
.font_18 {
    font-size: 18px;
}
.font_16 {
    font-size: 16px;
}
.font_14 {
    font-size: 14px;
}
.font_20 {
    font-size: 20px;
}
.font_20 {
    font-size: 24px;
}
.img {
    width: 100%;
    max-width: 100%;
}
.filter_profile_wrtap {
    display: inline-block;
    float: right;
    padding: 14px 0;
    /*padding: 4px 0;*/
}
.font_32 {
    font-size: 32px;
    margin: 0;
    margin-bottom: 15px;
}
.font_53 {
    font-size: 53px;
    margin: 0;
    margin-bottom: 15px;
}
.light_gray {
    color: #a2a2a2;
}
.plant_classification_detail_section {
    padding-top: 80px;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
    float: left;
}
.dashboard_logo {
    width: 100px;
    margin: 0 auto;
    position: relative;
}
/*.dashboard_logo:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #2f532b;
    display: inline-block;
    width: 1810%;
    position: absolute;
    top: 107%;
    left: -854%;
}*/

.create_new_pro_wrap {
    display: inline-block;
    float: left;
    width: 100%;
}
.project_list_img_wrap.project_list_img_wrap_prodetails_wrap {
    width: 156px;
    height: 156px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    max-width: 106px;
    max-height: 106px;
}
.project_list_content_wrap {
    width: calc(100% - 15%);
    float: left;
    position: relative;
    padding: 0 120px 0 0px;
}
.project_list_content_wrap.project_list_content_wrap_selected {
    width: 15%;
    float: left;
    position: relative;
    padding: 0;
}
.charecteristics_wrap {
    width: 85%;
    float: left;
    position: relative;
    padding: 0;
}
.remove_icon_v_center {
    width: 10%;
    float: left;
    position: relative;
    padding: 0;
}
.width_100 {
    width: 100%;
}
.charecteristics_wrap .img {
    width: 3.5%;
    float: right;
    margin-left: 15px;
}
.project_list_img_wrap_only{
    width: 15%;
    float: left;
}
.charecteristics_img_wrap {
    width: 93%;
    text-align: right;
    padding-right: 25px;
    float: right;
}
.list_project.grid {
    display: inline-block;
    width: calc(100% / 4);
}
.line_clamp_2 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.list_project.grid .project_list_content_wrap {
    width: 100%;
    float: none;
    position: relative;
    left: initial;
    top: initial;
    transform: initial;
    text-align: center;
    padding: 10px 0 15px 0;
}
.list_project.grid .project_list_img_wrap {
    width: 66%;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    float: none;
    display: inline-block;
    margin-right: 0px;
    margin-top: 50px;
}
.list_project .project_list_content_wrap.icons_spacing p {
    margin-bottom: 8px;
    padding-left: 25px;
}
.project_details_content_wrap p {
    padding-left: 25px;
}
.project_details_content_wrap {
    width: 60%;
    float: left;
}
.addresing_icons {
    position: absolute;
    top: 2px;
    left: 0;
    width: 16px
}
.list_project a {
    display: inline-block;
    width: 100%;
    float: left;
    /*text-align: center;*/
}
.list_project.grid a {
    text-align: center;
}
.grid_icon {
    font-size: 18px;
    padding: 12px 14px 9px 14px;
    border: 1px solid #4c8a48;
    border-radius: 15px;
    color: 4c8a48;
    margin-right: 15px;
}
/*.dropdown.pull-right {
    padding-right: 15px;
}*/

.custome_popu {
    position: fixed;
    top: 4%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border: 1px solid #eaeaea;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 2222;
    width: 30%;
    border-radius: 6px;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
}
.close_popup {
    float: right;
    background: #fff;
    color: #222;
    position: absolute;
    top: 7px;
    right: 7px;
    border: 1px solid #222;
    line-height: 0.7;
    padding: 8px 8px 7px 7px;
    border-radius: 15px;
    outline: none;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
}
.close_popup:hover {
    border: 1px solid #42833d;
    background: #42833d;
    color: #fff;
}
.overlay_popup.open {
    position: fixed;
    z-index: 1111;
    background: #000;
    opacity: 0.2;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.custome_popu.open {
    top: 10%;
    opacity: 1;
    visibility: visible;
}
.overlay_popup.open {
    opacity: 0.4;
    visibility: visible;
}
.project_list_img_wrap.project_list_img_wrap_prodetails_wrap .img {
    height: 106px;
    width: 106px;
    object-fit: cover;
}
.only_projects_selection .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.only_projects_selection .form-group label {
    position: relative;
    cursor: pointer;
}
/*.only_projects_selection .form-group label:before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background: #fff;
    content: "";
    border-radius: 3px;
    background-color: #f3f3f3;
}*/
.only_projects_selection .form-group label:before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #dadada;
    background: #fff;
    content: "";
    border-radius: 3px;
    background-color: #ffffff;
}
.only_projects_selection .form-group input:checked + label:after {
   /* content: '';
    display: block;
    position: absolute;
    top: 9px;
    left: 13px;
    width: 5px;
    height: 11px;
    border: solid #264c23;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);*/

    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 10px;
    width: 7px;
    height: 17px;
    border: solid #3c9c04;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    background: #fcffe7;
    border-radius: 0px;
}
.tags_filter {
    /*border: 1px solid #42833d;
    color: #42833d;*/
    border: 1px solid #c1c1c1;
    color: #c1c1c1;
    /*padding: 7px 44px 7px 24px;*/
    padding: 7px 35px 7px 12px;
    display: inline-block;
    float: left;
    line-height: 1;
    /*line-height: 1.2;*/
    vertical-align: bottom;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 8px;
    /*margin-bottom: 15px;*/
    cursor: pointer;
    border-radius: 25px;
    font-size: 12px;
}
.tags_filter:hover,
.tags_filter:focus {
    background: #c1c1c1;
    /*background: #42833d;*/
    color: #fff;
}
.clear_filter {
    position: absolute;
    top: -1px;
    right: -9px;
    /*border: 1px solid #42833d;
    background: #42833d;*/
    border: 1px solid #c1c1c1;
    background: #c1c1c1;
    color: #fff;
    /*width: 32px;*/
    /*height: 32px;*/
    width: 28px;
    height: 28px;
    /*padding: 8px 8px 8px 11px;*/
    text-align: center;
    display: inline-block;
    float: left;
    line-height: 28px;
    vertical-align: bottom;
    margin-right: 8px;
    margin-bottom: 15px;
    cursor: pointer;
    border-radius: 25px;
}
.clear_filter:hover,
.clear_filter:focus {
    background: #fff;
    color: #c1c1c1;
    /*color: #42833d;*/
}
.outline_remove {
    outline: none !important;
}
#printSectionId {
    display: none;
}
.overflow_scroll_characteristics {
    min-height: 500px;
    height: 650px;
    overflow: hidden;
    overflow-y: auto;
}
.overflow_scroll_characteristics::-webkit-scrollbar,
.plant_classi_wrap.flower_color::-webkit-scrollbar {
    width: 7px;
}
/* Track */

.overflow_scroll_characteristics::-webkit-scrollbar-track,
.plant_classi_wrap.flower_color::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* Handle */

.overflow_scroll_characteristics::-webkit-scrollbar-thumb,
.plant_classi_wrap.flower_color::-webkit-scrollbar-thumb {
    background: #42833D;
    border-radius: 7px;
}
/* Handle on hover */

.overflow_scroll_characteristics::-webkit-scrollbar-thumb:hover,
.plant_classi_wrap.flower_color::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.details_characteristics {
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
    float: left;
    background: #fff;
    box-shadow: 0px 0px 12px 0px #c5c5c5b0;
    border-radius: 5px;
    padding: 25px 40px 25px 40px;
}
.details_characteristics li {
    border-bottom: 1px solid #f1f3f6;
    padding: 20px 0;
    width: 50%;
    float: left;
}
.details_characteristics p {
    margin: 0;
}
.flex_flow_wrap {
    display: flex;
    flex-flow: row wrap;
}
.common_center_div_wraper .center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.common_center_div_wraper .vertical_center {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex !important;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.v_center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.v_vertical_center {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex !important;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.align_right_pro_dropdown {
    width: 100%;
    text-align: right;
}
.color_green {
    /*color: #42833D !important;*/
    color: #746A6A  !important;

}
.font_weight_400 {
    font-weight: 400;
}
.filled_btn {
    background: #42833D;
    color: #fff !important;
}
.bg_color_code {
    height: 26px;
    width: 26px;
    border-radius: 50%;
    display: inline-block;
    /*border: solid 1px rgba(0,0,0,0.5);*/
}
.add_pro_width {
    width: 50%;
}
.list_pro_width {
    width: 60%;
}

.list_pro_wrap {
    background-color: #fff;
}
.min_width_200 {
    display: inline-block;
    min-width: 185px;
}
.masonry {
    display: block;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}
.masonry .masonry-item {
    display: inline-block !important;
    width: 100% !important;
    max-width: 100% !important;
    position: relative;
    display: block;
    border: 1px solid #e5e5e5;
    background: #f3f3f3;
    float: none !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    margin-bottom: 2.25rem !important;
    /*max-height: 154px;
    height: 154px;
    overflow: hidden;*/
}

.filterBoxWrap{
    display: flex;
    flex-flow: row wrap;
}

/*.bg_gray_charcteristics {
    background: #f3f3f3;
    padding: 0 15px;
    border: 1px solid #e5e5e5;
    min-height: 175px;
}*/
.mark_as_favourite a i{
    font-size: 26px;
    padding: 9px 20px;
    display: inline-block;
    color: #42833d;
}
.mark_as_favourite_in_list {
    position: absolute;
    right: 10px;
    top: -2px;
    font-size: 20px;
    color: #42833d;
}
/*.masonry .masonry-item.active {
    max-height: 1000px;
    height: auto;
    overflow: visible;
}*/

.filterBoxWrap .characteristics_wrap .checkboxWrapper.hidden{
    display: none;
}

.filterBoxWrap .characteristics_wrap.active .checkboxWrapper.hidden{
    display: block !important;
}


.characteristics_wrap.hidden_main_sec{
    display: none;
}

.visibleAllBlocks .characteristics_wrap.hidden_main_sec{
    display: block!important;
}

/* Vrushik Css*/
.times_new_roman{
    font-family: 'Roboto', sans-serif;
}
.font_28{
    font-size: 28px;
    line-height: 1.1;
}
.font_16{
    font-size: 16px;
    line-height: 1.1;
}
.font_16_1{
    line-height: 1.4;
}
.font_12{
    font-size: 12px;
    line-height: 1.1;
}
.bolder {
    font-weight: 900;
}
.color_black{
    color: #000;
}
.color_white{
    color: #fff;
}
.color_gray{
    color: #545151;
}
.color_lite_gray{
    color: #746A6A;
}
.color_lite_gray_lite{
    color: #A2A1A1;
}

/* 1 */
.section_1_home_img{
    padding: 20px;
    width: 8%;
    margin: 0 auto;
}
.section_1_home{
    background-color: #FDFDFD;
}
.section_2_home_left_wrapper{
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}
.section_2_home_dropdown{
   margin-right: 50px; 
}
.section_2_home_right_wrapper{
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}
.section_2_home_icon{
    margin-left: 10px;
}
.section_2_home_search_icon{
    margin-right: 15px;
    margin-left: auto;
}
.section_2_home{
    padding-top: 5px;
}
.section_3_home {
    padding: 0 50px;
}
.section_3_home_wrapper{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.section_3_home_box_wrapper{
    margin: 20px 0 10px 0;
}
.section_3_home_img_wrapper {
    width: 64px;
    max-width: 64px;
    margin: 0 auto;
}
.section_3_home_text_wrapper{
    margin-top: 5px;
}
.section_3_home_box_wrapper_overflow{
    margin-left: -35px;
    margin-right: -35px;
}
.section_5_home_img {
    width: 48%;
    margin: 20px auto 20px auto;
}
.ellipseContent{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.LoginBtnHover:hover a{
    color: #fff !important;
}
.LoginBtnHover{
    padding: 0;
    margin-left: 10px;
}
.LoginBtnHover a{
    padding: 10px 24px;
    display: block;
}
.section_bottom_line{
    padding: 30px 0;
}
.section_bottom_line:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #BFBFBF;
    width: 47%;
    height: 1px;
    margin: 0 auto;
}
.section_9_home:after{
    content: "";
    height: 0;
}
.section_6_home_img_wrapper{
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}
.section_6_home_img{
    width: 20%;
    padding: 0 10px;
    margin: 20px 0;
}
.section_9_home_arrow_first,
.section_9_home_arrow_second,
.section_9_home_arrow_third{
    position: absolute;
    top: 23%;
    right: -13%;
    z-index: 1;
    width: 24%;
}
.section_9_home_arrow_second{
    width: 53%;
    top: 64%;
    right: -9%;
}
.section_9_home_arrow_third{
    width: 23%;
    top: 35%;
    right: -11%;
}
.section_9_home_img{
    margin: 20px 0;
}
.section_10_home{
    background-color: #CCCCCC;
}
.section_10_home_wrapper{
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    width: 96%;
    margin: 12px auto 12px auto;
}
.section_10_home_left_section ul li {
    display: inline-block;
    list-style-type: none;
    position: relative;
    z-index: 1;
    margin-right: 20px;
}
.section_10_home_left_section ul,
.section_10_home_right_section ul{
    margin: 0;
    padding: 0;
}
.section_10_home_left_section ul li a.active{
    color: #143d11;
}
.section_10_home_left_section ul li a:hover,
.section_10_home_right_section ul li a:hover{
    color: #143d11;
    text-decoration: none;
}
.section_10_home_right_section{
    margin-left: auto;
}
.section_10_home_right_section ul li{
    display: inline-block;
    list-style-type: none;
    margin: 0 0 0 20px;
}
.section_11_home_img_logo {
    width: 11%;
    margin: 15px auto;
}
.section_5_home_right_shape{
    position: absolute;
    top: 0;
    right: 15px;
    height: 60vh;
    background-color: #000;
    width: 38px;
}
.section_5_home_right_shape_text {
    background-color: #B3B1B2;
    padding: 10px 40px;
    width: max-content;
    position: absolute;
    top: 70%;
    right: -50px;
    transform: rotate(90deg);
}
.section_5_home_right_shape_text p{
    font-size: 18px;
    margin: 0;
}

.link_home_page{
    display: inline-block;
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
}
/* Vrushik Css*/

.swiper-wrapper {
    height: auto;
    /*display: block;*/
    /*padding: 0 30px;*/
}

/*.swiper-slide {
    height: unset;
    display: inline-block;
    float: left;
}*/

.swiper-slide {
    height: auto !important;
    min-height: 0;
}

.swiper-button-next, .swiper-button-prev {
    width: 35px;
    height: 35px;
    background-color: #ffffff;
    background-size: 11px;
    border-radius: 50%;
    box-shadow: 0px 2px 8px 1px #00000096;
    top: 40%;
}
.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E") !important;
  left: 10px;
}
.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E") !important;
  right: 10px;
}
/*.classificationSlierContainer .swiper-container{
    overflow: visible;
}*/

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: 0;
}
.footer_wraper {
    background: #fff;
    border-top: 1px solid #eeeeee;
    padding: 50px 50px 20px 50px;
}
.footer_logo_wraper{
    width: 300px;
}
.footer_nav ul{
    list-style: none;
}
.footer_nav ul li{
    display: inline-block;
    font-size: 16px;
    padding: 0 0 0 36px;
}
.foot_gray{
    color: #D9D3D4;
}
.Powered_by{
    color: #D9D3D4;
}
.footer_nav ul li a{
    color: #5B4E5E;
}
.footer_nav ul li a:hover, .Powered_by:hover{
    color: #3D9D05;
}
.dashboard_small_logo {
    float: left;
}

.dashboard_small_logo img {
    height: 70px;
    /*height: 50px;*/
    object-fit: contain;
    object-position: left;
}

.filterWrapDiv {
    width: 270px;
    float: left;
    /*padding-left: 15px;*/
    /*border-right: 1px solid #eee;*/
}

.resultWrapDiv {
    width: calc(100% - 300px);
    margin-right: 15px;
    float: right;
}

.shadowWrap {
    /*margin-bottom: 15px;*/
    /* box-shadow: 0 1px 8px 0 rgba(0,0,0,.08); */
    /*background-color: #fff;*/
    /*border-bottom: 1px solid #DCDCDC;*/
}
.bg_gray_charcteristics {
    /*border-top: 1px solid #eee;*/
}
.Selected_plant_container{
    padding: 0 30px;
}
/*.bg_gray_charcteristics .breadCrumb{
    background: transparent;
}*/

#plants_form {
    /*pading-bottom: 30px;*/
    margin-bottom: 0;
    margin-top: -10px;
}

.trees_list_cust_grid.detailP  img {
    width: 40px;
}

.detailSpecificaitionBox {
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    margin-bottom: 30px;
}

.bbt {
    border-bottom: 1px solid #f0f0f0;
}

.details_characteristics {
    box-shadow: none;
    padding: 24px 24px 14px;
    margin: 0;
}

.details_characteristics li {
    border: none;
    padding: 0;
    padding-bottom: 16px;
}

.title_lable_6 {
    margin: 0;
    padding: 24px 30px 24px 24px
} 

.whiteBg {
    background: #fff;
}
.btn-primary.color_white {
    position: absolute;
    right: 35px;
    cursor: pointer;
}
.btn-primary.remove_icon, .btn-primary.color_white {
    color: #746A6A  !important;
}
.btn-primary.greyBtn {
    border-color: #000;
    color: #000 !important;
}

/*.btn-primary.greyBtn:hover, .btn-primary.greyBtn:focus {
    background-color: #000;
    border-color: #000;
    color: #fff !important;
}*/

.mark_as_favourite a i {
    color: #000;
}

.plant_classification.sliderContainer .shadowWrap{
    padding: 0px 60px;
}
.plant_classification{
    min-height: 200px;
    background: #fff;
}
.plantResultConainer {
    width: 85%;
    margin: 15px auto;
    border-radius: 10px;
}

.mainFBoxWrap {
    border: 2px solid #E2E2E2;
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 6px;
    min-height: 130px;
}

.main_title{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #746A6A;
}

.primary_classification_wrap {
    /*background-color: #f4f4f4;
    border-radius: 10px;
    padding: 30px 0px;*/
    margin-bottom: 25px;
}
.classWrapBlock {
    margin-bottom: 20px;
}
.classWrapBlock:nth-child(4n+1) {
    clear: both;
}

.primary_classification_wrap .classBlock {
    padding: 15px 15px 10px;
    border: 2px solid #E2E2E2;
    background-color: #fff;
    border-radius: 6px;
    min-height: 160px;
}


.viewMoreLink {
    position: absolute;
    right: 0;
    top: -2px;
    font-size: 22px;
}

.primary_charecteristic_wraper{
    padding: 0 7px;
}

.primary_charecteristic_wraper .col-md-3{
    padding: 0 7px;
}

.primary_classification_wrap .classBlock .checkboxWrapper {
    width: calc(100% / 3);
    padding: 5px 10px;
    float: unset !important;
}

.primary_classification_wrap .classBlock .checkboxWrapper:nth-child(3n+1) {
    clear: both;
}
.primary_classification_wrap .classBlock .checkboxWrapper.column_10 {
    width: calc(100% / 6);
    padding: 0 5px;
    float: left !important;
}
.primary_classification_wrap .classBlock .checkboxWrapper.column_10:nth-child(3n+1) {
    clear: unset;
}
.primary_classification_wrap .classBlock .checkboxWrapper.column_10:nth-child(6n+1) {
    clear: both;
}
.primaryClassCheck {
    display: inline-block;
    width: auto;
}

.mt0i {
    margin-top: 0px !important;
    margin-bottom: 5px !important;
}
.border_0{
    border-bottom: 0;
}
.bg_theam_color{
    background: #F3F3F3;
    display: inline-block;
    float: left;
    width: 100%;
}
/*.pro_detail_pro_list_div{
    min-height: 511px;
}*/
.plant_list_bg_wraper {
    background: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    border: 2px solid #e2e2e2;
}
.project_details_bg_wraper {
    /*background: #fff;*/
    /*border: 2px solid #e5e5e5;*/
    border-radius: 6px;
    margin-bottom: 30px;
}
.project_details_margin_0{
    /*margin: 0 auto;*/
}
.margin_bottom_0{
    margin-bottom: 0;
}
.min_height_for_fav_plants{
    min-height: 500px;
    background-color: #fff;
}
.pagination_alignment {
    padding-left: 275px;
}

.plant_classi_wrap.plant_classi_wrap_2.flower_color {
    justify-content: left;
}
.productBannerWrap {
    height: 400px;
    width: 100%;
    background: #c1c1c1;
    margin-top: 15px;
    margin-bottom: 15px;
}

@media screen and (max-width: 1680px) {
    .plant_classi_wrap.flower_color {
        padding-bottom: 0;
    }
    .primary_classification_wrap .classBlock .checkboxWrapper.column_10 {
        padding: 0 0px;
    }
    .plant_classi_wrap.plant_classi_wrap_2 {
        padding-bottom: 0;
        min-height: 132px;
    }

     .classBlock .login_wrapper_mobile  .specTitleFont {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
@media screen and (max-width: 1440px) {
    .checkboxWrapper {
        padding: 13px 5px 10px 5px;
    }

    .plantResultConainer {
        width: 90%;
    }

    .filterWrapDiv {
        width: 260px;
    }
    .resultWrapDiv {
        width: calc(100% - 270px);
        margin-right: 0;
        float: right;
    }

    /*.primary_classification_wrap {
        margin-bottom: 30px;
        margin-left: -15px;
        margin-right: -15px;
    }*/
    .treeBox .plants_tree_wrap .img {
        height: 200px;
        object-fit: cover;
    }
    .treeBox .treeContent {
        padding: 15px 30px 15px 15px;
    }
    /*.treeBox {
        min-height: 300px;
    }*/

    .bg_color_code {
        height: 22px;
        width: 22px;
    }

    .primary_classification_wrap .classBlock .checkboxWrapper {
        padding: 1px 4px;
    }

    .plant_classi_wrap.plant_classi_wrap_2 {
        min-height: 110px;
    }
}

@media screen and (max-width: 1400px) {
    .plant_classi_wrap.plant_classi_wrap_2 {
        min-height: 122px;
    }
}

@media screen and (max-width: 1440px) {
   /* .imageBox{
        width: 15vw;
        height: 15vw;
    } */
    /*.pro_detail_pro_list_div {
        min-height: 36vw;
    }*/
    .main_title {
        font-size: 20px;
    }
    .plant_list_bg_wraper {
        padding: 5px 10px;
    }
    .font_16 {
        font-size: 14px;
    }
    .section_3_home {
        padding: 0 20px;
    }
    .checkboxWrapper {
        padding: 13px 10px 10px 10px;
    }
    .dashboard_logo {
        width: 70px;
    }
    .btn-primary {
        padding: 8px 0px;
    }
    .font_18 {
        font-size: 15px;
    }
    .treeBox p {
        font-size: 12px;
    }
    .checkboxWrapper {
        padding: 0px 14px 10px 14px;
    }
    .title_lable_3 {
        font-size: 14px;
    }
    .checkboxWrapper p {
        font-size: 11px;
    }
    .characteristics_wrap .checkboxWrapper {
        width: calc(100% / 1);
        /*padding: 5px 2px 5px 2px;*/
    }
    .plants_tree_wrap {
        /*width: 100%;*/
        /*margin: 0 0 12px 0;*/
    }
    .padd_20 {
        padding: 0 10px;
    }
    .bg_color_code {
        height: 22px;
        width: 22px;
    }
    .list_pro_width {
        width: 80%;
    }
    .add_pro_width {
        width: 60%;
    }
    .characteristics_wrap .checkboxWrapper.column_10 {
        width: calc(100% / 6);
        padding: 0 2px;
    }
    .characteristics_wrap {
        width: calc(100% / 1);
    }
    .checkboxWrapper .checkImage {
        padding: 0px;
    }

    /*Vrushik Css Media*/
    .section_3_home_box_wrapper {
        width: 159px;
        margin: 10px auto 15px auto;
    }
    .section_3_home_wrapper {
        justify-content: space-evenly;
    }
    .section_3_home_img_wrapper {
        width: 50px;
        max-width: 50px;
    }
    .section_1_home_img {
        width: 10%;
    }
    .section_11_home_img_logo {
        width: 16%;
    }
    .section_5_home_right_shape_text {
        top: 60%;
        right: -45px;
    }
    .searchbox {
        width: 380px;
        max-width: 100%;
        height: 42px;
        /*float: right;*/
    }
    .width_1 {
        width: 215px;
    }
    .width_2 {
        width: calc(100% - 250px);
    }
    .width_3 {
        /*width: calc(70% - 215px);*/
    }
    /*.dashboard_small_logo img {
        width: 50px;
        height: auto;
    }*/
    .treeBox .treeContent {
        padding: 10px 35px 10px 10px;
    }
    .font_32 {
        font-size: 28px;
    }

    .font_20 {
        font-size: 17px;
    }

    .font_24 {
        font-size: 20px;
    }

    .title_lable_6 {
        padding: 18px 30px 18px 24px;
    }

    .primary_classification_wrap .checkboxWrapper p {
        font-size: 10px;
       /* overflow: hidden;
        text-overflow: ellipsis;*/
    }

    .primary_classification_wrap .classBlock .checkboxWrapper {
        padding: 0px 10px;
    }

    .primary_classification_wrap .classBlock {
        padding: 15px 10px 0;
        min-height: 140px;
    }

    .treeBox .plants_tree_wrap .img {
        height: 170px;
    }

    .filterWrapDiv {
        width: 200px;
    }

    .resultWrapDiv {
        width: calc(100% - 210px);
    }

    .classWrapBlock {
        margin-bottom: 20px;
    }
    .plantResultConainer {
        width: 100%;
        padding: 0 30px;
    }

    .bg_color_code {
        height: 24px;
        width: 24px;
    }

    .primary_classification_wrap .classBlock .checkboxWrapper.column_10 {
        padding: 1px 3px;
    }

    .plant_classi_wrap.plant_classi_wrap_2 {
        min-height: 100px;
    }

    .plant_classification {
        min-height: 180px;
    }

    .plant_classification.sliderContainer .shadowWrap {
        padding: 0px 30px;
    }
    .view_more_charecteristics {
        top: 96%;
    }

    .font_14 {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1280px) {

}

@media only screen and (max-width: 1152px) {
    .bg_gray_charcteristics .trees_list_cust_grid {
        width: calc(100% /4);
    }
    /*.pro_detail_pro_list_div {
        min-height: 40vw;
    }*/
    .checkboxWrapper_2{
        /*width: calc(100% / 11);*/
       /* float: none; 
        cursor: pointer;
        display: inline-block;
        vertical-align: top;*/
    }
    .login_wrapper_mobile{
        white-space: nowrap;
    }
    /*.plant_classi_wrap{
        overflow: hidden;
        overflow-x: scroll;
        display: block;
    }*/
    .login_textp_mobile{
        white-space: initial;
    }
    .plant_classi_wrap_2::-webkit-scrollbar {
      height: 4px;
    }
    .plant_classi_wrap_2::-webkit-scrollbar-track {
      background: transparent;
    }
    .plant_classi_wrap_2::-webkit-scrollbar-thumb {
      background: #cccc;
    }
    .plant_classi_wrap_2::-webkit-scrollbar-thumb:hover {
      background: #cccc;
    }

    .width_2 {
        width: calc(100% - 215px);
    }

    .trees_list_cust_grid .width_2  img {
        width: 40px;
    }

    .width_2 .form-group{
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .font_32 {
        font-size: 24px;
    }
    .plant_classification.sliderContainer .shadowWrap {
        padding: 0 30px;
    }

    .primary_classification_wrap .classBlock .checkboxWrapper.column_10 {
        padding: 0;
    }

    .bg_color_code {
        height: 22px;
        width: 22px;
    }

    .plant_classi_wrap.plant_classi_wrap_2 {
        min-height: 100px;
    }

    .primary_classification_wrap .classBlock .checkboxWrapper {
        padding: 0px 2px;
    }
}

@media only screen and (max-width: 1152px) {
    .plantResultConainer {
        margin-top: 15px;
    }
    .font_16 {
        font-size: 14px;
    }

    .font_14 {
        font-size: 12px;
    }

    .left_filter_check_box_wrap label {
        font-size: 12px;
    }

    .trees_list_cust_grid {
        width: calc(100% /3);
    }
    
    .plant_classi_wrap.plant_classi_wrap_2 {
        min-height: 110px;
    }

    .primary_classification_wrap .classBlock {
        min-height: 135px;
    }
}

@media only screen and (max-width: 1024px) {
    .section_3_home_box_wrapper {
        width: 136px;
    }
    .plantResultConainer {
        padding: 0 20px;
    }

    .bg_color_code {
        height: 18px;
        width: 18px;
    }

    .font_16 {
        font-size: 12px;
    }

    .font_14 {
        font-size: 11px;
    }
    .primary_classification_wrap .classBlock {
        padding: 15px 10px 0;
    }
}

@media only screen and (max-width: 991px){
    /*.checkboxWrapper_2{
        width: calc(100% / 10);
    }*/
    .font_28 {
        font-size: 24px;
    }

    .logo {
        width: 200px;
    }

    .searchbox {
        width: 300px;
    }
    .filterWrapDiv {
        width: 230px;
    }

    .resultWrapDiv {
        width: calc(100% - 260px);
    }

    .plants_tree_wrap {
        height: 120px;
        /*width: 145px;*/
    }

    .width_1 {
        width: 165px;
    }

    .width_2 {
        width: calc(100% - 165px);
    }

    .custome_popu {
        width: calc(100% - 30px);
    }

    .list_pro_width {
        width: 96%;
    }

    .whiteBg  .m_t_50 {
        margin-top: 20px;
        padding-top: 30px;
    }

    .btn-primary.greyBtn {
        margin: 0;
    }

    .primary_classification_wrap .classBlock {
        min-height: 155px;
    }

    .trees_list_cust_grid {
        width: calc(100% /2);
    }
}
@media only screen and (max-width: 768px){
    /*.checkboxWrapper_2{
        width: calc(100% / 7);
    }*/
}

@media only screen and (max-width: 767px) {
    .dashboard_small_logo img {
        height: 50px;
        width: auto;
        /* margin-top: 10px; */
    }
    .checkboxWrapper{
        padding: 0 5px;
    }
    .footer_wraper{
        padding: 25px 0 0 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        margin-top: 25px;
    }
    .footer_nav ul{
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: nowrap;
        gap: 20px;
    }
    .foot_gray.text-right{
        text-align: center!important;
        margin-top: 15px;
    }
    .plantResultConainer{
        padding: 0;
    }
    .view_more_charecteristics{
        top: unset;
        bottom: 0;
    }
    .footer_nav ul li{
        padding: 0;
    }
    .primary_classification_wrap .classBlock {
        padding: 20px;
    }
    .primary_classification_wrap .classBlock .checkboxWrapper {
        padding: 0 10px;
    }

    .primary_classification_wrap .checkboxWrapper p {
        font-size: 11px;
    }
    .section_3_home_box_wrapper {
        width: 30%;
    }
    .section_1_home_img {
        width: 30%;
    }
    .section_2_home {
        padding: 10px 0;
    }
    .section_6_home_img {
        width: 50%;
        padding: 0 10px;
        margin: 20px 0;
    }
    .section_6_home_img_wrapper {
        justify-content: space-evenly;
    }
    .section_5_home_img {
        width: 90%;
    }
    .section_9_home_click_wrapper {
        display: flex;
    }
    .section_9_home_box {
        overflow-x: scroll;
    }
    .section_9_home_box_wrapper {
        width: 320%;
    }
    .section_9_home_img_wrapper {
        margin-bottom: 15px;
    }
    .section_11_home_img_logo {
        width: 60%;
    }
    .section_10_home_left_section ul li {
        padding: 5px 12px 10px 12px;
        margin-bottom: 0;
    }
    .section_5_home_right_shape_text {
        top: 37%;
        right: -12.5%;
        padding: 5px 20px;
        transform: translateY(-50%) rotate(90deg);
    }
    .section_5_home_right_shape {
        right: 0;
        background-color: transparent;
        width: 100%;
    }
    .section_5_home_right_shape_text p {
        font-size: 12px;
        letter-spacing: 2px;
    }
   /* .checkboxWrapper_2{
        width: calc(100% / 4);
    }*/
    .logo {
        float: none;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .filter_profile_wrtap {
        width: 82%;
        /*width: 100%;*/
        /*margin-top: 20px;*/
    }
    .searchbox {
        width: 100%;
        float: left;
    }
    .dropdown.pull-right{
        /* width: 50%; */
        width: fit-content;
        text-align: right;
    }
    .filter_profile_wrtap .pull-right>.dropdown-menu{
        left: -20px!important;
    }

    .searchBox .searchWrap input {
        padding: 0 20px 0 10px;
    }

    .searchBox_2 .searchWrap input {
        padding: 0 20px 0 50px;
    }

    .btn-primary.color_white {
        position: relative;
        right: auto;
    }

    .list_pro_wrap .pageWrap {
        margin: 0;
    }

    .list_pro_wrap .pageWrap .m_t_20{
        margin: 0;
        padding:20px 0 10px 0;
    }

    .searchBox i {
        right: 15px;
    }
    /*.btn-primary {
        width: 100%;
        margin-left: 0;
    }*/
    .searchBox i {
        font-size: 14px;
    }
    .characteristics_wrap {
        width: calc(100% / 1);
        padding: 0;
    }
    .mainFilterBox .col-md-12, .plant_classification .col-md-12{
        padding: 0;
    }

    .swiper-wrapper {
        padding: 0;
    }

    .resultWrapDiv {
        width: 100%;
        margin-right: 0;
    }

    

    .plants_tree_wrap {
        /* height: 80px; */
        /*width: 100px;*/
        width: 100%;
        aspect-ratio: 1;
    }
    .plant_classification{
        overflow: hidden;
    }
    .pagination_alignment{
        padding: 0 10px;
    }

    
    .width_1 {
        width: 115px;
    }

    .width_2 {
        width: calc(100% - 135px);
        float: left;
    }

    .font_18 {
        font-size: 14px;
    }

    h3 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .treeBox p {
        font-size: 12px;
    }

    .pagination li a, .page-item span {
        margin: 0 1px;
        width: 26px;
        height: 26px;
    }

    

    .fixedBottomFilter {
        position: fixed;
        bottom: 0;
        left: 0;
        height: 45px;
        width: 100vw;
        background: #fff;
        box-shadow: 0 1px 8px 0 rgba(0,0,0,.08);
        /*z-index: 9999999;*/
    }

    .filterTabWrap {
        width: 50%;
        float: left;
        text-align: center;
        line-height: 45px;
    }

    .filterTabWrap.border-right {
        border-right: 1px solid #eee;
    }

    .filterTabWrap h3 {
        padding: 0 !important;
        line-height: 45px;
    }


    .filterWrapDiv {
        width: 100vw;
        position: fixed;
        top: 100%;
        left: 0;
        height: 70vh;
        background: #FFF;
        z-index: 998;
        margin: 0;
        padding: 0 15px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
    }

    .filterWrapDiv.open {
        top: 30vh;
    
    }

    .filterBoxWrap {
        max-height: calc(70vh - 100px);
        overflow-y: auto;
    }
    .noshadow {
        box-shadow: none !important;
    } 

    .filterCloseIc {
        color: #000;
        font-size: 24px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 12px;
    }

    .filterOverlay {
        position: fixed;
        background: rgba(0,0,0,0.4);
        z-index: 99;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        display: none;
    }

    .sticky_button_div {
        z-index: 999;
        height: 46px;
    }

    .btn-primary.filterBtns {
        width: 50%;
        background-color: #888;
        border: 1px solid #888;
        color: #fff !important;
        float: left;
        margin:0;
        height: 46px;
        line-height: 46px;
    }

    .btn-primary.filterBtns:first-child {
        border-right: 1px solid #fff;
    }

    .create_new_pro_inner_wrap > .col-md-12 {
        margin-left: -15px;
        margin-right: -15px;
    }

    .list_project {
        padding: 10px 0px;
    }

    .project_list_content_wrap {
        width: 100%;
        float: left;
        padding: 0;
    }

    .searchBox.searchBox_2 {
        width: 100%;
    }

    .h4, h4 {
        font-size: 14px;
    }

    .project_list_content_wrap > div {
        width: 100%;
    }

    .list_project .project_list_content_wrap.icons_spacing p {
        font-size: 12px;
        word-break: break-word;
    }

    .remove_icon {
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        cursor: pointer;
        float: right;
    }

    .list_pro_width {
        width: 100vw;
        margin: 0;
    }

    .project_details_content_wrap p {
        word-break: break-word;
    }

    .project_details_content_wrap {
        width: 100%;
    }

    .btn-primary.printBtn {
        margin-right: 10px;
        margin-top: 7px;
        height: 32px;
        line-height: 32px;
        padding-top: 0;
        padding-bottom: 0;
        font-size: 11px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .plant_classification  > .col-md-8 {
        margin-left: -15px;
        margin-right: -15px;
    }

    .row.mltm15 {
        margin: 0;
    }
    .font_32 {
        font-size: 18px;
    }

    .plant_classification.m_t_50 {
        margin-top: 0;
    }

    .font_20 {
        font-size: 14px;
    }

    .plant_classification p {
        margin-bottom: 5px;
    }

    .mark_as_favourite  {
        position: absolute;
        top: 0;
        right: 0;
    }

    .projectDrp.pull-right {
        float: left !important;
        margin: 0;
        width: auto;
        /*margin-left: -25px;*/
        margin-top: 5px;
    }

    .plant_classification_detail_section {
        padding-top: 50px;
    }

    .trees_list_cust_grid_details {
        /* width: calc(100% / 2); */
        width: 100%;
    }

    .trees_list_cust_grid_details .imageBox {
        /* width: 30vw;
        height: 30vw;
        margin: auto; */
        width: 80%;
        height: unset;
        aspect-ratio: 1;
    }
    .font_14{
        font-size: 12px;
    }

    .font_16 {
        font-size: 12px;
    }

    .common_center_div_wraper .center.leftLogo {
        display: inline-block;
        text-align: right;
    }

    .font_24 {
        font-size: 16px;
    }

    .plant_classification.m_t_50 {
        padding-top: 20px;
    }

    .noBorderBtn {
        border-color: transparent !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .noBorderBtn:hover, .noBorderBtn:focus, .noBorderBtn:active {
        background-color: transparent !important;
    }

    .whiteBg.dtp {
        padding-left: 0;
        padding-right: 0;
    }

    .min_width_200 {
        min-width: 50%;
    }

    .details_characteristics li {
        width: 100%;
        padding-bottom: 6px;
    }

    .details_characteristics {
        padding: 15px 15px 10px;
    }

    .title_lable_6 {
        padding: 15px;
    }
}
/*Vrushik Css Media*/