/*
	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: #182769; /*  #000037 */;
    --blueDark: #000030;
    --secondBg: #f3f3f3;
    --colorGold: #ffd617;
}
input[readonly=""] {
    cursor: not-allowed;
}
/* 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 'alibaba', Helvetica, Arial, sans-serif;
	color:#444;
	margin:0;
    padding:0;
    background: #fffefe;
    /*
    background:#fff;
    */
}
.my-email, span.lang-fa , .chabok-donbal-text, .chabok-header ul li, 
.btn-new-style, button, input, textarea, .chabok-botton-lang span {
    font-family: 'alibaba', 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:28px;
}
h2 {
	font-size:26px;
}
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;
}
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:#d10404;
	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-testimonial {
    border-radius: 20px;
    border: 1px solid var(--mainBg);
    margin: 0 0 0px 0;
    padding: 25px;
    background-color: #fff;
    direction: rtl;
}

#testimonial-owl-slider {
    perspective: 1200px;
    direction: ltr;
}

/* اسلایدها */
#testimonial-owl-slider .owl-item {
    transition: all 0.5s ease;
    transform: scale(0.8) translateZ(-150px);
    opacity: 0.4;
    filter: blur(2px);
}

/* اسلاید وسط (فعال) */
#testimonial-owl-slider .owl-item.active.center {
    transform: scale(1) translateZ(0);
    opacity: 1;
    filter: blur(0);
    z-index: 10;
}

/* اسلاید چپ و راست */
#testimonial-owl-slider .owl-item.active:not(.center) {
    transform: scale(0.85) translateZ(-100px);
    opacity: 0.6;
    filter: blur(1px);
    z-index: 5;
}







.customer-testimonial-text {
    margin-bottom: 20px;
    color:#444;
}
.front-side-posts {
    background: #fff;
    height: 100%;
    border-radius: 13px;
    overflow: hidden;
    box-shadow: 0 0 36px rgba(0, 0, 0, 0.11);
}
.front-side-posts h4 {
    border-bottom: 1px solid #06a2ad;
    padding: 7px;
    font-size: 16px;
    margin-bottom: 14px;
}
.front-side-posts .chabok-widget-content {
    padding: 0 0px 10px;
}
.front-side-posts .chabok-widget-row {
    min-height: 93px;
    padding: 10px;
  margin-bottom: 15px;
  border-radius: 10px;
  border: 1px solid #ccc;
  box-shadow: 0 0 29px #eee;
}
.front-side-posts .chabok-widget-bg-image {
    width: 70px;
    height: 70px;
}
.chabok-front-posts-sidebyside {
    float: right;
    width: 100%;
    display: flex;
}
.customer-img {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    border-radius: 10px;
    overflow: hidden;
    margin-left: 10px;
}
.customer-cv-card {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    color:#777;
}
.cv-name {
    color: var(--mainBg);
    font-weight: bold;
}
.q-icon {
    font-size: 46px;
    color: rgba(6, 162, 173, 0.271);
}
.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: #fff;
    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: #fff;
}
.f0a8::after {
	content: '\f0a5';
	font-family: 'Font Awesome 5 Pro';
	margin-left: 15px; 
    position: relative;
    top: 2px;
}
.f0a8 {
    color:#444;
}
.chabok-btn.white-btn {
    background-color: #eee;
    border:1px solid #eee;
}

.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: #e3e3e3;
}
.graycolored .chabok-qa-box .chabok-btn.black-btn {
    background-color: var(--mainBg);
    color: #fff;
}
.chabok-qa-box h2 {
    max-width: max-content;
    width: 100%;
    margin: auto;
    position: relative;
    padding: 0 100px;
}
.chabok-qa-box h2 span {
    background-color: var(--secondBg);
    position: relative;
    z-index: 3;
    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 {
	font-size: 19px;
    font-family: 'yekan';
    color: var(--mainBg);
    font-weight: bold;
    letter-spacing: -1px;
}

.chabok-cliped small {
    margin-right: 4px;
}
h1.chabok-cliped small {
    margin-right: 0;
}
.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-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-container {
    width:100%;
    max-width:1300px;
    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: #fff;
    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: #444;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    padding: 0px;
}

.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: 50%;
    padding:0;
    flex-wrap: nowrap;
}
.edit-5 .chabok-icon-text.b-mobile {
    padding-left: 11px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    display: flex;
    top: 0;
}
.chabok-icon-class.b-mobile.b-social {
  top: 3px;
  position: relative;
}
.chabok-icon-text.b-flag {
    position: absolute;
    right: -9px;
    top: 25px;
    padding: 0;
    left: auto;
}
.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;
}
.chabok-icon-class.b-mobile i {
    width: 40px;
    height: 40px;
    background: #fff;
    padding: 10px;
    border-radius: 100px;
    border:1px solid;
}
.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 {
    display: block;
    font-weight: 300;
    color: #000;
}
.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: var(--mainBg);
}
.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: 'alibaba';
    font-size: 14px;
    padding-right: 20px;
    top: -2px;
	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  {
    display: none;
}
.txt-only-mobile-social {
    width: 100%;
}
.text-span {
    margin-right: 10px;
}
.txt-al.chabok-flex.chabok-col-40.top-bar-icon-block {
  color: #fff;
  font-size: 13px;
}
.b-flag {
    overflow: hidden;
    display: inline-block;
    line-height: 0;
    position: relative;
    top: 3px;
    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-logo-type {
    font-size: 13px;
    line-height: 1.4;
}
.chabok-logo-type h1, .chabok-logo-type div, .chabok-logo-type p {
    margin: 0;
}
.chabok-main-head-content {
    padding-right: 0;
    font-size: 20px;
    float:left;
    width: 100%;
    max-width:auto;
    height: auto;
    padding: 13px 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: 135px;
    margin-top: 5px;
    top: 0;
}
.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: 25%;
    color:#eee;
    padding: 0 10px;
    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;
    padding: 0 0px;
}
.chabok-icon-box .chabok-inner-icon {
    padding:0px;
}

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

.chabok-main-navigation {
    background-color: var(--mainBg);
    box-shadow: 0 2px 5px -6px;
}
.chabok-brand {
    float: right;
    width: 18%;
}
.chabok-nav {
    display: flex;
    align-items: center;
}
.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);
}

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

.chabok-header ul li a {
    display: block;
    color:#444;
    transition: color 300ms;
}
.chabok-map-container p {
    margin: 0;
  }
.chabok-header ul > li a {
    position: relative;
    transition: 100ms all;
    padding:0 15px;
    display: flex;
    align-items: center;
}
.chabok-map-container {
    max-height: 236px;
    overflow: hidden;
    border-radius: 20px;
}
.chabok-header ul li a svg {
  width: 20px;
  height: 20px;
  fill: #555;
  margin-left: 10px;
  transition: all 400ms;
}
.chabok-header ul li a:hover svg {
    transform: scaleX(-1);
    transition: all 400ms;
}
.chabok-header ul li a:hover svg,
.chabok-header ul li a:hover {
    color:var(--mainBg);
    fill: var(--mainBg);
}
.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;
}
.edit-5 .chabok-top-bar {
    justify-content: right;
}
.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: 3px;
    width: 25px;
    left: 0;
    right: 0;
    top: auto;
    bottom: -1px;
    background: #fff;
    z-index: 3;
    border-radius: 100px;
    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: #fff;
    z-index: 999;
    padding: 15px 0;
    border-radius: 10px;
    visibility: hidden;
    margin-top: 14px;
    transition: ease 200ms;
    opacity: 0;
    width: 250px;
    clip: rect(0,0,0,0);
    box-shadow: 0px 0 24px rgba(0, 0, 0, 0.2);
}

.chabok-header ul li:hover > ul,
.chabok-header ul li:focus > ul {
    visibility: visible;
    margin-top:14px;
    transition: ease 200ms;
    opacity: 1;
    clip: unset;
}
.chabok-header ul > li:hover > a::after {
  height: 44px;
}
.sub-menu {
    text-align: left;
}

.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(34, 34, 34);
    font-size: 14px;
}

.chabok-header ul li > ul li a:hover,
.chabok-header ul li > ul li a:focus {
    color:rgb(191, 89, 0);
}
.chabok-header ul li > ul li a:hover::before,
.chabok-header ul li > ul li a:focus::before  {
    content:none;
}
.taxonomy .title-block h2, .taxonomy .title-block h1 {
    font-weight: 700;
    font-size: 20px;
    margin-top: 7px;
    margin-bottom: 33px;
}
.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 #fff;
    left: 30px;
}
.chabok-page-content-row.flex.flex-btn-sec {
    display: flex;
    align-items: center;
}
.featured-btn-link.side-btn-link {
    text-align: center;
}
.featured-btn-link {
    margin: 20px 0;
    float: right;
    width: 100%;
}
.featured-btn-link a {
    margin-left: 10px;
}
.featured-btn-link a:nth-child(1) {
    color:#fff;
}
.featured-btn-link a:nth-child(2) {
    background:rgb(255, 174, 81);
    color:#000;
}
.featured-btn-link a:nth-child(3) {
    background:rgb(254, 203, 47);
    color:#000;
}
.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 #f3f3f3;
    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;
}
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: 75px 12px;
    */
}
.img-page img {
    /*
    position: relative;
    right: -3px;
    bottom: -3px;
    border-radius: 75px 12px;
    */
}
.aligned-right img {
    /*
    left: -3px;
    right: auto;
    */
}
.chabok-section-full-width article {
    background: transparent;
    margin: 0px auto 40px auto;
    max-width: 1310px;
    padding: 0px 20px;
}

.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: 80px 0 180px 0;
    margin-bottom: -100px;
    z-index: -1;
}
.chabok-map-container iframe {
    width: 100%;
    overflow: hidden;
    border-radius: 19px;
  }
