/*your custom css goes here*/ 

.laravel-embed__responsive-wrapper { position: relative; height: 0; overflow: hidden; max-width: 100%; } 
.laravel-embed__fallback { background: rgba(0, 0, 0, 0.15); color: rgba(0, 0, 0, 0.7); display: flex; align-items: center; justify-content: center; } 
.laravel-embed__fallback,
.laravel-embed__responsive-wrapper iframe,
.laravel-embed__responsive-wrapper object,
.laravel-embed__responsive-wrapper embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }













/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  top: 0;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  opacity: 0.8;
  border-top-width: 12px;
  border-bottom-width: 12px;
  top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 20px;
  border-bottom-width: 20px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 12px solid black;
    left: 5px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    border-right: 20px solid white; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 12px solid black;
    left: 3px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 20px solid white; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

.mfp-iframe-holder .mfp-close {
  top: -43px; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  
  
  
  
  
  
  
  
    .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }
@media all and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }







.f-video-nav {
  font-weight: bold;
  background-color: #ff0000;
  font-size: 21px;
  color: white;
  padding-top: 2px;
  border-radius: 16%;
  padding-bottom: 1px;
  padding-left: 15px;
  padding-right: 13px;
}

.notice_bar {
 
  background-color: #0e1036;
    border-radius: 15px;
    line-height: 25px;
    font-size: 17px;
    padding-top: 7px;
  
}

.design-text {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background: orangered;
  color: white;
  margin-bottom: 16px;
}
.custom-bg-order{
  background-image: url("../img/bg.jpg");
  background-size: cover;
}

.float{
	position:fixed;

  bottom: 85px;
  right: 7px;
	background-color:#ff0000;;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}

.re-siz {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
.sta i {
  background-color: green;
  color: white;
  padding: 3px;
}
.sta {
  text-align: center;
}
@media only screen and (max-width: 600px) {
    .aiz-top-menu-sidebar ul li {
        border: none !important;
    }
    .aiz-category-menu{
        width: 100% !important;
    }
  }

  
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 502;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  
  .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 503;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }
  
  .mfp-container {
    height: 100%;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  
  .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  
  .mfp-align-top .mfp-container:before {
    display: none; }
  
  .mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 505; }
  
  .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }
  
  .mfp-ajax-cur {
    cursor: progress; }
  
  .mfp-zoom-out-cur,
  .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }
  
  .mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }
  
  .mfp-auto-cursor .mfp-content {
    cursor: auto; }
  
  .mfp-close,
  .mfp-arrow,
  .mfp-preloader,
  .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  
  .mfp-loading.mfp-figure {
    display: none; }
  
  .mfp-hide {
    display: none !important; }
  
  .mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 504; }
  
  .mfp-preloader a {
    color: #cccccc; }
  
  .mfp-preloader a:hover {
    color: white; }
  
  .mfp-s-ready .mfp-preloader {
    display: none; }
  
  .mfp-s-error .mfp-content {
    display: none; }
  
  button.mfp-close,
  button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    z-index: 506; }
  
  button::-moz-focus-inner {
    padding: 0;
    border: 0; }
  
  .mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
    .mfp-close:hover, .mfp-close:focus {
      opacity: 1; }
    .mfp-close:active {
      top: 1px; }
  
  .mfp-close-btn-in .mfp-close {
    color: #333333; }
  
  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }
  
  .mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px; }
  
  .mfp-arrow {
    position: absolute;
    top: 0;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  
  .mfp-arrow:active {
    margin-top: -54px; }
  
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: solid transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    opacity: 0.8;
    border-top-width: 12px;
    border-bottom-width: 12px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 20px;
    border-bottom-width: 20px; }
  
  .mfp-arrow-left {
    left: 0; }
    .mfp-arrow-left:after,
    .mfp-arrow-left .mfp-a {
      border-right: 12px solid black;
      left: 5px; }
    .mfp-arrow-left:before,
    .mfp-arrow-left .mfp-b {
      border-right: 20px solid white; }
  
  .mfp-arrow-right {
    right: 0; }
    .mfp-arrow-right:after,
    .mfp-arrow-right .mfp-a {
      border-left: 12px solid black;
      left: 3px; }
    .mfp-arrow-right:before,
    .mfp-arrow-right .mfp-b {
      border-left: 20px solid white; }
  
  .mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
  
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  
  .mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
  
  .mfp-iframe-scaler iframe {
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }
  
  .mfp-iframe-holder .mfp-close {
    top: -43px; }
  
  /* Main image in popup */
  img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }
  
  /* The shadow behind the image */
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }
  
  .mfp-figure {
    line-height: 0; }
  
  .mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }
  
  .mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-break: break-word;
    padding-right: 36px; }
  
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  
  .mfp-image-holder .mfp-content {
    max-width: 100%; }
  
  .mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }
  
  @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
     * Remove all paddings around the image on small screen
     */
    .mfp-img-mobile .mfp-image-holder {
      padding-left: 0;
      padding-right: 0; }
  
    .mfp-img-mobile img.mfp-img {
      padding: 0; }
  
    /* The shadow behind the image */
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
  
    .mfp-img-mobile .mfp-bottom-bar {
      background: rgba(0, 0, 0, 0.6);
      bottom: 0;
      margin: 0;
      top: auto;
      padding: 3px 5px;
      position: fixed;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
  
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  
    .mfp-img-mobile .mfp-counter {
      right: 5px;
      top: 3px; }
  
    .mfp-img-mobile .mfp-close {
      top: 0;
      right: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background: rgba(0, 0, 0, 0.6);
      position: fixed;
      text-align: center;
      padding: 0; }
  
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; } }
  @media all and (max-width: 800px) {
    .mfp-arrow {
      -webkit-transform: scale(0.75);
      transform: scale(0.75); }
  
    .mfp-arrow-left {
      -webkit-transform-origin: 0;
      transform-origin: 0; }
  
    .mfp-arrow-right {
      -webkit-transform-origin: 100%;
      transform-origin: 100%; }
  
    .mfp-container {
      padding-left: 6px;
      padding-right: 6px; } }
  .mfp-ie7 .mfp-img {
    padding: 0; }
  .mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px; }
  .mfp-ie7 .mfp-container {
    padding: 0; }
  .mfp-ie7 .mfp-content {
    padding-top: 44px; }
  .mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0; }
  

    .home-side-ban {
      width: 265px;
      height: 230px;
      padding: 5px;
     border: 2px solid #0e1036;
  }

  .logo-bar-area{
    background-color: #0e1036 !important;
  }
 
