html {
    scroll-behavior: smooth;
  }
  
  body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    max-width: 100%;
    overflow-x: hidden;
    color: #4a4a4a;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
  }

  .container
  {
    max-width: 1255px;
  }

  .bnr-sec .bnr-half-sec 
  {
    background-color: #3399CC;
    right: 113px;
    padding: 13px 20px 0px 143px;
    height: 698px;
  }

  .bnr-sec
  {
    height: 698px;
  }

  .bnr-sec .logo-sec 
  {
    margin: 10px 0px;
    border-bottom: 20px solid #66CCCC;
    padding: 10px 0px;
  }

  .bnr-sec .iso-txt
  {
    color: #fff!important;
    font-size: 18px;
  }

  .iso-txt-inner
  {
    color: rgb(0, 0, 0)!important;
    font-size: 13px;
    font-weight: 600;
    margin-top: -9px;
  }

  .bnr-sec h1
  {
    font-size: 39px;
    color: #fff;
    font-weight: 700;
    padding: 75px 0px 50px;
    
  }


  .bnr-sec .bnr-txt
  {
    z-index: 1;
    position: absolute;
  }
  .bnr-sec .btn
  {
    background-color: #fff;
    color: #3399CC;
    border-radius: 0px;
    padding: 10px 15px;
    font-size: 17px;
    margin-top: 57%;
    margin-left: 25%;
    font-weight: 600;
    border: none;
  }

  .bnr-sec .btn:hover
  {
    background-color: #007bff;
    color: #fff;
  }

  .bnr-sec .fa-arrow-right:before
   {
    content: "\f061";
    padding-left: 10PX;
   }

   .bnr-sec .bg-success
   {
    background-color: #66CCCC!important;
   }

   .bnr-sec .progress-bar
   {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease;
   }

   .bnr-sec .progress 
   {
    display: -ms-flexbox;
    display: flex;
    height: 5px;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #000000;
    border-radius: .25rem;
    margin-top: 50px;
    width: 235px;
   }

   .progress-sec
   {
    position: absolute;
    top: 439px;
   }

   .progress-sec p
   {
    margin-top: 37px;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
   }

   /* nab Section */

   .nav-sec .nav 
   {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin: 40px -118px;
   }

   .nav-sec .nav-inner 
   {
    margin: 48px -110px;
   }

   .nav-sec .nav-inner .fa-home:before 
   {
    content: "\f015";
    font-size: 20px;
    }

   .nav-sec .nav a
   {
       color: #000000;
       font-size: 15px;
       font-weight: 600;
   }
   /* .nav-sec
   {
       z-index: 1;
   } */

   .nav-sec .carousel 
   {
    position: relative;
    margin-left: -222px;
   }

   .nav-sec img
   {
    display: block!important;
    /* height: 377px; */
    width: 807px;
   }

   .head-phone
   {
    border-left: 1px solid #000;
    padding: 45px 0px 0px 15px;
    height: 135px;
   }

   .head-phone p
   {
    font-size: 11px;
    margin-bottom: 7px;
   }

   .head-phone .fa-phone:before {
    content: "\f095";
    border: 2px solid #000;
    border-radius: 101%;
    padding: 3px 5px;
    margin-right: 10px;
}


   .head-phone .fa-envelope:before 
   {
    content: "\f0e0";
    border: 2px solid #000;
    border-radius: 50%;
    padding: 3px 4px;
    margin-right: 10px;
   }

   .head-nav-icon 
   {
    padding: 30px 0px 0px 0px;
    font-size: 23px;
    color: #007bff;
   }

   .head-nav-icon .navbar .dropdown, .dropleft, .dropright, .dropup {
    position: relative;
    list-style: none;
    right: 50px;
}

 .dropdown-menu-side-sec {
  position: absolute;
  top: 100%;
  left: -39px!important;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
}

   .slider-sec .fa-chevron-left:before 
   {
    content: "\f053";
    color: #000;
   }

   .slider-sec .fa-chevron-right:before 
   {
    content: "\f054";
    color: #000;
   }

   .slider-sec .carousel-control-next, .carousel-control-prev 
   {
    position: absolute;
    top: 0px;
    bottom: 169px;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
   }

   .slider-sec .carousel-control-next 
   {
    right: 50%;
   }

   .slider-sec .carousel-control-prev 
   {
    left: 48px;
   }

   .video-sec
   {
    bottom: 164px;
    right: 13px;
   }


   /* About Section */


   .sec-bg
   {
    background-color: #f7f7f7;
   }

   .about-sec
   {
    padding: 60px 35px;
   }

   .about-sec h2
   {
    font-size: 43px;
    color: #007bff;
    text-align: center;
    font-weight: 700;
   }

   .about-sec h5
   {
    font-size: 20px;
    color: #000000;
    font-weight: 700;
   }

   .about-sec .about-txt p
   {
    text-align: center;
    font-size: 17px;
    padding-top: 10px;
    padding-bottom: 20px;
   }

   .about-sec p a
   {
     /* color: #000; */
     font-size: 28px;
    padding-top: 10px;
    padding-bottom: 20px;
   }

   .about-sec p img
   {
    width: 387px;
    margin-left: 34%;
    margin-top: 50px;
   }

   .icon-sec .fa-check:before 
   {
    content: "\f00c";
    border: 1px solid #007bff;
    border-radius: 50%;
    background-color: #007bff;
    padding: 10px;
    color: #ccc;
    font-size:17px;
   }

   .icon-sec1 .fa-check:before 
   {
    content: "\f00c";
    border: 1px solid #007bff;
    border-radius: 50%;
    background-color: #007bff;
    padding: 10px;
    color: #ccc;
    font-size:17px;
   }

   .icon-sec2 .fa-check:before 
   {
    content: "\f00c";
    border: 1px solid #007bff;
    border-radius: 50%;
    background-color: #007bff;
    padding: 10px;
    color: #ccc;
    font-size:17px;
   }

   .icon-sec
   {
     margin-top: 50px;
   }
   .icon-sec1
   {
     margin-top: 0px;
   }
   .icon-sec2
   {
     margin-top: 0px;
   }

   .icon-sec .check-icon
   {
     margin-top: 10px;
   }

   .icon-sec1 .check-icon
   {
     margin-top: 10px;
   }

   .icon-sec2 .check-icon
   {
     margin-top: 10px;
   }

   .about-btn .btn-primary 
   {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    border-radius: 0px;
    font-size: 13px;
    padding: 5px 20px;
   }

   .about-btn .btn-primary:hover
   {
    background-color: #3399CC;
   } 


   /*---------------------- Our Product------------------- */
