
*{box-sizing: border-box; margin: 0; padding: 0;}
body {
  font-family: "Poppins", sans-serif;
    overflow-x: hidden;
  }
 

header{background: #fff; padding: 12px 3rem; display: flex; align-items: center; justify-content: center;}
header a{display: inline-flex; align-items: center; justify-content: center;}

.hero_sec{background: url(../images/hero_img.png); background-size: cover; width: 100%; height: 298px;}


.pckg_list_prnt{margin: 60px 0px 40px 0px;}
.pckg_list_body{width: 88%; margin: auto;}

.pckg_list{display: flex; flex-wrap: wrap;}
.pckg_list_box{position: relative; width: 32%; margin-right: 1.99%; margin-bottom: 1.99%;}
.pckg_list_box:nth-child(3n){margin-right: 0px;}
.pckg_list_box .img_box img{object-fit: cover; width: 100%; vertical-align: top;}
.t_days{background: #000;
  border-radius: 20px;
  padding: 4px 13px;
  color: #fff;
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 13px;}

  .pckg_list_box .content_box{box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #E4F3FF;
    border-radius: 10px; background: #fff; padding: 17px;     width: 87%;
    margin: auto;     margin-top: -110px;
    z-index: 100;
    position: relative; }

  .pckg_list_box .content_box h5{font-size: 17px; font-weight:400; color:#000}
  .pckg_list_box .content_box .strt_f{font-size: 12px;}
  .act_price {font-size: 18px; color:#FF5522; font-weight: bold;}

  .act_price .inr:before {
    content: "\20B9";
    font-style: normal;
}

.loc_{display: flex; align-items: center; font-size: 13px; color: rgba(82, 84, 94, 0.5); margin-bottom: 15px; padding-bottom: 15px; border-bottom:1px solid rgba(32,32,32,0.18); margin-top: 5px;}
.loc_ img{margin-right: 10px;}

.v_dlt{display: flex; justify-content: space-between; align-items: center;}
.v_dlt_info{font-size: 12px;}
.view_btn{color:#202020; text-decoration: none !important; display: inline-flex; align-items: center; font-size: 13px; }

.view_btn span{padding-right: 20px;}
.view_btn img{margin-top: 2px; width: 16px;}

.v_dlt_info .frm{font-size: 13px; color: rgba(82, 84, 94, 0.5); font-weight: 400; margin-right: 10px;}



.s_copyright{background: #1A1A1A; padding: 8px; text-align: center; }
.s_copyright p{color:#fff; font-size: 13px;}


    @media only screen and (min-width:150px) and (max-width:600px){
      header {
        padding: 9px 3rem;
    }
      .hero_sec {
        width: 100%;
        height: 133px;
        background-position: center;
    }
    .pckg_list_prnt{margin: 40px 0px;}
    .pckg_list_body {
      width: 100%;
      padding: 0px 15px;
  }
.pckg_list_box {
  position: relative;
  width: 100%;
  margin: 0px 0px 30px 0px;
}
.pckg_list_box .content_box{width: 94%;}
.pckg_list .pckg_list_box:last-child{margin-bottom: 0px;}

  }
  
@media screen and (max-width: 720px){
.contblok{width:92% !important;}
.conthead{width:65% !important;}
}