* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-family: "Roboto", sans-serif;
    scroll-behavior: smooth;
  }
  
  #box {
    position: absolute;
    bottom: 11px;
    right: 1px;
    width: 15%;
    height: 30px;
    overflow: hidden;
    transition: width 2s;
  }

  .mx-auto{
      margin:auto;
  }
  .spinner-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 999999;
    }
  .spinner{
    position: absolute;
top: 50%;
left: 50%;
  }
  .spinner img{
     width:20px;
     -webkit-animation-name: spin;
    -webkit-animation-duration: 1000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -moz-animation-name: spin;
    -moz-animation-duration: 1000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;

    -ms-animation-name: spin;
    -ms-animation-duration: 1000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    animation-name: spin;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }

  @-ms-keyframes spin { 
    from { 
        -ms-transform: rotate(0deg); 
    } to { 
        -ms-transform: rotate(360deg); 
    }
}
@-moz-keyframes spin { 
    from { 
        -moz-transform: rotate(0deg); 
    } to { 
        -moz-transform: rotate(360deg); 
    }
}
@-webkit-keyframes spin { 
    from { 
        -webkit-transform: rotate(0deg); 
    } to { 
        -webkit-transform: rotate(360deg); 
    }
}
@keyframes spin { 
    from { 
        transform: rotate(0deg); 
    } to { 
        transform: rotate(360deg); 
    }
}
  .offercardmargin{
    margin-top: -7px;
  }
  
  #box.clicked {
    width: 72%;
  }
  .youtubevideocontainer {
    height: 160px;
    width:100%;
  }
  .youtubebtn {
    position: absolute;
    width: 57px;
    height: 38px;
    top: 40%;
    font-size: 40px;
    background-image: url(../images/youtube.png);
    background-position: center;
    background-size: cover;
    left: 40%;
    border-radius: 3px;
    color: #ff5555;
  }
  .mrtop {
    margin-top: -17px;
  }
  .shareposition {
    position: relative;
  }
  .slidicons a {
    color: #ffffff;
  }
  .slideicon {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    padding-right: 11px;
  }
  .slideicon .fab {
    font-size: 17px;
    padding-left: 29px;
  }
  
  .slideicon .far {
    font-size: 17px;
    padding-left: 29px;
  }
  
  .slideicon .fal {
    font-size: 18px;
    padding-left: 8px;
    padding-top: 8px;
  }
  .slideicons {
    width: 80%;
  }
  .slideicones {
    width: 20%;
  }
  .margintop {
    margin-top: 20px;
  }
  nav .nav-wrapper {
    position: relative;
    height: 100%;
    padding-left: 12px;
    background-color: #3696f8 !important;
  }
  .cardheadshare {
    background-color: #fff;
    width: 10%;
  }
  .cardheadshare:hover {
    background-color: #fff;
    width: 50%;
  }
  .shares {
    text-align: right;
  }
  .shares .btns {
    border-radius: 5px;
    background-color: #ddd;
    margin-top: 16px;
    padding: 4px 14px;
    display: inline-block;
    transition: all 0.4s linear;
    cursor: pointer;
    background: linear-gradient(to bottom left, #3fdd8f, #4b82da);
    color: #ffffff;
  }
  .share {
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
  }
  .share .btns {
    border-radius: 5px;
    background-color: #ddd;
    margin-top: 16px;
    padding: 4px 14px;
    display: inline-block;
    transition: all 0.4s linear;
    cursor: pointer;
    background: linear-gradient(to bottom left, #3fdd8f, #4b82da);
    color: #ffffff;
  }
  ul .squaredots li {
    list-style-type: square;
  }
  .share .btns i {
    cursor: pointer;
    color: #fff;
  }
  .share .social.open ul li {
    opacity: 1;
  }
  .share .social ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .share .social ul li {
    border-radius: 100%;
    padding: 3px;
    cursor: pointer;
    opacity: 0;
    margin: 5px 0;
    transition: all 0.4s ease-in-out;
  }
  
  .share .social ul li i {
    color: rgb(255, 255, 255);
  }
  
  .tabs .tab a:hover {
    color: #00bbc3 !important;
  }
  .tabs .tab a {
    color: #0e8092 !important;
    font-weight: 500;
    display: block;
    width: 100%;
    height: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: color 0.28s ease;
    -moz-transition: color 0.28s ease;
    -o-transition: color 0.28s ease;
    -ms-transition: color 0.28s ease;
    transition: color 0.28s ease;
  }
  .tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    background: #3fdd8f;
    background: -webkit-linear-gradient(top right, #3fdd8f, #4b82da);
    background: -moz-linear-gradient(top right, #3fdd8f, #4b82da);
    background: linear-gradient(to bottom left, #3fdd8f, #4b82da);
    will-change: left, right;
  }
  .fixednavmenu {
    position: fixed;
    padding: 6px;
    top: 1%;
    right: 0;
    width: 33%;
    z-index: 999;
    background: #3fdd8f;
    background: -webkit-linear-gradient(top right, #3fdd8f, #4b82da);
    background: -moz-linear-gradient(top right, #3fdd8f, #4b82da);
    background: linear-gradient(to bottom left, #3fdd8f, #4b82da);
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
  }
  .btn-floating.btn-large i {
    line-height: 55.5px;
    background: #3fdd8f;
    background: -webkit-linear-gradient(top right, #3fdd8f, #4b82da);
    background: -moz-linear-gradient(top right, #3fdd8f, #4b82da);
    background: linear-gradient(to bottom left, #3fdd8f, #4b82da);
  }
  .container-fluid {
    padding-left: 9px;
    padding-right: 9px;
  }
  .container {
    margin: 0 auto;
    max-width: 1280px;
    width: 93% !important;
  }
  .aboutimg {
    width: 100%;
    margin-top: 44px;
    margin-bottom: 30px;
  }
  .displayflex {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .wedsiteheader {
    height: 500px;
  }
  .row {
    margin-bottom: 0px !important;
  }
  .mb {
    margin-top: 11px;
    margin-bottom: 10px;
  }
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Roboto", sans-serif;
  }
  .secbg {
    padding: 4px;
    background-color: #9898981f;
    border-radius: 6px;
    overflow-x: hidden;
  }
  .black .fal {
    color: #ffffff !important;
  }
  .colreverse {
    display: flex;
    flex-direction: row;
  }
  .catergbtn a {
    width: 100%;
    background: #3fdd8f;
    background: -webkit-linear-gradient(top right, #3fdd8f, #4b82da);
    background: -moz-linear-gradient(top right, #3fdd8f, #4b82da);
    background: linear-gradient(to bottom left, #3fdd8f, #4b82da);
    padding: 6px 6px;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    text-decoration: none;
    border-radius: 4px;
  }
  
  .cardofferdetails {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 25px;
    border-radius: 6px;
    border: 2px solid #16c68b;
    overflow: hidden;
  }
  .cardofferhead {
    position: relative;
    padding-left: 14px;
    color: #ffffff;
    background: linear-gradient(to bottom left, #3fdd8f, #4b82da);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .cardofferbtn a {
    position: absolute;
    background: #ffffff;
    padding: 12px 13px;
    font-size: 12px;
    font-weight: 600;
    color: #25c280;
    right: 4px;
    top: 7px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  
  .cardofferheadname h6 {
    font-size: 12px;
    color: #ffffff;
  }
  .cardofferimg {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
  }
  .cardsbox img {
    border-radius: 10px;
    border: 2px solid white;
  }
  .logoimages img {
    width: 50px !important;
    height: 50px !important;
    border-radius: 28px !important;
    border: 1px solid rgb(128 128 128 / 7%);
  }
  
  .logoimages {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .logomargintop {
    margin-top: 15px;
  }
  
  .offercardcontainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .offercardbody {
    position: relative;
    width: 100%;
    margin-bottom: 9px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 29%), 0 6px 20px 0 rgb(0 0 0 / 11%);
  }
  
  .offercardtitle {
    display: flex;
    align-items: flex-end;
    background-color: #fff;
    border: none;
    padding: 2px;
    flex-direction: column;
  }
  
  .offercardimg {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(128, 128, 128, 0.295);
  }
  .offercardtitle h5 {
    padding-left: 2px;
    max-width: 90%;
    font-size: 12px;
    color: #000;
    z-index: 999;
  }
  .titlecontaoiner h4 {
    font-size: 14px !important;
    color: #000;
  }
  
  .titlecontaoiner h5 {
    font-weight: 600;
    font-size: 12px !important;
    color: #000;
  }
  .titlecontaoiner h5 span {
    font-size: 12px;
    color: rgb(0 0 0);
  }
  .imagetitlecontainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 3px;
    padding-right: 5px;
  }
  .imagetitlecontainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -10px;
  }
  .imagecontainer img {
    width: 43px;
    height: 43px;
    margin-top: -52px;
    margin-bottom: 11px;
    margin-right: 8px;
    border-radius: 48px;
    background-color: #bcbcbc;
  }
  
  .dateandloaction {
    display: flex;
    justify-content: space-between;
  }
  .shareicon .far {
    color: #3696f8;
  }
  
  .cardheader {
    background: linear-gradient(to bottom left, #3fdd8fb8, #4b82da80);
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    justify-content: space-between;
  }
  
  .cardoffer h5 span {
    font-size: 11px !important;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: 600;
  }
  .carddate h5 span {
    font-size: 11px !important;
    color: rgb(255, 255, 255);
    text-transform: lowercase;
  }
  
  .imagecontainer {
    display: flex;
    justify-content: flex-end;
  }
  
  .formclass {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #98989817;
    border: 1px solid #9e9e9e5e !important;
    border-top-right-radius: 4px;
    outline: none;
    text-align: center;
    height: 2rem;
    width: 100%;
    font-size: 12px !important;
    border-bottom: 1px solid #9e9e9e00;
    padding: 0;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    transition: all 0.3s;
  }
  .formclassloc {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: 1px solid #9e9e9e5e !important;
  
    outline: none;
    text-align: center;
    height: 2rem;
    width: 44%;
    font-size: 12px !important;
    border-bottom: 1px solid #9e9e9e00;
    padding: 0;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    transition: all 0.3s;
  }
  .formclassloc .far {
    font-weight: 400;
    margin-left: 6px;
    color: #9e9e9e;
  }
  
  .formclassloc .fal {
    font-weight: 400;
    margin-left: 6px;
    color: #9e9e9e;
  }
  .formclassloc select {
    background-color: rgb(255 255 255 / 0%);
    width: 80%;
    padding: 5px;
    border: 1px solid #f2f2f200;
    border-radius: 2px;
    height: 2rem;
  }
  
  .formclassloc select:focus {
    outline: none !important;
  }
  
  .formclassloc:nth-child(1) {
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
    background-color: #98989817;
  }
  .searchsec input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="url"],
  input[type="time"],
  input[type="date"],
  input[type="datetime-local"],
  input[type="tel"],
  input[type="number"],
  input[type="search"],
  textarea.materialize-textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e00 !important;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 12px !important;
    margin: 0 !important;
    color: #000;
    padding-left: 15px !important;
    box-shadow: none;
    text-transform: capitalize;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    transition: all 0.3s;
  }
  input[type="text"]:focus {
    outline: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
  }
  
  .formcontainer {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .formclass .far {
    font-weight: 400;
    margin-left: 6px;
    color: #9e9e9e;
  }
  
  .formclass .fal {
    font-weight: 400;
    margin-left: 6px;
    color: #9e9e9e;
  }
  .formclass select {
    background-color: rgb(255 255 255 / 0%);
    width: 80%;
    padding: 5px;
    border: 1px solid #f2f2f200;
    border-radius: 2px;
    height: 2rem;
  }
  
  .formclass select:focus {
    outline: none !important;
  }
  
  .formclass:nth-child(1) {
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
  }
  .formclass:nth-child(2) {
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
  }
  
  .searchsec .input-field label {
    color: #9e9e9e;
    position: absolute;
    top: 0.8rem;
    left: 2.75rem !important;
    font-size: 1rem;
    cursor: text;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  select.browser-default {
    display: block;
    color: #80808085;
  }
  .catergoriesbtn {
    background: #1abbb3;
    color: #ffffff;
    height: 23px;
    text-transform: capitalize;
    font-size: 12px;
    width: 80%;
    border-radius: 4px;
    padding: 14px 13px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .catergoriesbtnlogo {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    height: 23px;
    font-size: 20px;
    width: 44px;
    height: 44px;
    border-radius: 5px;
    padding-top: 2px;
    text-align: center;
    cursor: pointer;
  }
  
  .catergoriesbtnlogo .far {
    color: #05c2cb;
  }
  .videocontainer {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
  }
  .videotitle {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  
  .videotitle h5 {
    text-align: center;
    color: rgb(73, 73, 73);
    font-size: 14px;
  }
  .digitalcardtitle {
    width: 100%;
  }
  .digitalcardtitle h5 {
    color: #000000;
    font-size: 15px;
    margin-bottom: 9px;
    margin-top: 6px;
    text-align: center;
    font-family: sans-serif;
    font-weight: 600;
    text-transform: uppercase;
  }
  .digitalcardsection {
    position: relative;
    background-color: #b5b5b530;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .featuredcardsection {
    background-color: #b5b5b51a;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .sidetitle {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3%;
    height: 100%;
    background: linear-gradient(to bottom left, #3fdd8f8a, #4b82da);
    z-index: 99;
  }
  
  .sidetitle h5 {
    font-size: 9px;
    color: #fff;
    letter-spacing: 5px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
  }
  
  .sidetitle p {
    transform: rotate(-91deg);
    text-align: center;
    color: #fff;
    margin: auto;
  }
  
  .firstcontainer {
    width: 25%;
  }
  
  .secondcontainer {
    width: 80%;
  }
  .firstcontainerlogo {
    margin-left: 20px;
    display: flex;
    justify-content: start;
  }
  
  .secondcontainerlogo {
    width: 90%;
  }
  .vistingcardblack {
    
    height: 140px;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
  .vistingcard {
    padding-left: 12px;
    height: 140px;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
  
  .imagevistingcardbg {
    margin: 5px;
    width: 100%;
    height: 165px;
  
    border-radius: 8px;
  }
  .visitingcardshareicon {
    position: absolute;
    right: -8px;
    top: 5px;
    width: 36px;
    height: 35px;
    font-weight: 600;
    color: #ffffff;
    z-index: 999;
  }
  
  .black_vistingcardbg {
    position: relative;
    margin: 5px;
    width: 100%;
    height: 165px;
    padding: 8px;
    border-radius: 8px;
    background-image: url(../images/cardbg2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .black_companylogo img {
    width: 20px !important;
  }
  
  .black_companyname h6 {
    color: #ffffff;
    font-size: 10px;
    text-transform: capitalize;
  }
  .black_companyname p {
    color: #ffffff;
    font-size: 10px;
    text-transform: capitalize;
  }
  .black_companyphn h6 {
    color: #ffffff;
    font-size: 10px;
    padding-left: 4px;
    text-transform: capitalize;
  }
  
  .black_companyphn .far {
    margin-right: 5px;
    font-size: 8px;
  }
  
  .black_companymail .far {
    margin-right: 5px;
  }
  .black_companymail h6 {
    color: #ffffff;
    font-size: 10px;
    padding-left: 4px;
    text-transform: capitalize;
  }
  .companylogo img {
    width: 20px !important;
  }
  
  .companycontact {
    display: flex;
    flex-direction: column;
    margin-top: 12px;
  }
  
  .black_couponscontainerqr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width:40px
  }
  
  .purple_secondvistingcardbg {
    position: relative;
    margin: 5px;
    width: 100%;
    height: 165px;
    padding: 2px;
    border-radius: 8px;
    background-image: url(../images/cardbg5.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .purple_companylogo img {
    width: 20px !important;
  }
  .seccompanycontact {
    display: flex;
    justify-content: space-between;
  }
  
  .purple_secncompanyname h6 {
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    font-size: 10px;
    text-transform: capitalize;
  }
  
  .secncompanyname {
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .purple_secncompanyname p {
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    font-size: 10px;
    text-transform: capitalize;
  }
  .purple_seccompanyphn h6 {
    color: #ffffff;
    font-weight: 500;
    font-size: 10px;
    padding-left: 4px;
    text-transform: capitalize;
  }
  
  .purple_seccompanymail h6 {
    font-weight: 500;
    color: #ffffff;
    font-size: 10px;
    padding-left: 4px;
    text-transform: capitalize;
  }
  
  .purple_seccompanyphn .far {
    margin-right: 5px;
    font-size: 8px;
  }
  
  .purple_seccompanymail .far {
    margin-right: 5px;
    font-size: 8px;
  }
  
  .purple_seccompanydetails {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 5px;
  }
  
  .purple_seccompanycontactdetail {
    display: flex;
    justify-content: flex-start;
    margin-top: 15px;
  }
  .purple_seccompanycontainerqr {
    width: 50px;
  }
  
  .purple_seccompanyownerdetail h6 {
    color: #ffffff;
    font-size: 9px;
    font-weight: 500;
    margin-left: 5px;
  }
  .blue_thirdcompanycontact {
    display: flex;
    justify-content: space-between;
  }
  .blue_thirdvistingcardbg {
    position: relative;
    margin: 5px;
    width: 100%;
    height: 165px;
    padding: 2px;
    border-radius: 8px;
    background-image: url(../images/cardbg411.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .blue_thirdvistingcardtop {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .blue_thirdvistingcardtop h6 {
    margin-top: 11px;
    color: #ffffff;
    font-weight: 500;
    font-size: 10px;
  }
  .thirdvistingcardtop .far {
    margin-right: 5px;
    font-size: 8px;
  }
  .thirdvisitdetail h6 {
    color: #ffffff;
    font-weight: 500;
    font-size: 10px;
    padding-left: 4px;
    text-transform: capitalize;
  }
  
  .thirdvisitdetail .far {
    margin-right: 5px;
    font-size: 8px;
  }
  
  .blue_thirdvisitlogo {
    width: 20px;
  }
  
  .blue_thirdvisitpositontext h6 {
    color: #ffffff;
    font-weight: 500;
    font-size: 10px;
    padding-left: 4px;
    text-transform: capitalize;
  }
  
  .blue_thirdvisitcontainerqr {
    margin-top: 12px;
    width: 33px;
  }
  .blue_thirdcompanyphn h6 {
    color: #ffffff;
    font-weight: 500;
    font-size: 10px;
    padding-left: 4px;
    text-transform: capitalize;
  }
  
  .blue_thirdcompanymail h6 {
    font-weight: 500;
    color: #ffffff;
    font-size: 10px;
    padding-left: 4px;
    text-transform: capitalize;
  }
  
  .blue_thirdcompanyphn .far {
    margin-right: 5px;
    font-size: 8px;
  }
  
  .blue_thirdcompanymail .far {
    margin-right: 5px;
    font-size: 8px;
  }
  .darkblue_fourthvistingcardbg {
    position: relative;
    margin: 5px;
    width: 100%;
    height: 165px;
    padding: 2px;
    border-radius: 8px;
    background-image: url(../images/cardbg3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .darkblue_fourthvisitingcardname {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  
  .darkblue_fourthvisitingcardname h6 {
    color: #ffffff;
    font-size: 10px;
    font-weight: 500;
  }
  .darkblue_fourthcontainerqr {
    width: 33px;
  }
  .darkblue_fourthvisitcardaddress h6 {
    color: #ffffff;
    font-size: 10px;
  }
  
  .darkblue_fourthvisitcardaddress .far {
    margin-right: 5px;
    font-size: 8px;
  }
  
  .darkblue_fourthvisitcardaddress {
    display: flex;
    flex-direction: column;
    padding-left: 2px;
  }
  .darkblue_fourthvisitlogo {
    width: 20px;
  }
  .red_fivethvistingcardbg {
    position: relative;
    margin: 5px;
    width: 100%;
    height: 165px;
    padding: 2px;
    border-radius: 8px;
    background-image: url(../images/cardbg4.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .red_fivethvisitecardtop {
    flex-direction: column;
    display: flex;
    margin-left: 20px;
    justify-content: flex-start;
  }
  .red_fivethvisitelogo {
    width: 20px;
  }
  .red_fivethvisitecardtop h6 {
    color: #ffffff;
    font-size: 10px;
  }
  .red_fivethvisitecardbody {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .red_fivethvisitecardbodyupicode {
    width: 33px;
  }
  
  .red_fivethvisitecardaddress h6 {
    color: #ffffff;
    font-size: 10px;
    font-weight: 500;
  }
  
  .red_fivethvisitecardaddress .far {
    margin-right: 5px;
    font-size: 8px;
  }
  
  .normal_vistingcardbg {
    position: relative;
    width: 100%;
    height: 165px;
    padding: 2px;
    border-radius: 8px;
    background-image: url(../images/normalcard2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .normal_visitingcardname {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  
  .normal_visitingcardname h6 {
    color: #000000;
    font-size: 10px;
    font-weight: 500;
  }
  
  .normal_visitcardaddress h6 {
    color: #000000;
    font-size: 10px;
    font-weight: 500;
  }
  
  .normal_visitcardaddress .far {
    margin-right: 5px;
    font-size: 8px;
  }
  
  .normal_visitcardaddress {
    display: flex;
    flex-direction: column;
    padding-left: 2px;
  }
  .normal_visitlogo {
    width: 20px;
  }
  .normal_containerqr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width:40px;
  }
  .secnormal_vistingcardbg {
    position: relative;
    width: 100%;
    height: 165px;
    padding: 2px;
    border-radius: 8px;
    background-image: url(../images/normalcard2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .secnormal_companyname h6 {
    color: #000000;
    font-size: 10px;
    text-transform: capitalize;
  }
  .secnormal_companyname p {
    color: #000000;
    font-size: 10px;
    text-transform: capitalize;
  }
  .secnormal_companyphn h6 {
    color: #000000;
    font-size: 10px;
    padding-left: 4px;
    text-transform: capitalize;
  }
  
  .secnormal_companyphn .far {
    margin-right: 5px;
    font-size: 8px;
  }
  
  .secnormal_companymail .far {
    margin-right: 5px;
  }
  .secnormal_companymail h6 {
    color: #000000;
    font-size: 10px;
    padding-left: 4px;
    text-transform: capitalize;
  }
  .secnormal_companylogo img {
    width: 20px !important;
  }
  
  .secnormal_companycontact {
    display: flex;
    flex-direction: column;
    margin-top: 12px;
  }
  
  .secnormal_containerqr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width:40px;
  }
.secnormal_couponscontainerqr{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width:40px;
}
  .thirdnormal_vistingcardbg {
    position: relative;
    width: 100%;
    height: 165px;
    padding: 2px;
    border-radius: 8px;
    background-image: url(../images/normalcard2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .thirdnormal_companyname h6 {
    color: #000000;
    font-size: 10px;
    font-weight: 500;
    text-transform: capitalize;
  }
  .thirdnormal_companyname p {
    color: #000000;
    font-size: 10px;
    font-weight: 500;
    text-transform: capitalize;
  }
  .thirdnormal_companyphn h6 {
    color: #000000;
    font-size: 10px;
    font-weight: 500;
    padding-left: 4px;
    text-transform: capitalize;
  }
  
  .thirdnormal_companyphn .far {
    margin-right: 5px;
    font-size: 8px;
    font-weight: 500;
  }
  
  .thirdnormal_companymail .far {
    margin-right: 5px;
  }
  .thirdnormal_companymail h6 {
    color: #000000;
    font-size: 10px;
    font-weight: 500;
    padding-left: 4px;
    text-transform: capitalize;
  }
  .thirdnormal_companylogo img {
    width: 20px !important;
  }
  
  .thirdnormal_companycontact {
    display: flex;
    flex-direction: column;
    margin-top: 12px;
  }
  .thirdnormal_couponscontainerqr{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width:40px;
  }
  
  .couponcardcontainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .couponsimage {
    flex-basis: 70%;
    height: 100%;
  }
  
  .couponsupi {
    flex-basis: 30%;
  }
  
  .couponheading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 46%;
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding-left: 2px;
  }
  .couponcode {
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    color: #ffffff;
    height: 18%;
    justify-content: center;
    align-items: center;
    display: flex;
    padding-left: 2px;
    background-color: #0000002b;
  }
  .couponheading h6 {
    padding-left: 2px;
    padding-right: 4px;
    font-size: 12px;
    text-align: left;
    font-weight: 600;
    margin-top: -16px;
  }
  .couponcode h6 {
    font-size: 11px;
    padding-left: 2px;
    font-size: 12px;
    text-align: left;
    font-weight: 500;
  }
  .couponheading img {
    width: 30px;
    border-radius: 10px;
  }
  .couponimage {
    position: relative;
    flex-basis: 60%;
    align-items: center;
    display: flex;
  }
  .couponimagetext {
    flex-basis: 60%;
    align-items: center;
    display: flex;
  }
  .couponimage img {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  
  .couponimagetext {
    height: 118px;
    padding-left: 5px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-top-left-radius: 5px;
    background-color: #fefefe;
    border: 1px solid #3696f86b;
    border-bottom-left-radius: 5px;
  }
  .couponupi {
    position: relative;
    flex-basis: 40%;
    align-items: center;
    display: flex;
    padding: 7px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    /* background-color: #3696f8; */
    border-left: 1px dashed #ffffff;
  }
  .couponbarcodeimg {
    position: absolute;
    top: 27px;
    right: 2px;
    padding: 7px;
  }
  
  .couponcondition {
    position: absolute;
    top: 45px;
    left: 6px;
    padding: 2px;
    font-size: 11px;
  }
  .couponcondition li {
    font-size: 11px;
  }
  .couponbar {
    height: 116px;
    flex-basis: 40%;
    align-items: center;
    display: flex;
    padding: 12px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #3696f84f;
  }
  
  .couponcontainer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px;
  }
  
  .flipCard {
    width: 100%;
    height: 225px;
    position: relative;
    margin: 20px auto;
  }
  .flipCard .cards.flipped {
    transform: rotatey(-180deg);
    -ms-transform: rotatey(-180deg); /* IE 9 */
    -moz-transform: rotatey(-180deg); /* Firefox */
    -webkit-transform: rotatey(-180deg); /* Safari and Chrome */
    -o-transform: rotatey(-180deg); /* Opera */
  }
  .flipCard .cards {
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: 0.5s;
    -moz-transform-style: preserve-3d;
    -moz-transition: 0.5s;
    -ms-transform-style: preserve-3d;
    -ms-transition: 0.5s;
    -o-transform-style: preserve-3d;
    -o-transition: 0.5s;
    transform-style: preserve-3d;
    transition: 0.5s;
  }
  .flipCard .cards .side {
    width: 100%;
    height: 100%;
    padding: 10px;
    cursor: pointer;
    position: absolute;
    box-sizing: border-box;
    z-index: 2;
    backface-visibility: hidden; /* W3C */
    -webkit-backface-visibility: hidden; /* Safari & Chrome */
    -moz-backface-visibility: hidden; /* Firefox */
    -ms-backface-visibility: hidden; /* Internet Explorer */
    -o-backface-visibility: hidden; /* Opera */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    overflow: auto;
  }
  .flipCard .cards .back {
    background: white;
    color: black;
    transform: rotatey(-180deg);
    -ms-transform: rotatey(-180deg); /* IE 9 */
    -moz-transform: rotatey(-180deg); /* Firefox */
    -webkit-transform: rotatey(-180deg); /* Safari and Chrome */
    -o-transform: rotatey(-180deg); /* Opera */
  }
  
  .flipCard .cards .front {
    font-family: Georgia;
    font-size: 3em;
    text-align: center;
    line-height: 160px;
    background-color: #7030a0;
    border: 3px solid white;
    color: white;
  }
  .flipCard .cards .back {
    background-color: #dbb2f9;
    border: 3px solid white;
    text-align: center;
    color: black;
    padding-top: 50px;
    font-family: Georgia;
    font-size: 2em;
  }
  
  .flip-card {
    background-color: transparent;
    width: 100%;
    margin-top: 21px;
    height: 180px;
    perspective: 1000px;
  }
  
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    border-radius: 13px;
  }
  
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  .flip-card-front,
  .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .flip-card-front {
    background-color: #ffffff45;
    color: #161616;
    border-radius: 13px;
  }
  .flip-card-inner4 {
    position: relative;
    width: 100%;
    background-image: linear-gradient(
      to right top,
      #051937,
      #004d7a,
      #008793,
      #00bf72,
      #a8eb12
    );
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    border-radius: 13px;
  }
  .flip-card-inner3 {
    position: relative;
    width: 100%;
    background-color: rgb(0, 68, 114);
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    border-radius: 13px;
  }
  .flip-card-inner2 {
    position: relative;
    width: 100%;
    background-color: black;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    border-radius: 13px;
  }
  
  .flip-card-inner1 {
    position: relative;
    width: 100%;
    background-color: rgb(255, 0, 0);
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    border-radius: 13px;
  }
  .preflip-card-inner1 {
    position: relative;
    width: 100%;
    background-color: rgb(255, 0, 0);
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    border-radius: 13px;
  }
  .flip-card-back {
    text-align: left;
    padding-left: 6px;
    font-size: 12px;
    color: black;
    transform: rotateY(180deg);
    border-radius: 13px;
  }
  .couponscontainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .couponscontainerqr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .websitelogobar {
    border-bottom: 1px solid #088996bd;
  }
  .btns h6 {
    font-size: 12px;
  }
  .couponshopname h6 {
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000000;
  }
  .couponshopnamecontent h5 {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000000;
    margin-top: 24px;
  }
  .couponscontainertext {
    display: flex;
    justify-content: center;
    text-align: justify;
    margin-left: 12px;
    font-size: 12px;
  }
  .couponscontainertext p {
    max-width: 118px;
  }
  .couponlogo {
    width: 44px;
    align-items: center;
    display: flex;
  }
 
  .qrimages img {
    width: 40px !important;
  }
  .gallerys img {
    border-radius: 12px;
  }
  .flip-card-back ul {
    font-size: 9px;
    line-height: 16px;
  }
  
  .gallerytextcontainer {
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .gallerytextcontainer img {
    width: 50px;
    height: 50px;
    border: 1px solid #3696f82b;
    border-radius: 50px;
  }
  .galleryshopnamebranch h5 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    margin-left: 7px;
  }
  
  .sharebtnsection {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .gallerydatetext h5 {
    display: flex;
    flex-direction: column;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    margin-left: 7px;
  }
  
  .gallerysharebtn a {
    color: #ffffff;
    background-color: #0f8b79b5;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 13px;
  }
  .mfp-arrow-right:before {
    border-left: 26px solid #00ff72d1 !important;
  }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #00ff72d1 !important;
  }
  
  .mfp-arrow-left:after {
    border-right: 17px solid #0089ec !important;
    margin-left: 31px;
  }
  .mfp-arrow-right:after {
    border-left: 17px solid #0089ec !important;
    margin-left: 39px;
  }
  
  #slidersec {
    width: 100%;
  }
  
  #aboutsection {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  
  .abouttext h2 {
    font-size: 33px;
    text-align: left;
    font-weight: 500;
    color: #088996;
  }
  
  .abouttext p {
    font-size: 16px;
    color: #545454c2;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  
  .mapsize {
    width: 100%;
    height: 450px;
  }
  .gpaytmbtn {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .gpaytmbtn a {
    color: #000000;
    padding: 10px 19px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #ffffff78;
    text-align: center;
    border-radius: 3px;
    font-size: 17px;
  }
  .gpaytmbtn h6 {
    color: #000000;
    padding: 10px 19px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #ffffff78;
    text-align: center;
    border-radius: 3px;
    font-size: 17px;
  }
  .Paymentsection {
    padding-top: 50px;
    padding-top: 50px;
  }
  .paytmbtn {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .gpaytmbtn img {
    width: 200px;
  }
  
  .paytmbtn img {
    width: 200px;
  }
  .paytmbtn a {
    color: #ffffff;
    padding: 10px 19px;
    border: 1px solid #868c93;
    text-transform: uppercase;
    font-weight: 500;
    background-color: #ffffff78;
    text-align: center;
    border-radius: 3px;
    font-size: 17px;
  }
  .paytext p {
    color: #ffffff;
  }
  .paytext h2 {
    color: #ffffff;
    font-size: 33px;
    text-align: left;
    font-weight: 500;
  }
  .paytexts h2 {
    color: #ffffff;
    font-size: 22px;
    text-align: left;
    font-weight: 500;
  }
  .paymentcondition li {
    color: #ffffff;
  }
  #qrsection {
    padding-top: 40px;
    padding-bottom: 40px;
    background-attachment: fixed;
    background-image: url(../images/qrbg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #services {
    background-color: #ffffff;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  .servicetext h3 {
    color: #00b9cc;
    font-size: 20px;
    text-align: left;
    font-weight: 500;
  }
  .servicetext h2 {
    font-size: 33px;
    text-align: left;
    font-weight: 500;
    margin-bottom: 23px;
    color: #088996;
  }
  .servicetext p {
    font-size: 16px;
    color: #545454c2;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .social1 {
    width: 50px;
    border: 1px solid rgb(128 128 128 / 18%);
    border-radius: 3px;
    margin: 3px;
    display: flex;
    padding: 13px 12px;
    justify-content: center;
    align-items: center;
  }
  
  .social1 .fab {
    font-family: "Font Awesome 5 Brands";
    font-size: 24px;
    color: #2bbab4;
  }
  
  .social1 .far {
    font-size: 24px;
    color: #2bbab4;
  }
  .socialmediaicons {
    display: flex;
    margin: 3px;
    justify-content: center;
  }
  .websiteqrcontainer {
    padding-top: 15px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .serviceicons .fal {
    font-size: 45px;
    color: #2bbab4;
  }
  .serviceicons .far {
    font-size: 45px;
    color: #2bbab4;
  }
  .productcontainer {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    align-items: center;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 0%);
  }
  #products {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #50f4fc54;
  }
  #productgallery {
    padding-top: 0px;
    padding-bottom: 50px;
  }
  #videogallery {
    padding-top: 0px;
    padding-bottom: 50px;
  }
  
  .websiteqrcontainercontact {
    padding-top: 15px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .mainheader {
    position: fixed;
    align-items: center;
    width: 100%;
    bottom: 0px;
    z-index: 999;
    padding-top: 8px;
    border-radius: 3px;
    padding-bottom: 8px;
  }
  
  .webisitelogo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #ffffff;
  }
  .webisitelogo img {
    width: 60px;
  }
  .webisitelogo h2 {
    font-size: 20px;
    font-weight: 700;
  }
  .websitecompanylog img {
    width: 50px;
  }
  .topnavbar {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 59px;
    width: 100%;
    position: fixed;
    z-index: 99;
    top: 0px;
  }
  .topmainheader {
    position: fixed;
    align-items: center;
    width: 100%;
    top: 55px;
    z-index: 999;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #4a76ff;
  }
  .btn-floating {
    background-color: #3696f8 !important;
  }
  .fixed-action-btn.horizontal ul li {
    display: inline-block;
    margin: 15px 3px 0 0 !important;
  }
  
  .btn-floating i {
    font-size: 13px !important;
    line-height: 37px;
  }
  .headerbox {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .contactbtn a {
    background: #3fdd8f;
    background: -webkit-linear-gradient(top right, #3fdd8f, #4b82da);
    background: -moz-linear-gradient(top right, #3fdd8f, #4b82da);
    background: linear-gradient(to bottom left, #3fdd8f, #4b82da);
    border-radius: 4px;
    color: #ffffff;
    padding: 12px 13px;
    margin-top: 12px;
  }
  .contactbtn {
    margin-top: 42px;
  }
  
  .offerdetailsbg {
    padding: 3px;
    background: linear-gradient(to bottom left, #3fdd8f, #4b82da);
  }
  .headerbox h6 {
    font-size: 13px;
    color: rgb(255, 255, 255);
  }
  .headerbox .far {
    font-size: 13px;
    color: rgb(255, 255, 255);
  }
  .fixedcontainer li a {
    color: #ffffff;
    padding-top: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  .fixedcontainer li a.active {
    color: #ffffff !important;
  }
  .fixedcontainer {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  #contacts {
    padding-bottom: 80px;
  }
  #contact {
    padding-bottom: 80px;
  }
  .workinghour{
    width: 141px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
  }
  .workinghour p {
    font-size: 13px;
    padding-top: 5px;
  }
  
  .workinghour p span {
    font-size: 13px;
    font-weight: 500;
    color: #088996;
  }
  #normalcontact {
    padding-top: 0px;
    padding-bottom: 80px;
  }
  .webisitelogos {
    margin-top: 0px;
  }
  .webisitelogos img {
    width: 60px;
  }
  .webisitelogos h2 {
    font-size: 20px;
    font-weight: 700;
  }
  .webisitelogos {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #ffffff;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .contactforms input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="url"],
  input[type="time"],
  input[type="date"],
  input[type="datetime-local"],
  input[type="tel"],
  input[type="number"],
  input[type="search"],
  textarea.materialize-textarea {
    background-color: transparent;
  
    border: 1px solid #9e9e9e91 !important;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    text-align: left;
    font-size: 12px !important;
    margin: 0 !important;
    color: #000;
    padding-left: 4px;
    box-shadow: none;
    text-transform: capitalize;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    transition: all 0.3s;
  }
  
  .contacticon {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  
  .contacticon ul li {
    line-height: 35px;
    color: gray;
  }
  .contacticon ul li a {
    line-height: 35px;
    color: gray;
  }
  .contacticon .far {
    font-size: 17px;
    color: #2bbab4;
    margin-right: 7px;
  }
  
  
  @media screen and (min-width: 982px) {
    .abouttext p {
      font-size: 15px;
      color: #545454c2;
      font-weight: 400;
      line-height: 1.5;
      margin-bottom: 30px;
    }
    .servicetext p {
      font-size: 15px;
      color: #545454c2;
      font-weight: 400;
      line-height: 1.5;
      margin-bottom: 30px;
    }
    
  }
  
  @media screen and (max-width: 920px) {
    .couponcondition {
        position: absolute;
        top: 20px;
        left: 6px;
        padding: 2px;
        font-size: 10px;
    }
    .flipCard {
        width: 100%;
        height: 160px;
        position: relative;
        margin: 20px auto;
    }
    .workinghour {
      width: 153px;
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
  }
  @media screen and (max-width: 820px) {
    .couponcondition li {
        font-size: 8px;
    }
    .couponcondition {
        position: absolute;
        top: 5px;
        left: 6px;
        padding: 2px;
        
    }
    .couponcondition {
        position: absolute;
        top: 20px;
        left: 6px;
        padding: 2px;
        font-size: 10px;
    }
    .flipCard {
        width: 100%;
        height: 134px;
        position: relative;
        margin: 20px auto;
    }
  }
  
  @media screen and (min-width: 800px) {
    .container {
      width: 98% !important;
    }
    .digitalcardtitle h5 {
      color: #000000;
      font-size: 15px;
      margin-bottom: 9px;
      margin-top: 12px;
      text-align: center;
      font-family: sans-serif;
      font-weight: 600;
      text-transform: uppercase;
    }
    .sidetitle {
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 0.75%;
      height: 100%;
      background-color: #3696f887;
      z-index: 99;
    }
    .catergbtn a {
      width: 100%;
      background-color: #3696f8;
      padding: 6px 6px;
      color: white;
      text-align: center;
      text-transform: capitalize;
      font-size: 12px;
      text-decoration: none;
      border-radius: 4px;
    }
  }
  
  @media screen and (min-width: 796px) {
    .couponbar {
      height: 190px;
    }
    .couponimagetext {
      height: 190px;
    }
    
  }
  
  @media screen and (max-width: 768px) {
    .workinghour {
      width: 153px;
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
    .slideicon {
        display: flex;
        justify-content: flex-end;
        flex-direction: row;
        padding-right: 3px;
    }
    .contacticon ul li {
        line-height: 35px;
        color: gray;
        font-size: 13px;
    }
    .couponcondition {
      position: absolute;
      top: 10px;
      left: 6px;
      padding: 2px;
      font-size: 11px;
    }
    .servicetext h2 {
      font-size: 33px;
      text-align: center;
      font-weight: 500;
      margin-bottom: 23px;
      color: #088996;
    }
  
    .couponbar {
      height: 116px;
    }
    .container {
      width: 95% !important;
    }
    .cardofferbtn a {
      position: absolute;
      background: #ffffff;
      padding: 6px 6px;
      font-size: 9px;
      color: #25c280;
      right: 4px;
      top: 7px;
      border-radius: 4px;
    }
    .cardofferheadname h6 {
      font-size: 11px;
      color: #ffffff;
    }
    .cardoffer h5 span {
      font-size: 10px !important;
      color: rgb(255, 255, 255);
      text-transform: uppercase;
      font-weight: 600;
    }
    .titlecontaoiner h5 {
      font-weight: 600;
      font-size: 11px !important;
      color: #000;
    }
    .titlecontaoiner h5 span {
      font-size: 11px;
      color: rgb(0 0 0);
    }
    .flipCard {
      width: 100%;
      height: 80px;
      position: relative;
      padding-top: 29px;
      margin: 40px auto;
    }
    .catergoriesbtnlogo {
      width: 36px;
      height: 36px;
      font-size: 16px;
    }
    .colreverse {
      display: flex;
      flex-direction: column-reverse;
    }
    .cardofferimg {
      width: 100%;
      height: 162px;
      overflow: hidden;
    }
    .margintop {
      margin-top: 2px;
    }
    .fixednavmenu {
      position: fixed;
      padding: 7px;
      top: 0%;
      right: 0;
      width: 100%;
      z-index: 999;
      background: #3fdd8f;
      background: -webkit-linear-gradient(top right, #3fdd8f, #4b82da);
      background: -moz-linear-gradient(top right, #3fdd8f, #4b82da);
      background: linear-gradient(to bottom left, #3fdd8f, #4b82da);
      border-radius: 0px;
    }
    .fixedcontainer li a {
      color: #ffffff;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }
    .webisitelogo h2 {
      font-size: 13px;
      text-transform: uppercase;
      font-weight: 700;
      margin-left: 5px;
    }
    .webisitelogo {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      background-color: #ffffff;
      padding-top: 6px;
      padding-bottom: 6px;
    }
    .webisitelogos h2 {
      font-size: 13px;
      text-transform: uppercase;
      font-weight: 700;
      margin-left: 5px;
    }
    .webisitelogos {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      background-color: #ffffff;
      padding-top: 6px;
      padding-bottom: 6px;
    }
    #aboutsection {
      padding-top: 67px;
      padding-bottom: 50px;
    }
    #productgallery {
      padding-top: 57px;
      padding-bottom: 50px;
    }
    #videogallery {
      padding-top: 0px;
      padding-bottom: 50px;
    }
    #products {
      padding-top: 60px;
      padding-bottom: 50px;
      background-color: #2aeea563;
    }
    #services {
      background-color: #ffffff;
      padding-top: 63px;
      padding-bottom: 80px;
    }
    #contact {
      padding-top: 61px;
      padding-bottom: 80px;
    }
    #contacts {
      padding-top: 9px;
      padding-bottom: 80px;
    }
    .webisitelogo {
      margin-top: 49px;
    }
    .couponcontainer {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      margin-top: -45px;
    }
    .couponbarcodeimg {
      position: absolute;
      top: 19px;
      right: 2px;
      padding: 7px;
    }
    .mapsize {
      width: 100%;
      height: 450px;
      margin-top: 34px;
    }
    .servicetext h2 {
      font-size: 25px;
    }
    .slideicon .fab {
      font-size: 14px;
      padding-left: 9px;
    }
    .slideicon .far {
      font-size: 14px;
      padding-left: 9px;
    }
    .slideicon .fal {
      font-size: 14px;
      padding-left: 8px;
      padding-top: 10px;
      margin-left: -3px;
    }
    #box.clicked {
      width: 98%;
    }
  }
  
  @media screen and (max-width: 540px) {
    .couponcondition {
        position: absolute;
        top: 20px;
        left: 6px;
        padding: 2px;
        font-size: 12px;
    }
    .flipCard {
        width: 100%;
        height: 155px;
        position: relative;
        margin: 30px auto;
    }
    .mb {
        margin-top: 16px;
        margin-bottom: 10px;
    }
  }
  @media screen and (min-width: 433px) {
    .flip-card-back ul {
      font-size: 9px;
      line-height: 16px;
    }
  }
  @media screen and (max-width: 420px) {
    .flipCard {
        width: 100%;
        height: 80px;
        position: relative;
        padding-top: 29px;
        margin: 40px auto;
    }
  }
  
  @media screen and (max-width: 380px) {
    .flipCard {
        width: 100%;
        height: 65px;
        position: relative;
        padding-top: 29px;
        margin: 40px auto;
    }
  }
  @media screen and (max-width: 320px) {
    .flip-card-back ul {
      font-size: 9px;
      line-height: 13px;
    }    
    .flipCard {
        width: 100%;
        height: 45px;
        position: relative;
        padding-top: 29px;
        margin: 40px auto;
    }
    .logoimages img {
      width: 40px !important;
      height: 40px !important;
      border-radius: 28px !important;
      border: 1px solid rgb(128 128 128 / 21%);
    }
    .couponcondition {
        position: absolute;
        top: 20px;
        left: 6px;
        padding: 2px;
        font-size: 10px;
    }
    .workinghour {
      width: 153px;
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
  }
  
  @media screen and (width: 320px) {
    .couponcondition li {
      font-size: 9px;
    }
    .workinghour {
      width: 141px;
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
  }