/*
	Theme Name: Chabok WP Theme
	Theme URI: https://chabokgroup.com
	Description: Chabok WP Theme is WordPress Theme under chabokgroup Dev
	Version: 1.0.0
	Author: Shahriyar Modami
	Author URI: https://chabokgroup.com
	Tags: Wordpress, HTML5, CSS3, RESPONSIVE
	Text Domain: chabok_wp_theme
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

:root {
    --mainBg: #fc7628; /* #98c5e9   #1e7cff; /*  #000037 ;*/
    --bluelight:#d6601c; /* #1a8bec; */
    --blueDark:#2c1a68; /* #001838  #041824 */;
    --brandBg:#491e83;
    --secondBg: #f3f3f3;
    --sectionBg: #fff;
    --textShadow: none; /* -1px -1px 0 #444444, 0 -1px 0 #444444, 1px -1px 0 #444444, 1px 0 0 #444444, 1px 1px 0 #444444, 0 1px 0 #444444, -1px 1px 0 #444444, -1px 0 0 #444444; */
}

/* Feel free to change duration  */ 
.animated  {
    -webkit-animation-duration : 4000 ms  ;
    animation-duration : 4000 ms  ;
    -webkit-animation-fill-mode : both  ;
    animation-fill-mode : both  ;
  }  
  /* .owl-animated-out - only for current item */ 
  /* This is very important class. Use z-index if you want move Out item above In item */ 
  .owl-animated-out {
    z-index : 1 
     }
  /* .owl-animated-in - only for upcoming item
  /* This is very important class. Use z-index if you want move In item above Out item */ 
  .owl-animated-in {
    z-index : 0 
     }
  /* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */ 
  .fadeOut  {
    -webkit-animation-name : fadeOut  ;
    animation-name : fadeOut  ;
  }  
  @-webkit-keyframes  fadeOut  {
    0% {
      opacity : 1   ;
      /* transform: scale(1); */
    
    }  
    100% {
      opacity : 0   ;
      /* transform: scale(2); */
    }  
  }
  @keyframes  fadeOut  {
    0% {
      opacity : 1   ;
     /* transform: scale(1); */
    }  
    100% {
      opacity : 0   ;
    /*  transform: scale(2); */
    }  
  }



.chabok-hide-animate {
    opacity: 0;
}

@font-face {
	font-family:'iransans';
	src:url('fonts/IRANSansWeb.eot');
	src:url('fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'),
		url('fonts/IRANSansWeb.woff') format('woff'),
		url('fonts/IRANSansWeb.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}

@font-face {
	font-family:'iransans';
	src:url('fonts/IRANSansWeb_Bold.eot');
	src:url('fonts/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/IRANSansWeb_Bold.woff') format('woff'),
		url('fonts/IRANSansWeb_Bold.ttf') format('truetype');
    font-weight:bold;
    font-style:normal;
}

#chabok-toggle-menu.chabok-active::before,
.chabok-header ul li a:before,
.chabok-header ul li.menu-item-has-children > a:before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
}


/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

html {
	font-size:100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin:0;
    padding:0;
    direction: ltr;
}

body {
	font:300 15px/1.8 'iransans', Helvetica, Arial, sans-serif;
	color:#444;
	margin:0;
    padding:0;
    background: #fffefe;
    /*
    background:#fff;
    */
}
body.single-post {
    background: #f3f3f3;
}
.my-email, span.lang-fa , .chabok-donbal-text, .chabok-header ul li, 
.btn-new-style, button, input, textarea, .chabok-botton-lang span {
    font-family: 'iransans', Helvetica, Arial, sans-serif;

}
table {
    border-collapse: collapse;
    width: 100%;
    margin: auto;
  }
  th, td {
    border: 1px solid black;
    padding: 8px;
    text-align: center;
  }
  th {
    background-color: #f2f2f2;
  }

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}

.clearboth {
	clear:both;
}
.divider {
    padding:10px;
    border:0;
	width:100%;
}
blockquote {
    background: #f4f4f4;
    padding: 5px 20px;
    border-left: 7px solid #850000;
}
h1,h2,h3,h4,h5,h6 {
	line-height: 1.7;
	color:var(--mainBg);

	margin:10px 0;
}
section {
    overflow: hidden;
    margin-bottom:20px;
}
h1 {
	font-size:32px;
}
h2 {
	font-size:28px;
}
h3 {
	font-size:24px;
}
h4 {
	font-size:22px;
}
h5 {
	font-size:20px;
}
h6 {
	font-size:18px;
}
strong {
    font-weight: bold;
}
article h1 {
	font-size:26px;
}
article h2 {
	font-size:20px;
}
article h3 {
	font-size:18px;
}
article h4 {
	font-size:17px;
}
article h5 {
	font-size:15px;
}
article h6 {
	font-size:13px;
}
article h1, article h2,article h3,article h4 {
    color: var(--blueDark);
}
img {
	max-width:100%;
	vertical-align:bottom;
	height: auto;
}
a {
	color:#444;
	text-decoration:none;
	transition: color 300ms;
}
a:hover,a:focus,a:active {
	color:var(--bluelight);
	outline:0;
}

a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

.ftl {
	float: left;
}
.ftr {
	float: right;
}

.chabok-radius {
    border-radius: 10px;
}
.chabok-flex {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

input, textarea {
	padding:7px;
	border: 1px solid #ccc;
	border-radius: 5px;
	line-height: 1.8;
}
textarea:focus, input:focus {
	border-color:#0d72cc;
}

.chabok-btn-section-inline .chabok-btn {
    margin-right:10px;
    margin-bottom: 10px;
}

.chabok-btn, button, input[type="submit"], .comment-reply-link {
    display: inline-block;
    text-decoration: none;
    outline: none !important;
    font-size: 16px;
    line-height: 17px;
    font-weight: 500;
    background-color: var(--mainBg);
    color: #000;
    border-radius: 120px;
    padding: 15px 30px;
    border: none;
    -webkit-appearance: none;
    cursor: pointer;
    transform: translateY(0);
    transition: all .3s;
}

.chabok-btn.yellow-btn {
    background-color: var(--mainBg);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.09);
    color: var(--blueDark);
}
.f0a8::after {
	content: '\f0a9';
	font-family: 'Font Awesome 5 Pro';
	margin-left: 15px; 
    position: relative;
    top: 2px;
}
.f0a8 {
    color:#444;
}
.chabok-btn.white-btn {
    background-color: #fff;
    border:1px solid #eee;
}
.bluedark-theme .chabok-btn.white-btn {
    background-color: var(--blueDark);
    border: 1px solid transparent;
    color: #fff;
}
.bluedark-theme .chabok-btn.white-btn:hover {
    color:#000;
    box-shadow: none;
}
.chabok-btn.black-btn {
        background-color: #ff925e;
        box-shadow: 0 3px 20px rgba(0, 0, 0, 0.09);
        color: #13192c;
}
.graycolored .chabok-btn.black-btn {
    background-color: var(--blueDark);
    color: #fff;
}

.chabok-arm-news {
    border-radius: 14px;
    position: relative;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 56px rgb(221, 221, 221);
    padding: 25px 0;
}
.chabok-arm-news h2 {
    font-size: 17px;
    margin: auto;
    width: max-content;
    font-weight: 800;
    padding: 0 10px;
    color:var(--blueDark)
}
.chabok-post-box-with-hover-img {
  height: 221px;
  background-color: #eee;
  margin-bottom: 20px;
  border-radius: 30px;
  overflow: hidden;
  border: 3px solid var(--mainBg);
  border-bottom: 0;
  position: relative;
  transition: all 200ms;
}
.chabok-post-box-with-hover-img:hover {
    border-color: var(--blueDark);
    transition: all 200ms;
}
.chabok-post-box-with-hover-img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 230px;
    bottom: 0;
}
.top-post-img-data {
    position: absolute;
    top: 0;
    z-index: 3;
    color: #000;
    font-size: 12px;
    left: 0;
  right: 0;
    padding: 14px;
}
.top-post-img-data i {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background:#fff;
    font-size: 17px;
    margin-top: -3px;
    transform: rotate(180deg);
    font-weight: normal;
}
.chabok-post-box-with-hover-img a {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-weight: bold;
  display: flex;
  align-items: flex-end;
  padding: 18px;
  transition: all 300ms;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.05),rgba(0, 12, 41, 0.37),rgb(0, 12, 41));;
}
.chabok-post-box-with-hover-img .top-post-img-data .date {
    background: #fff;
    padding: 0 10px;
    border-radius: 17px;
    border: 1px solid;
}
.chabok-post-box-with-hover-img a:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.05),rgba(0, 12, 41, 0.37),rgb(0, 12, 41));
    transition: all 300ms;
    color:#fff;
}
.chabok-post-box-with-hover-img:hover i {
    background-color: var(--mainBg);
    color:#000;
    border:0;
}
.chabok-post-box-with-hover-img:hover img {
    filter: unset;
}
.chabok-arm-news.chabok-arm-box {
  padding: 35px 0;
  margin: 0;
}
.chabok-arm-news .logo-news {
  width: 70px;
  margin: 15px 0 0;
}
.chabok-arm-news ul {
  list-style: none;
  text-align: left;
  padding: 0;
}
.chabok-arm-news ul li a {
    border-bottom: 1px solid #eee;
    padding: 3px 16px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-height: 2.4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-archive-link {
  margin: 18px 0;
}
.chabok-qa-box h2 {
    max-width: max-content;
    width: 100%;
    margin: auto;
    position: relative;
    padding: 0 100px;
  /*  font-weight: 900; */
  font-weight: 800;
}
.chabok-qa-box h2 span {
    background-color: #fff;
    position: relative;
    z-index: 3;
    text-shadow: var(--textShadow);
    padding: 0 15px;
}
.chabok-qa-box h2::before {
    content: '';
    height: 1px;
    position: absolute;
    background: var(--mainBg);
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
.chabok-btn:hover, .chabok-btn:focus,
button:hover, input[type="submit"]:hover, .comment-reply-link:hover,
button:focus, input[type="submit"]:focus, .comment-reply-link:focus {
    transform: translateY(-3px);
    transition: all .3s;
}

.chabok-btn.yellow-btn:hover,
.chabok-btn.yellow-btn:focus {
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.4);
}

.chabok-btn.white-btn:hover,
.chabok-btn.white-btn:focus {
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.4);
    background-color: var(--mainBg);
    color:#fff;
    border-color: var(--mainBg);
    transform: unset !important;
    position: relative;
    z-index: 2;
}

.chabok-btn.black-btn:hover,
.chabok-btn.black-btn:focus {
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.4);
}

h1.chabok-cliped,.chabok-cliped, h1.title.chabok-cliped {
	position:absolute;
	clip:rect(0,0,0,0);
	top:0;
	visibility:hidden;
}

.my-email, .my-workdate {
	font-size: 13px;
}
.btn-new-style {
    background: #b51f1f;
    color: #fff;
    border-radius: 30px !important;
    border: 0;
    box-shadow: 0 0 10px #ccc;
    padding: 5px 15px;
}
.chabok-justify {
    text-align: justify;
    text-justify: distribute;
}
.chabok-col {
    padding:0 10px;
}
.chabok-col-100 {
    padding:0 10px;
    width:100%;
}
.chabok-col-90 {
    padding:0 10px;
    width:90%;
}
.chabok-col-80 {
    width: 80%;
    padding: 0 10px;
}
.chabok-col-75 {
    width: 75%;
    padding:0 10px;
}
.chabok-col-70 {
    width:70%;
    padding:0 10px;
}
.chabok-col-60 {
    width:60%;
    padding:0 10px;
}
.chabok-col-55 {
    width:55%;
    padding:0 10px;
}
.chabok-col-50 {
    width:50%;
    padding:0 10px;
}
.chabok-col-45 {
    width:45%;
    padding:0 10px;
}
.chabok-col-40 {
    width:40%;
    padding:0 10px;
}
.chabok-col-33 {
    width:33.3333%;
    padding:0 10px;
}
.chabok-col-30 {
    width:30%;
    padding:0 10px;
}
.chabok-col-25 {
    width:25%;
    padding:0 10px;
}
.chabok-col-20 {
    width:20%;
    padding:0 10px;
}
.chabok-col-16 {
    width:16.666%;
    padding:0 10px;
}
.chabok-col-10 {
    width:10%;
    padding:0 10px;
}
.chabok-container {
    width:100%;
    max-width:1200px;
    margin:0 auto;
    position: relative;
}
.chabok-header {
   
    /* overflow: hidden; */
}
.white-bg {
    background:#fff;
}
.mgb-0 {
    margin-bottom: 0px !important; 
}

.mgt-25 {
    margin-top: 25px;
}
.mgb-25 {
    margin-bottom:25px;
}

.pdd-0 {
    padding:0 !important;
}
.psr {
    position: relative;
}
.pddb-0 {
    padding-bottom: 0px !important;
}
.pdr-20 {
    padding-right:20px !important;
}
.pdl-20 {
    padding-left:20px !important;
}

.chabok-section {
    padding:0 15px;
}

body.enable-main {
    background:#f7f7f7;
}
body.enable-main .chabok-header {
    border:0;
    box-shadow: 0 0 5px #eee;
}
.enable-main .chabok-main-content {
    width:100%;
    max-width:1180px;
    margin:0 auto;
    box-shadow: 0 0 9px #eee;
    position: relative;
    background:#fff;
    padding:35px 25px;
    margin-bottom:25px;

}

.chabok-head {
    /* position: relative; */
    background: var(--brandBg);
    font-size: 15px;
    color: #444;
    overflow: unset;
    width: 100%;
    float: left;
    z-index: 100;
}
#chabok-slider {
    width: 100%;
    margin-bottom: 0;
    float: left;
}
.head {
    position: relative;
    z-index: 2;
    max-width: 1170px;
    margin:auto;
    border-left: 0px solid transparent;
    width: 100%;
}
.shape {
    border-bottom: 40px solid #fff;
    border-right: 40px solid transparent;
	border-left:0;
    height: 0;
    width: 320px;
    display: inline-block;
    position: relative;
    left: 0;
}
.chabok-top-bar {
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    position: relative;
    padding:26px 0;
}

.edit-5 .top-bar-icon-block.icon-niv {
    position: relative;
    text-align: right;
    justify-content: right;
    top: 1px;
}
.top-bar-icon-block.chabok-col-33,
.top-bar-icon-block.chabok-col-40 {
    align-items: center;
    width: 25%;
}
.top-bar-icon-block.chabok-col-40 {
    width: 33%;
}
.edit-5 .chabok-icon-text.b-mobile {
    padding-left: 11px;
    position: relative;
    top: 0;
}
.chabok-icon-text.b-flag {
    
}
.chabok-icon-text.b-flag.edit-2.chabok-col-16, .chabok-flex.chabok-col-55.top-bar-icon-block, .chabok-flex.chabok-col-30.top-bar-icon-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: end;
    align-items: center;
}
.chabok-section.gallery-section {
  padding: 50px 0 0;
}
.pannel-btn-header a {
  border: 1px solid #fff;
  padding: 4px 18px;
  font-size: 14px;
  margin: 0 7px;
  border-radius: 21px;
  border-right: 3px solid #fff;
  color: #fff !important;
}
.pannel-btn-header a:hover {
  border-color: #fff;
  color: #fff !important;
  border-left-color: var(--mainBg);
}
.edit-04 .b-flag img {
}
.edit-04 .b-flag span {
    width: 53px;
    height: auto;
    display: inline-block;
    line-height: normal;
    border: 1px solid #848484;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 3px 10px;
    display: none;
}

.edit-04 .b-flag span.active {
    background: #e3e3e3;
}
.edit-04 .chabok-icon-text.b-flag a {
    float: right;
}
.edit-04 .b-flag span.english-flag {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-right: 0;
}
.chabok-icon-text strong {
    font-weight: 300;
    letter-spacing: 0;
}
.edit-04 .top-bar-icon-block.icon-niv {
    width:60%;
}
.top-bar-icon-block.icon-niv strong {
    display: none;
}
.top-bar-icon-block.icon-niv {
    align-items: center;
}
.top-bar-icon-block.icon-niv .chabok-icon-class {
    font-size: 19px;
}
.top-bar-icon-block.icon-niv .chabok-icon-text {
    font-size: 14px;
}
.chabok-top-bar-left {
    float: right;
    position: relative;
    margin-top: 5px;
}

.yellow {
    color: #fbbb00;
}
.chabok-icon-class {
    padding-right: 8px;
    font-size:21px;
    color: #fff;
    line-height: 0;
}
.chabok-header .chabok-icon-left-bar a {
    color: #444;
    font-size: 18px;
    padding: 0 11px;
    transition: all 200ms;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: #d2caca;
    margin: 0 4px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    position: relative;
    bottom: -10px;
}

.chabok-header .chabok-icon-left-bar a:hover,.chabok-icon-left-bar a:focus {
    color: rgb(255, 255, 255);
    background:#444;
    bottom:0;
    transition: all 200ms;
}


.chabok-icon-text {
	font-family: 'iransans';
    font-size: 14px;
    padding-right: 0;
    padding-left: 0;
	position: relative;
}
.white {
    color: rgb(250, 250, 250);
}
.chabok-icon-left-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
}
.chabok-botton-lang {
    padding: 0px 0px 2px 26px;
    font-size: 13px;
    color: #fff;
    top: -3px;
    position: relative;
    display: inline-block;
    margin-right: 13px;
    border-radius: 25px;
}

span.lang-fa {
    background: green;
    padding: 1px 10px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.chabok-botton-lang a span {
    color:#fff;
}
.show-social-in-mobile,
.txt-only-mobile-social,
.show-lang-in-mobile {
    display: none;
}
.b-flag {
    overflow: hidden;
    display: inline-block;
    line-height: 0;
    position: relative;
    height: auto;
}
.b-flag a {
    display: inline-block;
}
.b-flag img {
    width:45px;
    margin:0 2px;
}
.b-flag.edit-2 img {
    width: 30px;
    margin: 4px 4px;
}
span.lang-en {
    background: green;
    padding: 1px 10px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-right:1px solid #aaa;
}
span.lang-en.active,
span.lang-fa.active {
    background:black;
}
.chabok-head-one {
    position: relative;
    background-color: #eee;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    height: 40px;
    font-size: 15px;
    color: #444;
    padding: 0 15px;
    overflow: hidden;
    z-index: 99;
}
.chabok-head-one::after {
    content: '';
    width: 62%;
    left: 0;
    height: 39px;
    position: absolute;
    background: #000000;
    box-shadow: 0 0 13px #666;
    border-top-right-radius: 67px;
}
.chabok-main-head {
    width: 100%;
    padding:0;
    /* position: relative; */
}

.chabok-head.chabok-fixed-head-two-before {
    transition: all 100ms ease-out;
    background: transparent;
    top:0px;
}

.chabok-head.chabok-fixed-head-two {
        position: fixed;
        top: 0;
        overflow: unset;
        width: 100%;
        max-height:100%;
        z-index: 999999;
        background: #fff;
        transition: all 100ms ease-in;
        box-shadow: 0 0 10px #ccc;
}

.chabok-main-head-content {
    padding-right: 0;
    font-size: 20px;
    float:left;
    width: 20%;
    max-width: 280px;
    height: 80px;
    padding: 7px 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.chabok-logo-img {
    z-index: 2;
    padding-right: 0px;
    max-width: 100%;
    width: 240px;

}
.chabok-donbal-text {
        font-size: 14px;
        padding-left: 10px;
        top: -2px;
		position: relative;
}
#site-navigation {
    float:left;
    width: 80%;
    text-align: left;
    margin-top: 0;
    margin-left: 0px;
}

.chabok-icon-box {
    float: right;
    text-align: right;
    width: 20%;
    color:#eee;
    padding: 0;
    line-height: 4.3;
   
}
.icon-box-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: end;
    -webkit-justify-content: flex-end;
    -webkit-justify-content: end;
  }
.chabok-icon-box .chabok-inner-icon {
    padding:0px;
}

.chabok-icon-box a {
    color:#a4002e !important; 
}

.chabok-main-navigation {
     background-color: var(--mainBg); 
}
.chabok-bottom-bar {
  float: right;
  width: 100%;
}
.chabok-container.chabok-pipe-nav-container {
    max-width: 1228px;
}
.chabok-pipe-nav {
    float: right;
    width: 100%;
    background: var(--mainBg);
    margin-bottom: 0;
    z-index: 99;
    border-radius: 59px;
    padding: 0 10px 0 10px;
   /* border-right: 4px solid #fff; */
    z-index: 3;
    position: relative;
    border-left: 0px solid #fff;
}
.chabok-brand {
    float: right;
    width: 18%;
}

.chabok-nav-item {
    float: right;
    width:64%;
    text-align: right;
    padding: 0 50px 0 0;
}
.chabok-header-menu {
    float: right;
    width:18%;
    text-align: left;
}
.chabok-header a {
    color:var(--blueDark);
    font-weight: 500;
}

.chabok-header ul {
    margin:0;
    padding:0;
}
.chabok-header ul li {
    padding:0;
    display: inline-block;
    font-size: 16px;
    line-height: 4;
    font-weight: normal;
}

.chabok-header ul li a {
    display: block;
    transition: color 300ms;
}

.chabok-header ul > li a {
    position: relative;
    transition: 100ms all;
    padding:0 15px;
}
.chabok-header ul > li a:hover,
.chabok-header ul > li a:focus {
    color:#000;
}

.chabok-header ul > li a span {
    position: relative;
    z-index: 2;
}
.chabok-header ul > li a:after,
.chabok-header ul > li a:before {
    content: '';
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    right: 0;
    margin: auto;
    z-index: 1;
}
.chabok-header ul > li a:before {
    transition: all 300ms;
    width:0;
    height:0;
    top:auto;
    bottom: -4px;
}
.chabok-header ul > li.home-icon a span::after {
    content: '\f80c';
    font-family: 'font awesome 5 pro';
    margin-right: 9px;
    float: left;
    top: -2px;
    position: relative;
    font-size: 16px;
    font-weight: bold;
}

.chabok-header ul > li a:hover::after,
.chabok-header ul > li a:focus::after {
   /* background-image: url('img/pattern1.png');
    /* background-position: 520px 0;
    transition: background-position 15s linear; 
    background-color: rgb(254, 212, 47);
    background-image: linear-gradient(to right,rgb(247, 233, 30),rgb(254, 212, 47));
    */
}
.chabok-header ul > li a:focus::before,
.chabok-header ul > li a:hover::before {
    content: '';
    height: 10px;
    width: 7px;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0px;
    background: var(--blueDark);
    z-index: 3;
    border-radius: 20px 20px 0 0;
    transition: all 200ms;
    margin: auto;
}
.chabok-header ul > li.menu-item-has-children a:focus::before,
.chabok-header ul > li.menu-item-has-children a:hover::before
{
    content:none !important;
    background:transparent;
}

.chabok-header ul li.menu-item-has-children > ul li a:hover::after,
.chabok-header ul li.menu-item-has-children > ul li a:focus::after,
.chabok-header ul li.menu-item-has-children > ul li a::after,
.chabok-header ul li.menu-item-has-children > ul li a:focus::before 
.chabok-header ul li.menu-item-has-children > ul li a:hover::before
.chabok-header ul li.menu-item-has-children > ul li a:before  {
     content:none; 
}

.chabok-header ul li > ul {
    position: absolute;
    background-color: var(--blueDark);
    z-index: 999;
    padding:15px 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    visibility: hidden;
    margin-top:10px;
    transition: ease 200ms;
    opacity: 0;
    width: 250px;
    clip: rect(0,0,0,0);
    box-shadow: 0px 17px 24px -12px rgba(0, 0, 0, 0.478);
}

.chabok-header ul li:hover > ul,
.chabok-header ul li:focus > ul {
    visibility: visible;
    margin-top:0px;
    transition: ease 200ms;
    opacity: 1;
    clip: unset;
}
.blog-slider {
    width: 100%;
    float: right;
}
h1.blog-main-title {
        text-align: center;
        margin-bottom: 0;
        color: var(--blueDark);
       /* font-weight: 900; */
       font-weight: 800;
}
.blog-main-desc {
    text-align: center;
    margin-bottom: 30px;
}
#blog-slider-main {
    width: 75%;
    float: right;
}
.sub-menu {
    text-align: left;
}
#blog-slider-main .owl-prev {
    right: 20px;
}
#blog-slider-main button {
    width: 50px;
    height: 50px;
    font-size: 22px;
    padding: 0;
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0.5;
  background: var(--blueDark);
  color: #fff;
}
#blog-slider-main .owl-next {
    left: 20px;
}
.fancybox-stage img.fancybox-image {
    border-radius: 20px;
}
#slider-main-img button {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 50px;
    background: rgba(0, 0, 0, 0.274);
    width: 50px;
    display: block;
    font-size: 23px;
    padding: 0;
    margin: auto 10px;
}
#slider-main-img button.owl-prev {
    right: 0;
    z-index: 9;
    left: auto;
}
#slider-main-img button.owl-next {
    right: auto;
    z-index: 9;
    left: 0;
}
#slider-main-img
.chabok-header ul li > ul li {
    float: left;
    color: #333;
    line-height: 2.5;
    width:100%;
    font-weight: bold;
}

.chabok-header ul li > ul li ul li {
    display: block;
    width:100%;
    font-weight: normal;
}

.chabok-header ul li > ul li a {
    color:rgb(219, 219, 219);
    font-size: 14px;
}

.chabok-header ul li > ul li a:hover,
.chabok-header ul li > ul li a:focus {
    color:var(--mainBg);
}
.chabok-header ul li > ul li a:hover::before,
.chabok-header ul li > ul li a:focus::before  {
    content:none;
}

.chabok-header ul li > ul::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: -9px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid var(--blueDark);
    left: 30px;
}

.chabok-header ul li > ul li ul::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid var(--blueDark);
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    left: -19px;
}

.chabok-foot-address {
    margin-bottom: 5px;
}

.chabok-header-menu {
    line-height: 2.3;
}
.chabok-header-menu a {
    font-size: 30px;
    text-align: center;
    display: inline-block;
    padding: 0 10px;
}

.chabok-header ul li ul li  ul,
.chabok-header ul li ul li:hover ul {
    display: block;
    left: 250px;
    margin: 0px;
    padding-top: 20px;
    padding-right: revert;
    padding-bottom: 20px;
    position: absolute;
    box-shadow: none;
    padding-left: 10px;
    visibility: visible;
    opacity: 1;
    margin-top:-30px;
    border-radius: 10px;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.431);
}
.chabok-header ul li ul li  ul,
.chabok-header ul li ul li:hover ul  {
    border-top-left-radius: 0px;
}
p.chabok-centered {
    text-align: center;
}
.chabok-header-menu a.toggle-menu {
   display: none;
}
.chabok-page-content-row {
    float: left;
    width: 100%;
    margin: 45px 0 87px;
}
h5.chabok-centered {
    text-align: center;
}
p.phone {
    direction: ltr;
}
p.chabok-centered.social-media a {
    font-size: 41px;
    margin: 0 11px;
    border: 1px solid;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    float: left;
    border-radius: 10px;
}
p.chabok-centered.social-media {
    width:100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
.chabok-section-full-width {
    background:#fff;
}
section.page-article {
    padding-top: 40px;
    padding-bottom: 40px;
}
.img-page {
    position: relative;
    padding: 0px;
    background: var(--mainBg);
    border-radius: 15px;
}
.aligned-none .img-page,
.aligned-center .img-page {
    background: none;
}
.aligned-center {
    text-align: center;
}
.img-page img {
    position: relative;
    right: 20px;
    bottom: -20px;
    border-radius: 14px;
}
.aligned-right img {
    left: 20px;
    right: auto;
}
.with-waterpolo .aligned-right img {
    border-right: 5px solid var(--blueDark);
    border-bottom: 5px solid var(--blueDark);
}

.with-waterpolo .aligned-left img {
    border-left: 5px solid var(--blueDark);
    border-bottom: 5px solid var(--blueDark);
}
.chabok-section-full-width article {
    background: transparent;
    margin: 0px auto 40px auto;
    max-width: 1210px;
    padding: 0px 20px;
}
.aligned-left.chabok-col-60 {
    padding-right: 50px;
}
.rtl .aligned-left.chabok-col-60 {
    padding-left: 50px;
    padding-right: 10px;
}
.aligned-right.chabok-col-60 {
    padding-left: 60px;
}
.rtl .aligned-right.chabok-col-60 {
    padding-right: 50px;
    padding-left:10px;
}

.chabok-page-content-row.side-by-side {
    background: #00223e;
    color: #fff;
    padding: 51px;
    border-radius: 16px;
}
.chabok-col-50.ftr.aligned-side h2 {
    color: var(--mainBg);
    font-weight: 800;
    font-size: 24px;
}
.chabok-page-content-row.side-by-side {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    margin-bottom: 40px;
}
.graycolored-item {
    margin: 0;background: #eee;border-radius: 14px;padding: 20px;
}
.chabok-col-50.ftr.aligned-side .img-page {
    background: none;
}
.chabok-contactus-section {
    background: linear-gradient(to left,#fea431,#fecb31);
    margin-top: -20px;
}
.contactus-social .chabok-faq-q h4 {
    font-size: 14px;
}
.chabok-feature-page-contactus {
    background: #f4f4f4;
    margin-top:0px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    padding:100px 0;
}
.chabok-section.sec-staic-with-map {
    padding:0;
    margin:0;
}
.chabok-map-container p {
    margin: 0;
    border-radius: 0;
}
.chabok-section.sec-staic-with-map .chabok-map-container iframe {
    border-radius: 0;
}
body.page-template-contact {
    background: #f1f3f4;
}
.bluedark-theme .chabok-feature-page-contactus {
    background-color: var(--blueDark);
    background-image: url("img/pattern3.png");
    background-size: cover !important;
    padding-top: 40px;
}
.bluedark-theme .chabok-feature-page-contactus .text-contact {
    color:#ccc;
}
.bluedark-theme .chabok-feature-page-contactus .text-contact strong {
    color:var(--mainBg);
}
.chabok-map-container iframe {
    width: 100%;
    overflow: hidden;
    border-radius: 19px;
  }
.page-template .alignleft-continer::before {
    background: var(--mainBg);
}
.contact-form-box {
    background: #fff;
    z-index: 2;
    position: relative;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 4px 14px 33px 6px rgba(0, 0, 0, 0.071);
}
.contactus-styled {
    position: relative;
    padding:0 20px;
}
.contactus-styled::after {
       /* content: ''; */
        background: #f4d420;
        position: absolute;
        left: 0px;
        right: 39px;
        bottom: 14px;
        top: -14px;
        z-index: 1;
        border-radius: 17px;   
}
.featured-page-article {
    position: relative;
    z-index: 2;
}
article a {
    color:var(--blueDark);
}
.featured-page-article .slogan-section {
    margin-top:20px;
}
.featured-page-article .slogan-section .chabok-col-20:first-child {
    padding-right: 0;
}
.featured-page-article .slogan-section .chabok-col-20:last-child {
    padding-left: 0;
}
.brandicon {
    padding: 5px 20px;
    border-radius: 11px;
}
.bluedark-theme .brandicon {
    filter: contrast(0%) brightness(1000);
}
.chabok-field-row
{
  padding: 10px 25px;
}
.chabok-field-row input, .chabok-field-row textarea
{
  width: 100%;
}
#QA .chabok-arm-box {
    margin-top: 0;
    padding:22px 0;
}
.chabok-arm-box h3 {
    padding: 5px 10px 20px;
    font-size: 22px;
    margin: 0;
    color:var(--blueDark)
}
.small-desc-c.nt71 {
    float: right;
    width: 100%;
    margin-top: 4px;
    font-size: 15px;
}
.bluedark-theme .small-desc-c.nt71 {
    color:#fff;
}
h2.ctf5 {
    font-size: 16px;
    margin: 75px 0 0 !important;
    float: right;
    font-weight: 800 !important;
    color: var(--blueDark) !important;
    width: 100%;
}
.armpipe-mist .tag-list li {
    width: 180px;
}
.customer-pr-sec {
   margin-bottom: 23px;
}
.customer-pr-sec p, .customer-pr-sec h5 {
    margin: 0;
}
.customer-section {
    background: #fff;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
}
.chabok-loop-brand img {
    background:#fff;
}
.chabok-contact-social {
    background:url('img/bg-social-transparent.png');
    background-size: 100% !important;
    padding-top: 150px;
    padding-bottom: 150px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f9f7ef;
}
.contactus-box {
    width:100%;
    padding:0 20px;
}
p.contact-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.contact-row span.text-contact strong {
    display: block;
}
.single-post.single-post-with-breadcrumb.bluedarked .desc-bread {
    color:#eee;
}
.contact-row span.icon-contact {
    min-width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    border-radius: 100px;
    justify-content: center;
    font-size: 22px;
    background: var(--mainBg);
    color: var(--blueDark);
    margin-right: 20px;
}
.chabok-contact-flex {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
}
.contactus-box h3 {
    text-align: center;
    margin-bottom: 40px;
    color: #333;
}
.contactus-title, .contactus-btn-holder {
    color: #000000;padding: 30px;
}
.contactus-title {
    text-align: right;
}
.text-center.contactus-title {
    text-align: center;
}
.feature-excerpt {
    text-align: center;
    font-size: 18px;
}
.contactus-popup {
    display: none;
    position: fixed;
    width: 98%;
    max-width: 900px;
    top: 10%;
    left: 0;
    right:0;
    margin-left:auto;
    margin-right: auto;
    z-index: 999;
}
.contactus-popup::before {
    content: '';
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}
.contactus-popup-body {
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 28px rgba(0,0,0,0.2);
    z-index: 99999;
    position: relative;
    transition: 300ms ease-in;
}
.contactus-popup-close {
    background: #000;
    color: #fff;
    padding: 0px;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    text-align: center;
    transition: 300ms ease-out;
    font-size: 22px;
    cursor: pointer;
}
section .contactus-btn-holder .contactus-btn {
    background: none;
    border: 2px solid #080808;
    border-radius: 86px;
    color: #181818;
    font-size: 22px;
    margin-top:5px;
}
.chabok-home-slide .owl-prev {
    position: absolute;z-index: 999;top: 45%;background: transparent;color: #f0f0f0;font-size: 35px;right: 20px;
}
.chabok-home-slide .disabled .owl-prev {
  
}
.chabok-home-slide .owl-next {
	position: absolute;
	z-index: 999;
	top: 45%;
	background: transparent;
	color: #f0f0f0;
	font-size: 35px;
	left: 20px;
	display:block;
}
.chabok-home-slide .slide-large {
    background-color: #13192c;
    width: 100%;
    float: right;
    height: 100%; 
    background-size: cover;
    background-position:top center !important;
    background-repeat: no-repeat !important;
    background-color: #101010;
}

.slide-large {text-align:left; }

.slide-large::before {
    content: '';
    background: rgba(0, 0, 0, 0.56);
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
}
.slide-large.mask-align-right::before {
    background: linear-gradient(to left,rgba(255, 255, 255, 0.79) 30%, rgba(255, 255, 255, 0.19) 60%)
}
.slide-large.mask-align-right p {
    color:#ea248f;
}
.slide-large.chabok-img-filter-no::before {
    content:none !important;
}

.slider-content-container {
    max-width: 1195px;
    height: 600px;
    max-height: 100vh;
    padding: 130px 10px;
    margin: auto;
}

.video-slider-loading {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 801;
    width: 50px;
    height: 50px;
    font-size: 49px;
    margin: auto;
}
.slider-content-container video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 802;
}
.slider-content-container video::before {
    content: '';
}

.icon-container-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.icon-container-flex .chabok-col-50 {
    margin-bottom: 15px;
}
.div-e3 {
    margin-top: 120px;
  margin-bottom: 120px;
  padding-left: 55px;
}
.chabok-uses-iconbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-size: 27px;
    background-color: #fff;
    color: #070707;
    min-height: 60px;
    margin-bottom: 0px;
    border-radius: 9px;
    height: 100%;
    border: 1px solid #666;
}
.bluedark-theme .chabok-uses-iconbox {
    border:0;
    background-color: var(--mainBg);
}
.chabok-uses-icon {
    padding: 0 10px;
}
.chabok-uses-iconbox h3 {
    font-size: 12px;
    color: #3a3a3a;
}
.slogan-section {
    float: left;
    width: 100%;
    margin-top: 0;
    z-index: 99;
    position: relative;
    overflow: unset;
    margin-bottom: 35px;
}
.graycolored .slogan-section {
  margin-bottom: 0;
  padding: 25px 0 60px;
}
.chabok-iconbox-container {
    margin:auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 0px;
}
/*
.edit-02 .chabok-iconbox-container {
    margin-top: -68px;
}
*/
.chabok-slogan-iconbox {
    height: 100%;
    text-align: center;
    padding: 15px;
    color: #000;
    border-radius: 10px;
    transform: translateY(0);
    transition: all 200ms;
    background-color: #fec631;
    background: linear-gradient(to right,#fec631,#fec631);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slogan-url.slogan-toggle {
    display: block;
    position: relative;
}
.slogan-url::before {
    content: '';
    background: #e1e1e1;
    position: absolute;
    right: -8px;
    top: -8px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.edit-02 .slogan-url::before {
    content:none;
}
.slogan-url:hover .chabok-slogan-iconbox ,
.slogan-url:focus .chabok-slogan-iconbox {
    transform: translateX(2px);
    transform: translateY(-2px);
    background-color:#ffcf50;
    background: linear-gradient(to right,#ffcf50,#fbd163);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.063);
    transition: all 200ms;
} 
.chabok-slogan-iconbox h3 {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    margin: 0 15px;
    /*
    font-weight: 900;
    */
    font-weight: 800;
}
.chabok-slogan-icon {
    font-size: 36px;
    line-height: 1.4;
}
.slider-content-container h2 {
    font-size: 30px;
}
.slider-content-container.text-align-none {
    visibility: hidden;
}
.slider-content-container h2.anime::before {
    content: attr(data-title);
    color: #fff;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    animation: text-animation 2s ease-in-out forwards alternate;
    text-shadow: 1px 1px 1px black, -1px -1px 1px black;
    position: absolute;
    -webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
    animation-fill-mode: forwards;
    animation-delay: 4s;
}
.chabok-home-slide #slider-main .slide-large.scaling-anime {
    animation: scale-animation 2s ease-in-out forwards alternate;
    -webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
    animation-fill-mode: forwards;
    animation-delay: 0;
    background-size: 5000px;
}

/*

*/

.slider-content-container h2 {
    font-size: 0;
    background:url('img/aa.png');
    width: 294px;
    height: 115px;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: -17px;
}

@keyframes text-animation {
    from {
      clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
    }
    to {
      clip-path: polygon(100% 0, 100% 100%, 100% 100%, 100% 0);
    }
}

@keyframes scale-animation {
    from {
      background-size: 5000px;
       
    }
    to {
       background-size:  100%;
        
      
    }
}
  

.slider-content-container.text-align-center {
    text-align: center;
}
.slider-content-container.text-align-left {
    text-align: left;
}
.slider-content-container.text-align-right {
    text-align: right;
}
.slider-content-container p {
    font-size: 23px;
    margin-top: 0;
    font-weight: 900;
}
.chabok-text-light h2 {
    color:#ff905a;
}
.graycolored .chabok-text-light h2 {
    color:var(--blueDark);
}
.chabok-text-light p {
    color:#ccc;
}
.chabok-service-section {
    padding-bottom: 100px;
}


.services-bg-text, 
.product-bg-text, 
.blog-bg-text {
    font-weight: 600;
    color: #f5f6f7;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #efefef;
    font-size: 180px;
    line-height: 1;
    max-height: 183px;
}
.services-bg-text {
    -webkit-text-stroke-color: #646262;
    text-align: center;
}
.blog-bg-text {
    -webkit-text-stroke-color: #39425f;
    margin-bottom: 0px;
    text-align: center;
    margin-top: 9px;
    font-size: 90px;
}
.blog-bg-text h3,
.blog-page-title {
    font-size: 50px;
    margin: 19px 0 0;
    line-height: 2.3;
    text-align: left;
}
.chabok-blog-section .post-title {
    font-size: 17px;
}
.post-title.fixed-height {
    height: 44px;
}
.post-content p {
    text-align: justify;
    text-justify: distribute;
    word-spacing: -2px;
    color: #666;

}
.post-read-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 100px;
    padding: 0 14px;
    margin-top: 0;
    transition: all 200ms;
}
.chabok-blog-section img {
    border-radius: 10px;
    width:100%;
}
.post-img-container {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.post-img-container .post-cat {
    position: absolute;
    top: -50px;
    color: #fff;
    left: 15px;
    background: var(--blueDark);
    border-radius: 6px;
    padding: 0 10px;
    transition: all 200ms;
    z-index: 2;
}
.post-img-container .read-time {
    position: absolute;
    bottom: -40px;
    color: #fff;
    font-size: 12px;
    right: 15px;
    left: 15px;
    transition: all 200ms;
    z-index: 2;
}
.post-img-container:hover .post-cat,
.post-img-container:focus .post-cat {
    top: 15px;
    transition: all 200ms;
}
.post-img-container.single-post-img-continer .post-cat {
    top: 15px;
}
.post-img-container.single-post-img-continer  img {
    width: 100%;
}
.loop-content-container {
    height: 100%;
  padding: 13px;
 background-color: #fff;
  border-radius: 14px;
  position: relative;
}
.loop-content-container .post-read-more {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    background-color: #fff;
    max-width: 144px;
    margin: auto;
}
.loop-content-container p {
    font-size: 13.5px;
    margin-bottom: 31px;
    margin-top: 31px;
    color: #888;
    text-align: center;
  }
.post-img-container:hover .read-time,
.post-img-container:focus .read-time {
    bottom: 12px;
    transition: all 200ms;
}
.post-img-container.single-post-img-continer .read-time {
    bottom: 12px;
    bottom: auto;
    top: 18px;
    left: auto;
    right: 0;
}
.post-img-container.single-post-img-continer .read-time span {
    background-color: var(--blueDark);
    padding: 3px 13px;
    border-radius: 6px;
    margin: 0 10px;
}
.post-img-container a:hover::before,
.post-img-container:hover a::before,
.post-img-container .post-arrt::before {
    content:'';
    background:linear-gradient(to bottom,transparent, #000);
    position: absolute;
    top: 0;
    bottom: 0;
    left:0;
    z-index: 1;
    right:0;
}
.post-img-container:hover ~ .post-content .post-title,
.blog-section-sidebar li a:hover ~ .post-content .post-title,
.video-playlist li a:hover ~ .post-content .post-title {
    color:#0909ca;
}
.single article .post-img-container .post-arrt::before {
    background: linear-gradient(to bottom,transparent, rgba(0, 0, 0, 0.698));
    content:none;
}
.post-read-more::after {
    content:"\f178";
    font-family: 'Font Awesome 5 Pro';
    margin: 0 5px;
}
.chabok-post-bt .datetime {
    color: #666;
    font-size: 12px;
}
.post-read-more:hover,
.post-read-more:focus {
    background-color: var(--mainBg);
    border-color: var(--mainBg);
    transition: all 200ms;
    color:#fff;
}
.blog-section-sidebar {
    padding-right: 40px;
    position: relative;
    list-style: none;
    margin: 0;
    width:100%;
}
.blog-section-sidebar::before {
    content: '';
    background: #ccc;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 10px;
}
.blog-section-sidebar li {
    float: right;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 95px;
}
.blog-section-sidebar.ftl.no-blog-bt li {
    width: 50%;
}
.chabok-post-bt {
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px #eee;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}
.blog-section-sidebar a.pst-link {
    width: 110px;
    height: 75px;
    float: right;
    min-width: 110px;
    min-height: 75px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
.blog-section-sidebar.ftl.no-blog-bt a.pst-link {
    min-width: 120px;
    min-height: 120px;
    margin-left: 0;
}
.blog-section-sidebar a.pst-link:hover::before {
    content: '';
    background:linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.37));
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;

}
.blog-section-sidebar img {
    width: 100%;
    height: 100%;
}
.blog-section-sidebar li h4.post-title {
    margin: 0;
    font-size: 14px;
}
.blog-section-sidebar p {
    display: -webkit-box;
    color: #888;
    font-size: 13px;
    margin-top: 4px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.chabok-video-section {
    width: 100%;
    background: #262626;
    padding: 170px 0;
    background-image: url('img/pattern3.png');
    background-repeat: no-repeat;
    background-size: cover !important;
}
.vlog-white .chabok-video-section {
    background:#fff;
}
.edit-04.vlog-white .chabok-video-section {
    padding: 150px 0 100px;
}
.chabok-video-section video {
    max-width: 100%;
    height: auto;
}
.vlog-title {
    color: #e68201; margin-top: -21px;margin-bottom: 18px;
}
.vlog-white .vlog-title {
    color:#555;
}
.post-content .v-text {
    margin-bottom: 6px;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.video-playlist li a::after,
.video-widget .chabok-widget-bg-image::after,
.video-widget .g-img-hold::after  {
    content: '\f144';
    font-family: 'font awesome 5 pro';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 30px;
    width: 30px;
    margin: auto;
    font-size: 31px;
    color: #e68201;
    line-height: 1;
    background:#000;
    border-radius: 100px;
}
.video-playlist li a::before,
.video-widget .chabok-widget-bg-image::before,
.video-widget .g-img-hold::before  {
    content: '';
    background: rgba(0, 0, 0, 0.361);
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
.chabok-products-widget .g-img-hold::before {
    content:none;
}
.chabok-products-widget .g-img-hold {
    border:1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
}
.post-content .view-count {
    margin:0 10px;
}
.chabok-large-video-title {
    text-align: center;
    color: #aaa;
    font-size: 17px;
    margin-bottom: 16px;
}
.vlog-white .chabok-large-video-title {
    color:#555;
}
.video-playlist {
    list-style: none;
    padding: 0;
    margin: -40px 0 0 0;
    border-right: 1px solid #444;
    padding-right: 27px;
    width: 100%;
}
.vlog-white .video-playlist {
    border-color:#eee !important;
}
.video-playlist li {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.video-playlist a {
    min-width: 170px;
    min-height: 110px;
    overflow: hidden;
    display: block;
    border-radius: 10px;
    margin-right: 16px;
    max-width: 170px;
    max-height: 110px;
    transition: all 200ms;
    position: relative;
}
.term-subtitle {
    text-align: center;
    color: #000097;
    font-weight: bold;
}
.video-playlist a:hover + .post-content h4 {
    transition: all 200ms;
    color: #e68201;
}
.video-playlist a:hover + .post-content p {
    color:#8e8e8e;
    transition: all 200ms;
}
.video-playlist li a:hover::after {
    color: #ff9205;
}
.video-playlist img {
    width: 100%;
    height: 100%;
}
.video-playlist .post-content .post-title {
    color: #999;
    font-size: 15px;
}
.vlog-white .video-playlist .post-content .post-title {
    color:#555;
}
.video-embedder-container {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}
.video-embedder-container img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    border-radius: 12px;
}
.video-embedder-container iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.video-playlist .post-content p {
    font-size: 13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    transition: all 200ms;
}
.no-product-found {
    text-align: center;
  margin: auto;
}
.no-product-found i {
    font-size: 81px;
}
.product-bg-text  {
    -webkit-text-stroke-color: #dedede;
    text-transform: fadeInLeft;
    text-align: center;
    margin-bottom: -150px;
}
.newsletter-form input {
    border-radius: 100px;
    width: 100%;
    padding-right: 20px;
    color: #777;
    border-radius: 9px;
}
.newsletter-btn {
	right: 0;
	left:auto;
	position: absolute;
	border-radius: 4px;
	transform: translateX(0) !important;
	font-size: 13px;
	font-family: 'yekan';
}
.chabok-servises-title, 
.chabok-diseasess-title, 
.chabok-products-title,
.chabok-blog-title {
    position: relative;

}
.chabok-servises-title h2, 
.chabok-products-title h2, 
.chabok-blog-title h2 {
    position: absolute;
    top: 40px;
    font-size: 50px;
    left: 45px;
}
.product-items {
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.items-is-icon {
    margin:100px 0;
}
.items-is-icon.model-2 {
    margin-top:50px
}
.graycolored .items-is-icon {
    margin:100px 0 30px;
}
.graycolored .items-is-icon.model-2 {
    margin-top:50px
}
.product-cat-blk {
    display: block;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 37px;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-shadow: 0 0 28px #e3e3e3;
    transition: all 200ms;
    position: relative;
}
.cat-count {
    position: absolute;
    left: 20px;
    top: 21px;
    color:#777;
}

.cat-count span {
    border-left: 1px solid #ccc;
    padding: 0 13px;
    margin-left: 9px;
    font-family: 'yekan';
    visibility: hidden;
}
.product-cat-blk:hover .cat-count span {
    visibility: visible;
}
.product-cat-blk:hover .cat-count i::before {
    content:'\f07c';
}
.product-cat-blk:hover {
    transform: translateY(-20px);
    transition: all 200ms;
}
.product-cat-blk img {
    max-width: 240px;
    margin: auto;
}
.product-cat-blk h2 {
    font-size: 19px;
    /*
    font-weight: 900;
    */
    font-weight: 800;
    color: #666;
    width: 100%;
    text-align: center;
}
.product-items .chabok-col-20,
.product-items .chabok-col-25 {
    margin-bottom: 20px;
}
.chabok-blog-title h2 {
    color:#444;
}
.product-items .product-item {
    width: 25%;
    float: right;
    padding: 0 10px;
    border-radius: 10px;
    overflow: unset;
    display: block;
    margin-bottom: 26px;
}
article.archive-description {
    margin: 60px 0 0;
    clear: both;
    background: var(--secondBg);
    padding: 73px 0;
    margin-bottom: 40px;
}
.product-items .product-item-block a {
    width: 100%;
}
.product-item img {
    transform: scale(1);
    transition: all 200ms;
    position: relative;
    z-index: 1;

}
.product-item:hover img {
    transform: scale(1.1);
    transition: all 200ms;
}


.product-img-holder {
    overflow: hidden;
    position: relative;
    border-radius: 15px;
    box-shadow: 0 0 12px #ccc;
    border: 1px solid #fff;
    transition: all 300ms;
}
.product-item:hover .product-img-holder::before {
    content:'';
    background: rgba(255, 0, 0, 0.07);
    position: absolute;
    top:0;
    transition: all 300ms;
    left:0;
    bottom:0;
    z-index: 2;
    right:0;
}

.product-item h2 {
    font-size: 16px;
    font-weight: 700;
}
.product-item:hover h2 {
    color:#f76e1d;
}
.site-text {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 69px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #b3b3b3;
    /*
    font-weight: 900;
    */
    font-weight: 800;
}
.chabok-service-box, 
.chabok-product-box,
.chabok-post-box {
    border: 1px solid #eee;
    text-align: center;
    min-height:250px;
    position: relative;
    direction: ltr;
    overflow: hidden;
    height: 100%;
}
.chabok-product-box {
    border-radius: 10px;
    border: 0;
    box-shadow: 0 0px 17px -17px rgba(0, 0, 0, 0.46);
    padding: 20px;
    background:#fff;
    margin-bottom: 20px;
    transform: translateY(0);
    transition: all 200ms;
}
.chabok-product-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 33px 16px -19px rgba(0, 0, 0, 0.41);
    transition: all 200ms;
}
.chabok-product-thumbs-holder {
    height: 250px;
    max-width: 275px;
    margin: auto;
    background-size: 99% !important;
    width: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    transition: ease-out 200ms;
}
.chabok-product-thumbs-holder i {
    font-size: 85px;
    margin-top: 76px;
    color: #777;
}
.chabok-more-product-items .chabok-product-title  {
    text-align: center;
}
.chabok-more-product-items .more-btn {
    width: 100%;
    text-align: center;
    background: transparent;
    box-shadow: none;
    border: 1px solid #ccc;
}
.chabok-more-product-items .more-btn:hover {
    background-color: var(--mainBg);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.09);
    border:0;
}
.chabok-product-box:hover .chabok-product-thumbs-holder {
    background-size: 107% !important;
    transition: ease-in 300ms;
}
.chabok-product-thumbs-holder.small-holder {
    height: 150px;
}
.fancybox-stage {
    background:#fff;
}
.fancybox-show-thumbs .fancybox-thumbs {
    background: #fff;
    border-top: 1px solid #eee;
}
.chabok-product-section-title {
    width:100%;
    position: relative;
    margin-bottom: 30px;
}
.chabok-product-section-title.model-2 {
    background-color: transparent;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 40px;
}
.sec-title-with-bob::before {
    content: '';
    background: var(--mainBg);
    height: 1px;
    width: 100%;
    max-width: 700px;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 16px;
}
.bluedark-theme .sec-title-with-bob::before {
    background: var(--blueDark);
}
#customers-club {
    padding: 40px 0 100px;
    overflow: unset;
    background-color: #ececec;
    position: relative;
}
.bluedark-theme #customers-club {
    background-color: var(--blueDark);
    background-image: url('img/background.webp');
    background-attachment: fixed;
    background-position: top center;
}
.bluedark-theme .chabok-uses-section {
    position: relative;
}
.bluedark-theme .chabok-uses-section::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url('img/background.webp');
    background-attachment: fixed;
    background-position: top center;
}
#customers-club::before {
  content: '';
  background: url('img/customer-bg.png');
  position: absolute;
  left: 0;
  height: 69%;
  width: 56%;
  opacity: 0.3;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
}
.bluedark-theme #customers-club::before {
    content:none;
}

.chabok-box-login-customer,
.chabok-arm-box {
    background: #fff;
    max-width: 450px;
    margin: 140px auto 10px;
    border-radius: 27px;
    box-shadow: 0 0 100px #eee;
    padding: 85px;
    text-align: center;
}
.chabok-arm-news,
#QA .chabok-arm-box,
#QA .chabok-faq-content,
.chabok-section.chabok-counter-section {
        border:3px solid var(--brandBg);
}
.bluedark-theme .chabok-box-login-customer {
    background: var(--mainBg);
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.039);
}
#datacenter {
  padding: 100px 0;
}
.chabok-box-login-customer h3 {
    /*font-weight: 900;*/
    font-weight: 900;
    margin-bottom: 40px;font-size: 30px;
    text-shadow: var(--textShadow);
}
.bluedark-theme .chabok-box-login-customer h3 {
    text-shadow: none;
    color:var(--blueDark);
}
.bluedark-theme .chabok-box-login-customer .chabok-btn.yellow-btn {
    background-color: var(--blueDark);
    color:#fff;
}
.chabok-box-login-customer button {
    min-width: 180px;
}
.ovh-set {
    overflow: hidden;
}
.ovh-unset {
    overflow: unset !important;
}
.svg-bottom-line {
  position: absolute;
  left: 0;
  bottom: 0;
}
.uploaded-img {
    max-width: 450px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.uploaded-img ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 65%;
    text-align: left;
    justify-content: left;
}
.uploaded-img ul li {
    float: right;
    margin: 0 4px;
}
.chabok-upload-txt {
    width: 35%;
}
.bluedark-theme .chabok-upload-txt {
    color:#ccc;
}
.topti {
  display: block;
  font-weight: 800;
  color: var(--blueDark);
}
.bluedark-theme .topti {
    color:#eee;
}
.uploaded-img ul li img {
    width: 60px;
    height: 60px;
    border-radius: 12px;
}

/*marqure */
.chabok-container-cs {
    display: grid;
  place-content: center;
  font-family: system-ui;
  font-size: 1.125rem;
  direction: ltr;
}

.scroller {
    max-width: 1200px;
  }
  
  .scroller__inner {
    padding-block: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  
  .scroller[data-animated="true"] {
    overflow: hidden;
    -webkit-mask: linear-gradient(
      90deg,
      transparent,
      white 20%,
      white 80%,
      transparent
    );
    mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
  }
  
  .scroller[data-animated="true"] .scroller__inner {
    width: max-content;
    flex-wrap: nowrap;
    animation: scroll var(--_animation-duration, 40s)
      var(--_animation-direction, forwards) linear infinite;
  }
  
  .scroller[data-direction="right"] {
    --_animation-direction: reverse;
  }
  
  .scroller[data-direction="left"] {
    --_animation-direction: forwards;
  }
  
  .scroller[data-speed="fast"] {
    --_animation-duration: 20s;
  }
  
  .scroller[data-speed="slow"] {
    --_animation-duration: 60s;
  }
  
  @keyframes scroll {
    to {
      transform: translate(calc(-50% - 0.5rem));
    }
  }

  .tag-list {
    margin: 0;
    padding-inline: 0;
    list-style: none;
  }
  
  .tag-list li {
    padding: 1rem;
    background: var(--clr-primary-400);
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem -0.25rem var(--clr-primary-900);
    width: 230px;
  }
  
  /* for testing purposed to ensure the animation lined up correctly */
  .test {
    background: red !important;
  }
    



.sec-title-with-bob {
    position: relative;
}
.armpipe-mist img {
  width: 375px;
}
.armpipe-mist h2 {
    /*
  font-weight: 900;
  */
  font-weight: 800;
  color: #555;
  font-family: 'iransans';
  margin: 0;
}
.bluedark-theme .armpipe-mist h2 {
    color:#fff;
}
.bluedark-theme .armpipe-mist p {
    color:#fff;
}
.bluedark-theme .armpipe-mist p span {
    background: var(--mainBg);
    color: var(--blueDark);
}
.nu72 {
    font-size: 12px;
}
.bluedark-theme .nu72 {
    color:#fff;
}
.armpipe-mist h2 span {
    color: var(--mainBg);
    font-size: 32px;
    margin: 0;
}
.armpipe-mist p span {
    background: var(--blueDark);
    color: #fff;
    padding: 2px 16px;
    border-radius: 9px;
    font-weight: 800;
}
.armpipe-mist p {
    margin: 0;
    font-size: 18px;
}
.svg-bottom-line {
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
}
.svg-bottom-line path,
.svg-top-line path,
.svg-arrow path,
.svg-arrow-top path {
  fill: #b1e2ff;
}
.bluedark-theme .svg-bottom-line path, 
.bluedark-theme .svg-top-line path, 
.bluedark-theme .svg-arrow path,
.svg-arrow-top path {
    opacity: 0.2;
}
.svg-arrow {
  position: absolute;
  bottom: 22px;
  transform: rotate(125deg);
  left: 17px;
}
.svg-top-line {
  position: absolute;
  left: 0;
  transform: rotate(-90deg);
}
.svg-arrow-top {
    position: absolute;
    right: 100px;
    top: 100px;
    transform: rotate(57deg);
}

.chabok-product-section-title.model-3 {
    background-color: #fff;
    box-shadow: none;
}
.chabok-product-section-title.model-2 .sec-title-with-bob,
.chabok-product-section-title.model-3 .sec-title-with-bob  {
    justify-content: center;
}
.text-for-product {
    margin-bottom: -20px;
    font-weight: 800;
    color: #555;
    margin-top: 40px;
}
.text-for-product::before {
    content: '';
    width: 31px;
    height: 15px;
    background: var(--mainBg);
    border-radius: 100px;
    float: left;
    margin: 0 10px;
    top: 13px;
    position: relative;
}

.chabok-product-section-title .product-top-text {
    color: #b50506;
    z-index: 3;
    position: relative;
}

.chabok-product-section-title.model-2 .products-title-container::after,
.chabok-product-section-title.model-3 .products-title-container::after {
    content:none;
}

.chabok-product-section-title.model-3::after {
    border-top: 30px solid #fff;
    content:none;
}
.chabok-product-section-title.model-2::after {
    content:none;
   
}
.chabok-product-section-title.model-2 .sec-title-with-bob::after,
.chabok-product-section-title.model-3 .sec-title-with-bob::after {
    content: '';
    width: 0;
    height: 0;
    bottom: -58px;
    border-top: 30px solid #fff;
    border-bottom: 30px solid #0000;
    position: absolute;
    z-index: 999;
    border-right: 30px solid #0000;
    border-left: 30px solid transparent;
    left: 0;
    right: 0;
    margin: auto;
}
.chabok-product-section-title h2,
.chabok-product-section-title h1 {
    text-align: center;
    display: block;
    width: 100%;
    padding: 0 20px;
    /*
    font-weight: 900;
    */
    font-weight: 800;
    font-size: 30px;
    letter-spacing: 1px;
    color: var(--mainBg);
    background: var(--sectionBg);
    margin: 0;
    position: relative;
    max-width: max-content;
    margin: auto;
    text-shadow: var(--textShadow);
}
.chabok-product-section-title.archive-pr-title {
    margin-top: 46px;
}
.chabok-product-section-title.archive-pr-title h2,
.chabok-product-section-title.archive-pr-title h1 {
    background:var(--secondBg);
}
.chabok-product-section-title::after {
    content:'';
}
.chabok-product-section-title.model-2 h2 {
    border: 1px solid #fff;padding: 26px;border-radius: 20px;
    /* font-weight: 900; */
    background-color: #fff;box-shadow: 0 0 17px #eee;color:#444;
}
.chabok-product-section-title.model-3 h2 {
    /*
    font-weight: 900;
    */
    font-weight: 800;
    color:#444;
}

.chabok-product-section-title.model-2 h2 img,
.chabok-product-section-title.model-3 h2 img {
    width: 210px;
}

.products-footer-section {
    padding: 24px 0 45px;
    background-color: #fff;
    border-top: 5px solid #fff;
}
.graycolored .products-footer-section {
    background-color: #f9f9f9;
    border-top: 0;
}
.blog-hashtags.products-footer-section {
        background-color: #f9f9f9;
        border-top: 0;
        padding: 35px 0 23px;
}
/*
.edit-02 .products-footer-section {
    display: none;
}
*/
.products-footer-section.ftl::before {
    content:'';
    width: 0;
    height: 0;
    border-top: 30px solid #fec63100;
    border-bottom: 30px solid #fff;
    position: absolute;
    z-index: 999;
    border-right: 30px solid #0000;
    border-left: 30px solid transparent;
    left: 0;
    right: 0;
    margin: auto;
    top: -63px;
}
.graycolored .products-footer-section.ftl::before {
    content: none;
}
.products-footer-section strong {
    color: #f76e1d;
    font-size: 17px;
}
.graycolored .products-footer-section strong {
    color:#555;
}
.products-footer-section a.taglink {
    background: #fff;
    margin: 0 10px 10px;
    padding: 6px 20px;
    border-radius: 35px;
    color: #000;
    border: 1px solid #999;
    transition: all 200ms;
    display: inline-block;
}
.products-footer-section a.taglink:hover {
    background:#fc7a2f;
    border-color: #fc7a2f;
    transition: all 300ms;
    color:#fff;
}
.graycolored .products-footer-section a.taglink:hover {
    background:none;
    color:#fc7a2f;
}
.more-products-link {
    color:#f76e1d;
}
.graycolored .more-products-link {
    color:#979797;
    margin-top: 1px;
    border: 1px solid #979797;
    padding: 0 10px;
    border-radius: 20px;
}
.more-products-link:hover,
.more-products-link:focus {
    color:var(--blueDark);
    border-color: var(--blueDark);
}

.more-products-link::before {
    content: "\f0a9";
    font-family: 'Font Awesome 5 Pro';
    float: right;
    font-size: 16px;
    line-height: normal;
    margin-left: 14px;
    top: 3px;
    position: relative;
}
.only-in-modal {
    display: none;
}
.chabok-product-modal.chabok-active,
.chabok-slogan-modal.chabok-active {
    visibility: visible;
    opacity: 1;
}
.chabok-product-modal,.chabok-slogan-modal {
    position: relative;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
}
.chabok-product-share,.chabok-slogan-modal-content {
    clear: both;
    width: 100%;
    float: left;
    text-align: right;
    border-top: 1px solid #eee;
    position: fixed;
    top: 10%;
    bottom: 10%;
    right: 0;
    left: 0;
    margin: auto;
    background: #fff;
    z-index: 999;
    max-width: 460px;
    max-height: 300px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.22);
    border-radius: 4px;
    transition: all 200ms;
    transform: translateY(100%);
}
.chabok-product-share a:hover {
    background: #eab005;
    color: #fff;
    border-color: #eab005;
    transition: all 300ms;
}
.chabok-slogan-modal-content {
    top: auto;
    bottom: 0;
    height: auto;
    max-width: 1200px;
    border: 0;
    box-shadow: 0 0 31px #0000;
    border-radius: 15px 15px 0px 0px;
    bottom: 0;
    padding-bottom: 50px;
    margin-top: 0;
    max-height: 100% !important;
    margin-bottom: 0;
}
.chabok-modal-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.slogan-modal-text {
	padding-right: 45px;
	padding-left: 45px;
    border-left: 1px solid #eee;
}
.slogan-modal-icon {
    font-size: 70px;
    text-align: center;
}
p.slogan-modal-text {
    text-align: justify;
    text-justify: distribute;
    word-spacing: -1px;
}
.slogan-modal-title {
    text-align: center;
    font-size: 22px;
    font-weight: 800;
}
.chabok-slogan-modal.chabok-active .chabok-slogan-modal-content {
    transform: translateY(0);
}

.modal-header {
    text-align: left;
    padding: 10px;
    font-size: 17px;
    border-bottom: 1px solid #eee;
    margin-bottom: 16px;
}
.slogan-toggle.chabok-active::before {
    content: '';
    background: rgba(0, 0, 0, 0.18);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 101;
}
.slogan-modal-text p {
    text-align: justify !important;
    text-justify: distribute;
    word-spacing: -1px;
}

.close-share-modal,
.slogan-close-modal {
    float: right;
    top: 8px;
    position: relative;
    right: 8px;
    cursor: pointer;
}
.chabok-modal-content {
    float: right;
    width: 100%;
    padding: 0 11px;
}
.chabok-product-share-social {
    width: 100%;
    float: left;
    line-height: 1;
    text-align: center;
}
.chabok-product-share a {
    color: rgb(133, 133, 133);
    font-size: 28px;
    display: inline-block;
    background-color: #fff;
    border: 1px solid;
    width: 50px;
    height: 50px;
    line-height: 2;
    margin: 6px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 28%;
    opacity: 0.99;
}
.chabok-product-short-link {
    width: 100%;
    text-align: center;
    float: right;
}
.share-toggle.chabok-active::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.532);
    z-index: 999;
  }
.share-toggle {
    cursor: pointer;
}
.short-url {
    height: 38px;
    width: 100%;
    display: inline-block;
    background-color: #fff;
    margin: 9px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid #ccc;
    opacity: 0.99;
    line-height: 3;
    padding: 0 7px;
    font-size: 13px;
    cursor: pointer;
    max-width: 300px;
}
.short-url:hover {
    background: #ffca2c;
    color:#fff;
    transition: all 200ms;
    border-color: #ffca2c;
}
.qa-title-category {
    text-align: center;
    width: 100% !important;
    max-width: 100% !important;
    color:#555 !important;
}
.chabok-product-share textarea {
    position: absolute;
    width: 0;
    height: 0;
    resize: none;
    background: none;
    border: none;
    max-width: 0;
    max-height: 0;
    top: -20px;
}

.chabok-product-modal.chabok-active .chabok-product-share {
    transition: all 200ms;
    transform: translateY(0%);
}
.chabok-product-title p {
    font-size: 14px;
    color: #666;
    margin: 0;
    text-align: left;
}
.chabok-product-hoverable {
    margin: 20px 0;
    text-align: right;
    float: left;
    width: 100%;
}
.chabok-product-hoverable i {
    float: left;
    font-size: 32px;
    padding: 8px 0;
}
.chabok-modal-content p {
    font-size: 15px;
    text-align: center;
}
.sec-title-with-bob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-content: center;
    align-items: center;
}
.sec-title-with-bob.pr-sec {
    margin-top: 50px;
    float: right;
    width: 100%;
    position: relative;
}
.pr-tit {
    position: relative;
    float: left;
    margin-bottom: 60px;
    width: 100%;
}
.pr-tit::after {
    content: '';
    background-image: url('img/dot-bg.png');
    background-repeat: no-repeat;
    position: absolute;
    width: 200px;
    height: 200px;
    background-position: left top;
    z-index: 1;
    opacity: 1;
    left: auto;
    right: 10px;
    bottom: -25px;
    top: auto;
    transform: rotate(180deg);
  }
  .pr-tit p {
    padding-right: 40px;
    text-align: justify;
  }
.sec-title-with-bob .bob {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    position: relative;
    margin-right: 16px;
}
.sec-title-with-bob .bob span {
    width: 18px;
    height: 18px;
    background: #545454;
    display: block;
    border-radius: 3px;
    position: absolute;
}
.sec-title-with-bob .bob span:nth-child(1) {
    left:0;
    top:0;
}
.sec-title-with-bob .bob span:nth-child(2) {
    right:0;
    top:0;
}
.sec-title-with-bob .bob span:nth-child(3) {
    right:0;
    bottom:0;
}
.sec-title-with-bob .bob span:nth-child(4) {
    left:0;
    bottom:0;
}

.sec-title-with-bob .bob span:nth-child(2),
.sec-title-with-bob .bob span:nth-child(4) {
    background:rgb(242, 133, 72);
}
.graycolored .sec-title-with-bob .bob span:nth-child(2), 
.graycolored .sec-title-with-bob .bob span:nth-child(4) {
    background: rgb(254, 203, 47);
}
#chabok-search-btn.chabok-search-btn-c {
    position: absolute;
}
.chabok-product-title h2 {
    font-size: 18px;
    color: #444;
    margin-bottom: 0;
    text-align: left;
}
.chabok-product-box.small-box h2 {
    height:58px;
}
.chabok-service-box.reusable-service-box {
    overflow: hidden;
    margin-bottom: 20px;
}
.blog-post-article {
    overflow: hidden;background: #fff;padding: 0px 0;box-shadow: 0 0 10px #ccc;border-radius: 25px;
    width: 100%;
    margin-bottom: 35px;
}
.blog-post-article article {
    padding: 0;
    margin:0;
}
.blog-post-article .sidebar-is-or-not-fix {
    box-shadow: none;
}
.chabok-blog-post {
    box-shadow: 0 0 14px #eee;margin-bottom: 20px;
}
.single-post-with-breadcrumb .chabok-breadcrumb.blog-bg {
    background-image: url('img/bg-blog.jpg');
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height:450px;
}
.single-post-with-breadcrumb.bluedarked {
    background-color: var(--blueDark);
}
.single-post-with-breadcrumb.bluedarked h1.blog-main-title {
    color:#fff;
}
.single-post-with-breadcrumb.bluedarked p.blog-main-desc {
    color:#eee;
}
.blog-bg .chabok-single-title {
    text-align: center;
    display: block;
    width: 100%;
    max-width: 100%;
    margin-top: 200px;
    color: yellow;
}

.single-video .chabok-breadcrumb.video-breadcrumb {
    height: 300px;
    margin-bottom: -210px;
}


.blog-bg p,
.archive-video-breadcrumb p {
    color:#eee;
    text-align: center;
}
.blog-page article {
    width:100%;
}
.chabok-post-box {
    background:#fff;
    border:0;
    box-shadow: 0 0 13px #ccc;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

.chabok-service-item {

}

.chabok-about-text-blk {
    position: relative;
}
.about-btn-divider {
    position: relative;
    float: right;
    width: 100%;
    z-index: 2;
}
.about-btn-divider a {
    float: right;
}
.about-btn-divider::before {
    content: '';
    background: #eee;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
  }
.chabok-service-title, .chabok-diseases-title, .chabok-post-title {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    width: 100%;
    align-items: center;
    height:100px;
}
.blog-items-container {
    width: 100%;
  }
.chabok-post-title {
        display: block;
        height: auto;
        overflow: hidden;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 20px;
    
}
.img-standard-logo {
    width: 340px;
    margin-top: 14px;
    max-width: 340px;
}
.chabok-service-box h2, .chabok-diseases-box h2, .chabok-post-title h2 {
   font-size: 20px;
   color:#555;
   width:100%;
}
.chabok-diseases-box h2 {
    color:#fff;
}
.chabok-post-title h2 {
    margin-top:0;
    font-size: 16px;
    color: #555;
    width: 100%;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.chabok-post-title {
    text-align: left;
}
.chabok-post-title small {
    display: block;
    color:#666;
    margin-top: 15px;
    height:25px;
}
.chabok-service-hoverable, .chabok-diseases-hoverable {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    background-color: rgba(4, 4, 4, 0.812);
    height: 100%;
    padding: 15px;
    color:#fff;
    transition: top 300ms;
}

.chabok-diseases-hoverable {
    background-color: #13192c;
    background-image:url('img/pattern4.png');
    background-repeat: no-repeat;
    background-position: right -100px top -20px;
    color: #fff;
    text-align: left;
    text-justify: distribute;
}

.hoverable-title {
    color:yellow;
    font-size:22px;
    font-weight: bold;
}

.chabok-diseases-hoverable {}

.chabok-service-box:hover .chabok-service-hoverable, 
.chabok-diseases-box:hover .chabok-diseases-hoverable {
    top:0;
    transition: top 300ms;
}

.chabok-diseases-box:hover .chabok-diseases-hoverable {

}
.chabok-service-section {
    background: #222;
    margin-top: 28px;
    padding-top: 30px;
    padding-bottom: 50px;
}
.chabok-service-section .chabok-servises-title h2 {
    font-size: 25px;
    color: #000;
    background: #fdd01d;
    padding: 4px 29px;
    border-radius: 100px;
    margin: 71px auto;
    width: 350px;
    text-align: center;
    left: 0;
    right:0;
    font-weight: 800;
    border-top-right-radius: 0;
}

.chabok-service-section .chabok-service-box {
    border: 0;
    margin-bottom: 20px;
}
.chabok-service-section .chabok-service-title {
    position: absolute;
    bottom: 0px;
    color: #fff;
    background-image: linear-gradient(to bottom,#0000,#000);
}
.chabok-service-section  .chabok-servises-title {
    margin-bottom: 25px;
}
.chabok-service-section .chabok-service-box .chabok-service-icon img {
    width:100%;
    height:auto;
    margin:0px auto;
}
.chabok-service-section .chabok-service-box h2 {
    color:#fff;
}
.chabok-diseases-box .chabok-diseases-icon img {
    width:100%;
    height:100%;
    max-height:250px;
}
.front-blog-side-title {

        font-size: 22px;
        margin-top: 12px;
        padding: 0;
    
}
.chabok-blog-section {
    background-color: #fff;
    background-image: url("img/pattern3.png");
    background-position: center center;
    background-repeat: no-repeat;
    padding-top:0px;
    padding-bottom: 30px;
    background-size: cover;
}
.chabok-blog-section.blog-front-page {
    background-color: var(--secondBg) !important;
    margin-bottom: 0;
}
#blog-slider-main {
    width: 66%;
    float: right;
}
.chabok-two-banner {
    width: 34%;
    float: right;
    padding-right: 13px;
}
.chabok-two-banner .chabok-col-100 {
    margin-bottom: 25px;
}
.chabok-blog-section.blog-front-page h2 {
    background: var(--secondBg);
}
.blog-main-article {
    overflow: hidden;
    margin-bottom: 50px;
}
.chabok-blog-section.blog-front-page.bluedarked h2 {
    background:var(--blueDark);
}
.chabok-blog-section.blog-front-page.bluedarked .sec-title-with-bob::before {
    background: var(--mainBg);
}
.chabok-blog-section.blog-front-page.bluedarked .small-desc-c {
    color:#eee;
}
.chabok-blog-section.blog-front-page.slider-sec {
    background-color: #fff !important;
    padding-top: 50px !important;
    padding-bottom: 30px !important;
    margin-bottom: 0px;
}
.chabok-blog-section.blog-front-page.slider-sec.bluedarked {
    padding-top: 10px !important;
}
.chabok-blog-section.blog-front-page.slider-sec.bluedarked,
.chabok-blog-section.blog-front-page.bluedarked {
    background-color: var(--blueDark) !important;
}
.blog-front-title {
    text-align: center;margin-bottom: 100px;background: #fff;padding: 14px;border-radius: 14px;
    margin-bottom: 30px;
}
.blog-front-title .blog-page-title {
    text-align: center;
    line-height: 1;
    color: #eee;
}
.blog-front-title .blog-bg-text {
    text-align: center !important;
}
.edit-04 .chabok-blog-section {
    background-color: #fff;
    padding: 100px 0 60px;
}
.blog-section-sidebar.ftl.no-blog-bt {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.blog-section-sidebar.ftl.no-blog-bt::before {
    content:none;
}
.chabok-next, .chabok-prev {
    position: absolute;
    top: 56%;
    background: #444;
    z-index: 99;
    text-align: center;
    font-size: 29px;
    color: #ccc;
    cursor: pointer;
    transition: all 300ms;
    border-radius: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    left: -25px;

}

.chabok-product-section {
    background-color: #fff;
    background-image: url("img/pattern6-ltr.png");
    background-position: top right;
    background-repeat: no-repeat;
    padding-top:50px;
    padding-bottom: 80px;
}
.arm-lab-content {
    text-align: left;
    margin: 0 10px;
}
.product-category-section {
    width: 100%;float: right;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.arm-lab {
    position: relative;
    transition: all 300ms;
}
.arm-lab:hover img {
    filter: brightness(0);
    transition: all 300ms;
}
.arm-lab:hover {
    background-color: var(--mainBg);
    color: #000;
    transition: all 300ms;
}
.arm-lab a {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    left: 0;
    bottom: 0;
}
.chabok-lab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.page-article.with-dls {
    margin-bottom: -20px;
    background: #f3f3f3;
    padding-top: 10px;
}
.chabok-lab .chabok-col-33 {
    margin-bottom: 20px;
}
.chabok-lab .chabok-col-33:nth-child(1), .chabok-lab .chabok-col-33:nth-child(4), .chabok-lab .chabok-col-33:nth-child(7) {
    padding-right: 0;
}
.chabok-lab .chabok-col-33:nth-child(3), .chabok-lab .chabok-col-33:nth-child(6), .chabok-lab .chabok-col-33:nth-child(9) {
    padding-left: 0;
}
.arm-lab-img {
    margin:0 10px;
}
.arm-lab-img img {
    width: 50px;
    height: 50px;
    transition: all 300ms;
}
.arm-lab {
    background-color: var(--blueDark);
    background-image: url('img/pattern4.png');
    background-size: 290px;
    color: #fff;
    padding: 20px;
    border-radius: 12px;
    height: 100%;
    background-position: right center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.graycolored .chabok-product-section {
    background-image: none;
    margin-bottom: 0;
}
.bluedark-theme.graycolored .archive-product-bread.chabok-product-section {
    background-color: var(--blueDark);
    background-image: url("img/pattern6-ltr.png");

}
.bluedark-theme.graycolored .archive-product-bread .sec-title-with-bob::before {
    background: var(--mainBg);
}
.bluedark-theme.graycolored .archive-product-bread .chabok-product-section-title.archive-pr-title h1 {
    background:var(--blueDark);
    text-shadow: none;
}
.product-cat-item.noshadow  {
    box-shadow: none !important;
}
/*
.edit-02 .chabok-product-section {
    padding: 100px 0;
    background:#eee;
   background-image: url('img/bg-yellow-1.png');
    background-repeat: no-repeat;
    background-position: top right;
}
.edit-02 .chabok-product-section::before {
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    background-image: url('img/bg-yellow-1.png')
}
*/


.doctor-img {
    height: 180px;
    background-size: cover !important;
    background-position: top center !important;
    position: relative;
    overflow: hidden;
}


.doctor-img::before {
    content: '';
    width: 0;
    height: 0;
    border: 22px solid transparent;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 22px;
    border-bottom: 12px solid rgb(255, 255, 255);
    position: absolute;
    bottom: 0px;
    left: 40%;
    
}

.chabok-doctor-hoverable {
    position: absolute;
    text-align: center;
    width:100%;
    left:0;
    top:110%;
    transition: 200ms all;
}

.chabok-doctor-box:hover  .chabok-doctor-hoverable {
    top:40%;
}

.chabok-doctor-name {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    height: 110px;
    overflow: hidden;
}

.chabok-doctor-name h2 {
    font-size: 15px;
    text-align: center;
    padding: 4px 10px;
    width:100%;
    height: 50px;
    overflow: hidden;
    margin-top: 0;
}

.chabok-doctor-name small {
    position: relative;
    padding-left: 25px;
 }
 .chabok-doctor-name small:before {
    content:"";
    position: absolute;
    left: 0;
    top: 0px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 20px solid rgb(91, 10, 184);
    border-bottom: 10px solid transparent;
 }

.chabok-doctor-box {
    background: #fff;
    box-shadow: 0 0 17px #eee;
    margin-bottom: 15px;
    height:300px;
}

.chabok-diseases-section.term-diseases-section {
    background-color: #fff;
}
.chabok-diseases-section.term-diseases-section .chabok-diseases-thumbs-holder {
    max-height:200px;
}

.chabok-diseases-section.term-diseases-section .term-diseases-title {
    color:#000;
    left:0;
    right:0;
    top:0;
    position: unset;
}

.chabok-diseases-section.term-diseases-section , .chabok-doctor-section.term-doctor-section {
    padding-top:20px;
    padding-bottom: 20px;
}

.chabok-diseases-section.term-diseases-section  .diseases-bg-text,
.chabok-doctor-section.term-doctor-section .doctor-bg-text {
    font-size:130px;
}

.chabok-diseases-section.term-diseases-section .chabok-diseasess-title h2,
.chabok-doctor-section.term-doctor-section .chabok-doctors-title h2 {
    font-size: 30px;
    text-transform: uppercase;
}

.chabok-post-thumbs-holder {
    width:100%;
    height:180px;
    background-size:cover !important;
    background-position: center;
}

.chabok-post-more-link::after {
    content: '\f067';
    font-family: 'Font Awesome 5 Pro';
    margin-left:10px;
}

.tour-icon-container {
    text-align: center;
    width:100px;
    height:100px;
    margin:10px auto;
}

.pd-rl:nth-child(1) {
    padding-left:0;
}
.pd-rl:nth-child(3) {
    padding-right:0;
}

.chabok-tour-box-reverse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.chabok-tour-content {
    border:1px solid #eee;
    padding:30px;
    border-bottom: 4px solid var(--mainBg);
}
.chabok-tour-content a img {
    transform: translateY(0px);
    transition: all 300ms;
}
.chabok-tour-content a:hover img {
    transform: translateY(-10px);
}

.chabok-tour-content h2 {
    font-size:20px;
}

.chabok-tour-content p {
    color:#666;
}

.chabok-tour-img-container,  .chabok-tour-content  {
    margin-top:10px;
    margin-bottom: 10px;
    height:400px;
    overflow: hidden;
    text-align: center;
    width:100%;
}

.chabok-tour-img-container {
    background-size: 100%;
    background-size: cover !important;
}

.post-loop-items {
    margin-bottom: 60px;
}

.post-content.new-face-content {
    float: right;
    width: 100%;
}
.chabok-row-list li {
	float: right;
	list-style: none;
	width: 48%;
	margin-right: 2%;
	margin-bottom: 5px;
	border-radius: 10px;
	display: flex;
	align-items: center;
}
.chabok-row-list li::before {
	content: '';
	min-width: 10px;
	min-height: 10px;
	display: block;
	background: var(--mainBg);
	border-radius: 11px;
	margin-right: 13px;
}
.chabok-row-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0;
    padding: 0;
}
.post-content.new-face-content .post-title {
    font-size: 15px;
  text-align: center;
  color: #555;
  font-weight: normal;
}
.post-loop-items .chabok-col-25 {
    margin-bottom: 10px;
    margin-top:10px;
}
.post-loop-items .video-widget {
    margin-bottom: 10px;
    margin-top:10px;
}

.post-loop-items .post-title {
    font-size: 17px;
}
.chabok-qa-bg-holder {
    overflow: hidden;
    margin-top: -25px;
    margin-bottom: 70px;
    background-position: center left;
    background-repeat: no-repeat;
    position: relative;
    /* background-image: url('img/pattern2.png'); */
    background-color: #f7f7f7;
    padding-top: 33px;
    padding-bottom: 60px;
}
.edit-04 .chabok-qa-bg-holder {
    background-color: #fff;
    margin-bottom: 0;
    padding-bottom: 50px;
}
.mg-auto {
    margin: 0 auto;
}
.chabok-bg-hold-qa {
    width: 70%;
    height: 100%;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    bottom: 0;
}

.chabok-qa-box {
    padding: 40px 86px 45px 86px;
    /* background-color: #fff; */
    /* background-image: url('img/pattern5.png'); */
    background-position: 422px 0px;
    background-repeat: no-repeat;
    /* border: 1px solid #333; */
    border-radius: 10px;
    text-align: center;
}

.chabok-faq-bg {
    padding: 30px 35px 30px 35px;
    cursor: pointer;
    color: #13192c;
    font-weight: 600;
    padding: 15px 35px;
    background-image: url('img/strock_pattern2.png');

}
.chabok-faq-content {
    border: 1px solid #cecece;
    border-radius: 10px;
    overflow: hidden;
}
.front-gallery-scroller {
    max-width: 700px;
    margin: auto;
}
.front-gallery-scroller img {
  border-radius: 21px;
  width: 100px;
  height: auto;
}
#QA .chabok-faq-content {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.078);
    margin:0 0 17px;
    border: 0;
    border-radius: 22px;
}
.chabok-qa-section .chabok-faq-q.chabok-faq-bg {
    background: #fff;
}
.faq-archive-cat {
    margin-top: -113px;
}
.chabok-faq-in-post {

    max-width:900px;
    margin:0 auto;
}

.chabok-btn-section-centered {
    margin:20px auto;
    text-align: center;
}
.chabok-faq-in-post .chabok-faq-bg {
    background-color: #eee;
    padding:5px 20px;
}

.chabok-faq-in-post .chabok-faq-q h4, .chabok-faq-in-post .chabok-faq-q h2 {
    font-size: 15px;
}

.chabok-faq-in-post h2.section-faq-title {
    text-align: center;
}
.chabok-faq-in-post h2.section-faq-title span {
    display: block;
}


.chabok-faq-q h4 , .chabok-faq-q h2 {
    font-size: 15px;
    font-weight: normal;
    font-family: 'iransans';
    margin:0;
    width:100%;
    color: #555;
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
}

.sidebar-faq .chabok-faq-q h4,
.sidebar-faq .chabok-faq-q h2 {
    font-size:15px;
    color: #444444;
    font-weight: normal;
}

.chabok-faq-q h4 span, .chabok-faq-q h2 span {
    width:100%;
}

.chabok-faq-q h4::after , .chabok-faq-q h2::after {
    content:'\f149';
    font-family: 'Font Awesome 5 Pro';
    float: right;
    width:50px;

}
.chabok-faq-toggle {
    border-bottom: 1px solid #eee;
}
.chabok-faq-toggle.chabok-active h2::after,
.chabok-faq-toggle.chabok-active h4::after {
    content: '\f148';   
}
.chabok-faq-q h4::before {
    content: '\f059';
    font-family: 'Font Awesome 5 Pro';
    margin-right: 14px;
  }

.chabok-faq-a {
    max-height:0;
    overflow: hidden;
    transition: all 600ms;
    padding: 0px 35px;
    background:#fff;
    font-size: 14px;
    color: #666;
}

.chabok-faq-a.chabok-active {
    max-height:300px;
    overflow: hidden;
    transition: all 600ms;
    border-top:1px solid #ccc;
}

.faq-box-loop {
    background: #fff;
    padding: 20px;
    height: 100%;
    border: 1px solid #ccc;
    border-radius: 9px;
}

.chabok-counter-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    text-align: left;
    margin-bottom: 20px;
}
.chabok-counter-holder {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.chabok-count-bg {
    position: absolute;
    left: -35px;
    top: 0px;
    font-size: 160px;
    font-weight: 600;
    color: #ffffff;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #efefef;
    line-height: 1.1;
    z-index: 1;
}
.chabok-counter-section {
    padding-bottom: 100px;
}
.counter-div {
    width:50%;
    margin:23px 0;
}
.chabok-count-num {
    font-size: 29px;
    font-weight: 600;
    color: var(--blueDark);
    z-index: 2;
    background: var(--mainBg);
    min-width: 80px;
    min-height: 70px;
    border-radius: 12px;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .chabok-count-num-container {
    position: relative;
  }
  .chabok-count-num-container::before {
    content: '';
    width: 80px;
    height: 80px;
    position: absolute;
    left: -10px;
    right: auto;
    top: -10px;
    background: #f5f5f5;
    border-radius: 12px;
  }
  .img-ab img {
    margin-bottom: 55px;
  }
  .img-ab {
    padding-left: 18px;
    padding-right: 0;
  }
.chabok-count-small {
    padding-left: 10px;
    font-size: 16px;
    font-weight: 800;
    color: #565969;
    z-index: 2;
}
.chabok-count-title {
    width: 100%;
    font-size: 13px;
    font-weight: 300;
    color: #13192c;
    position: relative;
    z-index: 2;
    padding-left:10px;
}

.chabok-comment-container.chabok-active {
    position: relative;  
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #13192c;
    background-image: url('img/revquote_white.png');
    box-shadow: 0 17px 20px rgba(21, 41, 106, 0.2);
    color: #fff;
    transition: all .6s;
}
.comment-content {
    width:80%;
    margin-left:5%;
    float: left;
}

.chabok-comment-author {
    font-size: 24px;
    color: var(--mainBg);
    font-weight: bold;
}
.comment-body .wpulike {
	right: 20px;
	top:0;
    position: absolute;
}
.comment-body .wpulike button,
.comment-body .wpulike button:hover,
.comment-body .wpulike button:focus {
    background: none;
    min-width: 19px;
    font-weight: 200;
}
.comment-body {
    color: #777;
    font-size: 14px;
}
.comments h2 {
    background: #f8f8f8;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    margin-top: 0;
}
.chabok-comment-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    direction: ltr;
    padding: 40px;
    margin-bottom: 35px;
    box-sizing: border-box;
    border: 1px solid #d3d4d8;
    background-image: url('img/revquote_gray.png');
    background-repeat: no-repeat;
    background-position: right -50px top -40px;
    transition: all .6s;
}
.chabok-comment-container .avatar {
    width: 85px;
    height: 85px;
    overflow: hidden;
    float: left;
}

.chabok-next:hover, .chabok-prev:hover {
background: #edce02;
color:#555;
}
.chabok-next {
    right:-25px;
    left:auto;
}

.chabok-bg-blue {
    background-color: rgb(61, 128, 228);
}
.chabok-bg-gray {
    background-color: #ffffff;
}

.dotted-bg {
    position: relative;
}
.dotted-bg::before {
    content: "";
    position: absolute;
    display: block;
    top: 0%;
    right:0;
    width: 100%;
    height: 110%;
    background-size: 12px 12px;
    background-position: center;
    background-image: radial-gradient(#3D80E4 14%, transparent 14%);
    -webkit-mask-image: radial-gradient(rgba(0,0,0,1),rgba(0,0,0,0) 75%);
    mask-image: radial-gradient(rgba(0,0,0,1),rgba(0,0,0,0) 75%);
    z-index: 0;
}

.dotted-bg::before {
    background-image: radial-gradient(rgba(255, 255, 255, 0.2) 14%, transparent 14%);
}

.dotted-bg.dotted-dark::before {
    background-image: radial-gradient(rgba(0, 0, 0, 0.88) 14%, rgba(255, 255, 255, 0.77) 14%);
}
.dotted-bg.dotted-dark.dotted-top-30::before {
    top:30px;
}
.dotted-bg.dotted-dark.dotted-left::before {
    left: 0;
    right:auto;
}

.chabok-icon-featured {
    text-align: center;background: #d6e8f9;padding: 23px;
}
.chabok-icon-featured i {
    font-size: 50px;
}

.chabok-title {margin-bottom: 20px;}

.archive-container {
    margin-top:-120px;
}
.chabok-term-bg-holder {
    width: 100%;
    min-height: 84vh;
    background-size: 100%;
    background-size: cover !important;
    position: relative;
    background-position:center right !important;
}
.chabok-term-bg-holder::before {
    content:'';
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    background-color: rgba(0, 0, 0, 0.4);
}
.chabok-term-main-content, .chabok-content-padder {
    padding: 25px 6%;
}

.why-you {
    padding:60px 0;
}
.chabok-why-content {

        overflow: hidden;
        background-image: none;
        position: relative;
}

.chabok-why-content .why-bg-1 {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-image: url('img/map-of-iran-rhino.png');
}
.chabok-why-content .why-bg-2, .media-img-holder-reasons {
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.why-bg-2 {
    height:47%;
    border-radius: 10px;
}
.media-img-holder-reasons {
    height:100%;
    width:100%;
}
.why-btn {
    text-align: right;
    margin-top: 35px;
}
.flex-cert {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.flex-cert img {
    width: 33.3333%;
    display: block;
    margin-right: 17px;
    border-radius: 14px;
}
.flex-cert img:last-child {
    margin-right:0;
}

.chabok-why-text {
    padding: 75px;
    box-shadow: #ccc 0 0 5px;
    position: relative;
    min-height: 300px;
    color: #fff;
}
.chabok-why-text.dark-blk {
    background-color: #00060d;
}
.chabok-why-text.light-blk {
    background-color: #fdd01d;
    color: #333;
    border-radius: 10px;
    background-image: url('img/pattern5.png');
    background-position: 294px top;
    background-repeat: no-repeat;
    text-align: justify;
    text-justify: distribute;
}
.cert-title {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
.cert-title span {
    padding:0 20px;
    background:#fff;
    position: relative;
    z-index: 2;
}
.cert-title::after,
.cert-title::before {
    content:'';
    background: #7d7c7c;
    height: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}
.cert-title::before {
    background: #fdc51d;
    width: 20px;
    right: auto;
    left: 0;
    height: 11px;
    z-index: 4;
    border-radius: 95px;
}
.chabok-why-text  p:nth-child(1) {
    font-size:22px;
    font-weight: bold;
}
.chabok-term-content-left {
    width: 40%;
    padding: 13% 6%;
    color: #fff;
    position: relative;
    z-index: 2;
}
.chabok-term-content-left p {
    font-size:19px;
}
.chabok-term-content-left h1, .chabok-term-content-left p {
    color:rgb(202, 202, 202);
}
/*
.archive-title {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 75px 15px;
    margin: 0 0 31px;
}
*/
.why-in-service {
    background-color: #13192c;
    background-image: url('img/pattern4.png');
    padding:22% 12%;
    background-repeat: no-repeat;
    background-position: right -100px top -20px;
    color:#fff;
}
.why-in-service h2 {
    color:#fff;
}
.bread-minw {
    min-height: 260px;
}
.video-breadcrumb {
    background-position: center;
    height: 500px;
    position: relative;
    background-size:cover !important;
}
.video-breadcrumb::before {
    content: '';
    background: rgba(0, 0, 0, 0.02);
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
}
.video-breadcrumb h1 {
    position: absolute;
    left: 0;
    right: 0;
    width: 500px;
    margin: auto;
    bottom: 20%;
    top: auto;
    height: 67px;
    font-size: 22px;
    background: #000;
    padding: 20px;
    border-radius: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.project-content {
    padding-right: 41px;
}
.service-post-img-holder img {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.chabok-col-100.psr .chabok-service-icon {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.918);
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    align-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100px;
    border: 5px solid #ccc;
    position: absolute;
    right:10%;
    top:20px;
}
.chabok-col-100.psr .chabok-service-icon.service-default-icon {
    background-size:cover;
}
.single-iconbox .items {
    font-size: 15px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    align-items: center;
}
.product-iconbox-items {
    border: 1px solid #444;
    padding: 2px 15px;
    border-radius: 24px;
    margin-top: -3px;
}
.page-title, .archive-title, .archive-excerpt {
    text-align: center;
    margin: 0;
    padding: 10px 15px 10px;
    color: #444;
}
.archive-title, .archive-excerpt {
    padding: 0px 15px;
}
.page-subtitle {
    font-size: 18px;
    text-align: center;
    margin: 15px 0;
    color: #555;
    padding:0 15px;
    font-weight: 400;
}
.term-title {
    margin:0;
}
article.chabok-full-width {
    width:100%;
}
article.chabok-full-width.chabok-with-aside {
    overflow: hidden;
}
.product-title {
    padding-bottom: 15px;
    color:#333;
}

p.p-center, .p-center p {
    text-align: center;
}
.dashi-menu-toggle {
    display: none;
}
.chabok-title span.title {
        background: #a4002e;
        color: #fff;
        padding: 4px 25px;
        position: relative;
        border-top-left-radius: 10px;
        font-size: 17px;
        display: inline-block;
        height: 39px;
        line-height: 1.9;
}
.chabok-title span.title-icon {
    font-weight: normal;
    color: #a4002e;
    font-size: 14px;
    line-height: 3;
}
.chabok-title::after {
    content:"";
    display: block;
    height: 2px;
    margin-top:2px;
    background-color: #a4002e;;

}
.chabok-product-attr {
    width:100%;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #eee;
}
.product-items-sec {
    float: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.product-items-sec .chabok-product-box-th {
    margin-bottom: 20px;
    margin-top: 5px;
}
.chabok-uses-section {
    background-color: #f9f9f9;
    padding: 0px;
    margin-bottom: 30px;
    background-size: cover;
    position: relative;
}
.bluedark-theme .chabok-uses-section {
    background-color: var(--blueDark);
    background-image: url('img/pattern3.png') !important;
    background-position: left;
    background-size: 78%;
}

.uses-section-img {
    content: '';
    background-image: url('img/s-12-1.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: 100%;
    background-position: center;
    filter: grayscale();
}
/*
.chabok-uses-section::before {
  content: '';
  background-image: url('img/s-12-1.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: unset;
  filter: grayscale();
}
*/

.product-items-sec.chabok-filter {
    position: relative;
    opacity: 0.5;
}
.product-items-sec.chabok-filter::before {
    content: '';
    width: 100px;
    height: 100px;
    background: url('img/loader.svg');
    background-size: 100%;
    position: absolute;
    right: 0;
    left: 0;
    top: 10%;
    z-index: 5;
    opacity: 1;
    bottom: auto;
    margin: auto;
}

.chabok-filter-row i {
    cursor: pointer;
    font-size: 40px;
    margin: 0 9px;
    color:var(--mainBg);
}
.chabok-filter-row i.chabok-active {
    color:var(--blueDark);
}
.product-items-sec.chabok-3-col .chabok-col-50 {
    width: 33.3333%;
}
.chabok-filter-row img {
    width: 60px;
    height: 60px;
}
.chabok-filter-row .product-cat-item h2 {
    display: none;
}
.chabok-filter-row select {
    background: #eee;
    border: 2px solid #98c5e9;
    padding: 11px 15px;
    border-radius: 12px;
    font-family: 'iransans';
}
.chabok-filter-row select option {
    font-family: 'iransans';
}
.product-items-sec.chabok-3-col .chabok-product-box-th .link {
    background-position: -1px 210px;
}
.product-items-sec.chabok-3-col .chabok-product-box-th .product-box {
    position: relative;
    text-align: center;
}
.product-items-sec.chabok-3-col  .chabok-product-box-th .product-box img {
    float: unset;
    margin: auto;
    padding: 0;
    width: 220px;
}
.product-items-sec.chabok-3-col  .chabok-product-box-th .product-name {
    height: 110px;
    padding: 2px 17px;
}
.product-items-sec.chabok-3-col .chabok-product-box-th .product-name h3 {
    width: 100%;
    padding: 0;
}
.product-items-sec.chabok-3-col .chabok-product-box-th .more {
    padding:0;
}
.uses-section-img a {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.chabok-uses-section:hover .uses-section-img {
    filter: unset;
}
.chabok-uses-section p {
    margin-top:0;
    margin-bottom: 35px;
}
.chabok-uses-section h2 {
  margin-bottom: 20px;
  font-size: 22px;
  color:#444;
  font-weight: 800;
}
.bluedark-theme .chabok-uses-section h2 {
    color:#ccc;
}
.bluedark-theme .chabok-uses-section:hover h2 {
    color:var(--mainBg);
}
.bluedark-theme .chabok-uses-section p {
    color:#999;
}
.chabok-uses-section .desc {
    text-align: justify;
    text-justify: distribute;
}

.data-center-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.141);
    margin: 29px 0;
    transition: all 300ms;
}
.knowledge-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
}
.data-center-img:hover .data-center-content h3 i {
    background:var(--mainBg);
    color:#000;
    border:0;
    transition: all 300ms;
}
.data-center-img:hover {
    transform: translateY(-4px);
    transition: all 300ms;
}
.data-center-img:hover:before {
    background: linear-gradient(rgba(0, 0, 0, 0.039),rgba(1, 0, 32, 0.78),rgb(0, 15, 51));
    transition: all 300ms;
}
.data-center-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    padding: 17px;
}
.data-center-img::before {
  content: '';
  background: linear-gradient(rgba(0, 0, 0, 0.039), rgb(0 0 0 / 61%), rgb(245 135 93 / 77%));
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.small-desc-c {
    max-width: 700px;
    margin: 30px auto 0 auto;
}
.data-center-content p, .data-center-content h3 {
  margin: 0;
  color: #d7d7d7;
}
.no-image-share {

}
.single.single-products.fancybox-active::before {
    content: '';
    background: #000000bf;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 22;
}
.single.single-products.fancybox-active .fancybox-container {
    height: 600px;
    max-height: 100%;
    width: 100%;
    max-width: 800px;
    margin: auto;
    z-index: 999999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.front-gallery-scroller a {
    display: block;
  }
.data-center-content h3 i {
  float: right;
  transform: rotate(180deg);
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  margin-top: -8px;
  transition: all 300ms;
}
.data-center-content h3 {
    /*
    font-weight: 900;
    */
    font-weight: 800;
    font-family: 'iransans';
    color:#eee;
    font-size: 19px;
  position: relative;
}
.data-center-content p {
  font-size: 14px;
}
.chabok-title span.title::after {
    border-bottom: 39px solid #a4002e;
    border-right: 65px solid transparent;
    border-left: 0px solid transparent;
    height: 0;
    width: 65px;
    content: "";
    position: absolute;
    top: 0;
    right: -65px;
    height: 39px;
}

.product-img-cover {
    width: 100%;
    height:300px;
    background-size: cover !important;
    background-position: center !important;
    box-shadow: 0 0 9px #eee;
    border-radius: 3px;
}
.chabok-product,.chabok-post {
    padding:10px 0;
    overflow: hidden;
}
.chabok-product-detaile {
    background:linear-gradient(#ffffff,#fbfbfb,#f0f8ff);
    height: 300px;
    position: relative;
    z-index: 2;
    box-shadow: #eee 0 0 9px;
}
.chabok-product-detaile:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    transform: rotate(45deg);
    background: #fbfbfb;
    top: 42%;
    right: -9px;
}
.chabok-product-detaile h2, .chabok-product-detaile p , .chabok-product-detaile ul,
.chabok-product-detaile h6 {
    z-index: 2;
    position: relative;
    margin:0;
}
.chabok-product-detaile h6 {
    padding: 10px 20px;
}
.chabok-loop-product {
    text-align: center;
    padding-top:20px;
    position: relative;
    box-shadow: #eee 0 0 10px;
    background-color: #fff;
    background: linear-gradient(#fff,#fff,#fff);
    height: 100%;
}
.archive-container .chabok-loop-product {
    box-shadow: #d0d0d0 0 0 10px;
}
.chabok-loop-pr-link:hover  .chabok-loop-product {
    box-shadow: #ccc 0 0 10px;
}

.archive-container .chabok-loop-pr-link:hover  .chabok-loop-product {
    box-shadow: #9e9e9e 0 0 10px;
}

.chabok-loop-product h3 {
    line-height: 2;
    font-size:16px;
    padding:20px 15px;
    height: 95px;
    overflow: hidden;
}
.chabok-product-slider .chabok-loop-product img {
    height: 150px;
    width: auto;
    margin:0 auto;
}
.chabok-icon-text.b-flag img {
    border-radius: 4px;
}
.chabok-product-detaile h2 {
    padding: 20px 20px 10px;
}
.chabok-product-detaile p {
    padding:0 20px 10px;
}
.chabok-slide-item {
    padding:5px;
    position: relative;
}
.chabok-product-container {
    padding:5px;
}
.owl-dots button {
    box-shadow: none;
    border:0;
}
.tabed {
    border-bottom: 1px solid #eee;
    text-align: center;
    font-size: 17px;
    margin:0 0 20px;
}
.tabed.tabed-single {
    text-align: right;
    padding:0;
}

.tabed li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    padding:10px;
    font-weight: bold;
}
.tabed.tabed-single li {
    margin:0;
}
.tabed li:nth-child(1):after {
    content:"";
    display: block;
    position: absolute;
    right: 0;
    bottom:-1px;
    height: 2px;
    background: blue;
    width: 100%;
}

/* article post */
.chabok-post {
    padding: 0px;
    width: 72%;
    border-radius: 10px;
    padding-left: 10px;
    margin-top: 3px;
    padding-right: 20px;
   
}
.chabok-post .chabok-content {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 0px;
  z-index: 3;
  position: relative;
  background: #fff;
}
.single-video .chabok-post {
    padding-left: 20px;
    padding-right: 20px;
    border:0;
    background:none;
}
.single-video aside.sidebar {
    margin-top: 0;
    border-radius: 12px;
}
.single-post-share {
    width: 98px;
    text-align: center;
    font-size: 25px;
    padding: 0 10px 0px 20px;
    left: 10px;
    position: absolute;
    top: 0;
}
/*
.single-post-share .share-fix.chabok-fixed-sidebar {
    position: fixed;
    top: 10px;
    width: 8%;
    max-width: 68px;
    z-index: 3;
}
*/
.sidebar-is-or-not-fix {
    box-shadow: 0 0 34px #eee;
    border-radius: 13px;
    padding: 20px;
    background-color: #fff;
}
aside.sidebar .sidebar-is-or-not-fix.chabok-fixed-sidebar {
    position: fixed;
    top: 10px;
    max-width: 330px;
    width: 27%;
}

.single-post-share .share-fix {
    border-radius: 11px;
    min-height: 110px;
    padding: 11px 0;
    z-index: 2;
    position: absolute;
    width: 56px;
    top: 45px;
}
.single-post-share .wpulike-robeen .count-box {
    position: absolute;
    top: 29px;
    right: 1px;
    font-size: 11px;
    z-index: 1;
    font-weight: normal;
}
.single-post-share .wpulike-robeen button.wp_ulike_btn {
    z-index: 2;
}
.comment-num {
    position: relative;
}
.comment-num i {
    font-weight: 400;
}
.comment-num span.count {
    position: absolute;
    font-size: 11px;
    right: 16px;
    top: 24px;
}
.single-post-share a, .single-post-share button {
    color: #fff;
    background: var(--mainBg);
    padding: 0 12px;
    border-radius: 10px;
}

aside.sidebar {
    width: 28%;
    margin-top: 2px;
    padding: 0px; 
    border-radius: 10px;
    border-radius: 0;
    padding-top: 0px;

  }
.chabok-widget {
    margin-bottom: 30px;
}
.chabok-widget-bg-image {
    width: 120px;
    height: 88px;
    border-radius: 10px;
    float: left;
    margin-right: 6px;
    overflow: hidden;
    background-size: cover !important;
}
.video-widget .chabok-widget-bg-image {
    position: relative;
}

.chabok-widget-content .with-arrow a {
    line-height: 2.2;
}
.g-images {
    border-radius: 15px;
}
.chabok-widget-g strong {
    display: block;
  text-align: center;
  margin-top: 10px;
}
.chabok-full-img-g {
    padding-bottom: 25px;
    box-shadow: 0 0 23px rgba(0, 0, 0, 0.078);
    border-radius: 13px;
    margin-bottom: 25px;
    position: relative;
}
.video-widget .chabok-full-img-g {
    box-shadow: none;
    padding-bottom: 0;
}
.chabok-widget-content .with-arrow a::before {
      content: '\f2f8';
      font-family: 'Font Awesome 5 Pro';
      font-weight: bold;
        font-size: 10px;
        color: #f09206;
}
.chabok-widget-row {
      min-height: 105px;
}
.chabok-widget-row .content-title {
    font-size: 14px;
    font-weight: normal;
    font-family: 'iransans';
    display: block;
    line-height: 1.4;
}
.widget-title {
    padding-bottom: 10px;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    color: var(--blueDark);
}
.chabok-widget-row .metadata {
    font-size: 10px;
    margin-top: 8px;
}
.chabok-widget-g.standard .metadata {
    position: absolute;
    top: 162px;
    right: 15px;
    color: #fff;
    font-size: 11px;
}
.g-img-hold {
    position: relative;
}
.chabok-widget-row .metadata span,
.chabok-widget-g.standard .metadata span {
    margin: 0 8px 0 0px;
  }
.g-img-hold::before {
    content: '';
    background: linear-gradient(to bottom,transparent,rgba(0, 0, 0, 0.6));
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.chabok-footer .logo-widget {
    /*filter: invert();*/
}
.chabok-footer-logo-img {
    width: 226px;
  height: auto;
  margin: 8px 0px;
}
.chabok-footer .widget-title {
    font-size: 18px;
    font-family: 'yekan';
    color: #f18649;
}
.graycolored .chabok-footer .widget-title {

}
.chabok-footer-top-bar {
  width: 100%;
  float: right;
  margin-top: -98px;
}
.bluecolored {
    color: var(--bluelight);
}
.newsletter-form.chabok-newsletter-form input {
    font-size: 13px;
    min-width: 100%;
    margin: 0 0 0;
    padding: 11px;
    border-radius: 5px;
    background: #001222;
    border: 1px solid #333;
}
.namad-eu img {
  width: 100%;
  margin: 0;
}
.namad-eu {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-top: 27px;
}
/* .chabok-pipe-bar {
  background: #2d0a5e;;
  float: right;
  width: 100%;
  padding: 12px;
  border-radius: 100px;
  margin-top: 13px;
  border-bottom: 1px solid rgba(79, 172, 253, 0.302);
}
*/
.chabok-pipe-bar {
  background: linear-gradient(to right,#391a7e,#33136b,#2b065b,#2e0b62);
  float: right;
  width: 100%;
  padding: 12px;
  border-radius: 50px;
  margin-top: 13px;
  border-bottom: 1px solid rgba(252, 118, 40, 0.41);
}


.chabok-footer-top-bar img.footer-logo {
    width: 93px;
    background: var(--blueDark);
    padding: 5px;
    border-radius: 100px;
    border-bottom: 1px solid rgb(252, 118, 40);
    border-top: 1px solid rgb(252, 118, 40);
}
.chabok-foot-email p {
    margin-top: 0;
}
.footer-slogan-text {
    margin: 6px;
  font-weight: 800;
  font-size: 17px;
}
.chabok-social-footer {
    float: right;
    display: -webkit-box;
display: -webkit-flex;
  display: flex;
  padding: 10px 12px;
  border-radius: 42px;
}
.chabok-social-footer a {
display: -webkit-box;
display: -webkit-flex;
  display: flex;
  margin: 0 19px;
  color: #7b7b7b !important;
  font-size: 25px;
}
.chabok-social-footer a:hover {
    color: var(--bluelight) !important;
}
.number-ltr {
    direction: ltr;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.standard-item {
    padding: 21px 0;
    text-align: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.standard-item .st-title {
    background:#333;
    color:#fff;
}

.standard-item .st-title, .standard-item span {
    border: 1px solid #333;
    padding: 6px 10px;
}
.chabok-footer .widget-title::after {
    content:none;
}

aside.sidebar .chabok-widget ul {
    margin-top:0;
    padding-left: 15px;
}
aside.sidebar .chabok-widget ul li {
    padding:0;
}

.footer-phone {
    margin-bottom: 6px;
}
.footer-address {
    margin-top: 7px;
    margin-bottom: 1px;
}
.chabok-col-100.why-with-honors {
    width: 100%;
    position: relative;
}
.chabok-col-100.with-about-s {
    width: 45%;
}
.chabok-col-100.why-with-honors .chabok-col-30,
#About .chabok-col-100.why-with-honors .chabok-why-co,
.chabok-col-100.why-with-honors .chabok-col-70 {
    width: 50%;
    padding:0;
}
#About .chabok-col-100.why-with-honors .chabok-why-co {
    padding: 12px 10px !important;
    margin-bottom: 0;
    padding-right: 47px !important;
}
.chabok-honor-section .chabok-counter-section {
    background: #fff;
    float: right;
    box-shadow: 0 0 10px #eee;
    border-radius: 12px;
    overflow: hidden;
    margin-left: 26px;
    padding: 36px;
}
.with-cent-s {
    margin-top: 37px;
}
.chabok-honor-section .chabok-counter-section h3,
.chabok-honor-section h3 {
    margin-bottom: 0 !important;
    font-weight: 800;
    text-shadow: var(--textShadow);
}
.chabok-honor-section .chabok-counter-section .counter-description p {
    margin-top: 0;
}
.counter-description {
    margin-bottom: 20px;
    float: right;
    width: 100%;
}
p.cert-description {
    margin-top: 0;
    margin-bottom: 40px;
}
.chabok-col-100.why-with-honors {
    padding-right: 0px !important;
    padding-left: 0px !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    border-radius: 20px;
    border:4px solid #eee;
    margin-bottom: 40px;
}
.bluedark-theme .chabok-col-100.why-with-honors {
    background: var(--blueDark);
    border-color: var(--mainBg);
}
.chabok-honor-section {
  padding: 66px 0;
  background: #f7f7f7;
}

.honor-blk {
    border: 1px solid #aeaeae;
    overflow: hidden;
    text-align: center;
    border-radius: 10px;
    line-height: 0;
    display: flex;
    padding: 5px;
}
.chabok-col-100.ftl.with-about-s h2 {
    margin-bottom: 5px;
}
.chabok-about-section .honor-blk h3 {
    font-size: 16px;
    padding-bottom: 24px;
}
.honor-blk::before {
   /* content: ''; */
    position: absolute;
    left: 0;
    right: 0;
    top: 110%;
    bottom: 0;
    background-color:var(--mainBg);
    background-image: url('img/background-pattern.png');
    transition: all 400ms;
    border-radius: 10px;
    z-index: 2;
}
.honor-blk:hover::before {
    top: 0;
    transition: all 400ms;
}
.honor-blk:hover h3 {
    position: relative;
    transition: all 200ms;
    z-index: 3;
    color:#fff;
}
.honor-blk img {
    width: auto !important;
    height: 120px;
    margin: auto;
    position: relative;
    z-index: 3;
}
.honor-link {
    margin-top: 38px;
    display: block;
    float: right;
    border: 1px solid #ccc;
    padding: 0 13px;
    border-radius: 100px;
    border-right: 4px solid;
}
.honor-link i {
  font-size: 16px;
  position: relative;
  top: 2px;
  margin: 0 3px;
}
.honor-link i::before  {
    content: "\f178";
}
.chabok-footer-connection {
    background-color: #1a1a1a;
    width: 100%;
    background: #1a1a1a;
    color: #fecb2f;
    margin-bottom: 50px;
    font-size: 18px;
    font-weight: 800;
    word-spacing: 1px;
    position: relative;
    border: 1px solid rgba(255, 99, 0, 0.122);
}

.footer-call {
    float: left;letter-spacing: 8px;font-weight: 700;padding-left: 30px;color: #fecb2f;
}
.chabok-footer {
    background-image: url(img/footer.webp);
    background-color:var(--blueDark);
    background-position: top center;
    background-size: contain;
    padding: 50px 0px 0;
    overflow: hidden;
    color: #aaa9a9;
    font-size: 14px;
    float: left;
    width: 100%;
    margin-top: 90px;
}
.edit-02 .footer-call,
.edit-02 .chabok-footer-social a,
.edit-02 .chabok-footer-connection {
    color:#aaa9a9;
}
.footer-about-link a::after {
    content: '\f178';
    font-family: 'Font Awesome 5 Pro';
    font-size: 22px;
    line-height: 0;
    position: relative;
    top: 6px;
    margin-left: 10px;
}
.header-btn {
    margin-left: 15px;
    background:transparent;
    border:1px solid #555;
    width: 100%;
    max-width: 145px;
    min-width: 145px;
    padding: 12px 6px;
}
.edit-04 .header-btn {
    display: none;
}
.header-btn:hover {
    background: #fecb2f;
}
.chabok-footer-widget-container {
    overflow: hidden;
    padding:30px 10px;
}
.post-content .read-time {
    font-size: 12px;
    margin-top: 24px;
    color: #777;
  }
.chabok-footer-widget-container .chabok-footer-widget:first-child{
    width:35%;
}
.chabok-footer-widget-container .chabok-footer-widget:nth-child(4) {
    width:25%;
}
.chabok-footer a {
    color: #aaa9a9;
}
.chabok-footer a:hover,
.chabok-footer a:focus {
    color: #60d2ff;
}
.chabok-footer ul {
    margin: 0;
    padding: 0 4px;
    list-style: none;
}
.chabok-footer.footer-new-style {
    background:#740000;
    color:#fff;
}
.chabok-footer.footer-new-style h4 {
    color:#fff;
}
.subscribe-form input {
    border: 0;
    margin-left: -10px;
}
.subscribe-form input[type="button"] {
    background: #6ebbea;
    color: #fff;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.header-social {
   width: 100%;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   align-items: center;
   justify-content: right;
   font-size: 25px;
   line-height: 1;
   height: 64px;
   border-radius: 100px;
}
.header-social.edit-2 {
    font-size: 18px;
}
.header-social a {
    margin: 0 6px;
    color: #fff;
    background: #93ccff;
    min-width: 40px;
    min-height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    opacity: 0.8;
    transition: all 200ms;
}
.header-social a:hover,
.header-social a:focus {
    opacity: 1;
    transition: all 200ms;
    font-size: 29px;
}
.header-social a.eita img {
    width:20px;
    transition: all 200ms;
}
.header-social a.eita:hover img {
    scale: 1.2;
    transform: scale(1.2);
    transition: all 200ms;
}
.header-social a.telegram {
    background:#329ffe;
}

.header-social a.instagram {
    background:#f943b7;
}

.header-social a.whatsapp {
    background:#34bc22;
}
.header-social.edit-2 a {
    background:transparent !important;
    color: var(--blueDark) !important;
}
.chabok-social {
    text-align: center;
    margin-bottom: 10px;
}
.chabok-social i {
    font-size: 36px;
    margin: 0 3px;
}

.footer-widget h4 {
    position: relative;    
    color: #a4002e;
}

.footer-widget h4::after {
    content: "";
    height: 2px;
    width: 21%;
    position: absolute;
    background: #a4002e;
    top: 19px;
    margin-left: 7px;
}

.footer-img {
    width:200px;
    margin:0 auto 20px auto;
}
.chabok-copyrights {
    float: left;
    overflow: hidden;
    margin-top:30px;
    width:100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0;
}
.chabok-developer-copyrights {
    padding: 20px;
    text-align: right;
}
.chabok-copyrights-text {
    padding:18px;
}

.chabok-footer.chabok-footer.footer-new-style .chabok-copyrights {
    background: #410000;
}
.newsletter-modal-body button {
    background-color: #fb9700;
  margin-top: 13px;
}
.chabok-footer-social {
    background-color:#000 ;
    background: #000;
    float: left;
    width: 100%;
    padding: 5px;
    position: relative;
    text-align: center;
    z-index: 9;
    left:10px;
}
.chabok-footer-social::before {
    content: '';
    position: absolute;
    left: 0px;
    width: 0;
    height: 0;
    border-top: 70px solid #0000;
    border-left: 97px solid #1a1a1a;
    top: 0px;
}
.chabok-footer-connection::after {
    content: '';
    background: #000;
    position: absolute;
    right: 0;
    top: 0;
    right: auto;
    bottom: 1px;
    width: 33%;
}
.chabok-footer-social a {
        font-size: 30px;
        padding: 3px 12px;
        text-align: center;
        float: right;
        min-width: 68px;
        color: #fecb2f;
}

.edit-04 .chabok-footer-social a,
.edit-04 .chabok-footer-social a.eita {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 4px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 100px;
    margin-top: 4px;
    margin-bottom: 6px;
    transition: all 1000ms;
    padding: 3px 7px;
}
.edit-04 .chabok-footer-social a i,
.edit-04 .chabok-footer-social a img {
    padding: 7px;
    border-radius: 100px;
    width: 44px;
    height: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    background: #1a1a1a;
    transition: all 1000ms;
}
.edit-04 .chabok-footer-social a:hover i,
.edit-04 .chabok-footer-social a:hover img {
    background: #e9be00;
    color: #000;
    transition: all 1000ms;
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
}

.chabok-footer-social a.eita img {
    width: 30px;
    top: -15px;
    position: relative;

}
.edit-04 .chabok-footer-social a.eita img {
    top: 0px;
    width: 45px;
    height: 45px;
    padding: 10px;
}

.edit-04 .chabok-footer-social a.eita {
    padding: 3px 2px;
    margin-bottom: 0;
}
.chabok-footer-social a:first-child {
  
}
.chabok-footer-social a:hover,
.chabok-footer-social a:focus {
    color:#f18649;
}

.chabok-widget-cel-3 .chabok-footer-widget:first-child {
    width: 45%;
}
.chabok-widget-cel-3 .chabok-footer-widget:last-child {
    width: 35%;
}

.chabok-widget-cel-2 .chabok-footer-widget:first-child {
    width: 50%;
}
.chabok-widget-cel-2 .chabok-footer-widget:last-child {
    width: 50%;
}

.chabok-widget-cel-1 .chabok-footer-widget:first-child {
    width: 100%;
}


img.namad {
    width:130px;
    height:auto;
}

.chabok-about-section {
    /* background-image: url('img/pattern2.png'); */
    background-position: center left;
    background-repeat: no-repeat;
    padding-top:65px;
    padding-bottom: 20px;
    margin-bottom: 0;
    background-color: #fff;
}
#About .full-width, #About .chabok-single-row {
    width:100%;
}
#About .full-width .chabok-counter-section .chabok-col-100,
#About .full-width .li-iconize li {
    width: 50%;
}
#About .full-width .li-iconize li {
    float: left;
}
#About .full-width-about {
    padding:0;
}
#About .full-width-about .chabok-about-img-container {
    width:45%;
    float: right;
    margin-bottom: 25px;
}
.bluedark-theme #About .full-width-about .chabok-about-img-container {
    margin-bottom: 45px;
}
#About .full-width-about .chabok-about-text-blk {
    width:55%;
    float: right;
    padding-left: 40px !important;
    margin-bottom: 30px;
}
#About .full-width-about .chabok-why-co {
    width: 30%;
   
}
.chabok-why-co .whc8 {
    padding: 10px 13px !important;
    border-radius: 7px;
    display: block;
    height: 100%;
}
.product-cat-item {
    text-align: center;
    background: #fff;
    padding: 0px;
    margin-bottom: 23px;
    border-radius: 10px;
    box-shadow: 0 0 30px #f4f6ff;
    border: 2px solid var(--mainBg);
    position: relative;
    overflow: hidden;
    height: calc(100% - 20px);
    transform: translateY(0px);
    transition: all 200ms;
}
.chabok-col-20.ftl.chabok-ro-cat a:hover img {
    transition: all 350ms;
    transform: scale(1.1);
}
.chabok-col-20.ftl.chabok-ro-cat a img {
    transition: all 350ms;
    transform: scale(1);
}
.chabok-col-20.ftl.chabok-ro-cat a:hover h2 {
    color:var(--blueDark);
    transition: all 350ms;
}
.chabok-col-20.ftl.chabok-ro-cat a:hover .product-cat-item::before {
    width: 100%;
    height: 7px;
    border-radius: 0;
    transition: all 350ms;
    bottom: 0;
}
.chabok-col-20.ftl.chabok-ro-cat a:hover .product-cat-item {
    transform: translateY(-10px);
    box-shadow: 0 0 30px #dfdfdf;
    transition: all 300ms;
}
.product-cat-item::before {
    content: '';
    width: 100%;
    height: 0px;
    position: absolute;
    background-color: var(--mainBg);
    background-image: url('img/revquote_white.png');
    background-size: 303px;
    bottom: -6px;
    right: 0;
    left: 0;
    margin: auto;
    transition: all 400ms;
    z-index: 1;
}

.chabok-product-box-th .product-box {
    position: relative;
   }

.chabok-product-box-th .product-box img {
    width: 150px;
    height: auto;
    transition: all 350ms;
    border-radius: 15px;
    float: left;
    padding:10px;
}

.chabok-product-box-th .product-name {
    color: #000;
    padding: 30px 30px 30px;
    font-size: 20px;
    border-radius: 15px;
    text-align: center;
    transition: all 300ms;
    height: 150px;
}
.chabok-col-100.psr.ftl.products-title-container.title-line h2 {
    margin: 0;
    padding-left: 0;
    font-weight: normal;
    text-shadow: none;
    color: var(--blueDark);
    font-size: 18px;
}

.products-title-container.title-line .sec-title-with-bob::before {
    width: 100%;
    max-width: 100%;
    background: #eee;
}

.chabok-product-box-th .product-name h3 {
    font-size: 17px;
    color:#606060;
    position: relative;
    z-index: 3;
    width: 43%;
    text-align: left;
    float: left;
    padding: 22px 10px;
    transition: all 300ms;
}
.chabok-product-box-th .link:hover .product-name h3 {
    color:var(--blueDark);
    transition: all 300ms;
}
.chabok-product-box-th .link {
    position: relative;
    display: block;
    border: 1px solid;
    border-radius: 10px;
    transition: all 300ms;
    transform: translateY(0px);
    background-color: #fff;
    background-image: url('img/pattern6-ltr.png');
    background-position: right;
    background-size: 436px;
    background-repeat: no-repeat;
}
.bluedark-theme .chabok-product-box-th .link {
    border: 3px solid var(--mainBg);
    border-radius: 20px;
    float: right;
    width: 100%;
}
.chabok-product-box-th .more {
    font-size: 15px;
    float: right;
    transform: translateX(0px);
    padding: 28px 0;
    transition: all 300ms;
}
.chabok-product-box-th .link:hover .more {
    display: block;
    transition: all 300ms;
    transform: translateX(10px);
}
.chabok-product-box-th .link:hover {
    border-color: #0b004d;
    transition: all 300ms;
    box-shadow: 0 0 30px #0000000a;
    transform: translateY(-4px);
    background-size: 336px;
    background-repeat: no-repeat;
  
}
.chabok-product-box-th .more p i {
    padding: 10px;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    transition: all 300ms;
    background: var(--mainBg);
    color: #000;
    border-color: var(--mainBg);
    transform: rotate(180deg);
}
.chabok-product-box-th .link:hover .more p i {
    background:var(--blueDark);
    border-color: var(--blueDark);
    color:#fff;
    transition: all 300ms;
}
.chabok-product-box-th .more p {
    flex-direction: row-reverse;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: left;
  float: left;
  align-items: center;
  font-size: 14px;
  margin: 0;
}
.archive .chabok-product-box-th .more p {
    flex-direction: unset;
}
.chabok-product-box-th .more p span {
    margin:0 5px;
}

.chabok-ro-cat:nth-child(7) {
    margin-top: 0px;
}
.product-cat-item img {
    width: 150px;
    height: 150px;
    position: relative;
    z-index: 3;
}
.bluedark-theme .product-cat-item img {
    padding:20px;
}
.jh32::before {
    content: '\f0a9';
    font-family: 'Font Awesome 5 Pro';
    font-weight: normal;
    font-size: 25px;
    color: #666;
}
.product-cat-item h2 {
    font-size: 14px;
    position: relative;
    z-index: 3;
    color:#555;
}
#About .full-width-about .chabok-why-co h2 {
    font-size: 18px;
    position: relative;
    z-index: 2;
    font-size: 17px;
    font-weight: 700;
    color: #646464;
    text-shadow: none;
}
.bluedark-theme #About .full-width-about .chabok-why-co h2 {
    color:#e4e4e4;
}
#About .full-width-about .chabok-why-co p {
    position: relative;
    z-index: 2;
    color:#666;
}
.bluedark-theme #About .full-width-about .chabok-why-co p {
    color:#bdbdbd;
}
.chabok-why-icon-text {
    padding-left: 30px;
}

.full-width-about .counter-div {
    width: 100%;
}
.full-width-about .chabok-about-img-container::before {
    content:none;
}
.full-width-about .chabok-counter-section {
    padding:0;
}
.chabok-about-section.edit-02 .chabok-col-30 {
    width:60%;
}
.chabok-about-section.edit-02 .img-ab {
        position: absolute;
        right: 0;
        top: 222px;
        width: 30%;
}
.chabok-about-section.edit-02 .img-ab img,
.chabok-about-section.edit-02 .chabok-count-title {
    display: none;
}
.chabok-about-section.edit-02 .chabok-count-num-container::before {
    content:none;
}
.chabok-about-section.edit-02 .chabok-count-num {
    font-size: 17px;
    font-weight: 400;
    background: #eee;
    min-width: 39px;
    min-height: 37px;
}
.chabok-about-section.edit-02 .chabok-count-small { 
    font-size: 15px;
    font-weight: 500;
    color: #565969;
    margin-top: 4px;
}
.chabok-about-section p {
    text-align: justify;
    color:#666;
}
.chabok-about-section h3 {
    color: #999;
    font-size: 15px;
    margin-bottom: 0;
    font-weight: normal;
}
.chabok-about-section h2 {
    font-size: 30px;
    margin:0;
        /*
    font-weight: 900;
    */
    font-weight: 800;
    text-shadow: var(--textShadow);
}

.li-iconize {
    list-style: none;
    padding: 5px;
    line-height: 2.5;
    width:50%;
    font-weight: 400;
}
.li-iconize li::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Pro';
    margin:0 5px;
}
.icon-txt {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.icon-txt h4 {
    width: 100%;
    font-size: 14px;
}
.chabok-about-section.edit-02 .li-iconize li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 13px;
}
.chabok-why-icon-text {
    list-style: none;
    margin:0;
    padding:0;
}
.chabok-why-icon-text li {
    list-style: none;
}
.chabok-why-icon-text li .icon-txt {
    position: relative;
    padding: 15px 0 5px;
    border-radius: 10px;
    font-size: 35px;
    background-color: #f4f9ff;
    overflow: hidden;
    border: 1px solid #c4e3ff;
}
.bluedark-theme .chabok-why-icon-text li .icon-txt {
    background-color: var(--mainBg);
    border: 1px solid var(--mainBg);
}
.chabok-why-co a {
    position: relative;
    display: block;
    overflow: hidden;
}
.icon-txt i,
.icon-txt h4 {
    z-index: 2;
    color:#666;
}
.bluedark-theme .icon-txt i, .bluedark-theme .icon-txt h4 {
    color:var(--blueDark);
}

.chabok-why-icon-text li .icon-txt::before {
    content:'';
    background-color: var(--mainBg);
    background-image: url('img/pattern1.png');
    position: absolute;
    top:100%;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    width: 100%;
    z-index: 1;
    transition: all 350ms;
    height: 100%;
}
.bluedark-theme .chabok-why-icon-text li .icon-txt::before {
    background-color: var(--mainBg);
}
.chabok-why-icon-text a:hover .icon-txt::before,
.chabok-why-co a:hover::before {
    background-color: var(--mainBg);
    background-image: url('img/revquote_white.png');
    background-size: 303px;
    color:#fff;
    transition: all 350ms;
    top: 0;
}
.bluedark-theme .chabok-why-icon-text a:hover .icon-txt::before,
.bluedark-theme .chabok-why-co a:hover::before {
    color:#fff;
    background-color: var(--blueDark);
   
}
.chabok-why-icon-text a:hover .icon-txt {
    border-color: var(--mainBg);
    box-shadow: 0 0 38px #000;
}
.chabok-why-icon-text a:hover .icon-txt h4,
.chabok-why-icon-text a:hover .icon-txt i {
    color:var(--blueDark);
    transition: all 350ms;
}
.bluedark-theme .chabok-why-icon-text a:hover .icon-txt h4,
.bluedark-theme .chabok-why-icon-text a:hover .icon-txt i {
    color:#fff;
}
.chabok-about-section.edit-02 .li-iconize li:before {
    width: 35px;
    height: 35px;
    display: inline-block;
    background: #eee;
    text-align: center;
    border-radius: 11px;
    margin-bottom: 8px;
    top: 4px;
    position: relative;
    margin-left: 10px;
}
.chabok-about-img-container img {
   border-radius: 10px;
}
.chabok-about-img-container::before {
    content: '';
    height: 100%;
    width: 1px;
    background: #d0d0d0;
    position: absolute;
    right: 15px;
    display: block;
}
.chabok-about-first {
    padding-right: 40px;
}
.about-img-logo {
	position: absolute;
	right: 20px;
	top: 29px;
	width: 55px;
}

.img-about {
    width: 55%;
	padding-left:5px;
    background-size: cover !important;
    background-position: center !important;
}
.desc-about {
    width: 45%; 
    padding: 0 0px 0 10px;
}
.desc-about .btn-new-style {
    margin-bottom: 15px;
}

.desc-about .inner-bx {
    position: relative; padding: 30px; 
    border-radius: 10px;
    box-shadow: 0 0 5px #eee;
    border: 2px solid #a4002e;
    height: 100%;
}

.chabok-icon-bx {
        text-align: center;
        padding: 10px;
        border-radius: 13px;
        box-shadow: 0 0 5px #eee;
        position: relative;
        overflow: hidden;
        border: 2px solid #a4002e;
		height:100%;
}
.chabok-icon-bx::before {
    content: "";
    display: block;
    width: 300px;
    height: 400px;
    position: absolute;
    top: -409px;
    left: -130px;
    background: #a4002e;
    transform: rotate(45deg);
	z-index:1;
	transition: all 300ms;
}

.chabok-icon-block {
	margin-left:auto;
}

.chabok-icon-block a, .chabok-icon-block h2 {
	transition: color 130ms;
}

.chabok-icon-block a:hover .chabok-icon-bx::before,
.chabok-icon-block a:focus .chabok-icon-bx::before {
	top:-72px;
	left:-40px;
}

.chabok-icon-block a:hover, .chabok-icon-block a:focus,
.chabok-icon-block a:hover i, .chabok-icon-block a:focus i,
.chabok-icon-block a:hover h2, .chabok-icon-block a:focus h2 {
		color:#fff;
}


.chabok-icon-bx i {
    font-size:50px;
	z-index:2;
	position:relative;
}
.chabok-icon-bx h2 {
    font-size: 18px;
	z-index:2;
	position:relative;
}


.btn-new-style {
    border-radius: 0;
    padding: 5px 20px;
}

#towbanner img {
    box-shadow: 0 0 9px #eee;
    border-radius: 3px;
}

.chabok-toggle-menu {
    display: none;
    cursor: pointer;
}

.chabok-attr-row {
    width: 100%;
    float: left;
    background-color: #eee;
    padding: 8px;
}
.chabok-attr-row:nth-child(even) {
    background-color: #fff;
}

  
  /* Style the tab content (and add height:100% for full page content) */
.tabcontent {
    color: #555;
    visibility: hidden;
    height: 0;
    width: 0;
    opacity: 0;
    overflow: hidden;
    padding: 10px 0px;
    transition: opacity 300ms;
}

.tabcontent.active {
      visibility: visible;
      height:100%;
      width:100%;
      overflow: auto;
      opacity: 1;
	  clear:both;
}

.chabok-tab-bar {
      width:100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-top: -25px;
      padding:0;
      position: relative;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: var(--blueDark);
    height: auto;
    border-radius: 100px;
    overflow: hidden;
}

ul .tablink {
    background: var(--blueDark);
    padding: 4px 25px;
    position: relative;
    outline: none;
    cursor: pointer;
    min-width: 20%;
    width: max-content;
    border-radius: 0;
    list-style: none;
    height: 53px;
    font-size: 15px;
    line-height: 3.1;
    margin: 0px;
    color: #fff;
    font-weight: 800;
    width: 100%;
}
#sizes .chabok-attr-row {
    border: 1px solid #ccc;
    padding: 0;
    text-align: center;
}
#sizes .chabok-attr-row.heading-row {
    background: var(--blueDark);
    color: #fff;
    border-top-right-radius: 20px;
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
}
#sizes .attr-val {
    border-right: 1px solid #ccc;
    padding: 4px;
}

  .chabok-tab-bar::after {
    content: "";
    display: block;
    height: 2px;
    background-color: #eee;
    position: absolute;
    width: 100%;
    bottom: -3px;
}

.tablink:hover, .tablink.active, .tablink:focus {
    background-color: var(--mainBg);
    color:#000;
}
.tablink:hover {
    opacity: 0.9;
}
article.products {
    margin-top: 0px;
    padding: 0px;
    border-radius: 11px;
}
article.products header {
    margin-top: 0px;
}
.product-excerpt-footnote .chabok-slogan-iconbox {
    background: none;
    border: 1px solid #eee;
    margin-bottom: 22px;
    justify-content: left;
    background-image: linear-gradient(to right,#fff,#fbfbfb);
}
.product-excerpt-footnote  .chabok-col-50:nth-child(odd) {
    padding-left: 0;
    padding-right: 10px;
}
.no-attr-found {
    padding: 55px;
  text-align: center;
  background: #f3f3f3;
  margin: 0;
}

.product-excerpt-footnote  .chabok-col-50:nth-child(even) {
    padding-right: 0;
    padding-left: 10px;
}

.product-excerpt-footnote .chabok-slogan-icon {
    font-size: 24px;
    width: 32px;
}
.product-excerpt-footnote .chabok-slogan-iconbox h3 {
    font-size: 13px;
}

.product-title-container {
    position: relative;
}

.product-title-container  .product-title {
    text-align: left;
    margin-bottom: 0px;
    font-weight: 800;
    letter-spacing: 0;
    word-spacing: -1px;
}
.product-title-container .product-subtitle {
    position: absolute;
    top: 28px;
    right: 10px;
    background: #fff;
    padding-left: 17px;
    font-size: 17px;
    color: #acacac;
    letter-spacing: 0;
    direction: ltr;
}
.chabok-content table {
    max-width:1200px;
    margin:0 auto;
}
article .chabok-content {
    color:#666;
}

#breadcrumbs{
    list-style:none;
    margin:0;
    padding:0;
    overflow:hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
    display: flex;
    align-items: baseline;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
  
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-left:12px;
    min-width: max-content;
}
  
#breadcrumbs .separator{
    font-size:15px;
    font-weight:100;
    color:#333;
}
.breadcrumbs a, .breadcrumbs {
    color:#333;
}
.video-breadcrumb .breadcrumbs a,
.video-breadcrumb .breadcrumbs,
.video-breadcrumb #breadcrumbs .separator,
.blog-bg .breadcrumbs a,
.blog-bg .breadcrumbs,
.blog-bg #breadcrumbs .separator,
.archive-video-breadcrumb a,
.archive-video-breadcrumb #breadcrumbs .separator,
.archive-video-breadcrumb .breadcrumbs {
    color:#fff;
}
.video-breadcrumb .breadcrumbs a,
.video-breadcrumb .breadcrumbs,
.video-breadcrumb #breadcrumbs .separator {
    color:#555;
}
.project-title-desc {
    margin-top: 150px;
    padding: 0 10px;
    text-align: center;
}
.archive-video-breadcrumb {
   
    background-size: cover !important;
    height: 450px;
}
.archive .post-loop-items .post-img-container.chabok-widget-bg-image {
    width:100%;
    height: auto;
}
.archive .post-loop-items .video-widget .chabok-widget-bg-image::after {
    z-index: 2;
}
.loop-content-container .post-title {
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
}
.chabok-section.chabok-blog-category-section {
    margin-bottom: 60px;
    overflow: unset;
    padding:50px 0;
}
.post-item:hover .archive .post-loop-items .post-title {
    color:rgb(242, 133, 72);
}
.archive .archive-video-breadcrumb .chabok-single-title {
    text-align: center;
    display: block;
    width: 100%;
    max-width: 100%;
    margin-top: 200px;
    color: yellow;
}
.post-type-archive-projects .chabok-service-section {
    background:transparent !important;
}
.project-title-desc h2 {
    color: yellow;
}
.project-title-desc p {
    color: #eee;
}
.chabok-breadcrumb {
    margin-top: 15px;
    margin-bottom: -6px;
    color:#333;
}
.breadcrumbs strong {
    font-weight: 300;
}
.single-product-with-breadcrumb article.products,
.single-post-with-breadcrumb article.post {

}
section.single-product,
section {
    float: left;
    width:100%;
}
.chabok-single-title {
    float: left;
    max-width:70%;
    color:#fff;
    padding:0 10px;
    margin: 25px 0;
}
.the-archive-desc {
    background: #f4f4f4;
    padding: 25px;
    border-radius: 11px;
}
.the-archive-title {
    width: 100%;
    margin:30px 0;
    position: relative;
}
.archive-count-post {
    float: left;
    padding: 10px;
}
.the-archive-title::before {
    content: '';
    background: #cf5d36;
    width: 100%;
    left: 0;
    right: 6px;
    height: 1px;
    position: absolute;
    bottom: 0;
    top: auto;
    border-radius: 43px;
}
.styled-title.chabok-single-title {
    padding: 6px 26px 6px 65px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 1px;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 8px;
    font-size: 22px;
    margin:0;
    border: 1px solid #cf5d36;
    color: #cf5d36;
}
section.single-post,
section.single-product,
section.chabok-archive {
    background:var(--secondBg);
}
section.chabok-archive {
    margin-bottom: 0;
}
.single.single-post .chabok-single-title,
.single.single-video .chabok-single-title {
    max-width:100%;
    width:100%;
    color:#444;
    font-size: 21px;
    padding:0;
}
.chabok-excerpt {
    background: #f0f0f0;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 22px;
    font-size: 14px;
    word-spacing: -1px;
    color:#777;
    width: 100%;
  }
article.type-post img {
    border-radius: 12px;
  }
.single-product-with-breadcrumb .chabok-breadcrumb,
.single-post-with-breadcrumb .chabok-breadcrumb {
    margin: 0;
    color: #333;
    text-align: left;
    padding: 29px 0px;
    margin: 0 0 31px;
    background-color: #fff; 
    background-size: cover; 
}
.chabok-product-side-content {
    background: #fff;
    border-radius: 14px;
    width: 100%;
    float: left;
    height: 100%;
}
.chabok-product-full-content {
    width: 100%;
    float: left;
    background: #fff;
    margin-bottom: 0;
    margin-top: 70px;
}
.chabok-search.single-post-with-breadcrumb .chabok-breadcrumb {
    padding-bottom: 50px;
}

.fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right : 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
  }
  .fancybox-thumbs__list a::before { 
    border: 2px solid #ac0319;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
  }

  button.fancybox-button {
      box-shadow: none;
  }
 
#chabok-product-gallery-slider {
    margin-bottom:0px;
    border-radius: 10px;
    overflow: hidden;
}  
.chabok-adipr-content {
    height: 100%;
    padding: 10px;
    color: #000;
    border-left: 1px solid #ccc;
}
.pr-cat a {
    display: block;
}

.pr-cat a span::before {
    content: '\f660';
    font-family: 'Font Awesome 5 Pro';
    margin: 0 10px;
}
.chabok-addition-pr {
    height: 100%;
    overflow: hidden;
    padding: 0;
}
.pr-rox strong {
    display: block;
}
.pr-rox {
    padding: 10px 25px;
}
.pr-rox .tx,
.pr-rox a,
.pr-rox.no-line .pr-share {
    margin-left: 35px;
    position: relative;
}
.pr-rox.no-line a::before, .pr-rox.no-line a::after {
    content: none;
}
.pr-rox.no-line a {
    margin: 5px;
}
.pr-share a i {
    font-size: 17px;
    color: #666;
}
.pr-btn {
    margin: 15px 27px 15px;
    text-align: center;
}
.pr-btn a {
    width: 100%;
    border-radius: 7px;
}
.pr-rox .tx::before,
.pr-rox.no-line .pr-share::before {
	content: '';
	width: 20px;
	position: absolute;
	right: 0;
	height: 1px;
	background: #8080d3;
	top: 6px;
	bottom: 0;
	margin: auto;
	left: -24px;
}
.pr-rox .tx::after,
.pr-rox.no-line .pr-share::after {
	content: '';
	width: 1px;
	height: 16px;
	position: absolute;
	left: -24px;
	background: #8080d3;
}
.pr-rox {
    margin-bottom: 5px;
}
.chabok-adipr-content {
    padding: 0;
    padding-top: 18px;
}
.pr-rox i {
    color: #8080d3;
    font-size: 21px;
    position: relative;
    top: 5px;
}
.chabok-adipr-content .pr-cat a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 29px;
    position: absolute;
    right: 0;
    color: var(--blueDark);
    top: 0;
    margin: 0px;
    left: 0;
    width: 160px;
}
.post-category, .post-tag {
    line-height: 2.5;
}
.post-category a, .post-tag a {
    position: relative;
}
.post-category a::after, .post-tag a::after {
    content: "";
    height: 1px;
    border-bottom: 1px dashed #df7f7f;
    display: block;
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
}
.single-post-meta {
    margin:25px 0;
}
span.categories, span.tags {
        font-weight: normal;
        background: #fff;
        padding: 3px 10px;
        border-radius: 20px;
        margin-right: 5px;
        min-width: max-content;
}

.chabok-search-container {
    position: absolute;
    width: 100%;
    height: 100%;
    background:#fff;
    z-index: 9999;
    left: 0;
    right: 0;
    text-align: center;
    width:0;
    padding:0;
    height:0;
    transition: height 300ms;
    top:0px;
    color:#000;
    clip: rect(0,0,0,0);
}
.chabok-search-container.chabok-active {
    width:100%;
    height:100%;
    transition: height 300ms;
    clip: unset;
    position: fixed;
    padding:0 15px;
}
.chabok-search-container.chabok-active #searchform {
    margin-top: 280px;
    border: 1px solid #ccc;
    border-radius: 10px;
    position: relative;
}
.search-btn-ab {
    position: absolute;right: 0;border-radius: 0;height: 100%;border-radius: 0px 8px 6px 0px;width: 180px;
    transform: unset !important;
    opacity: 0.8;
}
.search-btn-ab:hover {
    opacity: 1;
}

#chabok-user {
	cursor:pointer;
}
#searchform {
    max-width: 1200px;
    margin: auto;
}
#chabok-search-btn.chabok-active i {
    position: fixed;
    z-index: 99999;
    color:#666;
    font-size: 44px;
    right:30px;
    top:24px;
}
.edit-04 #chabok-search-btn {
    padding:0 10px; 
}
#chabok-search-btn.chabok-active i::before {
    content:"\f00d";

}

.chabok-search-container label {
    display: none;
}

.chabok-search-container input#s {
    width: 100%;
    background: transparent;
    border: 0;
    padding:18px;
    border-radius: 0;
    font-size:22px;
    color:#000;
}

.chabok-search-container input#s::placeholder {
    color:#444;
}

#chabok-search-btn {
    cursor: pointer;
} 

section.chabok-404-not-found {
    background: #eee;
    margin-bottom: 0;
    color: #333;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-top:100px;
    padding-bottom: 100px;
}

section.chabok-404-not-found a {
    color:#333;
    border: 1px solid #6f6f6f;
    padding: 10px 40px;
    border-radius: 10px;
    transition: all 300ms;
}
section.chabok-404-not-found a:hover {
    background:rgb(242, 133, 72);
    border: 1px solid rgb(242, 133, 72);
    transition: all 300ms;
    color:#fff;
}
.chabok-404-circle {
    text-align: center;
    margin: 25px auto auto;
    display: inline-block;
    font-size: 75px;
    font-weight: 600;
    color: #333;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #3d3d3d;
    font-size: 180px;
    line-height: 1;
    max-height: 183px;
}
.not-found-title {
    text-align: center;
    color:#333;
    
}

.chabok-404-page {
    text-align: center;
}

#chabok-search-btn.active {

}

/* comment form */
.comments-area p label {
    display: block;
}

.chabok-comment-form textarea {
    width:100%;
    height:120px;
}
.chabok-comment-form input[type='text'] {
    width:100%;
}

.comment-form-comment {
    padding:0 10px;
}
.comment-form-author,.comment-form-email,.comment-form-url {
    margin:0;
    float: left;
    padding:0 10px;
    width:50%;
}

.comment-form-cookies-consent {
    clear: both;
    width:100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
    display: flex;
    margin:0;
    padding:15px 10px;
    visibility: hidden;
    height: 1px;
}
.comment-form-cookies-consent input {
    margin: 10px;padding: 10px;
}
p.form-submit {
    text-align: center;
}

.chabok-no-comment {
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}
.no-comments {
    font-size: 95px;color: #ccc;text-align: center;padding-top: 10%;
}
.no-comment-text {
    text-align: center;color: #aaa;font-size: 16px;
}

.chabok-comments .comments {
	 display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.comment-respond {
    background: #fff;
    padding: 16px;
    border-radius: 10px;
}

.chabok-comment-list, .chabok-comment-list li {
    padding:0;
    margin:0;
    list-style: none;
}
.chabok-comment-list li {
    margin-top:20px;
}
.avatar-block {

}
.avatar-block img {
    width: 44px;
    border-radius: 50%;
}
.comment-meta.commentmetadata {
    font-size: 11px;
    position: absolute;
    top: 22px;
    left: 75px;
}
.comment-block {
    position: relative;
    background: #f8f8f8;
    
    border-radius: 10px;
    padding: 21px;
}
.comment-body {

}
.comment-author.vcard {
    position: absolute;
    top: 37px;
    left: 75px;
}
.single-post-comment .comments .chabok-col-50 {
    width:100%;
    padding:0;
}

.chabok-list-item {
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.chabok-list-item:last-child {
    border-bottom: 0;
}

.chabok-list-img-container {
    margin-right:15px;
    overflow: hidden;
    height: 150px;
}

.chabok-dr-iconbox {
    width: 30%;
    margin-top:-25px;
}

.chabok-dr-text {
    padding:60px;
    font-size:19px;
}
.chabok-dr-text p i {
    font-size: 44px;
    position: relative;
    top: 11px;
}
.chabok-dr-text p.dr-bio i {
    top:8px;
}
.dr-bio {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 7px;
}
.chabok-dr-bio-image {
    text-align: center;
    margin-top:20px;
    margin-bottom: 20px;
}
.chabok-full-bio {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease-out;
}
.chabok-full-bio.chabok-show-bio {
    max-height: 100%;
    overflow: unset;
    transition: max-height 0.25s ease-in;
}

.chabok-dr-text .dr-lang span,
.chabok-loc, .dr-specialty a {
    display:inline-block; margin:0 10px;
    background:#fbbb00;
    color:#fff;
    padding:0 10px;
}
.chabok-loc {
    background:#003a46;
}
.dr-specialty a {
    background: #007bb5;
    transition: 300ms all;
}
.dr-specialty a:hover {
    background: #035a32;
}

.dr-social-title {
    margin-bottom:13px;
}
.chabok-dr-icon-holder {
    display: inline-block;
    line-height: 1.5;
}

.chabok-dr-social .chabok-dr-icon {
    font-family: "Font Awesome 5 Brands";
    font-size:30px;
    color:#fff;
    display: block;
    transition: all 300ms;
    width: 50px;
    height: 50px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 3px;
}
.chabok-dr-social .chabok-dr-icon:hover {
    background:#fff;
    color:#000;
}
.chabok-dr-social .chabok-facebook::before {
    content: "\f39e";
}
.chabok-dr-social .chabok-twitter::before {
    content: "\f099";
}
.chabok-dr-social .chabok-instagram::before {
    content: "\f16d";
}

.chabok-dr-social .chabok-telegram::before {
    content: "\f3fe";
}


.chabok-diseases-poster {
    background-size: cover !important;
    min-height: 360px;
    background-position: right center;
    overflow: hidden;
}

.chabok-media-block {
    overflow: hidden;
}
.media-block-common {
    background:#116ba7;
    color: #fff;
    height:100%;
    padding:10%;
}
.media-block-common strong {
    font-size:21px;
    font-weight: bold;
}

.media-block-blue {
    background: #852fdb;
    color: #fff;
    height:100%;
    padding:10%;
}
.chabok-media-blue {
    background: #852fdb;
}

.media-block-1, .media-block-5,.media-block-9 {
    background: #01496b;
}

.media-block-3, .media-block-7, .media-block-11 {
    background: #860143;
}

.media-block-2, .media-block-4, .media-block-6, .media-block-8 {
    background: #ececec;
    color:#000;
}
.media-block-2 a, .media-block-4 a, .media-block-6 a,.media-block-8 a {
    color:#444;
}
.media-block-2 a:hover, .media-block-4 a:hover, .media-block-6 a:hover,.media-block-8 a:hover {
    color:rgb(0, 0, 0);
}

.media-block-1 a, .media-block-3 a, .media-block-5 a,.media-block-7 a, .media-block-11 a {
    color:rgb(224, 224, 224);
}
.media-block-1 a:hover, .media-block-3 a:hover, .media-block-5 a:hover,.media-block-7 a:hover, .media-block-11 a:hover {
    color:rgb(255, 255, 255);
}


.chabok-flex-reverse-even:nth-child(even) .chabok-flex {
    flex-direction:row-reverse;
}

.media-block-1 a:hover, 
.media-block-2 a:hover, 
.media-block-3 a:hover,
.media-block-4 a:hover,
.media-block-5 a:hover,
.media-block-6 a:hover {
    color:#fff;
}


.media-block-blue strong {
    font-size:19px;
    font-weight: bold;
}
.media-block-h100 {
    height:100%;
}

.item-baseline {
    align-items: center;
}
.single.single-video .chabok-single-title {
    margin: 0;
    padding: 0;
    font-size: 20px;
}
.chabok-flex.vide-btm-title {
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.cat-vid {
    margin: 13px 0;
    font-size: 12px;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.share-video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    float: left;
    justify-content: end;
    padding: 0 13px;
}
.share-video .chabok-product-modal {
    position: absolute;
}
.share-video .comment-num a,
.share-video  .wpulike-robeen button.wp_ulike_btn::after,
.share-video .share-box .share-toggle
 {
    font-size: 20px;
}
.share-video .count-box {
    padding: 0;
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 11px;
    font-weight: normal;
}
.share-video .wpulike {
    margin: 0 15px;
}
.share-video .comment-num span.count {
    position: absolute;
    font-size: 11px;
    right: 20px;
    top: -3px;
  }
.video-holder {
    background:#111;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.video-holder video{
    width:100%;
    height:auto;
}
.media-img-holder {
    background-image:url('img/revquote_white.png');
    width: 100%;
    height: 100%;
    background-size:cover !important;
}


.chabok-cycle-icon {
    font-family: "Font Awesome 5 pro";
    font-size: 26px;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    position: relative;
    top:3px;
}
.chabok-cycle-iconbox {
    padding:0 0 20px 0;
}




.club-post-status.pending,
.club-post-status.draft,
.club-post-status.publish {
    background: #fff38f;
    padding: 0 10px;
    border-radius: 10px;
    font-size: 13px;
}
.chabok-club-ac img {
    width: 26px;
}
.chabok-club-form.club-form.customer-form-id {
    flex-wrap: wrap;
}
.chabok-field-row.field_customer_code {
    position: relative;
    margin: auto;
    text-align: center;
    width: 100%;
    padding: 0;
}
.user-st.user-code {
    float: left;
    font-family: 'iransans';
}
.user-st.user-code span::after {
    content: '';
    background: url('img/club/check-icon.png');
    width: 18px;
    height: 19px;
    background-size: contain;
    background-repeat: no-repeat;
}
.chabok-field-row.field_customer_code input {
    padding: 11px 10px 9px;
    margin-left: -51px;
}
.chabok-field-row.field_customer_code.chabok-error .error-help {
    left: 0;
    right: 0;
    bottom: -22px;
}

.chabok-field-row.field_customer_code.error
.club-post-status.publish {
    background: #8fffc0;
}
.club-post-status.draft {
    background: #ffa48f;
}
.club-noting-to-show {
    float: right;
    width: 100%;
    background: #daefff;
    padding: 20px;
    border-radius: 10px;
}
.dashi-content .comment {
    float: right;
    width: 100%;
    position: relative;
    list-style: none;
    padding: 65px 20px 5px;
    border: 1px solid #aaa;
    border-radius: 15px;
    margin-bottom: 20px;
}
.dashi-content .comment .reply {
    display: none;
}
.dashi-content .comment .says {
    display: none;
}
.dashi-content .comment-meta.commentmetadata {
    top: 20px;
    left: 65px !important;
    right: 65px !important;
}
.dashi-content .comment-awaiting-moderation {
    color: #e65050;
    font-size: 12px;
}
.dashi-content .comment img {
    width: 40px;
    border-radius: 40px;
 }
.dashi-content .comment-meta.commentmetadata, .dashi-content .comment-author.vcard {
    right: 20px;
    left: 20px;
}
.dashi-content .comment-author.vcard  {
    top: 25px;
}

.club-warning-msg {
    float: right;
    width: 100%;
    background: #fbfbd7;
    padding: 10px;
    border-radius: 10px;
}
.chabok-score-message {
    float: right;
    width: 100%;
    background: #e3f2ff;
    padding: 13px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.score-num {
    font-size: 32px;
    margin: 0 15px;
    color: #00ba00;
}
.misc .check-img {
    width: 30px;
}
.check-flex {
    display: flex;
    align-items: center;
}
.check-flex img.check-img {
    width: 25px !important;
    min-width: 25px !important;
    margin-left: 10px !important;
}
.dashi-content .misc .check-img {
    width: 50px;
    min-width: 50px;
    margin: 0;
}
.dashi-title {
    float: right;
    width: 100%;
    color: var(--blueDark);
    font-size: 18px;
}
.chabok-score-message img {
    width: 43px;
    float: left;
    margin: 9px;
}
.chabok-header.club-header #site-navigation {
    width:70%;
}
.chabok-header.club-header .chabok-icon-box {
    width:30%;
}
.chabok-header.club-header .chabok-flex.chabok-col-30.top-bar-icon-block {
    width: 100%;
}

.chabok-header.club-header a {
    color: #fff;
}
.chabok-header.club-header a:hover,
.chabok-header.club-header a:focus {
    color: var(--mainBg);
}
.chabok-header.club-header .chabok-nav {
    display: flex;
}
.captcha-club img {
    min-width: 95px;
    min-height: 40px;
}
.verify-code.login-verify {
    box-shadow: none;
    padding: 0;
    margin: 0;
}
#listview::before,
#addnew::before {
    content: '';
    border-bottom: 10px solid #000;
    border-top: 10px solid transparent;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: -20px;
    left: -130px;
    right: 0;
    width: 10px;
    margin: auto;
}

#listview, #addnew {
    float: right;
    width: 100%;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 12px;
    position: relative;
}
#addnew::before {
    left:150px;
}
.club-hidden-div.dont-visible {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
}
.captcha-club input {
    width: 100%;
}
.captcha-club {
    display: flex;
}
.club-arm-bx {
    width: 100%;
}
.club-arm-bx .chabok-col-33 {
    
}
.reg-note,.social-note {
    text-align: center;
}
.reg-note {
    margin-bottom: 100px;
    float: right;
    width: 100%;
}
.reg-bt,
.sale-bt,
.stat-bt
{
    position: relative;
}
.reg-bt span.ny,
.sale-bt span.ny,
.stat-bt span.ny
{
        font-size: 88px;
        font-family: yekan;
        font-weight: 800;
        display: block;
        line-height: 1;
}
.chabok-header.club-header .top-bar-phone {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0;
}
li.btn-style a span {
    background: var(--mainBg);
    padding: 6px 15px;
    border-radius: 100px;
    color: var(--blueDark);
}
li.btn-style a {
    padding-left: 0 !important;
}
.social-note {
    position: relative;
    left: 0;
    right: 0;
    top: 300px;
}
.img-sa83 {
    position: absolute;left: 0;
}
.img-sa82 {
    position: absolute;right: 0;
}
.arm-reg-form h3::before {
    content: '';
    background: #eee;
    height: 0px;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}
.arm-reg-form h3 {
    position: relative;
}
.chabok-field-row.arm-field {
    position: relative;
}
.chabok-field-row.chabok-error .error-help {
    color: red;
    font-size: 12px;
    position: absolute;
    right: 0;
    bottom: -18px;
}
.chabok-field-row.chabok-error input,
.chabok-field-row.chabok-error textarea,
.chabok-field-row.chabok-error select {
    border-color: red;
}
fieldset.verify-code {
    background: #fff;
    border: 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    border-radius: 13px;
    padding: 73px;
    position: relative;
    z-index: 1;
    text-align: center;
}
.chabok-field-row button.chabok-loading::before {
    content: '';
    background: var(--blueDark);
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    border-radius: 100px;
    animation: blinking 2s infinite;
}
.chabok-field-row input[type="email"] {
    text-align: left;
    direction: ltr;
}
.chabok-club-col-12 {
    width:12.50%;
    padding:0 10px;
}
.dashi-content {
    background: #fff;
    border-radius: 10px;
    min-height: 100vh;
    overflow: hidden;
    box-shadow: 0 0 10px #00000045;
}
.dashi-menu ul li {
    padding:0;
    margin:0;
    display: block;
}
.dashi-menu ul li a i {
    display: block;
    text-align: center;
    font-size: 36px;
    color: #888;
    margin-bottom: 12px;
}
.dashi-menu ul li a {
    text-align: center;
}
.dashi-menu ul li a.chabok-active {
    background-color: var(--mainBg);
    color:#000;
}
.dashi-menu ul li a.chabok-active i {
    color:#000;
}
.dashi-menu ul li a {
    width: 100%;
    min-height: 130px;
    background-color:#fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: block;
    margin-bottom: 20px;
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    background-image: url('img/pattern5.png');
    background-repeat: no-repeat;
    background-size: 301px;
    background-position: 41px 17px;
}
.user-st {
    display: flex;
    align-items: center;
    font-size: 20px;
        /*
    font-weight: 900;
    */
    font-weight: 800;
}
.user-st h3 {
    font-size: 13px;
    color: var(--blueDark);
}
.user-st span {
    color: #e87109;
    margin: 0 10px;
    display: flex;
    align-items: center;
    font-size: 16px;
}
.user-st span::after {
    content: '';
    width: 30px;
    height: 30px;
    background: url('img/club/coin-arm.png');
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 6px;
}
.dashi-menu ul li a i.chabok-club-coin {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.chabok-club-coin small {
    font-size: 30px;
    font-family: tahoma;
}
.chabok-club-coin::after {
    content: '';
    width: 40px;
    height: 54px;
    background: url('img/club/coin-arm.png');
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 6px;
}
.dashi-slide {
    overflow: hidden;
    margin-bottom: 20px;
}
.dashi-slide img {
    border-radius: 10px;
}
.dashi-content .misc {
    margin-bottom: 20px;
    width: 100%;
    float: right;
}
.user-st {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.08);
    float: right;
    margin-bottom: 24px;
    padding: 0 27px 0 10px;
    border-radius: 46px 0 46px 46px;
}
.dashi-content .misc h3 {
    color: purple;
    font-size: 20px;
    margin:0;
}
.dashi-content .misc p {
    margin: 0;
}
.dashi-content .misc img {
    width: 103px;
    min-width: 100px;
    float: right;
    margin-left: 20px;
}
.dashi-content .misc .misc-content {
    width: 100%;
}
.dashi-content  .misc .misc-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.dashi-content .misc .fa-arrow-left {
    float: left;
    font-size: 26px;
    border: 1px solid var(--mainBg);
    padding: 10px;
    border-radius: 100px;
    min-width: 50px;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dashi-nav ul {
    margin: 0;
    padding: 0px;
}
.dashi-content {
    padding:20px
}
.misc {
    padding: 10px;
    border: 3px solid var(--mainBg);
    border-radius: 12px;
}
.chform-loading {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ch-timer {
    background: #fff;
    float: right;
    width: 100%;
    padding: 32px;
    border-radius: 10px;
    box-shadow: 0 0 10px #00000014;
}
.chform-loading::after {
    content: '';
    width: 100px;
    height: 100px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 8;
    right: 0;
    background-image: url('img/loader.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.chform-loading::after {
    content: '';
}
.chform-loading::before {
    content: '';
    background: #ffffffb0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    border-radius: 23px;
}

@keyframes blinking {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }

}

.chabok-club-message.error {
    background: #ffdbdb;
    border-radius: 6px;
    padding: 14px;
    margin-bottom: 20px;
}
.verify0c {
    max-width: 360px;
    margin:auto;
}
.chabok-club-message.success {
    background: #bdf9c0;
    border-radius: 6px;
    margin-bottom: 20px;
    padding: 14px;
}
.chabok-file-inp {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.file-inp-text.is-img {
    font-size: 0;
}
.file-inp-text.is-img::before {
    content: 'X';
    position: absolute;
    left: 0;
    font-size: 13px;
    color: #fff;
    top: 0;
    margin: 0;
    background: #000;
    padding: 0 8px;
    border-radius: 30px;
    left: -12px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.chabok-file-inp.field-file-holder.is-img {
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.chabok-file-inp input {
    opacity: 0;
    z-index: 3;
    position: relative;
    cursor: pointer;
    width: 100%;
}
.chabok-file-inp span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 6px;
    margin: auto;
    height: 24px;
}
.arm-reg-form.reg_qa_form {
    box-shadow: none !important;
    float: unset;
  padding: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.arm-reg-form h3 span {
    z-index: 2;
    position: relative;
    padding: 3px 18px;
    background: var(--mainBg);
    border-radius: 26px 7px 11px 11px;
}
.rtl .arm-reg-form h3 {
    font-size: 18px;
    position: relative;
  }
.chabok-club-col-100 {
    width: 100%;
    padding:0 10px;
}
.img-sa82.fi4 {
    width: 120px;
    margin-top: 200px;
}
.social-note a {
    font-size: 36px;
    margin: 0 13px;
}
.arm-reg-form h3,
.arm-reg-form p {
    text-align: left;
    color: var(--blueDark);
}
.arm-reg-form p {
    color: red;
    font-size: 13px;
}
.rtl .arm-reg-form h3,
.rtl .arm-reg-form p {
    text-align: right;
}
.img-sa82.fi3 {
    width: 120px;
    margin-top: 38px;
}
.chabok-club-main-txt.small-mascot img {
    width: 150px;
}
.arm-field {
    padding:0;
    margin-bottom: 20px;
}
.chabok-field-row.arm-field button {
    width: 100%;
    border-radius: 10px;
}
.chabok-field-row.arm-field textarea {
    width: 100%;
    height: 60px;
    font-size: 13px;
    outline: 1px;
}
.registration-note {
    font-size: 18px;
    color: #fff;
    margin-bottom: 62px;
}
.selection-user .sm-img, .sm2-img {
    cursor: pointer;
    transition: all 300ms;
}
.selection-user .sm-img:hover, .sm2-img:hover {
    transform: translateY(-10px);
    transition: all 300ms;
    border-bottom: 5px solid var(--mainBg);
}
.ch-timer .chabok-btn span {
    background: #fff;
    padding: 0 13px;
    border-radius: 5px;
    position: absolute;
    border: 1px solid #000;
    left: -62px;
    right: auto;
    padding: 3px 14px !important;
    top: 0;
    bottom: 0;
    margin: auto 13px !important;
    height: 23px;
}
.arm-field label {
    display: block;
    text-align: left;
}
.arm-field label small {
    font-size: 10px;
}
.rtl .arm-field label {
    text-align: right;
}
.chabok-club-col-33 {
    width:33.3333%;
    padding:0 10px;
}
.chabok-club-col-25 {
    width: 25%;
    padding:0 10px;
}
.chabok-club-col-100 {
    width:100%;
    padding:0 10px;
}
.chabok-field-row.arm-field select {
    padding: 10px;
    width: 100%;
    background: #f8fcff;
    border: 2px solid #ccc;
    border-radius: 4px;
}
.chabok-club-ftl {
    float: left;
}
.blue-light-message {
    width: 100%;
    float: right;
    background: #d3ebff;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
}
.club-post-list {
    float: right;
    width: 100%;
    border: 1px solid #eee;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 14px;
    box-shadow: 0 0 4px rgba(0,0,0,0.04);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.chabok-club-ac {
    float: left;
}
.club-post-list h2 {
    font-size: 17px;
    color: var(--blueDark);
}
.club-btn-now {
    margin-bottom: 14px;
    float: right;
    width: 100%;
    text-align: center;
}
.add-new-projects,
.projects-list-div,
.club-tab-content {
    display: none;
}
.club-tab-btn.chabok-active {
    background:var(--blueDark);
    color:#fff;
}
.add-new-projects.chabok-active,
.projects-list-div.chabok-active,
.club-tab-content.chabok-active {
    display: block;
}

.arm-reg-form {
    background: #fff;
    float: right;
    padding: 32px;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    opacity: 0;
    position: absolute;
    height: 1px;
    width: 1px;
    top: 0;
    transition: all 400ms;
}

.arm-reg-form.chabok-active.profile-form {
    box-shadow: none;
    padding: 0;
}
.arm-reg-form.chabok-active {
    opacity: 1;
    transition: all 400ms;
    position: relative;
    width: 100%;
    height: auto;
}
form .chabok-i8732 {
    background: #fff;
    margin-bottom: 100px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.chabok-password-field[disabled="disabled"] {
    display: none;
}
form .chabok-i8732 p {
    margin: 0 0 20px;
}
.chabok-i8732.sm-img img, .chabok-i8732.sm2-img img {
    width: 100px;
}
.chabok-arm-box.arm-login-box {
    margin-top: -65px;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.2);
    text-align: unset;
}
.chabok-arm-box.arm-register-box {
    margin-top: -65px;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.2);
    max-width: 800px;
  }
.club-section-fs.chabok-no-bg .social-note,.club-section-fs.chabok-no-bg h3, .club-section-fs.chabok-no-bg .social-note a {
    color: #999;
}
.club-section-fs.chabok-no-bg {
    background: none;
    padding: 0;
}
.club-section-fs.chabok-no-bg .social-note {
    top: 0;
}
.reg-bt a,
.sale-bt a,
.stat-bt a {
    background: #009d87;
    color: #fff;
    font-weight: 800;
    font-size: 17px;
    width: 300px;
    padding: 22px;
}
.sale-bt a {
    background: #f71b85;
}
.stat-bt a {
    background: #6f48ef;
}
.reg-note h3,.social-note h3, .club-user-content-shared h3 {
    color:var(--blueDark);
    font-size: 22px;
    font-weight: 800;
    text-align: center;
}
.customer-finder {
    background: #fff;
    margin-top: 188px;
    padding: 30px;
    border-radius: 19px;
    box-shadow: 0 0 41px #0000000a;
    margin-bottom: 100px;
}
.chabok-i8732 {
    text-align: center;
    padding: 16px;
    border-radius: 20px;
    box-shadow: 0 0 22px rgba(0,0,0,0.1);
    height: 100%;
    background-image: linear-gradient(to bottom,#fff,#ffffffa1);
}
.customer-finder form {
    display: flex;
    justify-content: center;
}
.customer-finder form button:hover {
    transform: unset;
}
.customer-finder input {
    min-width: 200px;
    width: 38%;
    margin-left: -35px;
    margin-right: -35px;
    border-radius: 99px;
  }

.customer-finder h3 {
    text-align: center;
    color: var(--blueDark);
    font-weight: 800;
}
.customer-finder p {
    text-align: center;
    color: var(--blueDark);
}
.club-section-ls {
    margin-bottom: 50px;
    padding-bottom: 90px;
    background-image: url('img/17.webp');

}
.club-section-fs {
    background: url('img/9-1.webp');
  padding-bottom: 300px;
  background-position: top;
  background-size: cover;
  padding-top: 100px;
}
.chabok-i8732 img {
    width: 145px;
}
.chabok-i8732 h2 {
    font-size: 19px;
    font-weight: 800;
    color: var(--blueDark);
}
.chabok-cycle-title {
    font-weight: bold;
    color:rgb(255, 217, 0);
    font-size: 18px;
}
.chabok-cycle-value {
    font-size:18px;
}
.chabok-header.club-header {
    overflow: hidden;
}
.chabok-club-main-txt {
    text-align: center;
    margin-top:150px;
}
.chabok-club-main-txt img {
    width: 360px;
}
.chabok-club-head-title h1 {
    /*
    font-weight: 900;
    */
    font-weight: 800;
}
.chabok-club-head-title.with-pdd h1 {
    padding-right: 20%;
}
.chabok-club-head-title p {
    color: #fff;
    font-size: 17px;
}
.chabok-club-p h2, .chabok-club-p h1, .chabok-club-p h3, .chabok-club-p h4 {
    color: var(--blueDark);
    font-size: 19px;
    font-weight: 800;
}
.mg-ei3 {
    padding-left: 70px;
}
.section-side-g {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.club-count-box img {
    width: 60px;
    height: 60px;
  }
.club-count-box {
    background: var(--mainBg);
    color: var(--blueDark);
    text-align: center;
    font-size: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 180px;
  margin-bottom: 20px;
  border-radius: 25px;
  align-items: center;
}
.club-count-box h3 {
    color:var(--blueDark);
    font-size: 15px;
    line-height: normal;
  margin: 0;
    width: 100%;
}
.club-count-box h4 {
    line-height: normal;
  margin: 0;
    font-size: 37px;
    color: var(--blueDark);
    width: 100%;
}
.chabok-club-page {
    background-size: 110% 730px;
    background-image: url('img/club-bg.png');
    background-repeat: no-repeat;
    width: 100%;
    padding-bottom: 50px;
}
.chabok-club-p {
    color:#555;
}
.club-text-center {
    text-align: center;
}











.chabok-time-icon::before {
    content: '\f017';
}
.chabok-leaf-icon::before {
    content: '\f6f7';
}
.chabok-temp-icon::before {
    content: '\f2c7';
}
.chabok-heart-icon::before {
    content: '\f21e';
}
.chabok-back-icon::before {
    content: '\f2ea';
}
.chabok-hourglass-icon::before {
    content:'\f254';
}
.chabok-gear-icon::before {
    content:'\f013';
}
.chabok-info-icon::before {
    content: '\f05a';
}

.diseases-content h2 {
    border-bottom: 2px solid green;padding: 13px 0;
}

/*-----------------------------------*\
Contact Form 7
\* ----------------------------------*/

.chabok-cf7 {
    background:#f8fbfd;
}
.chabok-cf7-inner {
    padding:30px;
    position: relative;
    overflow: hidden;
}
.chabok-cf7-inner::after,.chabok-cf7-inner::before {
    content: '';
    width: 10px;
    height: 100%;
    position: absolute;
    display: block;
    background-image: repeating-linear-gradient(135deg, #F29B91 0px, #F09290 15px, transparent 15px, transparent 25px, #83B3DB 25px, #84ADCB 40px, transparent 40px, transparent 50px);
}
.chabok-cf7-inner::after {
    left:0;
    top: 0;
}
.chabok-cf7-inner::before {
    right:0;
    top: -13px;
    transform: rotate(180deg);
}
.wpcf7-form-control.wpcf7-select,
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.chabok-cf7::after,.chabok-cf7::before {
    content: '';
    width: 100%;
    height: 10px;
    display: block;
    background-image: repeating-linear-gradient(135deg, #F29B91 0px, #F09290 15px, transparent 15px, transparent 25px, #83B3DB 25px, #84ADCB 40px, transparent 40px, transparent 50px);
}
#post-282 {
    background: #fff;padding: 20px;margin-top: -100px;border-radius: 10px;
}
.wpcf7 .chabok-col-25,
.wpcf7 .chabok-col-50 {
    margin-bottom:20px;
}
.wpcf7 .chabok-col-25 input,
.wpcf7 .chabok-col-50 input,
.wpcf7 .chabok-col-25 textarea,
.wpcf7 .chabok-col-50 textarea {
    width:100%;
}

.wpcf7 textarea {
    height:150px;
}

/* author */
.author-avatar {
    text-align: center;
}
.author-avatar img {
    border-radius: 50%;
    width: 96px;
    height: 96px;
}
.author-avatar h3 {
    color:#fff;
}

.pagination {
    text-align: center;
}
.pagination .page-numbers {
    background: #ffca2c;
    padding: 4px 13px;
    border-radius: 4px;
    color: #333;
    transition: 300ms all;
}
.pagination .page-numbers.current,.pagination .page-numbers.current:hover {
    background: #cf5d36;
    color: #fff;
}
.pagination .page-numbers:hover {
    background: #444;
    color:#fff;
}

.chabok-sharing .chabok-facebook {
    background: #3B5998;
}
.chabok-sharing .chabok-twitter {
    background: #55ACEE;
}
.chabok-sharing .chabok-linkedin {
    background: #007bb5;
}
.chabok-sharing .chabok-telegram {
    background: #56b5fb;
}
.chabok-sharing .chabok-instagram {
    background: #a81b8b;
}
.chabok-sharing .chabok-icon {
    color: #fff;
    opacity: 0.7;
    padding: 8px;
    font-size: 30px;
    width: 46px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 5px;
    transition: 600ms all;
}
.chabok-sharing .chabok-icon:hover,
.chabok-sharing .chabok-icon:focus {
    opacity: 1;
    color:#fff;
}

.product-post-sharing {
    margin-top:40px;
    text-align: center;
}
.chabok-footer-social .chabok-icon {
    font-size: 22px;
    width: 38px;
}
.call-action,
.my-email {
    letter-spacing: 2px;
    font-weight: 400;
}

.single-iconbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-size: 24px;
    right: 20px;
    top:-100px;

    position: absolute;
}
.archive .single-iconbox {
    top:-6px;
}

.counter-hidden .count-box {
    display: none;
}
.chabok-product-like  {
    margin-right: 30px;
}
.wp_ulike_btn::after {
    content: "\f004" !important;
    background: none !important;
    font-family: "Font Awesome 5 Pro";
    font-size: 25px;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    transform: unset !important;
    position: relative !important;
}
.wp_ulike_btn:hover {
    transform: unset !important;
}
.wp_ulike_btn.wp_ulike_btn_is_active::after {
    content: "\f004" !important;
    font-weight: bold;
    color: #fb0000;
}

.chabok-loop-like {
    direction: rtl;
    position: absolute;right: 12px;font-size: 23px;top: 0px;color: #b30000;z-index:9;
}
.chabok-loop-like .wpulike-heart .wp_ulike_put_image {
	width: 48px;
	height: 48px;
}

.chabok-loop-like .wpulike-heart .wp_ulike_general_class {
    box-shadow: none;
}

.chabok-loop-like .wpulike-heart .count-box {
    visibility: hidden;
}

.mobile-sharing-btn {
    display: none;
}
.developer-c {
    text-align: left; padding-left: 50px;
}

.wp-signup-container {
    margin: 30px auto !important;
    max-width: 400px;
    font-size: 14px !important;
}

.wp-signup-container h2 {
    font-size: 16px;
}

.mu_register label {
    margin-bottom: 0 !important;
    font-size: 13px !important;
}

.mu_register input[type="submit"], .mu_register #blog_title, .mu_register #user_email, .mu_register #blogname, .mu_register #user_name {
    font-size: 19px !important;
    margin: 0px 0 !important;
}


.gallery-item {
    width: 31.333% !important;
    margin: 10px 1% !important;
    border-radius: 10px !important;
    overflow: hidden !important;
}
.gallery-columns-2,
.gallery-columns-3,
.gallery-columns-1,
.gallery-columns-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#gallery-1 .gallery-item {
    float: right;
    text-align: center;
    margin-bottom: 74px !important;
  }
.gallery-columns-2 .gallery-item {
    width:48% !important;
}
.gallery-columns-4 .gallery-item {
    width: 23% !important;
}
.gallery-item img {
    width: 100%;
}
.gallery-columns-8 .gallery-item {
    width: 12% !important;
}
.gallery-columns-2 .gallery-item {
    width:48% !important;
}
.gallery-caption {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.video-embedder-container iframe {
    width: 100%;
    border: 0;
    border-radius: 11px;
}
.wp-video {
    border-radius: 12px;
  overflow: hidden;
}
.gallery-item img {
    border:0 !important;
}
img.aligncenter, img.alignnone, img.alignleft, img.alignright {
	max-width:100%;
}
.chabok-content img {
    border-radius: 10px;
}
.alignleft-continer {
    position: relative;
    display: block;
    float: left;
    margin-right: 15px;
    border-radius: 13px;
}
.alignleft-continer::before {
    content: '';
    background: var(--mainBg);
    position: absolute;
    top: -8px;
    left: 0;
    width: 95%;
    height: 97%;
    bottom: 0;
    display: block;
    border-radius: 21px;
}
.alignleft-continer img {
        padding: 10px 0 0 15px;
        position: relative;
        border-radius: 42px;
}
img.alignright {
	float:right;
	margin:0 0 0 1%;
}

img.alignleft {
	float:left;
	margin:0 1% 0 0;
}

img.aligncenter, .aligncenter {
	display:block;
	margin:0 auto;
	text-align:center;
}

/* sonar effect */
.chabok-ring-sonar {
	width: 200px;
z-index:999;
left: 0;
position: fixed;
height: 140px;
bottom: 0;
}
.phonering-alo-phone.phonering-alo-static {
    opacity:.6
}
#chabok-open-fixed-contactus::after {
    content: '';
    width: 136px;
    position: absolute;
    height: 49px;
    right: -123px;
    left: auto;
}
.phone-ring-text {
    text-align: center;
    background: var(--mainBg);
    color: var(--blueDark);
    border-radius: 0px 30px 30px 0;
    bottom: 5px;
    left:48px;
    position: relative;
    margin: 0 5px;
    width: 144px;
    top: 25px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.phonering-alo-phoneIcon:hover .phone-ring-text {
    background: #00c835;
}
.phone-ring-text::before  {
    content: attr(data-title-first);
    animation: change_phone_ring_text infinite 3s;
    animation-timing-function: ease-in-out;
    animation-duration: 3s;
}
@keyframes change_phone_ring_text {
    0% {
        content: attr(data-title-first);
    }
    100% {
        content: attr(data-title-second);
    }
}

.phonering-alo-phone.phonering-alo-hover,.phonering-alo-phone:hover {
    opacity:1
}

.phonering-alo-ph-circle {
    width:100px;
    height:100px;
    top:0px;
    left:0px;
    position:absolute;
    background-color:transparent;
    border-radius:100% !important;
    border:2px solid rgba(30,30,30,0.4);
    border:2px solid #bfebfc 9;
    opacity:.1;
    -webkit-animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition:all .5s;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle {
    -webkit-animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important;
    animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle {
    -webkit-animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important;
    animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone:hover .phonering-alo-ph-circle {
    border-color:#00aff2;
    opacity:.5
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle {
    border-color:#75eb50 ;
    border-color:#baf5a7;
    opacity:.5
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
    border-color:#00aff2 ;
    border-color:#fcbfbf;
    opacity:.5
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle {
    border-color:#ccc;
    opacity:.5
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle {
    border-color:#75eb50 ;
    opacity:.5
}

.phonering-alo-ph-circle-fill {
    width:70px;
    height:70px;
    top:15px;
    left:15px;
    position:absolute;
    background-color: #000;
    border-radius:100% !important;
    border:2px solid transparent;
    -webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition:all .5s;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle-fill {
    -webkit-animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important;
    animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle-fill {
    -webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
    animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
    opacity:0!important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(0,175,242,0.5);
    background-color:#00aff2 9;
    opacity:.75!important
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(117,235,80,0.5);
    background-color:#baf5a7 9;
    opacity:.75!important
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
    background-color:rgba(0, 242, 32, 0.5);
    background-color:#a6e3fa 9
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(204,204,204,0.5);
    background-color:#ccc 9;
    opacity:.75!important
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle-fill {
    background-color:rgba(242, 45, 0, 0.5);
    opacity:.75!important
}

.phonering-alo-ph-img-circle {
    width:50px;
    height:50px;
    top:25px;
    left:25px;
    position:absolute;
    border-radius:100px !important;
    border:2px solid transparent;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%;
    text-align: center;
	background-size: 70%;
}

.phonering-alo-ph-img-circle::before {
    content: "\f4b6";
    font-family: "Font Awesome 5 Pro";
    font-size: 25px;
    position: relative;
    top: 1px;
    color: #fff;
    -webkit-animation: change_icon 4s infinite ease-in-out;
    transition: all 500ms;
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
    -webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important;
    animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important;
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {
    -webkit-animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important;
    animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important;
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone:hover .phonering-alo-ph-img-circle {
    background-color:#00aff2;
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-img-circle {
    background-color:#009b5a;
    background-color:#75eb50 9
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
    background-color:var(--blueDark);
    background-color:#00aff2 9
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-img-circle {
    background-color:#ccc
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-img-circle {
    background-color:#75eb50
}

.chabok-fixed-title {
    margin: 0;
    font-size: 16px;
    line-height: 3;
    padding: 0 10px;
    background: var(--blueDark);
    color: #fff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.chabok-modal-box-fixed ul {
    margin:10px 0;
    list-style: none;
    padding:0;
}

.chabok-modal-box-fixed ul li {
    line-height: 2;
    font-size:18px;
    display: block;
}
.chabok-modal-box-fixed ul li a {
    padding:0 10px;
    display: block;
    color:var(--blueDark);
}
.chabok-modal-box-fixed ul li a:hover {
    color:var(--blueDark);
}

.chabok-modal-box-fixed ul li a:hover {
    background:#eee;
}
.chabok-modal-box-fixed {
    width: 285px;
    height:auto;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    position: absolute;
    left: 50px;
    top:0;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.09);
    transition: all 50ms;
}

.chabok-modal-box-fixed.chabok-active {
    min-height: 145px;
    visibility: visible;
    overflow: unset;
    top: -157px;
    transition: all 100ms;
}

/* fixed back to top button */
#chabok-button-to-top {
    display: inline-block;
    background-color: var(--mainBg);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100px;
    position: fixed;
    bottom: 70px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }

  #chabok-button-to-top::after {
    content: "\f077";
    font-family: 'Font Awesome 5 Pro';
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    line-height: 50px;
    color: var(--blueDark);
  }

  #chabok-button-to-top:hover {
    cursor: pointer;
    background-color: var(--blueDark);
    color: #fff;
  }
  #chabok-button-to-top:hover::after {
    color: #fff;
  }
  #chabok-button-to-top:active {
    background-color: #555;
    color: #fff;
  }
  #chabok-button-to-top.chabok-show-to-top {
    opacity: 1;
    visibility: visible;
  }

  .mouse-btn-down {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
  }
  .mouse-btn-down {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
  }
  .mouse-btn-down {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: 20px;
    width: 30px;
    height: 68px;
    cursor: pointer;
    display: block;
    z-index: 20;
    cursor: pointer;
  }
  .chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
  }
  .chevron::before {
    left: 0;
    transform: skew(0deg, 30deg);
  }
  .chevron::before, .chevron::after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff;
  }
  .chevron::after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
  }
  .chevron:first-child {
    animation: move 3s ease-out 1s infinite;
  }
  .chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
  }


@keyframes move {
    25% {
      opacity: 1;
  
    }
    33% {
      opacity: 1;
      transform: translateY(30px);
    }
    67% {
      opacity: 1;
      transform: translateY(40px);
    }
    100% {
      opacity: 0;
      transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}
  
@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
        -webkit-opacity:.1
    }

    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        -webkit-opacity:.5
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        -webkit-opacity:.1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }

    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes change_icon {
    0% {
        content: '\f4b6';
        transition: all 500ms;
    }
    30% {
        content: '\f4b6';
        transform: rotate(50deg);
        transition: all 500ms;
    }
    60% {
        content: '\f4b6';
        transform: rotate(90deg);
        transition: all 500ms;
    }
    100% {
        content: "\f4a6";
        transition: all 500ms;
    }
}


@-webkit-keyframes fadeInRight {
    0% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }

    100% {
        opacity:1;
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
    }
}

@keyframes fadeInRight {
    0% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }

    100% {
        opacity:1;
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity:1
    }

    100% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity:1
    }

    100% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
                transform:rotate(0) scale(.5) skew(1deg);
        opacity:.1
    }

    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.5
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.1
    }
}

@keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
                transform:rotate(0) scale(.5) skew(1deg);
        opacity:.1
    }

    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.5
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }

    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}

@keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }

    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
}

@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
}

/*------------------------------------*\
Responstive
\*------------------------------------*/

@media screen and (min-width:1600px) {
    
    /* .chabok-home-slide .slide-large {
        background-size: cover !important;
        background-position: center !important;
    } */
    .slider-content-container {
        height:790px;
        max-height: 100vh;
        padding-top:200px
    }
}

@media screen and (max-width:1400px) {
   .chabok-container,.head, .slider-content-container {
      /*   max-width: 1280px; */
        padding-right:25px;
        padding-left: 25px;
    }
     /*
    .slider-content-container {
        height:440px;
    }
    */
    
}

@media (max-width:1200px) {
    .chabok-header ul > li a {
        padding:0 12px;
    }
    .chabok-product-box-th .product-name h3, .chabok-product-box-th .more {
        padding-bottom: 0;
    }
    .chabok-product-box-th .product-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }
    .product-items-sec.chabok-3-col .chabok-product-box-th .product-box {
        display: block;
    }
    .chabok-product-box-th .product-name h3 {
        width: 100%;
    }
    .chabok-product-box-th .product-name {
        padding-top:0;
        padding-bottom: 0;
        width: 100%;
    }
    .chabok-footer-top-bar .chabok-container {
        display: flex;
        align-items: center;
    }
    .chabok-footer-top-bar .chabok-container .chabok-col-10 {
        min-width: 110px;
    }
    .chabok-why-icon-text li .icon-txt {
        font-size: 27px;
        height: 100%;
    }
    .chabok-col-70.ftl.chabok-why-icon-text {
        display: flex;
    }
    .icon-txt h4 {
        font-size: 13px;
    }
    .chabok-why-icon-text li a {
        height: 100%;
    }
    .chabok-head-one::after {
        content: '';
        width: 78%;
    }
    .slider-content-container video {
        width:100% !important;
        height: auto !important;
    }
    .chabok-top-bar .top-bar-icon-block {
        width: 50%;
    }
    .chabok-top-bar .top-bar-icon-block:nth-child(3) {
        display: none;
    }
    .edit-02 .chabok-top-bar {
        padding-top:26px;
    }
    .chabok-pipe-nav,
    .chabok-flex.chabok-col-30.top-bar-icon-block {
        padding:0;
    }
}

@media screen and (max-width:1024px) {
    #About .full-width .chabok-counter-section .chabok-col-100, #About .full-width .li-iconize li {
        width: 100%;
        padding:0;
    }
    .chabok-flex.chabok-col-30.top-bar-icon-block {
        width: 32%;
    }
    .chabok-header ul > li a {
        padding:0 7px;
    }
    .archive #post-loop .chabok-col-25 {
        width: 33.33333%;
    }
    .chabok-home-slide .slide-large {
        background-size: cover !important;
        background-position: center left 100% !important;
    }
    .chabok-home-slide .slide-large {
        height: 85vh;
        background-position: center !important;
    }
    article.type-products .chabok-container.chabok-flex .chabok-col-30,
    article.type-products .chabok-container.chabok-flex .chabok-col-70 {
        width:50%;
    }
    article.type-products .chabok-container.chabok-flex .chabok-product-side-content .chabok-col-70,
    article.type-products .chabok-container.chabok-flex .chabok-product-side-content .chabok-col-30 {
        width:100%;
    }
    .pr-rox {
        width: 50%;
        float: right;
        padding: 0px 18px 11px;
    }
    .chabok-adipr-content {
        border:0 !important;
    }

}

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

    /* customner club */

    .chabok-arm-box.arm-login-box {
        padding: 40px 25px;
    }

    .img-sa82.fi4 {
        display: none;
    }
    .arm-reg-form {
        padding: 15px;
    }
    .chabok-club-page {
        padding-right: 10px;
        padding-left: 10px;
    }
    form .chabok-i8732 {
        margin-bottom: 20px;
    }
    .selection-user .chabok-col-33 {
        width: 100%;
        max-width: 400px;
        margin: auto;
        float: unset;
    }
    .arm-reg-form .chabok-club-col-25, .arm-reg-form .chabok-club-col-12, .arm-reg-form .chabok-club-col-33 {
        width: 100%;
    }
    .chabok-header.club-header #site-navigation.main-navigation {
        position: relative;
        width: 85%;
        height: auto;
        transform: unset;
        display: flex;
        padding: 0 !important;
    }
    li.btn-style a span {
        background: var(--mainBg);
        padding: 6px 10px;
        border-radius: 100px;
        color: var(--blueDark);
        font-size: 14px;
    }
    .chabok-header.club-header {
        padding: 20px 0;
    }
    .chabok-header.club-header  .chabok-nav > ul:first-child {
        display: none;
    }
    .chabok-header.club-header #chabok-toggle-menu {
        color:#fff;
        margin-top: 3px;
    }
    .chabok-header.club-header  .chabok-nav-items {
        max-width: 100%;
        float: right;
        width: 100%;
    }
    .chabok-header.club-header ul li a::before,
    .chabok-header.club-header ul li:hover a::before,
    .chabok-header.club-header ul li a:hover::before,
    .chabok-header.club-header ul li:focus a::before,
    .chabok-header.club-header ul li a:focus::before {
        content: none !important;
    }
    .clun-dash-navigation,
    .clun-dash-content {
        width: 100%;
        margin: auto;
        float: unset;
    }
    .clun-dash-content {
        padding: 0 17px;
    }
    .clun-dash-navigation li {
        width: 16.6666%;
        float: right;
        padding: 0 6px !important;
    }
    .chabok-club-head-title.with-pdd h1 {
        padding-right: 0;
    }








    .section-side-g .chabok-col-50 {
        width: 100%;
    }
    .section-side-g {
        flex-wrap: wrap;
    }
    .mg-ei3 {
        padding:0 !important;
    }
    .mg-ei3 .chabok-col-50 {
        width:50%;
    }
    .club-section-ls {
        padding-bottom: 0;
        
    }
    .club-section-fs {
        padding-top: 10px;
    }
    .reg-note .chabok-col-33 {
        display: none;
    }
    .reg-note .chabok-col-33:last-child {
        display: block;
    }
    .social-note .img-sa83 {
        display: none;
    }
    .customer-finder input {
        min-width: 176px;
        width: 48%;
        margin-left: 0px;
        margin-right: 0;
        border-radius: 100px;
    }
    .club-section-fs .chabok-col-33 {
        width: 100%;
        margin-bottom: 23px;
        max-width: 460px;
        margin-right: auto;
        margin-left: auto;
    }
    .chabok-contact-flex {
        flex-wrap: wrap;
    }
    .rtl .aligned-left.chabok-col-60,
    .rtl .aligned-right.chabok-col-60  {
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .chabok-col-100.why-with-honors .chabok-col-30, #About .chabok-col-100.why-with-honors .chabok-why-co, .chabok-col-100.why-with-honors .chabok-col-70 {
        width: 100%;
        margin-bottom: 10px;
    }
    .chabok-col-50.ftl.div-e3 {
        padding:0;
    }
    #About .chabok-col-100.why-with-honors .chabok-why-co {
        padding:0 !important;
    }
    .chabok-col-100.ftl.pdd-0.icon-container-flex {
        width: 50%;
    }
    .uses-section-img {
        top:100px;
    }
    .chabok-section.chabok-counter-section {
        margin: 0 !important;
        width: 100%;
    }
    #honor .chabok-col-60, #honor .chabok-col-40 {
        width: 100%;
    }
    .chabok-pipe-nav {
        position: unset;
    }
    .faq-archive-cat .chabok-col-50 {
        width:100% !important;
    }
    .page-template-blog-front .chabok-blog-section .chabok-col-60 {
        width: 100%;
    }
    .page-template-blog-front .chabok-blog-category-section .chabok-col-25 {
        width: 50%;
        margin-bottom: 45px;
    }
    .page-template-blog-front .chabok-blog-category-section .chabok-col-25 img {
        width:100%;
    }
    .post-loop-items .video-widget,
    .chabok-full-width .post-loop-items .chabok-col-25  {
        width: 33.333%;
    }
    .single-post .chabok-post {
        width:100%;
        border:0px !important;
    }
    aside.sidebar {
        width: 100%;
    }
    .sidebar-is-or-not-fix.chabok-fixed-sidebar,
    .sidebar-is-or-not-fix {
        top:auto !important;
        position: relative !important;
        width: 100% !important;
        max-width: 100% !important;

    }
    .edit-5 .top-bar-icon-block.icon-niv {
        justify-content: left;
        text-align: left;
        top:0;
        margin-left: 0;
    }
    .header-social.edit-2 {
        margin-right: 0;
    }
    .edit-02 .top-bar-icon-block.icon-niv .chabok-icon-class {
        font-size: 31px;
        line-height: 1.5;
    }
    .comments h2 {
        margin-top: 25px;
    }
    .video-playlist {
        padding:0 !important;
        border:0 !important;
    }
    .chabok-video-section video {
        width:100%;
    }
    .chabok-blog-section .chabok-col-30 {
        width: 50%;
    }
    .chabok-blog-section .chabok-col-40 {
        width: 100%;
    }
    .blog-section-sidebar {
        padding: 51px 0;
    }
    .blog-section-sidebar::before {
        content: none;
    }
    .contactus-box {
        margin-bottom: 20px;
    }
    .chabok-header ul > li.home-icon a::before,
    .chabok-header ul > li.home-icon a:hover::before,
    .chabok-header ul > li.home-icon a:focus::before {
        content:none !important;
    }
    .chabok-contact-social {
        background-size: 150% !important;
    }
    .chabok-page-content-row .chabok-col-60,
    .chabok-page-content-row .chabok-col-40 {
        width:100%;
    }
    .why-you {
        padding: 30px 0;
    }
    .chabok-why-text {
        margin-bottom: 20px;
    }
    .why-bg-2 {
        background-size: cover !important;
        height: 300px;
    }
    .chabok-iconbox-container {
        overflow: auto;
    }

    .product-items .chabok-col-25 {
        min-width: 33.3333%;
        margin-bottom: 20px;
    }
    .chabok-taxonomy .product-items  {
        display: block;
    }
    .product-items .chabok-col-20 {
        min-width: 25%;
    }
    .site-text {
        font-size: 30px;
        top: -26px;
    }
    .slogan-url:hover .chabok-slogan-iconbox,
    .slogan-url:focus .chabok-slogan-iconbox {
        transform: unset;
    }
    .chabok-iconbox-container .chabok-col-20 {
        min-width: 235px;
    }
    .chabok-head .chabok-container {
        padding: 0;
    }

    .chabok-home-slide .owl-next,
    .chabok-home-slide .owl-prev {
        display: none;
    }
    .chabok-contactus-section .chabok-col-60,
    .chabok-contactus-section .chabok-col-40 {
        width:100%;
    }
    .contactus-title, .contactus-btn-holder {
        text-align: center;
    }
    .contactus-title {
        padding-bottom: 0;
    }
    .chabok-diseases-poster {
        position: relative;
    }

    .chabok-dr-text {
        padding:6%;
    }


    .dr-profile .attachment-full {
        width:100%;
    }

    .chabok-single-title {
        width:100%;
        max-width: 100%;
    }

    .chabok-dr-iconbox.ftr {
        float: none;
        width: 100%;
        margin-top: 0;
        padding: 0 10px;
    }

    .chabok-cycle.chabok-col-70 {
        width:100%;
    }

    .chabok-diseases-poster::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
        background: #00000070;
        top: 0;
        left: 0;
    }
    .pannel-btn-header a:hover, .pannel-btn-header a:focus {
        background: var(--blueDark);
        border-color: var(--blueDark);
      }
    .chabok-video-section .chabok-col-55, 
    .chabok-video-section .chabok-col-45 {
        width: 100%;
       
    }
    .chabok-video-section .chabok-col-55 {
        text-align: center;
        margin-bottom: 100px;
    }
    .vlog-larger-video {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .chabok-video-section {
        padding:100px 0;
        background-position: right;
    }

    .chabok-diseases-section.term-diseases-section .chabok-diseasess-title h2, 
    .chabok-doctor-section.term-doctor-section .chabok-doctors-title h2,
    .section-faq-title {
        font-size:22px;
    }

    .chabok-diseases-section.term-diseases-section .chabok-diseasess-title, 
    .chabok-doctor-section.term-doctor-section .chabok-doctors-title {
        min-height: 60px;
    }
    .chabok-faq-in-post .chabok-faq-q h4, .chabok-faq-in-post .chabok-faq-q h2 {
        font-size:16px;
    }

    .chabok-term-content-left {
        width:100%;
    }
    .chabok-top-bar .b-date {
        display:none;
    }

    .chabok-why-content .chabok-col-50 {
        width:100%;
    }

    .chabok-why-content .chabok-why-text {
        padding:6%;
    }
    article.services, article.doctors {
        padding:0 !important;
    }
    article.services .chabok-content > .chabok-col-50 {
        width:100%;
    }

    article.services  > .chabok-col-25 {
        width:50%;
    }

    article.doctors > .chabok-col-25 {
        width:33.333%;
    }

    .chabok-counter-section .chabok-col-25 {
        width:50%;
        margin-bottom: 50px;
    }
    .chabok-qa-section {
        padding:0;
    }
    .chabok-bg-hold-qa {
        background:none;
        display: none;
    }
    .chabok-counter-section {
        padding-bottom: 40px;
    }

    .chabok-faq-section .chabok-col-50 {
        width:100%;
    }
    .chabok-faq-section .chabok-col-50.pdl-20,
    .chabok-faq-section .chabok-col-50.pdr-20  {
        padding-left:0 !important;
        padding-right:0 !important;
    }
    .chabok-faq-img img {
        width:100%;

    }
    .chabok-qa-section.chabok-qa-bg-holder .chabok-col-50 {
        width:100%;
        margin-bottom: 20px;
    }
    .chabok-qa-section .chabok-qa-box {
        padding:30px;
    }
    .chabok-tour-section .chabok-col-33 {
        width:100%;
        padding:0 !important;
        margin:0;
    }
    .chabok-tour-box-reverse {
        display:block;
    }
    .chabok-tour-section .chabok-tour-img-container,
    .chabok-tour-section .chabok-tour-content {
        width:50%;
        margin:0;
        float: left;
        padding:0 10px;
    }
    .chabok-tour-section .chabok-tour-box-reverse .chabok-tour-img-container {
        float: right;
    }

    .chabok-about-section {
        background-position: top;
    }

    .chabok-about-img-blk {
       width:100%;
    }
    .chabok-about-section .chabok-col-40,
    .chabok-about-section .chabok-col-30 {
        width:100%;
        padding:0 !important;
    }
    .chabok-about-img-container::before {
        content:none;
    }
    .chabok-about-section .chabok-col-30.img-ab {
       width:100%;
       margin-top: 40px;
       text-align: center;
    }
    .chabok-section.chabok-counter-section .chabok-col-100 {
        width: 100%;
    }
    .chabok-about-section .chabok-col-30.img-ab img {
        max-width: 300px;
    }
    .chabok-about-img-container {
        padding:0;
        width:100%;
    }
    .chabok-about-img-container img {
        width:100%;
    }

    .chabok-toggle-menu {
        display: inline-block;
        margin:0 7px;
    }
    #site-navigation.main-navigation {
        position: absolute;
        width:320px;
        height:100%;
        transform: translateX(-102%);
        overflow: hidden;
        transition: transform 300ms;
    }
    #site-navigation {
        padding-right: 21px !important;
        padding-left: 21px !important;
    }
    .chabok-header ul > li a::before {
        width: auto;
        height: auto;
        top: auto;
        position: unset;
        bottom: auto;
    }
    .chabok-header ul li {
        line-height: 3;
    }
    .chabok-header ul li a:hover {
        color:#fff;
    }
    .chabok-header ul li a:focus {
        color:#fff;
    }
    .chabok-header ul li > ul li {
        width:100%;
    }
    .chabok-header.chabok-active .chabok-main-head-content {
        position: fixed;
        z-index: 9999999;
        margin: 0 auto;
        width: 320px;
        max-width: 320px;
        padding:0;
        top: 0px;
        left: 0;
        right: auto;
        background-color: var(--blueDark);
    }
    .chabok-header.chabok-active .chabok-main-head-content a {
        margin:auto;
    }
    .chabok-header.chabok-active .chabok-main-head-content::after {
       /* content: ''; */
        background: #d25b24;
        width: 60px;
        height: 3px;
        position: absolute;
        bottom: -15px;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 10px;
        opacity: 1;
        transition: all 300ms;
    }
    #site-navigation.main-navigation.chabok-active {
        position: fixed;
        transform: translateX(0);
        background: var(--mainBg);
        z-index: 99999;
        top: 0;
        margin-left:0;
        box-shadow: 0 0 5px #000;
        padding-top: 130px;
        transition: transform 300ms;
        text-align: left;
    }

    #chabok-search-btn.chabok-active i {
        right:20px;
    }

    #chabok-toggle-menu.chabok-active::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: fixed;
        background: rgba(0, 0, 0, 0.822);
        top: 0;
        z-index: 999;
        width: 100%;
        left: 0;
    }

    #chabok-toggle-menu.chabok-active::before {
            content: "\f00d";
            display: block;
            position: fixed;
            color: #fff;
            top: 14px;
            z-index: 99999;
            color:#000;
            right: 18px;
            font-size: 20px;
            line-height: 1;
            padding: 14px;
            border: 2px solid #555;
            border-radius: 100px;
            width: 30px;
            height: 30px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            align-items: center;
            justify-content: center;
            left: 275px;
            right: auto;
            top: 21px;
            color: #fff;
            z-index: 9999999;
    }

    #site-navigation.main-navigation.chabok-active ul li {
        display: block;
        float: left;
        width: 100%;
    }

    #site-navigation.main-navigation.chabok-active ul li ul li,
    .chabok-header ul li ul li ul, .chabok-header ul li ul li:hover ul {
        border:0;
        background:none;
        box-shadow: none;
    }
   
    .chabok-main-navigation.chabok-col-100 {
        padding:0;
    }
    .chabok-header ul > li a::after,
    .chabok-header ul > li.menu-item-has-children a::after  {
       transition: unset !important;
        position: absolute;
        top: 0;
        right: 0;
        left: auto;
        z-index: 1;
        font-family: 'Font Awesome 5 Pro';
        width: 48px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 48px;
    }
    .chabok-head ul li a.chabok-active::after {
		left:27px !important;
		right:auto !important; 
	}

    .chabok-header ul li a::after {
        content: '\f054';
        font-weight: normal;
    }
    .chabok-header ul > li.menu-item-has-children > a::after {
        content: '\f324';
        font-weight: normal;
    }
    .chabok-header ul li a::before {
        margin-right: 10px;
    }

    .chabok-header ul li a::before,
    .chabok-header ul li a:hover::before,
    .chabok-header ul li a:focus::before,
    .chabok-header ul li ul li > a:hover::before,
    .chabok-header ul > li.menu-item-has-children a:focus::before,
    .chabok-header ul > li.menu-item-has-children a:hover::before {
        content: '\f056' !important;
        transition: unset !important;
        background:transparent;
        font-weight: normal;
    }

    .chabok-header ul li.menu-item-has-children > a::before,
    .chabok-header ul li.menu-item-has-children > a:hover::before,
    .chabok-header ul li.menu-item-has-children > a:focus::before {
        content: '\f055' !important;   
        transition: unset !important;
        background:transparent;
        font-weight: normal;
    }

    #site-navigation.main-navigation.chabok-active ul li ul {
        max-width: 280px;
        right: auto !important;
        left: auto !important;
    }

    .chabok-header ul li ul li:hover > ul,
    .chabok-header ul li:hover > ul {
        transition: unset !important;
        visibility: hidden;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        clip: rect(0,0,0,0);
        position: absolute;
    }

    .chabok-header ul li > ul li a {
        padding:7px;
        transition: unset !important;
    }
    .chabok-header ul li ul li ul {
        margin-top: 0;
    }
    .chabok-head ul li a {
        border: 1px solid #444;
        margin-bottom: 10px;
    }
    .chabok-head ul li a.chabok-active {
        position: fixed;
        top: 88px;
        z-index: 99999;
        width: 100%;
        left: auto !important;
        right: auto !important;
        border: 0 !important;
        background: var(--mainBg);
        font-size: 0;
        max-width: 300px;
        transition: unset !important;
    }
    .chabok-header ul li > ul li a,
    .chabok-header ul li a:hover,
    .chabok-header ul li a:focus,
    .chabok-header ul li > ul li a:hover,
    .chabok-header ul li > ul li a:focus {
        color:var(--blueDark);
    }
    .chabok-head ul li a.chabok-active::before,
    .chabok-head ul li a.chabok-active:hover::before,
    .chabok-head ul li a.chabok-active:focus::before {
        content: '\f177' !important;
        font-size: 18px;
        transition: unset !important;
    }
    
    .chabok-head ul li a.chabok-active::after {
        content: 'back' !important;
        font-size: 13px;
        right: 27px;
        top: 2px;
        transition: unset !important;
    }
    .chabok-header ul li ul[style="display: block;"],
    .chabok-header ul li ul li ul[style="display: none;"] {
        visibility: visible;
        opacity: 1;
        display: block !important;
        position: relative;
        left:0;
        padding:0 6px;
        margin:0;
        float: right;
        background: none;
        box-shadow: none;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;


        display: block;
        position: fixed !important;
        top: 0;
        background: var(--mainBg) !important;
        clip: unset;
        z-index: 999999;
        opacity: 1;
        bottom: 0;
        visibility: visible;
        margin-top: 124px;
        box-shadow: none;
     
    }
    .chabok-header ul li ul,
    .chabok-header ul li ul li ul {
        
    }

    .chabok-header ul li > ul::before,
    .chabok-header ul li > ul li ul::before {
        content:none;
    }

    .sub-menu {
        margin-bottom: 20px;
        margin-top: 8px;
        padding-top: 0px;
        visibility: hidden;

    }
    .chabok-nav-items {
        overflow: auto;
        height: 100%;
        max-width: 300px;
        margin: auto;
    }
    .chabok-main-head-content {
        width: 50%;
        position: unset;
        left:15px;
        padding: 0 10px;
    }
    .chabok-top-bar {
        width: 100%;
        position: absolute;
        top: 0;
        padding-top: 0 !important;
    }

    .chabok-top-bar .top-bar-icon-block {
        width: 50%;
        z-index: 1;
        position: relative;
    }
    .chabok-icon-text.b-flag {
        top: 24px;
        height: auto;
        position: absolute;
        left: auto;
        right: 10px;
        width: 180px;
    }
    .chabok-flex.chabok-col-30.top-bar-icon-block.top-bar-phone {
        display: none;
    }
    .chabok-flex.chabok-col-55.top-bar-icon-block.top-bar-menu {
        width: 70%;
        justify-content: start;
        top: 89px;
        color: #000;
        z-index: 5;
    }
    .icon-box-flex {
        flex-direction: row-reverse;
        font-size: 25px;
        margin-top: 3px;
    }
    .edit-04 #chabok-search-btn {
        padding: 0 10px;
        margin: 0 10px;
        font-size: 22px;
    }
    .chabok-icon-text.b-flag img {
        width: 40px;
        margin: 0 6px;
        height: auto;
    }
    .desc-about {
        width: 100%;
        padding: 0 10px;
        margin-bottom: 24px;
    }
    .img-about {
        width:100%;
    }

    .desc-about .btn-new-style {
        margin-bottom: 15px;
    }

    .chabok-footer .footer-widget {
        width:50%;
    }

    .chabok-header ul li > ul {
        display: none;
    }

    .chabok-comments .comments .chabok-col-50 {
        width:100%;
        padding:0;
    }
    .chabok-cf7 .chabok-col-25 {
        width:50%;
    }
    .chabok-head-one {padding:0 10px;}
    .chabok-icon-box {
        line-height: 3.3;
        padding:0 7px; 
        width:50%;
    }
    .chabok-top-bar-left {
        display: none;
    }
    .header-btn {
        margin-left: 10px;
        margin-right: 10px;
    }
    .chabok-head-one::after {
        width: 100%;
        border-radius: 0;
        box-shadow: none;
    }
    .chabok-icon-box .chabok-inner-icon {
        padding: 0 15px;
        font-size: 25px;
    }
    .edit-04 .chabok-icon-box .chabok-inner-icon {
        font-size: 21px;
        margin-top: 9px;
        margin-bottom: 6px;
    }
    .edit-04 .header-social a {
        font-size: 28px;
    }
    .edit-04 .header-social a.eita img {
        width:29px;
    }
    .chabok-copyrights .chabok-col-40,
    .chabok-copyrights .chabok-col-60 {
        width:100%;
        text-align: center;
    }
    .chabok-footer-social a {
        border: 0;
    }

    .chabok-uses-section .chabok-col-50 {
        width: 100%;
    }
    .chabok-copyrights {
        margin-top: 0;
    }

    .copy-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        padding: 15px 0;
    }
    .copy-container .chabok-col-60,
    .copy-container .chabok-col-40 {
       padding:0 10px;
    }
    .sub-menu {
        width: 100%;
        position: relative;
    }
    .sub-menu li {
        line-height: normal;
    }
    .page-template .chabok-home-slide .slide-large {
        background-size:cover !important;
    }
    .img-standard-logo {
        width: 100%;
        margin-top: 14px;
        max-width: 100%;
    }
    .standard-sec {
        width:100%;
    }
    .chabok-post .chabok-col-33 {
        width:50%;
    }
    .alignleft-continer {
        width: 100%;
        margin: 20px 0;
    }
    .alignleft-continer img {
        width:100%;
    }
    .alignleft-continer::before {
        width:97%;
    }
    .chabok-about-section.edit-02 .chabok-col-30 {
        width:100%;
    }
    .chabok-about-section.edit-02 .img-ab {
        right: auto;
        left: 0;
        position: relative;
        top: auto;
        width: 100%;
    }
    .product-items.items-is-icon .chabok-col-33 {
        width:100%;
        max-width: 400px;
        margin:auto;
    }
    .the-archive-title.ftl .chabok-single-title {
        width: auto;
    }
    .chabok-logo-img {
        padding: 0;
        width: 240px;
        z-index: 4;
        position: relative;
    }

    .chabok-icon-class,
    .call-action,.my-email {
        color:#fff;
    }

    #About .full-width-about .chabok-about-text-blk {
        width: 100%;
        padding:0 !important;
    }
    #About .full-width-about .chabok-about-img-container {
        width: 100%;
        margin-bottom: 25px;
    }
    #About .chabok-col-100.why-with-honors {
        width:100%;
        padding:15px !important;
    }
    .chabok-col-100.with-about-s {
        width: 100%;
        margin-bottom: 25px;
        padding: 0 !important;
    }
    .pannel-btn-header a {
        border-color: var(--blueDark);
        color:var(--blueDark) !important;
        border-left-color: var(--blueDark);
        border-right-color: var(--blueDark);
    }
}

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


    /* club */ 
    .clun-dash-navigation li {
        width: 33.3333%;
        float: right;
        padding: 0 6px !important;
    }

    .fancybox-stage img.fancybox-image {
        border-radius: 0px;
    }

    #About .full-width-about .chabok-about-img-container,
    #About .full-width-about .chabok-about-text-blk {
        width: 100%;
        padding:0 !important;
    }
    .with-waterpolo .aligned-right img {
        border:0 !important;
    }
    
    .with-waterpolo .aligned-left img {
        border:0 !important;
    }
    #blog-slider-main {
        width: 100%;
        margin-bottom: 20px;
        padding:0 10px;
    }
    .chabok-two-banner {
        width: 100%;
        padding: 0;
    }
    article.chabok-full-width.blog-main-article {
        padding: 0;
    }
    .chabok-two-banner .chabok-col-100 {
        width: 50%;
        float: right;
    }
    .product-items-sec .chabok-col-50 {
        width: 100%;
    }
    .product-items-sec.chabok-3-col .chabok-col-50 {
        width:50%;
    }
    .chabok-footer-top-bar .chabok-container {
        display: block;
    }
    .chabok-pipe-bar .chabok-col-50, .chabok-pipe-bar .chabok-social-footer {
        text-align: center;
        justify-content: center;
        margin-bottom: 25px;
        width: 100%;
    }
    .chabok-footer-top-bar .chabok-col-90 {
        width: 100%;
    }
    .chabok-footer-top-bar .chabok-container .chabok-col-10 {
        min-width: 110px;
        margin: auto;
        float: unset;
    }
    .chabok-pipe-bar {
        border-radius: 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        padding: 0;
        justify-content: center;
        text-align: center;
    }
    .chabok-section.chabok-counter-section .chabok-col-50 {
        width: 100%;
    }

    .chabok-uses-section {
        background-position: right;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .uses-section-img {
        top: auto;
        position: relative;
        width: 100%;
        height: 400px;
        background-position: 0;
        background-size: contain;
    }
    .chabok-col-50.ftl.div-e3 {
        padding: 0;
        margin: 43px 0 -42px;
    }
    .chabok-col-100.ftl.pdd-0.icon-container-flex {
        width: 100%;
    }
    .chabok-uses-section .chabok-col-50 {
        margin-bottom: 15px;
    }
    .chabok-col-100.ftl.pdd-0.icon-container-flex .chabok-col-50 {
        width: 50%;
    }
    .page-id-634 .page-article .chabok-col-33 {
        width: 100%;
        max-width: 400px;
        margin: auto;
        float: unset;
    }
    #datacenter .chabok-col-33 {
        width: 100%;
        max-width: 470px;
        margin: auto;
        float: unset;
        overflow: hidden;
    }
    .data-center-img {
        margin:15px 0;
    }
    #QA .chabok-arm-box {
        max-width: 100%;
    }
    #QA .chabok-col-60, #QA .chabok-col-40 {
        width: 100%;
    }

    #Blog .chabok-col-33 {
        width: 100%;
        max-width: 470px;
        margin: 18px auto;
        float: unset;
    }
    #customers-club .chabok-col-50 {
        width: 100%;
        text-align: center;
    }
    .product-category-section .chabok-col-20 {
        width: 33.3333%;
    }
    section.map .chabok-col-50 {
        width:100%;
    }
    .contactus-box {
        padding: 0 10px 0 20px;
    }
    #About .full-width-about {
        padding: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }
    .chabok-about-img-container {
        margin-top: 40px;
    }
    .chabok-about-img-container img {
        margin:0px 0 0;
    }
    #Products.chabok-product-section {
        padding-top: 0;
    }

    .chabok-footer-social a.eita img {
        top:0;
    }
    .product-excerpt-footnote .chabok-col-50 {
        width: 50% !important;
    }
    .txt-only-mobile-social {
        text-align: center;
            /*
    font-weight: 900;
    */
    font-weight: 800;
        margin-bottom: 25px;
    }
    .show-social-in-mobile {
        font-size: 27px;
        line-height: 0;
        margin-right: 14px;
        top: -2px;
        position: relative;
        cursor: pointer;
    }
    .is-model-2 {
        text-align: center;
    }
    .chabok-widget-cel-3 .chabok-footer-widget:last-child,
    .chabok-widget-cel-3 .chabok-footer-widget:first-child,
    .chabok-widget-cel-2 .chabok-footer-widget:first-child,
    .chabok-widget-cel-2 .chabok-footer-widget:last-child {
        width: 100%;
    }
    table {
        display: block;
        overflow-x: auto;
      }
      th, td {
        width: auto;
      }
      th:nth-child(odd) {
        background-color: #f2f2f2;
      }
    .archive #post-loop .chabok-col-25,
    .archive #post-loop .chabok-col-33,
    .chabok-taxonomy .product-items .chabok-col-25,
    .chabok-taxonomy .product-items .chabok-col-33 {
        width: 50%;
    }
    .chabok-section.chabok-counter-section .chabok-col-100,
    .chabok-footer-connection .chabok-col-60, .chabok-footer-connection .chabok-col-40 {
        width: 100%;
    }
    .chabok-section.chabok-counter-section .chabok-col-100 {
        padding:0;
    }
    .contactus-popup {
        top: 0;
        bottom: 0;
        height: 100vh;
        width: 100%;
    }
    .contactus-popup-body {
        height: 100%;
    }
    .chabok-footer-connection::after,
    .chabok-footer-social::before {
        content:none;
    }
    .chabok-footer-social {
        text-align: center;
        width: max-content;
        float: unset !important;
        margin: 30px auto 0;
        border-radius: 100px;
        padding: 0 25px;
        background: none;
    }
    .chabok-footer-connection {
        padding-bottom: 48px;
        padding-top: 48px;
    }
    .chabok-footer-connection p {
        text-align: center;
        opacity: 0.7;
        line-height: 3;
        color: #f08548;
        margin-bottom: 0;
    }
    .chabok-footer-connection span {
        float: unset !important;
        padding:0 !important;
    }
    .chabok-footer-connection::after {
        content: '';
        height: 7px;
        bottom: 0;
        width: 81px;
        top: auto;
        left: 0 !important;
        right: 0 !important;
        margin: auto;
        border-radius: 100px;
        background: #e7831e82;
      }
    .chabok-footer-social a {
        margin: 0 6px;
        color: #fff;
        background: #93ccff;
        min-width: 50px;
        min-height: 50px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100px;
        opacity: 0.8;
        transition: all 200ms;
        opacity: 0.7;
    }
    .chabok-footer-social a:hover,
    .chabok-footer-social a:focus {
        opacity: 1;
        transition: all 200ms;
        color:#fff;
    }

    .chabok-footer-social a.telegram {
        background:#329ffe;
    }
    
    .chabok-footer-social a.instagram {
        background:#f943b7;
    }
    
    .chabok-footer-social a.whatsapp {
        background:#34bc22;
    }
    .edit-02 .chabok-footer-social a {
        background:transparent;
    }

    .chabok-footer-connection {
        border: 0;
    }
    .product-items .product-item {
        width:33.3333%;
    }

    .post-type-archive-products .archive-title {
        margin-top:30px;
    }
    .project-title-desc {
        margin-top:120px;
    }
    article.projects .project-content {
        padding: 0 !important;
    }
    .img-page img {
        right:0 !important;
        left:0 !important;
        top:0 !important
    }
    article.projects .chabok-col-60,
    article.projects .chabok-col-40 {
        width:100%;
    }
    .video-breadcrumb h1 {
        right: 10%;
        left: 10%;
        max-width: max-content;
        padding: 0 50px;
        font-size: 20px;
        height: 60px;
    }
    .chabok-footer-social {
        justify-content: center;
    }
    .img-standard-logo {
        width: 340px;
        max-width: 100%;
    }
    .standard-sec {
        width:50%;
    }
    .single-iconbox {
		right: 20px;
		top: 0px;
        z-index: 2;
	}
    .post-type-archive-products .single-iconbox {
        top:-7px;
        right:20px;
    }
    .single.single-products .chabok-container,
    .chabok-taxonomy .chabok-container {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .product-items .chabok-col-25 {
        min-width: 50%;
        margin-bottom: 20px;
    }
    .product-items .chabok-col-20 {
        min-width: 33.3333%;
    }

    article.chabok-product .chabok-col-50,
    article.chabok-product .chabok-col-50,
    .chabok-media-block .chabok-col-50 {
        width:100%;
    }
    .product-title-container .product-subtitle {
        font-size: 17px;
        top:46px;
    }
    .chabok-faq-bg {
        padding:14px;
    }
    .chabok-faq-q h4, .chabok-faq-q h2 {
        font-size:16px;
    }
    .chabok-service-section, 
    .chabok-diseases-section, 
    .chabok-blog-section {
        padding-bottom:25px;
        padding-top:25px;
    }
    .chabok-blog-section {
        padding-bottom:0px;
        padding-top:0px;
    }
    .services-bg-text,
    .diseases-bg-text, 
    .product-bg-text {
        max-height: 110px;
        margin-bottom: 0;
        position: absolute;
        font-size: 100px;
        text-align: center;
        left: 0;
        right: 0;
        top: 37px;
    }

    .chabok-servises-title, .chabok-diseasess-title, .chabok-product-title, .chabok-blog-title {
        min-height: 100px;
    }
    .chabok-servises-title {
        min-height: 160px;
    }
    .chabok-service-section .chabok-servises-title h2  {
        width: 229px;
        font-size: 20px;
    }
    .chabok-service-box {
        min-height: auto !important;
    }
	.chabok-icon-bx::before, .chabok-icon-bx h2, a:hover, a:focus {
		transition:10ms all;
	}
    .chabok-archive .chabok-col-25 {
        width:33.33%;
    }

    .chabok-article-body .entry-summary {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .chabok-list-img-container {
        width:90px;
        height:90px;
    }
    .chabok-cf7 .chabok-col-50 {
        width:100%;
    }

    .product-post-sharing {
        position: absolute;
        top: 0;
        z-index: 9;
        width: 60px;
        right: 0;
        margin-top:13px;
    }
    .chabok-copyrights .chabok-col-50 {
        width:100%;
        text-align: center;
        font-size: 12px;
    }
    .developer-c {
        padding:0;
        text-align: center;
    }
    .chabok-footer-widget-container .chabok-col-25 {
        width:100%;
        margin-bottom: 25px;
    }

    .chabok-footer-widget-container .chabok-col-20,
    .chabok-footer-widget-container .chabok-footer-widget:first-child,
    .chabok-footer-widget-container .chabok-footer-widget:nth-child(4) {
        margin-bottom: 20px;
        text-align: justify;
        text-justify: distribute;
        word-spacing: -1px;
        width: 100%;
    }
    .chabok-footer-widget ul {
        padding: 0;
        list-style: none;
    }
    .chabok-footer-widget ul li {
        float: left;
        padding: 0 6px;
    }
    .chabok-footer-widget ul li a {
        background: transparent;
        padding: 3px 13px;
        display: block;
        margin-bottom: 10px;
        width: 100%;
        border-radius: 5px;
        color: #777;
        font-family: 'yekan';
        border: 1px solid #777;
    }
    article.products .product-title {
        padding-bottom: 36px;
        font-size: 20px;
    }
    .archive-video-breadcrumb .chabok-single-title,
    .blog-bg .chabok-single-title {
        margin-top:40px;
    }
    .archive-video-breadcrumb,
    .single-post-with-breadcrumb .chabok-breadcrumb.blog-bg {
        height: 250px;
    }
    .wpcf7 .chabok-col-33 {
        width:50%;
    }
    .products-footer-section .chabok-col-70,
    .products-footer-section .chabok-col-30 {
        text-align: center;
        margin-bottom: 22px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: auto;
        width: 100%;
        -webkit-overflow-scrolling: touch;
    }
    .products-footer-section .chabok-col-30 {
        justify-content: center;
    }
    .products-footer-section a.taglink {
        width: 25%;
        min-width: max-content;
    }

    .products-footer-section strong {
        position: absolute;
        clip: rect(0,0,0,0);

    }
    .chabok-iconbox-container {
        flex-wrap: wrap;
    }
    .chabok-iconbox-container .chabok-col-25 {
        width:50%;
        margin-bottom: 20px;
    }
    .products-footer-section {
        padding-bottom: 0;
    }
    article.chabok-product .chabok-attr-row .chabok-col-50 {
        width:50%;
    }
    .chabok-flex.chabok-col-33.top-bar-icon-block.social-show-hide-mobile {
        position: fixed;
        display: block;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 99999;
        width: 100%;
        padding: 100px 20px;
        text-align: center;
        border-radius: 16px 16px 0px 0px;
        visibility: hidden;
        transform: translateY(300px);
        transition: all 200ms;
    }
    .chabok-flex.chabok-col-33.top-bar-icon-block.social-show-hide-mobile.chabok-active {
        transform: translateY(0px);
        transition: all 200ms;
        visibility: visible;
        margin:0;
        justify-content: center;
    }
    .chabok-flex.chabok-col-33.top-bar-icon-block.social-show-hide-mobile.chabok-active .header-social.edit-2 {
        justify-content: center;
    }
    .show-social-in-mobile.chabok-active::before {
        content: '';
        position: fixed;
        background: rgba(0, 0, 0, 0.9);
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100vh;
        z-index: 9;
    }
    .show-social-in-mobile.chabok-active::after {
        content: '\f00d';
        font-family: 'Font Awesome 5 Pro';
        position: fixed;
        left: 14px;
        bottom: 280px;
        color:#000;
        z-index: 99999;
    }
    .blog-section-sidebar.ftl.no-blog-bt .chabok-col-50 {
        width: 100%;
    }
    #QA .chabok-col-80.mg-auto {
        width: 100%;
    }
    article.type-products .chabok-container.chabok-flex .chabok-col-30,
    article.type-products .chabok-container.chabok-flex .chabok-col-70 {
        width:100%;
        margin-bottom: 20px;
    }
    .pr-rox {
        margin-bottom: 20px;
    }
    .chabok-tab-bar {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: auto;
    }
    .gallery-columns-8 .gallery-item {
        width: 31.333% !important;
    }
    .product-items-sec.chabok-3-col .chabok-product-box-th .link {
        background-position: -1px 210px;
        float: right;
        width: 100%;
        padding-bottom: 23px;
    }
}

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

    /* club */
    .clun-dash-content {
        padding:0;
    }
    .dashi-menu-toggle {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        justify-content: space-around;
        padding: 16px 0;
        text-align: center;
        font-family: 'yekan';
    }
    .dashi-nav.chabok-active {
        bottom: 0;
        transition: all 300ms;
    }
    .dashi-menu-toggle i {
        display: block;
        font-size: 25px;
        color: var(--blueDark);
    }
    .dashi-nav.chabok-active .dashi-menu-toggle {
        border-bottom: 1px solid #ccc;
        margin-bottom: 30px;
    }
    body.dahi-nav-active::before {
        content: '';
        background: rgba(0,0,0,0.4);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
      }
      .dashi-content .comment-edit-link {
        display: none;
      }
      .chabok-club-main-txt {
        margin-top: 50px;
      }
      .dashi-content select {
        padding:10px;
        -webkit-appearance: none;
      }
    .social-note {
        padding-bottom: 100px;
    }
    #sizes .chabok-attr-row {
        min-width: 600px;

    }
    #sizes {
        overflow: scroll;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        min-height: max-content;
        height: auto;
    }
    .dashi-nav {
        position: fixed;
        background: #fff;
        right: 0;
        transition: all 300ms;
        left: 0;
        padding: 0px 10px 5px;
        bottom: -220px;
        box-shadow: 0 0 10px rgba(0,0,0,0.5);
        border-radius: 20px 20px 0 0;
        z-index: 9;
    }
    .clun-dash-navigation li a {
        font-size: 12px;
        min-height: 85px !important;
    }
    .chabok-club-coin::after {
        content:none;
        display: flex;
        justify-content: center;
        margin: 0 !important;
    }
    .chabok-club-coin small {
        line-height: 1.2;
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .dashi-content .misc .fa-arrow-left {
        width: 30px;
        height: 30px;
        min-width: 30px;
        min-height: 30px;
        font-size: 16px;
        max-width: 30px;
        max-height: 30px;
    }
    .dashi-content .misc h3 {
        font-size: 15px;
    }
    .dashi-content .misc .misc-content {
        margin-bottom: 10px;
    }
    .dashi-content .misc .misc-container {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        font-size: 13px;
    }
    .user-st span::after {
        width: 24px;
        height: 24px;
    }
    .user-st span {
        font-size: 13px;
    }
    .user-st {
        padding: 0 11px;
        width: 100%;
        margin-bottom: 0;
        box-shadow: none;
      }



      #About .chabok-col-100.why-with-honors {
        padding-left: 0;
        padding-right: 0;
      }
    article.products .product-title {
        text-align: center;
    }
    #honor .chabok-section.chabok-counter-section {
        padding: 20px;
    }
    .chabok-filter-row select {
        padding: 9px 3px;
        width: 152px;
    }
    .gallery  .gallery-item {
        width: 48% !important;
    }
    .contactus-box {
        padding:0 !important;
    }
    .chabok-row-list li {
        width: 100%;
    }
    #customers-club {
        margin-top: 100px;
    }
    #customers-club .ovh-set {
        overflow: unset;
        float: right;
    }
    #customers-club .chabok-box-login-customer {
        margin-top: -150px;
    }
    .armpipe-mist h2,.armpipe-mist h2 span  {
        font-size: 18px;
    }
    .armpipe-mist p,.small-desc-c.nt71 {
        font-size: 13px;
    }
    #datacenter {
        padding: 25px 0;
    }
    .chabok-product-box-th .product-box img {
        width: 130px;
    }
    .chabok-product-box-th .link {
        background-size: 250px;
    }
    .chabok-product-box-th .more,
    .chabok-product-box-th .product-name {
        padding: 0;
    }
    .product-items-sec.chabok-3-col .chabok-col-50 {
        width: 100%;
    }
    .product-cat-item img {
        width: 114px;
        height: 114px;
    }
    .chabok-product-box-th .product-name h3 {
        float: unset;
        width: 100%;
        height: 75px;
        padding-bottom: 0;
        text-align: left;
    }
    .chabok-product-box-th .more {
        float: unset;
        text-align: left;
        width: 100%;
        padding: 0 19px;
    }
    .chabok-main-navigation {
        height: 64px;
    }
    .chabok-icon-box {
        position: fixed;
        left: 0;
        right: 0;
        bottom: -300px;
        top: 0;
        width: 90%;
        visibility: hidden;
        height: 300px;
        transition: all 300ms;
    }
    .chabok-icon-box.chabok-active {
        position: fixed;
        bottom: 0;
        background: #fff;
        transition: all 300ms;
        z-index: 99999;
        visibility: visible;
        top: auto;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 20px 20px 0 0;
    }
    .chabok-icon-box.chabok-active .header-social.edit-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
    }
    .chabok-icon-box.chabok-active .txt-only-mobile-social {
        display: block;
        width: 100%;
        height: auto;
        color: var(--blueDark);
      }
    .show-social-in-mobile {
        display: block;
        float: left;
        position: absolute;
        right: 0;
        top: 9px;
    }
    .chabok-about-section {
        padding-top: 20px;
    }
    .chabok-col-40.ftl.psr.chabok-about-first.full-width.full-width-about {
        padding: 0 10px !important;
    }
    .chabok-flex.chabok-col-55.top-bar-icon-block.top-bar-menu {
        width: 100%;
    }
    .blog-section-sidebar.ftl.no-blog-bt a.pst-link {
        min-width: 80px;
        min-height: 80px;
    }
    .blog-section-sidebar p {
        -webkit-line-clamp: 1;
    }
    .blog-section-sidebar .chabok-post-bt .post-read-more.ftr {
        display: none;
    }
    .home .chabok-section {
        padding-right: 0;
        padding-left: 0;
    }
    .chabok-qa-box h2 {
        max-width: 100%;
        padding:0;
    }
    .chabok-why-icon-text li {
        width: 50%;
        margin-bottom: 20px;
    }
    .product-category-section .chabok-col-20 {
        width: 50%;
    }
    .page-template-blog-front .chabok-blog-section .chabok-col-60 .chabok-col-50 {
        width: 100%;
        margin-bottom: 45px;
    }
    .page-template-blog-front .blog-section-sidebar {
        padding-top: 0;
    }
    .page-template-blog-front .chabok-blog-category-section .chabok-col-25 {
        width: 100%;
    }
    .single-post .single-post-share {
        padding: 0 10px 0px 10px;
    }
    .single-post-share .share-fix {
        position: relative;
        z-index: 3;
        border: 0;
        padding-top: 24px;
    }
    .single-post-share .wpulike {
        padding: 0;
    }
    .single-post-share a, .single-post-share button, .single-post-share .wpulike-robeen .count-box {
        color: #f0f0f0;
    }
    .post-loop-items .video-widget,
    .chabok-full-width .post-loop-items .chabok-col-25  {
        width: 50%;
    }
    .vid-title {
        width:100%;
    }
    .line-cat {
        display: none;
    }
    .single-video .chabok-breadcrumb.video-breadcrumb {
        height: 0;
        margin-bottom: -137px;
        min-height: 207px;
    }
    .single.single-video .chabok-single-title {
        font-size: 16px;
        margin-bottom: 12px;
        margin-top: 10px;
        text-align: center;
    }
    .share-video,.cat-vid.ftl {
        justify-content: space-around;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .featured-page-article,
    .chabok-feature-page-contactus .chabok-contact-flex,
    .taxonomy-desc {
        padding:0 15px;
    }
    .single-post-share.ftl {
        right: 0;
        left: auto;
    }
    .counter-div,.li-iconize {
        width:100%;
    }
    article h1 {
        font-size:24px;
    }
    article h2 {
        font-size:20px;
    }
    article h3, h4.product-spec  {
        font-size:19px;
    }
    article h4 {
        font-size:17px;
    }
    article h5 {
        font-size:15px;
    }
    article h6 {
        font-size:14px;
    }
    
    .chabok-slogan-modal-content .chabok-col-70, .chabok-slogan-modal-content .chabok-col-30 {
        width: 100%;
    }
    .chabok-about-section.edit-02 .chabok-col-30 {
        width:100%;
    }
    /*
    .edit-02 .chabok-product-section-title .products-title-container {
        max-width: 320px;
    }
    */
    .edit-02 .chabok-iconbox-container {
        margin-top:0;
    }
    .edit-02 .chabok-counter-section {
        padding: 0;
        border-top: 1px solid #ccc;
        padding-top: 25px;
        margin-top: -43px;
    }
    .full-width-about .chabok-counter-section {
        border-top: 0 !important;
    }
    .single.single-post .chabok-single-title {
        font-size: 24px;
    }
    .blog-bg-text h3 {
        text-align: center;
    }
    .standard-item {
        width:100%;
    }
    .chabok-post .chabok-col-33 {
        width:100%;
    }
    .blog-bg p, .archive-video-breadcrumb p {
        display: -webkit-box;
        width: 100%;
        white-space: normal;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .standard-item span,
    .standard-item .st-title {
        width:50%;
        background:#eee;
        padding: 10px 0px;
        border: 0 !important;
        color:#000;
    }
    .standard-item .st-title{
        font-weight: bold;
        padding: 10px 20px;
    }
    .standard-sec {
        width:100%;
    }
    ul .tablink {
        padding: 4px 8px;
        text-align: center;
        width: 33.3333%;
        height: 45px;
        font-size: 12px;
        margin: 0px 1px;
    }
    .chabok-slogan-modal-content .chabok-col-30 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        align-items: center;
    }
    .chabok-modal-flex {
        display: block !important;
    }
    .slogan-modal-text {
        padding-right: 5px;
        padding-left: 5px;
        border: 0 !important;
    }
    .slogan-modal-icon {
        font-size: 34px;
    }
    .slogan-modal-title {
        font-size: 18px;
        margin: 0 10px;
    }

    .chabok-qa-box h2 {
        font-size: 22px;
    }
    .chabok-faq-q h4, .chabok-faq-q h2 {
        font-size: 15px;
    }
    .chabok-container, .head {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .product-items .chabok-col-25 {
        min-width: 300px;
    }
    .chabok-taxonomy .product-items .chabok-col-25,
    .chabok-taxonomy .product-items .chabok-col-33,
    .chabok-taxonomy .product-items .chabok-col-50 {
        width:100%;
    }
    .product-items .chabok-col-20 {
        min-width: 250px;
    }
    .chabok-product-hoverable {
        margin:5px 0;
    }
    .pr-tit p {
        padding-right: 40px !important;
        padding-left: 40px !important;
    }
    .pr-tit::before {
        content: '';
        background-image: url('img/dot-bg.png');
        top: 10px;
        left: 10px;
        position: absolute;
        width: 150px;
        height: 170px;
        background-repeat: no-repeat;
    }
    .why-you {
        padding: 30px 0;
    }
    .sec-title-with-bob {
        justify-content: center;
    }
    .product-bg-text {
        top: 56px;
        text-align: center;
        width: 95%;
        font-size: 74px;
    }
    .chabok-about-section .chabok-col-40, .chabok-about-section .chabok-col-30 {
        width: 100%;
        padding: 0;
    }
    .chabok-about-img-container::before {
        content: none;
    }
    .products-title-container::after {
        width:140px;
        top: 31px;
    }
    .products-title-container .sec-title-with-bob {
        justify-content: unset;
    }
    .product-items .product-item {
        width: 50%;
    }
    .product-items .product-item-block {
        width: 50%;
    }

    .chabok-about-section h2,
    .chabok-product-section-title h2 {
        font-size: 19px;
    }
    .chabok-about-section p {
        text-align: justify;
        text-justify: distribute;
    }
    .chabok-about-section h3 {
        font-size: 13px;
    }
    .header-btn {
        min-width: 125px;
        max-width: 145px;
        padding: 12px 6px;
        width: 125px;
    }

    .chabok-cycle-iconbox .chabok-col-50 {
        width:100%;
    }
    .chabok-diseases-poster {
        background-size: cover !important;
        background-attachment: fixed !important;
    }
    article.services  > .chabok-col-25 {
        width:100%;
    }

    article.doctors > .chabok-col-25 {
        width:50%;
    }

    .chabok-col-100.psr .chabok-service-icon {
        display: none;
    }
    .chabok-count-bg {
        font-size:110px;
        left:-10px;
    }


    .chabok-tour-section .chabok-tour-img-container,
    .chabok-tour-section .chabok-tour-content {
        width:100%;
        margin:0;
        float: none;
        padding:0 10px;
    }
    .chabok-tour-section .chabok-tour-box-reverse .chabok-tour-img-container {
        float: none;
    }

    article.chabok-post, aside.sidebar {
		width:100%;
	}
	aside.sidebar {
		margin-top: 0;
		margin-bottom: 30px;
	}
    .post-category {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
        display: flex;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        margin-bottom: 30px;
		overflow-y: hidden;
    }
    .post-category a {
        min-width: max-content;
        margin:0 5px;
    }

    span.categories {
        padding:0 13px;
    }
    article.chabok-product, article.chabok-post,article.chabok-full-width {
        padding:10px;
    }
    .chabok-archive article.chabok-full-width {
        padding:0;
    }
    .slider-content-container {
        padding: 10% 20px !important;
    }

    article.chabok-product {
        padding:0;
    }

    .b-email {display:none;}

    .chabok-botton-lang {
        top:0;
    }
    .img-about .chabok-col-33 {
        width:50%;
        margin-bottom: 20px;
    }
    
    .img-about .divider {
        display: none;
    }
    .chabok-search-container.chabok-active{
        padding-left:10px;
        padding-right:10px;
    }

    .chabok-footer .footer-widget {
        width:100%;
        padding:0 50px;
    }

    .mobile-sharing-btn {
        display: block;
        cursor: pointer;
        margin-bottom: 14px;
    }

    .product-post-sharing a.chabok-icon {
        display:none;
    }
    .product-post-sharing a.chabok-icon {
        font-size: 14px;
        width: 31px;
    }
    .product-post-sharing a.chabok-icon.icon-active {
        display: inline-block;
    }

    .chabok-home-slide .slide-large {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .slider-content-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        height: auto;
        justify-content: center;
    }
    .chabok-uses-section .chabok-col-33 {
        width: 50%;
    }
    .chabok-uses-iconbox {
        margin-bottom: 9px;
    }
    .chabok-uses-section .chabok-col-33:last-child {
        display: none;
    }
    .icon-container-flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }
    .chabok-uses-iconbox h3 {
        font-size: 13px;
    }
    .chabok-uses-iconbox {
        font-size: 33px;
    }
    .archive #post-loop .chabok-col-25,
    .archive #post-loop .chabok-col-33,
    .archive #post-loop .chabok-col-50 {
        width: 100%;
    }
    article.chabok-product .single-iconbox {
        width: 30px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        top:150px;
        right:40px;
    }
    article.chabok-product .chabok-product-like {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    article.chabok-product .share-box {
        padding-right: 4px;
        top: -6px;
        position: relative;
    }
    .product-title-container {
        padding-bottom: 0px;
        font-size: 18px;
    }
    .product-title-container .product-subtitle {
        top:44px;
    }
    .slide-large.mask-align-right::before,
    .slide-large.mask-align-left::before,
    .slide-large.mask-align-center::before {
        background: linear-gradient(to bottom,rgba(255, 255, 255, 0.1),rgba(255, 255, 255, 0.79),rgba(255, 255, 255, 0));
    }
    .chabok-col-70.ftl.chabok-why-icon-text {
        display: block;
    }
    #About .full-width-about {
        padding: 0 !important;
    }
    #About .chabok-col-100.ftl.chabok-about-text-blk.pdd-0 {
        padding: 0 10px !important;
        margin-bottom: 0;
    }
    .chabok-col-100.psr.ftl.products-title-container.title-line h2 {
        width: max-content;
    }
    #Products.chabok-product-section {
        padding-bottom: 0;
    }
    #About .chabok-col-100.ftl.pdd-0.chabok-flex.why-with-honors {
        border: 0;
        padding-top: 109px !important;
        margin-top: -140px;
        border-radius: 0;
    }
    .chabok-about-img-container img {
        position: relative;
        z-index: 2;
    }
    .bluedark-theme #About .full-width-about .chabok-about-img-container {
        margin-bottom: 45px;
        padding: 0 10px !important;
    }
    .about-btn-divider {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width:480px) {
    .chabok-header.chabok-active .chabok-logo-img {
        width: 240px;
    }
    .chabok-home-slide .slide-large {
        height: 46vh !important;
        background-position: top center !important;
    }
    .show-lang-in-mobile {
        display: block;
        position: absolute;
        top: -59px;
        right: 13px;
        color: var(--mainBg);
        font-size: 28px;
        width: 27px;
        height: 27px;
        display: flex;
        justify-content: center;
    }
    .show-lang-in-mobile.chabok-active {
        animation: animerotateOP 1s ease-in-out;
    }
    .show-lang-in-mobile.chabok-active i::before {
        content: '\f00d';
    }
    .show-lang-in-mobile svg {
        width: 35px;
    }
    .chabok-header.chabok-active .chabok-main-head-content {
        height: 80px;
    }
    .chabok-toggle-menu {
        margin:0;
    }
    .pr-rox {
        width: 100%;
    }
    .search-btn-ab {
        width: 100px;
    }
    .icon-box-flex {
        -webkit-justify-content: flex-end;
        -webkit-align-items: center;
        text-align: left;
        width:70%;
        float: right;
      }
    .edit-04 .icon-box-flex {
        width: 44px;
        float: right;
        padding-left: 7px;
    }
    .chabok-contact-social {
        background-image: none !important;
    }
    .chabok-search-container.chabok-active #searchform {
        margin-top:58px;
    }
    .contactus-popup-body h4 {
        margin-top: 50px;margin-bottom: 30px;
    }
    .chabok-multi-field-horizental {
        flex-wrap: wrap;
    }
    .chabok-multi-field-horizental .iti {
        width: 100%;
    }
    .chabok-multi-field-horizental .chabok-contactus-field {
        width:100% !important;
        padding:0 !important;
    }
    .chabok-faq-q h4, .chabok-faq-q h2 {
        font-size: 14px;
    }
    .product-item h2 {
        font-size: 13px;
        font-weight: 700;
        text-align: center;
    }
    .product-item:nth-child(odd) {
        padding-right: 0;
    }
    .product-item:nth-child(even) {
        padding-left: 0;
    }
    .chabok-icon-text strong {
        clip: rect(0px,0px,0px,0px);
        position: absolute;
    }
    .call-action {
        font-weight: 400;
    }
    .chabok-icon-class,
    .edit-02 .top-bar-icon-block.icon-niv .chabok-icon-class {
        font-size: 26px;
    }
    
    .chabok-icon-text {
        margin-top:5px;
    }
    .edit-02 .chabok-icon-text {
        margin-top:-1px;
    }
    .page-template .chabok-home-slide .slide-large {
        height: 240px;
    }
    .b-flag {
        height: 25px;
        top: 0;
    }
    .project-title-desc {
        margin-top: 70px;
    }

    .chabok-search-container input#s {
        padding: 12px 4px;
        font-size: 17px;
    }
    #chabok-search-btn.chabok-active i {
        top:18px;
        font-size: 28px;
        right:18px;
    }
    .chabok-icon-text.b-flag {
        margin-top: 5px;
        right:10px;
        left:auto;
    }
    .edit-04 .chabok-icon-text.b-flag {
        margin-top: -1px;
    }
    .agent-h-link, .customer-h-link {
        font-size: 13px !important;
        width: 109px !important;
        display: inline-block;
        padding: 3px 0 !important;
        text-align: center;
    }
    .chabok-flex.chabok-col-55.top-bar-icon-block.top-bar-menu {
        top:78px;
    }
    .pannel-btn-header  {
        margin: auto;
        padding-right: 37px;
    }
   .chabok-icon-text.b-flag img {
        width: 35px;
    }
    .why-bg-2 {
        background-size: cover !important;
        height: 150px;
    }
    #uses-section h2 {
        font-size: 22px;
    }
    .site-text {
        font-size: 41px !important;
        top: -70px !important;
        left: 0 !important;
        right: 0 !important;
        margin: auto !important;
        text-align: center !important;
    }
    .services-bg-text, .diseases-bg-text, .product-bg-text, .blog-bg-text {
        font-size: 67px;
        text-align: center !important;
        width: 100%;
      }
    .chabok-slogan-iconbox {
        padding:10px;
    }

    .chabok-slogan-iconbox .chabok-slogan-icon {
        font-size:25px ;
    }
    .chabok-slogan-iconbox h3 {
        font-size: 13px;
        text-align: right;
    }
    .product-excerpt-footnote .chabok-slogan-iconbox {
        padding:10px 0;
        margin-bottom: 10px !important;
    }
    .product-excerpt-footnote .chabok-slogan-iconbox .chabok-slogan-icon {
        font-size: 14px;
    }
    .product-excerpt-footnote .chabok-slogan-iconbox h3 {
        font-size: 10px;
        margin: 0;
    }
    .chabok-iconbox-container .chabok-col-20 {
        min-width: 190px;
    }

    .white.chabok-icon-text.b-flag {
        line-height: normal;
    }

    .chabok-loop-product h3 {
        font-size:14px;
    }


    .slider-content-container h2 {
        font-size: 0;
        width: 200px;
        height: 66px;
    }
    .slider-content-container p {
        font-size: 14px;
    }
    .shape {
        width:75px;
        display: none;
        
    }
    .chabok-logo-img {
        top: 0px;
        width: 200px;
        margin-right: 1px;
    }
    .chabok-icon-text.b-mobile,
    .chabok-icon-clss.b-mobile {
        display: none
    }
    .chabok-donbal-text {
        display: none;
    }
    .chabok-icon-box {
        width:100%;
        padding-left:0px;
        padding-right:0px;
        margin-top:0px;
    }
    .chabok-icon-box .chabok-inner-icon,
    .edit-04 .chabok-icon-box .chabok-inner-icon {
        padding:11px 10px;
        font-size: 17px;
        display: inline-block;
        width: 48px;
        height:48px;
        text-align: center;
        line-height: normal;
        margin-top:5px;
        margin-bottom: 5px;
    }
    .edit-5 .top-bar-icon-block.icon-niv .chabok-icon-class {
        font-size: 23px;
    }
    .edit-5 .top-bar-icon-block.icon-niv {
        top:3px;
    }
    .chabok-botton-lang {
        top: 4px;
    }
    .chabok-product-section-title.model-3 h2 img {
        width: 142px;
        margin: 0 5px;
        height: auto;
    }
    .chabok-product-section-title h2 {
        justify-content: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        max-width: 300px;
    }
    .chabok-main-head-content {
        height: 68px;
        width: 200px;
        padding:0px;
        margin: auto;
        float: unset !important;
      }
      #chabok-search-btn {
        position: absolute;
        top: -59px;
        left: -2px;
        color: var(--mainBg);
      }
      .chabok-icon-text.b-flag.edit-2.chabok-col-16 {
        position: fixed;
        left: 0;
        right: 0;
        background: var(--blueDark);
        height: 70px;
        top: -100px;
        width: 250px;
        margin:auto;
        display: flex;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
        transition: all 300ms;
      }
      .chabok-icon-text.b-flag.edit-2.chabok-col-16.chabok-active {
        visibility: visible;
        opacity: 1;
        top: 0;
        transition: all 300ms;
        z-index: 8;
        width: 250px;
        margin:auto;
    }
      .head {
        padding-right: 0;
        padding-left: 0;
      }
      .chabok-main-head-content {
        left:5px;
      }
    .chabok-main-head {
        height:70px;
    }
    .chabok-icon-bx h2 {
        font-size: 14px;
    }
    .desc-about img {
        display: none;
    }
    .desc-about .inner-bx {
        padding:20px;
    }
    .desc-about p {
        height: 108px;overflow: hidden;
        text-align: left;
    }

    .chabok-archive .chabok-col-25 {
        width:50%;
    }
    .chabok-cf7 .chabok-col-25 {
        width:100%;
    }
    .page-title, .archive-title {
        font-size: 25px;
    }
    .wpcf7 .chabok-col-33 {
        width:100%;
    }
    .header-btn {
        margin-left: 2px;
        margin-right: 2px;
        padding: 6px 12px;
        font-size: 13px;
        min-width: 104px;
        max-width: auto;
        width: auto;
    }
    .post-loop-items .video-widget,
    .post-loop-items .video-widget img,
    .chabok-full-width .post-loop-items .chabok-col-25,
    .chabok-full-width .post-loop-items .chabok-col-25 img {
        width: 100%;
    }


}

@media (max-width:359px) {
    .agent-h-link {
        display: none;
    }
}

@keyframes animerotateOP {
    0% {
        opacity: 0;
        transform: rotate(180deg);
    }
    30% {
        opacity: 1;
    }
    60% {
        opacity: 1;
        transform: rotate(0deg);
    }
    100% {
        opacity: 1;
    }
}


/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
