@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
section.banner {
    background-color: rgba(255,255,255,0);
    background-image: url("../img/happy-young-couple-laughing-while-making-video-call-laptop.jpg");
    background-image: linear-gradient(180deg, rgba(17,17,17,0.4) 0%,rgba(17,17,17,0.4) 100%),url(../img/happy-young-couple-laughing-while-making-video-call-laptop.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 140px;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}
section.banner h1 {
    font-family: Roboto;
    color: #fff;
    font-weight: 700;
    font-size: 54px;
    line-height: 1.16em;
    font-weight: 700;
}
section.banner h6 {
    font-family: Roboto;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0px;
    font-style: normal;
    color: #fff;
    font-size: 26px !important;
    margin-top: 30px;
    margin-bottom: 30px;
}
section.banner ul li {
    list-style: none;
    color: #fff;
    padding-left: 0;
    font-family: Roboto;
    font-weight: 700;
    letter-spacing: 0px;
    font-style: normal;
    font-size: 16px;
}
section.banner ul {
    padding-left: 0;
}
section.menu {
    position: relative;
    background: transparent;
}
section.menu {
    position: relative;
    background: transparent;
}
section.banner {
    margin-top: -80px;
}
.tracy h4 {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
    font-family: 'Roboto';
    margin-top: 26px;
}
.tracy p {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
    font-family: 'Roboto';
    margin-top: 11px;
    font-weight: 500;
}
section.banner {
    margin-top: -80px;
    padding-bottom: 82px;
}
.about-left h4 {
    font-family: Roboto;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0px;
    font-style: normal;
    margin-top: 26px;
    font-size: 24px !important;
    margin-bottom: 38px;
    text-align: center;
}
.about-left img.ghugi {
    width: 576px;
    margin-bottom: 40px;
}
.about-left p {
    color: #4a4e57;
    font-weight: 600;
    font-family: 'Roboto';
    font-size: 16px;
    margin-bottom: 32px;
}
.broad-btn a {
    padding: 13px 29px;
    line-height: 17px;
    font-size: 16px;
    border-radius: 4px;
/*    font-family: Open Sans;*/
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0px;
    border-width: 0px;
    border-style: solid;
    border-radius: 4px;
    text-transform: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    background: #65bc7b;
    color: #ffffff;
    border-color: #ffffff;
    text-decoration: none;
}
.broad-btn {
    text-align: center;
    margin-bottom: 60px;
    margin-top: 60px;
}
.broad-btn svg {
    position: relative;
    top: -6px;
}
section.cta {
    background-color: rgba(255,255,255,0);
    background-image: url("../img/cropped-photo-young-lovers-using-laptop-computer-sofa.jpg");
    background-image: linear-gradient(180deg, rgba(2,2,2,0.38) 0%,rgba(2,2,2,0.38) 100%),url(../img/cropped-photo-young-lovers-using-laptop-computer-sofa.jpg);
/*    background-position: center center;*/
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-right: 30px;
    padding-bottom: 40px;
    padding-left: 30px;
    margin-top: 40px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}
.right-cta ul li {
    list-style: none;
    color: #fff;
    padding-left: 0;
    font-family: Roboto;
    font-weight: 700;
    letter-spacing: 0px;
    font-style: normal;
    font-size: 16px;
}
.left-cta h3 {
    color: #fff;
    font-size: 36px;
    margin-top: 66px;
    text-align: center;
    font-family: Roboto;
    font-weight: 700;
}
section.bottom-sec p {
    font-family: Roboto;
    font-weight: 700;
    letter-spacing: 0px;
    font-style: normal;
    font-size: 16px;
    color: #fff;
}


input,textarea {
  width: 100%;
  background-color: #fff;
  border: 1px solid #bebebe;
  border-radius: 8px;
  font-size: 14px;
  padding: 10px 20px;
  position: relative;
  z-index: 1;
}
input:focus,textarea:focus {
  outline: none;
  border: 1px solid var(--primary);
}
.input-icon {
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 1;
}
.textarea-icon {
  top: 10px;
  right: 20px;
  z-index: 1;
}
.subtitle{
  text-transform: uppercase;
  font-weight:500;
  font-size:18px;
  letter-spacing: 1px;
  position:relative;
  padding-top:20px;
}
.harry-land .contact-form {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 1px 34.7px 0px #00000052;
    border-radius: 20px;
    bottom: 11px;
    position: relative;
}
form#scaffoldForm .list-group a {
    width: 100%;
    background-color: #fff;
    border: 1px solid #bebebe;
    border-radius: 8px;
    font-size: 14px;
    padding: 10px 20px;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    color: #000;
}
form#scaffoldForm h5 {
    color: #000;
    text-transform: none;
    margin-top: 15px;
    margin-bottom: 30px;
    border-top: 1px solid #000;
    padding-top: 20px;
}
div#mainheader a.btn.mb-3 {
    background: #000 !important;
}
form#scaffoldForm button.btn.btn-primary.next-btn {
    background: #000 !important;
    border: 1px solid #000 !important;
}
form#scaffoldForm button.btn.btn-secondary.prev-btn {
    background: #000;
    border: 1px solid #000;
}
form#scaffoldForm button.btn.btn-success {
    border: 1px solid #000;
    background: #000 !important;
}
#scaffoldForm .list-group-item.active {
      background-color: #00acff;
    color: #000000;
    border-color: #00acff;
}
.final-step-btn {
    animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.7);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(0, 123, 255, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  }
}
.go-back a {
    border-radius: 8px;
    background-color: #fad007;
    padding: 12px 25px;
    color: #000000;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
}
div#get-a-quote h3.d-color.text-dark.text-center {
    font-weight: 700;
    font-family: revert;
}
div#get-a-quote h3.d-color.text-dark.text-center span {
    color: #00acff;
}
form#scaffoldForm input {
    margin-bottom: 18px !important;
}
div#sticky {
    background: #fff;
}
.bottom-sec {
    background: #212934;
    padding-top: 60px;
    padding-bottom: 60px;
}
div#sticky {
    height: 500px;
}






