﻿body {
  overflow-x: hidden;
  transition: background 1s;
}

::selection {
  color: #fff;
  background-color: #d71920;
}

.waves-effect.waves-red .waves-ripple {
  background-color: rgb(215, 25, 32, 0.3);
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 0, 8, 0.068);
}

.ripple-span {
  display: block;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 95px;
  width: 95px;
  height: 95px;
  margin: 0 auto;
  display: table;
  transition: all 0.2s ease-in;
}

.ripple-span:hover {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.ripple-span img {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}

.inner-content-accordian ul {
  list-style-type: none !important;
}

@media (min-width: 320px) and (max-width: 360px) {
  .thumb-mob-img {
    width: 300px;
    height: 163px;
  }
}

a:hover {
  color: #d71920;
}

a:focus {
  color: #d71920;
}

a.active {
  color: #d71920;
}

.img-tabs-desk {
  /*height:500px*/
}

.inner-img {
  display: inline-block;
}

.view-all {
  margin: 0 0 35px;
  text-transform: uppercase;
  font-size: 14px;
}

.view-all a {
  color: #57585b;
  transition: all, ease-in, 0.5s;
  display: inline-block;
}

.view-all a:hover {
  color: #d71920;
  transition: all, ease-in, 0.5s;
}

.view-all a::after {
  content: '';
  display: block;
  width: 0;
  height: 0.9px;
  background: #d71920;
  transition: width 0.5s;
}

.view-all a:hover::after {
  width: 100%;
  transition: width 0.3s;
}

.section-ten i {
  margin: 0 auto;
  display: table;
  text-align: center;
  font-size: 32px;
}

.desk-header-bx {
  width: 100%;
  height: auto;
  position: fixed;
  float: left;
  margin: 0;
  padding: 0;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.93);
  border-bottom: 0.5px solid #cccccce3;
  backdrop-filter: blur(4px);
  /* transition: top 0.3s; */
  transition: top 0.3s, background 1s;
}

.d-logo-box {
  width: 43%;
  height: auto;
  float: left;
  margin: 8px 0;
  padding: 0;
}

.d-line {
  width: 1px;
  height: 25px;
  background-color: #ccc;
  float: right;
  margin-top: 15px;
}

.d-logo-box img {
  width: 55px;
}

.no-padding {
  padding: 0 !important;
}

.d-ext-nav-bx {
  width: 33%;
  height: auto;
  float: left;
  margin: 25px 0 0;
  padding: 0;
  text-align: center;
  font-size: 16px;
}

.d-main-nav-bx {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 23px;
}

.d-main-nav-bx ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.d-main-nav-bx ul li {
  width: auto;
  float: left;
  margin: 0;
  padding: 0 8px;
}

.d-main-nav-bx ul li i {
  transform: rotate(0);
  transition: all 0.5s;
}

.d-main-nav-bx ul li[aria-expanded='true'] a {
  color: #d71920 !important;
}

.d-main-nav-bx ul li[aria-expanded='true'] i {
  color: #d71920 !important;
  transform: rotate(180deg);
}

.d-main-nav-bx ul li a {
  font-size: 0.875rem;
  color: #727375;
  text-transform: uppercase;
  font-weight: 400;
}

.d-main-nav-bx ul li a:hover {
  color: #d71920;
}

.d-main-nav-bx ul li a:focus {
  color: #d71920;
}

.d-rgt-tp-nav {
  width: auto;
  float: left;
  margin: 28px 0 0 45px;
  padding: 0;
}

.d-rgt-tp-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.d-rgt-tp-nav ul li {
  width: auto;
  float: left;
  margin: 0;
  padding: 0 12px;
  border-right: 1px solid #d71920;
  line-height: 14px;
}

.d-rgt-tp-nav ul li a {
  font-size: 0.8rem;
  color: #d71920;
  font-weight: 400;
  transition: all 0.5s;
}

.d-rgt-tp-nav ul li a:hover {
  text-decoration: underline;
}

.bd-none {
  border: none !important;
}

.d-search-icon-bx {
  width: auto;
  height: auto;
  float: right;
  margin-top: 27px;
}

.d-search-icon-bx ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.d-search-icon-bx ul li {
  float: left;
  padding: 0 15px;
  line-height: 16px;
}

.d-search-icon-bx ul li:last-child {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.d-search-icon-bx ul li a {
  font-size: 16px;
  color: #d71920 !important;
  transition: all 0.5s;
  padding: 0;
}

.d-search-icon-bx ul li a:hover {
  color: #d71920;
}

.ext-nav-cntnt-box {
  width: 100%;
  min-height: 40px;
  position: relative;
  float: left;
  background-color: rgba(255, 255, 255, 0.99);
}

.ext-nav-cntnt-box .ext-nav-btn {
  display: block;
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  color: #888a8c !important;
  font-size: 0.82rem;
  font-weight: 300;
  line-height: 40px;
}

.ext-nav-cntnt-box .ext-nav-btn:hover {
  color: #d71920 !important;
}

.div-close {
  display: block;
  position: absolute;
  top: 2%;
  right: 5%;
  color: #d71920 !important;
  font-size: 24px;
}

.search-cntnt-bx {
  width: 100%;
  height: 550px;
  float: left;
  top: -1px;
  background-color: #fff;
  z-index: 999;
  -webkit-box-shadow: 0 3px 4px 0 rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0 3px 4px 0 rgba(50, 50, 50, 0.3);
  box-shadow: 0 3px 4px 0 rgba(50, 50, 50, 0.3);
  position: absolute;
}

.search-contnt {
  width: 100%;
  height: auto;
  float: left;
  padding: 45px 0 0;
}

.search-contnt .positioner {
  position: relative;
  width: 100%;
  height: 40px;
  margin-top: 40px;
}

.search-contnt input {
  width: 100%;
  height: 40px;
  border: 1px solid #e4e4e4;
  text-indent: 5px;
  font-size: 16px;
  border-radius: 5px 5px 0 0;
  padding-left: 15px;
}

.search-contnt input:focus {
  border: 1px solid #d71920;
  outline: 0;
  background-color: #fff;
}

.search-contnt .positioner .search-icon {
  width: auto;
  height: auto;
  position: absolute;
  top: 8px;
  right: 6px;
  font-size: 18px;
  padding: 0 10px;
  color: #d71920 !important;
}

.search-contnt .predictive-box {
  width: 100%;
  height: 300px;
  border: 1px solid #e4e4e4;
  text-indent: 5px;
  font-size: 16px;
  border-radius: 0;
  padding: 15px;
  float: left;
  margin-bottom: 50px;
  overflow-y: auto;
}

.search-contnt .predictive-box ul {
  width: 100%;
  height: auto;
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.search-contnt .predictive-box ul li {
  width: 50%;
  height: auto;
  float: left;
  margin-top: 6px;
  transition: all 0.5s;
}

.search-contnt .predictive-box ul li a {
  font-size: 13px;
  font-weight: 300;
  position: relative;
  transition: all 0.5s;
  text-decoration: none;
  text-transform: capitalize;
}

.search-contnt .predictive-box ul li a:hover {
  color: #d71920;
}

.search-underline {
  width: 0;
  height: 1px;
  position: absolute;
  top: 99%;
  left: 0;
  background-color: #d71920;
  transition: all 0.75s;
  display: block;
}

.search-contnt .predictive-box ul li a:hover > .search-underline {
  width: 100%;
}

#navbarSupportedContent1 {
  position: relative;
  width: 100%;
}

.main-desk-nav-drp-box {
  width: 100%;
  height: auto;
  float: left;
  margin: 0;
  padding: 0;
}

.nav-drp-grey-strip {
  width: 100%;
  min-height: 50px;
  float: left;
  margin: 0;
  padding: 0;
  background-color: #f5f5f5;
  border-top: 1px solid #e4e4e4;
}

.desk-level-1-nav {
  width: 100%;
  height: auto;
  float: left;
}

.nav-drp-grey-strip .desk-level-1-nav ul {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  width: max-content;
}

.nav-drp-grey-strip .desk-level-1-nav ul li {
  width: auto;
  height: auto;
  float: left;
  margin: 0;
  padding: 0 15px;
  line-height: 50px;
}

.nav-drp-grey-strip .desk-level-1-nav ul li a {
  font-size: 12px;
  color: #808284;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
}

.nav-drp-grey-strip .desk-level-1-nav ul li a:hover {
  color: #d71920;
}

.drp-lvl-2 {
  position: relative;
  transition: all 0.1s;
}

.drp-lvl-2 .drp-lvl-2-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 99%;
  left: 0;
  transition: all 0.5s;
  z-index: 3;
  width: auto;
}

.drp-lvl-2-list li a,
.drp-lvl-2-list li a:after,
.drp-lvl-2-list li a:before {
  transition: all 0.5s;
}

.drp-lvl-2-list li a {
  position: relative;
}

.drp-lvl-2-list li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  content: '.';
  color: transparent;
  background: #d71920;
  height: 1px;
}

.drp-lvl-2-list li a:hover:after {
  width: 100%;
}

.drp-lvl-2:hover > .drp-lvl-2-list {
  visibility: visible;
  opacity: 1;
}

.drp-lvl-2 .drp-lvl-2-list li {
  float: none !important;
  min-height: 24px;
}

.recommend-box {
  width: 100%;
  height: auto;
  float: left;
  border-left: 1px solid #b2b3b4;
  max-width: 455px;
  padding: 15px 0 0 15px;
  border-right: 1px solid #b2b3b4;
  opacity: 0;
}

.rec-slider-box {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 15px;
}

.rec-slider-box p {
  margin: 0;
}

.rec-single-slide {
  width: 100%;
  float: left;
  position: relative;
}

.rec-img {
  width: 100%;
  height: auto;
  float: left;
  position: absolute;
  bottom: 0;
  left: 0;
}

.rec-img img {
  width: 100%;
}

.middle-nav-box {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  border-bottom: 1px solid #b2b3b4;
  display: none;
}

.follow-us-bar {
  width: 100%;
  height: 63px;
  bottom: 0;
  left: 0;
  border-top: 1px solid #b2b3b4;
  padding: 0;
}

.follow-us-bar .social-bar {
  width: auto;
  height: auto;
  float: left;
}

.follow-us-text {
  color: #808284;
  display: block;
  float: left;
  margin-top: 20px;
  font-weight: 400;
}

.social-nav-bx {
  width: auto;
  height: auto;
  float: left;
  margin: 0 0 0 45px;
  padding: 0;
}

.social-nav-bx ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.social-nav-bx ul li {
  width: auto;
  height: auto;
  float: left;
  margin: 16px 10px;
  transition: all 0.2s;
}

.social-nav-bx ul li:hover {
  margin: 10px 10px;
}

.social-nav-bx ul li a {
  font-size: 24px;
  color: #6b6c6e;
  transition: all 0.5s;
}

.social-nav-bx ul li a:hover {
  color: #d71920;
}

.d-nav-close-btn {
  width: auto;
  float: right;
  margin-top: 2px;
  margin-right: 15px;
  position: absolute;
  right: 0;
}

.d-nav-close-btn a {
  font-size: 24px;
  color: #d71920 !important;
  margin-top: 12px;
  display: block;
}

.follow-us-cont {
  width: 400px;
  margin: 0 auto;
  float: none;
  clear: both;
}

.animated-icon1 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.animated-icon1 span,
.animated-icon2 span,
.animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.animated-icon1 span {
  background: #e65100;
}

.animated-icon2 span {
  background: #e3f2fd;
}

.animated-icon3 span {
  background: #f3e5f5;
}

.animated-icon1 span:nth-child(1) {
  top: 0;
}

.animated-icon1 span:nth-child(2) {
  top: 10px;
}

.animated-icon1 span:nth-child(3) {
  top: 20px;
}

.animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.animated-icon2 span:nth-child(1) {
  top: 0;
}

.animated-icon2 span:nth-child(2),
.animated-icon2 span:nth-child(3) {
  top: 10px;
}

.animated-icon2 span:nth-child(4) {
  top: 20px;
}

.animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0;
  left: 50%;
}

.animated-icon2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0;
  left: 50%;
}

.animated-icon3 span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  left: 8px;
}

.animated-icon3.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 8px;
}

.cus-drp-icon-1 {
  transform: rotate(0);
  transition: all 0.5s;
  font-size: 15px;
  font-weight: 600;
}

.cus-drp-icon-1:focus {
  outline: 0;
}

#navbarSupportedContent22:focus {
  outline: 0;
  color: #d71920 !important;
}

.cus-drp-icon-1.open {
  transform: rotate(180deg);
  color: #d71920 !important;
}

footer {
  width: 100%;
  height: auto;
  float: left;
  margin: 500px 0 0 0;
}

.desk-footer-nav-bx {
  width: 100%;
  height: auto;
  float: left;
  margin: 20px 0 0;
}

.desk-footer-nav-bx ul {
  list-style-type: none;
  width: 20%;
  height: auto;
  float: left;
  margin: 0;
  padding: 0;
}

.desk-footer-nav-bx ul li {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 0.5em;
}

.desk-footer-nav-bx ul li a {
  font-size: 0.9em;
  padding: 0;
  margin: 0;
  color: #57585b;
  font-weight: 500;
}

.desk-footer-nav-bx ul li.ftr-nv-heading {
  width: auto;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 30px;
  border-bottom: 1px solid #e4e4e4;
  font-weight: 400;
}

.desk-footer-nav-bx ul li.ftr-nv-heading a {
  color: #d71920;
}

.desk-ftr-reach-us-bx {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 100px;
}

.ftr-follow-us {
  width: auto;
  float: right;
}

.ftr-follow-us ul {
  width: auto;
  list-style-type: none;
  float: right;
  margin: 5px 0 0 0;
  padding: 0;
}

.ftr-follow-us ul li {
  width: auto;
  margin: 0;
  padding: 10px 10px;
  float: left;
  transition: all 0.5s;
}

.ftr-follow-us ul li:hover {
  padding: 5px 10px;
}

.ftr-follow-us ul li a {
  font-size: 24px;
}

.ftr-follow-us ul li a:hover {
  color: #d71920;
}

.phone-box {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 20px;
}

.phone-box .icon-bx {
  width: 45px;
  height: 45px;
  border: 1px solid #ccc;
  border-radius: 50%;
  font-size: 22px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  line-height: 45px;
  transition: all 0.5s;
  padding: 0;
  float: left;
  color: #57585b;
}

.phone-box .icon-bx:hover {
  color: #d71920;
  border: 1px solid #d71920;
}

.phone-box .phone-text {
  width: auto;
  height: auto;
  float: left;
  margin-left: 15px;
}

.mg-tp-none {
  margin-top: 0;
}

.jama-punji {
  width: auto;
  float: right;
  margin: 0;
  padding: 0;
}

.copyright-box {
  width: 100%;
  height: auto;
  float: left;
  border-top: 1px solid #ccc;
}

.copyright-txt {
  width: auto;
  float: left;
  height: 25px;
}

.copyright-txt p {
  line-height: 50px;
}

.sitemap-nav {
  width: 100%;
  height: 50px;
  float: left;
}

.sitemap-nav ul {
  width: auto;
  float: right;
  list-style-type: none;
  margin: 12px 0 0 0;
}

.sitemap-nav ul li {
  width: auto;
  float: left;
  padding: 0 10px;
  border-right: 1px solid #d71920;
  height: 16px;
  line-height: 16px;
}

.sitemap-nav ul li:last-child {
  border: 0;
}

.sitemap-nav ul li a {
  font-size: 14px;
  color: #d71920;
  font-weight: 500;
  transition: all 0.5s;
}

.sitemap-nav ul li a:hover {
  color: #57585b;
  border-bottom: 1px solid #ccc;
}

.three-icon-ftr-box {
  width: 100%;
  height: auto;
  float: left;
  margin: 20px 0 0 0;
}

.mg-top-20 {
  margin-top: 20px;
}

h1 {
  font-size: 4.75rem;
  margin: 0;
  padding: 0;
  color: #d71920;
  letter-spacing: -0.075rem;
  font-weight: 700;
  line-height: 4.8rem;
  text-transform: uppercase;
}

h2 {
  font-size: 3.75rem;
  margin: 0;
  padding: 0;
  color: #57585b;
  letter-spacing: -0.03125rem;
  font-weight: 700;
  line-height: 3.75rem;
  text-transform: uppercase;
}

h3 {
  font-size: 3rem;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 3.5rem;
  text-transform: uppercase;
}

h4 {
  font-size: 2.125rem;
  margin: 0;
  padding: 0;
  letter-spacing: 0.015625rem;
  font-weight: 400;
  line-height: 2.125rem;
  text-transform: uppercase;
}

h5 {
  font-size: 1.3rem;
  margin: 20px 0 0 0;
  padding: 0;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.8rem;
}

h6 {
  font-size: 1.25rem;
  margin: 0;
  padding: 0;
  letter-spacing: 0.009375rem;
  font-weight: 500;
  line-height: 1.25rem;
  text-transform: uppercase;
}

.color-grey-light {
  color: #808284 !important;
}

.owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}

