
button.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}
.navbar ul#menu-main-menu {
    display: flex;
    align-items: center;
    justify-content: end;
    list-style: none;
    margin: 0 0px 0 0px;
    column-gap: 18px;
    padding: 0;
}
.header-search-form{
    margin-left: 18px;
}
.navbar ul#menu-main-menu li.cart-btn a.nav-link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    background-color: #d13138;
    border-radius: 100px;
    color: #fff;
    font-size: 13px;
}

.navbar ul#menu-main-menu li.cart-btn a.nav-link:hover {
    color: #ffffff;
    background-color: #980012;
    border-color: #980012;
}
.header-search-form #searchform input.search-input {
    font-size: 14px; 
    width: 250px;
}
#searchform button.btn{
    padding: 6px 12px;
    border-radius: 8px !important;
}
#footer ul li a{
    color: #000000;
    font-size: 14px;
}
#footer ul li a:hover{
    color: #d13138;
    text-decoration: underline;
}
i.fa-brands.fa-x-twitter:before {
    content: "\e61b";
}
.section-space{
    padding: 60px 0;
}
h2{
    color: #d13138;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
}
/*** Banner Section CSS */
.hero-section {
    padding-top: 200px;
    padding-bottom: 60px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.hero-section .hero-overlay {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0) 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}
