/*

TemplateMo 589 lugx gaming

https://templatemo.com/tm-589-lugx-gaming

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
06. features
07. testimonials
08. contact
09. footer

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
.logo img {
 max-width: 350px;
  height: auto;
}

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css');

.floating-contact {
  position: fixed;
  bottom: 30px!important;
  left: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 1000;
}
.container, .row {
  max-width: 100% !important;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  /*overflow-x: hidden;*/
}
.float-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #25D366; /* default */
  color: #fff;
  padding: 12px 18px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  transition: transform 0.3s ease, background-color 0.3s ease;
  animation: bounce 3s ease infinite;
}

.call-btn1 {
  background-color: #e26f25; /* Orange for call */
}

.whatsapp-btn1 {
  background-color: #25D366; /* WhatsApp green */
}

.float-btn:hover {
  transform: translateY(-5px) scale(1.05);
}

.float-btn i {
  font-size: 20px;
}
.right-column {
  display:none;
}

/* Bounce animation */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
header {

  padding:0px 0px;
}

.white-txt-h2 {
color: #fff; 
font-weight: 500;
font-size:43px;}

.servic, .servic1 {
  display: none;
}

  .container, .row {
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    overflow-x: hidden;
     overflow-y: hidden;
}

.accordion-button {
  font-family: 'Schibsted Grotesk', sans-serif !important;
  color: #fff;
  padding-left: 20px;
  font-weight: 500;
  text-align: left;
  border-radius: 10px;
  border: unset;
  background: #288fce;
  
}
.accordion-button:not(.collapsed) {
  color:#fff!important;
 background-color: #09558d;;
}
.accordion-body {

  padding: 1rem 1.25rem;
}
.accordion-item {
  padding: 8px 0px;
  margin-bottom: 10px;
  border: unset !important;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}


header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: 'Schibsted Grotesk';
  src: url('SchibstedGrotesk-Regular.woff2') format('woff2'),
      url('SchibstedGrotesk-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.te-bn-flist li {
position: relative;
display: block;
    padding-left: 58px;
    font-size: 20px;
    line-height: 50px;
    color: #011e45;
    font-weight: 500;
}
.te-bn-flist li:before{
    position: absolute;
    content:url('../images/icon-37.png');
    width: 40px;
    height: 40px;
    left: 0px;
    top: 3px;
    
}
.footer .footer-icon li a {
    background-color: #e26f25;
    display: inline-block;
    color: #FFF;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    font-size: 14px;
    border-radius: 3px;
    margin-right: 10px;
}
.footer .footer-icon li {
    display: inline-block;
    cursor: pointer;
}
.step {
  margin-top:20px;
background: #1a3d7d;
    margin-bottom: 15px;
    min-height:270px;
    border-radius: 50px;
    padding: 10px 20px;
    background-color: #e56f25;

}
.how-to-book {
  padding:0px 0px 60px;
}
.features strong{
font-size: 1.3rem;
    font-family: 'Rubik', sans-serif;
    line-height: 1.3em;
    font-weight: 500;

}
.features {
  margin-top:40px;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      padding-bottom: 13px;
    }
    .feature-item {
      background: #fff;
      padding: 20px;
      border-radius: 12px;
      
      align-items: flex-start;
      gap: 15px;
      box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
      transition: transform 0.2s;
    }
    .feature-item:hover {
      transform: translateY(-5px);
    }
    .feature-item i {
      font-size: 30px;
      color: #007BFF;
      flex-shrink: 0;
    }
    .feature-item p {
      margin-top:10px;
      font-size: 16px;
      color: #333;
    }
   

#hdrtopCall {
    position: relative;
  display: inline-block;
  font-size: 18px;
     color: #f5821e; 
  font-weight: 800;
  cursor: pointer;}

#hdrtopCall:before{
content: "→";
    right: -21px;
    color: #f5821e;
    position: absolute;
    /* margin-right: 8px; */
    font-size: 18px;
    transition: transform 0.3s ease;
}


.header-top {
  padding:10px 0px;
    background: #fff;
    border-bottom: 1px solid #ececec;
}
.header-top .top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-top .top-inner .left-column p {
    padding-left: 0px;
}
 .header-top .top-inner .right-column p {
    padding-left: 36px;
}

 .header-top .top-inner p {
    font-size: 18px;
    font-weight: 500;
     color: #09558d;
}
.header-top .top-inner .right-column p img {
    position: absolute;
    left: 0px;
    top: 4px;
    max-width: 30px;
}

.header-top .top-inner .right-column a {
    font-size: 20px;
    color: #001070;
    font-weight: 500;
}

 .header-top .top-inner .right-column p img {
    position: absolute;
    left: 0px;
    top: 4px;}

.header-top .top-inner p {
    position: relative;}


/*. stepper*/
/* Stepper container */
    .steps {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

/* Horizontal line connecting steps */
.steps::before {
      content: "";
    position: absolute;
    top: 140px;
    left: 50px;
    right: 50px;
    height: 2px;
    background: #e56f26;
    z-index: 
}
.icon1 {
    display: flex;
    gap: 0px;
    justify-content: center;
}

.step {
    flex: 1;
        background: #1a3d7d;
    padding: 40px 20px 20px;
    border-radius: 16px;
        min-height: 270px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 2;
}

.step:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}

.step-number {
    width: 50px;
        height: 50px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #ffffff;
    color: #e37024;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 3;
}

.step h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
}

.step p {
    font-size: 17px;
    color:#fff;
    line-height: 1.6;
}

/*. stepper*/

.why-choose {
  background: #ffffff;
  padding: 70px 20px;
      font-family: 'Barlow', sans-serif !important;
  text-align: center;
}

.section-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #222;
}

/* Reasons Grid */
.reasons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Individual Reason Card */
.reason {
  flex: 1 1 250px;
  max-width: 300px;
  background: #f9fafc;
  padding: 30px 20px;
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.reason:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
  background: #f0f7ff;
}

/* Icon Style */
.icon {
  font-size: 36px;
  color: #007bff;
  margin-bottom: 15px;
  transition: color 0.3s ease;
}

.reason:hover .icon {
  color: #0056b3;
}

/* Title & Text */
.reason h3 {
  font-size: 18px;
  margin-bottom: 12px;
  color: #333;
}

.reason p {
  font-size: 17px;
  color: #444;
  line-height: 1.6;
}