/* 
   .listing-page-sec .card 
   {
    background-color: #f5f5f5;
   } */


   .product-bg
   {
    background-color: #e8e8e899;
   }

   .product-sec
   {
    padding: 60px 35px;
   }

   .product-sec h2
   {
    font-size: 43px;
    color: #007bff;
    text-align: center;
    font-weight: 700;
    padding-bottom: 30px;
   }

   .product-sec .prod-txt
   {
    background-color: #66CCCC;
    padding: 25px!important;
    margin-left: 0px;
    margin-right: -4px;
    height: 251px;
   }

   .product-sec .prod-txt h3
   {
    color: #000;
     font-size: 26px;
   }

   .product-sec .prod-txt p
   {
    color: #000;
    line-height: 19px;
    font-size: 16px;
   }

   .product-sec .prod-txt .btn-primary
   {
    color: #fff;
    background-color: #3399CC;
    border-color: #3399CC;
    border-radius: 0px;
    font-size: 13px;
    padding: 7px 20px;
   }

   .product-sec .prod-txt .btn-primary:hover
   {
    background-color: #007bff;
    border-color: #007bff;
   }

   .listing-page-sec .card-body
   {
    height: 260px;
    border-top: 1px solid #ccc;
    background-color: #f5f5f5;
   }

   .listing-page-sec .card .card-img
   {
    width: 88%;
    padding-left: 12%;
    padding-bottom: 5px;
   }

   .listing-page-sec .btn-primary {
    color: #fff;
    background-color: #3399CC;
    border-color: #3399CC;
    border-radius: 0px;
    font-size: 13px;
    padding: 7px 20px;
}

   .footer-link p a
   {
    color: #000;
   }

   /* -----------------------Client section------------------------- */

   
   .client-sec
   {
    padding: 60px 0px 60px 40px;
   }

   .client-sec .client5-sec
   {
    margin-left: 33px;
   }

   /* footer section */

   .footer-bg
   {

    background-color: #66CCCC;
    
   }

   .footer-sec
   {
    padding: 60px 35px;
   }

   .footer-sec h3
   {
     text-transform: uppercase;
     color: #000;
     font-size: 25px;
   }

   .footer-sec p
   {
    color: #000;
     padding-top: 20px;
   }

   .footer-sec .fa-facebook-f:before, .fa-facebook:before 
   {
    content: "\f09a";
    border: 1px solid #fff;
    border-radius: 53%;
    padding: 10px;
    color: #fff;
    font-size: 20px;
   }

   .footer-sec .fa-twitter:before 
   {
    content: "\f099";
    border: 1px solid #fff;
    border-radius: 53%;
    padding: 10px;
    color: #fff;
    font-size: 20px;
   }

   /* .footer-sec .fa-envelope:before
   {
    content: "\f0e0";
    border: 1px solid #fff;
    border-radius: 53%;
    padding: 10px;
    color: #fff;
    font-size: 20px;
   } */

   .footer-sec .fa-envelope:before 
   {
    content: "\f0e0";
    /* border: 1px solid #fff; */
    /* border-radius: 53%; */
    padding: 0px;
    color: #000;
    font-size: 19px;
    }

    .footer-sec .fa-phone:before 
    {
      content: "\f095";
      padding: 7px 17px 0px 0px;
      color: #000;
      font-size: 25px;
  }

   .copyright-bg
   {
    background-color: #3399CC;
     
   }

   .copyright-sec
   {
    height: 95px;
   }

   .copyright-sec p
   {
    font-size: 20px;
    text-align: center;
    color: #fff;
    padding: 32px;
    margin-bottom: 0px;
   }


