@charset "utf-8";


body{
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}
 h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 34px;
  color: #000;
  font-weight: bold;
  line-height: 50px;
}
h3, h4, h5{
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  color: #000;
  font-weight: bold;
}
p {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color: #000;
  line-height: 27px;
}
a {
  text-decoration: none;
}


/*==================scrollbar==================*/
/*.client-comm */
::-moz-scrollbar-track {-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);border-radius: 5px;background-color: #fff;}
::-moz-scrollbar {width: 2px;background-color: #fff;}
::-moz-scrollbar-thumb {border-radius: 5px;-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);background-color: #f86134;}
::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);border-radius: 5px;background-color: #f1f1f1;}
::-webkit-scrollbar {width: 2px; height: 2px; background-color: #fff;}
::-webkit-scrollbar-thumb {border-radius: 5px;-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);background-color: #f86134;}
/* ============================================
HELPER CLASSES
============================================ */

/*--------------------top scorll btn start----------------------------*/

#button {
    display: inline-block;
    background-color: #fe5c01;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50px;
    position: fixed;
    bottom: 70px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-decoration: none;
}
#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 25px;
    line-height: 50px;
    color: #fff;
}

#button:hover {
  cursor: pointer;
  background-color: #2a2a2a;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/*--------------------top scorll btn end----------------------------*/

.col {
  padding: 1rem;

  @media (min-width: $max-width) {
    width: 50%;
    float: left;

    &:nth-of-type(2n + 1) {
      clear: left;
    }
  }

  &.col--full {
    width: 100%;
  }
}

html,
body {
  &,
  * {
    cursor: none;
  }
}

.cursor-dot,
.cursor-dot-outline {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  visibility: visible;
  &.has-hover {
    transform: translate(-50%, -50%) scale(4);
    opacity: 0.3;
  }
}



.cursor-dot {
  size: 10px;
  width: 10px;
  height: 10px;
  background-color: #ee4622;
  visibility: visible;
}

.cursor-dot-outline {
  size: 40px;
  width: 10px;
  height: 10px;
  visibility: visible;
}

.cursor-dot-outline:after {
  border-radius: 50%;
  padding: 5px;
  border: 2px solid #ee4622;
  position: absolute;
  content: "";
  top: -6px;
  left: -6px;
  bottom: -6px;
  right: -6px;
}

.sm-clean a {
  position: inherit;
}

.sm-clean a,
.sm-clean a:hover,
.sm-clean a:focus,
.sm-clean a:active {
  color: #000;
  padding: 5px 0;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}

.sm-clean a:after {
  content: "";
  display: block;
  width: 0;
  height: 6px;
  background-color: #000;
  transition: width 0.3s;
  left: 0;
  bottom: 12px;
  z-index: -1;
}

.sm-clean a.current:after,
.sm-clean a:hover:after,
.sm-clean a:focus:after,
.sm-clean a:active:after,
.sm-clean a.highlighted:after,
.sm-clean ul a:hover:after,
.sm-clean ul a:focus:after,
.sm-clean ul a:active:after,
.sm-clean ul a.highlighted:after {
  width: 100%;
}



/*--------------------top btn end----------------------------*/

  /*border: 2px #bd2342 solid;*/
.comm-btn{
    padding: 12px 30px;
    box-shadow: 2px 3px 10px rgb(233 86 0 / 50%);
    border-radius: 50px;
    background: #f86134;
    align-items: center;
    justify-content: center;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}
.comm-btn a{
  padding: 5px 10px;
  font-size:16px;
  color:#fff;
  text-decoration:none;
  transition:all .5s ease;
  z-index:2;
  position:relative;
  font-weight: 600;
}
/*.effect{
  width:250px;
  height:45px;
  left:-140px;
  top:-45px;
  background:none;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
}
.comm-btn:hover .effect{
  left:0;top:0;
}*/
.comm-btn:hover a{
  color:#000;
}

/*--------------------social start----------------------------*/

/*-------------------- sticky form start ----------------------------*/

.sliding_form .slide_out {
  right: -270px;
}

.sliding_form {
  background: #fff;
  position: absolute;
  right: 0px; 
  top: 310px;
  border-radius: 10px 0 0 10px;
  width: 270px;
  height: 375px;
  z-index: 9999;
  box-shadow: 0px 3px 3px rgb(193 193 193 / 30%);
}
#form_trigger {
    border-radius: 10px 10px 0 0;
    color: #f86134;
    font-size: 20px;
    font-weight: 500;
    left: -146px;
    padding: 5px 20px;
    position: absolute;
    text-transform: uppercase;
    top: 150px;
    transform: rotate(-90deg);
    transform-origin: 117px 11px 0;
    background: #fff;
    text-decoration: none;
}
#form_trigger:focus {
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    left: -146px;
    padding: 5px 20px;
    position: absolute;
    text-transform: uppercase;
    top: 150px;
    transform: rotate(-90deg);
    transform-origin: 117px 11px 0;
    background: #f86134;
    text-decoration: none;
}
/*#form_trigger:hover,
#form_trigger:focus {
  text-decoration: none;
}
*/
.sliding_form_inner .form-group label {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  margin-right: 20px;
}
.sliding_form_inner .form-group {
    height: 30px; 
    padding: 4px 0;
    background: none;
    width: 100%;
    padding: 0px 0px 0px 15px; 
    border-radius: 20px;
    color: #acabab;
    font-size: 13px;
    font-weight: 500;
}
.sliding_form_inner .form-group .fields_box {
    background: none;
    border: 1px solid #707070;
    width: 100%;
    height: 30px;
    padding: 0px 0px 0px 15px;
    border-radius: 20px;
    margin: -3px 0px;
    color: #acabab;
    font-size: 13px;
    font-weight: 500;
}
.sliding_form_inner .submit_btn {
  font-size: 16px;
  background: #f86134;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 50px;
  color: #fff;
  border: none;
  padding: 10px 20px;
}
.sliding_form_inner .submit_btn:hover, .sliding_form_inner .submit_btn:focus{
  color: #000;
}
.sliding_form_inner h2 {
  font-size: 17px;
  font-weight: 600;
  margin-top: 20px;
}
.sliding_form_inner h3 {
  font-size: 15px;
  font-weight: 600;
  margin-top: 30px;
}

/*@media(max-width: 1024px) and (min-width: 767px) {
  .sliding_form_inner .form-group .fields_box {
    margin-bottom: 10px;
  }
  .sliding_form_inner .form-group {
    padding: 0px;
  }
  .sliding_form_inner {
    height: auto;
  }
}
@media(max-width: 767px) {
  .sliding_form {
    height: auto;
    width: 70%;
    top:50px;
  }
  .sliding_form_inner {
    padding: 10px;
    height: 300px;
    display: inline-block;
  }
  .sliding_form_inner .form-group .fields_box {
    margin-bottom: 10px;
  }
  .sliding_form_inner .form-group {
    padding: 0px;
  }
}*/

/*-------------------- sticky form end ----------------------------*/

.top-sec{
  width: 100%;
  background-color: none;
  display: inline-block;
}

/*----top social icon----*/
.top-social {
  display: flex;
  list-style: none;
  /*transform: translateY(-5px);*/
  margin-top: 30px;
}
.top-social ul{
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 0px;
    }
