/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
    .logo-web img {
        width: 60px;
    }
    .main-menu li.active {
        border-radius: 0px;
    }
    .request-demo {
        margin-left: 0px;
    }
    .request-demo::after {
        display: none;
    }
    .item.gallery-slide,
    .banner-content {
        height: 250px;
    }
    .item.gallery-slide .bg-background {
        height: 250px;
        object-fit: cover;
    }
    .banner-content h2 {
        font-size: 18px;
        line-height: 30px;
        text-align: center;
    }
    .banner-content p {
        font-size: 14px;
        line-height: 25px;
    }
    .btn1 img {
        margin-left: 5px;
        width: 12px;
        margin-top: -2px;
    }
    .btn1 {
        padding: 8px 20px;
        color: #fff;
        font-size: 12px;
    }
    .screenshot-gallery .owl-dots {
        position: absolute;
        bottom: 0px;
        left: 40%;
    }
    .sarva-solutions {
        padding: 40px 0px;
    }
    .header-text h2 {
        font-size: 24px;
        line-height: 35px;
    }
    .mt-50 {
        margin-top: 30px;
    }
    .sarva-gives-content {
        padding: 10px;
        margin-top: 10px;
    }
    .gives-heading h5 {
        font-size: 16px;
        font-weight: 600;
        line-height: 25px;
    }
    .footer-contact {
        margin-top: 30px;
    }
    .footer-links::after {
        display: none;
    }
    .quick-links li,
    .contact-details li {
        width: 100%;
    }
    .sarva-gives-content:hover {
        padding: 15px;
    }
    .inner-banner {
        padding: 50px 0px;
    }
    .inner-banner h1 {
        font-size: 25px;
    }
    .get-in-touch {
        margin: 30px 0px;
    }
    .contactus-content h4 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .contactus-content p {
        font-size: 14px;
        line-height: 26px;
    }
    .contact-details h6 {
        font-size: 16px;
    }
    .drop-line {
        background: #fad03c;
        padding: 20px;
        margin-top: 30px;
    }
    .drop-line h4 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .drop-line .form-control,
    .drop-line textarea {
        margin-top: 10px;
    }
    .get-direction {
        height: 280px;
    }
    .inner-head h4 {
        font-size: 20px;
        line-height: 30px;
    }
    .inner-head {
        margin-top: 2rem;
    }
    .blog-thumb h4 {
        font-size: 16px;
    }
    .blog-thumb p {
        font-size: 12px;
        line-height: 25px;
    }
    .blog-thumb {
        text-align: center;
    }
    .engagement-img {
        margin-bottom: 30px;
    }
    .get-in-touch .inner-head {
        margin-top: 0px;
        margin-bottom: 0rem;
    }
    .banner-section {
        margin-top: 65px;
    }
    .sarva-mandalas img {
        width: 165px;
    }
    .mandala-content {
        height: auto;
    }
    .inner-banner {
        margin-top: 60px;
    }

    .pro-txt {
        padding: 0px 24px;
    }
    .product-qoute1 {
        padding: 0px 15px;
        margin-top: 25px;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    .pro-list ul li {
        background: url(../images/list-icon.png) no-repeat;
        padding: 0px 0px 4px 32px;
        font-size: 16px;
    }

    .pro-list ul 
    {
        width:90%;
        margin:0px auto;
        margin-top:30px;
    }

    .pro-list {
        margin-top: 0px;
    }

    .product-mandala {
        width: 255px;
        margin-top: -100px;
    }
    .product-mandala h2 {
        font-size: 28px;
    }

    .pro-img
    {
        text-align: center;
        margin-top: 30px;
    }

    .product-thumb {
        font-size: 18px;
        line-height: 29px;
    }

    .pro-text1 {
        font-size:20px;
        padding: 15px;
    }

    .pro-img
    {
        text-align: center;
        margin-top: 30px;
    }


    .menu__brand--active img
    {
        width:28%;
        text-align: center;
    }

    .burger {
        top: -37px;
    }

    .burger--close .burger__patty:nth-child(1) {
        background: #4d1964;
      }
      .burger--close .burger__patty:nth-child(3) {
        background: #4d1964;
      }

      .menu__brand p
      {
          display: none;
      }

      .menu__brand {
        height: 25vh;
    }

    .menu__link {
        font-size: 22px;
        padding: 5px 0;
    
    }

}


