.navbar-custom{
    margin-left: 16px;
    padding: 5px;
 }
.new-price-box ul li h2 {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
}
.circle-offer {
    text-align: justify;
  align-items: center;
  background-color: #050507 !important;
  border-radius: 50%;
  display: flex;
  flex-wrap: nowrap;
  font-size: 16px;
  font-weight: bold;
  font-feature-settings: 'palt' 1;
  height: 150px;
  justify-content: center;
  letter-spacing: 0.025em;
  line-height: 1;
  width: 150px;
}
.outer-jagged-parts {
  background-color: #efc638 !important;
  position: relative;
  width: 68%;
  height: 68%;
}
.inner-jagged-parts,
.inner-jagged-parts:after,
.inner-jagged-parts:before,
.main-offer {
  background-color: #efc638;
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.outer-jagged-parts,
.inner-jagged-parts,
.inner-jagged-parts:after,
.inner-jagged-parts:before {
  transform: rotate(22.5deg);
}
.main-offer {
  align-items: center;
  align-content: center;
  color: red !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  transform: rotate(-45deg);
  z-index: 999;
}
.small-text {
  font-size: 14px !important;
  color: red !important;
}
.large-text {
  text-align: center !important;
    font-size: 20px !important;
    padding: 9px !important;
    color: red !important;
}
.medium-text {
   font-size: 11px !important;
  color: red !important;
}
.price_cross {
    position: relative;
    display: inline-block;
}

.price_cross:after,
.price_cross:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: black;
}
.price_cross:before {
  transform: rotate(20deg);
}
.price_cross:after {
  transform: rotate(-20deg);
}
.headline h1::before {
    height: 5px;
    width: 45px;
    content: none;
    position: absolute;
    top: 22px;
    margin-left: 0px;
}

@media (min-width: 1200px) {
.headline h1::before {
    height: 5px;
    width: 45px;
    content: url(/static/images/headline.png);
    position: absolute;
    top: 22px;
    margin-left: -65px;
}
.headline h1::after {
    height: 5px;
    width: 45px;
    content: url(/static/images/headline.png);
    position: absolute;
    top: 22px;
    margin-left: 20px;
}
}

@media (min-width: 992px){
.headline h1::before {
    height: 5px;
    width: 45px;
    content: url(/static/images/headline.png);
    position: absolute;
    top: 22px;
    margin-left: -65px;
}
.headline h1::after {
    height: 5px;
    width: 45px;
    content: url(/static/images/headline.png);
    position: absolute;
    top: 22px;
    margin-left: 20px;
}
}
@media (min-width: 767px){
.headline h1::after {
    height: 5px;
    width: 45px;
    content: url(/static/images/headline.png);
    position: absolute;
    top: 16px;
    margin-left: 10px;
}

.headline h1::before {
    height: 5px;
    width: 45px;
    content: url(/static/images/headline.png);
    position: absolute;
    top: 16px;
    margin-left: -55px;
}

}

.headline h1 span {
    color: #efc638;
}
.headline h1::after {
    height: 5px;
    width: 45px;
    content: aliceblue;
    position: absolute;
    top: 16px;
    margin-left: 10px;

}



.headline h2::before {
    height: 5px;
    width: 45px;
    content: none;
    position: absolute;
    top: 22px;
    margin-left: 0px;
}

@media (min-width: 1200px) {
.headline h2::before {
    height: 5px;
    width: 45px;
    content: url(/static/images/headline.png);
    position: absolute;
    top: 22px;
    margin-left: -65px;
}
.headline h2::after {
    height: 5px;
    width: 45px;
    content: url(/static/images/headline.png);
    position: absolute;
    top: 22px;
    margin-left: 20px;
}
}

@media (min-width: 992px){
.headline h2::before {
    height: 5px;
    width: 45px;
    content: url(/static/images/headline.png);
    position: absolute;
    top: 22px;
    margin-left: -65px;
}
.headline h2::after {
    height: 5px;
    width: 45px;
    content: url(/static/images/headline.png);
    position: absolute;
    top: 22px;
    margin-left: 20px;
}
}
@media (min-width: 767px){
.headline h2::after {
    height: 5px;
    width: 45px;
    content: url(/static/images/headline.png);
    position: absolute;
    top: 16px;
    margin-left: 10px;
}



.headline h2::before {
    height: 5px;
    width: 45px;
    content: url(/static/images/headline.png);
    position: absolute;
    top: 16px;
    margin-left: -55px;
}

}

.headline h2 span {
    color: #efc638;
}
.headline h2::after {
    height: 5px;
    width: 45px;
    content: aliceblue;
    position: absolute;
    top: 16px;
    margin-left: 10px;

}

