@import url('https://fonts.googleapis.com/css2?family=Arya&display=swap');
.page-template-green-energy-saver {
    background: #F6F8FF;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    letter-spacing: 0.01em;
}
.header-menu-wrapper{ font-family: 'Albert Sans';}
.float_div{
    float: left;
    width: 100%;
}
.purple_text {
    /*color: #8C4AF2;*/
    color: #3772DB;
    font-weight: 500;
}

.page-template-green-energy-saver header {
    background-color: #F6F8FF;
}

.page-template-green-energy-saver .menu ul li a {
    color: #111119;
}

.page-template-green-energy-saver #menu-header-sub-menu li.touch_btn a {
    border-color: #3772DB;
    color: #111119;
}

.page-template-green-energy-saver .nav-icon3 span {
    background-color: #3772DB;
}

.page-template-green-energy-saver .corporate-video a span svg path.circular-icon {
    fill: #3772DB;
}

.page-template-green-energy-saver #menu-header-sub-menu li.touch_btn a:hover {
    background: #3772DB;
    color: #fff;
}

.page-template-green-energy-saver header .ganpatiji img {
    object-position: 0 -100px;
}

.page-template-green-energy-saver .header_type_2 .schedule-call a svg path {
    fill: #3772DB;
}

.page-template-green-energy-saver .darkHeader.header_type_2 .schedule-call a svg path {
    fill: #fff;
}

.page-template-green-energy-saver.shshowcancel header {
    background-color: transparent;
}

.page-template-green-energy-saver.shshowcancel .header_type_2 .schedule-call a svg path {
    fill: #fff;
}

.inner_green-energy {
    padding-top: 95px;
}

.green-energy_banner {
    background: url("../../images/case-study/green-energy-saver/aerial-view-private-houses-with-solar-panels-roofs.webp") no-repeat;
    background-size: cover;
    color: #F6F8FF;
    position: relative;
}
.green-energy_banner .container {
    position: relative;
    z-index: 1;
}
.onlshape_greencasestudy {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    height: 70px;
}
.onlshape_greencasestudy:before {
    position: absolute;
    content: '';
    width: 85px;
    height: 85px;
    border-radius: 85px 20px 85px 85px;
    z-index: 1;
    left: auto;
    top: -42px;
    background: #FFFFFF;
    box-shadow: 0px 0px 40px rgba(55, 114, 219, 0.2);
}
.green-energy_banner:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}
.green-energy_banner_continer {
    min-height: 710px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    position: relative;
}
.banner_img {
    z-index: 1;
    position: relative;
}
.banner_title,
.footer_title{
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 30px;
    color: #F6F8FF;
}
.banner_sub_title {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.01em;
}
.section_gap {
    padding: 80px 0;
}
.green_company_title {
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #B7C0EC;
    font-weight: 600;
    font-size: 20px;
    background: #F6F8FF;
    display: inline-block;
    margin: 0;
}
.section_title_wrapper {
    text-align: center;
    position: relative;
    margin: 0 0 50px 0;
}
.section_title_wrapper h2 {
    padding: 0 20px;
}
.section_cnt_green h4 {
    font-weight: 700;
    font-size: 36px;
    line-height: 58px;
    color: #3772DB;
    margin: 0 0 70px 0;
}
.section_cnt_green p {
    line-height: 30px;
}
.section_cnt_green span.purple_text {
    color: #3772DB;
}
.bubble_logo_shape {
    position: relative;
    width: 500px;
    height: 500px;
}
.bubble_logo_shape img {
    border-radius: 500px 60px 500px 500px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dot{
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 2px;
    transform: rotate(80.56deg);
    position: absolute;
    animation: a 2s infinite linear;
}
.dot.purple{
    background: #224CBC;
}
.dot.pink{
    background: #DC1C9E;
}
.dot.blue{
    background: #01B9ED;
}
.dot.green{
    background: #C5E17D;
}
.company_profile_wrapper .dot.purple{
    left: 40%;
    top: -20%;
}
.company_profile_wrapper .dot.pink{
    right: 2%;
    top: 12%;
}
.company_profile_wrapper .dot.blue{
    bottom: 0;
    left: 5%;
}
.company_profile_wrapper .dot.green{
    right: 3%;
    bottom: -3%;
}
.we_proposed_wrapper .dot.purple{
    left: 5%;
    top: 15%;
}
.we_proposed_wrapper .dot.pink{
    right: -15%;
    top: 10%;
}
.we_proposed_wrapper .dot.blue{
    left: 0;
    bottom: 20%;
}
.we_proposed_wrapper .dot.green{
    bottom: 20%;
}
.pr-100 {
    padding-right: 86px;
}
.pl-100 {
    padding-left: 86px;
}
.bubble_logo_shape:after {
    width: 500px;
    height: 500px;
    position: absolute;
    border-radius: 500px 60px 500px 500px;
    background: #F6F8FF;
    box-shadow: 0px 41px 40px rgba(55, 114, 219, 0.05);
    right: -70px;
    top: 26px;
    content: '';
    z-index: -1;
}
.section_grnENGY {
    float: left;
    width: 100%;
}
.bubble_logo_shape._left_slidegrn:after {
    right: 0;
    left: -70px;
}
.green_company_approach, .gradbg {
    background: linear-gradient(180deg, rgba(183, 192, 236, 0.1) 0%, rgba(183, 192, 236, 0) 100%);
    float: left;
    width: 100%;
}
.green_company_approach .green_company_title {
    background: #eff2fd;
}

.green_company_title {
    position: relative;
    text-align: center;
    z-index: 1;
}

.right_dottedborder {
    position: relative;
}

.section_title_wrapper,
.section_cnt_green {
    position: relative;
}

.green_company_profile .right_dottedborder .section_title_wrapper:after {
    border-top: 1px dashed #B7C0EC;
    right: 0;
    width: 50%;
    height: 1px;
    content: '';
    top: 12px;
    z-index: -1;
    position: absolute;
}

.green_company_profile .right_dottedborder .section_title_wrapper:before {
    border-right: 1px dashed #B7C0EC;
    right: 0;
    width: 1px;
    height: 62px;
    content: '';
    top: 12px;
    z-index: -1;
    position: absolute;
}

.green_company_profile .right_dottedborder .section_cnt_green:after {
    border-right: 1px dashed #B7C0EC;
    right: 0;
    width: 1px;
    height: 100%;
    content: '';
    top: 0;
    z-index: -1;
    position: absolute;
}

.green_company_profile .right_dottedborder .section_cnt_green:before {
    border-bottom: 1px dashed #B7C0EC;
    right: -40%;
    width: 40%;
    height: 1px;
    content: '';
    bottom: 0;
    z-index: -1;
    position: absolute;
}

.ourchallenges .dot.blue{
    left: 10%;
    top: 5%;
}

.ourchallenges .dot.purple{
    bottom: 30%;
    left: -10%;
}

.ourchallenges .dot.pink{
    right: -5%;
}

.ourchallenges .dot.green{
    bottom: 10%;
    right: 5%; 
}

.oursolutionE .dot.blue{
    right: -15%;
    top: 20%;
}

.oursolutionE .dot.purple{
    top: 5%;
    left: 0;
}

.oursolutionE .dot.pink{
    left: -20%;
    bottom: 0;
}

.oursolutionE .dot.green{
    bottom: 20%;
    right: 0%;
}

.green_energy_section_two .dot.blue{
    left: 55%;
    top: -40%;
}

.green_energy_section_two .dot.purple{
    top: -45%;
    left: 8%;
}

.green_energy_section_two .dot.green{
    bottom: 60%;
    right: 2%;
}

.green_energy_section_three{
    position: relative;
}

.green_energy_section_three .dot.blue{
    bottom: 60%;
    right: 15%;
}

.green_energy_section_three .dot.pink{
    bottom: 50%;
    left: 25%;
}

.green_company_profile.ourchallenges .right_dottedborder .section_cnt_green:before {
    left: 76px;
    width: calc(100% - 76px);
    right: 0;
}

.green_company_approach .left_dottedborder .section_title_wrapper:after {
    border-top: 1px dashed #B7C0EC;
    left: 0;
    width: 50%;
    height: 1px;
    content: '';
    top: 12px;
    z-index: -1;
    position: absolute;
}

.green_company_approach .left_dottedborder .section_title_wrapper:before {
    border-left: 1px dashed #B7C0EC;
    left: 0;
    width: 1px;
    height: 62px;
    content: '';
    top: 12px;
    z-index: -1;
    position: absolute;
}

.green_company_approach .left_dottedborder .section_cnt_green:after {
    border-left: 1px dashed #B7C0EC;
    left: 0;
    width: 1px;
    height: 100%;
    content: '';
    top: 0;
    z-index: 0;
    position: absolute;
}

.approach_listman {
    float: left;
    width: 100%;
    position: relative;
}

.approach_listman ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
    float: left;
    display: flex;
    justify-content: space-between;
}

.approach_listman ul li {
    display: flex;
    flex-direction: column;
    width: 33.33%;
    padding: 0 15px;
    align-items: center;
}

.green_company_approach .section_cnt_green {
    padding-bottom: 127px;
}

.approach_listman ul li .iconAPC {
    width: 170px;
    height: 170px;
    margin-bottom: 50px;
    border-radius: 170px 20px 170px 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F6F8FF;
    box-shadow: 11px 20px 40px rgba(55, 114, 219, 0.1);
}

.approach_listman ul li p {
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: 500;
}

.green_company_approach .left_dottedborder .approach_listman ul:first-child li {
    margin-bottom: 100px;
}

.green_company_approach .left_dottedborder .approach_listman ul:first-child:before {
    border-right: 1px dashed #B7C0EC;
    right: 0;
    width: 1px;
    height: 100%;
    content: '';
    top: 85px;
    z-index: -1;
    position: absolute;
}

.green_company_approach .left_dottedborder .approach_listman ul:after {
    border-top: 1px dashed #B7C0EC;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    top: 85px;
    z-index: -1;
    position: absolute;
}

.green_company_approach .left_dottedborder .approach_listman ul:last-child:before {
    border-right: 1px dashed #B7C0EC;
    right: 0;
    width: 1px;
    height: 374px;
    /*content: '';*/
    bottom: 189px;
    z-index: -1;
    position: absolute;
}

.green_company_approach .left_dottedborder .approach_listman:before {
    border-top: 1px dashed #B7C0EC;
    left: calc(-40% + -2px);
    width: 40%;
    height: 1px;
    content: '';
    bottom: 187px;
    z-index: -1;
    position: absolute;
}
.approach_listman:after {
    display: inline-block;
    content: "";
    left: 0;
    border-left: 1px dashed #B7C0EC;
    position: absolute;
    top: 0;
    height: 85px;
}
.energy_savigPark_view {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 80px;
    display: flex;
    align-items: flex-end;
}

.energy_savigPark_view_inner {
    width: 100%;
    position: relative;
}

.energy_savigPark_view_inner img {
    width: 100%;
}