/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) and (max-width: 767.98px) {
    .logo-web img {
        width: 60px;
    }
    .main-menu li.active {
        border-radius: 0px;
    }
    .request-demo {
        margin-left: 0px;
    }
    .request-demo::after {
        display: none;
    }
    .item.gallery-slide,
    .banner-content {
        height: 250px;
    }
    .item.gallery-slide .bg-background {
        height: 250px;
        object-fit: cover;
    }
    .banner-content h2 {
        font-size: 18px;
        line-height: 30px;
        text-align: center;
    }
    .banner-content p {
        font-size: 14px;
        line-height: 25px;
    }
    .btn1 img {
        margin-left: 5px;
        width: 12px;
        margin-top: -2px;
    }
    .btn1 {
        padding: 8px 20px;
        color: #fff;
        font-size: 12px;
    }
    .screenshot-gallery .owl-dots {
        position: absolute;
        bottom: 0px;
        left: 45%;
    }
    .sarva-solutions {
        padding: 40px 0px;
    }
    .header-text h2 {
        font-size: 24px;
        line-height: 35px;
    }
    .mt-50 {
        margin-top: 30px;
    }
    .sarva-gives-content {
        padding: 10px;
        margin-top: 10px;
    }
    .gives-heading h5 {
        font-size: 16px;
        font-weight: 600;
        line-height: 25px;
    }
    .footer-contact {
        margin-top: 30px;
    }
    .footer-links::after {
        display: none;
    }
    .quick-links li,
    .contact-details li {
        width: 100%;
    }
    .sarva-gives-content:hover {
        padding: 15px;
    }
    .sarva-mandalas h6 {
        font-size: 18px;
    }
    .inner-banner {
        padding: 50px 0px;
    }
    .inner-banner h1 {
        font-size: 25px;
    }
    .get-in-touch {
        margin: 30px 0px;
    }
    .contactus-content h4 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .contactus-content p {
        font-size: 14px;
        line-height: 26px;
    }
    .contact-details h6 {
        font-size: 16px;
    }
    .drop-line {
        background: #fad03c;
        padding: 20px;
        margin-top: 30px;
    }
    .drop-line h4 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .drop-line .form-control,
    .drop-line textarea {
        margin-top: 10px;
    }
    .get-direction {
        height: 280px;
    }
    .inner-head h4 {
        font-size: 20px;
        line-height: 30px;
    }
    .inner-head {
        margin-top: 2rem;
    }
    .blog-thumb h4 {
        font-size: 16px;
    }
    .blog-thumb p {
        font-size: 12px;
        line-height: 25px;
    }
    .blog-thumb {
        text-align: center;
    }
    .engagement-img {
        margin-bottom: 30px;
    }
    .get-in-touch .inner-head {
        margin-top: 0px;
        margin-bottom: 0rem;
    }
    .banner-section {
        margin-top: 65px;
    }
    .inner-banner {
        margin-top: 60px;
    }

    .product-mandala {

        width: 265px;

        margin-top: -100px;
    }
    .pro-txt {
        padding: 0px 24px;
    }
    .product-qoute1 {
        padding: 0px 15px;
        margin-top: 25px;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    .pro-list ul li {
        background: url(../images/list-icon.png) no-repeat;
        padding: 0px 0px 4px 32px;
        font-size: 16px;
    }


    .pro-txt {
        padding: 0px 24px;
    }
    .product-qoute1 {
        padding: 0px 15px;
        margin-top: 25px;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    .pro-list ul li {
        background: url(../images/list-icon.png) no-repeat;
        padding: 0px 0px 4px 32px;
        font-size: 16px;
    }

    .pro-list ul 
    {
        width:70%;
        margin:0px auto;
        margin-top:30px;
    }

    .pro-list {
        margin-top: 0px;
    }

    .product-mandala {
        width: 255px;
        margin-top: -100px;
    }
    .product-mandala h2 {
        font-size: 32px;
    }

    .pro-img
    {
        text-align: center;
        margin-top: 30px;
    }


    .menu__brand--active img
    {
        width:50%;
        text-align: center;
    }

    .burger {
        top: -37px;
    }

    .burger--close .burger__patty:nth-child(1) {
        background: #4d1964;
      }
      .burger--close .burger__patty:nth-child(3) {
        background: #4d1964;
      }

      .menu__brand p
      {
          display: none;
      }

      .menu__brand {
        height: 25vh;
    }

    .menu__link {
        font-size: 22px;
        padding: 5px 0;
    
    }

}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width: 991.98px) {
    .logo-web img {
        width: 60px;
    }
    .main-menu li.active {
        border-radius: 0px;
    }
    .request-demo {
        margin-left: 0px;
    }
    .request-demo::after {
        display: none;
    }
    .item.gallery-slide,
    .banner-content {
        height: 250px;
    }
    .item.gallery-slide .bg-background {
        height: 250px;
        object-fit: cover;
        width: 100%;
    }
    .banner-content h2 {
        font-size: 24px;
        line-height: 30px;
        text-align: center;
    }
    .banner-content p {
        font-size: 20px;
        line-height: 30px;
    }
    .btn1 img {
        margin-left: 5px;
        width: 12px;
        margin-top: -2px;
    }
    .btn1 {
        padding: 8px 20px;
        color: #fff;
        font-size: 12px;
    }
    .screenshot-gallery .owl-dots {
        position: absolute;
        bottom: 0px;
        left: 45%;
    }
    .sarva-solutions {
        padding: 40px 0px;
    }
    .header-text h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .mt-50 {
        margin-top: 30px;
    }
    .sarva-gives-content {
        padding: 10px;
        margin-top: 10px;
    }
    .gives-heading h5 {
        font-size: 16px;
        font-weight: 600;
        line-height: 25px;
    }
    .footer-contact {
        margin-top: 30px;
    }
    .footer-links::after {
        display: none;
    }
    .sarva-gives-content:hover {
        padding: 15px;
    }
    .sarva-mandalas h6 {
        font-size: 16px;
    }
    .button {
        top: 3px;
    }
    .sarva-mandalas br {
        display: none;
    }
    .inner-banner {
        padding: 70px 0px;
    }
    .inner-banner h1 {
        font-size: 25px;
    }
    .get-in-touch {
        margin: 30px 0px;
    }
    .contactus-content h4 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .contactus-content p {
        font-size: 14px;
        line-height: 26px;
    }
    .contact-details h6 {
        font-size: 16px;
    }
    .drop-line {
        background: #fad03c;
        padding: 20px;
        margin-top: 30px;
    }
    .drop-line h4 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .drop-line .form-control,
    .drop-line textarea {
        margin-top: 10px;
    }
    .get-direction {
        height: 350px;
    }
    #cssmenu ul {
        top: 50px;
    }
    .inner-head h4 {
        font-size: 18px;
        line-height: 35px;
    }
    .inner-head {
        margin-top: 2rem;
    }
    .blog-thumb h4 {
        font-size: 16px;
    }
    .blog-thumb p {
        font-size: 12px;
        line-height: 25px;
    }
    .categories,
    .recent-articles {
        width: 50%;
        float: left;
    }
    .get-in-touch .inner-head {
        margin-top: 0px;
        margin-bottom: 0rem;
    }
    .banner-section {
        margin-top: 60px;
    }
    .sarva-mandalas img {
        width: 200px;
    }
    .inner-banner {
        margin-top: 60px;
    }


    .pro-txt {
        padding: 0px 24px;
    }
    .product-qoute1 {
        padding: 0px 15px;
        margin-top: 25px;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    .pro-list ul li {
        background: url(../images/list-icon.png) no-repeat;
        padding: 0px 0px 4px 32px;
        font-size: 16px;
    }

    .pro-list {
        margin-top: 0px;
    }

    .product-mandala {
        width: 255px;
        margin-top: -100px;
    }
    .product-mandala h2 {
        font-size: 32px;
    }

    .menu__brand--active img
    {
        width:50%;
        text-align: center;
    }

    .burger {
        top: 22px;
    }

    .burger--close .burger__patty:nth-child(1) {
        background: #4d1964;
      }
      .burger--close .burger__patty:nth-child(3) {
        background: #4d1964;
      }
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width: 1199.98px) {
    .banner-content h2 {
        font-size: 40px;
    }
    .banner-content p {
        font-size: 30px;
        line-height: 50px;
    }
    .item.gallery-slide,
    .banner-content {
        height: 410px;
    }
    .header-text h2 {
        font-size: 42px;
    }
    .sarva-mandalas h6 {
        font-size: 15px;
        line-height: 25px;
        font-weight: 600;
    }
    .sarva-mandalas img {
        width: 140px;
    }
    .sarva-gives-content {
        padding: 15px 20px;
        margin-top: 0px;
    }
    .gives-heading h5 {
        font-size: 16px;
    }
    #cssmenu>ul>li>a {
        padding: 10px 15px !important;
        font-size: 16px;
    }
    .inner-banner {
        padding: 140px 0px;
        margin-top: 130px;
    }
    .inner-banner h1 {
        font-size: 55px;
    }
    .contactus-content h4 {
        font-size: 34px;
    }
    .drop-line h4 {
        font-size: 30px;
    }
    .inner-head h4 {
        font-size: 24px;
    }
    .banner-section {
        margin-top: 130px;
    }
    .pro-txt {
        padding: 0px 34px;
    }
}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {}