@media only screen and (min-width: 1201px) {

    .butgurBtn {
        display: none;
    }

    .menuLink ul li>ul.sub-menu {
        color: #fff;
        position: absolute;
        min-width: 220px;
        display: block !important;
        width: 100%;
        /* left: -30px; */
        transform: scale(0);
        top: calc(100% + 10px);
        z-index: 1;
        visibility: hidden;
        opacity: 0;
        /* -webkit-transform: scaleX(0);
		-moz-transform: scaleX(0);
		-ms-transform: scaleX(0);
		-o-transform: scaleX(0);
		transform: scaleX(0); */
        transition: 0.4s ease-in-out;
        margin-left: 0;
        -webkit-box-shadow: 0px 4px 9px -2px rgb(0 0 0 / 45%);
        -moz-box-shadow: 0px 4px 9px -2px rgba(0, 0, 0, 0.45);
        box-shadow: 0px 4px 9px -2px rgb(0 0 0 / 45%);
        border-radius: 10px;
        background-color: #fff;
        transform-origin: center;
    }
    
    .desktop-header .menuLink ul li>ul.sub-menu {
        
        min-width: 150px;
        
    }

    .menuLink ul li:hover>.sub-menu {
        visibility: visible;
        opacity: 1;
        transform: scale(1);
        /* left: 0; */
        /* -webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1); */
    }


    /* .menuLink>ul>li>a::after {
		content: "";
		display: block;
		width: 0;
		height: 2px;
		background: #f39200;
		transition: width 0.3s;
		bottom: 0;
		position: absolute;
	}

	.menuLink>ul>li>a:hover::after,
	.menuLink>ul>li.active>a::after {
		width: 100%;
	} */

    .sub-menu li:first-child a {
        border-radius: 10px 10px 0 0;
    }

    .sub-menu li:last-child a {
        border-radius: 0 0 10px 10px;
        border-bottom: none;
    }

    .sub-menu li .sub-menu {
        left: 190px !important;
        top: 0 !important;
    }

    .sub-menu li:hover .sub-menu {
        left: 220px !important;
    }

    .sub-menu .menu-item-has-children::after {
        transform: rotate(140deg) !important;
        border-color: #fff !important;
        right: 14px !important;
        top: 16px !important;
    }

    .sub-menu li a {
        padding: 10px 20px;
    }

    .menuLink .fixed__menu_link>ul>li.menu-item-has-children {
        padding-right: 10px;
    }

    .sub-menu .menu-item-has-children {
        padding: 0px !important;
    }

    .menuLink .fixed__menu_link>ul>li.current-menu-ancestor::after {
        border-color: #e80303 !important;
    }

    .menuLink .fixed__menu_link>ul>li.menu-item-has-children::after {
        right: -9px;
        top: 7px;
        border-color: #fff;
    }

    .sub-menu li a {
        border-bottom: 1px solid #fff;
        font-size: 14px !important;
        /* background-color: #1169B2; */
        background-color: #11643c;
        color: #fff !important;
    }
    
    .desktop-header .sub-menu li a {
        border-bottom: 1px solid #fff;
        font-size: 14px !important;
        background-color: #11643c;
        color: #fff !important;
    }

    .sub-menu li a:hover {
        color: #fff;
        background-color: #231F20;
    }

    /* Menu css */

    .menu .sub-menu li:first-child a {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .menu>li>.sub-menu li:last-child>a {
        border-bottom: 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .menu .sub-menu li:first-child .sub-menu li a {
        border-radius: 0;
    }

    .menu .sub-menu li:first-child .sub-menu li:first-child a {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .menu .sub-menu li:first-child .sub-menu li:last-child a {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    /* Menu css end */

}

@media(max-width: 1699px) {

    header .right-div .register-cta a {
        min-width: 195px;
        font-size: 18px;
    }

    .main_title {
        margin-bottom: 200px;
        padding: 40px 0px !important;
        min-height: 380px;
    }

    .main_title::before {
        bottom: -250px;
        height: 255px;
    }

    .banner h1 {
        font-size: 77px;
        max-width: 74%;
        line-height: 90px;
    }

    .main_title h1 {
        padding-bottom: 15px;
    }

    .main_title h1::before {
        background-size: cover;
        height: 3px;
        width: 160px;
        background-position-x: 100%;
    }

    .banner p {
        font-size: 30px;
        max-width: 77%;
    }

    .banner .btn-ctn.white {
        min-width: 290px;
    }

    .banner .btn-ctn.white-outline {
        min-width: 200px;
    }

    .enter-community a {
        min-width: 515px;
        height: 96px;
        font-size: 46px;
    }

    .b-box p {
        font-size: 30px;
    }

    .b-box .count {
        font-size: 77px;
    }

    .b-box .box {
        padding: 70px 40px 70px 40px;
    }

    .download-magazine {
        padding: 100px 0 0 0;
    }

    .b-box {
        padding-bottom: 115px;
    }

    .newsletter .main-heading h2 {
        font-size: 59px;
        line-height: 73px;
    }

    .newsletter {
        padding: 30px 30px 45px 30px;
    }

    .newsletter-form {
        padding: 35px 0 0 0;
    }

    .newsletter .newsletter-form form input {
        height: 60px;
    }

    .newsletter .newsletter-form form input[type="submit"] {
        height: 60px;
    }

    .consulting-section {
        padding: 110px 30px 120px 30px;
    }

    .consulting-section .consulting_wrap .content .heading h4 {
        font-size: 49px;
        line-height: 62px;
    }

    .common-heading h3 {
        font-size: 60px;
        line-height: 74px;
    }

    .common-heading h2 {
        font-size: 60px;
        line-height: 74px;
    }

    .common-heading h4 {
        font-size: 60px;
        line-height: 74px;
    }

    .common-heading h6 {
        font-size: 60px;
        line-height: 74px;
    }

    .consulting-section .consulting_wrap .content .heading h4::before {
        right: 60px;
    }

    .comp-service-section .single-service .service-top .service-heading h5 {
        font-size: 30px;
        max-width: 86%;
        padding: 20px 0 12px 0;
    }

    .comp-service-section .single-service .service-list ul li {
        font-size: 20px;
        line-height: 34px;
    }

    .comp-service-section .single-service .service-top .image img {
        width: 60px;
        height: 63px;
    }

    .service-contact-cta a {
        min-width: 250px;
    }

    .shop-section {
        padding: 120px 0 60px 0;
    }

    .shop-section .shop_wrap .desc p {
        font-size: 30px;
    }

    .order-cta {
        padding: 70px 0 0 0;
    }

    .shop-section .shop_wrap .book-lists {
        margin: 115px 0 0 0;
    }

    .guide-order .guide-txt p {
        font-size: 30px;
        max-width: 79%;
    }

    .order-cta a {
        min-width: 230px;
    }

    .shop-section .shop_wrap .book-lists ul li {
        padding: 0 0 25px 3px;
    }

    .shop-section .shop_wrap .book-lists ul {
        max-width: 1240px;
    }

    .main-highlights {
        padding: 0 0 100px 0;
    }

    .common-heading h3::after {
        width: 168px;
    }

    .common-heading h3::before {
        left: 184px;
    }

    .common-heading h2::after {
        width: 168px;
    }

    .common-heading h2::before {
        left: 184px;
    }

    .common-heading h4::after {
        width: 168px;
    }

    .common-heading h4::before {
        left: 184px;
    }

    .common-heading h6::after {
        width: 138px;
    }

    .common-heading h6::before {
        left: 152px;
    }

    /* consulting page */

    .consulting-banner h1 {
        max-width: 100% !important;
    }

    .consulting-banner::before {
        bottom: -320px;
    }

    .our-connections .deep-txt p {
        font-size: 30px;
    }

    .our-connections .services-provided .single-service .service-heading h4 {
        font-size: 30px;
        line-height: 38px;
        padding: 20px 0 18px 0;
    }

    .our-connections .services-provided .single-service .image img {
        width: 65px;
        height: 65px;
    }

    .our-connections .services-provided .single-service .image {
        min-height: 65px;
    }

    .our-connections .services-provided .single-service .service-heading {
        min-height: 76px;
    }

    .consult-head h2 {
        font-size: 60px;
        line-height: 74px;
    }

    .consult-head h4 {
        font-size: 60px;
        line-height: 74px;
    }

    .consult-head h5 {
        font-size: 60px;
        line-height: 74px;
    }

    .how-we-help .help-head h3 {
        font-size: 48px;
    }

    .how-we-help .help-head p {
        font-size: 30px;
    }

    .help-three-col .single-col .para p {
        font-size: 26px;
        line-height: 38px;
    }

    .help-three-col .single-col {
        min-height: 224px;
    }

    /* .collaborate {
        padding: 120px 50px 130px 50px;
    } */

    .consult-head h4 {
        font-size: 60px;
        line-height: 74px;
    }

    .consult-head h2::before {
        width: 155px;
    }

    .consult-head h4::before {
        width: 184px;
    }

    .collaborate .collaborate_wrap .image img {
        height: 667px;
    }

    .consult-head h5::before {
        width: 185px;
    }

    .get-with-us .get_wrap .contact-form form .wf-label {
        font-size: 23px;
    }

    .get-with-us .get_wrap .contact-form form input {
        padding: 15px 15px 15px 15px;
    }

    .get-with-us .get_wrap .contact-form .wform-btn-wrap input {
        min-width: 260px;
    }

    .green-contact .green_wrap .green-detail .blurb-desc a {
        padding: 0 0 0 20px;
    }

    .green-contact {
        padding: 80px 0 120px 0;
    }

    .order_book_title h2 {
        font-size: 55px;
    }

    .box_title_media h4 {
        font-size: 25px;
    }

    .media_border {
        padding: 45px 22px 20px;
    }

    .media_icon {
        width: 75px;
        height: 75px;
        padding: 20px;
    }

    .media_para {
        max-width: 240px;
        min-height: 80px;
    }

    .media_para p {
        font-size: 20px;
    }

    .media_para a {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .order_book_title p {
        font-size: 28px;
    }

    .box_content_para p {
        font-size: 20px;
    }

    .box_content_title h3 {
        font-size: 28px;
    }

    .box_content_list ul li {
        font-size: 20px;
    }

    .box_price p {
        font-size: 25px;
    }

    /* 1699 ends here */

}


@media(max-width: 1399px) {

    .menu li a {
        font-size: 17px;
    }

    .btn-ctn {
        font-size: 16px;
        height: 60px;
        min-width: 140px;
    }

    header .right-div .register-cta a {
        font-size: 16px;
    }

    header .right-div .register-cta a {
        height: 60px;
        min-width: 190px;
    }

    header .logo {
        width: 300px;
        min-width: 300px;
        max-width: 300px;
    }

    .banner h1 {
        font-size: 63px;
        max-width: 62%;
        line-height: 76px;
    }

    .banner p {
        font-size: 26px;
        max-width: 76%;
        line-height: 37px;
    }

    .banner {
        padding: 80px 0 50px;
    }

    .banner .btn-ctn.white {
        min-width: 255px;
    }

    .banner .btn-ctn.white-outline {
        min-width: 180px;
    }

    .enter-community a {
        min-width: 450px;
        height: 94px;
        font-size: 40px;
    }

    .b-box p {
        font-size: 26px;
        line-height: 37px;
    }

    .b-box .count {
        font-size: 69px;
    }

    .download-magazine a strong {
        font-size: 28px;
    }

    .download-magazine a p {
        font-size: 23px;
    }

    .newsletter .main-heading h2 {
        font-size: 49px;
        line-height: 68px;
    }

    .b-box h5 {
        font-size: 26px;
    }

    .b-box .counters {
        margin-top: 55px;
    }

    .b-box {
        padding-bottom: 95px;
    }

    .download-magazine {
        padding: 80px 0 0 0;
    }

    .consulting-section {
        padding: 75px 30px 85px 30px;
    }

    .common-heading h3 {
        font-size: 56px;
        line-height: 68px;
    }

    .common-heading h2 {
        font-size: 56px;
        line-height: 68px;
    }

    .common-heading h4 {
        font-size: 56px;
        line-height: 68px;
    }

    .common-heading h6 {
        font-size: 56px;
        line-height: 68px;
    }

    .consulting-section .consulting_wrap .content .heading h4 {
        font-size: 46px;
        line-height: 58px;
    }

    .consulting-section .consulting_wrap .content .heading h4::before {
        right: 30px;
        height: 45px;
    }

    .consulting-section .consulting_wrap .content .desc p {
        font-size: 20px;
        line-height: 33px;
        padding: 0 0 18px 0;
        max-width: 94%;
    }

    .read-more-cta a {
        font-size: 21px;
    }

    .read-more-cta a::before {
        width: 28px;
        height: 28px;
        right: -47px;
    }

    .consulting-section .consulting_wrap .image img {
        max-height: 100%;
        height: auto;
    }

    .comp-service-section .single-service .service-top .service-heading h5 {
        font-size: 28px;
        max-width: 88%;
        padding: 16px 0 12px 0;
    }

    .comp-service-section .single-service .service-list ul {
        padding: 18px 0 0 28px;
    }

    .comp-service-section .single-service .service-list ul li {
        font-size: 19px;
        line-height: 32px;
    }

    .comp-service-section .comp_wrap .single-service {
        min-height: 482px;
    }

    .comp-service-section .single-service .service-top .image img {
        width: 55px;
        height: 58px;
    }

    .comp-service-section .single-service .service-top .image {
        min-height: 58px;
    }

    .comp-service-section .single-service .service-top .service-heading {
        min-height: 109px;
    }

    .service-contact-cta a {
        min-width: 220px;
    }

    .shop-section {
        padding: 100px 0 60px 0;
    }

    .shop-section .shop_wrap .heading h2 {
        padding: 50px 0 32px 0;
    }

    .shop-section .shop_wrap .desc p {
        font-size: 26px;
        line-height: 37px;
        max-width: 96%;
    }

    .order-cta a {
        min-width: 215px;
    }

    .order-cta {
        padding: 55px 0 0 0;
    }

    .shop-section .shop_wrap .book-lists {
        margin: 95px 0 0 0;
    }

    .shop-section .shop_wrap .book-lists ul {
        max-width: 100%;
        padding: 60px 40px 22px 40px;
    }

    .shop-section .shop_wrap .book-lists ul li {
        padding: 0 0 18px 3px;
        font-size: 21px;
        line-height: 34px;
    }

    .guide-order .guide-txt p {
        font-size: 27px;
        max-width: 87%;
        line-height: 38px;
    }

    .footer .footer-widget .navigator ul {
        row-gap: 55px;
        column-gap: 15px;
    }

    .footer .footer-widget .navigator ul li {
        flex: 0 0 calc(50% - 8px);
    }

    .footer .footer_wrap {
        padding: 0 0 45px 0;
    }

    .common-heading h3::before {
        left: 171px;
    }

    .common-heading h3::after {
        width: 156px;
    }

    .common-heading h2::before {
        left: 171px;
    }

    .common-heading h2::after {
        width: 156px;
    }

    .common-heading h4::before {
        left: 171px;
    }

    .common-heading h4::after {
        width: 156px;
    }

    .common-heading h6::after {
        width: 129px;
    }

    .common-heading h6::before {
        left: 140px;
    }

    /* consulting page */

    .consult-head h2 {
        font-size: 56px;
        line-height: 68px;
    }

    .consult-head h4 {
        font-size: 56px;
        line-height: 68px;
    }

    .consult-head h5 {
        font-size: 56px;
        line-height: 68px;
    }

    .our-connections .deep-txt p {
        font-size: 28px;
    }

    .our-connections .services-provided .single-service .image img {
        width: 60px;
        height: 60px;
    }

    .our-connections .services-provided .single-service .service-heading h4 {
        font-size: 28px;
        padding: 15px 0 15px 0;
    }

    .our-connections .services-provided .single-service .image {
        min-height: 60px;
    }

    .our-connections .services-provided .single-service .service-desc p {
        font-size: 20px;
        line-height: 34px;
    }

    .our-connections .services-provided .single-service .service-desc {
        min-height: 68px;
    }

    .our-connections .services-provided .single-service .service-heading {
        min-height: 68px;
    }

    .our-connections {
        padding: 40px 0 80px 0;
    }

    .our-connections .services-provided .service_wrap {
        padding: 65px 0 0 0;
    }

    .how-we-help .help_wrap {
        padding: 0;
    }

    .how-we-help .help-head h3 {
        font-size: 44px;
        padding: 0px 0 35px 98px;
        line-height: 59px;
    }

    .how-we-help .help-head p {
        font-size: 28px;
    }

    .help-three-col .single-col .para p {
        font-size: 24px;
        line-height: 36px;
    }

    .help-three-col .single-col {
        min-height: 219px;
    }

    .how-we-help .help-list .single-help {
        padding: 80px 0 0 0;
    }

    .collaborate {
        padding: 100px 0px 60px 0px;
    }

    .collaborate .collaborate_wrap .content {
        padding: 0 0 0 50px;
    }

    .collaborate .collaborate_wrap .single-collab .collab-desc p {
        font-size: 19px;
        line-height: 30px;
        max-width: 92%;
    }

    .collaborate .collaborate_wrap .image img {
        height: 637px;
    }

    .get-with-us .get_wrap .contact-form form .wf-label {
        font-size: 21px;
    }

    .get-with-us .get_wrap .contact-form .wform-btn-wrap input {
        min-width: 220px;
    }

    .green-contact .green_wrap {
        padding: 45px 70px 45px 70px;
    }

    .green-contact .green_wrap .green-detail {
        padding: 0 0 0 100px;
    }

    .green-contact .green_wrap .content .txt p {
        font-size: 21px;
        line-height: 34px;
        max-width: 85%;
        padding: 38px 0 0 0;
    }

    .green-contact .green_wrap .green-detail .blurb-desc a {
        font-size: 26px;
    }

    .green-contact {
        padding: 80px 0 95px 0;
    }

    .green-contact .green_wrap .content .image {
        max-width: 442px;
        width: 442px;
        min-height: 90px;
    }

    .main_title {
        margin-bottom: 190px;
        padding: 30px 0px !important;
        min-height: 320px;
    }

    .main_title::before {
        bottom: -240px;
        height: 245px;
    }

    .clander__wrap {
        padding: 30px 0 60px;
    }

    .order_book_title h2 {
        font-size: 45px;
    }

    .content_us_wrap .order_book_title h2 strong::after {
        width: 105px;
    }

    .content_us_wrap .order_book_title h2 strong::before {
        left: 117px;
    }

    .Media_group_wrap {
        padding: 50px 0;
    }

    .box_title_media {
        margin-bottom: 35px;
    }

    .media_para p {
        font-size: 18px;
    }

    .media_para a {
        font-size: 18px;
    }

    .order_book_title p {
        font-size: 25px;
    }

    .order_book_title h2 strong::after {
        width: 135px;
    }

    .order_book_title h2 strong::before {
        left: 155px;
    }

    .box_content_para p {
        font-size: 18px;
    }

    .box_content_list ul li {
        font-size: 18px;
    }

    .box_content_title h3 {
        font-size: 25px;
    }

    /* thank you and error */

    .thank-banner {
        min-height: 75vh !important;
    }

    .thank-banner p {
        margin-top: 5px;
    }

    /* changes */

    .download-book .book-cover .book-link a {
        font-size: 20px;
    }

    /* 1399 ends here */


}

@media(max-width: 1280px) {
    .menuLink {
        padding-right: 20px;
    }

    header ul li {
        margin-right: 18px;
    }

    /* 1280 ends here */

}

@media(max-width: 1200px) {
    .container {
        width: 100% !important;
        padding-left: 20px;
        padding-right: 20px;
    }

    header .container {
        max-width: 100%;
    }

    header .menuLink {
        display: none;
    }

    header .right-div {
        display: flex;
        align-items: center;
    }

    header {
        width: 100%;
        /* position: absolute; */
        z-index: 99999;
        padding: 20px 0;
    }

    .burger {
        display: block;
        margin-left: 15px;
        cursor: pointer;
    }

    .burger span {
        display: block;
        width: 30px;
        height: 3px;
        border-radius: 8px;
        background: #11643c;
        margin-bottom: 6px;
        margin-right: 0;
        margin-left: auto;
    }

    .burger span:nth-child(2) {
        width: 22px;
    }

    .burger span:last-child {
        margin-bottom: 0;
        width: 15px;
    }

    .responsive-header .offcanvas {
        width: 100%;
        border: unset;
        z-index: 9999999;
    }

    .responsive-header .offcanvas .header-wrap {
        width: 100%;
        justify-content: space-between;
    }

    .responsive-header .offcanvas .burger span:nth-child(2) {
        opacity: 0;
    }

    .responsive-header .offcanvas .burger span {
        transform: translate(2px, 8px) rotate(-45deg);
    }

    .responsive-header .offcanvas .burger span:last-child {
        width: 30px;
        transform: translate(2px, -10px) rotate(45deg);
    }

    .responsive-header .logo {
        width: 160px;
        min-width: 160px;
        max-width: 160px;
    }

    .offcanvas-header .container {
        width: 98%;
    }

    #Right_Funnel {
        width: 100%;
        border: unset;
        z-index: 9999999;
    }

    .offcanvas .header-wrap {
        width: 100%;
        justify-content: space-between;
        padding: 10px 0px;
    }

    .offcanvas .burger span:nth-child(2) {
        opacity: 0;
    }

    .offcanvas .burger span {
        transform: translate(2px, 10px) rotate(-45deg);
        width: 30px;
    }

    .offcanvas .burger span:last-child {
        width: 30px;
        transform: translate(2px, -10px) rotate(45deg);
    }

    .offcanvas-header .logo {
        width: 280px;
        min-width: 280px;
        max-width: 280px;
    }

    header .logo {
        width: 280px;
        min-width: 280px;
        max-width: 280px;
    }

    .offcanvas-header {
        padding: 20px 0px 10px;
    }

    .offcanvas-body {
        padding: 0px 0 10px;
    }

    .offcanvas-body .menuLink {
        width: 100%;
        padding: 0px;
    }

    .offcanvas-body nav .menu li a {
        font-size: 20px;
        padding: 10px 50px 10px 30px;
        margin: 0;
        color: #9EA3B5;
        border-bottom: 1px solid #9EA3B5;
    }

    .sub-menu>li>a {
        padding: 10px 50px 10px 40px !important;
    }

    .sub-menu>li .sub-menu li a {
        padding: 10px 50px 10px 70px !important;
    }

    .offcanvas-body nav>ul.menu>.current-menu-ancestor>a {
        color: #2AADE3;
    }

    .offcanvas-body nav .menu li a:hover {
        color: #11643C;
    }

    /* .menu>li>.sub-menu>li.menu-item-has-children::after {
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
    } */

    /* .menu li a:hover,
    .login_btn a:hover {
        color: #fff !important;
    } */

    .offcanvas-body .header-btn {
        padding: 20px 20px 0px;
        margin-left: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .offcanvas-body .header-btn .btn-ctn {
        max-width: 290px;
    }

    .header-btn .btn-ctn.login__btn {
        color: #1998A0;
    }

    .header-btn .btn-ctn.login__btn:hover {
        color: #fff;
    }

    .header-btn .btn-ctn.schedual__btn:hover {
        border-color: #c19873;
        background-color: transparent;
        color: #c19873;
    }

    .menu {
        flex-direction: column;
        justify-content: flex-start;
    }

    .menu li {
        width: 100%;
    }

    .menu li a {
        border-bottom: 1px solid #005288;
        display: inline-block;
        width: 100%;
        padding: 14px 50px 14px 32px;
    }

    .menuLink ul li.menu-item-has-children::after {
        right: 20px;
        top: 21px;
        border-top: 2px solid #393939;
        border-left: 2px solid #393939;
    }

    .sub-menu li::after {
        top: 18px !important;
    }

    .menuLink ul li span {
        position: absolute;
        width: 50px;
        height: 55px;
        right: 0;
        top: -1px;
        z-index: 999;
        cursor: pointer;
    }

    .menu li.current-menu-item>a {
        color: #11643C !important;
    }

    .sub-menu>li>a {
        padding: 12px 40px 12px 45px !important;
    }

    .sub-menu>li .sub-menu li a {
        padding: 12px 40px 12px 70px !important;
    }

    .sub-menu {
        display: none;
    }

    .menuLink ul li span {
        position: absolute;
        width: 55px;
        height: 52px;
        right: 0;
        top: -1px;
        z-index: 999;
    }

    .sub-menu {
        display: none;
    }

    header .right-div {
        min-width: unset;
    }

    .responsive-header .menu .sub-menu li a {
        padding-left: 36px;
    }

    .responsive-header .menu .sub-menu .sub-menu li a {
        padding-left: 46px;
    }


    .header-wrap {
        justify-content: space-between;
    }

    .main_title {
        margin-bottom: 170px;
        padding: 30px 0px !important;
        min-height: 280px;
    }

    .main_title::before {
        bottom: -180px;
        height: 185px;
    }

    .banner h1 {
        font-size: 56px;
        max-width: 69%;
        line-height: 68px;
    }

    .main_title h1::before {
        width: 130px;
    }

    .banner p {
        font-size: 24px;
        max-width: 83%;
        line-height: 35px;
    }

    .banner .btn-ctn.white {
        min-width: 235px;
    }

    .banner .btn-ctn.white-outline {
        min-width: 160px;
    }

    .enter-community a {
        min-width: 340px;
        height: 78px;
        font-size: 30px;
    }

    .b-box p {
        font-size: 24px;
        line-height: 36px;
    }

    .b-box .count {
        font-size: 58px;
    }

    .b-box h4 {
        font-size: 22px;
        color: #294C41;
    }

    .b-box h5 {
        font-size: 22px;
    }

    .download-magazine a strong {
        font-size: 24px;
    }

    .download-magazine a p {
        font-size: 22px;
    }

    .download-magazine a img {
        width: 32px;
        height: 32px;
    }

    .download-magazine a {
        height: auto;
    }

    .b-box {
        padding-bottom: 85px;
    }

    .newsletter .main-heading h2 {
        font-size: 40px;
        line-height: 60px;
    }

    .newsletter .newsletter-form form input {
        height: 58px;
        font-size: 17px;
    }

    .newsletter .newsletter-form form input[type="submit"] {
        height: 58px;
    }

    .newsletter-form {
        padding: 30px 0 0 0;
    }

    .common-heading h3 {
        font-size: 50px;
    }

    .common-heading h2 {
        font-size: 50px;
    }

    .common-heading h4 {
        font-size: 50px;
    }

    .common-heading h6 {
        font-size: 50px;
    }

    .consulting-section {
        padding: 55px 0px 60px 0px;
    }

    .consulting-section .common_consult {
        flex: 0 0 50% !important;
    }

    .consulting-section .consulting_wrap .content .heading h4 {
        font-size: 41px;
        line-height: 56px;
    }

    .consulting-section .consulting_wrap .content .desc p {
        font-size: 20px;
        line-height: 33px;
        padding: 0 0 18px 0;
        max-width: 99%;
    }

    .comp-service-section .single-service .service-top .service-heading h5 {
        font-size: 26px;
        max-width: 100%;
        line-height: 38px;
    }

    .comp-service-section .single-service .service-top .image img {
        width: 50px;
        height: 53px;
    }

    .comp-service-section .single-service .service-top .image {
        min-height: 53px;
    }

    .comp-service-section .single-service .service-top .service-heading {
        min-height: 105px;
    }

    .comp-service-section .single-service .service-list ul li {
        font-size: 18px;
        line-height: 30px;
    }

    .comp-service-section .comp_wrap .single-service {
        min-height: 470px;
    }

    .comp-service-section .comp_wrap {
        padding: 70px 0 65px 0;
    }

    .shop-section {
        padding: 85px 0 60px 0;
    }

    .common-heading h3::after {
        width: 140px;
    }

    .common-heading h3::before {
        left: 153px;
    }

    .common-heading h2::after {
        width: 140px;
    }

    .common-heading h2::before {
        left: 153px;
    }

    .common-heading h4::after {
        width: 140px;
    }

    .common-heading h4::before {
        left: 153px;
    }

    .shop-section .common-heading {
        padding: 20px 31px 31px 20px;
    }

    .shop-section .shop_wrap .heading h2 {
        font-size: 28px;
        line-height: 37px;
    }

    .shop-section .shop_wrap .desc p {
        font-size: 24px;
        line-height: 36px;
        max-width: 98%;
    }

    .shop-section .shop_wrap .book-lists {
        margin: 75px 0 0 0;
    }

    .shop-section .shop_wrap .book-lists ul li {
        font-size: 20px;
        line-height: 32px;
    }

    .guide-order .guide-txt p {
        font-size: 24px;
        max-width: 100%;
        line-height: 35px;
    }

    .order-cta a {
        min-width: 190px;
        height: 60px;
    }

    .main-highlights {
        padding: 0 0 80px 0;
    }

    .main-highlights .order-cta {
        padding: 60px 0 0 0;
    }

    .footer .footer-widget .company-desc p {
        font-size: 17px;
        line-height: 30px;
    }

    .footer .footer-widget .company-desc p {
        font-size: 17px;
        line-height: unset;
        padding: 0px;
    }

    .footer {
        background: #22242A;
        padding: 0px;
    }

    .footer .container {
        padding: 0px !important;
        margin: 0px !important;
    }

    .footer .footer-bottom {
        padding: 0px;
        flex-direction: column-reverse;
    }

    .footer .footer-widget .navigator ul {
        row-gap: 0px;
    }

    .footer .footer_wrap {
        padding: 0px;
        border-bottom: none;
    }

    .logo-container {
        padding: 15px 20px;
        border-bottom: 1px solid #ffffff59;
    }

    .logo-container a {
        display: block;
        max-width: 500px;
        text-align: center;
        margin: 0 auto;
    }

    .company-desc {
        padding: 15px 20px;
        border-bottom: 1px solid #ffffff59;
    }

    .footer .footer_wrap .footer-widget {
        flex: 100%;
        text-align: center;
    }

    .footer .footer-widget .navigator ul li a {
        padding: 15px 20px;
        border-color: #ffffff59;
    }

    .footer .footer-widget .navigator ul li a::after,
    .footer .footer-widget .navigator ul li a::before,
    .footer .footer_wrap .footer-widget .contact-txt strong::after,
    .footer .footer_wrap .footer-widget .contact-txt strong::before {
        display: none;
    }

    .footer .footer_wrap .footer-widget .contact-txt strong {
        display: block;
        padding: 15px 20px;
        border-bottom: 1px solid #ffffff59;
    }

    .footer .footer-widget .contact-blurb {
        padding: 0px;
    }

    .footer .footer-widget .contact-blurb .single-contact {
        display: flex;
        align-items: flex-start;
        padding: 15px 20px;
        justify-content: center;
        border-bottom: 1px solid #ffffff59;
    }

    .footer .footer-bottom>div {
        width: 100%;
        text-align: center;
        padding: 15px 20px;
        border-bottom: 1px solid #ffffff59;
    }

    .footer .footer-bottom .social-medias {
        justify-content: center;
    }

    /* sliding header */

    .sliding-header {
        display: block;
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        z-index: 9999999;
        background: #fff;
        transition: 0.5s all;
    }

    .sliding-header .container {
        max-width: 100%;
        width: 100%;
        padding: 0;
    }

    .sliding-header .register-cta {
        display: none;
    }

    .sliding-header .header-btn {
        display: none;
    }

    .sliding-header .menuLink {
        display: block;
    }

    .sliding-header .header-wrap {
        flex-wrap: wrap;
    }

    .sliding-header .logo {
        /* width: 100%;
        min-width: 100%;
        max-width: 100%; */
        margin: 0 20px 0 20px;
    }

    .sliding-header .menuLink {
        width: 100%;
        padding: 30px 0 30px 0;
    }

    .sliding-header .menuLink nav {
        width: 100%;
    }

    .sliding-header .menuLink ul {
        width: 100%;
        flex-wrap: wrap;
    }

    .sliding-header .menuLink ul li {
        width: 100%;
        margin: 0;
    }

    .sliding-header .menuLink ul li a {
        width: 100%;
        display: block;
        border-bottom: 1px solid #37584e;
        padding: 12px 20px 12px 20px;
    }

    .close-menu {
        position: absolute;
        top: 18px;
        right: 8px;
    }

    /* consultation */

    .consulting-banner {
        min-height: 480px;
    }

    .our-connections .deep-txt p {
        font-size: 24px;
        line-height: 35px;
    }

    .our-connections .services-provided .single-service .image img {
        width: 55px;
        height: 55px;
    }

    .our-connections .services-provided .single-service .image {
        min-height: 55px;
    }

    .our-connections .services-provided .single-service .service-heading h4 {
        font-size: 25px;
        line-height: 35px;
    }

    .our-connections .services-provided .single-service .service-heading {
        min-height: 65px;
    }

    .our-connections .services-provided .single-service .service-desc p {
        font-size: 19px;
        line-height: 32px;
    }

    .our-connections .services-provided .single-service .service-desc {
        min-height: 64px;
    }

    .consult-head h2 {
        font-size: 50px;
    }

    /* .our-connections {
        padding: 150px 0 75px 0;
    } */

    .consult-head {
        padding: 0 0 55px 0;
    }

    .how-we-help .help-head h3 {
        font-size: 38px;
        padding: 0px 0 25px 85px;
        line-height: 54px;
    }

    .help-three-col .single-col .para p {
        font-size: 20px;
        line-height: 32px;
    }

    .help-three-col .single-col {
        min-height: 205px;
        padding: 22px 15px 22px 20px;
    }

    .how-we-help .help-head p {
        font-size: 25px;
    }

    .how-we-help .help-list .single-help {
        padding: 65px 0 0 0;
    }

    .help-three-col .single-col::before {
        font-size: 43px;
        left: 30px;
    }

    .how-we-help {
        padding: 0 0 100px 0;
    }

    .collaborate {
        padding: 70px 0px 60px 0px;
    }

    .consult-head h4 {
        font-size: 50px;
    }

    .collaborate .collaborate_wrap .image img {
        height: 550px;
    }

    .collaborate .collaborate_wrap .content {
        padding: 0 0 0 25px;
    }

    .collaborate .collaborate_wrap .content .single-collab {
        padding: 25px 25px 25px 25px;
        column-gap: 25px;
        margin: 0 0 30px 0;
    }

    .collaborate .collaborate_wrap .single-collab .collab-heading h4 {
        font-size: 23px;
    }

    .collaborate .collaborate_wrap .single-collab .collab-image {
        min-height: 45px;
        min-width: 45px;
        max-width: 45px;
    }

    .collaborate .collaborate_wrap .single-collab .collab-desc p {
        font-size: 17px;
        line-height: 27px;
        max-width: 96%;
    }

    .consult-head h5 {
        font-size: 50px;
    }

    .consult-head h5::before {
        width: 170px;
    }

    .consult-head h4::before {
        width: 154px;
    }

    .consult-head h2::before {
        width: 135px;
    }

    .order_book_title h2 {
        font-size: 40px;
    }

    .media_para p {
        font-size: 16px;
    }

    .media_para a {
        font-size: 16px;
    }

    .order_book_title {
        margin-bottom: 45px;
    }

    .order_book_title p {
        font-size: 22px;
    }

    .box_content_list ul {
        column-count: 1;
    }

    .order_box {
        margin-bottom: 30px;
    }

    .green-contact .green_wrap .green-detail {
        padding: 0 0 0 40px;
    }

    .green-contact .green_wrap .green-detail .blurb {
        padding: 0 0 25px 0px;
    }

    .green-contact .green_wrap .green-detail .blurb-desc a {
        font-size: 20px;
    }

    .green-contact .green_wrap .content .txt p {
        font-size: 16px;
        line-height: unset;
        max-width: 100%;
        padding: 38px 0 0 0;
    }

    .green-contact {
        padding: 50px 0px;
    }

    .green-contact .green_wrap .content .image {
        max-width: 362px;
        width: 382px;
        min-height: auto;
    }

    .green-contact .green_wrap {
        padding: 30px;
    }

    .get-with-us.contact_us_wrap {
        padding-bottom: 60px;
        padding-top: 20px;
    }

    /* thank you and error */

    .thank-banner {
        min-height: 88vh !important;
    }

    .thank-banner h1 {
        margin-bottom: 25px !important;
    }

    /* changes */

    .shop-section .shop_wrap .download-book .contents {
        padding: 0 0 0 35px;
    }

    .download-book .book-cover .book-link a {
        font-size: 17px;
        line-height: 24px;
    }

    .shop-section .shop_wrap .download-book {
        padding: 70px 0 0 0;
    }

    .get-with-us.contact_us_wrap .container {
        max-width: 100%;
    }

    /* 1200 ends here */

}


@media(max-width: 1024px) {

    .main_title {
        margin-bottom: 120px;
        padding: 25px 0px !important;
        min-height: 250px;
    }

    .main_title::before {
        bottom: -130px;
        height: 135px;
    }

    .banner h1 {
        font-size: 50px;
        max-width: 70%;
        line-height: 64px;
    }

    .banner p {
        font-size: 22px;
        max-width: 87%;
        line-height: 35px;
    }

    .btn-ctn {
        height: 58px;
        min-width: 135px;
    }

    header .right-div .register-cta a {
        height: 58px;
        min-width: 190px;
    }

    header .logo {
        width: 275px;
        min-width: 275px;
        max-width: 275px;
    }

    .enter-community a {
        min-width: 300px;
        height: 70px;
        font-size: 26px;
        margin: 0 0 40px 0;
    }

    .b-box p {
        font-size: 22px;
        line-height: 35px;
    }

    .b-box .box {
        padding: 60px 40px 60px 40px;
        min-height: 497px;
    }

    .b-box .counters {
        margin-top: 40px;
    }

    .b-box .count {
        font-size: 48px;
    }

    .b-box h4 {
        font-size: 21px;
        color: #294C41;
    }

    .b-box h5 {
        font-size: 21px;
    }

    .download-magazine a strong {
        font-size: 22px;
    }

    .download-magazine a p {
        font-size: 20px;
    }

    .download-magazine {
        padding: 65px 0 0 0;
    }

    .b-box {
        padding-bottom: 70px;
    }

    .newsletter .main-heading h2 {
        font-size: 36px;
        line-height: 55px;
    }

    .newsletter-form {
        padding: 25px 0 0 0;
        max-width: 100%;
    }

    .newsletter {
        padding: 30px 0px 45px 0px;
    }

    .newsletter .newsletter-form form input {
        height: 56px;
        font-size: 16px;
        margin-left: 0;
    }

    .common-heading h3 {
        font-size: 44px;
        line-height: 58px;
    }

    .common-heading h2 {
        font-size: 44px;
        line-height: 58px;
    }

    .common-heading h4 {
        font-size: 44px;
        line-height: 58px;
    }


    .common-heading h5 {
        font-size: 44px;
    }

    .consulting-section {
        padding: 45px 0px 50px 0px;
    }

    .common-heading h3::after {
        width: 124px;
        bottom: -3px;
    }

    .common-heading h3::before {
        left: 133px;
        bottom: -3px;
    }

    .common-heading h2::after {
        width: 124px;
        bottom: -3px;
    }

    .common-heading h2::before {
        left: 133px;
        bottom: -3px;
    }

    .consulting-section .consulting_wrap .content .heading h4 {
        font-size: 35px;
        line-height: 46px;
    }

    .consulting-section .consulting_wrap .content .heading h4::before {
        right: 35px;
        height: 34px;
        width: 5px;
    }

    .consulting-section .consulting_wrap .content .desc p {
        font-size: 19px;
        line-height: 31px;
        padding: 0 0 15px 0;
        max-width: 100%;
    }

    .read-more-cta a {
        font-size: 20px;
    }

    .common-heading h4::after {
        width: 124px;
        bottom: -3px;
    }

    .common-heading h4::before {
        left: 133px;
        bottom: -3px;
    }

    .comp-service-section .single-service .service-top .service-heading h5 {
        font-size: 24px;
        line-height: 35px;
    }

    .comp-service-section .single-service .service-top .image img {
        width: 45px;
        height: 48px;
    }

    .comp-service-section .single-service .service-top .image {
        min-height: 48px;
    }

    .comp-service-section .single-service .service-top .service-heading {
        min-height: 99px;
    }

    .comp-service-section .single-service .service-list ul {
        padding: 18px 0 0 25px;
    }

    .comp-service-section .single-service .service-list ul li {
        font-size: 16px;
        line-height: 28px;
    }

    .comp-service-section .comp_wrap .single-service {
        min-height: 450px;
    }

    .comp-service-section .comp_wrap {
        padding: 55px 0 55px 0;
    }

    .shop-section {
        padding: 65px 0 40px 0;
    }

    .common-heading h6 {
        font-size: 44px;
        line-height: 58px;
    }

    .common-heading h6::after {
        width: 101px;
    }

    .common-heading h6::before {
        left: 110px;
    }

    .shop-section .shop_wrap .heading h2 {
        font-size: 25px;
        line-height: 36px;
        padding: 0px 0 21px 0 !important;
    }

    .shop-section .shop_wrap .desc p {
        font-size: 22px;
        line-height: 35px;
        max-width: 100%;
    }

    .service-contact-cta a {
        min-width: 190px;
        height: 60px;
    }

    .order-cta {
        padding: 40px 0 0 0;
    }

    .shop-section .shop_wrap .book-lists {
        margin: 60px 0 0 0;
    }

    .shop-section .shop_wrap .book-lists ul {
        margin: 0 auto 32px auto;
    }

    .guide-order .guide-txt p {
        font-size: 22px;
        line-height: 35px;
    }

    .main-highlights {
        padding: 0 0 60px 0;
    }

    /* .footer .footer_wrap {
        column-gap: 50px;
        padding: 0 0 20px 0;
    }

    .footer .footer_wrap .footer-widget {
        flex: 0 0 calc(33.33% - 34px);
    }

    .footer .footer-widget .company-desc p {
        font-size: 16px;
        line-height: 28px;
    }

    .footer .footer-widget .contact-blurb .blurb-desc p {
        font-size: 16px;
        line-height: 26px;
    }

    .footer .footer-widget .navigator ul {
        row-gap: 30px;
    }

    .footer .footer-widget .navigator ul li a {
        font-size: 16px;
    }

    .footer .footer-bottom .copyright p {
        font-size: 16px;
        line-height: 28px;
    }

    .footer .footer-bottom {
        padding: 15px 0 0 0;
    }

    .newsletter .newsletter-form form input[type="submit"] {
        height: 56px;
    }

    .footer .footer-widget .navigator ul li a::after {
        width: 40px;
    }

    .footer .footer-widget .navigator ul li a::before {
        left: 44px;
    } */

    /* consulting */

    .consulting-banner {
        min-height: 430px;
    }

    .our-connections .deep-txt p {
        font-size: 23px;
        line-height: 34px;
    }

    .our-connections .services-provided .single-service .service-heading h4 {
        font-size: 23px;
        line-height: 31px;
        padding: 12px 0 12px 0;
    }

    .our-connections .services-provided .single-service .service-heading {
        min-height: 55px;
    }

    .our-connections .services-provided .single-service .image img {
        width: 50px;
        height: 50px;
    }

    .our-connections .services-provided .single-service .image {
        min-height: 50px;
    }

    .our-connections .services-provided .single-service {
        padding: 25px 22px 25px 22px;
    }

    .our-connections .services-provided .single-service .service-desc p {
        font-size: 18px;
        line-height: 30px;
    }

    .our-connections .services-provided .single-service .service-desc {
        min-height: 60px;
    }

    .consult-head h2 {
        font-size: 44px;
        line-height: 58px;
    }

    .consult-head h4 {
        font-size: 44px;
        line-height: 58px;
    }

    .consult-head h5 {
        font-size: 44px;
        line-height: 58px;
    }

    /* .our-connections {
        padding: 150px 0 70px 0;
    } */

    .how-we-help .help-list .single-help:first-child {
        padding: 45px 0 0 0;
    }

    .how-we-help .help-head h3 {
        font-size: 34px;
        padding: 0px 0 20px 75px;
        line-height: 50px;
    }

    .how-we-help .help-head h3::before {
        width: 63px;
        height: 51px;
    }

    .how-we-help .help-head p {
        font-size: 24px;
        max-width: 100%;
        padding: 0 0 30px 0;
    }

    .consult-head h2::before {
        width: 115px;
    }

    .help-three-col .single-col .para p {
        font-size: 18px;
        line-height: 30px;
    }

    .help-three-col .single-col {
        min-height: 190px;
    }

    .how-we-help {
        padding: 0 0 75px 0;
    }

    .consult-head h4::before {
        width: 133px;
    }

    .collaborate .collaborate_wrap .image img {
        height: 420px;
    }

    .collaborate .collaborate_wrap .single-collab .collab-heading h4 {
        font-size: 21px;
    }

    .collaborate .collaborate_wrap .single-collab .collab-heading {
        flex: 0 0 80%;
    }

    .collaborate .collaborate_wrap .content .single-collab {
        padding: 20px 20px 20px 20px;
        column-gap: 20px;
    }

    .collaborate .collaborate_wrap .single-collab .collab-desc p {
        max-width: 100%;
    }

    .collaborate {
        padding: 55px 0px 20px 0px;
    }

    .consult-head h5::before {
        width: 145px;
    }

    .get-with-us .get_wrap .contact-form {
        padding: 40px 30px 40px 30px;
    }

    .get-with-us .get_wrap .contact-form form .wf-label {
        font-size: 18px;
    }

    .get-with-us .get_wrap .contact-form form input {
        padding: 12px 15px 12px 15px;
        font-size: 17px;
    }

    .get-with-us .get_wrap .contact-form form textarea {
        min-height: 150px;
    }

    .get-with-us .get_wrap .contact-form .wform-btn-wrap input {
        min-width: 168px;
        height: 62px;
        font-size: 18px;
    }

    .get-with-us .get_wrap .contact-form .wform-btn-wrap::before {
        width: 271px;
        height: 50px;
        left: -250px;
    }

    .box_content_list ul {
        column-gap: 0px;
    }

    .box_content_list ul li {
        flex: 0 0 100%;
    }

    /* 1024 ends here */

}

@media(max-width: 991px) {
    .container {
        width: 100%;
    }

    .responsive-header .menu li a {
        padding-left: 26px;
        padding-right: 26px;
    }

    .banner h1 {
        font-size: 40px;
        max-width: 72%;
        line-height: 52px;
    }

    .banner p {
        font-size: 20px;
        max-width: 100%;
        line-height: 32px;
    }

    .btn-ctn {
        height: 54px;
        min-width: 120px;
        font-size: 17px;
    }

    header .right-div .register-cta a {
        font-size: 17px;
        height: 54px;
        min-width: 185px;
    }

    header .logo {
        width: 245px;
        min-width: 245px;
        max-width: 245px;
    }

    .banner .btn-ctn.white {
        min-width: 195px;
        font-size: 18px;
        height: 52px;
    }

    .banner .btn-ctn.white-outline {
        min-width: 125px;
        font-size: 18px;
        height: 52px;
    }

    .enter-community a {
        min-width: 240px;
        height: 62px;
        font-size: 20px;
        margin: 0 0 35px 0;
    }

    .b-box .box {
        padding: 50px 40px 50px 40px;
        min-height: 441px;
    }

    .b-box p {
        font-size: 20px;
        line-height: 32px;
    }

    .b-box .count {
        font-size: 40px;
    }

    .b-box h5 {
        font-size: 18px;
    }

    .b-box h4 {
        font-size: 19px;
    }

    .download-magazine a strong {
        font-size: 20px;
    }

    .download-magazine a p {
        font-size: 18px;
    }

    .download-magazine a img {
        width: 28px;
        height: 28px;
    }

    .download-magazine {
        padding: 55px 0 0 0;
    }

    .b-box {
        padding-bottom: 60px;
    }

    .newsletter .main-heading h2 {
        font-size: 32px;
        line-height: 45px;
    }

    .newsletter {
        padding: 26px 0px 41px 0px;
    }

    .newsletter .newsletter-form form input {
        height: 54px;
        font-size: 15px;
    }

    .newsletter .newsletter-form form input[type="submit"] {
        height: 54px;
    }

    .common-heading h3 {
        font-size: 38px;
        line-height: 50px;
    }

    .common-heading h2 {
        font-size: 38px;
        line-height: 50px;
    }

    .common-heading h4 {
        font-size: 38px;
        line-height: 50px;
    }

    .common-heading h6 {
        font-size: 38px;
        line-height: 50px;
    }

    .common-heading h3::after {
        width: 106px;
        bottom: -6px;
    }

    .common-heading h3::before {
        left: 114px;
        width: 9px;
        bottom: -6px;
    }

    .common-heading h2::after {
        width: 106px;
        bottom: -6px;
    }

    .common-heading h2::before {
        left: 114px;
        width: 9px;
        bottom: -6px;
    }

    .consulting-section .consulting_wrap .content .heading h4 {
        font-size: 28px;
        line-height: 40px;
    }

    .consulting-section .consulting_wrap .content .heading h4::before {
        right: 25px;
        height: 28px;
        width: 5px;
        top: 9px;
    }

    .consulting-section .consulting_wrap .content .desc p {
        font-size: 18px;
        line-height: 29px;
    }

    .read-more-cta a {
        font-size: 18px;
    }

    .read-more-cta a::before {
        width: 24px;
        height: 24px;
        right: -40px;
    }

    .common-heading h4::after {
        width: 106px;
        bottom: -6px;
    }

    .common-heading h4::before {
        left: 114px;
        width: 9px;
        bottom: -6px;
    }

    .comp-service-section .comp_wrap .single-service {
        border-radius: 12px;
        padding: 22px 18px 22px 18px;
        min-height: 430px;
    }

    .comp-service-section .single-service .service-top .service-heading h5 {
        font-size: 21px;
        line-height: 32px;
    }

    .comp-service-section .single-service .service-list ul {
        padding: 10px 0 0 20px;
    }

    .comp-service-section .single-service .service-list ul li {
        padding: 0 0 8px 0px;
    }

    .comp-service-section .single-service .service-top .image img {
        width: 40px;
        height: 43px;
    }

    .comp-service-section .single-service .service-top .image {
        min-height: 43px;
    }

    .comp-service-section .single-service .service-top .service-heading {
        min-height: 93px;
    }

    .comp-service-section .single-service .service-list ul li {
        font-size: 15px;
        line-height: 26px;
    }

    .service-contact-cta a {
        min-width: 160px;
        height: 52px;
        font-size: 18px;
    }

    .comp-service-section .comp_wrap {
        padding: 55px 0 45px 0;
    }

    .shop-section {
        padding: 55px 0 40px 0;
    }

    .common-heading h6::after {
        width: 86px;
        bottom: -4px;
    }

    .common-heading h6::before {
        left: 92px;
        bottom: -4px;
    }

    .shop-section .shop_wrap .heading h2 {
        font-size: 23px;
        line-height: 36px;
        padding: 40px 0 20px 0;
    }

    .shop-section .shop_wrap .desc p {
        font-size: 20px;
        line-height: 32px;
    }

    .order-cta a {
        min-width: 150px;
        height: 52px;
        font-size: 18px;
    }

    .shop-section .shop_wrap .book-lists {
        margin: 55px 0 0 0;
        padding: 0 20px 50px 20px;
    }

    .shop-section .shop_wrap .book-lists ul {
        padding: 35px 25px 17px 25px;
    }

    .shop-section .shop_wrap .book-lists ul li {
        font-size: 17px;
        line-height: 28px;
    }

    .main-highlights .order-cta {
        padding: 48px 0 0 0;
    }

    /* .footer {
        padding: 50px 0px 25px 0px;
    }

    .footer {
        background: #22242A;
        padding: 50px 0px 25px 0px;
    }

    .footer .footer_wrap .footer-widget {
        flex: 0 0 100%;
    }

    .footer .footer_wrap .logo-container {
        text-align: center;
    }

    .footer .footer_wrap .logo-container img {
        width: 280px;
        min-width: 280px;
        max-width: 280px;
        height: auto;
    }

    .footer .footer-widget .company-desc p {
        font-size: 15px;
        text-align: center;
    }

    .footer .footer-widget .navigator ul li {
        flex: 0 0 100%;
        text-align: center;
    }

    .footer .footer-widget .navigator ul {
        padding: 25px 0 25px 0;
    }

    .footer .footer-widget .contact-txt {
        text-align: center;
        padding: 20px 0px 0px 0;
    }

    .footer .footer-widget .contact-blurb .single-contact {
        justify-content: center;
    }

    .footer .footer-widget .contact-blurb .blurb-desc p {
        font-size: 15px;
    } */

    .content_us_wrap {
        padding: 25px 0px;
    }

    .order_book_title h2 {
        font-size: 30px;
    }

    .content_us_wrap .order_book_title h2 strong::after {
        width: 85px;
    }

    .content_us_wrap .order_book_title h2 strong::before {
        left: 97px;
    }


    .order_box_img {
        width: 315px;
        height: auto;
    }

    .order_box_content {
        width: calc(100% - 315px);
        padding-left: 20px;
    }

    .box_content_title h3 {
        font-size: 22px;
    }

    .box_content_para p {
        font-size: 16px;
    }

    .box_content_list ul li {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .box_price p {
        font-size: 20px;
    }

    .consult-head h4 {
        font-size: 35px;
        line-height: unset;
    }

    .how-we-help .help-head h3 {
        font-size: 30px;
        padding: 0px 0 15px 71px;
        line-height: unset;
    }

    .green-contact .green_wrap .green-detail {
        padding: 0 0 0 30px;
    }

    .green-contact .green_wrap .green-detail .blurb {
        padding: 0 0 15px 0px;
    }

    .green-contact .green_wrap .green-detail .blurb .image {
        width: 30px;
        max-width: 30px;
    }

    .green-contact .green_wrap .green-detail .blurb-desc a {
        font-size: 18px;
    }

    .green-contact .green_wrap .content .image {
        max-width: 100%;
        width: 100%;
        min-height: auto;
    }

    .green-contact .green_wrap .content .txt p {
        padding: 20px 0 0 0;
    }

    .get-with-us.contact_us_wrap {
        padding-bottom: 50px;
        padding-top: 20px;
    }

    /* thank you and error */

    .thank-banner .btn-div {
        margin-top: 35px;
    }

    .thank-banner {
        min-height: 60vh !important;
        padding: 50px 0 50px 0 !important;
    }

    .thank-banner h1 {
        margin-bottom: 22px !important;
    }

    .thank-banner .btn-div {
        margin-top: 35px;
    }

    /* changes */

    .shop-section .shop_wrap .download-book {
        padding: 55px 0 0 0;
    }

    .order_box_img a img {
        height: 430px;
    }

    .download-magazine.shop-magazine {
        padding: 30px 0 80px 0;
    }

    .comp-service-section.project-section .comp_wrap .single-service:nth-child(1), .comp-service-section.project-section .comp_wrap .single-service:nth-child(2)
    {
        min-height: 520px !important;
    }

    .comp-service-section.project-section .comp_wrap .single-service
    {
        min-height: 420px !important;
    }

    .our-connections.turnkey-page
    {
        padding-bottom:20px;
    }

    .green-contact.get-started .green-detail.text .heading h4
    {
        font-size:32px;
    }

    .green-contact.get-started .green-detail.text .get-started-desc p
    {
        font-size: 21px;
    }

    .green-contact.get-started .green_wrap .green-detail .blurb-desc a
    {
        font-size: 18px;
    }

    .why-hydro ul li, .why-hydro2 ul li
    {
        font-size:18px;
    }

    .collaborate.why-hydro2 .collaborate_wrap .content {
        padding: 0 0 0 20px;
    }

    .collaborate.why-hydro2 .collaborate_wrap .content .heading h4
    {
        font-size: 28px;
        line-height: 40px;
    }

    .why-hydro2 p
    {
        font-size:18px;
        max-width:95%;
    }

    .green-contact.get-started .green_wrap .green-detail .blurb-desc a {
        padding: 0 0 0 10px;
    }



    /* 991 ends here */

}

@media(max-width: 768px) {

    .banner h1 {
        font-size: 33px;
        max-width: 90%;
        line-height: 50px;
        margin-bottom: 25px;
    }

    .banner {
        padding: 40px 0 50px;
    }

    .banner p {
        font-size: 18px;
        line-height: 30px;
    }

    .b-box .box {
        padding: 50px 25px 50px 25px;
        min-height: 424px;
    }

    .enter-community a {
        min-width: 220px;
        height: 60px;
        font-size: 19px;
    }

    .b-box p {
        font-size: 18px;
        line-height: 30px;
    }

    .b-box .counters article {
        width: 100%;
        flex: 0 0 50%;
    }

    .b-box .count {
        font-size: 36px;
    }

    .b-box h4 {
        font-size: 17px;
    }


    .b-box h5 {
        font-size: 18px;
    }

    .download-magazine a strong {
        font-size: 18px;
    }

    .download-magazine a p {
        font-size: 17px;
    }

    .download-magazine a img {
        width: 25px;
        height: 25px;
    }

    .newsletter .main-heading h2 {
        font-size: 29px;
        line-height: 41px;
    }

    .newsletter .newsletter-form form input {
        height: 52px;
        padding: 0 15px;
    }

    .newsletter .newsletter-form form input[type="submit"] {
        height: 52px;
        font-size: 17px;
    }

    .consulting-section {
        padding: 32px 0px 40px 0px;
    }

    .common-heading h3 {
        font-size: 34px;
    }

    .common-heading h2 {
        font-size: 34px;
    }

    .common-heading h4 {
        font-size: 34px;
    }

    .common-heading h3::after {
        width: 95px;
        bottom: -4px;
    }

    .common-heading h3::before {
        left: 102px;
        bottom: -4px;
    }

    .common-heading h2::after {
        width: 95px;
        bottom: -4px;
    }

    .common-heading h2::before {
        left: 102px;
        bottom: -4px;
    }

    .consulting-section .consulting_wrap {
        padding: 55px 0 0 0;
    }

    .consulting-section .consulting_wrap .content .heading h4 {
        font-size: 26px;
        line-height: 37px;
    }

    .consulting-section .consulting_wrap .content .heading h4::before {
        right: 15px;
        height: 26px;
        width: 5px;
        top: 7px;
    }

    .consulting-section .consulting_wrap .content .desc p {
        font-size: 17px;
        line-height: 28px;
    }

    .read-more-cta a {
        font-size: 17px;
    }

    .read-more-cta a::before {
        width: 22px;
        height: 22px;
        right: -35px;
    }

    .common-heading h4::after {
        width: 95px;
    }

    .common-heading h4::before {
        left: 104px;
    }

    .comp-service-section .single-service .service-top .service-heading h5 {
        font-size: 19px;
        line-height: 30px;
    }

    .comp-service-section .single-service .service-top .service-heading {
        min-height: 89px;
    }

    .common-heading h6 {
        font-size: 34px;
    }

    .common-heading h6::after {
        width: 77px;
    }

    .common-heading h6::before {
        left: 84px;
    }

    .shop-section .shop_wrap .heading h2 {
        font-size: 21px;
        line-height: 35px;
        padding: 35px 0 18px 0;
    }

    .shop-section .shop_wrap .desc p {
        font-size: 18px;
        line-height: 30px;
    }

    .shop-section .shop_wrap .book-lists ul li {
        font-size: 16px;
        line-height: 27px;
        padding: 0 0 14px 3px;
    }

    .guide-order .guide-txt p {
        font-size: 19px;
        line-height: 30px;
    }

    .shop-section .shop_wrap .book-lists ul {
        padding: 35px 25px 15px 25px;
        margin: 0 auto 28px auto;
    }

    .shop-section .shop_wrap .book-lists {
        padding: 0 20px 47px 20px;
    }

    .shop-section {
        padding: 55px 0 35px 0;
    }

    .main-highlights .order-cta {
        padding: 40px 0 0 0;
    }

    .banner .btn-div {
        margin-top: 40px;
    }

    .Media_group_wrap .row .col-md-4 {
        width: 50%;
    }

    .thank-banner.main_title.shop_banner h1::before {
        width: 110px !important;
    }

    /* 768 ends here */

}


@media(max-width: 767px) {

    .logo-container a {
        max-width: 400px;
    }

    .footer .footer-widget .company-desc p {
        font-size: 16px;
    }

    .footer .footer-widget .navigator ul li a {
        font-size: 16px;
    }

    .footer .footer-widget .contact-blurb .blurb-desc p {
        font-size: 16px;
        line-height: unset;
        padding: 0 0 0 10px;
    }

    .footer .footer-bottom .copyright p {
        font-size: 16px;
        line-height: unset;
    }

    .box_title_media h4 {
        font-size: 22px;
    }

    .order_box_img {
        width: 225px;
        height: auto;
    }

    .order_box_content {
        width: calc(100% - 225px);
    }

    .order_box {
        margin-bottom: 25px;
        padding: 20px;
    }

    .our-connections .services-provided .service_wrap {
        row-gap: 16px;
    }

    .our-connections .services-provided .single-service {
        flex: 0 0 calc(50% - 11px);
    }

    .help-three-col {
        row-gap: 15px;
    }

    .help-three-col .single-col {
        flex: 0 0 calc(50% - 10px);
    }

    .collaborate .collaborate_wrap .common_collab {
        flex: 0 0 100%;
    }

    .green-contact .green_wrap {
        display: block;
    }

    .green-contact .green_wrap .common_green {
        flex: unset;
        width: 100%;
    }

    .green-contact .green_wrap .common_green {
        flex: unset;
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }

    .green-contact .green_wrap .green-detail {
        border-left: none;
        padding: 30px 0px 0px !important;
        border-top: 1px solid #fff;
    }

    /* thank you and error */

    .thank-banner .btn-div {
        margin-top: 30px;
    }

    .thank-banner p {
        margin-top: 3px;
    }

    .thank-banner h1 {
        margin-bottom: 18px !important;
    }

    .thank-banner.main_title.shop_banner h1::before {
        width: 110px !important;
    }

    /* changes */

    .order_box_img a img {
        height: 305px;
    }

    .collaborate.why-hydro2 .collaborate_wrap .common_collab {
        flex: 0 0 50%;
    }

    .green-contact.get-started .green_wrap .green-detail .blurb
    {
        justify-content: center;
    }


    /* 767 ends here */
}


@media(max-width: 667px) {

    header .logo {
        width: 220px;
        min-width: 220px;
        max-width: 220px;
    }

    .banner h1 {
        font-size: 30px;
        max-width: 95%;
        line-height: 47px;
        margin-bottom: 18px;
    }

    .consulting-section .consulting_wrap {
        padding: 50px 0 0 0;
    }

    .consulting-section .consulting_wrap .content .heading h4 {
        font-size: 25px;
    }

    .consulting-section .consulting_wrap .content .heading h4::before {
        right: -2px;
    }

    .comp-service-section .comp_wrap .single-service {
        padding: 22px 15px 22px 15px;
    }

    .comp-service-section .single-service .service-top .image img {
        width: 37px;
        height: 40px;
    }

    .comp-service-section .single-service .service-top .image {
        min-height: 40px;
    }

    .main_title {
        margin-bottom: 80px;
        padding: 25px 0px !important;
        min-height: 180px;
    }

    .main_title::before {
        bottom: -80px;
        height: 85px;
    }

    /* changes */

    .shop-section .shop_wrap .download-book .contents {
        padding: 0 0 0 25px;
    }

    .shop-section .shop_wrap .heading h2 {
        line-height: 30px;
    }

    .meeting-links a {
        font-size: 20px;
    }

    .meeting-links a::before {
        width: 50px;
    }




    /* 667 ends here */

}


@media (min-width:601px) and (max-width:667px)
{
    .green-contact.get-started .green_wrap .green-detail .blurb
    {
        justify-content: center;
    }
}

@media(max-width: 600px) {

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    header .right-div .register-cta {
        display: none;
    }

    header .right-div .header-btn {
        display: none;
    }

    header .logo {
        width: 210px;
        min-width: 210px;
        max-width: 210px;
    }

    .banner h1 {
        font-size: 29px;
        max-width: 100%;
        line-height: 40px;
    }

    .banner p {
        font-size: 17px;
        line-height: 29px;
    }

    .banner .btn-ctn.white {
        min-width: 175px;
        font-size: 16px;
        height: 50px;
    }

    .banner .btn-ctn.white-outline {
        min-width: 105px;
        font-size: 16px;
        height: 50px;
    }

    .enter-community a {
        min-width: 208px;
        height: 56px;
        font-size: 18px;
    }

    .banner {
        padding: 40px 0 25px;
    }

    .b-box .box {
        padding: 45px 20px 45px 20px;
        min-height: unset;
    }

    .b-box .counters .row {
        justify-content: center;
        row-gap: 40px;
    }

    .b-box .row .col-md-6:nth-child(2n)::before {
        left: 50%;
        top: -67px;
        transform: rotate(90deg);
    }

    .b-box .counters article {
        flex: 0 0 100%;
    }

    .download-magazine a {
        width: 100%;
        min-width: 100%;
    }

    .download-magazine {
        padding: 50px 0 0 0;
        column-gap: 0;
        row-gap: 20px;
    }

    .b-box {
        padding-bottom: 50px;
    }

    .newsletter .main-heading h2 {
        font-size: 26px;
        line-height: 39px;
    }

    .newsletter .newsletter-form form input {
        height: 50px;
        margin: 0;
    }

    .newsletter .newsletter-form form {
        justify-content: center;
        row-gap: 20px;
    }

    .newsletter .newsletter-form form input[type="submit"] {
        height: 50px;
        font-size: 17px;
        min-width: 130px;
    }

    .newsletter {
        padding: 26px 0px 36px 0px;
    }

    .consulting-section .common_consult {
        flex: 0 0 100% !important;
    }

    .consulting-section .consulting_wrap {
        flex-direction: column-reverse;
        padding: 48px 0 0 0;
    }

    .common-heading h3 {
        font-size: 28px;
        line-height: 40px;
    }

    .common-heading h2 {
        font-size: 28px;
        line-height: 40px;
    }

    .common-heading h4 {
        font-size: 28px;
        line-height: 40px;
    }

    .common-heading h3::after {
        width: 79px;
    }

    .common-heading h3::before {
        left: 84px;
    }

    .common-heading h2::after {
        width: 79px;
    }

    .common-heading h2::before {
        left: 84px;
    }

    .consulting-section .consulting_wrap .content {
        padding: 25px 0px 0 0;
    }

    .consulting-section .consulting_wrap .content .heading h4 {
        font-size: 24px;
        text-align: center;
        max-width: 91%;
        margin: 0 auto;
    }

    .consulting-section .consulting_wrap .content .heading h4::before {
        right: 0;
    }

    .consulting-section .consulting_wrap .content .desc p {
        text-align: center;
    }

    .read-more-cta {
        text-align: center
    }

    .comp-service-section .comp_wrap {
        padding: 48px 0 40px 0;
        column-gap: 0;
        row-gap: 20px;
    }

    .comp-service-section .comp_wrap .single-service {
        min-height: unset;
        flex: 0 0 100%;
    }

    .comp-service-section .single-service .service-top .service-heading h5 {
        font-size: 23px;
        line-height: 32px;
    }

    .comp-service-section .single-service .service-top .image {
        min-height: unset;
    }

    .comp-service-section .single-service .service-top .service-heading {
        min-height: unset;
    }

    .newsletter .newsletter-form form {
        flex-wrap: wrap;
    }

    .service-contact-cta a {
        min-width: 142px;
        height: 50px;
        font-size: 16px;
    }

    .shop-section {
        padding: 50px 0 0px 0;
    }

    .common-heading h6 {
        font-size: 28px;
        line-height: 40px;
    }

    .common-heading h6::after {
        width: 64px;
    }

    .common-heading h6::before {
        left: 70px;
    }

    .shop-section .common-heading {
        padding: 14px 15px 28px 15px;
    }

    .shop-section .shop_wrap .heading h2 {
        font-size: 21px;
        line-height: 32px;
        padding: 25px 0 18px 0 !important;
        text-align: center;
    }

    .b-box p {
        font-size: 17px;
        line-height: 29px;
    }

    .consulting-section .consulting_wrap .content .desc p {
        line-height: 29px;
    }

    .shop-section .shop_wrap .desc p {
        font-size: 17px;
        line-height: 29px;
        text-align: center;
    }

    .order-cta {
        padding: 25px 0 0 0;
    }

    .shop-section .shop_wrap .book-lists ul {
        padding: 28px 0px 10px 20px;
        margin: 0 auto 20px auto;
    }

    .shop-section .shop_wrap .book-lists ul li {
        flex: 0 0 100%;
        padding: 0 0 12px 0px;
    }

    .shop-section .shop_wrap .book-lists {
        padding: 0 15px 40px 15px;
        margin: 45px 0 0 0;
    }

    .get-with-us .get_wrap .contact-form .wf-form-wrapper .wf-row {
        flex: 100%;
    }

    .get-with-us .get_wrap .contact-form .wform-btn-wrap::before {
        width: 220px;
        height: 40px;
        left: -180px;
    }

    .order-cta a {
        min-width: 135px;
        height: 50px;
        font-size: 16px;
    }

    .guide-order .guide-txt p {
        font-size: 17px;
        line-height: 29px;
    }

    .footer .footer-bottom .copyright p {
        text-align: center;
        line-height: 26px;
    }

    .footer .footer-bottom {
        justify-content: center;
        row-gap: 15px;
    }

    .sliding-header .logo {
        margin: 0 15px 0 15px;
    }

    .close-menu {
        position: absolute;
        top: 11px;
        right: 0;
    }

    .close-menu img {
        width: 58px;
        height: 58px;
    }

    .order_book_title h2 {
        font-size: 25px;
    }

    .Media_group_wrap {
        padding: 40px 0;
    }

    .Media_group_wrap .row .col-md-4 {
        width: 100%;
    }

    .media_icon {
        width: 65px;
        height: 65px;
        padding: 15px;
    }

    .media_border {
        padding: 30px 10px 15px;
    }

    .media_para {
        max-width: 100%;
        min-height: 80px;
    }

    .box_title_media h4 {
        font-size: 20px;
    }

    .order_box {
        display: block;
    }

    .order_box_img {
        width: 100%;
        height: 320px;
        margin-bottom: 25px;
    }

    .order_box_img a {
        display: block;
    }

    .order_box_content {
        width: 100%;
        padding: 0px;
    }

    .our-connections .services-provided .single-service {
        flex: 0 0 calc(100% - 11px);
    }

    .help-three-col .single-col {
        flex: 0 0 calc(100% - 10px);
    }

    .main-highlights {
        padding: 0px 0 50px 0;
    }

    /* changes */

    .shop-section .shop_wrap .download-book .book-cover {
        flex: 0 0 100%;
    }

    .shop-section .shop_wrap .download-book .contents {
        flex: 0 0 100%;
        padding: 0 0 0 0px;
    }

    .download-book .book-cover .book-link a {
        font-size: 18px;
        line-height: 26px;
        display: inline;
    }

    .download-book .contents .order-cta {
        text-align: center;
    }

    .order_box_img a img {
        height: 100%;
    }

    .order_box_img {
        height: 100%;
    }

    .download-heading {
        margin: 0 0 25px 0;
    }

    .meeting-links a {
        font-size: 18px;
    }

    .meeting-links a::before {
        width: 40px;
    }

    .meeting-links ul {
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .meeting-links ul li {
        flex: 0 0 100%;
        text-align: center;
    }

    .get-with-us .get_wrap .contact-form {
        padding: 40px 20px 40px 20px;
    }

    .our-connections.turnkey-page 
    {
        padding-bottom:20px;
    }

    .turnkey-page.our-connections .deep-txt p
    {
        font-size:17px;
    }

    .why-hydro ul li, .why-hydro2 ul li
    {
        font-size:17px;
    }

    .collaborate.why-hydro2 .collaborate_wrap .content {
        padding: 20px 0 0 0px;
        text-align: center;
    }

    .why-hydro ul, .why-hydro2 ul
    {
        text-align: left;
    }

    .collaborate.why-hydro2 .collaborate_wrap .content .heading h4
    {
        font-size: 24px;
        text-align: center;
        max-width: 91%;
        margin: 0 auto;
        line-height:36px;
    }

    .why-hydro2 p
    {
        font-size: 17px;
        max-width: 100%;
    }

    .green-contact.get-started .green-detail.text .heading h4
    {
        font-size:30px;
    }

    .green-contact.get-started .green-detail.text .get-started-desc p
    {
        font-size:20px;
        max-width:100%;
    }

    .green-contact.get-started .green_wrap .green-detail .blurb-desc a {
        font-size: 17px;
    }

    .project-section .single-service {
        flex: 0 0 calc(100% - 0px) !important;
        margin-bottom: 18px;
    }

    .comp-service-section.project-section .comp_wrap .single-service
    {
        min-height:auto!important;
    }

    .comp-service-section.project-section .comp_wrap .single-service:nth-child(1), .comp-service-section.project-section .comp_wrap .single-service:nth-child(2)
    {
        min-height:auto!important;
    }

    .collaborate.highlighted-project .collaborate_wrap .content
    {
        padding:0;
    }

    .collaborate.highlighted-project .collaborate_wrap .content .single-collab {
        margin: 0 0 0px 0;
        width: calc(100% - 0px);
    }

    .consulting-section.why-hydro 
    {
        padding-top:0;
    }

    .consulting-section.why-hydro .consulting_wrap
    {
        padding-top:25px;
    }

    .collaborate.why-hydro2 {
        padding: 20px 0px 20px 0px;
    }

    .collaborate.why-hydro2 .collaborate_wrap .common_collab {
        flex: 0 0 100%;
    }

    .green-contact.get-started .common_green.logo
    {
        height:auto;
    }


    /* 600 ends here */
}

@media(max-width: 484px) {
    .order_box_img {
        width: 100%;
        height: 240px;
        margin-bottom: 25px;
    }

    .order_box_img a img {
        height: 100%;
    }

    .order_box_img {
        height: 100%;
    }
}

@media(max-width: 414px) {
    .get-with-us .get_wrap .contact-form .wform-btn-wrap::before {
        width: 120px;
        height: 60px;
        left: -130px;
        top: 10px;
    }

    .order_box_img a img {
        height: 100%;
    }

    .order_box_img {
        height: 100%;
    }
}

@media(max-width: 400px) {
    .main_title {
        margin-bottom: 30px;
        min-height: 160px;
    }

    .main_title::before {
        bottom: -44px;
        height: 45px;
    }

    .order_box_img a img {
        height: 100%;
    }

    .order_box_img {
        height: 100%;
    }

    .green-contact.get-started .green-detail.text .heading h4 {
        font-size: 26px;
    }

    .green-contact.get-started .green_wrap .green-detail .blurb-desc a {
        font-size: 15px;
    }
}

@media(max-width: 375px) {
    .order_box_content .d-flex {
        padding-top: 10px;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }

    .order_box_content .d-flex .service-contact-cta {
        margin-top: 10px;
    }

    .order_box_img a img {
        height: 100%;
    }

    .order_box_img {
        height: 100%;
    }

        .green-contact.get-started .green_wrap .green-detail .blurb-desc a {
        font-size: 14px;
    }

        .green-contact.get-started .green-detail.text .heading h4 {
        font-size: 26px;
    }
}