body {
    font-family: Source Sans Pro,sans-serif;
    color: #000;
    
  }
h2, h4{
position: relative;
color: #058a51;
padding: 5px 0px;
font-size: 25px;
line-height: 1.2;
text-align: left;
}  
  /* nav barcss */

 
.navbar {
    padding: 0.5rem 4rem;
    height: 80px;
    box-shadow: 0 2px 11px 1px rgb(0 0 0 / 75%);
  }
  .navbar-brand img {
    width: 150px;
  }
  a.navbar-brand.mobile{
    display: none;
  } 
 .cart_price_block.mobile{
   display: none;
 }
  .closebtn.outer_close_btn {
    display: none;
  }
  .fix_header {
    position: fixed;
    top:0px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 2;
    box-shadow: 0 2px 11px 1px rgb(0 0 0 / 75%);
  }
  .dropdown {
    border-radius: 0;
    border: 0;
  }
  .dropdown-menu {
    background: #0c73cc;
    border: 0;
    top: 80%;
    border-radius: 0px 0px 5px 5px;
  }
  .dropdown-item:hover {
    background: #085ca5;
    color: #fff;
  }
  .dropdown-menu a {
    color: #fff;
  }
  .navbar .nav-item .nav-link {
    text-decoration: none;
    color: #333333;
    font-weight: 600;
    line-height: 24px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Source Sans Pro,sans-serif;;
    font-style: normal;
    padding: 0px 12px;
  }
  .btn_block {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }
 
  
  .navbar .nav-item .nav-link:hover {
    color: #1d6771;
  }
  .top_bar{
    position: -webkit-sticky;
    /*position: sticky;*/
    top: 0;
    z-index: 9;
  }
  /* footer block css */
  .footer_content_block {
    background-color: #058a51;
    color: #fff;
}
.footer_logo img{
    width: 150px;
}
.footer_info {
    justify-content: space-between;
    display: flex;
}
.footer_logo{
    margin: 80px 0px;
}
.footer_nav p{
    margin-top: 15px;
}
.footer_nav a{
    color:#fff;
}
.footer_link li a{
    color:#fff;
}
  /* footer css */
.footer_block {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 7px 0px;
    background-color:#0b804d;
     
  }
  .footer_block .copyright_block {
    display: flex;
    justify-content: space-between;
  }
  .copyright_section {
    font-size: 14px;
    color: #fff;
    line-height: 27px;
    font-weight: 400;
    display: inline-block;
  }
  .footer_link ul {
    list-style: none;
  }
  .footer_block ul li {
    display: inline-block;
    vertical-align: middle;
    list-style-type: none;
    margin-left: 8px;
  }
  .footer_block ul li a {
    font-size: 14px;
    color: #fff;
    line-height: 16px;
    font-weight: 400;
  }
  footer .socialNetwork {
    padding: 0;
    margin: 0;
  }
  footer .socialNetwork li {
    display: inline-block;
    vertical-align: middle;
    list-style-type: none;
    margin-left: 8px;
  }
  footer .socialNetwork li a {
    color: #fff;
    line-height: 32px;
    font-size: 18px;
    width: 28px;
    height: 28px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
  }
