* {
   padding: 0;
   margin: 0;
   scroll-behavior: smooth;
   font-family: "Poppins", sans-serif;
   box-sizing: border-box;
}

ul,
ol {
   list-style: none;
}

p {
   margin-bottom: 10px;
}

:root {
   --bs-gutter-x: 1.5rem;
   --bs-gutter-y: 0;
}

.container,
.container-fluid {
   width: 100%;
   padding-right: var(--bs-gutter-x, .75rem);
   padding-left: var(--bs-gutter-x, .75rem);
   margin-right: auto;
   margin-left: auto;
}

@media (min-width: 576px) {
   .container {
      max-width: 540px;
   }
}

@media (min-width: 768px) {
   .container {
      max-width: 720px;
   }
}

@media (min-width: 992px) {
   .container {
      max-width: 960px;
   }
}

@media (min-width: 1200px) {
   .container {
      max-width: 1140px;
   }
}

@media (min-width: 1400px) {
   .container {
      max-width: 1320px;
   }
}

.row {
   --bs-gutter-x: 1.5rem;
   --bs-gutter-y: 0;
   display: flex;
   flex-wrap: wrap;
   margin-top: calc(-1 * var(--bs-gutter-y));
   margin-right: calc(-0.5 * var(--bs-gutter-x));
   margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row>* {
   box-sizing: border-box;
   flex-shrink: 0;
   width: 100%;
   max-width: 100%;
   padding-right: calc(var(--bs-gutter-x) * 0.5);
   padding-left: calc(var(--bs-gutter-x) * 0.5);
   margin-top: var(--bs-gutter-y);
}

.col-6 {
   flex: 0 0 auto;
   width: 50%;
}

/*------------ Layout media query starts ------------*/
@media (min-width: 768px) {

   .col-md-3 {
      flex: 0 0 auto;
      width: 25%;
   }

   .col-md-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
   }

   .col-md-6 {
      flex: 0 0 auto;
      width: 50%;
   }
}

@media (min-width: 992px) {

   .col-lg-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
   }

   .col-lg-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
   }

   .col-lg-3 {
      flex: 0 0 auto;
      width: 25%;
   }

   .col-lg-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
   }

   .col-lg-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
   }

   .col-lg-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
   }

   .col-lg-6 {
      flex: 0 0 auto;
      width: 50%;
   }

   .col-lg-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
   }

   .col-lg-9 {
      flex: 0 0 auto;
      width: 75%;
   }

   .col-lg-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
   }

   .col-lg-12 {
      flex: 0 0 auto;
      width: 100%;
   }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
   font-weight: 700;
   line-height: 1.3;
   text-transform: capitalize;
   margin-bottom: 5px
}

