*{
    margin:0;
    padding:0;
    font-family: 'Open Sans', sans-serif;
}

ul, li {
    list-style-type: none;
}

.navbar {
    background-color: transparent !important;
}

.navbar .container-fluid {
    padding: 0 0;
}

.navbar-brand img {
    max-width: 200px;
}

.navbar-expand-lg .navbar-nav {
    margin-left: auto;
    margin-right: inherit !important;
    align-items: center;
}

.navbar-expand-lg .navbar-nav .nav-item {
    margin: 0 10px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 600;
    position: relative;
}

.navbar-expand-lg .navbar-nav .login .nav-link {
    background-color: #04AA6D;
    color: white;
    padding: 5px 15px;
    margin-left: 15px;
}

.navbar-expand-lg .navbar-nav .nav-link::after {
    content: '';
    width: 0%;
    height: 2px;
    background: #cc433a;
    display: block;
    margin: auto;
    transition: 0.8s;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover::after {
    width: 90%;
}

.navbar-expand-lg .navbar-nav .login .nav-link::after {
    display: none;
}

.main-banner {
    background: url("../../images/Banner1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 300px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.main-banner h1 {
    font-size: 52px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.main-banner a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 34px;
    margin-top: 25px;
}

.main-banner a:hover {
    border: 1px solid #be2116;
    background: #860a0a;
    transition: 0.5s;
}

.services {
    padding: 40px 0;
}

.services h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}

.services .col {
    width: 25%;
    flex: 0 0 25%;
    padding-bottom: 30px;
}
.services .col2 {
    width: 25%;
    flex: 0 0 25%;
    padding-bottom: 30px;
}

.services .col img {
    max-width: 100%;
}
.services .col1 img {
    max-width: 100%;
}
.services .col2 img {
    max-width: 100%;
}

.services .col span {
    font-size: 16px;
    color: rgb(39, 39, 39);
    font-weight: 600;
    display: inline-block;
    padding-top: 15px;
}
.services .col1 span {
    font-size: 16px;
    color: rgb(39, 39, 39);
    font-weight: 600;
    display: inline-block;
    padding-top: 15px;
}
.services .col2 span {
    font-size: 16px;
    color: rgb(39, 39, 39);
    font-weight: 600;
    display: inline-block;
    padding-top: 15px;
}

.product {
    padding: 40px 0;
}

.product-images {
    padding-right: 25px;
}

.product-main-img img {
    max-width: 100%;
}

.product-sub-images {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex: 0 0 33%;
    margin-top: 30px;
}

.product-sub-images li {
    max-width: 33%;
    margin: 0 25px;
}

.product-sub-images li:nth-child(1) {
    margin-left: 0;
}

.product-sub-images li:nth-child(3) {
    margin-right: 0;
}

.product-sub-images li img {
    max-width: 100%;
    cursor: pointer;
}

.product-details {   
    padding-top: 10px;
} 

.product-details .product-name {
    font-size: 21px;
    font-weight: 700;
}

.product-details p {
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
}

.product-details ul {
    padding-left: 16px;
}

.product-details ul li {
    list-style-type: disc;
    font-size: 14px;
    font-weight: 400;
    color: #4a4949;
    line-height: 32px;
}

.product-note {
    padding: 10px 0 35px 0;
}

.note-title {
    font-size: 21px;
    font-weight: 700;
    font-style: italic;
}

.product-note span {
    font-size: 15px;
    font-weight: 400;
    color: #4a4949;
}

.details-title {
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
    padding-bottom: 10px;
}

.form-input {
    padding: 12px 0;
}

.form-input label {
    font-size: 15px;
    font-weight: 400;
    color: #4a4949;
    min-width: 100px;
}

.form-input select {
    width: 55%;
    border: 1px solid #4a4949;
    border-radius: 4px;
    padding: 2px 5px;
    color: #4a4949;
    
}

.form-input-inner {
    font-size: 9px;
    font-weight: 500;
    margin-left: 105px;
    margin-top: 6px;
}

.form-btn {
    display: flex;
    flex-direction: row;
    flex: 0 0 50%;
    align-items: center;
    padding: 5px 0;
}

.form-btn .price {
    width: 37%;
    font-size: 20px;
    font-weight: 700;
}

.price span {
    font-size: 11px;
    font-weight: 500;
    color: #4a4949;
}

.price small {
    font-size: 11px;
    font-weight: 500;
    display: block;
    color: #4a4949;
}

.form-submit {
    width: 35%;
    text-align: right;
}
.form-submit1 {
    width: 35%;
    text-align: right;
    margin-left:20%;
}

.form-submit button {
    font-size: 16px;
    font-weight: 500;
    background: #ff5656;
    color: #fff;
    padding: 3px 5px;
    border: 1px solid #000;
    border-radius: 7px;
    margin-right: 10px;
}
.form-submit1 button {
    font-size: 16px;
    font-weight: 500;
    background: #ff5656;
    color: #fff;
    padding: 3px 5px;
    border: 1px solid #000;
    border-radius: 7px;
    margin-right: 10px;
}

.product-filter {
    padding: 20px 0;
}

.product-filter-top {
    background: #ffc0cb5c;
    padding: 30px 0;
    text-align: center;
}

.product-filter-top h5 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
}

