.foxroach-logo {
    width: 80px;
    height: auto;
    position: absolute;
    top: 10px;
    left: 135px;
}

.valuable-box {
    width: 350px;
    max-width: 100%;
    text-align: center;
}


.see-more {
    color: #0113AF;
    font-size: 0.75rem;
    margin-top: 20px;
    text-align: center;
    cursor: pointer;
    text-decoration: underline;
}

.valuable-title {
    color: #3A3A3A;
    font-size: 1.25em;
    font-weight: bold;
    text-decoration: underline;
}

.translate-y-1 {
    transform: translateY(80px);;
    -ms-transform: translateY(80px);; 	
    -moz-transform: translateY(80px);; 	
    -webkit-transform: translateY(80px);; 
    -o-transform: translateY(80px);; 
}

.logo-size {
    height: 50%;
}

.logo-parent.flex-center {
    position: relative;
    top: 0px;
    left: 0;
    padding: 15px 15px 17px 15px;
    background-color: transparent;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: start;
    align-items: start;
    -webkit-justify-content: start;
    justify-content: start;
}

.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}

.logo-height {
    height: 50px;
    float: left;
}

.logo-height.left {
    height: 40px;
    float: left;
}

.logo-box {

}

.help-btn {
    border: solid 1px #BBBBBB;
    position: absolute;
    bottom: 12px;
    right: 12px;
    border-radius: 4px;
    padding: 4px 15px;
    font-size: 16px;
    cursor: pointer;
    color: #2F2F2F;
}

.logo-marign {
    margin-left: 30px;
}

.amazing-tour-text {
    color: #3A3A3A;
}

.staging-title {
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.staging-text {
    font-size: 0.9rem;
}

.coupon-padding {
    padding-left: 15px;
}

.coupon {
    color: #002349;
    font-size: 0.9rem;
    margin-left: 0px;
    line-height: 27px;
    text-align: left;
    margin-top: 20px;
}

.coupon.case2 {
    color: #002349;
    font-size: 1rem;
    line-height: 27px;
    text-align: left;
}

.coupon-icon {
    margin-right: 10px;
}

.coupon-icon.offset {
    transform: translateY(-2px);
    -ms-transform: translateY(-2px); 	
    -moz-transform: translateY(-2px); 	
    -webkit-transform: translateY(-2px); 
    -o-transform: translateY(-2px); 
}

.amazing-tour-container .buy-button {
	background: #D40032;
    color: white;
    font-weight: bold;
	font-size: 1.125rem;
	text-align: center;
	cursor: pointer;
    float: left;
    padding:10px 50px;
}

.get-the-kit {
    background: #D50032;
    color: white;
    font-weight: bold;
	font-size: 1.25rem;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	border-radius: 20px;
	width: 250px;
	float: left;
}

.get-the-kit:hover {
    color: white;
}

.get-the-kit:active {
    color: white;
    background: #1F3CCF;
}

.buy-button.margin {
    margin-top: 20px;
}

.amazing-tour-container .buy-button:active {
    background: #1F3CCF;
}

.header-desc {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: bold;
    padding-right: 5%;
    color:#3A3A3A;
    margin-bottom: 0px;
}

.header-desc.second {
    font-weight: normal;
    margin-bottom: 8px;
    margin-top: 8px;
    font-size: 1rem;
}

.header-desc.third {
    font-weight: normal;
    margin-bottom: 0px;
    font-size: 0.8rem;
}

.header-img-block {
    margin-bottom: initial;
    padding: 50px 0%;
    width: 100%;
    min-height: 50px;
    margin: auto;
}

.works-container {
	position: relative;
	padding: 80px 0 30px 0;
	background-color: #FFFFFF;
}

.works-container .title-block{
	padding: 0px 0 20px 0;
    position: relative;
	text-align: center;
	color: #2D2D2D;
}

.works-container .title{
    font-size: 36px;
    line-height: 50px;
    font-weight: bold;
}

.works-container .subtitle{
    font-size: 18px;
    line-height: 30px;
    max-width: 855px;
    margin: 10px auto 0 auto;
}

.logo-container {
    width: 100%;
    min-height: 0px;
    background-color: #F4F6F9;
    margin: 0;
    padding-top: 0px;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 30px;
}

.works-title {
    color: #3A3A3A;
    text-align: center;
    margin-bottom: 60px;
    padding-top: 0px;
}

.works-title.margin {
    margin-bottom: 20px;
}

.works-image {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 200px;
    display: block;
    margin: auto;
    border-radius: 50%;
}


.step-container {
    position: relative;
    background-color: #FFFFFF;
    text-align: center;
    padding: 80px 5% 10px 5%;
    width: 100%;
    color:#3A3A3A;
}

.step-container .step-content {
	margin: 0;
    width: 100%;
    padding: 5%;
    margin: auto;
    margin-top: 0px;
}

.step-block .top-line {
    width: 1px;
    background-color: #525CEC;
    position: absolute;
    bottom: calc(50% + 10px);
    top: 0;
    left: 9px;
}

.step-block .bottom-line {
    width: 1px;
    background-color: #525CEC;
    position: absolute;
    top: calc(50% + 5px);
    bottom: 0;
    left: 9px;
}

.step-block .desc-mb {
    font-size: 1em;
    line-height: 1.625em;
    min-height: 110px;
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 14px 0 14px 29px;
}

.offers-title {
    font-size: 1.65em;
    color: #D50032;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
}


.offers-title-second {
    font-size: 1.25em;
    color: #2D2D2D;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.flat-rate-container-title {
    font-size: 1.75em;
    line-height: 1em;
    color: #3A3A3A;
    font-weight: bold;
    margin-bottom: 0px;
    padding-left: 0px;
    text-align: left;
}

.flat-rate-container-title.second {
    color:#3A3A3A; 
    font-size: 0.9rem;
    font-weight: normal;
    line-height: 1.5em;
    text-align: left;
}

.flat-rate-container-title.normal {
    font-size: 1.5rem;
    color: #3A3A3A;
    margin-bottom: 0px;
    padding-left: 0px;
}

.flat-rate-conatiner .title {
    text-align: center; 
    padding-bottom: 0px;
}

.flat-rate-conatiner.staging {
    margin-bottom: 0px;
    background: white;
    padding-left: 5%;
    padding-right: 5%;
}

.flat-rate-conatiner ul {
    list-style-type: none;
    max-width: 100%;
    text-align: left;
    line-height: 28px;
    padding: 0;
}

.flat-rate-conatiner ul li {
    background-image: url(/event/Images/PromotionAd/William/icon-check.svg);
    background-repeat: no-repeat;
    background-position: 0px 9px;
    padding-left: 20px;
}

.flat-rate-title {
    display: inline-block;
    margin-left: 25px;
    color: #3A3A3A;
}

.flat-rate-text {
    font-size: 16px;
    color: #3A3A3A;
    margin-top: 10px;
}

.flat-rate-img-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: left;
    justify-content: left;
    padding: 0;
    width: 100%;
    height: 100%;
}

.flat-rate-image {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: auto;
    margin-bottom: 20px;
}

.copy-right {
    width: 100%;
    background: #2D2D2D;
    text-align: center;
    font-size: 0.75rem;
    color: white;
    line-height: 80px;
    height: 80px;
}

.bottom-box {
    position: fixed;
    left: 0;
    bottom: 100px;
    width: 100%;
    height: auto;
    background-color:transparent;
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: transparent;
    cursor: pointer;
}