.headline h1 {
    font-size: 26px;
    text-align: center;
    padding: 4px 0px 0px 0px;
    font-weight: 600;
    text-transform: uppercase;

}
.headline h2 {
    font-size: 25px;
    text-align: center;
    padding: 4px 0px 0px 0px;
    font-weight: 600;
    text-transform: uppercase;

}
@media only screen and (max-width: 600px){
.caption-box h5 {
    font-size: 20px;
}
td, th {
    padding: 0px !important;
    text-align: center;
    vertical-align: middle;
    font-size: 15px !important;


}
}
.caption-box {
    padding: 8px;
    border: 1px solid #cccccc47;
    background-color: #ffffff;
    margin-bottom: 30px;
    box-shadow: 0 15px 20px rgb(0 0 0 / 30%);
    height:350px;
}
.caption-box hr{
    margin-top: 5px;

}
.caption-box  h4, h5, h6 {
    text-align: center;
}
@media only screen and (max-width: 600px){

    .caption-box h5{
        font-size: 20px;
    }
    .caption-box h4 {
        font-size: 23px;
    }
}
.star {
    width: 131px !important;
    height: 45px !important;
}
.trust {
    width: 150px !important;
    height: 68px !important;
}
.price-bg {
    background-image: url(/static/images/letting_pkgs/header-img-s.jpg);
    background-position: top;

}
@media (min-width: 1200px){
.price-bg {
    height: 600px;
}
}
.viewing-banner-content {

    margin: 90px 0px;

}
.box-inside{
    display: grid;

}
@media only screen and (max-width: 900px){
.box-inside{
     margin-bottom: 19px;
}
}
.img-text p {
    text-align: center;
    padding-top: 20px;
    font-size: 17px;
    font-weight: bold;
}

.img-text:hover{

   background:#ffcb0087 !important;
   transition: 0.5s all;
}
.img-child-text {
    padding-top: 15px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}
.img-text{
    margin-bottom: 30px;
    height:348px;
}
.price-taxt {
    font-size: 25px;
    color: #000;
}
.img-text-parent{
    text-transform: uppercase;
}
.even-step {
    padding: 15px;
    min-height: 293px;
    background-color: #80808017;
    box-shadow: 0 10px 20px rgb(0 0 0 / 30%);
    margin-bottom: 40px;
}
.odd-step {
    padding: 15px;
    min-height: 293px;
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgb(0 0 0 / 30%);
    margin-bottom: 40px;
}
.odd-step:hover{

   background:#efc638 !important;
   transition: 0.5s all;
}
.even-step:hover{

   background:#efc638 !important;
   transition: 0.5s all;
}
.even-step h3 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
}
.odd-step h3 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
}
.img-width{
    width: 200px;
    height: auto;
}
p{
    font-size: 24px;
    font-weight: 500;
}

.caption-box-button {
    padding: 25px;
    border: 1px solid #cccccc47;
    background-color: #ffffff;
    margin-bottom: 30px;
    box-shadow: -2px 7px 7px rgb(0 0 0 / 30%);
    border-radius: 16px;
    height: 200px;
}
.main-box{
    padding: 10px;

}

.caption-box-button-col-4 {
    padding: 5px;
    border: 1px solid #cccccc47;
    background-color: #ffffff;
    margin-bottom: 30px;
    box-shadow: -2px 7px 7px rgb(0 0 0 / 30%);
    border-radius: 16px;
    height: 77px;
}
.main-box-col-4{

}
.main-box-col-4 h2{
    font-size: 20px;
    color: #000000;
    font-weight: 800;
}
.main-box-col-4 h2 span {
    color: #efc638;
}
.main-box-col-4 .img-bottom {
    margin: 6px;

}


@media screen and (max-width: 768px) {

    .heading-background h3 {
    font-size: 26px;
}
welcome-text-child h2 {
    font-size: 28px;

}
.welcome-text-child p {
    font-size: 20px;

}
.side-img-gen {
    margin-top: 20px !important;
}
.viewing-banner-content {
    margin: 30px 0px;
    background-color: #efc638;
    padding: 19px;
}
.price-bg h1 {
    font-weight: 600;
    font-size: 31px;
    border-bottom: unset;
    padding-bottom: 10px;
}

    .main-box-col-4 h2 {
        font-size: 18px;
        color: #000000;
        font-weight: 700;
    }
    .main-box-col-4 .img-bottom {
        margin: 10px;
    }
    .even-step {
        min-height: 430px;
    }
    .odd-step {
        min-height: 430px;
    }
    .even-step h3 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 22px;
    }
    p{
        font-size: 16px;
        font-weight: 500;
    }
    .odd-step h3 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 22px;
    }
    .img-width {
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }


    .caption-box-button {
        padding: 0px;
        border: 1px solid #cccccc47;
        background-color: #ffffff;
        margin-bottom: 30px;
        box-shadow: -2px 7px 7px rgb(0 0 0 / 30%);
        border-radius: 16px;
        height: 113px;
    }
    .main-box h2{
        font-size: 18px !important;
        color: #000000;
    }
    .img-bottom {
        width:100px !important;
        margin-top: 16px;
    }
    .caption-box {
        padding: 8px;
        border: 1px solid #cccccc47;
        background-color: #ffffff;
        margin-bottom: 30px;
        box-shadow: 0 15px 20px rgb(0 0 0 / 30%);
        height: 436px;
    }
}