.product-input {
    display: inline-block;
    width: 235px;
    margin: 0 25px;
}

.product-input select {
    width: 100%;
    border: 1px solid #4a4949;
    border-radius: 4px;
    padding: 3px 10px;
    color: #4a4949;
    font-size: 18px;
    font-weight: 600;
    background: transparent;
}

.product-filter-bottom {
    padding: 25px 0;
} 

.product-filter-inner {
    padding: 0;
    display: flex;
    flex-direction: row;
}

.product-filter-inner .col {
    width: 15%;
    flex: 0 0 15%;
    margin: 0 9px;
    padding: 0 0;
    margin-bottom: 20px;
}

.product-filter-inner .col label {
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 7px;
}

.product-filter-inner .col input {
    max-width: 100%;
    border: 1px solid #000;
    padding: 4px 7px;
}
.product-filter-inner select{
    width: 100%;
    border: 1px solid #4a4949;
    border-radius: 4px;
    padding: 4px 4px;
}


footer img {
    max-width: 100%;
    margin-top: 50px;
}
.Banner2{
    width: 100%;
    margin-top: 50px;
    display: flex;
}
.Banner3{
    width: 80%;
    margin:5%;
    padding-left: 5%;
    margin-bottom: 30px;
    align-items: center;
    display:flex;
}
.Aboutus{
    background-color:blanchedalmond;
    background-position: center;
    background-size: cover;
    padding: 30px 0px;
    }
    
    .Aboutus h1::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #cc433a;
    display: block;
    margin: auto;
    transition: 0.8s;
    }
    
    
    .Aboutus h1:hover::after{
    width: 15%;
    }
    
    .Aboutus h1 {
    width:80%;
    font-size: 28;
    text-align: center;
    padding-left: 15%;
    padding-bottom: 20px;
    }
    
    p{
    width: 80%;
    line-height: 1.5;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 100px;
    padding-left: 15%;
    color: rgb(44, 44, 44);
    }
    
    
   
    .Banner4{
        width: 100%;
        margin-bottom: 5px;
        align-items: center;
        justify-content: center;
        display: flex;
        }
        
        .Banner5{
        width: 80%;
        margin:10px;
        padding-left: 15%;
        align-items: center;
        display: flex;
        }
        .bcards{
            width: 65%;
            margin: auto;
            text-align: center;
            margin-top: -15px;
           
          }
          .bcards h1{
            font-size: 25px;
            text-align: center;
            color: rgb(14, 13, 13);
            margin-top:20%;
            font-weight: 600;
            padding-bottom: 20px;
          
          }
          
          .bcards-col a{
            text-decoration: none;
          }
            
          .bcards-col img{
            width: 100%;
            display: block;
            align-items: center;
            padding: 20px 0px;
          }
          
          .bcards-col h3{
            font-size: 16px;
            font-weight: 50px;
            color: rgb(39, 39, 39);
            font-weight: 600;
            margin-bottom: -20px;
          }
          
          .row4{
            margin-top: 10%; 
            display : flex;
            justify-content: space-between;
          
          }
          .bcards-col{
            flex-basis: 25%;
            margin-bottom: 5px;
            padding: 10px 10px;
          
          }
          
          .bcards-col p{
            font-size: 14px;
            color: gray;
          }
          
          .bcards-col:hover{
            background-color: rgb(255, 255, 255);
            box-shadow: 0 0 2rem 0 rgba(129, 129, 129, 0.5);}
          
          /*------------------------------------ bcards2 ------------------------------------------*/
          
          .bcards2{
            width: 65%;
            margin: auto;
            text-align: center;
            margin-top: -15px;
           
          }
          .bcards2 h1{
            font-size: 25px;
            text-align: center;
            color: rgb(14, 13, 13);
            margin-top:20%;
            font-weight: 600;
            padding-bottom: 20px;
          
          }
          
          .bcards2-col a{
            text-decoration: none;
          }
            
          .bcards2-col img{
            width: 100%;
            display: block;
            align-items: center;
            padding: 20px 0px;
          }
          
          .bcards2-col h3{
            font-size: 16px;
            font-weight: 50px;
            color: rgb(39, 39, 39);
            font-weight: 600;
            margin-bottom: -20px;
          }
          
          .row5{
            margin-top: 1%; 
            display : flex;
            justify-content: space-between;
          
          }
          .bcards2-col{
            flex-basis: 25%;
            margin-bottom: 5px;
            padding: 10px 10px;
          
          }
          
          .bcards2-col p{
            font-size: 14px;
            color: gray;
          }
          
          .bcards2-col:hover{
            background-color: rgb(255, 255, 255);
            box-shadow: 0 0 2rem 0 rgba(129, 129, 129, 0.5);
          }
          .services .col1 {
            width: 25%;
            flex: 1 0 25%;
            padding-bottom: 30px;
        } 
        /* 

Login Form - HTML+CSS+JAVASCRIPT v0.0.1 BETA
Created by: Gabriel Almeida (PingO)
Twitter: https://bit.ly/3GJeLDt
Github: https://bit.ly/3VJFmEP
Buy Me a Coffee: https://bit.ly/3NlkAGU

*/

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap");

