/*
 Theme Name:   bootScore Child
 Description:  bootScore Child Theme
 Author:       bootScore
 Author URI:   https://bootscore.me
 Template:     bootscore-main
 Version:      5.3.0
 Text Domain:  bootscore
*/

/* 
All style editing is done via scss/_bscore_custom.scss
*/
/*--Font Family Starts--*/
/* @font-face {
  font-family: 'Calibri-Bold';
  src: url('assets/font-family/Calibri-Bold.woff2') format('woff2'),
    url('assets/font-family/Calibri-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Calibri-Regular';
  src: url('assets/font-family/DejaVuSans.woff2') format('woff2'),
    url('assets/font-family/DejaVuSans.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */


@font-face {
  font-family: 'Calibri-Regular';
  src: url('assets/font-family/Calibri.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Calibri-Italic';
  src: url('assets/font-family/Calibriitalic.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Calibri-Bold';
  src: url('assets/font-family/Calibribold.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Calibri-BoldItalic';
  src: url('assets/font-family/Calibribolditalic.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Calibri-Light';
  src: url('assets/font-family/Calibrilight.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Calibri-LightItalic';
  src: url('assets/font-family/Calibrilightitalic.woff') format('woff');
  font-display: swap;
}

@media(min-width:1300px) and (max-width:1399px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 1280px;
  }
}

@media (min-width: 1100px) and (max-width:1199px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 1080px;
  }
}


/* Text selection */
::selection {
    background: #E30613; /* selection background */
    color: #ffffff;      /* selected text color */
}

/* Firefox */
::-moz-selection {
    background: #E30613;
    color: #ffffff;
}

/*--Button starts--*/
.btn-primary, .btn-white {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: .375rem;
  color: var(--white);
  font-size: 18px;
  line-height: 28px;
  padding: .8rem 1.5rem;
  font-family: 'Calibri-Bold';
  text-decoration: none;
  display: inline-block;
}

.btn-primary:hover{
  background-color: rgba(178,9,20,1);
  border-color: rgba(178,9,20,1);
}

.btn-white{
  background-color: #fff;
  border-color: rgba(25,21,21,0.15);
  color: #000;
}

.btn-white:hover{
  background-color: #fff;
  border-color: rgba(25,21,21,0.15);
}



.btn-secondary {
  background-color: transparent;
  border: 1px solid var(--primary);
 border-radius: .375rem;
  color: var(--white);
 font-size: 18px;
  line-height: 28px;
  padding: .8rem 1.5rem;
  font-family: 'Calibri-Bold';
  text-decoration: none;
  display: inline-block;
}

/* #nav-main {
  position: absolute;
  top: 2%;
  left: 0;
  z-index: 99;
  width: 100%;
} */

#masthead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.3s ease;
}

.header-actions .btn-outline-secondary{
  background-color: transparent;
}

.header-actions .btn-outline-secondary i{
  color: #fff;
  font-size: 20px;
}
.header-top-bar .left-bar-h a{
  font-weight: 400 !important;
}

/* #masthead.scrolled .header-actions .btn-outline-secondary i{
  color: #19151599;
  
} */

#masthead .header-actions .btn-outline-secondary i{
  color: #19151599;
  
}

.transparent-header #masthead .header-actions .btn-outline-secondary i{
  color: #fff;
  
}

.transparent-header #masthead.scrolled .header-actions .btn-outline-secondary i{
  color: #19151599;
  
}


#masthead .dropdown-menu:not(.depth_0) {
  display: block !important;
}

/* Class added on scroll */
/* #masthead.scrolled {
  background: #ffffff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
} */


#masthead {
  background: #ffffff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.transparent-header #masthead{
  background: transparent;
  box-shadow: none;
}

.transparent-header #masthead.scrolled{
    background: #ffffff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

#masthead #bootscore-navbar>li>a {
  color: #19151599;
}

#masthead #bootscore-navbar>li:hover > a{
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2rem;
}

#masthead.scrolled #bootscore-navbar>li:hover > a{
  color: #000000;
}



#masthead .search-menu-icons svg path {
  fill: #19151599;
}

.transparent-header #masthead .search-menu-icons svg path {
  fill: #fff;
}

#masthead.scrolled .search-menu-icons svg path {
  fill: #19151599;
}



/*--Font Family Ends--*/
/*--Font Starts*/
.font-family-regular {
  font-family: 'Calibri-Regular' !important;
}

.font-family-bold {
  font-family: 'Calibri-Bold' !important;

}

/*--Font Ends--*/
/* ---------row Gutters Start--------------- */
.row.mar-gutters-50>[class^="col"],
.row.mar-gutters-50>[class^="col-"],
.row.mar-gutters-50>[class*=" col-"] {
  padding-right: 25px;
  padding-left: 25px;
}

.row.mar-gutters-50 {
  margin-right: -25px;
  margin-left: -25px;
}

.row.mar-gutters-40>[class^="col"],
.row.mar-gutters-40>[class^="col-"],
.row.mar-gutters-40>[class*=" col-"] {
  padding-right: 20px;
  padding-left: 20px;
}

.row.mar-gutters-40 {
  margin-right: -20px;
  margin-left: -20px;
}

.row.mar-gutters-30>[class^="col"],
.row.mar-gutters-30>[class^="col-"],
.row.mar-gutters-30>[class*=" col-"] {
  padding-right: 15px;
  padding-left: 15px;
}

.row.mar-gutters-30 {
  margin-right: -15px;
  margin-left: -15px;
}

