/* =============================================================================
DESKTOP
========================================================================== */
.pad_top_header { padding-top: 60px; }
  .pad_top_header.shrink {padding-top: 40px;}
.pad_top_header2 { padding-top: 60px; }
  .pad_top_header2.shrink {padding-top: 40px;}

.marg_top_header { margin-top: 60px; }
  .marg_top_header.shrink { margin-top: 40px;}
.marg_top_header2 { margin-top: 60px; }
  .marg_top_header2.shrink { margin-top: 40px;}

.pos_top_header { top: 60px; }
  .pos_top_header.shrink { top: 40px;}
.pos_top_header2 { top: 60px; }
  .pos_top_header2.shrink { top: 40px;}

.header_top_desktop {
  top: 0px;
  background: rgba(255,255,255,.90);
  height: 60px;  
  border-bottom: 0.5px solid rgba(0,0,0,0.1);
  position: fixed;

  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
  .header_top_desktop.shrink {
    height: 40px;  
  }


/* =============================================================================
   LOGO
   ========================================================================== */
.header_top_desktop .header_logo_wrapper{
  height: 100%;
  width: 60px;
  text-align: left;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin: auto;
  display: block;
}
  .header_top_desktop .header_logo_wrapper .header_logo{
    height: 60px;
    margin-top: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .header_top_desktop.shrink .header_logo_wrapper{
    width: 40px;
  }
    .header_top_desktop.shrink .header_logo_wrapper .header_logo{
      height: 40px;
    }

/* =============================================================================
   CUSTOM
========================================================================== */
  .header_back_wrapper{
    position: absolute;
    left: 0;
    top: 0px;
    cursor: pointer;
  }
    .header_back_wrapper .back_icon{
      width: 20px;
      height: 20px;
      padding: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: inline-block;
      vertical-align: middle;
      margin: auto;
    }
      .header_back_wrapper .back_icon.SI_solid{
         fill: #000;
      }
              
    .header_back_wrapper .back_text{
      padding: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: inline-block;
      vertical-align: middle;
      margin: auto;
      font-size: 14px;
    }
    .header_back_wrapper .screen_left_nav{
      padding: 20px 5px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
    }
      .header_top_desktop.shrink .header_back_wrapper .screen_left_nav{
        padding: 10px 5px;
      }
    
/* =============================================================================
   FOR ALERTS
   ========================================================================== */
.header_spacer_normal{
}
.header_spacer_alert{
}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1625px) {}
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
 NAV
 ========================================================================== */
.header_nav1 ul{
  text-align: right;
  float: right;
  height: 60px;
}
.header_nav1 .nav_item{}
 
  .header_nav1 .nav_item:hover h5{
    color: #fff;
  }
  .header_nav1 .nav_item a{
    border: 3px solid transparent;
    padding: 10px 25px;
    margin: 20px 20px 20px 0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border: 3px solid rgba(255,255,255, .9);
  }   
    .header_nav1 .nav_item a:hover{
      border: 3px solid #fff;
      background: #fff;
    }
      .header_nav1 .nav_item a:hover h5{
        color: #edad91;
      }
    .header_nav1 .nav_item a h5{
      font-family: 'Raleway', sans-serif;
      color: #fff;
      letter-spacing: 1px;
      font-size: 15px;
      margin: 0;
      font-weight: 800;
    }
    .header_nav1 .nav_item.nav_inverse a{
      background: rgba(237,173,145, 1);
      border: 3px solid rgba(237,173,145, 0);
    }
      .header_nav1 .nav_item.nav_inverse a:hover{
        background: #edad91;
      }
     .header_nav1 .nav_item.nav_inverse a h5{
        color: #fff;
      }
  .header_nav1 .nav_active a h5 { 
    color: #edad91;
  }

.header_extra_wrapper .header_nav1 .nav_item a h5{
    font-weight: 300;
    letter-spacing: 3px;
    font-size: 10px;
}
 /* =============================================================================
   DROPDOWN MENU
   ========================================================================== */
.header_nav1 .nav_dropdown_menu{
  background: #f7f7f5;
  min-width: 0px;
}
.header_nav1 .nav_dropdown_item{
}
  .header_nav1 .nav_dropdown_item a{
    padding: 10px 0;
    display: block;
  }
  .header_nav1 .nav_dropdown_item a:hover h6{
    color: #000;
  }
  .header_nav1 .nav_dropdown_item:hover{
    background: #eee;
  }
.header_nav1 .nav_dropdown_text{ 
  font-size: 1.2em;
  color: #333;
}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
   FOOTER Social
   ========================================================================== */
.header_social_wrapper1{
}
	.header_social_wrapper1 .header_social_content{
	}
	.header_social_wrapper1 .header_social_icon{  
	}
		.header_social_wrapper1 .header_social_icon svg{
		}
		.header_social_wrapper1 .header_social_icon .SI_solid{
			fill: #66ba43;
		}
		.header_social_wrapper1 .header_social_icon .SI_stroke{
			stroke: #66ba43;
		}
		.header_social_wrapper1 .header_social_icon .SI_void{}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
   WRAPPERS - Homepage
   ========================================================================== */
#mobile_header1.mobile{
}
#mobile_header1.header_top_mobile{
  background: #fff;
  background: rgba(255,255,255, 0.5);
  position: fixed;

  /*background: -moz-linear-gradient(top,  rgba(255,255,255,.5) 0%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );*/
}
#mobile_header1 #mobile_menu_back {
  background: #fff;
}
#mobile_header1 #mobile_menu_wrap {
}
/* =============================================================================
   NAV
   ========================================================================== */
