@charset "utf-8";

/* CSS Document */

body {
  padding: 0px;

  margin: 0px;

  /*font-family: 'Fira Sans', sans-serif;*/
  /*font-family: 'Montserrat', sans-serif !important;*/
  font-family: "Barlow", sans-serif !important;
}

.nav_font_size {
  font-size: 15px;
  font-weight: 500;
}

.nav > li > a {
  padding: 6px 10px !important;

  cursor: pointer;
}

.wrapper {
  width: 100%;

  float: left;
}

.navbar-nav > .open > a {
  transition: 500ms ease;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #ffffff;

  background-color: #b71921;
}

.topbar {
  background-color: #000000;

  color: #ffffff;

  font-size: 14px;

  line-height: 20px;

  padding: 5px 0px;
}

.currencyBG {
  float: right;

  position: relative;
}

.currencyBG > img {
  width: 15px;

  float: right;

  border: 1px solid #ffffff;

  margin-top: 8px;
}

.currecybox {
  width: 180px;

  float: right;

  height: auto;

  background-color: #151047;

  position: absolute;

  right: 0px;

  margin-top: 20px;

  z-index: 80;

  padding: 5px;
}

.currency {
  padding: 0px;

  margin: 0px;
}

.currencyTXT {
  display: inline;

  text-align: right;

  color: #ffffff;

  float: right;

  font-size: 12px;

  padding-left: 5px;

  margin-top: 3px;
}

.currencyTXT1 {
  display: inline;

  text-align: left;

  color: #ffffff;

  font-size: 12px;

  padding-left: 5px;
}

.currency li {
  display: block;

  border-bottom: 1px solid #999999;

  padding: 5px 5px;

  text-decoration: none;

  color: #ffffff;

  font-size: 13px;

  list-style: none;
}

.currency li > img {
  width: 15px;

  border: 1px solid #ffffff;
}

.logo {
  text-align: center;
}

.logoimg {
  width: 150px;

  padding-top: 3px;

  padding-bottom: 4px;
}

.cart_header > ul {
  padding: 0px;

  margin: 0px;
}

.cart_header > ul li {
  list-style: none;

  float: right;

  height: auto;
}

.loginTXT {
  font-size: 13px;

  color: #000000;

  margin-top: 0px;

  padding-left: 15px;
}

.cartTXT {
  font-size: 16px;
}

.cartbox {
    width: 300px;
    min-height: 40px;
    background-color: #000000;
    padding: 10px;
    position: absolute;
    float: right;
    right: -61px;
    margin-top: 38px;
    color: #FFFFFF;
    z-index: 1000;
    text-align: center;
    font-size: 13px;
}

.cartbox:before {
  content: "";

  position: absolute;

  top: -10px;

  left: 140px;

  /*margin-left:-143px;*/

  width: 0;

  height: 0;

  border-left: 14px solid transparent;

  border-right: 14px solid transparent;

  border-bottom: 14px solid black;

  z-index: 1100;
}

.wishbox {
  width: 300px;

  min-height: 40px;

  background-color: #000000;

  padding: 10px;

  position: absolute;

  float: right;

  right: 0px;

  margin-top: 36px;

  color: #ffffff;

  z-index: 1000;

  text-align: center;

  font-size: 13px;

  /*visibility:hidden;

	opacity:0;

	transform: scale(0.9);*/
}

.wishbox:before {
  content: "";

  position: absolute;

  top: -10px;

  right: 20px;

  /*margin-left:-143px;*/

  width: 0;

  height: 0;

  border-left: 14px solid transparent;

  border-right: 14px solid transparent;

  border-bottom: 14px solid black;

  z-index: 1100;
}

.cart_headtxt {
  font-size: 16px;

  color: #ffffff;
}

.cartDIV {
  width: 100%;

  display: inline;
}

.cartimg_head {
  width: 30%;

  float: left;
}

.cartimg_head1 {
  width: 40%;

  float: left;
}

.cart_dtls {
  width: 60%;

  float: right;

  text-align: left;

  line-height: 18px;

  font-size: 12px;
}

.cart_div {
  width: 94%;

  float: left;

  margin: 0% 3%;

  padding-bottom: 4%;

  border-bottom: 1px solid #999999;
}

.cart-head-btn {
  width: auto;

  height: auto;

  margin: 10px auto;

  padding: 7px 15px;

  color: #000000;

  background-color: #ffffff;

  cursor: pointer;

  border: 1px solid #ffffff;

  border-radius: 2px;

  font-size: 14px;
}

.fb_profile {
  width: 25px;

  height: 25px;

  float: left;

  border-radius: 25px;

  margin-right: 10px;
}

.iconIMG {
  width: auto;

  float: left;
}

.iconIMG1 {
  width: auto;

  float: left;

  /*height:40px;*/

  color: #000000;
}

.icon_txt {
  width: auto;

  float: left;

  font-size: 18px;
  color: #9f9f9f;
  font-weight: 500 !important;
}

.cartimg_TXT {
  width: 50%;

  float: right;

  color: #ffffff;

  font-size: 14px;

  margin-top: 2px;

  text-align: left;

  line-height: 18px;
}

.cart_number {
  width: 16px;

  height: 16px;

  background-color: #ffffff;

  text-align: center;

  line-height: 13px;

  border: 1px solid #000000;

  border-radius: 16px;

  font-size: 10px;

  color: #000000;

  position: absolute;

  z-index: 100;

  top: 15%;

  margin-left: 50%;

  display: none;
}

.searchBOX {
  width: 250px;

  float: right;

  height: 40px;

  border: 1px solid #cccccc;

  background-color: #ffffff;

  border-radius: 5px;

  margin-top: 25px;
}

.search-header {
  width: 88%;

  height: 30px;

  float: left;

  font-size: 13px;

  color: #000000;

  padding: 5px;

  border: none;

  border-radius: 16px;
}
/* old search */
/* .searchBOX > button{

	width:12%;

	float:left;

	height:38px;

	border:none;

	background-color:#b71921;

	border-top-left-radius:0px;
border-top-right-radius:5px;
border-bottom-left-radius:0px;
border-bottom-right-radius:5px;

} */

/* New Search */

.searchBOX > button {
  width: 10%;
  float: left;
  height: 34px;
  border: none;
  background-color: #211d1e;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  right: 0px;
  margin: 2px 7px;
}

/*======================Search================================*/

#country-list {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 450px;
  position: absolute;
  z-index: 1800;
  margin-top: 8%;
  margin-left: 0px;
}

