/** Fonts File initigrate **/
@font-face {
  src: url("../fonts/roboto/Roboto-Bold.ttf");
  font-family: roboto_bold;
}

@font-face {
  src: url("../fonts/roboto/Roboto-Black.ttf");
  font-family: roboto_extra_bold;
}

@font-face {
  src: url("../fonts/roboto/Roboto-Light.ttf");
  font-family: roboto_light;
}

@font-face {
  src: url("../fonts/roboto/Roboto-Medium.ttf");
  font-family: roboto_medium;
}

@font-face {
  src: url("../fonts/roboto/Roboto-Regular.ttf");
  font-family: roboto_regular;
}

@font-face {
  src: url("../fonts/roboto/Roboto-Thin.ttf");
  font-family: roboto_thin;
}

/** Theme color Init **/
/** Default Setting **/
body {
  background-color: #f0f0f0;
}

ul {
  margin-bottom: 0 !important;
}

p {
  text-align: justify;
  font-size: 14px;
  color: #333333;
}

a {
  text-decoration: none !important;
  font-size: 14px;
}

button {
  cursor: pointer;
  outline: 0 !important;
}

.menuactive {
  background: #eb2326;
  padding: 0px 23px !important;
  border-radius: 50px;
  line-height: -1px !important;
  color: #fff !important;
}

.hide {
  display: none;
}

.show {
  display: block !important;
}

.non-border {
  border: 0 !important;
}

/** Default Setting **/
.top-nav {
  background-color: #000000;
  padding: 5px;
  -webkit-box-shadow: 0px 1px 3px 0px #00000096;
          box-shadow: 0px 1px 3px 0px #00000096;
  z-index: 9;
}

@media screen and (max-width: 767px) {
  .top-nav .box ul {
    text-align: center !important;
  }
}

.top-nav .box ul li a {
  color: #b4b4b4;
  margin: 0 12px;
  -webkit-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
  font-size: 16px;
  font-family: roboto_medium;
}

.top-nav .box ul li a:hover {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .top-nav .box ul li a {
    margin: 0 2px;
  }
}

.navigation {
  background-color: #f0f0f0;
  height: 90px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9999;
}

.navigation .logo a img {
  width: 110px;
}

@media screen and (max-width: 767px) {
  .navigation {
    height: 78px;
    padding: 9px 0;
  }
  .navigation .logo a img {
    width: 100px;
    margin-top: 11px;
  }
}

.navigation .menu-bar i {
  color: #fff;
  background-color: #eb2326;
  padding: 13px;
  margin-top: 10px;
  font-size: 17px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .navigation .menu-bar i {
    margin-top: 27px;
  }
}