.row.mar-gutters-20>[class^="col"],
.row.mar-gutters-20>[class^="col-"],
.row.mar-gutters-20>[class*=" col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

.row.mar-gutters-20 {
  margin-right: -10px;
  margin-left: -10px;
}

.row.mar-gutters-10>[class^="col"],
.row.mar-gutters-10>[class^="col-"],
.row.mar-gutters-10>[class*=" col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.row.mar-gutters-10 {
  margin-right: -5px;
  margin-left: -5px;
}

/* ---------row Gutters End--------------- */
/*--Font Size Starts--*/
.fs-10 {
  font-size: 10px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fs-34 {
  font-size: 34px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-38 {
  font-size: 38px !important;
}

.fs-40 {
  font-size: 40px !important;
}

.fs-42 {
  font-size: 42px !important;
}

.fs-44 {
  font-size: 44px !important;
}

.fs-46 {
  font-size: 46px !important;
}

.fs-48 {
  font-size: 48px !important;
}

.fs-50 {
  font-size: 50px !important;
}

@media(min-width:992px){
  .fs-lg-44{
    font-size: 44px !important; 
    line-height: 1.1 !important;
  }

  .fs-lg-46{
    font-size: 46px !important; 
    line-height: 1.1 !important;
  }
  .fs-lg-56 {
    font-size: 56px !important; 
    line-height: 1.1 !important;
  }

  .fs-lg-64{
     font-size: 64px !important; 
    line-height: 1.1 !important;
  }
}

/*--Font Size Ends--*/
/*--Line Height Starts--*/
.line-height-normal {
  line-height: normal !important;
}

.line-height-10 {
  line-height: 10px !important;
}

.line-height-12 {
  line-height: 12px !important;
}

.line-height-14 {
  line-height: 14px !important;
}

.line-height-16 {
  line-height: 16px !important;
}

.line-height-18 {
  line-height: 18px !important;
}

.line-height-20 {
  line-height: 20px !important;
}

.line-height-22 {
  line-height: 22px !important;
}

.line-height-24 {
  line-height: 24px !important;
}

.line-height-25 {
  line-height: 25px !important;
}

.line-height-26 {
  line-height: 26px !important;
}

.line-height-28 {
  line-height: 28px !important;
}

.line-height-30 {
  line-height: 30px !important;
}

.line-height-32 {
  line-height: 32px !important;
}

.line-height-34 {
  line-height: 34px !important;
}

.line-height-36 {
  line-height: 36px !important;
}

.line-height-38 {
  line-height: 38px !important;
}

.line-height-40 {
  line-height: 40px !important;
}

.line-height-44 {
  line-height: 44px !important;
}

.line-height-46 {
  line-height: 46px !important;
}

.line-height-50 {
  line-height: 50px !important;
}

.line-height-55 {
  line-height: 55px !important;
}

.line-height-60 {
  line-height: 60px !important;
}

.line-height-normal {
  line-height: normal !important;
}

/*--Line Height Ends--*/
/*Color Var Starts--*/
:root {
  --primary: #E30613;
  --secondary: #000000;
  --light-black: #1D1D1D;
  --lighter-black: #1A1A1A;
  --white: #FFFFFF;
  --gray: #3F3C3C;
  --light-gray: #303030;
  --lighter-gray: #EAEAEA;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
}

/*--Color Var Ends--*/
/*--Background Starts--*/
.bg-black {
  background-color: var(--secondary);
}

.bg-primary {
  background-color: var(--primary) !important;
}

.bg-secondary {
  background-color: var(--secondary) !important;
}

.bg-light-black {
  background-color: var(--light-black) !important;
}

.bg-lighter-black {
  background-color: var(--lighter-black) !important;
}

.bg-white {
  background-color: var(--white) !important;
}

.bg-gray {
  background-color: var(--gray) !important;
}

.bg-lighter-gray {
  background-color: var(--lighter-gray);
}

.bg-light-gray {
  background-color: var(--light-gray);
}

/*--Background Ends--*/
/*--Text Starts--*/
.txt-black {
  color: var(--secondary);
}

.txt-white {
  color: var(--white) !important;
}

.txt-gray {
  color: var(--gray) !important;
}

.txt-primary {
  color: var(--primary) !important;
}

.txt-secondary {
  color: var(--secondary) !important;
}

.txt-lighter-black {
  color: var(--lighter-black) !important;
}

.txt-light-black {
  color: var(--light-black) !important;
}

.txt-lighter-gray {
  color: var(--lighter-gray);
}

.txt-light-gray {
  color: var(--light-gray);
}

/*--Text Ends--*/
/*--Section Starts--*/
.section-space-m-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.section-space-m-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.section-space-m-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.section-space-m-100 {
  margin-top: 100px;
  margin-bottom: 1000px;
}

.section-space-m-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.section-space-p-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-space-p-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-space-p-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-space-p-100 {
  padding-top: 100px;
  padding-bottom: 1000px;
}

.section-space-p-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.white-space-no-wrap {
  white-space: nowrap;
}

/*--Section Ends--*/
/*--Padding Starts*/
.padd-1 {
  padding: 1px !important;
}

.padd-2 {
  padding: 2px !important;
}

.padd-3 {
  padding: 3px !important;
}

.padd-4 {
  padding: 4px !important;
}

.padd-5 {
  padding: 5px !important;
}

.padd-6 {
  padding: 6px !important;
}

.padd-7 {
  padding: 7px !important;
}

.padd-8 {
  padding: 8px !important;
}

.padd-9 {
  padding: 9px !important;
}

.padd-10 {
  padding: 10px !important;
}

.padd-12 {
  padding: 12px !important;
}

.padd-14 {
  padding: 14px !important;
}

.padd-16 {
  padding: 16px !important;
}

.padd-18 {
  padding: 18px !important;
}

.padd-20 {
  padding: 20px !important;
}

.padd-22 {
  padding: 22px !important;
}

.padd-24 {
  padding: 24px !important;
}

.padd-26 {
  padding: 26px !important;
}

.padd-28 {
  padding: 28px !important;
}

.padd-30 {
  padding: 30px !important;
}

.padd-32 {
  padding: 32px !important;
}

.padd-34 {
  padding: 34px !important;
}

.padd-36 {
  padding: 36px !important;
}

.padd-38 {
  padding: 38px !important;
}

.padd-40 {
  padding: 40px !important;
}

.padd-42 {
  padding: 42px !important;
}

.padd-44 {
  padding: 44px !important;
}

.padd-46 {
  padding: 46px !important;
}

.padd-48 {
  padding: 48px !important;
}

.padd-50 {
  padding: 50px !important;
}

.padd-52 {
  padding: 52px !important;
}

.padd-54 {
  padding: 54px !important;
}

.padd-56 {
  padding: 56px !important;
}

.padd-58 {
  padding: 58px !important;
}

.padd-60 {
  padding: 60px !important;
}

.padd-62 {
  padding: 62px !important;
}

.padd-64 {
  padding: 64px !important;
}

.padd-66 {
  padding: 66px !important;
}

.padd-68 {
  padding: 68px !important;
}

.padd-70 {
  padding: 70px !important;
}

.padd-72 {
  padding: 72px !important;
}

.padd-74 {
  padding: 74px !important;
}

.padd-76 {
  padding: 76px !important;
}

.padd-78 {
  padding: 78px !important;
}

.padd-80 {
  padding: 80px !important;
}

.padd-82 {
  padding: 82px !important;
}

.padd-84 {
  padding: 84px !important;
}

.padd-86 {
  padding: 86px !important;
}

.padd-88 {
  padding: 88px !important;
}

.padd-90 {
  padding: 90px !important;
}

.padd-92 {
  padding: 92px !important;
}

.padd-94 {
  padding: 94px !important;
}

.padd-96 {
  padding: 96px !important;
}

.padd-98 {
  padding: 98px !important;
}

.padd-100 {
  padding: 100px !important;
}

.padd-t-1 {
  padding-top: 1px !important;
}

.padd-t-2 {
  padding-top: 2px !important;
}

.padd-t-3 {
  padding-top: 3px !important;
}

.padd-t-4 {
  padding-top: 4px !important;
}

.padd-t-5 {
  padding-top: 5px !important;
}

.padd-t-6 {
  padding-top: 6px !important;
}

.padd-t-7 {
  padding-top: 7px !important;
}

.padd-t-8 {
  padding-top: 8px !important;
}

.padd-t-9 {
  padding-top: 9px !important;
}

.padd-t-10 {
  padding-top: 10px !important;
}

.padd-t-12 {
  padding-top: 12px !important;
}

.padd-t-14 {
  padding-top: 14px !important;
}

.padd-t-16 {
  padding-top: 16px !important;
}

.padd-t-18 {
  padding-top: 18px !important;
}

.padd-t-20 {
  padding-top: 20px !important;
}

.padd-t-22 {
  padding-top: 22px !important;
}

.padd-t-24 {
  padding-top: 24px !important;
}

.padd-t-26 {
  padding-top: 26px !important;
}

.padd-t-28 {
  padding-top: 28px !important;
}

.padd-t-30 {
  padding-top: 30px !important;
}

.padd-t-32 {
  padding-top: 32px !important;
}

.padd-t-34 {
  padding-top: 34px !important;
}

.padd-t-36 {
  padding-top: 36px !important;
}

.padd-t-38 {
  padding-top: 38px !important;
}

.padd-t-40 {
  padding-top: 40px !important;
}

.padd-t-42 {
  padding-top: 42px !important;
}

.padd-t-44 {
  padding-top: 44px !important;
}

.padd-t-46 {
  padding-top: 46px !important;
}

.padd-t-48 {
  padding-top: 48px !important;
}

.padd-t-50 {
  padding-top: 50px !important;
}

.padd-t-52 {
  padding-top: 52px !important;
}

.padd-t-54 {
  padding-top: 54px !important;
}

.padd-t-56 {
  padding-top: 56px !important;
}

.padd-t-58 {
  padding-top: 58px !important;
}

.padd-t-60 {
  padding-top: 60px !important;
}

.padd-t-62 {
  padding-top: 62px !important;
}

.padd-t-64 {
  padding-top: 64px !important;
}

.padd-t-66 {
  padding-top: 66px !important;
}

.padd-t-68 {
  padding-top: 68px !important;
}

.padd-t-70 {
  padding-top: 70px !important;
}

.padd-t-72 {
  padding-top: 72px !important;
}

.padd-t-74 {
  padding-top: 74px !important;
}

.padd-t-76 {
  padding-top: 76px !important;
}

.padd-t-78 {
  padding-top: 78px !important;
}

.padd-t-80 {
  padding-top: 80px !important;
}

.padd-t-82 {
  padding-top: 82px !important;
}

.padd-t-84 {
  padding-top: 84px !important;
}

.padd-t-86 {
  padding-top: 86px !important;
}

.padd-t-88 {
  padding-top: 88px !important;
}

.padd-t-90 {
  padding-top: 90px !important;
}

.padd-t-92 {
  padding-top: 92px !important;
}

.padd-t-94 {
  padding-top: 94px !important;
}

.padd-t-96 {
  padding-top: 96px !important;
}

.padd-t-98 {
  padding-top: 98px !important;
}

.padd-t-100 {
  padding-top: 100px !important;
}

.padd-b-1 {
  padding-bottom: 1px !important;
}

.padd-b-2 {
  padding-bottom: 2px !important;
}

.padd-b-3 {
  padding-bottom: 3px !important;
}

.padd-b-4 {
  padding-bottom: 4px !important;
}

.padd-b-5 {
  padding-bottom: 5px !important;
}

.padd-b-6 {
  padding-bottom: 6px !important;
}

.padd-b-7 {
  padding-bottom: 7px !important;
}

.padd-b-8 {
  padding-bottom: 8px !important;
}

.padd-b-9 {
  padding-bottom: 9px !important;
}

.padd-b-10 {
  padding-bottom: 10px !important;
}

.padd-b-12 {
  padding-bottom: 12px !important;
}

.padd-b-14 {
  padding-bottom: 14px !important;
}

.padd-b-16 {
  padding-bottom: 16px !important;
}

.padd-b-18 {
  padding-bottom: 18px !important;
}

.padd-b-20 {
  padding-bottom: 20px !important;
}

.padd-b-22 {
  padding-bottom: 22px !important;
}

.padd-b-24 {
  padding-bottom: 24px !important;
}

.padd-b-26 {
  padding-bottom: 26px !important;
}

.padd-b-28 {
  padding-bottom: 28px !important;
}

.padd-b-30 {
  padding-bottom: 30px !important;
}

.padd-b-32 {
  padding-bottom: 32px !important;
}

.padd-b-34 {
  padding-bottom: 34px !important;
}

.padd-b-36 {
  padding-bottom: 36px !important;
}

.padd-b-38 {
  padding-bottom: 38px !important;
}

.padd-b-40 {
  padding-bottom: 40px !important;
}

.padd-b-42 {
  padding-bottom: 42px !important;
}

.padd-b-44 {
  padding-bottom: 44px !important;
}

.padd-b-46 {
  padding-bottom: 46px !important;
}

.padd-b-48 {
  padding-bottom: 48px !important;
}

.padd-b-50 {
  padding-bottom: 50px !important;
}

.padd-b-52 {
  padding-bottom: 52px !important;
}

.padd-b-54 {
  padding-bottom: 54px !important;
}

.padd-b-56 {
  padding-bottom: 56px !important;
}

.padd-b-58 {
  padding-bottom: 58px !important;
}

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

.padd-b-62 {
  padding-bottom: 62px !important;
}

.padd-b-64 {
  padding-bottom: 64px !important;
}

.padd-b-66 {
  padding-bottom: 66px !important;
}

.padd-b-68 {
  padding-bottom: 68px !important;
}

.padd-b-70 {
  padding-bottom: 70px !important;
}

.padd-b-72 {
  padding-bottom: 72px !important;
}

.padd-b-74 {
  padding-bottom: 74px !important;
}

.padd-b-76 {
  padding-bottom: 76px !important;
}

.padd-b-78 {
  padding-bottom: 78px !important;
}

.padd-b-80 {
  padding-bottom: 80px !important;
}

.padd-b-82 {
  padding-bottom: 82px !important;
}

.padd-b-84 {
  padding-bottom: 84px !important;
}

.padd-b-86 {
  padding-bottom: 86px !important;
}

.padd-b-88 {
  padding-bottom: 88px !important;
}

.padd-b-90 {
  padding-bottom: 90px !important;
}

.padd-b-92 {
  padding-bottom: 92px !important;
}

.padd-b-94 {
  padding-bottom: 94px !important;
}

.padd-b-96 {
  padding-bottom: 96px !important;
}

.padd-b-98 {
  padding-bottom: 98px !important;
}

.padd-b-100 {
  padding-bottom: 100px !important;
}

/*--Padding Ends--*/
/*--Margin Starts*/
.mar-1 {
  margin: 1px !important;
}

.mar-2 {
  margin: 2px !important;
}

.mar-3 {
  margin: 3px !important;
}

.mar-4 {
  margin: 4px !important;
}

.mar-5 {
  margin: 5px !important;
}

.mar-6 {
  margin: 6px !important;
}

.mar-7 {
  margin: 7px !important;
}

.mar-8 {
  margin: 8px !important;
}

.mar-9 {
  margin: 9px !important;
}

.mar-10 {
  margin: 10px !important;
}

.mar-12 {
  margin: 12px !important;
}

.mar-14 {
  margin: 14px !important;
}

.mar-16 {
  margin: 16px !important;
}

.mar-18 {
  margin: 18px !important;
}

.mar-20 {
  margin: 20px !important;
}

.mar-22 {
  margin: 22px !important;
}

.mar-24 {
  margin: 24px !important;
}

.mar-26 {
  margin: 26px !important;
}

.mar-28 {
  margin: 28px !important;
}

.mar-30 {
  margin: 30px !important;
}

.mar-32 {
  margin: 32px !important;
}

.mar-34 {
  margin: 34px !important;
}

.mar-36 {
  margin: 36px !important;
}

.mar-38 {
  margin: 38px !important;
}

.mar-40 {
  margin: 40px !important;
}

.mar-42 {
  margin: 42px !important;
}

.mar-44 {
  margin: 44px !important;
}

.mar-46 {
  margin: 46px !important;
}

.mar-48 {
  margin: 48px !important;
}

.mar-50 {
  margin: 50px !important;
}

.mar-52 {
  margin: 52px !important;
}

.mar-54 {
  margin: 54px !important;
}

.mar-56 {
  margin: 56px !important;
}

.mar-58 {
  margin: 58px !important;
}

.mar-60 {
  margin: 60px !important;
}

.mar-62 {
  margin: 62px !important;
}

.mar-64 {
  margin: 64px !important;
}

.mar-66 {
  margin: 66px !important;
}

.mar-68 {
  margin: 68px !important;
}

.mar-70 {
  margin: 70px !important;
}

.mar-72 {
  margin: 72px !important;
}

.mar-74 {
  margin: 74px !important;
}

.mar-76 {
  margin: 76px !important;
}

.mar-78 {
  margin: 78px !important;
}

.mar-80 {
  margin: 80px !important;
}

.mar-82 {
  margin: 82px !important;
}

.mar-84 {
  margin: 84px !important;
}

.mar-86 {
  margin: 86px !important;
}

.mar-88 {
  margin: 88px !important;
}

.mar-90 {
  margin: 90px !important;
}

.mar-92 {
  margin: 92px !important;
}

.mar-94 {
  margin: 94px !important;
}

.mar-96 {
  margin: 96px !important;
}

.mar-98 {
  margin: 98px !important;
}

.mar-100 {
  margin: 100px !important;
}

.mar-t-1 {
  margin-top: 1px !important;
}

.mar-t-2 {
  margin-top: 2px !important;
}

.mar-t-3 {
  margin-top: 3px !important;
}

.mar-t-4 {
  margin-top: 4px !important;
}

.mar-t-5 {
  margin-top: 5px !important;
}

.mar-t-6 {
  margin-top: 6px !important;
}

.mar-t-7 {
  margin-top: 7px !important;
}

.mar-t-8 {
  margin-top: 8px !important;
}

.mar-t-9 {
  margin-top: 9px !important;
}

.mar-t-10 {
  margin-top: 10px !important;
}

.mar-t-12 {
  margin-top: 12px !important;
}

.mar-t-14 {
  margin-top: 14px !important;
}

.mar-t-16 {
  margin-top: 16px !important;
}

.mar-t-18 {
  margin-top: 18px !important;
}

.mar-t-20 {
  margin-top: 20px !important;
}

.mar-t-22 {
  margin-top: 22px !important;
}

.mar-t-24 {
  margin-top: 24px !important;
}

.mar-t-26 {
  margin-top: 26px !important;
}

.mar-t-28 {
  margin-top: 28px !important;
}

.mar-t-30 {
  margin-top: 30px !important;
}

.mar-t-32 {
  margin-top: 32px !important;
}

.mar-t-34 {
  margin-top: 34px !important;
}

.mar-t-36 {
  margin-top: 36px !important;
}

.mar-t-38 {
  margin-top: 38px !important;
}

.mar-t-40 {
  margin-top: 40px !important;
}

.mar-t-42 {
  margin-top: 42px !important;
}

.mar-t-44 {
  margin-top: 44px !important;
}

.mar-t-46 {
  margin-top: 46px !important;
}

.mar-t-48 {
  margin-top: 48px !important;
}

.mar-t-50 {
  margin-top: 50px !important;
}

.mar-t-52 {
  margin-top: 52px !important;
}

.mar-t-54 {
  margin-top: 54px !important;
}

.mar-t-56 {
  margin-top: 56px !important;
}

.mar-t-58 {
  margin-top: 58px !important;
}

.mar-t-60 {
  margin-top: 60px !important;
}

.mar-t-62 {
  margin-top: 62px !important;
}

.mar-t-64 {
  margin-top: 64px !important;
}

.mar-t-66 {
  margin-top: 66px !important;
}

.mar-t-68 {
  margin-top: 68px !important;
}

.mar-t-70 {
  margin-top: 70px !important;
}

.mar-t-72 {
  margin-top: 72px !important;
}

.mar-t-74 {
  margin-top: 74px !important;
}

.mar-t-76 {
  margin-top: 76px !important;
}

.mar-t-78 {
  margin-top: 78px !important;
}

.mar-t-80 {
  margin-top: 80px !important;
}

.mar-t-82 {
  margin-top: 82px !important;
}

.mar-t-84 {
  margin-top: 84px !important;
}

.mar-t-86 {
  margin-top: 86px !important;
}

.mar-t-88 {
  margin-top: 88px !important;
}

.mar-t-90 {
  margin-top: 90px !important;
}

.mar-t-92 {
  margin-top: 92px !important;
}

.mar-t-94 {
  margin-top: 94px !important;
}

.mar-t-96 {
  margin-top: 96px !important;
}

.mar-t-98 {
  margin-top: 98px !important;
}

.mar-t-100 {
  margin-top: 100px !important;
}

.mar-b-1 {
  margin-bottom: 1px !important;
}

.mar-b-2 {
  margin-bottom: 2px !important;
}

.mar-b-3 {
  margin-bottom: 3px !important;
}

.mar-b-4 {
  margin-bottom: 4px !important;
}

.mar-b-5 {
  margin-bottom: 5px !important;
}

.mar-b-6 {
  margin-bottom: 6px !important;
}

.mar-b-7 {
  margin-bottom: 7px !important;
}

.mar-b-8 {
  margin-bottom: 8px !important;
}

.mar-b-9 {
  margin-bottom: 9px !important;
}

.mar-b-10 {
  margin-bottom: 10px !important;
}

.mar-b-12 {
  margin-bottom: 12px !important;
}

.mar-b-14 {
  margin-bottom: 14px !important;
}

.mar-b-16 {
  margin-bottom: 16px !important;
}

.mar-b-18 {
  margin-bottom: 18px !important;
}

.mar-b-20 {
  margin-bottom: 20px !important;
}

.mar-b-22 {
  margin-bottom: 22px !important;
}

.mar-b-24 {
  margin-bottom: 24px !important;
}

.mar-b-26 {
  margin-bottom: 26px !important;
}

.mar-b-28 {
  margin-bottom: 28px !important;
}

.mar-b-30 {
  margin-bottom: 30px !important;
}

.mar-b-32 {
  margin-bottom: 32px !important;
}

.mar-b-34 {
  margin-bottom: 34px !important;
}

.mar-b-36 {
  margin-bottom: 36px !important;
}

.mar-b-38 {
  margin-bottom: 38px !important;
}

.mar-b-40 {
  margin-bottom: 40px !important;
}

.mar-b-42 {
  margin-bottom: 42px !important;
}

.mar-b-44 {
  margin-bottom: 44px !important;
}

.mar-b-46 {
  margin-bottom: 46px !important;
}

.mar-b-48 {
  margin-bottom: 48px !important;
}

.mar-b-50 {
  margin-bottom: 50px !important;
}

.mar-b-52 {
  margin-bottom: 52px !important;
}

.mar-b-54 {
  margin-bottom: 54px !important;
}

.mar-b-56 {
  margin-bottom: 56px !important;
}

.mar-b-58 {
  margin-bottom: 58px !important;
}

.mar-b-60 {
  margin-bottom: 60px !important;
}

.mar-b-62 {
  margin-bottom: 62px !important;
}

.mar-b-64 {
  margin-bottom: 64px !important;
}

.mar-b-66 {
  margin-bottom: 66px !important;
}

.mar-b-68 {
  margin-bottom: 68px !important;
}

.mar-b-70 {
  margin-bottom: 70px !important;
}

.mar-b-72 {
  margin-bottom: 72px !important;
}

.mar-b-74 {
  margin-bottom: 74px !important;
}

.mar-b-76 {
  margin-bottom: 76px !important;
}

.mar-b-78 {
  margin-bottom: 78px !important;
}

.mar-b-80 {
  margin-bottom: 80px !important;
}

.mar-b-82 {
  margin-bottom: 82px !important;
}

.mar-b-84 {
  margin-bottom: 84px !important;
}

.mar-b-86 {
  margin-bottom: 86px !important;
}

.mar-b-88 {
  margin-bottom: 88px !important;
}

.mar-b-90 {
  margin-bottom: 90px !important;
}

.mar-b-92 {
  margin-bottom: 92px !important;
}

.mar-b-94 {
  margin-bottom: 94px !important;
}

.mar-b-96 {
  margin-bottom: 96px !important;
}

.mar-b-98 {
  margin-bottom: 98px !important;
}

.mar-b-100 {
  margin-bottom: 100px !important;
}

/*--Margin Ends--*/
/*--CSS STarts Here--*/
/*--Header Section--*/
body {
  font-family: 'Calibri-Regular' !important;
  color: #191515;
  font-size: 18px;
}

.main-menu-bg {
  /* background-color: var(--lighter-gray); */
  /* padding: 20px 40px; */
  border-radius: 50px;
}

.gs-breadcrumb{
  display: flex;
    gap: 5px;
    align-items: center;
    flex-wrap: wrap;
}

#bootscore-navbar li a {
  /* color: var(--light-black); */
  font-family: 'Calibri-Bold';
  font-size: 18px;
  line-height: normal;
  /* text-transform: uppercase; */
  position: relative;
  margin-right: 10px;
  /* color: #fff; */
}

.dropdown-menu::after {
  content: unset;
}

#masthead .navbar-brand  img{
  width: 130px;
}
.search-menu-icons {
    display: flex;
    align-items: center;
}
#bootscore-navbar>li>a {
  color: #fff;
  /* padding-block: 30px; */
}