.h1,
h1 {
   font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {

   .h1,
   h1 {
      font-size: 3rem
   }
}

.h2,
h2 {
   font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {

   .h2,
   h2 {
      font-size: 2rem
   }
}

.h3,
h3 {
   font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {

   .h3,
   h3 {
      font-size: 1.75rem
   }
}

.h4,
h4 {
   font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {

   .h4,
   h4 {
      font-size: 1.5rem
   }
}

.h5,
h5 {
   font-size: 1.25rem
}

.h6,
h6 {
   font-size: 1rem
}

[class*="row-gap"] {
   row-gap: 20px;
}

.row-gap-3 {
   row-gap: 30px;
}

img,
svg {
   vertical-align: middle;
}

.img-fluid {
   max-width: 100%;
   height: auto;
}

:where(.section, section, .sec-space, .mt-5, .mt-auto) {
   margin-top: 60px;
}

.mt-3 {
   margin-top: 30px !important;
}

.mx-auto {
   margin-inline: auto;
}

.mb-0 {
   margin-bottom: 0 !important;
}

.ps-5{
      padding-left: 50px;
   }

[class*="flex-"] {
   display: flex;
   align-items: center;
}

[class*="flex-col"] {
   flex-flow: column;
   align-items: unset;
}

[class*="-between"] {
   justify-content: space-between;
}

[class*="grid"] {
   display: grid !important;
}

.justify-content-center {
   justify-content: center;
}

.align-items-center {
   align-items: center;
}

.text-center {
   text-align: center;
}

/*------------------------topbar-start--------------------------*/

.topbar {
   padding-block: 10px;
}

.topbar ul li a,
.flex-social-media {
   gap: 10px;
}

.flex-social-media{
	list-style:none;
	margin:unset !important;
	padding:unset !important
}

.topbar .flex-top-lb li:not(:first-child) a {
   border-left: 1px solid var(--white);
   padding-left: 20px;
   margin-left: 20px;
}

.flex-social-media li a {
   height: 25px;
   width: 25px;
   display: flex;
   align-items: center;
   justify-content: center;
}

/*------------------------Header-start--------------------------*/

.header {
   padding-block: 15px;
   z-index: 9999;
   position: relative;
}

.headerUp{
   position: sticky !important;
   top: 0;
   animation: smoothSticky 0.7s ease;
}

.widget_bwe-service-logo-widget .bwe-service-logo img {
   height: 45px;
   width: auto;
}

.header nav>ul,
.header .flex-header-rb {
   gap: 30px;
}

.dropdown {
   position: relative;
}

.dropdown ul {
   position: absolute;
   left: 0;
   top: 45px;
   min-width: 230px;
	white-space:nowrap;
   visibility: hidden;
   opacity: 0;
   transform: scale(1, 0);
   transform-origin: 0 0;
   gap: 10px;
   padding: 15px;
   z-index: 2;
}

.dropdown:hover>ul {
   opacity: 1;
   visibility: visible;
   transform: scale(1);
}

.header .flex-header-rb .flex-head-call {
   gap: 10px;
}

.srchBar {
   padding-left: 30px;
}

[class*="flex-btn"] {
   position: relative;
   padding: 9px 13px 9px 20px;
   gap: 12px;
   width: fit-content
}

[class*="flex-btn"] span {
   height: 30px;
   width: 30px;
   justify-content: center;
}

.toggleBtn,
.header .closeToggle{
   display: none;
}

/*------------------------Hero-start--------------------------*/

.hero-banner {
   background: url(https://batterseaonline.com/goflo/web/wp-content/uploads/2025/09/hero-bg.webp) no-repeat center/cover;
   height: 100%;
   width: 100%;
   padding-block: 50px;
}

.hero-banner .flex-col-hero-content {
   gap: 20px;
}

.hero-banner .flex-col-hero-content .flex-subTitle {
   width: fit-content;
   padding: 3px 10px;
   gap: 7px;
}

.flex-pairBtn {
   gap: 20px;
   flex-wrap: wrap;
}

.hero-img-container {
  position: relative;
}

.hero-img-container img:not(:first-child) {
  position: absolute;
}

.hero-img-container img:nth-child(2) {
  left: 80px;
  top: 90px;
  height: 100px;
}

.hero-img-container img:last-child {
  left: 30px;
  top: 190px;
  height: 100px;
}

.hero-img-container img:nth-child(2) {
  animation: moveAnimateB 3s ease-in-out infinite;
}

.hero-img-container img:last-child {
  animation: animScale 3s ease-in-out infinite;
}

@keyframes moveAnimateB {
  0%,100% { transform: rotate(-100deg) scaleY(-1) translateY(0); }
  50% { transform: rotate(-100deg) scaleY(-1) translateY(-5px); }
}

@keyframes animScale {
  0% { transform: scale(1) rotate(0); }
  50% { transform: scale(1.1) rotate(0); }
  80% { transform: scale(0) rotate(0); }
  100% { transform: scale(1) rotate(1turn); }
}

/* ------------------------ServiceCard_Slides-start--------------------------*/

.flex-col-sec-hd-center {
   align-items: center;
   text-align: center;
}

[class*="flex-col-sec-hd"] {
   gap: 10px;
   margin-bottom: 30px;
}

.service-card {
   position: relative;
   overflow: hidden;
   border-radius: 10px;
}

.service-card img {
   height: 300px;
   width: 100%;
   object-fit: cover;
   object-position: center;
   border-radius: 10px;
}

.service-card .srvc-content {
   position: absolute;
   bottom: 20px;
   left: 15px;
   width: 90%;
   padding: 15px;
}

.service-card .flex-icon {
   position: absolute;
   right: 15px;
   top: 20px;
   height: 70px;
   width: 70px;
   justify-content: center;
}

.service-card .flex-icon img {
   height: auto;
   width: auto;
}

.swiper {
   padding-bottom: 60px !important;
}

 .swiper-autoheight, .swiper-autoheight .swiper-slide{
    height: -webkit-fill-available !important;
}

.flex-col-inds-card {
   gap: 15px;
   height: 100%;
   text-align: center;
   align-items: center;
   padding: 20px;
}

.flex-col-inds-card img {
    transition: transform .3s ease;
   height: 60px;
   width: 60px;
}

.flex-col-inds-card .h6{
   margin-bottom: 0
}

.flex-col-inds-card p{
   font-size: 15px
}

.flex-col-sol-card {
    padding: 25px;
    gap: 10px;
    height: 100%
}

.ind-card{
    align-items: unset;
    text-align: left;
}

.ind-card .flex-ids-hd{
   gap: 10px;
}
               
/* ------------------------faq-start--------------------------*/

details:not(:last-child) {
   margin-bottom: 20px;
}

details summary {
   position: relative;
   padding: 25px 60px 15px 20px
}

details .content {
   padding: 0 20px 10px;
}

/* ------------------------testimonial-or-partner-start--------------------------*/

.flex-col-rev-card {
   gap: 20px;
   height: 100%;
}

.flex-col-rev-card .flex-user-nm {
   gap: 10px;
}

.flex-col-rev-card .rev-flex-between{
   margin-top: auto;
}

.flex-col-rev-card .flex-user-nm img {
   height: 50px;
   width: 50px;
   object-fit: cover;
   border-radius: 50%;
}

.flex-col-rev-card .flex-between .rev-logo img {
   height: 80px;
   width: 80px;
   object-fit: contain;
}

.flex-rating {
   	gap: 5px;
	list-style:none !important;
	padding-left:unset !important;
	margin-block:unset !important
}

/*.grid-5 {
   grid-template-columns: repeat(5, 1fr);
   gap: 15px 25px;
}*/

.part-logo img {
   height: 50px;
   object-fit: contain;
   width: 100%;
}

/* ------------------------Form-bg-wrapper-start--------------------------*/

.bg-lighty {
   background: #fcfcfc;
   padding-block: 60px;
}

.form-img-wrap {
   background: url(https://batterseaonline.com/goflo/web/wp-content/uploads/2025/09/form-img-wrap.svg) no-repeat center / contain;
   width: 100%;
   position: relative;
   border-radius: 10px;
   padding: 60px 100px 40px;
   z-index:0;
}

form :is(input, select, textarea) {
   width: 100%;
   padding: 8px 15px;
}

.form-img-wrap .form-strip {
   width: fit-content;
   padding: 20px 8px;
   position: absolute;
   right: 23px;
   top: 50%;
   transform: translateY(-50%);
   writing-mode: sideways-rl;
   min-height: 200px;
   text-align: center;
   z-index:-1
}

@media (width <=1400px) {
   .form-img-wrap .form-strip {
      right: -40px;
   }
}

.ftrs-bg {
   height: 100%;
   padding-block: 50px;
   background: url(https://batterseaonline.com/goflo/web/wp-content/uploads/2025/09/ftrs-bg.webp) no-repeat bottom center / cover;
}

.flex-col-ftrs {
   align-items: center;
   text-align: center;
   gap: 15px;
   height: 100%;
}

.flex-col-ftrs .flex-ftrs-icn, .flex-col-sol-card .flex-sol-icn {
   height: 75px;
   width: 75px;
   justify-content: center;
}

.flex-col-ftrs .flex-ftrs-icn img {
   height: 50px;
   width: 50px;
   object-fit: contain;
}

.marquee {
   overflow: hidden;
   padding-block: 15px !important;
   width: 100%;
}

.marquee-content {
   min-width: 100%;
   gap: 50px;
   white-space: nowrap;
   animation: marqueeRTL 10s linear infinite
}

.flex-mrq-item {
   gap: 10px;
}

/*------------------------Blog-Card-start--------------------------*/

[class*="blog-card"]{
   height: 100%;
   position: relative;
   overflow: hidden;
   width: 100%;
}

.img-placeholder,
.img-placeholder img {
   width: 100%;
   transition: all .4s ease;
   object-fit: cover;
}

.img-placeholder {
   background-color: #c7c7c7;
   aspect-ratio: 16 / 9;
   overflow: hidden;
}

[class*="blog-card"] .flex-col-crd-content {
   gap: 10px;
   padding: 20px;
   flex: 1;
}

.overlay-blog-card {
   position: relative;
   height: 100%;
}

.overlay-blog-card .flex-col-crd-content {
   position: absolute;
   bottom: 0;
   z-index: 9999;
   padding: 25px;
}

[class*="-title"] {
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   display: -webkit-box !important;
   margin-bottom: 0 !important;
   overflow: hidden;
   text-overflow: ellipsis;
}

.grid-blog-card {
   grid-template-columns: 60% auto;
}

 .srch-overlay{
               position: fixed;
               height: 200vh;
               width: 100%;
               background: rgb(0 0 0 / 93%);
               z-index: 9999;
               inset: 0;
               display: none;
            }

 .srch-overlay.active{
   display: block;
 }

            .srchBar-wrapper {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -15px);
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
    z-index: 99999;
    width: 100%;
    max-width: 800px;
}

            .srchBar-wrapper#show {
               transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
    transition: all .4s ease;
            }

            .srchBar-wrapper form{
               position: relative;
            }

            .srchBar-wrapper form input{
               background: transparent;
    color: var(--white);
    border-bottom: 1px solid var(--white) !important;
    outline: 0;
    border:none;
    border-radius: 0;
    font-size: 30px;
    padding: 0 40px 5px 0;
            }

            .srchBar-wrapper form input::placeholder{
               color: var(--white);
}

            .srchBar-wrapper form button{
               position: absolute;
    right: 0;
    padding: 10px;
    background: transparent;
    border: 0;
    outline: 0;
            }

            .closeSrchBar{
               position: fixed;
               right: 30px;
               cursor: pointer;
               top: 30px;
               z-index: 999999;
               display: none;
            }


.sticky-col{
   position: sticky;
    top: 50px;
}

body main :where(ul, ol){
                  display: grid;
                  gap: 10px;
                  padding-left: 20px;
              margin-block: 10px 20px;
               }

               body main ul{
                  list-style: disc;
               }

               body main ol{
                  list-style: decimal;
               }

               body.page p{
                  margin-bottom: 15px
               }

#breadcrumbs > span {
    justify-content: center;
    margin-inline: auto;
    display: flex;
    align-items: center;
    gap: 5px 15px;
    margin-block: 30px 0;
    flex-wrap: wrap;
}

.single-pg-hero{
	background: rgb(235 250 255);
    padding-block: 50px;
    text-align: center;
    margin-bottom: 60px;
}

.certified-flex-col{
                  text-align: center;
                  align-items: center;
	height:100%;
	gap: 15px;
}

.certified-flex-col img{
                  height: 80px;
                  width: 80px;
                  object-fit: contain;
               }

body.page :is(h2, h3, h4, h5, h6):not([class*="flex-col-sec-hd"] :is(h2, h3, h4, h5, h6)){
      margin-bottom: 20px
   }

.flex-col-opng-card{
      gap: 15px;
   }

.contact-wrap .flex-col-info-col{
                     padding: 20px;
                     gap:10px;
                     }
                      
                   form .flex-col-form-control{
                     gap:10px;
                   }

                   .flex-col-map{
                     padding: 20px 10px 10px;
    gap: 20px;
    text-align: center;
 }

  .grid-50{
      grid-template-columns: 50% auto;
      align-items: center;
   }

   .bg-lyt-pc {
    background: rgb(240 250 254);
    overflow: hidden;
}

.grid-content-wrap .flex-col-sec-hd{
   padding: 50px;
   margin-bottom: 0;
}

.grid-content-wrap .flex-col-sec-hd p{
   margin-bottom: 0;
}

.grid-content-wrap .img-wrapper img{
   height: 100%;
   width: 100%;
   object-fit: cover;
}

.carrer-hero{
        background: url("https://batterseaonline.com/goflo/web/wp-content/uploads/2025/09/wmremove-transformed.png") no-repeat center/cover;
        height: 100%;
        width: 100%;
        position: relative;
        padding-block: 50px;
        z-index: 0;
    }

.flex-col-no-card{
	text-align: center;
    gap: 10px;
	height: 100%;
}

  .flex-col-no-card p:last-child{ 
    margin-bottom: 0;
  }

.card-img{
	border-radius: 6px;
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.cta .bg-color-img{
        padding: 0px;
    }

 .grid-section{
    align-items: center;
  }

  .grid-35{
    grid-template-columns: 35% 60%;
  }

.grid-60{
	gap: 25px;
    grid-template-columns: 63% 35%;
  }

/*//site-page-error//*/

.err-container .row {
	justify-content: center;
}

.err-container .flex-col-error-wrap {
	text-align: center;
	align-items: center;
	gap:15px;
}

.err-container .flex-col-error-wrap img {
	height: 300px;
	width: auto;
	object-fit: contain;
}

       .whatsapp-chat {
    position: fixed;
    bottom: 30px;
    right: 20px;
    display: flex;
    align-items: center;
    z-index: 9999;
    animation: floatUpDown 2s ease-in-out infinite;
}

@keyframes floatUpDown {
      0%, 100% {
        transform: translateY(0);
      }
      50% {
        transform: translateY(-6px);
      }
    }

    .whatsapp-text {
    background-color: #f1f1f1;
    color: #000;
    padding: 10px 14px;
    font-size: 16px;
    margin-right: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    text-decoration: none;
    border-radius: 50px;
    border: 1px solid #cccccc5c;
}

.whatsapp-icon {
    background-color: #25d366;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}

.whatsapp-icon img {
    width: 24px;
    height: 24px;
}





  .animateBtn {
    --black-700: hsla(0 0% 12% / 1);
    --border_radius: 9999px;
    --transtion: 0.3s ease-in-out;
    --offset: 2px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transform-origin: center;
    padding: 1rem 2rem;
    background-color: transparent;
    border: none;
    border-radius: 9999px;
    transform: scale(calc(1 + (var(--active, 0) * 0.1)));
    transition: transform 0.3s ease-in-out;
}

.animateBtn .dots_border {
    --size_border: calc(100% + 2px);
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: var(--size_border);
    height: var(--size_border);
    background-color: transparent;
    border-radius: 9999px;
    z-index: -10;
}

.animateBtn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: hsla(260 97% 61% / 0.75);
    background-image: radial-gradient(at 51% 89%, hsla(266, 45%, 74%, 1) 0px, transparent 50%), radial-gradient(at 100% 100%, hsla(266, 36%, 60%, 1) 0px, transparent 50%), radial-gradient(at 22% 91%, hsla(266, 36%, 60%, 1) 0px, transparent 50%);
    background-position: top;
    opacity: var(--active, 0);
    border-radius: 9999px;
    transition: opacity 0.3s ease-in-out;
    z-index: 2;
}


/*------------------------Footer-start--------------------------*/

.footer {
   background: #e8edf7;
   padding-block: 100px 30px;
   margin-top: 150px;
}

.footer .foot-topbar {
   overflow: hidden;
   margin-block: -180px 50px;
}

.footer .flex-col-logo-wrap {
   gap: 20px;
}

.flex-col-foot-menu .menu-ttl {
   position: relative;
   margin-bottom: 30px
}

.footer .flex-col-menu-list {
   gap: 10px;
}

.footer .flex-foo-info {
   gap: 10px;
   align-items: unset;
}

.disclaimer {
   margin-top: 50px;
   padding-top: 30px;
   border-top: 1px solid var(--muted);
}

.flex-copyright {
   padding: 10px;
   text-align: center;
}

/*-----------------------------for-mediaQuery-----------------------start**/

@media (width <=1024px) {

   .toggleBtn {
      order: 2;
      display: block;
      cursor: pointer;
   }

   .header:after,
   .ftrs-bg:after,
    .ftrs-bg:before{
      display: none;
   }

   .header .widget_bwe-service-logo-widget .bwe-service-logo img{
      filter: unset !important;
   }

   .header .closeToggle{
      position: fixed;
      right: 30px;
      top: 15px;
      z-index: 999999999999;
   }

   .flex-head-call,
   .form-strip,
	.bg-texture:after,
.bg-texture:before{
      display: none;
   }

   .srchBar {
      order: 2;
   }

   .header nav>ul {
      flex-direction: column;
      width: 100%;
      background: var(--white);
      position: fixed;
      left: 0;
      top: 0;
      align-items: unset;
      padding: 30px;
      gap: 18px;
      height: 100%;
      z-index: 999999999;
	   overflow-y:scroll;
      transform: translateX(-100%);
      transition: all .4s;
   }
	
	.dropdown ul{
		white-space:unset !important
	}

   .header nav>ul.showMenu {
      transform: translateX(0%);
      transition: all .4s;
   }

   .header nav>ul li.dropdown #showSubMenu {
      position: relative;
      display: flex;
      top: 0;
      margin-block: 20px 10px;
      width: fit-content;
      transform: unset !important;
      opacity: unset !important;
      transform: unset !important;
      visibility: unset !important;
   }

   .srchBar-wrapper{
      width: 90% !important;
   }

   .srchBar-wrapper form input{
      font-size: 20px !important;
   }

            .srchBar-wrapper form button{
               padding-block: 0 !important;
            }
	
	.single-pg-hero {
    padding-block: 30px !important;
    margin-bottom: 30px !important;
}
	
	.single-pg-hero h1{
		font-size: 26px !important;
	}

   .inner-img,
   .form-bg-img:after {
      display: none;
   }

   .dot-circle:after,
   .dot-circle:before {
      opacity: .3;
   }

   .part-logo,
   .flex-col-rev-card {
      padding: 15px !important;
   }

   .bg-color-img,
   .ftrs-bg,
   .hero-banner,
   .bg-lighty {
      padding-block: 30px !important;
   }

   :where(.section, section, .sec-space, .mt-5, .mt-auto) {
      margin-top: 40px;
   }

   form textarea {
      height: auto;
   }

   .form-img-wrap {
      padding: 25px !important;
      background-size: cover !important;
      background-position: unset !important;
   }

   .footer {
      padding-bottom: 10px
   }

   .foot-top-wrap,
	:is(.upload-area, .contact-wrap){
      padding: 20px !important;
   }

   .foot-top-wrap .h3 {
      font-size: 20px;
      margin: 0;
      line-height: 30px !important;
   }

   .footer .foot-topbar {
      margin-bottom: 30px !important
   }

   .disclaimer {
      margin-top: 20px
   }

   .grid-blog-card,
	.grid-35, .grid-60{
      grid-template-columns: auto !important;
   }

   .overlay-blog-card{
      min-height: 250px;
   }

   .grid-blog-card{
      flex-direction: column-reverse;
      display: flex !important;
   }
	
	.ps-5{
      padding-left:calc(var(--bs-gutter-x) * 0.5);
   }
	
	.grid-50{
	 grid-template-columns: auto !important;	
}

.grid-content-wrap .flex-col-sec-hd,
	.order-md-2{
	order:2;
}
	
	.grid-content-wrap .flex-col-sec-hd,
	.flex-col-sec-hd.content-spacing{
		padding: 20px !important;
	}
	
	.grid-content-wrap .img-wrapper,
	.order-md-1{
		order: 1
	}
	
	.grid-content-wrap .img-wrapper img{
		height:200px !important
	}
	
	.pt-md-2{
    padding-top: 1.2rem;
}
	.footer .disclaimer{
		text-align:center
	}
	
	[class*="flex-col-sec-hd"]{
		margin-bottom:15px !important
	}
	
	.grid-content-wrap{
		margin-bottom:20px
	}
	
	.grid-35{
		gap:20px
	}
	
	.pb-md-3{
		padding-bottom:30px !important
	}
	
	.border-card{
		background: var(--white);
    	padding: 20px;
    	border: 1px solid var(--muted);
    	border-radius: 6px;
	}
	
	.border-card .title{
		margin-bottom:0 !important
	}
	
	.flex-row-md-card{
   		gap: 20px !important;
		text-align:left;
    flex-direction: row;
    align-items: center;
	}
}


@media (600px <=width <=1023px) {
   /*.grid-5 {
      grid-template-columns: repeat(3, 1fr) !important;
   }*/
}


@media (width <=600px) {

   .topbar:before,
   .topbar:after,
   .topbar .flex-social-media,
   .header .sc-flex-btn span {
      display: none;
   }

   .topbar .flex-top-lb li:not(:first-child) a {
      border-left: 0;
   }

   .topbar ul li a {
      font-size: 11px !important;
   }

   .header .sc-flex-btn {
      font-size: 13px;
      padding: 8px 13px;
   }

   .header .flex-header-rb {
      gap: 20px;
   }

   .srchBar {
      padding: 0;
      border-left: unset !important;
   }

   .hero-banner .flex-col-hero-content {
      gap: 10px;
   }

   .certified-flex-col.border-col .h6{
        font-size: 14px !important;
        font-weight: 500 !important;
    }

   .footer .flex-col-foot-menu li a{
      font-size: 14px !important
   }
}


/* Adde by nikhil kumar dogra */
.floating {
        animation-name: floating;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
    }

    @keyframes floating {
        0% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(-10px);
        }

        100% {
            transform: translateY(0);
        }
    }



@media screen and (min-width: 1441px) {
  .header .widget_bwe-service-logo-widget .bwe-service-logo img {
    filter: unset !important;
  }
	
	.header:after{
		display:none !important
	}
}

/*-----------ath-single-start-----------*/

.flex-col-ath-desc .flex-ath-bio {
	gap: 15px;
	margin-bottom: 30px
}

.flex-col-ath-desc .auth-social-follow ul {
	list-style: none !important;
	padding: 0 !important;
	flex-direction: row !important;
	margin-top: 15px
}

.blog-con .img-placeholder, .img-placeholder img{
	height:100%;
}