/* green #146031 */
/* orange #f58520 */

html{

    -webkit-text-size-adjust: 100%;
}
body{
    font-family: Arial;
    font-family: sans-serif !important;
    /* font-size: 1rem !important; */
    background-color: #fff !important;
}

.pagination{
    justify-content: center;
}

.alldiscoountcenter p{
    color: #f58520;
}

.alldiscoountcenter svg{
    width: 50px;
    height: 50px;
}

.alldiscoountcenter nav div{
    padding-top: 1rem;
}

.icon-primary-filled{
    background-color: #f58520 !important;
}

.icon-secondary-filled{
    background-color: #146031 !important;
}
.icon-lg.icon-rect, .icon-lg.icon-round, .icon-lg.icon-circle{
    width: 4.75rem !important;
    height: 4.75rem !important;
}
.tawk-icon-right img{
  display: none !important;
}
.isotope-line .isotope-filter.active{
    color:#f58520 !important;
}
.isotope-line .isotope-filter:before {
   background-color: #f58520 !important;
}
.isotope-line .isotope-filter.active:before {
    width: 100% !important;
}
.isotope-line .isotope-filter:hover {
    color: #146031 !important;
}
.isotope-filters{
    display: flex !important;
    justify-content: center;
}
body::-webkit-scrollbar {
    width: 0.5rem;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #f58520;
    outline: 1px solid #146031;
}

.navbar-cart::-webkit-scrollbar{
      width: 0.5rem;
}
.navbar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.navbar-cart::-webkit-scrollbar-thumb {
    background-color: #146031;
    outline: 1px solid #146031;
}

::-webkit-scrollbar{
    width: 0.5rem;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb {
  background-color: #f58520;
  outline: 1px solid #146031;
}

header{
      height: inherit !important;
  }
.logoStyle{
    margin-top:1rem !important;
}
.btn-primary{
    color: #fff !important;
    border-color: #f58520 !important;
    background-color: #f58520 !important;
}
.btn-outline-primary{
    color: #f58520 !important;
    border-color: #f58520 !important;
    background-color: transparent !important;
}
.btn-primary:hover, .btn-primary.hover, .btn-primary:active, .btn-primary.active {
    color: #fff;
    border-color: #f58520;
    background-color: #f58520;
}
.btn-secondary{
    color: #fff !important;
    border-color: #146031 !important;
    background-color: #146031 !important;
}
.text-primary{
    color: #f58520 !important;
}
.text-custom-primary{
color:#f58520 !important
}
.text-custom-secondary{
    color:#146031 !important;
}
.text-custom-secondary2{
    color:#0c9 !important;
}

.customvideopadding{
    padding-top: 6% !important;
}

.menuscustombackground{
    background-color: #f58520;
    color: white;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    background-size: 400% auto;
    background-position: 100% 50%;
    background-image: linear-gradient(90deg, #e9dbff 25%, #f58520 50% , white 100%);
    /* animation: gradientMotion 1s infinite linear; */
}
.menuscustombackground a{
    color: #146031 !important;
    font-weight: 600;
}
.menuscustombackground a:hover{

    color: red !important;
    font-weight: 1000;

}
.menuscustombackgroundsecondary{
    background-color: #393944 !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 4rem !important;
    padding-right: 4rem !important;

}
.menuscustombackgroundsecondary a{

    color: white !important;
    font-weight: 600;
    border-bottom: 1px solid white;

}
.menuscustombackgroundsecondary a:hover{

    color: #f58520 !important;
    font-weight: 1000;

}


.topHeader{
    font-size:1rem;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;

    background-color: #f58520;
    color: white;

    background-size: 400% auto;
    background-position: 100% 50%;
    background-image: linear-gradient(90deg, #e9dbff 25%, #f58520 50% , white 100%);
    animation: gradientMotion 20s infinite linear;
}

/* #31c77f */
.topHeader a{
    padding-left: 0.5rem;
    color:white;
}

.afterSliderBar{
    background-color: rgb(19, 95, 48, 0.6);
    color: white !important;
    font-size: 3rem;
}
.afterSliderBar .container{
   padding-top: 2rem;
   padding-bottom: 2rem;
}
/* .section-lg, .section-xl, .section-xxl{
    padding: 80px 0;
} */

.bg-custom{
    background-image: linear-gradient(103deg, white 35% , #f58520 15%, white );
}
.bg-custom-gradient-primary1{
    background-image: linear-gradient(103deg, white 35% , #f58520 15%, white );
}
.bg-custom-gradient-secondary1{
    background-image: linear-gradient(103deg, white 35% , #146031 15% );
}
.bg-custom-gradient-secondarygreen{
    background-image: linear-gradient(103deg, white 35% , #5CB85C 15% );
}
.bg-custom-gradient-secondarygreen1{
    background-image: linear-gradient(133deg, white 50% , #0c9 50% );
}
.bg-custom-primary1{
    background-color: #f58520;
}
.bg-custom-secondary1{
    background-color: #146031;
}


/* discount card animated background */
@keyframes dcardanimatedBackground {
    from {
      background-position: 0 0;
    }
    to {
      background-position: 100% 0;
    }
  }
  #dcard-animate-area {
    width: 100%;
    /* height: 500px !important; */
    background-image: url('/siteImages/discountcardlongbanner.jpg');
    background-position: 0px 0px;
    background-repeat: repeat-x;

    animation: dcardanimatedBackground 50s linear infinite alternate;
  }

/* discount card animated background */
@keyframes dcenteranimatedBackground {
    from {
      background-position: 0 0;
    }
    to {
      background-position: 100% 0;
    }
  }
  #dcenter-animate-area {
    width: 100%;
    /* height: 500px !important; */
    background-image: url('/siteImages/discountcenterlongbanner1.jpg');
    background-position: 0px 0px;
    background-repeat: repeat-x;

    animation: dcenteranimatedBackground 10s linear infinite alternate;
  }

/* footer animated background */
@keyframes footeranimatedBackground {
    from {
      background-position: 0 0;
    }
    to {
      background-position: 100% 0;
    }
  }
  #footer-animate-area {
    width: 100%;
    /* height: 500px !important; */
    background-image: url('/siteImages/footerbackground5.jpg');
    background-position: 0px 0px;
    background-repeat: repeat-x;

    animation: footeranimatedBackground 100s linear infinite alternate;
  }

  /* uploadresume animated background */
@keyframes jobanimatedBackground {
    from {
      background-position: 0 0;
    }
    to {
      background-position: 100% 0;
    }
  }
  #job-animate-area {
    width: 100%;
    /* height: 500px !important; */
    background-image: url('/siteImages/jobbanner1.jpg');
    background-position: 0px 0px;
    background-repeat: repeat-x;

    animation: jobanimatedBackground 100s linear infinite alternate;
  }
    /* uploadresume animated background */
@keyframes searchanimatedBackground {
    from {
      background-position: 0 0;
    }
    to {
      background-position: 100% 0;
    }
  }
  #search-animate-area {
    width: 100%;
    /* height: 500px !important; */
    background-image: url('/siteImages/searchbanner1.png');
    background-position: 0px 0px;
    background-repeat: repeat-x;

    animation: searchanimatedBackground 100s linear infinite alternate;
  }


  .miniSlider{
      width: 100% !important;
      left: 0 !important;

  }

  *{padding:0;margin:0;}

body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	background-color:#CCC;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:20px;
    left:18px;
	background-color:#f58520;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    z-index: 1;
}

.my-float{
	margin-top:11px;
}

/* page loader css */

.page-loaded .page-loader {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.page-loader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 17;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    line-height: 1;
    font-weight: 700;
    opacity: 1;
    visibility: visible;
    transition: .25s .5s;
    color: #171724;
}

.page-loader-circle {
    fill: #fff !important;
    stroke: #5CB85C;
}

.bg-gradient-animated {
    background-size: 400% auto;
    background-position: 100% 50%;
    background-image: linear-gradient(90deg, #e9dbff 25%, #f58520 50% , white 100%);
    animation: gradientMotion 20s infinite linear;
}


.selectstyle{
    display: block;
    width: 100%;
    padding: .8125rem 1.25rem;
    font-size: calc(1.25625rem + .075vw);
    font-weight: 400;
    line-height: 1.54;
    color: #5d5d66;
    background-color: #fafafa;
    background-clip: padding-box;
    border: 1px solid #e8e8e9;
    appearance: none;
    border-radius: .375rem;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

.page-loader-logo {
    margin-top: 10px;
    margin-left: -4px;
}

.to-top {

    right: 0vw !important;
    left: 1vw !important;
    background: #f58520 !important;
    display: none !important;
}
.bg-primary{
    background-color:  #f58520 !important;
}
.elevation-0 {
    box-shadow: none !important;
  }
  .elevation-1 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
  }
  .elevation-2 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
  }
  .elevation-3 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
  }
  .elevation-4 {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22) !important;
  }
  .elevation-5 {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22) !important;
  }

  .badge-primary{
      background-color: #f58520 !important;
  }
  .logoonbanner{
    /* need to change this */
    width: 18%;
    opacity: 0.6;
}