.set_bmg_conterenrgy {
    position: absolute;
    bottom: 100px;
    width: 100%;
    text-align: center;
}

.set_bmg_conterenrgy h3 {
    font-weight: 800;
    font-size: 64px;
    line-height: 76px;
    margin: 0;
    color: #F6F8FF;
    text-shadow: 0px 4px 11px rgba(0, 0, 0, 0.25);
}

.set_bmg_conterenrgy h5 {
    font-weight: 400;
    font-size: 48px;
    line-height: 58px;
    color: #F6F8FF;
    text-shadow: 0px 4px 11px rgba(0, 0, 0, 0.25);
    text-transform: lowercase;
    font-family: 'Arya', sans-serif;
}

.Ch_eng_ylist {
    float: left;
    width: 100%;
    padding: 74px 0 50px 0;
    position: relative;
    margin-top: 20px;
}

.Ch_eng_ylist ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
    list-style: none;
    position: relative;
}

.Ch_eng_ylist ul li {
    padding: 0 0 0 30px;
    font-weight: 400;
    font-size: 18px;
    margin: 10px 0;
    letter-spacing: 0.01em;
    color: #000000;
    line-height: 31px;
    white-space: nowrap;
    position: relative;
}

.Ch_eng_ylist ul li span {
    border-bottom: 1px solid #3772DB;
    padding: 0 0 5px 0;
}

.Ch_eng_ylist ul li:before {
    width: 1px;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: auto;
    background: #3772DB;
}

.Ch_eng_ylist:before {
    width: 1px;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-left: 1px dashed #B7C0EC;
}

.Ch_eng_ylist:after {
    border-top: 1px dashed #B7C0EC;
    left: -110%;
    width: 110%;
    height: 1px;
    content: '';
    top: 0;
    z-index: -1;
    position: absolute;
}

.green_company_approach.oursolutionE .left_dottedborder .section_title_wrapper:before,
.green_company_approach.oursolutionE .left_dottedborder .section_cnt_green:after {
    display: none;
}

.green_company_approach.oursolutionE .left_dottedborder .section_title_wrapper:after {
    left: -40%;
    width: 90%;
}

.technologytools {
    background: #3772db;
}

.technologytools.section_gap{
    padding: 80px 0 285px;
    position: relative;
}

.technology_shapes{
    position: relative;
}

.common_shape{
    position: absolute;
    border-radius: 85px 20px 85px 85px;
    background: #F6F8FF;
    filter: blur(5px);
    opacity: 0.1;
}

.tech_shape_one{
    width: 117px;
    height: 117px;
    left: 70px;
    top: 220px;
}

.tech_shape_two{
    width: 80px;
    height: 80px;
    right: 90px;
    bottom: 220px;
}

.tech_shape_three{
    width: 65px;
    height: 65px;
    left: 0px;
    bottom: -120px;
}

.green_company_approach.technologytools .green_company_title {
    background: #3772db;
    position: relative;
    z-index: 11;
}

.green_company_approach.technologytools .left_dottedborder .section_title_wrapper:after {
    z-index: 1;
}

.green_company_approach.technologytools .left_dottedborder .section_title_wrapper:before {
    z-index: 1;
    border-top: 1px dashed #B7C0EC;
    right: 0;
    left: auto;
    width: 50%;
    height: 1px;
}


.solution_list {
    position: relative;
}
.solution_list:after {
    display: inline-block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    top: 85px;
    z-index: -1;
    border-top: 1px dashed #B7C0EC;
}
.solution_list_item{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.solution_list_img {
    background: #F6F8FF;
    box-shadow: 11px 20px 40px rgba(55, 114, 219, 0.1);
    height: 170px;
    width: 170px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-bottom: 60px;
}
.owl-carousel .owl-item .solution_list_img img{
    width: auto;
}
.solution_listing_wrapper  .owl-stage {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.solution_listing_wrapper .owl-dots{
    border-bottom: 1px dashed #B7C0EC;
    position: relative;
    display: flex;
    width: 70%;
    margin: 100px auto 0;
}
.solution_listing_wrapper .owl-dots button {
    width: auto;
    height: 12px;
    background-color: transparent !important;
    width: 100%;
    transform: translateY(6px);
    transition: 0.4s linear;
    border-radius: 30px;
}
.solution_listing_wrapper .owl-dots button:focus{
    outline: none;
}
.solution_listing_wrapper .owl-dots button.active {
    background-color: #3772DB !important;
}
.solution_list ul li p {
    margin: 0;
    font-weight: 500;
}
.solution_list .slick-dots{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 70%;
    margin: 60px auto 0;
    position: relative;
}
.solution_list .slick-dots:before{
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    z-index: -1;
    border-top: 1px dashed #B7C0EC;
    top: 50%;
    transform: translateY(-50%);
}
.solution_list .slick-dots li{
    width: auto;
}
.solution_list .slick-dots li button{
    border: 0;
    padding: 0 60px;
    background-color: transparent;
    border-radius: 30px;
    text-indent: -9999px;
}
.solution_list .slick-dots li.slick-active button{
    background-color: #3772DB;
}
.technology_tools_wrapper{
    position: relative;
    padding-bottom: 100px;
}
.technology_tools_wrapper:before,
.technology_tools_wrapper:after{
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    border-right: 1px dashed #B7C0EC;
    top: 12px;
}
.technology_tools_wrapper:before{
    left: 0;
}
.technology_tools_wrapper:after{
    right: 0;
}
.technolog_grid_image{
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 70px;
}
.technolog_grid_image:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -112px;
    width: 100%;
    height: 1px;
    border-top: 1px dashed #B7C0EC;
}
.laptop_img_wrapper{
    position: relative;
    display: flex;
    justify-content: center;
}
.technolog_grid_image .laptop_img{
    width: 90%;
}
.onlshape_greencasestudy.technology_tool_shape{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: auto;
}
.onlshape_greencasestudy.technology_tool_shape:before{
    width: 42px;
    height: 42px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: rgb(55 114 219/0.1);
    box-shadow: none;
}
.technology_grids_list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
}
.technology_grid{
    width: 307px;
    border-radius: 20px;
    padding: 20px;
    margin: 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 200px;
}
.technology_grid:nth-child(-n+2){
    margin-bottom: 50px;
}
.grid_red_bg{
    background-color: #FEEEEB;
}
.grid_cyan_bg{
    background-color: #EEF3F6;
}
.grid_blue_bg{
    background-color: #E6F6FC;
}
.grid_violet_bg{
    background-color: #EEEAFB;
}
.tech_name_wrap{
    border-radius: 30px;
    padding: 8px 14px;
    min-width: 160px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.16px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -20px;
}
.tech_img_wrap{
    margin-top: -10px;
    display: flex;
    justify-content: center;
}
.grid_red_bg .tech_name_wrap{
    background-color: rgba(240, 81, 56, 0.1);
    color: rgba(240, 81, 56, 0.5);
}
.grid_cyan_bg .tech_name_wrap{
    background-color: rgba(83, 130, 161, 0.1);
    color: rgba(83, 130, 161, 0.5);
}
.grid_blue_bg .tech_name_wrap{
    background-color: rgba(0, 161, 224, 0.1);
    color: rgba(0, 161, 224, 0.5);
}
.grid_violet_bg .tech_name_wrap{
    background-color: rgba(81, 43, 212, 0.1);
    color: rgba(81, 43, 212, 0.5);
}
.tech_name_wrap span{
    margin-left: 5px;
}
.grid_red_bg .tech_name_wrap span{
    color: #F05138;
    font-weight: 600;
}
.grid_cyan_bg .tech_name_wrap span{
    color: #5382A1;
    font-weight: 600;
}
.grid_blue_bg .tech_name_wrap span{
    color: #00A1E0;
    font-weight: 600;
}
.grid_violet_bg .tech_name_wrap span{
    color: #512BD4;
    font-weight: 600;
}
.common_screen_section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 80px;
    position: relative;
}
.green_energy_screen_section.section_gap{
    padding: 0px;
}
.common_screen_section img{
    margin-bottom: 120px;
}
.common_screen_section .screen_odd_img{
    position: relative;
    margin-top: -120px;
}
.common_screen_section .screen_even_img{
    margin-top: -415px;
    z-index: -1;
}
.box-shadow-img{
    filter: drop-shadow(15px 30px 40px rgba(55, 114, 219, 0.1));
}
.SystemCharacteristics{
    margin-top: -100px;
}
.SystemCharacteristics, .borderrightfirst_section, .floatwidth {
    float: left;
    width: 100%;
}
.SystemCharacteristics .dot.blue{

}
.SystemCharacteristics .dot.purple{
    left: -15%;
    bottom: 30%;
}
.SystemCharacteristics .dot.pink{
    right: -25%;
    top: 50%;
    transform: translateY(-50%);
}
.SystemCharacteristics .dot.green{
    right: 0;
    bottom: -10%;
}
.borderrightfirst_section .section_title_wrapper:after {
    border-top: 1px dashed #B7C0EC;
    right: 0;
    width: 50%;
    height: 1px;
    content: '';
    top: 12px;
    z-index: 0;
    position: absolute;
}
.borderrightfirst_section .section_title_wrapper:before {
    border-right: 1px dashed #B7C0EC;
    right: 0;
    width: 1px;
    height: 62px;
    content: '';
    top: 12px;
    z-index: 0;
    position: absolute;
}
.borderrightfirst_section .section_cnt_green:after {
    border-right: 1px dashed #B7C0EC;
    right: 0;
    width: 1px;
    height: 100%;
    content: '';
    top: 0;
    z-index: 0;
    position: absolute;
}


.rounded_bordertitler {
    color: #3772DB;
    font-size: 24px;
    font-weight: 700;
    border: 1px dashed #B7C0EC;
    border-radius: 25px;
    padding: 20px !important;
    letter-spacing: 0;
    background-color: #f6f8ff;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.Homescreen, .rightside_border_section, .leftside_border_section {
    float: left;
    width: 100%;
}
.Homescreen{
    position: relative;
}
.Homescreen .dot.pink{
    right: -10%;
    top: 30%;
}
.homescreenlist .dot.blue{
    left: 10%;
    bottom: 3%;
}
.section_title_wrapper .hrdiv:after {
 border-top: 1px dashed #B7C0EC;
 right: 0;
 width: 100%;
 height: 1px;
 content: '';
 top:calc(50% - 1px);
 z-index: 0;
 left: 0;
 position: absolute;
}
.leftside_border_section .section_title_wrapper:after {
    border-left: 1px dashed #B7C0EC;
    left: 0;
    width: 1px;
    height: calc(50% + 50px );
    content: '';
    top: calc(50% - 1px );
    z-index: 0;
    bottom: 0;
    position: absolute;
}
.leftside_border_section .section_title_wrapper:before {
    border-right: 1px dashed #B7C0EC;
    right: 0;
    width: 1px;
    height: calc(50% - 1px );
    content: '';
    top: 0;
    z-index: 0;
    bottom: 0;
    position: absolute;
}
.leftside_border_section .section_cnt_green:after {
    border-left: 1px dashed #B7C0EC;
    content: "";
    height: 100%;
    left: 0;
    width: 1px;
    top: 0px;
    bottom: 0;
    position: absolute;
    z-index: 1;
}


