:root {
    --blue: #012060;
    --orange: #f87439;
    --lpurple:  #F4F2FF;
    --purple: #6555cb;
    --lgrey: #6e657e;
    --white:  #fff;
}
.lightbg{
    background: var(--lpurple);
}
.navicon{
    font-size: 30px !important;
    color: var(--orange);
}
.locationModalbtn{
    background:transparent;
    padding: 0;
    margin-bottom: 0;
    border: none;
}

.well-ico {
    margin-right: 20px;
}
/*.modal-backdrop {
  z-index: 0;
}*/
.searchinput{
    width: 350px;
    border: none;
    background-color: var(--lpurple);
    color: var(--blue);
    border-radius: 30px;
    padding: 10px 30px;
    display: inline-block;
}
.navbar-area{
    padding: 20px 0;
}
@media (max-width: 767px){
    /*.navbar {
    justify-content: center;
}*/
.header .button{
    display: inline-block!important;
    /*margin-left: 0px;*/
    margin-right: 30px;
}
.searchinput {
    width: 100%;
}
.navbar-area{
    padding: 0;
}
}
.header .navbar-nav li:last-child .sub-menu {
    right: 0;
    left: unset;
}
/*====================================== Home Banners ========================================*/
.slider-container{
    padding-top: 0px;
    padding-bottom: 100px;
}
.slider-container .tns-controls button{
  display: none;
}
.slider-container .tns-nav  {
    text-align: center;
    position: absolute;
    /*    top: 55%;*/
    bottom: 25%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    left: 50%;
    z-index: 1;
}
.slider-container .tns-nav button {
    background: var(--orange);
    border-radius: 30px;
    display: inline-block;
    border: none;
    margin: 0 5px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    padding: 5px 5px;
    color: #fff;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 800;
}
.slider-container .tns-nav button.tns-nav-active {
    /*width: 20px;*/
    background: var(--blue);
}
.homeBannerSlider .slider-item .home-slider{
  position: relative;
  margin: 0;
  padding: 0;
}
.homeBannerSlider .slider-item .home-slider .hero-image{
  position: relative;
  margin: 0;
  padding: 0;
}
.homeBannerSlider .slider-item .home-slider .hero-image img{
  width: 100%;
  height: 100%;
}
.homeBannerSlider .slider-item .home-slider .hero-text{
    position: absolute;
    margin: 0;
    padding: 0;
    left: 10%;
    top: 60%;
    transform: translate(0, -50%);
    width: 30%;
}
.homeBannerSlider .slider-item .home-slider .hero-text h1{
    font-size: 50px;
    line-height: 1.2;
    margin: 20px 0;
    padding: 0;
}
.homeBannerSlider .slider-item .home-slider .hero-text p{
    font-size: 30px;
    color: var(--green);
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}
.homeBannerSlider .slider-item .home-slider .hero-text li{
    font-size: 20px;
    color: var(--green);
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

.homeBannerSlider .slider-item .home-slider .hero-text li i{
    color: var(--dark-green);
    font-weight: 900;
    margin-right: 10px;
    font-size: 15px;
    text-shadow:  0px 0px 2px var(--dark-green);;
}
.purple-banner .section-title h6{
    font-size: 22px;
    margin-bottom: 18px;
}
.browsingform{

}
.browsingform select {
    width: 400px;
    border: none;
    background-color: var(--white);
    color: var(--purple);
    border-radius: 30px;
    padding: 15px 30px;
    display: inline-block;
}
.browsingform select{
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    background-position: calc(100% - 12px) center !important;
    /*background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23f87439' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat #fff;*/
    padding: 15px 32px 15px 16px;
}
/* To remove the arrow of select element in IE */
/*.browsingform select::-ms-expand {
  display: none;
}*/
.browsingform .button {
    z-index: 5;
    margin-top: 0!important;
}
.browsingform .button .btn {
    display: inline-block;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 30px;
    background-color: var(--orange)!important;
    color: var(--white)!important;
    border: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 30px;
}
/*.productlisting{
    max-height: 100vh;
    overflow-y: scroll; 
    position: sticky;
}*/
.productlisting .sidebar{
    position: relative;
    height: 100%;
}
.productlisting .category-filters{
    height: 100%;
}
.categorylist{
    height: 100%;
    overflow-y: scroll;
    position: sticky;
}
.categorylist>li>a{
    font-size: 16px;
    font-weight: 600;
    margin-top: 12px;
    margin-bottom: 12px;
    line-height: 1.5;
    color: var(--blue);
}
.categorylist li ul li>a {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.5;
    color: var(--lgrey);
    display: block;
}
.categorylist li ul li>input {
    display: none;
}
.categorylist li ul li>label {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 12px;
        color: var(--lgrey);
        cursor: pointer;
        display: block;
}

input[type="radio"]:checked+label {
    color: #f87439;
    font-weight: 500;
  }
.productlisting .single-news{
    margin-bottom: 25px!important;
}
.productlisting .intro-video-area{
    padding: 80px;
}
.productlisting .intro-video-area .section-title{
    margin: 0;
    padding: 0;
}
.productPage{
    /*height: 100vh;*/
}
.thumbnail_images ul {
  list-style: none;
  justify-content: center;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.thumbnail_images ul li {
  margin: 5px;
  cursor: pointer;
  transition: all 0.5s;
}
.thumbnail_images ul li:hover {
    transform: scale(1.1);
  transition: all 0.5s;
}
.main_image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: 100%;
  overflow: hidden;
}
.main_image>img{
    width: 100%;
}
.productDetailsCol{
    position: relative;
    /*height: calc(100vh - 81px);*/
    /*height: 70vh;*/
}
/*.productDetailsCard{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}*/
.productDetailsCard h1{
    font-size: 32px;
    margin-bottom: 20px;
}
.productDetailsCard p{
    font-size: 20px;
    margin-bottom: 20px;
}
.productDetailsCard h3{
    font-size: 18px;
    margin-bottom: 20px;
    color: var(--orange);
}
.productDetailsCard h4{
    font-size: 18px;
    margin-bottom: 20px;
}
.productDetailsCard h4 strong{
    color: var(--orange);
    font-weight: 600;
}
.productDetailsCard h5{
    font-size: 16px;
    margin-bottom: 20px;
}
.productDetailsCard h5 strong{
    color: var(--orange);
    font-weight: 600;
}
.productDetailsCard h5 .badge{

}
.productDetailsCard h5 .badge img{
}
.productDetailsCard h6{
    font-size: 14px;
    margin-bottom: 20px;
}
.ratings i {
  font-size: 16px;
  margin-right: 8px;
  margin-bottom: 20px;
  color: #ffc107;
}
.button .btn2 {
  color: var(--white);
  background: var(--blue);
}

.button .btn2:hover {
  background-color: var(--orange);
  border-color: transparent;
  -webkit-box-shadow: 0 1rem 3rem rgb(35 38 45 / 15%) !important;
  box-shadow: 0 1rem 3rem rgb(35 38 45 / 15%) !important;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
.productPage .about-tab{
    margin-top: 50px;
}
.productPage .about-tab .nav-tabs{
    /*margin-bottom: 30px;*/
}
.productPage .about-tab .nav-tabs .nav-link{
    color: var(--orange);
}
.productPage .about-tab .nav-tabs .nav-link.active{
    color: var(--blue);
    font-weight: 700;
    background: var(--lpurple);
}
.productPage .about-tab .tab-content{
    padding: 5px;
}
.productPage .about-tab .tab-content p{
    line-height: 1.5;
    margin-bottom: 20px;
}
.productPage .about-tab .tab-content ul li{
    line-height: 2;
}

@media (max-width: 767px){
.section-title h2{
    font-size: 18px;
}
.productlisting .intro-video-area{
    padding: 20px 10px!important;
}
.productlisting .single-news{
    margin-top: 0;
}
.latest-news-area .single-news .content-body .title{
    font-size: 12px;
    margin: 10px 0;
}
.searchinput{
    margin: 20px auto;
}
/*.slider-container{
    padding-top: 170px;
}*/
#new-hom {
    padding-top: 0;
}
.slider-container .tns-nav{
    bottom: 15px;
}
.browsingform select{
    width: 100%;
    margin-bottom: 20px;
}
.purple-banner .section-title h6{
    font-size: 14px;
    margin-bottom: 20px!important;
}
.productlisting .category-filters{
    height: 50vh;
    margin-bottom: 50px!important;
    overflow: hidden;
}
.categorylist{
    height: 50vh;
    overflow: scroll;
}
}

@media(max-width:767px)
{
    .main_image
    {
        padding-top:140px;
    }
    .button .btn 
    {
        width:100%;
        padding: 10px 20px;
    }
    .productDetailsCard h1 
    {
    font-size: 24px;
    margin: 20px 0px;
    }
    .mr-5
    {
        margin-right:0px !important;
    }
    .homeBannerSlider .slider-item .home-slider
    {
        margin-top:40px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 991px)
       
{
    .productDetailsCard .button
    {
            display: flex;
    }
    .button .btn {
    padding: 10px 20px;
    }
}

/*.tns-nav,*/
/*.tns-nav,.tns-visually-hidden
{
    display:none !important;
}*/
.tns-outer > button{
    display: none !important;
}
/*.tns-outer [aria-controls], .tns-outer [data-action]
{
    display:none !important;
}*/











/*Accordian*/
.accordion {
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: var(--lpurple);
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
/*Accordian End*/
/*.sortlist{
    height: fit-content;
}*/
.sortlist {
    margin-bottom: 15px;
    text-align: center;
}
.sortlist select{
    width: 300px;
    height: 40px;
    border: none;
    padding: 0 30px 0 30px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 0;
    border: 1px solid #eee;
    border-radius: 30px;
    background-color: #fff!important;
}
#locationModal .modal-dialog{
    max-width: 500px !important;
}
.navsearch{
    position: relative;
}
.navsearch input{
    width: 100%;
    background-color: transparent;
    height: 40px;
    border: none;
    padding: 0 15px 0 30px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 0;
    border: 1px solid #eee;
    border-radius: 30px;
}
.navsearch button {
    border: none;
    position: absolute;
    right: 0px;
    top: 6px;
    width: 40px;
    height: 27px;
    z-index: 1;
    color: var(--white) !important;
    font-size: 20px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: var(--white);
    border-radius: 0;
    border-radius: 30px;
    padding: 0 !important;
    border: none;
    background: var(--orange);
}

.oval-container {
    height: 36px;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
}
.oval {
    width: 42px;
    height: 42px;
    border: solid 1px #ccc;
    background-color: #f9f9f9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 24px;
    position: relative;
}
.oval .separator-text {
    position: relative;
    display: inline-block;
}
.oval .separator-text:before {
    right: 100%;
}
.oval .separator-text:after {
    left: 100%;
}
.or-separator-line, .oval .separator-text:before, .oval .separator-text:after {
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 1px solid #ccc;
    width: 22px;
    margin: 0 13px;
}
.or {
    width: 16px;
    height: 13px;
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 16px;
    letter-spacing: normal;
    color: var(--blue);
    text-align: center;
    background: #fff;
}
#locationModal .modal-dialog .button{
    background: transparent;
    outline: 0;
    border: 0;
}
#locationModal .modal-dialog .navsearch input{
    height: 50px;
}
#locationModal .modal-dialog .navsearch button{
    height: 42px;
    width: 55px;
}
#locationModal .modal-dialog .navsearch button i{
    font-size: 13px;
}
.loc300{
    width: 300px;
}

.header {
    position: relative;
    min-height: 150px;
}
.vrel{
    position: relative;
}
.vmid{
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px){
    .slider-container .tns-nav, .slider-container button{
      display: none;
    }
    .navbar-brand img {
        width: 90px;
    }
    .vmid{
        position: relative;
        width: 100%;
    }
     .vrel{
        text-align: center;
    }
}





