/*==============================================================================
                                      FONTS
==============================================================================*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* font-family: 'Montserrat', sans-serif; */


/*==============================================================================
                                      Common
==============================================================================*/

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.clear {
    clear: both;
}

.clear:after {
    clear: both;
    position: relative;
    content: "";
    width: 100%;
    display: table;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 25px;
    background: #fff;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a,
a:hover,
a:focus {
    text-decoration: none
}

a,
button {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    color: #000;
    -moz-transition: 0.5s;
}

.container {
    /* max-width: 1170px; */
    margin: 0 auto;
     padding: 0 15px !important; 
}



h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

section{
    padding: 40px 0;
}

/* header start */

header{
    padding:30px 0;
    background: #fff;position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    box-shadow: 0 0 6px rgb(0 0 0 / 18%);
}

.hdr-wrpr{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo img{
    width: 100%;
    max-width: 246px;
    height: 51px;
}

.hdr-wrpr ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.hdr-wrpr ul li:not(:last-child){
    margin-right: 7px;
}

.hdr-wrpr ul li a{
    font-size: 18px;
    padding: 11px 18px;
    border: 1px solid #294C80;
    color: #294C80;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
.hdr-wrpr ul li a.phoneno{
    background: #294C80;
    color: #fff;
}

.hdr-wrpr ul li a i{
    font-size: 20px;
    margin-right: 12px;
}

.hdr-wrpr ul li a i img{
    width: 100%;
    max-width: 19px;
}
.hdr-wrpr ul li a i.mail-icon img{
    max-width: 22px;
}

.hdr-wrpr ul li a i.phnicon img{
    filter: brightness(100);
    -webkit-filter: brightness(100);
}

/* header end */

/* banner */

.banner-sec{
    padding: 0;
    position: relative;
    /* padding: 80px 0; */
}

.herobanner-wrpr{
    padding: 0 25px;
}

.banner-txt{
    padding-right: 15px;    
    position: relative;
    z-index: 9;
}

.banner-txt h2{
    font-size: 40px;
    line-height: 48px;
    font-weight: 800;
    color: #294C80;
    margin: 0 0 35px 0;
}

.banner-txt p{
    font-size: 20px;
    line-height: 24px;
    color: #1B1B1B;
    margin: 0 0 50px 0;
    font-weight: 300;
}

.common-btn{
    display: inline-block;
    padding: 20px 40px;
    background: #294C80;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    text-align: center;
} 

.common-btn:hover{
    color: #fff;
}

.banner-slimg{
    margin: 0;
    margin-top: -15px;
}

.bannerslider .item{
    padding: 70px 0;
   background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(249,249,249,1) 16%, rgba(246,246,246,1) 31%, rgba(244,244,244,1) 47%, rgba(246,246,246,1) 65%, rgba(249,249,249,1) 82%, rgba(255,255,255,1) 100%);
}

.bannerslider .item.last-item{
     background:linear-gradient(90deg, #bfd8ee, #cde2f7);
    /* background: #bfd8ee url(../images/2nd-banner-desktop.jpg) no-repeat right 72% bottom -62px;
    background-size: 170%;
    overflow: hidden; */

}

.bannerslider .item .banner-slimg{
    position: absolute;
    right: 30px;
    bottom: 0;
}

.bannerslider .item.last-item .banner-slimg{
    position: absolute;
    right: 0%;
    bottom: 0px;
    transform: translateY(0px) ; top: inherit ;z-index: 0;width: 70% ;
} 
.bannerslider .item:first-child .banner-slimg{     
    transform: translateY(90px);
    top: 0;
    width: 50%; }

.bannerslider .item.last-item .banner-slimg img{ float: right; }
/* banner end */

/* custom production start */

.custom-productn-sec{
    background: #294C80;
    padding: 47px 0;
}

.section-titl{
    text-align: center;
    color: #fff;
    font-size: 29px;
    line-height: 34px;
    font-weight:700;
    margin: 0 0 39px 0;
}


.section-titl.blue{
    color: #294C80;
}

.cstmprodct-card{
    text-align: center;
    color: #fff;
}

.cstmprodct-card img{
    width: 100%;
    max-width: 64px;
    margin-bottom: 15px;
}

.cstmprodct-card img.shot-copacking{
    max-width:116px;
}
.cstmprodct-card h4{
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    margin: 0;
}

.cstmprodct-card P{
    font-size:14px;
    line-height: 22px;
    font-weight: 200;
    margin: 0;
}

/* custom production end */


/* Energy Shot Development and Manufacturing section */

.shot-dvlop-row figure{
    margin: 0 81px 0 0;
}

.shot-dvlop-row figure img{
    width: 100%;
}

.shot-dvlop-txt h4{
    font-size: 21px;
    line-height: 25px;
    color: #5E5E5E;
    font-weight: 500;
    margin: 0 0 35px 0;
}

.shot-dvlop-txt p{
    font-size: 18px;
    line-height: 25px;
    color: #5E5E5E;
    font-weight: 300;
    margin-bottom: 36px;
}

.shot-dvlop-txt p:last-child{
    margin: 0;
}

.shot-dvlop-mnftr-sec{
    padding: 58px 0;
}

.shot-dvlop-mnftr-sec .section-titl{
    margin-bottom: 69px;
}

.custom-blister-row{
    align-items: center;
}

.custom-blister-row{
    margin-top:64px;
}

.custom-blister-row figure{
    margin: 0 0 0 81px;
}

.shot-dvlop-txt .section-titl{
    text-align: left;
    margin-bottom: 69px;
}

/* Energy Shot Development and Manufacturing section end */

/* free consultation-sec */

.free-consultation-sec{
    background: #294C80;
    padding: 72px 0;
}

.consltn-row{
    display: flex;
    justify-content: center;
    align-items: center;

}

.free-consultation-sec h4{
    font-size: 40px;
    line-height: 48px;
    color: #fff;
    font-weight: 700;
    margin: 0 199px 0 0;
}

.common-btn.white{
    color: #294C80;
    background: #fff;
}


.consltn-row .common-btn{
    padding: 18px 56px;
}

/* free consultation-sec end */


/* GMP section */

.gmp-qualiftn-sec{
    padding: 55px 0;
}

.gmp-qualiftn-sec .section-titl{
    margin-bottom: 50px;
}

.gmp-row h6{
    font-size: 21px;
    line-height: 25px;
    color: #5E5E5E;
    margin: 0 0 49px 0;
}

.gmp-row p{
    font-size: 18px;
    line-height: 23px;
    color: #5E5E5E;
    margin: 0 0 33px 0;
    font-weight: 300;
    padding-right: 50px;
}

.gmp-row p:last-child{
    margin: 0;
}

.gmp-row figure{
    margin: 0;
    margin-left: 46px;
}

.gmp-row figure img{
    width: 100%;
}

/* GMP section end */

/* map section */
.map-sec{
    padding: 0;
    line-height: 0;
}
/* map section end */

/* contact us section */

.contactus-sec{
    background: #294C80;
    padding: 49px 0;
}

.contactus-sec .section-titl{
    margin-bottom: 55px;
}

.contact-row h6{
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 25px 0;
    color: #fff;
    font-weight: 200;
}

.contact-row .form-group{
    margin-bottom: 23px;
}

.contact-row .form-group.submitfrmgroup{
    margin-bottom: 36px;
    margin-top: 22px;
}

.contact-row .form-group .form-control{
    padding: 20px 16px;
    font-size: 16px;
    line-height: 19px;
}

.contact-row .form-group .form-control::placeholder{
    color: #474747;
}

.contact-row .form-group textarea.form-control{
    height: 105px;
}

.contact-row .form-group input[type='submit']{
    background: #009300;
    border-color: #009300;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight:600;
    padding: 23px;
}

.contact-row .form-group p{
    margin: 0;
    font-size: 12px;
    line-height: 14px;
    font-weight: 200;
    color: #fff;
}

.address-card{
    margin-top: 46px;
    margin-left: 123px;
}

.address-card h6{
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
}

.address-card :is(address, p, a){
    color: #fff;
    margin-bottom: 30px;
}

.address-card p i{
    width: 16px;
    height: 16px;
    background: #fff;
    display: inline-block;
    line-height: 16px;
    text-align: center;
    margin-left: 10px;
}

.address-card p i img{
    width: 13px;
}

/* contact us section end */

/* footer */

footer{
    background: #F5F5F5;
    padding:58px 0 79px 0;
    text-align: center;
}

footer p{
    margin: 0;
    font-size: 13px;
    line-height: 17.5px;
    color: #525252;
    font-weight: 350;
    position: relative;
}

footer p:after{
    content: '';
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 50px;
    height: 1px;
    background: #D9D9D9;
}

/* footer end */

.display-mob{
    display: none;
}



.bannerslider .opacity-tab img{
        opacity:1;
    }

.bannerslider .item.last-item .banner-slimg .display-mob{
    display: none;
}
/*new banner css*/

#header-homepage-v3 {
  text-align: center;
 margin-top: calc(120px - 7px);
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/banner-mb.png); position: relative;background-color: #bed8ef}
.desktop{ display: none }
  #header-homepage-v3 .content-box {
    box-sizing: border-box;
    padding-top:0em;     padding-left: 0em;}

  #header-homepage-v3 h1 {
    font-size: 40px;
   line-height: 48px;
    font-weight: 800;
    color: #294c80;
    margin: 0 0 35px;}
  
   
  #header-homepage-v3 .subtitle {
    font-size: 20px;
    line-height: 26px;
    color: #1b1b1b;
    margin: 0 0 50px;
    font-weight: 400;}

  #header-homepage-v3 .btn-black-v3 {
    width: 266px;
    padding: 10px;
    display: block;
    background: #294c80;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    text-align: center; }

    #header-homepage-v3 .btn-black-v3:hover {
      color: #ffffff;
      background-color: #171717; }