#bootscore-navbar li .nav-link.active {
  color: var(--primary) !important;
}

#bootscore-navbar li .nav-link.active:before {
  content: '';
  position: absolute;
  width: 56%;
  border: 1px solid var(--primary);
  left: 10px;
  z-index: 99;
  top: 31px;
  content: unset;
}

/*--Footer Section--*/
.bootscore-footer .widget_text.footer_widget h2 {
  color: var(--white);
  font-size: 17px;
  line-height: normal;
  text-transform: uppercase;
  font-family: "Calibri-Bold";
  margin-bottom: 20px;
}

.bootscore-footer .widget_text.footer_widget ul li a {
  color: var(--white);
  text-decoration: none;
  font-size: 15px;
  line-height: 30px;
  font-family: 'Calibri-Regular';
}

.bootscore-footer .widget_text.footer_widget hr {
  height: 1PX;
  width: 100%;
  border: 1px solid #E3E3E4;
  opacity: 0.5;
}

.bootscore-footer .widget_text.footer_widget {
  position: relative;
}

.bootscore-footer .widget_text.footer_widget:before {
  content: "";
  border-left: 1px solid red;
  height: 100%;
  width: 100%;
  position: absolute;
  left: -20px;
}

.bootscore-footer .footer-contact-info .widget_text.footer_widget:before {
  content: unset;
}