#country-list li {
  padding: 3%;
  background: #fafafa;
  border-bottom: #f0f0f0 1px solid;
  font-size: 13px;
  font-family: "Hind", sans-serif;
}

#country-list li:hover {
  background: #f0f0f0;
}

/* #search-box{width:88%; height:30px; float:left;  background-color:#FFFFFF; position:relative;} */
#search-box {
  width: 100%;
  height: 30px;
  float: left;
  background-color: #ffffff;
  position: relative;
}

/*==========================================================================*/

.navBG {
  width: 100%;

  float: left;

  border-top: 1px solid #cccccc;

  border-bottom: 1px solid #cccccc;

  background-color: #ffffff;
}

.nav-animation {
  text-transform: uppercase;
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.heading_page h1 {
  font-size: 25px;

  color: #000000;

  margin: 1% 0%;

  padding-bottom: 8px;

  /*border-bottom:1px solid #CCCCCC;*/
}

.mega-dropdown {
  position: inherit;
  padding-top: 10px;
}

.mega-dropdown-menu {
  /* padding: 20px 0px;*/

  width: 60%;

  box-shadow: none;

  -webkit-box-shadow: none;
}

/*.mega-dropdown-menu:before {

  content: "";

  border-bottom: 15px solid #fff;

  border-right: 17px solid transparent;

  border-left: 17px solid transparent;

  position: absolute;

  top: -15px;

  left: 285px;

  z-index: 10;

}*/

/*.mega-dropdown-menu:after {

  content: "";

  border-bottom: 17px solid #ccc;

  border-right: 19px solid transparent;

  border-left: 19px solid transparent;

  position: absolute;

  top: -17px;

  left: 283px;

  z-index: 8;

}*/

.mega-dropdown-menu > li > ul {
  padding: 0;

  margin: 0;
  /* font-family: 'Mukta', sans-serif; */
  font-family: "Barlow", sans-serif !important;
  font-size: 13px;
}

.mega-dropdown-menu > li > ul > li {
  list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
  display: block;

  padding: 3px 5px;

  clear: both;

  font-weight: normal;

  line-height: 1.428571429;

  color: #000000;

  white-space: normal;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;

  color: #444;

  /*background-color: #f5f5f5;*/
}

.mega-dropdown-menu .dropdown-header {
  color: #d1252a;

  font-size: 15px;

  font-weight: bold;
}

.mega-dropdown-menu form {
  /*  margin: 3px 20px;*/
}

.mega-dropdown-menu .form-group {
  margin-bottom: 3px;
}

.menu_img_show {
  display: block;
}

/*================BOOTSTRAP STICKY=====================*/

#nav.affix {
  position: fixed;

  top: 0;

  width: 100%;

  z-index: 999;
}

.affix .nav-animation {
  width: 100%;
  float: left;
  justify-content: space-between;
  /* margin-left: 100px;   */
}

#stickylogo-new {
  position: absolute;
  display: none;
  padding: 25px 10px;
}

.affix #stickylogo-new {
  display: none;
}

.imgresponsive {
  width: 100%;

  float: left;
}

.cart_header {
  width: 100%;

  float: right;

  padding-top: 17px;
}

.bodyBG {
  width: 100%;

  float: left;

  margin-top: 30px;

  /* margin-bottom:30px; */
}

.bannerBG {
  width: 100%;

  float: left;
}

/*#footerBG{

	background-color:#424141;

	margin-top:0%;

	width:100%;

	float:left;

	padding-top:20px;

}*/

#footerBG {
  width: 100%;

  height: auto;

  float: left;

  margin-top: 0%;

  padding-top: 30px;

  padding-bottom: 0px;

  background-color: #232325;
}

.fooeterstrip {
  width: 100%;

  height: auto;

  float: left;

  background-size: 100%;

  overflow: hidden;
}

.footerMenu {
  width: 100%;

  float: left;
}

.footerMenu > h2 {
  font-size: 16px;

  color: #ffffff;

  margin-bottom: 4%;

  font-weight: 600;

  line-height: 25px;

  /*border-bottom:1px solid #7e7c7c;*/

  padding-bottom: 2%;
}

.footerMenu > ul {
  padding: 0px;

  margin: 0px;
}

.footerMenu > ul > li {
  list-style: none;
}

.footerMenu > ul > li > a {
  color: #ffffff;

  font-size: 13px;

  line-height: 30px;

  display: block;

  text-decoration: none;
}

.footerMenu > ul > li > a:hover {
  text-decoration: none;

  color: #ffffff;
}

.footerMenu p {
  color: #ffffff;

  font-size: 13px;
  line-height: 23px;
}

.form-footer {
  background-color: #424141;

  color: #ffffff;

  font-size: 15px;

  border: 1px solid #ffffff;
}

.btn_footer {
  background-color: #767474;

  color: #ffffff;

  border: none;

  margin-top: 2%;

  float: right;
}

.footerbotm {
  background-color: #161617;

  color: #70747e;

  text-align: center;

  font-size: 13px;

  line-height: 30px;

  margin-top: 3%;

  padding: 10px 0px;
}

.mobitems {
  display: none;
}

.breadcrampBG {
  color: #999999;

  font-size: 11px;

  line-height: 40px;

  width: 100%;

  float: left;

  margin-bottom: 20px;

  /*border-bottom:1px solid #e0dddf;*/
}

.breadcrampBG a {
  color: #000000;

  text-decoration: none;
}

.breadcrampBG a:hover {
  color: #000000;

  text-decoration: none;
}

.acountinfo {
  width: 200px;

  float: left;

  background-color: #000;

  position: absolute;

  left: 0px;

  margin-top: 34px;

  z-index: 1166;

  height: auto;
}

/*.acountinfo:before{

	content:'';

	width:0;

	height:0;

	border-left: 14px solid transparent;

  	border-right: 14px solid transparent;

   border-bottom: 14px solid #000;

   margin-left:20px;

  top:-10px;

  position:absolute;

}*/

.acountinfo:before {
  content: "";

  width: 0;

  height: 0;

  border-left: 14px solid transparent;

  border-right: 14px solid transparent;

  border-bottom: 14px solid #000;

  margin-left: -160px;

  top: -10px;

  position: absolute;
}

.acountinfo > ul {
  padding: 0px;

  margin: 0px;
}

.acountinfo > ul > li {
  /*border-bottom:1px dashed #999999;*/

  list-style: none;

  padding-left: 20px;

  width: 100%;
}

