@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* desktop */

body > br{
    display: none;
}
body {
    color: #333333;
    font-size: 16px !important;
    line-height: normal;
}

a {
    text-decoration: none !important;
    transition: 0.25s !important;
}

#main_index {
    overflow: hidden;
    padding-bottom: 0 !important;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1250px;
}

.navbar_type8 {
    height: 100px;
    max-width: 1450px;
    left: 50%;
    transform: translate(-50%, 0);
}

.navbar_type8 .logo {
    margin-left: 0;
    overflow: visible;
}

.navbar_type8 .logo img {
    width: auto;
    height: 100px;
    padding:8px;
    background-color: #ffffff;
    border-radius: 0 0 25px 25px;
    /*box-shadow: 0 25px 25px -25px rgba(26, 26, 26, 0.25);*/
}

.navbar_type8 .nav_tab {
    padding-left: 0;
    padding-right: 15px;
}

.navbar_type8 .nav_tab .nav_item {
    padding: 0 1vw;
    font-size: .92vw;
    text-transform: capitalize;
}

.navbar_type8 .nav_tab .nav_item:last-child{
    background:#5d9cc1;
    color:#fff;
    padding:10px 25px;
    border-radius:25px;
}

.navbar_type8 .nav_tab .nav_item:last-child a{
    color:#fff;
}

.navbar_type8 .nav_tab .nav_item:last-child:hover{
    background:#1AC9B3;
}

.navbar_type8 .nav_tab .nav_item:last-child:hover a{
    color:#fff;
}

.navbar_type8 .nav_tab .nav_item::before {
    display: none;
}

.navbar_type8 .nav_tab .nav_item a {
    color: #1a1a1a;
    padding: 0;
    font-weight: bold;
}

.navbar_type8 .nav_tab .nav_item a:hover {
    color: #1AC9B3;
}

.navbar_type8 .nav_tab .nav_item:nth-child(1n+2) a:before {
    content: "/";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    color: #1AC9B3;
}

.navbar_type8 .nav_tab .nav_item:last-child a::before {
    display:none;
}

.dark_nav {
    background-color: #ffffff !important;
    box-shadow: 0 0 25px 0 rgba(26, 26, 26, 0.25);
}

.dark_nav:before {
    content: '';
    background-color: #ffffff;
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, 0);
    z-index: -1;
    box-shadow: -25px 0 25px 0 rgba(26, 26, 26, 0.25);
}

.dark_nav:after {
    content: '';
    background-color: #ffffff;
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, 0);
    z-index: -1;
    box-shadow: 25px 0 25px 0 rgba(26, 26, 26, 0.25);
}

.dark_nav .logo img {
    animation: 1s flip;
}

.slider_banner .banner_content {
    opacity: 1 !important;
    overflow: hidden;
}
.bannerText{
    font-size: 3.25vw;
    font-weight: 300;
    color: #ffffff;
    text-shadow: 0 0 5px rgba(26, 26, 26, 0.75);
    text-align: right;
}
.bannerTextWrapper{
        position: absolute;
    bottom: 19.5%;
    right: 3.2%;
}
.bannerText span{
    display: block;
}

/*.table1 {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    height: 100%;*/
/*    width: 50%;*/
/*    text-align: right;*/
/*    float: right;*/
/*    position: relative;*/
/*}*/

/*.banner1 {*/
/*    font-size: 50px;*/
/*    font-weight: 300;*/
/*    color: #ffffff;*/
/*    padding: 50px;*/
/*    position: absolute;*/
/*    bottom: 12.5%;*/
/*    text-shadow: 0 0 5px rgba(26, 26, 26, 0.75);*/
/*}*/

.space {
    padding-top: 80px;
    padding-bottom: 80px;
}

.space2 {
    padding-top: 80px;
}

.space3 {
    padding-bottom: 80px;
}

