  @media (max-width: 400px) {

      .fluid-section-one .right-column {

        padding-bottom: 120px;

    }

  }

 

 

 

 

 @media (max-width: 480px) {

            .breadcrum {

                flex-direction: column;

            }

            

            .breadcrum .bdtext h2 {

                left: 0 !important;

            }

            

            .bdtext {

                width: 100%;

            }

            

            .rotateimage {

                width: 100%;

            }

            

            .bdtext h2 {

                font-size: 50px !important;

            }

            

            .intro-section .inner-part .content-box {

                padding: 60px 10px 0px;

            }

            

            .intro-section .inner-part .text-left {

                padding-right: 0;

            }

            

            .tabs-box .tab-buttons {

                display: flex;

            }

            

            .tabs-style-one .tab-buttons {

                left: 36px;

            }

            

            .tabs-style-one .tab-buttons .tab-btn .txt {

                left: -65px;

            }

            

            .tabs-style-one .tab-buttons .tab-btn:before {

                width: 60px;

                height: 60px;

            }

            

            .tabs-style-one .tab-buttons .tab-btn {

                width: 60px;

                height: 60px;

                font-size: 30px;

                padding: 30px 36px;

            }

            

            .intro-section .inner-part .content-box .inner-box:before, .intro-section .inner-part .content-box .inner-box:after {

                content: none;

            }

            

            .h2mainstyle {

                font-size: 30px !important;

            }

            

            .fluid-section-one figure {

                display: none;

            }

            

            .fluid-section-one .left-column .inner-box {

                padding: 0px 15px 25px 15px;

            }

            

            .fluid-section-one .right-column .inner-box {

                padding: 0px 15px 0px 15px;

            }

            

            .intro-section .inner-part .content-box {

                padding: 0 10px 10px;

            }

            

            .default-team-member .inner-box .content-column {

                width: 100%;

            }

            

            .default-team-member .inner-box .image-column {

                display: none;

            }

            

            .about-farm .auto-container .row .col-lg-7 {

                display: none;

            }

            

            .about-farm .auto-container .row .col-lg-5 {

                margin-top: 10px;

            }

            

            /*mobile view promise*/

            /* Set height of body and the document to 100% to enable "full page tabs" */

            body, html {

              height: 100%;

              margin: 0;

              font-family: Arial;

            }

            

            /* Style tab links */

            .tablink {
                background-color: aliceblue;
                color: rgb(0, 0, 0);
                float: left;
                border: none;
                outline: none;
                cursor: pointer;
                padding: 21px 17px;
                font-size: 25px;
                font-weight: 700;
                width: 16.66666666666667%;
                border-radius: 50%;
            }

            

            .tablink:hover {

              background-color: #777;

            }

            

            /* Style the tab content (and add height:100% for full page content) */

            .tabcontent {

                color: rgb(0, 0, 0);

                display: none;

                padding: 100px 20px;

                height: 100%;

                padding-bottom: 0px;

            }

            

            #M {background-color: rgb(255, 255, 255);}

            #O {background-color: rgb(255, 255, 255);}

            #R {background-color: rgb(255, 255, 255);}

            #A {background-color: rgb(255, 255, 255);}

            #S {background-color: rgb(255, 255, 255);}

            #H {background-color: rgb(255, 255, 255);}

            

            .about-farm {

                padding: 50px 14px 20px;

            }

            

            

            .team-section .sec-title-one {

                padding-top: 0;

            }

            

            .team-section .sec-title-one p {

                padding-top: 20px;

            }

            

            .team-section {

                padding-top: 20px;

            }

            

            .promise-mob {

                display: block;

            }

            

            #uspmob {

                display: block;

            }

            

            #uspdtop {

                display: none;

            }

            

            #uspmob {

                position: relative;

                background: url(../images/pattern-one.png) center center no-repeat;

                background-size: cover;

                z-index: -1;

                margin-bottom: 59px;

            }

            

            #uspmob:before {

                content: '';

                position: absolute;

                left: 0px;

                top: 0px;

                width: 100%;

                height: 100%;

                background: rgba(244,238,222,0.94);

            }

            

            

            

            

            

        }



        /* Media Query for low resolution  Tablets, Ipads */

        @media (min-width: 481px) and (max-width: 767px) {

            

        }



        /* Media Query for Tablets Ipads portrait mode */

        @media (min-width: 768px) and (max-width: 1024px) {

            

        }



        /* Media Query for Laptops and Desktops */

        @media (min-width: 1025px) and (max-width: 1280px) {

            

        }



        /* Media Query for Large screens */

        @media (min-width: 1281px) {

            

        }