.bootscore-footer .widget_text.footer_widget img {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.bootscore-footer .footer_widget {
  position: relative;
}

.bootscore-footer .footer_widget h2 {
  /* color: var(--white); */
  font-size: 17px;

  line-height: normal;
  text-transform: uppercase;
  font-family: "Calibri-Bold";
  margin-bottom: 20px;
}

.page-header-top-section{
  height: 500px !important;
  /* margin-top: 70px; */
}

#page .page-header-top-section{
  margin-top: 70px;
  background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
#page.transparent-header .page-header-top-section {
    margin-top: 0px;
}



@media(max-width:767px){
  #page .page-header-top-section {
    margin-top: 45px;
}
#page .page-header-top-section h1{
font-size: 32px !important;
line-height: normal;
}
.page-header-top-section{
     height: 350px !important;
  /* margin-top: 70px; */
}
}

.pe-info-contact span,
.pe-info-contact span a,
.pe-info-contact .contact-email a,
.contact-form::placeholder,
.contact-form select,
.contact-form select option {
  font-size: 16px !important;
  line-height: 25px !important;
  color: var(--light-black) !important;
  font-family: "DejaVu Sans" !important;
}

/* .bootscore-footer .row .footer_widget:before {
    content: "";
    background:#E30613;
    height: 100%;
    width: 1px;
    position: absolute;
    left: -20px;
} */
.bootscore-footer .middle-footer-links .footer_widget {
  position: relative;
  border-left: 1px solid red;
  padding-left: 16px;
}

.bootscore-footer .middle-footer-links .footer_widget .menu {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  width: 80%;
}

.bootscore-footer .middle-footer-links {
  justify-content: space-between;
  /* margin-left: 20px; */
}

.bootscore-footer .footer_widget ul li {
  margin-bottom: 12px;
}

.bootscore-footer .footer_widget ul li a {
  color: #000000;
  text-decoration: none;
  font-size: 15px;
  font-family: 'Calibri-Regular';
}

.footer-logo-section .footer_widget {
  margin-bottom: 22px !important;
}

.bootscore-footer .middle-footer-links a:hover {
  text-decoration: underline !important;
  color: var(--primary);
  transition: 0.5s;
}

.page-header-top-section {
  position: relative !important;
}