.rightside_border_section .section_title_wrapper:before {
    border-left: 1px dashed #B7C0EC;
    left: 0;
    width: 1px;
    height: calc(50% + 80px);
    content: '';
    z-index: 0;
    bottom: 50%;
    position: absolute;
}
.rightside_border_section .section_title_wrapper:after {
    border-right: 1px dashed #B7C0EC;
    right: 0;
    width: 1px;
    height: calc(50% + 50px);
    content: '';
    z-index: 0;
    top: 50%;
    position: absolute;
}
.rightside_border_section .section_cnt_green:after {
    border-right: 1px dashed #B7C0EC;
    content: "";
    height: 100%;
    right: 0;
    width: 1px;
    top: 0;
    bottom: 0;
    position: absolute;
}

.calendarScreen_slider_section{
    position: relative;
}
.calendarScreen_slider_section .dot.purple{
    right: 10%;
    bottom: 5%;
}
.homescreenlist ul {
    display: flex;
    text-align: center;
    justify-content: space-between;
    padding: 0 71px;
}
.homescreenlist ul li {
    border: 0.5px solid #3772DB;
    border-radius: 15px;
    width: calc(33% - 40px);
    padding: 0 28px 15px;
}
.homelisticon {
    background: #F6F8FF;
    box-shadow: 0px 20px 40px rgba(55, 114, 219, 0.1);
    border-radius: 15px;
    height: 115px;
    width: 115px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
    margin-top: -57px;
}
.homescreenlist ul li h3 {
    color: #3772DB;
    font-size: 18px;
    margin-bottom: 35px;
}
.homescreenlist ul li p {
    margin: 0;
}

.appointment_screen_section{
    position: relative;
}

.appointment_screen_section .dot.green{
    left: 50%;
    transform: translateX(-50%);
    bottom: 5%;
}

.appointment_screen_section .border_listli li{
    margin-right: 90px;
}

.appointment_screen_section .border_listli li:last-child{
    margin-top: 100px;
}

.CalendarScreen .homescreenlist.bottom ul li{
    width: calc(50% - 115px);
    margin-right: 115px;
}
.CalendarScreen .homescreenlist.bottom ul li:last-child{
    margin-right: 0;
}
.CalendarScreen .homescreenlist ul li.homescreenlist_single{
    width: 100%;
    margin: 100px 0;
}
.work_order_detail .dot.blue{
    right: 0;
    top: 10%;
}
.border_listli li {
    border: 0.5px solid #3772DB;
    border-radius: 15px;
    padding: 35px 28px;
    position: relative;
    margin-top: 70px;
}
.border_listli li .imgexample {
    position: absolute;
    left: 80%;
    top: -100px;
}
.border_listli.border_listlisingleline li{
    padding: 16px;
}
.border_listli.centerinfoimg .imgexample {
    left: 53%;
    transform: translateX(-50%);
}
.workorderlistimg ul {
    display: flex;
    justify-content: space-between;
    padding: 0 65px;
}

.section_border_bottom {
    position: relative;
}
.section_border_bottom:after {
    border-top: 1px dashed #B7C0EC;
    content: "";
    height: 1px;
    left: calc(50% - 645px);
    width: 100%;
    top: auto;
    bottom: 80px;
    position: absolute;
}


.bluebg, .bluebg .green_company_title, .bluebg .rounded_bordertitler{background-color: #3772DB;color: #F6F8FF;}
.bluebg .section_cnt_green h4 {
    color: #F6F8FF;
}
.bluebg .green_company_title{
    color: #B7C0EC;
}
.rounded_bordertitledouble  h2 {
    text-transform: uppercase;
    font-size: 36px;
    padding: 0;
}

.work_order_measure{
    position: relative;
}
.work_order_measure .dot.pink{
    top: 50%;
    transform: translateY(-50%);
}
.work_order_submission{
    position: relative;
}
.work_order_submission .dot.purple{
    right: 5%;
    bottom: 10%;
}
.workorderflow_row1, .workorderflow_row2, .workorderflow_row3 {
    display: flex;
    justify-content: space-evenly;
    padding-top: 70px;
}
.workorderflow_row2{
    padding-top: 140px;
}
.workorderflow_single {
    width: 217px;
    position: relative;
}
.workflowimg {
    background: #F6F8FF;
    box-shadow: 0px 20px 40px #2D61BF;
    border-radius: 15px;
    height: 170px;
    width: 170px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 70px;
    position: relative;
}
.workorderflow_row1 .workorderflow_single:before,
.workorderflow_row1 .workorderflow_single:after{
    content: '';
    position: absolute;
    top: 85px;
}
.workorderflow_row1 .workorderflow_single:before{
    border: 1px solid #B7C0EC;
    right: -130px;
    width: 70%;
}
.workorderflow_row1 .workorderflow_single:after{
    width: 0px;
    height: 0px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #B7C0EC;
    right: -135px;
    top: 79px;
}

.workorderflow_row1 .workorderflow_single:last-child:before{
    width: 1px;
    height: 90px;
    right: -60px;
    top: 85px;
}

.workorderflow_row1 .workorderflow_single:last-child:after{
    border-top: 7px solid #B7C0EC;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    bottom: -10px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
}

.workorderflow_row1 .workorderflow_single:last-child .workflowimg:before,
.workorderflow_row1 .workorderflow_single:last-child .workflowimg:after{
    content: '';
    position: absolute;
}

.workorderflow_row1 .workorderflow_single:last-child .workflowimg:before{
    border: 1px solid #B7C0EC;
    right: -107px;
    width: 75px;
}

.workorderflow_row1 .workorderflow_single:last-child .workflowimg:after{
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #B7C0EC;
    right: -35px;
}

.workorderflow_row2{
    position: relative;
}

.workorderflow_row2:before,
.workorderflow_row2:after{
    content: '';
    position: absolute;
}

.workorderflow_row2:before{
    top: 0;
    right: 268px;
    border: 1px solid #B7C0EC;
    height: calc(50% - 40px);    
}

.workorderflow_row2:after{
    bottom: 0;
    left: 250px;
    border: 1px solid #B7C0EC;
    height: calc(50% + 40px);
}

.workorderflow_row2 .workorderflow_single:before,
.workorderflow_row2 .workorderflow_single:after{
    content: '';
    position: absolute;
    top: 85px;
}

.workorderflow_row2 .workorderflow_single:before{
    border: 1px solid #B7C0EC;
    right: -269px;
    width: 100%;
}

.workorderflow_row2 .workorderflow_single:after{
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #B7C0EC;
    right: -52px;
    top: 79px;
}

.workorderflow_row2 .workorderflow_single .workflowimg{
    position: relative;
}

.workorderflow_row2 .workorderflow_single .workflowimg:before{
    content: '';
    position: absolute;
    border: 1px solid #B7C0EC;
    left: -285px;
    width: calc(100% + 30px);
}

.workorderflow_row3{
    position: relative;
}

.workorderflow_row3:before{
    content: '';
    position: absolute;
    border-top: 7px solid #B7C0EC;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    left: 244px;
    top: 0;
}

.workorderflow_row3 .workorderflow_single:not(:last-child) .workflowimg{
    position: relative;
}

.workorderflow_row3 .workorderflow_single:not(:last-child) .workflowimg:before,
.workorderflow_row3 .workorderflow_single:not(:last-child) .workflowimg:after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.workorderflow_row3 .workorderflow_single:not(:last-child) .workflowimg:before{
    border: 1px solid #B7C0EC;
    right: -175px;
    width: 89%;
}

.workorderflow_row3 .workorderflow_single:not(:last-child) .workflowimg:after{
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #B7C0EC;
    right: -180px;
}

.workorderflow_row3 .workorderflow_single:last-child:before{
    content: '';
    position: absolute;
    right: -60px;
    top: 85px;
    width: 80px;
    height: 1px;
    border: 1px solid #B7C0EC;
}

.workorderflow_section{
    position: relative;
}

.workorderflow_section:before{
    content: '';
    position: absolute;
    right: 100px;
    height: calc(100% - 490px);
    border: 1px solid #B7C0EC;
    top: 50%;
    transform: translateY(-50%);
}

.workorderflow_single p{
    margin: 0;
}
.workorderflow_single ul{
    margin-left: 20px;
}
.workorderflow_single ul li{
    list-style-type: disc;
}

.field_tool_green_section{
    position: relative;
    margin-top: -1px;
}
.bluebg.workorderflowleft {
    margin-top: -1px;
}
.field_tool_green_section:after{
    border-top: 1px dashed #B7C0EC;
    content: "";
    height: 1px;
    right: calc(50% - 645px);
    width: 100%;
    top: auto;
    bottom: 80px;
    position: absolute;
}

.field_tool_green_section .workorderflow_row2{
    padding-bottom: 140px;
}

.common_table_style{
    filter: drop-shadow(-4.98472px 10.8002px 33.2315px rgba(55, 114, 219, 0.1));
    width: 100%;
    background-color: #F6F8FF;
    border-radius: 50px;
}

.common_table_style table{
    width: 100%;
    border-radius: 50px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
}

.common_table_style table thead tr th,
.common_table_style table tbody tr td{
    font-size: 14px;
    line-height: 22px;
    color: #4D4D4D;
}

.common_table_style table thead tr th{
    background-color: #3772DB;
    color: #fff;
    font-weight: 600;
    width: 50%;
    text-align: center;
    padding: 25px 0;
}

.common_table_style table tbody tr td{
    padding: 14px 40px;
    border: 1px solid #3772DB;
}

.common_table_style table tbody tr:last-child td:first-child{
    border-bottom-left-radius: 50px;
}

.common_table_style table tbody tr:last-child td:last-child{
    border-bottom-right-radius: 50px;
}

.common_table_style table tbody tr td{
    border-top: 0px;
    font-weight: 500;
}

.common_table_style table tbody tr td:last-child{
    border-left: 0px;
    text-align: center;
}

.common_table_style.about_your_home table{
    border: 1px solid #3772DB;
}

.common_table_style.about_your_home table tbody tr th{
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
    background-color: #3772DB;
    color: #fff;
    text-align: center;
    font-weight: 600;
    padding: 6px 0;
}

.common_table_style.about_your_home table tbody tr:first-child th{
    padding: 16px 0;
}

.common_table_style.about_your_home table tbody tr td{
    border: 0px;   
}

.common_table_style.about_your_home table tbody tr td{
    color: #000;
    padding: 10px;
}

.common_table_style.about_your_home table tbody tr td:first-child{
    padding: 6px 10px 6px 50px;
}

.common_table_style.about_your_home table tbody tr td:last-child{
    text-align: left;
    padding: 6px 50px 6px 10px;
}

.common_table_style.about_your_home table tbody tr:not(:last-child) td{
    border-bottom: 1px solid #3772DB;
}

.about_your_home_date{
    width: 60%;
    margin: 0 auto;
}

.about_your_home_date.section_cnt_green p{
    text-align: center;
    margin-bottom: 70px;
}

.report_date_section.green_company_approach .left_dottedborder .section_cnt_green.about_your_home_date:after{
    display: none;
}

.green_company_approach .section_cnt_green.about_your_home_date{
    padding-bottom: 0;
}

.report_date_wrapper{
    position: relative;
}

.report_date_wrapper:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    border-top: 1px dashed #B7C0EC;
}
.report_date_wrapper .dot.blue{
    right: 15%;
    top: 0%;
}
.report_date_wrapper .dot.pink{
    left: 5%;
    bottom: 10%;
}
.report_date_section.section_gap{
    position: relative;
    padding-bottom: 100px;
}