@media (max-width: 768px) {
    div#sticky {
    height: auto !important;
}

    section.banner {
    margin-top: 0;
    padding-bottom: 82px;
}
section.menu {
    position: relative;
    background: #65bc7b !important;
}
section.menu img {
    width: 100%;
}
section.banner h1 {
    font-family: Roboto;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.16em;
    font-weight: 700;
}
section.banner {
    background-position: center center !important;
    background-attachment: unset !important;
}
div#stickcontainer {
    margin-top: 46px;
}
section.banner h6 {
    font-family: Roboto;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0px;
    font-style: normal;
    color: #fff;
    font-size: 16px !important;
    margin-top: 30px;
    margin-bottom: 30px;
}
.about-left img.ghugi {
    width: 100%;
    margin-bottom: 40px;
}
section.bottom-sec .col-md-4 {
    margin-bottom: 40px;
}
.bottom-sec {
    background: #212934;
    padding-top: 60px;
    padding-bottom: 0px;
}

}




@media (max-width: 480px) {
     div#sticky {
    height: auto !important;
}
section.banner {
    margin-top: 0;
    padding-bottom: 82px;
}
section.menu {
    position: relative;
    background: #65bc7b !important;
}
section.menu img {
    width: 100%;
}
section.banner h1 {
    font-family: Roboto;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.16em;
    font-weight: 700;
}
section.banner {
    background-position: center center !important;
    background-attachment: unset !important;
}
div#stickcontainer {
    margin-top: 46px;
}
section.banner h6 {
    font-family: Roboto;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0px;
    font-style: normal;
    color: #fff;
    font-size: 16px !important;
    margin-top: 30px;
    margin-bottom: 30px;
}
.about-left img.ghugi {
    width: 100%;
    margin-bottom: 40px;
}
section.bottom-sec .col-md-4 {
    margin-bottom: 40px;
}
.bottom-sec {
    background: #212934;
    padding-top: 60px;
    padding-bottom: 0px;
}
}



@media only screen and (min-width: 320px) and (max-width: 480px) {
     div#sticky {
    height: auto !important;
}
section.banner {
    margin-top: 0;
    padding-bottom: 82px;
}
section.menu {
    position: relative;
    background: #65bc7b !important;
}
section.menu img {
    width: 100%;
}
section.banner h1 {
    font-family: Roboto;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.16em;
    font-weight: 700;
}
section.banner {
    background-position: center center !important;
    background-attachment: unset !important;
}
div#stickcontainer {
    margin-top: 46px;
}
section.banner h6 {
    font-family: Roboto;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0px;
    font-style: normal;
    color: #fff;
    font-size: 16px !important;
    margin-top: 30px;
    margin-bottom: 30px;
}
.about-left img.ghugi {
    width: 100%;
    margin-bottom: 40px;
}
section.bottom-sec .col-md-4 {
    margin-bottom: 40px;
}
.bottom-sec {
    background: #212934;
    padding-top: 60px;
    padding-bottom: 0px;
}
}


@media only screen and (min-width: 481px) and (max-width: 767px) {
     div#sticky {
    height: auto !important;
}
    section.banner {
    margin-top: 0;
    padding-bottom: 82px;
}
section.menu {
    position: relative;
    background: #65bc7b !important;
}
section.menu img {
    width: 100%;
}
section.banner h1 {
    font-family: Roboto;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.16em;
    font-weight: 700;
}
section.banner {
    background-position: center center !important;
    background-attachment: unset !important;
}
div#stickcontainer {
    margin-top: 46px;
}
section.banner h6 {
    font-family: Roboto;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0px;
    font-style: normal;
    color: #fff;
    font-size: 16px !important;
    margin-top: 30px;
    margin-bottom: 30px;
}
.about-left img.ghugi {
    width: 100%;
    margin-bottom: 40px;
}
section.bottom-sec .col-md-4 {
    margin-bottom: 40px;
}
.bottom-sec {
    background: #212934;
    padding-top: 60px;
    padding-bottom: 0px;
}

}

@media only screen and (max-width: 375px) {
     div#sticky {
    height: auto !important;
}
    section.banner {
    margin-top: 0;
    padding-bottom: 82px;
}
section.menu {
    position: relative;
    background: #65bc7b !important;
}
section.menu img {
    width: 100%;
}
section.banner h1 {
    font-family: Roboto;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.16em;
    font-weight: 700;
}
section.banner {
    background-position: center center !important;
    background-attachment: unset !important;
}
div#stickcontainer {
    margin-top: 46px;
}
section.banner h6 {
    font-family: Roboto;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0px;
    font-style: normal;
    color: #fff;
    font-size: 16px !important;
    margin-top: 30px;
    margin-bottom: 30px;
}
.about-left img.ghugi {
    width: 100%;
    margin-bottom: 40px;
}
section.bottom-sec .col-md-4 {
    margin-bottom: 40px;
}
.bottom-sec {
    background: #212934;
    padding-top: 60px;
    padding-bottom: 0px;
}

}
