
@media (max-width:1199px){
    body {
        font-size: 14px;
    }
    html.menu-show {
        overflow: hidden;
    }
    .header-logo a {
        max-width: 120px;
    }
    .header-menu-overlay {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0,0,0,0.5);
        z-index: 99;
        transition: all 0.3s;
        visibility: hidden;
        opacity: 0;
    }
    .header-main-bar {
        align-items: center;
    }
    .menu-show .header-menu-overlay {
        visibility: visible;
        opacity: 1;
    }
    .navbar-toggle{
        display: block;
        position:relative;
        width:40px;
        height:40px;
        margin-left: 20px;
    }
    .brochure-btn {
        width: 70%;
        text-align: right;
    }
    .navbar-toggle span {
        width: 32px;
        height: 2px;
        background: var(--dark);
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        border-radius: 0;
        margin: auto;
        transition:all 0.3s;
    }
    .navbar-toggle span:nth-child(1) {
        top: -16px;
        width: 18px;
    }
    .navbar-toggle span:nth-child(3) {
        bottom: -16px;
        width: 18px;
    }
    .menu-show .navbar-toggle span:nth-child(1) {
        top: 0;
        width: 28px;
        transform:rotate(45deg);
    }
    .menu-show .navbar-toggle span:nth-child(2) {
        width: 0;
    }
    .menu-show .navbar-toggle span:nth-child(3) {
        bottom: 0;
        width: 28px;
        transform:rotate(-45deg);
    }
    nav.header-navbar {
        position: fixed;
        right: 0;
        display: block;
        z-index: 9999;
        background: #ffffff;
        top: 0;
        bottom: 0;
        width: 300px;
        padding: 35px 55px;
        transform: translatex(100%);
        transition: all 0.4s;
        overflow: auto;
        color: #fff;
        margin: 0;
    }
    .menu-show nav.header-navbar {
        transform: translatex(0%);
        box-shadow: -1px 0px 10px 0 #0000001f;
    }
    .header-navbar .navbar-toggle {
        margin-left: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }
    header nav > ul {
        margin: 10px 0 0;
        display: block;
    }
    header nav > ul > li + li {
        margin-left: 0;
        margin-top: 20px;
    }
    header nav > ul > li > a {
        font-size: 20px;
        line-height: 37px;
        font-weight: 700;
        display: inline-flex;
        align-items: center;
        white-space: nowrap;
        flex-grow: 1;
    }
    header nav > ul > li{
        transform: translateY(20px);
        opacity: 0;
        transition: all 0.4s;
    }
    .menu-show header nav > ul > li{
        transform: translateY(0);
        opacity: 1;
    }
    .menu-show header nav > ul > li:nth-child(2){
        transition-delay:0.1s ;
    }
    .menu-show header nav > ul > li:nth-child(3){
        transition-delay:0.2s ;
    }
    .menu-show header nav > ul > li:nth-child(4){
        transition-delay:0.3s ;
    }
    .menu-show header nav > ul > li:nth-child(5){
        transition-delay:0.4s ;
    }
    .menu-show header nav > ul > li:nth-child(6){
        transition-delay:0.5s ;
    }
    .menu-show header nav > ul > li:nth-child(7){
        transition-delay:0.6s ;
    }
    .sub-menu.mega-menu {
        min-width: 100%;
        right: 0;
        left: 0;
    }
    .sub-menu {
        position: relative;
        left: 0;
        margin-top: 10px;
        border: 1px solid #eee;
        box-shadow: 0 0 0 transparent;
        border-radius: 5px;
        padding: 10px;
        display: none;
        transform:none;
        width:100%;
        opacity: 1;
        visibility: visible;
    }
    li:hover > .sub-menu {
        display: none;
    }
    li.submenu_active > .sub-menu {
        display: block;
    }
    header nav > ul > li.menu-parent > a:after {
        display: none;
    }
    header nav > ul > li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .submenu-toggle {
        display: flex;
        align-items: center;
        width: 24px;
        height: 24px;
        position: relative;
        justify-content: center;
        transition:all 0.3s;
    }
    li.submenu_active > .submenu-toggle {
        transform:rotate(180deg);
    }
    .submenu-toggle:after {
        content: "";
        display: block;
        border-right: 2px solid #000;
        border-bottom: 2px solid #000;
        transform: rotate(45deg);
        width: 9px;
        height: 9px;
        vertical-align: top;
    }
    .sub-menu.mega-menu ul li {
        width: 100%;
    }
    .scrollToTop {
        width: 36px;
        height: 36px;
        bottom: 100px;
        right: 25px;
        padding: 14px;
    }
    .scrollToTop:before {
        transform: skew(-20deg);
    }
    .scrollToTop:hover:before {
        transform: skew(20deg);
    }
    html .btn {
        padding: 0 25px;
        line-height: 40px;
        font-size: 14px;
        min-width: 120px;
    }
    section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    /* footer-responsive */
    
    .footer-text p {
        font-size: 15px;
    }
    .footer-text {
        padding: 20px 0 40px;
    }
    footer .social-links h4 {
        font-size: 15px;
        margin-bottom: -3px;
    }
    .btn.footer-btn a {
        font-size: 20px;
    }
    .btn.footer-btn span {
        font-size: 15px;
    }
    footer h4 {
        font-size: 20px;
    }
    .footer-bottom p {
        font-size: 15px;
        margin-bottom: 6px !important;
    }
    
    section.about_us .text h1,
    .top-main-title h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    section.about_us .text span {
        font-size: 30px;
    }
    section.about_us .text p,
    .top-main-title p {
        margin-bottom: 15px;
        font-size: 15px;
    }
    section.about_us .text h3 {
        font-size: 16px;
    }
    section.about_us .text .btn {
        margin-top: 20px;
    }
    .years h5.boader_text, .years h5.fill {
        font-size: 73px;
    }
    .years p.plus {
        left: 71px;
        top: 23px;
    }
    .text-bg h3 {
        font-size: 30px;
    }
    .text-bg {
        left: -40px;
    }
    p.bottom-text {
        font-size: 15px;
        margin: -48px 0 0 79px;
    }
    .years {
        left: 10px;
        bottom: -26px;
    }
    .review-section .title h2, .product_detail .title h2 {
        font-size: 35px;
        margin-bottom: 40px;
    }
    .product-carousel.owl-carousel .owl-nav {
        top: -90px;
    }
    .product-box .text {
        padding: 120px 0px 0;
        margin-bottom: 30px;
    }
    .product-box .text h4 {
        font-size: 23px;
    }
    .review-box:before {
        width: 60px;
        height: 60px;
        right: 20px;
        top: 140px;
        background-size: contain;
    }
    section.about_us .text .btn {
        margin-top: 0px;
    }
    .product-box .image > a {
        height: 100px;
    }
    .product-box:after {
        top: 0px;
        width: 37px;
    }
    section.our_product {
        padding-top: 0;
    }
    .about_us .text {
        padding-left: 10px;
    }
    .review-box {
        border-radius: 15px;
        padding: 25px;
    }
    .owl-carousel .owl-nav {
        top: -80px;
    }
    .review-box .img {
        margin-bottom: 15px;
    }
    .review-box p {
        margin-top: 10px;
        font-size: 15px;
    }
    /* banner_home */
    .banner_bg_title {
        font-size: 70px;
    }
    .banner_img {
        margin-bottom: -30px;
    }
    .banner table th {
        font-size: 14px;
    }
    .banner .owl-carousel .owl-nav button {
        height: 30px;
        width: 30px;
        background-size: 100% !important;
    }
    .banner table td {
        font-size: 16px;
    }
    section.inner_banner h1 {
        font-size: 30px;
        margin-top: 0px;
    }
    section.inner_banner ol.breadcrumb{
        font-size: 14px;
    }
    section.inner_banner ol.breadcrumb li.breadcrumb-item a {
        font-size: 14px;
    }
    section.about_content p {
        font-size: 15px;
        margin-bottom: 15px;
    }
    section.about_content .image {
        margin-bottom: 20px;
    }
    .title h2 {
        font-size: 30px;
    }
    .about_box {
        border-radius: 10px;
        padding: 20px;
    }
    .about_box .icon {
        margin-bottom: 15px;
    }
    .about_box h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .about_box .text {
        padding-top: 20px;
    }
    .about_box .text p {
        font-size: 15px;
    }
    .about_box .icon img {
        height: 50px;
        width: 50px;
    }
    .listing_box .title {
        margin-bottom: 80px;
    }
    .listing_box .col-md-4:nth-child(2) .about_box {
        margin-top: -40px;
    }
    .listing_box .col-md-4:nth-child(3) .about_box {
        margin-top: -140px;
    }
    .about_box .text ul li, section.why-choose-us .text ul li {
        margin-bottom: 5px;
        padding-left: 25px;
        font-size: 15px;
        width: 100%;
    }
    section.why-choose-us p {
        margin-bottom: 20px;
        font-size: 15px;
    }
    section.about_content .bg-fixed-attachment-img {
        height: 450px !important;
    }
    section.product_detail .product-box .text h4 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    section.product_detail .product-box .image > a:after {
        width: 250px;
        height: 250px;
    }
    section.product_detail .product-box .image {
        margin-bottom: 10px;
    }
    section.product_detail .product-box {
        margin-bottom: 80px;
    }
    .contact_info_col {
        padding-right: 0px;
    }
    .contact-form-section h4 {
        font-size: 28px;
    }
    .contact-form-section .contact_title {
        margin-bottom: 30px;
    }
    .contact_info_col p {
        font-size: 15px;
    }
    .contact_info_col .contact_list.phone {
        padding-bottom: 20px;
    }
    .contact_info_col .contact_list {
        margin-bottom: 20px;
    }
    .contact_form {
        border-radius: 20px;
        padding: 30px;
    }
    .contact_form .form-group .form-control {
        padding: 10px 15px;
        height: 45px;
        font-size: 15px;
    }
    .contact_form .form-group {
        margin-bottom: 15px;
    }
    .contact-form-section .contact_title p {
        font-size: 15px;
    }
    .contact_form textarea {
        height: 110px !important;
    }
    .address-description {
        margin-bottom: 30px;
    }
    .product-detail-box h1 {
        font-size: 25px;
    }
    .product-detail-info .product-detail-box h3 {
        margin: 25px 0 20px 0;
        font-size: 25px;
    }
    .product-detail-box p{
        font-size: 15px;
    }
    .btn-wrap a.inquire_via_mail_btn,.btn-wrap a.btn.whatsapp_btn {
        padding: 0 15px;
        font-size: 13px;
    }
    .product-detail-info .product-detail-box ul li{
        font-size: 15px;
    }
    .product-detail-info .product-detail-box table thead th {
        padding: 10px 10px;
        font-size: 14px;
    }
    .product-detail-info .product-detail-box table tbody td {
        padding: 10px 10px;
        font-size: 14px;
    }
    .product-detail-info .product-detail-box .product_detail-img .image img {
        max-width: 450px;
    }
    .product-detail-info .product-detail-box .image img {
        max-width: 100%;
    }
    .inquery-modal .modal-content {
        width: 400px;
    }
    .inquery-modal .modal-content .inquiry_modal_content {
        padding: 20px;
    }
    .inquery-modal .modal-content form lable {
        font-size: 15px !important;
    }
    .inquery-modal .modal-content form .form-control {
        border-radius: 6px !important;
        height: 40px;
    }
    .inquery-modal  .form-feild {
        margin-bottom: 15px;
    }
    .inquery-modal textarea.form-control {
        padding: 15px;
        height: 110px !important;
    }
    .inquery-modal .modal-content:after {
        left: -135px;
        bottom: -30px;
        background-size: contain;
    }
    .become-dealer-benefit-list ul.dealer-benefit li {
        font-size: 15px;
    }
    .become-dealer-benefit-list h5 {
        font-size: 28px;
    }
    .contact_form h5 {
        font-size: 18px;
    }
    .contact_form .form-title {
        margin-bottom: 35px !important;
    }
    .contact-form-section .nice-select.form-select {
        padding: 10px 15px;
        height: 45px;
    }
    .review-box .img img {
        border-radius: 8px;
        height: 90px;
        max-width: 90px;
        margin: 0 auto;
    }
    .lc-content-wrap h2.lc-heading {
        margin-bottom: 30px;
    }
    .become-dealer_col_left {
        margin-right: -90px;
    }
    section.inner_banner::after {
        right: 29%;
        bottom: -25px;
        background-size: contain;
    }
}   