@media (min-width: 787px){

    #header-homepage-v3 {
    /* background-size: 100%;*/
    background-image:none; background-color: #bed8ef }
img.desktop.img_position {
    position: absolute;
    right: 0;
    width: 50%;
    overflow: hidden;
    bottom: 0;
    margin: 0;
    padding: 0; 
}

.desktop{ display: block; }
    #header-homepage-v3 h1 {
      font-size:40px;
      line-height: 48px;
    font-weight: 800;
    color: #294c80;
    margin: 0 0 35px;    text-align: left; }

    #header-homepage-v3 .subtitle {
      font-size: 1.5em;text-align: left; }

    #header-homepage-v3 .btn-black-v3 {
      font-size: 1.25em;
      margin-bottom: 1.5em;
      width: 266px;padding: 10px;
      display:block;
    background: #294c80;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    text-align: center; }
    
}

/*new banner css*/

.open-time{
    margin-bottom: 0 !important;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.open-time:after{
    content: '';
    position: absolute;
    right: -14px;
    top: 6px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(43deg);
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
}

.open-time.active:after {
    top: 12px;
    transform: rotate(222deg);
    -webkit-transform: rotate(222deg);
    -moz-transform: rotate(222deg);
    -ms-transform: rotate(222deg);
    -o-transform: rotate(222deg);
}

.opentime-list{
    display: none;
}

.opentime-list.show{
    display: block;
}

#lblText{
    display: none;
}


