#mobFoot {
  display: none;
}

.sellerDashboardActions {
  display: flex;
  align-items: center;
  gap: .75rem;
}

.apnaCurrencyBtn {
  position: relative;
  overflow: hidden;
}

.apnaCurrencyBtn .select2 {
  width: 200px !important;
  height: 55px !important;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.apnaCurrencyBtn .select2 .select2-selection--single {
  width: 100%;
  height: 100% !important;
  display: block;
  opacity: 0;
}

.apnaDashboard .tab-pane {
  padding-left: 0;
  padding-right: 1rem;
}

.apnaDashboard .mbsgrt5s {
  width: auto;
}

.apnaDashboard .dash-menu-list {
  margin-top: 0;
}

body {
  width: 100% !important;
  overflow-x: hidden;
}

.apnaDashboard .apnaTitle {
  margin-bottom: .5rem;
}

.apnaDashboard .apnaTitle h3 {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 1px;
}

.apnaDashboard .apnaSubTitle {
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  color: #0044BB;
}

.apnaNewForm .form-group {
  margin-bottom: .25rem;
  position: relative;
}

.apnaNewForm .form-group input,
.apnaNewForm .form-group select {
  width: 100%;
  height: 2rem;
  font-size: .75rem;
  caret-color: #0044BB;
  overflow: hidden;
}

.apnaNewForm .form-group textarea {
  padding-top: .25rem;
  font-size: .75rem;
}

.apnaNewForm .form-group input::placeholder,
.apnaNewForm .form-group textarea::placeholder {
  font-size: .75rem;
}

.apnaNewForm .form-group label {
  font-size: 0.8rem;
}

.apnaNewForm .form-group.file input {
  padding: 0;
  padding-left: .25rem;
  line-height: 2rem;
  position: relative;
}

.apnaNewForm .form-group.file input::before {
  content: "\f382";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 2rem;
  height: 2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EE7023;
  color: #fff;
}

.apnaNewForm .form-group.file input::after {
  content: attr(data-filename);
  font-size: 0.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 2rem);
  height: 100%;
  position: absolute;
  left: 2rem;
  bottom: 0;
  background: #fff;
  padding-left: .5rem;
}

.bigSizeForm .form-group input,
.bigSizeForm .form-group select {
  height: 2.5rem;
}

.bigSizeForm .form-group {
  margin-bottom: .75rem;
}


@media (max-width: 991px) {
  .apnaDashboard .dash-menu-list ul {
    width: 100%;
  }
}

.apnaNewForm .form-group .countryDialCode {
  padding: 0 .25rem;
  width: 2.5rem;
  min-width: 2.5rem;
  text-align: center;
  height: 2rem;
  font-size: .75rem;
  position: absolute;
  bottom: 0;
  background: transparent;
  border-right: 1px solid #403e3e;
  left: 0;
}

.apnaNewForm .form-group .countryDialCode.insideRow {
  left: 1rem;
}

.apnaNewForm.bigSizeForm .form-group .countryDialCode {
  height: 2.5rem;
}

.apnaNewForm .form-group select.countryDialCode {
  padding: 0;
  border: none !important;
  border-right: 1px solid #403e3e !important;
}

.apnaNewForm .join .form-control {
  padding-left: 3rem;
}

.apnaNewForm .running .form-control {
  padding-right: 3rem;
}

.apnaNewForm .apnaBtn {
  margin-top: 1rem;
  padding: .25rem .5rem;
}

.apnaNewForm .select2-container .select2-selection--single {
  height: 2rem;
  font-size: 0.75rem;
  border: 1px solid #403e3e;
}

.apnaNewForm .select2-container .select2-selection--single span {
  line-height: 1.85rem;
}

.select2-container {
  width: 100% !important;
}

.join select,
.running select {
  width: 3rem !important;
}

.join select+input {
  padding-left: 3.5rem !important;
}