/* top bar css start */
.top_bar{
    background-color: #058a51;
    padding: 6px 10px;
  }
  .top_e-topbar{
    display: flex;
    justify-content: space-between;
    background-color:#058a51;
  }
  .top_block{
    position: relative;
  }
  .top_block a{
    color:#fff;
  }
  .top_block p{
    font-family: Roboto;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      color: #fff;
      margin-bottom: 0px;
      margin: 0px 10px;
  }
  .top_block i{
    font-size: 14px;
    line-height: 18px;
    margin-right: 5px;
  }
  .top_block_nav .fa-home:before {
    content: "\f015";
    top: -4px;
    left: 0px;
    position: absolute;
}
.top_block_nav  .fa-mobile:before {
  content: "\f10b";
  top: -3px;
  left: 8px;
  position: absolute;
}
.top_block_nav .fa-envelope-o:before {
  content: "\f003";
  top: -3px;
  left: -3px;
  position: absolute;
}
  .flag_text{
    color: #fff;
    margin: 0px 3px;
    font-weight: 700;
    margin-right: 5px;
    font-size: 15px;
    vertical-align: middle;
  }
  .flg_image>div{
    display: inline-block;
  }  
  .flg_image>div img{
    width: 24px;
    height: 24px;
  }
  /* banner section css */
  .banner_img {
    background-image: url("../images/Banner-ab.jpg");
      width: 100%;
      height: 400px;
      background-size: cover;
      background-repeat: no-repeat;
  }
  .baneer_text_top p:nth-child(1){
    font-size: 60px;
    font-weight: 600;
    color: #058a51;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 2.2px;
  }
  .baneer_text_top p:nth-child(2){
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin-top: -30px;
  }
  .ed_text{
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    font-family: Source Sans Pro,sans-serif;
    text-transform: capitalize;
  }
  button.shop_cta {
    color: #fff;
    background:#058a51;
    width: 120px;
    height: 35px;
    box-shadow: none;
    border: 1px solid #058a51;
    font-weight: 600;
}
.banner_text{
  margin-top: 120px;
}
  /* offer section */
  .offer_block{
      text-align: center;
  }
  .discount{
    font-size: 22px;
    font-weight: 600;
    color: #249f69;
    text-align: center;
  }
  .offer_img img{
      width:70px;
      height: 70px;
  }
  .offer_pera {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    font-family: Source Sans Pro,sans-serif;;
    padding: 0px 8px;
    text-align: justify;
}
.border_bottom{
    border-bottom: 2px solid #239f69;
    margin: 0 auto;
    position: relative;
    width: 150px;
    padding: 25px 0px;
}
.title{
    margin: 25px auto;
    position: relative;
    width: calc(100% - 65%);
    color: #fff;
    background: #239f69;
    text-align: center;
    
    padding: 5px 0px;
    font-size: 25px;
    line-height: 1.2;
}
.pera_block{
    line-height: 22px;
    font-size: 16px;
    margin: 0 0 5px;
    text-align: justify;
}

.product_img {
    position: relative;
    text-align: center;
    width: 100%;
}
.card_padding{
  /*padding: 15px;*/
  padding: 10px;
}
/*img.card-img-top {
    max-width: 100%;
    width: auto!important;
    display: inline-block!important;
    max-height: 145px;
    margin: 20px 0px;
}*/
img.card-img-top {
    max-width: 100%;
    /*width: auto!important;*/
    display: inline-block!important;
    max-height: 190px;
    margin: 0px 0px;
}
.ticker_product {
    right: 0;
    position: absolute;
    background: #51565a;
    top: 0;
    padding: 0 5px;
    margin: 0;
    color: #fff;
    font-size: 12px;
    height: 18px;
}
.ticker_product::before{
    position: absolute;
    top: 0;
    content: "";
    left: -18px;
    border: 9px solid transparent;
    border-top-color: #51565a;
    border-right-color: #51565a;
}
.card-block h5{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 22px;
}
.pera_block{
  display: -webkit-box;
    max-width: 100%;
    height: 110px;
    margin: 0 auto;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 27px;
}
.select_block{
    width: 100%;
    height: 25px;
   border: 1px solid #333;
    box-sizing: border-box;
    font-size: 13px;
    letter-spacing: .5px;
    
}
.btn_buy{
    margin-top:10px;
}
.buy_btn {
    position: relative;
    margin: 0 auto;
    background:#058a51;
    text-align: center;
    color: #fff;
    height: 35px;
    padding: 6px;
    border-radius: 5px;
}
.buy_btn a{
    color:#fff
}
.sub_title{
    position: relative;
    color: #239f69;
    padding: 5px 0px;
    font-size: 25px;
    line-height: 1.2;
    text-align: left;
}
.sub_pera{
    font-size: 14px;
    line-height: 22px;
    padding: 0px 0px;
}
.list_iteam{
    list-style: none;
    padding-left: 20px;
}
.list_iteam li{
    list-style-type: none;
    position: relative;
}
.list_iteam li::before{
    top: 6px;
    content: " ";
    height: 6px;
    width: 6px;
    border-radius: 50%;
    position: absolute;
    left: -17px;
    background:#239f69;
}