.behappyonbanner{
    width: 16%;
}

.img {
    -webkit-filter: brightness(120%); /* Chrome, Safari, Opera */
    filter: brightness(120%);
    -webkit-filter: contrast(130%);
}

/* this margin is for search button on navbar to align it with other links*/
.rd-navbar-fullwidth .navbar-navigation-root-link{
    margin-bottom: 5px !important;
}
.rd-navbar-fullwidth .navbar-navigation-root-item.active>.navbar-navigation-root-link::before{
    /* opacity: 1; */
    width: 100% !important;
}
.rd-navbar-fullwidth .navbar-navigation-root-link:hover::before {
    /* opacity: 1; */
    width: 100% !important;
}

.behappyonloader{
    width: 80%;
}
.rd-navbar-fullwidth .navbar-navigation-megamenu {
    padding-top: 15px !important;
}
.customstylemenubanners{
    margin-top: 72px !important;
}
.advertisementheadingstyle{
    padding-top: 26px;
    padding-bottom: 27px;
}
.maintaglinestyle{
    margin-top: 4.5rem;
    margin-bottom:4.5rem;
}

.divider-primary{
   border-width: 12px !important;
   border-color: #f58520 !important;
}

.divider-white{
    border-width: 12px !important;
    border-color: #fff !important;
 }
 .divider-secondary{
    border-width: 12px !important;
    border-color: #146031 !important;
 }

.footerpadding{
    padding-top: 3.375rem !important;
}

.navbar-navigation-root-link:hover{
  color: #f58520 !important;
}
/* .navbar-navigation-root-item:hover{
    color: #f58520 !important;
  } */
.seperatepageheadings td{
    color: white;
    border-color: white !important;
    font-weight: 1000 !important;
}

.borderbottomstrip{
    border-bottom: 5px solid #f58520;
}

.bordertopstrip{
    border-top: 5px solid #f58520;
}

