.nav_coll {

    display: flex;

    justify-content: end;

}
.message-item img {

    margin: 0 20px 0 10px;

    max-height: 35px;

}

li.message-item a {

    display: flex;

}
.navbar-light .navbar-toggler {

    color: rgba(0,0,0,.55) !important;

    border-color: rgba(0,0,0,.1) !important;

}
.video-background {

    position: relative;

    width: 100%;

   /* height: 350px; *//* Fixed height*/ 

  /*  overflow: hidden;*/

}
.video-background video {
    display: none;
}
.video-background .header-content {
    display: none;
}
.video-background video {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    min-width: 100%;

    min-height: 100%;

    width: auto;

    height: auto;

    z-index: -1;

}
a.nav-link {
    color: #000;
}
.sign_in_text {
    color: #000;
}
.video-background .overlay {

    position: absolute;

    width: 100%;

    height: 100%;
    border-bottom: 1px solid #000;
    /*background: rgba(0, 0, 0, 0.5); /* semi-transparent overlay 

   /* z-index: 1;*/

}

.left-image-show {
    object-fit: contain;
    height: 130px;
}


.dropdown-menu .dropdown-submenu {
    display: none;
    position: relative;
    left: 0;
    top: 0;
}
.header-content {

    position: absolute;

    z-index: 2;

    top: 0; /* Align content to the top */

    width: 100%;

    height: 100%;

    display: flex;

    flex-direction: column;

    justify-content: center;

    text-align: center;

    color: white;

}
.navbar {
    z-index: 3;
}
.navbar-brand img {
    height: 80px;
}
.menu {

    position: absolute;

    top: 0;

    right: 0;

    z-index: 4;

    padding: 20px;

}

.menu a {

    color: #fff;

    text-decoration: none;

    padding: 1rem;

    }

.menu a:hover {

    text-decoration: underline;

 }

.title {

   margin-top: -2rem; /* Adjust title position */

}
.feature-list-button {
    background: #EEEEEE;
    border: 1px solid #000;
    border-radius: 10px;
    display: flex;
}
.text-bg-primary {
    color: #000c;
    background: #fff;
    padding: 6px 15px;
}
.feature-list-button img {
    width: 4rem;
}
.feature-list-button span {

    font-size: 1.7rem;

    text-align: left;

    padding-left: 1em;

    align-items: flex-end;

    font-weight: 500;

}

.feature-list-button:hover {

    transform: scale(1.1);

    box-shadow: 0 0 11px rgba(33,33,33,0.4);

}

.packge-list-img img {

   width: 5rem;

}

.package-tagline h2 {

    font-weight: 600;

}

.learn-more-btn {
    background: #FF3737;
    width: 165px;
}

#why-choose-us {

  background: #E3EAED;

}
.why-choose-us-collumn .card {
    background: #F3F5F8;
    border-radius: 0px;
    box-shadow: none;
     height: 420px; 
    margin: 0px 13px 0;
}
p.card-text_two {
    font-size: 16px !important;
    padding: 0px 0px;
    line-height: 25px;
    color: #9f9696;
}
.why-choose-us-collumn .card .card-body .card-title {

  color: #1C244B;

}
.card.popular-item_two {
    border: 1px solid #99999921;
}
  .pricing-items .pricing-image {

   width: 5rem;

}

.popular-item {

 background: #F3F3F3;

}

.about_logo {

    padding-top: 50px;

    margin-top: 50px;

}
hr.hr.hr_blurry {

    width: 25px;

    margin: 10px auto;

    height: 3px;

}
span.badge.bg-success.badge-number {

    position: relative;

    top: -12px;

    left: -12px;

    font-size: 10px;

}
.shopping_cart_box {

    padding: 7px 0px 0 10px;

}

/*======== Footer css =========*/

.home-newsletter .single {

max-width: 650px;

margin: 0 auto;

position: relative;

z-index: 2; 

}
.home-newsletter .single h2 {

font-size: 22px;

text-transform: uppercase;

margin-bottom: 40px;

 }
