body{
  line-height: 1.4
}
.ourbrand1 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
.extra-logo .item img{
  object-position: top
}

.content.home-about-company p{
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.faq-wrap li .faqx p{
  line-height: 1.5
}
.page-csr{
}
.table-csr tr td, .table-csr{
  border: 0;
  background: transparent
}
.table-csr tr td:first-child{
  text-align: right
}
.table-csr tr td p{
  font-size: 18px;
  color: var(--bs-success);
  font-weight: 500
}
.entry-meta{
  color: #777;
  font-size: 14px
}

.table-esr tr th{
  background: #F40000;
  color: #fff
}
.table-esr tr td, .table-esr tr th{
  font-size: 16px;
  padding: 10px
}
.table-esr tr td:first-child{
  font-weight: 500
}
.table-esr tr td:nth-child(2),.table-esr tr th:nth-child(2){
  text-align: center
}
.table-esr tr:nth-of-type(odd) td{
  background: #fbfbfb
}
.esr-list{
  padding: 30px;
  margin: 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 10px #0000000d
}
.esr-list li{
  display: block;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5
}
.esr-list li i{
  margin-right: 10px;
  color: #777
}
.esr-list li+li{
  margin-top: 15px;
}
.page-esr h4{
  color: #F40000
}
.exelecnce_wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative
}
.exelecnce_wrap:before{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 1px;
  background: #F40000;
  z-index: 1;
}
.exelecnce_box{
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px
}
.exelecnce_box:nth-child(odd){
  flex-direction: column-reverse;
}
.exelecnce_box img{
  height: 180px;
  width: auto;
  margin: 0 auto
}
.exelecnce_box .content{
  height: 180px;
  display: flex;
  align-items: flex-start;
  margin: 40px 0 0;
}
.exelecnce_box:nth-child(odd) .content{
  align-items: flex-end;
  margin: 0 0 40px
}
.exelecnce_box h4{
  margin: 0
}
.exelecnce_box p{
  margin: 0;
  color: #F40000;
  font-size: 16px;
  font-weight: 500
}
.page-esr, .ft-lft p{
  line-height: 1.5
}

.single-thumbnail img{
  width: 100%
}

.single-page h6 a{
  display: inline-block;
  padding: 7px 16px;
  border-radius: 30px;
  background: #f4000024;
  margin: 0 10px 8px 0;
  font-size: 14px;
  font-weight: normal;
}
.tablinks{
  margin: 0;
  border: 0;
  cursor: pointer;
  background: white;
  color: #333;
  padding: 8px 15px;
  border-radius: 3px;
  margin: 0 5px;
  font-size: 16px;
}
.tablinks.active, .tablinks:hover {
  border: 0;
  background: red;
  color: #fff;
}

