.estimate-hero-section {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
.estimate-hero-left p {
    margin: auto;
    padding-top: 6px;
    padding-bottom: 35px;
    font-size: 18px;
    line-height: 30px;
    color: #8a8a8a;
    font-weight: 300;
}
.estimate-hero-left {
    padding-top: 17.1875vw;
    padding-left: 30px;
}
.estimate-hero-left h1{
    position: relative;
}
.estimate-hero-left h1::before {
    position: absolute;
    content: "";
    height: calc(100% - 16px);
    width: 8px;
    background-color: #2da9e4;
    left: -30px;
    top: 8px;
}
.our-pricing-content-wrap {
    text-align: center;
}
.our-pricing-content-wrap p {
    margin: auto;
    padding-top: 10px;
    max-width: 1080px;
    color: #8a8a8a;
    font-size: 18px;
}
.our-pricing-content-wrap p.description strong {
    color: #666;
    font-weight: 500;
}
.our-pricing-content-wrap p.btm-description {
    color: #666666;
    font-weight: 500;
    max-width: 1100px;
    padding-bottom: 35px;
}
.pricing-question-section, 
.start-project-section,
.our-pricing-section {
    padding: 100px 0;
}

.pricing-tabs-wrap {
    padding: 70px 0;
}


/* Responsive Style */
@media only screen and (max-width: 991px) {
    
}
@media only screen and (max-width: 767px) {
    
}
@media only screen and (max-width: 575px) {
    
}
/* Responsive Style */