.Price_block .select_block{
    height: 21px;
    background: #239f69;
    color: #fff;
    border:1px solid #239f69;
}
.cart_price_block {
    display: flex;
}
.Price_block{
    padding: 0px 7px;
}
.cart img{
    width: 28px;
    margin-top: -6px;
}

span.cartno{
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  border: solid #058a51;
  border-radius: 60%;
  height: 20px;
  width: 20px;
  background: #058a51;
  color: #fff;
  top: 10px;
  right: 0px;
  line-height: 16px;
  text-align: center;
}
.top_bar_block{
    display: flex;
}
.cart{
  position: relative;
}
.footer_nav i{
  margin-right: 5px;
}
.logo_img{
  margin-top: 0px;
}
/* about css start */
.img-border{
  border: solid 1px #f1f1f1;
  padding: 5px;
  margin-bottom: 5px;
}
.product_detail .sub_title{
  font-size: 28px;
  font-weight: 700;
}
.product_detail .subtitle_pera{
  font-size: 25px;
  font-weight: 500;
}
.add_pro_area {
  width: 100%;
  float: left;
  display: flex;
  margin: 25px 0 0;
}
.add_pro_area select {
  flex: 0 0 50%;
  height: 40px;
  border: solid 1px #ccc;
  border-radius: 3px;
  background: #f4f4f4 url(../images/select_arrow.png) no-repeat right 10px top 15px;
  padding: 0 15px;
}
.add_pro_area button.out_stock {
  background: #51565a;
  color: #fff;
}
.add_pro_area button {
  flex: auto;
  height: 40px;
  background: #ecdb3d;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  border-radius: 0px 3px 3px 0;
  border: none;
  padding: 0 30px;
  cursor: pointer;
  max-width: 25%;
  transition: ease-in .3s;
}
.date_time {
  width: 100%;
  float: left;
  margin: 0 0 10px;
  padding-left: 0px;
  list-style: none;
}
.date_time li{
  border: none;
    width: auto;
    padding: 0;
    margin: 0 10px 0 0!important;
    font-size: 12px;
    color: #333;
    float: left;
    list-style: none;
    border: none;
}
.date_time i {
  font-size: 16px;
  color: #51565a;
  margin: 0 5px 0 0;
}
.contact_form ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact_form ul li {
  width: 80%;
  margin: 10px 0;
}
.contact_form ul li label {
  font-weight: 700;
}
.contact_form ul li input {
  width: 95%;
}
.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.contact_form ul li textarea {
  width: 97.5%;
}
.rc-anchor-center-item {
  display: table-cell;
  vertical-align: middle;
}
.contact_form .sbmt_btn {
  width: auto;
  display: inline-block;
  float: left;
  margin: 10px 0 10px;
  border-radius: 3px;
  border: solid 1px #fff;
  background: #239f69;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 15px;
  color: #fff;
  cursor: pointer;
}
/* breadcrum css */
.border_breadcrum{
  border-bottom:1px solid #239f69;
}
.breadcrumb{
  background-color: unset;
  border-radius: unset; 
  margin-bottom: 0px !important;
}
.breadcrumb li{
  padding: 0px 5px;
}
.breadcrumb li a{
  color:#000;
}
.breadcrumb li a.active{
  color:#239f69;
}
/* cart css start */
.cart_table .cart_img{
  width: 65px;
  max-height: 60px
}
.table_title{
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
  font-weight: 400;
}
.cart_table table tr td{
  text-align: center;
}
th.table_title {
  background: #239f69;
}
.cart_table .quantity span {
  width: auto;
  height: 30px;
  background: #00bfaf;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 5px;
  vertical-align: top;
}
.cart_table .quantity span {
  background: #51565a;
}
.cart_table .quantity .input_qty {
  width: 40px;
  height: 30px;
  display: inline-block;
  text-align: center;
  border-radius: 0;
  appearance: none;
  -moz-appearance: none;
  border: solid 1px #ccc;
}
.cart_table .action {
  width: auto;
  font-size: 16px;
}
.cart_table .action a {
  color: #333;
  border: solid 1px #ccc;
  padding: 8px 15px;
  border-radius: 5px;
  margin: 5px 0 0;
  display: inline-block;
}
.cart_table .action a:hover {
  color: #239f69;
  border: solid 1px #239f69;
}
td.iteam_td {
  padding: 20px 0px;
  font-size:15px;
}
.btn_shopping {
  background: #fff;
  color: #239f69;
  border-radius: 25px;
  border: solid 1px #239f69;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 10px 0;
  width: 100%;
  height: 50px;
}
.btn_checkout {
  background: #239f69;
  color: #fff;
  border-radius: 25px;
  border: solid 1px #72857c;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 10px 0;
  width: 100%;
  height: 50px;
}
.coupons {
  border: dashed 1px #239f69;
  margin: 10px 0 20px 0;
  padding: 15px;
  height: 120px;
}
.coupons .form-group{
  width: 100%;
}

