/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */
:root {
  --scroll-bar-width: 12px;
  --scroll-bar-height: 12px;
  --scroll-bar-color: #c5c5c5;
  --scroll-bar-bg-color: #f6f6f6;
}
/* slim-scroll styling starts */
::-webkit-scrollbar-corner {
  background: rgba(0, 0, 0, 0.5);
}
* {
  scrollbar-width: thin;
  scrollbar-color: #c5c5c5 #f6f6f6;
  scrollbar-color: var(--scroll-bar-color) var(--scroll-bar-bg-color);
}
/* Works on Chrome, Edge, and Safari */
/* *::-webkit-scrollbar {
  width: 12px;
  height: 12px;
} */
*::-webkit-scrollbar-track {
  background: #f6f6f6;
  background: var(--scroll-bar-bg-color);
}
*::-webkit-scrollbar-thumb {
  background-color: #c5c5c5;
  background-color: var(--scroll-bar-color);
  border-radius: 20px;
  border: 3px solid #f6f6f6;
  border: 3px solid var(--scroll-bar-bg-color);
}
/* slim-scroll styling ends */
.navy-blue {
  background-color: #002953;
}
rating .bs-rating-star {
  color: #feaf02 !important;
  font-size: 4rem !important;
}
rating span:focus {
  outline: none !important;
}
.float-none {
  float: none;
}
#bundleTopupId .modal-header,
#knowMoreId .modal-header {
  display: none;
}
#bundleTopupId .modal-body,
#knowMoreId .modal-body {
  padding: 0 0 7rem 0;
}
#knowMoreId .modal-content {
  height: 100vh;
}
.ml-30 {
  margin-left: 3rem;
}
.dark-icon-display {
  display: none !important;
}
.light-icon-display {
  display: inline-block !important;
}
.border-circle {
  background: rgba(255, 255, 255, 0.26);
  border-radius: 50%;
  height: 30px;
  width: 30px;
  margin-left: 0;
}
.select-option {
  padding: 12px 20px;
  width: 100%;
  /* border-radius: 4px; */
  /* border: solid 0.5px #dee3f0; */
  font-size: 14px;
  font-weight: 400;
  /* margin-top: .5rem; */
  margin-bottom: 0px !important;
}
.select-option-label {
  margin-right: auto;
  margin-left: 14px;
  margin-top: 4px;
  width: 100%;
  font-weight: 400;
}
.select-option-radio[type=radio]:checked + label,
.select-option-radio[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 2.8rem;
  cursor: pointer;
  /* line-height: 3.0rem; */
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
}
.select-option-radio[type=radio]:not(:checked) + label:before {
  background: transparent !important;
}
.select-option-radio[type=radio]:checked + label:before,
.select-option-radio[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: -12px;
  top: 3px;
  width: 1.8rem;
  height: 1.8rem;
  border: 0.1rem solid #ff6700;
  border-radius: 100%;
}
.select-option-radio[type=radio]:checked + label:after,
.select-option-radio[type=radio]:not(:checked) + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #ff6700;
  position: absolute;
  top: 8px;
  left: -7px;
  /* border: 3px solid #ff5a34; */
  border-radius: 100%;
  transition: all 0.2s ease;
}
.select-option-radio[type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.select-option-radio[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.select-option:hover {
  /* border: solid 0.1px #f28d03 !important; */
  background: #fff2ea;
}
.orange-color {
  color: #ff6700 !important;
}
.active-item {
  /* border: solid 1px #f28d03 !important; */
  background-color: #fff2ea;
  font-weight: bold;
}
.center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.align-center {
  display: flex;
  align-items: center;
}
.spc-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pr-1 {
  padding-right: 1rem;
}
.mr-1 {
  margin-right: 1rem;
}
.mb-1 {
  margin-bottom: 1rem;
}
.modify {
  text-align: left;
  float: right;
  margin-top: 12px;
}
.modify-txt {
  font-size: 14px;
  margin-right: 5px;
  color: #000000;
}
.modify-icon-dark {
  display: none;
}
/* .panel-group .panel.customClass{
padding-bottom: 15px;
} */
.panel-body {
  margin: 0 15px;
  padding: 15px 10px;
}
.margin-0 {
  margin: 0;
}
.pad-btm-1 {
  padding-bottom: 1rem;
}
.bottom-line-only .form-control,
.bottom-line-only .input-group .form-control,
.action-value {
  border: 0.1rem solid #262d3f;
  border-bottom-right-radius: 0.1rem solid #262d3f !important;
  border-top-right-radius: 0.1rem solid #262d3f !important;
  border-radius: 0px;
}
.bottom-line-only .form-control,
.bottom-line-only .input-group .form-control,
.action-value {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.09rem;
  box-shadow: none;
  border: none !important;
  border-bottom: 0.1rem solid #999999 !important;
  /* padding: 1.25rem 2rem 1rem 0.5rem; */
  padding: 0;
  height: 3.5rem;
  line-height: 1.1;
  /* text-align: left; */
  color: #231f20;
  /* border: .1rem solid #262d3f; */
  border-radius: unset !important;
}
.bottom-line-only .form-control::-moz-placeholder {
  font-weight: 400;
}
.bottom-line-only .form-control::placeholder {
  font-weight: 400;
}
.know-more-section .popup-feature-content.key-features ul li {
  border-left: 0.2rem solid #eabf2b !important;
  list-style-type: none !important;
  margin-bottom: 10px;
  padding-left: 10px;
  line-height: 12px;
  font-size: 1.4rem;
}
.know-more-section .popup-feature-content.key-features ul {
  list-style-type: none !important;
  padding-left: 0px !important;
}
.know-more-section .popup-feature-content.Exclusion ul li {
  border-left: 0.2rem solid #eabf2b !important;
  list-style-type: none !important;
  margin-bottom: 10px;
  padding-left: 10px;
  line-height: 12px;
}
.know-more-section .popup-feature-content.Exclusion ul {
  list-style-type: none !important;
  padding-left: 0px !important;
}
.know-more-section .popup-feature-content.productOverview p {
  padding-left: 0px !important;
}
.know-more-section .popup-feature-content.productOverview ul li {
  border-left: 0.2rem solid #eabf2b !important;
  list-style-type: none !important;
  margin-bottom: 10px;
  padding-left: 10px;
  line-height: 12px;
}
.know-more-section .popup-feature-content.productOverview ul {
  list-style-type: none !important;
  padding-left: 0px !important;
}
.side-section-spc .popup-feature-content.keyFeaturesandBenefits ul {
  list-style-type: none !important;
  padding-left: 0px !important;
}
.side-section-spc .popup-feature-content.keyFeaturesandBenefits ul li {
  border-left: 0.2rem solid #eabf2b !important;
  list-style-type: none !important;
  margin-bottom: 10px;
  padding-left: 10px;
  line-height: 14px;
  font-size: 1.3rem;
  color: #333;
}
.dark .side-section-spc .popup-feature-content.keyFeaturesandBenefits ul li {
  color: #e0e0e0;
}
.dark img.offers-img {
  background-image: url('offers-logo1.418ba74c3514e436.svg') !important;
  background-repeat: no-repeat;
  height: 23px !important;
  width: 20px;
}
.custom-inline-dropdown {
  /* position: absolute; */
  width: 98%;
  left: 5px;
  right: 5px;
  z-index: 1000;
  background-color: #fff;
  max-height: 210px;
  overflow-y: scroll;
  border-radius: 10px;
  box-shadow: 0px 4px 6px 0 #0000006b;
  -webkit-box-shadow: 0px 4px 6px 0 #0000006b;
}
.actions-row {
  width: 100%;
  border-top: 1px solid var(--border-color-2);
}
.actions-row .action {
  position: relative;
  margin-bottom: 25px;
}
.actions-row .action-value {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
}
.actions-row .action-dropdown-icon {
  display: flex;
  transform-origin: 50%, 50%;
}
.actions-row svg {
  width: 10px;
  height: auto;
}
.actions-row path {
  fill: none;
  stroke: var(--icon-color);
}
.actions-row .open {
  transform: rotate(180deg);
}
.actions-row .action-border {
  border-right: 1px solid var(--border-color-2);
}
.filter-dropdown-text {
  width: calc(100% - 20px);
}
.filter-dropdown-icon {
  width: 20px;
  transition: all 0.3s ease-in-out;
  transform-origin: 50%, 50%;
}
.filter-dropdown-icon svg {
  width: 12.2px;
  height: 14.3px;
}
.filter-dropdown-icon path {
  fill: none;
  stroke: #ff6700;
  font-weight: bold;
}
.filter-dropdown-icon.open,
.panel-open .filter-dropdown-icon {
  transform: rotate(180deg);
  transform-origin: 33% 33%;
  transition: all 0.3s ease-in-out;
}
.dark .filter-dropdown-icon path {
  stroke: #059df8 !important;
}
.grey-link {
  color: #ccc !important;
  pointer-events: none;
  cursor: not-allowed;
}
.width-50 {
  width: 50% !important;
}
.footer-link {
  color: white;
  font-size: 14px;
  text-decoration: none;
}
.footer-link:hover,
.footer-link:focus {
  color: #ff5928;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
@media only screen and (max-width: 992px) {
  .list-inline > li {
    display: list-item !important;
  }
}
.row {
  margin-left: -12px;
  margin-right: -12px;
}
.input-group {
  display: table;
  border-collapse: separate;
}
html,
body {
  color: #000;
  font-size: 62.5%;
  margin: 0;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #e5eaf7;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
}
*:before,
*:after {
  box-sizing: border-box;
}
* {
  box-sizing: border-box;
}
body {
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}
p {
  margin: 0 0 10px;
}
input {
  font: inherit;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: 0.65;
}
.col-res-width {
  width: 100%;
  float: left;
  position: relative;
  min-height: 1px;
}
.col-res-pad {
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .col-res-md-4 {
    float: left;
    width: 33.33333333%;
  }
}
@media only screen and (min-width: 992px) {
  .col-res-md-8 {
    float: left;
    width: 66.66666667%;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.clearfix:before,
.container-fluid:before,
.row:before {
  content: " ";
  display: table;
}
.clearfix:after,
.container-fluid:after,
.row:after {
  clear: both;
  content: " ";
  display: table;
}
.pull-right {
  float: right !important;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
  box-sizing: content-box;
  height: 0;
}

/*# sourceMappingURL=styles.c7f9087f15a8f414.css.map*/