.main1{
    background-attachment: fixed;
    background-image: url(https://cdn1.npcdn.net/img/1731661728about.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.main2{
    background-image: url(https://cdn1.npcdn.net/img/1731661972s-bg1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.main3{
    background-image: url(https://cdn1.npcdn.net/img/1731661991s-bg2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.font-middle {
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    color:#1AC9B3;
}

.font-big {
    font-family: "Montserrat", sans-serif;
    font-size: 35px;
    color: #333333;
    position: relative;
    font-weight: 700;
}

/*
.font-big:after {
    content: '';
    background-color: #1AC9B3;
    width: 5%;
    height: 2.5px;
    position: absolute;
    bottom: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
}*/

.font-small {
    line-height: 25px;
    max-width: 75%;
    font-weight: 00;
    margin: 0 auto;
}

.main1 ul {
    margin: 0 auto;
    padding: 0;
}

.main1 ul li {
    padding: 0 15px;
    display: inline-block;
}

.btn1 {
    font-size:13px;
    display: inline-block;
    background-color: #5D9CC1;
    color: #ffffff;
    padding: 12px 25px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 100px;
    transition: linear .3s;
}

.btn1:hover {
    background-color: #1AC9B3;
    color: #fff;
}

.frame1 {
    /*background-color: #ffffff;*/
    display: flex;
    align-items: center;
    /*box-shadow: 0 0 25px 0 rgba(26, 26, 26, 0.25);*/
    border-radius: 5px;
    overflow: hidden;
    color:#fff;
}

.section1 {
    background-image: url(https://cdn1.npcdn.net/img/1731661858img1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 350px;
}

.frame1 .col-xl-6:last-child {
    text-align: left;
    padding: 50px;
}

.font-title {
    font-family: "Montserrat", sans-serif;
    font-weight:700;
    font-size: 30px;
    font-weight: bold;
    color:#1B4D3E;
    transition: 0.25s;
}

.frame1 .font-title{
    color:#fff;
}

.font-small-2 {
    line-height: 25px;
    font-weight: 300;
}

.frame2 {
    /*background-color: #ffffff;*/
    display: flex;
    align-items: center;
    /*box-shadow: 0 0 25px 0 rgba(26, 26, 26, 0.25);*/
    border-radius: 5px;
    overflow: hidden;
    color:#fff;
}

.frame2 .font-title{
    color:#fff;
}

.section2 {
    background-image: url(https://cdn1.npcdn.net/img/1731661879img2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 350px;
}

.frame2 .col-xl-6:first-child {
    text-align: left;
    padding: 50px;
}

.font-big-2 {
    font-family: "Montserrat", sans-serif;
    font-weight:700;
    font-size: 30px;
    color: #333333;
    position: relative;
}
/*
.font-big-2:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(35%, -50%);
    z-index: -1;
    background-color: #4682b4;
    width: 100%;
    height: 100px;
    border-radius: 100px;
    clip-path: polygon(2.5% 0, 100% 0, 100% 100%, 0 100%);
}*/

.font-big-3 {
    font-family: "Montserrat", sans-serif;
    font-weight:700;
    font-size: 30px;
    color: #333333;
    position: relative;
}

/*
.font-big-3:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-35%, -50%);
    z-index: -1;
    background-color: #4682b4;
    width: 100%;
    height: 100px;
    border-radius: 100px;
    clip-path: polygon(0 0, 100% 0, 95.5% 100%, 0% 100%);
}*/

.main4{
    background:#f7f7f7;
}
.featuregroup{
    background:#ffffff;
    padding:20px;
    height:100%;
    border-radius:20px;
}

.featureicon{
    min-width:70px;
    max-width:70px;
}

.featureinfo h5{
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1rem;
}

.featureinfo p{
    margin-bottom:0;
}

.main5{
    background-image: url(https://cdn1.npcdn.net/img/1732099156why-bg.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 30%;
}

.move1 {
    margin-top: 15px;
}

.five-full {
    flex: 0 0 20%;
    max-width: 20%;
}

.move1 img {
    /*border-radius: 25px 25px 0 0;
    box-shadow: 0 0 25px 0 rgba(26, 26, 26, 0.25);8*/
    max-width:60px;
    min-width:60px;
}

.whygroup{
    display:flex;
}

.box1 {
    text-align: left;
    padding-left:10px;
}

.font-title-2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    transition: 0.25s;
    font-size:1rem;
}

.last1 {
    background-attachment: fixed;
    background-image: url(https://cdn1.npcdn.net/img/1731663505contact-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #333333;
}

.row1 {
    display: flex;
    align-items: center;
}

.font-last {
    font-size: 35px;
    font-weight: bold;
}

.last1 .col-xl-2 {
    text-align: right;
}

.footer {
    background-color: #1b4d3e;
}

.footer_type6 .logo img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  width: auto;
  max-height: 30px;
  display:none;
}

.footer_type6 {
  background-color: #1a4d3e;
  color: white;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.footer .container.pt-5 {
    padding-top: 50px !important;
    padding-bottom: 15px !important;
}

.footer .left_line {
    border-right: none;
}

.footer h5 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
}

.footer p, .footer b, .footer a, .footer strong {
    font-size: 15px !important;
    line-height: 25px;
    font-weight: 300;
    padding-bottom: 0 !important;
}

.footer ul {
    margin-bottom: 0;
}

.footer hr {
    display: none;
}

.footer .col-12.mt-5 {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    margin-top: 50px !important;
    padding-top: 15px;
}

.footer .copy_right.text-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer p.privacy_policy{
    margin-bottom:0 !important;
    text-decoration:none;
}

.footer p.privacy_policy a{
    text-decoration:none;
}

.footer .left_line p{
    width:90%;
}

#top_spacing {
    box-shadow: 0 0 25px 0 rgba(26, 26, 26, 0.25);
}

.page_title {
    text-align: center !important;
    margin: 50px auto;
}

.page_title b {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 25px;
    background-color: #1b4d3e;
    color: #ffffff;
    padding: 15px;
    border-radius: 100px;
}

#main_contactus .page_title {
    padding-bottom: 25px;
}

#main_contactus .ws_contact {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 0 !important;
}

#main_contactus .ws_contact .contact_map {
    margin-bottom: 0 !important;
    display: flex;
    margin-top: 50px;
}
@media screen and (max-width:1200.5px){
    .navbar_type8 .logo img {
      width: auto;
      height: 80px;
    }
    .font-big,
    .frame1 .font-title,
    .frame2 .font-title,
    .font-big-3,
    .font-last{
        font-size:25px;
    }
}

/* mobile */
 .side_menu .list-group .list-group-item:last-child {
      background-color: #1AC9B3;
  }
  .side_menu .list-group .list-group-item:last-child a{
      color:#fff;
  }
@media screen and (max-width:767px){
    .bannerText {
        font-size: 25px;
        text-align: center;
    }
    /*.item.slick-slide img{
        min-height: 250px;
        object-fit: cover;
            object-position: right;
    }*/
    .bannerTextWrapper {
        position: absolute;
        bottom: unset;
        width: 100%;
        right: unset;
        top: 50%;
        text-align: center;
        padding: 0 15px;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .bannerText span {
        display: inline;
    }
}
@media only screen and (max-width: 750px) {

    .navbar_mobile {
        background-color: #ffffff;
        border-bottom: none;
        box-shadow: 0 0 25px 0 rgba(26, 26, 26, 0.25);
        height: 100px;
        display: flex;
        align-items: center;
    }
    
    .navbar_mobile .row_1 {
        margin-bottom: 0;
        padding-top: 0 !important;
        align-items: center;
    }
    
    .navbar_mobile .row_1 .col.pl-4, .navbar_mobile .row_1 .col.text-center {
        padding: 15px !important;
    }
    
    .navbar_mobile .logo_img {
        max-height: 75px;
    }
    
    .side_menu {
        background-color: #1a1a1a;
    }
    
    .side_menu .list-group .list-group-item:last-child {
        border-bottom: none;
    }
    
    .side_menu .list-group .list-group-item a {
        font-weight: bold;
        text-transform: inherit;
    }
    
    .side_menu .list-group .list-group-item a:hover {
        color: #4682b4;
    }
    
    .banner1 {
        font-size: 12.5px;
        padding: 50px 15px;
        bottom: -20%;
    }
    
    .font-big:after {
        width: 15%;
        bottom: -25%;
    }
    
    .font-small {
        max-width: 100%;
    }
    
    .frame1 {
        display: block;
    }
    
    .frame2 {
        flex-direction: column-reverse;
    }
    
    .font-big-2:before {
        transform: translate(15%, -50%);
    }
    
    .font-big-3:before {
        transform: translate(-15%, -50%);
    }
    
    .five-full {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .last1 {
        background-attachment: inherit;
    }
    
    .footer {
        padding-bottom: 50px !important;
    }
    
    .footer .left_line {
        border-bottom: none;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    
    .footer .copy_right.text-center {
        display: block;
    }
    
    .page_title b {
        display: block;
    }
    
    .frame1 .col-xl-6:last-child,
    .frame2 .col-xl-6:first-child{
      padding: 50px 25px;
    }
    
    .space {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .space2 {
        padding-top: 50px;
    }
    
    .space3 {
        padding-bottom: 50px;
    }
    
    .main5 {
      background-position: 95% 70%;
    }
    
    .whygroup{
        padding:0 15px;
    }

}


/*showproduct page*/
#main_showproducts #pills-enquiry{
    display:none;
}

