.is-sticky{
    padding: 0px 0;
}
.navbar{
    padding: 10px 0 0;
}
.navbar-brand{
    width: 125px;
}
.is-sticky .navbar-brand{
    width: 75px;
}
.footer-area{
    padding-top: 80px;
}
.footer-area .copyright-area{
    margin-top: 30px;
}
.footer-area .copyright-area p{
    text-align: center;
}
.footer-area .footer-widget .addresss p{
    margin-bottom: 10px;
}
.privacy-policy-sec-bg{
    background-size: unset;
    height: 200px!important;
}
.privacy-policy-sec{
    padding-top: 40px;
    padding-bottom: 40px;
}
.privacy-policy-sec .privacy-policy-sec-txt h2{
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 36px;
}
.privacy-policy-sec .privacy-policy-sec-txt h4{
    font-weight: 700;
}
.privacy-policy-sec .privacy-policy-sec-txt p span{
    font-weight: 700;
    color: black;
}
.pricing-section .price-card .price-btn a{
    padding: 10px 40px;
}
.main-banner{
    height: 750px;
}
.why-choose .why-choose-text .media .media-body{
    text-align: justify;
}
.section-title{
    max-width: 100%;
}
.pb-40{padding-bottom:40px}
#screenshots .section-title{
    margin: 0 auto 50px;
}
.pricing-section .price-card .price-btn a{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.main-banner .banner-text h2{
    font-weight: 700;
    font-size: 36px;
    color: #fff;
    margin-bottom: 5px;
}
.main-banner .banner-text h3{
    color: #000022;
    font-weight: 700;
    margin-bottom: 30px;
}
.main-banner .banner-text p{
    margin-bottom: 20px;
}
.pricing-section .price-card{
    padding: 50px 30px;
}

/* (max-width: 575px) */
@media (max-width: 575px) {
    .navbar .navbar-brand img {
        max-width: 70px;
    }
    .why-choose{
        padding-top: 140px;
    }
    .main-banner .banner-text h2 {
        font-size: 28px;
    }
    .why-choose .section-title {
        margin: 0 auto 20px;
    }
    #screenshots .section-title {
        margin: 0 auto 30px;
    }
    .footer-area .footer-widget .footer-logo{
        width: 150px;
    }
    .footer-area {
        padding-top: 40px;
    }
    .footer-area .copyright-area {
        margin-top: 5px;
    }
    .why-choose .section-title p{
        text-align: justify;
    }
    .footer-area .copyright-area p{
        margin-top: 0;
    }
    .footer-area .footer-widget ul li {
        margin-bottom: 10px;
    }
}
/* end (max-width: 575px) */

/* (max-width: 479px) */
@media (max-width: 479px) {
    .main-banner .banner-text h2 {
        font-size: 26px;
    }
    .main-banner .banner-text h3{
        font-size: 20px;
    }
    .why-choose {
        padding-top: 110px;
    }
    .why-choose .why-choose-text {
        padding-top: 35px;
    }
}
/* end (max-width: 479px) */

/* (max-width: 425px) */
@media (max-width: 425px) {
    .main-banner .banner-text h2 {
        font-size: 24px;
    }
    .main-banner .banner-text h3 {
        font-size: 18px;
    }
    .main-banner .banner-text p {
        margin-bottom: 10px;
    }
    .why-choose {
        padding-top: 100px;
    }
    .is-sticky .navbar-brand{
        padding-top: 0;
    }
}
/* end (max-width: 425px) */

/* (max-width: 375px) */
@media (max-width: 375px) {
    .main-banner .banner-text h2 {
        font-size: 20px;
    }
    .main-banner .banner-text p{
        font-size: 14px;
    }
    .main-banner .banner-text h3 {
        font-size: 16px;
    }
    .why-choose {
        padding-top: 80px;
    }
    .navbar .navbar-brand img {
        max-width: 60px;
    }
}
/* end (max-width: 375px) */