/* responsive */

@media(min-width:1930px){
    #header-homepage-v3 {
    
    background-position: right bottom;
    background-color: #bfd8ee;
}
}


@media(max-width:4400px){

.bannerslider .item .banner-slimg{right: 0;transform: translate(0, 0);}

.bannerslider .item:first-child .banner-slimg{ width: 45%; transform: translateY(0); }
.bannerslider .item.last-item:last-child .banner-slimg{width: 54%;}
/*#header-homepage-v3{ background-size: 30vw;}*/
img.desktop.img_position{ width: 23% }
.thankyou img.desktop.img_position{width: 18%}
#header-homepage-v3{ padding: 14em 0 }

}
@media(max-width:3840px){
#header-homepage-v3 {
    background-size: 53vw;
    padding: 4em 0 4em;
}
/*.thankyou #header-homepage-v3{padding: 14em 0;}*/


}
@media(max-width:2560px){
#header-homepage-v3{ background-size: 70%;   padding: 4em 0 4em; }
img.desktop.img_position{ width: 30% }

}
@media(max-width:2200px){
#header-homepage-v3{ background-size: 76%;   }
.thankyou img.desktop.img_position{width: 22%}

}
@media(max-width:1930px){

.bannerslider .item .banner-slimg{right: 0;transform: translate(0, 0) ;}

.bannerslider .item:first-child .banner-slimg{ width: 50% ; transform: translate(0, 6px) ;}

.bannerslider .item.last-item:last-child .banner-slimg{width: 62%;}
#header-homepage-v3{ padding: 4em  0 4em;  background-size: cover; }
/*.thankyou #header-homepage-v3{padding: 15em 0;}*/


}
@media(max-width:1850px){
/*#header-homepage-v3{padding: 4em 0 16em;}*/
/*.thankyou #header-homepage-v3{padding: 18em 0;}*/
img.desktop.img_position{ width: 35% }
.thankyou img.desktop.img_position{width: 27%}

}
@media(max-width:1720px){
img.desktop.img_position{ width: 37% }



}
@media(max-width:1600px){

.bannerslider .item .banner-slimg{right: 0;transform: translate(0, 0) ;}

.bannerslider .item:first-child .banner-slimg{ width: 50% ; transform: translate(0, 44px);}

.bannerslider .item.last-item:last-child .banner-slimg{width: 71%;}
#header-homepage-v3{padding: 4em 0 9em; background-position: bottom right;}
img.desktop.img_position {
    width: 46%;
}
.thankyou img.desktop.img_position{width: 36%}

}