.scroll-container {
  display: flex;
  align-items: center;
  width: 100%; /* Adjust as needed */
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.scroll-content {
  overflow-x: hidden;
  white-space: nowrap;
  width: 96%; /* Adjust as needed */
}

button.scroll-left, button.scroll-right {
  background-color: #e5e5e5;
  border: none;
  cursor: pointer;
  font-size: 20px;
  border-radius: 3px;
  transition: ease-in-out 0.2s;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
button.scroll-left:hover, button.scroll-right:hover{
  background-color: #F40000;
  color: #fff
}
.scroll-content .tablinks{
  margin-bottom: 0!important;
}

.mylist{
  padding: 0 0 0 30px;
  margin: 0;
}
.mylist li{
  line-height: 1.5;
  list-style-type: circle;
  padding: 1px 0
}


@media only screen and (min-width: 1300px){
  .single-page{
    max-width: 1250px;
    margin: 30px auto 0
  }
}
@media only screen and (max-width: 1299px){
  .single-page{
    max-width: 100%;
    padding: 0
  }
}

@media screen and (min-width: 1200px) {
  .products-nav{
    position: sticky!important;
    top: 0;
    background: #fff;
    z-index: 10
  }
  .tabcontent{
    min-height: 320px;
  }
}

.coke_buddy .btn_tab{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  gap: 20px;
  background: #f9f9f9;
  color: #231f20;
  transition: ease-in-out 0.15s;
  width: 100%;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 18px;
  border: 0;
  box-shadow: 0 4px 10px rgba(0,0,0,.15);
  line-height: 1.5
}
.coke_buddy .btn_tab+.btn_tab{
  margin-top: 20px
}
.coke_buddy .btn_tab:hover{
  color: #231f20;
}
.coke_buddy .btn_tab span{
  flex: 1
}
.coke_buddy .btn_tab span.nos{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: ease-in-out 0.15s;
  background: #231f20;
  color: #fff;
  line-height: 1
}
form.contact-frm.row{
  padding: 0;
  margin: 0 auto
}
.buddy-logos{
  align-items: center
}
.buddy-logos .applogo{
  height: 45px;
  width: auto;
}
.buddy-logos .qrcode{
  height: 80px;
  width: auto;
}
.coke_buddy .btn_tab.active, .coke_buddy .btn_tab.active:focus,.coke_buddy .btn_tab.active:hover{
  background: #f00!important;
  color: #fff!important;
  box-shadow: 0 4px 10px rgba(0,0,0,.25)!important
}
.coke_buddy .btn_tab.active span.nos{
  background: #fff;
  color: #231f20;
}
.coke_buddy .tabcontent{
  height: 100%;
  max-height: 650px
}
.coke_buddy_images img{
  height: 100%;
  width: auto
}
.coke_buddy h2{
  max-width: 450px
}


.float-coke-buddy{position: fixed; right: 20px; bottom: 60px; width: 60px; height: 60px;}
.float-coke-buddy a{}
.float-coke-buddy a img{}

.image-contactus{position: relative}
.image-contactus img{height: 100%; width: auto; diaplsy: block;}


@media screen and (min-width: 1200px){
  form.contact-frm.row{
    max-width: 1170px;
  }
}

@media screen and (min-width: 1400px){
  form.contact-frm.row{
    max-width: 1350px;
  }
}


@media screen and (max-width: 767px){
  .table-csr tr td:first-child, .table-csr tr td{
    display: block;
    width: 100%;
    text-align: center
  }
  .table-csr tr td p{
    font-size: 16px;
  }
  .table-csr tr td img{
    margin-bottom: 20px
  }
  .esr-list{
    padding: 20px
  }
  .page-esr h4{
    text-align: center
  }
}
.row.policy-row a{display: block}
.row.policy-row a img{display: block; width: 100%}
.fs-30{font-size: 30px!important; line-height: 1.4!important}
@media screen and (min-width: 1200px){
.row.policy-row{flex-wrap: nowrap}
}
@media screen and (max-width: 575px){
  .coke_buddy .btn_tab{
    gap: 10px;
    padding: 10px 15px;
    font-size: 14px;
  }
  .coke_buddy .btn_tab span.nos{
    width: 30px;
    height: 30px;
    flex: 0 0 30px
  }

  .buddy-logos .applogo{
    height: 35px;
  }
  .buddy-logos .qrcode{
    height: 65px;
  }
  .fs-30{font-size: 20px!important; line-height: 1.4!important}
}

.ourbrand2{position: relative;}
.ourbrand2 .owl-nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
  width: 40px;
  height: 40px;
  font-size: 20px;
  background: #d9d9d9;
  opacity: 1;
  color: #333;
  z-index: 100;
  border-radius:  5px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.15s;
  margin-top: -20px;
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover{
  background: #fff;
  opacity: 1;
  color: #fff;
}
.owl-prev{
  position: absolute;
  left: 0;
}
.owl-next{
  position: absolute;
  right: 0;
}
.ourbrand2{padding: 0 30px}