.apnaRow.center input,
.apnaRow.center select,
.apnaRow.center .select2-container .select2-selection--single {
  height: 2.75rem;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.apnaRow.center .select2-container .select2-selection--single span {
  line-height: 2.5rem;
}

.apnaRow.center .select2-selection--single .select2-selection__arrow {
  line-height: 2.5rem;
  height: 2.75rem;
}

.apnaRow.center .col-md-6 {
  margin: 0 auto;
}

.currencyInputGroup {
  position: relative;
}

.currencyInputGroup #currencySelect,
.currencyInputGroup #rentPer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3rem;
  height: 2rem;
}

.currencyInputGroup #rentPer {
  left: auto;
  right: 0;
  width: 3.25rem;
  display: none;
}

.running #runningUnit {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 3rem;
  height: 2rem;
}

.currencyInputGroup.asRent #rentPer {
  display: block;
}

.currencyInputGroup input {
  padding-left: 3.25rem;
}

.currencyInputGroup.asRent input {
  padding-right: 3.5rem;
}

.apnaSpanCheckRadio {
  font-size: .75rem;
}

.form-check {
  align-items: center;
  display: flex;
}

.form-check-label {
  font-size: .75rem;
  margin-top: .25rem;
}

.radio .form-check-label {
  margin-top: .1rem;
}

.radCheckGroup {
  display: flex;
  gap: .5rem;
}



.productImages .subImages {
  display: flex;
  gap: .5rem;
  margin-top: .5rem;
}

.productImages .subImages .imges {
  display: flex;
}

.productImages .subImages .subImage {
  width: 4.5rem;
  min-width: 4.5rem;
  height: 4.5rem;
  overflow: hidden;
  border-radius: .5rem;
  background: #F9F9F9;
  border: 1px solid #999;
  position: relative;
}

.productImages .subImages .subImage img {
  width: 100%;
  height: 100%;
}

.productImages .subImages .subImage.upload {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F9F9F9;
  color: #999;
  border: 1px solid #999;
  font-size: .75rem;
  cursor: pointer;
  z-index: 1;
  text-transform: uppercase;
  position: relative;
  border-radius: .25rem;
  -webkit-border-radius: .25rem;
  -moz-border-radius: .25rem;
  -ms-border-radius: .25rem;
  -o-border-radius: .25rem;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
}