.top-social li a{
    list-style: none;
    text-decoration: none;
    background: none;
    width: 30px;
    height: 30px;
    display: inline-flex;
    border-radius: 50px;
    text-align: center;
    justify-content: center;
    color: #ffffff;
    align-items: center;
    margin: 10px 2px;
    padding: 0px;
}
.white-bg .top-social a .icon{
    font-size: 15px;
    color: #fff;
}
.top-social li:hover a{
  background: none;
  color: #386278;
  border-radius: 0%;
  transition: 0.90s;
  -webkit-transition: 0.90s;
  -moz-transition: 0.90s;
  -ms-transition: 0.90s;
  -o-transition: 0.90s;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

/*-----top-nav-tab-----*/
.top-nav-tab{
    margin-top: 40px;
    margin-right: 25px;
    margin-bottom: 20px;
}
.top-nav-tab li a{
    /*background: #fff;*/
    border: 1px solid #fff;
    width: 175px;
    height: auto;
    border-radius: 50px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0px 5px;
    padding: 10px;
}
.top-nav-tab li a img{
    width: 12% !important;
}

/*--------------------social end----------------------------*/
/*--------------------navbar start----------------------------*/


.logo-text ul {
    font-size: 11px;
    font-weight: 600;
    padding: 0px 12px;
    margin-top: 20px;
    color: #ee4622;
    text-transform: uppercase;
}
.heder-sec{
  position: relative;
  display: block;
}
.nav-sec{
  background-color:rgb(255 255 255);
  width: 100%;
  /*position: absolute;*/
  top: 0;
  z-index: 1000;
  border-radius: 50px;
}
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    background: rgb(255 255 255);
    box-shadow: 0 0 15px 0px rgb(0 0 0 / 10%);
    border-radius: 0px;
}
.heder-sec .navbar-nav .top-nav-tab {
  margin-left: auto;
  text-transform: uppercase;
}
.heder-sec .navbar-brand img {
  width: 190px;
}
.nav-sec.sticky .navbar-brand img {
  width: 200px;
}
.heder-sec .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 30px;
    padding-left: 30px;
    text-transform: capitalize;
}
.heder-sec .navbar-nav {
  font-size: 16px;
  font-weight: 500;
}
.heder-sec .navbar-nav .nav-link {
  font-size: 18px;
  color: #000;
}
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
  color: #000;
  font-weight: bold;
  border-bottom: 2px solid #FE5C02;
  width: 100%;
  margin: auto;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #FE5C02;
    border-bottom: 2px solid #FE5C02;
    width: 100%;
    margin: auto;
}

/*.heder-sec .navbar .navbar-nav > li > a::before {
    content: "";
    background-color: #000;
    height: 1px;
    width: 6%;
    position: absolute;
    left: 16%;
    top: 60px;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;*/
}
.heder-sec .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #000;
  font-weight: 600;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0em;
    vertical-align: 0em; 
    content: "+";
    border-top: none;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.trigger-input:checked + .trigger-wrapper .faq-titulo::after {
  transform: rotate(45deg) scale(1.09);
}
.dropdown-menu .dropdown-menu{
    margin-left:0; margin-right: 0;
}
.navbar-dark .navbar-toggler {
    color: rgb(255 255 255 / 0%);
    border-color: rgba(255,255,255,.1);
}

.dropdown-menu li{
    position: relative;
}
.nav-item .submenu{ 
    display: none;
    osition: absolute;
    left:100%; top:-7px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #f86134;
    background-clip: padding-box;
    border: none;
    border-radius: 0px;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: #f86134;
    border: 0;
}
.nav-item .submenu-left{ 
    right:100%; left:auto;
}
.dropdown-menu > li:hover{ background-color: #f1f1f1 }
.dropdown-menu > li:hover > .submenu{
    display: block;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #f86134;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #f86134;
    border: 1px solid #f86134;
    border-radius: .25rem;
}
.navbar .nav-icons a, svg {
    margin: 0 4px;
}
.dropdown .plus-icon:after {
  content: '+';
  float: right;
  transition: transform .3s ease;
}


.whatsapp {
    /*position: absolute;
    margin-left: 120px;*/
}
.whatsapp img {
    width: 40px;
    margin: 10px 20px;
}
.whatsapp-btn a {
  text-decoration: none;
  color: #fff;

}
.download-btn {
    background: #fe5c01;
    width: 260px;
    height: 65px;
    float: left;
    border-radius: 50px;
    position: relative;
    color: #000;
    cursor: pointer;
    /*border: 1px solid #f86134;
*/    margin-right: 15px;
}
.google-play h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    /*margin-left: 20px;*/
    margin: 5px 25px;
    line-height: 20px;
    text-transform: uppercase;
}
.google-play span {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
}

/*--------------------navbar end----------------------------*/

/*--------------------slider starts----------------------------*/

.heder-banner-bg {
    background: url(../image/heder-gif-bg.gif) no-repeat center !important;
    height: 974px;
    background-size: cover;
}
.banner-img {
  width: 100%;
  height: auto;
}
.banner-img img {
  width: 100%;
}
.heder-banner-img {
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    display: block;
    margin-top: 30px;
}
.banner-text {
    margin-left: 35px;
}
.banner-text h1 {
  font-size: 70px;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    color: #fff;
    padding: 131px 0px 0px 0px;
    text-shadow: 0.3rem 0.3rem #fb9500;
}

.banner-btn .comm-btn{
    padding: 15px 35px;
    box-shadow: none;
    border-radius: 50px;
    background: #ffffff;
    align-items: center;
    justify-content: center;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 20px 20px 0px 0px;
}
.banner-btn .recharge-btn .comm-btn{
    background: #ff3b00;
    border: 1px solid #fff;
}
.banner-btn .check-btn .comm-btn a{
  color:#f86134;
  font-size: 22px;
}
.banner-btn .check-btn .comm-btn a:hover{ 
  color:#000;
}
.banner-btn .recharge-btn .comm-btn a{
  color:#fff;
}
.banner-btn .recharge-btn .comm-btn a:hover{
  color:#000;
}
.banner-btn {
  display: flex;
}

/*--------------------slider end----------------------------*/

/*--------------------unlimited-sec start----------------------------*/

.unlimited-sec {
    background: url(../image/unlimited-bg.jpg) no-repeat center;
    height: auto;
    position: relative;
    background-size: cover;
}
.unlimited-slider.owl-carousel .owl-nav .owl-next,
.unlimited-slider.owl-carousel .owl-nav .owl-prev{
  height: 45px;
  width: 45px;
  text-indent: -1000px;
  overflow: hidden;
  background: transparent;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  top: 50%;
  transform: translateY(-50%);
}
.unlimited-slider.owl-carousel .owl-nav .owl-prev{ 
  background-image: url(../image/arrow-left-1.png);
  box-shadow: 0px 5px 5px rgb(193 193 193 / 50%);
  width: 60px;
  height: 60px;
  left: -7%;
  border-radius: 50px;
}
.unlimited-slider.owl-carousel .owl-nav .owl-next{
  background-image: url(../image/arrow-right-1.png);
  box-shadow: 0px 5px 5px rgb(193 193 193 / 50%); 
  width: 60px;
  height: 60px;
  right: -7%;
  border-radius: 50px;
transition: 0.4s;
}
.unlimited-slider.owl-carousel .owl-dots {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}
.unlimited-slider.owl-carousel .owl-dots button.owl-dot {
  width: 25px;
  height: 25px;
  border-radius: 0px;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.unlimited-slider.owl-carousel .owl-dots button.owl-dot.active {
    background-color: #e74d00;;
    width: 70px;
    height: 12px;
    border-radius: 50px;
}
.unlimited-slider.owl-carousel .owl-dots button.owl-dot {
    width: 13px;
    height: 13px;
    border-radius: 50px;
    display: inline-block;
    background: #cbcbcb;
    margin: 0 8px;
}
.unlimited-slider.owl-carousel img {
  width: 90%;
  margin-top: 40px;
}
.unlimited-slider-text {
  margin-top: 135px;
}
.unlimited-slider-text h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}
.unlimited-slider-text h2 {
    font-size: 34px;
    font-weight: 700;
}
.unlimited-slider-text span {
    font-size: 34px;
    color: #f86134;
    font-weight: 700;
    line-height: 45px;
}
.unlimited-slider-text1 h2 {
  font-size: 60px;
  color: #f86134;
  margin-top: 200px;
  line-height: 65px;

}
.unlimited-slider.owl-carousel .unlimited-slider-img1 img {
/*  border: 1px solid #f86134;
  border-radius: 100%;*/
  margin-top: 100px;
}

