@charset "UTF-8";

@font-face {
    font-family: "PoppinsBold";
    src: url("../fonts/PoppinsBold.eot");
    src: url("../fonts/PoppinsBold.eot") format("embedded-opentype"), url("../fonts/PoppinsBold.woff2") format("woff2"), url("../fonts/PoppinsBold.woff") format("woff"), url("../fonts/PoppinsBold.ttf") format("truetype"), url("../fonts/PoppinsBold.svg#PoppinsBold") format("svg");
}

@font-face {
    font-family: "PoppinsLight";
    src: url("../fonts/PoppinsLight.eot");
    src: url("../fonts/PoppinsLight.eot") format("embedded-opentype"), url("../fonts/PoppinsLight.woff2") format("woff2"), url("../fonts/PoppinsLight.woff") format("woff"), url("../fonts/PoppinsLight.ttf") format("truetype"), url("../fonts/PoppinsLight.svg#PoppinsLight") format("svg");
}

@font-face {
    font-family: "PoppinsSemiBold";
    src: url("../fonts/PoppinsSemiBold.eot");
    src: url("../fonts/PoppinsSemiBold.eot") format("embedded-opentype"), url("../fonts/PoppinsSemiBold.woff2") format("woff2"), url("../fonts/PoppinsSemiBold.woff") format("woff"), url("../fonts/PoppinsSemiBold.ttf") format("truetype"), url("../fonts/PoppinsSemiBold.svg#PoppinsSemiBold") format("svg");
}

@font-face {
    font-family: "PoppinsRegular";
    src: url("../fonts/PoppinsRegular.eot");
    src: url("../fonts/PoppinsRegular.eot") format("embedded-opentype"), url("../fonts/PoppinsRegular.woff2") format("woff2"), url("../fonts/PoppinsRegular.woff") format("woff"), url("../fonts/PoppinsRegular.ttf") format("truetype"), url("../fonts/PoppinsRegular.svg#PoppinsRegular") format("svg");
}

.img-responsive {
    width: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins';
}

.header_ribbon_base {
    background: #24CC89;
}

span#email-error {
    width: 100%;
    padding-top: 5px;
}

.header_ribbon_base .header_ribbon_left ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;

}

.header_ribbon_base .header_ribbon_right ul li {
    padding-left: 10px;
    font-size: 15px;
}

.header_base .navbar-nav .nav-link {
    font-family: 'PoppinsSemiBold';
    color: #333333;

}

.header_base .navbar-nav .nav-link.active {
    color: #609508;
}

.header_base .navbar-nav .nav-link:hover {
    color: #609508 !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.navbar-expand-lg .navbar-collapse {
    padding: 0px !important;
}

header {
    background: url(../images/headbg.png);
}

.home_banner_base .carousel-caption {
    top: 30% !important;
}