/* --------------------------------inner page ----------------------- */

.logo-sec-inner
{
  margin: 7px 0px 7px;
}

.bnr-bg-sec
{
  background-size: cover;
  background-repeat: no-repeat;
  height: 210px;
  background-image: url(../images/inner-bnr.jpg);
}

.bnr-bg-sec .bnr-txt h1
{
  font-size: 43px;
    color: #fff;
    font-weight: 600;
    margin-top: 10%;
}

.bnr-bg-sec .bnr-txt p
{
  font-size: 17px;
  color: #fff;
  font-weight: 400;
  padding-top: 17px;
}

.bnr-bg-sec .bnr-txt .btn
{
  background-color: #fff;
    color: #3399CC;
    border-radius: 0px;
    padding: 7px 25px;
    font-size: 17px;
    border: none;
    margin-top: 20px;
}

.bnr-bg-sec .bnr-txt .btn:hover
{
  background-color: #3399CC;
  color: #fff;
}

.feature-table-sec .table td, .table th {
  padding: 30px 10px;
  vertical-align: top;
  border-top: 1px solid  #3399CC;
  border-bottom: 1px solid #3399CC;
  width: 209px;
}

.feature-table-sec .table .border-sec
{
  border-right: 1px solid #3399CC;
}

.order-sec-bg
{
  background-size: cover;
  background-repeat: no-repeat;
  height: 473px;
}

.order-table-bg
{
  background-color: #cccccce8;
    height: 383px;
}

.order-table-bg h2
{
  font-size: 39px;
    color: #007bff;
    text-align: center;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 10px!important;
}