.page-template .alignleft-continer::before {
    background: #f1d220;
}
.contact-form-box {
    background: #fff;
    z-index: 2;
    position: relative;
    border-radius: 15px;
    padding: 30px;
    padding: 60px 30px;
    /* box-shadow: 4px 14px 33px 6px rgba(0, 0, 0, 0.071); */
    border: 1px solid #ccc;
}
.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(--mainBg);
}
.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 {
    border: 1px solid #ccc;
    padding: 5px 20px;
    border-radius: 11px;
}
.customer-pr-sec {
   margin-bottom: 23px;
}
.customer-pr-sec p, .customer-pr-sec h5 {
    margin: 0;
}

.customer-section {
    background: #fbfbfb;
    margin-bottom: 0;
    padding-top: 0px;
    padding-bottom: 50px;
    margin-bottom: 20px;
    margin-top: 45px;
    border-radius: 2;
    padding-bottom: 0;
}
.customer-section .te34 {
    text-align: center;
}
.chabok-container.customer-cc.psr h2 {
    color: var(--mainBg);
    float: right;
    border: 3px solid var(--mainBg);
    display: inline-block;
    padding: 3px 14px;
    font-size: 20px;
    margin: 20px 7px;
}
.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;
}
.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: #fff;
    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: 100%;
    background-position:center !important;
    background-repeat: no-repeat !important;
    background-color: #101010;
}

.slide-large a {
    width: 100%;
    height: 548px !important;
    display: block;
    background-size: cover !important;
    background-position: center !important;
}


.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(0, 0, 0, 0.71) 40%, rgba(0, 0, 0, 0.29) 60%);
}

.slider-content-container {
    max-width: 1195px;
    height: 560px;
    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-33 {
    margin-bottom: 10px;
}
.chabok-uses-iconbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-size: 27px;
    background: #fff;
    color: #070707;
    min-height: 60px;
    margin-bottom: 0px;
    border-radius: 9px;
    height: 100%;
    border: 1px solid #666;
}
.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 {
    background: #f9f9f9;
  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;
}
.chabok-slogan-icon {
    font-size: 36px;
    line-height: 1.4;
}
.slider-content-container h2 {
    font-size: 30px;
}
.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-main::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 220px;
    background: url('img/slider-cover.webp') no-repeat center bottom;
    background-size: cover;
    z-index: 2;
    bottom: -85px;
}
@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: 18px;
    margin-top:0;
}
.chabok-text-light h2 {
    color:#ff905a;
}
.graycolored .chabok-text-light h2 {
    color:var(--blueDark);
}
.chabok-text-light p {
    color:#ccc;
}
.why-btn-group {
    float: left;
    display: flex;
}
.chabok-service-section {
    padding-bottom: 100px;
    margin-top: 40px;
}
.chabok-icon-img {
    border: 2px solid var(--mainBg);
    border-radius: 100px;
    padding: 3px;
}
.chabok-content-box.chabok-slide-even .chabok-icon-img {
    position: absolute;
    top: -70px;
    right: 0;
}
.chabok-content-box.chabok-slide-odd .chabok-icon-img {
    position: absolute;
    bottom: -80px;
    top: auto;
    right: 0;
}
.chabok-slide-even .content-box-block {
  margin-top: 69px;
}
.chabok-col-100.ftl.chabok-content-box.chabok-slide-odd,
.chabok-col-100.ftl.chabok-content-box.chabok-slide-even {
  padding: 25px 15px;
}

.chabok-slide-odd .content-box-block {
  margin-bottom: 69px;
}
.services-section.with-front {
    position: relative;
    top: auto;
    z-index: 4;
    padding: 30px 0;
    margin-bottom: 0px;
}
.chabok-iconbox-container.services-iconbox {
    background: transparent;
    padding: 0 10px;
    border-radius: 20px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    justify-content: center;
}

.chabok-iconbox-container .chabok-col-16:last-child .chabok-services-iconbox {
    border-left: 0;
}
.chabok-services-iconbox {
  text-align: center;
  display: flex;
  align-items: center;
  background: #19296f;
  border-radius: 49px;
  justify-content: center;
}
.chabok-slogan-icon {
  font-size: 36px;
  line-height: 0;
  filter: invert();
}
.chabok-services-iconbox img {
    width: 35px;
    height: 35px;
    margin: 8px 0 8px 14px;
}
.chabok-services-iconbox h3 {
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    color: #fff;
}
.chabok-services-iconbox {
    text-align: center;
}
.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(--mainBg);
    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 0;
 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(--mainBg);
    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;
}
#slider-single-post .owl-prev, #slider-single-post .owl-next {
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    padding: 0;
    margin: auto;
}
#slider-single-post .owl-next {
    left:10px;
}
#slider-single-post .owl-prev {
    right:10px;
}
.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;
}
.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;
}
.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;
	width: 100px;
	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;
    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;
}
.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%;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.sec-title-with-bob {
    position: relative;
}

.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 {
    font-size: 21px;
    color: var(--mainBg);
    margin:0;
    position: relative;
    background:#fff;
    padding-right: 20px;
}
.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:#fff;
}
.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;
    color:#444;
}
.chabok-full-width .post-img-container img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.chabok-full-width .loop-content-container p {
    margin-top:0
}
.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:#555;
    color: #555;
    margin-top: 1px;
    border: 1px solid;
    padding: 0 10px;
    border-radius: 20px;
}
.more-products-link:hover,
.more-products-link:focus {
    color:#f78e1d;
}

.more-products-link::before {
    content: "\f0a9";
    font-family: 'Font Awesome 5 Pro';
    float: left;
    font-size: 16px;
    line-height: normal;
    margin-right: 14px;
    top: 5px;
    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;
}
.room-item-star-rating {
	line-height: 0;
	position: relative;
	top: 20px;
}
.chabok-star-rating {
	display: inline-block; 
	font-size: 24px; 
	color: gold;
	direction: ltr;
    float: left;
  margin-top: 14px;
}

.star {
    display: inline-block;
    position: relative;
}

.star.empty {
    color: lightgray;
}

.star.half {
    background: linear-gradient(to right, gold 50%, lightgray 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
	line-height: 1;
}

.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-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;
}

.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;
}
.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-red-cover.red-left-cover {
    left: 0;right: auto;position: absolute;bottom: 0;top: auto;border-radius: 0 0 0px 0;
}
.chabok-red-cover {
    position: absolute;
    right: 0;
    height: 200px;
    background: #e4e4e4;
    width: 100%;
    z-index: 0;
    top: 110px;
    border-radius: 20px 0 0 20px;
    box-shadow: 0 0 40px #eee;
}
.chabok-col-100.ftl.chabok-about-text-blk {
    background: linear-gradient(to right,#fff,rgba(255, 255, 255, 0.969));
    padding: 35px !important;
    border-radius: 10px;
    box-shadow: 0 0 83px rgba(0, 0, 0, 0.078);
    z-index: 99;
    position: relative;
}
.chabok-about-text-blk {
    position: relative;
}
.about-btn-divider {
    position: relative;
    float: right;
    width: 100%;
    z-index: 2;
}
.about-btn-divider a {
    float: right;
}
.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: #fff;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 50px;
    margin-bottom: 0;
}
.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;
    padding-top: 0 !important;
    margin-bottom: 0;
}
.blog-front-title {
    text-align: center;margin-bottom: 100px;background: #f2f2f2;padding: 14px;border-radius: 14px;
    margin-bottom: 30px;
}
.blog-front-title .blog-page-title {
    text-align: center;
    line-height: 1;
}
.blog-front-title .blog-bg-text {
    text-align: center !important;
}
.edit-04 .chabok-blog-section {
    background-color: #fff;
    padding: 60px 0 100px;
}
.chabok-col-40 .chabok-featured-link {
    height: 395px;
    width: 100%;
    display: block;
    background-size: cover;
    margin:0;
}
.chabok-col-25 .chabok-featured-link {
    height: 180px;
    width: 100%;
    display: block;
    background-size: cover !important;
    background-position: center !important;
}
.chabok-post-featured {
    width: 100%;
    float: right;
    position: relative;
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
}
.chabok-featured-link {
    width: 100%;
    display: block;
}
.chabok-section-featured-posts  {
    width: 100%;
    float: right;
}

.chabok-col-25 .chabok-post-featured h4 {
    font-size: 13px;
}
.chabok-post-featured .post-content, .chabok-post-featured .post-content a, .chabok-post-featured .post-content h4 {
    color: #fff;
}
.chabok-post-featured .post-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 23px;
    padding: 43px 23px 20px;
    background: linear-gradient(to bottom,#0000,#000000ba,#000);
}
.chabok-post-featured img {
    width: 100%;
}
.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: var(--mainBg);
    z-index: 99;
    text-align: center;
    font-size: 20px;
    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: 40px;
    width: 40px;
    left: -15px;

}