.page-header-top-section p .home-products {
  margin-right: 50px;
}

.page-header-top-section a.btn-secondary:hover {
  background-color: var(--white) !important;
  color: var(--primary) !important;
  border: 1px solid var(--white);
  transition: 0.5s;
}

.page-header-top-section {
  display: flex;
  align-items: center;
}

.page-header-top-section::before {
  clear: both;
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 1 !important;
  /* background: linear-gradient(106deg, #1A1A1A 0%, rgba(0, 0, 0, 0.45) 52.19%, rgba(227, 6, 19, 0.20) 100%) !important; */
  background: linear-gradient(to right, rgba(51, 51, 51, 0.95) 0%, rgba(51, 51, 51, 0.85) 50%, rgba(153, 153, 153, 0.40) 80%, rgba(221, 221, 221, 0.15) 100%);

      background: linear-gradient(to right, rgba(26, 26, 26, 0.7) 0%, rgba(26, 26, 26, 0.5) 45%, rgba(26, 26, 26, 0.3) 75%, rgba(26, 26, 26, 0.1) 100%);
  display: block !important;
}

.page-header-top-section h2 {
  width: 85%;
  margin: 0 auto 2rem;
}

.about-us ul li {
  list-style: none;
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
}

.about-us ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  background-color: var(--light-black);
  transform: rotate(136deg);
  top: 8px;
  left: 0;
}

.about-us ul {
  padding-left: 0px;
}

.home-video-img h2 {
  margin-bottom: 20px;
}

.home-video-img .vc_row-flex {
  justify-content: end;
}

.about-video-img {
  position: relative;
}

.about-video-img img {
  height: 700px !important;
  width: 850px;
  border-radius: 100% 0% 0% 100%;
  margin-right: -14%;
  margin-top: -6%;
  object-fit: cover;
  margin-bottom: -12%;
}

.about-us-desktop {
  display: block;
}

.about-us-mobile {
  display: none;
}

.youtube-play-btn {
  position: absolute;
  top: 45%;
  left: 55%;
  cursor: pointer;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab>a {
  background-color: #eaeaea !important;
  color: var(--light-black) !important;
  border-color: transparent !important;
  border-radius: 0px !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab.vc_active>a {
  color: var(--primary) !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab.vc_active>a span {
  position: relative;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab.vc_active>a span::after {
  content: '';
  position: absolute;
  width: 100%;
  border: 1px solid var(--primary);
  left: 0px;
  z-index: 99;
  top: 31px;
}

.top-button.visible:hover {
  background-color: var(--primary) !important;
  border: 1px solid var(--primary);
}

/*--About Page--*/
.memmert-row {
  margin: 60px 0px;
}

.page-header-top-section button {
  border: none;
  background-color: transparent;
  position: relative;
  top: 115px;
  left: 43%;
  color: var(--white) !important;
}

.page-header-top-section .learn-more {
  border: none;
  background-color: transparent;
  position: relative;
  top: 115px;
  left: 43%;
  color: var(--white) !important;
  text-decoration: none;
}

.page-header-top-section button:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='20' height='13' viewBox='0 0 20 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath id='Vector' d='M17.975 0.83136L20 2.734L10 12.1412L0 2.734L2.025 0.83136L10 8.32999L17.975 0.83136Z' fill='white'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  top: 30px;
  left: 47%;
  position: absolute;
  display: inline-block;
}

.page-header-top-section .learn-more:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='20' height='13' viewBox='0 0 20 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath id='Vector' d='M17.975 0.83136L20 2.734L10 12.1412L0 2.734L2.025 0.83136L10 8.32999L17.975 0.83136Z' fill='white'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  top: 30px;
  left: 47%;
  position: absolute;
  display: inline-block;
}

.innovation-row {
  padding: 20px 0px 50px 0px;
}

.certified-row {
  margin: 50px 0px 30px 0px;
  align-items: center;
  display: flex;
}

.certified-row .wpb_content_element {
  margin-bottom: 0px !important;
}

.page-breadcrumb {
  margin: 20px 0px;
}

.page-breadcrumb .wpb_content_element {
  margin-bottom: 0px !important;
}

.page-breadcrumb a {
  font-size: 16px;
  line-height: 25px;
  color: var(--light-black);
  font-family: 'Calibri-Bold';
  text-decoration: none;
}

.page-breadcrumb .current {
  color: var(--primary);
  font-family: 'Calibri-Bold';
}

.about-banner-text .wpb_content_element {
  margin-bottom: 0px !important;
}

.about-banner-text .vc_column-inner {
  margin-top: 14%;
}

.about-banner-text .vc_column-inner .wpb_wrapper p {
  width: 80%;
  margin: auto;
}

/*--Home Product tabs--*/
.property-listing-wrap {
  justify-content: center;
  padding: 0px 15px;
}

.tab-content .product-item .row {
  background-color: var(--white);
  padding: 2rem 1.5rem;
  border-radius: 20px;
  height: 100%;
}

.tab-content .product-item .row:first-child .col-12 {
  height: max-content;
}

.tab-content .product-item .row:first-child .col-12 h2,
.product-cat-list .product-item .row:first-child .col-12 h2 {
  margin-bottom: 30px;
}

.tab-content .product-item .row:first-child .col-lg-6 p,
.product-cat-list .product-item .row:first-child .col-lg-6 p {
  -webkit-line-clamp: 12;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 68px;
}

.tab-content .product-item .row a,
.product-cat-list .product-item .row a {
  display: inline-block;
}

.product-cat-list .property-listing-wrap .row {
  border-radius: 20px;
  background-color: var(--white);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  height: 100%;
  padding: 2rem 1.5rem;
}

.property-listing-wrap {
  margin-bottom: 60px;
}

.property-listing-tab {
  display: flex;
  margin: 20px 0px 50px 0px;
}

.property-listing-tab li {
  margin-right: 65px;
}

.product-term-name-tab {
  color: #1D1D1D !important;
  background-color: transparent !important;
}

.property-listing-tab ul li .active .product-term-name-tab {
  color: var(--primary) !important;
  background-color: transparent !important;
}

.property-listing-tab li button {
  padding: 0px 5px;
  margin: 0px;
}

.get-contact {
  margin-bottom: 70px;
}

.nav-pills .nav-link.active {
  background-color: transparent !important;
}

.nav-pills .nav-link.active span {
  color: var(--primary) !important;
  background-color: transparent !important;
  position: relative;
}

.nav-pills .nav-link.active span::after {
  content: '';
  position: absolute;
  width: 85%;
  border: 1px solid var(--primary);
  left: 0px;
  z-index: 99;
  top: 30px;
}

/*--Search Modal--*/
#search-modal .modal-dialog {
  max-width: 100% !important;
  margin: 0px;
}

#search-modal .modal-header {
  border-bottom: unset !important
}

#search-modal input::placeholder {
  color: var(--white);
  font-size: 28px;
  line-height: normal;
  font-family: 'Calibri-Regular';
  margin-bottom: 30px;
}

#search-modal input {
  color: var(--white) !important;
  font-size: 24px;
  line-height: normal;
  font-family: 'Calibri-Regular';
  margin-bottom: 0px;
  padding-bottom: 10px;
  background: transparent !important;
  border: none !important;
  width: 92%;
}

#search-modal input:focus-visible {
  border: none !important;
  outline: none !important;
}

#search-modal .searchform {
  width: 74%;
  border-bottom: 1px solid #fff;
  margin: 0 auto;
}

#search-modal svg {
  width: 25px;
  float: right;
}

#search-modal .modal-content {
  background: rgba(62, 62, 62, 0.80);
  min-height: 700px;
}

#search-modal .modal-body .row {
  position: relative;
  top: 50%;
  width: 80%;
}

#search-modal .modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
}

#search-modal .modal-body .wrapper {
  display: grid;
  grid-template-columns: 98% 2%;
}

.product-banner-text {
  margin-top: 6%;
}

/* #search-modal .modal-body input{
    width: 95%
  } */
#search-modal .modal-body .close {
  position: relative;
  margin-left: -30px;
  left: 100%;
  top: -100px;
}

#search-modal .search-btn {
  width: 53px;
  float: right;
  background: transparent;
  box-shadow: none;
  border: none;
}