html, body {
     font-family: 'Barlow', sans-serif !important;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p, a {
     font-family: 'Barlow', sans-serif !important;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Rubik', sans-serifimportant;
  color: #1e1e1e;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 500;
}

ul {
  margin-bottom: 0px;
}

p {
 
    font-size: 17px;
    line-height: 28px;
    color:#444;

}

img {
   max-width: 100%;
  height: auto;
  display: block;
}
.fade-in-up,
.fade-in-down,
.fade-in-left,
.fade-in-right {
  opacity: 0;
  transform: translateY(40px);
  transition: all 1s ease;
}

/* Reset different directions */
.fade-in-down { transform: translateY(-40px); }
.fade-in-left { transform: translateX(-40px); }
.fade-in-right { transform: translateX(40px); }

/* When visible */
.fade-in-visible {
  opacity: 1;
  transform: translate(0, 0);
}


/* 
---------------------------------------------
new
--------------------------------------------- 
*/

.main-banner .right-image img {
  display: none;
}

.icon-box-wrapper {
 
    margin: 12px 0px;
    display: flex;

  display: flex;
}
.icon-box-icon {
  display: inline-flex;
    flex: 0 0 auto;
}
.icon-box-icon img{
  max-width: 73px;
  margin-bottom: 16px;
  margin-right: 18px;
  border-radius: 10px 0px;
  background-color: #ee626b;
}
.small-title1 {
 display: flex;
  
  justify-content: center;   /* center the text */
  gap: 12px;                 /* space between text and lines */
  align-items: center;
    color: #e56f26;
    font-size: 15px;
    line-height: 26px;
        font-family: 'Barlow', sans-serif !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
  margin: 24px 0;
}

.small-title1::before,
.small-title1::after  {

 content: "";
  flex: 1;
      max-width: 65px;
  margin-left: 15px; /* space between text and line */
  border-bottom: 2px solid #e56f26;
  
}
.small-title1::before,
.small-title1::after  {
flex: 0 0 64px; }

.small-title2 {
  align-items: left;
         color: #e56f26;
    font-size: 15px;
    line-height: 26px;
        font-family: 'Barlow', sans-serif !important;
    font-weight: 700;
   
    text-transform: uppercase;
    letter-spacing: 1px;
  margin: 15px 0;

}






.small-title {
  display: flex;
  align-items: center;
         color: #e56f26;
    font-size: 15px;
    line-height: 26px;
      font-family: 'Barlow', sans-serif !important;
    font-weight: 700;
   
    text-transform: uppercase;
    letter-spacing: 1px;
  margin: 15px 0;
}
.small-title:after {

 content: "";
  flex: 1;
      max-width: 65px;
  margin-left: 15px; /* space between text and line */
  border-bottom: 2px solid #e56f26;
}
.accordion {
  border-radius: 8px;
  overflow: hidden;
}

.accordion-item {
  border-bottom: 1px solid #ddd;
}

.accordion-item:last-child {
  border-bottom: none;
}

/* Hide default checkbox */
.accordion-item input[type="checkbox"] {
  display: none;
}

.accordion-title {
  display: block;
  padding: 15px 20px;
  background: #f8f9fa;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  transition: background 0.3s ease;
}

.accordion-title:hover {
  background: #e6ecf5;
}

/* Add plus/minus icon */
.accordion-title::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 20px;
  transition: transform 0.3s ease;
  color: #e26f25;
}

.accordion-item input[type="checkbox"]:checked + .accordion-title::after {
  content: "−";
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.6;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.accordion-item input[type="checkbox"]:checked ~ .accordion-content {
  max-height: 200px;
  padding: 15px 20px;
}

.testimonials {
  background: #f8f9fc;
  padding: 60px 20px;
  text-align: center;
     font-family: 'Barlow', sans-serif !important;
}

.testimonial-heading {
  font-size: 28px;
  font-weight: bold;
  color: #1A3D7D;
  margin-bottom: 40px;
}

.testimonial-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  max-width: 1100px;
  margin: 0 auto;
}

.testimonial-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.08);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-content {
  position: relative;
  font-style: italic;
  color: #444;
  margin-bottom: 20px;
}

.quote-icon {
  font-size: 32px;
  color: #e26f25;
  position: absolute;
  top: -15px;
  left: -10px;
}

.testimonial-content p {
  margin: 0;
  padding-left: 25px;
  line-height: 1.6;
}

.testimonial-author {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

.testimonial-author h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #1A3D7D;
}

.stars {
  color: #FFD700; /* Gold color */
  font-size: 18px;
  letter-spacing: 2px;
}





.about-style-11 .image-box .image-content {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 330px;
    background: #1c3267;
    border-radius: 10px;
    padding: 32px 100px 36px 30px;
}
.about-style-11 .image-box .image-content h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 29px;
    font-family: 'Barlow', sans-serif;
    color: #fff;
    font-weight: 700;
}
.te-bn-flist1 li {

    position: relative;
    display: block;
    font-size: 18px;
    line-height: 36px;
    color: #e0dbde;
    /* font-weight: 600; */
    padding-left: 37px;

}
.te-bn-flist1 li:before {

position: absolute;
    content: '';
    background-image: url(../images/icon-12.png);
    width: 20px;
    height: 20px;
    left: 0px;
    top: 7px;
    background-repeat: no-repeat;

}
.shape {
  position: relative;
}

.shape-1,
.shape-2 {
  position: absolute;
  border-radius: 50%;
      opacity: 1;
  z-index: -1; /* keeps shapes behind the image */
}

/* Shape 1 */
.shape-1 {
 width: 255px;
    height: 255px;
    border: solid;
    border-color: #fff;
    border-width: 2px;
    border-radius: 50%;
    /* width: 120px; */
    /* height: 120px; */
    /* background: #fff; */
    top: 0px;
    right: 22px;
    animation: float1 6s ease-in-out infinite;
}
.cta-txt {
margin-top: 29px;
 
    font-size: 28px;
    line-height: 34px;
    font-weight: 500;
    color: #fff;
margin-bottom:20px;

}
/* Shape 2 */
.shape-2 {
  width: 80px;
    height: 80px;
    background: #E26F25;
    top: 15px;
    left: -40px;
    animation: float2 8s ease-in-out infinite;
}

/* Animations */
@keyframes float1 {
  0% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(20px, 15px) scale(1.1); }
  100% { transform: translate(0, 0) scale(1); }
}

@keyframes float2 {
  0% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-15px, -20px) scale(0.9); }
  100% { transform: translate(0, 0) scale(1); }
}



.icon-box-title {
  font-size: 27px;
    font-weight: 500;

}
.mb-3 {
  color: #09558d;
  line-height: 48px;
  font-weight: 500;
  font-size: 42px;
  margin-bottom: 1rem !important;
}







/* 
---------------------------------------------
new
--------------------------------------------- 
*/
html,
body {
     font-family: 'Barlow', sans-serif !important;
}

::selection {
  background: #0071f8;
  color: #fff;
}

::-moz-selection {
  background: #0071f8;
  color: #fff;
}



.section-heading {
  margin-bottom: 30px;
}

.section-heading h2 {
 font-weight: 500;
    text-align: center;
    font-size: 42px;
    text-transform: capitalize;
    margin-top: 20px;
    line-height: 53px;
}

.section-heading h2 em {
  font-style: normal;
  color: #0071f8;
}
.section-padding{
  padding:60px 0px;
}
.section-heading h6 {
  text-align: center;
  color: #ee626b;
  font-size: 18px;
 font-weight: 500;
 
}

.main-button a {
  display: inline-block;
  background-color: #ee626b;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  padding: 0px 30px;
  border-radius: 25px;
  transition: all .3s;
}

.main-button a:hover {
  background-color: #0071f8;
  color: #fff;
}

/* 
---------------------------------------------
Pre-loader Style
--------------------------------------------- 
*/

.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.99);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@-webkit-keyframes dot {
  50% {
      -webkit-transform: translateX(96px);
      transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
      -webkit-transform: translateX(96px);
      transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
      -webkit-transform: translateX(-31px);
      transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
      -webkit-transform: translateX(-31px);
      transform: translateX(-31px);
  }
}

.preloader-inner {
  position: relative;
  width: 142px;
  height: 40px;
  background: transparent;
}

.preloader-inner .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  background: #0071f8;
  border-radius: 50%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
  animation: dot 2.8s infinite;
}

.preloader-inner .dots {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  -webkit-animation: dots 2.8s infinite;
  animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: #0071f8;
  border-radius: 50%;
}



/* 
---------------------------------------------
Header Style
--------------------------------------------- 
*/




/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
  background-image: url(../images/banner2.jpg);
 
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0px;
}