.coupons input {
    width: 70%;
    float: left;
    border-radius: 5px 0 0 5px;
    height: 40px;
}
.coupons button {
  width: auto;
  float: left;
  border-radius: 0 5px 5px 0px;
  height: 40px;
  background:#239f69;
  border: solid 1px#239f69;
}
.mobli_hidden{
  display:none;
}
table.table.table-bordered {
  font-size: 12px;
}
.cart_area td.iteam_td {
  font-size:14px;
  padding: 10px;
}
/* cart form section */
.chekoutdetails ul {
  list-style: none;
  width: 100%;
  float: left;
  padding: 10px 15px;
}
.chekoutdetails ul li {
  width: 50%;
  float: left;
  margin: 10px 0;
}
.chekoutdetails .form-control {
  width: 96%;
  height: 45px;
  border-radius: 0;
  font-size: 14px;
}
.chekoutdetails ul li select {
  background: url(img/select_arrow.png) no-repeat right 10px top 20px #fff;
  height: 45px!important;
}
.chekoutdetails label {
  width: 100%;
  float: left;
  padding: 5px 15px;
  font-size: 14px;
  color: #000;
}
.chekoutdetails .sbmt_area {
  width: 100%;
  float: left;
  padding: 0 15px 15px;
}
.chekoutdetails .payment_details {
  width: 100%;
  float: left;
  border: solid 1px #f1f1f1;
  font-size: 14px;
  color: #000;
  margin: 20px 0;
}
.chekoutdetails .process_btn button {
  background: #51565a;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 12px 26px;
  border-radius: 4px;
  transition: .5s;
  cursor: pointer;
  margin: 15px 0 0;
  text-transform: uppercase;
}
.card_width ul{
  list-style: none;
  padding-left: 0px;
}
.detail_card .card_input{
  width: 70%;
}
.detail_card .card_img{
  width: 30%;
  padding: 20px;
}
.chekoutdetails .sbmt_area button {
  background: #239f69;
  color: #fff;
  border-radius: 22px;
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  margin: 10px 0;
  width: auto;
  padding: 0 40px;
  height: 43px;
}
.chekoutdetails .card-header{
  background: #239f69;
  color:#fff;
  font-size: 20px;
  font-weight: 500;
}
.chekoutdetails .card_details_main h2{
  font-size: 22px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.chekoutdetails .carddetails{
  padding: 20px;
}
.chekoutdetails .main_div {
  display: flex;
}
.chekoutdetails label.label {
  font-size: 14px;
  font-weight: 700;
  padding: 13px 0 0;
}
.chekoutdetails .right_side {
  width: 80%;
  display: inline-block;
}
.chekoutdetails .left_side {
  width: 20%;
  display: inline-block;
}
.chekoutdetails .btc_msg {
  width: 100%;
  float: left;
  padding: 10px 0 20px;
  text-align: center;
}
.btc_msg h4 {
  width: auto;
  display: inline-table;
  font-size: 16px;
  font-weight: 700;
  color: #239f69;
  border: dashed 1px #239f69;
  padding: 8px 15px;
}
.cart_area table tr th{
  background: #239f69;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.price_value {
  border-bottom: 1px solid #dee2e6;
  padding: 0px 0px;
  justify-content: space-between;
}
.price_value p{
  margin-bottom: 10px;
  margin-top: 10px;
}
.text-bold a{
  color:#239f69;
}
.text-bold a{
  /*color:#239f69;*/
  color:#040404;
  font-weight: bold;
}
.pagination li{
  margin: 10px 5px;
}
.pagination li a{
  color:#239f69;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #239f69;
  border-color: #239f69;
}
 
.card.card_padding{
  max-height: 470px;
}
a.nav-link.small_font {
  font-size: 11px !important;
}
.shipping_value{
  text-align: right;
}
label.container{
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .banner_text {
    margin-top: 20px;
    width: 200px;
}
.baneer_text_top p:nth-child(1) {
  font-size: 26px;
  font-weight: 600;
}
.baneer_text_top p:nth-child(2) {
  font-size: 18px;
  margin-top: -10px;
}
.ed_text{
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
}

  .about_dropdown .add_pro_area button{
    padding: 0px;
    font-size: 12px;
  }
  .date_time li{
    float: unset;
    text-align: center;
  }
  .breadcrum_top{
    margin-top: 15%;
  }
  .product_detail .product_img{
    width: 100%;
    height: 220px
  }
  .chekoutdetails .right_side{
    width: 100%;
  }
  .chekoutdetails .main_div{
    display: block;
  }
  .chekoutdetails .left_side {
    width: 100%;
    
}
.chekoutdetails ul li.mobile_width {
    width: 100% !important;
}.mobile_width {
  width: 100% !important;
}
  td.iteam_td {
    padding: 20px 0px;
    font-size:12px;
  }
  .cart_table .quantity span {
    width: auto;
    height: 30px;
  }
  .cart_table .quantity .input_qty {
    width: 25px;
    height: 30px;
  }
  .coupons input {
    font-size: 13px;
}
  .contact_form ul li {
    width: 100%;
    float: left;
    margin: 10px 0;
}
.contact_form ul li input {
  width: 100%;
}
  /* about css for mobile */
  .img-border{
    border: solid 1px #f1f1f1;
    padding: 25px;
  }
  .logo_img{
    margin-top: 0px;
    float: right;

  }
    /* for navbar */
    .navbar-expand-md .navbar-nav{
      display: block;
      width: 100%;
    }
    .cart img{
    width: 37px;
    margin-top: -6px;
  }
  .navbar {
    padding: 0.5rem 1rem;
  }
  .navbar-brand img .mobile {
    width: 140px;
    height: auto;
    display:none;
  }
  .navbar-brand img.desktop {
    display:none;
  }
  .title{
    width: 100%;
  }
  .pera_block{
    padding: 10px 10px;
  }
  .navbar .nav-item .nav-link:hover {
    color: #fff;
  }
  .navbar-collapse {
    display: block;
    right: 0px;
    width: 299px;
    position: fixed;
    z-index: 9;
    top: 0px;
    padding: 50px 0px 0px;
    box-sizing: border-box;
    height: auto;
    background-color: #239f69;
    box-shadow: 0 2px 11px 1px rgb(0 0 0 / 75%);
  }
  .closebtn.outer_close_btn {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 15px;
    left: -20px;
    width: 50px;
    text-align: center;
    background-color: #239f69;
    border: 1px solid #239f69;
    box-shadow: 0 2px 11px 1px rgb(0 0 0 / 75%);
    border-radius: 10px 0px;
    display: block;
  }
  ul.navbar-nav {
    text-align: right;
  }
  ul li.nav-item {
    border-bottom: 2px solid #fff;
    padding: 10px 20px;
  }
  li.nav-item.gbp_block {
    display: none;
}
  .btn.btn_block {
    color: #fff;
    font-size: 18px;
    padding: 10px 30px;
  }
  button#register {
    color: #fff;
    font-size: 18px;
    padding: 10px 30px;
  }
  .navbar .nav-item .nav-link {
    text-decoration: none;
    font-weight: 100;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    padding-left: 0px;
  }
  .small_font{
    font-size: 12px;
  }
  .footer_logo {
    border-bottom: 2px solid #fff;
    padding: 20px 0px;
}
.footer_nav{
    border-bottom: 2px solid #fff;
    padding: 10px 0px;
}
.top_bar_block{
    display: block;
}
.top_block i{
    display: inline;
}

.top_block p{
    margin: 0px 10px;
}
.flg_image>div{
  text-align: center;
  margin: 10px 0px;
}
.flag_text {
  font-weight: normal;
  font-size: 14px;
}
.footer_info {
    display: block;
    margin: 20px 0px;
}
.footer_block{
  height: auto;
  display: block;
  padding: 15px 10px;
  text-align: center;
}
.fix_header {
    position: fixed;
    top: 30px;
}
.banner_img {
  height: auto;
  background-size: 100% 100%;
  background-repeat: no-repeat; 
  margin-top: 0px;
}
.banner_img img{
  height: 160px;
}
span.cartno {
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  border: solid #fff;
  border-radius: 60%;
  height: 25px;
  width: 25px;
  background: #239f69;
  color: #fff;
  right: -1px;
  bottom: 64px;
  line-height: 20px;
  text-align: center;
    
}
.select_block{
  font-size: 16px;
}
.Price_block .select_block {
  height: 23px;
  background: #239f69;
  color: #fff;
  border: 0px solid #fff;
}
button.navbar-toggler{
  border: 2px solid #239f69;
}
.top_e-topbar{
  /*display: block;*/
  text-align: center;
  position: relative;
    left: 0;
    right: 0;
}
.pera_block{
  margin:0px;
}
  .navbar-collapse{
    position: fixed;
    top: 80px;
  
}

a.navbar-brand.mobile{
  display: block;
} 
.cart_price_block.mobile{
 display: block;
}
.cart_price_block.mobile>div{
  display: inline-block;
 }
 .Price_block{
   padding: 0px;
 }
.cart img{
  margin-left: 20px;
}
.cart_price_block.desktop{
  display: none;
}
.card-block {
  text-align: center;
}
}

