@import url(../font/bauziet/stylesheet.css);
@import url(../font/roboto/stylesheet.css);
/* Skip To Main Content Link */
a.skip-to-main-content-link {
    position: absolute;
    left: -9999px;
    z-index: 999;
    padding: 1em;
    background-color: #fff;
    color: #000;
    opacity: 0;
}
a.skip-to-main-content-link:focus {
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
}
/*:focus {
    outline: 2px dashed #000000 !important;
}*/
* {
    margin: 0;
    box-sizing: border-box;
    -webkit-font-smoothing:subpixel-antialiased;
    font-smoothing:subpixel-antialiased;
    moz-font-smoothing:subpixel-antialiased;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
img {
    max-width: 100%;
}
a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
}
body,
h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6,
p{
    margin: 0;
}

/* cb-estimate section is here */
.cb-estimate * {
    transition: all .3s ease;
}
.cb-estimate {
    position: relative;
    padding: 40px 0;
    font-family: 'Bauziet';
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
   /* background-image: url(../images/cb-estimate-bg.jpg);*/
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .3s ease;
}
.cb-estimate .cb-estimate-content {
    position: relative;
    max-width: 616px;
    min-height: 528px;
    background-color: #FFFFFF;
    border-radius: 30px;
    padding: 35px 45px 20px 45px;
    margin: 0 auto;
    transition: all .3s ease;
}
.cb-estimate .cb-estimate-content.show {
    max-width: 774px;
}
.cb-estimate .estimate-h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 2px;
    color: #000000;
}
.cb-estimate .estimate-h5 sup {
    margin-right: -10px;
}
.cb-estimate .back-btn,
.cb-estimate .cb-e-btn {
    position: absolute;
    height: 32px;
    width: 32px;
    border-radius: 100%;
    background: #1F69FF;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;    /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex;         /* NEW, Spec - Opera 12.1, Firefox 20+ */
	justify-content: center;
	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
    text-align: center;
    transition: all .3s ease;
    outline: none;
    padding: 0;
    border: 1px solid transparent;
}
.back-block {
    position: absolute;
    left: 16px;
    top: 16px;
}

.back-btn-text {
    margin-left: 12px;
    font-family: 'Bauziet';
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #1F69FF;
}
.cb-estimate .back-btn {
    opacity: 0;
    visibility: hidden;
    left: 16px;top: 16px;
    transition: none;
    position: static;
}
.cb-estimate .back-btn:focus {
  border-color: black;
}

.cb-estimate .show .back-btn {
    opacity: 1;
    visibility: visible;
}
.cb-estimate .cb-estimate-mid {
    min-height: 338px;
}
.cb-estimate .disclaimer {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 0.5625em;
    line-height: 1.5;
    color: #595959;
}

/* CB estimate home page css here */
.cb-estimate .cb-e-home {
    text-align: center;
}
.cb-estimate .house-icon img{
    width: 52px;
}
.cb-estimate .cb-e-home .house-icon img {
    margin-top: 45px;
}
.cb-estimate .cb-e-head {
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 1.71932px;
    color: #000000;
}

.cb-e-result-head{
    font-size: 35px;
}

.cb-estimate .cb-e-home .cb-e-head {
    margin-top: 10px;
    margin-bottom: 18px;
    font-size: 26px;
}
.cb-estimate .cb-e-para {
    max-width: 340px;
    margin: 0 auto;
    font-weight: 500;
    font-size: 0.8125em;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.744588px;
    color: #000000;
}
.cb-estimate .cb-e-form-box {
    position: relative;
    max-width: 360px;
    padding: 37px 0 60px 0;
    margin: 0 auto;
}   
.cb-estimate .cb-e-form {
    position: relative;
    background-color: #fff;
    width: 100%;
    height: 56px;
    border: 1px solid #686868;
    border-radius: 10.24px; 
}
.cb-estimate .cb-e-form label {
    display: none;
}
.cb-estimate .cb-e-input {
    width: 100%;
    height: 100%;
    background-color: transparent;
    padding: 21px 22px;
    padding-right: 44px;
    border-radius: 10.24px;
}
.cb-estimate .cb-e-input,
.cb-estimate .cb-e-form .label {
    font-family: 'Bauziet';
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.04em;
    color: #000000;
    opacity: 1;
}