.acountinfo > ul > li > a {
  display: block;

  font-size: 14px;

  color: #fff;

  text-decoration: none;

  line-height: 30px;

  text-align: left;
}

.user_infobox {
  width: 100%;

  float: left;

  border-top: 1px solid #999999;

  padding-top: 10px;

  margin-top: 8px;

  margin-bottom: 5px;

  text-align: center;

  font-size: 14px;

  color: #fff;

  line-height: 20px;
}

.logbtn {
  width: auto;

  height: auto;

  padding: 5px 25px;

  background-color: #fff;

  border: none;

  border-radius: 2px;

  cursor: pointer;

  margin-top: 10px;

  color: #000000;
}

/*===================================*/

.vertical-alignment-helper {
  display: table;

  height: 100%;

  width: 100%;

  pointer-events: none;
}

.vertical-align-center {
  /* To center vertically */

  display: table-cell;

  vertical-align: middle;

  pointer-events: none;

  min-width: 600px;

  width: 60%;
}

.modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */

  width: inherit;

  height: inherit;

  /* To center horizontally */

  margin: 0 auto;

  pointer-events: all;
}

/*======================================*/

.strikethrough {
  position: relative;
}

.strikethrough:before {
  position: absolute;

  content: "";

  left: 0;

  top: 50%;

  right: 0;

  border-top: 1px solid;

  border-color: inherit;

  -webkit-transform: rotate(-5deg);

  -moz-transform: rotate(-5deg);

  -ms-transform: rotate(-5deg);

  -o-transform: rotate(-5deg);

  transform: rotate(-5deg);
}

.bottomBG {
  width: 100%;

  float: left;

  padding-bottom: 2%;

  padding-top: 2%;

  border-top: 1px solid #e4e5e5;

  margin-top: 3%;
}

.bottomBOX {
  width: 100%;

  float: left;

  text-align: center;

  min-height: 150px;
}

.bottomBOX:last-child {
  border-right: none;
}

.bottomBOX > img {
  margin-bottom: 1%;
}

.bottomBOX > h3 {
  text-align: center;

  color: #333333;

  font-size: 18px;
}

.bottomBOX > p {
  color: #999999;

  font-size: 12px;
}

.number_top {
  display: block;

  margin-top: 3px;
}

/*-----------------------------categoy heading start----------------*/

.category_txt_bg {
  width: 96%;

  height: auto;

  float: left;

  margin: 20px 2%;
}

.category_heading {
  width: 100%;

  height: auto;

  float: left;

  font-size: 18px;

  text-transform: uppercase;

  background-color: #eaeaea;

  margin-bottom: 10px;

  padding: 5px 1%;

  border: 1px solid #cccccc;
}

.category_description {
  width: 100%;

  height: auto;

  float: left;

  padding-bottom: 10px;

  border-bottom: 1px dashed #cccccc;
}

/*-----------------------------categoy heading end----------------*/

.about-header {
  font-size: 20px;

  color: #000;

  width: 100%;

  height: auto;

  float: left;

  border-bottom: 1px dashed rgb(51, 51, 51);

  padding-bottom: 5px;

  margin-bottom: 10px;
}

.linkbtn {
  width: 120px;

  height: auto;

  float: left;

  background-color: rgb(238, 102, 148);

  border-radius: 4px 4px 4px 4px;

  padding-left: 7px;

  color: #ffffff;

  text-align: center;

  line-height: 30px;
}

.PrdMsg-new {
  height: 40px;

  width: 970px;

  text-align: center;

  background-color: #585858;

  /* border: 1px solid rgb(191, 191, 191);*/

  font-weight: normal;

  font-size: 14px;

  color: #fff;

  margin-left: 0px;

  border-radius: 5px 5px 5px 5px;

  padding-left: 5px;

  padding-right: 5px;

  font-family: "Cabin", sans-serif;
}

/*---------------------feedback-form---------------------------*/

.feedback-heading {
  width: 100%;

  height: auto;

  float: left;

  background-color: #000;

  line-height: 45px;

  font-size: 25px;

  text-align: center;

  color: #ffffff;
}

.feedback-form {
  width: 100%;

  height: auto;

  float: left;
}

.submit-btn {
  width: 95%;

  height: 40px;

  background-color: rgb(0, 0, 0);

  color: rgb(255, 255, 255);

  text-align: center;

  border: 1px solid rgb(0, 0, 0);

  border-radius: 2px 2px 2px 2px;

  line-height: 30px;

  cursor: pointer;

  margin-right: 5%;

  margin-top: 15px;

  margin-bottom: 8%;

  padding: 0px;
}

.search_keywords_maindiv {
  float: left;

  width: 100%;

  height: auto;

  padding-bottom: 7px;

  border-bottom: 1px solid #e0e0e0;

  margin-bottom: 20px;
}

.keywords_txtbox {
  float: left;

  width: 87%;

  padding: 0% 3% 0% 0% !important;

  display: block;

  border: none;

  background: transparent;

  margin-bottom: 0;

  height: 36px;
}

.search_btn {
  float: left;

  width: 10%;

  background: transparent;

  border: 0;

  color: #666666;

  font-size: 15px;

  padding-top: 10px;

  text-align: right;
}

.recentarticle_maindiv {
  float: left;

  width: 100%;

  height: auto;

  margin-bottom: 20px;
}

.recent_article_heading {
  float: left;

  width: 100%;

  height: auto;

  text-align: left;

  font-size: 18px;

  color: #000000;

  margin-bottom: 10px;

  text-transform: uppercase;

  font-weight: 500;
}

.recent_article_body {
  float: left;

  width: 100%;

  height: auto;
}

.recent_article_body li {
  list-style: none;

  margin-left: -40px;

  color: #666666;

  font-size: 15px;
}

.recent_article_body li:hover {
  color: #000000;
}

.hover_effect_new a {
  color: #666666;

  text-decoration: none;

  font-size: 15px;
}

.hover_effect_new a:hover {
  color: #000000;

  text-decoration: none;
}

.blog_tagdiv {
  float: left;

  width: auto;

  padding-right: 8px;

  padding-bottom: 3px;

  font-size: 15px;

  color: #666666;
}

.blog_tagdiv a {
  color: #666666;

  text-decoration: none;
}

.blog_tagdiv a:hover {
  color: #000000;

  text-decoration: none;
}

.article_cont_maindiv {
  float: left;

  width: 100%;

  height: auto;

  margin-bottom: 20px;

  border-bottom: 1px solid #e0e0e0;

  padding-bottom: 20px;
}

