@font-face {
   font-family: TondoCorp-Regular;
   src: url('https://assets.airtel.in/static-assets/legos/fonts/TondoCorp-Regular.woff2')
      format('woff');
   font-style: normal;
   font-weight: 400;
   font-display: swap;
}

@font-face {
   font-family: TondoCorp-Bold;
   src: url('https://assets.airtel.in/static-assets/legos/fonts/TondoCorp-Bold.woff2')
      format('woff');
   font-style: normal;
   font-weight: 700;
   font-display: swap;
}

html,
body,
* {
   font-family: TondoCorp-Regular;
}

.navbar {
   height: 54px;
}

.heading {
   font-family: TondoCorp-Bold;
   text-align: center;
   font-weight: 900;
   font-size: 2rem;
   line-height: 24px;
   letter-spacing: -1.25%;
   color: #292c31;
}

.sub-heading {
   font-family: TondoCorp-Regular;
   font-weight: 500;
   font-size: 1.125rem;
   line-height: 22.27px;
   letter-spacing: -0.5%;
   text-align: center;
   color: #696b6f;
   width: 63%;
}
.esri-widget--button {
   height: 40px;
   border-radius: 45%;
}

.esri-widget--button {
   height: 33px;
   width: 33px;
   border-radius: 36px;
   text-align: center;
}
.esri-expand__toggle .button {
   margin: 3px !important;
}
button.button:focus {
   border: 0 important;
   outline: 0px important;
}
.esri-zoom .esri-widget--button:first-child {
   margin-bottom: 3px;
}
.esri-widget {
   /* background: transparent; */
   box-shadow: none !important;
}

.esri-ui-bottom-right {
   bottom: 10px;
   right: 40px;
}

#viewDiv {
   padding: 0;
   margin: 0;
   height: 81%;
   width: 100%;
}

.btn {
   background: #e3e5ff;
   color: #333;
}

.btn:hover {
   background: #eee;
   color: #212121;
   transition: background 1s;
}

.mapNavigation {
   background-color: #f4f5ff;
}

.esri-search {
   width: 100%;
   border: 0px solid #afb5ef;
   border-radius: 8px;
   height: 42px;
   padding: 12px;
}

.esri-input {
   border-top-left-radius: 6px;
   border-bottom-left-radius: 6px;
   border-right: 0;
}

.esri-search__container .esri-widget--button {
   border-top-right-radius: 6px;
   border-bottom-right-radius: 6px;
   border-left: 0;
}

.esri-ui-top-left {
   /* position: absolute;
    bottom: 0px;   
    /* left: 1285px;     
    top: auto; */
   position: absolute;
   bottom: 0px;
   top: auto;
   right: 0;
}
.esri-ui-top-left {
   left: auto;
}

.esri-locate.esri-widget-button {
   border-radius: 50% !important; /* Makes it fully round */
   overflow: hidden;
   width: 40px;
   height: 40px;
   padding: 0;
}

button.accordion-button {
   font-weight: 600;
   font-size: 12px;
}

button.accordion-button i {
   font-size: 15px;
}

button.accordion-button {
   font-weight: 600;
   font-size: 12px;
}

button.accordion-button i {
   font-size: 15px;
}

.left-search {
   top: 144px;
   width: 390px;
   z-index: 9;
   left: 71px;
   background: transparent;
   height: 40px;
}

.left-search i {
   position: absolute;
   z-index: 10;
   right: 12px;
   top: 7px;
}

.right-navi {
   top: 147px;
   width: 420px;
   z-index: 9;
   left: 36%;
}

.right-navi .btn.btn-left {
   font-weight: 700;
   width: 132px;
   font-family: TondoCorp-Bold;
}

.btn {
   background: white;
   color: #333;
   font-family: TondoCorp-Bold;
   box-shadow: 0 1px 2px rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
}

.btn:hover {
   background: #eee;
   color: #212121;
   transition: background 1s;
}

.active {
   color: #c00 !important;
   font-weight: 100;
   font-size: 16px;
   padding: 0;
}

.nav-link {
   color: #5e5e5e;
   font-weight: 100;
   font-size: 16px;
   padding: 0;
}

.btn.selected {
   background: #ccc;
   color: #212121;
}

.btn.twoG.selected {
   background: #5b5bb0;
   color: #f2f2f2;
}

.btn.twoG.selected i {
   color: #eee !important;
}

.btn.fourG.selected {
   background: #800080;
   color: #f2f2f2;
}

.btn.fourG.selected i {
   color: #eee !important;
}

.btn.fiveG.selected {
   background: #dddd41;
   color: #f2f2f2;
}

