@font-face {
  font-family: myRegularFont;
  src: url('../Font/Poppins-Regular.ttf');
}@font-face {
  font-family: myBoldFont;
  src: url('../Font/Poppins-Bold.ttf');
}
*{
  margin: 0;
  padding: 0;
}
html, body{
  margin: 0;
  padding: 0;
  font-family: myRegularFont;
  overflow-x: hidden !important;
  background: #f7f7f7;
}
a{
  text-decoration: none !important;
}
.body_section{
  width: 100%;
  max-width: 500px;
  margin: 75px auto 100px auto;
}
.padding_left_right_10px{
  padding: 0 10px !important;
}
.padding_left_0px_right_10px{
  padding-left: 0 !important;
  padding-right: 10px !important;
}
.margin_padding_0px{
  margin: 0 !important;
  padding: 0 !important;
}
.margin_top-16px{
  margin-top: 16px;
}
.padding_10px{
  padding: 10px !important;
}
.text_right{
  float: right;
  font-size: 16px;
}
.text_right a{
  font-family: myRegularFont;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #000000;
}
.section_heading{
  font-family: myRegularFont;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  margin-bottom: 10px;
}
.margin_top-11px{
  margin-top: -11px !important;
}
.margin_right_20px{
  margin-right: 20px !important;
}
.border_radius_8px{
  border-radius: 8px !important;
}
.font_size_16px{
  font-size: 16px !important;
}
.fa-2x {
  font-size: 17px !important;
  margin-bottom: 4px !important;
}
/*header section*/
/*header section*/
header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(180deg, #7D0C41 0%, #E71F67 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 200;
}
.logo{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;

}
.page_heading{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: myBoldFont;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: center !important;
  color: #ffffff;
}
.user_profile{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.height_100{
  height: 100%;
}
.profile_img{
  width: 32px;
  height: 32px;
}
/*footer section*/
footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(180deg, #7D0C41 0%, #E71F67 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  height: 60px;
  z-index: 200;
}
.flex-container {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
.footer_content{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-family: myBoldFont;
  text-align: center;
  line-height: 1;
  width: 25%;

}
.footer_content a{
  text-decoration: none;
  color: #ffffff !important;
}
.more_btn{
  font-size: 12px !important;
}
/*******************sidemenu***************************/


#side-drawer {
  height: 100vh;
  width: 250px;
  top: 0;
  right: -100%;
  z-index: 1032;
  transition: left 0.25s ease;
  background: #f7f7f7 !important;
  position: fixed;
}

#side-drawer-void {
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 1031;
  background: rgba(0,0,0,2222);
  opacity: .8;
}

.list-unstyled a {
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  font-size: 15px;
  color: #222222;
  display: block;
  padding-left: 10px;
  font-weight: bold;
}

.margin-top-12 {
  margin-top: 12px;
}
.logo-set{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  background: linear-gradient(180deg, #7D0C41 0%, #E71F67 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.logo-set a{
  font-family: myBoldFont;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: center !important;
  color: #ffffff;
}
/*******************sidemenu end***************************/


::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}


::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}


::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #7D0C41 0%, #E71F67 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}


::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #7D0C41 0%, #E71F67 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media only screen and (min-device-width: 280px) and (max-device-width: 370px) {
  .logo_text{
    font-size: 13px !important;
  }
  #anythingSearch::placeholder{
    font-size: 13px !important;
  }
  .section_heading{
    font-size: 17px !important;
  }

}
input:focus, textarea:focus, select:focus{
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*splash start*/
.splash_section{
  width: 100%;
  max-width: 500px;
  background: linear-gradient(180deg, #4A142D 0%, #D74E59 100%);
  margin: auto;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*splash end*/
/*horizontal scroll*/
.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;}
.scrolling-wrapper {
  -webkit-overflow-scrolling: touch;
}

.package_card {
  width: 67%;
  margin-right: 15px;
  display: inline-block;
  position: relative;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ffffff;

}
.package_card:nth-child(1) {
  background-repeat: no-repeat;
  background-size: cover;
  background: #ffffff;
}
.package_card:nth-child(2) {
  background-repeat: no-repeat;
  background-size: cover;
  background: #ffffff;
}
.package_card:nth-child(3) {
  background-repeat: no-repeat;
  background-size: cover;
  background: #ffffff;
}
.package_card a{
  width: 100%;
  text-align: left !important;
  height: 100%;
}
.package_name{
  font-family: myBanglaFont;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #FFFFFF;
}
.package_text{
  font-family: myBanglaFont;
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 13px;
  color: #FFFFFF;
}
.package_price{
  font-family: myBanglaFont;
  font-style: normal;
  font-weight: 600;
  font-size: 8px;
  color: #56557E;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 8px 10px;
}
@media only screen and (min-device-width: 220px) and (max-device-width: 780px) {
  .scrolling-wrapper::-webkit-scrollbar {
    display: none !important;
    width: 0px;
    background: transparent;
  }
}

.margin-top-20 {
  margin-top: 20px;
}