.home-newsletter .single .form-control {
    padding: 10px 10px;
}
.home-newsletter .single .form-control:focus {
    box-shadow: none;
    border-color: #243c4f;
}
.home-newsletter .single .btn {
    min-height: 45px;
    background: #243c4f;
    color: #fff;
    margin: 10px 0;
}
.asterisk {
    color: #e85c41;
    font-size: 150%;
    font-weight: normal;
    position: relative;
    top: 5px;
}
.button_starter {
    background: #455ca8;
    border: none;
}
a.num_mail:hover {
    color: #455ca8;
}
a.num_mail {
    color: #282529;
}
/*=====================================

2st section css start

=========================================*/
.card{
  background-color: #fff;
  border:none;
  border-radius: 10px;
}
.card.popular-item_one {
    background: #F3F3F3;
    border: 1px solid #99999914;
}
.image-container{
   position: relative;
}
.thumbnail-image {
    border-radius: 10px !important;
    object-fit: contain;
    height: 320px;
}
.discount{
    background-color: red; padding-top: 1px; padding-bottom: 1px;
    padding-left: 4px; padding-right: 4px;
    font-size: 10px; border-radius: 6px; color: #fff;
}
.wishlist{
  height: 25px; width: 25px;
  background-color: #eee; display: flex;
  justify-content: center; align-items: center;
  border-radius: 50%;
}
.first{
  padding: 9px;
}
.new-price {
    color: #212529;
}
.card-body.text-start {
    border: 1px solid #99999921;
}
.old-price{
  font-size: 8px;
   font-weight: bold; color: grey;
}
/*.btn.select_color_btn {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    padding: 3px;
    margin: 5px 5px;
}*/
.btn.select_color_btn {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    padding: 3px;
    margin: 5px 5px;
    border: 1px solid #99999959;
}
.creme{
    background-color: grey;
}
.creme:hover {
  border: 3px solid grey;
}
.creme:focus {
  background-color: grey;
}
.red{
  background-color: red;
}
.red:hover {
  border: 3px solid red;
}
.red:focus {
  background-color: red;
}

.blue{
  background-color: #40C4FF;
}
.blue:hover {
  border: 3px solid #40C4FF;
}
.blue:focus {
   background-color: #40C4FF;
}
.darkblue{
  background-color: #01579B;
}
.darkblue:hover {
    border: 3px solid #01579B;
}
.darkblue:focus {
  background-color: #01579B;
}
.yellow{
  background-color: #FFCA28;
}
.yellow:hover {
  border-radius: 3px solid #FFCA28;
}
.yellow:focus {
  background-color: #FFCA28;
}
.item-size {

    width: 20px; height: 25px;

    border-radius: 50%; background: #fff;

    border: 1px solid grey; color: grey;

    margin: 0px 3px; line-height: 14px; font-size: 10px;

    display: flex; justify-content: center;

}

.rating-star{

  font-size: 10px !important;

}

.rating-number{

  font-size: 10px;

  color: grey;

}
li.list-inline-item a {
    color: #000;
}
.buy {
    font-size: 13px;
    color: #455ca8;
    font-weight: 500;
}

.voutchers {

  border-radius: 10px;

  overflow: hidden;

}

.voutcher-divider{

  display: flex;

}

.voutcher-left{

  width: 60%

}

.voutcher-name{

  color: grey;

  font-size: 9px;

  font-weight: 500;

}

.voutcher-code{

  color: red;

  font-size: 11px;

  font-weight: bold;

}