.btn.fiveG.selected i {
   color: #f2f2f2 !important;
}

.esri-disabled [class^='esri-icon-'] {
   color: #333;
   font-weight: bold;
}

ul.navbar-nav li {
   margin: 0 20px;
}

.navbar {
   height: 54px;
}

.esri-input {
   border-top-left-radius: 24px;
   border-bottom-left-radius: 24px;
   border-right: 0;
}

.esri-search__container .esri-widget--button {
   border-top-right-radius: 24px;
   border-bottom-right-radius: 24px;
   border-left: 0;
}

.esri-search__container {
   border-radius: 24px;
   box-shadow: 0 1px 2px rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
}

ul.navbar-nav li {
   margin: 0 20px;
}

button.esri-search__clear-button.esri-widget--button {
   border: 0;
   border-radius: 0;
   border-top: 1px solid #c00;
   border-bottom: 1px solid #c00;
}

p {
   text-align: justify;
   margin: 0 auto;
   font-weight: 400;
   color: #5f5f5f;
   font-size: 14px;
   line-height: 21px;
}

footer {
   background: #343434;
   padding: 5px 0 30px;
}

.social-icons a {
   width: 45px;
   height: 45px;
   display: inline-block;
   font-size: 24px;
   padding-top: 9px;
}

.c-circle {
   width: 45px;
   margin: 0 auto;
   height: 45px;
   font-size: 21px;
   padding: 12px;
   color: #eee;
}

#resultDiv {
   position: absolute;
   bottom: 20px;
   left: 50%;
   transform: translateX(-50%);
   width: 315px;
   height: 77px;
   background: rgba(255, 255, 255, 0.8);
   padding: 15px;
   border-radius: 8px;
   box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
   font-size: 16px;
   font-weight: bold;
   text-align: center;
   display: none;
   z-index: 1000;
}

.radio-container {
   display: flex;
   gap: 8px;

   align-items: center;
   margin-top: 0px;
}

.radio-container label {
   display: flex;
   align-items: center;
   gap: 5px;
   font-size: 16px;
   font-weight: bold;
   cursor: pointer;
}

.radio-container input[type='radio'] {
   width: 18px;
   height: 18px;
}

.button-container {
   display: flex;
   justify-content: flex-start;

   margin-top: 8px;
}

button {
   display: flex;
   padding: 8px 15px;
   font-size: 14px;
   font-weight: bold;
   background: #ff3d00;
   color: white;
   border: none;
   border-radius: 5px;
   cursor: pointer;
}
button:hover {
   background: #0056b3;
}
.esri-widget--button {
   /* height: 36px; */
}

.esri-search__form {
   height: 40px !important;
}
.esri-search__container .esri-search__input,
.esri-search__container .esri-widget--button {
   z-index: 0;
   height: 40px;
}
.esri-search__container .esri-search__input {
   padding-left: 18px;
}
.esri-ui-manual-container > .esri-component {
   display: none;
}
.coveredPowerdBy {
   position: absolute;
   left: 0;
   width: 193px;
   bottom: 7px;
   height: 21px;
   color: #b7b7b7;
   font-size: 11px;
   z-index: 999;
}
.maptext {
   position: fixed;
   left: 0px;
   width: 100%;
   bottom: 3px;
   height: 15px;
   text-align: center;
   background-color: #fff;
   color: #696b6f;
   font-size: 12px !important;
   font-weight: bold;
}
button#fetchbutton {
   padding: 3px;
   padding-left: 6px;
   padding-right: 6px;
}
.contact {
   position: absolute;
   left: -51px;
   top: 42%;
   z-index: 9999999;
   width: 81px;
   writing-mode: horizontal-tb;
   padding: 3px 6px;
   text-decoration: none;
   background: white;
   cursor: pointer;
   transform: rotate(-90deg);
   color: #d40101;
   transition: margin 1s;
   font-size: 12px;
   font-weight: 700;
   letter-spacing: 1px;
}
.contact:hover {
   margin-right: 6px;
}
.mn6 {
   margin-top: 3px !important;
}
.hidden {
   display: none;
   padding: 10px;
   border: 1px solid #ccc;
   margin-top: 10px;
}

.popup-overlay {
   display: none;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.5);
   z-index: 999999;
}

.popup-box {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   background: white;

   width: 525px;
   border-radius: 8px;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
   text-align: center;
   height: 450px;
   overflow: auto;
}

.close-btn {
   background: red;
   color: white;
   border: none;
   padding: 5px 10px;
   cursor: pointer;
   border-radius: 4px;
   margin-top: 10px;
}
.model-header {
   background: #f1f1f1;
   font-weight: bold;
   padding: 9px;
}
.modal-body {
   border: 1px solid #ccc;
   border-left: 0;
   border-right: 0;
   overflow: auto;
   padding: 6px 12px;
}