.main-banner .caption h6 {
  font-size: 19px;
  text-transform: uppercase;

  font-weight: 500;
  letter-spacing: 0.5px;
}


.main-banner .caption h2 {
   font-size: 41px;
    line-height: 54px;
    font-weight: 500;
    color: #1a3d7d;
    margin-bottom: 30px;
    
}

.main-banner .caption h2:after {
    display:none;
  position: absolute;
  background-image: url(../images/caption-dec.png);
  width: 202px;
  height: 12px;
  content: '';
 left: 238px;
  bottom: 0;
}
.about {
  margin-top: 10px;
}

.main-banner .caption p {
  color:#000;
  margin-bottom:10px;
}


.team {

  display:none;
}

header {
  padding: 10px 0px;
}
.main-banner .caption form input {
  max-width: 450px;
  width: 100%;
  height: 50px;
  outline: none;
  border-radius: 25px;
  background-color: #fff;
  border: none;
  padding: 0px 25px;
  font-size: 14px;
  color: #7a7a7a;
}
.our-testimonial {
  padding: 100px 0 50px;
  background: #014572e6  url(../images/testimonial-bg.svg) no-repeat center center;
  background-size: auto;
}
.main-banner .caption form button {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  background-color: #ee626b;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0px 25px;
  border: none;
  border-radius: 25px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .3s;
}

.main-banner .caption form button:hover {
  background-color: #0071f8;
}

.main-banner .right-image {
  position: relative;
}

.main-banner .right-image img {
  border-radius: 25px;
}

.main-banner .right-image span.price {
  position: absolute;
  right: 20px;
  top: 20px;
  border-radius: 25px;
  background-color: #008af8;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  padding: 4px 15px;
}

.main-banner .right-image span.offer {
  position: absolute;
  left: -25px;
  bottom: -25px;
  border-radius: 50%;
  background-color: #ee626b;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
}



/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/
.tc {
        font-size: 30px;
}



.features .item {
  padding: 35px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  background-color: #fff;
  text-align: center;
}

.features .item h4 {
  font-size: 17px;
  margin-top: 25px;
  text-transform: uppercase;
}

.features .item .image {
  width: 90px;
  height: 90px;
  display: inline-block;
  text-align: center;
  line-height: 90px;
  background-color: #0071f8;
  border-radius: 50%;
  transition: all .3s;
}

.features .item:hover .image {
  background-color: #ee626b;
}



/* 
---------------------------------------------
Trending Style
--------------------------------------------- 
*/


.why-choose-us-box {
  position: relative;
  margin-top: 30px;
}
.why-choose-image {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.trending .main-button {
  margin-top: 32px;
  text-align: right;
}
.footer a {
  color:#fff;
}
.footer-bottom p {
  font-size:13px!important;
}
.footer-buttons {
margin-bottom: 27px;

}
.right-column {

  position: relative;
    display: flex;
    align-items: center;
}
.right-column .social-icon{
    position: relative;
    line-height: 50px;

}
.social-icon li {
    position: relative;
    display: inline-block;
    margin-right: 25px;
}
.social-icon li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #757575;
}
.care-card li {
    font-size:60px;
  font-weight:700;
  color:#fff;
}



.care-services {
  background: url(../images/hds.png) no-repeat center center;

  color: #fff;
  padding: 80px 20px;
  text-align: center;
}

.care-services .welcome-text {
  color: #21b39e;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
}
.areas {
        font-weight: 700;
    font-size: 25px;
    color: #fff;
    margin-bottom: 15px;
}


/*.care-services p {
  max-width: 650px;
  margin: 0 auto 50px;
  font-size: 16px;
  line-height: 1.6;
}*/

.care-grid {
  display: grid;
    grid-template-columns: 1fr 1fr 2fr; /* 1/4, 1/4, 2/4 layout */
    gap: 20px;
}

.care-card {
  border-radius: 8px;
  padding: 44px;
  text-align: left;
  color: #fff;
  position: relative;
  min-height: 220px;
}

/* Safety & Hygiene Section */
.safety-section {
  display:none;
    padding: 0px 0px 60px;
    
    text-align: center;
      font-family: 'Barlow', sans-serif !important;
}

.section-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.section-subtitle {
    font-size: 16px;
    color: #555;
    margin-bottom: 40px;
}

.safety-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}
.safety-grid h3 {
  margin-bottom:20px;
}