.productImages .subImages .subImage.uploading i {
  color: #000;
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.productImages .subImages .subImage.upload .uploadInput {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.productImages .subImages .subImage.uploading::after {
  content: "";
  position: absolute;
  bottom: var(--uploaded);
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #ee7023;
  z-index: 2;
}

.productImages .subImages .subImage .deleteBtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.2rem;
  height: 1.2rem;
  font-size: .5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: rgba(255, 0, 0, 0.5);
  color: #fff;
  border-bottom-left-radius: .5rem;
}

.postNewAd .apnaImages {
  display: grid;
  gap: .5rem;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  margin: .75rem 0;
}



.postNewAd .apnaImages .apnaImage {
  aspect-ratio: 3/2;
  position: relative;
  overflow: hidden;
  padding: .5rem;
}

.postNewAd .apnaImages .apnaImage label {
  border: 1px solid #efefef;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0;
  background: transparent;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.postNewAd .apnaImages .apnaImage input {
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  position: absolute;
  top: .5rem;
  left: .5rem;
}

.postNewAd .apnaImages .apnaImage input:checked~label {
  border: 2px solid #EE7023;
  border-radius: .5rem;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-border-radius: .5rem;
  -moz-border-radius: .5rem;
  -ms-border-radius: .5rem;
  -o-border-radius: .5rem;
}

.postNewAd .apnaImages .apnaImage img {
  width: 100%;
  height: 100%;
}

.apnaGallerytypes {
  display: grid;
  gap: .75rem;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.apnaGallerytypes .galleryType {
  aspect-ratio: 3/1.75;
  position: relative;
  overflow: hidden;
}

.apnaGallerytypes .galleryType img {
  width: 100%;
  height: 100%;
}

.apnaDashboard .apnaGallerytypes .galleryType img {
  border-radius: .5rem;
  -webkit-border-radius: .5rem;
  -moz-border-radius: .5rem;
  -ms-border-radius: .5rem;
  -o-border-radius: .5rem;
}

.apnaDashAvatar {
  border-radius: 50%;
  width: 8rem;
  height: 8rem;
  min-width: 8rem;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.apnaDashAvatar .apnaBorder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: conic-gradient(#EE7023 0% var(--uploaded), #1e3c72 var(--uploaded) 100%);
  padding: .2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.apnaDashAvatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.apnaDashAvatar input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 999;
}

.slick-arrow {
  display: flex !important;
  align-items: center;
  justify-content: center;
}


.bigSizeForm .select2-container .select2-selection--single {
  height: 2.5rem !important;
}

.bigSizeForm .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 2.35rem !important;
}

.bigSizeForm .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 2.35rem !important;
}

.apnaReviewItem .review-desc.expanded span {
  display: none;
}

.apnaListingProductFilter .product-widget-list {
  height: 15rem;
  overflow: auto;
}

.product-card.myAds {
  position: relative;
}

.product-card.myAds .statusVisible {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1.25rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: end;
}

.product-card.myAds .statusVisible.err {
  background: rgba(255, 0, 0, 0.25);
}

#apnaCareerApplyNow .progress {
  position: absolute;
  border-bottom: 1px solid #ddd;
  background: #EE7023;
  left: 0;
  top: -4.7rem;
  width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

#apnaCareerApplyNow .progress::after {
  position: absolute;
  content: "";
  top: 0;
  background: #fff;
  height: 100%;
  width: 100%;
  left: var(--uploaded);
}

.wishIcon.apna {
  position: absolute;
  top: .5rem;
  right: .5rem;
  cursor: pointer;
  z-index: 2;
  width: 2.25rem;
  height: 2.25rem;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid #fff;
  color: #EE7023;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  box-shadow: 1px 0 20px rgba(0, 0, 0, .25);
}

.apnaProductCard .product-img a {
  position: relative;
  z-index: 1;
}

.modelOverLay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.modelOverLay.open {
  opacity: 1;
  visibility: visible;
}

.modelOverLay .modelBox {
  background: rgba(255, 255, 255, 0.5);
  border: 1.5px solid #fff;
  min-width: 320px;
  max-height: 80vh;
  max-width: 720px;
  overflow: auto;
  transform: scale(.75);
  transition: .3s ease;
  border-radius: .5rem;
  -webkit-border-radius: .5rem;
  -moz-border-radius: .5rem;
  -ms-border-radius: .5rem;
  -o-border-radius: .5rem;
  -webkit-transform: scale(.75);
  -moz-transform: scale(.75);
  -ms-transform: scale(.75);
  -o-transform: scale(.75);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
}

.modelOverLay.open .modelBox {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.modelOverLay .modelBox .modelHead {
  display: flex;
  height: 2.5rem;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.5);
  border-bottom: 1.5px solid #fff;
  padding: 0 .5rem;
}

.modelOverLay .modelBox .modelHead .closeModel {
  font-size: 1rem;
  cursor: pointer;
  color: #fff;
  background: #f32626;
  height: 1.5rem;
  width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modelOverLay .modelBox .modelContent {
  padding: .25rem 0.5rem;
}

.modelOverLay .modelBox .modelContent input,
.modelOverLay .modelBox .modelContent select,
.modelOverLay .modelBox .modelContent textarea {
  width: 100%;
  height: 2rem;
  font-size: .75rem;
  caret-color: #ee7023;
  padding: .25rem;
  border: 1px solid #fff;
  border-radius: .5rem;
  outline: none;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: .5rem;
  -moz-border-radius: .5rem;
  -ms-border-radius: .5rem;
  -o-border-radius: .5rem;
}

.modelOverLay .modelBox .modelContent textarea {
  height: auto;
}

.modelOverLay .modelBox .modelContent .form-group {
  margin-bottom: 0;
  position: relative;
}

.modelOverLay .modelBox .modelContent label {
  font-size: 0.8rem;
}

.modelOverLay .modelBox .modelContent button {
  width: 100%;
  height: 2rem;
  font-size: .75rem;
  background: #EE7023;
  border: none;
  outline: none;
  color: #fff;
  margin: .5rem 0;
}

.leadData .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  padding: .5rem 0;
}

.leadData .pagination a {
  padding: .25rem .5rem;
  background: #EE7023;
  color: #fff;
  border-radius: .5rem;
  -webkit-border-radius: .5rem;
  -moz-border-radius: .5rem;
  -ms-border-radius: .5rem;
  -o-border-radius: .5rem;
}


/* contact us page css start  */
#apnaContactUs {
  position: relative;
  padding-bottom: 300px;
}

#apnaContactUs .iframeView {
  width: 100%;
}

#apnaContactUs .iframeView iframe {
  min-height: 550px;
}

#apnaContactUs .contactInfo {
  position: absolute;
  top: 200px;
  left: 2.5rem;
  width: calc(100% - 6rem);
  background: rgba(255, 255, 255, 0.85);
  padding: 2rem;
  padding-top: 2.5rem;
  border-radius: 2rem 2rem 0 0;
  -webkit-border-radius: 2rem 2rem 0 0;
  -moz-border-radius: 2rem 2rem 0 0;
  -ms-border-radius: 2rem 2rem 0 0;
  -o-border-radius: 2rem 2rem 0 0;
}

#apnaContactUs .account-card {
  border: 2px solid #EE7023;
}

#apnaContactUs .contactInfo .contInfo h3 {
  text-transform: uppercase;
  color: #EE7023;
  margin-bottom: .5rem;
}

#apnaContactUs .contactInfo .contInfo p {
  max-width: 450px;
}

#apnaContactUs .contactOptions {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 1rem;
}

#apnaContactUs .contactOptions li {
  display: flex;
  gap: 1rem;
}

#apnaContactUs .contactOptions li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  background: #f4d0b9;
  color: #EE7023;
  font-size: 1.35rem;
  border-radius: .5rem;
  -webkit-border-radius: .5rem;
  -moz-border-radius: .5rem;
  -ms-border-radius: .5rem;
  -o-border-radius: .5rem;
}

#apnaContactUs .contactOptions li .info h4 {
  font-size: 1.25rem;
}

#apnaContactUs .contactOptions li .info p {
  max-width: 400px;
}

#apnaContactUs .contactOptions li .info p a {
  color: #EE7023;
}

.authBtns {
  display: flex;
  gap: .5rem;
  padding: .5rem;
  border-bottom: 1px solid #EE7023;
}

.authBtns a {
  height: 2.5rem;
  width: calc(100% - .25rem);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.35rem;
  text-transform: uppercase;
  font-size: 1rem;
  color: #EE7023;
  border: 1px solid #EE7023;
  transition: .3s all;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -ms-transition: .3s all;
  -o-transition: .3s all;
}

.authBtns a:hover {
  background: #EE7023;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #apnaContactUs {
    padding-bottom: 700px;
  }

  #apnaContactUs .contactInfo .row {
    gap: 2.5rem;
  }

}

