@charset "utf-8";

/*=============== Default CSS Start ==================*/
:root {
    --primary-color: #353535;
    --primary-font: "Assistant", sans-serif;
    --secondary-font: "Poppins", sans-serif;
    --fontsize-body: 16px;
    --hovercolor: #ea4151;
    --darkgreycolor: #2A2A2A;
    --lightgreycolor: #757575;
    --tittle40: 40px;
    --tittle20: 20px;
    --tittle30: 30px;
    --greenbg: #1A805E;
    --borderradius46: 46px;
    --borderradius16: 16px;
    --white: #fff;
    --redbgcolor: #E94152;
    --ptop-80: 80px;
    --pbtm-80: 80px;
    --ptop-90: 90px;
    --pbtm-60: 60px;
    --pbtm-50: 50px;
    --w48: 48%;
    --w50: 50%;
    --w60: 60%;
    --w100: 100%;
    --dflex: flex;
    --boxshadow: 0px 4px 40px 0px rgba(66, 68, 90, 0.2);
    --yellowbg: #FAF3DB;

    @media (max-width:767px) {
        --ptop-80: 40px;
        --pbtm-80: 40px;
        --ptop-90: 40px;
        --pbtm-60: 40px;
    }
}

* {
    box-sizing: border-box;
}

html,
body {
    font-weight: 400;
    font-size: var(--fontsize-body);
    line-height: 1.3;
    color: var(--primary-color);
    font-family: "Assistant", sans-serif;
    overflow-x: hidden;
    padding: 0;
    margin: 0;

}

/* font-family: "Oxanium", sans-serif; */
html {
    scroll-behavior: smooth;
}

a:hover {
    color: var(--hovercolor);
}

:focus,
:hover,
:active {
    outline: 0;
    text-decoration: none !important;
}

img {
    max-width: 100%;
}

a,
a:link {
    text-decoration: none;
    outline: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

/*ul {
    padding: 0 0 20px 0;
    margin: 0;
}

ul li {
    list-style-type: disc;
    list-style-position: inside;
    color: var(--primary-color);
}*/

p {
    color: var(--primary-color);
    margin: 0 0 20px 0;
    line-height: 1.5;
    padding: 0;
}
 .h2, h2 {
    color: var(--darkgreycolor);
    margin-bottom: 15px; 
    width: 100%;
}
.h3, 
h3 { 
    color: #272727; 
    width: 100%;
    margin-bottom: 24px;

}
/* .bannercont .slick-list {
    padding-bottom: 176px;
} */

/* ............banner style starts.......... */

/* ............explor nuvoco section starts.......... */
.explorenuv_mwrp {
    padding-bottom: var(--pbtm-80);
    padding-top: 40px;
}

.explorenuv_boxsec {
    display: var(--dflex);
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.expbox_inner {
    width: 32%;
    background-color: #fff;
    border-radius: 12px;
    display: var(--dflex);
    padding: 26px 25px;
    -webkit-box-shadow: 0px 4px 40px 0px rgba(66, 68, 90, 0.2);
    -moz-box-shadow: 0px 4px 40px 0px rgba(66, 68, 90, 0.2);
    box-shadow: 0px 4px 40px 0px rgba(66, 68, 90, 0.2);

}

.explorenuv_buttonsec2 {
    display: var(--dflex);
    justify-content: center;
    margin-top: 24px;
    flex-wrap: wrap;
    gap: 20px
}

.textboxexpo {
    flex: 1;
    margin-left: 16px;
}

.textboxexpo h2,
.textboxexpo h3 {
    margin-bottom: 10px;
}

.textboxexpo p {
    color: #5E5D5D
}

.explorenuv_buttonsec2 a {
    margin: 0 0;
}

/* ............explor nuvoco section ends.......... */
/* ............about section ends.......... */
.about_mwrp {
    background-color: #47BA58;
    padding: 58px 0 0 0;
    position: relative;
}

.aboutrightimg {
    width: 50%;
    position: absolute;
    right: 0;
    top: 58px;
    display: var(--dflex);
    justify-content: flex-end;
    height: 100%;
}

.about_leftcont {
    width: 40%;
    padding-bottom: 100px;
}

.about_leftcont h2 {
    font-size: var(--tittle30);
    color: var(--white);
    margin: 0 0 31px 0;
}

.about_leftcont h2 span {
    font-size: var(--fontsize-body);
    display: block;
    color: var(--white);
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.about_leftcont p {
    color: var(--white);
}

/* ............about nuvoco section ends.......... */

/* ............innovation nuvoco section strats.......... */
.innovwrp {
    background-color: rgba(233, 65, 82, 0.10);
    padding-top: var(--ptop-80);
    padding-bottom: var(--pbtm-80);
}

.innovwrpinner {
    display: var(--dflex);
    justify-content: space-between;
    flex-wrap: wrap;
}

.innovleft {
    width: 48%;
}

.innovleft img {
    border-radius: 16px;
}

.innovright {
    width: 48%;
    padding: 0 0 0 30px;
    display: var(--dflex);
    align-self: center;
    flex-wrap: wrap;
}

.innovright_heading {
    color: var(--darkgreycolor);
    font-weight: 700;
    font-size: var(--tittle30);
    margin-bottom: 15px;
}

.innovright_heading span {
    font-size: var(--fontsize-body);
    display: block;
    color: var(--primary-color);
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.innovright_textcontent {
    color: var(--primary-color);
}

.innov_iconwrp {
    display: var(--dflex);
    width: 100%;
}

.innov_iconwrp img {
    margin-right: 50px;
}

/* ............innovation nuvoco section ends.......... */

/* ............choose nuvoco section starts.......... */
.choosenevwrper {
    padding-top: var(--ptop-80);
    padding-bottom: var(--pbtm-50);
}

.choosenev {
    display: var(--dflex);
    justify-content: space-between;
    padding: 30px 0 0 0;
    gap: 24px;
    flex-wrap: wrap;
}

.choose_inner {
    width: 32%;
    background-color: #fff;
    border-radius: 12px;
    display: var(--dflex);
    border-left: 5px solid #F8F9FB;
    padding: 0 25px 0;
    margin-bottom: 24px;
}

/* ............choose nuvoco section ends.......... */

/* ............contruction stages nuvoco section starts.......... */
.contruxtionst_wrper {
    padding-top: var(--ptop-90);
    padding-bottom: var(--pbtm-60);
    background: url(../images/contructionstages_bg.webp) no-repeat;
    background-size: cover;

}

/* ............contruction stages nuvoco section ends.......... */

/* .............testimonial starts............... */
.testimonialwrpermain {
    background-color: #1A8068;
    padding-top: var(--ptop-80);
    padding-bottom: var(--pbtm-80);
}

.testimonialwrpermain h2,
.testimonialwrpermain h2 span,
.productwper h2,
.productwper h2 span,
.projectswrper h2,
.projectswrper h2 span {
    color: var(--white) !important;
}

.testimonialwper {
    margin-left: 14%;
    margin-top: 40px;
}

.testimonial_box {
    display: var(--dflex) !important;
}

.textim_imgbox {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin-right: 20px;
}

.testim_textbox {
    flex: 1;
    background-color: #c8e1db;
    padding: 20px 25px;
    border-radius: 16px;
    min-height: 180px;
    position: relative;
}

.testim_textbox p {
    color: var(--primary-color);
}

.testim_titlewrp {
    display: var(--dflex);
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    position: absolute;
    padding: 0;
    bottom: 17px;
    max-width: 88%;
}

.testim_titleboxl {
    text-align: left;
    /*max-width: 48%;*/
}

.testim_titleboxl h3 {
    font-size: var(--tittle20);
    color: var(--darkgreycolor);
    margin: 0;
}

.testim_titleboxr {
    text-align: right;
    /*max-width: 48%;*/
}

.testim_titleboxr p {
    margin: 0;
    color: var(--primary-color);
}

/* .......product style starts......... */
.productwper {
    background-color: #1A8068;
    padding: var(--ptop-90) 0 var(--pbtm-80);
}

.productwper .container {
    position: relative;
}

.productwper h2 {
    position: absolute;
    max-width: 500px;
    left: 15px;
    top: 8px;
}

.productwper {}

.producttabcont .tabs {
    width: 100%;
}

.producttabcont {
    margin: 15px 0 0;
}

.producttabcont .slick-list {
    padding-top: 241px;
}

.producttabcont .tab-titles {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

.producttabcont .tab-titles li {
    margin: 0 5px;
    border: 1px solid transparent;
    list-style-type: none;
}

.producttabcont .tab-titles li a {
    padding: 16px 32px;
    background-color: transparent;
    color: var(--white);
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid transparent;
    display: block;
}

.producttabcont .tab-titles li.active a,
.producttabcont .tab-titles li:hover a {
    background-color: var(--redbgcolor);
    color: #fff;
    font-size: 14px;
    border-radius: 100px;
    font-weight: 700;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    border: 1px solid var(--white) !important
}

.producttabcont .tab-pane {
    display: none;
    padding: 25px 0;
    border-top: 0px solid #ccc;
}

.producttabcont .tab-pane.active {
    display: block;
    padding: 25px 0;
}

.productslidebox {
    background-color: var(--white);
    border-radius: 16px;
    justify-content: center;
    display: flex !important;
    flex-wrap: wrap;
    position: relative;
    /*padding: 100px 40px 24px;*/
    padding: 100px 15px 24px;
    text-align: center;
    min-height: 285px;
}

.productimgbox {
    width: 204px;
    height: 323px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -222px;
}

.productimgbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}

.productslidebox h3 {
    font-size: var(--tittle20);
    color: #000;
    margin: 16px 0 24px;
    min-height: 62px;
}

/* .......product style starts......... */

/* .......projects style starts......... */
.projectswrper {
    background: url(../images/projectsbg.png) no-repeat;
    background-size: cover;
    padding: var(--ptop-80) 0 var(--pbtm-80);
}

.projectswrper h2 {
    position: absolute;
    max-width: 300px;
    left: 15px;
    top: -10px;
}

.projectswrper .container {
    position: relative;
}

.projectdispalybox {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.prj_boximage {
    height: 281px;
    width: 31%;
    border-radius: 16px;
}

.prj_boximage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

/* .projectswrper .tab-content .tab-pane.active {
    display: block;
    padding: 50px 0 20px;
} */
.projecttabcont .tabs {
    width: 100%;
}

.projecttabcont {
    margin: 15px 0 0;
}

.projecttabcont .tab-titles {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

.projecttabcont .tab-titles li {
    margin: 0 5px;
    list-style-type: none;
    white-space: nowrap;
}

.projecttabcont .tab-titles li a {
    padding: 16px 32px;
    background-color: transparent;
    color: var(--white);
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    border: 0px solid transparent;
    display: block;
}

.projecttabcont .tab-titles li.active a,
.projecttabcont .tab-titles li:hover a {
    background-color: var(--redbgcolor);
    color: #fff;
    font-size: 14px;
    border-radius: 100px;
    font-weight: 700;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    border: 0px solid var(--white)
}

.projecttabcont .tab-pane {
    display: none;
    padding: 25px 0;
    border-top: 0px solid #ccc;
}

.projecttabcont .tab-pane.active {
    display: block;
    padding: 25px 0;
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
}

.lightbox-content {
    max-width: 90%;
    max-height: 80%;
    margin: 12% auto;
    display: block;
    object-fit: contain;
    border-radius: var(--borderradius16);
}

.close {
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 40px;
    color: white;
    cursor: pointer;
    font-weight: 700;
}

/* .......projects style ends......... */
/* ............company section........... */
.companywrp {
    display: flex;
    padding-bottom: var(--pbtm-80);
}

.abt_container {
    max-width: 1380px;
}

.company_aboutboxwrp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.company_aboutbox {
    width: 48.5%;
    background-color: #fff;
    border-radius: 12px;
    display: var(--dflex);
    padding: 20px 20px;
    -webkit-box-shadow: 0px 4px 40px 0px rgba(66, 68, 90, 0.2);
    -moz-box-shadow: 0px 4px 40px 0px rgba(66, 68, 90, 0.2);
    box-shadow: 0px 4px 40px 0px rgba(66, 68, 90, 0.2);
    margin-bottom: 24px;
    align-items: center;
}

.company_aboutbox img {
    max-width: 40px;
}

.textcomnabt {
    flex: 1;
    margin-left: 16px;
}

.textcomnabt h3 {
    margin-bottom: 10px;
}

.textcomnabt p {
    color: #5E5D5D;
    margin: 0;
}
.company_aboutbox.src {
    padding: 0;
    overflow: hidden;
    align-items: center;
}

.src .textcomnabt {
    padding: 20px;
}

.company_aboutbox.src img {
    max-width: 100px;
    object-fit: cover;
    object-position: center;
    height: 100%;
}

.src .textcomnabt h3 {
    margin: 0;
}


/* ............company section........... */
/* .......about profile........... */
.aboutpro_wrp {
    position: relative;
    background-color: #399546;
    padding-bottom: 47px;
}

.aboutpro_wrp:before {
    background-color: var(--white);
    height: 80px;
    width: 100%;
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
}

.profile_leftcont {
    display: flex;
    align-content: flex-end;
    flex-wrap: wrap;
    width: 50%;
    padding-top: 90px;
}

.profile_rightcont {
    position: relative;
    width: 40%;
}

.profile_rightcont:before {
    position: absolute;
    left: -1px;
    top: 52%;
    width: 25px;
    height: 29px;
    background: url(../images/green_triangle.png) no-repeat;
    background-size: 25px 29px;
    content: "";
}

.profile_rightcont img {
    border-radius: var(--borderradius16);
}

.missionleft {
    width: 45%;
}

.missionleft img {
    border-radius: 16px;
}

.missionright {
    width: 50%;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
.missionright h2 {
    margin-bottom: 20px;
}
.missionright h3 {
    margin-bottom: 10px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--primary-color);
    font-size: 16px;
}

/* .......about profile........... */
/* ..........journey style starst........... */
.journywrp {
    background: #1A805E;
    padding-top: var(--ptop-80);
    position: relative;
    padding-bottom: 40px;
}

.jorneyslide {
    margin-left: -15px;
    margin-right: -15px;
}

.journywrp:after {
    background-color: var(--white);
    height: 320px;
    width: 100%;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.journeybtn {
    position: absolute;
    right: 0;
    top: 0
}

.aboutjourneybox {
    z-index: 4;
    position: relative;
}

.aboutjorneyimgbox {
    height: 606px;
    margin-bottom: 24px;
}

.aboutjorneyimgbox img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: var(--borderradius16);
}

.jorneyslide {
    position: relative;
    z-index: 5;
}

.jorneyslide .slick-dots {
    display: var(--dflex);
    justify-content: flex-start;
    width: 100%;
    /* z-index: 9; */
    bottom: -25px;
    position: absolute;
    left: 5px;
    padding: 0;
}

.jorneyslide .slick-dots li button {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border: 2px solid #1A8068;
    background-color: transparent;
    list-style-type: none;
    margin: 0 4px;
    font-size: 0;
}

.jorneyslide .slick-dots li.slick-active button {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border: 0px solid #fff;
    background-color: #1A8068;
}
/* .jorneyslide .slick-slide.slick-center {transform: scale(1.2); } */
.awardwrp {
    padding: 114px 0 42px 0;
}

.awardwrp h2 {
    position: absolute;
    max-width: 500px;
    left: 15px;
    top: 0;
}

.awardslidebox {
    background-color: #FDECEE;
    border-radius: 16px;
    justify-content: center;
    display: flex !important;
    flex-wrap: wrap;
    position: relative;
    padding: 100px 40px 24px;
}

.awardimgslidebox {
    width: 200px;
    height: 323px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -222px;
}

.awardimgslidebox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
div#tab2 .awardimgslidebox {
    width: 90%;
    height: auto;
    top: -100px;
}
.awardslidebox h3 {
    font-size: var(--tittle20);
    color: #000;
    margin: 16px 0 24px;
    text-align: center;
}
.product-menu-list,
.awardtabcont .tab-titles {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}
.product-menu-list li,
.awardtabcont .tab-titles li {
    margin-right: 10px;
    list-style-type: none;
}
.product-menu-list li a,
.awardtabcont .tab-titles li a {
    padding: 16px 32px;
    background-color: transparent;
    color: var(--darkgreycolor);
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    display: inline-flex;
}
.product-menu-list li a:hover,
.product-menu-list li.current_page_item a,
.awardtabcont .tab-titles li.active a,
.awardtabcont .tab-titles li:hover a {
    background-color: var(--redbgcolor);
    color: var(--white);
    font-size: 14px;
    border-radius: 100px;
    font-weight: 700;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.awardtabcont .tab-pane {
    display: none;
    padding: 25px 0;
    border-top: 0px solid #ccc;
}

.awardtabcont .tab-pane.active {
    display: block;
    padding: 25px 0;
}

.awardtabcont .slick-list {
    padding-top: 278px;
}

/* .jorneyslide .slick-center { width: 110%;} */
/* .......about profile........... */
/* ..........product page style starts.......... */
.productp_prodwrpcont { 
    justify-content: center;
    padding: 80px 0 0 0;
}

.prd_boxslide {
    background-color: var(--yellowbg);
    padding: 30px 20px 90px;
    border-radius: var(--borderradius16);
    /* display: flex; */
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
    /* width: 32%; */
    position: relative;
}
.btn-btm {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
}

.prd_boxslide_imgbox {
    width: 251px;
    height: 85px;
    text-align: center;
    margin: 0 auto 24px;
}

.prd_boxslide h3 {
    margin-bottom: 24px;
}

.prd_boxslide_imgbox img {
    object-fit: contain;
    margin: 0 auto;
    display: block;
    height: 100%;
}
.top_brief_mwrper .prd_boxslide_imgbox img {height: 100%;margin:0;}

.prdp_mwrpprd {
    padding: 0 0 60px 0 !important;
}

/* ..........product page style ends.......... */

/* ..........product category page style starts.......... */
.prdcont_prdcont {
    position: absolute;
    right: 0%;
    bottom: 190px;
    width: 38%;
}

.prdcont_prdcont img {
    width: 100% !important;
    object-fit: contain;
    height: 300px;
}

.prdinfocard {
    background-color: var(--yellowbg);
    border-radius: var(--borderradius16);
    padding: 30px;
    text-align: center;

    width: 49%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.logo-list-landing.dflexw,
.logo-list-landing {
    justify-content: unset;
}

.logo-list-landing .prdinfocard {
    width: 32.58%;
    align-items: center;
}
.logo-list-landing .slick-track {margin: 0}
.logo-list-landing .slick-slide .prdinfocard {width: 100%;min-height: 240px;}
.logo-list-landing h3 {margin-top: 20px;} 
.logo-list-landing .prd_boxslide_imgbox {margin-bottom: 0}
/* ..........product category page style ends.......... */

/* ..............motion style strts............. */
.motionwrper {
    background: url(../images/projectsbg.png) no-repeat;
    background-size: cover;
    padding: var(--ptop-80) 0 var(--pbtm-80);
    margin-top: var(--ptop-80);
}

.motion_video_item {
    height: 281px;
    border-radius: var(--borderradius16);
    position: relative;
}

.motion_video_item img {
    border-radius: var(--borderradius16);
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* Popup Styles */
.video-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.popup-contentwrp {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.popup-content {
    position: relative;
    background: white;
    padding: 15px;
    width: 50%;
    margin: 0 auto;
}

#popup-video {
    width: 100%;
    /* max-width: 600px; */
}

.close-btn {

    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    background: transparent;
    border: 0;

}

.play_iconvid {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
}

.play_iconvid img {
    object-fit: coner;
    margin: 0 auto;
    display: block;
    width: 50px;
    height: 50px;
}

.motionvideo_slider {
    margin-top: 40px;
}
.motionvideo_slider .slick-track {margin: 0}
.prd_briefingwrp_box {}

.prd_briedboxleft {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.prd_yellwbox {
    background-color: var(--yellowbg);
    border-radius: var(--borderradius16);
    padding: 44px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prd_yellwbox img {
    max-height: 372px;
}

.row_inv {
    flex-direction: row-reverse;
}

/* ..............motion style stops............. */
/* ...............category form sectiom.............. */
.assstwrp {
    background-color: #1A8068;
    padding: var(--ptop-90) 0 var(--pbtm-80);
}

.form-wrapper {

    /* color: white;
    padding: 40px;
    width: 100%;
    
    border-radius: 8px; */

}



.form-wrapperassist label {
    display: block;
    font-size: 14px;
    color: var(--white);
    font-family: var(--secondary-font);
    margin-bottom: 10px;
    font-weight: 700;
}

.form-wrapperassist input::placeholder {
    opacity: 1;
    color: #fff;
}

.form-wrapperassist input[type="number"],
.form-wrapperassist input[type="text"],
.form-wrapperassist input[type="email"],
.form-wrapperassist input[type="tel"],
.form-wrapperassist select {
    width: 100%;

    margin-bottom: 0;
    border: none;
    border-radius: 12px;
    background-color: transparent;
    font-size: 14px;
    color: var(--white);
    font-family: var(--secondary-font);

    font-weight: 400;
    border: 1px solid var(--white);
    padding: 0 16px;
    height: 76px;
    line-height: 76px;
}

.form-wrapperassist select {
    appearance: none;
    background: url(../images/selectdropdown.svg) no-repeat 97% 31px;
}
.form-wrapperassist p {margin: 0}
.submitbtn {

    padding: 0 87px;
    background-color: var(--darkgreycolor);
    color: white;
    border: none;
    border-radius: 100px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: var(--white);
    font-family: var(--secondary-font);
    font-weight: 700;
    display: inline-block;

}

.submitbtn:hover {
    background-color: var(--hovercolor);
    color: var(--white);
}

.form-wrapperassist .w-48 {
    margin-bottom: 24px;
}

.form-wrapperassist {
    margin: 30px 0 0 0;
}

/* ...............category form sectiom.............. */
/* ..........product details................ */
.top_brief_mwrper {
    /*padding-bottom: var(--pbtm-80);*/
}

.topprdbrief {
    background-color: var(--yellowbg);
    padding: 30px 40px;
    min-height: 120px;
    position: relative;
}

.topprdbrief .prd_boxslide_imgbox {
    margin: 0 0 24px;
}

.prdbrief_icon {
    padding: 10px 0 24px 0;
    display: flex;
    flex-wrap: wrap;
}

.prdbrief_icon li {
    list-style-type: none;
    padding-left: 20px;
    padding-right: 10px;
    position: relative;
    font-weight: 500;
    font-size: var(--fontsize-body);
    line-height: 1.2;
    color: #000;
    font-family: var(--secondary-font);
}

.prdbrief_icon li::before {
    width: 16px;
    height: 16px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-size: 100% 100% !important;
    background: url(../images/topbrief_icon.jpg) no-repeat left 2px;
}

.prd_btnwrp {
    border: 1px solid var(--hovercolor);
    padding: 0 44px;
    display: flex;
    position: absolute;
    top: 30px;
    right: 40px;
    border-radius: var(--borderradius46);
    z-index: 1;
}

.textlink {
    color: var(--hovercolor);
    font-weight: 700;
    font-size: var(--fontsize-body);
    line-height: 1.2;
    font-family: var(--secondary-font);
    position: relative;
    display: inline-flex;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 12px;
    padding-right: 12px;
}
.prd_btnwrp .pdf-list {
    padding: 30px 0 0;
    left: 0;
    background: var(--yellowbg);
    background: linear-gradient(0deg, #b6ab86, #faf3db);
    border: 0 none;
    top: 101%;
    position: absolute;
    width: 100%;
    display: none;
}
.prd_btnwrp:hover .pdf-list {display: block;}
.prd_btnwrp:hover .pdf-list {
    display: block;
}

.prd_btnwrp .pdf-list a {
    padding: 15px 20px;
    display: block;
    color: #2a2a2a;
}
.prd_btnwrp .pdf-list a:hover {background-color: var(--greenbg);color: #ffffff;}
.text_arrow:before {
    background: url(../images/red_arrow_dropdown.svg) no-repeat;
    content: "";
    width: 13px;
    height: 6px;
    background-size: 13px 6px;
    position: absolute;
    right: 0;
    top: 27px
}

.textlink:hover {
    color: var(--greenbg);
}

.text_arrow {
    padding-left: 10px;
    padding-right: 21px;
}

.text_arrow:after {
    background: var(--hovercolor);
    content: "";
    width: 1px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 20px
}
.prd_btnwrp .text_arrow:after {display: none;}
.faq_mwrep {
    position: relative;
    background-color: var(--white);
}

.faq_mwrep:before {
    background-color: #399546;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 418px;
    content: "";

}

.accordion-content {
    display: none;
}

.accordion-header.active {
    font-weight: bold;
}

.accordianbox {
    background-color: var(--white);
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 16px;
    position: relative;
    -webkit-box-shadow: 0px 4px 40px 0px rgba(66, 68, 90, 0.2);
    -moz-box-shadow: 0px 4px 40px 0px rgba(66, 68, 90, 0.2);
    box-shadow: 0px 4px 40px 0px rgba(66, 68, 90, 0.2);
}

.accordianbox h3.accordion-header {
    margin-bottom: 0;
    padding-right: 27px;
}

.accordianbox h3.accordion-header.active {
    margin-bottom: 16px;

}

.accordianbox .accordion-header:after {
    background: url(../images/accordian_arrow.svg) no-repeat;
    width: 26px;
    height: 26px;
    background-size: 100% 100%;
    position: absolute;
    right: 20px;
    top: 15px;
    content: "";
}

.accordianbox .accordion-header.active:after {
    background: url(../images/accordian_arrow.svg) no-repeat;
    transform: rotate(180deg);
}

/* ..........product details ends................ */



/* ..............Blog style starts........... */
.blo_searcbox {
    position: absolute;
    top: -77px;
    right: 0;
    border: 1px solid var(--lightgreycolor);
    border-radius: 30px;
    height: 55px;
    display: flex;
    padding: 16px 7px;
}

.blo_searcbox form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.blo_searcbox [type=search],
.blo_searcbox input[type=text] {
    width: calc(100% - 45px);
    height: 55px;
    color: var(--lightgreycolor);
    font-size: 14px;
    font-family: var(--secondary-font);
    background-color: transparent;
    border: 0;
    padding: 0 12px;
}

.blo_searcbox button {
    width: 39px;
    height: 39px;
    border: 0;
    margin: 0 0 0 8px;
    background-color: transparent;
    border-radius: 100%;
    padding: 0;
}

.blo_searcbox button img {
    width: 39px;
    height: 39px;
    object-fit: cover;
    border-radius: 100%;
}


.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    font-family: var(--primary-font);
}

.pagination a,
.pagination .dots {
    text-decoration: none;
    color: #333;
    padding: 6px 10px;
    border-radius: 100%;
    transition: background-color 0.3s, color 0.3s;
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 400;
}

.pagination .page:hover {
    background-color: var(--greenbg);
    color: var(--white);
}

.pagination .active {
    background-color: #e63946;
    color: white;
    font-weight: bold;
}

.pagination .prev,
.pagination .next {
    font-weight: bold;
    padding: 6px 10px;
    border-radius: 50%;
    cursor: pointer;
}

/* ..............Blog style starts........... */

/* ..............Blog details style starts........... */
.bodetbaner {
    padding-bottom: 0;
}

.blogdetals_mawrp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 23px 0 80px 0;
}

.blogdetals_left {

    padding: 20px 0 0 0;
    width: 75%;
}

.blogdetals_right {

    background: #fff;
    padding: 20px 0 0 0;

    width: 20%;
}



.date {
    color: #999;
    font-size: 14px;
    margin-bottom: 20px;
}



.blogdetails_searcbox {
    border: 0px solid var(--lightgreycolor);
    border-radius: 0;
    height: 22px;
    display: flex;
    padding: 0 7px;
}

.blogdetails_searcbox form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blogdetails_searcbox [type=search],
.blogdetails_searcbox input[type=text] {
    width: calc(100% - 25px);
    height: 22px;
    line-height: 22px;
    color: var(--lightgreycolor);
    font-size: 14px;
    font-family: var(--secondary-font);
    background-color: transparent;
    border: 0;
    padding: 0 12px;
}

.blogdetails_searcbox button {
    width: 21px;
    height: 21px;
    border: 0;
    margin: 0 8px 0 0;
    background-color: transparent;
    border-radius: 100%;
    padding: 0;
}

.blogdetails_searcbox button img {
    width: 21px;
    height: 21px;
    object-fit: cover;

}

.border_blogdetails {
    border-top: 1px solid var(--lightgreycolor);
    margin-top: 24px;
    padding-top: 24px;
}

.recentpostwrp {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.recentpostleft {
    flex: 1
}

.recentpostrit {
    width: 25px;
    text-align: right;
}

.recentpostrit img {
    width: 12px;
    margin-top: 23px;
}

.datecont span {
    font-weight: 600;
    display: inline-block;
    padding-right: 20px;
}

.datecont {
    font-size: var(--fontsize-body);
    font-weight: 300;
    color: #000000;
}
.blogdetals_left ul {
    padding-left: 15px;
}

.blogdetals_left ul li {
    margin-bottom: 10px;
}
.recentpostleft p {
    margin-bottom: 0;
    font-weight: 300;
    font-size: 14px;
    color: #8c8c8c;
}
.product-name {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
    color: #272727;
}

.product-dialog h4 {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    margin: 0 0 15px;
}
.product-dialog ul,
.categories ul {
    padding: 0 0 0 10px;
}

.product-dialog ul li,
.categories ul li {
    color: var(--lightgreycolor);
    font-size: var(--fontsize-body);
    font-weight: 300;
    list-style-type: none;
    padding: 0 0 5px 20px;
    position: relative;
}

.product-dialog ul li:before,
.categories ul li:before {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: var(--lightgreycolor);
    left: 0;
    top: 7px;
    position: absolute;
    content: "";
}

/* ..............Blog details style ends........... */

/* ...........contact style starts.............. */
.contactfrmwrper {
    padding-bottom: var(--pbtm-80);
}

.wrappercontact label {
    display: block;
    font-size: 14px;
    color: var(--white);
    font-family: var(--secondary-font);
    margin-bottom: 10px;
    font-weight: 700;
}

.wrappercontact input::placeholder {
    opacity: 1;
    color: var(--lightgreycolor);
}

.wrappercontact input[type="number"],
.wrappercontact input[type="text"],
.wrappercontact input[type="email"],
.wrappercontact input[type="tel"],
.wrappercontact select,
.wrappercontact textarea {
    width: 100%;

    margin-bottom: 0;
    border: none;
    border-radius: 10px;
    background-color: transparent;
    font-size: var(--fontsize-body);
    color: var(--lightgreycolor);
    font-family: var(--secondary-font);

    font-weight: 400;
    border: 1px solid var(--white);
    padding: 0 16px;
    height: 60px;
    line-height: 60px;
    border: 1px solid var(--lightgreycolor);
}

.wrappercontact textarea {
    height: 130px !important;
    line-height: 1.5 !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.wrappercontact select {
    appearance: none;
    background: url(../images/arrow_menu.svg) no-repeat 97% 31px;
    background-size: 12px 8px;
}

.submitbtncotact {

    padding: 0 87px;
    background-color: var(--darkgreycolor);
    color: white;
    border: none;
    border-radius: 100px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: var(--white);
    font-family: var(--secondary-font);
    font-weight: 700;
    display: inline-block;

}

.submitbtn:hover {
    background-color: var(--hovercolor);
    color: var(--white);
}

.wrappercontact .w-48,
.wrappercontact .w-100 {
    margin-bottom: 24px;
}
.wrappercontact .w-48 p,
.wrappercontact .w-100 p {margin: 0}
.contactfrm_wrp {
    box-shadow: 0px 4px 40px 0px rgba(66, 68, 90, 0.1);
    padding: 40px;
    border-radius: var(--borderradius16);
}

.addresswrp {
    background-color: #47BA58;
    padding: var(--ptop-80) 0 var(--pbtm-80);
}

.office-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.office-card {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 40px 40px;
    width: 49%;
    position: relative;
}

.badge {
    position: absolute;
    top: 40px;
    right: 40px;
    background-color: var(--yellowbg);
    color: var(--darkgreycolor);
    font-size: var(--fontsize-body);
    padding: 0 16px;
    border-radius: 8px;
    border: 0px solid #ccc;
    font-weight: 400;
    height: 35px;
    line-height: 35px;
}

.office-card h3 {

    font-size: 24px;
    margin-bottom: 10px;
    color: var(--darkgreycolor);
    font-weight: 400;
    margin: 0 0 41px 0;
    font-family: var(--secondary-font);
}


.cont_iconbox {
    display: flex;
    margin-bottom: 16px;
}

.conticon {
    width: 27px;
    margin-right: 20px;
}

.conticon img {
    object-fit: contain;
}

.cont_textb {
    flex: 1;
    font-family: var(--fontsize-body);
    font-size: var(--fontsize-body);
    color: var(--darkgreycolor);
    line-height: 1.2;
}

.cont_textb a {
    color: var(--darkgreycolor);
}

.cont_textb a:hover {
    color: var(--hovercolor);
}

.presencewrp {
    background-color: var(--darkgreycolor);
    padding-top: var(--ptop-80);
    padding-bottom: var(--pbtm-80);
}

.map-container {
    position: relative;


    width: 100%;


    margin: auto;
    height: 100% !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    position: absolute;
    left: 0;
    top: 0;
}

.pin {
    position: absolute;
    width: 27px;
    height: 33px;
    background: url(../images/map-pin.svg) no-repeat;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.3s ease;
    background-size: 100% 100% !important;
}

/* .pin::after {
      content: '';
      position: absolute;
      top: 6px;
      left: 6px;
      width: 8px;
      height: 8px;
      background: white;
      border-radius: 50%;
    } */

.pin:hover {
    transform: scale(1.2);
    z-index: 2;
}

.tooltip {
    position: absolute;
    background: #fff;
    color: #000;
    padding: 8px 12px;
    border-radius: 5px;
    white-space: nowrap;
    transform: translate(-50%, -120%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    font-size: 14px;
}

.pin:hover .tooltip {
    opacity: 1;
}

/* Example pin positions (adjust based on your map) */
.pin1 {
    top: 34%;
    left: 69%;

}

.pin2 {
    top: 29%;
    left: 78%;
}

.pin3 {
    top: 37%;
    left: 73%;

}

.pin4 {
    top: 14%;
    left: 53%;

}

/* ...........contact style ends.............. */
/* .............success stories style starts............. */
.succes_imcontwrp {
    padding-bottom: var();
}

.suc_boxwrp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 20px
}

.suc_boxcont {
    width: 32%;
}

.suc_boximg {
    height: 467px;
    width: 100%;
    margin-bottom: 24px;
    border-radius: var(--borderradius16);
}

.suc_boximg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--borderradius16);
}

.map_locaterwrp {
    width: 100%;
    height: 619px;
    position: relative;
}

.map_locaterwrp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hidedot .slick-dots {display: none !important;}

.blogdetals_mawrp .card-meta {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 15px 20px;
    background: #f7f3e7;
    border-radius: 30px;
    font-size: 13px;
    height: auto;
    min-width: 170px;
    text-align: center;
    justify-content: center;
}
.card-meta i {
    color: var(--hovercolor);
}
.blogdetals_mawrp .card-title {
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.blogdetals_mawrp .card-title h1 {
    margin: 0;
}
.duragurd-banner {
    display: none;
}
.download-brochures {
    padding-bottom: 35px;
    display: flex;
    align-items: center; 
}
.download-brochures p {
    line-height: 30px;
    color: #4f4f4f;
    margin: 0;
    padding-right: 10px;
}

.pdf-list-wrap {
    position: relative;
    z-index: 1;
}

.pdf-list {
    position: absolute;
    top: 100%;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
    width: 100%;
    display: none;
}

.pdf-list a {
    display: block;
    color: #212529;
    font-size: 1rem;
    padding: .25rem 1.5rem;
}

.pdf-list a:hover {
    color: #000!important;
    text-decoration: none;
    background-color: #86cd90;
}

.pdf-list-wrap span {
    padding: 12px 42px;
    background: #fff url(https://nuvonirmaan.com/wp-content/uploads/2021/05/lang-icon.png) no-repeat left 10px  center / 20px auto;
    color: #6c757d;
    border: 1px solid #e6e9e6;
    font-size: 16px;
    display: block;
}

.pdf-list-wrap:hover .pdf-list {
    display: block;
}
.view_more_btn {
    padding: 5px 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    background-color: #939393;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    transition: all ease .5s;
    min-width: 150px;
}
.view_more_btn:hover {
    background-color: #1a805e;
    color: #ffffff;
} 

.product-dialog {
    max-width: 1300px;
    max-height: 640px;
}
/*

.page-template-template-about .jorneyslide .slick-slide .aboutjourneybox:nth-child(1) {
    width: 60%;   
}

 
.page-template-template-about .jorneyslide .slick-slide .aboutjourneybox:nth-child(2),
.page-template-template-about .jorneyslide .slick-slide .aboutjourneybox:nth-child(3) {
    width: 18%;   
    margin-left: 10px;  
}

 
.page-template-template-about .jorneyslide .slick-slide.one .aboutjourneybox {
    width: 100%; 
}

 
.page-template-template-about .jorneyslide .slick-slide.two .aboutjourneybox {
    width: 48%;  
    margin-left: 4%;  
}

 
.page-template-template-about .jorneyslide .slick-slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;  
}

 
.page-template-template-about .jorneyslide .aboutjourneybox h3, .page-template-template-about .jorneyslide .aboutjourneybox p {
    text-align: center;
    padding: 10px;
}*/

 
.buidling_journey p {
    margin: 0 auto;
    width: 90%;
    font-size: 18px;
    color: #fff;
    margin-top: 35px;
    margin-bottom: 50px;
    line-height: 34px;
}
.buidling_journey p {
    margin-bottom: 52px;
    line-height: 34px;
}


.buidling_journey {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-bottom: 1px;
    background-color: #1a8068;
    position: relative;
}

.buidling_journey:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #1a8068;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.buidling_journey p {
    margin: 0 auto;
    width: 90%;
    font-size: 18px;
    color: #fff;
    margin-top: 35px;
    margin-bottom: 50px;
    line-height: 34px;
}

.buidling_journey a {
    color: #87dd60;
    font-size: 25px;
    text-transform: uppercase;
}

.stage_cons {
    background: -webkit-linear-gradient(left,#fcf4db,#e5e3e3);
    background: -webkit-gradient(linear,left top,right top,from(#fcf4db),to(#e5e3e3));
    background: -webkit-linear-gradient(left,#fcf4db,#e5e3e3);
    background: -moz-linear-gradient(left,#fcf4db,#e5e3e3);
    background: -ms-linear-gradient(left,#fcf4db,#e5e3e3);
    background: -o-linear-gradient(left,#fcf4db,#e5e3e3);
    padding: 0 0 52px 0;
}

.stage_cons .section_title h2 {
    color: #000;
}

.stage_cons p {
    margin: 0 auto;
    font-size: 18px;
    color: #353535;
    margin-top: 35px;
    line-height: 34px;
    text-align: center;
}

.stage_cons_lst {
    background: url(../images/curve.png) no-repeat center center;
    margin: 40px 0 0;
    padding: 0 0 30px 2px;
    background-size: contain;
}
.stage_cons_lst ul {
    margin: 0;
    padding: 0;
    display: grid;
    float: none;
    grid-template-columns: 20% 20% 20% 20% 20%;
    grid-row-gap: 301px;
}

.stage_cons_lst ul li {
    height: 179px;
    border-bottom: none;
    display: block;
    margin-right: -25px;
}

.stage_cons_lst ul li:nth-child(n+6) a {
    display: block;
    padding-top: 24px;
    display:block;
}

.stage_cons_lst ul li:nth-child(n+6) {
    height: 180px;
    border-bottom: 0;
    border-top: none;
    display: block;
    padding-top: 115px
}

.stage_cons_lst ul li .item_box {
    height: 150px;
    width: 150px;
    border: 2px solid #53a762;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto
}

.stage_cons_lst ul li:nth-child(even) .item_box {
    background-color: #1a8068;
    border: 2px solid #1a8068
}

.stage_cons_lst ul li .caption {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    display: flex;
    justify-content: center;
    position: relative;
    top: 29px;
    text-align: center
}
.stage_cons_lst ul li, .stage_cons_lst ul li:nth-child(n+6) {
    height: 188px;
}
.stage_cons_lst ul li:nth-child(n+6) .caption {
    position: relative;
    top: -304px
}

.triangle {
    width: 39px;
    height: 34px;
    top: 7px;
    position: relative;
    left: 84px;
    background: url(../images/triangle_1.png) no-repeat top left;
    transition: ease-out .2s;
    font-size: 0
}

.triangle:hover {
    top: -7px
}

.stage_cons_lst ul li:nth-child(odd) .triangle {
    background: url(../images/triangle_2.png) no-repeat top left
}

.stage_cons_lst ul li:nth-child(n-6) .triangle {
    transform: rotate(180deg)
}

.stage_cons_lst ul li:nth-child(n+6) .triangle {
    top: -190px;
    transform: rotate(0)
}

.stage_cons_lst ul li:nth-child(n+6) .triangle:hover {
    top: -178px
}

.middle {
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
    top: 84px;
    border-bottom: 2px solid #1a805e;
    display: none
}

.stage_cons_lst ul li:nth-child(n+6) .middle {
    display: none
}
.section_title h2 {
    position: relative;
    color: #fff;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 700;
    font-size: 34px;
    text-transform: uppercase;
}
.section_title h2 {
    margin-bottom: 30px;
}
section#ConstructionStages h2 {
    line-height: 26px;
}
.section_title h2:after {
    position: absolute;
    content: "";
    width: 324px;
    height: 1px;
    background-color: #7cc488;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
}
.section_title h2::after {
    bottom: -17px;
}
.section_title h2:after {
    background-color: #5bba6a;
}
#ConstructionStages .section_title h2:after, .nuvoco_innovation .section_title h2:after {
    width: 70px;
    height: 3px;
}
section#ConstructionStages .section_title h2:after {
    bottom: -22px;
}
.logo-src {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 9px rgb(0 0 0 / 8%);
    max-height: 200px;
    bottom: 15px;
    border-radius: 16px;
}

.logo-src img {
    width: auto;
    max-width: 100%;
    height: auto;
}
.bannercontslidebox img.h-auto {
    margin-bottom: 50px;
}
.home .bannercont .slick-dots {
    /*bottom: 13%;*/
}
.lightbox-area {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
}
.lightbox2, .otp-only-lightbox2 {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    z-index: 90;
}
div#searchresult {padding-bottom: 40px}
.pagination a, .pagination .dots {
    border: 0 none;
    display: block;
    /* padding: 0; */
    font-size: 14px;
    line-height: 1.2;
    background: none !important;
    border-radius: 100% !important;
}

.pagination p.PageCountText {
    margin: 0;
}

.page-item:first-child .page-link {
/*    padding: 0;
    border-radius: 100%;*/
}
.page-template-default .faq-section {
    padding: 40px 0 !important;
}

.search-dealer-result .col-md-1 {
    display: none;
}
.search-dealer-result .col-md-9 {
    max-width: 100%;
    flex-basis: 100%;
}
.search-dealer-result .table-responsive1, .search-dealer-result h4 {
    padding-bottom: 50px;
}
.search-dealer-result #restbl .thead-dark th {
    background: #50a660;
    border: 1px solid #1a805e;
}
.search-dealer-result .table tbody td {
    background: #fff;
    border-color: #1a805e;
    font-size: 14px;
    padding: 10px 8px;
}
table td.map-icon {
    padding: 3px;
    text-align: center;
    vertical-align: middle;
}