.safety-card1 {
    background-color: #EAF5FD;
    border-radius: 16px;
    padding: 30px 20px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.safety-card2 {
    background-color: #FFF1EB;
    border-radius: 16px;
    padding: 30px 20px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.safety-card3 {
    background-color: #f0f0f0;
    border-radius: 16px;
    padding: 30px 20px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.safety-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.12);
}

.safety-card .icon {
    font-size: 40px;
    margin-bottom: 20px;
}

.safety-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.safety-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}



 .section-content {
  padding-left:40px;
      flex: 1;
    }

    .section-content h4 {
      color: #1e836c;
      font-size: 14px;
      text-transform: uppercase;
      margin-bottom: 10px;
      font-weight: bold;
      letter-spacing: 1px;
    }

   

    .section-content p {
      margin-bottom: 20px;
      color: #444;
    }

    .section-content p strong {
      color: #1a3352;
    }

    .features {
      display: flex;
      gap: 30px;
      margin-top: 20px;
    }

    .feature {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .feature img {
      width: 80px;
      height: 80px;
    }

    .feature span {
            font-size: 20px;
    font-weight: bold;
    color: #1a3d7d;
    }

    .section-image {
      flex: 1;
      position: relative;
    }

    .section-image img {
      width: 100%;
      border-radius: 10px;
      object-fit: cover;
    }

    .experience-box {
      position: absolute;
      bottom: 20px;
      right: 20px;
      background: #1a3352;
      color: #fff;
      padding: 20px;
      border-radius: 8px;
      text-align: center;
    }

    .experience-box h3 {
      font-size: 32px;
      margin: 0;
    }

    .experience-box p {
      font-size: 14px;
      margin: 5px 0 0;
    }




.blue-card {
     background-color: #e37024;}

.green-card {
  background: url('../images/htl.png');}

.image-card {
  background: url('../images/downtown.png');
  /*display: flex;*/
  align-items: flex-end;
  border-radius: 8px;
}

.image-card .overlay {
  background: rgba(0,0,0,0.5);
  padding: 30px 30px;
  border-radius: 8px;
  width: 100%;
}

.care-card h3 {
  font-size: 24px;
  color:#fff;
  margin-bottom: 15px;
}



.care-card a:hover {
  text-decoration: underline;
}

.icon img {
  width: 100px;
  margin-bottom: 10px;
}






.footer-icon {
margin-bottom:40px;
  margin-top:25px;
}
.trending .item  {
     border-radius:10px;
    transition: transform 0.2s;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.10);
    background-color:#fff;
    position: relative;
  
        min-height: 466px;
    overflow: hidden;
   
    margin-bottom: 30px;
}
.trending .item:hover {
    transform: translateY(-5px);

}
.footer .whatsapp-btn.btn:hover {
    color: #288fce;
    background-color: #fff;}

 .footer .call-btn.btn:hover {
    color: #e56f26;
    background-color: #fff;}
    
    .footer-container {
  text-align: center;   /* center all direct children */
}

.footer-logo img,
.footer-logo1 img {
  display: block;
  margin: 0 auto 15px;  /* center horizontally + add spacing */
  max-width: 200px;     /* optional: keep them a reasonable size */
  height: auto;
}

.trending .item .thumb {
    position: relative;
    display: block;
    overflow: hidden;
   
    transition: all 500ms ease;
   
}
li {
  color:#666;

}
.trending .item .thumb img {
    width: 100%;
   
}

.trending .item span.price em {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-decoration: line-through;
  display: block;
}

.trending .item span.price {
  text-align: right;
  position: absolute;
  right: 20px;
  top: 20px;
  border-radius: 10px;
  background-color: #008af8;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  padding: 8px 15px 6px 15px;
}

.trending .item .down-content {
  padding: 20px;
      min-height: 243px;

}

.trending .item .down-content span.category {
  font-size: 14px;
  color: #7a7a7a;
  margin-bottom: 5px;
  display: inline-block;
}

.trending .item .down-content h4 {
      color: #1A3D7D;
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 500;
  transition: all .3s;
}
.trending {
  background-color:#1a3d7d;
    /* background-image: url(../assets/images/diagnostic-lab-content-gradient-bg.png); */
    padding-top: 60px;
    padding-bottom: 60px;
    background-repeat: no-repeat;
}

.trending1 {
overflow-y:hidden;
    padding-top: 60px;
    padding-bottom: 60px;
    background-repeat: no-repeat;
}

.trending .item .down-content a {
  position: absolute;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  background-color: #ee626b;
  color: #fff;
  border-radius: 50%;
  right: 25px;
  bottom: 25px;
  transition: all .3s;
}

.trending .item:hover .down-content h4 {
  color: #0071f8;
}

.trending .item:hover .down-content a {
  background-color: #0071f8;
}
.clickable-img1 {
    width: 80%;
    margin-top: 8px;

}
#clicableWatsapp {
    margin-right: -40px;
  text-align: right;
}

/* 
---------------------------------------------
Most Played Style
--------------------------------------------- 
*/
.about-core {
  list-style: none;
  padding: 0;
  margin: 25px 0px;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 items per row */
  gap: 20px 30px; /* row-gap | column-gap */
}
.about-core li {
  display: flex;
  align-items: center;
  background: #1a3d7d;
  padding: 10px 15px;
  border-radius: 10px;
  min-height: 65px;  /* uniform height */
}

.about-core i {
  color: #e26f25; /* your brand orange */
  font-size: 18px;
  margin-right: 10px;
}

.about-core h4 {
  font-size: 17px;
  margin: 0;
  color: #fff; /* already text-white in HTML, but just in case */
}







.most-played {
    background-color: #1a3d7d;
    padding: 60px 0px;
}

.most-played .main-button {
  margin-top: 32px;
  text-align: right;
}

.most-played .item  {
  background-color: #fff;
  position: relative;
  padding:10px;
  border-radius: 35px 35px 35px 0px;
  text-align: center;
  margin-bottom: 40px;
}
.justify-content-center {
  justify-content: center !important;
}
.how li {
      line-height: 32px;
    padding-left: 22px;
    position: relative;
}
.about-image-wrap1 img {
    border-radius:50px 0px 50px 0px;
    
}
.how li:before {
 content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ee626b;
    font-size: 16px;
    /* padding-right: 0.5em; */
    position: absolute;
    top: 0px;
    left: 0;
}
.why-choose-box-1 {
  background-color: #64d1e6;
  border-radius: 30px 0 0 30px;
}
.why-choose-item:hover {
    transform: translateY(-5px);
}
.why-choose-item {

    box-shadow: -5px 10px 15px 0px rgb(0 0 0 / 10%);
    display: flex;
    transition: transform 0.2s;
    align-items: center;
    padding: 16px 0px 0px 16px;
    min-height: 192px;
    margin-bottom: 24px;
}

.why-choose-item .icon-box {
  background-color: #fff;
  height: 52px;
  width: 52px;
  border-radius: 10px;
  display: flex
;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.why-choose-item .icon-box::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-radius: 10px;
  background-color: #153c33;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
  height: 100%;
}

.why-choose-item .icon-box img {
  position: relative;
  z-index: 1;
  max-width: 58px;
  transition: all 0.3s ease-in-out;
}

.why-choose-content h3 {
  font-size: 24px;
  color: #333;
  font-weight: 500;

  text-transform: capitalize;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.why-choose-content p {
  color: #333;
  font-size: 16px;
}
.why-choose-item .icon-box::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-radius: 10px;
  background-color: #153c33;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
  height: 100%;
}
.why-choose-box-2 {
  background-color: #014572;
  border-radius: 0 30px 30px 0;
}
.why-choose-box-2 .why-choose-item {
  border-color: #e6efed63;
  flex-direction: row-reverse;
  text-align: right;
}
.image-box img {

  border-radius: 20px;
   
}

.btn-default {
  border-radius:10px;
  display: inline-block;
  font-family: var(--accent-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1em;
  color: #ffffff;
  background: #e56f26;
  text-transform: capitalize;
  padding: 18px 55px 18px 20px;
  margin-top: 20px;
  border: none;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-default::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
 
  background-image: url(../images/arrow-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  transform: translate(-10px, -50%);
  transition: all 0.4s ease-in-out;
}
.btn-default::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  height: 102%;
  border-radius: 99px;
  background:#e5e5e5;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.hero.bg-image .hero-content .hero-content-body {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.why-choose-box-2 .why-choose-item .icon-box {
  margin-right: 0;
  margin-left: 20px;
}
.why-choose-content {
  width: calc(100% - 72px);
  position: relative;
  z-index: 1;
  max-width: 300px;
}
.our-testimonial {
 
  padding: 100px 0 50px;
  background: var(#e2e2e2) url(../images/testimonial-bg.svg) no-repeat center center;
  background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center 61.56px;
}


 .servic img {
  width: 60px;
  height: 60px;
  animation: tada 3s infinite;
  -webkit-animation: tada 3s infinite;
}
.justify-content-between {
  justify-content: space-between !important;
}
.align-items-center {
  align-items: center !important;

    height: 90px;
}


.servic {
  position: fixed;
  z-index: 9999;
  left: 2%;
  bottom: 15%;
}
body header .contact1 .clock img {
  height: 36px;
  width: 36px;
  margin-right: 5px;
}

.content p a {
    font-family: 'Barlow', sans-serif !important;
    font-weight: 600;
    line-height: 36px;
    font-size: 24px;
    color:#000;
}
body header .contact1 .content h5 {
      font-family: 'Barlow', sans-serif !important;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  color: #ee626b;
}
body header .contact1 .content h2 {
  color: #000;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 28px;
  letter-spacing: 0.04em;
}

.d-block {
  display: block !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}


.justify-content-between {
  justify-content: space-between !important;
}

.dha h5{
  font-size: 17px;
  color:#fff;
}

.content_tollfree__wrapper {

    max-width: 348px;
    width: 100%;
  
}
.disclaimer {
padding: 10px 0px;
    text-align: center;
    font-size: 14px;
    line-height: 29px;
    color: #141313;

}
.footer-logo img {

      max-width: 310px;

}
.footer-logo1 img {

      max-width: 200px;

}
.footer {
  background-color: #1A3D7D;
  color: #ffffff;
  padding: 40px 20px 15px;
      font-family: 'Barlow', sans-serif !important;
  text-align: center;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;  /* prevent stacking */
  text-align: center;
}

.footer-logo-left,
.footer-logo-right {
  flex: 0 0 20%; /* fixed width column */
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-content {
  flex: 1 1 60%; /* main middle section */
  max-width: 600px;
  padding: 0 15px;
}

.footer-logo-left img,
.footer-logo-right img {
  max-height: 140px; /* adjust size */
  height: auto;
  width: auto;
}
.footer-logo {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-text {
  font-size: 14px;
  line-height: 1.6;
  color: #dbe2f2;
  margin-bottom: 20px;
}

.footer h4 {
  font-size: 18px;
  margin: 20px 0 10px;
  color: #FFD700; /* Gold accent */
}

.footer-services {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.footer-services li {
  margin: 6px 0;
  font-size: 14px;
  color: #f0f4ff;
}

.footer p {
 font-family: 'Rubik', sans-serif !important;
    font-size: 17px;
    margin: 5px 0;
    color: #f0f4ff;
}
.call-btn {
    font-size: 16px;
    border-radius: 0pc;
    font-weight: 600;
    line-height: 1.1em;
    color: #ffffff;
    background: #e56f26;
    text-transform: capitalize;
    padding: 18px 35px 18px 35px;
    margin-top: 20px;

}
.clickable-img {
  width: 183px;
    height: auto;
    cursor: pointer /* shows pointer when hovering */
  
}


.whatsapp-btn {
 
font-size: 16px;
    border-radius: 0pc;
    font-weight: 600;
    line-height: 1.1em;
    color: #ffffff;
    background: #288fce;
    text-transform: capitalize;
    padding: 18px 22px 18px 20px;
    margin-top: 20px;



}
.faq{

padding:60px 0px;

}
.footer-bottom {
  margin-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.2);
  padding-top: 10px;
  font-size: 13px;
  color: #dbe2f2;
}
.footer .btn i {
  margin-right: 8px;
  font-size: 16px;
}


.content_tollfree__wrapper .content_tollfree {
  gap: 6px;
  align-items: center;
}
.icon {
  display: flex;
  color: #e56f26;
    gap: 0px;
    
}

.content_tollfree__wrapper .content_tollfree .content h4 {
  
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  text-transform: uppercase;
  color: #fff;
}
.content_tollfree__wrapper .content_tollfree .content h1 {

  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 25px;
}
.foterCopright {
  border-top: 1px solid #fff5f54d;
  padding: 20px 0;
  margin-top: 40px;
  text-align: center;
}
.footerGrid .footerButtongroup button img {
  margin-right: 8px;
}
body header .contact1 {
  max-width: 303px;
  width: 100%;
}
body header .contact1 {
  margin-left: auto;
  margin-right: 45px;
}

.review-card {
  background-color: #fff;
  border-radius: 30px 0px 30px 0px;
  padding: 40px;
  width: 400px;
  box-shadow: 0px 2px 6px rgb(0 0 0 / 1%);

}
.wrapper {
  background-color: ;
     font-family: 'Barlow', sans-serif !important;
  margin: 50px auto;
  padding: 0px 0px;
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.rating span.active {
  font-size: 13px;
  color: #fbc02d;
}
.header-content {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.img-area {
 
 
  margin-right: 25px;
}
.info h4 {
  padding-top: 18px;
  margin-bottom: 0px;
    font-family: 'Barlow', sans-serif !important;
  color: #4c76d1;
  font-weight: 600;
  font-size: 20px;
}
.align-left {

  text-align: left;
}

.need-attention {

  padding: 50px 0;
  background: url(../images/bg.png) no-repeat center center;
 
}


.pbmit-footer-section.pbmit-bg-color-transparent {
  background-color: transparent;
}
.pbmit-footer-section::before, .site-footer::before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  display: block;
  z-index: -1;
}
.pbmit-footer-big-area .pbmit-btn a::before {

  -webkit-animation-name: pbmit_footer_rotate;
-moz-animation-name: pbmit_footer_rotate;
-ms-animation-name: pbmit_footer_rotate;
-o-animation-name: pbmit_footer_rotate;
animation-name: pbmit_footer_rotate;
-webkit-animation-duration: 15s;
-moz-animation-duration: 15s;
-ms-animation-duration: 15s;
-o-animation-duration: 15s;
animation-duration: 15s;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
-ms-animation-iteration-count: infinite;
-o-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
  position: absolute;
  content: '';
  height: 160px;
  width: 160px;
  background-image: url(../images/start.svg);
  transform-origin: 50% 50% 0;
  transform: rotate(0);
  z-index: 0;


}



@keyframes pbmit_footer_rotate {
0% {
  transform: rotate(0);
}

100% {
  transform: rotate(360deg);
}
}
.pbmit-footer-big-area .pbmit-button-wrapper {
  top: 50%;
  position: absolute;
  left: 0;
  right: 0;
  -khtml-transform: translateX(0%) translateY(-50%);
  -moz-transform: translateX(0%) translateY(-50%);
  -ms-transform: translateX(0%) translateY(-50%);
  -o-transform: translateX(0%) translateY(-50%);
  transform: translateX(0%) translateY(-50%);
  text-align: center;
  padding: 0px 10px 10px;
}
.pbmit-footer-big-area .pbmit-button-wrapper .pbmit-button-text:after {
  content: "\f061";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #000;
  font-size: 18px;
  padding-right: 0.5em;
  position: absolute;
  top: 41px;
  left: 68px;

  color:#fff;
 
  transform: rotate(-45deg);
}

.pbmit-footer-big-area .pbmit-footer-bg-image {
  margin-top: -29.6px;
  right: -24px;
  position: relative;
}
.pbmit-footer-section.pbmit-bg-color-transparent {
  background-color: transparent;
}
.pbmit-footer-big-area .container:before {
  background-repeat: repeat;
  bottom: 0;
  top: 0;
  background-position: bottom;
  object-fit: cover;
}
.pbmit-footer-big-area-wrapper .footer-wrap .row {
  align-items: center;
}
.pbmit-footer-big-area.footer-wrap {
  padding-top: 0;
}
.footer-wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pbmit-footer-big-area .container {
  background-color: #014572;
  border-radius: 0px 20px 0px 60px;
}
.pbmit-footer-big-area .container:before {
  background-repeat: repeat;
  bottom: 0;
  top: 0;
  background-position: bottom;
  object-fit: cover;
}
.pbmit-footer-big-area-wrapper .footer-wrap .row {
  align-items: center;
}
.pbmit-footer-big-area .pbmit-footer-center {
  padding-left: 50px;
}
 .pbmit-footer-big-area .pbmit-footer-left h3 {
  color: #fff;
  font-size: 48px;
  line-height: 48px;
  padding: 10px 0px 15px 100px;
  margin: 0;
}

.pbmit-footer-big-area .pbmit-btn a {
  position: relative;
  display: inline-block;
  height: 160px;
  width: 160px;
  color: #fff;
  line-height: 20px;
}
.pbmit-footer-big-area.footer-wrap {
  padding-top: 0;
}



.need-attention .container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
.color-white {
  color:#fff;

}
.need-attention-list {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 0 10px 20px 10px;
  border-bottom: 1px solid #aaaaaa8c!important;
}
.text-anime-style-2 {
  margin-bottom: 23px;
}
.section-title {
  margin-bottom: 41px;
}

.need-attention-list .icon-box {
  margin-right: 20px;
}
.need-attention-list .icon-box img {
  max-width: 32px;
}
.need-attention-list .icon-box {
  margin-right: 20px;
}
.need-attention-list .need-attention-content {
  width: calc(100% - 52px);
}
.need-attention-list .need-attention-content p {
  font-size: 18px;
     font-family: 'Barlow', sans-serif !important;
  color: #fff;
  text-transform: capitalize;
  margin: 0;
}
.float-image-box h2{

color:#fff;
}
.float-image-box h5{

color:#fff;
}
.float-image-box {
  color: #fff;
  position:absolute;
border-radius: 10px;
    bottom: -30px;
    left: 11px;
    padding: 20px;
    width: 42%;
    display: inline-block;
    animation: wave-opposite 3s 
ease-in-out infinite;
    background-color: #e37024;
}

@keyframes wave-opposite {
  0%   { transform: rotate(0deg) translateX(0); }
  25%  { transform: rotate(2deg) translateX(5px); }
  50%  { transform: rotate(0deg) translateX(0); }
  75%  { transform: rotate(-2deg) translateX(-5px); }
  100% { transform: rotate(0deg) translateX(0); }
}

.image-box {
  position: relative;
}











.image-content.float-image-box {
position: absolute;
    left: 32px;
    bottom: 80px;
    width: 330px;
        background: #1A3D7D;
    border-radius: 10px;
    padding: 22px 26px 23px 30px;
    }
  .image-content.float-image-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 29px;
    font-family: 'Barlow', sans-serif;
    color: #fff;
    font-weight: 700;
    }  
.size {
  color: #e56f26;
    font-size: 43px;
}






.need-attention .col-lg-4:nth-last-child(-n + 3) .need-attention-list {
  margin-bottom: 0px;
  padding: 0px 10px 0px 10px;
  border-bottom: none!important;
}

.need-attention-list {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 0 10px 20px 10px;
  border-bottom: 1px solid var(--divider-color);
}


/*.why-us {
  background-image: url(assets/images/testimonial-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}*/

.most-played .item .thumb {
  position: relative;
  border-radius:35px 35px 35px 0px;
  overflow: hidden;
}

.most-played .item .down-content {
  min-height: 107px;
  padding: 20px 15px 4px 15px;
}

.most-played .item .down-content span.category {
  font-size: 14px;
  color: #7a7a7a;
  margin-bottom: 5px;
  display: inline-block;
}

.most-played .item .down-content h4 {
  font-size: 23px;
  font-weight: 500;
  transition: all .3s;
}

.most-played .item .down-content a {
  position: absolute;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  height: 40px;
  padding: 0px 15px;
  background-color: #ee626b;
  color: #fff;
  border-radius: 20px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  transition: all .3s;
}

.most-played .item:hover .down-content h4 {
  color: #0071f8;
}

.most-played .item:hover .down-content a {
  background-color: #0071f8;
}


/* 
---------------------------------------------
Categories Style
--------------------------------------------- 
*/

.categories .main-button {
  margin-top: 30px;
}

.categories .item  {
  background-color: #0071f8;
  position: relative;
  border-radius: 25px;
  text-align: center;
  margin-bottom: 30px;
}

.categories .item .thumb {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}

.categories .item h4 {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  padding: 22px;
  margin-bottom: 0px;
}

/* 
---------------------------------------------
CTA Style
--------------------------------------------- 
*/

.cta {
  position: relative;
}

.cta::after {
  background-image: url(../images/cta-bg.jpg);
  max-width: 550px;
  max-height: 510px;
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  border-radius: 25px;
  left: 50%;
  transform: translateX(-275px);
  top: 0;
  z-index: -1;
}

.cta .shop {
  margin-top: 80px;
  background-color: #f7f7f7;
  border-radius: 25px;
  padding: 80px;
}

.cta .shop .section-heading {
  margin-right: 30px;
  margin-bottom: 50px;
}

.cta .shop p {
  font-weight: 600;
  font-size: 16px;
}

.cta .shop .main-button {
  margin-top: 50px;
}

.cta .subscribe {
  background-color: #f7f7f7;
  border-radius: 25px;
  padding: 80px 60px;
}

.cta .subscribe .section-heading {
  margin-bottom: 50px;
}

.cta .subscribe form {
  position: relative;
  max-width: 100%;
}

.cta .subscribe form input {
  max-width: 100%;
  width: 100%;
  height: 50px;
  outline: none;
  border-radius: 25px;
  background-color: #fff;
  border: none;
  padding: 0px 25px;
  font-size: 14px;
  color: #7a7a7a;
}

.cta .subscribe form button {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  background-color: #ee626b;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0px 25px;
  border: none;
  border-radius: 25px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .3s;
}

.cta .subscribe form button:hover {
  background-color: #0071f8;
}


/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/



footer p {
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

footer p a {
  color: #fff;
  transition: all .3s;
  position: relative;
  z-index: 3;
}

footer p a:hover {
  opacity: 0.75;
}


/* 
---------------------------------------------
Page Header Style
--------------------------------------------- 
*/

.page-heading {
  background-image: url(../images/page-heading-bg.jpg);
  border-radius: 0px 0px 150px 150px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0px 100px 0px;
  text-align: center;
}

.page-heading span {
  display: inline-block;
  font-size: 16px;
  color: #fff;
}

.page-heading span a {
  color: #fff;
}

.page-heading h3 {
  font-size: 48px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 20px;
  position: relative;
  margin-bottom: 20px;
}


/* 
---------------------------------------------
Shop Page Style
--------------------------------------------- 
*/

.trending ul.trending-filter {
  list-style: none;
  text-align: center;
  margin-bottom: 70px;
}

.trending ul.trending-filter li {
  display: inline-block;
  margin: 5px 8px;
}

.trending ul.trending-filter li a {
  display: inline-block;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #1e1e1e;
  background-color: #eee;
  padding: 8px 20px;
  border-radius: 25px;
  transition: all .3s;
}

.trending ul.trending-filter li a.is_active {
  background-color: #ee626b;
  color: #fff;
}

.trending ul.trending-filter li a.is_active:hover {
  color: #fff;
}

.trending ul.trending-filter li a:hover {
  color: #ee626b;
}

.trending-box .item  {
  background-color: #eeeeee;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  margin-bottom: 30px;
}

.trending-box .item .thumb {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}

.trending-box .item span.price em {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-decoration: line-through;
  display: block;
}

.trending-box .item span.price {
  text-align: right;
  position: absolute;
  right: 20px;
  top: 20px;
  border-radius: 10px;
  background-color: #008af8;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  padding: 8px 15px 6px 15px;
}

.trending-box .item .down-content {
  padding: 25px;
}

.trending-box .item .down-content span.category {
  font-size: 14px;
  color: #7a7a7a;
  margin-bottom: 5px;
  display: inline-block;
}

.trending-box .item .down-content h4 {
  font-size: 17px;
  font-weight: 600;
  transition: all .3s;
}

.trending-box .item .down-content a {
  position: absolute;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  background-color: #ee626b;
  color: #fff;
  border-radius: 50%;
  right: 25px;
  bottom: 25px;
  transition: all .3s;
}

.trending-box .item:hover .down-content h4 {
  color: #0071f8;
}

.trending-box .item:hover .down-content a {
  background-color: #0071f8;
}

.trending ul.pagination {
  margin-top: 50px;
  text-align: center;
  width: 100%;
  display: inline-block;
}

.trending ul.pagination li {
  display: inline-block;
  margin: 0px 5px;
}

.trending ul.pagination li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #eee;
  color: #1e1e1e;
  font-size: 15px;
  font-weight: 600;
  border-radius: 50%;
  transition: all .3s;
}

.trending ul.pagination li a:hover,
.trending ul.pagination li a.is_active {
  background-color: #0071f8;
  color: #fff;
}


/* 
---------------------------------------------
Single Page Style
--------------------------------------------- 
*/

.single-product .sep {
  width: 100%;
  height: 1px;
  background-color: #eee;
  margin: 80px 0px;
}

.single-product .left-image {
  margin-right: 80px;
}

.single-product .left-image img {
  border-radius: 25px;
}

.single-product h4 {
  font-size: 27px;
  margin-bottom: 20px;
}

.single-product span.price {
  font-size: 27px;
  font-weight: 700;
  color: #0071f8;
}

.single-product span.price em {
  font-style: normal;
  color: #c8c8c8;
  font-size: 17px;
  text-decoration: line-through;
  font-weight: 500;
  margin-right: 5px;
}

.single-product p {
  margin-top: 50px;
  margin-bottom: 60px;
}

.single-product form input {
  width: 80px;
  height: 50px;
  background-color: #f7f7f7;
  border: 1px solid #e7e7e7;
  border-radius: 25px;
  text-align: center;
  float: left;
  margin-right: 15px;
}

.single-product form {
  display: inline;
}

.single-product form button {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  background-color: #ee626b;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0px 25px;
  border: none;
  border-radius: 25px;
  transition: all .3s;
}

.single-product form button i {
  margin-right: 5px;
}

.single-product form button:hover {
  background-color: #0071f8;
}

.single-product ul {
  margin-top: 60px;
}

.single-product ul li {
  display: block;
  margin: 20px 0px;
  font-size: 14px;
  color: #0071f8;
}

.single-product ul li:last-child {
  margin-bottom: 0px;
}

.single-product ul li span {
  width: 120px;
  display: inline-block;
  color: #aaa;
}

.tabs-content {
  background-color: #f7f7f7;
  border-radius: 25px;
  padding: 60px;
  transition: all 0.3s;
}

.tabs-content .nav-link {
  border: none;
  border-radius: 0px;
  background-color: transparent !important;
  font-size: 20px;
  font-weight: 600;
  color: #1e1e1e;
  padding: 0px;
}

.tabs-content ul.nav-tabs {
  border-bottom: none;
}

.tabs-content ul.nav-tabs li {
  border-right: 1px solid #d7d7d7;
  margin-right: 30px;
  padding-right: 30px;
}

.tabs-content ul.nav-tabs li:last-child {
  border-right: none;
  margin-right: 0px;
  padding-right: 0px;
}

.tabs-content .nav-tabs .nav-link.active {
  color: #0071f8;
}

.tabs-content .tab-content {
  margin-top: 30px;
}

.related-games .main-button {
  text-align: right;
  margin-top: 32px;
}


/* 
---------------------------------------------
Contact PAge Style
--------------------------------------------- 
*/

.contact-page .left-text {
  background-color: #f7f7f7;
  border-radius: 25px;
  padding: 60px;
}

.contact-page .left-text .section-heading {
  margin-bottom: 50px;
}

.contact-page .left-text p {
  margin-bottom: 50px;
}

.contact-page .left-text ul li {
  display: block;
  font-size: 16px;
  color: #aaaaaa;
  font-size: 300;
  margin-bottom: 30px;
}

.contact-page .left-text ul li:last-child {
  margin-bottom: 0px;
}

.contact-page .left-text ul li span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #4a4a4a;
  margin-bottom: 5px;
}

.contact-page .right-content {
  margin-left: 50px;
}

.contact-page .right-content #map {
  margin-bottom: 60px;
}

.contact-page .right-content form input {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  padding: 0px 20px;
  background-color: #f7f7f7;
  border: 1px solid #e7e7e7;
  font-size: 14px;
  color: #4a4a4a;
  margin-bottom: 30px;
}
.d-none {
    display: none !important;
}
.contact-page .right-content form textarea {
  width: 100%;
  height: 130px;
  border-radius: 25px;
  padding: 20px 20px;
  background-color: #f7f7f7;
  border: 1px solid #e7e7e7;
  font-size: 14px;
  color: #4a4a4a;
  margin-bottom: 30px;
}

.contact-page .right-content form button {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  background-color: #ee626b;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0px 25px;
  border: none;
  border-radius: 25px;
  transition: all .3s;
}

.contact-page .right-content form button:hover {
  background-color: #0071f8;
}
.testimonials-mobile {
  display: none;
}
 .footer-logo-left-web-dnone {
        display: none;
    }

/* 
---------------------------------------------
Responsive Style
--------------------------------------------- 
*/

body {
  overflow-x: hidden;
}


@media (max-width: 430px) {
  .main-banner {
       
        padding: 44px 0px 280px;  
}
}

@media (max-width: 767px) {
    
 .reasons {
         gap: 17px;
 }
   .section-content {
       padding-left:0px;
   } 
    .clickable-img1 {
    display: none;}
    
#oncall-lp-jumeirah-hero-whatsapp {
    display:none;
}
.trending .item .down-content {
    min-height:unset;
}
.safety-card1 {
    margin-top: 20px;
}
.steps {
  display:block;
}
.care-services {
  background: unset;
    background-color: #1a3d7d;
    color: #fff;

}
  
    
    .trending .item {
            min-height: 389px;
    }
    .footer-container {
    flex-wrap: wrap;
  }
  .footer-logo-left,
  .footer-logo-right,
  .footer-content {
    flex: 0 0 100%;
    margin-bottom: 15px;
  }
    .care-card h3 {
          font-size: 19px;
    color: #fff;
  margin-bottom: unset;
    }

.care-card {
   
    margin-bottom: 20px;
}

  .features {
   display: block;}
    
    
    
    
    .footer-logo-left-web-dnone {
        display: block;
        margin-left: 71px;
    }
    
    .footer-container {
    display: block;
    }
    .footer-logo-left {
       display:none; 
    }
    
    .te-bn-flist li {
  
    font-size: 17px;
    }
    .small-title1::before, .small-title1::after { 
        margin-left: 4px;
            max-width: 29px;
    }
    .care-grid {
    display: block;}
    
  .small-title1 {
          gap: 11px;
          font-size: 15px;
  }
  .small-title {
          font-size: 13px;
  }
    
    /* testimonials-mobile*/
    .testimonials{
    display:none;
    }
 
    
  .testimonials-mobile {
     
    display: block;
    position: relative;
    overflow: hidden;
  }

  .testimonial-slider {
  position: relative;
  overflow: hidden; /* prevent horizontal overflow */
}

/* Wrapper holding slides */
.testimonial-wrapper {
  display: flex;
  gap: 15px;
  transition: transform 0.3s ease-in-out;
}

/* Each slide */
.testimonial-slide {
  flex: 0 0 100%; /* full width */
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin: 0 auto;
}

/* Content inside slide */
.testimonial-content {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #333;
}

.quote-icon {
  font-size: 2rem;
  color: #e26f25;
  display: block;
  margin-bottom: 10px;
}

/* Author info */
.testimonial-author {
  margin-top: 15px;
}

.testimonial-author h4 {
  font-size: 1rem;
  color: #1A3D7D;
  margin: 0 0 5px 0;
}

.stars {
  color: #e26f25;
  font-size: 0.9rem;
}

/* Slider buttons */
        .slider-btn {
            position: absolute;
            top: 42%;
            transform: translateY(-50%);
            background: rgba(0, 0, 0, 0.1);
            border: none;
            padding: 0px 10px;
            font-size: 1.5rem;
            border-radius: 50%;
            cursor: pointer;
        }

.prev {
  left: 5px;
}

.next {
  right: 5px;
}

  

   /* testimonials-mobile*/  
    
    .about-core h4 {
    font-size: 14px;}
    
    
    
    
    .header-top {
        display:none;
    }
    .skip {
    display:none;
    }
    .testimonial-author h4 {
            font-size: 20px;
    font-weight: 500;
    }
   .align-items-center {
           height: 55px;
   } 
  
    .about-core {
    grid-template-columns: repeat(2, 1fr); /* always 2 columns */
    list-style: none;
    padding: 0;
    margin: 0px 0px;;
    gap: 15px 13px;
  }
    .logo img {
    max-width: 91%;
}
    
    .main-banner {
       
        padding: 44px 0px 280px;
        
        background-position: top right !important;
        background-image: url(../images/mobile-banner.png) !important;
    } 
    .why-choose-content h3 {
        font-size:20px;
    }
    
 .servic {
     display:block;
    position: fixed;
    z-index: 9999;
    left: 2%;
    bottom: 10%;
}
.servic img {
    width: 60px;
    height: 60px;
    animation: tada 3s infinite;
    -webkit-animation: tada 3s infinite;
}

 .servic1 {
   display:block;
    position: fixed;
    z-index: 9999;
    left: 2%;
    bottom: 20%;
}
.servic1 img {
    width: 56px;
    height: 56px;
    animation: tada 3s infinite;
    -webkit-animation: tada 3s infinite;
}
  #clicableWatsapp {
      display:none;
  }  

  .white-txt-h2 {
color: #fff; 

font-size:30px;}


.floating-contact {
    position: fixed;
    bottom: 15px;           /* stick to bottom */
    left: 50%;
    transform: translateX(-50%);
    display: done;
    justify-content: center;
    align-items: center;
    gap: 12px;              /* spacing between buttons */
    z-index: 9999;
    width: auto;            /* no full width */
  }

  .floating-contact .float-btn {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
  }

  /* Call Button */
  .floating-contact .call-btn1 {
    background: #e26f25;
  }

  /* WhatsApp Button */
  .floating-contact .whatsapp-btn1 {
    background: #25D366;
  }

.image-box img {
    text-align: center !important;
    border-radius: 20px;
    width: 88%;
    margin: 30px 30px 0px 22px;
}




.size {
      font-size: 29px;
}
.cta-txt {
    margin-top: 29px;
    font-size: 20px;
    line-height: 26px;}

.image-content.float-image-box {
   position: absolute;
        left: 20px;
        padding: 5px;
        bottom: 25px;
        width: 225px;
}
.image-content.float-image-box h3 {
    position: relative;
    display: block;
    font-size: 15px;
   
    }
.shape {

  display:none;
}



    .need-attention{
        background-attachment:unset;
    }
    body .mobile__only__quick__call {
        position: fixed;
        right: 0;
        left: auto;
        bottom: 204px;
        display: block !important;
        width: 64px;
        height: 64px;
        right: 15px;
        z-index: 100;
        background-color: #ffffff;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
    }
    
    
    .main-banner .caption h2:after {
        display:none;
    }
.need-attention .col-lg-4:nth-last-child(-n + 3) .need-attention-list {
            padding: 0 10px 10px 10px;
  border-bottom: 1px solid #aaaaaa8c !important;  
}
  .header {
    padding-top: 15px;
    padding-bottom: 15px;
}
.need-attention .col-lg-4:nth-last-child(-n + 1) .need-attention-list {
  margin-bottom: 0px;
  padding: 0px 10px 0px 10px;
  border-bottom: none !important;
}
p {
  font-size: 15px;
  line-height: 24px;
}
.icon-box-icon img {
  max-width: 71px;
}
body header .contact1 {
  margin-right: 0 !important;
  justify-content: end;
}

.d-flex {
  display: flex !important
;
}
.icon-box-title {
  font-size: 22px;
}
.justify-content-between {
  justify-content: space-between !important;
}
body header .contact1 .content h5 {
  margin-bottom: 0px !important;
  font-size: 9px;
  line-height: 19px;
  letter-spacing: 0;
}

body header .contact1 .content p {
  line-height: 0px;
}
body header .contact1 .content p a {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0;
}
.why-choose-image {
  display: none;
}
.section-heading h2 {
 
  font-size: 24px;

  line-height: 33px;
}
.why-choose-box-1 {
  border-radius:unset;
}
.why-choose-box-2 {
  border-radius:unset;
}
.pbmit-footer-big-area .pbmit-footer-left h3 {
  font-size: 37px;
  line-height: 39px;
  padding: 20px;
}
.pbmit-footer-right-img {
  display:none;
}

.our-testimonial {
  border-radius: 90px;
}

.
.trending .item{
  min-height:unset;
}
.why-choose-item {
  padding: 19px;
}
.need-attention {
       
  padding: 30px 0;
}
.section-heading {
  margin-bottom: 30px;
}
.section-padding {
  padding: 30px 0px;
}
.need-attention-list .need-attention-content p {
  font-size: 14px;
}
.most-played .item .down-content {
  min-height: 77px;
}
.need-attention-list {
  display: flex
;
  align-items: center;
  margin-bottom: 10px;
  padding: 0 10px 10px 10px;
}
.main-banner .caption h2 {
        font-size: 35px;
        line-height: 46px;
        font-weight: 500;
        color: #1a3d7d;

}
.small-title2 {
            color: #e56e26 !important;
text-align:left;
    letter-spacing: unset;

}
.main-banner .caption h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1.5px;
}

.main-banner .caption p {
 text-align: left !important;
        
        font-size: 13px;
        line-height: 29px;
        
        margin-bottom: -10px;}

.mb-3 {
          line-height: 35px;
        font-weight: 500;
        font-size: 25px;
}

    .our-testimonial {
      border-radius: 60px;
      padding: 40px 0 50px;
  }
  footer {
    margin-top: 30px;
  }
  footer .footerGrid {
    flex-direction: column;
}
.footerButtongroup {
    margin-bottom:20px;
}
.footerGrid .call.d-flex.justify-content-between {
  justify-content: center !important;
  align-items: center;
  margin-bottom:20px;
}
.footerGrid .call.d-flex.justify-content-between .icon img {
  max-width: 40px;
}
.container-fluid {
  overflow: hidden;
}

}

@media (max-width: 992px) {

  .header-area .main-nav .logo img {
    max-width: 110px;
  }
  .header-area .main-nav .nav li a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-area .main-nav ul.nav {
    margin-top: 0px;
  }
  .background-header .main-nav ul.nav {
    margin-top: 20px;
  }
  .main-banner .caption {
    margin-bottom: 45px;
    text-align: left;
  }
  .main-banner .caption form,
  .main-banner .caption form input {
    max-width: 100%;
  }
  .features .item {
    margin-bottom: 30px;
  }
  .trending .main-button,
  .cta::after,
  .most-played .main-button,
  .related-games .main-button {
    display: none;
  }
  .most-played .section-heading {
    text-align: center;
  }
  .cta .shop {
    padding: 30px;
    margin-bottom: 30px;
  }
  .cta .subscribe {
    padding: 30px;
  }
  .cta .shop .section-heading {
    margin-right: 0px;
  }
  .trending ul.trending-filter li a {
    font-size: 13px;
    padding: 8px 10px;
  }
  .trending ul.trending-filter li {
    margin: 5px 2px;
  }
  .single-product .left-image {
    margin-right: 0px;
    margin-bottom: 45px;
  }
  .tabs-content .nav-link {
    font-size: 16px;
  }
  .tabs-content ul.nav-tabs li {
    margin-right: 15px;
    padding-right: 15px;
  }
  .page-heading {
    padding: 140px 0px 100px 0px;
  }
  .contact-page .right-content {
    margin-left: 0px;
    margin-top: 45px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1300px !important;
  }
}