/* =======================  Home Page New EDITS ============================= */


section.cta-section {padding: 0px 0 0 0;}
section.store-section {display: none;}
section.featured-section {display: none;}
a.btn-top {border-radius: 0px;
    /* box-shadow: 0px 0px 10px #0000002b; */background: white;color: orangered !important;padding: 12px 33px 12px 33px;font-size: 16px !important;font-weight: 800;
    font-family: 'Open Sans', sans-serif;outline: navajowhite;
}
a.btn-top:hover{border-radius: 0px;/* box-shadow: 0px 0px 10px #0000002b; */background:#161616;color: rgb(255, 255, 255) !important;transition-duration: 2s;}
a.btn-top-right {
    color: white;
    background-color: #05004b;
    padding: 12px 33px 12px 33px;
    font-size: 16px !important;font-weight: 800;outline: navajowhite;
    font-family: 'Open Sans', sans-serif;

}

a.btn-top-right:hover{
    background: #161616;color: white !important;}
/* media query for home mobile */

@media only screen and (max-width: 600px) {ul.social-box { display: flex;}a.btn-top {padding: 4px 20px 4px 20px;font-size: 12px !important;justify-content: space-around;}
.nav-outer.clearfix {position: absolute;bottom: 93px;}}

.inr-h2{color: #df0303;font-size: 40px;}
span.inr-h3 {color: white;}
.inr-col-red {font-size: 18px;color: rgb(223, 3, 3);font-weight: 500;}
.tex-per{margin: 13px 18px;}
.h2-get{margin-bottom: 50px;}
.get-blaz:before {position: absolute;content: '';right: 0px;top: 0px;width: 50%;height: 100%;z-index:1;background: rgba(255,255,255,0);background: -webkit-linear-gradient(to right, rgba(255,255,255,0) 0%, #FDF6F6 100%);background: -moz-linear-gradient(to right, rgba(255,255,255,0) 0%, #FDF6F6 100%);background: linear-gradient(to right, rgba(255,255,255,0) 0%, #fdf6f600 100%);}

span.font-aw {color: white;font-size: 18px;margin-right: 10px;}
.price {color: white !important;margin-top: 44px !important;}

.icon-b {margin: 3em 0 0 0;}
/* =======================  Home Page New EDITS ============================= */

*{font-family: 'Open Sans', sans-serif;}



.owl-item.active {
    height: 50vh;
}

.richarge-heading h3 {
    font-size: 28px;
}

.choose-icon{
    font-size: 12px;
}
span.icon.choose-icon img {
    width: 35px;
    position: relative;
    top: 7px;
}

.foo-ico img {
    width: 34px;
    position: relative;
    top: 10px;
}

span.font-ico-tv img {
    width: 76px;
}


/*  navbar links   */
/*ul.navigation.clearfix a {
    padding: 1px 20px 1px 20px !important;
    position: absolute;
    border:2px solid#010c3a00;
    top: 39px;
}
ul.navigation.clearfix a:hover {
    border:2.5px solid #05004b;
    color: #05004b !important;
    border-radius: 1px;
}

.current a{
    background-color: #ea0929;
    color: white !important;
    border-radius: 2px;
}
.current a:hover{
    border:2px solid#ea0929 !important;
    color: #ffffff!important;
    border-radius: 2px;
   

}
*/
a.footer-logo img {
    width: 200px;
}
.price-block .upper-box:after {
    display: none;
}
.ico-heading-4{
    color: white !important;
}
.lower-box {
    margin-top: 40px;
}
.price-block .upper-box:before {
    display: none;
}
#active:hover{
    color: white;
}
.content-boxed.hero-section-box {
    position: absolute;
}
a#btn-hero-sec {
    position: relative;
    right: 1em;
    bottom: 5.5em;
    padding: 11px 20px 11px 20px;
    background-color: #05004b;
    font-size: 23px;
    font-weight: 700;
    border-radius: 0;
    letter-spacing: 1px;
}
.inner-column img {
    height: 31rem;
}
img.home-5g-img {
    width: 100%;
    height: auto;
}
.home-carasole{
    padding: 10px;
    border: solid gray 1px;
    margin: 3px;
}

/*w3 css created by niyati*/

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: Arial;
  border:1px solid gray;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: white;
  border:2px solid gray;
}

/*style the arrow inside the select element:*/

.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: black transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent black transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: black;
  padding: 0 16px;
  border: 1px solid transparent;
  
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: white;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border:1px solid gray; 
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: red;
}
/*for btn 6*/

.btn-style-six{
  position: relative;
  width: 100%;
  line-height: 30px;
  font-weight:800;
  overflow: hidden;
  background:none;
  text-align:center;
  border-radius:3px;
  display: inline-grid;
  padding: 3px 28px 3px;
  font-size: 18px;
  text-transform: capitalize !important;
  color: white;
  background-color:#ea0a2a;
      font-family: 'Open Sans', sans-serif;

}

.btn-style-six:before{
  position: absolute;
  content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
  background-color:rgb(1,12,58);
}

.btn-style-six:hover::before{
  opacity:1;
  -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-six .txt{
  position:relative;
  z-index:1;
}

.btn-style-six i{
  position:relative;
  top:2px;
  font-style:normal;
  line-height:1em;
  margin-left:5px;
}

.btn-style-six:hover{
  color:white;
}



/*20-12 new code injected*/
/*  navbar links   */


.box-n{
   padding: 1px 20px 1px 20px !important;
    position: absolute;
    border:2.5px solid#010c3a00;
    top: 39px;

}
.box-n:hover {
    border:2.5px solid #05004b;
    color: #05004b !important;
    border-radius: 1px;
}
.current a{
    background-color: #ea0929;
    color: white !important;
    border-radius: 2px;
}
.current a:hover{
    border:2px solid#ea0929 !important;
    color: #ffffff!important;
    border-radius: 2px;
}
.active-box{
  padding: 1px 20px 1px 20px !important;
    position: absolute;
    border:2.5px solid#010c3a00;
    top: 39px;

}
.active-box:hover{
   border:2px solid#ea0929 !important;
    color: #ffffff!important;
    border-radius: 2px;
}
.service-n{
  position: relative;top: 8.5px;
}

/*nav active hover*/
a#active:hover {
      color: #ff0000 !important;
      background: transparent;
    }
    .services-section .content-column .bold-text{
      margin-top: 26px;
    }