body {
   overflow: auto;
}
html {
    scroll-behavior: smooth;
}

.sam-retails-store {
    font-family:'Rajdhani',Helvetica,sans-serif;
}
.sam-usa {
    margin: 50px 40px 50px 10px;
}
.sam-state-list {
   margin: 0 40px 50px 20px;
   display: flex;
   justify-content: space-around;
   background: #266ea7;
}
.sam-state-list a {
   display: flex;
   justify-content: center;
   padding: 10px;
   line-height: 1;
   font-weight: 700;
   text-decoration: none;
   color: #fff;
}
.sam-state-list a:hover {
   background: #fff;
   color: #000;
}



.sam-store-info {
   margin: -20px 30px 40px 10px;
}
.sam-store-info .title {
   border-bottom: 3px solid #000; 
}
.sam-store-info .details {
   padding: 20px 0 20px 0;
}
.sam-store-info i {
    font-size:16px; 
    color: #007ac2; 
    padding-right: 10px
}
.sam-store-info .fa-map-marker {
    padding-right: 14px
}
.sam-store-info h6 {
    color: #007ac2
}