@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrew.css);
@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrewcondensed.css);

/*@font-face {
    font-family: 'open_sans_hebrewregular';
    src: url('OpenSansHebrew-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sans_hebrewbold';
    src: url('OpenSansHebrew-Bold.ttf') format('ttf'),
    	 url('opensanshebrew-bold-webfont.woff2') format('woff2'),
         url('opensanshebrew-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sans_hebrewextra_bold';
    src: url('OpenSansHebrew-ExtraBold.ttf') format('ttf'),
    	 url('opensanshebrew-extrabold-webfont.woff2') format('woff2'),
         url('opensanshebrew-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sans_hebrewlight';
    src: url('OpenSansHebrew-Light.ttf') format('ttf'),
    	 url('opensanshebrew-light-webfont.woff2') format('woff2'),
         url('opensanshebrew-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}*/

body{
	direction: rtl;
	font-size: 17pxs;
	line-height: 33px;
	font-family: 'Open Sans Hebrew';
    letter-spacing: 0.01em;
}



img{
	max-width: 100%;
	height: auto;
}
li{
	margin-bottom: 15px;
}

/*************************************************************/
/********************* header css Start **********************/
/*************************************************************/
.navbar-nav{
	width: 100%;
	padding: 0;
	text-align: center;
}
.navbar-nav li.nav-item{
	margin: 0;
    position: relative;
}
.navbar-nav li.nav-item a {
    padding: 3px 10px !important;
    font-size: 17px;
}
.navbar-nav li.nav-item:hover > a{
    color: #babc50;
}
.sub_menu{
    position: absolute;
    background: #fff;
    z-index: 2;
    left: 50%;
    width: 100%;
    list-style: none;
    padding: 0px 15px;
    margin:0 ;
    min-width: 200px;
    transform: translate(-50%, 0);
    display: none;
}
.sub_menu .nav-item {
    border-top: 1px solid #000;
}
.navbar-nav li.nav-item:hover .sub_menu{
    display: block;
}

.hdr_main {
    background: #000;
    padding: 18px 0;
    min-height: 128px;
    position: relative;
    box-shadow: 0px 0px 24.57px 2.43px rgba(35, 35, 34, 0.44);
}
.hdr_shape{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 47%;
	background: #babc50;
	z-index: 1;
}
.hdr_shape:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-left-color: #babc50;
    border-width: 128px 0px 0px 200px;
    margin-top: -64px;
}
.navbar-nav .nav-link{
	color: #000;
}
.hdr_main .container{
	position: relative;
	z-index: 2;
}
.form_cmn  label, .form_cmn select.form-control, .form_cmn .btn-primary{
	
    font-weight: bold;
}
.form_cmn  label{
	font-size:17.71px;
    line-height: 1.5;
}
.for_top  label{
	padding-left: 20px;
}
.faq_item ul.list_custom li a {
    color: #000;
    text-decoration:underline;
}
.form_cmn select.form-control {
    border:2px solid #000;
    background: #000;
    border-radius: 0;
    padding: 10px;
    width: 188px;
    height: 50px !important;
    font-size: 15.63px;
    color: #000;
    
}
.header_sec .form_cmn select.form-control{
    background: transparent;
}
.form_cmn .btn-primary{
	background: #fff;
	color: #000;
	border: none;
	outline: none;
	border-radius: 0;
	font-size: 21.8px;
    font-weight: bold;
	width: 122px;
	height: 50px;
}
.form_cmn .btn-primary:hover{
    background: #000;
    color: #fff;
}
.banner_cap_btm .form_cmn .btn-primary:hover{
    background: #babc50;
    color: #000;
}
.for_check {
    padding-right: 100px;
}
.form-check{
	position: relative;
	padding-right: 25px;
}
.form-check .chek_custm {
    height: 17px;
    width: 17px;
    border: 1px solid #000;
    position: absolute;
    right: 0;
    top: 3px;
}
.form_cmn .form-check  label{
    font-size: 14.38px;
}

.form-check input[type="checkbox"]{
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
}


.form-check input[type="checkbox"]:checked ~ .chek_custm:after{
	content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 11px;
    position: absolute;
    left: -3px;
    top: 2px;
    height: 100%;
    width: 100%;
    color: #000;
    line-height: 1;
}
.navbar .container, .hdr_main .container{
    max-width: 100%;
}
/*************************************************************/
/********************** header css End************************/
/*************************************************************/