.bottom-box-image-container {
    width: 100%;
    max-height: 100%;
    background: #3A3A3A;
    color: white;
    font-size: 1.25em;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.listing-container {
    position: relative;
    background-color: #F4F3F2;
    padding: 50px 5%;
    width: 100%;
    color: #3A3A3A;
}

.listing-container img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.listing-container .title{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 16px;
    line-height: 1.3em;
    text-align: left;
}

.listing-container .subtitle{
    font-size: 18px;
    margin-bottom: 28px;
    text-align: left;
}

.listing-container .list-item{
    font-size: 16px;
    margin-bottom: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: start;
    align-items: start;
    -webkit-justify-content: center;
    justify-content: center;
}

.virtual-dollhouse-container .video-block {
    margin: 0px auto auto auto;
}

.flat-rate-conatiner {
    background-color: #F4F3F2;
    color:#3A3A3A;
}

.flat-rate-conatiner .buy-button {
    background: #D40032;
    color: white;
    font-weight: bold;
	font-size: 1.125rem;
	text-align: center;
	cursor: pointer;
    padding:10px 80px;
    margin-left: 10px;
    margin-top: 10px;
}

.flat-rate-conatiner .buy-button.white {
    color: #D40032;
    background: transparent;
    border: solid 1px #D40032;
    padding:10px 20px;
    font-weight: normal;
}

.flat-rate-conatiner .buy-button:active {
    background: #1F3CCF;
}

.coupon-block {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: start;
    justify-content: start;
    flex-wrap: wrap;
}

.coupon-button {
    background: #FFFFFF;
    border: solid 1px #D1D1D1;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;
    outline: none;
    padding: 8px 10px;
	margin: 6px 0;
	color: #2D2D2D;
}

.coupon-button:active {
    background: #1F3CCF;
    color: white;
}


.coupon-button.case2 { 
    margin-bottom: 20px;
}

.coupon-desc {
    font-size: 16px;
    font-weight: bold;
    margin: 6px 15px 6px 0px;
}

.h2 {
    font-size: 2.0rem;
    font-weight: bold;
    margin: 0 auto 0 auto;
}

h3 {
    font-size: 1.5rem;
    font-weight: normal;
    color: #3A3A3A;
    margin: 0 auto 6px auto;  
}

.subscribe-block {
    padding-bottom: 125px;
    position: relative;
}

.copy-button-parent {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.valuable-percent-text {
    cursor: default;
    color: #3A3A3A;
    font-size: 1rem;
    text-align: left;
    min-width: 250px;
    text-align: left;
    padding-bottom: 50px;
    max-width: 100%;
}

.virtual-dollhouse-container h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 auto 24px auto;
}

.virtual-dollhouse-container {
    position: relative;
    background-color: #EEF2FF;
    text-align: center;
    padding: 70px 5% 70px 5%;
    width: 100%;
    color: #3A3A3A;
}

.flat-rate-container-subtitle2.margin {
    margin-top: 60px;
}

.flat-rate-container-subtitle2 {
    margin-bottom: 10px;
}

.margin-bottom-zero {
    margin-bottom: 0;
}

.amazing-tour-subtitle {
    font-size: 1.1rem;
    color:white;
}

.twenty-box {
    width: 100%;
}

.youtube-box {
    width: 100%;
    max-width: calc(100% - 40px);
    margin-left: 20px;
}

.coupon-button-copy {
    color: white;
    background: #2B44E6;
    border-radius: 3px;
    padding: 7px 12px;
    margin-left: 15px;
    font-size: 14px;
    display: inline-block;
}

.coupon-button:active .coupon-button-copy{
    /* background: #6E87A3; */
}

.optional-container {
    position: relative;
    min-height: 300px;
    padding: 50px 10% 85px 10%;
    color:#FFFFFF;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.optional-container .title1 {
    font-size: 23px;
}

.optional-container .title2 {
    font-size: 26px;
    color: #8999FF;
}

.optional-container .title3 {
    font-size: 14px;
}

.optional-container .title4 {
    font-size: 24px;
    margin-top: 22px;
}

.optional-container .desc-block {
    margin: 80px auto 0 auto;
    text-align: left;
    max-width: 1140px;
    width: 100%;
}

.optional-container .capture-service {
    display: block; 
    margin-bottom: 30px;
}

.optional-container .sqft {
    color: #FFFFFF;
    font-size: 20px;
    margin-bottom: 15px;
    margin-right: 0;
}

.optional-container .line {
    border-bottom: 1px solid;
    flex: 1;
    -webkit-flex: 1;
}

.optional-container .service-block {
    padding: 15px 0px;
}

.optional-container .block-title {
    font-size: 18px;
    color: #8999FF;
    text-align: left;
    margin-bottom: 15px;
}

.optional-container .service-block img {
    margin-right: 10px;
    width: auto;
    height: 100%;
}

.optional-container .block-desc {
    font-size: 16px;
    color: #FFFFFF;
    text-align: left;
}

.capture-service-container {
    position: relative;
    min-height: 300px;
    padding: 50px 10% 85px 10%;
    color:#FFFFFF;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.capture-service-container .title {
    font-size: 26px;
}

.capture-service-container .subtitle {
    font-size: 20px;
    margin-top: 10px;
}

.capture-service-container .service-block-border {
    padding: 20px 0;
}

.capture-service-container .service-block-left {
    margin: 0 auto 0 auto;
    padding: 20px 30px 120px 30px;
    border: #FFFFFF solid 1px;
    border-radius: 10px;
    height: 100%;
    max-width: 500px;
    position: relative;
}

.capture-service-container .service-block-right {
    margin: 0 auto 0 auto;
    padding: 20px 30px 120px 30px;
    border: #FFFFFF solid 1px;
    border-radius: 10px;
    height: 100%;
    max-width: 500px;
    position: relative;
}

.capture-service-container .block-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}


.capture-service-container .block-desc {
    font-size: 16px;
}

.capture-service-container .button {
    background: #FFFFFF;
    color: #6378FF;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    border-radius: 30px;
    width: 200px;
    padding: 15px 0;
    position: absolute;
    left: calc(50% - 100px);
    bottom: 30px;
}

.capture-service-container .button:hover {
    background: #6378FF;
    color: #FFFFFF;
}

.capture-service-container a {
    text-decoration: none;
}

.capture-service-container .capture-work-title {
    margin: 0 auto;
    padding: 16px 0px;
    border: #707070 solid 1px;
    max-width: 1060px;
    position: relative;
    background: rgba(0, 8, 74, 0.6);
    font-size: 18px;
}

.capture-service-container .capture-work-block {
    margin: 0 auto 60px auto;
    padding: 30px 15px;
    border: #707070 solid 1px;
    border-top: none;
    max-width: 1060px;
    position: relative;
    background: rgba(0, 8, 74, 0.3);
    font-size: 16px;
    text-align: left;
}

.capture-work-block ul {
    position: relative;
}

.capture-work-block li:first-child {
    margin-top: 0;
    padding-left: 20px;
}

.capture-work-block li {
    margin-top: 25px;
    padding-left: 20px;
}

.capture-service-container .number {
    position: absolute;
    left: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: white solid 1px;
    text-align: center;
    line-height: 34px;
    font-size: 18px;
}