.order-table-sec .table th {
  padding: 23px 10px;
  vertical-align: top;
  border-top: none!important;
  border-bottom: 1px solid #3399CC;
}

.order-table-sec .table td {
  padding: 13px 10px;
    font-size: 16px;
    border-bottom: none;
}

.order-table-sec .table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid#3399CC;
}

.order-table-sec .table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  text-align: center;
}

.order-table-sec  {
  border: 0px solid #dee2e6 !important;
}

.order-table-sec .table-bordered td, .table-bordered th {
  border: 1px solid#3399CC;
}

.order-table-sec  td {
  border: 1px solid#3399CC;
}

.spec-table-sec h2
{
  font-size: 43px;
    color: #007bff;
    font-weight: 700;
    padding-bottom: 20px;
    text-align: center;
}


.spec-table-sec .table td, .table th {
      padding: 17px 20px;
    vertical-align: top;
    border-top: none;
    border-bottom: 1px solid #3399CC;
    /* width: 209px; */
    width: 318px;
}

.spec-table-sec .table .border-sec {
  border-right: 1px solid #3399CC;
}

.border-sec-last
{
  border-bottom: none!important;
  border-right: 1px solid #3399CC;
}


.feature-sec-inner h3
{
  font-size: 30px;
    font-weight: 600;
}

.feature-sec-inner p
{
  font-size: 20px;
  padding-top: 4px;
}

.feature-sec-inner img
{
  border: 2px solid #000;
    border-radius: 50%;
    padding: 15px;
}


.add-ons-sec h2
{
  font-size: 40px;
    color: #007bff;
    font-weight: 700;
    padding-bottom: 20px;

}

.add-ons-sec .btn 
{
  border-radius: 0px;
  padding: 5px 5px;
  font-size: 17px;
  border: 2px solid;
  margin: 1px 0px 34px;
}

.inner-order-btn .btn 
{
  border-radius: 0px;
  padding: 5px 5px;
  font-size: 17px;
  border: 2px solid;
  margin-left: -110px;
}

.add-ons-sec .fa-arrow-right:before {
  content: "\f061";
  margin-left: 10px;
}

.add-ons-sec p
{
  font-size: 20px;
    padding-top: 4px;
}

/* ------------------------------Listing page------------------------------- */


.feature-table-sec
{
  padding-top: 30px;
}


.listing-page-sec {
  padding: 60px 35px;
}

.list-sec h2 {
  font-size: 40px;
  color: #007bff;
  /* text-align: center; */
  font-weight: 700;
  border-bottom: 1px solid #000;
  width: 45%;
  padding: 7px 0px;
}

.list-sec .form-group {
  margin-bottom: 1rem;
  padding: 32px 0px 0px 0px;
}

.list-sec .border-sec
{
  border-bottom: 1px solid #000;
  width: 300px;
  margin-left: 15px;
}

.list-sec .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  width: 165px;
}

.pro-detail .card-title 
{
  margin-bottom: .75rem;
  font-size: 23px;
}


.slide-box img
{
  margin: 0px 50px 0px 0px;
}

.feature-img
{
  width:100%;
}

.contact-addr .fa-phone-square:before {
  content: "\f098";
  color: #3399CC;
  font-size: 25px;
  padding-right: 10px;
}

.contact-addr .fa-envelope:before {
  content: "\f0e0";
  color: #3399CC;
  font-size: 25px;
  padding-right: 10px;
}

.contact-addr .fa-map-marker:before {
  content: "\f041";
  color: #3399CC;
  font-size: 25px;
  padding-left: 40px;
}

.contact-sec .form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin-bottom: 23px;
}

.contact-sec .btn-primary {
  color: #fff!important;
  background-color: #007bff;
  border-color: #007bff;
  width: 160px;
}

.bnr-bg-sec-inner {
  background-size: cover;
  background-repeat: no-repeat;
  height: 246px;
  background-image: url(../images/inner-bnr.jpg);
  /* height: 314px; */
}