#search-modal .modal-body .btn-close {
  color: #fff;
  background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.9936 11.9983L23.5734 3.42536C23.9491 3.04906 24.1602 2.53869 24.1602 2.00653C24.1602 1.47437 23.9491 0.963996 23.5734 0.587699C23.1977 0.211402 22.6881 0 22.1567 0C21.6254 0 21.1158 0.211402 20.7401 0.587699L12.1803 9.18062L3.62043 0.587699C3.24471 0.211402 2.73512 -3.96493e-09 2.20377 0C1.67242 3.96494e-09 1.16283 0.211402 0.787105 0.587699C0.411383 0.963996 0.200305 1.47437 0.200305 2.00653C0.200305 2.53869 0.411383 3.04906 0.787105 3.42536L9.36689 11.9983L0.787105 20.5712C0.600089 20.757 0.451651 20.978 0.350352 21.2215C0.249053 21.4651 0.196899 21.7263 0.196899 21.9901C0.196899 22.2539 0.249053 22.5151 0.350352 22.7586C0.451651 23.0021 0.600089 23.2231 0.787105 23.4089C0.972594 23.5962 1.19328 23.7449 1.43642 23.8463C1.67957 23.9478 1.94036 24 2.20377 24C2.46717 24 2.72797 23.9478 2.97111 23.8463C3.21426 23.7449 3.43494 23.5962 3.62043 23.4089L12.1803 14.816L20.7401 23.4089C20.9256 23.5962 21.1463 23.7449 21.3894 23.8463C21.6325 23.9478 21.8933 24 22.1567 24C22.4201 24 22.6809 23.9478 22.9241 23.8463C23.1672 23.7449 23.3879 23.5962 23.5734 23.4089C23.7604 23.2231 23.9089 23.0021 24.0102 22.7586C24.1115 22.5151 24.1636 22.2539 24.1636 21.9901C24.1636 21.7263 24.1115 21.4651 24.0102 21.2215C23.9089 20.978 23.7604 20.757 23.5734 20.5712L14.9936 11.9983Z' fill='white'/%3e%3c/svg%3e ");
  z-index: 9;
  opacity: 1;
}

#nav-main {
  z-index: 9999 !important;
  padding-block: 0px;
}

/*--Product Detail--*/
.mm-single-product-details {
  margin-top: 58px;
}

.mm-single-product-details h1 {
  margin-bottom: 20px;
}

.mm-single-product-details p {
  font-size: 18px !important;
  line-height: 24px !important;
  color: var(--light-gray) !important;
  font-family: 'Calibri-Regular' !important;
}

.mm-single-product-details p span {
  color: var(--primary) !important;
}

.mm-single-product-details h4 {
  margin-bottom: 15px;
}

.mm-single-product-details .product-download-broucher-section {
  /* margin: 20px 0px 30px 0px; */
  margin-top: 20px;
  margin-bottom: 30px;
}

.mm-single-product-details .product-download-broucher-section a {
  margin-top: 20px;
  font-size: 14px !important;
}

.mm-single-product-details .vc_col-sm-6:first-child .wpb_content_element {
  margin-bottom: 0px !important;
}

.mm-single-product-details .product-download-broucher-section .wpb_wrapper {
  display: flex;
  margin: 0px !important;
}

.mm-single-product-details .product-download-broucher-section .vc_column-inner,
.mm-single-product-details .product-download-broucher-section .wpb_content_element {
  margin-bottom: 0px !important;
}

.mm-single-product-details .product-download-broucher-section .wpb_wrapper .get-a-quote {
  margin-right: 20px;
}

.mm-single-product-details .product-download-broucher-section .btn-secondary:hover {
  background-color: var(--primary);
  color: var(--white) !important;
  transition: 0.5s;
}

.mm-single-product-details .wpb_wrapper ul {
  padding-left: 0px;
}

.mm-single-product-details .wpb_wrapper ul li {
  list-style: none;
  position: relative;
  padding-left: 18px;
  margin-bottom: 5px;
}

.mm-single-product-details .wpb_wrapper ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  background-color: var(--light-black);
  transform: rotate(136deg);
  top: 8px;
  left: 0;
}

.mm-single-product-details .options {
  position: relative;
  border-left: 1px solid var(--secondary);
}

.mm-single-product-details .options .vc_column-inner {
  padding-left: 30px !important;
}

/* .mm-single-product-details .options::before{
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: var(--secondary);
    left: 0;
    top: 3%;
    opacity: 0.6;
  } */
/*--Dropdown Menu--*/
#masthead .dropdown-menu {
  /* background-color: #ffffffd9 !important; */
  border-radius: 0px !important;
  border: unset !important;
  background-color: transparent;

  /* padding: 20px 15px !important;
  backdrop-filter: blur(44px); */


}

#masthead .dropdown-menu.depth_0{
  background-color: #ffffffd9 !important;
  padding: 20px 15px !important;
    backdrop-filter: blur(44px);
}

#masthead .dropdown-menu:not(.depth_0) {
  position: static !important;
  padding: 0px !important;
}

.dropdown-menu .menu-item {
  padding-bottom: 6px !important;
}

.dropdown-menu .menu-item .dropdown-item {
  text-transform: capitalize !important;
}

.dropdown-menu .menu-item .dropdown-item.active {
  background-color: unset !important;
  color: var(--primary) !important;
}


.dropdown-menu .menu-item .dropdown-item:hover {
  text-decoration: underline;
  background-color: transparent;
}

.dropdown-menu .menu-item .dropdown-item:focus-visible {
  border: unset !important;
  outline: unset !important;
}

/*--Youtube Modal--*/
#youtube-popup .modal-body {
  padding: 0.3rem;
  padding-bottom: 0rem !important;
}

#youtube-popup .html5-main-video {
  width: 100% !important;
  left: 0px !important;
}

#youtube-popup .modal-content {
  border-radius: 0px !important;
  border: unset !important;
  background-color: transparent !important;
}

#youtube-popup .btn-close {
  position: absolute;
  right: -50px;
  background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.9936 11.9983L23.5734 3.42536C23.9491 3.04906 24.1602 2.53869 24.1602 2.00653C24.1602 1.47437 23.9491 0.963996 23.5734 0.587699C23.1977 0.211402 22.6881 0 22.1567 0C21.6254 0 21.1158 0.211402 20.7401 0.587699L12.1803 9.18062L3.62043 0.587699C3.24471 0.211402 2.73512 -3.96493e-09 2.20377 0C1.67242 3.96494e-09 1.16283 0.211402 0.787105 0.587699C0.411383 0.963996 0.200305 1.47437 0.200305 2.00653C0.200305 2.53869 0.411383 3.04906 0.787105 3.42536L9.36689 11.9983L0.787105 20.5712C0.600089 20.757 0.451651 20.978 0.350352 21.2215C0.249053 21.4651 0.196899 21.7263 0.196899 21.9901C0.196899 22.2539 0.249053 22.5151 0.350352 22.7586C0.451651 23.0021 0.600089 23.2231 0.787105 23.4089C0.972594 23.5962 1.19328 23.7449 1.43642 23.8463C1.67957 23.9478 1.94036 24 2.20377 24C2.46717 24 2.72797 23.9478 2.97111 23.8463C3.21426 23.7449 3.43494 23.5962 3.62043 23.4089L12.1803 14.816L20.7401 23.4089C20.9256 23.5962 21.1463 23.7449 21.3894 23.8463C21.6325 23.9478 21.8933 24 22.1567 24C22.4201 24 22.6809 23.9478 22.9241 23.8463C23.1672 23.7449 23.3879 23.5962 23.5734 23.4089C23.7604 23.2231 23.9089 23.0021 24.0102 22.7586C24.1115 22.5151 24.1636 22.2539 24.1636 21.9901C24.1636 21.7263 24.1115 21.4651 24.0102 21.2215C23.9089 20.978 23.7604 20.757 23.5734 20.5712L14.9936 11.9983Z' fill='white'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  opacity: 1;
}

#youtube-popup {
  background: #0000009c;
}

.product-banner-text .wpb_content_element {
  margin-bottom: 0px !important;
}

@media (max-width: 992px) {
  .page-header-top-section h2 {
    width: 100%;
    font-size: 26px !important;
    line-height: 36px !important;
  }

  .about-us-desktop {
    display: block;
  }

  .about-us-mobile {
    display: none;
  }

  #search-modal .searchform {
    width: 100%;
  }

  .btn-outline-secondary {
    border-color: transparent !important;
  }

  #bootscore-navbar li .nav-link.active:before {
    width: 25%;
    left: 0px;
  }

  .btn-primary,
  .btn-secondary, .btn-white {
    /* padding: 0.8rem 0.5rem !important; */
    font-size: 16px;
    line-height: 18px;
  }

  .property-listing-tab {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }

  .property-listing-tab li {
    margin-bottom: 20px;
  }

  .tab-content .product-item .row:first-child .col-lg-6 p,
  .product-cat-list .product-item .row:first-child .col-lg-6 p {
    margin-bottom: 30px;
  }

  .home-video-img .section-space-p-600.wpb_column.vc_column_container.vc_col-sm-6 {
    margin: 20px 0px;
  }

  #products h2 {
    font-size: 32px !important;
  }

  .property-listing-tab {
    margin: 0px 0px 20px 0px;
  }
  .tax-products_category .product-page-listing-sec{
            margin-top: 20px;
  }
  #bootscore-navbar .dropdown-menu.depth_0 .dropdown > .dropdown-item i{
    display: none !important;
  }
}

