.calculator-header {
    height: 420px;
    padding-left: 0;
    padding-right: 0;
}

.confidence-home-area{
    padding-top:0px;
    padding-bottom: 1.875rem;
    overflow: hidden;
    padding-left:0px;
    background: url(/assets3/img/calculator/banner1.jpg) no-repeat;
    /* background-size: auto 100%; */
    background-position: 100% 50%;
}
.confidence-home-content {
    margin-left: 3.125rem;
}
.confidence-home-area .confidence-home-content h3 {
    font-weight: bold;
}
.confidence-home-area  {
    padding-top: 2rem;
}
.confidence-home-area .confidence-home-content p {
    max-width: 43.75rem;
    font-size: 1.25rem;
    color: #0D1820;
}

.confidence-home-area .confidence-home-btn .main-default-btn {
    background-color: #28c76f;
}
.confidence-home-area .container-fluid{
    max-width: 123.75rem;
}
.confidence-home-image{
    position: relative;
    top:-5.625rem;  
    right: -5rem;
}
.main-section-title h2 {
    font-size: 1.875rem;
}
.calculator-items {
    display: flex;
    flex-wrap: wrap;
}
.calculator-items >div:nth-child(4n) .calculator_items{
    border: none;
}
.why-choose-us-area-without-bg .main-section-title {
    max-width: 60rem;
}
@media only screen and (min-width: 1550px){
    
    .confidence-home-area .container-fluid{
        padding:0px;
    }
}
@media only screen and (min-width: 1550px){
    .confidence-home-area{
        padding-left: 6.25rem;
    }
}
@media screen and (min-width:1980px){
    .main-navbar .navbar .container-fluid{
        padding:0px
    }
    .confidence-home-area{
        padding-left: 0px;
    }
    .confidence-home-image{
        top: 0px;
        left:0px
    }
}



@media screen and (max-width:1000px) and (min-width:800px){
   
    .confidence-home-image{
        top:0 !important;
        right:0;
    }
}
@media screen and (max-width:500px) {
    .confidence-home-image{
        top:0 !important;
        right:0;
    }
}
@media screen and (max-width: 990px) {
    .confidence-home-area{
        background: none;
    }
}