.bg-custom-gradient-primary{
    background-image: linear-gradient(45deg, #f58520 0%, #28A8FF 100%);
}
.bg-custom-gradient-secondary{
    background-image: linear-gradient(45deg, #28A8FF 0%, #f58520 100%);
}

.customfigurestyle{
    margin: 10px 20px 0 0 !important;
    padding: 0 !important;
}
.benefitstablestyle{
    border-color: white !important;
}
.benefitstablestyle td,th{
   border-color: white !important;
   /* font-size: 0.875rem; */
}
.rd-navbar-fullwidth .navbar-search-input{
    font-size: 1.1rem !important;
}
::placeholder {
    color: #146031 !important;

  }
.seachbarstyle{
    /* border: 1px solid black !important; */
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    padding-left: 0.75rem !important;
    border-radius: 34px 0px 0px 34px;
    border-right: none !important;
    box-shadow: 0 1px 6px 0 rgb(32 33 36/28%);
    color: #146031 !important;
}
.searchdiscountstyle{
    /* border: 1px solid black !important; */
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    padding-left: 0.75rem !important;
    /* border-radius: 34px 0px 0px 34px; */
    border-right: none !important;
    box-shadow: 0 1px 6px 0 rgb(32 33 36/28%);
    color: #146031 !important;
}
.rd-navbar-fullwidth .navbar-search-btn{
    font-size: 1.1rem !important;
}
.searchbuttonstyle{
    /* border: 1px solid black !important; */
    background-color: #f58520 !important;
    color: white !important;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-left: 0 !important;
    border-radius: 0px 34px 34px 0px;
    border-left: none !important;
    box-shadow: 0 1px 6px 0 rgb(32 33 36/28%);
}
.searchbuttonstyle:hover{
    background-color: #146031 !important;

}

.rd-navbar-fullwidth .navbar-search-container{
    max-width: 650px !important;
}

.rd-navbar-fullwidth .search-button {

    color: #f58520;

}
.rd-navbar-fullwidth .search-button:hover{
    /* display: block;
    font-size: 18px;
    background-color: #146031; */
    color: #f58520;
    /* padding: 1rem; */
    /* padding: 1rem 2rem; */
}
.sectionheadingstyle{
    background-color: #f58520;
    padding: 1rem;
    color: white;
    border-radius: 56px;
    width: 66%;
    margin: 0px auto;
    box-shadow: 0 1px 6px 0 rgb(32 33 36/28%);
}
.sectionheadingstyle i{
    color: #146031;
}
.benefitsTable td,tr{
   border: none !important;
}

.cardbenefitsstyle{
    background-color: #f58520;
    color:white;
}
.subscribeForm{
    margin-top: 0.875rem !important;
}

/*  3 boxes under video */

.header-bar {
    text-align: center;
    border: 1px solid #ddd;
    box-shadow: inset 0 0 0 5px #fff, inset 0 0 0 6px #ddd;
}

.box-icon:first-child {
    margin-left: 0;
}

.box-icon {
    display: inline-block;
    margin: 20px 0px;
    padding: 0 20px;
    text-transform: uppercase;
}

.box-icon i {
    color: #fff;
    font-size: 33px;
    margin-right: 15px;
    padding: 15px;
    background-color: #f58520;
}

.box-icon-content {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
}

.rd-navbar-fullwidth{
    font-size: 14px !important;
}

 /* benefits */


.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel {
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}
.panel-default {
    border-color: #ddd;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.unicase-checkout-title{
    font-size: 18px;
}
ul.inlist {
    padding: 10px;
    font-size: 12px;
    font-family: 'arial', sans-serif;
}
ul.inlist li {
    margin-bottom: 12px;
    line-height: 21px;
    color: #fff;
}
ul.inlist li span {
    width: 27px;
    color: #008acc;
    height: 27px;
    background: #fff;
    border-radius: 50%;
    float: left;
    margin-right: 8px;
    text-align: center;
    line-height: 27px;
}
.benefitsList{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.benefitsList ol {
    display: block;
    padding: 0 0 0 26px;
    list-style: none;
    overflow: hidden;
    counter-reset: numList;

    /* padding: 10px; */
    font-size: 12px;
    font-family: 'arial', sans-serif;
}
.benefitsList ol li {

    float: left;
    position: relative;
    color:white;
    padding: 6px;
    /* text-transform: capitalize; */
}
.benefitsList ol li:before {
    counter-increment: numList;
    content: counter(numList);
    float: left;
    position: absolute;
    left: -26px;
    font: bold 12px sans-serif;
    text-align: center;
    color: #28A8FF;
    line-height: 27px;
    width: 27px;
    height: 27px;
    background: white;
    -moz-border-radius: 999px;
    border-radius: 999px
}


.smallsliderstyles{
    width: 100% !important;
    left: 0 !important;
    height: 333px !important;
}
.smallsliderstyles h1{
    font-size: 24px !important;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
.smallsliderstyles h5{
    font-size: 14px !important;
    text-align: left;
    margin-top: 0.3rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}
.smallsliderstyles a{
  text-align: left;
}

.smallsliderpanel{
    margin-top: 12px !important;
}
.tp-fullwidth-forcer{
    height: 333px !important;
}


ul li span{
    cursor: pointer;
}
ul li span:hover{
    color: #f58520;
}


/*  bottom border on menu */
.cool-link {
    /* display: block !important; */
    /* color: #000 !important; */
    text-decoration: none !important;
}


.cool-link::after {
    content: '';
    display: block;
    width: 0;
    height: 5px;
    background: #5CB85C;
    border-radius: 25px;
    transition: width .3s;
}

.cool-link:hover::after {
    width: 100%;
    transition: width .3s;
}
 .menuactive{
    display: block !important;
    /* color: #000 !important; */
    text-decoration: none !important;
 }
.menuactive::after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: #5CB85C;
    border-radius: 25px;
    transition: width .3s;
}


/* owl carousel style */


.sliderbenefits .item {
    height: 376px;
    position: relative;
  }
  .sliderbenefits .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sliderbenefits .item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background: rgba(0, 0, 0, 0.6); */
    display: flex;
    align-items: center;
  }
  .sliderbenefits .item .cover .header-content {
    position: relative;
    padding-top: 2rem;
    /* padding: 56px; */
    overflow: hidden;
  }
  .sliderbenefits .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid #171724;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  }
  .sliderbenefits .item .cover .header-content h2 {
    font-weight: 300;
    font-size: 35px;
    color: #fff;
  }
  .sliderbenefits .item .cover .header-content h1 {
    font-size: 24px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
  }
  .sliderbenefits .item .cover .header-content ul li {
    font-size: 14px;
    font-weight: 300;
    /* line-height: 36px; */
    color: #fff;
  }
  .sliderbenefits .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
  }
  .sliderbenefits .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
  }
  .sliderbenefits .owl-item.active ul li {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
  }

  .sliderbenefits .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
  }
  .sliderbenefits .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
  }
  .sliderbenefits .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
  }
  .sliderbenefits .owl-nav .owl-prev:focus {
    outline: 0;
  }
  .sliderbenefits .owl-nav .owl-prev:hover {
    background: #000 !important;
  }
  .sliderbenefits .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
  }
  .sliderbenefits .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
  }
  .sliderbenefits .owl-nav .owl-next:focus {
    outline: 0;
  }
  .sliderbenefits .owl-nav .owl-next:hover {
    background: #000 !important;
  }
  .sliderbenefits:hover .owl-prev {
    left: 0px;
    opacity: 1;
  }
  .sliderbenefits:hover .owl-next {
    right: 0px;
    opacity: 1;
  }


  .shadowpremium{
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
  }

  .discount-ribbon {
    position: absolute;
    top: -20px;
    right: -14px;
    z-index: 10;
    background-color: #f99d1c;
    color: #fff;
    width: 55px;
    height: 55px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: 55px;
    vertical-align: center;
    border-radius: 50%;
}

