/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/*body {
  font-family: "Lato", sans-serif;
}*/


/*
*
* ==========================================
* CUSTOM slider form
* ==========================================
*
*/

/*basic reset*/
* {
    margin: 0;
    padding: 0;
}

/*form styles*/
#add-to-cart-or-refresh {
    text-align: center;
    position: relative;
    margin-top: 10px;
	
}

#add-to-cart-or-refresh fieldset {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 5px 5px;
    box-sizing: border-box;
    margin: 0px;
	width:100%;
     
    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#add-to-cart-or-refresh fieldset:not(:first-of-type) {
    display: none;
}

/*inputs*/
#add-to-cart-or-refresh input, #msform textarea {
    padding: 25px;
    border: 1px solid #ffc107;
    border-radius: 1px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #212529;
    font-size: 13px;
    border-color: #ffc107;
    line-height: 1.5

}

#add-to-cart-or-refresh input:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #ffcc00;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}

/*buttons*/
#add-to-cart-or-refresh .action-button {
    width: 100px;
    background: #ffcc00;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
    float:right;
    right:40%;
    position:relative;
  
}

#add-to-cart .action-button {
    width: 100px;
    background: #ffcc00;
    font-weight: bold;
    color: white;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
    float:right;
    right:40%;
    position:relative;
    border:1px solid green
  
}

#add-to-cart-or-refresh .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #ffcc00;
}

#add-to-cart-or-refresh .action-button-previous {
    width: 100px;
    background: #C5C5F1;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#add-to-cart-or-refresh .action-button-previous2 {
    width: 100px;
    background: #C5C5F1;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#add-to-cart-or-refresh .action-button-previous:hover, #msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #C5C5F1;
}

#add-to-cart-or-refresh .action-button-previous2:hover, #msform .action-button-previous2:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #C5C5F1;
}


/*headings*/
.fs-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}



html,body{
width: 100%;
height: 100%;
font-family: 'Poppins', sans-serif;
/*font-weight: 400;*/
}
.row{
  margin-right: 0px !important; margin-left: 0px !important;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  font-family: 'Quicksand', sans-serif;
}

.sidenav a {
  padding: 6px 8px 6px 70px;
  text-decoration: none;
  font-size: 16px;
  color: #818181;
  display: block;
  transition: 0.3s;
  font-family: 'Quicksand', sans-serif;
}
.help-width a{
  padding: 0px 8px 0px 100px !important;
}

/*.sidenav a:hover {
  color: #f1f1f1;
}*/

.sidenav .closebtn {
  position: absolute;
  top: 15px;
  /*right: 25px;*/
  font-size: 18px;
  padding-left: 32px !important;
  /*margin-left: 50px;*/
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


/*content starts*/


/*yellow row*/
.yellow-row {
  background-color: rgb(243,214,52);
}
.yellow-row h6{
  color: #ffffffa8;
}

/*Banner*/
.banners img{
  width: 100%;
}
.banners .right-side{
  background-color: rgb(247,216,26);
}
.banners .right-side .btn-start {
background-color: black; color: #ffffff; width: 100%;
}

/*images wrapper*/
.first-image-wrapper{
    display:grid;
    grid-gap:30px;
    grid-template-columns:repeat(auto-fill,minmax(260px,1fr));
    grid-template-rows:1fr;
}
.first-image-wrapper .card{
background-color: rgb(247,216,26);
border:none;
width: 100%;
height: 300px;
}

/*second image wrapper*/

.second-image-wrapper{
    display:grid;
    grid-gap:20px;
    grid-template-columns:repeat(auto-fill,minmax(180px,1fr));
    grid-template-rows:1fr;
	text-align:center;
	border:1px solid white;
  margin: 0px auto;
  width:1000px
}

.card-body2{
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1 rem;
}	
.second-image-wrapper .card{
background-color: rgb(247,216,26);
border:none;
width: 100%;
height: 170px;
}

.second-image-wrapper2{
    display:grid;
    grid-gap:5px;
    grid-template-columns:repeat(auto-fill,minmax(180px,1fr));
    grid-template-rows:1fr;
    width:200%; 
	border:1px solid white
}

.second-image-wrapper2 .card2{
background-color: rgb(247,216,26);
border:none;
width: 30%;
height: 60px;
text-align:center;
margin:0px

}


/*common*/
.card-head-text h2{
  text-shadow: -7px -8px 1px yellow;
}

/*footer*/
#footer{
/*height: 230px;*/
padding: 3rem 5rem .5rem 5rem;
background-color: rgb(247,216,26);
}
#footer h6 a{
  color: black;
}

header .logo-image{
width: 50px;
}



#box-product-left  {
float:left;
margin:0px;
padding:0px;
width:40%;

}

#box-product-right  {
float:right;
width:60%;


}


/*resposnsive*/
/*// Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) { 

#footer {
    padding: 3rem 3rem .5rem 3rem;
  }


}
/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {

.banners .right-side h1{
  font-size: 24px
}

#add-to-cart-or-refresh .action-button {
    float:right;
    right:20%;
    position:relative

}

}


/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) { 
.banners .right-side h1{
  font-size: 20px
}

#add-to-cart-or-refresh .action-button {
    float:right;
    right:10%;
    position:relative

}

#box-product-left  {

margin:0px;
padding:0px;
width:100%;

}

#box-product-right  {

width:100%;


}


}

/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
.banners .right-side h1 {
    font-size: 10px;
}
.banners .right-side {
    background-color: rgb(247,216,26);
    padding: 0px;
}
.banners .right-side .btn-start {
    font-size: 8px;
}

.card-head-text h2 {
    font-size: 1.2rem;
}
header .logo-image{
width: 30px;
}
#footer {
    padding: 3rem 1rem .5rem 1rem;
}



/*
*
* ==========================================
* CUSTOM UTIL CLASSES Circle
* ==========================================
*
*/

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}


#btnxl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn  {
    width: 100px;
    background: #ffcc00;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;

}







/* CSS Document */