
        /********************************************************************GIFTCARD SECTION*********************************************************************************************/

        body {
    background-color: #f5f5f5;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    line-height: 22.5px;
    vertical-align: baseline;
    letter-spacing: normal;
    word-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: rgb(68, 68, 68);
    text-indent: 0px;
}
.topbar-companylogo a img {
    max-height: 66px;
    top: 6px;
    position: absolute;
    left: 15px;
}
.container

{
     
    max-width: 1633px;
    padding-top: 23px;
}
.progress-steps{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 40px;
     font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"!important;
    
}
.giftcard-scroll {
  display: flex;
  flex-wrap: wrap;
      justify-content: center;
   
}
.step
{  
    color: #848d7d;
    background-color:#f9f9f9;
    padding: 10px;
    width: 24%;
    text-align: center;
}
.step.active
{
    background-color: white;
   font-weight: bold;
   color: #444!important;
   border-color: #848d7d!important;
}

    h1, h2, h3, h4 {
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #000;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    }
.giftcard-image{
    border: 3px solid #fff;
    border-radius: 8px;
    padding: 4px;
    cursor: pointer;
    transition: border-color 0.2s ease;
margin-left: 1px;
    margin-right: 1px;
    max-width: 260px;
    background-color: #fff;
}
.giftcard-image.selected {
    border-color: #848d7d!important;
    background-color: #848d7d;
}
.giftcard-image.selected .giftcard-option{
    border-color: #848d7d!important;
    
}
#giftcard-container{
    /* background: white; */
    border-radius: 5px;
       padding: 20px 0 20px 0;
    display: flex;
    justify-content: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.form-control {
    border: 1px solid #cfcfcf;
    background-color: #ffffff;
    color: #222;
    font-size: 16px;
     font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    border-radius: 5px;
    text-align: left;
    padding: 6px;
    height: 37px;
        border-radius: 5px !important;
}




@media (max-width: 1633px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1088px !important;
        width: 100%;
    }
}
 
