@media (min-width: 576px) and (max-width: 767px) {}

@media (max-width: 767px) {
    .MainHeader {
        padding: 5px 0;
    }

    .MainHeader .SignBts {
        width: 100%;
        margin-top: 10px;
    }

    .MainHeader .SignBts ul {
        justify-content: space-between;
    }

    .MainHeader .navbar .navbar-collapse .navbar-nav li .dropdown-menu {
        position: absolute;
    }

    .MainHeader .navbar .navbar-collapse .navbar-nav li .dropdown-menu {
        width: auto;
    }

    .devMegaMenu .devMegaMenuInner .devMMenus .devMMenusInner .devMMenuItem {
        width: 100%;
    }

    .heroSection .heroSectionContent .hsBtn {
        margin-top: 50px;
    }

    .heroSection {
        padding: 20px 0;
        height: 350px;
    }

    .heroSection .heroSectionContent h1 {
        font-size: 24px;
    }

    .heroSection .heroSectionContent h2 {
        font-size: 16px;
    }

    .heroSection .heroSectionContent p {
        font-size: 14px;
    }

    .heroSection .heroSectionContent p br {
        display: none
    }

    .featureSection {
        padding: 50px 0;
    }

    .pricingSection {
        padding: 50px 0;
        position: relative;
    }

    .tabBillingTab ul li.nav-item a.nav-link {
        text-align: center;
    }

    .tabBillingTab ul {
        display: block;
    }

    .tabBillingTab ul li.nav-item a.nav-link {
        border-radius: 100px !important;
        margin: 10px 0;
    }

    .tabBilling #pills-tabContent .col-md-3 {
        margin-bottom: 30px;
    }

    #testimonialSlider .tsMain .clientInfo {
        text-align: center;
    }

    .CTASection {
        padding: 30px 0;
    }

    .CTASection .ctaText {
        margin-top: 20px;
    }

    .CTASection .ctaText h2 {
        font-size: 20px;
    }

    .FooterSection .logoAbout {
        margin-bottom: 20px;
    }

    .FooterSection .footerMenu {
        margin-bottom: 20px;
    }

    .FooterBarSection .fbsMenu ul {
        justify-content: center;
    }

    .FooterBarSection .fbsMenu ul li {
        width: 50%;
        margin: 10px 0;
        text-align: center;
    }

    .FooterBarSection .socialCopy {
        margin-top: 20px;
    }

    .FooterBarSection .socialCopy .socialLink {
        flex-basis: 100%;
    }

    .FooterBarSection .socialCopy .socialLink ul {
        justify-content: center;
        margin-bottom: 10px;
    }

    .FooterBarSection .socialCopy .copyright {
        text-align: center;
    }

    .breadcrumbSection {
        padding: 50px 0;
    }

    .breadcrumbSection .breadcrumbSectionContent h1 {
        font-size: 28px;
    }

    .breadcrumbSection .breadcrumbSectionContent p {
        font-size: 14px;
    }

    .ContactSection .ContactInfoBox {
        padding: 20px 20px;
    }

    .ContactSection {
        padding: 50px 0;
    }

    .ContactFormSection {
        padding-bottom: 50px;
    }

    .featuresPSection {
        padding: 50px 0;
    }

    .LoginSection {
        height: auto;
    }

    .loginLeft .loginContent {
        padding: 50px 0;
    }

    .loginLeft .loginContent .LoginBtn {
        margin-top: 30px;
    }

    .loginForm {
        padding: 0 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .MainHeader {
        padding: 5px 0;
    }

    .MainHeader .SignBts {
        width: 100%;
        margin-top: 10px;
    }

    .MainHeader .SignBts ul {
        justify-content: space-between;
    }

    .MainHeader .navbar .navbar-collapse .navbar-nav li .dropdown-menu {
        position: absolute;
    }

    .MainHeader .navbar .navbar-collapse .navbar-nav li .dropdown-menu {
        width: auto;
    }


    .heroSection .heroSectionContent .hsBtn {
        margin-top: 50px;
    }

    .heroSection {
        padding: 20px 0;
        height: 350px;
    }

    .heroSection .heroSectionContent h1 {
        font-size: 40px;
    }

    .heroSection .heroSectionContent h2 {
        font-size: 34px;
    }

    .featureSection .featureBox {
        text-align: center;
        padding: 30px 0;
    }

    .featureSection {
        padding: 50px 0;
    }

    .pricingSection {
        padding: 50px 0;
    }

    .tabBilling #pills-tabContent .col-md-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 30px;
    }

    .CTASection .container > .row > .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .CTASection .ctaText {
        margin-top: 50px;
    }

    .FooterSection .container > .row > .col-md-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }

    .FooterSection .container > .row > .col-md-9 .col-md-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 30px;
    }

    .FooterSection .container > .row > .col-md-9 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .FooterBarSection .fbsMenu ul li {
        margin-right: 20px;
        margin-bottom: 10px;
    }
    
    .ContactSection .ContactInfoBox {
        padding: 50px 10px;
    }
    .loginForm {
        padding: 0 20px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {}

@media (min-width: 1200px) {}