/*************************************************************/
/********************* content css start *********************/
/*************************************************************/
.sec_padd{
	padding: 46px 0;
}
.banner_sec{
	position: relative;
}
.banner_sec img{
	width: 100%;
}
.banner_sec:after{
	content: "";
	position: absolute;	
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
	background-image: url(../images/benner_shape.png);
	height: 100%;
	background-position: left bottom;
	background-repeat: no-repeat;
    background-size: 100% auto;
}
.headcmn_border{
	font-size: 30px;
	margin-bottom: 15px;
	font-weight: bold;
	
}
.headcmn_border span{
	display: inline-block;
	border-top: 3px solid #000;
}
.top_content_sec .container{
    width: 1298px;
    max-width: 100%;
}
.gallery_item{
    margin-bottom: 30px;
    cursor: pointer;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    -webkit-box-shadow: 0px 0px 13px 0px rgb(255 255 255 / 40%);
    -moz-box-shadow: 0px 0px 13px 0px rgba(255,255,255,0.4);
    box-shadow: 0px 0px 13px 0px rgb(255 255 255 / 40%);
    position: relative;
}


.gallery-opacity {
    top:0;
    left:0;
    right:0;
    bottom:0;
    position: absolute;
    -webkit-box-shadow: inset 10px 10px 0px 200px rgb(0 0 0 / 30%);
    -moz-box-shadow: inset 10px 10px 0px 200px rgba(0,0,0,0.3);
    box-shadow: inset 10px 10px 0px 200px rgb(0 0 0 / 30%);
    transition: 0.5s;
    z-index: 3;
}

.gal_cap{
    opacity: 0;
    transition: 0.8s;
    background: #0a0a0a7d;
    box-shadow: 0px 0px 60px #000;
}

.gallery_item:hover > .gallery-opacity {
    -webkit-box-shadow: inset 0px 0px 0px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0.3);
    box-shadow: inset 0px 0px 0px 0px rgb(0 0 0 / 30%);
}

.gallery_item:hover .gal_cap {
    opacity: 1;
}

