img.imgsize {
    height: 71px;
    width: 100%;
    object-fit: contain;
}
.limit_text2{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.limit_text3{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.limit_text1{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.of_cover{
    object-fit: cover;
}
.of_contain{
    object-fit: contain;
}

.social-share-icons .custombtn {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

.custombtn-facebook { background-color: #3b5998; }
.custombtn-twitter { background-color: #1da1f2; }
.custombtn-linkedin { background-color: #0077b5; }
.custombtn-whatsapp { background-color: #25d366; }
.custombtn-pinterest { background-color: #bd081c; }
.custombtn-tumblr { background-color: #35465c; }
.custombtn-insta { background: linear-gradient(45deg, #833AB4, #E1306C, #F77737, #FCAF45, #405DE6);}
.custombtn-youtube { background-color: #FF0000; }

.custombtn:hover {
    opacity: 0.9;
}
.p_relative{
    position:relative;
}
.p_sticky{
    position:sticky;
}

.bRuRLu {
        max-width: 100% !important;
    width: 100%;
    display: inline-block;
    position: relative;
}

.subscribe-widget {
  
    display: none;
}

a.subscribe_btn {
    background: #0062b0;
    color: #fff;
    padding: 10px ;
    height: 100%;
    margin-right: 10px;
    border-radius: 5px;
}

.slicknav_btn {
  
    padding: 9px 0px 0px 0px !important;
   
}

.loginregistermobile{
    display:none;
}


@media (max-width: 767px) {
    .mid-header .mid-header-inner {
        justify-content: space-between !important;
    }
    .loginregistermobile {
    display: block;
}

 .loginregister {
    display: none;
}
.header-right .search-form input {
        width: 233px !important;
    }
    
    .header-right .search-form .submit {
    width: 43px!important;
}
}



/*Media query end ------------------*/



.card_new {
  display: inline-block;
  position: relative;
  background: #EDDDD4;
  color: #283D3B;
  height: 290px;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  
}
.card_new h2 {
  margin: 0;
  width: 100%;
  font-size: 25px;
  background: #781940;
  padding: 20px 0;
  color: #EDDDD4;
  box-shadow: inset 0px 5px 4px -4px #ecddd461;
}
.card_new h3 {
  margin: 20px 0;
  font-size: 40px;
  text-shadow: 3px 2px 2px #283d3b38;
}
.card_new h3 span {
  font-size: 20px;
}
.card_new p {
  font-style: italic;
  margin: 0 0 30px 0;
}
.card_new ul {
  text-align: left;
  padding: 0 50px;
  margin: 0;
}
.card_new ul li {
  display: block;
}
.card_new ul li:not(:last-child) {
  margin-bottom: 10px;
}
.card_new ul li.aval::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  font-size: 20px;
  color: #197278;
  width: 40px;
  display: inline-block;
}
.card_new ul li.unaval::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  font-size: 20px;
  color: #C44536;
  width: 40px;
  display: inline-block;
}


.card_new-1, .card_new-3 {
  position: relative;
  transform: scale(0.9);
}
.card_new-1 {
  left: 40px;
  margin-left: -60px;
  z-index: 0;
}
.card_new-1 h2 {
  background: #197278;
}