@media (min-width: 320px) and (max-width: 767px) {
  h1 {
    font-size: 2rem;
    line-height: 2.1rem;
  }

  h2 {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  h3 {
    font-size: 1rem;
    line-height: 1.2;
  }

  h4 {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  h5 {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 15px 0 0 0;
  }

  h6 {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}

.mg-100 {
  margin-top: 100px;
}

.mg-20 {
  margin-top: 20px;
}

section {
  float: left;
  width: 100%;
}

.section-one {
  margin-top: 0;
}

.section-basic {
  margin-top: 19px;
}

.se .section-eight,
.section-five,
.section-four,
.section-seven,
.section-six,
.section-ten,
.section-three,
.section-two {
  margin: 112px 0 0 0;
}

.section-nine {
  background-image: url(../img/converter-bg.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 50%;
  margin: 112px 0 0 0;
}

@media (min-width: 450px) and (max-width: 767px) {
  .inner-img-wrap {
    margin-top: 0px;
    text-align: right !important;
  }
}

@media (max-width: 650px) {
  .inner-img-wrap {
    margin-top: 35px !important;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .section-nine {
    background-size: 75% !important;
    background-position: 100% 60% !important;
  }

  .vas-single-tab {
    margin: 0 auto;
  }

  .owl-carousel .owl-item img {
    width: initial;
  }
}

@media (max-width: 450px) {
  .img-mob {
    width: 195px !important;
    height: 300px;
  }

  .img-mob-t2 {
    width: 208px !important;
    height: 320px !important;
  }
}

@media (max-width: 375px) {
  .img-mob {
    width: 163px !important;
    height: 250px;
  }
}

@media (max-width: 360px) {
  .img-mob {
    width: 130px !important;
    height: 200px;
  }
}

@media (max-width: 340px) {
  .img-mob-t2 {
    width: 163px !important;
    height: 250px !important;
  }
}

.section-inner {
  margin: 60px 0 0 0;
}

.section-inner-top {
  margin: 10px 0 0 0;
}

.section-five,
.section-six {
  display: none;
}

.ticker-section {
  margin-top: 80px;
}

.section-four img {
  text-align: center;
  margin: 0 auto;
}

.section-five img {
  min-width: 150px;
  max-width: 350px;
}

.temp-h2 {
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 2rem;
  text-transform: uppercase;
}

@media (min-width: 320px) and (max-width: 767px) {
  .temp-h2 {
    font-size: 1.75rem;
    margin: 0 0 10px 0;
    padding: 0;
    color: #57585b;
    font-weight: 300;
    line-height: 2.35rem;
    text-transform: uppercase;
  }
}

.subtitle1 {
  font-size: 1rem;
  margin: 0;
  padding: 0;
  letter-spacing: 0.009375rem;
  font-weight: 300;
  line-height: 1rem;
  text-transform: uppercase;
}

.subtitle2 {
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
  letter-spacing: 0.009375rem;
  font-weight: 500;
  line-height: 1.375rem;
  text-transform: uppercase;
}

.subtitle3 {
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: -0.05rem;
  text-transform: capitalize;
}

.body1 {
  font-size: 1em;
  margin: 0;
  padding: 0;
  letter-spacing: 0.009375rem;
  line-height: 1.4em;
  font-weight: 300;
  margin: 5px 0 20px 0;
}

.body2 {
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
  letter-spacing: 0.009375rem;
  font-weight: 500;
}

.body3 {
  font-size: 12px;
  margin: 0;
  padding: 0;
  letter-spacing: 0.009375rem;
  line-height: 20px;
  font-weight: 500;
  margin: 0 0 10px 0;
}

.lowercase {
  text-transform: lowercase;
}

.text-underline {
  text-decoration: underline;
}

.bd-rgt {
  border-right: 1px solid #ccc;
}

.subtitle3 span {
  color: #d71920;
}

h5 span {
  color: #d71920;
}

.banner-caption h5 em,
.banner-caption h5 i,
.offer-price p,
.text-wrap h5 em,
.text-wrap h5 i {
  font-size: 1.85rem;
  margin: 20px 0;
  display: block;
  text-decoration: none;
  font-style: normal;
}

.offer-price span {
  color: #d71920;
}

.text-sm {
  font-size: 14px;
  color: #57585b;
}

.offer-price {
  min-height: 43px;
}

.offer-box .offer-price h5 {
  margin-top: 0;
}

.offer-price h5 em,
.offer-price h5 i {
  font-size: 2rem;
  display: block;
  text-decoration: none;
  font-style: normal;
  color: #d71920;
}

.section-postpaid .offer-price h5 em,
.section-postpaid .offer-price h5 i {
  color: #000;
}

.section-postpaid .offer-price h5 em span,
.section-postpaid .offer-price h5 i span {
  color: #cfb53b;
}

@media (min-width: 320px) and (max-width: 767px) {
  .text-wrap {
    text-align: right;
  }

  .text-wrap-lft {
    text-align: left;
  }
}

.color-red {
  color: #d71920;
}

.color-yellow {
  color: #fd0;
}

.color-grey {
  color: #57585b;
}

.color-white {
  color: #fff;
}

.bg-red {
  background-color: #d71920;
}

.bg-yellow {
  background-color: #fd0;
}

.bg-grey {
  background-color: #57585b;
}

.bg-white {
  background-color: #fff;
}

.stnd-btn {
  font-size: 0.875rem;
  margin: 10px 1px;
  padding: 18px 40px;
  letter-spacing: 0.009375rem;
  font-weight: 400;
  line-height: 0.875rem;
  text-transform: uppercase;
  background-color: #d71920;
  border: 0;
  background-size: 300% 100%;
  transition: all 0.4s ease-in-out;
  box-shadow: none;
  z-index: 1;
}

.stnd-btn:hover {
  color: #fff;
  background-position: 100% 0;
  transition: all 0.4s ease-in-out;
  background-color: #d71920eb;
}

#submitFilters {
  margin-top: 0;
  font-size: 11px !important;
  width: 100%;
  line-height: 0.74rem !important;
}

.filter-btn span {
  width: 100%;
}

.rs-control .rs-range-color {
  background-color: transparent;
  border: 0;
}

.rs-control .rs-path-color {
  background-color: transparent;
  border: 0;
}

.rs-control .rs-handle:after {
  background-color: #fd0;
}

.rs-control .rs-bg-color {
  background-color: transparent;
  border: 0;
}

.rs-bar.rs-end.rs-rounded .rs-seperator {
  border-radius: 1000px 1000px 0 0;
  border: 0 !important;
}

.rs-border {
  border-bottom: 10px solid #bdbcbb;
  border-left: 10px solid #bdbcbb;
  border-right: 0;
  border-top: 0;
}

.mre-dtls a {
  font-size: 1rem;
  margin: 20px 0 0 0;
  display: block;
  padding: 0;
  letter-spacing: -0.05rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
}

.mre-dtls a:hover {
  color: #d71920;
}

.mre-dtls a,
.mre-dtls a:after,
.mre-dtls a:before {
  transition: all 0.5s;
}

.mre-dtls a {
  position: relative;
  display: inline-block;
}

.mre-dtls a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  content: '.';
  color: transparent;
  background: #d71920;
  height: 1px;
}

.mre-dtls a:hover:after {
  width: 75px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .stnd-btn {
    padding: 12px 18px;
    font-size: 0.7rem;
    margin-left: 1px;
  }

  .mre-dtls a {
    font-size: 0.9rem;
    margin: 10px 0 0 0;
  }

  .mre-dtls a:after {
    bottom: 0;
    right: 0;
  }

  .main-button {
    font-size: 0.75rem;
  }
}

.main-banner .owl-dots {
  text-align: center;
}

.main-banner .owl-dots .owl-dot {
  width: 10px;
  background-color: #cbcbcb;
  height: 10px;
  border-radius: 100%;
  margin: 2px;
  outline: 0;
}

.main-banner .owl-dots .owl-dot.active {
  background-color: #d71920;
  outline: 0;
}

.main-banner .owl-dots .owl-dot.focus {
  outline: 0;
}

.main-banner .owl-dots .owl-dot.hover {
  outline: 0;
}

.main-banner .owl-stage {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.main-banner .owl-nav button.owl-next,
.main-banner .owl-nav button.owl-prev {
  font-size: 50px;
}

.main-banner .owl-next span,
.main-banner .owl-prev span {
  color: #57585b;
}

.main-banner .owl-next span:hover,
.main-banner .owl-prev span:hover {
  color: #d71920;
}

.main-banner .owl-next,
.main-banner .owl-prev {
  position: absolute;
  top: -25px;
  height: 100%;
}

.main-banner .owl-prev {
  left: -35px !important;
  outline: 0 !important;
}

.main-banner .owl-next {
  right: -50px !important;
  outline: 0 !important;
}

.main-banner .disabled {
  display: none !important;
}

.banner-caption {
  margin-top: 50px;
}

.main-banner .banner-img {
  text-align: center;
}

.banner-caption p {
  margin: 0;
}

@media (min-width: 320px) and (max-width: 767px) {
  .banner-caption {
    margin-top: 0;
    z-index: 2;
    position: relative;
  }

  .all-tabs .nav-tabs .nav-link {
    font-size: 12px !important;
    border: 0 solid transparent;
    border-radius: 0;
    color: #57585b;
    text-transform: uppercase;
    line-height: 18px;
  }

  .all-tabs .nav-tabs .nav-link i {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .banner-caption h5 em,
  .banner-caption h5 i,
  .offer-price p,
  .text-wrap h5 em,
  .text-wrap h5 i {
    font-size: 1.85rem;
    margin: 15px 0;
    display: block;
    text-decoration: none;
    font-style: normal;
  }

  .text-sm {
    font-size: 12px;
  }

  .main-banner .owl-nav {
    display: block !important;
  }

  .main-banner .owl-prev {
    left: -18px !important;
    outline: 0 !important;
  }

  .main-banner .owl-next {
    right: -18px !important;
    outline: 0 !important;
  }
}

.tab-content {
  margin-top: 35px;
}

.all-tabs .nav-tabs {
  border-bottom: 2px solid #e4e4e4;
}

.all-tabs .nav-tabs .nav-item {
  margin-bottom: -1px;
}

.all-tabs .nav-tabs .nav-link {
  font-size: 16px;
  border: 0 solid transparent;
  border-radius: 0;
  color: #57585b;
  text-transform: uppercase;
  line-height: 22px;
}

.all-tabs .nav-tabs .nav-link a {
  color: #57585b !important;
}

.all-tabs .nav-tabs .nav-link.active {
  color: #d71920;
  border-bottom: 1px solid #d71920;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

.all-tabs .nav-tabs .nav-link:hover {
  color: #d71920;
  border-bottom: 1px solid #d71920;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

.all-tabs .nav-tabs .nav-link:focus {
  outline: 0;
}

.all-tabs .nav-tabs .nav-link i {
  font-size: 30px;
  margin-bottom: 10px;
}

.inner-tabs .nav-tabs {
  border-bottom: transparent;
}

.inner-tabs .nav-tabs .nav-link {
  font-size: 12px;
  font-weight: 400;
  border: 0 solid transparent;
  border-radius: 0;
  padding: 0;
  text-transform: uppercase;
  color: #57585b;
  height: 95px;
  margin-bottom: 1px;
  filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-transition: all 0.3s ease-in-out;
}

.inner-tabs .nav-tabs .nav-link.active {
  color: #d71920;
  filter: none;
  -webkit-filter: grayscale(0);
  border-bottom: 1px solid #d71920;
}

.inner-tabs .nav-tabs .nav-link:active {
  color: #d71920;
  filter: none;
  -webkit-filter: grayscale(0);
}

.inner-tabs .nav-tabs .nav-link:hover {
  color: #d71920;
  filter: none;
  -webkit-filter: grayscale(0);
  border-bottom: 1px solid #d71920;
}

.inner-tabs .nav-tabs .nav-link:focus {
  outline: 0;
}

.inner-tabs .nav-tabs .nav-link img {
  width: 40px !important;
  margin-bottom: 8px;
}

.inner-tabs .inner-tabs-slider .custom-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.inner-tabs .inner-tabs-slider .owl-stage-outer {
  border-bottom: 1px solid #e4e4e4;
}

.inner-tabs .owl-stage {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.inner-tabs-slider .owl-nav button.owl-next,
.inner-tabs-slider .owl-nav button.owl-prev,
.owl-nav button.owl-prev,
.slider-thumbnails .owl-nav button.owl-next {
  font-size: 35px;
}

.inner-tabs-slider .owl-next span,
.inner-tabs-slider .owl-prev span,
.slider-thumbnails .owl-next span,
.slider-thumbnails .owl-prev span {
  color: #57585b;
}

.inner-tabs-slider .owl-next span:hover,
.inner-tabs-slider .owl-prev span:hover,
.slider-thumbnails .owl-next span:hover,
.slider-thumbnails .owl-prev span:hover {
  color: #d71920;
}

.inner-tabs-slider .owl-next,
.inner-tabs-slider .owl-prev {
  position: absolute;
  top: -25px;
  height: 100%;
}

.slider-thumbnails .owl-next,
.slider-thumbnails .owl-prev {
  position: absolute;
  top: 0;
  height: 100%;
}

.inner-tabs-slider .owl-prev,
.slider-thumbnails .owl-prev {
  left: -30px !important;
  outline: 0 !important;
}

.inner-tabs-slider .owl-next,
.slider-thumbnails .owl-next {
  right: -30px !important;
  outline: 0 !important;
}

.inner-tabs-slider .owl-dots,
.slider-thumbnails .owl-dots {
  display: none !important;
}

.inner-tabs-slider .disabled,
.slider-thumbnails .disabled {
  display: none !important;
}

@media (min-width: 320px) and (max-width: 767px) {
  .inner-tabs-slider .owl-prev,
  .slider-thumbnails .owl-prev {
    left: 0 !important;
    outline: 0 !important;
  }

  .inner-tabs-slider .owl-next,
  .slider-thumbnails .owl-next {
    right: 0 !important;
    outline: 0 !important;
  }

  .inner-tabs .nav-tabs .nav-item {
    flex-basis: 33.33% !important;
    transition: all, ease, 0.5s;
  }

  .inner-tabs .nav-tabs .nav-item:first-child {
    flex-basis: 100% !important;
  }

  .inner-tabs .owl-nav {
    display: block !important;
    pointer-events: auto !important;
  }

  .mg-tb-5 {
    margin: 8px 0;
  }
}

.select2-container--default .select2-selection--single {
  outline: 0 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #ddd !important;
  color: #57585b !important;
  font-size: 12px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 12px !important;
}

.select2-results__option {
  padding: 6px !important;
  font-size: 12px !important;
}

.custom-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #757575;
  line-height: 23px;
}

.custom-form .select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 1rem !important;
  padding-left: 0;
}

.custom-form .select2-container--default .select2-selection--single {
  background-color: transparent;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-radius: 0 !important;
  border-color: #ced4da;
}

.custom-form .select2-container {
  padding: 0.6rem 0 0.4rem;
}

.custom-form .select2-results__option {
  padding: 6px !important;
  font-size: 1rem !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #ddd !important;
  color: #57585b !important;
  font-size: 12px !important;
}

.tabs-sliders .owl-dots {
  text-align: center;
}

.tabs-sliders .owl-dots .owl-dot {
  width: 10px;
  background-color: #57585b;
  height: 10px;
  border-radius: 100%;
  margin: 2px;
  outline: 0;
}

.tabs-sliders .owl-dots .owl-dot.active {
  background-color: #d71920;
  outline: 0;
}

.tabs-sliders .owl-dots .owl-dot.focus {
  outline: 0;
}

.tabs-sliders .owl-dots .owl-dot.hover {
  outline: 0;
}

.tabs-sliders .owl-stage {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.tabs-sliders .owl-nav button.owl-next,
.tabs-sliders .owl-nav button.owl-prev {
  font-size: 50px;
}

.tabs-sliders .owl-next span,
.tabs-sliders .owl-prev span {
  color: #57585b;
}

.tabs-sliders .owl-next span:hover,
.tabs-sliders .owl-prev span:hover {
  color: #d71920;
}

.tabs-sliders .owl-next,
.tabs-sliders .owl-prev {
  position: absolute;
  top: -25px;
  height: 100%;
}

.tabs-sliders .owl-prev {
  left: -35px !important;
  outline: 0 !important;
}

.tabs-sliders .owl-next {
  right: -50px !important;
  outline: 0 !important;
}

.tabs-sliders .disabled {
  display: none !important;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .tabs-sliders .owl-nav {
    display: block !important;
  }

  .tabs-sliders .owl-next,
  .tabs-sliders .owl-prev {
    position: absolute;
    top: -25px;
    height: 100%;
  }

  .tabs-sliders .owl-prev {
    left: -18px !important;
    outline: 0 !important;
  }

  .tabs-sliders .owl-next {
    right: -18px !important;
    outline: 0 !important;
  }
}

.section-six {
  background-image: url(../img/section-six-bg.png);
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: contain;
}

.devices-install ul {
  width: 100%;
  height: auto;
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.devices-install ul li {
  border: 0 solid transparent;
  padding: 0 10px;
  width: 25%;
  float: left;
  height: auto;
}

.devices-install ul li img {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 30px;
}

.devices-install ul li button {
  padding: 15px 20px;
}

.devices-install ul li:first-child {
  margin-top: 250px;
  transition: all 0.5s;
}

.devices-install ul li:nth-child(2) {
  margin-top: 160px;
  transition: all 0.5s;
}

.devices-install ul li:nth-child(3) {
  margin-top: 60px;
  transition: all 0.5s;
}

.devices-install ul li:last-child {
  margin-top: 0;
  transition: all 0.5s;
}

@media (min-width: 320px) and (max-width: 767px) {
  .section-six {
    background-image: none;
  }

  .devices-install ul li {
    width: 100%;
  }

  .devices-install ul li button {
    padding: 12px 18px;
  }

  .devices-install ul li h5 {
    margin-top: 15px;
  }

  .devices-install ul li img {
    width: auto;
    float: none;
    max-width: 60%;
    height: auto;
    margin-bottom: 30px;
    margin: 0 auto;
    display: block;
    text-align: center;
  }

  .devices-install .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
  }

  .section-eight .container {
    min-height: 250px !important;
  }
}

.section-eight .container {
  min-height: 500px;
}

.section-eight {
  background-image: url(../img/sec-8-bg-new.png);
  background-position: right top;
  background-repeat: no-repeat;
}

.section-eight .img {
  margin-left: -420px;
  position: relative;
  top: 66px;
}

.fa-microphone {
  display: none !important;
}

.overlay {
  width: 415px;
  height: 415px;
  z-index: 5;
  float: left;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border: 30px solid #e4e5e6;
  border-radius: 100%;
}

.bundle-counter {
  position: relative;
  text-align: center;
  margin: 0 auto;
  display: table;
}

.bundle-counter .overlay {
  position: absolute;
  bottom: 42px;
  left: 45px;
}

.bundle-counter .overlay table td {
  padding: 15px 0;
  width: 150px;
  font-weight: 400;
  font-size: 25px;
  margin: 0;
  line-height: 15px;
  color: #bd1b20;
}

.bundle-counter .overlay table td span {
  font-size: 12px;
  color: #000;
}

.rs-handle-dot {
  transition: all, ease, 0.5s;
  background-color: #fd0 !important;
  box-shadow: 0 3px 10px -2px rgb(0, 0, 0, 0.49), 0 2px 15px rgba(0, 0, 0, 0.03);
  border: 0 !important;
}

.rs-handle-dot:hover {
  transform: scale(1.1);
  transition: all, ease, 0.5s;
  outline: 0;
}

.rs-control .rs-handle:after {
  background-color: #fff !important;
  border: 0 !important;
}

.bundle-counter .slider-overlay .four span,
.bundle-counter .slider-overlay .one span,
.bundle-counter .slider-overlay .three span,
.bundle-counter .slider-overlay .two span {
  font-weight: 300;
  font-size: 12px;
}

.bundle-counter .slider-overlay .one {
  position: absolute;
  left: -80px;
  top: -15px;
  font-weight: 600;
  line-height: 14px;
  font-size: 16px;
}

.bundle-counter .slider-overlay .two {
  position: absolute;
  left: -150px;
  top: 146px;
  font-weight: 600;
  line-height: 14px;
  font-size: 16px;
}

.bundle-counter .slider-overlay .three {
  position: absolute;
  left: -110px;
  bottom: 20px;
  font-weight: 600;
  line-height: 14px;
  font-size: 16px;
}

.bundle-counter .slider-overlay .four {
  position: absolute;
  left: 19px;
  bottom: -100px;
  font-weight: 600;
  line-height: 14px;
  font-size: 16px;
}

.slider-overlay {
  margin-top: 110px;
}

.desktop-view {
  display: block !important;
}

.slider {
  display: block !important;
}

.slider-mobile {
  display: none !important;
}

.mobile-view {
  display: none !important;
}

.middle-align-mble {
  margin-top: 140px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .bundle-counter {
    margin-top: 15px !important;
  }

  .bundle-counter .overlay table td {
    padding: 5px 5px;
    width: 74px !important;
    font-size: 14px;
    line-height: 12px;
  }

  .bundle-counter .overlay {
    width: 200px;
    height: 200px;
    border: 8px solid #e4e5e6;
    right: 0;
    left: 60px;
    top: 19px;
  }

  .bundle-counter .overlay table td {
    padding: 3px 3px;
    width: 90px;
    height: 50px;
    font-size: 11px;
    line-height: 13px;
    vertical-align: middle;
  }

  .bundle-counter .overlay table td span {
    font-size: 9px;
    line-height: 10px;
  }

  .bundle-counter .slider-overlay .one {
    left: -62px;
    top: 0;
  }

  .bundle-counter .slider-overlay .two {
    left: -88px;
    top: 75px;
  }

  .bundle-counter .slider-overlay .three {
    left: -70px;
    bottom: 0;
  }

  .bundle-counter .slider-overlay .four {
    left: -4px;
    bottom: -57px;
  }

  .bundle-counter .slider-overlay .one {
    line-height: 12px;
    font-size: 12px;
  }

  .bundle-counter .slider-overlay .two {
    line-height: 12px;
    font-size: 12px;
  }

  .bundle-counter .slider-overlay .three {
    line-height: 12px;
    font-size: 12px;
  }

  .bundle-counter .slider-overlay .four {
    line-height: 12px;
    font-size: 12px;
  }

  .slider-overlay {
    margin-top: 38px;
  }

  .slider-mobile {
    display: block !important;
    margin-left: 60px;
  }

  .mobile-view {
    display: block !important;
  }

  .desktop-view {
    display: none !important;
  }

  .copyright-txt p {
    line-height: 15px !important;
    padding-top: 10px;
  }

  .slider {
    display: none !important;
  }

  .bundle-counter .slider-overlay .four span,
  .bundle-counter .slider-overlay .one span,
  .bundle-counter .slider-overlay .three span,
  .bundle-counter .slider-overlay .two span {
    font-size: 10px;
  }

  .middle-align-mble {
    margin-top: 65px;
  }
}

footer {
  width: 100%;
  height: auto;
  float: left;
  margin: 70px 0 0 0;
}

.desk-footer-nav-bx {
  width: 100%;
  height: auto;
  float: left;
  margin: 50px 0 0;
}

.desk-footer-nav-bx ul {
  list-style-type: none;
  width: 20%;
  height: auto;
  float: left;
  margin: 0;
  padding: 0;
}

.phone-box .phone-text p {
  font-weight: 400;
}

.desk-ftr-reach-us-bx h6 {
  font-size: 14px;
  font-weight: 400;
}

.desk-footer-nav-bx ul li {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 0.5em;
}

.desk-footer-nav-bx ul .ftr-nv-heading > a {
  color: #d71920;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
}

.desk-footer-nav-bx ul li a {
  font-size: 0.9em;
  padding: 0;
  margin: 0;
  color: #57585b;
}

.desk-footer-nav-bx ul li a:hover {
  transition: color 0.3s linear, background-color 0.3s linear;
  color: #d71920;
  border: 0;
  outline: 0;
}

.desk-ftr-reach-us-bx {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 25px;
}

.ftr-follow-us {
  width: auto;
  float: right;
}

.ftr-follow-us ul {
  width: auto !important;
  list-style-type: none;
  float: right;
  margin: 5px 0 0 0;
  padding: 0;
}

.ftr-follow-us ul li {
  width: auto;
  margin: 0;
  padding: 10px 8px;
  float: left;
  transition: all 0.5s;
}

.ftr-follow-us ul li a {
  font-size: 24px;
}

.phone-box {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 20px;
}

.phone-box .icon-bx a:hover {
  color: #57585b;
  border: 1px solid #d71920;
}

.phone-box .phone-text {
  width: auto;
  height: auto;
  float: left;
  margin-left: 15px;
}

.mg-tp-none {
  margin-top: 0;
}

.jama-punji {
  width: auto;
  float: right;
  margin: 0;
  padding: 0;
}

.copyright-box {
  width: 100%;
  height: auto;
  float: left;
  border-top: 1px solid #ccc;
}

.copyright-txt {
  width: auto;
  float: left;
  height: 25px;
  margin-top: 10px;
}

.copyright-txt p {
  line-height: 24px;
  font-weight: 400;
}

.sitemap-nav {
  width: 100%;
  height: 50px;
  float: left;
}

.sitemap-nav ul {
  width: auto;
  float: right;
  list-style-type: none;
  margin: 12px 0 0 0;
}

.sitemap-nav ul li {
  width: auto;
  float: left;
  padding: 0 10px;
  border-right: 1px solid #d71920;
  height: 16px;
  line-height: 16px;
}

.sitemap-nav ul li:last-child {
  border: 0;
}

.sitemap-nav ul li a {
  font-size: 14px;
  color: #d71920;
  font-weight: 400;
  transition: all 0.5s;
}

.sitemap-nav ul li a:hover {
  color: #57585b;
  border-bottom: 1px solid #ccc;
}

.three-icon-ftr-box {
  width: 100%;
  height: auto;
  float: left;
  margin: 25px 0 0 0;
}

.mg-top-20 {
  margin-top: 20px;
}

.mobile-header-box {
  display: none;
}

.mob-ftr {
  display: none;
}

@media (min-width: 320px) and (max-width: 767px) {
  .section-eight,
  .section-five,
  .section-four,
  .section-nine,
  .section-seven,
  .section-six,
  .section-three,
  .section-two {
    margin-top: 50px;
  }

  .section-one {
    margin-top: 30px;
  }

  .section-two span {
    height: auto;
  }

  .section-two span img {
    width: 95%;
  }

  .section-two p {
    font-size: 12px;
    width: 70px;
  }

  .section-eight img {
    margin-top: 30px;
  }

  .all-tabs {
    margin: 20px 0;
  }

  .subtitle1 {
    font-size: 0.75rem;
  }

  .subtitle3 {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -0.05rem;
    text-transform: capitalize;
  }

  .mg-100 {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .bundle-counter {
    margin: 0;
  }

  .mg-20 {
    margin-top: 20px;
  }

  .container {
    width: 100%;
    padding-right: 18px;
    padding-left: 18px;
  }

  .main-banner .owl-dots {
    text-align: center;
  }

  .desk-ftr {
    display: none;
  }

  .desk-header-bx {
    display: none;
  }

  .mobile-header-box {
    display: block !important;
    margin-top: 0;
    width: 100%;
    height: auto;
    position: fixed;
    float: left;
    margin: 0;
    z-index: 999999;
    top: 0;
    left: 0;
    background-color: #fff;
    border-bottom: 0.5px solid #cccccce3;
    backdrop-filter: blur(4px);
    transition: top 0.3s;
    padding: 12px 0;
  }

  .m-logo-bx {
    width: 20%;
    float: left;
    border-right: 1px solid #e4e4e4;
    height: 42px;
  }

  .ext-nav-btn-bx {
    width: 10%;
    height: auto;
    float: left;
    font-size: 22px;
    margin-top: 6px;
    text-align: center;
    position: relative;
  }

  .ext-nav-btn-bx a {
    cursor: pointer;
    color: #57585b !important;
  }

  .search-box {
    width: 50%;
    height: auto;
    float: left;
    position: relative;
  }

  .dark-mode a span {
    color: #d71920 !important;
  }

  .search-box input {
    width: 100%;
    height: 35px;
    margin-top: 2px;
    border: 1px solid #ccc;
    text-indent: 5px;
    font-size: 12px;
    outline: 0;
  }

  .search-box input:focus {
    border: 1px solid #d71920;
  }

  .search-mic {
    width: auto;
    display: block;
    position: absolute;
    top: 9px;
    right: 9px;
    font-size: 15px;
    color: #d71920 !important;
  }

  .mode-btn.m15 {
    margin-top: 15px;
  }

  .mob-nav-btn-bx {
    width: 10%;
    height: auto;
    float: right;
    text-align: right;
  }

  .mob-nav-btn {
    color: #d71920;
    font-size: 24px;
    line-height: 40px;
    cursor: pointer;
  }

  .sidepanel {
    width: 0;
    position: fixed;
    z-index: 1;
    height: 250px;
    top: 85px;
    right: 0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    border-top: 1px solid #e4e4e4;
    -webkit-box-shadow: 1px 1px 1px 1px #000;
    box-shadow: -3px -2px 5px 2px rgba(0, 0, 0, 0.1);
  }

  .sidepanel a {
    transition: 0.3s;
  }

  .sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
  }

  .mob-nav-box {
    width: 100%;
    height: auto;
    float: left;
    margin: 15px 0 0 0;
    padding: 0;
  }

  .mob-nav-box ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

  .main-link-panel {
    width: 100%;
    height: auto;
    float: left;
    border-bottom: 1px solid #e4e4e4;
  }

  .main-link-panel:first-child {
    border-top: 1px solid #e4e4e4;
  }

  .main-link-panel:last-child {
    border-bottom: none !important;
  }

  .lvl-1 {
    width: 100%;
    height: 50px;
    display: block;
    float: left;
    border-top: 1px solid #e4e4e4;
    padding: 0 10px;
    line-height: 50px;
    font-size: 16px;
    color: #808284 !important;
    text-transform: uppercase;
  }

  .mob-nav-box ul li {
    width: 100%;
    height: auto;
    float: left;
  }

  .mob-nav-box ul li a {
    width: 100%;
    height: 50px;
    display: block;
    float: left;
    border-top: 0;
    border-bottom: 0;
    padding: 0 10px;
    line-height: 50px;
    font-size: 16px;
    color: #808284 !important;
    text-transform: uppercase;
    transition: all 0.5s;
    text-indent: 0;
  }

  .mob-nav-box ul li a:hover {
    color: #d71920 !important;
  }

  .ext-nav-cont {
    float: left;
    width: 100%;
    margin-top: 5px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.97);
    text-align: center;
    display: none;
    /* top: 95px; */
    top: 60px;
    left: 0;
    z-index: 9;
  }

  .ext-nav-cont .ext-nav-btn {
    height: auto;
    text-align: center;
    color: #fff !important;
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 40px;
    display: inline-block;
    padding: 0 4px;
  }

  .mob-search-result {
    min-height: 170px;
    border-bottom: 1px solid #e4e4e4;
    text-indent: 5px;
    font-size: 14px;
    position: absolute;
    width: 100%;
    z-index: 2;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    height: 270px;
    overflow-y: scroll;
    top: 66px;
    left: 0;
    padding: 15px 0 0 6px;
    transition: all 0.5s;
  }

  .mob-search-result ul {
    padding: 0;
    list-style: none;
  }

  .mob-search-result ul li {
    margin: 6px 1px 0;
  }

  .mob-search-result ul li a {
    font-size: 13px;
    font-weight: 300;
    color: #57585b;
  }

  .mob-search-result .fa-times-circle {
    font-size: 18px;
    position: absolute;
    right: 12px;
    top: 20px;
    color: #d71920;
  }

  .search-box input:focus .mob-search-result {
    visibility: visible;
    opacity: 1;
  }

  .btn-cus-style {
    margin-top: 3px !important;
  }

  .btn-cus-style span {
    color: #d71920 !important;
  }

  .animated-icon3 span {
    padding: 1.5px;
  }

  .animated-icon1,
  .animated-icon2,
  .animated-icon3 {
    top: 3px;
    width: 18px;
    height: 15px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }

  .animated-icon1 span,
  .animated-icon2 span,
  .animated-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

  .animated-icon1 span {
    background: #e65100;
  }

  .animated-icon2 span {
    background: #e3f2fd;
  }

  .animated-icon3 span {
    background: #d71920;
  }

  .animated-icon1 span:nth-child(1) {
    top: 0;
  }

  .animated-icon1 span:nth-child(2) {
    top: 6px;
  }

  .animated-icon1 span:nth-child(3) {
    top: 12px;
  }

  .animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }

  .animated-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .animated-icon2 span:nth-child(1) {
    top: 0;
  }

  .animated-icon2 span:nth-child(2),
  .animated-icon2 span:nth-child(3) {
    top: 10px;
  }

  .animated-icon2 span:nth-child(4) {
    top: 20px;
  }

  .animated-icon2.open span:nth-child(1) {
    top: 11px;
    width: 0;
    left: 50%;
  }

  .animated-icon2.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .animated-icon2.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .animated-icon2.open span:nth-child(4) {
    top: 11px;
    width: 0;
    left: 50%;
  }

  .animated-icon3 span:nth-child(1) {
    top: 0;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  .animated-icon3 span:nth-child(2) {
    top: 6px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  .animated-icon3 span:nth-child(3) {
    top: 12px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  .animated-icon3.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    left: 0;
  }

  .animated-icon3.open span:nth-child(2) {
    width: 0;
    opacity: 0;
  }

  .animated-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 13px;
    left: 0;
  }

  .navbar-toggler,
  .third-button:focus {
    outline: 0 !important;
  }

  .mob-ftr {
    display: block;
    width: 100%;
    height: auto;
    float: left;
    margin-top: 20px;
  }

  .single-ftr-accor {
    width: 100%;
    height: auto;
    float: left;
  }

  .mob-ftr-nav-bx {
    width: 100%;
  }

  .footer-accr-heading {
    width: 100%;
    border-bottom: 1px solid #cccdcd;
  }

  .footer-accr-heading a {
    display: block;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    color: #57585b;
    font-weight: 400;
    transition: all 0.5s;
    padding: 15px 6px;
  }

  .footer-accr-heading a:hover {
    color: #d71920;
  }

  .text-right-ftr {
    float: right;
    font-size: 11px;
    line-height: 20px;
    font-weight: 300;
  }

  .text-right-ftr i {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }

  .footer-accr-heading a[aria-expanded='true'] .text-right-ftr i {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .mob-ftr-nav-bx ul {
    list-style-type: none;
    margin: 0;
    padding: 10px;
  }

  .mob-ftr-nav-bx ul li {
    width: 100%;
  }

  .mob-ftr-nav-bx ul li a {
    color: #57585b;
    font-size: 0.8em;
    font-weight: 300;
    transition: all 0.5s;
  }

  .mob-ftr-nav-bx ul li a:hover {
    color: #d71920;
    text-decoration: underline;
  }

  .phone-box {
    text-align: center;
  }

  .phone-box .phone-text {
    width: 100%;
    height: auto;
    float: left;
    margin-left: 0;
  }

  .phone-box .icon-bx a {
    width: 45px;
    height: 45px;
    float: none;
    margin: 0 auto;
  }

  .phone-box .icon-bx {
    padding: 0;
    float: none;
    display: flex;
    padding-top: 0;
    justify-content: center;
    align-items: center;
    margin: 20px auto 0;
  }

  .ftr-follow-us {
    width: 100%;
  }

  .ftr-follow-us ul {
    width: 100% !important;
    list-style-type: none;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }

  .ftr-follow-us ul li a {
    font-size: 24px;
    color: #57585b;
  }

  .jama-punji {
    width: 100%;
    float: right;
    margin: 20px 0;
    padding: 0;
    text-align: center;
  }

  .copyright-txt {
    width: 100%;
  }

  .sitemap-nav {
    width: 100%;
    height: 50px;
    float: left;
    margin-top: 10px;
  }

  .sitemap-nav ul li {
    width: auto;
    float: none;
    padding: 0 12px;
    border-right: 1px solid #d71920;
    height: 16px;
    line-height: 16px;
    display: inline-block;
  }

  .sitemap-nav ul {
    width: 100%;
    float: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  .mob-nav-box ul li {
    width: 100%;
    height: auto;
    display: inline-block;
  }

  .menu-icon {
    height: 20px;
    width: 25px;
    position: relative;
    top: 7px;
    left: 17px;
  }

  .menu-icon:hover {
    cursor: pointer;
  }

  .menu-icon:hover .menu-icon__bar {
    opacity: 0.6;
  }

  .menu-icon__bar {
    position: absolute;
    top: 50%;
    height: 2px;
    width: 100%;
    background-color: #d71920;
    display: block;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }

  .menu-icon__bar::after,
  .menu-icon__bar::before {
    height: 2px;
    width: 100%;
    content: '';
    background-color: #d71920;
    display: block;
    position: absolute;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }

  .menu-icon__bar::before {
    top: -10px;
  }

  .menu-icon__bar::after {
    bottom: -10px;
  }

  .menu-icon--open .menu-icon {
    position: relative;
  }

  .menu-icon--open .menu-icon__bar {
    background: 0;
  }

  .menu-icon--open .menu-icon__bar::after,
  .menu-icon--open .menu-icon__bar::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .menu-icon--open .menu-icon__bar::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .menu-icon--open .menu-icon__bar::before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .nav--active {
    position: absolute;
    top: 60px;
  }

  .nav__list {
    padding-left: 0;
    list-style: none;
  }

  .nav__item {
    font-family: Questrial, sans-serif;
    margin-bottom: 10px;
    text-align: left;
  }

  .nav__link {
    position: relative;
    color: #fff;
    text-decoration: none;
  }

  .nav__link--minus::after,
  .nav__link--plus::after {
    color: #fff;
    font-family: FontAwesome;
    font-size: 10px;
    position: absolute;
    top: 50%;
    right: -20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .nav__link--minus {
    color: #c14500;
  }

  .nav__link--minus::after {
    content: '';
    color: #c14500;
  }

  .nav__link:hover {
    opacity: 0.6;
  }

  .nav__sub-list {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    display: none;
    list-style: none;
    padding-left: 10px;
  }

  .nav__sub-list--active {
    display: block;
  }

  .nav__sub-item .nav__link {
    color: rgba(255, 255, 255, 0.6);
  }

  .nav__sub-item:not(:last-child) {
    padding-bottom: 10px;
  }

  .inner {
    display: none;
    float: left;
    margin: 0 0 18px 0 !important;
  }

  .inner li a {
    height: auto !important;
    line-height: 24px !important;
    border-bottom: none !important;
    font-size: 0.8rem !important;
  }

  .dir-2nd-lvl {
    float: right;
    font-size: 14px;
    border-bottom: none !important;
  }
}

.home-ticker marquee {
  background-color: transparent;
  padding: 0;
  margin: 0;
  height: auto;
  font-size: 12px;
  line-height: 12px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

.section-two a p {
  margin: 0 auto;
  display: table;
  text-align: center;
}
section.section-inner-top > div > div > div > nav > ol {
  align-items: baseline !important;
}

ol.breadcrumb {
  align-items: baseline !important;
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
  align-items: baseline !important;
}

.breadcrumb-item a:hover {
  color: #d71920;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #57585b;
  content: '>';
  font-size: 17px;
}

.news-ticker {
  display: block;
  width: 100%;
  border-top: solid 1px #e4e4e4;
  background: #fff;
  height: 38px;
  box-sizing: border-box;
  position: relative;
  line-height: 0.88em;
  overflow: hidden;
  border-radius: 2px;
  text-align: center;
  font-size: 0.75em;
}

.news-ticker * {
  box-sizing: border-box;
}

.news-ticker.bn-fixed-top {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}

.news-ticker.bn-fixed-bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}

.bn-news {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  right: 0;
  overflow: hidden;
}

.bn-effect-scroll .bn-news ul {
  display: block;
  width: 100%;
  position: relative;
}

.bn-effect-scroll .bn-news ul li {
  display: list-item;
  position: relative;
}

.bn-news marquee {
  text-decoration: none;
  padding: 14px 10px !important;
  color: #57585b;
  position: relative;
  display: block;
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
}

.bn-news ul {
  width: 100%;
  padding-left: 0;
  margin-left: 0;
}

.bn-news marquee a {
  color: #57585b;
  padding-right: 150px;
}

.gallery-img {
  position: relative !important;
}

.gallery-img-overlay {
  position: absolute;
  background-color: #00000096;
  bottom: 0;
  color: #fff;
  font-weight: 600;
  width: 100%;
}

.gallery-img-overlay p {
  line-height: 18px;
  padding: 10px 10px;
  margin: 0;
}

.features-wrap p {
  font-size: 10px;
}

.features-wrap span {
  font-size: 14px;
  font-weight: 500;
}

.updown-border {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 15px 0;
  margin-bottom: 40px;
}

.innertab_ppd {
  border: none !important;
}

.innertab_ppd .nav-item .nav-link {
  white-space: nowrap;
}

.mdbselectcustome {
  border: 0;
  border-bottom: 1px solid #ccc;
}

.img_youtube_icon .youtube_play {
  position: absolute;
  margin-top: -150px;
  margin-left: 133px;
  cursor: pointer;
  width: 84px;
}

.img.img.img-fluid.youtube_play {
  width: 84px;
}

.ordersim-youtube-mobile .owl-dots {
  display: none;
}

.ordersim-youtube-mobile .owl-nav {
  position: relative;
  top: -232px;
  font-size: 90px;
  color: #ccc;
}

.ordersim-youtube-mobile button.owl-next {
  float: right;
}

.ordersim-youtube-mobile {
  height: 276px;
  margin-top: 0;
}

.subsrptn-modals .modal-header {
  border-bottom: 0;
}

.custom-close {
  margin: 0;
  padding: 0;
}

.custom-close .close-btn {
  position: relative;
  top: -30px;
  background-color: #fff;
  border-radius: 100%;
  color: #d71920;
  opacity: 1 !important;
  width: 50px;
  height: 50px;
  z-index: 9;
  padding: 0;
  -webkit-box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.75);
}

.custom-close .close-btn:hover {
  opacity: 1 !important;
}

.custom-close .close-btn:focus {
  opacity: 1 !important;
  outline: 0;
}

.bg-mble-scrn {
  position: relative;
  text-align: center;
  margin: 0 auto;
  display: table;
}

.overlay-mble-txt {
  position: absolute;
  top: 75px;
  left: 15px;
  right: 15px;
}

.overlay-mble-txt h5 {
  font-size: 15px;
  line-height: 20px;
}

.overlay-mble-txt .body3 {
  font-weight: 300 !important;
}

.subsrptn-modals .stnd-btn {
  padding: 12px 30px !important;
  font-size: 11px;
  font-weight: 300;
  line-height: 11px;
  margin: 0;
  width: 100%;
}

.subsrptn-modals .md-form.md-outline {
  margin: 15px 0 10px 0;
}

.subsrptn-modals .md-form.md-outline input[type='text']:focus:not([readonly]) {
  border-color: #d71920 !important;
  -webkit-box-shadow: inset 0 0 0 1px #d71920 !important;
  box-shadow: inset 0 0 0 1px #d71920 !important;
}

.subsrptn-modals .md-form.md-outline input[type='text']:focus:not([readonly]) + label {
  color: #d71920;
}

.subsrptn-modals .md-form.md-outline label {
  font-size: 11px;
  position: absolute;
  top: 2px;
}

@media (min-width: 768px) {
  .subsrptn-modals .modal-dialog.modal-bottom {
    bottom: 0;
    position: fixed;
    margin: 0 !important;
    width: 100%;
    max-width: 100% !important;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .subsrptn-modals .modal-dialog {
    position: absolute;
    width: auto;
    pointer-events: none;
    bottom: 0;
    width: 100% !important;
    margin: 0;
    max-width: 100% !important;
  }

  .img-minus-m {
    display: block;
    margin-top: -160px !important;
  }

  .img-minus-d {
    display: none !important;
  }

  .main-banner .banner-img {
    text-align: right !important;
  }

  .ban-cap-m-hgt {
    height: auto;
    padding-bottom: 30px;
  }

  .ext-nav-cont ul li {
    width: auto;
    height: auto;
    margin: 0;
    text-align: left;
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 0;
  }

  .ext-nav-cont ul li a {
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1rem;
    color: #57585b;
  }

  .ext-nav-cont ul li a:hover {
    color: #d71920;
  }

  .ext-nav-cont ul li:first-child {
    border-top: 1px solid #e4e4e4;
  }

  .ext-nav-cont ul li:last-child {
    border-bottom: 0 solid #e4e4e4;
  }

  .section-eight {
    background-image: url(../img/sec-8-bg-new.png);
    background-position: 60px 100%;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .section-eight .text-wrap {
    text-align: left;
  }

  .section-eight .img {
    margin-left: 0;
    top: 0;
  }

  .inner-tabs .nav-tabs .nav-link {
    height: 105px !important;
    font-size: 10px;
  }

  .inner-tabs .nav-tabs .nav-link {
    font-size: 9px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .subsrptn-modals .modal-dialog {
    position: absolute;
    width: auto;
    pointer-events: none;
    bottom: 0;
    width: 100% !important;
    margin: 0;
    max-width: 100% !important;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .subsrptn-modals .modal-dialog {
    position: absolute;
    width: auto;
    pointer-events: none;
    bottom: 0;
    width: 100% !important;
    margin: 0;
    max-width: 100% !important;
  }
}

.img-minus-d {
  display: block;
}

.img-minus-m {
  display: none;
}

#myTabContent button {
  z-index: 9;
}

.ext-nav-cont ul {
  width: 100%;
  height: auto;
  list-style-type: none;
  float: left;
  margin: 0;
  padding: 10px 20px;
  border-bottom: 1px solid #ccc;
}

.offer-box p {
  height: auto !important;
  margin-bottom: 0;
  font-weight: 400;
  color: #57585b;
}

.level-3-text {
  font-size: 10px !important;
  line-height: 12px;
  display: block !important;
  margin: 12px 0;
}

.svg-icon-filter {
  height: 40px;
  -webkit-filter: grayscale(100%) !important;
  filter: grayscale(100%) !important;
  transition: all 0.5s;
  margin-bottom: 8px !important;
}

@media (max-width: 767px) {
  .sim-img-res {
    max-width: 40% !important;
    /* height: auto !important; */
    font-size: 1px !important;
    /* width: 20px !important; */
    max-height: 55px !important;
    margin: 0 auto;
    margin-top: 30px;
  }

  .nav-tabs .nav-item {
    margin-bottom: -13px;
  }

  .inner-tabs .nav-tabs .nav-link {
    padding-bottom: 10px !important;
    margin-bottom: 11px;
  }

  body.urdu .section-inner .inner-tabs .nav-tabs .nav-link {
    margin-bottom: 24px;
    padding-bottom: 10px !important;
  }

  .social-inner-bund {
    margin-left: -15px;
  }

  #profile .col-6.cstm {
    margin-top: 0;
  }

  .body2 {
    padding-right: 10px;
  }
}

.svg-icon-filter:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.all-tabs .nav-tabs .nav-link.active .svg-icon-filter {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.all-tabs .nav-tabs .nav-link:hover > .svg-icon-filter {
  -webkit-filter: grayscale(0) !important;
  filter: grayscale(0) !important;
}

.head-jc {
  margin-top: 40%;
}

.mobile-faci .d-flex.justify-content-start {
  margin-bottom: 60px;
}

.updown-border {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 15px 0;
  margin-bottom: 40px;
}

.innertab_ppd {
  border: none !important;
}

.innertab_ppd .nav-item .nav-link {
  white-space: nowrap;
}

.mdbselectcustome {
  border: 0;
  border-bottom: 1px solid #ccc;
}

.img_youtube_icon .youtube_play {
  position: absolute;
  margin-top: 83px;
  margin-left: -205px;
  cursor: pointer;
  width: 84px;
}

.img.img.img-fluid.youtube_play {
  width: 84px;
}

.ordersim-youtube-mobile .owl-dots {
  display: none;
}

.ordersim-youtube-mobile .owl-nav {
  position: relative;
  top: -232px;
  font-size: 90px;
  color: #ccc;
}

.ordersim-youtube-mobile button.owl-next {
  float: right;
}

.ordersim-youtube-mobile {
  height: 276px;
  margin-top: 0;
}

.modelordersimdata .modal p {
  margin-bottom: 0 !important;
}

.modelordersimdata .modal {
  text-align: center;
  padding: 0 !important;
}

.modelordersimdata .modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modelordersimdata .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modelordersimdata .modal-footer,
.modelordersimdata .modal-header {
  border: none !important;
}

.mg-tb-10 {
  margin: 10px 0;
}

.mg-tb-5 {
  margin: 5px 0;
}

@media (max-width: 767px) and (min-width: 320px) {
  .head-jc {
    margin-top: 0;
  }

  .mobile-faci .d-flex.justify-content-start {
    margin-bottom: 30px;
  }

  .mobile-faci .d-flex.justify-content-start {
    margin-bottom: 30px;
  }

  .website-sim-tabs .col-lg-12 .leftkey {
    text-align: left !important;
    margin-top: 0 !important;
  }

  .website-sim-tabs .detail-lists {
    padding-left: 0;
  }

  .btm-dir-gif {
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0;
    text-align: center;
    display: block !important;
    z-index: 99999;
  }

  .btm-dir-gif img {
    width: 50px;
    height: auto;
    display: none;
  }

  #daily_bundle_name_mobile,
  #monthly_bundle_name_mobile,
  #weekly_bundle_name_mobile {
    margin-top: 30px;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  .head-jc {
    margin-top: 0;
  }

  .img.img.img-fluid.youtube_play {
    width: 50px;
  }

  .img_youtube_icon .youtube_play {
    position: absolute;
    margin-top: 50px;
    margin-left: -132px;
    cursor: pointer;
    width: 84px;
  }
}

@media (max-width: 320px) {
  h5 {
    font-size: 0.9rem;
  }
}

.md-form input[type='date']:focus:not([readonly]),
.md-form input[type='datetime-local']:focus:not([readonly]),
.md-form input[type='email']:focus:not([readonly]),
.md-form input[type='number']:focus:not([readonly]),
.md-form input[type='password']:focus:not([readonly]),
.md-form input[type='search-md']:focus:not([readonly]),
.md-form input[type='search']:focus:not([readonly]),
.md-form input[type='tel']:focus:not([readonly]),
.md-form input[type='text']:focus:not([readonly]),
.md-form input[type='time']:focus:not([readonly]),
.md-form input[type='url']:focus:not([readonly]),
.md-form textarea.md-textarea:focus:not([readonly]) {
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
  border-bottom: 1px solid #d71920;
}

.md-form input[type='date']:focus:not([readonly]) + label,
.md-form input[type='datetime-local']:focus:not([readonly]) + label,
.md-form input[type='email']:focus:not([readonly]) + label,
.md-form input[type='number']:focus:not([readonly]) + label,
.md-form input[type='password']:focus:not([readonly]) + label,
.md-form input[type='search-md']:focus:not([readonly]) + label,
.md-form input[type='search']:focus:not([readonly]) + label,
.md-form input[type='tel']:focus:not([readonly]) + label,
.md-form input[type='text']:focus:not([readonly]) + label,
.md-form input[type='time']:focus:not([readonly]) + label,
.md-form input[type='url']:focus:not([readonly]) + label,
.md-form textarea.md-textarea:focus:not([readonly]) + label {
  color: #d71920;
}

.website-sim-tabs .detail-lists li {
  list-style-type: none;
}

.color-red.clickhover:hover {
  color: #d71920 !important;
}

input:-internal-autofill-selected {
  background-color: #fff;
}

.btm-dir-gif {
  display: none;
}

@media (max-width: 767px) and (min-width: 320px) {
  .tabmobile324 {
    width: 100%;
  }
}

.list-filter-btn {
  margin: 25px 0 0 0;
  font-size: 1.3rem;
  padding: 0;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.8rem;
  text-transform: capitalize;
  width: auto;
  text-align: right;
  float: right;
}

.toggle-filterr {
  cursor: pointer;
}

.list-filter-btn img {
  height: 20px;
  margin-bottom: 0 !important;
}

.list-filter-btn:hover .svg-icon-filter {
  -webkit-filter: grayscale(0) !important;
  filter: grayscale(0) !important;
}

.filters-txt {
  color: #57585b;
  font-size: 13px;
}

.list-filter-btn:hover .filters-txt {
  color: #d71920;
}

.active .svg-icon-filter {
  -webkit-filter: grayscale(0) !important;
  filter: grayscale(0) !important;
  color: #d71920;
}

.active .filters-txt {
  color: #d71920;
}

@media (min-width: 768px) and (max-width: 992px) {
  .d-main-nav-bx ul li {
    padding: 0 6px;
  }

  .d-logo-box {
    width: 58%;
  }

  .d-rgt-tp-nav {
    margin: 28px 0 0 10px;
  }

  .d-rgt-tp-nav ul li {
    padding: 0 6px;
  }

  .bundle-counter {
    margin: 0 0 0 75px;
  }

  .section-eight .img {
    margin-left: -100px;
  }

  .desk-footer-nav-bx ul {
    width: 33.33%;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .bundle-counter {
    margin: 0;
  }

  .section-eight .img {
    margin-left: -100px;
  }

  .desk-footer-nav-bx ul {
    width: 33.33%;
  }

  .ftr-follow-us ul {
    width: 100%;
  }
}

.cookie-modal {
  position: fixed;
  bottom: 0;
  background-color: #fff;
  padding: 5px 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: all ease, 0.5s;
  z-index: 1;
}

.form-control:focus {
  border-color: #d71920;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(215, 25, 25, 0.22);
}

.border-red {
  border: 1px solid #d71920;
}

.border-light-grey {
  border: 1px solid #e4e4e4;
}

/*.rotate{transform:rotate(-90deg);transform-origin:left top;width:100vh;overflow:hidden;position:fixed;top:100%;left:0}*/
.text-capitalize {
  text-transform: capitalize;
}

.breadcrumb {
  background-color: transparent;
}

.breadcrumb li.active a {
  color: #d71920;
}

.breadcrumb-item a:hover {
  color: #d71920;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #57585b;
  content: '>';
  font-size: 17px;
}

.offer-box {
  margin: 10px 10px 25px;
  padding: 15px 15px 0 15px;
  position: relative;
  transition: all, ease, 0.5s;
}

.offer-box:hover {
  border: 1px solid #fff;
  transition: all, ease, 0.5s;
  transform: scale(1.02);
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
  outline: 0;
}

.offer-box-content-wrap {
  max-height: 300px;
  min-height: 310px;
  overflow: hidden;
}

.offer-box .row {
  margin: 0;
}

.offer-box h4 {
  margin-bottom: 10px;
  height: 68px;
}

.offer-box h5 {
  margin-top: 10px;
  font-size: 1.1rem;
  min-height: 28px;
  text-transform: none !important;
  font-weight: 500;
}

.offer-box h5:first-child {
  text-transform: uppercase;
}

.offer-box h6 {
  margin-bottom: 5px;
  font-size: 1.1rem;
  font-weight: 300;
}

.offer-box .mre-dtls {
  margin-top: 21px;
  display: inline-block;
  font-size: 0.875rem;
  float: right;
}

.offer-box .mre-dtls a {
  margin: 0;
}

.offer-box .col-sm-6 .offer-img {
  position: absolute;
  bottom: 0;
  transition: all 0.3s ease;
  right: 0;
}

.offers-wrapper .col-sm-12,
.offers-wrapper .col-sm-4,
.offers-wrapper .col-sm-6 {
  transition: all 0.5s ease;
}

.offers-wrapper .col-sm-4 {
  padding: 0;
}

.offer-box.lable-new::before {
  content: 'New';
  position: absolute;
  color: #fff;
  background: #d71920;
  right: 0;
  top: 9px;
  padding: 3px 10px;
  box-shadow: 0 2px 4px 0 #b2b2b2;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 300;
}

.offer-box.recommend::after {
  content: 'Recommended FOR YOU';
  position: absolute;
  color: #d71920;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 500;
  bottom: -29px;
  right: 0;
  left: 0;
  text-align: center;
}

.offer-dropdowns {
  text-align: center;
  width: 100%;
  padding: 25px 0;
}

.custom-dropdown {
  transition: all 0.3s ease;
  transform-origin: 0 0;
  padding: 12px 5px 12px 5px;
  outline: 0;
  width: 15%;
  font-size: 12px;
  color: #57585b;
  border: 1px solid #57585b;
  border-radius: 2px;
  margin: 0 10px;
  font-weight: 400;
}

.custom-dropdown:active,
.custom-dropdown:focus,
.custom-dropdown:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
  outline: 0;
}

.custom-dropdown:active,
.custom-dropdown:focus,
.custom-dropdown:hover {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 2px 2px 0 rgba(0, 0, 0, 0.12);
}

.custom-dropdown.data-option {
  background: url(../img/icon-data.png) no-repeat 8px center;
}

.custom-dropdown.call-option {
  background: url(../img/icon-calls.png) no-repeat 8px center;
}

.custom-dropdown.hybrid-option {
  background: url(../img/icon-hybrid.png) no-repeat 8px center;
}

.inner-layout-option {
  width: 100%;
  text-align: right;
  padding-right: 16px;
}

.inner-layout-option ul {
  padding: 0;
  margin: 0;
}

.inner-layout-option li {
  display: inline-block;
  cursor: pointer;
}

.inner-layout-option i {
  color: #656d6f;
  font-size: 30px;
  border-right: 1px solid #e4e4e4;
  padding: 0 10px;
}

.inner-layout-option li:last-child i {
  border: 0;
}

.offer-box .spinner-grow {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 50%;
  display: none;
}

.all-tabs.inner-tabs {
  width: 100%;
}

.all-tabs.inner-tabs .nav-tabs .nav-link {
  font-size: 11px;
  padding: 12px 0 12px 0;
  font-weight: 600;
}

.tabs-radio-btns {
  width: 100%;
  padding: 30px 0 0;
  text-align: center;
}

.tabs-radio-btns ul {
  padding: 0;
  list-style: none;
}

.tabs-radio-btns li {
  display: inline-block;
}

.innner-radioo-btns {
  -webkit-appearance: none;
  margin: 0;
  width: 30px;
  height: 30px;
  background: #979797;
  box-shadow: inset 0 0 0 0.3em #fff, 0 0 0 0.1em;
  border-radius: 50%;
  transition: 0.2s;
  cursor: pointer;
  color: #979797;
}

.innner-radioo-btns:hover {
  background: #d71920;
  box-shadow: inset 0 0 0 0.6em #fff, 0 0 0 0.1em #d71920;
}

.innner-radioo-btns:checked {
  background: #d71920;
  box-shadow: inset 0 0 0 0.3em #fff, 0 0 0 0.1em #d71920;
}

.innner-radioo-btns:focus {
  outline: 0;
}

.banner-secondary-text {
  text-transform: capitalize;
  font-weight: 400;
}

.input-primary {
  display: block;
  font-size: 1rem;
  border: 1px solid #ececec !important;
  padding: 11px 4px !important;
  border-radius: 2px !important;
  margin-top: 10px !important;
  margin-bottom: 0 !important;
  width: 190px;
}

.inner-content-detail .media-body {
  width: auto;
}

.inner-content-detail h4 {
  width: 54%;
}

.subscribe-inner .md-form.md-outline input[type='text']:focus:not([readonly]) {
  border-color: #d71920;
  -webkit-box-shadow: inset 0 0 0 1px #d71920;
  box-shadow: inset 0 0 0 1px #d71920;
}

.subscribe-inner .md-form.md-outline input[type='text']:focus:not([readonly]) + label {
  color: #57585b;
}

.subscribe-inner .md-form.md-outline label {
  color: #57585b;
}

.subscribe-inner .md-form.md-outline label {
  font-size: 1rem;
  position: absolute;
  top: 10%;
  left: 6%;
  font-weight: 400;
}

.inner-heading-t1 {
  padding: 16px 35px;
}

.subs-code {
  text-transform: capitalize;
  margin-left: 2.5rem;
}

.detail-boxes.big {
  padding: 10px 0;
}

.detail-boxes {
  list-style: none;
}

.detail-boxes.sm2 ul li {
  float: left;
  width: 20%;
  display: table;
  padding: 0 8px;
}

.detail-boxes.big ul li {
  border: 1px solid #e4e4e4;
  float: left;
  width: 20%;
  text-align: center;
  height: 200px;
  display: table;
}

.detail-boxes ul li span {
  display: block;
  padding: 0 0 2px;
}

span.text-cat1 {
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.1rem;
}

span.text-cat2 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.6rem;
}

span.text-cat3 {
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 0.75rem;
}

span.text-cat4 {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: normal;
  height: 34px;
}

span.text-cat5 {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.3rem;
  height: 42px;
}

.li-wrap {
  vertical-align: middle;
  display: table-cell;
}

.detail-boxes.small ul li {
  border: 1px solid #e4e4e4;
  float: left;
  width: 25%;
  text-align: center;
  height: 80px;
  display: table;
}

.detail-boxes.small ul li:nth-child(odd) {
  background: #f8f8f8;
}

.detail-boxes.small ul li:nth-child(even) {
  background: #efefef;
}

.content-term-condition {
  padding: 10px 18px;
}

.acc-content ul ul {
  padding: 10px 25px 10px 25px;
  list-style: circle;
}

.acc-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.acc-content ol {
  padding-left: 14px;
  margin: 0;
}

.acc-content li {
  color: #57585b;
  font-size: 0.875rem;
  margin-bottom: 10px;
  position: relative;
}

.acc-content li a,
.acc-content li b {
  color: #d71920;
}

.acc-content p {
  color: #57585b;
  font-size: 0.875rem;
  margin-bottom: 10px;
  position: relative;
}

.acc-content p a {
  color: #d71920;
}

.acc-content p b {
  color: #d71920;
}

.acc-content h1,
.acc-content h2,
.acc-content h3,
.acc-content h4,
.acc-content h5 {
  font-size: 16px;
  color: #d71920;
  margin-top: 0;
  margin-bottom: 10px;
}

.acc-content h6 {
  font-size: 16px;
  color: #d71920;
  margin-top: 0;
  margin-bottom: 10px;
}

.acc-content table thead tr td,
.acc-content table thead tr th {
  border: 1px solid #dee2e6;
  padding: 6px 6px 6px 14px;
  color: #d71920;
  font-weight: 400;
}

.acc-content table td,
.acc-content table thead th {
  border: 1px solid #dee2e6;
  color: #57585b;
  padding: 6px 6px 6px 14px;
  font-weight: 400;
}

.inner-content-detail p {
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
  letter-spacing: 0.009375rem;
  line-height: 1.4em;
  font-weight: 400;
  margin: 5px 0;
  color: #57585b;
}

.inner-content-detail p a,
.inner-content-detail p b,
.inner-content-detail p strong {
  color: #d71920;
}

.inner-content-detail ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.inner-content-detail li {
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
  letter-spacing: 0.009375rem;
  line-height: 1.4em;
  font-weight: 400;
  margin: 5px 0;
  color: #57585b;
}

.inner-content-detail li a {
  color: #d71920;
}

.inner-content-detail h1,
.inner-content-detail h2,
.inner-content-detail h3,
.inner-content-detail h4,
.inner-content-detail h5,
.inner-content-detail h6 {
  font-size: 1.3rem;
  margin: 20px 0 0 0;
  padding: 0;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.8rem;
  text-transform: capitalize;
  color: #d71920;
}

.acc-content table thead tr td,
.inner-content-detail thead tr th {
  padding: 6px 6px 6px 14px;
  color: #d71920;
  font-weight: 400;
}

.inner-content-detail td {
  border: 1px solid #dee2e6;
  color: #57585b;
  padding: 6px 6px 6px 14px;
  font-weight: 400;
}

.content-table {
  width: 100%;
  margin: 5px 0;
  font-size: 0.875rem;
  letter-spacing: 0.009375rem;
  line-height: 1.4em;
  font-weight: 400;
}

.content-table td {
  border: 1px solid #dee2e6;
  color: #57585b;
  padding: 6px 6px 6px 14px;
  font-weight: 400;
}

.content-table th {
  border: 1px solid #dee2e6;
  color: #d71920;
  padding: 6px 6px 6px 14px;
  font-weight: 400;
}

.content-table thead tr td {
  color: #d71920;
}

.detail-boxes.sm2 .media {
  display: table;
}

.detail-boxes.sm2 .media-body {
  vertical-align: middle;
  display: table-cell;
}

.inner-content-accordian .btn.btn-link:focus,
.inner-content-accordian .btn.btn-link:hover {
  text-decoration: none;
}

.inner-content-accordian .btn.btn-link h5 {
  position: relative;
  text-transform: uppercase;
}

.inner-content-accordian .btn.btn-link h5 i {
  position: absolute;
  right: 0;
  top: 5px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.inner-content-accordian .btn.btn-link[aria-expanded='true'] h5 i {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.inner-content-accordian button {
  border-bottom: 1px solid #cecece;
  border-top: 1px solid #cecece;
}

.inner-template p {
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
  letter-spacing: 0.009375rem;
  line-height: 1.4em;
  font-weight: 400;
  margin: 10px 0 10px 0;
  color: #57585b;
}

.inner-template p b {
  color: #d71920;
}

.inner-template p a {
  color: #d71920;
}

.inner-template h5 {
  color: #d71920;
  text-transform: uppercase;
}

.inner-template ul {
  list-style: none;
}

.inner-template ol,
.inner-template ul {
  padding: 0;
}

.inner-template li {
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
  letter-spacing: 0.009375rem;
  line-height: 1.4em;
  font-weight: 400;
  margin: 10px 0 10px 0;
  color: #57585b;
  list-style: none;
}

.media img {
  width: 50px;
}

.custom-text h5 {
  font-size: 1.3rem;
  margin: 20px 0 0 0;
  padding: 0;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.8rem;
  text-transform: capitalize;
  color: #57585b;
}

.custom-text h3 {
  font-size: 3rem;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 3.5rem;
  text-transform: uppercase;
  color: #57585b;
}

.custom-text h2 {
  font-size: 3.75rem;
  margin: 0;
  padding: 0;
  color: #57585b;
  letter-spacing: -0.03125rem;
  font-weight: 700;
  line-height: 3.75rem;
  text-transform: uppercase;
  color: #d71920;
}

.custom-text h3 {
  font-size: 3rem;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 3.5rem;
  text-transform: uppercase;
  color: #57585b;
}

.custom-text h4 {
  font-size: 2.125rem;
  margin: 0;
  padding: 0;
  letter-spacing: 0.015625rem;
  font-weight: 400;
  line-height: 2.125rem;
  text-transform: uppercase;
  color: #d71920;
}

@media (min-width: 320px) and (max-width: 767px) {
  .detail-boxes.sm2 ul li {
    width: 50%;
    padding: 1px 0;
    display: block;
  }

  .inner-content-accordian .card-body {
    padding: 1.25rem 0;
  }

  .offers-wrapper .col-sm-4 {
    padding: 0 15px;
  }

  .recommended-offers .col-sm-4 {
    padding: 0 15px;
  }

  .inner-content-detail .media-body {
    width: auto;
  }

  .section-inner {
    margin: 70px 0 0 0;
  }

  .margin-m2 {
    margin-top: -60px;
  }

  .offer-box-content-wrap {
    max-height: auto;
    min-height: auto;
    overflow: hidden;
  }

  span.text-cat4 {
    height: auto;
  }

  span.text-cat5 {
    height: auto;
  }

  .offer-box h4 {
    height: auto;
  }

  .offer-box h4 {
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: 600;
  }

  .offer-box p {
    margin-bottom: 0;
  }

  .offer-box h5 {
    margin-top: 0;
    min-height: auto;
  }

  .offer-price h5 em,
  .offer-price h5 i {
    margin: 20px 0;
    font-size: 1.5rem;
  }
}

@media (min-width: 320px) and (max-width: 450px) {
  .breadcrumb .subtitle1 {
    font-size: 0.688rem;
  }

  .breadcrumb-item + .breadcrumb-item::before {
    color: #57585b;
    content: '>';
    font-size: 12px;
  }

  .inner-content-accordian .btn.btn-link h5 i {
    top: 4px;
  }

  .custom-dropdown {
    width: 100%;
    margin: 6px 0;
  }

  .inner-layout-option {
    display: none;
  }

  span.text-cat4 {
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 0.9rem;
  }

  span.text-cat5 {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1rem;
    padding-right: 20px !important;
  }

  .media img {
    width: 40px;
  }
}

.bundle .p-1 {
  padding: 0.05rem !important;
}

.bundle .p-1.ico {
  padding: 0.25rem !important;
}

.bundle .seven-cols .card {
  box-shadow: 0 0 0 0 #000, 0 0 0 0 transparent;
  border: 1px solid rgba(0, 0, 0, 0.125);
  color: #fff;
  border-radius: 0;
}

.bundle .seven-cols .card.ico_crd {
  box-shadow: 0 0 0 0 #000, 0 0 0 0 transparent;
  color: #fff;
  border: 0;
}

.bundle .seven-cols .card .card-header {
  background: #d71920;
}

.bundle .seven-cols .card .card-header.ico {
  background: 0;
}

.bundle .seven-cols .card .card-header h5 {
  font-size: 1rem;
}

.bundle .seven-cols .card .card-header p {
  font-size: 1rem;
}

.bundle .seven-cols .card .card-body {
  color: #747373;
}

@media (max-width: 767px) and (min-width: 320px) {
  .hide-m {
    visibility: hidden !important;
    opacity: 0 !important;
    display: none !important;
  }

  .hide-d {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .bundle .seven-cols .card.ico_crd.border-right {
    border-right: none !important;
  }
}

@media (min-width: 768px) {
  .bundle .seven-cols .card.ico_crd.border-right {
    border-right: none !important;
  }

  .bundle .seven-cols .col-lg-1,
  .bundle .seven-cols .col-md-1,
  .bundle .seven-cols .col-sm-1 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .bundle .seven-cols .col-lg-1,
  .bundle .seven-cols .col-md-1,
  .bundle .seven-cols .col-sm-1 {
    width: 14.285714285714285714285714285714%;
    max-width: 14.285714285714285714285714285714% !important;
    flex: none !important;
  }
}

@media (min-width: 1200px) {
  .bundle .seven-cols .col-lg-1,
  .bundle .seven-cols .col-md-1,
  .bundle .seven-cols .col-sm-1 {
    width: 14.285714285714285714285714285714%;
    max-width: 14.285714285714285714285714285714% !important;
    flex: none !important;
  }
}

/* .jazz-device-offer .img {
  min-width: auto;
  max-width: none;
} */

@media (max-width: 768px) {
  .jazz-device-offer .col.col-lg-3.col-12,
  .section-four.jazz-device-offer .col.col-lg-3.col-12.text-right {
    text-align: center !important;
  }
}

@media (max-width: 767px) and (min-width: 320px) {
  .jazz-device-offer .col.col-lg-3.col-12,
  .section-four.jazz-device-offer .col.col-lg-3.col-12.text-right {
    text-align: center !important;
  }

  /* .jazz-device-offer .img {
    min-width: auto !important;
    max-width: none !important;
  } */

  .jazz-device-offer .col-12 {
    text-align: center !important;
  }

  .jazz-device-offer h5 {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 15px 0 0 0;
  }

  .jazz-device-offer h2 {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  .jazz-device-offer h4 {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}

.user-review-slider .owl-item > div {
  cursor: pointer;
  margin: 6% 8%;
  transition: margin 0.4s ease;
}

.user-review-slider .owl-item.center > div {
  cursor: auto;
  margin: 0;
}

.user-review-slider .owl-item:not(.center) > div {
  opacity: 0.5;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section-eight {
    background-position: 100% 100%;
  }

  .image-bx img {
    left: 0;
    width: 100%;
    margin-top: 35px;
  }

  .rgt-create-bx h1 {
    font-size: 30px;
  }

  .rgt-create-bx h1 span {
    font-size: 35px;
  }

  .btn-round {
    padding: 20px 11px;
    font-size: 12px;
  }

  .qr-code .down-btn img {
    width: 100%;
  }

  .qr-code .qr-bx img {
    width: 75%;
  }

  .qr-code p {
    font-size: 18px;
  }

  .rating-col h2 {
    font-size: 50px;
  }

  .rating-col p {
    font-size: 15px;
  }

  .rating-col span {
    font-size: 40px;
  }

  .rating-col i {
    font-size: 20px;
  }

  .text-bx h2 {
    font-size: 40px;
  }

  .h-t-i-img img {
    width: 80%;
  }

  .h-t-i-text-bx h2 {
    font-size: 28px;
  }

  .h-t-i-text-bx h3 {
    font-size: 22px;
    margin-top: 10px;
  }

  .h-t-i-text-bx p {
    font-size: 17px;
  }

  #sec-4 h2 {
    font-size: 40px;
  }

  #sec-5 h2 {
    font-size: 40px;
    margin-top: 150px;
  }

  .app-info-nav ul li {
    font-size: 36px;
    padding: 0;
    border: 0;
    float: none;
    margin: 20px 0;
  }

  .app-info-nav ul li small {
    font-size: 25px;
  }

  #sec-5 {
    background-color: #fd0;
  }

  .bottom-sec {
    margin-top: 120px;
  }

  .ftr-nav ul li a {
    font-size: 15px;
  }

  .ftr-nav ul li {
    padding: 0 10px;
  }
}

@media (min-width: 360px) and (max-width: 768px) {
  .image-bx img {
    width: 80% !important;
    margin: 0 auto;
    display: table;
  }

  .rgt-create-bx h1 {
    font-size: 30px !important;
  }

  .rgt-create-bx h1 span {
    font-size: 35px !important;
  }

  .section-1 {
    min-height: 0;
  }

  #add-sec {
    padding: 0;
  }

  .rating-col h2 {
    margin-top: 15px;
  }

  .rating-col h2 {
    font-size: 45px;
  }

  .h-t-i-img img {
    width: 60%;
  }

  .h-t-i-text-bx h2 {
    font-size: 32px;
  }

  #sec-4 h2 {
    font-size: 32px;
  }

  #sec-4 {
    margin-top: 70px;
  }

  .user-review-slider {
    margin-top: 40px;
  }

  .app-updated {
    margin-top: 10px;
  }
}

.devc_wrn_prcss a.color-red {
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: 300;
  line-height: 1rem;
  color: #d71920;
}

.devc_wrn_prcss .collapse ul,
.devc_wrn_prcss .collapse ul.dashed {
  list-style-type: none;
  list-style: none;
}

.devc_wrn_prcss .collapse ul li,
.devc_wrn_prcss .collapse ul.dashed li {
  list-style-type: none;
  list-style: none;
}

.devc_wrn_prcss .collapse ul.dashed > li {
  text-indent: -5px;
  display: inline-flex;
}

.devc_wrn_prcss .collapse ul.dashed li:before {
  content: '-';
  text-indent: -5px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .devc_wrn_prcss a.color-red {
    font-size: 1.3rem;
  }

  .owl-carousel-jazzdevice {
    min-height: 350px !important;
  }
}

.ookla-jazz-wins {
  background: url(../img/ookla-bg-sec-one.png) center no-repeat;
  background-size: contain;
}

.jazz-ookla-qaulity {
  background: url(../img/ookla-bg-sec-two.png) center no-repeat;
  background-size: contain;
}

.ookla_mobil_ntw {
  background: url(../img/ookla-bg-sec-three.png) center no-repeat;
  background-size: 90%;
}

.ookla_award {
  background: url(../img/ookla-bg-sec-four.png) center bottom no-repeat;
  background-size: contain;
  padding: 140px 0;
}

.ookla_vde_sec {
  background: url(../img/ookla-bg-sec-five.png) center top no-repeat;
  background-size: 59.8%;
  margin: 0;
}

@media (max-width: 767px) {
  .ookla_award {
    padding: 0;
  }
}

ul.list_bullet {
  list-style: none;
}

ul.list_bullet li::before {
  content: '\2022';
  color: #d71920;
  font-weight: 700;
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: sub;
  width: 1em;
  list-style: none;
}

h2.h2_siz {
  font-size: 3.5rem;
}

@media (max-width: 767px) and (min-width: 320px) {
  h2.h2_siz {
    font-size: 1.7rem;
    line-height: 2rem;
  }

  .text-wrap h5 label {
    line-height: 16px;
  }
}

.owl-carousel-jazzdevice .owl-next {
  right: -50px !important;
  outline: 0 !important;
}

.owl-carousel-jazzdevice .owl-prev {
  left: -35px !important;
  outline: 0 !important;
}

.owl-carousel-jazzdevice .owl-next,
.owl-carousel-jazzdevice .owl-prev {
  position: absolute;
  top: -25px;
  height: 100%;
}

.owl-carousel-jazzdevice .owl-nav button.owl-next,
.owl-carousel-jazzdevice .owl-nav button.owl-prev {
  font-size: 50px;
}

.owl-carousel-jazzdevice .owl-next span:hover,
.owl-carousel-jazzdevice .owl-prev span:hover {
  color: #d71920;
}

.owl-carousel-jazzdevice .owl-next span,
.owl-carousel-jazzdevice .owl-prev span {
  color: #57585b;
}

@media (max-width: 1024px) and (min-width: 320px) {
  .owl-carousel-jazzdevice .owl-next {
    right: 0 !important;
    outline: 0 !important;
  }

  .owl-carousel-jazzdevice .owl-prev {
    left: 0 !important;
    outline: 0 !important;
  }

  .owl-carousel-jazzdevice .owl-next,
  .owl-carousel-jazzdevice .owl-prev {
    position: absolute;
    top: -25px;
    height: 100%;
  }

  .owl-carousel-jazzdevice .owl-next span,
  .owl-carousel-jazzdevice .owl-prev span {
    color: #57585b;
  }

  .owl-carousel-jazzdevice .owl-next span:hover,
  .owl-carousel-jazzdevice .owl-prev span:hover {
    color: #d71920;
  }
}

.red-bold-txt {
  font-size: 18px !important;
  font-weight: 500 !important;
  color: #d71920 !important;
  margin-top: 10px !important;
}

.hide-m {
  visibility: visible;
  opacity: 1;
  display: block;
}

.hide-d {
  visibility: hidden;
  opacity: 0;
  display: none;
}

.desk-ftr .l-more {
  border-bottom: 1px solid #e4e4e4;
  font-weight: 600;
}

.mob-ftr .l-more {
  border-bottom: 1px solid #e4e4e4;
  font-weight: 600;
  margin: 0 auto;
  display: table;
  line-height: 48px;
}

.owl-carousel-jazzdevice {
  min-height: 350px;
}

.scrolltop {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 10px;
}

.scroll {
  bottom: 1%;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  border: 0 solid #57585b;
  transition: all 0.5s;
}

.scroll .fa {
  font-size: 25px;
  color: #d71920;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  animation: animatoparrow 3s ease-in-out infinite;
}

@keyframes animatoparrow {
  0%,
  100%,
  20%,
  50%,
  80% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-8px);
  }
}

.d-main-nav-bx .navbar-toggler {
  border: 0 solid transparent !important;
}

@media (min-width: 1799px) {
  .section-nine {
    background-position: top right;
  }
}

.inner-template h5 {
  font-size: 1.3rem;
  margin: 20px 0 0 0;
  padding: 0;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.8rem;
  text-transform: none;
}

.inner-template h5 p {
  font-size: 1.3rem;
  margin: 20px 0 0 0;
  padding: 0;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.8rem;
}

.tabs-devices .owl-dots {
  text-align: left;
}

.tabs-devices .owl-dots .owl-dot {
  width: 10px;
  background-color: #57585b;
  height: 10px;
  border-radius: 100%;
  margin: 2px;
  outline: 0;
}

.tabs-devices .owl-dots .owl-dot.active {
  background-color: #d71920;
  outline: 0;
}

.tabs-devices .owl-dots .owl-dot.focus {
  outline: 0;
}

.tabs-devices .owl-dots .owl-dot.hover {
  outline: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .d-main-nav-bx ul li {
    padding: 0 7px;
  }

  .nav-drp-grey-strip .desk-level-1-nav ul li {
    padding: 0 10px;
  }

  .daily_more_details_mobile {
    display: none !important;
  }

  .section-nine {
    background-position: 100% 80%;
  }

  .tab-content {
    margin-top: 60px;
  }

  .all-tabs {
    margin-top: 20px !important;
  }

  .offer-box h4 {
    margin-bottom: 10px;
    height: 100px;
  }
}

@media (max-width: 1199px) and (min-width: 1024px) {
  .d-main-nav-bx ul li {
    padding: 0 7px;
  }
}

.crc-lg6-dam {
  font-size: 3.75rem;
  margin: 0;
  padding: 0;
  color: #d71920;
  letter-spacing: -0.03125rem;
  font-weight: 700;
  line-height: 3.75rem;
  text-transform: uppercase;
  margin-top: 50px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .crc-lg6-dam {
    font-size: 3.75rem !important;
    line-height: 3.75rem !important;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .crc-lg6-dam {
    font-size: 2.75rem !important;
    line-height: 2.75rem !important;
  }

  .devc_wrn_prcss a.color-red {
    font-size: inherit;
  }
}

.news-ticker {
  border-bottom: none !important;

  @media (min-width: 320px) and (max-width: 1023px) {
    .rotate {
      transform: rotate(-90deg);

      transform-origin: left top;

      width: 100vh;

      overflow: hidden;

      position: fixed;

      top: 100%;

      left: 0;
    }
  }

  @media (min-width: 320px) and (max-width: 767px) {
    .banner-caption del {
      width: 100%;

      display: block;

      margin-bottom: 5px;

      float: left;
    }
  }
}

.checkbox {
  opacity: 0;
  position: absolute;
}

.label {
  background-color: #b11116;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2px 0 2px;
  position: relative;
  height: 15px;
  width: 28px;
  transform: scale(1.5);
}

.label .ball {
  background-color: #fff;
  box-shadow: 0 0 5px rgb(0 0 0 / 25%);
  border-radius: 50%;
  position: absolute;
  top: -1px;
  left: -2px;
  height: 16px;
  width: 16px;
  transform: translateX(0);
  transition: transform 0.2s linear;
}

.checkbox:checked + .label .ball {
  transform: translateX(16px);
}

.mode-btn {
  float: left;
  margin: 27px 0 0 5px;
}

.mode-btn span {
  color: #fff;
  font-size: 7.5px;
}

@media (min-width: 280px) and (max-width: 767px) {
  .label {
    height: 8px;
    width: 20px;
  }

  .label .ball {
    top: -1px;
    left: -1px;
    height: 12px;
    width: 11px;
  }

  .checkbox:checked + .label .ball {
    transform: translateX(11px);
  }

  .mode-btn {
    margin: 5px 0 0 12px;
  }

  .mode-btn span {
    font-size: 6px;
  }

  #bundle-tab li.nav-item.waves-effect.waves-light:last-child,
  #offer-tab li.nav-item.waves-effect.waves-light:last-child {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 1024px) and (max-width: 1030px) {
  .desk-header-bx .red-pm-fund-box {
    font-size: 13px;
  }

  .desk-header-bx .for-Navee .col-sm-2.col-md-2.col-xs-2.col-2.no-padding {
    max-width: 10%;
  }

  .desk-header-bx .for-Navee .col-sm-2.col-md-2.col-xs-2.col-2.no-padding .d-logo-box {
    width: 65%;
  }

  .desk-header-bx .d-main-nav-bx ul li a {
    font-size: 0.735rem;
  }

  .desk-header-bx .d-rgt-tp-nav ul li {
    padding: 0 6px;
  }

  .desk-header-bx .d-rgt-tp-nav ul li a {
    font-size: 0.8rem;
  }
}

/* popup css  starts*/
#ac-wrapper .modal-content {
  background-color: transparent;
  padding: 10px;
  height: auto;
  /* height:auto; */
}

#ac-wrapper .modal-dialog .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal-body {
  /* border: 1px solid #fff; */
  /* background-color: #d71920; */
  height: 100%;
  /* -webkit-box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%); */
}

.modal-body img {
  border-radius: 10px;
}

#ac-wrapper .modal-content-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
  width: 100%;
}

#ac-wrapper button.close {
  opacity: 1;
  position: absolute;
  right: 25px;
}

#ac-wrapper button.close:focus,
#ac-wrapper button.close:focus-visible {
  outline: none;
}

#ac-wrapper .modal-content-wrap h1 {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0;
}

#ac-wrapper .modal-content-wrap h2 {
  color: #ffdd00;
  font-size: 24px;
  font-weight: 900;
  margin-top: 0;
}

#ac-wrapper .modal-content-wrap h3 {
  background-color: #ffdd00;
  height: 60px;
}

