    *{
            font-family: Roboto,Arial,sans-serif;
    letter-spacing: 0;
    
    }
    body{
        background-color: #f1f3f6;
    }
    .profile-row{
        margin-top: -10px!important;
       
    }
    .profile-inner {
        margin: 2em 0em;
    }

    .current-tab {
        color: #3DAD47;
            
    }
 .current-link{
          background-color: #f5faff;
    }
    .white-background {
        background-color: white;
    }
    .phed{
       
    font-size: 16px;
    font-weight: 600;
    color: #878787;
    }
    .list_inner{
        font-size: 14px;
    color: #878787;
    }
    .list_inner li{
        font-size: 14px;
    padding: 8px 5px 8px 20px;
    cursor: pointer;
    }
    .list_inner li a{
        text-decoration: none;  
    border: none;
    outline: none;
    }
    .list_inner li:hover{
          color: #3DAD47;
            background-color: #f5faff;
    }
    .logout{
        width: calc(100% - 26px);
    padding-left: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #878787;
    cursor: pointer;
    }
    .profile-inner a{
        text-decoration: none;  
    border: none;
    outline: none;
    }
    .profile-name{
        padding: 15px 0 0 16px;
    width: calc(100% - 80px);
    float:right;
    }
    .profile-name1{
           font-size: 12px;
           margin:0px;
           padding:0px;
    }
    .profile-name2{
           padding-top: 3px;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    }
    .profile img {
  border-radius: 50%;
}
.social_memberstatus{
 
    margin-top: 8px;  
}
.post_count_div{
    float:left;
        margin-left:15px;
}
.follower_count_div{
       margin-right:40%;
    float:right;
}
.pinfo_inner_title{
        font-size: 21px;
    font-weight: 600;
    padding-right: 24px;
    }
    .pinfo_inner{
        padding:20px;
    }
    .post_header{
        padding: 10 20px;
    }
    .post_profile{
        margin-bottom:15px;
    }
    .post_profile img{
        border-radius: 50%;
    }
    .post_profile_name{
        width: calc(100% - 80px);
    float: right;padding:0px
    }
     .adr_menu {
    max-width: 35px;
    float: right;
    padding-top:10px;
}
.adr_menu_inner {
    cursor: pointer;
    padding: 0 8px;
}
.adr_menu_item {
    z-index: 1;
    white-space: nowrap;
    display: none;
    position: absolute;
    font-size: 14px;
    color: #878787;
    border: 1px solid rgba(0,0,0,.05);
    box-shadow: 0 6px 6px 0 rgba(0,0,0,.12), 0 1px 3px 0 rgba(0,0,0,.18);
    right: 23px;
    padding: 5px;
    border-radius: 3px;
   
    background-color: #fff;
}

.adr_menu_item1 {
    padding: 7px 12px;
    color: #212121;
}
.adr_menu_item2 {
    padding: 7px 12px;
    color: #212121;
}
.post_msg{
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 18px;
    word-wrap: break-word;
    color: #4a4a4a;
/*    font-family: Arial,Tahoma,Bitstream Vera Sans,sans-serif;*/
}
.post_media_image{
    background-repeat: no-repeat;
    background-position: 50%;

    filter: none;
}
/**********************************************************************/

.file-upload {
  background-color: #ffffff;
  
  margin: 0 auto;
  padding: 20px;
}

.file-upload-btn {
  
  margin: 0;
  color: #fff;
  background: #1FB264;
  border: none;
  padding: 10px;
  border-radius: 4px;
 
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn:hover {
  background: #1AA059;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  transition: all .2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
  margin-top:30px;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
  margin-top: 15px;
  border: 1px dashed #d6d6d6;
  position: relative;
  min-height: 200px;
    background-color: #f2f2f2;
        text-align: center;
        padding-top:45px;
}
.image_upload2{
    margin-top: 8px;
  border: 1px dashed #d6d6d6;
  position: relative;
    background-color: #f2f2f2;
        text-align: center;
       
}
#drag_text2{
    padding-top: 7px!important;padding-bottom:7px!important;
    text-align: center;
}
.image-dropping,
.image-upload-wrap:hover {

 
}

.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text {
  text-align: center;
  padding-top:15px;
}

.drag-text h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #15824B;
  padding: 60px 0;
}

.file-upload-image {
  max-height: 300px;
  max-width: 300px;
  margin: auto;
  padding: 20px;
  float:left;
}

