@media screen and (max-width: 1500px) {
    .circle {
        width: 230px;
        height: 198px;
    }

    .large-screen-section
    {
        min-width: 400px;
        margin-left: 20px;
        display: flex;
    }
    .small-screen-section
    {
        display:none !important;
    }

    .footer-link-row 
    {
        display:flex;
        flex-direction:row;
        justify-content:flex-start;
    }
    .last-footer-header {
        margin-right:230px;
    }
    .main-page-dynamic-size {
        max-width: 1320px;
    }
}
@media screen and (max-width: 1200px) {
    .faq .faq-list {
        padding: 0;
    }
    .footer-logo img {
        max-width: 100%;
    }

    .large-screen-section
    {
        min-width: 400px;
        margin-left: 20px;
        display: flex;
    }
    .small-screen-section
    {
        display:none !important;
    }

    .footer-link-row 
    {
        display:flex;
        flex-direction:row;
        justify-content:flex-start;
    }
    .last-footer-header {
        margin-right:230px;
    }
    .main-page-dynamic-size {
        max-width: 1140px;
    }
}

@media screen and (max-width: 1124px) {
    .navbar-brand img {
        max-width: 100%;
        width: 200px;
    }
    .circle {
        width: 202px;
        height: 192px;
    }

    .large-screen-section
    {
        display: none !important;
    }
    .small-screen-section
    {
        display:block !important;
    }

    .footer-link-row 
    {
        display:flex;
        flex-direction:row;
        justify-content:flex-start;
    }

    .last-footer-header {
        margin-right:230px;
    }

    .main-page-dynamic-size {
        max-width: 1000px;
        justify-content: center !important;
    }
    
}
@media screen and (min-width:768px) and (max-width: 991px) {
   
    .circle{display: none;}
    .step-heading h1 {
        font-size: 30px;
    }
    .about-section .container {
        max-width: 900px;
        padding: 0px 40px;
    }
    .banner .content h1 {
        font-size: 32px;
    }
    .section-heading h2 {
        font-size: 30px;
    }
    h2 {
        font-size: 30px;
    }
    .fw-semibold {
      
        font-size: 30px;
    }
    
    .banner .content h4 {
        font-size: 22px;
    }
    .footer-logo img {
        max-width: 270px;
    }
    .faq-section{
     padding-left:5rem !important;
    }
        .footer-logo img {
        max-width: 270px;
    }
    .footer-logo{
        margin-bottom:24px;
    }

    .large-screen-section
    {
        display: none !important;
    }
    .small-screen-section
    {
        display:block !important;
    }

    .footer-link-row 
    {
        display:flex;
        flex-direction:column;
        justify-content:flex-start;
    }
    .last-footer-header {
        margin-right:120px;
    }

    .main-page-dynamic-size {
        max-width: 960px;
        justify-content: center !important;
    }
}



@media screen and (max-width: 767px) {

    .large-screen-section
    {
        display: none !important;
    }
    .small-screen-section
    {
        display:block !important;
    }

    button.btn.border-0 {
        position: relative;
        right: 48px;
        height: 37px;
    }

    .servicecard-section .card {
        margin-bottom: 20px;
    }

    .contact-form {
        width: 100%;
        max-width: 100%;
    }

    .contact-cell {
        margin-top: 30px;
    }

    .search-box form .search-btn,
    .search-box form .search-btn .btn {
        width: 100%;
    }

    .section-heading {
        padding: 0px 20px;
    }

    footer .row {
        gap: 26px;
    }

    footer h4 {
        margin-bottom: 16px;
    }

    .search-main {
        padding: 14px;
    }

    .servicecard-section .row {
        gap: 20px;
    }

    .banner .form-section {
        display: flex;
        justify-content: center;
    }

    .banner .content {
        display: none;
    }

    .banner {
        animation: none;
    }
    .footer-logo img {
        max-width: 250px;
    }

    .footer-link-row 
    {
        display:flex;
        flex-direction:column;
        justify-content:flex-start;
    }
    .last-footer-header {
        margin-right:120px;
    }

    .main-page-dynamic-size {
        max-width: 720px;
        justify-content: center !important;
    }

}

@media screen and (max-width: 580px) {
    .large-screen-section
    {
        display: none !important;
    }
    .small-screen-section
    {
        display:block !important;
    }
    .cardbg-report:after{display: none;}
    .cardbg:before{display:none;}

    .cardbg-report:before {

        top: -62px;
   
    }
    .p-5.content.justify-content-center {
        padding: 15px !important;
    }
    .step-heading b {
   
        font-size: 24px;
  
    }
    .step-heading h1 {

        font-size: 24px;
    }
    /*new class added*/
    .circle{display: none;}
    .contactus-section {
        padding: 20px;
    }

    h2.words-slide-up.text-split {
        font-size: 38px;
    }

    footer {
        padding: 10px 0px;
    }

    footer {
        margin-top: 20px;
    }

    .about-section .content p:nth-child(2) {
        font-size: 30px;
    }
    /*add new css 23th june*/
    img.show-banner-mobile-screen {
        max-height: 430px;
    }

    .footer-link-row 
    {
        display:flex;
        flex-direction:column;
        justify-content:flex-start;
    }
    .last-footer-header {
        margin-right:120px;
    }
    .main-page-dynamic-size {
        max-width: 540px;
        justify-content: center !important;
    }
}

@media screen and (max-width: 414px) {
    .large-screen-section
    {
        display: none !important;
    }
    .small-screen-section
    {
        display:block !important;
    }


    .faq .faq-list a {
        font-size: 12px ;
    }
    .col-md-7.content.endclass {
        display: block;
    }
    .d-flex.mt-5.gap-4 {
        gap: 0 !important;
        margin: -1.8em;
        margin-bottom: 2em;
    }
    h2.words-slide-up.text-split {
        font-size: 28px;
    }

    .text {
        font-size: 14px;
    }

    .since-year {
        font-size: 52px;
    }

    .banner .content .description p {
        font-size: 15px;
    }

    .banner .content .heading p {
        margin-top: 20px;
    }
    .step-heading b {
   
        font-size: 24px;
  
    }
    .step-heading h1 {

        font-size: 24px;
    }
    .circle{display: none;}

    .footer-link-row 
    {
        display:flex;
        flex-direction:column;
        justify-content:flex-start;
    }
    .last-footer-header {
        margin-right:100px;
    }

    .main-page-dynamic-size {
        max-width: 400px;
        justify-content: center !important;
    }

}

@media screen and (max-width: 375px) {
    .large-screen-section
    {
        display: none !important;
    }
    .small-screen-section
    {
        display:block !important;
    }

    .step-heading b {
   
        font-size: 24px;
  
    }
    .step-heading h1 {

        font-size: 24px;
    }
    .footer-link-row 
    {
        display:flex;
        flex-direction:column;
        justify-content:flex-start;
    }
    .last-footer-header {
        margin-right:80px;
    }

    .main-page-dynamic-size {
        max-width: 350px;
        justify-content: center !important;
    }

}

/*add new css 2nd july 2025*/
@media only screen and (max-device-width: 940px) and (orientation: landscape) {
    .large-screen-section
    {
        display: none !important;
    }
    .small-screen-section
    {
        display:block !important;
    }

   .banner-img {
        max-width: 373px;
    }

    .footer-link-row 
    {
        display:flex;
        flex-direction:row;
        justify-content:flex-start;
    }

    .last-footer-header {
        margin-right:220px;
    }

    .main-page-dynamic-size {
        max-width: 900px;
        justify-content: center !important;
    }
}