.voutcher-right {

    width: 40%;

    background-color: #0074D4;

    color: #fff;

}
.card.box_card {
    margin-bottom: 20px;
    box-shadow: none;
    border: 1px solid #99999959;
    margin-top: 20px;
}
.card.box_card:hover {
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.btn.select_color_btn:hover {
    box-shadow: rgb(14 30 37) 0px 2px 4px 0px, rgb(14 30 37 / 36%) 0px 2px 16px 0px;
}
.discount-percent{

  font-size: 12px; font-weight: bold; position: relative; top: 5px;

}

.off{

  font-size: 14px;

  position: relative;

  bottom: 5px;

}

.heading_pro h2 {

    background: #455CA8; padding: 15px 20px; margin: 0 0px 25px;

}



/*==============================*/

.owl-carousel {

    display: block !important;

    width: 100%;

    z-index: 1;

}

.bbb_viewed {

     padding-top: 51px;

     padding-bottom: 60px;
/*
     background: #eff6fa
*/
 }



 .bbb_main_container{

         background-color: #fff;

    padding: 11px;

 }



 .bbb_viewed_title_container {

     border-bottom: solid 1px #dadada

 }



 .bbb_viewed_title {

         margin-bottom: 16px;

    margin-top: 8px;



 }



 /*.bbb_viewed_nav_container {

     position: absolute;

     right: -5px;

     bottom: 14px

 }*/

 .bbb_viewed_nav {

     display: inline-block;

     cursor: pointer

 }

 .bbb_viewed_nav i {

     color: #dadada;

     font-size: 18px;

     padding: 5px;

     -webkit-transition: all 200ms ease;

     -moz-transition: all 200ms ease;

     -ms-transition: all 200ms ease;

     -o-transition: all 200ms ease;

     transition: all 200ms ease

 }



 .bbb_viewed_nav:hover i {

     color: #606264

 }



 .bbb_viewed_prev {

     margin-right: 15px

 }



 .bbb_viewed_slider_container {

     padding-top: 13px;

 }



 .bbb_viewed_item {

     width: 100%;

     background: #FFFFFF;

     border-radius: 2px;

     padding-top: 25px;

     padding-bottom: 25px;

     padding-left: 30px;

     padding-right: 30px

 }



 .bbb_viewed_image {

         width: 150px;

    height: 150px;

 }



 .bbb_viewed_image img {

     display: block;

     max-width: 100%

 }



 .bbb_viewed_content {

     width: 100%;

     margin-top: 25px

 }



 .bbb_viewed_price {

     font-size: 16px;

     color: #000000;

     font-weight: 500

 }



 .bbb_viewed_item.discount .bbb_viewed_price {

     color: #df3b3b

 }



 .bbb_viewed_price span {

     position: relative;

     font-size: 12px;

     font-weight: 400;

     color: rgba(0, 0, 0, 0.6);

     margin-left: 8px

 }



 .bbb_viewed_price span::after {

     display: block;

     position: absolute;

     top: 6px;

     left: -2px;

     width: calc(100% + 4px);

     height: 1px;

     background: #8d8d8d;

     content: ''

 }



 .bbb_viewed_name {

     margin-top: 3px

 }



 .bbb_viewed_name a {

     font-size: 14px;

     color: #000000;

     -webkit-transition: all 200ms ease;

     -moz-transition: all 200ms ease;

     -ms-transition: all 200ms ease;

     -o-transition: all 200ms ease;

     transition: all 200ms ease

 }



 .bbb_viewed_name a:hover {

     color: #0e8ce4

 }



 .item_marks {

     position: absolute;

     top: 18px;

     left: 18px

 }



 .item_mark {

     display: none;

     width: 36px;

     height: 36px;

     border-radius: 50%;

     color: #FFFFFF;

     font-size: 10px;

     font-weight: 500;

     line-height: 36px;

     text-align: center

 }



 .item_discount { 

     background: #df3b3b;

     margin-right: 5px

 }



 .item_new {

     background: #0e8ce4

 }



 .bbb_viewed_item.discount .item_discount {

     display: inline-block

 }



 .bbb_viewed_item.is_new .item_new {

     display: inline-block

 }

.owl-nav {

    position: relative;

    display: flex;

    justify-content: center;

}

button.owl-prev {

    font-size: 40px !important;

}

button.owl-next {

    font-size: 40px !important;

    margin-left: 50px;

}

@media screen and (max-width: 768px){

    .card.box_card {

    height: 535px;

}

}

/*=========================

shop css end

==========================*/






/*=========================

Media query

==========================*/

@media screen and (max-width: 952px){

     .nav_coll {

    display: flex;

    justify-content: left;

    background: #E3EAED;

}

a.nav-link {

    color: #000 !important;

}

.navbar-toggler {

    background-color: #E3EAED;

    margin: 0px 20px;

}

.navbar-brand img {

    height: 55px;

}

.about_logo {

    padding-top: 0px;

    margin-top: 0px;

}

.about_logo img {

    width: 80%;

    margin-bottom: 50px;

}
}
@media screen and (max-width: 768px){

.image-box-img {
    text-align: center;
}
.heading_HD {
    text-align: center;
}
.hosting {
    text-align: center;
}
.thumbnail-image {
    height: 321px;
    width: 100%;
}

h5.dress-name {
    font-size: 20px !important;
}

    .nav_coll {

    display: flex;

    justify-content: left;

    background: #E3EAED;

}

a.nav-link {

    color: #000 !important;

}

.navbar-toggler {

    background-color: #E3EAED;

    margin: 0px 20px;

}

.navbar-brand img {

    height: 55px;

}

.about_logo {

    padding-top: 0px;

    margin-top: 0px;

}

.about_logo img {

    width: 80%;

    margin-bottom: 50px;

}

}