@media(max-width:1400px){

.bannerslider .item.last-item:last-child .banner-slimg{
    position: absolute;
    right: 0%;
    bottom: 0px;
    transform: translateY(0px) ; top: inherit ;z-index: 0;width: 70% ;
} 
.bannerslider .item:first-child .banner-slimg{     
    transform: translateY(90px);
    top: 0;
    width: 50%; }

/*#header-homepage-v3 {
    padding: 58px 0;
}*/
img.desktop.img_position{ width: 50% }
.thankyou img.desktop.img_position{width: 40%}

}
@media(max-width:1280px){
#header-homepage-v3 {
    padding: 58px 0 0;
}
img.desktop.img_position{ width: 37% }
#header-homepage-v3 h1 {
    font-size: 25px;
    line-height: 28px;
}
#header-homepage-v3 .subtitle{ font-size: 1.2em; }
#header-homepage-v3 .btn-black-v3{ width: 215px; }
.thankyou img.desktop.img_position{width: 23%}

}
@media(max-width:1199px){
    .free-consultation-sec h4{
        margin: 0 148px 0 0;
    }
    .banner-txt h2 {
    font-size: 20px;
    line-height: 27px;
}


#header-homepage-v3 {
padding-bottom: 40px;
background-position: bottom;
}
img.desktop.img_position {
    width: 48%;
}
.thankyou img.desktop.img_position{width: 32%}

   
}

/* @media(max-width:1024px){
    #header-homepage-v3 {
        background-color: #cfdbe7;
        padding-bottom: 500px;
        background-position: bottom -2px right;
        background-size: 144%;
    }
} */