/*--------------------unlimited-sec end----------------------------*/

/*--------------------extend-sec start----------------------------*/

.extend-sec .extend-content { 
  background-color: #ffe6d8;
  overflow: hidden;
}
.extend-sec .bg-full {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.extend-sec .overlay { 
  z-index: 1;
  position: relative;
}
.extend-sec .col {
  float: right;
  width: 55%;
}
.extend-sec .extend-text {
  width: 30%;
}
.extend-sec .col.extend-img {
  min-height: 713px;
}
.extend-sec .col.col3 {
  min-height: 563px;
}
.extend-sec .col.col4 {
  float: right;
  padding: 75px 80px;
}
.extend-sec .extend-text {
  margin: 0;
  width: 666px;
  float: right;
  padding: 80px 65px 0;
}
.extend-text h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
}
.extend-text p {
  font-size: 20px;
  font-weight: 500;
}
.extend-sec .extend-text span {
  font-size: 34px;
  font-weight: 700;
}
.extend-sec .extend-text h3 {
  font-size: 24px;
  font-weight: 500;
}
.extend-sec .extend-text ul li {
    font-size: 15px;
    line-height: 40px;
    font-weight: 600;
}

/*--------------------extend-sec end----------------------------*/

/*----------------------- what we start ------------------------*/

.what-we-sec {

}
.what-we-sec-titel span {
  font-size: 17px;
  color: #f86134;
}
.what-we-sec-titel h2 {
    font-size: 37px;
    margin-bottom: 50px;
    font-weight: 600;
    line-height: 40px;
}
.what-we-sec-content {
  transition: 0.5s;
  height: 230px;
  padding: 25px;
  background: #fff;
  box-shadow: 0px 5px 10px 0px rgb(151 151 151 / 51%);
  border-radius: 8px;
}
.what-we-sec-content h3 {
  font-size: 24px;
  color: #f86134;
  font-weight: 600;
}
.what-we-sec-content p {
  font-size: 16px;
  line-height: 22px;
}

/*----------------------- what we start ------------------------*/

/*----------------------- happy-customers start ------------------------*/