@media (min-width:992px) and (max-width:1199px){
    header nav > ul > li > a {
        font-size: 14px;
    }
    header nav > ul > li + li {
        margin-left: 25px;
    }
    html .btn {
        padding: 0 25px;
        line-height: 38px;
        font-size: 14px;
        min-width: 120px;
    }
    .footer-logo {
        margin-bottom: 20px;
    }
    .footer-logo a {
        max-width: 170px;
    }
    .product-box .image > a {
        height: 210px;
    }
    section.product_detail{
        padding-bottom: 70px;
    }
    .contact-information-carousel .owl-nav {
        left: -320px;
        bottom: 220px;
    }
    .text-social-list ul li {
        margin-right: 15px;
    }

     /* footer-responsive */
     
    .footer-text p {
        font-size: 15px;
    }
    footer .social-links {
        flex-wrap: wrap;
    }
    .btn.footer-btn span {
        font-size: 14px;
    }
    .btn.footer-btn a {
        font-size: 16px;
        margin-left: 8px;
    }
    .btn.footer-btn{
        padding: 0 15px;
    }
    footer h4 {
        font-size: 20px;
    }
    .contact-information .text h5 {
        font-size: 15px;
    }
    .footer-logo img {
        height: 200px;
        width: 110px;
    }
    .footer-bottom p {
        font-size: 15px;
        margin-bottom: 10px !important;
    }
    footer .social-links h4 {
        margin-bottom: 10px;
    }
    section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    section.about_us .text h1,
    .top-main-title h2 {
        font-size: 35px;
        margin-bottom: 15px;
    }
    section.about_us .text span {
        font-size: 35px;
    }
    section.about_us .text p {
        margin-bottom: 15px;
    }
    section.about_us .text h3 {
        font-size: 16px;
    }
    section.about_us .text .btn {
        margin-top: 20px;
    }
    .text-bg h3 {
        font-size: 30px;
    }
    .text-bg {
        left: -40px;
    }
    p.bottom-text {
        font-size: 15px;
    }
    .review-section .title h2, .product_detail .title h2 {
        font-size: 40px;
        margin-bottom: 45px;
    }
    .product-carousel.owl-carousel .owl-nav {
        top: -90px;
    }
    .product-box .text {
        padding: 120px 0px 0;
        margin-bottom: 30px;
    }
    .product-box .text h4 {
        font-size: 27px;
    }
    .review-box:before {
        width: 80px;
        height: 80px;
        right: 10px;
        background-size: contain;
        top: 5px;
    }
    .banner_bg_title  {
        font-size: 130px;
    }
    .banner table th,.banner table td {
        font-size: 16px;
    }
    header nav > ul > li + li {
        margin-left: 0px;
    }
    header nav > ul > li > a {
        font-size: 20px;
    }
    .brochure-btn {
        width: 84%;
        text-align: right;
    }
    section.about_content .bg-fixed-attachment-img {
        height: 500px !important;
    }
    section.product_detail .product-box .text h4 {
        font-size: 35px;
        margin-bottom: 20px;
    }
    .contact-form-section h4 {
        font-size: 38px;
    }
    .contact_info_col {
        padding-right: 0px;
    }
    .banner-content .text {
        margin-top: 35px;
    }
    .address-description {
        margin-bottom: 30px;
    }
    .product-detail-box h1 {
        font-size: 33px;
    }
    .product-detail-info .product-detail-box h3 {
        margin: 30px 0 20px 0;
    }
    .product-detail-info .product-detail-box .image img {
        max-width: 550px;
    }
    .contact-form-section .nice-select.form-select {
        padding: 10px 15px;
        height: 45px;
    }
}