@media(max-width:1023px){

    .logo img{
        max-width: 220px;
    }

    
    .banner-sec{
        padding: 0;
    }

  
    .banner-txt h2 br{
        display: none;
    }

    .bannerslider .item:first-child .banner-slimg {
    transform: translateY(0);
    top: 0;
    width: 100%;
}

    .banner-txt h2{
        margin: 0 0 15px 0;
    }

    .banner-txt p{
        margin: 0 0 35px 0;font-size: 15px;
    line-height: 21px;
    }

    .bannerslider{
        margin-top:0;
    }

    .cstmprodct-card h4 {
        font-size: 17px;
        line-height: 21px;
    }

    .cstmprodct-card P {
        font-size: 12px;
        line-height: 18px;
    }

    .shot-dvlop-mnftr-sec .section-titl {
        margin-bottom: 50px;
    }

    .shot-dvlop-row figure {
        margin:0 0 20px 0;
    }

    .shot-dvlop-txt p {
       
        margin-bottom: 15px;
    }

    .free-consultation-sec h4 {
        margin: 0 40px 0 0;
        font-size: 28px;
        line-height: 38px;
    }

    .consltn-row .common-btn {
        padding: 15px 16px;
    }

    .shot-dvlop-txt .section-titl{
        margin-bottom: 30px;
    }

    .gmp-row h6{
        margin: 0 0 25px 0;
    }

    .gmp-row h6 br{
        display: none;
    }

    .gmp-row figure {
        margin: 35px 0 0 0;
    }

    .address-card {
        margin-left: 15px;
    }

    .map-sec iframe{
        height: 300px;
    }

    footer{
        padding: 40px 0;
    }

    .display-tab{
        display: block;
    }


    .bannerslider .common-btn{
        margin-bottom: 20px;
    }

    .hdr-wrpr ul li a {
        font-size: 13px;
        padding: 8px 10px;
        /* font-size: 14px;
        padding: 8px 15px; */
    }

    .hdr-wrpr ul li a i.mail-icon img {
        max-width: 17px;
    }

    .hdr-wrpr ul li a i {
        margin-right: 6px;
    }

        .hdr-wrpr ul li a i.phnicon img{
            max-width: 15px;
        }

        .bannerslider .item .banner-slimg{
            position: inherit;
            bottom: auto;
            right: auto;
        }

        .bannerslider .item.last-item .banner-slimg{
            position: inherit;
            right: auto;
            bottom: auto;
        }

        .bannerslider .item.last-item,
        .bannerslider .item{
            padding-bottom: 0;
        }

        .bannerslider .item .banner-slimg{
            max-width: 328px;
            margin: 0 auto;
        }

       .bannerslider .item.last-item .banner-slimg{
        max-width: 100%;
       }
       .herobanner-wrpr {
            padding: 0 0;
        }

        #header-homepage-v3 .btn-black-v3{
            margin: 0 auto;
        }


         #header-homepage-v3{
           background-color: #c6dcf2;
    padding-bottom: 45px;
    background-position: bottom 0px right 0;
    background-size: cover;
        }
      
#header-homepage-v3 h1 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
    width: 75%;
}
#header-homepage-v3 h1 br {
    display: none;
}
#header-homepage-v3 .subtitle{
    width: 80%;    font-size: 18px;
    line-height: 26px;    margin: 0 0 25px;
}
.subtitle br {
    display: none;
}
#header-homepage-v3 .btn-black-v3 {
    margin: 0;
}

}
@media(max-width:1020px){

#header-homepage-v3 {
    padding-top: 103px;
}

}
@media(max-width:985px){
#header-homepage-v3 {
    padding-top: 43px;
}
#header-homepage-v3 .subtitle{ width: 70% }
.thankyou #header-homepage-v3 {
/*    padding: 74px 0 254px;*/
    margin-top: calc(120px - 27px);
}

}
@media(max-width:800px){
    #header-homepage-v3 {
        background-color: #bcd6f0;
      
        background-size: cover;
    }
}
@media(max-width:786px){
#header-homepage-v3 .content-box.container .col-md-8.col-sm-12{ margin: 0 auto }
#header-homepage-v3 h1{ text-align: center; margin: 0 auto 27px;    font-size: 23px; width: 100%;}
#header-homepage-v3{ padding: 27px 0 540px; margin-top: calc(120px - 10px);background-position: center;}
#header-homepage-v3 .subtitle{ margin: 0 auto 25px;    width: 90%; }
#header-homepage-v3 .btn-black-v3 {margin: 0 auto;}
/*.thankyou #header-homepage-v3 {
    padding: 66px 0 528px;
    margin-top: calc(120px - 27px);
}*/

}