.happy-customers-sec .happy-customers-content { 
  background-color: #eeeeee;
  overflow: hidden;
}
.happy-customers-sec .bg-customers {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.happy-customers-sec .overlay { 
  z-index: 1;
  position: relative;
}
.happy-customers-sec .col.customers-img {
  min-height: 713px;
}
.happy-customers-sec .col5 {
  float: right;
}
.happy-customers-sec .customers-text {
  margin: 0;
  width: 666px;
  /*float: right;*/
  padding: 60px 20px 0px 320px;
}
.customers-text h2 {
    font-size: 68px;
    color: #fd6a02;
    line-height: 60px;
    font-weight: 600;
}
.customers-text p {
  font-size: 20px;
  font-weight: 500;
}
.customers-slider-cont {
    transition: 0.5s;
    height: 200px;
    width: 600px;
    padding: 25px;
    background: #ffffffdb;
    border-radius: 20px;
    margin-top: 70px;
}
.customers-slider.owl-carousel .owl-item .avtar-img img {
    display: block;
    float: left;
    width: 10%;
}
.customers-slider p {
    float: left;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
    line-height: 24px;
}
.customers-slider.owl-carousel .owl-item img {
    float: right;
    width: 18%;
}
.customers-slider.owl-carousel.animate__zoomIn.wow.owl-loaded.owl-drag.animated {
    position: absolute;
    margin-top: -350px;
}


/*----------------------- happy-customers end ------------------------*/

/*--------------------extend-sec start----------------------------*/

.connected-sec { 
  background-color: #ffe6d8;
  padding: 50px;
}
.connected-sec-bg {
    background: url(../image/connected-png.png) no-repeat center;
    width: 100%;
    height: 428px;
    overflow: hidden;
    background-size: cover;
    border-radius: 20px;
    transition: 0.7s;
}
.connected-content .connected-circle1 {
  border: 1px solid #fff;
  width: 75px;
  height: 75px;
  border-radius: 100px;
  margin: 50px;
  transition: 0.7s;
}
.connected-content .connected-circle2 {
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  margin-left: 280px;
  margin-top: -20px;
  transition: 0.7s;
}
.connected-router .connected-circle3 {
  border: 1px solid #fff;
  width: 120px;
  height: 120px;
  border-radius: 100px;
  margin: 100px 150px;
  transition: 0.7s;
}
.connected-content h2 {
  font-size: 33px;
  color: #fff;
  padding-top: 40px;
}
.connected-content p {
  font-size: 15px;
  color: #fff;
  padding-top: 20px;
}
.connected-content img {
  margin-top: -66px;
  margin-left: 30px;
  transition: 0.7s;
}
.connected-router img {
  margin-top: -180px;
  transition: 0.7s;
}
.connected-sec-bg:hover .connected-content img  {
  transform: scale(1.1);
}
.connected-sec-bg:hover .connected-router img  {
  transform: scale(1.1);
}
.connected-sec-bg:hover .connected-circle1 {
  transform: scale(1.1);
}
.connected-sec-bg:hover .connected-circle2 {
  transform: scale(1.1);
}
.connected-sec-bg:hover .connected-circle3 {
  transform: scale(1.1);
}
/*--------------------extend-sec end----------------------------*/

/*--------------------address-sec start----------------------------*/

.address-sec {
    background: url(../image/address-bg.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 270px;
}
.address-sec h4 {
    font-size: 26px;
    color: #fff;
    font-weight: 400;
}
.quote-form {
  margin-top: 50px;
}
.address-sec .quote-form .form-control {
    height: 30px !important;
    padding: 30px;
    font-size: 16px;
    border: 0px;
    border-bottom: 1px solid #d4cece;
    color: #333;
    border-radius: 100px;
    background-color: #ffe6d8;
    box-shadow: none;
}
.address-sec .quote-form .form-group.has-error .form-control {
  color: #f33;
  border-color: #f33;
}
.address-sec .quote-form .btn {
  font-weight: 400;
  padding: 11px 2.3%;
  opacity: 1 !important;
}
.address-sec .quote-form .shake .form-message {
  bottom: -79px;
}
.address-sec .quote-form .form-message {
  left: 50%;
  color: #fff;
  bottom: -43px;
  font-size: 11px;
  font-weight: 600;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 15px 25px 13px 50px;
}
.address-sec .quote-form .form-message:after {
  top: 14px;
  left: 17px;
  width: 20px;
  content: "";
  height: 20px;
  font-size: 9px;
  font-weight: 400;
  line-height: 20px;
  border-radius: 50%;
  position: absolute;
  text-align: center;
}
.address-sec .quote-form .form-message.error {
  margin: 0 0 20px;
  background: #f33;
  padding: 15px 20px 13px 50px;
}
.address-sec .quote-form .form-message.error:after {
  content: "\f00d";
  background: #cc2929;
}
.address-sec .quote-form .form-message.success {
  margin: 0 0 20px;
  background: #698cf0;
  padding: 15px 20px 13px 50px;
}
.address-sec .quote-form .form-message.success:after {
  content: "\f00c";
  background: #5470c0;
}
.address-sec .quote-form .form-message.hidden {
  display: none;
}
.address-sec .quote-form.style2 {
  border: 0;
  margin: 0;
  width: 340px;
  padding: 40px 0 20px;
}
.address-sec .quote-form.style2 .form-group {
  float: none;
  width: 100%;
  margin: 0 0 20px;
}
.address-sec .quote-form.style2 .form-group:nth-child(3) {
  margin: 0 0 20px;
}
.address-sec .quote-form.style2 .form-message {
  left: auto;
  bottom: auto;
  position: relative;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.address-sec .quote-form .form-group.has-error .form-control {
    color: #f33;
    border-color: #f33;
}
.address-sec .comm-btn {
    padding: 20px 20px;
    box-shadow: 2px 3px 10px rgb(233 86 0 / 50%);
    border-radius: 50px;
    background: #ffffff;
    align-items: center;
    justify-content: center;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}
.address-sec .comm-btn a {
    padding: 5px 20px;
    font-size: 16px;
    color: #f86134;
    text-decoration: none;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    font-weight: 600;
}
.address-sec .comm-btn a:hover {
    color: #000;
}

/*--------------------address-sec end----------------------------*/

/*--------------------footer start----------------------------*/

.footer-sec {
  background-color: #fff;
/*  background-image: url(../image/footer-sec.png);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;*/
  width: 100%;
  height: auto;
  padding-top: 40px;
  padding-bottom: 70px;
}
.footer-sec h2 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
.footer-sec a {
    font-size: 15px;
    color: #7a7a7a;
    font-weight: 500;
    text-decoration: none;
    line-height: 28px;
}
.footer-sec a:hover {
  color: #f86134;
  text-decoration: none;
}
.footer-sec a .icon {
  margin-right: 5px;
}
.footer-sec .call-cont {
    display: inline-block;
    position: absolute;
    margin: -10px 0px 0px 20px;
}
.footer-sec .call img {
    width: 10%;
}
.footer-sec .call-cont span {
    font-size: 16px;
    font-weight: 500;
}
.footer-sec .call-cont a {
    font-size: 20px;
    font-weight: 700;
    line-height: 10px;
}
.footer-sec .mail-cont {
    display: inline-block;
    position: absolute;
    margin: -10px 0px 0px 20px;
}
.footer-sec .mail img {
    width: 10%;
    margin-top: -5px;
}
.footer-sec .mail-cont span {
    font-size: 16px;
    font-weight: 500;
}
.footer-sec .mail-cont a {
    color: #7a7a7a;
    font-size: 18px;
    font-weight: 500;
    line-height: 10px;
}
.footer-sec .end-social span {
    font-size: 16px;
    font-weight: 500;
}
.footer-sec .play-cont span {
    font-size: 16px;
    font-weight: 500;
}
.footer-sec .play-cont {
    display: inline-block;
    position: absolute;
}
.footer-sec .play-cont img {
    border-radius: 5px;
}
.footer-sec ul {
    text-decoration: none;
    list-style: none;
    padding: 0px 0px 0px 0px;
}
.footer-sec .end-social {
  list-style: none;
  margin-top: 110px;
}

.end-social ul{
    display: flex;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    }
.end-social li a{
    list-style: none;
    text-decoration: none;
/*    width: 45px;
    height: 45px;*/
    display: inline-flex;
    border-radius: 50px;
    text-align: center;
    justify-content: center;
    color: #7a7a7a;
    align-items: center;
    margin: 10px 20px 0px 0px;
    font-size: 22px;
}
.end-social a .icon{
    font-size: 15px;
    color: #fff;
}
.end-social li:hover a{
  border-radius: 0%;
  transition: 0.90s;
  -webkit-transition: 0.40s;
  -moz-transition: 0.40s;
  -ms-transition: 0.40s;
  -o-transition: 0.40s;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.con-info .media-img,
ul.footer-social li a {
    background: #bd2342;
    width: 30px;
    height: 30px;
    line-height: 31px;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin:2px 0px;
}
/*.footer-sec-logo ul{
    display: flex;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.footer-sec-logo ul li img{
    width: 140px;
    margin: 0px 170px 0px 0px;
}*/

.footer-logo1 img {
  width: 55%;
}

/*--------------------footer end----------------------------*/

/*--------------------end sec start----------------------------*/

.end-sec {
  background-color: #dbdbdb;
  padding: 10px 10px;
}
.end-sec .end-sec-content p {
    font-size: 12px;
    color: #000;
    margin: auto;
}
.end-sec .end-sec-content a {
    color: #005dff;
    text-decoration: none;
    margin-left: 5px;
}
.nav-icon a, {
    text-decoration:none;
}
/*.nav-icons img, svg {
    margin: 0 10px;
}*/
.end-sec .end-sec-content a:hover {
    color: #f86134;   
}

/*--------------------end sec end----------------------------*/











/*---------------------------------------------------- inner pages start -----------------------------------------------------*/




/*---------------------------------------------------- inner pages start -----------------------------------------------------*/


/*-------------inner pages sticky--------------*/
/*.inner-nav-sec{
  background-color:rgb(255 255 255);
  width: 100%;
  top: 0;
  z-index: 1000;
  border-radius: 0px;
}
.inner-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  background: rgb(255 255 255 / 90%);
  box-shadow: 0 0 15px 0px rgb(0 0 0 / 10%);
  border-radius: 0px;
}
.heder-sec .inner-nav-sec .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 4rem;
    padding-left: 0.5rem;
    text-transform: capitalize;
}*/


.inner-nav-sec .top-nav-tab li a {
    border: 1px solid #f86134;
    width: 175px;
    height: auto;
    border-radius: 50px;
    text-align: center;
    font-size: 14px;
    color: #f86134;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0px 5px;
    padding: 10px;
}
.inner-nav-sec .top-nav-tab .nav-link-active {
    background: #f86134;
    color: #fff;
}
.inner-nav-sec .top-nav-tab .nav-link-active a {
    color: #fff;
}
.inner-nav-sec .top-nav-tab {
    margin-top: 20px;
    margin-right: 10px;
    margin-bottom: 0px;
}
.inner-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    background: rgb(255 255 255 / 90%);
    box-shadow: 0 0 15px 0px rgb(0 0 0 / 10%);
    border-radius: 0px;
}
/*-------------inner pages sticky--------------*/

/*-------------------- about inner sec start ----------------------------*/

.about-inner-sec {
  background: url(../image/about-inner-bg.png) no-repeat center;
  background-size: cover;
  width: 100%;
  height: auto;
  padding: 100px 100px;
}
.about-inn-img h1 {
  font-size: 41px;
  font-weight: 600;
  color: #fff;
}
.about-inn-img p {
    color: #fff;
    line-height: 30px;
    font-weight: 300;
    font-size: 21px;
}
.about-inn-cont {
    background: #474747;
    padding: 25px 35px;
    transition: 0.5s;
    height: 300px;
}
.about-inn-cont2 {
    background: #fff;
    padding: 25px 35px;
    transition: 0.5s;
    height: 300px;
}
.about-inn-cont h2 {
  font-size: 28px;
  color: #fff;
}
.about-inn-cont2 h2 {
  font-size: 28px;
}
.about-inn-cont p {
    color: #fff;
    line-height: 30px;
    font-weight: 400;
    font-size: 18px;
}
.about-inn-cont2 p {
    line-height: 30px;
    font-weight: 400;
    font-size: 18px;
}


/*-------------------- about inner sec end ----------------------------*/

/*-------------------- availability-inner-sec start ----------------------------*/

.availability-inner-sec {
  background: url(../image/about-inner-bg.png) no-repeat center;
  background-size: cover;
  width: 100%;
  height: auto;
  padding: 200px 200px;
}
.availability-inner-sec-cont h1 {
  font-size: 41px;
  font-weight: 600;
  color: #fff;
}
.availability-inner-sec-cont p {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}


.address-sec {
    background: url(../image/address-bg.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 270px;
}
.address-sec h4 {
    font-size: 26px;
    color: #fff;
    font-weight: 400;
}
.quote-form {
  margin-top: 10px;
}
.availability-inner-sec .quote-form .form-control {
    height: 30px !important;
    padding: 30px;
    font-size: 16px;
    border: 0px;
    border-bottom: 1px solid #d4cece;
    color: #333;
    border-radius: 100px;
    background-color: #fff;
    box-shadow: none;
}
.availability-inner-sec .quote-form .form-group.has-error .form-control {
  color: #f33;
  border-color: #f33;
}
.availability-inner-sec .quote-form .btn {
  font-weight: 400;
  padding: 11px 2.3%;
  opacity: 1 !important;
}
.availability-inner-sec .quote-form .shake .form-message {
  bottom: -79px;
}
.availability-inner-sec .quote-form .form-message {
  left: 50%;
  color: #fff;
  bottom: -43px;
  font-size: 11px;
  font-weight: 600;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 15px 25px 13px 50px;
}
.availability-inner-sec .quote-form .form-message:after {
  top: 14px;
  left: 17px;
  width: 20px;
  content: "";
  height: 20px;
  font-size: 9px;
  font-weight: 400;
  line-height: 20px;
  border-radius: 50%;
  position: absolute;
  text-align: center;
}
.availability-inner-sec .quote-form .form-message.error {
  margin: 0 0 20px;
  background: #f33;
  padding: 15px 20px 13px 50px;
}
.availability-inner-sec .quote-form .form-message.error:after {
  content: "\f00d";
  background: #cc2929;
}
.availability-inner-sec .quote-form .form-message.success {
  margin: 0 0 20px;
  background: #698cf0;
  padding: 15px 20px 13px 50px;
}
.availability-inner-sec .quote-form .form-message.success:after {
  content: "\f00c";
  background: #5470c0;
}
.availability-inner-sec .quote-form .form-message.hidden {
  display: none;
}
.availability-inner-sec .quote-form.style2 {
  border: 0;
  margin: 0;
  width: 340px;
  padding: 40px 0 20px;
}
.availability-inner-sec .quote-form.style2 .form-group {
  float: none;
  width: 100%;
  margin: 0 0 20px;
}
.availability-inner-sec .quote-form.style2 .form-group:nth-child(3) {
  margin: 0 0 20px;
}
.availability-inner-sec .quote-form.style2 .form-message {
  left: auto;
  bottom: auto;
  position: relative;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.availability-inner-sec .quote-form .form-group.has-error .form-control {
    color: #f33;
    border-color: #f33;
}
.availability-inner-sec .comm-btn {
    padding: 20px 30px;
    box-shadow: 2px 3px 10px rgb(233 86 0 / 50%);
    border-radius: 50px;
    background: #631700;
    align-items: center;
    justify-content: center;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}
.availability-inner-sec .comm-btn a {
    padding: 5px 20px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    font-weight: 600;
}
.availability-inner-sec .comm-btn a:hover {
    color: #000;
}
.address-btn.justify-content-center {
    margin-top: 10px;
}

/*-------------------- availability-inner-sec end ----------------------------*/

/*-------------------- availability-inner-sec start ----------------------------*/

.availability-inner-sec {
  background: url(../image/about-inner-bg.png) no-repeat center;
  background-size: cover;
  width: 100%;
  height: auto;
  padding: 100px 100px;
}
.availability-inner-sec-cont h1 {
  font-size: 41px;
  font-weight: 600;
  color: #fff;
}
.availability-inner-sec-cont p {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

/*-------------------- availability-inner-sec end ----------------------------*/

/*-------------------- online-recharge-inner-sec start ----------------------------*/

.online-rech-sec {
  background: url(../image/about-inner-bg.png) no-repeat center;
  background-size: cover;
  width: 100%;
  padding: 50px 50px;
}
.online-rech-inn {
  background: #ffe6d8;
  padding-bottom: 150px;
}
.online-rech-cont h1 {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
}
.online-rech-cont p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    margin-top: 14px;
}
.online-rech-border {
    border: 1px solid #fff;
    margin-bottom: 10px;
    width: 42%;
}
.online-rech-cont h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
}
.android-btn {
    display: flex;
}
.android-btn img {
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    margin: 0px 9px;
    border-radius: 50px;
    padding: 5px;
}
.online-rech-text p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-top: 100px;
}
.online-rech-text h2 {
    font-size: 28px;
    color: #000;
    font-weight: 600;
    line-height: 0px;
}
.online-rech-img svg  {
    margin-top: 50px;
    float: right;
}
.online-rech {
    background: #fff;
    border-radius: 10px;
    padding: 80px 20px 100px 20px;
    box-shadow: 0px 5px 10px 0px rgb(151 151 151 / 51%);
    margin-top: 20px;
}
.online-rech-form p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.online-rech .form-control:focus {
    color: none;
    background-color: none;
    border-color: none;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}
.online-rech .form-label {
    margin-bottom: 1.5rem;
    font-size: 14px;
}
.online-rech  .form-control {
    display: block;
    width: 100%;
    padding: 0px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
}
.online-recharge-img {
  margin-top: 110px;
} 

/*-------------------- online-recharge-inner-sec end ----------------------------*/

/*-------------inn-head-btn--------------*/

.inner-hedder-sec {
  background: url(../image/about-inner-bg.png) no-repeat center;
  background-size: cover;
  width: 100%;
  padding: 50px 50px;
}
.inner-hedder-sec span {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}
.inner-hedder-sec h1 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}
.inner-hedder-sec p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
}
.inn-head-btn {
    display: flex;
    margin-top: 10px;
}
/*.inn-head-btn img {
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    margin: 0px 9px;
    border-radius: 50px;
    padding: 5px;
}*/
.inner-hedder-cont .inn-head-btn a svg {
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    margin: 0px 8px;
    border-radius: 50px;
    padding: 6px;
}
.inner-hedder-border {
    border: 1px solid #fff;
    margin-bottom: 15px;
}
.inn-head h4 {
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    margin-top: 15px;
}
/*-------------inn-head-btn--------------*/

/*-------------------- Broadband Plans start ----------------------------*/
.broadband-plan-sec {
  background: #ffe6d8;
  padding-bottom: 150px;
}
.value-half-sec .value-half-cont { 
  background: url(../image/about-inner-bg.png) no-repeat center;
  background-size: cover;
  width: 100%;
  height: auto;
  display: inline-block;
}
.value-half-sec .value-bg-full {
  background: #ffe6d8;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.value-half-sec .value-cont-text {
    overflow: hidden;
    margin: 0;
    width: 320px;
    float: right;
    /*padding: 50px 30px 0px 300px;*/
    margin-top: 50px;
}
.value-cont-text p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
}
.value-cont-text h1 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}
.value-cont-text ul {
  list-style: none;
  padding: 0px;
}
.value-cont-text ul li {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  list-style: none;
}
.value-cont-text h2 {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  margin-top: 30px;
}
.value-cont-text .value-bx {
  background: #d3681d;
  border: 1px solid #9b2400;
  border-radius: 20px;
  margin: 0px 20px 20px 0px;
  margin-bottom: 250px;
}
.value-bx .value-bx-cont {
  margin: 20px;
}
.value-bx .value-bx-cont img {
  width: 30px;
  margin-top: 10px;
  position: absolute;

}
.value-bx .value-bx-cont p {
  color: #fff;
  margin: 20px 0px 0px 70px;
}
.value-bx .value-bx-cont .value-bx-border {
    border-bottom: 1px solid #fff;
    width: 100%;
    display: block;
    margin: 3px 70px;
}
.broadband-cont .broadband-text p {
    font-size: 18px;
    font-weight: 400;
    margin-top: 50px;
}
.broadband-cont .broadband-text h2 {
    font-size: 26px;
    font-weight: 600;
    margin-top: -25px;
}
.broadband-plan-sec .dropdown, .dropend, .dropstart, .dropup {
  position: relative;
  margin-top: 80px;
}
.broadband-cont .btn-secondary {
    color: #f86134;
    background-color: #ffffff;
    border-color: snow;
    border-radius: 10px;
    font-weight: 500;
    line-height: 14px;
    font-size: 14px;
}
.broadband-cont .btn-check:active+.btn-secondary, .btn-check:checked+.btn-secondary, .btn-secondary.active, .btn-secondary:active, .show>.btn-secondary.dropdown-toggle {
    color: #f86134;
    background-color: #ffffff;
    border-color: snow;
}
.broadband-cont .btn-check:active+.btn-secondary:focus, .btn-check:checked+.btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgb(130 138 145 / 0%);
}
.broadband-cont .btn-check:focus+.btn-secondary, .btn-secondary:focus {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
    box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 0%);
}
.broadband-cont .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0em;
    vertical-align: 0em;
    content: "+";
    border-top: none;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 2.3em solid transparent;
}
.broadband-cont .broadband-text h2 span {
    color: #f86134;
    text-decoration: underline;
}
.slider {
    position: absolute;
    cursor: pointer;
    width: 60px;
    height: 30px;
    top: 15px;
    right: 15px;
    bottom: 0;
    background-color: #f86134;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 34px;
    color: #fff;
    padding: 3px 6px; 
    font-size: 10px;
}
.slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 5px;
    bottom: 0px;
    top: 3px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
}
.show-plans .toggle {
    display: inline-flex;
    position: relative;
    width: 100%;
    height: 60px;
    background: #fff7f2;
    box-shadow: 4px 4px 5px rgb(0 0 0 / 20%);
    border-radius: 8px;
}
.show-plans .toggle-switch {
  vertical-align: top;
  margin-top: 20px;
  margin-bottom: 30px;
}
.show-plans p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
}
.show-plans h1 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}
.show-plans ul {
  list-style: none;
  padding: 0px;
}
.show-plans ul li {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  list-style: none;
}
.show-plans h2 {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  margin-top: 30px;
}
.show-plans .value-bx {
  background: #d3681d;
  border: 1px solid #9b2400;
  border-radius: 20px;
  margin: 0px 20px 20px 0px;
  margin-bottom: 250px;
}
.value-bx .value-bx-cont {
  margin: 20px;
}
.value-bx .value-bx-cont img {
  width: 30px;
  margin-top: 10px;
  position: absolute;
}
.value-bx .value-bx-cont p {
  color: #fff;
  margin: 20px 0px 0px 70px;
}
.value-bx .value-bx-cont .value-bx-border {
    border-bottom: 1px solid #fff;
    width: 100%;
    display: block;
    margin: 3px 70px;
}
.show-plans .toggle p {
    margin: 0 0 0 0;
    padding: 20px 0px 0px 15px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.show-plans .toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}