#mobile_header1 #mobile_menu {
  background: #fff;
  margin-top: 10px;
}
  #mobile_header1 .bttn_mobile_menu:hover {
  }
  #mobile_header1 .bttn_mobile_menu svg{
  }
  #mobile_header1 .bttn_mobile_menu .icon_solid{
    fill: #000;
  }
#mobile_header1 .nav_item{
  border-bottom: 1px solid transparent;
}
  #mobile_header1 .nav_item:first-of-type{}
  #mobile_header1 .nav_item:nth-of-type(2){
    border-bottom: 1px solid #eee;
  }
  #mobile_header1 .nav_item .a{
  }
  #mobile_header1 .nav_item.nav_bag a h5{
    display: none;
  }
  #mobile_header1 .mob_sub_menu_indicator {
    background: #edad91;
  }
  #mobile_header1 .nav_item .label{
    ext-transform: uppercase;
    etter-spacing: 1px;
  }
    #mobile_header1 .nav_item > .a:hover{
    }
    #mobile_header1 .nav_item > .a:hover .label{ 
    }
#mobile_header1 .nav_active {
}
#mobile_header1 .nav_active .mob_sub_menu_indicator{
}
#mobile_header1 .menu{
}

/* =============================================================================
   SUB MENU
   ========================================================================== */
#mobile_header1 .mob_sub_menu_back {
}
#mobile_header1 .mob_sub_menu {
  background: #edad91;
}
#mobile_header1 .mob_sub_menu .menu{
}
#mobile_header1 .mob_sub_menu .sub_menu_item{
}
  #mobile_header1 .mob_sub_menu .sub_menu_item a{
  }
  #mobile_header1 .mob_sub_menu .sub_menu_item a .sub_menu_label{
    color: #fff;
  }
  #mobile_header1 .mob_sub_menu .sub_menu_item a:hover .sub_menu_label{
  }
  #mobile_header1 .mob_sub_menu .sub_menu_item:hover{
  }
#mobile_header1 .sub_menu_label{ 
}


.sub_menu_close svg{
  }
  .sub_menu_close .icon_solid{
  }
  .sub_menu_close .icon_stroke{
  }
  .sub_menu_close .icon_void{
  }
    .sub_menu_close:hover .icon_solid{
    }
    .sub_menu_close:hover .icon_stroke{
    }
/* =============================================================================
   MENU BTTN
   ========================================================================== */
#mobile_header1 .bttn_mobile_menu {
}
  #mobile_header1 .bttn_mobile_menu:hover {
  }
  #mobile_header1 .bttn_mobile_menu svg{
  }
  #mobile_header1 .bttn_mobile_menu .icon_solid{
  }
  #mobile_header1 .bttn_mobile_menu .icon_stroke{
  }
#mobile_header1 .bttn_mobile_menu_active{
}
  #mobile_header1 .bttn_mobile_menu_active .icon_solid{
  }
  #mobile_header1 .bttn_mobile_menu_active .icon_stroke{
  }
  #mobile_header1 .bttn_mobile_menu .icon_void{
  }

/* =============================================================================
   LOGO
   ========================================================================== */
#mobile_header1 .mobile_header_logo_wrapper{
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 101;
  height: 40px;
  width: 40px;
  padding: 10px;
}
  #mobile_header1 .mobile_header_logo_wrapper .header_logo{}

#mobile_header1 .mobile_header_bag_wrapper{
    position: absolute;
    top: 0;
    right: 60px;
    z-index: 101;
    height: 40px;
    width: 40px;
}
  #mobile_header1 .mobile_header_bag_wrapper a {
      display: block;
      text-align: center;
      font-weight: 400;
      padding: 16px 18px;
  }
    #mobile_header1 .mobile_header_bag_wrapper a .cart_icon {
       margin-right: 5px;  
    }
    #mobile_header1 .mobile_header_bag_wrapper a .cart_item_cnt_bubble {
      margin-top: 2px;
    }