.bnr-bg-sec-inner .bnr-txt h1 {
  font-size: 43px;
  color: #fff;
  font-weight: 600;
  margin-top: 21%;
  text-shadow: 2px 2px #000000;
  /* margin-top: 32%; */
}

.contact-social-icon p span i {
  color: #007bff;
  font-size: 37px;
  padding: 31px 9px;
}

.about-sec
{
  padding: 15px 25px;
}

.more-pro-btn .btn-primary {
  color: #000;
  background-color: #66cccc00;
  margin-left: 43%;
  margin-top: 50px;
  border: 2px solid #66CCCC;
}


/* Enquiry Form */



.business-enq-sec
      {
        padding:30px 20px;
        /* height: 1300px; */
      }   


      .business-enq-sec p
      {
        font-size: 15px;
        padding: 30px 0px 0px;
        color: #000000;
      } 
      
      .business-enq-sec h3 {
        font-size: 21px;
        padding: 20px 0px 10px;
        color: #000000;
        font-weight: 600;
    }

    .enq-form-sec .form-control {
      display: block;
      width: 100%;
      height: calc(2.25rem + 2px);
      padding: 0.375rem 0.75rem;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: #495057;
      background-color: #fff;
      background-clip: padding-box;
      border: none;
      border-bottom: 1px solid #ccc;
      border-radius: 0px;
      margin-bottom:30px;
      -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
      transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
      -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  }

  .enq-form-sec label {
    display: inline-block;
    margin-bottom: 0.5rem;
    position: absolute;
    top: 3px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 10px;
}

.enq-form-sec .label-check {
  display: inline-block;
  margin-bottom: 0.5rem;
  position: absolute;
  top: 0px;
  padding: 0px 7px;
}