.lista-item {
  background: white;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 10px;
  box-shadow: 0 2px 6px rgba(50, 50, 90, 0.1);
  width: 100%;
}
/*button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    display: none;
}*/
.unlimited-tab {
  display: inline-flex;
  width: 100%;
}
.faq1 {
    margin-left: 10px;
    margin-top: 10px;
}
.faq2 {
    margin-left: 310px;
    margin-top: 10px;
}
.unlimited-tab .faq1 span {
    font-size: 14px;
    font-weight: 400;
}
.unlimited-tab .faq1 h3 {
    font-size: 20px;
    font-weight: 600;
}
.unlimited-tab .faq2 span {
    font-size: 14px;
    font-weight: 400;
}
.unlimited-tab .faq2 h3 {
    font-size: 18px;
    font-weight: 600;
}
.unlimited-text {
  margin-top: 100px;
}
.unlimited-text h5 {
    font-size: 16px;
    font-weight: 400;
    text-align: right;
}
.unlimited-text h2 {
    font-size: 20px;
    font-weight: 600;
}
.unlimited-text p {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}
.unlimited-text h4 {
    font-size: 18px;
    font-weight: 600;
}
.unlimited-text ul {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 15px;
}
.unlimited-text ul li a {
    text-decoration: underline;
}
.faq-conteudo {
  padding: 10px;
  color: #484848;
  font-famile: sans-serif;
  font-size: .875em;
  line-height: 1.4em;
  display: none;
  border-top: 2px solid #2a2a2abd;
  margin-top: 10px;
}
/*.faq-conteudo p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
}*/