/* product relates css */

.product-image{
    height: 285px !important;
}

.btn-card-deal {
    background-color: #f99d1c;
}

.btn-card-deal {
    position: absolute;
    bottom: 0;
    left: 50%;
    padding: 0px 15px;
    background-color: #f99d1c;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 10;
    -webkit-transform: translateX(-50%) translateY(50%);
    transform: translateX(-50%) translateY(50%);
    white-space: nowrap;
    transition: .3s;
    /* opacity: 0; */
}



.btn-card-deal i {
    padding: 10px;
    margin: 0px 15px 0 -15px;
    background-color:  #f99d1c !important;
}
.btn-card-deal span {
    vertical-align: middle;
}

.btn-card-deal:hover {
    background-color: #5CB85C;
}
.product-link{
    top:85% !important;
}
.product{
    text-align: left !important;
}
.product-title {
    margin-top: 15px !important;
    font-weight: 600;
}
.h6{
    font-size: 16px;
}
.product-price{
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.card-deal-meta-rating .post-star-rating {
    font-size: 13px;
    margin-bottom: 10px;
}
.post-star-rating {
    display: inline-block;
    color: #f99d1c;
    font-size: 13px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.footertitle{
    border-left: 3px solid #fff;
    font-size: 15px;
    line-height: 28px;
    text-transform: uppercase;
    padding-left: 10px
}
.footercompanystyle{
    font-size: 15px;
    line-height: 28px;
    text-transform: uppercase;
}
footer ul li {
    font-size: 13px !important;
    color: white !important;
}
footer .list-marked>.list-item::before{
   background-color: white !important;
}
.borderboldright{
    border-right: 3px solid #fff;
}


.nav-scale .nav-link.active, .nav-scale-horizontal .nav-link.active {
    color: #f99d1c !important;
    transform: scale(1.08);
}


.btn-custom-primary2 {
    color: #fff !important;
    border-color: #f99d1c !important;
    background-color: #f99d1c !important;
    word-spacing: 2px;
    font-size: 1.625rem !important;
    width: 100% !important;
    text-align: center !important;
    line-height: 1.5;
}
.btn-custom-primary2:hover {
    color: #fff !important;
    border-color: #5CB85C !important;
    background-color: #5CB85C !important;
}

.btn-custom-primary2.btn-anis::before, .btn-custom-primary2.btn-anis::after {
    background-color: #5CB85C !important;
}

.btn-custom-primary2.active{
    color: #fff !important;
    border-color: #5CB85C !important;
    background-color: #5CB85C !important;
}



.btn-custom-primary3 {
    color: #fff !important;
    border-color: rgb(249,157,28,0.8) !important;
    background-color: rgb(249,157,28,0.8) !important;
    word-spacing: 2px;
    font-size: 1.625rem !important;
    width: 100% !important;
    text-align: center !important;
    line-height: 1.5;
}
.btn-custom-primary3:hover {
    color: #fff !important;
    border-color: rgb(92,184,92,0.8) !important;
    background-color: rgb(92,184,92,0.8) !important;
}

.btn-custom-primary3.btn-anis::before, .btn-custom-primary3.btn-anis::after {
    background-color: rgb(92,184,92,0.8) !important;
}

.btn-custom-primary3.active{
    color: #fff !important;
    border-color: rgb(92,184,92,0.8) !important;
    background-color: rgb(92,184,92,0.8) !important;
}

.btn-custom-primary4 {
    color: #fff !important;
    border-color: #f58520 !important;
    background-color: #f58520 !important;
    word-spacing: 2px;
    font-size: 1rem !important;
    /* width: 100% !important; */
    text-align: center !important;
    line-height: 1.5;
    padding: 0.5rem 2rem !important;
}
.btn-custom-primary4:hover {
    color: #fff !important;
    border-color: rgb(92,184,92,1) !important;
    background-color: rgb(92,184,92,1) !important;
}

.btn-custom-primary4.btn-anis::before, .btn-custom-primary3.btn-anis::after {
    background-color: rgb(92,184,92,1) !important;
}

.btn-custom-primary4.active{
    color: #fff !important;
    border-color: rgb(92,184,92,1) !important;
    background-color: rgb(92,184,92,1) !important;
}

/* homepage ad slider */

/* primary rgb(249,157,28,0.8) */
/* secondary rgb rgb(20,96,49,0.8) */
/* secondary2  rgb(92,184,92,0.8);*/
.adsliderStyle{
   background-color: rgb(92,184,92,0.8);
   /* padding-left: 2rem; */
   /* padding-right: 2rem; */
   /* padding-top: 1.5rem; */
   /* padding-bottom: 1.5rem; */
}
.adsliderStyle:hover{
    background-color: rgb(249,157,28,0.8);
}


/* offer section */

.poster-block-custom {
    display: table;
    position: relative;
    height: 300px;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.poster-block-custom > * {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.poster-block-custom a:before {
    /* border: 1px solid rgb(92,184,92,1); */
    border: none !important;
}

.poster-block-custom > *:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid #f99d1c;
    z-index: 5;
    opacity: .5;
}

.poster-block-custom .bg-image {
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.poster-block-custom .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.overlay-dark-custom {
    background-color: rgba(11, 10, 24, 0.46);
}

.overlay-dark-custom, .overlay-color-custom {
    transition: .2s;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.poster-block-custom h2 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 50px 0;
    position: relative;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    width: 90%;
}

.light-text {
    color: #fff;
}
.poster-block-custom h2:before {
    content: attr(data-backtext);
    position: absolute;
    top: -10px;
    left: -4px;
    letter-spacing: 2px;
    opacity: .14;
    width: 100%;
}

.poster-block-custom > *:hover .bg-image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* discount card terms and conditions */

.termorderliststyle{
    list-style:decimal;
    padding-left: 1.5rem !important;
    padding-top: 1rem !important;
    padding-right: 1.5rem !important;
}
.termorderliststyle li{
    font-size: 1.1rem !important;
    padding-top: 1rem;
    padding-left: 0.875rem;
    text-align: justify;
    color: #146031;
}
.sectionsnavigation .termorderliststyle{
    list-style:square;
    padding-top: 0rem !important;
}
.sectionsnavigation .termorderliststyle li{
    padding-top: 0.5rem;
    text-align: left;
}

.form-control{
    padding: .375rem .75rem !important;
    font-size: 1rem !important;

}
textarea.form-control {
    min-height: inherit !important;
    max-height: inherit !important;
}

.btnpressed {
    transition: 0.2s all;
}
/* Adding transformation when the button is active */

.btnpressed:active {
    transform: scale(0.98);
    /* Scaling button to 0.98 to its original size */
    box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
    /* Lowering the shadow */
}

.blob.orange {
	background: rgb(3,168,78,1);
	box-shadow: 0 0 0 0 rgb(3,168,78,1);
	animation: pulse-orange 1.5s infinite;
}

.blob {
	/* background: black;
	border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	margin: 10px;
	height: 20px;
	width: 20px; */
	transform: scale(1);
	animation: pulse-orange 1.5s infinite;
}

@keyframes pulse-orange {
	0% {
        /* 0.95 */
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgb(3,168,78,1);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgb(3,168,78,0.3);
	}

	100% {
        /* 0.95 */
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgb(3,168,78,0.3);
	}
}

.pjobtabs img{
   width: 100%;
   height: 300px;
   object-fit: cover;

}
.pjobtabs h5{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.125rem !important;
    font-weight: 600;
    color: #fff !important;
}
.pjobtabs .btn-custom-primary4{
    padding: 0.5rem 3.5rem !important;
}
.pjobtabs .card-footer{
    background-color: #fff !important;
}
.pjobtabs .card{
    background-color: #5CB85C !important;
}
.pjobtabs .card:hover{
    background-color: #f58520 !important;
}
.pjobtabs .card:hover h5{
    color: #fff !important;
}
em{
    font-weight: 600;
}

/* single Discount Center Css Start */

.single-deal-header-wrapper {
    padding: 30px;
    margin-bottom: 40px;
}
.single-deal-header {
    position: relative;
    width: 100%;
    height: 500px;
}
.single-deal-header:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    z-index: 1;
}
.single-deal-header-wrapper .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.single-deal-header-content {
    color: #fff;
    padding: 100px 50px 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 65%;
    z-index: 10;
}

.single-deal-title {
    color: #fff;
    font-size: 47px;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
    text-shadow: 2px 2px #f58520;
}
.single-deal-rating {
    font-size: 15px;
    font-style: italic;
}
.single-deal-box {
    position: absolute;
    padding: 22px;
    top: 50%;
    right: 70px;
    background-color: rgb(92,184,92,0.8);
    width: 30%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    /* border:5px dotted orangered; */
    color: white;
    font-weight:600;
}
.single-deal-content {
    padding: 0 100px;
    margin-bottom: 40px;
    background-color: #fff;
}
.deal-stats {
    border-left: 3px solid #0e5f31;
}
.deal-stats {
    overflow: hidden;
    border-left: 3px solid #F7C842;
    margin-bottom: 60px;
    padding: 30px;
}
.deal-stats .deal-stat:first-child {
    margin-bottom: 30px;
}

.deal-stats .deal-stat {
    float: left;
    min-width: 28%;
    margin-right: 25px;
}
.deal-stats .deal-stat-number {
    font-size: 36px;
    font-weight: 300;
    margin-right: 10px;
}

.deal-stats .deal-stat-number, .deal-stats .deal-stat-text {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 800;
    vertical-align: middle;
}
.deal-stats .deal-stat-text {
    top: 2px;
    font-size: 15px;
}

.deal-stats .deal-stat-number, .deal-stats .deal-stat-text {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 800;
    vertical-align: middle;
}
.deal-stats .deal-stat:last-child {
    margin-right: 0;
}
.single-deal-header-wrapper p {
    margin-bottom: 22px;
}
.mb-100 {
    margin-bottom: 100px;
}
.single-deal-share {
    clear: both;
    overflow: hidden;
    margin-top: 40px;
}
.comments-container {
    /* padding: 0 40px 40px; */
    background-color: #fff;
    margin-bottom: 40px;
}
#comments, #reply-title {
    margin-bottom: 40px;
}
.comment-form .comment-form-url, .comment-form .comment-form-comment {
    padding: 0;
}
.bordergrab{
    border: 5px dotted #f58520;
}
.blogstyle img{
    width: 100%;
    height: 400px;
}


.discount-ribbon1 {
    position: absolute;
    top: -20px;
    right: -14px;
    z-index: 10;
    background-color: #f99d1c;
    color: #fff;
    width: 55px;
    height: 55px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    vertical-align: center;
    border-radius: 50%;
    padding-top: 0.5rem;
}

.discount-ribbon2 {
    position: absolute;
    top: -20px;
    right: -14px;
    z-index: 10;
    background-color: #f99d1c;
    color: #fff;
    width: 55px;
    height: 55px;
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    vertical-align: center;
    border-radius: 50%;
    padding-top: 14px;
}
.discount-ribbon3 {
    position: absolute;
    top: -20px;
    right: -14px;
    z-index: 10;
    background-color: #f99d1c;
    color: #fff;
    width: 55px;
    height: 55px;
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    line-height: 55px;
    vertical-align: center;
    border-radius: 50%;
}
.applyservesmile .form-control {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
    box-shadow: inherit !important;
    border-bottom: 1px solid #f58520 !important;
}


/* .modal-dialog {
    max-width: 100% !important;
    margin: 0 !important;
}
.modal-content{
    height: 100vh;
} */



.hibackgroundstyle{
background-image: url('/siteImages/hiimagewithtransparency2.png');
background-size: contain;
background-repeat: no-repeat;
/* background-position: center; */
background-position-x: 50%;
background-position-y: 50%;
/* welcome Button */
}
.hispecialoffer{
    position: absolute;
    left: 40px;
    top: 24px;
}

.sign-in-facebook {
    background: url('/siteImages/namasteimagetransparent.png') #f2f2f2;
    background-position: -9px -7px;
    background-repeat: no-repeat;
    background-size: 39px 43px;
    padding-left: 41px;
    color: #000;
  }
  .sign-in-facebook:hover {
    background: url('/siteImages/namasteimagetransparent.png') #e0e0e0;
    background-position: -9px -7px;
    background-repeat: no-repeat;
    background-size: 39px 43px;
    padding-left: 41px;
    color: #000;
  }

  .btn-polat-up .btn-text, .btn-polat-left .btn-text {
    display: block;
    width: 100%;
    height: auto;
    transition: 0.3s;
}
.video-container {
     position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden;
    }

.video-container iframe, .video-container object, .video-container embed {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

.introvideo iframe{
    margin-top:8rem;
    width:70% !important;
    height:450px !important;
}

.jobtrainingtable td {

    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
   border-bottom: 2px solid #146031 !important;
   color: #146031 !important;
}
.jobtrainingtable span {

    font-weight: 600;
    color: #146031 !important;
}


.jobtrainingtable th {

    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
   border-bottom: 2px solid #146031 !important;

   font-size: 22px !important;
   font-weight: 600 !important;
   color: #f58520 !important;
}



.modal{
    overflow: auto !important;
    width:100% !important;

}
/*
.lecturebackground{
    background-image: linear-gradient(  ghostwhite , white );
} */

.person-thumbnail-inner{
    position: relative !important;
}
.desktop .person-thumbnail-inner {
    opacity: 1 !important;
}
.person-thumbnail-inner:hover{
    background-color: #f58520 !important;
}
.differencetable td{
    border:2px solid #000 !important;

}

.differencetable th{
    border:2px solid #000 !important;
    font-weight: 600 !important;
}

.ourblog img{
    width: 100% !important;
    height: 216px !important;
}

.gallerycustomimagestyle img{
    width: 100% !important;
    height: 400px !important;
    object-fit: cover;
}
.gallerycustomimagestyle iframe{
    width: 100% !important;
    height: 400px !important;
    object-fit: cover;
}

.signlepagediscountcenterdetailsstyle th{
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
   border-bottom: 2px solid #146031 !important;
/*
   font-size: 22px !important; */
   font-weight: 600 !important;
   color: #f58520 !important;

}
.signlepagediscountcenterdetailsstyle td{
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
   border-bottom: 2px solid #146031 !important;
   color: #146031 !important;
  }

.careerapplyform .form-control{
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-radius: 0 !important;
  box-shadow: inherit !important;
  border-bottom: 1px solid black !important;
}

.grecaptcha-badge{
    display: none !important;
}

.product-horizontal .product-image {
    max-width: 100% !important;
}

.position_relative {
    position: relative;
  }

.custom_overlay_image_style {
    width: 100%;
  }

.custom_overlay_dark {
    position: absolute;
    top: 0;
    height:100%;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.3); /* Black see-through */
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity:1;
    text-align: center;

  }

  .noopacity .slotholder{
   opacity: 0.6 !important;
   background-color: rgba(0, 0, 0, 0.3) !important; /* Black see-through */;
  }

  .discount-section {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}

/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

    .slider_height_banner{
        min-height: 50vh !important;
    }
    .slider_wrapper_height{
        height: 350px !important;
    }
    .slider_height_banner h1{
        font-size: 18px !important;
    }
    .slider_height_banner h5{
        font-size: 16px !important;
    }

    .logoStyle{
        margin-top:0.5rem !important;
        width: 150px;
    }

    .searchdiscountstyle{
        width: 20% !important;
    }

    /* .vide{
        height:200px !important;
        min-height: 30vh !important;
        padding: 0px !important;
    }
    .vide div{
          height:625px !important;
    } */
 /* video{
     width: 100% !important;
    top: 16% !important;
    height:625px !important;
} */

/* .benifitspartsection{
    padding-top: 30px !important;

} */

.hispecialoffer{
    left: 3px;
    top: 3px;
}
.hispecialoffer img{
   width: 34% !important;
}
.modal-header .close {
    padding: 0rem 0.1rem !important;
    margin: -1rem -1rem -1rem auto;

}
.close{
    opacity:1 !important;
}

.logoonbanner{
    width: 30%;
}
.behappyonbanner{
    width: 30%;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
/* .product-image{
    height: 170px !important;
} */

.btn-custom-primary2 {

    word-spacing: 2px;
    font-size: 1rem !important;
    width: 100% !important;
    text-align: center !important;
    line-height: 1.5;
}
.btn-lg{
    padding: 0.5rem 1rem !important;
}
.rd-navbar-fixed .navbar-search-form {

    margin: 0 -5px !important;
}
/* Smart Wizard */

.sw .nav {
    flex-direction: row !important;
    flex: 1 auto;
}
.sw .nav {
    display: flex;
    flex-wrap: nowrap !important;
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.float{
    left:0;
}
.my-float
{
    margin-top: 16px;
}
.single-deal-header-wrapper{
    padding: 0;
}
.single-deal-content{
    padding: 0;
}
.single-deal-header {

    height: 183px;
}
.single-deal-header-content {
    padding: 10px;
    width: 100%;
}
.single-deal-title {
    color: #fff;
    font-size: 1.550rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}
.deal-stats .deal-stat-number {
    font-size: 30px;
    font-weight: 300 !important;
    margin-right: 10px;
}
.deal-stats .deal-stat-number, .deal-stats .deal-stat-text {
    font-weight: 300;
}
.rd-navbar-fixed .navbar-navigation-root-link{
    font-size: 1rem;
}
.rd-navbar-fixed .navbar-navigation-megamenu-link, .rd-navbar-fixed .navbar-navigation-dropdown-link {

    padding: 14px 0px !important;
    font-size: 1rem;
}
.rd-navbar-fixed .navbar-navigation-banner {
    padding: 0 !important;
    margin-left: 0 !important;
}
.acme-news-ticker-label{
   width: 100% !important;
   text-align: center;
}
.offerdivs{
    margin-bottom: 3rem !important;
}
.introvideo iframe{
    margin-top:8rem;
    width:100% !important;
    height:300px !important;
}

.poster-block-custom {
    height: 168px;
}
.poster-block-custom .bg-image {
    background-position: center;
    background-repeat:no-repeat;
}
.adsliderStyle h2{
    font-size: 28px !important;
}
.adsliderStyle h6{
    font-size: 18px !important;
}
.swipercontainercustomstyle {
    min-height: 55vh !important;
}
.swipercontainercustomstyle .row{
   justify-content: space-around !important;
   align-items: flex-end;
}
.swipercontainercustomstyle .row-20{
        margin-bottom: -65px !important;
}
 .swiper-slide {
align-items: flex-end !important;
background-position: unset !important;
}
.adsliderStyle h2{
font-size: 18px !important;
}
.adsliderStyle h6{
font-size: 14px !important;
}

.spacer{
    height: unset !important;
}
.desktop .person-thumbnail-inner {
    opacity: 1 !important;
}

.cool-link{
    font-size: 1rem;
    padding-left: 30px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #f58520;
}

.menuactive::after {

    background: #5CB85C;
    margin-top: 6px;
}

.cool-link::after {
    background: #5CB85C;
}
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .logoStyle{
        margin-top:0 !important;
        width: 150px;
    }
    /* .product-image{
        height: 210px !important;
    } */
    .customsmartwizardstyle .nav {
        flex-direction:row !important;
    }
    .customsmartwizardstyle .nav {
     flex-wrap: nowrap;
    }
    .float{
        left:0;
    }
    .single-deal-header-wrapper{
        padding: 0;
    }
    .single-deal-content{
        padding: 0;
    }
    .single-deal-header {

        height: 183px;
    }
    .single-deal-header-content {
        padding: 10px;
        width: 100%;
    }
    .single-deal-title {
        color: #fff;
        font-size: 1.550rem;
        font-weight: 700;
        letter-spacing: 1px;
        margin-bottom: 0.5rem;
    }
    .deal-stats .deal-stat-number {
        font-size: 30px;
        font-weight: 300 !important;
        margin-right: 10px;
    }
    .deal-stats .deal-stat-number, .deal-stats .deal-stat-text {
        font-weight: 300;
    }
    .rd-navbar-fixed .navbar-navigation-root-link{
        font-size: 1rem;
    }
    .rd-navbar-fixed .navbar-navigation-megamenu-link, .rd-navbar-fixed .navbar-navigation-dropdown-link {

        padding: 14px 0px !important;
        font-size: 1rem;
    }
    .rd-navbar-fixed .navbar-navigation-banner {
        padding: 0 !important;
        margin-left: 0 !important;
    }
    .introvideo{
        margin-top:4rem;
        width:100%;
        height:250px;
     }
     .introvideoheadline{
         line-height: 35px;
     }
     .offerdivs{
        margin-bottom: 3rem !important;
    }
    .adsliderStyle h2{
        font-size: 28px !important;
    }
    .adsliderStyle h6{
        font-size: 18px !important;
    }
    .swipercontainercustomstyle {
        min-height: 75vh !important;
    }
    .swipercontainercustomstyle .row{
       justify-content: space-around !important;
       align-items: flex-end;
    }
    .swipercontainercustomstyle .row-20{
            margin-bottom: -65px !important;
    }
     .swiper-slide {
    align-items: flex-end !important;
   }
   .adsliderStyle h2{
   font-size: 18px !important;
   }
   .adsliderStyle h6{
    font-size: 14px !important;
    }
    .desktop .person-thumbnail-inner {
        opacity: 1 !important;
    }
    .cool-link{
        font-size: 1rem;
        padding-left: 30px;
        padding-top: 1rem;
        padding-bottom: 1rem;
        color: #f58520;
    }

    .menuactive::after {

        background: #5CB85C;
        margin-top: 6px;
    }

    .cool-link::after {
        background: #5CB85C;
    }
 }

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .logoStyle{
        margin-top:0 !important;
        width: 150px;
    }
    /* .product-image{
        height: 170px !important;
    } */
    .float{
        left:0;
    }
    .single-deal-header-wrapper{
        padding: 0;
    }
    .single-deal-content{
        padding: 0;
    }
    .single-deal-header {

        height: 183px;
    }
    .single-deal-header-content {
        padding: 10px;
        width: 100%;
    }
    .single-deal-title {
        color: #fff;
        font-size: 1.550rem;
        font-weight: 700;
        letter-spacing: 1px;
        margin-bottom: 0.5rem;
    }
    .deal-stats .deal-stat-number {
        font-size: 30px;
        font-weight: 300 !important;
        margin-right: 10px;
    }
    .deal-stats .deal-stat-number, .deal-stats .deal-stat-text {
        font-weight: 300;
    }
    .rd-navbar-fixed .navbar-navigation-root-link{
        font-size: 1rem;
    }
    .rd-navbar-fixed .navbar-navigation-megamenu-link, .rd-navbar-fixed .navbar-navigation-dropdown-link {

        padding: 14px 0px !important;
        font-size: 1rem;
    }
    .rd-navbar-fixed .navbar-navigation-banner {
        padding: 0 !important;
        margin-left: 0 !important;
    }
    .introvideo{
        margin-top:4rem;
        width:100%;
        height:250px;
     }
     .introvideoheadline{
         line-height: 35px;
     }
     .offerdivs{
        margin-bottom: 3rem !important;
    }
    .adsliderStyle h2{
        font-size: 28px !important;
    }
    .adsliderStyle h6{
        font-size: 18px !important;
    }
    .swipercontainercustomstyle {
        min-height: 29vh !important;
    }
    .swipercontainercustomstyle .row{
       justify-content: space-around !important;
       align-items: flex-end;
    }
    .swipercontainercustomstyle .row-20{
            margin-bottom: -70px !important;
    }
     .swiper-slide {
    align-items: flex-end !important;
   }
   .adsliderStyle h2{
   font-size: 18px !important;
   }
   .adsliderStyle h6{
    font-size: 14px !important;
    }
    /* .adsliderStyle .row{
        margin-top: 7rem;
    } */
    .desktop .person-thumbnail-inner {
        opacity: 1 !important;
    }

    .cool-link{
        font-size: 1rem;
        padding-left: 30px;
        padding-top: 1rem;
        padding-bottom: 1rem;
        color: #f58520;
    }

    .menuactive::after {

        background: #5CB85C;
        margin-top: 6px;
    }

    .cool-link::after {
        background: #5CB85C;
    }

 }

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .logoStyle{
        margin-top:0 !important;
        width: 150px;
    }
    h1, .h1, .h1 {
         font-size: 35px !important;
        line-height: 1.2;
    }
    /* .product-image{
        height: 190px !important;
    } */
    .rd-navbar-fixed .navbar-navigation-root-link{
        font-size: 1rem !important;
    }
    .rd-navbar-fixed .navbar-navigation-megamenu-link, .rd-navbar-fixed .navbar-navigation-dropdown-link {

        padding: 14px 0px !important;
        font-size: 1rem !important;
    }
    .rd-navbar-fixed .navbar-navigation-banner {
        padding: 0 !important;
        margin-left: 0 !important;
    }
    .box-icon i {
        color: #fff;
        font-size: 28px;
        margin-right: 15px;
        padding: 10px;
        background-color: #f58520;
    }
    .box-icon-content {
        font-size: 12px;
    }
    .box-icon {
        margin: 10px 0px;
    }
    .box-icon-content span{
        top:4px !important;
    }
    .section-lg, .section-xl, .section-xxl {
        padding: 28px 0px;
    }
    .panel-default{
    padding-left: 3px !important;
    padding-right: 3px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    }
    .benefitsList ol {
        font-size: 11px;
    }
    .btn-custom-primary4 {
        padding: 0.2rem 0.3rem !important;
    }
    .sliderbenefits .item {
        height: 430px;
    }
    .header-content h1{
        font-size: 24px !important;
    }
    .adsliderStyle h2{
        font-size: 28px !important;
    }
    .adsliderStyle h6{
        font-size: 18px !important;
    }
    .swipercontainercustomstyle {
        min-height: 55vh !important;
    }
    .swipercontainercustomstyle .row{
       justify-content: space-around !important;
       align-items: flex-end;
    }
    .swipercontainercustomstyle .row-20{
            margin-bottom: -35px !important;
    }
     .swiper-slide {
    align-items: flex-end !important;
   }
   .adsliderStyle h2{
   font-size: 18px !important;
   }
   .adsliderStyle h6{
    font-size: 14px !important;
    }

    .desktop .person-thumbnail-inner {
        opacity: 1 !important;
    }

 }

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    /* .section-lg, .section-xl, .section-xxl{
        padding: 75px 0;
    } */
    .section-lg, .section-xl, .section-xxl {
        padding: 28px 0;
    }
    .footer {
        padding-top: 5.375rem !important;
    }
    .footer-lg .row+.footer-divider {
        margin-top: 2.375rem !important;
    }
    /* .intro {
        padding: 52px 0 87px !important;
    } */
    /* .service-section-breadcrumb {
        padding: 23px 0 0px !important;
    } */
    .jobtrainingbanner{
       padding: 145px 0 160px !important;
    }
    .desktop .person-thumbnail-inner {
        opacity: 1 !important;
    }
    .isotope-line .isotope-filter {
        margin-right: 10px !important;
        font-size: 1rem !important;
    }

 }