@media (min-width: 440px) { 
    .logo-parent.flex-center {
        position: relative;
        top: 0;
        left: 0;
        padding: 15px;
        background-color: transparent;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
}

@media (min-width: 576px) { 

    .header-desc {
        font-size: 24px;
        line-height: 1.5em;
        font-weight: bold;
        padding-right: 15%;
        color:#3A3A3A;
    }
}

.bottom-box.offset {
    bottom: 30px;
}

.specification-text {
    color: #3A3A3A;
    font-size: 0.8rem;
    cursor: pointer;
}


@media all and (min-width:992px) {

    .help-btn {
        border: solid 1px #BBBBBB;
        position: absolute;
        bottom: 20px;
        right: 46px;
        border-radius: 4px;
        padding: 4px 15px;
        font-size: 16px;
        cursor: pointer;
        color: #2F2F2F;
    }

    .specification-text {
        color: #3A3A3A;
        font-size: 0.9rem;
        cursor: pointer;
    }

    .youtube-box {
        width: auto;
        padding: 0;
        max-width: 400px; 
        margin: auto;
    }

    .twenty-box{
        width: auto;
        padding: 0;
        max-width: 400px; 
        margin: auto;
    }

    .flat-rate-container-subtitle2.margin {
        margin-top: 40px;
    }

    .amazing-tour-subtitle {
        font-size: 2em;
        margin-top: 20px;
        color: #3A3A3A;
    }


    .flat-rate-container-subtitle2 {
        margin-bottom: 20px;
    }

    .flat-rate-text {
        font-size: 16px;
        color: #3A3A3A;
        margin-top: 0px;
    }
    
    .valuable-percent-text {
        cursor: default;
        color: #3A3A3A;
        font-size: 1rem;
        text-align: left;
        max-width: 440px;
        text-align: left;
    }

    h3 {
        font-size: 1.625rem;
        font-weight: normal;
        color: #3A3A3A;
        margin: 0 auto 6px auto;  
    }

    .header-desc.second {
        font-weight: normal;
        margin-bottom: 8px;
        font-size: 1.125rem;
    }
    
    .header-desc.third {
        font-weight: normal;
        margin-bottom: 0px;
        font-size: 0.875rem;
    }
    

    .copy-button-parent {
        display: block;
    }

    .subscribe-block {
        padding-bottom: 190px;
        position: relative;
    }


    h2 {
        font-size: 2.5rem;
        font-weight: bold;
        margin: 0 auto 14px auto;
    }

    
    .flat-rate-conatiner.premium  {
        padding-left: 10%;
        padding-right: 10%;
    }

    .flat-rate-conatiner.staging {
        margin-bottom: 90px;
        background: white;
    }

    .get-the-kit {
        background: #D50032;
        color: white;
        font-weight: bold;
        font-size: 1.25rem;
        height: 60px;
        line-height: 60px;
        text-align: center;
        cursor: pointer;
        border-radius: 60px;
        width: 310px;
        float: left;
    }

    .copy-right {
        width: 100%;
        background: #2D2D2D;
        text-align: center;
        font-size: 1em;
        color: white;
        height: 118px;
        line-height: 118px;
    }

    .coupon-button.case2 { 
        margin-bottom: 83px;
    }
    

    .flat-rate-image {
        width: auto;
        max-width: 400px;
        height: auto;
        max-height: 100%;
        margin: auto;
        margin-bottom: 50px;
    }

    .flat-rate-title {
        display: inline-block;
        margin-left: 25px;
        font-size: 1rem;
    }

    .flat-rate-conatiner {
        color: #3A3A3A;
        background-color: #E8F1FF;
        padding-top: 104px;
        padding-bottom: 24px;
        padding-left: 16%;
        padding-right: 16%;
        font-size: 16px;
    }

    .listing-container {
        position: relative;
        background-color: #F4F3F2;
        padding: 80px 10%;
        width: 100%;
        color: #3A3A3A;
    }

    .listing-container .title{
        font-size: 40px;
        font-weight: bold;
        margin-bottom: 16px;
        line-height: 1.3em;
        text-align: left;
    }
    
    .listing-container .subtitle{
        font-size: 20px;
        margin-bottom: 28px;    
        text-align: left;
    }
    
    .virtual-dollhouse-container .video-block {
        max-width: 1120px;
        margin: 19px auto auto auto;
        max-height: 522px;
    }

    .virtual-dollhouse-container {
        background-color: #EEF2FF;
        text-align: center;
        padding: 90px 10% 90px 10%;
        width: 100%;
        color: #3A3A3A;
    }

    .amazing-tour-text-bg {
        max-width: 50%;
        width: 100%;
        height: 420px;
        padding-left: 0;
        padding-right: 0;
        position: absolute;
        top: 16.25em;
        left: 12%;
        background-color: rgba(255, 255, 255, 0.6);
    }

    .see-more {
        color: #0113AF;
        font-size: 0.75rem;
        margin-top: 20px;
        text-decoration: underline;
    }

    .valuable-box {
        width: 350px;
        text-align: center;
    }




    .translate-y-1 {
        transform: translateY(147px);
        -ms-transform: translateY(147px); 	
        -moz-transform: translateY(147px); 	
        -webkit-transform: translateY(147px); 
        -o-transform: translateY(147px); 
    }

    .logo-size {
        height: 100%;
    }
    

    .logo-height {
        height: 96px;
        float: left;
    }

    .logo-height.left {
        height: 96px;
        float: left;
    }

    .logo-marign {
        margin-left: 102px;
    }

    .staging-title {
        font-size: 1.375rem;
        margin-bottom: 15px;
    }

    .staging-text {
        font-size: 1rem;
    }

    .coupon {
        color: #3A3A3A;
        font-size: 1.25rem;
        margin-left: 0px;
        line-height: 27px;
        text-align: left;
        margin-top: 35px;
    }

    .coupon.case2 {
        color: #3A3A3A;
        font-size: 1.25rem;
        line-height: 27px;
        text-align: left;
    }

    .amazing-tour-container .buy-button {
        background: #D40032;
        color: white;
        font-size: 1.25rem;
        font-weight: bold;
        text-align: center;
        cursor: pointer;
        padding:5px 65px;
        float: left;
    }

    .buy-button.margin {
      margin-top: 42px;
    }

    .foxroach-logo {
        width: 200px;
        height: auto;
        position: absolute;
        top: 12px;
        left: 250px;
    }

    .header-desc {
        font-size: 30px;
        line-height: 1.5em;
        font-weight: bold;
        padding-right: 15%;
        margin-bottom: 14px;
    }

    .header-img-block {
        margin-bottom: initial;
        padding: 60px 0%;
        width: 100%;
        min-height: 50px;
        margin: auto;
    }
    
    .works-container {
		position: relative;
		padding: 104px 0 50px 0;
		background-color: #FFFFFF;
    }

	.works-container .title-block{
        padding: 0px 0 20px 0;
        position: relative;
        text-align: center;
        color: #2D2D2D;
    }

    .works-container .title{
        font-size: 46px;
        line-height: 66px;
        font-weight: bold;
    }

    .works-container .subtitle{
        font-size: 20px;
        line-height: 35px;
        max-width: 855px;
        margin: 10px auto 0 auto;
	}
	
    .logo-container {
        width: 100%; 
        min-height: 300px; 
        background-color: #F4F6F9;
        margin: 0;
        padding-top: 0px; 
        padding-left: 15%; 
        padding-right: 15%; 
        margin-top: 116px;
    }

    .works-title {
        color: #3A3A3A;
        text-align: center;
        margin-bottom: 86px;
        padding-top: 0px;
    }

    .works-title.margin {
        margin-bottom: 20px;
    }
    
    .step-container {
        position: relative;
        background-color: #FFFFFF;
        text-align: center;
        padding: 90px 10% 90px 10%;
        width: 100%;
        color:#3A3A3A;
    }

    .step-container .step-content {
		margin: 100px 0 0 0;
        width: 100%;
        padding: 0;
        margin: auto;
        margin-top: 70px;
    }

    .offers-title {
        font-size: 2.75em;
        color: #D50032;
        text-align: center;
        font-weight: bold;
        margin-bottom: 0px;
        margin-left: auto;
        margin-right: auto;
        max-width: 750px;
    }

    .offers-title-second {
        font-size: 1.375em;
        color: #2D2D2D;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 81px;
    }
    
    .flat-rate-container-title {
        font-size: 2.625em;
        line-height: 1em;
        color: #3A3A3A;
        font-weight: bold;
        margin-bottom: 0px;
        padding-left: 0px;
        text-align: left;
    }

    .flat-rate-container-title.second {
        color:#3A3A3A; 
        font-size: 1.25rem;
        font-weight: normal;
        text-align: left;
    }

    .flat-rate-container-title.normal {
        font-size: 2.125rem;
        color: #3A3A3A;
        margin-bottom: 0px;
        padding-left: 0px;
        text-align: left;
    }

    .flat-rate-conatiner .title {
        text-align: center; 
        padding-bottom: 60px;
    }

    .flat-rate-conatiner ul {
        list-style-type: none;
        max-width: 100%;
        text-align: left;
        line-height: 32px;
        padding: 0;
        font-size: 1rem;
    }

    .flat-rate-conatiner ul li {
        background-image: url(/event/Images/PromotionAd/William/icon-check.svg);
        background-repeat: no-repeat;
        background-position: 0px 10px;
        padding-left: 20px;
        color: #3A3A3A;
    }

    .flat-rate-conatiner .buy-button {
        background: #D40032;
        color: white;
        font-size: 1.25rem;
        font-weight: bold;
        text-align: center;
        cursor: pointer;
        padding:10px 89px;
        margin-left: 10px;
        margin-top: 10px;
    }

    .flat-rate-conatiner .buy-button.white {
        color: #D40032;
        background: transparent;
        border: solid 1px #D40032;
        padding:10px 20px;
        font-weight: normal;
    }

    .flat-rate-img-block {
        display: block;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 0;
        width: 100%;
        height: 100%;
    }
    
    .bottom-box {
        position: fixed;
        bottom: 150px;
        left: unset;
        right: 0;
        width: 100%;
        height: auto;
        background-color:transparent;
        border-top-style: solid;
        border-top-width: 2px;
        border-top-color: transparent;
    }

    .bottom-box.offset {
        bottom: 30px;
    }

    
    .optional-container {
        position: relative;
        min-height: 300px;
        padding: 95px 16% 70px 16%;
        color:#FFFFFF;
        text-align: center;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .optional-container .title1 {
        font-size: 28px;
    }
    
    .optional-container .title2 {
        font-size: 66px;
        color: #8999FF;
    }
    
    .optional-container .title3 {
        font-size: 20px;
    }
    
    .optional-container .title4 {
        font-size: 34px;
        margin-top: 22px;
    }
    
    .optional-container .desc-block {
        margin: 145px auto 0 auto;
        text-align: left;
        max-width: 1140px;
        width: 100%;
    }

    .optional-container .capture-service {
        display: -webkit-flex;
        display: flex;
        margin-bottom: 30px;
    }
    
    .optional-container .sqft {
        color: #FFFFFF;
        font-size: 20px;
        margin-bottom: 0;
        margin-right: 10px;
    }
    
    .optional-container .service-block {
        padding: 0px 30px 0px 0px;
    }

    .capture-service-container {
        position: relative;
        min-height: 300px;
        padding: 95px 16% 130px 16%;
        color:#FFFFFF;
        text-align: center;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .capture-service-container .title {
        font-size: 35px;
    }

    .capture-service-container .subtitle {
        font-size: 20px;
        margin-top: 10px;
    }

    .capture-service-container .service-block-border {
        padding: 0;
    }

    .capture-service-container .service-block {
        margin: 0 auto 0 auto;
        padding: 50px 70px;
        border: #FFFFFF solid 1px;
        height: 100%;
        max-width: 450px
    }

    .capture-service-container .service-block-left {
        margin: 0 30px 0 auto;
        padding: 50px 70px 180px 70px;
        border: #FFFFFF solid 1px;
        border-radius: 10px;
        height: 100%;
        max-width: 500px;
        position: relative;
    }
    
    .capture-service-container .service-block-right {
        margin: 0 auto 0 30px;
        padding: 50px 70px 180px 70px;
        border: #FFFFFF solid 1px;
        border-radius: 10px;
        height: 100%;
        max-width: 500px;
        position: relative;
    }

    .capture-service-container .button {
        background: #FFFFFF;
        color: #6378FF;
        font-weight: bold;
        font-size: 16px;
        text-align: center;
        cursor: pointer;
        border-radius: 30px;
        width: 200px;
        padding: 15px 0;
        position: absolute;
        left: calc(50% - 100px);
        bottom: 70px;
    }
    
    .capture-service-container .capture-work-block {
        margin: 0 auto 90px auto;
        padding: 32px 75px;
        border: #707070 solid 1px;
        border-top: none;
        max-width: 1060px;
        position: relative;
        background: rgba(0, 8, 74, 0.3);
        font-size: 16px;
        text-align: left;
    }
}

@media all and (min-width:1200px) {
    .specification-text {
        color: #3A3A3A;
        font-size: 1rem;
        cursor: pointer;
    }
    .flat-rate-conatiner.premium  {
        padding-left: 18%;
        padding-right: 18%;
    }    
}



.valuable-percent-text.hide .valuable-percent-text-more {
    display: none;
}

.valuable-percent-text-checkbox {
    display: none;
}



.valuable-percent-text-checkbox:checked ~ .valuable-percent-text-sort {
    display: none !important;
}

.valuable-percent-text-checkbox:checked ~ .valuable-percent-text-more {
    display: block !important;
}

.valuable-percent-text-checkbox:checked ~ .arrow {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}



.valuable-percent-text-checkbox:checked ~ .see-more {
    display: none !important;
}

.disabled-selectable {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.video-container-text {
    max-width: 860px;
    margin: 0px auto 15px auto;
    text-align: left;
    font-size: 1em;
}

.video-container-icon {
    border-radius: 50%;
    width: 45px;
    margin-left: 15px;
}


.remove-a-text-decoration, .remove-a-text-decoration:hover {
    text-decoration: none;
}

.text-decoration {
    text-decoration: underline;
}

.flex-center {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

.staging-container {
    width: 100%;
    height: 90vh;
    max-height: 520px;
}

.blue-line {
    background: #4541DD;
    height: 6px;
    width: 56px;
    margin: 18px auto 34px auto;
}

.realtor-text {
    color: #3A3A3A;
    font-size: 0.875rem;
    text-align: center;
    margin-top: 8px;
}

.office-text {
    color: #3A3A3A;
    font-size: 0.75rem;
    text-align: center;
    margin-top: 3px;
    margin-bottom: 10px;
}

.step-block .number {
    line-height: 24px;
    background-color:#002349;
}

.step-block .number-mb {
    background-color:#002349;
}


.step-block .left-line {
    background-color:#002349;
}


.step-block .right-line {
    background-color:#002349;
}

.step-block .top-line {
    background-color:#002349;
}

.step-block .bottom-line {
    background-color:#002349;
}

.not-available-yet {
    font-size: 0.75rem;
}



.specification-text-sub {
    color: #3A3A3A;
    font-size: 0.875em;
    margin-bottom: 10px;
    margin-top: 15px;
}


.arrow {
    border: solid #3A3A3A;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 9px;
}

.arrow.down {
    transform: translateY(-3px) rotate(45deg);
    -webkit-transform: translateY(-3px) rotate(45deg);
}

.remove-col-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/*--------------------------------------------------*/
/* tourkit
/*--------------------------------------------------*/
.tourkit-container {
    padding: 0;
    position: relative;
	background-color: #F5F6FA;
	color: #2D2D2D;
}

.tourkit-container .main-container {
	width: 100%;
	padding: 0 5%;
    max-width: 1640px;
	margin: auto;
}

.tourkit-container .title-block{
    padding: 50px 0 30px;
    position: relative;
	text-align: center;
	color: #2D2D2D;
}

.tourkit-container .title{
    color: #000000;
    font-size: 36px;
    line-height: 50px;
    font-weight: bold;
}

.tourkit-container .subtitle{
    font-size: 18px;
    line-height: 30px;
    max-width: 855px;
    margin: 10px auto 0 auto;
}

.tourkit-container .price-block {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    justify-content: center;
    -webkit-justify-content: center;
}

.tourkit-container .price-image-block {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    justify-content: center;
    -webkit-justify-content: center;
}

.tourkit-container .price-title {
    font-size: 26px;
    font-weight: bold;
    line-height: 32px;
    margin-bottom:20px; 
}

.tourkit-container .price-subtitle {
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 10px;
}

.tourkit-container .price-desc {
    font-size: 14px;
}

.tourkit-container .price-image {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.tourkit-container .button-box {
    margin: 30px auto 0px auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: start;
    align-items: start;
    -webkit-justify-content: start;
    justify-content: center;
    flex-direction: column;
}

.tourkit-container .button {
	display: inline-block;
	color: #2D2D2D;
	font-size: 16px;
	font-weight: bold;
	background-color: transparent;
	padding:16px 17px;
    border-radius: 6px;
    border: solid 1px #2D2D2D;
    margin-top: 15px; 
    min-width: 215px;
    text-align: center;
}

.tourkit-container .button:hover {
    /* border: solid 1px #FFDF5C;
    background-color: #FFDF5C;
    color: #000000; */
}

.tourkit-container .button:first-child {
    margin-top: 0 ;
    border: solid 1px #000000;
    background-color: #000000;
    color: #FFFFFF;
}

.tourkit-container .button:first-child:hover {
    margin-top: 0 ;
    border: solid 1px #6D6D6D;
    background-color: #6D6D6D;
}

.tourkit-container .tourkit-price-container {
    padding-top: 51px;
}

.tourkit-container .tourkit-price-container .price-desc {
    margin-bottom: 18px;
}

.tourkit-container .tourkit-price-container .price-block {
	padding-bottom: 0px;
}

.tourkit-container .included-block {
	padding: 26px 0 14px 0;
    position: relative;
    color: #2D2D2D;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.tourkit-container .hardware-block {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.tourkit-container .hardware-desc {
    font-size:16px;
    margin-right: 20px; 
    margin-bottom: 16px;
    width: 100%;
}

.tourkit-container .hardware-block ul{
    list-style-type: none;
    max-width: 100%;
    text-align: left;
    line-height: 28px;
	padding: 0 0 26px 0;
	margin: 0;
}

.tourkit-container .hardware-block ul li{
    background-image: url(/event/Images/PromotionAd/Lyon/icon-check.svg);
    background-repeat: no-repeat;
    background-position: 0px 9px;
    padding-left: 20px;
}

.tourkit-container .hardware-block .hardware-items {
    background-image: none;
}

.tourkit-container .hardware-block .hardware-items li{
    background-image: none;
    padding-left: 0px;
}

.tourkit-container .hardware-block .hardware-items {
    max-width:100%;
}

.tourkit-container .hardware-block .more-item {
	background-image: none; 
	padding-left: 0;
	cursor: pointer;
	font-size: 14px;
}

.tourkit-container .hardware-block .more-item img{
	transform: rotate(90deg);
}

.tourkit-container .hardware-block .more-item.collapsed img{
	transform: rotate(0);
}

.tourkit-container .hardware-block .more-item-desc {
	font-size: 14px;
}

.tourkit-container .asteroom-price-container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.tourkit-container .asteroom-price-container .price-block {
	padding-bottom: 12px;
}

.tourkit-container .asteroom-price-container ul{
    list-style-type: none;
    max-width: 100%;
    text-align: left;
	padding: 0;
	position: relative;
}

.tourkit-container .asteroom-price-container ul li{
	padding-left: 36px;
	margin-top: 22px;
}

.tourkit-container .asteroom-price-container ul li:first-child {
	padding-left: 36px;
	margin-top: 18px;
}

.tourkit-container .asteroom-price-container ul li .number {
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
	border-radius: 50%;
	font-size: 14px;
	font-weight: bold;
	background-color: #000000;
	color: #FFFFFF;
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

@media (min-width: 992px) {

    .tourkit-container .title-block{
        padding: 98px 0 45px;
        position: relative;
        text-align: center;
        color: #2D2D2D;
    }

    .tourkit-container .main-container {
        width: 100%;
		padding: 0 30px;
        max-width: 1640px;
        margin: auto;
    }

    .tourkit-container .title{
        color: #000000;
        font-size: 46px;
        line-height: 66px;
        font-weight: bold;
    }

    .tourkit-container .subtitle{
        font-size: 20px;
        line-height: 35px;
        max-width: 855px;
        margin: 10px auto 0 auto;
    }

    .tourkit-container .price-block {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        justify-content: center;
        -webkit-justify-content: center;
    }

    .tourkit-container .price-image-block {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        justify-content: start;
        -webkit-justify-content: start;
    }

    .tourkit-container .price-title {
        font-size: 38px;
        font-weight: bold;
        line-height: 46px;
        margin-bottom:25px; 
    }
    
    .tourkit-container .price-subtitle {
        font-size: 22px;
        font-weight: bold;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .tourkit-container .price-desc {
        font-size: 16px;
    }

    .tourkit-container .tourkit-price-container {
        padding-top: 72px;
    }

    .tourkit-container .tourkit-price-container .price-desc {
        margin-bottom: 13px;
	}
	
	.tourkit-container .tourkit-price-container .price-block {
		padding-bottom: 66px;
	}

    .tourkit-container .included-block {
        padding: 26px 0 34px 0;
        position: relative;
        color: #2D2D2D;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-justify-content: space-evenly;
        justify-content: space-evenly;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    
    .tourkit-container .hardware-block {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		width: 430px;
		max-width: 100%;
    }

    .tourkit-container .hardware-desc {
        font-size:16px;
        margin-right: 20px; 
        margin-bottom: 16px;
        width: auto;
	}
	
	.tourkit-container .hardware-block .hardware-items {
		max-width:260px;
	}
	
	.tourkit-container .hardware-block .more-item {
		background-image: none; 
		padding-left: 0;
		cursor: pointer;
		font-size: 16px;
	}
	
	.tourkit-container .hardware-block .more-item-desc {
		font-size: 16px;
	}

	.tourkit-container .asteroom-price-container {
		padding-top: 80px;
		padding-bottom: 74px;
	}

    .tourkit-container .asteroom-price-container .price-block {
		padding-bottom: 0px;	
	}
}

/*--------------------------------------------------*/
/* capture service
/*--------------------------------------------------*/

* {
	font-family: Roboto !important;
}

.pc_layout {
	display: none;
}

.mb_layout {
	display: block;
}

.pc_layout2 {
	display: none;
}

.mb_layout2 {
	display: block;
}

.nonSelect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media (min-width: 480px) {
	.pc_layout2 {
		display: block;
	}
	
	.mb_layout2 {
		display: none;
	}
}

.main-container {
	width: 100%;
	padding: 0 5%;
	max-width: 1140px;
	margin: auto;
}

.remove-padding {
	padding: 0;
}

.remove-margin-i {
	margin: 0 !important;
}

.text-align-left {
	text-align: left;
}

.w100 {
	width: 100%;
}

.h100 {
	height: 100%;
}

.professional-capture-service {
	color: white;
	font-size: 1.375em;
	text-align: center;
	padding-left: 80px;
	padding-right: 80px;
	margin-bottom: 22px;
}

.second-title {
	color: #98B7FF;
	font-size: 2.125em;
	font-weight: bold;
	text-align: center;
}

.padding-1 {
	padding-top: 48px;
}

.padding-2 {
	padding-right: 0px;
}

.padding-3 {
	padding-left: 0px;
}

.padding-3-t-s {
	padding-left: 0px;
}

.padding-4 {
	padding-left: 20px;
	padding-right: 20px;
}


.margin-1 {
	margin-top: 32px;
}

.margin-2 {
	margin-top: 20px;
}

.margin-3 {
	margin-bottom: 8px;
}

.margin-4 {
	margin-bottom: 20px;
}


.price-1-parent {
	text-align: center;
	margin-bottom: 15px;
}

.description-1 {
	font-size: 1.25em;
	color: white;
	margin-bottom: 5px;
	margin-right: 0px;
	width: 100%;
	text-align: center;
	line-height: 41px;
}

.price-1 {
	font-size: 2.125em;
	color: white;
	text-align: center;
	line-height: 41px;
	margin-left: 5px;
}

.price-2 {
	font-size: 18px;
	color: #2D2D2D;
	float: right;
	width: 100%;
	text-align: right;
}

.price-3 {
	color: #2D2D2D;
	float: right;
}


.description-0 {
	font-size: 1em;
	color: white;
	width: 100%;
	text-align: left;
	margin-bottom: 15px;
}

.description-2 {
	font-size: 1em;
	color: white;
	margin-right: 21px;
	display: none;
	text-align: left;
}

.description-3 {
	font-size: 1.25em;
	color: white;
	margin-left: 16px;
	text-align: left;
}

.color-transparent {
	color: transparent;
	pointer-events: none;
}

.description-4 {
	font-size: 0.875em;
	color: white;
	margin-top: 24px;
	text-align: left;
	width: 100%;
}

.description-5 {
	font-size: 1em;
	color: white;
	margin-top: 0px;
	text-align: left;
}

.description-6 {
	font-size: 18px;
	color: #2D2D2D;
	text-align: left;
}

.description-7 {
	font-size: 1.125em;
	color: white;
	text-align: left;
}

.description-8 {
	font-size: 1.125em;
	color: #2D2D2D;
	float: left;
	text-align: left;
}

.description-9 {
	font-size: 0.875em;
	color: #2D2D2D;
	margin-bottom: 20px;
	text-align: left;
}

.description-10 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	padding-top: 15px;
	padding-bottom: 9px;
	border-radius: 10px 10px 0 0;
}


.description-11 {
	font-size: 1em;
	text-align: left;
	color: #4F4CC1;
	margin-top: 16px;
	/* margin-bottom: 14px; */
	font-weight: bold;
	line-height: 26px;
}

	.description-11.first {
		margin-top: 0px;
	}

.description-12 {
	font-size: 1em;
	line-height: 26px;
	text-align: left;
	color: #242424;
	/* margin-bottom: 14px; */
	word-wrap: break-word;
}

.description-13 {
	font-size: 1.125em;
	color: white;
	outline: none;
	text-align: left;
	float: left;
	min-width: 280px;
	margin-bottom: 10px;
}


.stories-description {
	font-size: 1em;
	color: #2D2D2D;
	outline: none;
	height: 48px;
	text-align: left;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.stories-select {
	width: 100%;
	border: none;
	padding-left: 21px;
	padding-right: 21px;
	height: 48px;
	line-height: 48px;
	color: #2D2D2D;
	border-radius: 4px;
	font-size: 1.125em;
	outline: none;
	text-align: left;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url('/Images/captureservice/arrow-dropdown.svg') no-repeat calc(100% - 10px) center;
	background-color: rgba(201,201,201,0.25);;
	text-indent: 0.01px;
	text-overflow: "";
	cursor: pointer;
	border: #2D2D2D;
}

.stories-left {
	width: 100%;
	float: left;
	margin-right: 0px;
	font-size: 1.125em;
	color: white;
	outline: none;
	margin-bottom: 5px;
	height: 48px;
	line-height: 48px;
}

.stories-right {
	width: 100%;
	float: right;
	border: none;
	background: rgba(255,255,255,0.3);
	padding-left: 21px;
	padding-right: 21px;
	height: 48px;
	line-height: 48px;
	color: white;
	border-radius: 6px;
	font-size: 1.125em;
	outline: none;
	margin-bottom: 5px;
}

.form-table {
	width: 100%;
	background: #FFFFFF;
	border: solid 1px #707070;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 22px;
	padding-left: 12px;
	padding-right: 19px;
	padding-bottom: 22px;
	border-radius: 8px;
	box-shadow: 10px 10px 10px #00000029;
}

.table-left-left-box {
	width: 70px;
	float: left;
}

.table-left-right-box {
	width: calc(100% - 0px);
	float: right;
}

.subtotal-1 {
	border-top: solid 1px #707070;
	border-bottom: solid 1px #707070;
	height: 48px;
	line-height: 48px;
	color: white;
	font-size: 1.25em;
	margin-bottom: 14px;
}

.subtotal-2 {
	border-bottom: solid 1px #5D5ACD;
    height: 60px;
	color: #2D2D2D;
	font-size: 20px;
	margin-bottom: 50px;
    padding: 15px 0;
	font-weight: bold;
}

.subtotal-text {
	float: left;
}

.subtotal-text {
	float: left;
}


.table-input-parent {
	min-height: 35px;
	margin-bottom: 8px;
}

	.table-input-parent.special {
		display: inline-block;
	}

.table-input.half-left {
	width: calc(100% - 0px);
	margin-right: 0px;
	float: left;
	margin-bottom: 20px;
}

	.table-input.half-left.special {
		padding: 0 !important;
	}

.table-input.half-right {
	width: calc(100% - 0px);
	margin-left: 0px;
	float: right;
	margin-bottom: 20px;
}


.table-input {
	border: none;
	background: rgba(201,201,201,0.25);
	padding-left: 21px;
	padding-right: 21px;
	height: 48px;
	line-height: 48px;
	color: #2D2D2D;
	border-radius: 4px;
	width: 100%;
	font-size: 1em;
	outline: none;
}



.table-textarea {
	border: none;
	background: rgba(201,201,201,0.25);
	padding: 12px 21px;
	height: 48px;
	color: #2D2D2D;
	border-radius: 4px;
	width: 100%;
	font-size: 1em;
	outline: none;
	margin-bottom: 20px;
	overflow-y: auto;
}

	.table-textarea.no-margin {
		margin-bottom: 0px;
	}

.table-input.city {
	width: calc(67% - 19px);
	margin-right: 19px;
	float: left;
}


.table-input.zip {
	width: 33%;
	float: right;
}

.table-input::-webkit-input-placeholder {
	color: #6A6A6A;
	font-size: 1em;
}

.table-input::-moz-placeholder {
	color: #6A6A6A;
	font-size: 1em;
}

.table-input:-ms-input-placeholder {
	color: #6A6A6A;
	font-size: 1em;
}

.table-input:-moz-placeholder {
	color: #6A6A6A;
	font-size: 1em;
}

textarea::-webkit-input-placeholder {
	color: #6A6A6A;
	font-size: 1em;
}

textarea::-moz-placeholder {
	color: #6A6A6A;
	font-size: 1em;
}

textarea:-ms-input-placeholder {
	color: #6A6A6A;
	font-size: 1em;
}

textarea:-moz-placeholder {
	color: #6A6A6A;
	font-size: 1em;
}

.form-error {
	background-color: #FFDDDD;
	border-color: #ebccd1;
	color: #DA1F1C;
	padding: 8px 0;
	border: 1px solid transparent;
	font-size: 13px;
	margin-bottom: 21px;
	display: none;
	border-radius: 0 0 4px 4px;
	text-align: center;
}

.mb-layout {
	display: block;
}

.result-table {
	background: #EBEEFF;
	border: 1px solid #707070;
	width: 100%;
	min-height: 30vh;
	max-width: 90%;
	padding-bottom: 49px;
	border-radius: 10px;
	box-shadow: 10px 10px 10px #00000029;
}

.result-table-parent {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.next-button {
	background: #4541DD;
	color: #FFFFFF;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	border-radius: 20px;
	width: 120px;
	float: right;
	margin-left: 20px;
}

.back-button {
	background: transparent;
	color: #333333;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	border-radius: 20px;
	min-width: 80px;
	float: right;
}

.next-button:active {
	background-color: #436CF9;
}

.include-block {
	margin-bottom: 20px;
}

.map-box {
	width: 100%;
	height: 300px;
}

.contact-us {
	font-size: 16px;
	line-height: 30px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 34px;
}

.banner-container {
	padding: 64px 0 300px 0;
    position: relative;
    background: transparent no-repeat center center;
    background-size: cover;
    background-position: 25% 75%;
	background-image: url(../../Images/captureservice/banner-mb-bg.png);
	text-align: left;
}

.banner-container .text-block {
	width: 100%;
}

.banner-container .title {
	color: #FFFFFF;
	font-size: 42px;
	line-height: 52px;
}

.banner-container .subtitle {
	margin-top: 25px;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 36px;
}


.banner-container .button-box {
    margin: 30px auto 0px auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-direction: column;
}

.banner-container .button {
	display: inline-block;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	background-color: #000000;
	padding:13px 22px;
	border-radius: 6px;
    margin: 20px auto 0 auto; 
    min-width: 250px;
	font-size: 16px;
	border: 2px solid #000000;
}

.banner-container .button:hover {
	color: #3300FF;
	background-color: #FFFFFF;
	border: 2px solid #FFFFFF;
}

.banner-container .button:first-child {
    margin: 0 ;
    background-color: #FFFFFF;
	color: #000000;
	border: 2px solid #FFFFFF;
}

.banner-container .button:first-child:hover {
	color: #FFFFFF;
    background-color: #4805FF;
    border: 2px solid #4805FF;
}

.photography-container {
	padding: 57px 0 0 0;
    position: relative;
	background-color: #FFFFFF;
	text-align: center;
	color: #2D2D2D;
}

.photography-container .main-container {
	width: 100%;
	padding: 0 5%;
	max-width: 1340px;
	margin: auto;
}

.photography-container .title {
	font-size: 26px;
	line-height: 42px;
	margin: 0 auto 44px auto;
	max-width: 950px;
}

.photography-container .subtitle {
	font-size: 20px;
	font-weight: bold;
}

.photography-container .row {
	margin-bottom: 41px;
}

.photography-container .col-6 {
    max-width: calc(50% - 15px);
}

.photography-container .photography-block {
	padding: 0px;
	margin: 0 15px 15px 0;
}

.photography-container .photography-box {
	padding:13px 11px;
	background-color: #ECEEF7;
	box-shadow: 0px 3px 6px #00000029;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: transform .2s;
}

.photography-container .photography-box:hover {
	transform: scale(1.04);
}

.photography-container img {
	margin-bottom: 7px;
}

.photography-container .more {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: right;
}

.photography-container .more img {
	margin-bottom: 0px;
}

.photography-container .album-name {
	display:inline-block;
	padding-right:10px;
	font-size: 12px;
	text-align: center;
}

.photography-container .tour-container {
	position: relative;
	width: 100%;
	max-width: 1100px;
	height: 48vw;
    max-height: 556px;
	padding:0;
	margin: 0 auto 41px auto;
}

.photography-container .floorpaln-container {
    position: relative;
	width: 100%;
	max-width: 1100px;
	padding:0;
	margin: 0 auto 41px auto;
}

.guarantee-container {
	padding: 54px 0 78px 0;
    position: relative;
	background-color: #000000;
	text-align: center;
	color: #2D2D2D;
}

.guarantee-container .title {
	font-size: 26px;
	line-height: 38px;
    margin-bottom: 28px;
    color: #FFFFFF;
}

.guarantee-container .guarantee-block {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	width: 100%;
	max-width: 890px;
    margin: auto;
}

.guarantee-container .guarantee-block-border {
    padding: 40px 24px;
    background-color: white;
    border-radius: 14px;
    box-shadow: 3px 4px 8px #0000004d;
}

.guarantee-container .img-box {
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}

.guarantee-container img {
	display: block;
	margin: auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.guarantee-container .box-title {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 8px;
	text-align: center;
}

.guarantee-container .box-job {
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}

.guarantee-container .text-box {
	flex: 1;
	font-size: 16px;
    font-style: italic;
	line-height: 26px;
	text-align: left;
	max-width: 760px;
}

.tours-container {
	padding: 65px 0;
    position: relative;
	background-color: rgba(80, 78, 79, 0.06);
	text-align: center;
	color: #2D2D2D;
}

.tours-container .title {
	font-size: 36px;
	font-weight: normal;
	line-height: 46px;
	max-width: 930px;
	margin: auto;
	text-align: left;
}

.tours-container .subtitle {
	margin-top: 30px;
	font-size: 20px;
}

.tours-container .img-box {
	padding: 0;
}

.tours-container .block-img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.tours-container .text-box {
	padding: 30px 0 60px 0;
}

.tours-container .block-title {
	font-size: 24px;
	font-weight: bold;
	text-align: left;
}

.tours-container .block-desc {
	font-size: 16px;
	text-align: left;
	line-height: 24px;
	margin-top: 15px;
}

.pricing-container {
	padding: 65px 0 60px 0;
    position: relative;
	text-align: center;
	color: #FFFFFF;
	background: transparent no-repeat center center;
    background-size: cover;
    background-position: center;
	background-image: url(../../Images/captureservice/pricing-bg.png);
}

.pricing-container .title {
	font-size: 26px;
	line-height: 50px;
	text-align: left;
}

.pricing-container .subtitle {
	font-size: 16px;
	line-height: 26px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: left;
}

.pricing-container .offer-block {
	text-align: left;
	font-size: 16px;
	color: white;
	margin-bottom: 50px;
}

.pricing-container .coupon-button {
	max-width: 220px;
}

.pricing-container .block-title {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 15px;
}

.pricing-container .desc-block {
	display: flex;
	display: -webkit-flex;
	-webkit-align-items: start;
	align-items: start;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	padding-bottom: 22px;
}

.pricing-container img {
	margin-right: 25px;
}

.pricing-container .demarcation-line {
	width: 100%;
	height: 1px;
	background-color: #AFAFAF;
	margin-bottom: 22px;
}

.underlay .mail-submit-block {
	position: relative;
    width: 90%;
	max-width: 490px;
	-webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.pricing-container .mail-submit-block {
	position: absolute;
	right: 5%;
	bottom: -210px;
    z-index: 99;
	display: inline-block;
	background-color: transparent;
    width: 90%;
	max-width: 490px;
	-webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.pricing-container .mail-submit-block-hide {
	position: absolute;
	right: -490px !important;
	bottom: -210px;
    z-index: 99;
	display: inline-block;
	background-color: transparent;
    width: 90%;
	max-width: 490px;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.mail-submit-block .submit-block {
	padding: 30px 25px;
	background-color: #FFF6FB;
	box-shadow: 0px 5px 6px #00000040;
	border-radius: 10px;
    color: #2D2D2D;
    text-align: left;
}

.mail-submit-block .pricing-form {
	width:100%; 
	margin: 0;
	display: flex;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.mail-submit-block .submit-title {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	margin-top: 22px;
}

.mail-submit-block .submit-subtitle {
	font-size: 16px;
	line-height: 24px;
	margin-top: 15px;
	margin-bottom: 18px;
}

.mail-submit-block .submit-desc {
	font-size: 12px;
	line-height: 20px;
	margin-top: 14px;
}

.mail-submit-block .submitBtn {
	background-color:#FFDD00;
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.mail-submit-block .submitBtn:hover {
	background-color:#F4FF58;
}

.mail-submit-block .submitBtn:active {
	background-color:#F4FF58;
}

.work-container {
	padding: 65px 0;
    position: relative;
	text-align: left;
	color: #2D2D2D;
	background-color: #FCFCFC;
}

.work-container .title {
	font-size: 36px;
	line-height:46px;
	margin-bottom: 40px;
	text-align:left;
}

.work-container .block {
	width: 100%;
	max-width: 740px;
	margin: 0 auto 50px auto;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	-webkit-align-items: start;
	align-items: start;
}

.work-container img {
	margin-right: 32px;
}

.work-container .right-block {
	flex: 1;
	min-width: 100%;
	min-height: 140px;
}

.work-container .block-title {
	font-size: 18px;
	font-weight: bold;
}

.work-container .block-desc {
	margin-top: 10px;
	font-size: 16px;
	line-height: 24px;
}

.faq-container {
	background-color:#F5F5F5;
	text-align: center;
	padding: 80px 0 50px 0;
	width: 100%;
	margin: auto;
	color: #343434;
	position: relative;
}

.faq-container .title {
	color: #242424;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
	margin-bottom: 20px;
}

.faq-container .faq-content {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: start;
	align-items: start;
	-webkit-justify-content: center;
	justify-content: center;
	flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.faq-container .faq-blocks {
	width: 100%;
}

.faq-container .faq-block{
	position: relative;
	width: 100%;
	text-align: left;
	padding: 20px 30px 20px 0px;
	border-bottom: 1px solid #C8C8C8;
}

.faq-container .faq-title {
	color:#242424;
	font-size: 18px;
	cursor: pointer;
	font-weight: bold;
}

.faq-container .faq-desc {
	color:#242424;
	font-size: 16px;
	padding-top: 1em;
}

.faq-container .icon-more {
	position: absolute;
	top: 20px;
	right: 0px;
	padding: 0;
	width: 20px;
}

.faq-container .icon-more img{
	width: 100%;
	height: auto;
	transform: rotate(180deg);
}

.faq-container .icon-more.collapsed img{
	width: 100%;
	height: auto;
	transform: rotate(0);
}

@media (min-width: 992px) {

	.pc_layout {
		display: block;
	}
	
	.mb_layout {
		display: none;
	}
	
	.main-container {
		width: 100%;
		padding: 0 30px;
		max-width: 1140px;
		margin: auto;
	}

	.padding-3-t-s {
		padding-left: 15px;
	}
	
	.contact-us {
		font-size: 18px;
		line-height: 34px;
		color: #FFFFFF;
		text-align: center;
		margin-top: 44px;
	}

	.banner-container {
		padding: 135px 0;
		position: relative;
		background: transparent no-repeat center center;
		background-size: cover;
		background-position: center;
		background-image: url(../../Images/captureservice/banner-bg.png);
		text-align: center;
	}
	
	.banner-container .text-block {
		width: 100%;
	}
	
	.banner-container .title {
		color: #FFFFFF;
		font-size: 70px;
		line-height: normal;
	}
	
	.banner-container .subtitle {
		margin-top: 25px;
		color: #FFFFFF;
		font-size: 30px;
		line-height: normal;
	}
	
	.banner-container .button {
		display: inline-block;
		color: #FFFFFF;
		font-size: 16px;
		font-weight: bold;
		background-color: #000000;
		padding:13px 40px;
		border-radius: 6px;
        margin:20px auto 0 auto;
        min-width: 290px;
        border: 2px solid #000000;
	}
	
	.photography-container {
		padding: 110px 0 0 0;
		position: relative;
		background-color: #FFFFFF;
		text-align: center;
		color: #2D2D2D;
	}

	.photography-container .main-container {
		width: 100%;
		padding: 0 30px;
		max-width: 1340px;
		margin: auto;
	}

	.photography-container .title {
		font-size: 44px;
		line-height: 62px;
		margin: 0 auto 60px auto;
		max-width: 950px;
	}

	.photography-container .subtitle {
		font-size: 28px;
		font-weight: bold;
	}

	.photography-container .row {
		margin-bottom: 90px;
	}

	.photography-container .col-lg-3 {
		max-width: calc(25% - 15px);
	}

	.photography-container .photography-block{
		padding: 0px;
		margin: 0 15px 0 0;
	}

	.photography-container img {
		margin-bottom: 12px;
	}	

	.photography-container .album-name {
		display:inline-block;
		padding-right:10px;
		font-size: 16px;
		text-align: center;
	}

	.photography-container .tour-container {
		position: relative;
		width: 100%;
		max-width: 1100px;
		height: 57.3vw;
		max-height: 556px;
		padding:0;
        margin: 0 auto 90px auto;
    }

    .photography-container .floorpaln-container {
		position: relative;
		width: 100%;
		max-width: 1100px;
		padding:0;
        margin: 0 auto 90px auto;
    }

	.guarantee-container {
		padding: 100px 0 108px 0;
		position: relative;
		background-color: #000000;
		text-align: center;
		color: #2D2D2D;
	}

	.guarantee-container .title {
		font-size: 44px;
		line-height: auto;
        margin-bottom: 44px;
        color: #FFFFFF;
	}

    .guarantee-container .guarantee-block-border {
        padding: 45px 57px;
        background-color: white;
        border-radius: 14px;
        box-shadow: 3px 4px 8px #0000004d;
    }

	.tours-container {
		padding: 100px 0;
		position: relative;
		background-color: rgba(80, 78, 79, 0.06);
		text-align: center;
		color: #2D2D2D;
	}

	.tours-container .main-container {
		width: 100%;
		padding: 0 30px;
		max-width: 1400px;
		margin: auto;
	}

	.tours-container .title {
		font-size: 44px;
		line-height: 62px;
		font-weight: normal;
		max-width: 930px;
		margin: auto;
		text-align: center;
	}

	.tours-container .subtitle {
		margin-top: 0px;
		font-size: 24px;
	}

	.tours-container .img-box {
		padding: 30px 20px 30px 0;
	}

	.tours-container .block-img {
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
	}
	
	.tours-container .text-box {
		padding:  0 30px;
	}

	.tours-container .block-title {
		font-size: 26px;
		font-weight: bold;
		text-align: left;
	}

	.tours-container .block-desc {
		font-size: 16px;
		text-align: left;
		line-height: 24px;
		margin-top: 15px;
	}

	.pricing-container {
		padding: 50px 0;
		position: relative;
		text-align: center;
		color: #FFFFFF;
		background: transparent no-repeat center center;
		background-size: cover;
		background-position: center;
		background-image: url(../../Images/captureservice/pricing-bg.png);
	}

	.pricing-container .title {
		font-size: 44px;
		line-height: 50px;
		text-align: left;
	}
	
	.pricing-container .subtitle {
		font-size: 16px;
		line-height: 21px;
		margin-top: 20px;
		margin-bottom: 20px;
		text-align: left;
	}

	.pricing-container .main-container {
		width: 100%;
		padding: 0 30px;
		max-width: 1300px;
		margin: auto;
	}

	.pricing-container .mail-submit-block {
		position: absolute;
		right: 10px;
		bottom: -260px;
		z-index: 99;
		display: inline-block;
		background-color: transparent;
		width: 100%;
		max-width: 490px;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}

	.mail-submit-block .submit-block {
		padding: 50px 75px;
		background-color: #FFF6FB;
		border-radius: 10px;
		box-shadow: 0px 5px 6px #00000040;
		color: #2D2D2D;
		text-align: left;
	}	

	.mail-submit-block .submit-title {
		font-size: 22px;
		font-weight: bold;
		line-height: 28px;
		margin-top: 22px;
	}
	
	.mail-submit-block .submit-subtitle {
		font-size: 18px;
		line-height: 26px;
		margin-top: 15px;
		margin-bottom: 18px;
	}
	
	.mail-submit-block .submit-desc {
		font-size: 14px;
		line-height: 20px;
		margin-top: 14px;
	}

	.work-container {
		padding: 120px 0;
		position: relative;
		text-align: left;
		color: #2D2D2D;
		background-color: #FCFCFC;
	}

	.work-container .title {
		font-size: 44px;
		line-height:53px;
		margin-bottom: 50px;
		text-align:center;
	}

	.work-container .right-block {
		flex: 1;
		min-width: auto;
		min-height: 140px;
	}

	.work-container .block-title {
		font-size: 20px;
		font-weight: bold;
	}

	.faq-container {
		background-color:#F5F5F5;
		text-align: center;
		padding: 102px 0 110px 0;
		width: 100%;
		margin: auto;
		color: #343434;
		position: relative;
	}
	
	.faq-container .title {
		color: #242424;
		font-weight: bold;
		font-size: 42px;
		text-align: center;
		margin-bottom: 50px;
	}
	
	.faq-container .faq-blocks {
		width: calc(50% - 35px);
	}
	
	.faq-container .faq-block{
		position: relative;
		width: 100%;
		text-align: left;
		padding: 20px 30px 20px 0px;
		border-bottom: 1px solid #C8C8C8;
	}
}

@media (min-width: 1200px) {

	.map-box {
		width: 100%;
		height: 400px;
	}

	.include-block {
		margin-bottom: 22px;
	}

	.mb-layout {
		display: none;
	}

	.price-1-parent {
		text-align: left;
		margin-bottom: 26px;
	}


	.professional-capture-service {
		color: white;
		font-size: 2em;
		text-align: left;
		padding-left: 0px;
		padding-right: 0px;
		margin-bottom: 0px;
	}

	.second-title {
		color: #98B7FF;
		font-size: 3.375em;
		font-weight: bold;
		text-align: left;
	}

	.padding-1 {
		padding-top: 132px;
	}

	.padding-2 {
		padding-right: 0px;
	}

	.padding-3 {
		padding-left: 9px;
	}

	.padding-3-t-s {
		padding-left: 9px;
	}

	.padding-4 {
		padding-left: 48px;
		padding-right: 48px;
	}

	.margin-1 {
		margin-top: 0px;
	}

	.margin-2 {
		margin-top: 54px;
	}

	.margin-3 {
		margin-bottom: 0px;
	}

	.margin-4 {
		margin-bottom: 40px;
	}


	.second-title {
		color: #98B7FF;
		font-size: 3.375em;
		font-weight: bold;
		text-align: left;
		line-height: 65px;
		margin-bottom: 80px;
	}

	.description-1 {
		font-size: 1.625em;
		color: white;
		margin-bottom: 28px;
		margin-right: 12px;
		height: 46px;
		line-height: 46px;
	}

	.price-1 {
		font-size: 2.375em;
		color: white;
		margin-left: 0px;
		height: 46px;
		line-height: 46px;
	}

	.price-2 {
		font-size: 22px;
		color: #2D2D2D;
		float: right;
		width: 100%;
		text-align: right;
	}

	.price-3 {
		color: #2D2D2D;
		float: right;
	}


	.description-2 {
		font-size: 1.25em;
		color: white;
		margin-right: 22px;
		display: block;
		float: left;
	}

	.description-3 {
		font-size: 1.25em;
		color: white;
		margin-left: 16px;
	}

	.color-transparent {
		color: transparent;
		pointer-events: none;
	}

	.description-4 {
		font-size: 1em;
		color: white;
		margin-top: 25px;
	}

	.description-5 {
		font-size: 1.5em;
		color: white;
		margin-top: 0px;
		text-align: left;
	}

	.description-6 {
		font-size: 22px;
		color: #2D2D2D;
	}

	.description-7 {
		font-size: 1.125em;
		color: white;
	}

	.description-8 {
		font-size: 1.125em;
		color: #2D2D2D;
		float: left;
	}

	.description-9 {
		font-size: 0.875em;
		color: #2D2D2D;
		margin-bottom: 20px;
	}

	.description-10 {
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		color: #000000;
		padding-top: 29px;
		padding-bottom: 18px;
		border-radius: 10px 10px 0 0;
	}

	.description-11 {
		font-size: 1em;
		text-align: left;
		color: #4F4CC1;
		margin-top: 16px;
		/* margin-bottom: 14px; */
		font-weight: bold;
		line-height: 26px;
	}

		.description-11.first {
			margin-top: 0px;
		}

	.description-12 {
		font-size: 1em;
		line-height: 26px;
		text-align: left;
		color: #242424;
		/* margin-bottom: 14px; */
		word-wrap: break-word;
	}

	.description-13 {
		font-size: 1.125em;
		color: white;
		outline: none;
		text-align: left;
		float: left;
	}

	.stories-left {
		width: calc(100% - 230px);
		float: left;
		margin-right: 19px;
		font-size: 1.125em;
		color: white;
		outline: none;
		margin-bottom: 20px;
		height: 48px;
		line-height: 48px;
	}

	.stories-right {
		width: 200px;
		float: right;
		border: none;
		background: rgba(255,255,255,0.3);
		padding-left: 21px;
		padding-right: 21px;
		height: 48px;
		line-height: 48px;
		color: white;
		border-radius: 4px;
		font-size: 1.125em;
		outline: none;
		margin-bottom: 20px;
	}

	.form-table {
		width: 100%;
		background: #FFFFFF;
		border: solid 1px #707070;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-top: 52px;
		padding-left: 32px;
		padding-right: 49px;
		padding-bottom: 62px;
		border-radius: 8px;
		box-shadow: 10px 10px 10px #00000029;
	}

	.table-left-left-box {
		width: 115px;
		float: left;
	}

	.table-left-right-box {
		width: calc(100% - 115px);
		float: right;
	}

	.subtotal-1 {
		border-top: solid 1px #707070;
		border-bottom: solid 1px #707070;
		height: 60px;
		line-height: 60px;
		color: white;
		font-size: 1.25em;
		margin-bottom: 14px;
	}

	.subtotal-2 {
		border-bottom: solid 1px #5D5ACD;
		height: 60px;
		color: #2D2D2D;
		font-size: 22px;
		margin-bottom: 50px;
		padding: 15px 0;
		font-weight: bold;
	}

	.table-input-parent {
		min-height: 35px;
		margin-bottom: 12px;
	}

		.table-input-parent.special {
			display: block;
		}

	.table-input.half-left {
		width: calc(50% - 9px);
		margin-right: 9px;
		float: left;
		margin-bottom: 0px;
	}

		.table-input.half-left.special {
			padding: 0 !important;
		}

	.table-input.half-right {
		width: calc(50% - 9px);
		margin-left: 9px;
		float: right;
		margin-bottom: 0px;
	}


	.table-input {
		border: none;
		background: rgba(201,201,201,0.25);
		padding-left: 21px;
		padding-right: 21px;
		height: 48px;
		line-height: 48px;
		color: #2D2D2D;
		border-radius: 4px;
		width: 100%;
		font-size: 1.125em;
		outline: none;
	}


	.table-textarea {
		border: none;
		background: rgba(201,201,201,0.25);
		padding: 9px 21px;
		height: 48px;
		color: #2D2D2D;
		border-radius: 4px;
		width: 100%;
		font-size: 1.125em;
		outline: none;
		margin-bottom: 20px;
		overflow-y: auto;
	}

		.table-textarea.no-margin {
			margin-bottom: 0px;
		}

	.table-input.city {
		width: calc(67% - 19px);
		margin-right: 19px;
		float: left;
	}


	.table-input.zip {
		width: 33%;
		float: right;
	}

	.table-input::-webkit-input-placeholder {
		color: #6A6A6A;
		font-size: 1.125em;
	}

	.table-input::-moz-placeholder {
		color: #6A6A6A;
		font-size: 1.125em;
	}

	.table-input:-ms-input-placeholder {
		color: #6A6A6A;
		font-size: 1.125em;
	}

	.table-input:-moz-placeholder {
		color: #6A6A6A;
		font-size: 1.125em;
	}

	textarea::-webkit-input-placeholder {
		color: #6A6A6A;
		font-size: 1.125em;
	}

	textarea::-moz-placeholder {
		color: #6A6A6A;
		font-size: 1.125em;
	}

	textarea:-ms-input-placeholder {
		color: #6A6A6A;
		font-size: 1.125em;
	}

	textarea:-moz-placeholder {
		color: #6A6A6A;
		font-size: 1.125em;
	}

	.form-error {
		background-color: #FFDDDD;
		border-color: #ebccd1;
		color: #DA1F1C;
		padding: 8px 0;
		border: 1px solid transparent;
		border-radius: 0 0 4px 4px;
		font-size: 13px;
		margin-bottom: 21px;
		display: none;
		text-align: center;
	}

	.result-table {
		background: #EBEEFF;
		border: 1px solid #707070;
		width: 100%;
		min-height: 30vh;
		max-width: 850px;
		padding-bottom: 49px;
		border-radius: 10px;
		box-shadow: 10px 10px 10px #00000029;
	}

	.result-table-parent {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.next-button {
		background: #4541DD;
		color: #FFFFFF;
		font-size: 20px;
		height: 52px;
		line-height: 52px;
		text-align: center;
		cursor: pointer;
		border-radius: 30px;
		width: 162px;
		float: right;
	}

	.back-button {
		background: transparent;
		color: #333333;
		font-size: 20px;
		height: 52px;
		line-height: 52px;
		text-align: center;
		cursor: pointer;
		border-radius: 30px;
		min-width: 162px;
		float: right;
	}
}



@media (min-width: 1400px) {
	.container {
		max-width: 1331px;
	}
}




.input-phone {
	border: none;
	background: transparent;
	outline: none;
	color: #2D2D2D;
}

.country-name {
	color: black;
}

#mainContent option {
	color: black;
	font-size: 1.2em;
}

textarea {
	resize: none;
}




.triangle-up {
	width: 12px;
	height: 6px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

.triangle-down {
	width: 12px;
	height: 6px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transform: translate(0, -1px);
	-moz-transform: translate(0, -1px);
	-o-transform: translate(0, -1px);
	-ms-transform: translate(0, -1px);
	transform: translate(0, -1px);
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

.main-background {
	position: relative;
	text-align: center;
	background-color: #5D5ACD;
	padding: 60px 0 60px 0;
}

.main-background .title {
	font-size: 36px;
	line-height: 48px;
	padding: 0 15px;
	color: #FFFFFF;
	text-align: left;
}

.main-background .subtitle {
	font-size: 18px;
	line-height: 28px;
	margin-top: 15px;
	margin-bottom: 30px;
	padding: 0 15px;
	color: #FFFFFF;
	text-align: left;
}

.icon-size {
	width: 25px;
	height: 22px;
	float: left;
}

.line-1 {
	background: #CACACA;
	width: 100%;
	height: 1px;
	margin-bottom: 20px;
}

.line-2 {
	background: #CACACA;
	width: 100%;
	height: 1px;
	margin-bottom: 20px;
}

.line-3 {
	background: #CACACA;
	width: 100%;
	height: 1px;
	margin-bottom: 25px;
}

.subtotal-block {
	width:100%;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 15px;
	align-items: center;
	-webkit-align-items: center;
}

.mark-parent {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	float: left;
	width: 100%;
}

	.mark-parent input {
		opacity: 0;
		cursor: pointer;
		height: 0;
		width: 0;
		display: none;
	}

.circle-checkbox-icon {
	width: 25px;
	height: 25px;
	background: rgba(255,255,255,0.3);
	cursor: pointer;
	float: left;
	margin-left: 30px
}

.circle-checkbox:checked ~ .circle-checkbox-icon {
	background: url(../../Images/captureservice/checkmark.png) no-repeat center center rgba(255,255,255,0.3);
	background-size: 17px 13px;
	border: none;
}



.display-none {
	display: none;
}


.disabled-selectable {
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.disabled-drag {
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
}


/* .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
	pointer-events: none;
} */

.iti {
	width: 100%;
	height: 100%;
}

.iti .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
}

#inputPhone {
	width:100%; 
	padding-right:21px;
}

.album-dialog {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.9);
	z-index: 1100;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}

.album-dialog .close-btn {
	position: absolute;
	top:14px;
	right: 12px;
	width: 28px;
	height: 28px;
	opacity: 0.7;
	cursor: pointer;
	z-index: 9999;
}

.album-dialog .close-btn:hover {
	opacity: 1;
}

.album-dialog .close-btn img {
	width: 100%;
	height: 100%;
}

@media (min-width: 992px) {
	.album-dialog .close-btn {
		position: absolute;
		top:22px;
		right: 22px;
		width: 34px;
		height: 34px;
	}
}

.input-zip-code-dialog {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.25);
	z-index: 100000;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}

.input-zip-code-dialog-body {
	background-color: rgba(255,255,255, 1.0);
	width: 580px;
	border-radius: 14px;
	max-width: 90%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 34px 32px;
}

.input-zip-code-input-box {
	color: black;
	border: solid 1px #CBCBCB;
	background: #F8F8F8;
	padding-left: 10px;
	padding-right: 10px;
	height: 48px;
	line-height: 48px;
	color: black;
	border-radius: 4px;
	width: 100%;
	font-size: 1.125em;
	outline: none;
}

.input-zip-code-dialog-ok-button-parent {
	margin-top: 19px;
}

.input-zip-code-dialog-error-msg {
	display: none;
	margin-top: 12px;
	font-size: 16px;
	color: #BF0000;
}


@media (min-width: 992px) {

	.main-background {
		position: relative;
		text-align: center;
		background-color: #5D5ACD;
		padding: 110px 0 110px 0;
	}
	
	.main-background .title {
		font-size: 46px;
		line-height: 56px;
		padding: 0 15px;
		color: #FFFFFF;
		text-align: center;
	}

	.main-background .subtitle {
		font-size: 16px;
		line-height: 22px;
		margin-top: 18px;
		margin-bottom: 71px;
		padding: 0 15px;
		color: #FFFFFF;
		text-align: center;
	}	

	.input-zip-code-dialog-error-msg {
		display: none;
		margin-top: 12px;
		font-size: 16px;
		color: #BF0000;
	}

	.input-zip-code-dialog-body {
		background-color: rgba(255,255,255, 1.0);
		width: 580px;
		border-radius: 14px;
		max-width: 90%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 60px 50px;
	}

	.input-zip-code-input-box {
		color: black;
		border: solid 1px #CBCBCB;
		background: #F8F8F8;
		padding-left: 10px;
		padding-right: 10px;
		height: 48px;
		line-height: 48px;
		color: black;
		border-radius: 4px;
		width: 100%;
		font-size: 1.125em;
		outline: none;
	}

	.input-zip-code-dialog-ok-button-parent {
		margin-top: 19px;
	}
}

.input-zip-code-dialog-body-box {
	width:100%;
	height:100%
}

.input-zip-code-dialog-header {
	font-size: 26px;
	margin-bottom: 20px;
	text-align: center;
	color: #000000;
}

.input-zip-code-dialog-title {
	font-size: 16px;
	margin-bottom: 20px;
	color: #000000;
}

.input-zip-code-dialog-ok-button {
	background: #2A60F6;
	color: white;
	font-size: 1.125em;
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;
	border-radius: 4px;
	width: 146px;
}

.input-zip-code-dialog-ok-button:active {
	background-color: #436CF9;
}

.input-zip-code-dialog-ok-button.disabled {
	background-color: #C4C6CD;
	color: white;
	pointer-events: none;
}


.zip-code-error-dialog {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.25);
	z-index: 100000;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}

.zip-code-error-dialog-body {
	background-color: rgba(255,255,255, 1.0);
	width: 580px;
	border-radius: 14px;
	max-width: 90%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 34px 32px;
}


.zip-code-error-dialog-ok-button-parent {
	margin-top: 33px;
}

@media (min-width: 992px) {

	.zip-code-error-dialog-body {
		background-color: rgba(255,255,255, 1.0);
		width: 580px;
		border-radius: 14px;
		max-width: 90%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 40px 85px;
	}
}

.zip-code-error-dialog-body-box {
	width: 100%;
	height: 100%
}

.zip-code-success-box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.zip-code-error-dialog-title {
	font-size: 1.125em;
	margin-bottom: 20px;
	color: black;
}

.zip-code-error-dialog-title.second {
	font-size: 1em;
	color: #2A2A2A;
}

.zip-code-error-dialog-link {
	font-size: 1.125em;
	color: #0032FF;
	cursor: pointer;
}

.zip-code-error-dialog-ok-button {
	background: #2A60F6;
	color: white;
	font-size: 16px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;
	border-radius: 4px;
	width: 194px;
}

.zip-code-error-dialog-ok-button:active {
	background-color: #436CF9;
}

.check-container {
	display: inline-block;
	position: relative;
	padding-left: 34px;
	cursor: pointer;
	font-size: 18px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.check-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.check-container .checkmark {
	position: absolute;
	top: calc(50% - 10px);
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #E7EEF5;
	border-radius: 50%;
	border: 1px solid #B4B4B4;
}

.check-container:hover input ~ .checkmark {
	background-color: #ccc;
}

.check-container input:checked ~ .checkmark {
	background-color: #89A0FF;
}

.check-container .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.check-container input:checked ~ .checkmark:after {
	display: block;
}

.check-container .checkmark:after {
	top: calc(50% - 5px);
    left: calc(50% - 5px);
    width: 10px;
    height: 6px;
    border-right: 2px solid #FFFFFF;
    border-top: 2px solid #FFFFFF;
    transform: rotate(135deg);
}

.foxroach-list {
	position: relative;
	padding-left: 30px;
}

.foxroach-list::before {
	content: "";
	position: absolute;
	top: calc(50% - 8px);
	left: 0;
    width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #89A0FF;
}

.foxroach-list::after {
	content: "";
	position: absolute;
    top: calc(50% - 4px);
    left: 3px;
    width: 9px;
    height: 5px;
    border-right: 2px solid #FFFFFF;
    border-top: 2px solid #FFFFFF;
    transform: rotate(135deg);
}