.package-div-cont {
  margin-top: 10px;
}
.package-div {
  background: #f86134;
  padding: 5px;
  border-radius: 20px;
  align-items: flex-start;
}
.package-bx {
    background: #f86134;
    padding: 5px 0px 5px 0px;
    display: flex;
    column-gap: 0.5rem;
    justify-content: center;
}
.package-bx .form-check-input {
    width: 17px;
    height: 17px;
    margin-top: 0px;
    vertical-align: top;
    border: 2px solid #fff !important;
    background: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
.package-bx .form-check-input:focus {
    border-color: #ffffff00;
    outline: 0;
    box-shadow: none;
}
.package-div h6 {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}
.package-border {
    border: 1px solid #ffffffad;
    width: 90%;
    display: block;
    margin: auto;
}
.package-div p {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0px;
}















/*.radiobutton,
.checkbox {
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  margin: 5px 0;
  input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    &:checked ~ .checkmark {
      background-color: #fff;
    }
    &:checked ~ .checkmark:after {
      display: block;
      opacity: 1;
    }
  }
  .checkmark {
    width: 25px;
    height: 25px;
    position: relative;
    background: #fff;
    border-radius: 50px;
    border: 1px solid #000;
    float: left;
    transition: 0.25s;
    &:after {
      content: "";
      position: absolute;
      top: 4px;
      left: 4px;
      background: #555498;
      width: 17px;
      height: 17px;
      border-radius: 50px;
      opacity: 0;
      transition: 0.25s;
    }
  }
  &:hover {
    input ~ .checkmark {
      //background-color: transparent;
    }
  }
  span {
    font-size: 18px;
    color: #727070;
    margin-left: 5px;
  }
}*/




















.flat-and .flat-accordion .btn-toggle {
    float: right;
}

.flat-and .flat-accordion .btn-toggle::after {
    content    : '\f107';
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    color      : var(--primary-color4);
}

.flat-and .flat-accordion .toggle-title.active .btn-toggle::after {
    color      : var(--primary-color6);
}
.flat-and .flat-accordion .toggle-title {
    padding: 17px 27px 18px 31px;
    cursor: pointer;
    background-color: #fff7f2;
    font-size: 24px;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0px 3px 10px 0px rgb(67 67 67 / 25%);
    margin-top: 20px  ;
}
.flat-and .flat-accordion .toggle-content {
    padding: 10px 20px 20px 20px;
    display: none;
    box-shadow: 0px 3px 10px 0px rgb(67 67 67 / 25%);
    font-size: 24px;
    border-radius: 0px 0px 10px 10px;
}























.trigger-input {
  display: none;
}
.trigger-input:checked + .trigger-wrapper .faq-conteudo {
  display: block;
}
.trigger-input:checked + .trigger-wrapper .faq-titulo {
  box-shadow: 0 6px 10px rgba(50, 50, 59, 0.1);
}
.trigger-input:checked + .trigger-wrapper .faq-titulo::after {
  transform: rotate(45deg) scale(1.09);
}

/*-------------------- Broadband Plans end ----------------------------*/

/*-------------------- new-connection start ----------------------------*/

.new-connection-sec{
    background: #ffe6d8;
    padding: 50px 0px 100px 0px;
}
.new-connection-cont .new-connection-text p {
    font-size: 18px;
    font-weight: 400;
    margin-top: 50px;
}
.new-connection-cont .new-connection-text h2 {
    font-size: 28px;
    font-weight: 600;
}

.new-connection-form {
  background-color: #fbfbfb;
  padding: 80px 20px 40px;
  border-radius: 10px;
  box-shadow: 1px 1px 10px rgb(0 0 0 / 20%);
}
.connection-form-group {
  margin-bottom: 50px;
  position: relative;
}
.connection-form-group .form-control,select.form-control {
    height: 30px !important;
    padding: 0px 10px 10px 0px; 
    font-size: 14px;
    border: 0px;
    font-weight: 400;
    border-bottom: 1px solid #000000;
    color: #000;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
      margin: 20px 10px; 
}
select.form-control:not([size]):not([multiple]) {height: auto}
.quote-bx2 {
  padding: 15px;
}
.quote-bx2 .quote-div {
  background-color: #252624
}
.contact-form {
  padding: 50px 20px 10px;
}
.effect-16~.focus-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #f86134;
  transition: 0.4s; 
  box-shadow: none;
}
.effect-16:focus~.focus-border,
.has-content.effect-16~.focus-border {
  width: 100%;transition: 0.4s;
}
.effect-16~label {
  position: absolute;
  left: 0px;
  width: 100%;
  top: -35px;
  color: #bd2342;
  transition: 0.3s;
  z-index: 1111;
  letter-spacing: 0.5px;
  font-size: 18px;
}
.effect-16:focus~label,.effect-16:focus~label, .has-content.effect-16~label {
  color: #bd2342; 
  top: -25px; 
  font-size: 15px;
}
.has-content.effect-16~label {
  top: -16px;
  font-size: 12px;
  color: #bd2342;
  transition: 0.3s;
}
.connection-form-group span#code {
    font-size: 24px;
    font-weight: 600;
    font-style: italic;
}
/*[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) { */
#connection-form-group #captcha input {
    background: url(../image/refresh-icon.png) no-repeat scroll 0 0 transparent;
    margin: -5px 10px;
    padding: 11px;
    border: medium none;
    cursor: pointer;
    height: 0px;
}
.new-connection-form h3 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
}
.new-connection-form span {
    color: #f86134;
}
.new-connection-form .connection-form-group span {
    color: #000;
}
/*-------------------- new-connection end ----------------------------*/

