/***************************************************************/

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
    p {
        line-height: 28px;
        margin: 20px 0;
        font-size: 18px;
    }

    header .logo > a img,
    footer .flogo img {
        height: 18px;
    }

    header .menu-other .buttons button:nth-child(2) {
        margin-right: 0;
    }
    .int-stuff > div > p {
    margin: 10px 0 0 0;
    border-bottom: 1px solid var(--light-border);
    display: inline-block;
    text-transform: capitalize;
    font-size: 14px !important;
    font-weight: 500;
    padding-bottom: 4px;
}

    /*main start*/
    main .main-content h1,
    .automate-sec h2 {
        font-size: 60px;
        line-height: 75px;
    }
    .automate-sec h2{
        margin-top: 50px;
    }
    .automate-sec p{
        margin-bottom: 50px;
    }
    main .main-content div button {
        margin-top: 20px;
        width: 165px;
        height: 47px;
    }
 
    /*main end*/

    .banner-text h3 {
        font-size: 50px;
    }
    .article-text .span-text {
        font-size: 17px;
        line-height: 22px;
    }

    .article-text h3,
    .expert-sec h3 {
        font-size: 33px;
        margin-top: 19px;
    }
    .expert-sec img {
        width: 100%;
        height: 300px;
        object-fit: contain;
    }
    .expert-sec > div {
        margin: 10px;
    }
    .testimonial-sec > div:nth-child(2) {
        padding: 0 0 0 70px;
    }
    .testimonial-sec h3 {
        font-size: 35px;
    }
    .partner-sec {
        padding: 0 60px;
    }
    .partner-sec h2 {
        font-size: 45px;
    }
    .partner-sec button {
        height: 36px;
        font-size: 16px;
        margin-top: 20px;
    }
    .l-g-g > div {
        padding: 100px 60px;
    }
    .l-g-g h4 {
        font-size: 37px;
        line-height: 50px;
    }
    .l-g-g > div > div:nth-child(2) {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .l-g-g > div > div:nth-child(2) button {
        width: 185px;
        height: 55px;
    }
    .f2 > div {
        padding-right: 10px;
    }
    .search-value {
        height: 50px;
        font-size: 15px;
    }
}

/***************************************************************/