.remove-image {
  width: 200px;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all .2s ease;
}
/**********************************************************************/
.guideline{
    margin-top:30px;
}
.guideline_body p{
    margin:0px;
}
.post_description{
  
    text-align:left;
}
/**********************************************************/
.combo-dropdown {
/*    position: absolute;*/
    z-index: 1;
    top: 100%;
    left: 0;

    max-height: 300px;
    margin: 0;
    padding: 0;
    display: none;
    overflow-y: auto;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-sizing: border-box;

}

.option-item {
    cursor: pointer;
    border-bottom: 1px #e3e3e3 solid;
}
.option-hover {
    background-color: #2A323F;
    color: #fff;
}
/*.combo-dropdown li._s {
    padding: 0 !important;
}*/
.combo-dropdown li {
    list-style: none;
    padding: 8px 1em;
    margin: 0;
}
.combo-dropdown li:hover{
    background:LightGray;

    }
  #topic1 {
          background-image: url('https://www.alkarty.com/icon/search-icon1.png'); 
        background-position: 1;
        /* Position the search icon */
        background-size: 27px;
        background-repeat: no-repeat;
        /* Do not repeat the icon image */
        width: 100%;
        /* Full-width */
        font-size: 13px;
        /* Increase font-size */
        padding: 12px 20px 12px 40px;
        /* Add some padding */
        border: 1px solid #ddd;
        /* Add a grey border */
        margin-bottom: 12px;
        /* Add some space below the input */
    }
/**********************Select Interest****************************************/
.contain {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
/*  height:150px;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.contain input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
/*  height: 115px;
  width: 115px;*/
  background-color: #eee;
 
  text-transform: capitalize;
     color:white;
    /* background-size: 100%; */
    background-size: contain;/*Scales the image as large as possible without cropping or stretching the image.*/
    background-repeat: no-repeat;
    border-radius:2px;
}