.enq-form-sec .form-check-input {
  position: relative;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.chk-box 
{
  margin: 0px 0px 31px;
}

.enq-form-sec label.active {
  transform: translateY(-14px) scale(0.8);
  font-size: 1rem;
}

.enq-form-sec .btn .btn-primary
{
  width: 200px;
  background-color: #006699!important;
  color: #fff!important;
  border-color: #006699!important;
  float: right;
}


.submit-sec .btn-primary
{
  color: #fff!important;
}

.enq-form-sec .captcha-img img
{
  width: 40px;
}

.thank-you-sec
{
  padding: 55px 20px 40px;
}

.thank-you-sec h3 {
  text-align: center;
  font-size: 29px;
  padding: 20px 0px 10px;
  color: #000000;
  font-weight: 600;
}

.thank-you-sec p {
  text-align: center;
  font-size: 21px;
  padding: 0px 0px 10px;
  color: #000000;
  font-weight: 600;
}


/* End ENquiry Form */


/* -----------------------------------GALLERY PAGE------------------------------------- */
/* The Modal (background) */


.gallery-sec 
{
  padding: 50px 0px;
}

.gallery-sec h2 {
  font-size: 40px;
  color: #007bff;
  /* text-align: center; */
  font-weight: 700;
  border-bottom: 1px solid #000;
  width: 45%;
  padding: 7px 0px;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
/* 
img {
  margin-bottom: -4px;
} */

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



.certi-sec .text-block {
  position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: #d8d8d8;
    color: #101010;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    padding-top: 5px;
}



.certi-sec .card:hover 
{
  opacity: 1;
  background-color: #000;
}

.des-view
{
  display: block;
}

.mob-view
{
  display: none;
}

.location-sec
{
  width:1200px;
  height:350px;
}

.video-sec video
{
  width: 300px;
  height: 250px;
}


.bnr-txt .carousel-caption {
  position: relative;
  right: 1%;
  bottom: -27px;
  left: -10%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}



/* -------------------media query ------------------------------*/


   @media (max-width: 576px)
   {

    .loader {
      left: 35% !important;
      top: 45% !important;
    }
    .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
      content: "\f0c9";
      color: #fff;
  }

    .about-img img
    {
      width:100%;
    }

    .product-img img
    {
      width:100%;
    }

    .bnr-sec h1 {
      font-size: 22px;
      color: #fff;
      font-weight: 700;
      padding: 0px 0px 1px;
      text-shadow: 2px 2px #000;
  }

    .bnr-sec .bnr-half-sec {
      background-color: #3399CC;
      right: 0px;
      padding: 13px 20px 0px 20px;
      height: 118px;
  }

  .bnr-sec .logo-sec {
    margin: 10px 0px 5px;
    border-bottom: 9px solid #66CCCC;
    padding: 7px 0px;
    width: 100px;
}

.bnr-sec .iso-txt {
  color: #fff!important;
  font-size: 10px;
  text-align: center;
}

.bnr-sec .btn 
{
    background-color: #fff;
    color: #3399CC;
    border-radius: 0px;
    padding: 5px 5px;
    font-size: 11px;
    margin-top: 9%;
    margin-left: 35%;
}

.bnr-sec .fa-arrow-right:before {
  content: "\f061";
  padding-left: 8PX;
}

.des-view
{
  display: none;
}

.mob-view
{
  display: block;
}

.head-phone {
  border-left: none;
  padding: 21px 0px 0px 10px;
}

.head-phone p {
  font-size: 10px;
  margin-bottom: 7px;
  color: #fff;
}

  
  .head-nav-icon {
    padding: 0px 0px 0px 0px;
    font-size: 28px;
    color: #007bff;
}

.head-nav-icon .navbar .dropdown, .dropleft, .dropright, .dropup {
  position: relative;
  list-style: none;
  right: 20px;
  top: 5px;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 7px 29px;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border-bottom: 1px solid #007bff;
}

  .progress-sec {
    position: absolute;
    top: 300px;
}

.nav-sec .carousel {
  position: relative;
  margin-left: 0;
}

.nav-sec .nav a {
  color: #000000;
  font-size: 15px;
  font-weight: 600;
}


.nav-sec .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0px;
  margin-bottom: 0;
  list-style: none;
  margin: 0px 0px 24px;
  width: 100%;
}

.nav-sec .nav-link {
  display: block;
  padding: 10px 4px 0px 8px;
}
/* 
.bnr-sec {
  height: 782px;
} */

.bnr-half-sec-inner {
  background-color: #3399CC;
  right: 0px;
  padding: 0px 10px 0px 10px;
  height: 97px;
}

.bnr-sec-inner .logo-sec {
  margin: 0px 0px 0px;
  border-bottom: 10px solid #66CCCC;
  padding: 10px 0px 3px;
  width: 102px;
}

.iso-txt-inner {
  color: rgb(255 255 255)!important;
  font-size: 10px;
  text-align: center;
  padding-top: 13px;
}

.copyright-sec p {
  font-size: 12px;
  text-align: center;
  color: #fff;
  padding: 17px;
  margin-bottom: 0px;
}

.copyright-sec {
  height: 70px;
}

.product-sec {
  padding: 20px 15px;
}

.spec-table-sec h2 {
  font-size: 33px;
  color: #007bff;
  font-weight: 700;
  padding-bottom: 20px;
}

.about-sec h2 {
  font-size: 28px;
  color: #007bff;
  text-align: center;
  font-weight: 700;
  padding-top: 60px;
}

.product-sec h2 {
  font-size: 33px;
  color: #007bff;
  text-align: center;
  font-weight: 700;
  padding-bottom: 30px;
}

.add-ons-sec h2 {
  font-size: 33px;
  color: #007bff;
  font-weight: 700;
  padding-bottom: 5px;
}

.inner-order-btn .btn {
  border-radius: 0px;
  padding: 5px 39px;
  font-size: 17px;
  border: 2px solid;
  margin-left: 0px;
}

.feature-sec-inner h3 {
  font-size: 30px;
  font-weight: 600;
  margin-top: 10px;
}

.about-sec {
  padding: 25px 35px 26px;
  margin-top: 0%;
}

.order-table-bg {
  background-color: #cccccce8;
  height: 100%;
  width: 100%;
}

.order-sec-bg {
  background-size: cover;
  background-repeat: no-repeat;
  height: 547px;
}

.order-table-bg h2 {
  font-size: 30px;
  color: #007bff;
  text-align: center;
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 10px!important;
}

.order-table-sec .table th {
  padding: 0px 10px;
  vertical-align: top;
  border-top: none!important;
  border-bottom: 1px solid #3399CC;
}


.dropdown-menu-side-sec {
  position: absolute;
  top: 100%;
  left: -108px!important;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 9rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #ccdff3;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
}

.list-sec h2 {
  font-size: 33px;
  color: #007bff;
  /* text-align: center; */
  font-weight: 700;
  border-bottom: 1px solid #000;
  width: 100%;
}

.listing-page-sec .card-body {
  height: 322px;
  border-top: 1px solid #ccc;
  background-color: #f5f5f5;
}

.listing-page-sec {
  padding: 60px 23px;
}

.list-sec .border-sec {
  border-bottom: 1px solid #000;
  width: 253px;
  margin-left: 15px;
}

.icon-sec .check-icon {
  margin-top: 10px;
  margin-bottom: 20px;
}

.icon-sec1 .check-icon {
  margin-top: 10px;
  margin-bottom: 20px;
}

.icon-sec2 .check-icon {
  margin-top: 10px;
  margin-bottom: 20px;
}

.product-sec .prod-txt {
  background-color: #66CCCC;
  padding: 25px!important;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  height: 327px;
}

.product-img
{
  margin: 20px;
}

/* .product-img
{
  margin-right: 0px!important;
} */

.nav-sec .carousel-inner {
  position: relative;
  width: 100%;
  /* overflow: visible; */
}

.gallery-sec h2 {
  font-size: 35px;
  color: #007bff;
  /* text-align: center; */
  font-weight: 700;
  border-bottom: 1px solid #000;
  width: 100%;
  padding: 7px 0px;
}

.slider-sec .carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0px;
  bottom: 0px;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
  transition: opacity .15s ease;
  left: 3%;
}