:root {
  --transparent: transparent;
  --black: #000;
  --white: #fff;

  --gunmetal-100: #d4d5d7;
  --gunmetal-200: #9b9da1;
  --gunmetal-400: #63656a;
  --gunmetal-500: #2a2d34;
  --gunmetal-800: #17191d;

  --blue-400: #6caef1;
  --blue-500: #3c91e6;
}

*,
*::after,
*::before {
  padding: 0;
  margin: 0;
  font-family: "Inter", sans-serif;
}

input,
button {
  border: 0;
  border-radius: 0.25rem;
}

/* CSS */

.container1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* min-width: 100vw; */
  /* min-height: 100vh; */
  /* background-color: var(--gunmetal-800); */
  /* color: var(--gunmetal-200); */
}

/* .header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.ph-dog {
  font-size: 115px;
  color: var(--blue-500);
}

.title {
  color: var(--gunmetal-100);
  font-weight: 700;
  font-size: 2rem;
  line-height: 2rem;
  margin-top: 1rem;
} */

/* .good {
  color: var(--gunmetal-400);
  font-size: 1.125rem;
  margin-top: 0.6rem;
} */

.form2 {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 400px;
  gap: 1rem;
  margin-top: 2.5rem;
  font-family: 'Open Sans', sans-serif;
}