.report_date_section:after{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    height: 100px;
    width: 1px;
    border-left: 1px dashed #B7C0EC;
}

.footer_contact_section{
    float: left;
    width: 100%;
    position: relative;
}

.footer_contact_section.section_gap{
    padding: 160px 0 50px;
}

.onlshape_greencasestudy.footer_shape{
    height: auto;
}

.footer_content_wrapper{
    text-align: center;
    position: relative;
}

.footer_title{
    position: relative;
}

.seperator{
    position: relative;
    height: 100px;
    display: inline-block;
    width: 100%;
}

.seperator:after{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background-color: #fff;
}

.theme_contactbtn{
    border: 2px solid #FFFFFF;
    padding: 20px 30px;
    font-size: 24px;
    line-height: 34px;
    color: #3772DB;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    transition: 0.4s linear;
    background: #F6F8FF;
    box-shadow: 5px 5px 25px #245BBC;
    border-radius: 34px;
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 0px;
}

.theme_contactbtn:hover{
    box-shadow: none;
    color: #3772DB;
}

.footer_shape_one{
    width: 100px;
    height: 100px;
    left: 120px;
}

.footer_shape_two{
    width: 95px;
    height: 95px;
    right: 180px;
    top: 60px;
}

.footer_shape_three{
    width: 70px;
    height: 70px;
    right: 180px;
    bottom: 50px;
}

.footer_shape_four{
    width: 55px;
    height: 55px;
    left: 0px;
    bottom: 40px;
}

.calendar_screen_slider_wrapper{
    position: relative;
    margin-bottom: 200px;
}

.calendar_screen_slider {
    filter: drop-shadow(15px 30px 40px rgba(55, 114, 219, 0.1));
    border-radius: 40px;
    padding: 25px;
    background-color: rgb(255 255 255);
    position: relative;
}

.calendar_screen_slider:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(209 212 219/0.1);
    border-radius: 40px;
}