.gray-bg {
    background-color: #f2f2f2;

    margin-bottom: 35px;
    margin-bottom: 35px;
}
.white-bg {
        background-color: #ffffff;

        margin-top: 35px;
        margin-bottom: 35px;
    }
 .main-box h2{
    font-size: 30px;
    color: #000000;
    font-weight: 800;

}
.main-box h2 span{
    color:#efc638;
}

.price-bg {
    background-image: url(/static/images/Banner-Viewing.jpg);
    background-position: center;
}
@media (min-width: 1200px) {
    .price-bg {
        height: 722px;
    }
}
.viewing-banner-content {
    margin: 156px 0px;
}

.price-bg h1 {
    font-weight: 600;
    font-size: 45px;
    border-bottom: unset;
    padding-bottom: 10px;
}

.table {
    padding: 15px;
      text-align: center;
    border-spacing: 0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgb(0 0 0 / 30%);

}
td, th {
    padding: 29px !important;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 700;
}

.feature-color{
    font-weight:900;
}

table th {
    background-color:#efc638;
    font-weight: 900;
}

.heading-viewings-odd{
    background-color: #efc638;
    width: 52em;
    text-align: center;
}

.heading-viewings-odd h2{
    font-size: 25px;
    font-weight: 600;
    padding: 15px;
}
.heading-viewings-even{
    background-color: #efc638;
    width: 52em;
}

.heading-viewings-even h2{
    font-size: 25px;
    font-weight: 600;
    padding: 15px;
}
.welcome-text-child h2 {
    font-size:34px;
    font-weight: 700;
    text-align:center;

}
.welcome-text-child h2 span {
    color:#efc638;
}
.welcome-text-child p {
    font-size:26px;
    text-align:center;
    margin-bottom: 40px;

}
.heading-background h3{
    background-color:#efc638;
    font-size:34px;
    font-weight: 700;
    display: inline-block;
    padding: 15px;
}

.side-img{
    margin-top: 66px;
}
.inner-text{
   margin-top: 30px;

}
.inner-text p {
    font-size:20px;

}


.inner-text li {
    list-style: disc outside none;
    margin-left: 2em;
    font-size:20px;
}
.inner-text ul {
    margin: 1em;
}
li::marker {
    color: #efc638;
    font-size: 25px;
}
.why-text-box{
    display: flex;

}
.img-left {
    padding: 6px;
    margin-top: 1px;
}
.side-img-conveyancing {
    margin-top: 19px;
}

.imp-section h3 {
    margin-top:50px;
    margin-bottom:40px;
    font-weight:600;
    font-size:30px;
}

.imp-section .img-left {
    margin-top:50px;
    margin-bottom:40px;

}
.side-img-gen {
    margin-top: 200px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #efc638;
}

.img-left-vie {
    padding: 11px;
    margin-top: 14px;
    margin-right: 13px;

}

.for-vie{
    text-align: center;

}
.boost-box{
    min-height: 242px;
    padding: 20px;
    border-radius: 10px;

}
.boost-box h3{
        font-size: 25px;
    font-weight: 700;
}


.md-section{
    background-image: url(/static/images/Viewing_Assis/Boost-Your-Sale.jpg);
    background-position: center;
    border-radius:10px;


}
.img-tips {
   adding: 2px;
    margin-top: 1px;
    margin-left: 24px;
    margin-right: 13px;
}

@media only screen and (max-width: 600px){

td, th {
    padding: 0px !important;
    text-align: center;
    vertical-align: middle;
            font-size: 16px !important;
        font-weight: 400;


}
.viewing-banner-content {
    margin: 35px 0px;
}
.price-bg h1 {
    font-weight: 600;
    font-size: 27px;
    border-bottom: unset;
    padding-bottom: 10px;
}
.heading-background h3 {
    background-color: #efc638;
    font-size: 23px;
    font-weight: 700;
    display: inline-block;
    padding: 11px;
}
.img-left-vie img {
    width:40px !important;
}
.inner-text p {
    font-size: 16px;
}
.h3, .h3 {
    font-size: 21px;
}
.welcome-text-child p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px;
}
    .even-step {
        min-height: 466px;
    }
        .odd-step {
        min-height: 466px;
    }

}