/* =============================================================================
   FOR ALERTS
   ========================================================================== */
.header_spacer_normal{}
.header_spacer_alert{}


/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
   NAV
   ========================================================================== */
#mobile_menu {
}
.mobile_menu_item{
	padding-top: 10px;
	padding-bottom: 10px;
}
.mobile_menu_item h5{
    font-family: 'Raleway', sans-serif;
    color: #3a3a3a;
    ext-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    font-weight: bold;
}
  .mobile_menu_item:hover {
  }
    .mobile_menu_item:hover *{
    }
.mobile_menu_item_active {
    border-right: 4px solid #938763 !important;
}
  .mobile_menu_item_active h5{
      color: #938763 !important;
  }

  #mobile_header2 .nav_item.nav_bag a h5{}
  #mobile_header2 .extra_right{
    position: inherit;
    top: -85px;
    margin-bottom: -85px;
  }
  #mobile_header1 .extra_right{
    position: inherit;
    top: -5px;
    margin-bottom: -5px;
  }
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}
@media screen and (max-width: 374px) {
  #mobile_header2 .nav_item.nav_bag a h5{
    display: none !important;
  }
}/* =============================================================================
   SIDE Social1
   ========================================================================== */
.mobile_social_wrapper1{
}
	.mobile_social_wrapper1 .header_social_content{
	}
		.mobile_social_wrapper1 .header_social_content:last-of-type{
		}
	.mobile_social_wrapper1 .header_social_icon{  
	}
		.mobile_social_wrapper1 .header_social_icon svg{
		}
		.mobile_social_wrapper1 .header_social_icon .SI_solid{
			fill: #3a3a3a;
		}
		.mobile_social_wrapper1 .header_social_icon .SI_stroke{
			stroke: #3a3a3a;
		}
		.mobile_social_wrapper1 .header_social_icon .SI_void{
		}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
   SIDE Social2
   ========================================================================== */
.mobile_social_wrapper2{
}
	.mobile_social_wrapper2 .header_social_content{
	}
	  .mobile_social_wrapper2 .header_social_content:last-of-type{
	  }
	.mobile_social_wrapper2 .header_social_icon{
	}
		.mobile_social_wrapper2 .header_social_icon svg{
		}
		.mobile_social_wrapper2 .header_social_icon .SI_solid{
			fill: #3a3a3a;
		}
		.mobile_social_wrapper2 .header_social_icon .SI_stroke{
			stroke: #3a3a3a;
		}
		.mobile_social_wrapper2 .header_social_icon .SI_void{
		}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
   FOOTER
   ========================================================================== */
.footer3{
   position: fixed;
   width: 100%;
   eight: 60px;
   bottom: 0px;
   left: 0px;
   padding: 20px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   background: linear-gradient(to bottom,  rgba(249,249,249,0) 0%,rgba(249,249,249,1) 100%);
   z-index: 1000;
}
.footer3 .footer_inner{
   ackground: rgba(0,0,0,.25);
   background: rgba(255,255,255,.75);
   ackground: linear-gradient(to right,  rgba(99,23,200,0.75) 0%,rgba(255,205,127,0.75) 100%);
   ackground: linear-gradient(to right,  rgba(99,23,200,0.75) 0%,rgba(242,188,117,0.75) 100%);
   ackground: linear-gradient(to right,  rgba(125,79,170,0.75) 0%,rgba(242,188,117,0.75) 100%);

   border-radius: 50px;
   -webkit-border-radius: 50px;
   -moz-border-radius: 50px;
   width: 100%;
   height: 70px;
   padding: 10px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   backdrop-filter: blur(10px);
   -webkit-backdrop-filter: blur(10px);
   -webkit-box-shadow: 0 10px 30px -20px rgba(0,0,0,.5);
   box-shadow: 0 10px 30px -20px rgba(0,0,0,.5);
}

   .footer3 .footer_inner .nav{
      list-style: none;
      margin: 0;
      display: block;
      width: 100%;
      padding: 0;
   }
   .footer3 .footer_inner .nav .nav_item{
      list-style: none;
      margin: 0;
      display: block;
      width: 20%;
      float: left;
      text-align: center;
   }
      .footer3 .footer_inner .nav .nav_item a{
         color: #fff;
         color: #000;
      }

         .footer3 .footer_inner .nav .nav_item a .nav_icon{
            width: 28px;
            height: 28px;
            padding: 3px 2px 2px 2px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            display: block;
            margin: auto;
         }
            .footer3 .footer_inner .nav .nav_item a .nav_icon .SI_solid{
               fill: #aaa;
            }
            .footer3 .footer_inner .nav .nav_item a.active .nav_icon .SI_solid{
               fill: #7d4faa;
            }
            .footer3 .footer_inner .nav .nav_item a.active *{
               color: #7d4faa;
            }

