@import url("https://fonts.googleapis.com/css?family=Montserrat:100,300,300i,400,500,600,700,800,900&display=swap");
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "Montserrat", sans-serif;
}
body,
html {
  width: 100%;
  height: 100%;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body a:hover {
  text-decoration: none;
}
/*=======HEADER START=======*/
.bg-light-blue{
  background-color: #f3f8fb;
}
.logo{    padding: 12px 0;}
.custom-list{
  padding: 0;
  margin-bottom: 15px;
  list-style: none;
}
.custom-list li{
  position: relative;
  font-weight: 500;
  color: #b1b1b3;
  padding-left: 30px;
  margin-bottom: 15px;
}
.custom-list li:before{
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top:0;
  background-image:url('../images/arrow-right-solid.svg');
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center; 
  background-color: #F38329;
  border-radius: 100%;
  border: 2px solid #000;
}

.call-button{
  position: relative;
  display: inline-block;
}
.call-button span{
  position: absolute;
  top: -6px;
  left: -2px;
}
.call-button span i{
  transform: rotate(90deg);
  background: #212529;
  color: #fff;
  box-shadow: 0px 8px 25.7px 1.4px rgba(147, 147, 147, 0.25);
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 74px;
  font-size: 24px;
  transition: all 0.5s ease-out;
}
.call-button:hover span i,
.call-button:focus span i{
  transform: rotate(450deg);
}
.call-button span i:before{
  position: relative;
  top:-6px;
}
.call-button a{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  border-radius: 50px;
  /*box-shadow: 0px 8px 25.7px 1.4px rgba(239, 137, 3, 0.25);*/
  background-image: linear-gradient(94deg, #ef8903, #ffb049);
  padding: 10px 20px 10px 75px;
  display: inline-block;
}
.section-bx{
  padding: 50px 0;
}
.header{
  padding: 11px 0px 9px;
  display: inline-block;
  width: 100%;
  top: 0;
  position: fixed;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  z-index: 999;
  box-shadow:0px 0px 10px #ccc;
}

/*  */

.header.sticky {

  padding: 15px 0px;

}

.logo,.logo img{

  transition: 0.3s ease-in-out;

}
.contact-number{
  margin-top: 10px;
  position: relative;
}
.contact-number span{
  position: absolute;
  top: -14px;
  left: -1px;
}
.contact-number span i{
  transform: rotate(90deg);
  background:#fff;
  box-shadow: 0px 8px 15.7px 1.4px rgba(147, 147, 147, 0.25); height:74px;
  width:74px; border-radius: 50%; text-align: center; line-height: 74px;
  font-size: 24px;
  transition: all 0.5s ease-out;
}
.contact-number:hover span i,
.contact-number:focus span i{
  transform: rotate(450deg);
}
.contact-number h6{ 
  font-size: 23.9px;
  font-weight: 500;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  border-radius: 22.5px;
  /*box-shadow: 0px 8px 25.7px 1.4px rgba(239, 137, 3, 0.25);*/
  background-image: linear-gradient(94deg, #ef8903, #ffb049);
  padding: 10px 20px 10px 80px;
}

/*=======HEADER END=======*/
/*BANNER SEC STRTA*/
section.banner-sec {
  margin-top: 80px;
}
.banner-sec .countery-sel {
  text-align: center;
  background: #fff;
  display: inline-block;
  margin: 0 auto;
  padding: 12px 20px;
  border-radius: 40px;
  margin-bottom: 2%;
}
.banner-sec .countery-sel h2 {
  font-size: 20px;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #595b5f;
}
.banner-sec .countery-sel h2 a {
  font-weight: bold;
  color: #ed8b02;
  margin-left: 5px;
  pointer-events: none;
}
.banner-sec .countery-sel h2 i {
  color: #ed8b02;
  font-size: 26px;
  margin-right: 15px;
}
.banner-sec .inner-banner h1 {
  width: 100%;
  font-size: 50px;
  text-align: center;
  font-weight: bold;
  color: #36383d;
}
.banner-sec .inner-banner h1 span {
  color: #ed8a00;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
  1px 1px 0 #fff;
}
.banner-sec .inner-banner {
  background-image: url(../images/grey-banner.jpg);
  padding-top: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  padding-bottom: 15px;
}
.banner-sec p {
  color: #36383d;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  margin-bottom: 3% !important;
}
.banner-sec .banenr-white-sec {
  width: 100%;
  background-color: #fff;
  max-width: 90%;
  margin: 0 auto;
}
.banner-sec .banenr-white-sec > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner-sec .banenr-white-sec ul li ul li {
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  color: #595b5f;
}
.banner-sec .banenr-white-sec ul li ul li span {
  color: #ed8b02;
  font-weight: bold;
}
.banner-sec .banenr-white-sec > ul > li:first-child {
  text-align: center;
  -ms-flex-preferred-size: 28%;
  flex-basis: 28%;
}
.banner-sec .banenr-white-sec > ul li:last-child {
  -ms-flex-preferred-size: 72%;
  flex-basis: 72%;
}
.banner-sec .banenr-white-sec > ul li:first-child img {
  width: 91%;
  padding: 10px;
}
.call-sec {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -10px;
}
.call-sec a {
  display: inline-block;
  -ms-flex-line-pack: center;
  align-content: center;
  /*margin: 0 auto;*/
  background-color: #f4a204;
  color: #fff;
  border: 5px solid #fff;
  border-radius: 15px;
  width: 55%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.call-sec a:hover {
  background-color: #ed8a00;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.call-sec a > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.call-sec a:hover {
  text-decoration: none;
}
.call-sec a > ul li:last-child li:last-child {
  font-size: 54px;
  font-weight: bold;
  text-align: center;
}
.girl-img-for-respo {
  display: none;
}
.call-sec a > ul > li:first-child {
  text-align: center;
  width: 20%;
  background: #ec8901;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  border-radius: 10px 0px 0px 10px;
}
.call-sec a > ul > li:last-child {
  width: 80%;
  text-align: center;
}
.call-sec a > ul li:last-child li {
  text-align: center;
  line-height: 50px;
  font-size: 25px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.call-sec a > ul li ul {
  padding: 2% 0px;
  border-left: 5px solid #fff;
}
.call-sec a > ul li img {
  width: 30%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.rect-img {
  margin: 0 auto;
  text-align: center;
}
.rect-img img {
  width: 65%;
}
/*BANNER SEC END*/
/*Three sec start*/
.three-step-sec .cols .upper-sec h2 {
  color: #78be1f;
  font-size: 33px;
  font-weight: bold;
  margin: 0;
  line-height: 41px;
}
.three-step-sec .cols li {
  text-align: center;
  border: 5px solid #d9dad5;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  width: 30%;
}
.three-step-sec {
  margin-top: 40px;
}
.three-step-sec .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.three-step-sec .cols .upper-sec h3 {
  color: #78be1f;
  font-size: 22px;
}
.three-step-sec .cols .upper-sec p {
  color: #515559;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0px;
}
.three-step-sec .cols .upper-sec {
  padding: 10px 20px;
  position: relative;
}
.three-step-sec .cols .down-sec {
  padding: 20px;
}
.three-step-sec .cols .upper-sec p span.center {
  font-size: 70px;
  font-weight: bold;
}
.three-step-sec .cols .upper-sec p span:last-child {
  font-weight: bold;
  font-size: 30px;
}
.three-step-sec .cols li:first-child .down-sec a:hover {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: #5c9a0e;
}
.three-step-sec .cols li:nth-child(2) .down-sec a:hover {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: #0b8bde;
}
.three-step-sec .cols li:nth-child(3) .down-sec a:hover {
  background-color: #e417a7;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.three-step-sec .cols .down-sec a {
  background-color: #78be1f;
  color: #fff;
  font-weight: bold;
  padding: 6px 40px;
  display: inline-block;
  border-radius: 50px;
  font-size: 20px;
}
.three-step-sec .cols .down-sec h4 {
  color: #515559;
  font-weight: 400;
  margin-bottom: 15px;
}
.three-step-sec .cols .down-sec {
  border-top: 5px solid #d9dad5;
}
.three-step-sec .cols li:nth-child(2) h2,
.three-step-sec .cols li:nth-child(2) h3 {
  color: #45a3e0;
}
.three-step-sec .cols li:nth-child(2) a {
  background-color: #45a3e0;
}
.three-step-sec .cols li:last-child h2,
.three-step-sec .cols li:last-child h3 {
  color: #de3dae;
}
.three-step-sec .cols li:last-child a {
  background-color: #de3dae;
}
.tag-sec {
  position: absolute;
  left: -15px;
  top: -14px;
  transform: rotate(-6deg);
}
.tag-sec img {
  max-width: 125px;
}
/*three scec end*/
.card-inner{
  box-shadow: 0px 5px 24px 3px rgba(149, 149, 149, 0.25);
  background-color: #ffffff;text-align: center;
  padding: 36px;
  min-height: auto;
}
.card-inner h4{
  font-size: 21px;
  font-weight: 700;
  color: #f78d1e;
}
.card-inner p{ 
  font-size: 18px;
  color: #444444;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 0px;
}
.card-inner img {
  width: 120px;
  margin: 0px 0px 20px 0px;
}
.three-cards{
  background-image: url(../images/bg-image.jpg); 
  background-repeat: no-repeat; 
  background-size: cover;
  background: #f49828;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}

/*hyper sec start*/
.hyper-sec {
  position: relative;
}
.hyper-sec ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hyper-sec ul li:last-child img {
  width: 100%;
  margin-top: 5%;
}
body .row {
  margin: 0px;
}
.hyper-sec ul ul {
  display: block;
  padding-left: 30px;
}
.hyper-sec ul ul li {
  position: relative;
  color: #515559;
  font-size: 16px;
  line-height: 30px;
}
.hyper-sec ul ul li:after {
  position: absolute;
  content: "";
  background-color: #ed8b02;
  height: 5px;
  width: 5px;
  left: -16px;
  top: 10px;
  border-radius: 50%;
}
.hyper-sec ul li h2 {
  color: #ed8b02;
  font-size: 42px;
  font-weight: bold;
}
.hyper-sec ul li h3 {
  color: #515559;
  font-weight: 500;
  font-size: 29px;
  margin-top: 4%;
}
.hyper-sec ul li p {
  color: #515559;
  font-size: 16px;
}
.hyper-sec ul li h4 {
  color: #515559;
  font-weight: 500;
  font-size: 22px;
  margin-top: 4%;
}
.hyper-sec .call-sec-hypr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
}
.call-sec-hypr ul li.firts-hyper {
  background-color: #ed8b02;
  padding: 14px;
  border-radius: 15px 0px 0px 15px;
  border-right: 5px solid #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.call-sec-hypr ul li.firts-hyper img {
  width: 50%;
}
.hyper-sec .cnd-hyper {
  background-color: #f4a204;
  width: 100%;
  text-align: center;
  padding: 10px;
  border-radius: 0px 15px 15px 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.hyper-sec .cnd-hyper:hover {
  background-color: #ed8a00;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.hyper-sec .cnd-hyper ul {
  display: block;
  padding-left: 0px;
}
.hyper-sec .row > ul > li:first-child {
  margin-top: 13%;
  padding-right: 5%;
}
.hyper-sec .cnd-hyper ul li:first-child {
  font-size: 25px;
  color: #fff;
  font-weight: 500;
}
.hyper-sec .cnd-hyper ul li:last-child {
  padding-top: 5px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}
.call-sec-hypr ul li:after {
  display: none;
}
.call-sec-hypr {
  max-width: 95%;
  margin-top: 8%;
}
/*.hyper-sec {
	max-width: 90%;
	margin:0 auto;
  }*/
  .hyper-sec {
    padding-bottom: 4%;
  }
  /*hyper sec end*/
  /* footer */
  .main-footer{
    padding: 50px 0 30px;
    background-color: #f1f1f1;
    color: #656565;
  }
  .copyright{
    margin-right: 15px;
    font-size: 16px;
  }
  .policy-links ul{
    list-style: none;
  }
  .policy-links ul a{
    margin-left: 10px;
    padding-left: 10px;
    color: #656565;
    font-size: 16px;
    border-left: 1px solid #212529;
  }
  .policy-links ul li:first-child a{
    border-left: none;
  }
  .footer-txt{
    font-size: 14px;
    font-weight: 300;
    text-align: justify;
    color: #656565;
    margin-top: 20px;
  }
  .footer-txt p{
    margin-bottom: 0;
  }
  .social_links{
    margin-top: 15px;
  }
  .social_links a{
    display: inline-block;
    margin: 10px;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    border: 1px solid #656565;
    color: #656565;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;-webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s ease-out;
  }
  .social_links a:hover,
  .social_links a:focus{
    background-color: #000;
    border-color: #000;
    color: #fff;
  }
  /* End Footer */
  /*new language css*/
.get-started {
  text-align: center;
  width: 100%;
  margin-top: 3rem;
}
.get-started a {
  background-color: #007dba;
  font-size: 25px;
  color: #fff;
  font-weight: 500;
  padding: 10px 45px;
  display: inline-block;
  border-radius: 50px;
  margin-top: 5px;
  transition: 0.2s;
}
.three-cards .card-inner {
  padding: 36px 23px;
}

.three-cards .card-inner h4 {
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.three-cards .card-inner p {
  min-height: 140px;
}
  /*responsive*/
  @media (max-width: 1366px) {
    .banner-sec .inner-banner h1 {
      font-size: 45px;
    }
    .banner-sec p {
      font-size: 20px;
    }

    .call-sec a > ul li:last-child li {
      font-size: 25px;
    }
    .call-sec a > ul li:last-child li:last-child {
      font-size: 50px;
    }
    .hyper-sec ul li h2 {
      font-size: 38px;
    }
    .hyper-sec ul li h3 {
      font-size: 22px;
    }
    .hyper-sec ul li p {
      font-size: 15px;
    }
    .hyper-sec .cnd-hyper ul li:first-child {
      font-size: 22px;
    }
  }
  @media (max-width: 1199px) {
    header .navbar ul.links li a {
      font-size: 14px;
    }
    header .navbar ul.links li {
      padding: 0 9px;
    }
    .banner-sec .banenr-white-sec ul li ul li {
      font-size: 17px;
      line-height: 35px;
    }
    .call-sec a > ul li:last-child li {
      font-size: 30px;
    }
    .call-sec a > ul li:last-child li:last-child {
      font-size: 45px;
    }
    .three-step-sec .cols .upper-sec h2 {
      font-size: 35px;
      line-height: 46px;
    }
    .Unlimited-data-sec ul .fst h2:after {
      right: -32%;
    }
    .Unlimited-data-sec ul .scnd h3 {
      font-size: 27px;
    }
    .Unlimited-data-sec ul .scnd a {
      font-size: 36px;
    }
    .hyper-sec ul li h2 {
      font-size: 34px;
    }
    .three-step-sec .cols .upper-sec h3 {
      font-size: 20px;
    }
    .card-inner h4 {
      font-size: 20px;
    }
  }
  @media (max-width: 1024px) {
    header .navbar ul.links {
      margin-right: 10px;
    }
    header .navbar ul.links li {
      padding: 0 7px;
    }
    header .navbar ul.links li a {
      font-size: 11px;
    }
    
    .banner-sec .countery-sel h2 {
      font-size: 17px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .banner-sec p {
      font-size: 20px;
    }
    .banner-sec .banenr-white-sec ul li ul li {
      font-size: 13px;
      line-height: 24px;
    }
    .call-sec a > ul li:last-child li {
      font-size: 23px;
      line-height: 36px;
    }
    .call-sec a > ul li:last-child li:last-child {
      font-size: 39px;
    }
    .three-step-sec .cols .upper-sec h2 {
      font-size: 26px;
      line-height: 32px;
    }
    .three-step-sec .cols .upper-sec h3 {
      font-size: 12px;
    }
    .three-step-sec .cols .down-sec a {
      padding: 6px 30px;
      font-size: 14px;
    }
    .three-step-sec .cols .down-sec h4 {
      margin-bottom: 14px;
      font-size: 19px;
    }
    .three-step-sec .cols li{
      min-width: auto;
    }
    .Unlimited-data-sec ul .fst h2 {
      font-size: 25px;
    }
    .Unlimited-data-sec ul .fst p {
      font-size: 12px;
    }
    .Unlimited-data-sec ul .fst h2:after {
      right: -29%;
    }
    .Unlimited-data-sec ul .scnd h3 {
      font-size: 19px;
    }
    .Unlimited-data-sec ul .scnd a {
      font-size: 28px;
    }
    .hyper-sec ul li h2 {
      font-size: 28px;
      margin-top: 10px;
    }
    .hyper-sec ul li h3 {
      font-size: 21px;
    }
    .hyper-sec ul li p {
      font-size: 13px;
    }
    .hyper-sec ul li h4 {
      font-size: 22px;
    }
    .hyper-sec ul ul li {
      position: relative;
      color: #515559;
      font-size: 13px;
      line-height: 24px;
    }
    .hyper-sec .cnd-hyper ul li:last-child {
      font-size: 25px;
    }
    .hyper-sec .cnd-hyper ul li:first-child {
      font-size: 17px;
    }
    .hyper-sec {
      background-position-x: 23%;
    }
    .hyper-sec .row > ul > li:first-child {
      padding-right: 10%;
    }
    .list-ads {
      padding: 5px;
    }
    .card-inner h4{
      font-size: 20px;
    }
    .card-inner p{
      font-size: 16px;
    }
  }
  @media (max-width: 768px) {
    .banner-sec {
      padding-top: 0px;
    }
    .banner-sec .inner-banner h1 {
      font-size: 39px;
    }
    .banner-sec p {
      font-size: 13px;
    }
    .banner-sec .banenr-white-sec > ul {
      display: block;
      text-align: center;
    }
    .banner-sec .banenr-white-sec > ul li:first-child img {
      width: 55%;
      padding: 10px;
    }
    .call-sec a {
      width: 71%;
    }
    .call-sec {
      bottom: -35px;
    }
    .three-step-sec .cols {
      width: 90%;
      margin: 0 auto;
      display: block;
    }
    .three-step-sec .cols li {
      margin-bottom: 20px;
      min-width: 100%;
    }
    .Unlimited-data-sec ul .fst {
      display: block;
      text-align: center;
      background-color: #525659;
      padding: 20px 0px;
    }
    .Unlimited-data-sec ul {
      width: 100%;
      display: block;
    }
    .Unlimited-data-sec ul .scnd {
      display: block;
      text-align: center;
      background: #d9d9d6;
      padding: 20px 0px;
    }
    header {
      position: inherit;
    }
    .Unlimited-data-sec {
      background-image: inherit;
    }
    .Unlimited-data-sec ul .fst h2 br {
      display: none;
    }
    .Unlimited-data-sec ul .fst p br {
      display: none;
    }
    .girl-img-for-respo {
      display: block;
    }
    .hyper-sec {
      background-image: none;
    }
    .hyper-sec ul {
      display: block;
      width: 100%;
    }
    .hyper-sec .row > ul > li:first-child {
      margin-top: 5%;
      padding-right: 0;
      width: 100%;
      text-align: center;
    }
    .card-inner{
      padding: 14px;
    }
    .card-inner h4{
      font-size: 18px;
    }
    .card-inner p{
      font-size: 14px;
    }
    footer ul {
      width: 100%;
      text-align: center;
      display: block !important;
    }
    footer p {
      text-align: center;
    }
    header .navbar ul.links li a {
      font-size: 13px;
    }
    .Unlimited-data-sec ul .fst h2:after {
      display: none;
    }
    body .navbar {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    header .navbar .logo {
      width: 100%;
      text-align: center;
    }
    footer .elink-wedget ul {
      text-align: left;
    }
    footer .list-ads{
      width: 180px !important;
      max-width: 100%;
    }
    footer .list-ads.elink-footer-logo {
      max-width: 160px !important;
    }
    footer .background-elink {
      background-position: top;
    }
    /*=== new css start ====*/
  .three-cards .card-inner p {
    min-height: auto;
  }

  .three-cards .card-inner h4 {
    min-height: auto;
    display: block;
  }

  /*=== new css end ====*/
  }
  @media (max-width: 767px){
    .header .logo{max-width: 200px;}
    .main-footer{ padding: 30px 0 30px;text-align: center;}
    .copyright{ font-size: 14px;  margin-right: 0;}
    footer ul.d-flex.flex-wrap li a{font-size: 14px;} 
    footer p{font-size: 12px;}
    .policy-links ul{ justify-content: center;}
    .card-inner { margin-bottom: 20px; padding: 24px;}
  }
  @media (max-width: 540px) {
    .header{padding: 15px 0 15px; text-align: center;}
    .header.sticky{padding: 8px 0}
    .header .logo{max-width: 130px; margin-top: 0px;}
    .contact-number{ margin-top: 10px;}
    .contact-number h6{font-size: 14px;padding: 10px 20px 10px 44px;}
    .contact-number span i{width: 40px; height: 40px; line-height: 40px; font-size: 18px;}    
    .contact-number span{top:-1px;}
    section.banner-sec{
      margin-top: 90px;
    }
    .Unlimited-data-sec ul .fst h2:after {
      display: none;
    }
    .banner-sec .countery-sel h2 {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .banner-sec .countery-sel h2 i {
      color: #ed8b02;
      margin-right: 8px;
    }
    .banner-sec .countery-sel h2 span {
      width: 100%;
    }
    .call-sec a > ul li:last-child li {
      font-size: 14px;
      line-height: 36px;
    }
    .call-sec a > ul li:last-child li:last-child {
      font-size: 23px;
    }
    .call-sec a > ul li:last-child li {
      font-size: 14px;
      line-height: 23px;
    }
    .hyper-sec .cnd-hyper ul li:first-child {
      font-size: 12px;
    }
    .hyper-sec .cnd-hyper ul li:last-child {
      font-size: 21px;
    }
    .hyper-sec .cnd-hyper {
      padding: 5px;
    }
    .banner-sec .banenr-white-sec ul li ul {
      padding-bottom: 10px;
    }
    footer .container-elink {
      padding: 36px 15px;
    }
    .banner-sec .inner-banner{
      padding-top: 30px;
    }
    .call-sec{
      margin-top: 10px;
    }
    .banner-sec .inner-banner h1 {
      font-size: 30px;
    }
    .call-sec a {
      width: 90%;
    }
  }
  @media(max-width: 480px){
    .banner-sec .inner-banner h1 {
      font-size: 25px;
    }
    .hyper-sec ul li h2 {
      font-size: 27px;
    }


  }