.scaerch-ber-icon {
  background-color: #F05A25;
  border-radius: 56%;
  margin-left: 50px !important;
}
.mb-nav-bar-new{
  background-color: #F05A25;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 4px;
}
@media only screen and (max-width: 600px) {
  .mb-nav-bar-new {
    border: none !important;
  }
}

.offer_f p {
  margin-top: -24px;
}
.offer_f h4 {
  margin-top: 19px;
}

.user-bg {
  background-color: #F05A25;
  padding: 5px 15px 6px 15px;
  border-radius: 15px;
}
.user_color{
  fill: white;
}

.bg-nav {
  background: #E55225;
  margin-left: 6px !important;
  font-size: 16px;
  padding: 3px 13px 3px 13px;
  border-radius: 14px;
}
.bg-navb {
  background: #F4F4F4;
  margin-left: 48px;
  font-size: 16px;
  padding: 3px 13px 3px 13px;
  border-radius: 14px;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.bg-navb a{
  color: #333333;
}
.cat_menu {
  background-color: #E55225;
  text-align: center;
  margin-top: 1px;
  font-size: 16px;
  padding: 3px 13px 3px 13px;
  border-radius: 14px;
  margin-left: 25px;
}
.middile_bar{
  box-shadow: 3px 9px 11px 3px rgba(0,0,0,0.26);
  -webkit-box-shadow: 3px 5px 7px 0px rgba(0,0,0,0.26);
  -moz-box-shadow: 3px 9px 11px 3px rgba(0,0,0,0.26);

}
.cat_des {
  background-color: #FFFFFF;
  box-shadow: 3px 9px 11px 3px rgba(0,0,0,0.26);
  -webkit-box-shadow: 3px 5px 7px 0px rgba(0,0,0,0.26);
  -moz-box-shadow: 3px 9px 11px 3px rgba(0,0,0,0.26);
  border-radius: 10px;
}

.main_cat_features {
    background-color: #F4F4F4;
}
.cus_des {
  float: right;
  margin-top: -65px;
  margin-right: 19px;
  background-color: #F05A25;
 
  border-radius: 10px;
}
.cus_des a{
  color: white;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
  line-height: 35px;
  padding-top: 3px;
  padding-bottom: 1px;
  padding-right: 11px;
  width: 100%;
  display: inline;
  padding-left: 11px;
}
.cus_icon img {
  height: 36px;
  float: left;
  background-color: #042952;
  padding: 4px 7px 5px 5px;
  border-radius: 10px 0px 0px 10px;
}
.features-text {
  font-size: 14px;
  font-weight: bold;
  margin-top: -12px;
}
.bottom_menu {
  background-color: #FFFFFF;
}
.newly_title {
  padding: 8px;
}
.f-support {
  font-size: 33px;
 
  text-transform: uppercase;
}
.contact_num img {
  height: 29px;
  margin-top: -10px;
}
.devider {
  font-size: 27px;
  margin: 0px 7px -2px 7px;
}
.con_num {
  font-size: 27px;
  letter-spacing: 3px;
}
.contact_num {
  
  border: 1px solid;
  padding: 12px;
  border-radius: 21px;
}
.youtube_f i {
  font-size: 45px;
}


.you_tt {
  font-size: 27px;
}
.side_nav_home {
  fill: #F05A25;
}
.noti_top {
  background-color: #F05A25;
  /* margin-right: 38px; */
  border-radius: 50%;
  padding: 7px 31px 6px 4px;
  margin-left: auto;
  width: 33px;
}

.search_home {
  font-size: 6px;
}

@media only screen and (max-width: 600px) {
  .products_deatis {
    display: none !important;
  }
}
.products_shaw{
  box-shadow: 10px 8px 20px 3px rgba(0,0,0,0.44);
  -webkit-box-shadow: 10px 8px 20px 3px rgba(0,0,0,0.44);
  -moz-box-shadow: 10px 8px 20px 3px rgba(0,0,0,0.44);
  border-radius: 10px;
}
.youtubebb {
  font-size: 26px;
  margin-right: 50px;
}
.youtubebb1{
  font-size: 26px;
}
.footer_border_des {
  border-bottom: 1px solid;
  border-top: 1px solid;
}

.nav_icon {
  height: 32px;
  margin-right: 12px;
  display: inline-block;
  margin-left: 6px;
  background-color: #D84421;
  padding: 7px;
  border-radius: 13px;
}
.web_user {
  background-color: #CC4217;
  border-radius: 19px;
}
.payment_img img {
  width: 390px;
  background-color: white;
  margin-top: 163px;

}
.m-support {
  font-size: 22px;
}
.cell img {
  height: 34px;
  padding-right: 7px;
}
.con_mnum {
  font-size: 25px;
  vertical-align: -webkit-baseline-middle;
}
.bottom_s {
  border-bottom: 1px solid;
}
.f_about_us {
  display: list-item;
  float: left;
  margin: -6px 16px 5px 16px;
}

.m-app-image {
 
}
.m_side_log {
  background-color: aliceblue;
  margin-top: 69px;
}

.m_side_log a {
  background-color: orange;
  color: white;
  border-radius: 6px;
}
.m_top_clo {
  background-color: aliceblue;
  border-radius: 41px;
  margin-top: 12px;
}
.bg-nav2 {
  background: #E55225;
  font-size: 16px;
  padding: 1px 12px 3px 1px;
  border-radius: 8px;
  color: white;
  margin-top: 14px;
  margin-left: 29px;
}

.mobile_payment img {
  width: auto;
  height: 54px;
  margin-top: 13px;
  background-color: white;
}

.mobi_nav {
  margin-left: 28px;
}

.package_header_1{
 background-color: rgba(240, 146, 72, 0.3);;
 
}
.package_header_1 h3 {
  text-align: center;
  color: #F05A25;
  font-size: 15px;
  padding: 10px 5px 10px 6px;
  font-weight: bold;
}
.package_header_2 h3 {
  text-align: center;
  color: white;
  font-size: 15px;
  padding: 10px 17px 10px 22px;
}
.package_header_3 h3 {
  text-align: center;
  color: white;
  font-size: 13px;
  padding: 4px 19px 4px 19px;
}
.package_header_2{
 background-color: rgb(4, 41, 82, 0.8);
}
.package_header_3{
  background-color: rgb(240, 90, 37, 0.8);
}
.packageone {
  background-color: white;
  box-shadow: 11px 5px 6px 1px rgba(0,0,0,0.29);
  -webkit-box-shadow: 11px 5px 6px 1px rgba(0,0,0,0.29);
  -moz-box-shadow: 11px 5px 6px 1px rgba(0,0,0,0.29);
  margin-right: 27px;
  margin-top: 7px;
}

.elements_package ul li {
  list-style-type: none;
}
.elements_package ul li {
  list-style-type: none;
  text-align: left;
  float: initial;
  margin-left: -32px;
  padding: 7px;
  font-size: 12px;
}
.f-icon{
	display: inline-block;
    width: 33px !important;
    height: 33px !important;
    border-radius: 50em;
    line-height: 37px !important;
    text-align: center;
    font-size: 18px !important;
}

.price_package2{
	background-color:#F05A25;
	color:white;
	padding: 1px 2px 1px 2px;
}
.elements_package_2{
	 background-color:#042952;
	 list-style-type: none;
}
.elements_package_2 ul li{
	list-style-type: none;
    margin-left: -39px;
    margin-right: 21px;
    padding: 7px;
}
.elements_package_2 ul{
  margin-top: -8px;
  padding-top: 3px;
  margin-bottom: 0;
}

.elements_package ul{
	margin-top: -8px;
}

.buy_now_by{
	background-color:#042952;
	width: 100%;
}

.elements_package_3{
	 background-color:#F05A25;
	 list-style-type: none;
}
.elements_package_3 ul li{
	list-style-type: none;
	color:white;
	padding: 7px;
}
.elements_package_3 ul li a{
	color:white;
}
.elements_package_3 ul{
	margin-left: -31px;
	margin-top: -8px;
	margin-bottom: 0;
  padding-top: 5px;
}
.price_package3 h4 {
    padding: 6px 2px 1px 2px;
}

@media only screen and (max-width: 600px) {
  .payment_img img{
    width: 100px;
  }
}

.aiz-mobile-bottom-nav {
  margin-bottom: 0px;
  border-radius: 37px;
  height: 50px;
}

.svg-active {
  padding: 11px;
  border: 5px solid white;
  border-radius: 13px;
  background-color: #02213D;
}
.packageon {
  background-color: #02213D;
  border-radius: 4px;
  padding: 9px;
  font-weight: bold;
  color: white;
  font-size: 15px;
  text-align: center;
}
.packagetow {
  background-color: #02213D;
  border-radius: 4px;
  padding: 9px;
  font-weight: bold;
  color: white;
  font-size: 15px;
  text-align: center;
}
.packagethree {
  background-color: #02213D;
  border-radius: 4px;
  padding: 9px;
  font-weight: bold;
  color: white;
  font-size: 15px;
  text-align: center;
}
.m_main_pack {
  margin-left: 96px;
}

.bnavbar {
  overflow: hidden;
  background-color: #4a4c68;
  position: fixed;
  bottom: 5px;
  width: 100%;
  height: 56px;
  border-radius: 32px;
  padding-top: 17px;
}

.f_m_category {
  background-color: #000535;
  padding: 15px 11px;
  border-radius: 30px;
  margin-top: 1px;
  margin-left: 13px;
}

.f_m_category svg {
  width: 23px;
  height: 25px;
}
.f_nav_v {
  margin-left: 22px;
  padding: 10px 12px;
  background: #000535;
  font-size: 20px;
  line-height: 14px;
  border-radius: 21px;
  color: white;
}
.f_m_home{
  background-color: #000535;
  padding: 15px 11px;
  border-radius: 30px;
  margin-top: 1px;
  margin-left: 13px;
}
.f_m_home svg {
  width: 22px;
  height: 30px;
}
.f_m_sms{
  margin-left: 22px;
  padding: 10px 12px;
  background: #000535;
  font-size: 20px;
  line-height: 14px;
  border-radius: 21px;
  color: white;
}

.f_m_user{
  background-color: #000535;
  padding: 15px 11px;
  border-radius: 30px;
  margin-top: 1px;
  margin-left: 13px;
}
.f_m_user svg {
  width: 23px;
  height: 25px;
}
.bnavbar a {
  margin-left: 24px;
}