.hero-section .hero-content {
    position: relative;
}
.hero-section .banner-btns {
    display: flex;
    align-items: center;
    column-gap: 20px;
    flex-flow: wrap;
    row-gap: 10px;
}
.hero-section .hero-content h1 {
    margin-bottom: 15px;
}
.hero-section .hero-content p {
    margin-bottom: 20px;
}
.gallery-section .gallery-btn {
    margin-top: 15px;
}
.gallery-section .gallery-section-lists {
    row-gap: 20px;
}
.gallery-section img{
    width: 100%;
    height: auto;
}
.vs-3d-view-section .vs-3d-view-section-view-img{
    transition: 0.5s all ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*.vs-3d-view-section .vs-3d-view-section-view-img:hover{
    transform: scale(1.05);
    transition: .5s all ease;
}*/
.perfect-solution-section{
    background-color: #231f20
}
.our-process-section .our-process-lists{
    row-gap: 25px;
}

.our-process-section .our-process-lists .our-process-item {
    padding: 16px;
}
.our-process-section .our-process-lists .our-process-item img.our-process-img {
    opacity: 0.5;
    transition: 0.5s;
    width: 100%;
    height: auto;
}
.our-process-section .our-process-lists .our-process-item:hover img.our-process-img {
    opacity: 1;
}
.software-comparison-section .software-comparison-icon {
    margin-top: 20px;
    margin-bottom: 10px;
}
.software-comparison-section .software-comparison-item .card-title{
    margin-bottom: 10px;
}
.software-comparison-section .software-comparison-item .card-body {
    padding-bottom: 78px;
}
.software-comparison-section .software-comparison-item .card-img-top{
    object-fit: cover;
}
.software-comparison-section .software-comparison-item .view-product-btn {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0 16px;
    bottom: 16px;
}
.software-comparison-section .software-comparison-items{
    row-gap: 20px;
}
.personal-architect-section .personal-architect-video{
    background-color: #6398af;
    border-radius: 15px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.personal-architect-section .personal-architect-video video{
    border-radius: 15px; 
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    height: 300px !important;
    width: 300px !important;
    object-fit: fill;
}
.personal-architect-section .personal-architect-description{
    padding-left: 30px;
}

.personal-architect-section .highlight-text{
    font-family: 'Architects Daughter', cursive;
    margin-bottom: 10px;
}
.professions-section .professions-item {
    transition: 0.3s all ease;
    padding: 4px;
    display: block;
    border-radius: 10px;
    background-color: #fff;
}
.professions-section .professions-lists{
    row-gap: 20px;
}
.professions-section .professions-item img{
    height: auto;
    width: 100%;
}
.professions-section .professions-item:hover{
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.professions-section p{
    color: #000000;
}
.service-cta-section{
    background-color: #d13138;
 }
.service-cta-section h2,
.service-cta-section h3{
    color: #fff;
    margin-bottom: 20px;
}
.service-cta-section p{
    margin-bottom: 20px;
    color: #ffffff;
}

.banner-section{
    padding: 250px 0 60px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ffffff;
 }
 .version-banner{
    background-size: cover;
    background-position: center center;
}
.version-banner .banner-content img.version-logo {
    max-width: 320px;
    width: 100%;
    background: #fff;
    padding: 7px;
    border-radius: 7px;
    margin-bottom: 15px;
    height: auto;
}
 .banner-section .banner-overlay{
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0) 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;   
 } 
 .banner-section .banner-content .banner-description p{
    margin-bottom: 5px;

 }
 .banner-section .banner-content .banner-description p a{
    color: #fff;
    font-weight: 900;
    text-decoration: underline;
}
 .container.banner-content {
    position: relative;
    z-index: 1;
}
.system-requirements-section .accordion-item button.accordion-button {
    outline: none;
    box-shadow: none;
}
.trial-download-section iframe{
    width: 100%;
    max-width: 560px;
}
.bg-gray {
    background-color: #f2f4f4;
}

.gallery-section h2.title {
    font-size: 40px;
}
.gallery-section .gallery-inner {
    position: relative;
}
.gallery-section .gallery-inner .gallery-item{
    overflow: hidden;
    position: relative;
    line-height: 0;
    border-radius: 8px;
    height: 220px;

}
.gallery-section .gallery-inner .gallery-item img{
    transition: 0.5s all ease;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.gallery-section .gallery-inner .gallery-item:hover img{
    transform: scale(1.05);
    transition: 0.5s all ease;
}
.gallery-section .gallery-inner .gallery-item .gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgb(209 49 56 / 60%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.gallery-section .gallery-inner .gallery-item:hover .gallery-overlay {
    opacity: 1;
}
.gallery-section .gallery-inner .gallery-item .gallery-overlay i.fa-plus {
    border: 2px solid #fff;
    font-size: 16px;
    height: 30px;
    width: 30px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.gallery-section ul.pagination {
    column-gap: 10px;
    row-gap: 10px;
    margin: 0px;
}
.gallery-section ul.pagination li.page-item.active a.page-link,
.gallery-section ul.pagination li.page-item a.page-link:hover { 
    color: #ffffff;
    background: #d13138;
    border-color: #d13138;
}
.gallery-section ul.pagination li.page-item a.page-link:focus,
.gallery-section ul.pagination li.page-item a.page-link:active{
    box-shadow: none;
    outline: none;
}
.gallery-section ul.pagination li.page-item a.page-link {
    padding: 5px 18px;
    border-radius: 100px;
    color: #000;
    border:1px solid #dee2e6;
}
.knowledge-network-section{
    background-color: #f2f4f4;
}
.knowledge-network-section .learning-center-item {
    border: 1px solid rgba(0, 0, 0, 0.175);
    height: 100%;
    border-radius: 6px;
    padding: 22px 22px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    text-align: center;
    background: #fff;
}
.knowledge-network-section .learning-center-item i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #d13138;
    border-radius: 100px;
    font-size: 20px;
    color: #d13138;
}
.event-calendar-section .event-calendar-info {
    background: #d13138;
    padding-top: 16px;
    padding-bottom: 16px;
}
.classes-section .classes-image img {
    height: auto;
    width: 100%;
}
.classes-section .classes-list{
    margin-bottom: 30px;
}
.classes-section .classes-list:last-child{
    margin-bottom: 0;
}
.classes-section .classes-list h3 {
    margin-bottom: 15px;
}
.ai1ec-title-buttons .ai1ec-btn-group{
    margin-left: 0;
}
#ai1ec-calendar .ai1ec-pull-left {
    float: none !important;
}
.sidebar-page .container{
    position: relative;
    padding-top: 58px;
    
}
.sidebar-page .container:before{
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #e2e2e2;
    right: 21.3%;
}
.sidebar-page #content-area {
    display: flex;
    flex-wrap: wrap;
    margin-right: calc(-.5 * 60px);
    margin-left: calc(-.5 * 60px);
}
.sidebar-page #left-area, .sidebar-page #sidebar-area {
    flex-shrink: 0;
    max-width: 100%;
    padding-right: calc(60px * .5);
    padding-left: calc(60px * .5);
}
.sidebar-page #left-area {
    width: 78%;
    padding-bottom: 23px;
}
.sidebar-page #sidebar-area {
    width: 22%;
}
.sidebar-page #sidebar-area #search-2 {
    margin-bottom: 30px;
}
.sidebar-page #sidebar-area .widget ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-flow: column;
    row-gap: 6px;
    margin-bottom: 20px;
}
.sidebar-page #sidebar-area .widget ul li {
    position: relative;
    padding-left: 20px;
}
.sidebar-page #sidebar-area .widget ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    display: block;
    background-color: #d13138;
    border-radius: 10px;
    left: 0;
    top: 8px;
}
.sidebar-page #sidebar-area .widget ul li a {
    text-decoration: none;
    color: #666;
}
.sidebar-page #sidebar-area .widget ul li a:hover  {
    color: #d13138;
}
.sidebar-page #sidebar-area h4.widget-title {
    padding-bottom: 5px;
    font-size: 22px;
}
#left-area .post-list-item {
    margin-bottom: 60px;
    word-wrap: break-word;
}
#content-area .navigation.pagination .nav-links{
    margin-top: 30px;
    display: flex;
    flex-flow: wrap;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
