.topbgdiv{ width:100%;float:left; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5a53e+0,c14322+100 */
background:/* #d7e7ec;  Old browsers */
/*background: -moz-radial-gradient(ellipse at center,  rgb(177 176 175) 0%,rgb(229 229 229) 100%); /* FF3.6-15 */
/*background: -webkit-radial-gradient(ellipse at center,  rgb(177 176 175) 0%,rgb(229 229 229) 100%); /* Chrome10-25,Safari5.1-6 */
/*background: radial-gradient(ellipse at center,  rgb(177 176 175) 0%,rgb(229 229 229) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a53e', endColorstr='#c14322',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.paddbtm{padding-bottom: 30px; padding-top: 30px;}
.addpadtopscroll{padding-top: 14%;}
.whitebg{width:100%;float:left;background:#e9e9e9;padding-bottom: 60px;position:relative; background: url(../images/main-bg2.jpg) no-repeat; background-attachment: fixed;
    background-size: cover;
    background-position: center;}
.imgsilder {
    background-color: #b28317;
	width: 100%;
    float: left;   
    padding: 10px 50px 10px 50px;
}
h1{
    font-size: 3rem;
    color: black;
    font-weight: 700;
}
.offer-sec-padding {
    margin-top: 60px;
	margin-bottom: 60px;
}

.offer-row-padding .col-sm-6.col-md-4 {
    margin-bottom: 20px;
}

.offer-row-padding {
    margin-bottom: 30px;
}
.offer-row-padding .col {
   /* margin-bottom: 25px; */
}

/** white box bg **/
.offers-details {
    padding: 25px 21px;
	border-radius: 15px;
    box-shadow: 0 0 10px 4px rgb(0 0 0 / 5%);
    background-color: #ffffff;
    margin: 10px 0px 0;
    /* cursor: pointer; */
    transition: 0.3s;
	min-height: 356px;
    
}
/** end **/

/** white box image-bg **/
.offers-details1 {
    padding: 30px 30px;
	background: url(../images/cutting-offer-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
	cursor: pointer;
    transition: 0.3s;
}
.offers-details:hover {
    box-shadow: 0 0 14px 8px rgb(0 0 0 / 20%);
}
/** end **/


.offers-comp-img {
    max-width: 50%;
    margin: auto;
	margin-bottom: 12px;
    text-align: center;
}
.offers-offer-text {
    text-align: left;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    color: #222;
    padding: 0 0px;
}
.first-weight-text {
    /* font-weight: 600; */
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
		
}
.offers-button a {
    font-size: 18px;
	font-family: 'Open Sans', sans-serif;
    padding: 10px 46px;
    text-transform: capitalize;
    color: #fff;
    background-color: #2384b7;
    border-radius: 20px;
}

.offers-button {
    text-align: center;
    margin-top: 6%;
}
.offers-footer-right {
    float: right;
}
.offers-footer-text {
    text-align: right;
	color: #282828;
	line-height: 1.6;
}
.offers-footer-text a {
	color: #222;
	text-decoration: underline;
}


/* Arrow css*/
html {
  scroll-behavior: smooth;
}
.arrow.bounce {
    position: absolute;
    top: 60%;
    left: 48%;
}
.arrow a {
    text-decoration: none;
    display: block;
    padding: 20px;
}

.arrow {
  text-align: center;
  margin: 8% 0;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.text-bold {
    font-weight: 600;
}

.container {
    width: 100%;
    max-width: 950px;
}

/* store List Button CSS */
.locate-store {
    display: flex;
    width: 77%;
    position: absolute;
    bottom: 20px;
    left: 26px;
}

.locateStoreBtn {
    font-size: 14px;
    width: 100%;
    background-color: #fadc84;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 7px;
}
.locateStoreBtn a {
    color: #000;
    padding: 5px 0;
    display: block;
    text-decoration: none;
}

.locateStoreBtn a:hover {
    color: #282828;
	background-color: #fcc850;
	border-radius: 5px;
	font-weight: 600;
    text-align: center;
    padding: 5px 0;
    display: block;
    text-decoration: none;
}