.navigation .menu {
  text-align: right;
  -webkit-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .navigation .menu {
    position: absolute;
    text-align: right;
    top: 90px;
    right: 0;
    background-color: #eb2326;
    width: 100%;
    height: auto;
    display: none;
    z-index: 999;
  }
  .navigation .menu ul li {
    margin-top: 0 !important;
    border-bottom: dashed 1px #c3070a;
    display: block;
  }
  .navigation .menu ul li:nth-child(1) a {
    background: #eb2326;
    padding: 8px 22px;
    border-radius: 50px;
    color: #fff;
    -webkit-box-shadow: 1px 2px 4px 0px #b9070a00 !important;
            box-shadow: 1px 2px 4px 0px #b9070a00 !important;
  }
  .navigation .menu ul li a {
    font-size: 14px !important;
    line-height: 24px !important;
    display: block;
    font-family: roboto_medium !important;
    color: #fff !important;
    padding: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .navigation .menu {
    position: absolute;
    text-align: right;
    top: 69px;
    right: 0;
    background-color: #eb2326;
    width: 100%;
    display: none;
    z-index: 999;
  }
  .navigation .menu ul li {
    border-bottom: dashed 1px #c3070a;
    display: block;
  }
  .navigation .menu ul li:nth-child(1) a {
    background: #eb2326;
    padding: 8px 22px;
    border-radius: 50px;
    color: #fff;
    -webkit-box-shadow: 1px 2px 4px 0px #b9070a00 !important;
            box-shadow: 1px 2px 4px 0px #b9070a00 !important;
  }
  .navigation .menu ul li a {
    font-size: 14px !important;
    line-height: 40px !important;
    font-family: roboto_medium !important;
    color: #fff !important;
    padding: 0 !important;
  }
}

.navigation .menu > ul > li {
  margin-top: 27px;
}

@media screen and (max-width: 767px) {
  .navigation .menu > ul > li {
    margin-top: 0;
  }
}

.navigation .menu > ul > li > a {
  color: #111;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 10px;
  line-height: 38px;
  font-family: roboto_medium;
  display: block;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .navigation .menu > ul > li > a {
    margin: 0 4px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .navigation .menu > ul > li > a {
    font-size: 14px;
    margin: 0 1px;
  }
}

.navigation .menu > ul > li > a:hover {
  color: #eb2326;
}

.speeddata {
    padding: 50px 0 30px;
}

.speeddata .heading h1 {
  color: #eb2326;
  font-family: roboto_light;
  font-size: 30px;
}

.speeddata .heading h6 {
  color: #333333;
  font-size: 20px;
  font-family: roboto_light;
}

.speeddata .meterpin {
  background: #fff;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border: solid 2px red;
  border-radius: 50%;
  padding: 10px;
  position: relative;
  z-index: 999;
}

.speeddata .meterpin img {
  margin: 24px 6px;
}

.speeddata .meterpin .meter-pin > span {
  background: #3c3838;
  border: solid 2px #FFF;
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 0;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  margin: -42px -6px 0;
  padding: 60px 5px 0;
  z-index: 2;
  border-radius: 50% 50% 0 0;
  -webkit-transform: rotate(-18deg);
          transform: rotate(-18deg);
  -webkit-animation: move1;
          animation: move1;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}

.speeddata .meterpin .meter-pin > span::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 13px;
  bottom: -9px;
  background: #3c3838;
  border-radius: 50%;
  right: 0;
}

@-webkit-keyframes move1 {
  0% {
    -webkit-transform: rotate(-50deg);
            transform: rotate(-50deg);
  }
  100% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg);
  }
}

@keyframes move1 {
  0% {
    -webkit-transform: rotate(-50deg);
            transform: rotate(-50deg);
  }
  100% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg);
  }
}

.speeddata .meterpin .meterpin50 > span {
  background: #3c3838;
  border: solid 2px #FFF;
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 0;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  margin: -42px -6px 0;
  padding: 60px 5px 0;
  z-index: 2;
  border-radius: 50% 50% 0 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation: move2;
          animation: move2;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}

.speeddata .meterpin .meterpin50 > span::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 13px;
  bottom: -9px;
  background: #3c3838;
  border-radius: 50%;
  right: 0;
}