.cb-estimate .cb-e-input::placeholder {
    font-size: 0;
}

.cb-estimate .cb-e-input, 
.cb-estimate .cb-e-input:hover, 
.cb-estimate .cb-e-input:focus {
    border: none;
    outline: none;
    box-shadow: none;
}
.cb-estimate .cb-e-form .label {
    display: block;
    position: absolute;
    left: 0;top: 0;
    width: 100%;height: 100%;
    padding: 21px 22px;
    text-align: left;
    pointer-events: none;
    user-select: none;
}
.cb-estimate .cb-e-form input:focus ~ .label,
.cb-estimate .cb-e-form input:not(:placeholder-shown) ~ .label {

    padding: 4px 22px;
    font-size: 10px;
} 
.cb-estimate .cb-e-btn {
    top: 12px;
    right: 12px;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    padding: 0;
    border: 1px solid transparent;
}
.cb-estimate .cb-e-btn:focus {
    border-color: black;
} 
.cb-estimate .cb-e-btn:hover,
.cb-estimate .back-btn:hover {
    background: #191919;
}
.cb-estimate .back-btn img,
.cb-estimate .cb-e-btn img {
    margin-right: 3px;
    width: 9px;
    height: 14px;
}
.cb-estimate .error {
    display: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    line-height: 10px;
    text-align: left;
    letter-spacing: 0.25px;
    padding: 0 22px;
}
.cb-estimate .address-error {
    color: #1F69FF;
    margin-top: 6px;

}