button:focus {
  outline: 0px dotted !important;
  outline: 0px auto -webkit-focus-ring-color !important;
}
@media only screen and (max-width: 320px){
  .navbar-collapse{
    position: fixed;
    top: 105px;
  }

  
}

@media (min-width:320px) and (max-width:768px){
  .fix_header {
    position: fixed;
    top: 0px;}
    .navbar {
       
      height: 80px !important;
      box-shadow: 0 2px 11px 1px rgb(0 0 0 / 75%);
    }
    .navbar .nav-item .nav-link {
      text-decoration: none;
      font-weight: 100;
      line-height: 24px;
      font-size: 16px;
      color: #fff;
      /* padding-left: 60px; */
      text-align: left;
      font-weight: 600;
  }

  .pera_block {
    font-size: 14px;
    text-align: justify; 
    padding: 0px 0px 10px 0px;
    height: 100px;
}
.card.card_padding {
  max-height: 600px !important;
  padding-bottom: 20px;
}
img.card-img-top {
  max-width: 100%;
  width: auto!important;
  display: inline-block!important;
  max-height: 190px !important;
  margin: 0px 0px;
}
.top_bar {
  background-color: #239f69;
  padding: 0px 10px;
}

}

.right-div{
  margin-top: 20px;
}
.right-div i{
  background: #239f69;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px;
}
.right-div p{
  margin-top: 10px;
}