.nav-sec img {
  display: block!important;
  height: 100%;
  width: 100%;
}

.video-sec {
  bottom: 23px;
    left: 37px;
    padding-left: 84px;
}

.slider-sec .carousel-control-prev {
  left: 29%;
  top: 124px;
}

.more-pro-btn .btn-primary {
  color: #000;
  background-color: #66cccc00;
  margin-left: 22%;
  margin-top: 0px;
  border: 2px solid #66CCCC;
}

.location-sec {
  width: 100%;
  height: 350px;
}

.bnr-bg-sec {
  background-size: cover;
  background-repeat: no-repeat;
  height: 205px;
  background-image: url(../images/inner-bnr-mob.jpg);
}

.bnr-bg-sec .bnr-txt h1 {
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  margin-top: 13%;
}

.bnr-bg-sec .bnr-txt .btn {
  background-color: #fff;
  color: #3399CC;
  border-radius: 0px;
  padding: 6px 13px;
  font-size: 17px;
  border: none;
  margin-top: 14px;
}

.listing-page-sec .card{
  margin-bottom: 25px;
}

.certi-sec .text-block {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: #d8d8d8;
  color: #101010;
  padding-left: 37px;
    padding-right: 37px;
  font-size: 15px;
  padding-top: 5px;
}

.video-sec video {
  width: 214px;
    height: 138px;
}

.bnr-sec {
  height: 100%;
}

.head-phone .fa-envelope:before {
  content: "\f0e0";
  border: 0px solid #000;
  /* border-radius: 50%; */
  padding: 3px 4px;
  margin-right: 0px;
}

.head-nav-icon .navbar
{
  padding: 0px!important;
}

.head-phone .fa-phone:before {
  content: "\f095";
  border: 0px solid #000;
  /* border-radius: 101%; */
  padding: 3px 5px;
  margin-right: 0px;
}