/*-------------------- ott-sec start ----------------------------*/

.get-ott-sec {
    background: url(../image/ott-bg.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 750px;
    padding-top: 50px;
}
.ott-hed{
  text-align: center;
}
.ott-hed h1{
  font-size: 60px;
  color: #fff;
  padding: 0px 150px;
  font-weight: 600;
  line-height: 75px;
}
.ott-hed p{
    font-size: 24px;
    color: #fff;
    padding: 0px 300px;
    margin-top: 40px;
    line-height: 35px;
}
.ott-apps-bx {
    background: #fff;
    width: 90%;
    border-radius: 100px;
    padding: 20px;
    text-align: center;
    margin: 40px auto;
}
.ott-tab-img {
  text-align: center;
  margin-top: 100px;
}
.ott-tab-img img {
  text-align: center;
  margin-top: -300px;
}
.choose-plan-sec {
  margin-top: 20px;
  margin-bottom: 100px;
}
.choose-plan-text {
  text-align: center;
  font-size: 35px; 
}
.choose-plan-text h2 {
    font-size: 28px;
    font-weight: 700;
}
.choose-plan-text p {
    font-size: 24px;
    padding: 0px 150px 0px 150px;
    font-weight: 500;
    line-height: 35px;
}
.ott-apps-cont h2  {
  font-size: 28px;
  font-weight: 500;
  margin-top: 100px;
}
.ott-apps-cont img  {
  margin-top: 30px;
  margin-bottom: 50px;
}

/*-------- ott-apps-sec --------*/

.pack-plan {
  background: #fff;
  border: 1px solid #000;
  border-radius: 15px;
}
.pack-plan-bx {
    background: #474747;
    padding: 20px;
    border-radius: 10px 10px 10px 10px;
}
.pack-plan-bx p {
    font-size: 17px;
    color: #fff;
    font-weight: 400;
}
.pack-plan-bx h3 {
    font-size: 24px;
    color: #fff;
    margin-top: -15px;
    font-weight: 400;
}
.rupi-bx{
    background: #fff;
    display: inline-flex;
    float: right;
    margin-top: -70px;
    padding: 15px 10px 8px 10px;
    border-radius: 10px;
}
.rupi-bx h4 {
    font-size: 35px;
    color: #fd6a02;
    line-height: 20px;
    font-weight: 500;
}
.rupi-bx span {
  font-size: 14px;
  line-height: 0px;
}
.unlimited-plan-div {
  margin-top: 30px;
  margin-bottom: 10px;
}
.unlimited-plan-img {
  text-align: center;
  margin: 20px;
}
.unlimited-plan-div .comm-btn {
    padding: 5px 25px;
    box-shadow: none;
    background: #ff5800;
}
.unlimited-plan-div .comm-btn a {
    padding: 7px 10px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    font-weight: 400;
}
.get-app-sec {
    background: #ffe6d8;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 100px;
}
.get-app-head h2 {
  font-size: 24px;
  font-weight: 600;
}

/*-------- get-app-sec --------*/

.get-app-div {
  padding-bottom: 100px;
}
.get-app-cont {
    display: flex;
}
.get-app-cont {
    background: #ffe6d8;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
    /* height: 100px; */
    border-radius: 7px;
    padding: 28px 20px;
    padding-bottom: 30px;
}
.get-app-cont p {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin: 34px 20px;
    line-height: 24px;
}
.get-app-form {
    background: #ffe6d8;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
    /* height: 100px; */
    border-radius: 12px;
    padding: 20px;
    padding-bottom: 30px;
}
.get-app-form p {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 20px;
}
.get-app-form .comm-btn {
    padding: 13px 16px;
    box-shadow: none;
    border-radius: 20px;
}
.get-app-form .comm-btn a {
    padding: 5px 10px;
}
.get-app-form .form-control {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    box-shadow: inset 0px 0px 0px 0px rgb(241 241 241 / 50%);
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 40px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/*-------- get-app-sec --------*/

.stream-ott-div {
    margin: 50px;
}
.stream-ott-text {
  text-align: center;
  margin-top: 50px;
}
.stream-ott-text h2 {
  font-size: 38px;
  color: #f86134;
  font-weight: 700;
}
.stream-ott-text p {
    font-size: 22px;
    color: #f86134;
    font-weight: 500;
    margin-top: 20px;
}
.stream-ott-btn {
  justify-content: center;
  text-align: center;
}
.stream-ott-btn p {
    display: inline-flex;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
}
.stream-ott-btn img {
  margin: 20px 0px 0px 30px;
  border-radius: 5px;
}

/*-------------------- ott-sec end ----------------------------*/

/*-------------------- internet-speed start ----------------------------*/

.internet-speed-sec {
  background: url(../image/about-inner-bg.png) no-repeat center;
  background-size: cover;
  width: 100%;
  padding: 50px 50px;
}
.internet-speed-cont h1 {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    line-height: 28px;
}
.internet-speed-cont p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    padding: 0px 600px 0px 0px;
    margin-top: 14px;
}

.download-sec {
  background: #ffe6d8;
}
.download-cont  {
  padding-top: 150px;
  padding-bottom: 50px;
}
.download-cont span {
  font-size: 20px;
  color: #f86134;
  font-weight: 600;
}
.download-cont h2 {
  font-size: 90px;
  font-weight: 600;
  margin-top: 40px;
}
.download-cont p {
  font-size: 20px;
  color: #a2a2a2;
  font-weight: 600;
  margin-top: 30px;
}

.download-img {
  background: url(../image/download-img.png) no-repeat center;
  background-size: cover;
  width: 100%;
  padding: 50px;
}
.download-img p {
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    margin-top: 230px;
}

/*-------------------- internet-speed end ----------------------------*/

/*-------------------- contact start ----------------------------*/

.contact-sec {
  background: url(../image/about-inner-bg.png) no-repeat center;
  background-size: cover;
  width: 100%;
  padding: 50px 50px;
}
.contact-cont h1 {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    line-height: 28px;
}
.contact-cont p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    padding: 0px 600px 0px 0px;
    margin-top: 14px;
}
.contact-bx {
    margin: 30px 0px 30px 0px;
}
.contact-bx-cont {
    transition: 0.5s;
    padding: 15px;
    background: #fff;
    box-shadow: 0px 5px 10px 0px rgb(151 151 151 / 51%);
    border-radius: 8px;
    height: 185px;
    margin: 20px;
}
.contact-bx-cont img {
    margin-top: 20px;
}
.contact-bx-cont h3{
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    padding-top: 5px;
    align-items: center;
}
.get-touch {
  background: #ffe6d8;
}
.get-touch-text span {
  font-size: 20px;
}
.get-touch-text h3 {
  font-size: 38px;
  font-weight: 600;
}
.get-touch-text p {
  font-size: 20px;
}