.chabok-product-section {
    background-color: #fff;
    background-image: url("img/pattern6.png");
    background-position: top left;
    background-repeat: no-repeat;
    padding-top:50px;
    padding-bottom: 80px;
}
.product-category-section {
    width: 100%;float: right;margin-bottom: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.graycolored .chabok-product-section {
    background-image: none;
    margin-bottom: 0;
}
/*
.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%;
}
.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: var(--secondBg);
    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--new h2 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 0;
}
.chabok-qa-box--new p {
  margin-top: 0;
}
.chabok-qa-box--new {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
    box-shadow: 0 0 47px #ccc;
  margin: 13px 0;
}
.chabok-qa-bg-holder--new {
  background: #f9f9f9;
}
.chabok-qa-box--new .chabok-btn.black-btn {
  background-color: var(--mainBg);
  color: #fff;
}
.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 {
    border-width: 1px;
    border-color: #dfdfdf;
    padding: 30px 35px 30px 35px;
    cursor: pointer;
    color: #13192c;
    font-weight: 600;
    padding: 15px 35px;
    border-top: 1px solid #dfdfdf;
    border-bottom: none !important;
    background-image: url('img/strock_pattern2.png');

}
.chabok-faq-content {
    border: 1px solid #cecece;
    border-radius: 10px;
    overflow: hidden;
  }
.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: 18px;
}

.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: 20px;
    margin:0;
    width:100%;
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
}

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

.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.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;
    border-top:1px solid #ccc;
    background:#fff;
}

.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;
}
#why {
  margin-top: 30px;
  margin-bottom: 30px;
}
.chabok-counter-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
}
.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: 43px;
    font-weight: 800;
    color: var(--mainBg);
    z-index: 2;
    background: none;
    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;
    right: -10px;
    top: -10px;
    background: transparent;
    border-radius: 12px;
  }
  .img-ab img {
    margin-bottom: 55px;
  }
  .img-ab {
    padding-left: 18px;
    padding-right: 0;
  }
.chabok-count-small {
    padding-left: 0px;
    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:0px;
}

.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:-15px;
    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: var(--mainBg);
}
.archive-title, .archive-excerpt {
    padding: 34px 15px 0;
    margin-bottom: 0;
}
.chabok-customer-container.chabok-col-100.ftl {
    margin-bottom: 35px;
}
.alignment-j .archive-title,
.alignment-j .archive-excerpt {
    text-align: center;
}
.alignment-j .archive-title {
    font-weight: 800;
    font-size: 28px;
}
.alignment-j .archive-excerpt  {
    color:#444;
    padding:0 0 30px;
}
.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;
}

.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,
.content-items-sec {
    float: right;
    width: 100%;
}
.chabok-seo-mask-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
}
.single .product-img img {
    width: 100%;
    border-radius: 10px;
}
.content-box-block .chabok-icon-img img {
    width: 45px;
    height: 45px;
    background: var(--mainBg);
    border-radius: 100px;
}
.product-items-sec .chabok-product-box-th,
.content-items-sec .chabok-content-box {
    margin-bottom: 20px;
}
.chabok-content-box  {
    position: relative;
    height: 100%;
}
.content-box-name h3 {
    font-size: 15px;
    text-align: right;
    height: 48px;
    overflow: hidden;
}
.line-clamp {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.chabok-content-box .link {
    position: relative;
    height: 100%;
}
.chabok-content-box .link::before {
    content: "";
    z-index: -1;
    position: absolute;
    width: calc(100% - 50px);
    height: 50px;
    bottom: -8px;
    left: 25px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 5px 15px #00000020;
}
.chabok-slide-even.chabok-content-box .link::before {
    bottom: auto;
    top: -8px;
}
.content-box-name .more p {
    font-size: 14px;
    text-justify: distribute;
    word-spacing: -1px;
  }
.content-box-block {
    text-align: justify;
    padding: 25px 20px 15px 20px;
    border-radius: 20px 20px 20px 20px;
    background-color: #fff;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.15);
    height: 100%;
}
.chabok-uses-section {
    background-color: #f9f9f9;
    padding: 0px;
    margin-bottom: 30px;
}
.chabok-uses-section p {
    margin-top:0;
}
.chabok-uses-section h2 {
    text-align: center;
    margin-bottom: 25px;
}
.chabok-uses-section .desc {
    text-align: justify;
    text-justify: distribute;
}

.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: 65%;
    border-radius: 0px;
    padding-left: 0px;
    margin-top: 3px;
    padding-right: 20px;
    border-left: 1px solid #ccc;
   
}
.post-info-date-cat {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-size: 12px;
}
.post-info-date-cat .post-cat, .post-info-date-cat .read-time span {
    margin-left: 10px;
}
.title.chabok-single-title.mgt-0 {
    margin-top: 0px;
}
.chabok-post .chabok-content {
  padding: 0px;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 20px;
  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 {
    border-radius: 13px;
    padding: 0px;
}
aside.sidebar .sidebar-is-or-not-fix.chabok-fixed-sidebar {
    position: fixed;
    top: 10px;
    max-width: 429px;
    width: 32%;
}

.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: 33%;
    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;
    display: flex;
}
.g-images {
    border-radius: 15px;
}
.chabok-widget-g strong {
    display: block;
  text-align: center;
  margin-top: 10px;
}
.chabok-widget-g.chabok-full-img-g.standard .g-images {
  border-radius: 15px;
  width: 100%;
  max-height: 210px;
  object-fit: cover;
}
.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: '\f104';
      font-family: 'Font Awesome 5 Pro';
      font-weight: bold;
        font-size: 14px;
        margin-left: 7px;
        color: #f09206;
}
.chabok-widget-content .with-arrow .metadata {
    margin-right: 14px;
}
.chabok-widget-row {
      min-height: 105px;
}
.chabok-widget-row .content-title {
    font-size: 14px;
    font-weight: normal;
    font-family: 'alibaba';
    display: block;
    line-height: 1.4;
}
.widget-title {
    padding-bottom: 10px;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}
.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;
    visibility: hidden;
}
.g-img-hold {
    position: relative;
}
.g-img-hold.min-he {
    height: 120px;
}
.chabok-widget-content.n39dj .content-title {
  font-size: 11px;
  text-align: right !important;
  padding: 0 10px !important;
  justify-content: right;
  display: flex;
}
.chabok-widget-row .metadata span,
.chabok-widget-g.standard .metadata span {
    margin: 0 8px 0 0px;
    display: inline-block;
  }
.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;
}
.read-time-ex span {
    margin-left: 10px;
}
.chabok-news-side .chabok-excerpt {
    height: 100%;
}
.chabok-post-featured .post-content p, .chabok-post-featured .post-content .datetime, .chabok-post-featured .post-content .post-read-more {
    color: #b7b7b7;
    border-color:#b7b7b7 ;
}
.chabok-post-featured .post-content .datetime {
    font-family: 'yekan';
}
.chabok-post-featured .post-content .post-read-more:hover {
    color:#000;
    border-color: var(--mainBg);
}
article.news .post-arrt {
    float: right;
    width: 45%;
    min-width: 45%;
    margin-left: 17px;
}
article.no-img .post-arrt {
    display: none;
}
article.no-img.chabok-post .chabok-content{
    margin-top: 0;
}
.chabok-news-side {
    width: 65%;
    padding: 18px 6px;
}
article.news .post-img-container.single-post-img-continer {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    background-color: #eee;
}

.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 {
    color:#fff;
}
.chabok-foot-email p {
    margin-top: 0;
}
.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: 55%;
}
.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: 100%;
    padding:0;
    margin-bottom: 21px;
}
.chabok-col-100.why-with-honors {
    padding-right: 20px !important;
}
.honor-blk {
    border: 1px solid #eee;
    border-radius: 7px;
    overflow: hidden;
    text-align: center;
    border-radius: 10px;
}
.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: 160px;
    margin: auto;
    position: relative;
    z-index: 3;
}
.chabok-col-100.why-with-honors .chabok-col-70 .chabok-col-25:nth-child(1) {
    padding-right: 0;
}
.chabok-col-100.why-with-honors .chabok-col-70 .chabok-col-25:nth-child(4) {
    padding-left: 0;
}
.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-logo {
    width: 250px;
    position: absolute;
    top: -87px;
    right: 20px;
    left: 20px;
}
.footer-logo img {
width: 220px;
  border-radius: 13px;
  background: top;
  top: 16px;
  position: relative;
}
.single-post-with-breadcrumb.gray-colored {
    background: #f5f5f5;
    padding-bottom: 14px;
  }
.footer-logo::before {
    /*
    content: '';
    background: rgba(6, 162, 173, 0.388);
    left: 68px;
    top: -5px;
    position: absolute;
    right: -5px;
    bottom: 0;
    z-index: -1;
    border-radius: 13px;
    */
}
.footer-call {
    float: left;letter-spacing: 8px;font-weight: 700;padding-left: 30px;color: #fecb2f;
}

.chabok-footer {
    background-color:#00092b;
    background-position: 0 -40px;
    padding: 50px 0px 0;
    overflow: hidden;
    color: #eee;
    font-size: 14px;
    margin-top: 80px;
    float: left;
    width: 100%;
}
.chabok-mm-footer .chabok-footer-bg {
    background-color: var(--mainBg);
    float: right;
    width: 100%;
    color: #fff;
    z-index: 3;
    position: relative;
    padding-top: 25px;
}
.chanok-footer-link a,
.chanok-footer-link h4,
.chabok-contact-us h4 {
    color: #fff;
}
.chabok-footer-bg::before {
    content: '';
    background-image: url('img/pattern6.png');
    background-position: left;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.chabok-footer-bg::after {
    content: '';
    background-image: url('img/pattern3.png');
    background-position: right 0px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    left: auto;
    background-repeat: no-repeat;
    width: 50%;
    opacity: 0.6;
}
.chabok-mm-footer {
    position: relative;
    float: right;
    width: 100%;
    margin-top: 120px;
}
section.map {
    padding-bottom: 70px;
}
/*
.chabok-mm-footer::after {
    content: '';
    width: 36%;
    background: #06a2ad;
    height: 97px;
    position: absolute;
    left: 14%;
    top: -32px;
    transform: rotate(-3deg);
    border-radius: 40px 10px 0 0;
    box-shadow: 0 0 36px rgba(0, 0, 0, 0.18);
    right: auto;
}
.chabok-mm-footer::before {
    content: '';
    width: 13%;
    background: #06a2ad;
    height: 100px;
    position: absolute;
    right: 14%;
    top: -13px;
    transform: rotate(11deg);
    border-radius: 10px 0 00;
    box-shadow: 0 0 36px rgba(0, 0, 0, 0.278);
}
*/
.chabok-col-50.ftr.product-right-block .product-img {
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 10px;
    min-height: 298px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.chabok-footer-top {
    display: flex;
    float: right;
    width: 100%;
    align-items: center;
    position: relative;
}
.chabok-footer-top::before {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    background: linear-gradient(to left,#ccc,#fff,#ccc);
    bottom: 39px;
}
.chabok-call-box {
    float: unset;
    display: flex;
    width: 100%;
    max-width: 700px;
    margin: auto;
    justify-content: center;
    margin-top: 81px;
}
.chabok-bottom-link a {
    color: #eee;
}
.header-action-btn {
    background: var(--colorGold);
    color: #000;
    border-radius: 10px;
    margin-left: 14px;
    padding: 11px 15px;
}
.support-row {
    display: flex;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
    padding: 20px;
}
.support-row .support-name {
    color:var(--mainBg);
}
.support-row .support-price {
    color: red;
    font-family: yekan;
}
.support-row .support-avatar {
    min-width: 50px;
    min-height: 50px;
    width: 50px;
    height: 50px;
    margin-left: 10px;
    background:#eee;
    border-radius: 100px;
}
.support-badge img {
    height: 35px;
    display: block;
}
.support-badge .chabok-badge {
    text-align: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.chabok-badge small {
    width: 100%;
    display: block;
}
.support-avatar .avatar {
    background-color: #F4A261;
    display: flex;
    align-items: center;
    border-radius: 100%;
    height: 100%;
    width: 100%;
    justify-content: center;
    font-size: 24px;
    padding: 0;
}
.support-name small {
    color: #000;
    position: relative;
    background: #eee;
    padding: 0 10px;
    border-radius: 14px;
}
.support-table .title-t-row {
    border-bottom: 1px solid #ccc;
    background: var(--mainBg);
    margin: 0;
    border-radius: 6px 6px 0 0;
    color: #fff;
    padding: 13px 26px 13px 40px;
    display: flex;
    justify-content: space-between;
}
.support-table .title-t-row h3 {
    color: #fff;
    margin: 0;
}
.support-row .support-info {
    width: 100%;
    position: relative;
}
.support-table {
    border: 1px solid var(--mainBg);
    border-radius: 10px;
}
.support-info .support-badge {
    position: absolute;
    left:0px;
    top: 0;
    bottom: 0;
    margin:auto;
}
.chabok-auth-card p.login-note {
    margin: 0; 
    text-align: right;
    padding: 0;
    line-height: 1.5;
    margin-bottom: 16px;
    color: #008484;
}
.chabok-top-box {
    width: 100%;
    height: 80px;   
    border-radius: 10px;
    background-color: #fff;
    align-items: center;
    display: flex;
    padding: 15px;
    border: 1px solid var(--mainBg);
    transition: all 300ms;
}
.chabok-top-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 22px #ccc;
    transition: all 300ms;
}
.chanok-footer-link h4 {
    font-size: 17px;
    font-family: 'alibaba';
    color:#eee;
}
.footer-contact-info {
    color:#555;
}
.chabok-top-circle i {
    color:#ffff;
}
.footer-contact-info p {
    line-height: 1.7;
}

.chabok-top-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #06a2ad;
    display: flex;
    align-items: center;
    justify-content: center;
}
.chabok-top-circle i {
    font-size: 25px;
}
.footer-contact-info {
    line-height: 1.3;
    padding-right: 10px;
    font-weight: bold;               
}
.chabok-mm-footer  .chabok-footer-top .chabok-col-50 {
    width: 100%;
}
.chabok-mm-footer .chabok-footer-middle {
    width: 100%;
    max-width: 1280px;
    border-bottom: 1px solid #288e95;
    display: flex;
    float: right;
    margin-top: 20px;
    padding-top: 10px;
}
.chabok-mm-footer .chabok-footer-logo img {
    width: 10%;
}
.chabok-mm-footer .chabok-footer-social-icons a i {
    color:#fff;
}
.chabok-mm-footer .chabok-footer-social-icons a:hover i,
.chabok-mm-footer .chabok-copyrights a:hover {
    color:#000;
}
.chabok-mm-footer .chabok-footer-social-icons a:hover {
    border-color: #000;
}
.chabok-mm-footer .chabok-footer-social-icons a.eita {
    display: none;
}
.z12 {
    z-index: 12;
}
.chabok-mm-footer a:hover {
    color:#090909;
}
.chabok-mm-footer .chabok-footer-social-icons a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin: 5px;
    justify-content: center;
    display: flex;
    align-items: center;
}
.chabok-mm-footer .chabok-footer-social-icons {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}
.chabok-mm-footer .chanok-footer-link {
    width: 100%;
    display: flex;
    float: right;
}
.chabok-mm-footer .chanok-footer-link .chabok-col-50 {
    border-right: 1px solid #288e95;
}
.chabok-mm-footer .chabok-footer-bottom .chabok-bottom-link ul {
    display: flex;
    float: right;
    list-style: none;
    padding: 0;
}
.chabok-mm-footer .chabok-footer-bottom .chabok-bottom-link ul li {
    padding-left: 20px;
}
.chabok-mm-footer .chabok-copyrights {
    float: left;
    direction: ltr;
    padding-top: 15px;
}
.chabok-mm-footer .chabok-copyrights a {
    color:#fff;
}

.edit-02 .footer-call,
.edit-02 .chabok-footer-social a,
.edit-02 .chabok-footer-connection {
    color:#777;
}
.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%;
    padding-left: 50px;
}
.textwidget p {
    margin-top: 0;
}
.chabok-footer-widget-container .chabok-footer-widget:nth-child(4)::after {
    content: '';
    top: -7px;
    bottom: 0px;
    left: 28px;
    right: -8px;
    background: #06a2ad52;
    position: absolute;
    z-index: 0;
    border-radius: 13px;
    z-index: -1;
}
.chabok-footer-widget-container .chabok-footer-widget:nth-child(4) {
    width:25%;
    position: relative;
    color: #fff;
}

.widget_chabok-address-widget {
    background: var(--mainBg);
    padding: 100px 22px 64px;
    margin-top: -126px;
    border-radius: 16px 16px 0 0;
}
.chabok-footer a {
    color: #eee;
}
.ovh-unset {
    overflow: unset !important;
}
.chabok-footer a:hover,
.chabok-footer a:focus {
    color: #f18649;
}
.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: left;
   font-size: 25px;
   line-height: 1;
   height: 49px;
   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;
    width: 40px;
    height: 40px;
    transition: all 200ms;
}
.header-social a:hover,
.header-social a:focus {
    opacity: 1;
}
.header-social.edit-2 a:hover {
    background: var(--mainBg) !important;
    color: #fff;
    border: 1px solid var(--mainBg);
}
.header-social a.eita img {
    width: 17px;
    transition: all 200ms;
    top: 1px;
    opacity: 0.9;
    position: relative;
}
.header-social a.eita:hover img {
    transition: all 200ms;
    opacity: 1;
}
.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:#fff;
}
.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: -1px;
    width: 100%;
    border-top: 1px solid rgba(6, 162, 173, 0.37);
    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;
}
.title-block h2, .title-block h1 {
    margin: 0;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 25px;
}
.google-map iframe {
    width: 100%;
    height: 400px;
    overflow: hidden;

}
.contact-form-container {
  background: #fff;
  padding: 24px;
  z-index: 14;
  border-radius: 10px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.contact-form {
  margin-top: -90px;
}
.section-title.with-dots .title-block a {
    visibility: visible;
    height: 24px;
    display: block;
}
.section-title.with-dots::before {
    content: '';
  float: right;
  margin-left: 10px;
    display: block;
  width: 20px;
  height: 50px;
  background-image: radial-gradient(#d0d0d0 1px, transparent 2px);
  -webkit-background-size: 10px 10px;
  background-size: 10px 10px;
}

.chabok-about-section {
    /* background-image: url('img/pattern2.png'); */
    background-position: center left;
    background-repeat: no-repeat;
    padding-top:65px;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 20px;
    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:38%;
    float: right;
}
#About .full-width-about .chabok-about-text-blk {
    width:62%;
    float: right;
    margin-bottom: 30px;
}
.chabok-front-video {
    position: absolute;
    left: 0px;
    top: -3px;
    width: 490px;
    border-radius: 10px;
    height: 282px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.chabok-front-video .mejs-video {
    border-radius: 20px;
}
.chabok-front-video video {
    width: 100%;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
}
.chabok-why-co > h2 {
  border: 3px solid var(--mainBg);
  display: inline-block;
  padding: 3px 14px;
  font-size: 20px;
}
#About .full-width-about .chabok-why-co {
    width: 100%;
    background: transparent;
    padding: 30px;
    border-radius: 20px;
    position: relative;
    overflow: unset;
    color: #fff;
    margin-top: 50px;
}
.chabok-why-co a {
    background: #eee;
    padding: 10px 13px !important;
    border-radius: 7px;
    display: block;
    height: 100%;
}
.product-cat-item {
    text-align: center;
    background: #fff;
    padding: 20px;
    margin-bottom: 23px;
    border-radius: 10px;
    box-shadow: 0 0 30px #f4f6ff;
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
    height: calc(100% - 20px);
}
.chabok-col-20.ftl.chabok-ro-cat a:hover img{
    filter: invert();
    transition: all 350ms;
}
.chabok-col-20.ftl.chabok-ro-cat a:hover h2 {
    color:#fff;
    transition: all 350ms;
}
.chabok-col-20.ftl.chabok-ro-cat a:hover .product-cat-item::before {
    width: 100%;
    height: 100%;
    border-radius: 0;
    transition: all 350ms;
    bottom: 0;
}
.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: 100%;
   height: auto;
   border-radius: 15px;
}

.chabok-product-box-th .product-name {
   position: absolute;
   background-image: linear-gradient(to bottom, transparent, var(--mainBg)); 
   color: #fff; 
   padding: 72px 30px 9px; 
   font-size: 20px;
   border-radius: 15px;
   text-align: center;
   bottom: 0;
   left: 0;
   right: 0;
   transition: all 300ms;
   top: 50%;
}

.chabok-product-box-th .product-name h3 {
    font-size: 17px;
    color:#fff;
    position: relative;
    z-index: 3;
}

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


.chabok-product-box-th .link:hover .product-name {
   top: 0;
   padding: 140px 30px 9px;
   transition: all 300ms;
}

.chabok-product-box-th .more {
    font-size: 15px;
    display: none;
}


.chabok-product-box-th .more p {
   margin: 0;
}

.chabok-product-box-th .link:hover .more {
    display: block;
}


.chabok-ro-cat:nth-child(7) {
    margin-top: 0px;
}
.product-cat-item img {
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 3;
}
.product-cat-item h2 {
    font-size: 14px;
    position: relative;
    z-index: 3;
}
#About .full-width-about .chabok-why-co h2 {
    position: relative;
    z-index: 2;
    font-weight: 900;
    display: inline-block;
  background: #fff;
  padding: 10px 25px;
  border-radius: 0 6px 6px 0;
  right: -45px;
  border: 3px solid var(--mainBg);
  color: var(--mainBg);
}
#About .full-width-about .chabok-why-co p {
    position: relative;
    z-index: 2;
    min-height: 180px;
    padding-left: 520px;
}
.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 {
    color:#fcfcfc;
    text-align: center;
}
.chabok-about-section.edit-02 .chabok-count-num-container::before {
    content:none;
}
.counter-text {
    width: 100%;
    color:#ccc;
}
.chabok-about-section.edit-02 .chabok-count-small { 
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    text-align: center ;
    margin-top: 4px;
}
.chabok-about-section p {
    text-align: justify;
}
.chabok-about-section h3 {
    color: #999;
    font-size: 15px;
    margin-bottom: 0;
    font-weight: normal;
}
.chabok-about-section h2 {
    font-size: 22px;
    margin:0;
}

.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: 24px;
    border-radius: 10px;
    font-size: 35px;
    background-color: var(--secondBg);
    overflow: hidden;
}
.chabok-why-co a {
    position: relative;
    display: block;
    overflow: hidden;
}
.icon-txt i,
.icon-txt h4 {
    z-index: 2;
}
.chabok-why-icon-text li .icon-txt::before,
.chabok-why-co a::before {
    content:'';
    background-color: var(--secondBg);
    background-image: #eee;
    position: absolute;
    top:100%;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    width: 100%;
    z-index: 1;
    transition: all 350ms;
    height: 100%;

}
.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;
}
.chabok-why-icon-text a:hover .icon-txt h4,
.chabok-why-icon-text a:hover .icon-txt i,
.chabok-why-co a:hover h2,
.chabok-why-co a:hover p {
    color:#fff;
    transition: all 350ms;
}
.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%;
      margin-top: -25px;
      padding:0;
      position: relative;
      display: block;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: var(--blueDark);
    height: calc(100% + 25px);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    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 {
    background: transparent;
    border: 1px solid #ccc;
    padding: 0;
    text-align: center;
}
#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: #ae0031;
    color:#fff;
}

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;
}
.item-home::before {
    content: '\f4c9';
    font-family: 'Font Awesome 5 Pro';
    display: block;
    position: absolute;
    right: -1px;
    top: -2px;
    bottom: 0;
    margin: auto;
    border-radius: 100px;
}
.with-arrow .content-title {
    display: inline-block;
}
.chabok-archive-title-desc {
    float: right;
    width: 100%;
    margin-bottom: 20px;
}
.chabok-container.blog-fromt-s .chabok-col-33 {
    margin-bottom: 30px;
  }
  .mglong-b {
    margin-bottom: 40px;
  }
.chabok-archive-title-desc h1 {
    color: var(--mainBg);
    font-size: 22px;
    padding-top: 0;
}

#breadcrumbs li.item-home {
    margin-right: 20px;
}

#breadcrumbs .separator{
    font-size:15px;
    font-weight:100;
    color:var(--mainBg);
}
.breadcrumbs a, .breadcrumbs {
    color:var(--mainBg);
}
.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: 13px;
    font-weight: normal;
    color:#000;
    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;
    background-color: #eee;
}
.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:var(--mainBg);
    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:#fff;
}
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: var(--mainBg);
    text-align: left;
    padding: 14px 0px;
    margin: 0 0 31px;
    background-color: #eee; 
    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::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 a::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 a::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: block;
}
.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: 9999;
    color:#666;
    font-size: 44px;
    right:30px;
    top:24px;
}
.edit-04 #chabok-search-btn {
    padding:0 0px; 
    z-index: 9;
    color:#555;
    margin-right: 30px;
}
#chabok-search-btn.chabok-active {
    z-index: 999999;
}
#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;
    line-height: 0;
} 

section.chabok-404-not-found {
    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: var(--mainBg);
    border: 1px solid var(--mainBg);
    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;
    border:1px solid #eee;
}

.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;
}

.chabok-cycle-title {
    font-weight: bold;
    color:rgb(255, 217, 0);
    font-size: 18px;
}
.chabok-cycle-value {
    font-size:18px;
}

.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;
}
#donate .chabok-container > .chabok-col-100 {
    padding: 0;
}
#donate h2 {
    font-size: 19px;
    text-align: center;
}
/*-----------------------------------*\
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 {
    margin:0;
}
.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;
}
.shafa-blog .front-side-posts {
    background: none !important;
    box-shadow: none !important;

}

.shafa-blog .chabok-section-featured-posts .ftl:nth-child(2) h4 {
    position: absolute;
    display: none;
}
.shafa-blog .chabok-section-featured-posts .ftl:nth-child(2) .front-side-posts {
   /* border: 1px solid #ccc; */
    padding: 1px 0;
    border-radius: 20px;
}
.shafa-blog .chabok-section-featured-posts .ftl:nth-child(3) h4 {
    margin: 0;
    border: 0;
    padding:0 0 10px
}
.shafa-blog .chabok-section-featured-posts .ggg3ks .content-title {
    position: absolute;
    z-index: 9;
    color: #fff;
    bottom: 18px;
    text-align: center;
    left: 0;
    right: 0;
}
.shafa-blog .chabok-section-featured-posts .ftl:nth-child(3) h4::after {
    content: '';
    width: 120px;
    height: 1px;
    display: block;
    background: #ccc;
    margin-bottom: 5px;
    margin-top: 10px;
}
.shafa-blog .chabok-section-featured-posts .ftl:nth-child(3) h4::before {
    content: '';
    width: 10px;
    height: 10px;
    background: #f59a9a;
    border-radius: 100px;
    display: inline-block;
    margin-left: 6px;
    top: 2px;
    position: relative;
}
.shafa-blog .chabok-section-featured-posts .ftl:nth-child(3) .chabok-widget-content {
    padding: 0;
}


.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-columns-2 .gallery-item {
    width:48% !important;
}
.gallery-columns-4 .gallery-item {
    width: 23% !important;
}
.gallery-item img {
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    width:48% !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: #ffcfb3;
    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: 100px;
z-index:999;
left: 0;
position: fixed;
height: 100px;
bottom: 0;
}
.phonering-alo-phone.phonering-alo-static {
    opacity:.6
}
.phone-ring-text {
    text-align: center;
    background: #ff4901;
    color: #fff;
    border-radius: 15px;
    bottom: 5px;
    position: relative;
    margin: 0 5px;
}
.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;
  /*  background:rgba(30,30,30,0.1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==) no-repeat center center;
  */  border-radius:13px !important;
    border:2px solid transparent;
    /* -webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation:phonering-alo-circle-img-anim 1s infinite ease-in-out; */
    -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: 32px;
    position: relative;
    top: -6px;
    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:#75eb50;
    background-color:#75eb50 9
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
    background-color:#ff4901;
    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: #009b5a;
    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;
}

.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: -125px;
    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: #fff;
  }

  #chabok-button-to-top:hover {
    cursor: pointer;
    background-color: #333;
  }
  #chabok-button-to-top:active {
    background-color: #555;
  }
  #chabok-button-to-top.chabok-show-to-top {
    opacity: 1;
    visibility: visible;
  }

  #donate .chabok-picture {
    height: 300px;
    display: flex;
    float: right;
    align-items: center;
    padding: 8px;
    justify-content: center;
}
#donate .chabok-options-title h3 {
    padding: 10px;
    font-size: 18px;
    margin-top: 17px;
}
#donate .clear {
    clear: both;
}
#donate .chabok-options-line {
    border-top: 1px solid #c6c4c4;
    width: 50%;
}
#donate .chabok-options {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 16px;
}
#donate .chabok-option-icon {
    display: flex;
    align-items: center;
    padding: 10px;
    width: 100%;
    justify-content: space-between;
}
#donate .chabok-option-icon i {
    width: 50px;
    color: var(--mainBg);
    font-size: 30px;
    height: 50px;
}
#donate .chabok-option-plus {
    float: left;
    opacity: 0.5;
} 
#donate .chabok-box {
    text-align: center;
    margin:20px 0;
    border-right: 3px solid var(--mainBg);
}
.customize-theme .chabok-flash-message.chabok-success {
    background: #c1ffc1;
    margin: 0 10px;
    border-radius: 10px;
    padding: 3px 12px;
}
.chabok-loop-product .thumbs-container img {
    height: 185px !important;
    object-fit: cover;
    width: 100% !important;
}
.chabok-btn.donate-btn-link,
.chabok-btn.product-btn-link {
    width: 100%;
    text-align: center;
    color:#fff !important;
    border-radius: 10px;
}
.logout-btn-link {
    background: #e44c4c;
    border-radius: 10px;
    margin-top: 12px;
    margin-bottom: 30px;
    color: #fff !important;

}
.chabok-btn.donate-btn-link {
    background: #ffb300;
    color:#000 !important;
}
.chabok-top .chabok-col-33:nth-child(1) {
    padding-right: 0;
    padding-left: 20px;
}
.chabok-top .chabok-col-33:nth-child(3) {
    padding-left: 0;
    padding-right: 20px;
}
.chabok-top a:hover img {
    transform: translateY(-4px);
    transition: all 300ms;
    filter: brightness(105%) contrast(96%);
    box-shadow: 0 0 10px #cccc;
}
.chabok-top a img {
    transform: translateY(0px);
    transition: all 300ms;
}
.donate-now.chabok-flex {
    border-radius: 10px;
    background: none;
    box-shadow: none;
    margin: 30px 0;
    overflow: unset;
}
.chabok-col-50.ftl.chabok-options-title {
  background: #fff;
  box-shadow: 0 0 44px #eee;
  border-radius: 12px;
}
.donate-now.chabok-flex .chabok-btn {
    border-radius: 10px;
    margin: 0 10px;
    font-family: 'alibaba';
}
.donate-now.chabok-flex .chabok-btn.course-blue-btn:hover {
    color: #fff;
}
#donate .chabok-options a:hover i {
    color: red;
}
#donate .chabok-box h4,
#donate .chabok-box p {
    display: flex;
    justify-content: center;
}
#donate .chabok-box h4 {
    padding-right: 10px;
    padding-left: 10px;
    text-align: right;
    justify-content: right;
    border: 3px solid var(--mainBg);
    border-right: 0px solid var(--mainBg);
}
#donate .chabok-box p {
    margin: -4px 0 0;
    color: red;
    font-weight: 700;
    font-family: 'yekan';
}
#donate .chabok-box .label-curency {
    margin: 0 5px;
}
#slider-single-product .owl-prev, #slider-single-product .owl-next {
    background: none;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 50px;
    font-size: 23px;
    color: var(--mainBg);
    z-index: 33;
}
#slider-single-product .owl-next {
    left:0;
}
.product-excerpt {
background: #eee;
  padding: 15px 15px 70px 15px;
  border-radius: 0;
  text-align: right;
  justify-content: right;
}
.chabok-box-button .course-disable-btn {
  border-radius: 7px;
  margin-right: 10px;
}
.price-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 14px 0;
}
#donate .chabok-box .img-wrap {
    max-width: 280px;
    margin: auto;
    max-height: 175px;
    float: left;
    padding:0 22px;
}
#donate .chabok-box img {
    max-width: 280px;
    margin: auto;
    border-radius: 10px;
    max-height: 175px;
    float: left;
}
#donate .chabok-box-button {
    display: flex;
    justify-content: center;
}
#donate .chabok-details {
    background-color: #ddd;
    border-radius: 10px;
    color: #626060;
}
#donate .chabok-add-to-cart {
    position: relative;
    right: 3px;
    height: 48px;
    align-items: center;
    display: flex;
    border-radius: 10px;
}
#donate .chabok-add-to-cart i {
    font-size: 23px;
    padding-left: 7px;
}
#donate .chabok-option-right i {
    float: right;
    justify-content: center;
    display: flex;
    opacity: 0.5;
}
#donate .chabok-little-box-blue,
#donate .chabok-little-box-green {
    width: 100%;
    background-color: #e2f4ff;
    height: 200px;
    display: flex;
    align-items: center;
    border-radius: 20px;
    float: left;
}
#donate .chabok-little-box-green {
    background-color: #def5e1;
}
#donate .chabok-top {
    display: flex;
    justify-content: center;
    align-items: center;
}
#donate .chabok-little-box-blue h5,
#donate .chabok-little-box-green h5 {
    color: #9d2b45;
    font-size: 20px;
}
#donate .help-button {
    background-color: #9d2b45;
    height: 34px;
    border-radius: 10px;
    align-items: center;
    display: flex;
}

  .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)
    }
}



section.taxonomy {
  padding-bottom: 124px;
}
.pg-footer {
    position: relative;
    width: 100%;
    float: right;
}
.footer-is-not-on-front-page {
    margin-top: 150px;
}
.pg-footer::before {
    content: '';
    background-image: url('img/footer-background.webp');
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    opacity: 0.6;
}
.footer {
  background: linear-gradient(to left, #0e2162,#000d3c);
  color: #fff;
}
.footer-wave-svg {
    background-color: transparent;
    display: block;
    height: 30px;
    position: relative;
    top: -1px;
    width: 100%;
}
.footer-wave-path {
    fill: #fffff2;
}

.footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 450px;
    position: relative;
}

.footer-content-column {
    box-sizing: border-box;
    float: right;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    color: #fff;
}

.footer-content-column ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-logo-link {
    display: inline-block;
}
.footer-menu {
    margin-top: 30px;
}

.footer-menu-name {
    color: #fffff2;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}
.footer-menu-list {
    list-style: none;
    margin-bottom: 0;
    margin-top: 10px;
    padding-right: 0;
}
.footer-menu-list li {
    margin-top: 5px;
}

.footer-call-to-action-description {
    color: #fff;
    margin-top: 18px;
    margin-bottom: 24px;
    opacity: 0.6;
    font-size: 13px;
}
.footer-call-to-action-button:hover {
    background-color: #fffff2;
    color: #00bef0;
}
.button:last-of-type {
    margin-right: 0;
}
.footer-call-to-action-button {
    background-color: transparent;
    border:1px solid #fff;
    border-radius: 21px;
    color: #fffff2;
    display: inline-block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    padding: 12px 30px;
    margin: 0 0px 10px 10px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .2s;
    cursor: pointer;
    position: relative;
}
.footer-call-to-action {
    margin-top: 30px;
}
.footer-call-to-action-title {
    color: #fffff2;
    font-size: 16px;
    font-weight: 800;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
}
.footer-call-to-action-link-wrapper {
    margin-bottom: 0;
    margin-top: 10px;
    color: #fff;
    text-decoration: none;
}
.footer-call-to-action-link-wrapper a {
    color: #fff;
    text-decoration: none;
}
.footer-menu p, .footer-menu a {
  opacity: 0.7;
}
.footer ul {
    padding: 0px 15px;
}
.footer-menu hr {
  border: 1px solid #ffffff0f;
}
.footer-menu p {
  margin: 7px 0;
}

.footer-social-links {
    bottom: 0;
    height: 54px;
    position: absolute;
    left: 0;
    width: 236px;
}
.footer-social-links img {
  width: 22px;
}
.footer-social-amoeba-svg {
    height: 54px;
    left: 0;
    display: block;
    position: absolute;
    top: 0;
    width: 236px;
}

.footer-social-amoeba-path {
    fill: #00043c;
}

.footer-social-link.linkedin {
    height: 26px;
    left: 22px;
    top: 11px;
    width: 26px;
}

.footer-social-link {
    display: block;
    padding: 10px;
    position: absolute;
}

.hidden-link-text {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    top: 50%;
}

.footer-social-icon-svg {
    display: block;
}

.footer-social-icon-path {
    fill: #fffff2;
    transition: fill .2s;
}

.footer-social-link.twitter {
    height: 28px;
    left: 80px;
    top: 3px;
    width: 28px;
}
.footer-social-links a {
  z-index: 3;
  position: relative;
  padding: 0 13px;
  opacity: 0.7;
  font-size: 30px;
  float: left;
  color: #fff;
}
.footer-social-links a.whatsapp {
    left: 17px;
    top: 9px;
    font-size: 32px;
}
.footer-social-links a.eita {
    top: -9px;
    left: 14px;
}
.footer-social-links a.instagram {
  left: 5px;
  top: 2px;
  font-size: 33px;
}
.footer-social-links a.telegram {
  top: 16px;
  left: -5px;
  font-size: 24px;
  padding-left: 18px;
}
.footer-social-link.youtube {
    height: 24px;
    left: 123px;
    top: 12px;
    width: 24px;
}

.footer-social-link.github {
    height: 34px;
    left: 172px;
    top: 7px;
    width: 34px;
}

.footer-copyright {
  background: linear-gradient(to left,transparent,#00043c,#00043c,#00043c,#00043c,#00043c,transparent);
  color: #fff;
  padding: 15px 30px;
  text-align: right;
  z-index: 3;
  position: relative;
}

.footer-copyright-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.footer-copyright-text {
    color: #808080;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    text-align: right;
}

.footer-copyright-link {
    color: #808080;
    text-decoration: none;
}







/* Media Query For different screens */
@media (min-width:320px) and (max-width:479px)  { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
  .footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 1050px;
    position: relative;
  }
}
@media (min-width:480px) and (max-width:599px)  { /* smartphones, Android phones, landscape iPhone */
  .footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 1050px;
    position: relative;
  }
}
@media (min-width:600px) and (max-width: 800px)  { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
  .footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 1050px;
    position: relative;
  }
}
@media (min-width:801px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */

}
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */

}
@media (min-width:1281px) { /* hi-res laptops and desktops */

}




@media (min-width: 760px) {
  .footer-content {
      margin-left: auto;
      margin-right: auto;
      max-width: 1230px;
      padding: 40px 15px 380px;
      position: relative;
  }

  .footer-wave-svg {
      height: 50px;
  }

  .footer-content-column {
      width: 24.99%;
  }
  .footer-col-30 {
    width: 30%;
  }
  .footer-col-20 {
    width: 20%;
  }
}
@media (min-width: 568px) {
  /* .footer-content-column {
      width: 49.99%;
  } */
}


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

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

@media screen and (max-width:1400px) {
    .chabok-container {
        width: 100%;
        max-width: 1200px;
    }
    .chabok-main-head-content {
        padding:0;
    }
    .item-home::before {
        right: 20px;
    }
    #site-navigation {
        width: 75%;
    }
    .chabok-icon-box {
        width: 25%;
    }
    .chabok-header ul li {
        font-size: 14px;
        line-height: 4.6;
    }
    .chabok-logo-type p {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    h1.chabok-cliped, .chabok-cliped, h1.title.chabok-cliped {
        font-size: 17px;
    }
    .chabok-btn, button, input[type="submit"], .comment-reply-link {
        font-size: 14px;
    }
    .chabok-services-iconbox img {
        width: 40px;
        height: 40px;
        margin-bottom: 0;
    }
   .chabok-container,.head, .slider-content-container {
      /*   max-width: 1280px; */
        padding-right:25px;
        padding-left: 25px;
    }
    .chabok-about-section.edit-02 .chabok-count-small {
        font-size: 15px;
    }
     /*
    .slider-content-container {
        height:440px;
    }
    */
    
}

@media (max-width:1200px) {
    body::before {
        content: 'نسخه ریسپانسیو در حال توسعه است. حداقل رزولوشن فعلی جهت نمایش 1280 پیکسل (از لپ تاپ یا سیستم دسکتاپ استفاده کنید)';
        display: flex;
        position: fixed;
        align-items: center;
        justify-content: center;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100vh;
        width: 100%;
        padding:20px;
        z-index: 999999999;
        background: #fff;
    }
    .chabok-header ul > li a {
        padding:0 12px;
    }
    .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: 40%;
    }
    .chabok-top-bar .top-bar-icon-block:nth-child(3) {
        display: none;
    }
    .edit-02 .chabok-top-bar {
        padding-top:26px;
    }
    .edit-02.edit-04 .chabok-top-bar {
        padding-top: 15px;
    }


}

@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;
    }
    .slide-large a {
        height: 500px !important;
      }
    .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;
    }

    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;
    }
    .chabok-services-iconbox img {
        width: 50px;
        height: 50px;
        margin-bottom: 0px;
    }
    .services-section.with-front {
        position: relative;
        top: -90px;
    }

}

@media screen and (max-width:992px) {
    .chabok-contact-flex {
        flex-wrap: wrap;
    }
    .chabok-footer-middle .chabok-col-60, .chabok-footer-middle .chabok-col-40 {
        width: 100%;
    }
    .chabok-mm-footer .chabok-footer-middle {
        flex-wrap: wrap;
    }
    .services-section.with-front {
        top: 0;
        margin-bottom: -70px;
    }
    .chabok-iconbox-container.services-iconbox {
        box-shadow: none;
        flex-wrap: wrap;
    }
    .chabok-iconbox-container.services-iconbox .chabok-col-16 {
        width: 33.333%;
    }
    .chabok-services-iconbox {
        border: 1px solid #eee !important;
        margin-bottom: 15px;
        padding: 16px;
        border-radius: 13px;
    }
    .chabok-about-img-container img {
        scale: 1 !important;
    }
    .slide-large a {
        height: 400px !important;
    }
    #About .full-width-about .chabok-why-co {
        padding:20px !important;
    }
    #About .full-width-about .chabok-why-co p {
        padding-left: 0;
        padding-right: 0;
    }
    #About .full-width-about {
        flex-direction: column-reverse;
    }
    #About .full-width-about .chabok-why-co h2 {
        text-align: center;
        margin-bottom: 14px;
        margin-top: 0px;
        font-size: 23px;
    }
    .chabok-front-video {
        position: relative;
        top: auto;
        width: 100%;
        margin: auto;
        text-align: center;
        left: auto;
        right: auto;
        height: auto;
      }
    .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: 55px;
    }
    .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: 150px;
    }
    .chabok-head .chabok-container {
        padding: 0;
    }

    .chabok-home-slide .owl-next,
    .chabok-home-slide .owl-prev {
        display: none;
    }
    .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;
    }
    
    .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;
        padding-left: 0;
        padding-right: 0;
    }

    .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;
    }
    #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:var(--mainBg);
    }
    .chabok-header ul li a:focus {
        color:#000;
    }
    .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;
        border-bottom: 2px solid #ccc;
    }
    .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: #fff;
        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;
            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: #000;
            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;
    }
    #donate .chabok-col-33 {
        width: 100%;
        max-width: 520px;
        margin-bottom: 20px;
        padding: 0;
      }
      #donate .chabok-top {
        flex-wrap: wrap;
      }
    .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 a {
        color:#000;
    }
    .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 > ul li a:focus {
        color:#000 !important;
    }
    .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;
    }
    .section-title.with-dots {
        display: flex;
    }
    .chabok-archive .chabok-container.chabok-flex .chabok-col-25 {
        width: 33.3333%;
    }
    .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:#fff !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 15px;
    }
    .chabok-top-bar {
        width: 100%;
        position: absolute;
        top: 82px;
        padding: 10px 0px 10px !important;
    }
    .chabok-icon-text.b-mobile strong {
        display: none;
    }
    .chabok-icon-text.b-mobile span {
        color:#fff;
    }
    .chabok-top-bar .top-bar-icon-block {
        width: 50%;
        margin-left: auto;
        z-index: 1;
        position: relative;
    }
    .chabok-icon-text.b-flag {
        right: 15px;
        top: -56px;
        height:auto;
    }
    .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: 2.3;
        padding:0 7px; 
        width:50%;
        padding:0;
    }
    .edit-04 #chabok-search-btn {
        margin-left: 8px;
    }
    .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;
    }
    .chabok-footer {
        padding: 0px 0px 0;
    }
    .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 {
        margin-top: 0;
        width: 51px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .chabok-flex.chabok-col-40.top-bar-icon-block.social-show-hide-mobile {
        position: absolute;
        top: -68px;
        left: 0;
        margin: 0;
        width: 351px;
      }
    #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:0 !important;
    }
    .chabok-col-100.with-about-s {
        width: 100%;
        margin-bottom: 25px;
        padding: 0 !important;
    }
    #donate .chabok-container {
        padding-right: 0;
        padding-left: 0;
    }
}

@media screen and (max-width:768px) {
    .chabok-section-featured-posts.ftl.pdd-0 .chabok-col-40 {
        width: 100%;
    }
    article.news .post-img-container.single-post-img-continer {
        display: block;
    }
    article.news .post-arrt, .chabok-news-side {
        width: 100%;
        float: right;
        width: 100%;
        margin-bottom: 16px;
    }
    .chabok-post .chabok-content {
        margin-top: 0;
    }
    .widget_chabok-address-widget {
        background: none;
        margin-top: 0;
        padding:10px;
    }
    .footer-logo {
        width: 250px;
        position: absolute;
        top: -31px;
        right: 20px;
        left: 20px;
        margin: auto;
    }
    .chabok-section-featured-posts.ftl.pdd-0 .chabok-col-25 {
        width: 50%;
    }
    .chabok-front-posts-sidebyside .chabok-col-33 {
        width: 100%;
        margin-bottom: 30px;
    }
    .chabok-footer-bottom .chabok-col-50 {
        width: 100%;
        text-align: center;
    }
    .chabok-front-posts-sidebyside {
       flex-wrap: wrap;
    }
    #About .full-width-about .chabok-about-img-container,
    #About .full-width-about .chabok-about-text-blk {
        width: 100%;
        padding:0 !important;
    }
    .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 img {
        margin:40px 0;
    }
    .chabok-footer-social a.eita img {
        top:0;
    }
    .product-excerpt-footnote .chabok-col-50 {
        width: 50% !important;
    }
    .txt-only-mobile-social {
        display: block;
        text-align: center;
        font-weight: 900;
        margin-bottom: 25px;
        border-bottom: 1px solid #eee;
        padding-bottom: 10px !important;
        text-align: right;
        padding-top: 8px;
    }
    .header-social.edit-2 {
        text-align: center;
        justify-content: center !important;
        margin: 0 auto !important;
    }
    .show-social-in-mobile {
        display: inline-block;
        font-size: 27px;
        line-height: 0;
        margin-right: 14px;
        top: -48px;
        position: absolute;
        cursor: pointer;
        color: #000;
    }
    .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%;
    }
    .chabok-top-bar .top-bar-icon-block:nth-child(2) {
        display: none;
    }

    .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-container .chabok-footer-widget:first-child {
        padding-left: 10px;
    }
    .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-flex.chabok-col-40.top-bar-icon-block.social-show-hide-mobile.chabok-active {
        display: block;
        transform: unset;
        visibility: visible;
        opacity: 1;
        width: 100%;
        height: 300px;
        position: fixed;
        z-index: 99;
        background: #fff;
        left: 0;
        right: 0;
        margin: 0;
        bottom: 0;
        text-align: center;
        top: auto;
    }
    .chabok-flex.chabok-col-40.top-bar-icon-block.social-show-hide-mobile.chabok-active .chabok-icon-class.b-mobile {
        float: right;
        padding-top: 4px;
        padding-right: 11px;
    }
    .chabok-services-iconbox img {
        width: 48px;
        height: 48px;
    }
    .chabok-services-iconbox h3 {
        font-size: 13px;
    }
    .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: 10;
    }
    .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;
    }
    .chabok-btn.donate-btn-link {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:600px) {
    article.products .product-title {
        text-align: center;
    }
    .chabok-top-box {
        height: 100%;
        padding: 0 10px;
    }
    #slider-single-post .owl-prev, #slider-single-post .owl-next {
        display: none;
    }
    .chabok-next, .chabok-prev {
        left:20px;
        opacity: 0.5;
    }
    .chabok-next {
        right:20px;
    }
    .chabok-archive .chabok-container.chabok-flex .chabok-col-25 {
        width: 100%;
    }
    .footer-contact-info p,
    .chabok-top-circle i {
        font-size: 12px;
    }
    .chabok-top-circle {
        width: 20px;
        height: 20px;
      
    }
    .chabok-footer-bg::before,
    .chabok-footer-bg::after {
        content: none;
    }
    #About {
        margin-bottom: 0;
        padding-bottom: 0;
    } 
    .chabok-flex.product-items {
        overflow: auto;
        flex-wrap: nowrap;
        margin-top: 0px;
        padding-top: 22px;
    }
    .slide-large a {
        height: 320px !important;
    }
    .chabok-about-section {
        padding-top: 20px;
    }
    .chabok-col-40.ftl.psr.chabok-about-first.full-width.full-width-about {
        padding: 0 10px !important;
    }
    .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;
    }
    .chabok-why-icon-text li:nth-child(2) {
        padding-right: 0;
    }
    .chabok-why-icon-text li:nth-child(3) {
		padding-right: 10px;
		padding-left: 0px;
	}
    .chabok-why-icon-text li:nth-child(4) {
		padding-left: 10px;
		padding-right: 0px;
	}
    .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%;
    }
    .chabok-section-featured-posts.ftl.pdd-0 .chabok-col-25 {
        width: 100% !important;
        margin-bottom: 26px;
    }
    #donate {
        padding-right: 10px;
        padding-left: 10px;
      }
    .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;
        padding: 10px 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;
        height: auto;
        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: rgba(0, 0, 0, 0.7);
    }
    .chabok-icon-class.b-mobile i {
        width: 16px;
        background: none;
        color: #fff;
        border: 0;
        padding: 0;
    }
    .chabok-icon-text.b-mobile {
        margin-top: -10px;
    }
    .chabok-flex.chabok-col-40.top-bar-icon-block {
        width: 35%;
    }
    .chabok-icon-box {
        width: 75%;
    }
}

@media screen and (max-width:480px) {
    .show-social-in-mobile {
        font-size: 23px;
        top: -42px;
    }
    .chabok-col-50 .chabok-featured-link,
    .chabok-section-featured-posts.ftl.pdd-0 .chabok-col-25 .chabok-featured-link {
        height: 230px;
    }
    .chabok-section-featured-posts.ftl.pdd-0 .chabok-col-25 {
        width: 100%;
    }
    .chabok-header.chabok-active .chabok-main-head-content {
        height: 80px;
    }

    .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: 275px;
        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:-4px;
        margin-right: 4pxs;
    }
    .chabok-top-bar {
        top: 68px;
        padding: 0px 5px 0px !important;
      }
    .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: 3px;
    }
   .chabok-icon-text.b-flag img {
        width: 35px;
        margin: 0 3px;
    }
    .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: 140px;
    }

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

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


    .slider-content-container h2 {
        font-size: 22px;
    }
    .slider-content-container p {
        font-size: 14px;
    }
    .shape {
        width:75px;
        display: none;
        
    }
    .chabok-logo-img {
     
        margin: 0 10px 0 0;
    }
    h1.chabok-cliped, .chabok-cliped, h1.title.chabok-cliped {
        font-size: 15px;
    }
    .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;
    }
    .edit-04 #chabok-search-btn {
        padding: 11px 10px;
    }
    .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: 55px;
        width: 230px;
        padding:0px;
      }
      .head {
        padding-right: 0;
        padding-left: 0;
      }
      .chabok-main-head-content {
        left:5px;
      }
    .chabok-main-head {
        height:58px;
    }
    .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%;
    }
}
.post-img-container img:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: 300px 180px;
}
.chabok-contactus-section {
    background: #fff;
}
.contactus-title, .contactus-btn-holder {
    padding-top: 11px;
    padding-right: 0;
    color: #06a2ad;
    padding-bottom: 10px;
}
section .contactus-btn-holder .contactus-btn {
    border: 2px solid #06a2ad;
    color: #06a2ad;
}
@media screen and (max-width:420px) {
    .chabok-icon-text.b-mobile span {
        display: none;
    }
}
/*------------------------------------*\
    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;
	}
}


@media screen and (max-width:992px) {
    .chabok-flex.chabok-col-40.top-bar-icon-block {
        padding-top: 0;
    }
    .financial-support-form {
        margin-bottom: 20px;
    }
    .chabok-logo-type p {
        padding-bottom: 15px;
        display: none;
    }
    .chabok-main-head-content a {
        width: auto;
    }
    .chabok-logo-type {
        padding-right: 15px;
    }
    .chabok-logo-type small {
        display: block;
    }
    #About .full-width-about .chabok-why-co {
        margin-top: 420px;
    }
    .chabok-about-img-container img {
        top: -50px !important;
    }
    .contactus-btn-holder button {
        width: max-content;
    }
    .contactus-title, 
    .contactus-btn-holder {
        padding-right: 0;
    }
    .chabok-section-featured-posts.ftl.pdd-0 .chabok-col-50 {
        width: 100%;
    }
    .chabok-section-featured-posts.ftl.pdd-0 .chabok-col-25 {
        width: 50%;
      }
}
@media screen and (max-width:768px) {
    .chabok-main-head-content {
        width: 80%;
    }
    .chabok-flex.chabok-col-40.top-bar-icon-block {
        padding-top: 0;
    }
    #About .full-width-about .chabok-why-co  {
        margin-top: 0;
    }
    .chabok-col-33,
    .chabok-col-60,
    .chabok-col-40 {
        width: 100%; 
    }
    .chabok-about-img-container img {
        top: -50px !important;
        opacity: 0.3;
        left: 0 !important;
        max-width: 324px;
        z-index: 2;
        margin: 0 !important;
        right: auto !important;
    }
    .chabok-col-100.ftl.chabok-about-text-blk {
        margin-top: 20px;
    }
    #donate .chabok-top,
    .chabok-mm-footer .chabok-footer-middle {
       
    }
    .chabok-mm-footer .chanok-footer-link .chabok-col-50 {
        border-right: 0;
    }
    .shafa-blog .chabok-section-featured-posts .ftl:nth-child(2) .front-side-posts {
        padding: 30px 0;
    }
    .contactus-btn-holder {
        padding-top: 0;
    }
}
@media screen and (max-width:600px) {
    #donate .chabok-col-100 {
        padding: 0;
      }
    .chabok-customer-container.chabok-col-100.ftl {
        padding: 0;
    }
    .chabok-mm-footer .chabok-footer-top {
        display: block;
    }
    #donate .chabok-col-50.ftl {
        width: 100%;
    } 
    .contactus-title h3, .contactus-btn-holder {
        padding-top: 15px !important;
    }
    .chabok-contact-us h4 {
        justify-content: center;
        display: flex;
    }
    .chabok-iconbox-container.services-iconbox {
        border-radius: 0;
        padding: 0 10px 25px;
    }
    .chabok-iconbox-container.services-iconbox {
        flex-wrap: wrap;
        border-bottom: 0;
    }
    .chabok-services-iconbox {
        padding:3px;
    }
    .chabok-iconbox-container.services-iconbox .chabok-col-16 {
        padding: 0 2px;
        margin-bottom: 5px;
    }
    .chabok-iconbox-container.services-iconbox a, .chabok-services-iconbox {
        height: 100%;
    }
    #donate h2 {
        font-size: 19px;
    }
    #About .full-width-about .chabok-why-co h2 {
        font-size: 14px;
        font-weight: 900;
        padding: 8px;
        right: -25px;
        width: calc(100% + 50px);
        border-radius: 7px !important;
    }
    .chabok-col-40.ftl.psr.chabok-about-first.full-width.full-width-about .chabok-flex {
        padding: 25px 0 !important;
    }
    .chabok-services-iconbox {
        border-left: none;
    }
    .chabok-services-iconbox img {
        width: 35px;
        height: 35px;
    }
    .chabok-services-iconbox h3 {
        font-size: 10px;
        font-weight: bold;
    }
    .chabok-mm-footer .chabok-copyrights a,
    .chabok-bottom-link a {
        font-size: 12px;
    }
    .chabok-col-50.ftl.chabok-options-title,
    .chabok-col-50.ftl .chabok-col-50 {
        width: 100%;
    }
    .chabok-about-img-container img {
        display: none;
    }
}
@media screen and (max-width:360px) {
    .chabok-logo-type p {
        display: none;
    }
    .chabok-logo-img {
        width: 50px;
    }
    h1.chabok-cliped, .chabok-cliped, h1.title.chabok-cliped {
        font-size: 13px;
    }
    .chabok-main-head-content a {
        width: 59px; 
    }
    .chabok-mm-footer .chabok-call-box {
        display: block;
    }
    .chabok-mm-footer .chabok-top-box {
        margin-top: 8px;
    }
    .chabok-flex.chabok-col-40.top-bar-icon-block {
        padding-top: 0 !important;
    }
    .call-action {
        font-size: 12px;
    }
    .chabok-icon-class.b-mobile i {
        display: flex;
        align-items: center;
    }
    .chabok-section-featured-posts.ftl.pdd-0 .chabok-col-25 {
        width: 100%;
    }
    .contactus-title, 
    .contactus-btn-holder {
        padding-left: 0;
    }
    .chabok-mm-footer .chabok-col-50 {
        width: 100%;
    }
    .chabok-mm-footer .chabok-copyrights {
        float: right;
        direction: rtl;
        padding-top: 0;
        display: flex;
        justify-content: center;
    }
    .chabok-bottom-link {
        display: flex;
        justify-content: center;
    }
    .chabok-mm-footer::before { 
        top: -5px;
    }
    .chabok-mm-footer::after {
        top: -18px;
    }
}