@media(max-width:767px){

    .hdr-wrpr ul li a {
        font-size: 14px;
        padding: 8px 10px;
        width: 40px;
        height: 40px;
        display: inline-block;
        line-height: 19px;
        text-align: center;
    }

    .hdr-wrpr ul li a i{
        margin-right: 0;
    }

    .hdr-wrpr ul li a i img {
        max-width: 15px;
       
    }   

    .hdr-wrpr ul li a.phoneno{
        background: #fff;
    }

    .hdr-wrpr ul li a.phoneno i img{
         filter: brightness(1);
        -webkit-filter: brightness(1);
    }

    .hdr-wrpr ul li a span{
        display: none;
    }

    .cstmprodct-card{
        margin-bottom: 15px;
    }

    .free-consultation-sec h4 {
        margin: 0 25px 0 0;
        font-size: 19px;
        line-height: 30px;
    }
#header-homepage-v3{ margin-top: calc(120px - 27px); }

#lblText{
    display: inline-block;
}
    
    
}


@media(max-width:767px){
    header {
        padding: 21px 0;
    }

    .logo img {
        max-width: 202px;
    }

    .hdr-wrpr ul li a{
        width: 30px;
        height: 30px;
        padding: 5px;
        line-height:14px;
    }
      .banner-txt h2 {
        font-size: 26px;
        line-height: 35px;
    }
    .banner-txt p {
    margin: 0 0 35px 0;
    font-size: 20px;
    line-height: 26px;
}
.banner-txt{ text-align: center; }
    .hdr-wrpr ul li a i.mail-icon img {
        max-width: 16px;
    }
    .hdr-wrpr ul li a i img {
        max-width: 13px;
    }
    .hdr-wrpr ul li:not(:last-child) {
        margin-right: 10px;
    }
    .banner-sec{
        padding: 0;
    }
    .bannerslider .item{
        padding: 26px 0;
    } 
    .bannerslider .item:first-child .banner-slimg {
    transform: translateY(-27px);
    top: 0;
    width: 100%;
    max-width: 100%;
    position: relative;
    left: 0;
    right: 0;
}
     .bannerslider .item{
        padding-bottom: 0px;
    }
    .bannerslider .item.last-item{ padding-bottom: 0px }
    .bannerslider .item.last-item:last-child .banner-slimg {
    position: relative;
    right: 0%;
    bottom: 0px;
    transform: translateY(0px);
    top: inherit;
    z-index: 0;
    width: 100%;
    left: 0;
    padding: 0;
}
.banner-sec .container, .container-sm {
    max-width: 100%;
}
  
.bannerslider .item.last-item .common-btn{ bottom: 33px; }
    .common-btn{
        padding: 13px 20px;
    }

    .display-dsk{
        display: none;
    }
.padding-0{ padding: 0 }
    .display-mob{
        display: block;
    }

    .bannerslider {
        margin: 0;
    }

    .custom-productn-sec{
        padding: 53px 0 14px 0;
    }

    .section-titl{
        font-size: 24px;
        line-height: 28.8px;
    }

    .custom-productn-sec .section-titl{
        margin-bottom: 49px;
    }

    .cstmprodct-card h4 {
        font-size: 18px;
        line-height: 19.8px;
        margin: 0 0 11px 0;
    }

    .cstmprodct-card P {
        font-size: 13px;
        line-height: 19px;
    }

    .cstmprodct-card img{
        margin-bottom: 23px;
    }

    .cstmprodct-card {
        margin-bottom:39px;
    }

   .shot-dvlop-row .image-row{
    padding: 0;
   }

    .shot-dvlop-mnftr-sec .section-titl {
        margin-bottom: 31px;
        padding: 0 15px;
    }

    .shot-dvlop-txt{
        text-align: center;
    }

    .shot-dvlop-row{
        text-align: center;
    }

    .shot-dvlop-txt h4{
        font-weight: 600;
        padding: 0 18px;
        margin: 0 0 5px 0;

    }

    .shot-dvlop-txt p{
        font-weight: 400;
    }

    .custom-blister-row{
       margin-left: 0;
       margin-right: 0;
    }

    .shot-dvlop-mnftr-sec{
        overflow: hidden;
    }

    .consltn-row{
        flex-wrap: wrap;
        justify-content: center;
    }

    .consltn-row .txt-wrp{
        width: 100%;
    }

    .free-consultation-sec h4{
        margin: 0 0 26px 0;
        text-align: center;
         font-size: 24px;
        line-height: 28.8px;
        padding: 0 15px;
    }

    .free-consultation-sec h4 br{
        display: none;
    }

    .free-consultation-sec{
        padding: 39px 0;
    }

    .free-consultation-sec .common-btn{
        width: 140px;
        padding: 13px 15px;
        font-size: 15px;
        line-height: 19px;
    }

    .gmp-qualiftn-sec {
        padding: 50px 0 29px 0;
        text-align: center;
    }
   
    .gmp-qualiftn-sec .section-titl {
        margin-bottom: 31px;
        padding: 0 65px;
    }

    .gmp-row{flex-direction: column-reverse;}

    .gmp-row figure {
        margin: 0 0 50px 0;
    }

    .gmp-row .col-lg-8{
        padding: 0;
    }

    .gmp-row h6 br{
        display: block;
    }

    .gmp-row h6{
        font-size: 21px;
        line-height: 25px;
        font-weight: 600;
        margin: 0 0 16px 0;
    }

    .gmp-row p{
        padding: 0;
        font-size: 18px;
        line-height: 25px;
        font-weight: 400;
    }

    p.more-txt{
        font-size: 14px;
        line-height: 25px;
        color: #5E5E5E;
        transition: 0.4 ease-in-out;
        -webkit-transition: 0.4 ease-in-out;
        -moz-transition: 0.4 ease-in-out;
        -ms-transition: 0.4 ease-in-out;
        -o-transition: 0.4 ease-in-out;
}

    .gmp-row a{
        display: inline-block;
        margin-top: 30px;
    }

    .shot-dvlop-row figure {
        margin: 0 0 45px 0;
    }

    .shot-dvlop-txt.shot-dvlop-txt2 h4{
        padding: 0;
    }



    .bannerslider .common-btn{
        margin: 0 auto;
       position: absolute;bottom: -10px;  width: 78%;left: 0;
    right: 0;
    }

    .contactus-sec {
        padding: 50px 0;
    }
    
    .contactus-sec .container{
        padding: 0 24px;
    }

    .contactus-sec .section-titl {
        margin-bottom: 39px;
    }

    .contact-row .form-group {
        margin-bottom: 24px;
    }

    .contact-row .form-group .form-control {
        padding:21px 10px;
        font-size: 14px;
        line-height: 16px;
    }

    .contact-row .form-group textarea.form-control {
        height: 116px;
    }

    .contact-row .form-group input[type='submit']{
        padding: 24px;
    }

    .contact-row .form-group.submitfrmgroup {
        margin-bottom: 25px;
    }


    .address-card {
        margin-left: 0;
        margin-top: 26px;
        text-align: center;
    }

    .address-card h6 {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 37px 0;
    }

    .address-card :is(address, p, a){
        font-size: 14px;
        line-height: 18.8px;
        margin-bottom: 26px;
    }

    .map-sec iframe {
        height: 200px;
    }

    footer {
        padding:49px 0 64px 0;
    }

    footer p {
        font-size: 10px;
        line-height: 14.8px;
    }

    footer p:after{
        bottom: -22px;
    }

    .bannerslider .item.last-item .banner-slimg .display-mob{
        display: block;
    }
/*.bannerslider .item.last-item .banner-slimg img.display-mob{
    width: 160%;
    margin: 0 -73px;
}*/
.bannerslider .item.last-item{background: #bfd8ee;  }

.bannerslider .item.last-item .banner-slimg .display-dsk{
        display: none;
    }


    .herobanner-wrpr {
        padding: 0px;
    }

    .bannerslider .item.last-item .display-tab{
        padding: 0;
    }

  
    .bannerslider .item.last-item .display-tab img{
            position: absolute;
            bottom: 0;
           
    }

    .bannerslider .item.last-item {
        position: relative;
    }

#header-homepage-v3 h1{ width: 95%; }
    
}


@media(max-width:786px){
  .banner-txt h2 {
        font-size: 22px;
        line-height: 26.4px;
        margin: 0 0 19px 0;
    }
    .banner-txt p {
        font-size: 12px;
        line-height: 14.4px;
        margin: 0 0 26px 0;
    }
    #header-homepage-v3 h1{ width: 95%;font-size: 22px;
    line-height: 26px;margin-bottom: 16px; }
    #header-homepage-v3 .subtitle{ font-size: 18px; line-height: 22px; margin-bottom: 0;}
#header-homepage-v3{ padding:50px 0 calc(100% - 0rem);
	background-position: bottom center;}