/* On mouse-over, add a grey background color */
.contain:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.contain input:checked ~ .checkmark {
  background-color: yellowgreen;

  opacity:0.6;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.contain input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.contain .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
 @media (max-width: 767px){
     .profile-row{
        margin-top: -10px!important;
        margin:0px!important;
    }
    
    }
 @media (min-width: 768px){
     .row_interset{
         margin-left:0px;
     }
     .col_interset{
         padding-left:0px;
     }
    }
    .info{
            position: absolute;
    bottom: 0;
    line-height: 1.3em;
    padding: 5px;
    width: 105px;
    border-radius: 0 0 3px 3px;
    padding-top: 32px;
       font-weight: bold;
    font-size: 13px;
    word-break: break-word;
    }
     .liked{
        color:#69af07!important;
    }
    /* sidebar*******************/
    /* Sidebar */
.secondary h3 {
  font-size: 1.5em;
  line-height: 1.25em;
  font-weight: bold;
  color: #137ec4;
  margin-top: 0;
}
.secondary h4 {
  color: #262626;
  font-size: 1.25em;
  line-height: 1.25em;
  font-weight: bold;
}
.secondary form.mgl {
  text-shadow: 1px 1px 0 #fff;
  padding: 4px 0 0 0;
  margin: 0;
}
.secondary form.mgl input[type="text"] {
  font-size: 11px;
  padding: 7px 5px;
}
.secondary ul.related {
  margin: 12px 0;
  list-style: none;
}
.secondary ul.related li {
  *zoom: 1;
  margin: 0 0 18px 0;
}
.secondary ul.related li:before,
.secondary ul.related li:after {
  content: "";
  display: table;
}
.secondary ul.related li:after {
  clear: both;
}
.secondary ul.related .related-content {
  width: 70%;
  float: right;
}
.secondary ul.related .related-image {
  float: left;
  display: block;
  padding: 0 5% 5% 0;
  max-width: 75px;
  max-height: 75px;
  width: 25%;
}
.secondary ul.related img {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  padding: 4px;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.secondary ul.related h5 span {
  font-weight: normal;
}
.secondary ul.related p {
  font-size: 12px;
}
.secondary .sidebar-garden-club {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  border: none;
  padding: 0.5em;
  background: #fff;
  margin-bottom: 1.5em;
  padding: 1em 1.5em;
}
.secondary .sidebar-garden-club h3 {
  text-align: center;
  margin-top: 0;
  color: #fb7e15;
  font-size: 2em;
  line-height: 1em;
}
.secondary .sidebar-garden-club h3 small {
  font-size: 0.75em;
  font-weight: normal;
  display: block;
}
.secondary .sidebar-garden-club ul {
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.secondary .sidebar-garden-club ul li {
  padding: 0.35em 0 0.25em 40px;
  line-height: 1.25em;
  margin: 0;
  background: url('club-library.jpg') no-repeat left center;
}
.secondary .sidebar-garden-club ul li.club-journal {
  background-image: url('club-journal.jpg');
}
.secondary .sidebar-garden-club ul li.club-newsletter {
  background-image: url('club-newsletter.jpg');
}
.secondary .sidebar-garden-club ul li.club-exclusive {
  background-image: url('club-exclusive.jpg');
}
.secondary .sidebar-garden-club .seal-the-deal {
  margin-top: 1em;
  text-align: center;
}
.home .secondary .sidebar-garden-club {
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
  margin: 1.5em 0 0;
}
.home .secondary .sidebar-garden-club .optional {
  display: none;
}
.secondary ul.menu:not(.footer-menu) {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  border: none;
  padding: 0.5em;
  background: #fff;
  margin-bottom: 1.5em;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  list-style: none;
}
.secondary ul.menu:not(.footer-menu) > li {
  border-bottom: 1px solid #e2e2e2;
  margin: 0;
}
.secondary ul.menu:not(.footer-menu) > li > a {
  padding: 1em 1.5em 0.875em;
  position: relative;
  display: block;
  color: #000;
}
.secondary ul.menu:not(.footer-menu) > li > a span {
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  max-width: 100%;
  display: block;
  font-size: 1.25em;
  line-height: 1.25em;
  font-weight: bold;
  background: url('toggle-horizontal.png') no-repeat right top;
  padding-right: 10px;
  height: 20px;
}
.secondary ul.menu:not(.footer-menu) > li > a.toggle-action span {
  background: url('toggle-vertical.png') no-repeat right top;
  padding-right: 20px;
}
.secondary ul.menu:not(.footer-menu) > li > a:hover {
  color: #137ec4;
}
.secondary ul.menu:not(.footer-menu) > li > a:hover span {
  color: inherit;
  background-position: right -20px;
}
.secondary ul.menu:not(.footer-menu) > li.active a {
  color: #137ec4;
}
.secondary ul.menu:not(.footer-menu) > li.active a span {
  color: inherit;
  background-position: right -20px;
}
.secondary ul.menu:not(.footer-menu) > li.actions {
  padding: 1em 1.5em;
}
.secondary ul.menu:not(.footer-menu) ul {
  padding: 0 1.5em;
  margin: 0;
  list-style: none;
  max-height: 0;
  overflow: hidden;
  transition: all 0.15s ease-in-out;
}
.secondary ul.menu:not(.footer-menu) .open > a span {
  background-position: right -40px;
}
.secondary ul.menu:not(.footer-menu) .open > a:hover span {
  color: inherit;
  background-position: right -60px;
}
.secondary ul.menu:not(.footer-menu) .open ul {
  max-height: 999px;
  transition: all 0.75s ease-in-out;
}
.secondary .btn-large {
  display: block;
}
.advanced-search form label {
  display: block;
  padding: 0.25em 0;
}
.advanced-search form .btn-large {
  display: block;
  width: 100%;
}
.advanced-search form div.features label {
  font-weight: normal;
  text-transform: none;
  font-size: 12px;
  margin: 0 0 5px 0;
}
.advanced-search form div.features label input {
  margin: 0 5px 0 0;
}
.advanced-search form .more-info {
  display: block;
  padding-top: 0.5em;
}
form.search-form {
  display: inline;
  float: right;
}
form.search-form input,
form.search-form input:focus {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.25em 1em 0.25em 2em;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  border: 1px solid #0c5685;
  box-shadow: none;
  font-size: 13px;
  color: #fff;
  -webkit-appearance: none;
  line-height: 1em;
  display: inline;
  margin-bottom: 2px;
  background: url('/static/main/images/search-icon.png') no-repeat 0.5em center #0f6aa4;
  background-image: url('/static/main/images/search-icon.svg'), none;
  background-size: 15px 15px;
  width: 15em;
}
form.search-form button {
  display: none;
}
/*************************************/
 @media (min-width: 768px){
.plant_lib{
    padding-right:0px;
    
}
.advance_search{
     padding-right:0px;
}
 }
 @media (max-width: 767px){
     .advance_search{
   
}
 }
