
.d-brochure-content span {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
}

.d-brochure-content span {
    margin-top: 10px !important;
    margin-bottom: 30px !important;
}

.d-content-right {
    flex-direction: column;
    text-align: center !important;
    padding: 40px !important;
}

.d-content-right input, 
.d-content-right a {
    margin: 5px;
    width: 95% !important;
}

.d-content-right img {
    margin-bottom: 10px;
}

.d-content-right .img-first {
    margin-bottom: 50px !important;
}

.d-content .description, 
.extra-btn-style,
.banner-slogan p,
.d-title-bar p,
.d-title p {
    font-family: "Poppins";
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
}

.d-title-bar p, 
.d-title p {
    margin: 15px 0 15px 0;
    display: flex;
    flex-direction: row;
}


.d-title p i, 
.d-title-bar p i {
    color: green;
    margin: 8px 8px;
}

.d-title-bar p {
    padding: 5px;
    text-align: left !important;
}

.d-brochure-content {
    padding-top: 20px;
}

.d-brochure-content h3 {
    font-family: "Poppins";
    font-size: 30px;
    font-weight: bold;
    line-height: 50px;
}

.container .row {
    margin-top: 20px;
    margin-bottom: 20px;
}

.container .row.top-bar {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.float-right {
    float: right !important;
}

.banner-image, 
.banner-image2 {
    width: 100%;
    text-align: center !important;
}

.banner-image2 {
    margin-bottom: 20px;
}

.title h1, 
.banner-slogan h1{
    font-family: "Poppins";
    font-size: 80px;
    font-weight: 500;
    line-height: 85px;
}

.title1 h1 {
    font-family: "Poppins";
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
}

.title1 h1~h1 {
    margin-top: 20px;
} 

.container .first {
    margin-left: 0px;
}

.d-content-banner {
    position: relative !important;
}

.banner-slogan {
    font-family: "Poppins";
    text-align: left !important;
    width: 50% !important;
    float: left;
    margin-left: 85px !important;
    z-index: 0 !important;
}

.banner-slogan p{
    margin: 20px 0 20px 0;
}

.banner-slogan h3, 
.banner-slogan h3 p {
    font-family: "Poppins";
    font-size: 40px !important;
    font-weight: bold !important;
    line-height: 50px;
}

.sq-badgeicon {
    text-align: center !important;
}

.sq-badgeicon img {
    display: inline-block;
    width: 16%;
}

.inquiry-form {
    margin-top: 50px;
}

.d-content-right input, 
.d-content-right a, 
.inquiry-form input {
    width: 100%;
    border:1px solid #295129;
    font-family: "Poppins";
    font-size: 15px;
    font-weight: 400;
    line-height: 40px;
    border-radius: 5px;
}

.d-title, 
.d-description {
    text-align: center;
    width: 100% !important;
    margin: 0 !important;
    line-height: 27px;
    padding: 10px 0 10px 0;
}

.d-title {
    font-family: "Poppins";
    font-size: 20px !important;
    font-weight: bold !important;
}

.d-title p {
    text-align: left !important;
}

.d-description, 
ul.a {
    font-family: "Poppins";
    font-size: 18px !important;
    font-weight: 400 !important;
}

.align-left {
    text-align: left;
}

ul.a {list-style-type: decimal;}

svg {
    margin: auto auto 20px auto !important;
    width: 136px;
    height: 136px;
    display: block;
}

svg image {
    width: 136px;
    height: 136px;
}

.title-image {
    text-align: center;
}

.title-image img {
    width: 155px;
}

.title-banner {
    margin-top: 20px !important;
}

.bg-green {
    background-color: #295129 !important;
}

.title-select-bar {
    display: flex;
    align-items: center;
}
.title-select-bar select, 
.title-select-bar span {
    margin: 5px;
}

.title-select-bar span{
    font-family: "Popins";
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    margin-left: 25px !important;

}
.title-select-bar select {
    width: 137px;
}

.view-button {
    text-align: center;
}

.view-button input {
    width: 50%;
}

.img-container {
    position: relative;
    width: 100%;
}

.img-container img {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0, 0, 0, 0.7);
}