#ac-wrapper .modal-content-wrap a {
  text-decoration: none;
  display: flex;
}

#ac-wrapper .modal-content-wrap h3 span {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  padding: 5px 0;
  width: 60%;
  margin: -13px auto;
}

#ac-wrapper .modal-content-wrap h3 p {
  color: #000;
  font-size: 24px;
  font-weight: 900;
  margin-top: 0;
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding: 0 5px 5px 5px;
}

#ac-wrapper .modal-dialog {
  max-width: 450px;
  /* width: 100%; */
  height: 100%;
  /* display: flex; */
  margin: 0px auto;
  /* flex-direction: column;
      justify-content: center; */
  position: relative;
  z-index: 999999;
}

.section-seven .text-wrap-lft {
  padding-left: 10px;
}

/* pop */
#ac-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1001;
}

#popup {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section-nine {
  /* background-image: url(../img/converter-bg.png); */
  background-image: url(https://jazz.com.pk/assets/images/SELECT-Bundle-bg-new-4.png?v=1.0);
  background-position: top right;
}

.section-eight {
  /* background-image: url(../img/sec-8-bg-new.png); */
  /* background-image: url(../img/Super-4G-Sim.png); */
  background-image: url(../img/sec-8-bg-new-2.png);
  background-image: url(https://jazz.com.pk/assets/images/section-8-home-picture.png);
}

@media (max-width: 575px) {
  .modal-dialog {
    width: 100%;
    margin: 0px auto;
  }

  .modal-content {
    height: auto;
  }

  /* .modal-body img{
        max-width: 300px;
      } */
}

/* popup css ends*/

@media (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
  .inner-tabs .nav-tabs .nav-link {
    height: auto !important;
  }

  .inner-tabs .nav-tabs .nav-link img {
    width: 50% !important;
    height: auto;
  }
}

.mob-vertical {
  display: flex;
}

.mob-horizontal {
  display: none;
}

@media (min-width: 320px) and (max-width: 1199px) and (orientation: landscape) {
  h1 {
    font-size: 2rem;
    line-height: 2.1rem;
  }

  h2 {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  h3 {
    font-size: 1rem;
    line-height: 1.2;
  }

  h4 {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  h5 {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 15px 0 0 0;
  }

  h6 {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }

  .section-nine {
    background-size: 75% !important;
    background-position: 100% 60% !important;
  }

  .vas-single-tab {
    margin: 0 auto;
  }

  .owl-carousel .owl-item img {
    width: initial;
  }

  .temp-h2 {
    font-size: 1.75rem;
    margin: 0 0 10px 0;
    padding: 0;
    color: #57585b;
    font-weight: 300;
    line-height: 2.35rem;
    text-transform: uppercase;
  }

  .text-wrap {
    text-align: right;
  }

  .text-wrap-lft {
    text-align: left;
  }

  .stnd-btn {
    padding: 12px 18px;
    font-size: 0.7rem;
    margin-left: 1px;
  }

  .mre-dtls a {
    font-size: 0.9rem;
    margin: 10px 0 0 0;
  }

  .mre-dtls a:after {
    bottom: 0;
    right: 0;
  }

  .main-button {
    font-size: 0.75rem;
  }

  .banner-caption {
    margin-top: 0;
    z-index: 2;
    position: relative;
  }

  .all-tabs .nav-tabs .nav-link {
    font-size: 12px !important;
    border: 0 solid transparent;
    border-radius: 0;
    color: #57585b;
    text-transform: uppercase;
    line-height: 18px;
  }

  .all-tabs .nav-tabs .nav-link i {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .banner-caption h5 em,
  .banner-caption h5 i,
  .offer-price p,
  .text-wrap h5 em,
  .text-wrap h5 i {
    font-size: 1.85rem;
    margin: 15px 0;
    display: block;
    text-decoration: none;
    font-style: normal;
  }

  .text-sm {
    font-size: 12px;
  }

  .main-banner .owl-nav {
    display: block !important;
  }

  .main-banner .owl-prev {
    left: -18px !important;
    outline: 0 !important;
  }

  .main-banner .owl-next {
    right: -18px !important;
    outline: 0 !important;
  }

  .inner-tabs-slider .owl-prev,
  .slider-thumbnails .owl-prev {
    left: 0 !important;
    outline: 0 !important;
  }

  .inner-tabs-slider .owl-next,
  .slider-thumbnails .owl-next {
    right: 0 !important;
    outline: 0 !important;
  }

  .inner-tabs .nav-tabs .nav-item {
    flex-basis: 33.33% !important;
    transition: all, ease, 0.5s;
  }

  .inner-tabs .nav-tabs .nav-item:first-child {
    flex-basis: 100% !important;
  }

  .inner-tabs .owl-nav {
    display: block !important;
    pointer-events: auto !important;
  }

  .mg-tb-5 {
    margin: 8px 0;
  }

  .tabs-sliders .owl-nav {
    display: block !important;
  }

  .tabs-sliders .owl-next,
  .tabs-sliders .owl-prev {
    position: absolute;
    top: -25px;
    height: 100%;
  }

  .tabs-sliders .owl-prev {
    left: -18px !important;
    outline: 0 !important;
  }

  .tabs-sliders .owl-next {
    right: -18px !important;
    outline: 0 !important;
  }

  .section-six {
    background-image: none;
  }

  .devices-install ul li {
    width: 100%;
  }

  .devices-install ul li button {
    padding: 12px 18px;
  }

  .devices-install ul li h5 {
    margin-top: 15px;
  }

  .devices-install ul li img {
    width: auto;
    float: none;
    max-width: 60%;
    height: auto;
    margin-bottom: 30px;
    margin: 0 auto;
    display: block;
    text-align: center;
  }

  .devices-install .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
  }

  .section-eight .container {
    min-height: 250px !important;
  }

  .bundle-counter {
    margin-top: 15px !important;
  }

  .bundle-counter .overlay table td {
    padding: 5px 5px;
    width: 74px !important;
    font-size: 14px;
    line-height: 12px;
  }

  .bundle-counter .overlay {
    width: 200px;
    height: 200px;
    border: 8px solid #e4e5e6;
    right: 0;
    left: 60px;
    top: 19px;
  }

  .bundle-counter .overlay table td {
    padding: 3px 3px;
    width: 90px;
    height: 50px;
    font-size: 11px;
    line-height: 13px;
    vertical-align: middle;
  }

  .bundle-counter .overlay table td span {
    font-size: 9px;
    line-height: 10px;
  }

  .bundle-counter .slider-overlay .one {
    left: -62px;
    top: 0;
  }

  .bundle-counter .slider-overlay .two {
    left: -88px;
    top: 75px;
  }

  .bundle-counter .slider-overlay .three {
    left: -70px;
    bottom: 0;
  }

  .bundle-counter .slider-overlay .four {
    left: -4px;
    bottom: -57px;
  }

  .bundle-counter .slider-overlay .one {
    line-height: 12px;
    font-size: 12px;
  }

  .bundle-counter .slider-overlay .two {
    line-height: 12px;
    font-size: 12px;
  }

  .bundle-counter .slider-overlay .three {
    line-height: 12px;
    font-size: 12px;
  }

  .bundle-counter .slider-overlay .four {
    line-height: 12px;
    font-size: 12px;
  }

  .slider-overlay {
    margin-top: 38px;
  }

  .slider-mobile {
    display: block !important;
    margin-left: 60px;
  }

  .mobile-view {
    display: block !important;
  }

  .desktop-view {
    display: none !important;
  }

  .copyright-txt p {
    line-height: 15px !important;
    padding-top: 10px;
  }

  .slider {
    display: none !important;
  }

  .bundle-counter .slider-overlay .four span,
  .bundle-counter .slider-overlay .one span,
  .bundle-counter .slider-overlay .three span,
  .bundle-counter .slider-overlay .two span {
    font-size: 10px;
  }

  .middle-align-mble {
    margin-top: 65px;
  }

  .section-eight,
  .section-five,
  .section-four,
  .section-nine,
  .section-seven,
  .section-six,
  .section-three,
  .section-two {
    margin-top: 50px;
  }

  .section-one {
    margin-top: 30px;
  }

  .section-two span {
    height: auto;
  }

  .section-two span img {
    width: 95%;
  }

  .section-two p {
    font-size: 12px;
    width: 70px;
  }

  .section-eight img {
    margin-top: 30px;
  }

  .all-tabs {
    margin: 20px 0;
  }

  .subtitle1 {
    font-size: 0.75rem;
  }

  .subtitle3 {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -0.05rem;
    text-transform: capitalize;
  }

  .mg-100 {
    margin-top: 0;
  }

  .bundle-counter {
    margin: 0;
  }

  .mg-20 {
    margin-top: 20px;
  }

  .container {
    width: 100%;
    padding-right: 18px;
    padding-left: 18px;
  }

  .main-banner .owl-dots {
    text-align: center;
  }

  .desk-ftr {
    display: none;
  }

  .desk-header-bx {
    display: none;
  }

  .mobile-header-box {
    display: block !important;
    margin-top: 0;
    width: 100%;
    height: auto;
    position: fixed;
    float: left;
    margin: 0;
    z-index: 999999;
    top: 0;
    left: 0;
    background-color: #fff;
    border-bottom: 0.5px solid #cccccce3;
    backdrop-filter: blur(4px);
    transition: top 0.3s;
    padding: 12px 0;
  }

  .m-logo-bx {
    width: 20%;
    float: left;
    border-right: 1px solid #e4e4e4;
    height: 42px;
  }

  .ext-nav-btn-bx {
    width: 10%;
    height: auto;
    float: left;
    font-size: 22px;
    margin-top: 6px;
    text-align: center;
    position: relative;
  }

  .ext-nav-btn-bx a {
    cursor: pointer;
    color: #57585b !important;
  }

  .search-box {
    width: 50%;
    height: auto;
    float: left;
    position: relative;
  }

  .search-box input {
    width: 100%;
    height: 35px;
    margin-top: 2px;
    border: 1px solid #ccc;
    text-indent: 5px;
    font-size: 12px;
    outline: 0;
  }

  .search-box input:focus {
    border: 1px solid #d71920;
  }

  .search-mic {
    width: auto;
    display: block;
    position: absolute;
    top: 9px;
    right: 9px;
    font-size: 15px;
    color: #d71920 !important;
  }

  .mode-btn.m15 {
    margin-top: 15px;
  }

  .mob-nav-btn-bx {
    width: 10%;
    height: auto;
    float: right;
    text-align: right;
  }

  .mob-nav-btn {
    color: #d71920;
    font-size: 24px;
    line-height: 40px;
    cursor: pointer;
  }

  .sidepanel {
    width: 0;
    position: fixed;
    z-index: 1;
    height: 250px;
    top: 85px;
    right: 0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    border-top: 1px solid #e4e4e4;
    -webkit-box-shadow: 1px 1px 1px 1px #000;
    box-shadow: -3px -2px 5px 2px rgba(0, 0, 0, 0.1);
  }

  .sidepanel a {
    transition: 0.3s;
  }

  .sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
  }

  .mob-nav-box {
    width: 100%;
    height: auto;
    float: left;
    margin: 15px 0 0 0;
    padding: 0;
  }

  .mob-nav-box ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

  .main-link-panel {
    width: 100%;
    height: auto;
    float: left;
    border-bottom: 1px solid #e4e4e4;
  }

  .main-link-panel:first-child {
    border-top: 1px solid #e4e4e4;
  }

  .main-link-panel:last-child {
    border-bottom: none !important;
  }

  .lvl-1 {
    width: 100%;
    height: 50px;
    display: block;
    float: left;
    border-top: 1px solid #e4e4e4;
    padding: 0 10px;
    line-height: 50px;
    font-size: 16px;
    color: #808284 !important;
    text-transform: uppercase;
  }

  .mob-nav-box ul li {
    width: 100%;
    height: auto;
    float: left;
  }

  .mob-nav-box ul li a {
    width: 100%;
    height: 50px;
    display: block;
    float: left;
    border-top: 0;
    border-bottom: 0;
    padding: 0 10px;
    line-height: 50px;
    font-size: 16px;
    color: #808284 !important;
    text-transform: uppercase;
    transition: all 0.5s;
    text-indent: 0;
  }

  .mob-nav-box ul li a:hover {
    color: #d71920 !important;
  }

  .ext-nav-cont {
    float: left;
    width: 100%;
    margin-top: 5px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.97);
    text-align: center;
    display: none;
    top: 95px;
    left: 0;
    z-index: 9;
  }

  .ext-nav-cont .ext-nav-btn {
    height: auto;
    text-align: center;
    color: #fff !important;
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 40px;
    display: inline-block;
    padding: 0 4px;
  }

  .mob-search-result {
    min-height: 170px;
    border-bottom: 1px solid #e4e4e4;
    text-indent: 5px;
    font-size: 14px;
    position: absolute;
    width: 100%;
    z-index: 2;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    height: 270px;
    overflow-y: scroll;
    top: 66px;
    left: 0;
    padding: 15px 0 0 6px;
    transition: all 0.5s;
  }

  .mob-search-result ul {
    padding: 0;
    list-style: none;
  }

  .mob-search-result ul li {
    margin: 6px 1px 0;
  }

  .mob-search-result ul li a {
    font-size: 13px;
    font-weight: 300;
    color: #57585b;
  }

  .mob-search-result .fa-times-circle {
    font-size: 18px;
    position: absolute;
    right: 12px;
    top: 20px;
    color: #d71920;
  }

  .search-box input:focus .mob-search-result {
    visibility: visible;
    opacity: 1;
  }

  .btn-cus-style {
    margin-top: 3px !important;
  }

  .btn-cus-style span {
    color: #d71920 !important;
  }

  .animated-icon3 span {
    padding: 1.5px;
  }

  .animated-icon1,
  .animated-icon2,
  .animated-icon3 {
    top: 3px;
    width: 18px;
    height: 15px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }

  .animated-icon1 span,
  .animated-icon2 span,
  .animated-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

  .animated-icon1 span {
    background: #e65100;
  }

  .animated-icon2 span {
    background: #e3f2fd;
  }

  .animated-icon3 span {
    background: #d71920;
  }

  .animated-icon1 span:nth-child(1) {
    top: 0;
  }

  .animated-icon1 span:nth-child(2) {
    top: 6px;
  }

  .animated-icon1 span:nth-child(3) {
    top: 12px;
  }

  .animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }

  .animated-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .animated-icon2 span:nth-child(1) {
    top: 0;
  }

  .animated-icon2 span:nth-child(2),
  .animated-icon2 span:nth-child(3) {
    top: 10px;
  }

  .animated-icon2 span:nth-child(4) {
    top: 20px;
  }

  .animated-icon2.open span:nth-child(1) {
    top: 11px;
    width: 0;
    left: 50%;
  }

  .animated-icon2.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .animated-icon2.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .animated-icon2.open span:nth-child(4) {
    top: 11px;
    width: 0;
    left: 50%;
  }

  .animated-icon3 span:nth-child(1) {
    top: 0;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  .animated-icon3 span:nth-child(2) {
    top: 6px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  .animated-icon3 span:nth-child(3) {
    top: 12px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  .animated-icon3.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    left: 0;
  }

  .animated-icon3.open span:nth-child(2) {
    width: 0;
    opacity: 0;
  }

  .animated-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 13px;
    left: 0;
  }

  .navbar-toggler,
  .third-button:focus {
    outline: 0 !important;
  }

  .mob-ftr {
    display: block;
    width: 100%;
    height: auto;
    float: left;
    margin-top: 20px;
  }

  .single-ftr-accor {
    width: 100%;
    height: auto;
    float: left;
  }

  .mob-ftr-nav-bx {
    width: 100%;
  }

  .footer-accr-heading {
    width: 100%;
    border-bottom: 1px solid #cccdcd;
  }

  .footer-accr-heading a {
    display: block;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    color: #57585b;
    font-weight: 400;
    transition: all 0.5s;
    padding: 15px 6px;
  }

  .footer-accr-heading a:hover {
    color: #d71920;
  }

  .text-right-ftr {
    float: right;
    font-size: 11px;
    line-height: 20px;
    font-weight: 300;
  }

  .text-right-ftr i {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }

  .footer-accr-heading a[aria-expanded='true'] .text-right-ftr i {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .mob-ftr-nav-bx ul {
    list-style-type: none;
    margin: 0;
    padding: 10px;
  }

  .mob-ftr-nav-bx ul li {
    width: 100%;
  }

  .mob-ftr-nav-bx ul li a {
    color: #57585b;
    font-size: 0.8em;
    font-weight: 300;
    transition: all 0.5s;
  }

  .mob-ftr-nav-bx ul li a:hover {
    color: #d71920;
    text-decoration: underline;
  }

  .phone-box {
    text-align: center;
  }

  .phone-box .phone-text {
    width: 100%;
    height: auto;
    float: left;
    margin-left: 0;
  }

  .phone-box .icon-bx a {
    width: 45px;
    height: 45px;
    float: none;
    margin: 0 auto;
  }

  .phone-box .icon-bx {
    padding: 0;
    float: none;
    display: inline-block;
  }

  .ftr-follow-us {
    width: 100%;
  }

  .ftr-follow-us ul {
    width: 100% !important;
    list-style-type: none;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }

  .ftr-follow-us ul li a {
    font-size: 24px;
    color: #57585b;
  }

  .jama-punji {
    width: 100%;
    float: right;
    margin: 20px 0;
    padding: 0;
    text-align: center;
  }

  .copyright-txt {
    width: 100%;
  }

  .sitemap-nav {
    width: 100%;
    height: 50px;
    float: left;
    margin-top: 10px;
  }

  .sitemap-nav ul li {
    width: auto;
    float: none;
    padding: 0 12px;
    border-right: 1px solid #d71920;
    height: 16px;
    line-height: 16px;
    display: inline-block;
  }

  .sitemap-nav ul {
    width: 100%;
    float: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  .mob-nav-box ul li {
    width: 100%;
    height: auto;
    display: inline-block;
  }

  .menu-icon {
    height: 20px;
    width: 25px;
    position: relative;
    top: 7px;
    left: 17px;
  }

  .menu-icon:hover {
    cursor: pointer;
  }

  .menu-icon:hover .menu-icon__bar {
    opacity: 0.6;
  }

  .menu-icon__bar {
    position: absolute;
    top: 50%;
    height: 2px;
    width: 100%;
    background-color: #d71920;
    display: block;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }

  .menu-icon__bar::after,
  .menu-icon__bar::before {
    height: 2px;
    width: 100%;
    content: '';
    background-color: #d71920;
    display: block;
    position: absolute;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }

  .menu-icon__bar::before {
    top: -10px;
  }

  .menu-icon__bar::after {
    bottom: -10px;
  }

  .menu-icon--open .menu-icon {
    position: relative;
  }

  .menu-icon--open .menu-icon__bar {
    background: 0;
  }

  .menu-icon--open .menu-icon__bar::after,
  .menu-icon--open .menu-icon__bar::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .menu-icon--open .menu-icon__bar::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .menu-icon--open .menu-icon__bar::before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .nav--active {
    position: absolute;
    top: 60px;
  }

  .nav__list {
    padding-left: 0;
    list-style: none;
  }

  .nav__item {
    font-family: Questrial, sans-serif;
    margin-bottom: 10px;
    text-align: left;
  }

  .nav__link {
    position: relative;
    color: #fff;
    text-decoration: none;
  }

  .nav__link--minus::after,
  .nav__link--plus::after {
    color: #fff;
    font-family: FontAwesome;
    font-size: 10px;
    position: absolute;
    top: 50%;
    right: -20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .nav__link--minus {
    color: #c14500;
  }

  .nav__link--minus::after {
    content: '';
    color: #c14500;
  }

  .nav__link:hover {
    opacity: 0.6;
  }

  .nav__sub-list {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    display: none;
    list-style: none;
    padding-left: 10px;
  }

  .nav__sub-list--active {
    display: block;
  }

  .nav__sub-item .nav__link {
    color: rgba(255, 255, 255, 0.6);
  }

  .nav__sub-item:not(:last-child) {
    padding-bottom: 10px;
  }

  .inner {
    display: none;
    float: left;
    margin: 0 0 18px 0 !important;
  }

  .inner li a {
    height: auto !important;
    line-height: 24px !important;
    border-bottom: none !important;
    font-size: 0.8rem !important;
  }

  .dir-2nd-lvl {
    float: right;
    font-size: 14px;
    border-bottom: none !important;
  }

  .subsrptn-modals .modal-dialog {
    position: absolute;
    width: auto;
    pointer-events: none;
    bottom: 0;
    width: 100% !important;
    margin: 0;
    max-width: 100% !important;
  }

  .img-minus-m {
    display: block;
    margin-top: -160px !important;
  }

  .img-minus-d {
    display: none !important;
  }

  .main-banner .banner-img {
    text-align: right !important;
  }

  .ban-cap-m-hgt {
    height: auto;
    padding-bottom: 30px;
  }

  .ext-nav-cont ul li {
    width: auto;
    height: auto;
    margin: 0;
    text-align: left;
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 0;
  }

  .ext-nav-cont ul li a {
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1rem;
    color: #57585b;
  }

  .ext-nav-cont ul li a:hover {
    color: #d71920;
  }

  .ext-nav-cont ul li:first-child {
    border-top: 1px solid #e4e4e4;
  }

  .ext-nav-cont ul li:last-child {
    border-bottom: 0 solid #e4e4e4;
  }

  .section-eight {
    background-image: url(../img/sec-8-bg-new.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .section-eight .text-wrap {
    text-align: left;
  }

  .section-eight .img {
    margin-left: 0;
    top: 0;
  }

  .inner-tabs .nav-tabs .nav-link {
    height: 105px !important;
    font-size: 10px;
  }

  .inner-tabs .nav-tabs .nav-link {
    font-size: 9px !important;
  }

  .head-jc {
    margin-top: 0;
  }

  .mobile-faci .d-flex.justify-content-start {
    margin-bottom: 30px;
  }

  .mobile-faci .d-flex.justify-content-start {
    margin-bottom: 30px;
  }

  .website-sim-tabs .col-lg-12 .leftkey {
    text-align: left !important;
    margin-top: 0 !important;
  }

  .website-sim-tabs .detail-lists {
    padding-left: 0;
  }

  .btm-dir-gif {
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0;
    text-align: center;
    display: block !important;
    z-index: 99999;
  }

  .btm-dir-gif img {
    width: 50px;
    height: auto;
    display: none;
  }

  #daily_bundle_name_mobile,
  #monthly_bundle_name_mobile,
  #weekly_bundle_name_mobile {
    margin-top: 30px;
  }

  .tabmobile324 {
    width: 100%;
  }

  .detail-boxes.sm2 ul li {
    width: 50%;
    padding: 1px 0;
    display: block;
  }

  .inner-content-accordian .card-body {
    padding: 1.25rem 0;
  }

  .offers-wrapper .col-sm-4 {
    padding: 0 15px;
  }

  .recommended-offers .col-sm-4 {
    padding: 0 15px;
  }

  .inner-content-detail .media-body {
    width: auto;
  }

  .section-inner {
    margin: 70px 0 0 0;
  }

  .margin-m2 {
    margin-top: -60px;
  }

  .offer-box-content-wrap {
    max-height: auto;
    min-height: auto;
    overflow: hidden;
  }

  span.text-cat4 {
    height: auto;
  }

  span.text-cat5 {
    height: auto;
  }

  .offer-box h4 {
    height: auto;
  }

  .offer-box h4 {
    /* font-size: 1.4rem; */
    font-size: 1rem;
    line-height: 1.2rem;
    font-weight: 600;
  }

  .offer-box h5 {
    font-size: 0.8rem;
    line-height: 1rem;
  }

  .offer-box p {
    margin-bottom: 0;
  }

  .offer-box h5 {
    margin-top: 0;
    min-height: auto;
  }

  .offer-box .stnd-btn {
    padding: 12px 10px;
    font-size: 0.6rem;
  }

  .offer-price p {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .offer-price h5 em,
  .offer-price h5 i {
    margin: 20px 0;
    font-size: 1.5rem;
  }

  .offer-box-content-wrap p {
    font-size: 0.8rem;
    line-height: 1rem;
  }

  .hide-m {
    visibility: hidden !important;
    opacity: 0 !important;
    display: none !important;
  }

  .hide-d {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .bundle .seven-cols .card.ico_crd.border-right {
    border-right: none !important;
  }

  .jazz-device-offer .col.col-lg-3.col-12,
  .section-four.jazz-device-offer .col.col-lg-3.col-12.text-right {
    text-align: center !important;
  }

  .jazz-device-offer .col.col-lg-3.col-12,
  .section-four.jazz-device-offer .col.col-lg-3.col-12.text-right {
    text-align: center !important;
  }

  .jazz-device-offer .img {
    min-width: auto !important;
    max-width: none !important;
  }

  .jazz-device-offer .col-12 {
    text-align: center !important;
  }

  .jazz-device-offer h5 {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 15px 0 0 0;
  }

  .jazz-device-offer h2 {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  .jazz-device-offer h4 {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .image-bx img {
    width: 80% !important;
    margin: 0 auto;
    display: table;
  }

  .rgt-create-bx h1 {
    font-size: 30px !important;
  }

  .rgt-create-bx h1 span {
    font-size: 35px !important;
  }

  .section-1 {
    min-height: 0;
  }

  #add-sec {
    padding: 0;
  }

  .rating-col h2 {
    margin-top: 15px;
  }

  .rating-col h2 {
    font-size: 45px;
  }

  .h-t-i-img img {
    width: 60%;
  }

  .h-t-i-text-bx h2 {
    font-size: 32px;
  }

  #sec-4 h2 {
    font-size: 32px;
  }

  #sec-4 {
    margin-top: 70px;
  }

  .user-review-slider {
    margin-top: 40px;
  }

  .app-updated {
    margin-top: 10px;
  }

  .devc_wrn_prcss a.color-red {
    font-size: 1.3rem;
  }

  .owl-carousel-jazzdevice {
    min-height: 350px !important;
  }

  .ookla_award {
    padding: 0;
  }

  h2.h2_siz {
    font-size: 1.7rem;
    line-height: 2rem;
  }

  .text-wrap h5 label {
    line-height: 16px;
  }

  .owl-carousel-jazzdevice .owl-next {
    right: 0 !important;
    outline: 0 !important;
  }

  .owl-carousel-jazzdevice .owl-prev {
    left: 0 !important;
    outline: 0 !important;
  }

  .owl-carousel-jazzdevice .owl-next,
  .owl-carousel-jazzdevice .owl-prev {
    position: absolute;
    top: -25px;
    height: 100%;
  }

  .owl-carousel-jazzdevice .owl-next span,
  .owl-carousel-jazzdevice .owl-prev span {
    color: #57585b;
  }

  .owl-carousel-jazzdevice .owl-next span:hover,
  .owl-carousel-jazzdevice .owl-prev span:hover {
    color: #d71920;
  }

  .crc-lg6-dam {
    font-size: 2.75rem !important;
    line-height: 2.75rem !important;
  }

  .devc_wrn_prcss a.color-red {
    font-size: inherit;
  }

  .banner-caption del {
    width: 100%;

    display: block;

    margin-bottom: 5px;

    float: left;
  }

  .label {
    height: 8px;
    width: 20px;
  }

  .label .ball {
    top: -1px;
    left: -1px;
    height: 12px;
    width: 11px;
  }

  .checkbox:checked + .label .ball {
    transform: translateX(11px);
  }

  .mode-btn {
    margin: 5px 0 0 12px;
  }

  .mode-btn span {
    font-size: 6px;
  }

  /* new */
  .lang-dropdown {
    margin: 8px 0px 0 30px !important;
    width: 60px;
  }

  .m-logo-bx {
    width: 10%;
  }

  .search-box {
    width: 58%;
  }

  .img-mob-t2 {
    width: auto !important;
    height: 100% !important;
    margin: 0 auto;
  }

  .section-nine {
    background-position: bottom right !important;
    background-size: 60% !important;
  }

  .section-eight {
    background-image: url(../img/last-section-bg-img.png);
    background-position: right center;
    background-size: 60%;
  }

  .section-eight .img {
    width: 30% !important;
    top: 26px;
  }

  .inner-tabs .nav-tabs .nav-link {
    height: 105px;
  }

  .offers-wrapper .col-sm-4 {
    /* margin-bottom: 25px; */
  }

  .offer-box {
    /* height: 100%; */
    min-height: 400px;
    overflow-x: hidden;
  }

  .offer-box .row {
    /* height: 100%; */
  }

  .offer-box .row img,
  .offer-box .row .img-anima {
    /* object-fit: contain; */
    position: absolute;
    bottom: 0;
  }

  .stnd-btn {
    font-size: 0.775rem;
  }

  /* explore section */

  .inf-pro-wrp {
    margin-bottom: 30px;
  }

  .mobile-header-box .container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
  }

  .mobile-header-box .container .mob-nav-box {
    width: 100%;
  }

  .section-three .tab-content .tab-pane .owl-carousel .owl-item img,
  .section-four .tab-content .tab-pane .owl-carousel .owl-item img,
  .section-ten .tab-content .tab-pane .owl-carousel .owl-item img {
    width: auto;
    height: 65vh;
  }

  .section-one .owl-carousel .owl-item .row .col-lg-6 {
    width: 50%;
    flex: 0 0 50%;
  }

  .section-one .owl-carousel .owl-item .row .col-lg-6.banner-img img {
    width: auto !important;
    /* height: auto !important; */
    height: 65vh !important;
    margin: 0 auto !important;
  }

  .section-one .owl-carousel .owl-item .row .col-lg-6 .banner-caption {
    margin-top: 0px !important;
  }

  .landscape-bx {
    display: flex;
    justify-content: space-between;
    /* flex: 0 0 100%; */
    width: 100%;
  }

  .mobile-header-box.menuOpen {
    overflow: auto;
    max-height: 100%;
  }

  .landscape-bx .m-logo-bx {
    width: 70px;
  }

  .landscape-bx .ext-nav-btn-bx {
    width: 40px;
  }

  .landscape-bx .lang-dropdown {
    width: 60px;
    margin: 8px 0 0 15px !important;
  }

  .landscape-bx .search-box {
    width: 65%;
  }

  .landscape-bx .mob-nav-btn-bx {
    width: 45px;
  }

  .ext-nav-cont {
    top: 100%;
  }

  body.urdu .tabs-sliders.owl-carousel .owl-item .owl-lazy {
    height: 65vh !important;
    width: auto !important;
  }

  .section-seven .owl-carousel .owl-item .row .col-lg-12.col-12 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .section-seven .owl-carousel .owl-item .row .col-lg-12.col-12 img.w-100 {
    margin: 0;
    width: 100% !important;
    height: auto !important;
  }

  .section-eight {
    background-position: top right;
    background-size: 50%;
    height: 100%;
  }

  .section-eight .row .col-lg-12.col-12 {
    width: 50%;
    flex: 0 0 50%;
    align-self: center;
  }

  .section-eight .row .col-lg-12.col-12:first-child {
    width: 40%;
    flex: 0 0 40%;
    align-self: center;
  }

  .section-eight .row .col-lg-12.col-12:last-child {
    width: 60%;
    flex: 0 0 60%;
    align-self: center;
  }

  .section-eight .row .col-lg-12.col-12.text-center {
    align-self: flex-start !important;
    display: flex;
  }

  .section-eight .row .col-lg-12.col-12.text-center img.w-50 {
    width: 40% !important;
    margin-top: 0;
  }

  .section-nine {
    background-size: 60% !important;
    background-position: 100% 100% !important;
  }

  .section-basic {
    margin-top: 40px;
  }

  .section-basic .col-lg-2.col-4.text-center a {
    margin-bottom: 30px;
    display: block;
  }

  .mob-ftr .copyright-box .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .desk-ftr-reach-us-bx {
    margin-top: 65px;
  }

  .desk-ftr-reach-us-bx .row .col-sm-6:nth-child(1) {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
  }

  .desk-ftr-reach-us-bx .row .col-sm-6:nth-child(2) {
    flex: 0 0 100%;
    max-width: 100%;
    order: 3;
  }

  .desk-ftr-reach-us-bx .row .col-sm-6:nth-child(3) {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
    display: flex;
    justify-content: center;
    align-items: self-end;
  }

  .desk-ftr-reach-us-bx .row .col-sm-6:nth-child(4) {
    flex: 0 0 100%;
    max-width: 100%;
    order: 4;
  }

  .desk-ftr-reach-us-bx .row .col-sm-12 {
    order: 5;
  }

  .desk-ftr-reach-us-bx .row .copyright-box {
    order: 6;
  }

  .desk-ftr-reach-us-bx .row .col-sm-6:nth-child(3) .phone-box {
    width: 50%;
  }

  .mob-ftr .three-icon-ftr-box .row .col-sm-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .mob-ftr .three-icon-ftr-box .row .col-sm-8 .row .col-6.text-center {
    flex: 0 0 25%;
    max-width: 25%;
    margin-top: 1rem !important;
  }

  .ticker-section {
    margin-top: 53px !important;
  }

  /* .ext-nav-btn-bx a {
    margin-top: 7px;
    display: inline-block;
  } */

  .section-inner-top .row .col-lg-6 {
    width: 50%;
    flex: 0 0 50%;
  }

  .section-inner-top .row .col-lg-6.text-center img {
    width: auto !important;
    height: 65vh !important;
    margin: 0 auto !important;
  }

  .section-inner-top .row .col-lg-6.text-center.devices-img img {
    object-fit: cover;
  }

  .innerBanner .row .col-lg-6 {
    width: 50%;
    flex: 0 0 50%;
  }

  .innerBanner .row .col-lg-6.text-center img,
  .innerBanner .row .col-lg-6.text-left img,
  .innerBanner .row .col-lg-6.text-right img {
    width: auto !important;
    height: 65vh !important;
    margin: 0 auto !important;
  }

  .innerBanner .row .col-lg-6.text-center.jxksip img {
    height: 77vh !important;
  }

  /* .section-inner .offers-wrapper .offer-box .row {}
  .section-inner .offers-wrapper .offer-box .row .col-sm-12 {width: 50%;}
  .section-inner .offers-wrapper .offer-box .row .thumb-mob-img {width: 50%;} */

  .jxm-top .row .col-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .jxm-top .row .col-12 img {
    width: auto !important;
    height: 95vh !important;
    margin: 0 auto !important;
  }

  .jxm-second .row .col-12 {
    text-align: center;
  }

  .jxm-third .row {
    align-items: center;
    flex-direction: row-reverse;
  }

  .jxm-third .row .col-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .jxm-fourth .row .col-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .jxm-five .row .col-12 {
    text-align: center;
  }

  .offer-box.horizontal {
    height: auto !important;
  }

  .dk-one .row {
    flex-direction: row-reverse;
  }

  .dk-one .row .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .dk-two .row .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .dk-three .row .col-lg-4 {
    width: 33.33%;
  }

  .dk-three .row .col-lg-4 .inf-pro-wrp h5 {
    font-size: 21px;
    line-height: 21px;
  }

  .dk-one .row .col-lg-6 img,
  .dk-two .row .col-lg-6 img {
    width: auto;
    height: 65vh;
  }

  .fund-sec .row {
    justify-content: space-evenly;
  }

  .fund-sec .col-sm-4.col-12.mt-4 {
  }

  .fund-sec .col-sm-3.col-12.mt-2 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .co-sec-1-bg .row {
    align-items: center;
  }

  .co-sec-1-bg .row .col-lg-6 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .co-sec-6-bg .row {
    align-items: flex-start;
  }

  .co-sec-6-bg .row .col-12.mt-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .co-sec-6-bg .row .col-12.mt-5 .row {
    align-items: flex-start;
  }

  .co-sec-6-bg .row .col-12.mt-5 .row .col-12.text-center {
    flex: 0 0 33%;
    max-width: 33%;
  }

  .co-sec-6-bg .row .col-12.mt-5 .row .col-12.text-center.mt-3 {
    margin-top: 0 !important;
  }

  .co-sec-3-bg .row {
    align-items: center;
  }

  .co-sec-3-bg .row .col-lg-12 {
    width: 50%;
  }

  .co-sec-1-bg.mt-3 .row {
    flex-direction: row-reverse;
  }

  .co-sec-1-bg.mt-3 .row .col-lg-6 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .co-sec-5-bg .row .col-lg-12 .row .col-lg-8.mt-4 .row .col-6.text-center {
    width: 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .co-sec-6-bg .row .col-lg-12.mt-5 .row {
    justify-content: center;
  }

  .co-sec-6-bg .row .col-lg-12.mt-5 .row .col-12.text-center {
    width: 33%;
    max-width: 33%;
    flex: 0 0 33%;
  }

  section.mt-5 .row .col-md-4.col-12 .vid-bx.mt-5 {
    text-align: center;
  }

  .aspp .col-lg-6.col-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .whoCanApply .row .col-lg-3.text-center {
    width: 25%;
  }

  .howToApply .row .col-lg-4.text-center {
    width: 33%;
  }

  .section #filter .row .col-lg-6.col-12.mb-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .section .row.media-cntr .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .section .media-cntr h5 a {
    font-size: 22px;
  }

  .search-box form {
    margin-bottom: 0;
  }

  .innerBanner.media-center .row.inner-template .col-lg-6.col-8 {
    margin-bottom: 40px !important;
  }

  body.urdu .ext-nav-btn-bx a {
    display: block;
    padding: 7px 0 0;
  }

  body.urdu .lang-dropdown a {
    line-height: 0.8;
  }

  body.urdu.home {
    padding-top: 0 !important;
  }

  body.urdu .homeBanner {
    margin-top: 40px !important;
  }

  body.urdu .homeBanner .owl-stage .owl-item .item .row .banner-caption h3 {
    font-size: 1rem !important;
    line-height: 3.5 !important;
  }

  body.urdu .homeBanner .owl-stage .owl-item .item .row .banner-caption h1 {
    font-size: 1.75rem !important;
    line-height: 2.8rem !important;
  }

  body.urdu .homeBanner .owl-stage .owl-item .item .row .banner-caption h5 {
    font-size: 0.75rem !important;
    line-height: 2rem !important;
  }

  body.urdu.home .section-three .row .col-lg-12 h2.color-red.text-center,
  body.urdu .section-four .row .col-lg-12 h2.color-red.text-center {
    line-height: 2.8rem !important;
    font-size: 1.75rem !important;
  }

  body.urdu.home .tabs-sliders.owl-carousel .owl-item .owl-lazy {
    width: auto !important;
  }

  body.urdu.home .tabs-sliders .owl-stage .owl-item .item .row .text-wrap a h3 {
    font-size: 1rem !important;
    line-height: 3.5 !important;
  }

  body.urdu.home .tabs-sliders .owl-stage .owl-item .item .row .text-wrap a h2 {
    font-size: 1.75rem !important;
    line-height: 2.8rem !important;
  }

  body.urdu.home .tabs-sliders .owl-stage .owl-item .item .row .text-wrap h5 {
    font-size: 0.75rem !important;
    line-height: 2rem !important;
  }

  body.urdu.home .section-nine .text-wrap-left h2 {
    line-height: 3.5rem !important;
    font-size: 1.75rem !important;
  }

  body.urdu.home .section-nine {
    background-position: -35% 100% !important;
  }

  body.urdu.home .section-four .tab-content .tab-pane .tabs-sliders .owl-item .item .text-wrap h2 {
    line-height: 3.5rem !important;
    font-size: 1.75rem !important;
  }

  body.urdu.home .section-seven .tabs-sliders .owl-item h2 {
    line-height: 3.5rem !important;
    font-size: 1.75rem !important;
  }

  body.urdu.home .section-seven .tabs-sliders .owl-item .text-wrap-lft h3 {
    font-size: 1rem !important;
    line-height: 3.5 !important;
  }

  body.urdu.home .section-seven .tabs-sliders .owl-item .text-wrap-lft h2 {
    font-size: 1.75rem !important;
    line-height: 2.8rem !important;
  }

  body.urdu.home .section-seven .tabs-sliders .owl-item .text-wrap-lft h5 {
    font-size: 0.75rem !important;
    line-height: 2rem !important;
  }

  body.urdu.home .section-seven .tabs-sliders .owl-item .text-wrap-lft .mg-100 {
    margin-top: 0 !important;
  }

  body.urdu.home .section-ten .col-lg-12 h2 {
    line-height: 3.5rem !important;
    font-size: 1.75rem !important;
  }

  body.urdu.home .section-ten .col-lg-12 .view-all {
    display: none !important;
  }

  body.urdu.home
    .section-ten
    .tab-content
    .tab-pane
    .tabs-sliders-main
    .owl-item
    .item
    .text-wrap
    h3 {
    font-size: 1rem !important;
    line-height: 3.5 !important;
  }

  body.urdu.home
    .section-ten
    .tab-content
    .tab-pane
    .tabs-sliders-main
    .owl-item
    .item
    .text-wrap
    h2 {
    font-size: 1.75rem !important;
    line-height: 2.8rem !important;
  }

  body.urdu.home .section-eight .row.align-items-center .col-lg-12.col-12 h3 {
    font-size: 1rem !important;
    line-height: 3.5 !important;
  }

  body.urdu.home .section-eight .row.align-items-center .col-lg-12.col-12 h2 {
    font-size: 1.75rem !important;
    line-height: 2.8rem !important;
  }

  body.urdu.home
    .section-eight
    .row.align-items-center
    .col-lg-12.col-12.text-center.align-self-center
    img {
    margin-left: 200px !important;
  }

  body.urdu .mob-ftr .desk-ftr-reach-us-bx .row .col-sm-6 .phone-box a {
    display: flex;
    justify-content: center;
  }

  body.urdu .mob-ftr .desk-ftr-reach-us-bx .row .col-sm-6 .phone-box a .icon-bx {
    float: none;
  }

  body.urdu .mob-ftr .desk-ftr-reach-us-bx .row .col-sm-6 .phone-box .phone-text {
    margin-right: 0;
  }

  body.urdu .ftr-follow-us .subtitle1 {
    margin-top: 30px;
  }

  body.urdu .mob-ftr .single-ftr-accor .footer-accr-heading a {
    text-align: right;
  }

  body.urdu .mob-ftr .single-ftr-accor .footer-accr-heading a .text-right-ftr {
    float: left;
  }

  body.urdu .mob-ftr .single-ftr-accor .collapse .mob-ftr-nav-bx ul {
    direction: rtl;
    text-align: right;
  }

  body.urdu .mob-ftr .single-ftr-accor .collapse .mob-ftr-nav-bx ul li {
    text-align: right;
  }

  body.urdu .sitemap-nav ul {
    display: flex;
    justify-content: center;
    float: none;
    padding-top: 15px;
  }

  body.urdu .mobile-header-box .mob-nav-box .accordion .main-link-panel a {
    justify-content: space-between;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }

  body.urdu .mobile-header-box .mob-nav-box .accordion .main-link-panel ul.inner {
    width: 100%;
  }

  body.urdu .mobile-header-box .mob-nav-box .accordion .main-link-panel ul.inner li {
    padding-block: 7px;
  }

  .mobile-header-box .mob-nav-box .accordion .main-link-panel ul.inner li {
    padding-block: 7px;
  }

  body.urdu .section-inner .offers-wrapper .col-sm-4 .offer-box {
    height: 545px;
  }

  body.urdu {
    padding-top: 0 !important;
  }

  body.urdu .ext-nav-btn-bx a {
    line-height: 0.8 !important;
    display: block;
  }

  .rwr-countries {
    justify-content: space-between;
  }

  .rwr-countries .p-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }

  .rwr-countries .p-2 img {
    object-fit: contain;
  }

  .ayjs4gs-steps .row.mt-3.mb-5 .col-lg-3 {
    width: 25%;
  }

  .ayjs4gs-top .banner-caption .offer-box {
    height: auto !important;
  }

  .mob-vertical {
    display: none !important;
  }

  .mob-horizontal {
    display: flex !important;
  }

  .jazz-ookla-qaulity {
    background: none;
  }

  .jazz-ookla-qaulity .row {
    flex-direction: row-reverse;
  }

  .jazz-ookla-qaulity .row .col-lg-6 {
    width: 50%;
  }

  .ookla_mobil_ntw {
    background: none;
  }

  .ookla_mobil_ntw .row .col-lg-6 {
    width: 50%;
  }

  .ookla-award .row .col-lg-6 h2,
  .ookla-award .row .col-lg-6 h2 p,
  .ookla-award .row .col-lg-6 h5 {
    text-align: center;
  }

  .ookla_vde_sec .row {
    align-items: center;
  }

  .ookla_vde_sec .row .col-lg-6 {
    width: 50%;
  }
}

@media (max-width: 650px) and (orientation: landscape) {
  .section-nine {
    background-size: 60% !important;
    background-position: 100% 80% !important;
  }

  .dk-three .row .col-lg-4 {
    width: 50% !important;
  }
}

@media (max-width: 575px) and (orientation: landscape) {
  .section-inner .offers-wrapper .div-list .col-sm-4 {
    width: 50% !important;
  }

  .co-sec-1-bg .row {
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .co-sec-1-bg .row .col-lg-6 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .co-sec-3-bg .row {
    align-items: center;
  }

  .co-sec-3-bg .row .col-lg-12 {
    width: 100%;
  }

  .co-sec-1-bg.mt-3 .row {
    flex-direction: row-reverse;
  }

  .co-sec-1-bg.mt-3 .row .col-lg-6 {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .co-sec-5-bg .row .col-lg-12 .row .col-lg-8.mt-4 .row .col-6.text-center {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .covd-news .owl-nav {
    display: none;
  }

  .whoCanApply .row .col-lg-3.text-center {
    width: 50%;
  }

  .section .row.media-cntr .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .section .row.media-cntr .col-lg-6 .equal-space {
    height: auto;
  }

  body.urdu.home .section-nine {
    background-position: -120% 75% !important;
  }

  body.urdu.home .section-eight {
    background-position: 100% 15%;
  }

  body.urdu.home
    .section-eight
    .row.align-items-center
    .col-lg-12.col-12.text-center.align-self-center
    img {
    margin-left: 150px !important;
  }

  .ss-icons .row .col-sm-12.col-12 .row .img-size {
    width: 20% !important;
  }

  .ss-icons .row .col-sm-12.col-12 .row .img-size.mb-lft-mg {
    margin-left: 0 !important;
  }

  .jazz-device-offer .col-lg-12 .tab-content {
    margin-top: 0;
  }

  .jazz-device-offer .col-lg-12 .tab-content .tab-pane .row .col-lg-4 {
    width: 33%;
  }

  .rwr-countries {
    justify-content: space-between;
  }

  .rwr-countries .p-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row;
  }

  .rwr-countries .p-2 img {
    object-fit: contain;
    margin-right: 10px;
  }

  body.urdu .rwr-countries .p-2 img {
    margin-right: 0px;
    margin-left: 10px;
  }

  .ayjs4gs-steps .row.mt-3.mb-5 .col-lg-3 {
    width: 50%;
  }

  .mob-vertical {
    display: flex !important;
  }

  .mob-horizontal {
    display: none !important;
  }

  .jazz-ookla-qaulity {
    background: none;
  }

  .jazz-ookla-qaulity .row {
    flex-direction: row-reverse;
  }

  .jazz-ookla-qaulity .row .col-lg-6 {
    width: 100%;
  }

  .ookla_mobil_ntw {
    background: none;
  }

  .ookla_mobil_ntw .row .col-lg-6 {
    width: 100%;
  }

  .ookla-award .row .col-lg-6 h2,
  .ookla-award .row .col-lg-6 h2 p,
  .ookla-award .row .col-lg-6 h5 {
    text-align: center;
  }

  .ookla_vde_sec .row {
    align-items: center;
  }

  .ookla_vde_sec .row .col-lg-6 {
    width: 100%;
  }
}

@media (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
  body.urdu .main-banner .banner-img {
    text-align: center !important;
  }

  .owl-carousel .owl-item img {
    width: auto !important;
    height: 100% !important;
  }

  .section-nine {
    wisth: 100%;
    overflow-x: hidden;
  }

  .tabs-sliders.owl-carousel .owl-item .owl-lazy {
    opacity: 1 !important;
    width: 100% !important;
    height: auto !important;
  }

  .owl-carousel .owl-item img.img.w-100.mt-5 {
    width: 100% !important;
    height: auto !important;
  }

  .owl-carousel .owl-item img.owl-lazy {
    width: 100% !important;
    height: auto !important;
  }

  body.urdu .owl-carousel .owl-item img.owl-lazy {
    width: 100% !important;
    height: auto !important;
  }

  body.urdu .owl-carousel .owl-item .img-mob {
    width: 100% !important;
    height: auto !important;
  }
}

@media (min-width: 576px) and (max-width: 900px) and (orientation: landscape) {
  body.urdu .animated-icon3.open span:nth-child(1) {
    top: 0 !important;
    left: 0 !important;
  }

  body.urdu .animated-icon3.open span:nth-child(2) {
    top: 0px !important;
  }

  body.urdu .animated-icon3.open span:nth-child(3) {
    top: 12px !important;
    left: 0 !important;
  }

  body.urdu .lang-dropdown {
    margin: 3px 0 0 15px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0 !important;
    padding-top: 0 !important;
    height: 40px;
  }

  body.urdu .ext-nav-btn-bx {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  body.urdu .ext-nav-btn-bx a {
    padding-top: 0 !important;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
  }

  body.urdu .dir-2nd-lvl {
    margin-top: 0 !important;
  }
}

html[data-theme='dark'] .search-icon-img-top {
  height: 20px;
  /* filter: brightness(0%) invert(1) opacity(1); */
  transition: all 0.5s;
  margin-top: 2px;
}

html[data-theme='dark'] .search-icon-img-top.active {
  /* height: 15px; */
  filter: brightness(1) invert(0) opacity(1);
  transition: all 0.5s;
}

html[data-theme='dark'] body {
  background-color: #121212;
  color: #fff;
}

html[data-theme='dark'] .desk-header-bx {
  background-color: #121212;
  border-bottom: 0.5px solid #cccccce3;
}

html[data-theme='dark'] .d-main-nav-bx ul li a {
  color: #fff;
}

html[data-theme='dark'] .color-grey-light {
  color: #fff !important;
}

html[data-theme='dark'] .color-grey {
  color: #fff;
}

html[data-theme='dark'] .news-ticker {
  border-top: solid 1px #e4e4e4;
  border-bottom: solid 1px #e4e4e4;
  background: #121212;
}

html[data-theme='dark'] .bn-news marquee a {
  color: #fff;
}

html[data-theme='dark'] .nav-tabs .nav-item.show .nav-link,
html[data-theme='dark'] .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #121212;
  border-color: #dee2e6 #dee2e6 #fff;
  border-bottom-color: #d71920;
}

html[data-theme='dark'] .section-postpaid .nav-tabs .nav-item.show .nav-link,
html[data-theme='dark'] .section-postpaid .nav-tabs .nav-link.active {
  border-bottom-color: #cfb53b;
}

html[data-theme='dark'] .overlay {
  background-color: #121212;
  border: 30px solid #ffffff24;
}

html[data-theme='dark'] .bundle-counter .overlay table td span {
  color: #fff;
}

html[data-theme='dark'] .bundle-counter .overlay table td.bg-yellow span {
  color: #221f20;
}

html[data-theme='dark'] .desk-footer-nav-bx ul li a {
  color: #fff;
}

html[data-theme='dark'] .phone-box .icon-bx {
  border: 1px solid #fff;
  color: #fff;
}

html[data-theme='dark'] .section-one iframe {
  filter: invert(93%);
}

html[data-theme='dark'] .rs-border {
  border-bottom-color: #ffffff24;
  border-left-color: #ffffff24;
}

html[data-theme='dark'] .nav-drp-grey-strip {
  background-color: #121212;
  border-top: 1px solid #e4e4e4;
}

html[data-theme='dark'] .nav-drp-grey-strip .desk-level-1-nav ul li a {
  color: #fff;
}

html[data-theme='dark'] .search-cntnt-bx {
  background-color: #121212;
}

html[data-theme='dark'] .search-contnt input {
  background-color: #121212;
  border: 1px solid #e4e4e4;
  color: #fff;
}

html[data-theme='dark'] .ext-nav-cntnt-box {
  background-color: #121212;
}

html[data-theme='dark'] .ext-nav-cntnt-box .ext-nav-btn {
  color: #fff !important;
}

html[data-theme='dark'] .modal-content {
  background-color: #121212;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

html[data-theme='dark'] .close {
  color: #000;
  text-shadow: 0 1px 0 #121212;
}

html[data-theme='dark'] .custom-close .close-btn {
  background-color: #121212;
  color: #d71920;
  -webkit-box-shadow: 0 4px 6px -4px rgb(255 255 255 / 75%);
  -moz-box-shadow: 0 4px 6px -4px rgba(255, 255, 255, 0.75);
  box-shadow: 0 4px 6px -4px rgb(255 255 255 / 75%);
}

html[data-theme='dark'] .inner-content-detail p {
  color: #fff;
}

html[data-theme='dark'] .acc-content li,
html[data-theme='dark'] .acc-content p {
  color: #fff;
}

html[data-theme='dark'] .card {
  background-color: #121212;
  border: 1px solid rgba(255, 255, 255, 0.125);
}

html[data-theme='dark'] .list-group-item {
  background-color: #121212;
  border: 1px solid rgba(255, 255, 255, 0.125);
}

html[data-theme='dark'] .table {
  color: #fff;
}

html[data-theme='dark'] table.table a {
  color: #fff;
}

html[data-theme='dark'] .acc-content table td,
html[data-theme='dark'] .acc-content table thead th {
  border: 1px solid #dee2e6;
  color: #fff;
}

html[data-theme='dark'] .color-black {
  color: #fff;
}

html[data-theme='dark'] .inner-content-detail td {
  border: 1px solid #dee2e6;
  color: #fff;
}

html[data-theme='dark'] .inner-content-detail li {
  color: #fff;
}

html[data-theme='dark'] .inner-template p {
  color: #fff;
}

html[data-theme='dark'] .md-form .form-control {
  background-color: transparent;
  color: #fff;
}

html[data-theme='dark'] .md-form label {
  color: #ffffff;
}

html[data-theme='dark'] #frmRegister span {
  color: #ffffff !important;
}

html[data-theme='dark'] .select2-dropdown {
  background-color: #121212;
  border: 1px solid #aaa;
}

html[data-theme='dark']
  .select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #3e3e3e !important;
  color: #fff !important;
}

html[data-theme='dark'] .select2-container--default .select2-results__option[aria-selected='true'] {
  background-color: #3e3e3e;
}

html[data-theme='dark'] .product-quantity .minus,
html[data-theme='dark'] .product-quantity .plus {
  background-color: transparent;
  border: transparent;
  color: #fff;
}

html[data-theme='dark'] .product-quantity input {
  border: 1px solid #fff;
  color: #fff;
  background-color: #121212;
}

html[data-theme='dark'] .tech-icon-box ul li span img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(351deg) brightness(104%) contrast(104%);
}

html[data-theme='dark'] .accordion.inner-content-accordian .card {
  border: 0px solid rgba(255, 255, 255, 0.125);
}

html[data-theme='dark'] .text-sm {
  color: #fff;
}

html[data-theme='dark'] .form-control {
  color: #495057;
  background-color: #121212;
  /*border: 1px solid #ced4da;*/
}

html[data-theme='dark'] .form-control:focus {
  border-color: #d71920;
  box-shadow: 0 0 0 0.2rem rgb(215 25 25 / 22%);
  color: #fff;
  background-color: #121212;
}

html[data-theme='dark'] .offer-box p {
  color: #fff;
}

html[data-theme='dark'] .select2-container--default .select2-selection--single {
  background-color: #121212;
  border: 1px solid #ffffff;
}

html[data-theme='dark']
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #fff;
}

html[data-theme='dark'] .svg-icon-filter {
  -webkit-filter: grayscale(100%) invert(100) !important;
  -moz-filter: grayscale(100%) invert(100) !important;
  filter: grayscale(100%) invert(100) !important;
}

html[data-theme='dark'] .all-tabs .nav-tabs .nav-link.active .svg-icon-filter {
  filter: grayscale(0%) invert(0) !important;
  -moz-filter: grayscale(0%) invert(0) !important;
  -webkit-filter: grayscale(0%) invert(0) !important;
}

html[data-theme='dark'] .all-tabs .nav-tabs .nav-link {
  color: #cccccc;
}

html[data-theme='dark'] .view-all a {
  color: #cccccc;
}

html[data-theme='dark'] .all-tabs .nav-tabs .nav-link:hover,
html[data-theme='dark'] .all-tabs .nav-tabs .nav-link.active {
  color: #d71920;
}

html[data-theme='dark'] .inner-tabs .nav-tabs .nav-link img {
  -webkit-filter: grayscale(100%) invert(100) !important;
  -moz-filter: grayscale(100%) invert(100) !important;
  filter: grayscale(100%) invert(100) !important;
}

html[data-theme='dark'] .inner-tabs .nav-tabs .nav-link {
  color: #cccccc;
}

html[data-theme='dark'] .inner-tabs .nav-tabs .nav-link:hover,
html[data-theme='dark'] .inner-tabs .nav-tabs .nav-link.active {
  color: #d71920;
}

html[data-theme='dark'] .section-postpaid .inner-tabs .nav-tabs .nav-link:hover,
html[data-theme='dark'] .section-postpaid .inner-tabs .nav-tabs .nav-link.active {
  color: #cfb53b;
}

html[data-theme='dark'] .inner-tabs .nav-tabs .nav-link:hover img,
html[data-theme='dark'] .inner-tabs .nav-tabs .nav-link.active img {
  filter: grayscale(0%) invert(0) !important;
  -moz-filter: grayscale(0%) invert(0) !important;
  -webkit-filter: grayscale(0%) invert(0) !important;
}

html[data-theme='dark'] .inner-tabs .inner-tabs-slider .owl-stage-outer {
  border-bottom: 0px solid transparent !important;
}

html[data-theme='dark'] .inner-tabs .owl-stage {
  border-bottom: 1px solid #e4e4e4;
}

html[data-theme='dark'] .inner-tabs .nav-tabs .nav-item {
  margin-bottom: -2px !important;
}

html[data-theme='dark'] .filters-txt {
  color: #cccccc;
}

html[data-theme='dark'] .active .svg-icon-filter {
  -webkit-filter: grayscale(0) !important;
  filter: grayscale(0) !important;
}

html[data-theme='dark'] .breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
}

html[data-theme='dark'] p {
  color: #ffffff !important;
}

html[data-theme='dark'] .content-table td {
  border: 1px solid #dee2e6;
  color: #fff;
  padding: 6px 6px 6px 14px;
  font-weight: 400;
}

html[data-theme='dark'] .inner-template li {
  color: #fff;
}

html[data-theme='dark'] .jazz_Cookiebar {
  background-color: #000;
}

@media (max-width: 767px) {
  html[data-theme='dark'] body .mobile-header-box {
    background-color: #121212;
  }

  html[data-theme='dark'] .ext-nav-cont {
    background-color: #121212;
  }

  html[data-theme='dark'] body .ext-nav-cont ul li a {
    color: #fff;
  }
}
/* -------------bigger-jazz-world----------------------- */

@media (max-width: 767px) {
  .rever-mob {
    flex-direction: column-reverse;
  }
  .ult-parag {
    font-size: 0.875rem !important;
    line-height: 20px !important;
  }
}
/* -------------bigger-jazz-world----------------------- */

@media (-webkit-device-pixel-ratio: 1.25) {
  header.desk-header-bx .for-Navee .col-md-1 {
    -ms-flex: 0 0 9.333333%;
    flex: 0 0 9.333333%;
    max-width: 9.333333%;
  }

  header.desk-header-bx .for-Navee .col-md-5 {
    -ms-flex: 0 0 40.666667%;
    flex: 0 0 40.666667%;
    max-width: 40.666667%;
  }
}

@media (max-width: 767px) {
  .fikrfree-mob-img {
    width: 100%;
  }
}