.esri-basemap-gallery--grid .esri-basemap-gallery__item-content {
   height: 21px;
   text-align: center;
   padding: 0;
}
.esri-basemap-gallery__item-title span {
   text-align: center !important;
   font-size: 9px;
   font-weight: 700;
   line-height: 9px;
}
.esri-basemap-gallery__item {
   width: 81px;
   margin-right: 9px;
}
.esri-basemap-gallery--grid .esri-basemap-gallery__item {
   float: left;
}
.esri-basemap-gallery__item-thumbnail {
   width: 100%;
   min-width: 100%;
}
.esri-basemap-gallery--grid .esri-basemap-gallery__item-container {
   gap: 0;
   display: block;
   float: left;
   padding: 9px;
}
.esri-view-width-greater-than-large .esri-ui-corner .esri-basemap-gallery {
   width: 198px;
}
.esri-basemap-gallery__item-container {
   flex-flow: row;
}
.airtelBtn {
   background: #d40000;
   color: #fff;
}

.star {
   font-size: 6vh;
   cursor: pointer;
}

.one {
   color: rgb(255, 0, 0);
}

.two {
   color: rgb(255, 106, 0);
}

.three {
   color: rgb(251, 255, 120);
}

.four {
   color: rgb(255, 255, 0);
}

.five {
   color: rgb(24, 159, 14);
}
.right-panel {
   width: 300px;
   z-index: 9999;
   right: 0;
   top: 105px;
   right: -300px;
   transition: right 1s;
   bottom: 18px;
}
.right-0 {
   right: 0;
}
.form-label {
   margin-bottom: 0.1rem;
}
.form-control {
   padding: 0.275rem 0.75rem;
}
.map-icon {
   left: 21px;
   position: absolute;
   z-index: 9999;
   top: 7px;
   width: 40px;
   height: 40px;
   background: #fff;
   border-radius: 36px;
   text-align: center;
}

.map-icon img {
   width: 71%;
   cursor: pointer;
   padding: 2px;
   padding-top: 6px;
}

.fback {
   position: absolute;
   z-index: 99999;
   left: 23px;
   bottom: 48px;
   padding: 12px 18px;
   border-radius: 6px;
   width: 129px;
}
.fback img {
   width: 100%;
}
.esri-ui-top-left {
   bottom: 16px;
}

.custom-widget {
   position: absolute;
   bottom: 99px;
   left: 62px;
   z-index: 99;
   background: white;
   /* height:80px */
}

.esri-widget--button {
   width: 40px;
   height: 40px;
   padding: 20px;
}

.esri-ui-bottom-right .esri-component {
   border-radius: 12px;
}
.esri-component.esri-expand.esri-widget {
   background: transparent;
   margin-right: 30px;
}

/* calcite-button.esri-widget--button  */
div#custom-locate-widget {
   background: #fff;
   border-radius: 0;
   border-top-left-radius: 12px;
   border-top-right-radius: 12px;
}

calcite-button.esri-widget--button[title='Find my location'] {
   width: 21px;
   height: 21px;
   background: #dee3ff;
   color: #fff;
   padding: 18px;
   margin: 6px;
   margin-top: 10px;
}
calcite-button.esri-widget--button[title='Zoom in'],
calcite-button.esri-widget--button[title='Zoom out'] {
   width: 21px;
   height: 21px;
   background: #dee3ff;
   color: #fff;
   padding: 18px;
   margin: 6px;
}
.esri-ui-top-right .esri-component,
.esri-ui-top-left .esri-component {
   /* margin-bottom: 16px; */
   margin-bottom: 0;
}
.esri-ui-top-left {
   background: #fff;
   border-bottom-left-radius: 12px;
   border-bottom-right-radius: 12px;
}

/* .esri-ui-top-right .esri-component, .esri-ui-top-left .esri-component{
      background: #fff;
      border-bottom-left-radius: 12px;
      border-bottom-right-radius: 12px;
  } */

calcite-button.esri-widget--button[title='Zoom out'] {
}
.esri-search__container .esri-search__input,
.esri-search__container .esri-widget--button {
   height: 40px;
}

button.esri-search__submit-button.esri-widget--button {
   padding: 0;
}
button.esri-search__clear-button.esri-widget--button {
   padding: 0;
   border: 1px solid #fff;
}
.esri-expand__toggle {
   bottom: 6px;
}
.esri-ui-corner .esri-component.esri-widget {
   border-bottom-left-radius: 24px;
   border-bottom-right-radius: 24px;
}