section.leftimg_sec.sec_padd {
    padding-top: 0;
}
.gallery_item > a{
    position: relative;
    display: block;
    width: 100%;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
section.gallery_sec .gallery_item img {
    width: 100%;
}
.gallery_item span.gal_cap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    z-index: 2;
    padding: 10px 20px 15px 10px;
    font-size: 25px;
    /* font-weight: bold; */
    color: #fff;
    text-align: right;
    transition: all .2s linear;
    background-image: linear-gradient(180deg,rgba(227,6,19,0) 0,rgb(67 66 66) 50%,rgb(0 0 0 / 67%));
    height: auto;
    flex-direction: column;
}
.gallery_item span.gal_cap b {
    display: block;
}
.left_image{
    position: relative;
    padding: 50px 50px 60px 0px;
}
.img_shape1, .img_shape2, .img_shape3{
    background: #babc50;
    position: absolute;
    left: 15px;
    top: 0;
    width: 60%;
    height: 100px;
    z-index: -1;
}
.img_shape2{
    width: 100px;
    height: 60%;
    left: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.img_shape3{
    width:40%;
    left: 30%;
    top: auto;
    bottom: 0;
}
.left_image > img{
	width: 100%;
}
.singleslide_item  img{
	width: 100%;
}
.thumb_item {
    padding: 0 10px;
}
.slider_thumbs .slick-list{
	margin-left: -10px;
	margin-right: -10px;
}
.slider_thumbs {
    margin-top: 20px;
    overflow: hidden;
    margin-bottom: 10px;
}
.slick-arrow {
    position: absolute;
    left: 0px;
    top: 50%;
    height: 90px;
    width: 30px;
    font-size: 0px;
    background: #babc50;
    padding: 0px;
    text-align: center;
    border: 0;
    z-index: 9;
    transform: translate(0, -50%);
    outline: none;
    border: none;
    cursor: pointer;
}
.slick-arrow:hover{
    background: #000;
}
.slick-arrow:focus{
	outline: none;
	border: none;
}
.slick-arrow.slick-next{
    left: auto;
    right: 0px;
}
.slick-arrow:after{
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 22px;
    position: absolute;
    left: 0px;
    top: 0;
    height: 90px;
    width: 30px;
    line-height: 90px;
    color: #fff;
}
.slick-arrow.slick-next:after{
    content: "\f054";
}
.logo_box{
	width: 100%;
	background: #000;
	text-align: center;
	padding: 20px;
	margin-bottom: 20px;
}
.slider_container{
	width: 1450px;
	max-width: 100%;
}
.block_containet{
	width: 1148px;
	max-width: 100%;
}
.block_2box{
	background-size: cover;
	background-position: center;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	position: relative;
	z-index: 1;
}
.block_box {
    position: relative;
    box-shadow: -12px 14px 0px #babc50;
    overflow: hidden;
    margin-top: 25px;
}
.block_box::before {
    position: absolute;
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #4c505ad6;
}
.map-image {
    height: 350px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.5s;
}
.block_box:hover .map-image  {
    transform: scale(1.1);
    transition: 0.5s all ease-in-out;
}
.block_box >a {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 100%;
    background: #babc50;
    color: #000;
    text-align: center;
    font-weight: bold;
    z-index: 1;
    
    padding: 8px 10px;
    font-size: 25px;
    transform: translate(0, -50%);
    min-height: 51px;
}
.faq_full_img{
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	margin-bottom: 0;
}
.faq_cmn_sec{
	overflow: hidden;
	position: relative;
	background-image: url(../images/shape1.png);
	background-size: 100% auto;
	background-repeat: repeat-y;
}

/*.faq_cmn_sec:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
	background-image: url(../images/shape1.png);
	background-size: 100% auto;
	background-repeat: repeat-y;
}*/
.faq_cmn_sec:before{
	content: "";
	position: absolute;
	width: 130%;
	height: 250px;
	left: -15%;
	top: 0;
	z-index: 1;
	background-color:  #babc50;
	border-radius: 0 0 40% 40%;
}
.faq_cmn_sec .container{
		position: relative;
		z-index: 2;
}
.faq_item{
	padding-bottom: 20px;
}
.faq_title {
    position: relative;
    text-align: right;
    background: #babc50;
    min-height: 60px;
    font-size: 25px;
    font-weight: bold;
    
    padding: 12px 185px 12px 65px;
    cursor: pointer;
    border-radius: 4px;
}
.left_img_accord .faq_title{
    padding-right: 20px;
}
.faq_title:after {
    content: "\f053";
    color: #000;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    width: 36px;
    border: 1px solid #000;
    height: 36px;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    border-radius: 50%;
    transform: rotate(-90deg);
    margin-top: -18px;
    transition: all .2s linear;
}
.faq_title.on:after{
    transform: rotate(0deg);
}
.faq_title span {
    position: absolute;
    display: block;
    right: 0;
    padding: 12px 10px;
    top: 0;
    text-align: center;
    background: #000;
    color: #fff;
    height: 100%;
    width: 155px;
    font-weight: normal;
    overflow: hidden;
}
.faq_title span:after {
    left: 0;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-left-color: #babc50;
    border-width: 0px 0px 60px 30px;
    margin-top: -30px;
}
.list_custom{
	padding: 0;
	list-style: none;
}

.list_custom li{
	position: relative;
	margin-bottom: 15px;
	padding-right: 30px;
}
.list_custom li:after{
  content:"" ;
  border-radius: 50%;
  background-image: -moz-linear-gradient( 90deg, rgb(186 188 80) 0%, rgb(186 188 80) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(186 188 80) 0%, rgb(186 188 80) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(186 188 80) 0%, rgb(186 188 80) 100%);
  position: absolute;  
  width: 18px;
  height: 18px;
  right: 0;
  top: 7px;
}
.list_align{
	padding-right: 30px;
    font-weight: bold;
}
.faqbtm_container{
	width: 1270px;
	max-width: 100%;
}
.devider{
	border: 1px solid #000;
	margin: 40px 0;
}
.faqbtm_container ul {
    padding-right: 22px;
}
.faqbtm_container  h4{
	margin-bottom: 10px;
	font-weight: bold;
	
}
.left_img_accord .container-fluid{
	padding-left: 77px;
	padding-right: 77px;
}
.faq_content{
	padding: 20px 15px;
    background: #fff;
}
/*.left_img_accord .faq_content{
    background: #fff;
}*/
section.left_img_accord {
    background: #f5f6ed;
    padding: 40px 0 50px;
    border-radius: 8%;
    background-image: url(../images/shape1.png);
    background-size: 100% auto;
    background-repeat: repeat-y;
}

.btm_banner_sec{
	margin-top: 23px;
	position: relative;
}
.btm_banner_sec .middle_cap{
	position: absolute;
	left: 0;
	top: 60%;
	width: 100%;
	transform: translate(0, -50%);
	z-index: 2;
	text-align: center;
}
.middle_cap .headcmn_border{
	color: #fff;
	display: inline-block;
	width: auto;
}
.middle_cap .headcmn_border span{
	border-color: #fff;
	border-width: 2px 0 2px 0;
	border-style: solid;
	padding: 5px 20px;
	margin-bottom: 10px; 
}
.banner_cap_btm{
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	z-index: 2;
	color: #fff;
	text-align: center;
}
.banner_cap_btm .form_cmn{
	display: inline-block;
	text-align: right;
}
.banner_cap_btm  .form_cmn select.form-control{
	border-color: #fff;
	color: #fff;
}
.banner_cap_btm  .form-check .chek_custm{
	border-color: #fff;
}
.banner_cap_btm  .form-check input[type="checkbox"]:checked ~ .chek_custm:after{
	color: #fff;
}
.downloadpdf_sec{
    padding: 110px 0px 70px;
}
.downloadpdf_sec .headcmn_border span{
    border-top: 0;
    border-bottom: 3px solid #000;
    padding-top: 0;
    padding-bottom: 10px;
}
ul.pdf_downlod_list {
    list-style: none;
    padding:40px 0 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: start;
    text-align: center;
}
ul.pdf_downlod_list li{
    padding: 0px 20px;
}
ul.pdf_downlod_list li a{
    display: block;
    color: #000;
    text-decoration: none;
}
ul.pdf_downlod_list li a span{
    display: block;
    font-size: 20px;
    line-height: 22px;
    padding-top: 15px;
     
}
.table_sec2 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0px 0px 26.19px 0.81px rgba(0, 0, 0, 0.22);
}
.table_custom{
    text-align: center;
}
span.pdf_icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
    padding: 0 5px;
}
span.icon_rigth{
    font-size: 16px;
}
.table_custom{
    background: #fff;
    font-size: 18.75px;
    line-height: normal;
}
.table_custom th{
    background: #222748;
    color: #fff;
    font-size: 18.75px;
    font-weight: normal;
    line-height: 20px;
}
.table_custom.table-bordered thead td, .table_custom.table-bordered thead th,
.table_custom.table-bordered td, .table_custom.table-bordered th{
    border-color: #bc9e4a !important;
    vertical-align: middle;
    padding: 6px;
}
span.pdf_icon img {
    margin-bottom: 5px;
}

