@media only screen and (min-width: 1441px) {
    .builder-screen{
/*        margin-top: -60px;*/
    }
}
@media only screen and (max-width: 1440px) {
    .nav-menu {
        gap: 30px;
    }

    .blogs-details {
        padding-top: 80px;
        padding-bottom: 60px;
    }

    .blog-img {
        margin-bottom: 60px;
    }

    .iteam-img {
        width: 40px;
        height: 40px;
    }

    .iteam-title {
        font-size: 14px;
        line-height: 20px;
    }

    .pri-heading {
        font-size: 28px;
        line-height: 31px;
    }

    .section-content .sec-para {
        margin-top: 20px;
    }

    .sec-para {
        /* font-size: 14px; */
        font-size: 15px;
        /* line-height: 21px; */
        line-height: 26px;
        letter-spacing: 1px;
    }

    .footer-contents {
        gap: 0;
    }

    footer .sec-para {
        /* font-size: 12px; */
        font-size: 14px;
        line-height: 20px;
        text-decoration: none;
    }

    .section-img {
        width: 45%;
    }

    .tech-title {
        font-size: 22px;
        line-height: 23px;
    }

    .tech-icon {
        width: 60px;
        height: 60px;
        /* width: 80px;
        height: 80px; */
    }

    .tech-para {
        font-size: 15px;
        line-height: 22px;
    }

    .tech-link {
        font-weight: 800;
        font-size: 12px;
        line-height: 19px;
        text-decoration-line: underline;
        text-transform: capitalize;
        color: #767575;
    }

    .technologies {
        margin-top: 45px;
        gap: 20px;
    }

    .techonilogy {
        gap: 10px;
        padding: 20px 15px 15px 15px;
        width: calc(33.33% - 14px);
    }
    .techonilogy-box {
        gap: 10px;
        padding: 20px 15px 15px 15px;
        width: calc(33.33% - 14px);
    }

    .valueble-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .leading-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .testimonial-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .testimonial-slider {
        margin-top: 25px;
    }

    .testimonial-slide-content {
        padding: 20px 15px 15px 15px;
        gap: 10px;
    }

    .client-img {
        width: 100px;
    }

    .testimonial-slider .slick-dots li button:before {
        width: 10px;
        height: 10px;
    }

    .footer-content .logo {
        width: 125px;
    }

    ul.pro-info {
        /* font-size: 12px; */
        font-size: 14px;
    }

    .footer-content .more-abt {
        font-size: 14px;
    }

    .footer-contents .links {
        margin-bottom: 10px;
        /* font-size: 14px; */
        font-size: 16px;
    }

    .footer-contents .quick-link li {
        margin-bottom: initial;
    }

    .footer-contents .location {
        /* font-size: 14px; */
        font-size: 16px;
    }

    .footer-contents address strong {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .footer-contents address {
        margin-bottom: 10px;
    }

    .footer-end {
        margin-top: 20px;
    }

    hr {
        margin-bottom: 10px;
    }

    .footer-content .profle {
        margin-top: 25px;
    }

    .pro-info li {
        margin-bottom: 5px;
    }

    .main-section,
    .brand-section {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .tech-title-img .tech-icon {
        width: 30%;
    }

    .drupal-dev {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .contact-section {
        padding-top: 40px;
    }

    .contact-us {
        width: 40%;
        top: 40px;
    }

    .input-group input,
    textarea {
        width: 90%;
    }

    .valueble-section .sec-para {
        width: 90%;
    }
    .leading-section .sec-para {
        width: 90%;
    }
}

@media only screen and (max-width: 1295px){
    .banner p {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1290px){
    .builder-screen{
        margin-top: 60px;
    }
}
@media only screen and (max-width: 1160px){
    .container{
        max-width: 90% !important;
        padding-right: unset;
        padding-left: unset;
    }
    .main-heading{

    }
    .left-content h3{
        font-size: 20px;
    }
}
@media only screen and (max-width: 1060px){
    .main-heading{
        font-size: 30px;
    line-height: 50px;
    }
}
@media only screen and (max-width: 1024px){
    .footer-content {
        padding-left: 0;
    }

    .footer-contents {
        gap: 10px;
    }

}

@media only screen and (max-width: 992px) {
    /* -- Parth -- */
    .container {
        width: 90% !important;
    }
    /* -- Parth -- */
    .wrapper {
        max-width: 90%;
    }
    .hide{
        display: block !important;
    }

    .footer-contents .quick-link {
        list-style: inside;
    }

    .blogs-details {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .blog-img {
        margin-bottom: 50px;
    }


    .blog-detail-bnr .banner {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .valueble-section .pri-heading {
        margin-bottom: 15px;
        width: 73%;
    }
    .leading-section .pri-heading {
        margin-bottom: 15px;
        width: 73%;
    }

    .hdr-iteams {
        width: 100%;
    }

    .brands-row {
        width: 90%;
    }

    .nav-menu {
        gap: 0;
        align-items: center;
        position: absolute;
        /* top: 65px; */
        top: 120px;
        width: 100%;
        flex-direction: column;
        left: 0;
        background-color: #ffff;
        z-index: 111;
        display: none;
    }

    .toggle-nav {
        display: block;
    }

    .toggle-nav.active .bar:nth-child(2) {
        opacity: 0;
    }

    .toggle-nav.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .toggle-nav.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }


    .menu-link {
        padding: 10px 20px;
        display: block;
        color: #16428b;
        border-bottom: 1px solid #d6dadf;
        transition: all 0.2s linear;
        text-align: left;
        display: flex;
    }

    footer .sec-para {
        font-size: 13px;
        line-height: 20px;
        text-transform: capitalize !important;
    }

    .tech-para {
        font-size: 13px;
        line-height: 20px;
    }

    .sec-para {
        font-size: 13px;
        line-height: 20px;
    }

    .menu-iteam a:hover {
        background: #e7e8eb;
        color: #209ABA;
    }

    .menu-link.active {
        color: #209ABA;
    }

    .menu-iteam {
        width: 100%;
        text-align: center;
    }

    .menu-iteam .bnr-btn {
        box-shadow: unset;
        border: unset;
        padding: 10px 20px;
        display: flex;
        color: #16428b;
        transition: all 0.2s linear;
        text-align: left;
    }

    .menu-iteam .bnr-btn::before {
        background: unset;
    }

    .technologies {
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .tech-title {
        font-size: 22px;
    }


    .testimonial-slider {
        margin-top: 15px;
    }

    .brands-row {
        margin-top: 25px;
    }

    .footer-content {
        width: calc(50% - 15px);
    }

    .footer-contents {
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .end-content {
        display: flex;
        gap: 30px;

    }

    .foter-end-row {
        padding-bottom: 20px;
    }

    .footer-contents .location {
        margin-bottom: 20px;
    }

    .footer-end {
        margin-top: 40px;
    }

    .footer-section {
        padding-top: 40px;
    }

    .banner {
        flex-direction: column;
    }

    .banner .left-content {
        width: 100%;
    }

    .banner .right-img {
        display: none;
    }

    .contact-us {
        padding: 40px 25px 50px 25px;
    }

    .input-group input,
    textarea {
        width: 100%;
    }

    .contact-form .pri-btn {
        margin-top: 25px;
    }

    .cnt-bg {
        margin-top: 103px;
    }

    .portfolio-flex {
        gap: 20px;
    }

    .portfolio {
        width: calc(33.33% - 14px);
    }

    .tabs {
        margin-bottom: 30px;
    }

    .portfolio-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    /* 24/01/2024 */

    .con_boxs{
        width: 100%;
        border-top-left-radius: unset;
    }
    .builder_img{
        width: 50%;
        text-align: center;
    }
    .builder_box{
        text-align: center;
    }
    .builder-screen{
        /* position: inherit; */
        margin-top: 60px;
    }
    .banner-home .left-content-home{
        width: 100%;
    }
    .banner-home{
        height: 80%;
    }
    /* 24/01/2024 */

}

@media only screen and (max-width: 891px) {
    .builder-screen{
        margin-top: 100px;
    }
}
@media only screen and (max-width: 768px) {
    .pri-heading {
        width: 100%;
    }

    .cnt-bg {
        margin-top: 78px;
        height: 111px;
    }

    .techonilogy {
        width: calc(50% - 10px);
    }
    .techonilogy-box {
        width: calc(50% - 10px);
    }

    .portfolio {
        width: calc(50% - 10px);
    }
    .menu-iteams {
        width: auto;
    }
    .menu-links {
        font-size: 18px;
    }
    /* 26/01/2024 */
    .sos_box{
        display: none !important;
    }
    
    /* 26/01/2024 */
}

@media only screen and (max-width: 767px) {
    .builder_img{
        width: 28%;
    }
    .main-heading{
        font-size: 32px;
        line-height: 40px;
    }
    .banner-home p{
        font-size: 18px;
    }
    .builder-screen {
        margin-top: 76px;
    }    
    
}
@media only screen and (max-width: 690px) {
    .builder-screen {
        margin-top: 115px;
    }
    .left-content-home .main-heading{
        font-size: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .hdr-iteams {
        width: 100%;
    }

    .top-head {
        /* height: calc(75vh - 100px); */
        height: initial;
    }

    .bnr-sec {
        /* height: calc(70vh - 240px); */
        height: initial;
        position: initial;
        padding: 40px 0;
    }
    .banner{
        position: initial;
        transform: unset;
    }
    .hdr-bottom{
        position: initial;
    }
    .blogs-details {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .blog-img {
        margin-bottom: 40px;
    }

    .blog-detail-bnr .main-heading {
        font-size: 35px;
        line-height: 45px;
    }
    .blog-detail-bnr{
        height: initial;
    }

    .brands-row {
        width: 95%;
        /* margin: 0 auto; */
    }

    .main-heading {
        font-size: 24px;
        line-height: 28px;
    }

    .sec-heading {
        font-size: 18px;
        line-height: 21px;
        margin-top: 10px;
    }

    .bnr-btn {
        padding: 10px 20px;
        font-size: 14px;
    }

    .social-btn {
        padding: 7px 10px;
        font-size: 13px;
    }

    .hdr-iteams {
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
    }

    .hdr-iteams .iteam {
        width: calc(33.33% - 14px);
    }

    .main-section {
        padding-top: 40px;
        padding-bottom: 0px;
    }

    .section {
        flex-direction: column;
    }

    .section-content {
        width: 100%;
        margin-bottom: 20px;
        order: 1;
    }

    .section-img {
        width: 100%;
        margin-bottom: 10px;
    }

    .valueble-section {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .valueble-section .sec-para {
        width: 100%;
    }
    .leading-section {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .leading-section .sec-para {
        width: 100%;
    }

    .technologies {
        margin-bottom: 25px;
        margin-top: 25px;
    }

    .techonilogy {
        width: 100%;
    }
    .techonilogy-box {
        width: 100%;
    }

    .testimonial-section {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .w80 {
        width: 100%;
    }

    .pri-heading {
        width: 91%;
    }

    .testimonial-slider .slick-dots {
        bottom: -25px;
    }

    .brand-section {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .footer-section {
        padding-top: 25px;
    }

    .footer-content {
        width: 100%;
    }

    .footer-end {
        margin-top: 25px;
    }

    .foter-end-row {
        flex-direction: column;
        row-gap: 16px;
    }

    .end-content {
        gap: 10px;
    }

    .sec-para {
        font-size: 13px;
        line-height: 20px;
    }

    .sec-para p {
        margin-bottom: 15px;
    }

    .pri-heading {
        font-size: 22px;
        line-height: 25px;
    }

    .testimonial-slide-content {
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .testimonial-slide-content .sec-para {
        text-align: center;
    }

    .drupal-dev {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .drupal-title-row {
        align-items: initial;
        justify-content: initial;
        flex-direction: column;
        row-gap: 10px;
    }

    .drupal-title-row .bnr-btn {
        width: fit-content;
    }

    .contact-us {
        width: 100%;
        top: 40px;
        position: initial;
        order: 1;
        padding: 25px 20px 25px 20px;
    }

    .contact {
        flex-direction: column;
    }

    .get-in-touch {
        width: 100%;
        margin-left: initial;
        order: 2;
        padding-top: 20px;
    }

    .cnt-bg {
        height: 98px;
        margin-top: -97px;
        display: none;
    }

    .contact-form .pri-btn {
        margin-top: 15px;
    }

    .tab {
        font-size: 12px;
        line-height: 18px;
    }

    .portfolio {
        width: 100%;
    }

    .portfolio-flex {
        gap: 30px;
    }

    /* .header_top ul {
        display: block;
    }
    .head_top {
        padding-bottom: 5px;
    } */
    .menu-links {
        font-size: 16px;
    }

    /* 31/01/2024 */
    .banner p{
        font-size: 18px;
    }
    .banner-home{
        height: auto;
        transform: unset;
    }
    .builder-screen {
        margin-top: 25px;
    }
    /* 31/01/2024 */
}
@media only screen and (max-width: 420px) {

    .menu-links {
        font-size: 16px;
    }
    .social-box{
        font-size: 16px;
    }
}
@media only screen and (max-width: 375px) { 
    .menu-links {
        font-size: 12px;
    }
}

