@font-face {
  font-family: "Gotham-Medium";
  src: url("../fonts/gotham/Gotham-Medium.woff2") format("woff2"),
    url("../fonts/gotham/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Gotham-Extra";
  src: url("../fonts/gotham/Gotham-ExtraLight.woff2") format("woff2"),
    url("../fonts/gotham/Gotham-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Gotham-Light";
  src: url("../fonts/gotham/Gotham-Light.woff2") format("woff2"),
    url("../fonts/gotham/Gotham-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Gotham-Bold";
  src: url("../fonts/gotham/Gotham-Bold.woff2") format("woff2"),
    url("../fonts/gotham/Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Gotham-Book";
  src: url("../fonts/gotham/Gotham-Book.woff2") format("woff2"),
    url("../fonts/gotham/Gotham-Book.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "helvetica_condensedregular";
  src: url("../fonts/helvetica/helvetica_condensed-webfont.woff2")
      format("woff2"),
    url("../fonts/helvetica/helvetica_condensed-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.banner-pd {
  padding-top: 105px;
}

h2.banner-heading {
  text-align: center;
  color: #ffffff;
  font-size: 74px;
  font-family: "Gotham-Extra";
}

span.banner-bold-heading {
  font-family: "Gotham-Bold";
}

.banner-back {
  background-image: url("../images/idfc/bannerback.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-top: 200px;
  padding-bottom: 200px;
}

p.banner-text {
  text-align: center;
  color: #ffffff;
  font-family: "Gotham-Medium";
  font-size: 55px;
  margin-top: 0px;
  line-height: 66px;
}

span.banner-btext {
  font-size: 64px;
  letter-spacing: 1px;
}

form-control {
  box-shadow: none;
  border-color: #808080;
}

.form-control {
  width: 100%;
  height: 40px;
  padding: 8px 12px;
  background-color: #fff;
  border: 1px solid #808080;
  border-radius: 0px;
  margin-bottom: 26px;
}

.form-control,
output {
  font-size: 16px;
  line-height: 1.42857;
  color: #555;
  display: block;
  font-family: "helvetica_condensedregular";
}

.form-control:focus {
  border-color: #808080;
  box-shadow: none;
}

.gold-btn {
  background-color: #ec3225;
  border-radius: 0px;
  color: #ffffff;
  font-size: 17px;
  letter-spacing: 0.56px;
  padding: 9px 42px;
  border: 2px double #ec3225;
  font-family: "helvetica_condensedregular";
}

.gold-btn:hover {
  background-color: #ec3225;
  border-radius: 0px;
  color: #ffffff;
  font-size: 17px;
  letter-spacing: 0.56px;
  padding: 9px 42px;
  border: 2px double #ec3225;
  font-family: "helvetica_condensedregular";
}

.fgrid {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

div[ng-messages] {
  display: block;
}

.banner-section {
  position: relative;
}

.banner-box {
  position: absolute;
  bottom: 180px;
}

.banner-form {
  text-align: center;
  background: transparent !important;
  padding-top: 0px;
  padding-bottom: 0px;
  width: 100%;
}

.row.form-back {
  background-color: #1a1a1a;
  padding-top: 20px;
  padding-bottom: 20px;
}

h2.form-heading {
  text-align: center;
  font-family: "Gotham";
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

input,
select {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #808080;
}

input,
select {
  border-radius: 0px;
  width: 100%;
  font-family: sfui-light;
  height: auto;
}

.form-mt {
  margin-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
}

.form-mtb {
  margin-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
}

.gold-btn {
  background-color: #ec3225;
  border-radius: 0px;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0.56px;
  padding: 4px 42px;
  border: 2px double #ec3225;
  font-family: "Gotham";
}

.gold-btn:hover {
  background-color: #ec3225;
  border-radius: 0px;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0.56px;
  padding: 4px 42px;
  border: 2px double #ec3225;
  font-family: "Gotham";
}

div[ng-messages] {
  display: block;
  color: #ffffff !important;
  text-align: left;
}

.row.solution-section {
  margin-top: 35px;
  margin-bottom: 35px;
}

h2.solution-heading {
  text-align: center;
  font-family: "Gotham-Extra";
  color: #ec3225;
  font-size: 40px;
}

.solution-box {
  border: 2px dotted rgba(51, 51, 51, 0.5);
  border-radius: 15px;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 50px;
  float: left;
}

img.sol-icon {
  height: 70px;
}

h3.sol-heading {
  font-size: 22px;
  font-family: "Gotham";
  padding-top: 16px;
  margin-bottom: 9px;
}

p.sol-bheading {
  font-size: 12px;
  font-family: "Gotham";
  margin-top: -7px;
}

p.sol-text {
  font-size: 16px;
  font-family: "Gotham-Light";
  color: #545454;
}

.col-md-3.box-border {
  padding: 30px 20px;
}

.col-md-3.box-border1 {
  padding: 30px 20px;
}

img.offer-image {
  width: 100%;
}

.row.text-center.Offer-section {
  padding-left: 60px;
  padding-right: 60px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.offer-box {
  background-color: #efefef;
  padding: 0;
  margin: 0% 0.5%;
  width: 24%;
  position: relative;
}

p.offer-text {
  padding-top: 15px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-family: "Gotham";
  color: #000000;
}

p.offer-text4 {
  padding-top: 15px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-family: "Gotham";
  color: #000000;
}

a.offer-btn {
  background-color: #e94524;
  color: #ffffff;
  padding: 9px 16px;
  font-size: 18px;
  font-family: "Gotham";
  border-radius: 30px;
}

p.offer-code {
  font-size: 15px;
  font-family: "Gotham";
  padding-top: 15px;
  text-transform: uppercase;
}

.code-box {
  position: absolute;
  bottom: -68px;
  left: 25%;
}

.row.text-left.term-section {
  background-color: #e6e6e6;
  margin-top: 100px;
  padding: 50px 30px;
}

h2.term-heading {
  font-size: 16px;
  font-family: "Gotham-Bold";
  color: #333333;
  padding-left: 38px;
}

ul.term-text li {
  font-size: 15px;
  font-family: "Gotham-Light";
  line-height: 34px;
  color: #8a8a8a;
}

::marker {
  color: #333333;
}
ul.term-text {
  margin-top: -28px;
}

.row.text-left.about-section {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 40px;
  padding-right: 40px;
}

h2.about-heading {
  font-family: "Gotham-Extra";
  color: #ec3225;
  font-size: 40px;
}

p.about-text {
  font-size: 16px;
  color: #8a8a8a;
  font-family: "Gotham-book";
  line-height: 30px;
  margin-top: -18px;
  text-align: left;
}

p.about-text2 {
  font-size: 16px;
  color: #8a8a8a;
  font-family: "Gotham-book";
  line-height: 30px;
  margin-top: -10px;
  text-align: left;
}

.row.text-left.about-section.mobile {
  display: none;
}

.row.text-left.about-section.desktop {
  display: block;
}

img.whole.mob-banner {
  display: none;
}

img.whole.desk-banner {
  display: block;
}

button.offer-code {
  display: block;
  background-color: transparent;
  border: 0px;
  font-size: 16px;
  text-transform: uppercase;
  margin: 15px auto;
  font-family: "Gotham";
}

button.offer-code:hover {
  display: block;
  background-color: transparent;
  border: 0px;
  font-size: 16px;
  text-transform: uppercase;
  margin: 15px auto;
  font-family: "Gotham";
  text-decoration: underline;
}

@media (max-width: 600px) {
  h2.banner-heading {
    font-size: 18px;
    line-height: 26px;
  }

  .banner-box {
    position: absolute;
    bottom: 100px;
  }

  .row.form-back {
    margin-top: -5px;
  }

  p.banner-text {
    font-size: 18px;
    margin-top: -8px;
    line-height: 26px;
  }

  span.banner-btext {
    font-size: 22px;
    letter-spacing: 1px;
  }

  .banner-section {
    position: relative;
    margin-top: -30px;
  }

  .row.solution-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .solution-box {
    border: 2px dotted rgba(51, 51, 51, 0.5);
    border-radius: 15px;
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 30px;
    margin-top: 10px;
    float: left;
  }

  .col-md-3.box-border {
    padding: 0px 20px;
    margin-bottom: 30px;
  }

  h2.solution-heading {
    text-align: center;
    font-family: "Gotham-Light";
    color: #ec3225;
    font-size: 20px;
  }

  .offer-box {
    background-color: #efefef !important;
    padding: 0 !important;
    margin: 0px 0px !important;
    width: 100% !important;
    margin-bottom: 70px !important;
    position: relative;
  }

  p.offer-text {
    padding-top: 15px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    font-family: "Gotham";
    color: #000000;
  }

  .row.text-left.about-section.desktop {
    display: none;
  }

  .row.text-left.about-section.mobile {
    display: block;
  }

  .row.text-left.term-section {
    background-color: #e6e6e6;
    margin-top: 30px;
    padding: 40px 10px;
  }
  ul.term-text {
    margin-top: 0px;
    margin-left: -20px;
  }

  ul.term-text li {
    font-size: 15px;
    font-family: "Gotham-Light";
    line-height: 28px;
  }
  .row.text-center.Offer-section {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .row.text-left.about-section {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  h2.term-heading {
    font-size: 16px;
    font-family: "Gotham-Bold";
    color: #333333;
    padding-left: 16px;
  }

  h2.about-heading {
    font-family: "Gotham-Extra";
    color: #ec3225;
    font-size: 20px;
    padding-top: 25px;
  }

  p.about-text {
    font-size: 16px;
    color: #333333;
    font-family: "Gotham-book";
    line-height: 30px;
    margin-top: 10px;
    text-align: left;
  }

  img.whole.desk-banner {
    display: none;
  }

  img.whole.mob-banner {
    display: block;
  }
}

@media (min-width: 900px) {
  .offer-box-wrap {
    display: flex;
  }
  .col-md-3.box-border:after {
    position: absolute;
    content: "";
    width: 0px;
    height: 78%;
    left: 0;
    top: 0;
    border-left: 2px dotted rgb(51 51 51 / 50%);
  }

  .solution-box {
    display: flex;
  }

  .whole.left.form-left {
    justify-content: center;
    display: flex;
  }

  .form-mt {
    width: 20%;
  }
}

p.banner-city-text {
  color: #e6e6e6;
  font-size: 30px;
  font-family: "Gotham-Bold";
  text-align: center;
  margin-top: 170px;
}

.banner-box {
  position: absolute;
  bottom: 56px;
}

p.about-pod-text {
  font-size: 22px;
  color: #333333;
  font-family: "Gotham-Extra";
  line-height: 30px;
  text-align: justify;
}

span.about-bold-text {
  font-family: "Gotham-Bold";
}

.row.solution-section {
  margin-top: 35px;
  margin-bottom: 35px;
  padding-left: 70px;
  padding-right: 70px;
}

.row.text-left.about-section {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 55px;
  padding-right: 55px;
}

.gary-section {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 110px;
  padding-right: 110px;
  background-color: #f8f8f9;
  padding-top: 50px;
  padding-bottom: 50px;
}

.white-section {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 110px;
  padding-right: 110px;
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
}

h2.book-now-heading {
  color: #1a1a1a;
  font-size: 30px;
  font-family: "Gotham-Medium";
  line-height: 36px;
  padding-bottom: 6px;
  margin-bottom: 20px;
}
.form-section {
  padding-left: 50px;
}

p.experience-text {
  font-size: 34px;
  text-align: left;
  color: #333333;
  font-family: "Gotham-Medium";
  padding-left: 40px;
  padding-right: 40px;
  line-height: 42px;
}

p.experience-bold-text {
  font-size: 22px;
  text-align: justify;
  color: #333333;
  font-family: "Gotham-Extra";
  padding-right: 90px;
  line-height: 30px;
}

.mid-section {
  position: relative;
  height: 300px;
}

.mid-section-box {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  padding: 60px;
}

.mid-section-box3 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  padding: 30px 20px 30px 40px;
}

h2.gray-box-heading {
  font-size: 30px;
  color: #1a1a1a;
  padding: 0px;
  margin: 0px;
  text-align: left;
  font-family: "Gotham-Medium";
  line-height: 36px;
  position:relative;
  width: fit-content;
}

p.gray-box-text {
  font-size: 18px;
  color: #1a1a1a;
  font-family: "Gotham-Extra";
  line-height: 22px;
  padding-top: 20px;
  text-align: justify;
}

hr.solid1 {
  /* border-bottom: 3px solid #ed3024;
  width: 53%;
  margin-left: 23%;
  margin-top: 5px; */
}

hr.solid2 {
  /* border-bottom: 3px solid #ed3024;
  width: 52%;
  margin-left: 16%;
  margin-top: 5px; */
}

hr.solid3 {
  /* border-bottom: 3px solid #ed3024;
  width: 49%;
  margin-left: 25%;
  margin-top: 5px; */
}

hr.solid4 {
  /* border-bottom: 3px solid #ed3024;
  width: 50%;
  margin-left: 13%;
  margin-top: 5px; */
}

.row.text-center.Offer-section {
  padding-left: 55px;
  padding-right: 55px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.icon-box {
  background-color: #f2f2f2;
  padding: 0px;
  width: 32%;
  margin: 0% 1.5%;
  padding: 40px 25px;
  border-radius: 14px;
}

@media (min-width: 991px) {
  .third-box-section {
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 60px;
    margin-bottom: 60px;
    display: flex;
  }
}

img.iconbox {
  margin-bottom: 20px;
}

h3.icon-box-heading {
  font-size: 22px;
  line-height: 26px;
  color: #1a1a1a;
  font-family: "Gotham-Medium";
  margin: 0px;
}

p.points {
  font-size: 16px;
  color: #000000;
  font-family: "Gotham-Extra";
  line-height: 56px;
  text-align: left;
}

i.fa.fa-circle {
  font-size: 8px;
}

span.point-text {
  margin-left: 9px;
  border-bottom: 2px dotted;
  padding-bottom: 10px;
}

.row.call.action {
  background-color: #1a1a1a;
  padding-top: 30px;
  padding-bottom: 30px;
}

h2.call-heading {
  text-align: center;
  font-size: 25px;
  line-height: 30px;
  color: #ffffff;
  font-family: "Gotham-Medium";
  margin: 0px;
  padding: 0px;
}

p.without-points {
  font-size: 16px;
  color: #000000;
  font-family: "Gotham-Extra";
  line-height: 30px;
  text-align: left;
  margin-top: -28px;
  margin-bottom: 0px;
  padding-top: 15px;
}
span.without-point-text {
  margin-left: 15px;
}

.image-column {
  width: 53%;
}

.text-column {
  width: 47%;
}

hr.solidseater {
  border-bottom: 1px solid #333333;
  width: 18%;
  margin-left: 0%;
  margin-top: 1%;
  margin-bottom: 0%;
}

h3.seater-heading {
  font-size: 24px;
  line-height: 34px;
  color: #333333;
  font-family: "Gotham-Medium";
  margin: 0px;
  padding: 0px;
}

form.pod-form {
  margin-top: 30px;
}

.hoursfield {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  height: 40px;
  padding: 8px 12px;
  background-color: #fff;
  border: 1px solid #999999;
  border-radius: 14px;
}

.form-control.hours {
  width: 50%;
  border: 0px;
  height: 25px;
  border-left: 1px dashed #999999;
  border-right: 1px dashed #999999;
  border-radius: 0px;
  text-align: center;
}

p.total-price {
  background-color: #ed3024;
  width: 124px;
  text-align: center;
  padding: 6px 17px;
  font-size: 22px;
  line-height: 25px;
  color: #ffffff;
  font-family: "Gotham-Medium";
  border-radius: 14px;
  margin-top: 20px;
}

.form-control {
  width: 100%;
  height: 40px;
  padding: 8px 12px;
  background-color: #fff;
  border: 1px solid #999999;
  border-radius: 14px;
  margin-bottom: 24px;
}

label {
  font-size: 16px;
  line-height: 23px;
  color: #333333;
  font-family: "Gotham-Medium";
  font-weight: 400;
}

.total-days-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  padding: 0px 12px;
  background-color: #fff;
  border: 1px solid #999999;
  border-radius: 14px;
}
button.checkavailbilitybtn {
  background-color: transparent;
  border: 0px;
  border-color: transparent;
  font-size: 16px;
  line-height: 24px;
  color: #1a1a1a;
  font-family: "Gotham-Medium";
  color: #309ebc;
}

span.total-days {
  font-size: 16px;
  line-height: 24px;
  color: #1a1a1a;
  font-family: "Gotham-Medium";
}

input,
select {
  font-size: 16px !important;
  color: #1a1a1a !important;
  line-height: 24px !important;
  font-family: "Gotham-Medium" !important;
}

span.dinc {
  text-align: center;
  width: 26%;
  font-size: 16px !important;
  color: #1a1a1a !important;
  line-height: 24px !important;
  font-family: "Gotham-Medium" !important;
}
span.inc {
  text-align: center;
  width: 26%;
  font-size: 16px !important;
  color: #1a1a1a !important;
  line-height: 24px !important;
  font-family: "Gotham-Medium" !important;
}

.form-banner {
  width: 100%;
  height: 510px;
  object-fit: cover;
  object-position: 24% 0%;
}

select {
  -webkit-appearance: none;
  /*webkit browsers */
  -moz-appearance: none;
  /*Firefox */
  appearance: none;
  /* modern browsers */
  border-radius: 0;
}

.white-section.mobile {
  display: none;
}

select {
  -moz-appearance: none;
  background: rgba(0, 0, 0, 0) url(../images/awfis-pod/arrow-down.png) no-repeat
    scroll 93% center / 12px 14px !important;
  border: 1px solid #ccc;
  overflow: hidden;
  padding: 6px 20px 6px 10px !important;
  width: auto;
}

#selectBorder::after {
  height: 22px;
  width: 1px;
  position: absolute;
  z-index: 99999;
  right: 61px;
  content: "";
  top: 10px;
  border-left: 1px dashed #999999;
}

@media (max-width: 600px) {
  img.whole.mob-banner {
    display: block;
    height: 350px;
    object-fit: cover;
  }

  .white-section.mobile {
    display: block;
  }
  h2.banner-heading {
    font-size: 50px;
    line-height: 26px;
  }
  p.banner-city-text {
    color: #e6e6e6;
    font-size: 18px;
    font-family: "Gotham-Bold";
    text-align: center;
    margin-top: 60px;
  }

  .banner-box {
    position: absolute;
    bottom: 20px;
  }

  p.banner-text {
    font-size: 18px;
    margin-top: 0px;
    line-height: 26px;
  }

  .row.solution-section {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .row.text-left.about-section.desktop {
    display: block;
  }

  .row.text-left.about-section {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .form-banner {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: 24% 0%;
  }

  .form-section {
    padding-left: 15px;
    margin-top: 15px;
  }

  hr.solidseater {
    border-bottom: 1px solid #333333;
    width: 30%;
    margin-left: 0%;
    margin-top: 1%;
    margin-bottom: 0%;
  }

  .total-days-div {
    margin-top: 30px;
  }
  p.total-price {
    margin-top: 30px;
  }
  .row.solution-section {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .row.esolution-section {
    margin-top: -20px;
    margin-bottom: 30px;
    padding-left: 5px;
    padding-right: 6px;
  }

  p.experience-text {
    font-size: 30px;
    text-align: left;
    color: #333333;
    font-family: "Gotham-Medium";
    padding-left: 0px;
    padding-right: 0px;
    line-height: 42px;
  }

  p.experience-bold-text {
    font-size: 22px;
    text-align: justify;
    color: #333333;
    font-family: "Gotham-Extra";
    padding-right: 0px;
    line-height: 30px;
  }

  .gary-section {
    margin-top: 00px;
    margin-bottom: 00px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #f8f8f9;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .image-column {
    width: 100%;
  }

  .text-column {
    width: 100%;
  }

  .mid-section-box {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    padding: 15px;
  }
  h2.gray-box-heading {
    font-size: 20px;
    color: #1a1a1a;
    padding: 0px;
    margin: 0px;
    text-align: left;
    font-family: "Gotham-Medium";
    line-height: 36px;
    margin-top: 20px;
    position:relative;
    width: fit-content;
  }

  .white-section {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #ffffff;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .icon-box {
    background-color: #f2f2f2;
    padding: 0px;
    width: 100%;
    margin: 0% 0%;
    padding: 30px 15px;
    border-radius: 14px;
    margin-bottom: 20px;
  }

  .third-box-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  p.points {
    font-size: 14px;
    color: #000000;
    font-family: "Gotham-Extra";
    line-height: 56px;
    text-align: left;
  }

  p.without-points {
    font-size: 14px;
    color: #000000;
    font-family: "Gotham-Extra";
    line-height: 30px;
    text-align: left;
    margin-top: -28px;
    margin-bottom: 0px;
    padding-top: 15px;
  }
  .mid-section-box3 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    padding: 30px 15px 30px 15px;
  }
  .white-section.desktop {
    display: none;
  }
  .mid-section {
    position: relative;
    height: 260px;
  }

  hr.solid1 {
    /* border-bottom: 3px solid #ed3024;
    width: 44%;
    margin-left: 20%;
    margin-top: 5px; */
  }

  hr.solid2 {
    /* border-bottom: 3px solid #ed3024;
    width: 44%;
    margin-left: 15%; */
  }

  hr.solid4 {
    /* border-bottom: 3px solid #ed3024;
    width: 42%;
    margin-left: 11%;
    margin-top: 5px; */
  }

  h2.call-heading {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    font-family: "Gotham-Medium";
    margin: 0px;
    padding: 0px;
  }
}