/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {
   .footer3{
      position: fixed !important;
      z-index: 1000 !important;
   }
}
@media screen and (max-width: 479px) {}/* =============================================================================
   EXTRA
   ========================================================================== */  
.footer_extra{
  z-index: 101;
  position: relative;
}
.footer_extra p{
	color: #aaa;
}
.company_stamp {
}
.copyright{
}
.footer_signin {
}
  .footer_signin a {
  	color: #bbb;  
  }
.fiveone_stamp {
}
  .fiveone_stamp a{
  	color: #bbb;
  }
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 979px) {	
}
@media screen and (max-width: 859px) {	
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 640px) { 
}
@media screen and (max-width: 479px) {	
}/* =============================================================================
   FOOTER NAV
   ========================================================================== */  
.footer_nav_item{
}
  .footer_nav_item h6{
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 12px;
  }
    .footer_nav_item:hover h6{
      color: #ddd;
    }
  .footer_nav_item:hover, .footer_nav_active{
    border-color: transparent;

  }
.footer_nav_active h6{
  color: #ddd;
}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {
  .footer_nav_item{
    display: block;
    margin-top: 10px;
  }
}
@media screen and (max-width: 479px) {}/* =============================================================================
   FOOTER ORG HRS
   ========================================================================== */
.footer_org_hrs_wrapper{}
   .footer_org_hrs_wrapper .DoW{
        width: 20%;
      }
         .footer_org_hrs_wrapper .DoW p{
           text-align: left;
         }
      .footer_org_hrs_wrapper .DoW_hrs{
        width: 80%;
        max-width: 150px;
      }
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
   FOOTER Social
   ========================================================================== */
.footer_social1 .footer_social_item { 
}
	.footer_social1 .footer_social_item a > *{ 
		color: #882322;
	}
.footer_social1 .footer_social_icon{
}
	.footer_social1 .footer_social_icon svg{
	}
	.footer_social1 .footer_social_icon .SI_solid{
		fill: #882322;
	}
	.footer_social1 .footer_social_icon .SI_stroke{
		stroke: #882322;
	}
	.footer_social1 .footer_social_icon .SI_void{}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}.slickSlider1_wrapper{
  height: 600px;
  height: 55vw;
  height: 100vh;
  max-height: 1200px;
}
	.slickSlider1_wrapper .sliding_item {
	    background-position: bottom center;
	}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {
	.slickSlider1_wrapper{
	  height: 500px;
	  height: 100vh;
	}
}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
   LIST
   ========================================================================== */
.faq1_list{}
  .faq1_list .faq_item{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 0px;
    -webkit-box-shadow: 0px 4px 3px -1px rgb(0 0 0 / 5%);
    box-shadow: 0px 4px 3px -1px rgb(0 0 0 / 5%);
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
  }
  .faq1_list .faq_q_wrapper{
    background: transparent;
    /*
    border-top: 1px solid rgba(256,256,256, .5);
    background: #f7f7f5;
    padding: 20px 0;*/
  }
    .faq1_list .faq_q_wrapper .h4{
      color: #000;
    }
  .faq1_list .faq_a_wrapper{
    background: transparent;
    display: none;
  }
  .faq1_list .faq_a{
    margin-left: 0;
  }
.faq_cat_title_wrapper{
  cursor: pointer;
  padding-left: 20px;
}
.faq_cat_title_wrapper h3{
  font-weight: normal;
  color: #666;
}
.faq_cat_wrapper{
  background: #eee;
}
.faq_cat_wrapper *{
  color: #333;
}
.faq_cat_wrapper:nth-of-type(2n){
  background: #e9e9e9;
}
  .faq_cat_wrapper:hover{
    opacity: .9;
  }
  .faq_cat_wrapper:hover .faq_cat_title_wrapper > *{
    color: #333;
  }
.faq_cat_items_wrapper{
  display: none;
}
  .faq_cat_items_wrapper li{
    padding-left: 30px;
  }
.faq1_arrow{
  background: url('img/option_arrow.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}


/* =============================================================================
  Search Only
========================================================================== */  
  .faq1_list .search_box_wrap{
    margin-bottom: 20px;
  }
    .faq1_list .search_box_wrap input{
      margin: 0px;
      width: 100%;
    }
  .faq1_list .faq_search_preview_message{
    text-align: center;
    padding: 10px;
    color: #555;
  }

/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}