.home_banner_base .carousel-caption h3 {
    font-size: 54px;
    font-family: 'PoppinsSemiBold';
    background: linear-gradient(106.98deg, #E74040 10.92%, #F860D7 38.73%, #DAE740 65.58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;

}

.home_banner_base .carousel-caption p {
    font-size: 18px;
    color: #ffffff;
    padding-top: 18px;
    max-width: 600px;
}
.light-font {
    font-family: 'PoppinsLight';
    font-size: 28px;
    letter-spacing: 0.3px;
    font-weight: 100;
}

.theme_btn {
    color: #fff;
    text-decoration: none;
    background: linear-gradient(90deg, rgba(142, 207, 50, 1) 27%, rgba(36, 204, 137, 1) 100%);
    padding: 10px 17px;
    display: inline-block;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 0 8px 2px #DFEAF5;

}
.theme_btn2 {
    color: #fff;
    text-decoration: none;
    background: linear-gradient(142.27deg, #FEA607 27.31%, #F75F54 74.63%);
border-radius: 50px;
    padding: 10px 17px;
    display: inline-block;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 0 8px 2px #DFEAF5;

}

.carousel-caption {
    text-align: left;
}

.theme_btn:hover {
    color: #fff;
    text-decoration: none;
    background: #1C3876;
    padding: 10px 17px;
    display: inline-block;
    
}
.home_about_base{
    background-image: url(../images/aboutbg.png);
    padding: 200px;
    background-size: cover;
}

.home_about_base,
.home_vision_base {
    margin: 80px 0px;
}

.home_about_base .home_about_left {
    padding-right: 100px;
}

.theme_para,
p {
    line-height: 32px;
    font-family: 'PoppinsLight';
    font-size: 20px;
}
.sec-pad {
    padding-top: 80px;
    padding-bottom: 80px;
}

.cards {
    display: flex;
    padding-top: 50px;
    justify-content: center;
  }
  
  .cards .card {
    margin-right: 31px;
  }
  .cards .card:last-child {
    margin-right: 0px;
  }
  
  .card {
    
    padding: 20px;
  
    border-radius: 20px;
    transition: 0.3s all ease-in;
  }
  .card:hover {
    box-shadow: 0px 4px 4px #2b2a2a;
  }
  
  .card img {
    height: 100px;
    object-fit: contain;
    border-radius: 20px 20px 0 0;
  }
  
  .card h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
  }
  .welcome_head .card p {
    font-size: 18px !important;
    overflow: auto;
    color: #737373;
    max-width: 393px;
  }
 
  .card a {
    text-decoration: none;
    color: #ffa502;
  }
  .welcome_base .welcome_head p {
    color:#737373;
    font-size: 20px;
    padding-top: 20px;
  }
 .popular_base .card img {
    border-radius: 20px 20px 0 0;
    height: 100%;
    max-height: 299px;
}
.card .container h1 {
    padding-top: 20px;
}
  

.theme_heading, h1 {
    color: #fff;
    font-size: 36px;
    font-family: 'PoppinsBold';
}
h1 {
    color: #404040;
    font-size: 36px;
    font-family: 'PoppinsBold';
}

.count_base{
    background-image: url(./../images/countbg.png);
    height: 600px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px;
}
.count1 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.count1 h1 {
    color: #ffffff;
    font-size: 58px;
    font-family: 'PoppinsBold';
    padding-top: 20px;
}
.count1 p {
    line-height: 32px;
    font-family: 'PoppinsRegular';
    color: #ffffff;
    font-size: 20px;
}
.count-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.theme_para {
    line-height: 32px;
    font-family: 'PoppinsRegular';
    color: #ffffff;
}
ul.card-sos {
    display: flex;
    justify-content: space-between;
}
.overlay {
    font-size: 22px !important;
}
ul.card-sos li {
    list-style-type: none;
}
img.sos-icon {
    height: 50px;
    object-fit: scale-down;
    width: 100%;
}
.staff_base .card {
    object-fit: contain;
    border-radius: 20px 20px 0 0;
    padding:0px;
}
.staff_base img.img-responsive.staff-img {
    height: 245px;
}
.facility_base {
    background-image: url(./../images/facilitybg.png);
    height: 800px;
    width: 100%;
    background-repeat: no-repeat;   
    background-size: cover;
    padding: 150px;
}
.facility_base {
    line-height: 28px;
    font-family: 'PoppinsLight';
    color: #f5f5f5;
    font-size: 20px;
}
.facility-card {
    display: flex;
    background: #fff;
    color: #404040;
    align-items: center;
    justify-content: center;
    max-width: 600px;
    padding: 20px;
}
.facility-img{
    height: 100px;
    object-fit: contain;
    width: 100px;
}
.facility-flex {
    display: flex;
    justify-content: space-evenly;
}
.facility-card .facility-contant {
    text-align: left;
    padding-left: 15px;
}
.facility-card .facility-contant h2 {
    font-weight: 600;
    font-size: 20px;
    font-family: 'PoppinsBold';
}
.facility-card .facility-contant p {
    font-family: 'PoppinsLight';
    font-size: 18px;
    max-width: 400px;
    line-height: 26px;
}
.top-padd {
    padding-top: 40px;
}
ul.gallery-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.gallery-flex li {
    list-style-type: none;
    padding: 14px;
    font-size: 20px;
}
li{
    list-style-type: none;
}
img.img-responsive.gal-img {
    height: 250px;
    object-fit: contain;
}
ul.image-flex {
    display: flex;
    justify-content: center;
}
ul.image-flex li{
    padding:20px
}
.news_base {
    background-image: url(./../images/newsbg.png);
    width: 100%;
    background-repeat: no-repeat;   
    background-size: cover;
    padding: 150px;
}
.news_base .card {
    width: 300px;
}
.news_base .card p {
   font-size: 18px;
   font-family: 'PoppinsLight';
   text-align: left;
}
.news_base .card img {
    height: 250px;
    object-fit: contain;
}
.news_base .container {
   padding:0px;
}
.card h1 {
    font-weight: 700;
    font-size: 19px;
    line-height: 34px;
    text-align: left;
}
.news_base img.nwe-icon {
    height: 25px !important;
    object-fit: scale-down;
}
.news_base ul.nwe-sos {
    display: flex;
    justify-content: space-between;
    padding: 0px;
    color: #a9a9a9;
    align-items: center;
    font-size: 12px;
}
.brand-base ul.brand-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-base{
    background: #6232D6;
    color:#fff;
}
.footer-base img.brand-icon {
    height: 100px;
    object-fit: contain;
    padding-right: 20px;
}
.footer-base ul.brand-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-base ul li{
    display: flex;
    align-items: center;
    justify-content: center;
}
.theme_para {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-family: 'PoppinsRegular';
    
}

.theme_subheading {
    color: #000;
    font-size: 20px;
    font-family: 'PoppinsSemiBold';
    line-height: 32px;
}

.home_about_base .home_about_left h5 {
    color: #000;
    font-size: 20px;
    font-family: 'PoppinsSemiBold';
    line-height: 32px;
}

.home_about_base .home_about_left p {
    line-height: 28px;
    font-family: 'PoppinsLight';
    color:#f5f5f5;
}

.home_about_base .home_about_right .home_about_ceo {
    background-image: url('./../images/conceria-international-prakash.jpg');
    height: 620px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    /*  margin-left: 100px; */
}

.home_about_base .home_about_right .home_about_ceo_text {
    position: absolute;
    bottom: 0px;
    text-align: center;
    padding: 24px;
    background: rgb(0 0 0 / 28%);
    color: #fff;
}

.home_about_base .home_about_right .home_about_ceo_text h3 {
    font-size: 24px;
    font-family: 'PoppinsSemiBold';
}

.home_vision_base .home_vision_left {
    padding-right: 80px;
}

.home_business_base {
    background-image: url('../images/mini_banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 280px;
}

.home_business_base {
    margin: 80px 0px;
}

.home_work_base {
    margin: 80px 0px;
}

.px-50 {
    padding: 0px 8%;
}

.theme_subheading_bold {
    font-family: 'PoppinsBold';
    color: #000;
    font-size: 20px;
    line-height: 32px;
}

.home_work_base .home-work-part .home-work-img {
    height: 180px;
    width: 180px;
    padding: 45px;
    background: #19316B;
    border-radius: 100%;
}

a.home_work_base:hover .home-work-part .home-work-img {
    height: 180px;
    width: 180px;
    padding: 45px;
    background: #1eb117;
    border-radius: 30%;
}

.home_gallery_base {
    background: #083432;
    padding: 50px 0px;
}

.home_gallery_base .owl-carousel .owl-stage-outer {
    padding-left: 50px;
}

.home_gallery_base .customPrevBtn,
.home_gallery_base .customNextBtn {
    padding: 2px 13px;
    transition: all, .2s, ease;
}

.home_gallery_base .customPrevBtn span,
.home_gallery_base .customNextBtn span {
    font-size: 24px;
}

a.customPrevBtn:hover,
a.customNextBtn:hover {
    transform: scale(1.2);
    transition: 1s;
}

.home_contact_base {
    margin: 80px 0px;
}

#contac_map_box {
    height: 450px;
}

.home_contact_base .home_contact_right {
    background: #e3e3e3;
}

.footerbase .footer-certificate li {
    border: 1px solid #e3e3e3;
    margin-right: 15px;
}

.footerbase {
    background: #E5E5E5;
}

.footerbase .footer-certificate li img {
    max-width: 150px;
}

.footerbase .footer-links li a {
    color: #495057;
    text-decoration: none;
}

.footer_bottom_ribbon_base {
    background: #1B2032;
}

.without_container_padding {
    padding: 0px 120px;
}

.about_aboutus_base .about_aboutus_left {
    padding-right: 100px;
}

.about_aboutus_base,
.about_about2_base {
    margin: 80px 0px;
}

.about_aboutus_base .about_aboutus_left p {
    line-height: 28px;
    font-family: 'PoppinsLight';
}

.about_aboutus_base .about_aboutus_left p.about-md {
    font-size: 18px;
    color: #609508;
}

.about_aboutus_base .home_about_right .home_about_ceo {
    background-image: url('./../images/conceria-international-prakash.jpg');
    height: 620px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    /*  margin-left: 100px; */
}

.about_aboutus_base .home_about_right .home_about_ceo_text {
    position: absolute;
    bottom: 0px;
    text-align: center;
    padding: 24px;
    background: rgb(0 0 0 / 28%);
    color: #fff;
}

.about_aboutus_base .home_about_right .home_about_ceo_text h3 {
    font-size: 24px;
    font-family: 'PoppinsSemiBold';
}

.infrastucture_base {
    margin: 80px 0px;
}

.about_Environmental_base {
    margin-top: 80px;
}

.about_business_base {
    background-image: url('../images/Vision\ banner\ 1.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 280px;
}

.about_business_base {
    margin: 10px 0px;
}

.about_vision_base {
    margin: 80px 0px;
}

.about_Responsibilities_base {
    margin: 80px 0px;
}

.object-fit-contain {
    object-fit: cover;
}

.about_Responsibilities_base ul li {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAUBAMAAABL3sEiAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAC1QTFRF/s8DAAAA/s8D/s8D/s8D/s8D/s8D/s8D/s8D/s8D/s8D/s8D/s8D/s8D/s8DcNZo2wAAAA90Uk5TEABAz/8w72Bvn/Ag0KCQEZ0IRgAAAExJREFUeJxjYBAEAQZlRjClYgChnAPBlEsqhHILBFMu6RDKpRBCeUAol4kQajWY8goEU0fBcj6MYOoAWJ8vxLCLYMoPYlEhmFIHOwIAyGUWPjElinYAAAAASUVORK5CYII=);
    background-repeat: no-repeat !important;
    background-position: 0px 8px !important;
    background-color: transparent !important;
    list-style-type: none;
    margin: 0;
    padding: 0px 1px 1px 26px;
    vertical-align: middle;
    font-weight: 600;
    color: #082f57;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    /*  padding-top: 30px; */
}

.certification_base-right {
    padding-top: 135px;
}

.about_environmental_left {
    background: #FCECD5;
    padding-right: 100px;
    padding-top: 32px;
}

.about_mission_right {
    background: #DFEAF5;
    padding-top: 32px;
}

.about_about2_left {
    padding-right: 100px;
}

.about_Responsibilities_left {
    padding-right: 100px;
}

.certification_base {
    margin-bottom: 80px;
}

.ourprocess_page_base {
    padding-top: 80px;
}

.ourprocess_page_right {
    margin-top: 0px;
    padding-left: 50px;
}

.ourprocess_page_left {
    /* margin-right: 0px; */
    padding-right: 50px;
}

.ourprocess1_page_left {
    /* margin-right: 0px; */
    padding-right: 50px;
}

.ourprocess1_page_right {
    /* margin-right: 0px; */
    padding-left: 50px;
}

.ourprocess2_page_left {
    padding-right: 50px;

}

.ourprocess2_page_right {
    padding-left: 50px;
    margin-bottom: 80px;
}

.ourprocess_customer_base {
    margin-top: 80px;
}

.ourprocess_customer_base {
    background: #ECF9FF;
    margin-bottom: 80px;
}

.ourprocess-customer-left {
    padding-right: 50px;
}

section.ourprocess1_page_base {
    margin-top: 80px;
}

section.ourprocess2_page_base {
    margin-top: 80px;
}

section.ourprocess3_page_base {
    margin-top: 80px;
}

.ourprocess_page_base .ourprocess_page_left .ourprocess_page_1 {
    background-image: url('./../images/IMG_1800-min.JPG');
    height: 620px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    /*  margin-left: 100px; */
}

.ourprocess_page_base .ourprocess_page_right .ourprocess_page_2 {
    background-image: url('./../images/IMG_1789-min.png');
    height: 620px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    /*  margin-left: 100px; */
}

.ourprocess1_page_base .ourprocess1_page_left .ourprocess1_page_1 {
    background-image: url('./../images/tanning.png');
    height: 620px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    /*  margin-left: 100px; */
}

.ourprocess1_page_base .ourprocess1_page_right .ourprocess1_page_2 {
    background-image: url('./../images/IMG_1796-min.JPG');
    height: 620px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    /*  margin-left: 100px; */
}

.ourprocess2_page_base .ourprocess2_page_left .ourprocess2_page_1 {
    background-image: url('./../images/embossing.png');
    height: 620px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    /*  margin-left: 100px; */
}

.ourprocess2_page_base .ourprocess2_page_right .ourprocess2_page_2 {
    background-image: url('./../images/IMG_1813.jpg');
    height: 620px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    /*  margin-left: 100px; */
}

.ourprocess_text {
    position: absolute;
    bottom: 0px;
    text-align: left;
    padding: 24px;
    background: rgb(0 0 0 / 55%);
    color: #fff;
}

.img-responsive-gallery {
    height: 273px;
    width: 100%;
    object-fit: cover;
    object-position: center;

}

.img-full-gallery {
    height: 546px;
    width: 100%;
    object-fit: cover;
    object-position: top;

}

.gallery_page_base {
    margin-top: 80px;
    margin-bottom: 0px;
}

.gallery_page_base2 {
    margin-bottom: 80px;
}

.contact_page_right {
    padding-left: 20px;
}

.common_header_base {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.common_banner_heading {
    font-size: 54px;
    font-family: 'PoppinsSemiBold';
}

.rightpadd-top {
    padding-top: 160px;
}

.floating-whatsapp {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 99999999999999;
}

.floating-whatsapp img {
    width: 60px;
}

.floating-whatsapp img:hover {
    transform: scale(1.2);
    transition: 0.3s;
}

/* appointment */

.borderouter{
    border: 1px solid #000;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 50px 50px 25px 50px;
}

.mainhead {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 30px;
    margin-bottom: 0px;
    font-weight: bold;
}
.subhead {
    font-family: 'Open Sans', sans-serif !important;
    color: #3b4754;
    font-size: 13px;
    font-weight: 700;
}
.subtxt {
    font-family: 'Open Sans', sans-serif !important;
    color: #798da3;
    margin-bottom: 5px;
    font-size: 13px;
}
.txtfeild {
    font-family: 'Open Sans', sans-serif !important;
    border: 1px solid #29323d;
    height: 27px;
    font-size: 14px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 2px 2px 2px 2px;
    margin-bottom: 10px;
}
.btnnxt {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 10px;
}

.btncol {
    font-family: 'Open Sans', sans-serif !important;
    background-color: #29323d;
    border-color: #29323d;
    margin-left: 5px;
    font-size: 12px;
    text-align: center;
    height: 27px;
    padding-top: 4px;
    padding-bottom: 4px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.alertinfo {
    font-family: 'Open Sans', sans-serif !important;
    margin-top: 5px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #dc4c18;
    font-size: 12px;
}
.timing {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    color: #aaaaaa;
}

.power {
    border-top: 1px solid #000;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 25px;
}

.newclitxt {
    font-family: 'Open Sans', sans-serif !important;
    color: #3b4754;
    font-weight: 700;
    font-size: 13px;
}











@media (min-width: 320px) {
    .header_base .navbar-brand img {
        height: 45px !important;
    }
}

@media (min-width: 576px) {
    .header_base .navbar-brand img {
        height: 55px !important;
    }
}

@media (max-width: 767.98px) {
    .header_ribbon_base .header_ribbon_left ul {
        display: block !important;
    }

    .header_ribbon_base .header_ribbon_left ul li {
        border: none !important;
        text-align: center;
        padding-top: 5px;
    }

    .header_ribbon_base .header_ribbon_right .ribbon_followers {
        float: none !important;
        justify-content: center;
        padding-bottom: 5px;
    }

    .home_about_base,
    .home_vision_base {
        margin: 40px 15px;
    }

    .home_about_base .home_about_left {
        padding-right: 0px;
    }

    .home_about_base .home_about_right {
        margin-top: 25px;
    }

    .home_about_base .home_about_right .home_about_ceo {
        height: 450px;
        background-position: right center;
    }

    .home_vision_base .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .home_vision_base .home_vision_left {
        padding-right: 0px;
        padding-top: 25px;
    }

    .home_business_base {
        margin: 40px 0px;
    }

    .home_work_base {
        margin: 40px 0px;
    }

    .px-50 {
        padding: 0px 15px;
    }

    .without_container_padding {
        padding: 0px 0px;
    }

    .home_gallery_base .owl-carousel .owl-stage-outer {
        padding-left: 0px;
        padding-top: 25px;
    }

    .home_gallery_right {
        padding: 20px !important;
    }

    .home_contact_base {
        margin: 40px 0px;
    }

    .footerbase {
        padding: 15px;
        padding-bottom: 25px !important;
    }

    .footer_bottom_ribbon_base .copyright {
        text-align: center;
        display: block;
    }

    .footer_bottom_ribbon_base .privacy {
        float: none !important;
        justify-content: center;
        text-align: center;
    }

    .theme_heading {
        font-size: 30px;
    }

    .home_about_base .home_about_left h5 {
        color: #000;
        font-size: 18px;
        font-family: 'PoppinsSemiBold';
        line-height: 30px;
    }

    .overlay {
        font-size: 18px !important;
    }

    .home_business_base .container {
        padding: 15px !important;
    }

    .about_aboutus_base {
        margin: 40px 15px;
    }

    .about_aboutus_base .about_aboutus_left {
        padding-right: 0px;
    }

    .common_banner_heading {
        font-size: 36px;
    }

    .about_about2_left {
        padding-right: 10px;
    }

    .about_aboutus_base .home_about_right .home_about_ceo {
        height: 550px;
        background-position: center right;
    }

    .abou_about2_right {
        margin-top: 20px;
    }

    .about_aboutus_base,
    .about_about2_base {
        margin: 40px 15px;
    }

    .about_Mission_base .row {
        flex-direction: column-reverse;
    }

    .about_mission_right {
        padding: 20px;
    }

    .about_environmental_left {
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 32px;
    }

    .theme_subheading {
        color: #000;
        font-size: 18px;
        font-family: 'PoppinsSemiBold';
        line-height: 28px;
    }

    .about_Responsibilities_left {
        padding-right: 20px;
        padding-left: 20px;
    }

    .about_Responsibilities_base .row {
        flex-direction: column-reverse;
    }

    .about_Responsibilities_base {
        margin: 40px 15px;
    }

    .certification_base {
        margin: 15px;
        margin-bottom: 80px;
        text-align: center;
    }

    .certification_base-right {
        padding-top: 20px;
    }

    .common_header_base {
        height: 150px;
    }

    .ourprocess_page_base {
        padding: 15px;
        padding-top: 27px;
    }

    .ourprocess_customer_base {
        margin-top: 40px;
        padding: 10px;
    }

    .gallery_page_base {
        margin: 15px;
    }

    .gallery_page_base2 {
        margin: 15px;
        margin-bottom: 60px;
    }

    .rightpadd-top {
        padding-top: 0px;
    }

    .ourprocess_page_base .ourprocess_page_left {
        padding: 0px;
    }

    .ourprocess_page_base .ourprocess_page_right {
        padding: 0px;
        margin-top: 27px;

    }

    .ourprocess1_page_base .ourprocess1_page_left {
        padding: 0px;
    }

    .ourprocess1_page_base .ourprocess1_page_right {
        padding: 0px;
        padding-top: 27px;
    }

    .ourprocess2_page_base .ourprocess2_page_left {
        padding: 0px;
    }

    .ourprocess2_page_base .ourprocess2_page_right {
        padding: 0px;
        padding-top: 27px;
    }

    .ourprocess_page_base {
        padding: 15px;
        padding-top: 27px;

    }

    .ourprocess1_page_base {
        padding: 15px;
        padding-top: 12px;
        margin: 0px !important;

    }

    .ourprocess2_page_base {
        padding: 15px;
        padding-top: 12px;
        margin: 0px !important;
    }

    .ourprocess3_page_base {
        padding: 15px;
        padding-top: 27px;
    }

    .floating-whatsapp {
        position: fixed;
        bottom: 2%;
        right: 20px;
        z-index: 99999999999999;
    }

    .floating-whatsapp img {
        width: 45px;
    }

    .privacy-page-base {
        padding: 20px;
    }
}

.error {
    color: red;
    font-size: 13px;
}