@media (max-width: 620px) {
  #masthead.scrolled .search-menu-icons svg path {
    fill: #191515 !important;
}

  #masthead .dropdown-menu.depth_0{
    padding: 0px !important;
  }

  /* #bootscore-navbar .dropdown-menu.depth_0 .dropdown li,#bootscore-navbar .dropdown-menu.depth_0 .dropdown a{
padding-left: 0px !important;
  } */

  #bootscore-navbar .dropdown-menu.depth_0 > li > a{
    font-family: 'Calibri-Bold';
            padding-left: 0px;
  }

  /* #bootscore-navbar .dropdown-menu.depth_1 > li > .dropdown-item {
    padding-left: 0px;
  } */

  #bootscore-navbar .dropdown-menu.depth_1 > .nav-item a{

    padding-left: 0px !important;
}

  #bootscore-navbar .dropdown-menu.depth_1 .nav-item::after {
    position: absolute;
    width: 30px;
    height: 30px;
    content: "";
    left: -10px !important;
    
}


  #bootscore-navbar .dropdown-menu.depth_1 .nav-item::after

  .page-header-top-section h2 {
    width: 100% !important;
    font-size: 22px !important;
    line-height: 29px !important;
    margin-bottom: 15px;
  }

  .home-video-img .section-space-p-600.wpb_column.vc_column_container.vc_col-sm-6 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .about-us-desktop {
    display: none;
  }

  .about-us-mobile {
    display: block;
    margin-right: -13%;
  }

  .about-us-mobile h2 {
    display: none;
  }

  #search-modal input::placeholder {
    font-size: 20px;
  }

  #search-modal .searchform {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .offcanvas-header {
    display: flex;
    justify-content: end;
  }

  #youtube-popup .btn-close {
    right: 0px;
    top: -43px;
  }

  #footer-menu {
    display: flex;
    justify-content: center;
  }

  .youtube-play-btn {
    top: 40%;
    left: 60%;
  }

  .youtube-play-btn p img {
    width: 50px;
    height: 50px;
  }

  .certified-row {
    display: unset;
  }

  .page-header-top-section {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mm-single-product-details .product-download-broucher-section a {
    margin-top: 15px;
  }

  .page-header-top-section .wpb_wrapper .wpb_content_element {
    margin-bottom: 0px !important;
  }

  .page-header-top-section .learn-more {
    top: 20px;
    left: 25%;
  }

  .about-video-img img {
    height: 400px !important;
    width: 100% !important;
    border-radius: 80% 0% 0% 80%;
    margin-right: -14%;
    margin-bottom: 15px;
    object-fit: cover;
  }

  .home-about-us-section .wpb_column .vc_column_container .vc_col-sm-5.vc_column-inner {
    padding: 0px !important;
  }

  .mm-single-product-details .vc_col-sm-6:first-child .wpb_content_element {
    margin-bottom: 15px !important;
  }

  .options .wpb_content_element {
    margin-bottom: 0px !important;
  }

  .mm-single-product-details .product-download-broucher-section {
    margin: 0px 0px 30px 0px;
  }

  .mm-single-product-details .options {
    margin-top: 15px;
  }

  .page-breadcrumb a {
    line-height: 30px;
  }

  .about-banner-text h1 {
    line-height: 43px;
  }

  .product-banner-text .vc_column-inner .wpb_wrapper p {
    width: 100% !important;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

  .get-contact {
    margin: 30px 0px;
    padding: 10px 20px !important;
  }

  .products-container h2 {
    padding-bottom: 10px !important;
  }

  .tab-content .product-item .row:first-child .col-12 h2,
  .product-cat-list .product-item .row:first-child .col-12 h2 {
    margin-bottom: 15px;
  }

  .dropdown-menu .menu-item {
    padding-bottom: 0px !important;
    margin-bottom: 15px !important;
  }

  .get-a-quote {
    padding: 10px 15px !important;
  }

  .mm-single-product-details .product-download-broucher-section .wpb_content_element {
    margin: 20px 0px 30px 0px !important;
  }

  .mm-single-product-details .options .vc_column-inner {
    padding-left: 15px !important;
  }

  #offcanvas-navbar .offcanvas-header .h5.offcanvas-title {
    display: none;
  }

  .dropdown-menu {
    margin: 0px !important;
  }

  .main-menu-bg {
    padding: 10px 30px;
    display: flex !important;
    align-items: center !important;
  }

  #bootscore-navbar,
  .offcanvas-header button.btn-close.text-reset,
  .search-menu-icons svg {
    margin-left: 0px !important;
  }

  .footer-copy .container {
    display: block !important;
  }

  #bootscore-navbar .menu-item {
    margin-bottom: 10px;
  }

  #bootscore-navbar li a {
    font-size: 2rem;
    line-height: 1;
    font-family: 'Calibri-Regular';
    /* font-family: 'Calibri-Regular'; */
    color: #191515 !important;
  }

  img.logo.xs {
    width: 150px;
  }

  .page-header-top-section p .home-products {
    margin-right: 20px;
  }

  .page-header-top-section {
    padding-top: 0px !important;
  }

  .home-video-img h2 {
    font-size: 23px !important;
    line-height: 26px !important;
    margin-top: 20px;
  }

  .about-us ul li {
    font-size: 14px !important;
    line-height: 25px !important;
  }

  #bootscore-navbar li .nav-link.active::before {
    width: 25%;
    left: 0px;
  }

  /* .vc_row.vc_row-no-padding .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  } */

  .bootscore-footer .widget_text.footer_widget h2 {
    font-size: 15px;
    line-height: 22px;
  }

  .bootscore-footer .widget_text.footer_widget ul li a {
    font-size: 13px;
    line-height: 15px;
  }

  .bootscore-footer .widget_text.footer_widget h2 {
    margin: 15px 0px !important;
  }

  .footer-contact-info h6 {
    font-size: 16px !important;
    line-height: 25px !important;
  }

  .footer-contact-info p a {
    font-size: 13px !important;
    line-height: 23px !important;
  }

  .bootscore-copyright {
    font-size: 13px !important;
    line-height: 20px !important;
  }

  .about-banner-text .vc_column-inner .wpb_wrapper p {
    width: 100%;
  }

  .memmert-row h2,
  .certified-row h2,
  .history-row h2 {
    font-size: 25px !important;
    line-height: 34px !important;
  }

  .memmert-row,
  .certified-row {
    margin: 0px 0px 20px 0px;
  }

  .innovation-row {
    padding: 0px;
  }

  .page-header-top-section button {
    top: 30px;
    left: 25%;
  }

  .tab-content .product-item {
    margin-bottom: 0px !important;
  }

  .property-listing-tab li span {
    font-size: 16px !important;
  }

  .property-listing-wrap {
    margin-bottom: 0px;
  }

  .property-listing-tab {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }

  .property-listing-tab li {
    margin-bottom: 20px;
    margin-right: 12px;
  }

  .tab-content .product-item .row:first-child .col-lg-6 p,
  .product-cat-list .product-item .row:first-child .col-lg-6 p {
    margin-bottom: 30px;
  }

  .nav-pills .nav-link.active span::after {
    top: 25px;
  }

  #products {
    padding-bottom: 20px !important;
    padding-top: 0px !important;
  }

  .property-listing-wrap .wpb_content_element {
    padding-top: 20px !important;
  }

  #products .product-item h2 {
    font-size: 26px !important;
  }
}

/* Style for the row container */
.row-view-teams {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 0;
}

/* Style for each row item */
.row-view-teams {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 20px 0;
}

/* Style for each row item */
.row-item-teams {
  text-align: center;
  margin-bottom: 20px;
  width: 250px;
  /* Adjust width as needed */
}

/* Style for circular images */
.circle-image-teams {
  width: 265px;
  /* Adjust the size of the circle */
  height: 265px;
  /* Ensure equal width and height for a proper circle */
  border-radius: 50%;
  /* Creates the circle */
  overflow: hidden;
  margin: 0 10px 10px 10px;
  /* Add margin for the gap between circles */
}

.circle-image-teams img {
  width: 100%;
  height: 100%;
  /* Ensure the image fills the entire circle */

  border-radius: 50%;
  object-fit: cover;
  object-position: top;
}

/* Style for the title */
.team-title {
  font-size: 20px;
  /* Adjust the font size for the title */
  margin-top: 5px;
  /* Adjust spacing as needed */
  margin-bottom: 10px;
  /* Adjust spacing as needed */
}

