@import url("https://fonts.googleapis.com/css?family=Montserrat:100,300,300i,400,500,600,700,800,900&display=swap");

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif !important;
}

body,
html {
  width: 100%;
  height: 100%;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

body a:hover {
  text-decoration: none;
}

/*=======HEADER START=======*/
.bg-light-blue {
  background-color: #f3f8fb;
}

.logo {
  padding: 12px 0;
}

.custom-list {
  padding: 0;
  margin-bottom: 15px;
  list-style: none;
}

.custom-list li {
  position: relative;
  font-weight: 500;
  color: #b1b1b3;
  padding-left: 30px;
  margin-bottom: 15px;
}

.custom-list li:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/arrow-right-solid.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
  background-color: #f38329;
  border-radius: 100%;
  border: 2px solid #000;
}

.call-button {
  position: relative;
  display: inline-block;
}

.call-button span {
  position: absolute;
  top: -6px;
  left: -2px;
}

.call-button span i {
  transform: rotate(90deg);
  background: #212529;
  color: #fff;
  box-shadow: 0px 8px 25.7px 1.4px rgba(147, 147, 147, 0.25);
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 74px;
  font-size: 24px;
  transition: all 0.5s ease-out;
}

.call-button:hover span i,
.call-button:focus span i {
  transform: rotate(450deg);
}

.call-button span i:before {
  position: relative;
  top: -6px;
}