@-webkit-keyframes move2 {
  0% {
    -webkit-transform: rotate(-50deg);
            transform: rotate(-50deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes move2 {
  0% {
    -webkit-transform: rotate(-50deg);
            transform: rotate(-50deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.speeddata .meterpin .meterpin100 > span {
  background: #3c3838;
  border: solid 2px #FFF;
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 0;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  margin: -42px -6px 0;
  padding: 60px 5px 0;
  z-index: 2;
  border-radius: 50% 50% 0 0;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  -webkit-animation: move3;
          animation: move3;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}

.speeddata .meterpin .meterpin100 > span::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 13px;
  bottom: -9px;
  background: #3c3838;
  border-radius: 50%;
  right: 0;
}

@-webkit-keyframes move3 {
  0% {
    -webkit-transform: rotate(-50deg);
            transform: rotate(-50deg);
  }
  100% {
    -webkit-transform: rotate(50deg);
            transform: rotate(50deg);
  }
}

@keyframes move3 {
  0% {
    -webkit-transform: rotate(-50deg);
            transform: rotate(-50deg);
  }
  100% {
    -webkit-transform: rotate(50deg);
            transform: rotate(50deg);
  }
}

.speeddata .box {
  background-color: #eb2326;
  padding: 63px 0 24px;
  margin-top: -52px;
  cursor: pointer;
  border: solid 1px transparent;
  -webkit-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
  position: relative;
  overflow: hidden;
}

.speeddata .box .planbg {
  position: absolute;
  top: 92px;
  left: 64px;
  width: 100%;
  height: 100%;
}

.speeddata .box > img {
  margin-top: -100px;
  margin-bottom: 10px;
}

.speeddata .box > .content > h4 {
  color: #fff;
  font-size: 87.5px;
  margin: -11px;
  font-family: roboto_medium;
  -webkit-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
  position: relative;
  z-index: 9;
}

.speeddata .box > .content h5 {
  color: #fff;
  margin: 0;
  font-size: 31px;
  text-transform: capitalize;
  font-family: roboto_light;
  -webkit-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
  position: relative;
  z-index: 9;
}

.speeddata .box > .content h6 {
  color: #fff;
  -webkit-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
  position: relative;
  z-index: 9;
  margin: 0;
  font-size: 18px;
  font-family: roboto_light;
}

.speeddata .customer .box {
  background-color: #cda053;
    padding: 40px 0;
    margin-top: 35px;
  overflow: hidden;
}

.speeddata .customer .box .logo {
  position: relative;
}

.speeddata .customer .box .logo img {
  z-index: 99;
  position: relative;
}

.speeddata .customer .box .logo::before {
  position: absolute;
  content: '';
  width: 58px;
  background: #bc944e;
  height: 193px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 4px;
  left: -21px;
}

.speeddata .customer .box .content h4 {
  font-size: 24px;
  text-transform: uppercase;
  margin-left: 0px;
  color: #fff;
}

.speeddata .customer .box .content button {
  color: #eb2326;
  background-color: #fff;
  border: solid 1px #eb2326;
  padding: 12px 26px;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
}

.speeddata .customer .box .content button:hover {
  background-color: #bc944e;
  color: #fff;
  border: solid 1px #bc944e;
}

.foot {
  background-color: #111;
  padding: 30px 0;
}

.foot .heading h4 {
  color: #fff;
  font-family: roboto_light;
  font-size: 30px;
  padding-bottom: 11px;
  border-bottom: solid 2px #1f1f1f;
  margin-bottom: 20px;
}

.foot .first-head h5 {
  font-family: roboto_light;
  color: #cda053;
  font-size: 16px;
  margin-top: 0;
}

.foot .first-head ul li {
  line-height: 29px;
  color: #b4b4b4 !important;
  font-size: 14px;
  font-family: roboto_light;
}

@media screen and (max-width: 767px) {
  .foot .first-head ul li {
    font-size: 14px;
  }
}

.foot .first-head ul li a {
  color: #b4b4b4 !important;
  -webkit-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
  font-family: roboto_light;
}

.foot .first-head ul li a:hover {
  color: #eb2326;
}

@media screen and (max-width: 767px) {
  .foot .first-head ul li a {
    font-size: 12px;
  }
}

.foot .first-head ul li i {
  margin-right: 5px;
}

.btm-footer {
  background-color: #1f1f1f;
  padding: 10px;
}

.btm-footer .terms ul li {
  font-size: 14px;
  color: #b4b4b4 !important;
  font-family: roboto_light;
  line-height: 48px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .btm-footer .terms ul li {
    font-size: 13px;
  }
}

.btm-footer .terms ul li a {
  color: #b4b4b4 !important;
  font-size: 14px;
  -webkit-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
}

.btm-footer .terms ul li a:hover {
  color: #eb2326;
}

.drop {
  position: relative;
}

.drop:hover .maindropdown {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
}

.drop .maindropdown {
  position: absolute;
  z-index: 99;
  width: 153px;
  height: auto;
  top: 64px;
  left: 12px;
  text-align: left;
  -webkit-transition: all ease-in-out .4s;
  transition: all ease-in-out .4s;
  background: #eb2326;
  opacity: 0;
  visibility: hidden;
}

.drop .maindropdown li {
  border-bottom: dashed 1px #b90608;
}

.drop .maindropdown li a {
  color: #fff;
  line-height: 23px !important;
  display: block;
  text-transform: uppercase;
  font-size: 14px !important;
  padding: 0px 10px !important;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.drop .maindropdown li a:hover {
  color: #dfb15b !important;
}

.drop .maindropdown li a:focus {
  color: #dfb15b !important;
}

.megadropdown {
  width: 392px !important;
  margin-left: 20px !important;
}

.megadropdown:hover .maindropdown {
  background: #000 !important;
}

.subdrop {
  position: relative;
}

.subdrop:hover .largedropdown {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
  margin-left: 0px;
}

.subdrop:hover .megadropdown {
  margin-left: 0px !important;
}

.subdrop .largedropdown {
  position: absolute;
  z-index: 99;
  width: 153px;
  height: auto;
  padding: 0 0px;
  top: 0;
  left: 153px;
  text-align: left;
  -webkit-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
  background: #eb2326;
  opacity: 0;
  visibility: hidden;
  margin-left: 20px;
}

.manual-carousel {
  right: 0 !important;
  left: 9% !important;
  top: 0 !important;
  text-align: left;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .manual-carousel {
    left: 4% !important;
  }
}

.manual-carousel h2 {
  color: #333333;
  font-family: roboto_bold;
  font-size: 53px;
  text-transform: uppercase;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .manual-carousel h2 {
    font-size: 18px;
    margin-top: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .manual-carousel h2 {
    font-size: 30px;
    margin-top: 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .manual-carousel h2 {
    font-size: 29px;
    margin-top: 9px;
  }
}

@media only screen and (min-width: 1824px) {
  .manual-carousel h2 {
    font-size: 65px;
    margin-top: 62px;
  }
}

.manual-carousel h4 {
  color: #333333;
  font-family: roboto_light;
  font-size: 35px;
}

@media screen and (max-width: 767px) {
  .manual-carousel h4 {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .manual-carousel h4 {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .manual-carousel img {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .manual-carousel img {
    width: 350px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .manual-carousel img {
    width: 500px;
  }
}

@media only screen and (min-width: 1824px) {
  .manual-carousel img {
    width: 791px;
  }
}

.new-customer {
  padding-bottom: 50px;
}

.new-customer .customer-area {
  background: #fff;
  padding: 15px;
}

.new-customer .brudget {
  margin-left: 15px;
}

.new-customer .brudget ul li:nth-last-child(1) a {
  color: #eb2326;
}

.new-customer .brudget ul li a {
  color: #333333;
  text-transform: capitalize;
  font-size: 12px;
}

.new-customer .brudget ul li a i {
  color: #eb2326;
}

.new-customer .form-box .heading {
  margin-left: 15px;
}

.new-customer .form-box .heading h1 {
  color: #333333;
  font-family: roboto_extra_bold;
  font-size: 41px;
  border-bottom: solid 1px #ddd;
  padding-bottom: 20px;
  letter-spacing: -2px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .new-customer .form-box .heading h1 {
    font-size: 34px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .new-customer .form-box .heading h1 {
    font-size: 33px;
    border-bottom: solid 1px #ddd;
    padding-bottom: 22px;
  }
}

.new-customer .form-content {
  padding-right: 35px;
  border-right: solid 1px #ddd;
}

.new-customer .form-content .heading p {
  margin-left: -13px;
}

.new-customer .form-content .customer-chekbox {
  vertical-align: sub;
}

.new-customer .form-content form label {
  color: #000000;
  font-size: 14px;
  margin-left: -13px;
}

.new-customer .form-content form input {
  border-radius: 0;
  border: solid 1px #9a9a9a;
}

.new-customer .form-content form textarea {
  border-radius: 0;
  border: solid 1px #9a9a9a;
}

.new-customer .form-content form select {
  border-radius: 0;
  border: solid 1px #9a9a9a;
}

.new-customer .form-content form button {
  background: #eb2326;
  color: #fff;
  border: 0;
  border-radius: 0;
  padding: 10px;
  cursor: pointer;
  outline: 0;
}

.new-customer .side-box {
  border-left: solid 1px #ddd;
  padding: 0 15px;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .new-customer .side-box {
    border-left: solid 1px transparent;
  }
}

.new-customer .side-box .content p {
  color: #333333;
  text-align: inherit;
}

.new-customer .side-box .content ul li {
  vertical-align: middle;
}

.new-customer .side-box .content ul li p {
  color: #000000;
  font-family: roboto_extra_bold;
  font-size: 17px;
  margin: 0;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .new-customer .side-box .content ul li p {
    font-size: 11px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .new-customer .side-box .content img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .new-customer .side-box .content img {
    width: 100%;
  }
}

.get-touch .box {
  background-color: #fff;
  padding: 15px;
}

.get-touch .box .heading h5 {
  color: #eb2326;
}

.get-touch .box .heading ul li {
  color: #333333;
  line-height: 35px;
}

.get-touch .box .heading ul li i {
  color: #000000;
  margin-right: 10px;
}

.dialphone .box {
  margin-top: 50px;
}

.dialphone .box img {
  border-radius: 50%;
  border: solid 1px #eb2326;
  width: 120px;
  height: 115px;
  padding: 20px;
}

.dialphone .box h6 {
  margin-top: 10px;
  font-family: roboto_light;
}

.dialphone .box p {
  text-align: center;
  font-family: roboto_extra_bold;
  margin-bottom: 0;
}

.dialphone .box h5 {
  margin: 0;
  font-family: roboto_light;
}

.dialphone .content h4 {
  text-align: center;
  font-family: roboto_extra_bold;
  margin-top: 30px;
}

.dialphone .content h4 span {
  color: #eb2326;
}

.dialphone .content h5 {
  text-align: center;
  font-family: roboto_light;
  font-size: 18px;
}

.paytmwallet img {
  margin: 5px;
  border: solid 1px #ddd;
  padding: 10px;
}

.privacy .content {
  padding-right: 35px;
  border-right: solid 1px #ddd;
}

.privacy .content ul {
  margin-bottom: 20px;
}

.privacy .content ul li {
  font-size: 14px;
  line-height: 25px;
}

.privacy .content ul li i {
  margin-right: 5px;
}

.slidericons ul li {
  background: #fff;
  width: 90px;
  height: 90px;
  vertical-align: middle;
  border-radius: 50%;
  padding: 14px 14px;
  border: solid 10px #eb2326;
  margin: 16px 29px;
  position: relative;
}

.slidericons ul li:nth-child(1) {
  margin-left: 0;
}

.slidericons ul li:nth-child(1) img {
  width: 34px;
  padding-left: 6px;
  margin-top: -9px;
}

@media only screen and (min-width: 1824px) {
  .slidericons ul li:nth-child(1) img {
    width: 53px;
    padding-left: 12px;
    margin-top: -8px;
  }
}

@media only screen and (min-width: 1824px) {
  .slidericons ul li {
    width: 150px;
    height: 150px;
    border: solid 13px #eb2326;
    padding: 30px 30px;
  }
}

.slidericons ul li::before {
  content: '';
  position: absolute;
  width: 112%;
  height: 103%;
  border: dotted 3px #000;
  top: 21px;
  left: -4px;
  padding: 12px;
  border-radius: 50%;
  border-width: 0px 0px 2px 0px;
}

.slidericons ul li::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 16px;
  border-right: dotted 3px #000;
  bottom: -44px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.slidericons ul li p {
  margin-top: 59px;
  width: 85px;
  text-align: center;
  margin-left: -26px;
  color: #eb2326;
  font-weight: bold;
  font-family: roboto_light;
}

@media only screen and (min-width: 1824px) {
  .slidericons ul li p {
    margin-top: 72px;
    width: 85px;
    text-align: center;
    margin-left: -7px;
    color: #eb2326;
    font-size: 19px;
    font-weight: bold;
  }
}

.slidericons ul li .bdr {
  position: absolute;
  content: '';
  top: 6px;
  left: -72px;
  width: 100%;
  height: 100%;
  background-image: url("../images/slider-bdr.png");
  background-repeat: no-repeat;
  z-index: -1;
}

@media only screen and (min-width: 1824px) {
  .slidericons ul li .bdr {
    top: 43px;
  }
}

.gettouch .heading {
  margin-top: 20px;
}

.gettouch .heading h4 {
  color: #eb2326;
  margin-left: -15px;
  text-transform: capitalize;
  font-size: 19px;
  text-decoration: underline;
}

.gettouch .heading ul {
  margin-top: 15px;
  margin-left: -15px;
}

.gettouch .heading ul li {
  font-family: roboto_light;
  line-height: 30px;
}

.gettouch .heading ul li i {
  margin-right: 5px;
}

.oxygen-faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 400px;
}

.oxygen-faq button {
  background-color: #eb2326;
  color: #fff;
  border: 0;
  border-radius: 5px;
  padding: 10px 63px;
  -webkit-box-shadow: 2px 2px 1px 0px #3e3e3e73;
          box-shadow: 2px 2px 1px 0px #3e3e3e73;
}

.oygenfaq h5 {
  background-color: #f0f0f0;
  padding: 11px 14px;
  position: relative;
  font-size: 17px;
  font-family: roboto_medium;
}

.oygenfaq h5::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  border-top: solid 50px #fff;
  border-left: solid 50px transparent;
}

.oygenfaq p {
  margin-left: 15px;
}

.oygenfaq ul {
  margin-left: 15px;
}

.oygenfaq ul li {
  line-height: 35px;
  border-bottom: solid 1px #f0f0f0;
}

.oygenfaq ul li i {
  background: #eb2326;
  width: 30px;
  height: 33px;
  color: #fff;
  padding: 8px;
  margin-right: 10px;
}

.recharge {
  margin-top: 20px;
  padding-bottom: 50px;
}

.recharge .box {
  border-left: solid 1px #ddd;
}

.recharge .box h5 {
  background-color: #f0f0f0;
  padding: 11px 14px;
  position: relative;
  font-size: 17px;
  font-family: roboto_medium;
}

.recharge .box h5::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  border-top: solid 50px #fff;
  border-left: solid 50px transparent;
}

.recharge .box .imagesarea img {
  margin-bottom: 20px;
  border-radius: 50%;
}

.recharge .box .content a {
  background-color: #eb2326;
  color: #fff;
  border: 0;
  border-radius: 5px;
  padding: 10px 63px;
  font-size: 15px;
  -webkit-box-shadow: 2px 2px 1px 0px #3e3e3e73;
          box-shadow: 2px 2px 1px 0px #3e3e3e73;
}

.thankyou {
  text-align: center;
  margin-top: 50px;
}

.thankyou h4 {
  font-family: roboto_extra_bold;
}

.carousel-control-prev, .carousel-control-next {
  top: 45%;
  opacity: 1;
  background: #eb2326;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .carousel-control-prev, .carousel-control-next {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .carousel-control-prev, .carousel-control-next {
    width: 40px;
    height: 40px;
  }
}

.oygenfaq {
  border-right: solid 1px #ddd;
  padding-right: 35px;
}

.card {
  border-radius: 0 !important;
}

.card .card-header a {
  color: #333333;
  font-family: roboto_medium;
}

.card .our-presence-desc {
  margin-left: 15px;
}

.card .our-presence-desc ul li {
  font-size: 14px;
}

.card .our-presence-desc ul li i {
  margin-right: 5px;
}

.blinker {
  background: #dbb24e;
  color: #fff !important;
  padding: 0 19px;
  border-radius: 50px;
  -webkit-animation: blinker 1s 1s infinite;
          animation: blinker 1s 1s infinite;
  -webkit-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
}

@-webkit-keyframes blinker {
  0% {
    background: #dbb24e;
  }
  50% {
    background: #dbb24e;
    -webkit-box-shadow: 0px 0px 21px 1px #dbb24e;
            box-shadow: 0px 0px 21px 1px #dbb24e;
  }
  100% {
    background: #dbb24e;
  }
}

@keyframes blinker {
  0% {
    background: #dbb24e;
  }
  50% {
    background: #dbb24e;
    -webkit-box-shadow: 0px 0px 21px 1px #dbb24e;
            box-shadow: 0px 0px 21px 1px #dbb24e;
  }
  100% {
    background: #dbb24e;
  }
}

.vas {
  height: 500px;
  overflow-Y: scroll;
  padding-right: 15px;
}

.vas h6 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #f0f0f0;
  padding: 10px;
}

.vas h6::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  border-top: solid 50px #fff;
  border-left: solid 50px transparent;
}

.vas::-webkit-scrollbar {
  width: 5px;
  padding: 5px;
}

.vas::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.vas::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.vas ul {
  margin-left: 18px;
}

.vas ul li {
  text-indent: -18px;
  font-size: 14px;
  text-align: justify;
  margin-top: 15px;
}

.vas ul li p {
  margin-left: 18px;
  margin-bottom: 0;
  margin-top: 10px;
}
/*# sourceMappingURL=style.css.map */