.desig {
  font-size: 12px;
  /* Adjust the font size for the title */

}

.filters-colored-only-contact .header-red-only-contact {
  /* background: #e2001a;
  color: white; */
}

.filters-colored-only-contact .header-red-only-contact h2{
  font-size: 40px;
      font-family: 'Calibri-Bold' !important;
}

.country-items .contact-person-inner{
      background-color: #eaeaea54;
    border-top: 2px solid red;
    border-radius: 5px;
        padding: 8px;
    height: 100%;
    margin-bottom: 30px;
}

@media(max-width: 600px){
  .filters-colored-only-contact .header-red-only-contact h2{
  font-size: 30px;
}
}

.contact-languages-only-contact li{
font-size: 16px;
}

.filters-colored-only-contact .filter-container-grey {
  background: #eee;
}

.only-contact-only-mail {
  color: #e2001a;
  text-decoration: none;
}

.show_result_only_contact {
  margin-top: 20px;
}

.contact-person .contact-languages-only-contact {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}

.contact-person .contact-details .contact-detail .contact-label {

      padding-right: 8px;
    font-size: 16px;
}
.contact-person .contact-details .contact-detail a{
  text-decoration: none;
      color: #191515;
}
.contact-person .contact-details .contact-detail span.contact-info {
    font-size: 16px;
}

.only_result_contact {
  margin-left: -15px;
  margin-right: -15px;
}

.regional-places-row a{
  text-decoration: none;
  color: #191515;
}



.contact-person {
  padding-bottom: 23px;
}

/* .bootscore-footer .footer_widget ul li a {
  font-size: 13px;
} */

.bootscore-footer .footer_widget ul li {
  position: relative;
  /* display: inline-block; */
}

.bootscore-footer .badge, #masthead .badge {

  right: -34px;
  font-weight: normal;
  border-radius: 20px;
  line-height: normal;
  padding: 2px 5px;
  top: 50%;
  padding: 0px;
  color: red;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 4px;
  font-family: "Calibri-Bold";

}

.dropdown-item{
      white-space: normal;
}


#masthead #bootscore-navbar .dropdown-toggle::after {
  content: unset;
}


#bootscore-navbar .dropdown-menu.depth_0 li .dropdown-item {
  color: #191515;
  font-size: 18px;
}


#bootscore-navbar .dropdown-menu.depth_0 .dropdown > .dropdown-item {
      margin-bottom: 6px;
}

#bootscore-navbar .dropdown-menu.depth_1 .dropdown-item{
      font-family: 'Calibri-Regular';
}
#bootscore-navbar .dropdown-menu.depth_1 .nav-item{
  position: relative;
      padding-left: 12px;
}
#bootscore-navbar .dropdown-menu.depth_1 .nav-item::after{
position: absolute;
width: 30px;
height: 30px;
content: "";
    left: 5px;
top: 0px;
background-image: url(https://www.memmertindia.com/uat/wp-content/uploads/chevron-right.svg);
background-repeat: no-repeat;
background-position: center;

}


.page-id-883 #masthead #bootscore-navbar>li>a, .page-id-18 #masthead #bootscore-navbar>li>a, .page-id-872 #masthead #bootscore-navbar>li>a, .application-template-default #masthead #bootscore-navbar>li>a, .single-products #masthead #bootscore-navbar>li>a, .page-id-1135 #masthead #bootscore-navbar>li>a {
   color: #19151599;
}

#masthead #bootscore-navbar>li>a{
  color: #19151599;
}
 
.page-id-883 #masthead , .page-id-18 #masthead , .page-id-872 #masthead , .application-template-default #masthead , .single-products #masthead, .page-id-1135 #masthead {
           background: #ffffff;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
 
 
.page-id-883 .header-top-bar , .page-id-18 .header-top-bar , .page-id-872 .header-top-bar , .application-template-default .header-top-bar , .single-products .header-top-bar, .page-id-883 .header-top-bar a , .page-id-18 .header-top-bar a , .page-id-872 .header-top-bar a , .application-template-default .header-top-bar a , .single-products .header-top-bar a, .page-id-1135 .header-top-bar, .page-id-1135 .header-top-bar a {
         background-color: #f3f3f1;
}
 
 
 
.page-id-883 .header-top-bar p , .page-id-18 .header-top-bar p , .page-id-872 .header-top-bar p , .application-template-default .header-top-bar p , .single-products .header-top-bar p, .page-id-883 .header-top-bar a , .page-id-18 .header-top-bar a , .page-id-872 .header-top-bar a , .application-template-default .header-top-bar a , .single-products .header-top-bar a,
.page-id-883 .header-actions .btn-outline-secondary i, .page-id-18 .header-actions .btn-outline-secondary i, .page-id-872 .header-actions .btn-outline-secondary i, .application-template-default .header-actions .btn-outline-secondary i, .single-products .header-actions .btn-outline-secondary i, .page-id-1135 .header-top-bar p, .page-id-1135 .header-actions .btn-outline-secondary i, .page-id-1135 .header-top-bar a {
         color: #19151599 !important;
}

/* #masthead.scrolled .header-actions .btn-outline-secondary i {
    color: #19151599;
} */


.page-id-883 #masthead  .search-menu-icons svg path, .page-id-18 #masthead  .search-menu-icons svg path, .page-id-872 #masthead  .search-menu-icons svg path, .application-template-default #masthead  .search-menu-icons svg path, .single-products #masthead  .search-menu-icons svg path{
      fill: #19151599;
}


@media (min-width: 992px) {


  /* #masthead #bootscore-navbar>li>a {
    color: #fff;
  } */

    #masthead #bootscore-navbar>li>a {
    color: #19151599;
  }

  .transparent-header #masthead #bootscore-navbar>li>a{
    color: #fff;
  }

  #masthead.scrolled #bootscore-navbar>li>a {
    color: #19151599;
  }

  #bootscore-navbar>li>a {

    padding-block: 30px;
  }


  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  #masthead .dropdown-menu:not(.depth_0) {
    position: relative;
  }

  #nav-main {
    /* position: absolute;
    top: 6%;
    left: 0;
    z-index: 99;
    width: 100%; */
  }

  #masthead {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: all 0.3s ease;
  }

  /* Class added on scroll */
  #masthead.scrolled {
    background: #ffffff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  }

  #masthead .navbar .dropdown-menu.depth_0 {
    border-radius: 0;
    top: 90%;
    min-height: 70vh !important;
    width: 100%;
    left: 0;
    right: 0;
    padding-left: max(15px, calc((100vw - 1320px) / 2)) !important;
    padding-right: max(15px, calc((100vw - 1320px) / 2)) !important;

    grid-template-columns: repeat(4, 1fr);
  }


  .dropdown:hover .dropdown-menu.depth_0 {
    display: grid;
  }

  #masthead .navbar .dropdown {
    position: static;
  }
}


@media (min-width:990px) {
  .row-view-teams {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media(min-width:992px) {
  .middle-footer-links>.col-md-6.col-lg-3 {
    width: 22%;
  }

  .middle-footer-links>.col-md-6.col-lg-2 {
    width: 17%;
  }
}

/* #masthead .product-inforss{
    height: 100%;
  } */

@media screen and (min-width: 1000px) {

  /* .product-inforss,
  #menu-item-277 .dropdown-menu {
    min-height: 325px;
  } */

}

/* @media(min-width:1200px) and (max-width:1299px) {
  .bootscore-footer .footer_widget ul li a {
    font-size: 11px;
  }
}

@media(min-width:1300px) and (max-width:1399px) {
  .bootscore-footer .footer_widget ul li a {
    font-size: 13px;
  }
} */



ul#footer-menu-top a {
  font-size: 18px;
  color: inherit;
}

ul#footer-menu-top {
  margin-top: 18px;
}



@media screen and (min-width: 1000px) {
  #masthead .dropdown-menu:not(.depth_0) {
    position: static !important;



  }
}

@media screen and (min-width: 1000px) {
    #masthead .dropdown-menu {
        left: 51px;
        top: 44px;
        /* border-top-left-radius: 30px !important; */
        min-height: auto !important;
          margin-bottom: 12px;
    }
}

ul#header-top-right-menu a {
    color: #fff;
    font-size: 16px;
    padding-right: 0px;
}
ul#header-top-right-menu a:first-child{
    /* padding-left: 0px; */
    padding: 0.25rem 0px;
}
.header-top-bar{
    background-color: #00000040;
}
.header-top-bar .left-bar-h p{
  padding: 0.25rem 0px;
}
.header-top-bar p:hover, .header-top-bar a:hover{
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2rem;
}

.tax-products_category .products-container h2{
  padding-bottom: 0px !important;
}

.tax-products_category .product-page-listing-sec {
    margin-top: 3rem;
}