.calendar_screen_slider .owl-nav{
    position: absolute;
    bottom: -80px;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.calendar_screen_slider .owl-nav:before{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border: 1px solid #2C70E5;
    width: 70%;
}

.owl-carousel.calendar_screen_slider .owl-nav .owl-prev,
.owl-carousel.calendar_screen_slider .owl-nav .owl-next{
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #2C70E5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 7px;
}

.owl-carousel.calendar_screen_slider .owl-nav .owl-prev:focus,
.owl-carousel.calendar_screen_slider .owl-nav .owl-next:focus{
    outline: none;
}

.owl-carousel.calendar_screen_slider .owl-nav .owl-prev{
    background-image: url(../../images/case-study/green-energy-saver/slider-left-arrow.svg);
}

.owl-carousel.calendar_screen_slider .owl-nav .owl-next{
    background-image: url(../../images/case-study/green-energy-saver/slider-right-arrow.svg);
}

.owl-carousel.calendar_screen_slider .owl-nav .owl-prev span,
.owl-carousel.calendar_screen_slider .owl-nav .owl-next span{
    text-indent: -9999px;
}

.footer_contact_section .dot.red{
    background: #F80F00;
    top: 15%;
    left: 5%;
}

.footer_contact_section .dot.pink{
    right: 5%;
    top: 15%;
}

.footer_contact_section .dot.darkpink{
    background: #E92558;
    right: 15%;
    top: 50%;
    transform: translateY(-50%);
}

.footer_contact_section .dot.blue{
    bottom: 20%;
    left: 10%;
}

.footer_contact_section .dot.purple{
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
}

.footer_contact_section .dot.yellow{
    background-color: #FFF53F;
    top: 15%;
    right: 25%;
}

.footer_contact_section .dot.green{
    top: 30%;
    right: 30%;
}

.workorderflow_section.field_tool_green_energy:before{
    display: none;
}

.field_tool_green_energy .workorderflow_row2 .workorderflow_single:after,
.field_tool_green_energy .workorderflow_row2 .workorderflow_single .workflowimg:before,
.field_tool_green_energy .workorderflow_row1 .workorderflow_single:last-child .workflowimg:after,
.field_tool_green_energy .workorderflow_row1 .workorderflow_single:last-child:after{
    display: none;
}

.field_tool_green_energy .workorderflow_row1 .workorderflow_single:last-child:before{
    height: 100%;
}

.field_tool_green_energy .workorderflow_row2:before{
    right: 100px;
    height: 140px;
    top: 85px;
}

.field_tool_green_energy .workorderflow_row2:after{
    left: auto;
    right: 100px;
    height: 1px;
    width: calc(50% - 205px);
    bottom: auto;
    top: 225px;
}

.field_tool_green_energy .workorderflow_row2 .workorderflow_single:before{
    border: 0px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #B7C0EC;
    right: 0px;
    width: auto;
    top: 79px;
}


.solution_listing_wrapper .owl-item {
    min-height: 0;
}
.wow.animated {
    animation-iteration-count: inherit;
}

/**/
/**/
.lets-talk-section {
    color: #fff;
    position: relative;
}
.lets-talk-section .text-orange {
    color: #fff;
}
.footer-casestudy-section {
    border: none;
}
.footer-casestudy-details h5 {
    color: #000;
}
.footer-casestudy-wrapper:hover h5 {
    color: #3772DB;
}

/* responsive css */

@media (min-width: 1400px) {
    .page-template-green-energy-saver .container {
        max-width: 1320px;
    }
}

@media (min-width: 1921px) {

    .company_profile_wrapper{
        position: relative;
    }

    .company_profile_wrapper:after{
        content: '';
        position: absolute;
        right: calc(-50% - 645px);
        border-top: 1px dashed #B7C0EC;
        width: 100%;
        bottom: 80px;
    }

    .company_profile_wrapper.green_company_profile .right_dottedborder .section_cnt_green:before,
    .green_company_approach.oursolutionE .left_dottedborder .section_title_wrapper:after,
    .we_proposed_wrapper.green_company_approach .left_dottedborder .approach_listman:before,
    .Ch_eng_ylist:after{
        display: none;
    }

    .bluebg.workorderflowleft{
        margin-top: -2px;
    }

    .oursolutionE{
        position: relative;
    }

    .oursolutionE:before{
        content: '';
        position: absolute;
        left: 0px;
        top: 92px;
        width: 50%;
        border-top: 1px dashed #B7C0EC;
    }

    .energy_savigPark_view:before{
        content: '';
        position: absolute;
        top: -189px;
        left: calc(-50% - 645px);
        width: 100%;
        border-top: 1px dashed #B7C0EC;
    }

    .our_challenge_content_wrap{
        position: relative;
    }

    .our_challenge_content_wrap:before{
        content: '';
        position: absolute;
        left: calc(-50% - 575px);
        width: 100%;
        top: 330px;
        border-top: 1px dashed #B7C0EC;
    }
}

@media (max-width: 1800px){

    .banner_title, .footer_title{
        font-size: 44px;
    }

    .onlshape_greencasestudy:before{
        width: 75px;
        height: 75px;
        top: -37px;
    }

    .pl-100 {
        padding-left: 72px;
    }

    .pr-100 {
        padding-right: 72px;
    }

    .bubble_logo_shape{
        width: 450px;
        height: 450px;
    }

    .bubble_logo_shape:after{
        width: 450px;
        height: 450px;
        right: -92px;
    }

    .bubble_logo_shape._left_slidegrn:after{
        left: -92px;
    }

    .green_company_approach .left_dottedborder .approach_listman ul:first-child li {
        margin-bottom: 85px;
    }

    .section_cnt_green h4{
        font-size: 34px;
        line-height: 52px;
        margin: 0 0 55px 0;
    }

    .approach_listman ul li .iconAPC{
        width: 155px;
        height: 155px;
        margin-bottom: 40px;
    }

    .green_company_approach .left_dottedborder .approach_listman:before{
        bottom: 170px;
    }

    .green_company_approach .left_dottedborder .approach_listman ul:last-child:before{
        height: 335px;
        bottom: 170px;
    }
    .approach_listman:after{
        height: 77px;
    }
    .green_company_approach .left_dottedborder .approach_listman ul:first-child:before{
        top:77px;
    }

    .green_company_approach .left_dottedborder .approach_listman ul:after{
        top: 77px;
    }

    .Ch_eng_ylist{
        padding: 64px 0 45px 0;
    }

    .green_company_profile.ourchallenges .right_dottedborder .section_cnt_green:before{
        left: 60px;
        width: calc(100% - 62px);
    }

    .solution_list_img{
        height: 155px;
        width: 155px;
        margin-bottom: 50px;
    }

    .solution_list:after{
        top: 77px;
    }

    .tech_shape_one {
        width: 105px;
        height: 105px;
        left: 20px;
        top: 200px;
    }

    .tech_shape_two {
        width: 75px;
        height: 75px;
        right: 50px;
        bottom: 200px;
    }

    .common_screen_section:last-child{
        margin-bottom: 65px;
    }

    .homescreenlist ul{
        padding: 0 60px;
    }

    .homelisticon{
        height: 100px;
        width: 100px;
        margin-top: -50px;
    }

    .CalendarScreen .homescreenlist.bottom ul li{
        margin-right: 95px;
    }

    .border_listli li .imgexample{
        left: 75%;
        top: -110px;
    }

    .CalendarScreen .border_listli li .imgexample{
        top: -90px;
    }

    .rounded_bordertitledouble h2{
        font-size: 34px;
    }

    .footer_contact_section.section_gap {
        padding: 140px 0 40px;
    }

}

@media (max-width: 1600px){

    .green-energy_banner_continer{
        min-height: 650px;
    }

    .banner_title, .footer_title {
        font-size: 40px;
        margin-bottom: 22px;
    }

    .banner_sub_title{
        font-size: 18px;
        line-height: 30px;
    }

    .section_gap{
        padding: 65px 0;
    }

    .section_title_wrapper{
        margin: 0 0 40px 0;
    }

    .green_company_title{
        font-size: 18px;
    }

    .green_company_profile .right_dottedborder .section_title_wrapper:after{
        top: 12px;
    }

    .section_cnt_green h4 {
        font-size: 32px;
        line-height: 48px;
        margin: 0 0 45px 0;
    }

    .pl-100 {
        padding-left: 62px;
    }

    .pr-100 {
        padding-right: 62px;
    }

    .bubble_logo_shape {
        width: 420px;
        height: 420px;
    }

    .bubble_logo_shape:after {
        width: 420px;
        height: 420px;
        right: -82px;
    }

    .bubble_logo_shape._left_slidegrn:after {
        left: -82px;
    }

    .approach_listman ul li .iconAPC{
        width: 145px;
        height: 145px;
        margin-bottom: 35px;
    }

    .approach_listman ul li p{
        font-size: 16px;
    }

    .green_company_approach .left_dottedborder .approach_listman ul:last-child:before {
        height: 310px;
        bottom: 155px;
    }
    .green_company_approach .left_dottedborder .approach_listman ul:first-child:before{
        top:72px;
    }
    .approach_listman:after{
        height: 72px;
    }
    /*.green_company_approach .left_dottedborder .approach_listman ul:first-child:before{
        height: 72px;
    }*/

    .green_company_approach .left_dottedborder .approach_listman ul:after{
        top: 72px;
    }

    .green_company_approach .left_dottedborder .approach_listman:before {
        bottom: 154px;
    }

    .solution_list_img{
        height: 150px;
        width: 150px;
        margin-bottom: 40px;
    }

    .solution_list_item p{
        font-size: 16px;
        line-height: 24px;
    }

    .solution_list:after {
        top: 75px;
    }

    .solution_listing_wrapper .owl-dots{
        margin: 80px auto 0;
    }

    .technologytools.section_gap {
        padding: 65px 0 270px;
    }

    .technolog_grid_image{
        padding-top: 55px;
    }

    .technology_tools_wrapper{
        padding-bottom: 80px;
    }

    .technolog_grid_image:before{
        bottom: -94px;
    }

    .tech_shape_one {
        width: 90px;
        height: 90px;
        left: 15px;
        top: 170px;
    }

    .tech_shape_two {
        width: 65px;
        height: 65px;
        right: 40px;
        bottom: 180px;
    }

    .tech_shape_three{
        width: 55px;
        height: 55px;
    }

    .homescreenlist ul {
        padding: 0 50px;
    }

    .homescreenlist ul li p{
        font-size: 16px;
        line-height: 24px;
    }

    .rightside_border_section .section_title_wrapper:before{
        height: calc(50% + 65px);
    }

    .rightside_border_section .section_title_wrapper:after{
        height: calc(50% + 40px);
    }

    .calendar_screen_slider_wrapper{
        margin-bottom: 170px;
    }

    .calendarScreen_slider_section .owl-carousel{
        width: 85%;
    }

    .calendar_screen_slider .owl-nav{
        bottom: -60px;
    }

    .border_listli li{
        padding: 30px 20px;
        margin-top: 55px;
    }

    .border_listli li .imgexample {
        left: 65%;
        top: -130px;
        max-width: 90%;
    }

    .CalendarScreen .border_listli li .imgexample {
        left: 80%;
    }

    .border_listli.centerinfoimg .imgexample{
        top: -90px;
    }

    .section_border_bottom:after{
        bottom: 65px;
    }

    .rounded_bordertitler{
        font-size: 22px;
    }

    .rounded_bordertitledouble h2{
        font-size: 30px;
    }

    .workorderflow_row1, 
    .workorderflow_row2, 
    .workorderflow_row3{
        padding-top: 55px;
    }

    .workorderflow_single{
        width: 195px;
    }

    .workflowimg{
        height: 155px;
        width: 155px;
        margin-bottom: 55px;
    }

    .workorderflow_single p,
    .workorderflow_single ul li{
        font-size: 16px;
        line-height: 26px;
    }

    .workorderflow_row1 .workorderflow_single:before, 
    .workorderflow_row1 .workorderflow_single:after{
        top: 77px;
    }

    .workorderflow_row1 .workorderflow_single:after{
        top: 71px;
    }

    .workorderflow_row1 .workorderflow_single:last-child:before{
        right: -67px;
        top: 77px;
    }

    .workorderflow_row2:before{
        right: 273px;
        height: calc(50% - 63px);
    }

    .workorderflow_row2 .workorderflow_single:before{
        right: -273px;
        top: 77px;
    }

    .workorderflow_row2 .workorderflow_single:after{
        right: -80px;
        top: 71px;
    }

    .workorderflow_row2 .workorderflow_single .workflowimg:before{
        left: -298px;
    }

    .workorderflow_row2:after{
        height: calc(50% + 65px);
    }

    .workorderflow_section:before{
        right: 109px;
        height: calc(100% - 420px);
    }

    .workorderflow_row3 .workorderflow_single:last-child:before{
        right: -67px;
        top: 77px;
    }

    .field_tool_green_energy .workorderflow_row2 .workorderflow_single:before{
        top: 74px;
    }

    .field_tool_green_energy .workorderflow_row2:before{
        right: 109px;
        top: 77px;
        height: 58px;
    }

    .field_tool_green_energy .workorderflow_row2:after{
        top: 135px;
        right: 109px;
    }

    .field_tool_green_section .workorderflow_row2 {
        padding-bottom: 100px;
    }

    .field_tool_green_section:after{
        bottom: 65px;
    }

    .common_table_style table thead tr th{
        padding: 20px 0;
    }

    .common_table_style table tbody tr td{
        padding: 14px 30px;
    }

    .about_your_home_date.section_cnt_green p{
        margin-bottom: 55px;
    }

    .green_company_approach .section_cnt_green {
        padding-bottom: 100px;
    }

    .footer_contact_section.section_gap {
        padding: 120px 0 40px;
    }

    .seperator{
        height: 80px;
    }

    .theme_contactbtn{
        padding: 16px 26px;
        font-size: 22px;
        line-height: 30px;
        margin-top: 35px;
        margin-bottom: 0px;
    }

    .set_bmg_conterenrgy h3{
        font-size: 58px;
        line-height: 68px;
    }

    .set_bmg_conterenrgy h5{
        font-size: 44px;
        line-height: 54px;
    }
}

@media (max-width: 1399px){
    
    .green-energy_banner_continer {
        min-height: 600px;
    }

    .banner_title, .footer_title {
        font-size: 38px;
        margin-bottom: 20px;
    }

    .onlshape_greencasestudy:before {
        width: 70px;
        height: 70px;
        top: -35px;
    }

    .section_gap {
        padding: 55px 0;
    }

    .pl-100 {
        padding-left: 42px;
    }

    .pr-100 {
        padding-right: 42px;
    }

    .section_cnt_green h4 {
        font-size: 28px;
        line-height: 44px;
        margin: 0 0 35px 0;
    }

    .section_cnt_green p{
        font-size: 16px;
        line-height: 28px;
    }

    .bubble_logo_shape {
        width: 380px;
        height: 380px;
        margin: 0 auto;
    }

    .bubble_logo_shape:after {
        width: 380px;
        height: 380px;
        right: -72px;
    }

    .approach_listman ul li .iconAPC{
        width: 140px;
        height: 140px;
        margin-bottom: 30px;
    }

    .approach_listman ul li .iconAPC img {
        max-height: 60px;
    }

    .green_company_approach .left_dottedborder .approach_listman ul:after {
        top: 70px;
    }
    .approach_listman:after{
        height: 70px;
    }
    .green_company_approach .left_dottedborder .approach_listman ul:first-child:before{
        top:70px;
    }

    .approach_listman ul li p {
        font-size: 15px;
    }

    .green_company_approach .left_dottedborder .approach_listman ul:last-child:before {
        height: 300px;
        bottom: 145px;
    }

    .green_company_approach .left_dottedborder .approach_listman:before {
        bottom: 143px;
    }

    .energy_savigPark_view{
        padding-top: 65px;
    }

    .set_bmg_conterenrgy h3 {
        font-size: 54px;
        line-height: 62px;
    }

    .set_bmg_conterenrgy h5 {
        font-size: 40px;
        line-height: 52px;
    }

    .set_bmg_conterenrgy{
        bottom: 80px;
    }

    .Ch_eng_ylist {
        padding: 54px 0 40px 0;
    }

    .Ch_eng_ylist ul li{
        padding: 0 0 0 25px;
        font-size: 16px;
        line-height: 28px;
        margin: 8px 0;
    }

    .green_company_profile.ourchallenges .right_dottedborder .section_cnt_green:before {
        left: 30px;
        width: calc(100% - 32px);
    }

    .solution_list_img {
        height: 140px;
        width: 140px;
        margin-bottom: 30px;
    }

    .solution_list:after{
        top: 70px;
    }

    .solution_list_item p {
        font-size: 15px;
        line-height: 22px;
        max-width: 140px;
        text-align: center;
    }

    .solution_listing_wrapper .owl-dots {
        margin: 65px auto 0;
    }

    .solution_listing_wrapper .owl-dots button{
        height: 8px;
        transform: translateY(4px);
    }

    .technologytools.section_gap {
        padding: 55px 0 250px;
    }

    .technolog_grid_image {
        padding-top: 40px;
    }

    .technolog_grid_image .laptop_img {
        width: 95%;
    }

    .technology_grid{
        width: 290px;
        padding: 16px;
        margin: 0 20px;
    }

    .technology_grid:nth-child(-n+2) {
        margin-bottom: 35px;
    }

    .tech_img_wrap img{
        max-width: 85%;
    }

    .tech_name_wrap{
        padding: 7px 12px;
        font-size: 15px;
        line-height: 24px;
    }

    .onlshape_greencasestudy.technology_tool_shape:before{
        width: 36px;
        height: 36px;
    }

    .technology_tools_wrapper {
        padding-bottom: 60px;
    }

    .technolog_grid_image:before {
        bottom: -74px;
    }

    .common_screen_section img{
        width: 250px;
        margin-bottom: 90px;
    }

    .common_screen_section .screen_odd_img{
        margin-top: -100px;
    }

    .common_screen_section .screen_even_img{
        margin-top: -345px;
    }

    .common_screen_section{
        margin-bottom: 60px;
    }

    .common_screen_section:last-child {
        margin-bottom: 50px;
    }

    .homescreenlist ul {
        padding: 0 35px;
    }

    .homescreenlist ul li{
        width: calc(33% - 30px);
        padding: 0 18px 12px;
    }

    .homelisticon {
        height: 90px;
        width: 90px;
        margin-top: -45px;
    }

    .homescreenlist ul li h3{
        margin-bottom: 25px;
    }

    .homescreenlist ul li p {
        font-size: 15px;
    }

    .rounded_bordertitler{
        padding: 15px !important;
        font-size: 20px;
    }

    .rightside_border_section .section_title_wrapper:before {
        height: calc(50% + 55px);
    }

    .calendar_screen_slider_wrapper {
        margin-bottom: 140px;
    }

    .calendar_screen_slider .owl-nav{
        width: 60%;
        bottom: -50px;
    }

    .owl-carousel.calendar_screen_slider .owl-nav .owl-prev, 
    .owl-carousel.calendar_screen_slider .owl-nav .owl-next{
        width: 22px;
        height: 22px;
        background-size: 5px;
    }

    .calendar_screen_slider_wrapper {
        margin-bottom: 120px;
    }

    .appointment_screen_section .border_listli li {
        margin-right: 50px;
    }

    .border_listli li{
        margin-top: 70px;
        padding: 25px 20px;
        font-size: 16px;
        line-height: 26px;
    }

    .border_listli li .imgexample {
        left: 65%;
        top: -110px;
        max-width: 80%;
    }

    .CalendarScreen .border_listli li .imgexample {
        left: 60%;
    }

    .section_border_bottom:after{
        bottom: 54px;
        left: calc(50% - 554px);
    }

    .section_cnt_green h4 {
        font-size: 26px;
        line-height: 42px;
        margin: 0 0 30px 0;
    }

    .workorderflow_section:before,
    .workorderflow_row1 .workorderflow_single:before, 
    .workorderflow_row1 .workorderflow_single:after,
    .workorderflow_row1 .workorderflow_single:last-child .workflowimg:before, 
    .workorderflow_row1 .workorderflow_single:last-child .workflowimg:after,
    .workorderflow_row2:before, 
    .workorderflow_row2:after,
    .workorderflow_row2 .workorderflow_single:before, 
    .workorderflow_row2 .workorderflow_single:after,
    .workorderflow_row2 .workorderflow_single .workflowimg:before,
    .workorderflow_row3:before,
    .workorderflow_row3 .workorderflow_single:not(:last-child) .workflowimg:before, 
    .workorderflow_row3 .workorderflow_single:not(:last-child) .workflowimg:after,
    .workorderflow_row3 .workorderflow_single:last-child:before{
        display: none;
    }

    .rounded_bordertitledouble h2 {
        font-size: 26px;
    }

    .workorderflow_single {
        width: 185px;
    }

    .workflowimg {
        height: 140px;
        width: 140px;
        margin-bottom: 40px;
    }

    .workorderflow_single p, 
    .workorderflow_single ul li {
        font-size: 15px;
        line-height: 26px;
    }

    .field_tool_green_section .workorderflow_row2 {
        padding-bottom: 80px;
    }

    .field_tool_green_section:after {
        bottom: 55px;
        right: calc(50% - 555px);
    }

    .common_table_style table{
        border-radius: 45px;
    }

    .common_table_style table thead tr th {
        padding: 16px 0;
    }

    .common_table_style table tbody tr td {
        padding: 12px 20px;
    }

    .about_your_home_date.section_cnt_green p {
        margin-bottom: 40px;
    }

    .common_table_style.about_your_home table tbody tr:first-child th {
        padding: 12px 0;
    }

    .common_table_style.about_your_home table tbody tr th{
        font-size: 15px;
        line-height: 20px
    }

    .common_table_style.about_your_home table tbody tr td:first-child {
        padding: 4px 6px 4px 35px;
    }

    .common_table_style.about_your_home table tbody tr td:last-child {
        padding: 4px 35px 4px 6px;
    }

    .green_company_approach .section_cnt_green {
        padding-bottom: 80px;
    }

    .report_date_section.section_gap {
        padding-bottom: 80px;
    }

    .report_date_section:after{
        height: 80px;
    }

    .footer_contact_section.section_gap {
        padding: 100px 0 35px;
    }

    .seperator {
        height: 70px;
    }

    .theme_contactbtn {
        padding: 14px 24px;
        font-size: 20px;
        line-height: 28px;
        margin-top: 30px;
        margin-bottom: 0px;
    }
}

@media (max-width: 1199px){
    
    .green-energy_banner_continer {
        min-height: 550px;
    }

    .banner_title, .footer_title {
        font-size: 34px;
        margin-bottom: 15px;
    }

    .banner_sub_title {
        font-size: 16px;
        line-height: 26px;
    }

    .section_gap {
        padding: 45px 0;
    }

    .section_title_wrapper {
        margin: 0 0 30px 0;
    }

    .section_title_wrapper h2 {
        padding: 0 10px;
    }

    .green_company_profile .right_dottedborder .section_title_wrapper:before{
        height: 44px;
    }

    .pl-100 {
        padding-left: 32px;
    }

    .pr-100 {
        padding-right: 32px;
    }

    .section_cnt_green h4 {
        font-size: 24px;
        line-height: 40px;
        margin: 0 0 20px 0;
    }

    .section_cnt_green p {
        font-size: 14px;
        line-height: 26px;
    }

    .border_listli li{
        font-size: 14px;
        line-height: 26px;
    }

    .bubble_logo_shape {
        width: 350px;
        height: 350px;
    }

    .bubble_logo_shape:after {
        width: 350px;
        height: 350px;
        right: -56px;
        top: 16px;
    }

    .bubble_logo_shape._left_slidegrn:after {
        left: -56px;
        top: 16px;
    }

    .green_company_approach .section_cnt_green {
        padding-bottom: 60px;
    }

    .green_company_approach .left_dottedborder .approach_listman ul:first-child li {
        margin-bottom: 65px;
    }

    .approach_listman ul li .iconAPC {
        width: 120px;
        height: 120px;
        margin-bottom: 25px;
    }

    .approach_listman ul li .iconAPC img {
        max-height: 50px;
    }
    .approach_listman:after{
        height: 60px;
    }
    .green_company_approach .left_dottedborder .approach_listman ul:first-child:before{
        top:60px;
    }

    .green_company_approach .left_dottedborder .approach_listman ul:after {
        top: 60px;
    }

    .green_company_approach .left_dottedborder .approach_listman ul:last-child:before {
        height: 255px;
        bottom: 130px;
    }

    .green_company_approach .left_dottedborder .approach_listman:before {
        bottom: 128px;
    }

    .energy_savigPark_view {
        padding-top: 50px;
    }

    .set_bmg_conterenrgy h3 {
        font-size: 48px;
        line-height: 56px;
    }

    .set_bmg_conterenrgy h5 {
        font-size: 36px;
        line-height: 48px;
    }

    .Ch_eng_ylist {
        margin-top: 10px;
        padding: 40px 0 35px 0;
    }

    .Ch_eng_ylist ul li {
        padding: 0 0 0 20px;
        font-size: 15px;
        line-height: 26px;
        margin: 7px 0;
    }

    .green_company_profile.ourchallenges .right_dottedborder .section_cnt_green:before {
        left: 18px;
        width: calc(100% - 22px);
    }

    .solution_list_img {
        height: 120px;
        width: 120px;
        margin-bottom: 25px;
    }

    .solution_list:after {
        top: 60px;
    }

    .owl-carousel .owl-item .solution_list_img img{
        max-height: 55px;
    }

    .solution_listing_wrapper .owl-dots {
        margin: 50px auto 0;
        width: 80%;
    }

    .technologytools.section_gap {
        padding: 45px 0 235px;
    }

    .technolog_grid_image {
        padding-top: 25px;
    }

    .tech_shape_one {
        width: 75px;
        height: 75px;
        left: 15px;
        top: 140px;
    }

    .technology_tools_wrapper {
        padding-bottom: 45px;
    }

    .technolog_grid_image:before {
        bottom: -60px;
    }

    .tech_shape_two {
        width: 55px;
        height: 55px;
        right: 30px;
        bottom: 120px;
    }

    .tech_shape_three {
        width: 45px;
        height: 45px;
        bottom: -140px;
    }

    .common_screen_section {
        margin-bottom: 45px;
    }

    .common_screen_section .screen_odd_img {
        margin-top: -80px;
    }

    .common_screen_section img{
        width: 200px;
        margin-bottom: 75px;
    }

    .common_screen_section .screen_even_img {
        margin-top: -275px;
    }

    .homescreenlist ul {
        padding: 0 30px;
    }

    .homescreenlist ul li {
        width: calc(33% - 20px);
        padding: 0 14px 10px;
    }

    .homelisticon {
        height: 80px;
        width: 80px;
        margin-top: -40px;
        margin-bottom: 25px;
    }

    .homescreenlist ul li h3 {
        margin-bottom: 20px;
    }

    .homescreenlist ul li p {
        font-size: 14px;
    }

    .CalendarScreen .homescreenlist.bottom ul li{
        width: calc(50% - 85px);
    }

    .appointment_screen_section .border_listli li {
        margin-right: 80px;
    }

    .border_listli li .imgexample{
        left: 57%;
        top: -105px;
    }

    .CalendarScreen .border_listli li .imgexample {
        left: 55%;
    }

    .section_border_bottom:after {
        bottom: 44px;
        left: calc(50% - 464px);
    }

    .rounded_bordertitledouble h2 {
        font-size: 24px;
    }

    .workorderflow_row1, .workorderflow_row2, .workorderflow_row3 {
        padding-top: 45px;
    }

    .workorderflow_single {
        width: 175px;
    }

    .workflowimg {
        height: 125px;
        width: 125px;
        margin-bottom: 30px;
    }

    .workflowimg img{
        max-height: 45px;
    }

    .workorderflow_single p, .workorderflow_single ul li{
        font-size: 14px;
        line-height: 26px;
    }

    .field_tool_green_section .workorderflow_row2 {
        padding-bottom: 65px;
    }

    .field_tool_green_section:after {
        bottom: 45px;
        right: calc(50% - 465px);
    }

    .common_table_style table thead tr th, .common_table_style table tbody tr td{
        font-size: 13px;
        line-height: 20px;
    }

    .common_table_style table thead tr th {
        padding: 12px 0;
    }

    .common_table_style table tbody tr td {
        padding: 10px 18px;
    }

    .about_your_home_date{
        width: 70%;
    }

    .about_your_home_date.section_cnt_green p {
        margin-bottom: 25px;
    }

    .common_table_style.about_your_home table tbody tr td:first-child {
        padding: 4px 4px 4px 25px;
    }

    .common_table_style.about_your_home table tbody tr td:last-child {
        padding: 4px 25px 4px 4px;
    }

    .footer_contact_section.section_gap {
        padding: 85px 0 30px;
    }

    .seperator {
        height: 60px;
    }

    .theme_contactbtn{
        font-size: 18px;
        line-height: 26px;
    }

    .foot_logo img{
        width: 125px;
    }

    .footer_shape_one {
        width: 80px;
        height: 80px;
        left: 90px;
    }

    .footer_shape_two {
        width: 80px;
        height: 80px;
        right: 150px;
        top: 40px;
    }

    .footer_shape_three {
        width: 55px;
        height: 55px;
        right: 160px;
        bottom: 30px;
    }

    .footer_shape_four {
        width: 40px;
        height: 40px;
        left: 0px;
        bottom: 20px;
    }

    .technology_grids_list{
        margin-top: -20px;
    }

    .onlshape_greencasestudy.technology_tool_shape{
        margin-top: -20px;
    }

    .technology_grid {
        width: 270px;
        padding: 14px;
        margin: 0 16px;
        min-height: 160px;
    }

    .tech_img_wrap{
        margin-top: -30px;
    }

    .tech_img_wrap img {
        max-width: 70%;
    }

    .tech_name_wrap{
        margin-top: -10px;
    }
}

@media (max-width: 991px){
    .page-template-green-energy-saver .header_type_2:not(.darkHeader) .client_vid, 
    .page-template-green-energy-saver .header_type_2:not(.darkHeader) i.fas.fa-envelope{
        color: #3772DB;
    }
    .page-template-green-energy-saver.shshowcancel  .header_type_2 .client_vid, 
    .page-template-green-energy-saver.shshowcancel  .header_type_2 i.fas.fa-envelope {
        color: #fff;
    }
    .inner_green-energy{
        padding-top: 80px;
    }
    .green-energy_banner_continer {
        min-height: 500px;
    }

    .banner_title, .footer_title {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .banner_sub_title {
        font-size: 15px;
        line-height: 24px;
    }

    .onlshape_greencasestudy{
        height: 60px;
    }

    .onlshape_greencasestudy:before {
        width: 60px;
        height: 60px;
        top: -30px;
    }
    
    .green_company_title {
        font-size: 16px;
    }

    .green_company_profile .right_dottedborder .section_title_wrapper:after {
        top: 14px;
    }

    .green_company_profile .right_dottedborder .section_title_wrapper:before {
        height: 40px;
        top: 14px;
    }

    .pl-100{
        padding-left: 15px;
    }

    .pr-100{
        padding-right: 15px;
    }

    .pr-40{
        padding-right: 40px;
    }

    .pl-40{
        padding-left: 40px;
    }

    .bubble_logo_shape {
        width: 320px;
        height: 320px;
        margin: 0 auto 60px;
    }

    .bubble_logo_shape:after {
        width: 320px;
        height: 320px;
        right: -46px;
        top: 6px;
    }

    .section_cnt_green h4 {
        font-size: 22px;
        line-height: 36px;
        margin: 0 0 15px 0;
    }

    .green_company_approach .section_cnt_green {
        padding-bottom: 45px;
    }

    .approach_listman ul li .iconAPC {
        width: 100px;
        height: 100px;
        margin-bottom: 20px;
    }

    .approach_listman ul li .iconAPC img {
        max-height: 45px;
    }

    .approach_listman ul li p {
        font-size: 14px;
    }

    .green_company_approach .left_dottedborder .approach_listman ul:after {
        top: 50px;
    }
    .approach_listman:after{
        height: 50px;
    }
    .green_company_approach .left_dottedborder .approach_listman ul:first-child:before{
        top:50px;
    }

    .green_company_approach .left_dottedborder .approach_listman:before {
        bottom: 131px;
    }

    .green_company_approach .left_dottedborder .approach_listman ul:last-child:before {
        height: 225px;
        bottom: 135px;
    }

    .set_bmg_conterenrgy {
        bottom: 40px;
    }

    .set_bmg_conterenrgy h3 {
        font-size: 42px;
        line-height: 52px;
    }

    .set_bmg_conterenrgy h5 {
        font-size: 32px;
        line-height: 44px;
    }

    .green_company_profile.ourchallenges .right_dottedborder .section_cnt_green:before {
        left: 3px;
        width: calc(100% - 5px);
    }

    .bubble_logo_shape._left_slidegrn:after {
        left: -46px;
        top: 6px;
    }

    .solution_list_img {
        height: 100px;
        width: 100px;
        margin-bottom: 20px;
    }

    .owl-carousel .owl-item .solution_list_img img {
        max-height: 45px;
    }

    .solution_list:after {
        top: 50px;
    }

    .solution_list_item p {
        font-size: 14px;
    }

    .technologytools.section_gap {
        padding: 45px 0 220px;
    }

    .tech_shape_one {
        width: 65px;
        height: 65px;
        left: 15px;
        top: 120px;
    }

    .tech_shape_two {
        width: 50px;
        height: 50px;
        right: 25px;
        bottom: 110px;
    }

    .technology_tools_wrapper {
        padding-bottom: 40px;
    }

    .technolog_grid_image {
        padding-top: 20px;
    }

    .technology_grid {
        width: 38%;
        padding: 12px;
        margin: 0 12px;
        min-height: 130px;
    }

    .technology_grid:nth-child(-n+2) {
        margin-bottom: 25px;
    }

    .tech_img_wrap img {
        max-width: 60%;
    }

    .tech_name_wrap {
        margin-top: -5px;
        padding: 5px 10px;
        font-size: 13px;
        line-height: 22px;
    }

    .onlshape_greencasestudy.technology_tool_shape:before {
        width: 32px;
        height: 32px;
    }

    .technolog_grid_image:before {
        bottom: -55px;
    }

    .common_screen_section img{
        width: 160px;
        margin-bottom: 60px;
    }

    .common_screen_section .screen_odd_img {
        margin-top: -70px;
    }

    .common_screen_section .screen_even_img {
        margin-top: -210px;
    }

    .homescreenlist ul {
        padding: 0 0 0 25px;
    }
    .CalendarScreen .homescreenlist ul {
        padding: 0 25px 0 0;
    }
    .homescreenlist ul li {
        width: calc(33% - 10px);
        padding: 0 10px 10px;
    }

    .homelisticon {
        height: 70px;
        width: 70px;
        margin-top: -35px;
        margin-bottom: 20px;
    }
    .homelisticon img {
        max-height: 30px;
    }
    .homescreenlist ul li h3{
        font-size: 17px;
        margin-bottom: 15px;
    }

    .rightside_border_section .section_title_wrapper:before {
        height: calc(50% + 45px);
    }

    .rightside_border_section .section_title_wrapper:after {
        height: calc(50% + 30px);
    }

    .CalendarScreen .homescreenlist ul li.homescreenlist_single {
        width: 100%;
        margin: 40px 0 80px;
    }

    .CalendarScreen .homescreenlist.bottom ul li {
        margin-right: 0;
    }

    .CalendarScreen .homescreenlist.bottom ul li {
        width: calc(50% - 15px);
    }

    .appointment_screen_section .border_listli li {
        margin-top: 100px;
        margin-right: 60px
    }

    .border_listli li .imgexample {
        left: 60%;
        top: -125px;
    }

    .appointment_screen_section .border_listli li:last-child {
        margin-top: 130px;
    }

    .appointment_screen_section .border_listli li:last-child .imgexample{
        top: -155px;
    }

    .border_listli.border_listlisingleline li{
        margin-top: 50px;
        margin-right: 70px;
    }

    .CalendarScreen .border_listli li .imgexample {
        left: 70%;
    }

    .workorderlistimg ul{
        padding: 20px 40px 0;
    }

    .leftside_border_section .section_title_wrapper:after{
        height: calc(50% + 30px );
    }

    .section_border_bottom:after {
        left: calc(50% - 344px);
    }

    .rounded_bordertitledouble h2 {
        font-size: 22px;
    }

    .workorderflow_row1, .workorderflow_row2, .workorderflow_row3{
        flex-direction: column;
        justify-content: space-between;
        padding-top: 0px;
    }

    .workorderflow_row1{
        padding-top: 35px;
    }

    .workorderflow_single{
        width: 100%;
        display: flex;
        align-items: center;
    }

    .workflowimg{
        width: 100px;
        height: 100px;
        margin-bottom: 0px;
        margin-right: 25px;
    }

    .workflowimg img {
        max-height: 40px;
    }

    .workorderflow_single{
        margin-bottom: 50px;
    }

    .workorderflow_single p,
    .workorderflow_single ul,
    .workorderflow_single .workorderflow_content{
        width: calc(100% - 130px);
    }

    .workorderflow_single .workorderflow_content p,
    .workorderflow_single .workorderflow_content ul{
        width: 100%;
    }

    .field_tool_green_section:after {
        right: calc(50% - 345px);
    }

    .common_table_style table, .common_table_style {
        border-radius: 20px;
    }

    .common_table_style table tbody tr:last-child td:first-child {
        border-bottom-left-radius: 20px;
    }

    .common_table_style table tbody tr:last-child td:last-child {
        border-bottom-right-radius: 20px;
    }

    .about_your_home_date {
        width: 100%;
        padding-left: 40px;
    }

    .footer_contact_section.section_gap {
        padding: 75px 0 25px;
    }

    .seperator {
        margin-top: 30px;
        height: 55px;
    }

    .theme_contactbtn {
        font-size: 16px;
        line-height: 24px;
        margin-top: 25px;
        padding: 12px 20px;
    }

    .footer_shape_one {
        width: 70px;
        height: 70px;
        left: 70px;
    }

    .footer_shape_two {
        width: 60px;
        height: 60px;
        right: 70px;
        top: 20px;
    }

    .footer_shape_three {
        width: 45px;
        height: 45px;
        right: 130px;
        bottom: 20px;
    }

    .footer_shape_four {
        width: 30px;
        height: 30px;
        left: 0px;
        bottom: 10px;
    }
}

@media (max-width: 767px){
    
    .green-energy_banner_continer{
        min-height: initial;
        margin-bottom: 40px;
        text-align: center;
    }

    .green-energy_banner{
        padding: 45px 0px;
    }

    .bubble_logo_shape {
        width: 280px;
        height: 280px;
        margin: 0 auto 45px;
    }

    .bubble_logo_shape:after {
        width: 280px;
        height: 280px;
        right: -36px;
        top: 0px;
    }

    .bubble_logo_shape._left_slidegrn:after {
        left: -36px;
        top: 0px;
    }

    .approach_listman ul li{
        padding: 0 10px;
    }

    .green_company_approach .left_dottedborder .approach_listman ul:first-child li {
        margin-bottom: 50px;
    }

    .green_company_approach .left_dottedborder .approach_listman:before {
        bottom: 104px;
        display: none;
    }
    .green_company_approach .left_dottedborder .approach_listman ul:nth-child(2):after {
        width: calc(100% + 100px);
        right: auto;
        left: -100px;
    }
    .green_company_approach .left_dottedborder .approach_listman ul:last-child:before {
        height: 200px;
        bottom: 125px;
    }

    .approach_listman ul li p {
        font-size: 12px;
    }

    .set_bmg_conterenrgy {
        bottom: 10px;
    }

    .set_bmg_conterenrgy h3 {
        font-size: 5vw;
        line-height: 5vw;
        margin-bottom: 10px;
    }

    .set_bmg_conterenrgy h5 {
        font-size: 4vw;
        line-height: 4.6vw;
    }

    .Ch_eng_ylist {
        margin-top: 0px;
        padding: 30px 0px 25px 0;
    }

    .technologytools.section_gap {
        padding: 45px 0 180px;
    }

    .tech_img_wrap img {
        max-width: 40%;
    }

    .tech_img_wrap {
        margin-top: 0;
    }

    .technology_grids_list {
        margin-top: -10px;
    }

    .tech_name_wrap {
        margin-top: 0;
        padding: 4px 8px;
        font-size: 10px;
        line-height: 22px;
        width: auto;
        min-width: 140px;
    }

    .technology_grid{
        padding: 6px 12px;
        margin: 0 8px;
        min-height: 110px;
    }

    .technology_grid:nth-child(-n+2) {
        margin-bottom: 15px;
    }

    .onlshape_greencasestudy.technology_tool_shape {
        margin-top: -10px;
    }

    .onlshape_greencasestudy.technology_tool_shape:before {
        width: 22px;
        height: 22px;
    }

    .common_screen_section img {
        width: 120px;
        margin-bottom: 45px;
    }

    .common_screen_section .screen_even_img {
        margin-top: -140px;
    }

    .tech_shape_three {
        width: 35px;
        height: 35px;
        bottom: -90px;
    }

    .homescreenlist ul{
        flex-direction: column;
        padding: 0 20px;
    }

    .CalendarScreen .homescreenlist ul{
        padding: 0 20px 0 0;
    }

    .homescreenlist ul li{
        width: 100%;
    }

    .homescreenlist ul li:not(:last-child){
        margin-bottom: 50px;
    }
    .CalendarScreen .homescreenlist ul li.homescreenlist_single {
        margin-bottom: 50px;
    }
    .CalendarScreen .homescreenlist.bottom ul li{
        width: 100%;
    }

    .border_listli li .imgexample {
        right: 0;
        top: -85px;
        max-width: 70%;
        width: 200px;
        left: auto;
    }

    .appointment_screen_section .border_listli li:last-child .imgexample {
        top: -75px;
    }
    .appointment_screen_section .border_listli li {
        margin-top: 70px;
        margin-right: 10px;
    }

    .appointment_screen_section .border_listli li:last-child {
        margin-top: 70px;
    }
    .CalendarScreen .border_listli li .imgexample {
        left: auto;
        top: -60px;
        right: -90px;
    }

    .section_border_bottom:after {
        left: 15px;
    }

    .field_tool_green_section:after {
        right: 18px;
    }

    .common_table_style.about_your_home table tbody tr td:first-child {
        padding: 4px 4px 4px 15px;
    }

    .common_table_style.about_your_home table tbody tr td:last-child {
        padding: 4px 15px 4px 4px;
    }

    .calendar_screen_slider{
        padding: 15px;
    }

    .common_table_style.about_your_home table tbody tr th {
        font-size: 14px;
        line-height: 18px;
    }
    .workorderflowleft .pl-40.pr-40, .workorderflowright .pl-40.pr-40 {
        padding: 0 25px;
    }
    .report_date_section .pl-100, .about_your_home_date {
        padding-left: 25px;
    }

}

@media (max-width: 575px){
    .banner_title, .footer_title {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .green_company_approach .left_dottedborder .approach_listman ul:last-child:before {
        height: 220px;
        bottom: 160px;
    }
    .green_company_approach .left_dottedborder .approach_listman:before {
        bottom: 158px;
    }
    .Ch_eng_ylist ul li{
        white-space: pre-wrap;
    }
    .solution_listing_wrapper .owl-dots {
        margin: 30px auto 0;
        width: 80%;
    }
    .technology_grid{
        min-height: 90px;
        border-radius: 10px;
        width: calc(50% - 36px);
    }
    .tech_img_wrap img {
        max-height: 40px;
        width: 100%;
        max-width: 100%;
    }
    .tech_name_wrap{
        min-width: 110px;
        font-size: 8px;
        line-height: 16px;
    }
    .technologytools.section_gap {
        padding: 45px 0 160px;
    }
    .common_screen_section img {
        width: 100px;
        margin-bottom: 30px
    }   
    .common_screen_section .screen_odd_img {
        margin-top: -40px;
    }
    .common_screen_section .screen_even_img {
        margin-top: -130px;
    }
    .common_screen_section:last-child {
        margin-bottom: 80px;
    }
    .pr-40{
        padding-right: 30px;
    }
    .pl-40{
        padding-left: 30px;
    }
    .border_listli li{
        padding: 20px 15px;
    }
    .workorderlistimg ul {
        padding: 20px 20px 0;
    }
    .workorderflow_row1 {
        padding-top: 20px;
    }
    .workflowimg {
        width: 85px;
        height: 85px;
    }
    .workflowimg img {
        max-height: 35px;
    }
    .common_table_style table thead tr th, .common_table_style table tbody tr td {
        font-size: 11px;
        line-height: 18px;
    }
    .seperator {
        margin-top: 25px;
        height: 50px;
    }
    .theme_contactbtn {
        font-size: 14px;
        line-height: 22px;
        padding: 10px 18px;
    }
    .foot_logo img {
        width: 115px;
    }
    .approach_listman ul li .iconAPC {
        width: 70px;
        height: 70px;
    }
    .green_company_approach .left_dottedborder .approach_listman ul:first-child:before {top: 35px;}
    .green_company_approach .left_dottedborder .approach_listman ul:after {
        top: 35px;
    }
    .approach_listman:after {
        height: 35px;
    }
    .approach_listman ul li .iconAPC img {
        max-height: 32px;
    }
    .section_title_wrapper h2, .rounded_bordertitler {
        max-width: 90%;
        margin: 0 auto;
    }
    .rounded_bordertitledouble h2 {
        max-width: 100%;
    }
    .technolog_grid_image .laptop_img {
        width: 420px;
    }
    .technology_grids_list {
        width: 360px;
    }
    .technology_grid {
        padding: 5px;
        min-height: 80px;
    }
    .onlshape_greencasestudy.technology_tool_shape:before {
        height: 15px;
        width: 15px;
    }
    .solution_list_img {
        width: 70px;
        height: 70px;
    }
    .solution_list_item p {
        width: 90%;
        max-width: 100%;
        font-size: 12px;
        line-height: 1.3;
    }
    .owl-carousel .owl-item .solution_list_img img {
        max-height: 35px;
    }
    .solution_list:after {
        top: 35px;
    }
    .about_your_home_date {
        padding-left: 30px;
    }
    .workorderflowleft .pl-40.pr-40, .workorderflowright .pl-40.pr-40 {
        padding: 0 15px;
    }
    .report_date_section .pl-100, .about_your_home_date {
        padding-left: 15px;
    }

    .square_shape_img {
        text-align: center;
    }
    .square_shape_img img {
        max-width: 80%;
        padding-left: 20px;
    }
    .calendar_screen_img img {
        max-width: 100%;
        padding-left: 0px;
    }
    .CalendarScreen .homescreenlist ul {
        padding: 0 13px 0 0;
    }
}

@media (max-width: 479px){
    .inner_green-energy{
        padding-top: 70px;
    }
    .onlshape_greencasestudy {
        height: 20px;
    }

    .onlshape_greencasestudy:before {
        width: 50px;
        height: 50px;
        top: -25px;
    }

    .bubble_logo_shape {
        width: 250px;
        height: 250px;
        margin: 0 auto 35px;
    }

    .bubble_logo_shape:after {
        width: 250px;
        height: 250px;
        right: -26px;
    }

    .section_cnt_green h4 {
        font-size: 18px;
        line-height: 32px;
    }

    .section_cnt_green p {
        font-size: 13px;
        line-height: 24px;
    }

    .bubble_logo_shape._left_slidegrn:after{
        left: -26px;
    }
    .Ch_eng_ylist ul li{
        padding: 0 0 0 12px;
        font-size: 13px;
        line-height: 24px;
    }
    .common_screen_section img {
        width: 85px;
        margin-bottom: 25px;
    }
    .appointment_screen_section .border_listli li:last-child {
        margin-top: 90px;
    }
    .appointment_screen_section .border_listli li {
        margin-top: 70px;
    }
    .section_gap {
        padding: 30px 0;
    }
    .approach_listman ul li p {
        font-size: 10px;
    }
    .green_company_approach .left_dottedborder .approach_listman ul:first-child li {
        margin-bottom: 30px;
    }
    .technolog_grid_image .laptop_img {
        width: 270px;
    }
    .technology_grids_list {
        width: 250px;
    }
    .technology_grid {
        min-height: 40px;
        border-radius: 2px;
    }
    .tech_name_wrap {
        min-width: 20px;
        width: 90%;
        padding: 1px;
        font-size: 6px;
        line-height: 1.3;
    }
    .tech_img_wrap img {
        max-height: 28px;
    }
    .technolog_grid_image {
        padding-top: 0;
    }
    .onlshape_greencasestudy.technology_tool_shape {
        margin-top: -13px;
    }
    .onlshape_greencasestudy.technology_tool_shape:before {
        height: 10px;
        width: 10px;
    }
    .SystemCharacteristics {
        margin-top: 0;
    }
    .green_energy_screen_section {
        margin-bottom: -50px;
    }
    .border_listli li .imgexample {
        right: -15px;
    }
    .border_listli.border_listlisingleline li {
        margin-right: 0;
    }
    .CalendarScreen .border_listli li .imgexample {
        right: -25px;
    }
    .border_listli li {
        border-radius: 12px;
    }
    .rounded_bordertitler {
        border-radius: 13px;
    }
    .section_border_bottom:after {
        bottom: 30px;
    }
    .rounded_bordertitledouble h2 {
        font-size: 18px;
    }
    .workflowimg {
        height: 60px;
        width: 60px;
        margin-right: 15px;
        border-radius: 12px;
    }
    .workorderflow_single p, .workorderflow_single ul, .workorderflow_single .workorderflow_content {
        width: calc(100% - 75px);
    }
    .workorderflow_single {
        margin-bottom: 20px;
    }
    .workorderflow_single p, .workorderflow_single ul li {
        font-size: 13px;
        line-height: 1.2;
    }
    .homescreenlist ul li h3 {
        font-size: 14px;
    }
    .green_company_title {
        font-size: 14px;
        letter-spacing: 2px;
    }
    .workflowimg img {
        max-height: 30px;
    }
    .workorderflow_row1 {
        padding-top: 0;
    }
    .banner_title, .footer_title {
        font-size: 24px;
    }
    .seperator {
        height: 30px;
        margin-top: 10px;
    }
    .theme_contactbtn {
        margin: 10px 0 0px;
    }
    .calendar_screen_slider, .calendar_screen_slider:before {
        border-radius: 20px;
    }
    .calendar_screen_slider .owl-nav:before {
        width: 60%;
    }
    .common_table_style.about_your_home table tbody tr td,
    .common_table_style.about_your_home table tbody tr td:first-child,
    .common_table_style.about_your_home table tbody tr td:last-child {
        padding: 4px;
    }
    .field_tool_green_section:after {
        bottom: 30px;
    }
    .field_tool_green_section .workorderflow_row2 {
        padding-bottom: 0;
    }
    .tech_name_wrap span{
        margin-left: 2px;
    }
}