.side-nav-sec .nav-link {
  display: block;
  padding: 13px 7px 10px 20px;
}

.bnr-bg-sec-inner {
  background-size: cover;
  background-repeat: no-repeat;
  height: 205px;
  background-image: url(../images/inner-bnr-mob.jpg);
  /* height: 314px; */
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 42px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}


   }



  




.gown-card {
    margin: 10%;
}
.gown-card:hover{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  text-decoration: none;
}
.gown-card img{
  border: 1px solid rgb(160, 160, 160);
  padding-top: 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.gown-card-heading h2{
  color: #007bff;
  font-size: 43px;
  font-weight: 700;
  text-align: center;
}
.gown-sub-head{
  background-color: #0b67c9;
  color: #fff;
  text-align: center;
  padding: 10%;
  text-decoration: none !important;
}
.gown-sub-head h5{
  font-weight: 600;
}

.sp-table{
  border: 1px solid rgb(157, 157, 157) !important;
  border-left: 1px solid rgb(157, 157, 157) !important;
  background-color: #e4eff5;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: 0.3s ease;
 
}
.tb{
  overflow: scroll !important;
}
.sp-table:hover{
  background-color: #cce5f2;
}
.sp-table td{
  border-left: 1px solid rgb(182, 182, 182) !important;
}
.feature-content {
  margin: 3%;
  padding: 5%;
  border: 1px solid #cdc7c7;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: 0.3s ease;
}
.feature-content:hover {
  background-color: #d8eaf3;
}
.feat-ul{
  line-height: 35px;
  color: #044291;
}

.st-content {
  margin: 3%;
  padding: 5%;
  border-radius: 10px;
}

.phone-re a{
  color: #000;
  text-decoration: none;
}
.phone-re-mob a{
  color: #fff;
  text-decoration: none;
}

.h-nav{
  transition: 0.3s ease;
  margin-right: 1px;
}
.h-nav:hover{
  background-color: #2b90c3;
  color: #fff !important;
  /* border-radius: 5px; */
}
.a-nav .active{
  background-color: #2b90c3;
  color: #fff !important;
  /* border-radius: 5px; */
}


/* top button */
#scroll {
  position:fixed;
  right:20px;
  bottom:20px;
  cursor:pointer;
  width:45px;
  height:45px;
  background-color:#3498db;
  text-indent:-9999px;
  display:none;
  -webkit-border-radius:60px;
  -moz-border-radius:60px;
  border-radius:10px
}
#scroll span {
  position:absolute;
  top:50%;
  left:50%;
  margin-left:-8px;
  margin-top:-12px;
  height:0;
  width:0;
  border:8px solid transparent;
  border-bottom-color:#ffffff;
}
/* top button end */

/* preloader */
.loader-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
}

.loader {
  position: absolute;
  left: 45%;
  top: 45%;
  /* width: 50px; */
  /* height: 50px; */
  font-size: 0;
  display: inline-block;
  margin: -25px 0 0 -25px;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  animation: scaleInOut 2.5s infinite cubic-bezier(.17,.67,.83,.67);
}
.lead{
font-size:13px;
}
.loader div {
  /* background-color: #d9b06a; */
  display: inline-block;
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
  animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

#slider{
    /* margin:50px auto; */
    /* width:500px; */
    /* height:400px; */
    /* padding:5px; */
    /* box-shadow: 0 0 20px rgba(0,0,0,1); */
    position:relative;
    }
    .slide{
    list-style:none;
    }
    #slider>li{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    }
@-webkit-keyframes ballPulseDouble {
  0%,
  100% {
      -webkit-transform: scale(0);
      transform: scale(0);
  }
  50% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
}

@keyframes ballPulseDouble {
  0%,
  100% {
      -webkit-transform: scale(0);
      transform: scale(0);
  }
  50% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
}
@keyframes scaleInOut {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.075);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.7;
  }

}
/* preloader end */