p, body {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 500;
    color: #131924;
    font-size: 14px;
    line-height: 22px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif !important;
    font-weight:600
}
h1{
    font-size:40px;
    line-height:50px;
}

h2{
    font-size:32px;
    line-height:38px;
}

h3{
    font-size:28px;
    line-height:34px;
}

h4{
    font-size:24px;
    line-height:30px;
}

h5{
    font-size:20px;
    line-height:26px;
}
h6{
    font-size:16px;
    line-height:22px;
}
    h2.h2-title{
        font-weight:bold;
        letter-spacing:0px;
    }
section.section{
    padding:50px 0px;
}
.section.overview p {
    font-size: 17px;
    line-height: 25px;
    padding: 0px 50px;
}
.feature-box {
    min-height: 307px;
    transition-duration: 0.3s;
    border-bottom: 3px solid;
}
.feature-box img{
    height:auto!important
}
.services-sec .col-md-3{
    width:20%
}
.feature-box1 h4 {
    font-size: 20px;
    line-height: 141%;
}
.services-sec{
    padding:70px 0px;
}
.portfolio-box {
    position: relative;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
    /* padding: 30px; */
  
    margin-bottom:0px
}
    .portfolio-box h4 {
        padding: 20px 20px;
    }
.shadow-box {
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    text-align: center;
    min-height: 135px;
    border-radius: 5px;
    display:flex;
    align-items:center;
    justify-content:center;
    line-height:20px;
    padding:20px;
    margin-bottom:20px;
    flex-direction:column;
}
.shadow-box img{
    width:50px;
    margin-bottom:2px;
}
.feature-box1 {
    position: relative;
    background: transparent;
    padding: 15px 12px;
    border-radius: 5px;
    text-align: center;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border: 2px solid red;
    min-height: 252px;
}
.section h2 {
    text-align: center;
    /* text-transform: capitalize; */
    margin-bottom: 25px;
}
ul.new-ul li {
    margin-bottom: 10px;
    margin-left: 20px;
    list-style: square;
    margin-top: 5px;
}
.feature-box h5 {
    margin-bottom: 10px !important;
    margin-top: 20px;
}
.feature-box1 h6{
    margin-top:10px;
    margin-bottom:10px;
}
.benefit {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    padding:20px;
    min-height:220px;
    margin-bottom:20px;
}
.how-it-helps ul{
    padding-left:50px;
}
.how-it-helps li {
    list-style-type: square;
    margin-bottom: 15px;
    list-style-image: url("../images/ms/check.png")
}


.how-it-helps li b{
    font-size:17px;
}
.con3 h3, .con3 p{
    text-align:left;
    margin-top:0px;
    margin-bottom:15px;
}
.update-box {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding:20px;
    margin-bottom:20px;
}
.cta-sec1 {
    background-image: linear-gradient(45deg, #ff0100,black);
    color: white;
    background-attachment: fixed;
}
    .cta-sec1 p {
        color: #fff;
        font-size: 16px;
        line-height: 22px;
        
    }
    .cta-sec1 h3 {
        text-align: center;
        color: #fff;
        
    }
.text-para{
    border-left:2px solid;
    padding-left:30px
}
.reviews-text h4 {
    font-size: 18px;
    text-transform: capitalize;
    line-height: 26px;
    margin: 0;
}
ul.text-left{
list-style-type:square;
margin-left:20px;
}
ul.list li{
    list-style-type:square;
    margin-left:20px;
    margin-bottom:8px;
}
.matterport-vs .von{
    min-height:285px;
}
.what-we-offer .icon{
    box-shadow:none;
    height:30px;
    line-height:20px
}
.header-wrapper{
    padding:4px 0px !important
}

@media only screen and (max-width:767px){
    .services-sec .col-md-3 {
        width: 100%;
    }
}