.overlay-container {
    padding: 10px;
    transition: all 1s;
    cursor: pointer;
}

.overlay-container:hover {
    border: 1px solid #295129;
}

.overlay-container span {
    margin: 20px !important;
    font-family: "Popins";
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
    color: #295129;
    text-align: center;
    display: block;
}

.img-container:hover .overlay {
    opacity: 1;
}

.text {
    color: white;
    font-size: 18px;
    font-family: "Popins";
    font-weight: 500;
    line-height: 33px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    border: 1px solid white;
    border-radius: 5px;
    padding: 0 5px 0 5px;
    width: 60%;
}

.italic {
    font-style: italic;
    color: #295129;
    font-weight: 500;
}

.small-font {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 33px !important;
    text-align: right;
}

.white-banner {
    padding-top: 50px !important;
}

.gallery {
    border: 1px solid #295129;
    margin: 0 24px 0 24px;
    width: 100%;
}

.gallery span {
    color: #295129;
    font-size: 28px;
    font-family: "Popins";
    font-weight: bold;
    line-height: 33px;
}

.gallery .trim {
    width: 100%;
    height: 121px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 33px;
    border: 1px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trim.trim-image {
    border: none !important;
    background-size: cover;
}

.col.sub-title span {
    color: black !important;
    font-size: 22px;
    font-weight: 400;
}

.right-banner {
    margin-top: -20px !important;
}

.text-green {
    color: #295129;
}

.text-brown {
    color: #661a00;
}

.img-reversal {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.banner-bg-image {
    width: 100%;
    height: 600px !important;
}

.option-gallery {
    display: flex;
    flex-flow: row wrap;
    column-gap: 10px;
}

.option-gallery span {
    font-family: "poppins";
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    padding: 0 5px 0 5px;
}

.option-trim {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.door-option {
    padding: 10px;
    height: 165px;
    width: 165px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.door-option.special {
    width: 330px;
    height: 115px;
}

.door-option.entry img {
    width: 80% !important;
    height: 100% !important;
}

.door-option.barn img {
    width: 80% !important;
    height: 100% !important
}

.door-option.window img {
    width: 80% !important;
    height: 80% !important
}

.door-option.interior img {
    width: 100% !important;
    height: 80% !important
}

.text-underline {
    text-decoration: underline;
}

.footer-link {
    margin-left: 20px;
}

.row.vertical-banner {
    margin-top: 1px !important;
}

.row.vertical-banner .col {
    margin-top: 0px !important;
    position:  relative !important;
}

.vertical-slogan {
    position:  absolute !important;
    bottom: 150px;
    width: 90% !important;
    z-index: 10 !important;
}

.vertical-slogan h1{
    line-height: 80px !important;
}

.vertical-slogan h1.text-green{
    font-weight: bold !important;
}

.vertical-slogan a {
    margin-top: 40px !important;
}

.wide-image {
    margin: 30px 20px 30px 20px;
    width: 90% !important;
}

/* .diagram-modal {
    width: 60vw;
    height: 50vh;
    background-color: #fff;
    display: grid !important;
}

.diagram-modal img {
    width: 95%;
    height: 428px;
    align-self: center;
    justify-self: center;
} */

.diagram-modal {
    max-width: 800px !important;
}

.diagram-modal .pop-up-newsletter {
    padding: 25px !important;
}

.extra-slide.door-slide .swiper-slide{
    margin-right: 0px !important;
}

.extra-slide.window-slide .swiper-slide.special{
    width: 300px !important;
}

.extra-slide.window-slide .swiper-slide.special img{
    height: 60%;
    margin: 40px 0 35px 0;
}
.extra-slide .tred-pro .tr-pro-img a img {
    height: 140px;
}

.tred-pro .tr-pro-img a {
    text-align: center;
}


.inside-brochure-btn {
    width:95%;
    margin:5px;
    font-size:15px;
    font-weight:400;
    line-height:40px;
}