.label-email,
.label-password,
.label-remember {
  display: flex;
}

.label-email,
.label-password {
  flex-direction: column;
  gap: 0.75rem;
}

.label-remember {
  align-items: center;
  gap: 0.5rem;
}

.email-span,
.password-span {
  /* color: var(--gunmetal-200); */
  font-weight: 600;
  line-height: 1.25rem;
}

.input-email-container,
.input-password-container {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.75rem;
  background-color: #dee2e6;
  border-radius: 0.25rem;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.input-email-container:focus-within,
.input-password-container:focus-within {
  box-shadow: inset 0 0 0 calc(2px + 0px) var(--blue-500);
}

.input-email-container i,
.input-password-container i {
  font-size: 24px;
}

.input-email,
.input-password {
  font-size: 0.875rem;
  line-height: 1rem;
  /* color: var(--gunmetal-200); */
  background-color: var(--transparent);
  outline: none;
  flex: 1;
}

/* .input-email::placeholder,
.input-password::placeholder {
  color: var(--gunmetal-400);
} */

.input-verify {
  display: none;
}

.btn-checkbox {
  width: 1.5rem;
  height: 1.5rem;
  padding: 2px;
  background-color: var(--gunmetal-500);
  border-radius: 0.25rem;
  cursor: pointer;
}

.btn-checkbox .ph-check {
  display: block;
  color: var(--blue-500);
  font-size: 20px;
}

.btn-sign-in {
  margin-top: 1rem;
  padding: 0.75rem 1rem 1rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: var(--black);
  background:#ff5656;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  cursor: pointer;
}

/* .btn-sign-in:hover {
  /* background-color: var(--blue-400); *
} */

.footer2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 2rem;
  gap: 1rem;
}

.footer-link2 {
  color: var(--gunmetal-400);
  font-size: 0.875rem;
  line-height: 1rem;
  text-decoration: underline;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.footer-link2:hover {
  color: var(--gunmetal-200);
}
.Guidline{
  background-color:#ffe8ec;
  background-position: center;
  background-size: cover;
  padding: 30px 0px;
  text-align: center;
   margin-top:-55px;
  }
  
  .Guidline h1::after{
  content: '';
  width: 0%;
  height: 2px;
  background: #cc433a;
  display: block;
  margin: auto;
  transition: 0.8s;
  }
  
  
  .Guidline h1:hover::after{
  width: 15%;
  }
  
  .Guidline h1 {
  width:80%;
  font-size: 28;
  text-align: center;
  padding-left: 10%;
  padding-bottom: 20px;
  }
  .Guidline b{
    color: #be2116;
  }
  
  p{
  width: 80%;
  line-height: 1.5;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 100px;
  padding-left: 20%;
  color: rgb(44, 44, 44);
  }

  .printfile h2{
    font-size: 28px;
    text-align: center;
    color: rgb(14, 13, 13);
    margin-top: 8%;
    margin-bottom: 1%;
    font-weight: 600;
    padding-bottom: 3%;
  }
  #buttonid{
    width: 13%;
    padding: 4px;
    font-size: 19px;
    margin-top: 2%; 
    background-color: #b72235;
    /* margin-top: 2%; */
  }
  .pdf img {
    max-width: 100%;
    margin-top: 50px;

  }
  .Aboutus1{
    background-color:#f5f5f5;
    background-position: center;
    background-size: cover;
    padding: 30px 0px;
    font-family: poppins;
    }
    
    .Aboutus h3::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #cc433a;
    display: block;
    margin: auto;
    transition: 0.8s;
    }
    
    
    .Aboutus1 h3:hover::after{
    width: 15%;
    }
    
    .Aboutus1 h3 {
    width:80%;
    font-size: 28;
    margin-left: 166px;
    font-family:poppins;
    
    padding-bottom: 20px;
    }
    
    .Aboutus1 p {
    width: 80%;
    line-height: 1.5;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
    padding-left: 0%;
    margin-left: 163px;
    
    color: rgb(44, 44, 44);
    }

    .container2 img{
      padding-left: 37%;
    }
    .Aboutus1{
      background-color:#f5f5f5;
      background-position: center;
      background-size: cover;
      padding: 30px 0px;
      font-family: poppins;
      }
      
      .Aboutus h3::after{
      content: '';
      width: 0%;
      height: 2px;
      background: #cc433a;
      display: block;
      margin: auto;
      transition: 0.8s;
      }
      
      
      .Aboutus2 h3:hover::after{
      width: 15%;
      }
      
      .Aboutus2 h3 {
      width:80%;
      font-size: 28;
      margin-left: 166px;
      font-family:poppins;
      /* background-color:white; */
      
      padding-bottom: 20px;
      }
      
      .Aboutus2{
        text-align: center;
        background-color: #ffe8ec;
      }
      .Aboutus2 p {
      width: 80%;
      line-height: 1.5;
      justify-content: space-between;
      font-size: 18px;
      font-weight: 600;
      padding-left: 0%;
      margin-left: 163px;
      
      color: rgb(44, 44, 44);
      }
    
    .Aboutus2 img{
      padding-left: 1%;
    }
   .Aboutus2 button{
    margin-top: 2%; 
    background-color: #b72235;
   }
   .Aboutus3{
    text-align: center; 
    margin-top:-55px;
   }
   .Aboutus3 p{
    padding-left: 14%;
   }
   .contact-box {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: 25px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 15px;
}
.contact-box h2 {
	font-weight: 500;
	margin: 10px 0 10px 0;
	font-size: 20px;	
}