/*Tablet view*/
@media (min-width:768px) and (max-width:991px){
	.grid-sizer, 
	.grid-item {
		width: 33.33%;
	}
    .preferus-content-card {
        padding-left: 0;
        margin-top: 50px;
    }
    .foot_agri img {
        height: 55px;
    }
    .foot_trac_machine {
        transform: scale(0.6);
        margin-bottom: -15px;
    }
    .foot_trac .inner .trac_b {
        left: -7px;
        width: 27px;
    }
}






@media (max-width:767px){
    html .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .navbar-toggle {
        margin-left: 10px;
    }
    html header .btn {
        font-size: 12px;
        padding: 0 15px;
        min-width: 0;
        line-height:32px;
    }
    .header-logo a {
        max-width: 120px;
    }
    nav.header-navbar {
        padding: 28px 20px;
    }
    header nav > ul > li > a {
        font-size: 20px;
        line-height: 40px;
    }
    section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
	section.banner {
		padding-top: 100px;
		padding-bottom: 40px;
	}
	section.inner_banner {
		padding-top: 100px;
	}
    html .btn {
        padding: 0 18px;
        line-height: 34px;
        font-size: 13px;
    }
    .sticky .header-logo a {
        max-width: 80px;
    }
    .footer-logo {
        margin-bottom: 12px;
    }
    footer h4 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .footer-middle [class*="col-"]{
        margin-bottom: 30px;
    }
    .footer-middle [class*="col-"]:last-child{
        margin-bottom: 0;
    }

    /* footer */

    .footer-text p {
        font-size: 15px;
    }
    .footer-text {
        padding: 20px 0 40px;
    }
    .links-text {
        padding-bottom: 20px;
    }
    .links-text .text {
        margin-left: 12px;
    }
    footer {
        background-image: none;
        overflow: hidden;
    }
    .footer-bottom p {
        font-size: 14px;
    }
    .contact-information .text h5 {
        font-size: 14px;
    }
    .links-text ul li {
        font-size: 14px;
    }
    footer h4 {
        font-size: 18px;
    }
    .footer-logo img {
        height: 80px;
    }
    .text-bg h3 {
        font-size: 18px;
    }
    section.about_us .about_img {
        margin-left: 35px;
    }
    .text-bg {
        left: -30px;
    }
    .about_us .text {
        padding-left: 0;
        margin-top: 45px;
        text-align: center;
    }
    section.about_us .text h1,
    .top-main-title h2 {
        font-size: 24px;
        margin-bottom: 5px;
    }
    section.about_us .text p,
    .top-main-title p {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .review-section .title h2, .product_detail .title h2 {
        font-size: 25px;
        margin-bottom: 30px;
        text-align: left;
    }
    .product-carousel.owl-carousel .owl-nav {
        top: -65px;
    }
    .owl-carousel .owl-nav button {
        height: 40px;
        width: 40px;
    }
    .machineimg {
        top: -140px;
    }
    .product-box .image > a {
        height: 150px;
    }
    .product-box .text {
        margin-bottom: 40px;
    }
    .product-box:after {
        top: 18px;
        width: 47px;
        right: 120px;
    }
    .owl-carousel .owl-nav {
        top: -65px;
    }
    .review-box p {
        margin-top: 5px;
        font-size: 14px;
    }
    /* banner-home */
    .banner_bg_title  {
        font-size: 49px;
    }
    .banner .text h3 {
        font-size: 30px;
    }
    section.banner .owl-carousel .owl-nav {
        bottom: -27px;
    }
    .banner table th {
        font-size: 14px;
    }
    .banner table td {
        font-size: 16px;
    }
    .banner .banner_btn a svg{
        width: 13px;
    }
    .banner .banner_btn h4 {
        font-size: 14px;
        margin-right: 10px;
    }
    .banner .owl-carousel .owl-nav button {
        height: 18px;
        width: 18px;
        background-size: 100% !important;
    }
    .banner .banner_btn {
        justify-content: flex-start;
        margin-top: 10px;
    }
    .years h5.boader_text, .years h5.fill {
        font-size: 80px;
        display: inline-block;
    }
    p.bottom-text {
        margin: -55px 0 0 83px;
    }
    .years {
        left: 8px;
        bottom: -21px;
    }
    .years p.plus {
        left: 83px;
        top: 24px;
    }
    section.banner:before {
        width: 100%;
        border-radius: 0px 0px 15px 15px;
    }
    .banner .banner_btn a {
        justify-content: flex-start;
        margin-top: 18px;
        border-radius: 10px;
        justify-content: center;
        width: 160px;
        margin: 0 auto;
        background: #fff;
        padding: 5px 10px;
        margin-top: 17px;
        margin-bottom: 10px;
    }
    .banner .banner_btn span.arrow {
        background-color: var(--secondary);
        width: 35px;
        height: 35px;
        margin-right: 0;
    }
    .banner .banner_btn span {
        font-size: 14px;
        margin-right: 8px;
    }
    .banner .text p, .banner .text h3 {
        color: #fff;
        text-align: center;
    }
    .banner table th, .banner table td {
        color: #fff;
    }
    .banner-carousel.owl-carousel .owl-item.active .banner-content .text table {
        text-align: center;
    }
    .banner-carousel.owl-carousel .owl-item .banner-content .banner_btn{
        transition-delay: 0.8s;
    }
    .header-bottom {
        padding: 10px 15px;
        margin: 0;
    }
    .sticky .header-bottom {
        padding: 10px 15px;
    }
    html header .container {
        padding: 0;
    }
    .banner_img {
        margin-bottom: 0;
    }
    .product-box .image > a img {
        width: 100%;
        object-fit: contain;
    }
    .product-box .image > a {
        height: 180px;
        margin: 0 -20px;
    }
    .product-box:after {
        opacity: 1;
        visibility: visible;
        transform: none;
		display: none;
    }
    .product-box .text h4 {
        margin-bottom: 10px;
    }
    .review-box .img img {
        border-radius: 8px;
        height: 90px;
        max-width: 90px;
        margin: 0 auto;
    }
    
    section.inner_banner::after {
        left: auto;
        bottom: 0px;
        width: 50px;
        height: 50px;
        right: 0px;
        background-size: contain;
    }
    section.inner_banner h1 {
        font-size: 25px;
        margin-bottom: 15px;
    }
    section.inner_banner ol.breadcrumb {
        padding: 10px 15px;
        font-size: 15px;
    }
    section.about_content {
        padding-top: 50px;
    }
    section.about_content p {
        font-size: 14px;
    }
    section.listing_box {
        padding-top: 50px;
    }
    .title h2 {
        font-size: 25px;
    }
    .listing_box .title {
        margin-bottom: 30px;
    }
    .about_box {
        margin-bottom: 20px;
    }
    .listing_box .col-md-4:nth-child(2) .about_box {
        margin-top: 0;
    }
    .listing_box .col-md-4:nth-child(3) .about_box {
        margin-top: 0;
    }
    .listing_box .col-md-4:last-child .about_box {
        margin-bottom: 0;
    }
    section.why-choose-us .images {
        margin-bottom: 20px;
    }
    section.why-choose-us p {
        margin-bottom: 15px;
        font-size: 14px;
    }
    section.why-choose-us .text ul li {
        width: 100%;
    }
    section.about_content .bg-fixed-attachment-img {
        height: 350px !important;
    }
    section.product_detail .product-box .image > a {
        height: 200px;
    }
    section.product_detail .product-box .image > a:after {
        width: 220px;
        height: 220px;
    }
    section.product_detail .product-box .text h4 {
        font-size: 27px;
        margin-bottom: 15px;
    }
    section.product_detail .product-box {
        margin-bottom: 50px;
    }
    section.product_detail .col-md-6:nth-last-child(-n + 2) .product-box{
        margin-bottom: 50px;
    }
    section.product_detail .col-md-6:last-child .product-box{
        margin-bottom: 0px;
    }
	
	.grid-sizer, 
	.grid-item {
		width: 50%;
	}

    .contact-form-section h4 {
        font-size: 23px;
        text-align: center;
    }
    .contact-form-section .contact_title p {
        font-size: 14px;
        text-align: center;
    }
    .contact_form {
        border-radius: 15px;
        padding: 25px;
    }
    .contact_info_col {
        text-align: center;
        margin-top: 30px;
    }
    .contact_form .form-group lable {
        font-size: 15px !important;
    }
    .contact_form .form-group .form-control {
        padding: 10px 10px;
        height: 40px;
        font-size: 14px;
    }
    .contact_form .form-group {
        margin-bottom: 10px;
    }
    .contact_form textarea {
        height: 100px !important;
    }
    .contact_info_col p {
        font-size: 14px;
    }
    .contact-form-section .contact_title {
        margin-bottom: 25px;
    }
    .lc-content-wrap h2.lc-heading {
        font-size: 25px;
        margin-bottom: 10px;
    }
    span.pxl-icon.pxli.pxli-leaves img {
        margin-bottom: -23px;
        margin-left: 0px;
        max-width: 90px;
    }
    .address-description {
        margin-bottom: 30px;
    }
    .product-detail-box h1 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .product-detail-info .product-detail-box h3 {
        margin: 20px 0 15px 0;
        font-size: 18px;
    }
    .product-detail-box p{
        font-size: 14px;
    }
    .btn-wrap a.inquire_via_mail_btn,.btn-wrap a.btn.whatsapp_btn {
        padding: 0 15px;
        font-size: 13px;
    }
    .btn-wrap a.btn.whatsapp_btn{
        margin-bottom: 10px;
    }
    .product-detail-info .product-detail-box ul li{
        font-size: 14px;
    }
    .product-detail-info .product-detail-box table thead th {
        padding: 5px;
        font-size: 11px;
    }
    .product-detail-info .product-detail-box table tbody td {
        padding: 5px;
        font-size: 11px;
    }
    .product-detail-box {
        padding: 0 15px;
    }
    .three-sixty-img {
        bottom: -50px;
    }
    
    .inquery-modal .modal-content {
        width: 400px;
    }
    .inquery-modal .modal-content .inquiry_modal_content {
        padding: 20px;
    }
    .inquery-modal .modal-content form lable {
        font-size: 15px;
    }
    .inquery-modal .modal-content form .form-control {
        border-radius: 6px !important;
        height: 40px;
        font-size: 14px;
    }
    .inquery-modal  .form-feild {
        margin-bottom: 10px;
    }
    .inquery-modal textarea.form-control {
        padding: 13px;
        height: 100px !important;
    }
    .inquery-modal .modal-content:after {
        display: none;
    }
    .inquery-modal .modal-content h2 {
        font-size: 18px;
    }
    .inquery-modal .modal-content .inquiry_modal_heading {
        padding: 15px 20px;
    }
    .become-dealer-benefit-list h5 {
        font-size: 22px;
    }
    .become-dealer-benefit-list ul.dealer-benefit {
        display: block;
    }
    .become-dealer-benefit-list ul.dealer-benefit li {
        width: 100%;
        font-size: 14px !important;
    }
    .contact_form h5 {
        font-size: 16px;
    }
    .contact_form .form-title {
        margin-bottom: 25px !important;
    }
    .become-dealer_col_left {
        margin-right: 0;
    }
    .contact-form-section .nice-select.form-select {
        padding: 10px 15px;
        height: 40px;
    }
    .lc-content-wrap h2.lc-heading {
        margin-bottom: 20px;
    }
    .our_product .title h2{
        align-items: flex-start !important;
        display: flex;
    }
	
	.accreditation-list .item {
		width: 50%;
		padding: 0 20px 0 10px;
		margin-bottom: 20px;
	}
	.accreditation-list .img {
		/*height: 180px;*/
		height: auto;
	}
	.accreditation-list .item::before {
		margin: 10px 12px -8px 20px;
	}
	.accreditation-list .img a::after {
		background-size: 26px auto;
	}


    .our-team-section h4{
        font-size: 28px;
        margin-bottom: 30px;
    }
    .team-image-frame img {
        border-radius: 150px 150px 0 0;
    }
    .team-image-frame{
        margin-bottom: 20px;
    }
    .team-card h5 {
        font-size: 20px;
    }
    .team-card p {
        font-size: 15px;
    }
    .team-card {
        margin-bottom: 30px;
    }
	model-viewer {
        height: 220px;
        max-height: 220px;
    }
    .product_detail-img.owl-carousel .owl-nav button {
        position: static;
    }
    .product-detail-info .product-detail-box .image {
        margin-bottom: 20px;
        margin-bottom: 50px;
    }
    .product_detail-img.owl-carousel .owl-nav {
        position: absolute;
        top: 98%;
        left: 0;
        width: 100%;
        justify-content: center;
    }
    .top-main-title h6 {
        font-size: 14px;
        line-height: 20px;
    }
    .top-main-title h2 {
        margin-bottom: 10px;
    }
    .commitment-preferus .title {
        margin-bottom: 15px;
        text-align: left !important;
    }
    .commitment-preferus .title h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .commitment-content-card p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .preferus-content-card {
        padding-left: 0;
        margin-top: 40px;
    }
    .preferus-content-card li {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .top5-rotavator-main {
        padding-top: 40px;
    }
    .top5-rotavator-main .product-detail-box h5 {
        font-size: 18px;
        line-height: 26px;
        margin: 20px 0 10px 0;
    }
    .top5-rotavator-main .product-detail-box h6 {
        font-size: 17px;
        line-height: 25px;
        margin: 15px 0 10px 0;
    }
    .foot_agri img {
        height: 34px;
    }
    .foot_trac_machine {
        transform: scale(0.6);
        margin-bottom: -15px;
    }
    .foot_trac .inner .trac_b {
        left: -7px;
        width: 27px;
    }
    .foot_agri {
        padding-left: 15px;
    }


}