.table_custom .middle_head{
    background: #babc50;
    color: #000;
    font-weight: bold;
    font-size: 23px;
    padding: 10px !important;
    
}
.top_content_sec p{
    line-height: 38px;
}
.leftimg_sec p{
    line-height: 42px;
}
.leftimg_sec, .slider_container  {
    position: relative;
    z-index: 3;
}
/** section shapes css start **/
.top_content_sec, .slider_sec{
    position: relative;
}
.shape_left1 {
    position: absolute;
    left: 0;
    top: -120px;
    z-index: 2;
    width: 180px;
}
.shape_left2 {
    position: absolute;
    left: 0;
    top: 39%;
    z-index: 2;
    width: 180px;
}
.shape_right1 {
    position: absolute;
    right: 0;
    top: -100px;
    z-index: 2;
    width: 150px;
}
/** section shapes css end **/
.nav.nav-fill li{
    margin: 0;
}
.nav-pills .nav-item {
    border: 1px solid #bc9e4a;
    font-size: 20px;
}
.nav-pills .nav-link{
    background: #222748;
    color: #fff;
    border-radius: 0;
    padding: 6px;
    font-weight: bold;
    font-size: 20px;
}
.nav-pills .nav-link.active{
    background: #babc50;
    color: #000;
}
.leftimg_sec .container-fluid{
    padding-right: 80px;
    text-align: justify;
}
/*************************************************************/
/********************* content css End ***********************/
/*************************************************************/