.call-button a {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  border-radius: 50px;
  /*box-shadow: 0px 8px 25.7px 1.4px rgba(239, 137, 3, 0.25);*/
  background-image: linear-gradient(94deg, #ef8903, #ffb049);
  padding: 10px 20px 10px 75px;
  display: inline-block;
}

.section-bx {
  padding: 50px 0;
}

.header {
  padding: 11px 0px 9px;
  display: inline-block;
  width: 100%;
  top: 0;
  position: fixed;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  z-index: 999;
  box-shadow: 0px 0px 10px #ccc;
}

/*  */

.header.sticky {
  padding: 15px 0px;
}

.logo,
.logo img {
  transition: 0.3s ease-in-out;
}

.contact-number {
  margin-top: 10px;
  position: relative;
}

.contact-number span {
  position: absolute;
  top: -14px;
  left: -1px;
}

.contact-number span i {
  transform: rotate(90deg);
  background: #fff;
  box-shadow: 0px 8px 15.7px 1.4px rgba(147, 147, 147, 0.25);
  height: 74px;
  width: 74px;
  border-radius: 50%;
  text-align: center;
  line-height: 74px;
  font-size: 24px;
  transition: all 0.5s ease-out;
}

.contact-number:hover span i,
.contact-number:focus span i {
  transform: rotate(450deg);
}

.contact-number h6 {
  font-size: 23.9px;
  font-weight: 500;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  border-radius: 22.5px;
  /*box-shadow: 0px 8px 25.7px 1.4px rgba(239, 137, 3, 0.25);*/
  background-image: linear-gradient(94deg, #ef8903, #ffb049);
  padding: 10px 20px 10px 80px;
}

.cart_number {
  position: relative;
  float: right;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.cart-button {
  display: none;
  margin-right: 20px;
}

/*=======HEADER END=======*/
/*BANNER SEC STRTA*/
section.banner-sec {
  padding-top: 80px;
}

.banner-sec .countery-sel {
  text-align: center;
  background: #fff;
  display: inline-block;
  margin: 0 auto;
  padding: 12px 20px;
  border-radius: 40px;
  margin-bottom: 2%;
}

.banner-sec .countery-sel h2 {
  font-size: 20px;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #595b5f;
}

.banner-sec .countery-sel h2 a {
  font-weight: bold;
  color: #ed8b02;
  margin-left: 5px;
  pointer-events: none;
}

.banner-sec .countery-sel h2 i {
  color: #ed8b02;
  font-size: 26px;
  margin-right: 15px;
}

.banner-sec .inner-banner h1 {
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #36383d;
  font-size: 50px;
  margin-top: 0 !important;
}

.banner-sec .inner-banner h1 span {
  color: #ed8a00;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
  1px 1px 0 #fff;
}

.banner-sec .inner-banner {
  background-image: url(../images/grey-banner.jpg);
  padding-top: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  padding-bottom: 60px;
}

.banner-sec p {
  color: #36383d;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  margin-bottom: 3% !important;
}

.banner-sec .banenr-white-sec {
  width: 100%;
  background-color: #fff;
  max-width: 90%;
  margin: 0 auto;
}

.banner-sec .banenr-white-sec > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-sec .banenr-white-sec ul li ul li {
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  color: #595b5f;
}

.banner-sec .banenr-white-sec ul li ul li span {
  color: #ed8b02;
  font-weight: bold;
}

.banner-sec .banenr-white-sec > ul > li:first-child {
  text-align: center;
  -ms-flex-preferred-size: 28%;
  flex-basis: 28%;
}

.banner-sec .banenr-white-sec > ul li:last-child {
  -ms-flex-preferred-size: 72%;
  flex-basis: 72%;
}

.banner-sec .banenr-white-sec > ul li:first-child img {
  width: 91%;
  padding: 10px;
}

.rect-img {
  margin: 0 auto;
  text-align: center;
}

.rect-img img {
  width: 65%;
}

/*BANNER SEC END*/
/*Three sec start*/
.three-step-sec .cols .upper-sec h2 {
  color: #78be1f;
  font-size: 33px;
  font-weight: bold;
  margin: 0;
  line-height: 41px;
}

.three-step-sec .cols li {
  text-align: center;
  border: 5px solid #d9dad5;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  width: 30%;
}

.three-step-sec {
  margin-top: 40px;
}

.three-step-sec .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.three-step-sec .cols .upper-sec h3 {
  color: #78be1f;
  font-size: 22px;
}

.three-step-sec .cols .upper-sec p {
  color: #515559;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0px;
}

.three-step-sec .cols .upper-sec {
  padding: 10px 20px;
  position: relative;
}

.three-step-sec .cols .down-sec {
  padding: 20px;
}

.three-step-sec .cols .upper-sec p span.center {
  font-size: 70px;
  font-weight: bold;
}

.three-step-sec .cols .upper-sec p span:last-child {
  font-weight: bold;
  font-size: 30px;
}

.three-step-sec .cols li:first-child .down-sec a:hover {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: #5c9a0e;
}

.three-step-sec .cols li:nth-child(2) .down-sec a:hover {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: #0b8bde;
}

.three-step-sec .cols li:nth-child(3) .down-sec a:hover {
  background-color: #e417a7;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.three-step-sec .cols .down-sec a {
  background-color: #78be1f;
  color: #fff;
  font-weight: bold;
  padding: 6px 40px;
  display: inline-block;
  border-radius: 50px;
  font-size: 20px;
}

.three-step-sec .cols .down-sec h4 {
  color: #515559;
  font-weight: 400;
  margin-bottom: 15px;
}

.three-step-sec .cols .down-sec {
  border-top: 5px solid #d9dad5;
}

.three-step-sec .cols li:nth-child(2) h2,
.three-step-sec .cols li:nth-child(2) h3 {
  color: #45a3e0;
}

.three-step-sec .cols li:nth-child(2) a {
  background-color: #45a3e0;
}

.three-step-sec .cols li:last-child h2,
.three-step-sec .cols li:last-child h3 {
  color: #de3dae;
}

.three-step-sec .cols li:last-child a {
  background-color: #de3dae;
}

.tag-sec {
  position: absolute;
  left: -15px;
  top: -14px;
  transform: rotate(-6deg);
}

.tag-sec img {
  max-width: 125px;
}

.three-step-title {
  text-align: center;
  font-weight: 700;
  color: #f78d1e;
  width: 100%;
  font-size: 40px;
  margin-bottom: 30px;
}

/*three scec end*/
.card-inner {
  box-shadow: 0px 5px 24px 3px rgba(149, 149, 149, 0.25);
  background-color: #ffffff;
  text-align: center;
  padding: 36px;
  min-height: auto;
}

.card-inner h4 {
  font-size: 21px;
  font-weight: 700;
  color: #f78d1e;
}

.card-inner p {
  font-size: 18px;
  color: #444444;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 0px;
}

.card-inner img {
  width: 120px;
  margin: 0px 0px 20px 0px;
}

.three-cards {
  background-image: url(../images/bg-image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background: #f49828;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}

/*hyper sec start*/
.hyper-sec {
  position: relative;
}

.hyper-sec ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hyper-sec ul li:last-child img {
  width: 100%;
  margin-top: 5%;
}

body .row {
  margin: 0px;
}

.hyper-sec ul ul {
  display: block;
  padding-left: 30px;
}

.hyper-sec ul ul li {
  position: relative;
  color: #515559;
  font-size: 16px;
  line-height: 30px;
}

.hyper-sec ul ul li:after {
  position: absolute;
  content: "";
  background-color: #ed8b02;
  height: 5px;
  width: 5px;
  left: -16px;
  top: 10px;
  border-radius: 50%;
}

.hyper-sec ul li h2 {
  color: #ed8b02;
  font-size: 42px;
  font-weight: bold;
}

.hyper-sec ul li h3 {
  color: #515559;
  font-weight: 500;
  font-size: 29px;
  margin-top: 4%;
}

.hyper-sec ul li p {
  color: #515559;
  font-size: 16px;
}

.hyper-sec ul li h4 {
  color: #515559;
  font-weight: 500;
  font-size: 22px;
  margin-top: 4%;
}

.hyper-sec .call-sec-hypr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
}

.call-sec-hypr ul li.firts-hyper {
  background-color: #ed8b02;
  padding: 14px;
  border-radius: 15px 0px 0px 15px;
  border-right: 5px solid #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.call-sec-hypr ul li.firts-hyper img {
  width: 50%;
}

.hyper-sec .cnd-hyper {
  background-color: #f4a204;
  width: 100%;
  text-align: center;
  padding: 10px;
  border-radius: 0px 15px 15px 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.hyper-sec .cnd-hyper:hover {
  background-color: #ed8a00;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.hyper-sec .cnd-hyper ul {
  display: block;
  padding-left: 0px;
}

.hyper-sec .row > ul > li:first-child {
  margin-top: 13%;
  padding-right: 5%;
}

.hyper-sec .cnd-hyper ul li:first-child {
  font-size: 25px;
  color: #fff;
  font-weight: 500;
}

.hyper-sec .cnd-hyper ul li:last-child {
  padding-top: 5px;
  font-size: 38px;
  font-weight: bold;
  color: #fff;
}

.call-sec-hypr ul li:after {
  display: none;
}

.call-sec-hypr {
  max-width: 95%;
  margin-top: 8%;
}

/*.hyper-sec {
	max-width: 90%;
	margin:0 auto;
  }*/
  .hyper-sec {
    padding-bottom: 4%;
  }

/*hyper sec end*/
/* footer */
.main-footer {
  padding: 50px 0 30px;
  background-color: #f1f1f1;
  color: #656565;
}

.copyright {
  margin-right: 15px;
  font-size: 16px;
}

.policy-links ul {
  list-style: none;
}

.policy-links ul a {
  margin-left: 10px;
  padding-left: 10px;
  color: #656565;
  font-size: 16px;
  border-left: 1px solid #212529;
}

.policy-links ul li:first-child a {
  border-left: none;
}

.footer-txt {
  font-size: 14px;
  font-weight: 300;
  text-align: justify;
  color: #656565;
  margin-top: 20px;
}

.footer-txt p {
  margin-bottom: 0;
}

.social_links {
  margin-top: 15px;
}

.social_links a {
  display: inline-block;
  margin: 10px;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  border: 1px solid #656565;
  color: #656565;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  transition: all 0.3s ease-out;
}

.social_links a:hover,
.social_links a:focus {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

/* End Footer */

/*Address Widget*/
ul.streetAPI {
  border-radius: 5px;
  position: absolute;
  width: 100%;
  left: 0px;
  background: #fff;
  -webkit-box-shadow: 0 0 47px -3px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0 0 47px -3px rgba(0, 0, 0, 0.3);
  overflow-y: scroll;
  z-index: 999;
  list-style: none !important;
  max-height: 0px;
  min-height: 0px;
  margin-left: 0;
}

.hidden-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.checkbox-able-bx {
  padding: 5px 15px 0;
}
.checkbox-able-side {
  display: flex;
}
ul.streetAPI.active {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  padding: 10px 0 !important;
  max-height: 250px;
}

ul.streetAPI li {
  padding: 2px 0 2px 10px;
  margin: 0 0 10px;
  cursor: pointer;
  font-size: 14px;
  outline: none;
}

ul.streetAPI li:hover {
  background: #e5e5e5;
}

.submitForm {
  position: relative;
}

.header-wrapper {
  overflow: visible !important;
}

.loader {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0000007a;
  display: none;
}

.loader img {
  width: 80px;
  margin-top: 50px;
}

.service-container {
  max-width: 1150px;
  margin: 0 auto;
}

.referance-connectoin {
  margin: 40px 0;
  width: 100%;
  float: left;
}

.connection {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 10px 0px;
  -webkit-box-shadow: 0 0 10px #ddd;
  box-shadow: 0 0 10px #ddd;
  padding: 30px;
  flex-wrap: wrap;
}

.multiForm .addressError {
  font-size: 14px;
  color: red;
  margin-top: 0;
  text-align: left;
}

.business_Copyform .checkbox-able.error {
  bottom: -32px;
}

.able-inner form input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.connection .logo,
.connection .speed,
.connection .data,
.connection .available-plan,
.connection .call {
  padding-bottom: 20px;
}

.connection img {
  width: 150px;
}

.connection .call p {
  margin-top: 0;
  margin-bottom: 10px;
}

.connection .call a {
  background-image: linear-gradient(#f68d31, #fe993f);
  border: #f68d31;
  padding: 10px 25px;
  border-radius: 41px;
  color: #fff;
  font-size: 13px;
}

.connection .logo ul {
  margin-top: 5px;
}

.connection .logo ul li {
  font-size: 14px;
}

.connection .logo ul .fa {
  color: #f68d31;
  margin-right: 10px;
}

.connection .speed span {
  font-size: 25px;
  color: #f68d31;
  font-weight: 600;
}

.search-wrapper-inner.internet-copy-form {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* .input-able-bx,
.checkbox-able-bx {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  } */

/* .input-able-bx{
  margin-bottom: 15px;
  } */

  .input-able-bx .input-able {
    margin-right: 15px;
    width: 100%;
  }

  .input-able-bx .input-able input {
    padding: 13px 13px 13px 30px;
  }
  .input-able-bx .input-able input:focus,
  .input-able-bx .input-able input:hover,
  .input-able-bx .input-able input:active {
    box-shadow: rgb(0, 125, 186) 0px 0px 0px 1px !important;
    outline: 0px;
    border-color: rgb(0, 125, 186) !important;
  }
  .checkbox-able-bx .checkbox-able {
    min-width: 180px;
  }
  .checkbox-able-bx .checkbox-able label input {
    cursor: pointer;
    width: 16px;
    height: 16px;
  }
  .checkbox-able-bx .checkbox-able label span {
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    position: relative;
    top: -2px;
  }
  .checkbox-able-bx .checkbox-able label {
    margin-bottom: 0px;
  }

  .checkbox-able-bx .disclaimer-text p {
    margin-top: 8px;
    font-size: 12px;
    text-align: right;
    padding: 0px 10px;
  }

  .multiForm .search-field.submitForm .able-inner {
    border-radius: 0;
    margin: 0px auto 0;
  }

  .multiForm .search-field.submitForm .able-inner h3 {
    background-color: #f4971d;
    border-radius: 0;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
  }

  .regBtn {
    width: 100%;
    height: 60px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    border: none;
    background: #007dba;
  }

  .regBtn:disabled {
    cursor: not-allowed;
  }

  .btn-color-darkblue,
  .btn-color-orange {
    background-color: #007dba;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    padding: 7px 30px;
    border: 1px;
    text-transform: capitalize;
  }

  .regBtn i {
    font-size: 15px;
    -webkit-transform: translate(2.5px, 1.5px);
    transform: translate(2.5px, 1.5px);
  }

  .btn-color-orange {
    background-color: #f4971d;
    font-size: 30px;
    text-transform: none;
    width: 100%;
    color: #fff;
  }

  .bolder {
    font-weight: 700 !important;
  }

  .userInput {
    width: 100%;
    height: 60px;
    font-size: 20px;
    border-radius: 0;
    position: relative;
  }

  .userInput input {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1.02px solid #d9d9d9;
    border-radius: 0px;
    outline: none;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    position: relative;
    width: 100%;
  }

  .input-able.service-form.userInput:before {
    content: "\f3c5";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    z-index: 99;
    top: 13px;
    left: 10px;
    color: #595959;
  }

  .multiForm li.selected {
    background: #e6f7ff;
    font-weight: 500;
  }

/*=== new css start ====*/

.better-internet-btn {
  width: 100%;
  text-align: center;
  margin-top: 3rem;
}

.better-internet-btn a {
  background-color: #007dba;
  font-size: 25px;
  color: #fff;
  font-weight: 500;
  padding: 10px 45px;
  display: inline-block;
  border-radius: 50px;
  margin-top: 5px;
  transition: 0.2s;
}

.better-internet-btn a:hover {
  background-color: #1191d0;
  transition: 0.2s;

}

.three-cards .card-inner {
  padding: 36px 23px;
}

.three-cards .card-inner h4 {
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.three-cards .card-inner p {
  min-height: 140px;
}

/*=== new css end ====*/
/*new widget css*/
.form-holder-wrap {
  margin-top: -100%;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  z-index: 0;
}
.form-holder-wrap.wrap-open {
  margin-top: 0;
  opacity: 1;
  z-index: 999;
}
.form-holder {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 1rem;
  border: 3px solid transparent;
  border-radius: 0.4rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  z-index: -1;
}
.form-holder.widget-open {
  /*margin-top: 1.5rem;
  margin-bottom: 0rem;*/
  height: auto;
  background-color: #fff;
  border-color: #ccc;
  z-index: 1;
}
.plan-btn {
  display: inline-block;
  padding: 0 2.4rem;
  font-weight: 600;
  font-size: 1.4rem;
  color: #fff;
  line-height: 3.5rem;
  text-decoration: none;
  background-color: #007dba;
  border-radius: 5px;
  border: none;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.form-holder:before {
  content: "";
  display: block;
  position: absolute;
  top: -12.5px;
  left: calc(50% - 14px);
  width: 20px;
  height: 20px;
  background-color: white;
  border-top: 3px solid #ccc;
  border-left: 3px solid #ccc;
  border-radius: 0;
  transform: rotate(45deg);
}
.streetAPI li.selected {
  background-color: #e6f7ff;
}
.form-holder > p {
  font-size: 17px;
  text-align: center;
  line-height: 24px;
  margin-bottom: 14px;
}
.pd-none {
  padding: 0px;
}
.form-holder .checkbox-able-side {
  display: inline-block;
}
.row.input-able-bx {
  padding: 0 10px;
  display: flex;
}
.form-holder .col-set {
  width: 100%;
}
.form-holder .col-set .userInput {
  height: 45px;
}
.form-holder .col-set .input-able.service-form.userInput:before {
  top: 9px;
}
.form-holder .checkbox-able-bx {
  padding: 0px;
}
.form-holder .checkbox-able label {
  display: flex;
  align-items: center;
}
.icon-mobile,
.icon-wifi {
  padding-right: 10px;
}
.icon-mobile i,
.icon-wifi i {
  width: 20px;
  height: 20px;
  color: #fff;
  background-color: #f68d1f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-mobile i:before {
  font-size: 12px;
}
.icon-wifi i:before {
  font-size: 10px;
}
.form-holder .checkbox-able-bx .checkbox-able label span {
  top: 0;
  margin-left: 5px;
}
.form-holder .row .col-lg-6 {
  padding: 0 5px;
}
.form-holder .check-side-col {
  margin-top: 0px;
  padding: 0px;
}
.check-side {
  width: 90%;
  margin-left: auto;
}
.rather-chat-num {
  text-align: center;
  margin-top: 20px;
}
.rather-chat-num a {
  color: #000;
  text-decoration: underline;
}

.row.down-section {
  margin-top: 15px;
}
.addressform {
  text-align: center;
}
/*new widget end*/

/* popup modal */
.modal {
	z-index: 10000;
	visibility: hidden;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 110.145ms 0ms;
}

.modal.is-visible {
	visibility: visible;
}

.modal-overlay {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: hsla(0, 0%, 0%, 0.5);
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
	opacity: 1;
	visibility: visible;
	transition-delay: 0s;
}

.modal-wrapper {
	position: fixed;
	z-index: 9999;
	width: 38em;
	background-color: #fff;
	box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.modal-transition {
	transition: all 0.3s 0.12s;
	transform: translateY(-10%);
	opacity: 0;
}

.modal.is-visible .modal-transition {
	transform: translateY(0);
	opacity: 1;
}

.modal-header,
.modal-content {
	padding: 1em;
}

.modal-header {
	position: relative;
	box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
	border-bottom: 1px solid #e8e8e8;
	background-color: #007db0;
	color: #fff;
}

.modal-close {
	position: absolute;
    top: 8px;
    right: 12px;
    padding: 1em;
    color: #aaa;
    background: none;
    border: 0;
    color: #fff;
}

.modal-close:hover {
	color: #777;
}

.modal-heading {
	font-size: 1.125em;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.modal-content>*:first-child {
	margin-top: 0;
}

.modal-content>*:last-child {
	margin-bottom: 0;
}

.add-another {
	border: none;
	cursor: pointer;
	color: #007db0;
	background-color: inherit;
	font-weight: bold;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	margin: 10px 0 20px;
}

.modal-cancel-btn {
	padding: 1rem;
	border-color: #d9d9d9;
	background-color: transparent;
	border: 1px solid #d9d9d9;
	cursor: pointer;
}

.modal-submit-btn {
	padding: 1rem;
	background-color: #007db0;
	border: none;
	color: #fff;
	cursor: pointer;
}

#unit-number {
	width: 100%;
	padding: 1rem;
	box-sizing: border-box;
	height: 40px;
	font-family: "Montserrat", sans-serif !important;
}

.unit-type #unit-type {
	padding: 1rem;
	text-align: center;
	border-color: #d3d3d3;
}

#location-edit-icon,
#close-second-unit-type {
	cursor: pointer;
}

.main-item {
	display: flex;
	align-items: center;
	column-gap: 16px;
	width: 400px;
	margin: 10px 0 0px;
}

.single-item {
	width: 50%;
	position: relative;
}

.single-item label {
	width: 100%;
	display: inline-block;
	font-size: 14px;
}

.single-item select {
	height: 40px;
	width: 100%;
	text-align: left;
	border: 1px solid #d9d9d9;
	border-radius: 2px;
	padding: 0 11px;
	color: rgba(0,0,0,.85);
	appearance: none;
	font-family: 'Montserrat',sans-serif;
	background-color: transparent;
}
.single-item .downIcon{	
    position: absolute;
    bottom: 10px;
    right: 8px;
    font-size: 12px;
    color: #d9d9d9;
}
.unit-Number {
	height: 40px;
	width: 100%;
	text-align: left;
	margin: 0;
	box-sizing: border-box;
	border: 1px solid #d9d9d9;
	border-radius: 2px;
	padding: 0 11px;
	color: rgba(0,0,0,.85);
	font-family: 'Montserrat',sans-serif;
}

.second-option-widget p {
	margin: 0px;
	font-weight: 600;
}

.inner-modal-content p {
	font-weight: bold;
}

.selected-address {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.selected-address svg {
	width: 15px;
	vertical-align: -2px;
}

.selected-address svg path {
	fill: #007db0;
}

.selected-address h3 {
	margin: 0 4px;
	font-size: 14px;
	font-weight: normal;
	color: rgba(0,0,0,.85);
}
.selected-address > p{
	font-size: 15px;
}

#second-unit-dv {
	margin-bottom: 20px;
}

#second-unit-dv .main-item {
	position: relative;
}

#second-unit-dv .clear-second {
	position: absolute;
	right: -25px;
	top: 30px;
}

#second-unit-dv .clear-second svg path {
	fill: #007db0;
}

.address-btn-wrapp{
	display: flex;
	justify-content: flex-end;
	column-gap: 16px;
}
.address-btn-wrapp > button{
    border-radius: 2px;
    box-shadow: 0 2px 0 rgba(0,0,0,.015);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;    
    padding: 8px 15px;
    text-align: center;
    font-family: 'Montserrat',sans-serif;    
}
/* popup modal */


@media (max-width: 1366px) {
  .banner-sec .inner-banner h1 {
    font-size: 45px;
  }
  .banner-sec p {
    font-size: 20px;
  }
  .hyper-sec ul li h2 {
    font-size: 38px;
  }
  .hyper-sec ul li h3 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .banner-sec p {
    font-size: 20px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .card-inner {
    min-height: 390px;
  }
}

@media (max-width: 992px) {
  .three-step-sec .cols .upper-sec h2 {
    font-size: 25px;
    line-height: 33px;
  }

  .three-step-sec .cols .upper-sec h3 {
    font-size: 21px;
  }

  .three-step-sec .cols .upper-sec p {
    font-size: 15px;
  }

  .three-step-sec .cols .upper-sec p span:last-child {
    font-size: 21px;
    margin-left: 10px;
  }

  .three-step-sec .cols .down-sec a {
    padding: 6px 20px;
    font-size: 17px;
  }

  .card-inner h4 {
    font-size: 18px;
  }

  .card-inner {
    padding: 26px 20px;
  }

  .card-inner p {
    font-size: 16px;
  }

  .hyper-sec ul li h2 {
    font-size: 30px;
  }

  .hyper-sec ul li h3 {
    font-size: 24px;
    margin-top: 3%;
  }

  .hyper-sec .cnd-hyper ul li:last-child {
    font-size: 28px;
  }

  .hyper-sec .cnd-hyper ul li:first-child {
    font-size: 22px;
  }

  .container [class*="col-"] {
    margin-top: 12px !important;
  }

  .input-able-bx .pr-0 {
    padding-right: 15px !important;
  }
}

@media (max-width: 768px) {
  .header .logo {
    max-width: 200px;
  }

  .logo img {
    max-width: 150px;
  }
  .banner-sec .inner-banner h1 {
    font-size: 39px;
  }
  .banner-sec p {
    font-size: 13px;
  }
  .contact-number span i {
    height: 54px;
    width: 54px;
    line-height: 54px;
    font-size: 20px;
  }

  .contact-number span {
    top: -8px;
  }

  .leftSection h1 {
    font-size: 28px;
  }

  .three-step-sec .cols {
    flex-direction: column;
  }

  .three-step-sec .cols li {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 30px;
  }

  .contact-number h6 {
    font-size: 17.9px;
  }
  /*=== new css start ====*/
  .three-cards .card-inner p {
    min-height: auto;
  }

  .three-cards .card-inner h4 {
    min-height: auto;
    display: block;
  }

  /*=== new css end ====*/
}

@media (max-width: 767px) {
  .header .logo {
    max-width: 200px;
  }

  .main-footer {
    padding: 30px 0 30px;
    text-align: center;
  }

  .copyright {
    font-size: 14px;
    margin-right: 0;
  }

  footer ul.d-flex.flex-wrap li a {
    font-size: 14px;
  }

  footer p {
    font-size: 12px;
  }

  .policy-links ul {
    justify-content: center;
  }

  .card-inner {
    margin-bottom: 20px;
    padding: 24px;
  }
}

@media (max-width: 575px) {
  .banner-sec .inner-banner h1 {
    font-size: 30px;
  }
  .contact-number h6 {
    padding: 10px 20px 10px 42px;
    font-size: 14.9px;
  }

  .contact-number span {
    top: -3px;
  }

  .contact-number span i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 15px;
  }

  .logo img {
    max-width: 120px;
  }

  .leftSection h1 {
    font-size: 20px;
  }

  .leftSection h5 {
    font-size: 15px;
  }

  .btn-color-orange {
    font-size: 20px;
  }

  .hyper-sec .cnd-hyper ul li:last-child {
    font-size: 22px;
  }

  .hyper-sec .cnd-hyper ul li:first-child {
    font-size: 19px;
    line-height: 25px;
  }
}
@media (max-width: 480px) {
  .banner-sec .inner-banner h1 {
    font-size: 25px;
  }
}