/* calcite-button.esri-widget--button[title="Reset map orientation"],
  calcite-button.esri-widget--button[title="Expand"]{
      width: 36px;
      height: 36px;
      border-top-left-radius: 30px;
      margin: 1px;
      padding: 13px;
      border-top-right-radius: 30px;
      padding-top: 12px;
  } */

/* .esri-component.esri-compass.esri-widget,
  calcite-button.esri-widget--button[title="Expand"] {
      width: 36px;
      height: 36px;
      padding: 0px;
      margin: 0;
      border-radius: 36px;
      overflow: hidden;
  }
  
  .esri-compass__icon-container{
      transform: translate(-72%, -71%);
  } */

button:hover {
   background: transparent;
}
.closed {
   position: absolute;
   top: 45%;
   z-index: 999;
   left: 45%;
}
div#uMaual {
   position: absolute;
   z-index: 999999999;
   height: 100%;
   /*width: 100%; */
}

.iicon {
   position: absolute;
   z-index: 9;
   right: 15px;
   width: 39px;
   height: 39px;
   border-radius: 45px;
   top: 66px;
   padding: 0;
   margin: 0;
   box-shadow: none;
}
.iicon img {
   width: 100%;
}

button.close-btn:hover {
   border: 1px solid red;
   background: #fff;
   color: red;
}
.text-left {
   text-align: left !important;
}
h3 {
   font-size: 14px;
   font-weight: bold;
   text-align: left;
   margin-top: 12px;
}
ul li {
   text-align: left;
   font-size: 14px;
   color: #4d4d4d;
}
.esri-ui-top-right {
   border-radius: 39px;
   height: 39px;
   width: 39px;
   overflow: hidden;
}

@media screen and (max-width: 13072px) {
   .sub-heading {
      width: 72%;
   }
}

@media screen and (min-width: 1422px) {
   .sub-heading {
      width: 66%;
   }
}

@media screen and (max-width: 1280px) {
   .sub-heading {
      width: 98%;
   }
   .esri-ui-bottom-right {
      bottom: 45px;
   }
   .esri-ui-top-left {
      bottom: 51px;
   }
   .fback {
      bottom: 60px;
   }
   /* .coveredPowerdBy{bottom:12px;} */
}

@media screen and (max-width: 1165px) {
   .right-navi {
      right: 90px;
      left: auto;
   }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
   .right-navi {
      left: 42%;
   }
   .map-icon {
      top: 18px;
   }
}

@media screen and (max-width: 992px) {
   .right-navi {
      top: 194px;
      left: 30px;
   }
   .map-icon {
      top: 18px;
   }
   .sub-heading {
      font-size: 12px;
      line-height: 15.27px;
   }
}

@media screen and (max-width: 888px) {
   .maptext {
      height: 36px;
   }
   .map-icon {
      top: 18px;
   }
   .coveredPowerdBy {
      bottom: 102px;
      left: 0;
   }
}

@media only screen and (max-width: 1024px) {
   .right-navi {
      right: 80px;
      left: auto;
   }
   .map-icon {
      top: 18px;
   }
}

@media screen and (max-width: 600px) {
   .right-navi {
      top: 194px;
      left: 30px;
   }
   .sub-heading {
      font-size: 15px;
   }
   .fback {
      bottom: 114px;
   }
   .coveredPowerdBy {
      bottom: 51px;
   }
   .map-icon {
      top: 9px;
   }
}
@media screen and (max-width: 430px) {
   .left-search {
      top: 254px;
      left: 21px;
   }
   .right-navi {
      top: 210px;
   }
   .esri-ui-bottom-right {
      bottom: 45px;
   }
   .esri-ui-top-left {
      bottom: 51px;
   }
   .iicon {
      top: 147px;
   }
}
@media screen and (max-width: 412px) {
   .maptext {
      height: 54px;
   }
   .right-navi {
      top: 270px;
      left: 9px;
   }
   .right-navi .btn.btn-left {
      width: 111px;
      font-size: 12px;
   }

   .left-search {
      width: 81%;
      left: 0;
      top: 222px;
   }
}

@media screen and (max-width: 360px) {
   .fback {
      bottom: 135px;
   }
   .left-search {
      top: 252px;
   }
   .right-navi {
      top: 297px;
   }
   .esri-ui-bottom-right {
      bottom: 75px;
   }
   .esri-ui-top-left {
      bottom: 81px;
   }
}

.esri-search__container .esri-widget--button {
   border-top-left-radius: 0;
   border-bottom-left-radius: 0;
}
* {
   outline: 0 !important;
}

.button:focus {
   outline: none;
   box-shadow: none;
}