/*************************************************************/
/******************** footer csss start **********************/
/*************************************************************/
.footer_sec{
    background: #babc50;
    min-height: 425px;
    padding: 19px 0;
}
.footer_logo{
    background: #000;
    padding: 30px 15px;
    text-align: center;
    border-top: 2px solid #dbc7ae;
    border-bottom: 2px solid #dbc7ae;
}
.ftr_btm{
    background: #000;
    color: #fff;
    position: relative;
    font-size: 15px;
    padding: 2px 130px 2px 15px;
}
.ftr_btm > img{
    position: absolute;
    right: 20px;
    bottom: -5px;
}
.ftr_contact{
    color: #000;
    padding: 8px 15px;
}
.ftr_contact ul{
    padding: 0;
    list-style: none;
}
.ftr_contact li {
    margin-bottom: 3px;
}
.ftr_contact > h4{
    font-size: 30px;
    
    font-weight: bold;
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
    display: inline-block;
    margin-bottom: 8px;
}
.ftr_contact li a{
    color: #000;
    font-weight: bold;
    
    font-size: 20px;
    text-decoration: none;
}
.ftr_contact li a img{
    margin-left: 10px;
}
.ftr_contact li:last-child{
    margin-bottom: 0;
}

/*************************************************************/
/********************** footer csss End ***********************/
/*************************************************************/





/*--- New Flicky Sslider CSS */





    .flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 25px;
    border: none;
    background: white;
    background: hsl(61deg 71% 57% / 76%);
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}


.flickity-prev-next-button.previous { left: 0px; }
.flickity-prev-next-button.next { right: 0px; }



.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 70%;
    height: 65%;
    fill: white;
}


.carousel {
  background: #fff;
}

.carousel-main {
  margin-bottom: 8px;
}

.carousel-cell {
  width: 100%;
}



.carousel.carousel-nav .carousel-cell img {
    object-fit: cover;
}


.carousel-main .flickity-viewport .carousel-cell img {
   object-fit:cover;

}

.carousel-main .flickity-button
{
    display:none;
}
.carousel-nav .carousel-cell {
    width: 35%;
    padding-right: 2%;
}

/* Atelierbram edit */
.carousel-main img {
  display: block;
  margin: 0 auto; 
}
.carousel.carousel-nav.flickity-enabled.is-draggable {
    margin-bottom: 10px;
    margin-top: 13px;
}

@media(min-width:768px)
{
    
 .banner_sec:after {

    margin-bottom: -0.4px;
}   
    
  .carousel-nav .carousel-cell {
    height: 230px;
}  
.carousel.carousel-nav .carousel-cell img {
    height: 230px;
}
.carousel-main .flickity-viewport .carousel-cell img {
    height: 568px;

}
.carousel-cell {
  height: 504px;
}
.flickity-prev-next-button {
  
    height: 70px;
}
.footer_logo img {
    width: 260px;
}
.footer_logo{
    padding: 100px 15px;

}
.banner_cap_btm {

    bottom: 50px;

}

.form_cmn .form-group.mx-md-3{
    margin-left: 15px!important;
    margin-right: 15px !important;
}

}

@media(max-width:767px)
{
    .carousel-nav .carousel-cell {
    height: 80px;
}  
.carousel.carousel-nav .carousel-cell img {
    height: 80px;
}
.carousel-main .flickity-viewport .carousel-cell img {
    height: 368px;

}
.carousel-cell {
  height: 368px;
}
.flickity-prev-next-button {
  
    height: 35px;
}

.faq_title span {
   
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
}
.faq_title span:after
{
    display:none;
}

.banner_sec:after {

    margin-bottom: -0.8px;
}


}
    
.carousel-main {
  box-shadow: 0px 0px 26.19px 0.81px rgba(0, 0, 0, 0.22);
}
.carousel-cell {
  box-shadow: 0px 0px 26.19px 0.81px rgba(0, 0, 0, 0.22);
}    
.left_img_accord .faq_content .list_custom li:after{
  background: #a1a345;
}