/*--------- contact form ----------*/

.get-contact-form {
  padding: 30px 0px;
}
.form-group {
  margin-bottom: 15px;
  position: relative;
}
.form-group .form-control,select.form-control {
  height: auto;
  /*padding: 20px 0px 20px 10px;*/
  font-size: 14px;
  border: 0px;
  border: 1px solid #f86134;
  color: #333;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: none;
  border-radius: 3px; 
  margin: 20px 10px; 
 }
 .get-form-group .form-control,select.form-control {
    height: auto;
    padding: 10px 0px 10px 10px;
    font-size: 16px;
    border: 0px;
    border: 1px solid #f86134;
    color: #333;
    border-radius: 0px;
    background-color: #fff;
    box-shadow: none;
    border-radius: 3px;
    margin: 10px 0px;
}
select.form-control:not([size]):not([multiple]) {height: auto}
.quote-bx2 {
  padding: 0px;
}
.quote-bx2 .quote-div {
  background-color: #252624
}
.effect-16~.focus-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #000;
    transition: 0.4s;
    box-shadow: none;
    margin: 0px 10px;
}
.get-touch-form .comm-btn {
    padding: 15px 50px;
    margin-top: 20px;
}
.get-touch-form .comm-btn a {
    padding: 5px 10px;
    font-size: 16px;
} 
.get-touch-form .reset-btn .comm-btn {
    padding: 15px 30px;
    margin-top: 20px;
}
.get-touch-form .reset-btn .comm-btn a {
    padding: 5px 10px;
    font-size: 16px;
} 
.help-no-text h4 {
  font-size: 34px;
}
.help-no {
  float: right;
  display: inline-flex;
}
.help-no img {
  height: 35px;
  margin-right: 15px;
  margin-top: 15px;
}
.help-cont p {
  font-size: 16px;
}
.help-cont h3 {
  margin-top: -20px;
}
.help-cont a {
  font-size: 26px;
  color: #000;
  font-weight: 600;
}

/*--------- contact form ----------*/

.asked-quest-sec {
  background: #fff;
}
.asked-quest-sec h3{
  font-size: 40px;
  font-weight: 600;
}
.asked-quest-sec p{
  font-size: 24px;
}
.drop-item {
  background: #f86134;
  border-radius: 4px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.faq-title {
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin: 10px 40px;
}
.faq-title:after {
    content: '+';
    float: right;
    transition: transform .3s ease;
    position: absolute;
    margin-left: 43%;
}
.faq-cont {
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  color: #484848;
  font-famile: sans-serif;
  font-size: .875em;
  line-height: 1.4em;
  display: none;
}
.faq-cont p {
    font-size: 20px;
    font-weight: 500;
    padding: 10px 30px 10px 30px;
}
.faq-trigger {
  display: none;
}
.faq-trigger:checked + .trigger-wrapper .faq-cont {
  display: block;
}
.faq-trigger:checked + .trigger-wrapper .faq-title {
  /*box-shadow: 0 6px 10px rgba(50, 50, 59, 0.1);*/
}
.faq-trigger:checked + .trigger-wrapper .faq-title::after {
  transform: rotate(45deg) scale(1.09);
}
/*-------------------- contact end ----------------------------*/

/*-------------------- internet-speed start ----------------------------*/

.internet-speed-sec {
  background: url(../image/about-inner-bg.png) no-repeat center;
  background-size: cover;
  width: 100%;
  padding: 50px 50px;
}
.internet-speed-cont h1 {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    line-height: 28px;
}
.internet-speed-cont p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    padding: 0px 600px 0px 0px;
    margin-top: 14px;
}

.download-sec {
  background: #ffe6d8;
}
.download-cont  {
  padding-top: 150px;
  padding-bottom: 50px;
}
.download-cont span {
  font-size: 20px;
  color: #f86134;
  font-weight: 600;
}
.download-cont h2 {
  font-size: 90px;
  font-weight: 600;
  margin-top: 40px;
}
.download-cont p {
  font-size: 20px;
  color: #a2a2a2;
  font-weight: 600;
  margin-top: 30px;
}

.upload-img{
  background: url(../image/upload-img.png) no-repeat center;
  background-size: cover;
  width: 100%;
  padding: 10px;
}
.upload-img p {
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    margin-top: 330px;
}

/*-------------------- internet-speed end ----------------------------*/

/*-------------------- internet-device start ----------------------------*/

.internet-speed-sec {
  background: url(../image/about-inner-bg.png) no-repeat center;
  background-size: cover;
  width: 100%;
  padding: 50px 50px;
}
.internet-speed-cont h1 {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    line-height: 28px;
}
.internet-speed-cont p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    padding: 0px 600px 0px 0px;
    margin-top: 14px;
}

.progress-sec {
  background: #ffe6d8;
}
.progress-cont  {
  padding-top: 30px;
  padding-bottom: 20px;
}
.web-icon-div {
    display: flex;
    height: 25px;
    margin-top: 5px;
}
.web-icon-div p {
    margin-left: 5px;
    font-size: 14px;
    font-weight: 500;
} 
/*.progress-cont span {
  font-size: 20px;
  color: #f86134;
  font-weight: 600;
}
.progress-cont h2 {
  font-size: 90px;
  font-weight: 600;
  margin-top: 40px;
}
.progress-cont p {
  font-size: 20px;
  color: #a2a2a2;
  font-weight: 600;
  margin-top: 30px;
}*/

.device-img{
  background: url(../image/internet-device.png) no-repeat center;
  background-size: cover;
  width: 100%;
  padding: 10px;
}
.device-img p {
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    margin-top: 330px;
}



.progress *:not([data-progress]) {
  margin: 5px 0;
  font-size: 14px;
}
.progress {
  width: 100%;
  /*max-width: 500px;*/
  padding: 0px;
  box-sizing: border-box;
}
.progress {
    display: block;
    height: 1rem;
    overflow: unset;
    font-size: .75rem;
    background-color: #e9ecef00;
    border-radius: 0.25rem;
}
.progress [data-progress] {
    height: 20px;
    border-radius: 50px;
    margin: 5px 0 10px 0;
    overflow: hidden;
    background: white;
}
[data-progress]::after {
  content: "";
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-image: linear-gradient(#652813, #df5c09 90%);
  width: 0;
  height: 100%;
  box-sizing: border-box;
  font-size: 10px;
  color: white;
  padding: 0 3px;
  transition: 2s;
}
[data-progress].animate-progress::after {
  width: var(--animate-progress);
}
.progress-top-br {
  border: 1px solid #707070;

}
/*.progress-sec::before {
    content: "";
    background-color: #000;
    height: 1px;
    width: 45%;
    position: absolute;
    left: 27%;
    top: 480px;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}}*/

/*-------------------- internet-device end ----------------------------*/

.service-povider{
  padding-bottom: 200px;
}
.service-povider-sec {
  display: flex;
}
.service-povider-sec .service-div1 ul{ 
  list-style: none;
  padding-left: 0px;
  font-weight: 600;
  line-height: 30px;
}
.service-povider-sec .service-div2 ul { 
  list-style: none;
  text-align: end;
  margin-left: 200px;
}

}
.service-povider-sec .service-div1 ul li {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  padding: 0px;
}
.service-povider-sec .service-div2 ul li {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  padding: 0px;
}
.mach1-sec span {
  font-size: 14px;
  font-weight: 700;
}
.mach1-sec p {
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    margin-top: 5px;
}
.mach1-sec img {
    border-radius: 4px;
    width: 100px;
}


.service-povider::after {
    content: "";
    background-color: #707070;
    height: 200px;
    width: 1px;
    position: absolute;
    left: 44%;
    margin-top: -185px;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}