/* CB estimate home page css end here */
.cb-estimate .cb-e-next-page {
    display: block;
}
.get-btn {
    border-radius: 10px;
}
.cb-estimate .cb-e-confirm-page {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 556px;
}
.cb-estimate .cb-e-c-content {
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.cb-estimate .cb-e-c-content .house-icon img{
    margin-bottom: 16px;
}  
.cb-estimate .cb-e-confirm-head {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.32px;
    color: #000000;
}
.cb-estimate .cb-e-confirm-para {
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.32px;
    color: #000000;
    margin-top: 16px;
    margin-bottom: 26px;
}
.cb-estimate .primary-btn {
    font-family: 'Bauziet';
    font-weight: 500;
    font-size: 12.8px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.15em;
    /* text-transform: uppercase; */
    background: #1F69FF;
    background-color: #1F69FF;
    color: #FFFFFF;
    padding: 10px 33px;
}
.cb-estimate .primary-btn,
.cb-estimate .primary-btn:hover,
.cb-estimate .primary-btn:focus {
    outline: none;
    border: none;
    box-shadow: none;
}
.cb-estimate .primary-btn:hover {
    background-color: #5e94ff;
}

/* cb estimate final page is here */
.cb-estimate .cb-e-result {
    display: none;
    min-height: 540px;
    align-self: flex-start;
    width: 100%;
    padding-bottom: 40px;
}
.cb-estimate .cb-e-result .cb-e-head {
    padding: 21px 0 32px 0;
}
.cb-e-result .row {
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}
.cb-estimate .cb-e-result .estimate-h5 {
    margin: 40px 0;
}
.cb-estimate .estimate-h6 {
    font-weight: 600;
    font-size: 12.1056px;
    line-height: 1.5;
    letter-spacing: 1.71932px;
    color: #000000;
}
.cb-estimate .cb-e-result-content {
    text-align: center;
}
.cb-estimate .estimate-range {
    font-weight: 500;
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.6px;
    color: #000000;
    margin-top: 8px;
    display: flex;
    justify-content: center;
    align-items: self-start;
}
.cb-estimate .estimate-range span {
    display: inline-block;
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 0.4px;
    margin-right:3px;
    line-height: 58px;
}
.cb-estimate .estimate-range-content {
    margin-top: 33px;
    margin-bottom: 40px;
}
.cb-estimate .estimate-range-content .estimate-h6 {
    margin-bottom: 29px;
}
.cb-estimate .range-label-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cb-estimate .range-value {
    margin-bottom: 6px;
}
.cb-estimate .range-price {
    margin-top: 10px;
}
.cb-estimate .e-range-slider[type="range"]::-webkit-slider-thumb {
    appearance: none !important;
    -webkit-appearance: none !important;
    height: 40px ;
    width: 3px;
    border: none;
    background-color: #000;
    border-color: transparent;
}
.cb-estimate .e-range-slider[type="range"]::-moz-range-thumb {
    height: 40px ;
    width: 3px ;
    background-color: #000;
    border: none;
    border-radius: 0;
    border-color: transparent;
}
.cb-estimate input.e-range-slider {
    width: 100%;
    height: 20px;
    background: linear-gradient(270deg, rgba(173, 213, 248, 0.8) 8.75%, rgba(0, 84, 255, 0.8) 83.37%);
    border-radius: 16px;
    -webkit-appearance: none;
    appearance: none;
}
.cb-estimate .e-range-box {
    position: relative;
}
.cb-estimate .e-range-box label {
    font-size: 0;
    width: 100%;
}
.cb-estimate span.e-rng-fill {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    font-size: 14px;
    letter-spacing: 1px;
    color: #000;
    min-width: 90px;
    text-align: left;
    pointer-events: none;
    user-select: none;
}
.cb-estimate .e-range-label,
.cb-estimate .p-detail-txt {
    font-weight: 500;
    font-size: 0.625em;
    line-height: 1.5;
    letter-spacing: 1.2px;
    color: #000000;
    margin: 0;
    word-break: keep-all;
    white-space: nowrap;
}
.cb-estimate .detail-info-row {
    padding: 0;
    list-style: none;
    display: flex;
    /*justify-content: space-between;*/
    align-items: flex-end;
    margin-top: 22px;
}
.detail-info-row > * + *  {
  margin-left: 39px;
}

.cb-estimate .p-detail-txt {
    color: #000000;
    margin-top: 10px;
}
.cb-estimate .property-icon {
  max-width: 40px;
} 
.cb-estimate .cb-e-map-box {
    position: relative;
    width: 100%;
    height: calc(340px - 12px);
    margin-top: 10px;
}
.cb-estimate .google-map {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
}

.cb-estimate .google-map iframe body,
.cb-estimate .google-map iframe {
    border-radius: 30px;
}
.cb-estimate .cb-e-map-content {
    max-width: 274px;
    margin-left: auto;
    position: relative;
    width: 100%;
}
.cb-estimate .cb-e-map-status {
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    border-radius: 8px;
    background: #FFFFFF;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
}
.cb-estimate .cb-e-mp-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .75em;
    line-height: 1.5;
    letter-spacing: 1.7px;
    font-weight: 600;
}
.cb-estimate .cb-e-map-status .map-status {
    display: inline-block;
    height: 7px;
    width: 7px;
    border-radius: 100%;
    background-color: #D50000;
}
.cb-estimate .cb-e-map-status .map-catg{
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 1.5;
    color: #000000;
}
.cb-estimate .cb-e-map-address-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 240px;
    width: 100%;
    min-height: 99px;
    background-color: #fff;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 42px 20px;
}
.cb-estimate .cb-e-map-address-box p {
    font-family: 'Roboto';
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.04em;
    color: #000000;
}
.cb-estimate .location-pin {
    position: absolute;
    bottom: -26px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    cursor: pointer;
    z-index: 9;
}
.cb-estimate .location-pin img {
    max-width: 100%;
}
.loader-overlay{ position: fixed; width: 100%; height: 100%; display: flex; 
    justify-content: center; align-items: center; background: #ffffffa8; z-index: 9999; top: 0;}

.cb-estimate #bodyContent p {
    width: 100%;
    background-color: #fff;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*padding: 0px 20px;*/
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 12px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #000000;
    min-height: 50px;
}

.cb-estimate .bottom-logo {
    margin-top: 20px;
}

.cb-estimate .bottom-logo img {
    width: 100%;
    max-width: 206px;
}

.cb-estimate .cbe-divider {
    margin: 84px auto;
    max-width: 232px;
    opacity: 1;
}

.cb-estimate .btn-link {
    font-family: 'Bauziet';
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 1.71932px;
    text-transform: uppercase;
    color: #1F69FF;
    max-width: 364px;
    margin: 0 auto;
    padding: 0;
    text-decoration: none;
}

.cb-estimate .cb-e-divider {
    margin: 84px auto;
    max-width: 232px;
    opacity: 1;
}