
.headtop{
  background-color: #0DB8C4;
  padding: 0px 0;
}
.contact-top ul {
  margin: 0;
}
.contact-top ul li{
  float: left;
  padding: 10px;
  color: #fff;
  font-size: 16px;
}
.contact-top ul li a{
  float: left;
  color: #fff;
  font-size: 16px;
}
.header-fixed{
  width: 100%;
  padding: 0px;
  
  background: #edeaf9;
  z-index: 999;
  top: 0;
  transition: all .7s ease-in-out;
  box-shadow: 1px 3px 10px #989898;
}
.top-sec{background-color: #212121;}
.top-sec ul{margin:0;}
.top-right-sec{float: right;}
.top-right-sec ul li{padding: 10px 0;float: left;}
.top-right-sec ul li a {padding-right: 10px;margin-left: 10px;color: #fff;float: right;font-size: 13px;text-transform: uppercase;
letter-spacing: 0.5px;}
.top-right-sec ul li a:hover {color: #fff;text-decoration: none;}
.top-right-sec ul li a:focus {color: #fff;text-decoration: none;}
.top-right-sec ul li ul li{float: none;padding: 0}
.top-right-sec ul li ul li a {
  width: 100%;
  padding-right: 10px;
  margin-left: 0px;
  color: #656565;
  float: none;
  font-size: 13px;
  border:none; 
}
.top-right-sec ul li ul li a:hover{color: #656565}
.top-right-sec .dropdown-menu {right: 0 !important;left: auto !important;z-index: 9999999;}
.top-right-sec .dropdown-menu:before{right: 25px !important;left: auto !important;}

.top-left-sec{width: 100%;text-align: left;}
.top-left-sec ul li {float: left;padding: 10px 0;}
.top-left-sec ul li a {padding-right: 10px;margin-left: 10px;color: #fff;float: right;font-size: 14px}
.top-left-sec ul li a:hover{text-decoration: none;}

.cat-content {
  width: 100%;
  padding: 20px 0 30px;
  background-color: #f5f5f5;
}
.inner-wrapper{
  width: 100%;
  padding: 20px;
  background-color: #fff;
  position: relative;
  margin-bottom: 25px;
  webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.05);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.15);
    -webkit-transition: -webkit-box-shadow .3s ease-out;
}
.img-wrapper{
  width: 100%;
  height: 220px;
  overflow: hidden;
  text-align: center;
}
.img-wrapper img{width: auto;height: 100%;text-align: center;}
.inner-wrapper h4{
  line-height: 28px;
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  overflow: hidden;
  color: #2d2626;
}
.content_price{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
  margin-top: 10px;
}
.price {
  display: inline;
}
.product-price {
  font-size: 16px;
  color: #F26836 !important;
}
.old-price{
  text-decoration: line-through;
}
.onsale {
  display: inline-block;
  padding: 0 1em;
  height: 26px;
  line-height: 26px;
  font-size: .857em;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  right: 0;
  left: auto;
  margin: 0;
  font-weight: 500;
  z-index: 1;
  color: #fff;
  background-color: #e94141;
}
.onsale:before {
  content: '';
  background-color: #e94141;
  display: inline-block;
  position: absolute;
  left: -11px;
  top: 0;
  width: 0;
  height: 0;
  border-width: 26px 0 0;
  border-style: solid;
  border-right: 11px solid transparent !important; 
}
.outofstock {
  display: inline-block;
  padding: 45% 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  margin: 0;
  text-align: center;
  background-color: #d8d8d880;
}
.stock-text{
  background-color: #ffffff;
  width: 90%;
  margin: auto;
  border-radius: 4px;
  padding: 10px;
  color: #ff0101;
  box-shadow: 1px 2px 4px 0px #ccc;
}

nav {
  position: relative;
  background-color: #ffffff;
  margin-top: 20px;
  float: left;
  width: 100%;
  border:solid 1px #fdb819;
}
nav h4{border-bottom: solid #f5f5f5 1px;margin: 0;padding: 10px;background-color: #fdb819;color: #ffffff;}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  
}
nav ul li a {
  display: block;
  padding: 10px 15px;
  color: #626262;
  text-decoration: none;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
nav ul li a:hover {
  color: #e94141;
}
nav ul li a:focus{text-decoration: none;}
nav ul li a .fa {
  width: 16px;
  text-align: center;
  margin-right: 5px;
  float:right;
}
nav ul ul {
  background-color:#ebebeb;
}
nav ul li ul li a {
  background: #f8f8f8;
  border-left: 4px solid transparent;
  padding: 10px 20px;
}
nav ul li ul li a:hover {
  background: #ebebeb;
  border-left: 4px solid #3498db;
}

.slider-sec{
  width: 100%;
  height: 90vh;
  position: relative;
  display: block;
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  background-size: cover;
}
.aligh-middle{
  width: 100%;
  height: 90vh;
  vertical-align: middle;
  display: table-cell;
}
.aligh-middle h1{
  font-size: 48px;
  color: #ffffff;
  font-weight: 500;
}
.aligh-middle p{
  font-size: 19px;
  color: #ffffff;
  letter-spacing: 0.6px;
}
.logo-sec {
  width: 100%;
  position: absolute;
  display: block;
  background: -webkit-linear-gradient(top,rgba(0,0,0,.7) 0%,rgba(0,0,0,.42) 40%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,.7) 0%,rgba(0,0,0,.42) 40%,rgba(0,0,0,0) 100%);
  z-index: 99999;
}
.searc_contain{
  width: 100%;
  position: relative;
  display: block;
}
.searc_con{
  width: 100%;
  float: left;
  position: absolute;
  top: -55px;
  z-index:999;
}
.dark-bg{
  background: #323232;
  padding: 30px 0;
}
.searc_con .control-form{
  display: block;
  width: 100%;
  min-height: 50px;
  padding: 12px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #151515;
  background-color: #f3f4f9;
  background-image: none;
  border-radius: 0;
  
  transition: .3s ease-in-out;
  letter-spacing: 0;
  border: 1px solid #f3f4f9;
}
.search_btn{
  min-height: 50px;
  width: 100%;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #e94141;
  border: 1px solid #e94141;
  border-radius: 0px;
  color: #ffffff;
}
.search-sec {
  width: 100%;
  padding-top: 37px;
  padding-bottom: 30px;
}
.btn-search {
  background: #3e3d3d url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) no-repeat center center;
  width: 40px;
  height: 40px;
  border:none;
}
.request-btn{
  width: 100%;
  padding:9px 0;
  float: right;
}
.request-btn a {
  padding: 10px 20px;
  background: #fff;
  color: #000;
  border-radius: 30px;
  border: solid 1px #fff;
  float: right;
  transition: all 0.8s ease 0.2s;
}
.request-btn a:hover{
  background: transparent;
  color: #fff;
  text-decoration: none;
}
.shrink{
  background: rgba(0,0,0,.8) none;
  transition: all .7s ease-in-out;
}
.cat-sec {
  width: 100%;
  position: relative;
  display: block;
}
.ttvcmscustomer-services {
  width: 100%;
  float: left;
  position: absolute;
  top: -55px;
  z-index: 999;
}
.ttvcmscustomer-bg{
  width: 100%;
  padding: 30px 0;
  background-color: #e94141;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
}
.ttvcmscustomer-services .ttvservices-center {
  padding: 0 !important;
}
.ttvcmscustomer-services .ttvservices-img-wrapper {
  padding: 15px;
  border-right: 1px solid #ddd;
  display: flex;
}
.ttvcmscustomer-services .ttvservices-img {
  width: 40px;
  height: 40px;
  text-align: center;
  position: relative;
  float: left;
}
.ttvcmscustomer-services .ttvservices-center .ttvservices-img img {
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.ttvcmscustomer-services .ttvservices-content-box {
  overflow: hidden;
  padding: 0 0 0 13px;
  align-self: center;
  text-align: left;
  width: 85%;
}
.ttvcmscustomer-services .ttvservices-title {
  color: #fff;
  font: 500 14px/20px Fira Sans,sans-serif;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.ttvcmscustomer-services .ttvservice-dec {
  color: #fff;
  font: 400 12px/18px Fira Sans,sans-serif;
  font-style: italic;
}

.categ-sec {width: 100%;padding: 20px 0;display: block;border-bottom: solid 2px #eee;}
.cate-img-sec {
  position: relative;
  width: 100%;
  height: 100%;
  box-shadow: 1px 1px 10px #656565;
  border-radius: 2px;
  overflow: hidden;
}
.cate-content {position: relative;bottom: 20px;text-align: center;}

.wixf-packs{
  width: 100%;
  padding: 15px 0 30px;
  background-color: #E9F0F6;
}
.get-app-sec{
  width: 100%;
  padding: 50px 0;
  background-color: #ffffff;
}
.package-details-sec{
  width: 100%;
  padding: 40px 0 80px;
}
.wrapper {width: 100%;padding: 0 100px !important;}
.package-details-sec .table tr th{font-weight: 500;width: 30%;border-right: solid 1px #ddd;}
.package-details-sec .table {border-bottom: solid 1px #ddd;}
.packs-contant {position: relative;}
.packs-contant h3{font-weight: normal;font-size: 22px;}
.packs-contant h4{font-weight: normal;font-size: 16px;}
.packs-contant{text-align: justify;line-height: 25px;}
.packs-contant ul{margin: 0;}
.packs-contant ul li{padding: 10px 0;font-weight: 500;}
.pro-item{
  width: 100%;
  padding-top:10px;
  color:#666;
  background-color: #f9f9f9;
  border:solid 2px #f9f9f9;
  margin-bottom: 20px;
}
.pro-item:hover{border:solid 2px #eee;}
.pro-item .item-img-sec{
  width: 100%;
  height: 200px;
  overflow: hidden;
  text-align: center;
}
.pro-item .item-content{
  width: 100%;
  padding: 10px 10px 1px;
  color: #656565;
}
.pro-item .item-content p span{
  float: right;
  text-decoration: line-through;
  font-style: italic;
  color: #fc5b4e;
}
.pro-item img {
  height: 100%;
  margin: auto;
  -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.pro-item:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.cart-sec{width: 100%;padding: 40px 0 100px;}
.menu-item{width: 100%;text-align: center;border: solid 1px #E9E9E9;margin-bottom: 15px;}
.menu-pic{
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin: auto;
  border-bottom: solid 1px #E9E9E9;
}
.menu-pic img{margin: auto;}
.login-sec{width: 100%;background-color: #f9f9f9;padding: 40px 0 50px;}
.form-area{
  width: 100%;
  padding: 0px 20px 10px;
  display: inline-block;
  border-top: solid 4px #D2232A;
  min-height: 68vh;
  background-color: #fff;
  box-shadow: 1px 1px 10px #bdbbbb;
}
.form-area label {font-weight: normal;text-align: right;padding-top: 10px;}
.button-block {
  display: block;
  width: 100%;
}
.appoin-sec{
  width: 100%;
  padding: 50px 0;
  background:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) no-repeat fixed;
  background-size: cover;
}
.appoin-sec h1{
  font-size: 50px;
  color: #fff;
  margin-top: 30px;
}
.appoin-sec p{color: #fff;font-size: 20px;}
.form-m-d {
  width: 100%;
  position: relative;
  z-index: 9999;
  background-color: #1ABB9C;
  
  color: #fff;
  text-transform: uppercase;
  border-bottom:solid 4px #F8C222;
}
.form-m {
  width: 100%;
  margin-top:30px;
  padding: 25px 20px;
  position: relative;
  z-index: 9999;
  background:#004395;
  color: #fff;
  text-transform: uppercase;
}
.form-btn > button {
  background: #f9c322 none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0);
  color: #ffffff;
  font-weight: 400;
  height: 40px;
  font-size:18px;
  line-height: 38px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  margin-top:20px;
  text-transform:uppercase;
}
.form-btn > button:hover {
  background: transparent;
  border: 1px solid #fff;
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.about-title{
  width: 100%;
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) no-repeat;
  background-size: cover;
  height: 76px;
  box-shadow: 2px 3px 10px #222;
  margin-bottom: 10px;
}
.adult-title{
  width: 100%;
  background-size: cover;
  height: 120px;
  background-color: #212121;
}
.title-contant{text-align: center;}
.adult-title h1{font-size: 50px;text-transform: uppercase;color: #fff;}
.adult-title p{color: #fff;font-size: 16px;line-height: 28px}
.why-title{
  width: 100%;
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) no-repeat;
  background-size: cover;
  padding: 70px 100px 80px;
  text-align: center;
}
.why-title h1{font-size: 50px;text-transform: uppercase;color: #fff;}
.why-title p{color: #fff;font-size: 16px;line-height: 28px}
.contact-title{
  width: 100%;
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) no-repeat;
  background-size: cover;
  padding: 70px 100px 80px;
  text-align: center;
}
.contact-title h1{font-size: 50px;text-transform: uppercase;color: #fff;}
.contact-title p{color: #fff;font-size: 16px;line-height: 28px}
.profile-sec{
  width: 100%;
  padding: 30px 0px;
  display: block;
  background-color: #f5f5f9;
}
.side-bar {
  width: 100%;
  float: left;
  height: 80vh;
}
.wallet-amount{
  width: 100%;
  padding: 10px;
}
.side-bar-title{width: 100%;display: inline-block;padding: 10px;border-bottom: solid 2px #DA2128;}
.side-bar-title .profile-pic{
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 50%;
  border: solid 1px #f5f5f5;
  overflow: hidden;
}
.side-bar-title .hadding-title{
  float: left;
  }
.side-bar ul {
  margin: 0;
  padding: 0;
  float: none;  
  border-top: none;
}
.side-bar ul li {
  list-style: none;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.side-bar ul li:hover{
  border-left:  solid 5px #036DB8;
  color: #036DB8;
}
.side-bar ul li a{
  padding: 5px 15px;
  color: #656565;
  line-height: 25px;
  display: block;
  border-bottom: solid 1px #eee;
  font-size: 14px;  
}
.side-bar ul li a:hover, .side-menu ul li a:focus { 
  color: #036DB8;
  text-decoration: none;
}
.side-bar ul li:active {
  border-left:  solid 5px #036DB8;
  color: #036DB8;
}
.wallet-sec{
  width: 100%;
  padding: 0 10px 10px;
  min-height: 80vh;
}
.h3-title{
  width: 100%;
  display: inline-block;
  border-bottom: solid 1px #E8E8E8;
}
.transactions-list{width: 100%;display: block;}
.transactions-item{
  width: 100%;
  display: inline-block;
  border-bottom: solid 1px #E9E9E9;
  padding: 10px;
}
.tran-left-sec{
  width: 50%;
  float: left;
}
.tran-right-sec{
  width: 50%;
  float: right;
  text-align: right;
}
.green{color: green}
.red{color: red}
.my-order{width: 100%;}
.order-item{width: 100%;display: inline-block;border-bottom: solid 1px #E9E9E9;padding: 10px;}
.order-item h5 {margin-top: 0px;}
.order-pic{width: 100px;height: 100px;float: left;margin-right: 10px;overflow: hidden;}
.order-title{width: 40%;float: left;}
.order-contant{width: 40%;float: right;}
.about-sec{
  width: 100%;
  padding: 50px 0;
}
.about-sec p{font-size: 16px;text-align: justify;line-height: 35px;color: #778283;}
.about-sec h1{font-size: 40px;color: #f0683b;}
.contact-sec{
  width: 100%;
  padding: 50px 0;
}
.contact-sec p{font-size: 18px;text-align: justify;line-height: 30px;color: #778283;}
.contact-sec h3{font-size: 30px;padding: 10px 0;color: #f0683b;}
.form_area label {color: #656565}
.contact-sec .cnt_add{
  width: 100%;
  display: block;
  clear: both;
  float: left;
}
:root {
  
  font-size: 10px;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
.gallery-sec{
  width: 100%;
  padding: 0px 0 50px;
}
.gallery-sec h1{
  font-size: 45px;
  color: #3BB3C3;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  
  margin: -1rem -1rem;
}
.gallery-item {
  
  flex: 1 0 24rem;
  
  margin: 1rem;
  box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
.gallery-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease-out;
}
.gallery-image:hover {
  transform: scale(1.15);
}

@supports (display: grid) {
  .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
    grid-gap: 2rem;
  }

  .gallery,
  .gallery-item {
    margin: 0;
  }
}
@media (max-width: 768px){
  .header-fixed {
    box-shadow: 1px 2px 5px #656565;
    padding-bottom: 0;
  }
  .request-btn{float: left;}
  .request-btn a{float: left;}
  .adult-title{padding: 0}
  .why-title{padding: 0}
  .contact-title{padding: 0}
  .search-sec{padding: 0;}

  .searc_con{position: relative;top: 0}
  .cat-content {padding: 20px 0}
  .ttvcmscustomer-services .ttvservices-img-wrapper {
    border-bottom: 1px solid #ddd;
    border-right: none;
  }
  .ttvcmscustomer-services{position: relative;top: 0}
  .ttvcmscustomer-bg {background-image: none;}
  .howit-work {padding: 30px 0}
  #address ul li {padding-left: 25px;}
  #address ul li i {margin-right: 20px;margin-top: 9px;left: 15px;}
  .product-sec {background-position: top right;}
  .side-bar {
    width: 100%;
    float: left;
    height: auto;
    margin-bottom: 20px;
    }
    .order-pic {
    width: 100%;
    height: 160px;
    float: left;
    
    overflow: hidden;
    margin-bottom: 20px;
    text-align: center;
  }
  .img-wrapper img {
    height: 100%;
    text-align: center;
    }
}


