.header-phone {
    float: right; 
    color: white; 
    font-weight: 500; 
    padding: 25px 0 22px 50px; 
    line-height: 33px; 
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.mobile-header-phone {
    display: none !important;
}

@media only screen and (max-width: 992px) {
    .header-phone {
        padding: 10px 40px 0px 0px;
    }
}

@media only screen and (max-width: 500px) {
    .header-phone {
        display: none;
    }
    
    .mobile-header-phone {
        display: block !important;
    }
}


.site-header.smaller .header-phone {
    padding-top: 18px;
    padding-bottom: 17px;
}

.de_testi_by {
    display: none;
}

.font-weight-700 {
    font-weight: 700;
}

.primary-text {
    font-weight: 700;
    color: #FAB702 !important;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.d-none {
    display: none !important;
}

header div#logo a img, header.smaller div#logo a img {
    max-width: 210px;
}

#mainmenu > li > ul {
    width: 250px;
}

.footer-logo {
    max-width: 280px !important;
}

.video-button img {
    transition: .5s;
    width: 100px;
}

.video-button img:hover {
    transform: scale(1.2);
}

body {
    font-size: 14px;
}

@media only screen and (max-width: 768px) {
    #back-to-top {
        display: none !important;
    }
    
    .full-preview iframe {
        height: 400px;
    }
}

.services-grid .display-table {
    display: grid;
    grid-template-columns: repeat(2, 50%);
}

.services-grid .display-table {
    display: grid;
    grid-template-columns: repeat(2, 50%);
}

.services-grid .box-two-columns {
    width: 100% !important;
}




.project-scope-block .project-scope {
    padding: 0px 30px;
}

.project-scope-block .project-scope h2 {
  font-size: 24px;
    margin-top: 0;
}

.project-scope-block .project-scope__columns {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.project-scope-block .project-scope__list {
  list-style: none;
  padding: 0;
  flex: 1;
  min-width: 300px;
}

.project-scope-block .project-scope__list li {
  margin-bottom: 10px;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.project-scope-block .project-scope__list li i {
  color: orange;
  margin-right: 10px;
}

.project-scope-block .project-scope__disabled {
  opacity: 0.4;
  text-decoration: line-through;
}

.project-scope-block .project-scope__disabled i {
  color: gray;
}

.project-scope-block .project-scope__note {
  font-size: 14px;
  margin-top: 20px;
  color: #ccc;
}

.price-accordion.vc_tta-color-black.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading, 
.price-accordion.vc_tta-color-black.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
    background-color: #111 !important;
}
 
.price-accordion.vc_tta.vc_general .vc_tta-panel-title>a {
    padding: 20px 20px;
    padding-left: 50px !important;
}

.design-section .elementor-heading-title {
    margin-bottom: 30px !important;
}

.design-section .vc_tta-panel:not(.vc_active) .vc_tta-panel-heading {
    background-color: transparent !important;
}

.design-section .vc_tta-container {
    margin-bottom: 0 !important;
}