#content-area .navigation.pagination .nav-links .page-numbers {
    padding: 8px 18px;
    border-radius: 100px;
    color: #000;
    border: 1px solid #dee2e6;
    transition: 0.5s;
}
#content-area .navigation.pagination .nav-links .page-numbers.current,
#content-area .navigation.pagination .nav-links a.page-numbers:hover { 
    color: #ffffff;
    background: #d13138;
    border-color: #d13138;
}
#content-area .navigation.pagination .nav-links a.page-numbers:focus,
.complete-solution-section .accordion-button,
.complete-solution-section .accordion-button:focus{
    box-shadow: none;
    outline: none;
}
#content-area .category-title{
    padding-bottom: 8px;;
}
#left-area .post-list-items {
    grid-row-gap: 25px;
}
#left-area .post-list-items .post-list-item {
    margin-bottom: 0;
    word-wrap: break-word;
    border: 1px solid rgba(0, 0, 0, 0.175);
    height: 100%;
    border-radius: 6px;
    padding: 20px 21px 60px 20px;
    position: relative;
}
.post-list-items .post-list-item h2.entry-title {
    font-size: 20px;
    margin-bottom: 10px;
}
.post-list-items .post-list-item a.read-more-link {
    position: absolute;
    bottom: 16px;
    padding: 6px 20px;
    border-radius: 100px;
    background-color: #d13138;
    color: #fff;
}
.sidebar-page #sidebar-area #search-2 input.search-input {
    width: 100%;
}
.help-section .need-help-content {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}
.help-section .need-help-content h3 {
    font-size: 20px;
    color: #404041;
    padding-bottom: 8px;
}
.help-section .need-help-content  .subtitle {
    font-size: 18px;
    color: #ce2a32;
    margin-bottom: 0px;
}
.sidebar-page #left-area .entry-content ol{
    list-style-type: decimal;
    list-style-position: inside;
    padding: 0 0 23px;
    line-height: 26px;
}
.sidebar-page #left-area .entry-content ul{
    list-style-position: inside;
    padding: 0 0px 0px 15px;
    line-height: 26px;
    list-style: none;
    list-style-type: disc;
}
.sidebar-page #left-area .entry-content img.alignright{
    float: right;
    max-height: 350px;
    width: auto;
    margin: 0 auto;
    display: table;
}
.single-event #left-area .entry-content ul{
    padding: 0 0 23px 1em;
}
.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    margin-bottom: 0px;
    max-width: 96%;
    padding: 8px;
}
.wp-caption .wp-caption-text {
    font-size: 12px;
    padding: 0 4px 5px;
    margin: 0;
}
.product-banner-section .product-banner-content {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 60px 48px;
}
.product-banner-section .product-banner-content img {
    height: auto;
}
.product-banner-section .product-banner-content h2 {
    font-size: 24px;
    color: #231f20;
    margin-top: 20px;
    margin-bottom: 25px;
}
.key-features-section .key-features-grid{
    height: 100%;
}
.key-features-section .key-features-grid img.card-img-top {
    height: auto;
}
.key-features-section #explore-features{
    margin-top: 40px;
}
.testimonial-section .testimonial-inner {
    width: 100%;
    padding: 30px;
    border-radius: 6px;
}
.testimonial-section .testimonial-embed iframe{
    border-radius: 6px;
}
.product-banner-section .product-banner-content .banner-subheading {
    font-size: 16px;
    margin-bottom: 5px;
    letter-spacing: 2px;
    margin-top: 15px;
}
.product-banner-section .product-banner-content .professions-banner-btns {
    display: flex;
    flex-flow: wrap;
    grid-gap: 15px;
    margin-top: 15px;
}
.product-banner-section .product-banner-content .professions-banner-btns a{
    font-size: 12px;
}
.product-banner-section .product-banner-content .professions-banner-btns a i {
    margin-right: 5px;
}