@media screen and (max-width: 650px) {

  :root {
    --mainColor: #fe6509;
    --maintColor: rgba(254, 101, 9, 0.4);
    --transBg: rgba(1, 101, 252, 0.1);
    --transMid: rgba(86, 154, 255, 0.484);
    --mainsecColor: #7209B7;
    --iconBg: #EAECF0;
    --secColor: #242424;
    --thirdColor: #A9A9A9;
    --mainBg: linear-gradient(90deg, #fe6509 0%, #1f2937 100%);
    --mainrevBg: linear-gradient(90deg, #1f2937 0%, #fe6509 100%);
    --mainfont: "Inter", sans-serif;
    --mainShadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    --ratColor: rgb(243, 199, 43);
    --mobBg: #F7FBFE;
  }

  #apnaDashboard {
    padding-bottom: 5rem;
  }

  #mobFoot {
    display: flex;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4.5rem;
    z-index: 99;
    background: url(../../images/tabBar.png) no-repeat center center / cover;
    background-size: cover;
  }

  #mobFoot .action {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% / 5);
    height: 100%;
    justify-content: center;
    margin-top: .25rem;
    cursor: pointer;
  }

  #mobFoot .action i {
    font-size: 1.1rem;
    color: var(--maintColor);
  }

  #mobFoot .action span {
    font-size: .65rem;
    margin-top: .15rem;
    color: var(--maintColor);
  }

  #mobFoot .action.active i,
  #mobFoot .action.active span,
  #mobFoot .action:hover i,
  #mobFoot .action:hover span {
    color: var(--mainColor);
  }

  #mobFoot .action i.fill,
  #mobFoot .action.active i.nofill {
    display: none;
  }

  #mobFoot .action.active i.fill,
  #mobFoot .action i.nofill {
    display: block;
  }

  #mobFoot .action.main .icon {
    width: 4.75rem;
    min-width: 4.75rem;
    height: 4.75rem;
    min-height: 4.75rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: var(--mainShadow);
    margin-top: -2.25rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
  }

  #mobFoot .action.main .icon::after {
    content: '';
    background: var(--mainBg);
    width: 92.5%;
    height: 92.5%;
    position: absolute;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }

  #mobFoot .action.main span {
    margin-top: 0;
  }

  #mobFoot .action.main .icon i {
    position: absolute;
    z-index: 99;
    font-size: 1.5rem;
    color: #fff;
  }

  #mobFoot .action.main:hover .icon i,
  #mobFoot .action.main.active .icon i {
    color: #fff;
  }
}

@media screen and (max-width: 600px) {
  #apnaContactUs {
    padding-bottom: 800px;
  }

  #mobFoot .action.main .icon {
    margin-top: -2.5rem;
  }

}

@media screen and (max-width: 540px) {
  #mobFoot .action.main .icon {
    width: 4.25rem;
    min-width: 4.25rem;
    height: 4.25rem;
    min-height: 4.25rem;
    margin-top: -2rem;
  }

  #mobFoot .action.main span {
    margin-top: .5rem;
  }
}

@media screen and (max-width: 475px) {
  #mobFoot {
    height: 4.25rem;
  }

  #mobFoot .action.main .icon {
    width: 3.8rem;
    min-width: 3.8rem;
    height: 3.8rem;
    min-height: 3.8rem;
    margin-top: -2rem;
  }

  #mobFoot .action.main span {
    margin-top: .5rem;
  }

  #mobFoot .action.main .icon i {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 450px) {
  #apnaContactUs {
    padding-bottom: 900px;
  }

  #mobFoot .action span {
    margin-top: -.15rem;
  }

  #mobFoot .action.plan span {
    margin-top: -.5rem;
  }

}


@media screen and (max-width: 425px) {
  #apnaContactUs {
    padding-bottom: 800px;
  }

  #apnaContactUs .contactInfo {
    width: 100%;
    left: 0;
  }

  #mobFoot .action.main .icon {
    width: 3.5rem;
    min-width: 3.5rem;
    height: 3.5rem;
    min-height: 3.5rem;
    margin-top: -1.5rem;
  }

  #mobFoot .action.main span {
    margin-top: 0;
  }
}

@media screen and (max-width: 350px) {
  #apnaContactUs {
    padding-bottom: 900px;
  }

}