/* Responsve Styling */

@media only screen and (min-width: 0px) and (max-width: 519px) {
    .subHead {
        font-size: 20px;
    }

    h1.mainHead {
        font-size: 38px;
        line-height: 40px;
    }

    .bannerImg {
        top: 50px;
        position: relative;
        right: 45px;
    }

    .heroImg {
        top: 50px;
    }

    .heroMainContent {
        position: relative;
        top: 60px;
    }

    .banner {
        padding: 90px 0px;
    }

    .heroHead {
        font-size: 30px;
        line-height: 35px;
    }

    .heroMainContent p {
        line-height: 21px;
        font-size: 15px;
    }

    .themebtn {
        font-size: 15px;
        padding: 8px 25px;
    }

    .subHead {
        font-size: 24px;
    }

    .mainHead {
        font-size: 38px;
        line-height: 40px;
    }

    .bannerImg {
        top: 50px;
        position: relative;
        right: 45px;
    }

    .heroImg {
        top: 50px;
    }

    .heroMainContent {
        position: relative;
        top: 60px;
        margin: 0 0 50px;
    }

    .banner {
        padding: 48px 0px 65px;
    }

    .heroHead {
        font-size: 30px;
        line-height: 35px;
    }

    .heroMainContent p {
        line-height: 21px;
        font-size: 15px;
    }

    .themebtn {
        font-size: 15px;
        padding: 8px 25px;
    }

    .bannerform {
        position: unset !important;
        width: 100% !important;
        margin: 35px 0px 0px !important;
    }

    .heroSec {
        display: block;
    }

    .bannerFormHeading {
        font-size: 40px;
    }

    .about {
        padding: 60px 0px;
    }

    .aboutImg {
        width: 100%;
        height: 390px;
    }

    .sectionHead {
        margin: 18px 0px 0px;
    }

    .sectionHead h2 {
        font-size: 36px;
        line-height: 1.1;
    }

    .chooseCrds {
        position: unset;
        display: block;
        transform: none;
        margin-top: 28px;
    }

    .chooseImg {
        margin: 28px 0px 0px;
        width: 100%;
    }

    .whyChooseSec {
        padding: 60px 0px;
    }

    .chooseCrd {
        width: 100%;
        margin: 0 0 20px;
    }

    .strengthSection {
        padding: 70px 0px;
    }

    .getintouch.getintouch_main {
        padding: 70px 0px;
    }

    .process {
        padding: 60px 0px;
    }

    .processContent {
        margin: 0 0 18px;
    }

    section.faqs {
        padding: 60px 0px;
    }

    .faqImg {
        height: 490px;
    }

    .headerRight {
        display: none;
    }

    .responsive_head {
    display: block;
    padding: 8px 10px;
    position: relative;
    z-index: 99;
}

.mainHeader {
    display: none;
}

.reponsive_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a.responsive_logo {
    width: 58%;
    height: 107px;
    overflow: hidden;
}

a.responsive_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

    a.menu_btn {
    font-size: 34px;
}

    .work_card {
    margin: 0 0 20px;
    width: 100%;
}

.do_dont_cont ul li {
    font-size: 17px;
}

.work_card h3 {
    font-size: 26px;
}

.work_card p {
    font-size: 17px;
}

.for_cont ul li {
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 18px;
}

section.except_sect {
    padding: 15px 0px 22px;
}

.except_cont {
    margin: 10px 0px 0px;
    width: 100%;
}

.except_cont ul li {
    font-size: 18px;
}

.except_cont h3 {
    font-size: 32px;
}

.value_cont h3 {
    font-size: 22px;
}

.value_cont p {
    font-size: 18px;
}

    .innerHeroSection {
    padding: 50px 0px;
}

.footerBottom {
        display: block;
        width: 100%;
    }

    .footer_botLeft {
        width: 100%;
        margin: 0 0 18px;
    }

    .footerRight {
        display: block;
    }

    .footerNav {
        margin: 0 0 30px;
    }

    .disclaimer {
        width: 100%;
    }

    .footer {
        padding: 60px 0px;
    }

    .do_dont_cont {
    width: 100%;
    margin: 16px 0 0;
}

.strenghtContent h4 {
    font-size: 32px;
    line-height: 38px;
}
}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 992px) and (max-width: 1250px) {}