#header-homepage-v3 .btn-black-v3 {
    width: 266px;
    padding: 13px;
    display: block;
    background: #294c80;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

.thankyou #header-homepage-v3{ padding: 30px 0 400px; }

}


@media(max-width:740px){

.thankyou #header-homepage-v3 h1 {
    font-size: 21px;
    line-height: 25px;
}


}
@media(max-width:540px){
/*.thankyou #header-homepage-v3 {
    padding: 66px 0 340px;
    margin-top: calc(120px - 27px);
}*/

 #header-homepage-v3 .subtitle{ font-size: 12px; line-height: 14px; margin-bottom: 0;}


}
@media(max-width:440px){
#header-homepage-v3 .btn-black-v3{ bottom: 22px; padding: 10px }
#header-homepage-v3{ padding:27px 0 411px; }
/*.thankyou #header-homepage-v3 {
    padding: 34px 0 360px;
    margin-top: calc(120px - 27px);
}*/

}
@media(max-width:375px){
#header-homepage-v3 {
    padding:25px 0 380px;
    position: relative;
    background-color: #bfd8ee;
    background-size: cover;
   
}
#header-homepage-v3 h1{
    font-size: 22px;
    line-height: 26px; width: 97%
}

.open-time:after{
    top: 3px;
}

.open-time.active:after {
    top: 9px;
}

}
@media(max-width:360px){

#header-homepage-v3 h1 {
    font-size: 19px;
    line-height: 22px;
}

}
@media(max-width:345px){
#header-homepage-v3 {
    padding:25px 0 203px;
    position: relative;
    background-color: #bfd8ee;
    background-size: cover;
    background-position: right bottom 0;
}
#header-homepage-v3 h1 {
    font-size: 18px;
    line-height: 21px;
}
#header-homepage-v3 .subtitle{ width: 95%; font-size: 13px; line-height: 18px;margin: 0 auto 135px; }
.thankyou #header-homepage-v3 h1{ font-size: 19px;    margin-bottom: 82px; }
.thankyou #header-homepage-v3{
	padding: 25px 0 234px;
    margin-top: calc(120px - 30px);
}

}
@media(max-width:330px){
#header-homepage-v3 {
    padding: 25px 0 260px;
    position: relative;
    background-color: #bfd8ee;
    background-size: cover;
    background-position: right bottom 0;
}
#header-homepage-v3 h1 {
    font-size: 14px;
    line-height: 18px;
}
#header-homepage-v3 .subtitle{ width: 95%; font-size: 13px; line-height: 18px;margin: 0 auto 50px; }
/*.thankyou #header-homepage-v3 {
    padding: 34px 0 270px;
    margin-top: calc(120px - 27px);
}*/

}