@media only screen and (min-width: 767px) and (max-width: 1023px) {
    p {
        line-height: 28px;
        margin: 20px 0;
        font-size: 18px;
    }
    header .logo > a img,
    footer .flogo img {
        height: 18px;
    }
    .menu-button {
        display: block;
    }
    .menu-button i {
        font-size: 25px;
    }
    .menu-other {
        display: none !important;
    }
    .menu {
        display: none;
    }
    .menu-2{
        display: none;
    }
    .int-stuff > div > p {
    margin: 10px 0 0 0;
    border-bottom: 1px solid var(--light-border);
    display: inline-block;
    text-transform: capitalize;
    font-size: 14px !important;
    font-weight: 500;
    padding-bottom: 4px;
}
    header .menu > ul {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        position: absolute;
        justify-content: flex-start;
        left: 0;
        width: 100%;
        top: 70px;
        min-height: 200px;
        background: #ffffff;
        transition: all 300ms ease;
        border-top: 3px solid var(--text-primary);
        box-shadow: 0 12px 28px 0 rgb(0 0 0 / 20%), 0 2px 4px 0 rgb(0 0 0 / 10%);
    }
    header .menu > ul li {
        padding: 10px;
    }
    /*main start*/

    main .main-content h1,
    .automate-sec h2 {
        font-size: 55px;
        line-height: 65px;
    }
    main .main-content div button {
        margin-top: 20px;
        width: 165px;
        height: 47px;
    }
    main .main-content {
        padding: 0 20px;
    }
   
    .main-sec .main-content h1 {
        line-height: unset;
    }
    /*main end*/

    .product-banner {
        background-size: auto 100%;
        height: 550px;
    }
    .banner-text {
        margin-top: 60px;
        padding: 0;
    }
    .banner-text h3 {
        font-size: 50px;
    }
    .banner-text .dropdown {
        margin: 40px 0 0 0;
    }
    .automate-sec {
        padding-top: 200px;
    }
    .article-text .span-text {
        font-size: 17px;
        line-height: 22px;
    }
    .c1{
        padding: 0;
    }
    .article-text {
        padding: 0;
    }
    .article-text h3,
    .expert-sec h3 {
        font-size: 33px;
        margin-top: 19px;
    }
    .expert-sec img {
        width: 100%;
        height: 300px;
        object-fit: contain;
    }

    .expert-sec > div {
        padding: 40px 0;
    }
    .testimonial-sec {
        padding: 70px 60px;
        min-height: 300px;
    }
    .owl-theme .owl-dots {
        position: absolute;
        top: unset;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .testimonial-sec > div:nth-child(2) {
        padding: 0 0 0 50px;
    }
    .testimonial-sec h3 {
        font-size: 29px;
    }
    .partner-program-img {
        padding: 0;
        height: 325px;
        width: 100%;
    }
    .partner-image {
        width: 100%;
    }

    .partner-sec h2 {
        font-size: 45px;
    }
    .partner-sec button {
        height: 46px;
        width: 170px;
        font-size: 16px;
        margin-top: 20px;
    }
    .l-g-g > div {
        padding: 95px 50px;
    }
    .l-g-g h4 {
        font-size: 35px;
    }
    .l-g-g > div > div:nth-child(2) {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .l-g-g > div > div:nth-child(2) button {
        width: 170px;
        height: 46px;
    }
    
    /*footer START */
    footer .f1 {
        padding: 10px;
        border-bottom: 1px solid var(--light-divider);
    }
    .f2 > div {
        padding-right: 10px;
    }
    .search-value {
        height: 50px;
        width: 100%;
        font-size: 15px;
    }
    footer .f2 {
        padding: 10px;
    }
    /*footer END*/
}

/***************************************************************/

@media only screen and (max-width: 768px) and (min-height: 500px) {
    p {
        line-height: 28px;
        margin: 20px 0;
        font-size: 18px !important;
    }
    header .logo > a img,
    footer .flogo img {
        height: 18px;
    }
    .menu-button {
        display: block;
    }
    .menu-button i {
        font-size: 25px;
    }
    .menu-other {
        display: none !important;
    }

    .menu {
        display: none;
    }
    header .menu > ul {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        position: absolute;
        justify-content: flex-start;
        left: 0;
        width: 100%;
        top: 70px;
        min-height: 200px;
        background: #ffffff;
        transition: all 300ms ease;
        border-top: 3px solid var(--text-primary);
        box-shadow: 0 12px 28px 0 rgb(0 0 0 / 20%), 0 2px 4px 0 rgb(0 0 0 / 10%);
    }
    header .menu > ul li {
        padding: 10px;
    }
    .int-stuff{
        flex-wrap: wrap;
    }
    .int-stuff > div {
        width: 50%;
        padding: 0 20px 20px 20px;
        margin: 0;
        text-transform: capitalize;
    }
    .int-stuff > div > p{
    margin: 10px 0 0 0;
    border-bottom: 1px solid var(--light-border);
    display: inline-block;
    text-transform: capitalize;
    font-size: 14px !important;
    font-weight: 500;
    padding-bottom: 4px;
    }
    .fix-button {
        right: 12px;
        bottom: 12px;
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    /*main start*/
    .automate-sec h2 {
        font-size: 45px;
        line-height: 55px;
    }
    .main-heading {
        font-size: 60px;
    }
    .main-sec .main-content h1 {
        font-size: 25px;
        line-height: unset;
    }
    main .main-content div button {
        margin-top: 20px;
        width: 145px;
        height: 45px;
        font-size: 18px;
    }
    main .main-content {
        padding: 0 20px;
    }
    /*main end*/

    .product-banner {
        height: 500px;
    }
    .banner-text {
        margin-top: 3rem;
        padding: 0;
    }
    .banner-text h3 {
        font-size: 45px;
        line-height: 55px;
    }
    .banner-text .dropdown {
        margin: 20px 0;
    }
    .banner-text .dropbtn {
        font-size: 22px;
        line-height: 26px;
        width: 380px;
    }
    .automate-sec {
        width: 100%;
        padding: 0;
    }

    .c-reverse{
        flex-direction: column-reverse;
    }
    .article-text {
        text-align: center;
        padding: 10px 25px;
    }
    .article-text .span-text {
        font-size: 17px;
        line-height: 22px;
    }
    .article-text h3,
    .expert-sec h3 {
        font-size: 33px;
        margin-top: 19px;
    }
    .expert-sec img {
        width: 100%;
        height: 300px;
        object-fit: contain;
    }
    .expert-sec > div > div {
        width: 100%;
    }
    .testimonial-sec {
        padding: 40px;
        border-radius: 5px;
    }
    .owl-theme .owl-dots {
        position: absolute;
        top: unset;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .testimonial-sec > div:nth-child(2) {
        padding: 0;
        text-align: center;
    }
    .testimonial-sec > div:first-child img {
        min-width: 100%;
        width: 100%;
    }
    .testimonial-sec h3 {
        font-size: 20px;
    }
    .partner-image {
        width: 100%;
    }
    .partner-sec {
        padding: 25px 20px;
        width: 100%;
        text-align: center;
    }
    .partner-sec h2 {
        font-size: 33px;
    }
    .partner-sec button {
        height: 46px;
        font-size: 16px;
        margin-top: 20px;
    }
    .button-underline:before {
        bottom: 0px;
    }
    .l-g-g > div {
        padding: 50px;
        flex-direction: column;
    }
    .l-g-g h4 {
        font-size: 30px;
        margin-bottom: 25px;
    }
    .l-g-g > div > div:nth-child(2) {
        display: flex;
        align-items: flex-start;
    }
    .l-g-g > div > div:nth-child(2) button {
        width: 145px;
        height: 45px;
    }
    footer .f1 {
        padding: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid var(--light-border);
    }
    .f2 > div {
        padding-right: 10px;
        padding-bottom: 25px;
        width: 50%;
    }
    .search-value {
        height: 50px;
        font-size: 15px;
    }

    /*footer */
    footer .f2 {
        padding: 20px;
        flex-wrap: wrap;
    }

    /*sign in */
    .box-card {
        width: 470px;
    }
}

/***************************************************************/

@media only screen and (max-width: 499px) and (min-width: 100px) {
    p {
        line-height: 28px;
        margin: 20px 0;
        font-size: 18px !important;
    }
    header .logo > a img,
    footer .flogo img {
        height: 18px;
    }
    .menu-button {
        display: block;
    }
    .menu-button i {
        font-size: 25px;
    }
    .menu-other {
        display: none !important;
    }

    .menu {
        display: none;
    }
    header .menu > ul {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        position: absolute;
        justify-content: flex-start;
        left: 0;
        width: 100%;
        top: 70px;
        min-height: 200px;
        background: #ffffff;
        transition: all 300ms ease;
        border-top: 3px solid var(--text-primary);
        box-shadow: 0 12px 28px 0 rgb(0 0 0 / 20%), 0 2px 4px 0 rgb(0 0 0 / 10%);
    }
    header .menu > ul li {
        padding: 10px;
    }
    .int-stuff{
        flex-wrap: wrap;
        padding: 5px 10px;
    }
    .int-stuff > div {
        width: 100%;
        padding: 0 5px 20px 5px;
        margin: 0;
        text-transform: capitalize;
        font-size: 14px !important;
        font-weight: 600;
    }
    .int-stuff > div > p{
        margin: 10px 0 0 0;
        border-bottom: 1px solid var(--light-border);
        display: inline-block;
        text-transform: capitalize;
        font-size: 14px !important;
        font-weight: 500;
        padding-bottom: 4px;
    }
    .fix-button {
        right: 12px;
        bottom: 12px;
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    
    /*main start*/
    .main-heading {
        font-size: 55px;
    }
    main .main-content h1,
    .automate-sec h2 {
        font-size: 34px;
        line-height: 45px;
    }
    main .main-content div button {
        margin-top: 20px;
        width: 140px;
        height: 45px;
        font-size: 18px;
    }
    main .main-content {
        padding: 0 10px;
    }
    main .main-content div button:first-child {
        margin-right: 10px;
    }

    /*main end*/
    .banner-sec {
        margin-top: 100px;
    }
    .product-banner {
        height: 320px;
    }
    .banner-text h3 {
        font-size: 33px;
        line-height: 42px;
    }
    .p-banner-outer {
        transform: translateY(-100px);
    }
    .banner-text .dropdown {
        margin: 40px 0 0 0;
    }
    .dropdown-content a {
        padding: 15px;
        font-size: 15px;
    }
    .banner-text .dropbtn {
        font-size: 15px;
        width: 258px;
        height: 55px;
    }
    .banner-text .dropbtn i {
        margin-left: 15px;
    }
    .automate-sec {
        width: 100%;
        padding: 60px 0;
    }
    .expert-sec img {
        width: 100%;
        height: 300px;
        object-fit: contain;
    }

    .expert-sec > div > div {
        width: 100%;
    }

    .testimonial-sec {
        padding: 20px
    }
    .testimonial-sec > div {
        width: 100%;
        margin: 15px 0;
    }
    .testimonial-sec > div:first-child img {
        min-width: 150px;
        width: 150px;
        margin: auto;
    }
    .owl-theme .owl-dots {
        bottom: 10px;
    }
    .owl-theme .owl-dots .owl-dot span {
        border: 1px solid var(--light-border);
    }

    .testimonial-sec > div:nth-child(2) {
        padding: 0;
        text-align: center;
    }
    .testimonial-sec h3 {
        font-size: 24px;
    }
    .partner-program-img {
        padding: 0;
        height: 395px;
        width: 100%;
    }
    .partner-image {
        width: 100%;
    }
    .partner-sec {
        padding: 25px 0 0 0;
        width: 100%;
        text-align: center;
    }
    .partner-sec button {
        margin-top: 0;
    }
    .l-g-g > div {
        padding: 25px;
    }
    .l-g-g h4 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }
 
    .l-g-g > div > div:nth-child(2) button {
        width: 85px;
        height: 30px;
        font-size: 12px;
    }

    .l-g-g > div > div:nth-child(2) button:first-child {
        margin-right: 20px;
    }
        /*footer */
    footer .f1 {
        padding: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid var(--light-border);
    }
    .f2 > div {
        padding-right: 10px;
        padding-bottom: 25px;
        width: 50%;
    }
    footer .f2 h5 {
        margin-bottom: 10px;
    }
    footer .f2 ul {
        font-size: 13px;
    }
    footer .footer-mainbg {
        padding: 0;
    }
    footer .f2 {
        padding: 10px;
        flex-wrap: wrap;
    }
    footer .footer-social h6 {
        font-size: 23px;
    }
    footer .footer-social .social-icons span {
        margin: 13px;
    }
    footer .footer-social .social-icons span a {
        font-size: 23px;
    }
    footer .footer-social div ul li a,
    footer .footer-social div:nth-child(3) > span a {
        font-size: 12px;
        margin: 0 10px;
    }
    footer .footer-social div ul li span {
        display: none;
    }
    footer .footer-social div:nth-child(3) > span {
        font-size: 13px;
        margin: 10px 0;
    }
    footer .footer-social {
        padding: 30px 0;
    }
}