.article_cont_heading {
  float: left;

  width: 100%;

  height: auto;

  font-size: 28px;

  color: #000000;

  text-align: left;

  font-weight: 500;
}

.article_date {
  float: left;

  width: 100%;

  height: auto;

  margin-top: 10px;

  text-align: left;

  color: #000000;

  font-size: 14px;

  margin-bottom: 20px;
}

.article_cont {
  float: left;

  width: 100%;

  height: auto;

  text-align: justify;

  font-size: 15px;

  color: #666;

  line-height: 20px;
}

.article_readmore_btn {
  float: right;

  width: auto;

  height: 35px;

  font-size: 14px;

  color: #ffffff;

  background-color: #000000;

  line-height: 35px;

  text-align: center;

  padding: 0px 15px;
}

.article_readmore_btn:hover {
  transition: all 0.5s ease 0s;

  background-color: #424141;

  box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.75);

  font-size: 14px;

  color: #ffffff;
}

.travel_gap {
  margin-bottom: 30px;
}

.headBorder {
  width: 100%;

  height: auto;

  float: left;
}

.txtbox-letter {
  width: 100% !important;

  height: 40px;

  line-height: 40px;

  float: left;

  color: #ffffff;

  font-size: 14px !important;

  background-color: rgba(255, 255, 255, 0.09);

  padding: 0% 5%;

  border: none;

  letter-spacing: 0px !important;
}

.subscrib {
  width: 100%;

  height: 40px;

  float: right;

  color: #ffffff;

  line-height: 40px;

  margin-top: 8px;

  font-size: 14px;

  font-weight: 600;

  text-align: center;

  line-height: 24px;

  background-color: #d01d3d;

  cursor: pointer;

  border: 0;

  letter-spacing: 2px;
}

.footer-icon {
  width: 100%;

  height: auto;

  float: right;

  margin-top: 60px;
}

.footerimBG {
  width: 100%;

  height: auto;

  float: left;
}

.icon {
  width: 15px;

  height: auto;

  float: right;

  margin-right: 15px;

  font-size: 18px;

  color: #827db5;
}

.footerimg {
  width: 100%;

  height: auto;

  float: left;
}

.payment-img {
  width: 17%;

  height: auto;

  float: right;

  margin-top: 8%;

  margin-right: 5%;
}

.footer-bottom-txt {
  width: 100%;

  height: auto;

  float: left;

  padding-bottom: 8px;

  color: #ffffff;

  font-size: 12px;

  margin-top: 30px;

  text-align: right;
}

.attributesBG-new {
  width: 100%;
  height: auto;
  float: left;
  background: #7c0119;
  background: -moz-linear-gradient(
    left,
    #7c0119 0%,
    #7c0119 50%,
    #e0002a 50%,
    #e0002a 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #7c0119),
    color-stop(50%, #7c0119),
    color-stop(50%, #e0002a),
    color-stop(100%, #e0002a)
  );
  background: -webkit-linear-gradient(
    left,
    #7c0119 0%,
    #7c0119 50%,
    #e0002a 50%,
    #e0002a 100%
  );
  background: -o-linear-gradient(
    left,
    #7c0119 0%,
    #7c0119 50%,
    #e0002a 50%,
    #e0002a 100%
  );
  background: -ms-linear-gradient(
    left,
    #7c0119 0%,
    #7c0119 50%,
    #e0002a 50%,
    #e0002a 100%
  );
  background: linear-gradient(
    to right,
    #7c0119 0%,
    #7c0119 50%,
    #e0002a 50%,
    #e0002a 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c0119', endColorstr='#e0002a',GradientType=1);
  overflow: hidden;
}

.atrib {
  width: 1170px;
  height: auto;
  margin: 0px auto;
}

.benifitsBOX1 {
  width: 33%;
  height: 80px;
  float: left;
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
  background-color: #7c0119;
}

.benifitsBOX2 {
  width: 25%;
  height: 40px;
  float: left;
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
  background-color: #ab0202;
}

.benifitsBOX3 {
  width: 33%;
  height: 80px;
  float: left;
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
  background-color: #c60126;
}

.benifitsBOX4 {
  width: 33%;
  height: 80px;
  float: left;
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
  background-color: #e0002a;
}

.icon-atrib i {
  width: 25%;
  height: auto;
  float: left;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  text-align: right;
  line-height: 40px;
  color: #ffffff;
  font-size: 20px;
}

.icon_atriTXT {
  font-size: 18px;
  color: #ffffff;
  line-height: 40px;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  text-align: left;
  width: 68%;
  height: auto;
  float: left;
  padding-left: 2%;
}

.return_subtxt {
  font-size: 11px;
  color: #ffffff;
  width: 95%;
  float: left;
  line-height: 15px;
  float: left;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  display: block;
}

.return_subtxt1 {
  font-size: 11px;
  color: #ffffff;
  width: 90%;
  float: left;
  line-height: 15px;
  float: left;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  margin-left: 5%;
  display: block;
}

.headingTxt {
  font-size: 16px;

  font-weight: bold;

  color: #333333;
}

.cart_maindiv_new {
  float: right;

  width: 100%;

  height: auto;
}

.display_show {
  display: block;
}

.home_about_heading {
  float: left;

  width: 100%;

  height: auto;

  font-size: 32px;

  color: #000000;

  font-weight: 600;

  margin-bottom: 15px;

  font-family: "Barlow", sans-serif;

  line-height: 40px;

  text-align: center;
}

.home_txt {
  float: left;

  width: 100%;

  height: auto;

  font-size: 16px;

  color: #17191c;

  font-weight: 300;

  line-height: 2em;

  text-align: center;
}

.readmore_maindiv {
  width: 150px;

  height: auto;

  margin: 0px auto;
}

.readmore_btn_new {
  float: left;

  width: 100%;

  padding: 0px 15px;

  /* border: 1px solid #000000;

    background-color: rgba(255, 255, 255, 0.8);*/

  background-color: #ed1c24;

  color: #ffffff;

  height: 44px;

  font-size: 15px;

  text-align: center;

  line-height: 44px;

  transition: color 0.3s ease-in-out;

  cursor: pointer;
}

.readmore_btn_new:hover {
  border: 1px solid #000000;

  background-color: rgba(255, 255, 255, 0.8);

  color: #000000;
}

.testimonialBG_new {
  width: 100%;

  height: 290px !important;

  float: left;

  background-image: url(../images/box_17.jpg);

  background-repeat: no-repeat;

  background-position: center;

  background-attachment: fixed;

  background-size: cover;
}

.footer_bottom_div {
  float: left;

  width: 100%;

  height: auto;

  background-color: #151047;

  padding: 15px 0px;

  text-align: center;

  color: #ffffff;

  font-size: 14px;
}

.home_heading_font {
  font-size: 32px;
}

.display_style {
  display: block !important;
}

.display_style1 {
  display: none !important;
}

.conference_time_div {
  float: right;

  width: 90%;

  height: auto;
}

.countdown_gap {
  display: inline-block;

  padding: 5px 4px 10px 10px;
}

.linen_srtip {
  float: left;

  width: 94%;

  position: absolute;

  bottom: 0;

  right: 0;

  background-color: rgba(0, 0, 0, 0.8);

  padding-right: 3%;

  margin-bottom: 30px;

  margin-right: 3%;

  padding-bottom: 10px;
}

.out-of-stock {
  width: 95px;
  color: #ed1c24;
  font-size: 18px;
  text-align: center;
  position: absolute;
  left: 0px;
  /* opacity: 0; */
  z-index: 1;
}

.bg-image_new {
  width: 100%;
  height: auto;
  float: left;
  background-image: url(../images/7-Best-gyms1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bg_img_leftdiv {
  float: right;
  width: 40%;
  height: auto;
  padding: 3%;
  background-color: rgba(0, 0, 0, 0.85);
}

.mission_heading h1 {
  float: left;
  width: 100%;
  height: auto;
  color: #ffffff;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.get_touch_form_div {
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
input,
textarea {
  width: 100%;
}

.touch_txtbox {
  display: block;
  float: left;
  width: 100%;
  height: 38px;
  padding: 2px 2%;
  font-size: 16px;
  line-height: 1.71428;
  color: #ffffff;
  /*background-color: #ffffff;*/
  background-color: rgba(88, 88, 88, 0.85);
  background-image: none;
  border: 2px solid #5d5d5d;
  outline: 0px;
  -webkit-box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.075);
}

.touch_btn {
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  background-color: #ed1b24;
  border: 0;
  transition: 0.5s all;
  font-weight: 600;
}

.touch_btn:hover {
  background-color: #ffffff;
  color: #ed1b24;
}

.whatsapp_icon {
  position: fixed;
  width: 75px;
  height: 79px;
  border-radius: 10px;
  margin-top: 75vh;
  z-index: 10;
  overflow: hidden;
  right: 15px;
  bottom: 40px;
}

.get_touch_bg {
  float: left;
  width: 100%;
  height: auto;
  margin-top: 0px;
  background-color: #ed1c24;
  padding: 28px 35px;
}

.touch_txtbox_new {
  display: block;
  float: left;
  width: 100%;
  height: 38px;
  padding: 2px 2%;
  font-size: 16px;
  line-height: 1.71428;
  color: #000000;
  background-color: #ffffff;
  background-image: none;
  outline: 0px;
}

.fixed-bg {
  /* background-image: url(../images/landing-parallex.jpg);*/
  background-color: #bcb9c0;
  min-height: 250px;
  /* margin-top: 80px; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.count_div_new {
  margin-bottom: 0px;
}

.countdown_number {
  display: inline-block;
  font-size: 65px;
  font-weight: 800;
  color: #ed1c24;
  width: 100%;
  text-align: center;
  line-height: 65px;
}

.coundown_txt {
  float: left;
  width: 100%;
  height: auto;
  font-size: 17px;
  text-align: center;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
}

.counter_gap {
  padding: 80px 0px;
}

.navbar-default .navbar-nav > li > a {
  color: #666565;
  font-family: "Barlow", sans-serif !important;
  /* font-size:13px; */
  font-size: 12px;
  font-weight: 600;
}

.our_programe_heading {
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 35px;
  text-align: center;
  font-size: 32px;
  line-height: 55px;
  /*color: #4D515C;*/
  color: #b71921;
  font-weight: 700;
  text-transform: uppercase;
}

/*.our_programe_heading:after {
    display: block;
   bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: #b71921;
    margin: auto;
    content: '';
}*/

.product_new_maindiv {
  float: left;
  width: 100%;
  height: auto;
  /* border:1px solid #CCCCCC; */
}

.product_new_maindiv h4 {
  background: #b71921 !important;
  padding: 15px 8px;
  margin-top: 0;
  font-size: 17px;
  height: auto;
  margin-bottom: 0px;
  color: #ffffff;
  font-style: italic;
}

.prd_bg {
  background-color: #ffffff;
}

.prd_imagediv {
  float: left;
  width: 100%;
  height: auto;
  padding: 15px;
}

#cf {
  position: relative;
  height: 340px;
  width: 100%;
  float: left;
}

#cf img {
  position: absolute;
  left: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#cf img.top:hover {
  opacity: 0;
}

.bottom1 {
  opacity: 0;
}
#cf:hover .bottom1 {
  opacity: 1;
}
#cf:hover .top1 {
  opacity: 0;
}

.img_fit {
  height: 340px !important;
  object-fit: contain;
}

.img_css {
  width: 100%;
}

.product_shortdesk {
  float: left;
  width: 100%;
  height: 20px;
  text-align: left;
  font-size: 14px;
  color: #525252;
  margin-bottom: 5px !important;
}

.details_gap {
  padding-left: 0px !important;
  padding-right: 15px !important;
}

.view_icondiv {
  background: #b71921;
  border: none;
  color: #fff;
  padding: 10px 13px;
  float: left;
  font-size: 16px;
  margin-right: 10px;
  cursor: pointer;
  border: 1px solid #fff;
}

.cart_icon {
  background: #000000;
  border: none;
  color: #fff;
  padding: 10px 13px;
  float: left;
  font-size: 16px;
  margin-right: 10px;
}

.cart_icon_hover {
  background: #7b7b7b;
  border: none;
  color: #fff;
  padding: 10px 13px;
  float: left;
  font-size: 16px;
  margin-right: 10px;
}

.wishlist_icon {
  background: #3e3e3e;
  border: none;
  color: #fff;
  padding: 10px 13px;
  float: left;
  font-size: 16px;
  margin-right: 10px;
  border: 1px solid #3e3e3e;
}

.wishlist_icon_hover {
  background: #ff0000;
  border: none;
  color: #fff;
  padding: 10px 13px;
  float: left;
  font-size: 16px;
  margin-right: 10px;
}

.price_div {
  font-size: 18px;
  text-align: center;
  color: #b71921;
  line-height: 20px;
}

.offer_maindiv {
  float: right;
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 1;
  /* margin-top:15px; */
}

/* .offer {
    width: 40px;
    height: 40px;
    display: table-cell;
    color: #fff;
    background: #b71921;
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
	float:right;
	margin-right:40px;
    border-radius: 50%;
	line-height:40px;
} */

.offer {
  width: 60px;
  height: 60px;
  display: table-cell;
  color: #fff;
  background: #7f7b7b;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
  float: right;
  margin-right: 40px;
  border-radius: 50%;
  line-height: 60px;
}

.image_overlay_div {
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  opacity: 1;
}

.type_maindiv {
  float: left;
  width: 100%;
  height: auto;
  /*margin-top:200px;*/
  position: absolute;
  bottom: 0px;
}

.type_maindiv1 {
  float: left;
  width: 100%;
  height: auto;
  margin-top: 90px;
}

.type_maindiv2 {
  float: left;
  width: 100%;
  height: auto;
  margin-top: 70px;
}

.type_maindiv3 {
  float: left;
  width: 100%;
  height: auto;
  margin-top: 130px;
}

.type_maindiv4 {
  float: left;
  width: 100%;
  height: auto;
  margin-top: 200px;
}

.type_maindiv5 {
  float: left;
  width: 100%;
  height: auto;
  margin-top: 90px;
}

.type_div {
  /*width:200px;*/
  float: left;
  width: 100%;
  height: auto;
  /*margin:0px auto;*/
}

.type_bg {
  float: left;
  width: 100%;
  height: auto;
  /*border-radius:50%;*/
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: 27px;
  color: #ffffff;
  font-weight: 800;
  display: table-cell;
  vertical-align: middle;
  line-height: 50px;
}

.double_line {
  line-height: 30px;
  padding-top: 70px;
}

.about_divgap {
  padding-left: 0px !important;
  padding-right: 80px !important;
}

.about_heading {
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  text-align: left;
  font-size: 32px;
  font-weight: 700;
  color: #b71921;
  margin-top: 60px;
}

.about_txt {
  float: left;
  width: 100%;
  height: auto;
  color: #4d515c;
  font-size: 15px;
  line-height: 27px;
  text-align: justify;
}

.touch_txt {
  font-size: 50px;
  margin-bottom: 3px;
  color: #4d515c;
}

.touch_subtxt {
  font-size: 18px;
  color: #4d515c;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: left;
}

.home_phdiv {
  float: left;
  width: 100%;
  padding: 23px 0 0;
  margin: 34px 0 0;
  border-top: 1px solid #e3e4e8;
  color: #4d515c;
  font-size: 26px;
  text-align: left;
  font-weight: 700;
}

.new_txtbox {
  float: left;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #4d515c;
  width: 100%;
  height: 44px;
  border-bottom: 2px solid #e3e4e8;
  outline: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #f5f5f5;
}

.form_topgap {
  margin-top: 60px !important;
}

.dropdown-menu {
  min-width: 220px !important;
}

.dropdown-menu1 {
  padding: 20px !important;
}

.prd_titel_div {
  float: left;
  width: 100%;
  height: auto;
  font-size: 16px;
  font-weight: 800;
  color: #b71921;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-style: italic;
  margin-top: 15px;
}

.header_whatsapp_div {
  float: right;
  width: auto;
  height: auto;
  margin-top: 5px;
  display: block;
}
.whatsapp_headericon {
  float: left;
  width: 25px;
  height: auto;
  margin-right: 5px;
}

.header_whatsappnum {
  float: left;
  width: auto;
  height: auto;
  line-height: 25px;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}

.emi_txt {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
  border-right: 1px solid #b71921;
}

.emi_iconmaindiv {
  float: left;
  width: 100%;
  height: auto;
}

.emi_icon {
  width: 80px;
  height: auto;
  margin: 0px auto;
}

.featured_topgap {
  padding: 50px 0px 0px 0px;
}

.whatsapp_icon_new {
  position: fixed;
  width: 55px;
  height: auto;
  border-radius: 10px;
  margin-top: 75vh;
  z-index: 10;
  overflow: hidden;
  right: 15px;
  bottom: 70px;
}

.countdown_number {
  display: inline-block;
  font-size: 55px;
  font-weight: 700;
  color: #ffffff;
  width: 100%;
  text-align: left;
  line-height: 65px;
}

.coundown_txt {
  float: left;
  width: 100%;
  height: auto;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  text-transform: capitalize;
}

.count_div_new {
  margin-bottom: 0px;
}

.gym_txt {
  float: left;
  width: 100%;
  height: auto;
  font-size: 25px;
  text-align: left;
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 0px;
  color: #ffffff;
  padding-left: 30px;
  line-height: 40px;
}

.gym_number {
  font-size: 50px;
  font-weight: 800;
}

.gym_img_maindiv {
  float: left;
  width: 100%;
  height: auto;
  position: relative;
}

.gym_titletxt {
  text-align: left;
}

.getin_touch {
  float: right;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #b71921;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  border-radius: 50px;
  margin-top: 5px;
}

.type_maindiv_new {
  float: left;
  width: 70%;
  height: auto;
  margin-top: 150px;
  margin-left: 15%;
  margin-right: 15%;
}

.get_maindiv {
  float: left;
  width: 100%;
  height: auto;
  margin-top: 15px;
}

.get_div {
  width: 150px;
  height: auto;
  margin: 0px auto;
}

.callback_icon {
  position: fixed;
  width: 55px;
  height: auto;
  border-radius: 10px;
  margin-top: 75vh;
  z-index: 10;
  overflow: hidden;
  right: 15px;
  bottom: 180px;
}

.floating1 {
  transform: translate3d(0, 0, 0);
  animation-name: shakeMe;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.accreditation {
  width: 600px;
  height: auto;
  margin: 0px auto;
}

.mobile_searchicon_div {
  display: none;
}

.banner_top_div {
  float: left;
  width: 100%;
  height: auto;
  z-index: 1;
  position: absolute;
  display: block;
}

.bannertop_maindiv {
  width: 600px;
  height: auto;
  margin: 0px auto;
}

.bannertop_maindiv_new {
  width: 1050px;
  height: auto;
  margin: 0px auto;
  display: block;
}

.mobile_formdiv {
  display: none;
}

.banner_formdiv {
  float: right;
  width: 400px;
  height: auto;
  margin-top: 20px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.8);
}

.form_heading {
  float: left;
  width: 100%;
  height: auto;
  text-align: left;
  font-size: 28px;
  color: #ffffff;
  font-weight: 800;
  margin-bottom: 10px;
}

.txtbox_div {
  float: left;
  width: 100%;
  margin-bottom: 7px;
}
.enq_submit {
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #ec1e26;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  border: 0px;
  font-weight: 600;
  outline: 0px;
  margin-top: 10px;
}

.lablediv {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 14px;
  color: #ffffff;
  padding-bottom: 4px;
}

.enq_txtbox {
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  padding: 0px 10px;
  text-align: left;
  font-size: 15px;
  color: #000000;
  border: 0px;
  outline: 0px;
}

.bannertop_txtdiv {
  float: left;
  width: 100%;
  height: auto;
  padding: 30px 30px;
  margin-top: 190px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 36px;
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
}

.landing_bodybg {
  float: left;
  width: 100%;
  /* height: 100%; */
  background-image: url(../images/elegant-white-background-with-shiny-lines_1017-17580.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  /*padding-top: 35px;
    padding-bottom: 35px;*/
}

.free_weights {
  float: left;
  width: 100%;
  height: auto;
  padding: 20px 0px;
  border: 1px solid #ad1010;
}

.freeweights_title {
  float: left;
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.free_maindiv {
  width: 150px;
  margin: 0px auto;
}

.freeweights_btn {
  float: left;
  width: 100%;
  height: auto;
  padding: 15px 0px;
  background-color: #b71921;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  font-weight: 600;
}

.chat_us {
  float: left;
  width: 100%;
  height: auto;
  background-color: #00c84b;
  text-align: center;
  color: #ffffff;
  font-size: 10px;
  line-height: 13px;
  font-weight: 600;
  padding: 5px 0px;
  margin-top: 5px;
}

.chat_us:before {
  content: "";

  position: absolute;

  top: 50px;

  left: 12px;

  width: 0;

  height: 0;

  border-left: 14px solid transparent;

  border-right: 14px solid transparent;

  border-bottom: 14px solid #00c84b;

  z-index: 1100;
}

.call_us {
  float: left;
  width: 100%;
  height: auto;
  background-color: #da181f;
  text-align: center;
  color: #ffffff;
  font-size: 10px;
  line-height: 13px;
  font-weight: 600;
  padding: 5px 0px;
  margin-top: 5px;
}

.call_us:before {
  content: "";

  position: absolute;

  top: 50px;

  left: 12px;

  width: 0;

  height: 0;

  border-left: 14px solid transparent;

  border-right: 14px solid transparent;

  border-bottom: 14px solid #da181f;

  z-index: 1100;
}

/*===================================*/

.gymsetup_desk {
  display: block;
}

.gymsetup_mob {
  display: none;
}

@media (max-width: 1199px) {
  .nav_font_size {
    font-size: 1.09rem;
    font-weight: 600;
  }

  .linen_srtip {
    float: left;

    width: 92%;

    position: absolute;

    bottom: 0;

    right: 0;

    background-color: rgba(0, 0, 0, 0.8);

    padding-right: 3%;

    margin-right: 4%;

    margin-bottom: 30px;
  }

  .conference_time_div {
    float: right;

    width: 100%;

    height: auto;
  }

  .footer-icon {
    margin-top: 20px;
  }

  .display_style {
    display: none !important;
  }

  .display_style1 {
    display: block !important;

    margin-top: 30px !important;
  }

  .home_about_heading {
    font-size: 27px;
  }

  .home_heading_font {
    font-size: 27px;
  }

  .payment-img {
    width: 13%;

    margin-right: 3%;
  }

  .icon {
    width: 20px;

    height: auto;

    float: right;

    margin-right: 15px;

    font-size: 22px;

    color: #737373;
  }

  .display_show {
    display: block;
  }

  .iconIMG1 {
    display: none;
  }

  .cart_header {
    width: 100%;
    padding-top: 5px;
  }

  .atrib {
    width: 100%;
    height: auto;
    margin: 0px auto;
  }

  .return_subtxt {
    display: none;
  }

  .return_subtxt1 {
    display: none;
  }

  .icon_atriTXT {
    font-size: 12px;

    padding-left: 15px;

    text-align: left;
  }

  .benifitsBOX1 {
    width: 33%;

    height: 40px;

    float: left;

    -webkit-transform: skew(20deg);

    -moz-transform: skew(20deg);

    -o-transform: skew(20deg);

    background-color: #7c0119;
  }

  .benifitsBOX3 {
    width: 33%;

    height: 40px;

    float: left;

    -webkit-transform: skew(20deg);

    -moz-transform: skew(20deg);

    -o-transform: skew(20deg);

    background-color: #c60126;
  }

  .benifitsBOX4 {
    width: 33%;

    height: 40px;

    float: left;

    -webkit-transform: skew(20deg);

    -moz-transform: skew(20deg);

    -o-transform: skew(20deg);

    background-color: #e0002a;
  }
}

@media (max-width: 991px) {
  .bg_img_leftdiv {
    float: right;
    width: 100%;
    height: auto;
    padding: 3%;
    background-color: rgba(0, 0, 0, 0.85);
  }

  .get_touch_form_div {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }

  .necklacebox {
    height: auto;
    margin-top: 0px !important;
    margin-bottom: 25px !important;
  }

  .icon_txt {
    display: none;
  }

  .logoimg {
    width: 150px;

    /* margin-left:110px; */
    padding-bottom: 0px;
  }

  .iconIMG {
    float: left;

    display: none;
  }
}

@media (max-width: 767px) {
  .searchBOX {
    width: 70%;

    margin: 0% 15% 1% 15%;
  }

  .mobitems {
    display: block;

    width: 54%;

    float: left;
  }

  .userinfo {
    width: 25%;

    float: left;

    height: 50px;

    font-size: 12px;

    line-height: 40px;

    text-align: center;

    border-right: 1px solid #ffcb07;

    color: #000000;
  }

  .userinfo span {
    float: left;

    width: 100%;

    text-align: center;
  }

  .userinfo i {
    font-size: 18px;

    float: left;

    width: 100%;

    text-align: center;
  }

  .loginTXT {
    display: none;
  }

  .bottomBOX {
    min-height: 180px;

    margin-top: 20px;
  }
}

@media (max-width: 619px) {
  .userinfo span {
    display: none;
  }

  .mobitems {
    width: 39%;
  }

  .userinfo i {
    margin-top: 15px;
  }

  .cart_number {
    display: block;
  }
}

@media (max-width: 480px) {
  .gymsetup_desk {
    display: none;
  }

  .gymsetup_mob {
    display: block;
  }

  .call_us {
    display: none;
  }

  .chat_us {
    display: none;
  }

  .freeweights_title {
    font-size: 25px;
    letter-spacing: 3px;
  }

  .bannertop_maindiv_new {
    width: 1050px;
    height: auto;
    margin: 0px auto;
    display: none;
  }

  .mobile_formdiv {
    display: block;
    float: left;
    width: 100%;
  }

  .banner_formdiv {
    width: 100%;
    margin-top: 30px;
  }

  .bannertop_maindiv {
    width: 88%;
    height: auto;
    margin: 0px auto;
  }

  .bannertop_txtdiv {
    float: left;
    width: 100%;
    height: auto;
    padding: 10px 7px;
    margin-top: 75px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
  }

  #country-list {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 320px;
    position: absolute;
    z-index: 1800;
    margin-top: -4%;
    margin-left: 0px;
  }

  .mobile_searchicon_div {
    display: block;
    float: right;
    width: 30px;
    height: auto;
    margin-right: 10px;
    margin-top: 9px;
  }

  .accreditation {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px auto;
  }
  .callback_icon {
    position: fixed;
    width: 45px;
    right: 3px;
    bottom: 100px;
  }

  .type_maindiv_new {
    float: left;
    width: 90%;
    height: auto;
    margin-top: 50px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .get_maindiv {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 15px;
  }

  .get_div {
    width: 350px;
    height: auto;
    margin: 0px auto;
  }

  .gym_titletxt {
    text-align: center;
    line-height: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .getin_touch {
    float: left;
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
    margin-bottom: 10px;
    height: 35px;
    line-height: 35px;
    background-color: #b71921;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    border-radius: 50px;
    margin-top: 10px;
  }

  .count_div_new {
    margin-bottom: 30px;
  }

  .gym_txt {
    font-size: 18px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 15px;
    line-height: 30px;
  }

  .gym_number {
    font-size: 40px;
    font-weight: 800;
  }

  .whatsapp_icon_new {
    position: fixed;
    width: 45px;
    right: 3px;
    bottom: 50px;
  }

  .usp_gap {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .featured_topgap {
    padding: 20px 0px 0px 0px;
  }

  .product_shortdesk {
    height: auto;
  }

  .header_whatsapp_div {
    display: none;
  }

  .topbar {
    line-height: 10px;
    padding: 0px 0px;
  }

  .nav_font_size {
    font-size: 1.3rem;

    font-weight: 600;
  }

  .display_show {
    display: none;
  }

  .affix .nav-animation {
    width: 100%;

    margin-left: 0px;
  }

  .strikethrough {
    position: relative;

    font-size: 14px;
  }

  .icon-atrib i {
    width: 25%;
    height: auto;
    float: left;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    text-align: right;
    line-height: 40px;
    color: #ffffff;
    font-size: 20px;
    display: none;
  }

  .icon_atriTXT {
    width: 100%;

    text-align: center;

    font-size: 10px;

    padding-left: 0px;
  }

  .userinfo {
    line-height: 20px;

    padding-top: 5px;

    height: 50px;
  }

  .mobitems {
    width: 45%;

    margin-left: 2%;
  }

  #stickylogo-new {
    display: none !important;
  }

  .small_logo {
    width: 130px;

    margin-top: 5px;
  }

  .cart_number {
    top: 23%;

    margin-left: 55%;
  }

  .number_top {
    display: none;
  }

  /*==================================*/

  .vertical-align-center {
    /* To center vertically */

    display: table-cell;

    vertical-align: middle;

    pointer-events: none;

    min-width: 0px;

    width: 93%;
  }

  .nav-animation {
    display: block;
  }

  .travel_gap {
    margin-bottom: 0px;
  }

  .mega-dropdown-menu > li > ul > li > a {
    padding: 3px 25px;
  }

  .mega-dropdown-menu {
    /* padding: 20px 0px;*/

    width: 100%;

    box-shadow: none;

    -webkit-box-shadow: none;
  }

  .menu_img_show {
    display: none;
  }

  .coundown_txt {
    margin-bottom: 40px;
  }
  .counter_gap {
    padding: 40px 0px;
  }

  .get_touch_bg {
    padding: 15px;
  }

  .view_icondiv {
    padding: 8px 11px;
    font-size: 14px;
  }

  .cart_icon {
    padding: 8px 11px;
    font-size: 14px;
  }

  .wishlist_icon {
    padding: 8px 11px;
    font-size: 14px;
  }

  .wishlist_icon_hover {
    padding: 8px 11px;
    font-size: 14px;
  }

  #cf {
    height: 270px;
  }

  .img_fit {
    height: 270px !important;
  }

  .type_maindiv {
    bottom: 0px;
  }

  .type_maindiv1 {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 30px;
  }

  .type_maindiv2 {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 70px;
  }

  .type_maindiv3 {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 60px;
  }

  .type_maindiv4 {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 70px;
  }

  .type_maindiv5 {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 30px;
  }

  .type_div {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px auto;
  }

  .type_bg {
    font-size: 18px;
  }
  .double_line {
    line-height: 30px !important;
    padding-top: 50px;
  }

  .about_divgap {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .about_heading {
    margin-bottom: 20px;
    text-align: left;
    font-size: 24px;
    margin-top: 20px;
  }

  .our_programe_heading {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .touch_txt {
    font-size: 34px;
  }

  .home_phdiv {
    padding: 13px 0 0;
    margin: 14px 0 0;
    font-size: 28px;
  }

  .form_topgap {
    margin-top: 20px !important;
  }

  .get_divgap {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .emi_txt {
    text-align: center;
    font-size: 12px;
    text-transform: capitalize;
    border-right: 0px;
  }

  .emi_icon {
    width: 40px;
    height: auto;
    margin: 0px auto;
  }
}

/* shubhadip Added */

.prd_bg1 {
  background-color: #fff;
  border-radius: 15px 15px 0px 0px;
}
.prd_bg2 {
  background-color: #b71921;
  border-radius: 0px 0px 15px 15px;
}
.text-white {
  color: #fff;
}
.img_fit {
  object-fit: contain;
}

.pad-left {
  padding-left: 80px;
}

.newgap {
  margin: 20px 0px 25px 0px;
}