#key-features ul.list-unstyled li h3 {
    padding-bottom: 0px;
}
#key-features .key-features-detail ul.list-unstyled {
    display: flex;
    flex-flow: column;
    row-gap: 25px;
    margin-bottom: 0px;
}
#key-features .key-features-detail ul.list-unstyled li p{
    margin-bottom: 0px;
}
#key-features .key-features-img img {
    height: auto;
}
#key-features .homeowner-grid{
    padding: 40px;
    height: 100%;
    border-radius: 6px;
}
#vr_sections{
    position: relative;
}
.navigation-tab {
    padding: 20px 0px;
    background: #231f20;
    position: relative;
    top: 0;
}
.navigation-tab .navigation-tab-items .tab-items {
    line-height: normal;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.navigation-tab .navigation-tab-items .tab-items li a{
    font-size: 20px;
    color: #ffffff;
}
#introduction .introduction-image img,
.vr-360-view-image img,
.vr-mode-image img,
.download-image img{
    width: 100%;
    border-radius: 10px;
    height: auto;
}
#introduction .introduction-detail{
    padding-right: 80px;
}
#introduction .introduction-detail p{
    margin-bottom: 0px;
}
#vr-mode-details .vr-mode-image {
    position: sticky;
    top: 140px;
}
#download-app .download-detail .download-app-btns {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    grid-gap: 15px;
}
#download-app .download-detail .download-app-btns a img {
    width: 170px;
    height: auto;
}
.cta-section h2 {
    margin-bottom: 20px;
}
.cta-section p {
    margin-bottom: 25px;
    font-size: 20px;
}
.related-news-section ul.related_news {
    list-style: none;
    padding: 0px;
    margin: 20px 0 0 0;
    display: flex;
    flex-flow: column;
    row-gap: 15px;
}
.related-news-section ul.related_news li {
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
    transition: all 0.3s ease;
}
.related-news-section ul.related_news li:hover {
    transform: translateX(5px);
}
.related-news-section ul.related_news li a {
    display: flex;
    align-items: center;
    grid-column-gap: 10px;
    font-size: 18px;
    color: #333333;
}
.related-news-section ul.related_news li a:hover{
        color: #d13138;
}
.what-new-video-section{
    padding-top: 50px;
}
.what-new-video-section .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}
.what-new-video-section .bg-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.what-new-video-section .container {
    position: relative;
    z-index: 2;
}
.what-new-video-section .what-new-detail ul {
    list-style: none;
    margin: 0 0 20px 0px;
    padding: 0px;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    grid-column-gap: 12px;
}
.what-new-video-section .what-new-detail ul a img {
    width: 45px;
    height: 45px;
}
.mode-listing-section .mode-list-right ul.mode-product-links {
    list-style: none;
    margin: 0 0 00px 0px;
    padding: 0px;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    grid-column-gap: 12px;
}
.mode-listing-section .mode-list-right h3 {
    color: #000;
    font-size: 22px;
}
.mode-listing-section .mode-lists .mode-list-line {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #ccc;
}
.mode-listing-section .mode-lists:last-child .mode-list-line {
    border: none;
    margin-bottom: 0;
}
.mode-listing-section .mode-list-left .video-embed iframe{
    border-radius: 10px;
}
.mode-listing-section .mode-list-left img {
    max-width: 100%;
    border-radius: 10px;
    height: auto;
}
.testimonial-section .image-box img {
    width: 100%;
    border-radius: 10px;
    height: auto;
}
.testimonial-section .image-box {
    position: relative;
}
.testimonial-section .image-box .image-link-overlay {
    width: 230px;
    height: 250px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    z-index: 1;
}
.service-help-section .help-image {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}
.service-help-section .help-image img{
    border-radius: 10px;
    width: 100%;
}
.support-learning-content .support-learning-lists {
    margin-top: 12px;
}
.support-learning-content .support-learning-lists ul{
    margin: 0px;
}
.support-learning-content .support-learning-lists ul li:last-child{
    border-top: 1px solid #cccccc;
    margin-top: 15px;
    padding-top: 15px;
}
.support-learning-content .support-learning-lists a.list-item-link {
    color: #000;
    transition: all 0.3s ease;
}
.support-learning-content .support-learning-lists a.list-item-link:hover{
    color: #d13138;
}
.webinar-archive-section .webinar-archive-card {
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 1px solid #cccccc;
    padding: 25px;
    height: 100%;
    background: #ffffff;
}
.webinar-archive-section .webinar-archive-card li {
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    grid-column-gap: 10px;
    font-size: 16px;
    color: #333333;
    grid-row-gap: 5px;
}
.webinar-archive-section .webinar-archive-card li a{
    color: #333333;
}
.webinar-archive-section .webinar-archive-card li:hover {
    transform: translateX(5px);
    color: #d13138;
}
.webinar-archive-section .webinar-archive-card li:hover a{
    color: #d13138;
}
.um.um-register {
    max-width: 100% !important;
    margin: 0px !important;
}
.um-register .um-form .um-col-1{
    display: flex;
    flex-flow: wrap;
    margin-left: -12px;
    margin-right: -12px;
}
.um-register .um-form .um-col-1 .um-field {
    width: 50%;
    padding: 0 12px;
    margin-bottom: 15px;
}
.um-register .um-form .um-col-1 .um-field-checkbox,
.um-register .um-form .um-col-1 .um-field-block{
    width: 100%;
}
.showroom-section .showroom-card img.card-img-top{
    height: auto;
}
.showroom-section ul.showroom_details {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
    display: flex;
    column-gap: 15px;
    row-gap: 10px;
    flex-flow: wrap;
    justify-content: space-between;
    margin-top: 15px;
}
.showroom-cta-section{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.infusion-field .infusion-checkbox{
    display: flex;
    column-gap: 5px;
    align-items: baseline;
}
.upgrades-section .upgrades-section-item .upgrades-section-btns {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    row-gap: 15px;
}
.versions-section .version-lists {
    column-gap: 10px;
    row-gap: 15px;
}
.versions-section .version-list {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.versions-section .version-list .version-link {
    transition: .3s all ease;
    width: 100px; 
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #fff;
}
.versions-section .version-list .version-link:hover {
    transform: scale(1.1);
    transition: .3s all ease;
}
.about-banner-section {
    padding: 250px 0 60px;
    position: relative;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #ffffff;
}
.about-banner-section .banner-overlay{
    background: linear-gradient(90deg, rgb(0 0 0 / 70%) 0%, rgb(209 49 60 / 70%) 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;   
} 
.about-banner-section img {
    max-width: 370px;
    width: 100%;
    margin-bottom: 30px;
    height: auto;
}
.about-banner-section .banner-content {
    position: relative;
    z-index: 1;
}
.who-we-are-section .who-we-are-img img {
    width: 100%;
    background: #231f20;
    border-radius: 10px;
    padding: 5px;
    height: auto;
}
.what-we-do-section .what-we-do-img img{
    border-radius: 10px;
    width: 100%;
    height: auto;
}
.why-we-do-it-section .testimonial-inner {
    padding: 25px;
    border-radius: 10px;
    position: relative;
}
.why-we-do-it-section .testimonial-inner i  {
    position: absolute;
    top: -13px;
    font-size: 30px;
}
.why-we-do-it-section .why-we-do-it-embed iframe,
.testimonial-section .testimonial-embed iframe,
.mode-listing-section .mode-lists .mode-list-left .video-embed iframe{
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.why-we-do-it-section  .embed-responsive,
.testimonial-section .testimonial-embed,
.mode-listing-section .mode-lists .mode-list-left .video-embed{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.how-its-done-section .how-its-done-carousel .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    column-gap: 20px;
}
.how-its-done-section .how-its-done-carousel .owl-nav button {
    background-color: #000000 !important;
    border: none !important;
    font-size: 24px !important;
    color: #FFFFFF !important;
    margin: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 70px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}
.how-its-done-section .how-its-done-carousel .owl-nav button span {
    height: 30px;
    line-height: normal;
}
.how-its-done-section .how-its-done-item {
    padding: 15px;
    text-align: center;
}
.how-its-done-section .how-its-done-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.partners-section .partners-image img {
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    height: auto;
}
.contact-lists-row .contact-lists {
    background-color: #e9eaeb;
    padding: 30px;
    border-radius: 10px;
    height: 100%;
    box-shadow: 0px 6px 13px -10px #0000007a;
    border: 1px solid #ccc;
    text-align: center;
}
.contact-lists-row .contact-lists img.flag-icon {
    margin-bottom: 20px;
}
.contact-lists-row .contact-lists h4.name {
    margin-bottom: 20px;
}
.contact-lists-row .contact-lists p.contact-number {
    margin-bottom: 30px;
}

.included-in-section .included-in-list .included-in-item{
    background-color: #e9eaeb;
    padding: 30px;
    border-radius: 10px;
    height: 100%;
    box-shadow: 0px 6px 13px -10px #0000007a;
    border: 1px solid #ccc;
    row-gap: 25px;
}
.included-in-section .included-in-list .included-in-item h3 {
    font-size: 20px;
    margin: 0;
}
.included-in-section .included-in-description p:last-child {
    margin: 0;
}
.department-ordering-section .department-ordering-embed iframe,
.online-designer-section .online-designer-embed iframe,
.pro-desk-solutions-section .pro-desk-solutions-embed iframe,
.custom-embed-responsive iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    border-radius: 10px;
}
.advantages-section .advantages-image img {
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
}
.hihub-boxes .hihub-boxes-list {
    border: 1px solid rgba(0, 0, 0, 0.175);
    height: 100%;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    flex-flow: column;
    align-items: center;
    row-gap: 20px;
}
.hihub-boxes .hihub-boxes-list img {
    width: 120px;
    height: auto;
}
.progress-section .progress-video video {
    width: 100%;
    border-radius: 10px;
}
.valuations-section .valuations-boxes .valuations-list{
    border: 1px solid rgba(0, 0, 0, 0.175);
    height: 100%;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    flex-flow: column;
    align-items: center;
    row-gap: 20px;
    text-align: center;
    background-color: #fff;
}
.valuations-section .valuations-boxes .valuations-list img {
    width: 140px;
    height: auto;
}
.planned-spending-section .right-image img,
.planned-spending-section .left-image img{
    height: auto;
}

.quick-start-section h2 {
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 30px;
}
.infusion-calendar-wrapper .calendar-picker-container div#inf_custom_ProductPurchaseDate_calContainer {
    width: max-content;
}
.kitchen-section .gallery-item, .bath-design-section .gallery-item {
    height: 100%;
}
.kitchen-section .gallery-item img,
.bath-design-section .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.layouts-section ul.layouts_buttons {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    grid-gap: 30px;
    margin-top: 40px;
}
.smarter-brick-section .smarter-image img.img-fluid {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.smarter-brick-section .smarter-image img.img-fluid {
    width: auto;
    max-height: 340px;
    border-radius: 10px;
    margin: 0px auto;
}
.updates-section .updates-lists {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    text-align: center;
    row-gap: 15px;
}
.updates-section .updates-lists a.btn {
    margin: 0 7px;
}
.infusion-form .infusion-field .infusion-radio .options-container {
    display: flex;
    flex-flow: wrap;
    grid-gap: 15px;
    margin-bottom: 15px;
}
.infusion-form .infusion-field .infusion-radio .options-container span.infusion-option {
    display: flex;
    align-items: center;
    column-gap: 10px;
}