.contact-box i {
	font-size: 46px;	
	color: #53c4da;
}

.contact-box a {
	color: #555;
  text-decoration: none;
}

.contact-box a:hover {
	color: #53c4da;
	text-decoration: underline;
}

a:hover,
a:focus,
a:visited {
	color: #333;
	text-decoration: none;
	outline: none;		
}



.box {
	position: relative;
	background: #f8f8f8;
  	margin: 0;
	padding: 30px 15px 15px 15px;
	border: 1px solid #ddd;
	border-top: none;
}

.box.first {	
	border-top: 1px solid #ddd;	
}

.box-header {
	margin: 0 15px 20px 15px;
	width: 100%;
	border-bottom: 2px dotted #ddd;	
}

.box-header h3 {
	margin-left: 50px;
	font-size: 20px;	
	color: #555;	
}

.box-header h3 strong {
	background-color: #53c4da;
	text-align: center;
	width: 40px;
	height: 40px;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	font-size: 18px;	
	line-height: 42px;
	text-align: center;
	position: absolute;
	left: 30px;
    top: 22px;
}

.box-header p {	
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 20px;
	color: #999;
}

.box-link,
.box-link:focus,
.box-link:active,
.box-link:visited {
	color: #555;
    font-size: 11px;
    font-weight: 500;
    border: 1px solid #ddd;
    background: #fff;
    margin-left: 5px;
    padding: 4px 8px;
    position: absolute;
    top: -1px;
    right: -1px;
}

.box-link:hover {
	background: #53c4da;
	border: 1px solid #53c4da;
	color: #fff;
}

.select-control{
  border: 1px solid #ced4da;
  width: 100%;
  padding: 8px;
  border-radius: 0.25rem;
}

.contact-wrap-form {
  background-color: #f8f8f8;
  -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  padding: 50px;
}
.contact-wrap-form .form-group .form-control {
  height: 50px;
  color: #2d3652;
  border: 1px solid #e8e8e8;
  background-color: #fcfcff;
  border-radius: 0;
  padding: 10px 20px;
  width: 100%;
  margin-top: 15px;
}

.default-btn {
  background-color: #ff5656;
  padding: 12px 42px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: 27px;
}